diff --git a/.github/workflows/update-best-of-list.yml b/.github/workflows/update-best-of-list.yml index 1c94b498..c801e413 100644 --- a/.github/workflows/update-best-of-list.yml +++ b/.github/workflows/update-best-of-list.yml @@ -24,19 +24,19 @@ jobs: - if: ${{ ! (env.VERSION != null && env.VERSION != '') }} name: set-version-via-date run: echo "VERSION=$(date '+%Y.%m.%d')" >> $GITHUB_ENV - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: check-version-tag shell: bash run: | git fetch --tags --force git show-ref --tags --verify --quiet -- "refs/tags/${{ env.VERSION }}" && echo "VERSION=$(date '+%Y.%m.%d-%H.%M')" >> $GITHUB_ENV || exit 0 - name: create-update-branch - uses: peterjgrainger/action-create-branch@v2.0.1 + uses: peterjgrainger/action-create-branch@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: branch: "${{ env.BRANCH_PREFIX }}${{ env.VERSION }}" - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }} diff --git a/README.md b/README.md index f8d2d1ba..fa833858 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.2M stars grouped into 34 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-ml-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-ml-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-ml-python/edit/main/projects.yaml). Contributions are very welcome! +This curated list contains 920 awesome open-source projects with a total of 5M stars grouped into 34 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-ml-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-ml-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-ml-python/edit/main/projects.yaml). Contributions are very welcome! --- @@ -31,22 +31,22 @@ This curated list contains 920 awesome open-source projects with a total of 4.2M ## Contents -- [Machine Learning Frameworks](#machine-learning-frameworks) _61 projects_ -- [Data Visualization](#data-visualization) _54 projects_ -- [Text Data & NLP](#text-data--nlp) _102 projects_ +- [Machine Learning Frameworks](#machine-learning-frameworks) _63 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.2M - [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,698 +99,600 @@ This curated list contains 920 awesome open-source projects with a total of 4.2M _General-purpose machine learning and deep learning frameworks._ -
Tensorflow (🥇54 · ⭐ 180K) - 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.5K · 🔀 89K · 📦 330K · 📋 39K - 5% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/tensorflow/tensorflow) (👨‍💻 4.9K · 🔀 75K · 📦 520K · 📋 41K - 3% open · ⏱️ 22.05.2025): ``` git clone https://github.com/tensorflow/tensorflow ``` -- [PyPi](https://pypi.org/project/tensorflow) (📥 17M / month · 📦 15K · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/tensorflow) (📥 22M / month · 📦 8.9K · ⏱️ 12.03.2025): ``` pip install tensorflow ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow) (📥 4.4M · ⏱️ 14.11.2023): +- [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) (📥 75M · ⭐ 2.2K · ⏱️ 07.12.2023): +- [Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow) (📥 80M · ⭐ 2.8K · ⏱️ 22.05.2025): ``` docker pull tensorflow/tensorflow ```
-
PyTorch (🥇54 · ⭐ 73K) - 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) (👨‍💻 4.5K · 🔀 20K · 📥 29K · 📦 360K · 📋 39K - 33% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/pytorch/pytorch) (👨‍💻 5.6K · 🔀 24K · 📥 88K · 📦 780K · 📋 52K - 31% open · ⏱️ 22.05.2025): ``` git clone https://github.com/pytorch/pytorch ``` -- [PyPi](https://pypi.org/project/torch) (📥 16M / month · 📦 12K · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/torch) (📥 49M / month · 📦 25K · ⏱️ 23.04.2025): ``` pip install torch ``` -- [Conda](https://anaconda.org/pytorch/pytorch) (📥 20M · ⏱️ 14.11.2023): +- [Conda](https://anaconda.org/pytorch/pytorch) (📥 27M · ⏱️ 25.03.2025): ``` conda install -c pytorch pytorch ```
-
scikit-learn (🥇52 · ⭐ 57K) - 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) (👨‍💻 3K · 🔀 25K · 📥 920 · 📦 650K · 📋 11K - 20% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/scikit-learn/scikit-learn) (👨‍💻 3.3K · 🔀 26K · 📥 1.1K · 📦 1.3M · 📋 12K - 17% open · ⏱️ 22.05.2025): ``` git clone https://github.com/scikit-learn/scikit-learn ``` -- [PyPi](https://pypi.org/project/scikit-learn) (📥 44M / month · 📦 30K · ⏱️ 23.10.2023): +- [PyPi](https://pypi.org/project/scikit-learn) (📥 100M / month · 📦 30K · ⏱️ 09.05.2025): ``` pip install scikit-learn ``` -- [Conda](https://anaconda.org/conda-forge/scikit-learn) (📥 26M · ⏱️ 07.12.2023): +- [Conda](https://anaconda.org/conda-forge/scikit-learn) (📥 36M · ⏱️ 09.05.2025): ``` conda install -c conda-forge scikit-learn ```
-
Keras (🥇47 · ⭐ 60K · 📈) - 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 · 📦 21 · 📋 11K - 1% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/keras-team/keras) (👨‍💻 1.4K · 🔀 20K · 📋 13K - 2% open · ⏱️ 21.05.2025): ``` git clone https://github.com/keras-team/keras ``` -- [PyPi](https://pypi.org/project/keras) (📥 13M / month · 📦 700 · ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/keras) (📥 16M / month · 📦 1.9K · ⏱️ 19.05.2025): ``` pip install keras ``` -- [Conda](https://anaconda.org/conda-forge/keras) (📥 3.3M · ⏱️ 15.11.2023): +- [Conda](https://anaconda.org/conda-forge/keras) (📥 4.1M · ⏱️ 20.05.2025): ``` conda install -c conda-forge keras ```
-
jax (🥇46 · ⭐ 26K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 +
XGBoost (🥇46 · ⭐ 27K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2 -- [GitHub](https://github.com/google/jax) (👨‍💻 610 · 🔀 2.4K · 📦 20K · 📋 5K - 29% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/dmlc/xgboost) (👨‍💻 660 · 🔀 8.8K · 📥 16K · 📦 160K · 📋 5.5K - 8% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/google/jax - ``` -- [PyPi](https://pypi.org/project/jax) (📥 4.1M / month · 📦 770 · ⏱️ 04.12.2023): - ``` - pip install jax - ``` -- [Conda](https://anaconda.org/conda-forge/jaxlib) (📥 1M · ⏱️ 25.10.2023): - ``` - conda install -c conda-forge jaxlib - ``` -
-
PySpark (🥇45 · ⭐ 37K) - Apache Spark Python API. Apache-2 - -- [GitHub](https://github.com/apache/spark) (👨‍💻 3K · 🔀 28K · ⏱️ 07.12.2023): - - ``` - git clone https://github.com/apache/spark + git clone https://github.com/dmlc/xgboost ``` -- [PyPi](https://pypi.org/project/pyspark) (📥 27M / month · 📦 1.2K · ⏱️ 30.11.2023): +- [PyPi](https://pypi.org/project/xgboost) (📥 25M / month · 📦 2.5K · ⏱️ 13.05.2025): ``` - pip install pyspark + pip install xgboost ``` -- [Conda](https://anaconda.org/conda-forge/pyspark) (📥 2.9M · ⏱️ 04.10.2023): +- [Conda](https://anaconda.org/conda-forge/xgboost) (📥 6.1M · ⏱️ 15.05.2025): ``` - conda install -c conda-forge pyspark + conda install -c conda-forge xgboost ```
-
pytorch-lightning (🥇45 · ⭐ 25K) - Deep learning framework to train, finetune and deploy.. Apache-2 +
jax (🥇45 · ⭐ 32K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 -- [GitHub](https://github.com/Lightning-AI/pytorch-lightning) (👨‍💻 920 · 🔀 3.1K · 📥 14K · 📦 27K · 📋 6.7K - 10% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/jax-ml/jax) (👨‍💻 880 · 🔀 3K · 📦 44K · 📋 6.2K - 23% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/Lightning-AI/lightning + git clone https://github.com/google/jax ``` -- [PyPi](https://pypi.org/project/pytorch-lightning) (📥 4.7M / month · 📦 750 · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/jax) (📥 7.5M / month · 📦 2.5K · ⏱️ 21.05.2025): ``` - pip install pytorch-lightning + pip install jax ``` -- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (📥 1M · ⏱️ 17.11.2023): +- [Conda](https://anaconda.org/conda-forge/jaxlib) (📥 2.7M · ⏱️ 17.05.2025): ``` - conda install -c conda-forge pytorch-lightning + conda install -c conda-forge jaxlib ```
-
PaddlePaddle (🥇45 · ⭐ 21K) - 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.1K · 🔀 5.4K · 📥 15K · 📦 4.4K · 📋 19K - 10% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/PaddlePaddle/Paddle) (👨‍💻 1.4K · 🔀 5.7K · 📥 15K · 📦 8.2K · 📋 20K - 9% open · ⏱️ 22.05.2025): ``` git clone https://github.com/PaddlePaddle/Paddle ``` -- [PyPi](https://pypi.org/project/paddlepaddle) (📥 180K / month · 📦 89 · ⏱️ 25.10.2023): +- [PyPi](https://pypi.org/project/paddlepaddle) (📥 390K / month · 📦 230 · ⏱️ 26.03.2025): ``` pip install paddlepaddle ```
-
XGBoost (🥈44 · ⭐ 25K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2 +
PySpark (🥈44 · ⭐ 41K) - Apache Spark Python API. Apache-2 -- [GitHub](https://github.com/dmlc/xgboost) (👨‍💻 630 · 🔀 8.7K · 📥 7.8K · 📦 74K · 📋 5.1K - 7% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/apache/spark) (👨‍💻 3.2K · 🔀 29K · ⏱️ 22.05.2025): ``` - git clone https://github.com/dmlc/xgboost + git clone https://github.com/apache/spark ``` -- [PyPi](https://pypi.org/project/xgboost) (📥 11M / month · 📦 1.8K · ⏱️ 13.11.2023): +- [PyPi](https://pypi.org/project/pyspark) (📥 46M / month · 📦 1.9K · ⏱️ 27.02.2025): ``` - pip install xgboost + pip install pyspark ``` -- [Conda](https://anaconda.org/conda-forge/xgboost) (📥 4.4M · ⏱️ 17.11.2023): +- [Conda](https://anaconda.org/conda-forge/pyspark) (📥 3.9M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge xgboost + conda install -c conda-forge pyspark ```
-
LightGBM (🥈43 · ⭐ 16K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT +
pytorch-lightning (🥈43 · ⭐ 30K) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2 -- [GitHub](https://github.com/microsoft/LightGBM) (👨‍💻 290 · 🔀 3.8K · 📥 210K · 📦 28K · 📋 3.2K - 10% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/Lightning-AI/pytorch-lightning) (👨‍💻 1K · 🔀 3.5K · 📥 13K · 📦 46K · 📋 7.3K - 12% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/microsoft/LightGBM + git clone https://github.com/Lightning-AI/lightning ``` -- [PyPi](https://pypi.org/project/lightgbm) (📥 6.7M / month · 📦 850 · ⏱️ 12.09.2023): +- [PyPi](https://pypi.org/project/pytorch-lightning) (📥 9.5M / month · 📦 1.7K · ⏱️ 25.04.2025): ``` - pip install lightgbm + pip install pytorch-lightning ``` -- [Conda](https://anaconda.org/conda-forge/lightgbm) (📥 2.1M · ⏱️ 25.10.2023): +- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (📥 1.5M · ⏱️ 28.04.2025): ``` - conda install -c conda-forge lightgbm + conda install -c conda-forge pytorch-lightning ```
-
StatsModels (🥈43 · ⭐ 9.1K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 +
StatsModels (🥈43 · ⭐ 11K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 -- [GitHub](https://github.com/statsmodels/statsmodels) (👨‍💻 420 · 🔀 2.8K · 📥 30 · 📦 110K · 📋 5.4K - 49% open · ⏱️ 06.12.2023): +- [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) (📥 11M / month · 📦 5.5K · ⏱️ 05.05.2023): +- [PyPi](https://pypi.org/project/statsmodels) (📥 17M / month · 📦 4.5K · ⏱️ 03.10.2024): ``` pip install statsmodels ``` -- [Conda](https://anaconda.org/conda-forge/statsmodels) (📥 12M · ⏱️ 05.10.2023): +- [Conda](https://anaconda.org/conda-forge/statsmodels) (📥 19M · ⏱️ 22.04.2025): ``` conda install -c conda-forge statsmodels ```
-
Catboost (🥈41 · ⭐ 7.5K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2 +
LightGBM (🥈42 · ⭐ 17K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT -- [GitHub](https://github.com/catboost/catboost) (👨‍💻 1.2K · 🔀 1.1K · 📥 200K · 📦 11 · 📋 2.2K - 24% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/microsoft/LightGBM) (👨‍💻 330 · 🔀 3.9K · 📥 290K · 📦 53K · 📋 3.6K - 12% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/catboost/catboost - ``` -- [PyPi](https://pypi.org/project/catboost) (📥 2M / month · 📦 360 · ⏱️ 19.09.2023): - ``` - pip install catboost - ``` -- [Conda](https://anaconda.org/conda-forge/catboost) (📥 1.4M · ⏱️ 19.09.2023): - ``` - conda install -c conda-forge catboost + git clone https://github.com/microsoft/LightGBM ``` -
-
Fastai (🥈40 · ⭐ 25K · 📈) - The fastai deep learning library. Apache-2 - -- [GitHub](https://github.com/fastai/fastai) (👨‍💻 660 · 🔀 7.5K · 📦 16K · 📋 1.8K - 10% open · ⏱️ 02.12.2023): - +- [PyPi](https://pypi.org/project/lightgbm) (📥 11M / month · 📦 1.4K · ⏱️ 15.02.2025): ``` - git clone https://github.com/fastai/fastai + pip install lightgbm ``` -- [PyPi](https://pypi.org/project/fastai) (📥 510K / month · 📦 340 · ⏱️ 15.10.2023): +- [Conda](https://anaconda.org/conda-forge/lightgbm) (📥 3.6M · ⏱️ 22.04.2025): ``` - pip install fastai + conda install -c conda-forge lightgbm ```
-
Jina (🥈40 · ⭐ 19K) - Build multimodal AI applications with cloud-native stack. Apache-2 +
Catboost (🥈42 · ⭐ 8.4K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2 -- [GitHub](https://github.com/jina-ai/jina) (👨‍💻 180 · 🔀 2.2K · 📦 1.3K · 📋 1.9K - 0% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/catboost/catboost) (👨‍💻 1.3K · 🔀 1.2K · 📥 390K · 📦 18 · 📋 2.4K - 25% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/jina-ai/jina - ``` -- [PyPi](https://pypi.org/project/jina) (📥 68K / month · 📦 16 · ⏱️ 01.12.2023): - ``` - pip install jina + git clone https://github.com/catboost/catboost ``` -- [Conda](https://anaconda.org/conda-forge/jina-core) (📥 58K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/catboost) (📥 2.6M / month · 📦 650 · ⏱️ 13.04.2025): ``` - conda install -c conda-forge jina-core + pip install catboost ``` -- [Docker Hub](https://hub.docker.com/r/jinaai/jina) (📥 1.3M · ⭐ 8 · ⏱️ 06.12.2023): +- [Conda](https://anaconda.org/conda-forge/catboost) (📥 2M · ⏱️ 19.05.2025): ``` - docker pull jinaai/jina + conda install -c conda-forge catboost ```
-
PyFlink (🥈38 · ⭐ 22K) - Apache Flink Python API. Apache-2 +
Fastai (🥈41 · ⭐ 27K) - The fastai deep learning library. Apache-2 -- [GitHub](https://github.com/apache/flink) (👨‍💻 1.8K · 🔀 13K · 📦 21 · ⏱️ 07.12.2023): +- [GitHub](https://github.com/fastai/fastai) (👨‍💻 670 · 🔀 7.6K · 📦 23K · 📋 1.8K - 13% open · ⏱️ 19.04.2025): ``` - git clone https://github.com/apache/flink + git clone https://github.com/fastai/fastai ``` -- [PyPi](https://pypi.org/project/apache-flink) (📥 75K / month · 📦 24 · ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/fastai) (📥 610K / month · 📦 330 · ⏱️ 18.04.2025): ``` - pip install apache-flink + pip install fastai ```
-
MXNet (🥈38 · ⭐ 21K · 💤) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2 +
PyFlink (🥈40 · ⭐ 25K) - Apache Flink Python API. Apache-2 -- [GitHub](https://github.com/apache/mxnet) (👨‍💻 980 · 🔀 6.9K · 📥 26K · 📦 6.9K · 📋 9.6K - 18% open · ⏱️ 26.01.2023): +- [GitHub](https://github.com/apache/flink) (👨‍💻 2K · 🔀 14K · 📦 21 · ⏱️ 22.05.2025): ``` - git clone https://github.com/apache/incubator-mxnet - ``` -- [PyPi](https://pypi.org/project/mxnet) (📥 320K / month · 📦 290 · ⏱️ 17.05.2022): - ``` - pip install mxnet + git clone https://github.com/apache/flink ``` -- [Conda](https://anaconda.org/anaconda/mxnet) (📥 10K · 📦 5 · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/apache-flink) (📥 7.2M / month · 📦 35 · ⏱️ 12.02.2025): ``` - conda install -c anaconda mxnet + pip install apache-flink ```
-
Theano (🥈38 · ⭐ 9.8K · 💤) - Theano was a Python library that allows you to define, optimize, and.. BSD-3 +
einops (🥈37 · ⭐ 8.9K) - Flexible and powerful tensor operations for readable and reliable code.. MIT -- [GitHub](https://github.com/Theano/Theano) (👨‍💻 390 · 🔀 2.5K · 📦 15K · 📋 2.8K - 24% open · ⏱️ 20.12.2022): +- [GitHub](https://github.com/arogozhnikov/einops) (👨‍💻 33 · 🔀 360 · 📦 76K · 📋 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) (📥 320K / month · 📦 2.8K · ⏱️ 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.4M · ⏱️ 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 ```
-
Flax (🥈38 · ⭐ 5K) - Flax is a neural network library for JAX that is designed for.. Apache-2 +
Flax (🥈37 · ⭐ 6.6K) - Flax is a neural network library for JAX that is designed for.. Apache-2 -- [GitHub](https://github.com/google/flax) (👨‍💻 210 · 🔀 550 · 📥 50 · 📦 5.2K · 📋 830 - 19% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/google/flax) (👨‍💻 260 · 🔀 690 · 📥 61 · 📦 14K · 📋 1.2K - 33% open · ⏱️ 21.05.2025): ``` git clone https://github.com/google/flax ``` -- [PyPi](https://pypi.org/project/flax) (📥 2.2M / month · 📦 190 · ⏱️ 28.10.2023): +- [PyPi](https://pypi.org/project/flax) (📥 1.5M / month · 📦 610 · ⏱️ 23.04.2025): ``` pip install flax ``` -- [Conda](https://anaconda.org/conda-forge/flax) (📥 38K · ⏱️ 09.11.2023): +- [Conda](https://anaconda.org/conda-forge/flax) (📥 100K · ⏱️ 22.04.2025): ``` conda install -c conda-forge flax ```
-
ivy (🥈35 · ⭐ 14K) - The Unified AI Framework. Apache-2 - -- [GitHub](https://github.com/unifyai/ivy) (👨‍💻 1.4K · 🔀 6K · 📋 17K - 21% open · ⏱️ 07.12.2023): - - ``` - git clone https://github.com/unifyai/ivy - ``` -- [PyPi](https://pypi.org/project/ivy) (📥 430 / month · 📦 9 · ⏱️ 11.10.2023): - ``` - pip install ivy - ``` -
-
Vowpal Wabbit (🥈35 · ⭐ 8.3K) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3 +
Ignite (🥈37 · ⭐ 4.7K) - High-level library to help with training and evaluating neural.. BSD-3 -- [GitHub](https://github.com/VowpalWabbit/vowpal_wabbit) (👨‍💻 330 · 🔀 2K · 📋 1.3K - 11% open · ⏱️ 17.11.2023): +- [GitHub](https://github.com/pytorch/ignite) (👨‍💻 860 · 🔀 650 · 📦 3.8K · 📋 1.4K - 10% open · ⏱️ 07.05.2025): ``` - git clone https://github.com/VowpalWabbit/vowpal_wabbit + git clone https://github.com/pytorch/ignite ``` -- [PyPi](https://pypi.org/project/vowpalwabbit) (📥 120K / month · 📦 34 · ⏱️ 19.07.2023): +- [PyPi](https://pypi.org/project/pytorch-ignite) (📥 180K / month · 📦 110 · ⏱️ 22.05.2025): ``` - pip install vowpalwabbit + pip install pytorch-ignite ``` -- [Conda](https://anaconda.org/conda-forge/vowpalwabbit) (📥 140K · ⏱️ 08.10.2023): +- [Conda](https://anaconda.org/pytorch/ignite) (📥 230K · ⏱️ 30.03.2025): ``` - conda install -c conda-forge vowpalwabbit + conda install -c pytorch ignite ```
-
einops (🥈35 · ⭐ 7.5K) - Deep learning operations reinvented (for pytorch, tensorflow, jax and.. MIT +
Jina (🥈35 · ⭐ 22K) - Build multimodal AI applications with cloud-native stack. Apache-2 -- [GitHub](https://github.com/arogozhnikov/einops) (👨‍💻 24 · 🔀 320 · 📦 22K · 📋 160 - 19% open · ⏱️ 11.10.2023): +- [GitHub](https://github.com/jina-ai/serve) (👨‍💻 180 · 🔀 2.2K · 📋 1.9K - 0% open · ⏱️ 24.03.2025): ``` - git clone https://github.com/arogozhnikov/einops - ``` -- [PyPi](https://pypi.org/project/einops) (📥 5.1M / month · 📦 770 · ⏱️ 01.10.2023): - ``` - pip install einops - ``` -- [Conda](https://anaconda.org/conda-forge/einops) (📥 170K · ⏱️ 01.10.2023): - ``` - conda install -c conda-forge einops + git clone https://github.com/jina-ai/jina ``` -
-
Ignite (🥈35 · ⭐ 4.4K) - High-level library to help with training and evaluating neural.. BSD-3 - -- [GitHub](https://github.com/pytorch/ignite) (👨‍💻 350 · 🔀 610 · 📦 2.5K · 📋 1.4K - 11% open · ⏱️ 04.12.2023): - +- [PyPi](https://pypi.org/project/jina) (📥 46K / month · 📦 29 · ⏱️ 24.03.2025): ``` - git clone https://github.com/pytorch/ignite + pip install jina ``` -- [PyPi](https://pypi.org/project/pytorch-ignite) (📥 250K / month · 📦 49 · ⏱️ 07.12.2023): +- [Conda](https://anaconda.org/conda-forge/jina-core) (📥 95K · ⏱️ 22.04.2025): ``` - pip install pytorch-ignite + conda install -c conda-forge jina-core ``` -- [Conda](https://anaconda.org/pytorch/ignite) (📥 170K · ⏱️ 19.10.2023): +- [Docker Hub](https://hub.docker.com/r/jinaai/jina) (📥 1.8M · ⭐ 8 · ⏱️ 24.03.2025): ``` - conda install -c pytorch ignite + docker pull jinaai/jina ```
-
Thinc (🥈35 · ⭐ 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) (👨‍💻 63 · 🔀 280 · 📦 40K · 📋 140 - 13% open · ⏱️ 08.11.2023): +- [GitHub](https://github.com/explosion/thinc) (👨‍💻 67 · 🔀 280 · 📥 1.3K · 📦 68K · 📋 150 - 12% open · ⏱️ 07.03.2025): ``` git clone https://github.com/explosion/thinc ``` -- [PyPi](https://pypi.org/project/thinc) (📥 6.1M / month · 📦 640 · ⏱️ 22.09.2023): +- [PyPi](https://pypi.org/project/thinc) (📥 18M / month · 📦 160 · ⏱️ 04.04.2025): ``` pip install thinc ``` -- [Conda](https://anaconda.org/conda-forge/thinc) (📥 2.7M · ⏱️ 25.09.2023): +- [Conda](https://anaconda.org/conda-forge/thinc) (📥 3.5M · ⏱️ 22.04.2025): ``` conda install -c conda-forge thinc ```
-
Ludwig (🥈34 · ⭐ 10K) - Low-code framework for building custom LLMs, neural networks, and.. Apache-2 - -- [GitHub](https://github.com/ludwig-ai/ludwig) (👨‍💻 150 · 🔀 1.1K · 📦 230 · 📋 1.1K - 30% open · ⏱️ 06.12.2023): - - ``` - git clone https://github.com/ludwig-ai/ludwig - ``` -- [PyPi](https://pypi.org/project/ludwig) (📥 5.2K / month · 📦 9 · ⏱️ 13.10.2023): - ``` - pip install ludwig - ``` -
-
mlpack (🥉33 · ⭐ 4.6K) - mlpack: a fast, header-only C++ machine learning library. BSD-3 +
ivy (🥈33 · ⭐ 14K) - Convert Machine Learning Code Between Frameworks. Apache-2 -- [GitHub](https://github.com/mlpack/mlpack) (👨‍💻 310 · 🔀 1.5K · 📋 1.6K - 1% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/ivy-llc/ivy) (👨‍💻 1.5K · 🔀 5.7K · 📋 17K - 5% open · ⏱️ 29.04.2025): ``` - git clone https://github.com/mlpack/mlpack - ``` -- [PyPi](https://pypi.org/project/mlpack) (📥 900 / month · 📦 1 · ⏱️ 07.09.2023): - ``` - pip install mlpack + git clone https://github.com/unifyai/ivy ``` -- [Conda](https://anaconda.org/conda-forge/mlpack) (📥 160K · ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/ivy) (📥 21K / month · 📦 16 · ⏱️ 21.02.2025): ``` - conda install -c conda-forge mlpack + pip install ivy ```
-
tensorpack (🥉32 · ⭐ 6.3K) - A Neural Net Training Interface on TensorFlow, with focus.. Apache-2 +
Vowpal Wabbit (🥈33 · ⭐ 8.6K · 💤) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3 -- [GitHub](https://github.com/tensorpack/tensorpack) (👨‍💻 58 · 🔀 1.8K · 📥 160 · 📦 1.4K · 📋 1.4K - 0% open · ⏱️ 06.08.2023): +- [GitHub](https://github.com/VowpalWabbit/vowpal_wabbit) (👨‍💻 340 · 🔀 1.9K · 📦 2 · 📋 1.3K - 10% open · ⏱️ 01.08.2024): ``` - git clone https://github.com/tensorpack/tensorpack + git clone https://github.com/VowpalWabbit/vowpal_wabbit ``` -- [PyPi](https://pypi.org/project/tensorpack) (📥 14K / month · 📦 47 · ⏱️ 22.01.2021): +- [PyPi](https://pypi.org/project/vowpalwabbit) (📥 22K / month · 📦 40 · ⏱️ 08.08.2024): ``` - pip install tensorpack + pip install vowpalwabbit ``` -- [Conda](https://anaconda.org/conda-forge/tensorpack) (📥 10K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/vowpalwabbit) (📥 360K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge tensorpack + conda install -c conda-forge vowpalwabbit ```
-
Haiku (🥉32 · ⭐ 2.6K) - JAX-based neural network library. Apache-2 +
mlpack (🥈33 · ⭐ 5.4K) - mlpack: a fast, header-only C++ machine learning library. BSD-3 -- [GitHub](https://github.com/google-deepmind/dm-haiku) (👨‍💻 79 · 🔀 220 · 📦 1.6K · 📋 240 - 29% open · ⏱️ 30.11.2023): +- [GitHub](https://github.com/mlpack/mlpack) (👨‍💻 330 · 🔀 1.7K · 📋 1.7K - 1% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/deepmind/dm-haiku + git clone https://github.com/mlpack/mlpack ``` -- [PyPi](https://pypi.org/project/dm-haiku) (📥 230K / month · 📦 87 · ⏱️ 10.11.2023): +- [PyPi](https://pypi.org/project/mlpack) (📥 4.3K / month · 📦 6 · ⏱️ 15.05.2025): ``` - pip install dm-haiku + pip install mlpack ``` -- [Conda](https://anaconda.org/conda-forge/dm-haiku) (📥 14K · ⏱️ 16.11.2023): +- [Conda](https://anaconda.org/conda-forge/mlpack) (📥 360K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge dm-haiku + conda install -c conda-forge mlpack ```
-
EvaDB (🥉32 · ⭐ 2.4K) - Database system for AI-powered apps. Apache-2 +
Ludwig (🥉32 · ⭐ 11K · 💤) - Low-code framework for building custom LLMs, neural networks,.. Apache-2 -- [GitHub](https://github.com/georgia-tech-db/evadb) (👨‍💻 73 · 🔀 240 · 📥 410K · 📦 140 · 📋 300 - 25% open · ⏱️ 03.12.2023): +- [GitHub](https://github.com/ludwig-ai/ludwig) (👨‍💻 160 · 🔀 1.2K · 📦 310 · 📋 1.1K - 4% open · ⏱️ 17.10.2024): ``` - git clone https://github.com/georgia-tech-db/eva + git clone https://github.com/ludwig-ai/ludwig ``` -- [PyPi](https://pypi.org/project/evadb) (📥 18K / month · ⏱️ 19.11.2023): +- [PyPi](https://pypi.org/project/ludwig) (📥 1.4K / month · 📦 6 · ⏱️ 30.07.2024): ``` - pip install evadb + pip install ludwig ```
-
Sonnet (🥉31 · ⭐ 9.6K) - TensorFlow-based neural network library. Apache-2 +
Sonnet (🥉32 · ⭐ 9.8K) - TensorFlow-based neural network library. Apache-2 -- [GitHub](https://github.com/google-deepmind/sonnet) (👨‍💻 58 · 🔀 1.4K · 📦 1.2K · 📋 190 - 17% open · ⏱️ 21.07.2023): +- [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) (📥 18K / month · 📦 53 · ⏱️ 15.12.2022): +- [PyPi](https://pypi.org/project/dm-sonnet) (📥 19K / month · 📦 19 · ⏱️ 02.01.2024): ``` pip install dm-sonnet ``` -- [Conda](https://anaconda.org/conda-forge/sonnet) (📥 26K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/sonnet) (📥 43K · ⏱️ 22.04.2025): ``` conda install -c conda-forge sonnet ```
-
skorch (🥉31 · ⭐ 5.4K) - A scikit-learn compatible neural network library that wraps.. BSD-3 +
skorch (🥉32 · ⭐ 6K) - A scikit-learn compatible neural network library that wraps.. BSD-3 -- [GitHub](https://github.com/skorch-dev/skorch) (👨‍💻 61 · 🔀 360 · 📦 1K · 📋 500 - 10% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/skorch-dev/skorch) (👨‍💻 67 · 🔀 390 · 📦 1.7K · 📋 540 - 12% open · ⏱️ 24.04.2025): ``` git clone https://github.com/skorch-dev/skorch ``` -- [PyPi](https://pypi.org/project/skorch) (📥 58K / month · 📦 52 · ⏱️ 04.09.2023): +- [PyPi](https://pypi.org/project/skorch) (📥 110K / month · 📦 94 · ⏱️ 10.01.2025): ``` pip install skorch ``` -- [Conda](https://anaconda.org/conda-forge/skorch) (📥 780K · ⏱️ 06.09.2023): +- [Conda](https://anaconda.org/conda-forge/skorch) (📥 800K · ⏱️ 22.04.2025): ``` conda install -c conda-forge skorch ```
-
dyNET (🥉31 · ⭐ 3.4K) - DyNet: The Dynamic Neural Network Toolkit. Apache-2 - -- [GitHub](https://github.com/clab/dynet) (👨‍💻 160 · 🔀 700 · 📥 14K · 📦 250 · 📋 930 - 28% open · ⏱️ 08.11.2023): - - ``` - git clone https://github.com/clab/dynet - ``` -- [PyPi](https://pypi.org/project/dyNET) (📥 290K / month · 📦 29 · ⏱️ 21.10.2020): - ``` - pip install dyNET - ``` -
-
tensorflow-upstream (🥉31 · ⭐ 670) - TensorFlow ROCm port. Apache-2 +
tensorflow-upstream (🥉32 · ⭐ 690) - TensorFlow ROCm port. Apache-2 -- [GitHub](https://github.com/ROCmSoftwarePlatform/tensorflow-upstream) (👨‍💻 4.5K · 🔀 83 · 📥 21 · 📋 380 - 27% open · ⏱️ 01.12.2023): +- [GitHub](https://github.com/ROCm/tensorflow-upstream) (👨‍💻 4.9K · 🔀 99 · 📥 29 · 📋 390 - 4% open · ⏱️ 21.05.2025): ``` git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream ``` -- [PyPi](https://pypi.org/project/tensorflow-rocm) (📥 4.3K / month · 📦 5 · ⏱️ 04.10.2023): +- [PyPi](https://pypi.org/project/tensorflow-rocm) (📥 12K / month · 📦 9 · ⏱️ 10.01.2024): ``` pip install tensorflow-rocm ```
-
Neural Network Libraries (🥉30 · ⭐ 2.7K) - Neural Network Libraries. Apache-2 +
Haiku (🥉31 · ⭐ 3K) - JAX-based neural network library. Apache-2 -- [GitHub](https://github.com/sony/nnabla) (👨‍💻 73 · 🔀 340 · 📥 910 · 📋 91 - 35% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/google-deepmind/dm-haiku) (👨‍💻 88 · 🔀 250 · 📦 2.5K · 📋 250 - 29% open · ⏱️ 01.05.2025): ``` - git clone https://github.com/sony/nnabla + git clone https://github.com/deepmind/dm-haiku ``` -- [PyPi](https://pypi.org/project/nnabla) (📥 3.8K / month · 📦 55 · ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/dm-haiku) (📥 220K / month · 📦 190 · ⏱️ 22.04.2025): ``` - pip install nnabla + pip install dm-haiku + ``` +- [Conda](https://anaconda.org/conda-forge/dm-haiku) (📥 34K · ⏱️ 23.04.2025): + ``` + conda install -c conda-forge dm-haiku ```
-
Determined (🥉30 · ⭐ 2.6K) - 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) (👨‍💻 110 · 🔀 320 · 📥 7.9K · 📋 440 - 28% open · ⏱️ 07.12.2023): +- [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) (📥 21K / month · 📦 4 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/determined) (📥 200K / month · 📦 4 · ⏱️ 19.03.2025): ``` pip install determined ```
-
Geomstats (🥉30 · ⭐ 1.1K) - Computations and statistics on manifolds with geometric structures. MIT +
Geomstats (🥉28 · ⭐ 1.4K) - Computations and statistics on manifolds with geometric structures. MIT -- [GitHub](https://github.com/geomstats/geomstats) (👨‍💻 87 · 🔀 220 · 📦 85 · 📋 540 - 37% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/geomstats/geomstats) (👨‍💻 95 · 🔀 250 · 📦 140 · 📋 570 - 36% open · ⏱️ 22.05.2025): ``` git clone https://github.com/geomstats/geomstats ``` -- [PyPi](https://pypi.org/project/geomstats) (📥 3K / month · 📦 3 · ⏱️ 30.08.2023): +- [PyPi](https://pypi.org/project/geomstats) (📥 5K / month · 📦 12 · ⏱️ 09.09.2024): ``` pip install geomstats ``` -- [Conda](https://anaconda.org/conda-forge/geomstats) (📥 2K · ⏱️ 30.08.2023): +- [Conda](https://anaconda.org/conda-forge/geomstats) (📥 6.5K · ⏱️ 22.04.2025): ``` conda install -c conda-forge geomstats ```
-
ktrain (🥉29 · ⭐ 1.2K) - ktrain is a Python library that makes deep learning and AI more.. Apache-2 +
NuPIC (🥉27 · ⭐ 6.3K) - Numenta Platform for Intelligent Computing is an implementation of.. MIT -- [GitHub](https://github.com/amaiya/ktrain) (👨‍💻 16 · 🔀 270 · 📦 480 · 📋 480 - 0% open · ⏱️ 18.11.2023): +- [GitHub](https://github.com/numenta/nupic-legacy) (👨‍💻 120 · 🔀 1.6K · 📥 22 · 📦 21 · 📋 1.8K - 25% open · ⏱️ 03.12.2024): ``` - git clone https://github.com/amaiya/ktrain - ``` -- [PyPi](https://pypi.org/project/ktrain) (📥 20K / month · 📦 3 · ⏱️ 18.11.2023): - ``` - pip install ktrain - ``` -
-
Neural Tangents (🥉27 · ⭐ 2.1K) - Fast and Easy Infinite Neural Networks in Python. Apache-2 - -- [GitHub](https://github.com/google/neural-tangents) (👨‍💻 29 · 🔀 230 · 📥 340 · 📦 90 · 📋 150 - 39% open · ⏱️ 21.11.2023): - + git clone https://github.com/numenta/nupic ``` - git clone https://github.com/google/neural-tangents +- [PyPi](https://pypi.org/project/nupic) (📥 930 / month · ⏱️ 01.09.2016): ``` -- [PyPi](https://pypi.org/project/neural-tangents) (📥 2.3K / month · 📦 1 · ⏱️ 24.08.2023): - ``` - pip install neural-tangents + pip install nupic ```
-
Towhee (🥉25 · ⭐ 2.9K) - Towhee is a framework that is dedicated to making neural data.. Apache-2 +
pyRiemann (🥉27 · ⭐ 680) - Machine learning for multivariate data through the Riemannian.. BSD-3 -- [GitHub](https://github.com/towhee-io/towhee) (👨‍💻 34 · 🔀 250 · 📥 2.6K · 📋 650 - 1% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/pyRiemann/pyRiemann) (👨‍💻 37 · 🔀 170 · 📦 470 · 📋 110 - 2% open · ⏱️ 19.05.2025): ``` - git clone https://github.com/towhee-io/towhee - ``` -- [PyPi](https://pypi.org/project/towhee) (📥 3.1K / month · ⏱️ 04.12.2023): - ``` - pip install towhee + git clone https://github.com/pyRiemann/pyRiemann ``` -
-
Objax (🥉25 · ⭐ 750) - Objax is a machine learning framework that provides an Object.. Apache-2 - -- [GitHub](https://github.com/google/objax) (👨‍💻 26 · 🔀 78 · 📦 43 · 📋 110 - 45% open · ⏱️ 06.11.2023): - +- [PyPi](https://pypi.org/project/pyriemann) (📥 51K / month · 📦 28 · ⏱️ 12.02.2025): ``` - git clone https://github.com/google/objax + pip install pyriemann ``` -- [PyPi](https://pypi.org/project/objax) (📥 2.8K / month · 📦 4 · ⏱️ 06.11.2023): +- [Conda](https://anaconda.org/conda-forge/pyriemann) (📥 13K · ⏱️ 22.04.2025): ``` - pip install objax + conda install -c conda-forge pyriemann ```
-
Torchbearer (🥉25 · ⭐ 630 · 📈) - torchbearer: A model fitting library for PyTorch. MIT +
Neural Network Libraries (🥉26 · ⭐ 2.7K) - Neural Network Libraries. Apache-2 -- [GitHub](https://github.com/pytorchbearer/torchbearer) (👨‍💻 14 · 🔀 68 · 📦 84 · 📋 250 - 4% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/sony/nnabla) (👨‍💻 76 · 🔀 330 · 📥 1K · 📋 95 - 36% open · ⏱️ 15.11.2024): ``` - git clone https://github.com/pytorchbearer/torchbearer + git clone https://github.com/sony/nnabla ``` -- [PyPi](https://pypi.org/project/torchbearer) (📥 1.5K / month · 📦 4 · ⏱️ 01.12.2023): +- [PyPi](https://pypi.org/project/nnabla) (📥 5.1K / month · 📦 44 · ⏱️ 29.05.2024): ``` - pip install torchbearer + pip install nnabla ```
-
pyRiemann (🥉25 · ⭐ 540) - Machine learning for multivariate data analysis through the.. BSD-3 +
ktrain (🥉26 · ⭐ 1.3K · 💤) - ktrain is a Python library that makes deep learning and AI.. Apache-2 -- [GitHub](https://github.com/pyRiemann/pyRiemann) (👨‍💻 28 · 🔀 150 · 📦 290 · 📋 100 - 7% open · ⏱️ 13.10.2023): +- [GitHub](https://github.com/amaiya/ktrain) (👨‍💻 17 · 🔀 270 · 📦 570 · 📋 500 - 0% open · ⏱️ 09.07.2024): ``` - git clone https://github.com/pyRiemann/pyRiemann - ``` -- [PyPi](https://pypi.org/project/pyriemann) (📥 26K / month · 📦 18 · ⏱️ 17.07.2022): - ``` - pip install pyriemann + git clone https://github.com/amaiya/ktrain ``` -- [Conda](https://anaconda.org/conda-forge/pyriemann) (📥 4.7K · ⏱️ 20.06.2023): +- [PyPi](https://pypi.org/project/ktrain) (📥 5.4K / month · 📦 4 · ⏱️ 19.06.2024): ``` - conda install -c conda-forge pyriemann + pip install ktrain ```
-
NeuPy (🥉24 · ⭐ 740 · 💤) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT +
fklearn (🥉24 · ⭐ 1.5K) - fklearn: Functional Machine Learning. Apache-2 -- [GitHub](https://github.com/itdxer/neupy) (👨‍💻 8 · 🔀 160 · 📦 160 · 📋 270 - 12% open · ⏱️ 03.01.2023): +- [GitHub](https://github.com/nubank/fklearn) (👨‍💻 56 · 🔀 170 · 📦 16 · 📋 64 - 60% open · ⏱️ 23.04.2025): ``` - git clone https://github.com/itdxer/neupy + git clone https://github.com/nubank/fklearn ``` -- [PyPi](https://pypi.org/project/neupy) (📥 4.6K / month · 📦 13 · ⏱️ 04.04.2019): +- [PyPi](https://pypi.org/project/fklearn) (📥 1.4K / month · ⏱️ 26.02.2025): ``` - pip install neupy + pip install fklearn ```
-
fklearn (🥉23 · ⭐ 1.5K) - fklearn: Functional Machine Learning. Apache-2 +
Towhee (🥉23 · ⭐ 3.4K · 💤) - Towhee is a framework that is dedicated to making neural data.. Apache-2 -- [GitHub](https://github.com/nubank/fklearn) (👨‍💻 55 · 🔀 160 · 📦 13 · 📋 60 - 58% open · ⏱️ 08.11.2023): +- [GitHub](https://github.com/towhee-io/towhee) (👨‍💻 38 · 🔀 260 · 📥 2.7K · 📋 670 - 0% open · ⏱️ 18.10.2024): ``` - git clone https://github.com/nubank/fklearn + git clone https://github.com/towhee-io/towhee ``` -- [PyPi](https://pypi.org/project/fklearn) (📥 480 / month · ⏱️ 09.11.2023): +- [PyPi](https://pypi.org/project/towhee) (📥 4.5K / month · ⏱️ 04.12.2023): ``` - pip install fklearn + pip install towhee ```
-
NeoML (🥉23 · ⭐ 740) - Machine learning framework for both deep learning and traditional.. Apache-2 +
Runhouse (🥉22 · ⭐ 1K) - Distribute and run AI workloads magically in Python, like PyTorch for.. Apache-2 -- [GitHub](https://github.com/neoml-lib/neoml) (👨‍💻 35 · 🔀 120 · 📋 83 - 39% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/run-house/runhouse) (👨‍💻 16 · 🔀 36 · 📥 69 · 📋 51 - 17% open · ⏱️ 03.04.2025): ``` - git clone https://github.com/neoml-lib/neoml + git clone https://github.com/run-house/runhouse ``` -- [PyPi](https://pypi.org/project/neoml) (📥 240 / month · ⏱️ 01.11.2023): +- [PyPi](https://pypi.org/project/runhouse) (📥 19K / month · 📦 1 · ⏱️ 10.03.2025): ``` - pip install neoml + pip install runhouse ```
-
chefboost (🥉20 · ⭐ 420) - 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) (👨‍💻 6 · 🔀 96 · 📦 51 · 📋 32 - 15% open · ⏱️ 31.10.2023): +- [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) (📥 1.5K / month · ⏱️ 16.02.2022): +- [PyPi](https://pypi.org/project/chefboost) (📥 4.5K / month · ⏱️ 30.10.2024): ``` pip install chefboost ```
-
ThunderSVM (🥉19 · ⭐ 1.5K) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2 +
NeoML (🥉19 · ⭐ 780) - Machine learning framework for both deep learning and traditional.. Apache-2 -- [GitHub](https://github.com/Xtra-Computing/thundersvm) (👨‍💻 35 · 🔀 210 · 📥 2.7K · 📋 220 - 32% open · ⏱️ 15.09.2023): +- [GitHub](https://github.com/neoml-lib/neoml) (👨‍💻 40 · 🔀 130 · 📦 2 · 📋 91 - 40% open · ⏱️ 03.05.2025): ``` - git clone https://github.com/Xtra-Computing/thundersvm + git clone https://github.com/neoml-lib/neoml ``` -- [PyPi](https://pypi.org/project/thundersvm) (📥 400 / month · ⏱️ 13.03.2020): +- [PyPi](https://pypi.org/project/neoml) (📥 690 / month · ⏱️ 26.12.2023): ``` - pip install thundersvm + pip install neoml ```
-
ThunderGBM (🥉15 · ⭐ 680) - 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) (👨‍💻 11 · 🔀 87 · 📦 2 · 📋 78 - 46% open · ⏱️ 26.09.2023): +- [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) (📥 78 / month · ⏱️ 19.09.2022): +- [PyPi](https://pypi.org/project/thundergbm) (📥 180 / month · ⏱️ 19.09.2022): ``` pip install thundergbm ```
-
Show 14 hidden projects... - -- dlib (🥈39 · ⭐ 12K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 -- MindsDB (🥈34 · ⭐ 19K) - MindsDB connects AI models to real time data. ❗️GPL-3.0 -- Turi Create (🥉33 · ⭐ 11K · 💀) - Turi Create simplifies the development of custom machine.. BSD-3 -- Chainer (🥉33 · ⭐ 5.8K · 💀) - A flexible framework of neural networks for deep learning. MIT -- TFlearn (🥉32 · ⭐ 9.6K · 💀) - Deep learning library featuring a higher-level API for TensorFlow. MIT -- CNTK (🥉30 · ⭐ 17K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT -- NuPIC (🥉28 · ⭐ 6.3K) - Numenta Platform for Intelligent Computing is an implementation of.. ❗️AGPL-3.0 -- Lasagne (🥉28 · ⭐ 3.8K · 💀) - Lightweight library to build and train neural networks in Theano. MIT -- SHOGUN (🥉26 · ⭐ 3K · 💀) - Unified and efficient Machine Learning. BSD-3 +
Show 24 hidden projects... + +- dlib (🥈40 · ⭐ 14K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 +- MXNet (🥈39 · ⭐ 21K · 💀) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2 +- Theano (🥈38 · ⭐ 9.9K · 💀) - Theano was a Python library that allows you to define, optimize, and.. BSD-3 +- Chainer (🥈34 · ⭐ 5.9K · 💀) - A flexible framework of neural networks for deep learning. MIT +- MindsDB (🥈33 · ⭐ 29K) - 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 +- TFlearn (🥉31 · ⭐ 9.6K · 💀) - Deep learning library featuring a higher-level API for TensorFlow. MIT +- dyNET (🥉31 · ⭐ 3.4K · 💀) - DyNet: The Dynamic Neural Network Toolkit. Apache-2 +- CNTK (🥉29 · ⭐ 18K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT +- Lasagne (🥉28 · ⭐ 3.9K · 💀) - Lightweight library to build and train neural networks in Theano. MIT +- SHOGUN (🥉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 -- mace (🥉22 · ⭐ 4.8K · 💀) - MACE is a deep learning inference framework optimized for mobile.. Apache-2 -- neon (🥉22 · ⭐ 3.9K · 💀) - Intel Nervana reference deep learning framework committed to best.. Apache-2 -- elegy (🥉17 · ⭐ 460 · 💀) - A High Level API for Deep Learning in JAX. MIT -- StarSpace (🥉16 · ⭐ 3.9K · 💀) - Learning embeddings for classification, retrieval and ranking. MIT +- NeuPy (🥉25 · ⭐ 740 · 💀) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT +- neon (🥉23 · ⭐ 3.9K · 💀) - Intel Nervana reference deep learning framework committed to best.. Apache-2 +- ThunderSVM (🥉22 · ⭐ 1.6K · 💀) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2 +- mace (🥉21 · ⭐ 5K · 💀) - MACE is a deep learning inference framework optimized for mobile.. Apache-2 +- Neural Tangents (🥉21 · ⭐ 2.3K · 💀) - Fast and Easy Infinite Neural Networks in Python. Apache-2 +- Torchbearer (🥉21 · ⭐ 640 · 💀) - torchbearer: A model fitting library for PyTorch. MIT +- 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 (🥉13 · ⭐ 290 · 💤) - A Jax-based library for building transformers, includes.. MIT

@@ -800,673 +702,633 @@ _General-purpose machine learning and deep learning frameworks._ _General-purpose and task-specific data visualization libraries._ -
Matplotlib (🥇50 · ⭐ 19K) - matplotlib: plotting with Python. Python-2.0 +
Matplotlib (🥇49 · ⭐ 21K) - matplotlib: plotting with Python. ❗Unlicensed -- [GitHub](https://github.com/matplotlib/matplotlib) (👨‍💻 1.6K · 🔀 7.3K · 📦 1M · 📋 10K - 14% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/matplotlib/matplotlib) (👨‍💻 1.8K · 🔀 7.9K · 📦 1.8M · 📋 11K - 14% open · ⏱️ 21.05.2025): ``` git clone https://github.com/matplotlib/matplotlib ``` -- [PyPi](https://pypi.org/project/matplotlib) (📥 45M / month · 📦 63K · ⏱️ 18.11.2023): +- [PyPi](https://pypi.org/project/matplotlib) (📥 87M / month · 📦 60K · ⏱️ 08.05.2025): ``` pip install matplotlib ``` -- [Conda](https://anaconda.org/conda-forge/matplotlib) (📥 21M · ⏱️ 20.11.2023): +- [Conda](https://anaconda.org/conda-forge/matplotlib) (📥 30M · ⏱️ 15.05.2025): ``` conda install -c conda-forge matplotlib ```
-
Bokeh (🥇45 · ⭐ 18K) - 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) (👨‍💻 680 · 🔀 4.2K · 📦 80K · 📋 7.5K - 10% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/plotly/dash) (👨‍💻 180 · 🔀 2.1K · 📥 88 · 📦 86K · 📋 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) (📥 3.6M / month · 📦 3.8K · ⏱️ 01.12.2023): +- [PyPi](https://pypi.org/project/dash) (📥 5.1M / month · 📦 1.6K · ⏱️ 24.04.2025): ``` - pip install bokeh + pip install dash ``` -- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 13M · ⏱️ 01.12.2023): +- [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 (🥇44 · ⭐ 15K) - 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) (👨‍💻 250 · 🔀 2.4K · 📦 220K · 📋 2.8K - 50% open · ⏱️ 30.11.2023): +- [GitHub](https://github.com/plotly/plotly.py) (👨‍💻 290 · 🔀 2.6K · 📥 240 · 📦 430K · 📋 3.2K - 20% open · ⏱️ 20.05.2025): ``` git clone https://github.com/plotly/plotly.py ``` -- [PyPi](https://pypi.org/project/plotly) (📥 12M / month · 📦 5.4K · ⏱️ 25.10.2023): +- [PyPi](https://pypi.org/project/plotly) (📥 24M / month · 📦 8.3K · ⏱️ 20.05.2025): ``` pip install plotly ``` -- [Conda](https://anaconda.org/conda-forge/plotly) (📥 5.1M · ⏱️ 25.10.2023): +- [Conda](https://anaconda.org/conda-forge/plotly) (📥 9.6M · ⏱️ 21.05.2025): ``` conda install -c conda-forge plotly ``` -- [npm](https://www.npmjs.com/package/plotlywidget) (📥 52K / month · 📦 6 · ⏱️ 12.01.2021): +- [npm](https://www.npmjs.com/package/plotlywidget) (📥 44K / month · 📦 9 · ⏱️ 12.01.2021): ``` npm install plotlywidget ```
-
Seaborn (🥇44 · ⭐ 11K) - Statistical data visualization in Python. BSD-3 +
Bokeh (🥇45 · ⭐ 20K) - Interactive Data Visualization in the browser, from Python. BSD-3 + +- [GitHub](https://github.com/bokeh/bokeh) (👨‍💻 710 · 🔀 4.2K · 📦 100K · 📋 8K - 10% open · ⏱️ 22.05.2025): + + ``` + git clone https://github.com/bokeh/bokeh + ``` +- [PyPi](https://pypi.org/project/bokeh) (📥 3.4M / month · 📦 2K · ⏱️ 12.05.2025): + ``` + pip install bokeh + ``` +- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 17M · ⏱️ 12.05.2025): + ``` + conda install -c conda-forge bokeh + ``` +
+
Seaborn (🥇43 · ⭐ 13K · 📈) - Statistical data visualization in Python. BSD-3 -- [GitHub](https://github.com/mwaskom/seaborn) (👨‍💻 210 · 🔀 1.8K · 📥 330 · 📦 330K · 📋 2.4K - 4% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/mwaskom/seaborn) (👨‍💻 220 · 🔀 1.9K · 📥 470 · 📦 670K · 📋 2.6K - 6% open · ⏱️ 26.01.2025): ``` git clone https://github.com/mwaskom/seaborn ``` -- [PyPi](https://pypi.org/project/seaborn) (📥 13M / month · 📦 11K · ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/seaborn) (📥 24M / month · 📦 11K · ⏱️ 25.01.2024): ``` pip install seaborn ``` -- [Conda](https://anaconda.org/conda-forge/seaborn) (📥 7.9M · ⏱️ 02.10.2023): +- [Conda](https://anaconda.org/conda-forge/seaborn) (📥 13M · ⏱️ 22.04.2025): ``` conda install -c conda-forge seaborn ```
-
Altair (🥇42 · ⭐ 8.6K) - Declarative statistical visualization library for Python. BSD-3 +
Altair (🥇40 · ⭐ 9.8K · 📉) - Declarative visualization library for Python. BSD-3 -- [GitHub](https://github.com/altair-viz/altair) (👨‍💻 160 · 🔀 780 · 📥 91 · 📦 92K · 📋 1.9K - 9% open · ⏱️ 06.12.2023): +- [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) (📥 15M / month · 📦 630 · ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/altair) (📥 29M / month · 📦 920 · ⏱️ 23.11.2024): ``` pip install altair ``` -- [Conda](https://anaconda.org/conda-forge/altair) (📥 2.1M · ⏱️ 05.12.2023): +- [Conda](https://anaconda.org/conda-forge/altair) (📥 2.7M · ⏱️ 22.04.2025): ``` conda install -c conda-forge altair ```
-
dash (🥇40 · ⭐ 20K) - Data Apps & Dashboards for Python. No JavaScript Required. MIT +
FiftyOne (🥈39 · ⭐ 9.5K) - Visualize, create, and debug image and video datasets.. Apache-2 -- [GitHub](https://github.com/plotly/dash) (👨‍💻 140 · 🔀 2K · 📥 9 · 📦 55K · 📋 1.6K - 48% open · ⏱️ 01.12.2023): +- [GitHub](https://github.com/voxel51/fiftyone) (👨‍💻 150 · 🔀 630 · 📦 980 · 📋 1.7K - 33% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/plotly/dash - ``` -- [PyPi](https://pypi.org/project/dash) (📥 2.3M / month · 📦 1.4K · ⏱️ 28.11.2023): - ``` - pip install dash + git clone https://github.com/voxel51/fiftyone ``` -- [Conda](https://anaconda.org/conda-forge/dash) (📥 1.2M · ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/fiftyone) (📥 110K / month · 📦 27 · ⏱️ 09.05.2025): ``` - conda install -c conda-forge dash + pip install fiftyone ```
-
pyecharts (🥈37 · ⭐ 14K) - 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) (👨‍💻 39 · 🔀 2.8K · 📦 3.6K · 📋 1.8K - 0% open · ⏱️ 21.08.2023): +- [GitHub](https://github.com/pyvista/pyvista) (👨‍💻 180 · 🔀 560 · 📥 890 · 📦 4.8K · 📋 1.9K - 36% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/pyecharts/pyecharts + git clone https://github.com/pyvista/pyvista ``` -- [PyPi](https://pypi.org/project/pyecharts) (📥 150K / month · 📦 250 · ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/pyvista) (📥 470K / month · 📦 710 · ⏱️ 13.05.2025): ``` - pip install pyecharts + pip install pyvista + ``` +- [Conda](https://anaconda.org/conda-forge/pyvista) (📥 690K · ⏱️ 13.05.2025): + ``` + conda install -c conda-forge pyvista ```
-
pandas-profiling (🥈37 · ⭐ 12K) - 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) (👨‍💻 120 · 🔀 1.6K · 📥 14 · 📦 2K · 📋 750 - 26% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/ydataai/ydata-profiling) (👨‍💻 140 · 🔀 1.7K · 📥 320 · 📦 6.6K · 📋 840 - 30% open · ⏱️ 26.03.2025): ``` git clone https://github.com/ydataai/pandas-profiling ``` -- [PyPi](https://pypi.org/project/pandas-profiling) (📥 670K / month · 📦 200 · ⏱️ 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) (📥 410K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 510K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pandas-profiling ```
-
PyQtGraph (🥈36 · ⭐ 3.5K) - Fast data visualization and GUI tools for scientific / engineering.. MIT +
HoloViews (🥈38 · ⭐ 2.8K · 📈) - With Holoviews, your data visualizes itself. BSD-3 + +- [GitHub](https://github.com/holoviz/holoviews) (👨‍💻 150 · 🔀 410 · 📦 16K · 📋 3.4K - 31% open · ⏱️ 21.05.2025): + + ``` + git clone https://github.com/holoviz/holoviews + ``` +- [PyPi](https://pypi.org/project/holoviews) (📥 500K / month · 📦 430 · ⏱️ 31.03.2025): + ``` + pip install holoviews + ``` +- [Conda](https://anaconda.org/conda-forge/holoviews) (📥 2.1M · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge holoviews + ``` +- [npm](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (📥 170 / month · 📦 5 · ⏱️ 14.01.2025): + ``` + npm install @pyviz/jupyterlab_pyviz + ``` +
+
pyecharts (🥈37 · ⭐ 15K) - Python Echarts Plotting Library. MIT + +- [GitHub](https://github.com/pyecharts/pyecharts) (👨‍💻 45 · 🔀 2.9K · 📥 73 · 📦 5.4K · 📋 1.9K - 0% open · ⏱️ 26.01.2025): + + ``` + git clone https://github.com/pyecharts/pyecharts + ``` +- [PyPi](https://pypi.org/project/pyecharts) (📥 250K / month · 📦 220 · ⏱️ 24.01.2025): + ``` + pip install pyecharts + ``` +
+
PyQtGraph (🥈37 · ⭐ 4.1K) - Fast data visualization and GUI tools for scientific / engineering.. MIT -- [GitHub](https://github.com/pyqtgraph/pyqtgraph) (👨‍💻 260 · 🔀 1K · 📦 8.4K · 📋 1.2K - 29% open · ⏱️ 18.11.2023): +- [GitHub](https://github.com/pyqtgraph/pyqtgraph) (👨‍💻 300 · 🔀 1.1K · 📦 12K · 📋 1.4K - 32% open · ⏱️ 08.04.2025): ``` git clone https://github.com/pyqtgraph/pyqtgraph ``` -- [PyPi](https://pypi.org/project/pyqtgraph) (📥 170K / month · 📦 960 · ⏱️ 14.04.2023): +- [PyPi](https://pypi.org/project/pyqtgraph) (📥 400K / month · 📦 1K · ⏱️ 29.04.2024): ``` pip install pyqtgraph ``` -- [Conda](https://anaconda.org/conda-forge/pyqtgraph) (📥 490K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pyqtgraph) (📥 710K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pyqtgraph ```
-
PyVista (🥈36 · ⭐ 2.1K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT +
plotnine (🥈36 · ⭐ 4.2K) - A Grammar of Graphics for Python. MIT -- [GitHub](https://github.com/pyvista/pyvista) (👨‍💻 150 · 🔀 390 · 📥 790 · 📦 2.4K · 📋 1.4K - 29% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/has2k1/plotnine) (👨‍💻 110 · 🔀 230 · 📦 12K · 📋 720 - 10% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/pyvista/pyvista + git clone https://github.com/has2k1/plotnine ``` -- [PyPi](https://pypi.org/project/pyvista) (📥 220K / month · 📦 240 · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/plotnine) (📥 2.5M / month · 📦 380 · ⏱️ 19.05.2025): ``` - pip install pyvista + pip install plotnine ``` -- [Conda](https://anaconda.org/conda-forge/pyvista) (📥 430K · ⏱️ 07.12.2023): +- [Conda](https://anaconda.org/conda-forge/plotnine) (📥 470K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pyvista + conda install -c conda-forge plotnine ```
-
Graphviz (🥈36 · ⭐ 1.5K) - Simple Python interface for Graphviz. MIT +
Graphviz (🥈36 · ⭐ 1.7K · 💤) - Simple Python interface for Graphviz. MIT -- [GitHub](https://github.com/xflr6/graphviz) (👨‍💻 22 · 🔀 200 · 📦 57K · 📋 170 - 5% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/xflr6/graphviz) (👨‍💻 23 · 🔀 210 · 📦 91K · 📋 190 - 6% open · ⏱️ 13.05.2024): ``` git clone https://github.com/xflr6/graphviz ``` -- [PyPi](https://pypi.org/project/graphviz) (📥 7.9M / month · 📦 3.4K · ⏱️ 23.07.2022): +- [PyPi](https://pypi.org/project/graphviz) (📥 24M / month · 📦 2.9K · ⏱️ 21.03.2024): ``` pip install graphviz ``` -- [Conda](https://anaconda.org/anaconda/python-graphviz) (📥 42K · ⏱️ 06.12.2023): +- [Conda](https://anaconda.org/anaconda/python-graphviz) (📥 54K · ⏱️ 22.04.2025): ``` conda install -c anaconda python-graphviz ```
-
VisPy (🥈35 · ⭐ 3.2K) - 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) (👨‍💻 190 · 🔀 610 · 📦 1.3K · 📋 1.4K - 22% open · ⏱️ 31.10.2023): +- [GitHub](https://github.com/vispy/vispy) (👨‍💻 200 · 🔀 620 · 📦 2K · 📋 1.5K - 25% open · ⏱️ 20.05.2025): ``` git clone https://github.com/vispy/vispy ``` -- [PyPi](https://pypi.org/project/vispy) (📥 400K / month · 📦 140 · ⏱️ 03.10.2023): +- [PyPi](https://pypi.org/project/vispy) (📥 160K / month · 📦 200 · ⏱️ 19.05.2025): ``` pip install vispy ``` -- [Conda](https://anaconda.org/conda-forge/vispy) (📥 440K · ⏱️ 04.10.2023): +- [Conda](https://anaconda.org/conda-forge/vispy) (📥 810K · ⏱️ 19.05.2025): ``` conda install -c conda-forge vispy ``` -- [npm](https://www.npmjs.com/package/vispy) (📥 11 / month · 📦 1 · ⏱️ 15.03.2020): +- [npm](https://www.npmjs.com/package/vispy) (📥 21 / month · 📦 3 · ⏱️ 15.03.2020): ``` npm install vispy ```
-
HoloViews (🥈35 · ⭐ 2.5K) - With Holoviews, your data visualizes itself. BSD-3 +
Perspective (🥈34 · ⭐ 9.2K) - A data visualization and analytics component, especially.. Apache-2 -- [GitHub](https://github.com/holoviz/holoviews) (👨‍💻 140 · 🔀 380 · 📋 3.1K - 33% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/finos/perspective) (👨‍💻 100 · 🔀 1.2K · 📥 11K · 📦 180 · 📋 880 - 12% open · ⏱️ 15.05.2025): ``` - git clone https://github.com/holoviz/holoviews + git clone https://github.com/finos/perspective ``` -- [PyPi](https://pypi.org/project/holoviews) (📥 320K / month · 📦 270 · ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/perspective-python) (📥 18K / month · 📦 30 · ⏱️ 01.05.2025): ``` - pip install holoviews + pip install perspective-python ``` -- [Conda](https://anaconda.org/conda-forge/holoviews) (📥 1.5M · ⏱️ 08.11.2023): +- [Conda](https://anaconda.org/conda-forge/perspective) (📥 2.1M · ⏱️ 07.05.2025): ``` - conda install -c conda-forge holoviews + conda install -c conda-forge perspective ``` -- [npm](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (📥 660 / month · 📦 2 · ⏱️ 16.08.2023): +- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 360 / month · 📦 6 · ⏱️ 01.05.2025): ``` - npm install @pyviz/jupyterlab_pyviz + npm install @finos/perspective-jupyterlab ```
-
FiftyOne (🥈34 · ⭐ 5.5K) - Visualize, create, and debug image and video datasets.. Apache-2 +
cartopy (🥈34 · ⭐ 1.5K) - Cartopy - a cartographic python library with matplotlib support. BSD-3 -- [GitHub](https://github.com/voxel51/fiftyone) (👨‍💻 100 · 🔀 440 · 📦 450 · 📋 1.4K - 33% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/SciTools/cartopy) (👨‍💻 140 · 🔀 380 · 📦 7.6K · 📋 1.3K - 24% open · ⏱️ 15.05.2025): ``` - git clone https://github.com/voxel51/fiftyone + git clone https://github.com/SciTools/cartopy ``` -- [PyPi](https://pypi.org/project/fiftyone) (📥 42K / month · 📦 10 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/cartopy) (📥 520K / month · 📦 720 · ⏱️ 08.10.2024): ``` - pip install fiftyone + pip install cartopy ``` -
-
wordcloud (🥈33 · ⭐ 9.8K) - A little word cloud generator in Python. MIT - -- [GitHub](https://github.com/amueller/word_cloud) (👨‍💻 72 · 🔀 2.3K · 📦 21 · 📋 520 - 20% open · ⏱️ 07.12.2023): - - ``` - git clone https://github.com/amueller/word_cloud - ``` -- [PyPi](https://pypi.org/project/wordcloud) (📥 1.4M / month · 📦 830 · ⏱️ 18.05.2023): - ``` - pip install wordcloud - ``` -- [Conda](https://anaconda.org/conda-forge/wordcloud) (📥 450K · ⏱️ 07.07.2023): +- [Conda](https://anaconda.org/conda-forge/cartopy) (📥 4.8M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge wordcloud + conda install -c conda-forge cartopy ```
-
UMAP (🥈33 · ⭐ 6.6K) - Uniform Manifold Approximation and Projection. BSD-3 +
UMAP (🥈33 · ⭐ 7.8K) - Uniform Manifold Approximation and Projection. BSD-3 -- [GitHub](https://github.com/lmcinnes/umap) (👨‍💻 130 · 🔀 750 · 📦 1 · 📋 760 - 56% open · ⏱️ 18.11.2023): +- [GitHub](https://github.com/lmcinnes/umap) (👨‍💻 140 · 🔀 830 · 📦 1 · 📋 850 - 59% open · ⏱️ 12.05.2025): ``` git clone https://github.com/lmcinnes/umap ``` -- [PyPi](https://pypi.org/project/umap-learn) (📥 860K / month · 📦 520 · ⏱️ 18.11.2023): +- [PyPi](https://pypi.org/project/umap-learn) (📥 1.5M / month · 📦 1.1K · ⏱️ 28.10.2024): ``` pip install umap-learn ``` -- [Conda](https://anaconda.org/conda-forge/umap-learn) (📥 2.3M · ⏱️ 18.11.2023): +- [Conda](https://anaconda.org/conda-forge/umap-learn) (📥 3M · ⏱️ 22.04.2025): ``` conda install -c conda-forge umap-learn ```
-
plotnine (🥈33 · ⭐ 3.6K) - A Grammar of Graphics for Python. MIT - -- [GitHub](https://github.com/has2k1/plotnine) (👨‍💻 100 · 🔀 200 · 📦 6.3K · 📋 590 - 13% open · ⏱️ 21.11.2023): - - ``` - git clone https://github.com/has2k1/plotnine - ``` -- [PyPi](https://pypi.org/project/plotnine) (📥 1.9M / month · 📦 260 · ⏱️ 06.11.2023): - ``` - pip install plotnine - ``` -- [Conda](https://anaconda.org/conda-forge/plotnine) (📥 330K · ⏱️ 06.11.2023): - ``` - conda install -c conda-forge plotnine - ``` -
-
datashader (🥈33 · ⭐ 3.1K) - Quickly and accurately render even the largest data. BSD-3 +
datashader (🥈33 · ⭐ 3.4K) - Quickly and accurately render even the largest data. BSD-3 -- [GitHub](https://github.com/holoviz/datashader) (👨‍💻 54 · 🔀 360 · 📦 3.3K · 📋 570 - 22% open · ⏱️ 27.10.2023): +- [GitHub](https://github.com/holoviz/datashader) (👨‍💻 62 · 🔀 370 · 📦 6.1K · 📋 600 - 23% open · ⏱️ 08.05.2025): ``` git clone https://github.com/holoviz/datashader ``` -- [PyPi](https://pypi.org/project/datashader) (📥 74K / month · 📦 120 · ⏱️ 31.10.2023): +- [PyPi](https://pypi.org/project/datashader) (📥 180K / month · 📦 250 · ⏱️ 08.05.2025): ``` pip install datashader ``` -- [Conda](https://anaconda.org/conda-forge/datashader) (📥 730K · ⏱️ 27.10.2023): +- [Conda](https://anaconda.org/conda-forge/datashader) (📥 1.5M · ⏱️ 08.05.2025): ``` conda install -c conda-forge datashader ```
-
Perspective (🥈31 · ⭐ 7K) - A data visualization and analytics component, especially.. Apache-2 +
lets-plot (🥈33 · ⭐ 1.7K) - Multiplatform plotting library based on the Grammar of Graphics. MIT -- [GitHub](https://github.com/finos/perspective) (👨‍💻 93 · 🔀 890 · 📥 1.7K · 📦 100 · 📋 700 - 13% open · ⏱️ 03.12.2023): +- [GitHub](https://github.com/JetBrains/lets-plot) (👨‍💻 21 · 🔀 53 · 📥 3.2K · 📦 180 · 📋 690 - 23% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/finos/perspective - ``` -- [PyPi](https://pypi.org/project/perspective-python) (📥 5.9K / month · 📦 14 · ⏱️ 29.11.2023): - ``` - pip install perspective-python - ``` -- [Conda](https://anaconda.org/conda-forge/perspective) (📥 490K · ⏱️ 04.12.2023): - ``` - conda install -c conda-forge perspective + git clone https://github.com/JetBrains/lets-plot ``` -- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 850 / month · 📦 3 · ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/lets-plot) (📥 98K / month · 📦 15 · ⏱️ 28.03.2025): ``` - npm install @finos/perspective-jupyterlab + pip install lets-plot ```
-
D-Tale (🥈31 · ⭐ 4.4K) - Visualizer for pandas data structures. ❗️LGPL-2.1 +
wordcloud (🥈32 · ⭐ 10K) - A little word cloud generator in Python. MIT -- [GitHub](https://github.com/man-group/dtale) (👨‍💻 30 · 🔀 370 · 📦 950 · 📋 550 - 9% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/amueller/word_cloud) (👨‍💻 73 · 🔀 2.3K · 📦 21 · 📋 560 - 24% open · ⏱️ 12.04.2025): ``` - git clone https://github.com/man-group/dtale + git clone https://github.com/amueller/word_cloud ``` -- [PyPi](https://pypi.org/project/dtale) (📥 130K / month · 📦 23 · ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/wordcloud) (📥 1.8M / month · 📦 550 · ⏱️ 10.11.2024): ``` - pip install dtale + pip install wordcloud ``` -- [Conda](https://anaconda.org/conda-forge/dtale) (📥 260K · ⏱️ 29.11.2023): +- [Conda](https://anaconda.org/conda-forge/wordcloud) (📥 670K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge dtale + conda install -c conda-forge wordcloud ```
-
hvPlot (🥈31 · ⭐ 830) - A high-level plotting API for pandas, dask, xarray, and networkx built on.. BSD-3 +
hvPlot (🥈32 · ⭐ 1.2K) - A high-level plotting API for pandas, dask, xarray, and networkx built.. BSD-3 -- [GitHub](https://github.com/holoviz/hvplot) (👨‍💻 44 · 🔀 88 · 📦 4K · 📋 680 - 43% open · ⏱️ 14.11.2023): +- [GitHub](https://github.com/holoviz/hvplot) (👨‍💻 51 · 🔀 110 · 📦 7.1K · 📋 900 - 42% open · ⏱️ 21.05.2025): ``` git clone https://github.com/holoviz/hvplot ``` -- [PyPi](https://pypi.org/project/hvplot) (📥 120K / month · 📦 97 · ⏱️ 16.10.2023): +- [PyPi](https://pypi.org/project/hvplot) (📥 210K / month · 📦 240 · ⏱️ 30.04.2025): ``` pip install hvplot ``` -- [Conda](https://anaconda.org/conda-forge/hvplot) (📥 510K · ⏱️ 16.10.2023): +- [Conda](https://anaconda.org/conda-forge/hvplot) (📥 770K · ⏱️ 01.05.2025): ``` conda install -c conda-forge hvplot ```
-
lets-plot (🥉30 · ⭐ 1.3K) - Multiplatform plotting library based on Grammar of Graphics. MIT - -- [GitHub](https://github.com/JetBrains/lets-plot) (👨‍💻 20 · 🔀 47 · 📥 550 · 📦 51 · 📋 460 - 25% open · ⏱️ 06.12.2023): - - ``` - git clone https://github.com/JetBrains/lets-plot - ``` -- [PyPi](https://pypi.org/project/lets-plot) (📥 29K / month · 📦 2 · ⏱️ 03.11.2023): - ``` - pip install lets-plot - ``` -
-
bqplot (🥉29 · ⭐ 3.5K) - Plotting library for IPython/Jupyter notebooks. Apache-2 +
mpld3 (🥉31 · ⭐ 2.4K · 💤) - An interactive data visualization tool which brings matplotlib.. BSD-3 -- [GitHub](https://github.com/bqplot/bqplot) (👨‍💻 64 · 🔀 470 · 📦 51 · 📋 620 - 40% open · ⏱️ 04.10.2023): +- [GitHub](https://github.com/mpld3/mpld3) (👨‍💻 53 · 🔀 360 · 📦 7.4K · 📋 370 - 59% open · ⏱️ 30.10.2024): ``` - git clone https://github.com/bqplot/bqplot - ``` -- [PyPi](https://pypi.org/project/bqplot) (📥 120K / month · 📦 100 · ⏱️ 17.10.2023): - ``` - pip install bqplot - ``` -- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1.2M · ⏱️ 06.11.2023): - ``` - conda install -c conda-forge bqplot - ``` -- [npm](https://www.npmjs.com/package/bqplot) (📥 3.6K / month · 📦 16 · ⏱️ 17.10.2023): - ``` - npm install bqplot + git clone https://github.com/mpld3/mpld3 ``` -
-
Sweetviz (🥉29 · ⭐ 2.7K) - Visualize and compare datasets, target values and associations, with one.. MIT - -- [GitHub](https://github.com/fbdesignpro/sweetviz) (👨‍💻 11 · 🔀 260 · 📦 1.9K · 📋 130 - 25% open · ⏱️ 29.11.2023): - +- [PyPi](https://pypi.org/project/mpld3) (📥 350K / month · 📦 150 · ⏱️ 23.12.2023): ``` - git clone https://github.com/fbdesignpro/sweetviz + pip install mpld3 ``` -- [PyPi](https://pypi.org/project/sweetviz) (📥 66K / month · 📦 14 · ⏱️ 29.11.2023): +- [Conda](https://anaconda.org/conda-forge/mpld3) (📥 230K · ⏱️ 22.04.2025): ``` - pip install sweetviz + conda install -c conda-forge mpld3 ``` -- [Conda](https://anaconda.org/conda-forge/sweetviz) (📥 26K · ⏱️ 04.12.2023): +- [npm](https://www.npmjs.com/package/mpld3) (📥 1.2K / month · 📦 9 · ⏱️ 23.12.2023): ``` - conda install -c conda-forge sweetviz + npm install mpld3 ```
-
mpld3 (🥉29 · ⭐ 2.3K · 💤) - D3 Renderings of Matplotlib Graphics. BSD-3 +
D-Tale (🥉30 · ⭐ 4.9K) - Visualizer for pandas data structures. ❗️LGPL-2.1 -- [GitHub](https://github.com/mpld3/mpld3) (👨‍💻 51 · 🔀 360 · 📦 5.3K · 📋 360 - 60% open · ⏱️ 10.12.2022): +- [GitHub](https://github.com/man-group/dtale) (👨‍💻 30 · 🔀 420 · 📦 1.5K · 📋 610 - 11% open · ⏱️ 20.03.2025): ``` - git clone https://github.com/mpld3/mpld3 - ``` -- [PyPi](https://pypi.org/project/mpld3) (📥 410K / month · 📦 410 · ⏱️ 10.12.2022): - ``` - pip install mpld3 + git clone https://github.com/man-group/dtale ``` -- [Conda](https://anaconda.org/conda-forge/mpld3) (📥 190K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/dtale) (📥 140K / month · 📦 53 · ⏱️ 20.03.2025): ``` - conda install -c conda-forge mpld3 + pip install dtale ``` -- [npm](https://www.npmjs.com/package/mpld3) (📥 430 / month · 📦 8 · ⏱️ 10.12.2022): +- [Conda](https://anaconda.org/conda-forge/dtale) (📥 430K · ⏱️ 22.04.2025): ``` - npm install mpld3 + conda install -c conda-forge dtale ```
-
data-validation (🥉29 · ⭐ 740) - Library for exploring and validating machine learning.. Apache-2 +
bqplot (🥉30 · ⭐ 3.7K · 💤) - Plotting library for IPython/Jupyter notebooks. Apache-2 -- [GitHub](https://github.com/tensorflow/data-validation) (👨‍💻 25 · 🔀 150 · 📥 640 · 📦 770 · 📋 180 - 20% open · ⏱️ 17.11.2023): +- [GitHub](https://github.com/bqplot/bqplot) (👨‍💻 65 · 🔀 470 · 📦 61 · 📋 640 - 42% open · ⏱️ 22.10.2024): ``` - git clone https://github.com/tensorflow/data-validation + git clone https://github.com/bqplot/bqplot ``` -- [PyPi](https://pypi.org/project/tensorflow-data-validation) (📥 190K / month · 📦 30 · ⏱️ 14.08.2023): +- [PyPi](https://pypi.org/project/bqplot) (📥 210K / month · 📦 110 · ⏱️ 21.05.2025): ``` - pip install tensorflow-data-validation + pip install bqplot ``` -
-
Facets Overview (🥉28 · ⭐ 7.2K · 💤) - Visualizations for machine learning datasets. Apache-2 - -- [GitHub](https://github.com/PAIR-code/facets) (👨‍💻 31 · 🔀 910 · 📦 200 · 📋 160 - 50% open · ⏱️ 24.05.2023): - +- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1.6M · ⏱️ 22.04.2025): ``` - git clone https://github.com/pair-code/facets + conda install -c conda-forge bqplot ``` -- [PyPi](https://pypi.org/project/facets-overview) (📥 200K / month · 📦 8 · ⏱️ 24.05.2023): +- [npm](https://www.npmjs.com/package/bqplot) (📥 1.6K / month · 📦 21 · ⏱️ 24.12.2024): ``` - pip install facets-overview + npm install bqplot ```
-
missingno (🥉28 · ⭐ 3.7K · 💤) - Missing data visualization module for Python. MIT +
HyperTools (🥉27 · ⭐ 1.8K) - A Python toolbox for gaining geometric insights into high-dimensional.. MIT -- [GitHub](https://github.com/ResidentMario/missingno) (👨‍💻 18 · 🔀 460 · 📦 14K · 📋 130 - 6% open · ⏱️ 26.02.2023): +- [GitHub](https://github.com/ContextLab/hypertools) (👨‍💻 23 · 🔀 160 · 📥 71 · 📦 500 · 📋 200 - 34% open · ⏱️ 24.04.2025): ``` - git clone https://github.com/ResidentMario/missingno - ``` -- [PyPi](https://pypi.org/project/missingno) (📥 440K / month · 📦 140 · ⏱️ 26.02.2023): + git clone https://github.com/ContextLab/hypertools ``` - pip install missingno +- [PyPi](https://pypi.org/project/hypertools) (📥 400 / month · 📦 2 · ⏱️ 12.02.2022): ``` -- [Conda](https://anaconda.org/conda-forge/missingno) (📥 310K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge missingno + pip install hypertools ```
-
AutoViz (🥉27 · ⭐ 1.5K) - Automatically Visualize any dataset, any size with a single line of.. Apache-2 +
AutoViz (🥉27 · ⭐ 1.8K · 💤) - Automatically Visualize any dataset, any size with a single line.. Apache-2 -- [GitHub](https://github.com/AutoViML/AutoViz) (👨‍💻 14 · 🔀 190 · 📦 580 · 📋 87 - 6% open · ⏱️ 05.11.2023): +- [GitHub](https://github.com/AutoViML/AutoViz) (👨‍💻 17 · 🔀 200 · 📦 870 · 📋 98 - 2% open · ⏱️ 10.06.2024): ``` git clone https://github.com/AutoViML/AutoViz ``` -- [PyPi](https://pypi.org/project/autoviz) (📥 310K / month · 📦 7 · ⏱️ 30.10.2023): +- [PyPi](https://pypi.org/project/autoviz) (📥 15K / month · 📦 11 · ⏱️ 10.06.2024): ``` pip install autoviz ``` -- [Conda](https://anaconda.org/conda-forge/autoviz) (📥 45K · ⏱️ 21.07.2023): +- [Conda](https://anaconda.org/conda-forge/autoviz) (📥 86K · ⏱️ 22.04.2025): ``` conda install -c conda-forge autoviz ```
-
openTSNE (🥉27 · ⭐ 1.3K) - Extensible, parallel implementations of t-SNE. BSD-3 +
openTSNE (🥉27 · ⭐ 1.5K · 💤) - Extensible, parallel implementations of t-SNE. BSD-3 -- [GitHub](https://github.com/pavlin-policar/openTSNE) (👨‍💻 11 · 🔀 160 · 📦 700 · 📋 130 - 1% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/pavlin-policar/openTSNE) (👨‍💻 13 · 🔀 170 · 📦 1.1K · 📋 140 - 9% open · ⏱️ 24.10.2024): ``` git clone https://github.com/pavlin-policar/openTSNE ``` -- [PyPi](https://pypi.org/project/opentsne) (📥 30K / month · 📦 18 · ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/opentsne) (📥 39K / month · 📦 47 · ⏱️ 13.08.2024): ``` pip install opentsne ``` -- [Conda](https://anaconda.org/conda-forge/opentsne) (📥 230K · ⏱️ 29.11.2023): +- [Conda](https://anaconda.org/conda-forge/opentsne) (📥 440K · ⏱️ 22.04.2025): ``` conda install -c conda-forge opentsne ```
-
pythreejs (🥉27 · ⭐ 910 · 💤) - A Jupyter - Three.js bridge. BSD-3 +
Plotly-Resampler (🥉27 · ⭐ 1.1K) - Visualize large time series data with plotly.py. MIT -- [GitHub](https://github.com/jupyter-widgets/pythreejs) (👨‍💻 30 · 🔀 180 · 📦 28 · 📋 240 - 25% open · ⏱️ 20.02.2023): +- [GitHub](https://github.com/predict-idlab/plotly-resampler) (👨‍💻 14 · 🔀 72 · 📦 2K · 📋 180 - 32% open · ⏱️ 07.04.2025): ``` - git clone https://github.com/jupyter-widgets/pythreejs - ``` -- [PyPi](https://pypi.org/project/pythreejs) (📥 60K / month · 📦 57 · ⏱️ 20.02.2023): - ``` - pip install pythreejs + git clone https://github.com/predict-idlab/plotly-resampler ``` -- [Conda](https://anaconda.org/conda-forge/pythreejs) (📥 520K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/plotly-resampler) (📥 470K / month · 📦 31 · ⏱️ 07.04.2025): ``` - conda install -c conda-forge pythreejs + pip install plotly-resampler ``` -- [npm](https://www.npmjs.com/package/jupyter-threejs) (📥 3.8K / month · 📦 11 · ⏱️ 20.02.2023): +- [Conda](https://anaconda.org/conda-forge/plotly-resampler) (📥 110K · ⏱️ 22.04.2025): ``` - npm install jupyter-threejs + conda install -c conda-forge plotly-resampler ```
-
Plotly-Resampler (🥉26 · ⭐ 860) - Visualize large time series data with plotly.py. MIT +
Chartify (🥉25 · ⭐ 3.6K · 💤) - Python library that makes it easy for data scientists to create.. Apache-2 -- [GitHub](https://github.com/predict-idlab/plotly-resampler) (👨‍💻 11 · 🔀 55 · 📦 740 · 📋 150 - 26% open · ⏱️ 02.12.2023): +- [GitHub](https://github.com/spotify/chartify) (👨‍💻 27 · 🔀 320 · 📦 83 · 📋 83 - 61% open · ⏱️ 16.10.2024): ``` - git clone https://github.com/predict-idlab/plotly-resampler + git clone https://github.com/spotify/chartify ``` -- [PyPi](https://pypi.org/project/plotly-resampler) (📥 370K / month · 📦 11 · ⏱️ 02.12.2023): +- [PyPi](https://pypi.org/project/chartify) (📥 1.2K / month · 📦 9 · ⏱️ 16.10.2024): ``` - pip install plotly-resampler + pip install chartify ``` -- [Conda](https://anaconda.org/conda-forge/plotly-resampler) (📥 32K · ⏱️ 11.08.2023): +- [Conda](https://anaconda.org/conda-forge/chartify) (📥 38K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge plotly-resampler + conda install -c conda-forge chartify ```
-
Chartify (🥉25 · ⭐ 3.4K) - Python library that makes it easy for data scientists to create.. Apache-2 +
data-validation (🥉25 · ⭐ 770) - Library for exploring and validating machine learning.. Apache-2 -- [GitHub](https://github.com/spotify/chartify) (👨‍💻 25 · 🔀 310 · 📦 73 · 📋 80 - 60% open · ⏱️ 12.10.2023): +- [GitHub](https://github.com/tensorflow/data-validation) (👨‍💻 27 · 🔀 180 · 📥 980 · 📋 190 - 20% open · ⏱️ 12.05.2025): ``` - git clone https://github.com/spotify/chartify - ``` -- [PyPi](https://pypi.org/project/chartify) (📥 3.3K / month · 📦 10 · ⏱️ 12.10.2023): - ``` - pip install chartify + git clone https://github.com/tensorflow/data-validation ``` -- [Conda](https://anaconda.org/conda-forge/chartify) (📥 29K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/tensorflow-data-validation) (📥 140K / month · 📦 31 · ⏱️ 15.10.2024): ``` - conda install -c conda-forge chartify + pip install tensorflow-data-validation ```
-
HiPlot (🥉25 · ⭐ 2.6K) - HiPlot makes understanding high dimensional data easy. MIT +
python-ternary (🥉25 · ⭐ 760 · 💤) - Ternary plotting library for python with matplotlib. MIT -- [GitHub](https://github.com/facebookresearch/hiplot) (👨‍💻 9 · 🔀 130 · 📦 360 · 📋 92 - 20% open · ⏱️ 19.07.2023): +- [GitHub](https://github.com/marcharper/python-ternary) (👨‍💻 28 · 🔀 160 · 📥 36 · 📦 220 · 📋 140 - 24% open · ⏱️ 12.06.2024): ``` - git clone https://github.com/facebookresearch/hiplot + git clone https://github.com/marcharper/python-ternary ``` -- [PyPi](https://pypi.org/project/hiplot) (📥 26K / month · 📦 15 · ⏱️ 05.07.2022): +- [PyPi](https://pypi.org/project/python-ternary) (📥 17K / month · 📦 32 · ⏱️ 17.02.2021): ``` - pip install hiplot + pip install python-ternary ``` -- [Conda](https://anaconda.org/conda-forge/hiplot) (📥 170K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/python-ternary) (📥 100K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge hiplot + conda install -c conda-forge python-ternary ```
-
Multicore-TSNE (🥉25 · ⭐ 1.8K · 💤) - Parallel t-SNE implementation with Python and Torch.. BSD-3 +
PyWaffle (🥉22 · ⭐ 600 · 💤) - Make Waffle Charts in Python. MIT -- [GitHub](https://github.com/DmitryUlyanov/Multicore-TSNE) (👨‍💻 17 · 🔀 230 · 📦 410 · 📋 66 - 68% open · ⏱️ 26.05.2023): +- [GitHub](https://github.com/gyli/PyWaffle) (👨‍💻 6 · 🔀 110 · 📦 530 · 📋 22 - 27% open · ⏱️ 16.06.2024): ``` - git clone https://github.com/DmitryUlyanov/Multicore-TSNE + git clone https://github.com/gyli/PyWaffle ``` -- [PyPi](https://pypi.org/project/MulticoreTSNE) (📥 11K / month · 📦 22 · ⏱️ 09.01.2019): +- [PyPi](https://pypi.org/project/pywaffle) (📥 14K / month · 📦 6 · ⏱️ 16.06.2024): ``` - pip install MulticoreTSNE + pip install pywaffle ``` -- [Conda](https://anaconda.org/conda-forge/multicore-tsne) (📥 31K · ⏱️ 11.10.2023): +- [Conda](https://anaconda.org/conda-forge/pywaffle) (📥 16K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge multicore-tsne + conda install -c conda-forge pywaffle ```
-
vega (🥉24 · ⭐ 360) - 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 · 🔀 62 · 📦 3 · 📋 100 - 12% open · ⏱️ 01.12.2023): +- [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) (📥 8.2K / month · 📦 83 · ⏱️ 12.04.2023): +- [PyPi](https://pypi.org/project/vega) (📥 18K / month · 📦 17 · ⏱️ 25.09.2024): ``` pip install vega ``` -- [Conda](https://anaconda.org/conda-forge/vega) (📥 570K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/vega) (📥 740K · ⏱️ 22.04.2025): ``` conda install -c conda-forge vega ```
-
Pandas-Bokeh (🥉23 · ⭐ 870 · 💤) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT +
Popmon (🥉20 · ⭐ 500) - Monitor the stability of a Pandas or Spark dataframe. MIT -- [GitHub](https://github.com/PatrikHlobil/Pandas-Bokeh) (👨‍💻 15 · 🔀 100 · 📦 550 · 📋 100 - 33% open · ⏱️ 06.03.2023): +- [GitHub](https://github.com/ing-bank/popmon) (👨‍💻 19 · 🔀 36 · 📥 260 · 📦 22 · 📋 57 - 28% open · ⏱️ 24.01.2025): ``` - git clone https://github.com/PatrikHlobil/Pandas-Bokeh + git clone https://github.com/ing-bank/popmon ``` -- [PyPi](https://pypi.org/project/pandas-bokeh) (📥 20K / month · 📦 12 · ⏱️ 11.04.2021): +- [PyPi](https://pypi.org/project/popmon) (📥 7.2K / month · 📦 4 · ⏱️ 24.01.2025): ``` - pip install pandas-bokeh + pip install popmon ```
-
python-ternary (🥉22 · ⭐ 660) - Ternary plotting library for python with matplotlib. MIT +
vegafusion (🥉20 · ⭐ 360) - Serverside scaling for Vega and Altair visualizations. BSD-3 -- [GitHub](https://github.com/marcharper/python-ternary) (👨‍💻 27 · 🔀 160 · 📥 25 · 📦 160 · 📋 140 - 25% open · ⏱️ 26.09.2023): +- [GitHub](https://github.com/vega/vegafusion) (👨‍💻 6 · 🔀 20 · 📥 13K · 📋 140 - 36% open · ⏱️ 23.02.2025): ``` - git clone https://github.com/marcharper/python-ternary - ``` -- [PyPi](https://pypi.org/project/python-ternary) (📥 42K / month · 📦 25 · ⏱️ 17.02.2021): + git clone https://github.com/vegafusion/vegafusion ``` - pip install python-ternary - ``` -- [Conda](https://anaconda.org/conda-forge/python-ternary) (📥 79K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/vegafusion-jupyter) (📥 1.4K / month · 📦 2 · ⏱️ 09.05.2024): ``` - conda install -c conda-forge python-ternary + pip install vegafusion-jupyter ``` -
-
Popmon (🥉21 · ⭐ 480) - Monitor the stability of a Pandas or Spark dataframe. MIT - -- [GitHub](https://github.com/ing-bank/popmon) (👨‍💻 17 · 🔀 35 · 📥 130 · 📦 20 · 📋 55 - 27% open · ⏱️ 18.07.2023): - +- [Conda](https://anaconda.org/conda-forge/vegafusion-python-embed) (📥 440K · ⏱️ 22.04.2025): ``` - git clone https://github.com/ing-bank/popmon + conda install -c conda-forge vegafusion-python-embed ``` -- [PyPi](https://pypi.org/project/popmon) (📥 9.1K / month · 📦 2 · ⏱️ 18.07.2023): +- [npm](https://www.npmjs.com/package/vegafusion-jupyter) (📥 62 / month · 📦 3 · ⏱️ 09.05.2024): ``` - pip install popmon + npm install vegafusion-jupyter ```
-
PDPbox (🥉20 · ⭐ 790) - python partial dependence plot toolbox. MIT +
animatplot (🥉19 · ⭐ 420 · 💤) - A python package for animating plots build on matplotlib. MIT -- [GitHub](https://github.com/SauceCat/PDPbox) (👨‍💻 7 · 🔀 130 · 📋 66 - 40% open · ⏱️ 05.06.2023): +- [GitHub](https://github.com/t-makaro/animatplot) (👨‍💻 6 · 🔀 38 · 📦 76 · 📋 37 - 45% open · ⏱️ 29.08.2024): ``` - git clone https://github.com/SauceCat/PDPbox + git clone https://github.com/t-makaro/animatplot ``` -- [PyPi](https://pypi.org/project/pdpbox) (📥 25K / month · 📦 26 · ⏱️ 14.03.2021): +- [PyPi](https://pypi.org/project/animatplot) (📥 200 / month · 📦 4 · ⏱️ 29.08.2024): ``` - pip install pdpbox + pip install animatplot ``` -- [Conda](https://anaconda.org/conda-forge/pdpbox) (📥 20K · ⏱️ 10.06.2023): +- [Conda](https://anaconda.org/conda-forge/animatplot) (📥 17K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pdpbox + conda install -c conda-forge animatplot ```
-
ivis (🥉20 · ⭐ 300) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 +
ivis (🥉18 · ⭐ 330 · 💤) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 -- [GitHub](https://github.com/beringresearch/ivis) (👨‍💻 10 · 🔀 41 · 📦 31 · 📋 59 - 5% open · ⏱️ 09.11.2023): +- [GitHub](https://github.com/beringresearch/ivis) (👨‍💻 10 · 🔀 43 · 📦 38 · 📋 60 - 5% open · ⏱️ 29.09.2024): ``` git clone https://github.com/beringresearch/ivis ``` -- [PyPi](https://pypi.org/project/ivis) (📥 200 / month · 📦 2 · ⏱️ 10.03.2022): +- [PyPi](https://pypi.org/project/ivis) (📥 860 / month · 📦 2 · ⏱️ 13.06.2024): ``` pip install ivis ```
-
Show 13 hidden projects... +
Show 17 hidden projects... -- cartopy (🥈34 · ⭐ 1.3K) - Cartopy - a cartographic python library with matplotlib support. ❗️LGPL-3.0 -- Cufflinks (🥉29 · ⭐ 2.9K · 💀) - Productivity Tools for Plotly + Pandas. MIT -- HyperTools (🥉25 · ⭐ 1.8K · 💀) - A Python toolbox for gaining geometric insights into high-.. MIT -- PandasGUI (🥉24 · ⭐ 3.1K) - A GUI for Pandas DataFrames. ❗️MIT-0 -- pivottablejs (🥉23 · ⭐ 630 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. MIT -- joypy (🥉21 · ⭐ 500 · 💀) - Joyplots in Python with matplotlib & pandas. MIT -- PyWaffle (🥉20 · ⭐ 560 · 💀) - Make Waffle Charts in Python. MIT -- vegafusion (🥉20 · ⭐ 280) - Serverside scaling for Vega and Altair visualizations. BSD-3 -- animatplot (🥉18 · ⭐ 400 · 💀) - A python package for animating plots build on matplotlib. MIT -- data-describe (🥉17 · ⭐ 290 · 💀) - datadescribe: Pythonic EDA Accelerator for Data Science. Apache-2 +- 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 (🥉12 · ⭐ 30 · 💀) - 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

@@ -1476,840 +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 (🥇50 · ⭐ 120K) - 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.3K · 🔀 23K · 📦 120K · 📋 14K - 6% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/huggingface/transformers) (👨‍💻 3.3K · 🔀 29K · 📦 370K · 📋 18K - 9% open · ⏱️ 22.05.2025): ``` git clone https://github.com/huggingface/transformers ``` -- [PyPi](https://pypi.org/project/transformers) (📥 18M / month · 📦 2.5K · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/transformers) (📥 62M / month · 📦 8.8K · ⏱️ 21.05.2025): ``` pip install transformers ``` -- [Conda](https://anaconda.org/conda-forge/transformers) (📥 1.5M · ⏱️ 17.11.2023): +- [Conda](https://anaconda.org/conda-forge/transformers) (📥 2.8M · ⏱️ 21.05.2025): ``` conda install -c conda-forge transformers ```
-
spaCy (🥇45 · ⭐ 28K) - Industrial-strength Natural Language Processing (NLP) in Python. MIT +
nltk (🥇45 · ⭐ 14K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 -- [GitHub](https://github.com/explosion/spaCy) (👨‍💻 740 · 🔀 4.2K · 📦 76K · 📋 5.5K - 1% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/nltk/nltk) (👨‍💻 470 · 🔀 2.9K · 📦 390K · 📋 1.9K - 14% open · ⏱️ 02.05.2025): ``` - git clone https://github.com/explosion/spaCy + git clone https://github.com/nltk/nltk ``` -- [PyPi](https://pypi.org/project/spacy) (📥 6.7M / month · 📦 2.9K · ⏱️ 16.10.2023): +- [PyPi](https://pypi.org/project/nltk) (📥 35M / month · 📦 5.6K · ⏱️ 18.08.2024): ``` - pip install spacy + pip install nltk ``` -- [Conda](https://anaconda.org/conda-forge/spacy) (📥 3.3M · ⏱️ 05.11.2023): +- [Conda](https://anaconda.org/conda-forge/nltk) (📥 3.2M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge spacy + conda install -c conda-forge nltk ```
-
nltk (🥇43 · ⭐ 13K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 +
spaCy (🥇44 · ⭐ 32K · 📈) - Industrial-strength Natural Language Processing (NLP) in Python. MIT -- [GitHub](https://github.com/nltk/nltk) (👨‍💻 440 · 🔀 2.8K · 📦 240K · 📋 1.8K - 15% open · ⏱️ 09.11.2023): +- [GitHub](https://github.com/explosion/spaCy) (👨‍💻 760 · 🔀 4.5K · 📥 2.7K · 📦 130K · 📋 5.8K - 3% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/nltk/nltk + git clone https://github.com/explosion/spaCy ``` -- [PyPi](https://pypi.org/project/nltk) (📥 13M / month · 📦 13K · ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/spacy) (📥 19M / month · 📦 3.2K · ⏱️ 19.05.2025): ``` - pip install nltk + pip install spacy ``` -- [Conda](https://anaconda.org/conda-forge/nltk) (📥 2.4M · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/spacy) (📥 5.8M · ⏱️ 20.05.2025): ``` - conda install -c conda-forge nltk + conda install -c conda-forge spacy ```
-
Rasa (🥇41 · ⭐ 17K) - Open source machine learning framework to automate text- and voice-.. Apache-2 +
litellm (🥇44 · ⭐ 23K) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s -- [GitHub](https://github.com/RasaHQ/rasa) (👨‍💻 590 · 🔀 4.5K · 📦 3.8K · 📋 6.8K - 1% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/BerriAI/litellm) (👨‍💻 550 · 🔀 3K · 📥 670 · 📦 13K · 📋 5.8K - 22% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/RasaHQ/rasa + git clone https://github.com/BerriAI/litellm ``` -- [PyPi](https://pypi.org/project/rasa) (📥 140K / month · 📦 67 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/litellm) (📥 8.9M / month · 📦 1.2K · ⏱️ 21.05.2025): ``` - pip install rasa + pip install litellm ```
-
gensim (🥇40 · ⭐ 15K) - Topic Modelling for Humans. ❗️LGPL-2.1 +
sentence-transformers (🥇43 · ⭐ 17K) - State-of-the-Art Text Embeddings. Apache-2 -- [GitHub](https://github.com/piskvorky/gensim) (👨‍💻 450 · 🔀 4.4K · 📥 4.5K · 📦 53K · 📋 1.8K - 20% open · ⏱️ 01.10.2023): +- [GitHub](https://github.com/UKPLab/sentence-transformers) (👨‍💻 220 · 🔀 2.6K · 📦 110K · 📋 2.4K - 52% open · ⏱️ 14.05.2025): ``` - git clone https://github.com/RaRe-Technologies/gensim + git clone https://github.com/UKPLab/sentence-transformers ``` -- [PyPi](https://pypi.org/project/gensim) (📥 3.9M / month · 📦 3.1K · ⏱️ 24.08.2023): +- [PyPi](https://pypi.org/project/sentence-transformers) (📥 9.3M / month · 📦 2.4K · ⏱️ 15.04.2025): ``` - pip install gensim + pip install sentence-transformers ``` -- [Conda](https://anaconda.org/conda-forge/gensim) (📥 1.2M · ⏱️ 24.08.2023): +- [Conda](https://anaconda.org/conda-forge/sentence-transformers) (📥 720K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge gensim + conda install -c conda-forge sentence-transformers ```
-
flair (🥇39 · ⭐ 13K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT +
gensim (🥇40 · ⭐ 16K) - Topic Modelling for Humans. ❗️LGPL-2.1 -- [GitHub](https://github.com/flairNLP/flair) (👨‍💻 250 · 🔀 2K · 📦 2.9K · 📋 2.2K - 2% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/piskvorky/gensim) (👨‍💻 460 · 🔀 4.4K · 📥 6K · 📦 76K · 📋 1.9K - 21% open · ⏱️ 14.02.2025): ``` - git clone https://github.com/flairNLP/flair + git clone https://github.com/RaRe-Technologies/gensim ``` -- [PyPi](https://pypi.org/project/flair) (📥 160K / month · 📦 93 · ⏱️ 28.10.2023): +- [PyPi](https://pypi.org/project/gensim) (📥 4.9M / month · 📦 1.4K · ⏱️ 19.07.2024): ``` - pip install flair + pip install gensim ``` -- [Conda](https://anaconda.org/conda-forge/python-flair) (📥 22K · ⏱️ 23.07.2023): +- [Conda](https://anaconda.org/conda-forge/gensim) (📥 1.6M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge python-flair + conda install -c conda-forge gensim ```
-
sentence-transformers (🥇37 · ⭐ 13K) - Multilingual Sentence & Image Embeddings with BERT. Apache-2 +
flair (🥇40 · ⭐ 14K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT -- [GitHub](https://github.com/UKPLab/sentence-transformers) (👨‍💻 120 · 🔀 2.1K · 📦 20K · 📋 1.8K - 56% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/flairNLP/flair) (👨‍💻 280 · 🔀 2.1K · 📦 4K · 📋 2.4K - 3% open · ⏱️ 27.04.2025): ``` - git clone https://github.com/UKPLab/sentence-transformers + git clone https://github.com/flairNLP/flair ``` -- [PyPi](https://pypi.org/project/sentence-transformers) (📥 2.9M / month · 📦 590 · ⏱️ 26.06.2022): +- [PyPi](https://pypi.org/project/flair) (📥 100K / month · 📦 150 · ⏱️ 05.02.2025): ``` - pip install sentence-transformers + pip install flair ``` -- [Conda](https://anaconda.org/conda-forge/sentence-transformers) (📥 190K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/python-flair) (📥 43K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge sentence-transformers + conda install -c conda-forge python-flair ```
-
Tokenizers (🥇37 · ⭐ 7.9K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 +
Rasa (🥇39 · ⭐ 20K) - Open source machine learning framework to automate text- and voice-.. Apache-2 -- [GitHub](https://github.com/huggingface/tokenizers) (👨‍💻 82 · 🔀 670 · 📥 33 · 📦 52K · 📋 880 - 33% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/RasaHQ/rasa) (👨‍💻 590 · 🔀 4.8K · 📦 5.3K · 📋 6.8K - 2% open · ⏱️ 14.01.2025): ``` - git clone https://github.com/huggingface/tokenizers - ``` -- [PyPi](https://pypi.org/project/tokenizers) (📥 16M / month · 📦 360 · ⏱️ 14.11.2023): - ``` - pip install tokenizers + git clone https://github.com/RasaHQ/rasa ``` -- [Conda](https://anaconda.org/conda-forge/tokenizers) (📥 1.4M · ⏱️ 16.11.2023): +- [PyPi](https://pypi.org/project/rasa) (📥 130K / month · 📦 60 · ⏱️ 14.01.2025): ``` - conda install -c conda-forge tokenizers + pip install rasa ```
-
fairseq (🥇36 · ⭐ 28K) - Facebook AI Research Sequence-to-Sequence Toolkit written in Python. MIT +
haystack (🥇38 · ⭐ 21K) - AI orchestration framework to build customizable, production-ready.. Apache-2 -- [GitHub](https://github.com/facebookresearch/fairseq) (👨‍💻 420 · 🔀 6.1K · 📥 320 · 📦 2.4K · 📋 4.1K - 26% open · ⏱️ 10.10.2023): +- [GitHub](https://github.com/deepset-ai/haystack) (👨‍💻 290 · 🔀 2.2K · 📦 1.2K · 📋 3.9K - 3% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/facebookresearch/fairseq - ``` -- [PyPi](https://pypi.org/project/fairseq) (📥 370K / month · 📦 69 · ⏱️ 27.06.2022): - ``` - pip install fairseq + git clone https://github.com/deepset-ai/haystack ``` -- [Conda](https://anaconda.org/conda-forge/fairseq) (📥 57K · ⏱️ 03.12.2023): +- [PyPi](https://pypi.org/project/haystack) (📥 6.2K / month · 📦 5 · ⏱️ 15.12.2021): ``` - conda install -c conda-forge fairseq + pip install haystack ```
-
NeMo (🥇36 · ⭐ 8.6K) - NeMo: a toolkit for conversational AI. Apache-2 +
NeMo (🥇38 · ⭐ 15K) - A scalable generative AI framework built for researchers and.. Apache-2 -- [GitHub](https://github.com/NVIDIA/NeMo) (👨‍💻 260 · 🔀 1.9K · 📥 100K · 📦 21 · 📋 1.9K - 4% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/NVIDIA/NeMo) (👨‍💻 420 · 🔀 2.8K · 📥 380K · 📦 21 · 📋 2.6K - 5% open · ⏱️ 21.05.2025): ``` git clone https://github.com/NVIDIA/NeMo ``` -- [PyPi](https://pypi.org/project/nemo-toolkit) (📥 37K / month · 📦 10 · ⏱️ 25.10.2023): +- [PyPi](https://pypi.org/project/nemo-toolkit) (📥 180K / month · 📦 14 · ⏱️ 08.05.2025): ``` pip install nemo-toolkit ```
-
spark-nlp (🥇36 · ⭐ 3.5K) - State of the Art Natural Language Processing. Apache-2 +
ChatterBot (🥇38 · ⭐ 14K) - ChatterBot is a machine learning, conversational dialog engine for.. BSD-3 -- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (👨‍💻 110 · 🔀 680 · 📦 370 · 📋 840 - 5% open · ⏱️ 14.11.2023): +- [GitHub](https://github.com/gunthercox/ChatterBot) (👨‍💻 110 · 🔀 4.5K · 📦 6.4K · 📋 1.7K - 8% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/JohnSnowLabs/spark-nlp + git clone https://github.com/gunthercox/ChatterBot ``` -- [PyPi](https://pypi.org/project/spark-nlp) (📥 3.8M / month · 📦 30 · ⏱️ 26.10.2023): +- [PyPi](https://pypi.org/project/chatterbot) (📥 27K / month · 📦 18 · ⏱️ 05.04.2025): ``` - pip install spark-nlp + pip install chatterbot ```
-
fastText (🥈35 · ⭐ 25K) - Library for fast text representation and classification. MIT +
sentencepiece (🥇38 · ⭐ 11K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 -- [GitHub](https://github.com/facebookresearch/fastText) (👨‍💻 67 · 🔀 4.6K · 📦 5.3K · 📋 1.2K - 47% open · ⏱️ 27.11.2023): +- [GitHub](https://github.com/google/sentencepiece) (👨‍💻 92 · 🔀 1.2K · 📥 57K · 📦 110K · 📋 780 - 6% open · ⏱️ 26.02.2025): ``` - git clone https://github.com/facebookresearch/fastText + git clone https://github.com/google/sentencepiece ``` -- [PyPi](https://pypi.org/project/fasttext) (📥 900K / month · 📦 220 · ⏱️ 28.04.2020): +- [PyPi](https://pypi.org/project/sentencepiece) (📥 28M / month · 📦 1.7K · ⏱️ 19.02.2024): ``` - pip install fasttext + pip install sentencepiece ``` -- [Conda](https://anaconda.org/conda-forge/fasttext) (📥 69K · ⏱️ 26.09.2023): +- [Conda](https://anaconda.org/conda-forge/sentencepiece) (📥 1.5M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge fasttext + conda install -c conda-forge sentencepiece ```
-
haystack (🥈35 · ⭐ 12K) - LLM orchestration framework to build customizable, production-ready.. Apache-2 +
Tokenizers (🥇38 · ⭐ 9.7K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 -- [GitHub](https://github.com/deepset-ai/haystack) (👨‍💻 220 · 🔀 1.5K · 📥 23 · 📦 40 · 📋 2.8K - 14% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/huggingface/tokenizers) (👨‍💻 110 · 🔀 880 · 📥 74 · 📦 170K · 📋 1.1K - 7% open · ⏱️ 18.03.2025): ``` - git clone https://github.com/deepset-ai/haystack + git clone https://github.com/huggingface/tokenizers ``` -- [PyPi](https://pypi.org/project/haystack) (📥 2.3K / month · 📦 87 · ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/tokenizers) (📥 56M / month · 📦 1.3K · ⏱️ 13.03.2025): ``` - pip install haystack + pip install tokenizers + ``` +- [Conda](https://anaconda.org/conda-forge/tokenizers) (📥 3M · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge tokenizers ```
-
TextBlob (🥈35 · ⭐ 8.8K · 💤) - Simple, Pythonic, text processing--Sentiment analysis, part-of-.. MIT +
TextBlob (🥇38 · ⭐ 9.3K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT -- [GitHub](https://github.com/sloria/TextBlob) (👨‍💻 36 · 🔀 1.1K · 📥 110 · 📦 34K · 📋 270 - 42% open · ⏱️ 11.03.2023): +- [GitHub](https://github.com/sloria/TextBlob) (👨‍💻 37 · 🔀 1.2K · 📥 130 · 📦 58K · 📋 280 - 25% open · ⏱️ 19.05.2025): ``` git clone https://github.com/sloria/TextBlob ``` -- [PyPi](https://pypi.org/project/textblob) (📥 600K / month · 📦 1.4K · ⏱️ 22.10.2021): +- [PyPi](https://pypi.org/project/textblob) (📥 1.4M / month · 📦 400 · ⏱️ 13.01.2025): ``` pip install textblob ``` -- [Conda](https://anaconda.org/conda-forge/textblob) (📥 240K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/textblob) (📥 290K · ⏱️ 22.04.2025): ``` conda install -c conda-forge textblob ```
-
sentencepiece (🥈35 · ⭐ 8.6K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 +
fairseq (🥈37 · ⭐ 31K · 💤) - Facebook AI Research Sequence-to-Sequence Toolkit written in.. MIT -- [GitHub](https://github.com/google/sentencepiece) (👨‍💻 79 · 🔀 1K · 📥 32K · 📦 48K · 📋 680 - 5% open · ⏱️ 17.11.2023): +- [GitHub](https://github.com/facebookresearch/fairseq) (👨‍💻 430 · 🔀 6.5K · 📥 410 · 📦 4.3K · 📋 4.4K - 30% open · ⏱️ 18.10.2024): ``` - git clone https://github.com/google/sentencepiece + git clone https://github.com/facebookresearch/fairseq ``` -- [PyPi](https://pypi.org/project/sentencepiece) (📥 11M / month · 📦 910 · ⏱️ 02.05.2023): +- [PyPi](https://pypi.org/project/fairseq) (📥 91K / month · 📦 120 · ⏱️ 27.06.2022): ``` - pip install sentencepiece + pip install fairseq ``` -- [Conda](https://anaconda.org/conda-forge/sentencepiece) (📥 680K · ⏱️ 02.11.2023): +- [Conda](https://anaconda.org/conda-forge/fairseq) (📥 140K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge sentencepiece + conda install -c conda-forge fairseq ```
-
stanza (🥈35 · ⭐ 6.9K) - 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) (👨‍💻 66 · 🔀 900 · 📦 2.3K · 📋 830 - 9% open · ⏱️ 02.12.2023): +- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (👨‍💻 110 · 🔀 720 · 📦 600 · 📋 910 - 2% open · ⏱️ 15.05.2025): ``` - git clone https://github.com/stanfordnlp/stanza - ``` -- [PyPi](https://pypi.org/project/stanza) (📥 190K / month · 📦 93 · ⏱️ 03.12.2023): - ``` - pip install stanza + git clone https://github.com/JohnSnowLabs/spark-nlp ``` -- [Conda](https://anaconda.org/stanfordnlp/stanza) (📥 7.3K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/spark-nlp) (📥 4.2M / month · 📦 37 · ⏱️ 14.05.2025): ``` - conda install -c stanfordnlp stanza + pip install spark-nlp ```
-
OpenNMT (🥈34 · ⭐ 6.4K) - Open Source Neural Machine Translation and (Large) Language Models.. MIT +
qdrant (🥈35 · ⭐ 24K) - Qdrant - High-performance, massive-scale Vector Database and Vector.. Apache-2 -- [GitHub](https://github.com/OpenNMT/OpenNMT-py) (👨‍💻 190 · 🔀 2.2K · 📦 240 · 📋 1.4K - 1% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/qdrant/qdrant) (👨‍💻 130 · 🔀 1.6K · 📥 400K · 📦 120 · 📋 1.5K - 23% open · ⏱️ 16.05.2025): ``` - git clone https://github.com/OpenNMT/OpenNMT-py - ``` -- [PyPi](https://pypi.org/project/OpenNMT-py) (📥 5.1K / month · 📦 10 · ⏱️ 02.11.2023): - ``` - pip install OpenNMT-py + git clone https://github.com/qdrant/qdrant ```
-
litellm (🥈34 · ⭐ 3.5K · 🐣) - Call all LLM APIs using the OpenAI format. Use.. MIT o t h e r s +
TensorFlow Text (🥈35 · ⭐ 1.3K · 📉) - Making text a first-class citizen in TensorFlow. Apache-2 -- [GitHub](https://github.com/BerriAI/litellm) (👨‍💻 69 · 🔀 310 · 📦 530 · 📋 870 - 16% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/tensorflow/text) (👨‍💻 180 · 🔀 350 · 📦 9.6K · 📋 370 - 52% open · ⏱️ 24.03.2025): ``` - git clone https://github.com/BerriAI/litellm + git clone https://github.com/tensorflow/text ``` -- [PyPi](https://pypi.org/project/litellm) (📥 200K / month · 📦 42 · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/tensorflow-text) (📥 6.5M / month · 📦 230 · ⏱️ 04.04.2025): ``` - pip install litellm + pip install tensorflow-text ```
-
rubrix (🥈34 · ⭐ 2.7K) - Argilla: the open-source feedback platform for LLMs. Apache-2 +
snowballstemmer (🥈34 · ⭐ 790) - Snowball compiler and stemming algorithms. BSD-3 -- [GitHub](https://github.com/argilla-io/argilla) (👨‍💻 74 · 🔀 270 · 📦 2.1K · 📋 1.7K - 12% open · ⏱️ 30.11.2023): +- [GitHub](https://github.com/snowballstem/snowball) (👨‍💻 36 · 🔀 180 · 📦 10 · 📋 100 - 15% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/recognai/rubrix + git clone https://github.com/snowballstem/snowball ``` -- [PyPi](https://pypi.org/project/rubrix) (📥 730 / month · ⏱️ 24.10.2022): +- [PyPi](https://pypi.org/project/snowballstemmer) (📥 22M / month · 📦 550 · ⏱️ 09.05.2025): ``` - pip install rubrix + pip install snowballstemmer ``` -- [Conda](https://anaconda.org/conda-forge/rubrix) (📥 28K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (📥 9.8M · ⏱️ 20.05.2025): ``` - conda install -c conda-forge rubrix + conda install -c conda-forge snowballstemmer ```
-
TensorFlow Text (🥈34 · ⭐ 1.2K) - Making text a first-class citizen in TensorFlow. Apache-2 +
Opik (🥈33 · ⭐ 8.6K) - Debug, evaluate, and monitor your LLM applications, RAG systems, and.. Apache-2 -- [GitHub](https://github.com/tensorflow/text) (👨‍💻 110 · 🔀 310 · 📦 6.1K · 📋 320 - 49% open · ⏱️ 17.10.2023): +- [GitHub](https://github.com/comet-ml/opik) (👨‍💻 51 · 🔀 570 · 📥 12 · 📦 9 · 📋 310 - 28% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/tensorflow/text + git clone https://github.com/comet-ml/opik ``` -- [PyPi](https://pypi.org/project/tensorflow-text) (📥 3.4M / month · 📦 130 · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/opik) (📥 230K / month · 📦 14 · ⏱️ 22.05.2025): ``` - pip install tensorflow-text + pip install opik ```
-
torchtext (🥈33 · ⭐ 3.4K) - Models, data loaders and abstractions for language processing,.. BSD-3 +
stanza (🥈33 · ⭐ 7.5K) - Stanford NLP Python library for tokenization, sentence segmentation,.. Apache-2 -- [GitHub](https://github.com/pytorch/text) (👨‍💻 150 · 🔀 820 · 📋 820 - 37% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/stanfordnlp/stanza) (👨‍💻 68 · 🔀 900 · 📦 3.9K · 📋 930 - 10% open · ⏱️ 24.12.2024): ``` - git clone https://github.com/pytorch/text + git clone https://github.com/stanfordnlp/stanza ``` -- [PyPi](https://pypi.org/project/torchtext) (📥 360K / month · 📦 490 · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/stanza) (📥 390K / month · 📦 200 · ⏱️ 24.12.2024): ``` - pip install torchtext + pip install stanza + ``` +- [Conda](https://anaconda.org/stanfordnlp/stanza) (📥 8.7K · ⏱️ 25.03.2025): + ``` + conda install -c stanfordnlp stanza ```
-
jellyfish (🥈33 · ⭐ 1.9K) - a python library for doing approximate and phonetic matching of strings. MIT +
OpenNMT (🥈33 · ⭐ 6.9K · 💤) - Open Source Neural Machine Translation and (Large) Language.. MIT -- [GitHub](https://github.com/jamesturk/jellyfish) (👨‍💻 31 · 🔀 160 · 📦 7.5K · 📋 130 - 5% open · ⏱️ 17.11.2023): +- [GitHub](https://github.com/OpenNMT/OpenNMT-py) (👨‍💻 190 · 🔀 2.3K · 📦 340 · 📋 1.5K - 2% open · ⏱️ 27.06.2024): ``` - git clone https://github.com/jamesturk/jellyfish - ``` -- [PyPi](https://pypi.org/project/jellyfish) (📥 2.4M / month · 📦 450 · ⏱️ 17.11.2023): - ``` - pip install jellyfish + git clone https://github.com/OpenNMT/OpenNMT-py ``` -- [Conda](https://anaconda.org/conda-forge/jellyfish) (📥 760K · ⏱️ 17.11.2023): +- [PyPi](https://pypi.org/project/OpenNMT-py) (📥 15K / month · 📦 23 · ⏱️ 18.03.2024): ``` - conda install -c conda-forge jellyfish + pip install OpenNMT-py ```
-
snowballstemmer (🥈33 · ⭐ 700) - Snowball compiler and stemming algorithms. BSD-3 +
jellyfish (🥈33 · ⭐ 2.1K) - a python library for doing approximate and phonetic matching of strings. MIT -- [GitHub](https://github.com/snowballstem/snowball) (👨‍💻 34 · 🔀 170 · 📦 5 · 📋 89 - 34% open · ⏱️ 09.11.2023): +- [GitHub](https://github.com/jamesturk/jellyfish) (👨‍💻 35 · 🔀 160 · 📦 15K · 📋 140 - 2% open · ⏱️ 17.05.2025): ``` - git clone https://github.com/snowballstem/snowball + git clone https://github.com/jamesturk/jellyfish ``` -- [PyPi](https://pypi.org/project/snowballstemmer) (📥 11M / month · 📦 6.8K · ⏱️ 16.11.2021): +- [PyPi](https://pypi.org/project/jellyfish) (📥 7.4M / month · 📦 300 · ⏱️ 31.03.2025): ``` - pip install snowballstemmer + pip install jellyfish ``` -- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (📥 7.5M · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/jellyfish) (📥 1.4M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge snowballstemmer + conda install -c conda-forge jellyfish ```
-
DeepPavlov (🥈32 · ⭐ 6.4K) - An open source library for deep learning end-to-end dialog.. Apache-2 +
ftfy (🥈32 · ⭐ 3.9K · 💤) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 -- [GitHub](https://github.com/deeppavlov/DeepPavlov) (👨‍💻 76 · 🔀 1.1K · 📦 370 · 📋 630 - 2% open · ⏱️ 17.10.2023): +- [GitHub](https://github.com/rspeer/python-ftfy) (👨‍💻 22 · 🔀 120 · 📥 73 · 📦 31K · 📋 150 - 6% open · ⏱️ 30.10.2024): ``` - git clone https://github.com/deepmipt/DeepPavlov + git clone https://github.com/rspeer/python-ftfy ``` -- [PyPi](https://pypi.org/project/deeppavlov) (📥 11K / month · 📦 6 · ⏱️ 17.10.2023): +- [PyPi](https://pypi.org/project/ftfy) (📥 7.1M / month · 📦 570 · ⏱️ 26.10.2024): ``` - pip install deeppavlov + pip install ftfy + ``` +- [Conda](https://anaconda.org/conda-forge/ftfy) (📥 330K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge ftfy ```
-
ftfy (🥈32 · ⭐ 3.6K) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 +
torchtext (🥈32 · ⭐ 3.5K) - Models, data loaders and abstractions for language processing,.. BSD-3 -- [GitHub](https://github.com/rspeer/python-ftfy) (👨‍💻 18 · 🔀 150 · 📦 15K · 📋 140 - 12% open · ⏱️ 21.11.2023): +- [GitHub](https://github.com/pytorch/text) (👨‍💻 160 · 🔀 810 · 📋 850 - 39% open · ⏱️ 24.02.2025): ``` - git clone https://github.com/rspeer/python-ftfy - ``` -- [PyPi](https://pypi.org/project/ftfy) (📥 3.5M / month · 📦 620 · ⏱️ 21.11.2023): - ``` - pip install ftfy + git clone https://github.com/pytorch/text ``` -- [Conda](https://anaconda.org/conda-forge/ftfy) (📥 280K · ⏱️ 22.11.2023): +- [PyPi](https://pypi.org/project/torchtext) (📥 680K / month · 📦 280 · ⏱️ 24.04.2024): ``` - conda install -c conda-forge ftfy + pip install torchtext ```
-
ParlAI (🥈31 · ⭐ 10K · 📉) - A framework for training and evaluating AI models on a variety of.. MIT +
DeepPavlov (🥈31 · ⭐ 6.9K) - An open source library for deep learning end-to-end dialog.. Apache-2 -- [GitHub](https://github.com/facebookresearch/ParlAI) (👨‍💻 220 · 🔀 2.1K · 📦 21 · 📋 1.5K - 3% open · ⏱️ 03.11.2023): +- [GitHub](https://github.com/deeppavlov/DeepPavlov) (👨‍💻 78 · 🔀 1.2K · 📦 430 · 📋 640 - 4% open · ⏱️ 26.11.2024): ``` - git clone https://github.com/facebookresearch/ParlAI + git clone https://github.com/deepmipt/DeepPavlov ``` -- [PyPi](https://pypi.org/project/parlai) (📥 2.6K / month · 📦 5 · ⏱️ 20.09.2022): +- [PyPi](https://pypi.org/project/deeppavlov) (📥 15K / month · 📦 4 · ⏱️ 12.08.2024): ``` - pip install parlai + pip install deeppavlov ```
-
spacy-transformers (🥈31 · ⭐ 1.3K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy +
rubrix (🥈31 · ⭐ 4.5K) - Argilla is a collaboration tool for AI engineers and domain experts.. Apache-2 -- [GitHub](https://github.com/explosion/spacy-transformers) (👨‍💻 22 · 🔀 160 · 📦 1.4K · ⏱️ 04.12.2023): +- [GitHub](https://github.com/argilla-io/argilla) (👨‍💻 110 · 🔀 430 · 📦 3K · 📋 2.2K - 1% open · ⏱️ 16.05.2025): ``` - git clone https://github.com/explosion/spacy-transformers + git clone https://github.com/recognai/rubrix ``` -- [PyPi](https://pypi.org/project/spacy-transformers) (📥 240K / month · 📦 43 · ⏱️ 08.11.2023): +- [PyPi](https://pypi.org/project/rubrix) (📥 3.1K / month · ⏱️ 24.10.2022): ``` - pip install spacy-transformers + pip install rubrix ``` -- [Conda](https://anaconda.org/conda-forge/spacy-transformers) (📥 25K · ⏱️ 09.11.2023): +- [Conda](https://anaconda.org/conda-forge/rubrix) (📥 46K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge spacy-transformers + conda install -c conda-forge rubrix ```
-
Dedupe (🥈30 · ⭐ 3.9K · 💤) - A python library for accurate and scalable fuzzy matching, record.. MIT +
Dedupe (🥈30 · ⭐ 4.3K) - A python library for accurate and scalable fuzzy matching, record.. MIT -- [GitHub](https://github.com/dedupeio/dedupe) (👨‍💻 70 · 🔀 520 · 📦 310 · 📋 800 - 9% open · ⏱️ 17.02.2023): +- [GitHub](https://github.com/dedupeio/dedupe) (👨‍💻 72 · 🔀 550 · 📦 360 · 📋 820 - 9% open · ⏱️ 01.11.2024): ``` git clone https://github.com/dedupeio/dedupe ``` -- [PyPi](https://pypi.org/project/dedupe) (📥 63K / month · 📦 49 · ⏱️ 17.02.2023): +- [PyPi](https://pypi.org/project/dedupe) (📥 66K / month · 📦 19 · ⏱️ 15.08.2024): ``` pip install dedupe ``` -- [Conda](https://anaconda.org/conda-forge/dedupe) (📥 41K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/dedupe) (📥 110K · ⏱️ 22.04.2025): ``` conda install -c conda-forge dedupe ```
-
GluonNLP (🥈30 · ⭐ 2.5K · 💤) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 +
Sumy (🥈30 · ⭐ 3.6K · 💤) - Module for automatic summarization of text documents and HTML pages. Apache-2 -- [GitHub](https://github.com/dmlc/gluon-nlp) (👨‍💻 86 · 🔀 520 · 📦 1.4K · 📋 560 - 46% open · ⏱️ 25.12.2022): +- [GitHub](https://github.com/miso-belica/sumy) (👨‍💻 32 · 🔀 530 · 📦 4.1K · 📋 120 - 18% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/dmlc/gluon-nlp + git clone https://github.com/miso-belica/sumy + ``` +- [PyPi](https://pypi.org/project/sumy) (📥 73K / month · 📦 31 · ⏱️ 23.10.2022): + ``` + pip install sumy ``` -- [PyPi](https://pypi.org/project/gluonnlp) (📥 80K / month · 📦 22 · ⏱️ 13.08.2020): +- [Conda](https://anaconda.org/conda-forge/sumy) (📥 12K · ⏱️ 22.04.2025): ``` - pip install gluonnlp + conda install -c conda-forge sumy ```
-
SciSpacy (🥈30 · ⭐ 1.5K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2 +
spacy-transformers (🥈29 · ⭐ 1.4K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy -- [GitHub](https://github.com/allenai/scispacy) (👨‍💻 32 · 🔀 200 · 📦 800 · 📋 300 - 10% open · ⏱️ 20.10.2023): +- [GitHub](https://github.com/explosion/spacy-transformers) (👨‍💻 23 · 🔀 170 · 📥 170 · 📦 2.3K · ⏱️ 06.02.2025): ``` - git clone https://github.com/allenai/scispacy + git clone https://github.com/explosion/spacy-transformers ``` -- [PyPi](https://pypi.org/project/scispacy) (📥 26K / month · 📦 30 · ⏱️ 30.09.2023): +- [PyPi](https://pypi.org/project/spacy-transformers) (📥 220K / month · 📦 98 · ⏱️ 06.02.2025): ``` - pip install scispacy + pip install spacy-transformers + ``` +- [Conda](https://anaconda.org/conda-forge/spacy-transformers) (📥 120K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge spacy-transformers ```
-
TextDistance (🥈29 · ⭐ 3.2K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT +
TextDistance (🥈28 · ⭐ 3.5K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT -- [GitHub](https://github.com/life4/textdistance) (👨‍💻 14 · 🔀 250 · 📥 970 · 📦 5.3K · ⏱️ 28.09.2023): +- [GitHub](https://github.com/life4/textdistance) (👨‍💻 18 · 🔀 250 · 📥 1.1K · 📦 8.6K · ⏱️ 18.04.2025): ``` git clone https://github.com/life4/textdistance ``` -- [PyPi](https://pypi.org/project/textdistance) (📥 410K / month · 📦 65 · ⏱️ 28.09.2023): +- [PyPi](https://pypi.org/project/textdistance) (📥 1.1M / month · 📦 99 · ⏱️ 16.07.2024): ``` pip install textdistance ``` -- [Conda](https://anaconda.org/conda-forge/textdistance) (📥 500K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/textdistance) (📥 830K · ⏱️ 22.04.2025): ``` conda install -c conda-forge textdistance ```
-
qdrant (🥈28 · ⭐ 15K) - Qdrant - High-performance, massive-scale Vector Database for the next.. Apache-2 - -- [GitHub](https://github.com/qdrant/qdrant) (👨‍💻 78 · 🔀 820 · 📥 5.9K · 📋 820 - 20% open · ⏱️ 07.12.2023): - - ``` - git clone https://github.com/qdrant/qdrant - ``` -
-
Sumy (🥈28 · ⭐ 3.3K) - Module for automatic summarization of text documents and HTML pages. Apache-2 - -- [GitHub](https://github.com/miso-belica/sumy) (👨‍💻 30 · 🔀 520 · 📦 2.3K · 📋 120 - 15% open · ⏱️ 10.11.2023): - - ``` - git clone https://github.com/miso-belica/sumy - ``` -- [PyPi](https://pypi.org/project/sumy) (📥 28K / month · 📦 110 · ⏱️ 23.10.2022): - ``` - pip install sumy - ``` -- [Conda](https://anaconda.org/conda-forge/sumy) (📥 7.2K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge sumy - ``` -
-
DeepKE (🥈28 · ⭐ 2.5K) - An Open Toolkit for Knowledge Graph Extraction and Construction.. MIT +
SciSpacy (🥈28 · ⭐ 1.8K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2 -- [GitHub](https://github.com/zjunlp/DeepKE) (👨‍💻 30 · 🔀 580 · 📦 20 · ⏱️ 04.12.2023): +- [GitHub](https://github.com/allenai/scispacy) (👨‍💻 37 · 🔀 230 · 📦 1.2K · 📋 320 - 10% open · ⏱️ 23.11.2024): ``` - git clone https://github.com/zjunlp/deepke + git clone https://github.com/allenai/scispacy ``` -- [PyPi](https://pypi.org/project/deepke) (📥 620 / month · ⏱️ 21.09.2023): +- [PyPi](https://pypi.org/project/scispacy) (📥 38K / month · 📦 34 · ⏱️ 27.10.2024): ``` - pip install deepke + pip install scispacy ```
-
CLTK (🥈28 · ⭐ 810) - The Classical Language Toolkit. MIT +
CLTK (🥈28 · ⭐ 850) - The Classical Language Toolkit. MIT -- [GitHub](https://github.com/cltk/cltk) (👨‍💻 120 · 🔀 320 · 📥 48 · 📦 250 · 📋 560 - 6% open · ⏱️ 04.11.2023): +- [GitHub](https://github.com/cltk/cltk) (👨‍💻 120 · 🔀 330 · 📥 130 · 📦 300 · 📋 580 - 6% open · ⏱️ 04.05.2025): ``` git clone https://github.com/cltk/cltk ``` -- [PyPi](https://pypi.org/project/cltk) (📥 920 / month · 📦 42 · ⏱️ 04.11.2023): +- [PyPi](https://pypi.org/project/cltk) (📥 3.3K / month · 📦 17 · ⏱️ 04.05.2025): ``` pip install cltk ```
-
fastNLP (🥉27 · ⭐ 3K · 💤) - fastNLP: A Modularized and Extensible NLP Framework. Currently.. Apache-2 - -- [GitHub](https://github.com/fastnlp/fastNLP) (👨‍💻 61 · 🔀 460 · 📥 75 · 📦 160 · 📋 220 - 28% open · ⏱️ 13.12.2022): - - ``` - git clone https://github.com/fastnlp/fastNLP - ``` -- [PyPi](https://pypi.org/project/fastnlp) (📥 38K / month · 📦 2 · ⏱️ 31.10.2022): - ``` - pip install fastnlp - ``` -
-
PyTextRank (🥉27 · ⭐ 2.1K) - Python implementation of TextRank algorithms (textgraphs) for phrase.. MIT +
PyTextRank (🥉27 · ⭐ 2.2K · 💤) - Python implementation of TextRank algorithms (textgraphs) for.. MIT -- [GitHub](https://github.com/DerwenAI/pytextrank) (👨‍💻 19 · 🔀 390 · 📦 530 · 📋 100 - 12% open · ⏱️ 22.08.2023): +- [GitHub](https://github.com/DerwenAI/pytextrank) (👨‍💻 19 · 🔀 340 · 📦 850 · 📋 100 - 12% open · ⏱️ 21.05.2024): ``` git clone https://github.com/DerwenAI/pytextrank ``` -- [PyPi](https://pypi.org/project/pytextrank) (📥 45K / month · 📦 17 · ⏱️ 07.08.2023): +- [PyPi](https://pypi.org/project/pytextrank) (📥 70K / month · 📦 19 · ⏱️ 21.02.2024): ``` pip install pytextrank ```
-
Ciphey (🥉26 · ⭐ 14K) - Automatically decrypt encryptions without knowing the key or cipher, decode.. MIT - -- [GitHub](https://github.com/Ciphey/Ciphey) (👨‍💻 48 · 🔀 880 · 📋 320 - 17% open · ⏱️ 12.10.2023): - - ``` - git clone https://github.com/Ciphey/Ciphey - ``` -- [PyPi](https://pypi.org/project/ciphey) (📥 45K / month · ⏱️ 06.06.2021): - ``` - pip install ciphey - ``` -- [Docker Hub](https://hub.docker.com/r/remnux/ciphey) (📥 21K · ⭐ 14 · ⏱️ 14.10.2023): - ``` - docker pull remnux/ciphey - ``` -
-
OpenPrompt (🥉26 · ⭐ 3.9K · 💤) - An Open-Source Framework for Prompt-Learning. Apache-2 - -- [GitHub](https://github.com/thunlp/OpenPrompt) (👨‍💻 22 · 🔀 410 · 📦 92 · 📋 250 - 29% open · ⏱️ 06.05.2023): - - ``` - git clone https://github.com/thunlp/OpenPrompt - ``` -- [PyPi](https://pypi.org/project/openprompt) (📥 1.7K / month · 📦 2 · ⏱️ 06.07.2022): - ``` - pip install openprompt - ``` -
-
promptsource (🥉26 · ⭐ 2.3K) - Toolkit for creating, sharing and using natural language.. Apache-2 +
english-words (🥉26 · ⭐ 11K) - A text file containing 479k English words for all your.. Unlicense -- [GitHub](https://github.com/bigscience-workshop/promptsource) (👨‍💻 65 · 🔀 300 · 📦 70 · 📋 200 - 24% open · ⏱️ 23.10.2023): +- [GitHub](https://github.com/dwyl/english-words) (👨‍💻 34 · 🔀 1.9K · 📦 2 · 📋 160 - 74% open · ⏱️ 06.01.2025): ``` - git clone https://github.com/bigscience-workshop/promptsource + git clone https://github.com/dwyl/english-words ``` -- [PyPi](https://pypi.org/project/promptsource) (📥 9.5K / month · 📦 1 · ⏱️ 18.04.2022): +- [PyPi](https://pypi.org/project/english-words) (📥 57K / month · 📦 14 · ⏱️ 24.05.2023): ``` - pip install promptsource + pip install english-words ```
-
pytorch-nlp (🥉25 · ⭐ 2.2K) - Basic Utilities for PyTorch Natural Language Processing (NLP). BSD-3 +
DeepKE (🥉25 · ⭐ 3.9K) - [EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and.. MIT -- [GitHub](https://github.com/PetrochukM/PyTorch-NLP) (👨‍💻 18 · 🔀 260 · 📦 600 · 📋 69 - 27% open · ⏱️ 04.07.2023): +- [GitHub](https://github.com/zjunlp/DeepKE) (👨‍💻 32 · 🔀 710 · 📦 24 · 📋 610 - 1% open · ⏱️ 22.04.2025): ``` - git clone https://github.com/PetrochukM/PyTorch-NLP + git clone https://github.com/zjunlp/deepke ``` -- [PyPi](https://pypi.org/project/pytorch-nlp) (📥 8.6K / month · 📦 19 · ⏱️ 04.11.2019): +- [PyPi](https://pypi.org/project/deepke) (📥 1.1K / month · ⏱️ 21.09.2023): ``` - pip install pytorch-nlp + pip install deepke ```
-
scattertext (🥉25 · ⭐ 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 · 🔀 280 · 📦 470 · 📋 99 - 21% open · ⏱️ 05.09.2023): +- [GitHub](https://github.com/JasonKessler/scattertext) (👨‍💻 14 · 🔀 290 · 📦 670 · 📋 100 - 22% open · ⏱️ 29.04.2025): ``` git clone https://github.com/JasonKessler/scattertext ``` -- [PyPi](https://pypi.org/project/scattertext) (📥 11K / month · 📦 10 · ⏱️ 18.04.2023): +- [PyPi](https://pypi.org/project/scattertext) (📥 8.9K / month · 📦 5 · ⏱️ 23.09.2024): ``` pip install scattertext ``` -- [Conda](https://anaconda.org/conda-forge/scattertext) (📥 85K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/scattertext) (📥 110K · ⏱️ 22.04.2025): ``` conda install -c conda-forge scattertext ```
-
T5 (🥉24 · ⭐ 5.6K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2 - -- [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (👨‍💻 58 · 🔀 730 · 📋 450 - 23% open · ⏱️ 30.11.2023): - - ``` - git clone https://github.com/google-research/text-to-text-transfer-transformer - ``` -- [PyPi](https://pypi.org/project/t5) (📥 40K / month · 📦 2 · ⏱️ 18.10.2021): - ``` - pip install t5 - ``` -
-
sense2vec (🥉24 · ⭐ 1.6K · 💤) - Contextually-keyed word vectors. MIT +
sense2vec (🥉24 · ⭐ 1.7K) - Contextually-keyed word vectors. MIT -- [GitHub](https://github.com/explosion/sense2vec) (👨‍💻 19 · 🔀 240 · 📥 61K · 📦 300 · 📋 110 - 19% open · ⏱️ 20.04.2023): +- [GitHub](https://github.com/explosion/sense2vec) (👨‍💻 20 · 🔀 240 · 📥 72K · 📦 470 · 📋 120 - 20% open · ⏱️ 23.04.2025): ``` git clone https://github.com/explosion/sense2vec ``` -- [PyPi](https://pypi.org/project/sense2vec) (📥 1.8K / month · 📦 13 · ⏱️ 19.04.2021): +- [PyPi](https://pypi.org/project/sense2vec) (📥 2K / month · 📦 13 · ⏱️ 19.04.2021): ``` pip install sense2vec ``` -- [Conda](https://anaconda.org/conda-forge/sense2vec) (📥 35K · ⏱️ 22.09.2023): +- [Conda](https://anaconda.org/conda-forge/sense2vec) (📥 61K · ⏱️ 22.04.2025): ``` conda install -c conda-forge sense2vec ```
-
Texthero (🥉23 · ⭐ 2.8K) - Text preprocessing, representation and visualization from zero to hero. MIT - -- [GitHub](https://github.com/jbesomi/texthero) (👨‍💻 21 · 🔀 240 · 📥 120 · 📋 140 - 55% open · ⏱️ 29.08.2023): - - ``` - git clone https://github.com/jbesomi/texthero - ``` -- [PyPi](https://pypi.org/project/texthero) (📥 12K / month · 📦 6 · ⏱️ 01.07.2021): - ``` - pip install texthero - ``` -
-
detoxify (🥉23 · ⭐ 770) - Trained models & code to predict toxic comments on all 3 Jigsaw.. Apache-2 +
detoxify (🥉24 · ⭐ 1K) - Trained models & code to predict toxic comments on all 3 Jigsaw Toxic.. Apache-2 -- [GitHub](https://github.com/unitaryai/detoxify) (👨‍💻 11 · 🔀 100 · 📥 320K · 📦 460 · 📋 59 - 59% open · ⏱️ 23.08.2023): +- [GitHub](https://github.com/unitaryai/detoxify) (👨‍💻 14 · 🔀 120 · 📥 1.2M · 📦 910 · 📋 67 - 55% open · ⏱️ 07.03.2025): ``` git clone https://github.com/unitaryai/detoxify ``` -- [PyPi](https://pypi.org/project/detoxify) (📥 20K / month · 📦 10 · ⏱️ 19.12.2022): +- [PyPi](https://pypi.org/project/detoxify) (📥 66K / month · 📦 30 · ⏱️ 01.02.2024): ``` pip install detoxify ```
-
happy-transformer (🥉23 · ⭐ 480) - Happy Transformer makes it easy to fine-tune and.. Apache-2 huggingface - -- [GitHub](https://github.com/EricFillion/happy-transformer) (👨‍💻 14 · 🔀 62 · 📦 210 · 📋 130 - 14% open · ⏱️ 10.08.2023): - - ``` - git clone https://github.com/EricFillion/happy-transformer - ``` -- [PyPi](https://pypi.org/project/happytransformer) (📥 3K / month · 📦 5 · ⏱️ 05.08.2023): - ``` - pip install happytransformer - ``` -
-
fast-bert (🥉22 · ⭐ 1.8K) - Super easy library for BERT based NLP models. Apache-2 +
T5 (🥉23 · ⭐ 6.4K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2 -- [GitHub](https://github.com/utterworks/fast-bert) (👨‍💻 36 · 🔀 340 · 📋 250 - 62% open · ⏱️ 27.07.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/utterworks/fast-bert + git clone https://github.com/google-research/text-to-text-transfer-transformer ``` -- [PyPi](https://pypi.org/project/fast-bert) (📥 1.5K / month · 📦 2 · ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/t5) (📥 41K / month · 📦 2 · ⏱️ 18.10.2021): ``` - pip install fast-bert + pip install t5 ```
-
YouTokenToMe (🥉22 · ⭐ 920 · 💤) - Unsupervised text tokenizer focused on computational efficiency. MIT +
Sockeye (🥉22 · ⭐ 1.2K · 💤) - Sequence-to-sequence framework with a focus on Neural.. Apache-2 -- [GitHub](https://github.com/VKCOM/YouTokenToMe) (👨‍💻 8 · 🔀 79 · 📦 570 · 📋 63 - 57% open · ⏱️ 29.03.2023): +- [GitHub](https://github.com/awslabs/sockeye) (👨‍💻 60 · 🔀 320 · 📥 21 · 📋 310 - 3% open · ⏱️ 24.10.2024): ``` - git clone https://github.com/vkcom/youtokentome - ``` -- [PyPi](https://pypi.org/project/youtokentome) (📥 40K / month · 📦 23 · ⏱️ 12.02.2020): - ``` - pip install youtokentome + git clone https://github.com/awslabs/sockeye ``` -- [Conda](https://anaconda.org/conda-forge/youtokentome) (📥 39K · ⏱️ 27.09.2023): +- [PyPi](https://pypi.org/project/sockeye) (📥 1.3K / month · ⏱️ 03.03.2023): ``` - conda install -c conda-forge youtokentome + pip install sockeye ```
-
finetune (🥉22 · ⭐ 690) - Scikit-learn style model finetuning for NLP. MPL-2.0 +
happy-transformer (🥉22 · ⭐ 540) - Happy Transformer makes it easy to fine-tune and.. Apache-2 huggingface -- [GitHub](https://github.com/IndicoDataSolutions/finetune) (👨‍💻 21 · 🔀 78 · 📦 11 · 📋 140 - 15% open · ⏱️ 17.10.2023): +- [GitHub](https://github.com/EricFillion/happy-transformer) (👨‍💻 14 · 🔀 68 · 📦 330 · 📋 130 - 16% open · ⏱️ 22.03.2025): ``` - git clone https://github.com/IndicoDataSolutions/finetune + git clone https://github.com/EricFillion/happy-transformer ``` -- [PyPi](https://pypi.org/project/finetune) (📥 140 / month · 📦 2 · ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/happytransformer) (📥 3.5K / month · 📦 5 · ⏱️ 05.08.2023): ``` - pip install finetune + pip install happytransformer ```
-
Sockeye (🥉21 · ⭐ 1.2K) - Sequence-to-sequence framework with a focus on Neural Machine.. Apache-2 +
fast-bert (🥉21 · ⭐ 1.9K · 💤) - Super easy library for BERT based NLP models. Apache-2 -- [GitHub](https://github.com/awslabs/sockeye) (👨‍💻 60 · 🔀 330 · 📥 17 · 📋 300 - 1% open · ⏱️ 17.10.2023): +- [GitHub](https://github.com/utterworks/fast-bert) (👨‍💻 37 · 🔀 340 · 📋 260 - 63% open · ⏱️ 19.08.2024): ``` - git clone https://github.com/awslabs/sockeye + git clone https://github.com/utterworks/fast-bert ``` -- [PyPi](https://pypi.org/project/sockeye) (📥 470 / month · 📦 2 · ⏱️ 03.03.2023): +- [PyPi](https://pypi.org/project/fast-bert) (📥 1.4K / month · ⏱️ 19.08.2024): ``` - pip install sockeye + pip install fast-bert ```
-
lightseq (🥉20 · ⭐ 3K · 💤) - LightSeq: A High Performance Library for Sequence Processing and.. Apache-2 +
finetune (🥉21 · ⭐ 710) - Scikit-learn style model finetuning for NLP. MPL-2.0 -- [GitHub](https://github.com/bytedance/lightseq) (👨‍💻 17 · 🔀 310 · 📥 670 · 📋 280 - 61% open · ⏱️ 10.05.2023): +- [GitHub](https://github.com/IndicoDataSolutions/finetune) (👨‍💻 24 · 🔀 78 · 📦 15 · 📋 140 - 15% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/bytedance/lightseq + git clone https://github.com/IndicoDataSolutions/finetune ``` -- [PyPi](https://pypi.org/project/lightseq) (📥 1.2K / month · 📦 2 · ⏱️ 03.11.2022): +- [PyPi](https://pypi.org/project/finetune) (📥 370 / month · 📦 2 · ⏱️ 29.09.2023): ``` - pip install lightseq + pip install finetune ```
-
small-text (🥉20 · ⭐ 500) - Active Learning for Text Classification in Python. MIT +
small-text (🥉21 · ⭐ 620) - Active Learning for Text Classification in Python. MIT -- [GitHub](https://github.com/webis-de/small-text) (👨‍💻 4 · 🔀 53 · 📦 24 · 📋 43 - 25% open · ⏱️ 15.11.2023): +- [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) (📥 780 / month · ⏱️ 19.08.2023): +- [PyPi](https://pypi.org/project/small-text) (📥 720 / month · ⏱️ 06.04.2025): ``` pip install small-text ``` -- [Conda](https://anaconda.org/conda-forge/small-text) (📥 4.9K · ⏱️ 19.08.2023): +- [Conda](https://anaconda.org/conda-forge/small-text) (📥 15K · ⏱️ 22.04.2025): ``` conda install -c conda-forge small-text ```
-
UForm (🥉20 · ⭐ 450) - Multi-Modal AI library for Multi-Lingual Text, Image, and Video.. Apache-2 +
UForm (🥉20 · ⭐ 1.1K) - Pocket-Sized Multimodal AI for content understanding and.. Apache-2 -- [GitHub](https://github.com/unum-cloud/uform) (👨‍💻 9 · 🔀 21 · 📦 10 · ⏱️ 13.10.2023): +- [GitHub](https://github.com/unum-cloud/uform) (👨‍💻 19 · 🔀 67 · 📥 610 · 📦 34 · 📋 35 - 37% open · ⏱️ 03.01.2025): ``` git clone https://github.com/unum-cloud/uform ``` -- [PyPi](https://pypi.org/project/uform) (📥 600 / month · ⏱️ 13.10.2023): +- [PyPi](https://pypi.org/project/uform) (📥 640 / month · 📦 2 · ⏱️ 03.01.2025): ``` pip install uform ```
-
textaugment (🥉20 · ⭐ 350) - TextAugment: Text Augmentation Library. MIT - -- [GitHub](https://github.com/dsfsi/textaugment) (👨‍💻 8 · 🔀 57 · 📥 62 · 📦 70 · 📋 29 - 37% open · ⏱️ 17.11.2023): - - ``` - git clone https://github.com/dsfsi/textaugment - ``` -- [PyPi](https://pypi.org/project/textaugment) (📥 4.8K / month · 📦 4 · ⏱️ 16.11.2023): - ``` - pip install textaugment - ``` -
-
OpenNRE (🥉16 · ⭐ 4.1K · 💤) - An Open-Source Package for Neural Relation Extraction (NRE). MIT - -- [GitHub](https://github.com/thunlp/OpenNRE) (👨‍💻 12 · 🔀 1K · 📋 360 - 3% open · ⏱️ 03.01.2023): - - ``` - git clone https://github.com/thunlp/OpenNRE - ``` -
-
TextBox (🥉16 · ⭐ 1K · 💤) - TextBox 2.0 is a text generation library with pre-trained language.. MIT - -- [GitHub](https://github.com/RUCAIBox/TextBox) (👨‍💻 18 · 🔀 120 · 📦 5 · 📋 70 - 4% open · ⏱️ 18.05.2023): - - ``` - git clone https://github.com/RUCAIBox/TextBox - ``` -- [PyPi](https://pypi.org/project/textbox) (⏱️ 15.04.2021): - ``` - pip install textbox - ``` -
VizSeq (🥉15 · ⭐ 440) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT -- [GitHub](https://github.com/facebookresearch/vizseq) (👨‍💻 3 · 🔀 57 · 📦 9 · 📋 16 - 43% open · ⏱️ 27.10.2023): +- [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) (📥 78 / month · ⏱️ 07.08.2020): +- [PyPi](https://pypi.org/project/vizseq) (📥 130 / month · ⏱️ 07.08.2020): ``` pip install vizseq ```
-
Show 44 hidden projects... - -- ChatterBot (🥈35 · ⭐ 14K · 💀) - ChatterBot is a machine learning, conversational dialog engine.. BSD-3 -- AllenNLP (🥈35 · ⭐ 12K · 💀) - An open-source NLP research library, built on PyTorch. Apache-2 -- fuzzywuzzy (🥈33 · ⭐ 9K · 💀) - Fuzzy String Matching in Python. ❗️GPL-2.0 -- english-words (🥈29 · ⭐ 9.6K · 💀) - A text file containing 479k English words for all your.. Unlicense -- nlpaug (🥈29 · ⭐ 4.2K · 💀) - Data augmentation for NLP. MIT -- polyglot (🥈28 · ⭐ 2.2K · 💀) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0 -- langid (🥈28 · ⭐ 2.2K · 💀) - Stand-alone language identification system. BSD-3 -- underthesea (🥈28 · ⭐ 1.3K) - Underthesea - Vietnamese NLP Toolkit. ❗️GPL-3.0 -- flashtext (🥉27 · ⭐ 5.5K · 💀) - Extract Keywords from sentence or Replace keywords in sentences. MIT -- vaderSentiment (🥉27 · ⭐ 4.1K · 💀) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT -- textacy (🥉27 · ⭐ 2.1K · 💤) - NLP, before and after spaCy. ❗Unlicensed -- FARM (🥉27 · ⭐ 1.7K · 💀) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2 -- PyText (🥉25 · ⭐ 6.4K · 💀) - A natural language modeling framework based on PyTorch. BSD-3 -- Snips NLU (🥉25 · ⭐ 3.8K · 💀) - Snips Python library to extract meaning from text. Apache-2 -- neuralcoref (🥉25 · ⭐ 2.8K · 💀) - Fast Coreference Resolution in spaCy with Neural Networks. MIT +
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 +- 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 +- 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 +- langid (🥉26 · ⭐ 2.4K · 💀) - Stand-alone language identification system. BSD-3 +- 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 +- GluonNLP (🥉25 · ⭐ 2.6K · 💀) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 - textgenrnn (🥉24 · ⭐ 4.9K · 💀) - Easily train your own text-generating neural network of any.. MIT -- MatchZoo (🥉24 · ⭐ 3.8K · 💀) - Facilitating the design, comparison and sharing of deep.. Apache-2 -- pySBD (🥉24 · ⭐ 680 · 💀) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT -- whoosh (🥉24 · ⭐ 480 · 💀) - Pure-Python full-text search library. ❗️BSD-1-Clause +- OpenPrompt (🥉24 · ⭐ 4.6K · 💀) - An Open-Source Framework for Prompt-Learning. Apache-2 +- Snips NLU (🥉24 · ⭐ 3.9K · 💀) - Snips Python library to extract meaning from text. Apache-2 +- MatchZoo (🥉24 · ⭐ 3.9K · 💀) - Facilitating the design, comparison and sharing of deep.. Apache-2 +- promptsource (🥉24 · ⭐ 2.9K · 💀) - Toolkit for creating, sharing and using natural language.. Apache-2 +- pytorch-nlp (🥉24 · ⭐ 2.2K · 💀) - Basic Utilities for PyTorch Natural Language Processing.. BSD-3 +- FARM (🥉24 · ⭐ 1.8K · 💀) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2 +- whoosh (🥉24 · ⭐ 620 · 💀) - Pure-Python full-text search library. ❗️BSD-1-Clause - Kashgari (🥉23 · ⭐ 2.4K · 💀) - Kashgari is a production-level NLP Transfer learning.. Apache-2 -- DeepMatcher (🥉22 · ⭐ 4.9K · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 -- gpt-2-simple (🥉22 · ⭐ 3.3K · 💀) - Python package to easily retrain OpenAIs GPT-2 text-.. MIT +- YouTokenToMe (🥉23 · ⭐ 970 · 💀) - Unsupervised text tokenizer focused on computational efficiency. 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 - Texar (🥉22 · ⭐ 2.4K · 💀) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2 -- jiant (🥉22 · ⭐ 1.6K · 💀) - jiant is an nlp toolkit. MIT -- stop-words (🥉22 · ⭐ 150 · 💀) - Get list of common stop words in various languages in Python. BSD-3 -- NLP Architect (🥉21 · ⭐ 2.9K · 💀) - A model library for exploring state-of-the-art deep.. Apache-2 +- jiant (🥉22 · ⭐ 1.7K · 💀) - jiant is an nlp toolkit. MIT +- stop-words (🥉22 · ⭐ 160 · 💀) - Get list of common stop words in various languages in Python. BSD-3 - DELTA (🥉21 · ⭐ 1.6K · 💀) - DELTA is a deep learning based natural language and speech.. Apache-2 - anaGo (🥉21 · ⭐ 1.5K · 💀) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT -- pyfasttext (🥉20 · ⭐ 230 · 💀) - Yet another Python binding for fastText. ❗️GPL-3.0 -- numerizer (🥉20 · ⭐ 210 · 💤) - A Python module to convert natural language numerics into ints and.. MIT -- fastT5 (🥉19 · ⭐ 510 · 💀) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2 -- textpipe (🥉19 · ⭐ 300 · 💀) - Textpipe: clean and extract metadata from text. MIT +- 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 +- DeepMatcher (🥉19 · ⭐ 5.2K · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 +- 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 - Camphr (🥉18 · ⭐ 340 · 💀) - Camphr - NLP libary for creating pipeline components. Apache-2 spacy -- nboost (🥉17 · ⭐ 670 · 💀) - NBoost is a scalable, search-api-boosting platform for deploying.. Apache-2 -- Translate (🥉16 · ⭐ 810 · 💀) - Translate - a PyTorch Language Library. BSD-3 -- skift (🥉16 · ⭐ 230 · 💀) - scikit-learn wrappers for Python fastText. MIT -- BLINK (🥉14 · ⭐ 1.1K · 💀) - Entity Linker solution. MIT -- Headliner (🥉14 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq models. MIT -- NeuralQA (🥉14 · ⭐ 230 · 💀) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT +- 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 +- BLINK (🥉15 · ⭐ 1.2K · 💀) - Entity Linker solution. MIT +- Translate (🥉15 · ⭐ 830 · 💀) - Translate - a PyTorch Language Library. BSD-3 +- 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 +- ONNX-T5 (🥉14 · ⭐ 250 · 💀) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2 - TransferNLP (🥉13 · ⭐ 290 · 💀) - NLP library designed for reproducible experimentation.. MIT -- ONNX-T5 (🥉13 · ⭐ 240 · 💀) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2 - textvec (🥉13 · ⭐ 190 · 💀) - Text vectorization tool to outperform TFIDF for classification.. MIT -- spacy-dbpedia-spotlight (🥉12 · ⭐ 93 · 💤) - A spaCy wrapper for DBpedia Spotlight. MIT spacy +- spacy-dbpedia-spotlight (🥉13 · ⭐ 110 · 💀) - A spaCy wrapper for DBpedia Spotlight. MIT spacy

@@ -2319,619 +2053,546 @@ _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 (🥇47 · ⭐ 11K) - Python Imaging Library (Fork). ❗️PIL +
Pillow (🥇48 · ⭐ 13K) - Python Imaging Library (Fork). ❗️PIL -- [GitHub](https://github.com/python-pillow/Pillow) (👨‍💻 450 · 🔀 2.1K · 📦 1.5M · 📋 3K - 3% open · ⏱️ 06.12.2023): +- [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) (📥 74M / month · 📦 67K · ⏱️ 15.10.2023): +- [PyPi](https://pypi.org/project/Pillow) (📥 150M / month · 📦 14K · ⏱️ 12.04.2025): ``` pip install Pillow ``` -- [Conda](https://anaconda.org/conda-forge/pillow) (📥 35M · ⏱️ 16.10.2023): +- [Conda](https://anaconda.org/conda-forge/pillow) (📥 54M · ⏱️ 07.05.2025): ``` conda install -c conda-forge pillow ```
-
torchvision (🥇42 · ⭐ 15K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +
torchvision (🥇42 · ⭐ 17K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 -- [GitHub](https://github.com/pytorch/vision) (👨‍💻 560 · 🔀 6.8K · 📥 34K · 📦 21 · 📋 3.2K - 29% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/pytorch/vision) (👨‍💻 640 · 🔀 7K · 📥 41K · 📦 21 · 📋 3.7K - 29% open · ⏱️ 09.05.2025): ``` git clone https://github.com/pytorch/vision ``` -- [PyPi](https://pypi.org/project/torchvision) (📥 10M / month · 📦 4.8K · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/torchvision) (📥 17M / month · 📦 7K · ⏱️ 23.04.2025): ``` pip install torchvision ``` -- [Conda](https://anaconda.org/conda-forge/torchvision) (📥 940K · ⏱️ 29.11.2023): +- [Conda](https://anaconda.org/conda-forge/torchvision) (📥 2.6M · ⏱️ 22.04.2025): ``` conda install -c conda-forge torchvision ```
-
PyTorch Image Models (🥇41 · ⭐ 28K) - PyTorch image models, scripts, pretrained weights --.. Apache-2 +
PyTorch Image Models (🥇41 · ⭐ 34K · 📉) - The largest collection of PyTorch image encoders /.. Apache-2 -- [GitHub](https://github.com/huggingface/pytorch-image-models) (👨‍💻 120 · 🔀 4.4K · 📥 5.9M · 📦 20K · 📋 820 - 8% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/huggingface/pytorch-image-models) (👨‍💻 170 · 🔀 4.9K · 📥 7.8M · 📦 57K · 📋 980 - 5% open · ⏱️ 21.05.2025): ``` git clone https://github.com/rwightman/pytorch-image-models ``` -- [PyPi](https://pypi.org/project/timm) (📥 3.5M / month · 📦 350 · ⏱️ 24.11.2023): +- [PyPi](https://pypi.org/project/timm) (📥 7.9M / month · 📦 1.1K · ⏱️ 23.02.2025): ``` pip install timm ``` -- [Conda](https://anaconda.org/conda-forge/timm) (📥 110K · ⏱️ 25.11.2023): +- [Conda](https://anaconda.org/conda-forge/timm) (📥 390K · ⏱️ 22.04.2025): ``` conda install -c conda-forge timm ```
-
MMDetection (🥇39 · ⭐ 26K) - OpenMMLab Detection Toolbox and Benchmark. Apache-2 - -- [GitHub](https://github.com/open-mmlab/mmdetection) (👨‍💻 470 · 🔀 9K · 📦 2K · 📋 7.8K - 15% open · ⏱️ 12.10.2023): - - ``` - git clone https://github.com/open-mmlab/mmdetection - ``` -- [PyPi](https://pypi.org/project/mmdet) (📥 180K / month · 📦 32 · ⏱️ 12.10.2023): - ``` - pip install mmdet - ``` -
-
Kornia (🥇38 · ⭐ 8.9K) - Geometric Computer Vision Library for AI. Apache-2 - -- [GitHub](https://github.com/kornia/kornia) (👨‍💻 240 · 🔀 880 · 📥 880 · 📦 7.4K · 📋 850 - 29% open · ⏱️ 05.12.2023): - - ``` - git clone https://github.com/kornia/kornia - ``` -- [PyPi](https://pypi.org/project/kornia) (📥 2.1M / month · 📦 120 · ⏱️ 02.08.2023): - ``` - pip install kornia - ``` -- [Conda](https://anaconda.org/conda-forge/kornia) (📥 110K · ⏱️ 04.08.2023): - ``` - conda install -c conda-forge kornia - ``` -
-
imageio (🥇38 · ⭐ 1.3K) - Python library for reading and writing image data. BSD-2 +
Albumentations (🥇41 · ⭐ 15K) - Fast and flexible image augmentation library. Paper about.. MIT -- [GitHub](https://github.com/imageio/imageio) (👨‍💻 110 · 🔀 270 · 📥 910 · 📦 110K · 📋 580 - 15% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/albumentations-team/albumentations) (👨‍💻 170 · 🔀 1.7K · 📦 38K · 📋 1.2K - 17% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/imageio/imageio + git clone https://github.com/albumentations-team/albumentations ``` -- [PyPi](https://pypi.org/project/imageio) (📥 17M / month · 📦 3.1K · ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/albumentations) (📥 6.3M / month · 📦 720 · ⏱️ 16.05.2025): ``` - pip install imageio + pip install albumentations ``` -- [Conda](https://anaconda.org/conda-forge/imageio) (📥 5.9M · ⏱️ 09.10.2023): +- [Conda](https://anaconda.org/conda-forge/albumentations) (📥 290K · ⏱️ 16.05.2025): ``` - conda install -c conda-forge imageio + conda install -c conda-forge albumentations ```
-
MoviePy (🥈37 · ⭐ 11K) - Video editing with Python. MIT +
MoviePy (🥇41 · ⭐ 13K · 📈) - Video editing with Python. MIT -- [GitHub](https://github.com/Zulko/moviepy) (👨‍💻 160 · 🔀 1.4K · 📦 32K · 📋 1.4K - 27% open · ⏱️ 11.07.2023): +- [GitHub](https://github.com/Zulko/moviepy) (👨‍💻 180 · 🔀 1.8K · 📦 63K · 📋 1.6K - 2% open · ⏱️ 21.05.2025): ``` git clone https://github.com/Zulko/moviepy ``` -- [PyPi](https://pypi.org/project/moviepy) (📥 710K / month · 📦 960 · ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/moviepy) (📥 3.2M / month · 📦 1.2K · ⏱️ 21.05.2025): ``` pip install moviepy ``` -- [Conda](https://anaconda.org/conda-forge/moviepy) (📥 220K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/moviepy) (📥 300K · ⏱️ 22.04.2025): ``` conda install -c conda-forge moviepy ```
-
Wand (🥈36 · ⭐ 1.3K) - The ctypes-based simple ImageMagick binding for Python. MIT +
deepface (🥇39 · ⭐ 19K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT -- [GitHub](https://github.com/emcconville/wand) (👨‍💻 100 · 🔀 200 · 📥 33K · 📦 18K · 📋 410 - 5% open · ⏱️ 25.11.2023): +- [GitHub](https://github.com/serengil/deepface) (👨‍💻 89 · 🔀 2.6K · 📦 7.8K · 📋 1.2K - 0% open · ⏱️ 17.05.2025): ``` - git clone https://github.com/emcconville/wand - ``` -- [PyPi](https://pypi.org/project/wand) (📥 990K / month · 📦 710 · ⏱️ 03.11.2023): - ``` - pip install wand + git clone https://github.com/serengil/deepface ``` -- [Conda](https://anaconda.org/conda-forge/wand) (📥 36K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/deepface) (📥 620K / month · 📦 44 · ⏱️ 17.08.2024): ``` - conda install -c conda-forge wand + pip install deepface ```
-
InsightFace (🥈35 · ⭐ 19K) - State-of-the-art 2D and 3D Face Analysis Project. MIT +
InsightFace (🥈38 · ⭐ 25K) - State-of-the-art 2D and 3D Face Analysis Project. MIT -- [GitHub](https://github.com/deepinsight/insightface) (👨‍💻 57 · 🔀 4.8K · 📥 1.2M · 📦 1.3K · 📋 2.3K - 42% open · ⏱️ 10.09.2023): +- [GitHub](https://github.com/deepinsight/insightface) (👨‍💻 66 · 🔀 5.5K · 📥 8.1M · 📦 4.4K · 📋 2.6K - 45% open · ⏱️ 22.05.2025): ``` git clone https://github.com/deepinsight/insightface ``` -- [PyPi](https://pypi.org/project/insightface) (📥 490K / month · 📦 11 · ⏱️ 17.12.2022): +- [PyPi](https://pypi.org/project/insightface) (📥 260K / month · 📦 30 · ⏱️ 17.12.2022): ``` pip install insightface ```
-
Albumentations (🥈35 · ⭐ 13K) - Fast image augmentation library and an easy-to-use wrapper.. MIT +
imageio (🥈38 · ⭐ 1.6K) - Python library for reading and writing image data. BSD-2 -- [GitHub](https://github.com/albumentations-team/albumentations) (👨‍💻 130 · 🔀 1.5K · 📦 19K · 📋 810 - 46% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/imageio/imageio) (👨‍💻 120 · 🔀 310 · 📥 1.8K · 📦 180K · 📋 610 - 16% open · ⏱️ 21.02.2025): ``` - git clone https://github.com/albumentations-team/albumentations + git clone https://github.com/imageio/imageio ``` -- [PyPi](https://pypi.org/project/albumentations) (📥 1.1M / month · 📦 340 · ⏱️ 10.06.2023): +- [PyPi](https://pypi.org/project/imageio) (📥 26M / month · 📦 2.6K · ⏱️ 20.01.2025): ``` - pip install albumentations + pip install imageio ``` -- [Conda](https://anaconda.org/conda-forge/albumentations) (📥 150K · ⏱️ 12.06.2023): +- [Conda](https://anaconda.org/conda-forge/imageio) (📥 7.9M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge albumentations + conda install -c conda-forge imageio ```
-
deepface (🥈34 · ⭐ 8.5K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT +
Kornia (🥈37 · ⭐ 10K) - Geometric Computer Vision Library for Spatial AI. Apache-2 -- [GitHub](https://github.com/serengil/deepface) (👨‍💻 48 · 🔀 1.6K · 📦 2.2K · 📋 810 - 0% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/kornia/kornia) (👨‍💻 290 · 🔀 1K · 📥 1.9K · 📦 16K · 📋 980 - 30% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/serengil/deepface + git clone https://github.com/kornia/kornia ``` -- [PyPi](https://pypi.org/project/deepface) (📥 140K / month · 📦 14 · ⏱️ 24.01.2023): +- [PyPi](https://pypi.org/project/kornia) (📥 2.7M / month · 📦 340 · ⏱️ 08.05.2025): ``` - pip install deepface + pip install kornia + ``` +- [Conda](https://anaconda.org/conda-forge/kornia) (📥 230K · ⏱️ 08.05.2025): + ``` + conda install -c conda-forge kornia ```
-
detectron2 (🥈33 · ⭐ 27K) - Detectron2 is a platform for object detection, segmentation.. Apache-2 +
opencv-python (🥈35 · ⭐ 4.8K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT -- [GitHub](https://github.com/facebookresearch/detectron2) (👨‍💻 260 · 🔀 6.7K · 📦 1.5K · 📋 3.4K - 10% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/opencv/opencv-python) (👨‍💻 54 · 🔀 900 · 📦 590K · 📋 860 - 17% open · ⏱️ 19.05.2025): ``` - git clone https://github.com/facebookresearch/detectron2 - ``` -- [PyPi](https://pypi.org/project/detectron2) (📦 6 · ⏱️ 06.02.2020): - ``` - pip install detectron2 + git clone https://github.com/opencv/opencv-python ``` -- [Conda](https://anaconda.org/conda-forge/detectron2) (📥 210K · ⏱️ 30.11.2023): +- [PyPi](https://pypi.org/project/opencv-python) (📥 18M / month · 📦 13K · ⏱️ 16.01.2025): ``` - conda install -c conda-forge detectron2 + pip install opencv-python ```
-
PaddleSeg (🥈33 · ⭐ 7.8K) - 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) (👨‍💻 120 · 🔀 1.6K · 📦 1.1K · 📋 2K - 18% open · ⏱️ 30.11.2023): +- [GitHub](https://github.com/emcconville/wand) (👨‍💻 110 · 🔀 200 · 📥 52K · 📦 21K · 📋 430 - 6% open · ⏱️ 01.04.2025): ``` - git clone https://github.com/PaddlePaddle/PaddleSeg + git clone https://github.com/emcconville/wand ``` -- [PyPi](https://pypi.org/project/paddleseg) (📥 2K / month · 📦 4 · ⏱️ 30.11.2022): +- [PyPi](https://pypi.org/project/wand) (📥 1.1M / month · 📦 260 · ⏱️ 03.11.2023): ``` - pip install paddleseg + pip install wand + ``` +- [Conda](https://anaconda.org/conda-forge/wand) (📥 140K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge wand ```
-
opencv-python (🥈33 · ⭐ 3.9K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT +
PaddleSeg (🥈32 · ⭐ 9K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2 -- [GitHub](https://github.com/opencv/opencv-python) (👨‍💻 48 · 🔀 740 · 📋 720 - 10% open · ⏱️ 18.10.2023): +- [GitHub](https://github.com/PaddlePaddle/PaddleSeg) (👨‍💻 130 · 🔀 1.7K · 📦 1.4K · 📋 2.2K - 0% open · ⏱️ 25.12.2024): ``` - git clone https://github.com/opencv/opencv-python + git clone https://github.com/PaddlePaddle/PaddleSeg ``` -- [PyPi](https://pypi.org/project/opencv-python) (📥 11M / month · 📦 12K · ⏱️ 28.09.2023): +- [PyPi](https://pypi.org/project/paddleseg) (📥 1.5K / month · 📦 7 · ⏱️ 30.11.2022): ``` - pip install opencv-python + pip install paddleseg ```
-
ImageHash (🥈31 · ⭐ 2.9K) - A Python Perceptual Image Hashing Module. BSD-2 +
ImageHash (🥈32 · ⭐ 3.6K) - A Python Perceptual Image Hashing Module. BSD-2 -- [GitHub](https://github.com/JohannesBuchner/imagehash) (👨‍💻 26 · 🔀 320 · 📦 11K · 📋 130 - 7% open · ⏱️ 24.10.2023): +- [GitHub](https://github.com/JohannesBuchner/imagehash) (👨‍💻 28 · 🔀 340 · 📦 17K · 📋 150 - 15% open · ⏱️ 17.04.2025): ``` git clone https://github.com/JohannesBuchner/imagehash ``` -- [PyPi](https://pypi.org/project/ImageHash) (📥 1.4M / month · 📦 380 · ⏱️ 28.09.2022): +- [PyPi](https://pypi.org/project/ImageHash) (📥 1.9M / month · 📦 270 · ⏱️ 01.02.2025): ``` pip install ImageHash ``` -- [Conda](https://anaconda.org/conda-forge/imagehash) (📥 350K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/imagehash) (📥 450K · ⏱️ 22.04.2025): ``` conda install -c conda-forge imagehash ```
-
lightly (🥈31 · ⭐ 2.6K) - A python library for self-supervised learning on images. MIT +
lightly (🥈32 · ⭐ 3.4K) - A python library for self-supervised learning on images. MIT -- [GitHub](https://github.com/lightly-ai/lightly) (👨‍💻 34 · 🔀 230 · 📦 190 · 📋 480 - 20% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/lightly-ai/lightly) (👨‍💻 65 · 🔀 290 · 📦 450 · 📋 600 - 12% open · ⏱️ 21.05.2025): ``` git clone https://github.com/lightly-ai/lightly ``` -- [PyPi](https://pypi.org/project/lightly) (📥 29K / month · 📦 6 · ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/lightly) (📥 62K / month · 📦 20 · ⏱️ 22.04.2025): ``` pip install lightly ```
-
doctr (🥈31 · ⭐ 2.4K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2 +
detectron2 (🥈31 · ⭐ 32K · 📉) - Detectron2 is a platform for object detection,.. Apache-2 -- [GitHub](https://github.com/mindee/doctr) (👨‍💻 41 · 🔀 290 · 📥 2.1M · 📦 220 · 📋 280 - 14% open · ⏱️ 27.11.2023): +- [GitHub](https://github.com/facebookresearch/detectron2) (👨‍💻 280 · 🔀 7.5K · 📋 3.6K - 14% open · ⏱️ 24.04.2025): ``` - git clone https://github.com/mindee/doctr + git clone https://github.com/facebookresearch/detectron2 ``` -- [PyPi](https://pypi.org/project/python-doctr) (📥 16K / month · 📦 3 · ⏱️ 09.09.2023): +- [PyPi](https://pypi.org/project/detectron2) (📦 13 · ⏱️ 06.02.2020): ``` - pip install python-doctr + pip install detectron2 + ``` +- [Conda](https://anaconda.org/conda-forge/detectron2) (📥 690K · ⏱️ 13.05.2025): + ``` + conda install -c conda-forge detectron2 ```
-
vit-pytorch (🥈30 · ⭐ 16K) - Implementation of Vision Transformer, a simple way to achieve.. MIT +
vit-pytorch (🥈30 · ⭐ 23K) - Implementation of Vision Transformer, a simple way to achieve.. MIT -- [GitHub](https://github.com/lucidrains/vit-pytorch) (👨‍💻 20 · 🔀 2.6K · 📦 370 · 📋 240 - 46% open · ⏱️ 15.11.2023): +- [GitHub](https://github.com/lucidrains/vit-pytorch) (👨‍💻 23 · 🔀 3.3K · 📦 650 · 📋 280 - 49% open · ⏱️ 05.03.2025): ``` git clone https://github.com/lucidrains/vit-pytorch ``` -- [PyPi](https://pypi.org/project/vit-pytorch) (📥 26K / month · 📦 6 · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/vit-pytorch) (📥 19K / month · 📦 17 · ⏱️ 05.03.2025): ``` pip install vit-pytorch ```
-
imageai (🥈30 · ⭐ 8.2K) - A python library built to empower developers to build applications and.. MIT +
sahi (🥈30 · ⭐ 4.6K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT -- [GitHub](https://github.com/OlafenwaMoses/ImageAI) (👨‍💻 19 · 🔀 2.1K · 📥 900K · 📦 1.5K · 📋 740 - 39% open · ⏱️ 26.08.2023): +- [GitHub](https://github.com/obss/sahi) (👨‍💻 54 · 🔀 640 · 📥 36K · 📦 1.8K · ⏱️ 15.05.2025): ``` - git clone https://github.com/OlafenwaMoses/ImageAI + git clone https://github.com/obss/sahi ``` -- [PyPi](https://pypi.org/project/imageai) (📥 8.3K / month · 📦 18 · ⏱️ 02.01.2023): +- [PyPi](https://pypi.org/project/sahi) (📥 140K / month · 📦 35 · ⏱️ 05.05.2025): ``` - pip install imageai + pip install sahi ``` -- [Conda](https://anaconda.org/conda-forge/imageai) (📥 6.7K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/sahi) (📥 100K · ⏱️ 05.05.2025): ``` - conda install -c conda-forge imageai + conda install -c conda-forge sahi ```
-
Face Alignment (🥈30 · ⭐ 6.6K) - 2D and 3D Face alignment library build using pytorch. BSD-3 +
PaddleDetection (🥈29 · ⭐ 13K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2 -- [GitHub](https://github.com/1adrianb/face-alignment) (👨‍💻 26 · 🔀 1.3K · 📦 21 · 📋 310 - 24% open · ⏱️ 16.08.2023): +- [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (👨‍💻 190 · 🔀 2.9K · 📋 5.6K - 17% open · ⏱️ 16.04.2025): ``` - git clone https://github.com/1adrianb/face-alignment + git clone https://github.com/PaddlePaddle/PaddleDetection ``` -- [PyPi](https://pypi.org/project/face-alignment) (📥 66K / month · 📦 11 · ⏱️ 17.08.2023): +- [PyPi](https://pypi.org/project/paddledet) (📥 890 / month · 📦 2 · ⏱️ 19.09.2022): ``` - pip install face-alignment + pip install paddledet ```
-
PaddleDetection (🥉29 · ⭐ 12K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2 +
doctr (🥈29 · ⭐ 4.7K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (👨‍💻 160 · 🔀 2.7K · 📋 5.2K - 26% open · ⏱️ 27.09.2023): +- [GitHub](https://github.com/mindee/doctr) (👨‍💻 62 · 🔀 500 · 📥 5.4M · 📋 410 - 6% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/PaddlePaddle/PaddleDetection + git clone https://github.com/mindee/doctr ``` -- [PyPi](https://pypi.org/project/paddledet) (📥 690 / month · 📦 1 · ⏱️ 19.09.2022): +- [PyPi](https://pypi.org/project/python-doctr) (📥 100K / month · 📦 14 · ⏱️ 30.01.2025): ``` - pip install paddledet + pip install python-doctr ```
-
sahi (🥉29 · ⭐ 3.2K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT +
Face Alignment (🥉28 · ⭐ 7.3K · 💤) - 2D and 3D Face alignment library build using pytorch. BSD-3 -- [GitHub](https://github.com/obss/sahi) (👨‍💻 36 · 🔀 470 · 📥 20K · 📦 770 · ⏱️ 25.11.2023): +- [GitHub](https://github.com/1adrianb/face-alignment) (👨‍💻 26 · 🔀 1.4K · 📦 21 · 📋 320 - 24% open · ⏱️ 30.08.2024): ``` - git clone https://github.com/obss/sahi + git clone https://github.com/1adrianb/face-alignment ``` -- [PyPi](https://pypi.org/project/sahi) (📥 120K / month · 📦 12 · ⏱️ 05.11.2023): +- [PyPi](https://pypi.org/project/face-alignment) (📥 75K / month · 📦 10 · ⏱️ 17.08.2023): ``` - pip install sahi + pip install face-alignment + ``` +
+
vidgear (🥉28 · ⭐ 3.5K · 💤) - A High-performance cross-platform Video Processing Python.. Apache-2 + +- [GitHub](https://github.com/abhiTronix/vidgear) (👨‍💻 14 · 🔀 260 · 📥 2.3K · 📦 720 · 📋 300 - 2% open · ⏱️ 22.06.2024): + + ``` + git clone https://github.com/abhiTronix/vidgear ``` -- [Conda](https://anaconda.org/conda-forge/sahi) (📥 52K · ⏱️ 06.11.2023): +- [PyPi](https://pypi.org/project/vidgear) (📥 28K / month · 📦 15 · ⏱️ 22.06.2024): ``` - conda install -c conda-forge sahi + pip install vidgear ```
-
CellProfiler (🥉29 · ⭐ 820) - An open-source application for biological image analysis. BSD-3 +
Norfair (🥉28 · ⭐ 2.5K) - Lightweight Python library for adding real-time multi-object tracking.. BSD-3 -- [GitHub](https://github.com/CellProfiler/CellProfiler) (👨‍💻 140 · 🔀 360 · 📥 6.3K · 📦 20 · 📋 3.2K - 8% open · ⏱️ 16.11.2023): +- [GitHub](https://github.com/tryolabs/norfair) (👨‍💻 31 · 🔀 260 · 📥 350 · 📦 320 · 📋 180 - 16% open · ⏱️ 30.04.2025): ``` - git clone https://github.com/CellProfiler/CellProfiler + git clone https://github.com/tryolabs/norfair ``` -- [PyPi](https://pypi.org/project/cellprofiler) (📥 710 / month · 📦 1 · ⏱️ 14.08.2023): +- [PyPi](https://pypi.org/project/norfair) (📥 29K / month · 📦 9 · ⏱️ 30.04.2025): ``` - pip install cellprofiler + pip install norfair ```
-
GluonCV (🥉28 · ⭐ 5.7K · 💤) - Gluon CV Toolkit. Apache-2 +
mtcnn (🥉28 · ⭐ 2.4K · 💤) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT -- [GitHub](https://github.com/dmlc/gluon-cv) (👨‍💻 120 · 🔀 1.2K · 📦 21 · 📋 840 - 7% open · ⏱️ 19.01.2023): +- [GitHub](https://github.com/ipazc/mtcnn) (👨‍💻 16 · 🔀 530 · 📥 52 · 📦 8.8K · 📋 130 - 37% open · ⏱️ 08.10.2024): ``` - git clone https://github.com/dmlc/gluon-cv + git clone https://github.com/ipazc/mtcnn + ``` +- [PyPi](https://pypi.org/project/mtcnn) (📥 170K / month · 📦 73 · ⏱️ 08.10.2024): ``` -- [PyPi](https://pypi.org/project/gluoncv) (📥 36K / month · 📦 61 · ⏱️ 03.02.2023): + pip install mtcnn ``` - pip install gluoncv +- [Conda](https://anaconda.org/conda-forge/mtcnn) (📥 15K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge mtcnn ```
-
vidgear (🥉28 · ⭐ 3K) - A High-performance cross-platform Video Processing Python framework.. Apache-2 +
pyvips (🥉28 · ⭐ 700) - python binding for libvips using cffi. MIT -- [GitHub](https://github.com/abhiTronix/vidgear) (👨‍💻 14 · 🔀 230 · 📥 950 · 📦 480 · 📋 270 - 1% open · ⏱️ 10.09.2023): +- [GitHub](https://github.com/libvips/pyvips) (👨‍💻 16 · 🔀 49 · 📦 1.1K · 📋 460 - 42% open · ⏱️ 17.05.2025): ``` - git clone https://github.com/abhiTronix/vidgear + git clone https://github.com/libvips/pyvips ``` -- [PyPi](https://pypi.org/project/vidgear) (📥 11K / month · 📦 9 · ⏱️ 10.09.2023): +- [PyPi](https://pypi.org/project/pyvips) (📥 120K / month · 📦 94 · ⏱️ 28.04.2025): ``` - pip install vidgear + pip install pyvips + ``` +- [Conda](https://anaconda.org/conda-forge/pyvips) (📥 220K · ⏱️ 29.04.2025): + ``` + conda install -c conda-forge pyvips ```
-
Augmentor (🥉27 · ⭐ 5K · 💤) - Image augmentation library in Python for machine learning. MIT +
facenet-pytorch (🥉27 · ⭐ 4.9K · 💤) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT -- [GitHub](https://github.com/mdbloice/Augmentor) (👨‍💻 23 · 🔀 870 · 📦 670 · 📋 210 - 64% open · ⏱️ 29.03.2023): +- [GitHub](https://github.com/timesler/facenet-pytorch) (👨‍💻 18 · 🔀 940 · 📥 1.8M · 📦 3.6K · 📋 190 - 41% open · ⏱️ 02.08.2024): ``` - git clone https://github.com/mdbloice/Augmentor + git clone https://github.com/timesler/facenet-pytorch ``` -- [PyPi](https://pypi.org/project/Augmentor) (📥 10K / month · 📦 29 · ⏱️ 27.04.2022): +- [PyPi](https://pypi.org/project/facenet-pytorch) (📥 130K / month · 📦 51 · ⏱️ 29.04.2024): ``` - pip install Augmentor + pip install facenet-pytorch ```
-
mahotas (🥉27 · ⭐ 810) - Computer Vision in Python. MIT +
mahotas (🥉27 · ⭐ 870) - Computer Vision in Python. MIT -- [GitHub](https://github.com/luispedro/mahotas) (👨‍💻 34 · 🔀 150 · 📦 1.2K · 📋 86 - 24% open · ⏱️ 09.06.2023): +- [GitHub](https://github.com/luispedro/mahotas) (👨‍💻 35 · 🔀 150 · 📦 1.5K · 📋 92 - 22% open · ⏱️ 25.02.2025): ``` git clone https://github.com/luispedro/mahotas ``` -- [PyPi](https://pypi.org/project/mahotas) (📥 18K / month · 📦 130 · ⏱️ 28.06.2022): +- [PyPi](https://pypi.org/project/mahotas) (📥 24K / month · 📦 63 · ⏱️ 17.07.2024): ``` pip install mahotas ``` -- [Conda](https://anaconda.org/conda-forge/mahotas) (📥 390K · ⏱️ 26.07.2023): +- [Conda](https://anaconda.org/conda-forge/mahotas) (📥 630K · ⏱️ 22.04.2025): ``` conda install -c conda-forge mahotas ```
-
facenet-pytorch (🥉26 · ⭐ 3.9K) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT +
Image Deduplicator (🥉26 · ⭐ 5.4K) - Finding duplicate images made easy!. Apache-2 -- [GitHub](https://github.com/timesler/facenet-pytorch) (👨‍💻 16 · 🔀 800 · 📥 730K · 📦 1.4K · 📋 170 - 36% open · ⏱️ 02.11.2023): +- [GitHub](https://github.com/idealo/imagededup) (👨‍💻 17 · 🔀 460 · 📥 4 · 📦 190 · 📋 130 - 28% open · ⏱️ 07.05.2025): ``` - git clone https://github.com/timesler/facenet-pytorch + git clone https://github.com/idealo/imagededup ``` -- [PyPi](https://pypi.org/project/facenet-pytorch) (📥 30K / month · 📦 19 · ⏱️ 10.03.2021): +- [PyPi](https://pypi.org/project/imagededup) (📥 24K / month · 📦 26 · ⏱️ 13.05.2025): ``` - pip install facenet-pytorch + pip install imagededup ```
-
Image Deduplicator (🥉25 · ⭐ 4.8K · 💤) - Finding duplicate images made easy!. Apache-2 +
CellProfiler (🥉26 · ⭐ 980) - An open-source application for biological image analysis. BSD-3 -- [GitHub](https://github.com/idealo/imagededup) (👨‍💻 15 · 🔀 430 · 📦 69 · 📋 140 - 35% open · ⏱️ 28.04.2023): +- [GitHub](https://github.com/CellProfiler/CellProfiler) (👨‍💻 150 · 🔀 390 · 📥 8.7K · 📦 28 · 📋 3.3K - 9% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/idealo/imagededup + git clone https://github.com/CellProfiler/CellProfiler ``` -- [PyPi](https://pypi.org/project/imagededup) (📥 13K / month · 📦 5 · ⏱️ 28.04.2023): +- [PyPi](https://pypi.org/project/cellprofiler) (📥 1K / month · 📦 2 · ⏱️ 16.09.2024): ``` - pip install imagededup + pip install cellprofiler + ``` +
+
MMF (🥉25 · ⭐ 5.6K) - A modular framework for vision & language multimodal research from.. BSD-3 + +- [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) (📥 340 / month · 📦 1 · ⏱️ 12.06.2020): + ``` + pip install mmf ```
-
pytorchvideo (🥉25 · ⭐ 3.1K) - 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) (👨‍💻 55 · 🔀 360 · 📋 190 - 46% open · ⏱️ 30.10.2023): +- [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) (📥 97K / month · 📦 7 · ⏱️ 20.01.2022): +- [PyPi](https://pypi.org/project/pytorchvideo) (📥 58K / month · 📦 24 · ⏱️ 20.01.2022): ``` pip install pytorchvideo ```
-
Norfair (🥉25 · ⭐ 2.2K · 💤) - Lightweight Python library for adding real-time multi-object.. BSD-3 +
tensorflow-graphics (🥉25 · ⭐ 2.8K) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2 -- [GitHub](https://github.com/tryolabs/norfair) (👨‍💻 24 · 🔀 220 · 📥 290 · 📦 140 · 📋 140 - 4% open · ⏱️ 15.05.2023): +- [GitHub](https://github.com/tensorflow/graphics) (👨‍💻 39 · 🔀 370 · 📋 240 - 60% open · ⏱️ 03.02.2025): ``` - git clone https://github.com/tryolabs/norfair + git clone https://github.com/tensorflow/graphics ``` -- [PyPi](https://pypi.org/project/norfair) (📥 5.2K / month · 📦 3 · ⏱️ 30.05.2022): +- [PyPi](https://pypi.org/project/tensorflow-graphics) (📥 34K / month · 📦 11 · ⏱️ 03.12.2021): ``` - pip install norfair + pip install tensorflow-graphics ```
-
MMF (🥉24 · ⭐ 5.3K) - A modular framework for vision & language multimodal research from.. BSD-3 +
segmentation_models (🥉24 · ⭐ 4.8K · 💤) - Segmentation models with pretrained backbones. Keras.. MIT -- [GitHub](https://github.com/facebookresearch/mmf) (👨‍💻 120 · 🔀 880 · 📦 14 · 📋 780 - 30% open · ⏱️ 30.11.2023): +- [GitHub](https://github.com/qubvel/segmentation_models) (👨‍💻 15 · 🔀 1K · 📋 540 - 50% open · ⏱️ 21.08.2024): ``` - git clone https://github.com/facebookresearch/mmf + git clone https://github.com/qubvel/segmentation_models ``` -- [PyPi](https://pypi.org/project/mmf) (📥 310 / month · 📦 1 · ⏱️ 12.06.2020): +- [PyPi](https://pypi.org/project/segmentation_models) (📥 28K / month · 📦 28 · ⏱️ 10.01.2020): ``` - pip install mmf + pip install segmentation_models ```
-
ffcv (🥉24 · ⭐ 2.7K) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2 +
ffcv (🥉23 · ⭐ 2.9K · 💤) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2 -- [GitHub](https://github.com/libffcv/ffcv) (👨‍💻 27 · 🔀 170 · 📦 34 · 📋 260 - 35% open · ⏱️ 24.08.2023): +- [GitHub](https://github.com/libffcv/ffcv) (👨‍💻 31 · 🔀 180 · 📦 70 · 📋 290 - 38% open · ⏱️ 06.05.2024): ``` git clone https://github.com/libffcv/ffcv ``` -- [PyPi](https://pypi.org/project/ffcv) (📥 1.1K / month · 📦 1 · ⏱️ 28.01.2022): +- [PyPi](https://pypi.org/project/ffcv) (📥 680 / month · 📦 1 · ⏱️ 28.01.2022): ``` pip install ffcv ```
-
kubric (🥉24 · ⭐ 2.1K) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2 +
kubric (🥉22 · ⭐ 2.5K) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2 -- [GitHub](https://github.com/google-research/kubric) (👨‍💻 25 · 🔀 190 · 📦 3 · 📋 190 - 33% open · ⏱️ 16.10.2023): +- [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) (📥 6.9K / month · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/kubric-nightly) (📥 7.7K / month · ⏱️ 27.12.2023): ``` pip install kubric-nightly ```
-
pyvips (🥉24 · ⭐ 560) - python binding for libvips using cffi. MIT +
icevision (🥉22 · ⭐ 860 · 💤) - An Agnostic Computer Vision Framework - Pluggable to any.. Apache-2 -- [GitHub](https://github.com/libvips/pyvips) (👨‍💻 16 · 🔀 48 · 📦 630 · 📋 390 - 40% open · ⏱️ 18.10.2023): +- [GitHub](https://github.com/airctic/icevision) (👨‍💻 41 · 🔀 130 · 📋 570 - 10% open · ⏱️ 31.10.2024): ``` - git clone https://github.com/libvips/pyvips - ``` -- [PyPi](https://pypi.org/project/pyvips) (📥 53K / month · 📦 50 · ⏱️ 12.06.2022): - ``` - pip install pyvips + git clone https://github.com/airctic/icevision ``` -- [Conda](https://anaconda.org/conda-forge/pyvips) (📥 70K · ⏱️ 26.09.2023): +- [PyPi](https://pypi.org/project/icevision) (📥 3.3K / month · 📦 6 · ⏱️ 10.02.2022): ``` - conda install -c conda-forge pyvips + pip install icevision ```
-
tensorflow-graphics (🥉23 · ⭐ 2.7K) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2 +
PySlowFast (🥉21 · ⭐ 6.9K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2 -- [GitHub](https://github.com/tensorflow/graphics) (👨‍💻 39 · 🔀 360 · 📋 240 - 61% open · ⏱️ 08.08.2023): +- [GitHub](https://github.com/facebookresearch/SlowFast) (👨‍💻 34 · 🔀 1.2K · 📦 23 · 📋 710 - 58% open · ⏱️ 26.11.2024): ``` - git clone https://github.com/tensorflow/graphics + git clone https://github.com/facebookresearch/SlowFast ``` -- [PyPi](https://pypi.org/project/tensorflow-graphics) (📥 5.4K / month · 📦 9 · ⏱️ 03.12.2021): +- [PyPi](https://pypi.org/project/pyslowfast) (📥 32 / month · ⏱️ 15.01.2020): ``` - pip install tensorflow-graphics + pip install pyslowfast ```
-
icevision (🥉23 · ⭐ 840 · 💤) - An Agnostic Computer Vision Framework - Pluggable to any.. Apache-2 +
Image Super-Resolution (🥉21 · ⭐ 4.7K) - Super-scale your images and run experiments with.. Apache-2 -- [GitHub](https://github.com/airctic/icevision) (👨‍💻 41 · 🔀 140 · 📋 570 - 10% open · ⏱️ 07.12.2022): +- [GitHub](https://github.com/idealo/image-super-resolution) (👨‍💻 11 · 🔀 760 · 📋 220 - 48% open · ⏱️ 18.12.2024): ``` - git clone https://github.com/airctic/icevision - ``` -- [PyPi](https://pypi.org/project/icevision) (📥 4.4K / month · 📦 6 · ⏱️ 10.02.2022): - ``` - pip install icevision - ``` -
-
DE⫶TR (🥉22 · ⭐ 12K · 💤) - End-to-End Object Detection with Transformers. Apache-2 - -- [GitHub](https://github.com/facebookresearch/detr) (👨‍💻 26 · 🔀 2.1K · 📦 21 · 📋 520 - 45% open · ⏱️ 07.02.2023): - - ``` - git clone https://github.com/facebookresearch/detr - ``` -
-
vissl (🥉22 · ⭐ 3.2K) - VISSL is FAIRs library of extensible, modular and scalable components.. MIT - -- [GitHub](https://github.com/facebookresearch/vissl) (👨‍💻 37 · 🔀 320 · 📦 30 · 📋 180 - 42% open · ⏱️ 20.10.2023): - - ``` - git clone https://github.com/facebookresearch/vissl - ``` -- [PyPi](https://pypi.org/project/vissl) (📥 150 / month · 📦 1 · ⏱️ 02.11.2021): - ``` - pip install vissl - ``` -
-
Classy Vision (🥉21 · ⭐ 1.6K · 💤) - An end-to-end PyTorch framework for image and video.. MIT - -- [GitHub](https://github.com/facebookresearch/ClassyVision) (👨‍💻 77 · 🔀 280 · 📋 120 - 45% open · ⏱️ 23.03.2023): - - ``` - git clone https://github.com/facebookresearch/ClassyVision - ``` -- [PyPi](https://pypi.org/project/classy_vision) (📥 580 / month · 📦 4 · ⏱️ 21.03.2023): - ``` - pip install classy_vision + git clone https://github.com/idealo/image-super-resolution ``` -- [Conda](https://anaconda.org/conda-forge/classy_vision) (📥 19K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/ISR) (📥 6.2K / month · 📦 5 · ⏱️ 08.01.2020): ``` - conda install -c conda-forge classy_vision + pip install ISR ``` -
-
PySlowFast (🥉20 · ⭐ 6K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2 - -- [GitHub](https://github.com/facebookresearch/SlowFast) (👨‍💻 31 · 🔀 1.1K · 📦 15 · 📋 640 - 56% open · ⏱️ 19.10.2023): - - ``` - git clone https://github.com/facebookresearch/SlowFast - ``` -- [PyPi](https://pypi.org/project/pyslowfast) (📥 17 / month · ⏱️ 15.01.2020): +- [Docker Hub](https://hub.docker.com/r/idealo/image-super-resolution-gpu) (📥 280 · ⭐ 1 · ⏱️ 01.04.2019): ``` - pip install pyslowfast + docker pull idealo/image-super-resolution-gpu ```
-
image-match (🥉20 · ⭐ 2.9K · 💤) - Quickly search over billions of images. Apache-2 +
scenic (🥉17 · ⭐ 3.5K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2 -- [GitHub](https://github.com/rhsimplex/image-match) (👨‍💻 19 · 🔀 400 · 📋 110 - 57% open · ⏱️ 06.12.2022): - - ``` - git clone https://github.com/ProvenanceLabs/image-match - ``` -- [PyPi](https://pypi.org/project/image_match) (📥 540 / month · 📦 4 · ⏱️ 13.02.2017): - ``` - pip install image_match - ``` -
-
pycls (🥉20 · ⭐ 2.1K) - Codebase for Image Classification Research, written in PyTorch. MIT - -- [GitHub](https://github.com/facebookresearch/pycls) (👨‍💻 19 · 🔀 230 · 📦 16 · 📋 81 - 30% open · ⏱️ 26.08.2023): - - ``` - git clone https://github.com/facebookresearch/pycls - ``` -- [PyPi](https://pypi.org/project/pycls) (📥 1.1K / month · ⏱️ 05.09.2020): - ``` - pip install pycls - ``` -
-
scenic (🥉18 · ⭐ 2.6K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2 - -- [GitHub](https://github.com/google-research/scenic) (👨‍💻 74 · 🔀 350 · 📋 260 - 58% open · ⏱️ 15.11.2023): +- [GitHub](https://github.com/google-research/scenic) (👨‍💻 94 · 🔀 450 · 📋 270 - 56% open · ⏱️ 05.05.2025): ``` git clone https://github.com/google-research/scenic ```
-
Caer (🥉18 · ⭐ 730 · 💤) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT - -- [GitHub](https://github.com/jasmcaus/caer) (👨‍💻 8 · 🔀 110 · 📥 28 · 📋 15 - 13% open · ⏱️ 01.04.2023): - - ``` - git clone https://github.com/jasmcaus/caer - ``` -- [PyPi](https://pypi.org/project/caer) (📥 2.7K / month · 📦 2 · ⏱️ 13.10.2021): - ``` - pip install caer - ``` -
-
Show 19 hidden projects... - -- scikit-image (🥇42 · ⭐ 5.7K) - Image processing in Python. ❗Unlicensed -- glfw (🥈36 · ⭐ 11K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib -- imgaug (🥈35 · ⭐ 14K · 💀) - Image augmentation for machine learning experiments. MIT -- Face Recognition (🥈33 · ⭐ 50K · 💀) - The worlds simplest facial recognition api for Python.. MIT -- imutils (🥈31 · ⭐ 4.4K · 💀) - A series of convenience functions to make basic image processing.. MIT -- PyTorch3D (🥈30 · ⭐ 7.9K) - PyTorch3D is FAIRs library of reusable components for.. ❗Unlicensed -- layout-parser (🥉27 · ⭐ 4.1K · 💀) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2 -- chainercv (🥉27 · ⭐ 1.5K · 💀) - ChainerCV: a Library for Deep Learning in Computer Vision. MIT -- mtcnn (🥉26 · ⭐ 2.1K · 💀) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT -- Pillow-SIMD (🥉26 · ⭐ 2K) - The friendly PIL fork. ❗️PIL -- segmentation_models (🥉24 · ⭐ 4.5K · 💀) - Segmentation models with pretrained backbones. Keras.. MIT -- Image Super-Resolution (🥉23 · ⭐ 4.4K · 💀) - Super-scale your images and run experiments with.. Apache-2 -- Luminoth (🥉23 · ⭐ 2.4K · 💀) - Deep Learning toolkit for Computer Vision. BSD-3 +
Show 26 hidden projects... + +- 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.3K) - PyTorch3D is FAIRs library of reusable components for.. ❗Unlicensed +- imageai (🥈31 · ⭐ 8.8K · 💀) - A python library built to empower developers to build applications.. MIT +- imutils (🥈31 · ⭐ 4.6K · 💀) - A series of convenience functions to make basic image processing.. MIT +- GluonCV (🥉28 · ⭐ 5.9K · 💀) - Gluon CV Toolkit. Apache-2 +- layout-parser (🥉28 · ⭐ 5.3K · 💀) - 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 (🥉26 · ⭐ 1.5K · 💀) - ChainerCV: a Library for Deep Learning in Computer Vision. MIT +- Pillow-SIMD (🥉25 · ⭐ 2.2K · 💤) - The friendly PIL fork. ❗️PIL +- Classy Vision (🥉23 · ⭐ 1.6K · 💀) - An end-to-end PyTorch framework for image and video.. MIT - deep-daze (🥉22 · ⭐ 4.4K · 💀) - Simple command line tool for text to image generation using.. MIT -- nude.py (🥉21 · ⭐ 920 · 💀) - Nudity detection with Python. MIT -- detecto (🥉20 · ⭐ 600 · 💀) - Build fully-functioning computer vision models with PyTorch. MIT -- solt (🥉18 · ⭐ 260 · 💀) - Streaming over lightweight data transformations. MIT -- Torch Points 3D (🥉16 · ⭐ 170 · 💀) - Pytorch framework for doing deep learning on point.. BSD-3 -- HugsVision (🥉15 · ⭐ 180 · 💤) - HugsVision is a easy to use huggingface wrapper for state-of-.. MIT huggingface +- vissl (🥉22 · ⭐ 3.3K · 💀) - VISSL is FAIRs library of extensible, modular and scalable.. MIT +- Luminoth (🥉22 · ⭐ 2.4K · 💀) - Deep Learning toolkit for Computer Vision. BSD-3 +- detecto (🥉22 · ⭐ 620 · 💀) - Build fully-functioning computer vision models with PyTorch. MIT +- 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 +- 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 (🥉14 · ⭐ 200 · 💀) - HugsVision is a easy to use huggingface wrapper for state-of-.. MIT huggingface

@@ -2941,273 +2602,174 @@ _Libraries for image & video processing, manipulation, and augmentation as well _Libraries for graph processing, clustering, embedding, and machine learning tasks._ -
networkx (🥇44 · ⭐ 14K) - Network Analysis in Python. BSD-3 +
networkx (🥇44 · ⭐ 16K) - Network Analysis in Python. BSD-3 -- [GitHub](https://github.com/networkx/networkx) (👨‍💻 700 · 🔀 3.1K · 📥 65 · 📦 210K · 📋 3.3K - 11% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/networkx/networkx) (👨‍💻 780 · 🔀 3.3K · 📥 110 · 📦 410K · 📋 3.5K - 10% open · ⏱️ 19.05.2025): ``` git clone https://github.com/networkx/networkx ``` -- [PyPi](https://pypi.org/project/networkx) (📥 35M / month · 📦 15K · ⏱️ 28.10.2023): +- [PyPi](https://pypi.org/project/networkx) (📥 94M / month · 📦 11K · ⏱️ 09.05.2025): ``` pip install networkx ``` -- [Conda](https://anaconda.org/conda-forge/networkx) (📥 14M · ⏱️ 28.10.2023): +- [Conda](https://anaconda.org/conda-forge/networkx) (📥 22M · ⏱️ 22.04.2025): ``` conda install -c conda-forge networkx ```
-
dgl (🥇39 · ⭐ 13K) - Python package built to ease deep learning on graph, on top of existing DL.. Apache-2 +
PyTorch Geometric (🥇40 · ⭐ 22K) - Graph Neural Network Library for PyTorch. MIT -- [GitHub](https://github.com/dmlc/dgl) (👨‍💻 280 · 🔀 2.9K · 📦 170 · 📋 2.5K - 16% open · ⏱️ 07.12.2023): - - ``` - git clone https://github.com/dmlc/dgl - ``` -- [PyPi](https://pypi.org/project/dgl) (📥 72K / month · 📦 83 · ⏱️ 30.08.2023): - ``` - pip install dgl - ``` -
-
PyTorch Geometric (🥇38 · ⭐ 19K) - Graph Neural Network Library for PyTorch. MIT - -- [GitHub](https://github.com/pyg-team/pytorch_geometric) (👨‍💻 470 · 🔀 3.4K · 📋 3.4K - 26% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/pyg-team/pytorch_geometric) (👨‍💻 540 · 🔀 3.8K · 📦 9.5K · 📋 3.9K - 30% open · ⏱️ 20.05.2025): ``` git clone https://github.com/pyg-team/pytorch_geometric ``` -- [PyPi](https://pypi.org/project/torch-geometric) (📥 250K / month · 📦 130 · ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/torch-geometric) (📥 630K / month · 📦 360 · ⏱️ 26.09.2024): ``` pip install torch-geometric ``` -- [Conda](https://anaconda.org/conda-forge/pytorch_geometric) (📥 34K · ⏱️ 08.11.2023): +- [Conda](https://anaconda.org/conda-forge/pytorch_geometric) (📥 160K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pytorch_geometric ```
-
pygraphistry (🥈30 · ⭐ 1.9K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3 - -- [GitHub](https://github.com/graphistry/pygraphistry) (👨‍💻 39 · 🔀 200 · 📦 110 · 📋 300 - 50% open · ⏱️ 05.12.2023): - - ``` - git clone https://github.com/graphistry/pygraphistry - ``` -- [PyPi](https://pypi.org/project/graphistry) (📥 2.6K / month · 📦 6 · ⏱️ 05.12.2023): - ``` - pip install graphistry - ``` -
-
ogb (🥈28 · ⭐ 1.8K) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT +
dgl (🥇36 · ⭐ 14K) - Python package built to ease deep learning on graph, on top of existing DL.. Apache-2 -- [GitHub](https://github.com/snap-stanford/ogb) (👨‍💻 32 · 🔀 400 · 📦 1.2K · 📋 290 - 6% open · ⏱️ 02.12.2023): +- [GitHub](https://github.com/dmlc/dgl) (👨‍💻 300 · 🔀 3K · 📦 4K · 📋 2.9K - 18% open · ⏱️ 11.02.2025): ``` - git clone https://github.com/snap-stanford/ogb - ``` -- [PyPi](https://pypi.org/project/ogb) (📥 42K / month · 📦 22 · ⏱️ 02.11.2022): - ``` - pip install ogb - ``` -- [Conda](https://anaconda.org/conda-forge/ogb) (📥 29K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge ogb - ``` -
-
Spektral (🥈26 · ⭐ 2.3K) - Graph Neural Networks with Keras and Tensorflow 2. MIT - -- [GitHub](https://github.com/danielegrattarola/spektral) (👨‍💻 27 · 🔀 340 · 📦 250 · 📋 260 - 24% open · ⏱️ 01.06.2023): - - ``` - git clone https://github.com/danielegrattarola/spektral - ``` -- [PyPi](https://pypi.org/project/spektral) (📥 6.7K / month · 📦 6 · ⏱️ 01.06.2023): - ``` - pip install spektral - ``` -
-
Paddle Graph Learning (🥈26 · ⭐ 1.5K) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2 - -- [GitHub](https://github.com/PaddlePaddle/PGL) (👨‍💻 31 · 🔀 310 · 📦 46 · 📋 210 - 42% open · ⏱️ 26.09.2023): - - ``` - git clone https://github.com/PaddlePaddle/PGL + git clone https://github.com/dmlc/dgl ``` -- [PyPi](https://pypi.org/project/pgl) (📥 850 / month · 📦 2 · ⏱️ 26.09.2023): +- [PyPi](https://pypi.org/project/dgl) (📥 100K / month · 📦 150 · ⏱️ 13.05.2024): ``` - pip install pgl + pip install dgl ```
-
PyKEEN (🥈26 · ⭐ 1.4K) - A Python library for learning and evaluating knowledge graph embeddings. MIT +
PyKEEN (🥈31 · ⭐ 1.8K) - A Python library for learning and evaluating knowledge graph embeddings. MIT -- [GitHub](https://github.com/pykeen/pykeen) (👨‍💻 36 · 🔀 170 · 📥 180 · 📋 540 - 20% open · ⏱️ 07.10.2023): +- [GitHub](https://github.com/pykeen/pykeen) (👨‍💻 43 · 🔀 200 · 📥 240 · 📦 320 · 📋 590 - 19% open · ⏱️ 24.04.2025): ``` git clone https://github.com/pykeen/pykeen ``` -- [PyPi](https://pypi.org/project/pykeen) (📥 4.4K / month · 📦 5 · ⏱️ 22.02.2023): +- [PyPi](https://pypi.org/project/pykeen) (📥 13K / month · 📦 21 · ⏱️ 24.04.2025): ``` pip install pykeen ```
-
pytorch_geometric_temporal (🥈25 · ⭐ 2.3K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT +
pygraphistry (🥈29 · ⭐ 2.3K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3 -- [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (👨‍💻 28 · 🔀 320 · 📋 180 - 10% open · ⏱️ 01.07.2023): +- [GitHub](https://github.com/graphistry/pygraphistry) (👨‍💻 46 · 🔀 220 · 📦 150 · 📋 360 - 53% open · ⏱️ 16.05.2025): ``` - git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal - ``` -- [PyPi](https://pypi.org/project/torch-geometric-temporal) (📥 3.4K / month · 📦 4 · ⏱️ 04.09.2022): - ``` - pip install torch-geometric-temporal - ``` -
-
AmpliGraph (🥈25 · ⭐ 2K) - Python library for Representation Learning on Knowledge.. Apache-2 - -- [GitHub](https://github.com/Accenture/AmpliGraph) (👨‍💻 20 · 🔀 240 · 📦 47 · 📋 220 - 14% open · ⏱️ 12.07.2023): - - ``` - git clone https://github.com/Accenture/AmpliGraph + git clone https://github.com/graphistry/pygraphistry ``` -- [PyPi](https://pypi.org/project/ampligraph) (📥 730 / month · ⏱️ 12.07.2023): +- [PyPi](https://pypi.org/project/graphistry) (📥 17K / month · 📦 6 · ⏱️ 16.05.2025): ``` - pip install ampligraph + pip install graphistry ```
-
PyTorch-BigGraph (🥈24 · ⭐ 3.3K) - Generate embeddings from large-scale graph-structured.. BSD-3 +
pytorch_geometric_temporal (🥈28 · ⭐ 2.8K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT -- [GitHub](https://github.com/facebookresearch/PyTorch-BigGraph) (👨‍💻 31 · 🔀 440 · 📥 160 · 📋 200 - 32% open · ⏱️ 06.11.2023): +- [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (👨‍💻 37 · 🔀 390 · 📋 200 - 20% open · ⏱️ 24.03.2025): ``` - git clone https://github.com/facebookresearch/PyTorch-BigGraph + git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal ``` -- [PyPi](https://pypi.org/project/torchbiggraph) (📥 290K / month · 📦 3 · ⏱️ 14.10.2019): +- [PyPi](https://pypi.org/project/torch-geometric-temporal) (📥 5.9K / month · 📦 7 · ⏱️ 28.03.2025): ``` - pip install torchbiggraph + pip install torch-geometric-temporal ```
-
torch-cluster (🥈24 · ⭐ 720) - PyTorch Extension Library of Optimized Graph Cluster.. MIT +
ogb (🥈28 · ⭐ 2K) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT -- [GitHub](https://github.com/rusty1s/pytorch_cluster) (👨‍💻 32 · 🔀 130 · 📋 150 - 18% open · ⏱️ 11.10.2023): +- [GitHub](https://github.com/snap-stanford/ogb) (👨‍💻 32 · 🔀 400 · 📦 2.5K · 📋 310 - 11% open · ⏱️ 06.05.2025): ``` - git clone https://github.com/rusty1s/pytorch_cluster + git clone https://github.com/snap-stanford/ogb ``` -- [PyPi](https://pypi.org/project/torch-cluster) (📥 15K / month · 📦 45 · ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/ogb) (📥 35K / month · 📦 73 · ⏱️ 07.04.2023): ``` - pip install torch-cluster + pip install ogb ``` -- [Conda](https://anaconda.org/conda-forge/pytorch_cluster) (📥 83K · ⏱️ 22.11.2023): +- [Conda](https://anaconda.org/conda-forge/ogb) (📥 54K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pytorch_cluster + conda install -c conda-forge ogb ```
-
Node2Vec (🥉23 · ⭐ 1.1K) - Implementation of the node2vec algorithm. MIT +
Node2Vec (🥈25 · ⭐ 1.3K · 💤) - Implementation of the node2vec algorithm. MIT -- [GitHub](https://github.com/eliorc/node2vec) (👨‍💻 12 · 🔀 230 · 📦 520 · 📋 90 - 3% open · ⏱️ 29.08.2023): +- [GitHub](https://github.com/eliorc/node2vec) (👨‍💻 16 · 🔀 250 · 📦 910 · 📋 97 - 5% open · ⏱️ 02.08.2024): ``` git clone https://github.com/eliorc/node2vec ``` -- [PyPi](https://pypi.org/project/node2vec) (📥 58K / month · 📦 20 · ⏱️ 01.08.2022): +- [PyPi](https://pypi.org/project/node2vec) (📥 26K / month · 📦 31 · ⏱️ 02.08.2024): ``` pip install node2vec ``` -- [Conda](https://anaconda.org/conda-forge/node2vec) (📥 27K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/node2vec) (📥 35K · ⏱️ 22.04.2025): ``` conda install -c conda-forge node2vec ```
-
graph-nets (🥉22 · ⭐ 5.3K · 💤) - Build Graph Nets in Tensorflow. Apache-2 - -- [GitHub](https://github.com/google-deepmind/graph_nets) (👨‍💻 11 · 🔀 780 · 📦 20 · 📋 130 - 5% open · ⏱️ 12.12.2022): - - ``` - git clone https://github.com/deepmind/graph_nets - ``` -- [PyPi](https://pypi.org/project/graph-nets) (📥 2.2K / month · 📦 8 · ⏱️ 29.01.2020): - ``` - pip install graph-nets - ``` -
-
deepsnap (🥉21 · ⭐ 510) - Python library assists deep learning on graphs. MIT - -- [GitHub](https://github.com/snap-stanford/deepsnap) (👨‍💻 18 · 🔀 54 · 📥 10 · 📦 73 · 📋 48 - 47% open · ⏱️ 11.11.2023): - - ``` - git clone https://github.com/snap-stanford/deepsnap - ``` -- [PyPi](https://pypi.org/project/deepsnap) (📥 470 / month · 📦 1 · ⏱️ 05.09.2021): - ``` - pip install deepsnap - ``` -
-
GraphGym (🥉19 · ⭐ 1.5K · 💤) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT +
torch-cluster (🥈25 · ⭐ 870) - PyTorch Extension Library of Optimized Graph Cluster.. MIT -- [GitHub](https://github.com/snap-stanford/GraphGym) (👨‍💻 6 · 🔀 170 · 📥 26 · 📦 4 · 📋 44 - 31% open · ⏱️ 14.03.2023): +- [GitHub](https://github.com/rusty1s/pytorch_cluster) (👨‍💻 39 · 🔀 150 · 📋 180 - 17% open · ⏱️ 20.04.2025): ``` - git clone https://github.com/snap-stanford/GraphGym - ``` -- [PyPi](https://pypi.org/project/graphgym) (📥 93 / month · ⏱️ 24.03.2022): - ``` - pip install graphgym - ``` -
-
Sematch (🥉19 · ⭐ 420) - semantic similarity framework for knowledge graph. Apache-2 - -- [GitHub](https://github.com/gsi-upm/sematch) (👨‍💻 10 · 🔀 110 · 📦 46 · 📋 34 - 44% open · ⏱️ 07.11.2023): - - ``` - git clone https://github.com/gsi-upm/sematch - ``` -- [PyPi](https://pypi.org/project/sematch) (📥 310 / month · 📦 3 · ⏱️ 17.04.2017): - ``` - pip install sematch + git clone https://github.com/rusty1s/pytorch_cluster ``` -
-
kglib (🥉16 · ⭐ 550) - TypeDB-ML is the Machine Learning integrations library for TypeDB. Apache-2 - -- [GitHub](https://github.com/vaticle/typedb-ml) (👨‍💻 11 · 🔀 98 · 📥 220 · 📋 63 - 19% open · ⏱️ 18.11.2023): - +- [PyPi](https://pypi.org/project/torch-cluster) (📥 20K / month · 📦 62 · ⏱️ 12.10.2023): ``` - git clone https://github.com/vaticle/kglib + pip install torch-cluster ``` -- [PyPi](https://pypi.org/project/grakn-kglib) (📥 100 / month · ⏱️ 19.08.2020): +- [Conda](https://anaconda.org/conda-forge/pytorch_cluster) (📥 360K · ⏱️ 22.04.2025): ``` - pip install grakn-kglib + conda install -c conda-forge pytorch_cluster ```
-
AutoGL (🥉15 · ⭐ 1K) - An autoML framework & toolkit for machine learning on graphs. Apache-2 +
GraphVite (🥉15 · ⭐ 1.3K · 💤) - GraphVite: A General and High-performance Graph Embedding.. Apache-2 -- [GitHub](https://github.com/THUMNLab/AutoGL) (👨‍💻 15 · 🔀 110 · 📋 33 - 27% open · ⏱️ 21.10.2023): +- [GitHub](https://github.com/DeepGraphLearning/graphvite) (👨‍💻 1 · 🔀 150 · 📋 110 - 47% open · ⏱️ 14.06.2024): ``` - git clone https://github.com/THUMNLab/AutoGL + git clone https://github.com/DeepGraphLearning/graphvite ``` -- [PyPi](https://pypi.org/project/auto-graph-learning) (📥 1 / month · ⏱️ 23.12.2020): +- [Conda](https://anaconda.org/milagraph/graphvite) (📥 5.1K · ⏱️ 25.03.2025): ``` - pip install auto-graph-learning + conda install -c milagraph graphvite ```
-
Show 17 hidden projects... +
Show 26 hidden projects... -- igraph (🥇34 · ⭐ 1.2K · 📈) - Python interface for igraph. ❗️GPL-2.0 -- pygal (🥈30 · ⭐ 2.6K) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0 -- StellarGraph (🥈27 · ⭐ 2.8K · 💀) - StellarGraph - Machine Learning on Graphs. Apache-2 -- Karate Club (🥈24 · ⭐ 2K) - Karate Club: An API Oriented Open-source Python Framework for.. ❗️GPL-3.0 -- DIG (🥉22 · ⭐ 1.7K) - A library for graph deep learning research. ❗️GPL-3.0 -- graph4nlp (🥉21 · ⭐ 1.6K · 💀) - Graph4nlp is the library for the easy use of Graph.. Apache-2 -- jraph (🥉21 · ⭐ 1.3K · 💀) - A Graph Neural Network Library in Jax. Apache-2 -- DeepWalk (🥉20 · ⭐ 2.6K · 💀) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0 -- pyRDF2Vec (🥉20 · ⭐ 230) - Python Implementation and Extension of RDF2Vec. MIT -- DeepGraph (🥉17 · ⭐ 280) - Analyze Data with Pandas-based Networks. Documentation:. BSD-3 -- OpenKE (🥉16 · ⭐ 3.6K · 💀) - An Open-Source Package for Knowledge Embedding (KE). MIT -- GraphEmbedding (🥉16 · ⭐ 3.5K · 💀) - Implementation and experiments of graph embedding.. MIT -- Euler (🥉15 · ⭐ 2.9K · 💀) - A distributed graph deep learning framework. Apache-2 -- ptgnn (🥉15 · ⭐ 370 · 💀) - A PyTorch Graph Neural Network Library. MIT -- GraphSAGE (🥉14 · ⭐ 3.2K · 💀) - Representation learning on large graphs using stochastic.. MIT +- 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 +- 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 +- graph4nlp (🥉22 · ⭐ 1.7K · 💀) - Graph4nlp is the library for the easy use of Graph.. Apache-2 +- graph-nets (🥉21 · ⭐ 5.4K · 💀) - Build Graph Nets in Tensorflow. Apache-2 +- jraph (🥉21 · ⭐ 1.4K · 💀) - A Graph Neural Network Library in Jax. Apache-2 +- pyRDF2Vec (🥉21 · ⭐ 260 · 💀) - Python Implementation and Extension of RDF2Vec. MIT +- DeepWalk (🥉20 · ⭐ 2.7K · 💀) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0 +- DIG (🥉20 · ⭐ 2K · 💀) - A library for graph deep learning research. ❗️GPL-3.0 +- deepsnap (🥉20 · ⭐ 560 · 💀) - Python library assists deep learning on graphs. MIT +- GraphGym (🥉19 · ⭐ 1.8K · 💀) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT +- DeepGraph (🥉18 · ⭐ 290) - Analyze Data with Pandas-based Networks. Documentation:. BSD-3 +- Sematch (🥉17 · ⭐ 440 · 💀) - semantic similarity framework for knowledge graph. Apache-2 +- Euler (🥉16 · ⭐ 2.9K · 💀) - A distributed graph deep learning framework. Apache-2 +- AutoGL (🥉16 · ⭐ 1.1K · 💀) - An autoML framework & toolkit for machine learning on graphs. Apache-2 +- kglib (🥉16 · ⭐ 550 · 💀) - TypeDB-ML is the Machine Learning integrations library for TypeDB. Apache-2 +- 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 -- GraphVite (🥉13 · ⭐ 1.2K · 💀) - GraphVite: A General and High-performance Graph Embedding.. Apache-2 +- OpenKE (🥉13 · ⭐ 3.9K · 💀) - An Open-Source Package for Knowledge Embedding (KE). ❗Unlicensed

@@ -3217,289 +2779,248 @@ _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._ -
Coqui TTS (🥇38 · ⭐ 24K · 📈) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 - -- [GitHub](https://github.com/coqui-ai/TTS) (👨‍💻 160 · 🔀 2.6K · 📥 1.7M · 📦 660 · 📋 870 - 6% open · ⏱️ 07.12.2023): - - ``` - git clone https://github.com/coqui-ai/TTS - ``` -- [PyPi](https://pypi.org/project/tts) (📥 100K / month · 📦 19 · ⏱️ 01.12.2023): - ``` - pip install tts - ``` -- [Conda](https://anaconda.org/conda-forge/tts) (📥 10K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge tts - ``` -
-
espnet (🥇37 · ⭐ 7.4K) - End-to-End Speech Processing Toolkit. Apache-2 +
speechbrain (🥇39 · ⭐ 9.8K) - A PyTorch-based Speech Toolkit. Apache-2 -- [GitHub](https://github.com/espnet/espnet) (👨‍💻 400 · 🔀 2K · 📥 79 · 📦 270 · 📋 2.3K - 10% open · ⏱️ 05.12.2023): - - ``` - git clone https://github.com/espnet/espnet - ``` -- [PyPi](https://pypi.org/project/espnet) (📥 19K / month · 📦 5 · ⏱️ 25.10.2023): - ``` - pip install espnet - ``` -
-
speechbrain (🥇37 · ⭐ 6.9K) - A PyTorch-based Speech Toolkit. Apache-2 - -- [GitHub](https://github.com/speechbrain/speechbrain) (👨‍💻 220 · 🔀 1.2K · 📦 1.3K · 📋 1K - 16% open · ⏱️ 30.11.2023): +- [GitHub](https://github.com/speechbrain/speechbrain) (👨‍💻 260 · 🔀 1.5K · 📦 3.6K · 📋 1.2K - 12% open · ⏱️ 21.05.2025): ``` git clone https://github.com/speechbrain/speechbrain ``` -- [PyPi](https://pypi.org/project/speechbrain) (📥 170K / month · 📦 24 · ⏱️ 22.11.2023): +- [PyPi](https://pypi.org/project/speechbrain) (📥 1.1M / month · 📦 79 · ⏱️ 07.04.2025): ``` pip install speechbrain ```
-
torchaudio (🥈35 · ⭐ 2.3K) - Data manipulation and transformation for audio signal.. BSD-2 +
espnet (🥇38 · ⭐ 9.1K) - End-to-End Speech Processing Toolkit. Apache-2 -- [GitHub](https://github.com/pytorch/audio) (👨‍💻 220 · 🔀 610 · 📋 890 - 20% open · ⏱️ 01.12.2023): +- [GitHub](https://github.com/espnet/espnet) (👨‍💻 490 · 🔀 2.2K · 📥 84 · 📦 450 · 📋 2.5K - 14% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/pytorch/audio + git clone https://github.com/espnet/espnet ``` -- [PyPi](https://pypi.org/project/torchaudio) (📥 1.9M / month · 📦 500 · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/espnet) (📥 18K / month · 📦 12 · ⏱️ 04.12.2024): ``` - pip install torchaudio + pip install espnet ```
-
SpeechRecognition (🥈34 · ⭐ 7.7K · 📈) - Speech recognition module for Python, supporting.. BSD-3 +
SpeechRecognition (🥈35 · ⭐ 8.7K) - Speech recognition module for Python, supporting several.. BSD-3 -- [GitHub](https://github.com/Uberi/speech_recognition) (👨‍💻 49 · 🔀 2.3K · 📦 21 · 📋 620 - 49% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/Uberi/speech_recognition) (👨‍💻 54 · 🔀 2.4K · 📦 21 · 📋 670 - 48% open · ⏱️ 18.05.2025): ``` git clone https://github.com/Uberi/speech_recognition ``` -- [PyPi](https://pypi.org/project/SpeechRecognition) (📥 620K / month · 📦 820 · ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/SpeechRecognition) (📥 1.4M / month · 📦 730 · ⏱️ 12.05.2025): ``` pip install SpeechRecognition ``` -- [Conda](https://anaconda.org/conda-forge/speechrecognition) (📥 180K · ⏱️ 06.12.2023): +- [Conda](https://anaconda.org/conda-forge/speechrecognition) (📥 260K · ⏱️ 12.05.2025): ``` conda install -c conda-forge speechrecognition ```
-
librosa (🥈34 · ⭐ 6.3K) - Python library for audio and music analysis. ISC +
librosa (🥈35 · ⭐ 7.6K) - Python library for audio and music analysis. ISC -- [GitHub](https://github.com/librosa/librosa) (👨‍💻 120 · 🔀 940 · 📋 1.2K - 5% open · ⏱️ 22.11.2023): +- [GitHub](https://github.com/librosa/librosa) (👨‍💻 130 · 🔀 980 · 📋 1.2K - 5% open · ⏱️ 19.05.2025): ``` git clone https://github.com/librosa/librosa ``` -- [PyPi](https://pypi.org/project/librosa) (📥 2M / month · 📦 1.5K · ⏱️ 16.08.2023): +- [PyPi](https://pypi.org/project/librosa) (📥 3.6M / month · 📦 1.6K · ⏱️ 11.03.2025): ``` pip install librosa ``` -- [Conda](https://anaconda.org/conda-forge/librosa) (📥 710K · ⏱️ 16.08.2023): +- [Conda](https://anaconda.org/conda-forge/librosa) (📥 900K · ⏱️ 22.04.2025): ``` conda install -c conda-forge librosa ```
-
Magenta (🥈33 · ⭐ 19K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2 - -- [GitHub](https://github.com/magenta/magenta) (👨‍💻 160 · 🔀 3.7K · 📦 480 · 📋 960 - 38% open · ⏱️ 11.07.2023): - - ``` - git clone https://github.com/magenta/magenta - ``` -- [PyPi](https://pypi.org/project/magenta) (📥 3.5K / month · 📦 38 · ⏱️ 01.08.2022): - ``` - pip install magenta - ``` -
-
Pydub (🥈33 · ⭐ 7.9K · 💤) - Manipulate audio with a simple and easy high level interface. MIT +
torchaudio (🥈35 · ⭐ 2.7K) - Data manipulation and transformation for audio signal.. BSD-2 -- [GitHub](https://github.com/jiaaro/pydub) (👨‍💻 95 · 🔀 960 · 📦 44K · 📋 590 - 54% open · ⏱️ 08.12.2022): +- [GitHub](https://github.com/pytorch/audio) (👨‍💻 240 · 🔀 690 · 📋 1K - 28% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/jiaaro/pydub - ``` -- [PyPi](https://pypi.org/project/pydub) (📥 3M / month · 📦 1.2K · ⏱️ 10.03.2021): - ``` - pip install pydub + git clone https://github.com/pytorch/audio ``` -- [Conda](https://anaconda.org/conda-forge/pydub) (📥 76K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/torchaudio) (📥 13M / month · 📦 1.9K · ⏱️ 23.04.2025): ``` - conda install -c conda-forge pydub + pip install torchaudio ```
-
spleeter (🥈32 · ⭐ 24K) - Deezer source separation library including pretrained models. MIT +
spleeter (🥈33 · ⭐ 27K) - Deezer source separation library including pretrained models. MIT -- [GitHub](https://github.com/deezer/spleeter) (👨‍💻 19 · 🔀 2.6K · 📥 2.8M · 📦 620 · 📋 770 - 27% open · ⏱️ 13.07.2023): +- [GitHub](https://github.com/deezer/spleeter) (👨‍💻 22 · 🔀 2.9K · 📥 4M · 📦 1K · 📋 820 - 31% open · ⏱️ 02.04.2025): ``` git clone https://github.com/deezer/spleeter ``` -- [PyPi](https://pypi.org/project/spleeter) (📥 18K / month · 📦 6 · ⏱️ 10.06.2022): +- [PyPi](https://pypi.org/project/spleeter) (📥 34K / month · 📦 18 · ⏱️ 03.04.2025): ``` pip install spleeter ``` -- [Conda](https://anaconda.org/conda-forge/spleeter) (📥 79K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/spleeter) (📥 110K · ⏱️ 22.04.2025): ``` conda install -c conda-forge spleeter ```
-
audioread (🥈31 · ⭐ 460) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.. MIT +
Magenta (🥈33 · ⭐ 19K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2 -- [GitHub](https://github.com/beetbox/audioread) (👨‍💻 25 · 🔀 110 · 📦 17K · 📋 90 - 38% open · ⏱️ 02.12.2023): +- [GitHub](https://github.com/magenta/magenta) (👨‍💻 160 · 🔀 3.7K · 📦 580 · 📋 1K - 41% open · ⏱️ 17.01.2025): ``` - git clone https://github.com/beetbox/audioread - ``` -- [PyPi](https://pypi.org/project/audioread) (📥 1.7M / month · 📦 360 · ⏱️ 27.09.2023): - ``` - pip install audioread + git clone https://github.com/magenta/magenta ``` -- [Conda](https://anaconda.org/conda-forge/audioread) (📥 730K · ⏱️ 30.09.2023): +- [PyPi](https://pypi.org/project/magenta) (📥 8.1K / month · 📦 5 · ⏱️ 01.08.2022): ``` - conda install -c conda-forge audioread + pip install magenta ```
-
audiomentations (🥈30 · ⭐ 1.6K) - A Python library for audio data augmentation. Inspired by.. MIT +
python-soundfile (🥈32 · ⭐ 770) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3 -- [GitHub](https://github.com/iver56/audiomentations) (👨‍💻 24 · 🔀 170 · 📦 380 · 📋 170 - 27% open · ⏱️ 24.11.2023): +- [GitHub](https://github.com/bastibe/python-soundfile) (👨‍💻 38 · 🔀 110 · 📥 21K · 📦 65K · 📋 260 - 46% open · ⏱️ 28.04.2025): ``` - git clone https://github.com/iver56/audiomentations - ``` -- [PyPi](https://pypi.org/project/audiomentations) (📥 14K / month · 📦 5 · ⏱️ 24.11.2023): - ``` - pip install audiomentations + git clone https://github.com/bastibe/python-soundfile ``` -
-
pyAudioAnalysis (🥈29 · ⭐ 5.5K) - Python Audio Analysis Library: Feature Extraction,.. Apache-2 - -- [GitHub](https://github.com/tyiannak/pyAudioAnalysis) (👨‍💻 28 · 🔀 1.2K · 📦 410 · 📋 310 - 61% open · ⏱️ 22.10.2023): - +- [PyPi](https://pypi.org/project/soundfile) (📥 6.3M / month · 📦 1.1K · ⏱️ 25.01.2025): ``` - git clone https://github.com/tyiannak/pyAudioAnalysis + pip install soundfile ``` -- [PyPi](https://pypi.org/project/pyAudioAnalysis) (📥 9.7K / month · 📦 19 · ⏱️ 07.02.2022): +- [Conda](https://anaconda.org/anaconda/pysoundfile): ``` - pip install pyAudioAnalysis + conda install -c anaconda pysoundfile ```
-
Porcupine (🥉28 · ⭐ 3.3K) - 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) (👨‍💻 36 · 🔀 460 · 📦 24 · 📋 500 - 0% open · ⏱️ 17.11.2023): +- [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) (📥 6K / month · 📦 13 · ⏱️ 16.11.2023): +- [PyPi](https://pypi.org/project/pvporcupine) (📥 24K / month · 📦 38 · ⏱️ 05.02.2025): ``` pip install pvporcupine ```
-
Madmom (🥉27 · ⭐ 1.2K) - Python audio and music signal processing library. BSD-3 +
audiomentations (🥈31 · ⭐ 2K) - A Python library for audio data augmentation. Useful for making.. MIT -- [GitHub](https://github.com/CPJKU/madmom) (👨‍💻 20 · 🔀 190 · 📦 380 · 📋 270 - 21% open · ⏱️ 10.09.2023): +- [GitHub](https://github.com/iver56/audiomentations) (👨‍💻 33 · 🔀 200 · 📦 790 · 📋 200 - 26% open · ⏱️ 05.05.2025): ``` - git clone https://github.com/CPJKU/madmom + git clone https://github.com/iver56/audiomentations ``` -- [PyPi](https://pypi.org/project/madmom) (📥 3.1K / month · 📦 33 · ⏱️ 14.11.2018): +- [PyPi](https://pypi.org/project/audiomentations) (📥 270K / month · 📦 28 · ⏱️ 05.05.2025): ``` - pip install madmom + pip install audiomentations ```
-
tinytag (🥉25 · ⭐ 630) - Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A,.. MIT +
tinytag (🥉29 · ⭐ 760) - Python library for reading audio file metadata. MIT -- [GitHub](https://github.com/devsnd/tinytag) (👨‍💻 26 · 🔀 100 · 📋 110 - 13% open · ⏱️ 26.10.2023): +- [GitHub](https://github.com/tinytag/tinytag) (👨‍💻 27 · 🔀 100 · 📦 1.2K · 📋 120 - 3% open · ⏱️ 05.05.2025): ``` git clone https://github.com/devsnd/tinytag ``` -- [PyPi](https://pypi.org/project/tinytag) (📥 24K / month · 📦 110 · ⏱️ 26.10.2023): +- [PyPi](https://pypi.org/project/tinytag) (📥 69K / month · 📦 120 · ⏱️ 23.04.2025): ``` pip install tinytag ```
-
python-soundfile (🥉25 · ⭐ 610) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3 +
pyAudioAnalysis (🥉28 · ⭐ 6.1K) - Python Audio Analysis Library: Feature Extraction,.. Apache-2 -- [GitHub](https://github.com/bastibe/python-soundfile) (👨‍💻 31 · 🔀 93 · 📥 17K · 📋 230 - 41% open · ⏱️ 14.10.2023): +- [GitHub](https://github.com/tyiannak/pyAudioAnalysis) (👨‍💻 28 · 🔀 1.2K · 📦 640 · 📋 320 - 62% open · ⏱️ 28.03.2025): ``` - git clone https://github.com/bastibe/python-soundfile + git clone https://github.com/tyiannak/pyAudioAnalysis ``` -- [PyPi](https://pypi.org/project/soundfile) (📥 1.5M / month · 📦 270 · ⏱️ 15.02.2023): +- [PyPi](https://pypi.org/project/pyAudioAnalysis) (📥 17K / month · 📦 12 · ⏱️ 07.02.2022): ``` - pip install soundfile + pip install pyAudioAnalysis ``` -- [Conda](https://anaconda.org/anaconda/pysoundfile): +
+
Madmom (🥉27 · ⭐ 1.4K · 💤) - Python audio and music signal processing library. BSD-3 + +- [GitHub](https://github.com/CPJKU/madmom) (👨‍💻 24 · 🔀 240 · 📦 500 · 📋 280 - 24% open · ⏱️ 25.08.2024): + ``` - conda install -c anaconda pysoundfile + git clone https://github.com/CPJKU/madmom + ``` +- [PyPi](https://pypi.org/project/madmom) (📥 3.7K / month · 📦 27 · ⏱️ 14.11.2018): + ``` + pip install madmom ```
-
DDSP (🥉24 · ⭐ 2.7K) - DDSP: Differentiable Digital Signal Processing. Apache-2 +
DDSP (🥉25 · ⭐ 3K · 💤) - DDSP: Differentiable Digital Signal Processing. Apache-2 -- [GitHub](https://github.com/magenta/ddsp) (👨‍💻 32 · 🔀 310 · 📦 47 · 📋 160 - 24% open · ⏱️ 30.06.2023): +- [GitHub](https://github.com/magenta/ddsp) (👨‍💻 32 · 🔀 340 · 📦 68 · 📋 170 - 28% open · ⏱️ 23.09.2024): ``` git clone https://github.com/magenta/ddsp ``` -- [PyPi](https://pypi.org/project/ddsp) (📥 2.2K / month · 📦 1 · ⏱️ 25.05.2022): +- [PyPi](https://pypi.org/project/ddsp) (📥 3.6K / month · 📦 1 · ⏱️ 25.05.2022): ``` pip install ddsp ``` -- [Conda](https://anaconda.org/conda-forge/ddsp) (📥 15K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ddsp) (📥 22K · ⏱️ 22.04.2025): ``` conda install -c conda-forge ddsp ```
-
DeepSpeech (🥉22 · ⭐ 23K · 📉) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 +
nnAudio (🥉23 · ⭐ 1.1K) - Audio processing by using pytorch 1D convolution network. MIT -- [GitHub](https://github.com/mozilla/DeepSpeech) (👨‍💻 140 · 🔀 3.8K): +- [GitHub](https://github.com/KinWaiCheuk/nnAudio) (👨‍💻 16 · 🔀 93 · 📦 370 · 📋 63 - 28% open · ⏱️ 16.05.2025): ``` - git clone https://github.com/mozilla/DeepSpeech - ``` -- [PyPi](https://pypi.org/project/deepspeech) (📥 3.3K / month · 📦 43 · ⏱️ 19.12.2020): - ``` - pip install deepspeech + git clone https://github.com/KinWaiCheuk/nnAudio ``` -- [Conda](https://anaconda.org/conda-forge/deepspeech) (📥 2.4K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/nnAudio) (📥 54K / month · 📦 4 · ⏱️ 13.02.2024): ``` - conda install -c conda-forge deepspeech + pip install nnAudio ```
-
nnAudio (🥉20 · ⭐ 920) - 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 · 🔀 87 · 📦 140 · 📋 60 - 30% open · ⏱️ 04.09.2023): +- [GitHub](https://github.com/adefossez/julius) (👨‍💻 3 · 🔀 25 · 📦 2.9K · 📋 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) (📥 3.5K / month · 📦 3 · ⏱️ 24.12.2021): +- [PyPi](https://pypi.org/project/julius) (📥 490K / month · 📦 44 · ⏱️ 20.09.2022): ``` - pip install nnAudio + pip install julius ```
-
textlesslib (🥉10 · ⭐ 470) - Library for Textless Spoken Language Processing. MIT +
DeepSpeech (🥉22 · ⭐ 26K) - DeepSpeech is an open source embedded (offline, on-device).. MPL-2.0 -- [GitHub](https://github.com/facebookresearch/textlesslib) (👨‍💻 8 · 🔀 48 · 📋 17 - 47% open · ⏱️ 29.08.2023): +- [GitHub](https://github.com/mozilla/DeepSpeech) (👨‍💻 140 · 🔀 4K): ``` - git clone https://github.com/facebookresearch/textlesslib + git clone https://github.com/mozilla/DeepSpeech + ``` +- [PyPi](https://pypi.org/project/deepspeech) (📥 5.7K / month · 📦 24 · ⏱️ 19.12.2020): + ``` + pip install deepspeech + ``` +- [Conda](https://anaconda.org/conda-forge/deepspeech) (📥 3.8K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge deepspeech ```
-
Show 9 hidden projects... +
Show 12 hidden projects... -- TTS (🥉27 · ⭐ 8.3K · 💀) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0 -- aubio (🥉27 · ⭐ 3.1K · 💀) - a library for audio and music analysis. ❗️GPL-3.0 -- Essentia (🥉27 · ⭐ 2.6K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 -- python_speech_features (🥉25 · ⭐ 2.3K · 💀) - This library provides common speech features for ASR.. MIT -- kapre (🥉23 · ⭐ 900 · 💀) - kapre: Keras Audio Preprocessors. MIT -- Dejavu (🥉22 · ⭐ 6.2K · 💀) - Audio fingerprinting and recognition in Python. MIT -- TimeSide (🥉21 · ⭐ 360 · 💤) - scalable audio processing framework and server written in.. ❗️AGPL-3.0 -- Julius (🥉20 · ⭐ 380 · 💀) - Fast PyTorch based DSP for audio and 1D signals. MIT -- Muda (🥉17 · ⭐ 220 · 💀) - A library for augmenting annotated audio data. ISC +- Coqui TTS (🥇36 · ⭐ 40K · 💀) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 +- Pydub (🥇36 · ⭐ 9.4K · 💀) - Manipulate audio with a simple and easy high level interface. MIT +- audioread (🥉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.6K · 💀) - Audio fingerprinting and recognition in Python. MIT +- kapre (🥉22 · ⭐ 930 · 💀) - kapre: Keras Audio Preprocessors. MIT +- TimeSide (🥉21 · ⭐ 380 · 💤) - scalable audio processing framework and server written in.. ❗️AGPL-3.0 +- Muda (🥉17 · ⭐ 230 · 💀) - A library for augmenting annotated audio data. ISC +- textlesslib (🥉10 · ⭐ 540 · 💀) - Library for Textless Spoken Language Processing. MIT

@@ -3509,263 +3030,259 @@ _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 (🥇42 · ⭐ 11K) - WebGL2 powered visualization framework. MIT +
pydeck (🥇43 · ⭐ 13K) - WebGL2 powered visualization framework. MIT -- [GitHub](https://github.com/visgl/deck.gl) (👨‍💻 240 · 🔀 2.1K · 📦 6.8K · 📋 2.8K - 9% open · ⏱️ 01.12.2023): +- [GitHub](https://github.com/visgl/deck.gl) (👨‍💻 290 · 🔀 2.1K · 📦 9.1K · 📋 3.2K - 13% open · ⏱️ 21.05.2025): ``` git clone https://github.com/visgl/deck.gl ``` -- [PyPi](https://pypi.org/project/pydeck) (📥 1.9M / month · 📦 52 · ⏱️ 15.04.2023): +- [PyPi](https://pypi.org/project/pydeck) (📥 8.9M / month · 📦 160 · ⏱️ 21.03.2025): ``` pip install pydeck ``` -- [Conda](https://anaconda.org/conda-forge/pydeck) (📥 460K · ⏱️ 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) (📥 440K / month · 📦 480 · ⏱️ 05.12.2023): +- [npm](https://www.npmjs.com/package/deck.gl) (📥 560K / month · 📦 350 · ⏱️ 14.05.2025): ``` npm install deck.gl ```
-
folium (🥇39 · ⭐ 6.5K) - Python Data. Leaflet.js Maps. MIT +
Shapely (🥇41 · ⭐ 4.1K) - Manipulation and analysis of geometric objects. BSD-3 -- [GitHub](https://github.com/python-visualization/folium) (👨‍💻 160 · 🔀 2.2K · 📦 32K · 📋 1K - 6% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/shapely/shapely) (👨‍💻 170 · 🔀 590 · 📥 3.8K · 📦 110K · 📋 1.3K - 18% open · ⏱️ 19.05.2025): ``` - git clone https://github.com/python-visualization/folium + git clone https://github.com/shapely/shapely ``` -- [PyPi](https://pypi.org/project/folium) (📥 850K / month · 📦 810 · ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/shapely) (📥 50M / month · 📦 4.2K · ⏱️ 19.05.2025): ``` - pip install folium + pip install shapely ``` -- [Conda](https://anaconda.org/conda-forge/folium) (📥 2.5M · ⏱️ 04.12.2023): +- [Conda](https://anaconda.org/conda-forge/shapely) (📥 12M · ⏱️ 19.05.2025): ``` - conda install -c conda-forge folium + conda install -c conda-forge shapely ```
-
GeoPandas (🥇39 · ⭐ 4K) - Python tools for geographic data. BSD-3 +
folium (🥇40 · ⭐ 7.1K) - Python Data. Leaflet.js Maps. MIT -- [GitHub](https://github.com/geopandas/geopandas) (👨‍💻 210 · 🔀 900 · 📥 2.3K · 📦 29K · 📋 1.6K - 28% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/python-visualization/folium) (👨‍💻 170 · 🔀 2.2K · 📦 61K · 📋 1.2K - 6% open · ⏱️ 17.05.2025): ``` - git clone https://github.com/geopandas/geopandas + git clone https://github.com/python-visualization/folium ``` -- [PyPi](https://pypi.org/project/geopandas) (📥 6.3M / month · 📦 1.8K · ⏱️ 11.11.2023): +- [PyPi](https://pypi.org/project/folium) (📥 2.2M / month · 📦 980 · ⏱️ 15.05.2025): ``` - pip install geopandas + pip install folium ``` -- [Conda](https://anaconda.org/conda-forge/geopandas) (📥 3.3M · ⏱️ 11.11.2023): +- [Conda](https://anaconda.org/conda-forge/folium) (📥 3.8M · ⏱️ 16.05.2025): ``` - conda install -c conda-forge geopandas + conda install -c conda-forge folium ```
-
Shapely (🥈38 · ⭐ 3.5K) - Manipulation and analysis of geometric objects. BSD-3 +
GeoPandas (🥈38 · ⭐ 4.8K) - Python tools for geographic data. BSD-3 -- [GitHub](https://github.com/shapely/shapely) (👨‍💻 150 · 🔀 540 · 📥 2.8K · 📦 57K · 📋 1.1K - 20% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/geopandas/geopandas) (👨‍💻 240 · 🔀 950 · 📥 3K · 📦 57K · 📋 1.7K - 25% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/shapely/shapely + git clone https://github.com/geopandas/geopandas ``` -- [PyPi](https://pypi.org/project/shapely) (📥 16M / month · 📦 1.2K · ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/geopandas) (📥 7.9M / month · 📦 2.8K · ⏱️ 02.07.2024): ``` - pip install shapely + pip install geopandas ``` -- [Conda](https://anaconda.org/conda-forge/shapely) (📥 8.7M · ⏱️ 23.11.2023): +- [Conda](https://anaconda.org/conda-forge/geopandas) (📥 4.7M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge shapely + conda install -c conda-forge geopandas ```
-
Rasterio (🥈37 · ⭐ 2.1K) - Rasterio reads and writes geospatial raster datasets. BSD-3 +
Rasterio (🥈38 · ⭐ 2.4K) - Rasterio reads and writes geospatial raster datasets. BSD-3 -- [GitHub](https://github.com/rasterio/rasterio) (👨‍💻 150 · 🔀 520 · 📥 850 · 📦 9.7K · 📋 1.8K - 9% open · ⏱️ 28.11.2023): +- [GitHub](https://github.com/rasterio/rasterio) (👨‍💻 170 · 🔀 540 · 📥 1K · 📦 17K · 📋 1.9K - 8% open · ⏱️ 20.05.2025): ``` git clone https://github.com/rasterio/rasterio ``` -- [PyPi](https://pypi.org/project/rasterio) (📥 2.1M / month · 📦 1K · ⏱️ 19.10.2023): +- [PyPi](https://pypi.org/project/rasterio) (📥 2.3M / month · 📦 1.5K · ⏱️ 02.12.2024): ``` pip install rasterio ``` -- [Conda](https://anaconda.org/conda-forge/rasterio) (📥 2.7M · ⏱️ 19.10.2023): +- [Conda](https://anaconda.org/conda-forge/rasterio) (📥 4.7M · ⏱️ 22.04.2025): ``` conda install -c conda-forge rasterio ```
-
pyproj (🥈36 · ⭐ 940) - 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) (👨‍💻 65 · 🔀 210 · 📦 26K · 📋 590 - 4% open · ⏱️ 08.11.2023): +- [GitHub](https://github.com/Esri/arcgis-python-api) (👨‍💻 97 · 🔀 1.1K · 📥 15K · 📦 960 · 📋 850 - 9% open · ⏱️ 15.05.2025): ``` - git clone https://github.com/pyproj4/pyproj + git clone https://github.com/Esri/arcgis-python-api ``` -- [PyPi](https://pypi.org/project/pyproj) (📥 8.3M / month · 📦 2K · ⏱️ 21.09.2023): +- [PyPi](https://pypi.org/project/arcgis) (📥 130K / month · 📦 41 · ⏱️ 17.04.2025): ``` - pip install pyproj + pip install arcgis ``` -- [Conda](https://anaconda.org/conda-forge/pyproj) (📥 7M · ⏱️ 06.11.2023): +- [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 (🥈35 · ⭐ 4.1K) - Geocoding library for Python. MIT +
pyproj (🥈36 · ⭐ 1.1K · 📉) - Python interface to PROJ (cartographic projections and coordinate.. MIT -- [GitHub](https://github.com/geopy/geopy) (👨‍💻 130 · 🔀 660 · 📥 9 · 📋 280 - 11% open · ⏱️ 23.11.2023): +- [GitHub](https://github.com/pyproj4/pyproj) (👨‍💻 71 · 🔀 220 · 📦 44K · 📋 640 - 5% open · ⏱️ 05.05.2025): ``` - git clone https://github.com/geopy/geopy + git clone https://github.com/pyproj4/pyproj ``` -- [PyPi](https://pypi.org/project/geopy) (📥 4.8M / month · 📦 4K · ⏱️ 23.11.2023): +- [PyPi](https://pypi.org/project/pyproj) (📥 11M / month · 📦 1.9K · ⏱️ 16.02.2025): ``` - pip install geopy + pip install pyproj ``` -- [Conda](https://anaconda.org/conda-forge/geopy) (📥 1.2M · ⏱️ 24.11.2023): +- [Conda](https://anaconda.org/conda-forge/pyproj) (📥 10M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge geopy + conda install -c conda-forge pyproj ```
-
Fiona (🥈35 · ⭐ 1.1K) - Fiona reads and writes geographic data files. BSD-3 +
Fiona (🥈35 · ⭐ 1.2K) - Fiona reads and writes geographic data files. BSD-3 -- [GitHub](https://github.com/Toblerity/Fiona) (👨‍💻 72 · 🔀 210 · 📦 17K · 📋 760 - 4% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/Toblerity/Fiona) (👨‍💻 78 · 🔀 210 · 📦 26K · 📋 810 - 4% open · ⏱️ 20.02.2025): ``` git clone https://github.com/Toblerity/Fiona ``` -- [PyPi](https://pypi.org/project/fiona) (📥 6.6M / month · 📦 48 · ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/fiona) (📥 4.4M / month · 📦 380 · ⏱️ 16.09.2024): ``` pip install fiona ``` -- [Conda](https://anaconda.org/conda-forge/fiona) (📥 5.1M · ⏱️ 15.11.2023): +- [Conda](https://anaconda.org/conda-forge/fiona) (📥 6.9M · ⏱️ 22.04.2025): ``` conda install -c conda-forge fiona ```
-
ipyleaflet (🥈33 · ⭐ 1.4K) - A Jupyter - Leaflet.js bridge. MIT +
ipyleaflet (🥉33 · ⭐ 1.5K) - A Jupyter - Leaflet.js bridge. MIT -- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨‍💻 86 · 🔀 360 · 📦 6.3K · 📋 600 - 42% open · ⏱️ 27.11.2023): +- [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) (📥 140K / month · 📦 160 · ⏱️ 27.11.2023): +- [PyPi](https://pypi.org/project/ipyleaflet) (📥 230K / month · 📦 280 · ⏱️ 22.07.2024): ``` pip install ipyleaflet ``` -- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 1.1M · ⏱️ 27.11.2023): +- [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) (📥 55K / month · 📦 5 · ⏱️ 27.11.2023): +- [npm](https://www.npmjs.com/package/jupyter-leaflet) (📥 1.8K / month · 📦 9 · ⏱️ 22.07.2024): ``` npm install jupyter-leaflet ```
-
ArcGIS API (🥉32 · ⭐ 1.7K) - Documentation and samples for ArcGIS API for Python. Apache-2 +
geojson (🥉31 · ⭐ 960) - Python bindings and utilities for GeoJSON. BSD-3 -- [GitHub](https://github.com/Esri/arcgis-python-api) (👨‍💻 89 · 🔀 1.1K · 📥 9.9K · 📦 3 · 📋 650 - 6% open · ⏱️ 27.11.2023): +- [GitHub](https://github.com/jazzband/geojson) (👨‍💻 58 · 🔀 120 · 📦 20K · 📋 100 - 25% open · ⏱️ 21.12.2024): ``` - git clone https://github.com/Esri/arcgis-python-api + git clone https://github.com/jazzband/geojson ``` -- [PyPi](https://pypi.org/project/arcgis) (📥 100K / month · 📦 33 · ⏱️ 18.10.2023): +- [PyPi](https://pypi.org/project/geojson) (📥 2.9M / month · 📦 720 · ⏱️ 21.12.2024): ``` - pip install arcgis + pip install geojson ``` -- [Docker Hub](https://hub.docker.com/r/esridocker/arcgis-api-python-notebook): +- [Conda](https://anaconda.org/conda-forge/geojson) (📥 970K · ⏱️ 22.04.2025): ``` - docker pull esridocker/arcgis-api-python-notebook + conda install -c conda-forge geojson ```
-
geojson (🥉31 · ⭐ 850) - 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) (👨‍💻 56 · 🔀 120 · 📦 16K · 📋 100 - 26% open · ⏱️ 06.11.2023): +- [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) (📥 1.5M / month · 📦 1.3K · ⏱️ 05.11.2023): +- [PyPi](https://pypi.org/project/pysal) (📥 29K / month · 📦 59 · ⏱️ 06.02.2025): ``` - pip install geojson + pip install pysal ``` -- [Conda](https://anaconda.org/conda-forge/geojson) (📥 770K · ⏱️ 06.11.2023): +- [Conda](https://anaconda.org/conda-forge/pysal) (📥 630K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge geojson + conda install -c conda-forge pysal ```
-
GeoViews (🥉29 · ⭐ 540) - Simple, concise geographical visualization in Python. BSD-3 +
EarthPy (🥉29 · ⭐ 520 · 📈) - A package built to support working with spatial data using open.. BSD-3 -- [GitHub](https://github.com/holoviz/geoviews) (👨‍💻 30 · 🔀 72 · 📦 820 · 📋 340 - 33% open · ⏱️ 21.11.2023): +- [GitHub](https://github.com/earthlab/earthpy) (👨‍💻 44 · 🔀 160 · 📥 36 · 📦 430 · 📋 250 - 16% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/holoviz/geoviews + git clone https://github.com/earthlab/earthpy ``` -- [PyPi](https://pypi.org/project/geoviews) (📥 7.2K / month · 📦 36 · ⏱️ 01.11.2023): +- [PyPi](https://pypi.org/project/earthpy) (📥 12K / month · 📦 17 · ⏱️ 01.10.2021): ``` - pip install geoviews + pip install earthpy ``` -- [Conda](https://anaconda.org/conda-forge/geoviews) (📥 210K · ⏱️ 02.11.2023): +- [Conda](https://anaconda.org/conda-forge/earthpy) (📥 92K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge geoviews + conda install -c conda-forge earthpy ```
-
PySAL (🥉26 · ⭐ 1.2K) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3 +
GeoViews (🥉28 · ⭐ 610) - Simple, concise geographical visualization in Python. BSD-3 -- [GitHub](https://github.com/pysal/pysal) (👨‍💻 78 · 🔀 280 · 📋 620 - 2% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/holoviz/geoviews) (👨‍💻 33 · 🔀 77 · 📦 1.3K · 📋 360 - 31% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/pysal/pysal + git clone https://github.com/holoviz/geoviews ``` -- [PyPi](https://pypi.org/project/pysal) (📥 21K / month · 📦 38 · ⏱️ 01.08.2023): +- [PyPi](https://pypi.org/project/geoviews) (📥 17K / month · 📦 63 · ⏱️ 17.12.2024): ``` - pip install pysal + pip install geoviews ``` -- [Conda](https://anaconda.org/conda-forge/pysal) (📥 530K · ⏱️ 04.10.2023): +- [Conda](https://anaconda.org/conda-forge/geoviews) (📥 300K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pysal + conda install -c conda-forge geoviews ```
-
EarthPy (🥉26 · ⭐ 470) - A package built to support working with spatial data using open source.. BSD-3 +
Mapbox GL (🥉24 · ⭐ 680) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT -- [GitHub](https://github.com/earthlab/earthpy) (👨‍💻 44 · 🔀 150 · 📦 260 · 📋 230 - 10% open · ⏱️ 23.08.2023): +- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨‍💻 23 · 🔀 140 · 📦 240 · 📋 110 - 38% open · ⏱️ 06.02.2025): ``` - git clone https://github.com/earthlab/earthpy - ``` -- [PyPi](https://pypi.org/project/earthpy) (📥 5.7K / month · 📦 17 · ⏱️ 01.10.2021): + git clone https://github.com/mapbox/mapboxgl-jupyter ``` - pip install earthpy +- [PyPi](https://pypi.org/project/mapboxgl) (📥 10K / month · 📦 12 · ⏱️ 02.06.2019): ``` -- [Conda](https://anaconda.org/conda-forge/earthpy) (📥 71K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge earthpy + pip install mapboxgl ```
-
pymap3d (🥉25 · ⭐ 350) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2 +
pymap3d (🥉24 · ⭐ 420) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2 -- [GitHub](https://github.com/geospace-code/pymap3d) (👨‍💻 18 · 🔀 80 · 📦 330 · 📋 55 - 16% open · ⏱️ 26.11.2023): +- [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) (📥 70K / month · 📦 22 · ⏱️ 05.03.2023): +- [PyPi](https://pypi.org/project/pymap3d) (📥 350K / month · 📦 44 · ⏱️ 11.02.2024): ``` pip install pymap3d ``` -- [Conda](https://anaconda.org/conda-forge/pymap3d) (📥 65K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pymap3d) (📥 100K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pymap3d ```
Show 7 hidden projects... -- Geocoder (🥉32 · ⭐ 1.6K · 💀) - Python Geocoder. MIT -- Satpy (🥉31 · ⭐ 970) - Python package for earth-observing satellite data processing. ❗️GPL-3.0 -- Sentinelsat (🥉26 · ⭐ 940) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0 -- gmaps (🥉24 · ⭐ 760 · 💀) - Google maps for Jupyter notebooks. BSD-3 -- Mapbox GL (🥉24 · ⭐ 640 · 💀) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT -- prettymaps (🥉22 · ⭐ 11K · 💤) - A small set of Python functions to draw pretty maps from.. ❗️AGPL-3.0 -- geoplotlib (🥉21 · ⭐ 1K · 💀) - python toolbox for visualizing geographical data and making maps. MIT +- Satpy (🥈34 · ⭐ 1.1K) - Python package for earth-observing satellite data processing. ❗️GPL-3.0 +- geopy (🥉33 · ⭐ 4.6K · 💀) - Geocoding library for Python. MIT +- Geocoder (🥉33 · ⭐ 1.6K · 💀) - Python Geocoder. MIT +- Sentinelsat (🥉27 · ⭐ 1K · 💀) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0 +- prettymaps (🥉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

@@ -3775,189 +3292,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 (🥇39 · ⭐ 11K) - Download market data from Yahoo! Finances API. Apache-2 +
yfinance (🥇43 · ⭐ 18K) - Download market data from Yahoo! Finances API. Apache-2 -- [GitHub](https://github.com/ranaroussi/yfinance) (👨‍💻 95 · 🔀 2.1K · 📦 30K · 📋 1.2K - 14% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/ranaroussi/yfinance) (👨‍💻 130 · 🔀 2.7K · 📦 79K · 📋 1.6K - 9% open · ⏱️ 14.05.2025): ``` git clone https://github.com/ranaroussi/yfinance ``` -- [PyPi](https://pypi.org/project/yfinance) (📥 1.1M / month · 📦 300 · ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/yfinance) (📥 3.5M / month · 📦 970 · ⏱️ 12.05.2025): ``` pip install yfinance ``` -- [Conda](https://anaconda.org/ranaroussi/yfinance) (📥 83K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/ranaroussi/yfinance) (📥 98K · ⏱️ 25.03.2025): ``` conda install -c ranaroussi yfinance ```
-
ta (🥈31 · ⭐ 3.8K) - Technical Analysis Library using Pandas and Numpy. MIT +
Qlib (🥇32 · ⭐ 20K) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT -- [GitHub](https://github.com/bukosabino/ta) (👨‍💻 34 · 🔀 820 · 📦 2.8K · 📋 230 - 54% open · ⏱️ 02.11.2023): +- [GitHub](https://github.com/microsoft/qlib) (👨‍💻 140 · 🔀 3.2K · 📥 800 · 📦 21 · 📋 970 - 25% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/bukosabino/ta - ``` -- [PyPi](https://pypi.org/project/ta) (📥 71K / month · 📦 46 · ⏱️ 02.11.2023): - ``` - pip install ta + git clone https://github.com/microsoft/qlib ``` -- [Conda](https://anaconda.org/conda-forge/ta) (📥 22K · ⏱️ 02.11.2023): +- [PyPi](https://pypi.org/project/pyqlib) (📥 8.9K / month · 📦 1 · ⏱️ 23.12.2024): ``` - conda install -c conda-forge ta + pip install pyqlib ```
-
bt (🥈31 · ⭐ 1.9K) - bt - flexible backtesting for Python. MIT +
bt (🥈30 · ⭐ 2.5K) - bt - flexible backtesting for Python. MIT -- [GitHub](https://github.com/pmorissette/bt) (👨‍💻 31 · 🔀 430 · 📦 1.6K · 📋 340 - 24% open · ⏱️ 01.12.2023): +- [GitHub](https://github.com/pmorissette/bt) (👨‍💻 34 · 🔀 440 · 📦 1.7K · 📋 350 - 23% open · ⏱️ 08.04.2025): ``` git clone https://github.com/pmorissette/bt ``` -- [PyPi](https://pypi.org/project/bt) (📥 8.8K / month · 📦 28 · ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/bt) (📥 8.4K / month · 📦 15 · ⏱️ 12.04.2025): ``` pip install bt ``` -- [Conda](https://anaconda.org/conda-forge/bt) (📥 19K · ⏱️ 20.11.2023): +- [Conda](https://anaconda.org/conda-forge/bt) (📥 85K · ⏱️ 22.04.2025): ``` conda install -c conda-forge bt ```
-
Qlib (🥈30 · ⭐ 13K) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT - -- [GitHub](https://github.com/microsoft/qlib) (👨‍💻 120 · 🔀 2.2K · 📥 390 · 📦 21 · 📋 880 - 25% open · ⏱️ 21.11.2023): - - ``` - git clone https://github.com/microsoft/qlib - ``` -- [PyPi](https://pypi.org/project/pyqlib) (📥 1.7K / month · 📦 1 · ⏱️ 18.07.2023): - ``` - pip install pyqlib - ``` -
-
ffn (🥈30 · ⭐ 1.6K) - ffn - a financial function library for Python. MIT +
TensorTrade (🥉27 · ⭐ 5.2K · 💤) - An open source reinforcement learning framework for.. Apache-2 -- [GitHub](https://github.com/pmorissette/ffn) (👨‍💻 30 · 🔀 280 · 📦 400 · 📋 120 - 18% open · ⏱️ 20.11.2023): +- [GitHub](https://github.com/tensortrade-org/tensortrade) (👨‍💻 61 · 🔀 1.1K · 📦 70 · 📋 260 - 20% open · ⏱️ 09.06.2024): ``` - git clone https://github.com/pmorissette/ffn + git clone https://github.com/tensortrade-org/tensortrade ``` -- [PyPi](https://pypi.org/project/ffn) (📥 170K / month · 📦 31 · ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/tensortrade) (📥 1.2K / month · 📦 1 · ⏱️ 10.05.2021): ``` - pip install ffn + pip install tensortrade ``` -- [Conda](https://anaconda.org/conda-forge/ffn) (📥 6.2K · ⏱️ 20.11.2023): +- [Conda](https://anaconda.org/conda-forge/tensortrade) (📥 4.9K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge ffn + conda install -c conda-forge tensortrade ```
-
Alpha Vantage (🥈28 · ⭐ 4.1K) - A python wrapper for Alpha Vantage API for financial data. MIT +
Alpha Vantage (🥉27 · ⭐ 4.5K) - A python wrapper for Alpha Vantage API for financial data. MIT -- [GitHub](https://github.com/RomelTorres/alpha_vantage) (👨‍💻 42 · 🔀 700 · 📦 440 · 📋 280 - 2% open · ⏱️ 11.11.2023): +- [GitHub](https://github.com/RomelTorres/alpha_vantage) (👨‍💻 44 · 🔀 750 · 📋 290 - 0% open · ⏱️ 01.05.2025): ``` git clone https://github.com/RomelTorres/alpha_vantage ``` -- [PyPi](https://pypi.org/project/alpha_vantage) (📥 24K / month · 📦 32 · ⏱️ 21.12.2020): +- [PyPi](https://pypi.org/project/alpha_vantage) (📥 64K / month · 📦 35 · ⏱️ 18.07.2024): ``` pip install alpha_vantage ``` -- [Conda](https://anaconda.org/conda-forge/alpha_vantage) (📥 6K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/alpha_vantage) (📥 9.1K · ⏱️ 22.04.2025): ``` conda install -c conda-forge alpha_vantage ```
-
IB-insync (🥈28 · ⭐ 2.5K) - Python sync/async framework for Interactive Brokers API. BSD-2 +
ffn (🥉27 · ⭐ 2.3K) - ffn - a financial function library for Python. MIT -- [GitHub](https://github.com/erdewit/ib_insync) (👨‍💻 36 · 🔀 580 · 📋 550 - 2% open · ⏱️ 01.12.2023): +- [GitHub](https://github.com/pmorissette/ffn) (👨‍💻 36 · 🔀 320 · 📦 560 · 📋 140 - 17% open · ⏱️ 01.04.2025): ``` - git clone https://github.com/erdewit/ib_insync - ``` -- [PyPi](https://pypi.org/project/ib_insync) (📥 28K / month · 📦 23 · ⏱️ 21.11.2022): - ``` - pip install ib_insync - ``` -- [Conda](https://anaconda.org/conda-forge/ib-insync) (📥 38K · ⏱️ 16.06.2023): + git clone https://github.com/pmorissette/ffn ``` - conda install -c conda-forge ib-insync +- [PyPi](https://pypi.org/project/ffn) (📥 24K / month · 📦 22 · ⏱️ 11.02.2025): ``` -
-
stockstats (🥉26 · ⭐ 1.2K) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 - -- [GitHub](https://github.com/jealous/stockstats) (👨‍💻 9 · 🔀 290 · 📦 960 · 📋 120 - 10% open · ⏱️ 30.07.2023): - - ``` - git clone https://github.com/jealous/stockstats + pip install ffn ``` -- [PyPi](https://pypi.org/project/stockstats) (📥 10K / month · 📦 29 · ⏱️ 30.07.2023): +- [Conda](https://anaconda.org/conda-forge/ffn) (📥 20K · ⏱️ 22.04.2025): ``` - pip install stockstats + conda install -c conda-forge ffn ```
-
PyAlgoTrade (🥉25 · ⭐ 4.2K · 💤) - Python Algorithmic Trading Library. Apache-2 +
finmarketpy (🥉25 · ⭐ 3.6K) - Python library for backtesting trading strategies & analyzing.. Apache-2 -- [GitHub](https://github.com/gbeced/pyalgotrade) (👨‍💻 11 · 🔀 1.4K · 📦 180 · ⏱️ 05.03.2023): +- [GitHub](https://github.com/cuemacro/finmarketpy) (👨‍💻 19 · 🔀 510 · 📥 57 · 📦 16 · 📋 35 - 88% open · ⏱️ 10.03.2025): ``` - git clone https://github.com/gbeced/pyalgotrade + git clone https://github.com/cuemacro/finmarketpy ``` -- [PyPi](https://pypi.org/project/pyalgotrade) (📥 710 / month · 📦 21 · ⏱️ 21.08.2018): +- [PyPi](https://pypi.org/project/finmarketpy) (📥 370 / month · ⏱️ 10.03.2025): ``` - pip install pyalgotrade + pip install finmarketpy ```
-
FinQuant (🥉24 · ⭐ 1.1K) - A program for financial portfolio management, analysis and optimisation. MIT +
stockstats (🥉23 · ⭐ 1.4K · 📉) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 -- [GitHub](https://github.com/fmilthaler/FinQuant) (👨‍💻 11 · 🔀 160 · 📦 86 · 📋 48 - 33% open · ⏱️ 03.09.2023): +- [GitHub](https://github.com/jealous/stockstats) (👨‍💻 10 · 🔀 300 · 📋 130 - 10% open · ⏱️ 18.05.2025): ``` - git clone https://github.com/fmilthaler/FinQuant + git clone https://github.com/jealous/stockstats ``` -- [PyPi](https://pypi.org/project/FinQuant) (📥 610 / month · ⏱️ 04.09.2023): +- [PyPi](https://pypi.org/project/stockstats) (📥 14K / month · 📦 14 · ⏱️ 18.05.2025): ``` - pip install FinQuant + pip install stockstats ```
-
tf-quant-finance (🥉21 · ⭐ 4.1K) - High-performance TensorFlow library for quantitative.. Apache-2 +
tf-quant-finance (🥉21 · ⭐ 4.9K) - High-performance TensorFlow library for quantitative.. Apache-2 -- [GitHub](https://github.com/google/tf-quant-finance) (👨‍💻 47 · 🔀 540 · 📋 65 - 56% open · ⏱️ 15.08.2023): +- [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) (📥 560 / month · 📦 2 · ⏱️ 19.08.2022): +- [PyPi](https://pypi.org/project/tf-quant-finance) (📥 460 / month · 📦 3 · ⏱️ 19.08.2022): ``` pip install tf-quant-finance ```
-
finmarketpy (🥉21 · ⭐ 3.2K · 💤) - Python library for backtesting trading strategies &.. Apache-2 - -- [GitHub](https://github.com/cuemacro/finmarketpy) (👨‍💻 14 · 🔀 480 · 📥 49 · 📦 11 · 📋 28 - 85% open · ⏱️ 26.04.2023): - - ``` - git clone https://github.com/cuemacro/finmarketpy - ``` -- [PyPi](https://pypi.org/project/finmarketpy) (📥 190 / month · ⏱️ 07.10.2021): - ``` - pip install finmarketpy - ``` -
-
Show 13 hidden projects... +
Show 16 hidden projects... -- zipline (🥇32 · ⭐ 17K · 💀) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2 -- pyfolio (🥇32 · ⭐ 5.2K · 💀) - Portfolio and risk analytics in Python. Apache-2 -- arch (🥈31 · ⭐ 1.2K) - ARCH models in Python. ❗Unlicensed -- backtrader (🥈29 · ⭐ 12K · 💤) - Python Backtesting library for trading strategies. ❗️GPL-3.0 -- empyrical (🥈28 · ⭐ 1.2K · 💀) - Common financial risk and performance metrics. Used by.. Apache-2 -- Alphalens (🥉26 · ⭐ 2.9K · 💀) - Performance analysis of predictive (alpha) stock factors. Apache-2 -- TensorTrade (🥉25 · ⭐ 4.3K · 💀) - An open source reinforcement learning framework for.. Apache-2 -- Enigma Catalyst (🥉25 · ⭐ 2.4K · 💀) - An Algorithmic Trading Library for Crypto-Assets in.. Apache-2 -- Crypto Signals (🥉23 · ⭐ 4.6K · 💀) - Github.com/CryptoSignal - Trading & Technical Analysis Bot -.. MIT -- FinTA (🥉23 · ⭐ 2K · 💀) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0 -- Backtesting.py (🥉22 · ⭐ 4.3K · 💤) - Backtest trading strategies in Python. ❗️AGPL-3.0 -- surpriver (🥉12 · ⭐ 1.7K · 💀) - Find big moving stocks before they move using machine.. ❗️GPL-3.0 -- pyrtfolio (🥉9 · ⭐ 140 · 💀) - Python package to generate stock portfolios. ❗️GPL-3.0 +- zipline (🥇33 · ⭐ 18K · 💀) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2 +- pyfolio (🥇32 · ⭐ 6K · 💀) - Portfolio and risk analytics in Python. Apache-2 +- ta (🥈31 · ⭐ 4.6K · 💀) - Technical Analysis Library using Pandas and Numpy. MIT +- arch (🥈30 · ⭐ 1.4K) - ARCH models in Python. ❗Unlicensed +- backtrader (🥈29 · ⭐ 17K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-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 +- Backtesting.py (🥉27 · ⭐ 6.5K) - Backtest trading strategies in Python. ❗️AGPL-3.0 +- 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

@@ -3967,355 +3447,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.1K) - A unified framework for machine learning with time series. BSD-3 +
sktime (🥇40 · ⭐ 8.4K) - A unified framework for machine learning with time series. BSD-3 -- [GitHub](https://github.com/sktime/sktime) (👨‍💻 300 · 🔀 1.2K · 📥 84 · 📦 2K · 📋 2K - 35% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/sktime/sktime) (👨‍💻 460 · 🔀 1.5K · 📥 110 · 📦 4.5K · 📋 2.9K - 38% open · ⏱️ 20.05.2025): ``` git clone https://github.com/alan-turing-institute/sktime ``` -- [PyPi](https://pypi.org/project/sktime) (📥 760K / month · 📦 57 · ⏱️ 06.11.2023): +- [PyPi](https://pypi.org/project/sktime) (📥 950K / month · 📦 140 · ⏱️ 12.04.2025): ``` pip install sktime ``` -- [Conda](https://anaconda.org/conda-forge/sktime-all-extras) (📥 920K · ⏱️ 06.11.2023): +- [Conda](https://anaconda.org/conda-forge/sktime-all-extras) (📥 1.1M · ⏱️ 22.04.2025): ``` conda install -c conda-forge sktime-all-extras ```
-
Prophet (🥇36 · ⭐ 17K) - Tool for producing high quality forecasts for time series data that has.. MIT +
Prophet (🥇34 · ⭐ 19K) - Tool for producing high quality forecasts for time series data that has.. MIT -- [GitHub](https://github.com/facebook/prophet) (👨‍💻 170 · 🔀 4.5K · 📥 2.2K · 📦 21 · 📋 2.1K - 17% open · ⏱️ 18.10.2023): +- [GitHub](https://github.com/facebook/prophet) (👨‍💻 190 · 🔀 4.5K · 📥 3K · 📦 21 · 📋 2.2K - 20% open · ⏱️ 17.05.2025): ``` git clone https://github.com/facebook/prophet ``` -- [PyPi](https://pypi.org/project/fbprophet) (📥 860K / month · 📦 130 · ⏱️ 05.09.2020): +- [PyPi](https://pypi.org/project/fbprophet) (📥 150K / month · 📦 91 · ⏱️ 05.09.2020): ``` pip install fbprophet ``` -- [Conda](https://anaconda.org/conda-forge/prophet) (📥 1.1M · ⏱️ 20.10.2023): - ``` - conda install -c conda-forge prophet - ``` -
-
StatsForecast (🥇33 · ⭐ 3.2K) - Lightning fast forecasting with statistical and econometric.. Apache-2 - -- [GitHub](https://github.com/Nixtla/statsforecast) (👨‍💻 34 · 🔀 220 · 📦 610 · 📋 260 - 38% open · ⏱️ 06.12.2023): - - ``` - git clone https://github.com/Nixtla/statsforecast - ``` -- [PyPi](https://pypi.org/project/statsforecast) (📥 550K / month · 📦 26 · ⏱️ 23.08.2023): - ``` - pip install statsforecast - ``` -- [Conda](https://anaconda.org/conda-forge/statsforecast) (📥 55K · ⏱️ 25.08.2023): - ``` - conda install -c conda-forge statsforecast - ``` -
-
tslearn (🥇33 · ⭐ 2.7K) - A machine learning toolkit dedicated to time-series data. BSD-2 - -- [GitHub](https://github.com/tslearn-team/tslearn) (👨‍💻 43 · 🔀 320 · 📦 1K · 📋 310 - 38% open · ⏱️ 05.12.2023): - - ``` - git clone https://github.com/tslearn-team/tslearn - ``` -- [PyPi](https://pypi.org/project/tslearn) (📥 290K / month · 📦 49 · ⏱️ 21.08.2023): - ``` - pip install tslearn - ``` -- [Conda](https://anaconda.org/conda-forge/tslearn) (📥 1.3M · ⏱️ 21.08.2023): - ``` - conda install -c conda-forge tslearn - ``` -
-
pmdarima (🥇33 · ⭐ 1.5K) - A statistical library designed to fill the void in Pythons time series.. MIT - -- [GitHub](https://github.com/alkaline-ml/pmdarima) (👨‍💻 22 · 🔀 230 · 📦 6.8K · 📋 320 - 15% open · ⏱️ 23.10.2023): - - ``` - git clone https://github.com/alkaline-ml/pmdarima - ``` -- [PyPi](https://pypi.org/project/pmdarima) (📥 1.8M / month · 📦 88 · ⏱️ 23.10.2023): - ``` - pip install pmdarima - ``` -- [Conda](https://anaconda.org/conda-forge/pmdarima) (📥 1M · ⏱️ 27.10.2023): +- [Conda](https://anaconda.org/conda-forge/prophet) (📥 1.4M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pmdarima + conda install -c conda-forge prophet ```
-
Darts (🥈31 · ⭐ 6.7K) - A python library for user-friendly forecasting and anomaly detection.. Apache-2 +
Darts (🥇33 · ⭐ 8.6K) - A python library for user-friendly forecasting and anomaly detection.. Apache-2 -- [GitHub](https://github.com/unit8co/darts) (👨‍💻 110 · 🔀 740 · 📦 440 · 📋 1.2K - 18% open · ⏱️ 01.12.2023): +- [GitHub](https://github.com/unit8co/darts) (👨‍💻 130 · 🔀 920 · 📋 1.7K - 14% open · ⏱️ 16.05.2025): ``` git clone https://github.com/unit8co/darts ``` -- [PyPi](https://pypi.org/project/u8darts) (📥 14K / month · 📦 5 · ⏱️ 18.11.2023): +- [PyPi](https://pypi.org/project/u8darts) (📥 71K / month · 📦 10 · ⏱️ 18.04.2025): ``` pip install u8darts ``` -- [Conda](https://anaconda.org/conda-forge/u8darts-all) (📥 38K · ⏱️ 19.11.2023): +- [Conda](https://anaconda.org/conda-forge/u8darts-all) (📥 79K · ⏱️ 22.04.2025): ``` conda install -c conda-forge u8darts-all ``` -- [Docker Hub](https://hub.docker.com/r/unit8/darts) (📥 450 · ⏱️ 18.11.2023): +- [Docker Hub](https://hub.docker.com/r/unit8/darts) (📥 1.6K · ⏱️ 18.04.2025): ``` docker pull unit8/darts ```
-
NeuralProphet (🥈31 · ⭐ 3.4K) - NeuralProphet: A simple forecasting package. MIT - -- [GitHub](https://github.com/ourownstory/neural_prophet) (👨‍💻 50 · 🔀 440 · 📦 340 · 📋 500 - 8% open · ⏱️ 28.11.2023): - - ``` - git clone https://github.com/ourownstory/neural_prophet - ``` -- [PyPi](https://pypi.org/project/neuralprophet) (📥 67K / month · 📦 3 · ⏱️ 19.09.2023): - ``` - pip install neuralprophet - ``` -
-
STUMPY (🥈31 · ⭐ 2.8K) - STUMPY is a powerful and scalable Python library for modern time series.. BSD-3 +
StatsForecast (🥇33 · ⭐ 4.4K) - Lightning fast forecasting with statistical and econometric.. Apache-2 -- [GitHub](https://github.com/TDAmeritrade/stumpy) (👨‍💻 35 · 🔀 270 · 📦 580 · 📋 460 - 11% open · ⏱️ 20.11.2023): +- [GitHub](https://github.com/Nixtla/statsforecast) (👨‍💻 51 · 🔀 310 · 📦 1.7K · 📋 360 - 30% open · ⏱️ 29.04.2025): ``` - git clone https://github.com/TDAmeritrade/stumpy + git clone https://github.com/Nixtla/statsforecast ``` -- [PyPi](https://pypi.org/project/stumpy) (📥 190K / month · 📦 16 · ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/statsforecast) (📥 840K / month · 📦 68 · ⏱️ 18.02.2025): ``` - pip install stumpy + pip install statsforecast ``` -- [Conda](https://anaconda.org/conda-forge/stumpy) (📥 950K · ⏱️ 21.08.2023): +- [Conda](https://anaconda.org/conda-forge/statsforecast) (📥 180K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge stumpy + conda install -c conda-forge statsforecast ```
-
tsfresh (🥈30 · ⭐ 7.9K) - Automatic extraction of relevant features from time series:. MIT +
tsfresh (🥈32 · ⭐ 8.8K) - Automatic extraction of relevant features from time series:. MIT -- [GitHub](https://github.com/blue-yonder/tsfresh) (👨‍💻 91 · 🔀 1.2K · 📦 21 · 📋 530 - 11% open · ⏱️ 24.10.2023): +- [GitHub](https://github.com/blue-yonder/tsfresh) (👨‍💻 99 · 🔀 1.2K · 📦 21 · 📋 550 - 12% open · ⏱️ 16.02.2025): ``` git clone https://github.com/blue-yonder/tsfresh ``` -- [PyPi](https://pypi.org/project/tsfresh) (📥 190K / month · 📦 77 · ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/tsfresh) (📥 240K / month · 📦 100 · ⏱️ 16.02.2025): ``` pip install tsfresh ``` -- [Conda](https://anaconda.org/conda-forge/tsfresh) (📥 1.3M · ⏱️ 30.07.2023): +- [Conda](https://anaconda.org/conda-forge/tsfresh) (📥 1.4M · ⏱️ 22.04.2025): ``` conda install -c conda-forge tsfresh ```
-
GluonTS (🥈30 · ⭐ 3.9K) - Probabilistic time series modeling in Python. Apache-2 +
pytorch-forecasting (🥈32 · ⭐ 4.3K) - Time series forecasting with PyTorch. MIT -- [GitHub](https://github.com/awslabs/gluonts) (👨‍💻 110 · 🔀 750 · 📋 900 - 31% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/sktime/pytorch-forecasting) (👨‍💻 69 · 🔀 670 · 📦 610 · 📋 850 - 61% open · ⏱️ 18.05.2025): ``` - git clone https://github.com/awslabs/gluon-ts + git clone https://github.com/jdb78/pytorch-forecasting ``` -- [PyPi](https://pypi.org/project/gluonts) (📥 320K / month · 📦 16 · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/pytorch-forecasting) (📥 130K / month · 📦 22 · ⏱️ 06.02.2025): ``` - pip install gluonts + pip install pytorch-forecasting ``` -- [Conda](https://anaconda.org/anaconda/gluonts) (📥 650 · ⏱️ 23.06.2023): +- [Conda](https://anaconda.org/conda-forge/pytorch-forecasting) (📥 78K · ⏱️ 22.04.2025): ``` - conda install -c anaconda gluonts + conda install -c conda-forge pytorch-forecasting ```
-
pytorch-forecasting (🥈30 · ⭐ 3.4K) - Time series forecasting with PyTorch. MIT +
NeuralForecast (🥈32 · ⭐ 3.5K) - Scalable and user friendly neural forecasting algorithms. Apache-2 -- [GitHub](https://github.com/jdb78/pytorch-forecasting) (👨‍💻 43 · 🔀 530 · 📋 710 - 60% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/Nixtla/neuralforecast) (👨‍💻 50 · 🔀 410 · 📦 380 · 📋 620 - 17% open · ⏱️ 16.05.2025): ``` - git clone https://github.com/jdb78/pytorch-forecasting + git clone https://github.com/Nixtla/neuralforecast ``` -- [PyPi](https://pypi.org/project/pytorch-forecasting) (📥 59K / month · 📦 10 · ⏱️ 26.07.2020): +- [PyPi](https://pypi.org/project/neuralforecast) (📥 100K / month · 📦 28 · ⏱️ 13.05.2025): ``` - pip install pytorch-forecasting + pip install neuralforecast ``` -- [Conda](https://anaconda.org/conda-forge/pytorch-forecasting) (📥 53K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/neuralforecast) (📥 38K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pytorch-forecasting + conda install -c conda-forge neuralforecast ```
-
NeuralForecast (🥈29 · ⭐ 2K) - Scalable and user friendly neural forecasting algorithms. Apache-2 +
pmdarima (🥈32 · ⭐ 1.6K) - A statistical library designed to fill the void in Pythons time series.. MIT -- [GitHub](https://github.com/Nixtla/neuralforecast) (👨‍💻 32 · 🔀 220 · 📦 78 · 📋 380 - 22% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/alkaline-ml/pmdarima) (👨‍💻 23 · 🔀 240 · 📦 12K · 📋 340 - 19% open · ⏱️ 07.11.2024): ``` - git clone https://github.com/Nixtla/neuralforecast + git clone https://github.com/alkaline-ml/pmdarima ``` -- [PyPi](https://pypi.org/project/neuralforecast) (📥 15K / month · 📦 5 · ⏱️ 05.10.2023): +- [PyPi](https://pypi.org/project/pmdarima) (📥 2.4M / month · 📦 150 · ⏱️ 23.10.2023): ``` - pip install neuralforecast + pip install pmdarima ``` -- [Conda](https://anaconda.org/conda-forge/neuralforecast) (📥 12K · ⏱️ 06.10.2023): +- [Conda](https://anaconda.org/conda-forge/pmdarima) (📥 1.3M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge neuralforecast + conda install -c conda-forge pmdarima ```
-
skforecast (🥉28 · ⭐ 740) - Time series forecasting with scikit-learn models. BSD-3 +
skforecast (🥈32 · ⭐ 1.3K) - Time series forecasting with machine learning models. BSD-3 -- [GitHub](https://github.com/JoaquinAmatRodrigo/skforecast) (👨‍💻 9 · 🔀 92 · 📦 220 · 📋 100 - 13% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/skforecast/skforecast) (👨‍💻 20 · 🔀 160 · 📦 470 · 📋 200 - 14% open · ⏱️ 01.05.2025): ``` git clone https://github.com/JoaquinAmatRodrigo/skforecast ``` -- [PyPi](https://pypi.org/project/skforecast) (📥 43K / month · 📦 6 · ⏱️ 16.11.2023): +- [PyPi](https://pypi.org/project/skforecast) (📥 77K / month · 📦 18 · ⏱️ 01.05.2025): ``` pip install skforecast ```
-
pyts (🥉26 · ⭐ 1.6K · 📉) - A Python package for time series classification. BSD-3 +
STUMPY (🥈31 · ⭐ 3.9K) - STUMPY is a powerful and scalable Python library for modern time series.. BSD-3 -- [GitHub](https://github.com/johannfaouzi/pyts) (👨‍💻 14 · 🔀 160 · 📦 500 · 📋 76 - 55% open · ⏱️ 20.06.2023): +- [GitHub](https://github.com/TDAmeritrade/stumpy) (👨‍💻 40 · 🔀 330 · 📦 1.3K · 📋 540 - 13% open · ⏱️ 08.04.2025): ``` - git clone https://github.com/johannfaouzi/pyts + git clone https://github.com/TDAmeritrade/stumpy ``` -- [PyPi](https://pypi.org/project/pyts) (📥 110K / month · 📦 19 · ⏱️ 31.10.2021): +- [PyPi](https://pypi.org/project/stumpy) (📥 300K / month · 📦 30 · ⏱️ 09.07.2024): ``` - pip install pyts + pip install stumpy ``` -- [Conda](https://anaconda.org/conda-forge/pyts) (📥 22K · ⏱️ 18.06.2023): +- [Conda](https://anaconda.org/conda-forge/stumpy) (📥 1.1M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pyts + conda install -c conda-forge stumpy ```
-
Streamz (🥉26 · ⭐ 1.2K · 💤) - Real-time stream processing for python. BSD-3 +
tslearn (🥈31 · ⭐ 3K · 💤) - The machine learning toolkit for time series analysis in Python. BSD-2 -- [GitHub](https://github.com/python-streamz/streamz) (👨‍💻 48 · 🔀 140 · 📦 430 · 📋 260 - 41% open · ⏱️ 22.12.2022): +- [GitHub](https://github.com/tslearn-team/tslearn) (👨‍💻 43 · 🔀 340 · 📦 1.8K · 📋 340 - 41% open · ⏱️ 01.07.2024): ``` - git clone https://github.com/python-streamz/streamz + git clone https://github.com/tslearn-team/tslearn ``` -- [PyPi](https://pypi.org/project/streamz) (📥 21K / month · 📦 40 · ⏱️ 27.07.2022): +- [PyPi](https://pypi.org/project/tslearn) (📥 340K / month · 📦 79 · ⏱️ 12.12.2023): ``` - pip install streamz + pip install tslearn ``` -- [Conda](https://anaconda.org/conda-forge/streamz) (📥 740K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/tslearn) (📥 1.6M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge streamz + conda install -c conda-forge tslearn ```
-
TSFEL (🥉24 · ⭐ 770) - An intuitive library to extract features from time series. BSD-3 +
GluonTS (🥈30 · ⭐ 4.9K) - Probabilistic time series modeling in Python. Apache-2 -- [GitHub](https://github.com/fraunhoferportugal/tsfel) (👨‍💻 18 · 🔀 130 · 📦 100 · 📋 68 - 7% open · ⏱️ 24.11.2023): +- [GitHub](https://github.com/awslabs/gluonts) (👨‍💻 120 · 🔀 780 · 📋 970 - 34% open · ⏱️ 08.04.2025): ``` - git clone https://github.com/fraunhoferportugal/tsfel + git clone https://github.com/awslabs/gluon-ts ``` -- [PyPi](https://pypi.org/project/tsfel) (📥 22K / month · ⏱️ 22.08.2023): +- [PyPi](https://pypi.org/project/gluonts) (📥 630K / month · 📦 36 · ⏱️ 08.04.2025): ``` - pip install tsfel + pip install gluonts + ``` +- [Conda](https://anaconda.org/anaconda/gluonts) (📥 2K · ⏱️ 22.04.2025): + ``` + conda install -c anaconda gluonts ```
-
uber/orbit (🥉22 · ⭐ 1.8K) - A Python package for Bayesian forecasting with object-oriented.. Apache-2 +
Streamz (🥉29 · ⭐ 1.3K) - Real-time stream processing for python. BSD-3 -- [GitHub](https://github.com/uber/orbit) (👨‍💻 18 · 🔀 130 · 📦 42 · 📋 390 - 16% open · ⏱️ 26.09.2023): +- [GitHub](https://github.com/python-streamz/streamz) (👨‍💻 49 · 🔀 150 · 📦 550 · 📋 270 - 44% open · ⏱️ 22.11.2024): ``` - git clone https://github.com/uber/orbit + git clone https://github.com/python-streamz/streamz ``` -- [PyPi](https://pypi.org/project/orbit-ml) (📥 29K / month · 📦 1 · ⏱️ 29.01.2023): +- [PyPi](https://pypi.org/project/streamz) (📥 27K / month · 📦 57 · ⏱️ 27.07.2022): ``` - pip install orbit-ml + pip install streamz ``` -- [Conda](https://anaconda.org/conda-forge/orbit-ml) (📥 4.6K · ⏱️ 18.06.2023): +- [Conda](https://anaconda.org/conda-forge/streamz) (📥 2.1M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge orbit-ml + conda install -c conda-forge streamz ```
-
tick (🥉22 · ⭐ 440 · 💤) - Module for statistical learning, with a particular emphasis on time-.. BSD-3 +
pyts (🥉27 · ⭐ 1.8K) - A Python package for time series classification. BSD-3 -- [GitHub](https://github.com/X-DataInitiative/tick) (👨‍💻 19 · 🔀 96 · 📥 290 · 📦 72 · 📋 240 - 28% open · ⏱️ 05.03.2023): +- [GitHub](https://github.com/johannfaouzi/pyts) (👨‍💻 15 · 🔀 170 · 📦 870 · 📋 87 - 58% open · ⏱️ 27.04.2025): ``` - git clone https://github.com/X-DataInitiative/tick + git clone https://github.com/johannfaouzi/pyts + ``` +- [PyPi](https://pypi.org/project/pyts) (📥 120K / month · 📦 45 · ⏱️ 18.06.2023): + ``` + pip install pyts ``` -- [PyPi](https://pypi.org/project/tick) (📥 1.2K / month · 📦 2 · ⏱️ 24.05.2020): +- [Conda](https://anaconda.org/conda-forge/pyts) (📥 33K · ⏱️ 22.04.2025): ``` - pip install tick + conda install -c conda-forge pyts ```
-
greykite (🥉21 · ⭐ 1.8K) - A flexible, intuitive and fast forecasting library. BSD-2 +
NeuralProphet (🥉26 · ⭐ 4.1K · 💤) - NeuralProphet: A simple forecasting package. MIT -- [GitHub](https://github.com/linkedin/greykite) (👨‍💻 9 · 🔀 100 · 📥 4 · 📦 25 · 📋 100 - 22% open · ⏱️ 07.06.2023): +- [GitHub](https://github.com/ourownstory/neural_prophet) (👨‍💻 55 · 🔀 490 · 📋 560 - 11% open · ⏱️ 13.09.2024): ``` - git clone https://github.com/linkedin/greykite + git clone https://github.com/ourownstory/neural_prophet ``` -- [PyPi](https://pypi.org/project/greykite) (📥 14K / month · ⏱️ 15.07.2022): +- [PyPi](https://pypi.org/project/neuralprophet) (📥 87K / month · 📦 8 · ⏱️ 26.06.2024): ``` - pip install greykite + pip install neuralprophet ```
-
luminol (🥉21 · ⭐ 1.1K · 💤) - Anomaly Detection and Correlation library. Apache-2 +
greykite (🥉22 · ⭐ 1.8K) - A flexible, intuitive and fast forecasting library. BSD-2 -- [GitHub](https://github.com/linkedin/luminol) (👨‍💻 9 · 🔀 220 · 📦 76 · 📋 43 - 72% open · ⏱️ 09.05.2023): +- [GitHub](https://github.com/linkedin/greykite) (👨‍💻 10 · 🔀 110 · 📥 36 · 📦 44 · 📋 110 - 10% open · ⏱️ 20.02.2025): ``` - git clone https://github.com/linkedin/luminol + git clone https://github.com/linkedin/greykite ``` -- [PyPi](https://pypi.org/project/luminol) (📥 6.2K / month · 📦 15 · ⏱️ 11.12.2017): +- [PyPi](https://pypi.org/project/greykite) (📥 6.9K / month · ⏱️ 20.02.2025): ``` - pip install luminol + pip install greykite ```
-
pydlm (🥉20 · ⭐ 470) - 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) (👨‍💻 6 · 🔀 97 · 📦 32 · 📋 49 - 75% open · ⏱️ 04.09.2023): +- [GitHub](https://github.com/fraunhoferportugal/tsfel) (👨‍💻 20 · 🔀 140 · 📦 210 · 📋 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) (📥 25K / month · 📦 2 · ⏱️ 19.12.2018): +- [PyPi](https://pypi.org/project/tsfel) (📥 6.8K / month · 📦 7 · ⏱️ 12.09.2024): ``` - pip install pydlm + pip install tsfel ```
-
Auto TS (🥉19 · ⭐ 640) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2 +
pydlm (🥉21 · ⭐ 480 · 💤) - A python library for Bayesian time series modeling. BSD-3 -- [GitHub](https://github.com/AutoViML/Auto_TS) (👨‍💻 11 · 🔀 110 · ⏱️ 03.12.2023): +- [GitHub](https://github.com/wwrechard/pydlm) (👨‍💻 7 · 🔀 98 · 📦 41 · 📋 51 - 70% open · ⏱️ 07.09.2024): ``` - git clone https://github.com/AutoViML/Auto_TS + git clone https://github.com/wwrechard/pydlm ``` -- [PyPi](https://pypi.org/project/auto-ts) (📥 4.2K / month · ⏱️ 03.12.2023): +- [PyPi](https://pypi.org/project/pydlm) (📥 71K / month · 📦 2 · ⏱️ 13.08.2024): ``` - pip install auto-ts + pip install pydlm ```
-
tsflex (🥉17 · ⭐ 340) - 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 · 🔀 22 · 📦 10 · 📋 45 - 60% open · ⏱️ 04.10.2023): +- [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) (📥 270 / month · ⏱️ 11.10.2022): +- [PyPi](https://pypi.org/project/tsflex) (📥 1.9K / month · 📦 2 · ⏱️ 06.09.2024): ``` pip install tsflex ``` -- [Conda](https://anaconda.org/conda-forge/tsflex) (📥 20K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/tsflex) (📥 33K · ⏱️ 22.04.2025): ``` conda install -c conda-forge tsflex ```
-
Show 7 hidden projects... +
Auto TS (🥉18 · ⭐ 760 · 💤) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2 + +- [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) (📥 2.2K / month · ⏱️ 05.05.2024): + ``` + pip install auto-ts + ``` +
+
Show 9 hidden projects... - PyFlux (🥉25 · ⭐ 2.1K · 💀) - Open source time series library for Python. BSD-3 -- seglearn (🥉21 · ⭐ 560 · 💀) - Python module for machine learning time series:. BSD-3 -- ADTK (🥉19 · ⭐ 980 · 💀) - A Python toolkit for rule-based/unsupervised anomaly detection in time.. MPL-2.0 -- matrixprofile-ts (🥉19 · ⭐ 720 · 💀) - A Python library for detecting patterns and anomalies.. Apache-2 -- atspy (🥉15 · ⭐ 500 · 💀) - AtsPy: Automated Time Series Models in Python (by @firmai). MIT -- tsaug (🥉13 · ⭐ 320 · 💀) - A Python package for time series augmentation. Apache-2 -- tslumen (🥉8 · ⭐ 54 · 💀) - A library for Time Series EDA (exploratory data analysis). Apache-2 +- ADTK (🥉23 · ⭐ 1.2K · 💀) - A Python toolkit for rule-based/unsupervised anomaly detection in.. MPL-2.0 +- luminol (🥉21 · ⭐ 1.2K · 💀) - Anomaly Detection and Correlation library. Apache-2 +- seglearn (🥉21 · ⭐ 580 · 💀) - Python module for machine learning time series:. BSD-3 +- tick (🥉20 · ⭐ 510 · 💀) - Module for statistical learning, with a particular emphasis on time-.. BSD-3 +- matrixprofile-ts (🥉19 · ⭐ 740 · 💀) - A Python library for detecting patterns and anomalies.. Apache-2 +- 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 · ⭐ 69 · 💀) - A library for Time Series EDA (exploratory data analysis). Apache-2

@@ -4325,184 +3767,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 (🥇38 · ⭐ 2.4K) - 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) (👨‍💻 360 · 🔀 1.3K · 📦 3.3K · 📋 4.7K - 10% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/mne-tools/mne-python) (👨‍💻 390 · 🔀 1.3K · 📦 5.9K · 📋 5K - 11% open · ⏱️ 22.05.2025): ``` git clone https://github.com/mne-tools/mne-python ``` -- [PyPi](https://pypi.org/project/mne) (📥 91K / month · 📦 280 · ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/mne) (📥 160K / month · 📦 420 · ⏱️ 18.12.2024): ``` pip install mne ``` -- [Conda](https://anaconda.org/conda-forge/mne) (📥 340K · ⏱️ 20.11.2023): +- [Conda](https://anaconda.org/conda-forge/mne) (📥 530K · ⏱️ 22.04.2025): ``` conda install -c conda-forge mne ```
-
MONAI (🥇36 · ⭐ 4.9K) - AI Toolkit for Healthcare Imaging. Apache-2 - -- [GitHub](https://github.com/Project-MONAI/MONAI) (👨‍💻 180 · 🔀 910 · 📦 1.6K · 📋 2.8K - 12% open · ⏱️ 05.12.2023): - - ``` - git clone https://github.com/Project-MONAI/MONAI - ``` -- [PyPi](https://pypi.org/project/monai) (📥 160K / month · 📦 48 · ⏱️ 12.10.2023): - ``` - pip install monai - ``` -- [Conda](https://anaconda.org/conda-forge/monai) (📥 20K · ⏱️ 12.10.2023): - ``` - conda install -c conda-forge monai - ``` -
-
Nilearn (🥇36 · ⭐ 1.1K) - Machine learning for NeuroImaging in Python. BSD-3 +
Nilearn (🥇38 · ⭐ 1.3K) - Machine learning for NeuroImaging in Python. BSD-3 -- [GitHub](https://github.com/nilearn/nilearn) (👨‍💻 230 · 🔀 530 · 📥 150 · 📦 2.7K · 📋 2K - 15% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/nilearn/nilearn) (👨‍💻 260 · 🔀 600 · 📥 300 · 📦 4.2K · 📋 2.4K - 12% open · ⏱️ 21.05.2025): ``` git clone https://github.com/nilearn/nilearn ``` -- [PyPi](https://pypi.org/project/nilearn) (📥 56K / month · 📦 290 · ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/nilearn) (📥 260K / month · 📦 310 · ⏱️ 23.12.2024): ``` pip install nilearn ``` -- [Conda](https://anaconda.org/conda-forge/nilearn) (📥 260K · ⏱️ 02.10.2023): +- [Conda](https://anaconda.org/conda-forge/nilearn) (📥 330K · ⏱️ 22.04.2025): ``` conda install -c conda-forge nilearn ```
-
Lifelines (🥈34 · ⭐ 2.2K) - Survival analysis in Python. MIT +
MONAI (🥈36 · ⭐ 6.4K) - AI Toolkit for Healthcare Imaging. Apache-2 -- [GitHub](https://github.com/CamDavidsonPilon/lifelines) (👨‍💻 120 · 🔀 560 · 📦 2K · 📋 940 - 27% open · ⏱️ 15.11.2023): +- [GitHub](https://github.com/Project-MONAI/MONAI) (👨‍💻 220 · 🔀 1.2K · 📦 4.2K · 📋 3.3K - 13% open · ⏱️ 16.05.2025): ``` - git clone https://github.com/CamDavidsonPilon/lifelines + git clone https://github.com/Project-MONAI/MONAI ``` -- [PyPi](https://pypi.org/project/lifelines) (📥 440K / month · 📦 130 · ⏱️ 13.09.2023): +- [PyPi](https://pypi.org/project/monai) (📥 350K / month · 📦 140 · ⏱️ 10.12.2024): ``` - pip install lifelines + pip install monai ``` -- [Conda](https://anaconda.org/conda-forge/lifelines) (📥 300K · ⏱️ 13.09.2023): +- [Conda](https://anaconda.org/conda-forge/monai) (📥 49K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge lifelines + conda install -c conda-forge monai ```
-
NIPYPE (🥈34 · ⭐ 710) - Workflows and interfaces for neuroimaging packages. Apache-2 +
NIPYPE (🥈35 · ⭐ 780) - Workflows and interfaces for neuroimaging packages. Apache-2 -- [GitHub](https://github.com/nipy/nipype) (👨‍💻 250 · 🔀 510 · 📦 3.8K · 📋 1.3K - 29% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/nipy/nipype) (👨‍💻 260 · 🔀 530 · 📦 6.9K · 📋 1.4K - 30% open · ⏱️ 28.04.2025): ``` git clone https://github.com/nipy/nipype ``` -- [PyPi](https://pypi.org/project/nipype) (📥 94K / month · 📦 180 · ⏱️ 06.04.2023): +- [PyPi](https://pypi.org/project/nipype) (📥 330K / month · 📦 150 · ⏱️ 19.03.2025): ``` pip install nipype ``` -- [Conda](https://anaconda.org/conda-forge/nipype) (📥 590K · ⏱️ 22.09.2023): +- [Conda](https://anaconda.org/conda-forge/nipype) (📥 800K · ⏱️ 05.05.2025): ``` conda install -c conda-forge nipype ```
-
DIPY (🥈34 · ⭐ 630) - DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic.. BSD-3 +
NiBabel (🥈34 · ⭐ 700) - Python package to access a cacophony of neuro-imaging file formats. MIT -- [GitHub](https://github.com/dipy/dipy) (👨‍💻 150 · 🔀 390 · 📦 950 · 📋 890 - 16% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/nipy/nibabel) (👨‍💻 110 · 🔀 260 · 📦 29K · 📋 550 - 23% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/dipy/dipy - ``` -- [PyPi](https://pypi.org/project/dipy) (📥 17K / month · 📦 110 · ⏱️ 23.04.2023): - ``` - pip install dipy - ``` -- [Conda](https://anaconda.org/conda-forge/dipy) (📥 420K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge dipy + git clone https://github.com/nipy/nibabel ``` -
-
Hail (🥈33 · ⭐ 900) - Cloud-native genomic dataframes and batch computing. MIT - -- [GitHub](https://github.com/hail-is/hail) (👨‍💻 91 · 🔀 230 · 📦 120 · 📋 2.3K - 7% open · ⏱️ 06.12.2023): - +- [PyPi](https://pypi.org/project/nibabel) (📥 880K / month · 📦 1.2K · ⏱️ 23.10.2024): ``` - git clone https://github.com/hail-is/hail + pip install nibabel ``` -- [PyPi](https://pypi.org/project/hail) (📥 52K / month · 📦 17 · ⏱️ 30.10.2023): +- [Conda](https://anaconda.org/conda-forge/nibabel) (📥 900K · ⏱️ 22.04.2025): ``` - pip install hail + conda install -c conda-forge nibabel ```
-
NiBabel (🥈33 · ⭐ 600) - Python package to access a cacophony of neuro-imaging file formats. MIT +
Lifelines (🥈33 · ⭐ 2.4K · 💤) - Survival analysis in Python. MIT -- [GitHub](https://github.com/nipy/nibabel) (👨‍💻 100 · 🔀 250 · 📦 16K · 📋 510 - 23% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/CamDavidsonPilon/lifelines) (👨‍💻 120 · 🔀 560 · 📦 3.9K · 📋 980 - 27% open · ⏱️ 29.10.2024): ``` - git clone https://github.com/nipy/nibabel + git clone https://github.com/CamDavidsonPilon/lifelines ``` -- [PyPi](https://pypi.org/project/nibabel) (📥 290K / month · 📦 1.2K · ⏱️ 03.04.2023): +- [PyPi](https://pypi.org/project/lifelines) (📥 2.2M / month · 📦 160 · ⏱️ 29.10.2024): ``` - pip install nibabel + pip install lifelines ``` -- [Conda](https://anaconda.org/conda-forge/nibabel) (📥 670K · ⏱️ 29.09.2023): +- [Conda](https://anaconda.org/conda-forge/lifelines) (📥 430K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge nibabel + conda install -c conda-forge lifelines ```
-
NIPY (🥉28 · ⭐ 360) - Neuroimaging in Python FMRI analysis package. BSD-3 +
Hail (🥈32 · ⭐ 1K) - Cloud-native genomic dataframes and batch computing. MIT -- [GitHub](https://github.com/nipy/nipy) (👨‍💻 69 · 🔀 140 · 📦 210 · 📋 170 - 26% open · ⏱️ 23.11.2023): +- [GitHub](https://github.com/hail-is/hail) (👨‍💻 97 · 🔀 250 · 📦 170 · 📋 2.5K - 10% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/nipy/nipy - ``` -- [PyPi](https://pypi.org/project/nipy) (📥 4.8K / month · 📦 51 · ⏱️ 29.03.2021): - ``` - pip install nipy + git clone https://github.com/hail-is/hail ``` -- [Conda](https://anaconda.org/conda-forge/nipy) (📥 110K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/hail) (📥 18K / month · 📦 42 · ⏱️ 07.03.2025): ``` - conda install -c conda-forge nipy + pip install hail ```
-
DeepVariant (🥉27 · ⭐ 3K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3 +
DeepVariant (🥉28 · ⭐ 3.4K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3 -- [GitHub](https://github.com/google/deepvariant) (👨‍💻 28 · 🔀 680 · 📥 4.7K · 📋 690 - 1% open · ⏱️ 02.11.2023): +- [GitHub](https://github.com/google/deepvariant) (👨‍💻 41 · 🔀 740 · 📥 4.8K · 📦 4 · 📋 910 - 0% open · ⏱️ 16.05.2025): ``` git clone https://github.com/google/deepvariant ``` -- [Conda](https://anaconda.org/bioconda/deepvariant) (📥 59K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/bioconda/deepvariant) (📥 76K · ⏱️ 22.04.2025): ``` conda install -c bioconda deepvariant ```
-
Brainiak (🥉19 · ⭐ 320) - Brain Imaging Analysis Kit. Apache-2 +
Brainiak (🥉19 · ⭐ 350) - Brain Imaging Analysis Kit. Apache-2 -- [GitHub](https://github.com/brainiak/brainiak) (👨‍💻 35 · 🔀 130 · 📋 210 - 38% open · ⏱️ 27.11.2023): +- [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) (📥 130 / month · 📦 1 · ⏱️ 15.10.2020): +- [PyPi](https://pypi.org/project/brainiak) (📥 1.7K / month · ⏱️ 07.01.2025): ``` pip install brainiak ``` -- [Docker Hub](https://hub.docker.com/r/brainiak/brainiak) (📥 1.8K · ⭐ 1 · ⏱️ 15.10.2020): +- [Docker Hub](https://hub.docker.com/r/brainiak/brainiak) (📥 1.9K · ⭐ 1 · ⏱️ 07.01.2025): ``` docker pull brainiak/brainiak ```
-
Show 8 hidden projects... +
Show 10 hidden projects... -- NiftyNet (🥉24 · ⭐ 1.3K · 💀) - [unmaintained] An open-source convolutional neural.. Apache-2 -- MedPy (🥉22 · ⭐ 520) - Medical image processing in Python. ❗️GPL-3.0 +- DIPY (🥈32 · ⭐ 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 +- 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 · ⭐ 250 · 💤) - An open-source toolkit for large-scale genomic analysis. Apache-2 -- Medical Detection Toolkit (🥉15 · ⭐ 1.2K · 💀) - The Medical Detection Toolkit contains 2D + 3D.. Apache-2 -- MedicalTorch (🥉15 · ⭐ 820 · 💀) - A medical imaging framework for Pytorch. Apache-2 -- DeepNeuro (🥉13 · ⭐ 120 · 💀) - A deep learning python package for neuroimaging data. Made by:. MIT -- MedicalNet (🥉12 · ⭐ 1.7K · 💀) - Many studies have shown that the performance on deep learning is.. MIT +- Glow (🥉20 · ⭐ 280) - An open-source toolkit for large-scale genomic analysis. Apache-2 +- MedicalTorch (🥉15 · ⭐ 870 · 💀) - A medical imaging framework for Pytorch. Apache-2 +- Medical Detection Toolkit (🥉14 · ⭐ 1.3K · 💀) - The Medical Detection Toolkit contains 2D + 3D.. Apache-2 +- DeepNeuro (🥉14 · ⭐ 130 · 💀) - A deep learning python package for neuroimaging data. Made by:. MIT +- MedicalNet (🥉12 · ⭐ 2K · 💀) - Many studies have shown that the performance on deep learning is.. MIT

@@ -4512,35 +3924,62 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic _Libraries for processing tabular and structured data._ -
carefree-learn (🥈21 · ⭐ 400) - Deep Learning PyTorch. MIT +
skrub (🥇29 · ⭐ 1.4K) - Machine learning with dataframes. BSD-3 -- [GitHub](https://github.com/carefree0910/carefree-learn) (👨‍💻 1 · 🔀 37 · 📦 4 · 📋 82 - 2% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/skrub-data/skrub) (👨‍💻 59 · 🔀 120 · 📦 87 · 📋 440 - 20% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/carefree0910/carefree-learn + git clone https://github.com/skrub-data/skrub ``` -- [PyPi](https://pypi.org/project/carefree-learn) (📥 220 / month · ⏱️ 17.10.2023): +- [PyPi](https://pypi.org/project/skrub) (📥 12K / month · 📦 10 · ⏱️ 03.04.2025): ``` - pip install carefree-learn + pip install skrub ```
-
pytorch_tabular (🥉20 · ⭐ 1.1K) - 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) (👨‍💻 17 · 🔀 120 · 📥 21 · 📋 120 - 10% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/manujosephv/pytorch_tabular) (👨‍💻 27 · 🔀 150 · 📥 54 · 📋 170 - 7% open · ⏱️ 19.04.2025): ``` git clone https://github.com/manujosephv/pytorch_tabular ``` -- [PyPi](https://pypi.org/project/pytorch_tabular) (📥 3.2K / month · 📦 2 · ⏱️ 01.09.2021): +- [PyPi](https://pypi.org/project/pytorch_tabular) (📥 19K / month · 📦 9 · ⏱️ 28.11.2024): ``` pip install pytorch_tabular ```
-
Show 3 hidden projects... +
miceforest (🥈24 · ⭐ 380 · 💤) - Multiple Imputation with LightGBM in Python. MIT + +- [GitHub](https://github.com/AnotherSamWilson/miceforest) (👨‍💻 8 · 🔀 30 · 📦 240 · 📋 90 - 11% open · ⏱️ 02.08.2024): + + ``` + git clone https://github.com/AnotherSamWilson/miceforest + ``` +- [PyPi](https://pypi.org/project/miceforest) (📥 78K / month · 📦 9 · ⏱️ 02.08.2024): + ``` + pip install miceforest + ``` +- [Conda](https://anaconda.org/conda-forge/miceforest) (📥 19K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge miceforest + ``` +
+
upgini (🥉22 · ⭐ 330) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3 + +- [GitHub](https://github.com/upgini/upgini) (👨‍💻 13 · 🔀 25 · 📦 9 · ⏱️ 20.05.2025): + + ``` + git clone https://github.com/upgini/upgini + ``` +- [PyPi](https://pypi.org/project/upgini) (📥 12K / month · ⏱️ 22.05.2025): + ``` + pip install upgini + ``` +
+
Show 2 hidden projects... -- miceforest (🥇23 · ⭐ 270) - Multiple Imputation with LightGBM in Python. MIT -- upgini (🥈21 · ⭐ 250) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3 -- deltapy (🥉12 · ⭐ 520 · 💀) - DeltaPy - Tabular Data Augmentation (by @firmai). MIT +- carefree-learn (🥉17 · ⭐ 410 · 💀) - Deep Learning PyTorch. MIT +- deltapy (🥉12 · ⭐ 550 · 💀) - DeltaPy - Tabular Data Augmentation (by @firmai). MIT

@@ -4550,135 +3989,98 @@ _Libraries for processing tabular and structured data._ _Libraries for optical character recognition (OCR) and text extraction from images or videos._ -
PaddleOCR (🥇38 · ⭐ 35K) - 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) (👨‍💻 180 · 🔀 6.8K · 📦 2K · 📋 8.3K - 12% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (👨‍💻 300 · 🔀 8.2K · 📥 2M · 📦 5.7K · 📋 9.6K - 1% open · ⏱️ 22.05.2025): ``` git clone https://github.com/PaddlePaddle/PaddleOCR ``` -- [PyPi](https://pypi.org/project/paddleocr) (📥 100K / month · 📦 30 · ⏱️ 15.09.2023): +- [PyPi](https://pypi.org/project/paddleocr) (📥 330K / month · 📦 150 · ⏱️ 20.05.2025): ``` pip install paddleocr ```
-
EasyOCR (🥇35 · ⭐ 20K) - Ready-to-use OCR with 80+ supported languages and all popular writing.. Apache-2 +
OCRmyPDF (🥇37 · ⭐ 29K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0 -- [GitHub](https://github.com/JaidedAI/EasyOCR) (👨‍💻 130 · 🔀 2.7K · 📥 7.6M · 📦 4.5K · 📋 890 - 34% open · ⏱️ 04.09.2023): +- [GitHub](https://github.com/ocrmypdf/OCRmyPDF) (👨‍💻 110 · 🔀 2K · 📥 12K · 📦 1.3K · 📋 1.3K - 10% open · ⏱️ 21.04.2025): ``` - git clone https://github.com/JaidedAI/EasyOCR + git clone https://github.com/ocrmypdf/OCRmyPDF ``` -- [PyPi](https://pypi.org/project/easyocr) (📥 220K / month · 📦 69 · ⏱️ 04.09.2023): +- [PyPi](https://pypi.org/project/ocrmypdf) (📥 220K / month · 📦 46 · ⏱️ 24.04.2025): ``` - pip install easyocr + pip install ocrmypdf + ``` +- [Conda](https://anaconda.org/conda-forge/ocrmypdf) (📥 99K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge ocrmypdf ```
-
OCRmyPDF (🥈34 · ⭐ 11K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0 +
EasyOCR (🥈34 · ⭐ 27K · 💤) - Ready-to-use OCR with 80+ supported languages and all popular.. Apache-2 -- [GitHub](https://github.com/ocrmypdf/OCRmyPDF) (👨‍💻 86 · 🔀 800 · 📥 1.3K · 📦 680 · 📋 1K - 8% open · ⏱️ 03.12.2023): +- [GitHub](https://github.com/JaidedAI/EasyOCR) (👨‍💻 130 · 🔀 3.3K · 📥 21M · 📦 15K · 📋 1.1K - 43% open · ⏱️ 24.09.2024): ``` - git clone https://github.com/ocrmypdf/OCRmyPDF - ``` -- [PyPi](https://pypi.org/project/ocrmypdf) (📥 50K / month · 📦 17 · ⏱️ 29.11.2023): - ``` - pip install ocrmypdf + git clone https://github.com/JaidedAI/EasyOCR ``` -- [Conda](https://anaconda.org/conda-forge/ocrmypdf) (📥 60K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/easyocr) (📥 910K / month · 📦 250 · ⏱️ 24.09.2024): ``` - conda install -c conda-forge ocrmypdf + pip install easyocr ```
-
Tesseract (🥈33 · ⭐ 5.2K) - Python-tesseract is an optical character recognition (OCR) tool.. Apache-2 +
Tesseract (🥈31 · ⭐ 6.1K) - Python-tesseract is an optical character recognition (OCR) tool.. Apache-2 -- [GitHub](https://github.com/madmaze/pytesseract) (👨‍💻 45 · 🔀 680 · 📋 350 - 3% open · ⏱️ 18.11.2023): +- [GitHub](https://github.com/madmaze/pytesseract) (👨‍💻 50 · 🔀 720 · 📋 370 - 3% open · ⏱️ 17.02.2025): ``` git clone https://github.com/madmaze/pytesseract ``` -- [PyPi](https://pypi.org/project/pytesseract) (📥 1.6M / month · 📦 1.2K · ⏱️ 16.08.2022): +- [PyPi](https://pypi.org/project/pytesseract) (📥 3M / month · 📦 970 · ⏱️ 16.08.2024): ``` pip install pytesseract ``` -- [Conda](https://anaconda.org/conda-forge/pytesseract) (📥 590K · ⏱️ 15.10.2023): +- [Conda](https://anaconda.org/conda-forge/pytesseract) (📥 660K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pytesseract ```
-
tesserocr (🥈30 · ⭐ 1.9K) - A Python wrapper for the tesseract-ocr API. MIT +
tesserocr (🥈30 · ⭐ 2.1K) - A Python wrapper for the tesseract-ocr API. MIT -- [GitHub](https://github.com/sirfz/tesserocr) (👨‍💻 29 · 🔀 260 · 📥 68 · 📦 910 · 📋 270 - 18% open · ⏱️ 09.10.2023): +- [GitHub](https://github.com/sirfz/tesserocr) (👨‍💻 32 · 🔀 260 · 📥 960 · 📦 1.3K · 📋 280 - 17% open · ⏱️ 08.05.2025): ``` git clone https://github.com/sirfz/tesserocr ``` -- [PyPi](https://pypi.org/project/tesserocr) (📥 50K / month · 📦 72 · ⏱️ 09.10.2023): +- [PyPi](https://pypi.org/project/tesserocr) (📥 130K / month · 📦 43 · ⏱️ 12.02.2025): ``` pip install tesserocr ``` -- [Conda](https://anaconda.org/conda-forge/tesserocr) (📥 130K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/tesserocr) (📥 250K · ⏱️ 22.04.2025): ``` conda install -c conda-forge tesserocr ```
-
MMOCR (🥉28 · ⭐ 3.8K) - 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 · 🔀 700 · 📦 97 · 📋 890 - 17% open · ⏱️ 01.09.2023): +- [GitHub](https://github.com/open-mmlab/mmocr) (👨‍💻 90 · 🔀 750 · 📦 230 · 📋 930 - 20% open · ⏱️ 27.11.2024): ``` git clone https://github.com/open-mmlab/mmocr ``` -- [PyPi](https://pypi.org/project/mmocr) (📥 5.9K / month · 📦 2 · ⏱️ 05.05.2022): +- [PyPi](https://pypi.org/project/mmocr) (📥 4.2K / month · 📦 4 · ⏱️ 05.05.2022): ``` pip install mmocr ```
-
keras-ocr (🥉25 · ⭐ 1.3K) - A packaged and flexible version of the CRAFT text detector and.. MIT - -- [GitHub](https://github.com/faustomorales/keras-ocr) (👨‍💻 18 · 🔀 320 · 📥 730K · 📦 360 · ⏱️ 06.11.2023): - - ``` - git clone https://github.com/faustomorales/keras-ocr - ``` -- [PyPi](https://pypi.org/project/keras-ocr) (📥 21K / month · 📦 8 · ⏱️ 06.11.2023): - ``` - pip install keras-ocr - ``` -- [Conda](https://anaconda.org/anaconda/keras-ocr) (📥 300 · ⏱️ 16.06.2023): - ``` - conda install -c anaconda keras-ocr - ``` -
-
calamari (🥉23 · ⭐ 1K) - Line based ATR Engine based on OCRopy. Apache-2 - -- [GitHub](https://github.com/Calamari-OCR/calamari) (👨‍💻 20 · 🔀 210 · 📋 270 - 23% open · ⏱️ 18.08.2023): - - ``` - git clone https://github.com/Calamari-OCR/calamari - ``` -- [PyPi](https://pypi.org/project/calamari_ocr) (📥 1.8K / month · 📦 5 · ⏱️ 18.08.2023): - ``` - pip install calamari_ocr - ``` -
-
attention-ocr (🥉21 · ⭐ 960) - A Tensorflow model for text recognition (CNN + seq2seq with.. MIT - -- [GitHub](https://github.com/emedvedev/attention-ocr) (👨‍💻 28 · 🔀 240 · 📦 27 · 📋 150 - 16% open · ⏱️ 20.10.2023): - - ``` - git clone https://github.com/emedvedev/attention-ocr - ``` -- [PyPi](https://pypi.org/project/aocr) (📥 210 / month · ⏱️ 19.04.2019): - ``` - pip install aocr - ``` -
-
Show 3 hidden projects... +
Show 6 hidden projects... -- pdftabextract (🥉21 · ⭐ 2.1K · 💀) - A set of tools for extracting tables from PDF files.. Apache-2 +- keras-ocr (🥉26 · ⭐ 1.5K · 💀) - A packaged and flexible version of the CRAFT text detector.. MIT +- calamari (🥉22 · ⭐ 1.1K) - Line based ATR Engine based on OCRopy. ❗️GPL-3.0 +- pdftabextract (🥉21 · ⭐ 2.2K · 💀) - A set of tools for extracting tables from PDF files.. Apache-2 +- attention-ocr (🥉21 · ⭐ 1.1K · 💀) - A Tensorflow model for text recognition (CNN + seq2seq.. MIT - doc2text (🥉20 · ⭐ 1.3K · 💀) - Detect text blocks and OCR poorly scanned PDFs in bulk. Python.. MIT -- Mozart (🥉10 · ⭐ 520 · 💀) - An optical music recognition (OMR) system. Converts sheet.. Apache-2 +- Mozart (🥉10 · ⭐ 660 · 💀) - An optical music recognition (OMR) system. Converts sheet.. Apache-2

@@ -4688,7 +4090,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.2K) - Collection of data-container, dataframe, and pandas-.. +🔗 best-of-python - Data Containers ( ⭐ 4K) - Collection of data-container, dataframe, and pandas-..
@@ -4698,7 +4100,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.2K) - Collection of data-loading and -extraction libraries. +🔗 best-of-python - Data Extraction ( ⭐ 4K) - Collection of data-loading and -extraction libraries.
@@ -4708,7 +4110,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.1K) - Collection of web-scraping and crawling libraries. +🔗 best-of-web-python - Web Scraping ( ⭐ 2.5K · 💤) - Collection of web-scraping and crawling libraries.
@@ -4718,8 +4120,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.2K) - 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 @@ -4728,348 +4134,286 @@ _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 · ⭐ 29K) - Ray is a unified framework for scaling AI and Python applications. Ray.. 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) (👨‍💻 950 · 🔀 5K · 📥 130 · 📦 13K · 📋 16K - 21% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/ray-project/ray) (👨‍💻 1.2K · 🔀 6.3K · 📥 260 · 📦 24K · 📋 21K - 21% open · ⏱️ 22.05.2025): ``` git clone https://github.com/ray-project/ray ``` -- [PyPi](https://pypi.org/project/ray) (📥 2.6M / month · 📦 440 · ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/ray) (📥 11M / month · 📦 960 · ⏱️ 07.05.2025): ``` pip install ray ``` -- [Conda](https://anaconda.org/conda-forge/ray-tune) (📥 180K · ⏱️ 05.12.2023): +- [Conda](https://anaconda.org/conda-forge/ray-tune) (📥 770K · ⏱️ 12.05.2025): ``` conda install -c conda-forge ray-tune ```
-
dask (🥇43 · ⭐ 12K) - Parallel computing with task scheduling. BSD-3 +
dask (🥇45 · ⭐ 13K) - Parallel computing with task scheduling. BSD-3 -- [GitHub](https://github.com/dask/dask) (👨‍💻 590 · 🔀 1.7K · 📦 55K · 📋 5.1K - 20% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/dask/dask) (👨‍💻 620 · 🔀 1.8K · 📦 75K · 📋 5.6K - 20% open · ⏱️ 20.05.2025): ``` git clone https://github.com/dask/dask ``` -- [PyPi](https://pypi.org/project/dask) (📥 6.6M / month · 📦 3.1K · ⏱️ 01.12.2023): +- [PyPi](https://pypi.org/project/dask) (📥 12M / month · 📦 2.9K · ⏱️ 20.05.2025): ``` pip install dask ``` -- [Conda](https://anaconda.org/conda-forge/dask) (📥 11M · ⏱️ 02.12.2023): +- [Conda](https://anaconda.org/conda-forge/dask) (📥 13M · ⏱️ 20.05.2025): ``` conda install -c conda-forge dask ```
-
DeepSpeed (🥇40 · ⭐ 30K · 📉) - DeepSpeed is a deep learning optimization library that.. Apache-2 +
DeepSpeed (🥇41 · ⭐ 39K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2 -- [GitHub](https://github.com/microsoft/DeepSpeed) (👨‍💻 270 · 🔀 3.6K · 📦 5K · 📋 2.3K - 37% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/deepspeedai/DeepSpeed) (👨‍💻 380 · 🔀 4.4K · 📦 13K · 📋 3.1K - 34% open · ⏱️ 22.05.2025): ``` git clone https://github.com/microsoft/DeepSpeed ``` -- [PyPi](https://pypi.org/project/deepspeed) (📥 400K / month · 📦 87 · ⏱️ 01.12.2023): +- [PyPi](https://pypi.org/project/deepspeed) (📥 760K / month · 📦 280 · ⏱️ 19.05.2025): ``` pip install deepspeed ``` -- [Docker Hub](https://hub.docker.com/r/deepspeed/deepspeed) (📥 17K · ⭐ 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.5K) - 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) (👨‍💻 320 · 🔀 710 · 📦 32K · 📋 3.7K - 39% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/dask/distributed) (👨‍💻 340 · 🔀 730 · 📦 41K · 📋 4K - 38% open · ⏱️ 20.05.2025): ``` git clone https://github.com/dask/distributed ``` -- [PyPi](https://pypi.org/project/distributed) (📥 3.8M / month · 📦 1.3K · ⏱️ 01.12.2023): +- [PyPi](https://pypi.org/project/distributed) (📥 3.7M / month · 📦 970 · ⏱️ 20.05.2025): ``` pip install distributed ``` -- [Conda](https://anaconda.org/conda-forge/distributed) (📥 13M · ⏱️ 02.12.2023): +- [Conda](https://anaconda.org/conda-forge/distributed) (📥 18M · ⏱️ 20.05.2025): ``` conda install -c conda-forge distributed ```
-
H2O-3 (🥈36 · ⭐ 6.6K) - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning.. Apache-2 - -- [GitHub](https://github.com/h2oai/h2o-3) (👨‍💻 250 · 🔀 2K · 📦 21 · 📋 9.2K - 29% open · ⏱️ 07.12.2023): - - ``` - git clone https://github.com/h2oai/h2o-3 - ``` -- [PyPi](https://pypi.org/project/h2o) (📥 410K / month · 📦 81 · ⏱️ 08.11.2023): - ``` - pip install h2o - ``` -
-
BigDL (🥈36 · ⭐ 4.6K) - Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations.. Apache-2 +
horovod (🥈36 · ⭐ 14K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2 -- [GitHub](https://github.com/intel-analytics/BigDL) (👨‍💻 190 · 🔀 1.2K · 📥 57 · 📦 46 · 📋 2.2K - 40% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/horovod/horovod) (👨‍💻 170 · 🔀 2.3K · 📦 1.4K · 📋 2.3K - 17% open · ⏱️ 01.02.2025): ``` - git clone https://github.com/intel-analytics/BigDL - ``` -- [PyPi](https://pypi.org/project/bigdl) (📥 5.7K / month · 📦 1 · ⏱️ 07.12.2023): - ``` - pip install bigdl + git clone https://github.com/horovod/horovod ``` -- [Maven](https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4) (📦 4 · ⏱️ 20.04.2021): +- [PyPi](https://pypi.org/project/horovod) (📥 100K / month · 📦 34 · ⏱️ 12.06.2023): ``` - - com.intel.analytics.bigdl - bigdl-SPARK_2.4 - [VERSION] - + pip install horovod ```
-
metrics (🥈36 · ⭐ 1.7K) - Torchmetrics - Machine learning metrics for distributed,.. Apache-2 +
metrics (🥈36 · ⭐ 2.3K) - Machine learning metrics for distributed, scalable PyTorch.. Apache-2 -- [GitHub](https://github.com/Lightning-AI/torchmetrics) (👨‍💻 220 · 🔀 340 · 📥 4.3K · 📦 18K · 📋 740 - 6% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/Lightning-AI/torchmetrics) (👨‍💻 270 · 🔀 430 · 📥 6.5K · 📦 42K · 📋 950 - 7% open · ⏱️ 19.05.2025): ``` git clone https://github.com/Lightning-AI/metrics ``` -- [PyPi](https://pypi.org/project/metrics) (📥 5.7K / month · 📦 13 · ⏱️ 28.04.2018): +- [PyPi](https://pypi.org/project/metrics) (📥 4.9K / month · 📦 4 · ⏱️ 26.02.2025): ``` pip install metrics ``` -- [Conda](https://anaconda.org/conda-forge/torchmetrics) (📥 1.2M · ⏱️ 01.12.2023): +- [Conda](https://anaconda.org/conda-forge/torchmetrics) (📥 2M · ⏱️ 22.04.2025): ``` conda install -c conda-forge torchmetrics ```
-
horovod (🥈35 · ⭐ 14K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2 - -- [GitHub](https://github.com/horovod/horovod) (👨‍💻 170 · 🔀 2.2K · 📦 1.1K · 📋 2.2K - 16% open · ⏱️ 18.09.2023): - - ``` - git clone https://github.com/horovod/horovod - ``` -- [PyPi](https://pypi.org/project/horovod) (📥 58K / month · 📦 36 · ⏱️ 12.06.2023): - ``` - pip install horovod - ``` -
-
ColossalAI (🥈33 · ⭐ 36K) - Making large AI models cheaper, faster and more accessible. Apache-2 - -- [GitHub](https://github.com/hpcaitech/ColossalAI) (👨‍💻 160 · 🔀 4K · 📦 280 · 📋 1.5K - 21% open · ⏱️ 07.12.2023): - - ``` - git clone https://github.com/hpcaitech/colossalai - ``` -
-
SynapseML (🥈30 · ⭐ 4.9K) - Simple and Distributed Machine Learning. MIT - -- [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 120 · 🔀 820 · 📋 720 - 45% open · ⏱️ 05.12.2023): - - ``` - git clone https://github.com/microsoft/SynapseML - ``` -- [PyPi](https://pypi.org/project/synapseml) (📥 360K / month · 📦 3 · ⏱️ 27.11.2023): - ``` - pip install synapseml - ``` -
-
FairScale (🥈30 · ⭐ 2.7K · 💤) - PyTorch extensions for high performance and large scale.. BSD-3 +
H2O-3 (🥈34 · ⭐ 7.2K) - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning.. Apache-2 -- [GitHub](https://github.com/facebookresearch/fairscale) (👨‍💻 72 · 🔀 240 · 📦 3.6K · 📋 350 - 19% open · ⏱️ 20.04.2023): +- [GitHub](https://github.com/h2oai/h2o-3) (👨‍💻 280 · 🔀 2K · 📦 98 · 📋 9.6K - 30% open · ⏱️ 08.05.2025): ``` - git clone https://github.com/facebookresearch/fairscale - ``` -- [PyPi](https://pypi.org/project/fairscale) (📥 430K / month · 📦 66 · ⏱️ 11.12.2022): - ``` - pip install fairscale + git clone https://github.com/h2oai/h2o-3 ``` -- [Conda](https://anaconda.org/conda-forge/fairscale) (📥 170K · ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/h2o) (📥 200K / month · 📦 58 · ⏱️ 27.03.2025): ``` - conda install -c conda-forge fairscale + pip install h2o ```
-
mpi4py (🥈29 · ⭐ 720) - Python bindings for MPI. BSD-2 +
BigDL (🥈32 · ⭐ 7.9K) - Accelerate local LLM inference and finetuning (LLaMA, Mistral,.. Apache-2 -- [GitHub](https://github.com/mpi4py/mpi4py) (👨‍💻 26 · 🔀 110 · 📥 19K · 📋 140 - 8% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/intel/ipex-llm) (👨‍💻 120 · 🔀 1.4K · 📥 690 · 📋 2.9K - 39% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/mpi4py/mpi4py + git clone https://github.com/intel-analytics/BigDL ``` -- [PyPi](https://pypi.org/project/mpi4py) (📥 190K / month · 📦 720 · ⏱️ 04.10.2023): +- [PyPi](https://pypi.org/project/bigdl) (📥 13K / month · 📦 2 · ⏱️ 24.03.2024): ``` - pip install mpi4py + pip install bigdl ``` -- [Conda](https://anaconda.org/conda-forge/mpi4py) (📥 2.3M · ⏱️ 17.10.2023): +- [Maven](https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4) (📦 5 · ⏱️ 20.04.2021): ``` - conda install -c conda-forge mpi4py + + com.intel.analytics.bigdl + bigdl-SPARK_2.4 + [VERSION] + ```
-
Submit it (🥉28 · ⭐ 1K) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT +
ColossalAI (🥈31 · ⭐ 41K) - Making large AI models cheaper, faster and more accessible. Apache-2 -- [GitHub](https://github.com/facebookincubator/submitit) (👨‍💻 23 · 🔀 110 · 📦 1.9K · 📋 110 - 32% open · ⏱️ 09.11.2023): +- [GitHub](https://github.com/hpcaitech/ColossalAI) (👨‍💻 190 · 🔀 4.5K · 📦 510 · 📋 1.8K - 27% open · ⏱️ 18.04.2025): ``` - git clone https://github.com/facebookincubator/submitit - ``` -- [PyPi](https://pypi.org/project/submitit) (📥 200K / month · 📦 18 · ⏱️ 09.11.2023): - ``` - pip install submitit - ``` -- [Conda](https://anaconda.org/conda-forge/submitit) (📥 33K · ⏱️ 24.11.2023): - ``` - conda install -c conda-forge submitit + git clone https://github.com/hpcaitech/colossalai ```
-
dask-ml (🥉28 · ⭐ 870 · 💤) - Scalable Machine Learning with Dask. BSD-3 +
FairScale (🥈31 · ⭐ 3.3K) - PyTorch extensions for high performance and large scale training. BSD-3 -- [GitHub](https://github.com/dask/dask-ml) (👨‍💻 77 · 🔀 240 · 📦 910 · 📋 520 - 51% open · ⏱️ 24.03.2023): +- [GitHub](https://github.com/facebookresearch/fairscale) (👨‍💻 76 · 🔀 290 · 📦 8.4K · 📋 390 - 26% open · ⏱️ 26.04.2025): ``` - git clone https://github.com/dask/dask-ml + git clone https://github.com/facebookresearch/fairscale ``` -- [PyPi](https://pypi.org/project/dask-ml) (📥 160K / month · 📦 73 · ⏱️ 24.03.2023): +- [PyPi](https://pypi.org/project/fairscale) (📥 510K / month · 📦 150 · ⏱️ 11.12.2022): ``` - pip install dask-ml + pip install fairscale ``` -- [Conda](https://anaconda.org/conda-forge/dask-ml) (📥 790K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/fairscale) (📥 450K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge dask-ml + conda install -c conda-forge fairscale ```
-
TensorFlowOnSpark (🥉27 · ⭐ 3.9K · 💤) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2 +
Submit it (🥈31 · ⭐ 1.4K · 📈) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT -- [GitHub](https://github.com/yahoo/TensorFlowOnSpark) (👨‍💻 34 · 🔀 960 · 📋 370 - 2% open · ⏱️ 27.04.2023): +- [GitHub](https://github.com/facebookincubator/submitit) (👨‍💻 26 · 🔀 140 · 📦 4.5K · 📋 130 - 39% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/yahoo/TensorFlowOnSpark + git clone https://github.com/facebookincubator/submitit ``` -- [PyPi](https://pypi.org/project/tensorflowonspark) (📥 580K / month · 📦 5 · ⏱️ 21.04.2022): +- [PyPi](https://pypi.org/project/submitit) (📥 480K / month · 📦 74 · ⏱️ 21.05.2025): ``` - pip install tensorflowonspark + pip install submitit ``` -- [Conda](https://anaconda.org/conda-forge/tensorflowonspark) (📥 21K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/submitit) (📥 58K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge tensorflowonspark + conda install -c conda-forge submitit ```
-
petastorm (🥉26 · ⭐ 1.7K) - Petastorm library enables single machine or distributed training.. Apache-2 +
mpi4py (🥈31 · ⭐ 850) - Python bindings for MPI. BSD-3 -- [GitHub](https://github.com/uber/petastorm) (👨‍💻 50 · 🔀 280 · 📥 430 · 📦 140 · 📋 320 - 53% open · ⏱️ 02.12.2023): +- [GitHub](https://github.com/mpi4py/mpi4py) (👨‍💻 27 · 🔀 120 · 📥 33K · 📋 210 - 2% open · ⏱️ 10.05.2025): ``` - git clone https://github.com/uber/petastorm + git clone https://github.com/mpi4py/mpi4py + ``` +- [PyPi](https://pypi.org/project/mpi4py) (📥 490K / month · 📦 830 · ⏱️ 13.02.2025): ``` -- [PyPi](https://pypi.org/project/petastorm) (📥 31K / month · 📦 8 · ⏱️ 03.02.2023): + pip install mpi4py + ``` +- [Conda](https://anaconda.org/conda-forge/mpi4py) (📥 3.9M · ⏱️ 09.05.2025): ``` - pip install petastorm + conda install -c conda-forge mpi4py ```
-
Mesh (🥉26 · ⭐ 1.5K) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2 +
SynapseML (🥈30 · ⭐ 5.1K) - Simple and Distributed Machine Learning. MIT -- [GitHub](https://github.com/tensorflow/mesh) (👨‍💻 50 · 🔀 240 · 📦 870 · 📋 110 - 85% open · ⏱️ 17.11.2023): +- [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 120 · 🔀 840 · 📋 800 - 49% open · ⏱️ 19.04.2025): ``` - git clone https://github.com/tensorflow/mesh + git clone https://github.com/microsoft/SynapseML ``` -- [PyPi](https://pypi.org/project/mesh-tensorflow) (📥 44K / month · 📦 30 · ⏱️ 15.05.2022): +- [PyPi](https://pypi.org/project/synapseml) (📥 820K / month · 📦 7 · ⏱️ 17.04.2025): ``` - pip install mesh-tensorflow + pip install synapseml ```
-
Hivemind (🥉25 · ⭐ 1.7K) - Decentralized deep learning in PyTorch. Built to train models on.. MIT +
dask-ml (🥈29 · ⭐ 940) - Scalable Machine Learning with Dask. BSD-3 -- [GitHub](https://github.com/learning-at-home/hivemind) (👨‍💻 29 · 🔀 120 · 📦 78 · 📋 160 - 37% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/dask/dask-ml) (👨‍💻 81 · 🔀 260 · 📦 1.3K · 📋 550 - 51% open · ⏱️ 10.05.2025): ``` - git clone https://github.com/learning-at-home/hivemind + git clone https://github.com/dask/dask-ml ``` -- [PyPi](https://pypi.org/project/hivemind) (📥 3.7K / month · 📦 7 · ⏱️ 31.08.2023): +- [PyPi](https://pypi.org/project/dask-ml) (📥 100K / month · 📦 100 · ⏱️ 08.02.2025): ``` - pip install hivemind + pip install dask-ml + ``` +- [Conda](https://anaconda.org/conda-forge/dask-ml) (📥 980K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge dask-ml ```
-
MMLSpark (🥉24 · ⭐ 4.9K) - Simple and Distributed Machine Learning. MIT +
Hivemind (🥉27 · ⭐ 2.2K) - Decentralized deep learning in PyTorch. Built to train models on.. MIT -- [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 120 · 🔀 820 · 📋 720 - 45% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/learning-at-home/hivemind) (👨‍💻 34 · 🔀 180 · 📦 130 · 📋 190 - 43% open · ⏱️ 06.05.2025): ``` - git clone https://github.com/microsoft/SynapseML + git clone https://github.com/learning-at-home/hivemind ``` -- [PyPi](https://pypi.org/project/mmlspark) (⏱️ 18.03.2020): +- [PyPi](https://pypi.org/project/hivemind) (📥 6.4K / month · 📦 12 · ⏱️ 20.04.2025): ``` - pip install mmlspark + pip install hivemind ```
-
Apache Singa (🥉23 · ⭐ 3K) - 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) (👨‍💻 85 · 🔀 1K · 📦 2 · 📋 120 - 42% open · ⏱️ 05.11.2023): +- [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) (📥 730 · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/nusdbsystem/singa) (📥 1K · ⏱️ 25.03.2025): ``` conda install -c nusdbsystem singa ``` -- [Docker Hub](https://hub.docker.com/r/apache/singa) (📥 4.8K · ⭐ 4 · ⏱️ 31.05.2022): +- [Docker Hub](https://hub.docker.com/r/apache/singa) (📥 9.1K · ⭐ 4 · ⏱️ 31.05.2022): ``` docker pull apache/singa ```
-
analytics-zoo (🥉23 · ⭐ 2.6K) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 - -- [GitHub](https://github.com/intel-analytics/analytics-zoo) (👨‍💻 110 · 🔀 730 · 📦 4 · 📋 1.4K - 38% open · ⏱️ 01.12.2023): - - ``` - git clone https://github.com/intel-analytics/analytics-zoo - ``` -- [PyPi](https://pypi.org/project/analytics-zoo) (📥 260 / month · 📦 1 · ⏱️ 22.08.2022): - ``` - pip install analytics-zoo - ``` -
-
launchpad (🥉21 · ⭐ 300) - Launchpad is a library that simplifies writing distributed.. Apache-2 +
MMLSpark (🥉23 · ⭐ 5.1K) - Simple and Distributed Machine Learning. MIT -- [GitHub](https://github.com/google-deepmind/launchpad) (👨‍💻 28 · 🔀 33 · 📦 76 · 📋 39 - 46% open · ⏱️ 22.08.2023): +- [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 120 · 🔀 840 · 📋 800 - 49% open · ⏱️ 19.04.2025): ``` - git clone https://github.com/deepmind/launchpad + git clone https://github.com/microsoft/SynapseML ``` -- [PyPi](https://pypi.org/project/dm-launchpad) (📥 1.7K / month · 📦 1 · ⏱️ 28.04.2022): +- [PyPi](https://pypi.org/project/mmlspark) (⏱️ 18.03.2020): ``` - pip install dm-launchpad + pip install mmlspark ```
-
mesh-transformer-jax (🥉18 · ⭐ 6.2K · 💤) - Model parallel transformers in JAX and Haiku. Apache-2 +
analytics-zoo (🥉22 · ⭐ 2.6K) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 -- [GitHub](https://github.com/kingoflolz/mesh-transformer-jax) (👨‍💻 23 · 🔀 880 · 📦 20 · 📋 200 - 22% open · ⏱️ 12.01.2023): +- [GitHub](https://github.com/intel/analytics-zoo) (👨‍💻 110 · 🔀 730 · 📋 1.3K - 32% open · ⏱️ 09.01.2025): ``` - git clone https://github.com/kingoflolz/mesh-transformer-jax + git clone https://github.com/intel-analytics/analytics-zoo ``` -
-
moolib (🥉10 · ⭐ 360 · 💤) - A library for distributed ML training with PyTorch. MIT - -- [GitHub](https://github.com/facebookresearch/moolib) (👨‍💻 6 · 🔀 20 · 📦 3 · 📋 19 - 36% open · ⏱️ 12.12.2022): - +- [PyPi](https://pypi.org/project/analytics-zoo) (📥 2.1K / month · 📦 1 · ⏱️ 22.08.2022): ``` - git clone https://github.com/facebookresearch/moolib + pip install analytics-zoo ```
-
Show 12 hidden projects... +
Show 18 hidden projects... -- DEAP (🥈33 · ⭐ 5.4K) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0 -- ipyparallel (🥈29 · ⭐ 2.5K) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed -- Elephas (🥈29 · ⭐ 1.6K · 💀) - Distributed Deep learning with Keras & Spark. MIT keras -- BytePS (🥉21 · ⭐ 3.5K · 💀) - A high performance and generic framework for distributed DNN.. Apache-2 -- somoclu (🥉21 · ⭐ 260 · 💀) - Massively parallel self-organizing maps: accelerate training on.. MIT -- TensorFrames (🥉20 · ⭐ 750 · 💀) - [DEPRECATED] Tensorflow wrapper for DataFrames on.. Apache-2 -- sk-dist (🥉20 · ⭐ 290 · 💤) - Distributed scikit-learn meta-estimators in PySpark. Apache-2 -- bluefog (🥉18 · ⭐ 290 · 💤) - Distributed and decentralized training framework for PyTorch.. Apache-2 +- 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 +- Mesh (🥉22 · ⭐ 1.6K · 💀) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2 +- BytePS (🥉21 · ⭐ 3.7K · 💀) - A high performance and generic framework for distributed DNN.. Apache-2 +- sk-dist (🥉21 · ⭐ 280 · 💀) - Distributed scikit-learn meta-estimators in PySpark. Apache-2 +- somoclu (🥉21 · ⭐ 270 · 💀) - Massively parallel self-organizing maps: accelerate training on.. MIT +- mesh-transformer-jax (🥉18 · ⭐ 6.3K · 💀) - Model parallel transformers in JAX and Haiku. Apache-2 +- launchpad (🥉18 · ⭐ 320 · 💀) - Launchpad is a library that simplifies writing.. Apache-2 - Fiber (🥉17 · ⭐ 1K · 💀) - Distributed Computing for AI Made Simple. Apache-2 -- parallelformers (🥉16 · ⭐ 730 · 💀) - Parallelformers: An Efficient Model Parallelization.. Apache-2 -- LazyCluster (🥉13 · ⭐ 49 · 💀) - Distributed machine learning made simple. Apache-2 -- autodist (🥉11 · ⭐ 130 · 💀) - Simple Distributed Deep Learning on TensorFlow. Apache-2 +- parallelformers (🥉17 · ⭐ 780 · 💀) - Parallelformers: An Efficient Model Parallelization.. Apache-2 +- bluefog (🥉17 · ⭐ 290 · 💀) - Distributed and decentralized training framework for PyTorch.. Apache-2 +- TensorFrames (🥉15 · ⭐ 720 · 💀) - Tensorflow wrapper for DataFrames on Apache Spark. Apache-2 +- LazyCluster (🥉14 · ⭐ 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

@@ -5079,327 +4423,302 @@ _Libraries that provide capabilities to distribute and parallelize machine learn _Libraries for hyperparameter optimization, automl and neural architecture search._ -
Ax (🥇35 · ⭐ 2.2K) - Adaptive Experimentation Platform. MIT +
Optuna (🥇43 · ⭐ 12K) - A hyperparameter optimization framework. MIT -- [GitHub](https://github.com/facebook/Ax) (👨‍💻 160 · 🔀 280 · 📦 590 · 📋 630 - 8% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/optuna/optuna) (👨‍💻 290 · 🔀 1.1K · 📦 27K · 📋 1.7K - 3% open · ⏱️ 16.05.2025): ``` - git clone https://github.com/facebook/Ax + git clone https://github.com/optuna/optuna ``` -- [PyPi](https://pypi.org/project/ax-platform) (📥 91K / month · 📦 28 · ⏱️ 13.11.2023): +- [PyPi](https://pypi.org/project/optuna) (📥 4.1M / month · 📦 1.2K · ⏱️ 14.04.2025): ``` - pip install ax-platform + pip install optuna ``` -- [Conda](https://anaconda.org/conda-forge/ax-platform) (📥 16K · ⏱️ 17.11.2023): +- [Conda](https://anaconda.org/conda-forge/optuna) (📥 2.7M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge ax-platform + conda install -c conda-forge optuna ```
-
NNI (🥇33 · ⭐ 13K) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT +
AutoGluon (🥇36 · ⭐ 8.9K) - Fast and Accurate ML in 3 Lines of Code. Apache-2 -- [GitHub](https://github.com/microsoft/nni) (👨‍💻 190 · 🔀 1.8K · 📦 520 · 📋 2K - 16% open · ⏱️ 26.10.2023): +- [GitHub](https://github.com/autogluon/autogluon) (👨‍💻 140 · 🔀 1K · 📦 1.1K · 📋 1.7K - 24% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/microsoft/nni - ``` -- [PyPi](https://pypi.org/project/nni) (📥 17K / month · 📦 35 · ⏱️ 14.09.2023): - ``` - pip install nni + git clone https://github.com/autogluon/autogluon ``` -
-
Hyperopt (🥇33 · ⭐ 6.9K) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3 - -- [GitHub](https://github.com/hyperopt/hyperopt) (👨‍💻 100 · 🔀 1K · 📦 13K · 📋 710 - 48% open · ⏱️ 29.09.2023): - +- [PyPi](https://pypi.org/project/autogluon) (📥 190K / month · 📦 32 · ⏱️ 22.05.2025): ``` - git clone https://github.com/hyperopt/hyperopt + pip install autogluon ``` -- [PyPi](https://pypi.org/project/hyperopt) (📥 2.1M / month · 📦 500 · ⏱️ 17.11.2021): +- [Conda](https://anaconda.org/conda-forge/autogluon) (📥 35K · ⏱️ 03.05.2025): ``` - pip install hyperopt + conda install -c conda-forge autogluon ``` -- [Conda](https://anaconda.org/conda-forge/hyperopt) (📥 740K · ⏱️ 16.06.2023): +- [Docker Hub](https://hub.docker.com/r/autogluon/autogluon) (📥 16K · ⭐ 19 · ⏱️ 07.03.2024): ``` - conda install -c conda-forge hyperopt + docker pull autogluon/autogluon ```
-
BoTorch (🥇33 · ⭐ 2.8K) - Bayesian optimization in PyTorch. MIT +
Ax (🥇36 · ⭐ 2.5K) - Adaptive Experimentation Platform. MIT -- [GitHub](https://github.com/pytorch/botorch) (👨‍💻 110 · 🔀 340 · 📦 760 · 📋 460 - 14% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/facebook/Ax) (👨‍💻 180 · 🔀 320 · 📦 970 · 📋 880 - 12% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/pytorch/botorch + git clone https://github.com/facebook/Ax ``` -- [PyPi](https://pypi.org/project/botorch) (📥 150K / month · 📦 37 · ⏱️ 06.11.2023): +- [PyPi](https://pypi.org/project/ax-platform) (📥 240K / month · 📦 63 · ⏱️ 08.05.2025): ``` - pip install botorch + pip install ax-platform ``` -- [Conda](https://anaconda.org/conda-forge/botorch) (📥 95K · ⏱️ 07.11.2023): +- [Conda](https://anaconda.org/conda-forge/ax-platform) (📥 39K · ⏱️ 09.05.2025): ``` - conda install -c conda-forge botorch + conda install -c conda-forge ax-platform ```
-
Keras Tuner (🥇33 · ⭐ 2.8K) - A Hyperparameter Tuning Library for Keras. Apache-2 +
Bayesian Optimization (🥇35 · ⭐ 8.2K) - A Python implementation of global optimization with.. MIT -- [GitHub](https://github.com/keras-team/keras-tuner) (👨‍💻 60 · 🔀 380 · 📦 2.9K · 📋 470 - 42% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/bayesian-optimization/BayesianOptimization) (👨‍💻 50 · 🔀 1.6K · 📥 180 · 📦 3.7K · 📋 380 - 1% open · ⏱️ 19.05.2025): ``` - git clone https://github.com/keras-team/keras-tuner - ``` -- [PyPi](https://pypi.org/project/keras-tuner) (📥 160K / month · 📦 62 · ⏱️ 07.11.2023): - ``` - pip install keras-tuner + git clone https://github.com/fmfn/BayesianOptimization ``` -- [Conda](https://anaconda.org/conda-forge/keras-tuner) (📥 27K · ⏱️ 10.11.2023): +- [PyPi](https://pypi.org/project/bayesian-optimization) (📥 320K / month · 📦 170 · ⏱️ 12.05.2025): ``` - conda install -c conda-forge keras-tuner + pip install bayesian-optimization ```
-
featuretools (🥈32 · ⭐ 6.9K) - 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) (👨‍💻 71 · 🔀 850 · 📦 1.5K · 📋 970 - 17% open · ⏱️ 06.12.2023): +- [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) (📥 52K / month · 📦 78 · ⏱️ 26.10.2023): +- [PyPi](https://pypi.org/project/hyperopt) (📥 2.6M / month · 📦 450 · ⏱️ 17.11.2021): ``` - pip install featuretools + pip install hyperopt ``` -- [Conda](https://anaconda.org/conda-forge/featuretools) (📥 170K · ⏱️ 27.10.2023): +- [Conda](https://anaconda.org/conda-forge/hyperopt) (📥 830K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge featuretools + conda install -c conda-forge hyperopt ```
-
AutoKeras (🥈31 · ⭐ 9K) - AutoML library for deep learning. Apache-2 +
BoTorch (🥇34 · ⭐ 3.3K) - Bayesian optimization in PyTorch. MIT -- [GitHub](https://github.com/keras-team/autokeras) (👨‍💻 140 · 🔀 1.4K · 📥 18K · 📦 610 · 📋 890 - 14% open · ⏱️ 02.10.2023): +- [GitHub](https://github.com/pytorch/botorch) (👨‍💻 140 · 🔀 420 · 📦 1.5K · 📋 590 - 13% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/keras-team/autokeras + git clone https://github.com/pytorch/botorch ``` -- [PyPi](https://pypi.org/project/autokeras) (📥 14K / month · 📦 12 · ⏱️ 28.01.2023): +- [PyPi](https://pypi.org/project/botorch) (📥 320K / month · 📦 110 · ⏱️ 06.05.2025): ``` - pip install autokeras + pip install botorch + ``` +- [Conda](https://anaconda.org/conda-forge/botorch) (📥 150K · ⏱️ 07.05.2025): + ``` + conda install -c conda-forge botorch ```
-
auto-sklearn (🥈31 · ⭐ 7.2K · 💤) - Automated Machine Learning with scikit-learn. BSD-3 +
nevergrad (🥈33 · ⭐ 4.1K) - A Python toolbox for performing gradient-free optimization. MIT -- [GitHub](https://github.com/automl/auto-sklearn) (👨‍💻 88 · 🔀 1.2K · 📥 51 · 📦 520 · 📋 1K - 17% open · ⏱️ 18.04.2023): +- [GitHub](https://github.com/facebookresearch/nevergrad) (👨‍💻 58 · 🔀 360 · 📦 910 · 📋 310 - 40% open · ⏱️ 23.04.2025): ``` - git clone https://github.com/automl/auto-sklearn + git clone https://github.com/facebookresearch/nevergrad ``` -- [PyPi](https://pypi.org/project/auto-sklearn) (📥 18K / month · 📦 39 · ⏱️ 20.09.2022): +- [PyPi](https://pypi.org/project/nevergrad) (📥 150K / month · 📦 72 · ⏱️ 23.04.2025): ``` - pip install auto-sklearn + pip install nevergrad ``` -- [Conda](https://anaconda.org/conda-forge/auto-sklearn) (📥 20K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/nevergrad) (📥 62K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge auto-sklearn + conda install -c conda-forge nevergrad ```
-
Bayesian Optimization (🥈31 · ⭐ 7.2K) - A Python implementation of global optimization with.. MIT +
AutoKeras (🥈32 · ⭐ 9.2K) - AutoML library for deep learning. Apache-2 -- [GitHub](https://github.com/bayesian-optimization/BayesianOptimization) (👨‍💻 41 · 🔀 1.5K · 📥 140 · 📦 2.2K · 📋 320 - 3% open · ⏱️ 14.07.2023): +- [GitHub](https://github.com/keras-team/autokeras) (👨‍💻 140 · 🔀 1.4K · 📥 20K · 📦 850 · 📋 910 - 16% open · ⏱️ 16.12.2024): ``` - git clone https://github.com/fmfn/BayesianOptimization + git clone https://github.com/keras-team/autokeras ``` -- [PyPi](https://pypi.org/project/bayesian-optimization) (📥 240K / month · 📦 120 · ⏱️ 25.04.2023): +- [PyPi](https://pypi.org/project/autokeras) (📥 19K / month · 📦 13 · ⏱️ 20.03.2024): ``` - pip install bayesian-optimization + pip install autokeras ```
-
nevergrad (🥈31 · ⭐ 3.8K) - A Python toolbox for performing gradient-free optimization. MIT +
featuretools (🥈32 · ⭐ 7.4K) - An open source python library for automated feature engineering. BSD-3 -- [GitHub](https://github.com/facebookresearch/nevergrad) (👨‍💻 51 · 🔀 340 · 📦 580 · 📋 290 - 41% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/alteryx/featuretools) (👨‍💻 74 · 🔀 880 · 📦 2.1K · 📋 1K - 15% open · ⏱️ 13.11.2024): ``` - git clone https://github.com/facebookresearch/nevergrad + git clone https://github.com/alteryx/featuretools ``` -- [PyPi](https://pypi.org/project/nevergrad) (📥 80K / month · 📦 30 · ⏱️ 19.11.2023): +- [PyPi](https://pypi.org/project/featuretools) (📥 79K / month · 📦 74 · ⏱️ 14.05.2024): ``` - pip install nevergrad + pip install featuretools ``` -- [Conda](https://anaconda.org/conda-forge/nevergrad) (📥 44K · ⏱️ 21.09.2023): +- [Conda](https://anaconda.org/conda-forge/featuretools) (📥 250K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge nevergrad + conda install -c conda-forge featuretools ```
-
AutoGluon (🥈29 · ⭐ 6.5K) - AutoGluon: AutoML for Image, Text, Time Series, and.. Apache-2 +
Keras Tuner (🥈32 · ⭐ 2.9K · 💤) - A Hyperparameter Tuning Library for Keras. Apache-2 -- [GitHub](https://github.com/autogluon/autogluon) (👨‍💻 110 · 🔀 800 · 📦 2 · 📋 1.1K - 23% open · ⏱️ 01.12.2023): +- [GitHub](https://github.com/keras-team/keras-tuner) (👨‍💻 61 · 🔀 400 · 📦 5.9K · 📋 500 - 44% open · ⏱️ 24.06.2024): ``` - git clone https://github.com/autogluon/autogluon + git clone https://github.com/keras-team/keras-tuner ``` -- [PyPi](https://pypi.org/project/autogluon) (📥 57K / month · 📦 7 · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/keras-tuner) (📥 1.6M / month · 📦 120 · ⏱️ 04.03.2024): ``` - pip install autogluon + pip install keras-tuner ``` -- [Docker Hub](https://hub.docker.com/r/autogluon/autogluon) (📥 5K · ⭐ 17 · ⏱️ 26.07.2023): +- [Conda](https://anaconda.org/conda-forge/keras-tuner) (📥 57K · ⏱️ 22.04.2025): ``` - docker pull autogluon/autogluon + conda install -c conda-forge keras-tuner ```
-
mljar-supervised (🥈29 · ⭐ 2.8K) - Python package for AutoML on Tabular Data with Feature.. MIT +
lazypredict (🥈29 · ⭐ 3.1K) - Lazy Predict help build a lot of basic models without much code.. MIT -- [GitHub](https://github.com/mljar/mljar-supervised) (👨‍💻 23 · 🔀 370 · 📦 97 · 📋 590 - 22% open · ⏱️ 01.12.2023): +- [GitHub](https://github.com/shankarpandala/lazypredict) (👨‍💻 19 · 🔀 360 · 📦 1.4K · 📋 160 - 64% open · ⏱️ 18.05.2025): ``` - git clone https://github.com/mljar/mljar-supervised + git clone https://github.com/shankarpandala/lazypredict ``` -- [PyPi](https://pypi.org/project/mljar-supervised) (📥 5.8K / month · 📦 2 · ⏱️ 26.09.2023): +- [PyPi](https://pypi.org/project/lazypredict) (📥 21K / month · 📦 8 · ⏱️ 05.04.2025): ``` - pip install mljar-supervised + pip install lazypredict ``` -- [Conda](https://anaconda.org/conda-forge/mljar-supervised) (📥 12K · ⏱️ 27.09.2023): +- [Conda](https://anaconda.org/conda-forge/lazypredict) (📥 5K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge mljar-supervised + conda install -c conda-forge lazypredict ```
-
Hyperas (🥈27 · ⭐ 2.2K · 💤) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT +
mljar-supervised (🥈28 · ⭐ 3.2K) - Python package for AutoML on Tabular Data with Feature.. MIT -- [GitHub](https://github.com/maxpumperla/hyperas) (👨‍💻 22 · 🔀 320 · 📦 330 · 📋 260 - 37% open · ⏱️ 05.01.2023): +- [GitHub](https://github.com/mljar/mljar-supervised) (👨‍💻 30 · 🔀 420 · 📦 170 · 📋 670 - 20% open · ⏱️ 14.04.2025): ``` - git clone https://github.com/maxpumperla/hyperas - ``` -- [PyPi](https://pypi.org/project/hyperas) (📥 9.6K / month · 📦 24 · ⏱️ 28.02.2019): - ``` - pip install hyperas + git clone https://github.com/mljar/mljar-supervised ``` -
-
GPyOpt (🥈25 · ⭐ 900 · 💤) - Gaussian Process Optimization using GPy. BSD-3 - -- [GitHub](https://github.com/SheffieldML/GPyOpt) (👨‍💻 49 · 🔀 250 · 📦 470 · 📋 290 - 35% open · ⏱️ 17.01.2023): - +- [PyPi](https://pypi.org/project/mljar-supervised) (📥 7K / month · 📦 6 · ⏱️ 01.04.2025): ``` - git clone https://github.com/SheffieldML/GPyOpt + pip install mljar-supervised ``` -- [PyPi](https://pypi.org/project/gpyopt) (📥 7.2K / month · 📦 38 · ⏱️ 19.03.2020): +- [Conda](https://anaconda.org/conda-forge/mljar-supervised) (📥 42K · ⏱️ 22.04.2025): ``` - pip install gpyopt + conda install -c conda-forge mljar-supervised ```
-
FEDOT (🥈24 · ⭐ 570) - 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) (👨‍💻 30 · 🔀 80 · 📦 43 · 📋 510 - 17% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/aimclub/FEDOT) (👨‍💻 38 · 🔀 88 · 📦 62 · 📋 570 - 11% open · ⏱️ 22.05.2025): ``` git clone https://github.com/nccr-itmo/FEDOT ``` -- [PyPi](https://pypi.org/project/fedot) (📥 780 / month · 📦 1 · ⏱️ 25.07.2023): +- [PyPi](https://pypi.org/project/fedot) (📥 1.1K / month · 📦 7 · ⏱️ 10.03.2025): ``` pip install fedot ```
-
featurewiz (🥈24 · ⭐ 500) - Use advanced feature engineering strategies and select best.. Apache-2 - -- [GitHub](https://github.com/AutoViML/featurewiz) (👨‍💻 16 · 🔀 85 · 📦 62 · ⏱️ 05.12.2023): - - ``` - git clone https://github.com/AutoViML/featurewiz - ``` -- [PyPi](https://pypi.org/project/featurewiz) (📥 14K / month · 📦 2 · ⏱️ 05.12.2023): - ``` - pip install featurewiz - ``` -
-
Hyperactive (🥉23 · ⭐ 470) - An optimization and data collection toolbox for convenient and fast.. MIT +
Hyperactive (🥉24 · ⭐ 520) - An optimization and data collection toolbox for convenient and fast.. MIT -- [GitHub](https://github.com/SimonBlanke/Hyperactive) (👨‍💻 7 · 🔀 41 · 📥 130 · 📦 21 · 📋 61 - 14% open · ⏱️ 01.11.2023): +- [GitHub](https://github.com/SimonBlanke/Hyperactive) (👨‍💻 13 · 🔀 48 · 📥 310 · 📦 38 · 📋 82 - 19% open · ⏱️ 18.05.2025): ``` git clone https://github.com/SimonBlanke/Hyperactive ``` -- [PyPi](https://pypi.org/project/hyperactive) (📥 3.9K / month · 📦 5 · ⏱️ 24.10.2023): +- [PyPi](https://pypi.org/project/hyperactive) (📥 2.4K / month · 📦 13 · ⏱️ 15.08.2024): ``` pip install hyperactive ```
-
igel (🥉20 · ⭐ 3.1K · 💤) - a delightful machine learning tool that allows you to train, test, and.. MIT +
AlphaPy (🥉21 · ⭐ 1.5K) - Python AutoML for Trading Systems and Sports Betting. Apache-2 -- [GitHub](https://github.com/nidhaloff/igel) (👨‍💻 20 · 🔀 170 · 📥 40 · 📦 4 · 📋 50 - 12% open · ⏱️ 08.04.2023): +- [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (👨‍💻 5 · 🔀 250 · 📦 10 · 📋 44 - 34% open · ⏱️ 15.12.2024): ``` - git clone https://github.com/nidhaloff/igel + git clone https://github.com/ScottfreeLLC/AlphaPy ``` -- [PyPi](https://pypi.org/project/igel) (📥 160 / month · ⏱️ 19.11.2021): +- [PyPi](https://pypi.org/project/alphapy) (📥 660 / month · ⏱️ 29.08.2020): ``` - pip install igel + pip install alphapy ```
-
AlphaPy (🥉19 · ⭐ 980) - Automated Machine Learning [AutoML] with Python, scikit-learn, Keras,.. Apache-2 +
featurewiz (🥉21 · ⭐ 650) - Use advanced feature engineering strategies and select best.. Apache-2 -- [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (👨‍💻 5 · 🔀 180 · 📦 4 · 📋 42 - 30% open · ⏱️ 05.11.2023): +- [GitHub](https://github.com/AutoViML/featurewiz) (👨‍💻 18 · 🔀 96 · 📦 84 · 📋 110 - 0% open · ⏱️ 19.02.2025): ``` - git clone https://github.com/ScottfreeLLC/AlphaPy + git clone https://github.com/AutoViML/featurewiz ``` -- [PyPi](https://pypi.org/project/alphapy) (📥 150 / month · ⏱️ 29.08.2020): +- [PyPi](https://pypi.org/project/featurewiz) (📥 7.8K / month · 📦 4 · ⏱️ 19.02.2025): ``` - pip install alphapy + pip install featurewiz ```
-
Auto ViML (🥉19 · ⭐ 470) - Automatically Build Multiple ML Models with a Single Line of Code... Apache-2 +
Auto ViML (🥉21 · ⭐ 540) - Automatically Build Multiple ML Models with a Single Line of Code... Apache-2 -- [GitHub](https://github.com/AutoViML/Auto_ViML) (👨‍💻 8 · 🔀 95 · 📦 23 · 📋 32 - 9% open · ⏱️ 03.12.2023): +- [GitHub](https://github.com/AutoViML/Auto_ViML) (👨‍💻 9 · 🔀 100 · 📦 28 · ⏱️ 30.01.2025): ``` git clone https://github.com/AutoViML/Auto_ViML ``` -- [PyPi](https://pypi.org/project/autoviml) (📥 1K / month · 📦 2 · ⏱️ 01.06.2022): +- [PyPi](https://pypi.org/project/autoviml) (📥 3.7K / month · 📦 3 · ⏱️ 30.01.2025): ``` pip install autoviml ```
-
opytimizer (🥉18 · ⭐ 580) - 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 · 🔀 38 · 📦 16 · ⏱️ 22.09.2023): +- [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) (📥 310 / month · ⏱️ 04.05.2022): +- [PyPi](https://pypi.org/project/opytimizer) (📥 450 / month · ⏱️ 18.08.2024): ``` pip install opytimizer ```
-
Show 31 hidden projects... - -- Optuna (🥇39 · ⭐ 9K) - A hyperparameter optimization framework. ❗Unlicensed -- TPOT (🥇33 · ⭐ 9.3K) - A Python Automated Machine Learning tool that optimizes machine.. ❗️LGPL-3.0 -- scikit-optimize (🥇33 · ⭐ 2.7K · 💀) - Sequential model-based optimization with a.. BSD-3 -- SMAC3 (🥈27 · ⭐ 940) - SMAC3: A Versatile Bayesian Optimization Package for.. ❗️BSD-1-Clause -- lazypredict (🥈26 · ⭐ 2.3K · 💀) - Lazy Predict help build a lot of basic models without much.. MIT -- Talos (🥈25 · ⭐ 1.6K · 💀) - Hyperparameter Optimization for TensorFlow, Keras and PyTorch. MIT -- AdaNet (🥈24 · ⭐ 3.5K · 💀) - Fast and flexible AutoML with learning guarantees. Apache-2 -- Orion (🥈24 · ⭐ 270) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 -- auto_ml (🥉22 · ⭐ 1.6K · 💀) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT -- Test Tube (🥉22 · ⭐ 730 · 💀) - Python library to easily log experiments and parallelize.. MIT -- HpBandSter (🥉22 · ⭐ 590 · 💀) - a distributed Hyperband implementation on Steroids. BSD-3 -- optunity (🥉22 · ⭐ 410 · 💀) - optimization routines for hyperparameter tuning. BSD-3 -- lightwood (🥉22 · ⭐ 390) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0 +
Show 34 hidden projects... + +- 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 +- SMAC3 (🥈28 · ⭐ 1.2K) - SMAC3: A Versatile Bayesian Optimization Package for.. ❗️BSD-1-Clause +- Hyperas (🥈27 · ⭐ 2.2K · 💀) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT +- Talos (🥈25 · ⭐ 1.6K · 💀) - Hyperparameter Experiments with TensorFlow and Keras. MIT +- GPyOpt (🥈25 · ⭐ 940 · 💀) - Gaussian Process Optimization using GPy. BSD-3 +- 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 · ⭐ 470) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0 +- HpBandSter (🥉23 · ⭐ 620 · 💀) - a distributed Hyperband implementation on Steroids. BSD-3 +- Neuraxle (🥉22 · ⭐ 610 · 💀) - The worlds cleanest AutoML library - Do hyperparameter tuning.. Apache-2 +- Orion (🥉22 · ⭐ 290 · 💀) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 +- igel (🥉21 · ⭐ 3.1K · 💀) - a delightful machine learning tool that allows you to train, test, and.. MIT - MLBox (🥉21 · ⭐ 1.5K · 💀) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause -- Neuraxle (🥉21 · ⭐ 590 · 💀) - The worlds cleanest AutoML library - Do hyperparameter tuning.. Apache-2 -- Dragonfly (🥉20 · ⭐ 810 · 💀) - An open source python library for scalable Bayesian optimisation. MIT -- sklearn-deap (🥉20 · ⭐ 740 · 💀) - Use evolutionary algorithms instead of gridsearch in.. MIT -- Auto Tune Models (🥉18 · ⭐ 520 · 💀) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT -- shap-hypetune (🥉18 · ⭐ 500 · 💀) - A python package for simultaneous Hyperparameters Tuning and.. MIT -- Sherpa (🥉18 · ⭐ 320 · 💀) - Hyperparameter optimization that enables researchers to.. ❗️GPL-3.0 -- Advisor (🥉17 · ⭐ 1.5K · 💀) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2 -- automl-gs (🥉16 · ⭐ 1.8K · 💀) - Provide an input CSV and a target field to predict, generate a.. MIT -- Xcessiv (🥉16 · ⭐ 1.3K · 💀) - A web-based application for quick, scalable, and automated.. Apache-2 -- HyperparameterHunter (🥉16 · ⭐ 700 · 💀) - Easy hyperparameter optimization and automatic result.. MIT -- Parfit (🥉16 · ⭐ 200 · 💀) - A package for parallelizing the fit and flexibly scoring of.. MIT +- Test Tube (🥉21 · ⭐ 740 · 💀) - Python library to easily log experiments and parallelize.. MIT +- sklearn-deap (🥉20 · ⭐ 770 · 💀) - Use evolutionary algorithms instead of gridsearch in.. MIT +- 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 +- Xcessiv (🥉18 · ⭐ 1.3K · 💀) - A web-based application for quick, scalable, and automated.. Apache-2 +- shap-hypetune (🥉18 · ⭐ 580 · 💀) - A python package for simultaneous Hyperparameters Tuning and.. MIT +- Advisor (🥉17 · ⭐ 1.6K · 💀) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2 +- 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 - ENAS (🥉13 · ⭐ 2.7K · 💀) - PyTorch implementation of Efficient Neural Architecture Search via.. Apache-2 -- Auptimizer (🥉12 · ⭐ 200 · 💀) - An automatic ML model optimization tool. ❗️GPL-3.0 +- Auptimizer (🥉13 · ⭐ 200 · 💀) - An automatic ML model optimization tool. ❗️GPL-3.0 +- Hypermax (🥉12 · ⭐ 110 · 💀) - Better, faster hyper-parameter optimization. BSD-3 - model_search (🥉11 · ⭐ 3.3K · 💀) - AutoML algorithms for model architecture search at scale. Apache-2 - Devol (🥉11 · ⭐ 950 · 💀) - Genetic neural architecture search with Keras. MIT -- Hypermax (🥉11 · ⭐ 110) - Better, faster hyper-parameter optimization. BSD-3 -- Hypertunity (🥉9 · ⭐ 140 · 💀) - A toolset for black-box hyperparameter optimisation. Apache-2 +- Hypertunity (🥉10 · ⭐ 140 · 💀) - A toolset for black-box hyperparameter optimisation. Apache-2

@@ -5409,185 +4728,133 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc _Libraries for building and evaluating reinforcement learning & agent-based systems._ -
OpenAI Gym (🥇41 · ⭐ 33K · 💤) - A toolkit for developing and comparing reinforcement learning.. MIT - -- [GitHub](https://github.com/openai/gym) (👨‍💻 380 · 🔀 8.6K · 📦 48K · 📋 1.8K - 4% open · ⏱️ 30.01.2023): - - ``` - git clone https://github.com/openai/gym - ``` -- [PyPi](https://pypi.org/project/gym) (📥 920K / month · 📦 2.7K · ⏱️ 20.07.2023): - ``` - pip install gym - ``` -- [Conda](https://anaconda.org/conda-forge/gym) (📥 260K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge gym - ``` -
-
TF-Agents (🥇32 · ⭐ 2.6K) - TF-Agents: A reliable, scalable and easy to use TensorFlow.. Apache-2 - -- [GitHub](https://github.com/tensorflow/agents) (👨‍💻 140 · 🔀 710 · 📦 1.4K · 📋 640 - 28% open · ⏱️ 05.12.2023): - - ``` - git clone https://github.com/tensorflow/agents - ``` -- [PyPi](https://pypi.org/project/tf-agents) (📥 31K / month · 📦 5 · ⏱️ 03.10.2023): - ``` - pip install tf-agents - ``` -
-
ViZDoom (🥇32 · ⭐ 1.6K) - Reinforcement Learning environments based on the 1993 game Doom. MIT - -- [GitHub](https://github.com/Farama-Foundation/ViZDoom) (👨‍💻 53 · 🔀 360 · 📥 12K · 📦 210 · 📋 460 - 8% open · ⏱️ 05.11.2023): - - ``` - git clone https://github.com/mwydmuch/ViZDoom - ``` -- [PyPi](https://pypi.org/project/vizdoom) (📥 15K / month · 📦 16 · ⏱️ 27.09.2023): - ``` - pip install vizdoom - ``` -
-
FinRL (🥈30 · ⭐ 8.4K) - FinRL: Financial Reinforcement Learning. MIT +
FinRL (🥇32 · ⭐ 12K) - FinRL: Financial Reinforcement Learning. MIT -- [GitHub](https://github.com/AI4Finance-Foundation/FinRL) (👨‍💻 110 · 🔀 2K · 📦 26 · 📋 650 - 27% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/AI4Finance-Foundation/FinRL) (👨‍💻 120 · 🔀 2.7K · 📦 93 · 📋 740 - 34% open · ⏱️ 05.05.2025): ``` git clone https://github.com/AI4Finance-Foundation/FinRL ``` -- [PyPi](https://pypi.org/project/finrl) (📥 1.5K / month · ⏱️ 08.01.2022): +- [PyPi](https://pypi.org/project/finrl) (📥 2.8K / month · ⏱️ 08.01.2022): ``` pip install finrl ```
-
Dopamine (🥈28 · ⭐ 10K) - Dopamine is a research framework for fast prototyping of.. Apache-2 - -- [GitHub](https://github.com/google/dopamine) (👨‍💻 15 · 🔀 1.4K · 📦 21 · 📋 180 - 52% open · ⏱️ 27.11.2023): - - ``` - git clone https://github.com/google/dopamine - ``` -- [PyPi](https://pypi.org/project/dopamine-rl) (📥 36K / month · 📦 36 · ⏱️ 21.09.2022): - ``` - pip install dopamine-rl - ``` -
-
TensorLayer (🥈28 · ⭐ 7.3K · 💤) - Deep Learning and Reinforcement Learning Library for.. Apache-2 +
ViZDoom (🥇29 · ⭐ 1.8K) - Reinforcement Learning environments based on the 1993 game Doom. MIT -- [GitHub](https://github.com/tensorlayer/TensorLayer) (👨‍💻 130 · 🔀 1.6K · 📥 1.9K · 📋 470 - 6% open · ⏱️ 18.02.2023): +- [GitHub](https://github.com/Farama-Foundation/ViZDoom) (👨‍💻 55 · 🔀 400 · 📥 12K · 📦 330 · 📋 470 - 6% open · ⏱️ 12.03.2025): ``` - git clone https://github.com/tensorlayer/tensorlayer + git clone https://github.com/mwydmuch/ViZDoom ``` -- [PyPi](https://pypi.org/project/tensorlayer) (📥 1.6K / month · 📦 40 · ⏱️ 15.02.2022): +- [PyPi](https://pypi.org/project/vizdoom) (📥 6.8K / month · 📦 15 · ⏱️ 20.08.2024): ``` - pip install tensorlayer + pip install vizdoom ```
-
Acme (🥈27 · ⭐ 3.3K) - A library of reinforcement learning components and agents. Apache-2 +
Acme (🥈28 · ⭐ 3.7K) - A library of reinforcement learning components and agents. Apache-2 -- [GitHub](https://github.com/google-deepmind/acme) (👨‍💻 84 · 🔀 400 · 📦 180 · 📋 260 - 21% open · ⏱️ 16.11.2023): +- [GitHub](https://github.com/google-deepmind/acme) (👨‍💻 88 · 🔀 470 · 📦 240 · 📋 270 - 23% open · ⏱️ 03.05.2025): ``` git clone https://github.com/deepmind/acme ``` -- [PyPi](https://pypi.org/project/dm-acme) (📥 1.1K / month · 📦 3 · ⏱️ 10.02.2022): +- [PyPi](https://pypi.org/project/dm-acme) (📥 1.7K / month · 📦 3 · ⏱️ 10.02.2022): ``` pip install dm-acme ``` -- [Conda](https://anaconda.org/conda-forge/dm-acme) (📥 7.9K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/dm-acme) (📥 13K · ⏱️ 22.04.2025): ``` conda install -c conda-forge dm-acme ```
-
TensorForce (🥉26 · ⭐ 3.3K) - Tensorforce: a TensorFlow library for applied.. Apache-2 +
TF-Agents (🥈28 · ⭐ 2.9K) - TF-Agents: A reliable, scalable and easy to use TensorFlow.. Apache-2 -- [GitHub](https://github.com/tensorforce/tensorforce) (👨‍💻 84 · 🔀 540 · 📦 430 · 📋 660 - 5% open · ⏱️ 14.08.2023): +- [GitHub](https://github.com/tensorflow/agents) (👨‍💻 150 · 🔀 720 · 📋 680 - 30% open · ⏱️ 30.04.2025): ``` - git clone https://github.com/tensorforce/tensorforce + git clone https://github.com/tensorflow/agents ``` -- [PyPi](https://pypi.org/project/tensorforce) (📥 660 / month · 📦 2 · ⏱️ 30.08.2021): +- [PyPi](https://pypi.org/project/tf-agents) (📥 27K / month · 📦 14 · ⏱️ 14.12.2023): ``` - pip install tensorforce + pip install tf-agents ```
-
garage (🥉25 · ⭐ 1.8K · 💤) - A toolkit for reproducible reinforcement learning research. MIT +
Dopamine (🥈26 · ⭐ 11K) - Dopamine is a research framework for fast prototyping of.. Apache-2 -- [GitHub](https://github.com/rlworkgroup/garage) (👨‍💻 79 · 🔀 300 · 📦 92 · 📋 1K - 22% open · ⏱️ 04.01.2023): +- [GitHub](https://github.com/google/dopamine) (👨‍💻 15 · 🔀 1.4K · 📦 21 · 📋 190 - 54% open · ⏱️ 04.11.2024): ``` - git clone https://github.com/rlworkgroup/garage + git clone https://github.com/google/dopamine ``` -- [PyPi](https://pypi.org/project/garage) (📥 750 / month · 📦 2 · ⏱️ 23.03.2021): +- [PyPi](https://pypi.org/project/dopamine-rl) (📥 24K / month · 📦 10 · ⏱️ 31.10.2024): ``` - pip install garage + pip install dopamine-rl ```
-
PARL (🥉24 · ⭐ 3.1K · 💤) - A high-performance distributed training framework for.. Apache-2 +
TensorForce (🥈26 · ⭐ 3.3K · 💤) - Tensorforce: a TensorFlow library for applied.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PARL) (👨‍💻 42 · 🔀 810 · 📦 120 · 📋 500 - 21% open · ⏱️ 19.05.2023): +- [GitHub](https://github.com/tensorforce/tensorforce) (👨‍💻 85 · 🔀 530 · 📦 460 · 📋 680 - 6% open · ⏱️ 31.07.2024): ``` - git clone https://github.com/PaddlePaddle/PARL + git clone https://github.com/tensorforce/tensorforce ``` -- [PyPi](https://pypi.org/project/parl) (📥 740 / month · 📦 1 · ⏱️ 13.05.2022): +- [PyPi](https://pypi.org/project/tensorforce) (📥 520 / month · 📦 4 · ⏱️ 30.08.2021): ``` - pip install parl + pip install tensorforce ```
-
RLax (🥉24 · ⭐ 1.1K) - A library of reinforcement learning building blocks in JAX. Apache-2 +
RLax (🥈26 · ⭐ 1.3K) - A library of reinforcement learning building blocks in JAX. Apache-2 -- [GitHub](https://github.com/google-deepmind/rlax) (👨‍💻 21 · 🔀 82 · 📦 180 · 📋 30 - 40% open · ⏱️ 24.11.2023): +- [GitHub](https://github.com/google-deepmind/rlax) (👨‍💻 22 · 🔀 91 · 📦 340 · 📋 27 - 29% open · ⏱️ 08.05.2025): ``` git clone https://github.com/deepmind/rlax ``` -- [PyPi](https://pypi.org/project/rlax) (📥 440K / month · 📦 2 · ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/rlax) (📥 16K / month · 📦 22 · ⏱️ 08.05.2025): ``` pip install rlax ```
-
ReAgent (🥉23 · ⭐ 3.5K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 +
PARL (🥉24 · ⭐ 3.4K) - A high-performance distributed training framework for Reinforcement.. Apache-2 -- [GitHub](https://github.com/facebookresearch/ReAgent) (👨‍💻 160 · 🔀 500 · 📋 140 - 47% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/PaddlePaddle/PARL) (👨‍💻 46 · 🔀 820 · 📦 140 · 📋 540 - 23% open · ⏱️ 24.01.2025): ``` - git clone https://github.com/facebookresearch/ReAgent + git clone https://github.com/PaddlePaddle/PARL ``` -- [PyPi](https://pypi.org/project/reagent) (📥 30 / month · ⏱️ 27.05.2020): +- [PyPi](https://pypi.org/project/parl) (📥 790 / month · 📦 1 · ⏱️ 13.05.2022): ``` - pip install reagent + pip install parl ```
-
PFRL (🥉22 · ⭐ 1.1K) - PFRL: a PyTorch-based deep reinforcement learning library. MIT +
PFRL (🥉22 · ⭐ 1.2K · 💤) - PFRL: a PyTorch-based deep reinforcement learning library. MIT -- [GitHub](https://github.com/pfnet/pfrl) (👨‍💻 19 · 🔀 140 · 📦 95 · 📋 78 - 42% open · ⏱️ 16.07.2023): +- [GitHub](https://github.com/pfnet/pfrl) (👨‍💻 20 · 🔀 150 · 📦 120 · 📋 80 - 41% open · ⏱️ 04.08.2024): ``` git clone https://github.com/pfnet/pfrl ``` -- [PyPi](https://pypi.org/project/pfrl) (📥 540 / month · 📦 1 · ⏱️ 16.07.2023): +- [PyPi](https://pypi.org/project/pfrl) (📥 340 / month · 📦 1 · ⏱️ 16.07.2023): ``` pip install pfrl ```
-
Coach (🥉20 · ⭐ 2.3K · 💤) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2 +
ReAgent (🥉21 · ⭐ 3.6K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 -- [GitHub](https://github.com/IntelLabs/coach) (👨‍💻 38 · 🔀 450 · 📋 270 - 32% open · ⏱️ 11.12.2022): +- [GitHub](https://github.com/facebookresearch/ReAgent) (👨‍💻 170 · 🔀 510 · 📋 160 - 53% open · ⏱️ 12.03.2025): ``` - git clone https://github.com/IntelLabs/coach + git clone https://github.com/facebookresearch/ReAgent ``` -- [PyPi](https://pypi.org/project/rl_coach) (📥 110 / month · 📦 2 · ⏱️ 10.10.2019): +- [PyPi](https://pypi.org/project/reagent) (📥 31 / month · ⏱️ 27.05.2020): ``` - pip install rl_coach + pip install reagent ```
-
rliable (🥉14 · ⭐ 650 · 💤) - [NeurIPS21 Outstanding Paper] Library for reliable evaluation on.. Apache-2 +
rliable (🥉14 · ⭐ 830 · 💤) - [NeurIPS21 Outstanding Paper] Library for reliable evaluation on.. Apache-2 -- [GitHub](https://github.com/google-research/rliable) (👨‍💻 6 · 🔀 42 · 📦 100 · 📋 14 - 21% open · ⏱️ 29.05.2023): +- [GitHub](https://github.com/google-research/rliable) (👨‍💻 9 · 🔀 49 · 📦 210 · 📋 20 - 15% open · ⏱️ 12.08.2024): ``` git clone https://github.com/google-research/rliable @@ -5597,16 +4864,20 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst pip install rliable` ```
-
Show 8 hidden projects... +
Show 12 hidden projects... -- baselines (🥈30 · ⭐ 15K · 💀) - OpenAI Baselines: high-quality implementations of reinforcement.. MIT -- keras-rl (🥈28 · ⭐ 5.5K · 💀) - Deep Reinforcement Learning for Keras. MIT -- Stable Baselines (🥉24 · ⭐ 4K · 💀) - A fork of OpenAI Baselines, implementations of.. MIT -- ChainerRL (🥉24 · ⭐ 1.1K · 💀) - ChainerRL is a deep reinforcement learning library built on top of.. MIT +- OpenAI Gym (🥇42 · ⭐ 36K · 💀) - A toolkit for developing and comparing reinforcement learning.. MIT +- baselines (🥈28 · ⭐ 16K · 💀) - OpenAI Baselines: high-quality implementations of reinforcement.. MIT +- TensorLayer (🥈27 · ⭐ 7.4K · 💀) - Deep Learning and Reinforcement Learning Library for.. Apache-2 +- keras-rl (🥈27 · ⭐ 5.6K · 💀) - Deep Reinforcement Learning for Keras. MIT +- garage (🥉25 · ⭐ 2K · 💀) - A toolkit for reproducible reinforcement learning research. MIT +- Stable Baselines (🥉24 · ⭐ 4.3K · 💀) - A fork of OpenAI Baselines, implementations of.. MIT +- ChainerRL (🥉24 · ⭐ 1.2K · 💀) - ChainerRL is a deep reinforcement learning library built on top of.. MIT - TRFL (🥉22 · ⭐ 3.1K · 💀) - TensorFlow Reinforcement Learning. Apache-2 -- SerpentAI (🥉18 · ⭐ 6.6K · 💀) - Game Agent Framework. Helping you create AIs / Bots that learn to.. MIT -- DeepMind Lab (🥉17 · ⭐ 6.9K · 💤) - A customisable 3D platform for agent-based AI research. ❗Unlicensed -- Maze (🥉12 · ⭐ 250 · 💀) - Maze Applied Reinforcement Learning Framework. ❗️Custom +- Coach (🥉20 · ⭐ 2.3K · 💀) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2 +- SerpentAI (🥉18 · ⭐ 6.9K · 💀) - Game Agent Framework. Helping you create AIs / Bots that learn to.. MIT +- DeepMind Lab (🥉17 · ⭐ 7.2K · 💀) - A customisable 3D platform for agent-based AI research. ❗Unlicensed +- Maze (🥉12 · ⭐ 280 · 💀) - Maze Applied Reinforcement Learning Framework. ❗️Custom

@@ -5616,155 +4887,103 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst _Libraries for building and evaluating recommendation systems._ -
Recommenders (🥇35 · ⭐ 17K) - Best Practices on Recommendation Systems. MIT +
Recommenders (🥇35 · ⭐ 20K) - Best Practices on Recommendation Systems. MIT -- [GitHub](https://github.com/recommenders-team/recommenders) (👨‍💻 130 · 🔀 2.8K · 📥 450 · 📦 92 · 📋 820 - 20% open · ⏱️ 13.10.2023): +- [GitHub](https://github.com/recommenders-team/recommenders) (👨‍💻 140 · 🔀 3.2K · 📥 740 · 📦 170 · 📋 880 - 18% open · ⏱️ 08.05.2025): ``` git clone https://github.com/microsoft/recommenders ``` -- [PyPi](https://pypi.org/project/recommenders) (📥 62K / month · 📦 2 · ⏱️ 01.04.2022): +- [PyPi](https://pypi.org/project/recommenders) (📥 20K / month · 📦 4 · ⏱️ 24.12.2024): ``` pip install recommenders ```
-
implicit (🥇31 · ⭐ 3.3K) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT - -- [GitHub](https://github.com/benfred/implicit) (👨‍💻 34 · 🔀 600 · 📥 660 · 📦 1.2K · 📋 480 - 15% open · ⏱️ 21.11.2023): - - ``` - git clone https://github.com/benfred/implicit - ``` -- [PyPi](https://pypi.org/project/implicit) (📥 220K / month · 📦 39 · ⏱️ 29.09.2023): - ``` - pip install implicit - ``` -- [Conda](https://anaconda.org/conda-forge/implicit) (📥 550K · ⏱️ 21.11.2023): - ``` - conda install -c conda-forge implicit - ``` -
-
lightfm (🥈29 · ⭐ 4.5K · 💤) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2 +
torchrec (🥇31 · ⭐ 2.2K) - Pytorch domain library for recommendation systems. BSD-3 -- [GitHub](https://github.com/lyst/lightfm) (👨‍💻 47 · 🔀 660 · 📦 1.3K · 📋 490 - 27% open · ⏱️ 30.04.2023): +- [GitHub](https://github.com/pytorch/torchrec) (👨‍💻 350 · 🔀 510 · 📦 210 · 📋 480 - 70% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/lyst/lightfm - ``` -- [PyPi](https://pypi.org/project/lightfm) (📥 700K / month · 📦 50 · ⏱️ 20.03.2023): - ``` - pip install lightfm + git clone https://github.com/pytorch/torchrec ``` -- [Conda](https://anaconda.org/conda-forge/lightfm) (📥 170K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/torchrec-nightly-cpu) (📥 1.8K / month · ⏱️ 12.05.2022): ``` - conda install -c conda-forge lightfm + pip install torchrec-nightly-cpu ```
-
TF Recommenders (🥈29 · ⭐ 1.7K) - TensorFlow Recommenders is a library for building.. Apache-2 +
Cornac (🥈30 · ⭐ 960) - A Comparative Framework for Multimodal Recommender Systems. Apache-2 -- [GitHub](https://github.com/tensorflow/recommenders) (👨‍💻 42 · 🔀 250 · 📦 270 · 📋 420 - 55% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/PreferredAI/cornac) (👨‍💻 24 · 🔀 150 · 📦 280 · 📋 170 - 17% open · ⏱️ 26.04.2025): ``` - git clone https://github.com/tensorflow/recommenders - ``` -- [PyPi](https://pypi.org/project/tensorflow-recommenders) (📥 300K / month · 📦 1 · ⏱️ 03.02.2023): - ``` - pip install tensorflow-recommenders + git clone https://github.com/PreferredAI/cornac ``` -
-
torchrec (🥈29 · ⭐ 1.6K) - Pytorch domain library for recommendation systems. BSD-3 - -- [GitHub](https://github.com/pytorch/torchrec) (👨‍💻 190 · 🔀 300 · 📦 79 · 📋 230 - 57% open · ⏱️ 07.12.2023): - +- [PyPi](https://pypi.org/project/cornac) (📥 54K / month · 📦 18 · ⏱️ 26.04.2025): ``` - git clone https://github.com/pytorch/torchrec + pip install cornac ``` -- [PyPi](https://pypi.org/project/torchrec-nightly-cpu) (📥 280 / month · ⏱️ 12.05.2022): +- [Conda](https://anaconda.org/conda-forge/cornac) (📥 820K · ⏱️ 26.04.2025): ``` - pip install torchrec-nightly-cpu + conda install -c conda-forge cornac ```
-
scikit-surprise (🥈28 · ⭐ 6.1K · 💤) - 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) (👨‍💻 45 · 🔀 970 · 📦 21 · 📋 380 - 19% open · ⏱️ 27.01.2023): +- [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) (📥 150K / month · 📦 50 · ⏱️ 23.09.2022): +- [PyPi](https://pypi.org/project/scikit-surprise) (📥 140K / month · 📦 37 · ⏱️ 19.05.2024): ``` pip install scikit-surprise ``` -- [Conda](https://anaconda.org/conda-forge/scikit-surprise) (📥 350K · ⏱️ 06.10.2023): +- [Conda](https://anaconda.org/conda-forge/scikit-surprise) (📥 480K · ⏱️ 22.04.2025): ``` conda install -c conda-forge scikit-surprise ```
-
Cornac (🥈28 · ⭐ 760) - A Comparative Framework for Multimodal Recommender Systems. Apache-2 - -- [GitHub](https://github.com/PreferredAI/cornac) (👨‍💻 17 · 🔀 120 · 📦 180 · 📋 130 - 5% open · ⏱️ 06.12.2023): - - ``` - git clone https://github.com/PreferredAI/cornac - ``` -- [PyPi](https://pypi.org/project/cornac) (📥 110K / month · 📦 16 · ⏱️ 20.10.2023): - ``` - pip install cornac - ``` -- [Conda](https://anaconda.org/conda-forge/cornac) (📥 330K · ⏱️ 25.10.2023): - ``` - conda install -c conda-forge cornac - ``` -
-
RecBole (🥉27 · ⭐ 3K) - A unified, comprehensive and efficient recommendation library. MIT +
RecBole (🥈28 · ⭐ 3.8K) - A unified, comprehensive and efficient recommendation library. MIT -- [GitHub](https://github.com/RUCAIBox/RecBole) (👨‍💻 70 · 🔀 550 · 📋 840 - 21% open · ⏱️ 25.11.2023): +- [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) (📥 3.2K / month · 📦 2 · ⏱️ 31.10.2023): +- [PyPi](https://pypi.org/project/recbole) (📥 99K / month · 📦 2 · ⏱️ 24.02.2025): ``` pip install recbole ``` -- [Conda](https://anaconda.org/aibox/recbole) (📥 4.3K · ⏱️ 01.11.2023): +- [Conda](https://anaconda.org/aibox/recbole) (📥 8.6K · ⏱️ 25.03.2025): ``` conda install -c aibox recbole ```
-
TF Ranking (🥉27 · ⭐ 2.7K) - Learning to Rank in TensorFlow. Apache-2 - -- [GitHub](https://github.com/tensorflow/ranking) (👨‍💻 33 · 🔀 470 · 📋 320 - 25% open · ⏱️ 26.09.2023): - - ``` - git clone https://github.com/tensorflow/ranking - ``` -- [PyPi](https://pypi.org/project/tensorflow_ranking) (📥 110K / month · 📦 13 · ⏱️ 11.08.2023): - ``` - pip install tensorflow_ranking - ``` -
-
recmetrics (🥉21 · ⭐ 540) - A library of metrics for evaluating recommender systems. MIT +
TF Recommenders (🥉24 · ⭐ 1.9K) - TensorFlow Recommenders is a library for building.. Apache-2 -- [GitHub](https://github.com/statisticianinstilettos/recmetrics) (👨‍💻 20 · 🔀 97 · 📥 5 · 📦 47 · 📋 28 - 46% open · ⏱️ 04.10.2023): +- [GitHub](https://github.com/tensorflow/recommenders) (👨‍💻 43 · 🔀 290 · 📋 450 - 59% open · ⏱️ 16.01.2025): ``` - git clone https://github.com/statisticianinstilettos/recmetrics + git clone https://github.com/tensorflow/recommenders ``` -- [PyPi](https://pypi.org/project/recmetrics) (📥 11K / month · ⏱️ 26.04.2022): +- [PyPi](https://pypi.org/project/tensorflow-recommenders) (📥 240K / month · 📦 2 · ⏱️ 03.02.2023): ``` - pip install recmetrics + pip install tensorflow-recommenders ```
-
Show 7 hidden projects... +
Show 11 hidden projects... -- lkpy (🥉24 · ⭐ 250) - Python recommendation toolkit. MIT -- tensorrec (🥉21 · ⭐ 1.2K · 💀) - A TensorFlow recommendation algorithm and framework in.. Apache-2 +- implicit (🥈30 · ⭐ 3.7K · 💀) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT +- lightfm (🥈29 · ⭐ 4.9K · 💀) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2 +- lkpy (🥈29 · ⭐ 290) - Python recommendation toolkit. MIT +- TF Ranking (🥉26 · ⭐ 2.8K · 💀) - Learning to Rank in TensorFlow. Apache-2 +- tensorrec (🥉21 · ⭐ 1.3K · 💀) - A TensorFlow recommendation algorithm and framework in.. Apache-2 - fastFM (🥉21 · ⭐ 1.1K · 💀) - fastFM: A Library for Factorization Machines. BSD-3 -- Spotlight (🥉18 · ⭐ 2.9K · 💀) - Deep recommender models using PyTorch. MIT -- Case Recommender (🥉18 · ⭐ 450 · 💀) - Case Recommender: A Flexible and Extensible Python.. MIT -- Collie (🥉17 · ⭐ 100 · 💤) - A library for preparing, training, and evaluating scalable deep.. BSD-3 -- OpenRec (🥉16 · ⭐ 400 · 💀) - OpenRec is an open-source and modular library for neural network-.. Apache-2 +- 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 (🥉16 · ⭐ 410 · 💀) - OpenRec is an open-source and modular library for neural network-.. Apache-2 +- Collie (🥉11 · ⭐ 100 · 💀) - A library for preparing, training, and evaluating scalable deep.. BSD-3

@@ -5774,85 +4993,85 @@ _Libraries for building and evaluating recommendation systems._ _Libraries for encrypted and privacy-preserving machine learning using methods like federated learning & differential privacy._ -
PySyft (🥇36 · ⭐ 9K) - Perform data science on data that remains in someone elses server. Apache-2 +
PySyft (🥇32 · ⭐ 9.7K) - Perform data science on data that remains in someone elses server. Apache-2 -- [GitHub](https://github.com/OpenMined/PySyft) (👨‍💻 500 · 🔀 2K · 📥 1.1K · 📋 3.5K - 4% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/OpenMined/PySyft) (👨‍💻 520 · 🔀 2K · 📥 2K · 📦 1 · 📋 3.4K - 1% open · ⏱️ 13.04.2025): ``` git clone https://github.com/OpenMined/PySyft ``` -- [PyPi](https://pypi.org/project/syft) (📥 5.8K / month · 📦 5 · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/syft) (📥 7.3K / month · 📦 5 · ⏱️ 13.04.2025): ``` pip install syft ```
-
Opacus (🥈28 · ⭐ 1.5K) - 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) (👨‍💻 74 · 🔀 300 · 📥 110 · 📦 700 · 📋 270 - 24% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/pytorch/opacus) (👨‍💻 85 · 🔀 360 · 📥 140 · 📦 1.1K · 📋 330 - 20% open · ⏱️ 13.05.2025): ``` git clone https://github.com/pytorch/opacus ``` -- [PyPi](https://pypi.org/project/opacus) (📥 47K / month · 📦 17 · ⏱️ 06.05.2022): +- [PyPi](https://pypi.org/project/opacus) (📥 100K / month · 📦 42 · ⏱️ 18.02.2025): ``` pip install opacus ``` -- [Conda](https://anaconda.org/conda-forge/opacus) (📥 12K · ⏱️ 18.06.2023): +- [Conda](https://anaconda.org/conda-forge/opacus) (📥 24K · ⏱️ 22.04.2025): ``` conda install -c conda-forge opacus ```
-
TensorFlow Privacy (🥈27 · ⭐ 1.8K) - 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) (👨‍💻 57 · 🔀 430 · 📥 130 · 📋 200 - 55% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/tensorflow/privacy) (👨‍💻 60 · 🔀 450 · 📥 190 · 📋 210 - 55% open · ⏱️ 21.05.2025): ``` git clone https://github.com/tensorflow/privacy ``` -- [PyPi](https://pypi.org/project/tensorflow-privacy) (📥 18K / month · 📦 14 · ⏱️ 11.10.2023): +- [PyPi](https://pypi.org/project/tensorflow-privacy) (📥 20K / month · 📦 21 · ⏱️ 14.02.2024): ``` pip install tensorflow-privacy ```
-
FATE (🥉25 · ⭐ 5.3K) - An Industrial Grade Federated Learning Framework. Apache-2 +
TFEncrypted (🥉24 · ⭐ 1.2K · 💤) - A Framework for Encrypted Machine Learning in.. Apache-2 -- [GitHub](https://github.com/FederatedAI/FATE) (👨‍💻 94 · 🔀 1.5K · 📋 1.8K - 43% open · ⏱️ 28.11.2023): +- [GitHub](https://github.com/tf-encrypted/tf-encrypted) (👨‍💻 29 · 🔀 210 · 📦 68 · 📋 440 - 32% open · ⏱️ 25.09.2024): ``` - git clone https://github.com/FederatedAI/FATE + git clone https://github.com/tf-encrypted/tf-encrypted ``` -- [PyPi](https://pypi.org/project/ETAF) (⏱️ 06.05.2020): +- [PyPi](https://pypi.org/project/tf-encrypted) (📥 710 / month · 📦 9 · ⏱️ 16.11.2022): ``` - pip install ETAF + pip install tf-encrypted ```
-
TFEncrypted (🥉25 · ⭐ 1.2K · 💤) - A Framework for Encrypted Machine Learning in.. Apache-2 +
FATE (🥉23 · ⭐ 5.9K) - An Industrial Grade Federated Learning Framework. Apache-2 -- [GitHub](https://github.com/tf-encrypted/tf-encrypted) (👨‍💻 29 · 🔀 200 · 📦 64 · 📋 440 - 32% open · ⏱️ 08.02.2023): +- [GitHub](https://github.com/FederatedAI/FATE) (👨‍💻 100 · 🔀 1.6K · 📋 2.1K - 3% open · ⏱️ 19.11.2024): ``` - git clone https://github.com/tf-encrypted/tf-encrypted + git clone https://github.com/FederatedAI/FATE ``` -- [PyPi](https://pypi.org/project/tf-encrypted) (📥 910 / month · 📦 9 · ⏱️ 16.11.2022): +- [PyPi](https://pypi.org/project/ETAF) (⏱️ 06.05.2020): ``` - pip install tf-encrypted + pip install ETAF ```
-
CrypTen (🥉23 · ⭐ 1.4K) - A framework for Privacy Preserving Machine Learning. MIT +
CrypTen (🥉21 · ⭐ 1.6K) - A framework for Privacy Preserving Machine Learning. MIT -- [GitHub](https://github.com/facebookresearch/CrypTen) (👨‍💻 33 · 🔀 290 · 📦 31 · 📋 260 - 26% open · ⏱️ 25.08.2023): +- [GitHub](https://github.com/facebookresearch/CrypTen) (👨‍💻 39 · 🔀 290 · 📋 280 - 28% open · ⏱️ 23.11.2024): ``` git clone https://github.com/facebookresearch/CrypTen ``` -- [PyPi](https://pypi.org/project/crypten) (📥 360 / month · 📦 1 · ⏱️ 08.12.2022): +- [PyPi](https://pypi.org/project/crypten) (📥 520 / month · 📦 1 · ⏱️ 08.12.2022): ``` pip install crypten ```
Show 1 hidden projects... -- PipelineDP (🥉21 · ⭐ 260) - PipelineDP is a Python framework for applying differentially.. Apache-2 +- PipelineDP (🥉20 · ⭐ 280) - PipelineDP is a Python framework for applying differentially.. Apache-2

@@ -5862,368 +5081,383 @@ _Libraries for encrypted and privacy-preserving machine learning using methods l _Libraries to organize, track, and visualize machine learning experiments._ -
mlflow (🥇44 · ⭐ 16K) - Open source platform for the machine learning lifecycle. Apache-2 +
mlflow (🥇44 · ⭐ 21K) - Open source platform for the machine learning lifecycle. Apache-2 -- [GitHub](https://github.com/mlflow/mlflow) (👨‍💻 680 · 🔀 3.7K · 📦 27K · 📋 3.6K - 36% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/mlflow/mlflow) (👨‍💻 860 · 🔀 4.5K · 📦 62K · 📋 4.7K - 39% open · ⏱️ 22.05.2025): ``` git clone https://github.com/mlflow/mlflow ``` -- [PyPi](https://pypi.org/project/mlflow) (📥 15M / month · 📦 520 · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/mlflow) (📥 17M / month · 📦 1.1K · ⏱️ 21.05.2025): ``` pip install mlflow ``` -- [Conda](https://anaconda.org/conda-forge/mlflow) (📥 1.7M · ⏱️ 07.12.2023): +- [Conda](https://anaconda.org/conda-forge/mlflow) (📥 3.2M · ⏱️ 26.04.2025): ``` conda install -c conda-forge mlflow ```
-
Tensorboard (🥇43 · ⭐ 6.4K) - TensorFlows Visualization Toolkit. Apache-2 +
wandb client (🥇43 · ⭐ 9.9K) - The AI developer platform. Use Weights & Biases to train and fine-.. MIT + +- [GitHub](https://github.com/wandb/wandb) (👨‍💻 210 · 🔀 740 · 📥 720 · 📦 79K · 📋 3.6K - 17% open · ⏱️ 21.05.2025): + + ``` + git clone https://github.com/wandb/client + ``` +- [PyPi](https://pypi.org/project/wandb) (📥 18M / month · 📦 1.9K · ⏱️ 07.05.2025): + ``` + pip install wandb + ``` +- [Conda](https://anaconda.org/conda-forge/wandb) (📥 1.1M · ⏱️ 08.05.2025): + ``` + conda install -c conda-forge wandb + ``` +
+
Tensorboard (🥇43 · ⭐ 6.9K) - TensorFlows Visualization Toolkit. Apache-2 -- [GitHub](https://github.com/tensorflow/tensorboard) (👨‍💻 310 · 🔀 1.6K · 📦 200K · 📋 1.9K - 34% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/tensorflow/tensorboard) (👨‍💻 330 · 🔀 1.7K · 📦 320K · 📋 1.9K - 35% open · ⏱️ 09.05.2025): ``` git clone https://github.com/tensorflow/tensorboard ``` -- [PyPi](https://pypi.org/project/tensorboard) (📥 22M / month · 📦 2.9K · ⏱️ 02.11.2023): +- [PyPi](https://pypi.org/project/tensorboard) (📥 27M / month · 📦 2.5K · ⏱️ 12.02.2025): ``` pip install tensorboard ``` -- [Conda](https://anaconda.org/conda-forge/tensorboard) (📥 4.4M · ⏱️ 03.11.2023): +- [Conda](https://anaconda.org/conda-forge/tensorboard) (📥 5.6M · ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorboard ```
-
DVC (🥇41 · ⭐ 13K) - ML Experiments Management with Git. Apache-2 +
DVC (🥇41 · ⭐ 14K) - Data Versioning and ML Experiments. Apache-2 -- [GitHub](https://github.com/iterative/dvc) (👨‍💻 290 · 🔀 1.1K · 📥 46K · 📦 11K · 📋 4.5K - 12% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/iterative/dvc) (👨‍💻 310 · 🔀 1.2K · 📦 24K · 📋 4.8K - 5% open · ⏱️ 20.05.2025): ``` git clone https://github.com/iterative/dvc ``` -- [PyPi](https://pypi.org/project/dvc) (📥 840K / month · 📦 87 · ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/dvc) (📥 660K / month · 📦 140 · ⏱️ 06.05.2025): ``` pip install dvc ``` -- [Conda](https://anaconda.org/conda-forge/dvc) (📥 1.7M · ⏱️ 06.12.2023): +- [Conda](https://anaconda.org/conda-forge/dvc) (📥 2.8M · ⏱️ 06.05.2025): ``` conda install -c conda-forge dvc ```
-
wandb client (🥇41 · ⭐ 7.6K) - A tool for visualizing and tracking your machine learning.. MIT +
SageMaker SDK (🥇41 · ⭐ 2.2K) - A library for training and deploying machine learning.. Apache-2 -- [GitHub](https://github.com/wandb/wandb) (👨‍💻 170 · 🔀 580 · 📦 34K · 📋 2.9K - 27% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/aws/sagemaker-python-sdk) (👨‍💻 480 · 🔀 1.2K · 📦 6K · 📋 1.6K - 20% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/wandb/client + git clone https://github.com/aws/sagemaker-python-sdk ``` -- [PyPi](https://pypi.org/project/wandb) (📥 8M / month · 📦 660 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/sagemaker) (📥 25M / month · 📦 180 · ⏱️ 19.05.2025): ``` - pip install wandb + pip install sagemaker ``` -- [Conda](https://anaconda.org/conda-forge/wandb) (📥 430K · ⏱️ 05.12.2023): +- [Conda](https://anaconda.org/conda-forge/sagemaker-python-sdk) (📥 1.5M · ⏱️ 21.05.2025): ``` - conda install -c conda-forge wandb + conda install -c conda-forge sagemaker-python-sdk ```
-
SageMaker SDK (🥈38 · ⭐ 2K) - A library for training and deploying machine learning.. Apache-2 +
Metaflow (🥈36 · ⭐ 8.8K) - Build, Manage and Deploy AI/ML Systems. Apache-2 -- [GitHub](https://github.com/aws/sagemaker-python-sdk) (👨‍💻 410 · 🔀 1.1K · 📦 3.3K · 📋 1.4K - 34% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/Netflix/metaflow) (👨‍💻 100 · 🔀 830 · 📦 910 · 📋 800 - 43% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/aws/sagemaker-python-sdk + git clone https://github.com/Netflix/metaflow ``` -- [PyPi](https://pypi.org/project/sagemaker) (📥 36M / month · 📦 90 · ⏱️ 30.11.2023): +- [PyPi](https://pypi.org/project/metaflow) (📥 250K / month · 📦 52 · ⏱️ 21.05.2025): ``` - pip install sagemaker + pip install metaflow ``` -- [Conda](https://anaconda.org/conda-forge/sagemaker-python-sdk) (📥 700K · ⏱️ 27.11.2023): +- [Conda](https://anaconda.org/conda-forge/metaflow) (📥 300K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge sagemaker-python-sdk + conda install -c conda-forge metaflow ```
-
PyCaret (🥈37 · ⭐ 8K) - An open-source, low-code machine learning library in Python. MIT +
PyCaret (🥈35 · ⭐ 9.3K) - An open-source, low-code machine learning library in Python. MIT -- [GitHub](https://github.com/pycaret/pycaret) (👨‍💻 130 · 🔀 1.7K · 📥 680 · 📦 4.8K · 📋 2.2K - 14% open · ⏱️ 30.11.2023): +- [GitHub](https://github.com/pycaret/pycaret) (👨‍💻 140 · 🔀 1.8K · 📥 730 · 📦 7.7K · 📋 2.3K - 16% open · ⏱️ 06.03.2025): ``` git clone https://github.com/pycaret/pycaret ``` -- [PyPi](https://pypi.org/project/pycaret) (📥 300K / month · 📦 16 · ⏱️ 12.11.2023): +- [PyPi](https://pypi.org/project/pycaret) (📥 340K / month · 📦 31 · ⏱️ 28.04.2024): ``` pip install pycaret ``` -- [Conda](https://anaconda.org/conda-forge/pycaret) (📥 41K · ⏱️ 16.11.2023): +- [Conda](https://anaconda.org/conda-forge/pycaret) (📥 70K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pycaret ```
-
snakemake (🥈35 · ⭐ 2K) - This is the development home of the workflow management system.. MIT +
ClearML (🥈34 · ⭐ 6K) - ClearML - Auto-Magical CI/CD to streamline your AI workload... Apache-2 -- [GitHub](https://github.com/snakemake/snakemake) (👨‍💻 310 · 🔀 460 · 📦 1.8K · 📋 1.4K - 59% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/clearml/clearml) (👨‍💻 100 · 🔀 680 · 📥 3.2K · 📦 1.8K · 📋 1.1K - 43% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/snakemake/snakemake + git clone https://github.com/allegroai/clearml ``` -- [PyPi](https://pypi.org/project/snakemake) (📥 330K / month · 📦 260 · ⏱️ 18.09.2023): +- [PyPi](https://pypi.org/project/clearml) (📥 380K / month · 📦 58 · ⏱️ 22.05.2025): ``` - pip install snakemake + pip install clearml ``` -- [Conda](https://anaconda.org/bioconda/snakemake) (📥 930K · ⏱️ 17.10.2023): +- [Docker Hub](https://hub.docker.com/r/allegroai/trains) (📥 31K · ⏱️ 05.10.2020): ``` - conda install -c bioconda snakemake + docker pull allegroai/trains ```
-
AzureML SDK (🥈34 · ⭐ 3.8K) - Python notebooks with ML and deep learning examples with Azure.. MIT +
snakemake (🥈34 · ⭐ 2.5K) - This is the development home of the workflow management system.. MIT -- [GitHub](https://github.com/Azure/MachineLearningNotebooks) (👨‍💻 64 · 🔀 2.4K · 📥 500 · 📋 1.4K - 25% open · ⏱️ 23.11.2023): +- [GitHub](https://github.com/snakemake/snakemake) (👨‍💻 370 · 🔀 590 · 📦 2.4K · 📋 2K - 60% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/Azure/MachineLearningNotebooks + git clone https://github.com/snakemake/snakemake ``` -- [PyPi](https://pypi.org/project/azureml-sdk) (📥 640K / month · 📦 48 · ⏱️ 09.11.2023): +- [PyPi](https://pypi.org/project/snakemake) (📥 79K / month · 📦 280 · ⏱️ 22.05.2025): ``` - pip install azureml-sdk + pip install snakemake + ``` +- [Conda](https://anaconda.org/bioconda/snakemake) (📥 1.4M · ⏱️ 21.05.2025): + ``` + conda install -c bioconda snakemake ```
-
tensorboardX (🥈33 · ⭐ 7.7K) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT +
tensorboardX (🥈33 · ⭐ 7.9K) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT -- [GitHub](https://github.com/lanpa/tensorboardX) (👨‍💻 82 · 🔀 870 · 📥 400 · 📦 37K · 📋 450 - 17% open · ⏱️ 12.11.2023): +- [GitHub](https://github.com/lanpa/tensorboardX) (👨‍💻 85 · 🔀 860 · 📥 480 · 📦 58K · 📋 460 - 17% open · ⏱️ 24.04.2025): ``` git clone https://github.com/lanpa/tensorboardX ``` -- [PyPi](https://pypi.org/project/tensorboardX) (📥 2.2M / month · 📦 1K · ⏱️ 20.08.2023): +- [PyPi](https://pypi.org/project/tensorboardX) (📥 2.7M / month · 📦 620 · ⏱️ 20.08.2023): ``` pip install tensorboardX ``` -- [Conda](https://anaconda.org/conda-forge/tensorboardx) (📥 1.1M · ⏱️ 20.08.2023): +- [Conda](https://anaconda.org/conda-forge/tensorboardx) (📥 1.3M · ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorboardx ```
-
Metaflow (🥈33 · ⭐ 7.2K) - Build and manage real-life data science projects with ease!. Apache-2 +
kaggle (🥈33 · ⭐ 6.6K) - Official Kaggle API. Apache-2 -- [GitHub](https://github.com/Netflix/metaflow) (👨‍💻 76 · 🔀 700 · 📦 560 · 📋 640 - 48% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/Kaggle/kaggle-api) (👨‍💻 49 · 🔀 1.2K · 📦 21 · 📋 520 - 27% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/Netflix/metaflow + git clone https://github.com/Kaggle/kaggle-api ``` -- [PyPi](https://pypi.org/project/metaflow) (📥 180K / month · 📦 26 · ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/kaggle) (📥 340K / month · 📦 240 · ⏱️ 08.05.2025): ``` - pip install metaflow + pip install kaggle ``` -- [Conda](https://anaconda.org/conda-forge/metaflow) (📥 160K · ⏱️ 05.12.2023): +- [Conda](https://anaconda.org/conda-forge/kaggle) (📥 230K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge metaflow + conda install -c conda-forge kaggle ```
-
ClearML (🥈33 · ⭐ 4.9K) - ClearML - Auto-Magical CI/CD to streamline your ML workflow... Apache-2 +
aim (🥈33 · ⭐ 5.6K) - Aim An easy-to-use & supercharged open-source experiment tracker. Apache-2 -- [GitHub](https://github.com/allegroai/clearml) (👨‍💻 88 · 🔀 600 · 📥 1.8K · 📦 830 · 📋 920 - 43% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/aimhubio/aim) (👨‍💻 82 · 🔀 340 · 📦 890 · 📋 1.1K - 36% open · ⏱️ 08.05.2025): ``` - git clone https://github.com/allegroai/clearml + git clone https://github.com/aimhubio/aim ``` -- [PyPi](https://pypi.org/project/clearml) (📥 230K / month · 📦 16 · ⏱️ 08.11.2023): +- [PyPi](https://pypi.org/project/aim) (📥 130K / month · 📦 41 · ⏱️ 21.05.2025): ``` - pip install clearml + pip install aim ``` -- [Docker Hub](https://hub.docker.com/r/allegroai/trains) (📥 30K · ⏱️ 05.10.2020): +- [Conda](https://anaconda.org/conda-forge/aim) (📥 120K · ⏱️ 22.04.2025): ``` - docker pull allegroai/trains + conda install -c conda-forge aim ```
-
kaggle (🥈31 · ⭐ 5.7K) - Official Kaggle API. Apache-2 +
AzureML SDK (🥈31 · ⭐ 4.2K) - Python notebooks with ML and deep learning examples with Azure.. MIT -- [GitHub](https://github.com/Kaggle/kaggle-api) (👨‍💻 37 · 🔀 1K · 📦 21 · 📋 420 - 33% open · ⏱️ 17.07.2023): +- [GitHub](https://github.com/Azure/MachineLearningNotebooks) (👨‍💻 65 · 🔀 2.5K · 📥 660 · 📋 1.5K - 26% open · ⏱️ 14.03.2025): ``` - git clone https://github.com/Kaggle/kaggle-api - ``` -- [PyPi](https://pypi.org/project/kaggle) (📥 190K / month · 📦 380 · ⏱️ 19.09.2023): - ``` - pip install kaggle + git clone https://github.com/Azure/MachineLearningNotebooks ``` -- [Conda](https://anaconda.org/conda-forge/kaggle) (📥 140K · ⏱️ 18.07.2023): +- [PyPi](https://pypi.org/project/azureml-sdk) (📥 340K / month · 📦 31 · ⏱️ 11.04.2025): ``` - conda install -c conda-forge kaggle + pip install azureml-sdk ```
-
Neptune.ai (🥈31 · ⭐ 430) - The MLOps stack component for experiment tracking. Apache-2 +
sacred (🥈30 · ⭐ 4.3K) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT -- [GitHub](https://github.com/neptune-ai/neptune-client) (👨‍💻 52 · 🔀 52 · 📋 230 - 14% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/IDSIA/sacred) (👨‍💻 110 · 🔀 380 · 📦 3.6K · 📋 560 - 18% open · ⏱️ 26.11.2024): ``` - git clone https://github.com/neptune-ai/neptune-client + git clone https://github.com/IDSIA/sacred ``` -- [PyPi](https://pypi.org/project/neptune-client) (📥 540K / month · 📦 49 · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/sacred) (📥 29K / month · 📦 60 · ⏱️ 26.11.2024): ``` - pip install neptune-client + pip install sacred ``` -- [Conda](https://anaconda.org/conda-forge/neptune-client) (📥 220K · ⏱️ 04.12.2023): +- [Conda](https://anaconda.org/conda-forge/sacred) (📥 8.8K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge neptune-client + conda install -c conda-forge sacred ```
-
aim (🥈30 · ⭐ 4.4K) - Aim An easy-to-use & supercharged open-source experiment tracker. Apache-2 +
Neptune.ai (🥈29 · ⭐ 610) - The experiment tracker for foundation model training. Apache-2 -- [GitHub](https://github.com/aimhubio/aim) (👨‍💻 58 · 🔀 250 · 📦 380 · 📋 950 - 32% open · ⏱️ 18.10.2023): +- [GitHub](https://github.com/neptune-ai/neptune-client) (👨‍💻 55 · 🔀 65 · 📦 870 · 📋 260 - 12% open · ⏱️ 16.04.2025): ``` - git clone https://github.com/aimhubio/aim + git clone https://github.com/neptune-ai/neptune-client ``` -- [PyPi](https://pypi.org/project/aim) (📥 90K / month · 📦 16 · ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/neptune-client) (📥 490K / month · 📦 77 · ⏱️ 15.04.2025): ``` - pip install aim + pip install neptune-client ``` -- [Conda](https://anaconda.org/conda-forge/aim) (📥 40K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/neptune-client) (📥 350K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge aim + conda install -c conda-forge neptune-client ```
-
sacred (🥈30 · ⭐ 4.1K) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT +
ml-metadata (🥈28 · ⭐ 650) - For recording and retrieving metadata associated with ML.. Apache-2 -- [GitHub](https://github.com/IDSIA/sacred) (👨‍💻 100 · 🔀 380 · 📦 2.7K · 📋 560 - 17% open · ⏱️ 13.11.2023): +- [GitHub](https://github.com/google/ml-metadata) (👨‍💻 23 · 🔀 160 · 📥 3K · 📦 700 · 📋 120 - 39% open · ⏱️ 03.04.2025): ``` - git clone https://github.com/IDSIA/sacred - ``` -- [PyPi](https://pypi.org/project/sacred) (📥 22K / month · 📦 110 · ⏱️ 13.11.2023): - ``` - pip install sacred + git clone https://github.com/google/ml-metadata ``` -- [Conda](https://anaconda.org/conda-forge/sacred) (📥 4.4K · ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/ml-metadata) (📥 67K / month · 📦 32 · ⏱️ 07.04.2025): ``` - conda install -c conda-forge sacred + pip install ml-metadata ```
-
VisualDL (🥉28 · ⭐ 4.7K · 📉) - Deep Learning Visualization Toolkit. Apache-2 +
VisualDL (🥉27 · ⭐ 4.8K) - Deep Learning Visualization Toolkit. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/VisualDL) (👨‍💻 33 · 🔀 630 · 📥 340 · 📦 2.5K · 📋 500 - 28% open · ⏱️ 20.09.2023): +- [GitHub](https://github.com/PaddlePaddle/VisualDL) (👨‍💻 36 · 🔀 630 · 📥 510 · 📦 2 · 📋 510 - 30% open · ⏱️ 22.01.2025): ``` git clone https://github.com/PaddlePaddle/VisualDL ``` -- [PyPi](https://pypi.org/project/visualdl) (📥 180K / month · 📦 46 · ⏱️ 05.06.2023): +- [PyPi](https://pypi.org/project/visualdl) (📥 130K / month · 📦 82 · ⏱️ 30.10.2024): ``` pip install visualdl ```
-
quinn (🥉28 · ⭐ 540) - pyspark methods to enhance developer productivity. Apache-2 +
livelossplot (🥉27 · ⭐ 1.3K) - Live training loss plot in Jupyter Notebook for Keras,.. MIT -- [GitHub](https://github.com/MrPowers/quinn) (👨‍💻 24 · 🔀 76 · 📥 9 · 📦 73 · 📋 89 - 39% open · ⏱️ 23.11.2023): +- [GitHub](https://github.com/stared/livelossplot) (👨‍💻 17 · 🔀 140 · 📦 1.8K · 📋 79 - 7% open · ⏱️ 03.01.2025): ``` - git clone https://github.com/MrPowers/quinn + git clone https://github.com/stared/livelossplot ``` -- [PyPi](https://pypi.org/project/quinn) (📥 870K / month · 📦 6 · ⏱️ 17.02.2023): +- [PyPi](https://pypi.org/project/livelossplot) (📥 16K / month · 📦 16 · ⏱️ 03.01.2025): ``` - pip install quinn + pip install livelossplot ```
-
Labml (🥉27 · ⭐ 1.7K) - Monitor deep learning model training and hardware usage from your mobile.. MIT +
quinn (🥉26 · ⭐ 670) - pyspark methods to enhance developer productivity. Apache-2 -- [GitHub](https://github.com/labmlai/labml) (👨‍💻 9 · 🔀 120 · 📦 110 · 📋 38 - 47% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/mrpowers-io/quinn) (👨‍💻 31 · 🔀 97 · 📥 57 · 📦 93 · 📋 130 - 27% open · ⏱️ 06.12.2024): ``` - git clone https://github.com/labmlai/labml + git clone https://github.com/MrPowers/quinn ``` -- [PyPi](https://pypi.org/project/labml) (📥 2.6K / month · 📦 6 · ⏱️ 10.09.2023): +- [PyPi](https://pypi.org/project/quinn) (📥 590K / month · 📦 7 · ⏱️ 13.02.2024): ``` - pip install labml + pip install quinn ```
-
ml-metadata (🥉27 · ⭐ 570) - For recording and retrieving metadata associated with ML.. Apache-2 +
Labml (🥉25 · ⭐ 2.2K) - Monitor deep learning model training and hardware usage from your mobile.. MIT -- [GitHub](https://github.com/google/ml-metadata) (👨‍💻 19 · 🔀 120 · 📥 2.1K · 📦 370 · 📋 100 - 27% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/labmlai/labml) (👨‍💻 9 · 🔀 140 · 📦 220 · 📋 50 - 12% open · ⏱️ 10.04.2025): ``` - git clone https://github.com/google/ml-metadata + git clone https://github.com/labmlai/labml ``` -- [PyPi](https://pypi.org/project/ml-metadata) (📥 65K / month · 📦 23 · ⏱️ 10.08.2023): +- [PyPi](https://pypi.org/project/labml) (📥 2.5K / month · 📦 14 · ⏱️ 15.09.2024): ``` - pip install ml-metadata + pip install labml ```
-
TNT (🥉26 · ⭐ 1.6K) - 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) (👨‍💻 110 · 🔀 250 · 📋 93 - 34% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/pytorch/tnt) (👨‍💻 150 · 🔀 280 · 📋 150 - 56% open · ⏱️ 12.05.2025): ``` git clone https://github.com/pytorch/tnt ``` -- [PyPi](https://pypi.org/project/torchnet) (📥 6.9K / month · 📦 38 · ⏱️ 29.07.2018): +- [PyPi](https://pypi.org/project/torchnet) (📥 5.9K / month · 📦 24 · ⏱️ 29.07.2018): ``` pip install torchnet ```
-
Guild AI (🥉22 · ⭐ 840) - Experiment tracking, ML developer tools. Apache-2 +
gokart (🥉25 · ⭐ 320) - Gokart solves reproducibility, task dependencies, constraints of good code,.. MIT -- [GitHub](https://github.com/guildai/guildai) (👨‍💻 29 · 🔀 81 · 📥 14 · 📦 86 · 📋 440 - 50% open · ⏱️ 12.08.2023): +- [GitHub](https://github.com/m3dev/gokart) (👨‍💻 47 · 🔀 62 · 📦 85 · 📋 99 - 32% open · ⏱️ 29.04.2025): ``` - git clone https://github.com/guildai/guildai + git clone https://github.com/m3dev/gokart ``` -- [PyPi](https://pypi.org/project/guildai) (📥 980 / month · ⏱️ 11.05.2022): +- [PyPi](https://pypi.org/project/gokart) (📥 4.7K / month · 📦 8 · ⏱️ 27.02.2025): ``` - pip install guildai + pip install gokart ```
-
Studio.ml (🥉21 · ⭐ 380) - Studio: Simplify and expedite model building process. Apache-2 +
Guild AI (🥉23 · ⭐ 880) - Experiment tracking, ML developer tools. Apache-2 -- [GitHub](https://github.com/studioml/studio) (👨‍💻 24 · 🔀 52 · 📦 5 · 📋 250 - 22% open · ⏱️ 06.09.2023): +- [GitHub](https://github.com/guildai/guildai) (👨‍💻 30 · 🔀 88 · 📥 31 · 📦 100 · 📋 440 - 50% open · ⏱️ 29.04.2025): ``` - git clone https://github.com/studioml/studio + git clone https://github.com/guildai/guildai ``` -- [PyPi](https://pypi.org/project/studioml) (📥 620 / month · ⏱️ 14.09.2021): +- [PyPi](https://pypi.org/project/guildai) (📥 2K / month · ⏱️ 11.05.2022): ``` - pip install studioml + pip install guildai ```
-
TensorWatch (🥉20 · ⭐ 3.3K) - Debugging, monitoring and visualization for Python Machine Learning.. MIT +
keepsake (🥉17 · ⭐ 1.7K) - Version control for machine learning. Apache-2 -- [GitHub](https://github.com/microsoft/tensorwatch) (👨‍💻 15 · 🔀 360 · 📦 130 · 📋 70 - 75% open · ⏱️ 30.08.2023): +- [GitHub](https://github.com/replicate/keepsake) (👨‍💻 18 · 🔀 71 · 📋 190 - 66% open · ⏱️ 03.12.2024): ``` - git clone https://github.com/microsoft/tensorwatch + git clone https://github.com/replicate/keepsake ``` -- [PyPi](https://pypi.org/project/tensorwatch) (📥 910 / month · 📦 7 · ⏱️ 04.03.2020): +- [PyPi](https://pypi.org/project/keepsake) (📥 84 / month · 📦 1 · ⏱️ 25.01.2021): ``` - pip install tensorwatch + pip install keepsake ```
-
caliban (🥉15 · ⭐ 490) - Research workflows made easy, locally and in the Cloud. Apache-2 +
CometML (🥉16) - Supercharging Machine Learning. MIT -- [GitHub](https://github.com/google/caliban) (👨‍💻 10 · 🔀 69 · 📦 1 · 📋 34 - 55% open · ⏱️ 11.10.2023): +- [GitHub](): ``` - git clone https://github.com/google/caliban + git clone https://github.com/comet-ml/examples + ``` +- [PyPi](https://pypi.org/project/comet_ml) (📥 470K / month · 📦 94 · ⏱️ 14.05.2025): + ``` + pip install comet_ml ``` -- [PyPi](https://pypi.org/project/caliban) (📥 110 / month · ⏱️ 12.09.2020): +- [Conda](https://anaconda.org/anaconda/comet_ml): ``` - pip install caliban + conda install -c anaconda comet_ml ```
-
Show 16 hidden projects... +
Show 15 hidden projects... -- Catalyst (🥈29 · ⭐ 3.2K · 💀) - Accelerated deep learning R&D. Apache-2 -- knockknock (🥉25 · ⭐ 2.7K · 💀) - Knock Knock: Get notified when your training ends with only two.. MIT -- livelossplot (🥉25 · ⭐ 1.3K · 💀) - Live training loss plot in Jupyter Notebook for Keras,.. MIT -- SKLL (🥉25 · ⭐ 550) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗️BSD-1-Clause -- gokart (🥉25 · ⭐ 290) - Gokart solves reproducibility, task dependencies, constraints of good code,.. MIT -- hiddenlayer (🥉22 · ⭐ 1.7K · 💀) - Neural network graphs and training metrics for.. MIT -- lore (🥉20 · ⭐ 1.6K · 💀) - Lore makes machine learning approachable for Software Engineers and.. MIT -- TensorBoard Logger (🥉20 · ⭐ 630 · 💀) - Log TensorBoard events without touching TensorFlow. MIT +- 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 +- 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 +- 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 (🥉18 · ⭐ 1.6K · 💀) - Version control for machine learning. Apache-2 -- datmo (🥉17 · ⭐ 340 · 💀) - Open source production model management tool for data scientists. MIT -- chitra (🥉16 · ⭐ 220) - A multi-functional library for full-stack Deep Learning. Simplifies.. Apache-2 -- steppy (🥉16 · ⭐ 140 · 💀) - Lightweight, Python library for fast and reproducible experimentation. MIT -- ModelChimp (🥉13 · ⭐ 120 · 💀) - Experiment tracking for machine and deep learning projects. BSD-2 -- CometML (🥉13) - Supercharging Machine Learning. ❗Unlicensed -- traintool (🥉8 · ⭐ 12 · 💀) - Train off-the-shelf machine learning models in one.. Apache-2 +- datmo (🥉18 · ⭐ 340 · 💀) - Open source production model management tool for data scientists. MIT +- chitra (🥉17 · ⭐ 230 · 💤) - A multi-functional library for full-stack Deep Learning... Apache-2 +- caliban (🥉16 · ⭐ 500 · 💀) - Research workflows made easy, locally and in the Cloud. Apache-2 +- steppy (🥉16 · ⭐ 130 · 💀) - Lightweight, Python library for fast and reproducible experimentation. MIT +- 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

@@ -6233,166 +5467,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 · ⭐ 16K) - Open standard for machine learning interoperability. Apache-2 +
onnx (🥇43 · ⭐ 19K) - Open standard for machine learning interoperability. Apache-2 -- [GitHub](https://github.com/onnx/onnx) (👨‍💻 300 · 🔀 3.6K · 📥 20K · 📦 21K · 📋 2.6K - 11% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/onnx/onnx) (👨‍💻 340 · 🔀 3.7K · 📥 24K · 📦 46K · 📋 3K - 10% open · ⏱️ 22.05.2025): ``` git clone https://github.com/onnx/onnx ``` -- [PyPi](https://pypi.org/project/onnx) (📥 4.3M / month · 📦 640 · ⏱️ 26.10.2023): +- [PyPi](https://pypi.org/project/onnx) (📥 7M / month · 📦 1.3K · ⏱️ 12.05.2025): ``` pip install onnx ``` -- [Conda](https://anaconda.org/conda-forge/onnx) (📥 890K · ⏱️ 07.11.2023): +- [Conda](https://anaconda.org/conda-forge/onnx) (📥 1.8M · ⏱️ 16.05.2025): ``` conda install -c conda-forge onnx ```
-
triton (🥇38 · ⭐ 9.1K) - Development repository for the Triton language and compiler. MIT +
triton (🥇43 · ⭐ 16K) - Development repository for the Triton language and compiler. MIT -- [GitHub](https://github.com/openai/triton) (👨‍💻 190 · 🔀 940 · 📦 21 · 📋 930 - 40% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/triton-lang/triton) (👨‍💻 400 · 🔀 1.9K · 📦 68K · 📋 1.8K - 42% open · ⏱️ 22.05.2025): ``` git clone https://github.com/openai/triton ``` -- [PyPi](https://pypi.org/project/triton) (📥 7M / month · 📦 73 · ⏱️ 01.09.2023): +- [PyPi](https://pypi.org/project/triton) (📥 24M / month · 📦 400 · ⏱️ 09.04.2025): ``` pip install triton ```
-
BentoML (🥈35 · ⭐ 6K) - Build Production-Grade AI Applications. Apache-2 +
huggingface_hub (🥈38 · ⭐ 2.6K) - The official Python client for the Huggingface Hub. Apache-2 -- [GitHub](https://github.com/bentoml/BentoML) (👨‍💻 190 · 🔀 670 · 📥 2.1K · 📦 1.4K · 📋 960 - 18% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/huggingface/huggingface_hub) (👨‍💻 240 · 🔀 710 · 📋 1.2K - 15% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/bentoml/BentoML + git clone https://github.com/huggingface/huggingface_hub ``` -- [PyPi](https://pypi.org/project/bentoml) (📥 70K / month · 📦 12 · ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/huggingface_hub) (📥 88M / month · 📦 3K · ⏱️ 19.05.2025): ``` - pip install bentoml + pip install huggingface_hub + ``` +- [Conda](https://anaconda.org/conda-forge/huggingface_hub) (📥 3.2M · ⏱️ 19.05.2025): + ``` + conda install -c conda-forge huggingface_hub ```
-
TorchServe (🥈35 · ⭐ 3.8K) - Serve, optimize and scale PyTorch models in production. Apache-2 +
Core ML Tools (🥈36 · ⭐ 4.7K) - Core ML tools contain supporting tools for Core ML model.. BSD-3 -- [GitHub](https://github.com/pytorch/serve) (👨‍💻 180 · 🔀 780 · 📥 5.4K · 📦 560 · 📋 1.5K - 22% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/apple/coremltools) (👨‍💻 190 · 🔀 680 · 📥 15K · 📦 4.9K · 📋 1.5K - 25% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/pytorch/serve - ``` -- [PyPi](https://pypi.org/project/torchserve) (📥 41K / month · 📦 15 · ⏱️ 12.10.2023): - ``` - pip install torchserve + git clone https://github.com/apple/coremltools ``` -- [Conda](https://anaconda.org/pytorch/torchserve) (📥 140K · ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/coremltools) (📥 510K / month · 📦 98 · ⏱️ 28.04.2025): ``` - conda install -c pytorch torchserve + pip install coremltools ``` -- [Docker Hub](https://hub.docker.com/r/pytorch/torchserve) (📥 1.2M · ⭐ 22 · ⏱️ 12.10.2023): +- [Conda](https://anaconda.org/conda-forge/coremltools) (📥 97K · ⏱️ 22.04.2025): ``` - docker pull pytorch/torchserve + conda install -c conda-forge coremltools ```
-
huggingface_hub (🥈35 · ⭐ 1.4K) - All the open source things related to the Hugging Face Hub. Apache-2 +
BentoML (🥈35 · ⭐ 7.7K) - The easiest way to serve AI apps and models - Build Model Inference.. Apache-2 -- [GitHub](https://github.com/huggingface/huggingface_hub) (👨‍💻 120 · 🔀 320 · 📋 660 - 16% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/bentoml/BentoML) (👨‍💻 260 · 🔀 840 · 📥 400 · 📦 2.7K · 📋 1.1K - 11% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/huggingface/huggingface_hub - ``` -- [PyPi](https://pypi.org/project/huggingface_hub) (📥 23M / month · 📦 550 · ⏱️ 16.11.2023): - ``` - pip install huggingface_hub + git clone https://github.com/bentoml/BentoML ``` -- [Conda](https://anaconda.org/conda-forge/huggingface_hub) (📥 1.5M · ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/bentoml) (📥 110K / month · 📦 40 · ⏱️ 20.05.2025): ``` - conda install -c conda-forge huggingface_hub + pip install bentoml ```
-
Core ML Tools (🥈33 · ⭐ 3.8K) - Core ML tools contain supporting tools for Core ML model.. BSD-3 +
TorchServe (🥈33 · ⭐ 4.4K) - Serve, optimize and scale PyTorch models in production. Apache-2 -- [GitHub](https://github.com/apple/coremltools) (👨‍💻 160 · 🔀 560 · 📥 8.9K · 📦 3.5K · 📋 1.3K - 21% open · ⏱️ 28.11.2023): +- [GitHub](https://github.com/pytorch/serve) (👨‍💻 220 · 🔀 880 · 📥 7.7K · 📦 870 · 📋 1.7K - 25% open · ⏱️ 17.03.2025): ``` - git clone https://github.com/apple/coremltools + git clone https://github.com/pytorch/serve ``` -- [PyPi](https://pypi.org/project/coremltools) (📥 180K / month · 📦 170 · ⏱️ 01.11.2023): +- [PyPi](https://pypi.org/project/torchserve) (📥 92K / month · 📦 24 · ⏱️ 30.09.2024): ``` - pip install coremltools + pip install torchserve ``` -- [Conda](https://anaconda.org/conda-forge/coremltools) (📥 53K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/pytorch/torchserve) (📥 500K · ⏱️ 25.03.2025): ``` - conda install -c conda-forge coremltools + conda install -c pytorch torchserve + ``` +- [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) (👨‍💻 39 · 🔀 270 · 📥 360 · 📋 300 - 18% open · ⏱️ 03.12.2023): +- [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) (📥 10K / month · 📦 3 · ⏱️ 10.06.2020): +- [PyPi](https://pypi.org/project/hls4ml) (📥 2K / month · 📦 1 · ⏱️ 17.03.2025): ``` - pip install hummingbird-ml + pip install hls4ml ``` -- [Conda](https://anaconda.org/conda-forge/hummingbird-ml) (📥 37K · ⏱️ 12.07.2023): +- [Conda](https://anaconda.org/conda-forge/hls4ml) (📥 11K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge hummingbird-ml + conda install -c conda-forge hls4ml ```
-
hls4ml (🥉25 · ⭐ 980) - 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) (👨‍💻 56 · 🔀 360 · 📋 410 - 39% open · ⏱️ 27.11.2023): +- [GitHub](https://github.com/microsoft/hummingbird) (👨‍💻 40 · 🔀 280 · 📥 850 · 📋 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) (📥 760 / month · ⏱️ 16.11.2023): +- [PyPi](https://pypi.org/project/hummingbird-ml) (📥 6K / month · 📦 7 · ⏱️ 25.10.2024): ``` - pip install hls4ml + pip install hummingbird-ml ``` -- [Conda](https://anaconda.org/conda-forge/hls4ml) (📥 7.1K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/hummingbird-ml) (📥 59K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge hls4ml + conda install -c conda-forge hummingbird-ml ```
-
nebullvm (🥉22 · ⭐ 8.3K) - The user analytics platform for LLMs. Apache-2 +
nebullvm (🥉21 · ⭐ 8.4K · 💤) - A collection of libraries to optimise AI model performances. Apache-2 -- [GitHub](https://github.com/nebuly-ai/nebuly) (👨‍💻 40 · 🔀 650 · 📋 200 - 48% open · ⏱️ 28.10.2023): +- [GitHub](https://github.com/nebuly-ai/optimate) (👨‍💻 40 · 🔀 630 · 📋 200 - 49% open · ⏱️ 22.07.2024): ``` git clone https://github.com/nebuly-ai/nebullvm ``` -- [PyPi](https://pypi.org/project/nebullvm) (📥 510 / month · 📦 2 · ⏱️ 18.06.2023): +- [PyPi](https://pypi.org/project/nebullvm) (📥 950 / month · 📦 2 · ⏱️ 18.06.2023): ``` pip install nebullvm ```
-
cortex (🥉22 · ⭐ 8K · 💤) - Production infrastructure for machine learning at scale. Apache-2 +
tfdeploy (🥉17 · ⭐ 350) - Deploy tensorflow graphs for fast evaluation and export to.. BSD-3 -- [GitHub](https://github.com/cortexlabs/cortex) (👨‍💻 25 · 🔀 610 · 📋 1.1K - 10% open · ⏱️ 04.03.2023): +- [GitHub](https://github.com/riga/tfdeploy) (👨‍💻 4 · 🔀 38 · 📋 34 - 32% open · ⏱️ 04.01.2025): ``` - git clone https://github.com/cortexlabs/cortex + git clone https://github.com/riga/tfdeploy ``` -- [PyPi](https://pypi.org/project/cortex) (📥 950 / month · 📦 1 · ⏱️ 23.09.2022): +- [PyPi](https://pypi.org/project/tfdeploy) (📥 160 / month · ⏱️ 30.03.2017): ``` - pip install cortex + pip install tfdeploy ```
Show 10 hidden projects... -- mmdnn (🥈26 · ⭐ 5.8K · 💀) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT -- m2cgen (🥉25 · ⭐ 2.7K · 💀) - Transform ML models into a native code (Java, C, Python, Go,.. MIT -- sklearn-porter (🥉23 · ⭐ 1.3K · 💀) - Transpile trained scikit-learn estimators to C, Java,.. BSD-3 -- Larq Compute Engine (🥉21 · ⭐ 230) - Highly optimized inference engine for Binarized.. Apache-2 -- OMLT (🥉20 · ⭐ 220) - Represent trained machine learning models as Pyomo optimization formulations. BSD-3 -- pytorch2keras (🥉19 · ⭐ 840 · 💀) - PyTorch to Keras model convertor. MIT -- modelkit (🥉17 · ⭐ 150) - Toolkit for developing and maintaining ML models. MIT -- tfdeploy (🥉16 · ⭐ 350 · 💀) - Deploy tensorflow graphs for fast evaluation and export to.. BSD-3 -- backprop (🥉14 · ⭐ 240 · 💀) - Backprop makes it simple to use, finetune, and deploy state-of-.. Apache-2 -- ml-ane-transformers (🥉13 · ⭐ 2.4K · 💀) - Reference implementation of the Transformer.. ❗Unlicensed +- 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 (🥉22 · ⭐ 8K · 💀) - Production infrastructure for machine learning at scale. Apache-2 +- OMLT (🥉21 · ⭐ 320) - Represent trained machine learning models as Pyomo optimization.. ❗Unlicensed +- pytorch2keras (🥉19 · ⭐ 860 · 💀) - PyTorch to Keras model convertor. MIT +- Larq Compute Engine (🥉19 · ⭐ 250) - Highly optimized inference engine for Binarized.. Apache-2 +- modelkit (🥉18 · ⭐ 150 · 💤) - Toolkit for developing and maintaining ML models. MIT +- backprop (🥉15 · ⭐ 240 · 💀) - Backprop makes it simple to use, finetune, and deploy state-of-.. Apache-2 +- ml-ane-transformers (🥉13 · ⭐ 2.6K · 💀) - Reference implementation of the Transformer.. ❗Unlicensed

@@ -6402,496 +5636,378 @@ _Libraries to serialize models to files, convert between a variety of model form _Libraries to visualize, explain, debug, evaluate, and interpret machine learning models._ -
shap (🥇41 · ⭐ 21K) - 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) (👨‍💻 230 · 🔀 3.1K · 📦 15K · 📋 2.4K - 59% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/shap/shap) (👨‍💻 270 · 🔀 3.4K · 📦 33K · 📋 2.6K - 25% open · ⏱️ 22.05.2025): ``` git clone https://github.com/slundberg/shap ``` -- [PyPi](https://pypi.org/project/shap) (📥 7.3M / month · 📦 440 · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/shap) (📥 7.2M / month · 📦 960 · ⏱️ 17.04.2025): ``` pip install shap ``` -- [Conda](https://anaconda.org/conda-forge/shap) (📥 2.2M · ⏱️ 09.10.2023): +- [Conda](https://anaconda.org/conda-forge/shap) (📥 6.1M · ⏱️ 22.04.2025): ``` conda install -c conda-forge shap ```
-
arviz (🥇36 · ⭐ 1.5K) - Exploratory analysis of Bayesian models with Python. Apache-2 +
arviz (🥇36 · ⭐ 1.7K) - Exploratory analysis of Bayesian models with Python. Apache-2 -- [GitHub](https://github.com/arviz-devs/arviz) (👨‍💻 150 · 🔀 360 · 📥 130 · 📦 5.3K · 📋 830 - 20% open · ⏱️ 17.11.2023): +- [GitHub](https://github.com/arviz-devs/arviz) (👨‍💻 170 · 🔀 430 · 📥 180 · 📦 11K · 📋 890 - 21% open · ⏱️ 28.04.2025): ``` git clone https://github.com/arviz-devs/arviz ``` -- [PyPi](https://pypi.org/project/arviz) (📥 1.3M / month · 📦 160 · ⏱️ 18.07.2023): +- [PyPi](https://pypi.org/project/arviz) (📥 1.7M / month · 📦 360 · ⏱️ 06.03.2025): ``` pip install arviz ``` -- [Conda](https://anaconda.org/conda-forge/arviz) (📥 2.1M · ⏱️ 19.09.2023): +- [Conda](https://anaconda.org/conda-forge/arviz) (📥 2.4M · ⏱️ 22.04.2025): ``` conda install -c conda-forge arviz ```
-
Netron (🥇34 · ⭐ 25K) - Visualizer for neural network, deep learning and machine learning.. MIT +
Netron (🥇35 · ⭐ 30K) - Visualizer for neural network, deep learning and machine learning.. MIT -- [GitHub](https://github.com/lutzroeder/netron) (👨‍💻 2 · 🔀 2.6K · 📥 68K · 📦 11 · 📋 1K - 2% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/lutzroeder/netron) (👨‍💻 2 · 🔀 2.9K · 📥 53K · 📦 13 · 📋 1.2K - 1% open · ⏱️ 21.05.2025): ``` git clone https://github.com/lutzroeder/netron ``` -- [PyPi](https://pypi.org/project/netron) (📥 21K / month · 📦 74 · ⏱️ 02.12.2023): +- [PyPi](https://pypi.org/project/netron) (📥 39K / month · 📦 88 · ⏱️ 16.05.2025): ``` pip install netron ```
-
InterpretML (🥇33 · ⭐ 5.8K) - Fit interpretable models. Explain blackbox machine learning. MIT - -- [GitHub](https://github.com/interpretml/interpret) (👨‍💻 39 · 🔀 680 · 📦 580 · 📋 400 - 18% open · ⏱️ 04.12.2023): - - ``` - git clone https://github.com/interpretml/interpret - ``` -- [PyPi](https://pypi.org/project/interpret) (📥 85K / month · 📦 29 · ⏱️ 26.08.2023): - ``` - pip install interpret - ``` -
-
Captum (🥇33 · ⭐ 4.3K) - 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) (👨‍💻 100 · 🔀 460 · 📦 1.6K · 📋 520 - 36% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/pytorch/captum) (👨‍💻 130 · 🔀 510 · 📦 3.3K · 📋 600 - 42% open · ⏱️ 21.05.2025): ``` git clone https://github.com/pytorch/captum ``` -- [PyPi](https://pypi.org/project/captum) (📥 120K / month · 📦 59 · ⏱️ 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) (📥 19K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/captum) (📥 120K · ⏱️ 22.04.2025): ``` conda install -c conda-forge captum ```
-
evaluate (🥈32 · ⭐ 1.6K) - Evaluate: A library for easily evaluating machine learning models.. Apache-2 - -- [GitHub](https://github.com/huggingface/evaluate) (👨‍💻 120 · 🔀 180 · 📦 5.2K · 📋 250 - 51% open · ⏱️ 02.11.2023): - - ``` - git clone https://github.com/huggingface/evaluate - ``` -- [PyPi](https://pypi.org/project/evaluate) (📥 1.7M / month · 📦 140 · ⏱️ 13.10.2023): - ``` - pip install evaluate - ``` -
-
DoWhy (🥈30 · ⭐ 6.4K) - DoWhy is a Python library for causal inference that supports explicit.. MIT - -- [GitHub](https://github.com/py-why/dowhy) (👨‍💻 82 · 🔀 880 · 📥 33 · 📦 310 · 📋 430 - 29% open · ⏱️ 06.12.2023): - - ``` - git clone https://github.com/py-why/dowhy - ``` -- [PyPi](https://pypi.org/project/dowhy) (📥 37K / month · 📦 7 · ⏱️ 06.12.2023): - ``` - pip install dowhy - ``` -- [Conda](https://anaconda.org/conda-forge/dowhy) (📥 18K · ⏱️ 30.11.2023): - ``` - conda install -c conda-forge dowhy - ``` -
-
explainerdashboard (🥈30 · ⭐ 2.1K) - Quickly build Explainable AI dashboards that show the inner.. MIT - -- [GitHub](https://github.com/oegedijk/explainerdashboard) (👨‍💻 20 · 🔀 300 · 📦 410 · 📋 220 - 13% open · ⏱️ 01.08.2023): - - ``` - git clone https://github.com/oegedijk/explainerdashboard - ``` -- [PyPi](https://pypi.org/project/explainerdashboard) (📥 63K / month · 📦 9 · ⏱️ 01.08.2023): - ``` - pip install explainerdashboard - ``` -- [Conda](https://anaconda.org/conda-forge/explainerdashboard) (📥 42K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge explainerdashboard - ``` -
-
dtreeviz (🥈29 · ⭐ 2.7K) - A python library for decision tree visualization and model interpretation. MIT +
InterpretML (🥇34 · ⭐ 6.5K) - Fit interpretable models. Explain blackbox machine learning. MIT -- [GitHub](https://github.com/parrt/dtreeviz) (👨‍💻 25 · 🔀 320 · 📦 980 · 📋 190 - 30% open · ⏱️ 13.07.2023): +- [GitHub](https://github.com/interpretml/interpret) (👨‍💻 48 · 🔀 740 · 📦 900 · 📋 470 - 22% open · ⏱️ 17.04.2025): ``` - git clone https://github.com/parrt/dtreeviz - ``` -- [PyPi](https://pypi.org/project/dtreeviz) (📥 160K / month · 📦 24 · ⏱️ 07.07.2022): - ``` - pip install dtreeviz + git clone https://github.com/interpretml/interpret ``` -- [Conda](https://anaconda.org/conda-forge/dtreeviz) (📥 63K · ⏱️ 13.07.2023): +- [PyPi](https://pypi.org/project/interpret) (📥 180K / month · 📦 53 · ⏱️ 26.03.2025): ``` - conda install -c conda-forge dtreeviz + pip install interpret ```
-
shapash (🥈29 · ⭐ 2.5K) - 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) (👨‍💻 35 · 🔀 300 · 📦 130 · 📋 180 - 19% open · ⏱️ 01.12.2023): +- [GitHub](https://github.com/MAIF/shapash) (👨‍💻 41 · 🔀 340 · 📦 190 · 📋 240 - 18% open · ⏱️ 16.05.2025): ``` git clone https://github.com/MAIF/shapash ``` -- [PyPi](https://pypi.org/project/shapash) (📥 5.6K / month · 📦 2 · ⏱️ 01.12.2023): +- [PyPi](https://pypi.org/project/shapash) (📥 9.9K / month · 📦 4 · ⏱️ 20.03.2025): ``` pip install shapash ```
-
Alibi (🥈29 · ⭐ 2.2K) - Algorithms for explaining machine learning models. Apache-2 +
evaluate (🥈31 · ⭐ 2.2K) - Evaluate: A library for easily evaluating machine learning models.. Apache-2 -- [GitHub](https://github.com/SeldonIO/alibi) (👨‍💻 19 · 🔀 230 · 📦 540 · 📋 360 - 37% open · ⏱️ 13.11.2023): +- [GitHub](https://github.com/huggingface/evaluate) (👨‍💻 130 · 🔀 270 · 📦 22K · 📋 370 - 61% open · ⏱️ 10.01.2025): ``` - git clone https://github.com/SeldonIO/alibi + git clone https://github.com/huggingface/evaluate ``` -- [PyPi](https://pypi.org/project/alibi) (📥 17K / month · 📦 26 · ⏱️ 07.07.2023): +- [PyPi](https://pypi.org/project/evaluate) (📥 3M / month · 📦 400 · ⏱️ 11.09.2024): ``` - pip install alibi + pip install evaluate ```
-
pyLDAvis (🥈29 · ⭐ 1.7K · 💤) - Python library for interactive topic model visualization... BSD-3 +
explainerdashboard (🥈30 · ⭐ 2.4K) - Quickly build Explainable AI dashboards that show the inner.. MIT -- [GitHub](https://github.com/bmabey/pyLDAvis) (👨‍💻 39 · 🔀 360 · 📦 5.5K · 📋 180 - 45% open · ⏱️ 24.04.2023): +- [GitHub](https://github.com/oegedijk/explainerdashboard) (👨‍💻 21 · 🔀 340 · 📦 630 · 📋 240 - 15% open · ⏱️ 29.12.2024): ``` - git clone https://github.com/bmabey/pyLDAvis + git clone https://github.com/oegedijk/explainerdashboard ``` -- [PyPi](https://pypi.org/project/pyldavis) (📥 210K / month · 📦 160 · ⏱️ 23.04.2023): +- [PyPi](https://pypi.org/project/explainerdashboard) (📥 51K / month · 📦 13 · ⏱️ 29.12.2024): ``` - pip install pyldavis + pip install explainerdashboard ``` -- [Conda](https://anaconda.org/conda-forge/pyldavis) (📥 77K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/explainerdashboard) (📥 66K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pyldavis + conda install -c conda-forge explainerdashboard ```
-
fairlearn (🥈29 · ⭐ 1.7K) - 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) (👨‍💻 77 · 🔀 360 · 📦 2 · 📋 460 - 37% open · ⏱️ 04.12.2023): +- [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) (📥 320K / month · 📦 29 · ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/fairlearn) (📥 130K / month · 📦 63 · ⏱️ 11.12.2024): ``` pip install fairlearn ``` -- [Conda](https://anaconda.org/conda-forge/fairlearn) (📥 30K · ⏱️ 28.07.2023): +- [Conda](https://anaconda.org/conda-forge/fairlearn) (📥 46K · ⏱️ 22.04.2025): ``` conda install -c conda-forge fairlearn ```
-
Model Analysis (🥈29 · ⭐ 1.2K) - Model analysis tools for TensorFlow. Apache-2 - -- [GitHub](https://github.com/tensorflow/model-analysis) (👨‍💻 56 · 🔀 270 · 📋 87 - 39% open · ⏱️ 06.12.2023): - - ``` - git clone https://github.com/tensorflow/model-analysis - ``` -- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (📥 94K / month · 📦 23 · ⏱️ 14.08.2023): - ``` - pip install tensorflow-model-analysis - ``` -
-
responsible-ai-widgets (🥈29 · ⭐ 1K) - Responsible AI Toolbox is a suite of tools providing.. MIT - -- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (👨‍💻 39 · 🔀 280 · 📦 75 · 📋 300 - 25% open · ⏱️ 06.12.2023): - - ``` - git clone https://github.com/microsoft/responsible-ai-toolbox - ``` -- [PyPi](https://pypi.org/project/raiwidgets) (📥 5.6K / month · 📦 3 · ⏱️ 06.12.2023): - ``` - pip install raiwidgets - ``` -
-
imodels (🥈28 · ⭐ 1.2K) - Interpretable ML package for concise, transparent, and accurate.. MIT - -- [GitHub](https://github.com/csinva/imodels) (👨‍💻 22 · 🔀 110 · 📦 59 · 📋 78 - 33% open · ⏱️ 16.11.2023): - - ``` - git clone https://github.com/csinva/imodels - ``` -- [PyPi](https://pypi.org/project/imodels) (📥 180K / month · 📦 4 · ⏱️ 05.10.2023): - ``` - pip install imodels - ``` -
-
yellowbrick (🥈27 · ⭐ 4.1K) - Visual analysis and diagnostic tools to facilitate machine.. Apache-2 +
dtreeviz (🥈28 · ⭐ 3.1K) - A python library for decision tree visualization and model interpretation. MIT -- [GitHub](https://github.com/DistrictDataLabs/yellowbrick) (👨‍💻 110 · 🔀 550 · 📋 700 - 12% open · ⏱️ 05.07.2023): +- [GitHub](https://github.com/parrt/dtreeviz) (👨‍💻 27 · 🔀 340 · 📦 1.6K · 📋 210 - 34% open · ⏱️ 06.03.2025): ``` - git clone https://github.com/DistrictDataLabs/yellowbrick + git clone https://github.com/parrt/dtreeviz ``` -- [PyPi](https://pypi.org/project/yellowbrick) (📥 490K / month · 📦 85 · ⏱️ 21.08.2022): +- [PyPi](https://pypi.org/project/dtreeviz) (📥 93K / month · 📦 53 · ⏱️ 07.07.2022): ``` - pip install yellowbrick + pip install dtreeviz ``` -- [Conda](https://anaconda.org/conda-forge/yellowbrick) (📥 73K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/dtreeviz) (📥 110K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge yellowbrick + conda install -c conda-forge dtreeviz ```
-
LIT (🥈27 · ⭐ 3.2K) - The Learning Interpretability Tool: Interactively analyze ML models to.. Apache-2 +
DoWhy (🥈27 · ⭐ 7.5K) - DoWhy is a Python library for causal inference that supports explicit.. MIT -- [GitHub](https://github.com/PAIR-code/lit) (👨‍💻 34 · 🔀 340 · 📦 25 · 📋 170 - 54% open · ⏱️ 08.11.2023): +- [GitHub](https://github.com/py-why/dowhy) (👨‍💻 100 · 🔀 940 · 📥 43 · 📦 610 · 📋 500 - 27% open · ⏱️ 19.05.2025): ``` - git clone https://github.com/PAIR-code/lit + git clone https://github.com/py-why/dowhy ``` -- [PyPi](https://pypi.org/project/lit-nlp) (📥 3.1K / month · 📦 1 · ⏱️ 08.11.2023): +- [PyPi](https://pypi.org/project/dowhy) (📥 53K / month · 📦 18 · ⏱️ 24.11.2024): ``` - pip install lit-nlp + pip install dowhy ``` -- [Conda](https://anaconda.org/conda-forge/lit-nlp) (📥 66K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/dowhy) (📥 44K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge lit-nlp + conda install -c conda-forge dowhy ```
-
Fairness 360 (🥈27 · ⭐ 2.2K) - 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) (👨‍💻 70 · 🔀 770 · 📦 330 · 📋 260 - 63% open · ⏱️ 21.11.2023): +- [GitHub](https://github.com/Trusted-AI/AIF360) (👨‍💻 73 · 🔀 850 · 📦 680 · 📋 300 - 65% open · ⏱️ 10.12.2024): ``` git clone https://github.com/Trusted-AI/AIF360 ``` -- [PyPi](https://pypi.org/project/aif360) (📥 10K / month · 📦 14 · ⏱️ 03.09.2022): +- [PyPi](https://pypi.org/project/aif360) (📥 23K / month · 📦 32 · ⏱️ 08.04.2024): ``` pip install aif360 ``` -- [Conda](https://anaconda.org/conda-forge/aif360) (📥 7.7K · ⏱️ 14.10.2023): +- [Conda](https://anaconda.org/conda-forge/aif360) (📥 23K · ⏱️ 22.04.2025): ``` conda install -c conda-forge aif360 ```
-
iNNvestigate (🥉26 · ⭐ 1.2K) - A toolbox to iNNvestigate neural networks predictions!. BSD-2 - -- [GitHub](https://github.com/albermax/innvestigate) (👨‍💻 20 · 🔀 240 · 📥 87 · 📦 110 · 📋 260 - 20% open · ⏱️ 12.10.2023): - - ``` - git clone https://github.com/albermax/innvestigate - ``` -- [PyPi](https://pypi.org/project/innvestigate) (📥 780 / month · 📦 2 · ⏱️ 12.10.2023): - ``` - pip install innvestigate - ``` -
-
CausalNex (🥉25 · ⭐ 2K) - A Python library that helps data scientists to infer.. Apache-2 +
Model Analysis (🥈26 · ⭐ 1.3K) - Model analysis tools for TensorFlow. Apache-2 -- [GitHub](https://github.com/mckinsey/causalnex) (👨‍💻 35 · 🔀 230 · 📦 100 · 📋 130 - 12% open · ⏱️ 11.07.2023): +- [GitHub](https://github.com/tensorflow/model-analysis) (👨‍💻 59 · 🔀 280 · 📋 97 - 39% open · ⏱️ 28.04.2025): ``` - git clone https://github.com/quantumblacklabs/causalnex + git clone https://github.com/tensorflow/model-analysis ``` -- [PyPi](https://pypi.org/project/causalnex) (📥 3.9K / month · 📦 3 · ⏱️ 22.06.2023): +- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (📥 69K / month · 📦 19 · ⏱️ 05.12.2024): ``` - pip install causalnex + pip install tensorflow-model-analysis ```
-
checklist (🥉25 · ⭐ 2K) - Beyond Accuracy: Behavioral Testing of NLP models with CheckList. MIT +
LIT (🥉25 · ⭐ 3.6K · 📉) - The Learning Interpretability Tool: Interactively analyze ML models.. Apache-2 -- [GitHub](https://github.com/marcotcr/checklist) (👨‍💻 15 · 🔀 200 · 📦 290 · 📋 120 - 29% open · ⏱️ 26.09.2023): +- [GitHub](https://github.com/PAIR-code/lit) (👨‍💻 38 · 🔀 360 · 📋 210 - 57% open · ⏱️ 20.12.2024): ``` - git clone https://github.com/marcotcr/checklist - ``` -- [PyPi](https://pypi.org/project/checklist) (📥 4.5K / month · 📦 7 · ⏱️ 24.05.2021): - ``` - pip install checklist - ``` -- [Conda](https://anaconda.org/conda-forge/checklist) (📥 6.6K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge checklist + git clone https://github.com/PAIR-code/lit ``` -
-
Explainability 360 (🥉25 · ⭐ 1.4K) - Interpretability and explainability of data and.. Apache-2 - -- [GitHub](https://github.com/Trusted-AI/AIX360) (👨‍💻 41 · 🔀 300 · 📦 86 · 📋 83 - 65% open · ⏱️ 22.08.2023): - +- [PyPi](https://pypi.org/project/lit-nlp) (📥 4.9K / month · 📦 3 · ⏱️ 20.12.2024): ``` - git clone https://github.com/Trusted-AI/AIX360 + pip install lit-nlp ``` -- [PyPi](https://pypi.org/project/aix360) (📥 2K / month · 📦 1 · ⏱️ 31.07.2023): +- [Conda](https://anaconda.org/conda-forge/lit-nlp) (📥 120K · ⏱️ 22.04.2025): ``` - pip install aix360 + conda install -c conda-forge lit-nlp ```
-
keract (🥉24 · ⭐ 1K) - Layers Outputs and Gradients in Keras. Made easy. MIT +
responsible-ai-widgets (🥉25 · ⭐ 1.5K) - Responsible AI Toolbox is a suite of tools providing.. MIT -- [GitHub](https://github.com/philipperemy/keract) (👨‍💻 16 · 🔀 180 · 📦 200 · 📋 89 - 3% open · ⏱️ 17.11.2023): +- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (👨‍💻 43 · 🔀 400 · 📋 320 - 26% open · ⏱️ 07.02.2025): ``` - git clone https://github.com/philipperemy/keract + git clone https://github.com/microsoft/responsible-ai-toolbox ``` -- [PyPi](https://pypi.org/project/keract) (📥 5K / month · 📦 9 · ⏱️ 25.09.2022): +- [PyPi](https://pypi.org/project/raiwidgets) (📥 8.3K / month · 📦 6 · ⏱️ 08.07.2024): ``` - pip install keract + pip install raiwidgets ```
-
DiCE (🥉23 · ⭐ 1.2K) - Generate Diverse Counterfactual Explanations for any machine.. MIT +
imodels (🥉24 · ⭐ 1.5K) - Interpretable ML package for concise, transparent, and accurate.. MIT -- [GitHub](https://github.com/interpretml/DiCE) (👨‍💻 19 · 🔀 170 · 📋 160 - 42% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/csinva/imodels) (👨‍💻 25 · 🔀 120 · 📦 120 · 📋 95 - 38% open · ⏱️ 05.03.2025): ``` - git clone https://github.com/interpretml/DiCE + git clone https://github.com/csinva/imodels ``` -- [PyPi](https://pypi.org/project/dice-ml) (📥 57K / month · 📦 6 · ⏱️ 27.10.2023): +- [PyPi](https://pypi.org/project/imodels) (📥 41K / month · 📦 9 · ⏱️ 15.10.2024): ``` - pip install dice-ml + pip install imodels ```
-
What-If Tool (🥉22 · ⭐ 860 · 💤) - Source code/webpage/demos for the What-If Tool. Apache-2 +
keract (🥉24 · ⭐ 1.1K) - Layers Outputs and Gradients in Keras. Made easy. MIT -- [GitHub](https://github.com/PAIR-code/what-if-tool) (👨‍💻 20 · 🔀 160 · 📋 140 - 58% open · ⏱️ 27.04.2023): +- [GitHub](https://github.com/philipperemy/keract) (👨‍💻 17 · 🔀 190 · 📦 250 · 📋 89 - 3% open · ⏱️ 07.04.2025): ``` - git clone https://github.com/PAIR-code/what-if-tool - ``` -- [PyPi](https://pypi.org/project/witwidget) (📥 4.9K / month · 📦 4 · ⏱️ 12.10.2021): - ``` - pip install witwidget - ``` -- [Conda](https://anaconda.org/conda-forge/tensorboard-plugin-wit) (📥 2.1M · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge tensorboard-plugin-wit + git clone https://github.com/philipperemy/keract ``` -- [npm](https://www.npmjs.com/package/wit-widget) (📥 920 / month · 📦 1 · ⏱️ 12.10.2021): +- [PyPi](https://pypi.org/project/keract) (📥 3.8K / month · 📦 7 · ⏱️ 07.04.2025): ``` - npm install wit-widget + pip install keract ```
-
aequitas (🥉22 · ⭐ 580) - Bias and Fairness Audit Toolkit. MIT +
aequitas (🥉24 · ⭐ 720) - Bias Auditing & Fair ML Toolkit. MIT -- [GitHub](https://github.com/dssg/aequitas) (👨‍💻 18 · 🔀 99 · 📦 140 · 📋 71 - 67% open · ⏱️ 20.08.2023): +- [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) (📥 1.3K / month · 📦 7 · ⏱️ 16.12.2020): +- [PyPi](https://pypi.org/project/aequitas) (📥 18K / month · 📦 8 · ⏱️ 30.01.2024): ``` pip install aequitas ```
-
ecco (🥉21 · ⭐ 1.8K) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3 +
ecco (🥉22 · ⭐ 2K · 💤) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3 -- [GitHub](https://github.com/jalammar/ecco) (👨‍💻 11 · 🔀 150 · 📥 69 · 📦 28 · 📋 57 - 45% open · ⏱️ 10.08.2023): +- [GitHub](https://github.com/jalammar/ecco) (👨‍💻 12 · 🔀 170 · 📥 140 · 📦 33 · 📋 64 - 51% open · ⏱️ 15.08.2024): ``` git clone https://github.com/jalammar/ecco ``` -- [PyPi](https://pypi.org/project/ecco) (📥 350 / month · 📦 1 · ⏱️ 09.01.2022): +- [PyPi](https://pypi.org/project/ecco) (📥 660 / month · 📦 1 · ⏱️ 09.01.2022): ``` pip install ecco ``` -- [Conda](https://anaconda.org/conda-forge/ecco) (📥 4.2K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ecco) (📥 6.8K · ⏱️ 22.04.2025): ``` conda install -c conda-forge ecco ```
-
model-card-toolkit (🥉20 · ⭐ 390) - A toolkit that streamlines and automates the generation.. Apache-2 +
Explainability 360 (🥉22 · ⭐ 1.7K) - Interpretability and explainability of data and.. Apache-2 -- [GitHub](https://github.com/tensorflow/model-card-toolkit) (👨‍💻 22 · 🔀 79 · 📥 14 · 📦 22 · 📋 33 - 30% open · ⏱️ 26.07.2023): +- [GitHub](https://github.com/Trusted-AI/AIX360) (👨‍💻 42 · 🔀 310 · 📦 160 · 📋 86 - 62% open · ⏱️ 26.02.2025): ``` - git clone https://github.com/tensorflow/model-card-toolkit + git clone https://github.com/Trusted-AI/AIX360 ``` -- [PyPi](https://pypi.org/project/model-card-toolkit) (📥 2.3K / month · 📦 1 · ⏱️ 28.04.2022): +- [PyPi](https://pypi.org/project/aix360) (📥 910 / month · 📦 1 · ⏱️ 31.07.2023): ``` - pip install model-card-toolkit + pip install aix360 ```
-
fairness-indicators (🥉19 · ⭐ 320) - Tensorflows Fairness Evaluation and Visualization.. Apache-2 +
random-forest-importances (🥉22 · ⭐ 610) - Code to compute permutation and drop-column.. MIT -- [GitHub](https://github.com/tensorflow/fairness-indicators) (👨‍💻 33 · 🔀 78 · 📋 30 - 70% open · ⏱️ 16.08.2023): +- [GitHub](https://github.com/parrt/random-forest-importances) (👨‍💻 16 · 🔀 130 · 📦 180 · 📋 39 - 20% open · ⏱️ 24.03.2025): ``` - git clone https://github.com/tensorflow/fairness-indicators + git clone https://github.com/parrt/random-forest-importances ``` -- [PyPi](https://pypi.org/project/fairness-indicators) (📥 1.9K / month · ⏱️ 13.12.2022): +- [PyPi](https://pypi.org/project/rfpimp) (📥 14K / month · 📦 5 · ⏱️ 28.01.2021): ``` - pip install fairness-indicators + pip install rfpimp ```
-
LOFO (🥉18 · ⭐ 790 · 💤) - Leave One Feature Out Importance. MIT +
DiCE (🥉20 · ⭐ 1.4K) - Generate Diverse Counterfactual Explanations for any machine.. MIT -- [GitHub](https://github.com/aerdem4/lofo-importance) (👨‍💻 5 · 🔀 79 · 📦 27 · 📋 28 - 21% open · ⏱️ 14.04.2023): +- [GitHub](https://github.com/interpretml/DiCE) (👨‍💻 19 · 🔀 200 · 📋 180 - 48% open · ⏱️ 22.11.2024): ``` - git clone https://github.com/aerdem4/lofo-importance + git clone https://github.com/interpretml/DiCE ``` -- [PyPi](https://pypi.org/project/lofo-importance) (📥 900 / month · 📦 2 · ⏱️ 27.04.2022): +- [PyPi](https://pypi.org/project/dice-ml) (📥 32K / month · 📦 6 · ⏱️ 27.10.2023): ``` - pip install lofo-importance + pip install dice-ml ```
-
sklearn-evaluation (🥉17 · ⭐ 360 · 💤) - Machine learning model evaluation made easy: plots,.. MIT +
LOFO (🥉20 · ⭐ 840) - Leave One Feature Out Importance. MIT -- [GitHub](https://github.com/edublancas/sklearn-evaluation) (👨‍💻 19 · 🔀 41 · ⏱️ 13.01.2023): +- [GitHub](https://github.com/aerdem4/lofo-importance) (👨‍💻 6 · 🔀 87 · 📦 40 · 📋 30 - 13% open · ⏱️ 14.02.2025): ``` - git clone https://github.com/edublancas/sklearn-evaluation + git clone https://github.com/aerdem4/lofo-importance ``` -- [PyPi](https://pypi.org/project/sklearn-evaluation) (📥 1.6K / month · 📦 5 · ⏱️ 28.12.2020): +- [PyPi](https://pypi.org/project/lofo-importance) (📥 1.9K / month · 📦 5 · ⏱️ 14.02.2025): ``` - pip install sklearn-evaluation + pip install lofo-importance ```
-
FlashTorch (🥉15 · ⭐ 710) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT +
fairness-indicators (🥉20 · ⭐ 350) - Tensorflows Fairness Evaluation and Visualization.. Apache-2 -- [GitHub](https://github.com/MisaOgura/flashtorch) (👨‍💻 2 · 🔀 88 · 📦 15 · 📋 32 - 31% open · ⏱️ 21.09.2023): +- [GitHub](https://github.com/tensorflow/fairness-indicators) (👨‍💻 36 · 🔀 85 · 📋 39 - 74% open · ⏱️ 22.01.2025): ``` - git clone https://github.com/MisaOgura/flashtorch + git clone https://github.com/tensorflow/fairness-indicators ``` -- [PyPi](https://pypi.org/project/flashtorch) (📥 250 / month · ⏱️ 29.05.2020): +- [PyPi](https://pypi.org/project/fairness-indicators) (📥 2.2K / month · ⏱️ 22.01.2025): ``` - pip install flashtorch + pip install fairness-indicators ```
-
interpret-text (🥉13 · ⭐ 380) - A library that incorporates state-of-the-art explainers for.. MIT +
ExplainX.ai (🥉15 · ⭐ 440 · 💤) - Explainable AI framework for data scientists. Explain & debug any.. MIT -- [GitHub](https://github.com/interpretml/interpret-text) (👨‍💻 17 · 🔀 66 · 📋 100 - 83% open · ⏱️ 02.10.2023): +- [GitHub](https://github.com/explainX/explainx) (👨‍💻 5 · 🔀 55 · 📥 20 · 📋 39 - 25% open · ⏱️ 21.08.2024): ``` - git clone https://github.com/interpretml/interpret-text + git clone https://github.com/explainX/explainx ``` -- [PyPi](https://pypi.org/project/interpret-text) (📥 49 / month · ⏱️ 07.12.2021): +- [PyPi](https://pypi.org/project/explainx) (📥 560 / month · ⏱️ 04.02.2021): ``` - pip install interpret-text + pip install explainx ```
-
Show 20 hidden projects... +
Show 30 hidden projects... -- Lime (🥇33 · ⭐ 11K · 💀) - Lime: Explaining the predictions of any machine learning classifier. BSD-2 -- Deep Checks (🥈29 · ⭐ 3.1K) - Deepchecks: Tests for Continuous Validation of ML Models &.. ❗️AGPL-3.0 +- 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 -- eli5 (🥈27 · ⭐ 2.7K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT -- Lucid (🥉25 · ⭐ 4.6K · 💀) - A collection of infrastructure and tools for research in.. Apache-2 -- keras-vis (🥉25 · ⭐ 3K · 💀) - Neural network visualization toolkit for keras. MIT -- DALEX (🥉24 · ⭐ 1.3K) - moDel Agnostic Language for Exploration and eXplanation. ❗️GPL-3.0 -- random-forest-importances (🥉23 · ⭐ 580 · 💀) - Code to compute permutation and drop-column.. MIT +- DALEX (🥈28 · ⭐ 1.4K) - moDel Agnostic Language for Exploration and eXplanation. ❗️GPL-3.0 +- Alibi (🥈26 · ⭐ 2.5K) - Algorithms for explaining machine learning models. ❗️Intel +- iNNvestigate (🥈26 · ⭐ 1.3K · 💀) - A toolbox to iNNvestigate neural networks predictions!. BSD-2 +- Lucid (🥉25 · ⭐ 4.7K · 💀) - A collection of infrastructure and tools for research in.. Apache-2 +- 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 -- TreeInterpreter (🥉22 · ⭐ 730 · 💀) - Package for interpreting scikit-learns decision tree.. BSD-3 -- Quantus (🥉22 · ⭐ 440) - Quantus is an eXplainable AI toolkit for responsible evaluation of.. ❗️GPL-3.0 -- deeplift (🥉21 · ⭐ 770 · 💀) - Public facing deeplift repo. MIT -- tcav (🥉19 · ⭐ 600 · 💀) - Code for the TCAV ML interpretability project. Apache-2 -- XAI (🥉17 · ⭐ 960 · 💀) - XAI - An eXplainability toolbox for machine learning. MIT -- Anchor (🥉16 · ⭐ 760 · 💀) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2 -- ExplainX.ai (🥉15 · ⭐ 370 · 💀) - Explainable AI framework for data scientists. Explain & debug any.. MIT -- Skater (🥉14 · ⭐ 1.1K) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0 +- deeplift (🥉21 · ⭐ 860 · 💀) - 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 +- sklearn-evaluation (🥉17 · ⭐ 460 · 💀) - Machine learning model evaluation made easy: plots,.. MIT +- 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 +- Anchor (🥉15 · ⭐ 800 · 💀) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2 +- effector (🥉15 · ⭐ 110) - Effector - a Python package for global and regional effect methods. MIT +- interpret-text (🥉14 · ⭐ 420 · 💀) - A library that incorporates state-of-the-art explainers.. MIT +- bias-detector (🥉13 · ⭐ 43 · 💀) - Bias Detector is a python package for detecting bias in machine.. MIT - Attribution Priors (🥉12 · ⭐ 120 · 💀) - Tools for training explainable models using.. MIT -- contextual-ai (🥉12 · ⭐ 84 · 💀) - Contextual AI adds explainability to different stages of.. Apache-2 -- bias-detector (🥉11 · ⭐ 42 · 💀) - Bias Detector is a python package for detecting bias in machine.. MIT +- contextual-ai (🥉12 · ⭐ 87 · 💀) - Contextual AI adds explainability to different stages of.. Apache-2

@@ -6901,149 +6017,142 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarity Search._ -🔗 ANN Benchmarks ( ⭐ 4.2K) - Benchmarks of approximate nearest neighbor libraries in Python. +🔗 ANN Benchmarks ( ⭐ 5.3K) - Benchmarks of approximate nearest neighbor libraries in Python. -
Milvus (🥇41 · ⭐ 24K) - A cloud-native vector database, storage for next generation AI.. Apache-2 +
Milvus (🥇42 · ⭐ 35K · 📈) - Milvus is a high-performance, cloud-native vector database built.. Apache-2 -- [GitHub](https://github.com/milvus-io/milvus) (👨‍💻 260 · 🔀 2.5K · 📥 57K · 📋 9.7K - 6% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/milvus-io/milvus) (👨‍💻 310 · 🔀 3.2K · 📥 360K · 📋 14K - 5% open · ⏱️ 22.05.2025): ``` git clone https://github.com/milvus-io/milvus ``` -- [PyPi](https://pypi.org/project/pymilvus) (📥 520K / month · 📦 76 · ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/pymilvus) (📥 1.8M / month · 📦 270 · ⏱️ 19.05.2025): ``` pip install pymilvus ``` -- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (📥 9M · ⭐ 38 · ⏱️ 07.12.2023): +- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (📥 69M · ⭐ 81 · ⏱️ 22.05.2025): ``` docker pull milvusdb/milvus ```
-
Faiss (🥇38 · ⭐ 26K) - 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) (👨‍💻 140 · 🔀 3.1K · 📦 3.3K · 📋 2.2K - 16% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/facebookresearch/faiss) (👨‍💻 220 · 🔀 3.8K · 📦 4.8K · 📋 2.7K - 9% open · ⏱️ 21.05.2025): ``` git clone https://github.com/facebookresearch/faiss ``` -- [PyPi](https://pypi.org/project/pymilvus) (📥 520K / month · 📦 76 · ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/pymilvus) (📥 1.8M / month · 📦 270 · ⏱️ 19.05.2025): ``` pip install pymilvus ``` -- [Conda](https://anaconda.org/conda-forge/faiss) (📥 990K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/faiss) (📥 2.6M · ⏱️ 22.04.2025): ``` conda install -c conda-forge faiss ```
-
Annoy (🥈33 · ⭐ 12K · 📉) - Approximate Nearest Neighbors in C++/Python optimized for memory.. Apache-2 +
Annoy (🥈35 · ⭐ 14K · 💤) - Approximate Nearest Neighbors in C++/Python optimized for memory.. Apache-2 -- [GitHub](https://github.com/spotify/annoy) (👨‍💻 88 · 🔀 1.1K · 📦 3.4K · 📋 400 - 13% open · ⏱️ 20.08.2023): +- [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) (📥 810K / month · 📦 270 · ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/annoy) (📥 700K / month · 📦 200 · ⏱️ 14.06.2023): ``` pip install annoy ``` -- [Conda](https://anaconda.org/conda-forge/python-annoy) (📥 380K · ⏱️ 25.09.2023): +- [Conda](https://anaconda.org/conda-forge/python-annoy) (📥 690K · ⏱️ 22.04.2025): ``` conda install -c conda-forge python-annoy ```
-
hnswlib (🥈33 · ⭐ 3.7K · 📈) - Header-only C++/python library for fast approximate nearest.. Apache-2 +
hnswlib (🥈32 · ⭐ 4.7K · 💤) - Header-only C++/python library for fast approximate nearest.. Apache-2 -- [GitHub](https://github.com/nmslib/hnswlib) (👨‍💻 72 · 🔀 580 · 📦 5.6K · 📋 340 - 56% open · ⏱️ 03.12.2023): +- [GitHub](https://github.com/nmslib/hnswlib) (👨‍💻 72 · 🔀 680 · 📦 8.1K · 📋 420 - 60% open · ⏱️ 17.06.2024): ``` git clone https://github.com/nmslib/hnswlib ``` -- [PyPi](https://pypi.org/project/hnswlib) (📥 680K / month · 📦 63 · ⏱️ 03.12.2023): +- [PyPi](https://pypi.org/project/hnswlib) (📥 470K / month · 📦 130 · ⏱️ 03.12.2023): ``` pip install hnswlib ``` -- [Conda](https://anaconda.org/conda-forge/hnswlib) (📥 120K · ⏱️ 27.09.2023): +- [Conda](https://anaconda.org/conda-forge/hnswlib) (📥 360K · ⏱️ 22.04.2025): ``` conda install -c conda-forge hnswlib ```
-
PyNNDescent (🥉29 · ⭐ 820) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2 +
NMSLIB (🥈31 · ⭐ 3.5K · 💤) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2 -- [GitHub](https://github.com/lmcinnes/pynndescent) (👨‍💻 27 · 🔀 100 · 📦 5K · 📋 130 - 53% open · ⏱️ 20.11.2023): +- [GitHub](https://github.com/nmslib/nmslib) (👨‍💻 49 · 🔀 460 · 📦 1.4K · 📋 440 - 21% open · ⏱️ 21.09.2024): ``` - git clone https://github.com/lmcinnes/pynndescent + git clone https://github.com/nmslib/nmslib ``` -- [PyPi](https://pypi.org/project/pynndescent) (📥 990K / month · 📦 68 · ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/nmslib) (📥 390K / month · 📦 63 · ⏱️ 03.02.2021): ``` - pip install pynndescent + pip install nmslib ``` -- [Conda](https://anaconda.org/conda-forge/pynndescent) (📥 1.7M · ⏱️ 20.11.2023): +- [Conda](https://anaconda.org/conda-forge/nmslib) (📥 200K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pynndescent + conda install -c conda-forge nmslib ```
-
USearch (🥉27 · ⭐ 1.1K) - Fastest Open-Source Search & Clustering engine for Vectors & Strings.. 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) (👨‍💻 26 · 🔀 56 · 📥 730 · 📦 30 · 📋 63 - 20% open · ⏱️ 26.11.2023): +- [GitHub](https://github.com/unum-cloud/usearch) (👨‍💻 70 · 🔀 180 · 📥 69K · 📦 180 · 📋 210 - 42% open · ⏱️ 16.04.2025): ``` git clone https://github.com/unum-cloud/usearch ``` -- [PyPi](https://pypi.org/project/usearch) (📥 47K / month · 📦 1 · ⏱️ 26.11.2023): +- [PyPi](https://pypi.org/project/usearch) (📥 130K / month · 📦 35 · ⏱️ 16.04.2025): ``` pip install usearch ``` -- [npm](https://www.npmjs.com/package/usearch) (📥 5.7K / month · 📦 4 · ⏱️ 26.11.2023): +- [npm](https://www.npmjs.com/package/usearch) (📥 7.1K / month · 📦 15 · ⏱️ 23.01.2025): ``` npm install usearch ``` -- [Docker Hub](https://hub.docker.com/r/unum/usearch) (📥 43 · ⭐ 1 · ⏱️ 26.11.2023): +- [Docker Hub](https://hub.docker.com/r/unum/usearch) (📥 200 · ⭐ 1 · ⏱️ 16.04.2025): ``` docker pull unum/usearch ```
-
NGT (🥉22 · ⭐ 1.1K) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2 +
PyNNDescent (🥉28 · ⭐ 920) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2 -- [GitHub](https://github.com/yahoojapan/NGT) (👨‍💻 14 · 🔀 110 · 📋 130 - 13% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/lmcinnes/pynndescent) (👨‍💻 30 · 🔀 110 · 📦 12K · 📋 140 - 52% open · ⏱️ 10.11.2024): ``` - git clone https://github.com/yahoojapan/NGT - ``` -- [PyPi](https://pypi.org/project/ngt) (📥 6K / month · 📦 8 · ⏱️ 06.12.2023): - ``` - pip install ngt + git clone https://github.com/lmcinnes/pynndescent ``` -
-
NearPy (🥉20 · ⭐ 750 · 💤) - Python framework for fast (approximated) nearest neighbour search in.. MIT - -- [GitHub](https://github.com/pixelogik/NearPy) (👨‍💻 20 · 🔀 150 · 📦 95 · 📋 64 - 39% open · ⏱️ 22.01.2023): - +- [PyPi](https://pypi.org/project/pynndescent) (📥 1.5M / month · 📦 160 · ⏱️ 17.06.2024): ``` - git clone https://github.com/pixelogik/NearPy + pip install pynndescent ``` -- [PyPi](https://pypi.org/project/NearPy) (📥 660 / month · 📦 16 · ⏱️ 27.09.2016): +- [Conda](https://anaconda.org/conda-forge/pynndescent) (📥 2.3M · ⏱️ 22.04.2025): ``` - pip install NearPy + conda install -c conda-forge pynndescent ```
-
N2 (🥉19 · ⭐ 560) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast.. Apache-2 +
NGT (🥉24 · ⭐ 1.3K) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2 -- [GitHub](https://github.com/kakao/n2) (👨‍💻 20 · 🔀 75 · 📦 31 · 📋 35 - 37% open · ⏱️ 27.06.2023): +- [GitHub](https://github.com/yahoojapan/NGT) (👨‍💻 19 · 🔀 120 · 📋 150 - 16% open · ⏱️ 30.04.2025): ``` - git clone https://github.com/kakao/n2 + git clone https://github.com/yahoojapan/NGT ``` -- [PyPi](https://pypi.org/project/n2) (📥 290 / month · 📦 4 · ⏱️ 16.10.2020): +- [PyPi](https://pypi.org/project/ngt) (📥 2.2K / month · 📦 12 · ⏱️ 26.02.2025): ``` - pip install n2 + pip install ngt ```
-
Show 3 hidden projects... +
Show 4 hidden projects... -- NMSLIB (🥈31 · ⭐ 3.2K · 💀) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2 -- Magnitude (🥉23 · ⭐ 1.6K · 💀) - A fast, efficient universal vector embedding utility package. MIT -- PySparNN (🥉11 · ⭐ 910 · 💀) - Approximate Nearest Neighbor Search for Sparse Data in Python!. BSD-3 +- 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 +- PySparNN (🥉11 · ⭐ 920 · 💀) - Approximate Nearest Neighbor Search for Sparse Data in Python!. BSD-3

@@ -7053,247 +6162,300 @@ _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarit _Libraries providing capabilities for probabilistic programming/reasoning, bayesian inference, gaussian processes, or statistics._ -
PyMC3 (🥇40 · ⭐ 7.9K) - 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) (👨‍💻 470 · 🔀 1.9K · 📥 1.9K · 📦 2.4K · 📋 3.2K - 7% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/pymc-devs/pymc) (👨‍💻 520 · 🔀 2.1K · 📥 2K · 📦 7.2K · 📋 3.5K - 10% open · ⏱️ 21.05.2025): ``` git clone https://github.com/pymc-devs/pymc ``` -- [PyPi](https://pypi.org/project/pymc3) (📥 510K / month · 📦 250 · ⏱️ 15.03.2022): +- [PyPi](https://pypi.org/project/pymc3) (📥 270K / month · 📦 190 · ⏱️ 31.05.2024): ``` pip install pymc3 ``` -- [Conda](https://anaconda.org/conda-forge/pymc3) (📥 550K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pymc3) (📥 670K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pymc3 ```
-
tensorflow-probability (🥇37 · ⭐ 4K) - Probabilistic reasoning and statistical analysis in.. Apache-2 +
tensorflow-probability (🥇36 · ⭐ 4.3K) - Probabilistic reasoning and statistical analysis in.. Apache-2 -- [GitHub](https://github.com/tensorflow/probability) (👨‍💻 490 · 🔀 1.1K · 📋 1.4K - 46% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/tensorflow/probability) (👨‍💻 500 · 🔀 1.1K · 📦 4 · 📋 1.5K - 48% open · ⏱️ 14.05.2025): ``` git clone https://github.com/tensorflow/probability ``` -- [PyPi](https://pypi.org/project/tensorflow-probability) (📥 1.4M / month · 📦 440 · ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/tensorflow-probability) (📥 930K / month · 📦 620 · ⏱️ 08.11.2024): ``` pip install tensorflow-probability ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (📥 120K · ⏱️ 15.11.2023): +- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (📥 180K · ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorflow-probability ```
-
Pyro (🥇35 · ⭐ 8.2K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 +
Pyro (🥇34 · ⭐ 8.8K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 -- [GitHub](https://github.com/pyro-ppl/pyro) (👨‍💻 150 · 🔀 970 · 📦 1.8K · 📋 1.1K - 22% open · ⏱️ 06.12.2023): +- [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) (📥 300K / month · 📦 110 · ⏱️ 29.07.2023): +- [PyPi](https://pypi.org/project/pyro-ppl) (📥 460K / month · 📦 190 · ⏱️ 02.06.2024): ``` pip install pyro-ppl ``` -- [Conda](https://anaconda.org/conda-forge/pyro-ppl) (📥 130K · ⏱️ 29.07.2023): +- [Conda](https://anaconda.org/conda-forge/pyro-ppl) (📥 240K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pyro-ppl ```
-
patsy (🥈32 · ⭐ 900 · 📈) - Describing statistical models in Python using symbolic formulas. BSD-2 +
pgmpy (🥇34 · ⭐ 2.9K) - Python Library for Causal and Probabilistic Modeling using Bayesian Networks. MIT + +- [GitHub](https://github.com/pgmpy/pgmpy) (👨‍💻 150 · 🔀 750 · 📥 610 · 📦 1.6K · 📋 1K - 29% open · ⏱️ 15.05.2025): + + ``` + git clone https://github.com/pgmpy/pgmpy + ``` +- [PyPi](https://pypi.org/project/pgmpy) (📥 180K / month · 📦 72 · ⏱️ 31.03.2025): + ``` + pip install pgmpy + ``` +
+
GPyTorch (🥈31 · ⭐ 3.7K) - A highly efficient implementation of Gaussian Processes in PyTorch. MIT + +- [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) (📥 390K / month · 📦 190 · ⏱️ 29.01.2025): + ``` + pip install gpytorch + ``` +- [Conda](https://anaconda.org/conda-forge/gpytorch) (📥 210K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge gpytorch + ``` +
+
patsy (🥈31 · ⭐ 970) - Describing statistical models in Python using symbolic formulas. BSD-2 -- [GitHub](https://github.com/pydata/patsy) (👨‍💻 17 · 🔀 100 · 📦 84K · 📋 150 - 48% open · ⏱️ 30.11.2023): +- [GitHub](https://github.com/pydata/patsy) (👨‍💻 22 · 🔀 100 · 📦 120K · 📋 160 - 46% open · ⏱️ 24.02.2025): ``` git clone https://github.com/pydata/patsy ``` -- [PyPi](https://pypi.org/project/patsy) (📥 10M / month · 📦 2.7K · ⏱️ 30.11.2023): +- [PyPi](https://pypi.org/project/patsy) (📥 16M / month · 📦 530 · ⏱️ 12.11.2024): ``` pip install patsy ``` -- [Conda](https://anaconda.org/conda-forge/patsy) (📥 9.4M · ⏱️ 01.12.2023): +- [Conda](https://anaconda.org/conda-forge/patsy) (📥 16M · ⏱️ 22.04.2025): ``` conda install -c conda-forge patsy ```
-
pgmpy (🥈31 · ⭐ 2.5K) - Python Library for learning (Structure and Parameter), inference.. MIT +
hmmlearn (🥈30 · ⭐ 3.2K · 💤) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 -- [GitHub](https://github.com/pgmpy/pgmpy) (👨‍💻 120 · 🔀 690 · 📥 300 · 📦 790 · 📋 880 - 29% open · ⏱️ 03.11.2023): +- [GitHub](https://github.com/hmmlearn/hmmlearn) (👨‍💻 49 · 🔀 740 · 📦 3.5K · 📋 450 - 15% open · ⏱️ 31.10.2024): ``` - git clone https://github.com/pgmpy/pgmpy + git clone https://github.com/hmmlearn/hmmlearn ``` -- [PyPi](https://pypi.org/project/pgmpy) (📥 59K / month · 📦 32 · ⏱️ 16.10.2023): +- [PyPi](https://pypi.org/project/hmmlearn) (📥 150K / month · 📦 92 · ⏱️ 31.10.2024): ``` - pip install pgmpy + pip install hmmlearn + ``` +- [Conda](https://anaconda.org/conda-forge/hmmlearn) (📥 380K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge hmmlearn + ``` +
+
GPflow (🥈29 · ⭐ 1.9K) - Gaussian processes in TensorFlow. Apache-2 + +- [GitHub](https://github.com/GPflow/GPflow) (👨‍💻 84 · 🔀 440 · 📦 760 · 📋 840 - 18% open · ⏱️ 22.05.2025): + + ``` + git clone https://github.com/GPflow/GPflow + ``` +- [PyPi](https://pypi.org/project/gpflow) (📥 71K / month · 📦 35 · ⏱️ 17.06.2024): + ``` + pip install gpflow + ``` +- [Conda](https://anaconda.org/conda-forge/gpflow) (📥 45K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge gpflow ```
-
emcee (🥈31 · ⭐ 1.4K) - 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) (👨‍💻 73 · 🔀 430 · 📦 2.2K · 📋 280 - 17% open · ⏱️ 03.12.2023): +- [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) (📥 110K / month · 📦 360 · ⏱️ 02.02.2023): +- [PyPi](https://pypi.org/project/emcee) (📥 150K / month · 📦 440 · ⏱️ 19.04.2024): ``` pip install emcee ``` -- [Conda](https://anaconda.org/conda-forge/emcee) (📥 320K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/emcee) (📥 410K · ⏱️ 22.04.2025): ``` conda install -c conda-forge emcee ```
-
GPyTorch (🥈30 · ⭐ 3.3K) - A highly efficient implementation of Gaussian Processes in PyTorch. MIT +
bambi (🥈29 · ⭐ 1.2K) - BAyesian Model-Building Interface (Bambi) in Python. MIT -- [GitHub](https://github.com/cornellius-gp/gpytorch) (👨‍💻 130 · 🔀 500 · 📦 1.7K · 📋 1.3K - 24% open · ⏱️ 02.12.2023): +- [GitHub](https://github.com/bambinos/bambi) (👨‍💻 47 · 🔀 130 · 📦 200 · 📋 440 - 20% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/cornellius-gp/gpytorch + git clone https://github.com/bambinos/bambi ``` -- [PyPi](https://pypi.org/project/gpytorch) (📥 190K / month · 📦 83 · ⏱️ 02.06.2023): +- [PyPi](https://pypi.org/project/bambi) (📥 34K / month · 📦 14 · ⏱️ 21.12.2024): ``` - pip install gpytorch + pip install bambi ``` -- [Conda](https://anaconda.org/conda-forge/gpytorch) (📥 140K · ⏱️ 11.08.2023): +- [Conda](https://anaconda.org/conda-forge/bambi) (📥 49K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge gpytorch + conda install -c conda-forge bambi ```
-
hmmlearn (🥈30 · ⭐ 2.9K) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 +
pomegranate (🥉28 · ⭐ 3.4K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT -- [GitHub](https://github.com/hmmlearn/hmmlearn) (👨‍💻 45 · 🔀 730 · 📦 2.2K · 📋 420 - 13% open · ⏱️ 31.08.2023): +- [GitHub](https://github.com/jmschrei/pomegranate) (👨‍💻 75 · 🔀 590 · 📋 790 - 3% open · ⏱️ 07.02.2025): ``` - git clone https://github.com/hmmlearn/hmmlearn + git clone https://github.com/jmschrei/pomegranate ``` -- [PyPi](https://pypi.org/project/hmmlearn) (📥 180K / month · 📦 140 · ⏱️ 18.04.2023): +- [PyPi](https://pypi.org/project/pomegranate) (📥 22K / month · 📦 67 · ⏱️ 07.02.2025): ``` - pip install hmmlearn + pip install pomegranate ``` -- [Conda](https://anaconda.org/conda-forge/hmmlearn) (📥 200K · ⏱️ 07.10.2023): +- [Conda](https://anaconda.org/conda-forge/pomegranate) (📥 210K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge hmmlearn + conda install -c conda-forge pomegranate ```
-
SALib (🥈30 · ⭐ 760) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and.. MIT +
SALib (🥉28 · ⭐ 920) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and.. MIT -- [GitHub](https://github.com/SALib/SALib) (👨‍💻 44 · 🔀 220 · 📦 960 · 📋 320 - 15% open · ⏱️ 14.11.2023): +- [GitHub](https://github.com/SALib/SALib) (👨‍💻 51 · 🔀 240 · 📦 1.5K · 📋 340 - 15% open · ⏱️ 18.04.2025): ``` git clone https://github.com/SALib/SALib ``` -- [PyPi](https://pypi.org/project/salib) (📥 140K / month · 📦 83 · ⏱️ 08.01.2023): +- [PyPi](https://pypi.org/project/salib) (📥 250K / month · 📦 130 · ⏱️ 19.08.2024): ``` pip install salib ``` -- [Conda](https://anaconda.org/conda-forge/salib) (📥 140K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/salib) (📥 220K · ⏱️ 22.04.2025): ``` conda install -c conda-forge salib ```
-
pomegranate (🥉29 · ⭐ 3.2K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT +
PyStan (🥉28 · ⭐ 350 · 💤) - PyStan, a Python interface to Stan, a platform for statistical.. ISC -- [GitHub](https://github.com/jmschrei/pomegranate) (👨‍💻 72 · 🔀 570 · 📦 1K · 📋 740 - 3% open · ⏱️ 13.11.2023): +- [GitHub](https://github.com/stan-dev/pystan) (👨‍💻 14 · 🔀 61 · 📦 10K · 📋 200 - 6% open · ⏱️ 03.07.2024): ``` - git clone https://github.com/jmschrei/pomegranate + git clone https://github.com/stan-dev/pystan ``` -- [PyPi](https://pypi.org/project/pomegranate) (📥 23K / month · 📦 58 · ⏱️ 17.09.2023): +- [PyPi](https://pypi.org/project/pystan) (📥 670K / month · 📦 160 · ⏱️ 03.07.2024): ``` - pip install pomegranate + pip install pystan ``` -- [Conda](https://anaconda.org/conda-forge/pomegranate) (📥 140K · ⏱️ 07.09.2023): +- [Conda](https://anaconda.org/conda-forge/pystan) (📥 3M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pomegranate + conda install -c conda-forge pystan ```
-
GPflow (🥉29 · ⭐ 1.8K) - Gaussian processes in TensorFlow. Apache-2 +
scikit-posthocs (🥉27 · ⭐ 370) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT -- [GitHub](https://github.com/GPflow/GPflow) (👨‍💻 83 · 🔀 440 · 📦 590 · 📋 820 - 17% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/maximtrp/scikit-posthocs) (👨‍💻 16 · 🔀 40 · 📥 66 · 📦 1.1K · 📋 72 - 6% open · ⏱️ 16.04.2025): ``` - git clone https://github.com/GPflow/GPflow + git clone https://github.com/maximtrp/scikit-posthocs ``` -- [PyPi](https://pypi.org/project/gpflow) (📥 48K / month · 📦 36 · ⏱️ 09.08.2023): +- [PyPi](https://pypi.org/project/scikit-posthocs) (📥 94K / month · 📦 73 · ⏱️ 29.03.2025): ``` - pip install gpflow + pip install scikit-posthocs ``` -- [Conda](https://anaconda.org/conda-forge/gpflow) (📥 24K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/scikit-posthocs) (📥 1M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge gpflow + conda install -c conda-forge scikit-posthocs ```
-
bambi (🥉27 · ⭐ 960) - 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) (👨‍💻 35 · 🔀 110 · 📦 100 · 📋 370 - 18% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/uber/orbit) (👨‍💻 20 · 🔀 140 · 📦 72 · 📋 400 - 12% open · ⏱️ 10.07.2024): ``` - git clone https://github.com/bambinos/bambi + git clone https://github.com/uber/orbit ``` -- [PyPi](https://pypi.org/project/bambi) (📥 19K / month · 📦 9 · ⏱️ 25.10.2023): +- [PyPi](https://pypi.org/project/orbit-ml) (📥 20K / month · 📦 1 · ⏱️ 01.04.2024): ``` - pip install bambi + pip install orbit-ml + ``` +
+
TorchUncertainty (🥉23 · ⭐ 390) - Open-source framework for uncertainty and deep.. Apache-2 + +- [GitHub](https://github.com/ENSTA-U2IS-AI/torch-uncertainty) (👨‍💻 13 · 🔀 32 · 📋 55 - 18% open · ⏱️ 21.05.2025): + ``` -- [Conda](https://anaconda.org/conda-forge/bambi) (📥 28K · ⏱️ 27.10.2023): + git clone https://github.com/ENSTA-U2IS-AI/torch-uncertainty ``` - conda install -c conda-forge bambi +- [PyPi](https://pypi.org/project/torch-uncertainty) (📥 540 / month · 📦 4 · ⏱️ 21.05.2025): + ``` + pip install torch-uncertainty ```
-
Baal (🥉25 · ⭐ 800) - Library to enable Bayesian active learning in your research or labeling.. Apache-2 +
pandas-ta (🥉22 · ⭐ 5.5K) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT -- [GitHub](https://github.com/baal-org/baal) (👨‍💻 21 · 🔀 81 · 📦 52 · 📋 110 - 22% open · ⏱️ 02.12.2023): +- [GitHub](https://github.com/twopirllc/pandas-ta) (👨‍💻 40 · 🔀 1.1K): ``` - git clone https://github.com/baal-org/baal + git clone https://github.com/twopirllc/pandas-ta ``` -- [PyPi](https://pypi.org/project/baal) (📥 2.4K / month · 📦 1 · ⏱️ 02.10.2023): +- [PyPi](https://pypi.org/project/pandas-ta) (📥 200K / month · 📦 140 · ⏱️ 28.07.2021): ``` - pip install baal + pip install pandas-ta ``` -- [Conda](https://anaconda.org/conda-forge/baal) (📥 7.5K · ⏱️ 12.06.2023): +- [Conda](https://anaconda.org/conda-forge/pandas-ta) (📥 27K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge baal + conda install -c conda-forge pandas-ta ```
-
scikit-posthocs (🥉25 · ⭐ 300) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT +
Baal (🥉22 · ⭐ 900 · 💤) - Bayesian active learning library for research and industrial usecases. Apache-2 -- [GitHub](https://github.com/maximtrp/scikit-posthocs) (👨‍💻 13 · 🔀 37 · 📥 39 · 📦 550 · 📋 52 - 11% open · ⏱️ 06.11.2023): +- [GitHub](https://github.com/baal-org/baal) (👨‍💻 23 · 🔀 87 · 📦 66 · 📋 110 - 17% open · ⏱️ 27.06.2024): ``` - git clone https://github.com/maximtrp/scikit-posthocs + git clone https://github.com/baal-org/baal ``` -- [PyPi](https://pypi.org/project/scikit-posthocs) (📥 67K / month · 📦 29 · ⏱️ 06.11.2023): +- [PyPi](https://pypi.org/project/baal) (📥 1.2K / month · 📦 2 · ⏱️ 11.06.2024): ``` - pip install scikit-posthocs + pip install baal ``` -- [Conda](https://anaconda.org/conda-forge/scikit-posthocs) (📥 900K · ⏱️ 07.11.2023): +- [Conda](https://anaconda.org/conda-forge/baal) (📥 13K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge scikit-posthocs + conda install -c conda-forge baal ```
-
Orbit (🥉22 · ⭐ 1.8K) - A Python package for Bayesian forecasting with object-oriented design.. Apache-2 +
pyhsmm (🥉21 · ⭐ 560) - Bayesian inference in HSMMs and HMMs. MIT -- [GitHub](https://github.com/uber/orbit) (👨‍💻 18 · 🔀 130 · 📦 42 · 📋 390 - 16% open · ⏱️ 26.09.2023): +- [GitHub](https://github.com/mattjj/pyhsmm) (👨‍💻 14 · 🔀 170 · 📦 35 · 📋 100 - 39% open · ⏱️ 25.01.2025): ``` - git clone https://github.com/uber/orbit + git clone https://github.com/mattjj/pyhsmm ``` -- [PyPi](https://pypi.org/project/orbit-ml) (📥 29K / month · 📦 1 · ⏱️ 29.01.2023): +- [PyPi](https://pypi.org/project/pyhsmm) (📥 160 / month · 📦 1 · ⏱️ 10.05.2017): ``` - pip install orbit-ml + pip install pyhsmm ```
-
Show 8 hidden projects... +
Show 5 hidden projects... -- filterpy (🥈32 · ⭐ 3K · 💀) - Python Kalman filtering and optimal estimation library. Implements.. MIT -- pandas-ta (🥈30 · ⭐ 4.2K · 💀) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT -- pingouin (🥈30 · ⭐ 1.4K) - Statistical package in Python based on Pandas. ❗️GPL-3.0 -- Edward (🥉28 · ⭐ 4.8K · 💀) - A probabilistic programming language in TensorFlow. Deep.. Apache-2 -- PyStan (🥉25 · ⭐ 290) - PyStan, a Python interface to Stan, a platform for statistical modeling... ISC -- Funsor (🥉21 · ⭐ 220) - Functional tensors for probabilistic programming. Apache-2 -- pyhsmm (🥉20 · ⭐ 540 · 💀) - Bayesian inference in HSMMs and HMMs. MIT +- filterpy (🥈32 · ⭐ 3.6K · 💀) - Python Kalman filtering and optimal estimation library. Implements.. MIT +- pingouin (🥈30 · ⭐ 1.8K) - Statistical package in Python based on Pandas. ❗️GPL-3.0 +- Edward (🥉27 · ⭐ 4.8K · 💀) - A probabilistic programming language in TensorFlow. Deep.. Apache-2 +- Funsor (🥉20 · ⭐ 240 · 💀) - Functional tensors for probabilistic programming. Apache-2 - ZhuSuan (🥉15 · ⭐ 2.2K · 💀) - A probabilistic programming library for Bayesian deep learning,.. MIT

@@ -7304,77 +6466,47 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes _Libraries for testing the robustness of machine learning models against attacks with adversarial/malicious examples._ -
ART (🥇33 · ⭐ 4.2K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT +
ART (🥇33 · ⭐ 5.3K · 📈) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT -- [GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (👨‍💻 130 · 🔀 1.1K · 📦 460 · 📋 860 - 13% open · ⏱️ 30.11.2023): +- [GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (👨‍💻 140 · 🔀 1.2K · 📦 740 · 📋 910 - 2% open · ⏱️ 22.05.2025): ``` git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox ``` -- [PyPi](https://pypi.org/project/adversarial-robustness-toolbox) (📥 29K / month · 📦 9 · ⏱️ 22.09.2023): +- [PyPi](https://pypi.org/project/adversarial-robustness-toolbox) (📥 28K / month · 📦 20 · ⏱️ 22.01.2025): ``` pip install adversarial-robustness-toolbox ``` -- [Conda](https://anaconda.org/conda-forge/adversarial-robustness-toolbox) (📥 35K · ⏱️ 22.09.2023): +- [Conda](https://anaconda.org/conda-forge/adversarial-robustness-toolbox) (📥 72K · ⏱️ 22.04.2025): ``` conda install -c conda-forge adversarial-robustness-toolbox ```
-
TextAttack (🥈30 · ⭐ 2.6K) - 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) (👨‍💻 61 · 🔀 340 · 📦 220 · 📋 260 - 17% open · ⏱️ 11.11.2023): +- [GitHub](https://github.com/QData/TextAttack) (👨‍💻 66 · 🔀 400 · 📦 410 · 📋 290 - 23% open · ⏱️ 25.07.2024): ``` git clone https://github.com/QData/TextAttack ``` -- [PyPi](https://pypi.org/project/textattack) (📥 4.4K / month · 📦 5 · ⏱️ 11.09.2023): +- [PyPi](https://pypi.org/project/textattack) (📥 6.6K / month · 📦 11 · ⏱️ 11.03.2024): ``` pip install textattack ``` -- [Conda](https://anaconda.org/conda-forge/textattack) (📥 6.9K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/textattack) (📥 10K · ⏱️ 22.04.2025): ``` conda install -c conda-forge textattack ```
-
CleverHans (🥈29 · ⭐ 6K · 💤) - An adversarial example library for constructing attacks,.. MIT - -- [GitHub](https://github.com/cleverhans-lab/cleverhans) (👨‍💻 130 · 🔀 1.4K · 📦 560 · 📋 460 - 8% open · ⏱️ 31.01.2023): - - ``` - git clone https://github.com/cleverhans-lab/cleverhans - ``` -- [PyPi](https://pypi.org/project/cleverhans) (📥 1.3K / month · 📦 12 · ⏱️ 24.07.2021): - ``` - pip install cleverhans - ``` -- [Conda](https://anaconda.org/conda-forge/cleverhans) (📥 7.3K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge cleverhans - ``` -
-
Foolbox (🥈27 · ⭐ 2.6K) - A Python toolbox to create adversarial examples that fool neural networks.. MIT - -- [GitHub](https://github.com/bethgelab/foolbox) (👨‍💻 33 · 🔀 410 · 📦 530 · 📋 380 - 8% open · ⏱️ 09.11.2023): - - ``` - git clone https://github.com/bethgelab/foolbox - ``` -- [PyPi](https://pypi.org/project/foolbox) (📥 1.9K / month · 📦 14 · ⏱️ 02.04.2022): - ``` - pip install foolbox - ``` -- [Conda](https://anaconda.org/conda-forge/foolbox) (📥 12K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge foolbox - ``` -
-
Show 5 hidden projects... +
Show 7 hidden projects... -- advertorch (🥉22 · ⭐ 1.2K · 💀) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0 -- AdvBox (🥉18 · ⭐ 1.3K · 💀) - Advbox is a toolbox to generate adversarial examples that fool.. Apache-2 -- robustness (🥉18 · ⭐ 850 · 💀) - A library for experimenting with, training and evaluating neural.. MIT -- textflint (🥉16 · ⭐ 620 · 💀) - Unified Multilingual Robustness Evaluation Toolkit for.. ❗️GPL-3.0 -- Adversary (🥉14 · ⭐ 390 · 💀) - Tool to generate adversarial text examples and test machine.. 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 (🥉20 · ⭐ 940 · 💀) - A library for experimenting with, training and evaluating neural.. MIT +- AdvBox (🥉19 · ⭐ 1.4K · 💀) - Advbox is a toolbox to generate adversarial examples that fool.. Apache-2 +- textflint (🥉17 · ⭐ 640 · 💀) - Unified Multilingual Robustness Evaluation Toolkit for.. ❗️GPL-3.0 +- Adversary (🥉16 · ⭐ 400 · 💀) - Tool to generate adversarial text examples and test machine.. MIT

@@ -7384,198 +6516,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._ -
optimum (🥇34 · ⭐ 1.8K) - Accelerate training and inference of Transformers and Diffusers with.. Apache-2 - -- [GitHub](https://github.com/huggingface/optimum) (👨‍💻 86 · 🔀 290 · 📦 1K · 📋 600 - 46% open · ⏱️ 07.12.2023): - - ``` - git clone https://github.com/huggingface/optimum - ``` -- [PyPi](https://pypi.org/project/optimum) (📥 710K / month · 📦 53 · ⏱️ 06.12.2023): - ``` - pip install optimum - ``` -- [Conda](https://anaconda.org/conda-forge/optimum) (📥 10K · ⏱️ 06.12.2023): - ``` - conda install -c conda-forge optimum - ``` -
-
cuDF (🥇33 · ⭐ 6.7K) - cuDF - GPU DataFrame Library. Apache-2 +
cuDF (🥇35 · ⭐ 8.9K) - cuDF - GPU DataFrame Library. Apache-2 -- [GitHub](https://github.com/rapidsai/cudf) (👨‍💻 260 · 🔀 770 · 📦 49 · 📋 5.8K - 15% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/rapidsai/cudf) (👨‍💻 310 · 🔀 940 · 📦 62 · 📋 7K - 15% open · ⏱️ 21.05.2025): ``` git clone https://github.com/rapidsai/cudf ``` -- [PyPi](https://pypi.org/project/cudf) (📥 4.9K / month · 📦 9 · ⏱️ 01.06.2020): +- [PyPi](https://pypi.org/project/cudf) (📥 3.3K / month · 📦 22 · ⏱️ 01.06.2020): ``` pip install cudf ```
-
gpustat (🥈31 · ⭐ 3.7K) - A simple command-line utility for querying and monitoring GPU status. MIT +
optimum (🥇35 · ⭐ 2.9K) - Accelerate inference and training of Transformers, Diffusers, TIMM.. Apache-2 -- [GitHub](https://github.com/wookayin/gpustat) (👨‍💻 17 · 🔀 270 · 📦 4.4K · 📋 120 - 21% open · ⏱️ 24.11.2023): +- [GitHub](https://github.com/huggingface/optimum) (👨‍💻 150 · 🔀 540 · 📦 5.6K · 📋 890 - 40% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/wookayin/gpustat + git clone https://github.com/huggingface/optimum ``` -- [PyPi](https://pypi.org/project/gpustat) (📥 1M / month · 📦 130 · ⏱️ 22.08.2023): +- [PyPi](https://pypi.org/project/optimum) (📥 1.3M / month · 📦 240 · ⏱️ 16.05.2025): ``` - pip install gpustat + pip install optimum ``` -- [Conda](https://anaconda.org/conda-forge/gpustat) (📥 270K · ⏱️ 23.08.2023): +- [Conda](https://anaconda.org/conda-forge/optimum) (📥 39K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge gpustat + conda install -c conda-forge optimum ```
-
Apex (🥈30 · ⭐ 7.7K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3 +
Apex (🥈32 · ⭐ 8.7K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3 -- [GitHub](https://github.com/NVIDIA/apex) (👨‍💻 120 · 🔀 1.3K · 📦 2.1K · 📋 1.2K - 56% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/NVIDIA/apex) (👨‍💻 130 · 🔀 1.4K · 📦 3.2K · 📋 1.3K - 58% open · ⏱️ 15.05.2025): ``` git clone https://github.com/NVIDIA/apex ``` -- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (📥 180K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (📥 500K · ⏱️ 22.04.2025): ``` conda install -c conda-forge nvidia-apex ```
-
cuML (🥈30 · ⭐ 3.7K) - cuML - RAPIDS Machine Learning Library. Apache-2 +
cuML (🥈32 · ⭐ 4.7K) - cuML - RAPIDS Machine Learning Library. Apache-2 -- [GitHub](https://github.com/rapidsai/cuml) (👨‍💻 170 · 🔀 480 · 📋 2.3K - 34% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/rapidsai/cuml) (👨‍💻 180 · 🔀 570 · 📋 2.8K - 35% open · ⏱️ 22.05.2025): ``` git clone https://github.com/rapidsai/cuml ``` -- [PyPi](https://pypi.org/project/cuml) (📥 2.5K / month · 📦 5 · ⏱️ 01.06.2020): +- [PyPi](https://pypi.org/project/cuml) (📥 4.6K / month · 📦 14 · ⏱️ 01.06.2020): ``` pip install cuml ```
-
PyCUDA (🥈29 · ⭐ 1.7K) - 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) (👨‍💻 80 · 🔀 280 · 📦 2.5K · 📋 260 - 30% open · ⏱️ 10.11.2023): +- [GitHub](https://github.com/inducer/pycuda) (👨‍💻 82 · 🔀 290 · 📦 3.8K · 📋 280 - 30% open · ⏱️ 06.05.2025): ``` git clone https://github.com/inducer/pycuda ``` -- [PyPi](https://pypi.org/project/pycuda) (📥 36K / month · 📦 220 · ⏱️ 10.11.2023): +- [PyPi](https://pypi.org/project/pycuda) (📥 120K / month · 📦 170 · ⏱️ 07.02.2025): ``` pip install pycuda ``` -- [Conda](https://anaconda.org/conda-forge/pycuda) (📥 270K · ⏱️ 11.11.2023): +- [Conda](https://anaconda.org/conda-forge/pycuda) (📥 980K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pycuda ```
-
cuGraph (🥈27 · ⭐ 1.5K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2 +
gpustat (🥈29 · ⭐ 4.2K) - A simple command-line utility for querying and monitoring GPU status. MIT -- [GitHub](https://github.com/rapidsai/cugraph) (👨‍💻 110 · 🔀 260 · 📦 2 · 📋 1.6K - 18% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/wookayin/gpustat) (👨‍💻 17 · 🔀 280 · 📦 7.4K · 📋 130 - 22% open · ⏱️ 13.04.2025): ``` - git clone https://github.com/rapidsai/cugraph + git clone https://github.com/wookayin/gpustat ``` -- [PyPi](https://pypi.org/project/cugraph) (📥 370 / month · 📦 2 · ⏱️ 01.06.2020): +- [PyPi](https://pypi.org/project/gpustat) (📥 740K / month · 📦 150 · ⏱️ 22.08.2023): ``` - pip install cugraph + pip install gpustat ``` -- [Conda](https://anaconda.org/conda-forge/libcugraph) (📥 17K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/gpustat) (📥 310K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge libcugraph + conda install -c conda-forge gpustat ```
-
CuPy (🥈26 · ⭐ 7.4K · 📉) - NumPy & SciPy for GPU. MIT +
ArrayFire (🥈28 · ⭐ 4.7K) - ArrayFire: a general purpose GPU library. BSD-3 -- [GitHub](https://github.com/cupy/cupy) (👨‍💻 300 · 🔀 720): +- [GitHub](https://github.com/arrayfire/arrayfire) (👨‍💻 97 · 🔀 540 · 📥 8.4K · 📋 1.8K - 19% open · ⏱️ 04.04.2025): ``` - git clone https://github.com/cupy/cupy + git clone https://github.com/arrayfire/arrayfire ``` -- [PyPi](https://pypi.org/project/cupy) (📥 24K / month · 📦 200 · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/arrayfire) (📥 3.7K / month · 📦 10 · ⏱️ 22.02.2022): ``` - pip install cupy + pip install arrayfire ``` -- [Conda](https://anaconda.org/conda-forge/cupy) (📥 3.2M · ⏱️ 17.11.2023): +
+
cuGraph (🥈28 · ⭐ 2K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2 + +- [GitHub](https://github.com/rapidsai/cugraph) (👨‍💻 120 · 🔀 330 · 📋 1.8K - 9% open · ⏱️ 21.05.2025): + ``` - conda install -c conda-forge cupy + git clone https://github.com/rapidsai/cugraph ``` -- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (📥 58K · ⭐ 11 · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/cugraph) (📥 370 / month · 📦 4 · ⏱️ 01.06.2020): ``` - docker pull cupy/cupy + pip install cugraph + ``` +- [Conda](https://anaconda.org/conda-forge/libcugraph) (📥 65K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge libcugraph ```
-
ArrayFire (🥈26 · ⭐ 4.3K) - ArrayFire: a general purpose GPU library. BSD-3 +
CuPy (🥉27 · ⭐ 10K) - NumPy & SciPy for GPU. MIT -- [GitHub](https://github.com/arrayfire/arrayfire) (👨‍💻 88 · 🔀 510 · 📥 4.9K · 📋 1.6K - 18% open · ⏱️ 05.10.2023): +- [GitHub](https://github.com/cupy/cupy) (👨‍💻 340 · 🔀 900): ``` - git clone https://github.com/arrayfire/arrayfire + git clone https://github.com/cupy/cupy ``` -- [PyPi](https://pypi.org/project/arrayfire) (📥 920 / month · 📦 7 · ⏱️ 22.02.2022): +- [PyPi](https://pypi.org/project/cupy) (📥 26K / month · 📦 350 · ⏱️ 04.04.2025): ``` - pip install arrayfire + pip install cupy ``` -
-
DALI (🥉25 · ⭐ 4.7K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2 - -- [GitHub](https://github.com/NVIDIA/DALI) (👨‍💻 87 · 🔀 600 · 📋 1.5K - 18% open · ⏱️ 07.12.2023): - +- [Conda](https://anaconda.org/conda-forge/cupy) (📥 6.4M · ⏱️ 22.04.2025): ``` - git clone https://github.com/NVIDIA/DALI + conda install -c conda-forge cupy + ``` +- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (📥 83K · ⭐ 13 · ⏱️ 04.04.2025): + ``` + docker pull cupy/cupy ```
-
scikit-cuda (🥉24 · ⭐ 950) - Python interface to GPU-powered libraries. BSD-3 +
DALI (🥉25 · ⭐ 5.4K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2 -- [GitHub](https://github.com/lebedov/scikit-cuda) (👨‍💻 44 · 🔀 170 · 📦 270 · 📋 220 - 23% open · ⏱️ 15.10.2023): +- [GitHub](https://github.com/NVIDIA/DALI) (👨‍💻 99 · 🔀 640 · 📋 1.7K - 14% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/lebedov/scikit-cuda - ``` -- [PyPi](https://pypi.org/project/scikit-cuda) (📥 750 / month · 📦 50 · ⏱️ 27.05.2019): - ``` - pip install scikit-cuda + git clone https://github.com/NVIDIA/DALI ```
-
Vulkan Kompute (🥉22 · ⭐ 1.3K) - 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) (👨‍💻 23 · 🔀 96 · 📥 480 · 📦 8 · 📋 190 - 32% open · ⏱️ 29.11.2023): +- [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) (📥 120 / month · ⏱️ 13.04.2022): +- [PyPi](https://pypi.org/project/kp) (📥 280 / month · ⏱️ 20.01.2024): ``` pip install kp ```
-
Merlin (🥉22 · ⭐ 630) - 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 · 🔀 94 · 📋 440 - 44% open · ⏱️ 23.11.2023): +- [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) (📥 4.7K / month · 📦 1 · ⏱️ 29.08.2023): +- [PyPi](https://pypi.org/project/merlin-core) (📥 18K / month · 📦 1 · ⏱️ 29.08.2023): ``` pip install merlin-core ```
-
cuSignal (🥉16 · ⭐ 700) - GPU accelerated signal processing. Apache-2 - -- [GitHub](https://github.com/rapidsai/cusignal) (👨‍💻 46 · 🔀 120 · 📋 160 - 16% open · ⏱️ 21.09.2023): - - ``` - git clone https://github.com/rapidsai/cusignal - ``` -
-
Show 6 hidden projects... +
Show 8 hidden projects... -- GPUtil (🥉24 · ⭐ 1K · 💀) - A Python module for getting the GPU status from NVIDA GPUs using nvidia-.. MIT -- py3nvml (🥉22 · ⭐ 230 · 💀) - 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 · ⭐ 120 · 💀) - Python 3 Bindings for the NVIDIA Management Library. BSD-3 -- SpeedTorch (🥉15 · ⭐ 670 · 💀) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT -- ipyexperiments (🥉15 · ⭐ 160 · 💀) - jupyter/ipython experiment containers for GPU and.. 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 +- ipyexperiments (🥉16 · ⭐ 220 · 💀) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2 +- SpeedTorch (🥉15 · ⭐ 680 · 💀) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT

@@ -7585,152 +6699,130 @@ _Libraries that require and make use of CUDA/GPU or other accelerator hardware c _Libraries that extend TensorFlow with additional capabilities._ -
TensorFlow Datasets (🥇38 · ⭐ 4.1K) - 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) (👨‍💻 300 · 🔀 1.5K · 📦 15K · 📋 1.3K - 47% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/tensorflow/datasets) (👨‍💻 520 · 🔀 1.6K · 📦 24K · 📋 1.5K - 47% open · ⏱️ 21.05.2025): ``` git clone https://github.com/tensorflow/datasets ``` -- [PyPi](https://pypi.org/project/tensorflow-datasets) (📥 1.6M / month · 📦 210 · ⏱️ 08.09.2023): +- [PyPi](https://pypi.org/project/tensorflow-datasets) (📥 1.3M / month · 📦 340 · ⏱️ 12.03.2025): ``` pip install tensorflow-datasets ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow-datasets) (📥 25K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/tensorflow-datasets) (📥 46K · ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorflow-datasets ```
-
TF Addons (🥇35 · ⭐ 1.7K) - Useful extra functionality for TensorFlow 2.x maintained by.. Apache-2 - -- [GitHub](https://github.com/tensorflow/addons) (👨‍💻 210 · 🔀 590 · 📦 14K · 📋 1.1K - 21% open · ⏱️ 28.11.2023): - - ``` - git clone https://github.com/tensorflow/addons - ``` -- [PyPi](https://pypi.org/project/tensorflow-addons) (📥 830K / month · 📦 220 · ⏱️ 28.11.2023): - ``` - pip install tensorflow-addons - ``` -
-
tensorflow-hub (🥈34 · ⭐ 3.4K) - 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 · 📋 680 - 0% open · ⏱️ 20.11.2023): +- [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) (📥 2.2M / month · 📦 340 · ⏱️ 06.10.2023): +- [PyPi](https://pypi.org/project/tensorflow-hub) (📥 1.7M / month · 📦 300 · ⏱️ 30.01.2024): ``` pip install tensorflow-hub ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow-hub) (📥 92K · ⏱️ 13.07.2023): +- [Conda](https://anaconda.org/conda-forge/tensorflow-hub) (📥 120K · ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorflow-hub ```
-
tensor2tensor (🥈32 · ⭐ 14K · 💤) - Library of deep learning models and datasets designed.. 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/tensor2tensor) (👨‍💻 240 · 🔀 3.3K · 📦 1.4K · 📋 1.3K - 46% open · ⏱️ 01.04.2023): +- [GitHub](https://github.com/tensorflow/tfx) (👨‍💻 190 · 🔀 710 · 📦 1.8K · 📋 1.1K - 22% open · ⏱️ 26.03.2025): ``` - git clone https://github.com/tensorflow/tensor2tensor + git clone https://github.com/tensorflow/tfx ``` -- [PyPi](https://pypi.org/project/tensor2tensor) (📥 4.9K / month · 📦 90 · ⏱️ 17.06.2020): +- [PyPi](https://pypi.org/project/tfx) (📥 34K / month · 📦 17 · ⏱️ 11.12.2024): ``` - pip install tensor2tensor + pip install tfx ```
-
TFX (🥈32 · ⭐ 2K) - TFX is an end-to-end platform for deploying production ML pipelines. Apache-2 +
TensorFlow I/O (🥈30 · ⭐ 720) - Dataset, streaming, and file system extensions.. Apache-2 -- [GitHub](https://github.com/tensorflow/tfx) (👨‍💻 180 · 🔀 670 · 📋 940 - 9% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/tensorflow/io) (👨‍💻 120 · 🔀 290 · 📋 660 - 44% open · ⏱️ 10.04.2025): ``` - git clone https://github.com/tensorflow/tfx + git clone https://github.com/tensorflow/io ``` -- [PyPi](https://pypi.org/project/tfx) (📥 160K / month · 📦 14 · ⏱️ 06.09.2023): +- [PyPi](https://pypi.org/project/tensorflow-io) (📥 710K / month · 📦 61 · ⏱️ 01.07.2024): ``` - pip install tfx + pip install tensorflow-io ```
-
TF Model Optimization (🥈31 · ⭐ 1.4K) - A toolkit to optimize ML models for deployment for.. Apache-2 +
TF Model Optimization (🥉28 · ⭐ 1.5K) - A toolkit to optimize ML models for deployment for.. Apache-2 -- [GitHub](https://github.com/tensorflow/model-optimization) (👨‍💻 83 · 🔀 320 · 📦 3.3K · 📋 370 - 55% open · ⏱️ 17.11.2023): +- [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) (📥 580K / month · 📦 30 · ⏱️ 26.05.2023): +- [PyPi](https://pypi.org/project/tensorflow-model-optimization) (📥 1.5M / month · 📦 45 · ⏱️ 08.02.2024): ``` pip install tensorflow-model-optimization ```
-
TensorFlow Transform (🥈31 · ⭐ 970) - Input pipeline framework. Apache-2 +
TensorFlow Transform (🥉25 · ⭐ 990) - Input pipeline framework. Apache-2 -- [GitHub](https://github.com/tensorflow/transform) (👨‍💻 27 · 🔀 210 · 📦 1.6K · 📋 220 - 20% open · ⏱️ 06.12.2023): +- [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) (📥 740K / month · 📦 56 · ⏱️ 11.08.2023): +- [PyPi](https://pypi.org/project/tensorflow-transform) (📥 210K / month · 📦 18 · ⏱️ 28.10.2024): ``` pip install tensorflow-transform ```
-
TensorFlow I/O (🥉30 · ⭐ 670) - Dataset, streaming, and file system extensions.. Apache-2 - -- [GitHub](https://github.com/tensorflow/io) (👨‍💻 110 · 🔀 280 · 📋 620 - 41% open · ⏱️ 07.10.2023): - - ``` - git clone https://github.com/tensorflow/io - ``` -- [PyPi](https://pypi.org/project/tensorflow-io) (📥 3.2M / month · 📦 35 · ⏱️ 08.09.2023): - ``` - pip install tensorflow-io - ``` -
-
Neural Structured Learning (🥉24 · ⭐ 970) - 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 · 📦 400 · 📋 69 - 1% open · ⏱️ 20.09.2023): +- [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) (📥 15K / 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 ```
-
TensorFlow Cloud (🥉24 · ⭐ 360) - The TensorFlow Cloud repository provides APIs that.. Apache-2 +
TensorFlow Cloud (🥉21 · ⭐ 380) - The TensorFlow Cloud repository provides APIs that.. Apache-2 -- [GitHub](https://github.com/tensorflow/cloud) (👨‍💻 27 · 🔀 84 · 📦 320 · 📋 100 - 73% open · ⏱️ 20.10.2023): +- [GitHub](https://github.com/tensorflow/cloud) (👨‍💻 28 · 🔀 90 · 📋 100 - 73% open · ⏱️ 29.01.2025): ``` git clone https://github.com/tensorflow/cloud ``` -- [PyPi](https://pypi.org/project/tensorflow-cloud) (📥 43K / month · 📦 7 · ⏱️ 17.06.2021): +- [PyPi](https://pypi.org/project/tensorflow-cloud) (📥 30K / month · 📦 7 · ⏱️ 17.06.2021): ``` pip install tensorflow-cloud ```
-
TF Compression (🥉23 · ⭐ 790) - Data compression in TensorFlow. Apache-2 +
TF Compression (🥉20 · ⭐ 890) - Data compression in TensorFlow. Apache-2 -- [GitHub](https://github.com/tensorflow/compression) (👨‍💻 21 · 🔀 240 · 📋 99 - 8% open · ⏱️ 12.10.2023): +- [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) (📥 11K / month · 📦 2 · ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/tensorflow-compression) (📥 2.8K / month · 📦 2 · ⏱️ 02.02.2024): ``` pip install tensorflow-compression ```
-
Show 5 hidden projects... +
Show 7 hidden projects... -- Keras-Preprocessing (🥉29 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. MIT -- efficientnet (🥉26 · ⭐ 2K · 💀) - Implementation of EfficientNet model. Keras and.. Apache-2 -- TensorNets (🥉21 · ⭐ 1K · 💀) - High level network definitions with pre-trained weights in.. MIT -- Saliency (🥉21 · ⭐ 910 · 💀) - Framework-agnostic implementation for state-of-the-art.. Apache-2 +- tensor2tensor (🥈32 · ⭐ 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 (🥉20 · ⭐ 1K · 💀) - High level network definitions with pre-trained weights in.. MIT - tffm (🥉18 · ⭐ 780 · 💀) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT

@@ -7741,37 +6833,37 @@ _Libraries that extend TensorFlow with additional capabilities._ _Libraries that extend Jax with additional capabilities._ -
equinox (🥇30 · ⭐ 1.5K) - Elegant easy-to-use neural networks + scientific computing in.. Apache-2 +
equinox (🥇32 · ⭐ 2.4K) - Elegant easy-to-use neural networks + scientific computing in.. Apache-2 -- [GitHub](https://github.com/patrick-kidger/equinox) (👨‍💻 43 · 🔀 100 · 📦 320 · 📋 280 - 27% open · ⏱️ 30.11.2023): +- [GitHub](https://github.com/patrick-kidger/equinox) (👨‍💻 68 · 🔀 160 · 📦 1.2K · 📋 560 - 34% open · ⏱️ 16.05.2025): ``` git clone https://github.com/patrick-kidger/equinox ``` -- [PyPi](https://pypi.org/project/equinox) (📥 43K / month · 📦 44 · ⏱️ 13.11.2023): +- [PyPi](https://pypi.org/project/equinox) (📥 300K / month · 📦 250 · ⏱️ 14.05.2025): ``` pip install equinox ```
-
evojax (🥉21 · ⭐ 720) - EvoJAX: Hardware-accelerated Neuroevolution. Apache-2 +
evojax (🥉20 · ⭐ 900 · 💤) - EvoJAX: Hardware-accelerated Neuroevolution. Apache-2 -- [GitHub](https://github.com/google/evojax) (👨‍💻 14 · 🔀 58 · 📦 16 · 📋 27 - 37% open · ⏱️ 29.08.2023): +- [GitHub](https://github.com/google/evojax) (👨‍💻 14 · 🔀 100 · 📦 31 · 📋 37 - 54% open · ⏱️ 27.06.2024): ``` git clone https://github.com/google/evojax ``` -- [PyPi](https://pypi.org/project/evojax) (📥 720 / month · 📦 2 · ⏱️ 29.08.2023): +- [PyPi](https://pypi.org/project/evojax) (📥 930 / month · 📦 6 · ⏱️ 18.06.2024): ``` pip install evojax ``` -- [Conda](https://anaconda.org/conda-forge/evojax) (📥 22K · ⏱️ 29.08.2023): +- [Conda](https://anaconda.org/conda-forge/evojax) (📥 39K · ⏱️ 22.04.2025): ``` conda install -c conda-forge evojax ```
Show 1 hidden projects... -- jaxdf (🥉14 · ⭐ 99) - 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

@@ -7781,146 +6873,146 @@ _Libraries that extend Jax with additional capabilities._ _Libraries that extend scikit-learn with additional capabilities._ -
imbalanced-learn (🥇35 · ⭐ 6.6K) - A Python Package to Tackle the Curse of Imbalanced.. MIT +
MLxtend (🥇35 · ⭐ 5K) - A library of extension and helper modules for Pythons data analysis.. BSD-3 -- [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (👨‍💻 80 · 🔀 1.2K · 📦 22K · 📋 570 - 6% open · ⏱️ 23.10.2023): +- [GitHub](https://github.com/rasbt/mlxtend) (👨‍💻 110 · 🔀 880 · 📦 20K · 📋 500 - 29% open · ⏱️ 26.01.2025): ``` - git clone https://github.com/scikit-learn-contrib/imbalanced-learn + git clone https://github.com/rasbt/mlxtend ``` -- [PyPi](https://pypi.org/project/imbalanced-learn) (📥 6.2M / month · 📦 340 · ⏱️ 08.07.2023): +- [PyPi](https://pypi.org/project/mlxtend) (📥 740K / month · 📦 200 · ⏱️ 26.01.2025): ``` - pip install imbalanced-learn + pip install mlxtend ``` -- [Conda](https://anaconda.org/conda-forge/imbalanced-learn) (📥 510K · ⏱️ 08.07.2023): +- [Conda](https://anaconda.org/conda-forge/mlxtend) (📥 360K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge imbalanced-learn + conda install -c conda-forge mlxtend ```
-
MLxtend (🥇34 · ⭐ 4.6K) - A library of extension and helper modules for Pythons data.. BSD-3 +
scikit-learn-intelex (🥇35 · ⭐ 1.3K) - Extension for Scikit-learn is a seamless way to speed.. Apache-2 -- [GitHub](https://github.com/rasbt/mlxtend) (👨‍💻 100 · 🔀 830 · 📦 11K · 📋 470 - 28% open · ⏱️ 26.11.2023): +- [GitHub](https://github.com/uxlfoundation/scikit-learn-intelex) (👨‍💻 85 · 🔀 180 · 📦 14K · 📋 250 - 19% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/rasbt/mlxtend + git clone https://github.com/intel/scikit-learn-intelex ``` -- [PyPi](https://pypi.org/project/mlxtend) (📥 820K / month · 📦 190 · ⏱️ 25.09.2023): +- [PyPi](https://pypi.org/project/scikit-learn-intelex) (📥 97K / month · 📦 65 · ⏱️ 22.04.2025): ``` - pip install mlxtend + pip install scikit-learn-intelex ``` -- [Conda](https://anaconda.org/conda-forge/mlxtend) (📥 290K · ⏱️ 25.09.2023): +- [Conda](https://anaconda.org/conda-forge/scikit-learn-intelex) (📥 540K · ⏱️ 05.05.2025): ``` - conda install -c conda-forge mlxtend + conda install -c conda-forge scikit-learn-intelex ```
-
scikit-learn-intelex (🥇34 · ⭐ 1.1K) - Intel(R) Extension for Scikit-learn is a seamless way.. Apache-2 +
imbalanced-learn (🥈33 · ⭐ 7K) - A Python Package to Tackle the Curse of Imbalanced.. MIT -- [GitHub](https://github.com/intel/scikit-learn-intelex) (👨‍💻 77 · 🔀 170 · 📦 8.8K · 📋 230 - 25% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (👨‍💻 87 · 🔀 1.3K · 📋 620 - 7% open · ⏱️ 11.05.2025): ``` - git clone https://github.com/intel/scikit-learn-intelex + git clone https://github.com/scikit-learn-contrib/imbalanced-learn ``` -- [PyPi](https://pypi.org/project/scikit-learn-intelex) (📥 290K / month · 📦 24 · ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/imbalanced-learn) (📥 15M / month · 📦 480 · ⏱️ 20.12.2024): ``` - pip install scikit-learn-intelex + pip install imbalanced-learn ``` -- [Conda](https://anaconda.org/conda-forge/scikit-learn-intelex) (📥 230K · ⏱️ 25.07.2023): +- [Conda](https://anaconda.org/conda-forge/imbalanced-learn) (📥 700K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge scikit-learn-intelex + conda install -c conda-forge imbalanced-learn ```
-
category_encoders (🥈33 · ⭐ 2.3K) - 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) (👨‍💻 69 · 🔀 390 · 📦 1.3K · 📋 280 - 15% open · ⏱️ 03.12.2023): +- [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (👨‍💻 71 · 🔀 400 · 📦 3.8K · 📋 300 - 14% open · ⏱️ 24.03.2025): ``` git clone https://github.com/scikit-learn-contrib/category_encoders ``` -- [PyPi](https://pypi.org/project/category_encoders) (📥 1.4M / month · 📦 170 · ⏱️ 29.10.2023): +- [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) (📥 250K · ⏱️ 30.10.2023): +- [Conda](https://anaconda.org/conda-forge/category_encoders) (📥 320K · ⏱️ 22.04.2025): ``` conda install -c conda-forge category_encoders ```
-
scikit-lego (🥈27 · ⭐ 1.1K) - Extra blocks for scikit-learn pipelines. MIT +
scikit-lego (🥈27 · ⭐ 1.3K) - Extra blocks for scikit-learn pipelines. MIT -- [GitHub](https://github.com/koaning/scikit-lego) (👨‍💻 62 · 🔀 110 · 📦 120 · 📋 280 - 10% open · ⏱️ 29.11.2023): +- [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) (📥 33K / month · 📦 8 · ⏱️ 17.10.2023): +- [PyPi](https://pypi.org/project/scikit-lego) (📥 30K / month · 📦 13 · ⏱️ 30.04.2025): ``` pip install scikit-lego ``` -- [Conda](https://anaconda.org/conda-forge/scikit-lego) (📥 45K · ⏱️ 19.07.2023): +- [Conda](https://anaconda.org/conda-forge/scikit-lego) (📥 68K · ⏱️ 22.04.2025): ``` conda install -c conda-forge scikit-lego ```
-
scikit-multilearn (🥈26 · ⭐ 880 · 💤) - A scikit-learn based module for multi-label et. al... BSD-2 +
scikit-opt (🥉25 · ⭐ 5.5K · 💤) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT -- [GitHub](https://github.com/scikit-multilearn/scikit-multilearn) (👨‍💻 28 · 🔀 170 · 📦 1.3K · 📋 210 - 41% open · ⏱️ 19.04.2023): +- [GitHub](https://github.com/guofei9987/scikit-opt) (👨‍💻 24 · 🔀 990 · 📦 270 · 📋 180 - 37% open · ⏱️ 23.06.2024): ``` - git clone https://github.com/scikit-multilearn/scikit-multilearn + git clone https://github.com/guofei9987/scikit-opt ``` -- [PyPi](https://pypi.org/project/scikit-multilearn) (📥 60K / month · 📦 24 · ⏱️ 10.12.2018): +- [PyPi](https://pypi.org/project/scikit-opt) (📥 6.5K / month · 📦 15 · ⏱️ 14.01.2022): ``` - pip install scikit-multilearn + pip install scikit-opt ```
-
scikit-opt (🥉24 · ⭐ 4.6K) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT +
iterative-stratification (🥉21 · ⭐ 860 · 💤) - scikit-learn cross validators for iterative.. BSD-3 -- [GitHub](https://github.com/guofei9987/scikit-opt) (👨‍💻 20 · 🔀 920 · 📦 160 · 📋 170 - 36% open · ⏱️ 19.11.2023): +- [GitHub](https://github.com/trent-b/iterative-stratification) (👨‍💻 7 · 🔀 75 · 📦 590 · 📋 27 - 7% open · ⏱️ 12.10.2024): ``` - git clone https://github.com/guofei9987/scikit-opt + git clone https://github.com/trent-b/iterative-stratification ``` -- [PyPi](https://pypi.org/project/scikit-opt) (📥 3.2K / month · 📦 8 · ⏱️ 14.01.2022): +- [PyPi](https://pypi.org/project/iterative-stratification) (📥 54K / month · 📦 15 · ⏱️ 12.10.2024): ``` - pip install scikit-opt + pip install iterative-stratification ```
-
combo (🥉22 · ⭐ 630 · 💤) - (AAAI 20) A Python Toolbox for Machine Learning Model.. BSD-2 xgboost +
dabl (🥉19 · ⭐ 730 · 💤) - Data Analysis Baseline Library. BSD-3 -- [GitHub](https://github.com/yzhao062/combo) (👨‍💻 2 · 🔀 100 · 📦 590 · 📋 16 - 81% open · ⏱️ 14.01.2023): +- [GitHub](https://github.com/amueller/dabl) (👨‍💻 24 · 🔀 100 · ⏱️ 07.08.2024): ``` - git clone https://github.com/yzhao062/combo + git clone https://github.com/amueller/dabl ``` -- [PyPi](https://pypi.org/project/combo) (📥 94K / month · 📦 8 · ⏱️ 02.04.2022): +- [PyPi](https://pypi.org/project/dabl) (📥 4.1K / month · 📦 3 · ⏱️ 16.12.2024): ``` - pip install combo + pip install dabl ```
-
DESlib (🥉16 · ⭐ 450) - A Python library for dynamic classifier and ensemble selection. BSD-3 +
scikit-tda (🥉18 · ⭐ 550 · 💤) - Topological Data Analysis for Python. MIT -- [GitHub](https://github.com/scikit-learn-contrib/DESlib) (👨‍💻 16 · 🔀 75 · 📋 150 - 9% open · ⏱️ 18.06.2023): +- [GitHub](https://github.com/scikit-tda/scikit-tda) (👨‍💻 6 · 🔀 54 · 📦 87 · 📋 22 - 18% open · ⏱️ 19.07.2024): ``` - git clone https://github.com/scikit-learn-contrib/DESlib + git clone https://github.com/scikit-tda/scikit-tda ``` -- [PyPi](https://pypi.org/project/deslib) (📥 1.1K / month · 📦 2 · ⏱️ 08.02.2021): +- [PyPi](https://pypi.org/project/scikit-tda) (📥 1.5K / month · ⏱️ 19.07.2024): ``` - pip install deslib + pip install scikit-tda ```
Show 10 hidden projects... -- fancyimpute (🥈27 · ⭐ 1.2K · 💀) - Multivariate imputation and matrix completion.. Apache-2 -- scikit-survival (🥈27 · ⭐ 1K) - Survival analysis built on top of scikit-learn. ❗️GPL-3.0 -- sklearn-crfsuite (🥈26 · ⭐ 420 · 💀) - scikit-learn inspired API for CRFsuite. MIT -- iterative-stratification (🥉22 · ⭐ 800 · 💀) - scikit-learn cross validators for iterative.. BSD-3 -- skope-rules (🥉22 · ⭐ 560 · 💤) - machine learning with logical rules in Python. ❗️BSD-1-Clause -- sklearn-contrib-lightning (🥉20 · ⭐ 1.7K · 💀) - Large-scale linear classification, regression and.. BSD-3 -- celer (🥉19 · ⭐ 180) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3 -- scikit-tda (🥉18 · ⭐ 460 · 💀) - Topological Data Analysis for Python. MIT -- skggm (🥉17 · ⭐ 230) - Scikit-learn compatible estimation of general graphical models. MIT -- dabl (🥉14 · ⭐ 130 · 💤) - Data Analysis Baseline Library. BSD-3 +- 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 (🥉24 · ⭐ 1.7K · 💀) - Large-scale linear classification, regression and.. BSD-3 +- skope-rules (🥉22 · ⭐ 640 · 💀) - machine learning with logical rules in Python. ❗️BSD-1-Clause +- celer (🥉22 · ⭐ 230) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3 +- combo (🥉21 · ⭐ 660 · 💀) - (AAAI 20) A Python Toolbox for Machine Learning Model.. BSD-2 xgboost +- DESlib (🥉18 · ⭐ 490 · 💀) - A Python library for dynamic classifier and ensemble selection. BSD-3 +- skggm (🥉17 · ⭐ 250 · 💀) - Scikit-learn compatible estimation of general graphical models. MIT

@@ -7930,215 +7022,177 @@ _Libraries that extend scikit-learn with additional capabilities._ _Libraries that extend Pytorch with additional capabilities._ -
accelerate (🥇39 · ⭐ 6.1K) - A simple way to train and use PyTorch models with multi-.. Apache-2 - -- [GitHub](https://github.com/huggingface/accelerate) (👨‍💻 200 · 🔀 670 · 📦 20K · 📋 1.1K - 10% open · ⏱️ 06.12.2023): - - ``` - git clone https://github.com/huggingface/accelerate - ``` -- [PyPi](https://pypi.org/project/accelerate) (📥 7.8M / month · 📦 450 · ⏱️ 01.12.2023): - ``` - pip install accelerate - ``` -- [Conda](https://anaconda.org/conda-forge/accelerate) (📥 90K · ⏱️ 01.12.2023): - ``` - conda install -c conda-forge accelerate - ``` -
-
PML (🥇32 · ⭐ 5.6K) - The easiest way to use deep metric learning in your application. Modular,.. MIT - -- [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (👨‍💻 38 · 🔀 630 · 📦 1.1K · 📋 480 - 10% open · ⏱️ 25.07.2023): - - ``` - git clone https://github.com/KevinMusgrave/pytorch-metric-learning - ``` -- [PyPi](https://pypi.org/project/pytorch-metric-learning) (📥 330K / month · 📦 19 · ⏱️ 25.07.2023): - ``` - pip install pytorch-metric-learning - ``` -- [Conda](https://anaconda.org/metric-learning/pytorch-metric-learning) (📥 11K · ⏱️ 16.06.2023): - ``` - conda install -c metric-learning pytorch-metric-learning - ``` -
-
tinygrad (🥇31 · ⭐ 21K) - You like pytorch? You like micrograd? You love tinygrad!. MIT - -- [GitHub](https://github.com/tinygrad/tinygrad) (👨‍💻 250 · 🔀 2.3K · 📦 34 · 📋 430 - 17% open · ⏱️ 07.12.2023): +
accelerate (🥇43 · ⭐ 8.7K) - A simple way to launch, train, and use PyTorch models on.. Apache-2 + +- [GitHub](https://github.com/huggingface/accelerate) (👨‍💻 350 · 🔀 1.1K · 📦 95K · 📋 1.8K - 5% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/geohot/tinygrad + git clone https://github.com/huggingface/accelerate ``` -
-
torchdiffeq (🥇29 · ⭐ 5K) - Differentiable ODE solvers with full GPU support and O(1)-memory.. MIT - -- [GitHub](https://github.com/rtqichen/torchdiffeq) (👨‍💻 21 · 🔀 850 · 📦 2.6K · 📋 210 - 30% open · ⏱️ 19.10.2023): - +- [PyPi](https://pypi.org/project/accelerate) (📥 12M / month · 📦 2.2K · ⏱️ 15.05.2025): ``` - git clone https://github.com/rtqichen/torchdiffeq + pip install accelerate ``` -- [PyPi](https://pypi.org/project/torchdiffeq) (📥 740K / month · 📦 43 · ⏱️ 22.04.2022): +- [Conda](https://anaconda.org/conda-forge/accelerate) (📥 400K · ⏱️ 15.05.2025): ``` - pip install torchdiffeq + conda install -c conda-forge accelerate ``` -- [Conda](https://anaconda.org/conda-forge/torchdiffeq) (📥 14K · ⏱️ 16.06.2023): +
+
tinygrad (🥇35 · ⭐ 29K) - You like pytorch? You like micrograd? You love tinygrad!. MIT + +- [GitHub](https://github.com/tinygrad/tinygrad) (👨‍💻 400 · 🔀 3.3K · 📦 220 · 📋 920 - 14% open · ⏱️ 22.05.2025): + ``` - conda install -c conda-forge torchdiffeq + git clone https://github.com/geohot/tinygrad ```
-
pytorch-optimizer (🥇29 · ⭐ 2.9K) - torch-optimizer -- collection of optimizers for.. Apache-2 +
PML (🥇33 · ⭐ 6.1K) - The easiest way to use deep metric learning in your application. Modular,.. MIT -- [GitHub](https://github.com/jettify/pytorch-optimizer) (👨‍💻 26 · 🔀 280 · 📦 1K · 📋 61 - 50% open · ⏱️ 20.06.2023): +- [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (👨‍💻 46 · 🔀 660 · 📦 2.7K · 📋 530 - 14% open · ⏱️ 11.12.2024): ``` - git clone https://github.com/jettify/pytorch-optimizer + git clone https://github.com/KevinMusgrave/pytorch-metric-learning ``` -- [PyPi](https://pypi.org/project/torch_optimizer) (📥 160K / month · 📦 44 · ⏱️ 31.10.2021): +- [PyPi](https://pypi.org/project/pytorch-metric-learning) (📥 820K / month · 📦 55 · ⏱️ 11.12.2024): ``` - pip install torch_optimizer + pip install pytorch-metric-learning ``` -- [Conda](https://anaconda.org/conda-forge/torch-optimizer) (📥 9.3K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/metric-learning/pytorch-metric-learning) (📥 13K · ⏱️ 25.03.2025): ``` - conda install -c conda-forge torch-optimizer + conda install -c metric-learning pytorch-metric-learning ```
-
lightning-flash (🥇29 · ⭐ 1.7K) - Your PyTorch AI Factory - Flash enables you to easily.. Apache-2 +
torchdiffeq (🥇32 · ⭐ 6K) - Differentiable ODE solvers with full GPU support and O(1)-memory.. MIT -- [GitHub](https://github.com/Lightning-Universe/lightning-flash) (👨‍💻 87 · 🔀 210 · 📦 260 · 📋 520 - 4% open · ⏱️ 08.10.2023): +- [GitHub](https://github.com/rtqichen/torchdiffeq) (👨‍💻 22 · 🔀 930 · 📦 5.2K · 📋 220 - 33% open · ⏱️ 04.04.2025): ``` - git clone https://github.com/Lightning-AI/lightning-flash + git clone https://github.com/rtqichen/torchdiffeq ``` -- [PyPi](https://pypi.org/project/lightning-flash) (📥 1.7K / month · 📦 3 · ⏱️ 11.05.2022): +- [PyPi](https://pypi.org/project/torchdiffeq) (📥 1.2M / month · 📦 120 · ⏱️ 21.11.2024): ``` - pip install lightning-flash + pip install torchdiffeq ``` -- [Conda](https://anaconda.org/conda-forge/lightning-flash) (📥 17K · ⏱️ 04.07.2023): +- [Conda](https://anaconda.org/conda-forge/torchdiffeq) (📥 22K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge lightning-flash + conda install -c conda-forge torchdiffeq ```
-
torchsde (🥇29 · ⭐ 1.4K) - Differentiable SDE solvers with GPU support and efficient.. Apache-2 +
torchsde (🥈30 · ⭐ 1.6K) - Differentiable SDE solvers with GPU support and efficient.. Apache-2 -- [GitHub](https://github.com/google-research/torchsde) (👨‍💻 8 · 🔀 170 · 📦 1.9K · 📋 70 - 27% open · ⏱️ 26.09.2023): +- [GitHub](https://github.com/google-research/torchsde) (👨‍💻 9 · 🔀 200 · 📦 5.2K · 📋 82 - 35% open · ⏱️ 30.12.2024): ``` git clone https://github.com/google-research/torchsde ``` -- [PyPi](https://pypi.org/project/torchsde) (📥 1M / month · 📦 10 · ⏱️ 26.09.2023): +- [PyPi](https://pypi.org/project/torchsde) (📥 2.7M / month · 📦 37 · ⏱️ 26.09.2023): ``` pip install torchsde ``` -- [Conda](https://anaconda.org/conda-forge/torchsde) (📥 19K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/torchsde) (📥 39K · ⏱️ 22.04.2025): ``` conda install -c conda-forge torchsde ```
-
TabNet (🥈27 · ⭐ 2.4K) - PyTorch implementation of TabNet paper :.. MIT +
torch-scatter (🥈27 · ⭐ 1.6K) - PyTorch Extension Library of Optimized Scatter Operations. MIT -- [GitHub](https://github.com/dreamquark-ai/tabnet) (👨‍💻 21 · 🔀 440 · 📋 320 - 16% open · ⏱️ 23.07.2023): +- [GitHub](https://github.com/rusty1s/pytorch_scatter) (👨‍💻 33 · 🔀 190 · 📋 410 - 6% open · ⏱️ 20.04.2025): ``` - git clone https://github.com/dreamquark-ai/tabnet + git clone https://github.com/rusty1s/pytorch_scatter ``` -- [PyPi](https://pypi.org/project/pytorch-tabnet) (📥 43K / month · 📦 11 · ⏱️ 23.07.2023): +- [PyPi](https://pypi.org/project/torch-scatter) (📥 52K / month · 📦 150 · ⏱️ 06.10.2023): ``` - pip install pytorch-tabnet + pip install torch-scatter ``` -- [Conda](https://anaconda.org/conda-forge/pytorch-tabnet) (📥 5.9K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pytorch_scatter) (📥 850K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pytorch-tabnet + conda install -c conda-forge pytorch_scatter ```
-
torch-scatter (🥈26 · ⭐ 1.4K) - PyTorch Extension Library of Optimized Scatter Operations. MIT +
EfficientNets (🥈25 · ⭐ 1.6K · 💤) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2 -- [GitHub](https://github.com/rusty1s/pytorch_scatter) (👨‍💻 28 · 🔀 160 · 📋 340 - 6% open · ⏱️ 05.10.2023): +- [GitHub](https://github.com/rwightman/gen-efficientnet-pytorch) (👨‍💻 5 · 🔀 210 · 📦 300 · 📋 55 - 7% open · ⏱️ 13.06.2024): ``` - git clone https://github.com/rusty1s/pytorch_scatter - ``` -- [PyPi](https://pypi.org/project/torch-scatter) (📥 42K / month · 📦 81 · ⏱️ 06.10.2023): - ``` - pip install torch-scatter + git clone https://github.com/rwightman/gen-efficientnet-pytorch ``` -- [Conda](https://anaconda.org/conda-forge/pytorch_scatter) (📥 230K · ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/geffnet) (📥 190K / month · 📦 4 · ⏱️ 08.07.2021): ``` - conda install -c conda-forge pytorch_scatter + pip install geffnet ```
-
PyTorch Sparse (🥈25 · ⭐ 900) - PyTorch Extension Library of Optimized Autograd Sparse.. MIT +
PyTorch Sparse (🥈25 · ⭐ 1.1K) - PyTorch Extension Library of Optimized Autograd Sparse.. MIT -- [GitHub](https://github.com/rusty1s/pytorch_sparse) (👨‍💻 44 · 🔀 140 · 📋 260 - 10% open · ⏱️ 09.11.2023): +- [GitHub](https://github.com/rusty1s/pytorch_sparse) (👨‍💻 47 · 🔀 150 · 📋 290 - 10% open · ⏱️ 10.04.2025): ``` git clone https://github.com/rusty1s/pytorch_sparse ``` -- [PyPi](https://pypi.org/project/torch-sparse) (📥 29K / month · 📦 75 · ⏱️ 06.10.2023): +- [PyPi](https://pypi.org/project/torch-sparse) (📥 35K / month · 📦 120 · ⏱️ 06.10.2023): ``` pip install torch-sparse ``` -- [Conda](https://anaconda.org/conda-forge/pytorch_sparse) (📥 240K · ⏱️ 28.11.2023): +- [Conda](https://anaconda.org/conda-forge/pytorch_sparse) (📥 800K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pytorch_sparse ```
-
Pytorch Toolbelt (🥉22 · ⭐ 1.4K) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT +
Pytorch Toolbelt (🥉24 · ⭐ 1.5K) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT -- [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (👨‍💻 7 · 🔀 120 · 📥 7 · 📋 30 - 3% open · ⏱️ 03.11.2023): +- [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (👨‍💻 8 · 🔀 120 · 📥 160 · 📋 33 - 12% open · ⏱️ 01.03.2025): ``` git clone https://github.com/BloodAxe/pytorch-toolbelt ``` -- [PyPi](https://pypi.org/project/pytorch_toolbelt) (📥 7.5K / month · 📦 7 · ⏱️ 27.06.2022): +- [PyPi](https://pypi.org/project/pytorch_toolbelt) (📥 14K / month · 📦 12 · ⏱️ 21.11.2024): ``` pip install pytorch_toolbelt ```
-
reformer-pytorch (🥉20 · ⭐ 2K) - Reformer, the efficient Transformer, in Pytorch. MIT +
madgrad (🥉17 · ⭐ 800) - MADGRAD Optimization Method. MIT -- [GitHub](https://github.com/lucidrains/reformer-pytorch) (👨‍💻 11 · 🔀 250 · 📋 120 - 11% open · ⏱️ 21.06.2023): +- [GitHub](https://github.com/facebookresearch/madgrad) (👨‍💻 3 · 🔀 57 · 📦 100 · ⏱️ 27.01.2025): ``` - git clone https://github.com/lucidrains/reformer-pytorch + git clone https://github.com/facebookresearch/madgrad ``` -- [PyPi](https://pypi.org/project/reformer-pytorch) (📥 4.2K / month · ⏱️ 06.11.2021): +- [PyPi](https://pypi.org/project/madgrad) (📥 3K / month · 📦 1 · ⏱️ 08.03.2022): ``` - pip install reformer-pytorch + pip install madgrad ```
-
madgrad (🥉16 · ⭐ 790 · 💤) - MADGRAD Optimization Method. MIT +
pytorchviz (🥉14 · ⭐ 3.4K) - A small package to create visualizations of PyTorch execution graphs. MIT -- [GitHub](https://github.com/facebookresearch/madgrad) (👨‍💻 2 · 🔀 56 · 📦 66 · 📋 11 - 9% open · ⏱️ 11.04.2023): +- [GitHub](https://github.com/szagoruyko/pytorchviz) (👨‍💻 6 · 🔀 280 · 📋 72 - 47% open · ⏱️ 30.12.2024): ``` - git clone https://github.com/facebookresearch/madgrad - ``` -- [PyPi](https://pypi.org/project/madgrad) (📥 3.6K / month · 📦 1 · ⏱️ 08.03.2022): - ``` - pip install madgrad + git clone https://github.com/szagoruyko/pytorchviz ```
-
Show 19 hidden projects... +
Show 21 hidden projects... -- pretrainedmodels (🥇29 · ⭐ 8.9K · 💀) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3 -- EfficientNet-PyTorch (🥈27 · ⭐ 7.6K · 💀) - A PyTorch implementation of EfficientNet and.. Apache-2 -- pytorch-summary (🥈27 · ⭐ 3.9K · 💀) - Model summary in PyTorch similar to `model.summary()`.. MIT -- SRU (🥉23 · ⭐ 2.1K · 💀) - Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). MIT -- Torchmeta (🥉23 · ⭐ 1.9K · 💀) - A collection of extensions and data-loaders for few-shot.. MIT -- Higher (🥉23 · ⭐ 1.6K · 💀) - higher is a pytorch library allowing users to obtain higher.. Apache-2 -- EfficientNets (🥉23 · ⭐ 1.5K · 💀) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2 +- pretrainedmodels (🥈30 · ⭐ 9.1K · 💀) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3 +- EfficientNet-PyTorch (🥈28 · ⭐ 8.1K · 💀) - A PyTorch implementation of EfficientNet. Apache-2 +- lightning-flash (🥈28 · ⭐ 1.7K · 💀) - Your PyTorch AI Factory - Flash enables you to easily.. Apache-2 +- 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 (🥉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 -- Antialiased CNNs (🥉21 · ⭐ 1.6K · 💀) - pip install antialiased-cnns to improve stability and.. ❗️CC BY-NC-SA 4.0 -- pytorchviz (🥉20 · ⭐ 2.9K · 💀) - A small package to create visualizations of PyTorch execution.. MIT -- Lambda Networks (🥉20 · ⭐ 1.5K · 💀) - Implementation of LambdaNetworks, a new approach to.. MIT -- Poutyne (🥉20 · ⭐ 550) - A simplified framework and utilities for PyTorch. ❗️LGPL-3.0 -- Performer Pytorch (🥉19 · ⭐ 1K · 💀) - An implementation of Performer, a linear attention-.. MIT -- micrograd (🥉18 · ⭐ 6.8K · 💀) - A tiny scalar-valued autograd engine and a neural net library.. MIT +- 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 (🥉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 -- Torch-Struct (🥉17 · ⭐ 1.1K · 💀) - Fast, general, and tested differentiable structured.. MIT -- Tensor Sensor (🥉17 · ⭐ 740 · 💀) - The goal of this library is to generate more helpful.. MIT -- Pywick (🥉15 · ⭐ 400 · 💀) - High-level batteries-included neural network training library for.. MIT -- TorchDrift (🥉14 · ⭐ 300 · 💀) - Drift Detection for your PyTorch Models. Apache-2 +- Pywick (🥉17 · ⭐ 400 · 💀) - High-level batteries-included neural network training library for.. MIT +- TorchDrift (🥉15 · ⭐ 320 · 💀) - Drift Detection for your PyTorch Models. Apache-2

@@ -8148,7 +7202,7 @@ _Libraries that extend Pytorch with additional capabilities._ _Libraries for connecting to, operating, and querying databases._ -🔗 best-of-python - DB Clients ( ⭐ 3.2K) - Collection of database clients for python. +🔗 best-of-python - DB Clients ( ⭐ 4K) - Collection of database clients for python.
@@ -8156,705 +7210,572 @@ _Libraries for connecting to, operating, and querying databases._ Back to top -
scipy (🥇49 · ⭐ 12K · 📈) - Ecosystem of open-source software for mathematics, science, and.. BSD-3 +
scipy (🥇50 · ⭐ 14K) - Ecosystem of open-source software for mathematics, science, and engineering. BSD-3 -- [GitHub](https://github.com/scipy/scipy) (👨‍💻 1.6K · 🔀 4.9K · 📥 390K · 📦 870K · 📋 9.8K - 17% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/scipy/scipy) (👨‍💻 1.8K · 🔀 5.4K · 📥 490K · 📦 1.4M · 📋 11K - 15% open · ⏱️ 21.05.2025): ``` git clone https://github.com/scipy/scipy ``` -- [PyPi](https://pypi.org/project/scipy) (📥 67M / month · 📦 65K · ⏱️ 18.11.2023): +- [PyPi](https://pypi.org/project/scipy) (📥 150M / month · 📦 55K · ⏱️ 21.05.2025): ``` pip install scipy ``` -- [Conda](https://anaconda.org/conda-forge/scipy) (📥 44M · ⏱️ 24.11.2023): +- [Conda](https://anaconda.org/conda-forge/scipy) (📥 63M · ⏱️ 22.04.2025): ``` conda install -c conda-forge scipy ```
-
SymPy (🥇46 · ⭐ 12K) - 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.1K · 📥 520K · 📦 98K · 📋 13K - 36% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/sympy/sympy) (👨‍💻 1.4K · 🔀 4.7K · 📥 560K · 📦 270K · 📋 14K - 36% open · ⏱️ 21.05.2025): ``` git clone https://github.com/sympy/sympy ``` -- [PyPi](https://pypi.org/project/sympy) (📥 10M / month · 📦 4.8K · ⏱️ 10.05.2023): +- [PyPi](https://pypi.org/project/sympy) (📥 56M / month · 📦 4.3K · ⏱️ 27.04.2025): ``` pip install sympy ``` -- [Conda](https://anaconda.org/conda-forge/sympy) (📥 4.8M · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/sympy) (📥 8.9M · ⏱️ 29.04.2025): ``` conda install -c conda-forge sympy ```
-
Gradio (🥇43 · ⭐ 25K) - Wrap UIs around any model, share with anyone. Apache-2 - -- [GitHub](https://github.com/gradio-app/gradio) (👨‍💻 230 · 🔀 1.7K · 📦 18K · 📋 3.3K - 13% open · ⏱️ 07.12.2023): - - ``` - git clone https://github.com/gradio-app/gradio - ``` -- [PyPi](https://pypi.org/project/gradio) (📥 3.6M / month · 📦 230 · ⏱️ 05.12.2023): - ``` - pip install gradio - ``` -
-
Streamlit (🥇41 · ⭐ 29K) - 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) (👨‍💻 210 · 🔀 2.6K · 📋 3.8K - 18% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 410 · 🔀 3.5K · 📦 940K · 📋 5.3K - 22% open · ⏱️ 21.05.2025): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (📥 3M / month · 📦 1.2K · ⏱️ 30.11.2023): +- [PyPi](https://pypi.org/project/streamlit) (📥 12M / month · 📦 3.8K · ⏱️ 12.05.2025): ``` pip install streamlit ```
-
carla (🥇36 · ⭐ 10K) - Open-source simulator for autonomous driving research. MIT +
Gradio (🥇45 · ⭐ 38K · 📈) - Wrap UIs around any model, share with anyone. Apache-2 -- [GitHub](https://github.com/carla-simulator/carla) (👨‍💻 170 · 🔀 3.1K · 📦 600 · 📋 4.8K - 19% open · ⏱️ 10.11.2023): +- [GitHub](https://github.com/gradio-app/gradio) (👨‍💻 590 · 🔀 2.9K · 📦 76K · 📋 5.7K - 8% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/carla-simulator/carla + git clone https://github.com/gradio-app/gradio ``` -- [PyPi](https://pypi.org/project/carla) (📥 17K / month · 📦 6 · ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/gradio) (📥 8.5M / month · 📦 1.2K · ⏱️ 19.05.2025): ``` - pip install carla + pip install gradio ```
-
DeepChem (🥇36 · ⭐ 4.8K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,.. MIT +
carla (🥇37 · ⭐ 12K) - Open-source simulator for autonomous driving research. MIT -- [GitHub](https://github.com/deepchem/deepchem) (👨‍💻 230 · 🔀 1.5K · 📦 290 · 📋 1.7K - 30% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/carla-simulator/carla) (👨‍💻 180 · 🔀 3.9K · 📦 1.1K · 📋 5.9K - 18% open · ⏱️ 06.05.2025): ``` - git clone https://github.com/deepchem/deepchem - ``` -- [PyPi](https://pypi.org/project/deepchem) (📥 19K / month · 📦 11 · ⏱️ 07.12.2023): - ``` - pip install deepchem + git clone https://github.com/carla-simulator/carla ``` -- [Conda](https://anaconda.org/conda-forge/deepchem) (📥 100K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/carla) (📥 43K / month · 📦 11 · ⏱️ 14.11.2023): ``` - conda install -c conda-forge deepchem + pip install carla ```
-
agate (🥇35 · ⭐ 1.1K) - A Python data analysis library that is optimized for humans instead of.. MIT +
Autograd (🥇37 · ⭐ 7.3K) - Efficiently computes derivatives of NumPy code. MIT -- [GitHub](https://github.com/wireservice/agate) (👨‍💻 52 · 🔀 150 · 📦 2.5K · 📋 650 - 1% open · ⏱️ 18.10.2023): +- [GitHub](https://github.com/HIPS/autograd) (👨‍💻 61 · 🔀 910 · 📦 13K · 📋 440 - 42% open · ⏱️ 19.05.2025): ``` - git clone https://github.com/wireservice/agate + git clone https://github.com/HIPS/autograd ``` -- [PyPi](https://pypi.org/project/agate) (📥 4.4M / month · 📦 150 · ⏱️ 18.10.2023): +- [PyPi](https://pypi.org/project/autograd) (📥 3.4M / month · 📦 310 · ⏱️ 05.05.2025): ``` - pip install agate + pip install autograd ``` -- [Conda](https://anaconda.org/conda-forge/agate) (📥 160K · ⏱️ 18.10.2023): +- [Conda](https://anaconda.org/conda-forge/autograd) (📥 540K · ⏱️ 05.05.2025): ``` - conda install -c conda-forge agate + conda install -c conda-forge autograd ```
-
Datasette (🥈34 · ⭐ 8.5K) - An open source multi-tool for exploring and publishing data. Apache-2 +
PennyLane (🥇37 · ⭐ 2.6K) - PennyLane is a cross-platform Python library for quantum.. Apache-2 -- [GitHub](https://github.com/simonw/datasette) (👨‍💻 75 · 🔀 590 · 📥 59 · 📦 1.1K · 📋 1.7K - 31% open · ⏱️ 13.10.2023): +- [GitHub](https://github.com/PennyLaneAI/pennylane) (👨‍💻 200 · 🔀 660 · 📥 100 · 📦 1.7K · 📋 1.6K - 25% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/simonw/datasette + git clone https://github.com/PennyLaneAI/PennyLane ``` -- [PyPi](https://pypi.org/project/datasette) (📥 35K / month · 📦 210 · ⏱️ 08.10.2023): +- [PyPi](https://pypi.org/project/pennylane) (📥 90K / month · 📦 150 · ⏱️ 02.05.2025): ``` - pip install datasette + pip install pennylane ``` -- [Conda](https://anaconda.org/conda-forge/datasette) (📥 28K · ⏱️ 27.09.2023): +- [Conda](https://anaconda.org/conda-forge/pennylane) (📥 270K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge datasette + conda install -c conda-forge pennylane ```
-
PyOD (🥈34 · ⭐ 7.7K) - A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly.. BSD-2 +
PyOD (🥈36 · ⭐ 9.2K) - A Python Library for Outlier and Anomaly Detection, Integrating Classical.. BSD-2 -- [GitHub](https://github.com/yzhao062/pyod) (👨‍💻 50 · 🔀 1.3K · 📦 3.1K · 📋 330 - 56% open · ⏱️ 18.11.2023): +- [GitHub](https://github.com/yzhao062/pyod) (👨‍💻 65 · 🔀 1.4K · 📦 5.3K · 📋 380 - 60% open · ⏱️ 29.04.2025): ``` git clone https://github.com/yzhao062/pyod ``` -- [PyPi](https://pypi.org/project/pyod) (📥 710K / month · 📦 63 · ⏱️ 18.11.2023): +- [PyPi](https://pypi.org/project/pyod) (📥 640K / month · 📦 130 · ⏱️ 29.04.2025): ``` pip install pyod ``` -- [Conda](https://anaconda.org/conda-forge/pyod) (📥 87K · ⏱️ 18.11.2023): +- [Conda](https://anaconda.org/conda-forge/pyod) (📥 150K · ⏱️ 30.04.2025): ``` conda install -c conda-forge pyod ```
-
Autograd (🥈34 · ⭐ 6.6K) - Efficiently computes derivatives of numpy code. MIT - -- [GitHub](https://github.com/HIPS/autograd) (👨‍💻 56 · 🔀 870 · 📦 6.8K · 📋 410 - 42% open · ⏱️ 16.11.2023): - - ``` - git clone https://github.com/HIPS/autograd - ``` -- [PyPi](https://pypi.org/project/autograd) (📥 1.3M / month · 📦 320 · ⏱️ 23.06.2023): - ``` - pip install autograd - ``` -- [Conda](https://anaconda.org/conda-forge/autograd) (📥 380K · ⏱️ 26.06.2023): - ``` - conda install -c conda-forge autograd - ``` -
-
PennyLane (🥈34 · ⭐ 2K · 📈) - PennyLane is a cross-platform Python library for differentiable.. Apache-2 +
Datasette (🥈34 · ⭐ 10K) - An open source multi-tool for exploring and publishing data. Apache-2 -- [GitHub](https://github.com/PennyLaneAI/pennylane) (👨‍💻 150 · 🔀 500 · 📥 70 · 📦 690 · 📋 1.2K - 27% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/simonw/datasette) (👨‍💻 82 · 🔀 740 · 📥 72 · 📦 1.5K · 📋 1.9K - 32% open · ⏱️ 22.04.2025): ``` - git clone https://github.com/PennyLaneAI/PennyLane - ``` -- [PyPi](https://pypi.org/project/pennylane) (📥 38K / month · 📦 64 · ⏱️ 08.11.2023): - ``` - pip install pennylane - ``` -- [Conda](https://anaconda.org/conda-forge/pennylane) (📥 29K · ⏱️ 21.11.2023): - ``` - conda install -c conda-forge pennylane + git clone https://github.com/simonw/datasette ``` -
-
PaddleHub (🥈33 · ⭐ 12K · 💤) - Awesome pre-trained models toolkit based on PaddlePaddle... Apache-2 - -- [GitHub](https://github.com/PaddlePaddle/PaddleHub) (👨‍💻 69 · 🔀 2.1K · 📥 660 · 📦 1.5K · 📋 1.3K - 44% open · ⏱️ 28.03.2023): - +- [PyPi](https://pypi.org/project/datasette) (📥 190K / month · 📦 460 · ⏱️ 22.04.2025): ``` - git clone https://github.com/PaddlePaddle/PaddleHub + pip install datasette ``` -- [PyPi](https://pypi.org/project/paddlehub) (📥 6K / month · 📦 6 · ⏱️ 20.09.2023): +- [Conda](https://anaconda.org/conda-forge/datasette) (📥 62K · ⏱️ 22.04.2025): ``` - pip install paddlehub + conda install -c conda-forge datasette ```
-
River (🥈32 · ⭐ 4.6K) - Online machine learning in Python. BSD-3 +
DeepChem (🥈34 · ⭐ 6K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,.. MIT -- [GitHub](https://github.com/online-ml/river) (👨‍💻 110 · 🔀 550 · 📦 380 · 📋 560 - 18% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/deepchem/deepchem) (👨‍💻 260 · 🔀 1.9K · 📦 610 · 📋 2K - 38% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/online-ml/river + git clone https://github.com/deepchem/deepchem ``` -- [PyPi](https://pypi.org/project/river) (📥 23K / month · 📦 29 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/deepchem) (📥 39K / month · 📦 17 · ⏱️ 21.05.2025): ``` - pip install river + pip install deepchem ``` -- [Conda](https://anaconda.org/conda-forge/river) (📥 51K · ⏱️ 06.10.2023): +- [Conda](https://anaconda.org/conda-forge/deepchem) (📥 120K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge river + conda install -c conda-forge deepchem ```
-
hdbscan (🥈32 · ⭐ 2.6K) - A high performance implementation of HDBSCAN clustering. BSD-3 +
agate (🥈34 · ⭐ 1.2K) - A Python data analysis library that is optimized for humans instead of.. MIT -- [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (👨‍💻 86 · 🔀 480 · 📦 2.9K · 📋 500 - 67% open · ⏱️ 20.11.2023): +- [GitHub](https://github.com/wireservice/agate) (👨‍💻 53 · 🔀 150 · 📦 5K · 📋 650 - 0% open · ⏱️ 27.02.2025): ``` - git clone https://github.com/scikit-learn-contrib/hdbscan + git clone https://github.com/wireservice/agate ``` -- [PyPi](https://pypi.org/project/hdbscan) (📥 480K / month · 📦 220 · ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/agate) (📥 18M / month · 📦 54 · ⏱️ 29.01.2025): ``` - pip install hdbscan + pip install agate ``` -- [Conda](https://anaconda.org/conda-forge/hdbscan) (📥 1.8M · ⏱️ 06.10.2023): +- [Conda](https://anaconda.org/conda-forge/agate) (📥 320K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge hdbscan + conda install -c conda-forge agate ```
-
Pythran (🥈32 · ⭐ 1.9K) - Ahead of Time compiler for numeric kernels. BSD-3 +
Pythran (🥈33 · ⭐ 2.1K) - Ahead of Time compiler for numeric kernels. BSD-3 -- [GitHub](https://github.com/serge-sans-paille/pythran) (👨‍💻 72 · 🔀 190 · 📦 1.5K · 📋 830 - 15% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/serge-sans-paille/pythran) (👨‍💻 74 · 🔀 200 · 📦 3.4K · 📋 890 - 14% open · ⏱️ 10.05.2025): ``` git clone https://github.com/serge-sans-paille/pythran ``` -- [PyPi](https://pypi.org/project/pythran) (📥 150K / month · 📦 22 · ⏱️ 06.09.2023): +- [PyPi](https://pypi.org/project/pythran) (📥 310K / month · 📦 21 · ⏱️ 31.10.2024): ``` pip install pythran ``` -- [Conda](https://anaconda.org/conda-forge/pythran) (📥 430K · ⏱️ 21.09.2023): +- [Conda](https://anaconda.org/conda-forge/pythran) (📥 1.1M · ⏱️ 22.04.2025): ``` conda install -c conda-forge pythran ```
-
pyopencl (🥈31 · ⭐ 1K) - OpenCL integration for Python, plus shiny features. MIT +
hdbscan (🥈32 · ⭐ 2.9K) - A high performance implementation of HDBSCAN clustering. BSD-3 -- [GitHub](https://github.com/inducer/pyopencl) (👨‍💻 95 · 🔀 240 · 📦 1.7K · 📋 330 - 21% open · ⏱️ 27.11.2023): +- [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (👨‍💻 96 · 🔀 500 · 📦 6.8K · 📋 530 - 67% open · ⏱️ 13.05.2025): ``` - git clone https://github.com/inducer/pyopencl + git clone https://github.com/scikit-learn-contrib/hdbscan ``` -- [PyPi](https://pypi.org/project/pyopencl) (📥 74K / month · 📦 210 · ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/hdbscan) (📥 740K / month · 📦 350 · ⏱️ 18.11.2024): ``` - pip install pyopencl + pip install hdbscan ``` -- [Conda](https://anaconda.org/conda-forge/pyopencl) (📥 970K · ⏱️ 13.10.2023): +- [Conda](https://anaconda.org/conda-forge/hdbscan) (📥 2.5M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pyopencl + conda install -c conda-forge hdbscan ```
-
pandas-ai (🥈30 · ⭐ 9.2K) - PandasAI is the Python library that integrates Gen AI into pandas,.. MIT +
tensorly (🥈32 · ⭐ 1.6K) - TensorLy: Tensor Learning in Python. BSD-2 -- [GitHub](https://github.com/gventuri/pandas-ai) (👨‍💻 55 · 🔀 760 · 📦 2.4K · 📋 400 - 37% open · ⏱️ 30.11.2023): +- [GitHub](https://github.com/tensorly/tensorly) (👨‍💻 74 · 🔀 290 · 📦 1K · 📋 280 - 23% open · ⏱️ 05.05.2025): ``` - git clone https://github.com/gventuri/pandas-ai - ``` -- [PyPi](https://pypi.org/project/pandas-ai): - ``` - pip install pandas-ai + git clone https://github.com/tensorly/tensorly ``` -
-
causalml (🥈30 · ⭐ 4.4K) - Uplift modeling and causal inference with machine learning.. Apache-2 - -- [GitHub](https://github.com/uber/causalml) (👨‍💻 59 · 🔀 700 · 📦 170 · 📋 400 - 21% open · ⏱️ 01.12.2023): - +- [PyPi](https://pypi.org/project/tensorly) (📥 76K / month · 📦 99 · ⏱️ 12.11.2024): ``` - git clone https://github.com/uber/causalml + pip install tensorly ``` -- [PyPi](https://pypi.org/project/causalml) (📥 78K / month · 📦 1 · ⏱️ 28.08.2023): +- [Conda](https://anaconda.org/conda-forge/tensorly) (📥 380K · ⏱️ 22.04.2025): ``` - pip install causalml + conda install -c conda-forge tensorly ```
-
avalanche (🥈30 · ⭐ 1.5K) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT +
pyjanitor (🥈32 · ⭐ 1.4K) - Clean APIs for data cleaning. Python implementation of R package.. MIT -- [GitHub](https://github.com/ContinualAI/avalanche) (👨‍💻 74 · 🔀 250 · 📥 4 · 📦 60 · 📋 760 - 11% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/pyjanitor-devs/pyjanitor) (👨‍💻 110 · 🔀 170 · 📦 940 · 📋 580 - 19% open · ⏱️ 14.05.2025): ``` - git clone https://github.com/ContinualAI/avalanche + git clone https://github.com/pyjanitor-devs/pyjanitor ``` -- [PyPi](https://pypi.org/project/avalanche-lib) (📥 1.2K / month · 📦 1 · ⏱️ 28.07.2023): +- [PyPi](https://pypi.org/project/pyjanitor) (📥 90K / month · 📦 42 · ⏱️ 07.03.2025): ``` - pip install avalanche-lib + pip install pyjanitor + ``` +- [Conda](https://anaconda.org/conda-forge/pyjanitor) (📥 260K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge pyjanitor ```
-
tensorly (🥈30 · ⭐ 1.5K) - TensorLy: Tensor Learning in Python. BSD-2 +
PaddleHub (🥈31 · ⭐ 13K · 💤) - Awesome pre-trained models toolkit based on PaddlePaddle... Apache-2 -- [GitHub](https://github.com/tensorly/tensorly) (👨‍💻 66 · 🔀 270 · 📦 520 · 📋 250 - 23% open · ⏱️ 09.11.2023): +- [GitHub](https://github.com/PaddlePaddle/PaddleHub) (👨‍💻 69 · 🔀 2.1K · 📥 840 · 📦 1.9K · 📋 1.3K - 44% open · ⏱️ 07.08.2024): ``` - git clone https://github.com/tensorly/tensorly - ``` -- [PyPi](https://pypi.org/project/tensorly) (📥 14K / month · 📦 49 · ⏱️ 08.03.2023): - ``` - pip install tensorly + git clone https://github.com/PaddlePaddle/PaddleHub ``` -- [Conda](https://anaconda.org/conda-forge/tensorly) (📥 360K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/paddlehub) (📥 5.8K / month · 📦 7 · ⏱️ 20.09.2023): ``` - conda install -c conda-forge tensorly + pip install paddlehub ```
-
pyjanitor (🥈30 · ⭐ 1.2K) - Clean APIs for data cleaning. Python implementation of R package.. MIT +
pyopencl (🥈31 · ⭐ 1.1K) - OpenCL integration for Python, plus shiny features. MIT -- [GitHub](https://github.com/pyjanitor-devs/pyjanitor) (👨‍💻 110 · 🔀 160 · 📦 500 · 📋 540 - 20% open · ⏱️ 22.11.2023): +- [GitHub](https://github.com/inducer/pyopencl) (👨‍💻 98 · 🔀 240 · 📦 2.3K · 📋 360 - 21% open · ⏱️ 07.05.2025): ``` - git clone https://github.com/pyjanitor-devs/pyjanitor + git clone https://github.com/inducer/pyopencl ``` -- [PyPi](https://pypi.org/project/pyjanitor) (📥 45K / month · 📦 20 · ⏱️ 18.09.2023): +- [PyPi](https://pypi.org/project/pyopencl) (📥 91K / month · 📦 180 · ⏱️ 22.01.2025): ``` - pip install pyjanitor + pip install pyopencl ``` -- [Conda](https://anaconda.org/conda-forge/pyjanitor) (📥 190K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pyopencl) (📥 1.8M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pyjanitor + conda install -c conda-forge pyopencl ```
-
datalad (🥈30 · ⭐ 470) - Keep code, data, containers under control with git and git-annex. MIT +
datalad (🥈31 · ⭐ 580) - Keep code, data, containers under control with git and git-annex. MIT -- [GitHub](https://github.com/datalad/datalad) (👨‍💻 55 · 🔀 110 · 📋 3.9K - 13% open · ⏱️ 27.11.2023): +- [GitHub](https://github.com/datalad/datalad) (👨‍💻 57 · 🔀 110 · 📦 520 · 📋 4K - 13% open · ⏱️ 21.05.2025): ``` git clone https://github.com/datalad/datalad ``` -- [PyPi](https://pypi.org/project/datalad) (📥 15K / month · 📦 64 · ⏱️ 10.08.2023): +- [PyPi](https://pypi.org/project/datalad) (📥 21K / month · 📦 100 · ⏱️ 21.05.2025): ``` pip install datalad ``` -- [Conda](https://anaconda.org/conda-forge/datalad) (📥 410K · ⏱️ 10.08.2023): +- [Conda](https://anaconda.org/conda-forge/datalad) (📥 870K · ⏱️ 22.04.2025): ``` conda install -c conda-forge datalad ```
-
alibi-detect (🥈29 · ⭐ 2K) - Algorithms for outlier, adversarial and drift detection. Apache-2 - -- [GitHub](https://github.com/SeldonIO/alibi-detect) (👨‍💻 20 · 🔀 200 · 📦 390 · 📋 370 - 36% open · ⏱️ 13.11.2023): - - ``` - git clone https://github.com/SeldonIO/alibi-detect - ``` -- [PyPi](https://pypi.org/project/alibi-detect) (📥 22K / month · 📦 6 · ⏱️ 07.07.2023): - ``` - pip install alibi-detect - ``` -
-
Prince (🥈29 · ⭐ 1.1K) - Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA,.. MIT +
River (🥈30 · ⭐ 5.3K) - Online machine learning in Python. BSD-3 -- [GitHub](https://github.com/MaxHalford/prince) (👨‍💻 16 · 🔀 180 · 📦 460 · 📋 130 - 2% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/online-ml/river) (👨‍💻 130 · 🔀 570 · 📦 740 · 📋 620 - 19% open · ⏱️ 15.05.2025): ``` - git clone https://github.com/MaxHalford/prince + git clone https://github.com/online-ml/river ``` -- [PyPi](https://pypi.org/project/prince) (📥 96K / month · 📦 10 · ⏱️ 11.10.2023): +- [PyPi](https://pypi.org/project/river) (📥 62K / month · 📦 64 · ⏱️ 25.11.2024): ``` - pip install prince + pip install river ``` -- [Conda](https://anaconda.org/conda-forge/prince-factor-analysis) (📥 17K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/river) (📥 110K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge prince-factor-analysis + conda install -c conda-forge river ```
-
anomalib (🥉28 · ⭐ 2.6K) - An anomaly detection library comprising state-of-the-art algorithms.. Apache-2 +
anomalib (🥈30 · ⭐ 4.3K) - An anomaly detection library comprising state-of-the-art algorithms.. Apache-2 -- [GitHub](https://github.com/openvinotoolkit/anomalib) (👨‍💻 64 · 🔀 480 · 📥 4.6K · 📦 38 · 📋 600 - 10% open · ⏱️ 18.11.2023): +- [GitHub](https://github.com/open-edge-platform/anomalib) (👨‍💻 86 · 🔀 740 · 📥 26K · 📦 190 · 📋 1K - 15% open · ⏱️ 22.05.2025): ``` git clone https://github.com/openvinotoolkit/anomalib ``` -- [PyPi](https://pypi.org/project/anomalib) (📥 37K / month · 📦 1 · ⏱️ 29.08.2023): +- [PyPi](https://pypi.org/project/anomalib) (📥 59K / month · 📦 5 · ⏱️ 19.03.2025): ``` pip install anomalib ```
-
metric-learn (🥉28 · ⭐ 1.3K) - Metric learning algorithms in Python. MIT - -- [GitHub](https://github.com/scikit-learn-contrib/metric-learn) (👨‍💻 22 · 🔀 260 · 📦 320 · 📋 170 - 31% open · ⏱️ 29.09.2023): - - ``` - git clone https://github.com/scikit-learn-contrib/metric-learn - ``` -- [PyPi](https://pypi.org/project/metric-learn) (📥 13K / month · 📦 13 · ⏱️ 09.10.2023): - ``` - pip install metric-learn - ``` -- [Conda](https://anaconda.org/conda-forge/metric-learn) (📥 11K · ⏱️ 09.10.2023): - ``` - conda install -c conda-forge metric-learn - ``` -
-
kmodes (🥉28 · ⭐ 1.2K · 💤) - Python implementations of the k-modes and k-prototypes clustering.. MIT +
dstack (🥈30 · ⭐ 1.8K) - dstack is an open-source alternative to Kubernetes and Slurm, designed.. MPL-2.0 -- [GitHub](https://github.com/nicodv/kmodes) (👨‍💻 22 · 🔀 400 · 📦 2.3K · 📋 160 - 10% open · ⏱️ 20.04.2023): +- [GitHub](https://github.com/dstackai/dstack) (👨‍💻 53 · 🔀 180 · 📦 18 · 📋 1.3K - 9% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/nicodv/kmodes - ``` -- [PyPi](https://pypi.org/project/kmodes) (📥 190K / month · 📦 33 · ⏱️ 06.09.2022): - ``` - pip install kmodes + git clone https://github.com/dstackai/dstack ``` -- [Conda](https://anaconda.org/conda-forge/kmodes) (📥 39K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/dstack) (📥 5.9K / month · ⏱️ 21.05.2025): ``` - conda install -c conda-forge kmodes + pip install dstack ```
-
PySwarms (🥉28 · ⭐ 1.2K) - A research toolkit for particle swarm optimization in Python. MIT +
causalml (🥈29 · ⭐ 5.4K) - Uplift modeling and causal inference with machine learning.. Apache-2 -- [GitHub](https://github.com/ljvmiranda921/pyswarms) (👨‍💻 45 · 🔀 320 · 📦 320 · 📋 220 - 10% open · ⏱️ 06.06.2023): +- [GitHub](https://github.com/uber/causalml) (👨‍💻 66 · 🔀 810 · 📦 290 · 📋 410 - 10% open · ⏱️ 19.05.2025): ``` - git clone https://github.com/ljvmiranda921/pyswarms + git clone https://github.com/uber/causalml ``` -- [PyPi](https://pypi.org/project/pyswarms) (📥 40K / month · 📦 14 · ⏱️ 03.01.2021): +- [PyPi](https://pypi.org/project/causalml) (📥 42K / month · 📦 10 · ⏱️ 15.05.2025): ``` - pip install pyswarms + pip install causalml ```
-
pysc2 (🥉27 · ⭐ 7.8K · 💤) - StarCraft II Learning Environment. Apache-2 +
adapter-transformers (🥉28 · ⭐ 2.7K) - A Unified Library for Parameter-Efficient and Modular.. Apache-2 huggingface -- [GitHub](https://github.com/google-deepmind/pysc2) (👨‍💻 39 · 🔀 1.2K · 📥 31K · 📦 640 · 📋 280 - 16% open · ⏱️ 19.04.2023): +- [GitHub](https://github.com/adapter-hub/adapters) (👨‍💻 15 · 🔀 360 · 📦 230 · 📋 400 - 10% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/deepmind/pysc2 + git clone https://github.com/Adapter-Hub/adapter-transformers ``` -- [PyPi](https://pypi.org/project/pysc2) (📥 1.7K / month · 📦 26 · ⏱️ 13.07.2022): +- [PyPi](https://pypi.org/project/adapter-transformers) (📥 4.6K / month · 📦 12 · ⏱️ 07.07.2024): ``` - pip install pysc2 + pip install adapter-transformers ```
-
TabPy (🥉27 · ⭐ 1.5K) - Execute Python code on the fly and display results in Tableau visualizations:. MIT +
Prince (🥉28 · ⭐ 1.4K) - Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA,.. MIT -- [GitHub](https://github.com/tableau/TabPy) (👨‍💻 49 · 🔀 570 · 📦 140 · 📋 310 - 3% open · ⏱️ 10.10.2023): +- [GitHub](https://github.com/MaxHalford/prince) (👨‍💻 16 · 🔀 180 · 📦 740 · ⏱️ 09.03.2025): ``` - git clone https://github.com/tableau/TabPy + git clone https://github.com/MaxHalford/prince ``` -- [PyPi](https://pypi.org/project/tabpy) (📥 14K / month · 📦 2 · ⏱️ 30.01.2023): +- [PyPi](https://pypi.org/project/prince) (📥 150K / month · 📦 20 · ⏱️ 09.03.2025): ``` - pip install tabpy + pip install prince ``` -- [Conda](https://anaconda.org/anaconda/tabpy-client) (📥 4.5K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/prince-factor-analysis) (📥 25K · ⏱️ 22.04.2025): ``` - conda install -c anaconda tabpy-client + conda install -c conda-forge prince-factor-analysis ```
-
Trax (🥉26 · ⭐ 7.8K) - Trax Deep Learning with Clear Code and Speed. Apache-2 +
Trax (🥉27 · ⭐ 8.2K) - Trax Deep Learning with Clear Code and Speed. Apache-2 -- [GitHub](https://github.com/google/trax) (👨‍💻 79 · 🔀 810 · 📦 130 · 📋 240 - 47% open · ⏱️ 15.11.2023): +- [GitHub](https://github.com/google/trax) (👨‍💻 81 · 🔀 820 · 📦 220 · 📋 250 - 49% open · ⏱️ 10.04.2025): ``` git clone https://github.com/google/trax ``` -- [PyPi](https://pypi.org/project/trax) (📥 4.6K / month · 📦 1 · ⏱️ 26.10.2021): +- [PyPi](https://pypi.org/project/trax) (📥 2.2K / month · 📦 1 · ⏱️ 26.10.2021): ``` pip install trax ```
-
AugLy (🥉26 · ⭐ 4.8K) - A data augmentations library for audio, image, text, and video. MIT - -- [GitHub](https://github.com/facebookresearch/AugLy) (👨‍💻 34 · 🔀 290 · 📦 92 · 📋 76 - 28% open · ⏱️ 08.11.2023): - - ``` - git clone https://github.com/facebookresearch/AugLy - ``` -- [PyPi](https://pypi.org/project/augly) (📥 1.7K / month · 📦 4 · ⏱️ 05.12.2023): - ``` - pip install augly - ``` -
-
adapter-transformers (🥉26 · ⭐ 2.2K) - A Unified Library for Parameter-Efficient and Modular.. Apache-2 huggingface - -- [GitHub](https://github.com/adapter-hub/adapters) (👨‍💻 5 · 🔀 300 · 📦 7 · 📋 340 - 13% open · ⏱️ 07.12.2023): - - ``` - git clone https://github.com/Adapter-Hub/adapter-transformers - ``` -- [PyPi](https://pypi.org/project/adapter-transformers) (📥 28K / month · 📦 7 · ⏱️ 06.04.2023): - ``` - pip install adapter-transformers - ``` -
-
modAL (🥉26 · ⭐ 2.1K) - A modular active learning framework for Python. MIT +
avalanche (🥉27 · ⭐ 1.9K) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT -- [GitHub](https://github.com/modAL-python/modAL) (👨‍💻 20 · 🔀 360 · 📥 29 · 📦 23 · 📋 150 - 63% open · ⏱️ 01.06.2023): +- [GitHub](https://github.com/ContinualAI/avalanche) (👨‍💻 84 · 🔀 300 · 📥 54 · 📦 140 · 📋 830 - 12% open · ⏱️ 11.03.2025): ``` - git clone https://github.com/modAL-python/modAL + git clone https://github.com/ContinualAI/avalanche ``` -- [PyPi](https://pypi.org/project/modAL) (📥 130K / month · 📦 3 · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/avalanche-lib) (📥 1.9K / month · 📦 3 · ⏱️ 29.10.2024): ``` - pip install modAL + pip install avalanche-lib ```
-
gplearn (🥉26 · ⭐ 1.4K) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3 +
TabPy (🥉27 · ⭐ 1.6K) - Execute Python code on the fly and display results in Tableau visualizations:. MIT -- [GitHub](https://github.com/trevorstephens/gplearn) (👨‍💻 11 · 🔀 260 · 📦 470 · 📋 210 - 10% open · ⏱️ 12.08.2023): +- [GitHub](https://github.com/tableau/TabPy) (👨‍💻 51 · 🔀 600 · 📦 210 · 📋 320 - 6% open · ⏱️ 25.11.2024): ``` - git clone https://github.com/trevorstephens/gplearn + git clone https://github.com/tableau/TabPy ``` -- [PyPi](https://pypi.org/project/gplearn) (📥 6.4K / month · 📦 15 · ⏱️ 03.05.2022): +- [PyPi](https://pypi.org/project/tabpy) (📥 6.3K / month · 📦 2 · ⏱️ 25.11.2024): ``` - pip install gplearn + pip install tabpy ``` -- [Conda](https://anaconda.org/conda-forge/gplearn) (📥 6.4K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/anaconda/tabpy-client) (📥 5.2K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge gplearn + conda install -c anaconda tabpy-client ```
-
pycm (🥉26 · ⭐ 1.4K) - Multi-class confusion matrix library in Python. MIT +
pycm (🥉27 · ⭐ 1.5K) - Multi-class confusion matrix library in Python. MIT -- [GitHub](https://github.com/sepandhaghighi/pycm) (👨‍💻 17 · 🔀 120 · 📦 250 · 📋 200 - 5% open · ⏱️ 07.06.2023): +- [GitHub](https://github.com/sepandhaghighi/pycm) (👨‍💻 18 · 🔀 130 · 📦 400 · 📋 210 - 8% open · ⏱️ 04.04.2025): ``` git clone https://github.com/sepandhaghighi/pycm ``` -- [PyPi](https://pypi.org/project/pycm) (📥 53K / month · 📦 18 · ⏱️ 07.06.2023): +- [PyPi](https://pypi.org/project/pycm) (📥 40K / month · 📦 24 · ⏱️ 04.04.2025): ``` pip install pycm ```
-
SUOD (🥉25 · ⭐ 360) - (MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous.. BSD-2 +
metric-learn (🥉26 · ⭐ 1.4K · 💤) - Metric learning algorithms in Python. MIT -- [GitHub](https://github.com/yzhao062/SUOD) (👨‍💻 3 · 🔀 47 · 📦 490 · 📋 12 - 75% open · ⏱️ 19.11.2023): +- [GitHub](https://github.com/scikit-learn-contrib/metric-learn) (👨‍💻 23 · 🔀 230 · 📦 480 · 📋 180 - 30% open · ⏱️ 03.08.2024): ``` - git clone https://github.com/yzhao062/SUOD - ``` -- [PyPi](https://pypi.org/project/suod) (📥 86K / month · 📦 2 · ⏱️ 19.11.2023): - ``` - pip install suod + git clone https://github.com/scikit-learn-contrib/metric-learn ``` -
-
Mars (🥉24 · ⭐ 2.7K) - Mars is a tensor-based unified framework for large-scale data.. Apache-2 - -- [GitHub](https://github.com/mars-project/mars) (👨‍💻 52 · 🔀 310 · 📋 1.2K - 17% open · ⏱️ 02.11.2023): - +- [PyPi](https://pypi.org/project/metric-learn) (📥 5.3K / month · 📦 7 · ⏱️ 09.10.2023): ``` - git clone https://github.com/mars-project/mars + pip install metric-learn ``` -- [PyPi](https://pypi.org/project/pymars) (📥 30K / month · 📦 1 · ⏱️ 12.06.2022): +- [Conda](https://anaconda.org/conda-forge/metric-learn) (📥 16K · ⏱️ 22.04.2025): ``` - pip install pymars + conda install -c conda-forge metric-learn ```
-
Feature Engine (🥉24 · ⭐ 1.5K · 💤) - Feature engineering package with sklearn like functionality. BSD-3 +
Feature Engine (🥉25 · ⭐ 2K · 💤) - Feature engineering package with sklearn like functionality. BSD-3 -- [GitHub](https://github.com/solegalli/feature_engine) (👨‍💻 38 · 🔀 270 · ⏱️ 07.12.2022): +- [GitHub](https://github.com/solegalli/feature_engine) (👨‍💻 49 · 🔀 320 · ⏱️ 31.08.2024): ``` git clone https://github.com/solegalli/feature_engine ``` -- [PyPi](https://pypi.org/project/feature_engine) (📥 130K / month · 📦 94 · ⏱️ 18.09.2023): +- [PyPi](https://pypi.org/project/feature_engine) (📥 270K / month · 📦 180 · ⏱️ 22.01.2025): ``` pip install feature_engine ``` -- [Conda](https://anaconda.org/conda-forge/feature_engine) (📥 43K · ⏱️ 19.09.2023): +- [Conda](https://anaconda.org/conda-forge/feature_engine) (📥 73K · ⏱️ 22.04.2025): ``` conda install -c conda-forge feature_engine ```
-
MONAILabel (🥉24 · ⭐ 480) - MONAI Label is an intelligent open source image labeling and.. Apache-2 +
AugLy (🥉24 · ⭐ 5K) - A data augmentations library for audio, image, text, and video. MIT -- [GitHub](https://github.com/Project-MONAI/MONAILabel) (👨‍💻 55 · 🔀 170 · 📥 68K · 📋 470 - 19% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/facebookresearch/AugLy) (👨‍💻 38 · 🔀 300 · 📦 180 · 📋 80 - 30% open · ⏱️ 28.02.2025): ``` - git clone https://github.com/Project-MONAI/MONAILabel + git clone https://github.com/facebookresearch/AugLy ``` -- [PyPi](https://pypi.org/project/monailabel-weekly) (📥 120 / month · ⏱️ 01.10.2023): +- [PyPi](https://pypi.org/project/augly) (📥 2.6K / month · 📦 4 · ⏱️ 05.12.2023): ``` - pip install monailabel-weekly + pip install augly ```
-
benchmark_VAE (🥉23 · ⭐ 1.6K) - Unifying Variational Autoencoder (VAE) implementations.. Apache-2 +
BioPandas (🥉23 · ⭐ 730 · 💤) - Working with molecular structures in pandas DataFrames. BSD-3 -- [GitHub](https://github.com/clementchadebec/benchmark_VAE) (👨‍💻 15 · 🔀 140 · 📦 17 · 📋 49 - 34% open · ⏱️ 22.10.2023): +- [GitHub](https://github.com/BioPandas/biopandas) (👨‍💻 18 · 🔀 120 · 📦 370 · 📋 60 - 36% open · ⏱️ 01.08.2024): ``` - git clone https://github.com/clementchadebec/benchmark_VAE - ``` -- [PyPi](https://pypi.org/project/pythae) (📥 12K / month · ⏱️ 06.09.2023): - ``` - pip install pythae + git clone https://github.com/rasbt/biopandas ``` -
-
dstack (🥉23 · ⭐ 870) - dstack simplifies training, fine-tuning, and deploying generative AI.. MPL-2.0 - -- [GitHub](https://github.com/dstackai/dstack) (👨‍💻 14 · 🔀 53 · 📦 13 · 📋 430 - 2% open · ⏱️ 06.12.2023): - +- [PyPi](https://pypi.org/project/biopandas) (📥 10K / month · 📦 38 · ⏱️ 01.08.2024): ``` - git clone https://github.com/dstackai/dstack + pip install biopandas ``` -- [PyPi](https://pypi.org/project/dstack) (📥 920 / month · ⏱️ 29.11.2023): +- [Conda](https://anaconda.org/conda-forge/biopandas) (📥 180K · ⏱️ 22.04.2025): ``` - pip install dstack + conda install -c conda-forge biopandas ```
-
AstroML (🥉22 · ⭐ 970 · 💤) - Machine learning, statistics, and data mining for astronomy and.. BSD-2 +
MONAILabel (🥉22 · ⭐ 710) - MONAI Label is an intelligent open source image labeling and.. Apache-2 -- [GitHub](https://github.com/astroML/astroML) (👨‍💻 30 · 🔀 290 · 📋 160 - 39% open · ⏱️ 12.12.2022): +- [GitHub](https://github.com/Project-MONAI/MONAILabel) (👨‍💻 66 · 🔀 220 · 📥 120K · 📋 550 - 25% open · ⏱️ 05.05.2025): ``` - git clone https://github.com/astroML/astroML - ``` -- [PyPi](https://pypi.org/project/astroML) (📥 930 / month · 📦 36 · ⏱️ 01.03.2022): - ``` - pip install astroML + git clone https://github.com/Project-MONAI/MONAILabel ``` -- [Conda](https://anaconda.org/conda-forge/astroml) (📥 42K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/monailabel-weekly) (📥 1.2K / month · ⏱️ 01.10.2023): ``` - conda install -c conda-forge astroml + pip install monailabel-weekly ```
-
BioPandas (🥉22 · ⭐ 650) - Working with molecular structures in pandas DataFrames. BSD-3 +
pykale (🥉22 · ⭐ 460) - Knowledge-Aware machine LEarning (KALE): accessible machine learning.. MIT -- [GitHub](https://github.com/BioPandas/biopandas) (👨‍💻 15 · 🔀 120 · 📦 210 · 📋 56 - 41% open · ⏱️ 19.09.2023): +- [GitHub](https://github.com/pykale/pykale) (👨‍💻 26 · 🔀 66 · 📦 6 · 📋 130 - 8% open · ⏱️ 18.05.2025): ``` - git clone https://github.com/rasbt/biopandas - ``` -- [PyPi](https://pypi.org/project/biopandas) (📥 86K / month · 📦 23 · ⏱️ 28.08.2023): - ``` - pip install biopandas + git clone https://github.com/pykale/pykale ``` -- [Conda](https://anaconda.org/conda-forge/biopandas) (📥 150K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/pykale) (📥 240 / month · ⏱️ 12.04.2022): ``` - conda install -c conda-forge biopandas + pip install pykale ```
-
pykale (🥉21 · ⭐ 410) - 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) (👨‍💻 22 · 🔀 60 · 📦 1 · 📋 120 - 7% open · ⏱️ 01.12.2023): +- [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) (📥 95 / month · ⏱️ 12.04.2022): +- [PyPi](https://pypi.org/project/suod) (📥 14K / month · 📦 9 · ⏱️ 24.03.2025): ``` - pip install pykale + pip install suod ```
-
rrcf (🥉19 · ⭐ 460) - Implementation of the Robust Random Cut Forest algorithm for anomaly detection.. MIT +
benchmark_VAE (🥉20 · ⭐ 1.9K · 💤) - Unifying Variational Autoencoder (VAE).. Apache-2 -- [GitHub](https://github.com/kLabUM/rrcf) (👨‍💻 7 · 🔀 100 · 📦 57 · 📋 47 - 57% open · ⏱️ 12.08.2023): +- [GitHub](https://github.com/clementchadebec/benchmark_VAE) (👨‍💻 18 · 🔀 170 · 📦 40 · 📋 71 - 36% open · ⏱️ 17.07.2024): ``` - git clone https://github.com/kLabUM/rrcf + git clone https://github.com/clementchadebec/benchmark_VAE ``` -- [PyPi](https://pypi.org/project/rrcf) (📥 3.2K / month · 📦 8 · ⏱️ 30.04.2023): +- [PyPi](https://pypi.org/project/pythae) (📥 660 / month · ⏱️ 06.09.2023): ``` - pip install rrcf + pip install pythae ```
-
pymdp (🥉17 · ⭐ 330) - A Python implementation of active inference for Markov Decision Processes. MIT +
pymdp (🥉20 · ⭐ 530) - A Python implementation of active inference for Markov Decision Processes. MIT -- [GitHub](https://github.com/infer-actively/pymdp) (👨‍💻 14 · 🔀 54 · 📦 8 · 📋 37 - 32% open · ⏱️ 19.08.2023): +- [GitHub](https://github.com/infer-actively/pymdp) (👨‍💻 19 · 🔀 100 · 📦 24 · 📋 56 - 48% open · ⏱️ 06.02.2025): ``` git clone https://github.com/infer-actively/pymdp ``` -- [PyPi](https://pypi.org/project/inferactively-pymdp) (📥 120 / month · ⏱️ 08.12.2022): +- [PyPi](https://pypi.org/project/inferactively-pymdp) (📥 10K / month · ⏱️ 08.12.2022): ``` pip install inferactively-pymdp ```
-
NeuralCompression (🥉16 · ⭐ 420) - 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) (👨‍💻 9 · 🔀 40 · 📋 66 - 4% open · ⏱️ 08.11.2023): +- [GitHub](https://github.com/facebookresearch/NeuralCompression) (👨‍💻 10 · 🔀 45 · 📋 73 - 9% open · ⏱️ 20.09.2024): ``` git clone https://github.com/facebookresearch/NeuralCompression ``` -- [PyPi](https://pypi.org/project/neuralcompression) (📥 140 / month · ⏱️ 03.10.2023): +- [PyPi](https://pypi.org/project/neuralcompression) (📥 160 / month · ⏱️ 03.10.2023): ``` pip install neuralcompression ```
-
KD-Lib (🥉15 · ⭐ 550 · 💤) - A Pytorch Knowledge Distillation library for benchmarking and.. MIT - -- [GitHub](https://github.com/SforAiDl/KD_Lib) (👨‍💻 6 · 🔀 50 · 📋 67 - 26% open · ⏱️ 01.03.2023): - - ``` - git clone https://github.com/SforAiDl/KD_Lib - ``` -- [PyPi](https://pypi.org/project/KD-Lib) (📥 67 / month · ⏱️ 18.05.2022): - ``` - pip install KD-Lib - ``` -
-
Show 17 hidden projects... - -- cleanlab (🥈30 · ⭐ 7.3K) - The standard data-centric AI package for data quality and machine.. ❗️AGPL-3.0 -- Cython BLIS (🥈30 · ⭐ 200) - Fast matrix-multiplication as a self-contained Python library no.. BSD-3 -- pyclustering (🥈29 · ⭐ 1.1K · 💀) - pyclustering is a Python, C++ data mining library. BSD-3 -- minisom (🥉27 · ⭐ 1.3K) - MiniSom is a minimalistic implementation of the Self Organizing.. ❗️CC-BY-3.0 -- metricflow (🥉25 · ⭐ 990) - MetricFlow allows you to define, build, and maintain metrics.. ❗Unlicensed -- findspark (🥉24 · ⭐ 500 · 💀) - Find pyspark to make it importable. BSD-3 -- mlens (🥉23 · ⭐ 810 · 💀) - ML-Ensemble high performance ensemble learning. MIT -- opyrator (🥉22 · ⭐ 3K · 💀) - Turns your machine learning code into microservices with web API,.. MIT -- vecstack (🥉22 · ⭐ 680 · 💀) - Python package for stacking (machine learning technique). MIT -- apricot (🥉22 · ⭐ 480 · 💀) - apricot implements submodular optimization for the purpose of.. MIT -- StreamAlert (🥉21 · ⭐ 2.8K · 💀) - StreamAlert is a serverless, realtime data analysis.. Apache-2 -- impyute (🥉21 · ⭐ 340 · 💀) - Data imputations library to preprocess datasets with missing data. MIT -- scikit-rebate (🥉20 · ⭐ 390 · 💀) - A scikit-learn-compatible Python implementation of.. MIT +
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 +- findspark (🥉25 · ⭐ 520 · 💀) - Find pyspark to make it importable. BSD-3 +- pandas-ai (🥉24 · ⭐ 20K) - Chat with your database or your datalake (SQL, CSV, parquet)... ❗Unlicensed +- Mars (🥉24 · ⭐ 2.7K · 💀) - Mars is a tensor-based unified framework for large-scale data.. Apache-2 +- AstroML (🥉23 · ⭐ 1.1K · 💀) - Machine learning, statistics, and data mining for astronomy.. BSD-2 +- opyrator (🥉22 · ⭐ 3.1K · 💀) - Turns your machine learning code into microservices with web API,.. MIT +- mlens (🥉22 · ⭐ 860 · 💀) - ML-Ensemble high performance ensemble learning. MIT +- vecstack (🥉22 · ⭐ 690 · 💀) - Python package for stacking (machine learning technique). 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 · ⭐ 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 -- pandas-ml (🥉18 · ⭐ 310 · 💀) - pandas, scikit-learn, xgboost and seaborn integration. BSD-3 -- traingenerator (🥉13 · ⭐ 1.3K · 💀) - A web app to generate template code for machine learning. MIT -- nylon (🥉12 · ⭐ 84 · 💀) - An intelligent, flexible grammar of machine learning. MIT +- pandas-ml (🥉16 · ⭐ 320 · 💀) - pandas, scikit-learn, xgboost and seaborn integration. BSD-3 +- KD-Lib (🥉15 · ⭐ 630 · 💀) - A Pytorch Knowledge Distillation library for benchmarking and.. MIT +- traingenerator (🥉13 · ⭐ 1.4K · 💀) - A web app to generate template code for machine learning. MIT +- nylon (🥉13 · ⭐ 83 · 💀) - An intelligent, flexible grammar of machine learning. MIT
--- diff --git a/history/2023-12-14_changes.md b/history/2023-12-14_changes.md new file mode 100644 index 00000000..cb2db392 --- /dev/null +++ b/history/2023-12-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._ + +- StatsModels (🥈44 · ⭐ 9.1K · 📈) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 +- sentence-transformers (🥇38 · ⭐ 13K · 📈) - Multilingual Sentence & Image Embeddings with BERT. Apache-2 +- deepface (🥈35 · ⭐ 8.5K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT +- NiBabel (🥈35 · ⭐ 600 · 📈) - Python package to access a cacophony of neuro-imaging file formats. MIT +- DeepSpeech (🥈34 · ⭐ 24K · 💀) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 +- ClearML (🥈34 · ⭐ 4.9K · 📈) - ClearML - Auto-Magical CI/CD to streamline your ML workflow... Apache-2 +- PML (🥇33 · ⭐ 5.6K · 📈) - The easiest way to use deep metric learning in your application... MIT +- python-soundfile (🥈30 · ⭐ 610 · 📈) - SoundFile is an audio library based on libsndfile, CFFI,.. BSD-3 +- AutoViz (🥉29 · ⭐ 1.5K · 📈) - Automatically Visualize any dataset, any size with a single line.. Apache-2 +- PyStan (🥉29 · ⭐ 290 · 📈) - PyStan, a Python interface to Stan, a platform for statistical.. ISC + +## 📉 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 (🥈38 · ⭐ 37K · 📉) - Apache Spark Python API. Apache-2 +- PyFlink (🥈34 · ⭐ 22K · 📉) - Apache Flink Python API. Apache-2 +- HoloViews (🥈31 · ⭐ 2.5K · 📉) - With Holoviews, your data visualizes itself. BSD-3 +- UMAP (🥉28 · ⭐ 6.6K · 📉) - Uniform Manifold Approximation and Projection. BSD-3 +- Tesseract (🥈28 · ⭐ 5.2K · 📉) - Python-tesseract is an optical character recognition (OCR).. Apache-2 +- ftfy (🥈28 · ⭐ 3.6K · 📉) - Fixes mojibake and other glitches in Unicode text, after the fact. ❗Unlicensed +- langid (🥉24 · ⭐ 2.2K · 💀) - Stand-alone language identification system. ❗Unlicensed +- DeepMatcher (🥉17 · ⭐ 510 · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 +- sklearn-evaluation (🥉9 · ⭐ 2 · 💤) - Machine learning model evaluation made easy: plots,.. MIT +- CometML (🥉5 · 📉) - ❗Unlicensed + diff --git a/history/2023-12-14_projects.csv b/history/2023-12-14_projects.csv new file mode 100644 index 00000000..7c7146a3 --- /dev/null +++ b/history/2023-12-14_projects.csv @@ -0,0 +1,917 @@ +,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_monthly_downloads,trending,helm_id,npm_latest_release_published_at,npm_dependent_project_count,brew_id,apt_id,yum_id,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,2023-11-30 18:08:27.000000,2023-10-23 18:26:19,1535.0,19.0,615.0,111.0,304.0,45.0,132.0,4239.0,Benchmarks of approximate nearest neighbor libraries in Python.,98.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,2023-12-07 16:55:28.000000,2023-12-07 16:55:27,290.0,23.0,153.0,52.0,173.0,1.0,2.0,2076.0,Collection of web-scraping and crawling libraries.,13.0,0,True,2023-12-07 16:55:34.000,2023.12.07,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,2023-12-14 13:34:40.000000,2023-12-07 16:29:30,307.0,25.0,222.0,87.0,174.0,4.0,4.0,3249.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2023-12-07 16:29:35.000,2023.12.07,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,2023-12-14 13:34:40.000000,2023-12-07 16:29:30,307.0,25.0,222.0,87.0,174.0,4.0,4.0,3249.0,Collection of database clients for python.,12.0,0,True,2023-12-07 16:29:35.000,2023.12.07,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,2023-12-14 13:34:40.000000,2023-12-07 16:29:30,307.0,25.0,222.0,87.0,174.0,4.0,4.0,3249.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2023-12-07 16:29:35.000,2023.12.07,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,2023-12-14 13:34:40.000000,2023-12-07 16:29:30,307.0,25.0,222.0,87.0,174.0,4.0,4.0,3249.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2023-12-07 16:29:35.000,2023.12.07,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,2023-12-14 13:49:01.879192,2023-12-14 13:34:17,157299.0,3472.0,89218.0,7665.0,23564.0,2109.0,36527.0,181662.0,An Open Source Machine Learning Framework for Everyone.,4509.0,54,True,2023-11-14 19:04:31.000,2.15.0,189.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],342742.0,327371.0,https://pypi.org/project/tensorflow,2023-12-05 22:50:47.000,15371.0,17347866.0,18528429.0,https://anaconda.org/conda-forge/tensorflow,2023-11-14 01:21:42.350,4438220.0,https://hub.docker.com/r/tensorflow/tensorflow,2023-12-14 13:49:01.879192,2241.0,75377680.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,2023-12-14 14:06:04.000000,2023-12-14 12:54:22,67430.0,3336.0,20103.0,1679.0,77015.0,13128.0,26282.0,73556.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4531.0,54,True,2023-11-15 22:59:33.000,2.1.1,47.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],371929.0,360199.0,https://pypi.org/project/torch,2023-11-15 16:42:26.000,11730.0,15922264.0,16653867.0,https://anaconda.org/pytorch/pytorch,2023-11-14 20:37:38.204,19744140.0,,,,,1.0,29537.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,2023-12-14 12:59:46.000000,2023-12-13 17:29:51,30745.0,309.0,24776.0,2145.0,16476.0,2264.0,8950.0,56700.0,scikit-learn: machine learning in Python.,3026.0,52,True,2023-10-25 08:23:32.000,1.3.2,73.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],690092.0,659555.0,https://pypi.org/project/scikit-learn,2023-10-23 13:46:30.000,30537.0,44826945.0,45425454.0,https://anaconda.org/conda-forge/scikit-learn,2023-12-07 07:24:39.171,25735498.0,,,,,1.0,924.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,2023-12-14 14:14:39.000000,2023-12-14 13:56:03,14737.0,748.0,22243.0,1072.0,14161.0,686.0,12844.0,117080.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2309.0,50,True,2023-12-14 06:57:27.000,4.36.1,100.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",121738.0,121738.0,https://pypi.org/project/transformers,,,18642119.0,18677839.0,https://anaconda.org/conda-forge/transformers,2023-12-13 09:02:02.409,1464525.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2023-12-14 11:20:27.000000,2023-12-14 07:43:31,49248.0,761.0,7111.0,591.0,17523.0,1172.0,8794.0,18564.0,matplotlib: plotting with Python.,1633.0,48,True,2023-11-18 01:36:36.000,3.7.4,80.0,matplotlib,conda-forge/matplotlib,,,,1031464.0,1031464.0,https://pypi.org/project/matplotlib,,,46734655.0,47244389.0,https://anaconda.org/conda-forge/matplotlib,2023-11-20 21:33:42.497,21408842.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +11,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,2023-12-14 06:20:48.000000,2023-12-13 20:47:04,10170.0,546.0,19499.0,1910.0,6816.0,134.0,11331.0,60013.0,Deep Learning for humans.,1263.0,47,True,2023-12-12 17:31:31.000,2.15.0,87.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],719.0,21.0,https://pypi.org/project/keras,2023-12-06 21:13:04.000,698.0,13506715.0,13586226.0,https://anaconda.org/conda-forge/keras,2023-11-15 08:53:46.597,3339482.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +12,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2023-12-14 14:35:59.000000,2023-12-14 13:04:15,31236.0,361.0,4929.0,348.0,10118.0,1719.0,8103.0,11979.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1560.0,47,True,2023-11-18 21:48:38.000,1.11.4,98.0,scipy,conda-forge/scipy,,,,65475.0,21.0,https://pypi.org/project/scipy,2023-11-18 21:01:18.000,65454.0,69360543.0,70557429.0,https://anaconda.org/conda-forge/scipy,2023-11-24 10:16:45.681,44141885.0,,,,,1.0,390173.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,2023-12-14 12:10:49.000000,2023-12-14 07:34:33,16701.0,460.0,2108.0,224.0,4507.0,101.0,2887.0,11331.0,Python Imaging Library (Fork).,455.0,47,True,2023-10-15 13:05:17.000,10.1.0,95.0,Pillow,conda-forge/pillow,,,,1527345.0,1460005.0,https://pypi.org/project/Pillow,2023-10-15 13:01:25.000,67340.0,74379404.0,75238085.0,https://anaconda.org/conda-forge/pillow,2023-10-16 03:42:18.439,35205938.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +14,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2023-12-14 10:03:44.000000,2023-12-13 18:00:16,56756.0,664.0,4134.0,290.0,12812.0,4885.0,8581.0,11630.0,A computer algebra system written in pure Python.,1263.0,46,True,2023-05-10 18:09:23.000,sympy-1.12,50.0,sympy,conda-forge/sympy,,,,103990.0,99178.0,https://pypi.org/project/sympy,2023-05-10 18:24:09.226,4812.0,10380933.0,10437734.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,4786153.0,,,,,1.0,525772.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,2023-12-14 14:10:26.000000,2023-12-14 14:10:26,20162.0,1000.0,4976.0,466.0,25498.0,3507.0,13019.0,29021.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,949.0,45,True,2023-12-04 20:55:26.000,2.7.2,95.0,ray,conda-forge/ray-tune,,,,13197.0,12754.0,https://pypi.org/project/ray,2023-12-04 20:55:26.000,443.0,2668777.0,2673706.0,https://anaconda.org/conda-forge/ray-tune,2023-12-05 13:59:54.326,177417.0,,,,,1.0,143.0,,,,,,,,,,,,,,,,,, +16,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2023-12-13 08:27:45.000000,2023-12-12 09:19:57,16080.0,65.0,4233.0,557.0,3927.0,93.0,5441.0,27790.0,Industrial-strength Natural Language Processing (NLP) in Python.,745.0,45,True,2023-10-16 16:11:22.000,3.7.2,226.0,spacy,conda-forge/spacy,,,,79010.0,76102.0,https://pypi.org/project/spacy,2023-10-16 16:09:47.000,2908.0,6972038.0,7050580.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3298797.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +17,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2023-12-14 13:53:54.000000,2023-12-14 07:39:08,18636.0,1210.0,2322.0,321.0,11872.0,1201.0,3565.0,25984.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",607.0,45,True,2023-12-14 07:26:26.000,jax-v0.4.23,93.0,jax,conda-forge/jaxlib,,,,20152.0,20152.0,https://pypi.org/project/jax,,,4301057.0,4324999.0,https://anaconda.org/conda-forge/jaxlib,2023-10-25 14:41:56.031,1005591.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +18,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,2023-12-14 14:15:31.000000,2023-12-14 13:59:45,10001.0,314.0,3017.0,244.0,9764.0,644.0,5983.0,25390.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",916.0,45,True,2023-11-15 20:56:33.000,2.1.2,105.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],27029.0,27029.0,https://pypi.org/project/pytorch-lightning,,,4743980.0,4768752.0,https://anaconda.org/conda-forge/pytorch-lightning,2023-12-12 11:23:27.572,1022930.0,,,,,1.0,13761.0,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +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,2023-12-14 13:44:54.000000,2023-12-14 12:01:52,45463.0,1767.0,5188.0,726.0,42243.0,1053.0,16512.0,21145.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1146.0,45,True,2023-07-25 11:09:59.000,2.5.0,60.0,paddlepaddle,,,,['paddle'],4392.0,4392.0,https://pypi.org/project/paddlepaddle,,,190222.0,190396.0,,,,,,,,1.0,15368.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,2023-12-14 12:30:43.000000,2023-12-13 05:42:42,20329.0,119.0,4196.0,444.0,5920.0,769.0,6777.0,18397.0,"Interactive Data Visualization in the browser, from Python.",679.0,45,True,2023-12-01 19:01:10.000,3.3.2,187.0,bokeh,conda-forge/bokeh,,,,84306.0,80520.0,https://pypi.org/project/bokeh,2023-12-01 19:01:10.000,3786.0,3960863.0,4274966.0,https://anaconda.org/conda-forge/bokeh,2023-12-01 23:42:13.932,13192335.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +21,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,2023-12-14 10:28:37.000000,2023-12-14 10:28:37,6676.0,124.0,8688.0,913.0,4869.0,399.0,4669.0,25084.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",630.0,44,True,2023-11-13 00:33:35.000,2.0.2,79.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,76518.0,74745.0,https://pypi.org/project/xgboost,2023-11-13 00:33:35.000,1773.0,11187699.0,11296297.0,https://anaconda.org/conda-forge/xgboost,2023-11-17 02:03:43.585,4449825.0,,,,,2.0,7800.0,,,,,,,,,,,,,,,,,, +22,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,2023-12-14 14:02:29.000000,2023-12-14 14:02:29,5147.0,499.0,3742.0,291.0,7156.0,1297.0,2282.0,16044.0,Open source platform for the machine learning lifecycle.,682.0,44,True,2023-12-14 05:30:49.000,2.9.2,87.0,mlflow,conda-forge/mlflow,,,,27840.0,27323.0,https://pypi.org/project/mlflow,2023-12-14 05:30:49.000,517.0,14747589.0,14787476.0,https://anaconda.org/conda-forge/mlflow,2023-12-07 15:14:29.220,1675262.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,2023-12-08 03:14:20.000000,2023-11-30 20:53:28,6255.0,51.0,2391.0,281.0,1577.0,1397.0,1367.0,14554.0,The interactive graphing library for Python This project now includes Plotly Express!.,252.0,44,True,2023-10-25 19:52:56.000,5.18.0,97.0,plotly,conda-forge/plotly,,,,224018.0,224018.0,https://pypi.org/project/plotly,,,11853965.0,12024493.0,https://anaconda.org/conda-forge/plotly,2023-10-25 22:33:48.925,5113870.0,,,,,1.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,51601.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,2023-12-14 09:50:49.000000,2023-12-13 18:44:23,15170.0,65.0,2602.0,278.0,3823.0,2543.0,2722.0,9116.0,Statsmodels: statistical modeling and econometrics in Python.,419.0,44,True,2023-05-05 10:52:12.000,0.14.0,25.0,statsmodels,conda-forge/statsmodels,,,,109852.0,109852.0,https://pypi.org/project/statsmodels,,,11629587.0,11914623.0,https://anaconda.org/conda-forge/statsmodels,2023-12-11 18:05:29.839,11971544.0,,,,,2.0,30.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,2023-12-14 14:32:34.000000,2023-12-13 22:48:39,6030.0,375.0,1754.0,144.0,3038.0,440.0,2939.0,24774.0,"Wrap UIs around any model, share with anyone.",235.0,43,True,2023-12-13 02:37:44.000,4.9.0,535.0,gradio,,,,,19112.0,18873.0,https://pypi.org/project/gradio,2023-12-13 02:37:44.000,239.0,3829127.0,3829127.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +26,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,2023-12-14 08:55:43.000000,2023-12-14 05:18:20,2608.0,93.0,3611.0,440.0,3039.0,307.0,2299.0,16049.0,Open standard for machine learning interoperability.,300.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,,22333.0,21688.0,https://pypi.org/project/onnx,2023-10-26 18:30:51.000,645.0,4297800.0,4319275.0,https://anaconda.org/conda-forge/onnx,2023-11-07 18:53:33.533,890854.0,,,,,1.0,19627.0,,,,,,,,,,,,,,,,,, +27,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2023-12-14 06:15:27.000000,2023-12-14 03:35:46,3391.0,46.0,3786.0,439.0,3040.0,340.0,2876.0,15734.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",291.0,43,True,2023-09-12 02:08:33.000,4.1.0,34.0,lightgbm,conda-forge/lightgbm,,,,28718.0,27866.0,https://pypi.org/project/lightgbm,2023-09-12 02:08:33.000,852.0,6825909.0,6883248.0,https://anaconda.org/conda-forge/lightgbm,2023-10-25 14:14:10.430,2134514.0,,,,,2.0,208655.0,,,,,,,,,,,,,,,,,, +28,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2023-11-29 14:59:13.000000,2023-11-09 20:19:22,14452.0,7.0,2781.0,467.0,1435.0,267.0,1493.0,12590.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,444.0,43,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,250662.0,237892.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,12770.0,13413590.0,13440510.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2369012.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,2023-12-14 14:02:32.000000,2023-12-14 11:33:38,7943.0,76.0,1662.0,212.0,5553.0,1029.0,4057.0,11617.0,Parallel computing with task scheduling.,591.0,43,True,2023-12-01 23:25:41.000,2023.12.0,185.0,dask,conda-forge/dask,,,,58491.0,55415.0,https://pypi.org/project/dask,2023-12-01 23:25:41.000,3076.0,6774493.0,7020320.0,https://anaconda.org/conda-forge/dask,2023-12-02 01:29:12.432,10570588.0,,,,,1.0,,,,,,,stable/dask,,,,,,,,,,,, +30,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,2023-12-12 12:21:00.000000,2023-12-12 12:21:00,3213.0,38.0,1744.0,259.0,1074.0,114.0,2327.0,11468.0,Statistical data visualization in Python.,208.0,43,True,2023-09-29 19:01:44.000,0.13.0,35.0,seaborn,conda-forge/seaborn,,,,336980.0,336980.0,https://pypi.org/project/seaborn,,,12939782.0,13127179.0,https://anaconda.org/conda-forge/seaborn,2023-10-02 16:03:37.621,7870591.0,,,,,1.0,337.0,,,,,,,,,,,,,,,,,, +31,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,2023-12-13 20:52:29.000000,2023-12-12 21:26:20,5732.0,78.0,1628.0,195.0,4874.0,643.0,1218.0,6431.0,TensorFlows Visualization Toolkit.,311.0,43,True,2023-11-02 20:49:50.000,2.15.1,56.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],207204.0,204313.0,https://pypi.org/project/tensorboard,2023-11-02 20:49:50.000,2891.0,22073711.0,22179561.0,https://anaconda.org/conda-forge/tensorboard,2023-11-03 15:31:12.158,4445741.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +32,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2023-12-14 12:47:40.000000,2023-12-14 11:11:53,3755.0,77.0,6818.0,396.0,5109.0,945.0,2286.0,14889.0,"Datasets, Transforms and Models specific to Computer Vision.",561.0,42,True,2023-11-15 22:18:12.000,0.16.1,39.0,torchvision,conda-forge/torchvision,,,['pytorch'],4889.0,21.0,https://pypi.org/project/torchvision,2023-11-15 16:45:49.000,4868.0,10246728.0,10275698.0,https://anaconda.org/conda-forge/torchvision,2023-12-13 18:56:48.112,941751.0,,,,,1.0,34652.0,,,,,,,,,,,,,,,,,, +33,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,,2010-09-06 00:53:44.000,2023-12-14 14:11:56.000000,2023-12-13 17:54:59,7529.0,142.0,2985.0,275.0,3570.0,179.0,2919.0,13631.0,Network Analysis in Python.,698.0,42,False,2023-10-28 09:53:23.000,networkx-3.2.1,54.0,networkx,conda-forge/networkx,,,,207880.0,207880.0,https://pypi.org/project/networkx,,,35696411.0,36054507.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14323849.0,,,,,1.0,65.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,2023-12-14 13:07:26.000000,2023-12-12 15:59:09,4593.0,84.0,2054.0,1694.0,4432.0,282.0,2567.0,11395.0,WebGL2 powered visualization framework.,241.0,42,True,2023-12-05 13:38:21.826,8.9.33,624.0,pydeck,conda-forge/pydeck,,,['jupyter'],7414.0,6881.0,https://pypi.org/project/pydeck,2023-04-15 06:29:01.705,52.0,2013745.0,2457721.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,465840.0,,,,,1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,433850.0,,,2023-12-05 13:38:21.826,481.0,,,,,,,,,, +35,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2023-12-14 00:25:05.000000,2023-12-12 15:18:44,3608.0,43.0,706.0,143.0,1308.0,156.0,1723.0,8596.0,Declarative statistical visualization library for Python.,159.0,42,True,2023-11-28 06:23:39.000,5.2.0,27.0,altair,conda-forge/altair,,,,93649.0,93649.0,https://pypi.org/project/altair,,,15738999.0,15826820.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2107681.0,,,,,1.0,92.0,,,,,,,,,,,,,,,,,, +36,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,2023-12-13 22:50:05.000000,2023-12-13 22:03:14,13786.0,97.0,2214.0,186.0,4324.0,742.0,2032.0,5703.0,Image processing in Python.,643.0,42,False,2023-10-03 21:36:37.000,0.22.0,59.0,scikit-image,conda-forge/scikit-image,,,,174010.0,163629.0,https://pypi.org/project/scikit-image,2023-10-03 21:35:27.000,10381.0,10407612.0,10546748.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,5843742.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +37,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2023-10-22 22:49:37.000000,2023-01-30 18:15:21,1757.0,,8561.0,1064.0,1449.0,74.0,1716.0,33254.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,41,True,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,51042.0,48356.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2686.0,828556.0,834462.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,259881.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +38,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2023-12-14 13:53:34.000000,2023-12-14 00:57:54,5980.0,220.0,2601.0,300.0,3968.0,692.0,3088.0,29000.0,Streamlit A faster way to build and share data apps.,211.0,41,True,2023-11-30 20:05:51.000,1.29.0,212.0,streamlit,,,,,1261.0,,https://pypi.org/project/streamlit,2023-11-30 20:05:42.000,1261.0,3159065.0,3159065.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,2023-12-14 07:38:11.000000,2023-12-11 20:17:19,2112.0,94.0,4412.0,306.0,429.0,67.0,754.0,28010.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",125.0,41,True,2023-11-24 19:09:08.000,0.9.12,55.0,timm,conda-forge/timm,,,['pytorch'],20404.0,20057.0,https://pypi.org/project/timm,2023-11-24 18:56:31.000,347.0,3509070.0,3619646.0,https://anaconda.org/conda-forge/timm,2023-11-25 15:42:55.281,115335.0,,,,,1.0,5927000.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,2023-12-14 14:10:21.000000,2023-12-14 12:46:41,18635.0,635.0,2451.0,348.0,18058.0,674.0,9041.0,24647.0,"A cloud-native vector database, storage for next generation AI applications.",259.0,41,True,2023-12-04 09:02:10.000,2.3.4,100.0,pymilvus,,milvusdb/milvus,,,76.0,,https://pypi.org/project/pymilvus,2023-12-04 09:02:10.000,76.0,502489.0,696535.0,,,,https://hub.docker.com/r/milvusdb/milvus,2023-12-14 11:49:53.397603,38.0,9665986.0,1.0,58724.0,,,,,,,,,,,,,,,,,, +41,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2023-12-12 16:37:22.000000,2023-12-08 12:55:11,2582.0,77.0,2985.0,253.0,781.0,1407.0,954.0,20728.0,A game theoretic approach to explain the output of any machine learning model.,229.0,41,True,2023-12-07 12:14:26.000,0.44.0,51.0,shap,conda-forge/shap,,,,14800.0,14800.0,https://pypi.org/project/shap,,,7392685.0,7454542.0,https://anaconda.org/conda-forge/shap,2023-12-11 22:59:58.514,2226881.0,,,,,1.0,,shap/shap,,,,,,,,,,,,,,,,, +42,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,2023-12-14 10:26:06.000000,2023-12-14 04:04:54,9108.0,124.0,1131.0,136.0,5289.0,518.0,4020.0,12635.0,ML Experiments Management with Git.,289.0,41,True,2023-12-13 11:47:25.000,3.33.4,497.0,dvc,conda-forge/dvc,,,,11242.0,11155.0,https://pypi.org/project/dvc,2023-12-13 11:47:25.000,87.0,819801.0,865156.0,https://anaconda.org/conda-forge/dvc,2023-12-13 14:29:10.363,1739411.0,,,,,1.0,47296.0,,,,,,,,,dvc,dvc,dvc,,,,,,, +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,2023-12-14 07:58:59.000000,2023-12-14 07:17:07,6006.0,206.0,582.0,54.0,3843.0,791.0,2081.0,7590.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,168.0,41,True,2023-12-05 18:58:08.000,0.16.1,266.0,wandb,conda-forge/wandb,,,,35274.0,34606.0,https://pypi.org/project/wandb,2023-12-05 18:51:59.000,668.0,8685875.0,8696429.0,https://anaconda.org/conda-forge/wandb,2023-12-05 22:51:30.208,432727.0,,,,,1.0,,wandb/wandb,,,,,,,,,,,,,,,,, +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,2023-12-14 12:58:17.000000,2023-12-13 17:36:15,1984.0,172.0,3629.0,306.0,2352.0,860.0,1457.0,30136.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",269.0,40,True,2023-12-01 19:34:03.000,0.12.4,79.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],5166.0,5079.0,https://pypi.org/project/deepspeed,2023-12-01 19:34:03.000,87.0,387615.0,387984.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17343.0,1.0,,,,,,,,,,,,,,,,,,, +45,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,2023-12-11 01:18:40.000000,2023-12-02 00:09:58,2731.0,29.0,7453.0,617.0,2211.0,183.0,1582.0,24929.0,The fastai deep learning library.,662.0,40,True,2023-10-15 04:04:44.000,2.7.13,147.0,fastai,,,,['pytorch'],15939.0,15598.0,https://pypi.org/project/fastai,2023-10-15 04:04:44.000,341.0,516220.0,516220.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +46,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2023-12-14 02:26:04.000000,2023-12-01 19:07:19,7083.0,65.0,2018.0,413.0,1006.0,806.0,844.0,19771.0,Data Apps & Dashboards for Python. No JavaScript Required.,142.0,40,True,2023-11-28 00:56:54.000,2.14.2,174.0,dash,conda-forge/dash,,,,57154.0,55711.0,https://pypi.org/project/dash,2023-11-28 00:51:13.000,1443.0,2331749.0,2359410.0,https://anaconda.org/conda-forge/dash,2023-11-28 06:37:33.255,1161782.0,,,,,1.0,14.0,,,,,,,,,,,,,,,,,, +47,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2023-12-14 11:31:03.666779,2023-12-14 11:10:13,8506.0,69.0,2143.0,206.0,4150.0,13.0,1909.0,19447.0,Build multimodal AI applications with cloud-native stack.,176.0,40,True,2023-12-01 09:27:38.000,3.23.1,100.0,jina,conda-forge/jina-core,jinaai/jina,,,1368.0,1368.0,https://pypi.org/project/jina,,,66834.0,96393.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,58478.0,https://hub.docker.com/r/jinaai/jina,2023-12-14 11:31:03.666779,8.0,1260156.0,2.0,,,,,,,,,,,,,,,,,,, +48,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2023-12-11 22:41:10.000000,2023-11-29 14:40:08,32592.0,90.0,4327.0,350.0,6303.0,2.0,6641.0,17336.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",591.0,40,True,2023-12-05 16:10:28.000,3.5.17,100.0,rasa,,,,['tensorflow'],3824.0,3824.0,https://pypi.org/project/rasa,,,149493.0,149493.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +49,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,2023-12-02 15:25:20.000000,2023-10-01 14:51:00,4509.0,3.0,4375.0,433.0,1682.0,375.0,1444.0,14860.0,Topic Modelling for Humans.,449.0,40,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,56673.0,53531.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,3142.0,4026358.0,4062277.0,https://anaconda.org/conda-forge/gensim,2023-08-24 12:30:21.806,1183827.0,,,,,1.0,4553.0,piskvorky/gensim,,,,,,,,,,,,,,,,, +50,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,2023-12-13 19:24:13.000000,2023-12-13 14:01:03,9711.0,76.0,1898.0,229.0,3785.0,249.0,2949.0,7926.0,Bayesian Modeling and Probabilistic Programming in Python.,474.0,40,True,2023-12-13 14:06:59.000,5.10.2,76.0,pymc3,conda-forge/pymc3,,,,2712.0,2463.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,249.0,520309.0,526671.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,545734.0,,,,,1.0,1935.0,,,,,,,,,,,,,,,,,, +51,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,2023-12-14 13:44:24.000000,2023-12-14 10:34:35,5622.0,126.0,705.0,56.0,4850.0,1468.0,2283.0,1503.0,A distributed task scheduler for Dask.,318.0,40,True,2023-12-01 23:25:48.000,2023.12.0,217.0,distributed,conda-forge/distributed,,,,33176.0,31860.0,https://pypi.org/project/distributed,2023-12-01 23:25:48.000,1316.0,3900111.0,4196598.0,https://anaconda.org/conda-forge/distributed,2023-12-02 00:25:08.957,12748944.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +52,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,2023-12-13 15:16:04.000000,2023-10-12 07:43:04,2677.0,25.0,8104.0,376.0,3085.0,1137.0,6587.0,26384.0,OpenMMLab Detection Toolbox and Benchmark.,440.0,39,True,2023-10-12 07:45:00.000,3.2.0,52.0,mmdet,,,,['pytorch'],1983.0,1983.0,https://pypi.org/project/mmdet,,,175067.0,175067.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +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,2023-12-13 03:41:51.000000,2023-12-08 03:28:12,8234.0,14.0,3295.0,480.0,681.0,44.0,2120.0,12461.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,39,False,2023-06-03 20:05:00.841,19.24.2,36.0,dlib,conda-forge/dlib,,,,24555.0,23761.0,https://pypi.org/project/dlib,2023-06-03 20:05:00.841,794.0,167749.0,183184.0,https://anaconda.org/conda-forge/dlib,2023-10-17 10:36:07.545,637872.0,,,,,2.0,25351.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,2023-12-14 00:45:51.000000,2023-12-12 21:16:39,1093.0,50.0,2058.0,233.0,502.0,177.0,1036.0,10826.0,Download market data from Yahoo! Finances API.,96.0,39,True,2023-12-06 19:50:59.000,0.2.33,105.0,yfinance,ranaroussi/yfinance,,,,30949.0,30653.0,https://pypi.org/project/yfinance,2023-12-06 19:50:59.000,296.0,1142738.0,1145596.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,82907.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +55,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2023-12-12 05:28:04.000000,2023-12-08 06:05:15,16829.0,372.0,910.0,121.0,3345.0,81.0,1467.0,9020.0,A hyperparameter optimization framework.,253.0,39,False,2023-12-11 05:05:36.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,11689.0,11227.0,https://pypi.org/project/optuna,2023-12-11 05:05:36.000,462.0,2369557.0,2383440.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,583097.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +56,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,2023-12-14 10:53:10.000000,2023-12-14 10:53:06,47037.0,541.0,1114.0,197.0,374.0,522.0,1645.0,7501.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1188.0,39,True,2023-09-19 20:01:10.000,1.2.2,84.0,catboost,conda-forge/catboost,,,,11.0,11.0,https://pypi.org/project/catboost,,,1973094.0,2014338.0,https://anaconda.org/conda-forge/catboost,2023-09-19 20:23:11.996,1426832.0,,,,,2.0,201116.0,,,,,,,,,,,,,,,,,, +57,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,2023-12-14 10:16:28.000000,2023-12-13 22:08:40,4079.0,197.0,1170.0,104.0,3214.0,730.0,1308.0,7081.0,A unified framework for machine learning with time series.,306.0,39,True,2023-11-06 00:08:12.000,0.24.1,57.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2039.0,1982.0,https://pypi.org/project/sktime,2023-11-06 00:08:12.000,57.0,780422.0,812273.0,https://anaconda.org/conda-forge/sktime-all-extras,2023-11-06 08:49:23.870,923658.0,,,,,1.0,84.0,sktime/sktime,,,,,,,,,,,,,,,,, +58,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,2023-12-07 10:37:58.000000,2023-12-07 07:22:09,1768.0,26.0,2239.0,167.0,792.0,67.0,982.0,6502.0,Python Data. Leaflet.js Maps.,157.0,39,True,2023-12-04 11:12:36.000,0.15.1,30.0,folium,conda-forge/folium,,,,32834.0,32018.0,https://pypi.org/project/folium,2023-12-04 11:12:36.000,816.0,836593.0,907689.0,https://anaconda.org/conda-forge/folium,2023-12-04 11:42:27.248,2488364.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,2023-12-14 14:12:06.000000,2023-12-13 17:31:51,1201.0,109.0,672.0,94.0,1127.0,114.0,1012.0,6163.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",202.0,39,True,2023-12-01 15:24:43.000,0.25.0,38.0,accelerate,conda-forge/accelerate,,,['pytorch'],21058.0,20608.0,https://pypi.org/project/accelerate,2023-12-01 14:33:27.000,450.0,8327629.0,8331148.0,https://anaconda.org/conda-forge/accelerate,2023-12-01 17:19:39.752,91496.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +60,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,2023-12-11 08:35:53.000000,2023-12-11 08:35:50,1836.0,28.0,898.0,106.0,1491.0,463.0,1159.0,3968.0,Python tools for geographic data.,213.0,39,True,2023-11-11 09:30:40.000,0.14.1,50.0,geopandas,conda-forge/geopandas,,,['pandas'],30985.0,29186.0,https://pypi.org/project/geopandas,2023-11-11 09:30:36.000,1799.0,6290301.0,6369544.0,https://anaconda.org/conda-forge/geopandas,2023-11-11 14:20:49.573,3327164.0,,,,,1.0,2277.0,,,,,,,,,,,,,,,,,, +61,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,2023-12-14 13:59:15.000000,2023-12-14 11:20:48,39208.0,1112.0,26360.0,2032.0,44327.0,,,37410.0,Apache Spark Python API.,2987.0,38,True,,,33.0,pyspark,conda-forge/pyspark,,,['spark'],,,https://pypi.org/project/pyspark,,,27351670.0,27421954.0,https://anaconda.org/conda-forge/pyspark,2023-10-04 13:44:45.676,2951963.0,,,,,2.0,,,,,,-7.0,stable/spark,,,,,,,,,,,, +62,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2023-12-14 06:44:33.000000,2023-12-11 03:41:57,6121.0,24.0,6794.0,414.0,2788.0,1063.0,7254.0,35169.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",150.0,38,True,2023-10-18 12:32:48.000,2.7.1,8.0,paddleocr,,,,['paddle'],2056.0,2056.0,https://pypi.org/project/paddleocr,,,105318.0,105318.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +63,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2023-12-13 19:00:20.000000,2023-12-12 17:51:05,933.0,50.0,3132.0,468.0,838.0,380.0,1857.0,25829.0,A library for efficient similarity search and clustering of dense vectors.,148.0,38,True,2023-12-04 09:02:10.000,2.3.4,89.0,pymilvus,conda-forge/faiss,,,,3386.0,3310.0,https://pypi.org/project/pymilvus,2023-12-04 09:02:10.000,76.0,502489.0,525523.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,990502.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +64,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,,6532.0,1074.0,11124.0,1805.0,7763.0,20652.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,38,True,2022-05-10 20:10:05.000,1.9.1,34.0,mxnet,mxnet,,,['mxnet'],6916.0,6916.0,https://pypi.org/project/mxnet,,,324550.0,324986.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10507.0,,,,,2.0,26501.0,apache/mxnet,,,,,,,,,,,,,,,,, +65,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,2023-12-14 14:41:47.000000,2023-12-14 11:58:00,1280.0,72.0,2132.0,129.0,291.0,1029.0,813.0,12625.0,Multilingual Sentence & Image Embeddings with BERT.,127.0,38,True,2022-06-26 19:52:06.000,2.2.2,43.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],20866.0,20273.0,https://pypi.org/project/sentence-transformers,2022-06-26 19:50:11.000,593.0,2978738.0,2983589.0,https://anaconda.org/conda-forge/sentence-transformers,2023-06-16 19:21:44.846,189196.0,,,,,1.0,,,,,,1.0,,,,,,,,,,,,, +66,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2023-12-14 10:08:45.000000,2023-12-14 04:49:42,3704.0,287.0,2827.0,170.0,4263.0,338.0,2141.0,12539.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",282.0,38,True,2023-12-11 09:43:07.000,1.1.3,34.0,dgl,,,,,172.0,172.0,https://pypi.org/project/dgl,,,74661.0,74661.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +67,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,2023-07-01 12:19:02.000000,2022-12-20 16:49:55,28132.0,,2511.0,543.0,4118.0,685.0,2088.0,9817.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,17394.0,14556.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,2838.0,361748.0,388556.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2385927.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +68,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2023-12-14 13:42:12.000000,2023-12-14 04:45:33,1546.0,264.0,946.0,167.0,1749.0,379.0,556.0,9138.0,Development repository for the Triton language and compiler.,195.0,38,True,2023-09-01 07:26:13.000,2.1.0,191.0,triton,,,,,96.0,21.0,https://pypi.org/project/triton,2023-09-01 07:26:13.000,75.0,7263302.0,7263302.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +69,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2023-12-14 11:52:55.000000,2023-12-14 11:52:54,2616.0,85.0,882.0,127.0,1709.0,230.0,601.0,8918.0,Geometric Computer Vision Library for AI.,244.0,38,True,2023-08-02 09:57:58.000,0.7.0,36.0,kornia,conda-forge/kornia,,,['pytorch'],7534.0,7534.0,https://pypi.org/project/kornia,,,2025907.0,2028970.0,https://anaconda.org/conda-forge/kornia,2023-08-04 20:43:55.693,109789.0,,,,,1.0,878.0,,,,,,,,,,,,,,,,,, +70,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,2023-12-13 21:48:57.000000,2023-12-12 23:10:21,4036.0,241.0,538.0,84.0,2097.0,96.0,671.0,5007.0,Flax is a neural network library for JAX that is designed for flexibility.,212.0,38,True,2023-10-28 02:07:21.000,0.7.5,36.0,flax,conda-forge/flax,,,['jax'],5325.0,5325.0,https://pypi.org/project/flax,,,2414343.0,2415496.0,https://anaconda.org/conda-forge/flax,2023-11-09 02:38:30.298,38029.0,,,,,2.0,50.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,2023-12-14 11:06:51.000000,2023-12-14 11:06:43,6114.0,110.0,1493.0,111.0,4076.0,647.0,701.0,4068.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",301.0,38,True,2023-09-08 09:07:53.000,4.9.3,36.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],15729.0,15515.0,https://pypi.org/project/tensorflow-datasets,2023-09-08 09:07:47.000,214.0,1748813.0,1749634.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,25458.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +72,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,2023-12-12 08:21:14.000000,2023-12-12 08:21:10,2229.0,23.0,543.0,88.0,771.0,229.0,894.0,3517.0,Manipulation and analysis of geometric objects.,149.0,38,True,2023-10-12 20:37:19.000,2.0.2,121.0,shapely,conda-forge/shapely,,,,59225.0,58007.0,https://pypi.org/project/shapely,2023-10-12 20:37:19.000,1218.0,16392354.0,16610787.0,https://anaconda.org/conda-forge/shapely,2023-11-23 18:52:59.047,8733010.0,,,,,2.0,2827.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,2023-12-14 14:11:53.000000,2023-12-13 18:08:17,17773.0,176.0,1294.0,85.0,7627.0,471.0,4208.0,2417.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,359.0,38,True,2023-11-20 20:29:52.000,1.6.0,76.0,mne,conda-forge/mne,,,,3570.0,3284.0,https://pypi.org/project/mne,2023-11-20 20:29:52.000,286.0,93022.0,100965.0,https://anaconda.org/conda-forge/mne,2023-11-20 22:22:01.653,341589.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +74,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,2023-12-14 08:56:03.000000,2023-12-14 06:10:04,3414.0,156.0,1093.0,135.0,2758.0,461.0,953.0,1973.0,A library for training and deploying machine learning models on Amazon SageMaker.,412.0,38,True,2023-12-13 18:40:51.000,2.200.0,555.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3444.0,3354.0,https://pypi.org/project/sagemaker,2023-12-13 18:40:51.000,90.0,41218720.0,41236168.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2023-11-27 10:45:24.319,697943.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +75,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2023-12-14 13:11:16.787000,2023-12-11 02:26:35,1519.0,17.0,270.0,32.0,475.0,93.0,486.0,1351.0,Python library for reading and writing image data.,109.0,38,True,2023-12-11 02:26:46.000,2.33.1,89.0,imageio,conda-forge/imageio,,,,113205.0,110127.0,https://pypi.org/project/imageio,2023-12-11 02:26:42.000,3078.0,18003681.0,18148577.0,https://anaconda.org/conda-forge/imageio,2023-12-14 13:11:16.787,5940136.0,,,,,1.0,938.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,2023-11-27 07:34:13.000000,2023-08-21 03:59:26,1627.0,,2814.0,379.0,456.0,3.0,1804.0,14087.0,Python Echarts Plotting Library.,39.0,37,True,2023-08-21 08:24:32.000,2.0.4,72.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],3915.0,3666.0,https://pypi.org/project/pyecharts,2023-08-21 03:40:32.000,249.0,149220.0,149220.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +77,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,,2018-06-11 11:04:18.000,2023-12-13 13:18:27.000000,2023-12-13 04:21:26,5772.0,97.0,1708.0,205.0,1165.0,47.0,2172.0,13301.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,250.0,37,False,2023-10-28 12:19:55.000,0.13.0,24.0,flair,conda-forge/python-flair,,,['pytorch'],2923.0,2923.0,https://pypi.org/project/flair,,,149054.0,149589.0,https://anaconda.org/conda-forge/python-flair,2023-07-23 11:04:16.024,21970.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,2023-12-09 06:33:33.000000,2023-12-07 15:41:47,1366.0,36.0,1553.0,151.0,739.0,195.0,551.0,11555.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,117.0,37,True,2023-12-05 15:38:30.000,4.6.3,54.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2024.0,2024.0,https://pypi.org/project/pandas-profiling,,,660560.0,665251.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,412893.0,,,,,2.0,21.0,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +79,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2023-12-06 16:53:51.000000,2023-07-11 16:23:35,1095.0,,1392.0,251.0,653.0,367.0,1021.0,11210.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,14.0,moviepy,conda-forge/moviepy,,,,31879.0,31879.0,https://pypi.org/project/moviepy,,,711838.0,714682.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,219000.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +80,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2023-12-10 09:12:22.000000,2023-12-09 22:21:42,5071.0,113.0,1687.0,128.0,968.0,309.0,1899.0,8012.0,"An open-source, low-code machine learning library in Python.",131.0,37,True,2023-11-12 21:46:01.000,3.2.0,95.0,pycaret,conda-forge/pycaret,,,,4869.0,4853.0,https://pypi.org/project/pycaret,2023-11-12 21:44:47.000,16.0,297901.0,298947.0,https://anaconda.org/conda-forge/pycaret,2023-11-16 02:21:22.926,41204.0,,,,,2.0,677.0,,,,,,,,,,,,,,,,,, +81,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2023-12-13 18:11:28.000000,2023-12-09 11:14:54,1746.0,14.0,648.0,120.0,546.0,272.0,588.0,7923.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,82.0,37,True,2023-11-14 19:06:30.000,0.15.0,81.0,tokenizers,conda-forge/tokenizers,,,,52572.0,52572.0,https://pypi.org/project/tokenizers,,,15758446.0,15792388.0,https://anaconda.org/conda-forge/tokenizers,2023-12-12 19:20:02.639,1391637.0,,,,,1.0,33.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,2023-12-14 13:36:29.000000,2023-12-14 00:59:27,20180.0,636.0,2010.0,179.0,3176.0,231.0,2043.0,7438.0,End-to-End Speech Processing Toolkit.,398.0,37,True,2023-10-25 11:52:03.000,.202310,51.0,espnet,,,,,278.0,273.0,https://pypi.org/project/espnet,2023-10-25 11:52:34.000,5.0,19113.0,19114.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,, +83,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2023-12-14 14:37:00.000000,2023-12-13 18:07:01,9603.0,167.0,1158.0,125.0,1057.0,168.0,873.0,6946.0,A PyTorch-based Speech Toolkit.,224.0,37,True,2023-11-22 02:29:10.000,0.5.16,15.0,speechbrain,,,,['pytorch'],1300.0,1276.0,https://pypi.org/project/speechbrain,2023-11-22 02:29:10.000,24.0,180214.0,180214.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +84,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,2023-12-14 01:29:02.000000,2023-12-14 01:29:00,12029.0,49.0,1086.0,167.0,460.0,648.0,737.0,4007.0,Probabilistic reasoning and statistical analysis in TensorFlow.,486.0,37,True,2023-11-20 23:32:05.000,0.23.0,51.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],443.0,,https://pypi.org/project/tensorflow-probability,2023-11-20 23:21:06.000,443.0,1607285.0,1610759.0,https://anaconda.org/conda-forge/tensorflow-probability,2023-11-15 10:36:45.409,118129.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +85,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,2023-12-13 04:52:52.421000,2023-12-08 20:56:22,3794.0,20.0,518.0,147.0,1113.0,161.0,1595.0,2054.0,Rasterio reads and writes geospatial raster datasets.,150.0,37,True,2023-10-19 14:09:18.000,1.3.9,153.0,rasterio,conda-forge/rasterio,,,,10775.0,9732.0,https://pypi.org/project/rasterio,2023-10-19 14:04:39.000,1043.0,2095247.0,2173317.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2732171.0,,,,,2.0,853.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,2023-06-16 13:21:35.778000,2020-02-15 08:33:35,523.0,,6699.0,1287.0,164.0,662.0,222.0,31684.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,,,,27152.0,25471.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1681.0,753850.0,755701.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,148117.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,2023-12-12 23:20:06.000000,2023-10-10 17:36:53,2318.0,3.0,5931.0,416.0,1318.0,1041.0,3028.0,28229.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,420.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2399.0,2399.0,https://pypi.org/project/fairseq,,,412312.0,413712.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,57272.0,,,,,1.0,325.0,,,,,,,,,,,,,,,,,, +88,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,2023-12-14 13:28:19.000000,2023-12-13 07:54:57,4662.0,244.0,2651.0,233.0,689.0,64.0,826.0,23992.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",163.0,36,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",19.0,,https://pypi.org/project/tts,2023-12-12 15:27:06.000,19.0,100346.0,153478.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10055.0,,,,,1.0,1740630.0,,,,,,,,,,,,,,,,,, +89,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2023-12-11 10:54:14.000000,2023-10-18 07:33:05,791.0,14.0,4457.0,424.0,437.0,363.0,1722.0,17259.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,36,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,149.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,128.0,859620.0,894739.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1122999.0,,,,,1.0,2161.0,,,,,,,,,,,,,,,,,, +90,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2023-12-14 13:47:21.000000,2023-12-12 17:36:14,4679.0,41.0,4634.0,386.0,664.0,628.0,1273.0,11514.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",195.0,36,False,2023-12-14 00:42:43.000,3.3.9,55.0,glfw,conda-forge/glfw,,,,212.0,22.0,https://pypi.org/project/glfw,2023-11-17 07:43:54.000,190.0,199766.0,238249.0,https://anaconda.org/conda-forge/glfw,2023-12-14 03:10:06.213,170441.0,,,,,2.0,3514498.0,,,,,,,,,,,,,,,,,, +91,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,2023-12-14 09:45:31.000000,2023-11-10 11:25:48,6020.0,39.0,3118.0,238.0,1416.0,955.0,3809.0,9982.0,Open-source simulator for autonomous driving research.,170.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,606.0,600.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,6.0,16734.0,16734.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +92,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,2023-12-14 14:30:13.000000,2023-12-14 01:16:21,25665.0,1486.0,1952.0,201.0,4894.0,158.0,3308.0,9035.0,Perform data science on data that remains in someone elses server.,502.0,36,True,2023-12-07 14:07:06.000,0.8.3,230.0,syft,,,,['pytorch'],5.0,,https://pypi.org/project/syft,2023-12-10 17:07:07.000,5.0,5187.0,5213.0,,,,,,,,1.0,1258.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,2023-12-14 14:09:06.000000,2023-12-13 19:04:35,5982.0,193.0,1840.0,176.0,5581.0,37.0,1822.0,8690.0,NeMo: a toolkit for conversational AI.,263.0,36,True,2023-10-25 23:27:38.000,1.21.0,45.0,nemo-toolkit,,,,['pytorch'],21.0,21.0,https://pypi.org/project/nemo-toolkit,,,35663.0,37768.0,,,,,,,,1.0,107389.0,,,,,,,,,,,,,,,,,, +94,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,2023-12-14 13:03:39.000000,2023-12-14 02:14:19,2923.0,96.0,912.0,93.0,3171.0,336.0,2483.0,4907.0,AI Toolkit for Healthcare Imaging.,176.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],1638.0,1590.0,https://pypi.org/project/monai,2023-10-12 17:09:21.000,48.0,156689.0,157526.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,20110.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +95,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2023-12-14 13:15:22.000000,2023-12-14 04:54:01,9782.0,454.0,1543.0,146.0,2077.0,530.0,1212.0,4779.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",231.0,36,True,2022-12-01 14:00:47.111,2.7.1,766.0,deepchem,conda-forge/deepchem,,,['tensorflow'],305.0,293.0,https://pypi.org/project/deepchem,2023-12-14 05:34:40.000,12.0,20533.0,22802.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,104398.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +96,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2023-12-14 13:13:46.000000,2023-12-14 11:50:21,20910.0,487.0,1164.0,239.0,7679.0,914.0,1321.0,4610.0,Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations using bigdl-llm.,195.0,36,True,2023-11-13 02:02:20.000,2.4.0,779.0,bigdl,,,,,51.0,46.0,https://pypi.org/project/bigdl,2023-12-13 13:44:35.000,1.0,7375.0,7376.0,,,,,,,,2.0,83.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,4.0,,, +97,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,2023-12-14 14:20:42.000000,2023-12-08 22:39:05,8397.0,63.0,680.0,99.0,13082.0,31.0,801.0,3526.0,State of the Art Natural Language Processing.,110.0,36,True,2023-12-08 22:05:28.000,5.2.0,134.0,spark-nlp,,,,['spark'],399.0,369.0,https://pypi.org/project/spark-nlp,2023-12-08 21:04:16.000,30.0,3855257.0,3855257.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +98,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2023-12-14 13:45:05.000000,2023-12-09 07:06:40,3863.0,72.0,1021.0,155.0,1557.0,357.0,862.0,3517.0,Fast data visualization and GUI tools for scientific / engineering applications.,266.0,36,True,2023-04-14 21:33:03.621,0.13.3,21.0,pyqtgraph,conda-forge/pyqtgraph,,,,9395.0,8437.0,https://pypi.org/project/pyqtgraph,2023-04-14 21:33:03.621,958.0,171064.0,177006.0,https://anaconda.org/conda-forge/pyqtgraph,2023-06-16 13:19:32.302,493245.0,,,,,2.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,2023-12-14 12:08:59.000000,2023-12-14 04:51:41,3980.0,209.0,393.0,32.0,2785.0,421.0,1003.0,2085.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,152.0,36,True,2023-12-14 07:10:19.000,0.43.1,86.0,pyvista,conda-forge/pyvista,,,['jupyter'],2709.0,2467.0,https://pypi.org/project/pyvista,2023-12-14 07:10:19.000,242.0,193440.0,203652.0,https://anaconda.org/conda-forge/pyvista,2023-12-14 09:30:38.542,428492.0,,,,,2.0,790.0,,,,,,,,,,,,,,,,,, +100,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,2023-12-11 23:06:23.000000,2023-12-04 16:50:58,1587.0,112.0,337.0,27.0,1321.0,55.0,685.0,1737.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",219.0,36,True,2023-12-01 17:06:32.000,1.2.1,40.0,metrics,conda-forge/torchmetrics,,,['pytorch'],18317.0,18304.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,13.0,4912.0,40935.0,https://anaconda.org/conda-forge/torchmetrics,2023-12-01 20:39:28.126,1184439.0,,,,,2.0,4328.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +101,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2023-12-06 23:46:08.496000,2023-12-04 09:05:52,1211.0,12.0,203.0,33.0,46.0,9.0,157.0,1505.0,Simple Python interface for Graphviz.,22.0,36,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,60975.0,57531.0,https://pypi.org/project/graphviz,2022-07-23 11:35:06.076,3444.0,8001871.0,8002399.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,42268.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +102,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2023-12-13 15:11:38.000000,2023-12-13 15:11:34,1848.0,22.0,199.0,30.0,209.0,22.0,389.0,1337.0,The ctypes-based simple ImageMagick binding for Python.,104.0,36,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,18486.0,17773.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,713.0,1013585.0,1014820.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,35719.0,,,,,2.0,33497.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,2023-12-14 13:51:04.000000,2023-12-14 09:54:33,10152.0,120.0,535.0,69.0,2252.0,296.0,1667.0,1062.0,Machine learning for NeuroImaging in Python.,231.0,36,True,2023-10-01 19:30:40.000,0.10.2,45.0,nilearn,conda-forge/nilearn,,,['sklearn'],3050.0,2760.0,https://pypi.org/project/nilearn,2023-09-29 11:10:28.000,290.0,57809.0,64726.0,https://anaconda.org/conda-forge/nilearn,2023-10-02 11:59:55.930,255805.0,,,,,1.0,147.0,,,,,,,,,,,,,,,,,, +104,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2023-12-11 19:18:48.000000,2023-11-08 03:20:43,1527.0,14.0,209.0,33.0,669.0,25.0,564.0,945.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,36,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,27744.0,25728.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2016.0,8224350.0,8395633.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7022624.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +105,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2023-12-05 14:58:09.000000,2023-11-27 23:41:10,388.0,3.0,4488.0,849.0,265.0,459.0,611.0,25277.0,Library for fast text representation and classification.,67.0,35,True,2020-04-28 09:51:33.000,0.9.2,4.0,fasttext,conda-forge/fasttext,,,,5318.0,5318.0,https://pypi.org/project/fasttext,,,888313.0,890101.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,69764.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +106,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2023-12-10 19:02:59.000000,2023-09-04 11:42:16,615.0,,2748.0,299.0,241.0,313.0,582.0,20404.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,4601.0,4532.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,69.0,232710.0,415443.0,,,,,,,,1.0,7674822.0,,,,,,,,,,,,,,,,,, +107,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,2023-12-14 14:05:55.000000,2023-12-14 14:05:54,7237.0,283.0,3343.0,253.0,2670.0,759.0,2516.0,19153.0,Graph Neural Network Library for PyTorch.,472.0,35,True,2023-10-12 08:28:59.000,2.4.0,36.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],,,https://pypi.org/project/torch-geometric,,,254048.0,254888.0,https://anaconda.org/conda-forge/pytorch_geometric,2023-11-08 13:56:02.983,34460.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +108,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,2023-12-07 03:38:29.000000,2023-10-13 16:32:21,8666.0,95.0,2828.0,264.0,1210.0,164.0,653.0,16830.0,Best Practices on Recommendation Systems.,128.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,96.0,96.0,https://pypi.org/project/recommenders,,,64724.0,64731.0,,,,,,,,1.0,450.0,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +109,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2023-07-26 09:00:34.000000,2020-06-01 14:58:26,2913.0,,2395.0,231.0,336.0,294.0,223.0,13918.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,,,,18051.0,17629.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,422.0,338526.0,341269.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,148157.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +110,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2023-12-14 14:40:26.000000,2023-12-14 13:50:57,17233.0,1076.0,6000.0,68.0,11196.0,3548.0,15224.0,13847.0,The Unified AI Framework.,1443.0,35,True,2023-06-29 19:33:01.167,0.0.0,103.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,2023-10-11 17:04:40.000,9.0,442.0,442.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +111,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2023-11-26 17:29:04.000000,2021-06-01 10:43:00,1848.0,,4426.0,549.0,712.0,390.0,1267.0,13715.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,,,,,5829.0,5476.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,353.0,41023.0,41023.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +112,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2023-12-03 12:09:22.000000,2023-09-18 08:44:36,1331.0,1.0,2226.0,331.0,1577.0,373.0,1847.0,13700.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1094.0,1058.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,36.0,60042.0,60042.0,,,,,,,,2.0,,,,,,,stable/horovod,,,,,,,,,,,, +113,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,2023-12-07 06:42:44.000000,2023-12-07 06:42:43,786.0,7.0,1536.0,129.0,663.0,366.0,436.0,12898.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,133.0,35,True,2023-06-10 07:44:08.000,1.3.1,18.0,albumentations,conda-forge/albumentations,,,['pytorch'],19454.0,19454.0,https://pypi.org/project/albumentations,,,1058923.0,1061649.0,https://anaconda.org/conda-forge/albumentations,2023-06-12 13:29:26.010,147256.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +114,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,2023-12-14 13:53:02.000000,2023-12-14 13:53:00,2924.0,346.0,1506.0,117.0,3108.0,382.0,2391.0,11930.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",223.0,35,True,2023-11-09 16:44:55.000,1.22.1,72.0,haystack,,,,,133.0,46.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,87.0,2252.0,2252.0,,,,,,,,2.0,23.0,,,,,,,,,,,,,,,,,, +115,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,,2174.0,285.0,3096.0,80.0,2477.0,11614.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:32:24.000,2.10.1,59.0,allennlp,conda-forge/allennlp,,,['pytorch'],3857.0,3857.0,https://pypi.org/project/allennlp,,,39825.0,41796.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,118306.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,, +116,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2023-12-05 02:21:51.000000,2023-11-17 03:49:04,887.0,3.0,1020.0,123.0,263.0,36.0,648.0,8655.0,Unsupervised text tokenizer for Neural Network-based text generation.,79.0,35,True,2023-05-02 03:20:40.000,0.1.99,25.0,sentencepiece,conda-forge/sentencepiece,,,,49133.0,49133.0,https://pypi.org/project/sentencepiece,,,11133744.0,11150947.0,https://anaconda.org/conda-forge/sentencepiece,2023-11-02 09:17:09.257,684759.0,,,,,2.0,32185.0,,,,,,,,,,,,,,,,,, +117,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2023-12-14 14:03:46.000000,2023-12-14 14:03:46,1122.0,41.0,1615.0,118.0,100.0,3.0,813.0,8548.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",48.0,35,True,2023-12-08 22:31:07.000,0.0.80,79.0,deepface,,,,,2307.0,2286.0,https://pypi.org/project/deepface,2023-12-08 22:31:07.000,21.0,144851.0,144851.0,,,,,,,,2.0,,,,,,1.0,,,,,,,,,,,,, +118,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,2023-12-06 21:39:33.000000,2023-12-06 21:28:39,2431.0,22.0,971.0,204.0,2256.0,241.0,824.0,8221.0,Deep universal probabilistic programming with Python and PyTorch.,147.0,35,True,2023-07-29 21:20:27.000,1.8.6,34.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],1896.0,1788.0,https://pypi.org/project/pyro-ppl,2023-07-29 21:09:56.000,108.0,294208.0,298246.0,https://anaconda.org/conda-forge/pyro-ppl,2023-07-29 23:12:47.995,133261.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +119,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2023-12-11 09:47:29.000000,2023-12-11 09:47:29,659.0,27.0,317.0,68.0,104.0,28.0,129.0,7480.0,"Deep learning operations reinvented (for pytorch, tensorflow, jax and others).",25.0,35,True,2023-10-01 01:13:00.000,0.7.0,13.0,einops,conda-forge/einops,,,,22297.0,22297.0,https://pypi.org/project/einops,,,5340132.0,5344697.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,173498.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +120,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,2023-11-28 15:45:20.000000,2023-10-23 10:43:57,848.0,2.0,1207.0,141.0,489.0,27.0,539.0,6579.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,80.0,35,True,2023-07-08 22:17:53.000,0.11.0,33.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],22467.0,22467.0,https://pypi.org/project/imbalanced-learn,,,6808392.0,6820566.0,https://anaconda.org/conda-forge/imbalanced-learn,2023-07-08 22:18:55.284,511318.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +121,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,2023-12-14 12:58:00.000000,2023-12-13 13:57:48,32268.0,169.0,2007.0,388.0,6714.0,2720.0,6506.0,6578.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",247.0,35,True,,,149.0,h2o,,,,,102.0,21.0,https://pypi.org/project/h2o,2023-11-08 12:27:28.000,81.0,411483.0,411483.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +122,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,2023-12-14 10:14:22.000000,2023-12-12 05:58:32,2707.0,74.0,660.0,77.0,3147.0,168.0,787.0,5979.0,Build Production-Grade AI Applications.,189.0,35,True,2023-11-20 04:07:45.000,1.1.10,95.0,bentoml,,,,,1419.0,1419.0,https://pypi.org/project/bentoml,,,78959.0,78996.0,,,,,,,,2.0,2125.0,,,,,,,,,,,,,,,,,, +123,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,2023-12-10 22:33:39.000000,2023-12-10 22:20:49,1652.0,34.0,594.0,60.0,1793.0,115.0,1227.0,4394.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,204.0,35,True,2023-10-19 08:22:16.000,0.4.13,24.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2564.0,2564.0,https://pypi.org/project/pytorch-ignite,,,275068.0,277638.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,169636.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +124,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2023-12-13 19:28:40.000000,2023-11-23 21:41:49,1136.0,6.0,661.0,90.0,268.0,32.0,252.0,4148.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4045.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4045.0,4909944.0,4939306.0,https://anaconda.org/conda-forge/geopy,2023-11-24 00:10:43.371,1233242.0,,,,,2.0,11.0,,,,,,,,,,,,,,,,,, +125,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,2023-12-14 10:22:11.000000,2023-12-14 00:55:38,3614.0,115.0,782.0,57.0,1369.0,337.0,1172.0,3806.0,"Serve, optimize and scale PyTorch models in production.",181.0,35,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],580.0,565.0,https://pypi.org/project/torchserve,2023-10-12 22:01:55.000,15.0,40650.0,68257.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,140034.0,https://hub.docker.com/r/pytorch/torchserve,2023-10-12 22:44:52.307587,22.0,1215137.0,2.0,5438.0,,,,,,,,,,,,,,,,,, +126,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,2023-12-13 12:30:36.000000,2023-12-11 14:55:31,7311.0,29.0,606.0,117.0,1150.0,323.0,1102.0,3154.0,High-performance interactive 2D/3D data visualization library.,189.0,35,True,2023-10-03 22:23:12.000,0.14.1,37.0,vispy,conda-forge/vispy,,,['jupyter'],1485.0,1346.0,https://pypi.org/project/vispy,2023-10-03 22:13:28.000,138.0,325101.0,336522.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,445010.0,,,,,2.0,,,vispy,https://www.npmjs.com/package/vispy,11.0,,,2020-03-15 14:39:41.516,1.0,,,,,,,,,, +127,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2023-12-14 12:34:30.000000,2023-12-14 12:33:32,5268.0,9.0,268.0,81.0,772.0,17.0,123.0,2767.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2023-09-22 09:35:25.000,8.2.1,75.0,thinc,conda-forge/thinc,,,,40295.0,40295.0,https://pypi.org/project/thinc,,,6403644.0,6465915.0,https://anaconda.org/conda-forge/thinc,2023-09-25 06:51:17.362,2677675.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +128,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2023-12-14 11:43:10.000000,2023-12-01 01:48:51,2293.0,55.0,611.0,75.0,2835.0,179.0,713.0,2286.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",221.0,35,True,2023-11-15 22:19:00.000,2.1.1,29.0,torchaudio,,,,['pytorch'],496.0,,https://pypi.org/project/torchaudio,2023-11-15 16:46:55.000,496.0,2206484.0,2206484.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +129,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2023-12-14 06:41:52.000000,2023-12-13 22:50:14,2744.0,193.0,273.0,68.0,1462.0,28.0,576.0,2193.0,Adaptive Experimentation Platform.,158.0,35,True,2023-12-09 18:08:38.000,0.3.6,38.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],598.0,598.0,https://pypi.org/project/ax-platform,,,88875.0,89413.0,https://anaconda.org/conda-forge/ax-platform,2023-12-11 15:43:05.639,16144.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +130,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2023-12-13 10:24:09.000000,2023-12-13 10:21:51,4941.0,135.0,463.0,22.0,1105.0,862.0,577.0,2005.0,"This is the development home of the workflow management system Snakemake. For general information, see.",311.0,35,True,2023-09-18 14:47:18.000,7.32.4,284.0,snakemake,bioconda/snakemake,,,,2069.0,1810.0,https://pypi.org/project/snakemake,2023-09-18 14:47:18.000,259.0,324824.0,334316.0,https://anaconda.org/bioconda/snakemake,2023-10-17 09:53:13.042,930297.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +131,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,7.0,556.0,58.0,1880.0,76.0,894.0,1674.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:15:27.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],13642.0,13642.0,https://pypi.org/project/tensorflow-addons,,,835646.0,835646.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +132,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,2023-12-03 09:48:43.000000,2023-11-17 19:35:04,1516.0,8.0,360.0,48.0,1460.0,167.0,664.0,1466.0,Exploratory analysis of Bayesian models with Python.,150.0,35,True,2023-07-18 20:14:08.000,0.16.1,34.0,arviz,conda-forge/arviz,,,,5569.0,5409.0,https://pypi.org/project/arviz,2023-07-18 20:14:08.000,160.0,1331510.0,1379307.0,https://anaconda.org/conda-forge/arviz,2023-09-19 13:51:11.324,2055193.0,,,,,1.0,133.0,,,,,,,,,,,,,,,,,, +133,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,2023-12-14 14:25:24.000000,2023-12-14 10:46:19,1217.0,132.0,331.0,60.0,1134.0,114.0,549.0,1386.0,The official Python client for the Huggingface Hub.,122.0,35,True,2023-11-16 16:22:16.000,0.19.4,89.0,huggingface_hub,conda-forge/huggingface_hub,,,,571.0,,https://pypi.org/project/huggingface_hub,2023-11-16 16:16:42.000,571.0,22127329.0,22171614.0,https://anaconda.org/conda-forge/huggingface_hub,2023-11-20 21:28:32.103,1505692.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +134,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2023-11-20 20:12:58.000000,2023-10-18 03:51:44,1522.0,27.0,150.0,41.0,132.0,7.0,640.0,1150.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,35,True,2023-10-18 03:54:36.000,1.9.0,31.0,agate,conda-forge/agate,,,,2668.0,2521.0,https://pypi.org/project/agate,2023-10-18 03:54:36.000,147.0,4351309.0,4356365.0,https://anaconda.org/conda-forge/agate,2023-10-18 11:17:00.880,156744.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +135,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,2023-12-10 22:54:02.000000,2023-12-10 22:53:26,1471.0,18.0,211.0,47.0,525.0,32.0,731.0,1091.0,Fiona reads and writes geographic data files.,72.0,35,True,2023-10-12 19:29:21.000,1.9.5,108.0,fiona,conda-forge/fiona,,,,16725.0,16677.0,https://pypi.org/project/fiona,2023-10-12 19:16:01.000,48.0,6559877.0,6685540.0,https://anaconda.org/conda-forge/fiona,2023-12-08 04:07:46.262,5152194.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +136,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2023-12-13 02:56:53.000000,2023-12-12 16:13:10,5759.0,175.0,254.0,36.0,784.0,126.0,391.0,596.0,Python package to access a cacophony of neuro-imaging file formats.,100.0,35,True,2023-12-12 14:28:42.000,5.2.0,41.0,nibabel,conda-forge/nibabel,,,,17290.0,16101.0,https://pypi.org/project/nibabel,2023-12-11 21:37:41.000,1189.0,308937.0,324823.0,https://anaconda.org/conda-forge/nibabel,2023-12-12 00:00:35.048,667224.0,,,,,2.0,,,,,,2.0,,,,,,,,,,,,, +137,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2023-12-14 03:00:48.000000,2023-12-14 01:54:37,7412.0,252.0,2596.0,298.0,182.0,21.0,998.0,24781.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2023-12-09 01:47:05.000,7.3.3,610.0,netron,,,,"['pytorch', 'tensorflow']",85.0,11.0,https://pypi.org/project/netron,2023-12-09 01:47:05.000,74.0,22130.0,89619.0,,,,,,,,1.0,67489.0,,,,,,,,,,,,,,,,,, +138,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2023-12-08 19:57:16.000000,2021-11-17 17:52:52,3466.0,,3827.0,664.0,1670.0,132.0,1979.0,23513.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'],426.0,383.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,3081.0,20501.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2435.0,,,,,2.0,1092259.0,,,,,12.0,,,,,,,,,,,,, +139,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,2023-12-14 13:19:45.000000,2023-12-14 10:47:33,34459.0,416.0,12157.0,943.0,23914.0,,,22417.0,Apache Flink Python API.,1805.0,34,True,,,,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,,,84198.0,84198.0,,,,,,,,2.0,,,,,,-4.0,,,,,,,,,,,,, +140,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2023-12-11 10:32:39.000000,2023-12-08 08:12:24,3720.0,256.0,801.0,135.0,155.0,91.0,954.0,10645.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",86.0,34,True,2023-11-29 22:51:47.000,15.4.4,227.0,ocrmypdf,conda-forge/ocrmypdf,,,,705.0,688.0,https://pypi.org/project/ocrmypdf,2023-11-29 22:51:47.000,17.0,54029.0,56143.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,59826.0,,,,,2.0,1421.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,, +141,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2023-06-16 13:22:54.304000,2023-03-11 18:17:15,563.0,,1089.0,267.0,156.0,103.0,155.0,8785.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",36.0,34,True,2013-09-26 02:29:01.000,0.7.0,7.0,textblob,conda-forge/textblob,,,,34587.0,34587.0,https://pypi.org/project/textblob,,,619498.0,622228.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,240316.0,,,,,2.0,113.0,,,,,,,,,,,,,,,,,, +142,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2023-12-13 13:47:04.000000,2023-12-12 17:49:04,2470.0,24.0,592.0,103.0,436.0,544.0,1160.0,8541.0,An open source multi-tool for exploring and publishing data.,75.0,34,True,2023-10-08 16:10:00.000,0.64.5,140.0,datasette,conda-forge/datasette,,,,1333.0,1125.0,https://pypi.org/project/datasette,2023-10-08 16:10:00.000,208.0,33594.0,34491.0,https://anaconda.org/conda-forge/datasette,2023-09-27 17:06:18.945,28698.0,,,,,2.0,59.0,,,,,,,,,datasette,,,,,,,,, +143,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,2023-12-14 12:40:11.000000,2023-12-06 12:55:15,486.0,32.0,2328.0,282.0,137.0,310.0,313.0,7733.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,34,True,2023-12-06 13:10:51.000,3.10.1,56.0,SpeechRecognition,conda-forge/speechrecognition,,,,842.0,21.0,https://pypi.org/project/SpeechRecognition,2023-12-06 13:02:22.000,821.0,638478.0,642857.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,175195.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +144,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2023-11-18 14:21:28.000000,2023-11-18 08:41:51,1720.0,28.0,1295.0,147.0,205.0,188.0,144.0,7673.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2023-11-18 08:45:46.000,1.1.2,90.0,pyod,conda-forge/pyod,,,,3158.0,3095.0,https://pypi.org/project/pyod,2023-11-18 08:43:48.000,63.0,685123.0,687158.0,https://anaconda.org/conda-forge/pyod,2023-11-18 09:26:18.014,87545.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +145,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,4.0,872.0,218.0,220.0,174.0,233.0,6596.0,Efficiently computes derivatives of numpy code.,56.0,34,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,7168.0,6847.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,321.0,1321385.0,1342411.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,378485.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +146,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,2023-12-14 13:00:55.000000,2023-12-14 13:00:55,2860.0,37.0,2223.0,174.0,1116.0,26.0,1401.0,6386.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2023-11-02 12:54:04.000,3.4.3,48.0,OpenNMT-py,,,,['pytorch'],248.0,238.0,https://pypi.org/project/OpenNMT-py,2023-11-02 12:54:04.000,10.0,5170.0,5170.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +147,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2023-12-13 16:39:42.000000,2023-12-13 16:20:35,3259.0,10.0,944.0,137.0,635.0,58.0,1093.0,6353.0,Python library for audio and music analysis.,119.0,34,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1497.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1497.0,1989879.0,2007214.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,710737.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +148,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,2023-12-14 00:35:46.000000,2023-12-12 15:06:55,18781.0,636.0,444.0,53.0,2552.0,477.0,961.0,6087.0,"Visualize, create, and debug image and video datasets and model predictions.",102.0,34,True,2023-12-11 21:34:22.000,0.23.1,135.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",463.0,453.0,https://pypi.org/project/fiftyone,2023-12-08 23:12:30.000,10.0,49174.0,49174.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +149,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,2023-12-13 15:58:52.000000,2023-12-13 15:51:39,2256.0,62.0,625.0,91.0,240.0,411.0,515.0,4912.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",88.0,34,True,2023-11-08 21:09:23.000,1.13.2,144.0,clearml,,allegroai/trains,,,861.0,844.0,https://pypi.org/project/clearml,2023-12-13 15:58:52.000,17.0,234318.0,234910.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30188.0,2.0,1813.0,,,,,1.0,,,,,,,,,,,,, +150,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,2023-11-26 16:14:35.000000,2023-11-26 16:14:35,1635.0,6.0,827.0,117.0,519.0,137.0,337.0,4647.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,102.0,34,True,2023-09-25 13:23:15.000,0.23.0,51.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],11724.0,11535.0,https://pypi.org/project/mlxtend,2023-09-25 13:23:15.000,189.0,800780.0,807968.0,https://anaconda.org/conda-forge/mlxtend,2023-09-25 18:40:43.024,294716.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +151,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2023-12-07 19:03:21.000000,2023-12-07 19:03:20,1290.0,9.0,2431.0,1985.0,531.0,374.0,1074.0,3837.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,101.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2023-11-09 22:25:24.000,48.0,538490.0,538498.0,,,,,,,,2.0,505.0,,,,,,,,,,,,,,,,,, +152,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2023-12-14 14:31:32.000000,2023-12-14 14:18:18,4581.0,3204.0,337.0,34.0,176.0,174.0,765.0,3650.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",72.0,34,True,2023-12-14 01:03:56.000,1.14.1,462.0,litellm,,,,others,633.0,584.0,https://pypi.org/project/litellm,2023-12-14 14:31:32.000,49.0,199862.0,199862.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +153,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,2023-11-20 09:49:19.000000,2023-11-20 09:49:15,1174.0,11.0,1710.0,148.0,209.0,3.0,681.0,3411.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2023-10-06 10:06:37.000,0.15.0,18.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],337.0,,https://pypi.org/project/tensorflow-hub,2023-10-06 09:58:50.000,337.0,2460920.0,2463217.0,https://anaconda.org/conda-forge/tensorflow-hub,2023-07-13 16:39:43.723,91898.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +154,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,2023-12-14 14:38:59.000000,2023-12-14 09:24:03,2740.0,230.0,271.0,23.0,2536.0,210.0,1519.0,2710.0,Argilla: the open-source feedback platform for LLMs.,74.0,34,True,2023-11-30 14:11:25.000,1.20.0,100.0,rubrix,conda-forge/rubrix,,,,2124.0,2124.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,723.0,1892.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28078.0,,,,,2.0,,argilla-io/argilla,,,,,,,,,,,,,,,,, +155,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2023-11-23 19:27:38.000000,2023-11-15 13:02:20,2274.0,13.0,561.0,70.0,478.0,255.0,680.0,2214.0,Survival analysis in Python.,115.0,34,True,2023-09-13 15:31:06.000,0.27.8,169.0,lifelines,conda-forge/lifelines,,,,2178.0,2050.0,https://pypi.org/project/lifelines,2023-09-13 15:31:06.000,128.0,446063.0,453161.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,305250.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +156,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2023-12-14 14:18:20.000000,2023-12-13 22:15:42,3793.0,197.0,499.0,52.0,3872.0,321.0,854.0,1997.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,150.0,34,True,2023-11-08 21:58:24.000,0.33.1,52.0,pennylane,conda-forge/pennylane,,,,761.0,697.0,https://pypi.org/project/pennylane,2023-11-08 21:58:24.000,64.0,39617.0,40812.0,https://anaconda.org/conda-forge/pennylane,2023-11-21 18:10:47.719,29865.0,,,,,2.0,70.0,,,,,,,,,,,,,,,,,, +157,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,2023-12-14 06:55:16.000000,2023-12-14 06:55:16,918.0,90.0,294.0,54.0,1043.0,275.0,337.0,1794.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,87.0,34,True,2023-12-13 18:23:19.000,1.16.0,54.0,optimum,conda-forge/optimum,,,,1161.0,1107.0,https://pypi.org/project/optimum,2023-12-13 18:23:03.000,54.0,787301.0,787815.0,https://anaconda.org/conda-forge/optimum,2023-12-13 20:19:00.205,10293.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +158,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,LGPL-3.0,2012-08-03 07:43:59.000,2023-12-07 21:02:17.000000,2023-12-07 21:02:15,2933.0,60.0,348.0,55.0,1108.0,326.0,916.0,1307.0,Cartopy - a cartographic python library with matplotlib support.,124.0,34,False,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,4578.0,4144.0,https://pypi.org/project/cartopy,2023-08-05 00:57:41.000,434.0,160700.0,238135.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3329743.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +159,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,2023-12-13 18:13:16.000000,2023-12-13 18:13:12,2766.0,75.0,274.0,34.0,198.0,37.0,492.0,1187.0,Python interface for igraph.,71.0,34,False,2023-11-20 11:09:36.000,0.11.3,39.0,python-igraph,conda-forge/igraph,,,,4134.0,3718.0,https://pypi.org/project/python-igraph,2023-11-20 11:09:36.000,416.0,313346.0,332136.0,https://anaconda.org/conda-forge/igraph,2023-12-01 16:13:44.377,483995.0,,,,,1.0,562119.0,,,,,,,,,,,,,,,,,, +160,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,2023-12-12 19:48:32.000000,2023-10-17 15:41:51,860.0,5.0,307.0,45.0,1006.0,70.0,163.0,1167.0,Making text a first-class citizen in TensorFlow.,111.0,34,True,2023-11-15 19:00:05.000,2.15.0,53.0,tensorflow-text,,,,['tensorflow'],6164.0,6164.0,https://pypi.org/project/tensorflow-text,,,3585525.0,3585525.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +161,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,2023-12-14 13:39:03.000000,2023-12-13 15:45:30,1513.0,84.0,166.0,31.0,1364.0,58.0,168.0,1090.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,34,True,2023-11-30 17:53:01.000,2024.0.1,23.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],8932.0,8908.0,https://pypi.org/project/scikit-learn-intelex,2023-11-28 16:02:08.000,24.0,298397.0,305517.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2023-12-08 20:11:03.328,227845.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +162,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,BSD-3-Clause,2010-02-06 11:43:08.000,2023-12-14 14:21:43.000000,2023-12-13 22:15:00,13649.0,423.0,389.0,51.0,1986.0,151.0,742.0,638.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",151.0,34,True,2023-04-23 23:30:00.533,1.7.0,26.0,dipy,conda-forge/dipy,,,,1071.0,960.0,https://pypi.org/project/dipy,2023-04-23 23:30:00.533,111.0,16054.0,20674.0,https://anaconda.org/conda-forge/dipy,2023-06-16 13:16:19.782,420459.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +163,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,2023-12-14 10:11:29.000000,2023-12-12 17:39:14,2916.0,151.0,3980.0,372.0,3486.0,322.0,1149.0,35629.0,"Making large AI models cheaper, faster and more accessible.",160.0,33,True,2023-11-01 05:57:35.000,0.3.4,34.0,,,,,,282.0,282.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +164,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2023-12-07 06:20:49.000000,2023-12-07 06:15:55,1495.0,7.0,6768.0,379.0,645.0,375.0,3036.0,27523.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",261.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1506.0,1506.0,https://pypi.org/project/detectron2,,,,5251.0,https://anaconda.org/conda-forge/detectron2,2023-11-30 09:37:14.142,215327.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +165,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,,2018-08-02 17:56:45.000,2023-12-14 12:49:46.000000,2023-12-13 15:36:21,16402.0,2140.0,2529.0,378.0,4465.0,482.0,3111.0,19235.0,MindsDB connects AI models to real time data.,814.0,33,False,2023-12-07 17:55:04.000,23.11.4.2,100.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,,,27398.0,27398.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +166,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2023-12-02 01:16:14.308000,2023-07-11 13:03:36,1421.0,,3721.0,765.0,1132.0,373.0,588.0,18759.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'],520.0,482.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,38.0,3402.0,3402.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +167,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2023-10-30 04:23:19.000000,2023-10-26 05:31:53,3012.0,1.0,1817.0,284.0,3502.0,343.0,1675.0,13445.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,567.0,532.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,35.0,17688.0,17688.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +168,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,2023-09-25 04:57:08.085000,2023-08-20 17:38:53,890.0,,1110.0,320.0,266.0,54.0,341.0,12255.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,33,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,3659.0,3386.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,273.0,765834.0,775494.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,376769.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +169,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,,1124.0,339.0,1683.0,502.0,1294.0,11130.0,Turi Create simplifies the development of custom machine learning models.,86.0,33,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,385.0,364.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,21.0,19025.0,19157.0,,,,,,,,2.0,9511.0,,,,,,,,,,,,,,,,,, +170,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1721.0,263.0,114.0,82.0,535.0,11023.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,18.0,lime,conda-forge/lime,,,,4740.0,4740.0,https://pypi.org/project/lime,,,297910.0,300216.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,193760.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +171,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,2023-12-14 06:01:15.000000,2023-12-13 20:18:16,3761.0,126.0,1083.0,190.0,2740.0,267.0,741.0,10248.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",148.0,33,True,2023-10-13 15:47:19.000,0.8.6,42.0,ludwig,,,,['tensorflow'],228.0,228.0,https://pypi.org/project/ludwig,,,4787.0,4787.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +172,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,2023-12-11 13:49:34.986000,2023-12-09 05:39:53,576.0,13.0,2264.0,222.0,243.0,89.0,415.0,9788.0,A little word cloud generator in Python.,72.0,33,True,2023-12-09 13:50:41.000,1.9.3,13.0,wordcloud,conda-forge/wordcloud,,,,21.0,21.0,https://pypi.org/project/wordcloud,,,1473411.0,1484337.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,448002.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +173,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2023-12-12 17:39:59.000000,2023-12-08 19:12:48,2431.0,7.0,1542.0,290.0,429.0,281.0,636.0,9345.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,33,False,2023-08-15 18:22:07.000,0.12.1,62.0,tpot,conda-forge/tpot,,,['sklearn'],2584.0,2522.0,https://pypi.org/project/tpot,2023-08-15 18:22:07.000,62.0,37616.0,43364.0,https://anaconda.org/conda-forge/tpot,2023-08-15 22:49:07.495,241446.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +174,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,,898.0,261.0,148.0,108.0,103.0,9032.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,23803.0,21695.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,2108.0,5725486.0,5731311.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,518486.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +175,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,2023-12-08 21:01:42.000000,2023-11-17 16:27:58,10398.0,8.0,1861.0,349.0,3412.0,129.0,1130.0,8339.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,332.0,33,True,2023-07-19 14:18:35.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,,,https://pypi.org/project/vowpalwabbit,,,106823.0,110407.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,136203.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +176,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2023-11-28 07:14:23.000000,2022-12-08 17:49:19,746.0,,964.0,134.0,219.0,320.0,269.0,7966.0,Manipulate audio with a simple and easy high level interface.,95.0,33,True,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,45993.0,44737.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1256.0,3115312.0,3116592.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,76817.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +177,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2023-12-12 09:06:12.000000,2023-12-12 08:44:58,2894.0,12.0,1574.0,87.0,1621.0,357.0,1604.0,7846.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",117.0,33,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1087.0,1083.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,4.0,1903.0,1903.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +178,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,2.0,870.0,86.0,274.0,78.0,376.0,7729.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,,,,38637.0,37639.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,998.0,2222587.0,2250142.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1129566.0,,,,,2.0,401.0,,,,,,,,,,,,,,,,,, +179,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,2023-12-14 00:05:54.000000,2023-12-12 14:48:29,814.0,60.0,696.0,275.0,1068.0,309.0,334.0,7209.0,Build and manage real-life data science projects with ease!.,76.0,33,True,2023-12-04 22:41:41.000,2.10.8,103.0,metaflow,conda-forge/metaflow,,,,592.0,566.0,https://pypi.org/project/metaflow,2023-12-04 22:41:41.000,26.0,168441.0,172260.0,https://anaconda.org/conda-forge/metaflow,2023-12-05 13:25:21.985,156607.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +180,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2023-12-09 09:02:47.000000,2023-09-29 18:36:14,1218.0,5.0,1022.0,126.0,271.0,349.0,370.0,6947.0,Distributed Asynchronous Hyperparameter Optimization in Python.,102.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,13442.0,12942.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,500.0,2008891.0,2020669.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,742046.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +181,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,,2017-09-26 08:00:56.000,2023-12-14 08:49:25.000000,2023-12-02 06:10:46,4212.0,202.0,846.0,144.0,461.0,77.0,756.0,6881.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",66.0,33,False,2023-12-03 06:47:22.000,1.7.0,20.0,stanza,stanfordnlp/stanza,,,,2302.0,2302.0,https://pypi.org/project/stanza,,,205304.0,205465.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7288.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +182,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,2023-12-14 12:41:06.000000,2023-12-14 00:42:48,37834.0,833.0,773.0,146.0,8779.0,903.0,4926.0,6733.0,cuDF - GPU DataFrame Library.,267.0,33,True,2023-12-08 21:31:24.000,23.12.01,44.0,cudf,,,,,58.0,49.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,9.0,4395.0,4395.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +183,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,,1397.0,291.0,6588.0,12.0,2030.0,5832.0,A flexible framework of neural networks for deep learning.,325.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3549.0,3145.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,404.0,20455.0,20809.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16291.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +184,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2023-12-14 10:43:02.000000,2023-12-14 10:42:33,2888.0,143.0,677.0,140.0,89.0,75.0,323.0,5823.0,Fit interpretable models. Explain blackbox machine learning.,39.0,33,True,2023-08-28 03:48:17.000,0.4.4,39.0,interpret,,,,['jupyter'],586.0,586.0,https://pypi.org/project/interpret,,,85959.0,85959.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +185,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,2023-12-12 11:51:05.000000,2023-12-12 11:51:04,1202.0,29.0,626.0,65.0,129.0,50.0,427.0,5581.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,33,True,2023-07-25 15:01:13.000,2.3.0,207.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1095.0,1076.0,https://pypi.org/project/pytorch-metric-learning,2023-07-25 14:56:04.000,19.0,318899.0,319132.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,10986.0,,,,,1.0,,,,,,1.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,2023-11-17 15:55:43.000000,2023-07-28 00:16:45,2332.0,,1068.0,190.0,231.0,271.0,279.0,5380.0,Distributed Evolutionary Algorithms in Python.,87.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4603.0,4234.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,369.0,219565.0,228733.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,348405.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +187,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,2023-12-13 20:56:44.000000,2023-12-13 17:13:04,29140.0,341.0,1562.0,183.0,2016.0,25.0,1540.0,4617.0,"mlpack: a fast, header-only C++ machine learning library.",310.0,33,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,2023-12-12 00:54:05.000,1.0,1907.0,5822.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,164454.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +188,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2023-12-05 14:03:18.000000,2023-12-05 13:55:29,1050.0,33.0,461.0,222.0,730.0,191.0,329.0,4319.0,Model interpretability and understanding for PyTorch.,104.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],1708.0,1649.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,59.0,141276.0,142059.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,18815.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +189,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,2023-12-14 14:34:55.000000,2023-12-14 14:33:50,12013.0,72.0,1058.0,101.0,1284.0,120.0,739.0,4195.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,33,True,2023-09-22 14:42:30.000,1.16.0,56.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,472.0,463.0,https://pypi.org/project/adversarial-robustness-toolbox,2023-09-22 14:17:16.000,9.0,28884.0,29736.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2023-09-22 17:09:10.511,34942.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +190,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,2023-12-09 07:57:07.000000,2023-10-18 12:45:17,932.0,5.0,742.0,85.0,190.0,79.0,645.0,3886.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,33,True,2023-09-27 14:17:30.000,78,71.0,opencv-python,,,,,11565.0,,https://pypi.org/project/opencv-python,2023-09-28 11:00:22.000,11565.0,11334525.0,11334525.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +191,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,2023-12-14 06:57:14.000000,2023-12-09 00:31:13,1111.0,36.0,564.0,116.0,819.0,272.0,1008.0,3789.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",158.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3672.0,3502.0,https://pypi.org/project/coremltools,2023-11-01 14:33:59.000,170.0,178849.0,180358.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,52850.0,,,,,2.0,8958.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,2023-12-11 03:37:28.000000,2023-12-03 03:47:34,490.0,15.0,582.0,63.0,211.0,191.0,148.0,3712.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,5695.0,5632.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,63.0,673771.0,677115.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,120417.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +193,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2023-12-14 10:36:06.000000,2023-11-21 06:27:27,2000.0,1.0,202.0,65.0,129.0,78.0,512.0,3644.0,A Grammar of Graphics for Python.,103.0,33,True,2023-11-06 11:06:44.000,0.12.4,20.0,plotnine,conda-forge/plotnine,,,,6678.0,6417.0,https://pypi.org/project/plotnine,2023-11-06 11:02:10.000,261.0,1956075.0,1963903.0,https://anaconda.org/conda-forge/plotnine,2023-11-06 12:55:06.721,328792.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +194,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2023-12-14 11:34:30.000000,2023-12-11 20:02:07,1294.0,5.0,821.0,272.0,1438.0,308.0,512.0,3399.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",150.0,33,True,2023-11-15 23:09:44.000,0.16.1,29.0,torchtext,,,,['pytorch'],487.0,,https://pypi.org/project/torchtext,2023-11-15 16:47:30.000,487.0,365917.0,365917.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +195,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2023-12-13 01:28:11.000000,2023-12-13 01:25:15,1233.0,39.0,220.0,30.0,394.0,98.0,161.0,3252.0,Lightning fast forecasting with statistical and econometric models.,34.0,33,True,2023-11-13 18:17:17.000,1.6.0,27.0,statsforecast,conda-forge/statsforecast,,,,645.0,619.0,https://pypi.org/project/statsforecast,2023-08-23 19:27:53.000,26.0,592679.0,595323.0,https://anaconda.org/conda-forge/statsforecast,2023-08-25 15:46:41.512,55541.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +196,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,2023-12-04 07:59:34.000000,2023-10-27 18:17:16,1488.0,21.0,353.0,91.0,732.0,125.0,441.0,3109.0,Quickly and accurately render even the largest data.,54.0,33,True,2023-10-26 15:10:16.000,0.16.0,33.0,datashader,conda-forge/datashader,,,,3305.0,3305.0,https://pypi.org/project/datashader,,,78007.0,94957.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,728883.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +197,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2023-12-14 11:51:31.000000,2023-12-11 02:17:01,1757.0,95.0,349.0,54.0,1490.0,64.0,392.0,2854.0,Bayesian optimization in PyTorch.,106.0,33,True,2023-12-09 02:30:45.000,0.9.5,42.0,botorch,conda-forge/botorch,,,['pytorch'],811.0,771.0,https://pypi.org/project/botorch,2023-12-09 02:30:45.000,40.0,139481.0,141863.0,https://anaconda.org/conda-forge/botorch,2023-12-09 03:51:41.401,95291.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +198,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,2023-11-27 00:20:23.000000,2021-10-12 13:32:38,1570.0,,502.0,63.0,540.0,303.0,392.0,2694.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2021-10-12 15:33:19.000,0.9.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,5443.0,5169.0,https://pypi.org/project/scikit-optimize,2021-10-12 14:23:01.204,274.0,547285.0,556292.0,https://anaconda.org/conda-forge/scikit-optimize,2023-06-16 13:23:01.487,693555.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +199,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,2023-12-12 23:08:37.558000,2023-12-11 18:08:45,1632.0,14.0,323.0,61.0,182.0,126.0,191.0,2661.0,A machine learning toolkit dedicated to time-series data.,43.0,33,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1106.0,1057.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,285749.0,315870.0,https://anaconda.org/conda-forge/tslearn,2023-12-12 23:08:37.558,1265111.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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,32.0,385.0,39.0,149.0,43.0,238.0,2312.0,A library of sklearn compatible categorical variable encoders.,70.0,33,True,2023-10-29 20:28:53.000,2.6.3,20.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1279.0,1279.0,https://pypi.org/project/category_encoders,,,1476452.0,1485963.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,247303.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +201,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,2023-10-30 17:18:47.000000,2023-10-23 16:17:56,1077.0,4.0,227.0,34.0,249.0,51.0,271.0,1462.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",22.0,33,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,6899.0,6811.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,88.0,1883134.0,1910064.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1023377.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +202,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2023-12-14 14:22:27.000000,2023-12-12 15:07:30,1159.0,10.0,340.0,64.0,581.0,227.0,346.0,1428.0,A Jupyter - Leaflet.js bridge.,87.0,33,True,2023-06-02 07:09:46.000,0.17.3,68.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],6441.0,6441.0,https://pypi.org/project/ipyleaflet,,,131121.0,210496.0,https://anaconda.org/conda-forge/ipyleaflet,2023-11-27 12:51:40.733,1090630.0,,,,,2.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,54012.0,,,,,,,,,,,,,, +203,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,2023-12-13 23:15:45.000000,2023-12-13 12:04:55,11241.0,224.0,232.0,58.0,11796.0,185.0,2142.0,897.0,Cloud-native genomic dataframes and batch computing.,91.0,33,True,2023-10-30 17:22:27.000,0.2.126,146.0,hail,,,,['spark'],135.0,118.0,https://pypi.org/project/hail,2023-10-30 17:22:27.000,17.0,33501.0,33501.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +204,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,2023-12-11 04:30:00.000000,2023-12-06 02:03:46,14787.0,6.0,506.0,50.0,2275.0,394.0,949.0,707.0,Workflows and interfaces for neuroimaging packages.,251.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,3998.0,3820.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,178.0,95680.0,110398.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,588731.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +205,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2023-12-12 21:25:37.000000,2023-11-09 02:15:57,1048.0,65.0,170.0,36.0,113.0,31.0,58.0,696.0,Snowball compiler and stemming algorithms.,34.0,33,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6825.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,6820.0,10683822.0,10769366.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7527880.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +206,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,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,12889.0,1567.0,224.0,718.0,584.0,50492.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2018-04-02 17:18:43.000,1.2.2,2.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],21.0,21.0,https://pypi.org/project/face_recognition,,,73638.0,74146.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19246.0,,,,,2.0,1218.0,,,,,,,,,,,,,,,,,, +207,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2023-11-17 01:43:12.000000,2023-07-13 08:50:20,531.0,,2635.0,381.0,118.0,213.0,558.0,24051.0,Deezer source separation library including pretrained models.,19.0,32,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],629.0,623.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,17590.0,75681.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,78805.0,,,,,2.0,2824175.0,,,,,,,,,,,,,,,,,, +208,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51.000,2023-11-14 17:36:10.000000,2023-09-10 02:01:49,2281.0,,4847.0,496.0,150.0,988.0,1347.0,19321.0,State-of-the-art 2D and 3D Face Analysis Project.,57.0,32,False,2023-04-02 07:43:27.000,0.7,1.0,insightface,,,,['mxnet'],1317.0,1317.0,https://pypi.org/project/insightface,,,489368.0,646429.0,,,,,,,,2.0,1256494.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,2023-07-17 16:46:23.000000,2020-10-14 16:36:49,6226.0,,4117.0,1000.0,1868.0,323.0,658.0,16698.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,32,False,2020-10-05 15:43:07.000,1.4.1,13.0,zipline,conda-forge/zipline,,,,970.0,970.0,https://pypi.org/project/zipline,,,2659.0,2848.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7396.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,,3293.0,465.0,671.0,589.0,672.0,14390.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1536.0,1446.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,90.0,4682.0,4682.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +211,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,187.0,1005.0,580.0,712.0,12298.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,32,True,2022-11-28 08:29:05.000,2.3.1,29.0,paddlehub,,,,['paddle'],1474.0,1474.0,https://pypi.org/project/paddlehub,,,6003.0,6014.0,,,,,,,,2.0,664.0,,,,,,,,,,,,,,,,,, +212,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2415.0,460.0,260.0,570.0,362.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5218.0,4729.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,489.0,7598.0,7598.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +213,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2023-12-13 16:41:39.000000,2023-12-07 16:30:16,1315.0,8.0,848.0,158.0,1656.0,171.0,804.0,6896.0,An open source python library for automated feature engineering.,71.0,32,True,2023-10-26 18:22:23.000,1.28.0,103.0,featuretools,conda-forge/featuretools,,,,1565.0,1487.0,https://pypi.org/project/featuretools,2023-10-26 18:22:23.000,78.0,53957.0,58081.0,https://anaconda.org/conda-forge/featuretools,2023-10-27 14:28:34.721,173226.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +214,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2023-12-05 06:40:26.000000,2023-10-17 11:40:34,2699.0,6.0,1130.0,210.0,1045.0,18.0,613.0,6421.0,An open source library for deep learning end-to-end dialog systems and chatbots.,76.0,32,True,2023-10-17 11:56:08.000,1.4.0,61.0,deeppavlov,,,,['tensorflow'],375.0,369.0,https://pypi.org/project/deeppavlov,2023-10-17 11:56:08.000,6.0,8976.0,8976.0,,,,,,,,2.0,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +215,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-10-09 03:38:19.000000,2020-07-15 13:46:58,1184.0,,1531.0,305.0,293.0,146.0,266.0,5257.0,Portfolio and risk analytics in Python.,59.0,32,False,2019-04-15 11:38:22.000,0.9.2,8.0,pyfolio,conda-forge/pyfolio,,,,917.0,917.0,https://pypi.org/project/pyfolio,,,9764.0,9945.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12716.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +216,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,2023-12-14 11:05:10.000000,2023-12-14 10:58:43,3845.0,106.0,495.0,84.0,536.0,95.0,458.0,4560.0,Online machine learning in Python.,107.0,32,True,2023-12-05 09:29:54.000,0.21.0,14.0,river,conda-forge/river,,,,386.0,386.0,https://pypi.org/project/river,,,21876.0,23486.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,51541.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +217,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2023-12-11 16:28:56.000000,2022-08-22 18:21:12,586.0,,570.0,78.0,76.0,60.0,161.0,2971.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,,,,4802.0,4636.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,166.0,1856347.0,1859411.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,239059.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +218,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,2023-11-29 20:31:14.000000,2023-11-29 20:31:13,1079.0,42.0,382.0,63.0,486.0,201.0,268.0,2786.0,A Hyperparameter Tuning Library for Keras.,60.0,32,True,2023-11-07 19:38:18.000,1.4.6,34.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],3044.0,2982.0,https://pypi.org/project/keras-tuner,2023-11-07 19:38:18.000,62.0,161180.0,162139.0,https://anaconda.org/conda-forge/keras-tuner,2023-11-10 05:23:26.167,26861.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +219,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,2023-11-30 11:52:42.000000,2023-11-30 11:52:37,963.0,15.0,222.0,40.0,518.0,71.0,171.0,2660.0,JAX-based neural network library.,79.0,32,True,2023-11-10 14:04:13.000,0.0.11,13.0,dm-haiku,conda-forge/dm-haiku,,,,1620.0,1620.0,https://pypi.org/project/dm-haiku,,,227116.0,227528.0,https://anaconda.org/conda-forge/dm-haiku,2023-11-16 14:41:40.026,14036.0,,,,,3.0,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +220,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,2023-12-14 04:08:41.000000,2023-12-14 00:14:07,2266.0,28.0,717.0,80.0,202.0,185.0,460.0,2643.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",145.0,32,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],1370.0,1365.0,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,5.0,29948.0,29948.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +221,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,2023-11-20 19:06:35.000000,2023-11-20 19:03:21,997.0,7.0,478.0,57.0,135.0,341.0,164.0,2580.0,A high performance implementation of HDBSCAN clustering.,86.0,32,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3121.0,2899.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,222.0,481015.0,527781.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1777108.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +222,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2023-12-14 07:19:30.000000,2023-11-03 18:30:51,2922.0,23.0,687.0,79.0,847.0,257.0,621.0,2537.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",120.0,32,True,2023-10-16 21:49:45.000,0.1.24,24.0,pgmpy,,,,,830.0,798.0,https://pypi.org/project/pgmpy,2023-10-16 20:46:07.000,32.0,60848.0,60855.0,,,,,,,,2.0,303.0,,,,,,,,,,,,,,,,,, +223,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,2023-12-05 17:43:52.000000,2023-12-03 09:09:14,2415.0,201.0,242.0,27.0,1119.0,75.0,224.0,2453.0,Database system for AI-powered apps.,73.0,32,True,2023-11-19 16:35:30.000,0.3.9,36.0,evadb,,,,['pytorch'],140.0,140.0,https://pypi.org/project/evadb,,,18220.0,42235.0,,,,,,,,3.0,408266.0,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +224,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,2023-12-14 11:09:27.000000,2023-12-14 05:35:35,5437.0,137.0,670.0,89.0,5628.0,93.0,846.0,2033.0,TFX is an end-to-end platform for deploying production ML pipelines.,178.0,32,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,2023-09-06 22:01:30.000,14.0,152893.0,152893.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +225,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,2023-12-13 10:47:28.000000,2023-12-12 09:04:56,3667.0,8.0,189.0,50.0,1339.0,126.0,708.0,1936.0,Ahead of Time compiler for numeric kernels.,72.0,32,True,2023-09-06 20:25:23.000,0.14.0,58.0,pythran,conda-forge/pythran,,,,1581.0,1559.0,https://pypi.org/project/pythran,2023-09-06 20:25:23.000,22.0,150330.0,161348.0,https://anaconda.org/conda-forge/pythran,2023-09-21 12:37:53.939,429721.0,,,,,2.0,,,,,,,,,,,,,,,,,pythran,python-pythran, +226,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,2023-12-14 04:58:22.000000,2023-12-13 15:05:30,4135.0,81.0,1075.0,155.0,1082.0,45.0,605.0,1685.0,Documentation and samples for ArcGIS API for Python.,89.0,32,True,2023-10-03 15:37:18.000,2.2.0,40.0,arcgis,,esridocker/arcgis-api-python-notebook,,,36.0,3.0,https://pypi.org/project/arcgis,2023-12-12 19:09:17.000,33.0,109288.0,109402.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,9978.0,,,,,,,,,,,,,,,,,, +227,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2023-12-11 14:34:58.000000,2023-12-11 14:34:58,937.0,6.0,188.0,49.0,298.0,127.0,121.0,1626.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,32,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,5563.0,5418.0,https://pypi.org/project/evaluate,2023-10-13 15:54:47.000,145.0,1978115.0,1978115.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +228,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,2023-12-12 13:16:43.000000,2023-12-12 02:21:08,1775.0,55.0,365.0,51.0,114.0,40.0,419.0,1613.0,Reinforcement Learning environments based on the 1993 game Doom.,53.0,32,True,2023-09-27 21:19:28.000,1.2.2,28.0,vizdoom,,,,,229.0,213.0,https://pypi.org/project/vizdoom,2023-09-27 21:19:28.000,16.0,14650.0,14776.0,,,,,,,,1.0,11777.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +229,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,277.0,51.0,157.0,84.0,218.0,1565.0,Python Geocoder.,73.0,32,False,2016-09-05 17:57:51.000,1.17.3,18.0,geocoder,conda-forge/geocoder,,,,8497.0,8497.0,https://pypi.org/project/geocoder,,,424434.0,426084.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,135331.0,,,,,3.0,,,,,,,,,,,,,,,,,,,geocoder +230,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2023-12-01 15:23:33.553000,2023-11-30 20:24:10,549.0,5.0,105.0,32.0,55.0,71.0,76.0,906.0,Describing statistical models in Python using symbolic formulas.,17.0,32,True,2023-11-30 20:39:52.000,0.5.4,11.0,patsy,conda-forge/patsy,,,,87688.0,84946.0,https://pypi.org/project/patsy,2023-11-30 20:39:52.000,2742.0,11256537.0,11606282.0,https://anaconda.org/conda-forge/patsy,2023-12-01 15:23:33.553,9443126.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +231,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,2023-12-13 21:02:16.000000,2023-12-10 21:31:37,627.0,43.0,88.0,23.0,475.0,300.0,388.0,831.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",44.0,32,True,2023-10-17 08:55:43.000,0.9.0,17.0,hvplot,conda-forge/hvplot,,,,4081.0,4081.0,https://pypi.org/project/hvplot,,,128300.0,140373.0,https://anaconda.org/conda-forge/hvplot,2023-10-16 18:32:23.923,507080.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +232,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2023-12-14 14:23:08.000000,2023-12-14 08:12:14,3079.0,598.0,2296.0,266.0,2262.0,75.0,363.0,21395.0,You like pytorch? You like micrograd? You love tinygrad!.,258.0,31,True,2023-08-27 16:40:37.000,0.7.0,4.0,,,,,['pytorch'],35.0,35.0,,,,,,,,,,,,,1.0,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +233,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,6.0,2007.0,287.0,3401.0,50.0,1494.0,10375.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,31,True,2023-06-06 20:16:41.000,1.7.2,23.0,parlai,,,,['pytorch'],21.0,21.0,https://pypi.org/project/parlai,,,2369.0,2369.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +234,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,2023-07-21 09:09:23.000000,2023-07-21 09:09:17,859.0,,1358.0,419.0,82.0,34.0,158.0,9648.0,TensorFlow-based neural network library.,58.0,31,True,2020-03-27 10:36:19.000,2.0.0,13.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1189.0,1189.0,https://pypi.org/project/dm-sonnet,,,18068.0,18609.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,26534.0,,,,,3.0,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +235,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,2023-10-02 22:40:56.000000,2023-10-02 22:40:55,1387.0,2.0,1406.0,303.0,889.0,129.0,758.0,9001.0,AutoML library for deep learning.,143.0,31,True,2023-01-28 18:46:30.271,1.1.0,58.0,autokeras,,,,['tensorflow'],622.0,610.0,https://pypi.org/project/autokeras,2023-01-28 18:46:30.271,12.0,14632.0,14874.0,,,,,,,,2.0,17668.0,,,,,,,,,,,,,,,,,, +236,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,2023-12-13 14:44:30.000000,2023-04-18 11:08:13,2759.0,,1239.0,215.0,709.0,176.0,827.0,7244.0,Automated Machine Learning with scikit-learn.,88.0,31,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],563.0,524.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,18672.0,19310.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,20422.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,, +237,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,2023-12-13 14:38:58.000000,2023-12-12 03:40:48,5852.0,118.0,887.0,112.0,1583.0,92.0,614.0,7014.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2023-11-29 21:48:30.000,2.7.1,117.0,perspective-python,conda-forge/perspective,,,['jupyter'],120.0,103.0,https://pypi.org/project/perspective-python,2023-11-29 16:47:42.000,14.0,5998.0,18641.0,https://anaconda.org/conda-forge/perspective,2023-12-04 04:58:10.833,490485.0,,,,,2.0,1825.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,600.0,,,2023-11-29 16:47:08.922,3.0,,,,,,,,,, +238,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,2023-12-11 13:29:28.000000,2023-12-10 17:43:39,1120.0,38.0,752.0,60.0,879.0,243.0,1010.0,6769.0,A python library for user-friendly forecasting and anomaly detection on time series.,108.0,31,True,2023-12-10 18:17:20.000,0.27.1,39.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,462.0,457.0,https://pypi.org/project/u8darts,2023-12-10 18:17:20.000,5.0,15861.0,17190.0,https://anaconda.org/conda-forge/u8darts-all,2023-12-10 22:13:26.243,38347.0,https://hub.docker.com/r/unit8/darts,2023-12-10 17:53:59.869630,,453.0,2.0,,,,,,,,,,,,,,,,,,, +239,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,,1806.0,200.0,206.0,11.0,1343.0,6292.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,31,True,2019-01-18 19:18:13.000,doc-v0.9.0.1,3.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1418.0,1418.0,https://pypi.org/project/tensorpack,,,13344.0,13737.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10181.0,,,,,3.0,160.0,,,,,,,,,,,,,,,,,, +240,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,2023-12-12 19:47:22.000000,2023-07-17 16:59:29,152.0,,1016.0,198.0,94.0,145.0,282.0,5698.0,Official Kaggle API.,37.0,31,True,2023-07-17 17:06:58.000,1.5.16,59.0,kaggle,conda-forge/kaggle,,,,399.0,21.0,https://pypi.org/project/kaggle,2023-09-19 19:12:15.000,378.0,191154.0,194769.0,https://anaconda.org/conda-forge/kaggle,2023-07-18 03:35:17.292,141018.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +241,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,2023-12-13 13:40:56.000000,2023-12-13 13:40:56,1081.0,6.0,360.0,82.0,522.0,50.0,450.0,5429.0,A scikit-learn compatible neural network library that wraps PyTorch.,61.0,31,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1093.0,1041.0,https://pypi.org/project/skorch,2023-09-04 09:59:43.000,52.0,58060.0,77996.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,777537.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +242,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,2023-12-01 05:25:05.000000,2023-11-29 14:09:54,774.0,29.0,368.0,73.0,278.0,55.0,498.0,4365.0,Visualizer for pandas data structures.,30.0,31,True,2023-11-29 14:48:32.000,3.8.1,178.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",976.0,953.0,https://pypi.org/project/dtale,2023-11-29 14:48:32.000,23.0,103989.0,110020.0,https://anaconda.org/conda-forge/dtale,2023-11-29 15:12:38.018,259371.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +243,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2023-11-05 18:03:02.000000,2023-11-02 13:49:44,662.0,35.0,822.0,147.0,125.0,124.0,104.0,3851.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,2829.0,2783.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,46.0,70510.0,71148.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,21712.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +244,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2023-12-07 08:21:48.000000,2023-12-07 08:10:18,1077.0,20.0,345.0,60.0,1332.0,122.0,172.0,3772.0,A Python toolbox for performing gradient-free optimization.,51.0,31,True,2023-11-19 06:44:47.000,1.0.1,46.0,nevergrad,conda-forge/nevergrad,,,,610.0,580.0,https://pypi.org/project/nevergrad,2023-11-19 06:44:47.000,30.0,76181.0,77214.0,https://anaconda.org/conda-forge/nevergrad,2023-09-21 13:51:23.949,44451.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +245,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2023-11-24 07:56:25.000000,2023-11-24 07:54:37,246.0,8.0,267.0,47.0,50.0,26.0,93.0,3676.0,A simple command-line utility for querying and monitoring GPU status.,17.0,31,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,4561.0,4429.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,132.0,1048469.0,1055869.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,273807.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +246,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,2023-12-13 05:46:12.000000,2023-11-28 18:04:16,1392.0,36.0,447.0,53.0,740.0,42.0,455.0,3445.0,NeuralProphet: A simple forecasting package.,50.0,31,True,2023-06-14 22:41:07.000,0.6.2,28.0,neuralprophet,,,,['pytorch'],352.0,347.0,https://pypi.org/project/neuralprophet,2023-12-11 20:39:24.000,5.0,68280.0,68280.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +247,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,1.0,703.0,185.0,737.0,262.0,669.0,3401.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,280.0,251.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,29.0,345671.0,345833.0,,,,,,,,3.0,14001.0,,,,,,,,,,,,,,,,,, +248,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,7.0,602.0,78.0,227.0,76.0,403.0,3337.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,31,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1225.0,1186.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,39.0,205630.0,219831.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,552772.0,,,,,1.0,663.0,,,,,,,,,,,,,,,,,, +249,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,425.0,92.0,122.0,71.0,348.0,3191.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1060.0,1001.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,59.0,212035.0,214725.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,102239.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +250,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,5.0,322.0,66.0,75.0,9.0,119.0,2904.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,11805.0,11423.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,382.0,1351563.0,1355671.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,349208.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +251,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,2023-12-08 06:13:43.000000,2023-11-20 19:22:47,1273.0,4.0,268.0,53.0,213.0,51.0,404.0,2837.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,35.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,615.0,599.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,181782.0,204493.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,953864.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +252,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,2023-12-14 14:38:03.000000,2023-12-14 14:38:01,1130.0,33.0,229.0,26.0,967.0,97.0,392.0,2614.0,A python library for self-supervised learning on images.,35.0,31,True,2023-12-13 14:31:54.000,1.4.24,111.0,lightly,,,,['pytorch'],197.0,191.0,https://pypi.org/project/lightly,2023-12-13 14:31:54.000,6.0,26167.0,26167.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +253,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,2023-12-14 14:11:39.000000,2023-12-12 16:33:12,10667.0,75.0,374.0,58.0,2879.0,1016.0,2104.0,2527.0,"With Holoviews, your data visualizes itself.",139.0,31,True,2023-11-09 09:16:35.000,1.18.1,77.0,holoviews,conda-forge/holoviews,,,['jupyter'],,,https://pypi.org/project/holoviews,,,326683.0,362001.0,https://anaconda.org/conda-forge/holoviews,2023-11-08 21:19:49.170,1461630.0,,,,,2.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,518.0,-4.0,,,,,,,,,,,,, +254,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2023-12-11 13:22:19.000000,2023-12-11 13:14:47,785.0,37.0,297.0,36.0,857.0,40.0,246.0,2417.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",42.0,31,True,2023-09-09 13:24:13.000,0.7.0,13.0,python-doctr,,,,"['tensorflow', 'pytorch']",222.0,219.0,https://pypi.org/project/python-doctr,2023-09-09 13:24:13.000,3.0,16664.0,79340.0,,,,,,,,2.0,2131000.0,,,,,,,,,,,,,,,,,, +255,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2023-12-11 04:34:10.000000,2023-11-17 20:35:45,543.0,21.0,156.0,44.0,74.0,4.0,127.0,1933.0,a python library for doing approximate and phonetic matching of strings.,31.0,31,True,,,14.0,jellyfish,conda-forge/jellyfish,,,,7576.0,7576.0,https://pypi.org/project/jellyfish,,,2418483.0,2436552.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,758916.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +256,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2023-12-11 16:17:47.000000,2023-12-11 16:17:44,517.0,12.0,433.0,85.0,100.0,82.0,257.0,1860.0,bt - flexible backtesting for Python.,31.0,31,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1607.0,1579.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,28.0,8616.0,9227.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,19554.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +257,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2023-12-12 19:14:49.000000,2023-12-12 19:14:48,931.0,14.0,427.0,87.0,211.0,49.0,235.0,1386.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2533.0,2170.0,https://pypi.org/project/emcee,2023-02-02 20:53:47.943,363.0,114728.0,118214.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,317300.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +258,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2023-12-06 14:55:34.000000,2023-10-16 10:24:24,1106.0,27.0,268.0,43.0,500.0,31.0,181.0,1191.0,ARCH models in Python.,35.0,31,False,2023-09-26 15:06:52.000,6.2.0,45.0,arch,conda-forge/arch-py,,,,1369.0,1300.0,https://pypi.org/project/arch,2023-09-26 15:06:52.000,69.0,289450.0,295940.0,https://anaconda.org/conda-forge/arch-py,2023-10-06 06:11:20.798,272594.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +259,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2023-12-08 14:17:05.000000,2023-11-27 21:23:34,3273.0,9.0,242.0,48.0,349.0,72.0,262.0,1003.0,"OpenCL integration for Python, plus shiny features.",95.0,31,True,2023-10-12 23:06:24.000,2023.1.4,94.0,pyopencl,conda-forge/pyopencl,,,,1942.0,1736.0,https://pypi.org/project/pyopencl,2023-10-12 23:06:24.000,206.0,66598.0,89623.0,https://anaconda.org/conda-forge/pyopencl,2023-10-13 14:22:03.075,967068.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +260,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,2023-12-13 19:43:52.000000,2023-12-13 19:43:51,921.0,8.0,214.0,59.0,98.0,45.0,173.0,975.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1620.0,1564.0,https://pypi.org/project/tensorflow-transform,2023-08-11 23:14:04.000,56.0,730627.0,730627.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +261,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,2023-12-14 14:17:24.000000,2023-12-14 13:56:26,12774.0,468.0,275.0,35.0,1715.0,448.0,603.0,974.0,Python package for earth-observing satellite data processing.,148.0,31,False,2023-11-29 07:10:55.000,0.45.0,91.0,satpy,conda-forge/satpy,,,,133.0,116.0,https://pypi.org/project/satpy,2023-11-29 07:10:55.000,17.0,10337.0,14552.0,https://anaconda.org/conda-forge/satpy,2023-11-29 12:39:53.831,177045.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +262,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,2023-11-06 11:21:40.354000,2023-11-06 00:17:47,493.0,8.0,121.0,32.0,126.0,26.0,74.0,849.0,Python bindings and utilities for GeoJSON.,56.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17279.0,16018.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,1261.0,1450285.0,1527432.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,771472.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +263,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,2023-12-13 19:47:29.000000,2023-10-07 23:47:13,1647.0,10.0,277.0,44.0,1276.0,259.0,362.0,675.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,31,True,2023-09-08 15:59:39.000,0.34.0,41.0,tensorflow-io,,,,['tensorflow'],35.0,,https://pypi.org/project/tensorflow-io,2023-09-08 14:58:40.000,35.0,4240673.0,4240673.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +264,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2023-12-12 19:19:20.000000,2023-12-12 05:44:04,160861.0,2798.0,83.0,51.0,1965.0,105.0,279.0,666.0,TensorFlow ROCm port.,4524.0,31,True,2022-12-06 16:42:53.965,2.9.4,97.0,tensorflow-rocm,,,,['tensorflow'],5.0,,https://pypi.org/project/tensorflow-rocm,2023-10-04 19:01:50.000,5.0,3705.0,3705.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,, +265,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2023-12-13 16:04:17.108000,2023-12-13 04:26:24,17061.0,49.0,112.0,26.0,3554.0,503.0,3377.0,469.0,"Keep code, data, containers under control with git and git-annex.",55.0,31,True,2023-12-13 04:23:50.000,0.19.4,109.0,datalad,conda-forge/datalad,,,,64.0,,https://pypi.org/project/datalad,2023-12-13 04:23:50.000,64.0,14822.0,24561.0,https://anaconda.org/conda-forge/datalad,2023-12-13 16:04:17.108,409053.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +266,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2023-12-13 21:22:01.000000,2023-12-02 18:57:12,280.0,3.0,107.0,24.0,52.0,35.0,55.0,457.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,31,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,17343.0,16981.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,362.0,1697487.0,1716699.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,730061.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +267,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,2023-12-14 13:51:53.000000,2023-12-12 07:08:02,1842.0,204.0,54.0,16.0,1372.0,33.0,199.0,430.0,The MLOps stack component for experiment tracking.,52.0,31,True,2023-12-04 11:00:03.000,1.8.6,197.0,neptune-client,conda-forge/neptune-client,,,,49.0,,https://pypi.org/project/neptune-client,2023-12-07 09:56:42.000,49.0,543523.0,548736.0,https://anaconda.org/conda-forge/neptune-client,2023-12-04 13:15:00.892,224185.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +268,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,,4382.0,1259.0,557.0,836.0,2543.0,17417.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,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,443.0,593.0,,,,,,,,3.0,14322.0,,,,,,,,,,,,,,,,,, +269,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,2023-11-28 15:27:10.000000,2023-11-15 00:55:36,301.0,14.0,2553.0,136.0,44.0,112.0,129.0,16191.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,30,True,2023-11-15 00:56:24.000,1.6.4,184.0,vit-pytorch,,,,['pytorch'],380.0,374.0,https://pypi.org/project/vit-pytorch,2023-11-15 00:56:24.000,6.0,25916.0,25916.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +270,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4769.0,649.0,372.0,495.0,435.0,15009.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,30,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,578.0,539.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,39.0,1486.0,1486.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +271,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2023-12-11 06:43:28.000000,2023-11-21 12:31:47,1957.0,5.0,2205.0,271.0,884.0,226.0,664.0,13040.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,30,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,1726.0,1736.0,,,,,,,,2.0,392.0,,,,,,,,,,,,,,,,,, +272,pandas-ai,gventuri/pandas-ai,others,,https://github.com/gventuri/pandas-ai,https://github.com/gventuri/pandas-ai,MIT,2023-04-22 12:58:01.000,2023-12-13 23:10:23.000000,2023-12-13 23:07:25,667.0,217.0,770.0,82.0,296.0,156.0,256.0,9252.0,"PandasAI is the Python library that integrates Gen AI into pandas, making data analysis conversational.",55.0,30,True,2023-12-13 23:10:23.000,1.5.8,98.0,pandas-ai,,,,,2438.0,2438.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +273,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,2023-12-06 02:18:40.000000,2023-12-06 02:18:37,2868.0,25.0,2028.0,191.0,398.0,180.0,471.0,8458.0,FinRL: Financial Reinforcement Learning.,107.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,26.0,26.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1619.0,1619.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +274,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2023-09-25 05:14:24.000000,2023-08-26 12:04:19,383.0,,2101.0,286.0,96.0,295.0,446.0,8182.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,,,,1523.0,1505.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,18.0,8147.0,21505.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6718.0,,,,,2.0,897321.0,,,,,,,,,,,,,,,,,, +275,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2023-12-11 20:54:31.000000,2023-12-11 20:49:17,1124.0,22.0,1182.0,145.0,156.0,221.0,1210.0,7902.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,130.0,30,False,2023-10-31 20:06:30.000,0.7.5,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],659.0,659.0,https://pypi.org/project/pytorch3d,,,4000.0,7529.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,172947.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +276,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,2023-10-24 19:57:22.000000,2023-10-24 19:51:03,547.0,3.0,1164.0,166.0,427.0,58.0,469.0,7892.0,Automatic extraction of relevant features from time series:.,91.0,30,True,2023-06-14 21:34:06.791,0.20.1,30.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],98.0,21.0,https://pypi.org/project/tsfresh,2023-06-14 21:34:06.791,77.0,183735.0,214595.0,https://anaconda.org/conda-forge/tsfresh,2023-07-30 07:29:21.371,1326998.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +277,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,2023-12-14 07:51:44.000000,2023-11-29 01:03:00,1156.0,21.0,1251.0,104.0,618.0,673.0,517.0,7740.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,124.0,30,True,,,2.0,,conda-forge/nvidia-apex,,,['pytorch'],2147.0,2147.0,,,,,3556.0,https://anaconda.org/conda-forge/nvidia-apex,2023-06-16 16:18:35.589,177844.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +278,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2023-12-13 17:20:38.000000,2023-12-13 16:56:21,1480.0,29.0,581.0,74.0,595.0,80.0,201.0,7373.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",41.0,30,False,2023-09-11 17:53:22.000,2.5.0,24.0,cleanlab,conda-forge/cleanlab,,,,220.0,212.0,https://pypi.org/project/cleanlab,2023-09-11 17:53:22.000,8.0,13513.0,14104.0,https://anaconda.org/conda-forge/cleanlab,2023-09-12 22:14:32.939,18938.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +279,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,2023-12-11 17:35:38.000000,2023-12-07 21:36:00,355.0,1.0,1423.0,135.0,127.0,12.0,313.0,7174.0,A Python implementation of global optimization with gaussian processes.,42.0,30,True,2023-04-25 21:59:23.000,1.4.3,13.0,bayesian-optimization,,,,,2256.0,2256.0,https://pypi.org/project/bayesian-optimization,,,251204.0,251205.0,,,,,,,,2.0,139.0,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +280,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1287.0,174.0,46.0,69.0,236.0,6621.0,2D and 3D Face alignment library build using pytorch.,26.0,30,True,2023-08-17 14:37:33.000,1.4.1,13.0,face-alignment,,,,['pytorch'],21.0,21.0,https://pypi.org/project/face-alignment,,,67166.0,67166.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +281,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2023-12-14 09:05:24.000000,2023-12-14 00:26:46,2072.0,176.0,809.0,99.0,2310.0,275.0,875.0,6575.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",114.0,30,True,2023-11-30 05:58:09.000,1.0.0,1365.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",9.0,2.0,https://pypi.org/project/autogluon,2023-12-14 09:05:24.000,7.0,76206.0,76300.0,,,,https://hub.docker.com/r/autogluon/autogluon,2023-07-26 19:13:58.158186,17.0,5015.0,2.0,,,,,,,,,,,,,,,,,,, +282,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,2023-12-14 07:24:41.000000,2023-12-11 21:22:53,973.0,60.0,868.0,137.0,658.0,125.0,301.0,6400.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,82.0,30,True,2023-12-06 08:12:27.000,0.11,14.0,dowhy,conda-forge/dowhy,,,,310.0,310.0,https://pypi.org/project/dowhy,,,34870.0,35361.0,https://anaconda.org/conda-forge/dowhy,2023-11-30 17:35:40.350,18182.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,, +283,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2023-12-14 02:38:28.000000,2023-12-05 18:31:50,1553.0,56.0,821.0,146.0,1451.0,326.0,398.0,4886.0,Simple and Distributed Machine Learning.,115.0,30,True,2023-11-27 22:05:20.000,1.0.2,42.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,2023-11-27 22:05:20.000,3.0,332509.0,332509.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +284,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2023-12-12 09:31:39.000000,2023-12-08 23:20:53,584.0,27.0,709.0,81.0,320.0,87.0,309.0,4448.0,Uplift modeling and causal inference with machine learning algorithms.,59.0,30,True,2023-08-28 06:52:12.000,0.14.1,22.0,causalml,,,,,172.0,171.0,https://pypi.org/project/causalml,2023-08-28 06:52:12.000,1.0,74896.0,74896.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +285,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2023-11-12 21:40:25.000000,2022-01-27 13:24:16,139.0,,1006.0,154.0,113.0,94.0,79.0,4424.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,30,False,,,3.0,imutils,conda-forge/imutils,,,,39211.0,39211.0,https://pypi.org/project/imutils,,,424433.0,428155.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,152622.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +286,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,2023-12-02 02:32:24.000000,2022-09-24 16:20:26,585.0,,839.0,92.0,207.0,102.0,424.0,4253.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3527.0,3479.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,48.0,81148.0,81896.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,19467.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +287,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2023-11-28 14:54:27.704000,2023-11-13 07:19:19,1344.0,2.0,375.0,71.0,366.0,97.0,460.0,4122.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,30,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,2841.0,2731.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,110.0,25826.0,26001.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4398.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +288,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,2023-12-14 03:00:58.000000,2023-12-07 09:05:05,1435.0,27.0,752.0,74.0,1761.0,284.0,621.0,3945.0,Probabilistic time series modeling in Python.,110.0,30,True,2023-12-07 09:10:45.000,0.14.3,107.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,2023-12-07 09:10:45.000,16.0,319912.0,319938.0,https://anaconda.org/anaconda/gluonts,2023-06-23 14:26:58.411,679.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,2023-11-08 21:47:53.000000,2023-02-17 16:34:52,3273.0,,522.0,121.0,362.0,75.0,728.0,3875.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,356.0,307.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,49.0,63030.0,64759.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,41502.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +290,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,2023-12-14 00:38:46.000000,2023-12-14 00:38:43,15333.0,82.0,486.0,70.0,3364.0,796.0,1541.0,3707.0,cuML - RAPIDS Machine Learning Library.,167.0,30,True,2023-12-06 19:20:46.000,23.12.00,36.0,cuml,,,,,5.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,5.0,2541.0,2541.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +291,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2023-12-12 19:18:19.000000,2023-12-04 20:15:52,1724.0,96.0,531.0,41.0,761.0,429.0,281.0,3365.0,Time series forecasting with PyTorch.,43.0,30,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,59083.0,60437.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,52822.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +292,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,2023-12-13 17:37:21.000000,2023-12-11 18:09:03,3827.0,7.0,504.0,59.0,875.0,320.0,965.0,3308.0,A highly efficient implementation of Gaussian Processes in PyTorch.,127.0,30,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],1809.0,1726.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,83.0,185247.0,188501.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,139926.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +293,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,2023-12-07 01:28:27.000000,2023-04-20 03:41:53,699.0,,241.0,41.0,800.0,70.0,282.0,2674.0,PyTorch extensions for high performance and large scale training.,72.0,30,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],3770.0,3704.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,426243.0,432910.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,166679.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +294,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,2023-12-14 10:40:57.000000,2023-12-14 10:13:45,3492.0,55.0,341.0,155.0,1160.0,32.0,59.0,2662.0,Neural Network Libraries.,73.0,30,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,55.0,,https://pypi.org/project/nnabla,2023-12-06 09:31:24.000,55.0,3593.0,3604.0,,,,,,,,3.0,907.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,2023-12-14 13:43:37.000000,2023-12-14 06:32:52,7078.0,625.0,322.0,75.0,8234.0,126.0,311.0,2641.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",108.0,30,True,2023-12-08 03:41:37.000,0.26.6,468.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2023-12-13 14:48:45.000,4.0,20485.0,20666.0,,,,,,,,3.0,7976.0,,,,,,,,,,,,,,,,,, +296,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2023-12-14 00:39:13.000000,2023-11-11 12:54:41,2661.0,22.0,340.0,36.0,508.0,44.0,213.0,2586.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",61.0,30,True,2023-09-11 23:15:50.000,0.3.9,46.0,textattack,conda-forge/textattack,,,,221.0,216.0,https://pypi.org/project/textattack,2023-09-11 23:15:50.000,5.0,4335.0,4512.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,6938.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +297,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2023-12-11 17:00:36.000000,2023-12-11 13:43:52,1053.0,33.0,443.0,127.0,140.0,192.0,246.0,2582.0,PYthon svg GrAph plotting Library.,77.0,30,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,637.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,637.0,331037.0,334323.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,36148.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +298,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,99.0,1045.0,260.0,297.0,2544.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,30,True,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1451.0,1429.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,76860.0,76860.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +299,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2023-11-03 12:13:52.000000,2023-08-01 12:07:51,1342.0,,295.0,22.0,43.0,30.0,194.0,2117.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,20.0,30,True,2023-08-01 11:53:07.000,0.4.3,88.0,explainerdashboard,conda-forge/explainerdashboard,,,,423.0,414.0,https://pypi.org/project/explainerdashboard,2023-08-01 11:53:07.000,9.0,64236.0,65396.0,https://anaconda.org/conda-forge/explainerdashboard,2023-06-16 19:23:52.178,41765.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +300,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2023-12-14 07:39:57.000000,2023-12-14 07:39:57,1410.0,81.0,199.0,50.0,235.0,150.0,150.0,1951.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",40.0,30,True,2023-12-05 09:07:34.000,0.31.1,166.0,graphistry,,,,['jupyter'],113.0,107.0,https://pypi.org/project/graphistry,2023-12-05 09:07:34.000,6.0,2444.0,2444.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +301,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2023-10-09 13:43:55.000000,2023-10-09 11:43:56,191.0,4.0,255.0,57.0,69.0,49.0,219.0,1873.0,A Python wrapper for the tesseract-ocr API.,29.0,30,True,2023-10-09 13:43:55.000,2.6.2,19.0,tesserocr,conda-forge/tesserocr,,,,986.0,914.0,https://pypi.org/project/tesserocr,2023-10-09 13:43:55.000,72.0,49224.0,51787.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,128193.0,,,,,2.0,70.0,,,,,,,,,,,,,,,,,, +302,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2023-12-11 14:03:38.000000,2023-12-11 14:03:35,432.0,22.0,279.0,58.0,97.0,22.0,97.0,1670.0,ffn - a financial function library for Python.,30.0,30,True,2023-11-20 02:38:07.000,1.0.0,32.0,ffn,conda-forge/ffn,,,,432.0,401.0,https://pypi.org/project/ffn,2023-11-20 02:36:47.000,31.0,177917.0,178111.0,https://anaconda.org/conda-forge/ffn,2023-11-20 12:06:39.287,6209.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +303,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2023-11-24 08:37:14.000000,2023-11-24 08:37:08,1107.0,14.0,170.0,22.0,143.0,46.0,123.0,1577.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2023-11-24 08:35:59.000,0.34.1,37.0,audiomentations,,,,,389.0,384.0,https://pypi.org/project/audiomentations,2023-11-24 08:35:59.000,5.0,15124.0,15124.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +304,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,2023-12-11 20:11:40.000000,2023-12-11 02:20:16,837.0,106.0,101.0,22.0,334.0,82.0,202.0,1564.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,43.0,30,True,2023-11-13 18:28:25.000,0.11.2,46.0,equinox,,,,['jax'],387.0,340.0,https://pypi.org/project/equinox,2023-11-13 18:28:25.000,47.0,50184.0,50184.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +305,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2023-12-11 11:29:00.000000,2023-12-07 09:48:37,3725.0,85.0,254.0,30.0,546.0,87.0,672.0,1540.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,74.0,30,True,2023-07-28 14:24:47.000,0.4.0,7.0,avalanche-lib,,,,,63.0,62.0,https://pypi.org/project/avalanche-lib,2023-07-28 14:24:47.000,1.0,1164.0,1164.0,,,,,,,,2.0,4.0,,,,,,,,,,,,,,,,,, +306,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2023-10-27 06:20:12.000000,2023-10-20 21:52:11,1051.0,10.0,206.0,52.0,201.0,28.0,272.0,1530.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,30,True,2023-09-30 19:50:08.000,0.5.3,10.0,scispacy,,,,,802.0,802.0,https://pypi.org/project/scispacy,,,24563.0,24563.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +307,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2023-12-04 04:51:52.000000,2023-11-09 19:35:44,1833.0,23.0,269.0,45.0,268.0,58.0,191.0,1462.0,TensorLy: Tensor Learning in Python.,66.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,585.0,535.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,50.0,13356.0,18775.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363076.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,2023-11-13 20:31:37.000000,2023-11-13 20:31:36,1240.0,18.0,132.0,30.0,101.0,29.0,244.0,1450.0,Statistical package in Python based on Pandas.,43.0,30,False,2022-12-29 22:57:18.000,0.5.3,38.0,pingouin,conda-forge/pingouin,,,,1608.0,1608.0,https://pypi.org/project/pingouin,,,81505.0,83348.0,https://anaconda.org/conda-forge/pingouin,2023-06-16 16:12:34.261,110618.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +309,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,2023-11-17 01:39:58.000000,2023-11-17 01:39:50,817.0,2.0,320.0,121.0,767.0,205.0,164.0,1443.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",83.0,30,True,2023-05-26 02:36:01.000,0.7.5,30.0,tensorflow-model-optimization,,,,['tensorflow'],3386.0,3356.0,https://pypi.org/project/tensorflow-model-optimization,2023-05-26 02:35:42.850,30.0,615895.0,615895.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +310,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,2023-12-14 11:48:39.000000,2023-12-14 11:48:39,3663.0,160.0,46.0,162.0,488.0,121.0,345.0,1308.0,Multiplatform plotting library based on Grammar of Graphics.,20.0,30,True,2023-11-03 12:21:13.000,4.1.0,66.0,lets-plot,,,,,53.0,51.0,https://pypi.org/project/lets-plot,2023-11-03 11:53:45.000,2.0,27891.0,27902.0,,,,,,,,2.0,548.0,,,,,,,,,,,,,,,,,, +311,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,2023-12-04 13:48:51.000000,2023-12-04 13:48:51,1470.0,9.0,152.0,32.0,243.0,,,1300.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2023-11-08 10:45:18.000,1.3.3,42.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1393.0,1393.0,https://pypi.org/project/spacy-transformers,,,235026.0,236037.0,https://anaconda.org/conda-forge/spacy-transformers,2023-11-09 12:24:29.392,25281.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +312,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,2023-12-14 11:51:18.000000,2023-12-13 16:33:12,1517.0,20.0,162.0,18.0,765.0,109.0,434.0,1217.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,30,True,2023-09-18 03:57:15.000,0.26.0,59.0,pyjanitor,conda-forge/pyjanitor,,,,521.0,501.0,https://pypi.org/project/pyjanitor,2023-09-18 03:57:09.000,20.0,46415.0,49111.0,https://anaconda.org/conda-forge/pyjanitor,2023-06-16 16:12:04.304,186033.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,2023-12-14 14:10:40.000000,2023-12-04 09:46:07,10313.0,116.0,221.0,35.0,1408.0,206.0,337.0,1094.0,Computations and statistics on manifolds with geometric structures.,87.0,30,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,89.0,86.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3283.0,3395.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2031.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +314,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2023-11-14 05:08:49.000000,2023-11-14 05:08:49,1913.0,27.0,216.0,20.0,286.0,43.0,270.0,767.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",44.0,30,True,2023-01-08 01:02:35.000,1.4.7,33.0,salib,conda-forge/salib,,,,971.0,971.0,https://pypi.org/project/salib,,,146098.0,147755.0,https://anaconda.org/conda-forge/salib,2023-06-16 13:22:11.263,140915.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +315,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,2023-12-10 16:42:26.000000,2023-12-10 11:33:28,562.0,13.0,93.0,17.0,193.0,95.0,135.0,614.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,30,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,28806.0,28532.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,274.0,1517605.0,1517746.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,16677.0,,,,,5.0,,,,,,,,,,,,, +316,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,5.0,38.0,14.0,69.0,7.0,25.0,204.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,30,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,36743.0,36496.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,247.0,6042011.0,6093958.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2025956.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +317,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,2023-11-19 15:53:51.000000,2023-04-19 14:13:08,2404.0,,3342.0,599.0,218.0,42.0,,12111.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,1880.0,1817.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,63.0,13892.0,13892.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +318,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,2023-12-04 21:17:36.000000,2022-11-08 22:11:16,98.0,,1719.0,202.0,70.0,96.0,34.0,9627.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,29,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,487269.0,487269.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +319,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,,1840.0,218.0,46.0,96.0,94.0,8876.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,129436.0,130149.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,29952.0,,,,,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,2023-06-16 19:20:32.486000,2023-01-31 19:40:04,3203.0,,1390.0,190.0,783.0,38.0,423.0,5978.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",131.0,29,True,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],576.0,564.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,1398.0,1573.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7352.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,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,4.0,1156.0,212.0,91.0,194.0,120.0,5524.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,29,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,431.0,412.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,19.0,9651.0,9651.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +322,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,1.0,851.0,124.0,38.0,62.0,144.0,4963.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],2661.0,2618.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,43.0,739832.0,740156.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,13960.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +323,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,2023-08-27 19:16:02.000000,2023-04-30 18:36:20,483.0,,663.0,89.0,206.0,138.0,356.0,4497.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1346.0,1296.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,690734.0,693109.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,168663.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +324,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,2023-12-13 23:12:28.000000,2023-12-13 23:12:27,2142.0,2.0,253.0,45.0,2093.0,304.0,645.0,4402.0,Aim An easy-to-use & supercharged open-source experiment tracker.,58.0,29,True,2023-06-02 08:59:51.000,3.17.5,55.0,aim,conda-forge/aim,,,,389.0,389.0,https://pypi.org/project/aim,,,96185.0,97587.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,40660.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +325,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,438.0,42.0,124.0,63.0,154.0,4198.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,,,,1014.0,984.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,30.0,177771.0,178288.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,15537.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +326,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,2023-11-06 09:55:37.480000,2023-10-04 07:40:23,3656.0,2.0,445.0,100.0,1043.0,224.0,368.0,3498.0,Plotting library for IPython/Jupyter notebooks.,64.0,29,True,2023-08-04 08:28:46.000,0.12.41,63.0,bqplot,conda-forge/bqplot,,,['jupyter'],51.0,51.0,https://pypi.org/project/bqplot,,,125248.0,157920.0,https://anaconda.org/conda-forge/bqplot,2023-11-06 09:55:37.480,1245334.0,,,,,3.0,,,bqplot,https://www.npmjs.com/package/bqplot,3711.0,,,,,,,,,,,,,, +327,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2023-12-11 17:22:52.000000,2023-11-25 19:47:15,483.0,13.0,476.0,35.0,500.0,6.0,,3259.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,36.0,29,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,799.0,787.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,12.0,111592.0,114185.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,52017.0,,,,,3.0,20185.0,,,,,,,,,,,,,,,,,, +328,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-09-28 08:31:00.000000,2023-09-28 08:30:38,400.0,24.0,247.0,64.0,51.0,9.0,,3233.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,29,True,2023-09-28 08:32:07.000,4.6.0,26.0,textdistance,conda-forge/textdistance,,,,5412.0,5347.0,https://pypi.org/project/textdistance,2023-09-28 08:30:50.000,65.0,408959.0,416459.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,501651.0,,,,,2.0,971.0,,,,,,,,,,,,,,,,,, +329,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2023-12-10 17:04:41.093000,2023-11-13 00:15:46,980.0,1.0,570.0,100.0,332.0,29.0,713.0,3206.0,"Fast, flexible and easy to use probabilistic modelling in Python.",72.0,29,True,2023-09-17 19:03:32.000,0.14.9,73.0,pomegranate,conda-forge/pomegranate,,,,1077.0,1019.0,https://pypi.org/project/pomegranate,2023-09-17 19:03:32.000,58.0,23719.0,26973.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,139944.0,,,,,3.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,2023-12-12 07:24:06.000000,2023-12-12 07:24:02,1476.0,16.0,225.0,16.0,1696.0,263.0,722.0,3142.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,52.0,29,False,2023-10-11 15:32:25.000,0.17.5,58.0,deepchecks,,,,,314.0,308.0,https://pypi.org/project/deepchecks,2023-10-11 15:32:13.000,6.0,37139.0,37168.0,,,,,,,,2.0,768.0,,,,,,,,,,,,,,,,,, +331,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,282.0,34.0,475.0,31.0,30.0,2889.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 02:57:04.000,0.3.0,20.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1060.0,1060.0,https://pypi.org/project/torch_optimizer,,,158163.0,158455.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9364.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +332,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2023-12-09 21:35:01.000000,2023-12-09 21:33:15,464.0,1.0,729.0,120.0,114.0,57.0,368.0,2871.0,"Hidden Markov Models in Python, with scikit-learn like API.",46.0,29,True,2023-04-18 18:59:00.534,0.3.0,12.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2312.0,2169.0,https://pypi.org/project/hmmlearn,2023-04-18 18:59:00.534,143.0,180683.0,185868.0,https://anaconda.org/conda-forge/hmmlearn,2023-10-07 20:19:04.855,202246.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +333,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,2023-12-14 13:29:37.000000,2023-12-14 13:29:37,1137.0,36.0,367.0,44.0,63.0,138.0,459.0,2840.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",24.0,29,True,2023-09-26 17:27:09.000,1.1.1,84.0,mljar-supervised,conda-forge/mljar-supervised,,,,99.0,97.0,https://pypi.org/project/mljar-supervised,2023-09-26 17:23:51.000,2.0,6457.0,6858.0,https://anaconda.org/conda-forge/mljar-supervised,2023-09-27 04:54:23.157,12058.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +334,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2023-09-23 22:00:36.000000,2023-07-13 17:20:36,617.0,,325.0,48.0,119.0,60.0,134.0,2709.0,A python library for decision tree visualization and model interpretation.,25.0,29,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1012.0,988.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,152884.0,154601.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,63546.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +335,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,10.0,257.0,49.0,19.0,31.0,97.0,2699.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,29,True,2023-11-29 13:30:45.000,2.3.1,13.0,sweetviz,conda-forge/sweetviz,,,,1864.0,1864.0,https://pypi.org/project/sweetviz,,,65247.0,66027.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,26536.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +336,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2023-12-08 10:36:46.000000,2023-12-08 10:06:07,1517.0,49.0,302.0,39.0,315.0,35.0,146.0,2516.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,35.0,29,True,2023-12-08 10:36:46.000,2.4.1,37.0,shapash,,,,['jupyter'],136.0,134.0,https://pypi.org/project/shapash,2023-12-08 10:36:46.000,2.0,5489.0,5489.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +337,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2023-12-05 08:28:17.000000,2023-12-05 08:28:16,2859.0,15.0,964.0,120.0,495.0,57.0,293.0,2515.0,IPython Parallel: Interactive Parallel Computing in Python.,112.0,29,False,2023-04-14 13:35:06.415,8.6.1,45.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],301.0,,https://pypi.org/project/ipyparallel,2023-04-14 13:35:06.415,301.0,302174.0,312394.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,940273.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +338,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,2023-07-06 22:54:55.000000,2022-12-10 14:00:49,877.0,,356.0,84.0,166.0,219.0,146.0,2288.0,D3 Renderings of Matplotlib Graphics.,51.0,29,True,2022-12-10 14:03:04.289,0.5.9,18.0,mpld3,conda-forge/mpld3,,,,5723.0,5306.0,https://pypi.org/project/mpld3,2022-12-10 14:03:04.289,409.0,435513.0,438063.0,https://anaconda.org/conda-forge/mpld3,2023-06-16 13:17:04.944,190888.0,,,,,3.0,,,mpld3,https://www.npmjs.com/package/mpld3,476.0,,,2022-12-10 14:00:31.699,8.0,,,,,,,,,, +339,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Apache-2.0,2019-02-26 10:10:56.000,2023-12-08 00:30:46.000000,2023-11-13 15:09:34,648.0,18.0,235.0,47.0,631.0,135.0,224.0,2221.0,Algorithms for explaining machine learning models.,19.0,29,True,2023-07-07 14:10:27.000,0.9.4,31.0,alibi,,,,,542.0,542.0,https://pypi.org/project/alibi,,,17426.0,17426.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +340,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,2023-12-13 18:40:54.000000,2023-12-13 18:04:58,1079.0,36.0,226.0,31.0,401.0,83.0,300.0,2024.0,Scalable and user friendly neural forecasting algorithms.,32.0,29,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,85.0,80.0,https://pypi.org/project/neuralforecast,2023-10-05 19:40:30.000,5.0,14906.0,15484.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,12142.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +341,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Apache-2.0,2019-10-07 13:29:13.000,2023-11-28 07:19:21.000000,2023-11-13 15:09:30,712.0,13.0,203.0,34.0,519.0,134.0,233.0,1987.0,"Algorithms for outlier, adversarial and drift detection.",20.0,29,True,2023-07-07 12:16:02.615,0.11.4,36.0,alibi-detect,,,,,403.0,397.0,https://pypi.org/project/alibi-detect,2023-07-07 12:16:02.615,6.0,24212.0,24212.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,2023-12-13 10:42:16.000000,2023-11-29 10:42:16,2442.0,2.0,435.0,73.0,1255.0,143.0,679.0,1776.0,Gaussian processes in TensorFlow.,83.0,29,True,2023-08-09 09:23:26.000,2.9.0,48.0,gpflow,conda-forge/gpflow,,,['tensorflow'],628.0,592.0,https://pypi.org/project/gpflow,2023-08-09 09:23:26.000,36.0,48143.0,48508.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,24520.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +343,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2023-07-31 14:46:11.000000,2023-04-24 15:04:32,275.0,,348.0,52.0,77.0,83.0,99.0,1750.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,39.0,29,True,2023-04-23 23:49:39.000,3.4.1,7.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],5574.0,5574.0,https://pypi.org/project/pyldavis,,,205735.0,206898.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,76770.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +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,2023-10-08 14:28:44.000000,2023-10-08 14:28:43,1157.0,10.0,206.0,36.0,1081.0,25.0,496.0,1721.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],258.0,255.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,3.0,1646.0,2239.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,16627.0,,,,,1.0,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +345,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2023-12-11 03:01:45.000000,2023-12-04 15:40:39,832.0,30.0,361.0,37.0,846.0,175.0,287.0,1700.0,A Python package to assess and improve fairness of machine learning models.,77.0,29,True,2023-07-28 09:05:39.000,0.9.0,19.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],31.0,2.0,https://pypi.org/project/fairlearn,2023-07-27 16:36:24.000,29.0,331048.0,331866.0,https://anaconda.org/conda-forge/fairlearn,2023-07-28 12:27:51.245,30270.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +346,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,2023-11-29 06:22:47.000000,2023-11-29 06:22:42,364.0,4.0,248.0,48.0,311.0,232.0,183.0,1686.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,42.0,29,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],270.0,269.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,302156.0,302156.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +347,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2023-11-11 20:39:50.545000,2023-11-10 19:30:40,1586.0,1.0,278.0,54.0,135.0,78.0,182.0,1667.0,"CUDA integration for Python, plus shiny features.",80.0,29,True,2023-11-10 19:34:27.000,2023.1,52.0,pycuda,conda-forge/pycuda,,,,2769.0,2546.0,https://pypi.org/project/pycuda,2023-11-10 19:36:56.000,223.0,36345.0,44404.0,https://anaconda.org/conda-forge/pycuda,2023-11-11 20:39:50.545,265956.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +348,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,2023-12-14 11:34:39.000000,2023-12-14 00:36:04,1430.0,142.0,308.0,31.0,1463.0,130.0,97.0,1601.0,Pytorch domain library for recommendation systems.,192.0,29,True,2023-10-05 17:21:59.000,0.5.0,77.0,torchrec-nightly-cpu,,,,,81.0,81.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,596.0,596.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +349,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2023-11-09 11:42:34.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,7.0,151.0,1569.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2023-11-09 11:42:34.000,5.0.0,39.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",76.0,73.0,https://pypi.org/project/elephas,2023-11-09 11:42:34.000,3.0,67135.0,67390.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13266.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +350,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,2023-12-13 16:06:56.000000,2023-12-13 16:04:57,185.0,15.0,188.0,30.0,19.0,3.0,81.0,1517.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,29,True,2023-12-13 16:06:56.000,0.1.734,77.0,autoviz,conda-forge/autoviz,,,,592.0,585.0,https://pypi.org/project/autoviz,2023-12-13 16:06:56.000,7.0,312281.0,313879.0,https://anaconda.org/conda-forge/autoviz,2023-12-11 22:02:46.200,44755.0,,,,,3.0,,,,,,2.0,,,,,,,,,,,,, +351,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,4.0,174.0,33.0,72.0,19.0,52.0,1400.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],1956.0,1946.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,10.0,1102075.0,1102617.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,18974.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +352,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,2023-12-11 23:37:51.000000,2023-12-11 23:37:50,1394.0,33.0,266.0,74.0,104.0,34.0,53.0,1219.0,Model analysis tools for TensorFlow.,57.0,29,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",23.0,,https://pypi.org/project/tensorflow-model-analysis,2023-08-14 20:39:41.000,23.0,97361.0,97361.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +353,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,2023-12-01 20:21:49.000000,2023-11-18 20:02:49,3016.0,8.0,258.0,34.0,37.0,1.0,478.0,1194.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,29,True,2023-11-18 20:03:36.000,0.39.0,100.0,ktrain,,,,['tensorflow'],487.0,487.0,https://pypi.org/project/ktrain,,,18617.0,18617.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +354,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2023-12-05 15:54:04.000000,2023-12-05 15:54:00,391.0,13.0,177.0,24.0,30.0,3.0,129.0,1135.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],472.0,462.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,10.0,106557.0,106914.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17497.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +355,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2023-11-16 19:00:50.847000,2021-02-12 19:04:59,2079.0,,244.0,40.0,36.0,66.0,590.0,1116.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,,,,618.0,584.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,34.0,79730.0,81172.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,58956.0,,,,,2.0,481.0,,,,,,,,,,,,,,,,,, +356,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,2023-12-14 00:04:05.000000,2023-12-13 21:30:21,1883.0,90.0,278.0,23.0,2170.0,75.0,224.0,1052.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,39.0,29,True,2023-12-06 14:56:49.000,0.32.1,51.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",78.0,75.0,https://pypi.org/project/raiwidgets,2023-12-06 05:40:17.000,3.0,6023.0,6023.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +357,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,,454.0,43.0,176.0,93.0,102.0,1028.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'],1575.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,1575.0,5098744.0,5131371.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2153406.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +358,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2023-12-07 14:57:22.000000,2023-11-16 16:35:47,16528.0,59.0,359.0,42.0,1605.0,278.0,2951.0,820.0,An open-source application for biological image analysis.,143.0,29,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,1.0,767.0,820.0,,,,,,,,3.0,6350.0,,,,,,,,,,,,,,,,,, +359,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,2023-11-20 21:14:19.693000,2023-11-20 18:02:35,663.0,6.0,101.0,14.0,94.0,69.0,60.0,817.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5094.0,5026.0,https://pypi.org/project/pynndescent,2023-11-20 18:50:25.000,68.0,1051420.0,1093432.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1722518.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +360,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,2023-12-14 06:44:38.000000,2023-12-14 04:27:07,1317.0,50.0,122.0,25.0,442.0,7.0,123.0,769.0,A Comparative Framework for Multimodal Recommender Systems.,17.0,29,True,2023-12-12 07:49:26.000,1.18.0,54.0,cornac,conda-forge/cornac,,,,203.0,187.0,https://pypi.org/project/cornac,2023-12-12 08:02:04.000,16.0,106828.0,114764.0,https://anaconda.org/conda-forge/cornac,2023-12-12 18:26:56.153,333331.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +361,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,2023-12-12 07:04:03.000000,2023-12-07 23:31:58,937.0,12.0,155.0,47.0,83.0,37.0,142.0,735.0,Library for exploring and validating machine learning data.,25.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",801.0,771.0,https://pypi.org/project/tensorflow-data-validation,2023-08-14 06:58:23.000,30.0,196054.0,196064.0,,,,,,,,3.0,642.0,,,,,,,,,,,,,,,,,, +362,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2023-12-14 14:24:16.000000,2023-12-14 14:24:14,3002.0,103.0,107.0,16.0,246.0,11.0,128.0,719.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,728.0,,https://pypi.org/project/mpi4py,2023-10-04 09:04:51.000,728.0,200621.0,260624.0,https://anaconda.org/conda-forge/mpi4py,2023-10-17 08:36:29.714,2262611.0,,,,,2.0,18913.0,,,,,,,,,,,,,,,,,, +363,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,2023-11-21 12:56:56.000000,2023-11-21 12:56:55,791.0,16.0,72.0,25.0,356.0,111.0,225.0,537.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2023-11-01 18:39:43.000,1.11.0,53.0,geoviews,conda-forge/geoviews,,,,866.0,830.0,https://pypi.org/project/geoviews,2023-11-01 16:39:32.000,36.0,6934.0,12216.0,https://anaconda.org/conda-forge/geoviews,2023-11-02 09:01:15.038,206028.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +364,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,2023-12-14 11:32:27.000000,2023-12-13 21:05:13,223.0,6.0,54.0,14.0,200.0,12.0,185.0,289.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,False,2023-12-14 11:17:15.000,3.8.0,70.0,pystan,conda-forge/pystan,,,,9774.0,9512.0,https://pypi.org/project/pystan,2023-12-14 11:17:15.000,262.0,1597763.0,1632115.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2782567.0,,,,,3.0,,,,,,4.0,,,,,,,,,,,,, +365,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2023-12-14 13:45:08.000000,2023-12-12 18:01:26,2149.0,324.0,824.0,106.0,2229.0,137.0,697.0,14967.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",78.0,28,True,2023-12-12 20:18:56.000,1.7.2,60.0,,,,,,,,,,,,196.0,,,,,,,,2.0,6297.0,,,,,,,,,,,,,,,,,, +366,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2023-12-14 07:18:06.000000,2023-09-27 02:38:06,2223.0,2.0,2710.0,194.0,3594.0,1296.0,3847.0,11575.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",157.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],,,https://pypi.org/project/paddledet,,,630.0,630.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +367,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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,8.0,1387.0,436.0,50.0,98.0,87.0,10264.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,37791.0,37791.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +368,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,,1638.0,461.0,698.0,33.0,441.0,7259.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,28,True,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],40.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,40.0,1493.0,1514.0,,,,,,,,2.0,1885.0,,,,,,,,,,,,,,,,,, +369,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,,909.0,268.0,98.0,82.0,81.0,7212.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],213.0,205.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,165244.0,165244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +370,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,2023-11-18 18:17:04.167000,2023-11-18 01:09:11,1761.0,20.0,714.0,126.0,265.0,416.0,328.0,6632.0,Uniform Manifold Approximation and Projection.,127.0,28,True,2023-11-18 01:10:29.000,release-0.5.5,28.0,umap-learn,conda-forge/umap-learn,,,,1.0,1.0,https://pypi.org/project/umap-learn,,,868678.0,922630.0,https://anaconda.org/conda-forge/umap-learn,2023-11-18 18:17:04.167,2265997.0,,,,,3.0,,,,,,-5.0,,,,,,,,,,,,, +371,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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,973.0,145.0,93.0,73.0,305.0,6072.0,A Python scikit for building and analyzing recommender systems.,45.0,28,True,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,154783.0,163228.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,346283.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +372,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,,1368.0,208.0,158.0,44.0,227.0,5453.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'],782.0,728.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,54.0,2254.0,2254.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +373,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2023-12-05 18:46:26.000000,2023-11-18 08:34:13,595.0,21.0,664.0,108.0,177.0,10.0,338.0,5244.0,Python-tesseract is an optical character recognition (OCR) tool for python.,45.0,28,True,2023-10-15 15:39:44.000,0.3.13,26.0,pytesseract,conda-forge/pytesseract,,,,,,https://pypi.org/project/pytesseract,,,1638396.0,1652858.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,592978.0,,,,,2.0,,,,,,-5.0,,,,,,,,,,,,, +374,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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,275.0,438.0,221.0,329.0,4803.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'],343.0,303.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,40.0,377.0,377.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,, +375,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,1.0,634.0,148.0,789.0,141.0,356.0,4671.0,Deep Learning Visualization Toolkit.,33.0,28,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2554.0,2508.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,189914.0,189922.0,,,,,,,,2.0,337.0,,,,,,,,,,,,,,,,,, +376,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,2023-12-05 10:04:41.000000,2022-08-06 21:47:18,182.0,,408.0,68.0,58.0,86.0,55.0,4129.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,,,,,868.0,864.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,4.0,151545.0,151545.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +377,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,2023-11-11 01:23:34.000000,2023-11-11 01:23:34,523.0,1.0,706.0,177.0,79.0,8.0,273.0,4096.0,A python wrapper for Alpha Vantage API for financial data.,42.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,477.0,445.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,24534.0,24706.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6035.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +378,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,2023-10-28 04:01:29.000000,2023-09-01 03:04:11,1137.0,,705.0,62.0,1011.0,159.0,736.0,3854.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,28,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],100.0,98.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,2.0,5542.0,5542.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +379,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,,971.0,218.0,408.0,140.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,,,,,1283.0,1023.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,260.0,2185.0,2185.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +380,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2023-06-16 13:24:02.087000,2023-02-26 20:07:33,189.0,,449.0,72.0,37.0,9.0,121.0,3717.0,Missing data visualization module for Python.,18.0,28,True,2023-02-26 20:11:48.000,0.5.2,6.0,missingno,conda-forge/missingno,,,,14049.0,14049.0,https://pypi.org/project/missingno,,,422309.0,426401.0,https://anaconda.org/conda-forge/missingno,2023-06-16 13:24:02.087,315094.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +381,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,,2012-08-24 16:14:59.000,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,5.0,115.0,76.0,66.0,14.0,120.0,3631.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,28,False,2021-08-23 21:02:05.000,6.0.3,12.0,ftfy,conda-forge/ftfy,,,,15534.0,15534.0,https://pypi.org/project/ftfy,,,3833518.0,3841445.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,277462.0,,,,,2.0,,,,,,-4.0,,,,,,,,,,,,, +382,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,2023-12-02 01:21:07.000000,2023-11-10 07:34:11,445.0,8.0,521.0,113.0,84.0,18.0,100.0,3307.0,Module for automatic summarization of text documents and HTML pages.,30.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,2468.0,2358.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,110.0,38351.0,38590.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7175.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +383,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2023-12-14 01:13:43.000000,2023-12-14 01:13:40,1141.0,33.0,457.0,60.0,682.0,1.0,502.0,3272.0,On-device wake word detection powered by deep learning.,37.0,28,True,2023-11-16 19:28:06.000,3.0.1,33.0,pvporcupine,,,,,38.0,25.0,https://pypi.org/project/pvporcupine,2023-11-16 19:28:06.000,13.0,6050.0,6050.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +384,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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,399.0,47.0,1084.0,6.0,353.0,3192.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1079.0,1041.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,38.0,58810.0,58810.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +385,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2023-11-17 01:11:26.000000,2023-09-10 15:15:16,1059.0,,228.0,62.0,111.0,5.0,266.0,3047.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,491.0,482.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,11232.0,11248.0,,,,,,,,3.0,953.0,,,,,,,,,,,,,,,,,, +386,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2023-12-14 13:55:19.000000,2023-12-13 13:51:07,507.0,26.0,484.0,33.0,658.0,63.0,543.0,2660.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",64.0,28,True,2023-08-29 07:29:59.000,0.7.0,27.0,anomalib,,,,,40.0,39.0,https://pypi.org/project/anomalib,2023-08-29 07:29:59.000,1.0,36607.0,36804.0,,,,,,,,3.0,4751.0,,,,,,,,,,,,,,,,,, +387,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2023-12-04 07:19:10.000000,2023-12-04 07:18:53,1499.0,63.0,581.0,43.0,28.0,1.0,348.0,2560.0,An Open Toolkit for Knowledge Graph Extraction and Construction published at EMNLP2022 System Demonstrations.,30.0,28,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],20.0,20.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,563.0,563.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +388,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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,9.0,585.0,177.0,75.0,13.0,542.0,2482.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,,,,23.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,23.0,26880.0,27592.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,37742.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,275.0,67.0,59.0,20.0,39.0,2363.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:21:01.000,0.3.7,17.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4223.0,4223.0,https://pypi.org/project/scikit-plot,,,471393.0,473564.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,167194.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +390,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,2023-12-02 08:46:41.000000,2023-12-02 08:46:41,671.0,1.0,400.0,42.0,59.0,19.0,268.0,1802.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,,,,1316.0,1294.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,41857.0,42614.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,29528.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +391,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,2023-12-10 10:05:11.000000,2023-12-06 01:55:01,701.0,4.0,298.0,43.0,353.0,66.0,201.0,1522.0,Training PyTorch models with differential privacy.,74.0,28,True,2023-03-24 16:01:05.890,1.4.0,20.0,opacus,conda-forge/opacus,,,['pytorch'],722.0,705.0,https://pypi.org/project/opacus,2022-05-06 09:43:18.000,17.0,52535.0,53078.0,https://anaconda.org/conda-forge/opacus,2023-06-18 08:40:32.992,12465.0,,,,,2.0,106.0,,,,,,,,,,,,,,,,,, +392,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,9.0,257.0,50.0,184.0,54.0,120.0,1350.0,Metric learning algorithms in Python.,22.0,28,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],340.0,327.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,13.0,12049.0,12314.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,10898.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +393,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,4.0,260.0,73.0,481.0,38.0,198.0,1277.0,Underthesea - Vietnamese NLP Toolkit.,18.0,28,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,902.0,876.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,26.0,11047.0,11116.0,,,,,,,,2.0,5508.0,,,,,,,,,,,,,,,,,, +394,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2023-12-08 13:03:01.000000,2023-12-08 13:02:59,1011.0,19.0,105.0,25.0,113.0,26.0,52.0,1220.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",22.0,28,True,2023-10-05 02:21:28.000,1.4.1,33.0,imodels,,,,,59.0,59.0,https://pypi.org/project/imodels,,,150687.0,150687.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,2023-06-16 19:18:39.600000,2023-04-20 04:36:19,526.0,,404.0,52.0,37.0,17.0,139.0,1193.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,,,,2391.0,2358.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,33.0,227254.0,228134.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,38723.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +396,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,2023-11-26 03:27:34.000000,2020-10-14 13:22:39,167.0,,328.0,71.0,86.0,25.0,26.0,1175.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:28:25.000,0.5.5,9.0,empyrical,conda-forge/empyrical,,,,1255.0,1255.0,https://pypi.org/project/empyrical,,,28774.0,29140.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,25642.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +397,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2023-10-23 11:16:32.000000,2023-06-06 09:46:40,415.0,,324.0,39.0,299.0,23.0,200.0,1169.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,338.0,324.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,14.0,46066.0,46066.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +398,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,2023-12-07 05:52:06.000000,2023-11-26 12:12:26,1443.0,228.0,56.0,14.0,259.0,13.0,50.0,1104.0,"Fastest Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",26.0,28,True,2023-11-26 12:13:47.467,2.8.14,102.0,usearch,,unum/usearch,,,41.0,36.0,https://pypi.org/project/usearch,2023-11-26 12:40:03.000,1.0,45794.0,51591.0,,,,https://hub.docker.com/r/unum/usearch,2023-11-26 12:13:27.055465,1.0,43.0,3.0,819.0,,usearch,https://www.npmjs.com/package/usearch,5676.0,,,2023-11-26 12:13:47.467,4.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,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,10.0,106.0,21.0,103.0,35.0,73.0,1000.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,28,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,1901.0,1883.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,18.0,227131.0,227955.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,32962.0,,,,,3.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,2023-06-27 23:50:02.000000,2023-03-24 22:04:13,811.0,,245.0,41.0,502.0,272.0,252.0,872.0,Scalable Machine Learning with Dask.,77.0,28,True,2023-03-24 22:06:04.422,2023.3.24,35.0,dask-ml,conda-forge/dask-ml,,,,995.0,922.0,https://pypi.org/project/dask-ml,2023-03-24 22:06:04.422,73.0,164160.0,174824.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,789182.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +401,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2023-12-05 18:56:59.000000,2023-11-04 10:15:39,3699.0,38.0,320.0,67.0,676.0,31.0,525.0,811.0,The Classical Language Toolkit.,120.0,28,True,2023-11-04 10:32:32.000,1.1.7,72.0,cltk,,,,,251.0,251.0,https://pypi.org/project/cltk,,,957.0,957.0,,,,,,,,2.0,49.0,,,,,,,,,,,,,,,,,, +402,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2023-12-12 16:27:29.000000,2023-11-29 09:03:49,2598.0,216.0,92.0,10.0,496.0,14.0,90.0,745.0,Time series forecasting with scikit-learn models.,9.0,28,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],231.0,225.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,6.0,44585.0,44585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +403,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2023-12-13 10:58:21.000000,2023-12-10 17:08:00,241.0,88.0,78.0,21.0,82.0,35.0,55.0,537.0,pyspark methods to enhance developer productivity.,24.0,28,True,2023-02-17 21:55:30.000,0.10.0,13.0,quinn,,,,['spark'],80.0,74.0,https://pypi.org/project/quinn,2023-02-17 21:54:00.812,6.0,879262.0,879262.0,,,,,,,,2.0,9.0,,,,,,,,,,,,,,,,,, +404,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,BSD-3-Clause,2010-05-02 10:00:33.000,2023-11-23 00:11:01.000000,2023-11-23 00:11:01,6681.0,234.0,135.0,36.0,390.0,45.0,124.0,360.0,Neuroimaging in Python FMRI analysis package.,69.0,28,True,2021-03-29 16:34:34.000,0.5.0,7.0,nipy,conda-forge/nipy,,,,264.0,213.0,https://pypi.org/project/nipy,2021-03-29 16:34:34.000,51.0,3562.0,4937.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,105939.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +405,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,,1125.0,179.0,213.0,21.0,533.0,8309.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,27,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,227.0,,,,,,,,3.0,7972.0,,,,,,,,,,,,,,,,,, +406,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,352.0,79.0,47.0,231.0,7845.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,668.0,642.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,1814.0,2220.0,,,,,,,,3.0,30881.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +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,,1500.0,131.0,51.0,155.0,141.0,7620.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,200678.0,279922.0,,,,,,,,2.0,3565986.0,,,,,,,,,,,,,,,,,, +408,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,,1558.0,625.0,2111.0,453.0,1338.0,6332.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:12:12.000,1.0.5,47.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,,,1329.0,1329.0,,,,,,,,3.0,1.0,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +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,,1339.0,348.0,14.0,41.0,65.0,6237.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1293.0,1251.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,42.0,17931.0,17931.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +410,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,2023-01-19 00:37:33.000000,2023-01-19 00:37:33,900.0,,1188.0,155.0,950.0,42.0,782.0,5674.0,Gluon CV Toolkit.,119.0,27,True,2021-03-09 00:20:06.000,0.10.0,10.0,gluoncv,,,,['mxnet'],21.0,21.0,https://pypi.org/project/gluoncv,,,40215.0,40215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +411,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,867.0,123.0,63.0,136.0,74.0,4981.0,Image augmentation library in Python for machine learning.,23.0,27,True,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,703.0,674.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,29.0,10350.0,10350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +412,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,951.0,144.0,30.0,46.0,77.0,4137.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,,,,7851.0,7661.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,190.0,174133.0,174541.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13473.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +413,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,2023-08-21 13:36:56.000000,2021-05-10 18:34:53,57.0,,405.0,39.0,55.0,118.0,43.0,3894.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'],12032.0,11917.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,115.0,145743.0,145743.0,,,,,,,,2.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,283.0,226.0,11.0,356.0,3858.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,584995.0,585425.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20642.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,2023-11-17 21:09:51.000000,2023-11-16 17:34:05,1193.0,8.0,401.0,83.0,54.0,56.0,201.0,3278.0,A library of reinforcement learning components and agents.,84.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],184.0,181.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1396.0,1610.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,7953.0,,,,,2.0,,google-deepmind/acme,,,,,,,,,,,,,,,,, +416,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,2023-12-14 08:19:47.000000,2023-11-08 16:40:21,1347.0,24.0,331.0,71.0,1243.0,44.0,77.0,3252.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,34.0,27,True,2023-11-08 16:41:56.000,1.0.2,9.0,lit-nlp,conda-forge/lit-nlp,,,,25.0,25.0,https://pypi.org/project/lit-nlp,,,3370.0,5062.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,66008.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +417,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2023-09-25 11:28:13.000000,2022-01-25 17:32:20,4123.0,,357.0,81.0,62.0,151.0,186.0,3068.0,a library for audio and music analysis.,24.0,27,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,448.0,421.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,27.0,6385.0,14213.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,634113.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +418,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,,455.0,83.0,245.0,61.0,154.0,3017.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,True,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,167.0,165.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,44586.0,44587.0,,,,,,,,3.0,75.0,,,,,,,,,,,,,,,,,, +419,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,2023-12-09 00:22:24.000000,2023-12-09 00:22:24,2360.0,81.0,679.0,165.0,60.0,9.0,683.0,2981.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,27,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,904.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,59628.0,,,,,3.0,4693.0,,,,,,,,,,,,,,,,,, +420,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-09 09:00:09.000000,2020-12-08 16:56:38,17588.0,,1050.0,218.0,3649.0,429.0,1110.0,2978.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,,,,,,,,,1677.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,128497.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1502.0,3.0,,,,,,,,,,shogun,,,,,,,,, +421,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2023-12-10 13:11:08.000000,2023-11-25 05:36:27,4323.0,77.0,552.0,41.0,992.0,186.0,659.0,2968.0,"A unified, comprehensive and efficient recommendation library.",70.0,27,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,3124.0,3239.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4291.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +422,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,647.0,110.0,73.0,88.0,123.0,2924.0,Productivity Tools for Plotly + Pandas.,39.0,27,False,,,,cufflinks,,,,['pandas'],9673.0,9673.0,https://pypi.org/project/cufflinks,,,76853.0,76853.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +423,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,410.0,64.0,932.0,291.0,745.0,2821.0,StellarGraph - Machine Learning on Graphs.,36.0,27,False,2020-06-30 05:15:21.000,1.2.1,25.0,stellargraph,,,,['tensorflow'],246.0,246.0,https://pypi.org/project/stellargraph,,,5394.0,5394.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +424,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,2023-09-26 21:01:12.000000,2023-09-26 21:01:10,548.0,8.0,469.0,97.0,43.0,82.0,240.0,2691.0,Learning to Rank in TensorFlow.,33.0,27,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,2023-08-11 17:56:48.000,13.0,121286.0,121286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +425,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2023-11-09 09:05:16.000000,2023-11-09 09:05:15,1698.0,2.0,413.0,45.0,350.0,32.0,345.0,2585.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",33.0,27,True,2022-04-02 15:26:45.000,3.3.3,70.0,foolbox,conda-forge/foolbox,,,,550.0,536.0,https://pypi.org/project/foolbox,2022-04-02 15:26:45.000,14.0,2105.0,2408.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12433.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +426,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2023-12-12 15:46:00.000000,2023-12-01 12:25:37,3438.0,23.0,513.0,109.0,339.0,406.0,663.0,2579.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",79.0,27,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,561.0,545.0,https://pypi.org/project/essentia,2023-10-27 09:13:56.000,16.0,5321.0,5321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +427,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,2023-12-12 09:46:23.000000,2023-07-23 14:42:27,191.0,,442.0,38.0,238.0,52.0,265.0,2364.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,27,True,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,37776.0,38022.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-06-16 19:28:15.390,5921.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +428,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,,328.0,79.0,55.0,161.0,68.0,2218.0,Multilingual text (NLP) processing toolkit.,26.0,27,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1234.0,1141.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,93.0,59616.0,59616.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +429,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2023-12-11 01:22:43.000000,2023-11-21 19:33:43,419.0,6.0,777.0,93.0,265.0,165.0,93.0,2215.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",70.0,27,True,2022-09-03 03:41:16.000,0.5.0,10.0,aif360,conda-forge/aif360,,,,351.0,337.0,https://pypi.org/project/aif360,2022-09-03 03:40:40.010,14.0,10222.0,10419.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,7715.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,,317.0,65.0,38.0,96.0,160.0,2160.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,True,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],354.0,330.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,24.0,10437.0,10437.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +431,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,2023-12-11 14:10:11.000000,2023-12-11 01:57:13,644.0,18.0,227.0,67.0,31.0,55.0,92.0,2148.0,Fast and Easy Infinite Neural Networks in Python.,29.0,27,True,2023-12-11 14:10:12.000,0.6.5,17.0,neural-tangents,,,,,91.0,91.0,https://pypi.org/project/neural-tangents,,,2305.0,2313.0,,,,,,,,3.0,352.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,,255.0,92.0,124.0,33.0,230.0,2129.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,,,,1728.0,1613.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,115.0,37992.0,39724.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,136871.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +433,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2023-12-06 14:39:14.000000,2023-08-22 16:20:29,468.0,,312.0,63.0,151.0,7.0,91.0,2072.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2023-08-07 19:46:52.000,3.2.5,21.0,pytextrank,,,,,533.0,533.0,https://pypi.org/project/pytextrank,,,44565.0,44565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +434,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,2023-12-14 04:03:36.000000,2023-12-14 04:03:31,854.0,22.0,432.0,62.0,318.0,113.0,92.0,1830.0,Library for training machine learning models with privacy for training data.,57.0,27,True,2023-10-11 15:51:39.000,0.8.12,30.0,tensorflow-privacy,,,,['tensorflow'],14.0,,https://pypi.org/project/tensorflow-privacy,2023-10-11 15:51:39.000,14.0,18929.0,18931.0,,,,,,,,2.0,128.0,,,,,,,,,,,,,,,,,, +435,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2023-12-14 01:21:51.000000,2023-12-14 01:21:42,1617.0,197.0,116.0,29.0,111.0,18.0,20.0,1715.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2023-09-10 04:20:57.000,0.4.168,144.0,labml,,,,,122.0,116.0,https://pypi.org/project/labml,2023-09-10 04:20:57.000,6.0,2540.0,2540.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +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-10-25 15:56:37.000000,2022-08-31 09:45:24,594.0,,237.0,54.0,445.0,3.0,402.0,1699.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'],217.0,214.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1690.0,1788.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3158.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +437,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,12.0,309.0,27.0,379.0,89.0,120.0,1547.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,27,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],48.0,46.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,2.0,905.0,905.0,,,,,,,,2.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,,318.0,74.0,742.0,54.0,168.0,1476.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,,,,,408.0,377.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,31.0,2728.0,2728.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +439,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,2023-12-14 00:53:11.000000,2023-12-13 17:32:16,6221.0,153.0,259.0,47.0,2475.0,307.0,1343.0,1464.0,cuGraph - RAPIDS Graph Analytics Library.,107.0,27,True,2023-12-06 19:21:19.000,23.12.00,33.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,2.0,369.0,916.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,17517.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +440,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2023-10-10 21:15:24.000000,2023-10-10 21:15:24,946.0,6.0,567.0,107.0,280.0,11.0,300.0,1464.0,Execute Python code on the fly and display results in Tableau visualizations:.,49.0,27,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,147.0,145.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,12344.0,12399.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4456.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,2023-12-14 11:08:19.000000,2023-06-07 07:35:59,3033.0,,118.0,37.0,328.0,11.0,187.0,1406.0,Multi-class confusion matrix library in Python.,17.0,27,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,271.0,253.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,18.0,63266.0,63266.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,2023-11-29 14:06:36.000000,2023-11-29 14:06:36,527.0,12.0,396.0,32.0,47.0,13.0,118.0,1316.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,27,False,2023-03-02 15:10:38.000,2.3.1,24.0,minisom,,,,,519.0,498.0,https://pypi.org/project/minisom,2023-03-02 15:10:03.003,21.0,27077.0,27077.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +443,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,2023-11-29 23:41:32.898000,2023-11-29 13:48:39,684.0,4.0,157.0,24.0,124.0,2.0,128.0,1300.0,"Extensible, parallel implementations of t-SNE.",11.0,27,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,718.0,700.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,18.0,30232.0,36000.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,230726.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +444,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,2023-12-11 14:44:53.000000,2023-12-11 14:44:44,4204.0,4.0,285.0,84.0,640.0,14.0,607.0,1225.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2023-08-01 02:38:24.000,23.07,34.0,pysal,conda-forge/pysal,,,,38.0,,https://pypi.org/project/pysal,2023-08-01 02:39:38.000,38.0,21468.0,34324.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,527130.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,,173.0,26.0,36.0,3.0,114.0,1209.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1524.0,1492.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,32.0,26272.0,26272.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,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,186.0,41.0,257.0,59.0,211.0,1189.0,Python audio and music signal processing library.,20.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,416.0,383.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,2958.0,2958.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +447,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,2023-12-13 09:06:14.000000,2023-12-13 09:02:09,481.0,27.0,106.0,23.0,319.0,29.0,254.0,1089.0,Extra blocks for scikit-learn pipelines.,62.0,27,True,2023-12-12 20:03:47.000,0.7.0,43.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],131.0,123.0,https://pypi.org/project/scikit-lego,2023-12-12 19:57:11.000,8.0,35685.0,36730.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,44972.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +448,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,2023-12-11 00:03:16.000000,2023-11-19 21:31:17,1019.0,36.0,203.0,24.0,121.0,24.0,183.0,1015.0,Survival analysis built on top of scikit-learn.,18.0,27,False,2023-10-08 13:11:29.000,0.22.1,27.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],404.0,390.0,https://pypi.org/project/scikit-survival,2023-10-08 13:11:29.000,14.0,41470.0,44174.0,https://anaconda.org/conda-forge/scikit-survival,2023-10-20 18:47:48.968,67616.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +449,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2023-12-06 06:21:22.000000,2023-12-06 06:19:46,794.0,28.0,111.0,31.0,396.0,68.0,306.0,963.0,BAyesian Model-Building Interface (Bambi) in Python.,35.0,27,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,110.0,101.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,9.0,20713.0,21490.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,27998.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +450,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2023-12-11 02:34:37.000000,2023-08-01 13:02:51,2070.0,,202.0,43.0,582.0,76.0,429.0,937.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,27,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,46.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,46.0,51896.0,52438.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,17892.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +451,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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,39.0,173.0,61.0,174.0,909.0,A Jupyter - Three.js bridge.,30.0,27,True,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,28.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,57.0,57507.0,66713.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,517138.0,,,,,3.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,3524.0,,,2023-02-20 00:16:17.277,11.0,,,,,,,,,, +452,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,2023-08-25 16:48:20.000000,2023-04-19 21:43:19,547.0,,169.0,34.0,85.0,88.0,122.0,879.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1386.0,1362.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,24.0,62761.0,62761.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +453,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2023-07-26 22:41:29.989000,2023-06-09 22:11:37,1299.0,,149.0,50.0,56.0,21.0,65.0,814.0,Computer Vision in Python.,34.0,27,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1305.0,1177.0,https://pypi.org/project/mahotas,2022-06-28 08:11:26.000,128.0,14141.0,23418.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,389660.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +454,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,2023-12-14 13:26:04.000000,2023-12-07 00:00:23,831.0,29.0,123.0,30.0,85.0,28.0,75.0,570.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,27,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,392.0,369.0,https://pypi.org/project/ml-metadata,2023-08-10 00:37:12.000,23.0,66600.0,66637.0,,,,,,,,3.0,2119.0,,,,,,,,,,,,,,,,,, +455,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2023-10-14 18:53:31.974373,2023-10-12 07:20:40,1894.0,1.0,875.0,219.0,453.0,50.0,264.0,14485.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,26,True,2021-06-06 17:14:16.000,5.14.0,29.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,,,45837.0,46242.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,14.0,21471.0,3.0,,,,,,,,,,,,,,,,,,, +456,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2023-12-07 17:31:04.000000,2023-11-15 06:26:56,1617.0,3.0,808.0,147.0,1561.0,114.0,125.0,7827.0,Trax Deep Learning with Clear Code and Speed.,79.0,26,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,133.0,132.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4353.0,4353.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +457,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2023-12-07 23:56:31.187000,,,,725.0,,,529.0,,7378.0,NumPy & SciPy for GPU.,299.0,26,True,2023-12-07 05:15:09.000,12.3.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,205.0,,https://pypi.org/project/cupy,2023-12-07 05:15:09.000,205.0,23546.0,99238.0,https://anaconda.org/conda-forge/cupy,2023-12-07 23:56:31.187,3225309.0,https://hub.docker.com/r/cupy/cupy,2023-12-07 08:04:13.783114,11.0,58274.0,2.0,,,,,,,,,,,,,,,,,,, +458,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,183.0,327.0,334.0,292.0,5760.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,,,,,119.0,116.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,362.0,412.0,,,,,,,,2.0,3712.0,,,,,,,,,,,,,,,,,, +459,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,584.0,140.0,31.0,58.0,53.0,5482.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,1.0,flashtext,conda-forge/flashtext,,,,1437.0,1437.0,https://pypi.org/project/flashtext,,,1073543.0,1073985.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18123.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +460,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2023-12-05 20:52:12.000000,2023-11-08 00:58:38,213.0,4.0,293.0,65.0,179.0,22.0,54.0,4846.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,98.0,94.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,1715.0,1715.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +461,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,2023-11-05 23:29:16.000000,2023-10-05 16:17:35,6152.0,1.0,511.0,154.0,1902.0,295.0,1326.0,4296.0,ArrayFire: a general purpose GPU library.,88.0,26,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,7.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,7.0,891.0,939.0,,,,,,,,2.0,4949.0,,,,,,,,,,,,,,,,,, +462,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2023-12-11 06:21:04.000000,2023-05-06 14:09:10,264.0,,410.0,41.0,51.0,72.0,174.0,3954.0,An Open-Source Framework for Prompt-Learning.,22.0,26,True,2022-04-20 04:58:40.000,1.0.0,4.0,openprompt,,,,,93.0,93.0,https://pypi.org/project/openprompt,,,1700.0,1700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +463,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,2023-11-02 03:20:32.000000,2023-11-02 03:20:28,249.0,2.0,799.0,52.0,50.0,61.0,106.0,3892.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,26,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1444.0,1425.0,https://pypi.org/project/facenet-pytorch,2021-03-10 01:00:20.000,19.0,33099.0,48173.0,,,,,,,,3.0,738654.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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,146.0,237.0,34.0,631.0,3263.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],433.0,431.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,668.0,668.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +465,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2023-12-03 23:24:41.000000,2023-12-03 23:06:04,449.0,4.0,267.0,46.0,441.0,57.0,246.0,3254.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,39.0,26,True,2023-07-12 16:55:59.000,0.4.9,22.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,3.0,,https://pypi.org/project/hummingbird-ml,2020-06-10 22:08:15.000,3.0,10411.0,11543.0,https://anaconda.org/conda-forge/hummingbird-ml,2023-07-12 18:59:37.482,37120.0,,,,,2.0,358.0,,,,,,,,,,,,,,,,,, +466,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,2023-06-16 16:09:06.563000,2020-04-27 18:40:41,522.0,,988.0,168.0,214.0,42.0,146.0,2924.0,Performance analysis of predictive (alpha) stock factors.,25.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,666.0,666.0,https://pypi.org/project/alphalens,,,2917.0,3204.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20117.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +467,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2023-11-17 18:46:16.000000,2022-09-28 17:12:28,249.0,,264.0,27.0,316.0,73.0,37.0,2315.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,26,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],753.0,752.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,19623.0,19718.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2678.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +468,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2023-06-01 22:20:25.000000,2023-06-01 22:10:29,1131.0,,330.0,44.0,57.0,65.0,201.0,2306.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,26,True,2023-06-01 22:20:25.000,1.3,4.0,spektral,,,,['tensorflow'],251.0,251.0,https://pypi.org/project/spektral,,,7259.0,7259.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +469,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,2.0,299.0,29.0,695.0,49.0,149.0,2283.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,26,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,72.0,71.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,1.0,9431.0,9431.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +470,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,2023-12-13 20:32:11.000000,2023-12-13 20:22:10,77.0,25.0,291.0,29.0,272.0,45.0,298.0,2193.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,5.0,26,True,2023-11-24 10:10:50.000,0.1.0,15.0,adapter-transformers,,,,['huggingface'],10.0,10.0,https://pypi.org/project/adapter-transformers,,,29063.0,29063.0,,,,,,,,3.0,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +471,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,2023-12-13 23:41:22.000000,2023-06-01 12:18:23,739.0,,355.0,42.0,43.0,96.0,56.0,2069.0,A modular active learning framework for Python.,20.0,26,True,2023-12-13 23:41:22.000,0.56.4311,444.0,modAL,,,,['sklearn'],26.0,23.0,https://pypi.org/project/modAL,2023-12-13 23:41:22.000,3.0,132552.0,132552.0,,,,,,,,3.0,29.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,2023-06-16 19:23:39.686000,2021-07-16 09:03:20,66.0,,463.0,39.0,42.0,64.0,58.0,2046.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'],1876.0,1862.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,62958.0,67563.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,471.0,,,,,3.0,252650.0,,,,,,,,,,,,,,,,,, +473,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,1.0,275.0,41.0,495.0,172.0,151.0,1699.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,151.0,143.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,30749.0,30755.0,,,,,,,,3.0,433.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,,156.0,25.0,81.0,42.0,34.0,1618.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,530.0,511.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,102917.0,103760.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,21934.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,2023-12-14 08:26:22.000000,2023-12-14 08:21:57,765.0,106.0,251.0,47.0,588.0,35.0,61.0,1580.0,A lightweight library for PyTorch training tools and utilities.,108.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,6692.0,6692.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +476,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,1.0,245.0,50.0,312.0,95.0,16.0,1487.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,26,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],903.0,873.0,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,28287.0,28287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +477,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,,254.0,49.0,87.0,22.0,188.0,1447.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,26,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],492.0,477.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,15.0,6230.0,6381.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6373.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +478,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,2023-11-29 23:18:39.816000,2023-10-05 18:36:18,1029.0,1.0,165.0,18.0,62.0,24.0,319.0,1389.0,PyTorch Extension Library of Optimized Scatter Operations.,28.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],81.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,81.0,42332.0,47875.0,https://anaconda.org/conda-forge/pytorch_scatter,2023-11-29 23:18:39.816,232831.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +479,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1200.0,Real-time stream processing for python.,48.0,26,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,475.0,435.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,40.0,22226.0,32110.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,741336.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +480,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2023-09-25 14:05:54.000000,2023-07-30 07:05:58,66.0,,287.0,57.0,62.0,12.0,108.0,1192.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,9.0,26,True,2023-07-30 07:07:37.000,0.6.2,24.0,stockstats,,,,,993.0,964.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,29.0,9703.0,9703.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +481,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,2023-11-08 21:55:22.000000,2023-11-08 21:55:22,1142.0,2.0,236.0,62.0,245.0,22.0,346.0,940.0,Search and download Copernicus Sentinel satellite images.,43.0,26,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,556.0,516.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,40.0,18162.0,18887.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,27438.0,,,,,3.0,262.0,,,,,,,,,,,,,,,,,, +482,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,2023-12-08 19:11:32.078000,2023-12-02 20:15:20,764.0,10.0,55.0,13.0,121.0,39.0,108.0,866.0,Visualize large time series data with plotly.py.,11.0,26,True,2023-07-13 11:26:44.000,0.9.1,20.0,plotly-resampler,conda-forge/plotly-resampler,,,,751.0,751.0,https://pypi.org/project/plotly-resampler,,,372400.0,373800.0,https://anaconda.org/conda-forge/plotly-resampler,2023-12-08 19:11:32.078,32210.0,,,,,3.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,2023-12-09 22:13:34.000000,2023-08-23 17:20:54,1241.0,,150.0,19.0,691.0,25.0,208.0,469.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,283.0,266.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,5731.0,6994.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,70781.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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,210.0,22.0,17.0,45.0,23.0,423.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7517.0,7236.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,281.0,280746.0,281646.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39635.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +485,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,,824.0,169.0,1588.0,145.0,74.0,6362.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'],22.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,1.0,185.0,190.0,,,,,,,,3.0,349.0,,,,,,,,,,,,,,,,,, +486,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,2023-12-14 12:44:47.000000,2023-11-28 06:24:26,11571.0,27.0,1521.0,142.0,3443.0,791.0,1037.0,5326.0,An Industrial Grade Federated Learning Framework.,94.0,25,True,2023-11-17 15:24:31.000,1.11.4,47.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +487,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,2023-10-26 08:08:10.000000,2023-04-28 16:55:30,521.0,,426.0,60.0,89.0,29.0,88.0,4780.0,Finding duplicate images made easy!.,15.0,25,True,2023-04-28 17:26:08.000,0.3.2,8.0,imagededup,,,,['tensorflow'],73.0,73.0,https://pypi.org/project/imagededup,,,13205.0,13205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +488,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,2023-12-14 12:53:04.000000,2023-12-14 09:55:03,3391.0,141.0,599.0,93.0,3741.0,291.0,1248.0,4729.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,88.0,25,True,2023-11-29 17:06:56.000,1.32.0,72.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,159.0,130.0,83.0,101.0,4584.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'],760.0,754.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,681.0,681.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +490,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,2023-06-16 19:25:40.006000,2022-08-23 22:54:23,1046.0,,954.0,238.0,214.0,45.0,200.0,4312.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,False,2021-05-10 18:04:30.000,1.0.3,6.0,tensortrade,conda-forge/tensortrade,,,,50.0,50.0,https://pypi.org/project/tensortrade,,,511.0,611.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3216.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +491,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,,1370.0,351.0,59.0,51.0,,4207.0,Python Algorithmic Trading Library.,11.0,25,True,,,8.0,pyalgotrade,,,,,199.0,178.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,21.0,710.0,710.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,2023-10-12 09:43:46.000000,2023-10-12 08:57:51,209.0,1.0,304.0,85.0,92.0,43.0,32.0,3419.0,Python library that makes it easy for data scientists to create charts.,25.0,25,True,2023-10-12 09:01:22.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,73.0,73.0,https://pypi.org/project/chartify,,,3976.0,4454.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29183.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,110.0,73.0,193.0,115.0,3075.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,,,,,136.0,124.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,2868.0,2932.0,,,,,,,,3.0,4449.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,2023-10-30 16:50:13.000000,2023-10-30 16:34:46,179.0,2.0,363.0,163.0,82.0,87.0,99.0,3060.0,A deep learning library for video understanding research.,55.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,7.0,105147.0,105147.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +495,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,,679.0,72.0,25.0,117.0,101.0,2973.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'],2885.0,2856.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,29.0,1287.0,1287.0,,,,,,,,2.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,2023-12-05 02:50:26.000000,2023-12-04 04:34:26,1573.0,7.0,250.0,48.0,2014.0,7.0,642.0,2898.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,34.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,,3225.0,3333.0,,,,,,,,3.0,2613.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,,469.0,100.0,49.0,59.0,253.0,2768.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,,,,674.0,674.0,https://pypi.org/project/neuralcoref,,,3102.0,3436.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,14921.0,,,,,3.0,841.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,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,216.0,48.0,481.0,45.0,70.0,2663.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,,,,,189.0,186.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,18318.0,18319.0,,,,,,,,3.0,60.0,,,,,,,,,,,,,,,,,, +499,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,,217.0,67.0,42.0,17.0,23.0,2658.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,,,,839.0,834.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,103015.0,103297.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14131.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +500,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2023-12-09 22:16:59.000000,2023-07-19 07:40:10,212.0,,135.0,30.0,199.0,18.0,73.0,2627.0,HiPlot makes understanding high dimensional data easy.,9.0,25,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,379.0,364.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,15.0,25933.0,29656.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,171272.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +501,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,,710.0,167.0,94.0,134.0,358.0,2449.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +502,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,2023-11-01 16:09:35.000000,2023-07-01 21:40:58,1936.0,,322.0,40.0,84.0,19.0,157.0,2348.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],4.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,4.0,3416.0,3416.0,,,,,,,,2.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,,603.0,90.0,29.0,23.0,52.0,2301.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,,,,,650.0,470.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,180.0,145604.0,145604.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +504,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2023-10-15 09:57:16.000000,2023-05-15 21:21:45,660.0,,223.0,39.0,136.0,6.0,129.0,2210.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,24.0,25,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,143.0,140.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,3.0,5449.0,5456.0,,,,,,,,3.0,294.0,,,,,,,,,,,,,,,,,, +505,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,,256.0,57.0,56.0,19.0,50.0,2203.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,True,2019-11-04 05:16:00.000,0.5.0,5.0,pytorch-nlp,,,,['pytorch'],606.0,606.0,https://pypi.org/project/pytorch-nlp,,,9065.0,9065.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +506,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,486.0,40.0,24.0,64.0,38.0,2071.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,25,False,,,2.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4394.0,4394.0,https://pypi.org/project/mtcnn,,,57669.0,57904.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,10842.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,,243.0,71.0,21.0,93.0,66.0,2067.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,,,,,273.0,256.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,17.0,27219.0,27219.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +508,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2023-12-01 14:57:38.000000,2023-07-11 07:11:36,210.0,,231.0,46.0,86.0,17.0,115.0,2044.0,A Python library that helps data scientists to infer causation rather than observing correlation.,35.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",108.0,105.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,3.0,3799.0,3799.0,,,,,,,,2.0,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +509,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2023-07-12 18:18:40.000000,2023-07-12 18:14:01,1515.0,,240.0,67.0,58.0,30.0,186.0,2030.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,20.0,25,True,2023-07-12 18:26:08.000,2.0.1,13.0,ampligraph,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/ampligraph,,,782.0,782.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +510,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2023-10-27 06:59:13.000000,2023-09-26 17:27:56,255.0,3.0,196.0,29.0,64.0,35.0,83.0,1961.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],300.0,293.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,4050.0,4240.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6666.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +511,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,2023-10-11 19:12:48.654000,2023-05-26 18:23:37,117.0,,228.0,44.0,36.0,45.0,21.0,1821.0,Parallel t-SNE implementation with Python and Torch wrappers.,17.0,25,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],436.0,414.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,8293.0,9252.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,30713.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +512,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,160.0,61.0,66.0,65.0,129.0,1791.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,357.0,347.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,10.0,638.0,638.0,,,,,,,,3.0,30.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,,299.0,56.0,1313.0,233.0,810.0,1761.0,A toolkit for reproducible reinforcement learning research.,79.0,25,True,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],97.0,95.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,2.0,807.0,807.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,2023-12-05 17:37:33.000000,2023-12-04 14:09:45,571.0,4.0,119.0,53.0,447.0,60.0,102.0,1721.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,88.0,81.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,3977.0,3977.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +515,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1599.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,25,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],176.0,168.0,https://pypi.org/project/talos,2022-05-28 10:07:34.000,8.0,1127.0,1127.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +516,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,2023-09-20 03:33:51.000000,2023-08-22 14:21:42,580.0,,302.0,54.0,115.0,54.0,29.0,1451.0,Interpretability and explainability of data and machine learning models.,41.0,25,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,87.0,86.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1928.0,1928.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +517,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2023-11-18 16:28:54.000000,2023-10-07 11:26:54,2816.0,15.0,170.0,27.0,660.0,87.0,432.0,1404.0,A Python library for learning and evaluating knowledge graph embeddings.,36.0,25,True,2023-02-22 18:28:28.000,1.10.1,19.0,pykeen,,,,,,,https://pypi.org/project/pykeen,,,4725.0,4729.0,,,,,,,,2.0,176.0,,,,,,,,,,,,,,,,,, +518,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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,2.0,322.0,49.0,43.0,94.0,,1281.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'],374.0,366.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,24652.0,43467.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,299.0,,,,,3.0,733511.0,,,,,,,,,,,,,,,,,, +519,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,,141.0,29.0,63.0,7.0,70.0,1270.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'],1300.0,1287.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,21599.0,21599.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +520,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-10-12 14:57:26.000000,2023-10-12 14:56:47,1107.0,2.0,238.0,38.0,67.0,54.0,205.0,1187.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,25,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],115.0,113.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,814.0,819.0,,,,,,,,2.0,87.0,,,,,,,,,,,,,,,,,, +521,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,201.0,54.0,460.0,142.0,293.0,1170.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'],73.0,64.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,757.0,757.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +522,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,2.0,81.0,33.0,109.0,12.0,18.0,1132.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'],187.0,185.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,2.0,712368.0,712368.0,,,,,,,,3.0,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +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,2023-12-14 08:20:40.000000,2023-12-11 19:59:57,1908.0,167.0,78.0,18.0,695.0,69.0,164.0,1001.0,"MetricFlow allows you to define, build, and maintain metrics in code.",41.0,25,False,2023-11-15 23:21:15.000,0.203.1,69.0,metricflow,,,,,14.0,11.0,https://pypi.org/project/metricflow,2023-12-11 20:04:09.000,3.0,23425.0,23425.0,,,,,,,,3.0,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +524,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,2023-12-14 14:44:53.000000,2023-12-13 21:22:55,1823.0,72.0,360.0,56.0,464.0,160.0,250.0,986.0,Machine learning on FPGAs using HLS.,57.0,25,True,2023-11-16 00:11:22.000,0.8.0,15.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/hls4ml,2023-11-16 00:11:22.000,,794.0,975.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7088.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +525,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,253.0,42.0,72.0,103.0,188.0,901.0,Gaussian Process Optimization using GPy.,49.0,25,True,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,512.0,474.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,38.0,7248.0,7248.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +526,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2023-11-30 08:29:05.000000,2023-10-26 19:25:33,460.0,9.0,101.0,23.0,86.0,15.0,94.0,636.0,"Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave and AIFF files with python 2..",26.0,25,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,111.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,111.0,23288.0,23288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +527,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,12.0,68.0,26.0,433.0,10.0,237.0,630.0,torchbearer: A model fitting library for PyTorch.,14.0,25,True,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],88.0,84.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1298.0,1298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +528,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,2023-12-10 19:24:11.000000,2023-12-10 19:24:06,3708.0,15.0,67.0,47.0,350.0,21.0,388.0,548.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2023-11-14 15:08:13.000,4.0.1,69.0,skll,conda-forge/skll,,,['sklearn'],58.0,40.0,https://pypi.org/project/skll,2023-11-14 15:04:40.000,18.0,570.0,1071.0,https://anaconda.org/conda-forge/skll,2023-11-15 00:08:06.079,12538.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,, +529,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,2023-12-14 13:31:12.000000,2023-12-13 17:22:18,518.0,5.0,150.0,31.0,172.0,8.0,97.0,537.0,Machine learning for multivariate data analysis through the Riemannian geometry of symmetric or Hermitian positive..,28.0,25,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],315.0,297.0,https://pypi.org/project/pyriemann,2022-07-17 13:53:18.565,18.0,24006.0,24270.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,4760.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +530,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2023-11-19 21:07:53.000000,2023-11-19 20:49:10,166.0,13.0,47.0,17.0,2.0,9.0,3.0,361.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,25,True,2023-11-19 21:07:53.000,0.1.1,12.0,suod,,,,,496.0,494.0,https://pypi.org/project/suod,2023-11-19 21:07:53.000,2.0,73013.0,73013.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +531,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,2023-11-26 01:06:29.000000,2023-11-26 01:06:21,757.0,20.0,81.0,13.0,30.0,5.0,46.0,347.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2023-03-05 05:32:23.000,3.0.1,56.0,pymap3d,conda-forge/pymap3d,,,,336.0,336.0,https://pypi.org/project/pymap3d,,,71344.0,72800.0,https://anaconda.org/conda-forge/pymap3d,2023-06-16 19:18:14.535,65536.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +532,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,2023-12-13 18:28:20.000000,2023-12-13 18:28:10,521.0,9.0,37.0,5.0,12.0,6.0,46.0,305.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,13.0,25,True,2023-11-06 17:10:01.000,0.8.0,7.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],550.0,550.0,https://pypi.org/project/scikit-posthocs,,,70032.0,93843.0,https://anaconda.org/conda-forge/scikit-posthocs,2023-11-07 12:32:53.282,904828.0,,,,,3.0,39.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,2023-12-02 03:15:41.000000,2023-12-02 03:15:40,516.0,13.0,54.0,40.0,264.0,17.0,59.0,294.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",37.0,25,False,2023-11-21 05:30:42.000,1.2.5,72.0,gokart,,,,,79.0,74.0,https://pypi.org/project/gokart,2023-11-21 05:30:42.000,5.0,5171.0,5171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +534,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2023-11-30 16:50:36.000000,2023-11-30 16:45:02,1094.0,4.0,878.0,117.0,674.0,108.0,542.0,5342.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,24,True,2019-08-26 19:04:21.000,0.3.1,2.0,mmf,,,,['pytorch'],14.0,14.0,https://pypi.org/project/mmf,,,321.0,321.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,138.0,43.0,141.0,98.0,4934.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'],1120.0,1104.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,930.0,943.0,,,,,,,,3.0,887.0,,,,,,,,,,,,,,,,,, +536,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2023-12-14 02:38:28.000000,2023-12-05 18:31:50,1553.0,56.0,821.0,146.0,1451.0,326.0,398.0,4886.0,Simple and Distributed Machine Learning.,115.0,24,True,2023-11-02 01:41:54.000,1.0.1,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +537,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,2023-11-19 13:26:15.000000,2023-11-19 13:26:15,334.0,6.0,921.0,46.0,30.0,62.0,112.0,4622.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,24,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],173.0,165.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,8.0,2906.0,2906.0,,,,,,,,3.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,2023-08-31 07:24:48.000000,2022-07-29 10:37:24,205.0,,991.0,93.0,62.0,248.0,269.0,4502.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,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,19010.0,19010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +539,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,532.0,104.0,617.0,84.0,606.0,4120.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,24,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],,,https://pypi.org/project/yellowbrick,,,484968.0,486790.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,72892.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,,715.0,66.0,247.0,124.0,822.0,3953.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,,,,,35.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,35.0,5802.0,5802.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +541,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,175.0,50.0,65.0,49.0,3474.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'],59.0,56.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,77.0,77.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +542,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,106.0,396.0,3106.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],122.0,121.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,779.0,779.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,2023-12-11 05:23:44.000000,2023-11-05 09:58:06,2685.0,44.0,1043.0,132.0,1027.0,53.0,72.0,3021.0,a distributed deep learning platform.,85.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,55.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,731.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,4979.0,3.0,,,,,,,,,,,,,,,,,,, +544,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2023-12-03 13:55:18.000000,2023-08-24 15:33:37,935.0,,169.0,20.0,74.0,90.0,167.0,2674.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,27.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,37.0,36.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1111.0,1111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +545,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2023-06-30 21:16:15.000000,2023-06-30 21:16:10,470.0,,308.0,68.0,315.0,41.0,124.0,2668.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'],49.0,48.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1973.0,2319.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14560.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +546,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,2023-11-02 03:31:23.000000,2023-11-02 03:13:52,1297.0,2.0,314.0,93.0,2156.0,206.0,982.0,2657.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",52.0,24,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,30020.0,30020.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +547,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,295.0,66.0,14.0,26.0,46.0,2186.0,Stand-alone language identification system.,9.0,24,False,,,,langid,,,,,8963.0,8963.0,https://pypi.org/project/langid,,,317265.0,317265.0,,,,,,,,3.0,,,,,,-4.0,,,,,,,,,,,,, +548,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2023-09-05 06:09:07.000000,2023-09-05 06:09:05,385.0,,278.0,56.0,14.0,21.0,78.0,2170.0,Beautiful visualizations of how language differs among document types.,14.0,24,True,2017-03-13 05:31:21.000,0.0.2.4.4,18.0,scattertext,conda-forge/scattertext,,,,472.0,472.0,https://pypi.org/project/scattertext,,,10295.0,11418.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,85393.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +549,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,2023-12-14 00:46:01.000000,2023-10-16 16:49:59,532.0,9.0,193.0,40.0,115.0,62.0,125.0,2060.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,25.0,24,True,2023-12-14 00:46:01.000,2023.12.14,760.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-14 00:46:01.000,,7940.0,7940.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +550,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2023-11-15 21:03:09.000000,2023-07-01 21:39:32,2288.0,,229.0,38.0,37.0,9.0,109.0,2017.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,17.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,214.0,210.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,4.0,3355.0,3884.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,21729.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +551,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,,119.0,28.0,31.0,58.0,50.0,1561.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'],366.0,361.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,5.0,65395.0,65395.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +552,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,238.0,49.0,48.0,22.0,91.0,1561.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,319.0,306.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,1850.0,3962.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35370.0,,,,,3.0,60735.0,,,,,,,,,,,,,,,,,, +553,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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,1.0,,1527.0,Feature engineering package with sklearn like functionality.,38.0,24,True,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,94.0,,https://pypi.org/project/feature_engine,2023-09-18 14:50:58.000,94.0,133426.0,134499.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,42921.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +554,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,91.0,165.0,103.0,224.0,1348.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],43.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,1.0,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +555,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2023-09-27 15:14:50.000000,2023-09-27 15:14:33,667.0,1.0,158.0,47.0,161.0,19.0,378.0,1271.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,24,False,2023-02-16 21:26:00.740,1.6.0,26.0,dalex,conda-forge/dalex,,,,144.0,138.0,https://pypi.org/project/dalex,2022-09-07 14:45:39.364,6.0,16715.0,17035.0,https://anaconda.org/conda-forge/dalex,2023-06-16 19:24:13.607,11227.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +556,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2023-08-29 11:31:26.000000,2023-08-29 11:31:26,76.0,,222.0,20.0,16.0,4.0,87.0,1139.0,Implementation of the node2vec algorithm.,12.0,24,True,2022-08-01 11:34:27.000,0.4.6,9.0,node2vec,conda-forge/node2vec,,,,519.0,519.0,https://pypi.org/project/node2vec,,,72773.0,73177.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27074.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +557,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,,224.0,73.0,415.0,75.0,147.0,1138.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,29.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,168.0,158.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,10.0,523.0,523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +558,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,,165.0,32.0,86.0,16.0,32.0,1138.0,"A program for financial portfolio management, analysis and optimisation.",11.0,24,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,87.0,87.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,,591.0,591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +559,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,7.0,183.0,34.0,73.0,2.0,86.0,1031.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,24,True,2021-06-19 16:14:57.000,4.5.0,10.0,keract,,,,['tensorflow'],195.0,195.0,https://pypi.org/project/keract,,,4627.0,4627.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +560,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2023-11-16 19:55:28.000000,2019-08-16 09:00:15,140.0,,105.0,12.0,20.0,15.0,15.0,1019.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,4632.0,4338.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,294.0,340411.0,340411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +561,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,1.0,191.0,49.0,61.0,1.0,68.0,974.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'],401.0,398.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,15807.0,15807.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +562,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,2.0,172.0,48.0,112.0,51.0,170.0,954.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,324.0,274.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,743.0,743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +563,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,2023-12-12 19:09:25.594000,2023-11-09 15:26:22,727.0,2.0,143.0,16.0,100.0,27.0,229.0,899.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,44.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,29677.0,35384.0,https://anaconda.org/conda-forge/pytorch_sparse,2023-12-12 19:09:25.594,239726.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +564,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,2023-12-02 22:09:26.000000,2023-12-02 22:09:25,222.0,8.0,81.0,21.0,153.0,24.0,82.0,807.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,24,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,53.0,52.0,https://pypi.org/project/baal,2023-10-02 19:57:48.000,1.0,2304.0,2519.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7534.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +565,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,2023-12-13 17:02:20.000000,2023-11-24 10:43:28,313.0,7.0,129.0,21.0,72.0,5.0,63.0,767.0,An intuitive library to extract features from time series.,18.0,24,True,2023-08-23 07:53:53.000,0.1.6,10.0,tsfel,,,,,104.0,104.0,https://pypi.org/project/tsfel,2023-08-22 10:46:05.000,,22065.0,22065.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +566,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,2023-11-06 22:17:29.000000,2023-11-06 22:11:24,461.0,12.0,72.0,25.0,160.0,40.0,62.0,747.0,,26.0,24,False,2023-11-06 22:17:30.000,1.8.0,9.0,objax,,,,['jax'],43.0,43.0,https://pypi.org/project/objax,,,2773.0,2773.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +567,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,,159.0,33.0,25.0,33.0,235.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,True,2019-04-04 19:44:59.000,0.8.2,29.0,neupy,,,,,162.0,162.0,https://pypi.org/project/neupy,,,4955.0,4955.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +568,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,72.0,13.0,48.0,19.0,53.0,681.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1052.0,1052.0,https://pypi.org/project/pysbd,,,239837.0,240025.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,4912.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +569,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,2023-12-14 13:54:45.000000,2023-12-13 11:23:25,840.0,20.0,80.0,9.0,691.0,87.0,422.0,568.0,Automated modeling and machine learning framework FEDOT.,31.0,24,True,2023-07-25 13:20:41.000,0.7.2,19.0,fedot,,,,,44.0,43.0,https://pypi.org/project/fedot,2023-07-25 13:17:29.000,1.0,646.0,646.0,,,,,,,,2.0,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +570,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2023-10-18 13:09:12.000000,2023-10-18 13:08:59,466.0,6.0,48.0,8.0,51.0,157.0,229.0,558.0,python binding for libvips using cffi.,16.0,24,True,2022-06-12 09:54:07.000,2.2.1,24.0,pyvips,conda-forge/pyvips,,,,683.0,633.0,https://pypi.org/project/pyvips,2022-06-12 09:54:07.000,50.0,52370.0,54222.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,70406.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +571,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2023-12-11 11:33:57.000000,2023-12-11 11:33:57,319.0,41.0,85.0,7.0,19.0,1.0,77.0,501.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code.,17.0,24,True,2023-12-05 01:51:24.000,0.4.7,153.0,featurewiz,,,,,64.0,62.0,https://pypi.org/project/featurewiz,2023-12-05 01:51:24.000,2.0,11725.0,11725.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +572,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,9.0,17.0,11.0,12.0,500.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'],4181.0,4017.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,164.0,2012136.0,2021873.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,876384.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +573,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2023-09-23 13:28:08.196000,2022-01-15 18:08:37,1718.0,,59.0,14.0,11.0,33.0,6.0,485.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,,,,3695.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3695.0,334724.0,341810.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,219683.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +574,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,2023-12-11 23:12:27.000000,2023-12-05 12:09:16,955.0,23.0,168.0,24.0,822.0,91.0,382.0,478.0,MONAI Label is an intelligent open source image labeling and learning tool.,55.0,24,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,143.0,2498.0,,,,,,,,3.0,68315.0,,,,,,,,,,,,,,,,,, +575,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,2023-10-20 17:29:31.000000,2023-10-20 17:29:28,575.0,1.0,84.0,29.0,317.0,75.0,27.0,362.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],335.0,328.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,40733.0,40733.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +576,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2023-12-13 23:01:05.000000,2023-12-13 23:01:05,2538.0,85.0,56.0,8.0,235.0,29.0,78.0,249.0,Python recommendation toolkit.,13.0,24,False,2022-08-16 20:29:07.512,0.14.2,23.0,lenskit,conda-forge/lenskit,,,,98.0,94.0,https://pypi.org/project/lenskit,2022-08-16 20:29:07.512,4.0,1076.0,1706.0,https://anaconda.org/conda-forge/lenskit,2023-06-16 19:23:42.362,23344.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +577,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,2023-12-06 17:30:35.000000,2023-11-30 15:56:19,596.0,4.0,726.0,106.0,587.0,59.0,345.0,5633.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,23,True,2020-04-03 19:06:25.000,0.4.0,1.0,t5,,,,['tensorflow'],,,https://pypi.org/project/t5,,,23702.0,23702.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +578,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,2023-12-09 23:25:52.000000,2022-08-09 13:26:32,565.0,,1273.0,305.0,205.0,67.0,208.0,4568.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1908.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143119.0,3.0,,,,,,,,,,,,,,,,,,, +579,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,,513.0,138.0,649.0,66.0,197.0,3845.0,Snips Python library to extract meaning from text.,22.0,23,False,2020-01-15 09:51:41.000,0.20.2,58.0,snips-nlu,,,,,,,https://pypi.org/project/snips-nlu,,,1891.0,1891.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +580,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,891.0,178.0,385.0,33.0,430.0,3807.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,23,False,2019-10-09 19:24:22.000,2.2,2.0,matchzoo,,,,['tensorflow'],15.0,15.0,https://pypi.org/project/matchzoo,,,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +581,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,2023-12-08 02:39:55.000000,2023-12-08 02:34:45,1583.0,9.0,503.0,153.0,609.0,69.0,75.0,3487.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",162.0,23,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,31.0,31.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +582,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,5.0,219.0,54.0,36.0,71.0,121.0,3066.0,A GUI for Pandas DataFrames.,15.0,23,False,,,2.0,pandasgui,conda-forge/pandasgui,,,['pandas'],321.0,321.0,https://pypi.org/project/pandasgui,,,3503.0,4091.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,20599.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +583,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,,236.0,43.0,110.0,80.0,64.0,2830.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,11772.0,11774.0,,,,,,,,3.0,120.0,,,,,,,,,,,,,,,,,, +584,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,,315.0,66.0,167.0,144.0,113.0,2701.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,23,False,,,11.0,eli5,conda-forge/eli5,,,,,,https://pypi.org/project/eli5,,,492642.0,494489.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,145915.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +585,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,2017-05-05 02:27:30.000,2023-12-13 13:33:49.000000,2023-12-01 03:01:48,3453.0,1.0,712.0,108.0,3871.0,406.0,855.0,2592.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,23,True,2022-01-24 01:44:53.000,0.11.2,15.0,analytics-zoo,,,,['spark'],4.0,4.0,https://pypi.org/project/analytics-zoo,,,467.0,467.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +586,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,27.0,350.0,2375.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],62.0,62.0,https://pypi.org/project/kashgari-tf,,,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +587,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,,303.0,67.0,78.0,63.0,68.0,2097.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'],28.0,25.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1946.0,1946.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +588,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,,643.0,82.0,48.0,24.0,64.0,2004.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,465.0,453.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,6206.0,6206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +589,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,,237.0,45.0,33.0,51.0,90.0,1884.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'],154.0,154.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,5502.0,5502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +590,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,,114.0,38.0,11.0,33.0,51.0,1607.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,335.0,323.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,1267.0,1267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +591,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,2023-12-14 14:37:44.000000,2023-10-22 18:43:46,368.0,5.0,138.0,18.0,69.0,17.0,33.0,1562.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,15.0,23,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,13565.0,13565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +592,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,203.0,45.0,12.0,4.0,51.0,1548.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,23,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],203.0,201.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,6211.0,6211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +593,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,2023-12-07 16:22:32.000000,2023-11-08 21:41:55,157.0,2.0,162.0,99.0,184.0,35.0,25.0,1465.0,fklearn: Functional Machine Learning.,55.0,23,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,418.0,418.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +594,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2023-09-01 16:34:21.000000,2023-08-25 22:11:00,340.0,,292.0,40.0,252.0,69.0,192.0,1391.0,A framework for Privacy Preserving Machine Learning.,33.0,23,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],33.0,32.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,398.0,398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +595,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1255.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],60.0,59.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,332.0,332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +596,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2023-12-09 21:53:37.000000,2023-12-09 21:53:10,773.0,28.0,172.0,18.0,256.0,70.0,93.0,1202.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,23,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,57511.0,57511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +597,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2023-10-25 14:32:27.000000,2023-08-18 11:01:23,442.0,,207.0,53.0,85.0,64.0,205.0,1006.0,Line based ATR Engine based on OCRopy.,20.0,23,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,1679.0,1679.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +598,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,14.0,82.0,899.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2355.0,2340.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,15.0,1495.0,1495.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,, +599,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2023-12-14 11:36:51.000000,2023-12-14 11:35:52,1420.0,183.0,53.0,13.0,352.0,12.0,417.0,882.0,"dstack simplifies training, fine-tuning, and deploying generative AI models on any cloud. Discord:..",14.0,23,True,2023-11-29 18:26:52.000,0.12.4.post1,158.0,dstack,,,,,13.0,13.0,https://pypi.org/project/dstack,2023-11-29 20:52:00.000,,1039.0,1039.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +600,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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,104.0,26.0,36.0,34.0,69.0,866.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],567.0,555.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,20812.0,20812.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +601,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,136.0,25.0,594.0,62.0,511.0,839.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,4165.0,4165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +602,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,,101.0,29.0,60.0,20.0,74.0,811.0,ML-Ensemble high performance ensemble learning.,7.0,23,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,357.0,353.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,4.0,2909.0,2909.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +603,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,2023-10-13 19:56:17.000000,2023-10-12 18:15:50,276.0,4.0,243.0,45.0,18.0,8.0,91.0,791.0,Data compression in TensorFlow.,21.0,23,True,2023-10-13 19:56:17.000,2.14.0,22.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2023-10-12 23:14:15.000,2.0,12048.0,12048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +604,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2023-12-01 17:08:06.000000,2023-08-23 11:46:56,231.0,,103.0,15.0,38.0,35.0,24.0,771.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,11.0,23,True,2022-12-19 17:52:51.000,0.5.1,12.0,detoxify,,,,,473.0,473.0,https://pypi.org/project/detoxify,,,19049.0,27896.0,,,,,,,,3.0,327371.0,,,,,,,,,,,,,,,,,, +605,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,,132.0,130.0,91.0,34.0,67.0,644.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,23,False,2019-06-03 21:24:10.000,0.10.2,14.0,mapboxgl,,,,['jupyter'],180.0,180.0,https://pypi.org/project/mapboxgl,,,11099.0,11099.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +606,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,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,80.0,21.0,8.0,23.0,41.0,631.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'],407.0,386.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,21.0,22241.0,22271.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2834.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +607,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,577.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,23,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],141.0,136.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,24229.0,24229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +608,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,2023-08-10 03:20:53.000000,2023-08-10 03:20:53,1214.0,,62.0,7.0,206.0,18.0,109.0,481.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],212.0,212.0,https://pypi.org/project/happytransformer,,,3144.0,3144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +609,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-11-01 17:47:11.000000,2023-11-01 17:47:00,2273.0,16.0,41.0,11.0,11.0,9.0,52.0,475.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,23,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,26.0,21.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,4132.0,4134.0,,,,,,,,3.0,130.0,,,,,,,,,,,,,,,,,, +610,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,,2017-09-07 06:05:21.000,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,14.0,49.0,14.0,712.0,194.0,203.0,273.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 21:02:52.000,0.2.7,26.0,orion,,,,,96.0,96.0,https://pypi.org/project/orion,,,1300.0,1300.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +611,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,6.0,27.0,8.0,4.0,22.0,59.0,272.0,Multiple Imputation with LightGBM in Python.,6.0,23,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,118.0,113.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,27381.0,27778.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11520.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +612,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,2023-12-07 15:30:25.000000,2023-02-07 10:12:31,47.0,,2119.0,149.0,88.0,236.0,284.0,12222.0,End-to-End Object Detection with Transformers.,26.0,22,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +613,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,486.0,83.0,37.0,51.0,26.0,10594.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,39.0,39.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,829.0,925.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2229.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +614,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,8.0,649.0,96.0,150.0,98.0,103.0,8325.0,The user analytics platform for LLMs.,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,373.0,373.0,,,,,,,,3.0,,nebuly-ai/nebuly,,,,,,,,,,,,,,,,, +615,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,146.0,1362.0,118.0,986.0,7963.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,1010.0,1010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +616,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,263.0,68.0,115.0,135.0,6185.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,3.0,99.0,99.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +617,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,2023-04-10 13:46:12.000000,2022-05-30 07:32:06,3344.0,,809.0,233.0,109.0,56.0,620.0,4833.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,22,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,23.0,,,,,,,,3.0,1501.0,,,,,,,,,,,,,,,,,, +618,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,323.0,75.0,37.0,95.0,74.0,4382.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,922.0,922.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +619,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,2022-01-23 11:27:35.000000,2021-06-02 09:45:13,150.0,,708.0,102.0,32.0,101.0,113.0,4371.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,22,False,2020-01-08 15:35:45.000,2.2.0,1.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],118.0,118.0,https://pypi.org/project/ISR,,,5982.0,5985.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,230.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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3865.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,,,,1.0,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,1.0,115.0,139.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1869.0,,,,,3.0,374.0,,,,,,,,,,,,,,,,,, +621,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,,654.0,77.0,53.0,176.0,101.0,3352.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'],7.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,7.0,3426.0,3435.0,,,,,,,,3.0,537.0,,,,,,,,,,,,,,,,,, +622,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2023-10-20 18:29:52.000000,2023-10-20 18:18:37,406.0,1.0,320.0,54.0,413.0,79.0,106.0,3166.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",37.0,22,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],33.0,32.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,167.0,167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +623,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,,378.0,208.0,9.0,6.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'],140.0,137.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,1181.0,1181.0,,,,,,,,3.0,,google-deepmind/trfl,,,,,,,,,,,,,,,,, +624,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,2023-11-28 21:11:34.000000,2021-05-06 12:10:38,127.0,,154.0,50.0,55.0,2.0,30.0,2969.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,,,,46.0,46.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,180.0,240.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1386.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +625,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,,402.0,129.0,136.0,52.0,128.0,2395.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,,,10.0,luminoth,,,,['tensorflow'],51.0,51.0,https://pypi.org/project/luminoth,,,3072.0,3243.0,,,,,,,,3.0,12711.0,,,,,,,,,,,,,,,,,, +626,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,,370.0,80.0,144.0,33.0,126.0,2371.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 03:54:40.000,0.2.4,6.0,texar,,,,['tensorflow'],27.0,27.0,https://pypi.org/project/texar,,,77.0,77.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +627,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2044.0,The friendly PIL fork.,385.0,22,False,,,,pillow-simd,,,,,,,https://pypi.org/project/pillow-simd,,,60817.0,60817.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +628,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2023-12-12 15:07:33.000000,2023-08-10 17:09:47,309.0,,149.0,24.0,31.0,27.0,31.0,1830.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,358.0,536.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4258.0,,,,,3.0,69.0,,,,,,,,,,,,,,,,,, +629,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2023-09-26 02:48:51.000000,2023-09-26 02:48:50,872.0,1.0,128.0,33.0,407.0,65.0,326.0,1757.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,18.0,22,True,2023-01-29 22:05:17.000,1.1.4.2,23.0,orbit-ml,,,,,43.0,42.0,https://pypi.org/project/orbit-ml,2023-01-29 22:06:26.764,1.0,31058.0,31058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +630,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,2023-09-26 02:48:51.000000,2023-09-26 02:48:50,872.0,1.0,128.0,33.0,407.0,65.0,326.0,1757.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,18.0,22,True,2023-01-29 22:05:17.000,1.1.4.2,23.0,orbit-ml,conda-forge/orbit-ml,,,,43.0,42.0,https://pypi.org/project/orbit-ml,2023-01-29 22:06:26.764,1.0,31058.0,31259.0,https://anaconda.org/conda-forge/orbit-ml,2023-06-18 08:40:35.691,4624.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +631,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2023-04-08 10:04:48.000000,2020-04-24 06:58:09,58.0,,255.0,44.0,13.0,57.0,35.0,1745.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']",247.0,236.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,1854.0,1854.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +632,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2023-10-25 22:04:21.000000,2023-10-25 22:04:21,1073.0,3.0,255.0,33.0,36.0,28.0,168.0,1674.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,489.0,489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +633,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,,306.0,98.0,45.0,179.0,216.0,1630.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,22,False,2017-09-12 03:01:00.000,2.7.0,12.0,auto_ml,,,,,2.0,2.0,https://pypi.org/project/auto_ml,,,1150.0,1150.0,,,,,,,,3.0,42.0,,,,,,,,,,,,,,,,,, +634,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,,290.0,46.0,801.0,71.0,485.0,1573.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,81.0,81.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +635,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,2023-11-03 15:04:58.000000,2023-11-03 16:06:14,1169.0,2.0,118.0,29.0,68.0,1.0,29.0,1449.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,22,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,7423.0,7423.0,,,,,,,,3.0,7.0,,,,,,,,,,,,,,,,,, +636,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,2023-11-29 18:30:27.000000,2023-11-29 05:50:04,1211.0,19.0,96.0,31.0,146.0,64.0,130.0,1305.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",23.0,22,True,2022-04-13 10:24:33.000,0.8.1,13.0,kp,,,,,8.0,8.0,https://pypi.org/project/kp,2022-04-13 10:22:18.000,,119.0,131.0,,,,,,,,3.0,487.0,,,,,,,,,,,,,,,,,, +637,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,,189.0,27.0,57.0,21.0,36.0,1230.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'],149.0,144.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,661.0,661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +638,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,2023-12-06 23:24:36.000000,2023-12-06 23:22:36,184.0,3.0,108.0,37.0,25.0,17.0,113.0,1143.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,5934.0,5934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +639,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2023-07-16 15:34:00.704000,2023-07-16 15:16:10,420.0,,145.0,96.0,117.0,33.0,45.0,1107.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,98.0,97.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,625.0,625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +640,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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,108.0,50.0,98.0,38.0,51.0,1000.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:27:53.000,0.3.1,7.0,tf-explain,,,,['tensorflow'],204.0,204.0,https://pypi.org/project/tf-explain,,,2559.0,2559.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +641,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2023-06-16 13:21:24.079000,2022-12-12 08:52:31,580.0,,289.0,95.0,120.0,62.0,95.0,969.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",30.0,22,True,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],36.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,36.0,921.0,1470.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,41772.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +642,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2023-09-27 19:23:04.851000,2023-03-29 07:39:45,85.0,,79.0,26.0,53.0,32.0,28.0,926.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,22,True,2020-02-13 09:57:47.000,1.0.6,4.0,youtokentome,conda-forge/youtokentome,,,,574.0,574.0,https://pypi.org/project/youtokentome,,,41788.0,43244.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,39313.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +643,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,,82.0,14.0,77.0,218.0,218.0,837.0,"Experiment tracking, ML developer tools.",29.0,22,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,87.0,87.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,891.0,891.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,, +644,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,73.0,6.0,5.0,4.0,23.0,805.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],399.0,387.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,12.0,61100.0,61100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +645,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,26.0,37.0,25.0,21.0,734.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,85590.0,85590.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,, +646,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,,144.0,25.0,19.0,26.0,5.0,729.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,22,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],591.0,577.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,14.0,90486.0,90645.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6048.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +647,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,679.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,,,,374.0,368.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,6.0,14385.0,14444.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1849.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +648,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,2023-09-26 00:20:33.000000,2023-09-26 00:20:33,398.0,1.0,155.0,17.0,72.0,35.0,105.0,660.0,Ternary plotting library for python with matplotlib.,27.0,22,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,182.0,156.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,26.0,43719.0,44574.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,78743.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,, +649,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,1.0,118.0,19.0,78.0,23.0,33.0,656.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],239.0,216.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,85378.0,87135.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,147601.0,,,,,3.0,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +650,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,2023-12-14 13:32:40.000000,2023-11-23 05:37:16,487.0,12.0,95.0,31.0,552.0,197.0,243.0,633.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,22,True,2023-09-26 13:51:42.000,23.09.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,4537.0,4537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +651,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,,105.0,30.0,1.0,13.0,3.0,631.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,22,True,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",601.0,593.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,80480.0,80480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +652,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,27.0,23.0,57.0,35.0,590.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,,,,415.0,393.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,22.0,26185.0,26675.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,17670.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +653,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,2023-02-14 11:18:28.000000,2023-02-14 11:18:28,249.0,,87.0,26.0,31.0,28.0,6.0,566.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'],352.0,345.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,7.0,70582.0,70582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +654,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,2023-12-07 19:31:40.000000,2023-12-07 19:31:40,331.0,2.0,131.0,19.0,34.0,13.0,72.0,524.0,Medical image processing in Python.,18.0,22,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1623.0,1579.0,https://pypi.org/project/MedPy,2019-02-14 17:12:59.000,44.0,18053.0,18770.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,21511.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +655,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,480.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,,,,,90.0,82.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,4642.0,4642.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,, +656,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,2023-12-07 13:59:00.000000,2023-03-05 00:16:57,419.0,,96.0,36.0,276.0,69.0,173.0,445.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,74.0,72.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1198.0,1201.0,,,,,,,,3.0,292.0,,,,,,,,,,,,,,,,,, +657,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,2023-12-07 15:40:04.000000,2023-12-05 11:38:02,1689.0,116.0,60.0,6.0,197.0,41.0,77.0,437.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,22.0,21.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,923.0,929.0,,,,,,,,3.0,148.0,,,,,,,,,,,,,,,,,, +658,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,411.0,optimization routines for hyperparameter tuning.,9.0,22,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,122.0,108.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,14.0,4841.0,4841.0,,,,,,,,3.0,87.0,,,,,,,,,,,,,,,,,, +659,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2023-12-12 20:24:52.000000,2023-12-12 20:16:58,5582.0,25.0,89.0,15.0,736.0,29.0,425.0,387.0,Lightwood is Legos for Machine Learning.,43.0,22,False,2023-08-07 15:55:40.000,23.8.1.0,201.0,lightwood,,,,['pytorch'],2.0,,https://pypi.org/project/lightwood,2023-10-26 23:00:08.000,2.0,9641.0,9641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +660,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,2023-12-01 01:38:15.000000,2023-12-01 01:29:10,652.0,9.0,60.0,29.0,428.0,11.0,91.0,363.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2023-07-18 13:09:18.000,4.0.0,28.0,vega,conda-forge/vega,,,['jupyter'],3.0,3.0,https://pypi.org/project/vega,,,7433.0,13785.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,571748.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +661,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,13.0,9.0,4.0,12.0,226.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,,,,976.0,930.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,94440.0,95889.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,55070.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +662,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,2021-12-28 13:59:30.000000,2018-07-23 21:04:09,90.0,,26.0,7.0,18.0,3.0,9.0,153.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,7.0,stop-words,,,,,2056.0,2056.0,https://pypi.org/project/stop-words,,,113315.0,113315.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +663,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,2023-10-06 13:06:28.000000,2023-08-15 07:38:22,956.0,,542.0,168.0,45.0,37.0,28.0,4146.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,575.0,575.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +664,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,,475.0,87.0,180.0,108.0,161.0,3528.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,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,78.0,102.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1319.0,3.0,,,,,,,,,,,,,,,,,,, +665,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,,2018-10-01 20:41:16.000,2023-11-06 16:44:05.000000,2023-11-06 16:37:37,171.0,2.0,434.0,91.0,78.0,57.0,137.0,3315.0,Generate embeddings from large-scale graph-structured data.,31.0,21,False,2019-10-14 16:45:11.000,1.0.0,3.0,torchbiggraph,,,,['pytorch'],,,https://pypi.org/project/torchbiggraph,,,275088.0,275090.0,,,,,,,,3.0,165.0,,,,,,,,,,,,,,,,,, +666,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,2023-04-26 19:35:05.000000,2023-04-26 19:32:49,683.0,,482.0,216.0,16.0,24.0,4.0,3253.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,21,True,2023-04-26 19:36:36.846,0.11.12,13.0,finmarketpy,,,,,11.0,11.0,https://pypi.org/project/finmarketpy,2021-10-07 14:58:03.000,,149.0,149.0,,,,,,,,3.0,49.0,,,,,,,,,,,,,,,,,, +667,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,,442.0,166.0,120.0,14.0,112.0,2923.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,,,245.0,245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +668,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,,327.0,74.0,2.0,18.0,7.0,2899.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'],192.0,184.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,1473.0,1473.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +669,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,,322.0,101.0,1000.0,87.0,260.0,2817.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,21,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +670,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,2023-12-13 23:59:29.000000,2023-08-08 21:17:31,765.0,,356.0,93.0,547.0,83.0,92.0,2739.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,21,True,2019-05-09 10:06:22.000,1.0.0,1.0,tensorflow-graphics,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-graphics,,,5695.0,5695.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +671,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,,359.0,86.0,4.0,3.0,18.0,2128.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,1.0,455.0,455.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +672,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,2023-07-27 13:04:15.000000,2023-07-27 13:04:12,336.0,,333.0,42.0,68.0,155.0,95.0,1829.0,Super easy library for BERT based NLP models.,36.0,21,True,2020-07-09 12:05:40.000,1.8.0,5.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,,,1635.0,1635.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +673,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,2023-06-07 17:48:51.000000,2023-06-07 17:48:50,26.0,,100.0,37.0,27.0,22.0,78.0,1756.0,"A flexible, intuitive and fast forecasting library.",9.0,21,True,2023-06-07 17:56:26.462,0.5.1,10.0,greykite,,,,,25.0,25.0,https://pypi.org/project/greykite,2022-07-15 21:40:53.479,,14438.0,14438.0,,,,,,,,3.0,4.0,,,,,,,,,,,,,,,,,, +674,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1639.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +675,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,14.0,33.0,1628.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'],52.0,46.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,2021.0,2021.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +676,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,2023-10-11 20:58:29.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,1.0,74.0,1567.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,,,6.0,244.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13111.0,3.0,,,,,,,,,,,,,,,,,,, +677,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,,359.0,62.0,47.0,37.0,72.0,1475.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'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,249.0,249.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,67.0,51.0,23.0,75.0,1462.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,291.0,291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +679,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,2023-06-16 19:27:46.249000,2022-08-31 13:13:15,103.0,,79.0,40.0,14.0,12.0,27.0,1255.0,A Graph Neural Network Library in Jax.,17.0,21,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],131.0,120.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,11.0,8451.0,8606.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4046.0,,,,,3.0,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +680,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,,220.0,64.0,48.0,36.0,90.0,1250.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,231.0,231.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +681,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2023-10-17 15:42:35.000000,2023-10-17 15:42:30,833.0,2.0,305.0,51.0,791.0,4.0,300.0,1193.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,21,True,2023-03-03 07:44:13.000,3.1.34,76.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,,,403.0,403.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,, +682,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,216.0,66.0,29.0,31.0,12.0,1133.0,Anomaly Detection and Correlation library.,9.0,21,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,91.0,76.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,6795.0,6795.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +683,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,2023-12-13 02:34:13.000000,2023-12-13 02:34:12,498.0,48.0,115.0,21.0,209.0,13.0,108.0,1088.0,A standard framework for modelling Deep Learning Models for tabular data.,17.0,21,True,2023-06-01 06:16:39.000,1.0.2,11.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2021-09-01 11:51:30.000,2.0,3147.0,3147.0,,,,,,,,2.0,21.0,,,,,,,,,,,,,,,,,, +684,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,1009.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,,,,178.0,166.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,1109.0,1365.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,7947.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +685,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,2.0,244.0,47.0,46.0,26.0,127.0,963.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,186.0,186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +686,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,,133.0,36.0,16.0,8.0,3.0,921.0,Nudity detection with Python.,12.0,21,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3582.0,3570.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,12.0,1378.0,1378.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +687,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,2023-10-11 00:13:45.000000,2023-04-27 23:44:02,329.0,,156.0,29.0,108.0,80.0,56.0,859.0,Source code/webpage/demos for the What-If Tool.,20.0,21,True,2021-10-12 17:36:36.000,1.8.1,4.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,,,https://pypi.org/project/witwidget,,,4226.0,55354.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2108195.0,,,,,3.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,933.0,,,,,,,,,,,,,, +688,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,,152.0,38.0,46.0,40.0,49.0,775.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,95.0,87.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,8.0,498.0,498.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +689,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,2023-12-11 18:14:05.000000,2023-12-11 18:13:56,1125.0,49.0,123.0,30.0,939.0,15.0,50.0,743.0,Machine learning framework for both deep learning and traditional algorithms.,35.0,21,True,2021-06-22 05:25:53.000,NeoML-master_2.0.5.0,2.0,neoml,,,,,,,https://pypi.org/project/neoml,,,221.0,221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +690,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,58.0,24.0,47.0,10.0,17.0,721.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,21,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],19.0,17.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,739.0,1740.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22023.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +691,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,2023-11-22 14:07:25.760000,2023-10-11 13:01:19,594.0,3.0,123.0,16.0,53.0,27.0,121.0,720.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,32.0,21,True,2023-10-12 06:54:28.000,1.6.3,32.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],,,https://pypi.org/project/torch-cluster,,,14246.0,16177.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-11-22 14:07:25.760,83075.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +692,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2023-10-17 14:50:13.000000,2023-10-17 14:50:08,1502.0,4.0,78.0,36.0,644.0,22.0,118.0,693.0,Scikit-learn style model finetuning for NLP.,22.0,21,True,2019-01-18 20:10:51.000,0.5.14,15.0,finetune,,,,"['tensorflow', 'sklearn']",11.0,11.0,https://pypi.org/project/finetune,,,88.0,88.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +693,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,301.0,590.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,,,,,57.0,56.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,254.0,254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +694,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,29.0,31.0,5.0,24.0,556.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,,,,,48.0,46.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1309.0,1309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +695,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,3.0,54.0,60.0,9.0,23.0,25.0,510.0,Python library assists deep learning on graphs.,18.0,21,True,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,77.0,76.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,1.0,449.0,449.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,, +696,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,53.0,11.0,20.0,11.0,37.0,506.0,Joyplots in Python with matplotlib & pandas.,6.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,335.0,326.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,11730.0,12140.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,23414.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +697,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2023-12-11 13:52:55.000000,2023-12-01 23:20:05,2811.0,161.0,60.0,12.0,254.0,9.0,109.0,409.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,70.0,70.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +698,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,2023-12-14 02:37:33.000000,2023-12-11 07:05:24,4782.0,77.0,37.0,13.0,1.0,2.0,80.0,398.0,Deep Learning PyTorch.,1.0,21,True,2023-10-17 14:20:30.000,0.4.8,102.0,carefree-learn,,,,['pytorch'],4.0,4.0,https://pypi.org/project/carefree-learn,2023-10-17 14:20:30.000,,235.0,235.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +699,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,376.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,726.0,726.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +700,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,60.0,27.0,110.0,32.0,184.0,359.0,scalable audio processing framework and server written in Python.,22.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,30.0,16.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,14.0,97.0,97.0,,,,,,,,3.0,,yomguy/TimeSide,,,,,,,,,,,,,,,,, +701,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,,48.0,10.0,37.0,28.0,37.0,342.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,,,,,215.0,211.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,4.0,5017.0,5017.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +702,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,,33.0,18.0,6.0,18.0,21.0,301.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],78.0,77.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,2588.0,2588.0,,,,,,,,3.0,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +703,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,21.0,74.0,23.0,431.0,28.0,51.0,262.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,21,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,186.0,186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +704,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2023-10-13 23:30:32.439000,2022-09-26 07:14:12,621.0,,67.0,27.0,29.0,30.0,113.0,256.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",19.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,12.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,12.0,2229.0,4420.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,82627.0,,,,,3.0,1841.0,,,,,,,,,,,,,,,,,, +705,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2023-12-14 14:27:55.000000,2023-12-08 13:30:20,656.0,49.0,21.0,4.0,254.0,4.0,,254.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML pipeline from..,11.0,21,False,2023-12-08 13:30:41.000,1.1.228,525.0,upgini,,,,,5.0,5.0,https://pypi.org/project/upgini,2023-12-14 14:27:55.000,,5758.0,5758.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +706,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,2023-12-07 08:01:22.000000,2023-12-07 08:01:20,578.0,3.0,33.0,24.0,631.0,21.0,127.0,229.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,21,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,1260.0,1281.0,,,,,,,,3.0,979.0,,,,,,,,,,,,,,,,,, +707,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,,19.0,20.0,464.0,90.0,76.0,224.0,Functional tensors for probabilistic programming.,11.0,21,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],65.0,60.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,5.0,43502.0,43502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +708,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-10-19 02:22:22.000000,2023-10-19 02:11:57,190.0,1.0,1096.0,99.0,47.0,363.0,279.0,6052.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,20,True,,,,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +709,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,,772.0,224.0,25.0,7.0,122.0,5305.0,Build Graph Nets in Tensorflow.,11.0,20,True,,,,graph-nets,,,,['tensorflow'],20.0,20.0,https://pypi.org/project/graph-nets,,,1800.0,1800.0,,,,,,,,3.0,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +710,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,2023-12-09 10:48:21.000000,2023-01-15 11:37:16,279.0,,832.0,108.0,92.0,112.0,349.0,4339.0,Backtest trading strategies in Python.,19.0,20,False,,,,backtesting,,,,,,,https://pypi.org/project/backtesting,,,11374.0,11374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +711,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,98.0,16.0,53.0,17.0,3345.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,141.0,134.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,859.0,859.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +712,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,,314.0,60.0,242.0,173.0,109.0,2998.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,True,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,1234.0,1248.0,,,,,,,,3.0,672.0,,,,,,,,,,,,,,,,,, +713,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,2897.0,Quickly search over billions of images.,19.0,20,True,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,763.0,763.0,,,,,,,,3.0,,rhsimplex/image-match,,,,,,,,,,,,,,,,, +714,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2023-10-11 16:38:54.000000,2021-06-15 18:41:51,22.0,,261.0,33.0,19.0,27.0,37.0,2869.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1476.0,1476.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +715,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,,451.0,127.0,225.0,87.0,183.0,2277.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,True,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,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +716,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,231.0,62.0,105.0,24.0,56.0,2087.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,2.0,pycls,,,,['pytorch'],16.0,16.0,https://pypi.org/project/pycls,,,1307.0,1307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +717,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,14.0,105.0,2000.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,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,,4291.0,4291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +718,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,,176.0,55.0,895.0,129.0,586.0,1867.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",49.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,19.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +719,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,,209.0,38.0,111.0,54.0,42.0,1690.0,"Large-scale linear classification, regression and ranking in Python.",17.0,20,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],8.0,,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,8.0,1538.0,3829.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,202824.0,,,,,3.0,407.0,,,,,,,,,,,,,,,,,, +720,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,275.0,74.0,728.0,13.0,64.0,1565.0,An end-to-end PyTorch framework for image and video classification.,77.0,20,True,2023-03-21 05:24:19.000,0.7.0,7.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],,,https://pypi.org/project/classy_vision,,,631.0,1026.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18600.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +721,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,,140.0,102.0,150.0,21.0,20.0,1551.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,21.0,20.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,960.0,960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +722,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,,157.0,46.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,20,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],18.0,18.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,2018.0,2018.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +723,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,2023-09-15 04:35:29.000000,2023-09-15 04:35:29,906.0,,206.0,57.0,52.0,73.0,148.0,1512.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,35.0,20,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,,488.0,520.0,,,,,,,,3.0,2726.0,,,,,,,,,,,,,,,,,, +724,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,,401.0,102.0,36.0,11.0,24.0,1406.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +725,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,41.0,13.0,14.0,9.0,1264.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,,,,,109.0,108.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,1.0,3554.0,3554.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +726,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,1009.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'],77.0,73.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,145.0,145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +727,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2023-12-13 18:40:36.000000,2023-12-13 18:40:36,436.0,9.0,187.0,62.0,7.0,13.0,29.0,1003.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,187.0,187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +728,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2023-09-04 22:14:55.000000,2023-09-04 22:14:55,303.0,,87.0,18.0,72.0,18.0,42.0,920.0,Audio processing by using pytorch 1D convolution network.,15.0,20,True,2022-10-09 13:50:13.300,0.3.2,39.0,nnAudio,,,,,146.0,143.0,https://pypi.org/project/nnAudio,2021-12-24 09:38:22.000,3.0,3371.0,3371.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +729,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,,225.0,31.0,38.0,39.0,21.0,817.0,An open source python library for scalable Bayesian optimisation.,13.0,20,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,2.0,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,2.0,16841.0,16841.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +730,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,127.0,17.0,24.0,27.0,39.0,794.0,python partial dependence plot toolbox.,7.0,20,True,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,24479.0,24848.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19590.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +731,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,,146.0,25.0,154.0,74.0,137.0,759.0,Google maps for Jupyter notebooks.,16.0,20,False,2016-01-02 19:06:03.000,0.2,20.0,gmaps,conda-forge/gmaps,,,['jupyter'],3.0,3.0,https://pypi.org/project/gmaps,,,4215.0,9262.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,309655.0,,,,,3.0,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,1128.0,,,,,,,,,,,,,, +732,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,159.0,76.0,98.0,51.0,43.0,752.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,25170.0,25170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +733,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,37.0,33.0,25.0,39.0,748.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,20,True,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,112.0,96.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,16.0,679.0,679.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +734,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,2023-07-02 20:27:29.000000,2021-07-30 15:06:27,104.0,,127.0,30.0,28.0,21.0,34.0,745.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'],44.0,42.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,2.0,837.0,837.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +735,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,,52.0,30.0,12.0,11.0,15.0,626.0,Log TensorBoard events without touching TensorFlow.,5.0,20,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,217.0,163.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,54.0,5811.0,5811.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +736,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,105.0,24.0,25.0,43.0,61.0,605.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'],156.0,154.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,2193.0,2307.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3426.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +737,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2023-12-13 17:35:54.000000,2023-08-20 23:36:18,861.0,,101.0,44.0,71.0,48.0,23.0,588.0,Bias and Fairness Audit Toolkit.,18.0,20,True,,,,aequitas,,,,,145.0,145.0,https://pypi.org/project/aequitas,,,1376.0,1376.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +738,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,104.0,10.0,14.0,5.0,16.0,564.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,308.0,304.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,4.0,4211.0,4398.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11222.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +739,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,555.0,A simplified framework and utilities for PyTorch.,20.0,20,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],132.0,127.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,4011.0,4011.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +740,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2023-12-05 18:45:44.000000,2023-10-04 12:31:54,297.0,4.0,94.0,15.0,51.0,10.0,15.0,541.0,A library of metrics for evaluating recommender systems.,20.0,20,True,2022-04-26 18:03:18.000,0.1.5,1.0,recmetrics,,,,,47.0,47.0,https://pypi.org/project/recmetrics,,,10853.0,10853.0,,,,,,,,3.0,5.0,,,,,,,,,,,,,,,,,, +741,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,,165.0,56.0,20.0,39.0,60.0,536.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,32.0,27.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,138.0,138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +742,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,2023-11-19 22:18:19.000000,2023-11-15 13:01:50,447.0,1.0,53.0,26.0,7.0,11.0,32.0,506.0,Active Learning for Text Classification in Python.,4.0,20,True,2023-08-19 18:16:36.000,1.3.2,19.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",24.0,24.0,https://pypi.org/project/small-text,2023-08-19 18:14:35.000,,782.0,1072.0,https://anaconda.org/conda-forge/small-text,2023-08-19 18:38:17.816,4935.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +743,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,2023-08-01 17:51:43.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,222.0,15.0,40.0,476.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,7737.0,7740.0,,,,,,,,3.0,138.0,,,,,,,,,,,,,,,,,, +744,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,466.0,A python library for Bayesian time series modeling.,6.0,20,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,34.0,32.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,25268.0,25268.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +745,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,2023-11-30 14:02:52.000000,2023-10-13 05:07:33,152.0,14.0,21.0,6.0,41.0,,8.0,463.0,"Multi-Modal AI library for Multi-Lingual Text, Image, and Video Search, Recommendations, and other Vision-Language..",9.0,20,True,2023-10-13 05:08:46.000,0.4.8,24.0,uform,,,,['pytorch'],10.0,10.0,https://pypi.org/project/uform,2023-10-13 05:08:46.000,,552.0,552.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +746,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,,79.0,20.0,247.0,7.0,23.0,393.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 17:58:08.000,2.0.0,9.0,model-card-toolkit,,,,,22.0,22.0,https://pypi.org/project/model-card-toolkit,,,2253.0,2253.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,, +747,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,,70.0,24.0,48.0,15.0,19.0,388.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],47.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,47.0,3630.0,4078.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,31872.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +748,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,,26.0,10.0,9.0,2.0,9.0,381.0,Fast PyTorch based DSP for audio and 1D signals.,2.0,20,False,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],848.0,842.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,168010.0,168010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +749,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2023-11-17 08:50:12.000000,2023-11-17 08:50:12,72.0,3.0,57.0,8.0,10.0,11.0,18.0,350.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,74.0,70.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5067.0,5068.0,,,,,,,,3.0,64.0,,,,,,,,,,,,,,,,,, +750,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,,46.0,26.0,19.0,15.0,16.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'],235.0,229.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,1910.0,1910.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +751,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,11.0,42.0,13.0,63.0,3.0,56.0,307.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,20,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,239.0,239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +752,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,2023-03-23 15:39:49.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,41.0,8.0,10.0,286.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,315894.0,315894.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +753,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2023-12-12 22:45:33.413000,2023-12-11 23:53:36,622.0,27.0,10.0,22.0,306.0,39.0,75.0,277.0,Serverside scaling for Vega and Altair visualizations.,3.0,20,False,2023-12-12 00:14:51.000,1.5.0,62.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,2.0,,https://pypi.org/project/vegafusion-jupyter,2023-12-11 23:59:51.000,1.0,1315.0,6098.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2023-12-12 22:45:33.413,83925.0,,,,,3.0,4956.0,hex-inc/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,572.0,,,2023-12-12 00:05:41.081,1.0,,,,,,,,,, +754,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,2023-10-31 23:55:05.000000,2023-01-26 17:04:18,400.0,,100.0,19.0,387.0,67.0,86.0,248.0,An open-source toolkit for large-scale genomic analysis.,24.0,20,False,2022-04-21 00:32:28.000,1.2.1,15.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2022-04-19 23:43:38.000,,29491.0,29601.0,https://anaconda.org/conda-forge/glow,2023-06-16 19:24:57.965,3763.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +755,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2023-12-02 13:39:03.000000,2023-07-02 18:02:16,1462.0,,45.0,14.0,156.0,18.0,62.0,230.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,41.0,39.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,275.0,275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +756,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,,,,,396.0,382.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,14.0,1752.0,1756.0,,,,,,,,3.0,365.0,,,,,,,,,,,,,,,,,, +757,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2023-12-07 09:25:39.000000,2023-12-05 10:10:07,457.0,52.0,47.0,14.0,77.0,13.0,35.0,220.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,20,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,6855.0,6855.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +758,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,209.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,66.0,64.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,61568.0,61568.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +759,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,,168.0,66.0,54.0,6.0,44.0,3068.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,19,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,84.0,85.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,, +760,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,,169.0,24.0,20.0,14.0,30.0,1519.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,82.0,82.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,, +761,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,201.0,28.0,61.0,47.0,60.0,1055.0,fastFM: A Library for Factorization Machines.,20.0,19,False,2017-11-22 16:13:16.000,0.2.11,10.0,fastfm,,,,,118.0,118.0,https://pypi.org/project/fastfm,,,869.0,874.0,,,,,,,,3.0,593.0,,,,,,,,,,,,,,,,,, +762,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,41.0,43.0,1014.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'],112.0,107.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,4318.0,4318.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,2023-09-12 16:10:40.000000,2020-04-17 02:27:44,79.0,,130.0,26.0,74.0,42.0,36.0,982.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,19,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,247268.0,247438.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7685.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,2023-07-24 18:18:54.000000,2022-05-13 18:48:12,83.0,,176.0,24.0,58.0,10.0,27.0,913.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",16.0,19,False,,,,saliency,,,,['tensorflow'],73.0,73.0,https://pypi.org/project/saliency,,,3167.0,3167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +765,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,,144.0,15.0,24.0,58.0,69.0,844.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,89.0,88.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,425.0,425.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +766,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,101.0,26.0,48.0,19.0,35.0,722.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,,,,,23.0,21.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,248.0,248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +767,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,2023-12-03 18:38:28.000000,2023-12-03 18:37:11,285.0,9.0,106.0,19.0,21.0,,85.0,636.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",11.0,19,True,2023-12-03 18:38:28.000,0.0.82,36.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2023-12-03 18:38:28.000,,4244.0,4244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +768,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2023-10-03 22:41:56.000000,2021-09-16 17:56:31,171.0,,143.0,35.0,80.0,14.0,55.0,597.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'],22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +769,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,593.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,15.0,baikal,conda-forge/cython-blis,,,,11.0,10.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,344.0,52291.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2025956.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +770,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,13.0,22.0,558.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,281.0,281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +771,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,,66.0,12.0,10.0,22.0,41.0,512.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,,,,,43.0,43.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1813.0,1813.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +772,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,1.0,95.0,26.0,6.0,3.0,29.0,475.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,19,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,25.0,23.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,767.0,767.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +773,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2023-08-12 16:28:59.000000,2023-08-12 16:28:59,266.0,,105.0,20.0,56.0,27.0,20.0,462.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,19,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,66.0,58.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,3081.0,3081.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +774,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,5.0,106.0,71.0,7.0,15.0,19.0,415.0,semantic similarity framework for knowledge graph.,10.0,19,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,3.0,293.0,293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +775,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,2023-11-13 20:22:49.000000,2023-08-16 21:27:14,316.0,,74.0,26.0,326.0,6.0,9.0,325.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,33.0,19,True,2023-05-03 22:54:39.000,0.44.0,23.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,,,2055.0,2055.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +776,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,5.0,128.0,34.0,323.0,81.0,129.0,317.0,Brain Imaging Analysis Kit.,35.0,19,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,1.0,131.0,150.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1793.0,3.0,,,,,,,,,,,,,,,,,,, +777,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,299.0,Textpipe: clean and extract metadata from text.,29.0,19,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,318.0,318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +778,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,30.0,12.0,197.0,21.0,73.0,184.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,19,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],32.0,31.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,803.0,803.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +779,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2023-11-22 22:52:22.000000,2020-04-18 19:15:25,24.0,,856.0,128.0,37.0,28.0,8.0,6829.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,18,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],35.0,33.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,661.0,661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +780,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,,765.0,337.0,58.0,2.0,,6622.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,,51.0,58.0,,,,,,,,3.0,319.0,,,,,,,,,,,,,,,,,, +781,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,,875.0,109.0,51.0,45.0,159.0,6158.0,Model parallel transformers in JAX and Haiku.,23.0,18,True,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +782,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,108.0,83.0,67.0,48.0,2920.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'],,,,,,,109.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8539.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +783,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,2023-11-15 17:32:00.000000,2023-11-15 17:31:54,640.0,33.0,353.0,37.0,758.0,149.0,106.0,2658.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,74.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +784,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,816.0,86.0,30.0,31.0,80.0,2605.0,DeepWalk - Deep Learning for Graphs.,10.0,18,False,2014-11-19 19:20:33.000,1.0.2,1.0,deepwalk,,,,,69.0,69.0,https://pypi.org/project/deepwalk,,,859.0,859.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +785,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,,462.0,81.0,36.0,83.0,68.0,1673.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,,313.0,313.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +786,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1637.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,1080.0,1080.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +787,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,,249.0,57.0,65.0,8.0,31.0,1349.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,76.0,76.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +788,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2023-06-16 19:21:11.893000,2022-02-14 20:43:06,145.0,,162.0,18.0,41.0,21.0,59.0,851.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,162.0,159.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,429.0,627.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,7923.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +789,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,2023-11-09 14:29:50.000000,2023-04-14 10:59:37,29.0,,79.0,15.0,32.0,6.0,22.0,786.0,Leave One Feature Out Importance.,5.0,18,True,2023-04-15 05:47:00.405,0.3.3,13.0,lofo-importance,,,,,29.0,27.0,https://pypi.org/project/lofo-importance,2022-04-27 12:56:30.000,2.0,867.0,867.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +790,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,,188.0,33.0,15.0,18.0,22.0,785.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,67.0,67.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +791,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,,97.0,19.0,58.0,2.0,13.0,727.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,True,2021-10-06 07:29:20.000,2.0.3,13.0,caer,,,https://caer.rtfd.io,,,,https://pypi.org/project/caer,,,2668.0,2668.0,,,,,,,,3.0,28.0,,,,,,,,,,,,,,,,,, +792,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-09-22 14:57:35.000000,2023-09-22 14:57:01,815.0,4.0,38.0,15.0,17.0,,20.0,583.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,244.0,244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +793,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",16.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,18.0,18.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,135.0,135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +794,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,2023-10-25 00:20:13.000000,2022-08-24 08:31:37,29.0,,63.0,6.0,5.0,2.0,26.0,504.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,2.0,18,False,2022-08-24 08:33:07.000,0.2.6,9.0,shap-hypetune,,,,,16.0,15.0,https://pypi.org/project/shap-hypetune,2022-08-24 08:33:00.976,1.0,3942.0,3942.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +795,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,2022-03-13 16:33:15.000000,2022-03-13 16:33:15,64.0,,49.0,18.0,7.0,16.0,4.0,463.0,Topological Data Analysis for Python.,4.0,18,False,2021-08-03 00:23:20.000,1.0.0,4.0,scikit-tda,,,,['sklearn'],49.0,49.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,5962.0,5962.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +796,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2021-11-25 23:08:48.000000,2021-11-25 23:08:43,204.0,,88.0,24.0,18.0,7.0,20.0,451.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:10:34.000,1.1.1,2.0,caserecommender,,,,['sklearn'],12.0,12.0,https://pypi.org/project/caserecommender,,,187.0,187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +797,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-11-23 15:16:58.000000,2023-10-31 10:34:13,363.0,2.0,97.0,18.0,4.0,5.0,27.0,427.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4,5, CART, CHAID and Regression Trees; some..",6.0,18,True,,,,chefboost,,,,,51.0,51.0,https://pypi.org/project/chefboost,,,1801.0,1801.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +798,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,17.0,17.0,402.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,59.0,56.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,3.0,335.0,554.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12742.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +799,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,2022-12-09 05:56:02.000000,2021-08-18 06:06:51,1404.0,,17.0,6.0,217.0,2.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,7.0,18,False,2020-08-21 04:45:06.000,0.7.0,21.0,camphr,,,,['spacy'],13.0,13.0,https://pypi.org/project/camphr,,,279.0,279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +800,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,,51.0,11.0,60.0,17.0,41.0,324.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,4.0,parameter-sherpa,,,,,33.0,33.0,https://pypi.org/project/parameter-sherpa,,,289.0,289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +801,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,,72.0,19.0,93.0,25.0,18.0,308.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2024.0,2024.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,, +802,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,290.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,211.0,214.0,,,,,,,,3.0,147.0,,,,,,,,,,,,,,,,,, +803,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,259.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,53.0,50.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,741.0,741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +804,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,122.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,,,,8626.0,8440.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,356206.0,356242.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1049.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +805,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,,1383.0,471.0,21.0,59.0,166.0,6943.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,,,,,,,,,,,,,,,,, +806,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,,257.0,52.0,13.0,20.0,13.0,1530.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,,78.0,100.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1683.0,3.0,,,,,,,,,,,,,,,,,,, +807,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,18.0,11.0,25.0,18.0,1155.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'],49.0,47.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,272.0,272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +808,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,,87.0,35.0,72.0,25.0,30.0,1091.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,,4273.0,4273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +809,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,,112.0,21.0,37.0,20.0,8.0,1038.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,69.0,68.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +810,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,,145.0,45.0,5.0,3.0,7.0,964.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,,,,,29.0,23.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,6.0,183.0,183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +811,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,13.0,13.0,8.0,16.0,744.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'],27.0,27.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2615.0,2721.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2776.0,,,,,3.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,18.0,21.0,29.0,50.0,671.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +813,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,119.0,19.0,17.0,67.0,24.0,512.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,17,False,,,,deepmatcher,,,,,25.0,25.0,https://pypi.org/project/deepmatcher,,,2595.0,2595.0,,,,,,,,3.0,,,,,,-5.0,,,,,,,,,,,,, +814,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,,30.0,16.0,148.0,39.0,66.0,456.0,A High Level API for Deep Learning in JAX.,18.0,17,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",42.0,42.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,102.0,102.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,2023-07-14 19:31:30.000000,2023-06-18 21:56:30,277.0,,76.0,14.0,126.0,15.0,136.0,456.0,A Python library for dynamic classifier and ensemble selection.,16.0,17,True,2021-02-08 06:29:25.000,0.3.5,4.0,deslib,,,,['sklearn'],2.0,,https://pypi.org/project/deslib,2021-02-08 06:29:25.000,2.0,1136.0,1136.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,,29.0,11.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,80.0,80.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +817,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,2023-10-26 04:10:03.000000,2023-10-04 14:18:48,810.0,1.0,23.0,7.0,68.0,26.0,19.0,338.0,Flexible time series feature extraction & processing.,6.0,17,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,10.0,10.0,https://pypi.org/project/tsflex,2022-10-11 21:38:11.312,,200.0,880.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,19745.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +818,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,2023-12-13 15:28:54.000000,2023-08-19 12:43:22,678.0,,54.0,30.0,76.0,12.0,25.0,336.0,A Python implementation of active inference for Markov Decision Processes.,14.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,8.0,8.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,122.0,122.0,,,,,,,,3.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,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,39.0,19.0,2.0,10.0,7.0,278.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,17,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,2020-10-01 13:18:38.000,,308.0,4833.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,171976.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,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,42.0,11.0,59.0,31.0,47.0,230.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'],15.0,12.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,3.0,67.0,67.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,8.0,44.0,222.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +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,2023-12-04 09:52:11.000000,2023-12-04 09:45:11,841.0,20.0,17.0,8.0,174.0,13.0,20.0,148.0,Toolkit for developing and maintaining ML models.,14.0,17,False,2023-11-29 09:25:12.000,0.0.31,32.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2023-12-04 09:52:06.000,,3227.0,3227.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +823,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2023-07-06 21:55:15.000000,2023-01-03 11:24:22,166.0,,1028.0,119.0,24.0,11.0,352.0,4145.0,An Open-Source Package for Neural Relation Extraction (NRE).,12.0,16,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +824,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,,525.0,178.0,110.0,50.0,149.0,3896.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +825,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2022-06-22 11:47:45.000000,2022-06-21 18:24:09,30.0,,958.0,62.0,12.0,39.0,25.0,3490.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,,['sklearn'],30.0,30.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +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,,167.0,61.0,10.0,26.0,6.0,1836.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,,44.0,44.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,, +827,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,57.0,34.0,22.0,13.0,1265.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +828,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,,116.0,18.0,295.0,3.0,67.0,1036.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,5.0,5.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +829,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2023-12-07 11:02:30.000000,2023-10-21 13:07:20,740.0,3.0,113.0,27.0,109.0,10.0,24.0,1032.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,, +830,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,,196.0,43.0,667.0,28.0,27.0,806.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,,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +831,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,,56.0,18.0,7.0,1.0,10.0,792.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],67.0,66.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,4178.0,4178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +832,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,,110.0,27.0,10.0,24.0,51.0,767.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,1309.0,1309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +833,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,,56.0,15.0,10.0,26.0,17.0,728.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,16,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,40.0,40.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,502.0,502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +834,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,,98.0,25.0,101.0,32.0,84.0,701.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,16,False,2019-08-06 09:09:45.000,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,,,111.0,117.0,,,,,,,,3.0,411.0,,,,,,,,,,,,,,,,,, +835,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,2.0,121.0,43.0,435.0,25.0,130.0,699.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +836,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,,93.0,18.0,19.0,3.0,29.0,621.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,12.0,12.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,143.0,143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +837,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,1.0,98.0,39.0,106.0,12.0,51.0,547.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,11.0,16,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,,98.0,101.0,,,,,,,,3.0,220.0,vaticle/typedb-ml,,,,,,,,,,,,,,,,, +838,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2023-11-08 16:07:40.000000,2023-11-08 16:07:36,135.0,7.0,40.0,18.0,164.0,3.0,63.0,417.0,A collection of tools for neural compression enthusiasts.,9.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,,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +839,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,403.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +840,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,16.0,39.0,2.0,13.0,396.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'],9.0,9.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,149.0,149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +841,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,2021-01-08 09:52:54.000000,2021-01-08 09:52:49,170.0,,36.0,21.0,5.0,11.0,23.0,351.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,16,False,2016-12-23 10:46:31.000,0.3.3,10.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,,,39.0,39.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +842,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,32.0,24.0,21.0,16.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,,pdvega,,,,,84.0,84.0,https://pypi.org/project/pdvega,,,126.0,126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +843,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,,23.0,11.0,8.0,1.0,10.0,233.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,3.0,skift,,,,['sklearn'],13.0,13.0,https://pypi.org/project/skift,,,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +844,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,2023-12-06 19:59:05.000000,2023-12-06 19:59:05,370.0,1.0,38.0,6.0,131.0,,35.0,219.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,16,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,597.0,719.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2808.0,,,,,3.0,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +845,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,14.0,54.0,16.0,50.0,135.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,,,,,55.0,50.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,71.0,71.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +846,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-10-25 21:33:40.000000,2023-03-31 15:44:32,231.0,,20.0,28.0,52.0,7.0,7.0,100.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],40.0,40.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +847,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,141.0,28.0,217.0,102.0,2863.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +848,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,,423.0,143.0,72.0,12.0,53.0,2191.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +849,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,2023-10-04 00:38:12.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,20.0,42.0,85.0,1242.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +850,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,,214.0,40.0,40.0,59.0,34.0,1099.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +851,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,824.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +852,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,1.0,88.0,17.0,15.0,9.0,22.0,713.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,True,2020-05-29 14:39:38.000,0.1.3,5.0,flashtorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/flashtorch,,,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +853,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,2023-09-26 02:55:16.000000,2023-09-26 02:55:09,610.0,1.0,87.0,25.0,4.0,37.0,42.0,680.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,11.0,15,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +854,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,26.0,4.0,4.0,2.0,668.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +855,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,,50.0,17.0,83.0,18.0,49.0,558.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,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,,86.0,86.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +856,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,,87.0,21.0,18.0,22.0,2.0,496.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,,,,,10.0,10.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,256.0,256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +857,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2023-12-13 13:34:13.000000,2023-10-11 20:12:03,257.0,1.0,69.0,23.0,90.0,19.0,15.0,492.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,True,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,1.0,1.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,77.0,77.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +858,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,371.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,311.0,311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +859,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,11.0,15.0,6.0,4.0,217.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'],6.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,6.0,604.0,604.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +860,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2020-04-04 19:26:44.000000,2020-04-04 19:26:37,127.0,,29.0,5.0,4.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,,,,parfit,,,,['sklearn'],26.0,26.0,https://pypi.org/project/parfit,,,4681.0,4681.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,,18.0,5.0,2.0,16.0,23.0,185.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'],11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,279.0,279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +862,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,2021-12-07 18:50:39.000000,2021-12-07 18:50:38,203.0,,11.0,7.0,2.0,1.0,5.0,165.0,jupyter/ipython experiment containers for GPU and general RAM re-use.,3.0,15,False,2021-12-07 18:44:34.000,0.1.28,24.0,ipyexperiments,,,,['jupyter'],10.0,8.0,https://pypi.org/project/ipyexperiments,2021-12-07 18:44:34.000,2.0,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +863,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2023-11-17 15:48:24.000000,2022-11-03 07:32:51,114.0,,955.0,100.0,28.0,21.0,355.0,3605.0,An Open-Source Package for Knowledge Embedding (KE).,11.0,14,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +864,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,813.0,77.0,34.0,107.0,59.0,3210.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +865,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2023-07-06 21:16:22.000000,2022-11-02 02:28:59,99.0,,483.0,67.0,26.0,4.0,97.0,1665.0,An Open-Source Package for Network Embedding (NE).,11.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +866,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,,,,,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,,380.0,1909.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,62708.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +867,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,2023-11-17 13:57:42.000000,2023-05-29 18:33:56,62.0,,42.0,11.0,8.0,2.0,12.0,653.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,14,True,,,,rliable`,,,,,105.0,105.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,,57.0,19.0,6.0,6.0,,387.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,14,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,9.0,8.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,60.0,202.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5845.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,2023-07-06 22:00:59.000000,2022-09-15 18:52:06,185.0,,50.0,10.0,14.0,12.0,17.0,373.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,4.0,14,False,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,936.0,936.0,,,,,,,,3.0,13.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,298.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,138.0,138.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,,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,13.0,271.0,70.0,175.0,294.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,14,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,,,7535.0,7535.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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,238.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +873,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,,40.0,1.0,,,,169.0,Pytorch framework for doing deep learning on point clouds.,29.0,14,False,,,,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,,,731.0,731.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +874,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,2023-02-28 01:21:32.000000,2023-02-24 00:50:55,299.0,,9.0,5.0,3.0,1.0,,127.0,Data Analysis Baseline Library.,23.0,14,False,2023-02-28 01:21:03.335,0.2.5,15.0,dabl,,,,['sklearn'],,,https://pypi.org/project/dabl,2022-11-03 05:52:04.962,,1017.0,1017.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +875,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,2023-12-14 11:42:36.000000,2023-11-24 19:47:45,314.0,14.0,7.0,8.0,124.0,7.0,9.0,99.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,14,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +876,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,,478.0,110.0,12.0,39.0,8.0,2660.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +877,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,,76.0,46.0,4.0,1.0,,2398.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,1870.0,1872.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,, +878,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,,173.0,38.0,10.0,13.0,3.0,1326.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +879,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,147.0,32.0,,52.0,59.0,1171.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,13,False,,,4.0,,milagraph/graphvite,,,,,,,,,,90.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4683.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +880,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2023-10-27 15:32:18.000000,2023-10-27 15:32:10,74.0,3.0,57.0,17.0,60.0,6.0,9.0,436.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,13,True,,,,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,,,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +881,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,2023-10-02 18:06:17.000000,2023-10-02 18:06:17,148.0,2.0,66.0,20.0,169.0,87.0,17.0,385.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,17.0,13,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,,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +882,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,,35.0,12.0,8.0,9.0,3.0,324.0,A Python package for time series augmentation.,4.0,13,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,1010.0,1010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +883,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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,19.0,12.0,57.0,4.0,20.0,290.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,,53.0,53.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +884,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,2023-12-12 08:39:39.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,250.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:21:45.000,0.2.0,10.0,maze-rl,,enliteai/maze,,['pytorch'],3.0,3.0,https://pypi.org/project/maze-rl,,,41.0,48.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.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,,28.0,8.0,6.0,8.0,8.0,239.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:24:24.000,0.1.9,9.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,,,109.0,109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +886,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,,33.0,8.0,72.0,20.0,8.0,227.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,13,False,,,,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,,,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +887,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,125.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,,73.0,83.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,657.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,,33.0,14.0,18.0,27.0,16.0,117.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,58.0,58.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,,12.0,7.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,27.0,27.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,38.0,38.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +890,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,,399.0,64.0,6.0,62.0,17.0,1753.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,,,,,,,,,,,,,,,,,,, +891,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,,306.0,87.0,11.0,12.0,6.0,1661.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +892,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,,51.0,16.0,3.0,2.0,1.0,517.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,142.0,142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +893,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,,26.0,22.0,44.0,1.0,5.0,198.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,113.0,113.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +894,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2023-07-06 21:22:20.000000,2022-07-05 09:43:05,72.0,,26.0,8.0,16.0,4.0,6.0,189.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,12,False,2019-09-12 07:41:04.000,2.0,1.0,textvec,,,,['sklearn'],4.0,4.0,https://pypi.org/project/textvec,,,38.0,38.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +895,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,115.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +896,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,5.0,14.0,93.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,,699.0,699.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +897,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,7.0,4.0,14.0,18.0,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,53.0,53.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +898,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,31.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,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +899,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,2023-03-14 16:25:22.000000,2022-02-09 22:20:11,9.0,,416.0,96.0,17.0,48.0,15.0,3255.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +900,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,,112.0,47.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +901,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,,143.0,39.0,7.0,15.0,14.0,908.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +902,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,131.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],1.0,1.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,33.0,33.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,2023-09-21 17:36:41.000000,2023-09-21 17:36:39,208.0,1.0,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,11,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,37.0,37.0,,,,,,,,3.0,,genixpro/hypermax,,,,,,,,,,,,,,,,, +904,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP/contextual-ai,https://github.com/SAP/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,,11.0,13.0,26.0,2.0,13.0,84.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,11,False,,,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,,,37.0,37.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +905,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2022-09-29 08:50:58.000000,2022-09-29 08:50:40,122.0,,12.0,12.0,15.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,11,False,2021-04-22 15:20:54.000,0.0.12,11.0,bias-detector,,,,,1.0,1.0,https://pypi.org/project/bias-detector,2021-04-22 15:20:54.000,,111.0,111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +906,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,,76.0,19.0,5.0,3.0,12.0,526.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +907,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,,48.0,14.0,13.0,9.0,9.0,475.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +908,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,,20.0,12.0,41.0,7.0,12.0,362.0,A library for distributed ML training with PyTorch.,6.0,10,True,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +909,Headliner,as-ideas/headliner,nlp,,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,17.0,7.0,2.0,13.0,230.0,Easy training and deployment of seq2seq models.,2.0,10,False,,,,headliner,,,,,4.0,4.0,https://pypi.org/project/headliner,,,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +910,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,139.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +911,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,10.0,44.0,,2.0,135.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,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,22.0,22.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +912,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +913,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,2023-01-15 22:50:39.000000,2023-01-13 21:57:34,832.0,,,,,,,2.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,9,False,,,,sklearn-evaluation,,,,['sklearn'],,,https://pypi.org/project/sklearn-evaluation,,,1705.0,1705.0,,,,,,,,3.0,,,,,,-8.0,,,,,,,,,,,,, +914,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,4.0,6.0,,1.0,,55.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,33.0,33.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +915,CometML,comet-ml/examples,ml-experiments,,,{},,,,,,,,,,,,,,,5,False,,,,comet_ml,comet_ml,,,,,,https://pypi.org/project/comet_ml,,,158622.0,158622.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,-8.0,,,,,,,,,,,,, diff --git a/history/2023-12-21_changes.md b/history/2023-12-21_changes.md new file mode 100644 index 00000000..6f3db2d2 --- /dev/null +++ b/history/2023-12-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._ + +- PyTorch Geometric (🥇38 · ⭐ 19K · 📈) - Graph Neural Network Library for PyTorch. MIT +- CuPy (🥇38 · ⭐ 7.4K · 📈) - NumPy & SciPy for GPU. MIT +- HoloViews (🥈37 · ⭐ 2.5K · 📈) - With Holoviews, your data visualizes itself. BSD-3 +- plotnine (🥈36 · ⭐ 3.7K · 📈) - A Grammar of Graphics for Python. MIT +- ftfy (🥈32 · ⭐ 3.6K · 📈) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 +- eli5 (🥈27 · ⭐ 2.7K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT +- Pillow-SIMD (🥉25 · ⭐ 2K · 📈) - The friendly PIL fork. ❗️PIL +- gmaps (🥉24 · ⭐ 760 · 💀) - Google maps for Jupyter notebooks. BSD-3 +- sklearn-evaluation (🥉17 · ⭐ 360 · 💤) - Machine learning model evaluation made easy: plots,.. MIT +- CometML (🥉13 · 📈) - Supercharging Machine Learning. ❗Unlicensed + +## 📉 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._ + +- Keras (🥇45 · ⭐ 60K · 📉) - Deep Learning for humans. Apache-2 +- torchvision (🥇38 · ⭐ 15K · 📉) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +- Theano (🥈34 · ⭐ 9.8K · 💤) - Theano was a Python library that allows you to define,.. ❗Unlicensed +- PyQtGraph (🥈33 · ⭐ 3.5K · 📉) - Fast data visualization and GUI tools for scientific /.. ❗Unlicensed +- TFlearn (🥉30 · ⭐ 9.6K · 💀) - Deep learning library featuring a higher-level API for.. ❗Unlicensed +- torchtext (🥈29 · ⭐ 3.4K · 📉) - Models, data loaders and abstractions for language.. BSD-3 +- Augmentor (🥉25 · ⭐ 5K · 💤) - Image augmentation library in Python for machine learning. MIT +- Lasagne (🥉25 · ⭐ 3.8K · 💀) - Lightweight library to build and train neural networks in.. ❗Unlicensed +- polyglot (🥉24 · ⭐ 2.2K · 💀) - Multilingual text (NLP) processing toolkit. ❗Unlicensed +- nptsne (🥉9 · ⭐ 32 · 💀) - nptsne is a numpy compatible python binary package that offers a.. Apache-2 + diff --git a/history/2023-12-21_projects.csv b/history/2023-12-21_projects.csv new file mode 100644 index 00000000..64af9153 --- /dev/null +++ b/history/2023-12-21_projects.csv @@ -0,0 +1,917 @@ +,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_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,pypi_latest_release_published_at,pypi_dependent_project_count,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,2023-11-30 18:08:27.000000,2023-10-23 18:26:19,1535.0,19.0,616.0,111.0,304.0,46.0,132.0,4256.0,Benchmarks of approximate nearest neighbor libraries in Python.,98.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,2023-12-19 23:35:03.000000,2023-12-19 23:35:03,291.0,24.0,155.0,51.0,174.0,,3.0,2084.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2023-12-07 16:55:34.000,2023.12.07,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,2023-12-21 13:35:55.000000,2023-12-16 10:43:24,309.0,25.0,221.0,88.0,175.0,4.0,4.0,3257.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2023-12-16 10:43:31.000,2023.12.14,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,2023-12-21 13:35:55.000000,2023-12-16 10:43:24,309.0,25.0,221.0,88.0,175.0,4.0,4.0,3257.0,Collection of database clients for python.,12.0,0,True,2023-12-16 10:43:31.000,2023.12.14,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,2023-12-21 13:35:55.000000,2023-12-16 10:43:24,309.0,25.0,221.0,88.0,175.0,4.0,4.0,3257.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2023-12-16 10:43:31.000,2023.12.14,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,2023-12-21 13:35:55.000000,2023-12-16 10:43:24,309.0,25.0,221.0,88.0,175.0,4.0,4.0,3257.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2023-12-16 10:43:31.000,2023.12.14,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,2023-12-21 13:48:52.713187,2023-12-21 12:40:42,157661.0,3516.0,71969.0,7661.0,23572.0,1925.0,36566.0,181784.0,An Open Source Machine Learning Framework for Everyone.,4512.0,54,True,2023-11-14 18:46:08.000,2.15.0,100.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],329607.0,329607.0,https://pypi.org/project/tensorflow,17450826.0,18632833.0,https://anaconda.org/conda-forge/tensorflow,2023-12-17 20:54:02.815,4442821.0,https://hub.docker.com/r/tensorflow/tensorflow,2023-12-21 13:48:52.713187,2241.0,75477176.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,2023-12-21 14:05:58.000000,2023-12-21 14:05:43,67684.0,3337.0,19441.0,1681.0,77325.0,12266.0,26377.0,73768.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4547.0,54,True,2023-12-15 01:59:57.000,2.1.2,48.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],364067.0,364067.0,https://pypi.org/project/torch,16163428.0,16897039.0,https://anaconda.org/pytorch/pytorch,2023-12-14 15:11:56.517,19798187.0,,,,,1.0,30039.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,2023-12-21 12:44:32.000000,2023-12-20 18:35:54,30756.0,292.0,24963.0,2146.0,16496.0,2252.0,8957.0,56767.0,scikit-learn: machine learning in Python.,3027.0,52,True,2023-10-25 08:23:32.000,1.3.2,74.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],695331.0,664658.0,https://pypi.org/project/scikit-learn,45214420.0,45814154.0,https://anaconda.org/conda-forge/scikit-learn,2023-12-20 20:44:10.007,25788168.0,,,,,1.0,928.0,2023-12-20 19:43:30.000,30673.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,2023-12-21 14:15:01.000000,2023-12-21 11:38:22,14798.0,761.0,23432.0,1070.0,14229.0,902.0,12900.0,117465.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2323.0,50,True,2023-12-18 18:44:02.000,4.36.2,128.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",126456.0,123818.0,https://pypi.org/project/transformers,19259682.0,19295529.0,https://anaconda.org/conda-forge/transformers,2023-12-19 03:00:23.210,1469743.0,,,,,1.0,,2023-12-18 18:24:40.000,2638.0,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2023-12-21 10:05:35.000000,2023-12-20 21:59:28,49301.0,724.0,7112.0,591.0,17551.0,1168.0,8808.0,18596.0,matplotlib: plotting with Python.,1635.0,48,True,2023-11-18 01:36:36.000,3.7.4,80.0,matplotlib,conda-forge/matplotlib,,,,1038662.0,1038662.0,https://pypi.org/project/matplotlib,48005446.0,48515893.0,https://anaconda.org/conda-forge/matplotlib,2023-11-20 21:33:42.497,21438778.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,2023-12-21 14:19:10.000000,2023-12-21 02:57:26,31266.0,356.0,4929.0,347.0,10139.0,1719.0,8111.0,12001.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1560.0,48,True,2023-11-18 21:48:38.000,1.11.4,98.0,scipy,conda-forge/scipy,,,,65638.0,21.0,https://pypi.org/project/scipy,71042801.0,72242310.0,https://anaconda.org/conda-forge/scipy,2023-11-24 10:16:45.681,44238835.0,,,,,1.0,390451.0,2023-11-18 21:01:18.000,65617.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,2023-12-21 11:39:19.000000,2023-12-21 11:08:38,16730.0,451.0,2108.0,223.0,4515.0,101.0,2892.0,11350.0,Python Imaging Library (Fork).,455.0,47,True,2023-10-15 13:05:17.000,10.1.0,95.0,Pillow,conda-forge/pillow,,,,1536511.0,1469075.0,https://pypi.org/project/Pillow,74803824.0,75664835.0,https://anaconda.org/conda-forge/pillow,2023-10-16 03:42:18.439,35301453.0,,,,,1.0,,2023-10-15 13:01:25.000,67436.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,2023-12-21 05:26:48.000000,2023-12-20 19:50:07,56781.0,612.0,4134.0,291.0,12826.0,4885.0,8589.0,11653.0,A computer algebra system written in pure Python.,1265.0,46,True,2023-05-10 18:09:23.000,sympy-1.12,50.0,sympy,conda-forge/sympy,,,,105572.0,100731.0,https://pypi.org/project/sympy,10410677.0,10467705.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,4806336.0,,,,,1.0,526582.0,2023-05-10 18:24:09.226,4841.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,2023-12-21 08:10:03.000000,2023-12-21 06:10:45,10195.0,493.0,18577.0,1910.0,6835.0,132.0,11340.0,60056.0,Deep Learning for humans.,1265.0,45,True,2023-12-12 17:31:31.000,2.15.0,55.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],21.0,21.0,https://pypi.org/project/keras,13634284.0,13713886.0,https://anaconda.org/conda-forge/keras,2023-11-15 08:53:46.597,3343299.0,,,,,1.0,,,,-2.0,,,,,,,,,,,,,,,,,, +15,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2023-12-21 14:08:27.000000,2023-12-21 10:00:06,16083.0,65.0,4233.0,556.0,3929.0,93.0,5443.0,27837.0,Industrial-strength Natural Language Processing (NLP) in Python.,746.0,45,True,2023-10-16 16:11:22.000,3.7.2,226.0,spacy,conda-forge/spacy,,,,79559.0,76637.0,https://pypi.org/project/spacy,7004606.0,7083218.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3301742.0,,,,,1.0,,2023-10-16 16:09:47.000,2922.0,,,,,,,,,,,,,,,,,,, +16,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2023-12-21 12:14:10.000000,2023-12-21 03:20:28,18716.0,1187.0,2330.0,321.0,11936.0,1201.0,3586.0,26070.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",612.0,45,True,2023-12-14 07:26:26.000,jax-v0.4.23,93.0,jax,conda-forge/jaxlib,,,,20360.0,20360.0,https://pypi.org/project/jax,4545576.0,4569613.0,https://anaconda.org/conda-forge/jaxlib,2023-12-21 06:03:39.005,1009559.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +17,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,2023-12-21 13:07:35.000000,2023-12-21 13:05:04,10019.0,299.0,3020.0,243.0,9786.0,646.0,5992.0,25462.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",918.0,45,True,2023-11-15 20:56:33.000,2.1.2,105.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],27278.0,27278.0,https://pypi.org/project/pytorch-lightning,4655326.0,4680179.0,https://anaconda.org/conda-forge/pytorch-lightning,2023-12-12 11:23:27.572,1026248.0,,,,,1.0,13835.0,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +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,2023-12-21 11:28:34.000000,2023-12-21 02:01:30,6686.0,127.0,8692.0,912.0,4881.0,412.0,4677.0,25115.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",631.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,77258.0,75473.0,https://pypi.org/project/xgboost,11436237.0,11545090.0,https://anaconda.org/conda-forge/xgboost,2023-12-20 14:38:41.532,4460261.0,,,,,1.0,7883.0,2023-12-19 21:59:17.000,1785.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,2023-12-21 13:49:42.000000,2023-12-21 13:41:44,45597.0,1715.0,5188.0,724.0,42438.0,1041.0,16541.0,21165.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1148.0,45,True,2023-07-25 11:09:59.000,2.5.0,60.0,paddlepaddle,,,,['paddle'],4424.0,4424.0,https://pypi.org/project/paddlepaddle,195362.0,195536.0,,,,,,,,1.0,15368.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,2023-12-21 14:05:25.000000,2023-12-19 18:41:07,20343.0,127.0,4201.0,444.0,5928.0,759.0,6785.0,18420.0,"Interactive Data Visualization in the browser, from Python.",679.0,45,True,2023-12-01 19:01:10.000,3.3.2,188.0,bokeh,conda-forge/bokeh,,,,84552.0,80761.0,https://pypi.org/project/bokeh,4180370.0,4494952.0,https://anaconda.org/conda-forge/bokeh,2023-12-01 23:42:13.932,13212478.0,,,,,1.0,,2023-12-16 09:15:19.000,3791.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,2023-12-20 10:52:24.000000,2023-12-15 19:44:51,15177.0,68.0,2605.0,278.0,3827.0,2548.0,2725.0,9145.0,Statsmodels: statistical modeling and econometrics in Python.,419.0,45,True,2023-12-14 14:31:51.000,0.14.1,26.0,statsmodels,conda-forge/statsmodels,,,,110499.0,110499.0,https://pypi.org/project/statsmodels,11915036.0,12200706.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,11998144.0,,,,,1.0,30.0,,,,,,,,,,,,,,,,,,,,, +22,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,2023-12-21 14:05:24.000000,2023-12-21 13:08:31,20230.0,1029.0,4998.0,465.0,25610.0,3372.0,13181.0,29137.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,952.0,44,True,2023-12-21 00:32:08.000,ray-2.9.0,96.0,ray,conda-forge/ray-tune,,,,13331.0,12880.0,https://pypi.org/project/ray,2721236.0,2726188.0,https://anaconda.org/conda-forge/ray-tune,2023-12-05 13:59:54.326,178200.0,,,,,1.0,158.0,2023-12-21 00:27:32.000,451.0,,,,,,,,,,,,,,,,,,, +23,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,2023-12-21 14:27:57.000000,2023-12-21 10:42:15,5170.0,504.0,3743.0,291.0,7187.0,1301.0,2286.0,16102.0,Open source platform for the machine learning lifecycle.,683.0,44,True,2023-12-14 15:34:34.000,2.9.2,87.0,mlflow,conda-forge/mlflow,,,,28177.0,27655.0,https://pypi.org/project/mlflow,14515271.0,14555331.0,https://anaconda.org/conda-forge/mlflow,2023-12-14 16:11:35.887,1682543.0,,,,,1.0,,2023-12-14 05:30:49.000,522.0,,,,,,,,,,,,,,,,,,, +24,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,2023-12-19 15:13:25.000000,2023-11-30 20:53:28,6255.0,50.0,2396.0,280.0,1580.0,1408.0,1368.0,14599.0,The interactive graphing library for Python This project now includes Plotly Express!.,252.0,44,True,2023-10-25 19:52:56.000,5.18.0,294.0,plotly,conda-forge/plotly,,,,231282.0,225796.0,https://pypi.org/project/plotly,11921814.0,12086783.0,https://anaconda.org/conda-forge/plotly,2023-10-25 22:33:48.925,5126381.0,,,,,1.0,,2023-10-25 19:43:41.000,5480.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,6.0,45751.0,,,,,,,,,,,, +25,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2023-12-21 13:38:06.000000,2023-12-21 10:01:10,7541.0,148.0,3095.0,275.0,3581.0,397.0,2926.0,13672.0,Network Analysis in Python.,699.0,44,True,2023-10-28 09:53:23.000,networkx-3.2.1,92.0,networkx,conda-forge/networkx,,,,224871.0,209849.0,https://pypi.org/project/networkx,36944955.0,37304095.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14365605.0,,,,,1.0,65.0,2023-10-28 08:41:36.000,15022.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,2023-12-21 13:41:17.000000,2023-12-21 02:16:21,6059.0,379.0,1766.0,143.0,3076.0,436.0,2980.0,24976.0,"Wrap UIs around any model, share with anyone.",237.0,43,True,2023-12-20 00:21:37.000,4.11.0,538.0,gradio,,,,,19613.0,19368.0,https://pypi.org/project/gradio,3969530.0,3969530.0,,,,,,,,1.0,,2023-12-20 00:21:37.000,245.0,,,,,,,,,,,,,,,,,,, +27,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,2023-12-21 11:17:01.000000,2023-12-20 23:01:00,2612.0,89.0,3616.0,439.0,3045.0,302.0,2309.0,16083.0,Open standard for machine learning interoperability.,302.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,,22618.0,21964.0,https://pypi.org/project/onnx,4190840.0,4212377.0,https://anaconda.org/conda-forge/onnx,2023-11-07 18:53:33.533,893431.0,,,,,1.0,19661.0,2023-10-26 18:30:51.000,654.0,,,,,,,,,,,,,,,,,,, +28,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2023-12-21 05:17:50.000000,2023-12-21 04:28:43,3395.0,46.0,3655.0,438.0,3041.0,309.0,2879.0,15745.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",291.0,43,True,2023-09-12 01:51:05.000,4.1.0,29.0,lightgbm,conda-forge/lightgbm,,,,28095.0,28095.0,https://pypi.org/project/lightgbm,6868132.0,6925620.0,https://anaconda.org/conda-forge/lightgbm,2023-10-25 14:14:10.430,2140117.0,,,,,2.0,209166.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,2023-12-21 08:23:28.000000,2023-12-20 22:02:14,7960.0,92.0,1662.0,212.0,5572.0,1025.0,4062.0,11631.0,Parallel computing with task scheduling.,592.0,43,True,2023-12-15 20:45:42.000,2023.12.1,186.0,dask,conda-forge/dask,,,,58712.0,55626.0,https://pypi.org/project/dask,6732433.0,6978654.0,https://anaconda.org/conda-forge/dask,2023-12-15 22:47:54.178,10587530.0,,,,,1.0,,2023-12-15 20:45:42.000,3086.0,,,,,,,,stable/dask,,,,,,,,,,, +30,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,2023-12-21 01:12:13.000000,2023-12-21 01:12:12,3216.0,40.0,1743.0,259.0,1075.0,113.0,2330.0,11494.0,Statistical data visualization in Python.,208.0,43,True,2023-09-29 19:01:44.000,0.13.0,35.0,seaborn,conda-forge/seaborn,,,,340146.0,340146.0,https://pypi.org/project/seaborn,12928711.0,13116501.0,https://anaconda.org/conda-forge/seaborn,2023-10-02 16:03:37.621,7887076.0,,,,,1.0,365.0,,,,,,,,,,,,,,,,,,,,, +31,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,2023-12-21 12:22:07.000000,2023-12-15 23:34:19,5735.0,72.0,1627.0,194.0,4879.0,643.0,1218.0,6434.0,TensorFlows Visualization Toolkit.,311.0,43,True,2023-11-02 20:49:50.000,2.15.1,56.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],208704.0,205808.0,https://pypi.org/project/tensorboard,22124264.0,22230270.0,https://anaconda.org/conda-forge/tensorboard,2023-11-03 15:31:12.158,4452255.0,,,,,1.0,,2023-11-02 20:49:50.000,2896.0,,,,,,,,,,,,,,,,,,, +32,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2023-12-18 21:00:41.000000,2023-12-18 21:00:41,14506.0,42.0,2687.0,468.0,1442.0,253.0,1495.0,12613.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,451.0,42,True,,,17.0,nltk,conda-forge/nltk,,,,239545.0,239545.0,https://pypi.org/project/nltk,13482039.0,13509023.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2374630.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +33,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,2023-12-21 12:15:11.000000,2023-12-14 16:55:41,4594.0,79.0,2054.0,1694.0,4433.0,282.0,2569.0,11418.0,WebGL2 powered visualization framework.,241.0,42,True,2023-12-05 13:38:21.826,8.9.33,624.0,pydeck,conda-forge/pydeck,,,['jupyter'],7445.0,6912.0,https://pypi.org/project/pydeck,2012138.0,2437298.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,466783.0,,,,,1.0,,2023-04-15 06:29:01.705,52.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2023-12-05 13:38:21.826,481.0,415013.0,,,,,,,,,,,, +34,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2023-12-21 03:42:39.000000,2023-12-16 16:49:23,3609.0,43.0,706.0,142.0,1309.0,161.0,1725.0,8611.0,Declarative statistical visualization library for Python.,159.0,42,True,2023-11-28 06:23:39.000,5.2.0,27.0,altair,conda-forge/altair,,,,95386.0,95386.0,https://pypi.org/project/altair,15970384.0,16058353.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2111251.0,,,,,1.0,92.0,,,,,,,,,,,,,,,,,,,,, +35,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,2023-12-20 13:30:59.000000,2023-12-19 21:47:58,13789.0,93.0,2113.0,186.0,4325.0,524.0,2034.0,5712.0,Image processing in Python.,644.0,42,False,2023-10-03 21:36:37.000,0.22.0,23.0,scikit-image,conda-forge/scikit-image,,,,164439.0,164439.0,https://pypi.org/project/scikit-image,11624152.0,11763570.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,5855587.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +36,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2023-10-22 22:49:37.000000,2023-01-30 18:15:21,1757.0,,8561.0,1064.0,1449.0,75.0,1716.0,33302.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,41,True,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,51299.0,48608.0,https://pypi.org/project/gym,836360.0,842279.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,260449.0,,,,,1.0,,2023-07-20 15:30:49.667,2691.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,2023-12-19 02:20:04.000000,2023-12-16 23:10:45,2114.0,94.0,4327.0,305.0,430.0,69.0,757.0,28120.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",127.0,41,True,2023-11-24 19:09:08.000,0.9.12,54.0,timm,conda-forge/timm,,,['pytorch'],20430.0,20430.0,https://pypi.org/project/timm,3617113.0,3728370.0,https://anaconda.org/conda-forge/timm,2023-11-25 15:42:55.281,116064.0,,,,,1.0,5963538.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,2023-12-21 14:16:28.296469,2023-12-21 12:06:42,18681.0,628.0,2451.0,348.0,18178.0,674.0,9117.0,24756.0,"A cloud-native vector database, storage for next generation AI applications.",259.0,41,True,2023-12-04 09:02:10.000,2.3.4,100.0,pymilvus,,milvusdb/milvus,,,76.0,,https://pypi.org/project/pymilvus,459542.0,656543.0,,,,https://hub.docker.com/r/milvusdb/milvus,2023-12-21 14:16:28.296469,38.0,9810146.0,1.0,60399.0,2023-12-04 09:02:10.000,76.0,,,,,,,,,,,,,,,,,,, +39,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2023-12-21 11:42:53.075000,2023-12-08 12:55:11,2582.0,77.0,3064.0,251.0,781.0,1411.0,954.0,20767.0,A game theoretic approach to explain the output of any machine learning model.,229.0,41,True,2023-12-07 12:26:48.000,0.44.0,100.0,shap,conda-forge/shap,,,,15377.0,14929.0,https://pypi.org/project/shap,7310521.0,7372521.0,https://anaconda.org/conda-forge/shap,2023-12-21 11:42:53.075,2232000.0,,,,,1.0,,2023-12-07 12:26:48.000,448.0,,shap/shap,,,,,,,,,,,,,,,,, +40,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2023-12-20 12:56:59.000000,2023-11-29 14:40:08,32592.0,75.0,4494.0,349.0,6303.0,111.0,6641.0,17355.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",591.0,41,True,2023-12-05 16:10:28.000,3.5.17,368.0,rasa,,,,['tensorflow'],3901.0,3834.0,https://pypi.org/project/rasa,159114.0,159114.0,,,,,,,,1.0,,2023-12-05 16:10:15.000,67.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,2023-12-21 05:23:06.000000,2023-12-20 23:05:08,9120.0,128.0,1133.0,137.0,5304.0,523.0,4026.0,12675.0,ML Experiments Management with Git.,289.0,41,True,2023-12-20 23:18:17.000,3.35.0,499.0,dvc,conda-forge/dvc,,,,11395.0,11304.0,https://pypi.org/project/dvc,851767.0,897222.0,https://anaconda.org/conda-forge/dvc,2023-12-13 14:29:10.363,1741463.0,,,,,1.0,47908.0,2023-12-20 23:18:17.000,91.0,,,,,,,,,dvc,dvc,dvc,,,,,,,, +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,2023-12-21 09:22:22.000000,2023-12-20 22:26:50,6025.0,196.0,582.0,55.0,3863.0,797.0,2093.0,7607.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,168.0,41,True,2023-12-05 18:58:08.000,0.16.1,266.0,wandb,conda-forge/wandb,,,,35785.0,35117.0,https://pypi.org/project/wandb,9475170.0,9485793.0,https://anaconda.org/conda-forge/wandb,2023-12-05 22:51:30.208,435565.0,,,,,1.0,,2023-12-05 18:51:59.000,668.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,2023-12-21 02:07:50.000000,2023-12-21 02:07:46,47084.0,534.0,1139.0,197.0,374.0,526.0,1645.0,7513.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1189.0,41,True,2023-09-19 20:01:10.000,1.2.2,109.0,catboost,conda-forge/catboost,,,,366.0,11.0,https://pypi.org/project/catboost,1879469.0,1920791.0,https://anaconda.org/conda-forge/catboost,2023-09-19 20:23:11.996,1428684.0,,,,,2.0,203229.0,2023-09-19 18:13:58.000,355.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,2023-12-21 10:40:35.000000,2023-12-21 00:48:47,2009.0,181.0,3671.0,305.0,2379.0,875.0,1467.0,30288.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",273.0,40,True,2023-12-21 00:47:46.000,0.12.6,81.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],5256.0,5165.0,https://pypi.org/project/deepspeed,359617.0,359986.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17354.0,1.0,,2023-12-21 00:47:46.000,91.0,,,,,,,,,,,,,,,,,,, +45,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2023-12-21 08:10:29.000000,2023-12-21 08:10:29,5987.0,184.0,2647.0,300.0,3981.0,698.0,3104.0,29139.0,Streamlit A faster way to build and share data apps.,213.0,40,True,2023-11-30 20:05:51.000,1.29.0,212.0,streamlit,,,,,1278.0,,https://pypi.org/project/streamlit,3163488.0,3163488.0,,,,,,,,1.0,,2023-11-30 20:05:42.000,1278.0,,,,,,,,,,,,,,,,,,, +46,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,2023-12-15 06:59:56.000000,2023-12-02 00:09:58,2731.0,27.0,7275.0,618.0,2214.0,180.0,1582.0,24973.0,The fastai deep learning library.,245.0,40,True,2023-10-15 04:03:45.000,2.7.13,50.0,fastai,,,,['pytorch'],15679.0,15679.0,https://pypi.org/project/fastai,479142.0,479142.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +47,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2023-12-16 18:16:41.000000,2023-12-16 18:16:41,7091.0,70.0,2018.0,413.0,1006.0,806.0,846.0,19826.0,Data Apps & Dashboards for Python. No JavaScript Required.,143.0,40,True,2023-11-28 00:56:54.000,2.14.2,174.0,dash,conda-forge/dash,,,,57446.0,55998.0,https://pypi.org/project/dash,2370055.0,2397788.0,https://anaconda.org/conda-forge/dash,2023-11-28 06:37:33.255,1164814.0,,,,,1.0,22.0,2023-11-28 00:51:13.000,1448.0,,,,,,,,,,,,,,,,,,, +48,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2023-12-15 20:56:55.000000,2023-12-14 23:03:21,8509.0,63.0,2194.0,206.0,4151.0,18.0,1910.0,19474.0,Build multimodal AI applications with cloud-native stack.,176.0,40,True,2023-12-14 15:31:33.000,3.23.2,2454.0,jina,conda-forge/jina-core,jinaai/jina,,,1413.0,1396.0,https://pypi.org/project/jina,85279.0,114849.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,58643.0,https://hub.docker.com/r/jinaai/jina,2023-12-14 15:39:49.833835,8.0,1260369.0,2.0,,2023-12-14 15:28:30.000,17.0,,,,,,,,,,,,,,,,,,, +49,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,2023-12-02 15:25:20.000000,2023-10-01 14:51:00,4509.0,3.0,4151.0,433.0,1682.0,375.0,1444.0,14872.0,Topic Modelling for Humans.,449.0,40,True,2023-08-24 08:44:46.000,4.3.2,43.0,gensim,conda-forge/gensim,,,,53850.0,53850.0,https://pypi.org/project/gensim,4064522.0,4100501.0,https://anaconda.org/conda-forge/gensim,2023-08-24 12:30:21.806,1185815.0,,,,,1.0,4553.0,,,,piskvorky/gensim,,,,,,,,,,,,,,,,, +50,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,2023-12-21 11:15:57.000000,2023-12-21 11:15:13,9714.0,75.0,1904.0,227.0,3786.0,250.0,2951.0,7940.0,Bayesian Modeling and Probabilistic Programming in Python.,474.0,40,True,2023-12-21 11:15:57.000,5.10.3,77.0,pymc3,conda-forge/pymc3,,,,2744.0,2495.0,https://pypi.org/project/pymc3,533082.0,539449.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,546108.0,,,,,1.0,1935.0,2022-03-15 10:10:19.000,249.0,,,,,,,,,,,,,,,,,,, +51,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,2023-12-21 13:52:04.000000,2023-12-21 12:37:12,5644.0,143.0,707.0,56.0,4863.0,1460.0,2290.0,1506.0,A distributed task scheduler for Dask.,319.0,40,True,2023-12-15 20:45:45.000,2023.12.1,218.0,distributed,conda-forge/distributed,,,,33288.0,31971.0,https://pypi.org/project/distributed,3767525.0,4064680.0,https://anaconda.org/conda-forge/distributed,2023-12-15 21:59:40.423,12777672.0,,,,,1.0,,2023-12-15 20:45:45.000,1317.0,,,,,,,,,,,,,,,,,,, +52,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,2023-12-21 11:13:54.000000,2023-10-12 07:43:04,2677.0,15.0,8120.0,377.0,3089.0,1147.0,6590.0,26472.0,OpenMMLab Detection Toolbox and Benchmark.,440.0,39,True,2023-10-12 07:45:00.000,3.2.0,52.0,mmdet,,,,['pytorch'],1997.0,1997.0,https://pypi.org/project/mmdet,168515.0,168515.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +53,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2023-12-21 12:48:13.000000,2023-12-18 06:57:31,5779.0,95.0,2054.0,204.0,1167.0,53.0,2172.0,13309.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,251.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3033.0,2939.0,https://pypi.org/project/flair,137946.0,138483.0,https://anaconda.org/conda-forge/python-flair,2023-07-23 11:04:16.024,22032.0,,,,,1.0,,2023-12-18 09:34:55.000,94.0,,,,,,,,,,,,,,,,,,, +54,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2023-12-21 13:50:51.000000,2023-12-21 11:19:12,3745.0,303.0,2918.0,171.0,4310.0,447.0,2148.0,12555.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",282.0,39,True,2023-12-11 09:43:07.000,1.1.3,449.0,dgl,,,,,255.0,172.0,https://pypi.org/project/dgl,78034.0,78034.0,,,,,,,,1.0,,2023-12-08 07:56:43.000,83.0,,,,,,,,,,,,,,,,,,, +55,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2023-12-21 06:46:38.000000,2023-12-21 04:35:17,16831.0,357.0,910.0,121.0,3349.0,81.0,1470.0,9047.0,A hyperparameter optimization framework.,255.0,39,False,2023-12-11 05:05:36.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,11845.0,11383.0,https://pypi.org/project/optuna,2361850.0,2375803.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,586054.0,,,,,1.0,,2023-12-11 05:05:36.000,462.0,,,,,,,,,,,,,,,,,,, +56,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,2023-12-16 16:08:24.000000,2023-12-07 07:22:09,1768.0,26.0,2239.0,167.0,793.0,67.0,983.0,6510.0,Python Data. Leaflet.js Maps.,157.0,39,True,2023-12-04 11:12:36.000,0.15.1,30.0,folium,conda-forge/folium,,,,33101.0,32282.0,https://pypi.org/project/folium,831158.0,902432.0,https://anaconda.org/conda-forge/folium,2023-12-04 11:42:27.248,2494590.0,,,,,1.0,,2023-12-04 11:12:36.000,819.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,2023-12-20 15:47:39.000000,2023-12-20 15:47:39,1206.0,111.0,672.0,96.0,1131.0,114.0,1023.0,6207.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",203.0,39,True,2023-12-01 15:24:43.000,0.25.0,38.0,accelerate,conda-forge/accelerate,,,['pytorch'],21727.0,21277.0,https://pypi.org/project/accelerate,8231283.0,8234846.0,https://anaconda.org/conda-forge/accelerate,2023-12-01 17:19:39.752,92645.0,,,,,1.0,,2023-12-01 14:33:27.000,450.0,,,,,,,,,,,,,,,,,,, +58,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,2023-12-19 10:39:36.000000,2023-12-19 10:29:48,1839.0,30.0,898.0,106.0,1495.0,463.0,1159.0,3972.0,Python tools for geographic data.,213.0,39,True,2023-11-11 09:30:40.000,0.14.1,50.0,geopandas,conda-forge/geopandas,,,['pandas'],31277.0,29468.0,https://pypi.org/project/geopandas,6153901.0,6233311.0,https://anaconda.org/conda-forge/geopandas,2023-11-11 14:20:49.573,3334142.0,,,,,1.0,2347.0,2023-11-11 09:30:36.000,1809.0,,,,,,,,,,,,,,,,,,, +59,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,2023-12-21 13:56:44.000000,2023-12-21 12:50:34,39290.0,1100.0,26369.0,2032.0,44419.0,,,37447.0,Apache Spark Python API.,2990.0,38,True,,,33.0,pyspark,conda-forge/pyspark,,,['spark'],,,https://pypi.org/project/pyspark,27569449.0,27639829.0,https://anaconda.org/conda-forge/pyspark,2023-10-04 13:44:45.676,2955974.0,,,,,2.0,,,,,,,,,,,stable/spark,,,,,,,,,,, +60,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2023-12-21 10:13:55.000000,2023-12-11 03:41:57,6121.0,22.0,6816.0,415.0,2800.0,1077.0,7257.0,35310.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",150.0,38,True,2023-10-18 12:32:48.000,2.7.1,8.0,paddleocr,,,,['paddle'],2082.0,2082.0,https://pypi.org/project/paddleocr,110669.0,110669.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +61,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2023-12-18 23:13:35.000000,2023-12-18 23:09:31,934.0,51.0,3142.0,469.0,839.0,380.0,1858.0,25926.0,A library for efficient similarity search and clustering of dense vectors.,148.0,38,True,2023-12-04 09:02:10.000,2.3.4,89.0,pymilvus,conda-forge/faiss,,,,3398.0,3322.0,https://pypi.org/project/pymilvus,459542.0,482654.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,993844.0,,,,,1.0,,2023-12-04 09:02:10.000,76.0,,,,,,,,,,,,,,,,,,, +62,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,,6891.0,1074.0,11124.0,1805.0,7763.0,20654.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,38,True,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7238.0,6939.0,https://pypi.org/project/mxnet,343003.0,343440.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10518.0,,,,,2.0,26511.0,2022-05-17 21:11:13.000,294.0,,apache/mxnet,,,,,,,,,,5.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,2023-12-21 11:20:46.000000,2023-12-21 10:21:18,7260.0,286.0,3452.0,252.0,2696.0,901.0,2519.0,19208.0,Graph Neural Network Library for PyTorch.,473.0,38,True,2023-10-12 08:28:59.000,2.4.0,40.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],135.0,,https://pypi.org/project/torch-geometric,254802.0,255647.0,https://anaconda.org/conda-forge/pytorch_geometric,2023-11-08 13:56:02.983,34675.0,,,,,1.0,,2023-10-12 08:27:10.000,135.0,3.0,,,,,,,,,,,,,,,,,, +64,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2023-12-21 11:59:05.000000,2023-12-21 01:59:29,3764.0,78.0,6646.0,396.0,5119.0,756.0,2289.0,14931.0,"Datasets, Transforms and Models specific to Computer Vision.",564.0,38,True,2023-12-15 02:04:19.000,0.16.2,37.0,torchvision,conda-forge/torchvision,,,['pytorch'],21.0,21.0,https://pypi.org/project/torchvision,10442814.0,10471909.0,https://anaconda.org/conda-forge/torchvision,2023-12-13 18:56:48.112,945721.0,,,,,1.0,35022.0,,,-4.0,,,,,,,,,,,,,,,,,, +65,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,2023-12-19 10:45:36.000000,2023-12-18 15:04:52,1291.0,77.0,2140.0,130.0,296.0,1029.0,829.0,12680.0,Multilingual Sentence & Image Embeddings with BERT.,130.0,38,True,2022-06-26 19:52:06.000,2.2.2,43.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],21373.0,20780.0,https://pypi.org/project/sentence-transformers,3014403.0,3019281.0,https://anaconda.org/conda-forge/sentence-transformers,2023-06-16 19:21:44.846,190266.0,,,,,1.0,,2022-06-26 19:50:11.000,593.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,2023-12-19 03:56:23.792000,2023-12-08 03:28:12,8234.0,9.0,3295.0,481.0,681.0,44.0,2120.0,12494.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,38,False,2023-06-03 20:05:00.841,19.24.2,36.0,dlib,conda-forge/dlib,,,,24719.0,23922.0,https://pypi.org/project/dlib,223844.0,239347.0,https://anaconda.org/conda-forge/dlib,2023-12-19 03:56:23.792,640739.0,,,,,2.0,25355.0,2023-06-03 20:05:00.841,797.0,,,,,,,,,,,,,,,,,,, +67,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,2023-12-21 08:17:03.000000,2023-12-16 13:36:40,1094.0,41.0,2058.0,234.0,506.0,177.0,1040.0,10880.0,Download market data from Yahoo! Finances API.,96.0,38,True,2023-12-06 19:50:59.000,0.2.33,105.0,yfinance,ranaroussi/yfinance,,,,31215.0,30919.0,https://pypi.org/project/yfinance,1141251.0,1144119.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,83184.0,,,,,1.0,,2023-12-06 19:50:59.000,296.0,,,,,,,,,,,,,,,,,,, +68,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2023-12-21 04:49:38.000000,2023-12-21 04:49:38,1564.0,246.0,959.0,168.0,1767.0,389.0,560.0,9244.0,Development repository for the Triton language and compiler.,196.0,38,True,2023-09-01 07:26:13.000,2.1.0,191.0,triton,,,,,100.0,21.0,https://pypi.org/project/triton,7553100.0,7553100.0,,,,,,,,1.0,,2023-09-01 07:26:13.000,79.0,,,,,,,,,,,,,,,,,,, +69,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2023-12-21 11:42:56.000000,2023-12-19 06:58:11,2618.0,76.0,885.0,126.0,1714.0,252.0,601.0,8938.0,Geometric Computer Vision Library for AI.,244.0,38,True,2023-08-02 10:18:58.000,0.7.0,37.0,kornia,conda-forge/kornia,,,['pytorch'],7758.0,7635.0,https://pypi.org/project/kornia,2072628.0,2075705.0,https://anaconda.org/conda-forge/kornia,2023-08-04 20:43:55.693,110287.0,,,,,1.0,884.0,2023-08-02 10:18:58.000,123.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,2023-12-21 13:07:18.000000,2023-12-21 13:06:48,28069.0,405.0,725.0,126.0,5972.0,529.0,1595.0,7411.0,NumPy & SciPy for GPU.,355.0,38,True,2023-12-07 07:57:50.000,12.3.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2042.0,1837.0,https://pypi.org/project/cupy,23014.0,101670.0,https://anaconda.org/conda-forge/cupy,2023-12-07 23:56:31.187,3232882.0,https://hub.docker.com/r/cupy/cupy,2023-12-07 08:04:13.783114,11.0,58314.0,1.0,167273.0,2023-12-07 05:15:09.000,205.0,12.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,2023-12-21 13:35:24.000000,2023-12-21 13:35:23,4093.0,186.0,1170.0,103.0,3232.0,733.0,1312.0,7101.0,A unified framework for machine learning with time series.,307.0,38,True,2023-11-06 00:08:12.000,0.24.1,57.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2060.0,2003.0,https://pypi.org/project/sktime,793914.0,825790.0,https://anaconda.org/conda-forge/sktime-all-extras,2023-11-06 08:49:23.870,924388.0,,,,,1.0,84.0,2023-11-06 00:08:12.000,57.0,,sktime/sktime,,,,,,,,,,,,,,,,, +72,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,2023-12-21 12:41:37.000000,2023-12-21 05:58:35,4074.0,259.0,542.0,82.0,2122.0,97.0,672.0,5041.0,Flax is a neural network library for JAX that is designed for flexibility.,214.0,38,True,2023-10-28 02:07:21.000,0.7.5,36.0,flax,conda-forge/flax,,,['jax'],5422.0,5422.0,https://pypi.org/project/flax,2702598.0,2703757.0,https://anaconda.org/conda-forge/flax,2023-11-09 02:38:30.298,38239.0,,,,,2.0,50.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,2023-12-21 13:07:15.000000,2023-12-21 13:07:07,6124.0,110.0,1497.0,109.0,4085.0,648.0,701.0,4075.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",301.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],15837.0,15622.0,https://pypi.org/project/tensorflow-datasets,2013465.0,2014289.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,25551.0,,,,,1.0,,2023-12-18 13:28:06.000,215.0,,,,,,,,,,,,,,,,,,, +74,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,2023-12-19 01:41:58.000000,2023-12-12 08:21:10,2229.0,20.0,543.0,88.0,776.0,229.0,895.0,3528.0,Manipulation and analysis of geometric objects.,149.0,38,True,2023-10-12 20:37:19.000,2.0.2,121.0,shapely,conda-forge/shapely,,,,59761.0,58543.0,https://pypi.org/project/shapely,16332471.0,16551322.0,https://anaconda.org/conda-forge/shapely,2023-11-23 18:52:59.047,8749696.0,,,,,2.0,2835.0,2023-10-12 20:37:19.000,1218.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,2023-12-21 13:00:47.000000,2023-12-20 17:40:40,17788.0,184.0,1294.0,84.0,7645.0,471.0,4213.0,2424.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,359.0,38,True,2023-11-20 20:29:52.000,1.6.0,76.0,mne,conda-forge/mne,,,,3598.0,3309.0,https://pypi.org/project/mne,89683.0,97642.0,https://anaconda.org/conda-forge/mne,2023-11-20 22:22:01.653,342237.0,,,,,1.0,,2023-11-20 20:29:52.000,289.0,,,,,,,,,,,,,,,,,,, +76,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,2023-12-21 11:46:25.000000,2023-12-21 05:53:53,3432.0,164.0,1096.0,134.0,2772.0,436.0,980.0,1975.0,A library for training and deploying machine learning models on Amazon SageMaker.,416.0,38,True,2023-12-20 05:27:29.000,2.201.0,557.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3465.0,3375.0,https://pypi.org/project/sagemaker,45461167.0,45478643.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2023-11-27 10:45:24.319,699048.0,,,,,2.0,,2023-12-20 05:27:29.000,90.0,,,,,,,,,,,,,,,,,,, +77,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2023-12-14 16:43:19.109000,2023-12-11 02:26:35,1519.0,15.0,269.0,32.0,475.0,89.0,486.0,1355.0,Python library for reading and writing image data.,109.0,38,True,2023-12-11 02:26:46.000,2.33.1,64.0,imageio,conda-forge/imageio,,,,110897.0,110897.0,https://pypi.org/project/imageio,19123932.0,19269242.0,https://anaconda.org/conda-forge/imageio,2023-12-14 16:43:19.109,5957104.0,,,,,1.0,942.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,2023-11-27 07:34:13.000000,2023-08-21 03:59:26,1627.0,,2814.0,379.0,456.0,3.0,1806.0,14112.0,Python Echarts Plotting Library.,39.0,37,True,2023-08-21 08:24:32.000,2.0.4,72.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],3937.0,3688.0,https://pypi.org/project/pyecharts,147523.0,147523.0,,,,,,,,2.0,,2023-08-21 03:40:32.000,249.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,2023-12-18 07:47:45.000000,2023-12-15 00:57:55,1368.0,38.0,1587.0,150.0,739.0,197.0,551.0,11587.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,117.0,37,True,2023-12-05 15:38:30.000,4.6.3,54.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2273.0,2077.0,https://pypi.org/project/pandas-profiling,658279.0,662977.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,413461.0,,,,,2.0,22.0,2023-02-03 17:59:40.571,196.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +80,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2023-12-16 19:38:47.000000,2023-07-11 16:23:35,1095.0,,1397.0,251.0,654.0,369.0,1021.0,11234.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,14.0,moviepy,conda-forge/moviepy,,,,32147.0,32147.0,https://pypi.org/project/moviepy,710746.0,713596.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,219522.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +81,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2023-12-17 21:40:03.000000,2023-12-14 21:02:15,5074.0,109.0,1687.0,129.0,970.0,309.0,1903.0,8030.0,"An open-source, low-code machine learning library in Python.",131.0,37,True,2023-11-12 21:46:01.000,3.2.0,95.0,pycaret,conda-forge/pycaret,,,,4892.0,4876.0,https://pypi.org/project/pycaret,295641.0,296690.0,https://anaconda.org/conda-forge/pycaret,2023-11-16 02:21:22.926,41335.0,,,,,2.0,677.0,2023-11-12 21:44:47.000,16.0,,,,,,,,,,,,,,,,,,, +82,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2023-12-21 04:26:35.000000,2023-12-14 15:12:56,1747.0,14.0,651.0,119.0,548.0,260.0,604.0,7943.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,82.0,37,True,2023-11-14 19:06:30.000,0.15.0,81.0,tokenizers,conda-forge/tokenizers,,,,53586.0,53586.0,https://pypi.org/project/tokenizers,15864756.0,15898835.0,https://anaconda.org/conda-forge/tokenizers,2023-12-12 19:20:02.639,1397242.0,,,,,1.0,33.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,2023-12-21 06:40:21.000000,2023-12-21 06:23:09,20214.0,592.0,2010.0,179.0,3179.0,231.0,2046.0,7466.0,End-to-End Speech Processing Toolkit.,398.0,37,True,2023-10-25 11:52:03.000,.202310,51.0,espnet,,,,,278.0,273.0,https://pypi.org/project/espnet,18481.0,18482.0,,,,,,,,1.0,79.0,2023-10-25 11:52:34.000,5.0,,,,,,,,,,,,,,,,,,, +84,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2023-12-21 07:48:55.000000,2023-12-13 18:07:01,9603.0,121.0,1158.0,123.0,1064.0,168.0,873.0,6981.0,A PyTorch-based Speech Toolkit.,224.0,37,True,2023-11-22 02:29:10.000,0.5.16,15.0,speechbrain,,,,['pytorch'],1359.0,1335.0,https://pypi.org/project/speechbrain,187651.0,187651.0,,,,,,,,1.0,,2023-11-22 02:29:10.000,24.0,,,,,,,,,,,,,,,,,,, +85,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,2023-12-14 20:37:04.000000,2023-12-14 20:37:02,12030.0,46.0,1086.0,166.0,460.0,649.0,737.0,4016.0,Probabilistic reasoning and statistical analysis in TensorFlow.,486.0,37,True,2023-11-20 23:32:05.000,0.23.0,51.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],447.0,,https://pypi.org/project/tensorflow-probability,1855807.0,1859289.0,https://anaconda.org/conda-forge/tensorflow-probability,2023-11-15 10:36:45.409,118413.0,,,,,1.0,,2023-11-20 23:21:06.000,447.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,2023-12-21 11:54:55.000000,2023-12-21 07:51:36,10679.0,77.0,376.0,58.0,2888.0,1014.0,2110.0,2528.0,"With Holoviews, your data visualizes itself.",140.0,37,True,2023-11-09 09:16:35.000,1.18.1,77.0,holoviews,conda-forge/holoviews,,,['jupyter'],8856.0,8856.0,https://pypi.org/project/holoviews,317267.0,352640.0,https://anaconda.org/conda-forge/holoviews,2023-11-08 21:19:49.170,1464672.0,,,,,2.0,,,,6.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,,,500.0,,,,,,,,,,,, +87,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,2023-12-21 09:29:19.000000,2023-12-20 19:25:29,3808.0,34.0,518.0,147.0,1118.0,161.0,1602.0,2060.0,Rasterio reads and writes geospatial raster datasets.,153.0,37,True,2023-10-19 14:09:18.000,1.3.9,153.0,rasterio,conda-forge/rasterio,,,,10864.0,9816.0,https://pypi.org/project/rasterio,2129133.0,2207404.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2739213.0,,,,,2.0,853.0,2023-10-19 14:04:39.000,1048.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,2023-06-16 13:21:35.778000,2020-02-15 08:33:35,523.0,,6699.0,1288.0,164.0,662.0,222.0,31729.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,,,,27294.0,25604.0,https://pypi.org/project/jieba,752988.0,754841.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,148275.0,,,,,1.0,,2020-01-20 14:27:23.000,1690.0,,,,,,,,,,,,,,,,,,, +89,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2023-12-21 14:02:54.000000,2023-10-10 17:36:53,2318.0,2.0,5939.0,415.0,1320.0,1045.0,3030.0,28306.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,420.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2437.0,2437.0,https://pypi.org/project/fairseq,453335.0,454746.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,57707.0,,,,,1.0,325.0,,,,,,,,,,,,,,,,,,,,, +90,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,2023-12-20 15:29:51.000000,2023-12-14 17:00:30,4666.0,245.0,2651.0,232.0,693.0,68.0,830.0,24330.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",163.0,36,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",19.0,,https://pypi.org/project/tts,100322.0,153925.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10085.0,,,,,1.0,1756129.0,2023-12-12 15:27:06.000,19.0,,,,,,,,,,,,,,,,,,, +91,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2023-12-11 10:54:14.000000,2023-10-18 07:33:05,791.0,12.0,4457.0,424.0,437.0,363.0,1722.0,17285.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,36,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,149.0,21.0,https://pypi.org/project/fbprophet,839777.0,874930.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1124068.0,,,,,1.0,2171.0,2020-09-05 16:12:50.000,128.0,,,,,,,,,,,,,,,,,,, +92,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2023-12-21 10:07:37.000000,2023-12-12 17:36:14,4679.0,41.0,4634.0,387.0,667.0,628.0,1274.0,11542.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",195.0,36,False,2023-12-16 07:35:28.000,2.6.4,56.0,glfw,conda-forge/glfw,,,,212.0,22.0,https://pypi.org/project/glfw,210921.0,249531.0,https://anaconda.org/conda-forge/glfw,2023-12-14 03:10:06.213,171334.0,,,,,2.0,3524963.0,2023-12-16 07:35:28.000,190.0,,,,,,,,,,,,,,,,,,, +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,2023-12-21 14:25:49.000000,2023-11-10 11:25:48,6020.0,39.0,3118.0,238.0,1423.0,965.0,3812.0,10000.0,Open-source simulator for autonomous driving research.,170.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,611.0,605.0,https://pypi.org/project/carla,16309.0,16309.0,,,,,,,,1.0,,2023-11-14 22:51:02.000,6.0,,,,,,,,,,,,,,,,,,, +94,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,2023-12-21 13:53:31.000000,2023-12-20 13:19:04,25796.0,1495.0,1952.0,200.0,4909.0,158.0,3309.0,9042.0,Perform data science on data that remains in someone elses server.,502.0,36,True,2023-12-07 14:07:06.000,0.8.3,230.0,syft,,,,['pytorch'],5.0,,https://pypi.org/project/syft,5264.0,5293.0,,,,,,,,1.0,1372.0,2023-12-10 17:07:07.000,5.0,,,,,,,,,,,,,,,,,,, +95,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2023-12-21 07:07:14.000000,2023-12-21 07:07:13,5997.0,191.0,1861.0,176.0,5614.0,86.0,1828.0,8748.0,NeMo: a toolkit for conversational AI.,264.0,36,True,2023-10-25 23:27:38.000,1.21.0,70.0,nemo-toolkit,,,,['pytorch'],31.0,21.0,https://pypi.org/project/nemo-toolkit,35702.0,37863.0,,,,,,,,1.0,110239.0,2023-10-25 21:35:40.000,10.0,,,,,,,,,,,,,,,,,,, +96,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2023-12-21 09:52:37.000000,2023-12-21 09:52:37,1134.0,53.0,1615.0,118.0,102.0,3.0,821.0,8640.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",50.0,36,True,2023-12-08 22:31:07.000,0.0.80,79.0,deepface,,,,,2336.0,2315.0,https://pypi.org/project/deepface,155071.0,155071.0,,,,,,,,2.0,,2023-12-08 22:31:07.000,21.0,,,,,,,,,,,,,,,,,,, +97,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,2023-12-21 09:57:59.000000,2023-12-18 04:00:43,2926.0,83.0,914.0,92.0,3175.0,342.0,2509.0,4931.0,AI Toolkit for Healthcare Imaging.,176.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],1671.0,1623.0,https://pypi.org/project/monai,151974.0,152817.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,20252.0,,,,,1.0,,2023-10-12 17:09:21.000,48.0,,,,,,,,,,,,,,,,,,, +98,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2023-12-21 14:20:15.000000,2023-12-20 16:47:58,9842.0,485.0,1549.0,146.0,2097.0,534.0,1212.0,4792.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",231.0,36,True,2022-12-01 14:00:47.111,2.7.1,781.0,deepchem,conda-forge/deepchem,,,['tensorflow'],311.0,299.0,https://pypi.org/project/deepchem,21732.0,24003.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,104485.0,,,,,1.0,,2023-12-20 17:05:50.000,12.0,,,,,,,,,,,,,,,,,,, +99,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2023-12-21 13:23:17.000000,2023-12-21 10:52:52,20950.0,489.0,1167.0,241.0,7728.0,914.0,1325.0,4627.0,Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations using bigdl-llm.,195.0,36,True,2023-11-13 02:02:20.000,2.4.0,786.0,bigdl,,,,,51.0,46.0,https://pypi.org/project/bigdl,7104.0,7105.0,,,,,,,,2.0,146.0,2023-12-20 13:55:14.000,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,4.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,2023-12-21 03:53:50.000000,2023-12-19 17:50:57,2134.0,135.0,202.0,65.0,130.0,80.0,512.0,3651.0,A Grammar of Graphics for Python.,103.0,36,True,2023-11-06 11:06:44.000,0.12.4,20.0,plotnine,conda-forge/plotnine,,,,6726.0,6465.0,https://pypi.org/project/plotnine,2031412.0,2039257.0,https://anaconda.org/conda-forge/plotnine,2023-11-06 12:55:06.721,329523.0,,,,,2.0,,2023-11-06 11:02:10.000,261.0,3.0,,,,,,,,,,,,,,,,,, +101,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,2023-12-21 07:49:33.000000,2023-12-08 22:39:05,8397.0,63.0,680.0,98.0,13087.0,32.0,802.0,3537.0,State of the Art Natural Language Processing.,110.0,36,True,2023-12-08 22:05:28.000,5.2.0,134.0,spark-nlp,,,,['spark'],401.0,371.0,https://pypi.org/project/spark-nlp,3860638.0,3860638.0,,,,,,,,1.0,,2023-12-08 21:04:16.000,30.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,2023-12-21 13:48:17.000000,2023-12-18 22:07:19,3982.0,203.0,393.0,33.0,2801.0,421.0,1006.0,2107.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,152.0,36,True,2023-12-15 17:20:47.000,0.43.1,86.0,pyvista,conda-forge/pyvista,,,['jupyter'],2729.0,2487.0,https://pypi.org/project/pyvista,162315.0,172558.0,https://anaconda.org/conda-forge/pyvista,2023-12-14 09:30:38.542,429822.0,,,,,2.0,790.0,2023-12-14 07:10:19.000,242.0,,,,,,,,,,,,,,,,,,, +103,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,2023-12-21 13:56:22.000000,2023-12-20 14:31:47,1594.0,108.0,338.0,26.0,1326.0,52.0,690.0,1748.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",219.0,36,True,2023-12-01 17:06:32.000,1.2.1,40.0,metrics,conda-forge/torchmetrics,,,['pytorch'],18647.0,18634.0,https://pypi.org/project/metrics,4159.0,40321.0,https://anaconda.org/conda-forge/torchmetrics,2023-12-01 20:39:28.126,1188981.0,,,,,2.0,4404.0,2018-04-28 10:58:56.000,13.0,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +104,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2023-12-19 22:00:11.000000,2023-12-04 09:05:52,1211.0,12.0,204.0,33.0,47.0,9.0,157.0,1509.0,Simple Python interface for Graphviz.,22.0,36,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,61376.0,57927.0,https://pypi.org/project/graphviz,7882601.0,7883130.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,42351.0,,,,,2.0,,2022-07-23 11:35:06.076,3449.0,,,,,,,,,,,,,,,,,,, +105,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,2023-12-21 12:16:17.000000,2023-12-14 17:04:37,1519.0,11.0,361.0,48.0,1462.0,167.0,665.0,1473.0,Exploratory analysis of Bayesian models with Python.,152.0,36,True,2023-07-18 20:14:08.000,0.16.1,34.0,arviz,conda-forge/arviz,,,,5617.0,5457.0,https://pypi.org/project/arviz,1398976.0,1446807.0,https://anaconda.org/conda-forge/arviz,2023-09-19 13:51:11.324,2056662.0,,,,,1.0,133.0,2023-07-18 20:14:08.000,160.0,,,,,,,,,,,,,,,,,,, +106,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2023-12-13 15:11:38.000000,2023-12-13 15:11:34,1848.0,21.0,199.0,30.0,209.0,22.0,389.0,1340.0,The ctypes-based simple ImageMagick binding for Python.,104.0,36,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,18548.0,17835.0,https://pypi.org/project/wand,1025260.0,1026516.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,35919.0,,,,,2.0,34527.0,2023-11-03 23:18:50.000,713.0,,,,,,,,,,,,,,,,,,, +107,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,2023-12-21 09:40:26.000000,2023-12-21 09:15:31,10163.0,118.0,535.0,69.0,2259.0,296.0,1675.0,1065.0,Machine learning for NeuroImaging in Python.,232.0,36,True,2023-10-01 19:30:40.000,0.10.2,45.0,nilearn,conda-forge/nilearn,,,['sklearn'],3061.0,2771.0,https://pypi.org/project/nilearn,55569.0,62499.0,https://anaconda.org/conda-forge/nilearn,2023-10-02 11:59:55.930,256262.0,,,,,1.0,147.0,2023-09-29 11:10:28.000,290.0,,,,,,,,,,,,,,,,,,, +108,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2023-12-05 14:58:09.000000,2023-11-27 23:41:10,388.0,3.0,4645.0,849.0,265.0,543.0,611.0,25294.0,Library for fast text representation and classification.,67.0,35,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,5577.0,5354.0,https://pypi.org/project/fasttext,945394.0,947200.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,70456.0,,,,,2.0,,2020-04-28 09:54:50.000,223.0,,,,,,,,,,,,,,,,,,, +109,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2023-12-16 22:04:09.000000,2023-09-04 11:42:16,615.0,,2754.0,299.0,243.0,316.0,582.0,20491.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,4684.0,4615.0,https://pypi.org/project/easyocr,244049.0,429413.0,,,,,,,,1.0,7785290.0,2023-09-04 11:55:27.000,69.0,,,,,,,,,,,,,,,,,,, +110,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,2023-12-20 22:41:47.000000,2023-10-13 16:32:21,8666.0,50.0,2832.0,264.0,1211.0,166.0,653.0,16871.0,Best Practices on Recommendation Systems.,128.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,101.0,99.0,https://pypi.org/project/recommenders,65074.0,65081.0,,,,,,,,1.0,460.0,2022-04-01 08:49:49.000,2.0,,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +111,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2023-07-26 09:00:34.000000,2020-06-01 14:58:26,2913.0,,2368.0,231.0,336.0,282.0,223.0,13933.0,Image augmentation for machine learning experiments.,36.0,35,False,2020-02-06 06:18:40.000,0.4.0,3.0,imgaug,conda-forge/imgaug,,,,17728.0,17728.0,https://pypi.org/project/imgaug,354698.0,357446.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,148412.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +112,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2023-12-21 10:53:57.000000,2023-12-20 06:26:16,17284.0,975.0,6000.0,67.0,11217.0,3548.0,15403.0,13852.0,The Unified AI Framework.,1444.0,35,True,2023-06-29 19:33:01.167,0.0.0,103.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,475.0,475.0,,,,,,,,2.0,,2023-10-11 17:04:40.000,9.0,,,,,,,,,,,,,,,,,,, +113,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2023-11-26 17:29:04.000000,2021-06-01 10:43:00,1848.0,,4426.0,550.0,712.0,390.0,1267.0,13723.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,,,,,5846.0,5493.0,https://pypi.org/project/chatterbot,40457.0,40457.0,,,,,,,,2.0,,2020-08-22 18:40:36.000,353.0,,,,,,,,,,,,,,,,,,, +114,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,2023-12-20 13:31:14.000000,2023-09-18 08:44:36,1331.0,,2226.0,331.0,1578.0,373.0,1853.0,13714.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1097.0,1061.0,https://pypi.org/project/horovod,59618.0,59618.0,,,,,,,,2.0,,2023-06-12 09:28:02.604,36.0,,,,,,,,stable/horovod,,,,,,,,,,, +115,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,2023-12-15 08:10:26.000000,2023-12-07 06:42:43,786.0,7.0,1535.0,129.0,663.0,366.0,436.0,12925.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,133.0,35,True,2023-06-10 07:44:08.000,1.3.1,18.0,albumentations,conda-forge/albumentations,,,['pytorch'],19605.0,19605.0,https://pypi.org/project/albumentations,1070395.0,1073132.0,https://anaconda.org/conda-forge/albumentations,2023-06-12 13:29:26.010,147809.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +116,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,2023-12-21 14:33:49.000000,2023-12-21 13:21:17,2953.0,352.0,1506.0,117.0,3141.0,382.0,2445.0,12019.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",224.0,35,True,2023-12-14 13:35:39.000,1.23.0,73.0,haystack,,,,,137.0,50.0,https://pypi.org/project/haystack,2400.0,2400.0,,,,,,,,2.0,23.0,2021-12-15 14:01:39.322,87.0,,,,,,,,,,,,,,,,,,, +117,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,,2260.0,284.0,3096.0,91.0,2477.0,11614.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'],4057.0,3867.0,https://pypi.org/project/allennlp,36585.0,38559.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,118494.0,,,,,2.0,62.0,2022-10-18 23:54:05.191,190.0,,,,,,,,,,,,,,,,,,, +118,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,2023-12-11 13:49:34.986000,2023-12-09 05:39:53,576.0,13.0,2361.0,222.0,243.0,114.0,415.0,9800.0,A little word cloud generator in Python.,72.0,35,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,850.0,21.0,https://pypi.org/project/wordcloud,1452313.0,1463260.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,448858.0,,,,,2.0,,2023-12-09 14:04:35.000,829.0,,,,,,,,,,,,,,,,,,, +119,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2023-12-19 15:56:46.000000,2023-11-17 03:49:04,887.0,3.0,1023.0,123.0,265.0,37.0,649.0,8687.0,Unsupervised text tokenizer for Neural Network-based text generation.,79.0,35,True,2023-05-02 03:20:40.000,0.1.99,25.0,sentencepiece,conda-forge/sentencepiece,,,,49905.0,49905.0,https://pypi.org/project/sentencepiece,11386864.0,11404155.0,https://anaconda.org/conda-forge/sentencepiece,2023-11-02 09:17:09.257,688230.0,,,,,2.0,32349.0,,,,,,,,,,,,,,,,,,,,, +120,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,2023-12-21 03:07:43.000000,2023-12-21 03:07:43,2433.0,21.0,971.0,204.0,2258.0,241.0,825.0,8225.0,Deep universal probabilistic programming with Python and PyTorch.,148.0,35,True,2023-07-29 21:20:27.000,1.8.6,34.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],1912.0,1804.0,https://pypi.org/project/pyro-ppl,290504.0,294568.0,https://anaconda.org/conda-forge/pyro-ppl,2023-07-29 23:12:47.995,134133.0,,,,,1.0,,2023-07-29 21:09:56.000,108.0,,,,,,,,,,,,,,,,,,, +121,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2023-12-21 09:01:46.000000,2023-12-21 08:36:26,661.0,19.0,317.0,68.0,104.0,28.0,129.0,7498.0,"Deep learning operations reinvented (for pytorch, tensorflow, jax and others).",25.0,35,True,2023-10-01 01:13:00.000,0.7.0,13.0,einops,conda-forge/einops,,,,22816.0,22816.0,https://pypi.org/project/einops,5548082.0,5552679.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,174705.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +122,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,2023-11-28 15:45:20.000000,2023-10-23 10:43:57,848.0,2.0,1272.0,141.0,489.0,43.0,539.0,6583.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,80.0,35,True,2023-07-08 22:17:53.000,0.11.0,33.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],23022.0,22673.0,https://pypi.org/project/imbalanced-learn,7479250.0,7491462.0,https://anaconda.org/conda-forge/imbalanced-learn,2023-07-08 22:18:55.284,512939.0,,,,,1.0,,2023-07-08 21:51:38.887,349.0,,,,,,,,,,,,,,,,,,, +123,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,2023-12-21 14:10:39.000000,2023-12-21 05:33:00,32278.0,156.0,2011.0,388.0,6719.0,2718.0,6511.0,6581.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",247.0,35,True,,,150.0,h2o,,,,,102.0,21.0,https://pypi.org/project/h2o,415699.0,415699.0,,,,,,,,2.0,,2023-12-20 19:10:56.000,81.0,,,,,,,,,,,,,,,,,,, +124,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,2023-12-21 01:04:37.000000,2023-12-20 21:18:14,18800.0,609.0,449.0,52.0,2575.0,478.0,963.0,6170.0,"Visualize, create, and debug image and video datasets and model predictions.",104.0,35,True,2023-12-11 21:34:22.000,0.23.1,135.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",469.0,458.0,https://pypi.org/project/fiftyone,78625.0,78625.0,,,,,,,,2.0,,2023-12-08 23:12:30.000,11.0,,,,,,,,,,,,,,,,,,, +125,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,2023-12-21 10:22:54.000000,2023-12-16 11:57:25,2708.0,64.0,668.0,74.0,3157.0,176.0,787.0,6004.0,Build Production-Grade AI Applications.,190.0,35,True,2023-11-20 04:07:45.000,1.1.10,119.0,bentoml,,,,,1443.0,1431.0,https://pypi.org/project/bentoml,87785.0,87822.0,,,,,,,,2.0,2125.0,2023-11-20 04:05:51.000,12.0,,,,,,,,,,,,,,,,,,, +126,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,2023-12-10 22:33:39.000000,2023-12-10 22:20:49,1652.0,34.0,593.0,60.0,1793.0,120.0,1227.0,4402.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,204.0,35,True,2023-10-19 08:22:16.000,0.4.13,24.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2581.0,2581.0,https://pypi.org/project/pytorch-ignite,326417.0,328995.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,170163.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +127,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2023-12-13 19:28:40.000000,2023-11-23 21:41:49,1136.0,6.0,661.0,90.0,268.0,32.0,252.0,4158.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4049.0,,https://pypi.org/project/geopy,4965998.0,4995425.0,https://anaconda.org/conda-forge/geopy,2023-11-24 00:10:43.371,1235969.0,,,,,2.0,12.0,2023-11-23 21:49:30.000,4049.0,,,,,,,,,,,,,,,,,,, +128,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,2023-12-21 10:17:39.000000,2023-12-21 10:03:10,934.0,7.0,744.0,86.0,191.0,80.0,645.0,3896.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,35,True,2023-09-27 14:17:30.000,78,71.0,opencv-python,,,,,337824.0,337824.0,https://pypi.org/project/opencv-python,11411915.0,11411915.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +129,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,2023-12-21 06:06:39.000000,2023-12-21 04:38:45,3623.0,119.0,782.0,56.0,1381.0,338.0,1173.0,3810.0,"Serve, optimize and scale PyTorch models in production.",181.0,35,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],585.0,570.0,https://pypi.org/project/torchserve,40263.0,67924.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,141279.0,https://hub.docker.com/r/pytorch/torchserve,2023-10-12 22:44:52.307587,22.0,1216442.0,2.0,5440.0,2023-10-12 22:01:55.000,15.0,,,,,,,,,,,,,,,,,,, +130,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,2023-12-20 02:32:43.000000,2023-12-19 15:26:24,7326.0,42.0,606.0,117.0,1153.0,323.0,1102.0,3162.0,High-performance interactive 2D/3D data visualization library.,190.0,35,True,2023-10-03 22:23:12.000,0.14.1,37.0,vispy,conda-forge/vispy,,,['jupyter'],1493.0,1354.0,https://pypi.org/project/vispy,65282.0,76727.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,445964.0,,,,,2.0,,2023-10-03 22:13:28.000,138.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,1.0,11.0,,,,,,,,,,,, +131,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2023-12-21 13:28:27.000000,2023-12-14 12:33:32,5268.0,6.0,268.0,81.0,774.0,14.0,123.0,2771.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2023-12-14 15:50:47.000,8.2.2,76.0,thinc,conda-forge/thinc,,,,40620.0,40620.0,https://pypi.org/project/thinc,6555744.0,6618075.0,https://anaconda.org/conda-forge/thinc,2023-09-25 06:51:17.362,2680272.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +132,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2023-12-21 11:34:23.000000,2023-12-01 01:48:51,2293.0,50.0,616.0,75.0,2835.0,188.0,713.0,2295.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",221.0,35,True,2023-12-15 02:05:05.000,2.1.2,30.0,torchaudio,,,,['pytorch'],513.0,,https://pypi.org/project/torchaudio,2461560.0,2461560.0,,,,,,,,2.0,,2023-12-14 21:50:35.000,513.0,,,,,,,,,,,,,,,,,,, +133,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2023-12-21 06:45:01.000000,2023-12-21 06:40:35,2762.0,191.0,281.0,68.0,1477.0,54.0,579.0,2199.0,Adaptive Experimentation Platform.,158.0,35,True,2023-12-09 18:28:49.000,0.3.6,39.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],631.0,603.0,https://pypi.org/project/ax-platform,88286.0,88829.0,https://anaconda.org/conda-forge/ax-platform,2023-12-11 15:43:05.639,16308.0,,,,,1.0,,2023-12-09 18:28:49.000,28.0,,,,,,,,,,,,,,,,,,, +134,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2023-12-21 14:06:47.000000,2023-12-21 10:25:42,4972.0,150.0,487.0,22.0,1112.0,931.0,578.0,2014.0,"This is the development home of the workflow management system Snakemake. For general information, see.",312.0,35,True,2023-12-21 10:27:05.000,8.0.1,286.0,snakemake,bioconda/snakemake,,,,2085.0,1824.0,https://pypi.org/project/snakemake,278696.0,288236.0,https://anaconda.org/bioconda/snakemake,2023-12-21 12:38:35.119,934973.0,,,,,2.0,,2023-12-21 10:27:05.000,261.0,,,,,,,,,,,,,,,,,,, +135,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,7.0,590.0,58.0,1880.0,251.0,894.0,1676.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],13919.0,13694.0,https://pypi.org/project/tensorflow-addons,839451.0,839451.0,,,,,,,,1.0,,2023-11-28 01:45:31.000,225.0,,,,,,,,,,,,,,,,,,, +136,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,2023-12-21 12:37:56.000000,2023-12-21 12:37:55,1236.0,138.0,339.0,59.0,1149.0,112.0,561.0,1401.0,The official Python client for the Huggingface Hub.,125.0,35,True,2023-12-20 11:46:46.000,0.20.1,93.0,huggingface_hub,conda-forge/huggingface_hub,,,,584.0,,https://pypi.org/project/huggingface_hub,21943843.0,21988367.0,https://anaconda.org/conda-forge/huggingface_hub,2023-11-20 21:28:32.103,1513825.0,,,,,2.0,,2023-12-20 11:44:43.000,584.0,,,,,,,,,,,,,,,,,,, +137,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2023-11-20 20:12:58.000000,2023-10-18 03:51:44,1522.0,27.0,150.0,41.0,132.0,7.0,640.0,1149.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,35,True,2023-10-18 03:54:36.000,1.9.0,31.0,agate,conda-forge/agate,,,,2697.0,2550.0,https://pypi.org/project/agate,4257042.0,4262111.0,https://anaconda.org/conda-forge/agate,2023-10-18 11:17:00.880,157168.0,,,,,1.0,,2023-10-18 03:54:36.000,147.0,,,,,,,,,,,,,,,,,,, +138,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,2023-12-21 14:01:21.000000,2023-12-19 16:50:02,1514.0,79.0,166.0,30.0,1368.0,58.0,168.0,1097.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,35,True,2023-11-30 17:53:01.000,2024.0.1,23.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],9019.0,8995.0,https://pypi.org/project/scikit-learn-intelex,272430.0,279586.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2023-12-08 20:11:03.328,228994.0,,,,,1.0,,2023-11-28 16:02:08.000,24.0,,,,,,,,,,,,,,,,,,, +139,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,2023-12-17 00:47:51.000000,2023-12-17 00:47:47,1472.0,19.0,211.0,47.0,525.0,32.0,732.0,1095.0,Fiona reads and writes geographic data files.,72.0,35,True,2023-10-12 19:29:21.000,1.9.5,108.0,fiona,conda-forge/fiona,,,,16889.0,16841.0,https://pypi.org/project/fiona,6454058.0,6579958.0,https://anaconda.org/conda-forge/fiona,2023-12-08 04:07:46.262,5161925.0,,,,,2.0,,2023-10-12 19:16:01.000,48.0,,,,,,,,,,,,,,,,,,, +140,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2023-12-11 19:18:48.000000,2023-11-08 03:20:43,1527.0,3.0,209.0,33.0,669.0,25.0,564.0,946.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,27947.0,25923.0,https://pypi.org/project/pyproj,8074790.0,8246451.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7038130.0,,,,,2.0,,2023-09-21 02:07:12.000,2024.0,,,,,,,,,,,,,,,,,,, +141,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2023-12-13 02:56:53.000000,2023-12-12 16:13:10,5759.0,157.0,254.0,36.0,784.0,126.0,391.0,598.0,Python package to access a cacophony of neuro-imaging file formats.,100.0,35,True,2023-12-12 14:28:42.000,5.2.0,41.0,nibabel,conda-forge/nibabel,,,,17416.0,16225.0,https://pypi.org/project/nibabel,341033.0,356948.0,https://anaconda.org/conda-forge/nibabel,2023-12-12 00:00:35.048,668451.0,,,,,2.0,,2023-12-11 21:37:41.000,1191.0,,,,,,,,,,,,,,,,,,, +142,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2023-12-21 06:41:21.000000,2023-12-21 05:48:44,7450.0,276.0,2602.0,297.0,182.0,21.0,998.0,24858.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2023-12-15 20:20:20.000,7.3.4,611.0,netron,,,,"['pytorch', 'tensorflow']",85.0,11.0,https://pypi.org/project/netron,22149.0,88339.0,,,,,,,,1.0,66190.0,2023-12-15 20:20:20.000,74.0,,,,,,,,,,,,,,,,,,, +143,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2023-12-08 19:57:16.000000,2021-11-17 17:52:52,3466.0,,3827.0,664.0,1670.0,132.0,1982.0,23562.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'],429.0,386.0,https://pypi.org/project/deepspeech,3107.0,20558.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2442.0,,,,,2.0,1094133.0,2020-12-19 10:05:12.000,43.0,,,,,,,,,,,,,,,,,,, +144,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,2023-12-21 13:55:21.000000,2023-12-21 13:54:46,34509.0,441.0,12167.0,944.0,23966.0,,,22469.0,Apache Flink Python API.,1808.0,34,True,,,,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,69170.0,69170.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +145,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,,2011-08-10 03:48:06.000,2023-07-01 12:19:02.000000,2022-12-20 16:49:55,28132.0,,2416.0,543.0,4118.0,593.0,2088.0,9823.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,34,False,,,8.0,theano,conda-forge/theano,,,,14591.0,14591.0,https://pypi.org/project/theano,394716.0,421530.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2386465.0,,,,,2.0,,,,-4.0,,,,,,,,,,,,,,,,,, +146,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2023-06-16 13:22:54.304000,2023-03-11 18:17:15,563.0,,1089.0,267.0,156.0,103.0,155.0,8796.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",36.0,34,True,2013-09-26 02:29:01.000,0.7.0,7.0,textblob,conda-forge/textblob,,,,34787.0,34787.0,https://pypi.org/project/textblob,626493.0,629226.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,240550.0,,,,,2.0,113.0,,,,,,,,,,,,,,,,,,,,, +147,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2023-12-20 14:02:47.000000,2023-12-19 18:51:03,2472.0,12.0,592.0,103.0,437.0,544.0,1162.0,8558.0,An open source multi-tool for exploring and publishing data.,75.0,34,True,2023-10-08 16:10:00.000,0.64.5,140.0,datasette,conda-forge/datasette,,,,1336.0,1128.0,https://pypi.org/project/datasette,31585.0,32489.0,https://anaconda.org/conda-forge/datasette,2023-12-18 19:25:46.529,28901.0,,,,,2.0,59.0,2023-10-08 16:10:00.000,208.0,,,,,,,,,datasette,,,,,,,,,, +148,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,2023-12-14 12:40:11.000000,2023-12-06 12:55:15,486.0,32.0,2328.0,281.0,137.0,310.0,313.0,7752.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,34,True,2023-12-06 13:10:51.000,3.10.1,56.0,SpeechRecognition,conda-forge/speechrecognition,,,,847.0,21.0,https://pypi.org/project/SpeechRecognition,614739.0,619122.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,175326.0,,,,,2.0,,2023-12-06 13:02:22.000,826.0,,,,,,,,,,,,,,,,,,, +149,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2023-12-19 16:59:30.000000,2023-12-16 05:36:44,1721.0,29.0,1295.0,147.0,206.0,188.0,144.0,7691.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2023-11-18 08:45:46.000,1.1.2,90.0,pyod,conda-forge/pyod,,,,3174.0,3111.0,https://pypi.org/project/pyod,660185.0,662231.0,https://anaconda.org/conda-forge/pyod,2023-11-18 09:26:18.014,87992.0,,,,,2.0,,2023-11-18 08:43:48.000,63.0,,,,,,,,,,,,,,,,,,, +150,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2023-12-21 09:09:15.000000,2023-12-02 06:10:46,4212.0,174.0,900.0,143.0,462.0,78.0,760.0,6894.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",66.0,34,True,2023-12-03 06:48:53.000,1.7.0,22.0,stanza,stanfordnlp/stanza,,,,2414.0,2321.0,https://pypi.org/project/stanza,203973.0,204135.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7294.0,,,,,2.0,,2023-12-03 06:48:53.000,93.0,,,,,,,,,,,,,,,,,,, +151,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,4.0,872.0,218.0,220.0,174.0,233.0,6608.0,Efficiently computes derivatives of numpy code.,56.0,34,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,7223.0,6901.0,https://pypi.org/project/autograd,1305041.0,1326133.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,379661.0,,,,,2.0,,2023-06-23 08:37:07.368,322.0,,,,,,,,,,,,,,,,,,, +152,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,2023-12-19 15:57:47.000000,2023-12-19 14:48:48,2864.0,41.0,2080.0,174.0,1119.0,17.0,1400.0,6399.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2023-11-02 12:53:15.000,3.4.3,48.0,OpenNMT-py,,,,['pytorch'],239.0,239.0,https://pypi.org/project/OpenNMT-py,5167.0,5167.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +153,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,2023-12-20 16:58:22.000000,2023-12-20 11:14:14,2258.0,57.0,625.0,90.0,241.0,411.0,515.0,4932.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",88.0,34,True,2023-11-08 21:09:23.000,1.13.2,144.0,clearml,,allegroai/trains,,,872.0,855.0,https://pypi.org/project/clearml,235898.0,236491.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30188.0,2.0,1836.0,2023-12-13 15:58:52.000,17.0,,,,,,,,,,,,,,,,,,, +154,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,2023-11-26 16:14:35.000000,2023-11-26 16:14:35,1635.0,4.0,827.0,117.0,519.0,137.0,337.0,4656.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,102.0,34,True,2023-09-25 13:23:15.000,0.23.0,51.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],11798.0,11608.0,https://pypi.org/project/mlxtend,750774.0,757971.0,https://anaconda.org/conda-forge/mlxtend,2023-09-25 18:40:43.024,295109.0,,,,,2.0,,2023-09-25 13:23:15.000,190.0,,,,,,,,,,,,,,,,,,, +155,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2023-12-21 13:09:46.000000,2023-12-21 10:37:20,4779.0,3160.0,371.0,35.0,200.0,186.0,808.0,3871.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",82.0,34,True,2023-12-21 08:12:23.000,1.15.2,475.0,litellm,,,,others,671.0,621.0,https://pypi.org/project/litellm,197454.0,197454.0,,,,,,,,2.0,,2023-12-21 09:24:36.000,50.0,,,,,,,,,,,,,,,,,,, +156,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2023-12-07 19:03:21.000000,2023-12-07 19:03:20,1290.0,9.0,2431.0,1984.0,531.0,374.0,1074.0,3842.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,101.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,532237.0,532245.0,,,,,,,,2.0,505.0,2023-11-09 22:25:24.000,48.0,,,,,,,,,,,,,,,,,,, +157,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,2023-11-20 09:49:19.000000,2023-11-20 09:49:15,1174.0,11.0,1708.0,148.0,209.0,3.0,681.0,3415.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2023-10-06 10:06:37.000,0.15.0,18.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],339.0,,https://pypi.org/project/tensorflow-hub,2701908.0,2704209.0,https://anaconda.org/conda-forge/tensorflow-hub,2023-07-13 16:39:43.723,92054.0,,,,,2.0,,2023-10-06 09:58:50.000,339.0,,,,,,,,,,,,,,,,,,, +158,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,2023-12-20 17:42:42.349000,2023-12-19 23:02:50,1242.0,43.0,220.0,30.0,400.0,102.0,166.0,3271.0,Lightning fast forecasting with statistical and econometric models.,35.0,34,True,2023-12-19 23:13:26.000,1.7.0,28.0,statsforecast,conda-forge/statsforecast,,,,660.0,634.0,https://pypi.org/project/statsforecast,565596.0,568255.0,https://anaconda.org/conda-forge/statsforecast,2023-12-20 17:42:42.349,55851.0,,,,,1.0,,2023-12-19 23:13:26.000,26.0,,,,,,,,,,,,,,,,,,, +159,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,2023-12-21 14:49:20.000000,2023-12-20 14:32:08,2759.0,234.0,272.0,23.0,2559.0,205.0,1541.0,2725.0,Argilla: the open-source feedback platform for LLMs.,74.0,34,True,2023-12-21 14:45:33.000,1.21.0,100.0,rubrix,conda-forge/rubrix,,,,2142.0,2142.0,https://pypi.org/project/rubrix,738.0,1910.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28142.0,,,,,2.0,,2022-10-24 18:22:00.951,,,argilla-io/argilla,,,,,,,,,,,,,,,,, +160,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,2023-12-20 19:15:11.000000,2023-12-20 19:14:22,2288.0,50.0,717.0,80.0,202.0,182.0,462.0,2650.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",149.0,34,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],1385.0,1377.0,https://pypi.org/project/tf-agents,27200.0,27200.0,,,,,,,,1.0,,2023-12-14 04:07:38.000,8.0,,,,,,,,,,,,,,,,,,, +161,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2023-11-23 19:27:38.000000,2023-11-15 13:02:20,2274.0,13.0,561.0,70.0,478.0,256.0,680.0,2220.0,Survival analysis in Python.,115.0,34,True,2023-09-13 15:31:06.000,0.27.8,169.0,lifelines,conda-forge/lifelines,,,,2195.0,2066.0,https://pypi.org/project/lifelines,444290.0,451406.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,306017.0,,,,,2.0,,2023-09-13 15:31:06.000,129.0,,,,,,,,,,,,,,,,,,, +162,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,2023-12-20 09:54:04.000000,2023-12-18 10:37:24,920.0,86.0,295.0,54.0,1049.0,272.0,339.0,1822.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,87.0,34,True,2023-12-15 10:54:26.000,1.16.1,55.0,optimum,conda-forge/optimum,,,,1228.0,1173.0,https://pypi.org/project/optimum,845853.0,846375.0,https://anaconda.org/conda-forge/optimum,2023-12-15 13:15:30.310,10446.0,,,,,1.0,,2023-12-15 10:54:15.000,55.0,,,,,,,,,,,,,,,,,,, +163,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,2023-12-21 11:41:05.000000,2023-12-21 11:41:05,1165.0,16.0,361.0,65.0,585.0,262.0,346.0,1431.0,A Jupyter - Leaflet.js bridge.,87.0,34,True,2023-12-15 14:25:01.000,0.18.1,80.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],6724.0,6559.0,https://pypi.org/project/ipyleaflet,130484.0,207608.0,https://anaconda.org/conda-forge/ipyleaflet,2023-12-15 15:24:03.988,1091817.0,,,,,2.0,,2023-12-15 14:25:01.000,160.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2023-11-27 10:01:28.313,5.0,51733.0,,,,,,,,,,,, +164,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,LGPL-3.0,2012-08-03 07:43:59.000,2023-12-18 15:28:08.000000,2023-12-18 15:28:08,2939.0,65.0,348.0,55.0,1110.0,326.0,917.0,1310.0,Cartopy - a cartographic python library with matplotlib support.,124.0,34,False,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,4612.0,4176.0,https://pypi.org/project/cartopy,156103.0,233688.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3336174.0,,,,,2.0,,2023-08-05 00:57:41.000,436.0,,,,,,,,,,,,,,,,,,, +165,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,2023-12-18 13:39:47.000000,2023-12-13 18:13:12,2766.0,65.0,274.0,34.0,199.0,37.0,492.0,1190.0,Python interface for igraph.,71.0,34,False,2023-11-20 11:09:36.000,0.11.3,39.0,python-igraph,conda-forge/igraph,,,,4146.0,3730.0,https://pypi.org/project/python-igraph,295633.0,314468.0,https://anaconda.org/conda-forge/igraph,2023-12-01 16:13:44.377,485731.0,,,,,1.0,562172.0,2023-11-20 11:09:36.000,416.0,,,,,,,,,,,,,,,,,,, +166,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,2023-12-19 00:59:01.000000,2023-12-18 23:29:58,861.0,6.0,307.0,45.0,1006.0,70.0,163.0,1170.0,Making text a first-class citizen in TensorFlow.,111.0,34,True,2023-11-15 19:00:05.000,2.15.0,53.0,tensorflow-text,,,,['tensorflow'],6194.0,6194.0,https://pypi.org/project/tensorflow-text,3805649.0,3805649.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +167,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,2023-12-21 12:04:43.000000,2023-12-20 03:28:39,2919.0,134.0,3980.0,371.0,3492.0,326.0,1149.0,35696.0,"Making large AI models cheaper, faster and more accessible.",160.0,33,True,2023-11-01 05:57:35.000,0.3.4,34.0,,,,,,282.0,282.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +168,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2023-12-21 06:59:37.000000,2023-12-20 18:26:53,1496.0,8.0,6776.0,378.0,645.0,376.0,3036.0,27601.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",262.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1529.0,1523.0,https://pypi.org/project/detectron2,,5270.0,https://anaconda.org/conda-forge/detectron2,2023-11-30 09:37:14.142,216076.0,,,,,2.0,,2020-02-06 00:35:57.000,6.0,,,,,,,,,,,,,,,,,,, +169,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,,2018-08-02 17:56:45.000,2023-12-21 13:59:50.000000,2023-12-20 12:43:10,16431.0,2074.0,2537.0,377.0,4483.0,483.0,3116.0,19314.0,MindsDBs AI SQL Server connects AI models to real time data.,814.0,33,False,2023-12-07 17:55:04.000,23.11.4.2,100.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,33818.0,33818.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +170,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2023-12-02 01:16:14.308000,2023-07-11 13:03:36,1421.0,,3721.0,765.0,1132.0,373.0,588.0,18775.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'],522.0,484.0,https://pypi.org/project/magenta,3216.0,3216.0,,,,,,,,2.0,,2022-08-01 18:23:00.243,38.0,,,,,,,,,,,,,,,,,,, +171,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2023-10-30 04:23:19.000000,2023-10-26 05:31:53,3012.0,1.0,1817.0,284.0,3502.0,343.0,1675.0,13459.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,570.0,535.0,https://pypi.org/project/nni,17229.0,17229.0,,,,,,,,1.0,,2023-09-14 12:22:00.000,35.0,,,,,,,,,,,,,,,,,,, +172,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,188.0,1005.0,580.0,712.0,12311.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,33,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1487.0,1481.0,https://pypi.org/project/paddlehub,6037.0,6048.0,,,,,,,,2.0,664.0,2023-09-20 10:33:08.000,6.0,,,,,,,,,,,,,,,,,,, +173,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,2023-09-25 04:57:08.085000,2023-08-20 17:38:53,890.0,,1110.0,320.0,266.0,54.0,341.0,12273.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,33,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,3680.0,3407.0,https://pypi.org/project/annoy,803134.0,812810.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,377364.0,,,,,2.0,,2023-06-14 16:39:02.504,273.0,,,,,,,,,,,,,,,,,,, +174,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,,1125.0,339.0,1683.0,502.0,1294.0,11134.0,Turi Create simplifies the development of custom machine learning models.,86.0,33,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,385.0,364.0,https://pypi.org/project/turicreate,18467.0,18599.0,,,,,,,,2.0,9518.0,2020-09-30 22:51:40.000,21.0,,,,,,,,,,,,,,,,,,, +175,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1760.0,263.0,114.0,96.0,535.0,11036.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,,,,4944.0,4773.0,https://pypi.org/project/lime,280304.0,282616.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,194230.0,,,,,1.0,,2020-06-26 21:38:15.000,171.0,,,,,,,,,,,,,,,,,,, +176,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2023-12-20 22:30:29.000000,2023-12-20 21:53:31,3728.0,224.0,795.0,135.0,158.0,88.0,956.0,10708.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",87.0,33,True,2023-12-20 22:52:10.000,16.0.1.post1,46.0,ocrmypdf,conda-forge/ocrmypdf,,,,692.0,692.0,https://pypi.org/project/ocrmypdf,56582.0,58727.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,60028.0,,,,,2.0,1523.0,,,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +177,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,2023-12-21 00:25:58.000000,2023-12-21 00:25:57,3774.0,123.0,1084.0,190.0,2756.0,267.0,742.0,10270.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",148.0,33,True,2023-12-20 21:47:42.000,0.9.1,44.0,ludwig,,,,['tensorflow'],231.0,231.0,https://pypi.org/project/ludwig,4825.0,4825.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +178,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2023-12-12 17:39:59.000000,2023-12-08 19:12:48,2431.0,7.0,1542.0,290.0,429.0,281.0,636.0,9353.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,33,False,2023-08-15 18:22:07.000,0.12.1,62.0,tpot,conda-forge/tpot,,,['sklearn'],2593.0,2531.0,https://pypi.org/project/tpot,35913.0,41668.0,https://anaconda.org/conda-forge/tpot,2023-08-15 22:49:07.495,241739.0,,,,,1.0,,2023-08-15 18:22:07.000,62.0,,,,,,,,,,,,,,,,,,, +179,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,,871.0,261.0,148.0,83.0,103.0,9037.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,23.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,21800.0,21800.0,https://pypi.org/project/fuzzywuzzy,5610272.0,5616102.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,518882.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +180,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,2023-12-08 21:01:42.000000,2023-11-17 16:27:58,10398.0,8.0,1861.0,349.0,3412.0,129.0,1130.0,8344.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,332.0,33,True,2023-07-19 14:18:35.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,,,https://pypi.org/project/vowpalwabbit,86249.0,89839.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,136448.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +181,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2023-11-28 07:14:23.000000,2022-12-08 17:49:19,746.0,,964.0,135.0,219.0,320.0,269.0,7983.0,Manipulate audio with a simple and easy high level interface.,95.0,33,True,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,46595.0,45329.0,https://pypi.org/project/pydub,3216040.0,3217329.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,77365.0,,,,,2.0,,2021-03-10 02:09:53.000,1266.0,,,,,,,,,,,,,,,,,,, +182,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2023-12-12 09:06:12.000000,2023-12-12 08:44:58,2894.0,11.0,1578.0,86.0,1621.0,364.0,1605.0,7878.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",117.0,33,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1092.0,1088.0,https://pypi.org/project/paddleseg,1890.0,1890.0,,,,,,,,2.0,,2022-11-30 11:24:02.578,4.0,,,,,,,,,,,,,,,,,,, +183,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,2.0,870.0,86.0,274.0,78.0,376.0,7735.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,,,,38941.0,37943.0,https://pypi.org/project/tensorboardX,2182851.0,2210433.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1130658.0,,,,,2.0,401.0,2023-08-20 13:38:18.000,998.0,,,,,,,,,,,,,,,,,,, +184,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,2023-12-20 19:00:22.000000,2023-12-12 14:48:29,814.0,58.0,696.0,275.0,1072.0,309.0,334.0,7233.0,Build and manage real-life data science projects with ease!.,76.0,33,True,2023-12-04 22:41:41.000,2.10.8,103.0,metaflow,conda-forge/metaflow,,,,597.0,571.0,https://pypi.org/project/metaflow,147839.0,151668.0,https://anaconda.org/conda-forge/metaflow,2023-12-05 13:25:21.985,157004.0,,,,,2.0,,2023-12-04 22:41:41.000,26.0,,,,,,,,,,,,,,,,,,, +185,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2023-12-18 21:03:34.000000,2023-09-29 18:36:14,1218.0,5.0,1022.0,128.0,271.0,349.0,375.0,6956.0,Distributed Asynchronous Hyperparameter Optimization in Python.,102.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,13522.0,13020.0,https://pypi.org/project/hyperopt,1940985.0,1952776.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,742851.0,,,,,1.0,,2021-11-17 10:07:00.808,502.0,,,,,,,,,,,,,,,,,,, +186,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,2023-12-21 04:16:57.000000,2023-12-21 04:16:53,37856.0,821.0,775.0,146.0,8806.0,903.0,4933.0,6762.0,cuDF - GPU DataFrame Library.,268.0,33,True,2023-12-08 21:31:24.000,23.12.01,44.0,cudf,,,,,58.0,49.0,https://pypi.org/project/cudf,3622.0,3622.0,,,,,,,,2.0,,2020-06-01 20:07:47.000,9.0,,,,,,,,,,,,,,,,,,, +187,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2023-12-13 16:39:42.000000,2023-12-13 16:20:35,3259.0,9.0,944.0,137.0,635.0,58.0,1094.0,6376.0,Python library for audio and music analysis.,119.0,33,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1505.0,,https://pypi.org/project/librosa,1977742.0,1995096.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,711548.0,,,,,2.0,,2023-08-16 13:52:19.000,1505.0,,,,,,,,,,,,,,,,,,, +188,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2023-12-20 07:47:28.000000,2023-12-20 07:47:20,2899.0,154.0,695.0,140.0,89.0,77.0,323.0,5837.0,Fit interpretable models. Explain blackbox machine learning.,39.0,33,True,2023-12-14 21:27:55.000,0.5.0,46.0,interpret,,,,['jupyter'],620.0,590.0,https://pypi.org/project/interpret,86189.0,86189.0,,,,,,,,1.0,,2023-12-14 10:33:32.000,30.0,,,,,,,,,,,,,,,,,,, +189,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,,1325.0,291.0,6588.0,12.0,2030.0,5836.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,100.0,chainer,conda-forge/chainer,,,,3149.0,3149.0,https://pypi.org/project/chainer,20146.0,20500.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16326.0,,,,,2.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,2023-12-16 19:25:54.000000,2023-12-16 19:23:13,1208.0,34.0,641.0,65.0,131.0,54.0,430.0,5584.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,33,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1130.0,1100.0,https://pypi.org/project/pytorch-metric-learning,295193.0,295427.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11009.0,,,,,1.0,,2023-12-16 19:14:54.000,30.0,,,,,,,,,,,,,,,,,,, +191,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,2023-11-17 15:55:43.000000,2023-07-28 00:16:45,2332.0,,1068.0,191.0,231.0,271.0,279.0,5383.0,Distributed Evolutionary Algorithms in Python.,87.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4633.0,4264.0,https://pypi.org/project/deap,217994.0,227186.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,349298.0,,,,,2.0,,2023-07-21 10:51:54.000,369.0,,,,,,,,,,,,,,,,,,, +192,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2023-12-21 14:02:03.000000,2023-12-21 14:00:21,29205.0,401.0,1564.0,183.0,2023.0,28.0,1542.0,4623.0,"mlpack: a fast, header-only C++ machine learning library.",310.0,33,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,3269.0,7190.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,164705.0,,,,,2.0,,2023-12-16 03:56:46.000,1.0,,,,,,,,,,,,,,,,,,, +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,2023-12-19 16:50:01.000000,2023-12-19 16:41:52,1051.0,33.0,461.0,223.0,731.0,191.0,329.0,4332.0,Model interpretability and understanding for PyTorch.,104.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],1726.0,1667.0,https://pypi.org/project/captum,166390.0,167181.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,18997.0,,,,,1.0,,2023-12-05 08:32:04.000,59.0,,,,,,,,,,,,,,,,,,, +194,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,2023-12-21 07:50:48.000000,2023-12-20 22:17:02,12045.0,93.0,1061.0,100.0,1296.0,120.0,739.0,4222.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",132.0,33,True,2023-09-22 14:42:30.000,1.16.0,56.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,475.0,466.0,https://pypi.org/project/adversarial-robustness-toolbox,28128.0,28983.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2023-09-22 17:09:10.511,35057.0,,,,,1.0,,2023-09-22 14:17:16.000,9.0,,,,,,,,,,,,,,,,,,, +195,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,2023-12-21 03:17:00.000000,2023-12-21 03:16:59,1117.0,36.0,564.0,116.0,826.0,272.0,1013.0,3802.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",159.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3687.0,3517.0,https://pypi.org/project/coremltools,182175.0,183686.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,52914.0,,,,,2.0,8970.0,2023-11-01 14:33:59.000,170.0,,,,,,,,,,,,,,,,,,, +196,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,2023-12-21 07:11:03.000000,2023-12-03 03:47:34,490.0,11.0,582.0,63.0,212.0,191.0,148.0,3731.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,5754.0,5691.0,https://pypi.org/project/hnswlib,665222.0,668581.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,120933.0,,,,,2.0,,2023-12-03 04:16:17.000,63.0,,,,,,,,,,,,,,,,,,, +197,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,,2013-09-12 07:18:21.000,2023-12-21 03:06:20.000000,2023-12-21 03:06:20,3865.0,72.0,1023.0,155.0,1561.0,344.0,862.0,3524.0,Fast data visualization and GUI tools for scientific / engineering applications.,267.0,33,False,2023-04-14 21:24:10.000,pyqtgraph-0.13.3,13.0,pyqtgraph,conda-forge/pyqtgraph,,,,8477.0,8477.0,https://pypi.org/project/pyqtgraph,151719.0,157675.0,https://anaconda.org/conda-forge/pyqtgraph,2023-06-16 13:19:32.302,494425.0,,,,,2.0,,,,-3.0,,,,,,,,,,,,,,,,,, +198,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,2023-12-04 07:59:34.000000,2023-10-27 18:17:16,1488.0,21.0,353.0,91.0,732.0,125.0,441.0,3115.0,Quickly and accurately render even the largest data.,54.0,33,True,2023-10-26 15:10:16.000,0.16.0,33.0,datashader,conda-forge/datashader,,,,3338.0,3338.0,https://pypi.org/project/datashader,96056.0,113061.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,731221.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +199,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2023-12-21 11:49:44.000000,2023-12-20 05:52:49,1761.0,92.0,349.0,53.0,1497.0,64.0,392.0,2859.0,Bayesian optimization in PyTorch.,107.0,33,True,2023-12-09 02:30:45.000,0.9.5,42.0,botorch,conda-forge/botorch,,,['pytorch'],820.0,780.0,https://pypi.org/project/botorch,135019.0,137411.0,https://anaconda.org/conda-forge/botorch,2023-12-09 03:51:41.401,95685.0,,,,,1.0,,2023-12-09 02:30:45.000,40.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,2023-12-17 02:36:56.000000,2021-10-12 13:32:38,1570.0,,504.0,63.0,542.0,303.0,392.0,2697.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2021-10-12 15:33:19.000,0.9.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,5475.0,5200.0,https://pypi.org/project/scikit-optimize,538861.0,547878.0,https://anaconda.org/conda-forge/scikit-optimize,2023-06-16 13:23:01.487,694328.0,,,,,1.0,,2021-10-12 14:23:01.204,275.0,,,,,,,,,,,,,,,,,,, +201,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,2023-12-12 23:08:37.558000,2023-12-11 18:08:45,1632.0,14.0,323.0,60.0,182.0,126.0,192.0,2673.0,The machine learning toolkit for time series analysis in Python.,43.0,33,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1115.0,1066.0,https://pypi.org/project/tslearn,288965.0,319108.0,https://anaconda.org/conda-forge/tslearn,2023-12-12 23:08:37.558,1266014.0,,,,,2.0,,2023-12-12 14:39:23.000,49.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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,31.0,398.0,39.0,149.0,45.0,238.0,2313.0,A library of sklearn compatible categorical variable encoders.,70.0,33,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1465.0,1294.0,https://pypi.org/project/category_encoders,1491828.0,1501354.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,247682.0,,,,,2.0,,2023-10-29 20:29:52.000,171.0,,,,,,,,,,,,,,,,,,, +203,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2023-12-21 00:54:08.000000,2023-12-20 23:38:59,3807.0,190.0,501.0,51.0,3883.0,321.0,856.0,2004.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,151.0,33,True,2023-11-08 21:58:24.000,0.33.1,52.0,pennylane,conda-forge/pennylane,,,,765.0,701.0,https://pypi.org/project/pennylane,41788.0,42989.0,https://anaconda.org/conda-forge/pennylane,2023-11-21 18:10:47.719,30006.0,,,,,2.0,70.0,2023-11-08 21:58:24.000,64.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,2023-12-21 09:18:49.000000,2023-12-21 09:18:49,3670.0,11.0,189.0,50.0,1342.0,126.0,710.0,1938.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2023-09-06 20:25:23.000,0.14.0,58.0,pythran,conda-forge/pythran,,,,1597.0,1575.0,https://pypi.org/project/pythran,147243.0,158299.0,https://anaconda.org/conda-forge/pythran,2023-09-21 12:37:53.939,431188.0,,,,,2.0,,2023-09-06 20:25:23.000,22.0,,,,,,,,,,,,,,,,,pythran,python-pythran, +205,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,2023-10-30 17:18:47.000000,2023-10-23 16:17:56,1077.0,4.0,227.0,34.0,249.0,51.0,271.0,1466.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",22.0,33,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,6948.0,6860.0,https://pypi.org/project/pmdarima,1927735.0,1954690.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1024292.0,,,,,2.0,,2023-10-23 14:02:41.000,88.0,,,,,,,,,,,,,,,,,,, +206,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,2023-12-18 04:56:09.000000,2023-12-06 02:03:46,14787.0,6.0,506.0,50.0,2277.0,394.0,949.0,708.0,Workflows and interfaces for neuroimaging packages.,251.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4027.0,3849.0,https://pypi.org/project/nipype,92842.0,107567.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,589003.0,,,,,2.0,,2023-04-06 12:55:55.544,178.0,,,,,,,,,,,,,,,,,,, +207,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2023-12-20 07:26:44.000000,2023-12-20 07:26:44,13663.0,410.0,391.0,50.0,1991.0,151.0,743.0,640.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",151.0,33,False,2023-12-14 14:48:42.000,1.8.0,27.0,dipy,conda-forge/dipy,,,,1080.0,968.0,https://pypi.org/project/dipy,16049.0,20675.0,https://anaconda.org/conda-forge/dipy,2023-06-16 13:16:19.782,421014.0,,,,,2.0,,2023-12-14 14:48:42.000,112.0,,,,,,,,,,,,,,,,,,, +208,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,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,12899.0,1567.0,224.0,719.0,584.0,50571.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2018-04-02 17:18:43.000,1.2.2,2.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],21.0,21.0,https://pypi.org/project/face_recognition,73352.0,73861.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19297.0,,,,,2.0,1223.0,,,,,,,,,,,,,,,,,,,,, +209,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2023-11-17 01:43:12.000000,2023-07-13 08:50:20,531.0,,2639.0,381.0,118.0,213.0,559.0,24109.0,Deezer source separation library including pretrained models.,19.0,32,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],632.0,626.0,https://pypi.org/project/spleeter,17252.0,75631.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,78827.0,,,,,2.0,2838561.0,2022-06-10 13:19:35.000,6.0,,,,,,,,,,,,,,,,,,, +210,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51.000,2023-12-18 02:19:09.000000,2023-09-10 02:01:49,2281.0,,4869.0,497.0,151.0,990.0,1346.0,19442.0,State-of-the-art 2D and 3D Face Analysis Project.,57.0,32,False,2023-04-02 07:43:27.000,0.7,1.0,insightface,,,,['mxnet'],1353.0,1353.0,https://pypi.org/project/insightface,498019.0,662696.0,,,,,,,,2.0,1317420.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,2023-07-17 16:46:23.000000,2020-10-14 16:36:49,6226.0,,4627.0,1001.0,1868.0,357.0,658.0,16721.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,32,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1056.0,970.0,https://pypi.org/project/zipline,2675.0,2864.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7399.0,,,,,1.0,,2020-10-05 15:46:20.429,86.0,,,,,,,,,,,,,,,,,,, +212,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,,3294.0,467.0,671.0,589.0,672.0,14422.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1537.0,1447.0,https://pypi.org/project/tensor2tensor,4585.0,4585.0,,,,,,,,2.0,,2020-06-17 16:31:34.798,90.0,,,,,,,,,,,,,,,,,,, +213,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2023-12-18 18:04:31.000000,2023-12-07 16:30:16,1315.0,7.0,848.0,158.0,1656.0,172.0,804.0,6902.0,An open source python library for automated feature engineering.,71.0,32,True,2023-10-26 18:22:23.000,1.28.0,103.0,featuretools,conda-forge/featuretools,,,,1571.0,1493.0,https://pypi.org/project/featuretools,54744.0,58876.0,https://anaconda.org/conda-forge/featuretools,2023-10-27 14:28:34.721,173557.0,,,,,2.0,,2023-10-26 18:22:23.000,78.0,,,,,,,,,,,,,,,,,,, +214,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2023-12-05 06:40:26.000000,2023-10-17 11:40:34,2699.0,6.0,1117.0,210.0,1045.0,18.0,613.0,6426.0,An open source library for deep learning end-to-end dialog systems and chatbots.,76.0,32,True,2023-10-17 11:41:15.000,1.4.0,61.0,deeppavlov,,,,['tensorflow'],369.0,369.0,https://pypi.org/project/deeppavlov,8686.0,8686.0,,,,,,,,2.0,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +215,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-10-09 03:38:19.000000,2020-07-15 13:46:58,1184.0,,1594.0,305.0,293.0,152.0,266.0,5272.0,Portfolio and risk analytics in Python.,59.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,955.0,921.0,https://pypi.org/project/pyfolio,9681.0,9862.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12734.0,,,,,1.0,,2019-04-15 15:00:21.000,34.0,,,,,,,,,,,,,,,,,,, +216,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,2023-12-20 19:26:52.000000,2023-12-14 10:58:43,3845.0,105.0,550.0,84.0,536.0,102.0,459.0,4568.0,Online machine learning in Python.,107.0,32,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,420.0,391.0,https://pypi.org/project/river,20631.0,22245.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,51670.0,,,,,2.0,,2023-12-05 00:13:21.000,29.0,,,,,,,,,,,,,,,,,,, +217,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,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,5.0,152.0,76.0,66.0,17.0,120.0,3633.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2023-11-21 23:50:46.000,6.1.3,49.0,ftfy,conda-forge/ftfy,,,,16334.0,15703.0,https://pypi.org/project/ftfy,4211062.0,4219000.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,277837.0,,,,,2.0,,2023-11-21 23:50:46.000,631.0,4.0,,,,,,,,,,,,,,,,,, +218,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2023-12-11 16:28:56.000000,2022-08-22 18:21:12,586.0,,570.0,78.0,76.0,61.0,161.0,2977.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,,,,4857.0,4691.0,https://pypi.org/project/filterpy,1865540.0,1868607.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,239253.0,,,,,2.0,,2021-12-15 15:49:27.374,166.0,,,,,,,,,,,,,,,,,,, +219,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,2023-11-29 20:31:14.000000,2023-11-29 20:31:13,1079.0,29.0,382.0,63.0,486.0,201.0,268.0,2793.0,A Hyperparameter Tuning Library for Keras.,60.0,32,True,2023-11-07 19:38:18.000,1.4.6,34.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],3072.0,3010.0,https://pypi.org/project/keras-tuner,155953.0,156916.0,https://anaconda.org/conda-forge/keras-tuner,2023-11-10 05:23:26.167,26970.0,,,,,2.0,,2023-11-07 19:38:18.000,62.0,,,,,,,,,,,,,,,,,,, +220,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,2023-11-30 11:52:42.000000,2023-11-30 11:52:37,963.0,15.0,222.0,39.0,518.0,71.0,171.0,2665.0,JAX-based neural network library.,79.0,32,True,2023-11-10 14:04:13.000,0.0.11,13.0,dm-haiku,conda-forge/dm-haiku,,,,1627.0,1627.0,https://pypi.org/project/dm-haiku,216809.0,217224.0,https://anaconda.org/conda-forge/dm-haiku,2023-11-16 14:41:40.026,14124.0,,,,,3.0,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +221,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,2023-11-20 19:06:35.000000,2023-11-20 19:03:21,997.0,7.0,478.0,57.0,135.0,341.0,164.0,2587.0,A high performance implementation of HDBSCAN clustering.,86.0,32,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3144.0,2922.0,https://pypi.org/project/hdbscan,477921.0,524775.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1780465.0,,,,,2.0,,2023-11-20 19:06:35.000,222.0,,,,,,,,,,,,,,,,,,, +222,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2023-12-18 20:05:31.000000,2023-12-18 19:57:13,1353.0,11.0,303.0,22.0,44.0,34.0,198.0,2119.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2023-12-17 19:42:36.000,0.4.5,90.0,explainerdashboard,conda-forge/explainerdashboard,,,,428.0,418.0,https://pypi.org/project/explainerdashboard,63718.0,64881.0,https://anaconda.org/conda-forge/explainerdashboard,2023-12-17 21:59:52.942,41880.0,,,,,2.0,,2023-12-17 19:42:36.000,10.0,,,,,,,,,,,,,,,,,,, +223,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,2023-12-21 08:21:54.000000,2023-12-20 21:51:50,5445.0,125.0,671.0,89.0,5641.0,93.0,846.0,2037.0,TFX is an end-to-end platform for deploying production ML pipelines.,178.0,32,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,128690.0,128690.0,,,,,,,,2.0,,2023-09-06 22:01:30.000,14.0,,,,,,,,,,,,,,,,,,, +224,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2023-12-16 16:37:25.000000,2023-12-11 14:34:58,937.0,6.0,188.0,49.0,299.0,127.0,121.0,1641.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,32,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,5743.0,5598.0,https://pypi.org/project/evaluate,2193558.0,2193558.0,,,,,,,,2.0,,2023-10-13 15:54:47.000,145.0,,,,,,,,,,,,,,,,,,, +225,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1567.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,9114.0,8584.0,https://pypi.org/project/geocoder,421825.0,423477.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,135527.0,,,,,3.0,,2021-12-15 15:58:16.110,530.0,,,,,,,,,,,,,,,,,,,geocoder +226,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2023-12-18 15:47:17.000000,2023-11-30 20:24:10,549.0,5.0,105.0,32.0,56.0,71.0,76.0,908.0,Describing statistical models in Python using symbolic formulas.,17.0,32,True,2023-11-30 20:39:52.000,0.5.4,11.0,patsy,conda-forge/patsy,,,,88174.0,85430.0,https://pypi.org/project/patsy,12147763.0,12498322.0,https://anaconda.org/conda-forge/patsy,2023-12-01 15:23:33.553,9465110.0,,,,,2.0,,2023-11-30 20:39:52.000,2744.0,,,,,,,,,,,,,,,,,,, +227,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,2023-12-21 01:07:15.000000,2023-12-19 17:19:04,11245.0,189.0,232.0,58.0,11805.0,185.0,2143.0,898.0,Cloud-native genomic dataframes and batch computing.,91.0,32,True,2023-10-30 17:22:27.000,0.2.126,146.0,hail,,,,['spark'],135.0,118.0,https://pypi.org/project/hail,29548.0,29548.0,,,,,,,,2.0,,2023-10-30 17:22:27.000,17.0,,,,,,,,,,,,,,,,,,, +228,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2023-12-12 21:25:37.000000,2023-11-09 02:15:57,1048.0,33.0,170.0,36.0,113.0,31.0,58.0,696.0,Snowball compiler and stemming algorithms.,34.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6827.0,5.0,https://pypi.org/project/snowballstemmer,10639692.0,10725400.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7542312.0,,,,,2.0,,2021-11-16 18:38:34.000,6822.0,,,,,,,,,,,,,,,,,,, +229,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2023-12-21 13:52:43.000000,2023-12-21 07:47:50,3175.0,678.0,2335.0,264.0,2384.0,81.0,368.0,21572.0,You like pytorch? You like micrograd? You love tinygrad!.,260.0,31,True,2023-08-27 16:40:37.000,0.7.0,4.0,,,,,['pytorch'],35.0,35.0,,,,,,,,,,,1.0,,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +230,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,6.0,2060.0,287.0,3401.0,54.0,1494.0,10377.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,31,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2453.0,2453.0,,,,,,,,2.0,,2022-09-20 02:56:01.305,5.0,,,,,,,,,,,,,,,,,,, +231,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,2023-07-21 09:09:23.000000,2023-07-21 09:09:17,859.0,,1270.0,419.0,82.0,32.0,158.0,9653.0,TensorFlow-based neural network library.,58.0,31,True,2020-03-27 10:36:19.000,2.0.0,13.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1195.0,1195.0,https://pypi.org/project/dm-sonnet,16609.0,17151.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,26591.0,,,,,3.0,,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +232,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,2023-10-02 22:40:56.000000,2023-10-02 22:40:55,1387.0,2.0,1406.0,303.0,889.0,129.0,758.0,9003.0,AutoML library for deep learning.,143.0,31,True,2023-01-28 18:46:30.271,1.1.0,58.0,autokeras,,,,['tensorflow'],625.0,613.0,https://pypi.org/project/autokeras,14126.0,14368.0,,,,,,,,2.0,17673.0,2023-01-28 18:46:30.271,12.0,,,,,,,,,,,,,,,,,,, +233,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,2023-12-15 14:51:50.000000,2023-04-18 11:08:13,2759.0,,1239.0,215.0,710.0,177.0,827.0,7258.0,Automated Machine Learning with scikit-learn.,88.0,31,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],568.0,529.0,https://pypi.org/project/auto-sklearn,18110.0,18749.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,20472.0,,,,,2.0,51.0,2022-09-20 10:32:07.471,39.0,,,,,,,,,,,,,,,,,,, +234,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,2023-12-19 21:44:48.000000,2023-12-12 03:40:48,5852.0,113.0,887.0,110.0,1583.0,92.0,614.0,7029.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2023-11-29 21:48:30.000,2.7.1,117.0,perspective-python,conda-forge/perspective,,,['jupyter'],121.0,104.0,https://pypi.org/project/perspective-python,5448.0,18053.0,https://anaconda.org/conda-forge/perspective,2023-12-04 04:58:10.833,492290.0,,,,,2.0,1887.0,2023-11-29 16:47:42.000,14.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2023-11-29 16:47:08.922,3.0,507.0,,,,,,,,,,,, +235,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,2023-12-21 09:38:01.000000,2023-12-21 09:38:00,1121.0,34.0,752.0,58.0,881.0,243.0,1010.0,6787.0,A python library for user-friendly forecasting and anomaly detection on time series.,109.0,31,True,2023-12-10 18:17:20.000,0.27.1,39.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,473.0,468.0,https://pypi.org/project/u8darts,16342.0,17676.0,https://anaconda.org/conda-forge/u8darts-all,2023-12-10 22:13:26.243,38496.0,https://hub.docker.com/r/unit8/darts,2023-12-10 17:53:59.869630,,453.0,2.0,,2023-12-10 18:17:20.000,5.0,,,,,,,,,,,,,,,,,,, +236,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,,1805.0,200.0,206.0,11.0,1343.0,6295.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,31,True,2019-01-18 19:18:13.000,doc-v0.9.0.1,3.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1429.0,1429.0,https://pypi.org/project/tensorpack,12841.0,13235.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10200.0,,,,,3.0,160.0,,,,,,,,,,,,,,,,,,,,, +237,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,2023-12-12 19:47:22.000000,2023-07-17 16:59:29,152.0,,1017.0,197.0,94.0,147.0,282.0,5707.0,Official Kaggle API.,37.0,31,True,2023-07-17 17:06:58.000,1.5.16,59.0,kaggle,conda-forge/kaggle,,,,399.0,21.0,https://pypi.org/project/kaggle,200302.0,203923.0,https://anaconda.org/conda-forge/kaggle,2023-07-18 03:35:17.292,141222.0,,,,,2.0,,2023-09-19 19:12:15.000,378.0,,,,,,,,,,,,,,,,,,, +238,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,2023-12-17 14:04:01.000000,2023-12-13 13:40:56,1081.0,6.0,361.0,81.0,522.0,50.0,450.0,5436.0,A scikit-learn compatible neural network library that wraps PyTorch.,61.0,31,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1103.0,1051.0,https://pypi.org/project/skorch,56918.0,76857.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,777652.0,,,,,3.0,,2023-09-04 09:59:43.000,52.0,,,,,,,,,,,,,,,,,,, +239,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,2023-12-01 05:25:05.000000,2023-11-29 14:09:54,774.0,29.0,368.0,73.0,278.0,56.0,498.0,4380.0,Visualizer for pandas data structures.,30.0,31,True,2023-11-29 14:48:32.000,3.8.1,178.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",983.0,960.0,https://pypi.org/project/dtale,111910.0,117955.0,https://anaconda.org/conda-forge/dtale,2023-11-29 15:12:38.018,259949.0,,,,,2.0,,2023-11-29 14:48:32.000,23.0,,,,,,,,,,,,,,,,,,, +240,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2023-11-05 18:03:02.000000,2023-11-02 13:49:44,662.0,35.0,822.0,147.0,125.0,124.0,104.0,3864.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,2847.0,2801.0,https://pypi.org/project/ta,69265.0,69907.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,21843.0,,,,,2.0,,2023-11-02 13:53:35.000,46.0,,,,,,,,,,,,,,,,,,, +241,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2023-12-19 09:40:36.000000,2023-12-07 08:10:18,1077.0,13.0,345.0,60.0,1333.0,122.0,172.0,3775.0,A Python toolbox for performing gradient-free optimization.,51.0,31,True,2023-11-19 06:44:47.000,1.0.1,46.0,nevergrad,conda-forge/nevergrad,,,,617.0,587.0,https://pypi.org/project/nevergrad,67658.0,68695.0,https://anaconda.org/conda-forge/nevergrad,2023-09-21 13:51:23.949,44594.0,,,,,2.0,,2023-11-19 06:44:47.000,30.0,,,,,,,,,,,,,,,,,,, +242,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2023-11-24 07:56:25.000000,2023-11-24 07:54:37,246.0,8.0,267.0,47.0,50.0,26.0,93.0,3681.0,A simple command-line utility for querying and monitoring GPU status.,17.0,31,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,4596.0,4463.0,https://pypi.org/project/gpustat,999661.0,1007072.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,274237.0,,,,,2.0,,2023-08-22 19:39:06.000,133.0,,,,,,,,,,,,,,,,,,, +243,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,2023-12-20 19:12:57.000000,2023-11-28 18:04:16,1392.0,32.0,447.0,53.0,742.0,42.0,456.0,3453.0,NeuralProphet: A simple forecasting package.,50.0,31,True,2023-06-14 22:41:07.000,0.6.2,28.0,neuralprophet,,,,['pytorch'],354.0,349.0,https://pypi.org/project/neuralprophet,71654.0,71654.0,,,,,,,,2.0,,2023-12-11 20:39:24.000,5.0,,,,,,,,,,,,,,,,,,, +244,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,1.0,703.0,185.0,737.0,262.0,669.0,3400.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,280.0,251.0,https://pypi.org/project/dyNET,374526.0,374689.0,,,,,,,,3.0,14053.0,2020-10-21 14:31:01.000,29.0,,,,,,,,,,,,,,,,,,, +245,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,7.0,602.0,78.0,227.0,76.0,404.0,3341.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,31,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1232.0,1193.0,https://pypi.org/project/implicit,174814.0,189049.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,554098.0,,,,,1.0,663.0,2023-09-29 21:07:11.000,39.0,,,,,,,,,,,,,,,,,,, +246,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,425.0,92.0,122.0,71.0,348.0,3195.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1067.0,1008.0,https://pypi.org/project/nmslib,201021.0,203715.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,102399.0,,,,,2.0,,2021-02-03 00:02:08.000,59.0,,,,,,,,,,,,,,,,,,, +247,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,5.0,322.0,66.0,75.0,7.0,120.0,2905.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2021-03-25 13:49:48.000,4.1.0,7.0,ImageHash,conda-forge/imagehash,,,,11495.0,11495.0,https://pypi.org/project/ImageHash,1350080.0,1354194.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,349703.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +248,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,2023-12-08 06:13:43.000000,2023-11-20 19:22:47,1273.0,3.0,267.0,54.0,213.0,51.0,404.0,2851.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,35.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,618.0,602.0,https://pypi.org/project/stumpy,181592.0,204318.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,954521.0,,,,,2.0,,2023-08-21 11:33:22.000,16.0,,,,,,,,,,,,,,,,,,, +249,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,2023-12-19 17:30:18.000000,2023-12-19 08:42:47,1133.0,29.0,228.0,25.0,971.0,95.0,396.0,2625.0,A python library for self-supervised learning on images.,35.0,31,True,2023-12-13 14:31:54.000,1.4.24,111.0,lightly,,,,['pytorch'],199.0,193.0,https://pypi.org/project/lightly,27657.0,27657.0,,,,,,,,2.0,,2023-12-13 14:31:54.000,6.0,,,,,,,,,,,,,,,,,,, +250,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2023-12-15 04:36:57.000000,2023-12-15 04:36:57,2928.0,27.0,687.0,78.0,847.0,257.0,622.0,2542.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",121.0,31,True,2023-10-16 21:49:45.000,0.1.24,24.0,pgmpy,,,,,839.0,807.0,https://pypi.org/project/pgmpy,58072.0,58079.0,,,,,,,,2.0,304.0,2023-10-16 20:46:07.000,32.0,,,,,,,,,,,,,,,,,,, +251,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,2023-12-05 17:43:52.000000,2023-12-03 09:09:14,2415.0,168.0,242.0,27.0,1119.0,75.0,224.0,2460.0,Database system for AI-powered apps.,73.0,31,True,2023-11-19 16:35:30.000,0.3.9,36.0,evadb,,,,['pytorch'],141.0,141.0,https://pypi.org/project/evadb,17956.0,41991.0,,,,,,,,3.0,408610.0,,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +252,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2023-12-21 10:03:47.000000,2023-12-11 13:14:47,785.0,34.0,298.0,37.0,858.0,40.0,247.0,2435.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",42.0,31,True,2023-09-09 13:24:13.000,0.7.0,13.0,python-doctr,,,,"['tensorflow', 'pytorch']",224.0,221.0,https://pypi.org/project/python-doctr,17194.0,80655.0,,,,,,,,2.0,2157693.0,2023-09-09 13:24:13.000,3.0,,,,,,,,,,,,,,,,,,, +253,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2023-12-18 04:15:22.000000,2023-11-17 20:35:45,543.0,15.0,156.0,44.0,76.0,4.0,127.0,1937.0,a python library for doing approximate and phonetic matching of strings.,31.0,31,True,,,14.0,jellyfish,conda-forge/jellyfish,,,,7644.0,7644.0,https://pypi.org/project/jellyfish,2471316.0,2489455.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,761869.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +254,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2023-12-11 16:17:47.000000,2023-12-11 16:17:44,517.0,12.0,433.0,85.0,100.0,82.0,258.0,1871.0,bt - flexible backtesting for Python.,31.0,31,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1609.0,1581.0,https://pypi.org/project/bt,7528.0,8142.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,19649.0,,,,,2.0,,2023-11-20 03:03:12.000,28.0,,,,,,,,,,,,,,,,,,, +255,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,2023-12-15 17:15:25.000000,2023-12-13 15:05:30,4135.0,36.0,1075.0,155.0,1083.0,45.0,606.0,1687.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,40.0,arcgis,,esridocker/arcgis-api-python-notebook,,,36.0,3.0,https://pypi.org/project/arcgis,118168.0,118283.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,10029.0,2023-12-12 19:09:17.000,33.0,,,,,,,,,,,,,,,,,,, +256,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,2023-12-16 01:55:15.000000,2023-12-15 23:40:58,1788.0,59.0,366.0,52.0,119.0,40.0,420.0,1614.0,Reinforcement Learning environments based on the 1993 game Doom.,53.0,31,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,230.0,214.0,https://pypi.org/project/vizdoom,2638.0,2764.0,,,,,,,,1.0,11777.0,2023-12-16 01:55:15.000,16.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +257,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,2023-12-19 12:37:36.000000,2023-12-11 02:20:16,837.0,106.0,101.0,21.0,336.0,83.0,205.0,1580.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,43.0,31,True,2023-11-13 18:28:25.000,0.11.2,46.0,equinox,,,,['jax'],391.0,344.0,https://pypi.org/project/equinox,61914.0,61914.0,,,,,,,,1.0,,2023-11-13 18:28:25.000,47.0,,,,,,,,,,,,,,,,,,, +258,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2023-12-20 14:00:53.000000,2023-12-20 14:00:50,932.0,12.0,427.0,87.0,212.0,49.0,235.0,1388.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2549.0,2185.0,https://pypi.org/project/emcee,115429.0,118920.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,317734.0,,,,,2.0,,2023-02-02 20:53:47.943,364.0,,,,,,,,,,,,,,,,,,, +259,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2023-12-20 21:47:34.000000,2023-12-20 21:43:49,1108.0,29.0,268.0,43.0,502.0,31.0,181.0,1193.0,ARCH models in Python.,35.0,31,False,2023-09-26 15:06:52.000,6.2.0,45.0,arch,conda-forge/arch-py,,,,1380.0,1311.0,https://pypi.org/project/arch,283786.0,290290.0,https://anaconda.org/conda-forge/arch-py,2023-10-06 06:11:20.798,273189.0,,,,,2.0,,2023-09-26 15:06:52.000,69.0,,,,,,,,,,,,,,,,,,, +260,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2023-12-16 19:51:04.000000,2023-12-04 09:46:07,10313.0,112.0,221.0,36.0,1409.0,170.0,337.0,1100.0,Computations and statistics on manifolds with geometric structures.,87.0,31,True,2023-08-30 05:36:10.000,2.7.0,22.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,88.0,88.0,https://pypi.org/project/geomstats,2677.0,2790.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2042.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +261,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2023-12-08 14:17:05.000000,2023-11-27 21:23:34,3273.0,9.0,242.0,48.0,349.0,72.0,262.0,1005.0,"OpenCL integration for Python, plus shiny features.",95.0,31,True,2023-10-12 23:06:24.000,2023.1.4,94.0,pyopencl,conda-forge/pyopencl,,,,1954.0,1748.0,https://pypi.org/project/pyopencl,62998.0,86052.0,https://anaconda.org/conda-forge/pyopencl,2023-10-13 14:22:03.075,968273.0,,,,,2.0,,2023-10-12 23:06:24.000,206.0,,,,,,,,,,,,,,,,,,, +262,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,2023-12-13 19:43:52.000000,2023-12-13 19:43:51,921.0,7.0,214.0,59.0,98.0,45.0,173.0,977.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1628.0,1572.0,https://pypi.org/project/tensorflow-transform,713406.0,713406.0,,,,,,,,2.0,,2023-08-11 23:14:04.000,56.0,,,,,,,,,,,,,,,,,,, +263,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,2023-12-21 13:27:06.000000,2023-12-18 17:38:52,12955.0,576.0,277.0,35.0,1724.0,459.0,606.0,975.0,Python package for earth-observing satellite data processing.,148.0,31,False,2023-12-18 08:08:56.000,0.46.0,92.0,satpy,conda-forge/satpy,,,,133.0,116.0,https://pypi.org/project/satpy,11105.0,15335.0,https://anaconda.org/conda-forge/satpy,2023-12-18 13:40:45.405,177690.0,,,,,3.0,,2023-12-18 08:08:56.000,17.0,,,,,,,,,,,,,,,,,,, +264,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,2023-11-06 11:21:40.354000,2023-11-06 00:17:47,493.0,8.0,122.0,32.0,126.0,26.0,74.0,850.0,Python bindings and utilities for GeoJSON.,56.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17329.0,16066.0,https://pypi.org/project/geojson,1407881.0,1485120.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,772392.0,,,,,3.0,,2023-11-05 21:06:50.000,1263.0,,,,,,,,,,,,,,,,,,, +265,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,2023-12-21 12:03:27.000000,2023-12-21 09:07:11,629.0,38.0,89.0,23.0,477.0,301.0,389.0,834.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",45.0,31,True,2023-10-17 08:55:43.000,0.9.0,17.0,hvplot,conda-forge/hvplot,,,,4122.0,4122.0,https://pypi.org/project/hvplot,128783.0,140903.0,https://anaconda.org/conda-forge/hvplot,2023-10-16 18:32:23.923,509047.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +266,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,2023-12-20 19:13:31.000000,2023-12-20 02:40:13,1656.0,16.0,283.0,43.0,1289.0,268.0,362.0,674.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,31,True,2023-12-19 00:59:41.000,0.35.0,42.0,tensorflow-io,,,,['tensorflow'],35.0,,https://pypi.org/project/tensorflow-io,4477039.0,4477039.0,,,,,,,,2.0,,2023-12-19 00:58:11.000,35.0,,,,,,,,,,,,,,,,,,, +267,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2023-12-21 14:41:44.000000,2023-12-21 02:19:40,161265.0,2876.0,83.0,52.0,1980.0,105.0,280.0,668.0,TensorFlow ROCm port.,4528.0,31,True,2022-12-06 16:42:53.965,2.9.4,97.0,tensorflow-rocm,,,,['tensorflow'],5.0,,https://pypi.org/project/tensorflow-rocm,3656.0,3656.0,,,,,,,,3.0,21.0,2023-10-04 19:01:50.000,5.0,,,,,,,,,,,,,,,,,,, +268,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2023-12-13 16:04:17.108000,2023-12-13 04:26:24,17061.0,43.0,112.0,26.0,3554.0,503.0,3377.0,470.0,"Keep code, data, containers under control with git and git-annex.",55.0,31,True,2023-12-13 04:23:50.000,0.19.4,109.0,datalad,conda-forge/datalad,,,,65.0,,https://pypi.org/project/datalad,15864.0,25632.0,https://anaconda.org/conda-forge/datalad,2023-12-13 16:04:17.108,410265.0,,,,,2.0,,2023-12-13 04:23:50.000,65.0,,,,,,,,,,,,,,,,,,, +269,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2023-12-15 12:50:52.000000,2023-12-15 12:50:52,282.0,5.0,107.0,24.0,52.0,35.0,56.0,459.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,31,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,17514.0,17150.0,https://pypi.org/project/audioread,1700931.0,1720169.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,731075.0,,,,,2.0,,2023-09-27 19:27:51.000,364.0,,,,,,,,,,,,,,,,,,, +270,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,2023-12-21 12:14:08.000000,2023-12-18 19:04:34,1844.0,193.0,54.0,16.0,1383.0,33.0,200.0,436.0,The MLOps stack component for experiment tracking.,52.0,31,True,2023-12-04 11:00:03.000,1.8.6,197.0,neptune-client,conda-forge/neptune-client,,,,49.0,,https://pypi.org/project/neptune-client,548054.0,553280.0,https://anaconda.org/conda-forge/neptune-client,2023-12-04 13:15:00.892,224745.0,,,,,2.0,,2023-12-07 09:56:42.000,49.0,,,,,,,,,,,,,,,,,,, +271,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,,4382.0,1257.0,557.0,836.0,2543.0,17419.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,,,,,21.0,2.0,https://pypi.org/project/cntk,459.0,609.0,,,,,,,,3.0,14322.0,2020-12-09 22:21:57.000,19.0,,,,,,,,,,,,,,,,,,, +272,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,2023-11-28 15:27:10.000000,2023-11-15 00:55:36,301.0,14.0,2565.0,135.0,44.0,112.0,129.0,16273.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,30,True,2023-11-15 00:56:24.000,1.6.4,184.0,vit-pytorch,,,,['pytorch'],383.0,377.0,https://pypi.org/project/vit-pytorch,24961.0,24961.0,,,,,,,,2.0,,2023-11-15 00:56:24.000,6.0,,,,,,,,,,,,,,,,,,, +273,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4769.0,649.0,372.0,495.0,436.0,15044.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,30,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,579.0,540.0,https://pypi.org/project/baselines,1437.0,1437.0,,,,,,,,2.0,,2018-02-26 17:07:07.000,39.0,,,,,,,,,,,,,,,,,,, +274,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2023-12-17 10:33:07.000000,2023-11-21 12:31:47,1957.0,5.0,2216.0,273.0,888.0,226.0,666.0,13085.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,30,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,1721.0,1731.0,,,,,,,,2.0,392.0,2023-07-18 11:35:09.110,1.0,,,,,,,,,,,,,,,,,,, +275,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2331.0,460.0,260.0,555.0,362.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,30,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],4738.0,4738.0,https://pypi.org/project/tflearn,7630.0,7630.0,,,,,,,,3.0,,,,-2.0,,,,,,,,,,,,,,,,,, +276,pandas-ai,gventuri/pandas-ai,others,,https://github.com/gventuri/pandas-ai,https://github.com/gventuri/pandas-ai,MIT,2023-04-22 12:58:01.000,2023-12-21 00:07:39.000000,2023-12-18 13:26:54,675.0,200.0,772.0,81.0,298.0,155.0,262.0,9292.0,"PandasAI is the Python library that integrates Gen AI into pandas, making data analysis conversational.",55.0,30,True,2023-12-18 13:28:28.000,1.5.11,100.0,pandas-ai,,,,,2453.0,2453.0,https://pypi.org/project/pandas-ai,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +277,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,2023-12-19 00:57:46.000000,2023-12-19 00:57:42,2869.0,22.0,2029.0,192.0,399.0,183.0,471.0,8493.0,FinRL: Financial Reinforcement Learning.,107.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,26.0,26.0,https://pypi.org/project/finrl,1470.0,1470.0,,,,,,,,2.0,,2022-01-08 13:58:14.000,,,,,,,,,,,,,,,,,,,, +278,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2023-12-19 14:52:28.000000,2023-12-19 14:48:06,1125.0,21.0,1186.0,146.0,156.0,221.0,1215.0,7925.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,131.0,30,False,2023-10-31 20:06:30.000,0.7.5,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],674.0,663.0,https://pypi.org/project/pytorch3d,4226.0,7782.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,174248.0,,,,,2.0,,2022-04-28 15:53:26.000,11.0,,,,,,,,,,,,,,,,,,, +279,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,2023-10-24 19:57:22.000000,2023-10-24 19:51:03,547.0,3.0,1166.0,166.0,427.0,58.0,469.0,7905.0,Automatic extraction of relevant features from time series:.,91.0,30,True,2023-06-14 21:34:06.791,0.20.1,30.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],98.0,21.0,https://pypi.org/project/tsfresh,186335.0,217208.0,https://anaconda.org/conda-forge/tsfresh,2023-07-30 07:29:21.371,1327560.0,,,,,2.0,,2023-06-14 21:34:06.791,77.0,,,,,,,,,,,,,,,,,,, +280,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,2023-12-21 01:21:12.000000,2023-12-15 04:18:45,1158.0,22.0,1251.0,103.0,619.0,673.0,517.0,7754.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,2.0,,conda-forge/nvidia-apex,,,['pytorch'],2166.0,2166.0,,,3561.0,https://anaconda.org/conda-forge/nvidia-apex,2023-06-16 16:18:35.589,178080.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,2023-12-21 13:03:51.000000,2023-12-21 13:03:51,1489.0,34.0,583.0,75.0,602.0,81.0,205.0,7421.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",43.0,30,False,2023-09-11 17:53:22.000,2.5.0,24.0,cleanlab,conda-forge/cleanlab,,,,225.0,217.0,https://pypi.org/project/cleanlab,12203.0,12799.0,https://anaconda.org/conda-forge/cleanlab,2023-09-12 22:14:32.939,19083.0,,,,,2.0,,2023-09-11 17:53:22.000,8.0,,,,,,,,,,,,,,,,,,, +282,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,2023-12-17 22:14:34.000000,2023-12-07 21:36:00,355.0,1.0,1455.0,135.0,127.0,12.0,313.0,7200.0,A Python implementation of global optimization with gaussian processes.,42.0,30,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2388.0,2273.0,https://pypi.org/project/bayesian-optimization,254219.0,254220.0,,,,,,,,2.0,139.0,2023-04-25 22:00:01.831,115.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +283,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1288.0,175.0,46.0,70.0,236.0,6635.0,2D and 3D Face alignment library build using pytorch.,26.0,30,True,2023-08-17 14:37:33.000,1.4.1,13.0,face-alignment,,,,['pytorch'],21.0,21.0,https://pypi.org/project/face-alignment,68942.0,68942.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +284,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2023-12-21 11:23:48.000000,2023-12-21 10:32:47,2078.0,175.0,808.0,97.0,2316.0,276.0,880.0,6592.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",114.0,30,True,2023-11-30 05:58:09.000,1.0.0,1372.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",9.0,2.0,https://pypi.org/project/autogluon,75752.0,75853.0,,,,https://hub.docker.com/r/autogluon/autogluon,2023-07-26 19:13:58.158186,17.0,5366.0,2.0,,2023-12-21 09:05:12.000,7.0,,,,,,,,,,,,,,,,,,, +285,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,2023-12-14 14:31:17.000000,2023-12-11 21:22:53,973.0,60.0,870.0,137.0,658.0,126.0,301.0,6424.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,82.0,30,True,2023-12-06 08:12:27.000,0.11,14.0,dowhy,conda-forge/dowhy,,,,313.0,313.0,https://pypi.org/project/dowhy,35590.0,36083.0,https://anaconda.org/conda-forge/dowhy,2023-11-30 17:35:40.350,18253.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,,,,, +286,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2023-12-18 21:21:53.000000,2023-12-05 18:31:50,1553.0,50.0,821.0,146.0,1452.0,326.0,398.0,4889.0,Simple and Distributed Machine Learning.,115.0,30,True,2023-11-27 22:05:20.000,1.0.2,42.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,280222.0,280222.0,,,,,,,,2.0,,2023-11-27 22:05:20.000,3.0,,,,,,,,,,,,,,,,,,, +287,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2023-12-16 17:15:36.000000,2023-12-15 17:48:58,585.0,28.0,709.0,81.0,320.0,87.0,309.0,4474.0,Uplift modeling and causal inference with machine learning algorithms.,59.0,30,True,2023-08-28 06:52:12.000,0.14.1,22.0,causalml,,,,,172.0,171.0,https://pypi.org/project/causalml,73357.0,73357.0,,,,,,,,2.0,,2023-08-28 06:52:12.000,1.0,,,,,,,,,,,,,,,,,,, +288,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2023-11-12 21:40:25.000000,2022-01-27 13:24:16,139.0,,1006.0,154.0,113.0,94.0,79.0,4426.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,30,False,,,3.0,imutils,conda-forge/imutils,,,,39404.0,39404.0,https://pypi.org/project/imutils,429120.0,432849.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,152915.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +289,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,2023-12-21 11:44:38.000000,2023-12-13 23:12:27,2142.0,2.0,254.0,45.0,2095.0,305.0,645.0,4414.0,Aim An easy-to-use & supercharged open-source experiment tracker.,58.0,30,True,2023-10-04 15:24:14.000,4.0.3,843.0,aim,conda-forge/aim,,,,410.0,394.0,https://pypi.org/project/aim,92694.0,94100.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,40795.0,,,,,2.0,,2023-12-20 20:08:35.000,16.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,2023-12-02 02:32:24.000000,2022-09-24 16:20:26,585.0,,844.0,92.0,207.0,102.0,424.0,4272.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3545.0,3497.0,https://pypi.org/project/pandas-ta,81388.0,82138.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,19501.0,,,,,2.0,,2021-07-28 20:51:17.000,48.0,,,,,,,,,,,,,,,,,,, +291,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2023-11-28 14:54:27.704000,2023-11-13 07:19:19,1344.0,2.0,375.0,71.0,366.0,97.0,460.0,4124.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,30,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,2853.0,2743.0,https://pypi.org/project/sacred,25368.0,25544.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4422.0,,,,,2.0,,2023-11-13 07:24:08.000,110.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,2023-12-20 18:45:43.817000,2023-12-07 09:05:05,1435.0,26.0,751.0,73.0,1761.0,283.0,622.0,3967.0,Probabilistic time series modeling in Python.,110.0,30,True,2023-12-07 09:10:45.000,0.14.3,107.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,274545.0,274571.0,https://anaconda.org/anaconda/gluonts,2023-12-20 18:45:43.817,680.0,,,,,2.0,,2023-12-07 09:10:45.000,16.0,,,,,,,,,,,,,,,,,,, +293,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2023-12-19 14:36:53.000000,2023-12-19 14:36:52,3303.0,29.0,516.0,120.0,367.0,64.0,733.0,3880.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,,,12.0,dedupe,conda-forge/dedupe,,,,307.0,307.0,https://pypi.org/project/dedupe,62426.0,64160.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,41623.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +294,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,2023-12-20 15:31:04.000000,2023-12-20 15:31:01,15335.0,77.0,487.0,70.0,3368.0,796.0,1541.0,3718.0,cuML - RAPIDS Machine Learning Library.,167.0,30,True,2023-12-06 19:20:46.000,23.12.00,36.0,cuml,,,,,5.0,,https://pypi.org/project/cuml,2525.0,2525.0,,,,,,,,2.0,,2020-06-01 20:09:10.000,5.0,,,,,,,,,,,,,,,,,,, +295,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2023-12-20 19:21:09.000000,2023-12-04 20:15:52,1724.0,92.0,530.0,41.0,766.0,429.0,281.0,3376.0,Time series forecasting with PyTorch.,43.0,30,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,59174.0,60531.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,52950.0,,,,,2.0,,2020-07-26 21:35:43.000,10.0,,,,,,,,,,,,,,,,,,, +296,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,2023-12-19 21:53:42.000000,2023-12-11 18:09:03,3827.0,6.0,504.0,59.0,875.0,320.0,966.0,3311.0,A highly efficient implementation of Gaussian Processes in PyTorch.,127.0,30,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],1823.0,1740.0,https://pypi.org/project/gpytorch,180278.0,183545.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,140515.0,,,,,2.0,,2023-06-02 22:13:00.914,83.0,,,,,,,,,,,,,,,,,,, +297,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-19 10:23:57.000000,2023-09-28 08:30:38,400.0,24.0,247.0,65.0,52.0,9.0,,3237.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,30,True,2023-09-28 08:32:07.000,4.6.0,26.0,textdistance,conda-forge/textdistance,,,,5466.0,5401.0,https://pypi.org/project/textdistance,400923.0,408446.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,503189.0,,,,,2.0,971.0,2023-09-28 08:30:50.000,65.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,2023-12-15 17:41:23.000000,2023-04-20 03:41:53,699.0,,243.0,41.0,801.0,71.0,282.0,2679.0,PyTorch extensions for high performance and large scale training.,72.0,30,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],3827.0,3761.0,https://pypi.org/project/fairscale,412360.0,419058.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,167465.0,,,,,2.0,,2022-12-11 18:09:31.906,66.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,2023-12-21 13:42:54.000000,2023-12-21 13:42:52,7099.0,595.0,324.0,74.0,8255.0,126.0,312.0,2653.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",108.0,30,True,2023-12-18 20:21:34.000,0.26.7,470.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,18860.0,19040.0,,,,,,,,3.0,7963.0,2023-12-18 20:44:00.000,4.0,,,,,,,,,,,,,,,,,,, +300,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2023-12-18 14:37:02.000000,2023-11-11 12:54:41,2661.0,22.0,342.0,35.0,510.0,44.0,213.0,2601.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",61.0,30,True,2023-09-11 23:15:50.000,0.3.9,46.0,textattack,conda-forge/textattack,,,,227.0,222.0,https://pypi.org/project/textattack,4256.0,4434.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,6954.0,,,,,2.0,,2023-09-11 23:15:50.000,5.0,,,,,,,,,,,,,,,,,,, +301,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2023-12-19 05:54:25.000000,2023-12-11 13:43:52,1053.0,33.0,443.0,127.0,141.0,192.0,246.0,2584.0,PYthon svg GrAph plotting Library.,77.0,30,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,637.0,,https://pypi.org/project/pygal,336690.0,339987.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,36270.0,,,,,2.0,,2023-11-21 15:34:11.000,637.0,,,,,,,,,,,,,,,,,,, +302,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,,503.0,99.0,1045.0,237.0,297.0,2547.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,30,True,2020-08-13 19:16:27.000,0.10.0,15.0,gluonnlp,,,,['mxnet'],1434.0,1434.0,https://pypi.org/project/gluonnlp,75764.0,75764.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +303,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2023-12-21 09:56:08.000000,2023-12-21 03:49:03,1414.0,83.0,199.0,49.0,238.0,150.0,150.0,1966.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",40.0,30,True,2023-12-05 09:07:34.000,0.31.1,166.0,graphistry,,,,['jupyter'],113.0,107.0,https://pypi.org/project/graphistry,2299.0,2299.0,,,,,,,,2.0,,2023-12-05 09:07:34.000,6.0,,,,,,,,,,,,,,,,,,, +304,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2023-10-09 11:45:47.000000,2023-10-09 11:43:56,191.0,4.0,250.0,57.0,69.0,49.0,219.0,1878.0,A Python wrapper for the tesseract-ocr API.,29.0,30,True,2023-10-09 13:37:06.000,2.6.2,16.0,tesserocr,conda-forge/tesserocr,,,,915.0,915.0,https://pypi.org/project/tesserocr,49239.0,51807.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,128404.0,,,,,2.0,72.0,,,,,,,,,,,,,,,,,,,,, +305,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2023-12-19 20:33:58.000000,2023-12-19 11:15:11,2443.0,3.0,435.0,74.0,1257.0,143.0,682.0,1777.0,Gaussian processes in TensorFlow.,84.0,30,True,2023-08-09 09:23:26.000,2.9.0,48.0,gpflow,conda-forge/gpflow,,,['tensorflow'],632.0,596.0,https://pypi.org/project/gpflow,48525.0,48891.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,24554.0,,,,,2.0,,2023-08-09 09:23:26.000,36.0,,,,,,,,,,,,,,,,,,, +306,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2023-12-18 21:39:49.000000,2023-12-17 22:09:48,434.0,24.0,279.0,58.0,98.0,22.0,98.0,1673.0,ffn - a financial function library for Python.,30.0,30,True,2023-11-20 02:38:07.000,1.0.0,32.0,ffn,conda-forge/ffn,,,,435.0,404.0,https://pypi.org/project/ffn,183784.0,183979.0,https://anaconda.org/conda-forge/ffn,2023-11-20 12:06:39.287,6243.0,,,,,2.0,,2023-11-20 02:36:47.000,31.0,,,,,,,,,,,,,,,,,,, +307,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2023-12-15 11:14:34.000000,2023-12-15 11:14:27,1110.0,17.0,171.0,21.0,143.0,46.0,123.0,1583.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2023-11-24 08:35:59.000,0.34.1,37.0,audiomentations,,,,,400.0,395.0,https://pypi.org/project/audiomentations,16713.0,16713.0,,,,,,,,2.0,,2023-11-24 08:35:59.000,5.0,,,,,,,,,,,,,,,,,,, +308,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2023-10-27 06:20:12.000000,2023-10-20 21:52:11,1051.0,10.0,207.0,52.0,201.0,33.0,274.0,1536.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,30,True,2023-09-30 19:50:35.000,0.5.3,14.0,scispacy,,,,,834.0,804.0,https://pypi.org/project/scispacy,24669.0,24669.0,,,,,,,,2.0,,2023-09-30 19:50:35.000,30.0,,,,,,,,,,,,,,,,,,, +309,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2023-12-04 04:51:52.000000,2023-11-09 19:35:44,1833.0,22.0,269.0,45.0,268.0,58.0,191.0,1463.0,TensorLy: Tensor Learning in Python.,66.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,589.0,539.0,https://pypi.org/project/tensorly,12977.0,18396.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363127.0,,,,,2.0,,2023-03-08 01:09:02.237,50.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,2023-11-13 20:31:37.000000,2023-11-13 20:31:36,1240.0,18.0,132.0,30.0,101.0,35.0,245.0,1456.0,Statistical package in Python based on Pandas.,43.0,30,False,2023-01-02 16:01:44.953,0.5.3,39.0,pingouin,conda-forge/pingouin,,,,1681.0,1627.0,https://pypi.org/project/pingouin,80980.0,82827.0,https://anaconda.org/conda-forge/pingouin,2023-06-16 16:12:34.261,110827.0,,,,,2.0,,2023-01-02 16:01:44.953,54.0,,,,,,,,,,,,,,,,,,, +311,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,2023-11-17 01:39:58.000000,2023-11-17 01:39:50,817.0,2.0,320.0,121.0,767.0,205.0,164.0,1445.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",83.0,30,True,2023-05-26 02:36:01.000,0.7.5,30.0,tensorflow-model-optimization,,,,['tensorflow'],3400.0,3370.0,https://pypi.org/project/tensorflow-model-optimization,623700.0,623700.0,,,,,,,,3.0,,2023-05-26 02:35:42.850,30.0,,,,,,,,,,,,,,,,,,, +312,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,2023-12-21 13:03:05.000000,2023-12-21 12:52:31,3696.0,186.0,46.0,160.0,490.0,119.0,351.0,1312.0,Multiplatform plotting library based on Grammar of Graphics.,20.0,30,True,2023-11-03 12:21:13.000,4.1.0,66.0,lets-plot,,,,,53.0,51.0,https://pypi.org/project/lets-plot,25787.0,25798.0,,,,,,,,2.0,548.0,2023-11-03 11:53:45.000,2.0,,,,,,,,,,,,,,,,,,, +313,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,9.0,160.0,32.0,245.0,1.0,,1302.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2023-12-19 07:41:39.000,1.3.4,76.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1457.0,1412.0,https://pypi.org/project/spacy-transformers,227659.0,228679.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,25506.0,,,,,2.0,,2023-12-19 07:15:13.000,45.0,,,,,,,,,,,,,,,,,,, +314,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,2023-12-20 21:34:07.000000,2023-12-19 09:14:07,1518.0,17.0,162.0,18.0,768.0,109.0,434.0,1218.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,30,True,2023-09-18 03:57:15.000,0.26.0,59.0,pyjanitor,conda-forge/pyjanitor,,,,524.0,504.0,https://pypi.org/project/pyjanitor,45307.0,48006.0,https://anaconda.org/conda-forge/pyjanitor,2023-06-16 16:12:04.304,186279.0,,,,,2.0,,2023-09-18 03:57:09.000,20.0,,,,,,,,,,,,,,,,,,, +315,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2023-11-14 05:08:49.000000,2023-11-14 05:08:49,1913.0,27.0,222.0,20.0,286.0,49.0,270.0,769.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",44.0,30,True,2023-01-08 01:14:38.679,1.4.7,46.0,salib,conda-forge/salib,,,,1063.0,979.0,https://pypi.org/project/salib,151116.0,152777.0,https://anaconda.org/conda-forge/salib,2023-06-16 13:22:11.263,141261.0,,,,,2.0,,2023-01-08 01:14:38.679,84.0,,,,,,,,,,,,,,,,,,, +316,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,2023-12-10 16:42:26.000000,2023-12-10 11:33:28,562.0,13.0,93.0,17.0,193.0,96.0,135.0,618.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,30,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,29140.0,28866.0,https://pypi.org/project/soundfile,1518775.0,1518916.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,16732.0,2023-02-15 15:39:00.786,274.0,,,,,,,,,,,,,,,,,,, +317,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,2023-11-19 15:53:51.000000,2023-04-19 14:13:08,2404.0,,3342.0,599.0,218.0,42.0,,12155.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,1889.0,1826.0,https://pypi.org/project/backtrader,13659.0,13659.0,,,,,,,,2.0,,2023-04-19 14:15:00.742,63.0,,,,,,,,,,,,,,,,,,, +318,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,,1840.0,218.0,46.0,96.0,94.0,8884.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,128631.0,129346.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,30052.0,,,,,1.0,,2018-10-29 08:18:45.000,94.0,,,,,,,,,,,,,,,,,,, +319,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2023-09-25 05:14:24.000000,2023-08-26 12:04:19,383.0,,2102.0,287.0,96.0,285.0,446.0,8200.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,29,True,2022-12-20 21:17:57.000,test-resources-v3,12.0,imageai,conda-forge/imageai,,,,1510.0,1510.0,https://pypi.org/project/imageai,7690.0,21075.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6728.0,,,,,2.0,899045.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,2023-06-16 19:20:32.486000,2023-01-31 19:40:04,3203.0,,1390.0,190.0,783.0,38.0,423.0,5983.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",131.0,29,True,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],581.0,569.0,https://pypi.org/project/cleverhans,1340.0,1515.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7364.0,,,,,2.0,,2021-07-24 08:53:21.000,12.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,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,4.0,1156.0,212.0,91.0,194.0,120.0,5531.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,29,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,434.0,415.0,https://pypi.org/project/pyAudioAnalysis,9553.0,9553.0,,,,,,,,3.0,,2022-02-07 22:36:53.000,19.0,,,,,,,,,,,,,,,,,,, +322,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,1.0,851.0,125.0,38.0,62.0,144.0,4976.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],2696.0,2653.0,https://pypi.org/project/torchdiffeq,742686.0,743011.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,13996.0,,,,,1.0,,2022-04-22 15:21:47.000,43.0,,,,,,,,,,,,,,,,,,, +323,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,148.0,789.0,141.0,356.0,4676.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2571.0,2525.0,https://pypi.org/project/visualdl,202881.0,202889.0,,,,,,,,2.0,338.0,2023-06-05 07:21:00.910,46.0,,,,,,,,,,,,,,,,,,, +324,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,2023-08-27 19:16:02.000000,2023-04-30 18:36:20,483.0,,663.0,89.0,206.0,138.0,356.0,4503.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1350.0,1300.0,https://pypi.org/project/lightfm,680417.0,682794.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,168779.0,,,,,2.0,,2023-03-20 04:15:00.582,50.0,,,,,,,,,,,,,,,,,,, +325,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,439.0,42.0,124.0,63.0,154.0,4203.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,,,,1028.0,998.0,https://pypi.org/project/nlpaug,157868.0,158388.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,15629.0,,,,,2.0,,2022-07-07 05:23:07.000,30.0,,,,,,,,,,,,,,,,,,, +326,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,2023-11-06 09:55:37.480000,2023-10-04 07:40:23,3656.0,1.0,445.0,100.0,1043.0,224.0,368.0,3500.0,Plotting library for IPython/Jupyter notebooks.,64.0,29,True,2023-08-04 08:28:46.000,0.12.41,63.0,bqplot,conda-forge/bqplot,,,['jupyter'],52.0,52.0,https://pypi.org/project/bqplot,127770.0,160379.0,https://anaconda.org/conda-forge/bqplot,2023-11-06 09:55:37.480,1246525.0,,,,,3.0,,,,,,bqplot,https://www.npmjs.com/package/bqplot,,,3621.0,,,,,,,,,,,, +327,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2023-12-21 11:34:28.000000,2023-12-11 20:02:07,1294.0,5.0,781.0,273.0,1439.0,261.0,512.0,3404.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",150.0,29,True,2023-12-15 02:05:45.000,0.16.2,27.0,torchtext,,,,['pytorch'],,,https://pypi.org/project/torchtext,373846.0,373846.0,,,,,,,,2.0,,,,-4.0,,,,,,,,,,,,,,,,,, +328,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2023-12-11 17:22:52.000000,2023-11-25 19:47:15,483.0,13.0,480.0,35.0,500.0,6.0,,3280.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,36.0,29,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,824.0,812.0,https://pypi.org/project/sahi,106555.0,109159.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,52186.0,,,,,2.0,20301.0,2023-11-05 23:19:54.000,12.0,,,,,,,,,,,,,,,,,,, +329,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2023-12-10 17:04:41.093000,2023-11-13 00:15:46,980.0,1.0,570.0,100.0,332.0,29.0,713.0,3206.0,"Fast, flexible and easy to use probabilistic modelling in Python.",72.0,29,True,2023-09-17 19:03:32.000,0.14.9,73.0,pomegranate,conda-forge/pomegranate,,,,1083.0,1025.0,https://pypi.org/project/pomegranate,22905.0,26164.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,140139.0,,,,,3.0,,2023-09-17 19:03:32.000,58.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,2023-12-20 18:04:21.000000,2023-12-18 12:28:19,1478.0,16.0,225.0,15.0,1700.0,263.0,724.0,3151.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,52.0,29,False,2023-10-11 15:32:25.000,0.17.5,58.0,deepchecks,,,,,318.0,312.0,https://pypi.org/project/deepchecks,37527.0,37556.0,,,,,,,,2.0,768.0,2023-10-11 15:32:13.000,6.0,,,,,,,,,,,,,,,,,,, +331,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,282.0,34.0,475.0,32.0,30.0,2897.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1111.0,1067.0,https://pypi.org/project/torch_optimizer,147656.0,147949.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9388.0,,,,,1.0,,2021-10-31 03:00:19.000,44.0,,,,,,,,,,,,,,,,,,, +332,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2023-12-09 21:35:01.000000,2023-12-09 21:33:15,464.0,1.0,729.0,120.0,114.0,57.0,368.0,2875.0,"Hidden Markov Models in Python, with scikit-learn like API.",46.0,29,True,2023-04-18 18:59:00.534,0.3.0,12.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2321.0,2178.0,https://pypi.org/project/hmmlearn,183033.0,188229.0,https://anaconda.org/conda-forge/hmmlearn,2023-10-07 20:19:04.855,202660.0,,,,,3.0,,2023-04-18 18:59:00.534,143.0,,,,,,,,,,,,,,,,,,, +333,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,2023-12-14 13:29:37.000000,2023-12-14 13:29:37,1137.0,12.0,366.0,44.0,63.0,138.0,459.0,2849.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",24.0,29,True,2023-09-26 17:27:09.000,1.1.1,84.0,mljar-supervised,conda-forge/mljar-supervised,,,,99.0,97.0,https://pypi.org/project/mljar-supervised,6318.0,6721.0,https://anaconda.org/conda-forge/mljar-supervised,2023-09-27 04:54:23.157,12116.0,,,,,2.0,,2023-09-26 17:23:51.000,2.0,,,,,,,,,,,,,,,,,,, +334,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2023-09-23 22:00:36.000000,2023-07-13 17:20:36,617.0,,325.0,48.0,119.0,60.0,134.0,2711.0,A python library for decision tree visualization and model interpretation.,25.0,29,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1019.0,995.0,https://pypi.org/project/dtreeviz,143572.0,145294.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,63749.0,,,,,2.0,,2022-07-07 17:18:00.886,24.0,,,,,,,,,,,,,,,,,,, +335,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,10.0,264.0,50.0,19.0,34.0,97.0,2710.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,29,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,1897.0,1883.0,https://pypi.org/project/sweetviz,61654.0,62437.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,26625.0,,,,,3.0,,2023-11-29 13:27:52.000,14.0,,,,,,,,,,,,,,,,,,, +336,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,2023-12-14 10:40:57.000000,2023-12-14 10:13:45,3492.0,42.0,341.0,154.0,1160.0,32.0,59.0,2664.0,Neural Network Libraries.,73.0,29,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,55.0,,https://pypi.org/project/nnabla,3483.0,3494.0,,,,,,,,3.0,907.0,2023-12-06 09:31:24.000,55.0,,,,,,,,,,,,,,,,,,, +337,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2023-12-05 08:28:17.000000,2023-12-05 08:28:16,2859.0,15.0,963.0,120.0,495.0,57.0,293.0,2516.0,IPython Parallel: Interactive Parallel Computing in Python.,112.0,29,False,2023-04-14 13:35:06.415,8.6.1,45.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],301.0,,https://pypi.org/project/ipyparallel,306010.0,316244.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,941610.0,,,,,2.0,,2023-04-14 13:35:06.415,301.0,,,,,,,,,,,,,,,,,,, +338,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,2023-07-06 22:54:55.000000,2022-12-10 14:00:49,877.0,,356.0,84.0,166.0,219.0,146.0,2289.0,D3 Renderings of Matplotlib Graphics.,51.0,29,True,2022-12-10 14:03:04.289,0.5.9,18.0,mpld3,conda-forge/mpld3,,,,5760.0,5343.0,https://pypi.org/project/mpld3,439027.0,441599.0,https://anaconda.org/conda-forge/mpld3,2023-06-16 13:17:04.944,191111.0,,,,,3.0,,2022-12-10 14:03:04.289,409.0,,,mpld3,https://www.npmjs.com/package/mpld3,2022-12-10 14:00:31.699,8.0,495.0,,,,,,,,,,,, +339,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Apache-2.0,2019-02-26 10:10:56.000,2023-12-08 00:30:46.000000,2023-11-13 15:09:34,648.0,18.0,237.0,47.0,631.0,136.0,224.0,2227.0,Algorithms for explaining machine learning models.,19.0,29,True,2023-07-07 14:10:27.000,0.9.4,31.0,alibi,,,,,569.0,543.0,https://pypi.org/project/alibi,17258.0,17258.0,,,,,,,,2.0,,2023-07-07 14:10:05.734,26.0,,,,,,,,,,,,,,,,,,, +340,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,2023-12-20 18:35:22.000000,2023-12-15 15:51:55,1080.0,36.0,227.0,31.0,402.0,83.0,300.0,2047.0,Scalable and user friendly neural forecasting algorithms.,32.0,29,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,87.0,82.0,https://pypi.org/project/neuralforecast,14402.0,14984.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,12229.0,,,,,2.0,,2023-10-05 19:40:30.000,5.0,,,,,,,,,,,,,,,,,,, +341,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Apache-2.0,2019-10-07 13:29:13.000,2023-11-28 07:19:21.000000,2023-11-13 15:09:30,712.0,13.0,202.0,34.0,519.0,134.0,233.0,1992.0,"Algorithms for outlier, adversarial and drift detection.",20.0,29,True,2023-07-07 12:16:02.615,0.11.4,36.0,alibi-detect,,,,,405.0,399.0,https://pypi.org/project/alibi-detect,28423.0,28423.0,,,,,,,,2.0,,2023-07-07 12:16:02.615,6.0,,,,,,,,,,,,,,,,,,, +342,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2023-12-14 19:31:09.000000,2023-12-14 19:31:09,279.0,2.0,355.0,53.0,77.0,78.0,109.0,1753.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,41.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],5755.0,5596.0,https://pypi.org/project/pyldavis,203996.0,205161.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,76917.0,,,,,2.0,,2023-04-23 23:55:02.142,159.0,,,,,,,,,,,,,,,,,,, +343,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,10.0,206.0,36.0,1081.0,25.0,496.0,1722.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],259.0,256.0,https://pypi.org/project/lightning-flash,1754.0,2350.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,16691.0,,,,,1.0,,2022-05-11 18:17:54.000,3.0,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +344,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2023-12-21 09:24:33.000000,2023-12-20 20:04:18,836.0,33.0,374.0,37.0,852.0,164.0,287.0,1706.0,A Python package to assess and improve fairness of machine learning models.,78.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],31.0,2.0,https://pypi.org/project/fairlearn,330233.0,331053.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,30349.0,,,,,2.0,,2023-12-19 02:11:12.000,29.0,,,,,,,,,,,,,,,,,,, +345,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,2023-11-29 06:22:47.000000,2023-11-29 06:22:42,364.0,4.0,250.0,48.0,311.0,232.0,183.0,1689.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,42.0,29,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],275.0,274.0,https://pypi.org/project/tensorflow-recommenders,339139.0,339139.0,,,,,,,,2.0,,2023-02-03 02:17:00.422,1.0,,,,,,,,,,,,,,,,,,, +346,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2023-11-11 20:39:50.545000,2023-11-10 19:30:40,1586.0,1.0,278.0,54.0,135.0,78.0,182.0,1669.0,"CUDA integration for Python, plus shiny features.",80.0,29,True,2023-11-10 19:34:27.000,2023.1,52.0,pycuda,conda-forge/pycuda,,,,2777.0,2554.0,https://pypi.org/project/pycuda,34626.0,42708.0,https://anaconda.org/conda-forge/pycuda,2023-11-11 20:39:50.545,266706.0,,,,,2.0,,2023-11-10 19:36:56.000,223.0,,,,,,,,,,,,,,,,,,, +347,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,2023-12-21 11:34:35.000000,2023-12-21 00:51:40,1442.0,149.0,311.0,30.0,1476.0,130.0,97.0,1607.0,Pytorch domain library for recommendation systems.,196.0,29,True,2023-10-05 17:21:59.000,0.5.0,77.0,torchrec-nightly-cpu,,,,,81.0,81.0,https://pypi.org/project/torchrec-nightly-cpu,569.0,569.0,,,,,,,,2.0,,2022-05-12 18:55:21.000,,,,,,,,,,,,,,,,,,,, +348,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2023-11-09 11:42:34.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1570.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2023-11-09 11:42:34.000,5.0.0,39.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",76.0,73.0,https://pypi.org/project/elephas,70248.0,70503.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13284.0,,,,,2.0,,2023-11-09 11:42:34.000,3.0,,,,,,,,,,,,,,,,,,, +349,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2023-12-21 13:23:44.000000,2023-12-20 09:16:24,3727.0,77.0,255.0,29.0,547.0,89.0,672.0,1550.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,74.0,29,True,2023-07-28 14:24:47.000,0.4.0,7.0,avalanche-lib,,,,,63.0,62.0,https://pypi.org/project/avalanche-lib,1072.0,1072.0,,,,,,,,2.0,4.0,2023-07-28 14:24:47.000,1.0,,,,,,,,,,,,,,,,,,, +350,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,2023-12-21 13:51:02.000000,2023-12-21 13:49:46,189.0,19.0,193.0,31.0,19.0,4.0,81.0,1532.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,29,True,2023-12-21 13:51:02.000,0.1.801,79.0,autoviz,conda-forge/autoviz,,,,598.0,591.0,https://pypi.org/project/autoviz,313145.0,314748.0,https://anaconda.org/conda-forge/autoviz,2023-12-19 16:19:28.721,44909.0,,,,,3.0,,2023-12-21 13:51:02.000,7.0,,,,,,,,,,,,,,,,,,, +351,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,4.0,174.0,33.0,72.0,19.0,52.0,1404.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2008.0,1998.0,https://pypi.org/project/torchsde,1233304.0,1233846.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,18995.0,,,,,1.0,,2023-09-26 21:52:19.000,10.0,,,,,,,,,,,,,,,,,,, +352,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,2023-12-20 21:00:47.000000,2023-12-20 21:00:46,1397.0,35.0,266.0,74.0,104.0,34.0,53.0,1222.0,Model analysis tools for TensorFlow.,57.0,29,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",23.0,,https://pypi.org/project/tensorflow-model-analysis,93882.0,93882.0,,,,,,,,2.0,,2023-08-14 20:39:41.000,23.0,,,,,,,,,,,,,,,,,,, +353,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,2023-12-01 20:21:49.000000,2023-11-18 20:02:49,3016.0,8.0,258.0,34.0,37.0,1.0,478.0,1196.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,29,True,2023-11-18 20:03:36.000,0.39.0,100.0,ktrain,,,,['tensorflow'],487.0,487.0,https://pypi.org/project/ktrain,17069.0,17069.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +354,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,2023-12-17 17:35:53.000000,2023-11-26 12:12:26,1443.0,209.0,57.0,14.0,260.0,13.0,50.0,1167.0,"Fastest Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",26.0,29,True,2023-11-26 12:13:47.467,2.8.14,102.0,usearch,,unum/usearch,,,44.0,39.0,https://pypi.org/project/usearch,45121.0,50791.0,,,,https://hub.docker.com/r/unum/usearch,2023-11-26 12:13:27.055465,1.0,43.0,3.0,829.0,2023-11-26 12:40:03.000,1.0,,,usearch,https://www.npmjs.com/package/usearch,2023-11-26 12:13:47.467,4.0,5548.0,,,,,,,,,,,, +355,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2023-12-16 11:25:02.000000,2023-12-16 11:25:02,392.0,14.0,177.0,24.0,30.0,3.0,129.0,1139.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],475.0,465.0,https://pypi.org/project/prince,115945.0,116302.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17524.0,,,,,2.0,,2023-10-11 22:35:06.000,10.0,,,,,,,,,,,,,,,,,,, +356,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2023-11-16 19:00:50.847000,2021-02-12 19:04:59,2079.0,,244.0,40.0,36.0,66.0,590.0,1118.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,,,,618.0,584.0,https://pypi.org/project/pyclustering,85764.0,87209.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,59041.0,,,,,2.0,481.0,2020-11-25 22:41:20.000,34.0,,,,,,,,,,,,,,,,,,, +357,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,2023-12-19 20:27:44.000000,2023-12-18 22:31:51,1888.0,88.0,278.0,23.0,2175.0,75.0,224.0,1058.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,39.0,29,True,2023-12-06 14:56:49.000,0.32.1,51.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",79.0,76.0,https://pypi.org/project/raiwidgets,6617.0,6617.0,,,,,,,,2.0,,2023-12-06 05:40:17.000,3.0,,,,,,,,,,,,,,,,,,, +358,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,,454.0,43.0,176.0,93.0,102.0,1028.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'],1575.0,,https://pypi.org/project/keras-preprocessing,5071381.0,5104043.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2155697.0,,,,,3.0,,2020-05-14 03:55:22.223,1575.0,,,,,,,,,,,,,,,,,,, +359,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,2023-11-20 21:14:19.693000,2023-11-20 18:02:35,663.0,6.0,101.0,14.0,94.0,69.0,60.0,817.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5160.0,5092.0,https://pypi.org/project/pynndescent,1079758.0,1121855.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1725983.0,,,,,3.0,,2023-11-20 18:50:25.000,68.0,,,,,,,,,,,,,,,,,,, +360,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2023-12-05 18:56:59.000000,2023-11-04 10:15:39,3699.0,38.0,320.0,67.0,676.0,31.0,525.0,811.0,The Classical Language Toolkit.,120.0,29,True,2023-11-04 10:32:32.000,1.1.7,72.0,cltk,,,,,251.0,251.0,https://pypi.org/project/cltk,1101.0,1101.0,,,,,,,,2.0,49.0,,,,,,,,,,,,,,,,,,,,, +361,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,2023-12-21 13:06:32.000000,2023-12-21 06:59:34,1319.0,52.0,122.0,25.0,442.0,7.0,123.0,770.0,A Comparative Framework for Multimodal Recommender Systems.,17.0,29,True,2023-12-12 07:49:26.000,1.18.0,54.0,cornac,conda-forge/cornac,,,,203.0,187.0,https://pypi.org/project/cornac,104882.0,112862.0,https://anaconda.org/conda-forge/cornac,2023-12-12 18:26:56.153,335168.0,,,,,2.0,,2023-12-12 08:02:04.000,16.0,,,,,,,,,,,,,,,,,,, +362,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,2023-12-15 19:32:17.000000,2023-12-15 19:32:16,938.0,13.0,155.0,47.0,83.0,37.0,143.0,737.0,Library for exploring and validating machine learning data.,25.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",804.0,774.0,https://pypi.org/project/tensorflow-data-validation,195080.0,195090.0,,,,,,,,3.0,642.0,2023-08-14 06:58:23.000,30.0,,,,,,,,,,,,,,,,,,, +363,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2023-12-18 02:55:30.000000,2023-12-15 20:49:25,3004.0,100.0,107.0,16.0,248.0,11.0,129.0,722.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,731.0,,https://pypi.org/project/mpi4py,192538.0,252683.0,https://anaconda.org/conda-forge/mpi4py,2023-10-17 08:36:29.714,2267832.0,,,,,2.0,19141.0,2023-10-04 09:04:51.000,731.0,,,,,,,,,,,,,,,,,,, +364,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,2023-11-21 12:56:56.000000,2023-11-21 12:56:55,791.0,16.0,72.0,25.0,356.0,111.0,225.0,541.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2023-11-01 18:39:43.000,1.11.0,53.0,geoviews,conda-forge/geoviews,,,,873.0,837.0,https://pypi.org/project/geoviews,7188.0,12485.0,https://anaconda.org/conda-forge/geoviews,2023-11-02 09:01:15.038,206596.0,,,,,3.0,,2023-11-01 16:39:32.000,36.0,,,,,,,,,,,,,,,,,,, +365,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,2023-12-14 11:32:27.000000,2023-12-13 21:05:13,223.0,6.0,54.0,14.0,200.0,12.0,185.0,292.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,False,2023-12-14 11:17:15.000,3.8.0,70.0,pystan,conda-forge/pystan,,,,9789.0,9527.0,https://pypi.org/project/pystan,1583064.0,1617428.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2783562.0,,,,,3.0,,2023-12-14 11:17:15.000,262.0,,,,,,,,,,,,,,,,,,, +366,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,1.0,38.0,14.0,69.0,7.0,25.0,205.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,29,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,37059.0,36811.0,https://pypi.org/project/blis,6229490.0,6281498.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2028331.0,,,,,2.0,,2023-09-22 06:27:17.000,248.0,,,,,,,,,,,,,,,,,,, +367,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2023-12-21 14:31:25.000000,2023-12-19 20:19:33,2173.0,348.0,837.0,105.0,2253.0,139.0,704.0,15091.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",78.0,28,True,2023-12-19 21:43:20.000,1.7.3,61.0,,,,,,,,,,217.0,,,,,,,,2.0,6958.0,,,,,,,,,,,,,,,,,,,,, +368,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2023-12-21 08:03:18.000000,2023-09-27 02:38:06,2223.0,2.0,2715.0,193.0,3596.0,1305.0,3847.0,11605.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",157.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],,,https://pypi.org/project/paddledet,609.0,609.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +369,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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,8.0,1387.0,435.0,50.0,98.0,87.0,10269.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,36606.0,36606.0,,,,,,,,2.0,,2022-09-21 20:20:42.649,36.0,,,,,,,,,,,,,,,,,,, +370,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,2023-12-04 21:17:36.000000,2022-11-08 22:11:16,98.0,,1723.0,202.0,70.0,96.0,34.0,9643.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,433335.0,433335.0,,,,,,,,2.0,,2023-05-24 15:11:00.531,10.0,,,,,,,,,,,,,,,,,,, +371,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,,1638.0,461.0,698.0,33.0,441.0,7262.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,28,True,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],40.0,,https://pypi.org/project/tensorlayer,1381.0,1403.0,,,,,,,,2.0,1922.0,2022-02-15 02:05:47.000,40.0,,,,,,,,,,,,,,,,,,, +372,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,,909.0,268.0,98.0,82.0,81.0,7216.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],213.0,205.0,https://pypi.org/project/facets-overview,162286.0,162286.0,,,,,,,,3.0,,2023-05-24 15:58:01.158,8.0,,,,,,,,,,,,,,,,,,, +373,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,2023-12-18 14:26:15.000000,2023-12-18 14:26:15,1763.0,22.0,716.0,127.0,266.0,419.0,328.0,6644.0,Uniform Manifold Approximation and Projection.,128.0,28,True,2023-11-18 01:10:29.000,release-0.5.5,28.0,umap-learn,conda-forge/umap-learn,,,,1.0,1.0,https://pypi.org/project/umap-learn,843003.0,897049.0,https://anaconda.org/conda-forge/umap-learn,2023-11-18 18:17:04.167,2269955.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +374,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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,976.0,146.0,93.0,73.0,305.0,6086.0,A Python scikit for building and analyzing recommender systems.,45.0,28,True,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,156280.0,164736.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,346704.0,,,,,2.0,,2022-09-23 17:17:00.724,50.0,,,,,,,,,,,,,,,,,,, +375,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,2023-02-03 18:46:00.371000,2023-01-19 00:37:33,900.0,,1198.0,155.0,950.0,60.0,782.0,5680.0,Gluon CV Toolkit.,119.0,28,True,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],82.0,21.0,https://pypi.org/project/gluoncv,42239.0,42239.0,,,,,,,,3.0,,2023-02-03 18:46:00.371,61.0,,,,,,,,,,,,,,,,,,, +376,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,,1368.0,208.0,158.0,44.0,227.0,5457.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'],782.0,728.0,https://pypi.org/project/keras-rl,2257.0,2257.0,,,,,,,,2.0,,2018-06-01 07:52:24.000,54.0,,,,,,,,,,,,,,,,,,, +377,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2023-12-18 19:21:47.000000,2023-11-18 08:34:13,595.0,19.0,666.0,107.0,178.0,10.0,338.0,5258.0,Python-tesseract is an optical character recognition (OCR) tool for python.,45.0,28,True,2023-10-15 15:39:44.000,0.3.13,26.0,pytesseract,conda-forge/pytesseract,,,,,,https://pypi.org/project/pytesseract,1549087.0,1563558.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,593340.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +378,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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,275.0,438.0,221.0,329.0,4804.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'],343.0,303.0,https://pypi.org/project/edward,405.0,405.0,,,,,,,,3.0,16.0,2018-01-22 06:03:05.000,40.0,,,,,,,,,,,,,,,,,,, +379,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,2023-12-05 10:04:41.000000,2022-08-06 21:47:18,182.0,,408.0,69.0,58.0,86.0,55.0,4146.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,,,,,911.0,907.0,https://pypi.org/project/layoutparser,145311.0,145311.0,,,,,,,,3.0,,2022-04-06 04:38:09.000,4.0,,,,,,,,,,,,,,,,,,, +380,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,2023-11-11 01:23:34.000000,2023-11-11 01:23:34,523.0,1.0,706.0,177.0,79.0,8.0,274.0,4100.0,A python wrapper for Alpha Vantage API for financial data.,42.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,479.0,447.0,https://pypi.org/project/alpha_vantage,24069.0,24242.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6057.0,,,,,2.0,,2020-12-21 02:36:15.000,32.0,,,,,,,,,,,,,,,,,,, +381,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,2023-10-28 04:01:29.000000,2023-09-01 03:04:11,1137.0,,705.0,62.0,1011.0,159.0,736.0,3863.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,28,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],100.0,98.0,https://pypi.org/project/mmocr,5524.0,5524.0,,,,,,,,2.0,,2022-05-05 14:21:18.000,2.0,,,,,,,,,,,,,,,,,,, +382,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2023-06-16 13:24:02.087000,2023-02-26 20:07:33,189.0,,449.0,72.0,37.0,9.0,121.0,3728.0,Missing data visualization module for Python.,18.0,28,True,2023-02-26 20:11:48.000,0.5.2,6.0,missingno,conda-forge/missingno,,,,14151.0,14151.0,https://pypi.org/project/missingno,403610.0,407707.0,https://anaconda.org/conda-forge/missingno,2023-06-16 13:24:02.087,315510.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +383,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,2023-12-02 01:21:07.000000,2023-11-10 07:34:11,445.0,8.0,510.0,112.0,84.0,16.0,100.0,3310.0,Module for automatic summarization of text documents and HTML pages.,30.0,28,True,2022-10-23 16:40:03.000,0.11.0,15.0,sumy,conda-forge/sumy,,,,2372.0,2372.0,https://pypi.org/project/sumy,49455.0,49694.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7195.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +384,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2023-12-15 14:47:53.000000,2023-12-14 01:13:40,1141.0,33.0,457.0,60.0,682.0,2.0,503.0,3280.0,On-device wake word detection powered by deep learning.,37.0,28,True,2023-11-16 19:28:06.000,3.0.1,33.0,pvporcupine,,,,,38.0,25.0,https://pypi.org/project/pvporcupine,5166.0,5166.0,,,,,,,,3.0,,2023-11-16 19:28:06.000,13.0,,,,,,,,,,,,,,,,,,, +385,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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,399.0,47.0,1084.0,6.0,353.0,3193.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1080.0,1042.0,https://pypi.org/project/catalyst,51867.0,51867.0,,,,,,,,3.0,,2022-04-29 04:46:04.000,38.0,,,,,,,,,,,,,,,,,,, +386,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2023-11-17 01:11:26.000000,2023-09-10 15:15:16,1059.0,,230.0,62.0,111.0,5.0,266.0,3061.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,493.0,484.0,https://pypi.org/project/vidgear,11167.0,11183.0,,,,,,,,3.0,953.0,2023-09-10 19:39:46.000,9.0,,,,,,,,,,,,,,,,,,, +387,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2023-12-21 14:41:53.000000,2023-12-13 13:51:07,507.0,20.0,492.0,35.0,661.0,68.0,544.0,2694.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",64.0,28,True,2023-08-29 07:29:59.000,0.7.0,27.0,anomalib,,,,,40.0,39.0,https://pypi.org/project/anomalib,30256.0,30458.0,,,,,,,,3.0,4861.0,2023-08-29 07:29:59.000,1.0,,,,,,,,,,,,,,,,,,, +388,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2023-12-04 07:19:10.000000,2023-12-04 07:18:53,1499.0,47.0,585.0,43.0,28.0,3.0,350.0,2584.0,An Open Toolkit for Knowledge Graph Extraction and Construction published at EMNLP2022 System Demonstrations.,30.0,28,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],20.0,20.0,https://pypi.org/project/deepke,431.0,431.0,,,,,,,,2.0,,2023-09-21 04:12:03.000,,,,,,,,,,,,,,,,,,,, +389,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2023-12-08 10:36:46.000000,2023-12-08 10:06:07,1517.0,41.0,302.0,39.0,315.0,35.0,146.0,2525.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,35.0,28,True,2023-12-08 10:36:46.000,2.4.1,37.0,shapash,,,,['jupyter'],136.0,134.0,https://pypi.org/project/shapash,4849.0,4849.0,,,,,,,,2.0,,2023-12-08 10:36:46.000,2.0,,,,,,,,,,,,,,,,,,, +390,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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,9.0,586.0,178.0,75.0,13.0,543.0,2492.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,,,,23.0,,https://pypi.org/project/ib_insync,26488.0,27201.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,37814.0,,,,,2.0,,2022-11-21 09:32:01.715,23.0,,,,,,,,,,,,,,,,,,, +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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,282.0,67.0,59.0,26.0,39.0,2363.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'],4322.0,4244.0,https://pypi.org/project/scikit-plot,470193.0,472366.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,167348.0,,,,,2.0,,2018-08-19 12:25:39.290,78.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,2023-12-02 08:46:41.000000,2023-12-02 08:46:41,671.0,1.0,400.0,42.0,59.0,19.0,268.0,1805.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,,,,1328.0,1306.0,https://pypi.org/project/ogb,42126.0,42885.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,29607.0,,,,,2.0,,2022-11-02 22:00:56.960,22.0,,,,,,,,,,,,,,,,,,, +393,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,2023-12-10 10:05:11.000000,2023-12-06 01:55:01,701.0,4.0,297.0,43.0,353.0,66.0,201.0,1530.0,Training PyTorch models with differential privacy.,74.0,28,True,2023-03-24 16:01:05.890,1.4.0,20.0,opacus,conda-forge/opacus,,,['pytorch'],724.0,707.0,https://pypi.org/project/opacus,57461.0,58006.0,https://anaconda.org/conda-forge/opacus,2023-06-18 08:40:32.992,12498.0,,,,,2.0,106.0,2022-05-06 09:43:18.000,17.0,,,,,,,,,,,,,,,,,,, +394,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,9.0,257.0,50.0,184.0,54.0,120.0,1351.0,Metric learning algorithms in Python.,22.0,28,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],346.0,333.0,https://pypi.org/project/metric-learn,11631.0,11897.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,10928.0,,,,,3.0,,2023-10-09 04:53:59.000,13.0,,,,,,,,,,,,,,,,,,, +395,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,3.0,262.0,75.0,481.0,38.0,198.0,1278.0,Underthesea - Vietnamese NLP Toolkit.,18.0,28,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,904.0,878.0,https://pypi.org/project/underthesea,11286.0,11356.0,,,,,,,,2.0,5549.0,2023-09-22 23:50:49.000,26.0,,,,,,,,,,,,,,,,,,, +396,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2023-12-16 09:45:00.000000,2023-12-08 13:02:59,1011.0,15.0,106.0,25.0,114.0,26.0,52.0,1224.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",22.0,28,True,2023-10-05 02:21:28.000,1.4.1,44.0,imodels,,,,,63.0,59.0,https://pypi.org/project/imodels,109460.0,109460.0,,,,,,,,2.0,,2023-10-05 02:20:48.000,4.0,,,,,,,,,,,,,,,,,,, +397,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2023-06-16 19:18:39.600000,2023-04-20 04:36:19,526.0,,404.0,52.0,37.0,17.0,139.0,1194.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,,,,2403.0,2370.0,https://pypi.org/project/kmodes,272848.0,273731.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,38860.0,,,,,3.0,,2022-09-06 19:38:02.764,33.0,,,,,,,,,,,,,,,,,,, +398,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,2023-11-26 03:27:34.000000,2020-10-14 13:22:39,167.0,,336.0,71.0,86.0,27.0,26.0,1179.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1403.0,1259.0,https://pypi.org/project/empyrical,28029.0,28395.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,25681.0,,,,,2.0,,2020-10-13 21:29:19.000,144.0,,,,,,,,,,,,,,,,,,, +399,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2023-10-23 11:16:32.000000,2023-06-06 09:46:40,415.0,,324.0,39.0,299.0,23.0,200.0,1171.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,340.0,326.0,https://pypi.org/project/pyswarms,56803.0,56803.0,,,,,,,,3.0,,2021-01-03 21:34:15.000,14.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,2023-06-27 23:50:02.000000,2023-03-24 22:04:13,811.0,,245.0,41.0,502.0,272.0,252.0,873.0,Scalable Machine Learning with Dask.,77.0,28,True,2023-03-24 22:06:04.422,2023.3.24,35.0,dask-ml,conda-forge/dask-ml,,,,998.0,925.0,https://pypi.org/project/dask-ml,174972.0,185651.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,790272.0,,,,,3.0,,2023-03-24 22:06:04.422,73.0,,,,,,,,,,,,,,,,,,, +401,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2023-12-21 14:32:30.000000,2023-11-16 16:35:47,16528.0,25.0,359.0,42.0,1606.0,278.0,2951.0,822.0,An open-source application for biological image analysis.,143.0,28,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,767.0,820.0,,,,,,,,3.0,6369.0,2023-08-14 19:14:28.000,1.0,,,,,,,,,,,,,,,,,,, +402,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2023-12-19 08:49:21.000000,2023-11-29 09:03:49,2598.0,211.0,93.0,9.0,499.0,14.0,91.0,753.0,Time series forecasting with scikit-learn models.,9.0,28,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],234.0,228.0,https://pypi.org/project/skforecast,44575.0,44575.0,,,,,,,,3.0,,2023-11-16 21:34:56.000,6.0,,,,,,,,,,,,,,,,,,, +403,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,,1126.0,179.0,213.0,21.0,533.0,8348.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,27,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,230.0,,,,,,,,3.0,8050.0,,,,,,,,,,,,,,,,,,,,, +404,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,352.0,79.0,47.0,231.0,7851.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,674.0,648.0,https://pypi.org/project/pysc2,1592.0,1998.0,,,,,,,,3.0,30897.0,2022-07-13 12:02:04.256,26.0,,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +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,,1500.0,131.0,51.0,155.0,141.0,7628.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,157467.0,237030.0,,,,,,,,2.0,3580349.0,2021-04-15 15:17:23.000,43.0,,,,,,,,,,,,,,,,,,, +406,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,,1558.0,625.0,2111.0,453.0,1338.0,6332.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:12:12.000,1.0.5,47.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,1146.0,1146.0,,,,,,,,3.0,2.0,,,,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +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,,1339.0,348.0,14.0,42.0,65.0,6242.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1298.0,1256.0,https://pypi.org/project/snownlp,19947.0,19947.0,,,,,,,,3.0,,2015-09-27 16:35:23.000,42.0,,,,,,,,,,,,,,,,,,, +408,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,951.0,144.0,30.0,46.0,77.0,4146.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,,,,7904.0,7714.0,https://pypi.org/project/vadersentiment,178450.0,178858.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13487.0,,,,,3.0,,2020-05-22 15:07:00.000,190.0,,,,,,,,,,,,,,,,,,, +409,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,2023-08-21 13:36:56.000000,2021-05-10 18:34:53,57.0,,405.0,39.0,55.0,118.0,43.0,3903.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'],12130.0,12015.0,https://pypi.org/project/torchsummary,143711.0,143711.0,,,,,,,,2.0,,2018-09-26 05:07:28.000,115.0,,,,,,,,,,,,,,,,,,, +410,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,283.0,226.0,11.0,356.0,3861.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,574224.0,574654.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20677.0,,,,,3.0,,2022-04-21 20:05:56.000,5.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,2023-11-17 21:09:51.000000,2023-11-16 17:34:05,1193.0,8.0,402.0,82.0,54.0,57.0,201.0,3285.0,A library of reinforcement learning components and agents.,84.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],185.0,182.0,https://pypi.org/project/dm-acme,1752.0,1967.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,7977.0,,,,,2.0,,2022-02-10 06:52:27.000,3.0,,google-deepmind/acme,,,,,,,,,,,,,,,,, +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,2023-09-25 11:28:13.000000,2022-01-25 17:32:20,4123.0,,357.0,81.0,62.0,151.0,187.0,3072.0,a library for audio and music analysis.,24.0,27,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,451.0,424.0,https://pypi.org/project/aubio,6752.0,14582.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,634304.0,,,,,3.0,,2019-02-08 11:21:02.000,27.0,,,,,,,,,,,,,,,,,,, +413,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,,455.0,83.0,245.0,61.0,154.0,3018.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,True,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,167.0,165.0,https://pypi.org/project/fastnlp,49297.0,49298.0,,,,,,,,3.0,75.0,2022-10-31 14:47:34.183,2.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,2023-12-09 00:22:24.000000,2023-12-09 00:22:24,2360.0,73.0,681.0,165.0,60.0,10.0,686.0,2984.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,27,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,,['tensorflow'],,,,,908.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,59882.0,,,,,3.0,4694.0,,,,,,,,,,,,,,,,,,,,, +415,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2023-12-18 12:05:47.000000,2023-11-25 05:36:27,4323.0,65.0,552.0,41.0,994.0,190.0,662.0,2981.0,"A unified, comprehensive and efficient recommendation library.",70.0,27,True,2023-11-04 11:23:19.000,1.2.0,10.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2845.0,2961.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4308.0,,,,,3.0,,2023-10-31 12:52:34.000,2.0,,,,,,,,,,,,,,,,,,, +416,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,648.0,110.0,73.0,88.0,123.0,2925.0,Productivity Tools for Plotly + Pandas.,39.0,27,False,,,,cufflinks,,,,['pandas'],9725.0,9725.0,https://pypi.org/project/cufflinks,79526.0,79526.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,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,412.0,64.0,932.0,315.0,745.0,2826.0,StellarGraph - Machine Learning on Graphs.,36.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],254.0,246.0,https://pypi.org/project/stellargraph,5483.0,5483.0,,,,,,,,2.0,,2021-02-22 06:35:38.731,8.0,,,,,,,,,,,,,,,,,,, +418,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,66.0,167.0,164.0,113.0,2703.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,27,False,2022-05-11 09:37:12.000,0.13.0,30.0,eli5,conda-forge/eli5,,,,90.0,,https://pypi.org/project/eli5,497642.0,499490.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,146058.0,,,,,2.0,,2022-05-11 09:37:12.000,90.0,4.0,,,,,,,,,,,,,,,,,, +419,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,2023-09-26 21:01:12.000000,2023-09-26 21:01:10,548.0,8.0,469.0,97.0,43.0,82.0,240.0,2693.0,Learning to Rank in TensorFlow.,33.0,27,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,113207.0,113207.0,,,,,,,,3.0,,2023-08-11 17:56:48.000,13.0,,,,,,,,,,,,,,,,,,, +420,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2023-12-15 01:37:16.000000,2023-12-01 12:25:37,3438.0,23.0,513.0,109.0,339.0,406.0,663.0,2589.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",79.0,27,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,564.0,548.0,https://pypi.org/project/essentia,4936.0,4936.0,,,,,,,,3.0,,2023-10-27 09:13:56.000,16.0,,,,,,,,,,,,,,,,,,, +421,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2023-11-09 09:05:16.000000,2023-11-09 09:05:15,1698.0,2.0,413.0,45.0,350.0,32.0,345.0,2589.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",33.0,27,True,2022-04-02 15:26:45.000,3.3.3,70.0,foolbox,conda-forge/foolbox,,,,555.0,541.0,https://pypi.org/project/foolbox,2257.0,2560.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12458.0,,,,,2.0,,2022-04-02 15:26:45.000,14.0,,,,,,,,,,,,,,,,,,, +422,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,2023-12-21 12:08:18.000000,2023-07-23 14:42:27,191.0,,444.0,38.0,238.0,52.0,271.0,2368.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,27,True,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,35015.0,35263.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,5954.0,,,,,2.0,,2023-07-23 13:26:57.000,11.0,,,,,,,,,,,,,,,,,,, +423,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,2023-12-11 01:22:43.000000,2023-11-21 19:33:43,419.0,6.0,779.0,93.0,265.0,165.0,93.0,2222.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",70.0,27,True,2022-09-03 03:41:16.000,0.5.0,10.0,aif360,conda-forge/aif360,,,,354.0,340.0,https://pypi.org/project/aif360,9600.0,9798.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,7735.0,,,,,2.0,,2022-09-03 03:40:40.010,14.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,,317.0,65.0,38.0,96.0,160.0,2161.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,True,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],354.0,330.0,https://pypi.org/project/hyperas,10791.0,10791.0,,,,,,,,2.0,,2019-02-28 09:16:54.000,24.0,,,,,,,,,,,,,,,,,,, +425,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,2023-12-11 14:10:11.000000,2023-12-11 01:57:13,644.0,18.0,227.0,66.0,31.0,55.0,92.0,2152.0,Fast and Easy Infinite Neural Networks in Python.,29.0,27,True,2023-12-11 14:10:12.000,0.6.5,17.0,neural-tangents,,,,,91.0,91.0,https://pypi.org/project/neural-tangents,2123.0,2131.0,,,,,,,,3.0,352.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,,246.0,92.0,124.0,31.0,230.0,2134.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 22:46:00.000,0.13.0,29.0,textacy,conda-forge/textacy,,,,1618.0,1618.0,https://pypi.org/project/textacy,36016.0,37749.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,136945.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +427,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2023-12-06 14:39:14.000000,2023-08-22 16:20:29,468.0,,386.0,63.0,151.0,13.0,91.0,2076.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2023-08-07 19:52:09.000,3.2.5,21.0,pytextrank,,,,,561.0,544.0,https://pypi.org/project/pytextrank,45202.0,45202.0,,,,,,,,3.0,,2023-08-07 19:52:09.000,17.0,,,,,,,,,,,,,,,,,,, +428,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,2023-12-14 21:45:46.000000,2023-12-14 21:45:38,856.0,21.0,432.0,62.0,319.0,113.0,92.0,1832.0,Library for training machine learning models with privacy for training data.,58.0,27,True,2023-10-11 15:51:39.000,0.8.12,30.0,tensorflow-privacy,,,,['tensorflow'],14.0,,https://pypi.org/project/tensorflow-privacy,18943.0,18945.0,,,,,,,,2.0,128.0,2023-10-11 15:51:39.000,14.0,,,,,,,,,,,,,,,,,,, +429,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,,237.0,53.0,446.0,3.0,402.0,1706.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'],217.0,214.0,https://pypi.org/project/farm,1796.0,1894.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3166.0,,,,,3.0,,2020-09-14 15:23:01.000,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,,318.0,74.0,742.0,54.0,168.0,1476.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,,,,,411.0,380.0,https://pypi.org/project/chainercv,2634.0,2634.0,,,,,,,,3.0,,2019-06-12 11:55:40.000,31.0,,,,,,,,,,,,,,,,,,, +431,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,2023-12-21 01:33:07.000000,2023-12-21 01:18:38,6224.0,144.0,259.0,47.0,2480.0,307.0,1343.0,1471.0,cuGraph - RAPIDS Graph Analytics Library.,107.0,27,True,2023-12-06 19:21:19.000,23.12.00,33.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,329.0,877.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,17567.0,,,,,2.0,,2020-06-01 20:09:06.000,2.0,,,,,,,,,,,,,,,,,,, +432,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2023-12-18 21:39:53.000000,2023-06-07 07:35:59,3033.0,,118.0,37.0,328.0,11.0,187.0,1411.0,Multi-class confusion matrix library in Python.,17.0,27,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,273.0,255.0,https://pypi.org/project/pycm,71293.0,71293.0,,,,,,,,3.0,,2023-06-07 14:08:01.991,18.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,2023-12-21 08:58:46.000000,2023-12-21 08:58:40,531.0,16.0,396.0,32.0,47.0,13.0,118.0,1324.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,27,False,2023-03-02 15:10:38.000,2.3.1,24.0,minisom,,,,,521.0,500.0,https://pypi.org/project/minisom,28759.0,28759.0,,,,,,,,3.0,,2023-03-02 15:10:03.003,21.0,,,,,,,,,,,,,,,,,,, +434,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,2023-12-11 14:44:53.000000,2023-12-11 14:44:44,4204.0,4.0,285.0,84.0,640.0,15.0,607.0,1228.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2023-08-01 02:38:24.000,23.07,34.0,pysal,conda-forge/pysal,,,,38.0,,https://pypi.org/project/pysal,21629.0,34494.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,527492.0,,,,,3.0,,2023-08-01 02:39:38.000,38.0,,,,,,,,,,,,,,,,,,, +435,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,,173.0,26.0,36.0,3.0,114.0,1210.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1528.0,1495.0,https://pypi.org/project/fancyimpute,26187.0,26187.0,,,,,,,,2.0,,2021-10-21 17:50:40.000,33.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,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,187.0,41.0,257.0,59.0,211.0,1190.0,Python audio and music signal processing library.,20.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,419.0,386.0,https://pypi.org/project/madmom,2659.0,2659.0,,,,,,,,3.0,,2018-11-14 14:56:22.000,33.0,,,,,,,,,,,,,,,,,,, +437,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,2023-12-15 17:50:24.000000,2023-12-13 09:02:09,481.0,25.0,106.0,23.0,319.0,29.0,254.0,1092.0,Extra blocks for scikit-learn pipelines.,62.0,27,True,2023-12-12 20:03:47.000,0.7.0,43.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],133.0,125.0,https://pypi.org/project/scikit-lego,36526.0,37574.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,45093.0,,,,,2.0,,2023-12-12 19:57:11.000,8.0,,,,,,,,,,,,,,,,,,, +438,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,2023-12-20 17:22:18.000000,2023-12-19 10:15:52,1023.0,39.0,203.0,23.0,122.0,24.0,183.0,1020.0,Survival analysis built on top of scikit-learn.,18.0,27,False,2023-10-08 13:11:29.000,0.22.1,27.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],407.0,393.0,https://pypi.org/project/scikit-survival,41815.0,44536.0,https://anaconda.org/conda-forge/scikit-survival,2023-10-20 18:47:48.968,68049.0,,,,,2.0,,2023-10-08 13:11:29.000,14.0,,,,,,,,,,,,,,,,,,, +439,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,9.0,106.0,21.0,103.0,35.0,73.0,1002.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,27,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,1942.0,1924.0,https://pypi.org/project/submitit,258506.0,259332.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,33049.0,,,,,3.0,,2023-11-09 17:23:02.000,18.0,,,,,,,,,,,,,,,,,,, +440,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2023-12-06 06:21:22.000000,2023-12-06 06:19:46,794.0,24.0,111.0,30.0,396.0,68.0,306.0,965.0,BAyesian Model-Building Interface (Bambi) in Python.,35.0,27,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,110.0,101.0,https://pypi.org/project/bambi,19384.0,20164.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,28098.0,,,,,3.0,,2023-10-25 02:06:14.000,9.0,,,,,,,,,,,,,,,,,,, +441,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2023-12-18 18:31:36.000000,2023-08-01 13:02:51,2070.0,,203.0,42.0,583.0,74.0,431.0,939.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,27,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,46.0,,https://pypi.org/project/smac,52523.0,53066.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,17949.0,,,,,2.0,,2023-08-01 13:30:07.000,46.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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,910.0,A Jupyter - Three.js bridge.,30.0,27,True,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],97.0,28.0,https://pypi.org/project/pythreejs,54628.0,63712.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,517553.0,,,,,3.0,,2023-02-20 00:24:01.104,58.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,11.0,3397.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,2023-08-25 16:48:20.000000,2023-04-19 21:43:19,547.0,,169.0,34.0,85.0,88.0,122.0,880.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1395.0,1371.0,https://pypi.org/project/scikit-multilearn,63401.0,63401.0,,,,,,,,2.0,,2018-12-10 16:24:47.000,24.0,,,,,,,,,,,,,,,,,,, +444,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2023-07-26 22:41:29.989000,2023-06-09 22:11:37,1299.0,,149.0,50.0,56.0,21.0,65.0,815.0,Computer Vision in Python.,34.0,27,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1308.0,1180.0,https://pypi.org/project/mahotas,9581.0,18863.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,389857.0,,,,,3.0,,2022-06-28 08:11:26.000,128.0,,,,,,,,,,,,,,,,,,, +445,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,2023-12-18 23:34:49.000000,2023-12-18 23:34:48,832.0,28.0,123.0,29.0,85.0,29.0,75.0,573.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,27,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,393.0,370.0,https://pypi.org/project/ml-metadata,64447.0,64484.0,,,,,,,,3.0,2119.0,2023-08-10 00:37:12.000,23.0,,,,,,,,,,,,,,,,,,, +446,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2023-12-21 00:15:39.000000,2023-12-10 17:08:00,241.0,88.0,78.0,20.0,83.0,35.0,55.0,539.0,pyspark methods to enhance developer productivity.,24.0,27,True,2023-02-17 21:55:30.000,0.10.0,13.0,quinn,,,,['spark'],80.0,74.0,https://pypi.org/project/quinn,900349.0,900349.0,,,,,,,,3.0,9.0,2023-02-17 21:54:00.812,6.0,,,,,,,,,,,,,,,,,,, +447,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,BSD-3-Clause,2010-05-02 10:00:33.000,2023-12-20 23:46:08.000000,2023-12-13 13:23:09,6682.0,188.0,135.0,36.0,390.0,45.0,125.0,361.0,Neuroimaging in Python FMRI analysis package.,69.0,27,True,2021-03-29 16:34:34.000,0.5.0,7.0,nipy,conda-forge/nipy,,,,267.0,216.0,https://pypi.org/project/nipy,2533.0,3909.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,105960.0,,,,,3.0,,2021-03-29 16:34:34.000,51.0,,,,,,,,,,,,,,,,,,, +448,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2023-10-14 18:53:31.974373,2023-10-12 07:20:40,1894.0,1.0,876.0,218.0,453.0,50.0,264.0,14514.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,26,True,2021-06-06 17:14:16.000,5.14.0,29.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,44552.0,44958.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,14.0,21554.0,3.0,,,,,,,,,,,,,,,,,,,,,, +449,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2023-12-07 17:31:04.000000,2023-11-15 06:26:56,1617.0,3.0,808.0,147.0,1561.0,114.0,125.0,7834.0,Trax Deep Learning with Clear Code and Speed.,79.0,26,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,134.0,133.0,https://pypi.org/project/trax,3819.0,3819.0,,,,,,,,3.0,,2021-10-26 20:29:00.538,1.0,,,,,,,,,,,,,,,,,,, +450,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,183.0,327.0,334.0,292.0,5761.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,,,,,120.0,117.0,https://pypi.org/project/mmdnn,309.0,359.0,,,,,,,,2.0,3713.0,2020-07-24 06:34:39.000,3.0,,,,,,,,,,,,,,,,,,, +451,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,584.0,140.0,31.0,58.0,53.0,5485.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,1.0,flashtext,conda-forge/flashtext,,,,1451.0,1451.0,https://pypi.org/project/flashtext,1077299.0,1077741.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18141.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +452,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2023-12-05 20:52:12.000000,2023-11-08 00:58:38,213.0,4.0,293.0,64.0,179.0,22.0,54.0,4850.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,99.0,95.0,https://pypi.org/project/augly,1807.0,1807.0,,,,,,,,3.0,,2023-12-05 20:52:12.000,4.0,,,,,,,,,,,,,,,,,,, +453,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,2023-11-05 23:29:16.000000,2023-10-05 16:17:35,6152.0,1.0,511.0,154.0,1902.0,296.0,1326.0,4300.0,ArrayFire: a general purpose GPU library.,88.0,26,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,7.0,,https://pypi.org/project/arrayfire,842.0,891.0,,,,,,,,3.0,5002.0,2022-02-22 21:42:15.000,7.0,,,,,,,,,,,,,,,,,,, +454,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2023-12-11 06:21:04.000000,2023-05-06 14:09:10,264.0,,413.0,41.0,51.0,73.0,174.0,3969.0,An Open-Source Framework for Prompt-Learning.,22.0,26,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,96.0,94.0,https://pypi.org/project/openprompt,1904.0,1904.0,,,,,,,,3.0,,2022-07-06 14:27:42.000,2.0,,,,,,,,,,,,,,,,,,, +455,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,2023-11-02 03:20:32.000000,2023-11-02 03:20:28,249.0,1.0,799.0,52.0,50.0,61.0,106.0,3905.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,26,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1454.0,1435.0,https://pypi.org/project/facenet-pytorch,34960.0,50111.0,,,,,,,,3.0,742399.0,2021-03-10 01:00:20.000,19.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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,146.0,237.0,35.0,631.0,3263.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],433.0,431.0,https://pypi.org/project/tensorforce,733.0,733.0,,,,,,,,3.0,,2021-08-30 20:13:45.000,2.0,,,,,,,,,,,,,,,,,,, +457,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2023-12-03 23:24:41.000000,2023-12-03 23:06:04,449.0,3.0,268.0,46.0,441.0,57.0,246.0,3260.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,39.0,26,True,2023-07-12 16:55:59.000,0.4.9,22.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,3.0,,https://pypi.org/project/hummingbird-ml,10281.0,11417.0,https://anaconda.org/conda-forge/hummingbird-ml,2023-07-12 18:59:37.482,37241.0,,,,,2.0,358.0,2020-06-10 22:08:15.000,3.0,,,,,,,,,,,,,,,,,,, +458,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,2023-12-20 21:10:00.000000,2023-11-08 16:40:21,1347.0,5.0,330.0,71.0,1244.0,44.0,77.0,3257.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,34.0,26,True,2023-11-08 16:41:56.000,1.0.2,9.0,lit-nlp,conda-forge/lit-nlp,,,,25.0,25.0,https://pypi.org/project/lit-nlp,3045.0,4739.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,66084.0,,,,,2.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,1.0,1050.0,218.0,3649.0,429.0,1111.0,2983.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,,,,,,,1678.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,128526.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1502.0,3.0,,,,,,,,,,,,shogun,,,,,,,,,, +460,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,2023-06-16 16:09:06.563000,2020-04-27 18:40:41,522.0,,1007.0,168.0,214.0,42.0,146.0,2931.0,Performance analysis of predictive (alpha) stock factors.,25.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,685.0,667.0,https://pypi.org/project/alphalens,2864.0,3151.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20140.0,,,,,3.0,,2020-04-27 21:03:10.000,18.0,,,,,,,,,,,,,,,,,,, +461,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,216.0,48.0,481.0,45.0,70.0,2667.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,194.0,191.0,https://pypi.org/project/m2cgen,17898.0,17899.0,,,,,,,,2.0,60.0,2022-04-26 01:24:34.000,3.0,,,,,,,,,,,,,,,,,,, +462,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2023-11-17 18:46:16.000000,2022-09-28 17:12:28,249.0,,269.0,27.0,316.0,74.0,37.0,2339.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,26,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],764.0,763.0,https://pypi.org/project/lazypredict,17593.0,17689.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2689.0,,,,,2.0,,2022-09-28 08:51:19.531,1.0,,,,,,,,,,,,,,,,,,, +463,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2023-06-01 22:20:25.000000,2023-06-01 22:10:29,1131.0,,335.0,44.0,57.0,65.0,201.0,2307.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,26,True,2023-06-01 22:20:25.000,1.3,34.0,spektral,,,,['tensorflow'],257.0,251.0,https://pypi.org/project/spektral,6996.0,6996.0,,,,,,,,2.0,,2023-06-01 22:17:00.684,6.0,,,,,,,,,,,,,,,,,,, +464,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,2023-12-21 12:21:50.000000,2023-12-13 20:22:10,77.0,25.0,305.0,28.0,275.0,44.0,301.0,2213.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,5.0,26,True,2023-11-24 10:10:50.000,0.1.0,19.0,adapter-transformers,,,,['huggingface'],18.0,11.0,https://pypi.org/project/adapter-transformers,25961.0,25961.0,,,,,,,,3.0,,2023-12-16 14:14:02.000,7.0,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +465,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,2023-12-21 10:46:00.000000,2023-06-01 12:18:23,739.0,,356.0,43.0,43.0,96.0,56.0,2074.0,A modular active learning framework for Python.,20.0,26,True,2023-12-21 10:46:00.000,0.56.4368,451.0,modAL,,,,['sklearn'],28.0,24.0,https://pypi.org/project/modAL,129450.0,129450.0,,,,,,,,3.0,29.0,2023-12-21 10:46:00.000,4.0,,,,,,,,,,,,,,,,,,, +466,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,487.0,40.0,24.0,66.0,38.0,2074.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,26,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4481.0,4430.0,https://pypi.org/project/mtcnn,55051.0,55287.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,10871.0,,,,,3.0,,2021-07-09 11:16:39.000,51.0,,,,,,,,,,,,,,,,,,, +467,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,2023-06-16 19:23:39.686000,2021-07-16 09:03:20,66.0,,463.0,39.0,42.0,64.0,58.0,2048.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'],1887.0,1873.0,https://pypi.org/project/efficientnet,65052.0,69661.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,471.0,,,,,3.0,252855.0,2020-09-15 16:26:00.000,14.0,,,,,,,,,,,,,,,,,,, +468,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2023-12-21 08:57:25.000000,2023-12-21 07:37:50,1629.0,185.0,116.0,29.0,116.0,18.0,20.0,1724.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2023-09-10 04:20:57.000,0.4.168,144.0,labml,,,,,122.0,116.0,https://pypi.org/project/labml,2582.0,2582.0,,,,,,,,3.0,,2023-09-10 04:20:57.000,6.0,,,,,,,,,,,,,,,,,,, +469,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,1.0,275.0,41.0,495.0,172.0,151.0,1704.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,151.0,143.0,https://pypi.org/project/petastorm,29247.0,29253.0,,,,,,,,3.0,433.0,2023-02-03 00:33:00.499,8.0,,,,,,,,,,,,,,,,,,, +470,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,,156.0,25.0,81.0,42.0,34.0,1621.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,532.0,513.0,https://pypi.org/project/pyts,102772.0,103617.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,21980.0,,,,,3.0,,2021-10-31 13:51:09.000,19.0,,,,,,,,,,,,,,,,,,, +471,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,2023-12-21 03:15:33.000000,2023-12-21 03:11:36,773.0,106.0,251.0,46.0,595.0,32.0,63.0,1582.0,A lightweight library for PyTorch training tools and utilities.,108.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,6373.0,6373.0,,,,,,,,3.0,,2018-07-29 23:16:03.000,38.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,4.0,309.0,27.0,379.0,89.0,120.0,1549.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],49.0,47.0,https://pypi.org/project/pgl,876.0,876.0,,,,,,,,2.0,,2023-09-26 07:49:38.000,2.0,,,,,,,,,,,,,,,,,,, +473,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,1.0,244.0,50.0,312.0,95.0,16.0,1490.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,26,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],904.0,874.0,https://pypi.org/project/mesh-tensorflow,26438.0,26438.0,,,,,,,,3.0,,2022-05-15 21:06:13.000,30.0,,,,,,,,,,,,,,,,,,, +474,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2023-10-10 21:15:24.000000,2023-10-10 21:15:24,946.0,1.0,567.0,107.0,280.0,12.0,300.0,1467.0,Execute Python code on the fly and display results in Tableau visualizations:.,49.0,26,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,148.0,146.0,https://pypi.org/project/tabpy,11956.0,12011.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4456.0,,,,,3.0,,2023-01-30 23:34:02.112,2.0,,,,,,,,,,,,,,,,,,, +475,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,,256.0,49.0,87.0,22.0,188.0,1457.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,26,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],496.0,480.0,https://pypi.org/project/gplearn,6471.0,6623.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6387.0,,,,,3.0,,2022-05-03 10:47:30.000,16.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,2023-11-29 23:18:39.816000,2023-10-05 18:36:18,1029.0,1.0,165.0,18.0,62.0,23.0,320.0,1396.0,PyTorch Extension Library of Optimized Scatter Operations.,28.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],81.0,,https://pypi.org/project/torch-scatter,41195.0,46754.0,https://anaconda.org/conda-forge/pytorch_scatter,2023-11-29 23:18:39.816,233481.0,,,,,2.0,,2023-10-06 08:49:07.000,81.0,,,,,,,,,,,,,,,,,,, +477,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,2023-11-29 23:41:32.898000,2023-11-29 13:48:39,684.0,4.0,148.0,24.0,124.0,2.0,128.0,1300.0,"Extensible, parallel implementations of t-SNE.",11.0,26,True,2023-11-29 14:50:50.000,1.0.1,21.0,opentsne,conda-forge/opentsne,,,,703.0,703.0,https://pypi.org/project/opentsne,31787.0,37563.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,231044.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +478,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1201.0,Real-time stream processing for python.,48.0,26,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,476.0,436.0,https://pypi.org/project/streamz,21400.0,31294.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,742099.0,,,,,3.0,,2022-07-27 18:09:03.803,40.0,,,,,,,,,,,,,,,,,,, +479,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,2023-09-25 14:05:54.000000,2023-07-30 07:05:58,66.0,,287.0,57.0,62.0,12.0,108.0,1194.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,9.0,26,True,2023-07-30 07:07:37.000,0.6.2,24.0,stockstats,,,,,994.0,965.0,https://pypi.org/project/stockstats,9627.0,9627.0,,,,,,,,3.0,,2023-07-30 07:07:37.000,29.0,,,,,,,,,,,,,,,,,,, +480,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,2.0,81.0,33.0,109.0,12.0,18.0,1134.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],194.0,192.0,https://pypi.org/project/rlax,975517.0,975517.0,,,,,,,,3.0,,2023-01-09 22:29:35.947,2.0,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +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,2023-12-21 07:09:20.000000,2023-12-21 06:53:29,1971.0,223.0,78.0,18.0,708.0,65.0,172.0,1008.0,"MetricFlow allows you to define, build, and maintain metrics in code.",42.0,26,False,2023-11-15 23:21:15.000,0.203.1,70.0,metricflow,,,,,14.0,11.0,https://pypi.org/project/metricflow,22465.0,22465.0,,,,,,,,3.0,,2023-12-21 07:09:20.000,3.0,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +482,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,2023-11-08 21:55:22.000000,2023-11-08 21:55:22,1142.0,2.0,236.0,62.0,245.0,22.0,346.0,941.0,Search and download Copernicus Sentinel satellite images.,43.0,26,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,558.0,518.0,https://pypi.org/project/sentinelsat,18657.0,19383.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,27504.0,,,,,3.0,262.0,2017-03-06 02:33:09.000,40.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,2023-12-08 19:11:32.078000,2023-12-02 20:15:20,764.0,10.0,55.0,13.0,121.0,39.0,108.0,869.0,Visualize large time series data with plotly.py.,11.0,26,True,2023-07-13 11:26:44.000,0.9.1,60.0,plotly-resampler,conda-forge/plotly-resampler,,,,771.0,760.0,https://pypi.org/project/plotly-resampler,376588.0,377997.0,https://anaconda.org/conda-forge/plotly-resampler,2023-12-08 19:11:32.078,32411.0,,,,,3.0,,2023-12-02 20:10:09.000,11.0,,,,,,,,,,,,,,,,,,, +484,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,2023-12-09 22:13:34.000000,2023-08-23 17:20:54,1241.0,,150.0,19.0,691.0,25.0,208.0,471.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,285.0,268.0,https://pypi.org/project/earthpy,5592.0,6857.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,70874.0,,,,,3.0,,2021-10-01 22:51:04.000,17.0,,,,,,,,,,,,,,,,,,, +485,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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,210.0,22.0,17.0,45.0,23.0,423.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7526.0,7244.0,https://pypi.org/project/sklearn-crfsuite,285166.0,286067.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39658.0,,,,,3.0,,2017-06-22 18:49:27.000,282.0,,,,,,,,,,,,,,,,,,, +486,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,2023-12-21 12:13:17.000000,2023-12-15 13:47:36,11578.0,25.0,1521.0,142.0,3478.0,794.0,1038.0,5334.0,An Industrial Grade Federated Learning Framework.,95.0,25,True,2023-11-17 15:24:31.000,1.11.4,47.0,ETAF,,,,,,,https://pypi.org/project/ETAF,,,,,,,,,,3.0,,2020-05-06 09:35:40.000,,,,,,,,,,,,,,,,,,,, +487,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,844.0,123.0,63.0,119.0,74.0,4987.0,Image augmentation library in Python for machine learning.,23.0,25,True,,,,Augmentor,,,,,678.0,678.0,https://pypi.org/project/Augmentor,9862.0,9862.0,,,,,,,,3.0,,,,-2.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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,427.0,60.0,90.0,48.0,88.0,4791.0,Finding duplicate images made easy!.,15.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],83.0,78.0,https://pypi.org/project/imagededup,13022.0,13022.0,,,,,,,,3.0,,2023-04-28 17:29:01.612,5.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,2023-12-20 16:53:14.000000,2023-12-19 15:23:45,3395.0,141.0,599.0,93.0,3744.0,291.0,1249.0,4737.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,88.0,25,True,2023-11-29 17:06:56.000,1.32.0,72.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,159.0,130.0,83.0,101.0,4587.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'],760.0,754.0,https://pypi.org/project/lucid,669.0,669.0,,,,,,,,3.0,,2021-03-19 16:01:00.000,6.0,,,,,,,,,,,,,,,,,,, +491,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,2023-06-16 19:25:40.006000,2022-08-23 22:54:23,1046.0,,982.0,238.0,214.0,51.0,200.0,4315.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,51.0,50.0,https://pypi.org/project/tensortrade,529.0,629.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3224.0,,,,,3.0,,2021-05-10 18:00:35.000,1.0,,,,,,,,,,,,,,,,,,, +492,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,,1370.0,351.0,59.0,51.0,,4212.0,Python Algorithmic Trading Library.,11.0,25,True,,,8.0,pyalgotrade,,,,,200.0,179.0,https://pypi.org/project/pyalgotrade,757.0,757.0,,,,,,,,3.0,,2018-08-21 01:48:25.000,21.0,,,,,,,,,,,,,,,,,,, +493,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,971.0,218.0,408.0,140.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,1.0,lasagne,,,,,1025.0,1025.0,https://pypi.org/project/lasagne,2123.0,2123.0,,,,,,,,3.0,,,,-3.0,,,,,,,,,,,,,,,,,, +494,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,2023-10-12 09:43:46.000000,2023-10-12 08:57:51,209.0,1.0,304.0,85.0,92.0,43.0,32.0,3425.0,Python library that makes it easy for data scientists to create charts.,25.0,25,True,2023-10-12 09:01:22.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,73.0,73.0,https://pypi.org/project/chartify,4170.0,4648.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29208.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +495,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,110.0,73.0,193.0,115.0,3077.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,,,,,136.0,124.0,https://pypi.org/project/xlearn,2409.0,2473.0,,,,,,,,3.0,4465.0,2018-12-04 11:05:06.000,12.0,,,,,,,,,,,,,,,,,,, +496,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2023-10-30 16:50:13.000000,2023-10-30 16:34:46,179.0,1.0,364.0,163.0,82.0,87.0,99.0,3065.0,A deep learning library for video understanding research.,55.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,134667.0,134667.0,,,,,,,,3.0,,2022-01-20 00:16:35.000,7.0,,,,,,,,,,,,,,,,,,, +497,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,,679.0,72.0,25.0,117.0,101.0,2974.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'],2889.0,2860.0,https://pypi.org/project/keras-vis,1350.0,1350.0,,,,,,,,3.0,,2017-07-06 05:11:22.255,29.0,,,,,,,,,,,,,,,,,,, +498,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,2023-12-05 02:50:26.000000,2023-12-04 04:34:26,1573.0,7.0,250.0,48.0,2014.0,7.0,642.0,2908.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,34.0,25,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,3044.0,3152.0,,,,,,,,3.0,2613.0,2023-12-04 07:25:10.000,,,,,,,,,,,,,,,,,,,, +499,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,,469.0,100.0,49.0,59.0,253.0,2770.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,,,,701.0,677.0,https://pypi.org/project/neuralcoref,3095.0,3430.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,14926.0,,,,,3.0,851.0,2019-04-08 09:56:00.000,24.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,,217.0,67.0,42.0,17.0,23.0,2658.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,,,,847.0,842.0,https://pypi.org/project/knockknock,104318.0,104601.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14150.0,,,,,3.0,,2020-03-16 14:30:23.000,5.0,,,,,,,,,,,,,,,,,,, +501,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2023-12-09 22:16:59.000000,2023-07-19 07:40:10,212.0,,132.0,30.0,199.0,16.0,73.0,2632.0,HiPlot makes understanding high dimensional data easy.,9.0,25,True,2021-11-04 14:24:43.000,0.1.32,35.0,hiplot,conda-forge/hiplot,,,,365.0,365.0,https://pypi.org/project/hiplot,26145.0,29879.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,171774.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +502,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,,710.0,167.0,94.0,134.0,358.0,2452.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,95.0,95.0,,,,,,,,3.0,,2018-11-11 16:46:28.000,2.0,,,,,,,,,,,,,,,,,,, +503,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,2023-11-01 16:09:35.000000,2023-07-01 21:40:58,1936.0,,322.0,40.0,84.0,19.0,157.0,2357.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],4.0,,https://pypi.org/project/torch-geometric-temporal,3333.0,3333.0,,,,,,,,2.0,,2022-09-04 16:10:00.738,4.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,,603.0,90.0,29.0,23.0,52.0,2302.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,,,,,651.0,471.0,https://pypi.org/project/python_speech_features,137586.0,137586.0,,,,,,,,3.0,,2017-08-16 01:46:13.000,180.0,,,,,,,,,,,,,,,,,,, +505,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,2.0,299.0,29.0,695.0,49.0,149.0,2294.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,25,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,73.0,72.0,https://pypi.org/project/promptsource,6221.0,6221.0,,,,,,,,3.0,,2022-04-18 22:31:03.000,1.0,,,,,,,,,,,,,,,,,,, +506,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2023-10-15 09:57:16.000000,2023-05-15 21:21:45,660.0,,223.0,39.0,136.0,6.0,129.0,2216.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,24.0,25,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,148.0,145.0,https://pypi.org/project/norfair,5429.0,5436.0,,,,,,,,3.0,295.0,2022-05-30 21:14:58.000,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,,243.0,71.0,21.0,93.0,66.0,2072.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,,,,,273.0,256.0,https://pypi.org/project/pyflux,27195.0,27195.0,,,,,,,,3.0,,2017-11-21 16:27:06.000,17.0,,,,,,,,,,,,,,,,,,, +508,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2023-12-20 18:18:16.000000,2023-07-11 07:11:36,210.0,,234.0,46.0,87.0,17.0,115.0,2049.0,A Python library that helps data scientists to infer causation rather than observing correlation.,35.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",108.0,105.0,https://pypi.org/project/causalnex,3384.0,3384.0,,,,,,,,3.0,,2023-06-22 13:11:59.629,3.0,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2046.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,55.0,,https://pypi.org/project/pillow-simd,52995.0,52995.0,,,,,,,,3.0,,2022-01-04 16:11:51.000,55.0,3.0,,,,,,,,,,,,,,,,,, +510,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2023-07-12 18:18:40.000000,2023-07-12 18:14:01,1515.0,,239.0,67.0,58.0,31.0,186.0,2038.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,20.0,25,True,2023-07-12 18:26:08.000,2.0.1,14.0,ampligraph,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/ampligraph,764.0,764.0,,,,,,,,2.0,,2023-07-12 18:13:00.637,,,,,,,,,,,,,,,,,,,, +511,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2023-10-27 06:59:13.000000,2023-09-26 17:27:56,255.0,3.0,196.0,29.0,64.0,35.0,83.0,1961.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],302.0,295.0,https://pypi.org/project/checklist,3763.0,3953.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6681.0,,,,,3.0,,2021-05-24 16:45:59.000,7.0,,,,,,,,,,,,,,,,,,, +512,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,160.0,61.0,66.0,65.0,129.0,1794.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,359.0,349.0,https://pypi.org/project/hypertools,661.0,661.0,,,,,,,,3.0,30.0,2022-02-12 02:43:24.000,10.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,,299.0,56.0,1313.0,233.0,810.0,1765.0,A toolkit for reproducible reinforcement learning research.,79.0,25,True,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],97.0,95.0,https://pypi.org/project/garage,747.0,747.0,,,,,,,,3.0,,2021-03-23 22:18:36.000,2.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,2023-12-05 17:37:33.000000,2023-12-04 14:09:45,571.0,4.0,119.0,54.0,447.0,60.0,102.0,1733.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,90.0,83.0,https://pypi.org/project/hivemind,4188.0,4188.0,,,,,,,,3.0,,2023-08-31 20:07:10.000,7.0,,,,,,,,,,,,,,,,,,, +515,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,2023-09-20 03:33:51.000000,2023-08-22 14:21:42,580.0,,302.0,54.0,115.0,54.0,29.0,1453.0,Interpretability and explainability of data and machine learning models.,41.0,25,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,87.0,86.0,https://pypi.org/project/aix360,1988.0,1988.0,,,,,,,,3.0,,2023-07-31 18:54:38.000,1.0,,,,,,,,,,,,,,,,,,, +516,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2023-11-18 16:28:54.000000,2023-10-07 11:26:54,2816.0,9.0,170.0,26.0,660.0,109.0,432.0,1416.0,A Python library for learning and evaluating knowledge graph embeddings.,36.0,25,True,2023-02-22 18:29:02.145,1.10.1,46.0,pykeen,,,,,5.0,,https://pypi.org/project/pykeen,4644.0,4648.0,,,,,,,,2.0,176.0,2023-02-22 18:29:02.145,5.0,,,,,,,,,,,,,,,,,,, +517,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,,141.0,29.0,63.0,7.0,70.0,1272.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'],1304.0,1291.0,https://pypi.org/project/livelossplot,21210.0,21210.0,,,,,,,,3.0,,2022-04-04 16:14:08.000,13.0,,,,,,,,,,,,,,,,,,, +518,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,2.0,238.0,38.0,68.0,54.0,205.0,1190.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,25,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],116.0,114.0,https://pypi.org/project/innvestigate,792.0,797.0,,,,,,,,3.0,87.0,2023-10-12 14:55:59.000,2.0,,,,,,,,,,,,,,,,,,, +519,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,202.0,54.0,460.0,142.0,293.0,1171.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'],73.0,64.0,https://pypi.org/project/tf-encrypted,729.0,729.0,,,,,,,,3.0,,2022-11-16 09:12:55.841,9.0,,,,,,,,,,,,,,,,,,, +520,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,2023-12-21 03:59:56.000000,2023-12-19 20:54:46,1851.0,100.0,364.0,56.0,468.0,156.0,250.0,992.0,Machine learning on FPGAs using HLS.,58.0,25,True,2023-12-19 21:00:58.000,0.8.1,16.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/hls4ml,886.0,1067.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7097.0,,,,,3.0,,2023-12-19 21:00:58.000,,,,,,,,,,,,,,,,,,,, +521,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,974.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],401.0,398.0,https://pypi.org/project/neural-structured-learning,15405.0,15405.0,,,,,,,,3.0,,2022-07-29 21:05:16.715,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,,254.0,42.0,72.0,103.0,188.0,902.0,Gaussian Process Optimization using GPy.,49.0,25,True,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,513.0,475.0,https://pypi.org/project/gpyopt,7096.0,7096.0,,,,,,,,2.0,,2020-03-19 11:37:45.000,38.0,,,,,,,,,,,,,,,,,,, +523,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2023-11-30 08:29:05.000000,2023-10-26 19:25:33,460.0,9.0,101.0,23.0,86.0,15.0,94.0,637.0,"Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave and AIFF files with python 2..",26.0,25,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,111.0,,https://pypi.org/project/tinytag,23835.0,23835.0,,,,,,,,3.0,,2023-10-26 19:30:36.000,111.0,,,,,,,,,,,,,,,,,,, +524,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,12.0,68.0,26.0,433.0,10.0,237.0,631.0,torchbearer: A model fitting library for PyTorch.,14.0,25,True,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],88.0,84.0,https://pypi.org/project/torchbearer,1259.0,1259.0,,,,,,,,3.0,,2023-12-01 18:48:07.000,4.0,,,,,,,,,,,,,,,,,,, +525,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,2023-12-10 19:24:11.000000,2023-12-10 19:24:06,3708.0,15.0,67.0,47.0,350.0,21.0,388.0,549.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2023-11-14 15:08:13.000,4.0.1,69.0,skll,conda-forge/skll,,,['sklearn'],58.0,40.0,https://pypi.org/project/skll,356.0,858.0,https://anaconda.org/conda-forge/skll,2023-11-15 00:08:06.079,12570.0,,,,,3.0,13.0,2023-11-14 15:04:40.000,18.0,,,,,,,,,,,,,,,,,,, +526,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,2023-12-15 16:39:06.000000,2023-12-15 16:39:06,519.0,6.0,150.0,31.0,172.0,8.0,97.0,538.0,Machine learning for multivariate data analysis through the Riemannian geometry of symmetric or Hermitian positive..,28.0,25,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],316.0,297.0,https://pypi.org/project/pyriemann,24603.0,24869.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,4792.0,,,,,3.0,,2022-07-17 13:53:18.565,19.0,,,,,,,,,,,,,,,,,,, +527,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2023-12-21 01:42:40.000000,2023-12-21 01:42:40,330.0,52.0,85.0,7.0,19.0,2.0,76.0,504.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code.,17.0,25,True,2023-12-20 21:23:21.000,0.5.0,155.0,featurewiz,,,,,64.0,62.0,https://pypi.org/project/featurewiz,9877.0,9877.0,,,,,,,,2.0,,2023-12-20 21:23:21.000,2.0,,,,,,,,,,,,,,,,,,, +528,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,2023-11-26 01:06:29.000000,2023-11-26 01:06:21,757.0,20.0,81.0,13.0,30.0,9.0,46.0,350.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2023-03-05 05:35:05.094,3.0.1,57.0,pymap3d,conda-forge/pymap3d,,,,359.0,336.0,https://pypi.org/project/pymap3d,71910.0,73369.0,https://anaconda.org/conda-forge/pymap3d,2023-06-16 19:18:14.535,65673.0,,,,,3.0,,2023-03-05 05:35:05.094,23.0,,,,,,,,,,,,,,,,,,, +529,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,2023-12-20 16:14:39.221000,2023-12-13 18:28:10,521.0,9.0,37.0,5.0,12.0,6.0,47.0,307.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,13.0,25,True,2023-12-19 14:22:21.000,0.8.1,24.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],589.0,560.0,https://pypi.org/project/scikit-posthocs,74493.0,98318.0,https://anaconda.org/conda-forge/scikit-posthocs,2023-12-20 16:14:39.221,905387.0,,,,,3.0,39.0,2023-12-19 14:22:21.000,29.0,,,,,,,,,,,,,,,,,,, +530,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2023-12-15 00:49:05.000000,2023-12-02 03:15:40,516.0,13.0,54.0,40.0,265.0,17.0,59.0,296.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",37.0,25,False,2023-11-21 05:30:42.000,1.2.5,72.0,gokart,,,,,79.0,74.0,https://pypi.org/project/gokart,4086.0,4086.0,,,,,,,,3.0,,2023-11-21 05:30:42.000,5.0,,,,,,,,,,,,,,,,,,, +531,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,14.0,49.0,14.0,712.0,217.0,203.0,274.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,25,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,105.0,97.0,https://pypi.org/project/orion,1356.0,1356.0,,,,,,,,2.0,,2022-08-22 17:10:40.826,8.0,,,,,,,,,,,,,,,,,,, +532,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2023-11-30 16:50:36.000000,2023-11-30 16:45:02,1094.0,4.0,881.0,117.0,674.0,238.0,542.0,5343.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],16.0,15.0,https://pypi.org/project/mmf,297.0,297.0,,,,,,,,3.0,,2020-06-12 22:15:02.000,1.0,,,,,,,,,,,,,,,,,,, +533,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,138.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'],1120.0,1104.0,https://pypi.org/project/textgenrnn,925.0,938.0,,,,,,,,3.0,888.0,2020-02-02 21:16:15.000,16.0,,,,,,,,,,,,,,,,,,, +534,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2023-12-18 21:21:53.000000,2023-12-05 18:31:50,1553.0,50.0,821.0,146.0,1452.0,326.0,398.0,4889.0,Simple and Distributed Machine Learning.,115.0,24,True,2023-11-02 01:41:54.000,1.0.1,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,,,,,,,,,,3.0,,2020-03-18 01:27:31.000,,,,,,,,,,,,,,,,,,,, +535,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,2023-11-19 13:26:15.000000,2023-11-19 13:26:15,334.0,6.0,923.0,46.0,30.0,62.0,112.0,4639.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,24,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],174.0,166.0,https://pypi.org/project/scikit-opt,2545.0,2545.0,,,,,,,,3.0,,2022-01-14 08:49:08.000,8.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,2023-08-31 07:24:48.000000,2022-07-29 10:37:24,205.0,,991.0,93.0,62.0,248.0,269.0,4507.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,18990.0,18990.0,,,,,,,,3.0,,2020-01-10 11:36:02.000,28.0,,,,,,,,,,,,,,,,,,, +537,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,532.0,104.0,617.0,84.0,606.0,4128.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,24,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],,,https://pypi.org/project/yellowbrick,466176.0,468001.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,73030.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +538,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,,715.0,66.0,247.0,124.0,823.0,3956.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,,,,,35.0,,https://pypi.org/project/stable-baselines,5573.0,5573.0,,,,,,,,3.0,,2021-04-06 12:38:10.521,35.0,,,,,,,,,,,,,,,,,,, +539,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,178.0,385.0,33.0,430.0,3808.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],15.0,15.0,https://pypi.org/project/matchzoo,102.0,102.0,,,,,,,,3.0,,2019-10-24 13:09:11.000,,,,,,,,,,,,,,,,,,,, +540,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,175.0,50.0,65.0,49.0,3476.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'],59.0,56.0,https://pypi.org/project/adanet,75.0,75.0,,,,,,,,3.0,,2020-07-09 21:03:28.000,3.0,,,,,,,,,,,,,,,,,,, +541,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,2023-11-06 16:44:05.000000,2023-11-06 16:37:37,171.0,2.0,445.0,91.0,78.0,65.0,137.0,3317.0,Generate embeddings from large-scale graph-structured data.,31.0,24,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],3.0,,https://pypi.org/project/torchbiggraph,275875.0,275877.0,,,,,,,,2.0,167.0,2019-10-14 16:44:41.000,3.0,,,,,,,,,,,,,,,,,,, +542,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,106.0,396.0,3109.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],122.0,121.0,https://pypi.org/project/parl,814.0,814.0,,,,,,,,3.0,,2022-05-13 04:46:41.000,1.0,,,,,,,,,,,,,,,,,,, +543,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,5.0,219.0,54.0,36.0,71.0,121.0,3074.0,A GUI for Pandas DataFrames.,15.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],329.0,324.0,https://pypi.org/project/pandasgui,3750.0,4339.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,20631.0,,,,,3.0,,2021-08-14 09:14:51.000,5.0,,,,,,,,,,,,,,,,,,, +544,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2023-12-03 13:55:18.000000,2023-08-24 15:33:37,935.0,,169.0,20.0,74.0,90.0,167.0,2683.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,27.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,37.0,36.0,https://pypi.org/project/ffcv,1105.0,1105.0,,,,,,,,3.0,,2022-01-28 20:40:22.000,1.0,,,,,,,,,,,,,,,,,,, +545,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2023-06-30 21:16:15.000000,2023-06-30 21:16:10,470.0,,308.0,68.0,315.0,42.0,124.0,2675.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'],49.0,48.0,https://pypi.org/project/ddsp,2066.0,2412.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14566.0,,,,,3.0,,2022-05-25 17:42:19.000,1.0,,,,,,,,,,,,,,,,,,, +546,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,2023-11-02 03:31:23.000000,2023-11-02 03:13:52,1297.0,2.0,314.0,93.0,2156.0,206.0,982.0,2660.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",52.0,24,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,1.0,,https://pypi.org/project/pymars,27782.0,27782.0,,,,,,,,3.0,,2022-06-12 11:43:21.000,1.0,,,,,,,,,,,,,,,,,,, +547,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,328.0,79.0,55.0,154.0,68.0,2223.0,Multilingual text (NLP) processing toolkit.,26.0,24,False,,,,polyglot,,,,,1148.0,1148.0,https://pypi.org/project/polyglot,59373.0,59373.0,,,,,,,,3.0,,,,-3.0,,,,,,,,,,,,,,,,,, +548,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,,257.0,57.0,56.0,19.0,50.0,2204.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],631.0,612.0,https://pypi.org/project/pytorch-nlp,7812.0,7812.0,,,,,,,,3.0,,2019-11-04 04:35:18.000,19.0,,,,,,,,,,,,,,,,,,, +549,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,295.0,66.0,14.0,26.0,46.0,2189.0,Stand-alone language identification system.,9.0,24,False,,,,langid,,,,,9139.0,9139.0,https://pypi.org/project/langid,314513.0,314513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +550,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2023-09-05 06:09:07.000000,2023-09-05 06:09:05,385.0,,280.0,56.0,14.0,21.0,78.0,2173.0,Beautiful visualizations of how language differs among document types.,14.0,24,True,2017-03-13 05:31:21.000,0.0.2.4.4,18.0,scattertext,conda-forge/scattertext,,,,476.0,476.0,https://pypi.org/project/scattertext,10343.0,11467.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,85447.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +551,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,2023-12-21 00:46:02.000000,2023-10-16 16:49:59,532.0,9.0,195.0,40.0,115.0,62.0,125.0,2070.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,25.0,24,True,2023-12-21 00:46:02.000,2023.12.21,767.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,6525.0,6525.0,,,,,,,,3.0,,2023-12-21 00:46:02.000,,,,,,,,,,,,,,,,,,,, +552,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,2023-11-15 21:03:09.000000,2023-07-01 21:39:32,2288.0,,229.0,37.0,37.0,9.0,109.0,2023.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,17.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,218.0,214.0,https://pypi.org/project/karateclub,3941.0,4472.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,21776.0,,,,,2.0,,2022-10-22 16:17:27.886,4.0,,,,,,,,,,,,,,,,,,, +553,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,2023-10-11 19:12:48.654000,2023-05-26 18:23:37,117.0,,228.0,44.0,36.0,45.0,21.0,1823.0,Parallel t-SNE implementation with Python and Torch wrappers.,17.0,24,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],436.0,414.0,https://pypi.org/project/MulticoreTSNE,5423.0,6385.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,30787.0,,,,,3.0,,2019-01-09 07:23:04.000,22.0,,,,,,,,,,,,,,,,,,, +554,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1601.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,24,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],176.0,168.0,https://pypi.org/project/talos,1074.0,1074.0,,,,,,,,3.0,,2022-05-28 10:07:34.000,8.0,,,,,,,,,,,,,,,,,,, +555,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,238.0,49.0,48.0,22.0,91.0,1565.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,320.0,306.0,https://pypi.org/project/sense2vec,1862.0,3976.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35407.0,,,,,3.0,60846.0,2021-04-19 07:05:28.000,14.0,,,,,,,,,,,,,,,,,,, +556,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,,119.0,28.0,31.0,58.0,50.0,1562.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'],369.0,364.0,https://pypi.org/project/higher,68528.0,68528.0,,,,,,,,2.0,,2020-07-14 12:20:32.000,5.0,,,,,,,,,,,,,,,,,,, +557,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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,1.0,,1528.0,Feature engineering package with sklearn like functionality.,38.0,24,True,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,94.0,,https://pypi.org/project/feature_engine,135918.0,136994.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,43061.0,,,,,3.0,,2023-09-18 14:50:58.000,94.0,,,,,,,,,,,,,,,,,,, +558,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,91.0,165.0,103.0,224.0,1349.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],43.0,42.0,https://pypi.org/project/niftynet,136.0,136.0,,,,,,,,3.0,,2019-10-10 10:59:33.000,1.0,,,,,,,,,,,,,,,,,,, +559,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2023-09-27 15:14:50.000000,2023-09-27 15:14:33,667.0,1.0,159.0,47.0,161.0,19.0,378.0,1283.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,24,False,2023-02-16 21:26:00.740,1.6.0,26.0,dalex,conda-forge/dalex,,,,149.0,143.0,https://pypi.org/project/dalex,16118.0,16440.0,https://anaconda.org/conda-forge/dalex,2023-06-16 19:24:13.607,11277.0,,,,,3.0,,2022-09-07 14:45:39.364,6.0,,,,,,,,,,,,,,,,,,, +560,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2023-08-29 11:31:26.000000,2023-08-29 11:31:26,76.0,,226.0,20.0,16.0,4.0,87.0,1141.0,Implementation of the node2vec algorithm.,12.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,544.0,524.0,https://pypi.org/project/node2vec,74928.0,75332.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27091.0,,,,,2.0,,2022-08-01 11:35:00.616,20.0,,,,,,,,,,,,,,,,,,, +561,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,,224.0,73.0,415.0,75.0,147.0,1139.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,,,,,168.0,158.0,https://pypi.org/project/chainerrl,501.0,501.0,,,,,,,,3.0,,2020-02-14 05:35:56.000,10.0,,,,,,,,,,,,,,,,,,, +562,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,7.0,184.0,34.0,73.0,3.0,86.0,1032.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'],206.0,197.0,https://pypi.org/project/keract,4349.0,4349.0,,,,,,,,3.0,,2022-09-25 14:40:40.377,9.0,,,,,,,,,,,,,,,,,,, +563,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2023-11-16 19:55:28.000000,2019-08-16 09:00:15,140.0,,104.0,12.0,20.0,15.0,15.0,1024.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,4657.0,4363.0,https://pypi.org/project/gputil,368427.0,368427.0,,,,,,,,3.0,,2018-12-18 09:12:13.000,294.0,,,,,,,,,,,,,,,,,,, +564,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,2.0,172.0,48.0,112.0,51.0,170.0,956.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,325.0,275.0,https://pypi.org/project/scikit-cuda,663.0,663.0,,,,,,,,3.0,,2019-05-27 00:29:00.000,50.0,,,,,,,,,,,,,,,,,,, +565,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,2023-12-12 19:09:25.594000,2023-11-09 15:26:22,727.0,2.0,143.0,16.0,100.0,27.0,229.0,902.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,44.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],75.0,,https://pypi.org/project/torch-sparse,28693.0,34421.0,https://anaconda.org/conda-forge/pytorch_sparse,2023-12-12 19:09:25.594,240576.0,,,,,2.0,,2023-10-06 08:51:55.000,75.0,,,,,,,,,,,,,,,,,,, +566,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,,150.0,25.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],49.0,3.0,https://pypi.org/project/gmaps,4397.0,9433.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,309740.0,,,,,3.0,,2021-12-15 15:42:57.506,44.0,4.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,2.0,1116.0,,,,,,,,,,,, +567,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,2023-11-06 22:17:29.000000,2023-11-06 22:11:24,461.0,12.0,72.0,25.0,160.0,40.0,62.0,748.0,,26.0,24,False,2023-11-06 22:17:30.000,1.8.0,9.0,objax,,,,['jax'],44.0,44.0,https://pypi.org/project/objax,2288.0,2288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +568,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,,159.0,33.0,25.0,34.0,235.0,739.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,True,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,176.0,163.0,https://pypi.org/project/neupy,4431.0,4431.0,,,,,,,,3.0,,2019-04-04 19:43:06.000,13.0,,,,,,,,,,,,,,,,,,, +569,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,2023-12-21 13:39:44.625000,2023-10-11 13:01:19,594.0,3.0,127.0,16.0,53.0,27.0,121.0,723.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,32.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,13445.0,15383.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-21 13:39:44.625,83355.0,,,,,2.0,,2023-10-12 06:52:43.000,45.0,,,,,,,,,,,,,,,,,,, +570,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,72.0,13.0,48.0,22.0,53.0,684.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1072.0,1072.0,https://pypi.org/project/pysbd,247339.0,247528.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,4921.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +571,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,,138.0,129.0,91.0,43.0,67.0,645.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'],195.0,180.0,https://pypi.org/project/mapboxgl,11414.0,11414.0,,,,,,,,3.0,,2019-06-02 16:02:54.380,15.0,,,,,,,,,,,,,,,,,,, +572,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,2023-12-21 12:58:29.000000,2023-12-15 14:02:47,841.0,21.0,80.0,9.0,695.0,94.0,422.0,573.0,Automated modeling and machine learning framework FEDOT.,31.0,24,True,2023-07-25 13:20:41.000,0.7.2,19.0,fedot,,,,,44.0,43.0,https://pypi.org/project/fedot,629.0,629.0,,,,,,,,3.0,,2023-07-25 13:17:29.000,1.0,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +573,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2023-10-18 13:09:12.000000,2023-10-18 13:08:59,466.0,6.0,48.0,8.0,51.0,157.0,230.0,559.0,python binding for libvips using cffi.,16.0,24,True,2022-06-12 09:54:07.000,2.2.1,24.0,pyvips,conda-forge/pyvips,,,,684.0,634.0,https://pypi.org/project/pyvips,52579.0,54437.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,70636.0,,,,,3.0,,2022-06-12 09:54:07.000,50.0,,,,,,,,,,,,,,,,,,, +574,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,9.0,17.0,11.0,12.0,501.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'],4205.0,4041.0,https://pypi.org/project/findspark,2002245.0,2012021.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,879877.0,,,,,3.0,,2022-02-11 08:02:06.000,164.0,,,,,,,,,,,,,,,,,,, +575,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2023-09-23 13:28:08.196000,2022-01-15 18:08:37,1718.0,,59.0,14.0,11.0,33.0,6.0,489.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,,,,3696.0,,https://pypi.org/project/whoosh,340185.0,347304.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,220706.0,,,,,3.0,,2016-04-04 01:19:40.000,3696.0,,,,,,,,,,,,,,,,,,, +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,2023-12-18 23:05:34.000000,2023-12-05 12:09:16,955.0,23.0,169.0,24.0,824.0,92.0,382.0,481.0,MONAI Label is an intelligent open source image labeling and learning tool.,55.0,24,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,125.0,2490.0,,,,,,,,3.0,68599.0,2023-10-01 02:24:07.000,,,,,,,,,,,,,,,,,,,, +577,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,2023-10-20 17:29:31.000000,2023-10-20 17:29:28,575.0,1.0,84.0,29.0,317.0,75.0,27.0,363.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],339.0,332.0,https://pypi.org/project/tensorflow-cloud,37750.0,37750.0,,,,,,,,3.0,,2021-06-17 01:15:10.000,7.0,,,,,,,,,,,,,,,,,,, +578,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2023-11-19 21:07:53.000000,2023-11-19 20:49:10,166.0,13.0,47.0,17.0,2.0,9.0,3.0,363.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,24,True,2023-11-19 21:07:53.000,0.1.1,12.0,suod,,,,,498.0,496.0,https://pypi.org/project/suod,52805.0,52805.0,,,,,,,,3.0,,2023-11-19 21:07:53.000,2.0,,,,,,,,,,,,,,,,,,, +579,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2023-12-13 23:01:05.000000,2023-12-13 23:01:05,2538.0,82.0,56.0,8.0,235.0,29.0,79.0,250.0,Python recommendation toolkit.,13.0,24,False,2022-08-16 20:29:07.512,0.14.2,23.0,lenskit,conda-forge/lenskit,,,,98.0,94.0,https://pypi.org/project/lenskit,1011.0,1642.0,https://anaconda.org/conda-forge/lenskit,2023-06-16 19:23:42.362,23381.0,,,,,3.0,,2022-08-16 20:29:07.512,4.0,,,,,,,,,,,,,,,,,,, +580,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,790.0,169.0,1588.0,61.0,74.0,6358.0,A natural language modeling framework based on PyTorch.,234.0,23,False,2020-06-08 23:30:58.000,0.3.3,9.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,176.0,181.0,,,,,,,,3.0,351.0,,,,,,,,,,,,,,,,,,,,, +581,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,2023-12-18 19:53:02.000000,2023-12-18 19:52:57,597.0,5.0,727.0,105.0,587.0,59.0,345.0,5648.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,23,True,2020-04-03 19:06:25.000,0.4.0,1.0,t5,,,,['tensorflow'],,,https://pypi.org/project/t5,21386.0,21386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +582,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,2023-12-09 23:25:52.000000,2022-08-09 13:26:32,565.0,,1273.0,305.0,205.0,67.0,208.0,4575.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,1908.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143129.0,3.0,,,,,,,,,,,,,,,,,,,,,, +583,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,2023-12-19 09:35:47.000000,2021-06-02 09:45:13,150.0,,708.0,102.0,33.0,101.0,113.0,4378.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,23,False,2020-01-08 15:35:45.000,2.2.0,1.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],118.0,118.0,https://pypi.org/project/ISR,6113.0,6116.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,230.0,3.0,,,,,,,,,,,,,,,,,,,,,, +584,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,,512.0,138.0,649.0,66.0,197.0,3848.0,Snips Python library to extract meaning from text.,22.0,23,False,2020-01-15 09:51:41.000,0.20.2,58.0,snips-nlu,,,,,,,https://pypi.org/project/snips-nlu,1764.0,1764.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +585,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,2023-12-21 02:26:45.000000,2023-12-21 02:21:00,1585.0,9.0,505.0,152.0,609.0,69.0,75.0,3488.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",164.0,23,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,33.0,33.0,,,,,,,,3.0,,2020-05-27 20:58:01.000,,,,,,,,,,,,,,,,,,,, +586,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,2023-12-19 11:22:24.000000,2023-11-05 09:58:06,2685.0,38.0,1042.0,132.0,1028.0,53.0,72.0,3023.0,a distributed deep learning platform.,85.0,23,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,56.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,731.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,5093.0,3.0,,,,,,,,,,,,,,,,,,,,,, +587,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,,236.0,43.0,110.0,80.0,64.0,2835.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,11143.0,11145.0,,,,,,,,3.0,120.0,2021-07-01 17:11:02.000,6.0,,,,,,,,,,,,,,,,,,, +588,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,2017-05-05 02:27:30.000,2023-12-15 03:22:16.000000,2023-12-15 03:22:08,3454.0,2.0,732.0,108.0,3871.0,533.0,855.0,2593.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,23,True,2022-01-25 00:22:00.888,0.11.2,418.0,analytics-zoo,,,,['spark'],5.0,4.0,https://pypi.org/project/analytics-zoo,488.0,488.0,,,,,,,,3.0,,2022-08-22 20:19:01.213,1.0,,,,,,,,,,,,,,,,,,, +589,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,27.0,350.0,2376.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],62.0,62.0,https://pypi.org/project/kashgari-tf,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +590,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,,303.0,67.0,78.0,63.0,68.0,2099.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'],29.0,26.0,https://pypi.org/project/sru,2220.0,2220.0,,,,,,,,3.0,,2021-06-17 23:33:37.000,3.0,,,,,,,,,,,,,,,,,,, +591,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,,645.0,82.0,48.0,24.0,64.0,2006.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,467.0,455.0,https://pypi.org/project/finta,6600.0,6600.0,,,,,,,,3.0,,2020-10-21 11:39:44.000,12.0,,,,,,,,,,,,,,,,,,, +592,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,,238.0,44.0,33.0,51.0,90.0,1888.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'],154.0,154.0,https://pypi.org/project/torchmeta,5249.0,5249.0,,,,,,,,3.0,,2021-09-20 16:06:33.000,,,,,,,,,,,,,,,,,,,, +593,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,2023-12-19 05:59:30.209000,2023-09-26 02:48:50,872.0,1.0,128.0,33.0,407.0,57.0,334.0,1763.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,18.0,23,True,2023-01-29 22:05:17.000,1.1.4.2,23.0,orbit-ml,conda-forge/orbit-ml,,,,43.0,42.0,https://pypi.org/project/orbit-ml,31023.0,31226.0,https://anaconda.org/conda-forge/orbit-ml,2023-12-19 05:59:30.209,4677.0,,,,,3.0,,2023-01-29 22:06:26.764,1.0,,,,,,,,,,,,,,,,,,, +594,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,,114.0,38.0,11.0,33.0,51.0,1607.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,336.0,324.0,https://pypi.org/project/pymagnitude,1462.0,1462.0,,,,,,,,3.0,,2020-05-25 11:26:36.000,12.0,,,,,,,,,,,,,,,,,,, +595,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,2023-12-14 14:58:01.000000,2023-12-14 14:58:00,369.0,6.0,138.0,17.0,69.0,17.0,34.0,1569.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,15.0,23,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pythae,14058.0,14058.0,,,,,,,,3.0,,2023-09-06 15:46:59.000,,,,,,,,,,,,,,,,,,,, +596,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,203.0,45.0,12.0,4.0,51.0,1552.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,23,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],203.0,201.0,https://pypi.org/project/geffnet,6757.0,6757.0,,,,,,,,3.0,,2021-07-08 19:05:05.000,2.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,2023-12-07 16:22:32.000000,2023-11-08 21:41:55,157.0,2.0,162.0,99.0,184.0,35.0,25.0,1465.0,fklearn: Functional Machine Learning.,55.0,23,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,397.0,397.0,,,,,,,,3.0,,2023-11-09 12:59:48.000,,,,,,,,,,,,,,,,,,,, +598,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2023-09-01 16:34:21.000000,2023-08-25 22:11:00,340.0,,292.0,40.0,252.0,69.0,192.0,1397.0,A framework for Privacy Preserving Machine Learning.,33.0,23,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,391.0,391.0,,,,,,,,3.0,,2022-12-08 22:11:59.883,1.0,,,,,,,,,,,,,,,,,,, +599,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,2023-11-06 16:35:34.000000,2023-11-06 15:20:05,206.0,2.0,307.0,49.0,43.0,,,1284.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,23,True,2020-09-13 21:05:45.000,0.8.4,1.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],375.0,375.0,https://pypi.org/project/keras-ocr,26080.0,45113.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,299.0,,,,,3.0,742000.0,,,,,,,,,,,,,,,,,,,,, +600,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1258.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],60.0,59.0,https://pypi.org/project/sklearn-porter,345.0,345.0,,,,,,,,3.0,,2019-12-18 13:39:19.000,1.0,,,,,,,,,,,,,,,,,,, +601,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2023-12-18 18:54:17.000000,2023-12-09 21:53:10,773.0,24.0,172.0,18.0,257.0,70.0,94.0,1210.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,23,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,53008.0,53008.0,,,,,,,,3.0,,2023-10-27 03:54:06.000,6.0,,,,,,,,,,,,,,,,,,, +602,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2023-10-25 14:32:27.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,85.0,64.0,205.0,1010.0,Line based ATR Engine based on OCRopy.,20.0,23,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,1696.0,1696.0,,,,,,,,3.0,,2023-08-18 11:50:18.000,5.0,,,,,,,,,,,,,,,,,,, +603,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,14.0,82.0,900.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2358.0,2343.0,https://pypi.org/project/kapre,1216.0,1216.0,,,,,,,,3.0,26.0,2022-01-21 20:09:21.000,15.0,,,,,,,,,,,,,,,,,,, +604,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2023-12-21 11:05:58.000000,2023-12-20 17:12:47,1430.0,187.0,53.0,13.0,356.0,11.0,421.0,885.0,"dstack simplifies training, fine-tuning, and deploying generative AI models on any cloud. Discord:..",14.0,23,True,2023-11-29 18:26:52.000,0.12.4.post1,160.0,dstack,,,,,13.0,13.0,https://pypi.org/project/dstack,916.0,916.0,,,,,,,,3.0,,2023-12-20 10:58:26.000,,,,,,,,,,,,,,,,,,,, +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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,104.0,26.0,36.0,34.0,69.0,867.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],570.0,558.0,https://pypi.org/project/pandas-bokeh,18456.0,18456.0,,,,,,,,3.0,,2021-04-11 17:43:13.000,12.0,,,,,,,,,,,,,,,,,,, +606,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,136.0,25.0,594.0,62.0,511.0,840.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,4161.0,4161.0,,,,,,,,3.0,,2022-02-10 15:55:46.374,6.0,,,,,,,,,,,,,,,,,,, +607,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,,101.0,29.0,60.0,20.0,74.0,814.0,ML-Ensemble high performance ensemble learning.,7.0,23,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,359.0,355.0,https://pypi.org/project/mlens,2693.0,2693.0,,,,,,,,3.0,,2018-10-30 22:30:43.000,4.0,,,,,,,,,,,,,,,,,,, +608,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,2023-12-02 22:09:26.000000,2023-12-02 22:09:25,222.0,7.0,81.0,20.0,153.0,24.0,82.0,811.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,23,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,53.0,52.0,https://pypi.org/project/baal,2104.0,2319.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7557.0,,,,,3.0,,2023-10-02 19:57:48.000,1.0,,,,,,,,,,,,,,,,,,, +609,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,2023-12-20 17:34:31.000000,2023-12-20 17:33:51,280.0,8.0,243.0,45.0,18.0,9.0,91.0,794.0,Data compression in TensorFlow.,21.0,23,True,2023-10-13 19:56:17.000,2.14.0,22.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,12466.0,12466.0,,,,,,,,3.0,,2023-10-12 23:14:15.000,2.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,2023-12-20 21:10:14.000000,2023-08-23 11:46:56,231.0,,103.0,15.0,39.0,35.0,24.0,774.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,11.0,23,True,2022-12-19 18:16:02.257,0.5.1,12.0,detoxify,,,,,484.0,474.0,https://pypi.org/project/detoxify,18373.0,27331.0,,,,,,,,3.0,331464.0,2022-12-19 18:16:02.257,10.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,2023-12-13 17:02:20.000000,2023-11-24 10:43:28,313.0,7.0,129.0,20.0,72.0,5.0,63.0,770.0,An intuitive library to extract features from time series.,18.0,23,True,2023-08-23 07:53:53.000,0.1.6,10.0,tsfel,,,,,105.0,105.0,https://pypi.org/project/tsfel,22244.0,22244.0,,,,,,,,3.0,,2023-08-22 10:46:05.000,,,,,,,,,,,,,,,,,,,, +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,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,23.0,33.0,657.0,Working with molecular structures in pandas DataFrames.,15.0,23,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],239.0,216.0,https://pypi.org/project/biopandas,85259.0,87017.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,147693.0,,,,,3.0,,2023-08-28 15:32:25.000,23.0,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +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,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,80.0,21.0,8.0,23.0,41.0,634.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'],408.0,387.0,https://pypi.org/project/pivottablejs,22437.0,22467.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2840.0,,,,,3.0,,2018-01-15 18:14:37.000,21.0,,,,,,,,,,,,,,,,,,, +614,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,577.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,23,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],141.0,136.0,https://pypi.org/project/rfpimp,25473.0,25473.0,,,,,,,,3.0,,2021-01-28 23:19:33.000,5.0,,,,,,,,,,,,,,,,,,, +615,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,2023-08-10 03:20:53.000000,2023-08-10 03:20:53,1214.0,,63.0,7.0,206.0,18.0,109.0,483.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],218.0,213.0,https://pypi.org/project/happytransformer,2910.0,2910.0,,,,,,,,3.0,,2023-08-05 22:54:02.000,5.0,,,,,,,,,,,,,,,,,,, +616,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,16.0,41.0,11.0,11.0,9.0,52.0,477.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,23,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,26.0,21.0,https://pypi.org/project/hyperactive,4556.0,4558.0,,,,,,,,3.0,130.0,2023-10-24 14:03:36.000,5.0,,,,,,,,,,,,,,,,,,, +617,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,6.0,27.0,8.0,4.0,22.0,59.0,275.0,Multiple Imputation with LightGBM in Python.,6.0,23,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,118.0,113.0,https://pypi.org/project/miceforest,27961.0,28359.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11549.0,,,,,1.0,,2023-11-16 02:24:03.000,5.0,,,,,,,,,,,,,,,,,,, +618,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,2023-12-07 15:30:25.000000,2023-02-07 10:12:31,47.0,,2122.0,149.0,88.0,236.0,284.0,12250.0,End-to-End Object Detection with Transformers.,26.0,22,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +619,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,486.0,83.0,37.0,53.0,26.0,10611.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,39.0,39.0,https://pypi.org/project/prettymaps,821.0,918.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2237.0,,,,,3.0,,2021-10-19 13:33:43.000,,,,,,,,,,,,,,,,,,,, +620,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,8.0,648.0,96.0,150.0,98.0,103.0,8328.0,The user analytics platform for LLMs.,40.0,22,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,332.0,332.0,,,,,,,,3.0,,2023-06-18 11:03:00.511,2.0,,nebuly-ai/nebuly,,,,,,,,,,,,,,,,, +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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,146.0,1362.0,118.0,986.0,7967.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,1034.0,1034.0,,,,,,,,3.0,,2022-09-23 17:40:01.770,1.0,,,,,,,,,,,,,,,,,,, +622,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,262.0,68.0,115.0,135.0,6196.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,97.0,97.0,,,,,,,,3.0,,2015-04-19 21:20:16.000,3.0,,,,,,,,,,,,,,,,,,, +623,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,,779.0,224.0,25.0,7.0,122.0,5311.0,Build Graph Nets in Tensorflow.,11.0,22,True,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],28.0,20.0,https://pypi.org/project/graph-nets,1332.0,1332.0,,,,,,,,3.0,,2020-01-29 16:00:25.000,8.0,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +624,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,2023-04-10 13:46:12.000000,2022-05-30 07:32:06,3344.0,,809.0,234.0,109.0,56.0,620.0,4837.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,22,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,23.0,,,,,,,,3.0,1501.0,,,,,,,,,,,,,,,,,,,,, +625,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,,323.0,75.0,37.0,95.0,74.0,4384.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,770.0,770.0,,,,,,,,3.0,,2022-03-13 19:09:50.000,,,,,,,,,,,,,,,,,,,, +626,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,2023-12-09 10:48:21.000000,2023-01-15 11:37:16,279.0,,835.0,108.0,92.0,112.0,349.0,4368.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,11378.0,11378.0,,,,,,,,3.0,,2021-12-13 01:36:44.000,2.0,,,,,,,,,,,,,,,,,,, +627,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3865.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,,,,1.0,,https://pypi.org/project/nervananeon,102.0,126.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1869.0,,,,,3.0,374.0,2018-01-05 23:25:04.000,1.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,,654.0,77.0,53.0,176.0,101.0,3354.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'],7.0,,https://pypi.org/project/gpt-2-simple,3365.0,3374.0,,,,,,,,3.0,538.0,2021-10-18 01:47:20.000,7.0,,,,,,,,,,,,,,,,,,, +629,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2023-10-20 18:29:52.000000,2023-10-20 18:18:37,406.0,1.0,320.0,53.0,413.0,79.0,106.0,3166.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",37.0,22,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],34.0,33.0,https://pypi.org/project/vissl,218.0,218.0,,,,,,,,3.0,,2021-11-02 15:36:07.000,1.0,,,,,,,,,,,,,,,,,,, +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,2023-11-28 21:11:34.000000,2021-05-06 12:10:38,127.0,,154.0,50.0,55.0,2.0,30.0,2968.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,,,,46.0,46.0,https://pypi.org/project/opyrator,250.0,310.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1391.0,,,,,3.0,,2021-05-04 18:48:03.000,,,,,,,,,,,,,,,,,,,, +631,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,2023-12-15 22:52:18.000000,2023-12-15 22:50:38,766.0,1.0,362.0,93.0,547.0,144.0,92.0,2740.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,22,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-graphics,5854.0,5854.0,,,,,,,,3.0,,2021-12-03 22:33:39.000,9.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,,402.0,129.0,136.0,52.0,128.0,2395.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,,,10.0,luminoth,,,,['tensorflow'],51.0,51.0,https://pypi.org/project/luminoth,2773.0,2944.0,,,,,,,,3.0,12711.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,80.0,144.0,36.0,126.0,2372.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'],29.0,27.0,https://pypi.org/project/texar,69.0,69.0,,,,,,,,3.0,,2019-11-19 04:11:18.000,2.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,2023-12-12 15:07:33.000000,2023-08-10 17:09:47,309.0,,150.0,24.0,31.0,28.0,31.0,1833.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,395.0,573.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4265.0,,,,,3.0,70.0,2022-01-09 21:14:50.000,1.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,2023-07-27 13:04:26.000000,2023-07-27 13:04:12,336.0,,337.0,42.0,68.0,159.0,95.0,1831.0,Super easy library for BERT based NLP models.,36.0,22,True,2023-07-27 13:04:26.000,2.0.17,66.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,1378.0,1378.0,,,,,,,,3.0,,2023-07-27 13:04:26.000,2.0,,,,,,,,,,,,,,,,,,, +636,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2023-09-26 02:48:51.000000,2023-09-26 02:48:50,872.0,1.0,128.0,33.0,407.0,57.0,334.0,1763.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,18.0,22,True,2023-01-29 22:05:17.000,1.1.4.2,23.0,orbit-ml,,,,,43.0,42.0,https://pypi.org/project/orbit-ml,31023.0,31023.0,,,,,,,,3.0,,2023-01-29 22:06:26.764,1.0,,,,,,,,,,,,,,,,,,, +637,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,2023-12-19 05:53:17.000000,2023-06-07 17:48:50,26.0,,101.0,37.0,28.0,22.0,78.0,1759.0,"A flexible, intuitive and fast forecasting library.",9.0,22,True,2023-06-07 17:56:26.462,0.5.1,10.0,greykite,,,,,25.0,25.0,https://pypi.org/project/greykite,14283.0,14283.0,,,,,,,,3.0,5.0,2022-07-15 21:40:53.479,,,,,,,,,,,,,,,,,,,, +638,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2023-04-08 10:04:48.000000,2020-04-24 06:58:09,58.0,,255.0,44.0,13.0,57.0,35.0,1748.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']",249.0,238.0,https://pypi.org/project/hiddenlayer,1848.0,1848.0,,,,,,,,3.0,,2020-04-24 07:32:11.000,11.0,,,,,,,,,,,,,,,,,,, +639,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2023-12-18 04:26:36.000000,2023-12-18 04:26:30,1074.0,4.0,255.0,33.0,36.0,26.0,172.0,1682.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,458.0,458.0,,,,,,,,3.0,,2015-08-23 10:30:20.000,8.0,,,,,,,,,,,,,,,,,,, +640,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,98.0,45.0,187.0,216.0,1631.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,990.0,990.0,,,,,,,,3.0,42.0,2018-02-22 01:13:03.000,7.0,,,,,,,,,,,,,,,,,,, +641,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,,290.0,46.0,801.0,71.0,485.0,1577.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,71.0,71.0,,,,,,,,3.0,,2021-05-10 18:56:39.000,,,,,,,,,,,,,,,,,,,, +642,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,2023-11-03 15:04:58.000000,2023-11-03 16:06:14,1169.0,2.0,118.0,28.0,68.0,1.0,29.0,1451.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,22,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,,['pytorch'],7.0,,https://pypi.org/project/pytorch_toolbelt,7289.0,7289.0,,,,,,,,3.0,7.0,2022-06-27 19:59:57.000,7.0,,,,,,,,,,,,,,,,,,, +643,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,2023-11-29 18:30:27.000000,2023-11-29 05:50:04,1211.0,19.0,96.0,31.0,146.0,64.0,130.0,1308.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",23.0,22,True,2022-04-13 10:24:33.000,0.8.1,13.0,kp,,,,,8.0,8.0,https://pypi.org/project/kp,112.0,124.0,,,,,,,,3.0,487.0,2022-04-13 10:22:18.000,,,,,,,,,,,,,,,,,,,, +644,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,,189.0,27.0,57.0,21.0,36.0,1236.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'],150.0,145.0,https://pypi.org/project/advertorch,653.0,653.0,,,,,,,,3.0,,2020-06-15 01:20:07.000,5.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,,167.0,32.0,86.0,15.0,32.0,1147.0,"A program for financial portfolio management, analysis and optimisation.",7.0,22,True,,,14.0,FinQuant,,,,,87.0,87.0,https://pypi.org/project/FinQuant,545.0,545.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +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,2023-12-06 23:24:36.000000,2023-12-06 23:22:36,184.0,3.0,108.0,37.0,25.0,17.0,113.0,1144.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,5336.0,5336.0,,,,,,,,3.0,,2023-12-06 05:33:15.000,8.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,2023-07-16 15:34:00.704000,2023-07-16 15:16:10,420.0,,145.0,96.0,117.0,33.0,45.0,1111.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,98.0,97.0,https://pypi.org/project/pfrl,690.0,690.0,,,,,,,,3.0,,2023-07-16 15:34:00.704,1.0,,,,,,,,,,,,,,,,,,, +648,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,108.0,50.0,98.0,41.0,51.0,1002.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'],214.0,206.0,https://pypi.org/project/tf-explain,2530.0,2530.0,,,,,,,,3.0,,2021-11-18 20:57:29.000,8.0,,,,,,,,,,,,,,,,,,, +649,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2023-06-16 13:21:24.079000,2022-12-12 08:52:31,580.0,,290.0,96.0,120.0,62.0,95.0,975.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",30.0,22,True,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],37.0,,https://pypi.org/project/astroML,817.0,1367.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,41825.0,,,,,3.0,,2022-03-01 20:02:01.000,37.0,,,,,,,,,,,,,,,,,,, +650,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2023-09-27 19:23:04.851000,2023-03-29 07:39:45,85.0,,79.0,26.0,53.0,32.0,28.0,930.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,22,True,2020-02-13 09:57:47.000,1.0.6,4.0,youtokentome,conda-forge/youtokentome,,,,576.0,576.0,https://pypi.org/project/youtokentome,38890.0,40351.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,39454.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +651,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,,82.0,14.0,77.0,218.0,218.0,838.0,"Experiment tracking, ML developer tools.",29.0,22,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,87.0,87.0,https://pypi.org/project/guildai,575.0,575.0,,,,,,,,3.0,14.0,2022-05-11 01:13:31.000,,,,,,,,,,,,,,,,,,,, +652,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,26.0,37.0,25.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,80270.0,80270.0,,,,,,,,3.0,18.0,2019-12-01 01:19:50.000,26.0,,,,,,,,,,,,,,,,,,, +653,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,,144.0,25.0,19.0,26.0,5.0,731.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,22,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],596.0,582.0,https://pypi.org/project/treeinterpreter,83759.0,83918.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6069.0,,,,,3.0,,2021-01-10 20:12:39.000,14.0,,,,,,,,,,,,,,,,,,, +654,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2023-10-17 14:50:13.000000,2023-10-17 14:50:08,1502.0,4.0,78.0,36.0,644.0,22.0,118.0,695.0,Scikit-learn style model finetuning for NLP.,22.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",13.0,11.0,https://pypi.org/project/finetune,70.0,70.0,,,,,,,,3.0,,2023-09-29 10:19:51.000,2.0,,,,,,,,,,,,,,,,,,, +655,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,681.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,,,,376.0,370.0,https://pypi.org/project/vecstack,17132.0,17191.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1851.0,,,,,3.0,,2019-08-12 16:01:22.000,6.0,,,,,,,,,,,,,,,,,,, +656,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,2023-09-26 00:20:33.000000,2023-09-26 00:20:33,398.0,1.0,155.0,17.0,72.0,35.0,105.0,663.0,Ternary plotting library for python with matplotlib.,27.0,22,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,183.0,156.0,https://pypi.org/project/python-ternary,42270.0,43126.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,78830.0,,,,,3.0,25.0,2021-02-17 18:38:15.000,27.0,,,,,,,,,,,,,,,,,,, +657,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,,105.0,30.0,1.0,13.0,3.0,633.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,22,True,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",603.0,595.0,https://pypi.org/project/combo,59997.0,59997.0,,,,,,,,3.0,,2022-04-02 16:20:07.000,8.0,,,,,,,,,,,,,,,,,,, +658,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,27.0,23.0,57.0,35.0,592.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,,,,415.0,393.0,https://pypi.org/project/hpbandster,24642.0,25136.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,17814.0,,,,,3.0,,2018-11-06 12:56:55.000,22.0,,,,,,,,,,,,,,,,,,, +659,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,2023-12-15 17:58:01.000000,2023-12-07 19:31:40,331.0,2.0,131.0,19.0,38.0,13.0,79.0,526.0,Medical image processing in Python.,18.0,22,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1640.0,1596.0,https://pypi.org/project/MedPy,20053.0,20773.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,21617.0,,,,,3.0,,2019-02-14 17:12:59.000,44.0,,,,,,,,,,,,,,,,,,, +660,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,481.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,,,,,92.0,84.0,https://pypi.org/project/apricot-select,4471.0,4471.0,,,,,,,,3.0,27.0,2021-02-18 06:55:02.000,8.0,,,,,,,,,,,,,,,,,,, +661,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,2023-12-07 13:59:00.000000,2023-03-05 00:16:57,419.0,,96.0,36.0,276.0,69.0,173.0,447.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,74.0,72.0,https://pypi.org/project/tick,1169.0,1172.0,,,,,,,,3.0,292.0,2020-05-24 22:01:17.000,2.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,2023-12-07 15:40:04.000000,2023-12-05 11:38:02,1689.0,116.0,61.0,6.0,197.0,42.0,77.0,440.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,22.0,21.0,https://pypi.org/project/quantus,946.0,952.0,,,,,,,,3.0,148.0,2023-12-05 11:42:47.000,1.0,,,,,,,,,,,,,,,,,,, +663,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,412.0,optimization routines for hyperparameter tuning.,9.0,22,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,123.0,109.0,https://pypi.org/project/optunity,4869.0,4869.0,,,,,,,,3.0,90.0,2015-09-30 05:02:00.000,14.0,,,,,,,,,,,,,,,,,,, +664,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2023-12-12 20:24:52.000000,2023-12-12 20:16:58,5582.0,23.0,89.0,15.0,736.0,29.0,425.0,388.0,Lightwood is Legos for Machine Learning.,43.0,22,False,2023-08-07 15:55:40.000,23.8.1.0,201.0,lightwood,,,,['pytorch'],2.0,,https://pypi.org/project/lightwood,10898.0,10898.0,,,,,,,,3.0,,2023-10-26 23:00:08.000,2.0,,,,,,,,,,,,,,,,,,, +665,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,2023-12-01 01:38:15.000000,2023-12-01 01:29:10,652.0,9.0,60.0,29.0,428.0,11.0,91.0,363.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2023-07-18 13:09:18.000,4.0.0,28.0,vega,conda-forge/vega,,,['jupyter'],3.0,3.0,https://pypi.org/project/vega,7661.0,14016.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,572020.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,13.0,9.0,4.0,12.0,227.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,,,,983.0,937.0,https://pypi.org/project/py3nvml,89810.0,91262.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,55183.0,,,,,3.0,,2021-11-22 14:30:25.000,46.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,2021-12-28 13:59:30.000000,2018-07-23 21:04:09,90.0,,26.0,7.0,18.0,3.0,9.0,153.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,,,,,2215.0,2061.0,https://pypi.org/project/stop-words,113303.0,113303.0,,,,,,,,3.0,,2018-07-23 20:55:55.000,154.0,,,,,,,,,,,,,,,,,,, +668,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-10-19 02:22:22.000000,2023-10-19 02:11:57,190.0,1.0,1097.0,99.0,47.0,363.0,279.0,6062.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,21,True,,,,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +669,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,2023-10-06 13:06:28.000000,2023-08-15 07:38:22,956.0,,542.0,168.0,45.0,37.0,28.0,4149.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,582.0,582.0,,,,,,,,3.0,,2022-08-19 12:40:54.257,2.0,,,,,,,,,,,,,,,,,,, +670,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,,475.0,87.0,180.0,108.0,161.0,3534.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,,,,,https://pypi.org/project/byteps,58.0,82.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1322.0,3.0,,2021-08-02 17:37:42.000,,,,,,,,,,,,,,,,,,,, +671,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,,378.0,208.0,9.0,6.0,16.0,3141.0,TensorFlow Reinforcement Learning.,13.0,21,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],141.0,138.0,https://pypi.org/project/trfl,1027.0,1027.0,,,,,,,,3.0,,2021-08-16 12:19:16.000,3.0,,google-deepmind/trfl,,,,,,,,,,,,,,,,, +672,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,,442.0,166.0,120.0,14.0,112.0,2924.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,181.0,181.0,,,,,,,,3.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,,327.0,74.0,2.0,18.0,7.0,2902.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'],192.0,184.0,https://pypi.org/project/adabound,1277.0,1277.0,,,,,,,,3.0,,2019-02-26 04:23:45.000,8.0,,,,,,,,,,,,,,,,,,, +674,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,,322.0,101.0,1000.0,87.0,260.0,2818.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,21,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +675,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1642.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,54.0,54.0,,,,,,,,3.0,,2022-01-20 15:18:44.000,,,,,,,,,,,,,,,,,,,, +676,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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,14.0,33.0,1632.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'],52.0,46.0,https://pypi.org/project/antialiased-cnns,2001.0,2001.0,,,,,,,,3.0,,2020-10-23 22:42:49.000,6.0,,,,,,,,,,,,,,,,,,, +677,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,2023-10-11 20:58:29.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,5.0,74.0,1567.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,7.0,245.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13111.0,3.0,,2020-03-27 04:46:19.000,,,,,,,,,,,,,,,,,,,, +678,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,,359.0,62.0,47.0,37.0,72.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'],38.0,32.0,https://pypi.org/project/anago,233.0,233.0,,,,,,,,3.0,,2018-07-17 01:59:21.000,6.0,,,,,,,,,,,,,,,,,,, +679,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,67.0,51.0,23.0,75.0,1463.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,266.0,266.0,,,,,,,,3.0,,2020-08-25 09:32:37.000,,,,,,,,,,,,,,,,,,,, +680,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,,220.0,64.0,48.0,36.0,90.0,1251.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,34.0,https://pypi.org/project/tensorrec,235.0,235.0,,,,,,,,3.0,,2019-04-02 00:53:47.000,3.0,,,,,,,,,,,,,,,,,,, +681,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2023-10-17 15:42:35.000000,2023-10-17 15:42:30,833.0,2.0,305.0,51.0,791.0,4.0,300.0,1194.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,21,True,2023-03-03 07:44:13.000,3.1.34,76.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,590.0,590.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,,,, +682,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,216.0,66.0,29.0,31.0,12.0,1135.0,Anomaly Detection and Correlation library.,9.0,21,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,91.0,76.0,https://pypi.org/project/luminol,7528.0,7528.0,,,,,,,,3.0,,2017-12-11 06:04:15.000,15.0,,,,,,,,,,,,,,,,,,, +683,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,2023-12-21 13:09:28.000000,2023-12-18 16:05:17,500.0,50.0,115.0,21.0,211.0,13.0,110.0,1096.0,A standard framework for modelling Deep Learning Models for tabular data.,17.0,21,True,2023-06-01 06:16:39.000,1.0.2,11.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,1614.0,1614.0,,,,,,,,2.0,21.0,2021-09-01 11:51:30.000,2.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,,208.0,28.0,61.0,54.0,60.0,1056.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,128.0,118.0,https://pypi.org/project/fastfm,718.0,723.0,,,,,,,,3.0,593.0,2017-11-23 06:59:56.000,10.0,,,,,,,,,,,,,,,,,,, +685,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,2.0,246.0,48.0,46.0,26.0,127.0,1021.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,2.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,207.0,207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +686,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,1010.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,,,,179.0,167.0,https://pypi.org/project/geoplotlib,1067.0,1324.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,7969.0,,,,,3.0,,2016-07-27 14:55:01.000,12.0,,,,,,,,,,,,,,,,,,, +687,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,,133.0,36.0,16.0,8.0,3.0,921.0,Nudity detection with Python.,12.0,21,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3583.0,3571.0,https://pypi.org/project/nudepy,1445.0,1445.0,,,,,,,,3.0,,2020-11-23 13:49:17.000,12.0,,,,,,,,,,,,,,,,,,, +688,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,2023-07-24 18:18:54.000000,2022-05-13 18:48:12,83.0,,181.0,24.0,58.0,10.0,27.0,914.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",16.0,21,False,2022-06-14 18:11:08.000,0.2.0,11.0,saliency,,,,['tensorflow'],80.0,74.0,https://pypi.org/project/saliency,3155.0,3155.0,,,,,,,,3.0,,2022-06-14 18:11:08.000,6.0,,,,,,,,,,,,,,,,,,, +689,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,2023-10-11 00:13:45.000000,2023-04-27 23:44:02,329.0,,156.0,29.0,108.0,65.0,56.0,861.0,Source code/webpage/demos for the What-If Tool.,20.0,21,True,2021-10-12 17:36:36.000,1.8.1,4.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,,,https://pypi.org/project/witwidget,3153.0,54453.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2110759.0,,,,,3.0,,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,,,1044.0,,,,,,,,,,,, +690,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,73.0,6.0,5.0,2.0,23.0,807.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:24:15.000,0.1.7,3.0,iterative-stratification,,,,['sklearn'],389.0,389.0,https://pypi.org/project/iterative-stratification,57622.0,57622.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,,153.0,38.0,46.0,40.0,49.0,778.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,95.0,87.0,https://pypi.org/project/deeplift,480.0,480.0,,,,,,,,3.0,,2020-11-11 09:32:57.000,8.0,,,,,,,,,,,,,,,,,,, +692,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,59.0,23.0,47.0,10.0,17.0,726.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,21,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,560.0,1564.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22096.0,,,,,3.0,,2023-08-29 06:52:02.000,2.0,,,,,,,,,,,,,,,,,,, +693,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,2023-12-17 01:04:25.000000,2023-12-16 08:40:11,489.0,5.0,96.0,31.0,556.0,197.0,244.0,640.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2023-12-16 12:29:07.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,4257.0,4257.0,,,,,,,,3.0,,2023-08-29 16:27:32.000,1.0,,,,,,,,,,,,,,,,,,, +694,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2023-12-19 15:51:58.000000,2023-12-19 11:36:08,862.0,1.0,101.0,44.0,72.0,48.0,23.0,593.0,Bias and Fairness Audit Toolkit.,18.0,21,True,2020-12-16 11:48:14.000,0.42.0,16.0,aequitas,,,,,152.0,145.0,https://pypi.org/project/aequitas,1599.0,1599.0,,,,,,,,3.0,,2020-12-16 11:48:14.000,7.0,,,,,,,,,,,,,,,,,,, +695,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,301.0,591.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,,,,,59.0,58.0,https://pypi.org/project/neuraxle,219.0,219.0,,,,,,,,3.0,,2022-08-16 19:50:37.507,1.0,,,,,,,,,,,,,,,,,,, +696,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,29.0,31.0,5.0,24.0,557.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,,,,,48.0,46.0,https://pypi.org/project/seglearn,1291.0,1291.0,,,,,,,,3.0,,2021-03-13 16:18:30.000,2.0,,,,,,,,,,,,,,,,,,, +697,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2023-12-05 18:45:44.000000,2023-10-04 12:31:54,297.0,4.0,97.0,15.0,51.0,13.0,15.0,542.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,47.0,47.0,https://pypi.org/project/recmetrics,10931.0,10931.0,,,,,,,,3.0,5.0,2022-04-26 17:57:01.000,,,,,,,,,,,,,,,,,,,, +698,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,3.0,54.0,60.0,9.0,23.0,25.0,512.0,Python library assists deep learning on graphs.,18.0,21,True,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,80.0,79.0,https://pypi.org/project/deepsnap,523.0,523.0,,,,,,,,3.0,10.0,2021-09-05 22:57:16.000,1.0,,,,,,,,,,,,,,,,,,, +699,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,53.0,11.0,20.0,11.0,37.0,508.0,Joyplots in Python with matplotlib & pandas.,6.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,339.0,330.0,https://pypi.org/project/joypy,10414.0,10826.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,23489.0,,,,,3.0,,2021-12-19 09:42:50.000,9.0,,,,,,,,,,,,,,,,,,, +700,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,2023-12-20 21:09:00.000000,2023-12-20 21:03:03,455.0,9.0,54.0,25.0,8.0,11.0,32.0,507.0,Active Learning for Text Classification in Python.,5.0,21,True,2023-08-19 18:16:36.000,1.3.2,19.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",25.0,25.0,https://pypi.org/project/small-text,660.0,952.0,https://anaconda.org/conda-forge/small-text,2023-08-19 18:38:17.816,4964.0,,,,,3.0,,2023-08-19 18:14:35.000,,,,,,,,,,,,,,,,,,,, +701,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,2023-08-01 17:51:43.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,222.0,15.0,40.0,477.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,8117.0,8120.0,,,,,,,,3.0,138.0,2023-07-18 10:32:00.587,2.0,,,,,,,,,,,,,,,,,,, +702,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2023-12-11 13:52:55.000000,2023-12-01 23:20:05,2811.0,143.0,60.0,12.0,254.0,9.0,109.0,410.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,60.0,60.0,,,,,,,,3.0,,2022-04-12 08:56:50.000,,,,,,,,,,,,,,,,,,,, +703,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,2023-12-20 14:52:39.000000,2023-12-11 07:05:24,4782.0,77.0,37.0,13.0,1.0,2.0,80.0,399.0,Deep Learning PyTorch.,1.0,21,True,2023-10-17 14:20:30.000,0.4.8,102.0,carefree-learn,,,,['pytorch'],4.0,4.0,https://pypi.org/project/carefree-learn,210.0,210.0,,,,,,,,2.0,,2023-10-17 14:20:30.000,,,,,,,,,,,,,,,,,,,, +704,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,,26.0,10.0,9.0,2.0,9.0,384.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'],882.0,876.0,https://pypi.org/project/julius,170998.0,170998.0,,,,,,,,3.0,,2022-09-20 06:43:57.063,6.0,,,,,,,,,,,,,,,,,,, +705,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,377.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,387.0,387.0,,,,,,,,3.0,,2021-09-14 22:55:51.000,,,,,,,,,,,,,,,,,,,, +706,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,60.0,27.0,110.0,32.0,184.0,359.0,scalable audio processing framework and server written in Python.,22.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,30.0,16.0,https://pypi.org/project/TimeSide,89.0,89.0,,,,,,,,3.0,,2020-11-27 09:33:19.000,14.0,,yomguy/TimeSide,,,,,,,,,,,,,,,,, +707,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,,48.0,10.0,37.0,28.0,37.0,343.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,,,,,216.0,212.0,https://pypi.org/project/impyute,5129.0,5129.0,,,,,,,,3.0,,2017-05-31 08:31:47.000,4.0,,,,,,,,,,,,,,,,,,, +708,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,,33.0,18.0,6.0,18.0,21.0,303.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],80.0,79.0,https://pypi.org/project/dm-launchpad,2553.0,2553.0,,,,,,,,3.0,,2022-04-28 06:23:38.000,1.0,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +709,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,20.0,74.0,22.0,431.0,28.0,51.0,263.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,21,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,195.0,195.0,,,,,,,,3.0,,2023-11-22 19:01:05.000,,,,,,,,,,,,,,,,,,,, +710,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2023-12-21 09:30:17.000000,2023-12-20 13:53:21,661.0,46.0,22.0,4.0,258.0,4.0,,258.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML pipeline from..,11.0,21,False,2023-12-20 13:53:49.000,1.1.232,538.0,upgini,,,,,5.0,5.0,https://pypi.org/project/upgini,5476.0,5476.0,,,,,,,,2.0,,2023-12-21 09:30:17.000,,,,,,,,,,,,,,,,,,,, +711,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2023-10-13 23:30:32.439000,2022-09-26 07:14:12,621.0,,67.0,27.0,29.0,30.0,113.0,256.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",19.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,12.0,,https://pypi.org/project/somoclu,2128.0,4321.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,82689.0,,,,,3.0,1846.0,2023-02-18 02:51:08.166,12.0,,,,,,,,,,,,,,,,,,, +712,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,2023-12-15 09:12:01.000000,2023-12-15 09:12:00,580.0,5.0,33.0,25.0,633.0,21.0,127.0,231.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,21,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,1227.0,1248.0,,,,,,,,3.0,979.0,2023-08-10 10:30:37.000,,,,,,,,,,,,,,,,,,,, +713,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,,19.0,20.0,464.0,90.0,76.0,225.0,Functional tensors for probabilistic programming.,11.0,21,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],67.0,62.0,https://pypi.org/project/funsor,37627.0,37627.0,,,,,,,,3.0,,2023-01-23 08:32:39.757,5.0,,,,,,,,,,,,,,,,,,, +714,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,97.0,16.0,53.0,17.0,3347.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,141.0,134.0,https://pypi.org/project/tensorwatch,751.0,751.0,,,,,,,,3.0,,2020-03-04 07:26:22.000,7.0,,,,,,,,,,,,,,,,,,, +715,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,2023-04-26 19:35:05.000000,2023-04-26 19:32:49,683.0,,482.0,216.0,16.0,24.0,4.0,3255.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,20,True,2023-04-26 19:36:36.846,0.11.12,13.0,finmarketpy,,,,,11.0,11.0,https://pypi.org/project/finmarketpy,125.0,125.0,,,,,,,,3.0,49.0,2021-10-07 14:58:03.000,,,,,,,,,,,,,,,,,,,, +716,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,,314.0,60.0,242.0,173.0,109.0,3005.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,True,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,1224.0,1238.0,,,,,,,,3.0,672.0,2022-11-03 06:46:55.989,2.0,,,,,,,,,,,,,,,,,,, +717,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,2898.0,Quickly search over billions of images.,19.0,20,True,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,804.0,804.0,,,,,,,,3.0,,2017-02-13 14:54:48.000,4.0,,rhsimplex/image-match,,,,,,,,,,,,,,,,, +718,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2023-10-11 16:38:54.000000,2021-06-15 18:41:51,22.0,,261.0,33.0,19.0,27.0,37.0,2878.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1483.0,1483.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +719,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,,827.0,86.0,30.0,45.0,80.0,2608.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,69.0,https://pypi.org/project/deepwalk,900.0,900.0,,,,,,,,3.0,,2018-04-29 21:05:18.000,7.0,,,,,,,,,,,,,,,,,,, +720,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,,452.0,127.0,225.0,87.0,183.0,2279.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,True,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,105.0,105.0,,,,,,,,3.0,,2019-10-10 14:17:10.000,2.0,,,,,,,,,,,,,,,,,,, +721,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,231.0,62.0,105.0,24.0,56.0,2091.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,2.0,pycls,,,,['pytorch'],16.0,16.0,https://pypi.org/project/pycls,1403.0,1403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +722,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,15.0,105.0,2001.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,3842.0,3842.0,,,,,,,,3.0,,2021-11-06 23:09:00.000,,,,,,,,,,,,,,,,,,,, +723,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,,176.0,55.0,895.0,129.0,586.0,1870.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,19.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +724,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,,209.0,38.0,111.0,54.0,42.0,1693.0,"Large-scale linear classification, regression and ranking in Python.",17.0,20,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],8.0,,https://pypi.org/project/sklearn-contrib-lightning,1678.0,3971.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,202940.0,,,,,3.0,407.0,2022-01-30 00:43:43.000,8.0,,,,,,,,,,,,,,,,,,, +725,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,275.0,74.0,728.0,13.0,64.0,1566.0,An end-to-end PyTorch framework for image and video classification.,77.0,20,True,2023-03-21 05:24:19.000,0.7.0,7.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],,,https://pypi.org/project/classy_vision,579.0,974.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18610.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +726,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,,140.0,102.0,150.0,21.0,20.0,1552.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,21.0,20.0,https://pypi.org/project/lore,899.0,899.0,,,,,,,,3.0,,2022-02-18 18:01:38.000,1.0,,,,,,,,,,,,,,,,,,, +727,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,,157.0,46.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,20,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],21.0,21.0,https://pypi.org/project/lambda-networks,1998.0,1998.0,,,,,,,,3.0,,2020-11-18 08:19:23.000,,,,,,,,,,,,,,,,,,,, +728,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,2023-09-15 04:35:29.000000,2023-09-15 04:35:29,906.0,,207.0,57.0,52.0,73.0,148.0,1517.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,35.0,20,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,508.0,540.0,,,,,,,,3.0,2727.0,2020-03-13 12:36:30.000,,,,,,,,,,,,,,,,,,,, +729,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,,401.0,102.0,36.0,11.0,24.0,1408.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'],31.0,31.0,https://pypi.org/project/dltk,103.0,103.0,,,,,,,,3.0,,2018-02-26 17:43:57.000,,,,,,,,,,,,,,,,,,,, +730,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,2023-06-16 19:27:46.249000,2022-08-31 13:13:15,103.0,,79.0,40.0,14.0,12.0,27.0,1259.0,A Graph Neural Network Library in Jax.,17.0,20,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],135.0,124.0,https://pypi.org/project/jraph,7400.0,7556.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4069.0,,,,,3.0,,2022-08-12 15:25:29.659,11.0,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +731,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,1010.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'],77.0,73.0,https://pypi.org/project/tensornets,118.0,118.0,,,,,,,,3.0,,2020-03-31 04:35:15.000,4.0,,,,,,,,,,,,,,,,,,, +732,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2023-12-13 18:40:36.000000,2023-12-13 18:40:36,436.0,9.0,187.0,61.0,7.0,13.0,29.0,1006.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,177.0,177.0,,,,,,,,3.0,,2020-08-29 18:44:15.000,,,,,,,,,,,,,,,,,,,, +733,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,2023-12-19 05:15:05.000000,2020-04-17 02:27:44,79.0,,130.0,26.0,75.0,43.0,36.0,985.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,246726.0,246897.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7695.0,,,,,3.0,,2020-04-17 02:18:00.000,2.0,,,,,,,,,,,,,,,,,,, +734,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2023-09-04 22:14:55.000000,2023-09-04 22:14:55,303.0,,87.0,18.0,72.0,18.0,42.0,922.0,Audio processing by using pytorch 1D convolution network.,15.0,20,True,2022-10-09 13:50:13.300,0.3.2,39.0,nnAudio,,,,,151.0,148.0,https://pypi.org/project/nnAudio,3671.0,3671.0,,,,,,,,3.0,,2021-12-24 09:38:22.000,3.0,,,,,,,,,,,,,,,,,,, +735,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,,225.0,31.0,38.0,39.0,21.0,818.0,An open source python library for scalable Bayesian optimisation.,13.0,20,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,2.0,,https://pypi.org/project/dragonfly-opt,12096.0,12096.0,,,,,,,,3.0,,2022-10-01 22:28:00.848,2.0,,,,,,,,,,,,,,,,,,, +736,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,126.0,17.0,24.0,27.0,39.0,796.0,python partial dependence plot toolbox.,7.0,20,True,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,25312.0,25682.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19623.0,,,,,3.0,,2021-03-14 16:21:17.000,26.0,,,,,,,,,,,,,,,,,,, +737,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,159.0,76.0,98.0,51.0,43.0,753.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,22941.0,22941.0,,,,,,,,3.0,,2018-05-16 14:20:28.000,1.0,,,,,,,,,,,,,,,,,,, +738,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,37.0,33.0,25.0,39.0,748.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,20,True,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,112.0,96.0,https://pypi.org/project/NearPy,612.0,612.0,,,,,,,,3.0,,2016-09-27 13:03:12.000,16.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,2023-07-02 20:27:29.000000,2021-07-30 15:06:27,104.0,,127.0,30.0,28.0,21.0,34.0,748.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'],44.0,42.0,https://pypi.org/project/sklearn-deap,622.0,622.0,,,,,,,,3.0,,2021-07-30 15:13:54.000,2.0,,,,,,,,,,,,,,,,,,, +740,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,,52.0,30.0,12.0,11.0,15.0,628.0,Log TensorBoard events without touching TensorFlow.,5.0,20,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,218.0,164.0,https://pypi.org/project/tensorboard_logger,5963.0,5963.0,,,,,,,,3.0,,2018-02-08 07:28:51.000,54.0,,,,,,,,,,,,,,,,,,, +741,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,105.0,24.0,25.0,43.0,61.0,606.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'],156.0,154.0,https://pypi.org/project/detecto,2147.0,2261.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3442.0,,,,,3.0,,2022-02-02 00:12:06.000,2.0,,,,,,,,,,,,,,,,,,, +742,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,,2018-02-18 13:42:47.000,2023-02-14 11:18:28.000000,2023-02-14 11:18:28,249.0,,87.0,26.0,31.0,28.0,6.0,568.0,machine learning with logical rules in Python.,19.0,20,False,2020-12-11 09:37:02.000,1.0.1,1.0,skope-rules,,,,['sklearn'],351.0,351.0,https://pypi.org/project/skope-rules,60188.0,60188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +743,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,104.0,10.0,14.0,5.0,16.0,564.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,310.0,306.0,https://pypi.org/project/pywaffle,3936.0,4123.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11243.0,,,,,3.0,,2022-06-08 03:10:36.000,4.0,,,,,,,,,,,,,,,,,,, +744,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,556.0,A simplified framework and utilities for PyTorch.,20.0,20,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],133.0,128.0,https://pypi.org/project/poutyne,3699.0,3699.0,,,,,,,,3.0,,2022-04-28 20:18:33.000,5.0,,,,,,,,,,,,,,,,,,, +745,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,,165.0,56.0,20.0,39.0,60.0,536.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,32.0,27.0,https://pypi.org/project/pyhsmm,103.0,103.0,,,,,,,,3.0,,2017-05-10 17:14:37.000,5.0,,,,,,,,,,,,,,,,,,, +746,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,2023-11-30 14:02:52.000000,2023-10-13 05:07:33,152.0,11.0,21.0,5.0,41.0,1.0,8.0,481.0,"Multi-Modal AI library for Multi-Lingual Text, Image, and Video Search, Recommendations, and other Vision-Language..",9.0,20,True,2023-10-13 05:08:46.000,0.4.8,24.0,uform,,,,['pytorch'],10.0,10.0,https://pypi.org/project/uform,529.0,529.0,,,,,,,,3.0,,2023-10-13 05:08:46.000,,,,,,,,,,,,,,,,,,,, +747,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,20,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,34.0,32.0,https://pypi.org/project/pydlm,24875.0,24875.0,,,,,,,,3.0,,2018-12-19 10:27:54.000,2.0,,,,,,,,,,,,,,,,,,, +748,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-11-23 15:16:58.000000,2023-10-31 10:34:13,363.0,2.0,97.0,18.0,4.0,5.0,27.0,428.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4,5, CART, CHAID and Regression Trees; some..",6.0,20,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,51.0,51.0,https://pypi.org/project/chefboost,1534.0,1534.0,,,,,,,,3.0,,2022-02-16 06:14:54.000,,,,,,,,,,,,,,,,,,,, +749,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,,79.0,20.0,247.0,10.0,23.0,394.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,23.0,22.0,https://pypi.org/project/model-card-toolkit,1824.0,1824.0,,,,,,,,3.0,16.0,2022-04-28 16:34:21.000,1.0,,,,,,,,,,,,,,,,,,, +750,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,,70.0,24.0,48.0,15.0,19.0,389.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],47.0,,https://pypi.org/project/skrebate,3586.0,4035.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,31897.0,,,,,3.0,,2021-03-20 17:11:52.000,47.0,,,,,,,,,,,,,,,,,,, +751,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2023-11-17 08:50:12.000000,2023-11-17 08:50:12,72.0,3.0,57.0,8.0,10.0,11.0,18.0,351.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,75.0,71.0,https://pypi.org/project/textaugment,4747.0,4748.0,,,,,,,,3.0,64.0,2023-11-16 20:49:04.000,4.0,,,,,,,,,,,,,,,,,,, +752,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,,46.0,26.0,19.0,15.0,16.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'],237.0,231.0,https://pypi.org/project/mxboard,2031.0,2031.0,,,,,,,,3.0,,2018-05-22 20:25:51.000,6.0,,,,,,,,,,,,,,,,,,, +753,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,11.0,42.0,13.0,63.0,3.0,56.0,310.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,20,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,240.0,240.0,,,,,,,,3.0,,2022-03-10 14:57:02.000,2.0,,,,,,,,,,,,,,,,,,, +754,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,2023-03-23 15:39:49.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,41.0,8.0,10.0,287.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']",18.0,16.0,https://pypi.org/project/sk-dist,316727.0,316727.0,,,,,,,,3.0,,2020-05-14 22:20:14.000,2.0,,,,,,,,,,,,,,,,,,, +755,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2023-12-21 14:22:35.000000,2023-12-21 13:35:32,626.0,30.0,10.0,22.0,311.0,37.0,77.0,279.0,Serverside scaling for Vega and Altair visualizations.,3.0,20,False,2023-12-19 14:29:44.000,1.5.1,63.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,2.0,,https://pypi.org/project/vegafusion-jupyter,1377.0,6180.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2023-12-19 18:29:32.863,84810.0,,,,,3.0,4958.0,2023-12-19 14:11:09.000,1.0,,hex-inc/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2023-12-19 14:14:45.852,1.0,550.0,,,,,,,,,,,, +756,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,2023-12-20 21:11:16.000000,2023-01-26 17:04:18,400.0,,101.0,19.0,389.0,67.0,86.0,249.0,An open-source toolkit for large-scale genomic analysis.,24.0,20,False,2022-04-21 00:32:28.000,1.2.1,15.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,27973.0,28083.0,https://anaconda.org/conda-forge/glow,2023-06-16 19:24:57.965,3768.0,,,,,3.0,,2022-04-19 23:43:38.000,,,,,,,,,,,,,,,,,,,, +757,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2023-12-02 13:39:03.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,156.0,18.0,62.0,232.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,41.0,39.0,https://pypi.org/project/pyrdf2vec,316.0,316.0,,,,,,,,3.0,,2021-06-09 10:56:14.000,2.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:02:54.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,228.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:02:54.000,0.4.6,12.0,pyfasttext,,,,,384.0,384.0,https://pypi.org/project/pyfasttext,1695.0,1699.0,,,,,,,,3.0,365.0,,,,,,,,,,,,,,,,,,,,, +759,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2023-12-07 09:25:39.000000,2023-12-05 10:10:07,457.0,48.0,47.0,14.0,77.0,13.0,35.0,222.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,20,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,7463.0,7463.0,,,,,,,,3.0,,2022-02-08 01:23:07.000,1.0,,,,,,,,,,,,,,,,,,, +760,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,210.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-01-03 08:04:12.000,0.2.2,3.0,numerizer,,,,,64.0,64.0,https://pypi.org/project/numerizer,64141.0,64141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +761,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,,168.0,66.0,54.0,6.0,44.0,3071.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,19,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,78.0,79.0,,,,,,,,3.0,40.0,2021-11-19 16:45:29.543,,,,,,,,,,,,,,,,,,,, +762,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,,359.0,86.0,4.0,3.0,18.0,2129.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.0,19,False,,,,pdftabextract,,,,,48.0,48.0,https://pypi.org/project/pdftabextract,339.0,339.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +763,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1638.0,Version control for machine learning.,17.0,19,False,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,1544.0,1544.0,,,,,,,,3.0,,2021-01-25 21:51:16.000,1.0,,,,,,,,,,,,,,,,,,, +764,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,,169.0,23.0,20.0,14.0,30.0,1525.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,84.0,84.0,,,,,,,,3.0,26.0,2022-03-24 23:19:13.000,,,,,,,,,,,,,,,,,,,, +765,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,41.0,43.0,1019.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'],112.0,107.0,https://pypi.org/project/performer-pytorch,2067.0,2067.0,,,,,,,,3.0,,2022-02-02 20:34:04.000,5.0,,,,,,,,,,,,,,,,,,, +766,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,,144.0,15.0,24.0,58.0,69.0,845.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,90.0,89.0,https://pypi.org/project/pytorch2keras,419.0,419.0,,,,,,,,3.0,,2020-05-14 10:03:56.000,1.0,,,,,,,,,,,,,,,,,,, +767,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,2023-12-21 13:35:54.000000,2023-12-20 13:14:40,1126.0,42.0,123.0,30.0,946.0,15.0,50.0,745.0,Machine learning framework for both deep learning and traditional algorithms.,35.0,19,True,2021-06-22 05:25:53.000,NeoML-master_2.0.5.0,2.0,neoml,,,,,,,https://pypi.org/project/neoml,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +768,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,101.0,26.0,48.0,19.0,35.0,723.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,,,,,23.0,21.0,https://pypi.org/project/matrixprofile-ts,268.0,268.0,,,,,,,,3.0,,2019-08-08 01:24:38.000,2.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,2023-12-03 18:38:28.000000,2023-12-03 18:37:11,285.0,9.0,106.0,19.0,21.0,,85.0,639.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",11.0,19,True,2023-12-03 18:38:28.000,0.0.82,36.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,4187.0,4187.0,,,,,,,,3.0,,2023-12-03 18:38:28.000,,,,,,,,,,,,,,,,,,,, +770,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2023-10-03 22:41:56.000000,2021-09-16 17:56:31,171.0,,143.0,35.0,80.0,14.0,55.0,601.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'],22.0,19.0,https://pypi.org/project/tcav,141.0,141.0,,,,,,,,3.0,,2021-02-23 16:17:42.000,3.0,,,,,,,,,,,,,,,,,,, +771,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,594.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,15.0,baikal,conda-forge/cython-blis,,,,11.0,10.0,https://pypi.org/project/baikal,336.0,52344.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2028332.0,,,,,3.0,,2020-11-15 13:40:18.000,1.0,,,,,,,,,,,,,,,,,,, +772,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,4.0,38.0,15.0,18.0,,20.0,584.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,19,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,180.0,180.0,,,,,,,,3.0,,2022-05-04 20:51:15.000,,,,,,,,,,,,,,,,,,,, +773,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,13.0,22.0,560.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,254.0,254.0,,,,,,,,3.0,,2020-10-16 03:10:01.000,4.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,,66.0,12.0,10.0,22.0,41.0,514.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,,,,,43.0,43.0,https://pypi.org/project/fastt5,1684.0,1684.0,,,,,,,,3.0,,2022-04-05 03:23:12.000,,,,,,,,,,,,,,,,,,,, +775,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,1.0,95.0,26.0,6.0,3.0,31.0,477.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,19,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,762.0,762.0,,,,,,,,3.0,,2022-06-01 23:08:15.000,2.0,,,,,,,,,,,,,,,,,,, +776,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2023-08-12 16:28:59.000000,2023-08-12 16:28:59,266.0,,105.0,20.0,56.0,27.0,20.0,465.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,19,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,66.0,58.0,https://pypi.org/project/rrcf,2962.0,2962.0,,,,,,,,3.0,,2023-04-30 02:25:49.592,8.0,,,,,,,,,,,,,,,,,,, +777,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,5.0,105.0,71.0,7.0,15.0,19.0,416.0,semantic similarity framework for knowledge graph.,10.0,19,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,46.0,https://pypi.org/project/sematch,278.0,278.0,,,,,,,,3.0,,2017-04-17 10:56:52.000,3.0,,,,,,,,,,,,,,,,,,, +778,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,2023-11-13 20:22:49.000000,2023-08-16 21:27:14,316.0,,78.0,26.0,326.0,21.0,9.0,326.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,33.0,19,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,1864.0,1864.0,,,,,,,,3.0,,2022-12-13 19:06:03.653,,,,,,,,,,,,,,,,,,,, +779,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,300.0,Textpipe: clean and extract metadata from text.,29.0,19,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,317.0,317.0,,,,,,,,3.0,,2021-01-25 14:05:21.000,1.0,,,,,,,,,,,,,,,,,,, +780,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,30.0,12.0,197.0,21.0,73.0,185.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,19,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],32.0,31.0,https://pypi.org/project/celer,680.0,680.0,,,,,,,,3.0,,2023-07-26 15:36:39.000,1.0,,,,,,,,,,,,,,,,,,, +781,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2023-11-22 22:52:22.000000,2020-04-18 19:15:25,24.0,,871.0,128.0,37.0,28.0,8.0,6896.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,18,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],35.0,33.0,https://pypi.org/project/micrograd,667.0,667.0,,,,,,,,3.0,,2020-04-18 19:06:59.000,2.0,,,,,,,,,,,,,,,,,,, +782,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,,765.0,338.0,58.0,2.0,,6626.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,57.0,64.0,,,,,,,,3.0,319.0,2018-02-17 00:12:46.000,,,,,,,,,,,,,,,,,,,, +783,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,,877.0,109.0,51.0,45.0,159.0,6163.0,Model parallel transformers in JAX and Haiku.,23.0,18,True,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +784,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,108.0,83.0,67.0,48.0,2922.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'],,,,,109.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8539.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +785,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,2023-12-19 05:38:08.000000,2023-11-15 17:31:54,640.0,27.0,354.0,37.0,759.0,149.0,106.0,2672.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,74.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +786,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,,249.0,57.0,65.0,8.0,31.0,1351.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,57.0,57.0,,,,,,,,3.0,,2018-12-05 02:48:50.000,,,,,,,,,,,,,,,,,,,, +787,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,,96.0,41.0,13.0,13.0,9.0,1265.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,18,False,,,,doc2text,,,,,110.0,110.0,https://pypi.org/project/doc2text,3059.0,3059.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +788,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2023-06-16 19:21:11.893000,2022-02-14 20:43:06,145.0,,163.0,18.0,41.0,21.0,59.0,853.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,163.0,160.0,https://pypi.org/project/robustness,441.0,639.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,7939.0,,,,,3.0,,2020-12-01 06:21:33.000,3.0,,,,,,,,,,,,,,,,,,, +789,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,2023-12-18 11:16:55.000000,2023-04-14 10:59:37,29.0,,80.0,15.0,33.0,6.0,22.0,788.0,Leave One Feature Out Importance.,5.0,18,True,2023-04-15 05:47:00.405,0.3.3,13.0,lofo-importance,,,,,29.0,27.0,https://pypi.org/project/lofo-importance,796.0,796.0,,,,,,,,3.0,,2022-04-27 12:56:30.000,2.0,,,,,,,,,,,,,,,,,,, +790,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,,188.0,33.0,15.0,18.0,22.0,786.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'],14.0,13.0,https://pypi.org/project/tffm,61.0,61.0,,,,,,,,3.0,,2022-01-17 20:35:57.000,1.0,,,,,,,,,,,,,,,,,,, +791,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,,97.0,19.0,58.0,2.0,13.0,728.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,True,2021-10-06 07:29:20.000,2.0.3,13.0,caer,,,https://caer.rtfd.io,,,,https://pypi.org/project/caer,2848.0,2848.0,,,,,,,,3.0,28.0,,,,,,,,,,,,,,,,,,,,, +792,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",16.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,18.0,18.0,https://pypi.org/project/atm,123.0,123.0,,,,,,,,3.0,,2019-07-30 09:25:11.000,,,,,,,,,,,,,,,,,,,, +793,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,2023-10-25 00:20:13.000000,2022-08-24 08:31:37,29.0,,64.0,6.0,5.0,2.0,26.0,506.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,2.0,18,False,2022-08-24 08:33:07.000,0.2.6,9.0,shap-hypetune,,,,,16.0,15.0,https://pypi.org/project/shap-hypetune,3732.0,3732.0,,,,,,,,3.0,,2022-08-24 08:33:00.976,1.0,,,,,,,,,,,,,,,,,,, +794,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,2022-03-13 16:33:15.000000,2022-03-13 16:33:15,64.0,,49.0,18.0,7.0,16.0,4.0,465.0,Topological Data Analysis for Python.,4.0,18,False,2021-08-03 00:23:20.000,1.0.0,4.0,scikit-tda,,,,['sklearn'],49.0,49.0,https://pypi.org/project/scikit-tda,5420.0,5420.0,,,,,,,,3.0,,2021-08-03 00:23:20.000,,,,,,,,,,,,,,,,,,,, +795,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2021-11-25 23:19:05.000000,2021-11-25 23:08:43,204.0,,88.0,24.0,18.0,7.0,20.0,452.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'],12.0,12.0,https://pypi.org/project/caserecommender,156.0,156.0,,,,,,,,3.0,,2021-11-25 23:19:05.000,,,,,,,,,,,,,,,,,,,, +796,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,17.0,17.0,403.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,59.0,56.0,https://pypi.org/project/animatplot,335.0,554.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12759.0,,,,,3.0,,2020-10-05 06:20:52.000,3.0,,,,,,,,,,,,,,,,,,, +797,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,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],15.0,13.0,https://pypi.org/project/camphr,264.0,264.0,,,,,,,,3.0,,2023-03-07 22:10:10.175,2.0,,,,,,,,,,,,,,,,,,, +798,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,,51.0,11.0,60.0,17.0,41.0,325.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,37.0,33.0,https://pypi.org/project/parameter-sherpa,298.0,298.0,,,,,,,,3.0,,2019-11-23 21:32:27.000,4.0,,,,,,,,,,,,,,,,,,, +799,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,5.0,128.0,34.0,323.0,81.0,129.0,318.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,101.0,120.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1795.0,3.0,,2020-10-15 20:45:08.000,1.0,,,,,,,,,,,,,,,,,,, +800,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,,72.0,19.0,93.0,25.0,18.0,309.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2004.0,2004.0,,,,,,,,3.0,8.0,2019-03-05 01:35:23.000,11.0,,,,,,,,,,,,,,,,,,, +801,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,290.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'],3.0,3.0,https://pypi.org/project/bluefog,194.0,197.0,,,,,,,,3.0,153.0,2021-05-15 01:39:45.000,,,,,,,,,,,,,,,,,,,, +802,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,260.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,708.0,708.0,,,,,,,,3.0,,2020-03-10 14:09:31.000,3.0,,,,,,,,,,,,,,,,,,, +803,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,4.0,11.0,8.0,2.0,,5.0,173.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,18,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],10.0,8.0,https://pypi.org/project/ipyexperiments,349.0,349.0,,,,,,,,3.0,,2023-12-15 03:21:06.000,2.0,,,,,,,,,,,,,,,,,,, +804,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,2023-12-04 09:52:11.000000,2023-12-04 09:45:11,841.0,19.0,17.0,8.0,174.0,13.0,20.0,149.0,Toolkit for developing and maintaining ML models.,14.0,18,False,2023-11-29 09:25:12.000,0.0.31,32.0,modelkit,,,,,,,https://pypi.org/project/modelkit,3063.0,3063.0,,,,,,,,3.0,,2023-12-04 09:52:06.000,,,,,,,,,,,,,,,,,,,, +805,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,124.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,,,,8645.0,8459.0,https://pypi.org/project/nvidia-ml-py3,339882.0,339918.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1052.0,,,,,3.0,,2017-06-03 07:43:46.000,186.0,,,,,,,,,,,,,,,,,,, +806,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,,1383.0,471.0,21.0,59.0,166.0,6951.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,,,,,,,,,,,,,,,,, +807,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,,257.0,52.0,13.0,20.0,13.0,1530.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,59.0,81.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1683.0,3.0,,2018-10-18 02:54:09.000,,,,,,,,,,,,,,,,,,,, +808,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,18.0,11.0,25.0,18.0,1158.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'],49.0,47.0,https://pypi.org/project/tez,233.0,233.0,,,,,,,,3.0,,2022-09-20 02:28:33.973,2.0,,,,,,,,,,,,,,,,,,, +809,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,,87.0,35.0,72.0,25.0,30.0,1093.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,3930.0,3930.0,,,,,,,,3.0,,2021-02-14 02:43:46.000,,,,,,,,,,,,,,,,,,,, +810,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,,112.0,21.0,37.0,20.0,8.0,1039.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,69.0,68.0,https://pypi.org/project/fiber,65.0,65.0,,,,,,,,3.0,,2020-07-09 03:28:28.000,1.0,,,,,,,,,,,,,,,,,,, +811,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,,145.0,45.0,5.0,3.0,7.0,967.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,,,,,29.0,23.0,https://pypi.org/project/xai,186.0,186.0,,,,,,,,3.0,,2021-10-30 06:33:26.000,6.0,,,,,,,,,,,,,,,,,,, +812,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,13.0,13.0,8.0,16.0,743.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'],28.0,28.0,https://pypi.org/project/tensor-sensor,2576.0,2683.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2782.0,,,,,3.0,,2021-12-11 21:24:35.000,,,,,,,,,,,,,,,,,,,, +813,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,,121.0,43.0,435.0,25.0,130.0,700.0,GPU accelerated signal processing.,46.0,17,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +814,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,18.0,21.0,29.0,50.0,672.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,41.0,41.0,,,,,,,,3.0,,2020-06-12 20:05:15.000,,,,,,,,,,,,,,,,,,,, +815,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,,93.0,18.0,19.0,3.0,29.0,623.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,,,,,12.0,12.0,https://pypi.org/project/textflint,156.0,156.0,,,,,,,,3.0,,2022-03-15 07:18:47.000,,,,,,,,,,,,,,,,,,,, +816,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,120.0,19.0,17.0,67.0,24.0,513.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,17,False,,,,deepmatcher,,,,,25.0,25.0,https://pypi.org/project/deepmatcher,2200.0,2200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +817,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,,30.0,16.0,148.0,39.0,66.0,458.0,A High Level API for Deep Learning in JAX.,18.0,17,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",42.0,42.0,https://pypi.org/project/elegy,91.0,91.0,,,,,,,,3.0,,2022-04-22 15:42:03.000,,,,,,,,,,,,,,,,,,,, +818,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,2023-07-14 19:31:30.000000,2023-06-18 21:56:30,277.0,,76.0,14.0,126.0,16.0,136.0,458.0,A Python library for dynamic classifier and ensemble selection.,16.0,17,True,2021-02-08 06:29:25.000,0.3.5,4.0,deslib,,,,['sklearn'],2.0,,https://pypi.org/project/deslib,1180.0,1180.0,,,,,,,,3.0,,2021-02-08 06:29:25.000,2.0,,,,,,,,,,,,,,,,,,, +819,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2023-01-15 22:50:39.000000,2023-01-13 21:57:34,832.0,,41.0,,,,,359.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,True,2023-03-23 17:16:00.413,0.12.0,48.0,sklearn-evaluation,,,,['sklearn'],5.0,,https://pypi.org/project/sklearn-evaluation,1882.0,1882.0,,,,,,,,3.0,,2020-12-28 15:13:44.000,5.0,8.0,,,,,,,,,,,,,,,,,, +820,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,,29.0,11.0,121.0,31.0,150.0,345.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,71.0,71.0,,,,,,,,3.0,,2018-12-07 06:16:42.000,,,,,,,,,,,,,,,,,,,, +821,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,2023-12-14 15:36:46.000000,2023-08-19 12:43:22,678.0,,54.0,30.0,76.0,12.0,25.0,340.0,A Python implementation of active inference for Markov Decision Processes.,14.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,8.0,8.0,https://pypi.org/project/inferactively-pymdp,116.0,116.0,,,,,,,,3.0,,2022-12-08 15:25:01.498,,,,,,,,,,,,,,,,,,,, +822,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,2023-10-26 04:10:03.000000,2023-10-04 14:18:48,810.0,1.0,23.0,7.0,68.0,26.0,19.0,339.0,Flexible time series feature extraction & processing.,6.0,17,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,10.0,10.0,https://pypi.org/project/tsflex,208.0,891.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,19807.0,,,,,3.0,,2022-10-11 21:38:11.312,,,,,,,,,,,,,,,,,,,, +823,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,39.0,19.0,2.0,10.0,7.0,279.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,17,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,321.0,4850.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,172117.0,,,,,3.0,,2020-10-01 13:18:38.000,,,,,,,,,,,,,,,,,,,, +824,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,42.0,11.0,59.0,31.0,47.0,231.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'],15.0,12.0,https://pypi.org/project/skggm,68.0,68.0,,,,,,,,3.0,,2018-09-12 01:12:49.000,3.0,,,,,,,,,,,,,,,,,,, +825,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,8.0,44.0,224.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,55.0,55.0,,,,,,,,3.0,,2019-11-15 15:46:21.000,2.0,,,,,,,,,,,,,,,,,,, +826,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2023-07-06 21:55:15.000000,2023-01-03 11:24:22,166.0,,1028.0,119.0,24.0,11.0,352.0,4153.0,An Open-Source Package for Neural Relation Extraction (NRE).,12.0,16,True,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +827,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,,525.0,178.0,110.0,50.0,149.0,3898.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +828,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2023-11-17 15:48:24.000000,2022-11-03 07:32:51,114.0,,955.0,100.0,28.0,21.0,355.0,3609.0,An Open-Source Package for Knowledge Embedding (KE).,11.0,16,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +829,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2022-06-22 11:47:45.000000,2022-06-21 18:24:09,30.0,,1015.0,62.0,12.0,43.0,25.0,3497.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,,['sklearn'],31.0,31.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +830,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,,167.0,61.0,10.0,26.0,6.0,1837.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,42.0,42.0,,,,,,,,3.0,41.0,2019-04-05 06:47:54.000,,,,,,,,,,,,,,,,,,,, +831,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,,462.0,81.0,36.0,83.0,68.0,1674.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,16,False,2019-03-13 20:28:15.000,1.0-dev2,1.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,328.0,328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +832,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,57.0,34.0,22.0,13.0,1265.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,49.0,49.0,,,,,,,,3.0,,2017-08-21 00:49:41.000,1.0,,,,,,,,,,,,,,,,,,, +833,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,,116.0,18.0,295.0,3.0,68.0,1039.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,5.0,5.0,https://pypi.org/project/textbox,,,,,,,,,,3.0,,2021-04-15 09:35:06.000,,,,,,,,,,,,,,,,,,,, +834,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2023-12-07 11:02:30.000000,2023-10-21 13:07:20,740.0,3.0,113.0,27.0,109.0,11.0,24.0,1035.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,3.0,,2020-12-23 08:05:25.000,,,,,,,,,,,,,,,,,,,, +835,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,,196.0,43.0,667.0,28.0,27.0,808.0,Translate - a PyTorch Language Library.,88.0,16,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,25.0,25.0,,,,,,,,3.0,,2018-05-01 19:59:40.000,,,,,,,,,,,,,,,,,,,, +836,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,,56.0,18.0,7.0,1.0,10.0,793.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],67.0,66.0,https://pypi.org/project/madgrad,4455.0,4455.0,,,,,,,,3.0,,2022-03-08 18:23:32.000,1.0,,,,,,,,,,,,,,,,,,, +837,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,,110.0,27.0,10.0,24.0,51.0,768.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,1325.0,1325.0,,,,,,,,3.0,,2020-09-10 22:52:00.000,2.0,,,,,,,,,,,,,,,,,,, +838,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,,56.0,15.0,10.0,26.0,17.0,731.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,16,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,41.0,41.0,https://pypi.org/project/parallelformers,518.0,518.0,,,,,,,,3.0,,2022-07-27 19:52:00.185,,,,,,,,,,,,,,,,,,,, +839,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,,88.0,17.0,15.0,9.0,22.0,715.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,5.0,flashtorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/flashtorch,267.0,267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +840,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,100.0,25.0,101.0,37.0,84.0,702.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,103.0,109.0,,,,,,,,3.0,411.0,2018-06-14 02:21:57.000,1.0,,,,,,,,,,,,,,,,,,, +841,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,1.0,98.0,39.0,106.0,12.0,51.0,548.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,11.0,16,True,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,95.0,98.0,,,,,,,,3.0,220.0,2020-08-19 15:39:10.000,,,vaticle/typedb-ml,,,,,,,,,,,,,,,,, +842,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2023-11-08 16:07:40.000000,2023-11-08 16:07:36,135.0,7.0,40.0,18.0,164.0,3.0,63.0,422.0,A collection of tools for neural compression enthusiasts.,9.0,16,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,110.0,110.0,,,,,,,,3.0,,2023-10-03 14:26:28.000,,,,,,,,,,,,,,,,,,,, +843,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,36.0,47.0,5.0,12.0,404.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,,,,,3.0,2.0,https://pypi.org/project/openrec,46.0,46.0,,,,,,,,3.0,,2020-02-18 06:52:11.000,1.0,,,,,,,,,,,,,,,,,,, +844,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,16.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'],9.0,9.0,https://pypi.org/project/pywick,158.0,158.0,,,,,,,,3.0,,2021-10-22 03:19:11.000,,,,,,,,,,,,,,,,,,,, +845,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2021-01-08 09:52:54.000000,2021-01-08 09:52:49,170.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,16,False,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],2.0,,https://pypi.org/project/tfdeploy,37.0,37.0,,,,,,,,3.0,,2017-03-30 10:51:26.000,2.0,,,,,,,,,,,,,,,,,,, +846,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,32.0,24.0,21.0,16.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,,pdvega,,,,,84.0,84.0,https://pypi.org/project/pdvega,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +847,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,13.0,271.0,70.0,175.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,16,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,6181.0,6181.0,,,,,,,,3.0,,2020-12-03 23:07:43.000,,,,,,,,,,,,,,,,,,,, +848,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,11.0,8.0,1.0,10.0,234.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'],13.0,13.0,https://pypi.org/project/skift,268.0,268.0,,,,,,,,3.0,,2018-03-15 09:05:47.000,,,,,,,,,,,,,,,,,,,, +849,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,2023-12-06 19:59:05.000000,2023-12-06 19:59:05,370.0,1.0,38.0,6.0,131.0,,35.0,220.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,16,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,561.0,683.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2818.0,,,,,3.0,,2022-01-09 08:50:45.005,1.0,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +850,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2020-04-04 19:26:44.000000,2020-04-04 19:26:37,127.0,,29.0,5.0,4.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,16,False,,,23.0,parfit,,,,['sklearn'],26.0,26.0,https://pypi.org/project/parfit,4939.0,4939.0,,,,,,,,3.0,,2018-10-11 22:03:16.000,,,,,,,,,,,,,,,,,,,, +851,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,14.0,54.0,16.0,50.0,136.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,,,,,55.0,50.0,https://pypi.org/project/steppy,63.0,63.0,,,,,,,,3.0,,2018-11-23 09:49:59.000,5.0,,,,,,,,,,,,,,,,,,, +852,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-10-25 21:33:40.000000,2023-03-31 15:44:32,231.0,,20.0,28.0,52.0,7.0,7.0,101.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],40.0,40.0,https://pypi.org/project/collie,113.0,113.0,,,,,,,,3.0,,2022-01-18 23:07:16.000,,,,,,,,,,,,,,,,,,,, +853,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,141.0,28.0,217.0,102.0,2863.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'],,,https://pypi.org/project/euler-gl,5.0,5.0,,,,,,,,3.0,,2019-04-10 01:53:45.000,,,,,,,,,,,,,,,,,,,, +854,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,423.0,143.0,72.0,12.0,53.0,2192.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +855,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,2023-10-04 00:38:12.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,20.0,42.0,85.0,1243.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +856,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,214.0,40.0,40.0,59.0,34.0,1101.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +857,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,825.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,67.0,67.0,,,,,,,,3.0,,2018-11-24 00:29:36.000,,,,,,,,,,,,,,,,,,,, +858,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,2023-09-26 02:55:16.000000,2023-09-26 02:55:09,610.0,1.0,87.0,25.0,4.0,37.0,42.0,682.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,11.0,15,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,47.0,47.0,,,,,,,,3.0,,2022-09-19 20:15:07.376,,,,,,,,,,,,,,,,,,,, +859,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,26.0,4.0,4.0,2.0,670.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,84.0,84.0,,,,,,,,3.0,,2020-01-06 05:27:17.000,2.0,,,,,,,,,,,,,,,,,,, +860,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,50.0,17.0,83.0,18.0,49.0,557.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,81.0,81.0,,,,,,,,3.0,,2022-05-18 08:35:04.000,,,,,,,,,,,,,,,,,,,, +861,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,,87.0,21.0,18.0,22.0,2.0,497.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,,,,,10.0,10.0,https://pypi.org/project/atspy,179.0,179.0,,,,,,,,3.0,,2020-04-24 18:16:15.000,,,,,,,,,,,,,,,,,,,, +862,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,2023-12-15 23:01:56.000000,2023-10-11 20:12:03,257.0,1.0,69.0,23.0,91.0,19.0,15.0,493.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,True,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,1.0,1.0,https://pypi.org/project/caliban,81.0,81.0,,,,,,,,3.0,,2020-09-12 19:41:23.000,,,,,,,,,,,,,,,,,,,, +863,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2023-10-27 15:32:18.000000,2023-10-27 15:32:10,74.0,3.0,57.0,17.0,60.0,7.0,9.0,437.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,15,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,91.0,91.0,,,,,,,,3.0,,2020-08-07 01:13:52.000,,,,,,,,,,,,,,,,,,,, +864,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,372.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'],3.0,3.0,https://pypi.org/project/ptgnn,259.0,259.0,,,,,,,,3.0,,2021-10-21 21:43:04.000,,,,,,,,,,,,,,,,,,,, +865,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,11.0,15.0,6.0,4.0,218.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'],6.0,,https://pypi.org/project/nx-altair,591.0,591.0,,,,,,,,3.0,,2020-06-02 21:11:12.000,6.0,,,,,,,,,,,,,,,,,,, +866,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,,17.0,5.0,2.0,16.0,23.0,186.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'],11.0,11.0,https://pypi.org/project/hugsvision,244.0,244.0,,,,,,,,3.0,,2023-01-22 01:21:35.467,,,,,,,,,,,,,,,,,,,, +867,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,818.0,77.0,34.0,116.0,59.0,3214.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +868,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2023-07-06 21:16:22.000000,2022-11-02 02:28:59,99.0,,483.0,67.0,26.0,5.0,97.0,1665.0,An Open-Source Package for Network Embedding (NE).,11.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +869,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,,,,,,https://pypi.org/project/skater,365.0,1895.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,62765.0,,,,,3.0,,2018-09-21 07:03:32.000,,,,,,,,,,,,,,,,,,,, +870,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,2023-11-17 13:57:42.000000,2023-05-29 18:33:56,62.0,,42.0,11.0,8.0,2.0,12.0,655.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,14,True,,,,rliable`,,,,,106.0,106.0,https://pypi.org/project/rliable`,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +871,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,,57.0,19.0,6.0,6.0,,388.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,14,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,9.0,8.0,https://pypi.org/project/Adversary,52.0,194.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5855.0,,,,,3.0,,2018-08-29 15:14:41.000,1.0,,,,,,,,,,,,,,,,,,, +872,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2023-07-06 22:00:59.000000,2022-09-15 18:52:06,185.0,,50.0,10.0,14.0,12.0,17.0,374.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,4.0,14,False,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,783.0,783.0,,,,,,,,3.0,13.0,2021-02-04 16:44:24.000,,,,,,,,,,,,,,,,,,,, +873,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,299.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,147.0,147.0,,,,,,,,3.0,,2021-03-08 12:51:05.000,,,,,,,,,,,,,,,,,,,, +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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,239.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,172.0,172.0,,,,,,,,3.0,,2021-04-20 13:53:12.000,,,,,,,,,,,,,,,,,,,, +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,,33.0,8.0,72.0,31.0,8.0,228.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,41.0,41.0,,,,,,,,3.0,,2020-09-18 17:54:50.000,,,,,,,,,,,,,,,,,,,, +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,,40.0,1.0,,,,172.0,Pytorch framework for doing deep learning on point clouds.,29.0,14,False,,,,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,754.0,754.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +877,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,2023-02-28 01:21:32.000000,2023-02-24 00:50:55,299.0,,9.0,5.0,3.0,1.0,,127.0,Data Analysis Baseline Library.,23.0,14,False,2023-02-28 01:21:03.335,0.2.5,15.0,dabl,,,,['sklearn'],,,https://pypi.org/project/dabl,1034.0,1034.0,,,,,,,,3.0,,2022-11-03 05:52:04.962,,,,,,,,,,,,,,,,,,,, +878,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,2023-12-14 11:42:36.000000,2023-11-24 19:47:45,314.0,14.0,7.0,8.0,124.0,7.0,9.0,101.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,14,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +879,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,,478.0,110.0,12.0,39.0,8.0,2664.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +880,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,,76.0,46.0,4.0,1.0,,2405.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,1766.0,1768.0,,,,,,,,3.0,52.0,2022-08-09 04:22:00.465,1.0,,,,,,,,,,,,,,,,,,, +881,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,,173.0,38.0,10.0,13.0,3.0,1328.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,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,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,147.0,32.0,,52.0,59.0,1173.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,13,False,,,4.0,,milagraph/graphvite,,,,,,,,90.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4683.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,2023-10-02 18:06:17.000000,2023-10-02 18:06:17,148.0,2.0,66.0,20.0,169.0,87.0,17.0,387.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,17.0,13,True,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,66.0,66.0,,,,,,,,3.0,,2021-12-07 01:57:31.000,,,,,,,,,,,,,,,,,,,, +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,,35.0,12.0,8.0,9.0,3.0,325.0,A Python package for time series augmentation.,4.0,13,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,1094.0,1094.0,,,,,,,,3.0,,2020-04-17 02:50:25.000,2.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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,19.0,12.0,57.0,4.0,20.0,291.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,44.0,44.0,,,,,,,,3.0,,2020-05-28 19:00:02.000,,,,,,,,,,,,,,,,,,,, +886,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,2023-12-12 08:39:39.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,252.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'],3.0,3.0,https://pypi.org/project/maze-rl,46.0,53.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,,2021-12-13 16:04:42.000,,,,,,,,,,,,,,,,,,,, +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,240.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:24:24.000,0.1.9,9.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +888,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2023-07-06 21:22:20.000000,2022-07-05 09:43:05,72.0,,26.0,8.0,16.0,4.0,6.0,190.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'],4.0,4.0,https://pypi.org/project/textvec,37.0,37.0,,,,,,,,3.0,,2020-12-03 14:17:09.000,,,,,,,,,,,,,,,,,,,, +889,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,26.0,36.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,657.0,3.0,,2019-04-09 10:41:20.000,,,,,,,,,,,,,,,,,,,, +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,,33.0,14.0,18.0,27.0,16.0,118.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,50.0,50.0,,,,,,,,3.0,,2019-06-10 21:04:04.000,,,,,,,,,,,,,,,,,,,, +891,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,,12.0,7.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,27.0,27.0,https://pypi.org/project/lazycluster,38.0,38.0,,,,,,,,3.0,,2020-12-14 14:49:33.000,,,,,,,,,,,,,,,,,,,, +892,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2023-12-14 17:27:42.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2023-12-14 17:27:42.000,3.35.5,270.0,comet_ml,comet_ml,,,,65.0,,https://pypi.org/project/comet_ml,158712.0,158712.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,2023-12-14 17:27:42.000,65.0,8.0,,,,,,,,,,,,,,,,,, +893,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,,400.0,63.0,6.0,62.0,17.0,1757.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,,,,,,,,,,,,,,,,,,,,,, +894,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,,306.0,87.0,11.0,12.0,6.0,1664.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,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,,51.0,16.0,3.0,2.0,1.0,518.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,136.0,136.0,,,,,,,,3.0,,2020-04-09 01:48:32.000,,,,,,,,,,,,,,,,,,,, +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,,26.0,22.0,44.0,1.0,5.0,199.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,110.0,110.0,,,,,,,,3.0,,2021-03-02 02:40:32.000,,,,,,,,,,,,,,,,,,,, +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,116.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,72.0,72.0,,,,,,,,3.0,,2019-10-31 18:03:05.000,,,,,,,,,,,,,,,,,,,, +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,2023-09-21 17:36:41.000000,2023-09-21 17:36:39,208.0,,13.0,13.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,,,,,4.0,4.0,https://pypi.org/project/hypermax,31.0,31.0,,,,,,,,3.0,,2019-10-23 15:40:12.000,,,genixpro/hypermax,,,,,,,,,,,,,,,,, +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,7.0,4.0,5.0,14.0,95.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,773.0,773.0,,,,,,,,3.0,,2022-10-07 09:58:11.751,,,,,,,,,,,,,,,,,,,, +900,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,,11.0,13.0,26.0,4.0,13.0,85.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,31.0,31.0,,,,,,,,3.0,,2021-01-25 04:56:57.000,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,, +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,85.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,43.0,43.0,,,,,,,,3.0,,2021-06-25 14:27:32.000,,,,,,,,,,,,,,,,,,,, +902,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,2023-03-14 16:25:22.000000,2022-02-09 22:20:11,9.0,,416.0,96.0,17.0,48.0,15.0,3256.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +903,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,,112.0,47.0,13.0,7.0,20.0,950.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +904,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,,143.0,39.0,7.0,15.0,14.0,909.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,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,,25.0,16.0,51.0,11.0,1.0,132.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],1.0,1.0,https://pypi.org/project/autodist,28.0,28.0,,,,,,,,3.0,,2020-07-16 05:36:19.000,,,,,,,,,,,,,,,,,,,, +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,2022-09-29 08:50:58.000000,2022-09-29 08:50:40,122.0,,12.0,12.0,15.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,11,False,2021-04-22 15:20:54.000,0.0.12,11.0,bias-detector,,,,,1.0,1.0,https://pypi.org/project/bias-detector,126.0,126.0,,,,,,,,3.0,,2021-04-22 15:20:54.000,,,,,,,,,,,,,,,,,,,, +907,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,,77.0,18.0,5.0,3.0,12.0,531.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +908,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,,48.0,14.0,13.0,9.0,9.0,479.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +909,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,,20.0,12.0,41.0,7.0,12.0,363.0,A library for distributed ML training with PyTorch.,6.0,10,True,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +910,Headliner,as-ideas/headliner,nlp,,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,17.0,7.0,2.0,13.0,231.0,Easy training and deployment of seq2seq models.,2.0,10,False,,,,headliner,,,,,4.0,4.0,https://pypi.org/project/headliner,79.0,79.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +911,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,139.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +912,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,10.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,,,,,2.0,2.0,https://pypi.org/project/hypertunity,21.0,21.0,,,,,,,,3.0,,2020-01-26 23:08:16.000,,,,,,,,,,,,,,,,,,,, +913,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,9,False,,,,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,17.0,17.0,,,,,,,,3.0,,,,-3.0,,,,,,,,,,,,,,,,,, +914,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,4.0,6.0,,1.0,,55.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,33.0,33.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,2022-11-22 17:50:34.944,1.0,,,,,,,,,,,,,,,,,,, +915,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.,,8,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",,,https://pypi.org/project/traintool,20.0,20.0,,,,,,,,3.0,,2020-11-02 02:25:32.000,,,,,,,,,,,,,,,,,,,, diff --git a/history/2023-12-28_changes.md b/history/2023-12-28_changes.md new file mode 100644 index 00000000..524130c8 --- /dev/null +++ b/history/2023-12-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._ + +- PySpark (🥇45 · ⭐ 37K · 📈) - Apache Spark Python API. Apache-2 +- torchvision (🥇42 · ⭐ 15K · 📈) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +- SageMaker SDK (🥇40 · ⭐ 2K · 📈) - A library for training and deploying machine learning.. Apache-2 +- Theano (🥈38 · ⭐ 9.8K · 💤) - Theano was a Python library that allows you to define, optimize, and.. BSD-3 +- PyQtGraph (🥈36 · ⭐ 3.5K · 📈) - Fast data visualization and GUI tools for scientific / engineering.. MIT +- Tesseract (🥈33 · ⭐ 5.3K · 📈) - Python-tesseract is an optical character recognition (OCR).. Apache-2 +- mpld3 (🥈33 · ⭐ 2.3K · 📈) - D3 Renderings of Matplotlib Graphics. BSD-3 +- Lasagne (🥉28 · ⭐ 3.8K · 💀) - Lightweight library to build and train neural networks in Theano. MIT +- dstack (🥉26 · ⭐ 890 · 📈) - dstack simplifies training, fine-tuning, and deploying generative.. MPL-2.0 +- DeepMatcher (🥉22 · ⭐ 4.9K · 💀) - Python package for performing Entity and Text Matching using.. 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._ + +- Streamlit (🥇35 · ⭐ 29K · 📉) - Streamlit A faster way to build and share data apps. Apache-2 +- torchaudio (🥈31 · ⭐ 2.3K · 📉) - Data manipulation and transformation for audio signal.. BSD-2 +- geopy (🥉29 · ⭐ 4.2K · 📉) - Geocoding library for Python. MIT +- ftfy (🥈28 · ⭐ 3.6K · 📉) - Fixes mojibake and other glitches in Unicode text, after the fact. ❗Unlicensed +- CNTK (🥉26 · ⭐ 17K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning.. ❗Unlicensed +- TensorLayer (🥉23 · ⭐ 7.3K · 💤) - Deep Learning and Reinforcement Learning Library for.. ❗Unlicensed +- eli5 (🥉23 · ⭐ 2.7K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT +- EfficientNet-PyTorch (🥈22 · ⭐ 7.6K · 💀) - A PyTorch implementation of EfficientNet and.. Apache-2 +- Pillow-SIMD (🥉21 · ⭐ 2K · 📉) - The friendly PIL fork. ❗️PIL +- sklearn-evaluation (🥉9 · ⭐ 2 · 💤) - Machine learning model evaluation made easy: plots,.. MIT + diff --git a/history/2023-12-28_projects.csv b/history/2023-12-28_projects.csv new file mode 100644 index 00000000..fa8e312f --- /dev/null +++ b/history/2023-12-28_projects.csv @@ -0,0 +1,917 @@ +,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_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,pypi_latest_release_published_at,pypi_dependent_project_count,helm_id,trending,updated_github_id,npm_id,npm_url,npm_monthly_downloads,npm_latest_release_published_at,npm_dependent_project_count,brew_id,apt_id,yum_id,maven_id,maven_url,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,2023-12-22 20:04:44.000000,2023-10-23 18:26:19,1535.0,19.0,620.0,110.0,305.0,46.0,132.0,4268.0,Benchmarks of approximate nearest neighbor libraries in Python.,98.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,2023-12-21 16:58:32.000000,2023-12-21 16:58:31,293.0,24.0,155.0,51.0,175.0,,3.0,2090.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2023-12-21 16:58:37.000,2023.12.21,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,2023-12-28 13:32:23.000000,2023-12-21 15:57:14,311.0,25.0,221.0,88.0,176.0,4.0,4.0,3262.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2023-12-21 15:57:26.000,2023.12.21,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,2023-12-28 13:32:23.000000,2023-12-21 15:57:14,311.0,25.0,221.0,88.0,176.0,4.0,4.0,3262.0,Collection of database clients for python.,12.0,0,True,2023-12-21 15:57:26.000,2023.12.21,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,2023-12-28 13:32:23.000000,2023-12-21 15:57:14,311.0,25.0,221.0,88.0,176.0,4.0,4.0,3262.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2023-12-21 15:57:26.000,2023.12.21,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,2023-12-28 13:32:23.000000,2023-12-21 15:57:14,311.0,25.0,221.0,88.0,176.0,4.0,4.0,3262.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2023-12-21 15:57:26.000,2023.12.21,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,2023-12-28 13:52:52.000061,2023-12-28 13:37:30,157760.0,3317.0,71984.0,7660.0,23579.0,1922.0,36592.0,181923.0,An Open Source Machine Learning Framework for Everyone.,4515.0,54,True,2023-11-14 18:46:08.000,2.15.0,100.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],331396.0,331396.0,https://pypi.org/project/tensorflow,17034554.0,18217734.0,https://anaconda.org/conda-forge/tensorflow,2023-12-22 04:01:45.812,4446684.0,https://hub.docker.com/r/tensorflow/tensorflow,2023-12-28 13:52:52.000061,2243.0,75556867.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,2023-12-28 13:44:46.000000,2023-12-28 11:54:04,67803.0,3213.0,19478.0,1680.0,77479.0,12260.0,26470.0,73952.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4559.0,54,True,2023-12-15 01:59:57.000,2.1.2,48.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],367514.0,367514.0,https://pypi.org/project/torch,15808563.0,16543879.0,https://anaconda.org/pytorch/pytorch,2023-12-14 15:11:56.517,19844007.0,,,,,1.0,30789.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,2023-12-28 09:18:47.000000,2023-12-27 10:41:46,30760.0,265.0,24004.0,2148.0,16516.0,1631.0,8966.0,56889.0,scikit-learn: machine learning in Python.,3028.0,52,True,2023-10-25 08:23:32.000,1.3.2,45.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],669128.0,669128.0,https://pypi.org/project/scikit-learn,44272869.0,44873334.0,https://anaconda.org/conda-forge/scikit-learn,2023-12-20 20:44:10.007,25819596.0,,,,,1.0,930.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,2023-12-28 13:34:01.000000,2023-12-26 20:52:10,14816.0,738.0,22397.0,1070.0,14278.0,699.0,12943.0,117800.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2327.0,50,True,2023-12-18 18:44:02.000,4.36.2,100.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",125596.0,125596.0,https://pypi.org/project/transformers,19037162.0,19073091.0,https://anaconda.org/conda-forge/transformers,2023-12-19 03:00:23.210,1473111.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2023-12-27 13:11:08.000000,2023-12-22 09:55:16,49303.0,659.0,7112.0,591.0,17564.0,1167.0,8817.0,18629.0,matplotlib: plotting with Python.,1635.0,48,True,2023-11-18 01:36:36.000,3.7.4,80.0,matplotlib,conda-forge/matplotlib,,,,1045042.0,1045042.0,https://pypi.org/project/matplotlib,46950572.0,47461526.0,https://anaconda.org/conda-forge/matplotlib,2023-11-20 21:33:42.497,21460099.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,2023-12-28 10:42:32.000000,2023-12-28 10:42:32,31295.0,337.0,4929.0,348.0,10167.0,1719.0,8120.0,12020.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1561.0,48,True,2023-11-18 21:48:38.000,1.11.4,98.0,scipy,conda-forge/scipy,,,,65737.0,21.0,https://pypi.org/project/scipy,70024348.0,71225600.0,https://anaconda.org/conda-forge/scipy,2023-11-24 10:16:45.681,44303207.0,,,,,1.0,390831.0,2023-11-18 21:01:18.000,65716.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,2023-12-28 10:11:09.000000,2023-12-27 11:58:35,16800.0,492.0,1948.0,223.0,4530.0,74.0,2895.0,11365.0,Python Imaging Library (Fork).,457.0,47,True,2023-10-15 13:05:17.000,10.1.0,53.0,Pillow,conda-forge/pillow,,,,1477883.0,1477883.0,https://pypi.org/project/Pillow,72526497.0,73388917.0,https://anaconda.org/conda-forge/pillow,2023-10-16 03:42:18.439,35359234.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +13,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2023-12-28 03:59:27.000000,2023-12-28 03:59:24,18756.0,1113.0,2424.0,323.0,11960.0,1506.0,3595.0,26136.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",612.0,46,True,2023-12-14 07:31:53.000,0.4.23,157.0,jax,conda-forge/jaxlib,,,,21347.0,20570.0,https://pypi.org/project/jax,4708358.0,4732494.0,https://anaconda.org/conda-forge/jaxlib,2023-12-23 22:02:22.397,1013732.0,,,,,1.0,,2023-12-14 07:31:53.000,777.0,,,,,,,,,,,,,,,, +14,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2023-12-26 08:08:27.000000,2023-12-23 12:37:29,56808.0,541.0,4134.0,292.0,12834.0,4885.0,8595.0,11705.0,A computer algebra system written in pure Python.,1265.0,46,True,2023-05-10 18:09:23.000,sympy-1.12,50.0,sympy,conda-forge/sympy,,,,106955.0,102105.0,https://pypi.org/project/sympy,9992006.0,10049179.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,4819054.0,,,,,1.0,527153.0,2023-05-10 18:24:09.226,4850.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,2023-12-28 07:30:54.000000,2023-12-26 21:54:52,10206.0,434.0,18576.0,1911.0,6843.0,135.0,11348.0,60094.0,Deep Learning for humans.,1266.0,45,True,2023-12-21 19:22:48.000,3.0.2,56.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],21.0,21.0,https://pypi.org/project/keras,13423883.0,13503550.0,https://anaconda.org/conda-forge/keras,2023-12-23 16:24:50.607,3346031.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +16,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,2023-12-28 13:52:33.000000,2023-12-28 08:18:21,39353.0,1065.0,28069.0,2032.0,44498.0,237.0,,37487.0,Apache Spark Python API.,2993.0,45,True,2023-12-16 00:30:15.000,3.3.4,42.0,pyspark,conda-forge/pyspark,,,['spark'],1240.0,,https://pypi.org/project/pyspark,27693480.0,27763925.0,https://anaconda.org/conda-forge/pyspark,2023-10-04 13:44:45.676,2958726.0,,,,,1.0,,2023-12-16 00:30:15.000,1240.0,stable/spark,7.0,,,,,,,,,,,,,, +17,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2023-12-28 13:43:59.000000,2023-12-21 10:00:06,16083.0,46.0,4150.0,556.0,3931.0,75.0,5444.0,27877.0,Industrial-strength Natural Language Processing (NLP) in Python.,746.0,45,True,2023-10-16 16:11:22.000,3.7.2,100.0,spacy,conda-forge/spacy,,,,77133.0,77133.0,https://pypi.org/project/spacy,6606449.0,6685132.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3304705.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +18,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,2023-12-27 01:10:06.000000,2023-12-26 01:49:11,10031.0,283.0,3023.0,243.0,9800.0,645.0,5994.0,25527.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",918.0,45,True,2023-12-21 15:14:18.000,2.1.3,106.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],27497.0,27497.0,https://pypi.org/project/pytorch-lightning,4397768.0,4422676.0,https://anaconda.org/conda-forge/pytorch-lightning,2023-12-21 18:47:20.324,1028482.0,,,,,1.0,13907.0,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,, +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,2023-12-28 13:58:31.000000,2023-12-28 12:47:36,45755.0,1755.0,5387.0,726.0,42642.0,1918.0,16558.0,21179.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1148.0,45,True,2023-10-25 08:55:59.000,2.5.2,66.0,paddlepaddle,,,,['paddle'],4543.0,4449.0,https://pypi.org/project/paddlepaddle,190270.0,190444.0,,,,,,,,1.0,15368.0,2023-12-26 06:45:52.000,94.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,2023-12-26 18:50:31.000000,2023-12-22 18:23:34,20347.0,120.0,4201.0,444.0,5933.0,759.0,6790.0,18431.0,"Interactive Data Visualization in the browser, from Python.",679.0,45,True,2023-12-01 19:01:10.000,3.3.2,188.0,bokeh,conda-forge/bokeh,,,,84748.0,80951.0,https://pypi.org/project/bokeh,4054196.0,4369036.0,https://anaconda.org/conda-forge/bokeh,2023-12-01 23:42:13.932,13223321.0,,,,,1.0,,2023-12-16 09:15:19.000,3797.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,2023-12-24 18:46:39.000000,2023-12-15 19:44:51,15177.0,67.0,2609.0,278.0,3829.0,2550.0,2725.0,9154.0,Statsmodels: statistical modeling and econometrics in Python.,419.0,45,True,2023-12-14 14:31:51.000,0.14.1,26.0,statsmodels,conda-forge/statsmodels,,,,111040.0,111040.0,https://pypi.org/project/statsmodels,11742885.0,12028947.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12014614.0,,,,,1.0,30.0,,,,,,,,,,,,,,,,,, +22,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,2023-12-28 14:17:46.000000,2023-12-27 17:45:14,20248.0,976.0,4998.0,465.0,25642.0,3372.0,13185.0,29233.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,955.0,44,True,2023-12-21 00:32:08.000,ray-2.9.0,96.0,ray,conda-forge/ray-tune,,,,13448.0,12993.0,https://pypi.org/project/ray,2676993.0,2681966.0,https://anaconda.org/conda-forge/ray-tune,2023-12-05 13:59:54.326,178962.0,,,,,1.0,165.0,2023-12-21 00:27:32.000,455.0,,,,,,,,,,,,,,,, +23,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,2023-12-27 21:19:46.000000,2023-12-26 12:29:55,6689.0,116.0,8132.0,912.0,4887.0,351.0,4682.0,25143.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",631.0,44,True,2023-12-19 10:07:53.000,2.0.3,56.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,76129.0,76129.0,https://pypi.org/project/xgboost,11470498.0,11579652.0,https://anaconda.org/conda-forge/xgboost,2023-12-20 14:38:41.532,4472581.0,,,,,2.0,7916.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,2023-12-28 08:03:19.000000,2023-12-28 01:28:04,5181.0,487.0,3743.0,291.0,7210.0,1301.0,2287.0,16138.0,Open source platform for the machine learning lifecycle.,683.0,44,True,2023-12-14 15:34:34.000,2.9.2,87.0,mlflow,conda-forge/mlflow,,,,28481.0,27959.0,https://pypi.org/project/mlflow,14095348.0,14135512.0,https://anaconda.org/conda-forge/mlflow,2023-12-14 16:11:35.887,1686926.0,,,,,1.0,,2023-12-14 05:30:49.000,522.0,,,,,,,,,,,,,,,, +25,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,2023-12-27 19:35:54.000000,2023-12-21 22:10:00,6257.0,52.0,2403.0,280.0,1583.0,1402.0,1371.0,14619.0,The interactive graphing library for Python This project now includes Plotly Express!.,252.0,44,True,2023-10-25 19:52:56.000,5.18.0,97.0,plotly,conda-forge/plotly,,,,227256.0,227256.0,https://pypi.org/project/plotly,11333085.0,11490733.0,https://anaconda.org/conda-forge/plotly,2023-10-25 22:33:48.925,5133509.0,,,,,1.0,,,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,38265.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,2023-12-28 12:11:43.000000,2023-12-22 14:35:16,7543.0,129.0,3095.0,275.0,3587.0,397.0,2930.0,13697.0,Network Analysis in Python.,699.0,44,True,2023-10-28 09:53:23.000,networkx-3.2.1,92.0,networkx,conda-forge/networkx,,,,226723.0,211670.0,https://pypi.org/project/networkx,36421730.0,36781612.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14395284.0,,,,,1.0,65.0,2023-10-28 08:41:36.000,15053.0,,,,,,,,,,,,,,,, +27,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,2023-12-28 11:52:10.000000,2023-12-27 22:16:56,6070.0,358.0,1773.0,144.0,3093.0,429.0,2995.0,25151.0,"Wrap UIs around any model, share with anyone.",238.0,43,True,2023-12-22 21:09:15.000,4.12.0,539.0,gradio,,,,,20054.0,19803.0,https://pypi.org/project/gradio,3954776.0,3954776.0,,,,,,,,1.0,,2023-12-22 21:09:15.000,251.0,,,,,,,,,,,,,,,, +28,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,2023-12-28 11:08:18.000000,2023-12-22 15:15:54,2613.0,77.0,3615.0,438.0,3049.0,302.0,2315.0,16121.0,Open standard for machine learning interoperability.,302.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,,22876.0,22219.0,https://pypi.org/project/onnx,3946422.0,3968023.0,https://anaconda.org/conda-forge/onnx,2023-11-07 18:53:33.533,896088.0,,,,,1.0,19695.0,2023-10-26 18:30:51.000,657.0,,,,,,,,,,,,,,,, +29,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2023-12-28 04:45:35.000000,2023-12-22 20:30:37,3400.0,49.0,3660.0,438.0,3045.0,310.0,2882.0,15760.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",292.0,43,True,2023-12-21 18:58:56.000,4.2.0,30.0,lightgbm,conda-forge/lightgbm,,,,28341.0,28341.0,https://pypi.org/project/lightgbm,6638973.0,6696569.0,https://anaconda.org/conda-forge/lightgbm,2023-12-22 13:12:54.633,2144066.0,,,,,2.0,209629.0,,,,,,,,,,,,,,,,,, +30,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,2023-12-27 19:57:11.000000,2023-12-27 19:57:11,3221.0,31.0,1747.0,259.0,1080.0,114.0,2332.0,11524.0,Statistical data visualization in Python.,209.0,43,True,2023-09-29 19:01:44.000,0.13.0,35.0,seaborn,conda-forge/seaborn,,,,342893.0,342893.0,https://pypi.org/project/seaborn,12428415.0,12616430.0,https://anaconda.org/conda-forge/seaborn,2023-10-02 16:03:37.621,7896538.0,,,,,1.0,373.0,,,,,,,,,,,,,,,,,, +31,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,2023-12-27 18:42:51.000000,2023-12-27 18:42:50,5737.0,67.0,1627.0,194.0,4881.0,644.0,1218.0,6438.0,TensorFlows Visualization Toolkit.,311.0,43,True,2023-11-02 20:49:50.000,2.15.1,56.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],210029.0,207126.0,https://pypi.org/project/tensorboard,21598512.0,21704619.0,https://anaconda.org/conda-forge/tensorboard,2023-11-03 15:31:12.158,4456497.0,,,,,1.0,,2023-11-02 20:49:50.000,2903.0,,,,,,,,,,,,,,,, +32,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2023-12-28 12:21:36.000000,2023-12-28 12:12:57,3766.0,67.0,6835.0,397.0,5121.0,950.0,2298.0,14951.0,"Datasets, Transforms and Models specific to Computer Vision.",564.0,42,True,2023-12-15 02:04:19.000,0.16.2,40.0,torchvision,conda-forge/torchvision,,,['pytorch'],4928.0,21.0,https://pypi.org/project/torchvision,10150493.0,10179704.0,https://anaconda.org/conda-forge/torchvision,2023-12-13 18:56:48.112,949471.0,,,,,1.0,35268.0,2023-12-14 21:49:42.000,4907.0,,4.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,2023-12-27 20:15:34.000000,2023-12-24 12:24:15,14508.0,42.0,2690.0,468.0,1446.0,251.0,1497.0,12628.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,451.0,42,True,,,17.0,nltk,conda-forge/nltk,,,,240977.0,240977.0,https://pypi.org/project/nltk,12810590.0,12837606.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2377471.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,2023-12-22 14:44:25.000000,2023-12-21 16:47:22,4595.0,73.0,2054.0,1694.0,4434.0,282.0,2569.0,11427.0,WebGL2 powered visualization framework.,242.0,42,True,2023-12-05 13:38:21.826,8.9.33,624.0,pydeck,conda-forge/pydeck,,,['jupyter'],7475.0,6939.0,https://pypi.org/project/pydeck,1922469.0,2319843.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,467347.0,,,,,1.0,,2023-04-15 06:29:01.705,52.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,387215.0,2023-12-05 13:38:21.826,484.0,,,,,,,, +35,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2023-12-27 17:10:01.000000,2023-12-27 17:10:01,3615.0,47.0,708.0,141.0,1313.0,161.0,1728.0,8627.0,Declarative statistical visualization library for Python.,160.0,42,True,2023-11-28 06:23:39.000,5.2.0,27.0,altair,conda-forge/altair,,,,96675.0,96675.0,https://pypi.org/project/altair,15777965.0,15866029.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2113521.0,,,,,1.0,93.0,,,,,,,,,,,,,,,,,, +36,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,2023-12-23 11:51:31.000000,2023-12-22 22:10:20,13790.0,68.0,2115.0,186.0,4328.0,526.0,2035.0,5725.0,Image processing in Python.,644.0,42,False,2023-10-03 21:36:37.000,0.22.0,23.0,scikit-image,conda-forge/scikit-image,,,,165183.0,165183.0,https://pypi.org/project/scikit-image,12049301.0,12188887.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,5862619.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +37,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2023-10-22 22:49:37.000000,2023-01-30 18:15:21,1757.0,,8561.0,1062.0,1449.0,75.0,1716.0,33317.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,41,True,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,51523.0,48828.0,https://pypi.org/project/gym,1117684.0,1123612.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,260851.0,,,,,1.0,,2023-07-20 15:30:49.667,2695.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,2023-12-27 13:26:50.000000,2023-12-22 19:18:25,2115.0,90.0,4412.0,305.0,431.0,69.0,757.0,28186.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",127.0,41,True,2023-11-24 19:09:08.000,0.9.12,55.0,timm,conda-forge/timm,,,['pytorch'],21108.0,20761.0,https://pypi.org/project/timm,3615323.0,3727143.0,https://anaconda.org/conda-forge/timm,2023-11-25 15:42:55.281,116598.0,,,,,1.0,5993769.0,2023-11-24 18:56:31.000,347.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,2023-12-28 13:33:57.000000,2023-12-28 10:18:54,18736.0,638.0,2451.0,349.0,18277.0,674.0,9219.0,24838.0,"A cloud-native vector database, storage for next generation AI applications.",261.0,41,True,2023-12-04 09:02:10.000,2.3.4,100.0,pymilvus,,milvusdb/milvus,,,76.0,,https://pypi.org/project/pymilvus,414137.0,613878.0,,,,https://hub.docker.com/r/milvusdb/milvus,2023-12-28 12:13:37.298345,38.0,9944378.0,1.0,61807.0,2023-12-04 09:02:10.000,76.0,,,,,,,,,,,,,,,, +40,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2023-12-26 19:41:15.000000,2023-12-08 12:55:11,2582.0,70.0,2993.0,252.0,781.0,1412.0,955.0,20796.0,A game theoretic approach to explain the output of any machine learning model.,229.0,41,True,2023-12-07 12:14:26.000,0.44.0,51.0,shap,conda-forge/shap,,,,15073.0,15073.0,https://pypi.org/project/shap,7061735.0,7123874.0,https://anaconda.org/conda-forge/shap,2023-12-21 19:21:37.314,2237032.0,,,,,1.0,,,,,,shap/shap,,,,,,,,,,,,, +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,2023-12-28 08:33:15.189000,2023-12-28 06:08:45,9135.0,127.0,1104.0,137.0,5317.0,518.0,4029.0,12700.0,ML Experiments Management with Git.,290.0,41,True,2023-12-28 07:08:55.000,3.37.0,289.0,dvc,conda-forge/dvc,,,,11481.0,11481.0,https://pypi.org/project/dvc,803896.0,849706.0,https://anaconda.org/conda-forge/dvc,2023-12-28 08:33:15.189,1743851.0,,,,,1.0,47199.0,,,,,,,,,,,dvc,dvc,dvc,,,,, +42,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,2023-12-22 21:12:11.000000,2023-12-20 22:02:14,7960.0,87.0,1615.0,213.0,5575.0,845.0,4062.0,11654.0,Parallel computing with task scheduling.,592.0,41,True,,,162.0,dask,conda-forge/dask,,,,55834.0,55834.0,https://pypi.org/project/dask,6575083.0,6821505.0,https://anaconda.org/conda-forge/dask,2023-12-15 22:47:54.178,10596166.0,,,,,1.0,,,,stable/dask,,,,,,,,,,,,,,, +43,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,2023-12-28 13:08:28.000000,2023-12-26 16:00:11,2012.0,175.0,3485.0,307.0,2385.0,782.0,1469.0,30411.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",273.0,40,True,2023-12-21 00:46:35.000,0.12.6,65.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],5230.0,5230.0,https://pypi.org/project/deepspeed,339210.0,339579.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17361.0,1.0,,,,,,,,,,,,,,,,,,, +44,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2023-12-16 18:16:41.000000,2023-12-16 18:16:41,7091.0,60.0,2018.0,414.0,1006.0,806.0,849.0,19853.0,Data Apps & Dashboards for Python. No JavaScript Required.,143.0,40,True,2023-11-28 00:56:54.000,2.14.2,174.0,dash,conda-forge/dash,,,,57702.0,56253.0,https://pypi.org/project/dash,2241108.0,2268900.0,https://anaconda.org/conda-forge/dash,2023-11-28 06:37:33.255,1167294.0,,,,,1.0,30.0,2023-11-28 00:51:13.000,1449.0,,,,,,,,,,,,,,,, +45,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2023-12-22 19:00:35.000000,2023-12-14 23:03:21,8509.0,52.0,2194.0,206.0,4152.0,18.0,1910.0,19509.0,Build multimodal AI applications with cloud-native stack.,176.0,40,True,2023-12-14 15:31:33.000,3.23.2,2454.0,jina,conda-forge/jina-core,jinaai/jina,,,1428.0,1411.0,https://pypi.org/project/jina,102560.0,132138.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,58761.0,https://hub.docker.com/r/jinaai/jina,2023-12-14 15:39:49.833835,8.0,1260537.0,2.0,,2023-12-14 15:28:30.000,17.0,,,,,,,,,,,,,,,, +46,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2023-12-25 12:02:10.000000,2023-11-29 14:40:08,32592.0,40.0,4494.0,349.0,6304.0,111.0,6641.0,17380.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",592.0,40,True,2023-12-05 16:10:28.000,3.5.17,368.0,rasa,,,,['tensorflow'],3918.0,3851.0,https://pypi.org/project/rasa,160135.0,160135.0,,,,,,,,1.0,,2023-12-05 16:10:15.000,67.0,,,,,,,,,,,,,,,, +47,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,2023-12-02 15:25:20.000000,2023-10-01 14:51:00,4509.0,3.0,4153.0,433.0,1682.0,375.0,1444.0,14885.0,Topic Modelling for Humans.,449.0,40,True,2023-08-24 08:44:46.000,4.3.2,43.0,gensim,conda-forge/gensim,,,,54111.0,54111.0,https://pypi.org/project/gensim,3888823.0,3924844.0,https://anaconda.org/conda-forge/gensim,2023-08-24 12:30:21.806,1187197.0,,,,,1.0,4553.0,,,,,piskvorky/gensim,,,,,,,,,,,,, +48,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,2023-12-25 07:03:00.000000,2023-12-21 11:15:13,9714.0,70.0,1904.0,227.0,3789.0,250.0,2951.0,7941.0,Bayesian Modeling and Probabilistic Programming in Python.,474.0,40,True,2023-12-21 11:15:57.000,5.10.3,77.0,pymc3,conda-forge/pymc3,,,,2777.0,2528.0,https://pypi.org/project/pymc3,538043.0,544413.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,546428.0,,,,,1.0,1935.0,2022-03-15 10:10:19.000,249.0,,,,,,,,,,,,,,,, +49,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2023-12-27 23:51:51.000000,2023-12-26 22:59:10,6028.0,180.0,582.0,55.0,3872.0,802.0,2098.0,7635.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,168.0,40,True,2023-12-05 18:58:08.000,0.16.1,266.0,wandb,conda-forge/wandb,,,,36196.0,35518.0,https://pypi.org/project/wandb,10089847.0,10100501.0,https://anaconda.org/conda-forge/wandb,2023-12-05 22:51:30.208,436842.0,,,,,1.0,,2023-12-05 18:51:59.000,678.0,,,wandb/wandb,,,,,,,,,,,,, +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,2023-12-28 01:05:10.000000,2023-12-26 19:40:16,3449.0,176.0,1097.0,133.0,2778.0,373.0,1101.0,1978.0,A library for training and deploying machine learning models on Amazon SageMaker.,417.0,40,True,2023-12-22 18:29:07.000,2.202.1,559.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3488.0,3398.0,https://pypi.org/project/sagemaker,47731331.0,47748844.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2023-11-27 10:45:24.319,700539.0,,,,,1.0,,2023-12-22 18:29:07.000,90.0,,2.0,,,,,,,,,,,,,, +51,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,2023-12-27 01:47:02.000000,2023-10-12 07:43:04,2677.0,11.0,8140.0,377.0,3090.0,1157.0,6596.0,26558.0,OpenMMLab Detection Toolbox and Benchmark.,440.0,39,True,2023-10-12 07:45:00.000,3.2.0,52.0,mmdet,,,,['pytorch'],2016.0,2016.0,https://pypi.org/project/mmdet,161020.0,161020.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +52,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,2023-12-15 06:59:56.000000,2023-12-02 00:09:58,2731.0,26.0,7280.0,619.0,2214.0,182.0,1582.0,25006.0,The fastai deep learning library.,245.0,39,True,2023-10-15 04:03:45.000,2.7.13,50.0,fastai,,,,['pytorch'],15757.0,15757.0,https://pypi.org/project/fastai,393293.0,393293.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +53,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2023-12-28 14:06:47.000000,2023-12-28 08:13:39,3792.0,335.0,2918.0,169.0,4356.0,447.0,2153.0,12586.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",283.0,39,True,2023-12-11 09:43:07.000,1.1.3,449.0,dgl,,,,,257.0,174.0,https://pypi.org/project/dgl,75544.0,75544.0,,,,,,,,1.0,,2023-12-08 07:56:43.000,83.0,,,,,,,,,,,,,,,, +54,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2023-12-28 09:06:07.000000,2023-12-28 09:06:06,16849.0,359.0,910.0,121.0,3356.0,81.0,1474.0,9064.0,A hyperparameter optimization framework.,255.0,39,False,2023-12-11 05:05:36.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,11965.0,11503.0,https://pypi.org/project/optuna,2288682.0,2302782.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,592200.0,,,,,1.0,,2023-12-11 05:05:36.000,462.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,2023-12-28 09:19:48.000000,2023-12-28 09:19:44,47114.0,512.0,1113.0,197.0,374.0,530.0,1646.0,7517.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1190.0,39,True,2023-09-19 20:01:10.000,1.2.2,84.0,catboost,conda-forge/catboost,,,,11.0,11.0,https://pypi.org/project/catboost,1729078.0,1770473.0,https://anaconda.org/conda-forge/catboost,2023-09-19 20:23:11.996,1430391.0,,,,,2.0,205216.0,,,,,,,,,,,,,,,,,, +56,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,2023-12-28 14:07:04.000000,2023-12-28 13:45:14,4138.0,219.0,1185.0,103.0,3249.0,731.0,1321.0,7110.0,A unified framework for machine learning with time series.,313.0,39,True,2023-12-27 02:41:28.000,0.25.0,59.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2081.0,2023.0,https://pypi.org/project/sktime,747165.0,779060.0,https://anaconda.org/conda-forge/sktime-all-extras,2023-12-27 11:05:10.395,924942.0,,,,,1.0,84.0,2023-12-27 02:41:28.000,58.0,,,sktime/sktime,,,,,,,,,,,,, +57,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,2023-12-28 09:19:16.000000,2023-12-24 14:07:14,1769.0,27.0,2166.0,167.0,794.0,66.0,986.0,6513.0,Python Data. Leaflet.js Maps.,158.0,39,True,2023-12-04 11:11:32.000,0.15.1,26.0,folium,conda-forge/folium,,,,32478.0,32478.0,https://pypi.org/project/folium,776631.0,848015.0,https://anaconda.org/conda-forge/folium,2023-12-04 11:42:27.248,2498457.0,,,,,1.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,2023-12-27 18:09:34.000000,2023-12-27 15:11:29,1214.0,118.0,675.0,94.0,1142.0,114.0,1032.0,6241.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",203.0,39,True,2023-12-01 15:24:43.000,0.25.0,38.0,accelerate,conda-forge/accelerate,,,['pytorch'],22289.0,21839.0,https://pypi.org/project/accelerate,7782889.0,7786484.0,https://anaconda.org/conda-forge/accelerate,2023-12-01 17:19:39.752,93476.0,,,,,1.0,,2023-12-01 14:33:27.000,450.0,,,,,,,,,,,,,,,, +59,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,2023-12-27 14:25:49.000000,2023-12-22 11:11:05,1840.0,31.0,836.0,108.0,1496.0,365.0,1160.0,3978.0,Python tools for geographic data.,214.0,39,True,2023-11-11 09:30:40.000,0.14.1,33.0,geopandas,conda-forge/geopandas,,,['pandas'],29688.0,29688.0,https://pypi.org/project/geopandas,5857474.0,5937034.0,https://anaconda.org/conda-forge/geopandas,2023-11-11 14:20:49.573,3340446.0,,,,,1.0,2362.0,,,,,,,,,,,,,,,,,, +60,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2023-12-28 09:36:15.000000,2023-12-28 06:24:54,6123.0,17.0,6821.0,414.0,2806.0,1096.0,7263.0,35427.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",184.0,38,True,2023-10-18 12:32:48.000,2.7.1,40.0,paddleocr,,,,['paddle'],2133.0,2103.0,https://pypi.org/project/paddleocr,109480.0,109480.0,,,,,,,,1.0,,2023-09-15 08:35:48.000,30.0,,,,,,,,,,,,,,,, +61,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2023-12-27 22:39:27.000000,2023-12-27 22:34:55,940.0,48.0,3149.0,469.0,840.0,386.0,1859.0,26017.0,A library for efficient similarity search and clustering of dense vectors.,150.0,38,True,2023-12-04 09:02:10.000,2.3.4,89.0,pymilvus,conda-forge/faiss,,,,3409.0,3333.0,https://pypi.org/project/pymilvus,414137.0,437317.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,996778.0,,,,,1.0,,2023-12-04 09:02:10.000,76.0,,,,,,,,,,,,,,,, +62,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,,6534.0,1074.0,11124.0,1805.0,7763.0,20655.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,38,True,2022-05-10 20:10:05.000,1.9.1,34.0,mxnet,mxnet,,,['mxnet'],6955.0,6955.0,https://pypi.org/project/mxnet,357475.0,357912.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10530.0,,,,,2.0,26515.0,,,,,apache/mxnet,,,,,,,,,,,,, +63,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,2023-12-22 06:30:03.000000,2023-12-18 15:04:52,1291.0,76.0,2148.0,130.0,297.0,1029.0,829.0,12710.0,Multilingual Sentence & Image Embeddings with BERT.,130.0,38,True,2022-06-26 19:52:06.000,2.2.2,43.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],21813.0,21220.0,https://pypi.org/project/sentence-transformers,2902177.0,2907075.0,https://anaconda.org/conda-forge/sentence-transformers,2023-06-16 19:21:44.846,191035.0,,,,,1.0,,2022-06-26 19:50:11.000,593.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,2023-12-19 03:56:23.792000,2023-12-08 03:28:12,8234.0,8.0,2813.0,481.0,681.0,43.0,2120.0,12510.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,38,False,2023-05-14 13:10:44.000,19.24.2,26.0,dlib,conda-forge/dlib,,,,24071.0,24071.0,https://pypi.org/project/dlib,272520.0,288074.0,https://anaconda.org/conda-forge/dlib,2023-12-19 03:56:23.792,642856.0,,,,,2.0,25359.0,,,,,,,,,,,,,,,,,, +65,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,2023-12-22 20:34:26.000000,2023-12-16 13:36:40,1094.0,30.0,2058.0,236.0,508.0,177.0,1040.0,10923.0,Download market data from Yahoo! Finances API.,96.0,38,True,2023-12-06 19:50:59.000,0.2.33,105.0,yfinance,ranaroussi/yfinance,,,,31516.0,31220.0,https://pypi.org/project/yfinance,1128718.0,1131597.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,83509.0,,,,,1.0,,2023-12-06 19:50:59.000,296.0,,,,,,,,,,,,,,,, +66,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,2023-07-01 12:19:02.000000,2022-12-20 16:49:55,28132.0,,2511.0,543.0,4118.0,685.0,2088.0,9823.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,17449.0,14611.0,https://pypi.org/project/theano,388131.0,414950.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2386954.0,,,,,2.0,,2020-07-27 16:13:54.000,2838.0,,4.0,,,,,,,,,,,,,, +67,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2023-12-28 11:24:58.000000,2023-12-28 09:10:25,1570.0,226.0,971.0,168.0,1777.0,398.0,563.0,9329.0,Development repository for the Triton language and compiler.,198.0,38,True,2023-09-01 07:26:13.000,2.1.0,191.0,triton,,,,,102.0,21.0,https://pypi.org/project/triton,7445682.0,7445682.0,,,,,,,,1.0,,2023-09-01 07:26:13.000,81.0,,,,,,,,,,,,,,,, +68,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2023-12-28 10:38:18.000000,2023-12-28 10:38:18,2623.0,76.0,890.0,126.0,1717.0,237.0,602.0,8952.0,Geometric Computer Vision Library for AI.,245.0,38,True,2023-12-27 10:47:21.000,0.7.1,37.0,kornia,conda-forge/kornia,,,['pytorch'],7753.0,7753.0,https://pypi.org/project/kornia,2040981.0,2044064.0,https://anaconda.org/conda-forge/kornia,2023-08-04 20:43:55.693,110510.0,,,,,1.0,886.0,,,,,,,,,,,,,,,,,, +69,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2023-12-28 13:19:44.000000,2023-12-28 07:32:47,28093.0,410.0,725.0,126.0,5991.0,529.0,1602.0,7426.0,NumPy & SciPy for GPU.,356.0,38,True,2023-12-07 07:57:50.000,12.3.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2051.0,1845.0,https://pypi.org/project/cupy,22186.0,101022.0,https://anaconda.org/conda-forge/cupy,2023-12-07 23:56:31.187,3240513.0,https://hub.docker.com/r/cupy/cupy,2023-12-07 08:04:13.783114,11.0,58348.0,1.0,167436.0,2023-12-07 05:15:09.000,206.0,,,,,,,,,,,,,,,, +70,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,2023-12-27 22:38:22.000000,2023-12-21 05:58:35,4074.0,230.0,552.0,82.0,2126.0,165.0,672.0,5060.0,Flax is a neural network library for JAX that is designed for flexibility.,214.0,38,True,2023-10-28 02:08:03.000,0.7.5,40.0,flax,conda-forge/flax,,,['jax'],5710.0,5510.0,https://pypi.org/project/flax,2895379.0,2896543.0,https://anaconda.org/conda-forge/flax,2023-11-09 02:38:30.298,38388.0,,,,,2.0,50.0,2023-10-28 02:08:03.000,200.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,2023-12-28 14:12:40.000000,2023-12-27 05:19:21,6129.0,109.0,1431.0,109.0,4098.0,395.0,701.0,4082.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",301.0,38,True,2023-12-18 13:28:11.000,4.9.4,32.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],15710.0,15710.0,https://pypi.org/project/tensorflow-datasets,2139436.0,2140262.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,25617.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +72,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,2023-12-19 01:41:58.000000,2023-12-12 08:21:10,2229.0,19.0,543.0,88.0,776.0,229.0,895.0,3538.0,Manipulation and analysis of geometric objects.,149.0,38,True,2023-10-12 20:37:19.000,2.0.2,121.0,shapely,conda-forge/shapely,,,,60183.0,58965.0,https://pypi.org/project/shapely,15811219.0,16030341.0,https://anaconda.org/conda-forge/shapely,2023-11-23 18:52:59.047,8760538.0,,,,,2.0,2838.0,2023-10-12 20:37:19.000,1218.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,2023-12-28 08:28:35.000000,2023-12-25 21:34:11,17793.0,179.0,1294.0,84.0,7651.0,471.0,4215.0,2428.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,360.0,38,True,2023-11-20 20:29:52.000,1.6.0,76.0,mne,conda-forge/mne,,,,3613.0,3323.0,https://pypi.org/project/mne,84563.0,92535.0,https://anaconda.org/conda-forge/mne,2023-11-20 22:22:01.653,342822.0,,,,,1.0,,2023-11-20 20:29:52.000,290.0,,,,,,,,,,,,,,,, +74,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,2023-12-28 14:06:01.000000,2023-12-21 16:46:21,5645.0,135.0,682.0,56.0,4864.0,1178.0,2291.0,1509.0,A distributed task scheduler for Dask.,319.0,38,True,,,183.0,distributed,conda-forge/distributed,,,,32080.0,32080.0,https://pypi.org/project/distributed,3557069.0,3854687.0,https://anaconda.org/conda-forge/distributed,2023-12-15 21:59:40.423,12797601.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +75,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2023-12-14 16:43:19.109000,2023-12-11 02:26:35,1519.0,14.0,270.0,32.0,475.0,89.0,487.0,1357.0,Python library for reading and writing image data.,109.0,38,True,2023-12-11 02:26:46.000,2.33.1,64.0,imageio,conda-forge/imageio,,,,111537.0,111537.0,https://pypi.org/project/imageio,19251618.0,19397101.0,https://anaconda.org/conda-forge/imageio,2023-12-14 16:43:19.109,5964228.0,,,,,1.0,942.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,2023-11-27 07:34:13.000000,2023-08-21 03:59:26,1627.0,,2814.0,379.0,456.0,4.0,1807.0,14125.0,Python Echarts Plotting Library.,39.0,37,True,2023-08-21 08:24:32.000,2.0.4,72.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],3973.0,3724.0,https://pypi.org/project/pyecharts,147124.0,147124.0,,,,,,,,2.0,,2023-08-21 03:40:32.000,249.0,,,,,,,,,,,,,,,, +77,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,,2018-06-11 11:04:18.000,2023-12-24 14:02:29.000000,2023-12-18 06:57:31,5779.0,93.0,1707.0,204.0,1168.0,48.0,2172.0,13315.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,251.0,37,False,2023-12-18 09:29:22.000,0.13.1,25.0,flair,conda-forge/python-flair,,,['pytorch'],2952.0,2952.0,https://pypi.org/project/flair,128498.0,129037.0,https://anaconda.org/conda-forge/python-flair,2023-12-21 22:57:06.478,22103.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,2023-12-28 14:12:22.000000,2023-12-15 00:57:55,1368.0,38.0,1562.0,150.0,740.0,197.0,551.0,11611.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,117.0,37,True,2023-12-05 15:38:30.000,4.6.3,54.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2123.0,2123.0,https://pypi.org/project/pandas-profiling,623376.0,628079.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,413903.0,,,,,2.0,25.0,,,,,ydataai/ydata-profiling,,,,,,,,,,,,, +79,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2023-12-16 19:38:47.000000,2023-07-11 16:23:35,1095.0,,1398.0,252.0,654.0,369.0,1023.0,11246.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,14.0,moviepy,conda-forge/moviepy,,,,32406.0,32406.0,https://pypi.org/project/moviepy,688939.0,691792.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,219754.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +80,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2023-12-25 12:39:09.000000,2023-12-14 21:02:15,5074.0,97.0,1687.0,132.0,970.0,312.0,1903.0,8049.0,"An open-source, low-code machine learning library in Python.",131.0,37,True,2023-11-12 21:46:01.000,3.2.0,95.0,pycaret,conda-forge/pycaret,,,,4937.0,4921.0,https://pypi.org/project/pycaret,278708.0,279759.0,https://anaconda.org/conda-forge/pycaret,2023-11-16 02:21:22.926,41439.0,,,,,2.0,678.0,2023-11-12 21:44:47.000,16.0,,,,,,,,,,,,,,,, +81,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2023-12-23 01:49:08.000000,2023-12-14 15:12:56,1747.0,14.0,650.0,118.0,548.0,253.0,613.0,7960.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,82.0,37,True,2023-11-14 19:06:30.000,0.15.0,81.0,tokenizers,conda-forge/tokenizers,,,,54416.0,54416.0,https://pypi.org/project/tokenizers,15542190.0,15576367.0,https://anaconda.org/conda-forge/tokenizers,2023-12-12 19:20:02.639,1401277.0,,,,,1.0,33.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,2023-12-28 05:32:23.000000,2023-12-21 06:23:09,20214.0,540.0,2010.0,179.0,3184.0,231.0,2046.0,7478.0,End-to-End Speech Processing Toolkit.,398.0,37,True,2023-10-25 11:52:03.000,.202310,51.0,espnet,,,,,281.0,276.0,https://pypi.org/project/espnet,17993.0,17994.0,,,,,,,,1.0,79.0,2023-10-25 11:52:34.000,5.0,,,,,,,,,,,,,,,, +83,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2023-12-28 10:03:58.000000,2023-12-13 18:07:01,9603.0,92.0,1164.0,123.0,1067.0,168.0,874.0,7030.0,A PyTorch-based Speech Toolkit.,224.0,37,True,2023-11-22 02:29:10.000,0.5.16,15.0,speechbrain,,,,['pytorch'],1383.0,1359.0,https://pypi.org/project/speechbrain,183292.0,183292.0,,,,,,,,1.0,,2023-11-22 02:29:10.000,24.0,,,,,,,,,,,,,,,, +84,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,2023-12-21 16:12:27.000000,2023-12-21 16:12:24,12031.0,47.0,1085.0,166.0,460.0,650.0,737.0,4019.0,Probabilistic reasoning and statistical analysis in TensorFlow.,486.0,37,True,2023-11-20 23:32:05.000,0.23.0,51.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],448.0,,https://pypi.org/project/tensorflow-probability,1990898.0,1994385.0,https://anaconda.org/conda-forge/tensorflow-probability,2023-11-15 10:36:45.409,118584.0,,,,,1.0,,2023-11-20 23:21:06.000,448.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,2023-12-24 13:33:26.000000,2023-12-22 17:39:00,10683.0,77.0,377.0,58.0,2894.0,1019.0,2110.0,2532.0,"With Holoviews, your data visualizes itself.",140.0,37,True,2023-11-09 09:16:35.000,1.18.1,77.0,holoviews,conda-forge/holoviews,,,['jupyter'],8921.0,8921.0,https://pypi.org/project/holoviews,300718.0,336117.0,https://anaconda.org/conda-forge/holoviews,2023-11-08 21:19:49.170,1466786.0,,,,,2.0,,,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,476.0,,,,,,,,,, +86,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,2023-12-28 02:11:18.000000,2023-12-28 02:11:14,3813.0,39.0,518.0,147.0,1122.0,161.0,1607.0,2062.0,Rasterio reads and writes geospatial raster datasets.,153.0,37,True,2023-10-19 14:09:18.000,1.3.9,153.0,rasterio,conda-forge/rasterio,,,,10932.0,9881.0,https://pypi.org/project/rasterio,2083669.0,2162084.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2744253.0,,,,,2.0,853.0,2023-10-19 14:04:39.000,1051.0,,,,,,,,,,,,,,,, +87,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2023-06-16 13:21:35.778000,2020-02-15 08:33:35,523.0,,6699.0,1289.0,164.0,662.0,222.0,31764.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,,,,27441.0,25751.0,https://pypi.org/project/jieba,736160.0,738015.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,148429.0,,,,,1.0,,2020-01-20 14:27:23.000,1690.0,,,,,,,,,,,,,,,, +88,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2023-12-26 21:21:16.000000,2023-10-10 17:36:53,2318.0,2.0,5939.0,415.0,1320.0,1048.0,3032.0,28354.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,420.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2478.0,2478.0,https://pypi.org/project/fairseq,455595.0,457013.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,57974.0,,,,,1.0,326.0,,,,,,,,,,,,,,,,,, +89,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,2023-12-27 16:23:43.000000,2023-12-27 16:23:43,4667.0,223.0,2651.0,235.0,695.0,69.0,836.0,24697.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",163.0,36,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",19.0,,https://pypi.org/project/tts,89664.0,143760.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10123.0,,,,,1.0,1772341.0,2023-12-12 15:27:06.000,19.0,,,,,,,,,,,,,,,, +90,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2023-12-11 10:54:14.000000,2023-10-18 07:33:05,791.0,12.0,4457.0,424.0,437.0,363.0,1722.0,17306.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,36,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,149.0,21.0,https://pypi.org/project/fbprophet,798721.0,833900.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1124882.0,,,,,1.0,2229.0,2020-09-05 16:12:50.000,128.0,,,,,,,,,,,,,,,, +91,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,2023-12-28 12:05:45.000000,2023-11-10 11:25:48,6020.0,34.0,3118.0,238.0,1424.0,971.0,3814.0,10009.0,Open-source simulator for autonomous driving research.,170.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,617.0,611.0,https://pypi.org/project/carla,14923.0,14923.0,,,,,,,,1.0,,2023-11-14 22:51:02.000,6.0,,,,,,,,,,,,,,,, +92,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,2023-12-27 10:18:45.000000,2023-12-27 10:18:44,25833.0,1477.0,1955.0,199.0,4913.0,157.0,3309.0,9053.0,Perform data science on data that remains in someone elses server.,502.0,36,True,2023-12-07 14:07:06.000,0.8.3,238.0,syft,,,,['pytorch'],5.0,,https://pypi.org/project/syft,5361.0,5392.0,,,,,,,,1.0,1478.0,2023-12-24 12:35:19.000,5.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,2023-12-27 23:36:13.000000,2023-12-23 17:00:56,897.0,13.0,1025.0,125.0,266.0,32.0,656.0,8730.0,Unsupervised text tokenizer for Neural Network-based text generation.,81.0,36,True,2023-05-02 03:20:40.000,0.1.99,25.0,sentencepiece,conda-forge/sentencepiece,,,,50577.0,50577.0,https://pypi.org/project/sentencepiece,12126911.0,12144275.0,https://anaconda.org/conda-forge/sentencepiece,2023-11-02 09:17:09.257,691144.0,,,,,1.0,32476.0,,,,,,,,,,,,,,,,,, +94,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,2023-12-28 14:24:01.000000,2023-12-28 14:22:52,2927.0,74.0,918.0,92.0,3177.0,324.0,2510.0,4948.0,AI Toolkit for Healthcare Imaging.,176.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],1686.0,1638.0,https://pypi.org/project/monai,124180.0,125027.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,20328.0,,,,,1.0,,2023-10-12 17:09:21.000,48.0,,,,,,,,,,,,,,,, +95,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2023-12-28 07:17:29.000000,2023-12-27 17:32:38,9887.0,483.0,1488.0,146.0,2107.0,432.0,1213.0,4804.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",233.0,36,True,2022-12-01 13:22:37.000,2.7.1,18.0,deepchem,conda-forge/deepchem,,,['tensorflow'],300.0,300.0,https://pypi.org/project/deepchem,20193.0,22466.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,104570.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +96,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,2023-12-27 10:39:20.000000,2023-12-27 10:33:43,944.0,16.0,745.0,86.0,197.0,77.0,650.0,3903.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,36,True,2023-09-27 14:17:30.000,78,71.0,opencv-python,,,,,340078.0,340078.0,https://pypi.org/project/opencv-python,11020214.0,11020214.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +97,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2023-12-21 03:53:50.000000,2023-12-19 17:50:57,2134.0,135.0,202.0,65.0,130.0,80.0,512.0,3658.0,A Grammar of Graphics for Python.,103.0,36,True,2023-11-06 11:06:44.000,0.12.4,17.0,plotnine,conda-forge/plotnine,,,,6521.0,6521.0,https://pypi.org/project/plotnine,2016719.0,2024575.0,https://anaconda.org/conda-forge/plotnine,2023-11-06 12:55:06.721,329953.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +98,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,2023-12-27 21:35:41.000000,2023-12-27 21:32:18,8413.0,74.0,689.0,98.0,13093.0,38.0,802.0,3543.0,State of the Art Natural Language Processing.,110.0,36,True,2023-12-27 21:27:27.000,5.2.1,135.0,spark-nlp,,,,['spark'],404.0,373.0,https://pypi.org/project/spark-nlp,3838468.0,3838468.0,,,,,,,,1.0,,2023-12-27 21:27:27.000,31.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,2023-12-23 00:48:30.000000,2023-12-21 03:06:20,3865.0,72.0,1024.0,155.0,1562.0,357.0,862.0,3532.0,Fast data visualization and GUI tools for scientific / engineering applications.,267.0,36,True,2023-04-14 21:33:03.621,0.13.3,21.0,pyqtgraph,conda-forge/pyqtgraph,,,,9486.0,8523.0,https://pypi.org/project/pyqtgraph,138934.0,144898.0,https://anaconda.org/conda-forge/pyqtgraph,2023-06-16 13:19:32.302,495075.0,,,,,2.0,,2023-04-14 21:33:03.621,963.0,,3.0,,,,,,,,,,,,,, +100,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2023-12-28 13:35:08.000000,2023-12-28 09:04:04,4001.0,209.0,395.0,34.0,2814.0,421.0,1017.0,2114.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,152.0,36,True,2023-12-15 17:20:47.000,0.43.1,86.0,pyvista,conda-forge/pyvista,,,['jupyter'],2749.0,2507.0,https://pypi.org/project/pyvista,148841.0,159108.0,https://anaconda.org/conda-forge/pyvista,2023-12-14 09:30:38.542,430798.0,,,,,2.0,790.0,2023-12-14 07:10:19.000,242.0,,,,,,,,,,,,,,,, +101,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,2023-12-27 20:15:14.000000,2023-12-27 20:14:13,1605.0,108.0,339.0,26.0,1330.0,52.0,694.0,1761.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",222.0,36,True,2023-12-01 17:06:32.000,1.2.1,40.0,metrics,conda-forge/torchmetrics,,,['pytorch'],18905.0,18892.0,https://pypi.org/project/metrics,3283.0,39520.0,https://anaconda.org/conda-forge/torchmetrics,2023-12-01 20:39:28.126,1191428.0,,,,,2.0,4450.0,2018-04-28 10:58:56.000,13.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,, +102,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2023-12-19 22:00:11.000000,2023-12-04 09:05:52,1211.0,12.0,205.0,33.0,47.0,9.0,157.0,1513.0,Simple Python interface for Graphviz.,22.0,36,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,61759.0,58301.0,https://pypi.org/project/graphviz,7552285.0,7552815.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,42410.0,,,,,2.0,,2022-07-23 11:35:06.076,3458.0,,,,,,,,,,,,,,,, +103,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,2023-12-28 13:31:47.000000,2023-12-27 16:34:55,1522.0,14.0,366.0,48.0,1467.0,164.0,671.0,1475.0,Exploratory analysis of Bayesian models with Python.,152.0,36,True,2023-12-27 16:22:43.000,0.17.0,35.0,arviz,conda-forge/arviz,,,,5678.0,5512.0,https://pypi.org/project/arviz,1377685.0,1425538.0,https://anaconda.org/conda-forge/arviz,2023-12-28 12:43:24.180,2057604.0,,,,,1.0,133.0,2023-12-27 16:22:43.000,166.0,,,,,,,,,,,,,,,, +104,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2023-12-24 03:56:49.000000,2023-12-13 15:11:34,1848.0,21.0,199.0,30.0,210.0,22.0,390.0,1340.0,The ctypes-based simple ImageMagick binding for Python.,104.0,36,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,18608.0,17895.0,https://pypi.org/project/wand,975604.0,976879.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,36028.0,,,,,2.0,35584.0,2023-11-03 23:18:50.000,713.0,,,,,,,,,,,,,,,, +105,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2023-12-28 14:05:17.000000,2023-12-28 09:55:02,5989.0,174.0,2576.0,301.0,3986.0,685.0,3108.0,29244.0,Streamlit A faster way to build and share data apps.,213.0,35,True,2023-11-30 20:05:51.000,1.29.0,70.0,streamlit,,,,,,,https://pypi.org/project/streamlit,3048780.0,3048780.0,,,,,,,,1.0,,,,,-5.0,,,,,,,,,,,,,, +106,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2023-12-05 14:58:09.000000,2023-11-27 23:41:10,388.0,3.0,4645.0,850.0,265.0,543.0,611.0,25317.0,Library for fast text representation and classification.,67.0,35,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,5610.0,5386.0,https://pypi.org/project/fasttext,949480.0,951304.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,71151.0,,,,,2.0,,2020-04-28 09:54:50.000,224.0,,,,,,,,,,,,,,,, +107,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2023-12-16 22:04:09.000000,2023-09-04 11:42:16,615.0,,2763.0,300.0,243.0,317.0,582.0,20550.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,4762.0,4693.0,https://pypi.org/project/easyocr,240606.0,428512.0,,,,,,,,1.0,7892085.0,2023-09-04 11:55:27.000,69.0,,,,,,,,,,,,,,,, +108,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,2023-12-28 14:17:15.000000,2023-12-24 12:44:27,7268.0,286.0,3454.0,253.0,2707.0,901.0,2523.0,19256.0,Graph Neural Network Library for PyTorch.,474.0,35,True,2023-10-12 08:28:59.000,2.4.0,36.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],,,https://pypi.org/project/torch-geometric,243421.0,244269.0,https://anaconda.org/conda-forge/pytorch_geometric,2023-11-08 13:56:02.983,34807.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +109,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,2023-12-28 10:29:21.000000,2023-12-23 07:44:06,8697.0,53.0,2837.0,264.0,1213.0,166.0,655.0,16897.0,Best Practices on Recommendation Systems.,128.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,101.0,99.0,https://pypi.org/project/recommenders,63655.0,63662.0,,,,,,,,1.0,460.0,2022-04-01 08:49:49.000,2.0,,,recommenders-team/recommenders,,,,,,,,,,,,, +110,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2023-07-26 09:00:34.000000,2020-06-01 14:58:26,2913.0,,2370.0,231.0,336.0,282.0,223.0,13945.0,Image augmentation for machine learning experiments.,36.0,35,False,2020-02-06 06:18:40.000,0.4.0,3.0,imgaug,conda-forge/imgaug,,,,17813.0,17813.0,https://pypi.org/project/imgaug,333943.0,336694.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,148582.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +111,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2023-11-26 17:29:04.000000,2021-06-01 10:43:00,1848.0,,4426.0,550.0,712.0,390.0,1267.0,13737.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,,,,,5858.0,5505.0,https://pypi.org/project/chatterbot,37814.0,37814.0,,,,,,,,2.0,,2020-08-22 18:40:36.000,353.0,,,,,,,,,,,,,,,, +112,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2023-12-22 18:56:30.000000,2023-09-18 08:44:36,1331.0,,2226.0,331.0,1579.0,373.0,1854.0,13722.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1099.0,1063.0,https://pypi.org/project/horovod,56032.0,56032.0,,,,,,,,2.0,,2023-06-12 09:28:02.604,36.0,stable/horovod,,,,,,,,,,,,,,, +113,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,2023-12-24 05:29:22.000000,2023-12-07 06:42:43,786.0,7.0,1538.0,129.0,663.0,368.0,436.0,12939.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,133.0,35,True,2023-06-10 07:44:08.000,1.3.1,18.0,albumentations,conda-forge/albumentations,,,['pytorch'],19787.0,19787.0,https://pypi.org/project/albumentations,1055947.0,1058689.0,https://anaconda.org/conda-forge/albumentations,2023-06-12 13:29:26.010,148098.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +114,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,2023-12-28 14:26:15.000000,2023-12-28 14:23:32,2966.0,342.0,1479.0,117.0,3161.0,339.0,2453.0,12102.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",224.0,35,True,2023-12-14 13:35:39.000,1.23.0,73.0,haystack,,,,,55.0,55.0,https://pypi.org/project/haystack,2406.0,2406.0,,,,,,,,2.0,23.0,,,,,,,,,,,,,,,,,, +115,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,,2173.0,284.0,3096.0,80.0,2477.0,11622.0,"An open-source NLP research library, built on PyTorch.",267.0,35,False,2022-10-18 23:32:24.000,2.10.1,59.0,allennlp,conda-forge/allennlp,,,['pytorch'],3879.0,3879.0,https://pypi.org/project/allennlp,35077.0,37056.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,118750.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,, +116,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2023-12-28 05:56:03.000000,2023-12-28 03:58:27,6001.0,168.0,1851.0,177.0,5622.0,40.0,1837.0,8781.0,NeMo: a toolkit for conversational AI.,264.0,35,True,2023-10-25 23:27:38.000,1.21.0,45.0,nemo-toolkit,,,,['pytorch'],21.0,21.0,https://pypi.org/project/nemo-toolkit,36104.0,38299.0,,,,,,,,2.0,111995.0,,,,,,,,,,,,,,,,,, +117,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,2023-12-24 19:18:06.000000,2023-12-24 18:28:54,2434.0,22.0,971.0,204.0,2259.0,241.0,825.0,8227.0,Deep universal probabilistic programming with Python and PyTorch.,148.0,35,True,2023-07-29 21:20:27.000,1.8.6,34.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],1923.0,1815.0,https://pypi.org/project/pyro-ppl,262964.0,267045.0,https://anaconda.org/conda-forge/pyro-ppl,2023-07-29 23:12:47.995,134678.0,,,,,1.0,,2023-07-29 21:09:56.000,108.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,2023-12-21 09:01:46.000000,2023-12-21 08:36:26,661.0,18.0,317.0,68.0,104.0,30.0,129.0,7516.0,"Deep learning operations reinvented (for pytorch, tensorflow, jax and others).",25.0,35,True,2023-10-01 01:13:46.000,0.7.0,14.0,einops,conda-forge/einops,,,,24027.0,23255.0,https://pypi.org/project/einops,5660322.0,5664937.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,175407.0,,,,,2.0,,2023-10-01 01:13:46.000,772.0,,,,,,,,,,,,,,,, +119,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,2023-11-28 15:45:20.000000,2023-10-23 10:43:57,848.0,2.0,1207.0,141.0,489.0,27.0,539.0,6589.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,80.0,35,True,2023-07-08 22:17:53.000,0.11.0,33.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],22885.0,22885.0,https://pypi.org/project/imbalanced-learn,8062609.0,8074847.0,https://anaconda.org/conda-forge/imbalanced-learn,2023-07-08 22:18:55.284,514025.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +120,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,2023-12-23 11:23:14.000000,2023-12-22 23:26:03,18880.0,598.0,450.0,54.0,2581.0,472.0,964.0,6194.0,"Visualize, create, and debug image and video datasets and model predictions.",104.0,35,True,2023-12-21 19:00:21.000,0.23.2,136.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",473.0,462.0,https://pypi.org/project/fiftyone,82191.0,82191.0,,,,,,,,2.0,,2023-12-21 17:30:20.000,11.0,,,,,,,,,,,,,,,, +121,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,2023-12-28 11:25:11.000000,2023-12-28 11:25:11,2712.0,64.0,668.0,74.0,3171.0,177.0,787.0,6024.0,Build Production-Grade AI Applications.,191.0,35,True,2023-11-20 04:07:45.000,1.1.10,119.0,bentoml,,,,,1447.0,1435.0,https://pypi.org/project/bentoml,82512.0,82549.0,,,,,,,,2.0,2125.0,2023-11-20 04:05:51.000,12.0,,,,,,,,,,,,,,,, +122,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2023-12-28 08:55:34.000000,2023-12-28 08:55:34,20999.0,502.0,1083.0,241.0,7778.0,694.0,1327.0,4676.0,Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations using bigdl-llm.,191.0,35,True,2023-11-13 02:02:20.000,2.4.0,19.0,bigdl,,,,,46.0,46.0,https://pypi.org/project/bigdl,7773.0,7775.0,,,,,,,,2.0,167.0,,,,,,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,,, +123,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,2023-12-10 22:33:39.000000,2023-12-10 22:20:49,1652.0,29.0,593.0,60.0,1793.0,124.0,1227.0,4406.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,204.0,35,True,2023-10-19 08:22:16.000,0.4.13,24.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2595.0,2595.0,https://pypi.org/project/pytorch-ignite,376592.0,379178.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,170686.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +124,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,2023-12-26 21:01:28.000000,2023-12-21 23:37:03,3625.0,115.0,786.0,57.0,1385.0,341.0,1174.0,3820.0,"Serve, optimize and scale PyTorch models in production.",181.0,35,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],591.0,575.0,https://pypi.org/project/torchserve,36076.0,63786.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,142609.0,https://hub.docker.com/r/pytorch/torchserve,2023-10-12 22:44:52.307587,22.0,1217281.0,2.0,5456.0,2023-10-12 22:01:55.000,16.0,,,,,,,,,,,,,,,, +125,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,2023-12-27 17:13:11.000000,2023-12-25 20:13:30,7339.0,41.0,606.0,117.0,1154.0,323.0,1103.0,3167.0,High-performance interactive 2D/3D data visualization library.,190.0,35,True,2023-10-03 22:23:12.000,0.14.1,37.0,vispy,conda-forge/vispy,,,['jupyter'],1501.0,1362.0,https://pypi.org/project/vispy,60755.0,72221.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,446909.0,,,,,2.0,,2023-10-03 22:13:28.000,138.0,,,,vispy,https://www.npmjs.com/package/vispy,7.0,2020-03-15 14:39:41.516,1.0,,,,,,,, +126,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2023-12-21 13:28:27.000000,2023-12-14 12:33:32,5268.0,6.0,268.0,81.0,774.0,14.0,123.0,2772.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2023-12-14 15:50:47.000,8.2.2,76.0,thinc,conda-forge/thinc,,,,40912.0,40912.0,https://pypi.org/project/thinc,6182245.0,6244634.0,https://anaconda.org/conda-forge/thinc,2023-09-25 06:51:17.362,2682769.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +127,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2023-12-28 00:24:25.000000,2023-12-27 04:48:21,2776.0,191.0,281.0,68.0,1490.0,54.0,581.0,2203.0,Adaptive Experimentation Platform.,158.0,35,True,2023-12-09 18:28:49.000,0.3.6,39.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],639.0,611.0,https://pypi.org/project/ax-platform,84989.0,85535.0,https://anaconda.org/conda-forge/ax-platform,2023-12-11 15:43:05.639,16403.0,,,,,1.0,,2023-12-09 18:28:49.000,28.0,,,,,,,,,,,,,,,, +128,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2023-12-24 13:56:43.000000,2023-12-21 10:25:42,4972.0,148.0,487.0,22.0,1113.0,931.0,578.0,2014.0,"This is the development home of the workflow management system Snakemake. For general information, see.",312.0,35,True,2023-12-21 10:27:05.000,8.0.1,286.0,snakemake,bioconda/snakemake,,,,2091.0,1829.0,https://pypi.org/project/snakemake,185405.0,194983.0,https://anaconda.org/bioconda/snakemake,2023-12-21 12:38:35.119,938737.0,,,,,2.0,,2023-12-21 10:27:05.000,262.0,,,,,,,,,,,,,,,, +129,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,7.0,590.0,58.0,1880.0,251.0,894.0,1676.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],13965.0,13740.0,https://pypi.org/project/tensorflow-addons,809580.0,809580.0,,,,,,,,1.0,,2023-11-28 01:45:31.000,225.0,,,,,,,,,,,,,,,, +130,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,2023-12-27 21:58:28.000000,2023-12-21 16:45:22,1237.0,132.0,339.0,58.0,1155.0,112.0,562.0,1410.0,The official Python client for the Huggingface Hub.,125.0,35,True,2023-12-20 11:46:46.000,0.20.1,93.0,huggingface_hub,conda-forge/huggingface_hub,,,,584.0,,https://pypi.org/project/huggingface_hub,21526042.0,21570687.0,https://anaconda.org/conda-forge/huggingface_hub,2023-12-21 22:56:04.214,1517939.0,,,,,2.0,,2023-12-20 11:44:43.000,584.0,,,,,,,,,,,,,,,, +131,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,2023-12-28 14:10:58.000000,2023-12-26 17:15:46,1520.0,67.0,166.0,30.0,1372.0,58.0,169.0,1098.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,35,True,2023-11-30 17:53:01.000,2024.0.1,23.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],9105.0,9081.0,https://pypi.org/project/scikit-learn-intelex,158248.0,165431.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2023-12-08 20:11:03.328,229859.0,,,,,1.0,,2023-11-28 16:02:08.000,24.0,,,,,,,,,,,,,,,, +132,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,2023-12-17 00:47:51.000000,2023-12-17 00:47:47,1472.0,17.0,211.0,47.0,525.0,32.0,732.0,1095.0,Fiona reads and writes geographic data files.,72.0,35,True,2023-10-12 19:29:21.000,1.9.5,108.0,fiona,conda-forge/fiona,,,,17026.0,16978.0,https://pypi.org/project/fiona,6136608.0,6262672.0,https://anaconda.org/conda-forge/fiona,2023-12-08 04:07:46.262,5168626.0,,,,,2.0,,2023-10-12 19:16:01.000,48.0,,,,,,,,,,,,,,,, +133,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,2023-12-26 10:36:56.000000,2023-12-26 10:36:30,10164.0,107.0,535.0,70.0,2260.0,296.0,1677.0,1066.0,Machine learning for NeuroImaging in Python.,232.0,35,True,2023-10-01 19:30:40.000,0.10.2,45.0,nilearn,conda-forge/nilearn,,,['sklearn'],3076.0,2786.0,https://pypi.org/project/nilearn,50311.0,57248.0,https://anaconda.org/conda-forge/nilearn,2023-10-02 11:59:55.930,256527.0,,,,,2.0,147.0,2023-09-29 11:10:28.000,290.0,,,,,,,,,,,,,,,, +134,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2023-12-11 19:18:48.000000,2023-11-08 03:20:43,1527.0,3.0,209.0,33.0,669.0,25.0,564.0,946.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 01:26:52.000,3.6.1,52.0,pyproj,conda-forge/pyproj,,,,26077.0,26077.0,https://pypi.org/project/pyproj,7652317.0,7824224.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7048216.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +135,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2023-12-26 23:09:41.000000,2023-12-26 14:53:14,5765.0,157.0,254.0,36.0,787.0,126.0,392.0,598.0,Python package to access a cacophony of neuro-imaging file formats.,100.0,35,True,2023-12-12 14:28:42.000,5.2.0,41.0,nibabel,conda-forge/nibabel,,,,17525.0,16334.0,https://pypi.org/project/nibabel,354115.0,370050.0,https://anaconda.org/conda-forge/nibabel,2023-12-12 00:00:35.048,669311.0,,,,,2.0,,2023-12-11 21:37:41.000,1191.0,,,,,,,,,,,,,,,, +136,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2023-12-27 19:39:10.000000,2023-12-27 19:39:03,7475.0,277.0,2553.0,297.0,182.0,21.0,1000.0,24913.0,"Visualizer for neural network, deep learning and machine learning models.",,34,True,2023-12-23 21:56:34.000,7.3.5,2.0,netron,,,,"['pytorch', 'tensorflow']",11.0,11.0,https://pypi.org/project/netron,20761.0,79042.0,,,,,,,,1.0,58281.0,,,,,,,,,,,,,,,,,, +137,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2023-12-08 19:57:16.000000,2021-11-17 17:52:52,3466.0,,3827.0,663.0,1670.0,132.0,1982.0,23598.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'],429.0,386.0,https://pypi.org/project/deepspeech,3445.0,20921.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2455.0,,,,,2.0,1095727.0,2020-12-19 10:05:12.000,43.0,,,,,,,,,,,,,,,, +138,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2023-12-28 09:49:36.000000,2023-12-28 08:08:30,17313.0,830.0,6000.0,67.0,11235.0,3548.0,15422.0,13856.0,The Unified AI Framework.,1447.0,34,True,2023-06-29 19:33:01.167,0.0.0,103.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,401.0,401.0,,,,,,,,2.0,,2023-10-11 17:04:40.000,9.0,,,,,,,,,,,,,,,, +139,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2023-12-24 14:46:48.000000,2023-12-24 12:23:23,4680.0,42.0,4248.0,387.0,669.0,493.0,1278.0,11567.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",195.0,34,False,2023-12-14 00:42:43.000,3.3.9,20.0,glfw,conda-forge/glfw,,,,22.0,22.0,https://pypi.org/project/glfw,195528.0,234253.0,https://anaconda.org/conda-forge/glfw,2023-12-14 03:10:06.213,172040.0,,,,,2.0,3534927.0,,,,,,,,,,,,,,,,,, +140,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2023-12-28 00:50:47.000000,2023-12-28 00:46:10,3732.0,199.0,814.0,135.0,159.0,90.0,962.0,10812.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",87.0,34,True,2023-12-24 00:53:27.000,16.0.2,230.0,ocrmypdf,conda-forge/ocrmypdf,,,,715.0,696.0,https://pypi.org/project/ocrmypdf,55562.0,57733.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,60201.0,,,,,2.0,1607.0,2023-12-24 00:53:27.000,19.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,, +141,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,2023-12-25 20:40:24.000000,2023-12-21 00:25:57,3774.0,110.0,1142.0,190.0,2756.0,334.0,743.0,10319.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",148.0,34,True,2023-12-20 21:57:36.000,0.9.1,49.0,ludwig,,,,['tensorflow'],241.0,232.0,https://pypi.org/project/ludwig,4237.0,4237.0,,,,,,,,2.0,,2023-12-20 21:57:36.000,9.0,,,,,,,,,,,,,,,, +142,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2023-06-16 13:22:54.304000,2023-03-11 18:17:15,563.0,,1089.0,267.0,156.0,103.0,155.0,8802.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",36.0,34,True,2013-09-26 02:29:01.000,0.7.0,7.0,textblob,conda-forge/textblob,,,,34961.0,34961.0,https://pypi.org/project/textblob,589279.0,592014.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,240689.0,,,,,2.0,113.0,,,,,,,,,,,,,,,,,, +143,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2023-12-27 17:26:38.000000,2023-12-22 23:24:26,2475.0,15.0,620.0,103.0,439.0,550.0,1163.0,8569.0,An open source multi-tool for exploring and publishing data.,75.0,34,True,2023-12-22 23:22:42.000,0.64.6,141.0,datasette,conda-forge/datasette,,,,1343.0,1131.0,https://pypi.org/project/datasette,32046.0,32954.0,https://anaconda.org/conda-forge/datasette,2023-12-18 19:25:46.529,29054.0,,,,,1.0,59.0,2023-12-22 23:22:42.000,212.0,,,,,,,,,datasette,,,,,,, +144,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,2023-12-21 16:43:02.000000,2023-11-17 16:27:58,10398.0,8.0,1965.0,350.0,3412.0,143.0,1131.0,8346.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,332.0,34,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,34.0,,https://pypi.org/project/vowpalwabbit,48118.0,51720.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,136893.0,,,,,2.0,,2023-07-19 17:15:55.000,34.0,,,,,,,,,,,,,,,, +145,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2023-12-23 11:40:18.000000,2023-12-16 05:36:44,1721.0,29.0,1295.0,148.0,207.0,188.0,144.0,7702.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2023-11-18 08:45:46.000,1.1.2,90.0,pyod,conda-forge/pyod,,,,3211.0,3148.0,https://pypi.org/project/pyod,600531.0,602584.0,https://anaconda.org/conda-forge/pyod,2023-11-18 09:26:18.014,88287.0,,,,,1.0,,2023-11-18 08:43:48.000,63.0,,,,,,,,,,,,,,,, +146,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,4.0,872.0,218.0,220.0,174.0,233.0,6618.0,Efficiently computes derivatives of numpy code.,56.0,34,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,7292.0,6969.0,https://pypi.org/project/autograd,1179717.0,1200848.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,380374.0,,,,,1.0,,2023-06-23 08:37:07.368,323.0,,,,,,,,,,,,,,,, +147,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,2023-12-27 15:14:06.000000,2023-12-26 10:08:55,2865.0,39.0,2079.0,174.0,1120.0,16.0,1401.0,6408.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2023-11-02 12:53:15.000,3.4.3,48.0,OpenNMT-py,,,,['pytorch'],240.0,240.0,https://pypi.org/project/OpenNMT-py,4775.0,4775.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +148,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,2023-12-26 08:09:25.000000,2023-12-26 08:09:03,2260.0,55.0,625.0,90.0,242.0,411.0,515.0,4943.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",88.0,34,True,2023-11-08 21:09:23.000,1.13.2,144.0,clearml,,allegroai/trains,,,881.0,864.0,https://pypi.org/project/clearml,225143.0,225736.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30188.0,2.0,1859.0,2023-12-13 15:58:52.000,17.0,,,,,,,,,,,,,,,, +149,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,2023-12-27 22:57:10.074000,2023-12-27 21:07:24,12124.0,158.0,1102.0,100.0,1302.0,140.0,741.0,4227.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2023-12-27 22:17:11.000,1.17.0,57.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,480.0,469.0,https://pypi.org/project/adversarial-robustness-toolbox,25879.0,26736.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2023-12-27 22:57:10.074,35158.0,,,,,1.0,,2023-12-27 21:11:33.000,11.0,,,,,,,,,,,,,,,, +150,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2023-12-28 13:58:37.000000,2023-12-28 13:58:32,4990.0,3230.0,383.0,35.0,206.0,158.0,879.0,4028.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",89.0,34,True,2023-12-28 07:50:13.000,1.16.3,483.0,litellm,,,,others,700.0,650.0,https://pypi.org/project/litellm,197185.0,197185.0,,,,,,,,2.0,,2023-12-28 07:55:32.000,50.0,,,,,,,,,,,,,,,, +151,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2023-12-07 19:03:21.000000,2023-12-07 19:03:20,1290.0,9.0,2431.0,1983.0,531.0,374.0,1074.0,3847.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,101.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,507128.0,507136.0,,,,,,,,2.0,505.0,2023-11-09 22:25:24.000,48.0,,,,,,,,,,,,,,,, +152,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,2023-11-20 09:49:19.000000,2023-11-20 09:49:15,1174.0,11.0,1707.0,148.0,209.0,3.0,681.0,3413.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2023-10-06 10:06:37.000,0.15.0,18.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],339.0,,https://pypi.org/project/tensorflow-hub,2814599.0,2816902.0,https://anaconda.org/conda-forge/tensorflow-hub,2023-07-13 16:39:43.723,92149.0,,,,,2.0,,2023-10-06 09:58:50.000,339.0,,,,,,,,,,,,,,,, +153,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,2023-12-28 11:38:35.000000,2023-12-22 12:03:53,2777.0,245.0,273.0,23.0,2560.0,198.0,1549.0,2735.0,Argilla: the open-source feedback platform for LLMs.,74.0,34,True,2023-12-21 14:45:33.000,1.21.0,100.0,rubrix,conda-forge/rubrix,,,,2155.0,2155.0,https://pypi.org/project/rubrix,660.0,1835.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28221.0,,,,,2.0,,2022-10-24 18:22:00.951,,,,argilla-io/argilla,,,,,,,,,,,,, +154,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,2023-12-26 03:38:51.000000,2023-12-21 20:29:20,2289.0,49.0,717.0,80.0,203.0,183.0,463.0,2661.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",149.0,34,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],1390.0,1382.0,https://pypi.org/project/tf-agents,28354.0,28354.0,,,,,,,,1.0,,2023-12-14 04:07:38.000,8.0,,,,,,,,,,,,,,,, +155,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,2023-12-28 12:02:50.000000,2023-12-26 18:13:01,921.0,85.0,298.0,53.0,1054.0,272.0,340.0,1844.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,87.0,34,True,2023-12-15 10:54:26.000,1.16.1,55.0,optimum,conda-forge/optimum,,,,1272.0,1217.0,https://pypi.org/project/optimum,847384.0,847910.0,https://anaconda.org/conda-forge/optimum,2023-12-15 13:15:30.310,10537.0,,,,,1.0,,2023-12-15 10:54:15.000,55.0,,,,,,,,,,,,,,,, +156,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,2023-12-28 12:13:11.000000,2023-12-21 11:41:05,1165.0,16.0,361.0,65.0,586.0,262.0,346.0,1433.0,A Jupyter - Leaflet.js bridge.,87.0,34,True,2023-12-15 14:25:01.000,0.18.1,80.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],6800.0,6635.0,https://pypi.org/project/ipyleaflet,115815.0,185111.0,https://anaconda.org/conda-forge/ipyleaflet,2023-12-15 15:24:03.988,1092555.0,,,,,2.0,,2023-12-15 14:25:01.000,160.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,43888.0,2023-11-27 10:01:28.313,5.0,,,,,,,, +157,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,LGPL-3.0,2012-08-03 07:43:59.000,2023-12-24 15:51:57.000000,2023-12-18 15:28:08,2939.0,64.0,348.0,55.0,1112.0,326.0,918.0,1312.0,Cartopy - a cartographic python library with matplotlib support.,124.0,34,False,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,4639.0,4198.0,https://pypi.org/project/cartopy,146539.0,224223.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3340450.0,,,,,2.0,,2023-08-05 00:57:41.000,441.0,,,,,,,,,,,,,,,, +158,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,2023-12-19 00:59:01.000000,2023-12-18 23:29:58,861.0,6.0,308.0,45.0,1006.0,70.0,163.0,1171.0,Making text a first-class citizen in TensorFlow.,111.0,34,True,2023-11-15 19:00:05.000,2.15.0,53.0,tensorflow-text,,,,['tensorflow'],6228.0,6228.0,https://pypi.org/project/tensorflow-text,3865632.0,3865632.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +159,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,2023-12-28 13:58:15.000000,2023-12-27 10:03:45,2922.0,115.0,3981.0,370.0,3499.0,333.0,1150.0,35738.0,"Making large AI models cheaper, faster and more accessible.",160.0,33,True,2023-11-01 05:57:35.000,0.3.4,34.0,,,,,,283.0,283.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +160,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2023-12-21 06:59:37.000000,2023-12-20 18:26:53,1496.0,7.0,6779.0,378.0,645.0,375.0,3037.0,27666.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",262.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1538.0,1538.0,https://pypi.org/project/detectron2,,5293.0,https://anaconda.org/conda-forge/detectron2,2023-11-30 09:37:14.142,217021.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +161,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,2023-12-28 13:33:03.000000,2023-12-27 14:42:08,34522.0,444.0,12959.0,944.0,23991.0,1084.0,,22510.0,Apache Flink Python API.,1810.0,33,True,,,,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,48998.0,48998.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +162,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,,2018-08-02 17:56:45.000,2023-12-28 13:31:28.000000,2023-12-27 16:50:08,16485.0,1992.0,2548.0,377.0,4503.0,487.0,3117.0,19398.0,Build AI using SQL.,814.0,33,False,2023-12-27 14:52:07.000,23.12.4.0,100.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,34288.0,34288.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +163,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,2023-12-26 23:00:56.000000,2020-10-14 16:36:49,6226.0,,4627.0,1000.0,1869.0,357.0,658.0,16740.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1057.0,971.0,https://pypi.org/project/zipline,2563.0,2752.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7406.0,,,,,1.0,,2020-10-05 15:46:20.429,86.0,,,,,,,,,,,,,,,, +164,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2023-10-30 04:23:19.000000,2023-10-26 05:31:53,3012.0,1.0,1817.0,284.0,3502.0,344.0,1676.0,13468.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,572.0,537.0,https://pypi.org/project/nni,16446.0,16446.0,,,,,,,,1.0,,2023-09-14 12:22:00.000,35.0,,,,,,,,,,,,,,,, +165,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,188.0,1005.0,580.0,712.0,12319.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,33,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1491.0,1485.0,https://pypi.org/project/paddlehub,6163.0,6174.0,,,,,,,,2.0,664.0,2023-09-20 10:33:08.000,6.0,,,,,,,,,,,,,,,, +166,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,2023-09-25 04:57:08.085000,2023-08-20 17:38:53,890.0,,1110.0,321.0,266.0,54.0,341.0,12293.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,33,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,3702.0,3429.0,https://pypi.org/project/annoy,779822.0,789512.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,377942.0,,,,,2.0,,2023-06-14 16:39:02.504,273.0,,,,,,,,,,,,,,,, +167,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1727.0,264.0,114.0,84.0,535.0,11042.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,18.0,lime,conda-forge/lime,,,,4820.0,4820.0,https://pypi.org/project/lime,252270.0,254585.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,194475.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +168,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,2023-12-11 13:49:34.986000,2023-12-09 05:39:53,576.0,13.0,2266.0,222.0,243.0,89.0,415.0,9809.0,A little word cloud generator in Python.,72.0,33,True,2023-12-09 13:50:41.000,1.9.3,13.0,wordcloud,conda-forge/wordcloud,,,,21.0,21.0,https://pypi.org/project/wordcloud,1379958.0,1390924.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,449614.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +169,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2023-12-12 17:39:59.000000,2023-12-08 19:12:48,2431.0,7.0,1542.0,290.0,429.0,281.0,636.0,9363.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,33,False,2023-08-15 18:22:07.000,0.12.1,62.0,tpot,conda-forge/tpot,,,['sklearn'],2600.0,2538.0,https://pypi.org/project/tpot,34835.0,40597.0,https://anaconda.org/conda-forge/tpot,2023-08-15 22:49:07.495,242017.0,,,,,1.0,,2023-08-15 18:22:07.000,62.0,,,,,,,,,,,,,,,, +170,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,,871.0,261.0,148.0,83.0,103.0,9040.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,23.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,21893.0,21893.0,https://pypi.org/project/fuzzywuzzy,5244213.0,5250045.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,519094.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +171,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2023-12-24 14:48:24.000000,2023-12-24 14:48:21,1142.0,60.0,1618.0,121.0,104.0,3.0,830.0,8716.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",50.0,33,True,,,,deepface,,,,,2346.0,2346.0,https://pypi.org/project/deepface,153389.0,153389.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +172,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2023-11-28 07:14:23.000000,2022-12-08 17:49:19,746.0,,963.0,135.0,219.0,279.0,270.0,8008.0,Manipulate audio with a simple and easy high level interface.,95.0,33,True,2021-03-10 02:10:41.000,0.25.1,31.0,pydub,conda-forge/pydub,,,,45933.0,45933.0,https://pypi.org/project/pydub,3222206.0,3223502.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,77819.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +173,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2023-12-28 06:35:09.000000,2023-12-28 06:35:09,2895.0,12.0,1580.0,86.0,1623.0,364.0,1607.0,7894.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",118.0,33,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1092.0,1092.0,https://pypi.org/project/paddleseg,1812.0,1812.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +174,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,2.0,870.0,86.0,274.0,78.0,376.0,7740.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,,,,39181.0,38183.0,https://pypi.org/project/tensorboardX,2030981.0,2058577.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1131251.0,,,,,2.0,409.0,2023-08-20 13:38:18.000,998.0,,,,,,,,,,,,,,,, +175,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,2023-12-20 19:00:22.000000,2023-12-12 14:48:29,814.0,55.0,696.0,276.0,1072.0,309.0,337.0,7242.0,Build and manage real-life data science projects with ease!.,76.0,33,True,2023-12-04 22:41:41.000,2.10.8,103.0,metaflow,conda-forge/metaflow,,,,598.0,572.0,https://pypi.org/project/metaflow,136463.0,140300.0,https://anaconda.org/conda-forge/metaflow,2023-12-05 13:25:21.985,157339.0,,,,,2.0,,2023-12-04 22:41:41.000,26.0,,,,,,,,,,,,,,,, +176,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2023-12-25 20:45:00.000000,2023-09-29 18:36:14,1218.0,,1022.0,127.0,271.0,349.0,376.0,6958.0,Distributed Asynchronous Hyperparameter Optimization in Python.,102.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,13613.0,13109.0,https://pypi.org/project/hyperopt,1798529.0,1810324.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,743131.0,,,,,1.0,,2021-11-17 10:07:00.808,504.0,,,,,,,,,,,,,,,, +177,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,2023-12-28 05:04:24.000000,2023-12-27 21:40:43,37857.0,730.0,777.0,146.0,8813.0,903.0,4934.0,6792.0,cuDF - GPU DataFrame Library.,268.0,33,True,2023-12-08 21:31:24.000,23.12.01,44.0,cudf,,,,,58.0,49.0,https://pypi.org/project/cudf,3128.0,3128.0,,,,,,,,2.0,,2020-06-01 20:07:47.000,9.0,,,,,,,,,,,,,,,, +178,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,2023-12-28 09:20:23.000000,2023-12-22 05:32:58,32280.0,133.0,1955.0,388.0,6721.0,2666.0,6511.0,6580.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",247.0,33,True,,,,h2o,,,,,21.0,21.0,https://pypi.org/project/h2o,409791.0,409791.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +179,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2023-12-27 14:49:16.000000,2023-12-27 14:04:05,2705.0,12.0,1117.0,210.0,1045.0,19.0,613.0,6429.0,An open source library for deep learning end-to-end dialog systems and chatbots.,76.0,33,True,2023-12-27 14:49:16.000,1.5.0,62.0,deeppavlov,,,,['tensorflow'],370.0,370.0,https://pypi.org/project/deeppavlov,8728.0,8728.0,,,,,,,,2.0,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,, +180,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2023-12-27 20:40:01.000000,2023-12-27 20:40:01,3261.0,9.0,945.0,137.0,637.0,57.0,1096.0,6391.0,Python library for audio and music analysis.,119.0,33,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1509.0,,https://pypi.org/project/librosa,1924507.0,1941876.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,712156.0,,,,,2.0,,2023-08-16 13:52:19.000,1509.0,,,,,,,,,,,,,,,, +181,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2023-12-28 08:12:54.000000,2023-12-28 08:12:31,2913.0,168.0,679.0,141.0,89.0,75.0,323.0,5847.0,Fit interpretable models. Explain blackbox machine learning.,39.0,33,True,2023-12-14 21:27:55.000,0.5.0,40.0,interpret,,,,['jupyter'],595.0,595.0,https://pypi.org/project/interpret,79306.0,79306.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +182,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,,1397.0,291.0,6588.0,12.0,2030.0,5835.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,,,,3559.0,3155.0,https://pypi.org/project/chainer,19556.0,19911.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16359.0,,,,,2.0,,2022-01-05 05:33:36.000,404.0,,,,,,,,,,,,,,,, +183,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,2023-12-16 19:25:54.000000,2023-12-16 19:23:13,1208.0,34.0,641.0,65.0,131.0,54.0,430.0,5593.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,33,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1141.0,1111.0,https://pypi.org/project/pytorch-metric-learning,241556.0,241790.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11024.0,,,,,1.0,,2023-12-16 19:14:54.000,30.0,,,,,,,,,,,,,,,, +184,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,2023-11-17 15:55:43.000000,2023-07-28 00:16:45,2332.0,,1069.0,191.0,231.0,271.0,279.0,5396.0,Distributed Evolutionary Algorithms in Python.,87.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4654.0,4285.0,https://pypi.org/project/deap,210591.0,219802.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,350029.0,,,,,2.0,,2023-07-21 10:51:54.000,369.0,,,,,,,,,,,,,,,, +185,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2023-12-25 19:09:11.000000,2023-12-22 10:09:52,597.0,19.0,680.0,107.0,179.0,14.0,338.0,5274.0,Python-tesseract is an optical character recognition (OCR) tool for python.,45.0,33,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,1206.0,,https://pypi.org/project/pytesseract,1335981.0,1350459.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,593637.0,,,,,2.0,,2022-08-16 19:20:38.334,1206.0,,5.0,,,,,,,,,,,,,, +186,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,2023-11-26 16:14:35.000000,2023-11-26 16:14:35,1635.0,1.0,827.0,117.0,519.0,137.0,337.0,4663.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,102.0,33,True,2023-09-25 13:23:15.000,0.23.0,51.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],11924.0,11734.0,https://pypi.org/project/mlxtend,651648.0,658850.0,https://anaconda.org/conda-forge/mlxtend,2023-09-25 18:40:43.024,295302.0,,,,,2.0,,2023-09-25 13:23:15.000,190.0,,,,,,,,,,,,,,,, +187,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2023-12-19 16:50:01.000000,2023-12-19 16:41:52,1051.0,33.0,450.0,225.0,731.0,165.0,329.0,4348.0,Model interpretability and understanding for PyTorch.,104.0,33,True,2023-12-05 09:21:02.000,0.7.0,9.0,captum,conda-forge/captum,,,['pytorch'],1678.0,1678.0,https://pypi.org/project/captum,178525.0,179321.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,19106.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +188,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,2023-12-21 21:20:12.000000,2023-12-21 21:18:35,1118.0,32.0,564.0,116.0,828.0,272.0,1014.0,3814.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",159.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3698.0,3528.0,https://pypi.org/project/coremltools,174746.0,176260.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53022.0,,,,,2.0,8992.0,2023-11-01 14:33:59.000,170.0,,,,,,,,,,,,,,,, +189,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,2023-12-22 22:58:04.000000,2023-12-19 23:02:50,1242.0,42.0,218.0,30.0,400.0,95.0,168.0,3279.0,Lightning fast forecasting with statistical and econometric models.,35.0,33,True,2023-12-19 23:12:37.000,1.7.0,25.0,statsforecast,conda-forge/statsforecast,,,,641.0,641.0,https://pypi.org/project/statsforecast,516590.0,519261.0,https://anaconda.org/conda-forge/statsforecast,2023-12-20 17:42:42.349,56100.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +190,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,2023-12-22 14:48:07.000000,2023-12-22 14:48:06,1489.0,20.0,353.0,91.0,733.0,125.0,441.0,3118.0,Quickly and accurately render even the largest data.,54.0,33,True,2023-10-26 15:10:16.000,0.16.0,33.0,datashader,conda-forge/datashader,,,,3367.0,3367.0,https://pypi.org/project/datashader,96064.0,113107.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,732854.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +191,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2023-12-28 11:53:08.000000,2023-12-28 01:46:14,1765.0,88.0,349.0,53.0,1498.0,64.0,393.0,2864.0,Bayesian optimization in PyTorch.,107.0,33,True,2023-12-09 02:30:45.000,0.9.5,42.0,botorch,conda-forge/botorch,,,['pytorch'],826.0,786.0,https://pypi.org/project/botorch,117352.0,119752.0,https://anaconda.org/conda-forge/botorch,2023-12-09 03:51:41.401,96001.0,,,,,1.0,,2023-12-09 02:30:45.000,40.0,,,,,,,,,,,,,,,, +192,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,2023-12-17 02:36:56.000000,2021-10-12 13:32:38,1570.0,,504.0,63.0,542.0,252.0,392.0,2698.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2021-10-12 15:33:19.000,0.9.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,5240.0,5240.0,https://pypi.org/project/scikit-optimize,518534.0,527556.0,https://anaconda.org/conda-forge/scikit-optimize,2023-06-16 13:23:01.487,694757.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +193,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,2023-12-22 21:54:50.000000,2023-12-22 21:54:50,1633.0,12.0,323.0,60.0,183.0,126.0,192.0,2679.0,The machine learning toolkit for time series analysis in Python.,43.0,33,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1122.0,1073.0,https://pypi.org/project/tslearn,267916.0,298078.0,https://anaconda.org/conda-forge/tslearn,2023-12-12 23:08:37.558,1266823.0,,,,,1.0,,2023-12-12 14:39:23.000,49.0,,,,,,,,,,,,,,,, +194,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,24.0,385.0,39.0,149.0,43.0,238.0,2314.0,A library of sklearn compatible categorical variable encoders.,70.0,33,True,2023-10-29 20:28:53.000,2.6.3,20.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1317.0,1317.0,https://pypi.org/project/category_encoders,1473717.0,1483252.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,247933.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +195,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,2023-12-23 15:16:22.285000,2023-12-23 13:05:00,887.0,10.0,355.0,84.0,167.0,215.0,146.0,2290.0,D3 Renderings of Matplotlib Graphics.,52.0,33,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,5782.0,5365.0,https://pypi.org/project/mpld3,441475.0,446631.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,191259.0,,,,,2.0,,2023-12-23 13:03:02.000,409.0,,4.0,,mpld3,https://www.npmjs.com/package/mpld3,603.0,2023-12-23 13:04:29.963,8.0,,,,,,,, +196,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2023-11-23 19:27:38.000000,2023-11-15 13:02:20,2274.0,12.0,561.0,71.0,478.0,257.0,680.0,2223.0,Survival analysis in Python.,115.0,33,True,2023-09-13 15:31:06.000,0.27.8,169.0,lifelines,conda-forge/lifelines,,,,2214.0,2084.0,https://pypi.org/project/lifelines,398246.0,405373.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,306503.0,,,,,2.0,,2023-09-13 15:31:06.000,130.0,,,,,,,,,,,,,,,, +197,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2023-12-24 17:22:31.000000,2023-12-21 21:02:58,3809.0,187.0,505.0,51.0,3891.0,321.0,857.0,2013.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,151.0,33,True,2023-11-08 21:58:24.000,0.33.1,52.0,pennylane,conda-forge/pennylane,,,,769.0,705.0,https://pypi.org/project/pennylane,39663.0,40878.0,https://anaconda.org/conda-forge/pennylane,2023-11-21 18:10:47.719,30354.0,,,,,2.0,70.0,2023-11-08 21:58:24.000,64.0,,,,,,,,,,,,,,,, +198,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,2023-12-21 09:18:49.000000,2023-12-21 09:18:49,3670.0,11.0,189.0,50.0,1342.0,126.0,710.0,1939.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2023-09-06 20:25:23.000,0.14.0,58.0,pythran,conda-forge/pythran,,,,1621.0,1599.0,https://pypi.org/project/pythran,140797.0,151887.0,https://anaconda.org/conda-forge/pythran,2023-09-21 12:37:53.939,432532.0,,,,,2.0,,2023-09-06 20:25:23.000,22.0,,,,,,,,,,,,,,pythran,python-pythran, +199,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,2023-10-30 17:18:47.000000,2023-10-23 16:17:56,1077.0,4.0,227.0,34.0,249.0,51.0,271.0,1465.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",22.0,33,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,7010.0,6922.0,https://pypi.org/project/pmdarima,1884853.0,1911826.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1024988.0,,,,,1.0,,2023-10-23 14:02:41.000,88.0,,,,,,,,,,,,,,,, +200,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,2023-12-18 13:39:47.000000,2023-12-13 18:13:12,2766.0,46.0,241.0,34.0,199.0,36.0,492.0,1192.0,Python interface for igraph.,71.0,33,False,2023-11-20 11:06:49.000,0.11.3,26.0,python-igraph,conda-forge/igraph,,,,3741.0,3741.0,https://pypi.org/project/python-igraph,281625.0,300491.0,https://anaconda.org/conda-forge/igraph,2023-12-01 16:13:44.377,486989.0,,,,,1.0,562173.0,,,,,,,,,,,,,,,,,, +201,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,2023-12-18 04:56:09.000000,2023-12-06 02:03:46,14787.0,4.0,506.0,50.0,2277.0,394.0,949.0,707.0,Workflows and interfaces for neuroimaging packages.,251.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4038.0,3860.0,https://pypi.org/project/nipype,84156.0,98893.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,589506.0,,,,,2.0,,2023-04-06 12:55:55.544,178.0,,,,,,,,,,,,,,,, +202,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2023-12-28 09:19:28.000000,2023-12-20 07:26:44,13663.0,373.0,392.0,50.0,1991.0,151.0,744.0,640.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",151.0,33,False,2023-12-14 14:48:42.000,1.8.0,27.0,dipy,conda-forge/dipy,,,,1086.0,974.0,https://pypi.org/project/dipy,15563.0,20195.0,https://anaconda.org/conda-forge/dipy,2023-06-16 13:16:19.782,421521.0,,,,,2.0,,2023-12-14 14:48:42.000,112.0,,,,,,,,,,,,,,,, +203,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,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,12911.0,1567.0,224.0,719.0,584.0,50646.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2018-04-02 17:18:43.000,1.2.2,2.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],21.0,21.0,https://pypi.org/project/face_recognition,69511.0,70021.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19338.0,,,,,2.0,1223.0,,,,,,,,,,,,,,,,,, +204,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2023-11-17 01:43:12.000000,2023-07-13 08:50:20,531.0,,2646.0,382.0,118.0,213.0,561.0,24164.0,Deezer source separation library including pretrained models.,19.0,32,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],636.0,630.0,https://pypi.org/project/spleeter,16136.0,74796.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,78862.0,,,,,2.0,2852551.0,2022-06-10 13:19:35.000,6.0,,,,,,,,,,,,,,,, +205,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2023-10-04 00:17:49.000000,2023-07-11 13:03:36,1421.0,,3631.0,763.0,1132.0,356.0,588.0,18780.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,32,True,2022-08-01 18:18:44.000,2.1.4,48.0,magenta,,,,['tensorflow'],486.0,486.0,https://pypi.org/project/magenta,3020.0,3020.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +206,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,,3299.0,468.0,671.0,589.0,672.0,14439.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1537.0,1447.0,https://pypi.org/project/tensor2tensor,4378.0,4378.0,,,,,,,,2.0,,2020-06-17 16:31:34.798,90.0,,,,,,,,,,,,,,,, +207,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2415.0,460.0,260.0,570.0,362.0,9607.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5231.0,4742.0,https://pypi.org/project/tflearn,7097.0,7097.0,,,,,,,,3.0,,2020-11-11 19:13:47.000,489.0,,,,,,,,,,,,,,,, +208,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,2023-12-23 11:21:53.000000,2023-12-06 12:55:15,486.0,32.0,2220.0,281.0,138.0,275.0,313.0,7764.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,32,True,2023-12-06 13:10:51.000,3.10.1,26.0,SpeechRecognition,conda-forge/speechrecognition,,,,21.0,21.0,https://pypi.org/project/SpeechRecognition,585677.0,590064.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,175487.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +209,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2023-12-18 18:04:31.000000,2023-12-07 16:30:16,1315.0,7.0,848.0,158.0,1656.0,172.0,804.0,6912.0,An open source python library for automated feature engineering.,71.0,32,True,2023-10-26 18:22:23.000,1.28.0,103.0,featuretools,conda-forge/featuretools,,,,1580.0,1502.0,https://pypi.org/project/featuretools,53250.0,57389.0,https://anaconda.org/conda-forge/featuretools,2023-10-27 14:28:34.721,173857.0,,,,,2.0,,2023-10-26 18:22:23.000,78.0,,,,,,,,,,,,,,,, +210,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,,2017-09-26 08:00:56.000,2023-12-25 07:01:43.000000,2023-12-02 06:10:46,4212.0,164.0,844.0,143.0,462.0,75.0,760.0,6899.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",66.0,32,False,2023-12-03 06:47:22.000,1.7.0,20.0,stanza,stanfordnlp/stanza,,,,2342.0,2342.0,https://pypi.org/project/stanza,191221.0,191383.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7300.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +211,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,,1594.0,304.0,294.0,152.0,267.0,5278.0,Portfolio and risk analytics in Python.,59.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,961.0,927.0,https://pypi.org/project/pyfolio,9279.0,9461.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12745.0,,,,,1.0,,2019-04-15 15:00:21.000,34.0,,,,,,,,,,,,,,,, +212,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,2023-12-27 11:15:17.000000,2023-12-14 10:58:43,3845.0,105.0,495.0,84.0,537.0,96.0,459.0,4573.0,Online machine learning in Python.,107.0,32,True,2023-12-05 09:29:54.000,0.21.0,14.0,river,conda-forge/river,,,,397.0,397.0,https://pypi.org/project/river,20518.0,22139.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,51873.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +213,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,2023-12-21 07:11:03.000000,2023-12-03 03:47:34,490.0,9.0,582.0,64.0,212.0,191.0,148.0,3740.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,,,,5806.0,5743.0,https://pypi.org/project/hnswlib,636513.0,639889.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,121569.0,,,,,2.0,,2023-12-03 04:16:17.000,63.0,,,,,,,,,,,,,,,, +214,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,2023-12-27 20:29:35.000000,2023-11-29 20:31:13,1079.0,22.0,382.0,63.0,487.0,201.0,268.0,2795.0,A Hyperparameter Tuning Library for Keras.,60.0,32,True,2023-11-07 19:38:18.000,1.4.6,34.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],3093.0,3031.0,https://pypi.org/project/keras-tuner,148135.0,149101.0,https://anaconda.org/conda-forge/keras-tuner,2023-11-10 05:23:26.167,27066.0,,,,,2.0,,2023-11-07 19:38:18.000,62.0,,,,,,,,,,,,,,,, +215,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,2023-11-30 11:52:42.000000,2023-11-30 11:52:37,963.0,15.0,220.0,39.0,518.0,71.0,171.0,2670.0,JAX-based neural network library.,79.0,32,True,2023-11-10 14:04:37.000,0.0.11,14.0,dm-haiku,conda-forge/dm-haiku,,,,1724.0,1637.0,https://pypi.org/project/dm-haiku,200193.0,200609.0,https://anaconda.org/conda-forge/dm-haiku,2023-11-16 14:41:40.026,14167.0,,,,,3.0,,2023-11-10 14:04:37.000,87.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,, +216,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,2023-11-20 19:06:35.000000,2023-11-20 19:03:21,997.0,7.0,478.0,57.0,135.0,341.0,164.0,2591.0,A high performance implementation of HDBSCAN clustering.,86.0,32,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3173.0,2950.0,https://pypi.org/project/hdbscan,441894.0,488790.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1782068.0,,,,,2.0,,2023-11-20 19:06:35.000,223.0,,,,,,,,,,,,,,,, +217,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2023-12-18 20:05:31.000000,2023-12-18 19:57:13,1353.0,11.0,303.0,22.0,44.0,34.0,198.0,2117.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2023-12-17 19:42:36.000,0.4.5,90.0,explainerdashboard,conda-forge/explainerdashboard,,,,435.0,425.0,https://pypi.org/project/explainerdashboard,59228.0,60393.0,https://anaconda.org/conda-forge/explainerdashboard,2023-12-17 21:59:52.942,41965.0,,,,,2.0,,2023-12-17 19:42:36.000,10.0,,,,,,,,,,,,,,,, +218,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2023-12-27 20:42:03.000000,2023-12-27 10:12:23,938.0,6.0,189.0,48.0,300.0,127.0,121.0,1648.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,32,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,5857.0,5712.0,https://pypi.org/project/evaluate,2185149.0,2185149.0,,,,,,,,2.0,,2023-10-13 15:54:47.000,145.0,,,,,,,,,,,,,,,, +219,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1568.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,9163.0,8632.0,https://pypi.org/project/geocoder,407373.0,409027.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,135657.0,,,,,2.0,,2021-12-15 15:58:16.110,531.0,,,,,,,,,,,,,,,,geocoder +220,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2023-12-21 21:50:42.816000,2023-12-21 20:10:06,1524.0,29.0,145.0,41.0,132.0,4.0,640.0,1149.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,32,True,,,10.0,agate,conda-forge/agate,,,,2575.0,2575.0,https://pypi.org/project/agate,4124584.0,4129682.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,158059.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +221,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,2023-12-22 04:06:48.000000,2023-12-21 17:38:18,11246.0,148.0,232.0,58.0,11809.0,185.0,2143.0,900.0,Cloud-native genomic dataframes and batch computing.,91.0,32,True,2023-10-30 17:22:27.000,0.2.126,146.0,hail,,,,['spark'],136.0,119.0,https://pypi.org/project/hail,24510.0,24510.0,,,,,,,,2.0,,2023-10-30 17:22:27.000,17.0,,,,,,,,,,,,,,,, +222,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,2023-12-24 16:29:22.000000,2023-12-22 10:07:46,641.0,46.0,91.0,23.0,489.0,301.0,395.0,840.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",45.0,32,True,2023-10-17 08:55:43.000,0.9.0,17.0,hvplot,conda-forge/hvplot,,,,4148.0,4148.0,https://pypi.org/project/hvplot,124551.0,136706.0,https://anaconda.org/conda-forge/hvplot,2023-12-22 17:00:16.835,510536.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +223,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2023-12-12 21:25:37.000000,2023-11-09 02:15:57,1048.0,17.0,170.0,36.0,113.0,31.0,58.0,697.0,Snowball compiler and stemming algorithms.,34.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6829.0,5.0,https://pypi.org/project/snowballstemmer,9909284.0,9995074.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7549606.0,,,,,2.0,,2021-11-16 18:38:34.000,6824.0,,,,,,,,,,,,,,,, +224,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2023-12-28 09:38:14.000000,2023-12-27 19:10:04,3208.0,670.0,2354.0,269.0,2431.0,77.0,373.0,21672.0,You like pytorch? You like micrograd? You love tinygrad!.,262.0,31,True,2023-08-27 16:40:37.000,0.7.0,4.0,,,,,['pytorch'],36.0,36.0,,,,,,,,,,,1.0,,,,,,tinygrad/tinygrad,,,,,,,,,,,,, +225,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4883.0,498.0,152.0,994.0,1347.0,19578.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,31,False,2023-04-02 07:43:27.000,0.7,1.0,insightface,,,,['mxnet'],1384.0,1384.0,https://pypi.org/project/insightface,502529.0,674808.0,,,,,,,,2.0,1378239.0,,,,,,,,,,,,,,,,,, +226,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,,1125.0,339.0,1683.0,502.0,1294.0,11135.0,Turi Create simplifies the development of custom machine learning models.,86.0,31,False,2020-09-30 22:44:07.000,6.4.1,30.0,turicreate,,,,,21.0,21.0,https://pypi.org/project/turicreate,18400.0,18532.0,,,,,,,,3.0,9558.0,,,,,,,,,,,,,,,,,, +227,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,6.0,2060.0,287.0,3401.0,54.0,1494.0,10377.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,31,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2371.0,2371.0,,,,,,,,2.0,,2022-09-20 02:56:01.305,5.0,,,,,,,,,,,,,,,, +228,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,2023-07-21 09:09:23.000000,2023-07-21 09:09:17,859.0,,1358.0,418.0,82.0,34.0,159.0,9654.0,TensorFlow-based neural network library.,58.0,31,True,2022-12-15 16:54:01.069,2.0.1,28.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1255.0,1202.0,https://pypi.org/project/dm-sonnet,15721.0,16264.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,26654.0,,,,,3.0,,2022-12-15 16:54:01.069,53.0,,,google-deepmind/sonnet,,,,,,,,,,,,, +229,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,2023-12-23 01:58:33.000000,2023-10-02 22:40:55,1387.0,1.0,1406.0,303.0,889.0,129.0,758.0,9008.0,AutoML library for deep learning.,143.0,31,True,2023-01-28 18:46:30.271,1.1.0,58.0,autokeras,,,,['tensorflow'],629.0,617.0,https://pypi.org/project/autokeras,12693.0,12935.0,,,,,,,,2.0,17679.0,2023-01-28 18:46:30.271,12.0,,,,,,,,,,,,,,,, +230,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1239.0,215.0,711.0,177.0,827.0,7263.0,Automated Machine Learning with scikit-learn.,88.0,31,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],569.0,530.0,https://pypi.org/project/auto-sklearn,16769.0,17410.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,20513.0,,,,,2.0,51.0,2022-09-20 10:32:07.471,39.0,,,,,,,,,,,,,,,, +231,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,2023-12-27 18:19:15.000000,2023-12-27 18:19:14,5855.0,115.0,891.0,110.0,1584.0,92.0,615.0,7039.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2023-11-29 21:48:30.000,2.7.1,117.0,perspective-python,conda-forge/perspective,,,['jupyter'],122.0,105.0,https://pypi.org/project/perspective-python,5288.0,17833.0,https://anaconda.org/conda-forge/perspective,2023-12-04 04:58:10.833,495620.0,,,,,2.0,1912.0,2023-11-29 16:47:42.000,14.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,363.0,2023-11-29 16:47:08.922,3.0,,,,,,,, +232,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,2023-12-28 01:24:04.000000,2023-12-21 09:38:00,1121.0,34.0,752.0,58.0,882.0,243.0,1011.0,6808.0,A python library for user-friendly forecasting and anomaly detection on time series.,109.0,31,True,2023-12-10 18:17:20.000,0.27.1,39.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,482.0,477.0,https://pypi.org/project/u8darts,16687.0,18026.0,https://anaconda.org/conda-forge/u8darts-all,2023-12-10 22:13:26.243,38630.0,https://hub.docker.com/r/unit8/darts,2023-12-10 17:53:59.869630,,455.0,2.0,,2023-12-10 18:17:20.000,5.0,,,,,,,,,,,,,,,, +233,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,2023-12-25 08:21:52.000000,2023-12-22 16:16:00,978.0,64.0,869.0,137.0,659.0,123.0,304.0,6433.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,82.0,31,True,2023-12-25 07:08:29.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,315.0,315.0,https://pypi.org/project/dowhy,33148.0,33642.0,https://anaconda.org/conda-forge/dowhy,2023-11-30 17:35:40.350,18300.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,, +234,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,,1804.0,200.0,206.0,11.0,1343.0,6294.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,31,True,2019-01-18 19:18:13.000,doc-v0.9.0.1,3.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1433.0,1433.0,https://pypi.org/project/tensorpack,12084.0,12478.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10214.0,,,,,3.0,160.0,,,,,,,,,,,,,,,,,, +235,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,2023-12-12 19:47:22.000000,2023-07-17 16:59:29,152.0,,1020.0,197.0,94.0,147.0,282.0,5717.0,Official Kaggle API.,37.0,31,True,2023-07-17 17:06:58.000,1.5.16,59.0,kaggle,conda-forge/kaggle,,,,399.0,21.0,https://pypi.org/project/kaggle,200720.0,204345.0,https://anaconda.org/conda-forge/kaggle,2023-07-18 03:35:17.292,141375.0,,,,,2.0,,2023-09-19 19:12:15.000,378.0,,,,,,,,,,,,,,,, +236,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,2023-12-17 14:04:01.000000,2023-12-13 13:40:56,1081.0,6.0,362.0,81.0,522.0,51.0,450.0,5447.0,A scikit-learn compatible neural network library that wraps PyTorch.,61.0,31,True,2023-09-04 10:10:59.000,0.15.0,15.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1058.0,1058.0,https://pypi.org/project/skorch,54346.0,74287.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,777729.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +237,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,,2014-12-17 18:16:59.000,2023-12-27 06:17:32.000000,2023-12-23 17:14:35,29240.0,403.0,1505.0,185.0,2024.0,24.0,1543.0,4629.0,"mlpack: a fast, header-only C++ machine learning library.",310.0,31,False,2023-11-27 18:45:09.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,,,https://pypi.org/project/mlpack,3804.0,7735.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,165123.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +238,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,2023-12-01 05:25:05.000000,2023-11-29 14:09:54,774.0,22.0,368.0,73.0,278.0,56.0,498.0,4384.0,Visualizer for pandas data structures.,30.0,31,True,2023-11-29 14:48:32.000,3.8.1,178.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",992.0,969.0,https://pypi.org/project/dtale,91919.0,97976.0,https://anaconda.org/conda-forge/dtale,2023-11-29 15:12:38.018,260490.0,,,,,2.0,,2023-11-29 14:48:32.000,23.0,,,,,,,,,,,,,,,, +239,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2023-11-05 18:03:02.000000,2023-11-02 13:49:44,662.0,35.0,822.0,147.0,125.0,124.0,104.0,3869.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,2877.0,2831.0,https://pypi.org/project/ta,69497.0,70143.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,21980.0,,,,,2.0,,2023-11-02 13:53:35.000,46.0,,,,,,,,,,,,,,,, +240,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2023-12-19 09:40:36.000000,2023-12-07 08:10:18,1077.0,12.0,345.0,60.0,1333.0,122.0,172.0,3780.0,A Python toolbox for performing gradient-free optimization.,51.0,31,True,2023-11-19 06:44:47.000,1.0.1,46.0,nevergrad,conda-forge/nevergrad,,,,621.0,591.0,https://pypi.org/project/nevergrad,59038.0,60076.0,https://anaconda.org/conda-forge/nevergrad,2023-09-21 13:51:23.949,44665.0,,,,,2.0,,2023-11-19 06:44:47.000,30.0,,,,,,,,,,,,,,,, +241,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2023-11-24 07:56:25.000000,2023-11-24 07:54:37,246.0,8.0,267.0,47.0,50.0,26.0,93.0,3686.0,A simple command-line utility for querying and monitoring GPU status.,17.0,31,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,4631.0,4497.0,https://pypi.org/project/gpustat,902647.0,910064.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,274435.0,,,,,2.0,,2023-08-22 19:39:06.000,134.0,,,,,,,,,,,,,,,, +242,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,2023-12-27 01:31:07.000000,2023-12-23 04:52:01,1393.0,32.0,439.0,53.0,743.0,39.0,456.0,3461.0,NeuralProphet: A simple forecasting package.,50.0,31,True,2023-06-14 22:41:07.000,0.6.2,28.0,neuralprophet,,,,['pytorch'],351.0,351.0,https://pypi.org/project/neuralprophet,76948.0,76948.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +243,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,1.0,672.0,185.0,737.0,262.0,669.0,3399.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 13:39:07.000,2.1.2,9.0,dyNET,,,,,251.0,251.0,https://pypi.org/project/dyNET,402357.0,402521.0,,,,,,,,3.0,14126.0,,,,,,,,,,,,,,,,,, +244,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,3.0,602.0,78.0,227.0,76.0,404.0,3345.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,31,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1245.0,1206.0,https://pypi.org/project/implicit,157226.0,171498.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,555533.0,,,,,1.0,665.0,2023-09-29 21:07:11.000,39.0,,,,,,,,,,,,,,,, +245,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,425.0,93.0,122.0,72.0,348.0,3199.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1073.0,1014.0,https://pypi.org/project/nmslib,184630.0,187331.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,102648.0,,,,,2.0,,2021-02-03 00:02:08.000,59.0,,,,,,,,,,,,,,,, +246,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2023-12-11 16:28:56.000000,2022-08-22 18:21:12,586.0,,571.0,78.0,76.0,61.0,161.0,2979.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,31,False,,,5.0,filterpy,conda-forge/filterpy,,,,4755.0,4755.0,https://pypi.org/project/filterpy,1872765.0,1875834.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,239403.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +247,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,5.0,323.0,66.0,75.0,9.0,120.0,2918.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,11947.0,11565.0,https://pypi.org/project/ImageHash,1294470.0,1298588.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,350045.0,,,,,2.0,,2022-09-28 08:48:24.658,382.0,,,,,,,,,,,,,,,, +248,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,2023-12-25 19:48:30.000000,2023-12-22 15:40:35,1274.0,4.0,268.0,54.0,214.0,51.0,404.0,2869.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,35.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,625.0,609.0,https://pypi.org/project/stumpy,177716.0,200453.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,954965.0,,,,,2.0,,2023-08-21 11:33:22.000,16.0,,,,,,,,,,,,,,,, +249,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,2023-12-28 11:42:52.000000,2023-04-20 03:41:53,699.0,,244.0,41.0,802.0,71.0,282.0,2691.0,PyTorch extensions for high performance and large scale training.,72.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],3873.0,3807.0,https://pypi.org/project/fairscale,397524.0,404253.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,168239.0,,,,,2.0,,2022-12-11 18:09:31.906,66.0,,,,,,,,,,,,,,,, +250,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,2023-12-19 17:30:18.000000,2023-12-19 08:42:47,1133.0,25.0,228.0,25.0,971.0,95.0,396.0,2630.0,A python library for self-supervised learning on images.,35.0,31,True,2023-12-13 14:31:54.000,1.4.24,111.0,lightly,,,,['pytorch'],201.0,195.0,https://pypi.org/project/lightly,30786.0,30786.0,,,,,,,,2.0,,2023-12-13 14:31:54.000,6.0,,,,,,,,,,,,,,,, +251,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2023-12-15 04:36:57.000000,2023-12-15 04:36:57,2928.0,27.0,687.0,78.0,847.0,257.0,622.0,2544.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",121.0,31,True,2023-10-16 21:49:45.000,0.1.24,24.0,pgmpy,,,,,847.0,815.0,https://pypi.org/project/pgmpy,53491.0,53498.0,,,,,,,,2.0,306.0,2023-10-16 20:46:07.000,32.0,,,,,,,,,,,,,,,, +252,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,2023-12-25 05:02:29.000000,2023-12-03 09:09:14,2415.0,149.0,244.0,27.0,1120.0,75.0,224.0,2460.0,Database system for AI-powered apps.,73.0,31,True,2023-11-19 16:35:30.000,0.3.9,36.0,evadb,,,,['pytorch'],141.0,141.0,https://pypi.org/project/evadb,17749.0,41789.0,,,,,,,,3.0,408683.0,,,,,georgia-tech-db/evadb,,,,,,,,,,,,, +253,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2023-12-22 16:58:40.000000,2023-12-11 13:14:47,785.0,26.0,300.0,38.0,859.0,40.0,247.0,2458.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",42.0,31,True,2023-09-09 13:24:13.000,0.7.0,13.0,python-doctr,,,,"['tensorflow', 'pytorch']",227.0,224.0,https://pypi.org/project/python-doctr,15668.0,79819.0,,,,,,,,2.0,2181141.0,2023-09-09 13:24:13.000,3.0,,,,,,,,,,,,,,,, +254,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2023-12-28 11:34:13.000000,2023-12-01 01:48:51,2293.0,44.0,583.0,75.0,2835.0,165.0,713.0,2297.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",221.0,31,True,2023-12-15 02:05:05.000,2.1.2,27.0,torchaudio,,,,['pytorch'],,,https://pypi.org/project/torchaudio,2489709.0,2489709.0,,,,,,,,2.0,,,,,-4.0,,,,,,,,,,,,,, +255,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2023-12-18 04:15:22.000000,2023-11-17 20:35:45,543.0,15.0,155.0,44.0,76.0,4.0,127.0,1939.0,a python library for doing approximate and phonetic matching of strings.,31.0,31,True,,,14.0,jellyfish,conda-forge/jellyfish,,,,7700.0,7700.0,https://pypi.org/project/jellyfish,2431657.0,2449849.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,764094.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +256,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,2023-12-15 17:15:25.000000,2023-12-13 15:05:30,4135.0,35.0,1075.0,155.0,1083.0,45.0,606.0,1692.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,40.0,arcgis,,esridocker/arcgis-api-python-notebook,,,36.0,3.0,https://pypi.org/project/arcgis,120090.0,120205.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,10056.0,2023-12-12 19:09:17.000,33.0,,,,,,,,,,,,,,,, +257,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,2023-12-28 11:08:05.000000,2023-12-26 14:29:27,842.0,111.0,102.0,21.0,339.0,83.0,207.0,1593.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,43.0,31,True,2023-11-13 18:28:25.000,0.11.2,46.0,equinox,,,,['jax'],400.0,353.0,https://pypi.org/project/equinox,61808.0,61808.0,,,,,,,,1.0,,2023-11-13 18:28:25.000,47.0,,,,,,,,,,,,,,,, +258,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2023-12-25 20:05:38.000000,2023-12-23 21:38:22,933.0,13.0,427.0,87.0,214.0,49.0,235.0,1388.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2023-01-27 12:18:54.000,3.1.4,15.0,emcee,conda-forge/emcee,,,,2195.0,2195.0,https://pypi.org/project/emcee,110135.0,113629.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,317999.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +259,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,2023-12-28 13:56:03.000000,2023-12-28 13:13:25,3729.0,210.0,46.0,160.0,492.0,119.0,352.0,1318.0,Multiplatform plotting library based on Grammar of Graphics.,20.0,31,True,2023-12-28 14:30:03.000,4.2.0,68.0,lets-plot,,,,,53.0,51.0,https://pypi.org/project/lets-plot,24169.0,24180.0,,,,,,,,2.0,575.0,2023-12-28 13:56:03.000,2.0,,,,,,,,,,,,,,,, +260,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2023-12-20 21:47:34.000000,2023-12-20 21:43:49,1108.0,17.0,268.0,43.0,502.0,31.0,181.0,1198.0,ARCH models in Python.,35.0,31,False,2023-09-26 15:06:52.000,6.2.0,45.0,arch,conda-forge/arch-py,,,,1398.0,1329.0,https://pypi.org/project/arch,267781.0,274306.0,https://anaconda.org/conda-forge/arch-py,2023-10-06 06:11:20.798,274061.0,,,,,2.0,,2023-09-26 15:06:52.000,69.0,,,,,,,,,,,,,,,, +261,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2023-12-23 15:29:00.000000,2023-12-23 10:07:35,10327.0,124.0,222.0,36.0,1412.0,206.0,337.0,1104.0,Computations and statistics on manifolds with geometric structures.,87.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,91.0,88.0,https://pypi.org/project/geomstats,2832.0,2946.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2056.0,,,,,3.0,,2023-08-30 05:33:32.000,3.0,,,,,,,,,,,,,,,, +262,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,2023-12-13 19:43:52.000000,2023-12-13 19:43:51,921.0,7.0,214.0,59.0,98.0,45.0,173.0,978.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1636.0,1580.0,https://pypi.org/project/tensorflow-transform,645500.0,645500.0,,,,,,,,2.0,,2023-08-11 23:14:04.000,56.0,,,,,,,,,,,,,,,, +263,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,2023-12-23 01:11:24.000000,2023-12-18 17:38:52,12955.0,565.0,277.0,35.0,1725.0,459.0,607.0,977.0,Python package for earth-observing satellite data processing.,148.0,31,False,2023-12-18 08:08:56.000,0.46.0,92.0,satpy,conda-forge/satpy,,,,133.0,116.0,https://pypi.org/project/satpy,9887.0,14125.0,https://anaconda.org/conda-forge/satpy,2023-12-18 13:40:45.405,178013.0,,,,,3.0,,2023-12-18 08:08:56.000,17.0,,,,,,,,,,,,,,,, +264,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,,2012-07-10 12:30:06.000,2023-12-26 15:59:14.236000,2023-12-25 06:03:30,554.0,10.0,96.0,32.0,57.0,64.0,78.0,908.0,Describing statistical models in Python using symbolic formulas.,18.0,31,False,2023-12-25 06:05:13.000,0.5.5,12.0,patsy,conda-forge/patsy,,,,85860.0,85860.0,https://pypi.org/project/patsy,12453278.0,12804346.0,https://anaconda.org/conda-forge/patsy,2023-12-26 15:59:14.236,9478845.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +265,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,2023-12-23 05:01:50.000000,2023-12-23 04:55:48,1657.0,12.0,283.0,43.0,1290.0,268.0,362.0,674.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,31,True,2023-12-19 00:59:41.000,0.35.0,42.0,tensorflow-io,,,,['tensorflow'],35.0,,https://pypi.org/project/tensorflow-io,4397943.0,4397943.0,,,,,,,,2.0,,2023-12-19 00:58:11.000,35.0,,,,,,,,,,,,,,,, +266,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2023-12-22 21:23:25.000000,2023-12-22 09:58:36,161873.0,3173.0,83.0,52.0,1982.0,105.0,280.0,668.0,TensorFlow ROCm port.,4541.0,31,True,2022-12-06 16:42:53.965,2.9.4,97.0,tensorflow-rocm,,,,['tensorflow'],5.0,,https://pypi.org/project/tensorflow-rocm,3511.0,3511.0,,,,,,,,3.0,21.0,2023-10-04 19:01:50.000,5.0,,,,,,,,,,,,,,,, +267,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2023-12-15 12:50:52.000000,2023-12-15 12:50:52,282.0,5.0,107.0,24.0,52.0,35.0,56.0,459.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,31,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,17672.0,17308.0,https://pypi.org/project/audioread,1649633.0,1668896.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,731998.0,,,,,2.0,,2023-09-27 19:27:51.000,364.0,,,,,,,,,,,,,,,, +268,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,2023-12-23 16:12:25.000000,2023-12-23 16:11:39,302.0,15.0,2599.0,135.0,44.0,114.0,131.0,16348.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,30,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],385.0,379.0,https://pypi.org/project/vit-pytorch,24145.0,24145.0,,,,,,,,2.0,,2023-12-23 16:12:25.000,6.0,,,,,,,,,,,,,,,, +269,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4769.0,648.0,372.0,495.0,436.0,15053.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,30,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,580.0,541.0,https://pypi.org/project/baselines,1231.0,1231.0,,,,,,,,1.0,,2018-02-26 17:07:07.000,39.0,,,,,,,,,,,,,,,, +270,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2023-12-17 10:33:07.000000,2023-11-21 12:31:47,1957.0,5.0,2223.0,271.0,888.0,226.0,668.0,13135.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,30,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,1677.0,1687.0,,,,,,,,2.0,392.0,2023-07-18 11:35:09.110,1.0,,,,,,,,,,,,,,,, +271,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,2023-12-27 05:39:09.000000,2023-12-27 05:39:06,2870.0,21.0,2036.0,192.0,400.0,184.0,471.0,8520.0,FinRL: Financial Reinforcement Learning.,107.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,28.0,28.0,https://pypi.org/project/finrl,1412.0,1412.0,,,,,,,,1.0,,2022-01-08 13:58:14.000,,,,,,,,,,,,,,,,, +272,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2023-12-21 21:46:42.000000,2023-12-21 21:43:29,1127.0,23.0,1188.0,146.0,156.0,225.0,1217.0,7932.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,133.0,30,False,2023-10-31 20:06:30.000,0.7.5,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],669.0,669.0,https://pypi.org/project/pytorch3d,4198.0,7778.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,175435.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +273,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,2023-10-24 19:57:22.000000,2023-10-24 19:51:03,547.0,3.0,1165.0,166.0,427.0,58.0,469.0,7921.0,Automatic extraction of relevant features from time series:.,91.0,30,True,2023-06-14 21:34:06.791,0.20.1,30.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],98.0,21.0,https://pypi.org/project/tsfresh,184006.0,214887.0,https://anaconda.org/conda-forge/tsfresh,2023-07-30 07:29:21.371,1327907.0,,,,,2.0,,2023-06-14 21:34:06.791,77.0,,,,,,,,,,,,,,,, +274,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,2023-12-27 02:39:06.000000,2023-12-15 04:18:45,1158.0,20.0,1251.0,103.0,620.0,673.0,517.0,7771.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,2.0,,conda-forge/nvidia-apex,,,['pytorch'],2178.0,2178.0,,,3569.0,https://anaconda.org/conda-forge/nvidia-apex,2023-06-16 16:18:35.589,178475.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +275,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2023-12-28 11:03:00.000000,2023-12-28 10:46:40,1490.0,35.0,583.0,74.0,606.0,83.0,206.0,7445.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",43.0,30,False,2023-09-11 14:44:32.000,2.5.0,10.0,cleanlab,conda-forge/cleanlab,,,,221.0,221.0,https://pypi.org/project/cleanlab,11003.0,11600.0,https://anaconda.org/conda-forge/cleanlab,2023-09-12 22:14:32.939,19135.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +276,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,2023-12-17 22:14:34.000000,2023-12-07 21:36:00,355.0,1.0,1455.0,135.0,127.0,12.0,313.0,7215.0,A Python implementation of global optimization with gaussian processes.,42.0,30,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2401.0,2286.0,https://pypi.org/project/bayesian-optimization,246117.0,246118.0,,,,,,,,2.0,140.0,2023-04-25 22:00:01.831,115.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,, +277,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1303.0,175.0,46.0,75.0,236.0,6647.0,2D and 3D Face alignment library build using pytorch.,26.0,30,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],32.0,21.0,https://pypi.org/project/face-alignment,66398.0,66398.0,,,,,,,,2.0,,2023-08-17 14:43:11.000,11.0,,,,,,,,,,,,,,,, +278,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2023-12-28 09:05:08.000000,2023-12-28 01:40:50,2080.0,176.0,810.0,98.0,2321.0,279.0,880.0,6606.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",114.0,30,True,2023-11-30 05:58:09.000,1.0.0,1379.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",9.0,2.0,https://pypi.org/project/autogluon,75957.0,76063.0,,,,https://hub.docker.com/r/autogluon/autogluon,2023-07-26 19:13:58.158186,17.0,5657.0,2.0,,2023-12-28 09:05:08.000,7.0,,,,,,,,,,,,,,,, +279,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,663.0,89.0,206.0,138.0,356.0,4506.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,30,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1360.0,1310.0,https://pypi.org/project/lightfm,666937.0,669316.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,168963.0,,,,,2.0,,2023-03-20 04:15:00.582,50.0,,,,,,,,,,,,,,,, +280,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2023-11-12 21:40:25.000000,2022-01-27 13:24:16,139.0,,1006.0,154.0,113.0,94.0,79.0,4427.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,30,False,,,3.0,imutils,conda-forge/imutils,,,,39558.0,39558.0,https://pypi.org/project/imutils,438542.0,442277.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,153164.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +281,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,2023-12-24 01:20:37.000000,2022-09-24 16:20:26,585.0,,850.0,92.0,207.0,100.0,430.0,4290.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3562.0,3514.0,https://pypi.org/project/pandas-ta,82891.0,83642.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,19535.0,,,,,2.0,,2021-07-28 20:51:17.000,48.0,,,,,,,,,,,,,,,, +282,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2023-11-28 14:54:27.704000,2023-11-13 07:19:19,1344.0,2.0,375.0,71.0,366.0,97.0,460.0,4124.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,30,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,2865.0,2755.0,https://pypi.org/project/sacred,23774.0,23951.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4440.0,,,,,2.0,,2023-11-13 07:24:08.000,110.0,,,,,,,,,,,,,,,, +283,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,2023-12-28 13:59:31.000000,2023-12-24 08:12:13,1438.0,27.0,751.0,73.0,1764.0,286.0,622.0,3973.0,Probabilistic time series modeling in Python.,110.0,30,True,2023-12-07 09:10:45.000,0.14.3,107.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,198797.0,198823.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,683.0,,,,,2.0,,2023-12-07 09:10:45.000,16.0,,,,,,,,,,,,,,,, +284,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2023-12-19 14:36:53.000000,2023-12-19 14:36:52,3303.0,29.0,516.0,120.0,367.0,64.0,733.0,3881.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,,,12.0,dedupe,conda-forge/dedupe,,,,307.0,307.0,https://pypi.org/project/dedupe,59638.0,61378.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,41777.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +285,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,2023-12-27 20:45:39.000000,2023-12-20 15:31:01,15335.0,71.0,487.0,70.0,3368.0,798.0,1541.0,3726.0,cuML - RAPIDS Machine Learning Library.,167.0,30,True,2023-12-06 19:20:46.000,23.12.00,36.0,cuml,,,,,5.0,,https://pypi.org/project/cuml,2356.0,2356.0,,,,,,,,2.0,,2020-06-01 20:09:10.000,5.0,,,,,,,,,,,,,,,, +286,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,2023-12-22 22:57:09.000000,2023-12-11 18:09:03,3827.0,6.0,504.0,59.0,875.0,320.0,966.0,3314.0,A highly efficient implementation of Gaussian Processes in PyTorch.,127.0,30,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],1835.0,1752.0,https://pypi.org/project/gpytorch,153151.0,156426.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,140864.0,,,,,2.0,,2023-06-02 22:13:00.914,83.0,,,,,,,,,,,,,,,, +287,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2023-12-18 14:37:02.000000,2023-11-11 12:54:41,2661.0,22.0,345.0,35.0,510.0,44.0,213.0,2621.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",61.0,30,True,2023-09-11 23:15:50.000,0.3.9,46.0,textattack,conda-forge/textattack,,,,229.0,224.0,https://pypi.org/project/textattack,3581.0,3759.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,6969.0,,,,,2.0,,2023-09-11 23:15:50.000,5.0,,,,,,,,,,,,,,,, +288,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2023-12-24 00:12:40.000000,2023-12-11 13:43:52,1053.0,33.0,443.0,126.0,141.0,192.0,246.0,2584.0,PYthon svg GrAph plotting Library.,77.0,30,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,637.0,,https://pypi.org/project/pygal,306132.0,309446.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,36455.0,,,,,2.0,,2023-11-21 15:34:11.000,637.0,,,,,,,,,,,,,,,, +289,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,,503.0,99.0,1045.0,237.0,297.0,2547.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,30,True,2020-08-13 19:16:27.000,0.10.0,15.0,gluonnlp,,,,['mxnet'],1440.0,1440.0,https://pypi.org/project/gluonnlp,74005.0,74005.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +290,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,2023-12-28 05:45:40.000000,2023-12-28 05:45:35,5446.0,104.0,671.0,89.0,5646.0,34.0,847.0,2037.0,TFX is an end-to-end platform for deploying production ML pipelines.,178.0,30,True,2023-09-06 18:31:57.000,1.14.0,91.0,tfx,,,,['tensorflow'],,,https://pypi.org/project/tfx,70673.0,70673.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +291,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2023-12-27 21:13:28.000000,2023-12-27 07:53:06,1445.0,114.0,200.0,49.0,240.0,154.0,154.0,1969.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",40.0,30,True,2023-12-27 07:54:37.000,0.33.0,168.0,graphistry,,,,['jupyter'],113.0,107.0,https://pypi.org/project/graphistry,2417.0,2417.0,,,,,,,,2.0,,2023-12-27 07:54:37.000,6.0,,,,,,,,,,,,,,,, +292,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2023-10-09 13:43:55.000000,2023-10-09 11:43:56,191.0,4.0,255.0,57.0,69.0,49.0,219.0,1883.0,A Python wrapper for the tesseract-ocr API.,29.0,30,True,2023-10-09 13:43:55.000,2.6.2,19.0,tesserocr,conda-forge/tesserocr,,,,990.0,918.0,https://pypi.org/project/tesserocr,47141.0,49713.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,128620.0,,,,,2.0,72.0,2023-10-09 13:43:55.000,72.0,,,,,,,,,,,,,,,, +293,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2023-12-11 16:17:47.000000,2023-12-11 16:17:44,517.0,12.0,433.0,87.0,100.0,82.0,258.0,1876.0,bt - flexible backtesting for Python.,31.0,30,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1613.0,1585.0,https://pypi.org/project/bt,6629.0,7247.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,19804.0,,,,,2.0,,2023-11-20 03:03:12.000,28.0,,,,,,,,,,,,,,,, +294,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2023-12-25 11:08:39.000000,2023-12-19 11:15:11,2443.0,3.0,435.0,74.0,1257.0,143.0,682.0,1780.0,Gaussian processes in TensorFlow.,84.0,30,True,2023-08-09 09:23:26.000,2.9.0,48.0,gpflow,conda-forge/gpflow,,,['tensorflow'],636.0,600.0,https://pypi.org/project/gpflow,45622.0,45989.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,24589.0,,,,,2.0,,2023-08-09 09:23:26.000,36.0,,,,,,,,,,,,,,,, +295,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2023-12-18 21:39:49.000000,2023-12-17 22:09:48,434.0,24.0,279.0,58.0,98.0,22.0,98.0,1680.0,ffn - a financial function library for Python.,30.0,30,True,2023-11-20 02:38:07.000,1.0.0,32.0,ffn,conda-forge/ffn,,,,439.0,408.0,https://pypi.org/project/ffn,182329.0,182525.0,https://anaconda.org/conda-forge/ffn,2023-11-20 12:06:39.287,6289.0,,,,,2.0,,2023-11-20 02:36:47.000,31.0,,,,,,,,,,,,,,,, +296,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,2023-12-16 01:55:15.000000,2023-12-15 23:40:58,1788.0,37.0,366.0,52.0,119.0,41.0,420.0,1617.0,Reinforcement Learning environments based on the 1993 game Doom.,53.0,30,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,230.0,214.0,https://pypi.org/project/vizdoom,1989.0,2115.0,,,,,,,,1.0,11779.0,2023-12-16 01:55:15.000,16.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,, +297,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2023-12-15 11:14:34.000000,2023-12-15 11:14:27,1110.0,17.0,172.0,21.0,143.0,46.0,123.0,1588.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2023-11-24 08:35:59.000,0.34.1,37.0,audiomentations,,,,,406.0,401.0,https://pypi.org/project/audiomentations,18770.0,18770.0,,,,,,,,2.0,,2023-11-24 08:35:59.000,5.0,,,,,,,,,,,,,,,, +298,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2023-10-27 06:20:12.000000,2023-10-20 21:52:11,1051.0,10.0,207.0,52.0,201.0,33.0,274.0,1540.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,30,True,2023-09-30 19:50:35.000,0.5.3,14.0,scispacy,,,,,839.0,809.0,https://pypi.org/project/scispacy,24393.0,24393.0,,,,,,,,2.0,,2023-09-30 19:50:35.000,30.0,,,,,,,,,,,,,,,, +299,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2023-12-25 16:34:31.000000,2023-12-25 16:34:30,1837.0,21.0,269.0,45.0,268.0,58.0,191.0,1465.0,TensorLy: Tensor Learning in Python.,66.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,593.0,543.0,https://pypi.org/project/tensorly,12420.0,17840.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363158.0,,,,,2.0,,2023-03-08 01:09:02.237,50.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,2023-11-13 20:31:37.000000,2023-11-13 20:31:36,1240.0,18.0,132.0,30.0,101.0,28.0,245.0,1458.0,Statistical package in Python based on Pandas.,43.0,30,False,2022-12-29 22:57:18.000,0.5.3,38.0,pingouin,conda-forge/pingouin,,,,1642.0,1642.0,https://pypi.org/project/pingouin,73211.0,75061.0,https://anaconda.org/conda-forge/pingouin,2023-06-16 16:12:34.261,111007.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +301,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,2023-11-17 01:39:58.000000,2023-11-17 01:39:50,817.0,2.0,320.0,121.0,767.0,205.0,164.0,1445.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",83.0,30,True,2023-05-26 02:36:01.000,0.7.5,30.0,tensorflow-model-optimization,,,,['tensorflow'],3418.0,3388.0,https://pypi.org/project/tensorflow-model-optimization,617536.0,617536.0,,,,,,,,2.0,,2023-05-26 02:35:42.850,30.0,,,,,,,,,,,,,,,, +302,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,9.0,160.0,33.0,245.0,1.0,,1304.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2023-12-19 07:41:39.000,1.3.4,76.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1463.0,1418.0,https://pypi.org/project/spacy-transformers,206493.0,207526.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,25827.0,,,,,2.0,,2023-12-19 07:15:13.000,45.0,,,,,,,,,,,,,,,, +303,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,2023-12-28 02:32:45.000000,2023-12-28 02:15:14,1519.0,17.0,162.0,18.0,771.0,109.0,434.0,1221.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,30,True,2023-09-18 03:57:15.000,0.26.0,59.0,pyjanitor,conda-forge/pyjanitor,,,,533.0,513.0,https://pypi.org/project/pyjanitor,41195.0,43897.0,https://anaconda.org/conda-forge/pyjanitor,2023-06-16 16:12:04.304,186473.0,,,,,2.0,,2023-09-18 03:57:09.000,20.0,,,,,,,,,,,,,,,, +304,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2023-12-27 22:37:02.000000,2023-12-27 09:35:50,3706.0,45.0,320.0,66.0,680.0,31.0,525.0,810.0,The Classical Language Toolkit.,120.0,30,True,2023-12-27 08:38:14.000,1.2.1,74.0,cltk,,,,,252.0,252.0,https://pypi.org/project/cltk,1202.0,1202.0,,,,,,,,2.0,49.0,,,,,,,,,,,,,,,,,, +305,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2023-11-14 05:08:49.000000,2023-11-14 05:08:49,1913.0,27.0,216.0,20.0,286.0,44.0,270.0,768.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",44.0,30,True,2023-01-08 01:02:35.000,1.4.7,33.0,salib,conda-forge/salib,,,,982.0,982.0,https://pypi.org/project/salib,144815.0,146479.0,https://anaconda.org/conda-forge/salib,2023-06-16 13:22:11.263,141461.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +306,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,2023-12-10 16:42:26.000000,2023-12-10 11:33:28,562.0,13.0,92.0,17.0,193.0,96.0,135.0,622.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,30,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,29163.0,29163.0,https://pypi.org/project/soundfile,1477007.0,1477149.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,16806.0,,,,,,,,,,,,,,,,,, +307,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2023-12-27 18:56:11.000000,2023-12-13 04:26:24,17061.0,41.0,112.0,26.0,3555.0,503.0,3376.0,472.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2023-12-13 04:23:50.000,0.19.4,109.0,datalad,conda-forge/datalad,,,,65.0,,https://pypi.org/project/datalad,15539.0,25335.0,https://anaconda.org/conda-forge/datalad,2023-12-13 16:04:17.108,411467.0,,,,,2.0,,2023-12-13 04:23:50.000,65.0,,,,,,,,,,,,,,,, +308,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,2023-11-19 15:53:51.000000,2023-04-19 14:13:08,2404.0,,3342.0,597.0,218.0,42.0,,12207.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,1901.0,1837.0,https://pypi.org/project/backtrader,12858.0,12858.0,,,,,,,,2.0,,2023-04-19 14:15:00.742,64.0,,,,,,,,,,,,,,,, +309,pandas-ai,gventuri/pandas-ai,others,,https://github.com/gventuri/pandas-ai,https://github.com/gventuri/pandas-ai,MIT,2023-04-22 12:58:01.000,2023-12-28 12:38:06.000000,2023-12-18 13:26:54,675.0,167.0,779.0,81.0,300.0,161.0,262.0,9320.0,"PandasAI is the Python library that integrates Gen AI into pandas, making data analysis conversational.",55.0,29,True,2023-12-18 13:28:28.000,1.5.11,100.0,pandas-ai,,,,,2475.0,2475.0,https://pypi.org/project/pandas-ai,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +310,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,,1840.0,217.0,46.0,96.0,94.0,8888.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,125936.0,126652.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,30085.0,,,,,1.0,,2018-10-29 08:18:45.000,94.0,,,,,,,,,,,,,,,, +311,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2023-09-25 05:14:24.000000,2023-08-26 12:04:19,383.0,,2104.0,287.0,96.0,285.0,446.0,8207.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,29,True,2022-12-20 21:17:57.000,test-resources-v3,12.0,imageai,conda-forge/imageai,,,,1515.0,1515.0,https://pypi.org/project/imageai,6711.0,20111.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6742.0,,,,,2.0,900087.0,,,,,,,,,,,,,,,,,, +312,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,2023-06-16 19:20:32.486000,2023-01-31 19:40:04,3203.0,,1390.0,190.0,783.0,38.0,423.0,5986.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",131.0,29,True,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],586.0,574.0,https://pypi.org/project/cleverhans,1252.0,1427.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7377.0,,,,,2.0,,2021-07-24 08:53:21.000,12.0,,,,,,,,,,,,,,,, +313,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2023-12-22 01:24:33.000000,2023-12-05 18:31:50,1553.0,47.0,784.0,146.0,1453.0,295.0,398.0,4892.0,Simple and Distributed Machine Learning.,115.0,29,True,2023-11-27 21:27:39.000,1.0.2,42.0,synapseml,,,,,,,https://pypi.org/project/synapseml,216693.0,216693.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +314,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,148.0,789.0,141.0,356.0,4680.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2582.0,2536.0,https://pypi.org/project/visualdl,204773.0,204781.0,,,,,,,,2.0,339.0,2023-06-05 07:21:00.910,46.0,,,,,,,,,,,,,,,, +315,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,2023-12-28 14:05:57.000000,2023-12-13 23:12:27,2142.0,2.0,256.0,45.0,2101.0,307.0,645.0,4423.0,Aim An easy-to-use & supercharged open-source experiment tracker.,58.0,29,True,2023-06-02 08:59:51.000,3.17.5,55.0,aim,conda-forge/aim,,,,398.0,398.0,https://pypi.org/project/aim,85621.0,87033.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,40962.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,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,441.0,42.0,124.0,63.0,154.0,4211.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,,,,1031.0,1001.0,https://pypi.org/project/nlpaug,119523.0,120046.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,15702.0,,,,,2.0,,2022-07-07 05:23:07.000,30.0,,,,,,,,,,,,,,,, +317,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2023-12-13 19:28:40.000000,2023-11-23 21:41:49,1136.0,6.0,609.0,90.0,268.0,23.0,252.0,4165.0,Geocoding library for Python.,133.0,29,True,2023-11-23 21:50:14.000,2.4.1,37.0,geopy,conda-forge/geopy,,,,,,https://pypi.org/project/geopy,4742704.0,4772168.0,https://anaconda.org/conda-forge/geopy,2023-11-24 00:10:43.371,1237522.0,,,,,3.0,12.0,,,,-6.0,,,,,,,,,,,,,, +318,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,2023-11-06 09:55:37.480000,2023-10-04 07:40:23,3656.0,1.0,445.0,100.0,1043.0,224.0,368.0,3503.0,Plotting library for IPython/Jupyter notebooks.,64.0,29,True,2023-08-04 08:28:46.000,0.12.41,63.0,bqplot,conda-forge/bqplot,,,['jupyter'],52.0,52.0,https://pypi.org/project/bqplot,121052.0,153461.0,https://anaconda.org/conda-forge/bqplot,2023-11-06 09:55:37.480,1247438.0,,,,,3.0,,,,,,,bqplot,https://www.npmjs.com/package/bqplot,3399.0,,,,,,,,,, +319,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2023-12-28 11:34:18.000000,2023-12-11 20:02:07,1294.0,5.0,784.0,274.0,1439.0,261.0,512.0,3403.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",150.0,29,True,2023-12-15 02:05:45.000,0.16.2,27.0,torchtext,,,,['pytorch'],,,https://pypi.org/project/torchtext,352535.0,352535.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +320,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2023-12-27 19:30:59.000000,2023-12-04 20:15:52,1724.0,82.0,532.0,41.0,771.0,429.0,281.0,3388.0,Time series forecasting with PyTorch.,43.0,29,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,54820.0,56180.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,53064.0,,,,,2.0,,2020-07-26 21:35:43.000,10.0,,,,,,,,,,,,,,,, +321,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2023-12-11 17:22:52.000000,2023-11-25 19:47:15,483.0,13.0,482.0,35.0,500.0,6.0,,3293.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,36.0,29,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,833.0,821.0,https://pypi.org/project/sahi,101686.0,104299.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,52351.0,,,,,2.0,20418.0,2023-11-05 23:19:54.000,12.0,,,,,,,,,,,,,,,, +322,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-19 10:23:57.000000,2023-09-28 08:30:38,400.0,,241.0,65.0,52.0,,,3239.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,29,True,2023-09-28 08:32:07.000,4.6.0,11.0,textdistance,conda-forge/textdistance,,,,5439.0,5439.0,https://pypi.org/project/textdistance,376018.0,383557.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,504278.0,,,,,2.0,971.0,,,,,,,,,,,,,,,,,, +323,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2023-12-10 17:04:41.093000,2023-11-13 00:15:46,980.0,1.0,570.0,100.0,332.0,29.0,713.0,3208.0,"Fast, flexible and easy to use probabilistic modelling in Python.",72.0,29,True,2023-09-17 19:03:32.000,0.14.9,73.0,pomegranate,conda-forge/pomegranate,,,,1085.0,1027.0,https://pypi.org/project/pomegranate,21403.0,24666.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,140351.0,,,,,3.0,,2023-09-17 19:03:32.000,58.0,,,,,,,,,,,,,,,, +324,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2023-12-28 12:42:24.000000,2023-12-28 12:38:56,4159.0,33.0,354.0,81.0,62.0,144.0,189.0,3073.0,a library for audio and music analysis.,25.0,29,False,2019-02-27 09:00:43.000,0.4.9,8.0,aubio,conda-forge/aubio,,,,429.0,429.0,https://pypi.org/project/aubio,7527.0,15363.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,634752.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +325,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,282.0,34.0,475.0,32.0,30.0,2897.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1117.0,1073.0,https://pypi.org/project/torch_optimizer,123046.0,123339.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9401.0,,,,,1.0,,2021-10-31 03:00:19.000,44.0,,,,,,,,,,,,,,,, +326,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2023-09-23 22:00:36.000000,2023-07-13 17:20:36,617.0,,325.0,48.0,119.0,60.0,134.0,2713.0,A python library for decision tree visualization and model interpretation.,25.0,29,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1026.0,1002.0,https://pypi.org/project/dtreeviz,132483.0,134210.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,63924.0,,,,,2.0,,2022-07-07 17:18:00.886,24.0,,,,,,,,,,,,,,,, +327,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,2023-12-27 18:47:39.000000,2023-12-27 18:47:38,7100.0,556.0,325.0,74.0,8256.0,41.0,312.0,2664.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",108.0,29,True,2023-12-18 20:21:34.000,0.26.7,100.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",,,https://pypi.org/project/determined,17422.0,17603.0,,,,,,,,3.0,7967.0,,,,,,,,,,,,,,,,,, +328,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2023-12-26 07:52:04.000000,2023-12-05 08:28:16,2859.0,14.0,962.0,121.0,497.0,58.0,293.0,2515.0,IPython Parallel: Interactive Parallel Computing in Python.,112.0,29,False,2023-04-14 13:35:06.415,8.6.1,45.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],301.0,,https://pypi.org/project/ipyparallel,279624.0,289870.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,942706.0,,,,,2.0,,2023-04-14 13:35:06.415,301.0,,,,,,,,,,,,,,,, +329,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Apache-2.0,2019-02-26 10:10:56.000,2023-12-08 00:30:46.000000,2023-11-13 15:09:34,648.0,16.0,237.0,47.0,631.0,136.0,224.0,2231.0,Algorithms for explaining machine learning models.,19.0,29,True,2023-07-07 14:10:27.000,0.9.4,31.0,alibi,,,,,544.0,544.0,https://pypi.org/project/alibi,14771.0,14771.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +330,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Apache-2.0,2019-10-07 13:29:13.000,2023-11-28 07:19:21.000000,2023-11-13 15:09:30,712.0,13.0,201.0,34.0,519.0,134.0,234.0,1995.0,"Algorithms for outlier, adversarial and drift detection.",20.0,29,True,2023-07-07 12:16:02.615,0.11.4,36.0,alibi-detect,,,,,406.0,400.0,https://pypi.org/project/alibi-detect,31980.0,31980.0,,,,,,,,2.0,,2023-07-07 12:16:02.615,6.0,,,,,,,,,,,,,,,, +331,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2023-12-14 19:31:09.000000,2023-12-14 19:31:09,279.0,2.0,346.0,53.0,77.0,74.0,109.0,1753.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,41.0,29,True,2023-04-23 23:49:39.000,3.4.1,7.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],5618.0,5618.0,https://pypi.org/project/pyldavis,195108.0,196274.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,77017.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +332,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2023-12-28 08:23:57.000000,2023-12-20 20:04:18,836.0,24.0,374.0,37.0,852.0,164.0,287.0,1709.0,A Python package to assess and improve fairness of machine learning models.,78.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],31.0,2.0,https://pypi.org/project/fairlearn,238402.0,239223.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,30405.0,,,,,2.0,,2023-12-19 02:11:12.000,29.0,,,,,,,,,,,,,,,, +333,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2023-11-11 20:39:50.545000,2023-11-10 19:30:40,1586.0,1.0,278.0,54.0,135.0,78.0,182.0,1674.0,"CUDA integration for Python, plus shiny features.",80.0,29,True,2023-11-10 19:34:27.000,2023.1,52.0,pycuda,conda-forge/pycuda,,,,2792.0,2569.0,https://pypi.org/project/pycuda,32201.0,40320.0,https://anaconda.org/conda-forge/pycuda,2023-11-11 20:39:50.545,267933.0,,,,,2.0,,2023-11-10 19:36:56.000,223.0,,,,,,,,,,,,,,,, +334,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,2023-12-28 11:34:24.000000,2023-12-21 00:51:40,1442.0,145.0,314.0,30.0,1479.0,130.0,97.0,1614.0,Pytorch domain library for recommendation systems.,196.0,29,True,2023-10-05 17:21:59.000,0.5.0,77.0,torchrec-nightly-cpu,,,,,82.0,82.0,https://pypi.org/project/torchrec-nightly-cpu,412.0,412.0,,,,,,,,2.0,,2022-05-12 18:55:21.000,,,,,,,,,,,,,,,,, +335,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2023-11-09 11:42:34.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1571.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2023-11-09 11:42:34.000,5.0.0,39.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",76.0,73.0,https://pypi.org/project/elephas,69652.0,69907.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13302.0,,,,,2.0,,2023-11-09 11:42:34.000,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,2023-12-21 13:23:44.000000,2023-12-20 09:16:24,3727.0,73.0,256.0,29.0,547.0,89.0,672.0,1554.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,74.0,29,True,2023-07-28 14:24:47.000,0.4.0,7.0,avalanche-lib,,,,,64.0,63.0,https://pypi.org/project/avalanche-lib,967.0,967.0,,,,,,,,2.0,4.0,2023-07-28 14:24:47.000,1.0,,,,,,,,,,,,,,,, +337,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,2023-12-23 21:14:24.262000,2023-12-23 01:07:13,191.0,21.0,193.0,32.0,19.0,3.0,83.0,1540.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,29,True,2023-12-23 01:09:09.000,0.1.803,81.0,autoviz,conda-forge/autoviz,,,,602.0,595.0,https://pypi.org/project/autoviz,315726.0,317337.0,https://anaconda.org/conda-forge/autoviz,2023-12-23 21:14:24.262,45128.0,,,,,3.0,,2023-12-23 01:09:09.000,7.0,,,,,,,,,,,,,,,, +338,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,174.0,33.0,72.0,19.0,52.0,1410.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2045.0,2035.0,https://pypi.org/project/torchsde,1325900.0,1326443.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19027.0,,,,,1.0,,2023-09-26 21:52:19.000,10.0,,,,,,,,,,,,,,,, +339,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,2023-12-01 20:21:49.000000,2023-11-18 20:02:49,3016.0,8.0,258.0,34.0,37.0,1.0,479.0,1197.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,29,True,2023-11-18 20:03:36.000,0.39.0,100.0,ktrain,,,,['tensorflow'],490.0,490.0,https://pypi.org/project/ktrain,15170.0,15170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +340,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2023-11-16 19:00:50.847000,2021-02-12 19:04:59,2079.0,,245.0,41.0,36.0,66.0,590.0,1122.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,,,,622.0,588.0,https://pypi.org/project/pyclustering,88001.0,89450.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,59222.0,,,,,2.0,481.0,2020-11-25 22:41:20.000,34.0,,,,,,,,,,,,,,,, +341,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,2023-12-27 22:26:02.000000,2023-12-27 22:26:00,1895.0,76.0,273.0,24.0,2182.0,44.0,225.0,1062.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,39.0,29,True,2023-12-06 14:56:49.000,0.32.1,36.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",76.0,76.0,https://pypi.org/project/raiwidgets,5734.0,5734.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +342,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,,454.0,43.0,176.0,93.0,102.0,1029.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'],1575.0,,https://pypi.org/project/keras-preprocessing,4895572.0,4928254.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2157053.0,,,,,3.0,,2020-05-14 03:55:22.223,1575.0,,,,,,,,,,,,,,,, +343,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,,2011-04-06 02:51:33.000,2023-12-08 14:17:05.000000,2023-11-27 21:23:34,3273.0,9.0,230.0,48.0,349.0,60.0,262.0,1004.0,"OpenCL integration for Python, plus shiny features.",95.0,29,False,2023-10-12 20:07:38.000,2023.1.4,57.0,pyopencl,conda-forge/pyopencl,,,,1756.0,1756.0,https://pypi.org/project/pyopencl,54109.0,77193.0,https://anaconda.org/conda-forge/pyopencl,2023-10-13 14:22:03.075,969529.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +344,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,2023-11-20 21:14:19.693000,2023-11-20 18:02:35,663.0,6.0,101.0,14.0,94.0,69.0,60.0,817.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5214.0,5146.0,https://pypi.org/project/pynndescent,971642.0,1013781.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1727699.0,,,,,3.0,,2023-11-20 18:50:25.000,68.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,2023-12-27 18:11:43.000000,2023-12-26 19:20:09,1321.0,52.0,122.0,25.0,443.0,7.0,124.0,770.0,A Comparative Framework for Multimodal Recommender Systems.,18.0,29,True,2023-12-12 07:49:26.000,1.18.0,54.0,cornac,conda-forge/cornac,,,,205.0,189.0,https://pypi.org/project/cornac,102743.0,110773.0,https://anaconda.org/conda-forge/cornac,2023-12-12 18:26:56.153,337292.0,,,,,2.0,,2023-12-12 08:02:04.000,16.0,,,,,,,,,,,,,,,, +346,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,2023-12-15 19:32:17.000000,2023-12-15 19:32:16,938.0,12.0,155.0,47.0,83.0,37.0,143.0,736.0,Library for exploring and validating machine learning data.,25.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",806.0,776.0,https://pypi.org/project/tensorflow-data-validation,187036.0,187046.0,,,,,,,,3.0,642.0,2023-08-14 06:58:23.000,30.0,,,,,,,,,,,,,,,, +347,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2023-12-24 17:44:34.000000,2023-12-24 17:44:07,3006.0,102.0,107.0,16.0,249.0,11.0,129.0,724.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,733.0,,https://pypi.org/project/mpi4py,175750.0,236023.0,https://anaconda.org/conda-forge/mpi4py,2023-10-17 08:36:29.714,2272563.0,,,,,2.0,19244.0,2023-10-04 09:04:51.000,733.0,,,,,,,,,,,,,,,, +348,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,2023-12-14 11:32:27.000000,2023-12-13 21:05:13,223.0,6.0,54.0,14.0,200.0,12.0,185.0,292.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,False,2023-12-14 11:17:15.000,3.8.0,70.0,pystan,conda-forge/pystan,,,,9815.0,9553.0,https://pypi.org/project/pystan,1546902.0,1581275.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2784265.0,,,,,3.0,,2023-12-14 11:17:15.000,262.0,,,,,,,,,,,,,,,, +349,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2023-12-28 13:44:17.000000,2023-12-19 20:19:33,2173.0,348.0,844.0,106.0,2267.0,138.0,726.0,15186.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",78.0,28,True,2023-12-19 21:43:20.000,1.7.3,61.0,,,,,,,,,,223.0,,,,,,,,2.0,7152.0,,,,,,,,,,,,,,,,,, +350,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2023-12-28 07:35:33.000000,2023-12-28 07:35:14,2224.0,1.0,2736.0,194.0,3600.0,1312.0,3848.0,11630.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],1.0,,https://pypi.org/project/paddledet,599.0,599.0,,,,,,,,3.0,,2022-09-19 20:42:09.271,1.0,,,,,,,,,,,,,,,, +351,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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,8.0,1387.0,434.0,50.0,98.0,87.0,10281.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,34080.0,34080.0,,,,,,,,2.0,,2022-09-21 20:20:42.649,36.0,,,,,,,,,,,,,,,, +352,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,2023-12-04 21:17:36.000000,2022-11-08 22:11:16,98.0,,1723.0,202.0,70.0,96.0,34.0,9667.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,365642.0,365642.0,,,,,,,,2.0,,2023-05-24 15:11:00.531,10.0,,,,,,,,,,,,,,,, +353,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,,909.0,268.0,98.0,82.0,81.0,7218.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],214.0,206.0,https://pypi.org/project/facets-overview,156552.0,156552.0,,,,,,,,3.0,,2023-05-24 15:58:01.158,8.0,,,,,,,,,,,,,,,, +354,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,2023-12-18 14:26:15.000000,2023-12-18 14:26:15,1763.0,19.0,718.0,127.0,266.0,419.0,328.0,6653.0,Uniform Manifold Approximation and Projection.,128.0,28,True,2023-11-18 01:10:29.000,release-0.5.5,28.0,umap-learn,conda-forge/umap-learn,,,,1.0,1.0,https://pypi.org/project/umap-learn,763555.0,817653.0,https://anaconda.org/conda-forge/umap-learn,2023-11-18 18:17:04.167,2272142.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +355,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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,978.0,146.0,93.0,74.0,305.0,6092.0,A Python scikit for building and analyzing recommender systems.,45.0,28,True,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,151352.0,159819.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,347166.0,,,,,2.0,,2022-09-23 17:17:00.724,50.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,,1368.0,207.0,158.0,44.0,227.0,5459.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'],785.0,731.0,https://pypi.org/project/keras-rl,2375.0,2375.0,,,,,,,,2.0,,2018-06-01 07:52:24.000,54.0,,,,,,,,,,,,,,,, +357,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,1.0,835.0,126.0,38.0,63.0,144.0,4986.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,28,True,,,4.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],2691.0,2691.0,https://pypi.org/project/torchdiffeq,750697.0,751023.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14030.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +358,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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,275.0,438.0,221.0,329.0,4805.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'],344.0,304.0,https://pypi.org/project/edward,369.0,369.0,,,,,,,,3.0,16.0,2018-01-22 06:03:05.000,40.0,,,,,,,,,,,,,,,, +359,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,,2019-07-09 02:08:58.000,2023-12-16 17:15:36.000000,2023-12-15 17:48:58,585.0,27.0,710.0,80.0,320.0,54.0,309.0,4487.0,Uplift modeling and causal inference with machine learning algorithms.,59.0,28,False,2023-08-28 00:37:10.000,0.14.1,12.0,causalml,,,,,173.0,173.0,https://pypi.org/project/causalml,73160.0,73160.0,,,,,,,,2.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,2023-12-05 10:04:41.000000,2022-08-06 21:47:18,182.0,,408.0,69.0,58.0,85.0,55.0,4154.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:37:32.000,0.3.4,10.0,layoutparser,,,,,938.0,938.0,https://pypi.org/project/layoutparser,133391.0,133391.0,,,,,,,,3.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,2023-11-11 01:23:34.000000,2023-11-11 01:23:34,523.0,1.0,709.0,177.0,79.0,8.0,274.0,4104.0,A python wrapper for Alpha Vantage API for financial data.,42.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,485.0,453.0,https://pypi.org/project/alpha_vantage,22118.0,22291.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6082.0,,,,,2.0,,2020-12-21 02:36:15.000,32.0,,,,,,,,,,,,,,,, +362,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,2023-10-28 04:01:29.000000,2023-09-01 03:04:11,1137.0,,707.0,62.0,1011.0,159.0,737.0,3870.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,28,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],105.0,103.0,https://pypi.org/project/mmocr,5426.0,5426.0,,,,,,,,3.0,,2022-05-05 14:21:18.000,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,,971.0,218.0,408.0,140.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,,,,,1286.0,1026.0,https://pypi.org/project/lasagne,1917.0,1917.0,,,,,,,,3.0,,2015-08-13 21:10:53.000,260.0,,3.0,,,,,,,,,,,,,, +364,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2023-06-16 13:24:02.087000,2023-02-26 20:07:33,189.0,,449.0,72.0,37.0,9.0,121.0,3730.0,Missing data visualization module for Python.,18.0,28,True,2023-02-26 20:11:48.000,0.5.2,6.0,missingno,conda-forge/missingno,,,,14273.0,14273.0,https://pypi.org/project/missingno,349460.0,353562.0,https://anaconda.org/conda-forge/missingno,2023-06-16 13:24:02.087,315858.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +365,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,,2012-08-24 16:14:59.000,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,5.0,115.0,76.0,66.0,14.0,120.0,3636.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,28,False,2021-08-23 21:02:05.000,6.0.3,12.0,ftfy,conda-forge/ftfy,,,,15887.0,15887.0,https://pypi.org/project/ftfy,4216174.0,4224118.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,278055.0,,,,,2.0,,,,,-4.0,,,,,,,,,,,,,, +366,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,2023-12-02 01:21:07.000000,2023-11-10 07:34:11,445.0,8.0,510.0,112.0,84.0,16.0,100.0,3316.0,Module for automatic summarization of text documents and HTML pages.,30.0,28,True,2022-10-23 16:40:03.000,0.11.0,15.0,sumy,conda-forge/sumy,,,,2390.0,2390.0,https://pypi.org/project/sumy,52514.0,52754.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7213.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +367,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2023-12-23 00:58:49.000000,2023-12-23 00:58:46,1142.0,34.0,457.0,60.0,683.0,1.0,504.0,3289.0,On-device wake word detection powered by deep learning.,37.0,28,True,2023-11-16 19:28:06.000,3.0.1,33.0,pvporcupine,,,,,38.0,25.0,https://pypi.org/project/pvporcupine,5002.0,5002.0,,,,,,,,3.0,,2023-11-16 19:28:06.000,13.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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,399.0,47.0,1084.0,6.0,353.0,3195.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1084.0,1046.0,https://pypi.org/project/catalyst,37186.0,37186.0,,,,,,,,2.0,,2022-04-29 04:46:04.000,38.0,,,,,,,,,,,,,,,, +369,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,,2021-10-11 14:48:38.000,2023-12-21 19:01:26.000000,2023-12-18 12:28:19,1478.0,16.0,226.0,15.0,1702.0,242.0,724.0,3154.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,52.0,28,False,2023-10-11 15:32:25.000,0.17.5,58.0,deepchecks,,,,,315.0,315.0,https://pypi.org/project/deepchecks,34698.0,34727.0,,,,,,,,2.0,768.0,,,,,,,,,,,,,,,,,, +370,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2023-11-17 01:11:26.000000,2023-09-10 15:15:16,1059.0,,230.0,62.0,111.0,5.0,266.0,3065.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,497.0,488.0,https://pypi.org/project/vidgear,10767.0,10783.0,,,,,,,,3.0,955.0,2023-09-10 19:39:46.000,9.0,,,,,,,,,,,,,,,, +371,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2023-12-09 21:35:01.000000,2023-12-09 21:33:15,464.0,1.0,705.0,120.0,114.0,57.0,368.0,2878.0,"Hidden Markov Models in Python, with scikit-learn like API.",46.0,28,True,,,10.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2193.0,2193.0,https://pypi.org/project/hmmlearn,178128.0,183331.0,https://anaconda.org/conda-forge/hmmlearn,2023-10-07 20:19:04.855,202935.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +372,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,2023-12-14 13:29:37.000000,2023-12-14 13:29:37,1137.0,8.0,366.0,44.0,63.0,138.0,459.0,2851.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",24.0,28,True,2023-09-26 17:27:09.000,1.1.1,84.0,mljar-supervised,conda-forge/mljar-supervised,,,,100.0,98.0,https://pypi.org/project/mljar-supervised,5864.0,6269.0,https://anaconda.org/conda-forge/mljar-supervised,2023-09-27 04:54:23.157,12155.0,,,,,2.0,,2023-09-26 17:23:51.000,2.0,,,,,,,,,,,,,,,, +373,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2023-12-28 13:46:09.000000,2023-12-13 13:51:07,507.0,14.0,494.0,35.0,663.0,67.0,547.0,2713.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",64.0,28,True,2023-08-29 07:29:59.000,0.7.0,27.0,anomalib,,,,,40.0,39.0,https://pypi.org/project/anomalib,22971.0,23176.0,,,,,,,,2.0,4935.0,2023-08-29 07:29:59.000,1.0,,,,,,,,,,,,,,,, +374,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2023-12-22 12:14:04.000000,2023-12-22 12:14:04,1500.0,48.0,588.0,44.0,28.0,,358.0,2610.0,An Open Toolkit for Knowledge Graph Extraction and Construction published at EMNLP2022 System Demonstrations.,30.0,28,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],20.0,20.0,https://pypi.org/project/deepke,332.0,332.0,,,,,,,,2.0,,2023-09-21 04:12:03.000,,,,,,,,,,,,,,,,, +375,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2023-12-08 10:22:58.000000,2023-12-08 10:06:07,1517.0,41.0,299.0,39.0,315.0,32.0,146.0,2526.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,35.0,28,True,2023-12-08 10:22:58.000,2.4.1,31.0,shapash,,,,['jupyter'],135.0,135.0,https://pypi.org/project/shapash,4367.0,4367.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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,9.0,586.0,179.0,75.0,17.0,544.0,2504.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,,,,23.0,,https://pypi.org/project/ib_insync,26171.0,26885.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,37874.0,,,,,2.0,,2022-11-21 09:32:01.715,23.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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,275.0,67.0,59.0,20.0,39.0,2364.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:21:01.000,0.3.7,17.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4290.0,4290.0,https://pypi.org/project/scikit-plot,445059.0,447233.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,167450.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,2023-12-02 08:46:41.000000,2023-12-02 08:46:41,671.0,1.0,386.0,42.0,59.0,10.0,268.0,1811.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:20.000,1.3.6,16.0,ogb,conda-forge/ogb,,,,1317.0,1317.0,https://pypi.org/project/ogb,40600.0,41360.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,29662.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,2023-10-08 14:28:44.000000,2023-10-08 14:28:43,1157.0,8.0,207.0,36.0,1081.0,25.0,496.0,1722.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],259.0,256.0,https://pypi.org/project/lightning-flash,1641.0,2238.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,16732.0,,,,,2.0,,2022-05-11 18:17:54.000,3.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,, +380,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,2023-11-29 06:22:47.000000,2023-11-29 06:22:42,364.0,2.0,249.0,48.0,311.0,232.0,183.0,1693.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,42.0,28,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],279.0,278.0,https://pypi.org/project/tensorflow-recommenders,348192.0,348192.0,,,,,,,,2.0,,2023-02-03 02:17:00.422,1.0,,,,,,,,,,,,,,,, +381,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,2023-12-10 10:05:11.000000,2023-12-06 01:55:01,701.0,4.0,297.0,43.0,353.0,66.0,201.0,1532.0,Training PyTorch models with differential privacy.,74.0,28,True,2023-03-24 16:01:05.890,1.4.0,20.0,opacus,conda-forge/opacus,,,['pytorch'],729.0,712.0,https://pypi.org/project/opacus,58577.0,59124.0,https://anaconda.org/conda-forge/opacus,2023-06-18 08:40:32.992,12536.0,,,,,2.0,106.0,2022-05-06 09:43:18.000,17.0,,,,,,,,,,,,,,,, +382,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,257.0,50.0,184.0,54.0,120.0,1353.0,Metric learning algorithms in Python.,22.0,28,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],349.0,336.0,https://pypi.org/project/metric-learn,12329.0,12596.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,10948.0,,,,,2.0,,2023-10-09 04:53:59.000,13.0,,,,,,,,,,,,,,,, +383,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2023-06-16 19:18:39.600000,2023-04-20 04:36:19,526.0,,403.0,52.0,37.0,17.0,139.0,1193.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,,,,2416.0,2383.0,https://pypi.org/project/kmodes,303058.0,303942.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,38911.0,,,,,2.0,,2022-09-06 19:38:02.764,33.0,,,,,,,,,,,,,,,, +384,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,2023-12-26 11:17:51.000000,2023-11-26 12:12:26,1443.0,183.0,58.0,14.0,261.0,15.0,50.0,1193.0,"Fastest Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",26.0,28,True,2023-11-26 12:13:47.467,2.8.14,102.0,usearch,,unum/usearch,,,44.0,39.0,https://pypi.org/project/usearch,43212.0,48888.0,,,,https://hub.docker.com/r/unum/usearch,2023-11-26 12:13:27.055465,1.0,43.0,3.0,834.0,2023-11-26 12:40:03.000,1.0,,,,usearch,https://www.npmjs.com/package/usearch,5553.0,2023-11-26 12:13:47.467,4.0,,,,,,,, +385,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,2023-11-26 03:27:34.000000,2020-10-14 13:22:39,167.0,,336.0,71.0,86.0,27.0,26.0,1183.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1410.0,1266.0,https://pypi.org/project/empyrical,28240.0,28607.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,25704.0,,,,,2.0,,2020-10-13 21:29:19.000,144.0,,,,,,,,,,,,,,,, +386,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2023-12-24 14:31:48.000000,2023-06-06 09:46:40,415.0,,325.0,39.0,300.0,23.0,200.0,1174.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,340.0,326.0,https://pypi.org/project/pyswarms,58109.0,58109.0,,,,,,,,2.0,,2021-01-03 21:34:15.000,14.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,2023-06-27 23:50:02.000000,2023-03-24 22:04:13,811.0,,237.0,41.0,502.0,224.0,252.0,873.0,Scalable Machine Learning with Dask.,77.0,28,True,2023-03-24 22:04:58.000,2023.3.24,28.0,dask-ml,conda-forge/dask-ml,,,,927.0,927.0,https://pypi.org/project/dask-ml,173749.0,184434.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,790730.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +388,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,2023-11-06 11:21:40.354000,2023-11-06 00:17:47,493.0,8.0,116.0,32.0,126.0,24.0,74.0,851.0,Python bindings and utilities for GeoJSON.,56.0,28,True,,,11.0,geojson,conda-forge/geojson,,,,16120.0,16120.0,https://pypi.org/project/geojson,1302422.0,1379715.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,772930.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +389,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2023-12-26 19:56:31.000000,2023-11-16 16:35:47,16528.0,16.0,359.0,44.0,1606.0,278.0,2951.0,825.0,An open-source application for biological image analysis.,143.0,28,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,672.0,725.0,,,,,,,,3.0,6381.0,2023-08-14 19:14:28.000,1.0,,,,,,,,,,,,,,,, +390,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2023-12-21 00:15:39.000000,2023-12-10 17:08:00,241.0,77.0,78.0,21.0,83.0,35.0,55.0,542.0,pyspark methods to enhance developer productivity.,24.0,28,True,2023-02-17 21:55:30.000,0.10.0,13.0,quinn,,,,['spark'],80.0,74.0,https://pypi.org/project/quinn,875800.0,875800.0,,,,,,,,2.0,9.0,2023-02-17 21:54:00.812,6.0,,,,,,,,,,,,,,,, +391,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,2023-12-22 14:48:19.000000,2023-12-22 14:48:18,792.0,15.0,71.0,25.0,357.0,104.0,225.0,541.0,"Simple, concise geographical visualization in Python.",30.0,28,True,2023-11-01 18:39:43.000,1.11.0,31.0,geoviews,conda-forge/geoviews,,,,841.0,841.0,https://pypi.org/project/geoviews,7114.0,12418.0,https://anaconda.org/conda-forge/geoviews,2023-11-02 09:01:15.038,206858.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +392,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,2023-12-28 13:40:46.000000,2023-12-18 19:04:34,1844.0,191.0,54.0,16.0,1386.0,20.0,201.0,438.0,The MLOps stack component for experiment tracking.,52.0,28,True,2023-12-04 10:58:22.000,1.8.6,120.0,neptune-client,conda-forge/neptune-client,,,,,,https://pypi.org/project/neptune-client,547374.0,552610.0,https://anaconda.org/conda-forge/neptune-client,2023-12-04 13:15:00.892,225176.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +393,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,BSD-3-Clause,2010-05-02 10:00:33.000,2023-12-26 16:13:16.000000,2023-12-26 16:13:16,6706.0,133.0,135.0,36.0,394.0,45.0,134.0,362.0,Neuroimaging in Python FMRI analysis package.,69.0,28,True,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,267.0,216.0,https://pypi.org/project/nipy,3773.0,5149.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106010.0,,,,,3.0,,2023-12-21 16:45:52.000,51.0,,,,,,,,,,,,,,,, +394,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,,1129.0,179.0,213.0,22.0,533.0,8363.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,27,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,233.0,,,,,,,,3.0,8168.0,,,,,,,,,,,,,,,,,, +395,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,352.0,79.0,47.0,231.0,7853.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,677.0,651.0,https://pypi.org/project/pysc2,1472.0,1878.0,,,,,,,,3.0,30911.0,2022-07-13 12:02:04.256,26.0,,,google-deepmind/pysc2,,,,,,,,,,,,, +396,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,,1557.0,625.0,2111.0,453.0,1338.0,6333.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:12:12.000,1.0.5,47.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,1202.0,1202.0,,,,,,,,3.0,2.0,,,,,numenta/nupic-legacy,,,,,,,,,,,,, +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,,1349.0,348.0,14.0,42.0,65.0,6245.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1309.0,1267.0,https://pypi.org/project/snownlp,21082.0,21082.0,,,,,,,,3.0,,2015-09-27 16:35:23.000,42.0,,,,,,,,,,,,,,,, +398,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,2023-01-19 00:37:33.000000,2023-01-19 00:37:33,900.0,,1188.0,154.0,950.0,43.0,782.0,5681.0,Gluon CV Toolkit.,119.0,27,True,2021-03-09 00:20:06.000,0.10.0,10.0,gluoncv,,,,['mxnet'],21.0,21.0,https://pypi.org/project/gluoncv,40366.0,40366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +399,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,951.0,144.0,30.0,46.0,77.0,4150.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,,,,7946.0,7756.0,https://pypi.org/project/vadersentiment,177923.0,178332.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13501.0,,,,,2.0,,2020-05-22 15:07:00.000,190.0,,,,,,,,,,,,,,,, +400,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,283.0,226.0,11.0,356.0,3860.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,573424.0,573855.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20704.0,,,,,3.0,,2022-04-21 20:05:56.000,5.0,,,,,,,,,,,,,,,, +401,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,2023-11-17 21:09:51.000000,2023-11-16 17:34:05,1193.0,4.0,401.0,83.0,54.0,57.0,201.0,3293.0,A library of reinforcement learning components and agents.,84.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],185.0,182.0,https://pypi.org/project/dm-acme,1677.0,1893.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,7995.0,,,,,2.0,,2022-02-10 06:52:27.000,3.0,,,google-deepmind/acme,,,,,,,,,,,,, +402,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,,455.0,83.0,245.0,61.0,154.0,3019.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,True,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,168.0,166.0,https://pypi.org/project/fastnlp,50937.0,50938.0,,,,,,,,2.0,75.0,2022-10-31 14:47:34.183,2.0,,,,,,,,,,,,,,,, +403,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2023-12-18 12:05:47.000000,2023-11-25 05:36:27,4323.0,57.0,551.0,41.0,994.0,185.0,668.0,2995.0,"A unified, comprehensive and efficient recommendation library.",70.0,27,True,2023-11-04 11:23:19.000,1.2.0,10.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2517.0,2634.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4331.0,,,,,3.0,,2023-10-31 12:52:34.000,2.0,,,,,,,,,,,,,,,, +404,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,2023-12-09 00:22:24.000000,2023-12-09 00:22:24,2360.0,65.0,680.0,166.0,60.0,11.0,687.0,2990.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,27,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,,['tensorflow'],,,,,911.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,60098.0,,,,,3.0,4694.0,,,,,,,,,,,,,,,,,, +405,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,650.0,110.0,73.0,88.0,123.0,2926.0,Productivity Tools for Plotly + Pandas.,39.0,27,False,,,,cufflinks,,,,['pandas'],9784.0,9784.0,https://pypi.org/project/cufflinks,76066.0,76066.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +406,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,410.0,64.0,932.0,291.0,745.0,2827.0,StellarGraph - Machine Learning on Graphs.,36.0,27,False,2020-06-30 05:15:21.000,1.2.1,25.0,stellargraph,,,,['tensorflow'],248.0,248.0,https://pypi.org/project/stellargraph,4921.0,4921.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +407,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,9.0,259.0,52.0,19.0,31.0,97.0,2734.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,13.0,sweetviz,conda-forge/sweetviz,,,,1894.0,1894.0,https://pypi.org/project/sweetviz,56876.0,57660.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,26676.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +408,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,2023-09-26 21:01:12.000000,2023-09-26 21:01:10,548.0,,469.0,97.0,43.0,82.0,240.0,2695.0,Learning to Rank in TensorFlow.,33.0,27,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,104295.0,104295.0,,,,,,,,3.0,,2023-08-11 17:56:48.000,13.0,,,,,,,,,,,,,,,, +409,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,2023-12-27 10:07:19.000000,2023-12-27 10:07:15,3503.0,50.0,329.0,154.0,1163.0,20.0,60.0,2669.0,Neural Network Libraries.,73.0,27,True,2023-12-07 00:57:13.000,1.38.0,73.0,nnabla,,,,,,,https://pypi.org/project/nnabla,3033.0,3044.0,,,,,,,,3.0,907.0,,,,,,,,,,,,,,,,,, +410,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2023-12-15 01:37:16.000000,2023-12-01 12:25:37,3438.0,21.0,504.0,110.0,339.0,361.0,663.0,2598.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",79.0,27,False,2015-03-31 16:33:30.000,2.0,6.0,essentia,,,,,551.0,551.0,https://pypi.org/project/essentia,4552.0,4552.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +411,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2023-11-09 09:05:16.000000,2023-11-09 09:05:15,1698.0,2.0,413.0,45.0,350.0,32.0,345.0,2590.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",33.0,27,True,2022-04-02 15:26:45.000,3.3.3,70.0,foolbox,conda-forge/foolbox,,,,558.0,544.0,https://pypi.org/project/foolbox,2149.0,2453.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12476.0,,,,,2.0,,2022-04-02 15:26:45.000,14.0,,,,,,,,,,,,,,,, +412,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,65.0,38.0,96.0,160.0,2162.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,True,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],354.0,330.0,https://pypi.org/project/hyperas,9705.0,9705.0,,,,,,,,2.0,,2019-02-28 09:16:54.000,24.0,,,,,,,,,,,,,,,, +413,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,2023-12-11 14:10:11.000000,2023-12-11 01:57:13,644.0,11.0,227.0,66.0,31.0,55.0,92.0,2156.0,Fast and Easy Infinite Neural Networks in Python.,29.0,27,True,2023-12-11 14:10:12.000,0.6.5,17.0,neural-tangents,,,,,91.0,91.0,https://pypi.org/project/neural-tangents,1619.0,1627.0,,,,,,,,3.0,353.0,,,,,,,,,,,,,,,,,, +414,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,,246.0,92.0,124.0,31.0,230.0,2136.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 22:46:00.000,0.13.0,29.0,textacy,conda-forge/textacy,,,,1624.0,1624.0,https://pypi.org/project/textacy,34262.0,35996.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,137053.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +415,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2023-12-06 14:39:14.000000,2023-08-22 16:20:29,468.0,,312.0,63.0,151.0,7.0,91.0,2076.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2023-08-07 19:46:52.000,3.2.5,21.0,pytextrank,,,,,548.0,548.0,https://pypi.org/project/pytextrank,43719.0,43719.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +416,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,,2021-04-26 00:15:19.000,2023-12-26 18:03:19.000000,2023-12-15 15:51:55,1080.0,33.0,230.0,30.0,403.0,83.0,297.0,2065.0,Scalable and user friendly neural forecasting algorithms.,32.0,27,False,2023-10-05 19:39:43.000,1.6.4,15.0,neuralforecast,conda-forge/neuralforecast,,,,84.0,84.0,https://pypi.org/project/neuralforecast,12529.0,13114.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,12292.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +417,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,2023-12-14 21:45:46.000000,2023-12-14 21:45:38,856.0,20.0,432.0,62.0,319.0,113.0,92.0,1834.0,Library for training machine learning models with privacy for training data.,58.0,27,True,2023-10-11 15:51:39.000,0.8.12,30.0,tensorflow-privacy,,,,['tensorflow'],14.0,,https://pypi.org/project/tensorflow-privacy,17551.0,17553.0,,,,,,,,2.0,128.0,2023-10-11 15:51:39.000,14.0,,,,,,,,,,,,,,,, +418,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2023-12-28 06:46:36.000000,2023-12-28 04:16:10,1654.0,194.0,116.0,29.0,121.0,18.0,20.0,1726.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2023-09-10 04:20:57.000,0.4.168,144.0,labml,,,,,123.0,117.0,https://pypi.org/project/labml,2234.0,2234.0,,,,,,,,3.0,,2023-09-10 04:20:57.000,6.0,,,,,,,,,,,,,,,, +419,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,,238.0,53.0,446.0,3.0,402.0,1706.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,27,False,2021-06-10 09:45:12.000,0.8.0,22.0,farm,conda-forge/farm,,,['pytorch'],215.0,215.0,https://pypi.org/project/farm,1687.0,1786.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3172.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +420,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,,318.0,74.0,742.0,54.0,168.0,1476.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,,,,,411.0,380.0,https://pypi.org/project/chainercv,2478.0,2478.0,,,,,,,,3.0,,2019-06-12 11:55:40.000,31.0,,,,,,,,,,,,,,,, +421,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,2023-12-28 11:19:15.000000,2023-12-21 01:18:38,6224.0,115.0,260.0,47.0,2483.0,307.0,1343.0,1473.0,cuGraph - RAPIDS Graph Analytics Library.,107.0,27,True,2023-12-06 19:21:19.000,23.12.00,33.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,270.0,820.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,17613.0,,,,,2.0,,2020-06-01 20:09:06.000,2.0,,,,,,,,,,,,,,,, +422,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2023-12-28 14:08:29.000000,2023-06-07 07:35:59,3033.0,,118.0,37.0,330.0,11.0,187.0,1410.0,Multi-class confusion matrix library in Python.,17.0,27,True,2023-06-07 14:06:28.000,4.0,43.0,pycm,,,,,261.0,261.0,https://pypi.org/project/pycm,76216.0,76216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +423,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,2023-12-24 09:54:24.000000,2023-12-24 09:54:24,533.0,18.0,390.0,32.0,47.0,12.0,118.0,1327.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,27,False,2023-03-02 15:10:38.000,2.3.1,3.0,minisom,,,,,503.0,503.0,https://pypi.org/project/minisom,28567.0,28567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +424,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,2023-11-29 23:41:32.898000,2023-11-29 13:48:39,684.0,4.0,157.0,24.0,124.0,2.0,128.0,1301.0,"Extensible, parallel implementations of t-SNE.",11.0,27,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,724.0,706.0,https://pypi.org/project/opentsne,31052.0,36838.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,231460.0,,,,,3.0,,2023-11-29 14:45:37.000,18.0,,,,,,,,,,,,,,,, +425,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,2.0,262.0,75.0,481.0,38.0,198.0,1282.0,Underthesea - Vietnamese NLP Toolkit.,18.0,27,False,2023-09-22 23:57:31.000,6.8.0,45.0,underthesea,,,,,887.0,887.0,https://pypi.org/project/underthesea,11419.0,11489.0,,,,,,,,2.0,5602.0,,,,,,,,,,,,,,,,,, +426,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,2023-12-11 14:44:53.000000,2023-12-11 14:44:44,4204.0,4.0,285.0,84.0,640.0,15.0,607.0,1229.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2023-08-01 02:38:24.000,23.07,34.0,pysal,conda-forge/pysal,,,,38.0,,https://pypi.org/project/pysal,20039.0,32913.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,527845.0,,,,,3.0,,2023-08-01 02:39:38.000,38.0,,,,,,,,,,,,,,,, +427,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2023-12-16 09:45:00.000000,2023-12-08 13:02:59,1011.0,14.0,105.0,25.0,114.0,27.0,52.0,1228.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",22.0,27,True,2023-10-05 02:21:28.000,1.4.1,33.0,imodels,,,,,59.0,59.0,https://pypi.org/project/imodels,36680.0,36680.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +428,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,2023-12-22 06:36:32.000000,2023-12-22 06:36:30,1398.0,34.0,253.0,74.0,104.0,21.0,53.0,1222.0,Model analysis tools for TensorFlow.,57.0,27,True,2023-08-14 20:20:00.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/tensorflow-model-analysis,86347.0,86347.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +429,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,,172.0,26.0,36.0,3.0,114.0,1208.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1531.0,1498.0,https://pypi.org/project/fancyimpute,25168.0,25168.0,,,,,,,,2.0,,2021-10-21 17:50:40.000,33.0,,,,,,,,,,,,,,,, +430,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,187.0,41.0,257.0,59.0,211.0,1192.0,Python audio and music signal processing library.,20.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,419.0,386.0,https://pypi.org/project/madmom,2490.0,2490.0,,,,,,,,3.0,,2018-11-14 14:56:22.000,33.0,,,,,,,,,,,,,,,, +431,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2023-12-21 17:09:16.000000,2023-12-21 17:09:15,394.0,16.0,171.0,24.0,30.0,3.0,129.0,1143.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,27,True,,,5.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],471.0,471.0,https://pypi.org/project/prince,105887.0,106245.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17551.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +432,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,2023-12-25 11:24:04.000000,2023-12-25 11:24:04,482.0,23.0,106.0,23.0,320.0,28.0,255.0,1092.0,Extra blocks for scikit-learn pipelines.,62.0,27,True,2023-12-12 20:03:47.000,0.7.0,43.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],135.0,127.0,https://pypi.org/project/scikit-lego,36903.0,37953.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,45171.0,,,,,2.0,,2023-12-12 19:57:11.000,8.0,,,,,,,,,,,,,,,, +433,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,2023-12-21 22:25:30.000000,2023-12-21 22:25:28,1028.0,41.0,203.0,23.0,123.0,24.0,183.0,1021.0,Survival analysis built on top of scikit-learn.,18.0,27,False,2023-10-08 13:11:29.000,0.22.1,27.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],411.0,397.0,https://pypi.org/project/scikit-survival,39583.0,42320.0,https://anaconda.org/conda-forge/scikit-survival,2023-10-20 18:47:48.968,68447.0,,,,,2.0,,2023-10-08 13:11:29.000,14.0,,,,,,,,,,,,,,,, +434,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,9.0,106.0,21.0,103.0,35.0,73.0,1004.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,27,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,1970.0,1952.0,https://pypi.org/project/submitit,271826.0,272654.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,33133.0,,,,,3.0,,2023-11-09 17:23:02.000,18.0,,,,,,,,,,,,,,,, +435,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2023-12-22 13:09:21.000000,2023-12-22 13:08:06,795.0,21.0,110.0,30.0,397.0,64.0,306.0,965.0,BAyesian Model-Building Interface (Bambi) in Python.,35.0,27,True,2023-10-25 02:04:11.000,0.13.0,23.0,bambi,conda-forge/bambi,,,,101.0,101.0,https://pypi.org/project/bambi,17411.0,18193.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,28165.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +436,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2023-12-18 18:31:36.000000,2023-08-01 13:02:51,2070.0,,204.0,42.0,583.0,74.0,431.0,940.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,27,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,46.0,,https://pypi.org/project/smac,53189.0,53734.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18000.0,,,,,2.0,,2023-08-01 13:30:07.000,46.0,,,,,,,,,,,,,,,, +437,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,2023-08-25 16:48:20.000000,2023-04-19 21:43:19,547.0,,169.0,34.0,85.0,88.0,122.0,878.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1405.0,1381.0,https://pypi.org/project/scikit-multilearn,61967.0,61967.0,,,,,,,,2.0,,2018-12-10 16:24:47.000,24.0,,,,,,,,,,,,,,,, +438,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2023-07-26 22:41:29.989000,2023-06-09 22:11:37,1299.0,,149.0,50.0,56.0,21.0,65.0,816.0,Computer Vision in Python.,34.0,27,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1311.0,1183.0,https://pypi.org/project/mahotas,9254.0,18544.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,390180.0,,,,,3.0,,2022-06-28 08:11:26.000,128.0,,,,,,,,,,,,,,,, +439,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2023-12-27 22:37:18.000000,2023-11-29 09:03:49,2598.0,165.0,92.0,10.0,500.0,15.0,91.0,760.0,Time series forecasting with scikit-learn models.,9.0,27,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],235.0,229.0,https://pypi.org/project/skforecast,44369.0,44369.0,,,,,,,,2.0,,2023-11-16 21:34:56.000,6.0,,,,,,,,,,,,,,,, +440,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,,2017-10-15 09:56:16.000,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,1.0,38.0,14.0,69.0,7.0,25.0,205.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,27,False,2023-09-22 06:31:01.000,0.7.11,15.0,blis,conda-forge/cython-blis,,,,37087.0,37087.0,https://pypi.org/project/blis,5860957.0,5913015.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2030271.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +441,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4246.0,1256.0,557.0,755.0,2543.0,17421.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,26,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,2.0,2.0,https://pypi.org/project/cntk,462.0,612.0,,,,,,,,3.0,14322.0,,,,-4.0,,,,,,,,,,,,,, +442,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2023-10-14 18:53:31.974373,2023-10-12 07:20:40,1894.0,1.0,878.0,218.0,453.0,57.0,264.0,14534.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,26,True,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,39111.0,39518.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,14.0,21605.0,3.0,,2021-06-06 17:15:00.281,,,,,,,,,,,,,,,,, +443,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2023-12-07 17:31:04.000000,2023-11-15 06:26:56,1617.0,3.0,808.0,148.0,1561.0,114.0,125.0,7837.0,Trax Deep Learning with Clear Code and Speed.,79.0,26,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,134.0,133.0,https://pypi.org/project/trax,3215.0,3215.0,,,,,,,,3.0,,2021-10-26 20:29:00.538,1.0,,,,,,,,,,,,,,,, +444,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5765.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,,,,,121.0,118.0,https://pypi.org/project/mmdnn,276.0,326.0,,,,,,,,2.0,3713.0,2020-07-24 06:34:39.000,3.0,,,,,,,,,,,,,,,, +445,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,1.0,1146.0,212.0,91.0,182.0,120.0,5538.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,26,True,,,,pyAudioAnalysis,,,,,416.0,416.0,https://pypi.org/project/pyAudioAnalysis,9523.0,9523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +446,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,584.0,140.0,31.0,58.0,54.0,5489.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,1.0,flashtext,conda-forge/flashtext,,,,1457.0,1457.0,https://pypi.org/project/flashtext,1039817.0,1040259.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18149.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +447,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2023-12-05 20:52:12.000000,2023-11-08 00:58:38,213.0,4.0,293.0,66.0,179.0,22.0,54.0,4852.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,99.0,95.0,https://pypi.org/project/augly,1649.0,1649.0,,,,,,,,3.0,,2023-12-05 20:52:12.000,4.0,,,,,,,,,,,,,,,, +448,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,2023-11-05 23:29:16.000000,2023-10-05 16:17:35,6152.0,1.0,513.0,154.0,1902.0,296.0,1326.0,4308.0,ArrayFire: a general purpose GPU library.,88.0,26,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,7.0,,https://pypi.org/project/arrayfire,844.0,893.0,,,,,,,,3.0,5046.0,2022-02-22 21:42:15.000,7.0,,,,,,,,,,,,,,,, +449,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,103.0,617.0,89.0,606.0,4132.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],85.0,,https://pypi.org/project/yellowbrick,408774.0,410602.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,73143.0,,,,,2.0,,2022-08-21 16:11:55.287,85.0,,,,,,,,,,,,,,,, +450,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2023-12-11 06:21:04.000000,2023-05-06 14:09:10,264.0,,415.0,41.0,51.0,73.0,174.0,3977.0,An Open-Source Framework for Prompt-Learning.,22.0,26,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,96.0,94.0,https://pypi.org/project/openprompt,1517.0,1517.0,,,,,,,,3.0,,2022-07-06 14:27:42.000,2.0,,,,,,,,,,,,,,,, +451,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,2023-11-02 03:20:32.000000,2023-11-02 03:20:28,249.0,1.0,801.0,52.0,50.0,61.0,106.0,3918.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,26,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1465.0,1446.0,https://pypi.org/project/facenet-pytorch,36303.0,51511.0,,,,,,,,3.0,745226.0,2021-03-10 01:00:20.000,19.0,,,,,,,,,,,,,,,, +452,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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,146.0,237.0,35.0,631.0,3266.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],433.0,431.0,https://pypi.org/project/tensorforce,677.0,677.0,,,,,,,,2.0,,2021-08-30 20:13:45.000,2.0,,,,,,,,,,,,,,,, +453,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,2023-12-20 21:10:00.000000,2023-11-08 16:40:21,1347.0,5.0,336.0,71.0,1244.0,91.0,77.0,3261.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,34.0,26,True,2023-11-08 16:44:23.000,1.0.2,11.0,lit-nlp,conda-forge/lit-nlp,,,,26.0,25.0,https://pypi.org/project/lit-nlp,2983.0,4680.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,66203.0,,,,,2.0,,2023-11-08 16:44:23.000,1.0,,,,,,,,,,,,,,,, +454,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,1.0,1018.0,218.0,3649.0,415.0,1111.0,2985.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,,,,,,,1678.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,128588.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1502.0,3.0,,,,,,,,,,,,shogun,,,,,,, +455,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,2023-06-16 16:09:06.563000,2020-04-27 18:40:41,522.0,,1007.0,167.0,214.0,42.0,146.0,2936.0,Performance analysis of predictive (alpha) stock factors.,25.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,685.0,667.0,https://pypi.org/project/alphalens,2571.0,2859.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20164.0,,,,,3.0,,2020-04-27 21:03:10.000,18.0,,,,,,,,,,,,,,,, +456,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,216.0,48.0,481.0,45.0,70.0,2670.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,197.0,194.0,https://pypi.org/project/m2cgen,15967.0,15968.0,,,,,,,,2.0,61.0,2022-04-26 01:24:34.000,3.0,,,,,,,,,,,,,,,, +457,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,,217.0,66.0,42.0,17.0,23.0,2658.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,,,,856.0,851.0,https://pypi.org/project/knockknock,100211.0,100494.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14163.0,,,,,3.0,,2020-03-16 14:30:23.000,5.0,,,,,,,,,,,,,,,, +458,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2023-11-17 18:46:16.000000,2022-09-28 17:12:28,249.0,,269.0,27.0,316.0,74.0,37.0,2340.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,26,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],773.0,772.0,https://pypi.org/project/lazypredict,16558.0,16654.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2692.0,,,,,2.0,,2022-09-28 08:51:19.531,1.0,,,,,,,,,,,,,,,, +459,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2023-06-01 22:20:25.000000,2023-06-01 22:10:29,1131.0,,330.0,44.0,57.0,65.0,201.0,2308.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,26,True,2023-06-01 22:20:25.000,1.3,4.0,spektral,,,,['tensorflow'],254.0,254.0,https://pypi.org/project/spektral,6704.0,6704.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +460,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,2023-12-11 01:22:43.000000,2023-11-21 19:33:43,419.0,5.0,780.0,93.0,265.0,165.0,93.0,2224.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",70.0,26,True,2022-09-03 03:41:16.000,0.5.0,10.0,aif360,conda-forge/aif360,,,,357.0,343.0,https://pypi.org/project/aif360,7666.0,7864.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,7753.0,,,,,2.0,,2022-09-03 03:40:40.010,14.0,,,,,,,,,,,,,,,, +461,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,2023-12-23 18:42:42.000000,2023-12-13 20:22:10,77.0,25.0,305.0,28.0,276.0,45.0,301.0,2223.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,5.0,26,True,2023-11-24 10:10:50.000,0.1.0,19.0,adapter-transformers,,,,['huggingface'],19.0,12.0,https://pypi.org/project/adapter-transformers,23433.0,23433.0,,,,,,,,3.0,,2023-12-16 14:14:02.000,7.0,,,adapter-hub/adapters,,,,,,,,,,,,, +462,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,487.0,40.0,24.0,66.0,38.0,2078.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,26,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4516.0,4465.0,https://pypi.org/project/mtcnn,53302.0,53539.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,10908.0,,,,,3.0,,2021-07-09 11:16:39.000,51.0,,,,,,,,,,,,,,,, +463,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,2023-06-16 19:23:39.686000,2021-07-16 09:03:20,66.0,,463.0,39.0,42.0,64.0,58.0,2046.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'],1896.0,1882.0,https://pypi.org/project/efficientnet,61597.0,66209.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,471.0,,,,,3.0,253016.0,2020-09-15 16:26:00.000,14.0,,,,,,,,,,,,,,,, +464,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,1.0,275.0,41.0,495.0,172.0,151.0,1706.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,151.0,143.0,https://pypi.org/project/petastorm,27215.0,27221.0,,,,,,,,3.0,433.0,2023-02-03 00:33:00.499,8.0,,,,,,,,,,,,,,,, +465,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,,155.0,25.0,81.0,42.0,34.0,1625.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,535.0,516.0,https://pypi.org/project/pyts,98845.0,99691.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22007.0,,,,,3.0,,2021-10-31 13:51:09.000,19.0,,,,,,,,,,,,,,,, +466,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,2023-12-27 21:46:27.000000,2023-12-21 03:11:36,773.0,101.0,251.0,46.0,598.0,35.0,63.0,1584.0,A lightweight library for PyTorch training tools and utilities.,108.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,5929.0,5929.0,,,,,,,,3.0,,2018-07-29 23:16:03.000,38.0,,,,,,,,,,,,,,,, +467,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,379.0,89.0,120.0,1550.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],49.0,47.0,https://pypi.org/project/pgl,939.0,939.0,,,,,,,,2.0,,2023-09-26 07:49:38.000,2.0,,,,,,,,,,,,,,,, +468,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,1.0,244.0,50.0,312.0,95.0,16.0,1491.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,26,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],907.0,877.0,https://pypi.org/project/mesh-tensorflow,24942.0,24942.0,,,,,,,,3.0,,2022-05-15 21:06:13.000,30.0,,,,,,,,,,,,,,,, +469,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2023-10-10 21:15:24.000000,2023-10-10 21:15:24,946.0,1.0,558.0,107.0,280.0,12.0,300.0,1467.0,Execute Python code on the fly and display results in Tableau visualizations:.,49.0,26,True,2023-06-28 20:49:21.000,2.9.0,20.0,tabpy,anaconda/tabpy-client,,,,146.0,146.0,https://pypi.org/project/tabpy,12174.0,12229.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4456.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +470,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,,258.0,49.0,87.0,22.0,188.0,1460.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,26,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],502.0,486.0,https://pypi.org/project/gplearn,6319.0,6471.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6397.0,,,,,3.0,,2022-05-03 10:47:30.000,16.0,,,,,,,,,,,,,,,, +471,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1202.0,Real-time stream processing for python.,48.0,26,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,477.0,437.0,https://pypi.org/project/streamz,21383.0,31329.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,745953.0,,,,,3.0,,2022-07-27 18:09:03.803,40.0,,,,,,,,,,,,,,,, +472,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,2023-09-25 14:05:54.000000,2023-07-30 07:05:58,66.0,,287.0,57.0,62.0,12.0,108.0,1199.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,9.0,26,True,2023-07-30 07:07:37.000,0.6.2,24.0,stockstats,,,,,998.0,969.0,https://pypi.org/project/stockstats,9449.0,9449.0,,,,,,,,3.0,,2023-07-30 07:07:37.000,29.0,,,,,,,,,,,,,,,, +473,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2023-12-21 07:09:20.000000,2023-12-21 06:53:29,1971.0,218.0,78.0,18.0,708.0,65.0,172.0,1011.0,"MetricFlow allows you to define, build, and maintain metrics in code.",42.0,26,False,2023-11-15 23:21:15.000,0.203.1,70.0,metricflow,,,,,15.0,12.0,https://pypi.org/project/metricflow,20277.0,20277.0,,,,,,,,3.0,,2023-12-21 07:09:20.000,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,, +474,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,2023-12-25 18:47:30.000000,2023-12-19 20:54:46,1851.0,97.0,364.0,56.0,469.0,156.0,250.0,996.0,Machine learning on FPGAs using HLS.,58.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,968.0,1150.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7112.0,,,,,2.0,,2023-12-19 21:00:58.000,,,,,,,,,,,,,,,,, +475,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,2023-11-08 21:55:22.000000,2023-11-08 21:55:22,1142.0,2.0,218.0,62.0,245.0,20.0,346.0,941.0,Search and download Copernicus Sentinel satellite images.,43.0,26,False,2023-03-10 17:50:22.000,1.2.1,13.0,sentinelsat,conda-forge/sentinelsat,,,,521.0,521.0,https://pypi.org/project/sentinelsat,18026.0,18754.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,27558.0,,,,,3.0,262.0,,,,,,,,,,,,,,,,,, +476,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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,911.0,A Jupyter - Three.js bridge.,30.0,26,True,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],97.0,28.0,https://pypi.org/project/pythreejs,49856.0,58708.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,517964.0,,,,,3.0,,2023-02-20 00:24:01.104,58.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,3161.0,2023-02-20 00:16:17.277,11.0,,,,,,,, +477,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2023-12-28 08:22:55.000000,2023-12-27 13:04:55,1438.0,195.0,53.0,13.0,358.0,15.0,424.0,891.0,"dstack simplifies training, fine-tuning, and deploying generative AI models on any cloud. Discord:..",14.0,26,True,2023-12-22 17:06:30.000,0.13.0,161.0,dstack,,,,,13.0,13.0,https://pypi.org/project/dstack,1290.0,1290.0,,,,,,,,3.0,,2023-12-21 16:53:14.000,,,3.0,,,,,,,,,,,,,, +478,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,2023-12-26 10:40:57.000000,2023-12-02 20:15:20,764.0,10.0,55.0,13.0,121.0,39.0,108.0,871.0,Visualize large time series data with plotly.py.,11.0,26,True,2023-07-13 11:26:44.000,0.9.1,20.0,plotly-resampler,conda-forge/plotly-resampler,,,,768.0,768.0,https://pypi.org/project/plotly-resampler,360138.0,361556.0,https://anaconda.org/conda-forge/plotly-resampler,2023-12-08 19:11:32.078,32629.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +479,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,2023-12-18 23:34:49.000000,2023-12-18 23:34:48,832.0,24.0,117.0,29.0,85.0,29.0,75.0,574.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2023-08-10 00:18:33.000,1.14.0,37.0,ml-metadata,,,,,370.0,370.0,https://pypi.org/project/ml-metadata,58038.0,58075.0,,,,,,,,3.0,2119.0,,,,,,,,,,,,,,,,,, +480,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,2023-12-22 18:17:35.000000,2023-08-23 17:20:54,1241.0,,151.0,19.0,692.0,25.0,208.0,472.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:50:41.000,0.9.4,14.0,earthpy,conda-forge/earthpy,,,,271.0,271.0,https://pypi.org/project/earthpy,5012.0,6278.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,70944.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +481,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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,210.0,22.0,17.0,45.0,23.0,423.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7544.0,7261.0,https://pypi.org/project/sklearn-crfsuite,269521.0,270422.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39673.0,,,,,3.0,,2017-06-22 18:49:27.000,283.0,,,,,,,,,,,,,,,, +482,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,2023-12-28 14:03:13.000000,2023-12-15 13:47:36,11578.0,25.0,1521.0,142.0,3513.0,797.0,1038.0,5339.0,An Industrial Grade Federated Learning Framework.,95.0,25,True,2023-11-17 15:24:31.000,1.11.4,47.0,ETAF,,,,,,,https://pypi.org/project/ETAF,,,,,,,,,,3.0,,2020-05-06 09:35:40.000,,,,,,,,,,,,,,,,, +483,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,844.0,123.0,63.0,119.0,74.0,4991.0,Image augmentation library in Python for machine learning.,23.0,25,True,,,,Augmentor,,,,,682.0,682.0,https://pypi.org/project/Augmentor,9473.0,9473.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +484,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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,427.0,60.0,90.0,30.0,88.0,4806.0,Finding duplicate images made easy!.,15.0,25,True,2023-04-28 17:26:08.000,0.3.2,8.0,imagededup,,,,['tensorflow'],80.0,80.0,https://pypi.org/project/imagededup,12519.0,12519.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +485,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,2023-12-27 10:01:33.000000,2023-12-19 15:23:45,3395.0,130.0,599.0,93.0,3745.0,291.0,1251.0,4740.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,88.0,25,True,2023-11-29 17:06:56.000,1.32.0,72.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +486,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,,610.0,159.0,130.0,76.0,101.0,4591.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 15:59:35.000,0.3.10,15.0,lucid,,,,['tensorflow'],755.0,755.0,https://pypi.org/project/lucid,658.0,658.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +487,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,2023-06-16 19:25:40.006000,2022-08-23 22:54:23,1046.0,,982.0,238.0,214.0,51.0,200.0,4315.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,51.0,50.0,https://pypi.org/project/tensortrade,531.0,631.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3229.0,,,,,3.0,,2021-05-10 18:00:35.000,1.0,,,,,,,,,,,,,,,, +488,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,,1370.0,350.0,59.0,51.0,,4218.0,Python Algorithmic Trading Library.,11.0,25,True,,,8.0,pyalgotrade,,,,,201.0,180.0,https://pypi.org/project/pyalgotrade,763.0,763.0,,,,,,,,3.0,,2018-08-21 01:48:25.000,21.0,,,,,,,,,,,,,,,, +489,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,2023-08-21 13:36:56.000000,2021-05-10 18:34:53,57.0,,406.0,39.0,55.0,100.0,43.0,3905.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,25,False,,,,torchsummary,,,,['pytorch'],12103.0,12103.0,https://pypi.org/project/torchsummary,138642.0,138642.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +490,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,2023-10-12 09:43:46.000000,2023-10-12 08:57:51,209.0,1.0,304.0,85.0,92.0,43.0,32.0,3425.0,Python library that makes it easy for data scientists to create charts.,25.0,25,True,2023-10-12 09:01:22.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,73.0,73.0,https://pypi.org/project/chartify,3993.0,4472.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29233.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +491,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2023-12-26 01:12:27.000000,2023-12-03 23:06:04,449.0,2.0,268.0,46.0,442.0,57.0,246.0,3260.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,39.0,25,True,2023-07-12 16:55:59.000,0.4.9,22.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,3.0,,https://pypi.org/project/hummingbird-ml,9466.0,10604.0,https://anaconda.org/conda-forge/hummingbird-ml,2023-07-12 18:59:37.482,37300.0,,,,,3.0,358.0,2020-06-10 22:08:15.000,3.0,,,,,,,,,,,,,,,, +492,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,,510.0,110.0,73.0,185.0,115.0,3077.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,,,,,125.0,125.0,https://pypi.org/project/xlearn,1970.0,2034.0,,,,,,,,3.0,4470.0,,,,,,,,,,,,,,,,,, +493,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,,679.0,72.0,25.0,117.0,101.0,2973.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'],2893.0,2864.0,https://pypi.org/project/keras-vis,1337.0,1337.0,,,,,,,,3.0,,2017-07-06 05:11:22.255,29.0,,,,,,,,,,,,,,,, +494,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,2023-12-05 02:50:26.000000,2023-12-04 04:34:26,1573.0,7.0,250.0,46.0,2014.0,7.0,643.0,2908.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,34.0,25,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2815.0,2923.0,,,,,,,,3.0,2614.0,2023-12-04 07:25:10.000,,,,,,,,,,,,,,,,, +495,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,,469.0,99.0,49.0,59.0,253.0,2771.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,,,,701.0,677.0,https://pypi.org/project/neuralcoref,2804.0,3139.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,14935.0,,,,,3.0,859.0,2019-04-08 09:56:00.000,24.0,,,,,,,,,,,,,,,, +496,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2023-12-09 22:16:59.000000,2023-07-19 07:40:10,212.0,,135.0,30.0,199.0,18.0,73.0,2635.0,HiPlot makes understanding high dimensional data easy.,9.0,25,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,380.0,365.0,https://pypi.org/project/hiplot,24956.0,28694.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,171985.0,,,,,3.0,,2022-07-05 08:51:12.000,15.0,,,,,,,,,,,,,,,, +497,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,,710.0,167.0,94.0,134.0,358.0,2452.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,81.0,81.0,,,,,,,,3.0,,2018-11-11 16:46:28.000,2.0,,,,,,,,,,,,,,,, +498,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,2023-12-28 07:56:34.000000,2023-07-23 14:42:27,191.0,,445.0,38.0,238.0,16.0,276.0,2379.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,25,True,2023-07-23 13:34:05.000,4.1.0,17.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],,,https://pypi.org/project/pytorch-tabnet,33524.0,33773.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,5977.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +499,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,2023-12-28 14:21:46.000000,2023-07-01 21:40:58,1936.0,,324.0,40.0,85.0,19.0,157.0,2360.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],4.0,,https://pypi.org/project/torch-geometric-temporal,3035.0,3035.0,,,,,,,,2.0,,2022-09-04 16:10:00.738,4.0,,,,,,,,,,,,,,,, +500,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,,603.0,90.0,29.0,23.0,52.0,2302.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,,,,,661.0,481.0,https://pypi.org/project/python_speech_features,120564.0,120564.0,,,,,,,,3.0,,2017-08-16 01:46:13.000,180.0,,,,,,,,,,,,,,,, +501,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,2.0,300.0,28.0,695.0,49.0,150.0,2302.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,25,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,75.0,74.0,https://pypi.org/project/promptsource,3131.0,3131.0,,,,,,,,3.0,,2022-04-18 22:31:03.000,1.0,,,,,,,,,,,,,,,, +502,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2023-10-15 09:57:16.000000,2023-05-15 21:21:45,660.0,,223.0,39.0,136.0,6.0,129.0,2216.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,24.0,25,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,148.0,145.0,https://pypi.org/project/norfair,4932.0,4939.0,,,,,,,,3.0,295.0,2022-05-30 21:14:58.000,3.0,,,,,,,,,,,,,,,, +503,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,2023-12-27 00:46:01.000000,2023-10-16 16:49:59,532.0,8.0,195.0,40.0,115.0,62.0,125.0,2076.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,25.0,25,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,8536.0,8536.0,,,,,,,,3.0,,2023-12-27 00:46:01.000,,,,,,,,,,,,,,,,, +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,,243.0,71.0,21.0,93.0,66.0,2073.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,,,,,274.0,257.0,https://pypi.org/project/pyflux,27231.0,27231.0,,,,,,,,3.0,,2017-11-21 16:27:06.000,17.0,,,,,,,,,,,,,,,, +505,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2023-12-20 18:18:16.000000,2023-07-11 07:11:36,210.0,,234.0,46.0,87.0,18.0,115.0,2055.0,A Python library that helps data scientists to infer causation rather than observing correlation.,35.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",108.0,105.0,https://pypi.org/project/causalnex,2834.0,2834.0,,,,,,,,3.0,,2023-06-22 13:11:59.629,3.0,,,mckinsey/causalnex,,,,,,,,,,,,, +506,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2023-07-12 18:18:40.000000,2023-07-12 18:14:01,1515.0,,240.0,67.0,58.0,30.0,186.0,2041.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,20.0,25,True,2023-07-12 18:26:08.000,2.0.1,13.0,ampligraph,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/ampligraph,723.0,723.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +507,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2023-10-27 06:59:13.000000,2023-09-26 17:27:56,255.0,,197.0,29.0,64.0,35.0,83.0,1962.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],304.0,297.0,https://pypi.org/project/checklist,3417.0,3608.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6696.0,,,,,3.0,,2021-05-24 16:45:59.000,7.0,,,,,,,,,,,,,,,, +508,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,158.0,61.0,66.0,65.0,129.0,1794.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,352.0,352.0,https://pypi.org/project/hypertools,613.0,613.0,,,,,,,,3.0,30.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,,299.0,56.0,1313.0,233.0,810.0,1770.0,A toolkit for reproducible reinforcement learning research.,79.0,25,True,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],99.0,97.0,https://pypi.org/project/garage,715.0,715.0,,,,,,,,3.0,,2021-03-23 22:18:36.000,2.0,,,,,,,,,,,,,,,, +510,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,2023-12-05 17:37:33.000000,2023-12-04 14:09:45,571.0,4.0,119.0,54.0,447.0,60.0,102.0,1738.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,91.0,84.0,https://pypi.org/project/hivemind,5261.0,5261.0,,,,,,,,3.0,,2023-08-31 20:07:10.000,7.0,,,,,,,,,,,,,,,, +511,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,2023-09-20 03:33:51.000000,2023-08-22 14:21:42,580.0,,302.0,54.0,115.0,54.0,30.0,1459.0,Interpretability and explainability of data and machine learning models.,41.0,25,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,87.0,86.0,https://pypi.org/project/aix360,1668.0,1668.0,,,,,,,,3.0,,2023-07-31 18:54:38.000,1.0,,,,,,,,,,,,,,,, +512,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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,2.0,322.0,49.0,43.0,94.0,,1286.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'],388.0,380.0,https://pypi.org/project/keras-ocr,25278.0,44537.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,299.0,,,,,3.0,750821.0,2023-11-06 16:35:44.000,8.0,,,,,,,,,,,,,,,, +513,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,,141.0,29.0,63.0,7.0,70.0,1274.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'],1313.0,1300.0,https://pypi.org/project/livelossplot,18877.0,18877.0,,,,,,,,3.0,,2022-04-04 16:14:08.000,13.0,,,,,,,,,,,,,,,, +514,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,2.0,233.0,37.0,68.0,52.0,205.0,1190.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,25,True,2023-10-12 14:58:48.000,2.1.2,6.0,innvestigate,,,,['tensorflow'],114.0,114.0,https://pypi.org/project/innvestigate,760.0,765.0,,,,,,,,3.0,87.0,,,,,,,,,,,,,,,,,, +515,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,202.0,54.0,460.0,143.0,293.0,1171.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'],73.0,64.0,https://pypi.org/project/tf-encrypted,779.0,779.0,,,,,,,,3.0,,2022-11-16 09:12:55.841,9.0,,,,,,,,,,,,,,,, +516,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,2.0,81.0,33.0,109.0,12.0,18.0,1136.0,,21.0,25,False,2023-06-29 15:03:07.000,0.1.6,7.0,rlax,,,,['jax'],193.0,193.0,https://pypi.org/project/rlax,1123181.0,1123181.0,,,,,,,,3.0,,,,,,google-deepmind/rlax,,,,,,,,,,,,, +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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,974.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],405.0,402.0,https://pypi.org/project/neural-structured-learning,14844.0,14844.0,,,,,,,,3.0,,2022-07-29 21:05:16.715,3.0,,,,,,,,,,,,,,,, +518,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,2023-11-06 22:17:29.000000,2023-11-06 22:11:24,461.0,12.0,78.0,26.0,160.0,51.0,62.0,748.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,25,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],49.0,45.0,https://pypi.org/project/objax,1470.0,1470.0,,,,,,,,3.0,,2023-11-06 22:03:10.000,4.0,,,,,,,,,,,,,,,, +519,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2023-11-30 08:29:05.000000,2023-10-26 19:25:33,460.0,7.0,101.0,23.0,86.0,15.0,94.0,639.0,"Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave and AIFF files with python 2..",26.0,25,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,111.0,,https://pypi.org/project/tinytag,22574.0,22574.0,,,,,,,,3.0,,2023-10-26 19:30:36.000,111.0,,,,,,,,,,,,,,,, +520,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,12.0,67.0,26.0,433.0,10.0,237.0,631.0,torchbearer: A model fitting library for PyTorch.,14.0,25,True,2023-12-01 18:41:20.000,0.5.5,26.0,torchbearer,,,,['pytorch'],85.0,85.0,https://pypi.org/project/torchbearer,1228.0,1228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +521,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,2023-12-10 19:24:11.000000,2023-12-10 19:24:06,3708.0,15.0,67.0,47.0,350.0,21.0,388.0,550.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2023-11-14 15:08:13.000,4.0.1,69.0,skll,conda-forge/skll,,,['sklearn'],58.0,40.0,https://pypi.org/project/skll,336.0,839.0,https://anaconda.org/conda-forge/skll,2023-11-15 00:08:06.079,12595.0,,,,,3.0,13.0,2023-11-14 15:04:40.000,18.0,,,,,,,,,,,,,,,, +522,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,2023-12-15 16:39:06.000000,2023-12-15 16:39:06,519.0,5.0,150.0,31.0,172.0,8.0,97.0,539.0,Machine learning for multivariate data analysis through the Riemannian geometry of symmetric or Hermitian positive..,28.0,25,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],317.0,298.0,https://pypi.org/project/pyriemann,23644.0,23911.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,4809.0,,,,,3.0,,2022-07-17 13:53:18.565,19.0,,,,,,,,,,,,,,,, +523,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,2023-11-26 01:06:29.000000,2023-11-26 01:06:21,757.0,20.0,81.0,13.0,30.0,9.0,46.0,351.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2023-03-05 05:35:05.094,3.0.1,57.0,pymap3d,conda-forge/pymap3d,,,,359.0,336.0,https://pypi.org/project/pymap3d,67848.0,69309.0,https://anaconda.org/conda-forge/pymap3d,2023-06-16 19:18:14.535,65756.0,,,,,3.0,,2023-03-05 05:35:05.094,23.0,,,,,,,,,,,,,,,, +524,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,2023-12-20 16:14:39.221000,2023-12-13 18:28:10,521.0,9.0,37.0,5.0,12.0,5.0,47.0,308.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,13.0,25,True,2023-12-19 14:22:21.000,0.8.1,24.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],592.0,563.0,https://pypi.org/project/scikit-posthocs,76908.0,100742.0,https://anaconda.org/conda-forge/scikit-posthocs,2023-12-20 16:14:39.221,905727.0,,,,,3.0,39.0,2023-12-19 14:22:21.000,29.0,,,,,,,,,,,,,,,, +525,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2023-12-28 08:21:09.000000,2023-12-28 08:21:09,517.0,14.0,54.0,40.0,265.0,17.0,59.0,296.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",37.0,25,False,2023-11-21 05:30:42.000,1.2.5,72.0,gokart,,,,,79.0,74.0,https://pypi.org/project/gokart,3595.0,3595.0,,,,,,,,3.0,,2023-11-21 05:30:42.000,5.0,,,,,,,,,,,,,,,, +526,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,14.0,49.0,14.0,712.0,217.0,203.0,274.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,25,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,105.0,97.0,https://pypi.org/project/orion,1511.0,1511.0,,,,,,,,2.0,,2022-08-22 17:10:40.826,8.0,,,,,,,,,,,,,,,, +527,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2023-11-30 16:50:36.000000,2023-11-30 16:45:02,1094.0,4.0,878.0,117.0,674.0,109.0,542.0,5346.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,24,True,2019-08-26 19:04:21.000,0.3.1,2.0,mmf,,,,['pytorch'],15.0,15.0,https://pypi.org/project/mmf,207.0,207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +528,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,138.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'],1120.0,1104.0,https://pypi.org/project/textgenrnn,890.0,903.0,,,,,,,,3.0,888.0,2020-02-02 21:16:15.000,16.0,,,,,,,,,,,,,,,, +529,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2023-12-22 01:24:33.000000,2023-12-05 18:31:50,1553.0,47.0,821.0,146.0,1453.0,326.0,398.0,4892.0,Simple and Distributed Machine Learning.,115.0,24,True,2023-11-27 21:27:39.000,1.0.2,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,,,,,,,,,,3.0,,2020-03-18 01:27:31.000,,,,,,,,,,,,,,,,, +530,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,2023-12-26 10:14:09.000000,2023-11-19 13:26:15,334.0,6.0,925.0,46.0,32.0,62.0,112.0,4650.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,24,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],176.0,168.0,https://pypi.org/project/scikit-opt,2190.0,2190.0,,,,,,,,3.0,,2022-01-14 08:49:08.000,8.0,,,,,,,,,,,,,,,, +531,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,,715.0,66.0,247.0,124.0,823.0,3960.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,,,,,35.0,,https://pypi.org/project/stable-baselines,5201.0,5201.0,,,,,,,,3.0,,2021-04-06 12:38:10.521,35.0,,,,,,,,,,,,,,,, +532,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,175.0,50.0,65.0,49.0,3477.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'],59.0,56.0,https://pypi.org/project/adanet,69.0,69.0,,,,,,,,2.0,,2020-07-09 21:03:28.000,3.0,,,,,,,,,,,,,,,, +533,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2023-10-30 16:50:13.000000,2023-10-30 16:34:46,179.0,1.0,364.0,163.0,82.0,71.0,99.0,3066.0,A deep learning library for video understanding research.,55.0,24,True,2021-09-10 17:02:20.000,0.1.3,2.0,pytorchvideo,,,,['pytorch'],,,https://pypi.org/project/pytorchvideo,159825.0,159825.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +534,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2023-06-30 21:16:15.000000,2023-06-30 21:16:10,470.0,,308.0,66.0,315.0,42.0,124.0,2681.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'],49.0,48.0,https://pypi.org/project/ddsp,1946.0,2293.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14576.0,,,,,3.0,,2022-05-25 17:42:19.000,1.0,,,,,,,,,,,,,,,, +535,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,2023-11-02 03:31:23.000000,2023-11-02 03:13:52,1297.0,1.0,314.0,93.0,2156.0,206.0,982.0,2663.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",52.0,24,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,1.0,,https://pypi.org/project/pymars,25842.0,25842.0,,,,,,,,3.0,,2022-06-12 11:43:21.000,1.0,,,,,,,,,,,,,,,, +536,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,328.0,80.0,55.0,154.0,68.0,2223.0,Multilingual text (NLP) processing toolkit.,26.0,24,False,,,,polyglot,,,,,1155.0,1155.0,https://pypi.org/project/polyglot,56697.0,56697.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +537,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,,257.0,57.0,56.0,19.0,50.0,2204.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],634.0,615.0,https://pypi.org/project/pytorch-nlp,6750.0,6750.0,,,,,,,,3.0,,2019-11-04 04:35:18.000,19.0,,,,,,,,,,,,,,,, +538,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,295.0,66.0,14.0,26.0,46.0,2190.0,Stand-alone language identification system.,9.0,24,False,,,,langid,,,,,9339.0,9339.0,https://pypi.org/project/langid,305737.0,305737.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +539,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2023-09-05 06:09:07.000000,2023-09-05 06:09:05,385.0,,280.0,56.0,14.0,21.0,78.0,2176.0,Beautiful visualizations of how language differs among document types.,14.0,24,True,2017-03-13 05:31:21.000,0.0.2.4.4,18.0,scattertext,conda-forge/scattertext,,,,479.0,479.0,https://pypi.org/project/scattertext,10502.0,11627.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,85523.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +540,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,2023-11-23 02:40:40.000000,2023-06-01 12:18:23,739.0,,356.0,43.0,43.0,96.0,56.0,2075.0,A modular active learning framework for Python.,20.0,24,True,,,13.0,modAL,,,,['sklearn'],26.0,26.0,https://pypi.org/project/modAL,126768.0,126768.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,, +541,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,2023-11-15 21:03:09.000000,2023-07-01 21:39:32,2288.0,,229.0,37.0,37.0,9.0,109.0,2025.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,17.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,218.0,214.0,https://pypi.org/project/karateclub,3739.0,4271.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,21823.0,,,,,2.0,,2022-10-22 16:17:27.886,4.0,,,,,,,,,,,,,,,, +542,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2023-12-26 03:01:15.000000,2023-09-26 02:48:50,872.0,,128.0,33.0,408.0,57.0,334.0,1766.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,18.0,24,True,2023-01-29 22:05:17.000,1.1.4.2,23.0,orbit-ml,,,,,43.0,42.0,https://pypi.org/project/orbit-ml,29531.0,29531.0,,,,,,,,3.0,,2023-01-29 22:06:26.764,1.0,,,,,,,,,,,,,,,, +543,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1600.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,24,False,2022-05-28 10:07:13.000,1.3,15.0,talos,,,,['tensorflow'],168.0,168.0,https://pypi.org/project/talos,969.0,969.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +544,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,238.0,50.0,48.0,22.0,91.0,1566.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,324.0,310.0,https://pypi.org/project/sense2vec,1766.0,3884.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35461.0,,,,,3.0,60938.0,2021-04-19 07:05:28.000,14.0,,,,,,,,,,,,,,,, +545,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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,1.0,,1528.0,Feature engineering package with sklearn like functionality.,38.0,24,True,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,94.0,,https://pypi.org/project/feature_engine,129581.0,130659.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,43152.0,,,,,3.0,,2023-09-18 14:50:58.000,94.0,,,,,,,,,,,,,,,, +546,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2023-11-18 16:28:54.000000,2023-10-07 11:26:54,2816.0,4.0,169.0,26.0,660.0,87.0,432.0,1423.0,A Python library for learning and evaluating knowledge graph embeddings.,36.0,24,True,2023-02-22 18:28:28.000,1.10.1,19.0,pykeen,,,,,,,https://pypi.org/project/pykeen,4333.0,4337.0,,,,,,,,2.0,176.0,,,,,,,,,,,,,,,,,, +547,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,91.0,165.0,103.0,224.0,1349.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],43.0,42.0,https://pypi.org/project/niftynet,115.0,115.0,,,,,,,,3.0,,2019-10-10 10:59:33.000,1.0,,,,,,,,,,,,,,,, +548,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2023-09-27 15:14:50.000000,2023-09-27 15:14:33,667.0,,159.0,47.0,161.0,19.0,378.0,1285.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,24,False,2022-09-10 12:32:33.000,python-v1.5.0,6.0,dalex,conda-forge/dalex,,,,144.0,144.0,https://pypi.org/project/dalex,16182.0,16505.0,https://anaconda.org/conda-forge/dalex,2023-06-16 19:24:13.607,11312.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +549,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,,167.0,32.0,86.0,16.0,32.0,1158.0,"A program for financial portfolio management, analysis and optimisation.",11.0,24,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,88.0,88.0,https://pypi.org/project/FinQuant,497.0,497.0,,,,,,,,3.0,,2023-09-04 06:57:56.000,,,,,,,,,,,,,,,,, +550,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2023-12-24 06:07:13.000000,2023-12-24 06:07:13,78.0,2.0,223.0,20.0,17.0,4.0,87.0,1143.0,Implementation of the node2vec algorithm.,13.0,24,True,2022-08-01 11:34:27.000,0.4.6,9.0,node2vec,conda-forge/node2vec,,,,527.0,527.0,https://pypi.org/project/node2vec,73660.0,74064.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27107.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +551,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,,224.0,73.0,415.0,75.0,147.0,1139.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,,,,,168.0,158.0,https://pypi.org/project/chainerrl,484.0,484.0,,,,,,,,3.0,,2020-02-14 05:35:56.000,10.0,,,,,,,,,,,,,,,, +552,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,7.0,183.0,34.0,73.0,2.0,86.0,1032.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,24,True,2021-06-19 16:14:57.000,4.5.0,10.0,keract,,,,['tensorflow'],199.0,199.0,https://pypi.org/project/keract,3857.0,3857.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +553,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2023-11-16 19:55:28.000000,2019-08-16 09:00:15,140.0,,104.0,12.0,20.0,15.0,15.0,1029.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,4679.0,4385.0,https://pypi.org/project/gputil,363631.0,363631.0,,,,,,,,3.0,,2018-12-18 09:12:13.000,294.0,,,,,,,,,,,,,,,, +554,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,2.0,172.0,48.0,112.0,51.0,170.0,958.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,327.0,277.0,https://pypi.org/project/scikit-cuda,563.0,563.0,,,,,,,,3.0,,2019-05-27 00:29:00.000,50.0,,,,,,,,,,,,,,,, +555,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,,253.0,42.0,72.0,103.0,188.0,902.0,Gaussian Process Optimization using GPy.,49.0,24,True,2020-03-19 21:21:18.000,1.2.6,1.0,gpyopt,,,,,475.0,475.0,https://pypi.org/project/gpyopt,6749.0,6749.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +556,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],49.0,3.0,https://pypi.org/project/gmaps,4142.0,9075.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,309812.0,,,,,3.0,,2021-12-15 15:42:57.506,44.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,1012.0,2019-07-21 08:49:48.715,2.0,,,,,,,, +557,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,,159.0,33.0,25.0,34.0,235.0,739.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,True,2019-04-04 19:44:59.000,0.8.2,29.0,neupy,,,,,163.0,163.0,https://pypi.org/project/neupy,3866.0,3866.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +558,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,72.0,13.0,48.0,19.0,53.0,686.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1087.0,1087.0,https://pypi.org/project/pysbd,233353.0,233542.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,4930.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +559,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,,138.0,129.0,91.0,43.0,67.0,645.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'],197.0,182.0,https://pypi.org/project/mapboxgl,11148.0,11148.0,,,,,,,,3.0,,2019-06-02 16:02:54.380,15.0,,,,,,,,,,,,,,,, +560,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,2023-12-28 14:36:59.000000,2023-12-25 15:15:47,842.0,19.0,80.0,9.0,699.0,88.0,430.0,573.0,Automated modeling and machine learning framework FEDOT.,31.0,24,True,2023-07-25 13:20:41.000,0.7.2,14.0,fedot,,,,,43.0,43.0,https://pypi.org/project/fedot,551.0,551.0,,,,,,,,2.0,,,,,,aimclub/FEDOT,,,,,,,,,,,,, +561,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2023-10-18 13:09:12.000000,2023-10-18 13:08:59,466.0,6.0,48.0,8.0,51.0,158.0,230.0,561.0,python binding for libvips using cffi.,16.0,24,True,2022-06-12 09:54:07.000,2.2.1,24.0,pyvips,conda-forge/pyvips,,,,688.0,638.0,https://pypi.org/project/pyvips,48431.0,50296.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,70902.0,,,,,3.0,,2022-06-12 09:54:07.000,50.0,,,,,,,,,,,,,,,, +562,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2023-12-22 00:39:02.000000,2023-12-22 00:36:53,331.0,53.0,85.0,7.0,19.0,2.0,77.0,504.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code.,17.0,24,True,2023-12-22 00:39:02.000,0.5.2,157.0,featurewiz,,,,,64.0,62.0,https://pypi.org/project/featurewiz,7912.0,7912.0,,,,,,,,2.0,,2023-12-22 00:39:02.000,2.0,,,,,,,,,,,,,,,, +563,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,9.0,17.0,11.0,12.0,501.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'],4222.0,4058.0,https://pypi.org/project/findspark,1923706.0,1933493.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,880893.0,,,,,3.0,,2022-02-11 08:02:06.000,164.0,,,,,,,,,,,,,,,, +564,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2023-09-23 13:28:08.196000,2022-01-15 18:08:37,1718.0,,62.0,14.0,11.0,33.0,6.0,493.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,,,,3696.0,,https://pypi.org/project/whoosh,343365.0,350508.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,221452.0,,,,,3.0,,2016-04-04 01:19:40.000,3696.0,,,,,,,,,,,,,,,, +565,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,2023-12-18 23:05:34.000000,2023-12-05 12:09:16,955.0,23.0,169.0,24.0,824.0,96.0,382.0,485.0,MONAI Label is an intelligent open source image labeling and learning tool.,55.0,24,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,187.0,2558.0,,,,,,,,3.0,68764.0,2023-10-01 02:24:07.000,,,,,,,,,,,,,,,,, +566,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,2023-10-20 17:29:31.000000,2023-10-20 17:29:28,575.0,1.0,84.0,29.0,317.0,75.0,27.0,363.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],342.0,335.0,https://pypi.org/project/tensorflow-cloud,35792.0,35792.0,,,,,,,,3.0,,2021-06-17 01:15:10.000,7.0,,,,,,,,,,,,,,,, +567,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2023-11-19 21:07:53.000000,2023-11-19 20:49:10,166.0,13.0,47.0,17.0,2.0,9.0,3.0,363.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,24,True,2023-11-19 21:07:53.000,0.1.1,12.0,suod,,,,,498.0,496.0,https://pypi.org/project/suod,16612.0,16612.0,,,,,,,,3.0,,2023-11-19 21:07:53.000,2.0,,,,,,,,,,,,,,,, +568,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2023-12-13 23:01:05.000000,2023-12-13 23:01:05,2538.0,80.0,56.0,8.0,235.0,29.0,79.0,250.0,Python recommendation toolkit.,13.0,24,False,2022-08-16 20:29:07.512,0.14.2,23.0,lenskit,conda-forge/lenskit,,,,98.0,94.0,https://pypi.org/project/lenskit,828.0,1460.0,https://anaconda.org/conda-forge/lenskit,2023-06-16 19:23:42.362,23420.0,,,,,3.0,,2022-08-16 20:29:07.512,4.0,,,,,,,,,,,,,,,, +569,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,,2016-06-07 15:55:16.000,2023-02-18 07:58:21.000000,2023-02-18 07:58:21,3353.0,,1592.0,461.0,698.0,24.0,441.0,7262.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,23,False,2021-01-06 07:16:21.000,2.2.4,76.0,tensorlayer,,,,['tensorflow'],,,https://pypi.org/project/tensorlayer,1393.0,1415.0,,,,,,,,3.0,1959.0,,,,-5.0,,,,,,,,,,,,,, +570,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,790.0,169.0,1588.0,61.0,74.0,6357.0,A natural language modeling framework based on PyTorch.,234.0,23,False,2020-06-08 23:30:58.000,0.3.3,9.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,165.0,170.0,,,,,,,,3.0,351.0,,,,,,,,,,,,,,,,,, +571,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,2023-12-18 19:53:02.000000,2023-12-18 19:52:57,597.0,5.0,728.0,105.0,587.0,59.0,345.0,5654.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,23,True,2020-04-03 19:06:25.000,0.4.0,1.0,t5,,,,['tensorflow'],,,https://pypi.org/project/t5,20239.0,20239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +572,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,2023-12-09 23:25:52.000000,2022-08-09 13:26:32,565.0,,1273.0,305.0,205.0,67.0,208.0,4585.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,1908.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143161.0,3.0,,,,,,,,,,,,,,,,,,, +573,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,2023-12-19 09:35:47.000000,2021-06-02 09:45:13,150.0,,708.0,102.0,33.0,101.0,113.0,4389.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,23,False,2020-01-08 15:35:45.000,2.2.0,1.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],119.0,119.0,https://pypi.org/project/ISR,5973.0,5976.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,230.0,3.0,,,,,,,,,,,,,,,,,,, +574,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,,512.0,138.0,649.0,66.0,197.0,3849.0,Snips Python library to extract meaning from text.,22.0,23,False,2020-01-15 09:51:41.000,0.20.2,58.0,snips-nlu,,,,,,,https://pypi.org/project/snips-nlu,1660.0,1660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +575,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,891.0,178.0,385.0,33.0,430.0,3809.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,23,False,2019-10-09 19:24:22.000,2.2,2.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,90.0,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +576,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,2023-12-21 02:26:45.000000,2023-12-21 02:21:00,1585.0,9.0,505.0,152.0,609.0,69.0,75.0,3488.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",164.0,23,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,31.0,31.0,,,,,,,,3.0,,2020-05-27 20:58:01.000,,,,,,,,,,,,,,,,, +577,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,106.0,396.0,3116.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,23,True,2023-03-10 09:21:02.000,2.2,9.0,parl,,,,['paddle'],122.0,122.0,https://pypi.org/project/parl,798.0,798.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +578,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,5.0,220.0,54.0,36.0,71.0,121.0,3075.0,A GUI for Pandas DataFrames.,15.0,23,False,,,2.0,pandasgui,conda-forge/pandasgui,,,['pandas'],329.0,329.0,https://pypi.org/project/pandasgui,3721.0,4311.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,20672.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +579,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,2023-12-19 11:22:24.000000,2023-11-05 09:58:06,2685.0,36.0,1042.0,132.0,1028.0,53.0,72.0,3023.0,a distributed deep learning platform.,85.0,23,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,57.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,733.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,5164.0,3.0,,,,,,,,,,,,,,,,,,, +580,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,,315.0,66.0,167.0,144.0,113.0,2703.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,23,False,,,11.0,eli5,conda-forge/eli5,,,,,,https://pypi.org/project/eli5,488836.0,490686.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,146198.0,,,,,3.0,,,,,-4.0,,,,,,,,,,,,,, +581,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2023-12-03 13:55:18.000000,2023-08-24 15:33:37,935.0,,169.0,20.0,74.0,91.0,167.0,2684.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,27.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,37.0,36.0,https://pypi.org/project/ffcv,1007.0,1007.0,,,,,,,,3.0,,2022-01-28 20:40:22.000,1.0,,,,,,,,,,,,,,,, +582,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,2017-05-05 02:27:30.000,2023-12-15 03:22:16.000000,2023-12-15 03:22:08,3454.0,2.0,732.0,108.0,3871.0,533.0,855.0,2594.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,23,True,2022-01-25 00:22:00.888,0.11.2,418.0,analytics-zoo,,,,['spark'],5.0,4.0,https://pypi.org/project/analytics-zoo,569.0,569.0,,,,,,,,3.0,,2022-08-22 20:19:01.213,1.0,,,,,,,,,,,,,,,, +583,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,27.0,350.0,2375.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],62.0,62.0,https://pypi.org/project/kashgari-tf,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +584,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,,303.0,67.0,78.0,63.0,68.0,2100.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,23,False,2021-05-18 16:12:33.000,2.6.0,30.0,sru,,,,['pytorch'],26.0,26.0,https://pypi.org/project/sru,2318.0,2318.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +585,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,,647.0,82.0,48.0,24.0,64.0,2007.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,470.0,458.0,https://pypi.org/project/finta,6546.0,6546.0,,,,,,,,3.0,,2020-10-21 11:39:44.000,12.0,,,,,,,,,,,,,,,, +586,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,,114.0,38.0,11.0,33.0,51.0,1607.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,337.0,325.0,https://pypi.org/project/pymagnitude,1379.0,1379.0,,,,,,,,3.0,,2020-05-25 11:26:36.000,12.0,,,,,,,,,,,,,,,, +587,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,2023-12-14 14:58:01.000000,2023-12-14 14:58:00,369.0,6.0,138.0,17.0,69.0,17.0,33.0,1573.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,15.0,23,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pythae,9067.0,9067.0,,,,,,,,3.0,,2023-09-06 15:46:59.000,,,,,,,,,,,,,,,,, +588,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,2023-12-07 16:22:32.000000,2023-11-08 21:41:55,157.0,2.0,162.0,100.0,184.0,35.0,25.0,1465.0,fklearn: Functional Machine Learning.,55.0,23,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,386.0,386.0,,,,,,,,3.0,,2023-11-09 12:59:48.000,,,,,,,,,,,,,,,,, +589,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2023-09-01 16:34:21.000000,2023-08-25 22:11:00,340.0,,292.0,40.0,252.0,69.0,192.0,1401.0,A framework for Privacy Preserving Machine Learning.,33.0,23,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,354.0,354.0,,,,,,,,3.0,,2022-12-08 22:11:59.883,1.0,,,,,,,,,,,,,,,, +590,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,2023-11-29 23:18:39.816000,2023-10-05 18:36:18,1029.0,1.0,166.0,18.0,62.0,23.0,321.0,1400.0,PyTorch Extension Library of Optimized Scatter Operations.,28.0,23,True,2023-10-06 08:48:33.000,2.1.2,23.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],,,https://pypi.org/project/torch-scatter,38840.0,44429.0,https://anaconda.org/conda-forge/pytorch_scatter,2023-11-29 23:18:39.816,234760.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +591,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1258.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],60.0,59.0,https://pypi.org/project/sklearn-porter,332.0,332.0,,,,,,,,3.0,,2019-12-18 13:39:19.000,1.0,,,,,,,,,,,,,,,, +592,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2023-12-23 07:08:53.000000,2023-12-09 21:53:10,773.0,24.0,172.0,18.0,258.0,70.0,94.0,1212.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,23,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,52046.0,52046.0,,,,,,,,3.0,,2023-10-27 03:54:06.000,6.0,,,,,,,,,,,,,,,, +593,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2023-10-25 14:32:27.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,85.0,64.0,205.0,1010.0,Line based ATR Engine based on OCRopy.,20.0,23,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,1536.0,1536.0,,,,,,,,3.0,,2023-08-18 11:50:18.000,5.0,,,,,,,,,,,,,,,, +594,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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,105.0,26.0,36.0,34.0,69.0,867.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],575.0,563.0,https://pypi.org/project/pandas-bokeh,15470.0,15470.0,,,,,,,,3.0,,2021-04-11 17:43:13.000,12.0,,,,,,,,,,,,,,,, +595,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,136.0,25.0,594.0,62.0,511.0,840.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,3812.0,3812.0,,,,,,,,3.0,,2022-02-10 15:55:46.374,6.0,,,,,,,,,,,,,,,, +596,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,,101.0,29.0,60.0,20.0,74.0,814.0,ML-Ensemble high performance ensemble learning.,7.0,23,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,362.0,358.0,https://pypi.org/project/mlens,2648.0,2648.0,,,,,,,,3.0,,2018-10-30 22:30:43.000,4.0,,,,,,,,,,,,,,,, +597,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,2023-12-02 22:09:26.000000,2023-12-02 22:09:25,222.0,7.0,82.0,20.0,153.0,24.0,82.0,813.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,23,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,1627.0,1843.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7569.0,,,,,3.0,,2023-10-02 19:57:48.000,1.0,,,,,,,,,,,,,,,, +598,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,2023-12-20 17:34:31.000000,2023-12-20 17:33:51,280.0,8.0,243.0,46.0,18.0,9.0,91.0,793.0,Data compression in TensorFlow.,21.0,23,True,2023-10-13 19:56:17.000,2.14.0,22.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,11964.0,11964.0,,,,,,,,3.0,,2023-10-12 23:14:15.000,2.0,,,,,,,,,,,,,,,, +599,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2023-12-20 21:10:14.000000,2023-08-23 11:46:56,231.0,,102.0,15.0,39.0,35.0,24.0,774.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,11.0,23,True,2022-12-19 18:16:02.257,0.5.1,12.0,detoxify,,,,,497.0,487.0,https://pypi.org/project/detoxify,16647.0,25832.0,,,,,,,,3.0,339869.0,2022-12-19 18:16:02.257,10.0,,,,,,,,,,,,,,,, +600,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,2023-12-13 17:02:20.000000,2023-11-24 10:43:28,313.0,7.0,107.0,20.0,72.0,2.0,63.0,770.0,An intuitive library to extract features from time series.,18.0,23,True,2023-08-23 07:53:53.000,0.1.6,10.0,tsfel,,,,,105.0,105.0,https://pypi.org/project/tsfel,22651.0,22651.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +601,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,2023-12-22 22:49:53.165000,2023-10-11 13:01:19,594.0,2.0,127.0,16.0,53.0,27.0,121.0,726.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,32.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,12980.0,14951.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-22 22:49:53.165,84764.0,,,,,3.0,,2023-10-12 06:52:43.000,45.0,,,,,,,,,,,,,,,, +602,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,2023-09-26 00:20:33.000000,2023-09-26 00:20:33,398.0,,149.0,17.0,72.0,29.0,106.0,663.0,Ternary plotting library for python with matplotlib.,27.0,23,True,2021-02-17 18:23:31.000,1.0.8,8.0,python-ternary,conda-forge/python-ternary,,,,158.0,158.0,https://pypi.org/project/python-ternary,40286.0,41143.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,78867.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,, +603,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,117.0,19.0,78.0,23.0,33.0,658.0,Working with molecular structures in pandas DataFrames.,15.0,23,True,2023-08-28 15:31:05.000,0.5.1de,17.0,biopandas,conda-forge/biopandas,,,['pandas'],218.0,218.0,https://pypi.org/project/biopandas,82771.0,84530.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,147784.0,,,,,3.0,,,,,,BioPandas/biopandas,,,,,,,,,,,,, +604,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,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,80.0,21.0,8.0,23.0,41.0,634.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'],412.0,391.0,https://pypi.org/project/pivottablejs,19305.0,19335.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2843.0,,,,,3.0,,2018-01-15 18:14:37.000,21.0,,,,,,,,,,,,,,,, +605,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,129.0,23.0,19.0,8.0,29.0,576.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,23,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],141.0,136.0,https://pypi.org/project/rfpimp,24639.0,24639.0,,,,,,,,3.0,,2021-01-28 23:19:33.000,5.0,,,,,,,,,,,,,,,, +606,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,2023-08-10 03:20:53.000000,2023-08-10 03:20:53,1214.0,,63.0,7.0,206.0,18.0,109.0,482.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],220.0,215.0,https://pypi.org/project/happytransformer,2781.0,2781.0,,,,,,,,3.0,,2023-08-05 22:54:02.000,5.0,,,,,,,,,,,,,,,, +607,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,14.0,41.0,11.0,11.0,9.0,52.0,476.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,23,True,2023-11-01 10:40:28.000,4.6.0,29.0,hyperactive,,,,,24.0,24.0,https://pypi.org/project/hyperactive,4528.0,4530.0,,,,,,,,3.0,130.0,,,,,,,,,,,,,,,,,, +608,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,2023-12-07 15:30:25.000000,2023-02-07 10:12:31,47.0,,2128.0,149.0,88.0,236.0,284.0,12268.0,End-to-End Object Detection with Transformers.,26.0,22,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +609,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,487.0,83.0,37.0,53.0,26.0,10628.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,40.0,40.0,https://pypi.org/project/prettymaps,760.0,857.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2244.0,,,,,3.0,,2021-10-19 13:33:43.000,,,,,,,,,,,,,,,,, +610,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,8.0,648.0,96.0,150.0,98.0,103.0,8330.0,The user analytics platform for LLMs.,40.0,22,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,370.0,370.0,,,,,,,,3.0,,2023-06-18 11:03:00.511,2.0,,,nebuly-ai/nebuly,,,,,,,,,,,,, +611,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,146.0,1362.0,118.0,986.0,7967.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,953.0,953.0,,,,,,,,3.0,,2022-09-23 17:40:01.770,1.0,,,,,,,,,,,,,,,, +612,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,,1467.0,131.0,51.0,151.0,141.0,7630.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,22,False,2020-03-01 03:29:43.000,1.0,1.0,efficientnet-pytorch,,,,['pytorch'],1.0,1.0,https://pypi.org/project/efficientnet-pytorch,156912.0,236720.0,,,,,,,,2.0,3591389.0,,,,-5.0,,,,,,,,,,,,,, +613,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,263.0,68.0,115.0,135.0,6205.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,67.0,67.0,,,,,,,,3.0,,2015-04-19 21:20:16.000,3.0,,,,,,,,,,,,,,,, +614,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,,779.0,224.0,25.0,7.0,122.0,5314.0,Build Graph Nets in Tensorflow.,11.0,22,True,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],28.0,20.0,https://pypi.org/project/graph-nets,1195.0,1195.0,,,,,,,,3.0,,2020-01-29 16:00:25.000,8.0,,,google-deepmind/graph_nets,,,,,,,,,,,,, +615,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1709.0,19.0,17.0,70.0,24.0,4870.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,25.0,25.0,https://pypi.org/project/deepmatcher,2052.0,2052.0,,,,,,,,3.0,,2021-06-13 01:13:24.000,,,5.0,,,,,,,,,,,,,, +616,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,2023-04-10 13:46:12.000000,2022-05-30 07:32:06,3344.0,,809.0,234.0,109.0,56.0,620.0,4840.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,22,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,23.0,,,,,,,,3.0,1501.0,,,,,,,,,,,,,,,,,, +617,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,2023-08-31 07:24:48.000000,2022-07-29 10:37:24,205.0,,993.0,93.0,62.0,249.0,269.0,4508.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,22,False,2020-01-10 11:28:38.000,1.0.1,4.0,segmentation_models,,,,['tensorflow'],,,https://pypi.org/project/segmentation_models,17639.0,17639.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,2023-12-09 10:48:21.000000,2023-01-15 11:37:16,279.0,,838.0,108.0,92.0,113.0,349.0,4385.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,11528.0,11528.0,,,,,,,,3.0,,2021-12-13 01:36:44.000,2.0,,,,,,,,,,,,,,,, +619,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:13.000000,2022-03-13 19:08:59,231.0,,323.0,75.0,37.0,93.0,74.0,4381.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:13.000,0.11.1,67.0,deep-daze,,,,,51.0,51.0,https://pypi.org/project/deep-daze,973.0,973.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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3865.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,,,,1.0,,https://pypi.org/project/nervananeon,93.0,117.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1869.0,,,,,3.0,374.0,2018-01-05 23:25:04.000,1.0,,,,,,,,,,,,,,,, +621,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,,654.0,77.0,53.0,176.0,101.0,3356.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'],7.0,,https://pypi.org/project/gpt-2-simple,3282.0,3291.0,,,,,,,,3.0,538.0,2021-10-18 01:47:20.000,7.0,,,,,,,,,,,,,,,, +622,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2023-10-20 18:29:52.000000,2023-10-20 18:18:37,406.0,1.0,322.0,53.0,413.0,64.0,106.0,3169.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",37.0,22,True,2021-11-02 17:21:02.000,0.1.6,2.0,vissl,,,,['pytorch'],33.0,33.0,https://pypi.org/project/vissl,239.0,239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +623,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2023-11-28 21:11:34.000000,2021-05-06 12:10:38,127.0,,154.0,50.0,55.0,2.0,30.0,2969.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,,,,46.0,46.0,https://pypi.org/project/opyrator,309.0,369.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1393.0,,,,,3.0,,2021-05-04 18:48:03.000,,,,,,,,,,,,,,,,, +624,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,236.0,43.0,110.0,55.0,64.0,2838.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,True,2021-07-01 16:53:52.000,1.1.0,4.0,texthero,,,,,,,https://pypi.org/project/texthero,10297.0,10299.0,,,,,,,,3.0,120.0,,,,,,,,,,,,,,,,,, +625,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,,402.0,129.0,136.0,52.0,128.0,2395.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,,,10.0,luminoth,,,,['tensorflow'],52.0,52.0,https://pypi.org/project/luminoth,2549.0,2720.0,,,,,,,,3.0,12716.0,,,,,,,,,,,,,,,,,, +626,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,,370.0,80.0,144.0,33.0,126.0,2374.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 03:54:40.000,0.2.4,6.0,texar,,,,['tensorflow'],27.0,27.0,https://pypi.org/project/texar,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +627,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2023-12-12 15:07:33.000000,2023-08-10 17:09:47,309.0,,150.0,24.0,31.0,28.0,31.0,1835.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,348.0,527.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4273.0,,,,,3.0,71.0,2022-01-09 21:14:50.000,1.0,,,,,,,,,,,,,,,, +628,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,2023-07-27 13:04:26.000000,2023-07-27 13:04:12,336.0,,337.0,42.0,68.0,159.0,95.0,1833.0,Super easy library for BERT based NLP models.,36.0,22,True,2023-07-27 13:04:26.000,2.0.17,66.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,1259.0,1259.0,,,,,,,,3.0,,2023-07-27 13:04:26.000,2.0,,,,,,,,,,,,,,,, +629,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,2023-10-11 19:12:48.654000,2023-05-26 18:23:37,117.0,,197.0,44.0,36.0,38.0,21.0,1827.0,Parallel t-SNE implementation with Python and Torch wrappers.,17.0,22,True,,,1.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],420.0,420.0,https://pypi.org/project/MulticoreTSNE,4048.0,5014.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,30928.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +630,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2023-12-19 05:53:17.000000,2023-06-07 17:48:50,26.0,,101.0,37.0,28.0,22.0,78.0,1761.0,"A flexible, intuitive and fast forecasting library.",9.0,22,True,2023-04-04 19:48:44.000,0.5.0,5.0,greykite,,,,,26.0,26.0,https://pypi.org/project/greykite,13961.0,13961.0,,,,,,,,3.0,5.0,,,,,,,,,,,,,,,,,, +631,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2023-04-08 10:04:48.000000,2020-04-24 06:58:09,58.0,,255.0,44.0,13.0,57.0,35.0,1750.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']",250.0,239.0,https://pypi.org/project/hiddenlayer,1702.0,1702.0,,,,,,,,3.0,,2020-04-24 07:32:11.000,11.0,,,,,,,,,,,,,,,, +632,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2023-12-22 22:35:35.000000,2023-12-22 22:35:35,1075.0,5.0,257.0,33.0,36.0,26.0,172.0,1689.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,424.0,424.0,,,,,,,,3.0,,2015-08-23 10:30:20.000,8.0,,,,,,,,,,,,,,,, +633,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,98.0,45.0,187.0,216.0,1632.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,1090.0,1090.0,,,,,,,,3.0,42.0,2018-02-22 01:13:03.000,7.0,,,,,,,,,,,,,,,, +634,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,,290.0,46.0,801.0,71.0,485.0,1578.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,59.0,59.0,,,,,,,,3.0,,2021-05-10 18:56:39.000,,,,,,,,,,,,,,,,, +635,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,,119.0,28.0,31.0,58.0,50.0,1562.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,22,False,,,,higher,,,,['pytorch'],366.0,366.0,https://pypi.org/project/higher,67988.0,67988.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +636,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,2023-11-29 18:30:27.000000,2023-11-29 05:50:04,1211.0,19.0,100.0,31.0,146.0,64.0,130.0,1317.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",23.0,22,True,2022-04-13 10:24:33.000,0.8.1,13.0,kp,,,,,8.0,8.0,https://pypi.org/project/kp,101.0,113.0,,,,,,,,3.0,487.0,2022-04-13 10:22:18.000,,,,,,,,,,,,,,,,, +637,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,,189.0,27.0,57.0,21.0,36.0,1237.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'],151.0,146.0,https://pypi.org/project/advertorch,613.0,613.0,,,,,,,,3.0,,2020-06-15 01:20:07.000,5.0,,,,,,,,,,,,,,,, +638,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,2023-12-06 23:24:36.000000,2023-12-06 23:22:36,184.0,3.0,108.0,37.0,25.0,17.0,114.0,1146.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,5056.0,5056.0,,,,,,,,3.0,,2023-12-06 05:33:15.000,8.0,,,,,,,,,,,,,,,, +639,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2023-07-16 15:34:00.704000,2023-07-16 15:16:10,420.0,,145.0,95.0,117.0,33.0,45.0,1115.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,98.0,97.0,https://pypi.org/project/pfrl,862.0,862.0,,,,,,,,3.0,,2023-07-16 15:34:00.704,1.0,,,,,,,,,,,,,,,, +640,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,2023-12-28 02:40:51.000000,2023-12-28 02:40:51,510.0,60.0,115.0,21.0,221.0,6.0,112.0,1108.0,A standard framework for modelling Deep Learning Models for tabular data.,17.0,22,True,2023-06-01 06:16:39.000,1.0.2,4.0,pytorch_tabular,,,,['pytorch'],,,https://pypi.org/project/pytorch_tabular,1733.0,1733.0,,,,,,,,1.0,21.0,,,,,,,,,,,,,,,,,, +641,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,108.0,50.0,98.0,38.0,51.0,1004.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:27:53.000,0.3.1,7.0,tf-explain,,,,['tensorflow'],207.0,207.0,https://pypi.org/project/tf-explain,2325.0,2325.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,2023-06-16 13:21:24.079000,2022-12-12 08:52:31,580.0,,290.0,96.0,120.0,62.0,95.0,979.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",30.0,22,True,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],37.0,,https://pypi.org/project/astroML,780.0,1330.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,41863.0,,,,,3.0,,2022-03-01 20:02:01.000,37.0,,,,,,,,,,,,,,,, +643,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2023-09-27 19:23:04.851000,2023-03-29 07:39:45,85.0,,80.0,26.0,53.0,32.0,28.0,930.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,22,True,2020-02-13 09:57:47.000,1.0.6,4.0,youtokentome,conda-forge/youtokentome,,,,582.0,582.0,https://pypi.org/project/youtokentome,33858.0,35325.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,39617.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +644,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,14.0,82.0,902.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2361.0,2346.0,https://pypi.org/project/kapre,974.0,974.0,,,,,,,,3.0,26.0,2022-01-21 20:09:21.000,15.0,,,,,,,,,,,,,,,, +645,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,2023-10-11 00:13:45.000000,2023-04-27 23:44:02,329.0,,156.0,29.0,108.0,80.0,56.0,861.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,,,,5.0,,https://pypi.org/project/witwidget,2664.0,53936.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2112260.0,,,,,3.0,,2021-10-12 17:42:30.000,4.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,981.0,2021-10-12 17:42:50.869,1.0,,,,,,,, +646,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,,82.0,14.0,77.0,218.0,218.0,839.0,"Experiment tracking, ML developer tools.",29.0,22,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,88.0,88.0,https://pypi.org/project/guildai,490.0,490.0,,,,,,,,3.0,14.0,2022-05-11 01:13:31.000,,,,,,,,,,,,,,,,, +647,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,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,78708.0,78708.0,,,,,,,,3.0,18.0,2019-12-01 01:19:50.000,26.0,,,,,,,,,,,,,,,, +648,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,80.0,21.0,12.0,,38.0,680.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,,,,379.0,373.0,https://pypi.org/project/vecstack,18551.0,18610.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1854.0,,,,,3.0,,2019-08-12 16:01:22.000,6.0,,,,,,,,,,,,,,,, +649,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,27.0,23.0,57.0,35.0,593.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,,,,416.0,394.0,https://pypi.org/project/hpbandster,21839.0,22335.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,17877.0,,,,,3.0,,2018-11-06 12:56:55.000,22.0,,,,,,,,,,,,,,,, +650,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,2023-12-15 17:58:01.000000,2023-12-07 19:31:40,331.0,2.0,130.0,19.0,38.0,13.0,79.0,527.0,Medical image processing in Python.,18.0,22,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1660.0,1616.0,https://pypi.org/project/MedPy,22465.0,23190.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,21757.0,,,,,3.0,,2019-02-14 17:12:59.000,44.0,,,,,,,,,,,,,,,, +651,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,2023-12-27 18:31:51.000000,2023-12-27 18:30:38,463.0,17.0,55.0,25.0,9.0,11.0,32.0,507.0,Active Learning for Text Classification in Python.,6.0,22,True,2023-08-19 18:16:36.000,1.3.2,12.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",25.0,25.0,https://pypi.org/project/small-text,604.0,897.0,https://anaconda.org/conda-forge/small-text,2023-08-19 18:38:17.816,4985.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +652,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,480.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,2.0,apricot-select,,,,,85.0,85.0,https://pypi.org/project/apricot-select,4296.0,4296.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,, +653,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,2023-12-23 19:14:33.000000,2023-12-05 11:38:02,1689.0,116.0,61.0,6.0,198.0,43.0,77.0,443.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,22.0,21.0,https://pypi.org/project/quantus,783.0,789.0,,,,,,,,3.0,148.0,2023-12-05 11:42:47.000,1.0,,,,,,,,,,,,,,,, +654,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,22.0,97.0,18.0,9.0,5.0,37.0,428.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4,5, CART, CHAID and Regression Trees; some..",7.0,22,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,51.0,51.0,https://pypi.org/project/chefboost,1529.0,1529.0,,,,,,,,3.0,,2022-02-16 06:14:54.000,,,,,,,,,,,,,,,,, +655,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,412.0,optimization routines for hyperparameter tuning.,9.0,22,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,123.0,109.0,https://pypi.org/project/optunity,4763.0,4763.0,,,,,,,,3.0,90.0,2015-09-30 05:02:00.000,14.0,,,,,,,,,,,,,,,, +656,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2023-12-25 13:03:54.000000,2023-12-25 11:40:29,5585.0,22.0,88.0,15.0,737.0,27.0,425.0,388.0,Lightwood is Legos for Machine Learning.,43.0,22,False,2023-08-07 15:55:40.000,23.8.1.0,29.0,lightwood,,,,['pytorch'],,,https://pypi.org/project/lightwood,10629.0,10629.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +657,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,2023-12-01 01:38:15.000000,2023-12-01 01:29:10,652.0,9.0,60.0,29.0,428.0,11.0,91.0,365.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2023-07-18 13:09:18.000,4.0.0,28.0,vega,conda-forge/vega,,,['jupyter'],3.0,3.0,https://pypi.org/project/vega,7504.0,13862.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,572294.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +658,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,13.0,9.0,4.0,12.0,227.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,,,,986.0,940.0,https://pypi.org/project/py3nvml,82265.0,83721.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,55338.0,,,,,3.0,,2021-11-22 14:30:25.000,46.0,,,,,,,,,,,,,,,, +659,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,2021-12-28 13:59:30.000000,2018-07-23 21:04:09,90.0,,26.0,7.0,18.0,3.0,9.0,153.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,7.0,stop-words,,,,,2070.0,2070.0,https://pypi.org/project/stop-words,108122.0,108122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +660,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,2023-10-06 13:06:28.000000,2023-08-15 07:38:22,956.0,,542.0,168.0,45.0,37.0,28.0,4155.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,575.0,575.0,,,,,,,,3.0,,2022-08-19 12:40:54.257,2.0,,,,,,,,,,,,,,,, +661,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,,2018-10-01 20:41:16.000,2023-11-06 16:44:05.000000,2023-11-06 16:37:37,171.0,2.0,436.0,91.0,78.0,57.0,137.0,3323.0,Generate embeddings from large-scale graph-structured data.,31.0,21,False,2019-10-14 16:45:11.000,1.0.0,3.0,torchbiggraph,,,,['pytorch'],,,https://pypi.org/project/torchbiggraph,274953.0,274955.0,,,,,,,,3.0,167.0,,,,,,,,,,,,,,,,,, +662,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,,441.0,166.0,120.0,14.0,112.0,2925.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,160.0,160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +663,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,,327.0,74.0,2.0,18.0,7.0,2903.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'],193.0,185.0,https://pypi.org/project/adabound,1180.0,1180.0,,,,,,,,3.0,,2019-02-26 04:23:45.000,8.0,,,,,,,,,,,,,,,, +664,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,,320.0,101.0,1000.0,87.0,260.0,2817.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,21,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +665,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2049.0,The friendly PIL fork.,385.0,21,False,,,,pillow-simd,,,,,,,https://pypi.org/project/pillow-simd,44423.0,44423.0,,,,,,,,3.0,,,,,-4.0,,,,,,,,,,,,,, +666,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,,236.0,44.0,33.0,51.0,90.0,1889.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,21,False,,,,torchmeta,,,,['pytorch'],155.0,155.0,https://pypi.org/project/torchmeta,5111.0,5111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +667,uber/orbit,uber/orbit,time-series-data,,https://github.com/uber/orbit,https://github.com/uber/orbit,,2020-01-07 18:20:37.000,2023-12-26 03:01:15.000000,2023-09-26 02:48:50,872.0,,128.0,33.0,408.0,57.0,334.0,1766.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,18.0,21,False,2023-01-29 22:05:17.000,1.1.4.2,23.0,orbit-ml,conda-forge/orbit-ml,,,,42.0,42.0,https://pypi.org/project/orbit-ml,29531.0,29736.0,https://anaconda.org/conda-forge/orbit-ml,2023-12-19 05:59:30.209,4721.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +668,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1644.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,38.0,38.0,,,,,,,,3.0,,2022-01-20 15:18:44.000,,,,,,,,,,,,,,,,, +669,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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,14.0,33.0,1631.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'],52.0,46.0,https://pypi.org/project/antialiased-cnns,1848.0,1848.0,,,,,,,,3.0,,2020-10-23 22:42:49.000,6.0,,,,,,,,,,,,,,,, +670,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,2023-10-11 20:58:29.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,1.0,74.0,1571.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,27.0,265.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13111.0,3.0,,,,,,,,,,,,,,,,,,, +671,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,281.0,74.0,728.0,53.0,64.0,1565.0,An end-to-end PyTorch framework for image and video classification.,77.0,21,True,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,578.0,974.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18633.0,,,,,3.0,,2023-03-21 05:15:00.935,4.0,,,,,,,,,,,,,,,, +672,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,203.0,45.0,12.0,4.0,51.0,1553.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,21,False,,,,geffnet,,,,['pytorch'],202.0,202.0,https://pypi.org/project/geffnet,7060.0,7060.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +673,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,2023-09-15 04:35:29.000000,2023-09-15 04:35:29,906.0,,207.0,57.0,52.0,73.0,149.0,1519.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,35.0,21,True,2019-11-17 09:36:51.000,0.3.4,5.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,505.0,537.0,,,,,,,,3.0,2733.0,,,,,,,,,,,,,,,,,, +674,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,,359.0,62.0,47.0,37.0,72.0,1476.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-06-03 13:51:56.000,1.0.0,5.0,anago,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/anago,210.0,210.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +675,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,67.0,51.0,23.0,75.0,1464.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,264.0,264.0,,,,,,,,3.0,,2020-08-25 09:32:37.000,,,,,,,,,,,,,,,,, +676,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,2023-11-03 15:04:58.000000,2023-11-03 16:06:14,1169.0,2.0,118.0,28.0,68.0,1.0,29.0,1453.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,21,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,,['pytorch'],,,https://pypi.org/project/pytorch_toolbelt,7163.0,7163.0,,,,,,,,3.0,7.0,,,,,,,,,,,,,,,,,, +677,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,,220.0,64.0,48.0,36.0,90.0,1251.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,34.0,https://pypi.org/project/tensorrec,221.0,221.0,,,,,,,,3.0,,2019-04-02 00:53:47.000,3.0,,,,,,,,,,,,,,,, +678,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2023-10-17 15:42:35.000000,2023-10-17 15:42:30,833.0,2.0,305.0,51.0,791.0,4.0,300.0,1194.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,21,True,2023-03-03 07:44:13.000,3.1.34,76.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,712.0,712.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,, +679,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,216.0,66.0,29.0,31.0,12.0,1133.0,Anomaly Detection and Correlation library.,9.0,21,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,91.0,76.0,https://pypi.org/project/luminol,7559.0,7559.0,,,,,,,,3.0,,2017-12-11 06:04:15.000,15.0,,,,,,,,,,,,,,,, +680,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,,208.0,28.0,61.0,54.0,60.0,1058.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,129.0,119.0,https://pypi.org/project/fastfm,649.0,654.0,,,,,,,,3.0,593.0,2017-11-23 06:59:56.000,10.0,,,,,,,,,,,,,,,, +681,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,2.0,246.0,48.0,46.0,26.0,127.0,1036.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,204.0,204.0,,,,,,,,3.0,,2019-04-19 05:28:27.000,,,,,,,,,,,,,,,,, +682,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,,133.0,36.0,16.0,8.0,3.0,922.0,Nudity detection with Python.,12.0,21,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3589.0,3577.0,https://pypi.org/project/nudepy,1395.0,1395.0,,,,,,,,3.0,,2020-11-23 13:49:17.000,12.0,,,,,,,,,,,,,,,, +683,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,2023-07-24 18:18:54.000000,2022-05-13 18:48:12,83.0,,181.0,24.0,58.0,10.0,27.0,914.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",16.0,21,False,2022-06-14 18:11:08.000,0.2.0,11.0,saliency,,,,['tensorflow'],81.0,75.0,https://pypi.org/project/saliency,3088.0,3088.0,,,,,,,,3.0,,2022-06-14 18:11:08.000,6.0,,,,,,,,,,,,,,,, +684,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,2023-12-12 19:09:25.594000,2023-11-09 15:26:22,727.0,2.0,139.0,16.0,100.0,27.0,230.0,904.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,44.0,21,True,2023-10-06 08:51:23.000,0.6.18,28.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],,,https://pypi.org/project/torch-sparse,26877.0,32632.0,https://anaconda.org/conda-forge/pytorch_sparse,2023-12-12 19:09:25.594,241723.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +685,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,73.0,6.0,5.0,4.0,23.0,805.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],404.0,392.0,https://pypi.org/project/iterative-stratification,43724.0,43724.0,,,,,,,,3.0,,2021-10-03 18:49:49.000,12.0,,,,,,,,,,,,,,,, +686,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,2023-12-28 13:47:44.000000,2023-12-27 20:10:54,1135.0,48.0,123.0,30.0,951.0,15.0,50.0,748.0,Machine learning framework for both deep learning and traditional algorithms.,35.0,21,True,2021-06-22 05:25:53.000,NeoML-master_2.0.5.0,2.0,neoml,,,,,,,https://pypi.org/project/neoml,519.0,519.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +687,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,60.0,23.0,47.0,10.0,17.0,725.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,21,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,499.0,1505.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22150.0,,,,,3.0,,2023-08-29 06:52:02.000,2.0,,,,,,,,,,,,,,,, +688,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2023-12-21 14:57:46.000000,2023-10-17 14:50:08,1502.0,1.0,78.0,36.0,645.0,22.0,118.0,695.0,Scikit-learn style model finetuning for NLP.,22.0,21,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",13.0,11.0,https://pypi.org/project/finetune,39.0,39.0,,,,,,,,3.0,,2023-09-29 10:19:51.000,2.0,,,,,,,,,,,,,,,, +689,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,2023-12-17 01:04:25.000000,2023-12-16 08:40:11,489.0,4.0,98.0,31.0,556.0,197.0,244.0,640.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2023-12-16 12:29:07.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,4367.0,4367.0,,,,,,,,3.0,,2023-08-29 16:27:32.000,1.0,,,,,,,,,,,,,,,, +690,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,,105.0,30.0,1.0,13.0,3.0,632.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,True,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",604.0,596.0,https://pypi.org/project/combo,23435.0,23435.0,,,,,,,,3.0,,2022-04-02 16:20:07.000,8.0,,,,,,,,,,,,,,,, +691,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,301.0,591.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,,,,,59.0,58.0,https://pypi.org/project/neuraxle,206.0,206.0,,,,,,,,3.0,,2022-08-16 19:50:37.507,1.0,,,,,,,,,,,,,,,, +692,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,2023-02-14 11:18:28.000000,2023-02-14 11:18:28,249.0,,88.0,26.0,31.0,28.0,6.0,569.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'],358.0,351.0,https://pypi.org/project/skope-rules,47335.0,47335.0,,,,,,,,3.0,,2020-01-25 12:01:37.000,7.0,,,,,,,,,,,,,,,, +693,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,29.0,31.0,5.0,24.0,556.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,,,,,48.0,46.0,https://pypi.org/project/seglearn,1273.0,1273.0,,,,,,,,3.0,,2021-03-13 16:18:30.000,2.0,,,,,,,,,,,,,,,, +694,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2023-12-05 18:45:44.000000,2023-10-04 12:31:54,297.0,4.0,97.0,15.0,51.0,13.0,15.0,541.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,47.0,47.0,https://pypi.org/project/recmetrics,11351.0,11351.0,,,,,,,,3.0,5.0,2022-04-26 17:57:01.000,,,,,,,,,,,,,,,,, +695,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,3.0,54.0,60.0,9.0,23.0,25.0,512.0,Python library assists deep learning on graphs.,18.0,21,True,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,81.0,80.0,https://pypi.org/project/deepsnap,522.0,522.0,,,,,,,,3.0,10.0,2021-09-05 22:57:16.000,1.0,,,,,,,,,,,,,,,, +696,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,2023-08-01 17:51:43.000000,2023-07-18 10:24:07,542.0,,34.0,14.0,222.0,13.0,40.0,476.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:06:08.000,1.4.6,34.0,popmon,,,,"['pandas', 'spark']",20.0,20.0,https://pypi.org/project/popmon,9702.0,9705.0,,,,,,,,3.0,138.0,,,,,,,,,,,,,,,,,, +697,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,2023-12-07 13:59:00.000000,2023-03-05 00:16:57,419.0,,96.0,36.0,276.0,69.0,173.0,450.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,21,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,75.0,73.0,https://pypi.org/project/tick,1025.0,1028.0,,,,,,,,3.0,292.0,2020-05-24 22:01:17.000,2.0,,,,,,,,,,,,,,,, +698,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2023-12-22 12:48:46.000000,2023-12-01 23:20:05,2811.0,109.0,60.0,12.0,254.0,9.0,109.0,410.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,48.0,48.0,,,,,,,,3.0,,2022-04-12 08:56:50.000,,,,,,,,,,,,,,,,, +699,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,2023-12-27 02:16:31.000000,2023-12-11 07:05:24,4782.0,77.0,32.0,13.0,1.0,2.0,80.0,398.0,Deep Learning PyTorch.,,21,True,2023-04-22 01:50:50.000,0.4.1,26.0,carefree-learn,,,,['pytorch'],4.0,4.0,https://pypi.org/project/carefree-learn,210.0,210.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +700,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,,27.0,10.0,9.0,2.0,9.0,384.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'],897.0,891.0,https://pypi.org/project/julius,165585.0,165585.0,,,,,,,,3.0,,2022-09-20 06:43:57.063,6.0,,,,,,,,,,,,,,,, +701,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,377.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,388.0,388.0,,,,,,,,3.0,,2021-09-14 22:55:51.000,,,,,,,,,,,,,,,,, +702,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,32.0,184.0,360.0,scalable audio processing framework and server written in Python.,22.0,21,False,2023-01-03 17:34:09.000,1.1.3,6.0,TimeSide,,,,,16.0,16.0,https://pypi.org/project/TimeSide,75.0,75.0,,,,,,,,3.0,,,,,,yomguy/TimeSide,,,,,,,,,,,,, +703,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,,33.0,18.0,6.0,18.0,21.0,303.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],80.0,79.0,https://pypi.org/project/dm-launchpad,2471.0,2471.0,,,,,,,,3.0,,2022-04-28 06:23:38.000,1.0,,,google-deepmind/launchpad,,,,,,,,,,,,, +704,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:17:24.000000,2023-11-16 02:17:17,251.0,6.0,23.0,8.0,4.0,22.0,59.0,277.0,Multiple Imputation with LightGBM in Python.,6.0,21,False,2022-12-12 14:01:15.000,DOI,8.0,miceforest,conda-forge/miceforest,,,,113.0,113.0,https://pypi.org/project/miceforest,26393.0,26792.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11574.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +705,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2023-10-13 23:30:32.439000,2022-09-26 07:14:12,621.0,,67.0,27.0,29.0,30.0,113.0,256.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",19.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,12.0,,https://pypi.org/project/somoclu,1881.0,4077.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,82833.0,,,,,3.0,1846.0,2023-02-18 02:51:08.166,12.0,,,,,,,,,,,,,,,, +706,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,,19.0,20.0,464.0,90.0,76.0,225.0,Functional tensors for probabilistic programming.,11.0,21,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],70.0,65.0,https://pypi.org/project/funsor,36534.0,36534.0,,,,,,,,3.0,,2023-01-23 08:32:39.757,5.0,,,,,,,,,,,,,,,, +707,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,1.0,1098.0,99.0,48.0,363.0,280.0,6069.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,20,True,,,,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,18.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +708,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,97.0,16.0,53.0,17.0,3352.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,141.0,134.0,https://pypi.org/project/tensorwatch,606.0,606.0,,,,,,,,3.0,,2020-03-04 07:26:22.000,7.0,,,,,,,,,,,,,,,, +709,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,2023-04-26 19:35:05.000000,2023-04-26 19:32:49,683.0,,482.0,215.0,16.0,24.0,4.0,3258.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,20,True,2023-04-26 19:36:36.846,0.11.12,13.0,finmarketpy,,,,,11.0,11.0,https://pypi.org/project/finmarketpy,104.0,104.0,,,,,,,,3.0,49.0,2021-10-07 14:58:03.000,,,,,,,,,,,,,,,,, +710,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,,314.0,60.0,242.0,173.0,109.0,3008.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,True,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,1623.0,1637.0,,,,,,,,3.0,672.0,2022-11-03 06:46:55.989,2.0,,,,,,,,,,,,,,,, +711,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,2897.0,Quickly search over billions of images.,19.0,20,True,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,752.0,752.0,,,,,,,,3.0,,2017-02-13 14:54:48.000,4.0,,,rhsimplex/image-match,,,,,,,,,,,,, +712,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2023-10-11 16:38:54.000000,2021-06-15 18:41:51,22.0,,261.0,33.0,19.0,27.0,37.0,2889.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1497.0,1497.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +713,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,2023-12-15 22:52:18.000000,2023-12-15 22:50:38,766.0,1.0,356.0,93.0,547.0,83.0,92.0,2740.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,20,True,2019-05-09 10:06:22.000,1.0.0,1.0,tensorflow-graphics,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-graphics,5599.0,5599.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +714,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,,453.0,127.0,225.0,87.0,183.0,2284.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,True,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,87.0,87.0,,,,,,,,3.0,,2019-10-10 14:17:10.000,2.0,,,,,,,,,,,,,,,, +715,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,231.0,62.0,105.0,24.0,56.0,2090.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,2.0,pycls,,,,['pytorch'],16.0,16.0,https://pypi.org/project/pycls,1308.0,1308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +716,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,15.0,105.0,2003.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,2021-11-06 23:08:36.000,1.4.4,21.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,3528.0,3528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +717,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,,176.0,55.0,895.0,129.0,586.0,1870.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,19.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +718,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,,209.0,38.0,111.0,54.0,42.0,1694.0,"Large-scale linear classification, regression and ranking in Python.",17.0,20,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],9.0,,https://pypi.org/project/sklearn-contrib-lightning,1566.0,3860.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,203074.0,,,,,3.0,407.0,2022-01-30 00:43:43.000,9.0,,,,,,,,,,,,,,,, +719,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,,140.0,102.0,150.0,21.0,20.0,1552.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,22.0,21.0,https://pypi.org/project/lore,1014.0,1014.0,,,,,,,,3.0,,2022-02-18 18:01:38.000,1.0,,,,,,,,,,,,,,,, +720,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,,157.0,46.0,3.0,13.0,15.0,1529.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'],22.0,22.0,https://pypi.org/project/lambda-networks,1857.0,1857.0,,,,,,,,3.0,,2020-11-18 08:19:23.000,,,,,,,,,,,,,,,,, +721,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,,400.0,102.0,36.0,11.0,24.0,1408.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'],31.0,31.0,https://pypi.org/project/dltk,67.0,67.0,,,,,,,,3.0,,2018-02-26 17:43:57.000,,,,,,,,,,,,,,,,, +722,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,41.0,13.0,14.0,9.0,1265.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,,,,,112.0,111.0,https://pypi.org/project/doc2text,2404.0,2404.0,,,,,,,,3.0,,2016-09-06 21:59:21.000,1.0,,,,,,,,,,,,,,,, +723,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,2023-06-16 19:27:46.249000,2022-08-31 13:13:15,103.0,,80.0,40.0,14.0,12.0,27.0,1263.0,A Graph Neural Network Library in Jax.,17.0,20,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],136.0,125.0,https://pypi.org/project/jraph,6346.0,6503.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4088.0,,,,,3.0,,2022-08-12 15:25:29.659,11.0,,,google-deepmind/jraph,,,,,,,,,,,,, +724,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,56.0,14.0,30.0,19.0,1010.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,,,,180.0,168.0,https://pypi.org/project/geoplotlib,660.0,917.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,7978.0,,,,,3.0,,2016-07-27 14:55:01.000,12.0,,,,,,,,,,,,,,,, +725,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2023-12-13 18:40:36.000000,2023-12-13 18:40:36,436.0,9.0,187.0,61.0,7.0,13.0,29.0,1009.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,161.0,161.0,,,,,,,,3.0,,2020-08-29 18:44:15.000,,,,,,,,,,,,,,,,, +726,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,1009.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'],77.0,73.0,https://pypi.org/project/tensornets,92.0,92.0,,,,,,,,3.0,,2020-03-31 04:35:15.000,4.0,,,,,,,,,,,,,,,, +727,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,2023-12-19 05:15:05.000000,2020-04-17 02:27:44,79.0,,130.0,26.0,75.0,43.0,36.0,989.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,245718.0,245889.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7704.0,,,,,3.0,,2020-04-17 02:18:00.000,2.0,,,,,,,,,,,,,,,, +728,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2023-09-04 22:14:55.000000,2023-09-04 22:14:55,303.0,,87.0,18.0,72.0,18.0,42.0,922.0,Audio processing by using pytorch 1D convolution network.,15.0,20,True,2022-10-09 13:50:13.300,0.3.2,39.0,nnAudio,,,,,153.0,150.0,https://pypi.org/project/nnAudio,4117.0,4117.0,,,,,,,,3.0,,2021-12-24 09:38:22.000,3.0,,,,,,,,,,,,,,,, +729,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,,225.0,31.0,38.0,39.0,21.0,823.0,An open source python library for scalable Bayesian optimisation.,13.0,20,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,2.0,,https://pypi.org/project/dragonfly-opt,9087.0,9087.0,,,,,,,,3.0,,2022-10-01 22:28:00.848,2.0,,,,,,,,,,,,,,,, +730,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,125.0,17.0,24.0,27.0,39.0,796.0,python partial dependence plot toolbox.,7.0,20,True,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,23617.0,23987.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19642.0,,,,,3.0,,2021-03-14 16:21:17.000,26.0,,,,,,,,,,,,,,,, +731,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,,153.0,38.0,46.0,40.0,49.0,778.0,Public facing deeplift repo.,11.0,20,False,,,21.0,deeplift,,,,,87.0,87.0,https://pypi.org/project/deeplift,468.0,468.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +732,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,159.0,76.0,98.0,51.0,43.0,753.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,20789.0,20789.0,,,,,,,,3.0,,2018-05-16 14:20:28.000,1.0,,,,,,,,,,,,,,,, +733,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,37.0,33.0,25.0,39.0,748.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,20,True,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,112.0,96.0,https://pypi.org/project/NearPy,568.0,568.0,,,,,,,,3.0,,2016-09-27 13:03:12.000,16.0,,,,,,,,,,,,,,,, +734,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,2023-07-02 20:27:29.000000,2021-07-30 15:06:27,104.0,,127.0,30.0,28.0,21.0,34.0,748.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'],44.0,42.0,https://pypi.org/project/sklearn-deap,366.0,366.0,,,,,,,,3.0,,2021-07-30 15:13:54.000,2.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,,138.0,25.0,19.0,20.0,5.0,731.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,20,False,,,1.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],584.0,584.0,https://pypi.org/project/treeinterpreter,72644.0,72804.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6080.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +736,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,,52.0,30.0,12.0,11.0,15.0,628.0,Log TensorBoard events without touching TensorFlow.,5.0,20,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,218.0,164.0,https://pypi.org/project/tensorboard_logger,5778.0,5778.0,,,,,,,,3.0,,2018-02-08 07:28:51.000,54.0,,,,,,,,,,,,,,,, +737,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,105.0,24.0,25.0,43.0,61.0,607.0,Build fully-functioning computer vision models with PyTorch.,12.0,20,False,2022-02-02 00:22:07.000,1.2.2,12.0,detecto,conda-forge/detecto,,,['pytorch'],155.0,155.0,https://pypi.org/project/detecto,2057.0,2172.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3459.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +738,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,104.0,10.0,14.0,5.0,16.0,565.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,310.0,306.0,https://pypi.org/project/pywaffle,3700.0,3887.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11273.0,,,,,3.0,,2022-06-08 03:10:36.000,4.0,,,,,,,,,,,,,,,, +739,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,556.0,A simplified framework and utilities for PyTorch.,20.0,20,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],134.0,129.0,https://pypi.org/project/poutyne,3142.0,3142.0,,,,,,,,3.0,,2022-04-28 20:18:33.000,5.0,,,,,,,,,,,,,,,, +740,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,,165.0,57.0,20.0,39.0,60.0,536.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,32.0,27.0,https://pypi.org/project/pyhsmm,73.0,73.0,,,,,,,,3.0,,2017-05-10 17:14:37.000,5.0,,,,,,,,,,,,,,,, +741,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,53.0,11.0,20.0,11.0,37.0,509.0,Joyplots in Python with matplotlib & pandas.,6.0,20,False,,,5.0,joypy,conda-forge/joypy,,,,330.0,330.0,https://pypi.org/project/joypy,9087.0,9500.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,23571.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,2023-12-28 03:48:56.000000,2023-10-13 05:07:33,152.0,11.0,21.0,5.0,43.0,1.0,8.0,486.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",9.0,20,True,2023-10-13 05:08:46.000,0.4.8,24.0,uform,,,,['pytorch'],10.0,10.0,https://pypi.org/project/uform,540.0,540.0,,,,,,,,3.0,,2023-10-13 05:08:46.000,,,,,,,,,,,,,,,,, +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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,464.0,A python library for Bayesian time series modeling.,6.0,20,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,34.0,32.0,https://pypi.org/project/pydlm,22752.0,22752.0,,,,,,,,3.0,,2018-12-19 10:27:54.000,2.0,,,,,,,,,,,,,,,, +744,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,,79.0,20.0,247.0,7.0,23.0,394.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 17:58:08.000,2.0.0,9.0,model-card-toolkit,,,,,22.0,22.0,https://pypi.org/project/model-card-toolkit,1307.0,1307.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,, +745,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2023-11-17 08:50:12.000000,2023-11-17 08:50:12,72.0,3.0,57.0,8.0,10.0,11.0,18.0,352.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,75.0,71.0,https://pypi.org/project/textaugment,4585.0,4586.0,,,,,,,,3.0,64.0,2023-11-16 20:49:04.000,4.0,,,,,,,,,,,,,,,, +746,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,,46.0,26.0,19.0,15.0,16.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'],237.0,231.0,https://pypi.org/project/mxboard,2008.0,2008.0,,,,,,,,3.0,,2018-05-22 20:25:51.000,6.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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,11.0,42.0,13.0,63.0,3.0,56.0,310.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,20,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,246.0,246.0,,,,,,,,3.0,,2022-03-10 14:57:02.000,2.0,,,,,,,,,,,,,,,, +748,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,2023-03-23 15:39:49.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,41.0,8.0,10.0,287.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']",18.0,16.0,https://pypi.org/project/sk-dist,309550.0,309550.0,,,,,,,,3.0,,2020-05-14 22:20:14.000,2.0,,,,,,,,,,,,,,,, +749,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2023-12-21 17:25:57.000000,2023-12-21 17:16:19,628.0,27.0,10.0,22.0,312.0,37.0,77.0,279.0,Serverside scaling for Vega and Altair visualizations.,3.0,20,False,2023-12-19 14:29:44.000,1.5.1,64.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,2.0,,https://pypi.org/project/vegafusion-jupyter,1428.0,6378.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2023-12-19 18:29:32.863,86015.0,,,,,3.0,4958.0,2023-12-21 17:19:37.000,1.0,,,hex-inc/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,640.0,2023-12-21 17:22:40.863,1.0,,,,,,,, +750,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,20.0,74.0,22.0,431.0,28.0,51.0,263.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,137.0,137.0,,,,,,,,3.0,,2023-11-22 19:01:05.000,,,,,,,,,,,,,,,,, +751,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2023-12-27 13:32:51.000000,2023-12-25 21:50:38,662.0,41.0,21.0,4.0,43.0,,,259.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML pipeline from..,9.0,20,False,2023-09-08 15:06:42.000,1.1.186,81.0,upgini,,,,,5.0,5.0,https://pypi.org/project/upgini,5731.0,5731.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +752,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,2023-12-20 21:11:16.000000,2023-01-26 17:04:18,400.0,,101.0,19.0,389.0,67.0,86.0,249.0,An open-source toolkit for large-scale genomic analysis.,24.0,20,False,2022-04-21 00:32:28.000,1.2.1,15.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,25210.0,25321.0,https://anaconda.org/conda-forge/glow,2023-06-16 19:24:57.965,3777.0,,,,,3.0,,2022-04-19 23:43:38.000,,,,,,,,,,,,,,,,, +753,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2023-12-02 13:39:03.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,156.0,18.0,62.0,232.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,41.0,39.0,https://pypi.org/project/pyrdf2vec,285.0,285.0,,,,,,,,3.0,,2021-06-09 10:56:14.000,2.0,,,,,,,,,,,,,,,, +754,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,2023-12-22 07:53:44.000000,2023-12-22 07:53:43,581.0,6.0,33.0,25.0,634.0,21.0,127.0,231.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,915.0,936.0,,,,,,,,3.0,979.0,2023-08-10 10:30:37.000,,,,,,,,,,,,,,,,, +755,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:02:54.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,228.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:02:54.000,0.4.6,12.0,pyfasttext,,,,,387.0,387.0,https://pypi.org/project/pyfasttext,1394.0,1398.0,,,,,,,,3.0,365.0,,,,,,,,,,,,,,,,,, +756,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,210.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,67.0,65.0,https://pypi.org/project/numerizer,63784.0,63784.0,,,,,,,,3.0,,2023-01-03 08:08:01.830,2.0,,,,,,,,,,,,,,,, +757,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,,470.0,87.0,180.0,104.0,161.0,3535.0,A high performance and generic framework for distributed DNN training.,21.0,19,False,2020-02-19 23:44:20.000,0.2,1.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,48.0,72.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1323.0,3.0,,,,,,,,,,,,,,,,,,, +758,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,,378.0,208.0,9.0,4.0,16.0,3141.0,TensorFlow Reinforcement Learning.,13.0,19,False,,,,trfl,,,,['tensorflow'],138.0,138.0,https://pypi.org/project/trfl,937.0,937.0,,,,,,,,3.0,,,,,,google-deepmind/trfl,,,,,,,,,,,,, +759,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,,168.0,66.0,54.0,3.0,44.0,3071.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,19,True,2021-11-19 16:51:47.000,1.0.0,14.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,26.0,27.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,, +760,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,,359.0,86.0,4.0,3.0,18.0,2128.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.0,19,False,,,,pdftabextract,,,,,48.0,48.0,https://pypi.org/project/pdftabextract,334.0,334.0,,,,,,,,3.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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1637.0,Version control for machine learning.,17.0,19,False,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,1927.0,1927.0,,,,,,,,3.0,,2021-01-25 21:51:16.000,1.0,,,,,,,,,,,,,,,, +762,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,169.0,23.0,20.0,14.0,30.0,1530.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,69.0,69.0,,,,,,,,3.0,28.0,2022-03-24 23:19:13.000,,,,,,,,,,,,,,,,, +763,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,,140.0,17.0,11.0,41.0,43.0,1021.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'],113.0,108.0,https://pypi.org/project/performer-pytorch,1820.0,1820.0,,,,,,,,3.0,,2022-02-02 20:34:04.000,5.0,,,,,,,,,,,,,,,, +764,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,,144.0,15.0,24.0,58.0,69.0,846.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,90.0,89.0,https://pypi.org/project/pytorch2keras,417.0,417.0,,,,,,,,3.0,,2020-05-14 10:03:56.000,1.0,,,,,,,,,,,,,,,, +765,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,101.0,26.0,48.0,19.0,35.0,724.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,,,,,23.0,21.0,https://pypi.org/project/matrixprofile-ts,235.0,235.0,,,,,,,,3.0,,2019-08-08 01:24:38.000,2.0,,,,,,,,,,,,,,,, +766,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,2023-12-03 18:38:28.000000,2023-12-03 18:37:11,285.0,9.0,106.0,18.0,21.0,,85.0,643.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",11.0,19,True,2023-12-03 18:38:28.000,0.0.82,36.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,4348.0,4348.0,,,,,,,,3.0,,2023-12-03 18:38:28.000,,,,,,,,,,,,,,,,, +767,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2023-12-19 15:51:58.000000,2023-12-19 11:36:08,862.0,1.0,101.0,44.0,72.0,42.0,23.0,594.0,Bias and Fairness Audit Toolkit.,18.0,19,True,,,,aequitas,,,,,146.0,146.0,https://pypi.org/project/aequitas,1748.0,1748.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +768,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,13.0,22.0,560.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,258.0,258.0,,,,,,,,3.0,,2020-10-16 03:10:01.000,4.0,,,,,,,,,,,,,,,, +769,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,,67.0,12.0,10.0,22.0,41.0,514.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,,,,,44.0,44.0,https://pypi.org/project/fastt5,1528.0,1528.0,,,,,,,,3.0,,2022-04-05 03:23:12.000,,,,,,,,,,,,,,,,, +770,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,1.0,95.0,26.0,6.0,3.0,31.0,477.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,19,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,1005.0,1005.0,,,,,,,,3.0,,2022-06-01 23:08:15.000,2.0,,,,,,,,,,,,,,,, +771,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2023-08-12 16:28:59.000000,2023-08-12 16:28:59,266.0,,104.0,20.0,56.0,27.0,20.0,466.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,19,True,2023-03-15 20:10:41.000,0.4.4,7.0,rrcf,,,,,58.0,58.0,https://pypi.org/project/rrcf,2739.0,2739.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +772,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,5.0,105.0,71.0,7.0,15.0,19.0,418.0,semantic similarity framework for knowledge graph.,10.0,19,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,46.0,https://pypi.org/project/sematch,247.0,247.0,,,,,,,,3.0,,2017-04-17 10:56:52.000,3.0,,,,,,,,,,,,,,,, +773,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,,48.0,10.0,37.0,28.0,37.0,343.0,Data imputations library to preprocess datasets with missing data.,11.0,19,False,,,,impyute,,,,,213.0,213.0,https://pypi.org/project/impyute,4247.0,4247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +774,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,2023-11-13 20:22:49.000000,2023-08-16 21:27:14,316.0,,74.0,26.0,326.0,6.0,9.0,327.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,33.0,19,True,2023-05-03 22:54:39.000,0.44.0,23.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,1642.0,1642.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +775,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2023-12-07 09:25:39.000000,2023-12-05 10:10:07,457.0,38.0,48.0,14.0,77.0,13.0,35.0,224.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,19,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,7736.0,7736.0,,,,,,,,3.0,,2022-02-08 01:23:07.000,1.0,,,,,,,,,,,,,,,, +776,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,30.0,12.0,197.0,21.0,73.0,186.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,19,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],32.0,31.0,https://pypi.org/project/celer,717.0,717.0,,,,,,,,3.0,,2023-07-26 15:36:39.000,1.0,,,,,,,,,,,,,,,, +777,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2023-12-22 12:38:26.000000,2020-04-18 19:15:25,24.0,,877.0,129.0,38.0,28.0,9.0,6949.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,18,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],36.0,34.0,https://pypi.org/project/micrograd,662.0,662.0,,,,,,,,3.0,,2020-04-18 19:06:59.000,2.0,,,,,,,,,,,,,,,, +778,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,,765.0,338.0,58.0,2.0,,6628.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,55.0,62.0,,,,,,,,3.0,321.0,2018-02-17 00:12:46.000,,,,,,,,,,,,,,,,, +779,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,,875.0,109.0,51.0,45.0,159.0,6165.0,Model parallel transformers in JAX and Haiku.,23.0,18,True,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +780,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,108.0,83.0,67.0,48.0,2923.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'],,,,,109.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8539.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +781,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,2023-12-19 05:38:08.000000,2023-11-15 17:31:54,640.0,23.0,355.0,38.0,759.0,149.0,106.0,2678.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,74.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +782,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,816.0,86.0,30.0,31.0,80.0,2609.0,DeepWalk - Deep Learning for Graphs.,10.0,18,False,2014-11-19 19:20:33.000,1.0.2,1.0,deepwalk,,,,,69.0,69.0,https://pypi.org/project/deepwalk,906.0,906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +783,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,,250.0,57.0,65.0,8.0,31.0,1353.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,41.0,41.0,,,,,,,,3.0,,2018-12-05 02:48:50.000,,,,,,,,,,,,,,,,, +784,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2023-06-16 19:21:11.893000,2022-02-14 20:43:06,145.0,,163.0,18.0,41.0,22.0,59.0,853.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,165.0,162.0,https://pypi.org/project/robustness,490.0,688.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,7953.0,,,,,3.0,,2020-12-01 06:21:33.000,3.0,,,,,,,,,,,,,,,, +785,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,,188.0,33.0,15.0,18.0,22.0,786.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'],14.0,13.0,https://pypi.org/project/tffm,57.0,57.0,,,,,,,,3.0,,2022-01-17 20:35:57.000,1.0,,,,,,,,,,,,,,,, +786,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,2023-12-18 11:16:55.000000,2023-04-14 10:59:37,29.0,,79.0,15.0,33.0,6.0,22.0,785.0,Leave One Feature Out Importance.,5.0,18,True,2023-04-15 05:47:00.405,0.3.3,13.0,lofo-importance,,,,,29.0,27.0,https://pypi.org/project/lofo-importance,678.0,678.0,,,,,,,,3.0,,2022-04-27 12:56:30.000,2.0,,,,,,,,,,,,,,,, +787,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,,111.0,19.0,58.0,2.0,13.0,728.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,True,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2775.0,2775.0,,,,,,,,3.0,28.0,2021-10-13 21:04:12.000,2.0,,,,,,,,,,,,,,,, +788,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2023-10-03 22:41:56.000000,2021-09-16 17:56:31,171.0,,143.0,35.0,80.0,9.0,55.0,602.0,Code for the TCAV ML interpretability project.,19.0,18,False,2018-11-21 15:34:40.000,0.2,2.0,tcav,,,,['tensorflow'],19.0,19.0,https://pypi.org/project/tcav,121.0,121.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +789,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,1.0,18.0,594.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,18,False,,,15.0,baikal,conda-forge/cython-blis,,,,10.0,10.0,https://pypi.org/project/baikal,349.0,52407.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2030271.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +790,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,4.0,38.0,15.0,18.0,,20.0,584.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +791,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",16.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,18.0,18.0,https://pypi.org/project/atm,133.0,133.0,,,,,,,,3.0,,2019-07-30 09:25:11.000,,,,,,,,,,,,,,,,, +792,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,2023-10-25 00:20:13.000000,2022-08-24 08:31:37,29.0,,64.0,6.0,5.0,2.0,26.0,507.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,2.0,18,False,2022-08-24 08:33:07.000,0.2.6,9.0,shap-hypetune,,,,,16.0,15.0,https://pypi.org/project/shap-hypetune,3495.0,3495.0,,,,,,,,3.0,,2022-08-24 08:33:00.976,1.0,,,,,,,,,,,,,,,, +793,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,2022-03-13 16:33:15.000000,2022-03-13 16:33:15,64.0,,49.0,18.0,7.0,16.0,4.0,465.0,Topological Data Analysis for Python.,4.0,18,False,2021-08-03 00:23:20.000,1.0.0,4.0,scikit-tda,,,,['sklearn'],49.0,49.0,https://pypi.org/project/scikit-tda,3785.0,3785.0,,,,,,,,3.0,,2021-08-03 00:23:20.000,,,,,,,,,,,,,,,,, +794,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,,30.0,16.0,148.0,39.0,66.0,458.0,A High Level API for Deep Learning in JAX.,18.0,18,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",43.0,43.0,https://pypi.org/project/elegy,112.0,112.0,,,,,,,,3.0,,2022-04-22 15:42:03.000,,,,,,,,,,,,,,,,, +795,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,17.0,17.0,403.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,59.0,56.0,https://pypi.org/project/animatplot,339.0,559.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12770.0,,,,,3.0,,2020-10-05 06:20:52.000,3.0,,,,,,,,,,,,,,,, +796,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,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],15.0,13.0,https://pypi.org/project/camphr,192.0,192.0,,,,,,,,3.0,,2023-03-07 22:10:10.175,2.0,,,,,,,,,,,,,,,, +797,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,,51.0,11.0,60.0,17.0,41.0,325.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,37.0,33.0,https://pypi.org/project/parameter-sherpa,262.0,262.0,,,,,,,,3.0,,2019-11-23 21:32:27.000,4.0,,,,,,,,,,,,,,,, +798,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,5.0,128.0,34.0,323.0,81.0,129.0,319.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,75.0,94.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1795.0,3.0,,2020-10-15 20:45:08.000,1.0,,,,,,,,,,,,,,,, +799,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,290.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'],3.0,3.0,https://pypi.org/project/bluefog,159.0,162.0,,,,,,,,3.0,154.0,2021-05-15 01:39:45.000,,,,,,,,,,,,,,,,, +800,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,13.0,39.0,260.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:07:18.000,0.1.9,10.0,solt,,,,,51.0,51.0,https://pypi.org/project/solt,830.0,830.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +801,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,4.0,11.0,8.0,2.0,,5.0,173.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,18,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],10.0,8.0,https://pypi.org/project/ipyexperiments,432.0,432.0,,,,,,,,3.0,,2023-12-15 03:21:06.000,2.0,,,,,,,,,,,,,,,, +802,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,2023-12-04 09:52:11.000000,2023-12-04 09:45:11,841.0,17.0,17.0,8.0,174.0,13.0,20.0,149.0,Toolkit for developing and maintaining ML models.,14.0,18,False,2023-11-29 09:25:12.000,0.0.31,32.0,modelkit,,,,,,,https://pypi.org/project/modelkit,3039.0,3039.0,,,,,,,,3.0,,2023-12-04 09:52:06.000,,,,,,,,,,,,,,,,, +803,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,125.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,,,,8671.0,8485.0,https://pypi.org/project/nvidia-ml-py3,306420.0,306456.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1053.0,,,,,3.0,,2017-06-03 07:43:46.000,186.0,,,,,,,,,,,,,,,, +804,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,,1383.0,471.0,21.0,59.0,166.0,6955.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,,,,,,,,,,,,, +805,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,18.0,11.0,25.0,18.0,1157.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'],49.0,47.0,https://pypi.org/project/tez,215.0,215.0,,,,,,,,3.0,,2022-09-20 02:28:33.973,2.0,,,,,,,,,,,,,,,, +806,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,,87.0,35.0,72.0,25.0,30.0,1093.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,3284.0,3284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +807,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,,112.0,21.0,37.0,20.0,8.0,1040.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,70.0,69.0,https://pypi.org/project/fiber,58.0,58.0,,,,,,,,3.0,,2020-07-09 03:28:28.000,1.0,,,,,,,,,,,,,,,, +808,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,,145.0,45.0,5.0,3.0,7.0,976.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,,,,,29.0,23.0,https://pypi.org/project/xai,177.0,177.0,,,,,,,,3.0,,2021-10-30 06:33:26.000,6.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,13.0,13.0,8.0,16.0,743.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'],28.0,28.0,https://pypi.org/project/tensor-sensor,2514.0,2621.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2788.0,,,,,3.0,,2021-12-11 21:24:35.000,,,,,,,,,,,,,,,,, +810,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,,121.0,43.0,435.0,25.0,130.0,700.0,GPU accelerated signal processing.,46.0,17,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +811,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,18.0,21.0,29.0,50.0,672.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,33.0,33.0,,,,,,,,3.0,,2020-06-12 20:05:15.000,,,,,,,,,,,,,,,,, +812,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2021-11-25 23:19:05.000000,2021-11-25 23:08:43,204.0,,88.0,24.0,18.0,7.0,20.0,452.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,17,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],12.0,12.0,https://pypi.org/project/caserecommender,120.0,120.0,,,,,,,,3.0,,2021-11-25 23:19:05.000,,,,,,,,,,,,,,,,, +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,,29.0,11.0,121.0,31.0,150.0,345.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,126.0,126.0,,,,,,,,3.0,,2018-12-07 06:16:42.000,,,,,,,,,,,,,,,,, +814,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,2023-12-26 17:26:52.000000,2023-08-19 12:43:22,678.0,,54.0,30.0,76.0,12.0,25.0,342.0,A Python implementation of active inference for Markov Decision Processes.,14.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,119.0,119.0,,,,,,,,3.0,,2022-12-08 15:25:01.498,,,,,,,,,,,,,,,,, +815,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,2023-12-24 08:55:39.000000,2023-10-04 14:18:48,810.0,1.0,23.0,7.0,68.0,26.0,19.0,340.0,Flexible time series feature extraction & processing.,6.0,17,True,2023-02-23 13:56:43.000,0.3.0,15.0,tsflex,conda-forge/tsflex,,,,11.0,11.0,https://pypi.org/project/tsflex,183.0,867.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,19861.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +816,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,15.0,25.0,300.0,Textpipe: clean and extract metadata from text.,29.0,17,False,,,,textpipe,,,,,8.0,8.0,https://pypi.org/project/textpipe,181.0,181.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,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,42.0,11.0,59.0,29.0,47.0,231.0,Scikit-learn compatible estimation of general graphical models.,7.0,17,False,2018-09-12 01:11:31.000,0.2.8,6.0,skggm,,,,['sklearn'],12.0,12.0,https://pypi.org/project/skggm,54.0,54.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,8.0,44.0,224.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,44.0,44.0,,,,,,,,3.0,,2019-11-15 15:46:21.000,2.0,,,,,,,,,,,,,,,, +819,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2023-12-28 04:19:36.000000,2023-12-28 04:19:36,167.0,1.0,1028.0,119.0,24.0,11.0,352.0,4156.0,An Open-Source Package for Neural Relation Extraction (NRE).,12.0,16,True,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +820,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,,525.0,178.0,110.0,50.0,149.0,3900.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +821,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2022-06-22 11:47:45.000000,2022-06-21 18:24:09,30.0,,958.0,62.0,12.0,39.0,25.0,3502.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,,['sklearn'],31.0,31.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +822,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,,167.0,61.0,10.0,26.0,6.0,1840.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,34.0,34.0,,,,,,,,3.0,41.0,2019-04-05 06:47:54.000,,,,,,,,,,,,,,,,, +823,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,,462.0,81.0,36.0,83.0,68.0,1675.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,16,False,2019-03-13 20:28:15.000,1.0-dev2,1.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,297.0,297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +824,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,57.0,34.0,22.0,13.0,1266.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,50.0,50.0,,,,,,,,3.0,,2017-08-21 00:49:41.000,1.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,,116.0,18.0,295.0,3.0,68.0,1043.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,5.0,5.0,https://pypi.org/project/textbox,,,,,,,,,,3.0,,2021-04-15 09:35:06.000,,,,,,,,,,,,,,,,, +826,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2023-12-27 10:05:56.000000,2023-10-21 13:07:20,740.0,3.0,112.0,27.0,109.0,11.0,24.0,1035.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,3.0,,2020-12-23 08:05:25.000,,,,,,,,,,,,,,,,, +827,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,,184.0,43.0,667.0,11.0,27.0,809.0,Translate - a PyTorch Language Library.,88.0,16,False,,,,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,21.0,21.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,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,56.0,18.0,7.0,1.0,10.0,793.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],67.0,66.0,https://pypi.org/project/madgrad,4374.0,4374.0,,,,,,,,3.0,,2022-03-08 18:23:32.000,1.0,,,,,,,,,,,,,,,, +829,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,,110.0,27.0,10.0,24.0,51.0,769.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,1170.0,1170.0,,,,,,,,3.0,,2020-09-10 22:52:00.000,2.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,,56.0,15.0,10.0,26.0,17.0,731.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,16,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,41.0,41.0,https://pypi.org/project/parallelformers,489.0,489.0,,,,,,,,3.0,,2022-07-27 19:52:00.185,,,,,,,,,,,,,,,,, +831,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,,88.0,17.0,15.0,9.0,22.0,717.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,5.0,flashtorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/flashtorch,282.0,282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +832,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,,100.0,25.0,101.0,37.0,84.0,703.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,100.0,106.0,,,,,,,,3.0,411.0,2018-06-14 02:21:57.000,1.0,,,,,,,,,,,,,,,, +833,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,2023-09-26 02:55:16.000000,2023-09-26 02:55:09,610.0,,81.0,25.0,4.0,37.0,42.0,682.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,11.0,16,True,2019-05-07 08:47:56.000,0.3.2,3.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,40.0,40.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +834,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,,93.0,18.0,19.0,3.0,29.0,623.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,12.0,12.0,https://pypi.org/project/textflint,125.0,125.0,,,,,,,,3.0,,2022-03-15 07:18:47.000,,,,,,,,,,,,,,,,, +835,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,1.0,98.0,39.0,106.0,12.0,51.0,548.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,11.0,16,True,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,81.0,84.0,,,,,,,,3.0,220.0,2020-08-19 15:39:10.000,,,,vaticle/typedb-ml,,,,,,,,,,,,, +836,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2023-11-08 16:07:40.000000,2023-11-08 16:07:36,135.0,5.0,40.0,19.0,164.0,3.0,63.0,425.0,A collection of tools for neural compression enthusiasts.,9.0,16,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,85.0,85.0,,,,,,,,3.0,,2023-10-03 14:26:28.000,,,,,,,,,,,,,,,,, +837,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,404.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,,,,,3.0,2.0,https://pypi.org/project/openrec,44.0,44.0,,,,,,,,3.0,,2020-02-18 06:52:11.000,1.0,,,,,,,,,,,,,,,, +838,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,16.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'],9.0,9.0,https://pypi.org/project/pywick,162.0,162.0,,,,,,,,3.0,,2021-10-22 03:19:11.000,,,,,,,,,,,,,,,,, +839,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,,70.0,24.0,48.0,15.0,19.0,389.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,16,False,,,5.0,skrebate,conda-forge/skrebate,,,['sklearn'],,,https://pypi.org/project/skrebate,3328.0,3777.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,31924.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +840,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,2021-01-08 09:52:54.000000,2021-01-08 09:52:49,170.0,,36.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,16,False,2016-12-23 10:46:31.000,0.3.3,10.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +841,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,24.0,21.0,16.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,,pdvega,,,,,84.0,84.0,https://pypi.org/project/pdvega,92.0,92.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +842,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,,72.0,19.0,93.0,25.0,18.0,308.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",,,https://pypi.org/project/pandas-ml,1877.0,1877.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,, +843,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,,23.0,11.0,8.0,1.0,10.0,234.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,3.0,skift,,,,['sklearn'],13.0,13.0,https://pypi.org/project/skift,272.0,272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +844,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,2023-12-06 19:59:05.000000,2023-12-06 19:59:05,370.0,1.0,38.0,6.0,131.0,,35.0,220.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,16,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,596.0,718.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2822.0,,,,,3.0,,2022-01-09 08:50:45.005,1.0,,,aniketmaurya/chitra,,,,,,,,,,,,, +845,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2020-04-04 19:26:44.000000,2020-04-04 19:26:37,127.0,,29.0,5.0,4.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,16,False,,,23.0,parfit,,,,['sklearn'],26.0,26.0,https://pypi.org/project/parfit,4538.0,4538.0,,,,,,,,3.0,,2018-10-11 22:03:16.000,,,,,,,,,,,,,,,,, +846,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,,40.0,1.0,,,,174.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,651.0,651.0,,,,,,,,3.0,,2021-04-30 09:00:22.000,,,,,,,,,,,,,,,,, +847,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,14.0,54.0,16.0,50.0,136.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,,,,,55.0,50.0,https://pypi.org/project/steppy,59.0,59.0,,,,,,,,3.0,,2018-11-23 09:49:59.000,5.0,,,,,,,,,,,,,,,, +848,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,,553.0,141.0,28.0,214.0,102.0,2864.0,A distributed graph deep learning framework.,3.0,15,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],,,https://pypi.org/project/euler-gl,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +849,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,,423.0,143.0,72.0,12.0,53.0,2192.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +850,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,,257.0,52.0,13.0,20.0,13.0,1530.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,15,False,,,,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,29.0,51.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1683.0,3.0,,,,,,,,,,,,,,,,,,, +851,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,2023-10-04 00:38:12.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,20.0,42.0,85.0,1242.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +852,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,215.0,40.0,40.0,59.0,34.0,1102.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +853,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,825.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,58.0,58.0,,,,,,,,3.0,,2018-11-24 00:29:36.000,,,,,,,,,,,,,,,,, +854,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,26.0,4.0,4.0,2.0,670.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,80.0,80.0,,,,,,,,3.0,,2020-01-06 05:27:17.000,2.0,,,,,,,,,,,,,,,, +855,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,,50.0,17.0,83.0,18.0,49.0,556.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,88.0,88.0,,,,,,,,3.0,,2022-05-18 08:35:04.000,,,,,,,,,,,,,,,,, +856,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,,87.0,21.0,18.0,22.0,2.0,497.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,,,,,10.0,10.0,https://pypi.org/project/atspy,182.0,182.0,,,,,,,,3.0,,2020-04-24 18:16:15.000,,,,,,,,,,,,,,,,, +857,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2023-12-15 23:01:56.000000,2023-10-11 20:12:03,257.0,1.0,69.0,23.0,91.0,19.0,15.0,492.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,True,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,1.0,1.0,https://pypi.org/project/caliban,68.0,68.0,,,,,,,,3.0,,2020-09-12 19:41:23.000,,,,,,,,,,,,,,,,, +858,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,2023-07-14 19:31:30.000000,2023-06-18 21:56:30,277.0,,76.0,14.0,126.0,16.0,136.0,459.0,A Python library for dynamic classifier and ensemble selection.,16.0,15,True,,,,deslib,,,,['sklearn'],,,https://pypi.org/project/deslib,1136.0,1136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +859,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2023-10-27 15:32:18.000000,2023-10-27 15:32:10,74.0,3.0,58.0,17.0,60.0,7.0,9.0,437.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,15,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,95.0,95.0,,,,,,,,3.0,,2020-08-07 01:13:52.000,,,,,,,,,,,,,,,,, +860,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,,57.0,19.0,6.0,6.0,,388.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,,,,10.0,9.0,https://pypi.org/project/Adversary,32.0,174.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5862.0,,,,,3.0,,2018-08-29 15:14:41.000,1.0,,,,,,,,,,,,,,,, +861,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,,2015-10-27 12:28:45.000,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,39.0,19.0,2.0,10.0,7.0,278.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,15,False,2020-10-01 13:20:38.000,0.2.3,12.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,310.0,4845.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,172358.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +862,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,11.0,15.0,6.0,4.0,218.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'],6.0,,https://pypi.org/project/nx-altair,558.0,558.0,,,,,,,,3.0,,2020-06-02 21:11:12.000,6.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,,17.0,5.0,2.0,16.0,23.0,186.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'],11.0,11.0,https://pypi.org/project/hugsvision,220.0,220.0,,,,,,,,3.0,,2023-01-22 01:21:35.467,,,,,,,,,,,,,,,,, +864,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-10-25 21:33:40.000000,2023-03-31 15:44:32,231.0,,20.0,28.0,52.0,5.0,7.0,101.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,15,False,,,,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,166.0,166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +865,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2023-12-28 04:18:09.000000,2023-12-28 04:18:09,120.0,6.0,957.0,102.0,28.0,21.0,355.0,3622.0,An Open-Source Package for Knowledge Embedding (KE).,13.0,14,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +866,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,813.0,78.0,34.0,107.0,59.0,3216.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +867,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2023-12-28 04:20:08.000000,2023-12-28 04:20:08,100.0,1.0,483.0,67.0,26.0,4.0,97.0,1666.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +868,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,,,,,,https://pypi.org/project/skater,314.0,1846.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,62834.0,,,,,3.0,,2018-09-21 07:03:32.000,,,,,,,,,,,,,,,,, +869,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,2023-11-17 13:57:42.000000,2023-05-29 18:33:56,62.0,,42.0,11.0,8.0,2.0,12.0,657.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,14,True,,,,rliable`,,,,,108.0,108.0,https://pypi.org/project/rliable`,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +870,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2023-07-06 22:00:59.000000,2022-09-15 18:52:06,185.0,,50.0,10.0,14.0,12.0,17.0,374.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,4.0,14,False,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,737.0,737.0,,,,,,,,3.0,13.0,2021-02-04 16:44:24.000,,,,,,,,,,,,,,,,, +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,371.0,A PyTorch Graph Neural Network Library.,8.0,14,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],3.0,3.0,https://pypi.org/project/ptgnn,101.0,101.0,,,,,,,,3.0,,2021-10-21 21:43:04.000,,,,,,,,,,,,,,,,, +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,298.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,133.0,133.0,,,,,,,,3.0,,2021-03-08 12:51:05.000,,,,,,,,,,,,,,,,, +873,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,13.0,271.0,70.0,175.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,14,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,4100.0,4100.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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,240.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,162.0,162.0,,,,,,,,3.0,,2021-04-20 13:53:12.000,,,,,,,,,,,,,,,,, +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,,33.0,8.0,72.0,31.0,8.0,228.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,45.0,45.0,,,,,,,,3.0,,2020-09-18 17:54:50.000,,,,,,,,,,,,,,,,, +876,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,2023-12-14 11:42:36.000000,2023-11-24 19:47:45,314.0,14.0,7.0,8.0,124.0,7.0,9.0,102.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,14,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +877,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,,479.0,110.0,12.0,39.0,8.0,2665.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +878,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,,76.0,46.0,4.0,1.0,,2405.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,1559.0,1561.0,,,,,,,,3.0,52.0,2022-08-09 04:22:00.465,1.0,,,,,,,,,,,,,,,, +879,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,,173.0,38.0,10.0,13.0,3.0,1330.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,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,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,147.0,32.0,,52.0,59.0,1174.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,13,False,,,4.0,,milagraph/graphvite,,,,,,,,90.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4683.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +881,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,2023-10-02 18:06:17.000000,2023-10-02 18:06:17,148.0,2.0,66.0,20.0,169.0,87.0,17.0,386.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,17.0,13,True,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,52.0,52.0,,,,,,,,3.0,,2021-12-07 01:57:31.000,,,,,,,,,,,,,,,,, +882,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,,34.0,12.0,8.0,9.0,3.0,324.0,A Python package for time series augmentation.,4.0,13,False,2020-04-17 02:49:57.000,0.2.1,4.0,tsaug,,,,,,,https://pypi.org/project/tsaug,1094.0,1094.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +883,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,2020-05-28 17:32:42.000000,2020-05-28 17:31:53,465.0,,19.0,12.0,57.0,3.0,20.0,291.0,NLP library designed for reproducible experimentation management.,7.0,13,False,2020-05-28 17:32:42.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,40.0,40.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +884,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,2023-12-12 08:39:39.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,252.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'],3.0,3.0,https://pypi.org/project/maze-rl,47.0,54.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,,2021-12-13 16:04:42.000,,,,,,,,,,,,,,,,, +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,,28.0,8.0,6.0,8.0,8.0,241.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,58.0,58.0,,,,,,,,3.0,,2021-01-28 09:26:15.000,,,,,,,,,,,,,,,,, +886,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,11.0,21.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,657.0,3.0,,2019-04-09 10:41:20.000,,,,,,,,,,,,,,,,, +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,,33.0,14.0,18.0,27.0,16.0,118.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,31.0,31.0,,,,,,,,3.0,,2019-06-10 21:04:04.000,,,,,,,,,,,,,,,,, +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,,12.0,7.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,28.0,28.0,https://pypi.org/project/lazycluster,27.0,27.0,,,,,,,,3.0,,2020-12-14 14:49:33.000,,,,,,,,,,,,,,,,, +889,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2023-12-14 17:27:42.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2023-12-14 17:27:42.000,3.35.5,270.0,comet_ml,comet_ml,,,,65.0,,https://pypi.org/project/comet_ml,152493.0,152493.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,2023-12-14 17:27:42.000,65.0,,,,,,,,,,,,,,,, +890,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,2023-03-14 16:25:22.000000,2022-02-09 22:20:11,9.0,,401.0,95.0,17.0,37.0,15.0,3257.0,AutoML algorithms for model architecture search at scale.,,12,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +891,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,,400.0,63.0,6.0,62.0,17.0,1760.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,,,,,,,,,,,,,,,,,,, +892,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,,307.0,87.0,11.0,12.0,6.0,1666.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +893,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,,26.0,22.0,44.0,1.0,5.0,199.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,3.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +894,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2023-07-06 21:22:20.000000,2022-07-05 09:43:05,72.0,,26.0,8.0,16.0,4.0,6.0,190.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,12,False,2019-09-12 07:41:04.000,2.0,1.0,textvec,,,,['sklearn'],4.0,4.0,https://pypi.org/project/textvec,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +895,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,2023-02-28 01:21:32.000000,2023-02-24 00:50:55,299.0,,9.0,5.0,3.0,,,127.0,Data Analysis Baseline Library.,23.0,12,False,,,,dabl,,,,['sklearn'],,,https://pypi.org/project/dabl,797.0,797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +896,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,,10.0,6.0,,2.0,4.0,116.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,52.0,52.0,,,,,,,,3.0,,2019-10-31 18:03:05.000,,,,,,,,,,,,,,,,, +897,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,5.0,14.0,95.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,732.0,732.0,,,,,,,,3.0,,2022-10-07 09:58:11.751,,,,,,,,,,,,,,,,, +898,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,85.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,30.0,30.0,,,,,,,,3.0,,2021-06-25 14:27:32.000,,,,,,,,,,,,,,,,, +899,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,,112.0,47.0,13.0,7.0,20.0,950.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +900,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,,143.0,39.0,7.0,15.0,14.0,910.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,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,132.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],1.0,1.0,https://pypi.org/project/autodist,22.0,22.0,,,,,,,,3.0,,2020-07-16 05:36:19.000,,,,,,,,,,,,,,,,, +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,,11.0,13.0,26.0,2.0,13.0,85.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,11,False,,,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,34.0,34.0,,,,,,,,3.0,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,,, +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,11,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,19.0,19.0,,,,,,,,3.0,,2021-12-23 15:53:08.000,,,,,,,,,,,,,,,,, +904,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,,78.0,18.0,5.0,3.0,12.0,533.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +905,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,,48.0,14.0,13.0,9.0,9.0,479.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +906,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,,20.0,12.0,41.0,7.0,12.0,363.0,A library for distributed ML training with PyTorch.,6.0,10,True,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +907,Headliner,as-ideas/headliner,nlp,,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,17.0,7.0,2.0,13.0,231.0,Easy training and deployment of seq2seq models.,2.0,10,False,,,,headliner,,,,,5.0,5.0,https://pypi.org/project/headliner,68.0,68.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,2023-09-21 17:36:41.000000,2023-09-21 17:36:39,208.0,,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,10,False,,,,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,33.0,33.0,,,,,,,,3.0,,,,,,genixpro/hypermax,,,,,,,,,,,,, +909,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2022-09-29 08:50:58.000000,2022-09-29 08:50:40,122.0,,12.0,12.0,15.0,,,42.0,,4.0,10,False,2021-04-22 15:15:27.000,0.0.12,10.0,bias-detector,,,,,1.0,1.0,https://pypi.org/project/bias-detector,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +910,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,50.0,16.0,3.0,2.0,1.0,517.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,9,False,2020-11-12 16:13:21.000,zen,1.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +911,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,2023-01-15 22:50:39.000000,2023-01-13 21:57:34,832.0,,,,,,,2.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,9,False,,,,sklearn-evaluation,,,,['sklearn'],,,https://pypi.org/project/sklearn-evaluation,1900.0,1900.0,,,,,,,,3.0,,,,,-8.0,,,,,,,,,,,,,, +912,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,139.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,19.0,19.0,,,,,,,,3.0,,2020-03-13 20:31:47.000,,,,,,,,,,,,,,,,, +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,10.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,8,False,2020-01-26 23:01:09.000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +914,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,4.0,6.0,,1.0,,55.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,29.0,29.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,2022-11-22 17:50:34.944,1.0,,,,,,,,,,,,,,,, +915,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.,,7,False,,,,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",,,https://pypi.org/project/traintool,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-01-04_changes.md b/history/2024-01-04_changes.md new file mode 100644 index 00000000..5b4f0926 --- /dev/null +++ b/history/2024-01-04_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._ + +- Streamlit (🥇40 · ⭐ 29K · 📈) - Streamlit A faster way to build and share data apps. Apache-2 +- InsightFace (🥈35 · ⭐ 20K · 📈) - State-of-the-art 2D and 3D Face Analysis Project. MIT +- UMAP (🥈33 · ⭐ 6.7K · 📈) - Uniform Manifold Approximation and Projection. BSD-3 +- ftfy (🥈32 · ⭐ 3.6K · 📈) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 +- TensorLayer (🥈28 · ⭐ 7.3K · 💤) - Deep Learning and Reinforcement Learning Library for.. Apache-2 +- EfficientNet-PyTorch (🥈27 · ⭐ 7.6K · 💀) - A PyTorch implementation of EfficientNet and.. Apache-2 +- eli5 (🥈27 · ⭐ 2.7K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT +- torch-scatter (🥈27 · ⭐ 1.4K · 📈) - PyTorch Extension Library of Optimized Scatter Operations. MIT +- scikit-rebate (🥉20 · ⭐ 390 · 💀) - A scikit-learn-compatible Python implementation of.. MIT +- Headliner (🥉14 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq 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._ + +- scipy (🥇43 · ⭐ 12K · 📉) - Ecosystem of open-source software for mathematics, science, and.. BSD-3 +- PySpark (🥈38 · ⭐ 38K · 📉) - Apache Spark Python API. Apache-2 +- torchvision (🥇38 · ⭐ 15K · 📉) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +- tensorflow-hub (🥈29 · ⭐ 3.4K · 📉) - A library for transfer learning by reusing parts of.. Apache-2 +- Tesseract (🥈28 · ⭐ 5.3K · 📉) - Python-tesseract is an optical character recognition (OCR).. Apache-2 +- CuPy (🥉26 · ⭐ 7.4K · 📉) - NumPy & SciPy for GPU. MIT +- snowballstemmer (🥉26 · ⭐ 700 · 📉) - Snowball compiler and stemming algorithms. BSD-3 +- Keras-Preprocessing (🥉22 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. ❗Unlicensed +- whoosh (🥉17 · ⭐ 490 · 💀) - Pure-Python full-text search library. ❗Unlicensed +- Skater (🥉5 · 📉) - Python Library for Model Agnostic Interpretation. ❗Unlicensed + diff --git a/history/2024-01-04_projects.csv b/history/2024-01-04_projects.csv new file mode 100644 index 00000000..0108e115 --- /dev/null +++ b/history/2024-01-04_projects.csv @@ -0,0 +1,917 @@ +,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_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,pypi_latest_release_published_at,pypi_dependent_project_count,updated_github_id,npm_id,npm_url,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,npm_latest_release_published_at,npm_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,2023-12-22 20:04:44.000000,2023-10-23 18:26:19,1535.0,5.0,621.0,110.0,305.0,47.0,132.0,4279.0,Benchmarks of approximate nearest neighbor libraries in Python.,98.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,2023-12-28 17:09:02.000000,2023-12-28 17:09:01,295.0,24.0,156.0,51.0,176.0,,3.0,2094.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2023-12-28 17:09:09.000,2023.12.28,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-01-04 14:11:26.000000,2024-01-04 14:11:26,315.0,27.0,221.0,88.0,177.0,4.0,5.0,3266.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-01-04 14:11:33.000,2024.01.04,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-01-04 14:11:26.000000,2024-01-04 14:11:26,315.0,27.0,221.0,88.0,177.0,4.0,5.0,3266.0,Collection of database clients for python.,12.0,0,True,2024-01-04 14:11:33.000,2024.01.04,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-01-04 14:11:26.000000,2024-01-04 14:11:26,315.0,27.0,221.0,88.0,177.0,4.0,5.0,3266.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-01-04 14:11:33.000,2024.01.04,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-01-04 14:11:26.000000,2024-01-04 14:11:26,315.0,27.0,221.0,88.0,177.0,4.0,5.0,3266.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-01-04 14:11:33.000,2024.01.04,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-01-04 13:48:50.099999,2024-01-04 13:39:18,157927.0,3171.0,72001.0,7654.0,23591.0,1898.0,36635.0,182041.0,An Open Source Machine Learning Framework for Everyone.,4517.0,54,True,2023-11-14 18:46:08.000,2.15.0,100.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],332758.0,332758.0,https://pypi.org/project/tensorflow,16423193.0,17565781.0,https://anaconda.org/conda-forge/tensorflow,2023-12-22 04:01:45.812,4449850.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-01-04 13:48:50.099999,2246.0,75633317.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-01-04 14:06:47.000000,2024-01-04 14:00:11,67960.0,3126.0,19512.0,1680.0,77681.0,12241.0,26556.0,74102.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4570.0,54,True,2023-12-15 01:59:57.000,2.1.2,48.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],370322.0,370322.0,https://pypi.org/project/torch,14722978.0,15433594.0,https://anaconda.org/pytorch/pytorch,2023-12-14 15:11:56.517,19887340.0,,,,,1.0,31201.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-01-04 14:12:22.000000,2024-01-04 13:28:45,30766.0,254.0,24013.0,2149.0,16539.0,1636.0,8968.0,56943.0,scikit-learn: machine learning in Python.,3028.0,52,True,2023-10-25 08:23:32.000,1.3.2,45.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],673097.0,673097.0,https://pypi.org/project/scikit-learn,42514776.0,43102348.0,https://anaconda.org/conda-forge/scikit-learn,2023-12-20 20:44:10.007,25852746.0,,,,,1.0,930.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-01-04 13:53:07.000000,2024-01-04 08:53:25,14828.0,682.0,23432.0,1071.0,14302.0,902.0,12970.0,118112.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2333.0,50,True,2023-12-18 18:44:02.000,4.36.2,128.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",129769.0,127103.0,https://pypi.org/project/transformers,18251360.0,18286516.0,https://anaconda.org/conda-forge/transformers,2023-12-19 03:00:23.210,1476585.0,,,,,1.0,,2023-12-18 18:24:40.000,2666.0,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-01-04 10:05:34.000000,2024-01-04 09:15:31,49330.0,611.0,7118.0,591.0,17579.0,1167.0,8827.0,18665.0,matplotlib: plotting with Python.,1635.0,48,True,2023-11-18 01:36:36.000,3.7.4,80.0,matplotlib,conda-forge/matplotlib,,,,1050224.0,1050224.0,https://pypi.org/project/matplotlib,44160520.0,44660131.0,https://anaconda.org/conda-forge/matplotlib,2023-11-20 21:33:42.497,21483304.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +11,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-01-04 13:35:16.000000,2024-01-04 12:50:43,16930.0,563.0,1951.0,223.0,4568.0,69.0,2905.0,11381.0,Python Imaging Library (Fork).,457.0,47,True,2024-01-02 09:38:41.000,10.2.0,54.0,Pillow,conda-forge/pillow,,,,1484588.0,1484588.0,https://pypi.org/project/Pillow,68301572.0,69144962.0,https://anaconda.org/conda-forge/pillow,2024-01-03 04:54:52.877,35422393.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +12,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-01-04 13:55:38.000000,2024-01-04 12:08:28,18793.0,1020.0,2424.0,322.0,11995.0,1506.0,3603.0,26187.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",613.0,46,True,2023-12-14 07:31:53.000,0.4.23,157.0,jax,conda-forge/jaxlib,,,,21512.0,20735.0,https://pypi.org/project/jax,4618339.0,4641995.0,https://anaconda.org/conda-forge/jaxlib,2023-12-23 22:02:22.397,1017246.0,,,,,1.0,,2023-12-14 07:31:53.000,777.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,2024-01-04 12:21:45.000000,2024-01-02 09:29:33,10210.0,418.0,18581.0,1911.0,6851.0,145.0,11355.0,60125.0,Deep Learning for humans.,1267.0,45,True,2023-12-21 19:22:48.000,3.0.2,56.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],21.0,21.0,https://pypi.org/project/keras,12804342.0,12882219.0,https://anaconda.org/conda-forge/keras,2023-12-23 16:24:50.607,3348734.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +14,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-01-04 00:48:10.000000,2024-01-02 15:24:52,10034.0,249.0,3030.0,244.0,9807.0,630.0,6020.0,25590.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",918.0,45,True,2023-12-21 15:14:18.000,2.1.3,106.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],27675.0,27675.0,https://pypi.org/project/pytorch-lightning,4063157.0,4087526.0,https://anaconda.org/conda-forge/pytorch-lightning,2023-12-21 18:47:20.324,1030315.0,,,,,1.0,13929.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,,, +15,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-01-04 10:59:10.000000,2024-01-03 23:50:15,15240.0,130.0,2825.0,279.0,3836.0,2701.0,2730.0,9176.0,Statsmodels: statistical modeling and econometrics in Python.,421.0,45,True,2023-12-14 14:50:21.000,0.14.1,36.0,statsmodels,conda-forge/statsmodels,,,,116997.0,111486.0,https://pypi.org/project/statsmodels,11512368.0,11792144.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12030398.0,,,,,1.0,30.0,2023-12-14 14:50:21.000,5511.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-01-04 13:46:05.000000,2024-01-04 07:47:03,20273.0,892.0,4998.0,464.0,25682.0,3372.0,13194.0,29304.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,957.0,44,True,2023-12-21 00:32:08.000,ray-2.9.0,96.0,ray,conda-forge/ray-tune,,,,13531.0,13073.0,https://pypi.org/project/ray,2566148.0,2570999.0,https://anaconda.org/conda-forge/ray-tune,2023-12-05 13:59:54.326,179443.0,,,,,1.0,172.0,2023-12-21 00:27:32.000,458.0,,,,,,,,,,,,,,,,,,, +17,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-01-02 09:03:06.000000,2024-01-02 09:03:06,16084.0,31.0,4150.0,555.0,3931.0,75.0,5444.0,27917.0,Industrial-strength Natural Language Processing (NLP) in Python.,746.0,44,True,2023-10-16 16:11:22.000,3.7.2,100.0,spacy,conda-forge/spacy,,,,77503.0,77503.0,https://pypi.org/project/spacy,5894582.0,5971487.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3306938.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +18,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2024-01-04 13:00:14.000000,2024-01-04 08:51:33,6704.0,131.0,8132.0,911.0,4904.0,339.0,4697.0,25160.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",632.0,44,True,2023-12-19 10:07:53.000,2.0.3,56.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,76670.0,76670.0,https://pypi.org/project/xgboost,11510369.0,11617108.0,https://anaconda.org/conda-forge/xgboost,2023-12-20 14:38:41.532,4480254.0,,,,,2.0,7952.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,2024-01-04 14:12:17.000000,2024-01-04 11:55:06,45834.0,1834.0,5189.0,726.0,42742.0,1043.0,16574.0,21196.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1149.0,44,True,2023-07-25 11:09:59.000,2.5.0,60.0,paddlepaddle,,,,['paddle'],4472.0,4472.0,https://pypi.org/project/paddlepaddle,180075.0,180247.0,,,,,,,,2.0,15368.0,,,,,,,,,,,,,,,,,,,,, +20,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-01-04 07:02:08.000000,2024-01-04 07:02:07,5188.0,452.0,3743.0,292.0,7220.0,1301.0,2290.0,16165.0,Open source platform for the machine learning lifecycle.,685.0,44,True,2023-12-14 15:34:34.000,2.9.2,87.0,mlflow,conda-forge/mlflow,,,,28749.0,28227.0,https://pypi.org/project/mlflow,13638784.0,13678122.0,https://anaconda.org/conda-forge/mlflow,2023-12-14 16:11:35.887,1691561.0,,,,,1.0,,2023-12-14 05:30:49.000,522.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,2023-12-31 21:18:34.000000,2023-12-21 22:10:00,6257.0,50.0,2403.0,280.0,1584.0,1402.0,1371.0,14641.0,The interactive graphing library for Python This project now includes Plotly Express!.,252.0,44,True,2023-10-25 19:52:56.000,5.18.0,97.0,plotly,conda-forge/plotly,,,,228560.0,228560.0,https://pypi.org/project/plotly,10411643.0,10559126.0,https://anaconda.org/conda-forge/plotly,2023-10-25 22:33:48.925,5141425.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,30633.0,,,,,,,,,,,,,,, +22,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,,2010-04-30 20:37:14.000,2024-01-04 00:59:02.000000,2024-01-04 00:59:02,56833.0,444.0,4044.0,291.0,12843.0,4247.0,8606.0,11730.0,A computer algebra system written in pure Python.,1265.0,44,False,2023-05-10 18:09:23.000,sympy-1.12,45.0,sympy,conda-forge/sympy,,,,103260.0,103260.0,https://pypi.org/project/sympy,9140651.0,9197362.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,4832244.0,,,,,1.0,527673.0,,,,,,,,,,,,,,,,,,,,, +23,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-01-03 20:19:50.194000,2023-12-31 21:35:22,3225.0,34.0,1750.0,259.0,1081.0,114.0,2336.0,11543.0,Statistical data visualization in Python.,209.0,44,True,2023-12-31 22:09:55.000,0.13.1,36.0,seaborn,conda-forge/seaborn,,,,345072.0,345072.0,https://pypi.org/project/seaborn,11858869.0,12042759.0,https://anaconda.org/conda-forge/seaborn,2024-01-03 20:19:50.194,7907158.0,,,,,1.0,373.0,,,,,,,,,,,,,,,,,,,,, +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,2024-01-04 11:18:30.000000,2024-01-03 19:29:16,6084.0,341.0,1773.0,144.0,3112.0,429.0,3030.0,25317.0,"Wrap UIs around any model, share with anyone.",240.0,43,True,2023-12-22 21:09:15.000,4.12.0,539.0,gradio,,,,,20437.0,20186.0,https://pypi.org/project/gradio,3885224.0,3885224.0,,,,,,,,1.0,,2023-12-22 21:09:15.000,251.0,,,,,,,,,,,,,,,,,,, +25,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-01-04 12:49:47.000000,2024-01-04 09:17:26,20349.0,113.0,4064.0,444.0,5940.0,722.0,6791.0,18449.0,"Interactive Data Visualization in the browser, from Python.",679.0,43,True,,,56.0,bokeh,conda-forge/bokeh,,,,81169.0,81169.0,https://pypi.org/project/bokeh,3839628.0,4147431.0,https://anaconda.org/conda-forge/bokeh,2023-12-01 23:42:13.932,13235551.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +26,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-01-04 05:40:05.000000,2024-01-03 19:39:00,2626.0,74.0,3613.0,438.0,3062.0,303.0,2316.0,16154.0,Open standard for machine learning interoperability.,303.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,,23065.0,22404.0,https://pypi.org/project/onnx,3704492.0,3725644.0,https://anaconda.org/conda-forge/onnx,2023-11-07 18:53:33.533,898249.0,,,,,1.0,19732.0,2023-10-26 18:30:51.000,661.0,,,,,,,,,,,,,,,,,,, +27,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-01-03 19:11:41.000000,2024-01-03 16:21:21,3405.0,49.0,3788.0,437.0,3049.0,337.0,2883.0,15767.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",293.0,43,True,2023-12-22 04:47:45.000,4.2.0,35.0,lightgbm,conda-forge/lightgbm,,,,29338.0,28475.0,https://pypi.org/project/lightgbm,6357037.0,6413325.0,https://anaconda.org/conda-forge/lightgbm,2023-12-22 13:12:54.633,2147878.0,,,,,2.0,210029.0,2023-12-22 04:47:45.000,863.0,,,,,,,,,,,,,,,,,,, +28,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-01-04 13:36:36.000000,2024-01-04 12:02:48,31333.0,352.0,4799.0,349.0,10190.0,1473.0,8131.0,12045.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1563.0,43,True,2023-11-18 21:48:38.000,1.11.4,84.0,scipy,conda-forge/scipy,,,,21.0,21.0,https://pypi.org/project/scipy,66962257.0,68133725.0,https://anaconda.org/conda-forge/scipy,2023-11-24 10:16:45.681,44370094.0,,,,,1.0,391112.0,,,,,,,-5.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-01-04 13:35:09.000000,2024-01-04 13:23:56,7963.0,86.0,1664.0,213.0,5578.0,1031.0,4066.0,11661.0,Parallel computing with task scheduling.,592.0,43,True,2023-12-15 20:45:42.000,2023.12.1,186.0,dask,conda-forge/dask,,,,59079.0,55987.0,https://pypi.org/project/dask,6219151.0,6460198.0,https://anaconda.org/conda-forge/dask,2023-12-15 22:47:54.178,10606096.0,,,,,1.0,,2023-12-15 20:45:42.000,3092.0,,,,,,stable/dask,,,,,,,,,,,,, +30,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,2023-12-27 18:42:51.000000,2023-12-27 18:42:50,5737.0,60.0,1627.0,194.0,4881.0,647.0,1219.0,6442.0,TensorFlows Visualization Toolkit.,311.0,43,True,2023-11-02 20:49:50.000,2.15.1,56.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],210937.0,208032.0,https://pypi.org/project/tensorboard,20475718.0,20579452.0,https://anaconda.org/conda-forge/tensorboard,2023-11-03 15:31:12.158,4460592.0,,,,,1.0,,2023-11-02 20:49:50.000,2905.0,,,,,,,,,,,,,,,,,,, +31,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,,2010-09-06 00:53:44.000,2024-01-04 13:02:53.000000,2024-01-03 19:16:49,7550.0,114.0,2993.0,275.0,3597.0,174.0,2932.0,13718.0,Network Analysis in Python.,700.0,42,False,2023-10-28 09:53:23.000,networkx-3.2.1,54.0,networkx,conda-forge/networkx,,,,213069.0,213069.0,https://pypi.org/project/networkx,34265658.0,34617525.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14426583.0,,,,,1.0,65.0,,,,,,,,,,,,,,,,,,,,, +32,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2023-12-27 20:15:34.000000,2023-12-24 12:24:15,14508.0,42.0,2692.0,468.0,1446.0,250.0,1498.0,12661.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,451.0,42,True,,,17.0,nltk,conda-forge/nltk,,,,242140.0,242140.0,https://pypi.org/project/nltk,12019241.0,12045988.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2380486.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +33,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-01-04 14:24:27.000000,2024-01-03 14:02:56,4602.0,75.0,1974.0,1694.0,4442.0,252.0,2570.0,11436.0,WebGL2 powered visualization framework.,242.0,42,True,2023-12-05 13:36:42.000,8.9.33,100.0,pydeck,conda-forge/pydeck,,,['jupyter'],6958.0,6958.0,https://pypi.org/project/pydeck,1787109.0,2121209.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,467950.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,324144.0,,,,,,,,,,,,,,, +34,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-01-01 20:55:31.000000,2023-12-22 22:10:20,13790.0,54.0,2115.0,186.0,4329.0,526.0,2035.0,5731.0,Image processing in Python.,644.0,42,False,2023-10-03 21:36:37.000,0.22.0,23.0,scikit-image,conda-forge/scikit-image,,,,165746.0,165746.0,https://pypi.org/project/scikit-image,11609835.0,11746338.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,5869652.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +35,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-01-03 00:54:10.000000,2023-12-30 20:13:06,2116.0,84.0,4341.0,305.0,431.0,70.0,757.0,28253.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",127.0,41,True,2023-11-24 19:09:08.000,0.9.12,54.0,timm,conda-forge/timm,,,['pytorch'],21028.0,21028.0,https://pypi.org/project/timm,3542957.0,3653182.0,https://anaconda.org/conda-forge/timm,2023-11-25 15:42:55.281,117182.0,,,,,1.0,6016377.0,,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,,, +36,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-01-04 13:19:27.000000,2024-01-04 12:50:46,18770.0,668.0,2451.0,343.0,18350.0,674.0,9250.0,24931.0,"A cloud-native vector database, storage for next generation AI applications.",261.0,41,True,2024-01-03 03:52:59.000,2.3.5,100.0,pymilvus,,milvusdb/milvus,,,80.0,,https://pypi.org/project/pymilvus,377318.0,575809.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-01-04 12:25:33.000990,38.0,10086730.0,1.0,63229.0,2024-01-03 03:52:59.000,80.0,,,,,,,,,,,,,,,,,,, +37,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-01-02 14:01:32.000000,2024-01-02 14:01:29,2583.0,54.0,3064.0,252.0,783.0,1412.0,956.0,20857.0,A game theoretic approach to explain the output of any machine learning model.,229.0,41,True,2023-12-07 12:26:48.000,0.44.0,100.0,shap,conda-forge/shap,,,,15586.0,15137.0,https://pypi.org/project/shap,6740713.0,6801277.0,https://anaconda.org/conda-forge/shap,2023-12-21 19:21:37.314,2240885.0,,,,,1.0,,2023-12-07 12:26:48.000,449.0,shap/shap,,,,,,,,,,,,,,,,,, +38,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-01-04 12:28:05.000000,2024-01-03 14:12:45,9141.0,124.0,1137.0,137.0,5325.0,523.0,4037.0,12731.0,ML Experiments Management with Git.,290.0,41,True,2024-01-04 12:28:05.000,3.38.0,503.0,dvc,conda-forge/dvc,,,,11740.0,11647.0,https://pypi.org/project/dvc,714373.0,758949.0,https://anaconda.org/conda-forge/dvc,2023-12-28 08:33:15.189,1746987.0,,,,,1.0,47396.0,2024-01-04 12:28:05.000,93.0,,,,,,,dvc,dvc,dvc,,,,,,,,,, +39,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-01-02 19:26:30.000000,2024-01-02 19:26:30,3616.0,42.0,709.0,141.0,1316.0,161.0,1729.0,8638.0,Declarative statistical visualization library for Python.,160.0,41,True,2023-11-28 06:23:39.000,5.2.0,27.0,altair,conda-forge/altair,,,,97801.0,97801.0,https://pypi.org/project/altair,15043071.0,15127700.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2115713.0,,,,,1.0,96.0,,,,,,,,,,,,,,,,,,,,, +40,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-01-04 04:09:59.000000,2024-01-04 04:09:56,47144.0,505.0,1139.0,198.0,374.0,529.0,1648.0,7524.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1193.0,41,True,2023-09-19 20:01:10.000,1.2.2,109.0,catboost,conda-forge/catboost,,,,367.0,12.0,https://pypi.org/project/catboost,1612349.0,1652754.0,https://anaconda.org/conda-forge/catboost,2023-09-19 20:23:11.996,1432016.0,,,,,2.0,206827.0,2023-09-19 18:13:58.000,355.0,,,,,,,,,,,,,,,,,,, +41,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-01-04 07:49:26.000000,2024-01-03 21:27:06,2020.0,162.0,3671.0,307.0,2388.0,875.0,1474.0,30518.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",275.0,40,True,2023-12-21 00:47:46.000,0.12.6,81.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],5376.0,5285.0,https://pypi.org/project/deepspeed,325366.0,325727.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17372.0,1.0,,2023-12-21 00:47:46.000,91.0,,,,,,,,,,,,,,,,,,, +42,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-01-04 14:23:03.000000,2024-01-03 21:17:43,5995.0,144.0,2662.0,303.0,3991.0,700.0,3118.0,29361.0,Streamlit A faster way to build and share data apps.,213.0,40,True,2023-11-30 20:05:51.000,1.29.0,212.0,streamlit,,,,,1303.0,,https://pypi.org/project/streamlit,2870757.0,2870757.0,,,,,,,,1.0,,2023-11-30 20:05:42.000,1303.0,,,,,5.0,,,,,,,,,,,,,, +43,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-01-02 16:44:55.000000,2023-12-14 23:03:21,8509.0,44.0,2151.0,206.0,4153.0,12.0,1910.0,19533.0,Build multimodal AI applications with cloud-native stack.,176.0,40,True,2023-12-14 15:31:33.000,3.23.2,100.0,jina,conda-forge/jina-core,jinaai/jina,,,1434.0,1434.0,https://pypi.org/project/jina,106663.0,135591.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,58916.0,https://hub.docker.com/r/jinaai/jina,2023-12-14 15:39:49.833835,8.0,1260762.0,2.0,,,,,,,,,,,,,,,,,,,,,, +44,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-01-02 11:04:37.000000,2023-11-29 14:40:08,32592.0,27.0,4331.0,350.0,6309.0,2.0,6641.0,17414.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",592.0,40,True,2023-12-05 16:10:28.000,3.5.17,100.0,rasa,,,,['tensorflow'],3862.0,3862.0,https://pypi.org/project/rasa,153651.0,153651.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +45,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-01-01 12:37:49.000000,2023-10-01 14:51:00,4509.0,,4152.0,434.0,1685.0,375.0,1444.0,14899.0,Topic Modelling for Humans.,449.0,40,True,2023-08-24 08:44:46.000,4.3.2,43.0,gensim,conda-forge/gensim,,,,54299.0,54299.0,https://pypi.org/project/gensim,3658991.0,3694002.0,https://anaconda.org/conda-forge/gensim,2023-08-24 12:30:21.806,1188812.0,,,,,1.0,4553.0,,,piskvorky/gensim,,,,,,,,,,,,,,,,,, +46,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-01-03 06:55:29.000000,2024-01-02 10:43:49,9715.0,65.0,1904.0,227.0,3790.0,250.0,2952.0,7954.0,Bayesian Modeling and Probabilistic Programming in Python.,474.0,40,True,2023-12-21 11:15:57.000,5.10.3,77.0,pymc3,conda-forge/pymc3,,,,2806.0,2557.0,https://pypi.org/project/pymc3,544889.0,551189.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,546666.0,,,,,1.0,1935.0,2022-03-15 10:10:19.000,249.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,2024-01-04 07:15:37.000000,2024-01-04 00:49:52,6035.0,169.0,568.0,55.0,3880.0,810.0,2098.0,7654.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,168.0,40,True,2023-12-05 18:58:08.000,0.16.1,100.0,wandb,conda-forge/wandb,,,,35837.0,35837.0,https://pypi.org/project/wandb,10395862.0,10406299.0,https://anaconda.org/conda-forge/wandb,2023-12-05 22:51:30.208,438378.0,,,,,1.0,,,,wandb/wandb,,,,,,,,,,,,,,,,,, +48,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-01-04 02:46:30.000000,2024-01-02 21:22:57,3454.0,163.0,1098.0,132.0,2785.0,263.0,1140.0,1991.0,A library for training and deploying machine learning models on Amazon SageMaker.,417.0,40,True,2023-12-28 23:57:50.000,2.203.0,560.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3513.0,3423.0,https://pypi.org/project/sagemaker,51066422.0,51083521.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2023-11-27 10:45:24.319,701074.0,,,,,1.0,,2023-12-28 23:57:50.000,90.0,,,,,,,,,,,,,,,,,,, +49,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-01-04 13:38:09.000000,2024-01-04 13:38:09,5646.0,118.0,706.0,56.0,4868.0,1461.0,2293.0,1512.0,A distributed task scheduler for Dask.,319.0,40,True,2023-12-15 20:45:45.000,2023.12.1,218.0,distributed,conda-forge/distributed,,,,33464.0,32145.0,https://pypi.org/project/distributed,3305864.0,3597220.0,https://anaconda.org/conda-forge/distributed,2023-12-15 21:59:40.423,12819671.0,,,,,1.0,,2023-12-15 20:45:45.000,1319.0,,,,,,,,,,,,,,,,,,, +50,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2023-10-22 22:49:37.000000,2023-01-30 18:15:21,1757.0,,8561.0,1062.0,1449.0,76.0,1716.0,33346.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,39,True,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,51698.0,49002.0,https://pypi.org/project/gym,1092989.0,1098796.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,261325.0,,,,,1.0,,2023-07-20 15:30:49.667,2696.0,,,,,,,,,,,,,,,,,,, +51,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-01-04 04:09:20.000000,2023-10-12 07:43:04,2677.0,11.0,9070.0,376.0,3095.0,1302.0,6598.0,26615.0,OpenMMLab Detection Toolbox and Benchmark.,466.0,39,True,2023-10-12 07:46:52.000,3.2.0,52.0,mmdet,,,,['pytorch'],2068.0,2035.0,https://pypi.org/project/mmdet,145637.0,145637.0,,,,,,,,1.0,,2023-10-12 07:46:52.000,33.0,,,,,,,,,,,,,,,,,,, +52,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,2023-12-30 21:17:29.000000,2023-12-02 00:09:58,2731.0,26.0,7453.0,620.0,2215.0,183.0,1582.0,25036.0,The fastai deep learning library.,662.0,39,True,2023-10-15 04:04:44.000,2.7.13,147.0,fastai,,,,['pytorch'],16150.0,15809.0,https://pypi.org/project/fastai,362948.0,362948.0,,,,,,,,2.0,,2023-10-15 04:04:44.000,341.0,,,,,,,,,,,,,,,,,,, +53,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-01-01 00:28:18.000000,2023-12-16 18:16:41,7091.0,41.0,2018.0,414.0,1006.0,806.0,849.0,19882.0,Data Apps & Dashboards for Python. No JavaScript Required.,143.0,39,True,2023-11-28 00:56:54.000,2.14.2,174.0,dash,conda-forge/dash,,,,57942.0,56493.0,https://pypi.org/project/dash,2043152.0,2070351.0,https://anaconda.org/conda-forge/dash,2023-11-28 06:37:33.255,1169577.0,,,,,1.0,43.0,2023-11-28 00:51:13.000,1449.0,,,,,,,,,,,,,,,,,,, +54,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-01-04 05:27:16.000000,2024-01-04 05:27:15,16850.0,243.0,910.0,121.0,3357.0,81.0,1477.0,9089.0,A hyperparameter optimization framework.,255.0,39,False,2023-12-11 05:05:36.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,12060.0,11598.0,https://pypi.org/project/optuna,1982552.0,1996478.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,598853.0,,,,,1.0,,2023-12-11 05:05:36.000,462.0,,,,,,,,,,,,,,,,,,, +55,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-01-04 13:55:13.000000,2024-01-02 21:48:54,4143.0,211.0,1185.0,102.0,3267.0,735.0,1325.0,7123.0,A unified framework for machine learning with time series.,314.0,39,True,2023-12-27 02:41:28.000,0.25.0,59.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2097.0,2039.0,https://pypi.org/project/sktime,696460.0,727311.0,https://anaconda.org/conda-forge/sktime-all-extras,2023-12-27 11:05:10.395,925527.0,,,,,1.0,84.0,2023-12-27 02:41:28.000,58.0,sktime/sktime,,,,,,,,,,,,,,,,,, +56,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-01-03 10:29:46.000000,2024-01-02 16:42:29,1775.0,31.0,2168.0,167.0,798.0,65.0,987.0,6524.0,Python Data. Leaflet.js Maps.,159.0,39,True,2023-12-04 11:11:32.000,0.15.1,26.0,folium,conda-forge/folium,,,,32627.0,32627.0,https://pypi.org/project/folium,718699.0,788229.0,https://anaconda.org/conda-forge/folium,2023-12-04 11:42:27.248,2503104.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-01-04 14:37:14.000000,2023-12-28 18:29:26,1215.0,111.0,675.0,94.0,1147.0,114.0,1051.0,6279.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",203.0,39,True,2023-12-01 15:24:43.000,0.25.0,38.0,accelerate,conda-forge/accelerate,,,['pytorch'],22767.0,22317.0,https://pypi.org/project/accelerate,6628280.0,6631772.0,https://anaconda.org/conda-forge/accelerate,2023-12-01 17:19:39.752,94302.0,,,,,1.0,,2023-12-01 14:33:27.000,450.0,,,,,,,,,,,,,,,,,,, +58,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-01-04 08:58:58.000000,2024-01-03 20:55:16,1846.0,37.0,898.0,108.0,1498.0,463.0,1161.0,3991.0,Python tools for geographic data.,215.0,39,True,2023-11-11 09:30:40.000,0.14.1,50.0,geopandas,conda-forge/geopandas,,,['pandas'],31701.0,29868.0,https://pypi.org/project/geopandas,5574121.0,5651985.0,https://anaconda.org/conda-forge/geopandas,2023-11-11 14:20:49.573,3347075.0,,,,,1.0,2363.0,2023-11-11 09:30:36.000,1833.0,,,,,,,,,,,,,,,,,,, +59,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-01-04 13:32:53.000000,2024-01-04 12:16:42,39416.0,1071.0,26385.0,2033.0,44568.0,,,37511.0,Apache Spark Python API.,2994.0,38,True,,,33.0,pyspark,conda-forge/pyspark,,,['spark'],,,https://pypi.org/project/pyspark,27397311.0,27466183.0,https://anaconda.org/conda-forge/pyspark,2023-10-04 13:44:45.676,2961501.0,,,,,2.0,,,,,,,,-7.0,stable/spark,,,,,,,,,,,,, +60,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-01-04 03:17:00.000000,2024-01-02 02:55:36,6124.0,18.0,6833.0,415.0,2809.0,1089.0,7294.0,35583.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",152.0,38,True,2023-10-18 12:32:48.000,2.7.1,8.0,paddleocr,,,,['paddle'],2119.0,2119.0,https://pypi.org/project/paddleocr,108427.0,108427.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +61,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-01-03 22:57:14.000000,2024-01-03 22:53:08,941.0,44.0,3158.0,470.0,840.0,387.0,1862.0,26092.0,A library for efficient similarity search and clustering of dense vectors.,150.0,38,True,2024-01-03 03:52:59.000,2.3.5,90.0,pymilvus,conda-forge/faiss,,,,3425.0,3345.0,https://pypi.org/project/pymilvus,377318.0,400031.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,999399.0,,,,,1.0,,2024-01-03 03:52:59.000,80.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-01-04 12:32:10.000000,2024-01-03 07:05:29,7289.0,284.0,3459.0,253.0,2727.0,906.0,2527.0,19297.0,Graph Neural Network Library for PyTorch.,475.0,38,True,2023-10-12 08:28:59.000,2.4.0,40.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],135.0,,https://pypi.org/project/torch-geometric,212423.0,213254.0,https://anaconda.org/conda-forge/pytorch_geometric,2023-11-08 13:56:02.983,34937.0,,,,,1.0,,2023-10-12 08:27:10.000,135.0,,,,,,,,,,,,,,,,,,, +63,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-01-04 11:34:35.000000,2023-12-28 12:12:57,3766.0,58.0,6648.0,397.0,5124.0,754.0,2298.0,14973.0,"Datasets, Transforms and Models specific to Computer Vision.",564.0,38,True,2023-12-15 02:04:19.000,0.16.2,37.0,torchvision,conda-forge/torchvision,,,['pytorch'],21.0,21.0,https://pypi.org/project/torchvision,9655099.0,9683547.0,https://anaconda.org/conda-forge/torchvision,2023-12-13 18:56:48.112,952357.0,,,,,1.0,35531.0,,,,,,,-4.0,,,,,,,,,,,,,, +64,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-01-04 12:58:00.000000,2023-12-18 15:04:52,1291.0,76.0,2154.0,129.0,298.0,985.0,830.0,12771.0,Multilingual Sentence & Image Embeddings with BERT.,130.0,38,True,2022-06-26 19:52:06.000,2.2.2,32.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],21607.0,21607.0,https://pypi.org/project/sentence-transformers,2754759.0,2759555.0,https://anaconda.org/conda-forge/sentence-transformers,2023-06-16 19:21:44.846,191877.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +65,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-01-04 08:28:49.000000,2024-01-04 08:28:49,3825.0,368.0,2831.0,169.0,4384.0,347.0,2156.0,12607.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",283.0,38,True,2023-12-11 09:43:07.000,1.1.3,34.0,dgl,,,,,175.0,175.0,https://pypi.org/project/dgl,66208.0,66208.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,2023-12-19 03:56:23.792000,2023-12-08 03:28:12,8234.0,7.0,3295.0,480.0,681.0,44.0,2120.0,12510.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,38,False,2023-06-03 20:05:00.841,19.24.2,36.0,dlib,conda-forge/dlib,,,,24981.0,24184.0,https://pypi.org/project/dlib,312385.0,327623.0,https://anaconda.org/conda-forge/dlib,2023-12-19 03:56:23.792,644672.0,,,,,2.0,25359.0,2023-06-03 20:05:00.841,797.0,,,,,,,,,,,,,,,,,,, +67,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-01-03 14:49:35.000000,2023-12-16 13:36:40,1094.0,18.0,2058.0,237.0,513.0,177.0,1048.0,10975.0,Download market data from Yahoo! Finances API.,96.0,38,True,2023-12-06 19:50:59.000,0.2.33,105.0,yfinance,ranaroussi/yfinance,,,,31752.0,31456.0,https://pypi.org/project/yfinance,1110296.0,1113093.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,83919.0,,,,,1.0,,2023-12-06 19:50:59.000,296.0,,,,,,,,,,,,,,,,,,, +68,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,2023-07-01 12:19:02.000000,2022-12-20 16:49:55,28132.0,,2511.0,543.0,4118.0,685.0,2088.0,9825.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,,,,17468.0,14630.0,https://pypi.org/project/theano,350603.0,377128.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2387320.0,,,,,2.0,,2020-07-27 16:13:54.000,2838.0,,,,,,,,,,,,,,,,,,, +69,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-01-03 11:56:15.000000,2024-01-03 11:56:14,2624.0,59.0,889.0,126.0,1718.0,242.0,602.0,8975.0,Geometric Computer Vision Library for AI.,245.0,38,True,2023-12-27 10:47:21.000,0.7.1,37.0,kornia,conda-forge/kornia,,,['pytorch'],7827.0,7827.0,https://pypi.org/project/kornia,1927719.0,1930728.0,https://anaconda.org/conda-forge/kornia,2023-08-04 20:43:55.693,110830.0,,,,,1.0,887.0,,,,,,,,,,,,,,,,,,,,, +70,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-01-04 10:06:37.000000,2024-01-04 10:06:31,4092.0,239.0,552.0,82.0,2129.0,165.0,674.0,5078.0,Flax is a neural network library for JAX that is designed for flexibility.,214.0,38,True,2023-10-28 02:08:03.000,0.7.5,40.0,flax,conda-forge/flax,,,['jax'],5778.0,5578.0,https://pypi.org/project/flax,2888424.0,2889558.0,https://anaconda.org/conda-forge/flax,2023-11-09 02:38:30.298,38553.0,,,,,2.0,50.0,2023-10-28 02:08:03.000,200.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-01-03 19:35:57.000000,2024-01-03 11:11:28,6130.0,100.0,1499.0,109.0,4102.0,657.0,701.0,4083.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",301.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],15999.0,15784.0,https://pypi.org/project/tensorflow-datasets,2107447.0,2108250.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,25717.0,,,,,1.0,,2023-12-18 13:28:06.000,215.0,,,,,,,,,,,,,,,,,,, +72,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-01-04 10:22:14.000000,2024-01-04 10:02:48,2233.0,22.0,539.0,88.0,777.0,227.0,895.0,3542.0,Manipulation and analysis of geometric objects.,151.0,38,True,2023-10-12 20:37:13.000,2.0.2,27.0,shapely,conda-forge/shapely,,,,59285.0,59285.0,https://pypi.org/project/shapely,14847842.0,15061893.0,https://anaconda.org/conda-forge/shapely,2023-11-23 18:52:59.047,8771803.0,,,,,2.0,2844.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-01-04 09:10:53.000000,2024-01-02 19:17:33,17795.0,139.0,1294.0,84.0,7655.0,471.0,4215.0,2430.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,360.0,38,True,2023-11-20 20:29:52.000,1.6.0,76.0,mne,conda-forge/mne,,,,3636.0,3346.0,https://pypi.org/project/mne,80691.0,88491.0,https://anaconda.org/conda-forge/mne,2023-11-20 22:22:01.653,343231.0,,,,,1.0,,2023-11-20 20:29:52.000,290.0,,,,,,,,,,,,,,,,,,, +74,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2023-12-14 16:43:19.109000,2023-12-11 02:26:35,1519.0,12.0,270.0,32.0,475.0,88.0,488.0,1356.0,Python library for reading and writing image data.,109.0,38,True,2023-12-11 02:26:46.000,2.33.1,64.0,imageio,conda-forge/imageio,,,,112096.0,112096.0,https://pypi.org/project/imageio,18595392.0,18737576.0,https://anaconda.org/conda-forge/imageio,2023-12-14 16:43:19.109,5971131.0,,,,,1.0,944.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,,6891.0,1074.0,11124.0,1805.0,7763.0,20659.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,37,True,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7262.0,6963.0,https://pypi.org/project/mxnet,382130.0,382562.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10546.0,,,,,2.0,26525.0,2022-05-17 21:11:13.000,294.0,apache/mxnet,,,,,,,,,5.0,,,,,,,,, +76,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,,2018-06-11 11:04:18.000,2024-01-02 11:47:15.000000,2023-12-18 06:57:31,5779.0,86.0,1707.0,204.0,1168.0,48.0,2172.0,13322.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,251.0,37,False,2023-12-18 09:29:22.000,0.13.1,25.0,flair,conda-forge/python-flair,,,['pytorch'],2959.0,2959.0,https://pypi.org/project/flair,109819.0,110346.0,https://anaconda.org/conda-forge/python-flair,2023-12-21 22:57:06.478,22169.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +77,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-01-03 00:05:53.000000,2023-12-15 00:57:55,1368.0,38.0,1566.0,149.0,740.0,199.0,551.0,11634.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,117.0,37,True,2023-12-05 15:38:30.000,4.6.3,54.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2155.0,2155.0,https://pypi.org/project/pandas-profiling,580675.0,585331.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,414436.0,,,,,2.0,27.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,, +78,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2023-12-16 19:38:47.000000,2023-07-11 16:23:35,1095.0,,1400.0,256.0,654.0,370.0,1023.0,11266.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,14.0,moviepy,conda-forge/moviepy,,,,32650.0,32650.0,https://pypi.org/project/moviepy,658647.0,661466.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,219932.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +79,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-01-02 00:18:22.000000,2023-12-14 21:02:15,5074.0,93.0,1687.0,131.0,971.0,313.0,1906.0,8065.0,"An open-source, low-code machine learning library in Python.",131.0,37,True,2023-11-12 21:46:01.000,3.2.0,95.0,pycaret,conda-forge/pycaret,,,,4965.0,4949.0,https://pypi.org/project/pycaret,262293.0,263322.0,https://anaconda.org/conda-forge/pycaret,2023-11-16 02:21:22.926,41569.0,,,,,2.0,679.0,2023-11-12 21:44:47.000,16.0,,,,,,,,,,,,,,,,,,, +80,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-01-03 09:25:08.000000,2024-01-03 09:25:07,1748.0,12.0,668.0,118.0,548.0,298.0,624.0,7982.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,83.0,37,True,2023-11-14 19:06:30.000,0.15.0,85.0,tokenizers,conda-forge/tokenizers,,,,55515.0,55153.0,https://pypi.org/project/tokenizers,14702427.0,14735879.0,https://anaconda.org/conda-forge/tokenizers,2023-12-12 19:20:02.639,1405024.0,,,,,1.0,33.0,2023-11-14 19:03:50.000,362.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-01-04 13:40:44.000000,2024-01-04 10:53:42,20278.0,501.0,2010.0,179.0,3185.0,231.0,2046.0,7491.0,End-to-End Speech Processing Toolkit.,398.0,37,True,2023-10-25 11:52:03.000,.202310,51.0,espnet,,,,,284.0,279.0,https://pypi.org/project/espnet,17057.0,17058.0,,,,,,,,1.0,79.0,2023-10-25 11:52:34.000,5.0,,,,,,,,,,,,,,,,,,, +82,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-01-03 03:17:10.000000,2023-12-13 18:07:01,9603.0,52.0,1168.0,123.0,1068.0,168.0,874.0,7055.0,A PyTorch-based Speech Toolkit.,224.0,37,True,2023-11-22 02:29:10.000,0.5.16,15.0,speechbrain,,,,['pytorch'],1400.0,1376.0,https://pypi.org/project/speechbrain,172683.0,172683.0,,,,,,,,1.0,,2023-11-22 02:29:10.000,24.0,,,,,,,,,,,,,,,,,,, +83,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-01-03 19:30:30.000000,2024-01-03 19:30:28,12032.0,46.0,1084.0,165.0,460.0,650.0,737.0,4022.0,Probabilistic reasoning and statistical analysis in TensorFlow.,486.0,37,True,2023-11-20 23:32:05.000,0.23.0,51.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],448.0,,https://pypi.org/project/tensorflow-probability,1947627.0,1951020.0,https://anaconda.org/conda-forge/tensorflow-probability,2023-11-15 10:36:45.409,118787.0,,,,,1.0,,2023-11-20 23:21:06.000,448.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-01-03 18:01:41.000000,2023-12-22 17:39:00,10683.0,70.0,377.0,58.0,2895.0,1018.0,2111.0,2539.0,"With Holoviews, your data visualizes itself.",140.0,37,True,2023-11-09 09:16:35.000,1.18.1,77.0,holoviews,conda-forge/holoviews,,,['jupyter'],8978.0,8978.0,https://pypi.org/project/holoviews,282305.0,316880.0,https://anaconda.org/conda-forge/holoviews,2023-11-08 21:19:49.170,1468889.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,415.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,2023-06-16 13:21:35.778000,2020-02-15 08:33:35,523.0,,6699.0,1289.0,164.0,662.0,223.0,31802.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,,,,27543.0,25852.0,https://pypi.org/project/jieba,701615.0,703449.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,148557.0,,,,,1.0,,2020-01-20 14:27:23.000,1691.0,,,,,,,,,,,,,,,,,,, +86,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-01-03 13:07:32.000000,2023-12-27 16:23:43,4667.0,213.0,2708.0,238.0,697.0,76.0,839.0,25091.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",163.0,36,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",19.0,,https://pypi.org/project/tts,79613.0,132699.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10148.0,,,,,1.0,1792193.0,2023-12-12 15:27:06.000,19.0,,,,,,,,,,,,,,,,,,, +87,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2023-12-11 10:54:14.000000,2023-10-18 07:33:05,791.0,12.0,4457.0,423.0,437.0,363.0,1722.0,17325.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,36,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,149.0,21.0,https://pypi.org/project/fbprophet,780620.0,814753.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1125521.0,,,,,1.0,2270.0,2020-09-05 16:12:50.000,128.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,2023-11-27 07:34:13.000000,2023-08-21 03:59:26,1627.0,,2782.0,379.0,456.0,4.0,1808.0,14131.0,Python Echarts Plotting Library.,39.0,36,True,2023-08-21 08:24:32.000,2.0.4,3.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],3733.0,3733.0,https://pypi.org/project/pyecharts,140360.0,140360.0,,,,,,,,2.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-01-03 03:22:25.000000,2023-12-24 12:23:23,4680.0,42.0,4634.0,388.0,671.0,628.0,1278.0,11591.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",195.0,36,False,2023-12-16 07:35:28.000,2.6.4,56.0,glfw,conda-forge/glfw,,,,212.0,22.0,https://pypi.org/project/glfw,190026.0,228396.0,https://anaconda.org/conda-forge/glfw,2023-12-14 03:10:06.213,172678.0,,,,,2.0,3544341.0,2023-12-16 07:35:28.000,190.0,,,,,,,,,,,,,,,,,,, +90,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-01-04 10:50:14.000000,2023-11-10 11:25:48,6020.0,34.0,3118.0,238.0,1425.0,972.0,3821.0,10043.0,Open-source simulator for autonomous driving research.,170.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,620.0,614.0,https://pypi.org/project/carla,12814.0,12814.0,,,,,,,,1.0,,2023-11-14 22:51:02.000,6.0,,,,,,,,,,,,,,,,,,, +91,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-01-04 12:05:11.000000,2024-01-04 04:19:22,25939.0,1449.0,1955.0,200.0,4915.0,157.0,3309.0,9063.0,Perform data science on data that remains in someone elses server.,502.0,36,True,2023-12-07 14:07:06.000,0.8.3,238.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,5371.0,5404.0,,,,,,,,1.0,1596.0,2023-12-24 12:35:19.000,5.0,,,,,,,,,,,,,,,,,,, +92,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-01-02 21:54:18.000000,2024-01-02 21:54:15,1144.0,61.0,1629.0,125.0,106.0,3.0,832.0,8756.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",50.0,36,True,2023-12-08 22:31:07.000,0.0.80,79.0,deepface,,,,,2390.0,2369.0,https://pypi.org/project/deepface,154237.0,154237.0,,,,,,,,2.0,,2023-12-08 22:31:07.000,21.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-01-04 09:04:35.000000,2024-01-04 09:04:20,903.0,19.0,1029.0,125.0,267.0,31.0,657.0,8755.0,Unsupervised text tokenizer for Neural Network-based text generation.,81.0,36,True,2023-05-02 03:20:40.000,0.1.99,25.0,sentencepiece,conda-forge/sentencepiece,,,,51102.0,51102.0,https://pypi.org/project/sentencepiece,11308398.0,11325420.0,https://anaconda.org/conda-forge/sentencepiece,2023-11-02 09:17:09.257,693916.0,,,,,1.0,32572.0,,,,,,,,,,,,,,,,,,,,, +94,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-01-03 22:33:34.000000,2024-01-03 02:41:55,2933.0,67.0,917.0,93.0,3185.0,326.0,2511.0,4956.0,AI Toolkit for Healthcare Imaging.,176.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],1710.0,1662.0,https://pypi.org/project/monai,123707.0,124523.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,20415.0,,,,,1.0,,2023-10-12 17:09:21.000,48.0,,,,,,,,,,,,,,,,,,, +95,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-01-04 04:33:18.000000,2023-12-28 19:02:09,9894.0,444.0,1552.0,146.0,2118.0,538.0,1213.0,4829.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",233.0,36,True,2022-12-01 14:00:47.111,2.7.1,788.0,deepchem,conda-forge/deepchem,,,['tensorflow'],315.0,303.0,https://pypi.org/project/deepchem,16175.0,18401.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,104630.0,,,,,1.0,,2023-12-28 19:05:46.000,12.0,,,,,,,,,,,,,,,,,,, +96,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2024-01-04 13:56:30.000000,2024-01-04 11:30:32,21015.0,510.0,1172.0,241.0,7804.0,936.0,1328.0,4689.0,Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations using bigdl-llm.,195.0,36,True,2023-11-13 02:02:20.000,2.4.0,799.0,bigdl,,,,,51.0,46.0,https://pypi.org/project/bigdl,7284.0,7286.0,,,,,,,,2.0,178.0,2024-01-04 13:56:30.000,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,4.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,2023-12-31 11:14:14.000000,2023-12-31 11:04:55,953.0,25.0,746.0,86.0,200.0,76.0,652.0,3904.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,36,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,341866.0,341866.0,https://pypi.org/project/opencv-python,10377742.0,10377742.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +98,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-01-03 17:44:27.000000,2024-01-03 17:35:31,2140.0,141.0,202.0,65.0,130.0,78.0,514.0,3672.0,A Grammar of Graphics for Python.,105.0,36,True,2023-11-06 11:06:44.000,0.12.4,20.0,plotnine,conda-forge/plotnine,,,,6818.0,6557.0,https://pypi.org/project/plotnine,2009221.0,2016903.0,https://anaconda.org/conda-forge/plotnine,2023-11-06 12:55:06.721,330357.0,,,,,2.0,,2023-11-06 11:02:10.000,261.0,,,,,,,,,,,,,,,,,,, +99,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-01-03 23:12:03.000000,2024-01-01 17:27:18,8425.0,86.0,676.0,98.0,13100.0,35.0,803.0,3548.0,State of the Art Natural Language Processing.,110.0,36,True,2024-01-01 18:58:43.000,5.2.2,100.0,spark-nlp,,,,['spark'],376.0,376.0,https://pypi.org/project/spark-nlp,3802335.0,3802335.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +100,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-01-04 14:13:41.000000,2024-01-04 01:26:28,4024.0,199.0,396.0,34.0,2836.0,412.0,1020.0,2129.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,153.0,36,True,2023-12-15 17:20:47.000,0.43.1,67.0,pyvista,conda-forge/pyvista,,,['jupyter'],2521.0,2521.0,https://pypi.org/project/pyvista,131637.0,141687.0,https://anaconda.org/conda-forge/pyvista,2023-12-14 09:30:38.542,431757.0,,,,,2.0,791.0,,,,,,,,,,,,,,,,,,,,, +101,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,,2013-11-04 16:36:27.000,2024-01-03 23:10:47.000000,2024-01-02 15:28:30,3817.0,43.0,509.0,147.0,1124.0,121.0,1609.0,2065.0,Rasterio reads and writes geospatial raster datasets.,155.0,36,False,2023-10-19 14:09:18.000,1.3.9,82.0,rasterio,conda-forge/rasterio,,,,9931.0,9931.0,https://pypi.org/project/rasterio,2138430.0,2214797.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2748933.0,,,,,2.0,853.0,,,,,,,,,,,,,,,,,,,,, +102,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-01-02 15:41:28.000000,2024-01-02 15:39:59,1614.0,101.0,338.0,26.0,1341.0,54.0,695.0,1768.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",222.0,36,True,2023-12-01 17:06:32.000,1.2.1,40.0,metrics,conda-forge/torchmetrics,,,['pytorch'],19097.0,19084.0,https://pypi.org/project/metrics,2647.0,37883.0,https://anaconda.org/conda-forge/torchmetrics,2023-12-01 20:39:28.126,1193564.0,,,,,2.0,4494.0,2018-04-28 10:58:56.000,13.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,,, +103,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2023-12-19 22:00:11.000000,2023-12-04 09:05:52,1211.0,12.0,205.0,33.0,47.0,9.0,157.0,1513.0,Simple Python interface for Graphviz.,22.0,36,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,62030.0,58568.0,https://pypi.org/project/graphviz,6981322.0,6981846.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,42467.0,,,,,2.0,,2022-07-23 11:35:06.076,3462.0,,,,,,,,,,,,,,,,,,, +104,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,2023-12-28 13:31:47.000000,2023-12-27 16:34:55,1522.0,14.0,366.0,48.0,1467.0,164.0,671.0,1477.0,Exploratory analysis of Bayesian models with Python.,152.0,36,True,2023-12-27 16:22:43.000,0.17.0,35.0,arviz,conda-forge/arviz,,,,5719.0,5553.0,https://pypi.org/project/arviz,1410941.0,1457731.0,https://anaconda.org/conda-forge/arviz,2023-12-28 12:43:24.180,2058699.0,,,,,1.0,133.0,2023-12-27 16:22:43.000,166.0,,,,,,,,,,,,,,,,,,, +105,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2023-12-24 03:56:49.000000,2023-12-13 15:11:34,1848.0,21.0,198.0,30.0,210.0,21.0,390.0,1338.0,The ctypes-based simple ImageMagick binding for Python.,104.0,36,True,2023-11-04 01:41:17.000,0.6.13,25.0,wand,conda-forge/wand,,,,17940.0,17940.0,https://pypi.org/project/wand,853462.0,854734.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,36124.0,,,,,2.0,36654.0,,,,,,,,,,,,,,,,,,,,, +106,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2023-12-26 21:21:16.000000,2023-10-10 17:36:53,2318.0,2.0,5944.0,415.0,1320.0,1048.0,3034.0,28394.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,420.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2506.0,2506.0,https://pypi.org/project/fairseq,420827.0,422214.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,58120.0,,,,,1.0,326.0,,,,,,,,,,,,,,,,,,,,, +107,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2023-12-16 22:04:09.000000,2023-09-04 11:42:16,615.0,,2773.0,299.0,243.0,318.0,583.0,20631.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:53:04.000,1.7.1,22.0,easyocr,,,,,4743.0,4743.0,https://pypi.org/project/easyocr,234825.0,420825.0,,,,,,,,1.0,7998015.0,,,,,,,,,,,,,,,,,,,,, +108,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4896.0,499.0,152.0,998.0,1347.0,19700.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,35,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],1427.0,1416.0,https://pypi.org/project/insightface,501433.0,661505.0,,,,,,,,2.0,1440653.0,2022-12-17 02:14:00.699,11.0,,,,,4.0,,,,,,,,,,,,,, +109,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,2023-12-31 16:19:41.000000,2023-12-23 07:44:06,8697.0,43.0,2842.0,263.0,1215.0,166.0,655.0,16941.0,Best Practices on Recommendation Systems.,128.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,101.0,99.0,https://pypi.org/project/recommenders,61972.0,61979.0,,,,,,,,1.0,462.0,2022-04-01 08:49:49.000,2.0,recommenders-team/recommenders,,,,,,,,,,,,,,,,,, +110,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2023-07-26 09:00:34.000000,2020-06-01 14:58:26,2913.0,,2369.0,232.0,336.0,282.0,223.0,13953.0,Image augmentation for machine learning experiments.,36.0,35,False,2020-02-06 06:18:40.000,0.4.0,3.0,imgaug,conda-forge/imgaug,,,,17893.0,17893.0,https://pypi.org/project/imgaug,308113.0,310817.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,148758.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +111,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2023-11-26 17:29:04.000000,2021-06-01 10:43:00,1848.0,,4266.0,551.0,712.0,353.0,1267.0,13748.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,,,,,5518.0,5518.0,https://pypi.org/project/chatterbot,35831.0,35831.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +112,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2024-01-02 16:42:04.000000,2023-09-18 08:44:36,1331.0,,2226.0,331.0,1579.0,373.0,1854.0,13727.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1102.0,1066.0,https://pypi.org/project/horovod,52349.0,52349.0,,,,,,,,2.0,,2023-06-12 09:28:02.604,36.0,,,,,,stable/horovod,,,,,,,,,,,,, +113,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,2023-12-24 05:29:22.000000,2023-12-07 06:42:43,786.0,5.0,1539.0,130.0,663.0,372.0,436.0,12969.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,133.0,35,True,2023-06-10 07:46:02.827,1.3.1,53.0,albumentations,conda-forge/albumentations,,,['pytorch'],20270.0,19933.0,https://pypi.org/project/albumentations,989929.0,992626.0,https://anaconda.org/conda-forge/albumentations,2023-06-12 13:29:26.010,148371.0,,,,,2.0,,2023-06-10 07:46:02.827,337.0,,,,,,,,,,,,,,,,,,, +114,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-01-04 14:22:26.000000,2024-01-02 14:28:01,2971.0,328.0,1506.0,120.0,3173.0,382.0,2461.0,12181.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",225.0,35,True,2023-12-14 13:35:39.000,1.23.0,73.0,haystack,,,,,147.0,60.0,https://pypi.org/project/haystack,2268.0,2268.0,,,,,,,,1.0,23.0,2021-12-15 14:01:39.322,87.0,,,,,,,,,,,,,,,,,,, +115,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,,2260.0,284.0,3096.0,91.0,2477.0,11626.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'],4073.0,3883.0,https://pypi.org/project/allennlp,30388.0,32338.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,118965.0,,,,,1.0,62.0,2022-10-18 23:54:05.191,190.0,,,,,,,,,,,,,,,,,,, +116,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-01-01 13:12:13.000000,2023-12-09 05:39:53,576.0,12.0,2361.0,222.0,244.0,114.0,416.0,9817.0,A little word cloud generator in Python.,72.0,35,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,854.0,21.0,https://pypi.org/project/wordcloud,1268489.0,1279207.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,450197.0,,,,,2.0,,2023-12-09 14:04:35.000,833.0,,,,,,,,,,,,,,,,,,, +117,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-01-04 10:12:44.000000,2024-01-04 02:01:55,6009.0,145.0,1862.0,178.0,5640.0,86.0,1841.0,8850.0,NeMo: a toolkit for conversational AI.,265.0,35,True,2023-10-25 23:27:38.000,1.21.0,70.0,nemo-toolkit,,,,['pytorch'],31.0,21.0,https://pypi.org/project/nemo-toolkit,34683.0,36882.0,,,,,,,,1.0,114373.0,2023-10-25 21:35:40.000,10.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,2024-01-03 23:17:40.000000,2024-01-03 23:17:40,664.0,10.0,318.0,69.0,104.0,29.0,130.0,7530.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,35,True,2023-10-01 01:13:00.000,0.7.0,13.0,einops,conda-forge/einops,,,,23620.0,23620.0,https://pypi.org/project/einops,5399593.0,5404105.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,176006.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +119,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-01-04 10:57:46.000000,2023-12-22 05:32:58,32280.0,109.0,2011.0,388.0,6726.0,2718.0,6512.0,6586.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",248.0,35,True,,,150.0,h2o,,,,,102.0,21.0,https://pypi.org/project/h2o,386530.0,386530.0,,,,,,,,2.0,,2023-12-20 19:10:56.000,81.0,,,,,,,,,,,,,,,,,,, +120,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-01-04 02:18:22.000000,2024-01-04 02:18:21,18884.0,531.0,450.0,54.0,2585.0,472.0,964.0,6218.0,"Visualize, create, and debug image and video datasets and model predictions.",104.0,35,True,2023-12-21 19:00:21.000,0.23.2,136.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",479.0,468.0,https://pypi.org/project/fiftyone,79044.0,79044.0,,,,,,,,2.0,,2023-12-21 17:30:20.000,11.0,,,,,,,,,,,,,,,,,,, +121,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-01-04 13:09:39.000000,2024-01-03 08:35:01,2715.0,63.0,680.0,74.0,3181.0,200.0,787.0,6069.0,Build Production-Grade AI Applications.,193.0,35,True,2023-12-28 21:36:24.000,1.1.11,96.0,bentoml,,,,,1446.0,1446.0,https://pypi.org/project/bentoml,78145.0,78182.0,,,,,,,,1.0,2125.0,,,,,,,,,,,,,,,,,,,,, +122,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,2023-12-10 22:33:39.000000,2023-12-10 22:20:49,1652.0,20.0,594.0,60.0,1793.0,127.0,1227.0,4408.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,204.0,35,True,2023-10-19 08:22:16.000,0.4.13,24.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2600.0,2600.0,https://pypi.org/project/pytorch-ignite,373978.0,376534.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,171295.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +123,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-01-04 12:58:27.000000,2024-01-04 12:58:18,5232.0,3302.0,403.0,36.0,213.0,155.0,936.0,4193.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",93.0,35,True,2024-01-04 08:36:26.000,1.16.12,492.0,litellm,,,,others,736.0,684.0,https://pypi.org/project/litellm,185666.0,185666.0,,,,,,,,1.0,,2024-01-03 05:21:53.000,52.0,,,,,,,,,,,,,,,,,,, +124,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2023-12-29 09:50:56.118000,2023-12-14 12:33:32,5268.0,6.0,283.0,80.0,774.0,19.0,123.0,2771.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2023-12-14 15:50:47.000,8.2.2,230.0,thinc,conda-forge/thinc,,,,41779.0,41142.0,https://pypi.org/project/thinc,5542594.0,5603623.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2685286.0,,,,,2.0,,2023-12-14 15:07:16.000,637.0,,,,,,,,,,,,,,,,,,, +125,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-01-03 23:00:08.000000,2023-12-21 10:25:42,4972.0,148.0,487.0,22.0,1114.0,931.0,580.0,2016.0,"This is the development home of the workflow management system Snakemake. For general information, see.",312.0,35,True,2023-12-21 10:27:05.000,8.0.1,286.0,snakemake,bioconda/snakemake,,,,2093.0,1831.0,https://pypi.org/project/snakemake,93196.0,102716.0,https://anaconda.org/bioconda/snakemake,2023-12-21 12:38:35.119,942561.0,,,,,2.0,,2023-12-21 10:27:05.000,262.0,,,,,,,,,,,,,,,,,,, +126,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,7.0,556.0,58.0,1880.0,76.0,894.0,1677.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:15:27.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],13768.0,13768.0,https://pypi.org/project/tensorflow-addons,746797.0,746797.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +127,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2023-12-21 21:50:42.816000,2023-12-21 20:10:06,1524.0,12.0,152.0,41.0,132.0,8.0,640.0,1150.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,35,True,2023-12-21 20:05:21.000,1.9.1,32.0,agate,conda-forge/agate,,,,2745.0,2598.0,https://pypi.org/project/agate,3940068.0,3945021.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,158517.0,,,,,1.0,,2023-12-21 20:05:21.000,147.0,,,,,,,,,,,,,,,,,,, +128,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-01-04 14:42:29.000000,2024-01-04 03:36:03,1524.0,69.0,166.0,30.0,1381.0,58.0,169.0,1100.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,35,True,2023-11-30 17:53:01.000,2024.0.1,23.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],9175.0,9151.0,https://pypi.org/project/scikit-learn-intelex,138060.0,145045.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2023-12-08 20:11:03.328,230536.0,,,,,1.0,,2023-11-28 16:02:08.000,24.0,,,,,,,,,,,,,,,,,,, +129,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-01-01 18:20:39.698000,2023-12-17 00:47:47,1472.0,15.0,196.0,47.0,525.0,29.0,732.0,1094.0,Fiona reads and writes geographic data files.,72.0,35,True,2023-10-12 19:29:21.000,1.9.5,47.0,fiona,conda-forge/fiona,,,,17073.0,17073.0,https://pypi.org/project/fiona,5805751.0,5929001.0,https://anaconda.org/conda-forge/fiona,2024-01-01 18:20:39.698,5176516.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +130,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-01-04 09:18:30.000000,2024-01-04 09:18:30,10169.0,106.0,537.0,70.0,2264.0,296.0,1677.0,1067.0,Machine learning for NeuroImaging in Python.,232.0,35,True,2023-10-01 19:30:40.000,0.10.2,45.0,nilearn,conda-forge/nilearn,,,['sklearn'],3083.0,2793.0,https://pypi.org/project/nilearn,42636.0,49396.0,https://anaconda.org/conda-forge/nilearn,2023-10-02 11:59:55.930,256761.0,,,,,2.0,149.0,2023-09-29 11:10:28.000,290.0,,,,,,,,,,,,,,,,,,, +131,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2023-12-11 19:18:48.000000,2023-11-08 03:20:43,1527.0,3.0,209.0,33.0,669.0,25.0,565.0,949.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,28224.0,26192.0,https://pypi.org/project/pyproj,7248361.0,7416416.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7058348.0,,,,,2.0,,2023-09-21 02:07:12.000,2032.0,,,,,,,,,,,,,,,,,,, +132,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2023-12-31 15:22:55.000000,2023-12-26 14:53:14,5765.0,130.0,254.0,36.0,787.0,126.0,392.0,597.0,Python package to access a cacophony of neuro-imaging file formats.,100.0,35,True,2023-12-12 14:28:42.000,5.2.0,41.0,nibabel,conda-forge/nibabel,,,,17604.0,16413.0,https://pypi.org/project/nibabel,359289.0,374871.0,https://anaconda.org/conda-forge/nibabel,2023-12-12 00:00:35.048,670052.0,,,,,2.0,,2023-12-11 21:37:41.000,1191.0,,,,,,,,,,,,,,,,,,, +133,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2023-12-05 14:58:09.000000,2023-11-27 23:41:10,388.0,2.0,4492.0,849.0,265.0,460.0,611.0,25326.0,Library for fast text representation and classification.,67.0,34,True,2020-04-28 09:51:33.000,0.9.2,4.0,fasttext,conda-forge/fasttext,,,,5410.0,5410.0,https://pypi.org/project/fasttext,915429.0,917225.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,71857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +134,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-01-04 04:14:58.000000,2024-01-04 02:32:08,7493.0,277.0,2607.0,295.0,182.0,24.0,999.0,25038.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2023-12-29 20:03:40.000,7.3.6,613.0,netron,,,,"['pytorch', 'tensorflow']",86.0,12.0,https://pypi.org/project/netron,17484.0,65117.0,,,,,,,,1.0,47633.0,2023-12-29 20:03:40.000,74.0,,,,,,,,,,,,,,,,,,, +135,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2023-12-08 19:57:16.000000,2021-11-17 17:52:52,3466.0,,3827.0,664.0,1670.0,132.0,1983.0,23633.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'],432.0,389.0,https://pypi.org/project/deepspeech,3536.0,20764.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2469.0,,,,,2.0,1097363.0,2020-12-19 10:05:12.000,43.0,,,,,,,,,,,,,,,,,,, +136,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-01-04 08:27:09.000000,2024-01-04 08:27:06,3737.0,193.0,806.0,137.0,161.0,89.0,966.0,10896.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",88.0,34,True,2024-01-03 01:07:58.000,16.0.3,46.0,ocrmypdf,conda-forge/ocrmypdf,,,,699.0,699.0,https://pypi.org/project/ocrmypdf,52604.0,54664.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,60372.0,,,,,2.0,1684.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,,,, +137,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-01-04 12:45:31.000000,2024-01-03 16:21:21,1573.0,206.0,980.0,171.0,1786.0,403.0,567.0,9416.0,Development repository for the Triton language and compiler.,198.0,34,True,,,,triton,,,,,21.0,21.0,https://pypi.org/project/triton,7004827.0,7004827.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +138,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2023-06-16 13:22:54.304000,2023-03-11 18:17:15,563.0,,1090.0,267.0,156.0,104.0,155.0,8810.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",36.0,34,True,2013-09-26 02:29:01.000,0.7.0,7.0,textblob,conda-forge/textblob,,,,35099.0,35099.0,https://pypi.org/project/textblob,531734.0,534439.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,240822.0,,,,,2.0,113.0,,,,,,,,,,,,,,,,,,,,, +139,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-01-03 22:47:34.900000,2023-12-22 23:24:26,2475.0,15.0,620.0,104.0,439.0,550.0,1163.0,8590.0,An open source multi-tool for exploring and publishing data.,75.0,34,True,2023-12-22 23:22:42.000,0.64.6,141.0,datasette,conda-forge/datasette,,,,1346.0,1134.0,https://pypi.org/project/datasette,32800.0,33686.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,29211.0,,,,,2.0,59.0,2023-12-22 23:22:42.000,212.0,,,,,,,datasette,,,,,,,,,,,, +140,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-01-04 03:30:38.000000,2023-12-24 18:28:54,2434.0,18.0,971.0,204.0,2260.0,241.0,826.0,8235.0,Deep universal probabilistic programming with Python and PyTorch.,148.0,34,True,2023-07-29 21:20:27.000,1.8.6,34.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],1930.0,1822.0,https://pypi.org/project/pyro-ppl,243783.0,247757.0,https://anaconda.org/conda-forge/pyro-ppl,2023-07-29 23:12:47.995,135129.0,,,,,1.0,,2023-07-29 21:09:56.000,108.0,,,,,,,,,,,,,,,,,,, +141,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2023-12-23 11:40:18.000000,2023-12-16 05:36:44,1721.0,29.0,1295.0,148.0,207.0,188.0,144.0,7711.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2023-11-18 08:45:46.000,1.1.2,90.0,pyod,conda-forge/pyod,,,,3225.0,3162.0,https://pypi.org/project/pyod,577393.0,579404.0,https://anaconda.org/conda-forge/pyod,2023-11-18 09:26:18.014,88507.0,,,,,2.0,,2023-11-18 08:43:48.000,63.0,,,,,,,,,,,,,,,,,,, +142,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2023-12-31 07:35:01.000000,2023-12-02 06:10:46,4212.0,130.0,900.0,143.0,462.0,78.0,760.0,6905.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",66.0,34,True,2023-12-03 06:48:53.000,1.7.0,22.0,stanza,stanfordnlp/stanza,,,,2446.0,2353.0,https://pypi.org/project/stanza,162903.0,163061.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7302.0,,,,,2.0,,2023-12-03 06:48:53.000,93.0,,,,,,,,,,,,,,,,,,, +143,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,2023-11-28 15:45:20.000000,2023-10-23 10:43:57,848.0,2.0,1272.0,140.0,489.0,43.0,539.0,6596.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,80.0,34,True,2023-07-08 22:17:53.000,0.11.0,33.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],23423.0,23072.0,https://pypi.org/project/imbalanced-learn,8635644.0,8647624.0,https://anaconda.org/conda-forge/imbalanced-learn,2023-07-08 22:18:55.284,515154.0,,,,,1.0,,2023-07-08 21:51:38.887,351.0,,,,,,,,,,,,,,,,,,, +144,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-01-03 15:44:01.000000,2024-01-03 15:44:01,2869.0,41.0,2079.0,174.0,1124.0,16.0,1403.0,6415.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2023-11-02 12:53:15.000,3.4.3,48.0,OpenNMT-py,,,,['pytorch'],245.0,245.0,https://pypi.org/project/OpenNMT-py,4478.0,4478.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +145,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-01-03 20:23:12.000000,2024-01-03 20:18:39,2263.0,57.0,624.0,91.0,242.0,420.0,515.0,4958.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",88.0,34,True,2023-11-08 21:09:23.000,1.13.2,145.0,clearml,,allegroai/trains,,,884.0,867.0,https://pypi.org/project/clearml,209345.0,209927.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30188.0,2.0,1873.0,2024-01-03 20:23:12.000,17.0,,,,,,,,,,,,,,,,,,, +146,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-01-03 18:50:59.000000,2023-12-27 21:07:24,12124.0,157.0,1102.0,100.0,1303.0,140.0,741.0,4237.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2023-12-27 22:17:11.000,1.17.0,57.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,482.0,471.0,https://pypi.org/project/adversarial-robustness-toolbox,21721.0,22560.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2023-12-27 22:57:10.074,35276.0,,,,,1.0,,2023-12-27 21:11:33.000,11.0,,,,,,,,,,,,,,,,,,, +147,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2023-12-07 19:03:21.000000,2023-12-07 19:03:20,1290.0,8.0,2431.0,1981.0,531.0,374.0,1075.0,3851.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,101.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,479187.0,479195.0,,,,,,,,2.0,505.0,2023-11-09 22:25:24.000,48.0,,,,,,,,,,,,,,,,,,, +148,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-01-04 05:14:21.000000,2024-01-04 04:26:25,3627.0,85.0,787.0,57.0,1395.0,347.0,1180.0,3823.0,"Serve, optimize and scale PyTorch models in production.",181.0,34,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],594.0,578.0,https://pypi.org/project/torchserve,31679.0,58873.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,143424.0,https://hub.docker.com/r/pytorch/torchserve,2023-10-12 22:44:52.307587,22.0,1218210.0,2.0,5458.0,2023-10-12 22:01:55.000,16.0,,,,,,,,,,,,,,,,,,, +149,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-01-03 23:09:16.000000,2024-01-03 23:06:07,1248.0,47.0,220.0,30.0,405.0,102.0,181.0,3290.0,Lightning fast forecasting with statistical and econometric models.,35.0,34,True,2023-12-19 23:13:26.000,1.7.0,28.0,statsforecast,conda-forge/statsforecast,,,,672.0,646.0,https://pypi.org/project/statsforecast,474741.0,477300.0,https://anaconda.org/conda-forge/statsforecast,2023-12-20 17:42:42.349,56307.0,,,,,1.0,,2023-12-19 23:13:26.000,26.0,,,,,,,,,,,,,,,,,,, +150,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,,2013-03-21 18:43:22.000,2023-12-28 22:30:36.000000,2023-12-28 22:30:36,7350.0,47.0,599.0,117.0,1155.0,306.0,1103.0,3169.0,High-performance interactive 2D/3D data visualization library.,192.0,34,False,2023-10-03 22:23:12.000,0.14.1,35.0,vispy,conda-forge/vispy,,,['jupyter'],1365.0,1365.0,https://pypi.org/project/vispy,55224.0,66424.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,447564.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,11.0,,,,,,,,,,,,,,, +151,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-01-04 13:01:49.000000,2023-12-22 12:03:53,2777.0,245.0,273.0,24.0,2564.0,197.0,1553.0,2766.0,Argilla: the open-source feedback platform for LLMs.,74.0,34,True,2023-12-21 14:45:33.000,1.21.0,100.0,rubrix,conda-forge/rubrix,,,,2167.0,2167.0,https://pypi.org/project/rubrix,329.0,1460.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28299.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,,,, +152,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-01-03 15:29:56.000000,2024-01-03 15:25:32,2780.0,183.0,281.0,68.0,1492.0,54.0,581.0,2208.0,Adaptive Experimentation Platform.,158.0,34,True,2023-12-09 18:28:49.000,0.3.6,39.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],644.0,616.0,https://pypi.org/project/ax-platform,79128.0,79660.0,https://anaconda.org/conda-forge/ax-platform,2023-12-11 15:43:05.639,16521.0,,,,,1.0,,2023-12-09 18:28:49.000,28.0,,,,,,,,,,,,,,,,,,, +153,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-01-04 14:42:19.000000,2023-12-26 18:13:01,921.0,80.0,300.0,53.0,1057.0,272.0,341.0,1857.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,87.0,34,True,2023-12-15 10:54:26.000,1.16.1,55.0,optimum,conda-forge/optimum,,,,1317.0,1262.0,https://pypi.org/project/optimum,773823.0,774329.0,https://anaconda.org/conda-forge/optimum,2023-12-15 13:15:30.310,10645.0,,,,,1.0,,2023-12-15 10:54:15.000,55.0,,,,,,,,,,,,,,,,,,, +154,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-01-04 12:09:59.000000,2023-12-21 11:41:05,1165.0,16.0,341.0,66.0,586.0,227.0,346.0,1433.0,A Jupyter - Leaflet.js bridge.,87.0,34,True,2023-12-15 14:14:28.000,0.18.1,69.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],6709.0,6709.0,https://pypi.org/project/ipyleaflet,100868.0,161458.0,https://anaconda.org/conda-forge/ipyleaflet,2023-12-15 15:24:03.988,1093456.0,,,,,2.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,35739.0,,,,,,,,,,,,,,, +155,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,LGPL-3.0,2012-08-03 07:43:59.000,2024-01-03 15:10:43.000000,2024-01-03 15:10:43,2944.0,55.0,348.0,55.0,1113.0,276.0,920.0,1312.0,Cartopy - a cartographic python library with matplotlib support.,124.0,34,False,2023-08-05 00:46:57.000,0.22.0,24.0,cartopy,conda-forge/cartopy,,,,4225.0,4225.0,https://pypi.org/project/cartopy,130643.0,206673.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3345324.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +156,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,2023-12-18 13:39:47.000000,2023-12-13 18:13:12,2766.0,43.0,274.0,34.0,199.0,37.0,492.0,1193.0,Python interface for igraph.,71.0,34,False,2023-11-20 11:09:36.000,0.11.3,39.0,python-igraph,conda-forge/igraph,,,,4166.0,3750.0,https://pypi.org/project/python-igraph,263252.0,281771.0,https://anaconda.org/conda-forge/igraph,2023-12-01 16:13:44.377,488165.0,,,,,1.0,562173.0,2023-11-20 11:09:36.000,416.0,,,,,,,,,,,,,,,,,,, +157,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-01-03 23:31:57.000000,2023-12-18 23:29:58,861.0,4.0,309.0,45.0,1007.0,70.0,163.0,1171.0,Making text a first-class citizen in TensorFlow.,111.0,34,True,2023-11-15 19:00:05.000,2.15.0,53.0,tensorflow-text,,,,['tensorflow'],6247.0,6247.0,https://pypi.org/project/tensorflow-text,3748289.0,3748289.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +158,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,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,13248.0,1567.0,224.0,747.0,584.0,50702.0,The worlds simplest facial recognition api for Python and the command line.,54.0,33,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],82.0,21.0,https://pypi.org/project/face_recognition,63635.0,64134.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19379.0,,,,,2.0,1223.0,2020-02-20 14:26:01.000,61.0,,,,,,,,,,,,,,,,,,, +159,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-01-04 09:51:05.000000,2024-01-04 08:21:55,2929.0,114.0,3995.0,370.0,3503.0,337.0,1152.0,35792.0,"Making large AI models cheaper, faster and more accessible.",160.0,33,True,2023-11-01 05:57:35.000,0.3.4,34.0,,,,,,284.0,284.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +160,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2023-12-21 06:59:37.000000,2023-12-20 18:26:53,1496.0,6.0,6778.0,379.0,645.0,377.0,3037.0,27711.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",262.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1553.0,1547.0,https://pypi.org/project/detectron2,,5182.0,https://anaconda.org/conda-forge/detectron2,2023-11-30 09:37:14.142,217679.0,,,,,2.0,,2020-02-06 00:35:57.000,6.0,,,,,,,,,,,,,,,,,,, +161,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-01-04 14:11:00.000000,2024-01-04 03:39:35,34532.0,449.0,12192.0,943.0,24012.0,,,22543.0,Apache Flink Python API.,1811.0,33,True,,,,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,45485.0,45485.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +162,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,,2018-08-02 17:56:45.000,2024-01-04 12:47:53.000000,2024-01-04 12:25:54,16506.0,1792.0,2550.0,379.0,4514.0,484.0,3125.0,19453.0,Build AI using SQL.,814.0,33,False,2024-01-01 12:35:36.000,23.12.4.1,100.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,33349.0,33349.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +163,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,2023-12-26 23:00:56.000000,2020-10-14 16:36:49,6226.0,,4627.0,1000.0,1869.0,357.0,658.0,16763.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1059.0,973.0,https://pypi.org/project/zipline,2584.0,2769.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7407.0,,,,,1.0,,2020-10-05 15:46:20.429,86.0,,,,,,,,,,,,,,,,,,, +164,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,2023-09-25 04:57:08.085000,2023-08-20 17:38:53,890.0,,1110.0,322.0,266.0,54.0,341.0,12310.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,33,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,3712.0,3438.0,https://pypi.org/project/annoy,800014.0,809472.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,378330.0,,,,,2.0,,2023-06-14 16:39:02.504,274.0,,,,,,,,,,,,,,,,,,, +165,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-01-03 21:57:48.000000,2024-01-03 21:57:47,3777.0,102.0,1088.0,190.0,2758.0,269.0,743.0,10352.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",148.0,33,True,2023-12-20 21:47:42.000,0.9.1,44.0,ludwig,,,,['tensorflow'],234.0,234.0,https://pypi.org/project/ludwig,3875.0,3875.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +166,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-01-02 11:17:53.000000,2024-01-02 11:17:47,862.0,3.0,1270.0,417.0,85.0,32.0,159.0,9651.0,TensorFlow-based neural network library.,58.0,33,True,2024-01-02 11:08:14.000,2.0.2,13.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1203.0,1203.0,https://pypi.org/project/dm-sonnet,14789.0,15322.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,26697.0,,,,,2.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,, +167,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2023-12-12 17:39:59.000000,2023-12-08 19:12:48,2431.0,7.0,1542.0,290.0,429.0,281.0,636.0,9369.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,33,False,2023-08-15 18:22:07.000,0.12.1,62.0,tpot,conda-forge/tpot,,,['sklearn'],2604.0,2542.0,https://pypi.org/project/tpot,32299.0,37933.0,https://anaconda.org/conda-forge/tpot,2023-08-15 22:49:07.495,242283.0,,,,,1.0,,2023-08-15 18:22:07.000,62.0,,,,,,,,,,,,,,,,,,, +168,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,,871.0,261.0,148.0,83.0,103.0,9039.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,23.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,21959.0,21959.0,https://pypi.org/project/fuzzywuzzy,4844966.0,4850737.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,519428.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +169,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2023-12-28 21:58:28.000000,2022-12-08 17:49:19,746.0,,965.0,135.0,220.0,281.0,270.0,8022.0,Manipulate audio with a simple and easy high level interface.,95.0,33,False,2021-03-10 02:10:41.000,0.25.1,31.0,pydub,conda-forge/pydub,,,,46411.0,46411.0,https://pypi.org/project/pydub,3134895.0,3136177.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,78234.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +170,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-01-04 03:39:32.000000,2023-12-28 06:35:09,2895.0,12.0,1582.0,87.0,1624.0,367.0,1608.0,7918.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",118.0,33,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1098.0,1094.0,https://pypi.org/project/paddleseg,1644.0,1644.0,,,,,,,,2.0,,2022-11-30 11:24:02.578,4.0,,,,,,,,,,,,,,,,,,, +171,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-01-04 08:34:53.000000,2023-12-12 14:48:29,814.0,46.0,696.0,275.0,1073.0,309.0,342.0,7252.0,Build and manage real-life data science projects with ease!.,76.0,33,True,2023-12-04 22:41:41.000,2.10.8,103.0,metaflow,conda-forge/metaflow,,,,599.0,573.0,https://pypi.org/project/metaflow,120188.0,123943.0,https://anaconda.org/conda-forge/metaflow,2023-12-05 13:25:21.985,157712.0,,,,,2.0,,2023-12-04 22:41:41.000,26.0,,,,,,,,,,,,,,,,,,, +172,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-01-03 19:20:21.000000,2023-09-29 18:36:14,1218.0,,1022.0,126.0,272.0,349.0,378.0,6962.0,Distributed Asynchronous Hyperparameter Optimization in Python.,102.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,13682.0,13178.0,https://pypi.org/project/hyperopt,1703886.0,1715502.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,743471.0,,,,,1.0,,2021-11-17 10:07:00.808,504.0,,,,,,,,,,,,,,,,,,, +173,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-01-04 14:14:47.000000,2024-01-04 00:40:27,37862.0,603.0,778.0,146.0,8839.0,903.0,4936.0,6825.0,cuDF - GPU DataFrame Library.,268.0,33,True,2023-12-08 21:31:24.000,23.12.01,44.0,cudf,,,,,59.0,50.0,https://pypi.org/project/cudf,2639.0,2639.0,,,,,,,,1.0,,2020-06-01 20:07:47.000,9.0,,,,,,,,,,,,,,,,,,, +174,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,2023-12-18 14:26:15.000000,2023-12-18 14:26:15,1763.0,17.0,752.0,128.0,266.0,436.0,328.0,6663.0,Uniform Manifold Approximation and Projection.,128.0,33,True,2023-11-18 03:11:17.000,0.5.5,39.0,umap-learn,conda-forge/umap-learn,,,,533.0,1.0,https://pypi.org/project/umap-learn,676180.0,729063.0,https://anaconda.org/conda-forge/umap-learn,2023-11-18 18:17:04.167,2274004.0,,,,,2.0,,2023-11-18 03:11:17.000,532.0,,,,,5.0,,,,,,,,,,,,,, +175,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,4.0,858.0,218.0,220.0,158.0,233.0,6635.0,Efficiently computes derivatives of numpy code.,56.0,33,True,2015-03-05 19:30:11.000,1.0,7.0,autograd,conda-forge/autograd,,,,7020.0,7020.0,https://pypi.org/project/autograd,1062824.0,1082886.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,381187.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +176,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2023-12-27 14:49:16.000000,2023-12-27 14:04:05,2705.0,11.0,1116.0,210.0,1045.0,19.0,613.0,6435.0,An open source library for deep learning end-to-end dialog systems and chatbots.,76.0,33,True,2023-12-27 14:49:16.000,1.5.0,62.0,deeppavlov,,,,['tensorflow'],370.0,370.0,https://pypi.org/project/deeppavlov,8460.0,8460.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,, +177,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2023-12-27 20:40:01.000000,2023-12-27 20:40:01,3261.0,9.0,945.0,137.0,637.0,57.0,1096.0,6397.0,Python library for audio and music analysis.,119.0,33,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1514.0,,https://pypi.org/project/librosa,1804385.0,1821356.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,712812.0,,,,,2.0,,2023-08-16 13:52:19.000,1514.0,,,,,,,,,,,,,,,,,,, +178,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-01-04 06:54:58.000000,2024-01-04 06:54:07,2933.0,187.0,680.0,141.0,89.0,75.0,323.0,5854.0,Fit interpretable models. Explain blackbox machine learning.,39.0,33,True,2023-12-14 21:27:55.000,0.5.0,40.0,interpret,,,,['jupyter'],598.0,598.0,https://pypi.org/project/interpret,69840.0,69840.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +179,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,,1397.0,291.0,6588.0,12.0,2030.0,5835.0,A flexible framework of neural networks for deep learning.,323.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3560.0,3156.0,https://pypi.org/project/chainer,17430.0,17778.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16383.0,,,,,2.0,,2022-01-05 05:33:36.000,404.0,,,,,,,,,,,,,,,,,,, +180,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,2023-12-16 19:25:54.000000,2023-12-16 19:23:13,1208.0,34.0,641.0,65.0,131.0,54.0,430.0,5606.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,33,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1155.0,1125.0,https://pypi.org/project/pytorch-metric-learning,221912.0,222142.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11042.0,,,,,1.0,,2023-12-16 19:14:54.000,30.0,,,,,,,,,,,,,,,,,,, +181,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-01-02 02:22:00.000000,2023-12-19 16:41:52,1051.0,33.0,453.0,225.0,733.0,166.0,329.0,4358.0,Model interpretability and understanding for PyTorch.,104.0,33,True,2023-12-05 09:21:02.000,0.7.0,9.0,captum,conda-forge/captum,,,['pytorch'],1688.0,1688.0,https://pypi.org/project/captum,186899.0,187667.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,19223.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +182,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-01-04 12:04:48.000000,2023-12-21 21:18:35,1118.0,30.0,564.0,116.0,830.0,272.0,1014.0,3834.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",159.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3702.0,3532.0,https://pypi.org/project/coremltools,163642.0,165121.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53101.0,,,,,2.0,9005.0,2023-11-01 14:33:59.000,170.0,,,,,,,,,,,,,,,,,,, +183,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,2023-12-28 17:43:43.000000,2023-12-03 03:47:34,490.0,5.0,582.0,64.0,212.0,191.0,151.0,3750.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,5838.0,5775.0,https://pypi.org/project/hnswlib,590002.0,593307.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,122291.0,,,,,2.0,,2023-12-03 04:16:17.000,63.0,,,,,,,,,,,,,,,,,,, +184,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,,2013-09-12 07:18:21.000,2024-01-01 13:47:48.000000,2023-12-21 03:06:20,3865.0,68.0,1023.0,154.0,1563.0,345.0,862.0,3539.0,Fast data visualization and GUI tools for scientific / engineering applications.,267.0,33,False,2023-04-14 21:24:10.000,pyqtgraph-0.13.3,13.0,pyqtgraph,conda-forge/pyqtgraph,,,,8547.0,8547.0,https://pypi.org/project/pyqtgraph,121934.0,127838.0,https://anaconda.org/conda-forge/pyqtgraph,2023-06-16 13:19:32.302,495936.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +185,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,2023-12-22 14:48:07.000000,2023-12-22 14:48:06,1489.0,18.0,363.0,91.0,733.0,131.0,441.0,3119.0,Quickly and accurately render even the largest data.,54.0,33,True,2023-10-26 15:10:16.000,0.16.0,42.0,datashader,conda-forge/datashader,,,,3518.0,3391.0,https://pypi.org/project/datashader,92297.0,108988.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,734419.0,,,,,2.0,,2023-10-31 11:50:35.000,127.0,,,,,,,,,,,,,,,,,,, +186,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-01-04 05:39:47.000000,2023-12-28 01:46:14,1765.0,86.0,348.0,53.0,1499.0,53.0,393.0,2865.0,Bayesian optimization in PyTorch.,107.0,33,True,2023-12-09 01:58:40.000,0.9.5,41.0,botorch,conda-forge/botorch,,,['pytorch'],790.0,790.0,https://pypi.org/project/botorch,112560.0,114907.0,https://anaconda.org/conda-forge/botorch,2023-12-09 03:51:41.401,96265.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +187,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,2023-12-17 02:36:56.000000,2021-10-12 13:32:38,1570.0,,505.0,63.0,542.0,303.0,392.0,2699.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2021-10-12 15:33:19.000,0.9.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,5535.0,5259.0,https://pypi.org/project/scikit-optimize,498106.0,507018.0,https://anaconda.org/conda-forge/scikit-optimize,2023-06-16 13:23:01.487,695189.0,,,,,1.0,,2021-10-12 14:23:01.204,276.0,,,,,,,,,,,,,,,,,,, +188,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,2023-12-22 21:54:50.000000,2023-12-22 21:54:50,1633.0,12.0,323.0,60.0,183.0,126.0,192.0,2682.0,The machine learning toolkit for time series analysis in Python.,43.0,33,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1134.0,1085.0,https://pypi.org/project/tslearn,239543.0,269017.0,https://anaconda.org/conda-forge/tslearn,2023-12-12 23:08:37.558,1267407.0,,,,,2.0,,2023-12-12 14:39:23.000,49.0,,,,,,,,,,,,,,,,,,, +189,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,2023-12-26 03:38:51.000000,2023-12-21 20:29:20,2289.0,36.0,717.0,80.0,203.0,184.0,463.0,2657.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",149.0,33,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],1394.0,1386.0,https://pypi.org/project/tf-agents,26424.0,26424.0,,,,,,,,1.0,,2023-12-14 04:07:38.000,8.0,,,,,,,,,,,,,,,,,,, +190,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,20.0,398.0,39.0,149.0,45.0,238.0,2316.0,A library of sklearn compatible categorical variable encoders.,70.0,33,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1498.0,1327.0,https://pypi.org/project/category_encoders,1411407.0,1420600.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,248215.0,,,,,2.0,,2023-10-29 20:29:52.000,171.0,,,,,,,,,,,,,,,,,,, +191,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,2023-12-23 15:16:22.285000,2023-12-23 13:05:00,887.0,10.0,355.0,84.0,167.0,215.0,146.0,2290.0,D3 Renderings of Matplotlib Graphics.,52.0,33,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,5795.0,5378.0,https://pypi.org/project/mpld3,437915.0,442934.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,191405.0,,,,,2.0,,2023-12-23 13:03:02.000,409.0,,mpld3,https://www.npmjs.com/package/mpld3,568.0,,,,,,,,,,,2023-12-23 13:04:29.963,8.0,,, +192,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-01-03 22:11:59.000000,2024-01-03 22:11:54,2288.0,20.0,525.0,69.0,479.0,236.0,701.0,2222.0,Survival analysis in Python.,115.0,33,True,2024-01-03 22:00:43.000,0.28.0,100.0,lifelines,conda-forge/lifelines,,,,2105.0,2105.0,https://pypi.org/project/lifelines,347200.0,354176.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,306968.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +193,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-01-04 12:11:50.000000,2024-01-03 21:29:52,3814.0,184.0,505.0,51.0,3904.0,321.0,859.0,2018.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,152.0,33,True,2023-11-08 21:58:24.000,0.33.1,52.0,pennylane,conda-forge/pennylane,,,,773.0,709.0,https://pypi.org/project/pennylane,35093.0,36266.0,https://anaconda.org/conda-forge/pennylane,2023-11-21 18:10:47.719,30488.0,,,,,2.0,70.0,2023-11-08 21:58:24.000,64.0,,,,,,,,,,,,,,,,,,, +194,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-01-03 21:24:37.000000,2023-12-21 09:18:49,3670.0,11.0,189.0,50.0,1343.0,126.0,710.0,1938.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2023-09-06 20:25:23.000,0.14.0,58.0,pythran,conda-forge/pythran,,,,1637.0,1615.0,https://pypi.org/project/pythran,130165.0,140996.0,https://anaconda.org/conda-forge/pythran,2023-09-21 12:37:53.939,433269.0,,,,,2.0,,2023-09-06 20:25:23.000,22.0,,,,,,,,,,,,,,,,,pythran,python-pythran, +195,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-01-03 04:41:01.000000,2024-01-01 07:42:15,555.0,11.0,107.0,32.0,59.0,71.0,78.0,909.0,Describing statistical models in Python using symbolic formulas.,19.0,33,True,2023-12-25 06:05:13.000,0.5.5,12.0,patsy,conda-forge/patsy,,,,88969.0,86221.0,https://pypi.org/project/patsy,12379598.0,12718614.0,https://anaconda.org/conda-forge/patsy,2023-12-26 15:59:14.236,9492469.0,,,,,2.0,,2023-12-25 06:04:56.000,2748.0,,,,,,,,,,,,,,,,,,, +196,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,2023-12-18 04:56:09.000000,2023-12-06 02:03:46,14787.0,4.0,483.0,50.0,2277.0,395.0,949.0,707.0,Workflows and interfaces for neuroimaging packages.,251.0,33,True,2022-09-01 22:11:24.000,1.8.4,46.0,nipype,conda-forge/nipype,,,,3872.0,3872.0,https://pypi.org/project/nipype,75701.0,90081.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,589602.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +197,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-01-03 17:54:23.000000,2023-07-11 13:03:36,1421.0,,3632.0,762.0,1133.0,356.0,588.0,18790.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,32,True,2022-08-01 18:18:44.000,2.1.4,48.0,magenta,,,,['tensorflow'],486.0,486.0,https://pypi.org/project/magenta,2640.0,2640.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +198,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,,3304.0,468.0,671.0,589.0,672.0,14454.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1538.0,1448.0,https://pypi.org/project/tensor2tensor,4156.0,4156.0,,,,,,,,2.0,,2020-06-17 16:31:34.798,90.0,,,,,,,,,,,,,,,,,,, +199,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2023-10-30 04:23:19.000000,2023-10-26 05:31:53,3012.0,1.0,1817.0,284.0,3502.0,348.0,1676.0,13478.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,32,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,573.0,538.0,https://pypi.org/project/nni,15301.0,15301.0,,,,,,,,2.0,,2023-09-14 12:22:00.000,35.0,,,,,,,,,,,,,,,,,,, +200,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,187.0,1005.0,580.0,712.0,12324.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,32,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1494.0,1488.0,https://pypi.org/project/paddlehub,5663.0,5674.0,,,,,,,,2.0,664.0,2023-09-20 10:33:08.000,6.0,,,,,,,,,,,,,,,,,,, +201,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1760.0,264.0,114.0,96.0,535.0,11047.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,,,,5022.0,4849.0,https://pypi.org/project/lime,219241.0,221532.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,194797.0,,,,,1.0,,2020-06-26 21:38:15.000,173.0,,,,,,,,,,,,,,,,,,, +202,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2415.0,460.0,260.0,570.0,362.0,9605.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5237.0,4748.0,https://pypi.org/project/tflearn,6642.0,6642.0,,,,,,,,3.0,,2020-11-11 19:13:47.000,489.0,,,,,,,,,,,,,,,,,,, +203,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,2023-12-23 01:58:33.000000,2023-10-02 22:40:55,1387.0,,1406.0,303.0,889.0,129.0,758.0,9010.0,AutoML library for deep learning.,143.0,32,True,2023-01-28 18:46:30.271,1.1.0,58.0,autokeras,,,,['tensorflow'],630.0,618.0,https://pypi.org/project/autokeras,11395.0,11633.0,,,,,,,,2.0,17680.0,2023-01-28 18:46:30.271,12.0,,,,,,,,,,,,,,,,,,, +204,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,2023-12-23 11:21:53.000000,2023-12-06 12:55:15,486.0,32.0,2220.0,281.0,138.0,274.0,314.0,7773.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,32,True,2023-12-06 13:10:51.000,3.10.1,26.0,SpeechRecognition,conda-forge/speechrecognition,,,,21.0,21.0,https://pypi.org/project/SpeechRecognition,582833.0,587115.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,175574.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +205,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,2.0,870.0,86.0,274.0,78.0,376.0,7741.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,39337.0,38339.0,https://pypi.org/project/tensorboardX,1863193.0,1890145.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1131786.0,,,,,2.0,411.0,2023-08-20 13:38:18.000,998.0,,,,,,,,,,,,,,,,,,, +206,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-01-01 19:04:03.000000,2023-12-07 16:30:16,1315.0,7.0,848.0,158.0,1656.0,172.0,804.0,6920.0,An open source python library for automated feature engineering.,71.0,32,True,2023-10-26 18:21:15.000,1.28.0,100.0,featuretools,conda-forge/featuretools,,,,1505.0,1505.0,https://pypi.org/project/featuretools,48337.0,52387.0,https://anaconda.org/conda-forge/featuretools,2023-10-27 14:28:34.721,174164.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +207,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-01-04 11:21:40.000000,2023-07-28 00:16:45,2332.0,,1072.0,192.0,233.0,271.0,279.0,5408.0,Distributed Evolutionary Algorithms in Python.,87.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4663.0,4294.0,https://pypi.org/project/deap,191498.0,200492.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,350772.0,,,,,2.0,,2023-07-21 10:51:54.000,369.0,,,,,,,,,,,,,,,,,,, +208,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,,1594.0,304.0,294.0,152.0,268.0,5288.0,Portfolio and risk analytics in Python.,59.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,963.0,929.0,https://pypi.org/project/pyfolio,8817.0,8996.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12759.0,,,,,1.0,,2019-04-15 15:00:21.000,34.0,,,,,,,,,,,,,,,,,,, +209,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-01-01 17:30:25.000000,2024-01-01 17:26:51,3846.0,93.0,550.0,84.0,538.0,102.0,459.0,4589.0,Online machine learning in Python.,108.0,32,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,426.0,397.0,https://pypi.org/project/river,19727.0,21301.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,51946.0,,,,,2.0,,2023-12-05 00:13:21.000,29.0,,,,,,,,,,,,,,,,,,, +210,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,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,5.0,152.0,76.0,66.0,17.0,120.0,3644.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2023-11-21 23:50:46.000,6.1.3,49.0,ftfy,conda-forge/ftfy,,,,16644.0,16008.0,https://pypi.org/project/ftfy,3953784.0,3961516.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,278361.0,,,,,2.0,,2023-11-21 23:50:46.000,636.0,,,,,4.0,,,,,,,,,,,,,, +211,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2023-12-11 16:28:56.000000,2022-08-22 18:21:12,586.0,,571.0,78.0,76.0,61.0,161.0,2983.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,,,,4964.0,4798.0,https://pypi.org/project/filterpy,1854595.0,1857627.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,239536.0,,,,,2.0,,2021-12-15 15:49:27.374,166.0,,,,,,,,,,,,,,,,,,, +212,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,2023-12-27 20:29:35.000000,2023-11-29 20:31:13,1079.0,20.0,382.0,64.0,487.0,201.0,268.0,2796.0,A Hyperparameter Tuning Library for Keras.,60.0,32,True,2023-11-07 19:38:18.000,1.4.6,34.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],3110.0,3048.0,https://pypi.org/project/keras-tuner,139799.0,140736.0,https://anaconda.org/conda-forge/keras-tuner,2023-11-10 05:23:26.167,27194.0,,,,,2.0,,2023-11-07 19:38:18.000,62.0,,,,,,,,,,,,,,,,,,, +213,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,2023-11-30 11:52:42.000000,2023-11-30 11:52:37,963.0,15.0,221.0,39.0,518.0,71.0,171.0,2672.0,JAX-based neural network library.,79.0,32,True,2023-11-10 14:04:13.000,0.0.11,13.0,dm-haiku,conda-forge/dm-haiku,,,,1649.0,1649.0,https://pypi.org/project/dm-haiku,168212.0,168618.0,https://anaconda.org/conda-forge/dm-haiku,2023-11-16 14:41:40.026,14226.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,, +214,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-01-04 10:52:31.000000,2024-01-04 10:04:28,5454.0,100.0,672.0,88.0,5655.0,93.0,847.0,2036.0,TFX is an end-to-end platform for deploying production ML pipelines.,178.0,32,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,63607.0,63607.0,,,,,,,,2.0,,2023-09-06 22:01:30.000,14.0,,,,,,,,,,,,,,,,,,, +215,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-01-03 20:32:06.000000,2023-12-27 10:12:23,938.0,6.0,194.0,48.0,301.0,127.0,121.0,1659.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,32,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,5950.0,5805.0,https://pypi.org/project/evaluate,2032546.0,2032546.0,,,,,,,,1.0,,2023-10-13 15:54:47.000,145.0,,,,,,,,,,,,,,,,,,, +216,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,278.0,51.0,157.0,85.0,218.0,1567.0,Python Geocoder.,73.0,32,False,2016-09-05 17:57:51.000,1.17.3,18.0,geocoder,conda-forge/geocoder,,,,8683.0,8683.0,https://pypi.org/project/geocoder,372164.0,373799.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,135774.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,geocoder +217,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,2023-10-30 17:18:47.000000,2023-10-23 16:17:56,1077.0,4.0,227.0,34.0,249.0,48.0,271.0,1465.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",22.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,6959.0,6959.0,https://pypi.org/project/pmdarima,1863586.0,1889882.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1025561.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +218,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-01-02 19:45:15.000000,2024-01-02 19:45:00,3278.0,11.0,242.0,48.0,350.0,72.0,262.0,1003.0,"OpenCL integration for Python, plus shiny features.",95.0,32,True,2023-10-12 23:06:24.000,2023.1.4,94.0,pyopencl,conda-forge/pyopencl,,,,1966.0,1760.0,https://pypi.org/project/pyopencl,42987.0,65547.0,https://anaconda.org/conda-forge/pyopencl,2023-10-13 14:22:03.075,970118.0,,,,,2.0,,2023-10-12 23:06:24.000,206.0,,,,,,,,,,,,,,,,,,, +219,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-01-03 23:20:07.000000,2024-01-03 21:52:52,11253.0,148.0,226.0,58.0,11816.0,156.0,2145.0,900.0,Cloud-native genomic dataframes and batch computing.,91.0,32,True,2023-10-30 17:20:30.000,0.2.126,100.0,hail,,,,['spark'],120.0,120.0,https://pypi.org/project/hail,23136.0,23136.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +220,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2023-11-17 01:43:12.000000,2023-07-13 08:50:20,531.0,,2651.0,383.0,118.0,213.0,561.0,24219.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],640.0,634.0,https://pypi.org/project/spleeter,15083.0,72822.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,78875.0,,,,,2.0,2864289.0,2022-06-10 13:19:35.000,6.0,,,,,,,,,,,,,,,,,,, +221,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-01-04 08:34:53.000000,2024-01-04 07:02:42,3286.0,713.0,2370.0,267.0,2491.0,76.0,380.0,21766.0,You like pytorch? You like micrograd? You love tinygrad!.,263.0,31,True,2023-08-27 16:40:37.000,0.7.0,4.0,,,,,['pytorch'],36.0,36.0,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,,, +222,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,,1125.0,339.0,1683.0,502.0,1294.0,11136.0,Turi Create simplifies the development of custom machine learning models.,86.0,31,False,2020-09-30 22:44:07.000,6.4.1,30.0,turicreate,,,,,21.0,21.0,https://pypi.org/project/turicreate,17513.0,17644.0,,,,,,,,3.0,9566.0,,,,,,,,,,,,,,,,,,,,, +223,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,5.0,2060.0,287.0,3401.0,54.0,1494.0,10377.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,31,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,1790.0,1790.0,,,,,,,,2.0,,2022-09-20 02:56:01.305,5.0,,,,,,,,,,,,,,,,,,, +224,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-01-03 15:57:52.000000,2023-11-17 16:27:58,10398.0,6.0,1864.0,350.0,3414.0,129.0,1131.0,8347.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,332.0,31,True,2023-07-19 14:18:35.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,,,https://pypi.org/project/vowpalwabbit,39153.0,42665.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,136985.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +225,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1239.0,215.0,711.0,178.0,827.0,7276.0,Automated Machine Learning with scikit-learn.,88.0,31,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],571.0,532.0,https://pypi.org/project/auto-sklearn,15488.0,16111.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,20562.0,,,,,2.0,51.0,2022-09-20 10:32:07.471,39.0,,,,,,,,,,,,,,,,,,, +226,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-01-03 22:56:19.000000,2024-01-03 07:04:51,5876.0,132.0,896.0,111.0,1588.0,83.0,617.0,7055.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2023-11-29 21:48:30.000,2.7.1,48.0,perspective-python,conda-forge/perspective,,,['jupyter'],107.0,107.0,https://pypi.org/project/perspective-python,3820.0,15850.0,https://anaconda.org/conda-forge/perspective,2023-12-04 04:58:10.833,496701.0,,,,,2.0,1924.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,159.0,,,,,,,,,,,,,,, +227,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2024-01-03 10:18:09.000000,2023-12-29 15:02:53,1122.0,35.0,752.0,59.0,884.0,246.0,1012.0,6823.0,A python library for user-friendly forecasting and anomaly detection on time series.,109.0,31,True,2023-12-10 18:17:20.000,0.27.1,39.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,485.0,480.0,https://pypi.org/project/u8darts,16741.0,18040.0,https://anaconda.org/conda-forge/u8darts-all,2023-12-10 22:13:26.243,38771.0,https://hub.docker.com/r/unit8/darts,2023-12-10 17:53:59.869630,,455.0,2.0,,2023-12-10 18:17:20.000,5.0,,,,,,,,,,,,,,,,,,, +228,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-01-01 05:45:52.000000,2023-12-22 16:16:00,978.0,63.0,885.0,137.0,660.0,125.0,305.0,6440.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,82.0,31,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,322.0,315.0,https://pypi.org/project/dowhy,30766.0,31249.0,https://anaconda.org/conda-forge/dowhy,2023-11-30 17:35:40.350,18356.0,,,,,2.0,33.0,2023-12-25 07:11:09.000,7.0,,,,,,,,,,,,,,,,,,, +229,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,,1803.0,200.0,206.0,11.0,1343.0,6289.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,31,True,2019-01-18 19:18:13.000,doc-v0.9.0.1,3.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1434.0,1434.0,https://pypi.org/project/tensorpack,10226.0,10606.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10225.0,,,,,3.0,160.0,,,,,,,,,,,,,,,,,,,,, +230,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-01-02 16:17:58.000000,2023-12-13 13:40:56,1081.0,6.0,366.0,81.0,523.0,51.0,450.0,5503.0,A scikit-learn compatible neural network library that wraps PyTorch.,61.0,31,True,2023-09-04 10:10:59.000,0.15.0,15.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1066.0,1066.0,https://pypi.org/project/skorch,51755.0,71199.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,777799.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +231,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,,2014-08-14 01:56:16.000,2023-11-26 16:14:35.000000,2023-11-26 16:14:35,1635.0,1.0,818.0,117.0,519.0,121.0,337.0,4667.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,102.0,31,False,2023-09-23 14:54:16.000,0.23.0,28.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],11831.0,11831.0,https://pypi.org/project/mlxtend,603865.0,610900.0,https://anaconda.org/conda-forge/mlxtend,2023-09-25 18:40:43.024,295491.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +232,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,,2014-12-17 18:16:59.000,2024-01-03 17:46:36.000000,2023-12-31 13:20:46,29242.0,391.0,1508.0,185.0,2025.0,22.0,1546.0,4637.0,"mlpack: a fast, header-only C++ machine learning library.",311.0,31,False,2023-11-27 18:45:09.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,,,https://pypi.org/project/mlpack,3853.0,7695.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,165239.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +233,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-01-03 23:39:51.000000,2024-01-03 23:39:50,2143.0,3.0,259.0,45.0,2106.0,307.0,645.0,4434.0,Aim An easy-to-use & supercharged open-source experiment tracker.,58.0,31,True,2023-10-04 15:24:14.000,4.0.3,857.0,aim,conda-forge/aim,,,,417.0,401.0,https://pypi.org/project/aim,69711.0,71080.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,41082.0,,,,,2.0,,2024-01-03 20:08:25.000,16.0,,,,,,,,,,,,,,,,,,, +234,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2023-11-12 21:40:25.000000,2022-01-27 13:24:16,139.0,,1006.0,154.0,113.0,150.0,79.0,4429.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,,,,40523.0,39674.0,https://pypi.org/project/imutils,432046.0,435698.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,153402.0,,,,,2.0,,2021-01-15 10:53:17.000,849.0,,,,,,,,,,,,,,,,,,, +235,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-01-03 19:52:56.000000,2023-11-29 14:09:54,774.0,15.0,368.0,73.0,278.0,58.0,498.0,4389.0,Visualizer for pandas data structures.,30.0,31,True,2023-11-29 14:48:32.000,3.8.1,178.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",999.0,976.0,https://pypi.org/project/dtale,79393.0,85324.0,https://anaconda.org/conda-forge/dtale,2023-11-29 15:12:38.018,261004.0,,,,,2.0,,2023-11-29 14:48:32.000,23.0,,,,,,,,,,,,,,,,,,, +236,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2023-11-05 18:03:02.000000,2023-11-02 13:49:44,662.0,35.0,822.0,147.0,125.0,124.0,104.0,3885.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,2906.0,2860.0,https://pypi.org/project/ta,69016.0,69648.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,22126.0,,,,,2.0,,2023-11-02 13:53:35.000,46.0,,,,,,,,,,,,,,,,,,, +237,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2023-11-24 07:56:25.000000,2023-11-24 07:54:37,246.0,8.0,267.0,47.0,50.0,26.0,93.0,3697.0,A simple command-line utility for querying and monitoring GPU status.,17.0,31,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,4656.0,4522.0,https://pypi.org/project/gpustat,795952.0,803178.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,274619.0,,,,,2.0,,2023-08-22 19:39:06.000,134.0,,,,,,,,,,,,,,,,,,, +238,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-01-04 11:29:52.000000,2023-12-23 04:52:01,1393.0,24.0,447.0,53.0,743.0,42.0,456.0,3469.0,NeuralProphet: A simple forecasting package.,50.0,31,True,2023-06-14 22:41:07.000,0.6.2,28.0,neuralprophet,,,,['pytorch'],358.0,353.0,https://pypi.org/project/neuralprophet,83762.0,83762.0,,,,,,,,2.0,,2023-12-11 20:39:24.000,5.0,,,,,,,,,,,,,,,,,,, +239,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,1.0,672.0,185.0,737.0,262.0,669.0,3398.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 13:39:07.000,2.1.2,9.0,dyNET,,,,,252.0,252.0,https://pypi.org/project/dyNET,421456.0,421618.0,,,,,,,,3.0,14176.0,,,,,,,,,,,,,,,,,,,,, +240,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,425.0,93.0,122.0,72.0,348.0,3199.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1074.0,1015.0,https://pypi.org/project/nmslib,182200.0,184834.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,102741.0,,,,,2.0,,2021-02-03 00:02:08.000,59.0,,,,,,,,,,,,,,,,,,, +241,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,5.0,323.0,66.0,75.0,8.0,120.0,2919.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2021-03-25 13:49:48.000,4.1.0,7.0,ImageHash,conda-forge/imagehash,,,,11608.0,11608.0,https://pypi.org/project/ImageHash,1177811.0,1181886.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,350470.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +242,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-01-02 04:01:29.000000,2023-12-22 15:40:35,1274.0,3.0,269.0,54.0,214.0,49.0,404.0,2874.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,35.0,31,True,2023-08-21 11:19:41.000,1.12.0,26.0,stumpy,conda-forge/stumpy,,,,612.0,612.0,https://pypi.org/project/stumpy,171571.0,193789.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,955396.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +243,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,2023-12-28 11:42:52.000000,2023-04-20 03:41:53,699.0,,244.0,41.0,802.0,71.0,282.0,2700.0,PyTorch extensions for high performance and large scale training.,72.0,31,True,2022-12-11 18:09:19.000,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],3851.0,3851.0,https://pypi.org/project/fairscale,379575.0,386069.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,168857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +244,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-01-03 09:00:29.000000,2024-01-02 09:33:22,1134.0,22.0,228.0,25.0,972.0,97.0,397.0,2636.0,A python library for self-supervised learning on images.,35.0,31,True,2023-12-13 14:31:54.000,1.4.24,111.0,lightly,,,,['pytorch'],201.0,195.0,https://pypi.org/project/lightly,26914.0,26914.0,,,,,,,,2.0,,2023-12-13 14:31:54.000,6.0,,,,,,,,,,,,,,,,,,, +245,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,2023-11-20 19:04:39.000000,2023-11-20 19:03:21,997.0,5.0,442.0,57.0,135.0,322.0,164.0,2595.0,A high performance implementation of HDBSCAN clustering.,86.0,31,True,2023-07-18 17:50:51.000,0.8.33,47.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],2966.0,2966.0,https://pypi.org/project/hdbscan,398104.0,443841.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1783746.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +246,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2023-12-15 04:36:57.000000,2023-12-15 04:36:57,2928.0,27.0,687.0,78.0,847.0,257.0,622.0,2546.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",121.0,31,True,2023-10-16 21:49:45.000,0.1.24,24.0,pgmpy,,,,,849.0,817.0,https://pypi.org/project/pgmpy,46946.0,46953.0,,,,,,,,2.0,306.0,2023-10-16 20:46:07.000,32.0,,,,,,,,,,,,,,,,,,, +247,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-01-04 14:01:58.000000,2024-01-04 13:01:10,787.0,27.0,305.0,40.0,861.0,40.0,248.0,2518.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",42.0,31,True,2023-09-09 13:24:13.000,0.7.0,13.0,python-doctr,,,,"['tensorflow', 'pytorch']",228.0,225.0,https://pypi.org/project/python-doctr,14084.0,76997.0,,,,,,,,2.0,2201955.0,2023-09-09 13:24:13.000,3.0,,,,,,,,,,,,,,,,,,, +248,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,2023-12-29 17:33:04.000000,2023-12-03 09:09:14,2415.0,125.0,244.0,27.0,1121.0,75.0,224.0,2464.0,Database system for AI-powered apps.,73.0,31,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],141.0,141.0,https://pypi.org/project/evadb,17732.0,40442.0,,,,,,,,3.0,408784.0,2023-11-19 16:35:24.000,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,,, +249,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2023-12-18 20:05:31.000000,2023-12-18 19:57:13,1353.0,11.0,297.0,22.0,44.0,29.0,198.0,2120.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2023-12-17 19:42:14.000,0.4.5,78.0,explainerdashboard,conda-forge/explainerdashboard,,,,427.0,427.0,https://pypi.org/project/explainerdashboard,55959.0,57095.0,https://anaconda.org/conda-forge/explainerdashboard,2023-12-17 21:59:52.942,42057.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +250,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2023-12-18 04:15:22.000000,2023-11-17 20:35:45,543.0,15.0,155.0,44.0,76.0,4.0,127.0,1940.0,a python library for doing approximate and phonetic matching of strings.,31.0,31,True,,,14.0,jellyfish,conda-forge/jellyfish,,,,7740.0,7740.0,https://pypi.org/project/jellyfish,2351826.0,2369644.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,766215.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +251,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-01-04 12:10:04.000000,2024-01-03 17:33:48,1240.0,125.0,334.0,58.0,1158.0,114.0,564.0,1422.0,The official Python client for the Huggingface Hub.,126.0,31,True,2023-12-20 11:46:46.000,0.20.1,61.0,huggingface_hub,conda-forge/huggingface_hub,,,,,,https://pypi.org/project/huggingface_hub,20405090.0,20448580.0,https://anaconda.org/conda-forge/huggingface_hub,2023-12-21 22:56:04.214,1522168.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +252,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-01-02 10:44:19.000000,2024-01-02 10:44:11,937.0,15.0,427.0,87.0,217.0,49.0,235.0,1390.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2566.0,2201.0,https://pypi.org/project/emcee,106865.0,110324.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,318261.0,,,,,2.0,,2023-02-02 20:53:47.943,365.0,,,,,,,,,,,,,,,,,,, +253,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-01-04 01:55:12.000000,2024-01-04 01:55:10,3734.0,213.0,46.0,161.0,492.0,119.0,368.0,1323.0,Multiplatform plotting library based on Grammar of Graphics.,20.0,31,True,2023-12-28 14:30:03.000,4.2.0,68.0,lets-plot,,,,,54.0,52.0,https://pypi.org/project/lets-plot,22900.0,22911.0,,,,,,,,2.0,580.0,2023-12-28 13:56:03.000,2.0,,,,,,,,,,,,,,,,,,, +254,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-01-04 12:54:19.000000,2024-01-02 17:53:36,1112.0,21.0,268.0,44.0,505.0,31.0,181.0,1201.0,ARCH models in Python.,35.0,31,False,2023-09-26 15:06:52.000,6.2.0,45.0,arch,conda-forge/arch-py,,,,1408.0,1339.0,https://pypi.org/project/arch,244037.0,250424.0,https://anaconda.org/conda-forge/arch-py,2023-10-06 06:11:20.798,274668.0,,,,,2.0,,2023-09-26 15:06:52.000,69.0,,,,,,,,,,,,,,,,,,, +255,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-01-02 19:30:09.000000,2023-12-23 10:07:35,10327.0,119.0,222.0,36.0,1413.0,206.0,337.0,1105.0,Computations and statistics on manifolds with geometric structures.,87.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,92.0,89.0,https://pypi.org/project/geomstats,2963.0,3071.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2066.0,,,,,3.0,,2023-08-30 05:33:32.000,3.0,,,,,,,,,,,,,,,,,,, +256,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-01-03 16:05:44.000000,2024-01-01 20:48:47,12957.0,516.0,270.0,35.0,1727.0,374.0,608.0,978.0,Python package for earth-observing satellite data processing.,148.0,31,False,2023-12-18 08:08:22.000,0.46.0,61.0,satpy,conda-forge/satpy,,,,118.0,118.0,https://pypi.org/project/satpy,7482.0,11631.0,https://anaconda.org/conda-forge/satpy,2023-12-18 13:40:45.405,178438.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +257,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,2023-12-13 19:43:52.000000,2023-12-13 19:43:51,921.0,6.0,194.0,59.0,98.0,32.0,173.0,978.0,Input pipeline framework.,28.0,31,True,2023-08-11 22:59:18.000,1.14.0,45.0,tensorflow-transform,,,,['tensorflow'],1585.0,1585.0,https://pypi.org/project/tensorflow-transform,624823.0,624823.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +258,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-01-03 14:58:45.000000,2023-12-22 10:07:46,641.0,38.0,93.0,23.0,491.0,315.0,396.0,862.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",45.0,31,True,2023-12-22 11:53:13.000,0.9.1,63.0,hvplot,conda-forge/hvplot,,,,4281.0,4179.0,https://pypi.org/project/hvplot,122006.0,133909.0,https://anaconda.org/conda-forge/hvplot,2023-12-22 17:00:16.835,511852.0,,,,,2.0,,2023-12-22 11:53:13.000,102.0,,,,,,,,,,,,,,,,,,, +259,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2023-12-22 21:23:25.000000,2023-12-22 09:58:36,161873.0,2861.0,83.0,52.0,1982.0,105.0,281.0,667.0,TensorFlow ROCm port.,4541.0,31,True,2022-12-06 16:42:53.965,2.9.4,97.0,tensorflow-rocm,,,,['tensorflow'],5.0,,https://pypi.org/project/tensorflow-rocm,3543.0,3543.0,,,,,,,,3.0,21.0,2023-10-04 19:01:50.000,5.0,,,,,,,,,,,,,,,,,,, +260,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-01-02 20:51:36.000000,2023-12-29 21:37:42,13668.0,325.0,392.0,50.0,1995.0,121.0,748.0,642.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",151.0,31,False,,,15.0,dipy,conda-forge/dipy,,,,975.0,975.0,https://pypi.org/project/dipy,14723.0,19310.0,https://anaconda.org/conda-forge/dipy,2023-06-16 13:16:19.782,422012.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +261,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2023-12-15 12:50:52.000000,2023-12-15 12:50:52,282.0,5.0,107.0,24.0,52.0,35.0,56.0,460.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,31,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,17798.0,17433.0,https://pypi.org/project/audioread,1532305.0,1551099.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,732979.0,,,,,2.0,,2023-09-27 19:27:51.000,365.0,,,,,,,,,,,,,,,,,,, +262,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,2023-12-23 16:12:25.000000,2023-12-23 16:11:39,302.0,10.0,2599.0,137.0,44.0,114.0,131.0,16471.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,30,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],388.0,382.0,https://pypi.org/project/vit-pytorch,21705.0,21705.0,,,,,,,,2.0,,2023-12-23 16:12:25.000,6.0,,,,,,,,,,,,,,,,,,, +263,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,,2021-01-19 08:37:25.000,2024-01-04 08:14:45.000000,2024-01-04 08:14:45,17366.0,711.0,5854.0,68.0,11255.0,952.0,15439.0,13859.0,The Unified AI Framework.,1448.0,30,False,,,5.0,ivy,,,,,,,https://pypi.org/project/ivy,526.0,526.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +264,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,2023-12-27 05:39:09.000000,2023-12-27 05:39:06,2870.0,18.0,2046.0,193.0,400.0,184.0,471.0,8559.0,FinRL: Financial Reinforcement Learning.,107.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,28.0,28.0,https://pypi.org/project/finrl,1345.0,1345.0,,,,,,,,1.0,,2022-01-08 13:58:14.000,,,,,,,,,,,,,,,,,,,, +265,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-01-04 10:28:45.000000,2024-01-04 10:26:56,1129.0,25.0,1189.0,146.0,156.0,226.0,1217.0,7950.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,133.0,30,False,2023-10-31 20:06:30.000,0.7.5,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],673.0,673.0,https://pypi.org/project/pytorch3d,4099.0,7628.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,176489.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +266,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-01-01 05:17:34.000000,2024-01-01 05:17:33,1159.0,19.0,1251.0,102.0,620.0,673.0,517.0,7780.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,2.0,,conda-forge/nvidia-apex,,,['pytorch'],2186.0,2186.0,,,3502.0,https://anaconda.org/conda-forge/nvidia-apex,2023-06-16 16:18:35.589,178632.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +267,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-01-03 10:00:57.000000,2024-01-03 10:00:56,1493.0,36.0,588.0,75.0,607.0,83.0,210.0,7472.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",43.0,30,False,2023-09-11 17:53:22.000,2.5.0,24.0,cleanlab,conda-forge/cleanlab,,,,232.0,224.0,https://pypi.org/project/cleanlab,9013.0,9595.0,https://anaconda.org/conda-forge/cleanlab,2023-09-12 22:14:32.939,19210.0,,,,,2.0,,2023-09-11 17:53:22.000,8.0,,,,,,,,,,,,,,,,,,, +268,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,2023-12-17 22:14:34.000000,2023-12-07 21:36:00,355.0,1.0,1455.0,135.0,127.0,12.0,313.0,7225.0,A Python implementation of global optimization with gaussian processes.,42.0,30,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2414.0,2299.0,https://pypi.org/project/bayesian-optimization,227058.0,227059.0,,,,,,,,2.0,141.0,2023-04-25 22:00:01.831,115.0,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,, +269,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,2023-12-12 19:47:22.000000,2023-07-17 16:59:29,152.0,,1021.0,197.0,94.0,146.0,283.0,5717.0,Official Kaggle API.,37.0,30,True,2023-07-17 17:06:58.000,1.5.16,59.0,kaggle,conda-forge/kaggle,,,,399.0,21.0,https://pypi.org/project/kaggle,195016.0,198555.0,https://anaconda.org/conda-forge/kaggle,2023-07-18 03:35:17.292,141592.0,,,,,2.0,,2023-09-19 19:12:15.000,378.0,,,,,,,,,,,,,,,,,,, +270,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-01-04 02:23:02.000000,2023-12-05 18:31:50,1553.0,47.0,821.0,145.0,1453.0,326.0,398.0,4893.0,Simple and Distributed Machine Learning.,115.0,30,True,2023-11-27 22:05:20.000,1.0.2,42.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,167411.0,167411.0,,,,,,,,2.0,,2023-11-27 22:05:20.000,3.0,,,,,,,,,,,,,,,,,,, +271,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,664.0,89.0,206.0,138.0,356.0,4511.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,30,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1363.0,1313.0,https://pypi.org/project/lightfm,642075.0,644424.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,169131.0,,,,,1.0,,2023-03-20 04:15:00.582,50.0,,,,,,,,,,,,,,,,,,, +272,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2023-12-16 17:15:36.000000,2023-12-15 17:48:58,585.0,26.0,709.0,80.0,320.0,87.0,309.0,4489.0,Uplift modeling and causal inference with machine learning algorithms.,59.0,30,True,2023-08-28 06:52:12.000,0.14.1,22.0,causalml,,,,,175.0,174.0,https://pypi.org/project/causalml,68781.0,68781.0,,,,,,,,2.0,,2023-08-28 06:52:12.000,1.0,,,,,,,,,,,,,,,,,,, +273,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,2023-12-24 01:20:37.000000,2022-09-24 16:20:26,585.0,,855.0,92.0,207.0,98.0,433.0,4306.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3578.0,3530.0,https://pypi.org/project/pandas-ta,84285.0,85010.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,19577.0,,,,,2.0,,2021-07-28 20:51:17.000,48.0,,,,,,,,,,,,,,,,,,, +274,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2023-11-28 14:54:27.704000,2023-11-13 07:19:19,1344.0,2.0,375.0,71.0,366.0,97.0,460.0,4124.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,30,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,2877.0,2767.0,https://pypi.org/project/sacred,21440.0,21611.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4461.0,,,,,2.0,,2023-11-13 07:24:08.000,110.0,,,,,,,,,,,,,,,,,,, +275,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-01-04 01:38:56.000000,2023-12-20 15:31:01,15335.0,56.0,486.0,70.0,3368.0,800.0,1541.0,3731.0,cuML - RAPIDS Machine Learning Library.,167.0,30,True,2023-12-06 19:20:46.000,23.12.00,36.0,cuml,,,,,5.0,,https://pypi.org/project/cuml,2027.0,2027.0,,,,,,,,2.0,,2020-06-01 20:09:10.000,5.0,,,,,,,,,,,,,,,,,,, +276,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,2023-11-06 09:55:37.480000,2023-10-04 07:40:23,3656.0,,474.0,100.0,1043.0,254.0,368.0,3509.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2023-10-17 15:07:51.000,0.12.42,110.0,bqplot,conda-forge/bqplot,,,['jupyter'],175.0,53.0,https://pypi.org/project/bqplot,113427.0,144659.0,https://anaconda.org/conda-forge/bqplot,2023-11-06 09:55:37.480,1248311.0,,,,,3.0,,2023-10-17 15:07:51.000,105.0,,bqplot,https://www.npmjs.com/package/bqplot,2862.0,,,,,,,,,,,2023-10-17 10:48:26.195,17.0,,, +277,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,2.0,602.0,78.0,227.0,76.0,404.0,3347.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1250.0,1211.0,https://pypi.org/project/implicit,150837.0,164780.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,556641.0,,,,,1.0,670.0,2023-09-29 21:07:11.000,39.0,,,,,,,,,,,,,,,,,,, +278,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-01-04 05:51:16.000000,2023-12-11 18:09:03,3827.0,6.0,504.0,59.0,879.0,320.0,966.0,3318.0,A highly efficient implementation of Gaussian Processes in PyTorch.,127.0,30,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],1843.0,1760.0,https://pypi.org/project/gpytorch,140848.0,144055.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,141121.0,,,,,2.0,,2023-06-02 22:13:00.914,83.0,,,,,,,,,,,,,,,,,,, +279,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2023-12-18 14:37:02.000000,2023-11-11 12:54:41,2661.0,13.0,345.0,35.0,510.0,44.0,213.0,2626.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",61.0,30,True,2023-09-11 23:15:50.000,0.3.9,46.0,textattack,conda-forge/textattack,,,,231.0,226.0,https://pypi.org/project/textattack,2791.0,2965.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,6981.0,,,,,2.0,,2023-09-11 23:15:50.000,5.0,,,,,,,,,,,,,,,,,,, +280,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2023-12-24 00:12:40.000000,2023-12-11 13:43:52,1053.0,33.0,443.0,126.0,141.0,192.0,247.0,2583.0,PYthon svg GrAph plotting Library.,77.0,30,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,637.0,,https://pypi.org/project/pygal,297560.0,300603.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,36522.0,,,,,2.0,,2023-11-21 15:34:11.000,637.0,,,,,,,,,,,,,,,,,,, +281,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-01-04 11:34:22.000000,2024-01-03 05:10:31,2294.0,39.0,583.0,75.0,2835.0,165.0,713.0,2303.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",221.0,30,True,2023-12-15 02:05:05.000,2.1.2,27.0,torchaudio,,,,['pytorch'],,,https://pypi.org/project/torchaudio,2269720.0,2269720.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +282,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-01-04 08:52:54.000000,2023-12-27 07:53:06,1445.0,114.0,200.0,49.0,240.0,154.0,154.0,1977.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",40.0,30,True,2023-12-27 07:54:37.000,0.33.0,168.0,graphistry,,,,['jupyter'],113.0,107.0,https://pypi.org/project/graphistry,2300.0,2300.0,,,,,,,,2.0,,2023-12-27 07:54:37.000,6.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,2024-01-01 10:51:44.000000,2023-12-11 16:17:44,517.0,12.0,433.0,87.0,101.0,82.0,258.0,1887.0,bt - flexible backtesting for Python.,31.0,30,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1615.0,1587.0,https://pypi.org/project/bt,6159.0,6762.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,19899.0,,,,,2.0,,2023-11-20 03:03:12.000,28.0,,,,,,,,,,,,,,,,,,, +284,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-01-04 13:27:09.000000,2024-01-04 11:41:58,2445.0,5.0,435.0,74.0,1258.0,143.0,682.0,1778.0,Gaussian processes in TensorFlow.,84.0,30,True,2023-08-09 09:23:26.000,2.9.0,48.0,gpflow,conda-forge/gpflow,,,['tensorflow'],637.0,601.0,https://pypi.org/project/gpflow,42126.0,42488.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,24648.0,,,,,2.0,,2023-08-09 09:23:26.000,36.0,,,,,,,,,,,,,,,,,,, +285,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,2023-12-15 17:15:25.000000,2023-12-13 15:05:30,4135.0,21.0,1043.0,155.0,1083.0,43.0,606.0,1694.0,Documentation and samples for ArcGIS API for Python.,89.0,30,True,2023-10-03 15:37:18.000,2.2.0,33.0,arcgis,,esridocker/arcgis-api-python-notebook,,,4.0,4.0,https://pypi.org/project/arcgis,114188.0,114302.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,10101.0,,,,,,,,,,,,,,,,,,,,, +286,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2023-12-31 19:11:58.314000,2023-12-31 15:46:16,440.0,30.0,282.0,58.0,100.0,21.0,99.0,1691.0,ffn - a financial function library for Python.,32.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,442.0,411.0,https://pypi.org/project/ffn,181099.0,181291.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6355.0,,,,,2.0,,2023-12-31 15:47:45.000,31.0,,,,,,,,,,,,,,,,,,, +287,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-01-03 23:31:33.924000,2024-01-03 16:52:03,1588.0,3.0,281.0,54.0,136.0,79.0,182.0,1677.0,"CUDA integration for Python, plus shiny features.",81.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2799.0,2576.0,https://pypi.org/project/pycuda,28836.0,36739.0,https://anaconda.org/conda-forge/pycuda,2024-01-03 23:31:33.924,268703.0,,,,,2.0,,2024-01-03 16:54:26.000,223.0,,,,,,,,,,,,,,,,,,, +288,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,2023-12-30 01:33:22.000000,2023-12-30 01:30:01,1791.0,40.0,366.0,52.0,120.0,40.0,421.0,1618.0,Reinforcement Learning environments based on the 1993 game Doom.,53.0,30,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,231.0,215.0,https://pypi.org/project/vizdoom,1772.0,1897.0,,,,,,,,1.0,11779.0,2023-12-16 01:55:15.000,16.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,, +289,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,2023-12-30 02:57:54.000000,2023-12-26 14:29:27,842.0,50.0,103.0,22.0,340.0,84.0,207.0,1601.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,43.0,30,True,2023-11-13 18:28:23.000,0.11.2,33.0,equinox,,,,['jax'],358.0,358.0,https://pypi.org/project/equinox,58412.0,58412.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,2023-12-15 11:14:34.000000,2023-12-15 11:14:27,1110.0,16.0,173.0,21.0,143.0,46.0,123.0,1589.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2023-11-24 08:35:59.000,0.34.1,37.0,audiomentations,,,,,408.0,403.0,https://pypi.org/project/audiomentations,19415.0,19415.0,,,,,,,,2.0,,2023-11-24 08:35:59.000,5.0,,,,,,,,,,,,,,,,,,, +291,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2023-11-13 20:31:37.000000,2023-11-13 20:31:36,1240.0,16.0,132.0,29.0,101.0,35.0,245.0,1459.0,Statistical package in Python based on Pandas.,43.0,30,False,2023-01-02 16:01:44.953,0.5.3,39.0,pingouin,conda-forge/pingouin,,,,1707.0,1653.0,https://pypi.org/project/pingouin,65367.0,67190.0,https://anaconda.org/conda-forge/pingouin,2023-06-16 16:12:34.261,111209.0,,,,,2.0,,2023-01-02 16:01:44.953,54.0,,,,,,,,,,,,,,,,,,, +292,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-01-04 12:20:44.000000,2023-11-17 01:39:50,817.0,2.0,309.0,121.0,768.0,172.0,165.0,1444.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",83.0,30,True,2023-05-26 02:36:01.000,0.7.5,20.0,tensorflow-model-optimization,,,,['tensorflow'],3400.0,3400.0,https://pypi.org/project/tensorflow-model-optimization,590083.0,590083.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +293,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,9.0,160.0,32.0,245.0,1.0,,1303.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2023-12-19 07:41:39.000,1.3.4,76.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1475.0,1430.0,https://pypi.org/project/spacy-transformers,177249.0,178247.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,25973.0,,,,,2.0,,2023-12-19 07:15:13.000,45.0,,,,,,,,,,,,,,,,,,, +294,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-01-04 01:58:42.000000,2024-01-04 01:55:52,1520.0,17.0,162.0,18.0,772.0,107.0,436.0,1221.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,30,True,2023-09-18 03:57:15.000,0.26.0,59.0,pyjanitor,conda-forge/pyjanitor,,,,537.0,517.0,https://pypi.org/project/pyjanitor,37666.0,40332.0,https://anaconda.org/conda-forge/pyjanitor,2023-06-16 16:12:04.304,186676.0,,,,,2.0,,2023-09-18 03:57:09.000,20.0,,,,,,,,,,,,,,,,,,, +295,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2023-12-31 16:49:29.000000,2023-12-27 09:35:50,3706.0,45.0,321.0,66.0,681.0,32.0,525.0,809.0,The Classical Language Toolkit.,120.0,30,True,2023-12-27 08:38:14.000,1.2.1,74.0,cltk,,,,,253.0,253.0,https://pypi.org/project/cltk,1133.0,1133.0,,,,,,,,2.0,49.0,,,,,,,,,,,,,,,,,,,,, +296,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2023-11-14 05:08:49.000000,2023-11-14 05:08:49,1913.0,27.0,223.0,20.0,286.0,49.0,270.0,769.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",44.0,30,True,2023-01-08 01:14:38.679,1.4.7,46.0,salib,conda-forge/salib,,,,1073.0,988.0,https://pypi.org/project/salib,135785.0,137432.0,https://anaconda.org/conda-forge/salib,2023-06-16 13:22:11.263,141643.0,,,,,2.0,,2023-01-08 01:14:38.679,85.0,,,,,,,,,,,,,,,,,,, +297,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,2023-12-10 16:42:26.000000,2023-12-10 11:33:28,562.0,11.0,93.0,17.0,193.0,96.0,135.0,623.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,30,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,29655.0,29381.0,https://pypi.org/project/soundfile,1367481.0,1367622.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,16860.0,2023-02-15 15:39:00.786,274.0,,,,,,,,,,,,,,,,,,, +298,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-01-02 16:14:13.000000,2024-01-02 15:41:05,17069.0,39.0,112.0,26.0,3556.0,503.0,3377.0,473.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2023-12-28 17:04:33.000,0.19.5,110.0,datalad,conda-forge/datalad,,,,65.0,,https://pypi.org/project/datalad,14248.0,23851.0,https://anaconda.org/conda-forge/datalad,2023-12-28 19:33:36.774,412934.0,,,,,2.0,,2023-12-28 17:04:33.000,65.0,,,,,,,,,,,,,,,,,,, +299,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-01-04 13:49:50.000000,2024-01-04 13:49:49,1851.0,180.0,54.0,16.0,1386.0,33.0,203.0,439.0,The MLOps stack component for experiment tracking.,54.0,30,True,2023-12-04 11:00:03.000,1.8.6,197.0,neptune-client,conda-forge/neptune-client,,,,49.0,,https://pypi.org/project/neptune-client,546501.0,551630.0,https://anaconda.org/conda-forge/neptune-client,2023-12-04 13:15:00.892,225681.0,,,,,2.0,,2023-12-07 09:56:42.000,49.0,,,,,,,,,,,,,,,,,,, +300,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4769.0,648.0,372.0,495.0,436.0,15068.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,,,,,582.0,543.0,https://pypi.org/project/baselines,1008.0,1008.0,,,,,,,,2.0,,2018-02-26 17:07:07.000,39.0,,,,,,,,,,,,,,,,,,, +301,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2023-12-17 10:33:07.000000,2023-11-21 12:31:47,1957.0,5.0,2228.0,273.0,888.0,226.0,668.0,13180.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,29,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,1523.0,1532.0,,,,,,,,2.0,392.0,2023-07-18 11:35:09.110,1.0,,,,,,,,,,,,,,,,,,, +302,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,2023-12-31 05:42:20.000000,2023-04-19 14:13:08,2404.0,,3342.0,597.0,219.0,42.0,,12258.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,1909.0,1845.0,https://pypi.org/project/backtrader,12253.0,12253.0,,,,,,,,2.0,,2023-04-19 14:15:00.742,64.0,,,,,,,,,,,,,,,,,,, +303,pandas-ai,gventuri/pandas-ai,others,,https://github.com/gventuri/pandas-ai,https://github.com/gventuri/pandas-ai,MIT,2023-04-22 12:58:01.000,2024-01-04 10:03:28.000000,2024-01-03 17:09:23,683.0,151.0,789.0,81.0,307.0,161.0,264.0,9386.0,"PandasAI is the Python library that integrates Gen AI into pandas, making data analysis conversational.",56.0,29,True,2024-01-02 09:29:56.000,1.5.13,100.0,pandas-ai,,,,,2499.0,2499.0,https://pypi.org/project/pandas-ai,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +304,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,,1840.0,217.0,46.0,96.0,94.0,8894.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,118480.0,119180.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,30136.0,,,,,1.0,,2018-10-29 08:18:45.000,94.0,,,,,,,,,,,,,,,,,,, +305,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2023-09-25 05:14:24.000000,2023-08-26 12:04:19,383.0,,2105.0,287.0,96.0,285.0,446.0,8215.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,29,True,2022-12-20 21:17:57.000,test-resources-v3,12.0,imageai,conda-forge/imageai,,,,1517.0,1517.0,https://pypi.org/project/imageai,5984.0,19204.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6757.0,,,,,2.0,901167.0,,,,,,,,,,,,,,,,,,,,, +306,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,2023-10-24 19:57:22.000000,2023-10-24 19:51:03,547.0,3.0,1167.0,167.0,427.0,58.0,469.0,7929.0,Automatic extraction of relevant features from time series:.,91.0,29,True,2023-06-14 21:34:06.791,0.20.1,30.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],98.0,21.0,https://pypi.org/project/tsfresh,179778.0,209966.0,https://anaconda.org/conda-forge/tsfresh,2023-07-30 07:29:21.371,1328276.0,,,,,2.0,,2023-06-14 21:34:06.791,77.0,,,,,,,,,,,,,,,,,,, +307,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1289.0,175.0,46.0,70.0,236.0,6651.0,2D and 3D Face alignment library build using pytorch.,26.0,29,True,2023-08-17 14:37:33.000,1.4.1,13.0,face-alignment,,,,['pytorch'],21.0,21.0,https://pypi.org/project/face-alignment,61137.0,61137.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +308,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2023-12-28 19:20:37.000000,2023-12-28 17:33:07,2081.0,174.0,790.0,98.0,2321.0,269.0,881.0,6627.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",114.0,29,True,2023-11-30 05:56:34.000,1.0.0,30.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",2.0,2.0,https://pypi.org/project/autogluon,67568.0,67684.0,,,,https://hub.docker.com/r/autogluon/autogluon,2023-07-26 19:13:58.158186,17.0,6286.0,2.0,,,,,,,,,,,,,,,,,,,,,, +309,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,2023-06-16 19:20:32.486000,2023-01-31 19:40:04,3203.0,,1390.0,190.0,783.0,38.0,423.0,5993.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",131.0,29,True,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],586.0,574.0,https://pypi.org/project/cleverhans,1044.0,1215.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7386.0,,,,,2.0,,2021-07-24 08:53:21.000,12.0,,,,,,,,,,,,,,,,,,, +310,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,148.0,789.0,141.0,356.0,4680.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2595.0,2549.0,https://pypi.org/project/visualdl,202660.0,202667.0,,,,,,,,2.0,340.0,2023-06-05 07:21:00.910,46.0,,,,,,,,,,,,,,,,,,, +311,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,440.0,42.0,124.0,63.0,154.0,4210.0,Data augmentation for NLP.,33.0,29,False,2022-07-07 05:24:14.000,1.1.11,25.0,nlpaug,conda-forge/nlpaug,,,,1002.0,1002.0,https://pypi.org/project/nlpaug,105845.0,106353.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,15778.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +312,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-01-02 16:59:03.000000,2023-11-23 21:41:49,1136.0,6.0,611.0,90.0,269.0,23.0,252.0,4169.0,Geocoding library for Python.,133.0,29,True,2023-11-23 21:50:14.000,2.4.1,37.0,geopy,conda-forge/geopy,,,,,,https://pypi.org/project/geopy,4399245.0,4428070.0,https://anaconda.org/conda-forge/geopy,2023-11-24 00:10:43.371,1239493.0,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,,,, +313,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2023-12-19 14:36:53.000000,2023-12-19 14:36:52,3303.0,29.0,517.0,120.0,367.0,65.0,733.0,3890.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,29,True,,,12.0,dedupe,conda-forge/dedupe,,,,309.0,309.0,https://pypi.org/project/dedupe,55331.0,57008.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,41930.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +314,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-01-03 12:26:11.000000,2023-12-07 08:10:18,1077.0,8.0,345.0,60.0,1334.0,122.0,172.0,3782.0,A Python toolbox for performing gradient-free optimization.,51.0,29,True,2023-11-19 06:44:47.000,1.0.1,46.0,nevergrad,conda-forge/nevergrad,,,,626.0,596.0,https://pypi.org/project/nevergrad,49000.0,50016.0,https://anaconda.org/conda-forge/nevergrad,2023-09-21 13:51:23.949,44736.0,,,,,2.0,,2023-11-19 06:44:47.000,30.0,,,,,,,,,,,,,,,,,,, +315,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,2023-11-20 09:49:19.000000,2023-11-20 09:49:15,1174.0,6.0,1669.0,148.0,209.0,2.0,681.0,3412.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,29,True,2023-10-06 10:06:37.000,0.15.0,18.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],,,https://pypi.org/project/tensorflow-hub,2736296.0,2738546.0,https://anaconda.org/conda-forge/tensorflow-hub,2023-07-13 16:39:43.723,92253.0,,,,,2.0,,,,,,,,-5.0,,,,,,,,,,,,,, +316,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-01-04 11:34:29.000000,2023-12-11 20:02:07,1294.0,5.0,784.0,274.0,1439.0,261.0,512.0,3405.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",150.0,29,True,2023-12-15 02:05:45.000,0.16.2,27.0,torchtext,,,,['pytorch'],,,https://pypi.org/project/torchtext,342721.0,342721.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +317,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-01-03 19:23:39.000000,2023-12-04 20:15:52,1724.0,66.0,534.0,40.0,772.0,429.0,281.0,3401.0,Time series forecasting with PyTorch.,43.0,29,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,50743.0,52072.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,53172.0,,,,,2.0,,2020-07-26 21:35:43.000,10.0,,,,,,,,,,,,,,,,,,, +318,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2023-12-11 17:22:52.000000,2023-11-25 19:47:15,483.0,13.0,482.0,35.0,500.0,6.0,,3305.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,36.0,29,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,846.0,834.0,https://pypi.org/project/sahi,93512.0,96042.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,52514.0,,,,,2.0,20541.0,2023-11-05 23:19:54.000,12.0,,,,,,,,,,,,,,,,,,, +319,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,3.0,241.0,65.0,52.0,,,3244.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,29,True,2023-12-29 09:27:05.000,4.6.1,11.0,textdistance,conda-forge/textdistance,,,,5466.0,5466.0,https://pypi.org/project/textdistance,353677.0,361121.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,505353.0,,,,,2.0,971.0,,,,,,,,,,,,,,,,,,,,, +320,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2023-12-10 17:04:41.093000,2023-11-13 00:15:46,980.0,1.0,570.0,100.0,332.0,29.0,713.0,3210.0,"Fast, flexible and easy to use probabilistic modelling in Python.",72.0,29,True,2023-09-17 19:03:32.000,0.14.9,73.0,pomegranate,conda-forge/pomegranate,,,,1092.0,1033.0,https://pypi.org/project/pomegranate,17599.0,20790.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,140442.0,,,,,3.0,,2023-09-17 19:03:32.000,59.0,,,,,,,,,,,,,,,,,,, +321,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-01-03 13:14:48.000000,2024-01-02 20:16:48,4161.0,35.0,356.0,81.0,62.0,144.0,189.0,3080.0,a library for audio and music analysis.,25.0,29,False,2019-02-27 09:00:43.000,0.4.9,8.0,aubio,conda-forge/aubio,,,,429.0,429.0,https://pypi.org/project/aubio,9892.0,17638.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,635203.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +322,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,672.0,110.0,73.0,99.0,123.0,2927.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],9989.0,9817.0,https://pypi.org/project/cufflinks,72285.0,72285.0,,,,,,,,3.0,,2020-03-01 17:42:01.000,172.0,,,,,,,,,,,,,,,,,,, +323,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,282.0,34.0,475.0,32.0,30.0,2899.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1120.0,1076.0,https://pypi.org/project/torch_optimizer,110507.0,110792.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9421.0,,,,,1.0,,2021-10-31 03:00:19.000,44.0,,,,,,,,,,,,,,,,,,, +324,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2023-12-09 21:35:01.000000,2023-12-09 21:33:15,464.0,1.0,729.0,120.0,114.0,57.0,368.0,2882.0,"Hidden Markov Models in Python, with scikit-learn like API.",46.0,29,True,2023-04-18 18:59:00.534,0.3.0,12.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2347.0,2203.0,https://pypi.org/project/hmmlearn,160534.0,165615.0,https://anaconda.org/conda-forge/hmmlearn,2023-10-07 20:19:04.855,203274.0,,,,,3.0,,2023-04-18 18:59:00.534,144.0,,,,,,,,,,,,,,,,,,, +325,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-02 15:45:41.000000,2023-07-13 17:20:36,617.0,,326.0,47.0,120.0,61.0,134.0,2718.0,A python library for decision tree visualization and model interpretation.,25.0,29,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1033.0,1009.0,https://pypi.org/project/dtreeviz,123613.0,125299.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,64083.0,,,,,2.0,,2022-07-07 17:18:00.886,24.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,2024-01-03 23:52:12.000000,2024-01-03 22:38:58,7115.0,513.0,325.0,75.0,8273.0,40.0,313.0,2675.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",108.0,29,True,2023-12-18 20:21:34.000,0.26.7,100.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",,,https://pypi.org/project/determined,14157.0,14334.0,,,,,,,,3.0,7980.0,,,,,,,,,,,,,,,,,,,,, +327,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,,503.0,99.0,1045.0,237.0,297.0,2548.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:16:27.000,0.10.0,15.0,gluonnlp,,,,['mxnet'],1441.0,1441.0,https://pypi.org/project/gluonnlp,71470.0,71470.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +328,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-01-03 17:23:25.000000,2023-12-28 16:28:03,1081.0,25.0,232.0,30.0,406.0,86.0,298.0,2076.0,Scalable and user friendly neural forecasting algorithms.,32.0,29,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,89.0,84.0,https://pypi.org/project/neuralforecast,10958.0,11520.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,12366.0,,,,,2.0,,2023-10-05 19:40:30.000,5.0,,,,,,,,,,,,,,,,,,, +329,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2023-12-14 19:31:09.000000,2023-12-14 19:31:09,279.0,2.0,355.0,53.0,77.0,78.0,109.0,1755.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,41.0,29,True,2023-04-23 23:49:39.000,3.4.1,7.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],5628.0,5628.0,https://pypi.org/project/pyldavis,184124.0,185274.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,77114.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +330,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-01-03 16:40:56.000000,2024-01-03 09:49:37,837.0,24.0,374.0,37.0,853.0,164.0,288.0,1709.0,A Python package to assess and improve fairness of machine learning models.,79.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,197913.0,198714.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,30463.0,,,,,2.0,,2023-12-19 02:11:12.000,29.0,,,,,,,,,,,,,,,,,,, +331,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-01-04 11:34:38.000000,2024-01-03 21:04:02,1446.0,138.0,314.0,29.0,1485.0,24.0,97.0,1619.0,Pytorch domain library for recommendation systems.,196.0,29,True,2023-10-05 17:21:59.000,0.5.0,10.0,torchrec-nightly-cpu,,,,,84.0,84.0,https://pypi.org/project/torchrec-nightly-cpu,431.0,431.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +332,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-03 03:52:40.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1570.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2024-01-03 03:52:40.000,5.2.0,41.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",77.0,74.0,https://pypi.org/project/elephas,60980.0,61231.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13317.0,,,,,2.0,,2024-01-03 03:52:40.000,3.0,,,,,,,,,,,,,,,,,,, +333,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,174.0,33.0,72.0,19.0,52.0,1411.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2077.0,2067.0,https://pypi.org/project/torchsde,1346360.0,1346888.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19040.0,,,,,1.0,,2023-09-26 21:52:19.000,10.0,,,,,,,,,,,,,,,,,,, +334,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,2023-12-01 20:21:49.000000,2023-11-18 20:02:49,3016.0,7.0,258.0,34.0,37.0,1.0,479.0,1195.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,29,True,2023-11-18 20:03:36.000,0.39.0,100.0,ktrain,,,,['tensorflow'],492.0,492.0,https://pypi.org/project/ktrain,12735.0,12735.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +335,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2023-12-21 17:09:16.000000,2023-12-21 17:09:15,394.0,16.0,177.0,24.0,30.0,3.0,129.0,1146.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],483.0,473.0,https://pypi.org/project/prince,94702.0,95053.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17578.0,,,,,2.0,,2023-10-11 22:35:06.000,10.0,,,,,,,,,,,,,,,,,,, +336,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2023-11-16 19:00:50.847000,2021-02-12 19:04:59,2079.0,,245.0,41.0,36.0,66.0,590.0,1122.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,,,,625.0,591.0,https://pypi.org/project/pyclustering,78258.0,79674.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,59271.0,,,,,2.0,481.0,2020-11-25 22:41:20.000,34.0,,,,,,,,,,,,,,,,,,, +337,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-01-03 15:32:51.000000,2024-01-03 15:32:50,1902.0,77.0,290.0,23.0,2188.0,84.0,225.0,1067.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,40.0,29,True,2023-12-28 21:53:33.000,0.33.0,52.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",80.0,77.0,https://pypi.org/project/raiwidgets,5338.0,5338.0,,,,,,,,2.0,,2023-12-28 21:34:46.000,3.0,,,,,,,,,,,,,,,,,,, +338,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,2023-11-20 21:14:19.693000,2023-11-20 18:02:35,663.0,6.0,101.0,14.0,94.0,69.0,60.0,817.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5256.0,5188.0,https://pypi.org/project/pynndescent,850216.0,891387.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1729216.0,,,,,3.0,,2023-11-20 18:50:25.000,68.0,,,,,,,,,,,,,,,,,,, +339,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,2023-12-30 07:11:56.000000,2023-12-30 07:00:13,1322.0,53.0,122.0,25.0,445.0,7.0,124.0,771.0,A Comparative Framework for Multimodal Recommender Systems.,18.0,29,True,2023-12-12 07:49:26.000,1.18.0,54.0,cornac,conda-forge/cornac,,,,205.0,189.0,https://pypi.org/project/cornac,99916.0,107806.0,https://anaconda.org/conda-forge/cornac,2023-12-12 18:26:56.153,339288.0,,,,,2.0,,2023-12-12 08:02:04.000,16.0,,,,,,,,,,,,,,,,,,, +340,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,2023-12-15 19:32:17.000000,2023-12-15 19:32:16,938.0,12.0,155.0,47.0,83.0,37.0,143.0,736.0,Library for exploring and validating machine learning data.,25.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",806.0,776.0,https://pypi.org/project/tensorflow-data-validation,179791.0,179801.0,,,,,,,,3.0,642.0,2023-08-14 06:58:23.000,30.0,,,,,,,,,,,,,,,,,,, +341,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2023-12-28 14:42:30.000000,2023-12-28 14:27:44,3007.0,85.0,107.0,16.0,249.0,11.0,131.0,723.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,738.0,,https://pypi.org/project/mpi4py,157979.0,216801.0,https://anaconda.org/conda-forge/mpi4py,2023-10-17 08:36:29.714,2276085.0,,,,,2.0,19362.0,2023-10-04 09:04:51.000,738.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,2023-12-23 05:01:50.000000,2023-12-23 04:55:48,1657.0,11.0,257.0,43.0,1290.0,257.0,362.0,675.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,29,True,2023-12-19 00:59:41.000,0.35.0,42.0,tensorflow-io,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-io,3840185.0,3840185.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,2024-01-04 00:48:10.000000,2023-12-22 14:48:18,792.0,14.0,72.0,25.0,358.0,111.0,225.0,542.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2023-11-01 18:39:43.000,1.11.0,53.0,geoviews,conda-forge/geoviews,,,,879.0,842.0,https://pypi.org/project/geoviews,6548.0,11725.0,https://anaconda.org/conda-forge/geoviews,2023-11-02 09:01:15.038,207111.0,,,,,3.0,,2023-11-01 16:39:32.000,37.0,,,,,,,,,,,,,,,,,,, +344,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-01-03 21:50:20.000000,2023-12-13 21:05:13,223.0,4.0,55.0,14.0,201.0,12.0,185.0,294.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,False,2023-12-14 11:17:15.000,3.8.0,70.0,pystan,conda-forge/pystan,,,,9821.0,9559.0,https://pypi.org/project/pystan,1524449.0,1558410.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2784849.0,,,,,3.0,,2023-12-14 11:17:15.000,262.0,,,,,,,,,,,,,,,,,,, +345,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,1.0,38.0,13.0,69.0,7.0,25.0,204.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,29,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,37558.0,37310.0,https://pypi.org/project/blis,5269992.0,5320800.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2032346.0,,,,,2.0,,2023-09-22 06:27:17.000,248.0,,,,,,,,,,,,,,,,,,, +346,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-01-04 13:17:10.000000,2023-12-19 20:19:33,2173.0,269.0,852.0,107.0,2280.0,122.0,735.0,15294.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",78.0,28,True,2023-12-19 21:43:20.000,1.7.3,61.0,,,,,,,,,,226.0,,,,,,,,2.0,7489.0,,,,,,,,,,,,,,,,,,,,, +347,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-01-04 03:54:30.000000,2023-12-28 07:35:14,2224.0,1.0,2724.0,194.0,3603.0,1312.0,3850.0,11644.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],,,https://pypi.org/project/paddledet,540.0,540.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +348,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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,8.0,1387.0,434.0,50.0,98.0,87.0,10281.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,29952.0,29952.0,,,,,,,,2.0,,2022-09-21 20:20:42.649,36.0,,,,,,,,,,,,,,,,,,, +349,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:56:22.000000,2023-05-24 15:56:22,277.0,,875.0,268.0,98.0,78.0,81.0,7273.0,Visualizations for machine learning datasets.,31.0,28,True,2019-07-01 16:35:20.000,1.0.0,4.0,facets-overview,,,,['jupyter'],207.0,207.0,https://pypi.org/project/facets-overview,151488.0,151488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +350,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,,1638.0,461.0,698.0,33.0,441.0,7266.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,28,True,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],40.0,,https://pypi.org/project/tensorlayer,1296.0,1318.0,,,,,,,,2.0,1993.0,2022-02-15 02:05:47.000,40.0,,,,,5.0,,,,,,,,,,,,,, +351,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,,1368.0,207.0,158.0,44.0,227.0,5460.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'],786.0,732.0,https://pypi.org/project/keras-rl,2273.0,2273.0,,,,,,,,2.0,,2018-06-01 07:52:24.000,54.0,,,,,,,,,,,,,,,,,,, +352,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2023-12-29 17:41:47.000000,2023-12-28 17:49:18,599.0,19.0,669.0,107.0,182.0,10.0,339.0,5278.0,Python-tesseract is an optical character recognition (OCR) tool for python.,45.0,28,True,2023-10-15 15:39:44.000,0.3.13,26.0,pytesseract,conda-forge/pytesseract,,,,,,https://pypi.org/project/pytesseract,1230891.0,1245032.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,593955.0,,,,,2.0,,,,,,,,-5.0,,,,,,,,,,,,,, +353,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,1.0,851.0,126.0,38.0,63.0,144.0,4995.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,28,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],2755.0,2712.0,https://pypi.org/project/torchdiffeq,730739.0,731058.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14055.0,,,,,2.0,,2022-04-22 15:21:47.000,43.0,,,,,,,,,,,,,,,,,,, +354,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,2023-12-05 10:04:41.000000,2022-08-06 21:47:18,182.0,,408.0,69.0,58.0,86.0,55.0,4169.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,,,,,977.0,973.0,https://pypi.org/project/layoutparser,118547.0,118547.0,,,,,,,,3.0,,2022-04-06 04:38:09.000,4.0,,,,,,,,,,,,,,,,,,, +355,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,2023-12-29 12:20:18.000000,2023-11-11 01:23:34,523.0,1.0,709.0,177.0,80.0,8.0,274.0,4108.0,A python wrapper for Alpha Vantage API for financial data.,42.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,491.0,459.0,https://pypi.org/project/alpha_vantage,21344.0,21513.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6106.0,,,,,2.0,,2020-12-21 02:36:15.000,32.0,,,,,,,,,,,,,,,,,,, +356,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-01-03 11:00:35.000000,2024-01-02 12:02:20,1439.0,27.0,687.0,74.0,1765.0,287.0,623.0,3989.0,Probabilistic time series modeling in Python.,110.0,28,True,2023-12-07 09:10:03.000,0.14.3,100.0,gluonts,anaconda/gluonts,,,['mxnet'],,,https://pypi.org/project/gluonts,176954.0,176979.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,685.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +357,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,,971.0,218.0,408.0,140.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,,,,,1286.0,1026.0,https://pypi.org/project/lasagne,1726.0,1726.0,,,,,,,,3.0,,2015-08-13 21:10:53.000,260.0,,,,,,,,,,,,,,,,,,, +358,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2023-06-16 13:24:02.087000,2023-02-26 20:07:33,189.0,,455.0,72.0,37.0,9.0,121.0,3737.0,Missing data visualization module for Python.,18.0,28,True,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,14490.0,14348.0,https://pypi.org/project/missingno,324424.0,328479.0,https://anaconda.org/conda-forge/missingno,2023-06-16 13:24:02.087,316302.0,,,,,3.0,,2023-02-26 20:11:59.371,142.0,,,,,,,,,,,,,,,,,,, +359,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,2023-12-02 01:21:07.000000,2023-11-10 07:34:11,445.0,8.0,510.0,112.0,84.0,16.0,100.0,3318.0,Module for automatic summarization of text documents and HTML pages.,30.0,28,True,2022-10-23 16:40:03.000,0.11.0,15.0,sumy,conda-forge/sumy,,,,2400.0,2400.0,https://pypi.org/project/sumy,52942.0,53175.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7226.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +360,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2023-12-23 00:58:49.000000,2023-12-23 00:58:46,1142.0,34.0,457.0,60.0,683.0,1.0,504.0,3295.0,On-device wake word detection powered by deep learning.,37.0,28,True,2023-11-16 19:28:06.000,3.0.1,33.0,pvporcupine,,,,,39.0,26.0,https://pypi.org/project/pvporcupine,4350.0,4350.0,,,,,,,,3.0,,2023-11-16 19:28:06.000,13.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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,399.0,47.0,1084.0,6.0,353.0,3197.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1087.0,1049.0,https://pypi.org/project/catalyst,34277.0,34277.0,,,,,,,,3.0,,2022-04-29 04:46:04.000,38.0,,,,,,,,,,,,,,,,,,, +362,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,,2021-10-11 14:48:38.000,2023-12-21 19:01:26.000000,2023-12-18 12:28:19,1478.0,16.0,226.0,15.0,1702.0,242.0,724.0,3157.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,52.0,28,False,2023-10-11 15:32:25.000,0.17.5,58.0,deepchecks,,,,,320.0,320.0,https://pypi.org/project/deepchecks,32317.0,32345.0,,,,,,,,2.0,768.0,,,,,,,,,,,,,,,,,,,,, +363,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2023-11-17 01:11:26.000000,2023-09-10 15:15:16,1059.0,,229.0,62.0,111.0,5.0,266.0,3070.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,499.0,490.0,https://pypi.org/project/vidgear,10007.0,10023.0,,,,,,,,3.0,959.0,2023-09-10 19:39:46.000,9.0,,,,,,,,,,,,,,,,,,, +364,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,2023-12-14 13:29:37.000000,2023-12-14 13:29:37,1137.0,8.0,368.0,44.0,63.0,138.0,459.0,2853.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",24.0,28,True,2023-09-26 17:27:09.000,1.1.1,55.0,mljar-supervised,conda-forge/mljar-supervised,,,,98.0,98.0,https://pypi.org/project/mljar-supervised,5280.0,5673.0,https://anaconda.org/conda-forge/mljar-supervised,2023-09-27 04:54:23.157,12209.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +365,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-01-04 11:18:34.000000,2023-12-13 13:51:07,507.0,13.0,496.0,36.0,665.0,69.0,551.0,2732.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",64.0,28,True,2023-08-29 07:29:59.000,0.7.0,27.0,anomalib,,,,,42.0,41.0,https://pypi.org/project/anomalib,15554.0,15754.0,,,,,,,,2.0,5024.0,2023-08-29 07:29:59.000,1.0,,,,,,,,,,,,,,,,,,, +366,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2023-12-22 12:14:04.000000,2023-12-22 12:14:04,1500.0,43.0,591.0,44.0,28.0,1.0,360.0,2624.0,An Open Toolkit for Knowledge Graph Extraction and Construction published at EMNLP2022 System Demonstrations.,30.0,28,True,2023-09-21 03:43:55.000,2.2.7,9.0,deepke,,,,['pytorch'],20.0,20.0,https://pypi.org/project/deepke,290.0,290.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +367,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2023-12-08 10:36:46.000000,2023-12-08 10:06:07,1517.0,39.0,302.0,39.0,315.0,35.0,146.0,2529.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,35.0,28,True,2023-12-08 10:36:46.000,2.4.1,37.0,shapash,,,,['jupyter'],137.0,135.0,https://pypi.org/project/shapash,3923.0,3923.0,,,,,,,,2.0,,2023-12-08 10:36:46.000,2.0,,,,,,,,,,,,,,,,,,, +368,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-01-04 13:14:53.000000,2023-12-05 08:28:16,2859.0,8.0,962.0,121.0,501.0,58.0,293.0,2515.0,IPython Parallel: Interactive Parallel Computing in Python.,112.0,28,False,2023-04-14 13:35:06.415,8.6.1,45.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],302.0,,https://pypi.org/project/ipyparallel,241807.0,251954.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,943729.0,,,,,2.0,,2023-04-14 13:35:06.415,302.0,,,,,,,,,,,,,,,,,,, +369,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Apache-2.0,2019-02-26 10:10:56.000,2024-01-02 16:42:14.000000,2023-11-13 15:09:34,648.0,10.0,236.0,47.0,632.0,136.0,224.0,2234.0,Algorithms for explaining machine learning models.,19.0,28,True,2023-07-07 14:10:27.000,0.9.4,31.0,alibi,,,,,547.0,547.0,https://pypi.org/project/alibi,13682.0,13682.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +370,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2023-10-09 11:45:47.000000,2023-10-09 11:43:56,191.0,2.0,250.0,57.0,69.0,49.0,219.0,1885.0,A Python wrapper for the tesseract-ocr API.,29.0,28,True,2023-10-09 13:37:06.000,2.6.2,16.0,tesserocr,conda-forge/tesserocr,,,,922.0,922.0,https://pypi.org/project/tesserocr,43589.0,46112.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,128723.0,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,,,, +371,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,2023-12-02 08:46:41.000000,2023-12-02 08:46:41,671.0,1.0,400.0,42.0,59.0,19.0,268.0,1812.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,,,,1347.0,1325.0,https://pypi.org/project/ogb,32853.0,33595.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,29714.0,,,,,2.0,,2022-11-02 22:00:56.960,22.0,,,,,,,,,,,,,,,,,,, +372,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,2023-11-29 06:22:47.000000,2023-11-29 06:22:42,364.0,2.0,249.0,48.0,311.0,232.0,183.0,1696.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,42.0,28,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],279.0,278.0,https://pypi.org/project/tensorflow-recommenders,347214.0,347214.0,,,,,,,,2.0,,2023-02-03 02:17:00.422,1.0,,,,,,,,,,,,,,,,,,, +373,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2023-12-21 13:23:44.000000,2023-12-20 09:16:24,3727.0,72.0,257.0,29.0,547.0,89.0,672.0,1560.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,74.0,28,True,2023-07-28 14:18:08.000,0.4.0,7.0,avalanche-lib,,,,,63.0,63.0,https://pypi.org/project/avalanche-lib,805.0,805.0,,,,,,,,2.0,4.0,,,,,,,,,,,,,,,,,,,,, +374,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,2023-12-10 10:05:11.000000,2023-12-06 01:55:01,701.0,4.0,299.0,43.0,353.0,66.0,201.0,1534.0,Training PyTorch models with differential privacy.,74.0,28,True,2023-03-24 16:01:05.890,1.4.0,20.0,opacus,conda-forge/opacus,,,['pytorch'],731.0,714.0,https://pypi.org/project/opacus,49000.0,49525.0,https://anaconda.org/conda-forge/opacus,2023-06-18 08:40:32.992,12571.0,,,,,2.0,106.0,2022-05-06 09:43:18.000,17.0,,,,,,,,,,,,,,,,,,, +375,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,,2016-10-21 23:14:52.000,2023-12-25 16:34:31.000000,2023-12-25 16:34:30,1837.0,20.0,267.0,45.0,268.0,58.0,191.0,1464.0,TensorLy: Tensor Learning in Python.,66.0,28,False,2023-01-15 00:40:26.000,0.8.0,8.0,tensorly,conda-forge/tensorly,,,,546.0,546.0,https://pypi.org/project/tensorly,11124.0,16465.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363192.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +376,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,2023-12-26 11:17:51.000000,2023-11-26 12:12:26,1443.0,165.0,60.0,15.0,261.0,15.0,50.0,1223.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",26.0,28,True,2023-11-26 12:13:47.467,2.8.14,102.0,usearch,,unum/usearch,,,45.0,40.0,https://pypi.org/project/usearch,42209.0,47463.0,,,,https://hub.docker.com/r/unum/usearch,2023-11-26 12:13:27.055465,1.0,43.0,3.0,835.0,2023-11-26 12:40:03.000,1.0,,usearch,https://www.npmjs.com/package/usearch,5147.0,,,,,,,,,,,2023-11-26 12:13:47.467,4.0,,, +377,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2023-06-16 19:18:39.600000,2023-04-20 04:36:19,526.0,,403.0,52.0,37.0,16.0,139.0,1193.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,11.0,kmodes,conda-forge/kmodes,,,,2387.0,2387.0,https://pypi.org/project/kmodes,330094.0,330960.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,39001.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +378,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,2023-11-26 03:27:34.000000,2020-10-14 13:22:39,167.0,,336.0,71.0,86.0,27.0,26.0,1190.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1411.0,1267.0,https://pypi.org/project/empyrical,26779.0,27141.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,25731.0,,,,,2.0,,2020-10-13 21:29:19.000,144.0,,,,,,,,,,,,,,,,,,, +379,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2023-12-24 14:31:48.000000,2023-06-06 09:46:40,415.0,,325.0,39.0,300.0,23.0,200.0,1176.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,341.0,327.0,https://pypi.org/project/pyswarms,50744.0,50744.0,,,,,,,,2.0,,2021-01-03 21:34:15.000,14.0,,,,,,,,,,,,,,,,,,, +380,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,2023-06-27 23:50:02.000000,2023-03-24 22:04:13,811.0,,245.0,41.0,502.0,272.0,252.0,873.0,Scalable Machine Learning with Dask.,77.0,28,True,2023-03-24 22:06:04.422,2023.3.24,35.0,dask-ml,conda-forge/dask-ml,,,,1001.0,927.0,https://pypi.org/project/dask-ml,172961.0,183511.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,791295.0,,,,,2.0,,2023-03-24 22:06:04.422,74.0,,,,,,,,,,,,,,,,,,, +381,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-01-01 17:28:43.000000,2023-11-06 00:17:47,493.0,5.0,117.0,33.0,127.0,24.0,74.0,852.0,Python bindings and utilities for GeoJSON.,56.0,28,True,,,11.0,geojson,conda-forge/geojson,,,,16162.0,16162.0,https://pypi.org/project/geojson,1231988.0,1302313.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,773582.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +382,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2023-12-26 19:56:31.000000,2023-11-16 16:35:47,16528.0,16.0,359.0,44.0,1606.0,278.0,2951.0,827.0,An open-source application for biological image analysis.,143.0,28,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,643.0,696.0,,,,,,,,3.0,6404.0,2023-08-14 19:14:28.000,1.0,,,,,,,,,,,,,,,,,,, +383,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-01-04 07:53:42.000000,2023-12-31 13:58:59,2670.0,232.0,92.0,10.0,505.0,15.0,91.0,763.0,Time series forecasting with scikit-learn models.,9.0,28,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],229.0,229.0,https://pypi.org/project/skforecast,44200.0,44200.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +384,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,,1130.0,178.0,213.0,23.0,533.0,8388.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,27,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,229.0,,,,,,,,3.0,8258.0,,,,,,,,,,,,,,,,,,,,, +385,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,352.0,79.0,47.0,231.0,7855.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,683.0,657.0,https://pypi.org/project/pysc2,1219.0,1620.0,,,,,,,,3.0,30916.0,2022-07-13 12:02:04.256,26.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,,, +386,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,,1500.0,131.0,51.0,155.0,141.0,7633.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,146804.0,225141.0,,,,,,,,2.0,3603523.0,2021-04-15 15:17:23.000,43.0,,,,,5.0,,,,,,,,,,,,,, +387,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,,1557.0,625.0,2111.0,453.0,1338.0,6332.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:12:12.000,1.0.5,47.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,1301.0,1301.0,,,,,,,,3.0,2.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,,,, +388,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,,1349.0,348.0,14.0,42.0,65.0,6248.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1314.0,1272.0,https://pypi.org/project/snownlp,21176.0,21176.0,,,,,,,,3.0,,2015-09-27 16:35:23.000,42.0,,,,,,,,,,,,,,,,,,, +389,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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,978.0,146.0,93.0,74.0,305.0,6092.0,A Python scikit for building and analyzing recommender systems.,45.0,27,True,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,142890.0,151163.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,347474.0,,,,,2.0,,2022-09-23 17:17:00.724,50.0,,,,,,,,,,,,,,,,,,, +390,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,2023-01-19 00:37:33.000000,2023-01-19 00:37:33,900.0,,1187.0,154.0,950.0,45.0,782.0,5687.0,Gluon CV Toolkit.,119.0,27,True,2021-03-09 00:20:06.000,0.10.0,10.0,gluoncv,,,,['mxnet'],21.0,21.0,https://pypi.org/project/gluoncv,39100.0,39100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +391,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,2023-12-31 15:27:11.000000,2023-12-30 21:46:50,13635.0,516.0,1521.0,143.0,3536.0,803.0,1039.0,5338.0,An Industrial Grade Federated Learning Framework.,99.0,27,True,2023-12-31 15:27:11.000,2.0.0,48.0,ETAF,,,,,,,https://pypi.org/project/ETAF,,,,,,,,,,2.0,,2020-05-06 09:35:40.000,,,,,,,,,,,,,,,,,,,, +392,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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,275.0,438.0,221.0,329.0,4804.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'],344.0,304.0,https://pypi.org/project/edward,317.0,317.0,,,,,,,,3.0,16.0,2018-01-22 06:03:05.000,40.0,,,,,,,,,,,,,,,,,,, +393,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,2023-11-05 23:29:16.000000,2023-10-05 16:17:35,6152.0,,513.0,154.0,1902.0,299.0,1326.0,4310.0,ArrayFire: a general purpose GPU library.,88.0,27,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,7.0,,https://pypi.org/project/arrayfire,758.0,807.0,,,,,,,,2.0,5079.0,2022-02-22 21:42:15.000,7.0,,,,,,,,,,,,,,,,,,, +394,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,951.0,144.0,30.0,46.0,77.0,4151.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,,,,7963.0,7773.0,https://pypi.org/project/vadersentiment,173407.0,173804.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13512.0,,,,,2.0,,2020-05-22 15:07:00.000,190.0,,,,,,,,,,,,,,,,,,, +395,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,2023-08-21 13:36:56.000000,2021-05-10 18:34:53,57.0,,405.0,39.0,55.0,118.0,43.0,3908.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'],12290.0,12175.0,https://pypi.org/project/torchsummary,127078.0,127078.0,,,,,,,,2.0,,2018-09-26 05:07:28.000,115.0,,,,,,,,,,,,,,,,,,, +396,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,283.0,226.0,11.0,356.0,3860.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,561594.0,562017.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20731.0,,,,,3.0,,2022-04-21 20:05:56.000,5.0,,,,,,,,,,,,,,,,,,, +397,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-01-03 16:45:49.000000,2024-01-03 16:44:47,1195.0,6.0,401.0,83.0,54.0,57.0,201.0,3300.0,A library of reinforcement learning components and agents.,84.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],185.0,182.0,https://pypi.org/project/dm-acme,1637.0,1847.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8002.0,,,,,2.0,,2022-02-10 06:52:27.000,3.0,google-deepmind/acme,,,,,,,,,,,,,,,,,, +398,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,,455.0,83.0,245.0,61.0,154.0,3019.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,170.0,168.0,https://pypi.org/project/fastnlp,42486.0,42487.0,,,,,,,,2.0,75.0,2022-10-31 14:47:34.183,2.0,,,,,,,,,,,,,,,,,,, +399,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2023-12-18 12:05:47.000000,2023-11-25 05:36:27,4323.0,55.0,552.0,40.0,994.0,189.0,668.0,3001.0,"A unified, comprehensive and efficient recommendation library.",70.0,27,True,2023-11-04 11:23:19.000,1.2.0,10.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2057.0,2171.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4347.0,,,,,2.0,,2023-10-31 12:52:34.000,2.0,,,,,,,,,,,,,,,,,,, +400,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,2023-12-09 00:22:24.000000,2023-12-09 00:22:24,2360.0,46.0,680.0,166.0,60.0,11.0,688.0,2995.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,27,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,,['tensorflow'],,,,,901.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,60312.0,,,,,3.0,4696.0,,,,,,,,,,,,,,,,,,,,, +401,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,412.0,64.0,932.0,315.0,745.0,2832.0,StellarGraph - Machine Learning on Graphs.,36.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],256.0,248.0,https://pypi.org/project/stellargraph,4911.0,4911.0,,,,,,,,2.0,,2021-02-22 06:35:38.731,8.0,,,,,,,,,,,,,,,,,,, +402,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,9.0,259.0,52.0,19.0,31.0,97.0,2739.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,13.0,sweetviz,conda-forge/sweetviz,,,,1902.0,1902.0,https://pypi.org/project/sweetviz,53311.0,54075.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,26745.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +403,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,66.0,167.0,164.0,113.0,2703.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,27,False,2022-05-11 09:37:12.000,0.13.0,30.0,eli5,conda-forge/eli5,,,,90.0,,https://pypi.org/project/eli5,476369.0,478198.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,146354.0,,,,,2.0,,2022-05-11 09:37:12.000,90.0,,,,,4.0,,,,,,,,,,,,,, +404,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,2023-09-26 21:01:12.000000,2023-09-26 21:01:10,548.0,,469.0,97.0,43.0,82.0,240.0,2693.0,Learning to Rank in TensorFlow.,33.0,27,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,101337.0,101337.0,,,,,,,,2.0,,2023-08-11 17:56:48.000,13.0,,,,,,,,,,,,,,,,,,, +405,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,2023-12-27 10:07:19.000000,2023-12-27 10:07:15,3503.0,50.0,329.0,154.0,1163.0,20.0,60.0,2669.0,Neural Network Libraries.,73.0,27,True,2023-12-07 00:57:13.000,1.38.0,73.0,nnabla,,,,,,,https://pypi.org/project/nnabla,2471.0,2482.0,,,,,,,,3.0,907.0,,,,,,,,,,,,,,,,,,,,, +406,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2023-12-15 01:37:16.000000,2023-12-01 12:25:37,3438.0,21.0,504.0,109.0,339.0,361.0,663.0,2600.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",79.0,27,False,2015-03-31 16:33:30.000,2.0,6.0,essentia,,,,,551.0,551.0,https://pypi.org/project/essentia,3915.0,3915.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +407,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2023-11-09 09:05:16.000000,2023-11-09 09:05:15,1698.0,2.0,413.0,45.0,350.0,32.0,345.0,2594.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",33.0,27,True,2022-04-02 15:26:45.000,3.3.3,70.0,foolbox,conda-forge/foolbox,,,,559.0,545.0,https://pypi.org/project/foolbox,1992.0,2289.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12500.0,,,,,2.0,,2022-04-02 15:26:45.000,14.0,,,,,,,,,,,,,,,,,,, +408,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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,8.0,586.0,180.0,75.0,18.0,544.0,2520.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,,,,23.0,,https://pypi.org/project/ib_insync,25645.0,26347.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,37944.0,,,,,3.0,,2022-11-21 09:32:01.715,23.0,,,,,,,,,,,,,,,,,,, +409,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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,282.0,67.0,59.0,26.0,39.0,2368.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'],4385.0,4307.0,https://pypi.org/project/scikit-plot,420480.0,422627.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,167540.0,,,,,2.0,,2018-08-19 12:25:39.290,78.0,,,,,,,,,,,,,,,,,,, +410,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,65.0,38.0,96.0,160.0,2162.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,True,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],354.0,330.0,https://pypi.org/project/hyperas,9478.0,9478.0,,,,,,,,2.0,,2019-02-28 09:16:54.000,24.0,,,,,,,,,,,,,,,,,,, +411,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,,246.0,92.0,124.0,31.0,230.0,2138.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 22:46:00.000,0.13.0,29.0,textacy,conda-forge/textacy,,,,1627.0,1627.0,https://pypi.org/project/textacy,31673.0,33386.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,137086.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +412,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2023-12-06 14:39:14.000000,2023-08-22 16:20:29,468.0,,386.0,63.0,151.0,13.0,91.0,2077.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2023-08-07 19:52:09.000,3.2.5,21.0,pytextrank,,,,,568.0,551.0,https://pypi.org/project/pytextrank,41427.0,41427.0,,,,,,,,2.0,,2023-08-07 19:52:09.000,17.0,,,,,,,,,,,,,,,,,,, +413,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Apache-2.0,2019-10-07 13:29:13.000,2024-01-02 16:42:15.000000,2023-11-13 15:09:30,712.0,5.0,201.0,34.0,520.0,117.0,234.0,1996.0,"Algorithms for outlier, adversarial and drift detection.",20.0,27,True,2023-07-07 12:15:34.000,0.11.4,33.0,alibi-detect,,,,,405.0,405.0,https://pypi.org/project/alibi-detect,35261.0,35261.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +414,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,2023-12-14 21:45:46.000000,2023-12-14 21:45:38,856.0,18.0,432.0,62.0,319.0,113.0,92.0,1833.0,Library for training machine learning models with privacy for training data.,58.0,27,True,2023-10-11 15:51:39.000,0.8.12,30.0,tensorflow-privacy,,,,['tensorflow'],14.0,,https://pypi.org/project/tensorflow-privacy,15432.0,15434.0,,,,,,,,2.0,131.0,2023-10-11 15:51:39.000,14.0,,,,,,,,,,,,,,,,,,, +415,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-01-03 15:17:44.000000,2024-01-02 14:37:49,1658.0,192.0,116.0,29.0,121.0,18.0,20.0,1732.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2023-09-10 04:20:57.000,0.4.168,144.0,labml,,,,,125.0,119.0,https://pypi.org/project/labml,1969.0,1969.0,,,,,,,,3.0,,2023-09-10 04:20:57.000,6.0,,,,,,,,,,,,,,,,,,, +416,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,6.0,206.0,36.0,1081.0,25.0,496.0,1718.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],260.0,257.0,https://pypi.org/project/lightning-flash,1484.0,2062.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,16777.0,,,,,2.0,,2022-05-11 18:17:54.000,3.0,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,, +417,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,2023-12-23 21:14:24.262000,2023-12-23 01:07:13,191.0,21.0,187.0,32.0,19.0,1.0,83.0,1541.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,27,True,,,40.0,autoviz,conda-forge/autoviz,,,,599.0,599.0,https://pypi.org/project/autoviz,319022.0,320584.0,https://anaconda.org/conda-forge/autoviz,2023-12-23 21:14:24.262,45318.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +418,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2023-10-27 06:20:12.000000,2023-10-20 21:52:11,1051.0,2.0,207.0,52.0,201.0,26.0,274.0,1539.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,27,True,2023-09-30 19:50:08.000,0.5.3,10.0,scispacy,,,,,812.0,812.0,https://pypi.org/project/scispacy,21780.0,21780.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +419,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-01-04 02:31:38.000000,2023-12-21 01:18:38,6224.0,105.0,261.0,47.0,2487.0,307.0,1343.0,1480.0,cuGraph - RAPIDS Graph Analytics Library.,107.0,27,True,2023-12-06 19:21:19.000,23.12.00,33.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,206.0,741.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,17666.0,,,,,2.0,,2020-06-01 20:09:06.000,2.0,,,,,,,,,,,,,,,,,,, +420,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,,300.0,74.0,742.0,37.0,168.0,1475.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:02.000,0.13.1,13.0,chainercv,,,,,380.0,380.0,https://pypi.org/project/chainercv,1982.0,1982.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +421,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-01-02 06:48:27.000000,2023-06-07 07:35:59,3033.0,,118.0,37.0,332.0,11.0,187.0,1410.0,Multi-class confusion matrix library in Python.,17.0,27,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,280.0,262.0,https://pypi.org/project/pycm,71917.0,71917.0,,,,,,,,3.0,,2023-06-07 14:08:01.991,18.0,,,,,,,,,,,,,,,,,,, +422,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,2023-11-29 23:18:39.816000,2023-10-05 18:36:18,1029.0,,166.0,18.0,62.0,24.0,321.0,1399.0,PyTorch Extension Library of Optimized Scatter Operations.,28.0,27,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],81.0,,https://pypi.org/project/torch-scatter,35464.0,40932.0,https://anaconda.org/conda-forge/pytorch_scatter,2023-11-29 23:18:39.816,235135.0,,,,,2.0,,2023-10-06 08:49:07.000,81.0,,,,,4.0,,,,,,,,,,,,,, +423,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,257.0,49.0,184.0,54.0,120.0,1354.0,Metric learning algorithms in Python.,22.0,27,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],350.0,337.0,https://pypi.org/project/metric-learn,13071.0,13332.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,10978.0,,,,,3.0,,2023-10-09 04:53:59.000,13.0,,,,,,,,,,,,,,,,,,, +424,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-01-03 12:27:22.000000,2023-12-24 09:54:24,533.0,18.0,396.0,32.0,48.0,13.0,119.0,1332.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,27,False,2023-03-02 15:10:38.000,2.3.1,24.0,minisom,,,,,526.0,505.0,https://pypi.org/project/minisom,25011.0,25011.0,,,,,,,,3.0,,2023-03-02 15:10:03.003,21.0,,,,,,,,,,,,,,,,,,, +425,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,262.0,75.0,481.0,38.0,198.0,1283.0,Underthesea - Vietnamese NLP Toolkit.,18.0,27,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,917.0,890.0,https://pypi.org/project/underthesea,10038.0,10108.0,,,,,,,,2.0,5627.0,2023-09-22 23:50:49.000,27.0,,,,,,,,,,,,,,,,,,, +426,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2023-12-30 18:26:25.000000,2023-12-30 17:46:40,1015.0,15.0,106.0,25.0,114.0,27.0,52.0,1230.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",22.0,27,True,2023-10-05 02:21:28.000,1.4.1,44.0,imodels,,,,,63.0,59.0,https://pypi.org/project/imodels,23197.0,23197.0,,,,,,,,2.0,,2023-10-05 02:20:48.000,4.0,,,,,,,,,,,,,,,,,,, +427,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,2023-12-22 06:36:32.000000,2023-12-22 06:36:30,1398.0,34.0,253.0,74.0,104.0,22.0,53.0,1223.0,Model analysis tools for TensorFlow.,57.0,27,True,2023-08-14 20:20:00.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",2.0,2.0,https://pypi.org/project/tensorflow-model-analysis,84057.0,84057.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +428,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,188.0,41.0,257.0,59.0,211.0,1196.0,Python audio and music signal processing library.,20.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,420.0,387.0,https://pypi.org/project/madmom,2270.0,2270.0,,,,,,,,3.0,,2018-11-14 14:56:22.000,33.0,,,,,,,,,,,,,,,,,,, +429,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-01-04 06:51:37.000000,2023-12-28 19:29:18,483.0,21.0,106.0,23.0,323.0,28.0,255.0,1093.0,Extra blocks for scikit-learn pipelines.,62.0,27,True,2023-12-12 20:03:47.000,0.7.0,43.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],135.0,127.0,https://pypi.org/project/scikit-lego,35105.0,36133.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,45268.0,,,,,2.0,,2023-12-12 19:57:11.000,8.0,,,,,,,,,,,,,,,,,,, +430,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-01-01 17:49:26.000000,2024-01-01 17:34:15,1040.0,42.0,206.0,24.0,124.0,23.0,186.0,1023.0,Survival analysis built on top of scikit-learn.,18.0,27,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],415.0,401.0,https://pypi.org/project/scikit-survival,36755.0,39413.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,69111.0,,,,,2.0,,2023-12-30 23:36:40.000,14.0,,,,,,,,,,,,,,,,,,, +431,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2023-12-22 13:09:21.000000,2023-12-22 13:08:06,795.0,20.0,111.0,30.0,397.0,68.0,306.0,967.0,BAyesian Model-Building Interface (Bambi) in Python.,35.0,27,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,110.0,101.0,https://pypi.org/project/bambi,15084.0,15847.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,28242.0,,,,,3.0,,2023-10-25 02:06:14.000,9.0,,,,,,,,,,,,,,,,,,, +432,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2023-12-18 18:31:36.000000,2023-08-01 13:02:51,2070.0,,204.0,42.0,583.0,74.0,431.0,942.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,27,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,46.0,,https://pypi.org/project/smac,54497.0,55027.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18053.0,,,,,2.0,,2023-08-01 13:30:07.000,46.0,,,,,,,,,,,,,,,,,,, +433,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2023-07-26 22:41:29.989000,2023-06-09 22:11:37,1299.0,,149.0,50.0,56.0,21.0,65.0,815.0,Computer Vision in Python.,34.0,27,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1316.0,1188.0,https://pypi.org/project/mahotas,8608.0,17688.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,390440.0,,,,,3.0,,2022-06-28 08:11:26.000,128.0,,,,,,,,,,,,,,,,,,, +434,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4245.0,1257.0,557.0,755.0,2543.0,17420.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,26,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,2.0,2.0,https://pypi.org/project/cntk,407.0,556.0,,,,,,,,3.0,14322.0,,,,,,,,,,,,,,,,,,,,, +435,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2023-12-07 17:31:04.000000,2023-11-15 06:26:56,1617.0,3.0,808.0,148.0,1561.0,114.0,125.0,7839.0,Trax Deep Learning with Clear Code and Speed.,79.0,26,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,134.0,133.0,https://pypi.org/project/trax,2970.0,2970.0,,,,,,,,3.0,,2021-10-26 20:29:00.538,1.0,,,,,,,,,,,,,,,,,,, +436,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2023-12-07 23:56:31.187000,,,,725.0,,,529.0,,7383.0,NumPy & SciPy for GPU.,299.0,26,True,2023-12-07 05:15:09.000,12.3.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,208.0,,https://pypi.org/project/cupy,19792.0,94270.0,https://anaconda.org/conda-forge/cupy,2023-12-07 23:56:31.187,3247241.0,https://hub.docker.com/r/cupy/cupy,2023-12-07 08:04:13.783114,11.0,58367.0,3.0,,2023-12-07 05:15:09.000,208.0,,,,,-12.0,,,,,,,,,,,,,, +437,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,103.0,617.0,89.0,606.0,4137.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],85.0,,https://pypi.org/project/yellowbrick,382111.0,383897.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,73236.0,,,,,2.0,,2022-08-21 16:11:55.287,85.0,,,,,,,,,,,,,,,,,,, +438,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2023-12-11 06:21:04.000000,2023-05-06 14:09:10,264.0,,417.0,41.0,51.0,73.0,174.0,3986.0,An Open-Source Framework for Prompt-Learning.,22.0,26,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,96.0,94.0,https://pypi.org/project/openprompt,1399.0,1399.0,,,,,,,,3.0,,2022-07-06 14:27:42.000,2.0,,,,,,,,,,,,,,,,,,, +439,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,2023-11-02 03:20:32.000000,2023-11-02 03:20:28,249.0,1.0,803.0,52.0,50.0,62.0,106.0,3930.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,26,True,2023-04-07 19:27:35.000,2.5.3,7.0,facenet-pytorch,,,,['pytorch'],1465.0,1465.0,https://pypi.org/project/facenet-pytorch,34684.0,49674.0,,,,,,,,3.0,749533.0,,,,,,,,,,,,,,,,,,,,, +440,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,2023-10-28 04:01:29.000000,2023-09-01 03:04:11,1137.0,,700.0,62.0,1011.0,125.0,737.0,3881.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",85.0,26,True,2023-07-04 07:11:53.000,1.0.1,20.0,mmocr,,,,['pytorch'],104.0,104.0,https://pypi.org/project/mmocr,5119.0,5119.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +441,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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,146.0,237.0,35.0,631.0,3265.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],433.0,431.0,https://pypi.org/project/tensorforce,649.0,649.0,,,,,,,,3.0,,2021-08-30 20:13:45.000,2.0,,,,,,,,,,,,,,,,,,, +442,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-01-03 19:07:11.000000,2023-11-08 16:40:21,1347.0,5.0,331.0,71.0,1245.0,44.0,77.0,3262.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,34.0,26,True,2023-11-08 16:41:56.000,1.0.2,9.0,lit-nlp,conda-forge/lit-nlp,,,,25.0,25.0,https://pypi.org/project/lit-nlp,2690.0,4347.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,66317.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +443,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,1.0,1018.0,218.0,3649.0,415.0,1111.0,2981.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,,,,,,,1657.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,128590.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1502.0,3.0,,,,,,,,,,shogun,,,,,,,,,,,, +444,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,2023-06-16 16:09:06.563000,2020-04-27 18:40:41,522.0,,1007.0,167.0,214.0,42.0,146.0,2938.0,Performance analysis of predictive (alpha) stock factors.,25.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,687.0,669.0,https://pypi.org/project/alphalens,2266.0,2550.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20184.0,,,,,3.0,,2020-04-27 21:03:10.000,18.0,,,,,,,,,,,,,,,,,,, +445,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,216.0,48.0,481.0,45.0,70.0,2670.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,199.0,196.0,https://pypi.org/project/m2cgen,14566.0,14567.0,,,,,,,,2.0,61.0,2022-04-26 01:24:34.000,3.0,,,,,,,,,,,,,,,,,,, +446,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,,217.0,66.0,42.0,17.0,23.0,2657.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,,,,864.0,859.0,https://pypi.org/project/knockknock,93096.0,93374.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14179.0,,,,,3.0,,2020-03-16 14:30:23.000,5.0,,,,,,,,,,,,,,,,,,, +447,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-01-04 04:06:44.000000,2023-07-23 14:42:27,191.0,,447.0,38.0,238.0,52.0,276.0,2385.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,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,31182.0,31422.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6009.0,,,,,2.0,,2023-07-23 13:26:57.000,11.0,,,,,,,,,,,,,,,,,,, +448,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2023-11-17 18:46:16.000000,2022-09-28 17:12:28,249.0,,269.0,27.0,316.0,74.0,37.0,2339.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,26,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],776.0,775.0,https://pypi.org/project/lazypredict,15865.0,15958.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2699.0,,,,,2.0,,2022-09-28 08:51:19.531,1.0,,,,,,,,,,,,,,,,,,, +449,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2023-06-01 22:20:25.000000,2023-06-01 22:10:29,1131.0,,335.0,44.0,57.0,65.0,201.0,2309.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,26,True,2023-06-01 22:20:25.000,1.3,34.0,spektral,,,,['tensorflow'],261.0,255.0,https://pypi.org/project/spektral,6447.0,6447.0,,,,,,,,2.0,,2023-06-01 22:17:00.684,6.0,,,,,,,,,,,,,,,,,,, +450,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,2023-12-28 18:46:03.000000,2023-12-28 18:46:03,78.0,25.0,305.0,28.0,276.0,43.0,303.0,2232.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,6.0,26,True,2023-11-24 10:10:50.000,0.1.0,19.0,adapter-transformers,,,,['huggingface'],19.0,12.0,https://pypi.org/project/adapter-transformers,19670.0,19670.0,,,,,,,,3.0,,2023-12-16 14:14:02.000,7.0,adapter-hub/adapters,,,,,,,,,,,,,,,,,, +451,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,2023-12-11 01:22:43.000000,2023-11-21 19:33:43,419.0,5.0,780.0,93.0,265.0,146.0,93.0,2228.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",70.0,26,True,2022-09-03 03:41:16.000,0.5.0,10.0,aif360,conda-forge/aif360,,,,347.0,347.0,https://pypi.org/project/aif360,6025.0,6219.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,7771.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +452,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,2023-12-11 14:10:11.000000,2023-12-11 01:57:13,644.0,9.0,236.0,66.0,31.0,60.0,92.0,2157.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,92.0,91.0,https://pypi.org/project/neural-tangents,1353.0,1361.0,,,,,,,,3.0,353.0,2023-12-11 14:00:20.000,1.0,,,,,,,,,,,,,,,,,,, +453,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-01-04 06:17:47.000000,2023-06-01 12:18:23,739.0,,356.0,43.0,43.0,96.0,56.0,2081.0,A modular active learning framework for Python.,20.0,26,True,2024-01-04 06:17:47.000,0.56.4403,461.0,modAL,,,,['sklearn'],34.0,26.0,https://pypi.org/project/modAL,117286.0,117286.0,,,,,,,,3.0,29.0,2024-01-04 06:17:47.000,8.0,,,,,,,,,,,,,,,,,,, +454,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,487.0,40.0,24.0,66.0,38.0,2073.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,26,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4537.0,4486.0,https://pypi.org/project/mtcnn,48401.0,48633.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,10934.0,,,,,3.0,,2021-07-09 11:16:39.000,51.0,,,,,,,,,,,,,,,,,,, +455,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,2023-06-16 19:23:39.686000,2021-07-16 09:03:20,66.0,,460.0,39.0,42.0,56.0,58.0,2044.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,26,False,2020-09-15 16:22:45.000,1.1.1,8.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],1886.0,1886.0,https://pypi.org/project/efficientnet,56713.0,61245.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,471.0,,,,,3.0,253165.0,,,,,,,,,,,,,,,,,,,,, +456,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,1.0,275.0,41.0,495.0,172.0,151.0,1707.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,151.0,143.0,https://pypi.org/project/petastorm,23586.0,23592.0,,,,,,,,3.0,433.0,2023-02-03 00:33:00.499,8.0,,,,,,,,,,,,,,,,,,, +457,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,,155.0,25.0,81.0,42.0,34.0,1628.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:34:19.000,0.13.0,8.0,pyts,conda-forge/pyts,,,,518.0,518.0,https://pypi.org/project/pyts,95469.0,96285.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22047.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +458,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-01-03 23:22:54.000000,2024-01-03 21:27:32,775.0,95.0,251.0,47.0,600.0,35.0,63.0,1586.0,A lightweight library for PyTorch training tools and utilities.,108.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,5395.0,5395.0,,,,,,,,3.0,,2018-07-29 23:16:03.000,38.0,,,,,,,,,,,,,,,,,,, +459,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,1.0,244.0,50.0,312.0,95.0,17.0,1492.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,26,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],911.0,881.0,https://pypi.org/project/mesh-tensorflow,22340.0,22340.0,,,,,,,,3.0,,2022-05-15 21:06:13.000,30.0,,,,,,,,,,,,,,,,,,, +460,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,,259.0,49.0,87.0,22.0,188.0,1467.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,26,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],502.0,486.0,https://pypi.org/project/gplearn,5403.0,5552.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6413.0,,,,,3.0,,2022-05-03 10:47:30.000,16.0,,,,,,,,,,,,,,,,,,, +461,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-02 18:49:18.000000,2023-10-10 21:15:24,946.0,1.0,567.0,107.0,281.0,12.0,300.0,1467.0,Execute Python code on the fly and display results in Tableau visualizations:.,49.0,26,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,148.0,146.0,https://pypi.org/project/tabpy,15985.0,16040.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4456.0,,,,,3.0,,2023-01-30 23:34:02.112,2.0,,,,,,,,,,,,,,,,,,, +462,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,2023-11-29 23:41:32.898000,2023-11-29 13:48:39,684.0,4.0,148.0,24.0,124.0,2.0,128.0,1305.0,"Extensible, parallel implementations of t-SNE.",11.0,26,True,2023-11-29 14:50:50.000,1.0.1,21.0,opentsne,conda-forge/opentsne,,,,706.0,706.0,https://pypi.org/project/opentsne,26965.0,32614.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,231634.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +463,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,,172.0,26.0,36.0,3.0,114.0,1208.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-03-30 16:22:41.000,0.5.5,5.0,fancyimpute,,,,['sklearn'],1502.0,1502.0,https://pypi.org/project/fancyimpute,24641.0,24641.0,,,,,,,,2.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-04 09:21:13.000000,2023-07-30 07:05:58,66.0,,288.0,56.0,63.0,13.0,108.0,1200.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,9.0,26,True,2023-07-30 07:07:37.000,0.6.2,24.0,stockstats,,,,,998.0,969.0,https://pypi.org/project/stockstats,9295.0,9295.0,,,,,,,,3.0,,2023-07-30 07:07:37.000,29.0,,,,,,,,,,,,,,,,,,, +465,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,2.0,81.0,34.0,109.0,12.0,18.0,1137.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],196.0,194.0,https://pypi.org/project/rlax,1097385.0,1097385.0,,,,,,,,3.0,,2023-01-09 22:29:35.947,2.0,google-deepmind/rlax,,,,,,,,,,,,,,,,,, +466,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-01-04 02:24:27.000000,2024-01-04 00:03:25,1975.0,211.0,78.0,18.0,712.0,65.0,172.0,1012.0,"MetricFlow allows you to define, build, and maintain metrics in code.",42.0,26,False,2023-11-15 23:21:15.000,0.203.1,70.0,metricflow,,,,,15.0,12.0,https://pypi.org/project/metricflow,18304.0,18304.0,,,,,,,,3.0,,2023-12-21 07:09:20.000,3.0,dbt-labs/metricflow,,,,,,,,,,,,,,,,,, +467,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,2.0,106.0,21.0,103.0,35.0,73.0,1009.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,1995.0,1977.0,https://pypi.org/project/submitit,254553.0,255362.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,33190.0,,,,,3.0,,2023-11-09 17:23:02.000,18.0,,,,,,,,,,,,,,,,,,, +468,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-01-03 13:24:29.000000,2023-12-29 01:39:31,1852.0,93.0,314.0,56.0,470.0,131.0,250.0,996.0,Machine learning on FPGAs using HLS.,58.0,26,True,2023-12-19 21:00:03.000,0.8.1,16.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/hls4ml,937.0,1115.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7132.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +469,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,2023-11-08 21:55:22.000000,2023-11-08 21:55:22,1142.0,2.0,236.0,62.0,245.0,22.0,346.0,939.0,Search and download Copernicus Sentinel satellite images.,43.0,26,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,561.0,521.0,https://pypi.org/project/sentinelsat,18082.0,18792.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,27617.0,,,,,3.0,262.0,2017-03-06 02:33:09.000,40.0,,,,,,,,,,,,,,,,,,, +470,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,2023-08-25 16:48:20.000000,2023-04-19 21:43:19,547.0,,169.0,34.0,85.0,76.0,122.0,878.0,A scikit-learn based module for multi-label et. al. classification.,28.0,26,True,2018-12-10 10:51:36.000,0.2.0,4.0,scikit-multilearn,,,,['sklearn'],1384.0,1384.0,https://pypi.org/project/scikit-multilearn,53755.0,53755.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +471,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2023-12-12 21:25:37.000000,2023-11-09 02:15:57,1048.0,11.0,163.0,36.0,113.0,19.0,58.0,697.0,Snowball compiler and stemming algorithms.,34.0,26,True,,,6.0,snowballstemmer,conda-forge/snowballstemmer,,,,5.0,5.0,https://pypi.org/project/snowballstemmer,8915389.0,9000317.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7558658.0,,,,,3.0,,,,,,,,-6.0,,,,,,,,,,,,,, +472,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,2023-12-18 23:34:49.000000,2023-12-18 23:34:48,832.0,20.0,123.0,29.0,85.0,29.0,75.0,575.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,393.0,370.0,https://pypi.org/project/ml-metadata,56175.0,56211.0,,,,,,,,3.0,2119.0,2023-08-10 00:37:12.000,23.0,,,,,,,,,,,,,,,,,,, +473,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,,2017-09-15 13:02:42.000,2023-12-21 00:15:39.000000,2023-12-10 17:08:00,241.0,67.0,78.0,21.0,83.0,27.0,55.0,543.0,pyspark methods to enhance developer productivity.,24.0,26,False,2023-02-17 21:55:30.000,0.10.0,2.0,quinn,,,,['spark'],74.0,74.0,https://pypi.org/project/quinn,851757.0,851757.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,,,, +474,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,2023-12-31 19:03:54.000000,2023-08-23 17:20:54,1241.0,,152.0,19.0,693.0,25.0,208.0,471.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,292.0,275.0,https://pypi.org/project/earthpy,4293.0,5538.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,71005.0,,,,,3.0,,2021-10-01 22:51:04.000,17.0,,,,,,,,,,,,,,,,,,, +475,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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,210.0,22.0,17.0,45.0,23.0,423.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7559.0,7276.0,https://pypi.org/project/sklearn-crfsuite,239600.0,240481.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39682.0,,,,,2.0,,2017-06-22 18:49:27.000,283.0,,,,,,,,,,,,,,,,,,, +476,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2023-10-14 18:53:31.974373,2023-10-12 07:20:40,1894.0,1.0,880.0,218.0,453.0,57.0,264.0,14570.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,25,True,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,35265.0,35666.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,14.0,21661.0,3.0,,2021-06-06 17:15:00.281,,,,,,,,,,,,,,,,,,,, +477,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5767.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,,,,,121.0,118.0,https://pypi.org/project/mmdnn,247.0,297.0,,,,,,,,3.0,3716.0,2020-07-24 06:34:39.000,3.0,,,,,,,,,,,,,,,,,,, +478,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,1.0,1146.0,212.0,91.0,182.0,120.0,5545.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,25,True,,,,pyAudioAnalysis,,,,,417.0,417.0,https://pypi.org/project/pyAudioAnalysis,9011.0,9011.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +479,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,584.0,140.0,31.0,58.0,54.0,5492.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,25,False,,,1.0,flashtext,conda-forge/flashtext,,,,1459.0,1459.0,https://pypi.org/project/flashtext,1024101.0,1024533.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18164.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +480,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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,428.0,60.0,90.0,30.0,88.0,4817.0,Finding duplicate images made easy!.,15.0,25,True,2023-04-28 17:26:08.000,0.3.2,8.0,imagededup,,,,['tensorflow'],81.0,81.0,https://pypi.org/project/imagededup,11421.0,11421.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +481,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-01-04 09:46:11.000000,2024-01-03 16:35:11,3397.0,122.0,601.0,93.0,3748.0,296.0,1258.0,4744.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,88.0,25,True,2024-01-03 11:39:27.000,1.33.0,73.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +482,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,,611.0,159.0,130.0,76.0,101.0,4590.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 15:59:35.000,0.3.10,15.0,lucid,,,,['tensorflow'],755.0,755.0,https://pypi.org/project/lucid,543.0,543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +483,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,2023-06-16 19:25:40.006000,2022-08-23 22:54:23,1046.0,,982.0,239.0,214.0,51.0,200.0,4314.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,51.0,50.0,https://pypi.org/project/tensortrade,515.0,613.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3235.0,,,,,3.0,,2021-05-10 18:00:35.000,1.0,,,,,,,,,,,,,,,,,,, +484,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,,1370.0,350.0,59.0,51.0,,4222.0,Python Algorithmic Trading Library.,11.0,25,True,,,8.0,pyalgotrade,,,,,201.0,180.0,https://pypi.org/project/pyalgotrade,672.0,672.0,,,,,,,,3.0,,2018-08-21 01:48:25.000,21.0,,,,,,,,,,,,,,,,,,, +485,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,,510.0,110.0,73.0,185.0,115.0,3077.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,,,,,125.0,125.0,https://pypi.org/project/xlearn,1369.0,1432.0,,,,,,,,3.0,4475.0,,,,,,,,,,,,,,,,,,,,, +486,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2023-12-29 19:06:22.000000,2023-10-30 16:34:46,179.0,1.0,366.0,164.0,83.0,87.0,99.0,3068.0,A deep learning library for video understanding research.,55.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,137925.0,137925.0,,,,,,,,3.0,,2022-01-20 00:16:35.000,7.0,,,,,,,,,,,,,,,,,,, +487,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,2023-12-05 02:50:26.000000,2023-12-04 04:34:26,1573.0,7.0,250.0,43.0,2014.0,7.0,644.0,2907.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,34.0,25,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2556.0,2660.0,,,,,,,,3.0,2614.0,2023-12-04 07:25:10.000,,,,,,,,,,,,,,,,,,,, +488,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,,469.0,99.0,49.0,59.0,253.0,2771.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,,,,702.0,678.0,https://pypi.org/project/neuralcoref,2201.0,2529.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,14936.0,,,,,3.0,862.0,2019-04-08 09:56:00.000,24.0,,,,,,,,,,,,,,,,,,, +489,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2023-12-09 22:16:59.000000,2023-07-19 07:40:10,212.0,,131.0,30.0,199.0,16.0,73.0,2638.0,HiPlot makes understanding high dimensional data easy.,9.0,25,True,2021-11-04 14:24:43.000,0.1.32,35.0,hiplot,conda-forge/hiplot,,,,366.0,366.0,https://pypi.org/project/hiplot,23514.0,27179.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,172301.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +490,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,,710.0,167.0,94.0,134.0,358.0,2452.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,121.0,121.0,,,,,,,,3.0,,2018-11-11 16:46:28.000,2.0,,,,,,,,,,,,,,,,,,, +491,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,2023-12-28 14:21:46.000000,2023-07-01 21:40:58,1936.0,,324.0,40.0,85.0,19.0,157.0,2365.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],4.0,,https://pypi.org/project/torch-geometric-temporal,2417.0,2417.0,,,,,,,,2.0,,2022-09-04 16:10:00.738,4.0,,,,,,,,,,,,,,,,,,, +492,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,,603.0,90.0,29.0,23.0,52.0,2301.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,,,,,664.0,484.0,https://pypi.org/project/python_speech_features,105771.0,105771.0,,,,,,,,3.0,,2017-08-16 01:46:13.000,180.0,,,,,,,,,,,,,,,,,,, +493,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2023-12-20 18:18:16.000000,2023-07-11 07:11:36,210.0,,234.0,46.0,87.0,18.0,115.0,2060.0,A Python library that helps data scientists to infer causation rather than observing correlation.,35.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",108.0,105.0,https://pypi.org/project/causalnex,2335.0,2335.0,,,,,,,,3.0,,2023-06-22 13:11:59.629,3.0,mckinsey/causalnex,,,,,,,,,,,,,,,,,, +494,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,158.0,61.0,66.0,65.0,129.0,1793.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,352.0,352.0,https://pypi.org/project/hypertools,520.0,520.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,,,, +495,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,,299.0,56.0,1313.0,233.0,810.0,1771.0,A toolkit for reproducible reinforcement learning research.,79.0,25,True,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],99.0,97.0,https://pypi.org/project/garage,650.0,650.0,,,,,,,,3.0,,2021-03-23 22:18:36.000,2.0,,,,,,,,,,,,,,,,,,, +496,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,2023-12-05 17:37:33.000000,2023-12-04 14:09:45,571.0,4.0,119.0,54.0,447.0,60.0,102.0,1748.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,93.0,86.0,https://pypi.org/project/hivemind,6028.0,6028.0,,,,,,,,3.0,,2023-08-31 20:07:10.000,7.0,,,,,,,,,,,,,,,,,,, +497,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,,304.0,27.0,379.0,73.0,120.0,1550.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,25,True,2023-05-18 06:27:52.000,2.2.5,10.0,pgl,,,,['paddle'],48.0,48.0,https://pypi.org/project/pgl,634.0,634.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +498,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2023-09-27 15:14:50.000000,2023-09-27 15:14:33,667.0,,159.0,47.0,161.0,19.0,378.0,1287.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,25,False,2023-02-16 21:26:00.740,1.6.0,26.0,dalex,conda-forge/dalex,,,,151.0,145.0,https://pypi.org/project/dalex,15842.0,16157.0,https://anaconda.org/conda-forge/dalex,2023-06-16 19:24:13.607,11349.0,,,,,3.0,,2022-09-07 14:45:39.364,6.0,,,,,,,,,,,,,,,,,,, +499,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,2023-12-11 14:44:53.000000,2023-12-11 14:44:44,4204.0,4.0,280.0,84.0,640.0,16.0,607.0,1232.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,25,True,2023-08-01 02:38:24.000,23.07,28.0,pysal,conda-forge/pysal,,,,,,https://pypi.org/project/pysal,17796.0,30374.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,528295.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +500,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,107.0,152.0,1204.0,Real-time stream processing for python.,48.0,25,False,,,16.0,streamz,conda-forge/streamz,,,,437.0,437.0,https://pypi.org/project/streamz,19673.0,29543.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,750144.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +501,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,2.0,233.0,37.0,68.0,52.0,205.0,1193.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,25,True,2023-10-12 14:58:48.000,2.1.2,6.0,innvestigate,,,,['tensorflow'],114.0,114.0,https://pypi.org/project/innvestigate,636.0,641.0,,,,,,,,3.0,89.0,,,,,,,,,,,,,,,,,,,,, +502,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,184.0,49.0,61.0,,68.0,973.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 20:57:47.000,1.4.0,7.0,neural-structured-learning,,,,['tensorflow'],405.0,405.0,https://pypi.org/project/neural-structured-learning,14107.0,14107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +503,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2023-12-29 11:45:21.000000,2023-12-27 13:04:55,1438.0,177.0,50.0,13.0,358.0,14.0,428.0,895.0,"dstack simplifies training, fine-tuning, and deploying generative AI models on any cloud. Discord:..",14.0,25,True,2023-12-22 17:06:30.000,0.13.0,42.0,dstack,,,,,13.0,13.0,https://pypi.org/project/dstack,1117.0,1117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +504,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-01-03 22:05:14.000000,2024-01-03 22:05:14,766.0,11.0,55.0,13.0,121.0,38.0,109.0,871.0,Visualize large time series data with plotly.py.,11.0,25,True,2023-07-13 11:26:44.000,0.9.1,20.0,plotly-resampler,conda-forge/plotly-resampler,,,,777.0,777.0,https://pypi.org/project/plotly-resampler,344840.0,346205.0,https://anaconda.org/conda-forge/plotly-resampler,2023-12-08 19:11:32.078,32769.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +505,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2023-11-30 08:29:05.000000,2023-10-26 19:25:33,460.0,5.0,101.0,23.0,86.0,15.0,94.0,640.0,"Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave and AIFF files with python 2..",26.0,25,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,111.0,,https://pypi.org/project/tinytag,21998.0,21998.0,,,,,,,,3.0,,2023-10-26 19:30:36.000,111.0,,,,,,,,,,,,,,,,,,, +506,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,2023-12-10 19:24:11.000000,2023-12-10 19:24:06,3708.0,15.0,67.0,47.0,350.0,21.0,388.0,549.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2023-11-14 15:08:13.000,4.0.1,69.0,skll,conda-forge/skll,,,['sklearn'],58.0,40.0,https://pypi.org/project/skll,195.0,681.0,https://anaconda.org/conda-forge/skll,2023-11-15 00:08:06.079,12640.0,,,,,3.0,13.0,2023-11-14 15:04:40.000,18.0,,,,,,,,,,,,,,,,,,, +507,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-01-03 20:54:00.000000,2024-01-02 06:11:43,557.0,9.0,150.0,31.0,173.0,8.0,97.0,539.0,Machine learning for multivariate data analysis through the Riemannian geometry of symmetric or Hermitian positive..,29.0,25,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],317.0,298.0,https://pypi.org/project/pyriemann,19297.0,19551.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,4840.0,,,,,3.0,,2022-07-17 13:53:18.565,19.0,,,,,,,,,,,,,,,,,,, +508,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,2023-11-26 01:06:29.000000,2023-11-26 01:06:21,757.0,20.0,82.0,13.0,30.0,5.0,46.0,351.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2023-03-05 05:32:23.000,3.0.1,56.0,pymap3d,conda-forge/pymap3d,,,,339.0,339.0,https://pypi.org/project/pymap3d,58589.0,60020.0,https://anaconda.org/conda-forge/pymap3d,2023-06-16 19:18:14.535,65840.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +509,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,2023-12-20 16:14:39.221000,2023-12-13 18:28:10,521.0,9.0,38.0,5.0,12.0,6.0,47.0,308.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,13.0,25,True,2023-12-19 14:22:21.000,0.8.1,24.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],594.0,565.0,https://pypi.org/project/scikit-posthocs,77847.0,101079.0,https://anaconda.org/conda-forge/scikit-posthocs,2023-12-20 16:14:39.221,906072.0,,,,,3.0,39.0,2023-12-19 14:22:21.000,29.0,,,,,,,,,,,,,,,,,,, +510,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2023-12-28 08:21:09.000000,2023-12-28 08:21:09,517.0,14.0,54.0,40.0,265.0,15.0,59.0,295.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",37.0,25,False,2023-11-21 05:30:14.000,1.2.5,52.0,gokart,,,,,74.0,74.0,https://pypi.org/project/gokart,2957.0,2957.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +511,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,14.0,49.0,14.0,712.0,217.0,203.0,273.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,25,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,105.0,97.0,https://pypi.org/project/orion,1593.0,1593.0,,,,,,,,2.0,,2022-08-22 17:10:40.826,8.0,,,,,,,,,,,,,,,,,,, +512,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,2023-12-04 21:17:36.000000,2022-11-08 22:11:16,98.0,,1728.0,202.0,70.0,81.0,34.0,9688.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,24,False,,,,english-words,,,,,2.0,2.0,https://pypi.org/project/english-words,293661.0,293661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +513,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-01-03 15:00:11.000000,2024-01-03 14:54:33,1095.0,5.0,879.0,117.0,674.0,109.0,542.0,5348.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,24,True,2019-08-26 19:04:21.000,0.3.1,2.0,mmf,,,,['pytorch'],15.0,15.0,https://pypi.org/project/mmf,202.0,202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +514,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,843.0,124.0,63.0,119.0,74.0,4992.0,Image augmentation library in Python for machine learning.,23.0,24,True,,,,Augmentor,,,,,686.0,686.0,https://pypi.org/project/Augmentor,8693.0,8693.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +515,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,138.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'],1120.0,1104.0,https://pypi.org/project/textgenrnn,847.0,859.0,,,,,,,,3.0,890.0,2020-02-02 21:16:15.000,16.0,,,,,,,,,,,,,,,,,,, +516,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-01-04 02:23:02.000000,2023-12-05 18:31:50,1553.0,47.0,821.0,145.0,1453.0,326.0,398.0,4893.0,Simple and Distributed Machine Learning.,115.0,24,True,2023-11-27 21:27:39.000,1.0.2,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,,,,,,,,,,3.0,,2020-03-18 01:27:31.000,,,,,,,,,,,,,,,,,,,, +517,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,2023-12-26 10:14:09.000000,2023-11-19 13:26:15,334.0,6.0,927.0,46.0,32.0,62.0,112.0,4656.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,24,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],176.0,168.0,https://pypi.org/project/scikit-opt,1970.0,1970.0,,,,,,,,3.0,,2022-01-14 08:49:08.000,8.0,,,,,,,,,,,,,,,,,,, +518,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,2023-08-31 07:24:48.000000,2022-07-29 10:37:24,205.0,,993.0,93.0,62.0,250.0,269.0,4508.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,16077.0,16077.0,,,,,,,,3.0,,2020-01-10 11:36:02.000,28.0,,,,,,,,,,,,,,,,,,, +519,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,2023-12-31 12:14:36.000000,2021-06-02 09:45:13,150.0,,710.0,101.0,34.0,101.0,113.0,4399.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],124.0,119.0,https://pypi.org/project/ISR,5529.0,5532.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,231.0,3.0,,2020-01-08 15:37:35.000,5.0,,,,,,,,,,,,,,,,,,, +520,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,,716.0,66.0,247.0,124.0,823.0,3961.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,,,,,35.0,,https://pypi.org/project/stable-baselines,4719.0,4719.0,,,,,,,,3.0,,2021-04-06 12:38:10.521,35.0,,,,,,,,,,,,,,,,,,, +521,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,178.0,385.0,33.0,430.0,3809.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,80.0,80.0,,,,,,,,3.0,,2019-10-24 13:09:11.000,,,,,,,,,,,,,,,,,,,, +522,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,175.0,50.0,65.0,49.0,3475.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'],59.0,56.0,https://pypi.org/project/adanet,57.0,57.0,,,,,,,,2.0,,2020-07-09 21:03:28.000,3.0,,,,,,,,,,,,,,,,,,, +523,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,2023-10-12 09:43:46.000000,2023-10-12 08:57:51,209.0,1.0,304.0,85.0,92.0,43.0,32.0,3427.0,Python library that makes it easy for data scientists to create charts.,25.0,24,True,2023-10-12 09:01:22.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,73.0,73.0,https://pypi.org/project/chartify,3813.0,4285.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29270.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +524,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,2023-11-06 16:44:05.000000,2023-11-06 16:37:37,171.0,2.0,445.0,91.0,78.0,65.0,137.0,3322.0,Generate embeddings from large-scale graph-structured data.,31.0,24,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],3.0,,https://pypi.org/project/torchbiggraph,275690.0,275692.0,,,,,,,,2.0,167.0,2019-10-14 16:44:41.000,3.0,,,,,,,,,,,,,,,,,,, +525,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-01-02 19:34:21.000000,2024-01-02 19:16:05,450.0,3.0,268.0,47.0,443.0,57.0,248.0,3260.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,39.0,24,True,2023-07-12 16:55:59.000,0.4.9,22.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,3.0,,https://pypi.org/project/hummingbird-ml,6842.0,7948.0,https://anaconda.org/conda-forge/hummingbird-ml,2023-07-12 18:59:37.482,37361.0,,,,,3.0,358.0,2020-06-10 22:08:15.000,3.0,,,,,,,,,,,,,,,,,,, +526,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,107.0,396.0,3119.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],123.0,122.0,https://pypi.org/project/parl,651.0,651.0,,,,,,,,3.0,,2022-05-13 04:46:41.000,1.0,,,,,,,,,,,,,,,,,,, +527,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,,645.0,72.0,25.0,113.0,101.0,2972.0,Neural network visualization toolkit for keras.,10.0,24,False,,,8.0,keras-vis,,,,['tensorflow'],2865.0,2865.0,https://pypi.org/project/keras-vis,1268.0,1268.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +528,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2023-06-30 21:16:15.000000,2023-06-30 21:16:10,470.0,,308.0,66.0,315.0,42.0,124.0,2690.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'],49.0,48.0,https://pypi.org/project/ddsp,1658.0,1997.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14594.0,,,,,3.0,,2022-05-25 17:42:19.000,1.0,,,,,,,,,,,,,,,,,,, +529,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,1.0,316.0,93.0,2157.0,206.0,982.0,2664.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",52.0,24,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,1.0,,https://pypi.org/project/pymars,19550.0,19550.0,,,,,,,,3.0,,2022-06-12 11:43:21.000,1.0,,,,,,,,,,,,,,,,,,, +530,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,328.0,80.0,55.0,154.0,68.0,2223.0,Multilingual text (NLP) processing toolkit.,26.0,24,False,,,,polyglot,,,,,1156.0,1156.0,https://pypi.org/project/polyglot,53474.0,53474.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +531,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2023-10-15 09:57:16.000000,2023-05-15 21:21:45,660.0,,223.0,39.0,136.0,5.0,129.0,2218.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,24.0,24,True,2023-01-04 21:22:30.000,2.2.0,13.0,norfair,,,,,146.0,146.0,https://pypi.org/project/norfair,4710.0,4717.0,,,,,,,,3.0,295.0,,,,,,,,,,,,,,,,,,,,, +532,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,,257.0,57.0,56.0,19.0,50.0,2203.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],640.0,621.0,https://pypi.org/project/pytorch-nlp,5013.0,5013.0,,,,,,,,3.0,,2019-11-04 04:35:18.000,19.0,,,,,,,,,,,,,,,,,,, +533,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,295.0,66.0,14.0,26.0,46.0,2193.0,Stand-alone language identification system.,9.0,24,False,,,,langid,,,,,9495.0,9495.0,https://pypi.org/project/langid,295134.0,295134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +534,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2023-09-05 06:09:07.000000,2023-09-05 06:09:05,385.0,,280.0,56.0,14.0,21.0,78.0,2179.0,Beautiful visualizations of how language differs among document types.,14.0,24,True,2017-03-13 05:31:21.000,0.0.2.4.4,18.0,scattertext,conda-forge/scattertext,,,,480.0,480.0,https://pypi.org/project/scattertext,10456.0,11567.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,85583.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +535,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,2023-12-27 00:46:01.000000,2023-10-16 16:49:59,532.0,8.0,195.0,40.0,115.0,62.0,125.0,2080.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,25.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,6179.0,6179.0,,,,,,,,3.0,,2023-12-27 00:46:01.000,,,,,,,,,,,,,,,,,,,, +536,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,243.0,71.0,21.0,93.0,66.0,2074.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,274.0,257.0,https://pypi.org/project/pyflux,26768.0,26768.0,,,,,,,,3.0,,2017-11-21 16:27:06.000,17.0,,,,,,,,,,,,,,,,,,, +537,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2023-07-12 18:18:40.000000,2023-07-12 18:14:01,1515.0,,240.0,67.0,58.0,31.0,186.0,2040.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,20.0,24,True,2023-07-12 18:26:08.000,2.0.1,14.0,ampligraph,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/ampligraph,614.0,614.0,,,,,,,,2.0,,2023-07-12 18:13:00.637,,,,,,,,,,,,,,,,,,,, +538,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,2023-11-15 21:03:09.000000,2023-07-01 21:39:32,2288.0,,227.0,37.0,37.0,9.0,109.0,2024.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,17.0,24,False,2022-12-04 19:04:05.000,_10304,100.0,karateclub,conda-forge/karateclub,,,,216.0,216.0,https://pypi.org/project/karateclub,3604.0,4124.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,21872.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +539,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2023-10-27 06:59:13.000000,2023-09-26 17:27:56,255.0,,198.0,29.0,64.0,35.0,83.0,1963.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],306.0,299.0,https://pypi.org/project/checklist,3166.0,3352.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6711.0,,,,,3.0,,2021-05-24 16:45:59.000,7.0,,,,,,,,,,,,,,,,,,, +540,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2023-12-26 03:01:15.000000,2023-09-26 02:48:50,872.0,,128.0,32.0,408.0,57.0,334.0,1768.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,18.0,24,True,2023-01-29 22:05:17.000,1.1.4.2,23.0,orbit-ml,,,,,43.0,42.0,https://pypi.org/project/orbit-ml,29628.0,29628.0,,,,,,,,3.0,,2023-01-29 22:06:26.764,1.0,,,,,,,,,,,,,,,,,,, +541,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,2023-12-26 03:01:15.000000,2023-09-26 02:48:50,872.0,,128.0,32.0,408.0,57.0,334.0,1768.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,18.0,24,True,2023-01-29 22:05:17.000,1.1.4.2,23.0,orbit-ml,conda-forge/orbit-ml,,,,43.0,42.0,https://pypi.org/project/orbit-ml,29628.0,29825.0,https://anaconda.org/conda-forge/orbit-ml,2023-12-19 05:59:30.209,4742.0,,,,,3.0,,2023-01-29 22:06:26.764,1.0,,,,,,,,,,,,,,,,,,, +542,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1600.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,24,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],176.0,168.0,https://pypi.org/project/talos,827.0,827.0,,,,,,,,2.0,,2022-05-28 10:07:34.000,8.0,,,,,,,,,,,,,,,,,,, +543,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,238.0,49.0,48.0,22.0,91.0,1566.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,326.0,312.0,https://pypi.org/project/sense2vec,1574.0,3641.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35471.0,,,,,3.0,61068.0,2021-04-19 07:05:28.000,14.0,,,,,,,,,,,,,,,,,,, +544,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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,1.0,,1528.0,Feature engineering package with sklearn like functionality.,38.0,24,False,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,94.0,,https://pypi.org/project/feature_engine,122150.0,123205.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,43274.0,,,,,3.0,,2023-09-18 14:50:58.000,94.0,,,,,,,,,,,,,,,,,,, +545,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,2023-09-20 03:33:51.000000,2023-08-22 14:21:42,580.0,,297.0,54.0,115.0,46.0,30.0,1461.0,Interpretability and explainability of data and machine learning models.,41.0,24,True,2023-07-01 11:47:13.000,0.3.0,3.0,aix360,,,,,86.0,86.0,https://pypi.org/project/aix360,1431.0,1431.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +546,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2023-11-18 16:28:54.000000,2023-10-07 11:26:54,2816.0,1.0,169.0,26.0,660.0,109.0,432.0,1422.0,A Python library for learning and evaluating knowledge graph embeddings.,36.0,24,True,2023-02-22 18:29:02.145,1.10.1,46.0,pykeen,,,,,5.0,,https://pypi.org/project/pykeen,3852.0,3856.0,,,,,,,,2.0,177.0,2023-02-22 18:29:02.145,5.0,,,,,,,,,,,,,,,,,,, +547,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,91.0,165.0,103.0,224.0,1349.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],43.0,42.0,https://pypi.org/project/niftynet,120.0,120.0,,,,,,,,3.0,,2019-10-10 10:59:33.000,1.0,,,,,,,,,,,,,,,,,,, +548,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,202.0,54.0,460.0,143.0,293.0,1172.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'],73.0,64.0,https://pypi.org/project/tf-encrypted,830.0,830.0,,,,,,,,3.0,,2022-11-16 09:12:55.841,9.0,,,,,,,,,,,,,,,,,,, +549,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,,166.0,32.0,86.0,16.0,32.0,1162.0,"A program for financial portfolio management, analysis and optimisation.",11.0,24,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,88.0,88.0,https://pypi.org/project/FinQuant,329.0,329.0,,,,,,,,3.0,,2023-09-04 06:57:56.000,,,,,,,,,,,,,,,,,,,, +550,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2023-12-24 06:07:13.000000,2023-12-24 06:07:13,78.0,2.0,226.0,20.0,17.0,4.0,87.0,1144.0,Implementation of the node2vec algorithm.,13.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,554.0,534.0,https://pypi.org/project/node2vec,61649.0,62047.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27128.0,,,,,2.0,,2022-08-01 11:35:00.616,20.0,,,,,,,,,,,,,,,,,,, +551,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,73.0,415.0,75.0,147.0,1139.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,,,,,168.0,158.0,https://pypi.org/project/chainerrl,453.0,453.0,,,,,,,,3.0,,2020-02-14 05:35:56.000,10.0,,,,,,,,,,,,,,,,,,, +552,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,3.0,183.0,34.0,73.0,2.0,86.0,1031.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,24,True,2021-06-19 16:14:57.000,4.5.0,10.0,keract,,,,['tensorflow'],200.0,200.0,https://pypi.org/project/keract,3247.0,3247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +553,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2023-11-16 19:55:28.000000,2019-08-16 09:00:15,140.0,,105.0,12.0,20.0,16.0,15.0,1031.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,4715.0,4419.0,https://pypi.org/project/gputil,343001.0,343001.0,,,,,,,,3.0,,2018-12-18 09:12:13.000,296.0,,,,,,,,,,,,,,,,,,, +554,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,2023-12-12 19:09:25.594000,2023-11-09 15:26:22,727.0,1.0,143.0,16.0,100.0,27.0,230.0,909.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,44.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],75.0,,https://pypi.org/project/torch-sparse,23159.0,28791.0,https://anaconda.org/conda-forge/pytorch_sparse,2023-12-12 19:09:25.594,242192.0,,,,,2.0,,2023-10-06 08:51:55.000,75.0,,,,,,,,,,,,,,,,,,, +555,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,,253.0,42.0,72.0,103.0,188.0,902.0,Gaussian Process Optimization using GPy.,49.0,24,True,2020-03-19 21:21:18.000,1.2.6,1.0,gpyopt,,,,,478.0,478.0,https://pypi.org/project/gpyopt,6152.0,6152.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +556,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,2023-11-06 22:17:29.000000,2023-11-06 22:11:24,461.0,12.0,78.0,26.0,160.0,51.0,62.0,747.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,24,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],49.0,45.0,https://pypi.org/project/objax,931.0,931.0,,,,,,,,3.0,,2023-11-06 22:03:10.000,4.0,,,,,,,,,,,,,,,,,,, +557,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,,159.0,33.0,25.0,34.0,235.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,True,2019-04-04 19:44:59.000,0.8.2,29.0,neupy,,,,,163.0,163.0,https://pypi.org/project/neupy,3479.0,3479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +558,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,72.0,13.0,48.0,22.0,53.0,685.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1129.0,1100.0,https://pypi.org/project/pysbd,200747.0,200930.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,4943.0,,,,,3.0,,2021-02-11 16:36:33.000,29.0,,,,,,,,,,,,,,,,,,, +559,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,12.0,67.0,26.0,433.0,10.0,237.0,630.0,torchbearer: A model fitting library for PyTorch.,14.0,24,True,2023-12-01 18:41:20.000,0.5.5,26.0,torchbearer,,,,['pytorch'],85.0,85.0,https://pypi.org/project/torchbearer,455.0,455.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +560,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2023-12-22 00:39:02.000000,2023-12-22 00:36:53,331.0,51.0,85.0,7.0,19.0,2.0,77.0,506.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code.,17.0,24,True,2023-12-22 00:39:02.000,0.5.2,157.0,featurewiz,,,,,64.0,62.0,https://pypi.org/project/featurewiz,7677.0,7677.0,,,,,,,,2.0,,2023-12-22 00:39:02.000,2.0,,,,,,,,,,,,,,,,,,, +561,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-01-02 06:04:36.000000,2023-12-05 12:09:16,955.0,23.0,169.0,24.0,826.0,96.0,383.0,486.0,MONAI Label is an intelligent open source image labeling and learning tool.,55.0,24,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,196.0,2496.0,,,,,,,,3.0,69015.0,2023-10-01 02:24:07.000,,,,,,,,,,,,,,,,,,,, +562,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-01-03 08:17:43.000000,2024-01-03 08:17:42,657.0,11.0,62.0,30.0,437.0,13.0,91.0,365.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],87.0,4.0,https://pypi.org/project/vega,6921.0,13210.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,572379.0,,,,,3.0,,2023-04-12 02:09:01.110,83.0,,,,,,,,,,,,,,,,,,, +563,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2023-12-26 16:13:16.000000,2023-12-26 16:13:16,6706.0,64.0,135.0,36.0,394.0,30.0,134.0,363.0,Neuroimaging in Python FMRI analysis package.,69.0,24,False,,,2.0,nipy,conda-forge/nipy,,,,219.0,219.0,https://pypi.org/project/nipy,3419.0,4778.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106011.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +564,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2023-12-13 23:01:05.000000,2023-12-13 23:01:05,2538.0,80.0,56.0,8.0,235.0,29.0,79.0,251.0,Python recommendation toolkit.,13.0,24,False,2022-08-16 20:29:07.512,0.14.2,23.0,lenskit,conda-forge/lenskit,,,,98.0,94.0,https://pypi.org/project/lenskit,803.0,1420.0,https://anaconda.org/conda-forge/lenskit,2023-06-16 19:23:42.362,23460.0,,,,,3.0,,2022-08-16 20:29:07.512,4.0,,,,,,,,,,,,,,,,,,, +565,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,2023-12-18 19:53:02.000000,2023-12-18 19:52:57,597.0,4.0,728.0,105.0,587.0,59.0,345.0,5661.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,23,True,2020-04-03 19:06:25.000,0.4.0,1.0,t5,,,,['tensorflow'],,,https://pypi.org/project/t5,17694.0,17694.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +566,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,,2021-06-09 17:57:28.000,2023-12-05 20:49:57.000000,2023-11-08 00:58:38,213.0,4.0,288.0,67.0,179.0,17.0,54.0,4850.0,"A data augmentations library for audio, image, text, and video.",34.0,23,False,2022-03-29 11:42:50.000,1.0.0,7.0,augly,,,,,96.0,96.0,https://pypi.org/project/augly,1514.0,1514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +567,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,2023-12-09 23:25:52.000000,2022-08-09 13:26:32,565.0,,1273.0,305.0,205.0,67.0,208.0,4592.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,1883.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143173.0,3.0,,,,,,,,,,,,,,,,,,,,,, +568,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,,512.0,138.0,649.0,66.0,197.0,3848.0,Snips Python library to extract meaning from text.,22.0,23,False,2020-01-15 09:51:41.000,0.20.2,58.0,snips-nlu,,,,,,,https://pypi.org/project/snips-nlu,1370.0,1370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +569,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,2023-12-21 02:26:45.000000,2023-12-21 02:21:00,1585.0,8.0,504.0,152.0,609.0,69.0,75.0,3490.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",164.0,23,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,23.0,23.0,,,,,,,,3.0,,2020-05-27 20:58:01.000,,,,,,,,,,,,,,,,,,,, +570,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,5.0,221.0,54.0,36.0,71.0,121.0,3075.0,A GUI for Pandas DataFrames.,15.0,23,False,,,2.0,pandasgui,conda-forge/pandasgui,,,['pandas'],333.0,333.0,https://pypi.org/project/pandasgui,3330.0,3904.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,20686.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +571,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,2023-12-19 11:22:24.000000,2023-11-05 09:58:06,2685.0,28.0,1042.0,132.0,1028.0,53.0,72.0,3023.0,a distributed deep learning platform.,85.0,23,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,57.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,734.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,5183.0,3.0,,,,,,,,,,,,,,,,,,,,,, +572,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2023-12-03 13:55:18.000000,2023-08-24 15:33:37,935.0,,169.0,20.0,74.0,91.0,167.0,2684.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,27.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,37.0,36.0,https://pypi.org/project/ffcv,891.0,891.0,,,,,,,,3.0,,2022-01-28 20:40:22.000,1.0,,,,,,,,,,,,,,,,,,, +573,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,2017-05-05 02:27:30.000,2023-12-15 03:22:16.000000,2023-12-15 03:22:08,3454.0,2.0,732.0,108.0,3871.0,533.0,855.0,2594.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,23,True,2022-01-25 00:22:00.888,0.11.2,418.0,analytics-zoo,,,,['spark'],5.0,4.0,https://pypi.org/project/analytics-zoo,458.0,458.0,,,,,,,,3.0,,2022-08-22 20:19:01.213,1.0,,,,,,,,,,,,,,,,,,, +574,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,129.0,136.0,60.0,128.0,2394.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'],54.0,52.0,https://pypi.org/project/luminoth,2052.0,2221.0,,,,,,,,3.0,12716.0,2018-11-09 21:35:17.000,2.0,,,,,,,,,,,,,,,,,,, +575,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,27.0,350.0,2374.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],62.0,62.0,https://pypi.org/project/kashgari-tf,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +576,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,2.0,300.0,28.0,695.0,11.0,150.0,2311.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,23,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,75.0,75.0,https://pypi.org/project/promptsource,998.0,998.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +577,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,,303.0,67.0,78.0,63.0,68.0,2098.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'],29.0,26.0,https://pypi.org/project/sru,2200.0,2200.0,,,,,,,,3.0,,2021-06-17 23:33:37.000,3.0,,,,,,,,,,,,,,,,,,, +578,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,,647.0,82.0,48.0,24.0,64.0,2009.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,472.0,460.0,https://pypi.org/project/finta,6564.0,6564.0,,,,,,,,3.0,,2020-10-21 11:39:44.000,12.0,,,,,,,,,,,,,,,,,,, +579,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,,237.0,44.0,33.0,51.0,90.0,1893.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'],158.0,158.0,https://pypi.org/project/torchmeta,4364.0,4364.0,,,,,,,,3.0,,2021-09-20 16:06:33.000,,,,,,,,,,,,,,,,,,,, +580,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,2023-10-11 19:12:48.654000,2023-05-26 18:23:37,117.0,,228.0,44.0,36.0,45.0,21.0,1828.0,Parallel t-SNE implementation with Python and Torch wrappers.,17.0,23,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],443.0,421.0,https://pypi.org/project/MulticoreTSNE,3070.0,4008.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,30975.0,,,,,3.0,,2019-01-09 07:23:04.000,22.0,,,,,,,,,,,,,,,,,,, +581,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,,238.0,53.0,446.0,3.0,402.0,1706.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2021-06-10 09:45:12.000,0.8.0,22.0,farm,conda-forge/farm,,,['pytorch'],,,https://pypi.org/project/farm,1610.0,1706.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3177.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +582,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,,114.0,38.0,11.0,33.0,51.0,1606.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,337.0,325.0,https://pypi.org/project/pymagnitude,1192.0,1192.0,,,,,,,,3.0,,2020-05-25 11:26:36.000,12.0,,,,,,,,,,,,,,,,,,, +583,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,,119.0,28.0,31.0,58.0,50.0,1562.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'],374.0,369.0,https://pypi.org/project/higher,55842.0,55842.0,,,,,,,,3.0,,2020-07-14 12:20:32.000,5.0,,,,,,,,,,,,,,,,,,, +584,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,203.0,45.0,12.0,4.0,51.0,1553.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,23,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],205.0,203.0,https://pypi.org/project/geffnet,7658.0,7658.0,,,,,,,,3.0,,2021-07-08 19:05:05.000,2.0,,,,,,,,,,,,,,,,,,, +585,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,2023-12-07 16:22:32.000000,2023-11-08 21:41:55,157.0,2.0,162.0,100.0,184.0,35.0,25.0,1465.0,fklearn: Functional Machine Learning.,55.0,23,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,379.0,379.0,,,,,,,,3.0,,2023-11-09 12:59:48.000,,,,,,,,,,,,,,,,,,,, +586,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-01-03 20:13:15.000000,2024-01-03 20:15:18,1173.0,6.0,118.0,28.0,68.0,1.0,29.0,1453.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.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,7373.0,7373.0,,,,,,,,3.0,7.0,2022-06-27 19:59:57.000,7.0,,,,,,,,,,,,,,,,,,, +587,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2023-09-01 16:34:21.000000,2023-08-25 22:11:00,340.0,,292.0,40.0,252.0,69.0,193.0,1402.0,A framework for Privacy Preserving Machine Learning.,33.0,23,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,298.0,298.0,,,,,,,,3.0,,2022-12-08 22:11:59.883,1.0,,,,,,,,,,,,,,,,,,, +588,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,2023-11-06 16:35:34.000000,2023-11-06 15:20:05,206.0,2.0,307.0,49.0,43.0,,,1285.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,23,True,2020-09-13 21:05:45.000,0.8.4,1.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],384.0,384.0,https://pypi.org/project/keras-ocr,23857.0,42835.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,299.0,,,,,3.0,758845.0,,,,,,,,,,,,,,,,,,,,, +589,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,,141.0,29.0,63.0,7.0,70.0,1273.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,23,False,,,,livelossplot,,,,['jupyter'],1311.0,1311.0,https://pypi.org/project/livelossplot,13759.0,13759.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +590,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1257.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],60.0,59.0,https://pypi.org/project/sklearn-porter,273.0,273.0,,,,,,,,3.0,,2019-12-18 13:39:19.000,1.0,,,,,,,,,,,,,,,,,,, +591,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,2.0,172.0,48.0,112.0,52.0,170.0,957.0,Python interface to GPU-powered libraries.,44.0,23,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,328.0,278.0,https://pypi.org/project/scikit-cuda,552.0,552.0,,,,,,,,3.0,,2019-05-27 00:29:00.000,50.0,,,,,,,,,,,,,,,,,,, +592,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,,2013-12-23 17:02:11.000,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,176.0,40.0,173.0,60.0,174.0,912.0,A Jupyter - Three.js bridge.,30.0,23,False,2022-08-31 09:02:38.000,2.4.1,18.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],29.0,29.0,https://pypi.org/project/pythreejs,45742.0,54042.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,518218.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2668.0,,,,,,,,,,,,,,, +593,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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,105.0,26.0,36.0,34.0,69.0,866.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:42:31.000,0.5.5,5.0,pandas-bokeh,,,,['pandas'],567.0,567.0,https://pypi.org/project/pandas-bokeh,14158.0,14158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +594,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,,101.0,29.0,60.0,21.0,74.0,813.0,ML-Ensemble high performance ensemble learning.,7.0,23,False,2018-10-30 22:34:35.000,0.2.3,11.0,mlens,,,,,358.0,358.0,https://pypi.org/project/mlens,2413.0,2413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +595,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-01-02 16:54:03.000000,2024-01-02 16:53:24,281.0,8.0,241.0,46.0,18.0,9.0,91.0,792.0,Data compression in TensorFlow.,21.0,23,True,2023-10-13 19:56:17.000,2.14.0,22.0,tensorflow-compression,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-compression,11436.0,11436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +596,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-01-01 20:17:29.000000,2023-08-23 11:46:56,231.0,,102.0,15.0,40.0,35.0,24.0,775.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,11.0,23,True,2022-12-19 17:52:51.000,0.5.1,12.0,detoxify,,,,,494.0,494.0,https://pypi.org/project/detoxify,15138.0,24321.0,,,,,,,,3.0,348959.0,,,,,,,,,,,,,,,,,,,,, +597,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,2023-12-13 17:02:20.000000,2023-11-24 10:43:28,313.0,7.0,129.0,20.0,72.0,5.0,63.0,772.0,An intuitive library to extract features from time series.,18.0,23,True,2023-08-23 07:53:53.000,0.1.6,10.0,tsfel,,,,,105.0,105.0,https://pypi.org/project/tsfel,22402.0,22402.0,,,,,,,,3.0,,2023-08-22 10:46:05.000,,,,,,,,,,,,,,,,,,,, +598,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,2023-09-26 00:20:33.000000,2023-09-26 00:20:33,398.0,,155.0,17.0,72.0,35.0,106.0,665.0,Ternary plotting library for python with matplotlib.,27.0,23,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,185.0,158.0,https://pypi.org/project/python-ternary,39191.0,40039.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,78918.0,,,,,3.0,25.0,2021-02-17 18:38:15.000,27.0,,,,,,,,,,,,,,,,,,, +599,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,23.0,33.0,659.0,Working with molecular structures in pandas DataFrames.,15.0,23,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],242.0,219.0,https://pypi.org/project/biopandas,81537.0,83276.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,147895.0,,,,,3.0,,2023-08-28 15:32:25.000,23.0,BioPandas/biopandas,,,,,,,,,,,,,,,,,, +600,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,,131.0,129.0,91.0,34.0,67.0,644.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,23,False,2019-06-03 21:24:10.000,0.10.2,14.0,mapboxgl,,,,['jupyter'],183.0,183.0,https://pypi.org/project/mapboxgl,11499.0,11499.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +601,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,129.0,23.0,19.0,8.0,29.0,575.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,23,False,2021-01-28 23:23:17.000,1.3.7,5.0,rfpimp,,,,['sklearn'],136.0,136.0,https://pypi.org/project/rfpimp,22704.0,22704.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +602,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-01-04 10:01:55.000000,2024-01-04 10:01:55,844.0,19.0,80.0,9.0,699.0,87.0,431.0,574.0,Automated modeling and machine learning framework FEDOT.,31.0,23,True,2023-07-25 13:20:41.000,0.7.2,19.0,fedot,,,,,44.0,43.0,https://pypi.org/project/fedot,498.0,498.0,,,,,,,,3.0,,2023-07-25 13:17:29.000,1.0,aimclub/FEDOT,,,,,,,,,,,,,,,,,, +603,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-01-04 13:27:39.000000,2023-10-18 13:08:59,466.0,3.0,49.0,8.0,52.0,159.0,231.0,560.0,python binding for libvips using cffi.,16.0,23,True,,,5.0,pyvips,conda-forge/pyvips,,,,641.0,641.0,https://pypi.org/project/pyvips,46352.0,48172.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,71012.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +604,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,,71.0,9.0,17.0,11.0,12.0,501.0,Find pyspark to make it importable.,15.0,23,False,,,6.0,findspark,conda-forge/findspark,,,['spark'],4075.0,4075.0,https://pypi.org/project/findspark,1850967.0,1860667.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,882780.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +605,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,2023-08-10 03:20:53.000000,2023-08-10 03:20:53,1214.0,,63.0,7.0,206.0,18.0,109.0,481.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],215.0,215.0,https://pypi.org/project/happytransformer,2431.0,2431.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +606,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,13.0,41.0,11.0,11.0,9.0,52.0,475.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,23,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,30.0,25.0,https://pypi.org/project/hyperactive,4503.0,4505.0,,,,,,,,3.0,130.0,2023-10-24 14:03:36.000,5.0,,,,,,,,,,,,,,,,,,, +607,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,2023-10-20 17:29:31.000000,2023-10-20 17:29:28,575.0,1.0,80.0,29.0,317.0,60.0,27.0,362.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,23,True,2021-06-16 20:29:30.000,0.1.16,17.0,tensorflow-cloud,,,,['tensorflow'],335.0,335.0,https://pypi.org/project/tensorflow-cloud,35625.0,35625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +608,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,6.0,27.0,8.0,4.0,22.0,59.0,277.0,Multiple Imputation with LightGBM in Python.,6.0,23,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,118.0,113.0,https://pypi.org/project/miceforest,24882.0,25268.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11599.0,,,,,1.0,,2023-11-16 02:24:03.000,5.0,,,,,,,,,,,,,,,,,,, +609,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,2023-12-07 15:30:25.000000,2023-02-07 10:12:31,47.0,,2134.0,149.0,88.0,237.0,285.0,12295.0,End-to-End Object Detection with Transformers.,26.0,22,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +610,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,488.0,83.0,37.0,53.0,26.0,10640.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,41.0,41.0,https://pypi.org/project/prettymaps,673.0,766.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2252.0,,,,,3.0,,2021-10-19 13:33:43.000,,,,,,,,,,,,,,,,,,,, +611,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,146.0,1362.0,118.0,986.0,7968.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,843.0,843.0,,,,,,,,3.0,,2022-09-23 17:40:01.770,1.0,,,,,,,,,,,,,,,,,,, +612,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,790.0,169.0,1588.0,61.0,74.0,6356.0,A natural language modeling framework based on PyTorch.,234.0,22,False,2020-06-08 23:30:58.000,0.3.3,9.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,104.0,109.0,,,,,,,,3.0,351.0,,,,,,,,,,,,,,,,,,,,, +613,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,263.0,68.0,115.0,135.0,6209.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,67.0,67.0,,,,,,,,3.0,,2015-04-19 21:20:16.000,3.0,,,,,,,,,,,,,,,,,,, +614,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1710.0,19.0,17.0,70.0,24.0,4875.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,25.0,25.0,https://pypi.org/project/deepmatcher,1755.0,1755.0,,,,,,,,3.0,,2021-06-13 01:13:24.000,,,,,,,,,,,,,,,,,,,, +615,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,2023-04-10 13:46:12.000000,2022-05-30 07:32:06,3344.0,,820.0,234.0,109.0,57.0,620.0,4839.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,22,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,23.0,,,,,,,,3.0,1501.0,,,,,,,,,,,,,,,,,,,,, +616,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-01-02 03:05:32.000000,2023-01-15 11:37:16,279.0,,841.0,109.0,93.0,116.0,349.0,4411.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,12858.0,12858.0,,,,,,,,3.0,,2021-12-13 01:36:44.000,2.0,,,,,,,,,,,,,,,,,,, +617,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,,323.0,75.0,37.0,95.0,74.0,4379.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,967.0,967.0,,,,,,,,3.0,,2022-03-13 19:09:50.000,,,,,,,,,,,,,,,,,,,, +618,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3865.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,,,,1.0,,https://pypi.org/project/nervananeon,85.0,109.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1869.0,,,,,3.0,374.0,2018-01-05 23:25:04.000,1.0,,,,,,,,,,,,,,,,,,, +619,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,,654.0,77.0,53.0,176.0,101.0,3356.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'],7.0,,https://pypi.org/project/gpt-2-simple,3360.0,3369.0,,,,,,,,3.0,540.0,2021-10-18 01:47:20.000,7.0,,,,,,,,,,,,,,,,,,, +620,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-01-01 21:29:17.000000,2024-01-01 21:13:34,684.0,1.0,497.0,215.0,16.0,24.0,4.0,3264.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,11.0,11.0,https://pypi.org/project/finmarketpy,214.0,214.0,,,,,,,,3.0,49.0,2024-01-01 21:29:17.000,,,,,,,,,,,,,,,,,,,, +621,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,2023-11-28 21:11:34.000000,2021-05-06 12:10:38,127.0,,154.0,50.0,55.0,2.0,30.0,2970.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,,,,46.0,46.0,https://pypi.org/project/opyrator,346.0,404.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1396.0,,,,,3.0,,2021-05-04 18:48:03.000,,,,,,,,,,,,,,,,,,,, +622,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,,236.0,43.0,110.0,55.0,64.0,2840.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,True,2021-07-01 16:53:52.000,1.1.0,4.0,texthero,,,,,,,https://pypi.org/project/texthero,9815.0,9817.0,,,,,,,,3.0,120.0,,,,,,,,,,,,,,,,,,,,, +623,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,2023-12-15 22:52:18.000000,2023-12-15 22:50:38,766.0,1.0,362.0,93.0,547.0,144.0,92.0,2737.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,22,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-graphics,5047.0,5047.0,,,,,,,,3.0,,2021-12-03 22:33:39.000,9.0,,,,,,,,,,,,,,,,,,, +624,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,80.0,144.0,36.0,126.0,2376.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'],29.0,27.0,https://pypi.org/project/texar,53.0,53.0,,,,,,,,3.0,,2019-11-19 04:11:18.000,2.0,,,,,,,,,,,,,,,,,,, +625,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2023-12-12 15:07:33.000000,2023-08-10 17:09:47,309.0,,150.0,24.0,31.0,28.0,31.0,1838.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,357.0,529.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4283.0,,,,,3.0,71.0,2022-01-09 21:14:50.000,1.0,,,,,,,,,,,,,,,,,,, +626,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,2023-12-19 05:53:17.000000,2023-06-07 17:48:50,26.0,,101.0,37.0,28.0,22.0,78.0,1763.0,"A flexible, intuitive and fast forecasting library.",9.0,22,True,2023-06-07 17:56:26.462,0.5.1,10.0,greykite,,,,,26.0,26.0,https://pypi.org/project/greykite,12627.0,12627.0,,,,,,,,3.0,7.0,2022-07-15 21:40:53.479,,,,,,,,,,,,,,,,,,,, +627,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2023-12-22 22:35:35.000000,2023-12-22 22:35:35,1075.0,5.0,258.0,33.0,36.0,23.0,175.0,1693.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,407.0,407.0,,,,,,,,3.0,,2015-08-23 10:30:20.000,8.0,,,,,,,,,,,,,,,,,,, +628,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,98.0,45.0,187.0,216.0,1631.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,1036.0,1036.0,,,,,,,,3.0,42.0,2018-02-22 01:13:03.000,7.0,,,,,,,,,,,,,,,,,,, +629,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,,290.0,46.0,801.0,71.0,485.0,1578.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:55:49.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,73.0,73.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +630,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,2023-12-14 14:58:01.000000,2023-12-14 14:58:00,369.0,6.0,138.0,17.0,69.0,17.0,33.0,1577.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,15.0,22,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],19.0,19.0,https://pypi.org/project/pythae,6131.0,6131.0,,,,,,,,3.0,,2023-09-06 15:46:59.000,,,,,,,,,,,,,,,,,,,, +631,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,2023-11-29 18:30:27.000000,2023-11-29 05:50:04,1211.0,19.0,100.0,31.0,146.0,64.0,130.0,1321.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",23.0,22,True,2022-04-13 10:24:33.000,0.8.1,13.0,kp,,,,,8.0,8.0,https://pypi.org/project/kp,90.0,101.0,,,,,,,,3.0,488.0,,,,,,,,,,,,,,,,,,,,, +632,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,,189.0,27.0,57.0,21.0,36.0,1237.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'],151.0,146.0,https://pypi.org/project/advertorch,560.0,560.0,,,,,,,,3.0,,2020-06-15 01:20:07.000,5.0,,,,,,,,,,,,,,,,,,, +633,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-01-01 15:19:10.000000,2023-12-09 21:53:10,773.0,17.0,170.0,18.0,258.0,62.0,94.0,1216.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,22,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/dice-ml,47884.0,47884.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +634,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,2023-12-06 23:24:36.000000,2023-12-06 23:22:36,184.0,3.0,108.0,37.0,25.0,17.0,114.0,1147.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,4866.0,4866.0,,,,,,,,3.0,,2023-12-06 05:33:15.000,8.0,,,,,,,,,,,,,,,,,,, +635,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-01-04 13:42:01.000000,2024-01-04 13:42:00,512.0,62.0,118.0,21.0,227.0,13.0,113.0,1116.0,A standard framework for modelling Deep Learning Models for tabular data.,17.0,22,True,2023-06-01 06:16:39.000,1.0.2,11.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,1971.0,1971.0,,,,,,,,2.0,21.0,2021-09-01 11:51:30.000,2.0,,,,,,,,,,,,,,,,,,, +636,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,,2018-05-30 22:43:36.000,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,438.0,43.0,176.0,78.0,102.0,1027.0,"Utilities for working with image data, text data, and sequence data.",52.0,22,False,2019-05-31 16:30:17.000,1.1.0,10.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],,,https://pypi.org/project/keras-preprocessing,4629640.0,4661856.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2158476.0,,,,,3.0,,,,,,,,-7.0,,,,,,,,,,,,,, +637,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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,108.0,50.0,98.0,38.0,51.0,1003.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:27:53.000,0.3.1,7.0,tf-explain,,,,['tensorflow'],207.0,207.0,https://pypi.org/project/tf-explain,2137.0,2137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +638,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2023-06-16 13:21:24.079000,2022-12-12 08:52:31,580.0,,289.0,96.0,120.0,62.0,95.0,982.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",30.0,22,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],37.0,,https://pypi.org/project/astroML,628.0,1172.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,41912.0,,,,,3.0,,2022-03-01 20:02:01.000,37.0,,,,,,,,,,,,,,,,,,, +639,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2023-09-27 19:23:04.851000,2023-03-29 07:39:45,85.0,,80.0,26.0,53.0,32.0,28.0,929.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,22,True,2020-02-13 09:57:47.000,1.0.6,4.0,youtokentome,conda-forge/youtokentome,,,,583.0,583.0,https://pypi.org/project/youtokentome,29089.0,30506.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,39679.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +640,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,,82.0,14.0,77.0,219.0,218.0,839.0,"Experiment tracking, ML developer tools.",29.0,22,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,88.0,88.0,https://pypi.org/project/guildai,417.0,417.0,,,,,,,,3.0,14.0,2022-05-11 01:13:31.000,,,,,,,,,,,,,,,,,,,, +641,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,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,2.0,82.0,20.0,153.0,24.0,82.0,813.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,22,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,1240.0,1450.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7594.0,,,,,3.0,,2023-10-02 19:57:48.000,1.0,,,,,,,,,,,,,,,,,,, +642,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-01-04 13:30:54.000000,2023-12-29 15:01:13,1136.0,39.0,123.0,30.0,954.0,37.0,50.0,748.0,Machine learning framework for both deep learning and traditional algorithms.,35.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,562.0,562.0,,,,,,,,3.0,,2023-12-26 02:42:15.000,,,,,,,,,,,,,,,,,,,, +643,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,27.0,23.0,57.0,35.0,590.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,,,,417.0,395.0,https://pypi.org/project/hpbandster,16810.0,17294.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,17914.0,,,,,3.0,,2018-11-06 12:56:55.000,22.0,,,,,,,,,,,,,,,,,,, +644,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,2023-12-15 17:58:01.000000,2023-12-07 19:31:40,331.0,2.0,130.0,19.0,38.0,13.0,79.0,528.0,Medical image processing in Python.,18.0,22,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1669.0,1625.0,https://pypi.org/project/MedPy,21842.0,22546.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,21854.0,,,,,3.0,,2019-02-14 17:12:59.000,44.0,,,,,,,,,,,,,,,,,,, +645,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,2023-12-29 21:40:00.838000,2023-12-29 21:08:41,477.0,31.0,55.0,26.0,9.0,11.0,32.0,507.0,Active Learning for Text Classification in Python.,6.0,22,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",25.0,25.0,https://pypi.org/project/small-text,554.0,833.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5035.0,,,,,3.0,,2023-12-29 21:17:11.000,,,,,,,,,,,,,,,,,,,, +646,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,479.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,,,,,94.0,86.0,https://pypi.org/project/apricot-select,3768.0,3768.0,,,,,,,,3.0,27.0,2021-02-18 06:55:02.000,8.0,,,,,,,,,,,,,,,,,,, +647,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,21.0,96.0,18.0,9.0,5.0,37.0,427.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,51.0,51.0,https://pypi.org/project/chefboost,1555.0,1555.0,,,,,,,,3.0,,2022-02-16 06:14:54.000,,,,,,,,,,,,,,,,,,,, +648,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,411.0,optimization routines for hyperparameter tuning.,9.0,22,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,123.0,109.0,https://pypi.org/project/optunity,4519.0,4519.0,,,,,,,,3.0,90.0,2015-09-30 05:02:00.000,14.0,,,,,,,,,,,,,,,,,,, +649,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2023-12-25 13:15:52.000000,2023-12-25 11:40:29,5585.0,19.0,89.0,15.0,737.0,28.0,425.0,390.0,Lightwood is Legos for Machine Learning.,43.0,22,False,2023-08-07 15:55:40.000,23.8.1.0,202.0,lightwood,,,,['pytorch'],2.0,,https://pypi.org/project/lightwood,9868.0,9868.0,,,,,,,,3.0,,2023-12-25 13:15:52.000,2.0,,,,,,,,,,,,,,,,,,, +650,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,13.0,9.0,4.0,12.0,227.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,,,,993.0,947.0,https://pypi.org/project/py3nvml,72150.0,73570.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,55415.0,,,,,3.0,,2021-11-22 14:30:25.000,46.0,,,,,,,,,,,,,,,,,,, +651,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,2021-12-28 13:59:30.000000,2018-07-23 21:04:09,90.0,,26.0,7.0,18.0,3.0,9.0,153.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,,,,,2226.0,2071.0,https://pypi.org/project/stop-words,99742.0,99742.0,,,,,,,,3.0,,2018-07-23 20:55:55.000,155.0,,,,,,,,,,,,,,,,,,, +652,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,7.0,647.0,96.0,150.0,98.0,103.0,8330.0,The user analytics platform for LLMs.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,380.0,380.0,,,,,,,,3.0,,2023-06-18 11:03:00.511,2.0,nebuly-ai/nebuly,,,,,,,,,,,,,,,,,, +653,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2023-10-20 18:29:52.000000,2023-10-20 18:18:37,406.0,1.0,322.0,53.0,413.0,79.0,106.0,3171.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",37.0,21,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],34.0,33.0,https://pypi.org/project/vissl,235.0,235.0,,,,,,,,3.0,,2021-11-02 15:36:07.000,1.0,,,,,,,,,,,,,,,,,,, +654,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,,379.0,208.0,9.0,6.0,16.0,3139.0,TensorFlow Reinforcement Learning.,13.0,21,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],141.0,138.0,https://pypi.org/project/trfl,868.0,868.0,,,,,,,,3.0,,2021-08-16 12:19:16.000,3.0,google-deepmind/trfl,,,,,,,,,,,,,,,,,, +655,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,,359.0,86.0,4.0,3.0,18.0,2130.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,301.0,301.0,,,,,,,,3.0,,2018-01-09 08:00:24.000,1.0,,,,,,,,,,,,,,,,,,, +656,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2052.0,The friendly PIL fork.,385.0,21,False,,,,pillow-simd,,,,,,,https://pypi.org/project/pillow-simd,40579.0,40579.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +657,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2023-04-08 10:04:48.000000,2020-04-24 06:58:09,58.0,,246.0,44.0,13.0,54.0,35.0,1749.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,21,False,2018-12-03 04:33:29.000,0.2,1.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",241.0,241.0,https://pypi.org/project/hiddenlayer,1531.0,1531.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +658,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1642.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,30.0,30.0,,,,,,,,3.0,,2022-01-20 15:18:44.000,,,,,,,,,,,,,,,,,,,, +659,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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,14.0,33.0,1630.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'],52.0,46.0,https://pypi.org/project/antialiased-cnns,1711.0,1711.0,,,,,,,,3.0,,2020-10-23 22:42:49.000,6.0,,,,,,,,,,,,,,,,,,, +660,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,2023-09-15 04:35:29.000000,2023-09-15 04:35:29,906.0,,208.0,57.0,52.0,73.0,149.0,1521.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,35.0,21,True,2019-11-17 09:36:51.000,0.3.4,5.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,477.0,508.0,,,,,,,,3.0,2737.0,,,,,,,,,,,,,,,,,,,,, +661,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,,359.0,62.0,47.0,37.0,72.0,1475.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'],38.0,32.0,https://pypi.org/project/anago,182.0,182.0,,,,,,,,3.0,,2018-07-17 01:59:21.000,6.0,,,,,,,,,,,,,,,,,,, +662,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,,220.0,64.0,48.0,36.0,90.0,1251.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,34.0,https://pypi.org/project/tensorrec,233.0,233.0,,,,,,,,3.0,,2019-04-02 00:53:47.000,3.0,,,,,,,,,,,,,,,,,,, +663,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2023-07-16 15:34:00.704000,2023-07-16 15:16:10,420.0,,145.0,94.0,117.0,33.0,45.0,1115.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,21,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,98.0,97.0,https://pypi.org/project/pfrl,886.0,886.0,,,,,,,,3.0,,2023-07-16 15:34:00.704,1.0,,,,,,,,,,,,,,,,,,, +664,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,,208.0,28.0,61.0,54.0,60.0,1057.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,129.0,119.0,https://pypi.org/project/fastfm,301.0,306.0,,,,,,,,3.0,593.0,2017-11-23 06:59:56.000,10.0,,,,,,,,,,,,,,,,,,, +665,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2023-10-25 14:32:27.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,85.0,60.0,205.0,1011.0,Line based ATR Engine based on OCRopy.,20.0,21,True,2023-08-18 11:26:46.000,1.0.6,35.0,calamari_ocr,,,,,,,https://pypi.org/project/calamari_ocr,1473.0,1473.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +666,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,2023-07-24 18:18:54.000000,2022-05-13 18:48:12,83.0,,181.0,24.0,58.0,10.0,27.0,916.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",16.0,21,False,2022-06-14 18:11:08.000,0.2.0,11.0,saliency,,,,['tensorflow'],81.0,75.0,https://pypi.org/project/saliency,2923.0,2923.0,,,,,,,,3.0,,2022-06-14 18:11:08.000,6.0,,,,,,,,,,,,,,,,,,, +667,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,14.0,82.0,901.0,kapre: Keras Audio Preprocessors.,13.0,21,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2361.0,2346.0,https://pypi.org/project/kapre,904.0,904.0,,,,,,,,3.0,26.0,2022-01-21 20:09:21.000,15.0,,,,,,,,,,,,,,,,,,, +668,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,136.0,25.0,594.0,62.0,511.0,839.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,21,False,2022-02-10 15:53:08.000,0.12.0,41.0,icevision,,,,,,,https://pypi.org/project/icevision,3789.0,3789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +669,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,73.0,6.0,5.0,2.0,23.0,804.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:24:15.000,0.1.7,3.0,iterative-stratification,,,,['sklearn'],395.0,395.0,https://pypi.org/project/iterative-stratification,41213.0,41213.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +670,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,,153.0,38.0,46.0,40.0,49.0,778.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,95.0,87.0,https://pypi.org/project/deeplift,449.0,449.0,,,,,,,,3.0,,2020-11-11 09:32:57.000,8.0,,,,,,,,,,,,,,,,,,, +671,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-01-02 10:46:15.000000,2023-12-29 01:45:38,174.0,33.0,29.0,7.0,46.0,4.0,9.0,687.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",9.0,21,True,2023-12-29 01:46:22.000,1.0.3,27.0,uform,,,,['pytorch'],11.0,11.0,https://pypi.org/project/uform,1208.0,1208.0,,,,,,,,3.0,,2023-12-29 01:46:22.000,,,,,,,,,,,,,,,,,,,, +672,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,80.0,21.0,12.0,,38.0,679.0,Python package for stacking (machine learning technique).,,21,False,2019-08-12 16:09:01.000,0.4.0,5.0,vecstack,conda-forge/vecstack,,,,373.0,373.0,https://pypi.org/project/vecstack,21317.0,21375.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1859.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +673,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,2023-12-17 01:04:25.000000,2023-12-16 08:40:11,489.0,4.0,98.0,31.0,556.0,197.0,244.0,643.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2023-12-16 12:29:07.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,3834.0,3834.0,,,,,,,,3.0,,2023-08-29 16:27:32.000,1.0,,,,,,,,,,,,,,,,,,, +674,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,,2015-09-09 13:39:18.000,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,80.0,21.0,8.0,23.0,41.0,635.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,21,False,2018-01-15 18:11:51.000,0.9.0,8.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],391.0,391.0,https://pypi.org/project/pivottablejs,16419.0,16448.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2846.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +675,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,,105.0,30.0,1.0,13.0,3.0,631.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,True,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",606.0,598.0,https://pypi.org/project/combo,16206.0,16206.0,,,,,,,,3.0,,2022-04-02 16:20:07.000,8.0,,,,,,,,,,,,,,,,,,, +676,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-01-03 16:09:35.000000,2023-12-19 11:36:08,862.0,1.0,101.0,44.0,72.0,48.0,23.0,594.0,Bias and Fairness Audit Toolkit.,18.0,21,True,2020-12-16 11:48:14.000,0.42.0,16.0,aequitas,,,,,153.0,146.0,https://pypi.org/project/aequitas,1660.0,1660.0,,,,,,,,3.0,,2020-12-16 11:48:14.000,7.0,,,,,,,,,,,,,,,,,,, +677,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,15.0,301.0,590.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,,,,,58.0,58.0,https://pypi.org/project/neuraxle,189.0,189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +678,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2023-12-05 18:45:44.000000,2023-10-04 12:31:54,297.0,,97.0,15.0,51.0,13.0,15.0,541.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,47.0,47.0,https://pypi.org/project/recmetrics,11316.0,11316.0,,,,,,,,3.0,5.0,2022-04-26 17:57:01.000,,,,,,,,,,,,,,,,,,,, +679,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,3.0,54.0,60.0,9.0,23.0,25.0,512.0,Python library assists deep learning on graphs.,18.0,21,True,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,81.0,80.0,https://pypi.org/project/deepsnap,535.0,535.0,,,,,,,,3.0,10.0,2021-09-05 22:57:16.000,1.0,,,,,,,,,,,,,,,,,,, +680,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,2023-12-07 13:59:00.000000,2023-03-05 00:16:57,419.0,,96.0,36.0,276.0,69.0,173.0,449.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,21,True,2019-09-11 11:25:15.000,0.6,5.0,tick,,,,,73.0,73.0,https://pypi.org/project/tick,1001.0,1004.0,,,,,,,,3.0,292.0,,,,,,,,,,,,,,,,,,,,, +681,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,,2021-03-18 15:04:58.000,2023-12-23 19:14:33.000000,2023-12-05 11:38:02,1689.0,107.0,62.0,6.0,198.0,43.0,77.0,448.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,21,False,2023-12-05 11:42:07.000,0.5.3,25.0,quantus,,,,,21.0,21.0,https://pypi.org/project/quantus,585.0,591.0,,,,,,,,3.0,148.0,,,,,,,,,,,,,,,,,,,,, +682,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,2023-12-27 02:16:31.000000,2023-12-11 07:05:24,4782.0,77.0,37.0,13.0,1.0,2.0,80.0,399.0,Deep Learning PyTorch.,1.0,21,True,2023-10-17 14:20:30.000,0.4.8,102.0,carefree-learn,,,,['pytorch'],4.0,4.0,https://pypi.org/project/carefree-learn,302.0,302.0,,,,,,,,3.0,,2023-10-17 14:20:30.000,,,,,,,,,,,,,,,,,,,, +683,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,,27.0,10.0,9.0,2.0,9.0,384.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'],912.0,906.0,https://pypi.org/project/julius,157694.0,157694.0,,,,,,,,3.0,,2022-09-20 06:43:57.063,6.0,,,,,,,,,,,,,,,,,,, +684,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,376.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,484.0,484.0,,,,,,,,3.0,,2021-09-14 22:55:51.000,,,,,,,,,,,,,,,,,,,, +685,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2023-11-19 20:49:15.000000,2023-11-19 20:49:10,166.0,13.0,47.0,17.0,2.0,9.0,3.0,362.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,21,True,,,,suod,,,,,498.0,498.0,https://pypi.org/project/suod,10029.0,10029.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +686,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,,48.0,10.0,37.0,28.0,37.0,342.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,,,,,219.0,213.0,https://pypi.org/project/impyute,3682.0,3682.0,,,,,,,,3.0,,2017-05-31 08:31:47.000,6.0,,,,,,,,,,,,,,,,,,, +687,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,,33.0,18.0,6.0,18.0,21.0,303.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],80.0,79.0,https://pypi.org/project/dm-launchpad,2177.0,2177.0,,,,,,,,3.0,,2022-04-28 06:23:38.000,1.0,google-deepmind/launchpad,,,,,,,,,,,,,,,,,, +688,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,,19.0,20.0,464.0,90.0,76.0,224.0,Functional tensors for probabilistic programming.,11.0,21,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],70.0,65.0,https://pypi.org/project/funsor,34910.0,34910.0,,,,,,,,3.0,,2023-01-23 08:32:39.757,5.0,,,,,,,,,,,,,,,,,,, +689,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,1.0,1097.0,99.0,48.0,363.0,280.0,6072.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,20,True,,,,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,15.0,15.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +690,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,2023-10-06 13:06:28.000000,2023-08-15 07:38:22,956.0,,542.0,168.0,45.0,37.0,28.0,4160.0,High-performance TensorFlow library for quantitative finance.,47.0,20,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,505.0,505.0,,,,,,,,3.0,,2022-08-19 12:40:54.257,2.0,,,,,,,,,,,,,,,,,,, +691,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,,475.0,87.0,180.0,108.0,161.0,3534.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,41.0,65.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1323.0,3.0,,2021-08-02 17:37:42.000,,,,,,,,,,,,,,,,,,,, +692,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,97.0,16.0,53.0,17.0,3350.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,142.0,135.0,https://pypi.org/project/tensorwatch,556.0,556.0,,,,,,,,3.0,,2020-03-04 07:26:22.000,7.0,,,,,,,,,,,,,,,,,,, +693,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,,441.0,166.0,120.0,14.0,112.0,2923.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,20,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +694,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,,327.0,74.0,2.0,18.0,7.0,2901.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,20,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],193.0,185.0,https://pypi.org/project/adabound,898.0,898.0,,,,,,,,3.0,,2019-02-26 04:23:45.000,8.0,,,,,,,,,,,,,,,,,,, +695,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,2897.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,664.0,664.0,,,,,,,,3.0,,2017-02-13 14:54:48.000,4.0,rhsimplex/image-match,,,,,,,,,,,,,,,,,, +696,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,,322.0,101.0,1000.0,87.0,260.0,2815.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,,,,,,,,,,,,,,,,,,,,,, +697,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,,827.0,86.0,30.0,45.0,80.0,2610.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,69.0,https://pypi.org/project/deepwalk,861.0,861.0,,,,,,,,3.0,,2018-04-29 21:05:18.000,7.0,,,,,,,,,,,,,,,,,,, +698,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,,453.0,127.0,225.0,87.0,183.0,2284.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,100.0,100.0,,,,,,,,3.0,,2019-10-10 14:17:10.000,2.0,,,,,,,,,,,,,,,,,,, +699,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,15.0,105.0,2003.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2954.0,2954.0,,,,,,,,3.0,,2021-11-06 23:09:00.000,,,,,,,,,,,,,,,,,,,, +700,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,,175.0,55.0,895.0,129.0,586.0,1869.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,19.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +701,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,2023-07-27 13:04:15.000000,2023-07-27 13:04:12,336.0,,333.0,42.0,68.0,155.0,95.0,1834.0,Super easy library for BERT based NLP models.,36.0,20,True,2020-07-09 12:05:40.000,1.8.0,5.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,1047.0,1047.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +702,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,2023-10-11 20:58:29.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,5.0,74.0,1572.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'],,,https://pypi.org/project/delta-nlp,22.0,256.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13111.0,3.0,,2020-03-27 04:46:19.000,,,,,,,,,,,,,,,,,,,, +703,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,275.0,74.0,728.0,13.0,64.0,1563.0,An end-to-end PyTorch framework for image and video classification.,77.0,20,True,2023-03-21 05:24:19.000,0.7.0,7.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],,,https://pypi.org/project/classy_vision,485.0,873.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18655.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +704,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,,157.0,46.0,3.0,13.0,15.0,1528.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'],22.0,22.0,https://pypi.org/project/lambda-networks,1663.0,1663.0,,,,,,,,3.0,,2020-11-18 08:19:23.000,,,,,,,,,,,,,,,,,,,, +705,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,271.0,66.0,51.0,22.0,75.0,1464.0,MLBox is a powerful Automated Machine Learning python library.,9.0,20,False,2019-08-25 22:46:42.000,0.8.1,7.0,mlbox,,,,,35.0,35.0,https://pypi.org/project/mlbox,241.0,241.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +706,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,,400.0,102.0,36.0,11.0,24.0,1408.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'],31.0,31.0,https://pypi.org/project/dltk,55.0,55.0,,,,,,,,3.0,,2018-02-26 17:43:57.000,,,,,,,,,,,,,,,,,,,, +707,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,2023-06-16 19:27:46.249000,2022-08-31 13:13:15,103.0,,80.0,40.0,14.0,12.0,27.0,1265.0,A Graph Neural Network Library in Jax.,17.0,20,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],140.0,129.0,https://pypi.org/project/jraph,5338.0,5490.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4105.0,,,,,3.0,,2022-08-12 15:25:29.659,11.0,google-deepmind/jraph,,,,,,,,,,,,,,,,,, +708,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2023-10-17 15:42:35.000000,2023-10-17 15:42:30,833.0,2.0,305.0,51.0,791.0,4.0,300.0,1193.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,20,True,2023-03-03 07:44:13.000,3.1.34,76.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,827.0,827.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,,,, +709,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,2.0,246.0,48.0,46.0,26.0,127.0,1039.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,20,True,2020-10-12 06:56:40.000,0.7.6,2.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,211.0,211.0,,,,,,,,3.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,,184.0,52.0,12.0,16.0,42.0,1008.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'],73.0,73.0,https://pypi.org/project/tensornets,55.0,55.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +711,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,2023-12-19 05:15:05.000000,2020-04-17 02:27:44,79.0,,130.0,25.0,75.0,43.0,36.0,990.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,243990.0,244157.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7711.0,,,,,3.0,,2020-04-17 02:18:00.000,2.0,,,,,,,,,,,,,,,,,,, +712,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2023-09-04 22:14:55.000000,2023-09-04 22:14:55,303.0,,87.0,18.0,72.0,18.0,42.0,922.0,Audio processing by using pytorch 1D convolution network.,15.0,20,True,2022-10-09 13:50:13.300,0.3.2,39.0,nnAudio,,,,,154.0,151.0,https://pypi.org/project/nnAudio,4383.0,4383.0,,,,,,,,3.0,,2021-12-24 09:38:22.000,3.0,,,,,,,,,,,,,,,,,,, +713,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,2023-10-11 00:13:45.000000,2023-04-27 23:44:02,329.0,,157.0,29.0,108.0,65.0,56.0,863.0,Source code/webpage/demos for the What-If Tool.,20.0,20,True,2021-10-12 17:36:36.000,1.8.1,4.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,2.0,2.0,https://pypi.org/project/witwidget,2386.0,52364.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2113644.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,824.0,,,,,,,,,,,,,,, +714,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,,146.0,25.0,154.0,74.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,20,False,2016-01-02 19:06:03.000,0.2,20.0,gmaps,conda-forge/gmaps,,,['jupyter'],4.0,4.0,https://pypi.org/project/gmaps,4123.0,8965.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,309987.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,968.0,,,,,,,,,,,,,,, +715,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,76.0,98.0,51.0,43.0,752.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,17903.0,17903.0,,,,,,,,3.0,,2018-05-16 14:20:28.000,1.0,,,,,,,,,,,,,,,,,,, +716,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,37.0,33.0,25.0,39.0,747.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,20,True,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,112.0,96.0,https://pypi.org/project/NearPy,538.0,538.0,,,,,,,,3.0,,2016-09-27 13:03:12.000,16.0,,,,,,,,,,,,,,,,,,, +717,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,2023-07-02 20:27:29.000000,2021-07-30 15:06:27,104.0,,127.0,30.0,28.0,21.0,34.0,747.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'],44.0,42.0,https://pypi.org/project/sklearn-deap,279.0,279.0,,,,,,,,3.0,,2021-07-30 15:13:54.000,2.0,,,,,,,,,,,,,,,,,,, +718,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,2023-12-29 00:14:59.843000,2023-10-11 13:01:19,594.0,1.0,125.0,16.0,53.0,27.0,121.0,725.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,32.0,20,True,2023-10-12 06:54:28.000,1.6.3,32.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],,,https://pypi.org/project/torch-cluster,11762.0,13700.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,85306.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +719,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2023-12-21 14:57:46.000000,2023-10-17 14:50:08,1502.0,1.0,78.0,36.0,645.0,22.0,118.0,694.0,Scikit-learn style model finetuning for NLP.,22.0,20,True,2019-01-18 20:10:51.000,0.5.14,15.0,finetune,,,,"['tensorflow', 'sklearn']",11.0,11.0,https://pypi.org/project/finetune,22.0,22.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +720,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,,52.0,30.0,12.0,11.0,15.0,627.0,Log TensorBoard events without touching TensorFlow.,5.0,20,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,218.0,164.0,https://pypi.org/project/tensorboard_logger,5472.0,5472.0,,,,,,,,3.0,,2018-02-08 07:28:51.000,54.0,,,,,,,,,,,,,,,,,,, +721,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,105.0,24.0,25.0,43.0,61.0,606.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'],157.0,155.0,https://pypi.org/project/detecto,1753.0,1864.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3470.0,,,,,3.0,,2022-02-02 00:12:06.000,2.0,,,,,,,,,,,,,,,,,,, +722,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,29.0,31.0,5.0,24.0,555.0,Python module for machine learning time series:.,14.0,20,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,48.0,46.0,https://pypi.org/project/seglearn,818.0,818.0,,,,,,,,3.0,,2021-03-13 16:18:30.000,2.0,,,,,,,,,,,,,,,,,,, +723,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,,165.0,57.0,20.0,39.0,60.0,536.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,32.0,27.0,https://pypi.org/project/pyhsmm,58.0,58.0,,,,,,,,3.0,,2017-05-10 17:14:37.000,5.0,,,,,,,,,,,,,,,,,,, +724,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,53.0,11.0,20.0,11.0,37.0,514.0,Joyplots in Python with matplotlib & pandas.,6.0,20,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,340.0,331.0,https://pypi.org/project/joypy,7397.0,7805.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,23709.0,,,,,3.0,,2021-12-19 09:42:50.000,9.0,,,,,,,,,,,,,,,,,,, +725,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,2023-12-29 09:08:36.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,475.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,7039.0,7042.0,,,,,,,,3.0,138.0,2023-07-18 10:32:00.587,2.0,,,,,,,,,,,,,,,,,,, +726,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2023-12-22 12:48:46.000000,2023-12-01 23:20:05,2811.0,87.0,60.0,12.0,254.0,9.0,109.0,409.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,20,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,27.0,27.0,,,,,,,,3.0,,2022-04-12 08:56:50.000,,,,,,,,,,,,,,,,,,,, +727,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,,79.0,20.0,247.0,10.0,23.0,395.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,23.0,22.0,https://pypi.org/project/model-card-toolkit,1209.0,1209.0,,,,,,,,3.0,17.0,2022-04-28 16:34:21.000,1.0,,,,,,,,,,,,,,,,,,, +728,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,,69.0,24.0,48.0,15.0,19.0,389.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],47.0,,https://pypi.org/project/skrebate,3064.0,3507.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,31946.0,,,,,3.0,,2021-03-20 17:11:52.000,47.0,,,,,4.0,,,,,,,,,,,,,, +729,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,32.0,184.0,360.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,30.0,16.0,https://pypi.org/project/TimeSide,53.0,53.0,,,,,,,,3.0,,2020-11-27 09:33:19.000,14.0,yomguy/TimeSide,,,,,,,,,,,,,,,,,, +730,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2023-11-17 08:50:12.000000,2023-11-17 08:50:12,72.0,3.0,57.0,8.0,10.0,4.0,18.0,352.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,71.0,71.0,https://pypi.org/project/textaugment,4336.0,4337.0,,,,,,,,3.0,64.0,,,,,,,,,,,,,,,,,,,,, +731,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,,46.0,26.0,19.0,15.0,16.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'],238.0,232.0,https://pypi.org/project/mxboard,1783.0,1783.0,,,,,,,,3.0,,2018-05-22 20:25:51.000,6.0,,,,,,,,,,,,,,,,,,, +732,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,11.0,42.0,13.0,63.0,3.0,56.0,310.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,20,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,231.0,231.0,,,,,,,,3.0,,2022-03-10 14:57:02.000,2.0,,,,,,,,,,,,,,,,,,, +733,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,2023-03-23 15:39:49.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,41.0,8.0,10.0,286.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']",18.0,16.0,https://pypi.org/project/sk-dist,288892.0,288892.0,,,,,,,,3.0,,2020-05-14 22:20:14.000,2.0,,,,,,,,,,,,,,,,,,, +734,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-01-02 18:44:41.000000,2024-01-02 18:44:41,629.0,28.0,10.0,22.0,313.0,37.0,77.0,279.0,Serverside scaling for Vega and Altair visualizations.,3.0,20,False,2023-12-19 14:29:44.000,1.5.1,64.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,2.0,,https://pypi.org/project/vegafusion-jupyter,1421.0,6188.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2023-12-19 18:29:32.863,86511.0,,,,,3.0,4958.0,2023-12-21 17:19:37.000,1.0,hex-inc/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,629.0,,,,,,,,,,,2023-12-21 17:22:40.863,1.0,,, +735,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2023-12-30 13:34:43.000000,2023-12-30 13:34:29,663.0,41.0,21.0,4.0,43.0,4.0,,259.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML pipeline from..,11.0,20,False,2023-12-30 13:34:43.000,1.1.234,542.0,upgini,,,,,5.0,5.0,https://pypi.org/project/upgini,4811.0,4811.0,,,,,,,,3.0,,2023-12-30 13:34:43.000,,,,,,,,,,,,,,,,,,,, +736,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2023-10-13 23:30:32.439000,2022-09-26 07:14:12,621.0,,67.0,27.0,29.0,30.0,113.0,256.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",19.0,20,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,12.0,,https://pypi.org/project/somoclu,1363.0,3504.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,82859.0,,,,,3.0,1846.0,2023-02-18 02:51:08.166,12.0,,,,,,,,,,,,,,,,,,, +737,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-01-02 21:23:56.000000,2023-01-26 17:04:18,400.0,,102.0,19.0,391.0,67.0,86.0,248.0,An open-source toolkit for large-scale genomic analysis.,24.0,20,False,2022-04-21 00:32:28.000,1.2.1,15.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,24542.0,24650.0,https://anaconda.org/conda-forge/glow,2023-06-16 19:24:57.965,3783.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +738,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-01-02 08:24:08.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,161.0,18.0,62.0,232.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:55:19.000,0.2.3,6.0,pyrdf2vec,,,,,39.0,39.0,https://pypi.org/project/pyrdf2vec,249.0,249.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +739,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,2023-12-22 07:53:44.000000,2023-12-22 07:53:43,581.0,6.0,33.0,25.0,634.0,21.0,127.0,230.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,762.0,783.0,,,,,,,,3.0,989.0,2023-08-10 10:30:37.000,,,,,,,,,,,,,,,,,,,, +740,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:02:54.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:02:54.000,0.4.6,12.0,pyfasttext,,,,,387.0,387.0,https://pypi.org/project/pyfasttext,1140.0,1144.0,,,,,,,,3.0,365.0,,,,,,,,,,,,,,,,,,,,, +741,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,209.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-01-03 08:04:12.000,0.2.2,3.0,numerizer,,,,,67.0,67.0,https://pypi.org/project/numerizer,64071.0,64071.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +742,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,,772.0,224.0,25.0,7.0,122.0,5312.0,Build Graph Nets in Tensorflow.,11.0,19,False,,,,graph-nets,,,,['tensorflow'],20.0,20.0,https://pypi.org/project/graph-nets,978.0,978.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,,, +743,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,,168.0,66.0,54.0,6.0,44.0,3069.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,19,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,23.0,23.0,,,,,,,,3.0,40.0,2021-11-19 16:45:29.543,,,,,,,,,,,,,,,,,,,, +744,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2023-10-11 16:38:54.000000,2021-06-15 18:41:51,22.0,,261.0,33.0,19.0,27.0,37.0,2896.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,1513.0,1513.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +745,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,232.0,62.0,105.0,25.0,56.0,2089.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,19,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],16.0,16.0,https://pypi.org/project/pycls,1064.0,1064.0,,,,,,,,3.0,,2020-09-05 00:21:00.000,,,,,,,,,,,,,,,,,,,, +746,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1636.0,Version control for machine learning.,17.0,19,False,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,1692.0,1692.0,,,,,,,,3.0,,2021-01-25 21:51:16.000,1.0,,,,,,,,,,,,,,,,,,, +747,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,,129.0,102.0,150.0,15.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,19,False,2020-05-05 20:16:54.000,0.8.3,1.0,lore,,,,,21.0,21.0,https://pypi.org/project/lore,1058.0,1058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +748,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,,169.0,23.0,20.0,14.0,30.0,1530.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,70.0,70.0,,,,,,,,3.0,28.0,2022-03-24 23:19:13.000,,,,,,,,,,,,,,,,,,,, +749,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,216.0,66.0,29.0,26.0,12.0,1135.0,Anomaly Detection and Correlation library.,9.0,19,True,,,,luminol,,,,,76.0,76.0,https://pypi.org/project/luminol,8090.0,8090.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +750,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,41.0,43.0,1022.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'],114.0,109.0,https://pypi.org/project/performer-pytorch,1318.0,1318.0,,,,,,,,3.0,,2022-02-02 20:34:04.000,5.0,,,,,,,,,,,,,,,,,,, +751,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2023-12-13 18:40:36.000000,2023-12-13 18:40:36,436.0,9.0,187.0,61.0,7.0,13.0,29.0,1009.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,19,True,2020-08-29 18:48:20.000,2.5.0,11.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,104.0,104.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,,133.0,36.0,16.0,8.0,3.0,923.0,Nudity detection with Python.,12.0,19,False,,,,nudepy,,,,,3580.0,3580.0,https://pypi.org/project/nudepy,1271.0,1271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +753,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,15.0,24.0,58.0,69.0,845.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,90.0,89.0,https://pypi.org/project/pytorch2keras,363.0,363.0,,,,,,,,3.0,,2020-05-14 10:03:56.000,1.0,,,,,,,,,,,,,,,,,,, +754,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,,225.0,31.0,38.0,39.0,21.0,823.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,8018.0,8018.0,,,,,,,,3.0,,2022-10-01 22:28:00.848,2.0,,,,,,,,,,,,,,,,,,, +755,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,26.0,37.0,23.0,21.0,734.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,19,False,2019-06-29 19:21:43.000,0.64,3.0,test_tube,,,,,,,https://pypi.org/project/test_tube,75465.0,75465.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,,,, +756,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,,138.0,25.0,19.0,20.0,5.0,729.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,19,False,,,1.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],587.0,587.0,https://pypi.org/project/treeinterpreter,57545.0,57701.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6096.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +757,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,2023-12-03 18:38:28.000000,2023-12-03 18:37:11,285.0,9.0,106.0,17.0,21.0,,85.0,645.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",11.0,19,True,2023-12-03 18:38:28.000,0.0.82,36.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,4144.0,4144.0,,,,,,,,3.0,,2023-12-03 18:38:28.000,,,,,,,,,,,,,,,,,,,, +758,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,,2018-02-18 13:42:47.000,2023-02-14 11:18:28.000000,2023-02-14 11:18:28,249.0,,88.0,26.0,31.0,28.0,6.0,568.0,machine learning with logical rules in Python.,19.0,19,False,2020-12-11 09:37:02.000,1.0.1,1.0,skope-rules,,,,['sklearn'],353.0,353.0,https://pypi.org/project/skope-rules,33487.0,33487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +759,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,104.0,10.0,14.0,5.0,16.0,564.0,Make Waffle Charts in Python.,6.0,19,False,,,5.0,pywaffle,conda-forge/pywaffle,,,,309.0,309.0,https://pypi.org/project/pywaffle,3437.0,3622.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11296.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,13.0,22.0,560.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,248.0,248.0,,,,,,,,3.0,,2020-10-16 03:10:01.000,4.0,,,,,,,,,,,,,,,,,,, +761,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,555.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],134.0,129.0,https://pypi.org/project/poutyne,2904.0,2904.0,,,,,,,,3.0,,2022-04-28 20:18:33.000,5.0,,,,,,,,,,,,,,,,,,, +762,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,1.0,96.0,26.0,6.0,3.0,31.0,477.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,19,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,843.0,843.0,,,,,,,,3.0,,2022-06-01 23:08:15.000,2.0,,,,,,,,,,,,,,,,,,, +763,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2023-08-12 16:28:59.000000,2023-08-12 16:28:59,266.0,,104.0,20.0,56.0,27.0,20.0,465.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,19,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,66.0,58.0,https://pypi.org/project/rrcf,2380.0,2380.0,,,,,,,,3.0,,2023-04-30 02:25:49.592,8.0,,,,,,,,,,,,,,,,,,, +764,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,2023-11-13 20:22:49.000000,2023-08-16 21:27:14,316.0,,78.0,26.0,326.0,21.0,9.0,326.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,33.0,19,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,1604.0,1604.0,,,,,,,,3.0,,2022-12-13 19:06:03.653,,,,,,,,,,,,,,,,,,,, +765,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,299.0,Textpipe: clean and extract metadata from text.,29.0,19,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,179.0,179.0,,,,,,,,3.0,,2021-01-25 14:05:21.000,1.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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,20.0,72.0,22.0,431.0,17.0,51.0,263.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,19,False,2022-06-03 15:51:13.000,0.2.0,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +767,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-01-02 19:42:45.000000,2020-04-18 19:15:25,24.0,,893.0,129.0,39.0,28.0,9.0,7010.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,18,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],36.0,34.0,https://pypi.org/project/micrograd,667.0,667.0,,,,,,,,3.0,,2020-04-18 19:06:59.000,2.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,,765.0,339.0,58.0,2.0,,6634.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,51.0,58.0,,,,,,,,3.0,324.0,2018-02-17 00:12:46.000,,,,,,,,,,,,,,,,,,,, +769,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,,874.0,109.0,51.0,45.0,159.0,6166.0,Model parallel transformers in JAX and Haiku.,23.0,18,True,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +770,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,317.0,60.0,242.0,173.0,109.0,3009.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,18,False,2022-11-02 09:30:27.000,3.0.1,13.0,lightseq,,,,,,,https://pypi.org/project/lightseq,1423.0,1436.0,,,,,,,,3.0,672.0,,,,,,,,,,,,,,,,,,,,, +771,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2023-06-16 13:22:46.522000,2020-02-09 21:03:48,299.0,,415.0,108.0,83.0,67.0,48.0,2923.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'],,,,,108.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8539.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +772,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-01-04 04:26:23.000000,2023-11-15 17:31:54,640.0,17.0,359.0,38.0,761.0,99.0,106.0,2685.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,74.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +773,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,250.0,57.0,65.0,8.0,31.0,1353.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,24.0,24.0,,,,,,,,3.0,,2018-12-05 02:48:50.000,,,,,,,,,,,,,,,,,,,, +774,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,,96.0,41.0,13.0,13.0,9.0,1264.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,18,False,,,,doc2text,,,,,111.0,111.0,https://pypi.org/project/doc2text,1842.0,1842.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +775,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,56.0,14.0,27.0,19.0,1011.0,python toolbox for visualizing geographical data and making maps.,8.0,18,False,,,1.0,geoplotlib,conda-forge/geoplotlib,,,,168.0,168.0,https://pypi.org/project/geoplotlib,611.0,860.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,7993.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,2023-06-16 19:21:11.893000,2022-02-14 20:43:06,145.0,,163.0,18.0,41.0,22.0,59.0,854.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,7.0,robustness,conda-forge/robustness,,,,163.0,163.0,https://pypi.org/project/robustness,589.0,783.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,7966.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +777,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,126.0,17.0,24.0,27.0,39.0,797.0,python partial dependence plot toolbox.,7.0,18,True,2023-06-05 02:44:20.000,0.3.0,3.0,pdpbox,conda-forge/pdpbox,,,,,,https://pypi.org/project/pdpbox,21787.0,22151.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19666.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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,60.0,23.0,47.0,10.0,17.0,727.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,18,True,,,19.0,evojax,conda-forge/evojax,,,['jax'],18.0,18.0,https://pypi.org/project/evojax,411.0,1375.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22193.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +779,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2023-10-03 22:41:56.000000,2021-09-16 17:56:31,171.0,,143.0,35.0,80.0,14.0,55.0,601.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'],22.0,19.0,https://pypi.org/project/tcav,131.0,131.0,,,,,,,,3.0,,2021-02-23 16:17:42.000,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,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,593.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,15.0,baikal,conda-forge/cython-blis,,,,11.0,10.0,https://pypi.org/project/baikal,373.0,51181.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2032346.0,,,,,3.0,,2020-11-15 13:40:18.000,1.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,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,4.0,38.0,15.0,18.0,,20.0,583.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,115.0,115.0,,,,,,,,3.0,,2022-05-04 20:51:15.000,,,,,,,,,,,,,,,,,,,, +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,58.0,72.0,18.0,71.0,522.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",16.0,18,False,2019-07-30 09:28:26.000,0.2.2,6.0,atm,,,,,18.0,18.0,https://pypi.org/project/atm,110.0,110.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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,95.0,28.0,21.0,36.0,12.0,463.0,A python library for Bayesian time series modeling.,6.0,18,True,2023-05-07 06:30:08.000,0.1.1.12,1.0,pydlm,,,,,32.0,32.0,https://pypi.org/project/pydlm,22677.0,22677.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,,30.0,16.0,148.0,39.0,66.0,459.0,A High Level API for Deep Learning in JAX.,18.0,18,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",43.0,43.0,https://pypi.org/project/elegy,105.0,105.0,,,,,,,,3.0,,2022-04-22 15:42:03.000,,,,,,,,,,,,,,,,,,,, +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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,15.0,17.0,403.0,A python package for animating plots build on matplotlib.,7.0,18,False,2019-03-05 21:32:47.000,0.4.1,7.0,animatplot,conda-forge/animatplot,,,,56.0,56.0,https://pypi.org/project/animatplot,303.0,519.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12782.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +786,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,2022-12-09 05:56:02.000000,2021-08-18 06:06:51,1404.0,,17.0,6.0,217.0,2.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,7.0,18,False,2020-08-21 04:45:06.000,0.7.0,21.0,camphr,,,,['spacy'],13.0,13.0,https://pypi.org/project/camphr,197.0,197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +787,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-01-03 09:40:13.000000,2023-10-04 14:18:48,810.0,,23.0,7.0,68.0,27.0,19.0,340.0,Flexible time series feature extraction & processing.,6.0,18,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,11.0,11.0,https://pypi.org/project/tsflex,245.0,908.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,19916.0,,,,,3.0,,2022-10-11 21:38:11.312,,,,,,,,,,,,,,,,,,,, +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,,51.0,11.0,60.0,17.0,41.0,324.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,37.0,33.0,https://pypi.org/project/parameter-sherpa,207.0,207.0,,,,,,,,3.0,,2019-11-23 21:32:27.000,4.0,,,,,,,,,,,,,,,,,,, +789,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,,72.0,19.0,93.0,25.0,18.0,307.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,1835.0,1835.0,,,,,,,,3.0,8.0,2019-03-05 01:35:23.000,11.0,,,,,,,,,,,,,,,,,,, +790,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,259.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,751.0,751.0,,,,,,,,3.0,,2020-03-10 14:09:31.000,3.0,,,,,,,,,,,,,,,,,,, +791,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,30.0,12.0,197.0,19.0,73.0,185.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,18,False,2020-10-12 12:26:09.000,0.5.1,3.0,celer,,,,['sklearn'],32.0,32.0,https://pypi.org/project/celer,683.0,683.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +792,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,4.0,11.0,8.0,2.0,,5.0,175.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,18,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],10.0,8.0,https://pypi.org/project/ipyexperiments,489.0,489.0,,,,,,,,3.0,,2023-12-15 03:21:06.000,2.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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,125.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,,,,8691.0,8505.0,https://pypi.org/project/nvidia-ml-py3,294068.0,294103.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1054.0,,,,,3.0,,2017-06-03 07:43:46.000,186.0,,,,,,,,,,,,,,,,,,, +794,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,,1383.0,471.0,21.0,59.0,166.0,6958.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,,,,,,,,,,,,,,,,,, +795,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-04 12:18:50.000000,2024-01-04 12:18:50,131.0,17.0,957.0,103.0,28.0,21.0,355.0,3626.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,17,True,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +796,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,,2012-01-11 13:53:52.000,2023-07-18 11:41:11.000000,2022-01-30 01:22:30,743.0,,190.0,38.0,111.0,49.0,42.0,1692.0,"Large-scale linear classification, regression and ranking in Python.",17.0,17,False,2022-01-30 01:10:13.000,0.6.2.post0,4.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],,,https://pypi.org/project/sklearn-contrib-lightning,1360.0,3629.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,203127.0,,,,,3.0,407.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,1530.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,23.0,45.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1683.0,3.0,,2018-10-18 02:54:09.000,,,,,,,,,,,,,,,,,,,, +798,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,18.0,11.0,25.0,18.0,1156.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'],50.0,48.0,https://pypi.org/project/tez,178.0,178.0,,,,,,,,3.0,,2022-09-20 02:28:33.973,2.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,,87.0,35.0,72.0,25.0,30.0,1092.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,2820.0,2820.0,,,,,,,,3.0,,2021-02-14 02:43:46.000,,,,,,,,,,,,,,,,,,,, +800,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,,112.0,21.0,37.0,20.0,8.0,1038.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,70.0,69.0,https://pypi.org/project/fiber,50.0,50.0,,,,,,,,3.0,,2020-07-09 03:28:28.000,1.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,2023-06-16 19:27:38.210000,2022-04-07 20:49:56,235.0,,36.0,13.0,13.0,8.0,16.0,742.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'],29.0,29.0,https://pypi.org/project/tensor-sensor,2507.0,2610.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2795.0,,,,,3.0,,2021-12-11 21:24:35.000,,,,,,,,,,,,,,,,,,,, +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,,111.0,19.0,58.0,2.0,13.0,727.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2722.0,2722.0,,,,,,,,3.0,28.0,2021-10-13 21:04:12.000,2.0,,,,,,,,,,,,,,,,,,, +803,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,101.0,26.0,48.0,19.0,35.0,722.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,17,False,,,,matrixprofile-ts,,,,,22.0,22.0,https://pypi.org/project/matrixprofile-ts,271.0,271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +804,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,,121.0,43.0,435.0,25.0,130.0,700.0,GPU accelerated signal processing.,46.0,17,True,2023-08-09 16:45:21.000,23.08.00,21.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,,67.0,12.0,10.0,22.0,41.0,513.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,17,False,,,,fastt5,,,,,44.0,44.0,https://pypi.org/project/fastt5,1324.0,1324.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,2023-10-25 00:20:13.000000,2022-08-24 08:31:37,29.0,,64.0,6.0,5.0,2.0,26.0,507.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,2.0,17,False,2022-08-24 08:33:07.000,0.2.6,9.0,shap-hypetune,,,,,16.0,15.0,https://pypi.org/project/shap-hypetune,2913.0,2913.0,,,,,,,,3.0,,2022-08-24 08:33:00.976,1.0,,,,,,,,,,,,,,,,,,, +807,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,,2019-10-19 23:20:16.000,2024-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,64.0,16.0,13.0,33.0,7.0,494.0,Pure-Python full-text search library.,42.0,17,False,,,1.0,whoosh,conda-forge/whoosh,,,,,,https://pypi.org/project/whoosh,325654.0,332595.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,222113.0,,,,,3.0,,,,,,,,-7.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,2021-11-25 23:19:05.000000,2021-11-25 23:08:43,204.0,,88.0,24.0,18.0,7.0,20.0,451.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,17,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],12.0,12.0,https://pypi.org/project/caserecommender,115.0,115.0,,,,,,,,3.0,,2021-11-25 23:19:05.000,,,,,,,,,,,,,,,,,,,, +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,5.0,105.0,71.0,7.0,15.0,19.0,418.0,semantic similarity framework for knowledge graph.,10.0,17,True,,,,sematch,,,,,46.0,46.0,https://pypi.org/project/sematch,193.0,193.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,,29.0,11.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,85.0,85.0,,,,,,,,3.0,,2018-12-07 06:16:42.000,,,,,,,,,,,,,,,,,,,, +811,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-01-02 22:19:44.000000,2023-08-19 12:43:22,678.0,,54.0,30.0,77.0,9.0,25.0,343.0,A Python implementation of active inference for Markov Decision Processes.,14.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,6.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +812,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,290.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'],3.0,3.0,https://pypi.org/project/bluefog,51.0,54.0,,,,,,,,3.0,155.0,2021-05-15 01:39:45.000,,,,,,,,,,,,,,,,,,,, +813,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,42.0,11.0,59.0,31.0,47.0,231.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'],15.0,12.0,https://pypi.org/project/skggm,33.0,33.0,,,,,,,,3.0,,2018-09-12 01:12:49.000,3.0,,,,,,,,,,,,,,,,,,, +814,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,8.0,44.0,223.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,29.0,29.0,,,,,,,,3.0,,2019-11-15 15:46:21.000,2.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-04 12:36:31.000000,2024-01-04 12:36:31,168.0,2.0,982.0,120.0,24.0,11.0,352.0,4157.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.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,,525.0,178.0,110.0,50.0,149.0,3900.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +817,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2022-06-22 11:47:45.000000,2022-06-21 18:24:09,30.0,,1015.0,62.0,12.0,43.0,25.0,3506.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,,['sklearn'],31.0,31.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +818,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,,167.0,61.0,10.0,25.0,6.0,1839.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,31.0,31.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,,,, +819,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,,462.0,81.0,36.0,83.0,68.0,1674.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,16,False,2019-03-13 20:28:15.000,1.0-dev2,1.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,242.0,242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +820,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,57.0,34.0,22.0,13.0,1265.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,48.0,48.0,,,,,,,,3.0,,2017-08-21 00:49:41.000,1.0,,,,,,,,,,,,,,,,,,, +821,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2023-12-27 10:05:56.000000,2023-10-21 13:07:20,740.0,3.0,112.0,27.0,109.0,11.0,24.0,1035.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,,,,,,,,,,3.0,,2020-12-23 08:05:25.000,,,,,,,,,,,,,,,,,,,, +822,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,,144.0,45.0,5.0,3.0,7.0,982.0,XAI - An eXplainability toolbox for machine learning.,3.0,16,False,2021-10-30 06:35:19.000,0.1.0,1.0,xai,,,,,23.0,23.0,https://pypi.org/project/xai,160.0,160.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,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,56.0,18.0,7.0,1.0,10.0,792.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],67.0,66.0,https://pypi.org/project/madgrad,3802.0,3802.0,,,,,,,,3.0,,2022-03-08 18:23:32.000,1.0,,,,,,,,,,,,,,,,,,, +824,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,2023-12-18 11:16:55.000000,2023-04-14 10:59:37,29.0,,79.0,15.0,33.0,3.0,22.0,785.0,Leave One Feature Out Importance.,5.0,16,True,,,,lofo-importance,,,,,27.0,27.0,https://pypi.org/project/lofo-importance,511.0,511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +825,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,,172.0,33.0,15.0,18.0,22.0,785.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,16,False,,,,tffm,,,,['tensorflow'],13.0,13.0,https://pypi.org/project/tffm,55.0,55.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,,56.0,15.0,10.0,26.0,17.0,732.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,16,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,41.0,41.0,https://pypi.org/project/parallelformers,481.0,481.0,,,,,,,,3.0,,2022-07-27 19:52:00.185,,,,,,,,,,,,,,,,,,,, +827,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,,88.0,17.0,15.0,10.0,22.0,716.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/flashtorch,195.0,195.0,,,,,,,,3.0,,2020-05-29 14:38:32.000,,,,,,,,,,,,,,,,,,,, +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,,100.0,25.0,101.0,37.0,84.0,702.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,94.0,100.0,,,,,,,,3.0,411.0,2018-06-14 02:21:57.000,1.0,,,,,,,,,,,,,,,,,,, +829,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,2023-09-26 02:55:16.000000,2023-09-26 02:55:09,610.0,,81.0,25.0,4.0,37.0,42.0,681.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,11.0,16,True,2019-05-07 08:47:56.000,0.3.2,3.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,96.0,96.0,,,,,,,,3.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,,93.0,18.0,19.0,3.0,29.0,622.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,12.0,12.0,https://pypi.org/project/textflint,126.0,126.0,,,,,,,,3.0,,2022-03-15 07:18:47.000,,,,,,,,,,,,,,,,,,,, +831,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,1.0,98.0,39.0,106.0,12.0,51.0,547.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,11.0,16,True,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,79.0,82.0,,,,,,,,3.0,220.0,2020-08-19 15:39:10.000,,vaticle/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,,2018-04-13 21:00:31.000,2022-03-13 16:33:15.000000,2022-03-13 16:33:15,64.0,,49.0,18.0,7.0,16.0,4.0,464.0,Topological Data Analysis for Python.,4.0,16,False,2021-08-03 00:22:58.000,1.0.0,4.0,scikit-tda,,,,['sklearn'],49.0,49.0,https://pypi.org/project/scikit-tda,2583.0,2583.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +833,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,2023-07-14 19:31:30.000000,2023-06-18 21:56:30,277.0,,76.0,14.0,126.0,16.0,136.0,458.0,A Python library for dynamic classifier and ensemble selection.,16.0,16,True,2021-02-08 06:29:25.000,0.3.5,4.0,deslib,,,,['sklearn'],2.0,,https://pypi.org/project/deslib,974.0,974.0,,,,,,,,3.0,,2021-02-08 06:29:25.000,2.0,,,,,,,,,,,,,,,,,,, +834,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2023-11-08 16:07:40.000000,2023-11-08 16:07:36,135.0,4.0,40.0,19.0,164.0,3.0,63.0,427.0,A collection of tools for neural compression enthusiasts.,9.0,16,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,71.0,71.0,,,,,,,,3.0,,2023-10-03 14:26:28.000,,,,,,,,,,,,,,,,,,,, +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,36.0,47.0,5.0,12.0,403.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,,,,,3.0,2.0,https://pypi.org/project/openrec,25.0,25.0,,,,,,,,3.0,,2020-02-18 06:52:11.000,1.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,16.0,39.0,2.0,13.0,396.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'],9.0,9.0,https://pypi.org/project/pywick,163.0,163.0,,,,,,,,3.0,,2021-10-22 03:19:11.000,,,,,,,,,,,,,,,,,,,, +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,2024-01-02 09:08:58.000000,2024-01-02 09:08:58,172.0,2.0,38.0,21.0,5.0,11.0,23.0,351.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'],2.0,,https://pypi.org/project/tfdeploy,55.0,55.0,,,,,,,,3.0,,2017-03-30 10:51:26.000,2.0,,,,,,,,,,,,,,,,,,, +838,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,,33.0,24.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,84.0,https://pypi.org/project/pdvega,89.0,89.0,,,,,,,,3.0,,2018-02-01 04:56:43.000,7.0,,,,,,,,,,,,,,,,,,, +839,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,4.0,128.0,34.0,323.0,81.0,129.0,318.0,Brain Imaging Analysis Kit.,35.0,16,True,,,,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,78.0,96.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1797.0,3.0,,,,,,,,,,,,,,,,,,,,,, +840,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,13.0,271.0,70.0,175.0,294.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,16,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2888.0,2888.0,,,,,,,,3.0,,2020-12-03 23:07:43.000,,,,,,,,,,,,,,,,,,,, +841,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,39.0,19.0,2.0,10.0,7.0,277.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,16,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,298.0,4723.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,172592.0,,,,,3.0,,2020-10-01 13:18:38.000,,,,,,,,,,,,,,,,,,,, +842,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,11.0,8.0,1.0,10.0,234.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'],13.0,13.0,https://pypi.org/project/skift,281.0,281.0,,,,,,,,3.0,,2018-03-15 09:05:47.000,,,,,,,,,,,,,,,,,,,, +843,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-01-01 20:21:14.000000,2023-12-06 19:59:05,370.0,1.0,36.0,6.0,132.0,,35.0,220.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,16,False,2021-11-26 17:10:22.000,0.2.0,9.0,chitra,conda-forge/chitra,,,,,,https://pypi.org/project/chitra,625.0,742.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2829.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,, +844,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2020-04-04 19:26:44.000000,2020-04-04 19:26:37,127.0,,29.0,5.0,4.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,16,False,,,23.0,parfit,,,,['sklearn'],26.0,26.0,https://pypi.org/project/parfit,3593.0,3593.0,,,,,,,,3.0,,2018-10-11 22:03:16.000,,,,,,,,,,,,,,,,,,,, +845,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,2023-12-04 09:52:11.000000,2023-12-04 09:45:11,841.0,15.0,17.0,8.0,174.0,12.0,20.0,148.0,Toolkit for developing and maintaining ML models.,14.0,16,False,2022-09-01 14:16:20.000,0.0.25,11.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2674.0,2674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +846,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,14.0,54.0,16.0,50.0,135.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,,,,,55.0,50.0,https://pypi.org/project/steppy,58.0,58.0,,,,,,,,3.0,,2018-11-23 09:49:59.000,5.0,,,,,,,,,,,,,,,,,,, +847,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-10-25 21:33:40.000000,2023-03-31 15:44:32,231.0,,20.0,28.0,52.0,7.0,7.0,100.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,163.0,163.0,,,,,,,,3.0,,2022-01-18 23:07:16.000,,,,,,,,,,,,,,,,,,,, +848,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,,423.0,143.0,72.0,12.0,53.0,2194.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +849,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,215.0,40.0,40.0,59.0,34.0,1102.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +850,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,,116.0,19.0,295.0,2.0,69.0,1043.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,True,2022-12-28 02:06:22.000,2.0.0,3.0,textbox,,,,,5.0,5.0,https://pypi.org/project/textbox,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +851,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,824.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,45.0,45.0,,,,,,,,3.0,,2018-11-24 00:29:36.000,,,,,,,,,,,,,,,,,,,, +852,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,,184.0,43.0,667.0,11.0,27.0,808.0,Translate - a PyTorch Language Library.,88.0,15,False,,,,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,7.0,7.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +853,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,18.0,21.0,29.0,50.0,671.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,15,False,,,,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +854,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,26.0,4.0,4.0,2.0,669.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,64.0,64.0,,,,,,,,3.0,,2020-01-06 05:27:17.000,2.0,,,,,,,,,,,,,,,,,,, +855,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,,51.0,17.0,83.0,18.0,49.0,557.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,90.0,90.0,,,,,,,,3.0,,2022-05-18 08:35:04.000,,,,,,,,,,,,,,,,,,,, +856,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,2023-12-15 23:01:56.000000,2023-10-11 20:12:03,257.0,1.0,68.0,23.0,91.0,11.0,15.0,491.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,True,2020-09-12 19:40:54.000,0.4.1,6.0,caliban,,,,,1.0,1.0,https://pypi.org/project/caliban,56.0,56.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,,57.0,19.0,6.0,6.0,,387.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,,,,10.0,9.0,https://pypi.org/project/Adversary,28.0,167.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5868.0,,,,,3.0,,2018-08-29 15:14:41.000,1.0,,,,,,,,,,,,,,,,,,, +858,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,2023-12-07 09:25:39.000000,2023-12-05 10:10:07,457.0,38.0,48.0,14.0,77.0,13.0,35.0,228.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,15,False,,,,omlt,,,,,,,https://pypi.org/project/omlt,7417.0,7417.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +859,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,818.0,78.0,34.0,116.0,59.0,3220.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +860,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,141.0,28.0,217.0,102.0,2862.0,A distributed graph deep learning framework.,5.0,14,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],,,https://pypi.org/project/euler-gl,2.0,2.0,,,,,,,,3.0,,2019-04-10 01:53:45.000,,,,,,,,,,,,,,,,,,,, +861,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,,76.0,46.0,4.0,,,2410.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,,14,False,2022-08-09 04:22:55.000,0.1.3,3.0,ane-transformers,,,,['pytorch'],,,https://pypi.org/project/ane-transformers,1459.0,1461.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,,,, +862,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-04 12:41:53.000000,2024-01-04 12:41:53,101.0,2.0,483.0,68.0,26.0,5.0,97.0,1665.0,An Open-Source Package for Network Embedding (NE).,13.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +863,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,2023-10-04 00:38:12.000000,2022-04-04 08:29:54,41.0,,291.0,54.0,20.0,39.0,85.0,1242.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,,,,,,,,,,,,,,,,,,,,,, +864,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,147.0,32.0,,52.0,59.0,1175.0,GraphVite: A General and High-performance Graph Embedding System.,,14,False,,,4.0,,milagraph/graphvite,,,,,,,,88.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4683.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +865,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,,110.0,27.0,10.0,24.0,51.0,768.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,14,False,,,,anchor_exp,,,,,,,https://pypi.org/project/anchor_exp,883.0,883.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +866,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,2023-11-17 13:57:42.000000,2023-05-29 18:33:56,62.0,,42.0,11.0,8.0,2.0,12.0,657.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,14,True,,,,rliable`,,,,,109.0,109.0,https://pypi.org/project/rliable`,,,,,,,,,,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,2023-07-06 22:00:59.000000,2022-09-15 18:52:06,185.0,,50.0,10.0,14.0,12.0,17.0,374.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,4.0,14,False,2021-02-07 11:06:21.000,2.407,21.0,explainx,,,,,,,https://pypi.org/project/explainx,539.0,539.0,,,,,,,,3.0,13.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,370.0,A PyTorch Graph Neural Network Library.,8.0,14,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],3.0,3.0,https://pypi.org/project/ptgnn,64.0,64.0,,,,,,,,3.0,,2021-10-21 21:43:04.000,,,,,,,,,,,,,,,,,,,, +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,297.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,118.0,118.0,,,,,,,,3.0,,2021-03-08 12:51:05.000,,,,,,,,,,,,,,,,,,,, +870,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,17.0,7.0,2.0,13.0,230.0,Easy training and deployment of seq2seq models.,2.0,14,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,6.0,5.0,https://pypi.org/project/headliner,94.0,94.0,,,,,,,,3.0,,2020-01-24 09:06:29.000,1.0,,,,,4.0,,,,,,,,,,,,,, +871,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,,40.0,1.0,,,,175.0,Pytorch framework for doing deep learning on point clouds.,29.0,14,False,,,,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,631.0,631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +872,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,2023-02-28 01:21:32.000000,2023-02-24 00:50:55,299.0,,9.0,5.0,3.0,1.0,,126.0,Data Analysis Baseline Library.,23.0,14,False,2023-02-28 01:21:03.335,0.2.5,15.0,dabl,,,,['sklearn'],,,https://pypi.org/project/dabl,736.0,736.0,,,,,,,,3.0,,2022-11-03 05:52:04.962,,,,,,,,,,,,,,,,,,,, +873,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,2023-12-14 11:42:36.000000,2023-11-24 19:47:45,314.0,14.0,7.0,8.0,124.0,6.0,9.0,101.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,14,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +874,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,,479.0,110.0,12.0,39.0,8.0,2666.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +875,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,,399.0,63.0,6.0,59.0,17.0,1767.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,,13,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +876,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,38.0,10.0,13.0,3.0,1331.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +877,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,2023-10-02 18:06:17.000000,2023-10-02 18:06:17,148.0,,66.0,20.0,169.0,87.0,17.0,387.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,17.0,13,True,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,55.0,55.0,,,,,,,,3.0,,2021-12-07 01:57:31.000,,,,,,,,,,,,,,,,,,,, +878,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,,34.0,12.0,8.0,9.0,3.0,322.0,A Python package for time series augmentation.,4.0,13,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,969.0,969.0,,,,,,,,3.0,,2020-04-17 02:50:25.000,2.0,,,,,,,,,,,,,,,,,,, +879,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,2020-05-28 17:32:42.000000,2020-05-28 17:31:53,465.0,,19.0,12.0,57.0,3.0,20.0,290.0,NLP library designed for reproducible experimentation management.,7.0,13,False,2020-05-28 17:32:42.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,30.0,30.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +880,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,2023-12-12 08:39:39.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,251.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'],3.0,3.0,https://pypi.org/project/maze-rl,61.0,67.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,,2021-12-13 16:04:42.000,,,,,,,,,,,,,,,,,,,, +881,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,240.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,55.0,55.0,,,,,,,,3.0,,2021-01-28 09:26:15.000,,,,,,,,,,,,,,,,,,,, +882,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,,33.0,8.0,72.0,20.0,8.0,227.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,13,False,,,,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,45.0,45.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +883,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2023-07-06 21:22:20.000000,2022-07-05 09:43:05,72.0,,26.0,8.0,16.0,4.0,6.0,189.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'],4.0,4.0,https://pypi.org/project/textvec,21.0,21.0,,,,,,,,3.0,,2020-12-03 14:17:09.000,,,,,,,,,,,,,,,,,,,, +884,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,17.0,5.0,2.0,16.0,23.0,185.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,13,False,,,,hugsvision,,,,['huggingface'],11.0,11.0,https://pypi.org/project/hugsvision,320.0,320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +885,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2023-12-14 17:27:42.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2023-12-14 17:27:42.000,3.35.5,270.0,comet_ml,comet_ml,,,,65.0,,https://pypi.org/project/comet_ml,131795.0,131795.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,2023-12-14 17:27:42.000,65.0,,,,,,,,,,,,,,,,,,, +886,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,,308.0,87.0,11.0,12.0,6.0,1666.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +887,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,,50.0,16.0,3.0,2.0,1.0,516.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,108.0,108.0,,,,,,,,3.0,,2020-04-09 01:48:32.000,,,,,,,,,,,,,,,,,,,, +888,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2023-10-27 15:32:18.000000,2023-10-27 15:32:10,74.0,3.0,58.0,17.0,60.0,6.0,9.0,436.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,12,True,,,,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +889,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,11.0,15.0,6.0,4.0,217.0,Draw interactive NetworkX graphs with Altair.,3.0,12,False,,,,nx-altair,,,,['jupyter'],,,https://pypi.org/project/nx-altair,487.0,487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +890,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,,26.0,22.0,44.0,1.0,5.0,198.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,86.0,86.0,,,,,,,,3.0,,2021-03-02 02:40:32.000,,,,,,,,,,,,,,,,,,,, +891,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,125.0,Experiment tracking for machine and deep learning projects.,3.0,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,5.0,15.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,657.0,3.0,,2019-04-09 10:41:20.000,,,,,,,,,,,,,,,,,,,, +892,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,,10.0,7.0,4.0,5.0,14.0,94.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,6.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,623.0,623.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +893,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,,11.0,13.0,26.0,4.0,13.0,84.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,22.0,22.0,,,,,,,,3.0,,2021-01-25 04:56:57.000,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,,, +894,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,,12.0,7.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,12,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,28.0,28.0,https://pypi.org/project/lazycluster,20.0,20.0,,,,,,,,3.0,,2020-12-14 14:49:33.000,,,,,,,,,,,,,,,,,,,, +895,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,2023-03-14 16:25:22.000000,2022-02-09 22:20:11,9.0,,416.0,95.0,17.0,48.0,15.0,3255.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +896,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,,112.0,47.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +897,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,,143.0,39.0,7.0,15.0,14.0,909.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +898,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,87.0,21.0,18.0,22.0,2.0,497.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,11,False,2020-11-12 16:10:48.000,zen,1.0,atspy,,,,,10.0,10.0,https://pypi.org/project/atspy,114.0,114.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,,10.0,6.0,,2.0,4.0,116.0,Tools for training explainable models using attribution priors.,6.0,11,False,2021-03-16 17:47:18.000,1.0.0,1.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +900,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,,78.0,18.0,5.0,3.0,12.0,535.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +901,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,,48.0,14.0,13.0,9.0,9.0,478.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +902,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,,20.0,12.0,41.0,7.0,12.0,363.0,A library for distributed ML training with PyTorch.,6.0,10,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +903,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,,2020-10-30 15:25:14.000,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,239.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,10,False,,,,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,152.0,152.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +904,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,131.0,Simple Distributed Deep Learning on TensorFlow.,11.0,10,False,,,2.0,autodist,,,,['tensorflow'],1.0,1.0,https://pypi.org/project/autodist,17.0,17.0,,,,,,,,3.0,,2020-07-16 05:36:19.000,,,,,,,,,,,,,,,,,,,, +905,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,,33.0,14.0,18.0,27.0,16.0,118.0,A deep learning python package for neuroimaging data. Made by:.,6.0,10,False,,,,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,18.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +906,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,1.0,13.0,13.0,5.0,3.0,2.0,110.0,"Better, faster hyper-parameter optimization.",8.0,10,False,,,,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,23.0,23.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,,,,, +907,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,13.0,18.0,84.0,"An intelligent, flexible grammar of machine learning.",3.0,10,False,,,,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +908,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,2022-09-29 08:50:58.000000,2022-09-29 08:50:40,122.0,,12.0,12.0,15.0,,,42.0,,4.0,10,False,2021-04-22 15:15:27.000,0.0.12,10.0,bias-detector,,,,,1.0,1.0,https://pypi.org/project/bias-detector,55.0,55.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +909,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,2023-01-15 22:50:39.000000,2023-01-13 21:57:34,832.0,,,,,,,3.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,10,False,,,,sklearn-evaluation,,,,['sklearn'],,,https://pypi.org/project/sklearn-evaluation,1798.0,1798.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +910,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,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,31.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,9,False,,,,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,6.0,6.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +911,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']",,,https://pypi.org/project/traintool,30.0,30.0,,,,,,,,3.0,,2020-11-02 02:25:32.000,,,,,,,,,,,,,,,,,,,, +912,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,139.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,15.0,15.0,,,,,,,,3.0,,2020-03-13 20:31:47.000,,,,,,,,,,,,,,,,,,,, +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,10.0,44.0,,2.0,135.0,A toolset for black-box hyperparameter optimisation.,2.0,8,False,2020-01-26 23:01:09.000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,12.0,12.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +914,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,4.0,6.0,,1.0,,55.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,25.0,25.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,2022-11-22 17:50:34.944,1.0,,,,,,,,,,,,,,,,,,, +915,Skater,oracle/Skater,interpretability,,,{},,2020-07-05 18:35:27.012,2023-09-18 15:13:22.392000,,,,,,,,,,Python Library for Model Agnostic Interpretation.,,5,False,,,2.0,skater,conda-forge/skater,,,,,,https://pypi.org/project/skater,249.0,1745.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,62857.0,,,,,3.0,,,,,,,,-9.0,,,,,,,,,,,,,, diff --git a/history/2024-01-11_changes.md b/history/2024-01-11_changes.md new file mode 100644 index 00000000..b48b1ddc --- /dev/null +++ b/history/2024-01-11_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._ + +- PySpark (🥇45 · ⭐ 38K · 📈) - Apache Spark Python API. Apache-2 +- triton (🥇38 · ⭐ 9.5K · 📈) - Development repository for the Triton language and compiler. MIT +- CuPy (🥇38 · ⭐ 7.5K · 📈) - NumPy & SciPy for GPU. MIT +- geopy (🥈35 · ⭐ 4.2K · 📈) - Geocoding library for Python. MIT +- Tesseract (🥈33 · ⭐ 5.3K · 📈) - Python-tesseract is an optical character recognition (OCR).. Apache-2 +- snowballstemmer (🥈32 · ⭐ 700 · 📈) - Snowball compiler and stemming algorithms. BSD-3 +- Keras-Preprocessing (🥉29 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. MIT +- whoosh (🥉25 · ⭐ 500 · 💀) - Pure-Python full-text search library. ❗️BSD-1-Clause +- sklearn-contrib-lightning (🥉22 · ⭐ 1.7K · 💀) - Large-scale linear classification, regression and.. BSD-3 +- Skater (🥉14 · ⭐ 1.1K · 📈) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.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._ + +- agate (🥈31 · ⭐ 1.2K · 📉) - A Python data analysis library that is optimized for humans instead of.. MIT +- TF-Agents (🥇30 · ⭐ 2.7K · 📉) - TF-Agents: A reliable, scalable and easy to use.. Apache-2 +- TFX (🥉29 · ⭐ 2K · 📉) - TFX is an end-to-end platform for deploying production ML pipelines. Apache-2 +- UMAP (🥉28 · ⭐ 6.7K · 📉) - Uniform Manifold Approximation and Projection. BSD-3 +- pyopencl (🥈28 · ⭐ 1K · 📉) - OpenCL integration for Python, plus shiny features. ❗Unlicensed +- TensorLayer (🥉23 · ⭐ 7.3K · 💤) - Deep Learning and Reinforcement Learning Library for.. ❗Unlicensed +- EfficientNet-PyTorch (🥉22 · ⭐ 7.6K · 💀) - A PyTorch implementation of EfficientNet and.. Apache-2 +- ReAgent (🥉20 · ⭐ 3.5K · 📉) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 +- TNT (🥉20 · ⭐ 1.6K · 📉) - A lightweight library for PyTorch training tools and.. ❗Unlicensed +- gpt-2-simple (🥉19 · ⭐ 3.4K · 💀) - Python package to easily retrain OpenAIs GPT-2 text-.. ❗Unlicensed + diff --git a/history/2024-01-11_projects.csv b/history/2024-01-11_projects.csv new file mode 100644 index 00000000..2a516274 --- /dev/null +++ b/history/2024-01-11_projects.csv @@ -0,0 +1,917 @@ +,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,trending,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-01-10 20:21:25.000000,2024-01-10 20:21:25,1536.0,6.0,625.0,111.0,306.0,47.0,132.0,4294.0,Benchmarks of approximate nearest neighbor libraries in Python.,99.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-01-04 16:59:33.000000,2024-01-04 16:59:32,297.0,24.0,157.0,51.0,177.0,,3.0,2098.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2024-01-04 16:59:39.000,2024.01.04,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-01-11 14:47:28.000000,2024-01-04 14:11:26,315.0,24.0,220.0,89.0,178.0,4.0,5.0,3270.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-01-04 14:11:33.000,2024.01.04,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-01-11 14:47:28.000000,2024-01-04 14:11:26,315.0,24.0,220.0,89.0,178.0,4.0,5.0,3270.0,Collection of database clients for python.,12.0,0,True,2024-01-04 14:11:33.000,2024.01.04,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-01-11 14:47:28.000000,2024-01-04 14:11:26,315.0,24.0,220.0,89.0,178.0,4.0,5.0,3270.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-01-04 14:11:33.000,2024.01.04,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-01-11 14:47:28.000000,2024-01-04 14:11:26,315.0,24.0,220.0,89.0,178.0,4.0,5.0,3270.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-01-04 14:11:33.000,2024.01.04,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-01-11 13:49:03.643408,2024-01-11 13:32:42,158239.0,3165.0,89294.0,7655.0,23602.0,2049.0,36673.0,182142.0,An Open Source Machine Learning Framework for Everyone.,4524.0,55,True,2023-11-14 19:04:31.000,2.15.0,189.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],349772.0,334350.0,https://pypi.org/project/tensorflow,2023-12-05 22:50:47.000,15422.0,16330530.0,17474327.0,https://anaconda.org/conda-forge/tensorflow,2023-12-22 04:01:45.812,4454976.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-01-11 13:49:03.643408,2246.0,75709836.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-01-11 14:15:00.000000,2024-01-11 13:30:44,68188.0,3089.0,20423.0,1679.0,77998.0,13074.0,26682.0,74299.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4581.0,54,True,2023-12-15 01:59:57.000,2.1.2,48.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],385655.0,373642.0,https://pypi.org/project/torch,2023-12-14 21:46:00.000,12013.0,14910508.0,15623061.0,https://anaconda.org/pytorch/pytorch,2023-12-14 15:11:56.517,19941420.0,,,,,1.0,31724.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-01-11 12:34:13.000000,2024-01-11 10:31:39,30782.0,249.0,24963.0,2148.0,16570.0,2252.0,8970.0,57023.0,scikit-learn: machine learning in Python.,3031.0,52,True,2023-10-25 08:23:32.000,1.3.2,74.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],708790.0,677957.0,https://pypi.org/project/scikit-learn,2023-12-20 19:43:30.000,30833.0,42355032.0,42943606.0,https://anaconda.org/conda-forge/scikit-learn,2023-12-20 20:44:10.007,25896817.0,,,,,1.0,933.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-01-11 14:38:49.000000,2024-01-11 14:38:44,14868.0,665.0,23679.0,1069.0,14354.0,927.0,13024.0,118463.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2345.0,50,True,2023-12-18 18:44:02.000,4.36.2,128.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",131591.0,128875.0,https://pypi.org/project/transformers,2023-12-18 18:24:40.000,2716.0,18315169.0,18350452.0,https://anaconda.org/conda-forge/transformers,2023-12-19 03:00:23.210,1481925.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12.000,2024-01-11 14:08:44.000000,2024-01-11 08:31:52,49365.0,561.0,7367.0,591.0,17602.0,1547.0,8839.0,18697.0,matplotlib: plotting with Python.,1637.0,50,True,2023-11-18 03:45:11.000,3.7.4,119.0,matplotlib,conda-forge/matplotlib,,,,1120599.0,1056502.0,https://pypi.org/project/matplotlib,2023-11-18 03:45:11.000,64097.0,44135540.0,44635850.0,https://anaconda.org/conda-forge/matplotlib,2023-11-20 21:33:42.497,21513371.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +11,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-01-11 12:15:39.000000,2024-01-11 12:13:29,17000.0,603.0,2156.0,223.0,4579.0,93.0,2913.0,11401.0,Python Imaging Library (Fork).,458.0,48,True,2024-01-02 09:38:41.000,10.2.0,95.0,Pillow,conda-forge/pillow,,,,1560265.0,1492674.0,https://pypi.org/project/Pillow,2023-10-15 13:01:25.000,67591.0,68530131.0,69375585.0,https://anaconda.org/conda-forge/pillow,2024-01-03 04:54:52.877,35509084.0,,,,,1.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-01-10 19:31:39.000000,2024-01-10 19:31:39,10221.0,396.0,19521.0,1912.0,6860.0,161.0,11365.0,60157.0,Deep Learning for humans.,1269.0,47,True,2023-12-21 19:25:05.000,3.0.2,88.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],737.0,21.0,https://pypi.org/project/keras,2023-12-21 19:25:05.000,716.0,12664788.0,12742758.0,https://anaconda.org/conda-forge/keras,2023-12-23 16:24:50.607,3352750.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-01-11 14:21:13.000000,2024-01-11 14:21:07,18906.0,1010.0,2424.0,323.0,12079.0,1506.0,3616.0,26249.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",616.0,46,True,2023-12-14 07:31:53.000,0.4.23,157.0,jax,conda-forge/jaxlib,,,,21744.0,20933.0,https://pypi.org/project/jax,2023-12-14 07:31:53.000,811.0,4621395.0,4645155.0,https://anaconda.org/conda-forge/jaxlib,2023-12-23 22:02:22.397,1021708.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,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-01-11 15:09:39.000000,2024-01-10 16:26:46,56849.0,373.0,4134.0,291.0,12855.0,4885.0,8611.0,11745.0,A computer algebra system written in pure Python.,1266.0,46,True,2023-05-10 18:09:23.000,sympy-1.12,50.0,sympy,conda-forge/sympy,,,,109417.0,104554.0,https://pypi.org/project/sympy,2023-05-10 18:24:09.226,4863.0,9115458.0,9172408.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,4853765.0,,,,,1.0,528272.0,,,,,,,,,,,,,,,,,,, +15,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-01-11 14:08:34.000000,2024-01-11 14:08:29,39504.0,1068.0,28069.0,2032.0,44664.0,237.0,,37565.0,Apache Spark Python API.,2995.0,45,True,2023-12-16 00:30:15.000,3.3.4,42.0,pyspark,conda-forge/pyspark,,,['spark'],1255.0,,https://pypi.org/project/pyspark,2023-12-16 00:30:15.000,1255.0,27733321.0,27802281.0,https://anaconda.org/conda-forge/pyspark,2023-10-04 13:44:45.676,2965318.0,,,,,1.0,,stable/spark,7.0,,,,,,,,,,,,,,,,, +16,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-01-11 13:16:30.000000,2024-01-11 07:50:43,10052.0,233.0,3109.0,245.0,9821.0,640.0,6028.0,25638.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",921.0,45,True,2023-12-21 16:54:25.000,2.1.3,263.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],28691.0,27922.0,https://pypi.org/project/pytorch-lightning,2023-12-21 16:54:25.000,769.0,3994938.0,4019376.0,https://anaconda.org/conda-forge/pytorch-lightning,2023-12-21 18:47:20.324,1033239.0,,,,,1.0,13958.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,, +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-01-11 09:43:39.000000,2024-01-11 04:10:21,6716.0,128.0,8692.0,911.0,4926.0,412.0,4700.0,25196.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",633.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,79299.0,77505.0,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1794.0,11528159.0,11635146.0,https://anaconda.org/conda-forge/xgboost,2023-12-20 14:38:41.532,4490668.0,,,,,1.0,7974.0,,,,,,,,,,,,,,,,,,, +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-01-11 14:01:43.000000,2024-01-11 12:53:26,45950.0,1794.0,5390.0,726.0,42911.0,1921.0,16601.0,21222.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1152.0,45,True,2024-01-08 06:43:49.000,2.6.0,66.0,paddlepaddle,,,,['paddle'],4584.0,4490.0,https://pypi.org/project/paddlepaddle,2023-12-26 06:45:52.000,94.0,177038.0,177210.0,,,,,,,,1.0,15368.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-01-11 09:56:45.000000,2024-01-09 19:27:41,20358.0,102.0,4202.0,443.0,5945.0,761.0,6798.0,18478.0,"Interactive Data Visualization in the browser, from Python.",680.0,45,True,2024-01-08 19:07:44.000,3.3.3,190.0,bokeh,conda-forge/bokeh,,,,85333.0,81530.0,https://pypi.org/project/bokeh,2024-01-08 19:07:44.000,3803.0,3658966.0,3967240.0,https://anaconda.org/conda-forge/bokeh,2024-01-08 21:10:28.843,13255809.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +20,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-01-10 01:35:35.000000,2024-01-04 18:06:07,15242.0,132.0,2825.0,279.0,3838.0,2701.0,2730.0,9205.0,Statsmodels: statistical modeling and econometrics in Python.,421.0,45,True,2023-12-14 14:50:21.000,0.14.1,36.0,statsmodels,conda-forge/statsmodels,,,,117521.0,112000.0,https://pypi.org/project/statsmodels,2023-12-14 14:50:21.000,5521.0,11786508.0,12066836.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12054120.0,,,,,1.0,30.0,,,,,,,,,,,,,,,,,,, +21,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-01-11 15:07:05.000000,2024-01-11 09:17:42,20347.0,908.0,5037.0,464.0,25787.0,3390.0,13274.0,29420.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,960.0,44,True,2023-12-21 00:32:08.000,ray-2.9.0,96.0,ray,conda-forge/ray-tune,,,,13620.0,13161.0,https://pypi.org/project/ray,2023-12-21 00:27:32.000,459.0,2568126.0,2573003.0,https://anaconda.org/conda-forge/ray-tune,2023-12-05 13:59:54.326,180400.0,,,,,1.0,179.0,,,,,,,,,,,,,,,,,,, +22,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-01-05 13:20:58.000000,2024-01-02 09:03:06,16084.0,28.0,4354.0,556.0,3931.0,93.0,5447.0,27962.0,Industrial-strength Natural Language Processing (NLP) in Python.,746.0,44,True,2023-10-16 16:11:22.000,3.7.2,226.0,spacy,conda-forge/spacy,,,,80905.0,77967.0,https://pypi.org/project/spacy,2023-10-16 16:09:47.000,2938.0,5645126.0,5722111.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3310366.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,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-01-11 12:04:28.000000,2024-01-11 07:11:11,5214.0,436.0,3768.0,291.0,7244.0,1307.0,2293.0,16226.0,Open source platform for the machine learning lifecycle.,685.0,44,True,2023-12-14 15:34:34.000,2.9.2,87.0,mlflow,conda-forge/mlflow,,,,29112.0,28582.0,https://pypi.org/project/mlflow,2023-12-14 05:30:49.000,530.0,13607275.0,13646734.0,https://anaconda.org/conda-forge/mlflow,2023-12-14 16:11:35.887,1696760.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,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-01-09 19:44:27.000000,2023-12-21 22:10:00,6257.0,45.0,2409.0,280.0,1587.0,1408.0,1371.0,14680.0,The interactive graphing library for Python This project now includes Plotly Express!.,252.0,44,True,2023-10-25 19:52:56.000,5.18.0,294.0,plotly,conda-forge/plotly,,,,235817.0,230303.0,https://pypi.org/project/plotly,2023-10-25 19:43:41.000,5507.0,10351737.0,10499027.0,https://anaconda.org/conda-forge/plotly,2023-10-25 22:33:48.925,5154859.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,7.0,30135.0,,,,,,,,,,, +25,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-01-06 19:08:18.000000,2023-12-31 21:35:22,3225.0,34.0,1865.0,259.0,1082.0,128.0,2339.0,11574.0,Statistical data visualization in Python.,209.0,44,True,2023-12-31 22:10:18.000,0.13.1,36.0,seaborn,conda-forge/seaborn,,,,359187.0,347674.0,https://pypi.org/project/seaborn,2023-12-31 22:10:18.000,11513.0,11896699.0,12080980.0,https://anaconda.org/conda-forge/seaborn,2024-01-03 20:19:50.194,7923987.0,,,,,1.0,373.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-01-11 00:38:55.000000,2024-01-11 00:35:25,6111.0,357.0,1818.0,145.0,3140.0,437.0,3062.0,25491.0,"Wrap UIs around any model, share with anyone.",243.0,43,True,2024-01-10 21:46:06.000,4.14.0,541.0,gradio,,,,,20914.0,20656.0,https://pypi.org/project/gradio,2024-01-10 21:46:06.000,258.0,4123582.0,4123582.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,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-01-11 14:08:11.000000,2024-01-09 16:03:23,2631.0,77.0,3507.0,438.0,3066.0,266.0,2318.0,16206.0,Open standard for machine learning interoperability.,305.0,43,True,2023-10-31 17:04:56.000,1.15.0,27.0,onnx,conda-forge/onnx,,,,22651.0,22651.0,https://pypi.org/project/onnx,,,3695904.0,3717131.0,https://anaconda.org/conda-forge/onnx,2023-11-07 18:53:33.533,901453.0,,,,,1.0,19774.0,,,,,,,,,,,,,,,,,,, +28,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-01-11 05:23:23.000000,2024-01-09 16:18:44,3409.0,47.0,3788.0,437.0,3056.0,337.0,2886.0,15784.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",293.0,43,True,2023-12-22 04:47:45.000,4.2.0,35.0,lightgbm,conda-forge/lightgbm,,,,29543.0,28677.0,https://pypi.org/project/lightgbm,2023-12-22 04:47:45.000,866.0,6307102.0,6363534.0,https://anaconda.org/conda-forge/lightgbm,2023-12-22 13:12:54.633,2153348.0,,,,,2.0,210597.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-01-05 08:43:30.000000,2023-12-24 12:24:15,14508.0,42.0,2781.0,468.0,1447.0,267.0,1499.0,12682.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,452.0,43,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,256403.0,243581.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,12822.0,11868781.0,11895581.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2385229.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +30,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-01-11 14:17:35.000000,2024-01-11 13:25:58,31402.0,404.0,4807.0,349.0,10223.0,1467.0,8158.0,12072.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1569.0,43,True,2023-11-18 21:48:38.000,1.11.4,84.0,scipy,conda-forge/scipy,,,,21.0,21.0,https://pypi.org/project/scipy,,,66823817.0,67997767.0,https://anaconda.org/conda-forge/scipy,2023-11-24 10:16:45.681,44464264.0,,,,,1.0,391567.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-01-11 14:01:45.000000,2024-01-11 14:01:45,7989.0,108.0,1665.0,213.0,5607.0,1029.0,4071.0,11681.0,Parallel computing with task scheduling.,592.0,43,True,2023-12-15 20:45:42.000,2023.12.1,186.0,dask,conda-forge/dask,,,,59274.0,56175.0,https://pypi.org/project/dask,2023-12-15 20:45:42.000,3099.0,6020579.0,6261955.0,https://anaconda.org/conda-forge/dask,2023-12-15 22:47:54.178,10620571.0,,,,,1.0,,stable/dask,,,,,,,,,,,,,,,,,, +32,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-01-09 19:45:17.000000,2024-01-09 19:45:16,5740.0,59.0,1571.0,194.0,4883.0,594.0,1221.0,6446.0,TensorFlows Visualization Toolkit.,311.0,43,True,2023-11-02 18:45:45.000,2.15.1,56.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],209205.0,209205.0,https://pypi.org/project/tensorboard,,,20105812.0,20209694.0,https://anaconda.org/conda-forge/tensorboard,2023-11-03 15:31:12.158,4466929.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +33,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,,2010-09-06 00:53:44.000,2024-01-11 14:56:51.000000,2024-01-11 07:25:16,7560.0,109.0,2997.0,274.0,3607.0,172.0,2936.0,13748.0,Network Analysis in Python.,703.0,42,False,2023-10-28 09:53:23.000,networkx-3.2.1,54.0,networkx,conda-forge/networkx,,,,214739.0,214739.0,https://pypi.org/project/networkx,,,34149537.0,34502434.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14468797.0,,,,,1.0,65.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,2024-01-11 14:37:20.000000,2024-01-11 14:36:49,4608.0,78.0,1975.0,1693.0,4451.0,253.0,2575.0,11449.0,WebGL2 powered visualization framework.,242.0,42,True,2023-12-05 13:36:42.000,8.9.33,100.0,pydeck,conda-forge/pydeck,,,['jupyter'],6990.0,6990.0,https://pypi.org/project/pydeck,,,1699637.0,2030127.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,469000.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,,,320512.0,,,,,,,,,,, +35,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-01-11 13:58:02.000000,2024-01-10 12:06:57,13793.0,47.0,2214.0,186.0,4336.0,742.0,2037.0,5735.0,Image processing in Python.,644.0,42,False,2023-10-03 21:36:37.000,0.22.0,59.0,scikit-image,conda-forge/scikit-image,,,,176867.0,166429.0,https://pypi.org/project/scikit-image,2023-10-03 21:35:27.000,10438.0,11789005.0,11925779.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,5881291.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,2024-01-11 14:06:19.000000,2024-01-09 23:04:34,2122.0,88.0,4487.0,306.0,433.0,66.0,763.0,28345.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",127.0,41,True,2023-11-24 19:09:08.000,0.9.12,55.0,timm,conda-forge/timm,,,['pytorch'],21718.0,21345.0,https://pypi.org/project/timm,2023-11-24 18:56:31.000,373.0,3591029.0,3701767.0,https://anaconda.org/conda-forge/timm,2023-11-25 15:42:55.281,117983.0,,,,,1.0,6044050.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,2024-01-11 15:06:11.000000,2024-01-11 11:20:57,18839.0,674.0,2451.0,338.0,18470.0,674.0,9301.0,25035.0,"A cloud-native vector database, storage for next generation AI applications.",262.0,41,True,2024-01-03 03:52:59.000,2.3.5,100.0,pymilvus,,milvusdb/milvus,,,81.0,,https://pypi.org/project/pymilvus,2024-01-03 03:52:59.000,81.0,357313.0,558777.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-01-11 13:57:01.336544,38.0,10233728.0,1.0,65278.0,,,,,,,,,,,,,,,,,,, +38,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-01-10 20:06:37.000000,2024-01-09 16:34:26,2585.0,47.0,3064.0,252.0,784.0,1416.0,956.0,20923.0,A game theoretic approach to explain the output of any machine learning model.,229.0,41,True,2023-12-07 12:26:48.000,0.44.0,100.0,shap,conda-forge/shap,,,,15695.0,15246.0,https://pypi.org/project/shap,2023-12-07 12:26:48.000,449.0,6589169.0,6649878.0,https://anaconda.org/conda-forge/shap,2024-01-08 16:40:58.890,2246256.0,,,,,1.0,,,,shap/shap,,,,,,,,,,,,,,,, +39,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-01-11 10:09:45.000000,2024-01-11 10:09:44,9150.0,127.0,1108.0,137.0,5333.0,505.0,4047.0,12747.0,ML Experiments Management with Git.,290.0,41,True,2024-01-04 16:18:34.000,3.38.1,291.0,dvc,conda-forge/dvc,,,,11884.0,11884.0,https://pypi.org/project/dvc,,,607315.0,651756.0,https://anaconda.org/conda-forge/dvc,2024-01-04 19:09:19.497,1748626.0,,,,,1.0,45315.0,,,,,,,,,dvc,dvc,dvc,,,,,,,, +40,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-01-09 19:28:45.000000,2024-01-09 19:28:45,3619.0,42.0,778.0,141.0,1317.0,175.0,1742.0,8653.0,Declarative statistical visualization library for Python.,160.0,41,True,2023-11-28 06:23:39.000,5.2.0,39.0,altair,conda-forge/altair,,,,100057.0,99409.0,https://pypi.org/project/altair,2023-11-28 05:41:35.000,648.0,14757476.0,14842245.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2119217.0,,,,,1.0,96.0,,,,,,,,,,,,,,,,,,, +41,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-01-11 07:38:40.000000,2024-01-11 07:38:36,47173.0,477.0,1139.0,198.0,376.0,523.0,1657.0,7534.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1193.0,41,True,2023-09-19 20:01:10.000,1.2.2,109.0,catboost,conda-forge/catboost,,,,367.0,12.0,https://pypi.org/project/catboost,2023-09-19 18:13:58.000,355.0,1556684.0,1597178.0,https://anaconda.org/conda-forge/catboost,2023-09-19 20:23:11.996,1434449.0,,,,,2.0,208747.0,,,,,,,,,,,,,,,,,,, +42,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-01-11 14:36:58.000000,2024-01-11 05:13:22,2044.0,168.0,3671.0,309.0,2406.0,875.0,1487.0,30699.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",279.0,40,True,2023-12-21 00:47:46.000,0.12.6,81.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],5467.0,5369.0,https://pypi.org/project/deepspeed,2023-12-21 00:47:46.000,98.0,344884.0,345246.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17395.0,1.0,,,,,,,,,,,,,,,,,,,, +43,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-01-11 15:17:34.000000,2024-01-11 01:23:15,6018.0,152.0,2680.0,303.0,4021.0,698.0,3136.0,29523.0,Streamlit A faster way to build and share data apps.,216.0,40,True,2023-11-30 20:05:51.000,1.29.0,212.0,streamlit,,,,,1319.0,,https://pypi.org/project/streamlit,2023-11-30 20:05:42.000,1319.0,2761196.0,2761196.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +44,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-01-10 17:54:16.000000,2024-01-10 17:54:15,8511.0,44.0,2194.0,205.0,4155.0,18.0,1911.0,19559.0,Build multimodal AI applications with cloud-native stack.,176.0,40,True,2023-12-14 15:31:33.000,3.23.2,2454.0,jina,conda-forge/jina-core,jinaai/jina,,,1474.0,1457.0,https://pypi.org/project/jina,2023-12-14 15:28:30.000,17.0,122738.0,151677.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,59103.0,https://hub.docker.com/r/jinaai/jina,2024-01-08 08:54:01.226227,8.0,1260983.0,2.0,,,,,,,,,,,,,,,,,,,, +45,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-01-11 13:47:59.000000,2023-11-29 14:40:08,32592.0,19.0,4494.0,350.0,6317.0,111.0,6641.0,17446.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",592.0,40,True,2023-12-05 16:10:28.000,3.5.17,368.0,rasa,,,,['tensorflow'],3935.0,3868.0,https://pypi.org/project/rasa,2023-12-05 16:10:15.000,67.0,154159.0,154159.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,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-01-01 12:37:49.000000,2023-10-01 14:51:00,4509.0,,4375.0,433.0,1685.0,376.0,1444.0,14910.0,Topic Modelling for Humans.,449.0,40,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,57697.0,54539.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,3158.0,3610849.0,3645922.0,https://anaconda.org/conda-forge/gensim,2023-08-24 12:30:21.806,1190918.0,,,,,1.0,4553.0,,,piskvorky/gensim,,,,,,,,,,,,,,,, +47,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-01-11 09:30:22.000000,2024-01-11 09:30:22,1144.0,66.0,2100.0,235.0,517.0,177.0,1048.0,11025.0,Download market data from Yahoo! Finances API.,102.0,40,True,2024-01-07 00:36:29.000,0.2.35,107.0,yfinance,ranaroussi/yfinance,,,,32069.0,31765.0,https://pypi.org/project/yfinance,2024-01-07 00:36:29.000,304.0,1160744.0,1163555.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,84336.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,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-01-11 14:16:35.000000,2024-01-11 14:09:24,9718.0,59.0,1910.0,227.0,3798.0,261.0,2956.0,7969.0,Bayesian Modeling and Probabilistic Programming in Python.,474.0,40,True,2023-12-21 11:15:57.000,5.10.3,77.0,pymc3,conda-forge/pymc3,,,,2836.0,2587.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,249.0,562796.0,569102.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,547184.0,,,,,1.0,1935.0,,,,,,,,,,,,,,,,,,, +49,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-01-11 06:53:06.000000,2024-01-10 19:28:59,6047.0,167.0,594.0,55.0,3904.0,810.0,2106.0,7701.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,170.0,40,True,2024-01-09 21:46:16.000,0.16.2,267.0,wandb,conda-forge/wandb,,,,36962.0,36271.0,https://pypi.org/project/wandb,2024-01-09 21:20:59.000,691.0,10580514.0,10591012.0,https://anaconda.org/conda-forge/wandb,2024-01-10 00:10:20.527,440933.0,,,,,1.0,,,,wandb/wandb,,,,,,,,,,,,,,,, +50,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-01-11 11:53:10.000000,2024-01-07 13:27:25,1863.0,48.0,907.0,106.0,1509.0,457.0,1175.0,4010.0,Python tools for geographic data.,216.0,40,True,2024-01-04 21:40:30.000,0.14.2,51.0,geopandas,conda-forge/geopandas,,,['pandas'],31929.0,30083.0,https://pypi.org/project/geopandas,2024-01-04 21:40:25.000,1846.0,5417562.0,5495581.0,https://anaconda.org/conda-forge/geopandas,2024-01-05 07:21:01.270,3353717.0,,,,,1.0,2416.0,,,,,,,,,,,,,,,,,,, +51,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-01-11 14:50:08.000000,2024-01-11 10:02:15,5653.0,105.0,706.0,56.0,4876.0,1464.0,2295.0,1512.0,A distributed task scheduler for Dask.,321.0,40,True,2023-12-15 20:45:45.000,2023.12.1,218.0,distributed,conda-forge/distributed,,,,33549.0,32229.0,https://pypi.org/project/distributed,2023-12-15 20:45:45.000,1320.0,3117196.0,3409160.0,https://anaconda.org/conda-forge/distributed,2023-12-15 21:59:40.423,12846435.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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,2023-10-22 22:49:37.000000,2023-01-30 18:15:21,1757.0,,8561.0,1062.0,1449.0,76.0,1716.0,33375.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,39,True,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,51887.0,49189.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2698.0,1067760.0,1073577.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,261769.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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-01-10 04:44:25.000000,2024-01-05 06:10:48,2701.0,24.0,9088.0,376.0,3098.0,1320.0,6602.0,26723.0,OpenMMLab Detection Toolbox and Benchmark.,478.0,39,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2094.0,2060.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,34.0,139161.0,139161.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,2024-01-07 05:14:04.000000,2024-01-07 05:14:04,2733.0,25.0,7501.0,619.0,2215.0,200.0,1583.0,25078.0,The fastai deep learning library.,662.0,39,True,2023-10-15 04:04:44.000,2.7.13,147.0,fastai,,,,['pytorch'],16227.0,15882.0,https://pypi.org/project/fastai,2023-10-15 04:04:44.000,345.0,342341.0,342341.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +55,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-01-11 14:01:44.000000,2024-01-09 17:54:08,7097.0,39.0,2018.0,414.0,1008.0,806.0,851.0,19917.0,Data Apps & Dashboards for Python. No JavaScript Required.,143.0,39,True,2023-11-28 00:56:54.000,2.14.2,174.0,dash,conda-forge/dash,,,,58244.0,56791.0,https://pypi.org/project/dash,2023-11-28 00:51:13.000,1453.0,2036582.0,2063906.0,https://anaconda.org/conda-forge/dash,2023-11-28 06:37:33.255,1174914.0,,,,,1.0,53.0,,,,,,,,,,,,,,,,,,, +56,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-01-11 13:13:04.000000,2023-12-18 06:57:31,5779.0,73.0,2054.0,204.0,1168.0,53.0,2172.0,13340.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,251.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3068.0,2973.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,95.0,117049.0,117579.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,22273.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +57,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-01-10 05:03:49.000000,2024-01-10 05:03:48,16866.0,215.0,910.0,121.0,3358.0,81.0,1480.0,9119.0,A hyperparameter optimization framework.,254.0,39,False,2023-12-11 05:05:36.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,12199.0,11727.0,https://pypi.org/project/optuna,2023-12-11 05:05:36.000,472.0,1852742.0,1866735.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,601701.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,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-01-10 12:16:52.000000,2024-01-02 16:42:29,1775.0,31.0,2246.0,167.0,799.0,71.0,987.0,6538.0,Python Data. Leaflet.js Maps.,159.0,39,True,2023-12-04 11:12:36.000,0.15.1,30.0,folium,conda-forge/folium,,,,33652.0,32830.0,https://pypi.org/project/folium,2023-12-04 11:12:36.000,822.0,707032.0,776741.0,https://anaconda.org/conda-forge/folium,2023-12-04 11:42:27.248,2509559.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-01-11 15:25:26.000000,2024-01-11 15:13:07,1233.0,119.0,707.0,95.0,1159.0,97.0,1068.0,6329.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",208.0,39,True,2024-01-11 15:26:04.000,0.26.1,40.0,accelerate,conda-forge/accelerate,,,['pytorch'],23429.0,22912.0,https://pypi.org/project/accelerate,2024-01-11 15:25:26.000,517.0,6411428.0,6414965.0,https://anaconda.org/conda-forge/accelerate,2024-01-10 22:01:19.103,95525.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-01-11 05:08:23.000000,2024-01-10 17:41:00,3460.0,153.0,1024.0,132.0,2794.0,234.0,1144.0,1994.0,A library for training and deploying machine learning models on Amazon SageMaker.,417.0,39,True,2024-01-09 17:53:35.000,2.203.1,161.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3453.0,3453.0,https://pypi.org/project/sagemaker,,,46801802.0,46818947.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2023-11-27 10:45:24.319,702980.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +61,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-01-08 10:06:57.000000,2024-01-02 02:55:36,6124.0,15.0,7009.0,414.0,2810.0,1183.0,7296.0,35746.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",184.0,38,True,2023-10-18 12:32:48.000,2.7.1,40.0,paddleocr,,,,['paddle'],2168.0,2131.0,https://pypi.org/project/paddleocr,2023-09-15 08:35:48.000,37.0,114350.0,114350.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +62,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-01-11 09:01:19.000000,2024-01-09 16:30:59,947.0,49.0,3169.0,470.0,844.0,389.0,1868.0,26219.0,A library for efficient similarity search and clustering of dense vectors.,150.0,38,True,2024-01-03 03:52:59.000,2.3.5,90.0,pymilvus,conda-forge/faiss,,,,3440.0,3359.0,https://pypi.org/project/pymilvus,2024-01-03 03:52:59.000,81.0,357313.0,380089.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1002157.0,,,,,1.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,2024-01-11 13:43:29.000000,2024-01-11 13:27:50,7303.0,283.0,3465.0,252.0,2745.0,907.0,2534.0,19343.0,Graph Neural Network Library for PyTorch.,476.0,38,True,2023-10-12 08:28:59.000,2.4.0,40.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],137.0,,https://pypi.org/project/torch-geometric,2023-10-12 08:27:10.000,137.0,210456.0,211294.0,https://anaconda.org/conda-forge/pytorch_geometric,2023-11-08 13:56:02.983,35201.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,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-01-11 14:14:55.000000,2024-01-11 11:19:42,3770.0,56.0,6835.0,397.0,5128.0,950.0,2300.0,15007.0,"Datasets, Transforms and Models specific to Computer Vision.",566.0,38,True,2023-12-15 02:04:19.000,0.16.2,37.0,torchvision,conda-forge/torchvision,,,['pytorch'],21.0,21.0,https://pypi.org/project/torchvision,,,9878564.0,9907153.0,https://anaconda.org/conda-forge/torchvision,2023-12-13 18:56:48.112,956983.0,,,,,1.0,35898.0,,,,,,,,,,,,,,,,,,, +65,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-01-10 12:58:50.000000,2024-01-10 12:58:50,1298.0,83.0,2157.0,130.0,302.0,1029.0,835.0,12828.0,Multilingual Sentence & Image Embeddings with BERT.,131.0,38,True,2022-06-26 19:52:06.000,2.2.2,43.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],22758.0,22106.0,https://pypi.org/project/sentence-transformers,2022-06-26 19:50:11.000,652.0,2823737.0,2828564.0,https://anaconda.org/conda-forge/sentence-transformers,2023-06-16 19:21:44.846,193112.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,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-01-11 10:31:38.000000,2024-01-11 08:29:50,3844.0,358.0,2830.0,169.0,4412.0,345.0,2170.0,12632.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",283.0,38,True,2023-12-11 09:43:07.000,1.1.3,34.0,dgl,,,,,176.0,176.0,https://pypi.org/project/dgl,,,63987.0,63987.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,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-01-11 01:14:47.895000,2024-01-09 02:59:09,8235.0,4.0,2819.0,479.0,682.0,43.0,2120.0,12530.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,38,False,2023-05-14 13:10:44.000,19.24.2,26.0,dlib,conda-forge/dlib,,,,24286.0,24286.0,https://pypi.org/project/dlib,,,360374.0,375666.0,https://anaconda.org/conda-forge/dlib,2024-01-11 01:14:47.895,646978.0,,,,,2.0,25362.0,,,,,,,,,,,,,,,,,,, +68,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,2023-07-01 12:19:02.000000,2022-12-20 16:49:55,28132.0,,2511.0,543.0,4118.0,685.0,2088.0,9833.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,,,,17488.0,14650.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,2838.0,345117.0,371651.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2388062.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +69,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-01-11 15:41:57.000000,2024-01-11 12:48:22,1597.0,215.0,1046.0,171.0,1815.0,415.0,578.0,9492.0,Development repository for the Triton language and compiler.,209.0,38,True,2024-01-10 03:11:56.000,2.2.0,192.0,triton,,,,,102.0,21.0,https://pypi.org/project/triton,2024-01-10 03:11:56.000,81.0,7246657.0,7246657.0,,,,,,,,1.0,,,4.0,,,,,,,,,,,,,,,,, +70,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-01-11 01:13:00.000000,2024-01-11 00:21:52,2627.0,51.0,912.0,126.0,1725.0,271.0,603.0,8997.0,Geometric Computer Vision Library for SpatialAI.,245.0,38,True,2023-12-27 11:10:14.000,0.7.1,38.0,kornia,conda-forge/kornia,,,['pytorch'],8058.0,7931.0,https://pypi.org/project/kornia,2023-12-27 11:10:14.000,127.0,1984317.0,1987336.0,https://anaconda.org/conda-forge/kornia,2023-08-04 20:43:55.693,111215.0,,,,,1.0,895.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-01-11 10:54:24.000000,2024-01-11 03:30:35,28124.0,383.0,725.0,126.0,6016.0,529.0,1606.0,7451.0,NumPy & SciPy for GPU.,354.0,38,True,2023-12-07 07:57:50.000,12.3.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2069.0,1860.0,https://pypi.org/project/cupy,2023-12-07 05:15:09.000,209.0,16914.0,94285.0,https://anaconda.org/conda-forge/cupy,2024-01-04 21:37:05.609,3253209.0,https://hub.docker.com/r/cupy/cupy,2023-12-07 08:04:13.783114,11.0,58646.0,1.0,168015.0,,12.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,2024-01-11 10:48:32.000000,2024-01-11 00:10:48,4159.0,168.0,1185.0,102.0,3285.0,743.0,1327.0,7145.0,A unified framework for machine learning with time series.,315.0,38,True,2023-12-27 02:41:28.000,0.25.0,59.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2121.0,2062.0,https://pypi.org/project/sktime,2023-12-27 02:41:28.000,59.0,652439.0,683315.0,https://anaconda.org/conda-forge/sktime-all-extras,2023-12-27 11:05:10.395,926257.0,,,,,1.0,84.0,,,sktime/sktime,,,,,,,,,,,,,,,, +73,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-01-11 01:43:07.000000,2024-01-10 10:19:25,4105.0,231.0,579.0,82.0,2138.0,187.0,676.0,5098.0,Flax is a neural network library for JAX that is designed for flexibility.,215.0,38,True,2023-10-28 02:08:03.000,0.7.5,40.0,flax,conda-forge/flax,,,['jax'],5854.0,5652.0,https://pypi.org/project/flax,2023-10-28 02:08:03.000,202.0,2904333.0,2905474.0,https://anaconda.org/conda-forge/flax,2023-11-09 02:38:30.298,38767.0,,,,,2.0,50.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-01-10 11:08:45.000000,2024-01-09 13:00:34,6140.0,105.0,1504.0,109.0,4107.0,648.0,704.0,4088.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",302.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],16090.0,15875.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,215.0,2133975.0,2134783.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,25865.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +75,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-01-10 22:07:42.000000,2024-01-04 10:02:48,2233.0,12.0,541.0,88.0,778.0,227.0,896.0,3549.0,Manipulation and analysis of geometric objects.,151.0,38,True,2023-10-12 20:37:13.000,2.0.2,27.0,shapely,conda-forge/shapely,,,,59682.0,59682.0,https://pypi.org/project/shapely,,,14764322.0,14978803.0,https://anaconda.org/conda-forge/shapely,2023-11-23 18:52:59.047,8789448.0,,,,,2.0,2859.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,2024-01-11 02:20:32.000000,2024-01-10 17:47:36,17801.0,137.0,1294.0,84.0,7664.0,471.0,4218.0,2438.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,360.0,38,True,2023-11-20 20:29:52.000,1.6.0,76.0,mne,conda-forge/mne,,,,3669.0,3378.0,https://pypi.org/project/mne,2023-11-20 20:29:52.000,291.0,80333.0,88149.0,https://anaconda.org/conda-forge/mne,2023-11-20 22:22:01.653,343913.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,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-01-09 18:35:43.000000,2024-01-09 18:35:40,3821.0,45.0,518.0,147.0,1125.0,161.0,1612.0,2072.0,Rasterio reads and writes geospatial raster datasets.,155.0,38,True,2023-10-19 14:09:18.000,1.3.9,153.0,rasterio,conda-forge/rasterio,,,,11051.0,9991.0,https://pypi.org/project/rasterio,2023-10-19 14:04:39.000,1060.0,2152296.0,2228850.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2755669.0,,,,,2.0,853.0,,,,,,,,,,,,,,,,,,, +78,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2023-12-14 16:43:19.109000,2023-12-11 02:26:35,1519.0,12.0,270.0,32.0,475.0,93.0,489.0,1362.0,Python library for reading and writing image data.,109.0,38,True,2023-12-11 02:26:46.000,2.33.1,89.0,imageio,conda-forge/imageio,,,,115837.0,112727.0,https://pypi.org/project/imageio,2023-12-11 02:26:42.000,3110.0,18850520.0,18992966.0,https://anaconda.org/conda-forge/imageio,2023-12-14 16:43:19.109,5982119.0,,,,,1.0,946.0,,,,,,,,,,,,,,,,,,, +79,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-01-11 14:15:08.000000,2024-01-11 09:54:03,34586.0,485.0,13005.0,944.0,24057.0,1116.0,,22604.0,Apache Flink Python API.,1815.0,37,True,2023-11-28 07:09:06.000,1.16.3,45.0,apache-flink,,,,,45.0,21.0,https://pypi.org/project/apache-flink,2023-11-28 07:09:06.000,24.0,40880.0,40880.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +80,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,,6891.0,1074.0,11124.0,1805.0,7763.0,20664.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,37,True,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7276.0,6977.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,294.0,393362.0,393794.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10559.0,,,,,2.0,26529.0,,,apache/mxnet,,,,,,,,,5.0,,,,,,, +81,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2023-11-27 07:34:13.000000,2023-08-21 03:59:26,1627.0,,2814.0,380.0,456.0,7.0,1811.0,14163.0,Python Echarts Plotting Library.,39.0,37,True,2023-08-21 08:24:32.000,2.0.4,72.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],3999.0,3747.0,https://pypi.org/project/pyecharts,2023-08-21 03:40:32.000,252.0,127999.0,127999.0,,,,,,,,2.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,2024-01-08 15:17:31.000000,2024-01-08 12:18:12,1370.0,19.0,1607.0,150.0,742.0,199.0,552.0,11660.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,117.0,37,True,2024-01-08 15:03:46.000,4.6.4,55.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2401.0,2205.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,196.0,558673.0,563336.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,415090.0,,,,,2.0,34.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +83,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2023-12-16 19:38:47.000000,2023-07-11 16:23:35,1095.0,,1447.0,257.0,654.0,383.0,1023.0,11293.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,33884.0,32891.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,993.0,653398.0,656223.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,220372.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +84,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-01-10 13:23:52.000000,2023-12-14 21:02:15,5074.0,85.0,1687.0,132.0,972.0,319.0,1906.0,8079.0,"An open-source, low-code machine learning library in Python.",131.0,37,True,2023-11-12 21:46:01.000,3.2.0,95.0,pycaret,conda-forge/pycaret,,,,4992.0,4976.0,https://pypi.org/project/pycaret,2023-11-12 21:44:47.000,16.0,267246.0,268279.0,https://anaconda.org/conda-forge/pycaret,2023-11-16 02:21:22.926,41723.0,,,,,2.0,679.0,,,,,,,,,,,,,,,,,,, +85,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-01-10 11:04:50.000000,2024-01-10 11:04:48,1750.0,13.0,668.0,118.0,550.0,298.0,634.0,8010.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,83.0,37,True,2023-11-14 19:06:30.000,0.15.0,85.0,tokenizers,conda-forge/tokenizers,,,,56385.0,55994.0,https://pypi.org/project/tokenizers,2023-11-14 19:03:50.000,391.0,14708375.0,14741965.0,https://anaconda.org/conda-forge/tokenizers,2023-12-12 19:20:02.639,1410796.0,,,,,1.0,33.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,2024-01-11 04:09:58.000000,2024-01-10 20:01:49,20353.0,535.0,2010.0,179.0,3190.0,231.0,2046.0,7512.0,End-to-End Speech Processing Toolkit.,398.0,37,True,2023-10-25 11:52:03.000,.202310,51.0,espnet,,,,,285.0,280.0,https://pypi.org/project/espnet,2023-10-25 11:52:34.000,5.0,17031.0,17032.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +87,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-01-10 15:28:24.000000,2024-01-09 02:53:01,12037.0,50.0,1084.0,165.0,460.0,651.0,738.0,4025.0,Probabilistic reasoning and statistical analysis in TensorFlow.,486.0,37,True,2023-11-20 23:32:05.000,0.23.0,51.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],450.0,,https://pypi.org/project/tensorflow-probability,2023-11-20 23:21:06.000,450.0,1983763.0,1987166.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,119108.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +88,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-01-07 00:32:00.000000,2023-12-31 11:04:55,953.0,24.0,810.0,86.0,201.0,83.0,652.0,3918.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,37,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,355771.0,344047.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,11724.0,10375848.0,10375848.0,,,,,,,,2.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,2024-01-08 11:45:47.000000,2023-12-22 17:39:00,10683.0,59.0,383.0,58.0,2898.0,1021.0,2113.0,2550.0,"With Holoviews, your data visualizes itself.",140.0,37,True,2023-11-09 09:16:35.000,1.18.1,153.0,holoviews,conda-forge/holoviews,,,['jupyter'],9315.0,9039.0,https://pypi.org/project/holoviews,2023-12-14 19:05:36.000,273.0,281200.0,315831.0,https://anaconda.org/conda-forge/holoviews,2023-11-08 21:19:49.170,1471936.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2023-08-16 17:21:06.628,3.0,400.0,,,,,,,,,,, +90,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2023-06-16 13:21:35.778000,2020-02-15 08:33:35,523.0,,6699.0,1290.0,164.0,662.0,223.0,31846.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,,,,27688.0,25993.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1695.0,673530.0,675365.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,148688.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +91,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-01-10 16:40:43.000000,2023-12-27 16:23:43,4667.0,208.0,2774.0,246.0,703.0,74.0,854.0,25570.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",163.0,36,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",19.0,,https://pypi.org/project/tts,2023-12-12 15:27:06.000,19.0,99980.0,154065.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10201.0,,,,,1.0,1826083.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,2024-01-11 13:57:00.000000,2023-11-10 11:25:48,6020.0,34.0,3118.0,239.0,1427.0,974.0,3824.0,10073.0,Open-source simulator for autonomous driving research.,170.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,623.0,617.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,6.0,12258.0,12258.0,,,,,,,,1.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-01-11 15:00:00.000000,2024-01-11 14:59:58,26002.0,1370.0,1959.0,200.0,4928.0,138.0,3309.0,9076.0,Perform data science on data that remains in someone elses server.,503.0,36,True,2023-12-07 14:07:06.000,0.8.3,239.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2024-01-07 12:37:16.000,5.0,4807.0,4842.0,,,,,,,,1.0,1711.0,,,,,,,,,,,,,,,,,,, +94,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-01-11 09:20:21.000000,2024-01-11 09:20:21,1156.0,72.0,1661.0,126.0,109.0,3.0,837.0,8832.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",52.0,36,True,2024-01-08 17:45:27.000,0.0.81,80.0,deepface,,,,,2415.0,2394.0,https://pypi.org/project/deepface,2024-01-08 17:45:27.000,21.0,156522.0,156522.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-01-07 10:49:07.000000,2024-01-07 10:48:48,907.0,23.0,1037.0,125.0,268.0,32.0,659.0,8793.0,Unsupervised text tokenizer for Neural Network-based text generation.,81.0,36,True,2023-05-02 04:26:07.683,0.1.99,34.0,sentencepiece,conda-forge/sentencepiece,,,,52690.0,51731.0,https://pypi.org/project/sentencepiece,2023-05-02 04:26:07.683,959.0,11260895.0,11278001.0,https://anaconda.org/conda-forge/sentencepiece,2023-11-02 09:17:09.257,697344.0,,,,,1.0,32707.0,,,,,,,,,,,,,,,,,,, +96,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-01-10 16:56:12.000000,2024-01-07 20:42:33,9605.0,42.0,1171.0,123.0,1073.0,168.0,878.0,7082.0,A PyTorch-based Speech Toolkit.,225.0,36,True,2023-11-22 02:29:10.000,0.5.16,15.0,speechbrain,,,,['pytorch'],1425.0,1401.0,https://pypi.org/project/speechbrain,2023-11-22 02:29:10.000,24.0,161834.0,161834.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +97,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-01-11 14:42:51.000000,2024-01-10 03:41:30,2936.0,57.0,919.0,93.0,3191.0,260.0,2579.0,4974.0,AI Toolkit for Healthcare Imaging.,176.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],1738.0,1690.0,https://pypi.org/project/monai,2023-10-12 17:09:21.000,48.0,118771.0,119592.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,20536.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +98,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-01-11 12:00:26.000000,2024-01-10 09:22:51,9920.0,438.0,1552.0,146.0,2130.0,538.0,1213.0,4839.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",233.0,36,True,2022-12-01 14:00:47.111,2.7.1,788.0,deepchem,conda-forge/deepchem,,,['tensorflow'],315.0,303.0,https://pypi.org/project/deepchem,2023-12-28 19:05:46.000,12.0,16986.0,19213.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,104683.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +99,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2024-01-11 13:55:42.000000,2024-01-11 10:01:59,21055.0,490.0,1174.0,241.0,7851.0,936.0,1336.0,4707.0,Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations using bigdl-llm.,195.0,36,True,2023-11-13 02:02:20.000,2.4.0,806.0,bigdl,,,,,51.0,46.0,https://pypi.org/project/bigdl,2024-01-11 13:55:42.000,1.0,5786.0,5788.0,,,,,,,,2.0,187.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,4.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-01-10 11:21:58.000000,2024-01-08 15:20:06,2149.0,150.0,207.0,65.0,131.0,73.0,523.0,3680.0,A Grammar of Graphics for Python.,105.0,36,True,2023-11-06 11:06:44.000,0.12.4,20.0,plotnine,conda-forge/plotnine,,,,6871.0,6603.0,https://pypi.org/project/plotnine,2023-11-06 11:02:10.000,268.0,2121558.0,2129256.0,https://anaconda.org/conda-forge/plotnine,2023-11-06 12:55:06.721,331048.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +101,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-01-11 00:20:32.000000,2024-01-01 17:27:18,8425.0,73.0,691.0,98.0,13106.0,46.0,804.0,3560.0,State of the Art Natural Language Processing.,110.0,36,True,2024-01-01 18:58:43.000,5.2.2,136.0,spark-nlp,,,,['spark'],412.0,381.0,https://pypi.org/project/spark-nlp,2024-01-01 17:22:32.000,31.0,3781445.0,3781445.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +102,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-01-05 13:12:05.000000,2023-12-21 03:06:20,3865.0,67.0,1023.0,153.0,1564.0,357.0,862.0,3548.0,Fast data visualization and GUI tools for scientific / engineering applications.,267.0,36,True,2023-04-14 21:33:03.621,0.13.3,21.0,pyqtgraph,conda-forge/pyqtgraph,,,,9556.0,8590.0,https://pypi.org/project/pyqtgraph,2023-04-14 21:33:03.621,966.0,116563.0,122479.0,https://anaconda.org/conda-forge/pyqtgraph,2023-06-16 13:19:32.302,496993.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +103,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,2023-12-28 22:30:36.000000,2023-12-28 22:30:36,7350.0,45.0,606.0,117.0,1155.0,323.0,1103.0,3170.0,High-performance interactive 2D/3D data visualization library.,192.0,36,True,2023-10-03 22:23:12.000,0.14.1,37.0,vispy,conda-forge/vispy,,,['jupyter'],1511.0,1371.0,https://pypi.org/project/vispy,2023-10-03 22:13:28.000,138.0,55504.0,66739.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,449031.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,2.0,10.0,,,,,,,,,,, +104,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-01-11 15:31:03.000000,2024-01-11 14:07:07,1623.0,97.0,339.0,26.0,1342.0,54.0,696.0,1780.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",222.0,36,True,2024-01-11 12:56:00.000,1.3.0,41.0,metrics,conda-forge/torchmetrics,,,['pytorch'],19389.0,19376.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,13.0,2476.0,37815.0,https://anaconda.org/conda-forge/torchmetrics,2023-12-01 20:39:28.126,1197038.0,,,,,2.0,4519.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +105,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2023-12-19 22:00:11.000000,2023-12-04 09:05:52,1211.0,12.0,205.0,33.0,47.0,9.0,158.0,1520.0,Simple Python interface for Graphviz.,22.0,36,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,62364.0,58899.0,https://pypi.org/project/graphviz,2022-07-23 11:35:06.076,3465.0,6751772.0,6752297.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,42554.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +106,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-01-07 13:12:21.000000,2023-12-27 16:34:55,1522.0,13.0,366.0,48.0,1467.0,164.0,671.0,1483.0,Exploratory analysis of Bayesian models with Python.,152.0,36,True,2023-12-27 16:22:43.000,0.17.0,35.0,arviz,conda-forge/arviz,,,,5753.0,5587.0,https://pypi.org/project/arviz,2023-12-27 16:22:43.000,166.0,1468854.0,1515685.0,https://anaconda.org/conda-forge/arviz,2023-12-28 12:43:24.180,2060505.0,,,,,1.0,133.0,,,,,,,,,,,,,,,,,,, +107,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2023-12-24 03:56:49.000000,2023-12-13 15:11:34,1848.0,21.0,199.0,30.0,210.0,22.0,390.0,1338.0,The ctypes-based simple ImageMagick binding for Python.,104.0,36,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,18696.0,17983.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,713.0,869238.0,870529.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,36279.0,,,,,2.0,37649.0,,,,,,,,,,,,,,,,,,, +108,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-01-10 04:19:50.000000,2024-01-08 22:38:14,2319.0,1.0,6053.0,415.0,1320.0,1100.0,3035.0,28463.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,421.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2607.0,2534.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,73.0,410714.0,412109.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,58431.0,,,,,1.0,326.0,,,,,,,,,,,,,,,,,,, +109,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-01-09 17:31:49.000000,2024-01-09 17:24:35,389.0,3.0,4645.0,849.0,265.0,543.0,611.0,25343.0,Library for fast text representation and classification.,68.0,35,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,5660.0,5436.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,224.0,907142.0,908952.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,72439.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +110,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2023-12-16 22:04:09.000000,2023-09-04 11:42:16,615.0,,2883.0,299.0,243.0,345.0,584.0,20703.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,4900.0,4808.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,92.0,246888.0,435538.0,,,,,,,,1.0,8111969.0,,,,,,,,,,,,,,,,,,, +111,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4909.0,500.0,152.0,1003.0,1349.0,19845.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,35,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],1470.0,1459.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,11.0,515689.0,682953.0,,,,,,,,2.0,1505382.0,,,,,,,,,,,,,,,,,,, +112,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-01-05 10:31:39.000000,2023-10-18 07:33:05,791.0,7.0,4457.0,423.0,438.0,363.0,1723.0,17349.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,35,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,149.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,128.0,767627.0,801791.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1126541.0,,,,,1.0,2279.0,,,,,,,,,,,,,,,,,,, +113,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2023-07-26 09:00:34.000000,2020-06-01 14:58:26,2913.0,,2395.0,232.0,336.0,294.0,223.0,13970.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,,,,18413.0,17987.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,426.0,300255.0,302965.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,149077.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +114,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2023-11-26 17:29:04.000000,2021-06-01 10:43:00,1848.0,,4426.0,553.0,712.0,390.0,1267.0,13763.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,,,,,5886.0,5533.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,353.0,33316.0,33316.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +115,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,2023-12-24 05:29:22.000000,2023-12-07 06:42:43,786.0,5.0,1540.0,130.0,663.0,372.0,436.0,12997.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,133.0,35,True,2023-06-10 07:46:02.827,1.3.1,53.0,albumentations,conda-forge/albumentations,,,['pytorch'],20421.0,20079.0,https://pypi.org/project/albumentations,2023-06-10 07:46:02.827,342.0,957325.0,960032.0,https://anaconda.org/conda-forge/albumentations,2023-06-12 13:29:26.010,148933.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +116,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-01-11 14:55:33.000000,2024-01-11 11:33:26,2993.0,323.0,1501.0,120.0,3197.0,337.0,2483.0,12287.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",226.0,35,True,2023-12-14 13:35:39.000,1.23.0,74.0,haystack,,,,,69.0,69.0,https://pypi.org/project/haystack,,,2339.0,2339.0,,,,,,,,1.0,23.0,,,,,,,,,,,,,,,,,,, +117,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,,2260.0,284.0,3096.0,91.0,2477.0,11631.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'],4077.0,3887.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,190.0,32012.0,33963.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,119016.0,,,,,1.0,62.0,,,,,,,,,,,,,,,,,,, +118,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-01-11 02:26:06.000000,2024-01-11 01:18:48,3791.0,98.0,1142.0,190.0,2779.0,334.0,745.0,10381.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",151.0,35,True,2023-12-20 21:57:36.000,0.9.1,49.0,ludwig,,,,['tensorflow'],244.0,235.0,https://pypi.org/project/ludwig,2023-12-20 21:57:36.000,9.0,3808.0,3808.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,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-01-01 13:12:13.000000,2023-12-09 05:39:53,576.0,12.0,2361.0,222.0,244.0,114.0,416.0,9829.0,A little word cloud generator in Python.,72.0,35,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,854.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,833.0,1208358.0,1219099.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,451160.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +120,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-01-11 14:03:56.000000,2024-01-11 06:32:19,6024.0,138.0,1873.0,180.0,5665.0,40.0,1847.0,8930.0,NeMo: a toolkit for conversational AI.,269.0,35,True,2024-01-11 02:04:18.000,1.22.0,46.0,nemo-toolkit,,,,['pytorch'],21.0,21.0,https://pypi.org/project/nemo-toolkit,,,35313.0,37601.0,,,,,,,,1.0,119009.0,,,,,,,,,,,,,,,,,,, +121,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2023-06-16 13:22:54.304000,2023-03-11 18:17:15,563.0,,1123.0,267.0,156.0,113.0,155.0,8819.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",36.0,35,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,36663.0,35232.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,1431.0,496993.0,499701.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,241057.0,,,,,1.0,113.0,,,,,,,,,,,,,,,,,,, +122,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-01-11 07:31:03.000000,2024-01-11 07:31:03,668.0,11.0,318.0,69.0,105.0,30.0,131.0,7548.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,35,True,2023-10-01 01:13:46.000,0.7.0,14.0,einops,conda-forge/einops,,,,24888.0,24045.0,https://pypi.org/project/einops,2023-10-01 01:13:46.000,843.0,5355936.0,5360476.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,177061.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,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-01-11 10:30:04.000000,2024-01-10 05:32:52,32288.0,102.0,2011.0,386.0,6729.0,2718.0,6517.0,6595.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",249.0,35,True,,,150.0,h2o,,,,,103.0,21.0,https://pypi.org/project/h2o,2023-12-20 19:10:56.000,82.0,376402.0,376402.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,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-01-11 05:56:45.000000,2024-01-10 19:44:56,18912.0,533.0,450.0,54.0,2606.0,472.0,968.0,6229.0,"Visualize, create, and debug image and video datasets and model predictions.",104.0,35,True,2023-12-21 19:00:21.000,0.23.2,136.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",481.0,470.0,https://pypi.org/project/fiftyone,2023-12-21 17:30:20.000,11.0,84335.0,84335.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,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-01-11 05:42:37.000000,2024-01-11 05:42:37,2717.0,52.0,688.0,73.0,3189.0,196.0,788.0,6090.0,Build Production-Grade AI Applications.,193.0,35,True,2023-12-28 21:36:24.000,1.1.11,121.0,bentoml,,,,,1467.0,1455.0,https://pypi.org/project/bentoml,2024-01-09 07:02:38.000,12.0,72032.0,72069.0,,,,,,,,2.0,2125.0,,,,,,,,,,,,,,,,,,, +126,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-01-11 12:26:10.000000,2024-01-11 12:13:07,1654.0,19.0,610.0,60.0,1796.0,150.0,1245.0,4411.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,385.0,35,True,2023-10-19 08:24:46.000,0.4.13,1501.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2661.0,2612.0,https://pypi.org/project/pytorch-ignite,2024-01-11 00:13:47.000,49.0,378628.0,381193.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,171906.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-01-11 15:24:26.000000,2024-01-11 13:49:29,5573.0,3409.0,424.0,37.0,253.0,174.0,969.0,4378.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",98.0,35,True,2024-01-11 12:17:37.000,1.17.1,27.0,litellm,,,,others,725.0,725.0,https://pypi.org/project/litellm,,,188692.0,188692.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +128,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-01-02 16:59:03.000000,2023-11-23 21:41:49,1136.0,6.0,661.0,90.0,269.0,32.0,252.0,4180.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4063.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4063.0,4312609.0,4341496.0,https://anaconda.org/conda-forge/geopy,2023-11-24 00:10:43.371,1242159.0,,,,,2.0,12.0,,6.0,,,,,,,,,,,,,,,,, +129,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-01-09 11:19:35.000000,2023-12-14 12:33:32,5268.0,6.0,284.0,80.0,775.0,17.0,123.0,2774.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2023-12-14 15:50:47.000,8.2.2,230.0,thinc,conda-forge/thinc,,,,42050.0,41413.0,https://pypi.org/project/thinc,2023-12-14 15:07:16.000,637.0,5322751.0,5383865.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2689024.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-01-11 13:12:37.000000,2024-01-10 23:06:11,4030.0,179.0,399.0,34.0,2844.0,421.0,1022.0,2142.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,153.0,35,True,2023-12-15 17:20:47.000,0.43.1,86.0,pyvista,conda-forge/pyvista,,,['jupyter'],2790.0,2539.0,https://pypi.org/project/pyvista,2023-12-14 07:10:19.000,251.0,136314.0,146392.0,https://anaconda.org/conda-forge/pyvista,2023-12-14 09:30:38.542,432959.0,,,,,2.0,791.0,,,,,,,,,,,,,,,,,,, +131,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-01-11 11:25:13.000000,2024-01-11 11:23:59,4987.0,153.0,491.0,22.0,1124.0,962.0,585.0,2019.0,"This is the development home of the workflow management system Snakemake. For general information, see.",313.0,35,True,2024-01-11 11:25:13.000,8.1.1,288.0,snakemake,bioconda/snakemake,,,,2098.0,1836.0,https://pypi.org/project/snakemake,2024-01-11 11:25:13.000,262.0,84432.0,93997.0,https://anaconda.org/bioconda/snakemake,2024-01-08 11:48:25.156,946962.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,7.0,556.0,58.0,1880.0,76.0,895.0,1680.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:15:27.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],13821.0,13821.0,https://pypi.org/project/tensorflow-addons,,,720372.0,720372.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +133,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-01-11 15:23:12.000000,2024-01-11 15:23:10,1252.0,124.0,351.0,58.0,1169.0,129.0,572.0,1444.0,The official Python client for the Huggingface Hub.,127.0,35,True,2024-01-05 10:58:08.000,0.20.2,94.0,huggingface_hub,conda-forge/huggingface_hub,,,,610.0,,https://pypi.org/project/huggingface_hub,2024-01-05 10:51:28.000,610.0,20651230.0,20694905.0,https://anaconda.org/conda-forge/huggingface_hub,2024-01-05 19:52:22.775,1528648.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,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-01-11 14:59:08.000000,2024-01-11 14:28:56,1527.0,68.0,166.0,30.0,1393.0,58.0,170.0,1104.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,35,True,2023-11-30 17:53:01.000,2024.0.1,23.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],9262.0,9238.0,https://pypi.org/project/scikit-learn-intelex,2023-11-28 16:02:08.000,24.0,122658.0,129679.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2023-12-08 20:11:03.328,231712.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +135,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-01-07 21:51:54.000000,2023-12-17 00:47:47,1472.0,9.0,209.0,47.0,526.0,33.0,732.0,1096.0,Fiona reads and writes geographic data files.,72.0,35,True,2023-10-12 19:29:21.000,1.9.5,108.0,fiona,conda-forge/fiona,,,,17253.0,17185.0,https://pypi.org/project/fiona,2023-10-12 19:16:01.000,68.0,5609301.0,5732786.0,https://anaconda.org/conda-forge/fiona,2024-01-01 18:20:39.698,5186405.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,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-01-11 14:44:16.000000,2024-01-10 12:28:09,10182.0,106.0,538.0,70.0,2283.0,296.0,1687.0,1071.0,Machine learning for NeuroImaging in Python.,232.0,35,True,2023-10-01 19:30:40.000,0.10.2,45.0,nilearn,conda-forge/nilearn,,,['sklearn'],3092.0,2802.0,https://pypi.org/project/nilearn,2023-09-29 11:10:28.000,290.0,38526.0,45296.0,https://anaconda.org/conda-forge/nilearn,2023-10-02 11:59:55.930,257130.0,,,,,2.0,150.0,,,,,,,,,,,,,,,,,,, +137,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2023-12-11 19:18:48.000000,2023-11-08 03:20:43,1527.0,3.0,211.0,33.0,669.0,31.0,565.0,951.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,28382.0,26347.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2035.0,7055853.0,7224278.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7073867.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +138,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2023-12-31 15:22:55.000000,2023-12-26 14:53:14,5765.0,103.0,254.0,36.0,787.0,126.0,392.0,599.0,Python package to access a cacophony of neuro-imaging file formats.,100.0,35,True,2023-12-12 14:28:42.000,5.2.0,41.0,nibabel,conda-forge/nibabel,,,,17704.0,16512.0,https://pypi.org/project/nibabel,2023-12-11 21:37:41.000,1192.0,381769.0,397380.0,https://anaconda.org/conda-forge/nibabel,2023-12-12 00:00:35.048,671298.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +139,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-01-11 06:23:32.000000,2024-01-11 06:23:22,7516.0,281.0,2618.0,296.0,182.0,27.0,1001.0,25140.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-01-06 02:58:11.000,7.3.7,614.0,netron,,,,"['pytorch', 'tensorflow']",86.0,12.0,https://pypi.org/project/netron,2024-01-06 02:58:11.000,74.0,16404.0,72868.0,,,,,,,,1.0,56464.0,,,,,,,,,,,,,,,,,,, +140,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2023-12-08 19:57:16.000000,2021-11-17 17:52:52,3466.0,,3827.0,664.0,1670.0,132.0,1983.0,23673.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'],432.0,389.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,4431.0,21694.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2480.0,,,,,2.0,1099625.0,,,,,,,,,,,,,,,,,,, +141,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,GPL-3.0,2018-08-02 17:56:45.000,2024-01-11 13:38:40.000000,2024-01-11 12:29:49,16735.0,1781.0,2558.0,379.0,4538.0,592.0,3140.0,19555.0,Build AI using SQL.,815.0,34,False,2024-01-05 10:56:46.000,23.12.4.2,453.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-01-05 10:57:50.000,,25476.0,25476.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,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-01-11 14:50:14.000000,2023-12-23 07:44:06,8697.0,31.0,2926.0,270.0,1219.0,165.0,656.0,17154.0,Best Practices on Recommendation Systems.,128.0,34,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,101.0,99.0,https://pypi.org/project/recommenders,2022-04-01 08:49:49.000,2.0,61621.0,61628.0,,,,,,,,1.0,464.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +143,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-01-11 15:15:54.000000,2024-01-11 15:15:54,17415.0,675.0,5975.0,68.0,11282.0,1230.0,15503.0,13864.0,The Unified AI Framework.,1450.0,34,True,2023-06-29 19:33:01.167,0.0.0,105.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,2024-01-04 08:14:48.000,9.0,804.0,804.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,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-01-10 21:14:43.000000,2024-01-05 20:03:59,1332.0,1.0,2226.0,331.0,1580.0,373.0,1855.0,13742.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,34,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1104.0,1068.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,36.0,50451.0,50451.0,,,,,,,,2.0,,stable/horovod,,,,,,,,,,,,,,,,,, +145,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-01-11 03:08:34.000000,2023-12-24 12:23:23,4680.0,42.0,4264.0,389.0,673.0,501.0,1278.0,11624.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",195.0,34,False,2023-12-14 00:42:43.000,3.3.9,20.0,glfw,conda-forge/glfw,,,,22.0,22.0,https://pypi.org/project/glfw,,,198673.0,237172.0,https://anaconda.org/conda-forge/glfw,2023-12-14 03:10:06.213,173621.0,,,,,2.0,3555209.0,,,,,,,,,,,,,,,,,,, +146,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-01-09 19:58:17.000000,2024-01-09 19:58:17,3755.0,200.0,827.0,137.0,163.0,88.0,971.0,10974.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",90.0,34,True,2024-01-07 10:47:57.000,16.0.4,232.0,ocrmypdf,conda-forge/ocrmypdf,,,,721.0,702.0,https://pypi.org/project/ocrmypdf,2024-01-07 10:47:57.000,19.0,53432.0,55517.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,60581.0,,,,,2.0,1776.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +147,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-01-11 13:55:43.000000,2024-01-10 22:12:20,2483.0,14.0,620.0,102.0,440.0,550.0,1168.0,8610.0,An open source multi-tool for exploring and publishing data.,75.0,34,True,2023-12-22 23:22:42.000,0.64.6,141.0,datasette,conda-forge/datasette,,,,1353.0,1139.0,https://pypi.org/project/datasette,2023-12-22 23:22:42.000,214.0,34240.0,35131.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,29394.0,,,,,1.0,59.0,,,,,,,,,datasette,,,,,,,,,, +148,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-01-07 16:37:50.000000,2024-01-06 16:31:41,2436.0,19.0,971.0,204.0,2262.0,241.0,826.0,8240.0,Deep universal probabilistic programming with Python and PyTorch.,148.0,34,True,2023-07-29 21:20:27.000,1.8.6,34.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],1946.0,1832.0,https://pypi.org/project/pyro-ppl,2023-07-29 21:09:56.000,114.0,249866.0,253864.0,https://anaconda.org/conda-forge/pyro-ppl,2023-07-29 23:12:47.995,135949.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +149,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-01-05 13:54:55.000000,2023-12-06 12:55:15,486.0,32.0,2328.0,282.0,139.0,310.0,314.0,7792.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,34,True,2023-12-06 13:10:51.000,3.10.1,56.0,SpeechRecognition,conda-forge/speechrecognition,,,,850.0,21.0,https://pypi.org/project/SpeechRecognition,2023-12-06 13:02:22.000,829.0,579690.0,583976.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,175755.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2023-12-23 11:40:18.000000,2023-12-16 05:36:44,1721.0,29.0,1295.0,148.0,207.0,188.0,144.0,7733.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2023-11-18 08:45:46.000,1.1.2,90.0,pyod,conda-forge/pyod,,,,3252.0,3188.0,https://pypi.org/project/pyod,2023-11-18 08:43:48.000,64.0,599295.0,601313.0,https://anaconda.org/conda-forge/pyod,2023-11-18 09:26:18.014,88824.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +151,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-01-11 12:59:18.000000,2023-12-02 06:10:46,4212.0,126.0,900.0,144.0,462.0,80.0,760.0,6914.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",66.0,34,True,2023-12-03 06:48:53.000,1.7.0,22.0,stanza,stanfordnlp/stanza,,,,2463.0,2369.0,https://pypi.org/project/stanza,2023-12-03 06:48:53.000,94.0,151417.0,151575.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7305.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,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,2023-11-28 15:45:20.000000,2023-10-23 10:43:57,848.0,2.0,1272.0,140.0,489.0,43.0,539.0,6601.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,80.0,34,True,2023-07-08 22:17:53.000,0.11.0,33.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],23782.0,23427.0,https://pypi.org/project/imbalanced-learn,2023-07-08 21:51:38.887,355.0,8736845.0,8748863.0,https://anaconda.org/conda-forge/imbalanced-learn,2023-07-08 22:18:55.284,516810.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +153,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-01-11 10:26:02.000000,2024-01-05 14:34:20,2870.0,42.0,2223.0,174.0,1127.0,26.0,1403.0,6430.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2023-11-02 12:54:04.000,3.4.3,48.0,OpenNMT-py,,,,['pytorch'],257.0,247.0,https://pypi.org/project/OpenNMT-py,2023-11-02 12:54:04.000,10.0,4559.0,4559.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2023-12-27 20:40:01.000000,2023-12-27 20:40:01,3261.0,7.0,945.0,137.0,637.0,57.0,1097.0,6417.0,Python library for audio and music analysis.,119.0,34,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1517.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1517.0,1800325.0,1817316.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,713646.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +155,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-01-09 23:14:44.000000,2024-01-09 23:14:44,2943.0,197.0,687.0,141.0,90.0,79.0,323.0,5868.0,Fit interpretable models. Explain blackbox machine learning.,40.0,34,True,2023-12-14 21:27:55.000,0.5.0,40.0,interpret,,,,['jupyter'],605.0,605.0,https://pypi.org/project/interpret,,,69518.0,69518.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +156,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-01-10 16:14:12.000000,2024-01-10 12:07:19,2271.0,62.0,625.0,91.0,242.0,425.0,515.0,4976.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",88.0,34,True,2024-01-10 16:14:12.000,1.14.1,149.0,clearml,,allegroai/trains,,,898.0,881.0,https://pypi.org/project/clearml,2024-01-10 16:12:37.000,17.0,200436.0,201018.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30188.0,2.0,1900.0,,,,,,,,,,,,,,,,,,, +157,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-01-05 18:58:45.309000,2024-01-05 18:46:51,1637.0,3.0,836.0,117.0,521.0,139.0,337.0,4675.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,103.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],12086.0,11896.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,190.0,592675.0,599721.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,295945.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +158,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-01-11 02:50:57.000000,2023-12-27 21:07:24,12124.0,146.0,1102.0,99.0,1306.0,140.0,742.0,4249.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2023-12-27 22:17:11.000,1.17.0,57.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,485.0,474.0,https://pypi.org/project/adversarial-robustness-toolbox,2023-12-27 21:11:33.000,11.0,19618.0,20462.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2023-12-27 22:57:10.074,35452.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +159,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2023-12-07 19:03:21.000000,2023-12-07 19:03:20,1290.0,6.0,2511.0,1981.0,531.0,386.0,1075.0,3862.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,101.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2023-11-09 22:25:24.000,48.0,466781.0,466789.0,,,,,,,,2.0,505.0,,,,,,,,,,,,,,,,,,, +160,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-01-10 23:51:37.000000,2024-01-09 01:11:38,3632.0,74.0,791.0,57.0,1397.0,342.0,1185.0,3839.0,"Serve, optimize and scale PyTorch models in production.",181.0,34,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],599.0,583.0,https://pypi.org/project/torchserve,2023-10-12 22:01:55.000,16.0,30433.0,57688.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,145057.0,https://hub.docker.com/r/pytorch/torchserve,2023-10-12 22:44:52.307587,22.0,1219495.0,2.0,5465.0,,,,,,,,,,,,,,,,,,, +161,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-01-11 15:39:01.000000,2024-01-10 15:49:07,2786.0,229.0,277.0,24.0,2576.0,186.0,1575.0,2811.0,Argilla: the open-source feedback platform for LLMs.,75.0,34,True,2023-12-21 14:45:33.000,1.21.0,100.0,rubrix,conda-forge/rubrix,,,,2177.0,2177.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,372.0,1507.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28388.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +162,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-01-11 13:28:58.000000,2024-01-08 21:44:55,2296.0,29.0,616.0,75.0,2837.0,188.0,713.0,2308.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",221.0,34,True,2023-12-15 02:05:05.000,2.1.2,30.0,torchaudio,,,,['pytorch'],544.0,,https://pypi.org/project/torchaudio,2023-12-14 21:50:35.000,544.0,2174029.0,2174029.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-01-10 20:42:20.000000,2024-01-10 20:37:26,2784.0,181.0,281.0,68.0,1497.0,54.0,581.0,2213.0,Adaptive Experimentation Platform.,159.0,34,True,2023-12-09 18:28:49.000,0.3.6,39.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],649.0,621.0,https://pypi.org/project/ax-platform,2023-12-09 18:28:49.000,28.0,78481.0,79019.0,https://anaconda.org/conda-forge/ax-platform,2023-12-11 15:43:05.639,16699.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +164,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-01-11 13:34:59.000000,2024-01-11 13:34:59,932.0,87.0,304.0,53.0,1069.0,272.0,353.0,1877.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,89.0,34,True,2023-12-15 10:54:26.000,1.16.1,55.0,optimum,conda-forge/optimum,,,,1363.0,1306.0,https://pypi.org/project/optimum,2023-12-15 10:54:15.000,57.0,753032.0,753544.0,https://anaconda.org/conda-forge/optimum,2023-12-15 13:15:30.310,10771.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +165,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-01-11 13:55:30.000000,2024-01-10 14:09:16,1167.0,17.0,361.0,66.0,591.0,262.0,346.0,1436.0,A Jupyter - Leaflet.js bridge.,87.0,34,True,2023-12-15 14:25:01.000,0.18.1,80.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],6956.0,6790.0,https://pypi.org/project/ipyleaflet,2023-12-15 14:25:01.000,160.0,94842.0,154904.0,https://anaconda.org/conda-forge/ipyleaflet,2023-12-15 15:24:03.988,1094528.0,,,,,2.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2023-11-27 10:01:28.313,6.0,35187.0,,,,,,,,,,, +166,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,LGPL-3.0,2012-08-03 07:43:59.000,2024-01-11 15:00:13.000000,2024-01-10 10:12:45,2946.0,44.0,348.0,55.0,1114.0,326.0,922.0,1317.0,Cartopy - a cartographic python library with matplotlib support.,124.0,34,False,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,4696.0,4250.0,https://pypi.org/project/cartopy,2023-08-05 00:57:41.000,446.0,129074.0,205252.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3351834.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +167,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-01-10 01:14:54.000000,2024-01-09 17:35:30,863.0,4.0,320.0,45.0,1008.0,160.0,163.0,1172.0,Making text a first-class citizen in TensorFlow.,111.0,34,True,2023-11-15 19:00:05.000,2.15.0,67.0,tensorflow-text,,,,['tensorflow'],6410.0,6272.0,https://pypi.org/project/tensorflow-text,2023-11-15 18:28:36.000,138.0,3849215.0,3849215.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,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,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,13248.0,1567.0,224.0,747.0,584.0,50777.0,The worlds simplest facial recognition api for Python and the command line.,54.0,33,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],83.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,62.0,61564.0,62064.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19433.0,,,,,2.0,1223.0,,,,,,,,,,,,,,,,,,, +169,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-01-11 15:21:43.000000,2024-01-11 13:01:11,2943.0,108.0,4110.0,373.0,3534.0,365.0,1161.0,36074.0,"Making large AI models cheaper, faster and more accessible.",161.0,33,True,2023-11-01 05:57:35.000,0.3.4,34.0,,,,,,286.0,286.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +170,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-01-09 02:17:50.000000,2024-01-09 02:12:36,1497.0,7.0,6786.0,379.0,647.0,381.0,3036.0,27784.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",263.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1562.0,1556.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,6.0,,5198.0,https://anaconda.org/conda-forge/detectron2,2023-11-30 09:37:14.142,218341.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,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-01-03 17:54:23.000000,2023-07-11 13:03:36,1421.0,,3721.0,761.0,1133.0,373.0,588.0,18798.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'],524.0,486.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,38.0,2442.0,2442.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,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,2023-12-26 23:00:56.000000,2020-10-14 16:36:49,6226.0,,4627.0,1000.0,1869.0,357.0,658.0,16786.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1061.0,975.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,86.0,2611.0,2796.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7415.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +173,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,2023-09-25 04:57:08.085000,2023-08-20 17:38:53,890.0,,1110.0,322.0,266.0,54.0,341.0,12332.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,33,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,3734.0,3460.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,274.0,837082.0,846559.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,379080.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,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-01-02 11:17:53.000000,2024-01-02 11:17:47,862.0,3.0,1363.0,418.0,85.0,32.0,159.0,9655.0,TensorFlow-based neural network library.,58.0,33,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1259.0,1206.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,53.0,15020.0,15555.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,26760.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +175,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2023-12-12 17:39:59.000000,2023-12-08 19:12:48,2431.0,7.0,1514.0,290.0,429.0,272.0,636.0,9382.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,33,False,2023-08-15 18:21:39.000,0.12.1,29.0,tpot,conda-forge/tpot,,,['sklearn'],2555.0,2555.0,https://pypi.org/project/tpot,,,31770.0,37414.0,https://anaconda.org/conda-forge/tpot,2023-08-15 22:49:07.495,242718.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +176,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,,898.0,261.0,148.0,108.0,103.0,9040.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,24188.0,22071.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,2117.0,4686528.0,4692304.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,519857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,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-01-06 17:09:35.000000,2023-11-17 16:27:58,10398.0,5.0,1965.0,350.0,3415.0,143.0,1132.0,8351.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,332.0,33,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,34.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,34.0,38027.0,41552.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,137501.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +178,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2023-12-28 21:58:28.000000,2022-12-08 17:49:19,746.0,,964.0,135.0,220.0,320.0,270.0,8043.0,Manipulate audio with a simple and easy high level interface.,95.0,33,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,48273.0,46989.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1284.0,3146988.0,3148278.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,78731.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +179,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-01-03 19:20:21.000000,2023-09-29 18:36:14,1218.0,,1022.0,126.0,272.0,349.0,382.0,6975.0,Distributed Asynchronous Hyperparameter Optimization in Python.,102.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,13755.0,13250.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,505.0,1691021.0,1702649.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,744231.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,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-01-11 11:52:43.000000,2024-01-10 21:43:58,37885.0,545.0,782.0,146.0,8862.0,903.0,4943.0,6887.0,cuDF - GPU DataFrame Library.,268.0,33,True,2023-12-08 21:31:24.000,23.12.01,44.0,cudf,,,,,50.0,50.0,https://pypi.org/project/cudf,,,2326.0,2326.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +181,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,2.0,872.0,218.0,220.0,174.0,233.0,6641.0,Efficiently computes derivatives of numpy code.,56.0,33,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,7386.0,7062.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,324.0,1042446.0,1062589.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,382717.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +182,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,,1397.0,291.0,6588.0,12.0,2030.0,5838.0,A flexible framework of neural networks for deep learning.,322.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3562.0,3158.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,404.0,17372.0,17721.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16423.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +183,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,2023-12-16 19:25:54.000000,2023-12-16 19:23:13,1208.0,33.0,641.0,65.0,131.0,54.0,432.0,5616.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,33,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1174.0,1144.0,https://pypi.org/project/pytorch-metric-learning,2023-12-16 19:14:54.000,30.0,206230.0,206460.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11054.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +184,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-01-10 19:50:40.000000,2024-01-10 19:50:37,601.0,14.0,680.0,107.0,183.0,14.0,339.0,5294.0,Python-tesseract is an optical character recognition (OCR) tool for python.,45.0,33,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,1209.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,1209.0,1170780.0,1184931.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,594362.0,,,,,2.0,,,5.0,,,,,,,,,,,,,,,,, +185,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-01-11 13:10:52.000000,2024-01-06 15:28:53,29252.0,398.0,1564.0,185.0,2028.0,28.0,1547.0,4646.0,"mlpack: a fast, header-only C++ machine learning library.",311.0,33,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,2023-12-16 03:56:46.000,1.0,3815.0,7666.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,165603.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +186,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-01-08 06:54:55.000000,2024-01-08 06:47:10,1052.0,33.0,454.0,225.0,733.0,167.0,330.0,4367.0,Model interpretability and understanding for PyTorch.,104.0,33,True,2023-12-05 09:21:02.000,0.7.0,9.0,captum,conda-forge/captum,,,['pytorch'],1712.0,1712.0,https://pypi.org/project/captum,,,188663.0,189440.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,19448.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +187,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-01-10 22:57:40.000000,2024-01-10 22:27:16,1122.0,33.0,581.0,116.0,834.0,279.0,1014.0,3854.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",159.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3720.0,3547.0,https://pypi.org/project/coremltools,2023-11-01 14:33:59.000,173.0,158092.0,159572.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53126.0,,,,,2.0,9010.0,,,,,,,,,,,,,,,,,,, +188,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,2023-12-28 17:43:43.000000,2023-12-03 03:47:34,490.0,5.0,582.0,64.0,212.0,191.0,151.0,3771.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,5869.0,5805.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,64.0,572058.0,575379.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,122907.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,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,2023-11-20 09:49:19.000000,2023-11-20 09:49:15,1174.0,6.0,1708.0,148.0,209.0,3.0,681.0,3415.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,33,True,2023-10-06 10:06:37.000,0.15.0,18.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],340.0,,https://pypi.org/project/tensorflow-hub,2023-10-06 09:58:50.000,340.0,2631267.0,2633521.0,https://anaconda.org/conda-forge/tensorflow-hub,2023-07-13 16:39:43.723,92429.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,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-01-11 11:34:29.000000,2024-01-08 15:52:24,1295.0,4.0,822.0,274.0,1439.0,310.0,512.0,3408.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",151.0,33,True,2023-12-15 02:05:45.000,0.16.2,30.0,torchtext,,,,['pytorch'],494.0,,https://pypi.org/project/torchtext,2023-12-14 21:51:33.000,494.0,312750.0,312750.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2024-01-11 01:43:19.000000,2024-01-09 00:58:00,1253.0,49.0,221.0,31.0,411.0,87.0,187.0,3309.0,Lightning fast forecasting with statistical and econometric models.,35.0,33,True,2024-01-05 22:28:42.000,1.7.1,29.0,statsforecast,conda-forge/statsforecast,,,,681.0,655.0,https://pypi.org/project/statsforecast,2024-01-05 22:28:42.000,26.0,437498.0,440072.0,https://anaconda.org/conda-forge/statsforecast,2024-01-05 23:52:06.950,56634.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +192,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-01-08 13:11:43.000000,2024-01-08 13:11:42,1490.0,16.0,363.0,91.0,734.0,131.0,441.0,3125.0,Quickly and accurately render even the largest data.,54.0,33,True,2023-10-26 15:10:16.000,0.16.0,42.0,datashader,conda-forge/datashader,,,,3548.0,3419.0,https://pypi.org/project/datashader,2023-10-31 11:50:35.000,129.0,93668.0,110422.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,737215.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +193,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-01-11 09:36:35.000000,2023-12-28 01:46:14,1765.0,86.0,349.0,53.0,1502.0,54.0,392.0,2869.0,Bayesian optimization in PyTorch.,107.0,33,True,2023-12-09 01:58:40.000,0.9.5,41.0,botorch,conda-forge/botorch,,,['pytorch'],794.0,794.0,https://pypi.org/project/botorch,,,117456.0,119812.0,https://anaconda.org/conda-forge/botorch,2023-12-09 03:51:41.401,96636.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +194,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-01-10 15:25:01.000000,2021-10-12 13:32:38,1570.0,,505.0,64.0,542.0,303.0,392.0,2701.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2021-10-12 15:33:19.000,0.9.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,5563.0,5287.0,https://pypi.org/project/scikit-optimize,2021-10-12 14:23:01.204,276.0,496183.0,505105.0,https://anaconda.org/conda-forge/scikit-optimize,2023-06-16 13:23:01.487,695985.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +195,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-01-10 20:38:25.000000,2023-12-22 21:54:50,1633.0,12.0,323.0,60.0,184.0,126.0,192.0,2699.0,The machine learning toolkit for time series analysis in Python.,43.0,33,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1145.0,1096.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,242722.0,272220.0,https://anaconda.org/conda-forge/tslearn,2023-12-12 23:08:37.558,1268450.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +196,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,13.0,398.0,39.0,149.0,45.0,238.0,2322.0,A library of sklearn compatible categorical variable encoders.,70.0,33,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1529.0,1355.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,174.0,1363583.0,1372788.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,248561.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +197,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,2023-12-23 15:16:22.285000,2023-12-23 13:05:00,887.0,10.0,355.0,84.0,167.0,215.0,146.0,2292.0,D3 Renderings of Matplotlib Graphics.,52.0,33,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,5831.0,5413.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,409.0,467969.0,472990.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,191693.0,,,,,2.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,564.0,,,,,,,,,,, +198,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-01-03 22:11:59.000000,2024-01-03 22:11:54,2288.0,20.0,584.0,69.0,479.0,245.0,701.0,2226.0,Survival analysis in Python.,115.0,33,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2248.0,2118.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,130.0,348717.0,355709.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,307654.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,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-01-11 15:20:54.000000,2024-01-11 15:12:57,3826.0,187.0,515.0,51.0,3950.0,276.0,865.0,2015.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,152.0,33,True,2024-01-08 20:32:42.000,0.34.0,53.0,pennylane,conda-forge/pennylane,,,,783.0,714.0,https://pypi.org/project/pennylane,2024-01-08 20:32:42.000,69.0,35790.0,36975.0,https://anaconda.org/conda-forge/pennylane,2023-11-21 18:10:47.719,30801.0,,,,,2.0,70.0,,,,,,,,,,,,,,,,,,, +200,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2023-12-18 04:15:22.000000,2023-11-17 20:35:45,543.0,13.0,161.0,44.0,76.0,7.0,127.0,1943.0,a python library for doing approximate and phonetic matching of strings.,31.0,33,True,2023-11-17 20:44:09.000,1.0.3,42.0,jellyfish,conda-forge/jellyfish,,,,8248.0,7796.0,https://pypi.org/project/jellyfish,2023-11-17 20:44:09.000,452.0,2350882.0,2368771.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,769269.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,2024-01-09 15:39:25.000000,2024-01-07 21:48:17,3676.0,17.0,193.0,50.0,1346.0,125.0,710.0,1943.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,1656.0,1634.0,https://pypi.org/project/pythran,2024-01-07 21:21:39.000,22.0,129611.0,140502.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,435646.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +202,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,2023-12-18 13:39:47.000000,2023-12-13 18:13:12,2766.0,21.0,274.0,34.0,199.0,37.0,492.0,1195.0,Python interface for igraph.,71.0,33,False,2023-11-20 11:09:36.000,0.11.3,39.0,python-igraph,conda-forge/igraph,,,,4172.0,3756.0,https://pypi.org/project/python-igraph,2023-11-20 11:09:36.000,416.0,261948.0,280506.0,https://anaconda.org/conda-forge/igraph,2023-12-01 16:13:44.377,489763.0,,,,,1.0,562179.0,,,,,,,,,,,,,,,,,,, +203,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,14.0,107.0,32.0,60.0,71.0,78.0,910.0,Describing statistical models in Python using symbolic formulas.,19.0,33,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,89381.0,86632.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,2749.0,12538051.0,12877812.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,9513334.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,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,2023-12-18 04:56:09.000000,2023-12-06 02:03:46,14787.0,4.0,506.0,50.0,2277.0,395.0,949.0,708.0,Workflows and interfaces for neuroimaging packages.,251.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4065.0,3887.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,178.0,71903.0,86295.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,590072.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-01-11 00:54:29.000000,2024-01-10 15:18:54,13680.0,306.0,392.0,50.0,1998.0,151.0,750.0,645.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",151.0,33,False,2023-12-14 14:48:42.000,1.8.0,27.0,dipy,conda-forge/dipy,,,,1090.0,978.0,https://pypi.org/project/dipy,2023-12-14 14:48:42.000,112.0,15997.0,20588.0,https://anaconda.org/conda-forge/dipy,2023-06-16 13:16:19.782,422444.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +206,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,,3305.0,468.0,671.0,575.0,672.0,14476.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:10:01.000,1.15.7,75.0,tensor2tensor,,,,['tensorflow'],1450.0,1450.0,https://pypi.org/project/tensor2tensor,,,4040.0,4040.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +207,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2023-10-30 04:23:19.000000,2023-10-26 05:31:53,3012.0,1.0,1765.0,284.0,3502.0,349.0,1676.0,13492.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,32,True,2023-09-14 12:12:06.000,3.0,40.0,nni,,,,,542.0,542.0,https://pypi.org/project/nni,,,14634.0,14634.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +208,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,187.0,1005.0,580.0,711.0,12344.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,32,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1498.0,1492.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,6.0,7201.0,7212.0,,,,,,,,2.0,664.0,,,,,,,,,,,,,,,,,,, +209,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1760.0,264.0,114.0,96.0,535.0,11064.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,,,,5055.0,4882.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,173.0,208850.0,211145.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,195159.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +210,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2415.0,460.0,260.0,570.0,362.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5239.0,4750.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,489.0,6223.0,6223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +211,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,2023-12-23 01:58:33.000000,2023-10-02 22:40:55,1387.0,,1406.0,303.0,889.0,129.0,758.0,9018.0,AutoML library for deep learning.,143.0,32,True,2023-01-28 18:46:30.271,1.1.0,58.0,autokeras,,,,['tensorflow'],632.0,620.0,https://pypi.org/project/autokeras,2023-01-28 18:46:30.271,12.0,10750.0,10989.0,,,,,,,,2.0,17688.0,,,,,,,,,,,,,,,,,,, +212,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-01-04 03:39:32.000000,2023-12-28 06:35:09,2895.0,8.0,1583.0,87.0,1624.0,369.0,1608.0,7948.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",118.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1100.0,1096.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,4.0,1582.0,1582.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,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-01-11 12:22:37.000000,2024-01-11 10:59:10,818.0,37.0,696.0,275.0,1082.0,309.0,348.0,7264.0,Build and manage real-life data science projects with ease!.,77.0,32,True,2023-12-04 22:41:41.000,2.10.8,103.0,metaflow,conda-forge/metaflow,,,,602.0,576.0,https://pypi.org/project/metaflow,2023-12-04 22:41:41.000,26.0,108826.0,112594.0,https://anaconda.org/conda-forge/metaflow,2023-12-05 13:25:21.985,158264.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,2024-01-01 19:04:03.000000,2023-12-07 16:30:16,1315.0,7.0,848.0,158.0,1656.0,172.0,804.0,6931.0,An open source python library for automated feature engineering.,71.0,32,True,2023-10-26 18:22:23.000,1.28.0,103.0,featuretools,conda-forge/featuretools,,,,1592.0,1514.0,https://pypi.org/project/featuretools,2023-10-26 18:22:23.000,78.0,47630.0,51688.0,https://anaconda.org/conda-forge/featuretools,2023-10-27 14:28:34.721,174535.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2023-12-27 14:49:16.000000,2023-12-27 14:04:05,2705.0,8.0,1137.0,209.0,1045.0,20.0,613.0,6439.0,An open source library for deep learning end-to-end dialog systems and chatbots.,76.0,32,True,2023-12-27 14:49:16.000,1.5.0,62.0,deeppavlov,,,,['tensorflow'],379.0,372.0,https://pypi.org/project/deeppavlov,2023-12-27 14:44:59.000,7.0,8282.0,8282.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1850.0,200.0,206.0,12.0,1343.0,6291.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1486.0,1439.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,47.0,9036.0,9417.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10237.0,,,,,3.0,160.0,,,,,,,,,,,,,,,,,,, +217,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-01-05 03:37:50.000000,2023-07-28 00:16:45,2332.0,,1075.0,192.0,233.0,271.0,279.0,5419.0,Distributed Evolutionary Algorithms in Python.,87.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4685.0,4316.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,369.0,176406.0,185421.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,351598.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,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,,1594.0,304.0,294.0,152.0,268.0,5305.0,Portfolio and risk analytics in Python.,59.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,965.0,931.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,34.0,8530.0,8709.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12779.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +219,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-01-09 21:04:15.000000,2024-01-01 17:26:51,3846.0,90.0,550.0,85.0,538.0,102.0,460.0,4595.0,Online machine learning in Python.,108.0,32,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,433.0,403.0,https://pypi.org/project/river,2023-12-05 00:13:21.000,30.0,19866.0,21445.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,52119.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,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,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,5.0,152.0,76.0,66.0,17.0,120.0,3648.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2023-11-21 23:50:46.000,6.1.3,49.0,ftfy,conda-forge/ftfy,,,,16808.0,16171.0,https://pypi.org/project/ftfy,2023-11-21 23:50:46.000,637.0,3929912.0,3937662.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,279028.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2023-12-11 16:28:56.000000,2022-08-22 18:21:12,586.0,,571.0,78.0,76.0,61.0,161.0,2991.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,,,,5023.0,4857.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,166.0,1868417.0,1871450.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,239651.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,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,2023-12-27 20:29:35.000000,2023-11-29 20:31:13,1079.0,15.0,382.0,64.0,487.0,201.0,268.0,2798.0,A Hyperparameter Tuning Library for Keras.,60.0,32,True,2023-11-07 19:38:18.000,1.4.6,34.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],3141.0,3079.0,https://pypi.org/project/keras-tuner,2023-11-07 19:38:18.000,62.0,138291.0,139234.0,https://anaconda.org/conda-forge/keras-tuner,2023-11-10 05:23:26.167,27364.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,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,2023-11-30 11:52:42.000000,2023-11-30 11:52:37,963.0,15.0,221.0,39.0,518.0,71.0,171.0,2674.0,JAX-based neural network library.,79.0,32,True,2023-11-10 14:04:37.000,0.0.11,14.0,dm-haiku,conda-forge/dm-haiku,,,,1750.0,1662.0,https://pypi.org/project/dm-haiku,2023-11-10 14:04:37.000,88.0,150468.0,150877.0,https://anaconda.org/conda-forge/dm-haiku,2023-11-16 14:41:40.026,14317.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +224,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-01-09 01:55:00.000000,2023-12-15 04:36:57,2928.0,27.0,687.0,78.0,848.0,257.0,622.0,2549.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",121.0,32,True,2023-10-16 21:49:45.000,0.1.24,24.0,pgmpy,,,,,855.0,823.0,https://pypi.org/project/pgmpy,2023-10-16 20:46:07.000,32.0,41762.0,41769.0,,,,,,,,2.0,306.0,,,,,,,,,,,,,,,,,,, +225,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-01-11 14:49:21.000000,2023-12-27 10:12:23,938.0,4.0,198.0,48.0,304.0,127.0,121.0,1671.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,32,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,6081.0,5922.0,https://pypi.org/project/evaluate,2023-10-13 15:54:47.000,159.0,1846168.0,1846168.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +226,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1569.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,9265.0,8734.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,531.0,366433.0,368071.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,136011.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder +227,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,2023-10-30 17:18:47.000000,2023-10-23 16:17:56,1077.0,4.0,227.0,34.0,249.0,51.0,271.0,1469.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",22.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,7093.0,7004.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,89.0,1892747.0,1919067.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1026515.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,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-01-11 13:49:11.000000,2024-01-10 08:53:30,12984.0,491.0,277.0,35.0,1731.0,459.0,610.0,978.0,Python package for earth-observing satellite data processing.,149.0,32,False,2023-12-18 08:08:56.000,0.46.0,92.0,satpy,conda-forge/satpy,,,,136.0,118.0,https://pypi.org/project/satpy,2023-12-18 08:08:56.000,18.0,5790.0,9952.0,https://anaconda.org/conda-forge/satpy,2023-12-18 13:40:45.405,178991.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +229,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-01-11 14:47:18.000000,2024-01-10 15:22:42,11270.0,158.0,232.0,58.0,11828.0,185.0,2148.0,901.0,Cloud-native genomic dataframes and batch computing.,91.0,32,True,2023-10-30 17:22:27.000,0.2.126,146.0,hail,,,,['spark'],137.0,120.0,https://pypi.org/project/hail,2023-10-30 17:22:27.000,17.0,28610.0,28610.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2023-12-12 21:25:37.000000,2023-11-09 02:15:57,1048.0,11.0,170.0,35.0,113.0,31.0,58.0,700.0,Snowball compiler and stemming algorithms.,34.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6831.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,6826.0,8640479.0,8725557.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7572026.0,,,,,2.0,,,6.0,,,,,,,,,,,,,,,,, +231,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-01-07 01:32:14.000000,2023-07-13 08:50:20,531.0,,2657.0,384.0,119.0,213.0,561.0,24286.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],642.0,636.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,14678.0,72708.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,78924.0,,,,,2.0,2879099.0,,,,,,,,,,,,,,,,,,, +232,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-01-11 15:17:18.000000,2024-01-11 04:39:51,3351.0,738.0,2393.0,272.0,2560.0,70.0,389.0,21897.0,You like pytorch? You like micrograd? You love tinygrad!.,263.0,31,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],38.0,38.0,,,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +233,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,,1159.0,339.0,1683.0,523.0,1294.0,11133.0,Turi Create simplifies the development of custom machine learning models.,86.0,31,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,42.0,21.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,21.0,22085.0,22216.0,,,,,,,,3.0,9578.0,,,,,,,,,,,,,,,,,,, +234,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,2.0,854.0,86.0,274.0,72.0,376.0,7742.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,31,True,2022-06-05 10:13:32.000,2.5,17.0,tensorboardX,conda-forge/tensorboardx,,,,38574.0,38574.0,https://pypi.org/project/tensorboardX,,,1786754.0,1813730.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1132800.0,,,,,2.0,411.0,,,,,,,,,,,,,,,,,,, +235,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,828.0,7288.0,Automated Machine Learning with scikit-learn.,88.0,31,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],572.0,533.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,14824.0,15449.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,20630.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +236,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-01-10 07:59:13.000000,2024-01-10 07:55:34,5880.0,122.0,909.0,111.0,1591.0,92.0,620.0,7068.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2023-11-29 21:48:30.000,2.7.1,117.0,perspective-python,conda-forge/perspective,,,['jupyter'],127.0,109.0,https://pypi.org/project/perspective-python,2023-11-29 16:47:42.000,15.0,4199.0,16285.0,https://anaconda.org/conda-forge/perspective,2023-12-04 04:58:10.833,499227.0,,,,,2.0,1932.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2023-11-29 16:47:08.922,3.0,155.0,,,,,,,,,,, +237,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-01-10 09:13:10.000000,2023-12-29 15:02:53,1122.0,34.0,752.0,60.0,885.0,251.0,1017.0,6864.0,A python library for user-friendly forecasting and anomaly detection on time series.,109.0,31,True,2023-12-10 18:17:20.000,0.27.1,39.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,495.0,490.0,https://pypi.org/project/u8darts,2023-12-10 18:17:20.000,5.0,17270.0,18574.0,https://anaconda.org/conda-forge/u8darts-all,2023-12-10 22:13:26.243,38938.0,https://hub.docker.com/r/unit8/darts,2023-12-10 17:53:59.869630,,461.0,2.0,,,,,,,,,,,,,,,,,,,, +238,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-01-08 15:23:17.000000,2024-01-08 15:23:14,979.0,63.0,885.0,137.0,661.0,125.0,305.0,6449.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,82.0,31,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,324.0,317.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,32660.0,33145.0,https://anaconda.org/conda-forge/dowhy,2023-11-30 17:35:40.350,18447.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,,, +239,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-01-08 14:33:00.000000,2024-01-08 14:32:50,1082.0,7.0,366.0,82.0,524.0,51.0,450.0,5514.0,A scikit-learn compatible neural network library that wraps PyTorch.,61.0,31,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1121.0,1068.0,https://pypi.org/project/skorch,2023-09-04 09:59:43.000,53.0,50794.0,70241.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,777912.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +240,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-01-11 01:52:32.000000,2024-01-03 23:39:50,2143.0,3.0,261.0,45.0,2111.0,309.0,645.0,4462.0,Aim An easy-to-use & supercharged open-source experiment tracker.,58.0,31,True,2023-10-04 15:24:14.000,4.0.3,868.0,aim,conda-forge/aim,,,,427.0,410.0,https://pypi.org/project/aim,2024-01-10 20:08:23.000,17.0,61390.0,62764.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,41231.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2023-11-12 21:40:25.000000,2022-01-27 13:24:16,139.0,,1006.0,154.0,113.0,150.0,79.0,4435.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,,,,40669.0,39820.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,849.0,428096.0,431755.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,153705.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,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-01-10 10:17:42.000000,2024-01-05 20:03:54,779.0,20.0,359.0,73.0,280.0,57.0,503.0,4398.0,Visualizer for pandas data structures.,30.0,31,True,2024-01-08 14:23:02.000,3.9.0,140.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",984.0,984.0,https://pypi.org/project/dtale,,,82556.0,88503.0,https://anaconda.org/conda-forge/dtale,2024-01-05 22:01:34.870,261699.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2023-11-05 18:03:02.000000,2023-11-02 13:49:44,662.0,35.0,822.0,147.0,125.0,124.0,104.0,3898.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,2922.0,2873.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,49.0,70157.0,70794.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,22301.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2023-11-24 07:56:25.000000,2023-11-24 07:54:37,246.0,8.0,267.0,47.0,50.0,26.0,93.0,3709.0,A simple command-line utility for querying and monitoring GPU status.,17.0,31,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,4686.0,4552.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,134.0,745264.0,752500.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,274998.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,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-01-05 13:24:58.000000,2023-12-23 04:52:01,1393.0,24.0,447.0,53.0,744.0,42.0,457.0,3491.0,NeuralProphet: A simple forecasting package.,50.0,31,True,2023-06-14 22:41:07.000,0.6.2,28.0,neuralprophet,,,,['pytorch'],361.0,356.0,https://pypi.org/project/neuralprophet,2023-12-11 20:39:24.000,5.0,91930.0,91930.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,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,1.0,703.0,185.0,737.0,262.0,669.0,3402.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,281.0,252.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,29.0,406132.0,406295.0,,,,,,,,3.0,14237.0,,,,,,,,,,,,,,,,,,, +247,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,425.0,93.0,122.0,72.0,348.0,3205.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1082.0,1022.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,179702.0,182343.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,103011.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,5.0,324.0,67.0,75.0,9.0,120.0,2926.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,12052.0,11670.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,382.0,1109381.0,1113462.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,350995.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,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-01-05 09:23:39.000000,2024-01-05 09:23:39,1275.0,4.0,272.0,54.0,215.0,51.0,405.0,2893.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,36.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,633.0,617.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,173833.0,196064.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,955941.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,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,2023-12-28 11:42:52.000000,2023-04-20 03:41:53,699.0,,244.0,41.0,802.0,71.0,282.0,2712.0,PyTorch extensions for high performance and large scale training.,72.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],3975.0,3909.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,374881.0,381393.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,169315.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,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-01-11 15:11:54.000000,2024-01-11 15:11:53,1138.0,26.0,229.0,25.0,976.0,95.0,401.0,2649.0,A python library for self-supervised learning on images.,35.0,31,True,2024-01-09 15:13:30.000,1.4.25,112.0,lightly,,,,['pytorch'],203.0,197.0,https://pypi.org/project/lightly,2024-01-09 15:32:15.000,6.0,23362.0,23362.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,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,2023-11-20 19:06:35.000000,2023-11-20 19:03:21,997.0,5.0,478.0,57.0,135.0,341.0,164.0,2599.0,A high performance implementation of HDBSCAN clustering.,86.0,31,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3214.0,2990.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,224.0,397506.0,443300.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1785989.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,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-01-11 12:55:51.000000,2024-01-08 16:29:52,789.0,25.0,309.0,41.0,862.0,40.0,248.0,2582.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",42.0,31,True,2023-09-09 13:24:13.000,0.7.0,13.0,python-doctr,,,,"['tensorflow', 'pytorch']",231.0,228.0,https://pypi.org/project/python-doctr,2023-09-09 13:24:13.000,3.0,13481.0,77181.0,,,,,,,,2.0,2229507.0,,,,,,,,,,,,,,,,,,, +254,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,2023-12-29 17:33:04.000000,2023-12-03 09:09:14,2415.0,86.0,245.0,27.0,1121.0,75.0,224.0,2474.0,Database system for AI-powered apps.,73.0,31,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],141.0,141.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,17847.0,40564.0,,,,,,,,3.0,408916.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,, +255,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2023-12-18 20:05:31.000000,2023-12-18 19:57:13,1353.0,11.0,303.0,22.0,44.0,34.0,198.0,2123.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2023-12-17 19:42:36.000,0.4.5,90.0,explainerdashboard,conda-forge/explainerdashboard,,,,439.0,429.0,https://pypi.org/project/explainerdashboard,2023-12-17 19:42:36.000,10.0,57141.0,58280.0,https://anaconda.org/conda-forge/explainerdashboard,2023-12-17 21:59:52.942,42166.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,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-01-09 20:25:55.000000,2023-12-13 15:05:30,4135.0,19.0,1075.0,156.0,1085.0,48.0,607.0,1703.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,40.0,arcgis,,esridocker/arcgis-api-python-notebook,,,37.0,4.0,https://pypi.org/project/arcgis,2023-12-12 19:09:17.000,33.0,111913.0,112028.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,10160.0,,,,,,,,,,,,,,,,,,, +257,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-01-05 01:33:52.000000,2024-01-05 01:33:47,818.0,3.0,320.0,121.0,768.0,205.0,166.0,1445.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",83.0,31,True,2023-05-26 02:36:01.000,0.7.5,30.0,tensorflow-model-optimization,,,,['tensorflow'],3446.0,3416.0,https://pypi.org/project/tensorflow-model-optimization,2023-05-26 02:35:42.850,30.0,577637.0,577637.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-01-02 10:44:19.000000,2024-01-02 10:44:11,937.0,14.0,427.0,87.0,217.0,49.0,235.0,1391.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2571.0,2206.0,https://pypi.org/project/emcee,2023-02-02 20:53:47.943,365.0,105175.0,108638.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,318675.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,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-01-10 20:47:43.000000,2024-01-10 20:47:40,3737.0,206.0,46.0,161.0,493.0,124.0,368.0,1331.0,Multiplatform plotting library based on Grammar of Graphics.,20.0,31,True,2023-12-28 14:30:03.000,4.2.0,68.0,lets-plot,,,,,55.0,53.0,https://pypi.org/project/lets-plot,2023-12-28 13:56:03.000,2.0,18517.0,18528.0,,,,,,,,2.0,580.0,,,,,,,,,,,,,,,,,,, +260,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-01-05 16:10:54.000000,2024-01-05 16:06:48,1120.0,16.0,277.0,44.0,507.0,27.0,181.0,1216.0,ARCH models in Python.,35.0,31,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,1416.0,1346.0,https://pypi.org/project/arch,2024-01-05 08:24:51.000,70.0,240090.0,246501.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,275699.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2023-12-21 21:50:42.816000,2023-12-21 20:10:06,1524.0,6.0,145.0,41.0,132.0,4.0,640.0,1152.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,31,True,,,10.0,agate,conda-forge/agate,,,,2626.0,2626.0,https://pypi.org/project/agate,,,3937844.0,3942822.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,159310.0,,,,,2.0,,,-4.0,,,,,,,,,,,,,,,,, +262,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-01-10 20:26:08.000000,2024-01-09 15:24:31,10340.0,130.0,222.0,36.0,1416.0,206.0,338.0,1108.0,Computations and statistics on manifolds with geometric structures.,87.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,93.0,90.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3061.0,3170.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2081.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +263,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,2023-12-13 19:43:52.000000,2023-12-13 19:43:51,921.0,6.0,214.0,59.0,98.0,44.0,173.0,979.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1648.0,1592.0,https://pypi.org/project/tensorflow-transform,2023-08-11 23:14:04.000,56.0,600733.0,600733.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,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-01-10 20:18:05.000000,2023-12-22 10:07:46,641.0,23.0,93.0,23.0,492.0,315.0,397.0,872.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",45.0,31,True,2023-12-22 11:53:13.000,0.9.1,63.0,hvplot,conda-forge/hvplot,,,,4309.0,4207.0,https://pypi.org/project/hvplot,2023-12-22 11:53:13.000,102.0,129390.0,141335.0,https://anaconda.org/conda-forge/hvplot,2023-12-22 17:00:16.835,513668.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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-01-01 17:28:43.000000,2023-11-06 00:17:47,493.0,5.0,123.0,33.0,127.0,27.0,74.0,853.0,Python bindings and utilities for GeoJSON.,56.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17480.0,16215.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,1265.0,1207476.0,1277883.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,774481.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +266,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2024-01-11 13:12:44.000000,2023-12-22 09:58:36,161873.0,2531.0,84.0,52.0,1992.0,105.0,281.0,668.0,TensorFlow ROCm port.,4541.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,3961.0,3961.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +267,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2023-12-15 12:50:52.000000,2023-12-15 12:50:52,282.0,5.0,107.0,24.0,52.0,35.0,56.0,461.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,31,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,17943.0,17578.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,365.0,1521280.0,1540102.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,734062.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,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,,4382.0,1257.0,557.0,836.0,2543.0,17423.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,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,345.0,494.0,,,,,,,,3.0,14323.0,,,,,,,,,,,,,,,,,,, +269,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,2.0,2060.0,287.0,3401.0,54.0,1494.0,10385.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,1799.0,1799.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,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-01-11 06:33:00.000000,2024-01-11 06:33:00,2879.0,26.0,2049.0,194.0,403.0,188.0,471.0,8582.0,FinRL: Financial Reinforcement Learning.,108.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,28.0,28.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1168.0,1168.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +271,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2023-09-25 05:14:24.000000,2023-08-26 12:04:19,383.0,,2109.0,287.0,96.0,295.0,446.0,8232.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,,,,1543.0,1525.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,18.0,5370.0,18606.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6771.0,,,,,2.0,902232.0,,,,,,,,,,,,,,,,,,, +272,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-01-04 10:28:45.000000,2024-01-04 10:26:56,1129.0,25.0,1192.0,146.0,156.0,227.0,1219.0,7973.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,133.0,30,False,2023-10-31 20:06:30.000,0.7.5,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],688.0,677.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,11.0,3722.0,7281.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,177960.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,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-01-10 21:51:38.800000,2024-01-10 15:03:09,1161.0,20.0,1251.0,102.0,621.0,673.0,517.0,7796.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2202.0,2202.0,,,,,4606.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-10 21:51:38.800,179654.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,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-01-11 09:55:46.000000,2024-01-10 14:55:09,1501.0,42.0,602.0,79.0,615.0,86.0,210.0,7685.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",44.0,30,False,2023-09-11 17:53:22.000,2.5.0,24.0,cleanlab,conda-forge/cleanlab,,,,236.0,228.0,https://pypi.org/project/cleanlab,2023-09-11 17:53:22.000,8.0,9521.0,10107.0,https://anaconda.org/conda-forge/cleanlab,2023-09-12 22:14:32.939,19345.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,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-01-09 21:00:05.000000,2023-12-07 21:36:00,355.0,1.0,1455.0,135.0,127.0,12.0,313.0,7243.0,A Python implementation of global optimization with gaussian processes.,42.0,30,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2431.0,2313.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,118.0,214935.0,214936.0,,,,,,,,2.0,141.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +276,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-01-09 18:37:20.756000,2024-01-08 16:00:44,153.0,1.0,1049.0,194.0,96.0,147.0,288.0,5728.0,Official Kaggle API.,37.0,30,True,2024-01-09 16:54:47.000,1.6.2,62.0,kaggle,conda-forge/kaggle,,,,403.0,21.0,https://pypi.org/project/kaggle,2024-01-09 16:54:47.000,382.0,198038.0,201584.0,https://anaconda.org/conda-forge/kaggle,2024-01-09 18:37:20.756,141875.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-01-10 01:25:45.000000,2023-12-05 18:31:50,1553.0,45.0,821.0,145.0,1454.0,326.0,398.0,4895.0,Simple and Distributed Machine Learning.,115.0,30,True,2023-11-27 22:05:20.000,1.0.2,42.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,2023-11-27 22:05:20.000,3.0,137276.0,137276.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,663.0,89.0,206.0,138.0,356.0,4519.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,30,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1372.0,1322.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,579701.0,582052.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,169309.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +279,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,2023-12-24 01:20:37.000000,2022-09-24 16:20:26,585.0,,856.0,92.0,207.0,100.0,433.0,4331.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3590.0,3542.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,48.0,87246.0,87973.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,19636.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2023-11-28 14:54:27.704000,2023-11-13 07:19:19,1344.0,2.0,375.0,71.0,366.0,97.0,460.0,4127.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,30,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,2892.0,2782.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,110.0,24310.0,24482.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4484.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,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-01-10 20:58:10.000000,2024-01-10 20:58:10,1440.0,27.0,751.0,74.0,1765.0,290.0,624.0,4005.0,Probabilistic time series modeling in Python.,110.0,30,True,2023-12-07 09:10:45.000,0.14.3,107.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,2023-12-07 09:10:45.000,16.0,155644.0,155669.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,687.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2023-12-19 14:36:53.000000,2023-12-19 14:36:52,3303.0,29.0,522.0,120.0,367.0,75.0,733.0,3897.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,358.0,309.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,49.0,56504.0,58183.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,41999.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,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,2023-11-06 09:55:37.480000,2023-10-04 07:40:23,3656.0,,474.0,100.0,1043.0,254.0,368.0,3515.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2023-10-17 15:07:51.000,0.12.42,110.0,bqplot,conda-forge/bqplot,,,['jupyter'],175.0,53.0,https://pypi.org/project/bqplot,2023-10-17 15:07:51.000,105.0,109216.0,140435.0,https://anaconda.org/conda-forge/bqplot,2023-11-06 09:55:37.480,1249631.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2023-10-17 10:48:26.195,17.0,2819.0,,,,,,,,,,, +284,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,1.0,602.0,78.0,227.0,76.0,404.0,3353.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1258.0,1219.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,39.0,147969.0,161950.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,558163.0,,,,,1.0,670.0,,,,,,,,,,,,,,,,,,, +285,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-01-10 09:28:24.000000,2024-01-10 09:28:24,484.0,14.0,482.0,35.0,500.0,6.0,,3329.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,37.0,30,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,859.0,847.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,12.0,90485.0,93028.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,52727.0,,,,,2.0,20703.0,,,,,,,,,,,,,,,,,,, +286,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-01-11 15:19:42.000000,2023-12-11 18:09:03,3827.0,6.0,504.0,60.0,879.0,320.0,966.0,3326.0,A highly efficient implementation of Gaussian Processes in PyTorch.,127.0,30,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],1857.0,1769.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,88.0,142896.0,146113.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,141560.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,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-01-11 06:11:56.000000,2024-01-10 23:55:19,7148.0,510.0,338.0,75.0,8308.0,148.0,315.0,2692.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",108.0,30,True,2024-01-10 15:22:09.000,0.27.0,476.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-01-10 15:46:07.000,4.0,18204.0,18381.0,,,,,,,,3.0,7989.0,,,,,,,,,,,,,,,,,,, +288,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,2023-12-26 03:38:51.000000,2023-12-21 20:29:20,2289.0,27.0,683.0,80.0,203.0,186.0,463.0,2670.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",149.0,30,True,,,,tf-agents,,,,['tensorflow'],1397.0,1397.0,https://pypi.org/project/tf-agents,,,26634.0,26634.0,,,,,,,,1.0,,,-3.0,,,,,,,,,,,,,,,,, +289,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,2023-12-27 10:07:19.000000,2023-12-27 10:07:15,3503.0,49.0,341.0,154.0,1163.0,32.0,60.0,2669.0,Neural Network Libraries.,73.0,30,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,55.0,,https://pypi.org/project/nnabla,2023-12-06 09:31:24.000,55.0,2027.0,2038.0,,,,,,,,3.0,907.0,,,,,,,,,,,,,,,,,,, +290,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2023-12-18 14:37:02.000000,2023-11-11 12:54:41,2661.0,13.0,345.0,35.0,510.0,45.0,213.0,2636.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",61.0,30,True,2023-09-11 23:15:50.000,0.3.9,46.0,textattack,conda-forge/textattack,,,,231.0,226.0,https://pypi.org/project/textattack,2023-09-11 23:15:50.000,5.0,4457.0,4631.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,6997.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,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-01-05 15:03:03.000000,2023-12-11 13:43:52,1053.0,33.0,443.0,126.0,141.0,192.0,247.0,2585.0,PYthon svg GrAph plotting Library.,77.0,30,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,637.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,637.0,286409.0,289463.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,36654.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,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-01-10 06:03:38.000000,2023-12-27 07:53:06,1445.0,98.0,200.0,49.0,240.0,154.0,154.0,1983.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",40.0,30,True,2023-12-27 07:54:37.000,0.33.0,168.0,graphistry,,,,['jupyter'],113.0,107.0,https://pypi.org/project/graphistry,2023-12-27 07:54:37.000,6.0,2415.0,2415.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-01-01 10:51:44.000000,2023-12-11 16:17:44,517.0,12.0,433.0,88.0,101.0,82.0,258.0,1890.0,bt - flexible backtesting for Python.,31.0,30,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1616.0,1588.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,28.0,5893.0,6499.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,20017.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,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-01-08 11:12:14.000000,2024-01-04 11:41:58,2445.0,5.0,435.0,74.0,1259.0,143.0,682.0,1780.0,Gaussian processes in TensorFlow.,84.0,30,True,2023-08-09 09:23:26.000,2.9.0,48.0,gpflow,conda-forge/gpflow,,,['tensorflow'],643.0,606.0,https://pypi.org/project/gpflow,2023-08-09 09:23:26.000,37.0,41277.0,41639.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,24669.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2023-12-31 19:11:58.314000,2023-12-31 15:46:16,440.0,30.0,282.0,59.0,100.0,21.0,99.0,1696.0,ffn - a financial function library for Python.,32.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,443.0,412.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,31.0,181801.0,181995.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6418.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-01-06 20:33:04.514000,2024-01-03 16:52:03,1588.0,3.0,281.0,54.0,136.0,79.0,182.0,1688.0,"CUDA integration for Python, plus shiny features.",81.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2809.0,2586.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,223.0,28544.0,36542.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,271963.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,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-01-11 00:02:53.000000,2024-01-11 00:02:53,859.0,57.0,104.0,22.0,342.0,92.0,210.0,1614.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,45.0,30,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,,['jax'],421.0,370.0,https://pypi.org/project/equinox,2024-01-10 21:26:20.000,51.0,54748.0,54748.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +298,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-01-09 11:14:48.000000,2023-12-15 11:14:27,1110.0,16.0,173.0,21.0,144.0,46.0,123.0,1599.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2023-11-24 08:35:59.000,0.34.1,37.0,audiomentations,,,,,411.0,406.0,https://pypi.org/project/audiomentations,2023-11-24 08:35:59.000,5.0,20207.0,20207.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,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-01-08 15:06:52.000000,2024-01-08 15:03:19,1840.0,23.0,269.0,45.0,269.0,58.0,192.0,1467.0,TensorLy: Tensor Learning in Python.,66.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,601.0,549.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,52.0,11027.0,16368.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363247.0,,,,,2.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,2023-11-13 20:31:37.000000,2023-11-13 20:31:36,1240.0,15.0,132.0,30.0,101.0,35.0,245.0,1462.0,Statistical package in Python based on Pandas.,43.0,30,False,2023-01-02 16:01:44.953,0.5.3,39.0,pingouin,conda-forge/pingouin,,,,1723.0,1669.0,https://pypi.org/project/pingouin,2023-01-02 16:01:44.953,54.0,59645.0,61472.0,https://anaconda.org/conda-forge/pingouin,2023-06-16 16:12:34.261,111487.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,6.0,162.0,32.0,245.0,,,1306.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2023-12-19 07:41:39.000,1.3.4,76.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1481.0,1436.0,https://pypi.org/project/spacy-transformers,2023-12-19 07:15:13.000,45.0,167713.0,168717.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,26116.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,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-01-10 05:30:00.000000,2024-01-10 05:27:13,1521.0,15.0,162.0,18.0,774.0,107.0,436.0,1222.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,30,True,2023-09-18 03:57:15.000,0.26.0,59.0,pyjanitor,conda-forge/pyjanitor,,,,546.0,526.0,https://pypi.org/project/pyjanitor,2023-09-18 03:57:09.000,20.0,38546.0,41216.0,https://anaconda.org/conda-forge/pyjanitor,2023-06-16 16:12:04.304,186951.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2023-12-31 16:49:29.000000,2023-12-27 09:35:50,3706.0,45.0,324.0,66.0,681.0,32.0,525.0,812.0,The Classical Language Toolkit.,120.0,30,True,2023-12-27 08:38:23.000,1.2.1,211.0,cltk,,,,,295.0,253.0,https://pypi.org/project/cltk,2023-12-27 08:38:23.000,42.0,1391.0,1391.0,,,,,,,,2.0,49.0,,,,,,,,,,,,,,,,,,, +304,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2023-11-14 05:08:49.000000,2023-11-14 05:08:49,1913.0,14.0,223.0,20.0,286.0,49.0,273.0,774.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",44.0,30,True,2023-01-08 01:14:38.679,1.4.7,46.0,salib,conda-forge/salib,,,,1086.0,999.0,https://pypi.org/project/salib,2023-01-08 01:14:38.679,87.0,136037.0,137688.0,https://anaconda.org/conda-forge/salib,2023-06-16 13:22:11.263,142019.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,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-01-10 19:29:36.000000,2023-12-23 04:55:48,1657.0,10.0,283.0,43.0,1292.0,268.0,362.0,677.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2023-12-19 00:59:41.000,0.35.0,42.0,tensorflow-io,,,,['tensorflow'],35.0,,https://pypi.org/project/tensorflow-io,2023-12-19 00:58:11.000,35.0,2551809.0,2551809.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,12.0,92.0,17.0,193.0,96.0,135.0,627.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,30,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,29656.0,29656.0,https://pypi.org/project/soundfile,,,1394893.0,1395035.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,16934.0,,,,,,,,,,,,,,,,,,, +307,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-01-02 16:14:13.000000,2024-01-02 15:41:05,17069.0,28.0,112.0,26.0,3556.0,503.0,3377.0,474.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2023-12-28 17:04:33.000,0.19.5,110.0,datalad,conda-forge/datalad,,,,65.0,,https://pypi.org/project/datalad,2023-12-28 17:04:33.000,65.0,14529.0,24154.0,https://anaconda.org/conda-forge/datalad,2023-12-28 19:33:36.774,413905.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,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-01-11 11:33:25.000000,2024-01-11 11:33:24,1854.0,95.0,54.0,17.0,1388.0,33.0,203.0,441.0,The MLOps stack component for experiment tracking.,54.0,30,True,2023-12-04 11:00:03.000,1.8.6,197.0,neptune-client,conda-forge/neptune-client,,,,49.0,,https://pypi.org/project/neptune-client,2023-12-07 09:56:42.000,49.0,548107.0,553249.0,https://anaconda.org/conda-forge/neptune-client,2023-12-04 13:15:00.892,226271.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,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,2023-12-23 16:12:25.000000,2023-12-23 16:11:39,302.0,7.0,2629.0,137.0,44.0,113.0,131.0,16571.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,29,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],392.0,386.0,https://pypi.org/project/vit-pytorch,2023-12-23 16:12:25.000,6.0,19856.0,19856.0,,,,,,,,2.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,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4769.0,649.0,372.0,495.0,436.0,15092.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,,,,,583.0,544.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,39.0,939.0,939.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-01-10 01:35:14.000000,2023-11-21 12:31:47,1957.0,5.0,2239.0,275.0,897.0,226.0,668.0,13234.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,29,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,1378.0,1387.0,,,,,,,,2.0,392.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,2023-12-31 05:42:20.000000,2023-04-19 14:13:08,2404.0,,3342.0,599.0,219.0,42.0,,12306.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,1925.0,1861.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,64.0,12713.0,12713.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,pandas-ai,gventuri/pandas-ai,others,,https://github.com/gventuri/pandas-ai,https://github.com/gventuri/pandas-ai,MIT,2023-04-22 12:58:01.000,2024-01-11 11:06:30.000000,2024-01-11 10:32:48,691.0,140.0,799.0,81.0,314.0,167.0,267.0,9451.0,"Chat with your data (CSV, pandas, polars, etc). PandasAI makes data analysis conversational.",58.0,29,True,2024-01-11 10:00:26.000,1.5.14,100.0,pandas-ai,,,,,2521.0,2521.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,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,,1840.0,217.0,46.0,96.0,94.0,8900.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,111997.0,112699.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,30204.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +315,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1303.0,175.0,46.0,75.0,236.0,6667.0,2D and 3D Face alignment library build using pytorch.,26.0,29,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],33.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,12.0,61408.0,61408.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,2023-06-16 19:20:32.486000,2023-01-31 19:40:04,3203.0,,1390.0,190.0,783.0,38.0,423.0,5995.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",131.0,29,True,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],591.0,579.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,1038.0,1210.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7414.0,,,,,2.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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,622.0,148.0,789.0,115.0,356.0,4681.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-01-17 11:47:28.000,2.5.0,16.0,visualdl,,,,['paddle'],2560.0,2560.0,https://pypi.org/project/visualdl,,,211746.0,211753.0,,,,,,,,2.0,340.0,,,,,,,,,,,,,,,,,,, +318,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,442.0,42.0,124.0,63.0,154.0,4223.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,,,,1043.0,1010.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,89978.0,90491.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,15906.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-01-11 14:48:22.000000,2023-12-07 08:10:18,1077.0,6.0,345.0,60.0,1336.0,122.0,172.0,3792.0,A Python toolbox for performing gradient-free optimization.,51.0,29,True,2023-11-19 06:44:47.000,1.0.1,46.0,nevergrad,conda-forge/nevergrad,,,,633.0,600.0,https://pypi.org/project/nevergrad,2023-11-19 06:44:47.000,33.0,45096.0,46116.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,44884.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,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-01-10 23:37:39.000000,2024-01-09 19:42:33,15336.0,51.0,487.0,70.0,3370.0,801.0,1541.0,3746.0,cuML - RAPIDS Machine Learning Library.,167.0,29,True,2023-12-06 19:20:46.000,23.12.00,36.0,cuml,,,,,,,https://pypi.org/project/cuml,,,1881.0,1881.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-01-09 17:01:00.000000,2023-12-04 20:15:52,1724.0,58.0,538.0,40.0,774.0,429.0,281.0,3413.0,Time series forecasting with PyTorch.,43.0,29,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,48223.0,49555.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,53315.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,3.0,247.0,65.0,52.0,9.0,,3248.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,29,True,2023-12-29 09:27:05.000,4.6.1,27.0,textdistance,conda-forge/textdistance,,,,5577.0,5508.0,https://pypi.org/project/textdistance,2023-12-29 09:26:30.000,69.0,349461.0,356927.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,506845.0,,,,,2.0,971.0,,,,,,,,,,,,,,,,,,, +323,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2023-12-10 17:04:41.093000,2023-11-13 00:15:46,980.0,1.0,570.0,100.0,332.0,29.0,713.0,3212.0,"Fast, flexible and easy to use probabilistic modelling in Python.",72.0,29,True,2023-09-17 19:03:32.000,0.14.9,73.0,pomegranate,conda-forge/pomegranate,,,,1094.0,1035.0,https://pypi.org/project/pomegranate,2023-09-17 19:03:32.000,59.0,15485.0,18682.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,140707.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +324,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,2023-12-21 19:01:26.000000,2023-12-18 12:28:19,1478.0,16.0,226.0,16.0,1702.0,263.0,724.0,3164.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,52.0,29,False,2023-10-11 15:32:25.000,0.17.5,58.0,deepchecks,,,,,331.0,325.0,https://pypi.org/project/deepchecks,2023-10-11 15:32:13.000,6.0,33441.0,33469.0,,,,,,,,2.0,769.0,,,,,,,,,,,,,,,,,,, +325,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,35.0,363.0,81.0,63.0,154.0,189.0,3090.0,a library for audio and music analysis.,25.0,29,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,456.0,429.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,27.0,9953.0,17701.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,635373.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +326,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,672.0,110.0,73.0,99.0,123.0,2930.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10033.0,9861.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,172.0,72921.0,72921.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +327,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,282.0,34.0,475.0,32.0,30.0,2903.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1130.0,1085.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,45.0,132195.0,132481.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9443.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +328,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,99.0,1045.0,260.0,297.0,2550.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'],1468.0,1446.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,71196.0,71196.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-01-05 15:52:35.000000,2024-01-05 15:52:34,2865.0,12.0,962.0,121.0,501.0,58.0,293.0,2516.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,29,False,2023-04-14 13:35:06.415,8.6.1,45.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],302.0,,https://pypi.org/project/ipyparallel,2023-04-14 13:35:06.415,302.0,202446.0,212607.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,945010.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,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-01-09 19:58:37.000000,2024-01-09 19:55:31,1085.0,25.0,234.0,30.0,406.0,86.0,305.0,2087.0,Scalable and user friendly neural forecasting algorithms.,32.0,29,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,93.0,88.0,https://pypi.org/project/neuralforecast,2023-10-05 19:40:30.000,5.0,10272.0,10838.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,12464.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,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-01-11 14:53:14.000000,2024-01-11 09:09:31,5476.0,111.0,673.0,88.0,5676.0,35.0,847.0,2040.0,TFX is an end-to-end platform for deploying production ML pipelines.,179.0,29,True,2023-09-06 18:31:57.000,1.14.0,91.0,tfx,,,,['tensorflow'],,,https://pypi.org/project/tfx,,,58983.0,58983.0,,,,,,,,3.0,,,-3.0,,,,,,,,,,,,,,,,, +332,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2023-10-09 11:45:47.000000,2023-10-09 11:43:56,191.0,,250.0,57.0,69.0,49.0,219.0,1888.0,A Python wrapper for the tesseract-ocr API.,29.0,29,True,2023-10-09 13:37:06.000,2.6.2,16.0,tesserocr,conda-forge/tesserocr,,,,922.0,922.0,https://pypi.org/project/tesserocr,,,45413.0,47943.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,129068.0,,,,,2.0,78.0,,,,,,,,,,,,,,,,,,, +333,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2023-12-14 19:31:09.000000,2023-12-14 19:31:09,279.0,2.0,355.0,53.0,77.0,78.0,109.0,1757.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,41.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],5799.0,5640.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,159.0,183175.0,184328.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,77276.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-01-04 15:29:03.000000,2024-01-03 09:49:37,837.0,24.0,374.0,37.0,853.0,164.0,288.0,1717.0,A Python package to assess and improve fairness of machine learning models.,79.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,29.0,193108.0,193911.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,30523.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,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-01-11 11:34:36.000000,2024-01-10 20:33:13,1458.0,131.0,315.0,29.0,1497.0,130.0,100.0,1624.0,Pytorch domain library for recommendation systems.,197.0,29,True,2023-10-05 17:21:59.000,0.5.0,77.0,torchrec-nightly-cpu,,,,,84.0,84.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,334.0,334.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",77.0,74.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,3.0,69549.0,69800.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13337.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,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-01-11 02:29:14.000000,2024-01-11 02:27:09,192.0,22.0,195.0,32.0,19.0,1.0,83.0,1548.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,29,True,2024-01-11 02:29:14.000,0.1.804,82.0,autoviz,conda-forge/autoviz,,,,606.0,599.0,https://pypi.org/project/autoviz,2024-01-11 02:29:14.000,7.0,325527.0,327098.0,https://anaconda.org/conda-forge/autoviz,2023-12-23 21:14:24.262,45566.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +338,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,172.0,34.0,72.0,18.0,52.0,1416.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2108.0,2108.0,https://pypi.org/project/torchsde,,,1437573.0,1438103.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19092.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +339,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,2023-12-22 06:36:32.000000,2023-12-22 06:36:30,1398.0,33.0,275.0,74.0,104.0,34.0,53.0,1226.0,Model analysis tools for TensorFlow.,57.0,29,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2023-08-14 20:39:41.000,23.0,79273.0,79273.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,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,2023-12-01 20:21:49.000000,2023-11-18 20:02:49,3016.0,7.0,267.0,34.0,37.0,1.0,479.0,1199.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,29,True,2023-11-18 20:03:36.000,0.39.0,205.0,ktrain,,,,['tensorflow'],496.0,493.0,https://pypi.org/project/ktrain,2023-11-18 19:59:57.000,3.0,10971.0,10971.0,,,,,,,,3.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-01-08 14:46:22.000000,2021-02-12 19:04:59,2079.0,,247.0,41.0,37.0,66.0,590.0,1127.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,18.0,pyclustering,conda-forge/pyclustering,,,,597.0,597.0,https://pypi.org/project/pyclustering,,,74371.0,75790.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,59417.0,,,,,2.0,481.0,,,,,,,,,,,,,,,,,,, +342,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-01-10 19:58:32.000000,2024-01-10 19:42:14,1905.0,78.0,290.0,24.0,2193.0,84.0,225.0,1082.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,40.0,29,True,2023-12-28 21:53:33.000,0.33.0,52.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",81.0,78.0,https://pypi.org/project/raiwidgets,2023-12-28 21:34:46.000,3.0,5550.0,5550.0,,,,,,,,2.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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,454.0,43.0,176.0,93.0,102.0,1028.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'],1577.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,1577.0,4352594.0,4384843.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2160727.0,,,,,3.0,,,7.0,,,,,,,,,,,,,,,,, +344,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-01-10 16:03:56.000000,2024-01-10 16:03:56,666.0,9.0,101.0,14.0,94.0,71.0,60.0,820.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5306.0,5234.0,https://pypi.org/project/pynndescent,2023-11-20 18:50:25.000,72.0,831564.0,872797.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1731816.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,2024-01-11 03:58:53.000000,2024-01-05 20:20:19,1324.0,54.0,122.0,25.0,447.0,10.0,126.0,781.0,A Comparative Framework for Multimodal Recommender Systems.,18.0,29,True,2023-12-12 07:49:26.000,1.18.0,54.0,cornac,conda-forge/cornac,,,,206.0,190.0,https://pypi.org/project/cornac,2023-12-12 08:02:04.000,16.0,100726.0,108657.0,https://anaconda.org/conda-forge/cornac,2023-12-12 18:26:56.153,341041.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,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-01-08 19:04:03.000000,2024-01-08 19:04:02,943.0,15.0,162.0,48.0,83.0,35.0,144.0,739.0,Library for exploring and validating machine learning data.,26.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",809.0,779.0,https://pypi.org/project/tensorflow-data-validation,2023-08-14 06:58:23.000,30.0,173433.0,173443.0,,,,,,,,3.0,642.0,,,,,,,,,,,,,,,,,,, +347,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2023-12-28 14:42:30.000000,2023-12-28 14:27:44,3007.0,73.0,107.0,16.0,249.0,11.0,132.0,727.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,740.0,,https://pypi.org/project/mpi4py,2023-10-04 09:04:51.000,740.0,143580.0,202558.0,https://anaconda.org/conda-forge/mpi4py,2023-10-17 08:36:29.714,2282015.0,,,,,2.0,19547.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-01-09 18:52:56.000000,2023-12-22 14:48:18,792.0,13.0,72.0,25.0,358.0,111.0,225.0,545.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2023-11-01 18:39:43.000,1.11.0,53.0,geoviews,conda-forge/geoviews,,,,887.0,850.0,https://pypi.org/project/geoviews,2023-11-01 16:39:32.000,37.0,6661.0,11850.0,https://anaconda.org/conda-forge/geoviews,2023-11-02 09:01:15.038,207561.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +349,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-01-05 22:49:00.000000,2024-01-05 22:49:00,224.0,5.0,55.0,13.0,201.0,12.0,186.0,294.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,False,2023-12-14 11:17:15.000,3.8.0,70.0,pystan,conda-forge/pystan,,,,9829.0,9567.0,https://pypi.org/project/pystan,2023-12-14 11:17:15.000,262.0,1525345.0,1559318.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2785844.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +350,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,1.0,38.0,13.0,69.0,7.0,25.0,205.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,29,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,37823.0,37575.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,248.0,5066103.0,5116973.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2034821.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,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-01-11 15:08:28.000000,2023-12-19 20:19:33,2173.0,262.0,879.0,106.0,2318.0,141.0,738.0,15438.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",78.0,28,True,2023-12-19 21:43:20.000,1.7.3,61.0,,,,,,,,,,,,245.0,,,,,,,,2.0,8098.0,,,,,,,,,,,,,,,,,,, +352,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-01-04 03:54:30.000000,2023-12-28 07:35:14,2224.0,1.0,2736.0,193.0,3603.0,1378.0,3850.0,11690.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],1.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,1.0,574.0,574.0,,,,,,,,3.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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,8.0,1387.0,435.0,50.0,98.0,87.0,10288.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,26791.0,26791.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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,2023-12-04 21:17:36.000000,2022-11-08 22:11:16,98.0,,1730.0,202.0,70.0,96.0,34.0,9708.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,273479.0,273479.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,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,2023-10-24 19:57:22.000000,2023-10-24 19:51:03,547.0,1.0,1167.0,167.0,427.0,58.0,469.0,7949.0,Automatic extraction of relevant features from time series:.,91.0,28,True,2023-06-14 21:34:06.791,0.20.1,30.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],98.0,21.0,https://pypi.org/project/tsfresh,2023-06-14 21:34:06.791,77.0,181677.0,211876.0,https://anaconda.org/conda-forge/tsfresh,2023-07-30 07:29:21.371,1328768.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,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,,909.0,268.0,98.0,82.0,81.0,7275.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],217.0,209.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,159092.0,159092.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,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-01-08 08:23:11.000000,2024-01-08 08:23:11,2082.0,160.0,794.0,99.0,2322.0,273.0,882.0,6686.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",114.0,28,True,2023-11-30 05:56:34.000,1.0.0,30.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",2.0,2.0,https://pypi.org/project/autogluon,,,44898.0,45016.0,,,,https://hub.docker.com/r/autogluon/autogluon,2023-07-26 19:13:58.158186,17.0,6405.0,2.0,,,,,,,,,,,,,,,,,,,, +358,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-01-08 21:37:22.000000,2024-01-08 21:37:22,1766.0,13.0,718.0,128.0,267.0,420.0,328.0,6676.0,Uniform Manifold Approximation and Projection.,128.0,28,True,2023-11-18 01:10:29.000,release-0.5.5,28.0,umap-learn,conda-forge/umap-learn,,,,1.0,1.0,https://pypi.org/project/umap-learn,,,661328.0,714288.0,https://anaconda.org/conda-forge/umap-learn,2023-11-18 18:17:04.167,2277312.0,,,,,3.0,,,-5.0,,,,,,,,,,,,,,,,, +359,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,,1582.0,625.0,2111.0,464.0,1338.0,6333.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",123.0,28,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,59.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,38.0,1097.0,1097.0,,,,,,,,3.0,3.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +360,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,2023-02-03 18:46:00.371000,2023-01-19 00:37:33,900.0,,1231.0,154.0,950.0,63.0,782.0,5696.0,Gluon CV Toolkit.,119.0,28,True,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],82.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,61.0,35725.0,35725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +361,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,,1308.0,207.0,158.0,10.0,227.0,5464.0,Deep Reinforcement Learning for Keras.,41.0,28,False,2018-05-01 14:27:32.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],734.0,734.0,https://pypi.org/project/keras-rl,,,2455.0,2455.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,,2019-07-09 02:08:58.000,2024-01-11 14:59:42.000000,2023-12-15 17:48:58,585.0,25.0,709.0,80.0,321.0,55.0,309.0,4506.0,Uplift modeling and causal inference with machine learning algorithms.,59.0,28,False,2023-08-28 00:37:10.000,0.14.1,12.0,causalml,,,,,176.0,176.0,https://pypi.org/project/causalml,,,72187.0,72187.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,2023-12-05 10:04:41.000000,2022-08-06 21:47:18,182.0,,408.0,69.0,58.0,86.0,55.0,4193.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,,,,,1016.0,1012.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,4.0,110449.0,110449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,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,2023-12-29 12:20:18.000000,2023-11-11 01:23:34,523.0,1.0,710.0,177.0,80.0,8.0,274.0,4118.0,A python wrapper for Alpha Vantage API for financial data.,42.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,495.0,463.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,20737.0,20907.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6145.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,,971.0,218.0,408.0,140.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,,,,,1288.0,1028.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,260.0,1704.0,1704.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2023-06-16 13:24:02.087000,2023-02-26 20:07:33,189.0,,451.0,72.0,37.0,9.0,121.0,3740.0,Missing data visualization module for Python.,18.0,28,True,2023-02-26 20:11:48.000,0.5.2,6.0,missingno,conda-forge/missingno,,,,14435.0,14435.0,https://pypi.org/project/missingno,,,314046.0,318107.0,https://anaconda.org/conda-forge/missingno,2023-06-16 13:24:02.087,316805.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +367,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,2023-12-02 01:21:07.000000,2023-11-10 07:34:11,445.0,8.0,521.0,112.0,84.0,18.0,100.0,3334.0,Module for automatic summarization of text documents and HTML pages.,30.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,2518.0,2408.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,110.0,55008.0,55241.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7252.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,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-01-10 17:37:57.000000,2024-01-10 17:37:55,1147.0,36.0,457.0,60.0,688.0,2.0,504.0,3305.0,On-device wake word detection powered by deep learning.,37.0,28,True,2023-11-16 19:28:06.000,3.0.1,33.0,pvporcupine,,,,,39.0,26.0,https://pypi.org/project/pvporcupine,2023-11-16 19:28:06.000,13.0,3980.0,3980.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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,361.0,47.0,1084.0,,353.0,3199.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,41.0,catalyst,,,,['pytorch'],1053.0,1053.0,https://pypi.org/project/catalyst,,,33428.0,33428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +370,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-01-10 22:28:30.000000,2023-09-10 15:15:16,1059.0,,234.0,62.0,112.0,6.0,266.0,3080.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,501.0,492.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,10001.0,10017.0,,,,,,,,3.0,962.0,,,,,,,,,,,,,,,,,,, +371,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2023-12-09 21:35:01.000000,2023-12-09 21:33:15,464.0,1.0,706.0,120.0,114.0,58.0,368.0,2889.0,"Hidden Markov Models in Python, with scikit-learn like API.",46.0,28,True,,,10.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2224.0,2224.0,https://pypi.org/project/hmmlearn,,,160440.0,165531.0,https://anaconda.org/conda-forge/hmmlearn,2023-10-07 20:19:04.855,203651.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,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-01-08 10:33:13.792000,2024-01-08 08:58:52,1140.0,9.0,370.0,45.0,64.0,137.0,462.0,2857.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",25.0,28,True,2024-01-08 09:09:11.000,1.1.2,56.0,mljar-supervised,conda-forge/mljar-supervised,,,,99.0,99.0,https://pypi.org/project/mljar-supervised,,,4510.0,4906.0,https://anaconda.org/conda-forge/mljar-supervised,2024-01-08 10:33:13.792,12296.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +373,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-01-11 15:20:30.000000,2024-01-10 11:23:45,510.0,15.0,504.0,35.0,678.0,65.0,572.0,2758.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",64.0,28,True,2024-01-09 12:13:07.000,hazelnut_toy_dataset,28.0,anomalib,,,,,44.0,43.0,https://pypi.org/project/anomalib,2024-01-09 12:13:29.000,1.0,8441.0,8649.0,,,,,,,,2.0,5203.0,,,,,,,,,,,,,,,,,,, +374,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,2.0,326.0,47.0,120.0,60.0,135.0,2723.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1039.0,1015.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,116864.0,118556.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,64301.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,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-01-11 14:51:33.000000,2023-12-08 10:06:07,1517.0,39.0,302.0,39.0,316.0,36.0,146.0,2536.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,35.0,28,True,2023-12-08 10:36:46.000,2.4.1,37.0,shapash,,,,['jupyter'],139.0,137.0,https://pypi.org/project/shapash,2023-12-08 10:36:46.000,2.0,4352.0,4352.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,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,,304.0,66.0,14.0,28.0,46.0,2198.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,9884.0,9679.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,205.0,297678.0,297678.0,,,,,,,,2.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,2023-12-02 08:46:41.000000,2023-12-02 08:46:41,671.0,1.0,400.0,42.0,59.0,19.0,269.0,1816.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,,,,1357.0,1335.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,30999.0,31743.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,29785.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,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,2023-11-29 06:22:47.000000,2023-11-29 06:22:42,364.0,2.0,251.0,48.0,311.0,232.0,183.0,1699.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,42.0,28,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],283.0,282.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,353048.0,353048.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,,2015-06-26 18:38:23.000,2023-12-30 01:33:22.000000,2023-12-30 01:30:01,1791.0,38.0,366.0,52.0,120.0,41.0,421.0,1621.0,Reinforcement Learning environments based on the 1993 game Doom.,53.0,28,False,2023-12-16 00:56:59.000,1.2.3,29.0,vizdoom,,,,,217.0,217.0,https://pypi.org/project/vizdoom,,,1888.0,2013.0,,,,,,,,2.0,11781.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +380,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2023-12-21 13:23:44.000000,2023-12-20 09:16:24,3727.0,48.0,257.0,29.0,547.0,89.0,672.0,1576.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,74.0,28,True,2023-07-28 14:24:47.000,0.4.0,7.0,avalanche-lib,,,,,64.0,63.0,https://pypi.org/project/avalanche-lib,2023-07-28 14:24:47.000,1.0,743.0,743.0,,,,,,,,2.0,4.0,,,,,,,,,,,,,,,,,,, +381,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-01-05 22:24:44.000000,2024-01-05 21:45:10,703.0,6.0,299.0,43.0,353.0,66.0,201.0,1536.0,Training PyTorch models with differential privacy.,74.0,28,True,2023-03-24 16:01:05.890,1.4.0,20.0,opacus,conda-forge/opacus,,,['pytorch'],734.0,715.0,https://pypi.org/project/opacus,2022-05-06 09:43:18.000,19.0,43646.0,44173.0,https://anaconda.org/conda-forge/opacus,2023-06-18 08:40:32.992,12620.0,,,,,2.0,106.0,,,,,,,,,,,,,,,,,,, +382,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-01-11 05:10:08.000000,2024-01-09 16:58:03,1445.0,145.0,65.0,16.0,268.0,24.0,51.0,1251.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",27.0,28,True,2024-01-09 16:59:59.122,2.8.15,103.0,usearch,,unum/usearch,,,52.0,41.0,https://pypi.org/project/usearch,2024-01-09 17:27:36.000,3.0,43134.0,48550.0,,,,https://hub.docker.com/r/unum/usearch,2024-01-09 16:59:41.492259,1.0,43.0,3.0,855.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-01-09 16:59:59.122,8.0,5307.0,,,,,,,,,,, +383,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2023-06-16 19:18:39.600000,2023-04-20 04:36:19,526.0,,405.0,52.0,37.0,17.0,139.0,1196.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,,,,2427.0,2394.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,33.0,336080.0,336949.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,39133.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,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,2023-11-26 03:27:34.000000,2020-10-14 13:22:39,167.0,,336.0,71.0,86.0,27.0,26.0,1190.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1416.0,1272.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,144.0,24847.0,25210.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,25776.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2023-12-24 14:31:48.000000,2023-06-06 09:46:40,415.0,,325.0,39.0,300.0,23.0,200.0,1179.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,342.0,328.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,14.0,49860.0,49860.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2023-12-21 17:09:16.000000,2023-12-21 17:09:15,394.0,8.0,177.0,25.0,30.0,3.0,129.0,1160.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],487.0,477.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,10.0,97466.0,97818.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17618.0,,,,,2.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,2024-01-06 21:01:38.000000,2024-01-06 21:00:20,484.0,16.0,106.0,23.0,323.0,29.0,255.0,1097.0,Extra blocks for scikit-learn pipelines.,62.0,28,True,2023-12-12 20:03:47.000,0.7.0,43.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],136.0,128.0,https://pypi.org/project/scikit-lego,2023-12-12 19:57:11.000,8.0,33031.0,34062.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,45389.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,,2011-04-06 02:51:33.000,2024-01-02 19:45:15.000000,2024-01-02 19:45:00,3278.0,7.0,229.0,48.0,350.0,60.0,262.0,1008.0,"OpenCL integration for Python, plus shiny features.",95.0,28,False,2023-10-12 20:07:38.000,2023.1.4,57.0,pyopencl,conda-forge/pyopencl,,,,1771.0,1771.0,https://pypi.org/project/pyopencl,,,34035.0,56634.0,https://anaconda.org/conda-forge/pyopencl,2023-10-13 14:22:03.075,971794.0,,,,,2.0,,,-4.0,,,,,,,,,,,,,,,,, +389,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,2023-06-27 23:50:02.000000,2023-03-24 22:04:13,811.0,,245.0,41.0,502.0,271.0,253.0,872.0,Scalable Machine Learning with Dask.,77.0,28,True,2023-03-24 22:06:04.422,2023.3.24,35.0,dask-ml,conda-forge/dask-ml,,,,1008.0,934.0,https://pypi.org/project/dask-ml,2023-03-24 22:06:04.422,74.0,176774.0,187338.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,792351.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,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-01-11 12:15:52.000000,2023-11-16 16:35:47,16528.0,16.0,359.0,44.0,1608.0,278.0,2952.0,829.0,An open-source application for biological image analysis.,143.0,28,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,1.0,576.0,629.0,,,,,,,,3.0,6417.0,,,,,,,,,,,,,,,,,,, +391,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-01-08 13:33:30.000000,2024-01-08 13:19:20,1302.0,3.0,149.0,50.0,56.0,22.0,65.0,816.0,Computer Vision in Python.,34.0,28,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1318.0,1190.0,https://pypi.org/project/mahotas,2022-06-28 08:11:26.000,128.0,8222.0,17309.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,390743.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-01-11 10:15:01.000000,2023-12-31 13:58:59,2670.0,228.0,94.0,10.0,509.0,16.0,91.0,774.0,Time series forecasting with scikit-learn models.,9.0,28,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],236.0,230.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,6.0,44968.0,44968.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2024-01-05 18:26:12.000000,2023-10-12 07:20:40,1894.0,,883.0,219.0,454.0,57.0,264.0,14607.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,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,,32716.0,33118.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,14.0,21710.0,2.0,,,,,,,,,,,,,,,,,,,, +394,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,,1133.0,178.0,213.0,23.0,533.0,8411.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,27,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,232.0,,,,,,,,3.0,8371.0,,,,,,,,,,,,,,,,,,, +395,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,352.0,79.0,47.0,231.0,7861.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,686.0,660.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,1063.0,1464.0,,,,,,,,3.0,30945.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +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,,1351.0,348.0,14.0,42.0,65.0,6258.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1320.0,1278.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,42.0,20178.0,20178.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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,978.0,146.0,93.0,74.0,305.0,6095.0,A Python scikit for building and analyzing recommender systems.,45.0,27,True,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,140305.0,148592.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,348095.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +398,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,1.0,1156.0,213.0,91.0,194.0,120.0,5553.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,27,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,439.0,420.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,19.0,8579.0,8579.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +399,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-01-11 08:13:51.000000,2023-12-30 21:46:50,13635.0,491.0,1559.0,143.0,3538.0,811.0,1042.0,5345.0,An Industrial Grade Federated Learning Framework.,99.0,27,True,2023-12-31 15:27:11.000,2.0.0,48.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,1.0,841.0,126.0,38.0,63.0,144.0,5020.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,27,True,,,4.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],2742.0,2742.0,https://pypi.org/project/torchdiffeq,,,749135.0,749455.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14106.0,,,,,2.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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,275.0,438.0,221.0,329.0,4804.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'],344.0,304.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,40.0,268.0,268.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +402,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,2023-08-21 13:36:56.000000,2021-05-10 18:34:53,57.0,,405.0,39.0,55.0,118.0,43.0,3909.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'],12376.0,12257.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,119.0,124351.0,124351.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,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,283.0,226.0,11.0,356.0,3859.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,554712.0,555135.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20772.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,2024-01-03 16:45:49.000000,2024-01-03 16:44:47,1195.0,5.0,401.0,83.0,54.0,57.0,202.0,3304.0,A library of reinforcement learning components and agents.,84.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],186.0,183.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1401.0,1612.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8023.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +405,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,,455.0,83.0,245.0,61.0,154.0,3023.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,170.0,168.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,36600.0,36601.0,,,,,,,,2.0,75.0,,,,,,,,,,,,,,,,,,, +406,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,412.0,64.0,932.0,315.0,745.0,2836.0,StellarGraph - Machine Learning on Graphs.,36.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],256.0,248.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,8.0,4114.0,4114.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +407,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,8.0,264.0,52.0,19.0,34.0,97.0,2749.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,1939.0,1919.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,20.0,53696.0,54462.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,26827.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,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,66.0,167.0,164.0,113.0,2705.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,27,False,2022-05-11 09:37:12.000,0.13.0,30.0,eli5,conda-forge/eli5,,,,90.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,90.0,451243.0,453074.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,146499.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +409,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,2023-09-26 21:01:12.000000,2023-09-26 21:01:10,548.0,,469.0,97.0,43.0,82.0,240.0,2695.0,Learning to Rank in TensorFlow.,33.0,27,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,2023-08-11 17:56:48.000,13.0,95355.0,95355.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +410,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-01-10 03:27:56.000000,2024-01-10 03:27:56,1503.0,40.0,592.0,44.0,28.0,1.0,367.0,2647.0,An Open Toolkit for Knowledge Graph Extraction and Construction published at EMNLP2022 System Demonstrations.,31.0,27,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],20.0,20.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,283.0,283.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +411,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-01-09 13:24:17.000000,2024-01-09 13:23:57,3440.0,23.0,513.0,109.0,339.0,406.0,664.0,2602.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",79.0,27,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,572.0,556.0,https://pypi.org/project/essentia,2023-10-27 09:13:56.000,16.0,3971.0,3971.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2023-11-09 09:05:16.000000,2023-11-09 09:05:15,1698.0,2.0,413.0,45.0,350.0,32.0,345.0,2597.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",33.0,27,True,2022-04-02 15:26:45.000,3.3.3,70.0,foolbox,conda-forge/foolbox,,,,563.0,549.0,https://pypi.org/project/foolbox,2022-04-02 15:26:45.000,14.0,1630.0,1928.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12531.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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,8.0,587.0,180.0,75.0,20.0,544.0,2533.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,,,,23.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,23.0,26433.0,27137.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38031.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,282.0,67.0,59.0,26.0,39.0,2371.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'],4404.0,4326.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,78.0,418931.0,421081.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,167700.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +415,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Apache-2.0,2019-02-26 10:10:56.000,2024-01-08 00:57:16.000000,2023-11-13 15:09:34,648.0,5.0,238.0,47.0,633.0,136.0,224.0,2243.0,Algorithms for explaining machine learning models.,19.0,27,True,2023-07-07 14:10:27.000,0.9.4,31.0,alibi,,,,,574.0,548.0,https://pypi.org/project/alibi,2023-07-07 14:10:05.734,26.0,14794.0,14794.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,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,,328.0,80.0,55.0,161.0,68.0,2224.0,Multilingual text (NLP) processing toolkit.,26.0,27,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1253.0,1160.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,93.0,53247.0,53247.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +417,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,65.0,38.0,96.0,160.0,2162.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,True,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],354.0,330.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,24.0,10480.0,10480.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +418,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,92.0,124.0,33.0,230.0,2140.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,,,,1752.0,1637.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,115.0,31166.0,32881.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,137251.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,2023-12-06 14:39:14.000000,2023-08-22 16:20:29,468.0,,386.0,63.0,151.0,13.0,91.0,2078.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2023-08-07 19:52:09.000,3.2.5,21.0,pytextrank,,,,,573.0,556.0,https://pypi.org/project/pytextrank,2023-08-07 19:52:09.000,17.0,40059.0,40059.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Apache-2.0,2019-10-07 13:29:13.000,2024-01-05 07:22:25.000000,2023-11-13 15:09:30,712.0,3.0,202.0,34.0,521.0,134.0,234.0,2004.0,"Algorithms for outlier, adversarial and drift detection.",20.0,27,True,2023-07-07 12:16:02.615,0.11.4,36.0,alibi-detect,,,,,413.0,407.0,https://pypi.org/project/alibi-detect,2023-07-07 12:16:02.615,6.0,41189.0,41189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,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,2023-12-14 21:45:46.000000,2023-12-14 21:45:38,856.0,10.0,432.0,62.0,319.0,113.0,92.0,1837.0,Library for training machine learning models with privacy for training data.,58.0,27,True,2023-10-11 15:51:39.000,0.8.12,30.0,tensorflow-privacy,,,,['tensorflow'],14.0,,https://pypi.org/project/tensorflow-privacy,2023-10-11 15:51:39.000,14.0,14738.0,14740.0,,,,,,,,2.0,131.0,,,,,,,,,,,,,,,,,,, +422,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,,207.0,36.0,1081.0,25.0,496.0,1724.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],263.0,260.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,3.0,1565.0,2146.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,16849.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +423,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2023-10-27 06:20:12.000000,2023-10-20 21:52:11,1051.0,2.0,207.0,52.0,201.0,33.0,274.0,1542.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,27,True,2023-09-30 19:50:35.000,0.5.3,14.0,scispacy,,,,,847.0,817.0,https://pypi.org/project/scispacy,2023-09-30 19:50:35.000,30.0,21670.0,21670.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,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,,318.0,74.0,742.0,54.0,168.0,1477.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,,,,,411.0,380.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,31.0,2033.0,2033.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,4.0,559.0,107.0,283.0,13.0,300.0,1470.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,27,True,2023-06-28 20:49:21.000,2.9.0,20.0,tabpy,anaconda/tabpy-client,,,,146.0,146.0,https://pypi.org/project/tabpy,,,15587.0,15642.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4457.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +426,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-01-08 22:17:52.000000,2023-06-07 07:35:59,3033.0,,118.0,37.0,334.0,11.0,187.0,1412.0,Multi-class confusion matrix library in Python.,17.0,27,True,2023-06-07 14:06:28.000,4.0,43.0,pycm,,,,,263.0,263.0,https://pypi.org/project/pycm,,,68384.0,68384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,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,2023-11-29 23:18:39.816000,2023-10-05 18:36:18,1029.0,,166.0,18.0,62.0,23.0,322.0,1408.0,PyTorch Extension Library of Optimized Scatter Operations.,28.0,27,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,84.0,33144.0,38638.0,https://anaconda.org/conda-forge/pytorch_scatter,2023-11-29 23:18:39.816,236275.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,257.0,49.0,184.0,54.0,120.0,1357.0,Metric learning algorithms in Python.,22.0,27,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],352.0,339.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,13.0,13406.0,13668.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11007.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,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-01-05 13:23:40.000000,2024-01-05 13:23:24,534.0,19.0,393.0,32.0,48.0,10.0,120.0,1335.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,27,False,2023-03-02 15:10:38.000,2.3.1,3.0,minisom,,,,,510.0,510.0,https://pypi.org/project/minisom,,,22567.0,22567.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,2023-11-29 23:41:32.898000,2023-11-29 13:48:39,684.0,4.0,149.0,24.0,124.0,2.0,128.0,1311.0,"Extensible, parallel implementations of t-SNE.",11.0,27,True,2023-11-29 14:50:50.000,1.0.1,21.0,opentsne,conda-forge/opentsne,,,,709.0,709.0,https://pypi.org/project/opentsne,,,20785.0,26445.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,232100.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +431,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,262.0,75.0,481.0,38.0,198.0,1288.0,Underthesea - Vietnamese NLP Toolkit.,18.0,27,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,920.0,893.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,27.0,10053.0,10123.0,,,,,,,,2.0,5646.0,,,,,,,,,,,,,,,,,,, +432,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2023-12-30 18:26:25.000000,2023-12-30 17:46:40,1015.0,10.0,107.0,26.0,114.0,27.0,52.0,1237.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",22.0,27,True,2023-10-05 02:21:28.000,1.4.1,44.0,imodels,,,,,63.0,59.0,https://pypi.org/project/imodels,2023-10-05 02:20:48.000,4.0,23152.0,23152.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,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,2023-12-11 14:44:53.000000,2023-12-11 14:44:44,4204.0,4.0,285.0,84.0,640.0,16.0,607.0,1234.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2023-08-01 02:38:24.000,23.07,34.0,pysal,conda-forge/pysal,,,,38.0,,https://pypi.org/project/pysal,2023-08-01 02:39:38.000,38.0,16770.0,29360.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,528800.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,188.0,42.0,257.0,59.0,212.0,1198.0,Python audio and music signal processing library.,20.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,422.0,389.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,2281.0,2281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,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-01-08 09:55:48.000000,2024-01-08 09:55:26,1042.0,30.0,206.0,24.0,124.0,23.0,186.0,1024.0,Survival analysis built on top of scikit-learn.,18.0,27,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],419.0,405.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,14.0,38035.0,40719.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,69790.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-01-08 08:18:46.000000,2024-01-08 08:17:25,796.0,19.0,114.0,29.0,399.0,68.0,306.0,974.0,BAyesian Model-Building Interface (Bambi) in Python.,36.0,27,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,110.0,101.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,9.0,13460.0,14225.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,28341.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,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-01-10 09:27:27.000000,2023-08-01 13:02:51,2070.0,,214.0,42.0,583.0,83.0,431.0,946.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,27,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,48.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,48.0,57677.0,58210.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18123.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +438,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2023-12-21 00:15:39.000000,2023-12-10 17:08:00,241.0,38.0,79.0,21.0,83.0,35.0,55.0,543.0,pyspark methods to enhance developer productivity.,24.0,27,True,2023-02-17 21:55:30.000,0.10.0,13.0,quinn,,,,['spark'],80.0,74.0,https://pypi.org/project/quinn,2023-02-17 21:54:00.812,6.0,848728.0,848728.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +439,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2023-12-07 17:31:04.000000,2023-11-15 06:26:56,1617.0,3.0,808.0,148.0,1561.0,114.0,125.0,7857.0,Trax Deep Learning with Clear Code and Speed.,79.0,26,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,134.0,133.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,2800.0,2800.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,609.0,140.0,31.0,66.0,54.0,5497.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1517.0,1469.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,48.0,1010603.0,1011036.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18194.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2023-12-05 20:52:12.000000,2023-11-08 00:58:38,213.0,4.0,293.0,67.0,179.0,22.0,54.0,4855.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,100.0,96.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,1451.0,1451.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +442,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-01-10 22:04:02.000000,2023-10-05 16:17:35,6152.0,,513.0,154.0,1903.0,299.0,1327.0,4318.0,ArrayFire: a general purpose GPU library.,88.0,26,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,,,https://pypi.org/project/arrayfire,,,721.0,770.0,,,,,,,,2.0,5127.0,,,,,,,,,,,,,,,,,,, +443,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,103.0,617.0,89.0,606.0,4142.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],86.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,86.0,383535.0,385324.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,73378.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +444,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,2023-11-02 03:20:32.000000,2023-11-02 03:20:28,249.0,1.0,803.0,52.0,50.0,62.0,106.0,3943.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,26,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1501.0,1482.0,https://pypi.org/project/facenet-pytorch,2021-03-10 01:00:20.000,19.0,33646.0,48717.0,,,,,,,,3.0,753557.0,,,,,,,,,,,,,,,,,,, +445,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,2023-10-28 04:01:29.000000,2023-09-01 03:04:11,1137.0,,710.0,62.0,1011.0,159.0,737.0,3889.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'],109.0,107.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,2.0,4193.0,4193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,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-01-10 12:41:25.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,93.0,48.0,32.0,3436.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,83.0,73.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,10.0,3208.0,3680.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29321.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,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-01-10 20:23:09.000000,2023-11-08 16:40:21,1347.0,5.0,336.0,71.0,1247.0,91.0,77.0,3270.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,34.0,26,True,2023-11-08 16:44:23.000,1.0.2,11.0,lit-nlp,conda-forge/lit-nlp,,,,26.0,25.0,https://pypi.org/project/lit-nlp,2023-11-08 16:44:23.000,1.0,2411.0,4071.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,66402.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +448,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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,145.0,237.0,35.0,631.0,3269.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],434.0,432.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,610.0,610.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +449,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2023-12-18 12:05:47.000000,2023-11-25 05:36:27,4323.0,37.0,555.0,40.0,994.0,193.0,668.0,3019.0,"A unified, comprehensive and efficient recommendation library.",70.0,26,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,1849.0,1963.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4367.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,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,2023-12-09 00:22:24.000000,2023-12-09 00:22:24,2360.0,35.0,680.0,165.0,60.0,7.0,697.0,2998.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,26,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,904.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,60532.0,,,,,3.0,4696.0,,,,,,,,,,,,,,,,,,, +451,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,1.0,1050.0,218.0,3649.0,429.0,1111.0,2983.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,,,,,,,,,1658.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,128653.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1502.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +452,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,2023-06-16 16:09:06.563000,2020-04-27 18:40:41,522.0,,1007.0,167.0,214.0,42.0,146.0,2946.0,Performance analysis of predictive (alpha) stock factors.,25.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,687.0,669.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,18.0,2098.0,2382.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20214.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,216.0,48.0,481.0,45.0,70.0,2676.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,199.0,196.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,14604.0,14605.0,,,,,,,,2.0,61.0,,,,,,,,,,,,,,,,,,, +454,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,,217.0,66.0,42.0,17.0,23.0,2657.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,,,,867.0,862.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,86702.0,86980.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14202.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2023-11-17 18:46:16.000000,2022-09-28 17:12:28,249.0,,271.0,27.0,316.0,74.0,37.0,2346.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,26,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],783.0,782.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,16103.0,16196.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2709.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +456,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2023-06-01 22:20:25.000000,2023-06-01 22:10:29,1131.0,,335.0,44.0,57.0,65.0,201.0,2313.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,26,True,2023-06-01 22:20:25.000,1.3,34.0,spektral,,,,['tensorflow'],263.0,257.0,https://pypi.org/project/spektral,2023-06-01 22:17:00.684,6.0,6492.0,6492.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +457,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-01-09 21:08:19.000000,2024-01-09 20:57:18,83.0,29.0,310.0,28.0,278.0,42.0,308.0,2249.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,6.0,26,True,2024-01-09 21:16:07.000,0.1.1,19.0,adapter-transformers,,,,['huggingface'],20.0,13.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,16352.0,16352.0,,,,,,,,3.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +458,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,2023-12-11 01:22:43.000000,2023-11-21 19:33:43,419.0,3.0,780.0,93.0,265.0,146.0,93.0,2231.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",70.0,26,True,2022-09-03 03:41:16.000,0.5.0,10.0,aif360,conda-forge/aif360,,,,352.0,352.0,https://pypi.org/project/aif360,,,5466.0,5661.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,7807.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +459,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,2023-12-11 14:10:11.000000,2023-12-11 01:57:13,644.0,9.0,236.0,66.0,31.0,60.0,92.0,2165.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,92.0,91.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,1205.0,1213.0,,,,,,,,3.0,353.0,,,,,,,,,,,,,,,,,,, +460,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-01-10 20:38:05.000000,2023-06-01 12:18:23,739.0,,357.0,43.0,43.0,96.0,56.0,2085.0,A modular active learning framework for Python.,20.0,26,True,2024-01-10 20:38:05.000,0.56.4506,486.0,modAL,,,,['sklearn'],35.0,27.0,https://pypi.org/project/modAL,2024-01-10 20:38:05.000,8.0,124354.0,124354.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +461,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,488.0,41.0,24.0,66.0,38.0,2079.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,26,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4569.0,4518.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,46155.0,46388.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,10965.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,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,2023-06-16 19:23:39.686000,2021-07-16 09:03:20,66.0,,463.0,39.0,42.0,64.0,58.0,2047.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'],1913.0,1899.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,55580.0,60116.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,471.0,,,,,3.0,253349.0,,,,,,,,,,,,,,,,,,, +463,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-01-11 02:54:28.000000,2024-01-10 14:03:56,1666.0,183.0,118.0,29.0,122.0,18.0,20.0,1744.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2023-09-10 04:20:57.000,0.4.168,144.0,labml,,,,,126.0,120.0,https://pypi.org/project/labml,2023-09-10 04:20:57.000,6.0,2002.0,2002.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,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,1.0,275.0,41.0,495.0,172.0,151.0,1710.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,152.0,144.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,23915.0,23921.0,,,,,,,,3.0,433.0,,,,,,,,,,,,,,,,,,, +465,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,,156.0,25.0,81.0,42.0,34.0,1634.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,538.0,519.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,102207.0,103025.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22100.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,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,1.0,259.0,50.0,312.0,99.0,17.0,1495.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,26,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],912.0,882.0,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,21591.0,21591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,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-01-11 03:38:34.000000,2024-01-10 21:51:13,6231.0,97.0,262.0,47.0,2493.0,246.0,1346.0,1485.0,cuGraph - RAPIDS Graph Analytics Library.,107.0,26,True,2023-12-06 19:21:19.000,23.12.00,33.0,cugraph,conda-forge/libcugraph,,,,2.0,2.0,https://pypi.org/project/cugraph,,,159.0,695.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,17703.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,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,,260.0,49.0,87.0,22.0,188.0,1469.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,26,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],506.0,490.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,16.0,5521.0,5670.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6421.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +469,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,,173.0,26.0,36.0,1.0,116.0,1210.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1540.0,1507.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,33.0,24027.0,24027.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +470,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1208.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,,,,479.0,439.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,40.0,18066.0,27998.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,754863.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,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,,238.0,37.0,68.0,54.0,205.0,1196.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,26,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],116.0,114.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,569.0,574.0,,,,,,,,2.0,89.0,,,,,,,,,,,,,,,,,,, +472,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,2.0,80.0,34.0,109.0,12.0,18.0,1141.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],199.0,197.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,2.0,1024970.0,1024970.0,,,,,,,,2.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +473,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-01-10 19:07:42.000000,2024-01-05 21:31:48,1985.0,211.0,79.0,18.0,719.0,69.0,173.0,1021.0,"MetricFlow allows you to define, build, and maintain metrics in code.",42.0,26,False,2023-11-15 23:21:15.000,0.203.1,72.0,metricflow,,,,,15.0,12.0,https://pypi.org/project/metricflow,2024-01-05 21:38:51.000,3.0,18480.0,18480.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +474,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,2.0,106.0,21.0,103.0,35.0,73.0,1016.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2022.0,2003.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,19.0,309672.0,310483.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,33270.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,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,2023-11-08 21:55:22.000000,2023-11-08 21:55:22,1142.0,2.0,236.0,62.0,245.0,22.0,346.0,943.0,Search and download Copernicus Sentinel satellite images.,43.0,26,False,2023-03-10 17:50:22.000,1.2.1,13.0,sentinelsat,conda-forge/sentinelsat,,,,522.0,522.0,https://pypi.org/project/sentinelsat,,,17564.0,18275.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,27684.0,,,,,3.0,262.0,,,,,,,,,,,,,,,,,,, +476,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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,913.0,A Jupyter - Three.js bridge.,30.0,26,True,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],99.0,29.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,58.0,44078.0,52358.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,518711.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,12.0,2642.0,,,,,,,,,,, +477,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,2023-08-25 16:48:20.000000,2023-04-19 21:43:19,547.0,,174.0,35.0,85.0,88.0,122.0,884.0,A scikit-learn based module for multi-label et. al. classification.,28.0,26,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1425.0,1401.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,24.0,50173.0,50173.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +478,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,2023-12-18 23:34:49.000000,2023-12-18 23:34:48,832.0,15.0,123.0,29.0,85.0,29.0,75.0,577.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,395.0,371.0,https://pypi.org/project/ml-metadata,2023-08-10 00:37:12.000,24.0,54738.0,54774.0,,,,,,,,3.0,2119.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,2023-12-31 19:03:54.000000,2023-08-23 17:20:54,1241.0,,152.0,19.0,693.0,25.0,208.0,472.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:50:41.000,0.9.4,14.0,earthpy,conda-forge/earthpy,,,,277.0,277.0,https://pypi.org/project/earthpy,,,4110.0,5357.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,71114.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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,210.0,22.0,17.0,45.0,23.0,423.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7565.0,7282.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,283.0,221506.0,222388.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39698.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +481,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2023-12-26 16:13:16.000000,2023-12-26 16:13:16,6706.0,64.0,143.0,36.0,394.0,37.0,134.0,364.0,Neuroimaging in Python FMRI analysis package.,69.0,26,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,270.0,219.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,51.0,3518.0,4877.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106058.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5768.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,,,,,121.0,118.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,222.0,272.0,,,,,,,,2.0,3718.0,,,,,,,,,,,,,,,,,,, +483,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,867.0,124.0,63.0,136.0,74.0,4999.0,Image augmentation library in Python for machine learning.,23.0,25,True,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,718.0,689.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,29.0,7725.0,7725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,429.0,60.0,90.0,48.0,88.0,4827.0,Finding duplicate images made easy!.,15.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],87.0,82.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,11273.0,11273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,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-01-11 11:46:32.000000,2024-01-10 08:47:01,3403.0,122.0,601.0,93.0,3755.0,296.0,1259.0,4752.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,88.0,25,True,2024-01-03 11:39:27.000,1.33.0,73.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,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,,611.0,159.0,130.0,76.0,101.0,4592.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 15:59:35.000,0.3.10,15.0,lucid,,,,['tensorflow'],755.0,755.0,https://pypi.org/project/lucid,,,503.0,503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,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,2023-06-16 19:25:40.006000,2022-08-23 22:54:23,1046.0,,982.0,239.0,214.0,51.0,200.0,4319.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,51.0,50.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,473.0,571.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3242.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,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,,1370.0,350.0,59.0,51.0,,4224.0,Python Algorithmic Trading Library.,11.0,25,True,,,8.0,pyalgotrade,,,,,202.0,181.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,21.0,631.0,631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,952.0,144.0,30.0,46.0,77.0,4163.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,25,False,2014-11-17 16:34:37.000,0.5,1.0,vadersentiment,conda-forge/vadersentiment,,,,7804.0,7804.0,https://pypi.org/project/vadersentiment,,,170615.0,171012.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13531.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,2023-12-11 06:21:04.000000,2023-05-06 14:09:10,264.0,,419.0,41.0,51.0,73.0,174.0,3996.0,An Open-Source Framework for Prompt-Learning.,22.0,25,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,96.0,94.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,2.0,1022.0,1022.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,,512.0,138.0,649.0,66.0,197.0,3849.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,1245.0,1245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,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-01-06 08:42:15.000000,2024-01-06 08:37:53,173.0,4.0,445.0,91.0,78.0,65.0,137.0,3328.0,Generate embeddings from large-scale graph-structured data.,31.0,25,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],3.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,3.0,278741.0,278743.0,,,,,,,,2.0,167.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,2024-01-10 19:28:44.000000,2024-01-10 18:54:14,456.0,8.0,272.0,48.0,449.0,61.0,252.0,3264.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,39.0,25,True,2024-01-08 18:51:52.000,0.4.10,23.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-01-08 18:51:52.000,4.0,6916.0,8026.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-01-08 20:24:23.326,37479.0,,,,,2.0,359.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,2023-12-29 19:06:22.000000,2023-10-30 16:34:46,179.0,1.0,367.0,164.0,83.0,87.0,99.0,3074.0,A deep learning library for video understanding research.,55.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,7.0,131925.0,131925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,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,,679.0,72.0,25.0,117.0,101.0,2972.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'],2896.0,2867.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,29.0,1263.0,1263.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,2023-12-05 02:50:26.000000,2023-12-04 04:34:26,1573.0,7.0,246.0,43.0,2014.0,3.0,645.0,2908.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,34.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,,2880.0,2984.0,,,,,,,,3.0,2615.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,,469.0,99.0,49.0,59.0,253.0,2774.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,,,,703.0,679.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,24.0,2165.0,2494.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,14950.0,,,,,3.0,875.0,,,,,,,,,,,,,,,,,,, +498,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,,131.0,30.0,200.0,16.0,73.0,2641.0,HiPlot makes understanding high dimensional data easy.,9.0,25,True,2021-11-04 14:24:43.000,0.1.32,35.0,hiplot,conda-forge/hiplot,,,,369.0,369.0,https://pypi.org/project/hiplot,,,23576.0,27252.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,172808.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,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,,710.0,167.0,94.0,134.0,358.0,2452.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,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,2023-12-28 14:21:46.000000,2023-07-01 21:40:58,1936.0,,325.0,40.0,85.0,20.0,157.0,2371.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],4.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,4.0,1926.0,1926.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,,645.0,90.0,29.0,25.0,52.0,2302.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,,,,,670.0,490.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,180.0,76736.0,76736.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2023-09-05 06:09:07.000000,2023-09-05 06:09:05,385.0,,280.0,56.0,14.0,21.0,78.0,2179.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2023-04-18 01:25:02.819,0.1.19,148.0,scattertext,conda-forge/scattertext,,,,495.0,485.0,https://pypi.org/project/scattertext,2023-04-18 01:25:02.819,10.0,11554.0,12666.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,85667.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2023-12-20 18:18:16.000000,2023-07-11 07:11:36,210.0,,234.0,46.0,87.0,18.0,115.0,2067.0,A Python library that helps data scientists to infer causation rather than observing correlation.,35.0,25,True,2023-06-22 13:11:20.000,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",106.0,106.0,https://pypi.org/project/causalnex,,,2027.0,2027.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,, +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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,74.0,2057.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,55.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,55.0,46365.0,46365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,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,,198.0,29.0,65.0,35.0,83.0,1965.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],307.0,300.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,3971.0,4157.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6726.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,160.0,61.0,66.0,65.0,129.0,1796.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,365.0,355.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,10.0,492.0,492.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +507,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,,304.0,27.0,379.0,73.0,120.0,1551.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,25,True,2023-05-18 06:27:52.000,2.2.5,10.0,pgl,,,,['paddle'],48.0,48.0,https://pypi.org/project/pgl,,,574.0,574.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +508,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2023-11-18 16:28:54.000000,2023-10-07 11:26:54,2816.0,,169.0,26.0,660.0,109.0,432.0,1428.0,A Python library for learning and evaluating knowledge graph embeddings.,36.0,25,True,2023-02-22 18:29:02.145,1.10.1,46.0,pykeen,,,,,5.0,,https://pypi.org/project/pykeen,2023-02-22 18:29:02.145,5.0,3552.0,3556.0,,,,,,,,2.0,177.0,,,,,,,,,,,,,,,,,,, +509,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2023-09-27 15:14:50.000000,2023-09-27 15:14:33,667.0,,159.0,47.0,161.0,19.0,378.0,1290.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,25,False,2023-02-16 21:26:00.740,1.6.0,26.0,dalex,conda-forge/dalex,,,,150.0,145.0,https://pypi.org/project/dalex,2022-09-07 14:45:39.364,5.0,17141.0,17457.0,https://anaconda.org/conda-forge/dalex,2023-06-16 19:24:13.607,11391.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,2.0,322.0,49.0,43.0,94.0,,1288.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'],397.0,389.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,23984.0,43201.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,301.0,,,,,3.0,768434.0,,,,,,,,,,,,,,,,,,, +511,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,,141.0,29.0,63.0,7.0,70.0,1273.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'],1329.0,1316.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,10253.0,10253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,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,1.0,289.0,55.0,63.0,12.0,109.0,1202.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,,,,,1001.0,971.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,30.0,9150.0,9150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,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-01-11 03:16:58.000000,2023-12-29 01:39:31,1852.0,84.0,364.0,56.0,472.0,156.0,250.0,1003.0,Machine learning on FPGAs using HLS.,58.0,25,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,,812.0,990.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7150.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +514,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,974.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],408.0,405.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,13381.0,13381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,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-01-11 15:02:17.000000,2024-01-11 11:30:51,1447.0,142.0,56.0,13.0,364.0,15.0,431.0,895.0,dstack is an open-source toolkit for running GPU workloads on any cloud. It works seamlessly with any cloud GPU..,14.0,25,True,2023-12-22 17:06:30.000,0.13.0,162.0,dstack,,,,,13.0,13.0,https://pypi.org/project/dstack,2024-01-11 11:39:20.000,,1191.0,1191.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,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-01-10 20:44:15.000000,2024-01-08 09:56:14,767.0,12.0,55.0,13.0,123.0,39.0,109.0,878.0,Visualize large time series data with plotly.py.,11.0,25,True,2023-07-13 11:26:44.000,0.9.1,20.0,plotly-resampler,conda-forge/plotly-resampler,,,,790.0,790.0,https://pypi.org/project/plotly-resampler,,,352266.0,353640.0,https://anaconda.org/conda-forge/plotly-resampler,2023-12-08 19:11:32.078,32989.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2023-11-30 08:29:05.000000,2023-10-26 19:25:33,460.0,5.0,101.0,23.0,86.0,15.0,94.0,642.0,"Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave and AIFF files with python 2..",26.0,25,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,111.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,111.0,21697.0,21697.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-01-05 14:00:12.000000,2024-01-04 15:51:23,470.0,6.0,50.0,8.0,53.0,159.0,231.0,562.0,python binding for libvips using cffi.,16.0,25,True,2024-01-04 12:00:44.000,2.2.2,25.0,pyvips,conda-forge/pyvips,,,,695.0,645.0,https://pypi.org/project/pyvips,2024-01-04 12:00:44.000,50.0,48368.0,50195.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,71280.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,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,2023-12-10 19:24:11.000000,2023-12-10 19:24:06,3708.0,15.0,67.0,47.0,350.0,21.0,388.0,550.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2023-11-14 15:08:13.000,4.0.1,69.0,skll,conda-forge/skll,,,['sklearn'],58.0,40.0,https://pypi.org/project/skll,2023-11-14 15:04:40.000,18.0,206.0,696.0,https://anaconda.org/conda-forge/skll,2023-11-15 00:08:06.079,12752.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,, +520,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-01-11 07:50:20.000000,2024-01-09 14:17:28,559.0,9.0,150.0,31.0,173.0,8.0,97.0,545.0,Machine learning for multivariate data analysis through the Riemannian geometry of symmetric or Hermitian positive..,29.0,25,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],318.0,299.0,https://pypi.org/project/pyriemann,2022-07-17 13:53:18.565,19.0,17373.0,17629.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,4866.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,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-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,64.0,16.0,13.0,34.0,7.0,495.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,,,,3696.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3696.0,315995.0,322963.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,222991.0,,,,,3.0,,,8.0,,,,,,,,,,,,,,,,, +522,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,2023-12-20 16:14:39.221000,2023-12-13 18:28:10,521.0,9.0,38.0,5.0,12.0,6.0,47.0,309.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,13.0,25,True,2023-12-19 14:22:21.000,0.8.1,24.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],600.0,571.0,https://pypi.org/project/scikit-posthocs,2023-12-19 14:22:21.000,29.0,78133.0,101378.0,https://anaconda.org/conda-forge/scikit-posthocs,2023-12-20 16:14:39.221,906593.0,,,,,3.0,39.0,,,,,,,,,,,,,,,,,,, +523,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-01-10 06:44:01.000000,2024-01-10 06:30:03,518.0,10.0,54.0,41.0,268.0,17.0,59.0,296.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",37.0,25,False,2023-11-21 05:30:42.000,1.2.5,72.0,gokart,,,,,79.0,74.0,https://pypi.org/project/gokart,2023-11-21 05:30:42.000,5.0,2611.0,2611.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +524,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,12.0,49.0,14.0,712.0,217.0,203.0,274.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,25,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,105.0,97.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1506.0,1506.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +525,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,,824.0,169.0,1588.0,145.0,74.0,6362.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,1.0,103.0,108.0,,,,,,,,3.0,351.0,,,,,,,,,,,,,,,,,,, +526,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,2023-12-18 19:53:02.000000,2023-12-18 19:52:57,597.0,4.0,728.0,105.0,587.0,105.0,345.0,5672.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.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,16751.0,16751.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,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-01-03 15:00:11.000000,2024-01-03 14:54:33,1095.0,4.0,881.0,117.0,674.0,238.0,542.0,5352.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],16.0,15.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,209.0,209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,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,138.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'],1120.0,1104.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,741.0,753.0,,,,,,,,3.0,890.0,,,,,,,,,,,,,,,,,,, +529,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-01-10 01:25:45.000000,2023-12-05 18:31:50,1553.0,45.0,821.0,145.0,1454.0,326.0,398.0,4895.0,Simple and Distributed Machine Learning.,115.0,24,True,2023-11-27 21:27:39.000,1.0.2,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,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,2023-12-26 10:14:09.000000,2023-11-19 13:26:15,334.0,6.0,929.0,46.0,32.0,62.0,112.0,4670.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,24,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],177.0,169.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,8.0,2010.0,2010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,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,2023-08-31 07:24:48.000000,2022-07-29 10:37:24,205.0,,993.0,93.0,62.0,250.0,269.0,4513.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,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,15729.0,15729.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,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,2023-12-31 12:14:36.000000,2021-06-02 09:45:13,150.0,,710.0,101.0,34.0,101.0,113.0,4405.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],125.0,120.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5339.0,5342.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,231.0,3.0,,,,,,,,,,,,,,,,,,,, +533,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,175.0,50.0,65.0,49.0,3477.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'],59.0,56.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,61.0,61.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +534,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,108.0,396.0,3129.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],123.0,122.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,619.0,619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,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,5.0,220.0,54.0,36.0,71.0,121.0,3079.0,A GUI for Pandas DataFrames.,15.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],338.0,333.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3405.0,3980.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,20728.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,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,110.0,73.0,193.0,115.0,3078.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,,,,,137.0,125.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,807.0,870.0,,,,,,,,3.0,4479.0,,,,,,,,,,,,,,,,,,, +537,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2023-06-30 21:16:15.000000,2023-06-30 21:16:10,470.0,,308.0,66.0,315.0,42.0,124.0,2693.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'],49.0,48.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1653.0,1992.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14595.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,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,1.0,315.0,93.0,2157.0,206.0,982.0,2668.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",52.0,24,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,14246.0,14246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,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-01-04 04:06:44.000000,2023-07-23 14:42:27,191.0,,449.0,38.0,238.0,52.0,277.0,2395.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,24,True,2023-07-23 13:34:05.000,4.1.0,17.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],,,https://pypi.org/project/pytorch-tabnet,,,31209.0,31450.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6037.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +540,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2023-10-15 09:57:16.000000,2023-05-15 21:21:45,660.0,,223.0,39.0,136.0,6.0,129.0,2219.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,24.0,24,True,2023-01-04 21:22:30.000,2.2.0,13.0,norfair,,,,,147.0,147.0,https://pypi.org/project/norfair,,,4660.0,4667.0,,,,,,,,3.0,295.0,,,,,,,,,,,,,,,,,,, +541,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,,256.0,57.0,56.0,19.0,50.0,2205.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],645.0,626.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,4012.0,4012.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,243.0,71.0,21.0,93.0,66.0,2074.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,276.0,259.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,17.0,27083.0,27083.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2023-07-12 18:18:40.000000,2023-07-12 18:14:01,1515.0,,241.0,67.0,58.0,31.0,186.0,2047.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,20.0,24,True,2023-07-12 18:26:08.000,2.0.1,14.0,ampligraph,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/ampligraph,2023-07-12 18:13:00.637,,612.0,612.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +544,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,2023-11-15 21:03:09.000000,2023-07-01 21:39:32,2288.0,,227.0,37.0,37.0,9.0,109.0,2030.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,17.0,24,False,2022-12-04 19:04:05.000,_10304,100.0,karateclub,conda-forge/karateclub,,,,217.0,217.0,https://pypi.org/project/karateclub,,,3982.0,4504.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,21935.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +545,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,,299.0,56.0,1313.0,199.0,810.0,1776.0,A toolkit for reproducible reinforcement learning research.,79.0,24,True,2020-09-14 22:30:57.000,2020.06.3,21.0,garage,,,,['tensorflow'],97.0,97.0,https://pypi.org/project/garage,,,591.0,591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,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-01-11 07:48:37.000000,2024-01-10 08:08:59,876.0,3.0,129.0,32.0,411.0,54.0,338.0,1770.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,18.0,24,True,2023-01-29 22:05:17.000,1.1.4.2,23.0,orbit-ml,,,,,43.0,42.0,https://pypi.org/project/orbit-ml,2023-01-29 22:06:26.764,1.0,30343.0,30343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,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-01-11 07:48:37.000000,2024-01-10 08:08:59,876.0,3.0,129.0,32.0,411.0,54.0,338.0,1770.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,18.0,24,True,2023-01-29 22:05:17.000,1.1.4.2,23.0,orbit-ml,conda-forge/orbit-ml,,,,43.0,42.0,https://pypi.org/project/orbit-ml,2023-01-29 22:06:26.764,1.0,30343.0,30542.0,https://anaconda.org/conda-forge/orbit-ml,2023-12-19 05:59:30.209,4777.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,2023-12-05 17:37:33.000000,2023-12-04 14:09:45,571.0,2.0,120.0,55.0,447.0,60.0,100.0,1756.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,93.0,86.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,6612.0,6612.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1600.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,24,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],176.0,168.0,https://pypi.org/project/talos,2022-05-28 10:07:34.000,8.0,788.0,788.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +550,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,238.0,49.0,48.0,22.0,91.0,1569.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,328.0,314.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,14.0,1583.0,3654.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35525.0,,,,,3.0,61212.0,,,,,,,,,,,,,,,,,,, +551,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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,1.0,,1529.0,Feature engineering package with sklearn like functionality.,38.0,24,False,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,96.0,,https://pypi.org/project/feature_engine,2023-09-18 14:50:58.000,96.0,122473.0,123532.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,43426.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,2023-09-20 03:33:51.000000,2023-08-22 14:21:42,580.0,,302.0,54.0,115.0,54.0,30.0,1464.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,,,,,87.0,86.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1148.0,1148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,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-01-09 14:45:49.000000,2024-01-09 14:47:32,1178.0,10.0,118.0,28.0,68.0,1.0,29.0,1456.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,24,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,6612.0,6612.0,,,,,,,,2.0,7.0,,,,,,,,,,,,,,,,,,, +554,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,,405.0,91.0,165.0,103.0,224.0,1351.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],43.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,1.0,105.0,105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,203.0,54.0,460.0,143.0,293.0,1173.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'],73.0,64.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,732.0,732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,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,,165.0,32.0,86.0,16.0,32.0,1173.0,"A program for financial portfolio management, analysis and optimisation.",11.0,24,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,88.0,88.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,,390.0,390.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,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,73.0,415.0,51.0,147.0,1140.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:32:03.000,0.8.0,8.0,chainerrl,,,,,158.0,158.0,https://pypi.org/project/chainerrl,,,401.0,401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2023-11-16 19:55:28.000000,2019-08-16 09:00:15,140.0,,105.0,12.0,20.0,16.0,15.0,1034.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 08:58:49.000,1.4.0,8.0,gputil,,,,,4459.0,4459.0,https://pypi.org/project/gputil,,,346989.0,346989.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,3.0,184.0,34.0,73.0,3.0,86.0,1031.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'],209.0,200.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,3037.0,3037.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-01-09 03:56:17.077000,2023-11-09 15:26:22,727.0,1.0,143.0,16.0,100.0,27.0,230.0,911.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,44.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,21107.0,26775.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,243753.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +561,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,,253.0,42.0,72.0,103.0,188.0,904.0,Gaussian Process Optimization using GPy.,50.0,24,True,2020-03-19 21:21:18.000,1.2.6,1.0,gpyopt,,,,,479.0,479.0,https://pypi.org/project/gpyopt,,,5893.0,5893.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +562,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:39.000,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],48.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,44.0,3973.0,8806.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,310027.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,,,958.0,,,,,,,,,,, +563,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,2023-11-06 22:17:29.000000,2023-11-06 22:11:24,461.0,12.0,78.0,26.0,160.0,51.0,62.0,749.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,24,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],50.0,46.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,512.0,512.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,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,,159.0,33.0,25.0,34.0,235.0,739.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,True,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,177.0,164.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,13.0,3289.0,3289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,73.0,13.0,48.0,22.0,53.0,689.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1141.0,1112.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,215743.0,215926.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,4963.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,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,,138.0,129.0,91.0,43.0,67.0,646.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'],199.0,184.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,15.0,12177.0,12177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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,12.0,68.0,26.0,433.0,10.0,237.0,631.0,torchbearer: A model fitting library for PyTorch.,14.0,24,True,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],90.0,86.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,318.0,318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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-01-04 18:10:01.000000,2024-01-04 18:09:30,332.0,52.0,85.0,7.0,19.0,3.0,77.0,508.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code.,17.0,24,True,2023-12-22 00:39:02.000,0.5.2,157.0,featurewiz,,,,,64.0,62.0,https://pypi.org/project/featurewiz,2023-12-22 00:39:02.000,2.0,6737.0,6737.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +569,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,9.0,17.0,11.0,12.0,502.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'],4259.0,4095.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,164.0,1759749.0,1769464.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,884114.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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-01-11 02:26:39.000000,2024-01-04 22:06:55,960.0,18.0,170.0,24.0,828.0,94.0,383.0,492.0,MONAI Label is an intelligent open source image labeling and learning tool.,56.0,24,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,200.0,2518.0,,,,,,,,3.0,69552.0,,,,,,,,,,,,,,,,,,, +571,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2023-11-19 21:07:53.000000,2023-11-19 20:49:10,166.0,13.0,47.0,17.0,2.0,9.0,3.0,364.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,24,True,2023-11-19 21:07:53.000,0.1.1,12.0,suod,,,,,501.0,499.0,https://pypi.org/project/suod,2023-11-19 21:07:53.000,2.0,9717.0,9717.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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,2023-11-26 01:06:29.000000,2023-11-26 01:06:21,757.0,20.0,82.0,13.0,30.0,5.0,46.0,352.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,24,True,2023-03-05 05:32:23.000,3.0.1,56.0,pymap3d,conda-forge/pymap3d,,,,345.0,345.0,https://pypi.org/project/pymap3d,,,57172.0,58606.0,https://anaconda.org/conda-forge/pymap3d,2023-06-16 19:18:14.535,65970.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2023-12-13 23:01:05.000000,2023-12-13 23:01:05,2538.0,75.0,56.0,8.0,235.0,29.0,79.0,253.0,Python recommendation toolkit.,13.0,24,False,2022-08-16 20:29:07.512,0.14.2,23.0,lenskit,conda-forge/lenskit,,,,99.0,95.0,https://pypi.org/project/lenskit,2022-08-16 20:29:07.512,4.0,738.0,1356.0,https://anaconda.org/conda-forge/lenskit,2023-06-16 19:23:42.362,23513.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,,2016-06-07 15:55:16.000,2023-02-18 07:58:21.000000,2023-02-18 07:58:21,3353.0,,1591.0,461.0,698.0,24.0,441.0,7265.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,23,False,2021-01-06 07:16:21.000,2.2.4,76.0,tensorlayer,,,,['tensorflow'],,,https://pypi.org/project/tensorlayer,,,1205.0,1227.0,,,,,,,,3.0,1993.0,,-5.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,2023-12-09 23:25:52.000000,2022-08-09 13:26:32,565.0,,1273.0,305.0,205.0,67.0,208.0,4599.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1884.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143185.0,3.0,,,,,,,,,,,,,,,,,,,, +576,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,890.0,178.0,385.0,33.0,430.0,3811.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,23,False,2019-10-09 19:24:22.000,2.2,2.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,,,82.0,82.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-01-05 21:48:19.000000,2024-01-05 21:44:56,409.0,4.0,322.0,53.0,413.0,79.0,106.0,3178.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",37.0,23,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],35.0,34.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,217.0,217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,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-01-06 04:36:23.000000,2023-11-05 09:58:06,2685.0,18.0,1042.0,132.0,1028.0,53.0,72.0,3024.0,a distributed deep learning platform.,85.0,23,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,58.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,734.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,5266.0,3.0,,,,,,,,,,,,,,,,,,,, +579,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,,236.0,43.0,110.0,80.0,64.0,2840.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,9215.0,9217.0,,,,,,,,3.0,121.0,,,,,,,,,,,,,,,,,,, +580,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2023-12-03 13:55:18.000000,2023-08-24 15:33:37,935.0,,169.0,20.0,74.0,91.0,168.0,2689.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,27.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,37.0,36.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,874.0,874.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,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,2017-05-05 02:27:30.000,2023-12-15 03:22:16.000000,2023-12-15 03:22:08,3454.0,2.0,732.0,108.0,3871.0,533.0,855.0,2594.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,23,True,2022-01-25 00:22:00.888,0.11.2,418.0,analytics-zoo,,,,['spark'],5.0,4.0,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,337.0,337.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,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,129.0,136.0,60.0,128.0,2396.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'],54.0,52.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1400.0,1569.0,,,,,,,,3.0,12716.0,,,,,,,,,,,,,,,,,,, +583,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,32.0,350.0,2376.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,39.0,39.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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,2.0,302.0,28.0,695.0,49.0,150.0,2321.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,23,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,77.0,76.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,1.0,391.0,391.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,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,,303.0,67.0,78.0,63.0,68.0,2099.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'],29.0,26.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2247.0,2247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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,2023-12-27 00:46:01.000000,2023-10-16 16:49:59,532.0,1.0,195.0,40.0,115.0,62.0,125.0,2091.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,25.0,23,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,5568.0,5568.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,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,,648.0,82.0,48.0,24.0,64.0,2013.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,474.0,462.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,6491.0,6491.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,,238.0,44.0,33.0,51.0,90.0,1900.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'],160.0,160.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3100.0,3100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,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,2023-10-11 19:12:48.654000,2023-05-26 18:23:37,117.0,,228.0,44.0,36.0,45.0,21.0,1830.0,Parallel t-SNE implementation with Python and Torch wrappers.,17.0,23,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],443.0,421.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,2101.0,3042.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,31082.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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,,238.0,53.0,446.0,3.0,402.0,1710.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2021-06-10 09:45:12.000,0.8.0,22.0,farm,conda-forge/farm,,,['pytorch'],,,https://pypi.org/project/farm,,,1383.0,1479.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3186.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,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,,114.0,38.0,11.0,33.0,51.0,1607.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,338.0,326.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,1212.0,1212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,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,,119.0,28.0,31.0,58.0,50.0,1564.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'],380.0,375.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,5.0,46283.0,46283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,203.0,45.0,12.0,4.0,51.0,1554.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,23,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],205.0,203.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,7672.0,7672.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,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,2023-12-07 16:22:32.000000,2023-11-08 21:41:55,157.0,2.0,162.0,100.0,184.0,35.0,25.0,1467.0,fklearn: Functional Machine Learning.,55.0,23,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,367.0,367.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-01-06 08:38:37.000000,2024-01-06 08:35:06,342.0,2.0,292.0,40.0,252.0,69.0,192.0,1408.0,A framework for Privacy Preserving Machine Learning.,33.0,23,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,256.0,256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1259.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],60.0,59.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,287.0,287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2023-12-24 06:07:13.000000,2023-12-24 06:07:13,78.0,2.0,226.0,20.0,17.0,4.0,87.0,1147.0,Implementation of the node2vec algorithm.,13.0,23,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,557.0,536.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,21.0,57061.0,57460.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27150.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,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,1.0,172.0,48.0,112.0,52.0,170.0,958.0,Python interface to GPU-powered libraries.,44.0,23,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,329.0,279.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,543.0,543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-01-08 07:04:51.000000,2023-03-29 07:39:45,85.0,,81.0,26.0,54.0,36.0,28.0,930.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,True,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,613.0,590.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,26158.0,27582.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,39880.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,105.0,26.0,36.0,34.0,69.0,867.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],580.0,568.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,14053.0,14053.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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,,102.0,29.0,60.0,21.0,74.0,816.0,ML-Ensemble high performance ensemble learning.,7.0,23,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,366.0,362.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,4.0,2490.0,2490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,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-01-10 18:21:30.000000,2024-01-10 18:20:54,284.0,8.0,241.0,46.0,18.0,9.0,91.0,796.0,Data compression in TensorFlow.,21.0,23,True,2023-10-13 19:56:17.000,2.14.0,22.0,tensorflow-compression,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-compression,,,10629.0,10629.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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,2023-12-13 17:02:20.000000,2023-11-24 10:43:28,313.0,7.0,129.0,20.0,72.0,5.0,64.0,780.0,An intuitive library to extract features from time series.,18.0,23,True,2023-08-23 07:53:53.000,0.1.6,10.0,tsfel,,,,,108.0,108.0,https://pypi.org/project/tsfel,2023-08-22 10:46:05.000,,22328.0,22328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,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-01-01 20:17:29.000000,2023-08-23 11:46:56,231.0,,103.0,15.0,40.0,35.0,24.0,780.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,11.0,23,True,2022-12-19 18:16:02.257,0.5.1,12.0,detoxify,,,,,508.0,498.0,https://pypi.org/project/detoxify,2022-12-19 18:16:02.257,10.0,14730.0,24023.0,,,,,,,,3.0,353155.0,,,,,,,,,,,,,,,,,,, +605,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,2023-09-26 00:20:33.000000,2023-09-26 00:20:33,398.0,,155.0,17.0,72.0,35.0,106.0,667.0,Ternary plotting library for python with matplotlib.,27.0,23,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,185.0,158.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,27.0,37987.0,38836.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,78991.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +606,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,23.0,33.0,661.0,Working with molecular structures in pandas DataFrames.,15.0,23,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],245.0,222.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,80710.0,82451.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,148037.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +607,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,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,80.0,21.0,8.0,23.0,41.0,637.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'],415.0,394.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,21.0,15558.0,15587.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2849.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,578.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,23,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],141.0,136.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,22145.0,22145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,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-01-10 17:26:58.000000,2024-01-10 10:43:49,851.0,26.0,80.0,9.0,705.0,86.0,432.0,577.0,Automated modeling and machine learning framework FEDOT.,32.0,23,True,2023-07-25 13:20:41.000,0.7.2,19.0,fedot,,,,,44.0,43.0,https://pypi.org/project/fedot,2023-07-25 13:17:29.000,1.0,468.0,468.0,,,,,,,,3.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +610,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,2023-08-10 03:20:53.000000,2023-08-10 03:20:53,1214.0,,63.0,7.0,206.0,18.0,109.0,483.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],223.0,218.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2096.0,2096.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,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,2023-10-20 17:29:31.000000,2023-10-20 17:29:28,575.0,1.0,84.0,29.0,317.0,75.0,27.0,363.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,23,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],345.0,338.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,35575.0,35575.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,6.0,27.0,8.0,4.0,22.0,59.0,279.0,Multiple Imputation with LightGBM in Python.,6.0,23,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,119.0,114.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,24252.0,24639.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11632.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +613,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,2023-12-07 15:30:25.000000,2023-02-07 10:12:31,47.0,,2141.0,149.0,88.0,240.0,285.0,12330.0,End-to-End Object Detection with Transformers.,26.0,22,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,489.0,83.0,37.0,53.0,26.0,10651.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,41.0,41.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,663.0,757.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2265.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,146.0,1362.0,118.0,986.0,7969.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,746.0,746.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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,,1467.0,131.0,51.0,151.0,141.0,7639.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,22,False,2020-03-01 03:29:43.000,1.0,1.0,efficientnet-pytorch,,,,['pytorch'],1.0,1.0,https://pypi.org/project/efficientnet-pytorch,,,140302.0,218942.0,,,,,,,,3.0,3617474.0,,-5.0,,,,,,,,,,,,,,,,, +617,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,263.0,68.0,115.0,135.0,6214.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,3.0,55.0,55.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1712.0,19.0,17.0,70.0,24.0,4884.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,25.0,25.0,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1896.0,1896.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,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,2023-04-10 13:46:12.000000,2022-05-30 07:32:06,3344.0,,820.0,234.0,109.0,57.0,620.0,4842.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,22,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,23.0,,,,,,,,3.0,1501.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,,323.0,75.0,37.0,95.0,74.0,4381.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,875.0,875.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,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,,716.0,66.0,247.0,117.0,823.0,3970.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.0,22,False,2020-08-05 19:45:11.000,2.10.1,21.0,stable-baselines,,,,,,,https://pypi.org/project/stable-baselines,,,4613.0,4613.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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3865.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,,,,1.0,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,1.0,76.0,100.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1869.0,,,,,3.0,374.0,,,,,,,,,,,,,,,,,,, +623,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-01-01 21:29:17.000000,2024-01-01 21:13:34,684.0,1.0,497.0,215.0,16.0,24.0,4.0,3274.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,11.0,11.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,229.0,229.0,,,,,,,,3.0,49.0,,,,,,,,,,,,,,,,,,, +624,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-01-10 16:00:55.000000,2021-05-06 12:10:38,127.0,,154.0,50.0,56.0,,30.0,2973.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-01 13:59:02.000,0.0.11,2.0,opyrator,conda-forge/opyrator,,,,46.0,46.0,https://pypi.org/project/opyrator,,,385.0,443.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1399.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,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,2023-12-15 22:52:18.000000,2023-12-15 22:50:38,766.0,1.0,362.0,93.0,547.0,144.0,92.0,2738.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,22,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,9.0,5922.0,5922.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,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,80.0,144.0,36.0,126.0,2378.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'],29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2023-12-12 15:07:33.000000,2023-08-10 17:09:47,309.0,,150.0,24.0,31.0,28.0,31.0,1848.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,315.0,487.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4297.0,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +628,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-01-08 19:14:10.000000,2023-06-07 17:48:50,26.0,,101.0,37.0,29.0,22.0,78.0,1765.0,"A flexible, intuitive and fast forecasting library.",9.0,22,True,2023-06-07 17:56:26.462,0.5.1,10.0,greykite,,,,,26.0,26.0,https://pypi.org/project/greykite,2022-07-15 21:40:53.479,,11941.0,11941.0,,,,,,,,3.0,7.0,,,,,,,,,,,,,,,,,,, +629,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2023-04-08 10:04:48.000000,2020-04-24 06:58:09,58.0,,255.0,44.0,13.0,57.0,35.0,1749.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']",252.0,241.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,1350.0,1350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2023-12-22 22:35:35.000000,2023-12-22 22:35:35,1075.0,4.0,259.0,33.0,36.0,23.0,175.0,1699.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,389.0,389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,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,,209.0,38.0,111.0,54.0,42.0,1695.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'],153.0,144.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,9.0,1347.0,3618.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,203295.0,,,,,3.0,408.0,,5.0,,,,,,,,,,,,,,,,, +632,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,98.0,45.0,187.0,216.0,1635.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,7.0,718.0,718.0,,,,,,,,3.0,42.0,,,,,,,,,,,,,,,,,,, +633,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,2023-12-14 14:58:01.000000,2023-12-14 14:58:00,369.0,5.0,138.0,17.0,69.0,17.0,33.0,1586.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,15.0,22,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],19.0,19.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,5257.0,5257.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,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,,290.0,46.0,801.0,71.0,485.0,1581.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,67.0,67.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,2023-11-29 18:30:27.000000,2023-11-29 05:50:04,1211.0,19.0,100.0,31.0,146.0,64.0,130.0,1325.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",23.0,22,True,2022-04-13 10:24:33.000,0.8.1,13.0,kp,,,,,8.0,8.0,https://pypi.org/project/kp,,,82.0,93.0,,,,,,,,3.0,488.0,,,,,,,,,,,,,,,,,,, +636,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,,188.0,27.0,57.0,21.0,36.0,1243.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'],152.0,147.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,568.0,568.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-01-01 15:19:10.000000,2023-12-09 21:53:10,773.0,13.0,170.0,18.0,258.0,62.0,94.0,1223.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,22,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/dice-ml,,,42769.0,42769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,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,2023-12-06 23:24:36.000000,2023-12-06 23:22:36,184.0,3.0,108.0,37.0,25.0,17.0,114.0,1150.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,4618.0,4618.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2023-10-25 14:32:27.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,85.0,64.0,205.0,1015.0,Line based ATR Engine based on OCRopy.,20.0,22,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,1585.0,1585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,108.0,50.0,98.0,41.0,51.0,1006.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'],215.0,207.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,8.0,1934.0,1934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,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-01-04 20:41:21.000000,2024-01-04 20:41:21,582.0,2.0,290.0,96.0,121.0,62.0,96.0,986.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'],37.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,37.0,686.0,1231.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,41971.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,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-01-09 01:44:29.000000,2023-04-27 23:44:02,329.0,,157.0,29.0,109.0,80.0,56.0,864.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,,,,8.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,4.0,2268.0,52351.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2116168.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,2.0,870.0,,,,,,,,,,, +643,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,,82.0,14.0,77.0,219.0,218.0,840.0,"Experiment tracking, ML developer tools.",29.0,22,True,2022-05-11 01:13:36.000,0.8.1,2.0,guildai,,,,,89.0,89.0,https://pypi.org/project/guildai,,,429.0,429.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,,, +644,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,137.0,25.0,594.0,62.0,511.0,840.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,3667.0,3667.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,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,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,2.0,82.0,19.0,153.0,24.0,82.0,817.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,22,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,2023-10-02 19:57:48.000,1.0,1071.0,1282.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7631.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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-01-10 16:26:27.000000,2024-01-08 19:10:37,1137.0,33.0,123.0,30.0,957.0,37.0,50.0,751.0,Machine learning framework for both deep learning and traditional algorithms.,35.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,638.0,638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,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,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,73982.0,73982.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +648,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,683.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,,,,383.0,377.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,6.0,23525.0,23583.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1863.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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,27.0,23.0,57.0,35.0,593.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,,,,419.0,397.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,22.0,12766.0,13253.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18053.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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-01-10 13:18:56.000000,2023-12-07 19:31:40,331.0,2.0,131.0,19.0,39.0,13.0,79.0,529.0,Medical image processing in Python.,18.0,22,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1681.0,1637.0,https://pypi.org/project/MedPy,2019-02-14 17:12:59.000,44.0,22083.0,22791.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,21963.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,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-01-09 20:14:46.000000,2023-12-29 21:08:41,477.0,31.0,55.0,26.0,9.0,11.0,32.0,509.0,Active Learning for Text Classification in Python.,6.0,22,True,2023-12-29 21:23:01.000,1.3.3,13.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",25.0,25.0,https://pypi.org/project/small-text,,,559.0,841.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5082.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,480.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,,,,,95.0,87.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,3838.0,3838.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,,, +653,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,8.0,41.0,11.0,11.0,9.0,52.0,478.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,22,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,30.0,25.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,4564.0,4566.0,,,,,,,,3.0,130.0,,,,,,,,,,,,,,,,,,, +654,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,2023-12-07 13:59:00.000000,2023-03-05 00:16:57,419.0,,96.0,36.0,276.0,69.0,173.0,451.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,75.0,73.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1128.0,1131.0,,,,,,,,3.0,292.0,,,,,,,,,,,,,,,,,,, +655,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-01-11 09:09:39.000000,2024-01-11 09:09:39,1690.0,95.0,62.0,6.0,198.0,43.0,77.0,451.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,22.0,21.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,522.0,528.0,,,,,,,,3.0,148.0,,,,,,,,,,,,,,,,,,, +656,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,21.0,96.0,18.0,9.0,5.0,37.0,429.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,51.0,51.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,1641.0,1641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,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,412.0,optimization routines for hyperparameter tuning.,9.0,22,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,123.0,109.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,14.0,4901.0,4901.0,,,,,,,,3.0,90.0,,,,,,,,,,,,,,,,,,, +658,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-01-03 08:17:43.000000,2024-01-03 08:17:42,657.0,11.0,60.0,30.0,437.0,11.0,91.0,365.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2023-07-18 13:09:18.000,4.0.0,28.0,vega,conda-forge/vega,,,['jupyter'],4.0,4.0,https://pypi.org/project/vega,,,9553.0,15848.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,572898.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,13.0,9.0,4.0,12.0,229.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,,,,998.0,952.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,66624.0,68049.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,55590.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2021-12-28 13:59:30.000000,2018-07-23 21:04:09,90.0,,26.0,7.0,18.0,4.0,9.0,153.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,,,,,2233.0,2078.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,155.0,101421.0,101421.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,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,,379.0,208.0,9.0,6.0,16.0,3142.0,TensorFlow Reinforcement Learning.,13.0,21,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],143.0,140.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,795.0,795.0,,,,,,,,3.0,,,,google-deepmind/trfl,,,,,,,,,,,,,,,, +662,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,,359.0,86.0,4.0,3.0,18.0,2134.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,1.0,305.0,305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1644.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,15.0,33.0,1633.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'],52.0,46.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,1815.0,1815.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,281.0,74.0,728.0,53.0,64.0,1565.0,An end-to-end PyTorch framework for image and video classification.,77.0,21,True,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,505.0,893.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18655.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,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,2023-09-15 04:35:29.000000,2023-09-15 04:35:29,906.0,,208.0,57.0,52.0,73.0,149.0,1523.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,35.0,21,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,,422.0,453.0,,,,,,,,3.0,2737.0,,,,,,,,,,,,,,,,,,, +667,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,,359.0,62.0,47.0,37.0,72.0,1476.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-06-03 13:51:56.000,1.0.0,5.0,anago,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/anago,,,173.0,173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,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,66.0,51.0,23.0,75.0,1465.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,205.0,205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,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,,220.0,64.0,48.0,36.0,90.0,1253.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,188.0,188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,216.0,66.0,29.0,31.0,12.0,1138.0,Anomaly Detection and Correlation library.,9.0,21,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,91.0,76.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,7935.0,7935.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,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-01-08 21:32:31.000000,2024-01-06 01:40:35,513.0,63.0,120.0,20.0,228.0,13.0,114.0,1124.0,A standard framework for modelling Deep Learning Models for tabular data.,17.0,21,True,2023-06-01 06:16:39.000,1.0.2,11.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2021-09-01 11:51:30.000,2.0,2111.0,2111.0,,,,,,,,2.0,21.0,,,,,,,,,,,,,,,,,,, +672,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2023-07-16 15:34:00.704000,2023-07-16 15:16:10,420.0,,146.0,93.0,117.0,33.0,45.0,1121.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,21,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,99.0,98.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,882.0,882.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,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,,208.0,28.0,61.0,54.0,60.0,1058.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,129.0,119.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,10.0,273.0,278.0,,,,,,,,3.0,593.0,,,,,,,,,,,,,,,,,,, +674,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,,133.0,36.0,16.0,8.0,3.0,923.0,Nudity detection with Python.,12.0,21,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3603.0,3591.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,12.0,1329.0,1329.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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,14.0,82.0,902.0,kapre: Keras Audio Preprocessors.,13.0,21,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2364.0,2349.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,15.0,847.0,847.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +676,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,73.0,6.0,5.0,4.0,23.0,806.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:24:15.000,0.1.7,3.0,iterative-stratification,,,,['sklearn'],399.0,399.0,https://pypi.org/project/iterative-stratification,,,40904.0,40904.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,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,,154.0,38.0,46.0,40.0,49.0,779.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,95.0,87.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,8.0,512.0,512.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,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,,144.0,25.0,19.0,26.0,5.0,731.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'],604.0,590.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,14.0,48642.0,48799.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6131.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,2023-12-29 00:14:59.843000,2023-10-11 13:01:19,594.0,,125.0,16.0,53.0,27.0,121.0,727.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,32.0,21,True,2023-10-12 06:54:28.000,1.6.3,32.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],,,https://pypi.org/project/torch-cluster,,,11373.0,13331.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,86168.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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-01-11 12:57:12.000000,2023-12-29 01:45:38,174.0,22.0,32.0,7.0,47.0,1.0,12.0,724.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",9.0,21,True,2023-12-29 01:46:22.000,1.0.3,27.0,uform,,,,['pytorch'],13.0,13.0,https://pypi.org/project/uform,2023-12-29 01:46:22.000,,1735.0,1735.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,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,2023-12-17 01:04:25.000000,2023-12-16 08:40:11,489.0,3.0,98.0,31.0,556.0,197.0,245.0,646.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2023-12-16 12:29:07.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,3474.0,3474.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,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,,105.0,30.0,1.0,13.0,3.0,633.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,True,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",607.0,599.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,15591.0,15591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-01-11 09:56:22.000000,2023-12-19 11:36:08,862.0,1.0,102.0,44.0,73.0,48.0,23.0,599.0,Bias and Fairness Audit Toolkit.,18.0,21,True,2020-12-16 11:48:14.000,0.42.0,16.0,aequitas,,,,,154.0,147.0,https://pypi.org/project/aequitas,2020-12-16 11:48:14.000,7.0,2083.0,2083.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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,15.0,301.0,592.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,,,,,60.0,59.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,196.0,196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,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,2023-02-14 11:18:28.000000,2023-02-14 11:18:28,249.0,,88.0,26.0,31.0,28.0,6.0,569.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'],363.0,356.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,7.0,22667.0,22667.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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-09 16:54:28.000000,2023-10-04 12:31:54,297.0,,97.0,15.0,52.0,13.0,15.0,545.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,48.0,48.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,11257.0,11257.0,,,,,,,,3.0,5.0,,,,,,,,,,,,,,,,,,, +687,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,3.0,54.0,60.0,9.0,23.0,25.0,513.0,Python library assists deep learning on graphs.,18.0,21,True,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,81.0,80.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,1.0,541.0,541.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,, +688,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-01-09 05:17:07.000000,2023-12-11 07:05:24,4782.0,75.0,38.0,13.0,1.0,2.0,80.0,400.0,Deep Learning PyTorch.,1.0,21,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,364.0,364.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +689,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-01-10 21:22:19.000000,2023-12-25 11:40:29,5585.0,18.0,89.0,15.0,737.0,28.0,425.0,392.0,Lightwood is Legos for Machine Learning.,43.0,21,False,2024-01-10 21:22:19.000,23.12.4.0,202.0,lightwood,,,,['pytorch'],2.0,,https://pypi.org/project/lightwood,2023-12-25 13:15:52.000,2.0,7405.0,7405.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,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,,27.0,10.0,9.0,2.0,9.0,386.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'],929.0,923.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,157618.0,157618.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,377.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,293.0,293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,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,,33.0,18.0,6.0,18.0,21.0,304.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],80.0,79.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1651.0,1651.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +693,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-01-10 02:24:36.510000,2024-01-09 20:23:28,632.0,30.0,10.0,22.0,316.0,37.0,77.0,279.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-01-09 20:50:49.000,1.6.1,66.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,2024-01-09 20:25:24.000,1.0,1622.0,6451.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-01-10 02:24:36.510,87877.0,,,,,3.0,4966.0,,,hex-inc/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-01-09 20:30:13.843,2.0,629.0,,,,,,,,,,, +694,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,,19.0,20.0,464.0,90.0,76.0,226.0,Functional tensors for probabilistic programming.,11.0,21,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],72.0,65.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,7.0,35407.0,35407.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,6.0,646.0,96.0,150.0,98.0,103.0,8333.0,The user analytics platform for LLMs.,40.0,20,True,,,24.0,nebullvm,,,,,,,https://pypi.org/project/nebullvm,,,552.0,552.0,,,,,,,,3.0,,,,nebuly-ai/nebuly,,,,,,,,,,,,,,,, +696,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,1.0,1142.0,99.0,48.0,363.0,280.0,6085.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,20,True,,,1.0,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,16.0,16.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,,772.0,224.0,25.0,7.0,122.0,5318.0,Build Graph Nets in Tensorflow.,11.0,20,False,,,,graph-nets,,,,['tensorflow'],20.0,20.0,https://pypi.org/project/graph-nets,,,2196.0,2196.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +698,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-01-02 03:05:32.000000,2023-01-15 11:37:16,279.0,,845.0,109.0,93.0,118.0,349.0,4431.0,Backtest trading strategies in Python.,19.0,20,False,,,,backtesting,,,,,,,https://pypi.org/project/backtesting,,,13688.0,13688.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,2023-10-06 13:06:28.000000,2023-08-15 07:38:22,956.0,,542.0,168.0,45.0,37.0,28.0,4162.0,High-performance TensorFlow library for quantitative finance.,47.0,20,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,501.0,501.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,,475.0,87.0,180.0,108.0,161.0,3540.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,42.0,66.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1323.0,3.0,,,,,,,,,,,,,,,,,,,, +701,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-01-09 01:38:41.000000,2024-01-09 01:33:12,1586.0,9.0,504.0,152.0,609.0,34.0,75.0,3495.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",164.0,20,True,,,,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,,,20.0,20.0,,,,,,,,3.0,,,-3.0,,,,,,,,,,,,,,,,, +702,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,,317.0,60.0,242.0,173.0,109.0,3023.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,True,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,1399.0,1412.0,,,,,,,,3.0,672.0,,,,,,,,,,,,,,,,,,, +703,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,166.0,120.0,22.0,112.0,2926.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,20,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,90.0,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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,,327.0,74.0,2.0,18.0,7.0,2905.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,20,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],193.0,185.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,844.0,844.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,102.0,54.0,64.0,48.0,2899.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,589.0,589.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,,, +706,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,,322.0,101.0,1000.0,87.0,260.0,2817.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,,,,,,,,,,,,,,,,,,,, +707,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,,827.0,86.0,30.0,45.0,80.0,2614.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,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,7.0,824.0,824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,,454.0,127.0,225.0,81.0,183.0,2286.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-07-24 13:14:28.000,1.0.0,9.0,rl_coach,,,,,,,https://pypi.org/project/rl_coach,,,105.0,105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,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,15.0,105.0,2010.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,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,,2903.0,2903.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,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,,175.0,55.0,895.0,129.0,586.0,1871.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,19.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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,2023-07-27 13:04:26.000000,2023-07-27 13:04:12,336.0,,337.0,42.0,68.0,159.0,95.0,1838.0,Super easy library for BERT based NLP models.,36.0,20,True,2023-07-27 13:04:26.000,2.0.17,66.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,2023-07-27 13:04:26.000,2.0,942.0,942.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,,2016-12-10 11:49:58.000,2024-01-11 07:12:19.000000,2024-01-11 06:44:31,782.0,91.0,243.0,47.0,608.0,3.0,63.0,1591.0,A lightweight library for PyTorch training tools and utilities.,108.0,20,False,,,,torchnet,,,,['pytorch'],,,https://pypi.org/project/torchnet,,,5472.0,5472.0,,,,,,,,3.0,,,-6.0,,,,,,,,,,,,,,,,, +713,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,2023-10-11 20:58:29.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,5.0,74.0,1574.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'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,25.0,259.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13111.0,3.0,,,,,,,,,,,,,,,,,,,, +714,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,,140.0,101.0,150.0,21.0,20.0,1553.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,22.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,838.0,838.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,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,,157.0,46.0,3.0,13.0,15.0,1529.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'],22.0,22.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1516.0,1516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,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,,400.0,102.0,36.0,11.0,24.0,1411.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,37.0,37.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,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,2023-06-16 19:27:46.249000,2022-08-31 13:13:15,103.0,,80.0,40.0,14.0,12.0,27.0,1267.0,A Graph Neural Network Library in Jax.,17.0,20,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],141.0,130.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,11.0,5265.0,5418.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4135.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +718,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2023-10-17 15:42:35.000000,2023-10-17 15:42:30,833.0,2.0,327.0,51.0,791.0,4.0,300.0,1195.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,20,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],2.0,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,2.0,976.0,976.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,, +719,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,2.0,248.0,48.0,46.0,26.0,127.0,1040.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,20,True,2020-10-12 06:56:40.000,0.7.6,2.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,,,216.0,216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,56.0,14.0,30.0,19.0,1013.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,,,,180.0,168.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,594.0,844.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8018.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,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,1010.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'],78.0,74.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,33.0,33.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,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,2023-12-19 05:15:05.000000,2020-04-17 02:27:44,79.0,,130.0,25.0,75.0,43.0,36.0,993.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,245015.0,245183.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7730.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2023-09-04 22:14:55.000000,2023-09-04 22:14:55,303.0,,87.0,18.0,72.0,18.0,42.0,924.0,Audio processing by using pytorch 1D convolution network.,15.0,20,True,2020-11-08 10:18:26.000,0.2.0,2.0,nnAudio,,,,,151.0,151.0,https://pypi.org/project/nnAudio,,,4569.0,4569.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,76.0,98.0,51.0,43.0,753.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,17807.0,17807.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,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,2023-07-02 20:27:29.000000,2021-07-30 15:06:27,104.0,,127.0,30.0,28.0,21.0,34.0,750.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'],44.0,42.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,2.0,236.0,236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,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,37.0,33.0,25.0,39.0,749.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,20,True,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,112.0,96.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,16.0,566.0,566.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,62.0,23.0,47.0,10.0,17.0,729.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,425.0,1393.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22268.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,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-01-08 12:42:49.000000,2024-01-08 12:42:48,1503.0,2.0,78.0,36.0,647.0,22.0,118.0,695.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']",13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,16.0,16.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,105.0,24.0,25.0,43.0,61.0,607.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'],157.0,155.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1545.0,1657.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3492.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,566.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,314.0,310.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,4.0,3157.0,3342.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11324.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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,29.0,31.0,5.0,24.0,557.0,Python module for machine learning time series:.,14.0,20,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,48.0,46.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,655.0,655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,,165.0,57.0,20.0,39.0,60.0,535.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,32.0,27.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,38.0,38.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,53.0,11.0,20.0,12.0,37.0,517.0,Joyplots in Python with matplotlib & pandas.,6.0,20,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,340.0,331.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,7358.0,7768.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,23790.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,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,2023-12-29 09:08:36.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,477.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,6560.0,6563.0,,,,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,, +735,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-01-10 08:10:56.000000,2024-01-10 08:10:55,2818.0,93.0,60.0,12.0,255.0,9.0,109.0,412.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,20,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,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,,69.0,24.0,48.0,15.0,19.0,390.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],47.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,47.0,3323.0,3767.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,31975.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,32.0,184.0,359.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,30.0,16.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,14.0,48.0,48.0,,,,,,,,3.0,,,,yomguy/TimeSide,,,,,,,,,,,,,,,, +738,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-01-09 17:09:55.000000,2023-11-17 08:50:12,72.0,3.0,58.0,8.0,11.0,11.0,18.0,355.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,75.0,71.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4020.0,4021.0,,,,,,,,3.0,64.0,,,,,,,,,,,,,,,,,,, +739,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,,46.0,26.0,19.0,15.0,16.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'],238.0,232.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,1689.0,1689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,11.0,42.0,13.0,63.0,3.0,56.0,311.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,20,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,229.0,229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,2023-03-23 15:39:49.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,41.0,8.0,10.0,287.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,277819.0,277819.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,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-01-10 18:47:39.000000,2024-01-10 18:47:14,667.0,38.0,24.0,4.0,258.0,4.0,,265.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML pipeline from..,11.0,20,False,2024-01-10 18:47:39.000,1.1.236,546.0,upgini,,,,,5.0,5.0,https://pypi.org/project/upgini,2024-01-10 18:47:39.000,,6065.0,6065.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,20.0,74.0,22.0,431.0,28.0,51.0,265.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2023-10-13 23:30:32.439000,2022-09-26 07:14:12,621.0,,67.0,27.0,29.0,30.0,113.0,256.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",19.0,20,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,12.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,12.0,1174.0,3318.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,82983.0,,,,,3.0,1850.0,,,,,,,,,,,,,,,,,,, +745,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-01-02 21:23:56.000000,2023-01-26 17:04:18,400.0,,102.0,19.0,391.0,68.0,86.0,250.0,An open-source toolkit for large-scale genomic analysis.,24.0,20,False,2022-04-21 00:32:28.000,1.2.1,15.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2022-04-19 23:43:38.000,,53529.0,53637.0,https://anaconda.org/conda-forge/glow,2023-06-16 19:24:57.965,3788.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-01-02 08:24:08.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,161.0,18.0,62.0,234.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,41.0,39.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,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,2023-12-22 07:53:44.000000,2023-12-22 07:53:43,581.0,6.0,33.0,25.0,634.0,21.0,127.0,231.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,892.0,913.0,,,,,,,,3.0,993.0,,,,,,,,,,,,,,,,,,, +748,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,228.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,404.0,390.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,14.0,1115.0,1119.0,,,,,,,,3.0,365.0,,,,,,,,,,,,,,,,,,, +749,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,210.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,70.0,68.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,64464.0,64464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,653.0,77.0,53.0,160.0,101.0,3361.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,17.0,gpt-2-simple,,,,['tensorflow'],,,https://pypi.org/project/gpt-2-simple,,,3293.0,3302.0,,,,,,,,3.0,543.0,,-3.0,,,,,,,,,,,,,,,,, +751,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,,168.0,66.0,54.0,6.0,44.0,3074.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,19,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,32.0,32.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +752,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2023-10-11 16:38:54.000000,2021-06-15 18:41:51,22.0,,261.0,33.0,19.0,27.0,37.0,2908.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,1530.0,1530.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,232.0,62.0,105.0,25.0,56.0,2090.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,19,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],16.0,16.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1054.0,1054.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,26.0,1004.0,127.0,65.0,1639.0,Version control for machine learning.,17.0,19,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,1275.0,1275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,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,,170.0,23.0,20.0,15.0,30.0,1536.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,64.0,64.0,,,,,,,,3.0,28.0,,,,,,,,,,,,,,,,,,, +756,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2023-12-13 18:40:36.000000,2023-12-13 18:40:36,436.0,9.0,187.0,61.0,7.0,13.0,29.0,1013.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,19,True,2020-08-29 18:48:20.000,2.5.0,11.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,,,102.0,102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,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,2023-07-24 18:18:54.000000,2022-05-13 18:48:12,83.0,,177.0,24.0,58.0,10.0,27.0,918.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",16.0,19,False,,,,saliency,,,,['tensorflow'],75.0,75.0,https://pypi.org/project/saliency,,,2780.0,2780.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,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,,164.0,18.0,42.0,22.0,59.0,858.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,,,,167.0,164.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,625.0,819.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,7987.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,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,15.0,24.0,58.0,69.0,846.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,91.0,90.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,338.0,338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,,225.0,31.0,38.0,39.0,21.0,823.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,2.0,7263.0,7263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,101.0,26.0,48.0,19.0,35.0,723.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,,,,,26.0,24.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,302.0,302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,4.0,38.0,15.0,18.0,,20.0,584.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,19,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,149.0,149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,13.0,22.0,561.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,263.0,263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,557.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],134.0,129.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,3073.0,3073.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,1.0,96.0,26.0,6.0,3.0,31.0,480.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,19,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,787.0,787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2023-08-12 16:28:59.000000,2023-08-12 16:28:59,266.0,,105.0,20.0,56.0,27.0,20.0,467.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,19,True,2023-03-15 20:10:41.000,0.4.4,7.0,rrcf,,,,,58.0,58.0,https://pypi.org/project/rrcf,,,2234.0,2234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,465.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,34.0,32.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,21781.0,21781.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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,5.0,105.0,71.0,7.0,15.0,19.0,419.0,semantic similarity framework for knowledge graph.,10.0,19,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,3.0,173.0,173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,,79.0,20.0,247.0,10.0,23.0,396.0,A toolkit that streamlines and automates the generation of model cards.,22.0,19,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,23.0,22.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,938.0,938.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,, +770,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,,48.0,10.0,37.0,28.0,37.0,343.0,Data imputations library to preprocess datasets with missing data.,11.0,19,False,,,,impyute,,,,,213.0,213.0,https://pypi.org/project/impyute,,,3552.0,3552.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-01-08 17:42:09.000000,2023-12-05 10:10:07,457.0,34.0,48.0,14.0,77.0,13.0,35.0,229.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,19,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,6134.0,6134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-01-02 19:42:45.000000,2020-04-18 19:15:25,24.0,,909.0,131.0,39.0,31.0,10.0,7083.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,18,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],36.0,34.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,605.0,605.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,,765.0,339.0,58.0,2.0,,6640.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,18,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,72.0,79.0,,,,,,,,3.0,324.0,,,,,,,,,,,,,,,,,,, +774,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,,872.0,109.0,51.0,45.0,159.0,6171.0,Model parallel transformers in JAX and Haiku.,23.0,18,True,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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,11.0,1028.0,120.0,24.0,11.0,352.0,4163.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,18,True,,,,,,,,,1.0,1.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,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,,348.0,97.0,16.0,52.0,17.0,3351.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,18,True,,,,tensorwatch,,,,,135.0,135.0,https://pypi.org/project/tensorwatch,,,547.0,547.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,108.0,83.0,67.0,48.0,2925.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'],,,,,,,108.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8540.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,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-01-11 11:59:37.000000,2024-01-06 03:57:53,644.0,19.0,361.0,37.0,766.0,149.0,106.0,2699.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,74.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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,,462.0,81.0,36.0,83.0,68.0,1674.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,,184.0,184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,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,,250.0,57.0,65.0,8.0,31.0,1356.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,22.0,22.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,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,,96.0,41.0,13.0,13.0,9.0,1265.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,18,False,,,,doc2text,,,,,113.0,113.0,https://pypi.org/project/doc2text,,,1361.0,1361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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,41.0,43.0,1025.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,18,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],115.0,110.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,1034.0,1034.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,127.0,17.0,24.0,27.0,39.0,800.0,python partial dependence plot toolbox.,7.0,18,True,2023-06-05 02:44:20.000,0.3.0,3.0,pdpbox,conda-forge/pdpbox,,,,,,https://pypi.org/project/pdpbox,,,22192.0,22556.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19696.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,2023-12-18 11:16:55.000000,2023-04-14 10:59:37,29.0,,80.0,15.0,33.0,6.0,22.0,787.0,Leave One Feature Out Importance.,5.0,18,True,2023-04-15 05:47:00.405,0.3.3,13.0,lofo-importance,,,,,29.0,27.0,https://pypi.org/project/lofo-importance,2022-04-27 12:56:30.000,2.0,440.0,440.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,,188.0,33.0,15.0,18.0,22.0,786.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2023-10-03 22:41:56.000000,2021-09-16 17:56:31,171.0,,143.0,35.0,80.0,14.0,55.0,602.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'],22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,104.0,104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,594.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,15.0,baikal,conda-forge/cython-blis,,,,11.0,10.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,383.0,51253.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2034821.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",16.0,18,False,2019-07-30 09:28:26.000,0.2.2,6.0,atm,,,,,18.0,18.0,https://pypi.org/project/atm,,,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,,67.0,12.0,10.0,22.0,41.0,517.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,,,,,45.0,45.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1078.0,1078.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,2022-03-13 16:33:15.000000,2022-03-13 16:33:15,64.0,,49.0,18.0,7.0,16.0,4.0,467.0,Topological Data Analysis for Python.,4.0,18,False,2021-08-03 00:23:20.000,1.0.0,4.0,scikit-tda,,,,['sklearn'],49.0,49.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,2015.0,2015.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,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,,30.0,16.0,148.0,39.0,66.0,461.0,A High Level API for Deep Learning in JAX.,18.0,18,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",43.0,43.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,,89.0,24.0,19.0,7.0,20.0,452.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,125.0,125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,59.0,56.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,3.0,401.0,618.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12803.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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-01-11 14:48:46.000000,2023-08-19 12:43:22,678.0,,54.0,30.0,77.0,12.0,25.0,347.0,A Python implementation of active inference for Markov Decision Processes.,14.0,18,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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-01-05 19:57:49.000000,2023-10-04 14:18:48,810.0,,23.0,7.0,68.0,27.0,19.0,341.0,Flexible time series feature extraction & processing.,6.0,18,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,11.0,11.0,https://pypi.org/project/tsflex,2022-10-11 21:38:11.312,,229.0,894.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,19976.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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'],15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,263.0,263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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-01-10 18:21:45.000000,2024-01-10 18:21:40,317.0,1.0,78.0,26.0,327.0,21.0,9.0,327.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,34.0,18,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2022-12-13 19:06:03.653,,1490.0,1490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,,51.0,11.0,60.0,17.0,41.0,325.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,37.0,33.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,181.0,181.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,,72.0,19.0,93.0,25.0,18.0,308.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,1804.0,1804.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,, +800,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,260.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,673.0,673.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,30.0,12.0,197.0,21.0,73.0,186.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],33.0,32.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,587.0,587.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,4.0,11.0,8.0,2.0,,5.0,177.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,18,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,582.0,582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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-01-10 08:26:14.000000,2024-01-10 08:19:28,844.0,15.0,17.0,8.0,176.0,13.0,20.0,149.0,Toolkit for developing and maintaining ML models.,14.0,18,False,2024-01-08 09:06:42.000,0.0.31,32.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2023-12-04 09:52:06.000,,2668.0,2668.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,126.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,,,,8709.0,8523.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,291808.0,291843.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1054.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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,,1339.0,471.0,21.0,56.0,166.0,6960.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,,,,,,,,,,,,,,,, +806,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,29.0,957.0,103.0,28.0,21.0,355.0,3633.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,17,True,,,,,,,,,,,,,,,,,,,,,,,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,,87.0,35.0,72.0,25.0,30.0,1095.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,,2259.0,2259.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,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,21.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,,,,,70.0,69.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,44.0,44.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,13.0,13.0,8.0,16.0,745.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,15.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],29.0,29.0,https://pypi.org/project/tensor-sensor,,,2454.0,2557.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2804.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,,111.0,19.0,58.0,2.0,13.0,727.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,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,2727.0,2727.0,,,,,,,,3.0,28.0,,,,,,,,,,,,,,,,,,, +811,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,,121.0,43.0,435.0,25.0,130.0,701.0,GPU accelerated signal processing.,46.0,17,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.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,18.0,21.0,29.0,50.0,673.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,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,2023-12-03 18:37:20.000000,2023-12-03 18:37:11,285.0,9.0,106.0,17.0,21.0,,85.0,651.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",11.0,17,True,,,2.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,,,3705.0,3705.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,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,,52.0,30.0,12.0,9.0,15.0,628.0,Log TensorBoard events without touching TensorFlow.,5.0,17,False,,,,tensorboard_logger,,,,,165.0,165.0,https://pypi.org/project/tensorboard_logger,,,5284.0,5284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,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,2023-10-25 00:20:13.000000,2022-08-24 08:31:37,29.0,,65.0,6.0,5.0,2.0,26.0,510.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,2.0,17,False,2022-08-24 08:33:07.000,0.2.6,9.0,shap-hypetune,,,,,16.0,15.0,https://pypi.org/project/shap-hypetune,2022-08-24 08:33:00.976,1.0,2536.0,2536.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,346.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,84.0,84.0,,,,,,,,3.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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,2.0,128.0,34.0,323.0,81.0,129.0,319.0,Brain Imaging Analysis Kit.,35.0,17,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,1.0,77.0,95.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1800.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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,290.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,57.0,60.0,,,,,,,,3.0,162.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,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,42.0,11.0,59.0,31.0,47.0,232.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'],15.0,12.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,3.0,25.0,25.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,8.0,44.0,224.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,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,,539.0,178.0,110.0,54.0,149.0,3900.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2022-06-22 11:47:45.000000,2022-06-21 18:24:09,30.0,,1015.0,63.0,12.0,43.0,25.0,3515.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,,['sklearn'],31.0,31.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,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,,167.0,61.0,10.0,25.0,6.0,1841.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,,,27.0,27.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +824,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,57.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,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,24.0,24.0,,,,,,,,3.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,,143.0,18.0,11.0,25.0,18.0,1158.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,16,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],51.0,49.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2023-12-27 10:05:56.000000,2023-10-21 13:07:20,740.0,3.0,114.0,27.0,109.0,11.0,24.0,1043.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,,, +827,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,,145.0,45.0,5.0,3.0,7.0,995.0,XAI - An eXplainability toolbox for machine learning.,3.0,16,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,29.0,23.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,6.0,146.0,146.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,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,56.0,18.0,7.0,1.0,10.0,793.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],68.0,67.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3404.0,3404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,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,,56.0,15.0,10.0,26.0,17.0,734.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,16,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,41.0,41.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,548.0,548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,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,,88.0,17.0,15.0,10.0,22.0,717.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,164.0,164.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,,100.0,25.0,101.0,37.0,84.0,702.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,45.0,51.0,,,,,,,,3.0,411.0,,,,,,,,,,,,,,,,,,, +832,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,2023-09-26 02:55:16.000000,2023-09-26 02:55:09,610.0,,87.0,25.0,4.0,37.0,42.0,682.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,11.0,16,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,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,,93.0,18.0,19.0,3.0,29.0,624.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,12.0,12.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,1.0,98.0,39.0,106.0,12.0,51.0,548.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,11.0,16,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,,77.0,80.0,,,,,,,,3.0,220.0,,,vaticle/typedb-ml,,,,,,,,,,,,,,,, +835,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,2023-12-15 23:01:56.000000,2023-10-11 20:12:03,257.0,,67.0,23.0,91.0,19.0,15.0,493.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,,,,,1.0,1.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,59.0,59.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,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,2023-07-14 19:31:30.000000,2023-06-18 21:56:30,277.0,,77.0,14.0,126.0,16.0,136.0,460.0,A Python library for dynamic classifier and ensemble selection.,16.0,16,True,2021-02-08 06:29:25.000,0.3.5,4.0,deslib,,,,['sklearn'],2.0,,https://pypi.org/project/deslib,2021-02-08 06:29:25.000,2.0,980.0,980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-01-08 18:31:51.000000,2024-01-08 18:31:46,136.0,4.0,41.0,20.0,165.0,3.0,63.0,430.0,A collection of tools for neural compression enthusiasts.,9.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,,79.0,79.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,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,404.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,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-01-02 09:08:58.000000,2024-01-02 09:08:58,172.0,2.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,16,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],2.0,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,2.0,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,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,,33.0,24.0,21.0,17.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,,pdvega,,,,,86.0,86.0,https://pypi.org/project/pdvega,,,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,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,15.0,25.0,300.0,Textpipe: clean and extract metadata from text.,29.0,16,False,,,,textpipe,,,,,8.0,8.0,https://pypi.org/project/textpipe,,,60.0,60.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,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,13.0,271.0,70.0,175.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,16,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,2323.0,2323.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,39.0,19.0,2.0,10.0,7.0,278.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,16,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,2020-10-01 13:18:38.000,,303.0,4730.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,172689.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,11.0,8.0,1.0,10.0,234.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'],13.0,13.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,373.0,373.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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-01-01 20:21:14.000000,2023-12-06 19:59:05,370.0,1.0,38.0,6.0,132.0,,35.0,221.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,16,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,592.0,710.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2841.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +846,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2020-04-04 19:26:44.000000,2020-04-04 19:26:37,127.0,,29.0,5.0,4.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,16,False,,,23.0,parfit,,,,['sklearn'],26.0,26.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,3241.0,3241.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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,,40.0,1.0,,,,176.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,,567.0,567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,14.0,54.0,16.0,50.0,136.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,,,,,55.0,50.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,22.0,22.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-10-25 21:33:40.000000,2023-03-31 15:44:32,231.0,,20.0,28.0,52.0,7.0,7.0,102.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,149.0,149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,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,141.0,28.0,217.0,102.0,2865.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,3.0,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,,423.0,143.0,72.0,12.0,53.0,2196.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,5.0,483.0,68.0,26.0,5.0,97.0,1667.0,An Open-Source Package for Network Embedding (NE).,13.0,15,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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,,257.0,52.0,13.0,20.0,13.0,1536.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,15,False,,,,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,,,24.0,46.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1683.0,3.0,,,,,,,,,,,,,,,,,,,, +854,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,,215.0,40.0,40.0,59.0,34.0,1102.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,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,,116.0,19.0,295.0,3.0,69.0,1046.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,5.0,5.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,826.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,57.0,57.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,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,,196.0,43.0,667.0,28.0,27.0,809.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,,8.0,8.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,,110.0,27.0,10.0,24.0,51.0,773.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,871.0,871.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,26.0,4.0,4.0,2.0,670.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,52.0,17.0,83.0,18.0,49.0,558.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,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,,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,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,16.0,39.0,2.0,13.0,397.0,High-level batteries-included neural network training library for Pytorch.,4.0,15,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],9.0,9.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,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,,57.0,19.0,6.0,6.0,,389.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,18.0,158.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5882.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,,27.0,11.0,15.0,6.0,4.0,218.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'],7.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,7.0,427.0,427.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,,18.0,5.0,2.0,16.0,23.0,186.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'],11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,322.0,322.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,3.0,9.0,5.0,3.0,1.0,,126.0,Data Analysis Baseline Library.,24.0,15,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,842.0,842.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,818.0,78.0,34.0,116.0,59.0,3228.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,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,2023-10-04 00:38:12.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,20.0,42.0,85.0,1245.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,,,,,,,,,,,,,,,,,,,, +868,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,147.0,32.0,,53.0,59.0,1176.0,GraphVite: A General and High-performance Graph Embedding System.,,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,88.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4684.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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,,,,,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,,215.0,1713.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,62935.0,,,,,3.0,,,9.0,,,,,,,,,,,,,,,,, +870,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,2023-11-17 13:57:42.000000,2023-05-29 18:33:56,62.0,,42.0,11.0,8.0,2.0,12.0,660.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,14,True,,,,rliable`,,,,,110.0,110.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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,499.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,,,,,10.0,10.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,128.0,128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-01-09 17:27:31.000000,2023-10-27 15:32:10,74.0,2.0,58.0,17.0,61.0,7.0,9.0,437.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,14,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,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-01-08 19:57:15.000000,2023-10-02 18:06:17,148.0,,67.0,20.0,170.0,87.0,17.0,389.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,17.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,,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2023-07-06 22:00:59.000000,2022-09-15 18:52:06,185.0,,51.0,10.0,14.0,12.0,17.0,375.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,4.0,14,False,2021-02-07 11:06:21.000,2.407,21.0,explainx,,,,,,,https://pypi.org/project/explainx,,,469.0,469.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,, +875,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,371.0,A PyTorch Graph Neural Network Library.,8.0,14,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,37.0,37.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,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,299.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,109.0,109.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,17.0,7.0,2.0,13.0,231.0,Easy training and deployment of seq2seq models.,2.0,14,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,6.0,5.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,121.0,121.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,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,,33.0,8.0,72.0,31.0,8.0,229.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,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,2023-12-14 11:42:36.000000,2023-11-24 19:47:45,314.0,14.0,7.0,8.0,124.0,7.0,9.0,102.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,14,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,,480.0,110.0,12.0,39.0,8.0,2667.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,,77.0,47.0,4.0,3.0,,2412.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,1421.0,1423.0,,,,,,,,3.0,53.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,38.0,10.0,13.0,3.0,1334.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,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,,36.0,12.0,8.0,9.0,3.0,326.0,A Python package for time series augmentation.,4.0,13,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,1060.0,1060.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,2020-05-28 17:32:42.000000,2020-05-28 17:31:53,465.0,,19.0,12.0,57.0,3.0,20.0,291.0,NLP library designed for reproducible experimentation management.,7.0,13,False,2020-05-28 17:32:42.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,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,2023-12-12 08:39:39.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,,2.0,253.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:21:45.000,0.2.0,10.0,maze-rl,,enliteai/maze,,['pytorch'],3.0,3.0,https://pypi.org/project/maze-rl,,,60.0,66.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.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,243.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,57.0,57.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,240.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,13,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2024-01-11 11:13:52.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2023-12-14 17:27:42.000,3.35.5,271.0,comet_ml,comet_ml,,,,65.0,,https://pypi.org/project/comet_ml,2024-01-11 11:13:52.000,65.0,129326.0,129326.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,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,,400.0,63.0,6.0,62.0,17.0,1774.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,,,,,,,,,,,,,,,,,,,, +890,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,,307.0,87.0,11.0,12.0,6.0,1669.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,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,,52.0,16.0,3.0,2.0,1.0,518.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,92.0,92.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,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,,26.0,22.0,44.0,1.0,5.0,199.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,3.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,,,53.0,53.0,,,,,,,,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-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,1.0,26.0,8.0,16.0,4.0,6.0,190.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,12,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,15.0,15.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,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,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,2.0,12.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,657.0,3.0,,,,,,,,,,,,,,,,,,,, +895,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,,33.0,14.0,18.0,27.0,16.0,120.0,A deep learning python package for neuroimaging data. Made by:.,6.0,12,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,11.0,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,5.0,14.0,97.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,,631.0,631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,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,,11.0,13.0,26.0,4.0,13.0,85.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,,23.0,23.0,,,,,,,,3.0,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,, +898,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,85.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,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,,12.0,7.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,12,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,28.0,28.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,20.0,20.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,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,2023-03-14 16:25:22.000000,2022-02-09 22:20:11,9.0,,416.0,95.0,17.0,48.0,15.0,3257.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,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,,112.0,47.0,13.0,7.0,20.0,948.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,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,,143.0,39.0,7.0,15.0,14.0,911.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +903,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,,10.0,6.0,,2.0,4.0,117.0,Tools for training explainable models using attribution priors.,6.0,11,False,2021-03-16 17:47:18.000,1.0.0,1.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,,,33.0,33.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,2022-09-29 08:50:58.000000,2022-09-29 08:50:40,122.0,,12.0,12.0,15.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,11,False,2021-04-22 15:20:54.000,0.0.12,11.0,bias-detector,,,,,1.0,1.0,https://pypi.org/project/bias-detector,2021-04-22 15:20:54.000,,90.0,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,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,,79.0,18.0,5.0,3.0,12.0,538.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,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,,48.0,14.0,13.0,9.0,9.0,480.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,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,,20.0,12.0,41.0,7.0,12.0,364.0,A library for distributed ML training with PyTorch.,6.0,10,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.0,,,,,,,,,,,,,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,,25.0,16.0,51.0,11.0,1.0,132.0,Simple Distributed Deep Learning on TensorFlow.,11.0,10,False,,,2.0,autodist,,,,['tensorflow'],1.0,1.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,11.0,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,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,2023-01-15 22:50:39.000000,2023-01-13 21:57:34,832.0,,,,,,,3.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,10,False,,,,sklearn-evaluation,,,,['sklearn'],,,https://pypi.org/project/sklearn-evaluation,,,1925.0,1925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,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,1.0,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,9,False,,,,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,,,20.0,20.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,,, +911,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,9,False,,,,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,30.0,30.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,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,140.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,13.0,13.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,10.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,8,False,2020-01-26 23:01:09.000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,,,10.0,10.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,4.0,7.0,,1.0,,55.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,24.0,24.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-01-18_changes.md b/history/2024-01-18_changes.md new file mode 100644 index 00000000..1f16a8e7 --- /dev/null +++ b/history/2024-01-18_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._ + +- scipy (🥇48 · ⭐ 12K · 📈) - Ecosystem of open-source software for mathematics, science, and.. BSD-3 +- torchvision (🥇42 · ⭐ 15K · 📈) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +- glfw (🥈37 · ⭐ 12K · 📈) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib +- UMAP (🥈33 · ⭐ 6.7K · 📈) - Uniform Manifold Approximation and Projection. BSD-3 +- TF-Agents (🥇33 · ⭐ 2.7K · 📈) - TF-Agents: A reliable, scalable and easy to use.. Apache-2 +- TensorLayer (🥈28 · ⭐ 7.3K · 💤) - Deep Learning and Reinforcement Learning Library for.. Apache-2 +- EfficientNet-PyTorch (🥈27 · ⭐ 7.6K · 💀) - A PyTorch implementation of EfficientNet and.. Apache-2 +- TNT (🥉26 · ⭐ 1.6K · 📈) - A lightweight library for PyTorch training tools and utilities. BSD-3 +- ReAgent (🥉24 · ⭐ 3.5K · 📈) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 +- sklearn-evaluation (🥉17 · ⭐ 360 · 💤) - Machine learning model evaluation made easy: plots,.. 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._ + +- Keras (🥇45 · ⭐ 60K · 📉) - Deep Learning for humans. Apache-2 +- Tensorflow (🥈35 · ⭐ 180K · 📉) - An Open Source Machine Learning Framework for Everyone. Apache-2 +- transformers (🥈33 · ⭐ 120K · 📉) - Transformers: State-of-the-art Machine Learning for.. Apache-2 +- Neural Network Libraries (🥉27 · ⭐ 2.7K · 📉) - Neural Network Libraries. Apache-2 +- CNTK (🥉26 · ⭐ 17K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning.. ❗Unlicensed +- CuPy (🥉26 · ⭐ 7.5K · 📉) - NumPy & SciPy for GPU. MIT +- GluonNLP (🥉26 · ⭐ 2.6K · 💀) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 +- DeepSpeech (🥉23 · ⭐ 24K · 📉) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 +- launchpad (🥉17 · ⭐ 310 · 📉) - Apache-2 +- scikit-rebate (🥉16 · ⭐ 390 · 💀) - A scikit-learn-compatible Python implementation of.. MIT + diff --git a/history/2024-01-18_projects.csv b/history/2024-01-18_projects.csv new file mode 100644 index 00000000..7c3d3b9d --- /dev/null +++ b/history/2024-01-18_projects.csv @@ -0,0 +1,917 @@ +,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,docs_url,labels,github_release_downloads,monthly_downloads,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,trending,helm_id,updated_github_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,brew_id,apt_id,yum_id,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-01-14 19:20:38.000000,2024-01-10 20:21:25,1536.0,3.0,661.0,111.0,308.0,54.0,132.0,4314.0,Benchmarks of approximate nearest neighbor libraries in Python.,99.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-01-11 18:27:24.000000,2024-01-11 18:27:24,299.0,24.0,157.0,51.0,178.0,,3.0,2101.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2024-01-11 18:27:30.000,2024.01.11,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-01-18 13:57:58.000000,2024-01-11 18:28:13,317.0,24.0,222.0,88.0,179.0,4.0,5.0,3277.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-01-11 18:28:22.000,2024.01.11,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-01-18 13:57:58.000000,2024-01-11 18:28:13,317.0,24.0,222.0,88.0,179.0,4.0,5.0,3277.0,Collection of database clients for python.,12.0,0,True,2024-01-11 18:28:22.000,2024.01.11,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-01-18 13:57:58.000000,2024-01-11 18:28:13,317.0,24.0,222.0,88.0,179.0,4.0,5.0,3277.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-01-11 18:28:22.000,2024.01.11,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-01-18 13:57:58.000000,2024-01-11 18:28:13,317.0,24.0,222.0,88.0,179.0,4.0,5.0,3277.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-01-11 18:28:22.000,2024.01.11,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,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-01-18 14:10:32.000000,2024-01-18 12:18:45,68435.0,3148.0,20456.0,1683.0,78308.0,13154.0,26775.0,74548.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4594.0,54,True,2023-12-15 01:59:57.000,2.1.2,48.0,torch,pytorch/pytorch,https://pytorch.org/docs/stable/index.html,['pytorch'],32325.0,15788898.0,389054.0,376962.0,https://pypi.org/project/torch,2023-12-14 21:46:00.000,12092.0,15074370.0,https://anaconda.org/pytorch/pytorch,2023-12-14 15:11:56.517,19996521.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +7,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-01-18 14:07:59.000000,2024-01-18 14:07:59,30845.0,290.0,24053.0,2148.0,16623.0,1631.0,8989.0,57103.0,scikit-learn: machine learning in Python.,3052.0,52,True,2023-10-25 08:23:32.000,1.3.2,45.0,scikit-learn,conda-forge/scikit-learn,,['sklearn'],933.0,43181309.0,682506.0,682506.0,https://pypi.org/project/scikit-learn,,,42591680.0,https://anaconda.org/conda-forge/scikit-learn,2023-12-20 20:44:10.007,25943238.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +8,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12.000,2024-01-18 14:30:06.000000,2024-01-17 21:43:27,49421.0,526.0,7373.0,590.0,17624.0,1532.0,8852.0,18747.0,matplotlib: plotting with Python.,1637.0,50,True,2023-11-18 03:45:11.000,3.7.4,119.0,matplotlib,conda-forge/matplotlib,,,,45307079.0,1126987.0,1062866.0,https://pypi.org/project/matplotlib,2023-11-18 03:45:11.000,64121.0,44806016.0,https://anaconda.org/conda-forge/matplotlib,2023-11-20 21:33:42.497,21545732.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +9,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-01-18 14:31:14.000000,2024-01-18 14:31:13,31434.0,410.0,4981.0,349.0,10251.0,1766.0,8169.0,12096.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1572.0,48,True,2023-11-18 21:48:38.000,1.11.4,98.0,scipy,conda-forge/scipy,,,391977.0,68535955.0,66074.0,21.0,https://pypi.org/project/scipy,2023-11-18 21:01:18.000,66053.0,67359508.0,https://anaconda.org/conda-forge/scipy,2023-11-24 10:16:45.681,44558990.0,1.0,5.0,,,,,,,,,,,,,,,,,,,,,, +10,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-01-18 12:47:28.000000,2024-01-18 12:47:28,17027.0,589.0,2156.0,223.0,4593.0,93.0,2917.0,11411.0,Python Imaging Library (Fork).,458.0,48,True,2024-01-02 09:38:41.000,10.2.0,95.0,Pillow,conda-forge/pillow,,,,70404056.0,1568318.0,1500720.0,https://pypi.org/project/Pillow,2023-10-15 13:01:25.000,67598.0,69556549.0,https://anaconda.org/conda-forge/pillow,2024-01-03 04:54:52.877,35595317.0,1.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-01-18 13:37:14.000000,2024-01-17 12:11:15,56929.0,421.0,4134.0,291.0,12875.0,4885.0,8621.0,11764.0,A computer algebra system written in pure Python.,1269.0,46,True,2023-05-10 18:09:23.000,sympy-1.12,50.0,sympy,conda-forge/sympy,,,529127.0,9306440.0,110785.0,105922.0,https://pypi.org/project/sympy,2023-05-10 18:24:09.226,4863.0,9249242.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,4875953.0,1.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-01-18 07:34:21.000000,2024-01-15 19:02:55,10224.0,360.0,18586.0,1912.0,6863.0,162.0,11369.0,60192.0,Deep Learning for humans.,1269.0,45,True,2023-12-21 19:22:48.000,3.0.2,56.0,keras,conda-forge/keras,https://keras.io,['tensorflow'],,12626020.0,21.0,21.0,https://pypi.org/project/keras,,,12547949.0,https://anaconda.org/conda-forge/keras,2023-12-23 16:24:50.607,3357059.0,1.0,-2.0,,,,,,,,,,,,,,,,,,,,,, +13,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-01-18 14:00:36.000000,2024-01-18 11:55:14,39581.0,1064.0,28150.0,2032.0,44758.0,201.0,,37614.0,Apache Spark Python API.,2997.0,45,True,2023-12-16 00:30:15.000,3.3.4,42.0,pyspark,conda-forge/pyspark,,['spark'],,28286740.0,1259.0,,https://pypi.org/project/pyspark,2023-12-16 00:30:15.000,1259.0,28217680.0,https://anaconda.org/conda-forge/pyspark,2023-10-04 13:44:45.676,2969618.0,1.0,,stable/spark,,,,,,,,,,,,,,,,,,,,, +14,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-01-18 07:20:53.000000,2024-01-18 03:43:49,19004.0,1023.0,2355.0,322.0,12144.0,1230.0,3626.0,26334.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",620.0,45,True,2023-12-14 07:26:26.000,jax-v0.4.23,93.0,jax,conda-forge/jaxlib,,,,4586990.0,21112.0,21112.0,https://pypi.org/project/jax,,,4563116.0,https://anaconda.org/conda-forge/jaxlib,2023-12-23 22:02:22.397,1026588.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +15,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-01-18 14:15:52.000000,2024-01-17 11:20:12,10064.0,242.0,3045.0,245.0,9841.0,652.0,6032.0,25684.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",922.0,45,True,2023-12-21 15:14:18.000,2.1.3,106.0,pytorch-lightning,conda-forge/pytorch-lightning,,['pytorch'],14007.0,4227677.0,28128.0,28128.0,https://pypi.org/project/pytorch-lightning,,,4203167.0,https://anaconda.org/conda-forge/pytorch-lightning,2023-12-21 18:47:20.324,1036278.0,1.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,,,,, +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-01-18 03:23:26.000000,2024-01-17 05:19:34,6725.0,123.0,8135.0,910.0,4936.0,345.0,4705.0,25222.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",634.0,45,True,2023-12-19 10:07:53.000,2.0.3,56.0,xgboost,conda-forge/xgboost,https://xgboost.readthedocs.io/en/latest/,,7991.0,11647154.0,78132.0,78132.0,https://pypi.org/project/xgboost,,,11539898.0,https://anaconda.org/conda-forge/xgboost,2023-12-20 14:38:41.532,4501976.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +17,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-01-18 14:06:16.000000,2024-01-18 13:10:46,46078.0,1791.0,5196.0,726.0,43080.0,1009.0,16641.0,21242.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1155.0,45,True,2024-01-08 06:43:49.000,2.6.0,61.0,paddlepaddle,,,['paddle'],15368.0,172996.0,4527.0,4527.0,https://pypi.org/project/paddlepaddle,,,172824.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +18,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-01-18 11:07:00.000000,2024-01-18 11:06:54,20360.0,84.0,4202.0,443.0,5948.0,761.0,6800.0,18495.0,"Interactive Data Visualization in the browser, from Python.",680.0,45,True,2024-01-08 19:07:44.000,3.3.3,190.0,bokeh,conda-forge/bokeh,,,,3633781.0,85743.0,81938.0,https://pypi.org/project/bokeh,2024-01-08 19:07:44.000,3805.0,3325025.0,https://anaconda.org/conda-forge/bokeh,2024-01-08 21:10:28.843,13276546.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +19,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-01-18 10:54:03.000000,2024-01-18 10:54:02,15247.0,132.0,2825.0,279.0,3840.0,2701.0,2731.0,9220.0,Statsmodels: statistical modeling and econometrics in Python.,422.0,45,True,2023-12-14 14:50:21.000,0.14.1,36.0,statsmodels,conda-forge/statsmodels,,,30.0,11932782.0,118057.0,112535.0,https://pypi.org/project/statsmodels,2023-12-14 14:50:21.000,5522.0,11651886.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12078570.0,1.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-01-17 09:21:22.000000,2024-01-02 09:03:06,16084.0,26.0,4354.0,557.0,3932.0,93.0,5451.0,28003.0,Industrial-strength Natural Language Processing (NLP) in Python.,746.0,44,True,2023-10-16 16:11:22.000,3.7.2,226.0,spacy,conda-forge/spacy,,,,5465041.0,81362.0,78421.0,https://pypi.org/project/spacy,2023-10-16 16:09:47.000,2941.0,5387968.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3314144.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +21,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-01-18 12:41:52.000000,2024-01-18 11:31:25,5230.0,405.0,3768.0,291.0,7269.0,1307.0,2296.0,16268.0,Open source platform for the machine learning lifecycle.,687.0,44,True,2023-12-14 15:34:34.000,2.9.2,87.0,mlflow,conda-forge/mlflow,,,,13684569.0,29412.0,28881.0,https://pypi.org/project/mlflow,2023-12-14 05:30:49.000,531.0,13644982.0,https://anaconda.org/conda-forge/mlflow,2023-12-14 16:11:35.887,1702272.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,2024-01-18 08:38:08.000000,2024-01-18 08:38:08,7569.0,111.0,3095.0,274.0,3617.0,397.0,2940.0,13778.0,Network Analysis in Python.,705.0,44,True,2023-10-28 09:53:23.000,networkx-3.2.1,92.0,networkx,conda-forge/networkx,,,65.0,35412083.0,231560.0,216458.0,https://pypi.org/project/networkx,2023-10-28 08:41:36.000,15102.0,35058120.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14512487.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +23,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-01-13 15:46:08.000000,2024-01-13 15:46:08,3226.0,35.0,1865.0,259.0,1083.0,128.0,2340.0,11586.0,Statistical data visualization in Python.,210.0,44,True,2023-12-31 22:10:18.000,0.13.1,36.0,seaborn,conda-forge/seaborn,,,375.0,12301553.0,361890.0,350362.0,https://pypi.org/project/seaborn,2023-12-31 22:10:18.000,11528.0,12116870.0,https://anaconda.org/conda-forge/seaborn,2024-01-03 20:19:50.194,7941263.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +24,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-01-18 13:27:32.000000,2024-01-18 05:23:13,20405.0,844.0,5037.0,463.0,25856.0,3390.0,13296.0,29502.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,965.0,43,True,2023-12-21 00:32:08.000,ray-2.9.0,96.0,ray,conda-forge/ray-tune,,,187.0,2614999.0,13715.0,13255.0,https://pypi.org/project/ray,2023-12-21 00:27:32.000,460.0,2610093.0,https://anaconda.org/conda-forge/ray-tune,2024-01-15 14:57:28.754,181479.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,2024-01-18 15:10:08.000000,2024-01-17 23:12:15,6117.0,314.0,1761.0,145.0,3163.0,435.0,3081.0,25652.0,"Wrap UIs around any model, share with anyone.",242.0,43,True,2023-08-23 23:33:20.000,3.41.0,100.0,gradio,,,,,4439467.0,21126.0,21126.0,https://pypi.org/project/gradio,,,4439467.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +26,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-01-17 18:56:58.000000,2024-01-16 23:52:26,2635.0,72.0,3622.0,438.0,3072.0,310.0,2323.0,16232.0,Open standard for machine learning interoperability.,305.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,19804.0,3759703.0,23548.0,22884.0,https://pypi.org/project/onnx,2023-10-26 18:30:51.000,664.0,3738390.0,https://anaconda.org/conda-forge/onnx,2023-11-07 18:53:33.533,905136.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +27,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-01-17 10:25:56.000000,2024-01-17 05:27:59,3412.0,50.0,3796.0,437.0,3061.0,342.0,2890.0,15802.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",295.0,43,True,2023-12-22 04:47:45.000,4.2.0,35.0,lightgbm,conda-forge/lightgbm,,,211202.0,6349945.0,29710.0,28840.0,https://pypi.org/project/lightgbm,2023-12-22 04:47:45.000,870.0,6293357.0,https://anaconda.org/conda-forge/lightgbm,2023-12-22 13:12:54.633,2159259.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +28,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-01-17 22:35:00.000000,2023-12-21 22:10:00,6257.0,35.0,2409.0,280.0,1587.0,1408.0,1372.0,14706.0,The interactive graphing library for Python This project now includes Plotly Express!.,252.0,43,True,2023-10-25 19:52:56.000,5.18.0,294.0,plotly,conda-forge/plotly,,,,10285562.0,237580.0,232042.0,https://pypi.org/project/plotly,2023-10-25 19:43:41.000,5531.0,10146540.0,https://anaconda.org/conda-forge/plotly,2023-10-25 22:33:48.925,5168358.0,1.0,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,7.0,21560.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-01-18 14:39:14.000000,2024-01-18 14:39:14,8017.0,124.0,1665.0,213.0,5640.0,1031.0,4084.0,11703.0,Parallel computing with task scheduling.,592.0,43,True,2024-01-12 21:50:35.000,2024.1.0,187.0,dask,conda-forge/dask,,,,5891682.0,59470.0,56360.0,https://pypi.org/project/dask,2024-01-12 21:50:35.000,3110.0,5649972.0,https://anaconda.org/conda-forge/dask,2024-01-13 01:04:10.654,10635275.0,1.0,,stable/dask,,,,,,,,,,,,,,,,,,,,, +30,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-01-17 23:59:19.000000,2024-01-17 17:09:20,5742.0,53.0,1634.0,193.0,4887.0,648.0,1221.0,6454.0,TensorFlows Visualization Toolkit.,312.0,43,True,2023-11-02 20:49:50.000,2.15.1,56.0,tensorboard,conda-forge/tensorboard,,['tensorflow'],,20058057.0,213336.0,210428.0,https://pypi.org/project/tensorboard,2023-11-02 20:49:50.000,2908.0,19954022.0,https://anaconda.org/conda-forge/tensorboard,2023-11-03 15:31:12.158,4473543.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +31,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-01-18 12:49:30.000000,2024-01-18 10:16:59,3775.0,59.0,6855.0,398.0,5137.0,960.0,2304.0,15027.0,"Datasets, Transforms and Models specific to Computer Vision.",569.0,42,True,2023-12-15 02:04:19.000,0.16.2,40.0,torchvision,conda-forge/torchvision,,['pytorch'],36285.0,9960066.0,5005.0,21.0,https://pypi.org/project/torchvision,2023-12-14 21:49:42.000,4984.0,9931339.0,https://anaconda.org/conda-forge/torchvision,2023-12-13 18:56:48.112,961521.0,1.0,4.0,,,,,,,,,,,,,,,,,,,,,, +32,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-01-14 08:16:58.000000,2023-12-24 12:24:15,14508.0,42.0,2694.0,468.0,1447.0,248.0,1503.0,12709.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,452.0,42,True,,,17.0,nltk,conda-forge/nltk,,,,11792781.0,245049.0,245049.0,https://pypi.org/project/nltk,,,11765930.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2389769.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +33,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-01-18 15:13:18.000000,2024-01-18 14:32:10,4625.0,88.0,2064.0,1693.0,4468.0,298.0,2577.0,11461.0,WebGL2 powered visualization framework.,243.0,42,True,2023-12-05 13:38:21.826,8.9.33,625.0,pydeck,conda-forge/pydeck,,['jupyter'],,2015829.0,7566.0,7022.0,https://pypi.org/project/pydeck,2023-04-15 06:29:01.705,56.0,1698301.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,470055.0,1.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-01-16 15:01:18.485,488.0,307527.0,,,,,,,,,,,,,,, +34,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-01-16 18:30:09.000000,2024-01-16 18:30:08,2124.0,77.0,4491.0,308.0,434.0,67.0,764.0,28432.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",128.0,41,True,2023-11-24 19:09:08.000,0.9.12,55.0,timm,conda-forge/timm,,['pytorch'],6072145.0,3825380.0,22076.0,21698.0,https://pypi.org/project/timm,2023-11-24 18:56:31.000,378.0,3714121.0,https://anaconda.org/conda-forge/timm,2023-11-25 15:42:55.281,118787.0,1.0,,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,,,,, +35,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-01-18 14:18:55.000000,2024-01-18 14:18:55,18902.0,678.0,2451.0,336.0,18597.0,674.0,9346.0,25157.0,"A cloud-native vector database, storage for next generation AI applications.",262.0,41,True,2024-01-17 12:27:12.000,2.3.5,100.0,pymilvus,,,,67200.0,569473.0,82.0,,https://pypi.org/project/pymilvus,2024-01-03 03:52:59.000,82.0,364590.0,,,,1.0,,,,,,,,,milvusdb/milvus,https://hub.docker.com/r/milvusdb/milvus,2024-01-18 13:10:49.289066,39.0,10385145.0,,,,,,,,,, +36,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-01-18 11:52:04.002000,2024-01-18 03:11:03,9152.0,116.0,1141.0,137.0,5338.0,521.0,4050.0,12782.0,ML Experiments Management with Git.,290.0,41,True,2024-01-18 03:13:48.000,3.40.0,506.0,dvc,conda-forge/dvc,,,45136.0,630024.0,12161.0,12068.0,https://pypi.org/project/dvc,2024-01-18 03:13:48.000,93.0,585539.0,https://anaconda.org/conda-forge/dvc,2024-01-18 11:52:04.002,1751174.0,1.0,,,,,,,,,,,,,,dvc,dvc,dvc,,,,,,, +37,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-01-16 18:13:51.000000,2024-01-09 19:28:45,3619.0,36.0,778.0,141.0,1318.0,175.0,1742.0,8664.0,Declarative statistical visualization library for Python.,160.0,41,True,2023-11-28 06:23:39.000,5.2.0,39.0,altair,conda-forge/altair,,,96.0,14736877.0,101512.0,100863.0,https://pypi.org/project/altair,2023-11-28 05:41:35.000,649.0,14651965.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2122783.0,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-01-18 13:58:04.000000,2024-01-18 13:58:00,47207.0,469.0,1139.0,197.0,377.0,525.0,1661.0,7548.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1194.0,41,True,2023-09-19 20:01:10.000,1.2.2,109.0,catboost,conda-forge/catboost,,,210801.0,1561865.0,367.0,12.0,https://pypi.org/project/catboost,2023-09-19 18:13:58.000,355.0,1521290.0,https://anaconda.org/conda-forge/catboost,2023-09-19 20:23:11.996,1436502.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +39,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-01-17 16:25:26.000000,2024-01-16 16:57:18,13798.0,35.0,2214.0,186.0,4340.0,742.0,2038.0,5742.0,Image processing in Python.,645.0,41,False,2023-10-03 21:36:37.000,0.22.0,59.0,scikit-image,conda-forge/scikit-image,,,,12587514.0,177569.0,167121.0,https://pypi.org/project/scikit-image,2023-10-03 21:35:27.000,10448.0,12450452.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,5893705.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +40,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-01-18 14:35:37.000000,2024-01-18 00:43:59,2060.0,170.0,3733.0,310.0,2430.0,904.0,1495.0,30851.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",281.0,40,True,2023-12-21 00:47:46.000,0.12.6,81.0,deepspeed,,,['pytorch'],,353903.0,5552.0,5451.0,https://pypi.org/project/deepspeed,2023-12-21 00:47:46.000,101.0,353536.0,,,,1.0,,,,,,,,,deepspeed/deepspeed,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17646.0,,,,,,,,,, +41,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-01-18 14:39:31.000000,2024-01-17 19:14:33,6031.0,143.0,2696.0,306.0,4035.0,710.0,3143.0,29639.0,Streamlit A faster way to build and share data apps.,217.0,40,True,2024-01-11 18:50:58.000,1.30.0,213.0,streamlit,,,,,2775068.0,1337.0,,https://pypi.org/project/streamlit,2024-01-11 18:50:51.000,1337.0,2775068.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,2024-01-16 00:03:21.000000,2024-01-09 16:34:26,2585.0,35.0,3064.0,251.0,787.0,1421.0,957.0,20977.0,A game theoretic approach to explain the output of any machine learning model.,229.0,40,True,2023-12-07 12:26:48.000,0.44.0,100.0,shap,conda-forge/shap,,,,6697332.0,15772.0,15323.0,https://pypi.org/project/shap,2023-12-07 12:26:48.000,449.0,6636486.0,https://anaconda.org/conda-forge/shap,2024-01-08 16:40:58.890,2251332.0,1.0,,,shap/shap,,,,,,,,,,,,,,,,,,,, +43,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-01-17 09:59:20.000000,2023-11-29 14:40:08,32592.0,13.0,4494.0,351.0,6321.0,111.0,6641.0,17473.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",592.0,40,True,2023-12-05 16:10:28.000,3.5.17,368.0,rasa,,,['tensorflow'],,156914.0,3952.0,3885.0,https://pypi.org/project/rasa,2023-12-05 16:10:15.000,67.0,156914.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +44,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-01-01 12:37:49.000000,2023-10-01 14:51:00,4509.0,,4375.0,433.0,1685.0,376.0,1444.0,14926.0,Topic Modelling for Humans.,449.0,40,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,4553.0,3554049.0,57932.0,54771.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,3161.0,3518913.0,https://anaconda.org/conda-forge/gensim,2023-08-24 12:30:21.806,1193087.0,1.0,,,piskvorky/gensim,,,,,,,,,,,,,,,,,,,, +45,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-01-16 10:09:28.000000,2024-01-15 19:27:37,1145.0,66.0,2100.0,234.0,523.0,177.0,1050.0,11061.0,Download market data from Yahoo! Finances API.,102.0,40,True,2024-01-07 00:36:29.000,0.2.35,107.0,yfinance,ranaroussi/yfinance,,,,1199849.0,32371.0,32065.0,https://pypi.org/project/yfinance,2024-01-07 00:36:29.000,306.0,1197022.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,84813.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +46,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-01-17 08:43:41.000000,2024-01-16 09:58:49,9721.0,56.0,1916.0,227.0,3804.0,269.0,2957.0,7982.0,Bayesian Modeling and Probabilistic Programming in Python.,474.0,40,True,2023-12-21 11:15:57.000,5.10.3,77.0,pymc3,conda-forge/pymc3,,,1935.0,596456.0,2861.0,2611.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,250.0,590145.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,547626.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,2024-01-18 13:34:24.000000,2024-01-17 18:54:19,6055.0,172.0,594.0,55.0,3924.0,811.0,2110.0,7721.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,171.0,40,True,2024-01-09 21:46:16.000,0.16.2,267.0,wandb,conda-forge/wandb,,,,10548982.0,37392.0,36689.0,https://pypi.org/project/wandb,2024-01-09 21:20:59.000,703.0,10538427.0,https://anaconda.org/conda-forge/wandb,2024-01-10 00:10:20.527,443337.0,1.0,,,wandb/wandb,,,,,,,,,,,,,,,,,,,, +48,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-01-18 09:00:13.000000,2024-01-17 09:22:25,1869.0,51.0,910.0,106.0,1516.0,444.0,1179.0,4025.0,Python tools for geographic data.,216.0,40,True,2024-01-04 21:40:30.000,0.14.2,51.0,geopandas,conda-forge/geopandas,,['pandas'],2422.0,5444646.0,32164.0,30307.0,https://pypi.org/project/geopandas,2024-01-04 21:40:25.000,1857.0,5366454.0,https://anaconda.org/conda-forge/geopandas,2024-01-05 07:21:01.270,3361146.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +49,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-01-18 03:15:19.000000,2024-01-16 19:47:55,3463.0,132.0,1101.0,132.0,2803.0,271.0,1145.0,1995.0,A library for training and deploying machine learning models on Amazon SageMaker.,417.0,40,True,2024-01-09 20:03:38.000,2.203.1,561.0,sagemaker,conda-forge/sagemaker-python-sdk,,"['mxnet', 'tensorflow']",,43061735.0,3567.0,3476.0,https://pypi.org/project/sagemaker,2024-01-09 20:03:38.000,91.0,43044562.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2023-11-27 10:45:24.319,704100.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +50,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2023-10-22 22:49:37.000000,2023-01-30 18:15:21,1757.0,,8561.0,1061.0,1449.0,76.0,1716.0,33401.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,39,True,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,1034474.0,52060.0,49362.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2698.0,1028643.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,262409.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +51,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-01-18 10:37:33.000000,2024-01-05 06:10:48,2701.0,21.0,9109.0,375.0,3102.0,1355.0,6611.0,26810.0,OpenMMLab Detection Toolbox and Benchmark.,478.0,39,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,['pytorch'],,136961.0,2128.0,2094.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,34.0,136961.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +52,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-01-07 05:14:04.000000,2024-01-07 05:14:04,2733.0,13.0,7501.0,619.0,2215.0,200.0,1583.0,25094.0,The fastai deep learning library.,662.0,39,True,2023-10-15 04:04:44.000,2.7.13,147.0,fastai,,,['pytorch'],,348181.0,16292.0,15947.0,https://pypi.org/project/fastai,2023-10-15 04:04:44.000,345.0,348181.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +53,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-01-12 19:03:42.000000,2024-01-09 17:54:08,7097.0,39.0,2018.0,413.0,1008.0,806.0,851.0,19943.0,Data Apps & Dashboards for Python. No JavaScript Required.,143.0,39,True,2023-11-28 00:56:54.000,2.14.2,174.0,dash,conda-forge/dash,,,62.0,2077281.0,58534.0,57078.0,https://pypi.org/project/dash,2023-11-28 00:51:13.000,1456.0,2049844.0,https://anaconda.org/conda-forge/dash,2023-11-28 06:37:33.255,1179779.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +54,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-01-17 05:57:59.000000,2024-01-10 17:54:15,8511.0,33.0,2194.0,205.0,4156.0,18.0,1911.0,19581.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2023-12-14 15:31:33.000,3.23.2,2454.0,jina,conda-forge/jina-core,,,,154481.0,1501.0,1484.0,https://pypi.org/project/jina,2023-12-14 15:28:30.000,17.0,124632.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,59312.0,2.0,,,,,,,,,jinaai/jina,https://hub.docker.com/r/jinaai/jina,2024-01-08 08:54:01.226227,8.0,1303366.0,,,,,,,,,, +55,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-01-15 16:03:26.000000,2023-12-18 06:57:31,5779.0,65.0,2054.0,204.0,1169.0,54.0,2172.0,13352.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,251.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,['pytorch'],,117401.0,3077.0,2981.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,96.0,116870.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,22343.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +56,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-01-18 10:59:59.000000,2024-01-18 10:59:58,3870.0,352.0,2922.0,169.0,4444.0,462.0,2185.0,12658.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",283.0,39,True,2024-01-12 03:51:43.000,2.0.0,450.0,dgl,,,,,61153.0,266.0,180.0,https://pypi.org/project/dgl,2024-01-12 03:38:25.000,86.0,61153.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +57,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-01-17 08:29:06.000000,2024-01-17 08:29:05,16868.0,191.0,910.0,120.0,3362.0,81.0,1481.0,9148.0,A hyperparameter optimization framework.,255.0,39,False,2023-12-11 05:05:36.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,1792505.0,12323.0,11850.0,https://pypi.org/project/optuna,2023-12-11 05:05:36.000,473.0,1778391.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,606940.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +58,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-01-17 17:44:03.000000,2024-01-16 12:37:52,1776.0,30.0,2246.0,167.0,799.0,71.0,988.0,6549.0,Python Data. Leaflet.js Maps.,160.0,39,True,2023-12-04 11:12:36.000,0.15.1,30.0,folium,conda-forge/folium,,,,782036.0,33890.0,33067.0,https://pypi.org/project/folium,2023-12-04 11:12:36.000,823.0,712128.0,https://anaconda.org/conda-forge/folium,2023-12-04 11:42:27.248,2516691.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-01-18 14:17:07.000000,2024-01-18 14:03:20,1241.0,123.0,707.0,94.0,1173.0,97.0,1079.0,6361.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",211.0,39,True,2024-01-11 15:26:04.000,0.26.1,40.0,accelerate,conda-forge/accelerate,,['pytorch'],,6687540.0,24057.0,23539.0,https://pypi.org/project/accelerate,2024-01-11 15:25:26.000,518.0,6683957.0,https://anaconda.org/conda-forge/accelerate,2024-01-11 22:35:05.818,96757.0,1.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-01-18 08:08:22.000000,2024-01-16 10:28:47,5663.0,100.0,706.0,57.0,4885.0,1464.0,2300.0,1514.0,A distributed task scheduler for Dask.,322.0,39,True,2024-01-12 21:50:32.000,2024.1.0,219.0,distributed,conda-forge/distributed,,,,3108827.0,33644.0,32320.0,https://pypi.org/project/distributed,2024-01-12 21:50:32.000,1324.0,2816262.0,https://anaconda.org/conda-forge/distributed,2024-01-13 00:00:13.369,12872899.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +61,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-01-18 08:01:21.000000,2024-01-18 08:01:21,6126.0,16.0,7009.0,417.0,2818.0,1183.0,7302.0,35912.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",184.0,38,True,2023-10-18 12:32:48.000,2.7.1,40.0,paddleocr,,,['paddle'],,121494.0,2189.0,2152.0,https://pypi.org/project/paddleocr,2023-09-15 08:35:48.000,37.0,121494.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +62,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-01-18 14:21:30.000000,2024-01-18 00:48:14,963.0,63.0,3182.0,470.0,845.0,394.0,1870.0,26341.0,A library for efficient similarity search and clustering of dense vectors.,150.0,38,True,2024-01-03 03:52:59.000,2.3.5,90.0,pymilvus,conda-forge/faiss,,,,387444.0,3454.0,3372.0,https://pypi.org/project/pymilvus,2024-01-03 03:52:59.000,82.0,364590.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1005604.0,1.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,2024-01-18 14:22:55.000000,2024-01-18 08:22:28,7325.0,286.0,3472.0,252.0,2767.0,906.0,2538.0,19385.0,Graph Neural Network Library for PyTorch.,477.0,38,True,2023-10-12 08:28:59.000,2.4.0,40.0,torch-geometric,conda-forge/pytorch_geometric,,['pytorch'],,213166.0,139.0,,https://pypi.org/project/torch-geometric,2023-10-12 08:27:10.000,139.0,212323.0,https://anaconda.org/conda-forge/pytorch_geometric,2023-11-08 13:56:02.983,35415.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +64,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-01-18 15:09:06.000000,2024-01-18 15:09:06,1305.0,89.0,2231.0,129.0,309.0,1015.0,851.0,12887.0,Multilingual Sentence & Image Embeddings with BERT.,133.0,38,True,2022-06-26 19:52:06.000,2.2.2,43.0,sentence-transformers,conda-forge/sentence-transformers,,['pytorch'],,2787007.0,23238.0,22573.0,https://pypi.org/project/sentence-transformers,2022-06-26 19:50:11.000,665.0,2782146.0,https://anaconda.org/conda-forge/sentence-transformers,2023-06-16 19:21:44.846,194464.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,2024-01-11 01:14:47.895000,2024-01-09 02:59:09,8235.0,4.0,3310.0,477.0,682.0,45.0,2122.0,12547.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,38,False,2023-06-03 20:05:00.841,19.24.2,36.0,dlib,conda-forge/dlib,,,25362.0,373507.0,25196.0,24398.0,https://pypi.org/project/dlib,2023-06-03 20:05:00.841,798.0,358160.0,https://anaconda.org/conda-forge/dlib,2024-01-11 01:14:47.895,649367.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +66,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,1.0,2511.0,543.0,4118.0,685.0,2088.0,9834.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,362340.0,17502.0,14663.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,2839.0,335800.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2388677.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +67,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-01-18 14:26:11.000000,2024-01-18 14:26:10,1617.0,217.0,1053.0,171.0,1845.0,435.0,584.0,9562.0,Development repository for the Triton language and compiler.,209.0,38,True,2024-01-10 03:11:56.000,2.2.0,192.0,triton,,,,,7433002.0,105.0,21.0,https://pypi.org/project/triton,2024-01-10 03:11:56.000,84.0,7433002.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +68,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-01-18 09:23:37.000000,2024-01-16 22:03:02,2633.0,51.0,912.0,128.0,1735.0,271.0,606.0,9023.0,Geometric Computer Vision Library for SpatialAI.,246.0,38,True,2023-12-27 11:10:14.000,0.7.1,38.0,kornia,conda-forge/kornia,,['pytorch'],911.0,2341548.0,8151.0,8024.0,https://pypi.org/project/kornia,2023-12-27 11:10:14.000,127.0,2338517.0,https://anaconda.org/conda-forge/kornia,2023-08-04 20:43:55.693,111665.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +69,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-01-14 14:08:24.000000,2024-01-14 09:05:32,5076.0,87.0,1714.0,133.0,972.0,328.0,1908.0,8105.0,"An open-source, low-code machine learning library in Python.",131.0,38,True,2023-11-12 21:46:01.000,3.2.0,95.0,pycaret,conda-forge/pycaret,,,679.0,277298.0,5015.0,4999.0,https://pypi.org/project/pycaret,2023-11-12 21:44:47.000,16.0,276262.0,https://anaconda.org/conda-forge/pycaret,2023-11-16 02:21:22.926,41855.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +70,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-01-18 13:32:07.000000,2024-01-17 23:39:53,4183.0,187.0,1185.0,102.0,3313.0,750.0,1332.0,7157.0,A unified framework for machine learning with time series.,318.0,38,True,2023-12-27 02:41:28.000,0.25.0,59.0,sktime,conda-forge/sktime-all-extras,,['sklearn'],84.0,665104.0,2141.0,2082.0,https://pypi.org/project/sktime,2023-12-27 02:41:28.000,59.0,634205.0,https://anaconda.org/conda-forge/sktime-all-extras,2023-12-27 11:05:10.395,926946.0,1.0,,,sktime/sktime,,,,,,,,,,,,,,,,,,,, +71,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-01-18 13:07:51.000000,2024-01-17 02:16:30,4116.0,229.0,553.0,83.0,2146.0,105.0,676.0,5117.0,Flax is a neural network library for JAX that is designed for flexibility.,216.0,38,True,2023-10-28 02:07:21.000,0.7.5,36.0,flax,conda-forge/flax,,['jax'],50.0,2846908.0,5708.0,5708.0,https://pypi.org/project/flax,,,2845761.0,https://anaconda.org/conda-forge/flax,2023-11-09 02:38:30.298,38974.0,2.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-01-18 14:22:46.000000,2024-01-18 13:02:47,6146.0,104.0,1504.0,109.0,4111.0,647.0,705.0,4091.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",302.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,['tensorflow'],,2070654.0,16170.0,15953.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,217.0,2069843.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,25973.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +73,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-01-17 02:57:49.000000,2024-01-04 10:02:48,2233.0,10.0,543.0,88.0,779.0,229.0,896.0,3556.0,Manipulation and analysis of geometric objects.,151.0,38,True,2023-10-12 20:37:19.000,2.0.2,121.0,shapely,conda-forge/shapely,,,2875.0,15215197.0,61444.0,60113.0,https://pypi.org/project/shapely,2023-10-12 20:37:19.000,1331.0,15000280.0,https://anaconda.org/conda-forge/shapely,2023-11-23 18:52:59.047,8807282.0,2.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-01-18 00:06:56.000000,2024-01-17 15:38:17,17810.0,142.0,1298.0,84.0,7675.0,509.0,4221.0,2442.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,360.0,38,True,2024-01-16 18:38:53.000,1.6.1,77.0,mne,conda-forge/mne,,,,93528.0,3683.0,3391.0,https://pypi.org/project/mne,2024-01-16 18:38:53.000,292.0,85692.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,344793.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +75,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2023-12-14 16:43:19.109000,2023-12-11 02:26:35,1519.0,11.0,270.0,32.0,475.0,93.0,489.0,1366.0,Python library for reading and writing image data.,109.0,38,True,2023-12-11 02:26:46.000,2.33.1,89.0,imageio,conda-forge/imageio,,,950.0,19843811.0,116493.0,113376.0,https://pypi.org/project/imageio,2023-12-11 02:26:42.000,3117.0,19701077.0,https://anaconda.org/conda-forge/imageio,2023-12-14 16:43:19.109,5994213.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +76,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-01-17 14:24:55.000000,2020-02-15 08:33:35,523.0,,6699.0,1292.0,165.0,662.0,223.0,31880.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,,,,667415.0,27807.0,26110.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1697.0,665578.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,148814.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +77,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-01-18 13:54:30.000000,2024-01-18 12:45:59,34692.0,573.0,13005.0,945.0,24118.0,1116.0,,22715.0,Apache Flink Python API.,1816.0,37,True,2023-11-28 07:09:06.000,1.16.3,46.0,apache-flink,,,,,32015.0,45.0,21.0,https://pypi.org/project/apache-flink,2024-01-15 16:28:13.000,24.0,32015.0,,,,2.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,,6531.0,1074.0,11124.0,1805.0,7763.0,20671.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,37,True,2022-05-10 20:10:05.000,1.9.1,34.0,mxnet,mxnet,,['mxnet'],26533.0,390050.0,6989.0,6989.0,https://pypi.org/project/mxnet,,,389618.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10565.0,2.0,,,apache/mxnet,,,,,,,,,,,,,,,,,,,, +79,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-01-16 08:10:29.000000,2023-08-21 03:59:26,1627.0,,2814.0,380.0,457.0,8.0,1813.0,14186.0,Python Echarts Plotting Library.,39.0,37,True,2023-08-21 08:24:32.000,2.0.4,72.0,pyecharts,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],,116753.0,4020.0,3768.0,https://pypi.org/project/pyecharts,2023-08-21 03:40:32.000,252.0,116753.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +80,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2024-01-18 02:27:39.000000,2024-01-18 02:26:18,1371.0,20.0,1607.0,151.0,742.0,200.0,552.0,11687.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,117.0,37,True,2024-01-08 15:03:46.000,4.6.4,55.0,pandas-profiling,conda-forge/pandas-profiling,,"['jupyter', 'pandas']",35.0,543461.0,2440.0,2244.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,196.0,538791.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,415698.0,2.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,,,, +81,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-01-17 22:35:52.000000,2024-01-15 19:17:18,4699.0,61.0,4760.0,389.0,674.0,615.0,1282.0,11645.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",195.0,37,False,2023-12-16 07:35:28.000,2.6.4,56.0,glfw,conda-forge/glfw,,,3565823.0,235634.0,213.0,22.0,https://pypi.org/project/glfw,2023-12-16 07:35:28.000,191.0,197004.0,https://anaconda.org/conda-forge/glfw,2023-12-14 03:10:06.213,174691.0,2.0,3.0,,,,,,,,,,,,,,,,,,,,,, +82,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-01-14 15:46:33.000000,2023-07-11 16:23:35,1095.0,,1447.0,255.0,657.0,383.0,1023.0,11322.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,645795.0,34139.0,33145.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,994.0,642965.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,220747.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +83,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-01-17 07:07:22.000000,2024-01-11 16:03:13,1751.0,13.0,668.0,117.0,551.0,298.0,643.0,8035.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,83.0,37,True,2023-11-14 19:06:30.000,0.15.0,85.0,tokenizers,conda-forge/tokenizers,,,33.0,14764614.0,57195.0,56804.0,https://pypi.org/project/tokenizers,2023-11-14 19:03:50.000,391.0,14730883.0,https://anaconda.org/conda-forge/tokenizers,2023-12-12 19:20:02.639,1416731.0,1.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,2024-01-18 14:16:26.000000,2024-01-18 01:55:41,20474.0,590.0,2051.0,179.0,3192.0,267.0,2046.0,7541.0,End-to-End Speech Processing Toolkit.,399.0,37,True,2023-10-25 11:52:03.000,.202310,51.0,espnet,,,,79.0,17130.0,286.0,281.0,https://pypi.org/project/espnet,2023-10-25 11:52:34.000,5.0,17129.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +85,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-01-18 08:41:33.000000,2024-01-17 20:39:56,12039.0,48.0,1086.0,165.0,461.0,651.0,741.0,4026.0,Probabilistic reasoning and statistical analysis in TensorFlow.,486.0,37,True,2023-11-20 23:32:05.000,0.23.0,51.0,tensorflow-probability,conda-forge/tensorflow-probability,,['tensorflow'],,1980237.0,452.0,,https://pypi.org/project/tensorflow-probability,2023-11-20 23:21:06.000,452.0,1976827.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,119371.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +86,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-01-07 00:32:00.000000,2023-12-31 11:04:55,953.0,21.0,810.0,86.0,201.0,83.0,652.0,3936.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,37,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,10649937.0,357994.0,346232.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,11762.0,10649937.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +87,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-01-18 13:07:03.000000,2024-01-17 08:47:00,10687.0,51.0,383.0,58.0,2901.0,1059.0,2114.0,2550.0,"With Holoviews, your data visualizes itself.",140.0,37,True,2024-01-15 16:24:19.471,3.0.1,153.0,holoviews,conda-forge/holoviews,,['jupyter'],,335408.0,9384.0,9105.0,https://pypi.org/project/holoviews,2023-12-14 19:05:36.000,276.0,300558.0,https://anaconda.org/conda-forge/holoviews,2023-11-08 21:19:49.170,1475248.0,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-01-15 16:24:19.471,3.0,542.0,,,,,,,,,,,,,,, +88,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-01-17 02:02:55.000000,2024-01-17 02:02:52,3822.0,38.0,518.0,147.0,1126.0,161.0,1613.0,2077.0,Rasterio reads and writes geospatial raster datasets.,155.0,37,True,2023-10-19 14:09:18.000,1.3.9,153.0,rasterio,conda-forge/rasterio,,,853.0,2239436.0,11140.0,10076.0,https://pypi.org/project/rasterio,2023-10-19 14:04:39.000,1064.0,2162676.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2763085.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +89,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2023-12-16 22:04:09.000000,2023-09-04 11:42:16,615.0,,2883.0,301.0,243.0,345.0,585.0,20776.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,36,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,8221102.0,463746.0,4976.0,4884.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,92.0,272558.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +90,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-01-18 14:35:04.000000,2023-11-10 11:25:48,6020.0,33.0,3218.0,239.0,1432.0,1005.0,3827.0,10093.0,Open-source simulator for autonomous driving research.,170.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,12809.0,627.0,620.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,12809.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +91,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-01-18 13:23:38.000000,2024-01-18 12:36:51,26083.0,1310.0,1959.0,199.0,4943.0,138.0,3309.0,9091.0,Perform data science on data that remains in someone elses server.,503.0,36,True,2023-12-07 14:07:06.000,0.8.3,239.0,syft,,,['pytorch'],1842.0,6034.0,6.0,1.0,https://pypi.org/project/syft,2024-01-07 12:37:16.000,5.0,5996.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +92,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-01-16 22:40:52.000000,2024-01-16 22:40:41,1161.0,68.0,1661.0,125.0,111.0,2.0,843.0,8904.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",52.0,36,True,2024-01-08 17:45:27.000,0.0.81,80.0,deepface,,,,,153269.0,2450.0,2429.0,https://pypi.org/project/deepface,2024-01-08 17:45:27.000,21.0,153269.0,,,,2.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-01-18 06:31:44.000000,2024-01-18 06:31:43,915.0,31.0,1037.0,124.0,269.0,32.0,660.0,8830.0,Unsupervised text tokenizer for Neural Network-based text generation.,82.0,36,True,2023-05-02 04:26:07.683,0.1.99,34.0,sentencepiece,conda-forge/sentencepiece,,,32889.0,11379027.0,53315.0,52351.0,https://pypi.org/project/sentencepiece,2023-05-02 04:26:07.683,964.0,11361828.0,https://anaconda.org/conda-forge/sentencepiece,2023-11-02 09:17:09.257,701156.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +94,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-01-18 13:51:27.000000,2024-01-17 14:40:31,9607.0,26.0,1176.0,122.0,1077.0,109.0,878.0,7118.0,A PyTorch-based Speech Toolkit.,225.0,36,True,2023-11-22 02:28:28.000,0.5.16,10.0,speechbrain,,,['pytorch'],,161040.0,1419.0,1419.0,https://pypi.org/project/speechbrain,,,161040.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +95,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-01-18 13:58:14.000000,2024-01-18 10:01:02,2938.0,53.0,920.0,93.0,3198.0,265.0,2586.0,4992.0,AI Toolkit for Healthcare Imaging.,176.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,['pytorch'],,123459.0,1768.0,1719.0,https://pypi.org/project/monai,2023-10-12 17:09:21.000,49.0,122633.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,20661.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +96,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-01-18 03:19:12.000000,2024-01-18 03:19:12,9959.0,453.0,1552.0,146.0,2142.0,538.0,1213.0,4856.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",233.0,36,True,2022-12-01 14:00:47.111,2.7.1,788.0,deepchem,conda-forge/deepchem,,['tensorflow'],,19073.0,317.0,305.0,https://pypi.org/project/deepchem,2023-12-28 19:05:46.000,12.0,16845.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,104750.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +97,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2024-01-18 13:54:57.000000,2024-01-18 13:33:36,21082.0,479.0,1177.0,241.0,7888.0,948.0,1339.0,4721.0,Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations using bigdl-llm.,195.0,36,True,2023-11-13 02:02:20.000,2.4.0,813.0,bigdl,,,,192.0,4521.0,52.0,47.0,https://pypi.org/project/bigdl,2024-01-18 13:54:57.000,1.0,4519.0,,,,2.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,4.0,,, +98,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-01-12 09:38:25.000000,2024-01-12 09:25:57,2151.0,152.0,207.0,65.0,131.0,73.0,526.0,3691.0,A Grammar of Graphics for Python.,105.0,36,True,2023-11-06 11:06:44.000,0.12.4,20.0,plotnine,conda-forge/plotnine,,,,2156384.0,6911.0,6642.0,https://pypi.org/project/plotnine,2023-11-06 11:02:10.000,269.0,2148667.0,https://anaconda.org/conda-forge/plotnine,2023-11-06 12:55:06.721,331851.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +99,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-01-18 13:37:12.000000,2024-01-01 17:27:18,8425.0,68.0,691.0,98.0,13110.0,46.0,806.0,3568.0,State of the Art Natural Language Processing.,110.0,36,True,2024-01-01 18:58:43.000,5.2.2,136.0,spark-nlp,,,['spark'],,3768848.0,416.0,385.0,https://pypi.org/project/spark-nlp,2024-01-01 17:22:32.000,31.0,3768848.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,2024-01-18 14:00:05.000000,2024-01-17 20:31:21,3876.0,65.0,1023.0,153.0,1566.0,357.0,862.0,3561.0,Fast data visualization and GUI tools for scientific / engineering applications.,267.0,36,True,2023-04-14 21:33:03.621,0.13.3,21.0,pyqtgraph,conda-forge/pyqtgraph,,,,119551.0,9601.0,8635.0,https://pypi.org/project/pyqtgraph,2023-04-14 21:33:03.621,966.0,113619.0,https://anaconda.org/conda-forge/pyqtgraph,2023-06-16 13:19:32.302,498316.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +101,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,2023-12-28 22:30:36.000000,2023-12-28 22:30:36,7350.0,45.0,606.0,117.0,1155.0,323.0,1104.0,3171.0,High-performance interactive 2D/3D data visualization library.,192.0,36,True,2023-10-03 22:23:12.000,0.14.1,37.0,vispy,conda-forge/vispy,,['jupyter'],,65255.0,1520.0,1380.0,https://pypi.org/project/vispy,2023-10-03 22:13:28.000,138.0,53983.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,450284.0,2.0,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,2.0,15.0,,,,,,,,,,,,,,, +102,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2023-12-19 22:00:11.000000,2023-12-04 09:05:52,1211.0,10.0,205.0,33.0,47.0,9.0,158.0,1524.0,Simple Python interface for Graphviz.,22.0,36,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,6617449.0,62671.0,59205.0,https://pypi.org/project/graphviz,2022-07-23 11:35:06.076,3466.0,6616923.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,42647.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +103,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-01-07 13:12:21.000000,2023-12-27 16:34:55,1522.0,13.0,366.0,48.0,1467.0,164.0,670.0,1485.0,Exploratory analysis of Bayesian models with Python.,152.0,36,True,2023-12-27 16:22:43.000,0.17.0,35.0,arviz,conda-forge/arviz,,,133.0,1572255.0,5790.0,5624.0,https://pypi.org/project/arviz,2023-12-27 16:22:43.000,166.0,1525387.0,https://anaconda.org/conda-forge/arviz,2023-12-28 12:43:24.180,2062126.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +104,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-01-16 13:52:48.000000,2024-01-16 13:52:43,1849.0,22.0,199.0,31.0,210.0,22.0,390.0,1340.0,The ctypes-based simple ImageMagick binding for Python.,104.0,36,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,38478.0,844223.0,18751.0,18037.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,714.0,842916.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,36451.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +105,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-01-16 19:22:05.000000,2024-01-16 19:22:02,1473.0,8.0,209.0,47.0,527.0,33.0,732.0,1098.0,Fiona reads and writes geographic data files.,72.0,36,True,2023-10-12 19:29:21.000,1.9.5,108.0,fiona,conda-forge/fiona,,,,5622665.0,17393.0,17323.0,https://pypi.org/project/fiona,2023-10-12 19:16:01.000,70.0,5498902.0,https://anaconda.org/conda-forge/fiona,2024-01-01 18:20:39.698,5198080.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +106,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-01-18 12:52:11.000000,,,,89294.0,,,2049.0,,182108.0,An Open Source Machine Learning Framework for Everyone.,980.0,35,True,2024-01-18 12:52:11.000,2.16.0,190.0,tensorflow,conda-forge/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],,17388362.0,15442.0,,https://pypi.org/project/tensorflow,2024-01-18 12:52:11.000,15442.0,16243332.0,https://anaconda.org/conda-forge/tensorflow,2023-12-22 04:01:45.812,4459972.0,2.0,-20.0,,,,,,,,tensorflow/tensorflow,https://hub.docker.com/r/tensorflow/tensorflow,2024-01-17 13:49:01.555226,2249.0,75789954.0,,,,,,,,,, +107,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-01-18 14:05:21.000000,2024-01-08 22:38:14,2319.0,1.0,6053.0,417.0,1322.0,1100.0,3035.0,28487.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,421.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,['pytorch'],326.0,397989.0,2649.0,2576.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,73.0,396587.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,58717.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +108,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-01-09 17:31:49.000000,2024-01-09 17:24:35,389.0,3.0,4645.0,849.0,265.0,543.0,611.0,25363.0,Library for fast text representation and classification.,68.0,35,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,936510.0,5689.0,5465.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,224.0,934682.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,73148.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +109,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4924.0,502.0,152.0,1005.0,1349.0,19965.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,35,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,['mxnet'],1572614.0,695891.0,1498.0,1487.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,11.0,521157.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +110,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-01-15 17:57:42.000000,2024-01-15 15:20:25,8720.0,54.0,2926.0,270.0,1219.0,165.0,656.0,17402.0,Best Practices on Recommendation Systems.,129.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,465.0,61204.0,102.0,100.0,https://pypi.org/project/recommenders,2022-04-01 08:49:49.000,2.0,61197.0,,,,1.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,,,,,, +111,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-01-05 10:31:39.000000,2023-10-18 07:33:05,791.0,,4457.0,424.0,438.0,364.0,1723.0,17365.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,35,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,2285.0,791399.0,149.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,128.0,757199.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1127714.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +112,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2023-07-26 09:00:34.000000,2020-06-01 14:58:26,2913.0,,2395.0,232.0,336.0,294.0,223.0,13981.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,,,,279235.0,18496.0,18070.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,426.0,276521.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,149283.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +113,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2023-11-26 17:29:04.000000,2021-06-01 10:43:00,1848.0,,4426.0,553.0,712.0,390.0,1267.0,13768.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,,,,,31879.0,5892.0,5539.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,353.0,31879.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +114,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,2023-12-24 05:29:22.000000,2023-12-07 06:42:43,786.0,5.0,1538.0,130.0,663.0,372.0,437.0,13011.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,133.0,35,True,2023-06-10 07:46:02.827,1.3.1,53.0,albumentations,conda-forge/albumentations,,['pytorch'],,969532.0,20562.0,20219.0,https://pypi.org/project/albumentations,2023-06-10 07:46:02.827,343.0,966815.0,https://anaconda.org/conda-forge/albumentations,2023-06-12 13:29:26.010,149479.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +115,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-01-18 15:01:17.000000,2024-01-18 14:53:12,3027.0,324.0,1540.0,119.0,3231.0,346.0,2499.0,12377.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",226.0,35,True,2023-12-14 13:35:39.000,1.23.0,75.0,haystack,,,,23.0,2362.0,165.0,78.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,87.0,2362.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +116,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,,2260.0,284.0,3096.0,91.0,2477.0,11634.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'],62.0,38631.0,4083.0,3893.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,190.0,36677.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,119201.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +117,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-01-09 19:58:17.000000,2024-01-09 19:58:17,3755.0,200.0,827.0,138.0,163.0,88.0,971.0,11047.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",90.0,35,True,2024-01-07 10:47:57.000,16.0.4,232.0,ocrmypdf,conda-forge/ocrmypdf,,,1852.0,61520.0,730.0,711.0,https://pypi.org/project/ocrmypdf,2024-01-07 10:47:57.000,19.0,59414.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,60761.0,2.0,,,,,,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,, +118,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-01-17 08:31:39.000000,2023-12-09 05:39:53,576.0,12.0,2361.0,223.0,245.0,114.0,416.0,9833.0,A little word cloud generator in Python.,72.0,35,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,1205011.0,854.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,833.0,1194246.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,452148.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +119,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-01-18 11:42:56.000000,2024-01-18 02:53:44,6041.0,139.0,1969.0,179.0,5693.0,91.0,1853.0,8991.0,NeMo: a toolkit for conversational AI.,270.0,35,True,2024-01-11 02:04:18.000,1.22.0,71.0,nemo-toolkit,,,['pytorch'],52421.0,37772.0,31.0,21.0,https://pypi.org/project/nemo-toolkit,2024-01-10 23:19:24.000,10.0,36764.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +120,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2023-06-16 13:22:54.304000,2023-03-11 18:17:15,563.0,,1123.0,267.0,156.0,113.0,155.0,8826.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",36.0,35,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,113.0,498532.0,36788.0,35357.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,1431.0,495822.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,241250.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +121,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-01-13 19:46:14.000000,2024-01-11 07:31:03,668.0,11.0,320.0,69.0,106.0,28.0,132.0,7570.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,35,True,2023-10-01 01:13:00.000,0.7.0,13.0,einops,conda-forge/einops,,,,5658338.0,24520.0,24520.0,https://pypi.org/project/einops,,,5653769.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,178194.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +122,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-01-18 09:59:36.000000,2024-01-12 05:32:58,32291.0,91.0,2011.0,385.0,6732.0,2718.0,6518.0,6608.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",250.0,35,True,,,150.0,h2o,,,,,369246.0,103.0,21.0,https://pypi.org/project/h2o,2023-12-20 19:10:56.000,82.0,369246.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +123,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-01-18 14:48:24.000000,2024-01-15 22:05:58,18951.0,497.0,444.0,54.0,2636.0,414.0,971.0,6297.0,"Visualize, create, and debug image and video datasets and model predictions.",105.0,35,True,2023-12-21 19:00:21.000,0.23.2,80.0,fiftyone,,,"['tensorflow', 'pytorch', 'jupyter']",,82802.0,474.0,474.0,https://pypi.org/project/fiftyone,,,82802.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +124,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-01-18 14:31:16.000000,2024-01-11 05:42:37,2717.0,49.0,695.0,71.0,3213.0,201.0,788.0,6115.0,Build Production-Grade AI Applications.,194.0,35,True,2023-12-28 21:36:24.000,1.1.11,123.0,bentoml,,,,2125.0,62375.0,1482.0,1470.0,https://pypi.org/project/bentoml,2024-01-18 11:55:58.000,12.0,62338.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +125,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-01-18 14:58:25.000000,2024-01-18 14:58:24,5784.0,3392.0,444.0,41.0,280.0,198.0,992.0,4628.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",101.0,35,True,2024-01-18 02:55:54.000,1.18.0,524.0,litellm,,,others,,203799.0,818.0,762.0,https://pypi.org/project/litellm,2024-01-18 02:53:14.000,56.0,203799.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +126,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-01-18 00:13:27.000000,2024-01-11 12:13:07,1654.0,13.0,612.0,60.0,1796.0,152.0,1246.0,4410.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,392.0,35,True,2023-10-19 08:24:46.000,0.4.13,1508.0,pytorch-ignite,pytorch/ignite,,['pytorch'],,380316.0,2674.0,2625.0,https://pypi.org/project/pytorch-ignite,2024-01-18 00:13:27.000,49.0,377742.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,172479.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +127,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-01-02 16:59:03.000000,2023-11-23 21:41:49,1136.0,6.0,661.0,90.0,269.0,32.0,252.0,4181.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,14.0,4257935.0,4066.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4066.0,4228982.0,https://anaconda.org/conda-forge/geopy,2023-11-24 00:10:43.371,1244993.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +128,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-01-16 13:18:17.000000,2024-01-16 10:34:48,5269.0,7.0,284.0,80.0,777.0,16.0,123.0,2774.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2023-12-14 15:50:47.000,8.2.2,231.0,thinc,conda-forge/thinc,,,,5142277.0,42298.0,41660.0,https://pypi.org/project/thinc,2024-01-16 13:18:17.000,638.0,5081084.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2692533.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +129,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-01-18 12:25:26.000000,2024-01-18 12:25:25,4044.0,174.0,407.0,34.0,2863.0,451.0,1026.0,2151.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,153.0,35,True,2024-01-14 08:52:49.000,0.43.2,87.0,pyvista,conda-forge/pyvista,,['jupyter'],791.0,155594.0,2808.0,2554.0,https://pypi.org/project/pyvista,2024-01-14 08:52:49.000,254.0,145482.0,https://anaconda.org/conda-forge/pyvista,2024-01-14 09:37:36.376,434394.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +130,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-01-17 20:54:41.058000,2024-01-17 19:35:54,5004.0,160.0,493.0,22.0,1139.0,969.0,591.0,2024.0,"This is the development home of the workflow management system Snakemake. For general information, see.",313.0,35,True,2024-01-17 19:37:15.000,8.2.1,292.0,snakemake,bioconda/snakemake,,,,95813.0,2103.0,1841.0,https://pypi.org/project/snakemake,2024-01-17 19:37:15.000,262.0,86198.0,https://anaconda.org/bioconda/snakemake,2024-01-17 20:54:41.058,951897.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +131,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-01-18 13:44:26.000000,2024-01-17 10:51:54,1627.0,86.0,342.0,26.0,1348.0,58.0,697.0,1788.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",222.0,35,True,2024-01-17 16:52:43.000,1.3.0.post,42.0,metrics,conda-forge/torchmetrics,,['pytorch'],4563.0,37773.0,19631.0,19618.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,13.0,2321.0,https://anaconda.org/conda-forge/torchmetrics,2023-12-01 20:39:28.126,1200829.0,2.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,,,,, +132,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,3.0,612.0,58.0,1880.0,87.0,895.0,1680.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,['tensorflow'],,716353.0,14093.0,13868.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,716353.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +133,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-01-18 14:49:21.000000,2024-01-18 09:07:49,1262.0,126.0,351.0,57.0,1182.0,129.0,577.0,1455.0,The official Python client for the Huggingface Hub.,129.0,35,True,2024-01-05 10:58:08.000,0.20.2,94.0,huggingface_hub,conda-forge/huggingface_hub,,,,21016387.0,616.0,,https://pypi.org/project/huggingface_hub,2024-01-05 10:51:28.000,616.0,20972525.0,https://anaconda.org/conda-forge/huggingface_hub,2024-01-05 19:52:22.775,1535200.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +134,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-01-18 14:52:09.000000,2024-01-18 13:25:45,1533.0,69.0,166.0,30.0,1398.0,58.0,170.0,1108.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,35,True,2023-11-30 17:53:01.000,2024.0.1,23.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,['sklearn'],,134417.0,9340.0,9316.0,https://pypi.org/project/scikit-learn-intelex,2023-11-28 16:02:08.000,24.0,127365.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2023-12-08 20:11:03.328,232743.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +135,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-01-18 14:32:16.000000,2024-01-18 11:53:18,10194.0,103.0,540.0,70.0,2295.0,296.0,1697.0,1074.0,Machine learning for NeuroImaging in Python.,233.0,35,True,2023-10-01 19:30:40.000,0.10.2,45.0,nilearn,conda-forge/nilearn,,['sklearn'],150.0,44100.0,3105.0,2814.0,https://pypi.org/project/nilearn,2023-09-29 11:10:28.000,291.0,37318.0,https://anaconda.org/conda-forge/nilearn,2023-10-02 11:59:55.930,257566.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +136,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2023-12-11 19:18:48.000000,2023-11-08 03:20:43,1527.0,3.0,211.0,33.0,669.0,31.0,567.0,955.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,7188894.0,28541.0,26505.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2036.0,7020087.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7089915.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +137,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-01-17 19:47:04.000000,2023-12-26 14:53:14,5765.0,84.0,254.0,36.0,788.0,126.0,392.0,599.0,Python package to access a cacophony of neuro-imaging file formats.,100.0,35,True,2023-12-12 14:28:42.000,5.2.0,41.0,nibabel,conda-forge/nibabel,,,,384844.0,17812.0,16618.0,https://pypi.org/project/nibabel,2023-12-11 21:37:41.000,1194.0,369198.0,https://anaconda.org/conda-forge/nibabel,2023-12-12 00:00:35.048,672785.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +138,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-01-18 07:02:38.000000,2023-12-27 16:23:43,4667.0,191.0,2825.0,247.0,706.0,80.0,860.0,25846.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",163.0,34,True,2023-12-12 15:11:16.000,0.22.0,98.0,tts,conda-forge/tts,,"['pytorch', 'tensorflow']",1847473.0,160871.0,,,https://pypi.org/project/tts,,,106155.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10234.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +139,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-01-18 05:47:11.000000,2024-01-18 05:46:49,7544.0,288.0,2628.0,296.0,182.0,27.0,1002.0,25211.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-01-13 04:08:39.000,7.3.8,615.0,netron,,,"['pytorch', 'tensorflow']",62984.0,79511.0,86.0,12.0,https://pypi.org/project/netron,2024-01-13 04:02:24.000,74.0,16527.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +140,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,GPL-3.0,2018-08-02 17:56:45.000,2024-01-18 14:00:19.000000,2024-01-18 12:15:37,16785.0,1592.0,2564.0,378.0,4559.0,592.0,3174.0,19638.0,Build AI using SQL.,818.0,34,False,2024-01-05 10:56:46.000,23.12.4.2,453.0,mindsdb,,,['pytorch'],,16351.0,,,https://pypi.org/project/mindsdb,2024-01-05 10:57:50.000,,16351.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +141,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-01-18 15:03:37.000000,2024-01-18 14:26:53,17498.0,658.0,5975.0,68.0,11316.0,1230.0,15527.0,13868.0,The Unified AI Framework.,1451.0,34,True,2023-06-29 19:33:01.167,0.0.0,105.0,ivy,,,,,911.0,9.0,,https://pypi.org/project/ivy,2024-01-04 08:14:48.000,9.0,911.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +142,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-01-15 08:14:29.000000,2024-01-05 20:03:59,1332.0,1.0,2226.0,331.0,1580.0,373.0,1855.0,13761.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,34,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,47426.0,1108.0,1072.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,36.0,47426.0,,,,2.0,,stable/horovod,,,,,,,,,,,,,,,,,,,,, +143,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-01-18 00:21:33.000000,2024-01-17 07:30:53,3800.0,92.0,1094.0,191.0,2790.0,270.0,749.0,10419.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",151.0,34,True,2024-01-16 21:14:25.000,0.9.2,45.0,ludwig,,,['tensorflow'],,3776.0,235.0,235.0,https://pypi.org/project/ludwig,,,3776.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +144,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-01-16 18:29:03.000000,2024-01-12 22:12:14,2484.0,15.0,620.0,102.0,441.0,550.0,1169.0,8626.0,An open source multi-tool for exploring and publishing data.,75.0,34,True,2023-12-22 23:22:42.000,0.64.6,141.0,datasette,conda-forge/datasette,,,59.0,37701.0,1364.0,1150.0,https://pypi.org/project/datasette,2023-12-22 23:22:42.000,214.0,36804.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,29582.0,1.0,,,,,,,,,,,,,,datasette,,,,,,,,, +145,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-01-17 03:10:46.000000,2024-01-17 02:53:46,2438.0,20.0,971.0,204.0,2262.0,241.0,826.0,8252.0,Deep universal probabilistic programming with Python and PyTorch.,148.0,34,True,2023-07-29 21:20:27.000,1.8.6,34.0,pyro-ppl,conda-forge/pyro-ppl,,['pytorch'],,252037.0,1956.0,1842.0,https://pypi.org/project/pyro-ppl,2023-07-29 21:09:56.000,114.0,248017.0,https://anaconda.org/conda-forge/pyro-ppl,2023-07-29 23:12:47.995,136691.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +146,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-01-14 09:07:13.000000,2023-12-06 12:55:15,486.0,32.0,2328.0,282.0,140.0,310.0,314.0,7812.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,34,True,2023-12-06 13:10:51.000,3.10.1,56.0,SpeechRecognition,conda-forge/speechrecognition,,,,588842.0,852.0,21.0,https://pypi.org/project/SpeechRecognition,2023-12-06 13:02:22.000,831.0,584552.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,175925.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +147,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2023-12-23 11:40:18.000000,2023-12-16 05:36:44,1721.0,29.0,1295.0,148.0,207.0,188.0,144.0,7751.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2023-11-18 08:45:46.000,1.1.2,90.0,pyod,conda-forge/pyod,,,,612885.0,3267.0,3203.0,https://pypi.org/project/pyod,2023-11-18 08:43:48.000,64.0,610861.0,https://anaconda.org/conda-forge/pyod,2023-11-18 09:26:18.014,89092.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +148,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-01-18 05:45:53.000000,2023-12-02 06:10:46,4212.0,107.0,900.0,144.0,463.0,80.0,762.0,6923.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",66.0,34,True,2023-12-03 06:48:53.000,1.7.0,22.0,stanza,stanfordnlp/stanza,,,,139348.0,2476.0,2382.0,https://pypi.org/project/stanza,2023-12-03 06:48:53.000,94.0,139190.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7306.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +149,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,2023-11-28 15:45:20.000000,2023-10-23 10:43:57,848.0,2.0,1272.0,140.0,489.0,43.0,540.0,6607.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,80.0,34,True,2023-07-08 22:17:53.000,0.11.0,33.0,imbalanced-learn,conda-forge/imbalanced-learn,,['sklearn'],,8709940.0,23970.0,23614.0,https://pypi.org/project/imbalanced-learn,2023-07-08 21:51:38.887,356.0,8697884.0,https://anaconda.org/conda-forge/imbalanced-learn,2023-07-08 22:18:55.284,518415.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +150,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-01-18 09:01:38.000000,2024-01-18 09:01:37,2872.0,38.0,2223.0,174.0,1129.0,26.0,1403.0,6443.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2023-11-02 12:54:04.000,3.4.3,48.0,OpenNMT-py,,,['pytorch'],,4784.0,259.0,249.0,https://pypi.org/project/OpenNMT-py,2023-11-02 12:54:04.000,10.0,4784.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +151,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-01-16 15:18:56.000000,2023-12-27 20:40:01,3261.0,6.0,946.0,137.0,638.0,57.0,1103.0,6434.0,Python library for audio and music analysis.,119.0,34,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1855567.0,1521.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1521.0,1838554.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,714547.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +152,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-01-15 08:01:15.000000,2024-01-15 08:01:09,2948.0,202.0,695.0,141.0,91.0,79.0,324.0,5875.0,Fit interpretable models. Explain blackbox machine learning.,40.0,34,True,2023-12-14 21:27:55.000,0.5.0,46.0,interpret,,,['jupyter'],,68407.0,636.0,606.0,https://pypi.org/project/interpret,2023-12-14 10:33:32.000,30.0,68407.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +153,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-01-16 09:08:50.000000,2024-01-16 09:08:29,2274.0,62.0,625.0,91.0,242.0,425.0,518.0,4985.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",88.0,34,True,2024-01-10 16:14:12.000,1.14.1,149.0,clearml,,,,1914.0,199245.0,918.0,901.0,https://pypi.org/project/clearml,2024-01-10 16:12:37.000,17.0,198662.0,,,,2.0,,,,,,,,,allegroai/trains,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30236.0,,,,,,,,,, +154,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-01-05 18:58:45.309000,2024-01-05 18:46:51,1637.0,3.0,840.0,118.0,521.0,140.0,337.0,4690.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,103.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,['sklearn'],,623333.0,12144.0,11954.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,190.0,616278.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,296349.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +155,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-01-17 16:21:32.000000,2024-01-15 19:06:20,12134.0,146.0,1102.0,99.0,1308.0,140.0,742.0,4259.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2023-12-27 22:17:11.000,1.17.0,57.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,18937.0,486.0,475.0,https://pypi.org/project/adversarial-robustness-toolbox,2023-12-27 21:11:33.000,11.0,18090.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2023-12-27 22:57:10.074,35595.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +156,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2023-12-07 19:03:21.000000,2023-12-07 19:03:20,1290.0,6.0,2511.0,1981.0,531.0,386.0,1075.0,3867.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,101.0,azureml-sdk,,,,505.0,458128.0,48.0,,https://pypi.org/project/azureml-sdk,2023-11-09 22:25:24.000,48.0,458120.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +157,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-01-18 13:19:46.000000,2024-01-18 07:37:48,3643.0,81.0,789.0,57.0,1400.0,330.0,1188.0,3857.0,"Serve, optimize and scale PyTorch models in production.",182.0,34,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,,['pytorch'],5485.0,54777.0,602.0,586.0,https://pypi.org/project/torchserve,2023-10-12 22:01:55.000,16.0,27462.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,146584.0,2.0,,,,,,,,,pytorch/torchserve,https://hub.docker.com/r/pytorch/torchserve,2023-10-12 22:44:52.307587,22.0,1220821.0,,,,,,,,,, +158,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-01-18 15:01:12.000000,2024-01-17 09:55:20,2793.0,194.0,278.0,25.0,2596.0,179.0,1586.0,2836.0,Argilla: the open-source feedback platform for LLMs.,75.0,34,True,2024-01-18 15:04:19.000,1.22.0,100.0,rubrix,conda-forge/rubrix,,,,1542.0,2190.0,2190.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,404.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28471.0,2.0,,,argilla-io/argilla,,,,,,,,,,,,,,,,,,,, +159,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-01-18 14:00:53.000000,2024-01-12 23:23:09,2297.0,26.0,616.0,76.0,2841.0,188.0,713.0,2315.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",221.0,34,True,2023-12-15 02:05:05.000,2.1.2,30.0,torchaudio,,,['pytorch'],,2019494.0,548.0,,https://pypi.org/project/torchaudio,2023-12-14 21:50:35.000,548.0,2019494.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +160,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-01-18 07:48:00.000000,2024-01-18 05:45:52,2789.0,178.0,281.0,68.0,1505.0,54.0,581.0,2216.0,Adaptive Experimentation Platform.,159.0,34,True,2023-12-09 18:28:49.000,0.3.6,39.0,ax-platform,conda-forge/ax-platform,,['pytorch'],,76724.0,654.0,626.0,https://pypi.org/project/ax-platform,2023-12-09 18:28:49.000,28.0,76179.0,https://anaconda.org/conda-forge/ax-platform,2023-12-11 15:43:05.639,16904.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +161,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-01-18 14:47:20.000000,2024-01-18 14:47:19,3855.0,196.0,516.0,49.0,3979.0,275.0,870.0,2014.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,155.0,34,True,2024-01-08 20:32:42.000,0.34.0,53.0,pennylane,conda-forge/pennylane,,,70.0,34495.0,789.0,720.0,https://pypi.org/project/pennylane,2024-01-08 20:32:42.000,69.0,33271.0,https://anaconda.org/conda-forge/pennylane,2024-01-16 20:01:29.795,31811.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +162,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-01-18 15:19:20.000000,2024-01-18 15:19:20,938.0,79.0,305.0,52.0,1079.0,272.0,354.0,1893.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,89.0,34,True,2023-12-15 10:54:26.000,1.16.1,55.0,optimum,conda-forge/optimum,,,,743500.0,1421.0,1361.0,https://pypi.org/project/optimum,2023-12-15 10:54:15.000,60.0,742984.0,https://anaconda.org/conda-forge/optimum,2023-12-15 13:15:30.310,10847.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +163,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-01-17 09:49:04.000000,2024-01-16 16:03:19,1170.0,20.0,361.0,66.0,593.0,262.0,347.0,1437.0,A Jupyter - Leaflet.js bridge.,87.0,34,True,2023-12-15 14:25:01.000,0.18.1,80.0,ipyleaflet,conda-forge/ipyleaflet,,['jupyter'],,144100.0,7057.0,6890.0,https://pypi.org/project/ipyleaflet,2023-12-15 14:25:01.000,161.0,92402.0,https://anaconda.org/conda-forge/ipyleaflet,2023-12-15 15:24:03.988,1095924.0,2.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2023-11-27 10:01:28.313,6.0,26791.0,,,,,,,,,,,,,,, +164,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-01-10 01:14:54.000000,2024-01-09 17:35:30,863.0,3.0,322.0,45.0,1008.0,160.0,163.0,1172.0,Making text a first-class citizen in TensorFlow.,111.0,34,True,2023-11-15 19:00:05.000,2.15.0,67.0,tensorflow-text,,,['tensorflow'],,4054569.0,6440.0,6302.0,https://pypi.org/project/tensorflow-text,2023-11-15 18:28:36.000,138.0,4054569.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +165,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-01-17 10:38:41.000000,,,,23775.0,,,932.0,,118749.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",623.0,33,True,2023-12-18 18:24:40.000,4.36.2,128.0,transformers,conda-forge/transformers,,"['pytorch', 'tensorflow']",,17877836.0,2762.0,,https://pypi.org/project/transformers,2023-12-18 18:24:40.000,2762.0,17842429.0,https://anaconda.org/conda-forge/transformers,2023-12-19 03:00:23.210,1487101.0,2.0,-17.0,,,,,,,,,,,,,,,,,,,,,, +166,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-01-13 20:33:11.000000,2022-06-10 09:12:18,238.0,,13248.0,1566.0,225.0,747.0,584.0,50829.0,The worlds simplest facial recognition api for Python and the command line.,54.0,33,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,['pytorch'],1223.0,61034.0,85.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,64.0,60532.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19502.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +167,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-01-18 10:14:55.000000,2024-01-18 06:08:29,2950.0,103.0,4110.0,373.0,3553.0,365.0,1161.0,36151.0,"Making large AI models cheaper, faster and more accessible.",161.0,33,True,2023-11-01 05:57:35.000,0.3.4,34.0,,,,,,,288.0,288.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +168,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-01-18 08:57:46.349000,2024-01-09 02:12:36,1497.0,6.0,6791.0,381.0,647.0,381.0,3039.0,27830.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",263.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,['pytorch'],,5220.0,1568.0,1562.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,6.0,,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,219260.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +169,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-01-03 17:54:23.000000,2023-07-11 13:03:36,1421.0,,3721.0,761.0,1133.0,373.0,588.0,18804.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'],,2298.0,526.0,488.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,38.0,2298.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +170,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,2023-12-26 23:00:56.000000,2020-10-14 16:36:49,6226.0,,4627.0,1001.0,1869.0,357.0,658.0,16811.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,2827.0,1061.0,975.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,86.0,2642.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7419.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +171,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,2023-09-25 04:57:08.085000,2023-08-20 17:38:53,890.0,,1110.0,322.0,266.0,54.0,341.0,12354.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,33,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,812988.0,3748.0,3474.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,274.0,803492.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,379856.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +172,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-01-02 11:17:53.000000,2024-01-02 11:17:47,862.0,3.0,1363.0,418.0,85.0,32.0,159.0,9655.0,TensorFlow-based neural network library.,58.0,33,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,['tensorflow'],,17534.0,1261.0,1208.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,53.0,16998.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,26818.0,3.0,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,,,, +173,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2023-12-12 17:39:59.000000,2023-12-08 19:12:48,2431.0,7.0,1542.0,290.0,429.0,281.0,636.0,9385.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,33,False,2023-08-15 18:22:07.000,0.12.1,62.0,tpot,conda-forge/tpot,,['sklearn'],,38140.0,2625.0,2563.0,https://pypi.org/project/tpot,2023-08-15 18:22:07.000,62.0,32489.0,https://anaconda.org/conda-forge/tpot,2023-08-15 22:49:07.495,243015.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +174,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,,898.0,261.0,148.0,108.0,103.0,9043.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,4608435.0,24309.0,22191.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,2118.0,4602655.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,520277.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +175,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-01-06 17:09:35.000000,2023-11-17 16:27:58,10398.0,3.0,1965.0,350.0,3415.0,143.0,1132.0,8357.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,332.0,33,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,40745.0,34.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,34.0,37210.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,137898.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +176,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2023-12-28 21:58:28.000000,2022-12-08 17:49:19,746.0,,967.0,136.0,220.0,320.0,270.0,8065.0,Manipulate audio with a simple and easy high level interface.,95.0,33,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,3184302.0,48850.0,47557.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1293.0,3183003.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,79271.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +177,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-01-18 09:15:51.000000,2024-01-18 05:21:43,829.0,43.0,703.0,275.0,1095.0,302.0,349.0,7280.0,Build and manage real-life data science projects with ease!.,78.0,33,True,2024-01-18 05:23:20.000,2.11.0,106.0,metaflow,conda-forge/metaflow,,,,102919.0,605.0,578.0,https://pypi.org/project/metaflow,2024-01-17 09:36:01.000,27.0,99141.0,https://anaconda.org/conda-forge/metaflow,2024-01-15 15:33:47.821,158695.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +178,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-01-18 00:40:23.000000,2023-09-29 18:36:14,1218.0,,1022.0,126.0,273.0,349.0,387.0,6979.0,Distributed Asynchronous Hyperparameter Optimization in Python.,102.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,1690891.0,13813.0,13308.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,505.0,1679252.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,744937.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +179,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-01-18 13:21:10.000000,2024-01-17 22:29:19,37911.0,424.0,784.0,146.0,8895.0,903.0,4949.0,6914.0,cuDF - GPU DataFrame Library.,269.0,33,True,2023-12-08 21:31:24.000,23.12.01,44.0,cudf,,,,,2165.0,60.0,50.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,10.0,2165.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +180,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-01-08 21:37:22.000000,2024-01-08 21:37:22,1766.0,12.0,754.0,129.0,267.0,438.0,328.0,6709.0,Uniform Manifold Approximation and Projection.,128.0,33,True,2023-11-18 03:11:17.000,0.5.5,39.0,umap-learn,conda-forge/umap-learn,,,,720043.0,549.0,1.0,https://pypi.org/project/umap-learn,2023-11-18 03:11:17.000,548.0,667007.0,https://anaconda.org/conda-forge/umap-learn,2023-11-18 18:17:04.167,2280580.0,2.0,5.0,,,,,,,,,,,,,,,,,,,,,, +181,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,2.0,872.0,218.0,220.0,174.0,233.0,6648.0,Efficiently computes derivatives of numpy code.,56.0,33,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,1080125.0,7426.0,7102.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,324.0,1059903.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,384236.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +182,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,,1397.0,291.0,6588.0,12.0,2030.0,5837.0,A flexible framework of neural networks for deep learning.,322.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,17773.0,3563.0,3159.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,404.0,17423.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16458.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +183,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,2023-12-16 19:25:54.000000,2023-12-16 19:23:13,1208.0,20.0,641.0,65.0,131.0,54.0,432.0,5625.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,33,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,['pytorch'],,227459.0,1185.0,1155.0,https://pypi.org/project/pytorch-metric-learning,2023-12-16 19:14:54.000,30.0,227229.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11068.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +184,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-01-10 19:50:40.000000,2024-01-10 19:50:37,601.0,12.0,680.0,107.0,183.0,14.0,339.0,5300.0,Python-tesseract is an optical character recognition (OCR) tool for python.,45.0,33,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,1144648.0,1211.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,1211.0,1130488.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,594731.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +185,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-01-08 06:54:55.000000,2024-01-08 06:47:10,1052.0,32.0,461.0,226.0,733.0,191.0,330.0,4384.0,Model interpretability and understanding for PyTorch.,104.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,['pytorch'],,177163.0,1784.0,1724.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,60.0,176377.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,19661.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +186,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-01-10 22:57:40.000000,2024-01-10 22:27:16,1122.0,33.0,581.0,116.0,834.0,279.0,1016.0,3868.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",159.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,9019.0,151514.0,3728.0,3555.0,https://pypi.org/project/coremltools,2023-11-01 14:33:59.000,173.0,150032.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53196.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +187,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,2023-12-28 17:43:43.000000,2023-12-03 03:47:34,490.0,5.0,594.0,64.0,212.0,192.0,151.0,3781.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,568690.0,5904.0,5840.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,64.0,565347.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,123708.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +188,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-01-18 03:01:24.000000,2024-01-18 03:01:21,1175.0,6.0,1708.0,148.0,209.0,3.0,682.0,3416.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,33,True,2023-10-06 10:06:37.000,0.15.0,18.0,tensorflow-hub,conda-forge/tensorflow-hub,,['tensorflow'],,2583029.0,340.0,,https://pypi.org/project/tensorflow-hub,2023-10-06 09:58:50.000,340.0,2580771.0,https://anaconda.org/conda-forge/tensorflow-hub,2023-07-13 16:39:43.723,92578.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +189,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-01-18 11:34:31.000000,2024-01-13 00:27:14,1296.0,4.0,822.0,275.0,1439.0,310.0,512.0,3409.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",151.0,33,True,2023-12-15 02:05:45.000,0.16.2,30.0,torchtext,,,['pytorch'],,327686.0,494.0,,https://pypi.org/project/torchtext,2023-12-14 21:51:33.000,494.0,327686.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +190,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-01-17 22:38:13.000000,2024-01-16 20:50:00,1259.0,52.0,224.0,31.0,416.0,94.0,189.0,3326.0,Lightning fast forecasting with statistical and econometric models.,36.0,33,True,2024-01-05 22:28:42.000,1.7.1,29.0,statsforecast,conda-forge/statsforecast,,,,417798.0,690.0,664.0,https://pypi.org/project/statsforecast,2024-01-05 22:28:42.000,26.0,415211.0,https://anaconda.org/conda-forge/statsforecast,2024-01-05 23:52:06.950,56918.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +191,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-01-08 13:11:43.000000,2024-01-08 13:11:42,1490.0,10.0,366.0,91.0,734.0,133.0,441.0,3136.0,Quickly and accurately render even the largest data.,54.0,33,True,2023-10-26 15:10:16.000,0.16.0,42.0,datashader,conda-forge/datashader,,,,93208.0,3583.0,3453.0,https://pypi.org/project/datashader,2023-10-31 11:50:35.000,130.0,76392.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,739913.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +192,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-01-18 11:10:43.000000,2024-01-17 15:39:14,1770.0,76.0,350.0,53.0,1507.0,64.0,393.0,2875.0,Bayesian optimization in PyTorch.,108.0,33,True,2023-12-09 02:30:45.000,0.9.5,42.0,botorch,conda-forge/botorch,,['pytorch'],,119620.0,850.0,807.0,https://pypi.org/project/botorch,2023-12-09 02:30:45.000,43.0,117253.0,https://anaconda.org/conda-forge/botorch,2023-12-09 03:51:41.401,97075.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +193,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-01-15 00:09:43.000000,2021-10-12 13:32:38,1570.0,,506.0,64.0,543.0,303.0,393.0,2700.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2021-10-12 15:33:19.000,0.9.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,512637.0,5584.0,5308.0,https://pypi.org/project/scikit-optimize,2021-10-12 14:23:01.204,276.0,503707.0,https://anaconda.org/conda-forge/scikit-optimize,2023-06-16 13:23:01.487,696597.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +194,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,2023-12-26 03:38:51.000000,2023-12-21 20:29:20,2289.0,27.0,717.0,80.0,203.0,186.0,463.0,2676.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",149.0,33,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,['tensorflow'],,26781.0,1408.0,1400.0,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,8.0,26781.0,,,,1.0,3.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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,12.0,398.0,39.0,149.0,45.0,238.0,2328.0,A library of sklearn compatible categorical variable encoders.,70.0,33,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,['sklearn'],,1367113.0,1561.0,1387.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,174.0,1357893.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,248943.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +196,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,10.0,355.0,84.0,168.0,215.0,146.0,2297.0,D3 Renderings of Matplotlib Graphics.,52.0,33,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,498339.0,5857.0,5439.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,409.0,493209.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,191980.0,2.0,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,666.0,,,,,,,,,,,,,,, +197,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-01-15 22:33:33.000000,2024-01-15 22:33:33,2291.0,23.0,584.0,69.0,480.0,245.0,701.0,2229.0,Survival analysis in Python.,116.0,33,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,380008.0,2263.0,2133.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,130.0,373000.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,308355.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +198,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2023-12-18 04:15:22.000000,2023-11-17 20:35:45,543.0,12.0,161.0,44.0,76.0,7.0,127.0,1946.0,a python library for doing approximate and phonetic matching of strings.,31.0,33,True,2023-11-17 20:44:09.000,1.0.3,42.0,jellyfish,conda-forge/jellyfish,,,,2355005.0,8295.0,7843.0,https://pypi.org/project/jellyfish,2023-11-17 20:44:09.000,452.0,2337039.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,772552.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +199,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-01-18 10:38:33.000000,2024-01-18 10:38:33,3677.0,15.0,193.0,50.0,1346.0,125.0,710.0,1944.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,144255.0,1674.0,1652.0,https://pypi.org/project/pythran,2024-01-07 21:21:39.000,22.0,133314.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,437651.0,2.0,,,,,,,,,,,,,,,,,,,,,pythran,python-pythran, +200,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,LGPL-3.0,2012-08-03 07:43:59.000,2024-01-15 21:43:34.000000,2024-01-10 10:12:45,2946.0,30.0,349.0,55.0,1114.0,326.0,922.0,1324.0,Cartopy - a cartographic python library with matplotlib support.,124.0,33,False,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,207845.0,4714.0,4268.0,https://pypi.org/project/cartopy,2023-08-05 00:57:41.000,446.0,131527.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3358004.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +201,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-01-12 20:12:23.000000,2024-01-12 20:12:22,2768.0,23.0,274.0,34.0,200.0,37.0,492.0,1198.0,Python interface for igraph.,71.0,33,False,2023-11-20 11:09:36.000,0.11.3,39.0,python-igraph,conda-forge/igraph,,,562184.0,287810.0,4176.0,3760.0,https://pypi.org/project/python-igraph,2023-11-20 11:09:36.000,416.0,269212.0,https://anaconda.org/conda-forge/igraph,2023-12-01 16:13:44.377,491425.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +202,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2023-12-21 21:50:42.816000,2023-12-21 20:10:06,1524.0,2.0,152.0,41.0,132.0,8.0,640.0,1153.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,33,True,2023-12-21 20:05:21.000,1.9.1,32.0,agate,conda-forge/agate,,,,3961960.0,2805.0,2658.0,https://pypi.org/project/agate,2023-12-21 20:05:21.000,147.0,3956956.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,160152.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +203,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,14.0,107.0,32.0,60.0,71.0,78.0,910.0,Describing statistical models in Python using symbolic formulas.,19.0,33,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,12652021.0,89783.0,87033.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,2750.0,12311517.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,9534113.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +204,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,2023-12-18 04:56:09.000000,2023-12-06 02:03:46,14787.0,4.0,506.0,50.0,2277.0,395.0,949.0,708.0,Workflows and interfaces for neuroimaging packages.,251.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,85342.0,4089.0,3911.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,178.0,70937.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,590611.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +205,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-01-17 23:37:18.000000,2024-01-16 20:47:19,13699.0,293.0,393.0,50.0,2005.0,151.0,752.0,645.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",152.0,33,False,2023-12-14 14:48:42.000,1.8.0,27.0,dipy,conda-forge/dipy,,,,21024.0,1092.0,980.0,https://pypi.org/project/dipy,2023-12-14 14:48:42.000,112.0,16426.0,https://anaconda.org/conda-forge/dipy,2023-06-16 13:16:19.782,423045.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +206,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,,3307.0,468.0,671.0,589.0,672.0,14492.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,['tensorflow'],,4024.0,1541.0,1451.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,90.0,4024.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +207,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2023-10-30 04:23:19.000000,2023-10-26 05:31:53,3012.0,1.0,1817.0,283.0,3502.0,353.0,1676.0,13510.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,32,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,14145.0,583.0,548.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,35.0,14145.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +208,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,187.0,1005.0,580.0,711.0,12353.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,32,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,['paddle'],664.0,7250.0,1507.0,1501.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,6.0,7239.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +209,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1760.0,264.0,114.0,96.0,535.0,11088.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,,,,204818.0,5077.0,4904.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,173.0,202518.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,195556.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +210,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2415.0,460.0,260.0,570.0,362.0,9604.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,['tensorflow'],,5830.0,5245.0,4756.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,489.0,5830.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +211,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,2023-12-23 01:58:33.000000,2023-10-02 22:40:55,1387.0,,1406.0,303.0,889.0,129.0,758.0,9022.0,AutoML library for deep learning.,143.0,32,True,2023-01-28 18:46:30.271,1.1.0,58.0,autokeras,,,['tensorflow'],17704.0,10768.0,634.0,622.0,https://pypi.org/project/autokeras,2023-01-28 18:46:30.271,12.0,10529.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +212,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-01-16 11:08:12.000000,2023-12-28 06:35:09,2895.0,7.0,1588.0,87.0,1625.0,373.0,1606.0,7963.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",118.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,['paddle'],,1593.0,1107.0,1103.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,4.0,1593.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +213,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,2.0,870.0,86.0,274.0,78.0,376.0,7750.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,411.0,1841161.0,39848.0,38843.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,1005.0,1814161.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1133790.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,2024-01-15 20:04:21.000000,2023-12-07 16:30:16,1315.0,5.0,848.0,158.0,1656.0,172.0,804.0,6936.0,An open source python library for automated feature engineering.,71.0,32,True,2023-10-26 18:22:23.000,1.28.0,103.0,featuretools,conda-forge/featuretools,,,,49544.0,1595.0,1517.0,https://pypi.org/project/featuretools,2023-10-26 18:22:23.000,78.0,45476.0,https://anaconda.org/conda-forge/featuretools,2023-10-27 14:28:34.721,174950.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +215,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-01-17 09:00:48.000000,2023-12-27 14:04:05,2705.0,6.0,1137.0,209.0,1045.0,20.0,614.0,6446.0,An open source library for deep learning end-to-end dialog systems and chatbots.,76.0,32,True,2023-12-27 14:49:16.000,1.5.0,62.0,deeppavlov,,,['tensorflow'],,8445.0,380.0,373.0,https://pypi.org/project/deeppavlov,2023-12-27 14:44:59.000,7.0,8445.0,,,,2.0,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,,,, +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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1850.0,200.0,206.0,12.0,1343.0,6292.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,['tensorflow'],161.0,8920.0,1488.0,1441.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,47.0,8539.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10245.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +217,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-01-05 03:37:50.000000,2023-07-28 00:16:45,2332.0,,1076.0,192.0,233.0,271.0,279.0,5430.0,Distributed Evolutionary Algorithms in Python.,87.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,178854.0,4704.0,4335.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,369.0,169817.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,352480.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +218,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,,1594.0,304.0,294.0,152.0,268.0,5311.0,Portfolio and risk analytics in Python.,59.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,8501.0,968.0,934.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,34.0,8321.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12794.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +219,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-01-18 05:20:30.000000,2024-01-01 17:26:51,3846.0,87.0,550.0,85.0,539.0,102.0,460.0,4610.0,Online machine learning in Python.,108.0,32,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,21645.0,435.0,405.0,https://pypi.org/project/river,2023-12-05 00:13:21.000,30.0,20061.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,52296.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +220,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2023-11-12 21:40:25.000000,2022-01-27 13:24:16,139.0,,1006.0,154.0,113.0,150.0,79.0,4436.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,,,,446214.0,40839.0,39989.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,850.0,442547.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,154033.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +221,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,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,5.0,152.0,76.0,66.0,17.0,120.0,3648.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2023-11-21 23:50:46.000,6.1.3,49.0,ftfy,conda-forge/ftfy,,,,3915532.0,16958.0,16319.0,https://pypi.org/project/ftfy,2023-11-21 23:50:46.000,639.0,3907765.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,279617.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +222,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2023-12-11 16:28:56.000000,2022-08-22 18:21:12,586.0,,572.0,77.0,76.0,61.0,161.0,2996.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,,,,1935872.0,5074.0,4907.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,167.0,1932837.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,239794.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +223,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,2023-12-27 20:29:35.000000,2023-11-29 20:31:13,1079.0,15.0,382.0,64.0,487.0,201.0,268.0,2799.0,A Hyperparameter Tuning Library for Keras.,60.0,32,True,2023-11-07 19:38:18.000,1.4.6,34.0,keras-tuner,conda-forge/keras-tuner,,['tensorflow'],,138355.0,3163.0,3101.0,https://pypi.org/project/keras-tuner,2023-11-07 19:38:18.000,62.0,137407.0,https://anaconda.org/conda-forge/keras-tuner,2023-11-10 05:23:26.167,27514.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +224,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-01-10 20:38:25.000000,2023-12-22 21:54:50,1633.0,8.0,323.0,60.0,184.0,126.0,192.0,2705.0,The machine learning toolkit for time series analysis in Python.,43.0,32,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,['sklearn'],,273691.0,1152.0,1103.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,244169.0,https://anaconda.org/conda-forge/tslearn,2023-12-12 23:08:37.558,1269448.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +225,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-01-18 13:45:15.000000,2024-01-18 13:45:09,965.0,13.0,221.0,39.0,521.0,71.0,171.0,2678.0,JAX-based neural network library.,79.0,32,True,2023-11-10 14:04:13.000,0.0.11,13.0,dm-haiku,conda-forge/dm-haiku,,,,140905.0,1669.0,1669.0,https://pypi.org/project/dm-haiku,,,140494.0,https://anaconda.org/conda-forge/dm-haiku,2023-11-16 14:41:40.026,14385.0,3.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,,,, +226,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-01-17 01:33:46.000000,2024-01-17 01:33:46,2930.0,22.0,687.0,78.0,848.0,257.0,622.0,2551.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",122.0,32,True,2023-10-16 21:49:45.000,0.1.24,24.0,pgmpy,,,,306.0,38757.0,862.0,830.0,https://pypi.org/project/pgmpy,2023-10-16 20:46:07.000,32.0,38750.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +227,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2023-12-18 20:05:31.000000,2023-12-18 19:57:13,1353.0,11.0,303.0,22.0,44.0,34.0,198.0,2129.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2023-12-17 19:42:36.000,0.4.5,90.0,explainerdashboard,conda-forge/explainerdashboard,,,,61205.0,439.0,429.0,https://pypi.org/project/explainerdashboard,2023-12-17 19:42:36.000,10.0,60063.0,https://anaconda.org/conda-forge/explainerdashboard,2023-12-17 21:59:52.942,42284.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +228,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-01-11 14:49:21.000000,2023-12-27 10:12:23,938.0,3.0,199.0,47.0,304.0,127.0,121.0,1681.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,32,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,1736672.0,6217.0,6057.0,https://pypi.org/project/evaluate,2023-10-13 15:54:47.000,160.0,1736672.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +229,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1570.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,371213.0,9306.0,8775.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,531.0,369572.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,136264.0,3.0,,,,,,,,,,,,,,,,,,,,,,,geocoder +230,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,2023-10-30 17:18:47.000000,2023-10-23 16:17:56,1077.0,3.0,227.0,34.0,249.0,51.0,271.0,1475.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",22.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,1892368.0,7141.0,7052.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,89.0,1866021.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1027543.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +231,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-01-18 11:42:35.000000,2024-01-10 08:53:30,12984.0,481.0,277.0,35.0,1733.0,459.0,612.0,978.0,Python package for earth-observing satellite data processing.,149.0,32,False,2023-12-18 08:08:56.000,0.46.0,92.0,satpy,conda-forge/satpy,,,,11449.0,136.0,118.0,https://pypi.org/project/satpy,2023-12-18 08:08:56.000,18.0,7276.0,https://anaconda.org/conda-forge/satpy,2023-12-18 13:40:45.405,179462.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +232,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-01-18 14:19:05.000000,2024-01-17 18:43:31,11286.0,149.0,235.0,57.0,11857.0,204.0,2151.0,903.0,Cloud-native genomic dataframes and batch computing.,91.0,32,True,2024-01-12 18:15:13.000,0.2.127,147.0,hail,,,['spark'],,32653.0,137.0,120.0,https://pypi.org/project/hail,2024-01-12 18:15:13.000,17.0,32653.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +233,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-01-16 03:35:20.000000,2024-01-15 04:24:56,1049.0,12.0,170.0,35.0,114.0,31.0,59.0,702.0,Snowball compiler and stemming algorithms.,34.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,8549215.0,6831.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,6826.0,8463981.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7585901.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +234,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-01-07 01:32:14.000000,2023-07-13 08:50:20,531.0,,2656.0,384.0,119.0,213.0,561.0,24326.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,['tensorflow'],2893298.0,72864.0,644.0,638.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,14554.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,78961.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +235,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-01-18 14:44:10.000000,2024-01-18 07:39:57,3419.0,757.0,2407.0,271.0,2636.0,74.0,392.0,21973.0,You like pytorch? You like micrograd? You love tinygrad!.,264.0,31,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,['pytorch'],,,39.0,39.0,,,,,,,,1.0,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,,,,, +236,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,,1128.0,339.0,1683.0,502.0,1294.0,11134.0,Turi Create simplifies the development of custom machine learning models.,86.0,31,False,2020-09-30 22:44:07.000,6.4.1,30.0,turicreate,,,,9601.0,29161.0,21.0,21.0,https://pypi.org/project/turicreate,,,29030.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +237,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-01-17 23:03:12.000000,2024-01-17 23:03:12,1506.0,45.0,605.0,79.0,620.0,87.0,210.0,7724.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",44.0,31,False,2023-09-11 17:53:22.000,2.5.0,24.0,cleanlab,conda-forge/cleanlab,,,,10850.0,239.0,231.0,https://pypi.org/project/cleanlab,2023-09-11 17:53:22.000,8.0,10260.0,https://anaconda.org/conda-forge/cleanlab,2023-09-12 22:14:32.939,19470.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +238,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,828.0,7294.0,Automated Machine Learning with scikit-learn.,88.0,31,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,['sklearn'],51.0,14878.0,574.0,535.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,14252.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,20688.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +239,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-01-18 03:33:09.000000,2024-01-18 03:33:08,5884.0,109.0,914.0,111.0,1597.0,92.0,622.0,7091.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2023-11-29 21:48:30.000,2.7.1,117.0,perspective-python,conda-forge/perspective,,['jupyter'],1969.0,16821.0,130.0,112.0,https://pypi.org/project/perspective-python,2023-11-29 16:47:42.000,15.0,4691.0,https://anaconda.org/conda-forge/perspective,2023-12-04 04:58:10.833,502402.0,2.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2023-11-29 16:47:08.922,3.0,119.0,,,,,,,,,,,,,,, +240,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-01-18 09:36:55.000000,2024-01-15 16:06:32,1126.0,38.0,754.0,61.0,889.0,255.0,1023.0,6884.0,A python library for user-friendly forecasting and anomaly detection on time series.,110.0,31,True,2023-12-10 18:17:20.000,0.27.1,39.0,u8darts,conda-forge/u8darts-all,,,,19311.0,499.0,494.0,https://pypi.org/project/u8darts,2023-12-10 18:17:20.000,5.0,18002.0,https://anaconda.org/conda-forge/u8darts-all,2023-12-10 22:13:26.243,39073.0,2.0,,,,,,,,,unit8/darts,https://hub.docker.com/r/unit8/darts,2023-12-10 17:53:59.869630,,502.0,,,,,,,,,, +241,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-01-17 17:18:15.000000,2024-01-16 17:05:24,982.0,66.0,885.0,137.0,667.0,125.0,305.0,6466.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,83.0,31,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,33.0,32471.0,324.0,317.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,31984.0,https://anaconda.org/conda-forge/dowhy,2023-11-30 17:35:40.350,18517.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +242,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-01-08 14:33:00.000000,2024-01-08 14:32:50,1082.0,7.0,369.0,82.0,524.0,51.0,450.0,5524.0,A scikit-learn compatible neural network library that wraps PyTorch.,61.0,31,True,2023-09-04 10:10:59.000,0.15.0,15.0,skorch,conda-forge/skorch,,"['pytorch', 'sklearn']",,70850.0,1074.0,1074.0,https://pypi.org/project/skorch,,,51400.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,778027.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +243,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,,2014-12-17 18:16:59.000,2024-01-18 13:30:17.000000,2024-01-18 09:03:28,29358.0,482.0,1511.0,184.0,2031.0,19.0,1556.0,4653.0,"mlpack: a fast, header-only C++ machine learning library.",311.0,31,False,2023-11-27 18:45:09.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,6103.0,,,https://pypi.org/project/mlpack,,,2239.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,166192.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +244,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-01-17 22:23:08.000000,2024-01-05 20:03:54,779.0,15.0,370.0,73.0,281.0,58.0,503.0,4407.0,Visualizer for pandas data structures.,30.0,31,True,2024-01-08 14:23:02.000,3.9.0,179.0,dtale,conda-forge/dtale,,"['pandas', 'jupyter']",,95665.0,1014.0,991.0,https://pypi.org/project/dtale,2024-01-05 20:43:17.000,23.0,89701.0,https://anaconda.org/conda-forge/dtale,2024-01-05 22:01:34.870,262423.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +245,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-01-13 11:36:10.000000,2023-11-02 13:49:44,662.0,35.0,822.0,147.0,126.0,124.0,104.0,3905.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,72118.0,2943.0,2893.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,50.0,71477.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,22462.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +246,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,9.0,267.0,47.0,50.0,26.0,94.0,3724.0,A simple command-line utility for querying and monitoring GPU status.,17.0,31,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,762238.0,4727.0,4593.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,134.0,754990.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,275436.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +247,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-01-18 00:32:27.000000,2024-01-17 00:53:36,1401.0,23.0,447.0,53.0,753.0,42.0,458.0,3501.0,NeuralProphet: A simple forecasting package.,51.0,31,True,2023-06-14 22:41:07.000,0.6.2,28.0,neuralprophet,,,['pytorch'],,91497.0,365.0,360.0,https://pypi.org/project/neuralprophet,2023-12-11 20:39:24.000,5.0,91497.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +248,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,1.0,671.0,185.0,737.0,262.0,669.0,3402.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 13:39:07.000,2.1.2,9.0,dyNET,,,,14417.0,380389.0,252.0,252.0,https://pypi.org/project/dyNET,,,380224.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +249,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,426.0,93.0,122.0,72.0,348.0,3210.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,200559.0,1091.0,1031.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,197911.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,103286.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +250,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,5.0,324.0,67.0,75.0,9.0,120.0,2934.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,1056288.0,12118.0,11735.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,383.0,1052201.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,351526.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +251,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-01-16 16:16:45.000000,2024-01-16 16:16:40,1277.0,5.0,272.0,54.0,215.0,51.0,406.0,2903.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,36.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,200779.0,638.0,622.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,178535.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,956510.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +252,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-01-12 19:27:20.000000,2023-04-20 03:41:53,699.0,,244.0,40.0,803.0,71.0,282.0,2719.0,PyTorch extensions for high performance and large scale training.,72.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,['pytorch'],,386893.0,4037.0,3971.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,380361.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,169848.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +253,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-01-16 12:32:17.000000,2024-01-16 12:32:15,1139.0,26.0,229.0,27.0,978.0,98.0,401.0,2660.0,A python library for self-supervised learning on images.,35.0,31,True,2024-01-09 15:13:30.000,1.4.25,112.0,lightly,,,['pytorch'],,22936.0,206.0,200.0,https://pypi.org/project/lightly,2024-01-09 15:32:15.000,6.0,22936.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +254,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-01-18 15:13:24.000000,2024-01-16 14:16:25,791.0,24.0,313.0,40.0,865.0,40.0,250.0,2608.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",42.0,31,True,2023-09-09 13:24:13.000,0.7.0,13.0,python-doctr,,,"['tensorflow', 'pytorch']",2258906.0,77134.0,233.0,230.0,https://pypi.org/project/python-doctr,2023-09-09 13:24:13.000,3.0,12594.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +255,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,2023-11-20 19:06:35.000000,2023-11-20 19:03:21,997.0,5.0,478.0,57.0,135.0,341.0,164.0,2604.0,A high performance implementation of HDBSCAN clustering.,86.0,31,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,['sklearn'],,462384.0,3237.0,3013.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,224.0,416521.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1788688.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +256,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-01-15 04:11:02.000000,2023-12-03 09:09:14,2415.0,69.0,246.0,27.0,1122.0,75.0,224.0,2469.0,Database system for AI-powered apps.,73.0,31,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,['pytorch'],408979.0,40558.0,141.0,141.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,17837.0,,,,3.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,,,,, +257,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-01-18 08:16:49.000000,2024-01-18 01:03:21,5491.0,119.0,699.0,88.0,5690.0,201.0,848.0,2045.0,TFX is an end-to-end platform for deploying production ML pipelines.,181.0,31,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,['tensorflow'],,55352.0,14.0,,https://pypi.org/project/tfx,2023-09-06 22:01:30.000,14.0,55352.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +258,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-01-09 20:25:55.000000,2023-12-13 15:05:30,4135.0,15.0,1075.0,154.0,1085.0,48.0,609.0,1708.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,40.0,arcgis,,,,10206.0,105307.0,37.0,4.0,https://pypi.org/project/arcgis,2023-12-12 19:09:17.000,33.0,105192.0,,,,3.0,,,,,,,,,esridocker/arcgis-api-python-notebook,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,,,,,,,,,, +259,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-01-11 16:41:45.000000,2024-01-11 16:09:25,1799.0,46.0,366.0,52.0,122.0,41.0,421.0,1623.0,Reinforcement Learning environments based on the 1993 game Doom.,53.0,31,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,11781.0,1580.0,233.0,217.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,16.0,1455.0,,,,1.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,,,, +260,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-01-05 01:33:52.000000,2024-01-05 01:33:47,818.0,3.0,320.0,120.0,768.0,205.0,166.0,1446.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",83.0,31,True,2023-05-26 02:36:01.000,0.7.5,30.0,tensorflow-model-optimization,,,['tensorflow'],,572388.0,3461.0,3431.0,https://pypi.org/project/tensorflow-model-optimization,2023-05-26 02:35:42.850,30.0,572388.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +261,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-01-02 10:44:19.000000,2024-01-02 10:44:11,937.0,12.0,427.0,87.0,217.0,49.0,235.0,1395.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,114095.0,2582.0,2216.0,https://pypi.org/project/emcee,2023-02-02 20:53:47.943,366.0,110627.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,319135.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +262,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-01-18 13:06:34.000000,2024-01-17 22:00:17,3754.0,212.0,46.0,164.0,493.0,124.0,371.0,1337.0,Multiplatform plotting library based on Grammar of Graphics.,20.0,31,True,2023-12-28 14:30:03.000,4.2.0,68.0,lets-plot,,,,585.0,21552.0,58.0,56.0,https://pypi.org/project/lets-plot,2023-12-28 13:56:03.000,2.0,21541.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +263,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-01-05 16:10:54.000000,2024-01-05 16:06:48,1120.0,14.0,277.0,44.0,507.0,27.0,182.0,1217.0,ARCH models in Python.,35.0,31,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,245683.0,1427.0,1357.0,https://pypi.org/project/arch,2024-01-05 08:24:51.000,70.0,239247.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,276755.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +264,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-01-17 22:44:14.000000,2024-01-17 22:44:13,10352.0,140.0,223.0,36.0,1418.0,206.0,339.0,1109.0,Computations and statistics on manifolds with geometric structures.,89.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,https://geomstats.github.io/,,,3210.0,93.0,90.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3100.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2094.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +265,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-01-12 17:42:34.000000,2024-01-12 17:42:34,922.0,6.0,214.0,59.0,98.0,44.0,173.0,979.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,['tensorflow'],,609239.0,1658.0,1602.0,https://pypi.org/project/tensorflow-transform,2023-08-11 23:14:04.000,56.0,609239.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +266,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-01-10 20:18:05.000000,2023-12-22 10:07:46,641.0,18.0,93.0,23.0,492.0,315.0,397.0,878.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",45.0,31,True,2023-12-22 11:53:13.000,0.9.1,63.0,hvplot,conda-forge/hvplot,,,,147852.0,4354.0,4251.0,https://pypi.org/project/hvplot,2023-12-22 11:53:13.000,103.0,135862.0,https://anaconda.org/conda-forge/hvplot,2023-12-22 17:00:16.835,515589.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +267,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-01-01 17:28:43.000000,2023-11-06 00:17:47,493.0,5.0,123.0,33.0,127.0,27.0,74.0,855.0,Python bindings and utilities for GeoJSON.,56.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,1268816.0,17530.0,16264.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,1266.0,1198304.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,775635.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +268,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2024-01-18 08:14:04.000000,2024-01-17 19:40:34,161886.0,2236.0,85.0,52.0,2007.0,105.0,282.0,667.0,TensorFlow ROCm port.,4541.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,['tensorflow'],21.0,4540.0,6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,4540.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +269,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2023-12-15 12:50:52.000000,2023-12-15 12:50:52,282.0,5.0,107.0,24.0,52.0,35.0,56.0,464.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,31,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,1579322.0,18075.0,17710.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,365.0,1560468.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,735310.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +270,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,1.0,2060.0,287.0,3401.0,54.0,1494.0,10390.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,['pytorch'],,2697.0,26.0,21.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,2697.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +271,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-01-18 00:57:11.000000,2024-01-18 00:57:11,2883.0,30.0,2060.0,194.0,407.0,190.0,471.0,8623.0,FinRL: Financial Reinforcement Learning.,109.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,1146.0,29.0,29.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1146.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +272,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2023-09-25 05:14:24.000000,2023-08-26 12:04:19,383.0,,2112.0,288.0,96.0,295.0,446.0,8240.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,,,903192.0,18173.0,1546.0,1528.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,18.0,4923.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6783.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +273,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-01-16 11:42:55.000000,2024-01-16 11:38:26,1130.0,24.0,1194.0,146.0,156.0,225.0,1223.0,7988.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,134.0,30,False,2023-10-31 20:06:30.000,0.7.5,17.0,pytorch3d,pytorch3d/pytorch3d,,['pytorch'],,7490.0,698.0,687.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,11.0,3903.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,179381.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +274,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-01-16 23:12:52.000000,2024-01-12 17:25:39,1163.0,19.0,1251.0,102.0,623.0,673.0,517.0,7807.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,3.0,,conda-forge/nvidia-apex,,['pytorch'],,4640.0,2214.0,2214.0,,,,,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,180972.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +275,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-01-16 18:09:33.000000,2024-01-12 14:18:21,356.0,2.0,1455.0,135.0,128.0,12.0,313.0,7253.0,A Python implementation of global optimization with gaussian processes.,43.0,30,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,141.0,218693.0,2446.0,2328.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,118.0,218692.0,,,,2.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,,,, +276,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-01-17 12:49:23.000000,2024-01-08 16:00:44,153.0,1.0,1051.0,195.0,97.0,148.0,290.0,5741.0,Official Kaggle API.,37.0,30,True,2024-01-12 17:08:06.000,1.6.3,63.0,kaggle,conda-forge/kaggle,,,,193011.0,403.0,21.0,https://pypi.org/project/kaggle,2024-01-12 17:08:06.000,382.0,189454.0,https://anaconda.org/conda-forge/kaggle,2024-01-13 06:37:32.066,142319.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +277,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-01-18 05:40:56.000000,2024-01-12 05:25:21,1555.0,44.0,821.0,144.0,1459.0,326.0,398.0,4903.0,Simple and Distributed Machine Learning.,115.0,30,True,2023-11-27 22:05:20.000,1.0.2,42.0,synapseml,,,,,141913.0,3.0,,https://pypi.org/project/synapseml,2023-11-27 22:05:20.000,3.0,141913.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +278,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,661.0,89.0,206.0,138.0,356.0,4525.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,30,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,583891.0,1380.0,1330.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,581536.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,169562.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +279,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-01-12 17:02:04.000000,2024-01-12 17:02:04,587.0,25.0,711.0,80.0,321.0,87.0,311.0,4522.0,Uplift modeling and causal inference with machine learning algorithms.,59.0,30,True,2023-08-28 06:52:12.000,0.14.1,22.0,causalml,,,,,72367.0,177.0,176.0,https://pypi.org/project/causalml,2023-08-28 06:52:12.000,1.0,72367.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +280,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-01-18 08:20:03.000000,2024-01-16 09:28:27,2145.0,4.0,263.0,45.0,2115.0,309.0,645.0,4481.0,Aim An easy-to-use & supercharged open-source experiment tracker.,59.0,30,True,2023-10-04 15:24:14.000,4.0.3,875.0,aim,conda-forge/aim,,,,53482.0,429.0,412.0,https://pypi.org/project/aim,2024-01-17 20:08:39.000,17.0,52103.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,41375.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +281,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-01-13 14:59:12.000000,2022-09-24 16:20:26,585.0,,875.0,93.0,208.0,102.0,437.0,4359.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,['pandas'],,89919.0,3620.0,3570.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,50.0,89191.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,19675.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +282,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2023-11-28 14:54:27.704000,2023-11-13 07:19:19,1344.0,2.0,375.0,71.0,366.0,97.0,460.0,4126.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,30,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,27608.0,2904.0,2794.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,110.0,27436.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4497.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +283,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-01-15 15:11:43.000000,2024-01-15 15:11:42,1441.0,25.0,751.0,75.0,1765.0,290.0,624.0,4014.0,Probabilistic time series modeling in Python.,111.0,30,True,2023-12-07 09:10:45.000,0.14.3,107.0,gluonts,anaconda/gluonts,,['mxnet'],,158286.0,16.0,,https://pypi.org/project/gluonts,2023-12-07 09:10:45.000,16.0,158261.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,694.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +284,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2023-12-19 14:36:53.000000,2023-12-19 14:36:52,3303.0,29.0,522.0,120.0,367.0,75.0,733.0,3900.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,59348.0,358.0,309.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,49.0,57664.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,42120.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +285,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-01-17 08:50:23.000000,2024-01-17 08:40:34,1084.0,13.0,345.0,60.0,1338.0,122.0,172.0,3792.0,A Python toolbox for performing gradient-free optimization.,53.0,30,True,2023-11-19 06:44:47.000,1.0.1,46.0,nevergrad,conda-forge/nevergrad,,,,49842.0,636.0,603.0,https://pypi.org/project/nevergrad,2023-11-19 06:44:47.000,33.0,48818.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,45076.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +286,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-01-17 23:00:03.000000,2024-01-12 17:22:41,15339.0,52.0,493.0,70.0,3374.0,839.0,1541.0,3758.0,cuML - RAPIDS Machine Learning Library.,168.0,30,True,2023-12-06 19:20:46.000,23.12.00,36.0,cuml,,,,,1818.0,6.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,6.0,1818.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +287,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,2023-11-06 09:55:37.480000,2023-10-04 07:40:23,3656.0,,474.0,100.0,1043.0,254.0,368.0,3521.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2023-10-17 15:07:51.000,0.12.42,110.0,bqplot,conda-forge/bqplot,,['jupyter'],,135196.0,175.0,53.0,https://pypi.org/project/bqplot,2023-10-17 15:07:51.000,105.0,104091.0,https://anaconda.org/conda-forge/bqplot,2023-11-06 09:55:37.480,1250878.0,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,2023-10-17 10:48:26.195,17.0,2676.0,,,,,,,,,,,,,,, +288,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,1.0,602.0,78.0,227.0,76.0,404.0,3358.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,670.0,162538.0,1266.0,1227.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,39.0,148507.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,560199.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +289,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-01-17 17:57:36.000000,2024-01-10 09:28:24,484.0,14.0,485.0,35.0,501.0,6.0,,3340.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,37.0,30,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,20838.0,94749.0,864.0,852.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,12.0,92196.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,52884.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +290,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-01-18 00:08:43.000000,2023-12-11 18:09:03,3827.0,6.0,504.0,60.0,879.0,320.0,966.0,3332.0,A highly efficient implementation of Gaussian Processes in PyTorch.,127.0,30,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,['pytorch'],,146397.0,1876.0,1788.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,88.0,143169.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,142065.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +291,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-01-15 18:57:15.000000,2024-01-15 18:56:17,468.0,5.0,729.0,119.0,118.0,58.0,368.0,2889.0,"Hidden Markov Models in Python, with scikit-learn like API.",46.0,30,True,2023-04-18 18:59:00.534,0.3.0,12.0,hmmlearn,conda-forge/hmmlearn,,['sklearn'],,205808.0,2383.0,2239.0,https://pypi.org/project/hmmlearn,2023-04-18 18:59:00.534,144.0,200705.0,https://anaconda.org/conda-forge/hmmlearn,2023-10-07 20:19:04.855,204153.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +292,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-01-18 03:55:55.000000,2024-01-18 03:33:23,7183.0,502.0,338.0,75.0,8344.0,148.0,316.0,2702.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",108.0,30,True,2024-01-10 15:46:07.000,0.27.0,477.0,determined,,https://docs.determined.ai,"['pytorch', 'tensorflow']",8057.0,17824.0,4.0,,https://pypi.org/project/determined,2024-01-17 17:42:47.000,4.0,17645.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +293,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2023-12-18 14:37:02.000000,2023-11-11 12:54:41,2661.0,13.0,345.0,36.0,510.0,49.0,213.0,2646.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",61.0,30,True,2023-09-11 23:15:50.000,0.3.9,46.0,textattack,conda-forge/textattack,,,,5050.0,233.0,228.0,https://pypi.org/project/textattack,2023-09-11 23:15:50.000,5.0,4875.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7013.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +294,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-01-17 16:23:03.000000,2023-12-11 13:43:52,1053.0,33.0,443.0,126.0,142.0,192.0,247.0,2585.0,PYthon svg GrAph plotting Library.,77.0,30,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,287623.0,637.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,637.0,284554.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,36829.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +295,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-01-17 02:56:33.000000,2023-12-27 07:53:06,1445.0,98.0,200.0,49.0,240.0,154.0,154.0,1984.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",40.0,30,True,2023-12-27 07:54:37.000,0.33.0,168.0,graphistry,,,['jupyter'],,3218.0,113.0,107.0,https://pypi.org/project/graphistry,2023-12-27 07:54:37.000,6.0,3218.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +296,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-01-01 10:51:44.000000,2023-12-11 16:17:44,517.0,12.0,433.0,88.0,101.0,82.0,258.0,1900.0,bt - flexible backtesting for Python.,31.0,30,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,6405.0,1619.0,1591.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,28.0,5796.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,20114.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +297,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-01-15 11:08:08.000000,2024-01-04 11:41:58,2445.0,5.0,435.0,75.0,1259.0,143.0,682.0,1781.0,Gaussian processes in TensorFlow.,84.0,30,True,2023-08-09 09:23:26.000,2.9.0,48.0,gpflow,conda-forge/gpflow,,['tensorflow'],,43493.0,646.0,609.0,https://pypi.org/project/gpflow,2023-08-09 09:23:26.000,37.0,43130.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,24715.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +298,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2023-12-31 19:11:58.314000,2023-12-31 15:46:16,440.0,30.0,282.0,59.0,100.0,22.0,99.0,1706.0,ffn - a financial function library for Python.,32.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,181470.0,448.0,417.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,31.0,181274.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6497.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +299,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-01-15 17:42:53.000000,2024-01-15 17:42:53,1589.0,4.0,281.0,54.0,137.0,79.0,182.0,1693.0,"CUDA integration for Python, plus shiny features.",81.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,37176.0,2820.0,2596.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,224.0,29126.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,273719.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +300,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-01-11 00:02:53.000000,2024-01-11 00:02:53,859.0,52.0,105.0,22.0,342.0,92.0,210.0,1626.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,45.0,30,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,['jax'],,54399.0,430.0,378.0,https://pypi.org/project/equinox,2024-01-10 21:26:20.000,52.0,54399.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +301,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-01-09 11:14:48.000000,2023-12-15 11:14:27,1110.0,16.0,170.0,21.0,144.0,42.0,123.0,1603.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2023-11-24 08:30:29.000,0.34.1,35.0,audiomentations,,,,,19062.0,412.0,412.0,https://pypi.org/project/audiomentations,,,19062.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +302,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-01-08 15:06:52.000000,2024-01-08 15:03:19,1840.0,10.0,269.0,45.0,269.0,58.0,192.0,1469.0,TensorLy: Tensor Learning in Python.,66.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,15607.0,603.0,551.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,52.0,10265.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363294.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +303,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-01-15 09:58:06.763000,2024-01-13 15:45:51,1242.0,17.0,135.0,30.0,103.0,33.0,246.0,1465.0,Statistical package in Python based on Pandas.,43.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,58829.0,1758.0,1684.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,56230.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,111784.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +304,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,6.0,162.0,32.0,245.0,,,1307.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2023-12-19 07:41:39.000,1.3.4,76.0,spacy-transformers,conda-forge/spacy-transformers,,['spacy'],,157665.0,1491.0,1446.0,https://pypi.org/project/spacy-transformers,2023-12-19 07:15:13.000,45.0,156650.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,26405.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +305,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-01-18 07:34:54.000000,2024-01-13 17:55:32,1525.0,17.0,162.0,18.0,777.0,106.0,438.0,1229.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,30,True,2023-09-18 03:57:15.000,0.26.0,59.0,pyjanitor,conda-forge/pyjanitor,,,,44608.0,549.0,529.0,https://pypi.org/project/pyjanitor,2023-09-18 03:57:09.000,20.0,41934.0,https://anaconda.org/conda-forge/pyjanitor,2023-06-16 16:12:04.304,187196.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +306,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-01-12 13:30:48.000000,2024-01-02 19:45:00,3278.0,6.0,242.0,48.0,350.0,72.0,263.0,1009.0,"OpenCL integration for Python, plus shiny features.",95.0,30,True,2023-10-12 23:06:24.000,2023.1.4,94.0,pyopencl,conda-forge/pyopencl,,,,58837.0,1980.0,1774.0,https://pypi.org/project/pyopencl,2023-10-12 23:06:24.000,206.0,36200.0,https://anaconda.org/conda-forge/pyopencl,2023-10-13 14:22:03.075,973418.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +307,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2023-12-31 16:49:29.000000,2023-12-27 09:35:50,3706.0,45.0,324.0,66.0,681.0,33.0,525.0,812.0,The Classical Language Toolkit.,120.0,30,True,2023-12-27 08:38:23.000,1.2.1,211.0,cltk,,,,50.0,1267.0,295.0,253.0,https://pypi.org/project/cltk,2023-12-27 08:38:23.000,42.0,1267.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +308,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-01-17 19:57:13.000000,2023-12-23 04:55:48,1657.0,10.0,283.0,43.0,1294.0,268.0,362.0,681.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2023-12-19 00:59:41.000,0.35.0,42.0,tensorflow-io,,,['tensorflow'],,2039332.0,36.0,,https://pypi.org/project/tensorflow-io,2023-12-19 00:58:11.000,36.0,2039332.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +309,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,11.0,93.0,17.0,193.0,97.0,135.0,633.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,30,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,17000.0,1424894.0,30233.0,29925.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,308.0,1424752.0,https://anaconda.org/anaconda/pysoundfile,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +310,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-01-17 01:49:07.000000,2024-01-02 15:41:05,17069.0,26.0,112.0,27.0,3556.0,503.0,3377.0,475.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2023-12-28 17:04:33.000,0.19.5,110.0,datalad,conda-forge/datalad,,,,24569.0,65.0,,https://pypi.org/project/datalad,2023-12-28 17:04:33.000,65.0,14916.0,https://anaconda.org/conda-forge/datalad,2023-12-28 19:33:36.774,415082.0,2.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,2024-01-18 12:24:30.000000,2024-01-11 11:33:24,1854.0,84.0,54.0,18.0,1388.0,33.0,203.0,444.0,The MLOps stack component for experiment tracking.,54.0,30,True,2023-12-04 11:00:03.000,1.8.6,197.0,neptune-client,conda-forge/neptune-client,,,,552192.0,49.0,,https://pypi.org/project/neptune-client,2023-12-07 09:56:42.000,49.0,547038.0,https://anaconda.org/conda-forge/neptune-client,2023-12-04 13:15:00.892,226810.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +312,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,2023-12-23 16:12:25.000000,2023-12-23 16:11:39,302.0,5.0,2629.0,138.0,44.0,113.0,131.0,16640.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,29,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,['pytorch'],,23697.0,396.0,390.0,https://pypi.org/project/vit-pytorch,2023-12-23 16:12:25.000,6.0,23697.0,,,,2.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,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4769.0,648.0,372.0,495.0,436.0,15108.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,,,,,955.0,584.0,545.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,39.0,955.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +314,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-01-14 12:24:24.000000,2023-11-21 12:31:47,1957.0,4.0,2254.0,275.0,898.0,226.0,668.0,13280.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,29,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,['pytorch'],392.0,1399.0,22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,1390.0,,,,2.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,2023-12-31 05:42:20.000000,2023-04-19 14:13:08,2404.0,,3342.0,602.0,219.0,42.0,,12357.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,12825.0,1941.0,1876.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,65.0,12825.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +316,pandas-ai,gventuri/pandas-ai,others,,https://github.com/gventuri/pandas-ai,https://github.com/gventuri/pandas-ai,MIT,2023-04-22 12:58:01.000,2024-01-17 16:08:51.000000,2024-01-17 08:25:13,698.0,133.0,806.0,81.0,320.0,168.0,270.0,9485.0,"Chat with your data (CSV, pandas, polars, etc). PandasAI makes data analysis conversational.",59.0,29,True,2024-01-17 08:25:55.000,1.5.16,100.0,pandas-ai,,,,,,2542.0,2542.0,https://pypi.org/project/pandas-ai,,,,,,,2.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,,1840.0,217.0,46.0,96.0,94.0,8901.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'],,113384.0,114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,112681.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,30263.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +318,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-01-18 01:04:39.000000,2024-01-16 17:18:42,2083.0,149.0,810.0,99.0,2324.0,280.0,883.0,6739.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",114.0,29,True,2023-11-30 05:58:09.000,1.0.0,1383.0,autogluon,,https://auto.gluon.ai,"['pytorch', 'sklearn']",,48354.0,9.0,2.0,https://pypi.org/project/autogluon,2024-01-01 09:05:29.000,7.0,48234.0,,,,2.0,,,,,,,,,autogluon/autogluon,https://hub.docker.com/r/autogluon/autogluon,2023-07-26 19:13:58.158186,17.0,6503.0,,,,,,,,,, +319,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,851.0,126.0,38.0,63.0,144.0,5031.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,['pytorch'],,760165.0,2832.0,2786.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,46.0,759844.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14138.0,1.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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,148.0,789.0,141.0,356.0,4687.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,['paddle'],341.0,205978.0,2626.0,2580.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,205971.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +321,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,442.0,42.0,124.0,63.0,154.0,4229.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,,,,84035.0,1052.0,1019.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,83519.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,16006.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +322,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-01-16 19:49:55.000000,2023-12-04 20:15:52,1724.0,48.0,536.0,40.0,777.0,430.0,281.0,3426.0,Time series forecasting with PyTorch.,43.0,29,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,46619.0,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,45284.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,53428.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +323,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,3.0,247.0,65.0,52.0,9.0,,3248.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,29,True,2023-12-29 09:27:05.000,4.6.1,27.0,textdistance,conda-forge/textdistance,,,971.0,360836.0,5616.0,5547.0,https://pypi.org/project/textdistance,2023-12-29 09:26:30.000,69.0,353346.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,508444.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +324,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-01-11 19:32:29.000000,2023-11-13 00:15:46,980.0,1.0,570.0,100.0,333.0,29.0,713.0,3213.0,"Fast, flexible and easy to use probabilistic modelling in Python.",72.0,29,True,2023-09-17 19:03:32.000,0.14.9,73.0,pomegranate,conda-forge/pomegranate,,,,23502.0,1099.0,1040.0,https://pypi.org/project/pomegranate,2023-09-17 19:03:32.000,59.0,20298.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,140979.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,2024-01-18 13:00:01.000000,2023-12-18 12:28:19,1478.0,13.0,227.0,16.0,1703.0,263.0,724.0,3178.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,52.0,29,False,2023-10-11 15:32:25.000,0.17.5,58.0,deepchecks,,,,771.0,33447.0,334.0,328.0,https://pypi.org/project/deepchecks,2023-10-11 15:32:13.000,6.0,33419.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +326,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,35.0,363.0,81.0,63.0,154.0,189.0,3096.0,a library for audio and music analysis.,25.0,29,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,16713.0,457.0,430.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,27.0,8961.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,635735.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +327,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,672.0,110.0,73.0,99.0,123.0,2936.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,['pandas'],,73682.0,10066.0,9893.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,173.0,73682.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +328,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,281.0,34.0,475.0,32.0,30.0,2902.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,['pytorch'],,137657.0,1137.0,1091.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,46.0,137371.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9467.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +329,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-01-15 07:57:11.000000,2024-01-15 07:57:10,2867.0,14.0,962.0,121.0,502.0,58.0,293.0,2519.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,29,False,2023-04-14 13:35:06.415,8.6.1,45.0,ipyparallel,conda-forge/ipyparallel,,['jupyter'],,178689.0,303.0,,https://pypi.org/project/ipyparallel,2023-04-14 13:35:06.415,303.0,168512.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,946496.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +330,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-01-17 22:21:54.000000,2024-01-17 21:34:01,1088.0,27.0,236.0,30.0,410.0,90.0,307.0,2107.0,Scalable and user friendly neural forecasting algorithms.,34.0,29,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,10563.0,100.0,95.0,https://pypi.org/project/neuralforecast,2023-10-05 19:40:30.000,5.0,9993.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,12557.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +331,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2023-10-09 13:43:55.000000,2023-10-09 11:43:56,191.0,,255.0,57.0,69.0,49.0,219.0,1892.0,A Python wrapper for the tesseract-ocr API.,29.0,29,True,2023-10-09 13:43:55.000,2.6.2,19.0,tesserocr,conda-forge/tesserocr,,,78.0,46771.0,1001.0,929.0,https://pypi.org/project/tesserocr,2023-10-09 13:43:55.000,72.0,44236.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,129314.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +332,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2023-12-14 19:31:09.000000,2023-12-14 19:31:09,279.0,2.0,355.0,53.0,77.0,78.0,109.0,1757.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,41.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,['jupyter'],,181864.0,5813.0,5654.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,159.0,180709.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,77417.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +333,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-01-15 09:01:45.000000,2024-01-15 09:01:45,838.0,15.0,374.0,37.0,855.0,164.0,289.0,1720.0,A Python package to assess and improve fairness of machine learning models.,79.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,['sklearn'],,210316.0,32.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,29.0,209512.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,30589.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +334,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,"['keras', 'spark']",,61082.0,77.0,74.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,3.0,60830.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13356.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +335,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-01-12 00:07:56.129000,2024-01-11 02:27:09,192.0,22.0,195.0,32.0,19.0,1.0,83.0,1553.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,29,True,2024-01-11 02:29:14.000,0.1.804,82.0,autoviz,conda-forge/autoviz,,,,310513.0,609.0,602.0,https://pypi.org/project/autoviz,2024-01-11 02:29:14.000,7.0,308935.0,https://anaconda.org/conda-forge/autoviz,2024-01-12 00:07:56.129,45774.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +336,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,174.0,34.0,72.0,19.0,52.0,1417.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,['pytorch'],,1491203.0,2181.0,2166.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,15.0,1490672.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19126.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +337,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-01-16 18:36:31.000000,2024-01-16 18:36:30,1399.0,34.0,275.0,74.0,104.0,34.0,53.0,1227.0,Model analysis tools for TensorFlow.,57.0,29,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,"['tensorflow', 'jupyter']",,72358.0,25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2023-08-14 20:39:41.000,23.0,72358.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +338,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,2023-12-01 20:21:49.000000,2023-11-18 20:02:49,3016.0,7.0,267.0,34.0,37.0,1.0,479.0,1201.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,29,True,2023-11-18 20:03:36.000,0.39.0,205.0,ktrain,,,['tensorflow'],,10127.0,497.0,494.0,https://pypi.org/project/ktrain,2023-11-18 19:59:57.000,3.0,10127.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +339,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,6.0,405.0,52.0,39.0,17.0,139.0,1199.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,314482.0,2431.0,2398.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,33.0,313610.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,39284.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +340,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-01-08 14:46:22.000000,2021-02-12 19:04:59,2079.0,,247.0,41.0,37.0,66.0,590.0,1128.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,,,483.0,70986.0,631.0,597.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,34.0,69563.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,59575.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +341,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-01-16 17:06:38.000000,2024-01-16 17:06:38,1911.0,81.0,290.0,23.0,2198.0,84.0,225.0,1088.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,41.0,29,True,2023-12-28 21:53:33.000,0.33.0,52.0,raiwidgets,,,"['pytorch', 'tensorflow', 'jupyter']",,5060.0,82.0,79.0,https://pypi.org/project/raiwidgets,2023-12-28 21:34:46.000,3.0,5060.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +342,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,,454.0,43.0,176.0,93.0,102.0,1028.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'],,4211770.0,1577.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,1577.0,4179486.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2163052.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +343,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-01-10 16:03:56.000000,2024-01-10 16:03:56,666.0,9.0,101.0,14.0,94.0,71.0,60.0,822.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,880186.0,5344.0,5272.0,https://pypi.org/project/pynndescent,2023-11-20 18:50:25.000,72.0,838890.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1734450.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +344,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-01-18 08:43:14.000000,2024-01-18 04:17:34,1329.0,52.0,122.0,25.0,452.0,10.0,127.0,781.0,A Comparative Framework for Multimodal Recommender Systems.,18.0,29,True,2023-12-12 07:49:26.000,1.18.0,54.0,cornac,conda-forge/cornac,,,,108795.0,206.0,190.0,https://pypi.org/project/cornac,2023-12-12 08:02:04.000,16.0,100824.0,https://anaconda.org/conda-forge/cornac,2023-12-12 18:26:56.153,342770.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +345,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2023-11-14 05:08:49.000000,2023-11-14 05:08:49,1913.0,8.0,225.0,20.0,286.0,47.0,265.0,777.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",44.0,29,True,2023-01-08 01:14:38.679,1.4.7,46.0,salib,conda-forge/salib,,,,139860.0,1093.0,1005.0,https://pypi.org/project/salib,2023-01-08 01:14:38.679,88.0,138205.0,https://anaconda.org/conda-forge/salib,2023-06-16 13:22:11.263,142379.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +346,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-01-08 19:04:03.000000,2024-01-08 19:04:02,943.0,14.0,162.0,48.0,83.0,35.0,144.0,739.0,Library for exploring and validating machine learning data.,26.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,"['tensorflow', 'jupyter']",642.0,170024.0,816.0,786.0,https://pypi.org/project/tensorflow-data-validation,2023-08-14 06:58:23.000,30.0,170014.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +347,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-01-17 14:28:35.000000,2024-01-17 14:27:39,3017.0,83.0,107.0,16.0,253.0,11.0,135.0,731.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,19672.0,224991.0,740.0,,https://pypi.org/project/mpi4py,2023-10-04 09:04:51.000,740.0,165856.0,https://anaconda.org/conda-forge/mpi4py,2023-10-17 08:36:29.714,2288047.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-01-16 21:34:43.000000,2023-12-22 14:48:18,792.0,13.0,72.0,25.0,358.0,111.0,225.0,546.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2023-11-01 18:39:43.000,1.11.0,53.0,geoviews,conda-forge/geoviews,,,,11381.0,892.0,855.0,https://pypi.org/project/geoviews,2023-11-01 16:39:32.000,37.0,6180.0,https://anaconda.org/conda-forge/geoviews,2023-11-02 09:01:15.038,208046.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +349,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-01-05 22:49:00.000000,2024-01-05 22:49:00,224.0,5.0,55.0,13.0,201.0,12.0,186.0,300.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2023-12-14 11:17:15.000,3.8.0,70.0,pystan,conda-forge/pystan,,,,1590580.0,9841.0,9579.0,https://pypi.org/project/pystan,2023-12-14 11:17:15.000,262.0,1556595.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2786797.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +350,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,1.0,38.0,13.0,69.0,7.0,25.0,206.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,29,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,4880524.0,38066.0,37817.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,249.0,4829586.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2037525.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +351,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-01-18 14:16:38.000000,2024-01-18 09:21:01,2174.0,261.0,899.0,109.0,2346.0,145.0,747.0,15548.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",79.0,28,True,2023-12-19 21:43:20.000,1.7.3,61.0,,,,,8807.0,266.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +352,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-01-04 03:54:30.000000,2023-12-28 07:35:14,2224.0,1.0,2736.0,193.0,3603.0,1378.0,3850.0,11721.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,['paddle'],,573.0,1.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,1.0,573.0,,,,3.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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,8.0,1387.0,434.0,50.0,98.0,87.0,10291.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,['tensorflow'],,23383.0,57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,23383.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +354,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,2023-12-04 21:17:36.000000,2022-11-08 22:11:16,98.0,,1765.0,203.0,70.0,107.0,34.0,9736.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,265506.0,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,265506.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +355,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,2023-10-24 19:57:22.000000,2023-10-24 19:51:03,547.0,1.0,1168.0,167.0,427.0,58.0,469.0,7959.0,Automatic extraction of relevant features from time series:.,91.0,28,True,2023-06-14 21:34:06.791,0.20.1,30.0,tsfresh,conda-forge/tsfresh,,['sklearn'],,217109.0,98.0,21.0,https://pypi.org/project/tsfresh,2023-06-14 21:34:06.791,77.0,186898.0,https://anaconda.org/conda-forge/tsfresh,2023-07-30 07:29:21.371,1329293.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +356,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,,909.0,268.0,98.0,82.0,81.0,7283.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,['jupyter'],,208118.0,219.0,211.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,208118.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +357,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,,1639.0,461.0,698.0,33.0,441.0,7270.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,28,True,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,['tensorflow'],1993.0,1373.0,40.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,40.0,1351.0,,,,2.0,5.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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1303.0,175.0,46.0,75.0,236.0,6675.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'],,59382.0,33.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,12.0,59382.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +359,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,,1582.0,624.0,2111.0,464.0,1338.0,6332.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",123.0,28,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,3.0,1387.0,59.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,38.0,1387.0,,,,3.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,,,,,, +360,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,2023-06-16 19:20:32.486000,2023-01-31 19:40:04,3203.0,,1394.0,190.0,783.0,39.0,423.0,6004.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",131.0,28,True,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,['tensorflow'],,1075.0,593.0,581.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,903.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7428.0,2.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,2023-02-03 18:46:00.371000,2023-01-19 00:37:33,900.0,,1231.0,154.0,950.0,63.0,782.0,5698.0,Gluon CV Toolkit.,119.0,28,True,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,['mxnet'],,37530.0,82.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,61.0,37530.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,,1368.0,207.0,158.0,44.0,227.0,5464.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'],,2538.0,789.0,735.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,54.0,2538.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,2023-12-05 10:04:41.000000,2022-08-06 21:47:18,182.0,,410.0,69.0,58.0,86.0,55.0,4211.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,,,,,107746.0,1054.0,1050.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,4.0,107746.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +364,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,2023-12-29 12:20:18.000000,2023-11-11 01:23:34,523.0,1.0,709.0,176.0,80.0,8.0,277.0,4118.0,A python wrapper for Alpha Vantage API for financial data.,42.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,20782.0,500.0,468.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,20611.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6185.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,,971.0,218.0,408.0,140.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,,,,,1648.0,1289.0,1029.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,260.0,1648.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +366,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2023-06-16 13:24:02.087000,2023-02-26 20:07:33,189.0,,455.0,73.0,37.0,9.0,121.0,3743.0,Missing data visualization module for Python.,18.0,28,True,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,306139.0,14661.0,14518.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,143.0,302072.0,https://anaconda.org/conda-forge/missingno,2023-06-16 13:24:02.087,317288.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +367,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,2023-12-02 01:21:07.000000,2023-11-10 07:34:11,445.0,8.0,521.0,112.0,84.0,18.0,100.0,3336.0,Module for automatic summarization of text documents and HTML pages.,30.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,49676.0,2533.0,2423.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,110.0,49442.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7281.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +368,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-01-16 17:06:59.000000,2024-01-15 19:26:42,1148.0,37.0,457.0,60.0,690.0,1.0,506.0,3311.0,On-device wake word detection powered by deep learning.,37.0,28,True,2023-11-16 19:28:06.000,3.0.1,33.0,pvporcupine,,,,,4401.0,39.0,26.0,https://pypi.org/project/pvporcupine,2023-11-16 19:28:06.000,13.0,4401.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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,399.0,47.0,1084.0,6.0,353.0,3201.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,['pytorch'],,49145.0,1094.0,1056.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,38.0,49145.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +370,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-01-10 22:28:30.000000,2023-09-10 15:15:16,1059.0,,234.0,62.0,112.0,6.0,266.0,3083.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,964.0,10369.0,505.0,496.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,10353.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +371,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-01-08 10:33:13.792000,2024-01-08 08:58:52,1140.0,9.0,372.0,45.0,64.0,139.0,462.0,2865.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",25.0,28,True,2024-01-08 09:09:11.000,1.1.2,85.0,mljar-supervised,conda-forge/mljar-supervised,,,,4726.0,101.0,99.0,https://pypi.org/project/mljar-supervised,2024-01-08 09:06:58.000,2.0,4328.0,https://anaconda.org/conda-forge/mljar-supervised,2024-01-08 10:33:13.792,12365.0,2.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-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,2.0,325.0,47.0,120.0,60.0,135.0,2727.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,118885.0,1042.0,1018.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,117188.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,64519.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +373,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-01-11 17:20:15.000000,2023-12-08 10:06:07,1517.0,39.0,307.0,39.0,317.0,36.0,146.0,2558.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,35.0,28,True,2023-12-08 10:36:46.000,2.4.1,37.0,shapash,,,['jupyter'],,4760.0,140.0,138.0,https://pypi.org/project/shapash,2023-12-08 10:36:46.000,2.0,4760.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,,304.0,66.0,14.0,28.0,46.0,2200.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,298311.0,10035.0,9830.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,205.0,298311.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-01-17 22:17:30.000000,2023-12-02 08:46:41,671.0,1.0,400.0,42.0,60.0,19.0,269.0,1820.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,,,,33331.0,1370.0,1348.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,32585.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,29861.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +376,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,2023-11-29 06:22:47.000000,2023-11-29 06:22:42,364.0,2.0,251.0,48.0,311.0,232.0,184.0,1704.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,42.0,28,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,['tensorflow'],,339942.0,286.0,285.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,339942.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +377,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-01-18 13:33:02.000000,2024-01-18 13:30:53,1470.0,135.0,317.0,29.0,1510.0,130.0,100.0,1629.0,Pytorch domain library for recommendation systems.,199.0,28,True,2023-10-05 17:21:59.000,0.5.0,77.0,torchrec-nightly-cpu,,,,,138.0,84.0,84.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,138.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +378,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-01-05 22:24:44.000000,2024-01-05 21:45:10,703.0,6.0,299.0,43.0,353.0,66.0,203.0,1541.0,Training PyTorch models with differential privacy.,74.0,28,True,2023-03-24 16:01:05.890,1.4.0,20.0,opacus,conda-forge/opacus,,['pytorch'],106.0,42748.0,735.0,716.0,https://pypi.org/project/opacus,2022-05-06 09:43:18.000,19.0,42219.0,https://anaconda.org/conda-forge/opacus,2023-06-18 08:40:32.992,12667.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +379,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-01-14 19:29:09.000000,2024-01-09 16:58:03,1445.0,131.0,65.0,17.0,269.0,24.0,51.0,1292.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",27.0,28,True,2024-01-09 16:59:59.122,2.8.15,103.0,usearch,,,,860.0,48243.0,54.0,43.0,https://pypi.org/project/usearch,2024-01-09 17:27:36.000,3.0,40795.0,,,,3.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-01-09 16:59:59.122,8.0,7336.0,unum/usearch,https://hub.docker.com/r/unum/usearch,2024-01-09 16:59:41.492259,1.0,58.0,,,,,,,,,, +380,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,2023-11-26 03:27:34.000000,2020-10-14 13:22:39,167.0,,336.0,71.0,86.0,27.0,26.0,1191.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,23973.0,1418.0,1274.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,144.0,23610.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,25818.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +381,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2023-12-24 14:31:48.000000,2023-06-06 09:46:40,415.0,,325.0,39.0,300.0,23.0,200.0,1183.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,43537.0,346.0,332.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,14.0,43537.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-01-11 20:36:11.000000,2023-12-21 17:09:15,394.0,8.0,177.0,25.0,31.0,3.0,129.0,1163.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,['sklearn'],,98553.0,491.0,481.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,10.0,98201.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17642.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-01-06 21:01:38.000000,2024-01-06 21:00:20,484.0,14.0,106.0,23.0,323.0,29.0,255.0,1098.0,Extra blocks for scikit-learn pipelines.,62.0,28,True,2023-12-12 20:03:47.000,0.7.0,43.0,scikit-lego,conda-forge/scikit-lego,,['sklearn'],,30694.0,136.0,128.0,https://pypi.org/project/scikit-lego,2023-12-12 19:57:11.000,8.0,29659.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,45545.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +384,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-01-10 09:27:27.000000,2023-08-01 13:02:51,2070.0,,214.0,42.0,583.0,83.0,431.0,950.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,28,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,63595.0,48.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,48.0,63061.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18172.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +385,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,2023-06-27 23:50:02.000000,2023-03-24 22:04:13,811.0,,246.0,41.0,502.0,271.0,253.0,873.0,Scalable Machine Learning with Dask.,77.0,28,True,2023-03-24 22:06:04.422,2023.3.24,35.0,dask-ml,conda-forge/dask-ml,,,,185327.0,1012.0,938.0,https://pypi.org/project/dask-ml,2023-03-24 22:06:04.422,74.0,174749.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,793416.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +386,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-01-17 23:42:28.000000,2023-11-16 16:35:47,16528.0,16.0,359.0,44.0,1608.0,278.0,2954.0,833.0,An open-source application for biological image analysis.,143.0,28,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,6437.0,622.0,21.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,1.0,569.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +387,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-01-08 13:33:30.000000,2024-01-08 13:19:20,1302.0,3.0,149.0,50.0,56.0,22.0,65.0,816.0,Computer Vision in Python.,34.0,28,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,16974.0,1320.0,1192.0,https://pypi.org/project/mahotas,2022-06-28 08:11:26.000,128.0,7878.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,391158.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +388,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-01-17 22:12:37.000000,2023-12-31 13:58:59,2670.0,218.0,94.0,10.0,509.0,17.0,91.0,781.0,Time series forecasting with scikit-learn models.,9.0,28,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,['sklearn'],,46446.0,239.0,233.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,6.0,46446.0,,,,2.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-01-05 18:26:12.000000,2023-10-12 07:20:40,1894.0,,898.0,220.0,454.0,57.0,264.0,14763.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,,,,31440.0,,,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,31037.0,,,,2.0,,,,,,,,,remnux/ciphey,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,14.0,21800.0,,,,,,,,,, +390,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,,1137.0,179.0,213.0,23.0,533.0,8440.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,27,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,8469.0,235.0,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +391,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,352.0,79.0,48.0,231.0,7868.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,30960.0,1550.0,691.0,665.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,1148.0,,,,3.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,,,,,,, +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,,1500.0,131.0,51.0,155.0,141.0,7645.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,['pytorch'],3631598.0,213412.0,44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,134465.0,,,,2.0,5.0,,,,,,,,,,,,,,,,,,,,,, +393,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,,1351.0,348.0,14.0,42.0,65.0,6261.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,17975.0,1323.0,1281.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,42.0,17975.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +394,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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,977.0,146.0,93.0,75.0,305.0,6103.0,A Python scikit for building and analyzing recommender systems.,45.0,27,True,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,145515.0,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,137216.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,348568.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +395,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,1.0,1156.0,213.0,91.0,194.0,120.0,5556.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,27,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,8919.0,440.0,421.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,19.0,8919.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +396,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-01-18 09:43:40.000000,2024-01-16 12:00:49,13645.0,488.0,1559.0,142.0,3546.0,811.0,1053.0,5355.0,An Industrial Grade Federated Learning Framework.,100.0,27,True,2023-12-31 15:27:11.000,2.0.0,48.0,ETAF,,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +397,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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,275.0,438.0,221.0,329.0,4804.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'],16.0,292.0,344.0,304.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,40.0,292.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +398,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-01-10 22:04:02.000000,2023-10-05 16:17:35,6152.0,,513.0,154.0,1903.0,300.0,1327.0,4328.0,ArrayFire: a general purpose GPU library.,88.0,27,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,5206.0,769.0,7.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,7.0,719.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +399,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,953.0,144.0,30.0,46.0,77.0,4168.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,,,,163340.0,8016.0,7826.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,190.0,162942.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13559.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +400,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,2023-08-21 13:36:56.000000,2021-05-10 18:34:53,57.0,,405.0,39.0,55.0,118.0,43.0,3913.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'],,124866.0,12454.0,12335.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,119.0,124866.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +401,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,283.0,226.0,11.0,356.0,3861.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,"['tensorflow', 'spark']",,563777.0,5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,563353.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20803.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +402,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-01-03 16:45:49.000000,2024-01-03 16:44:47,1195.0,3.0,400.0,83.0,54.0,57.0,202.0,3306.0,A library of reinforcement learning components and agents.,84.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,['tensorflow'],,1171.0,187.0,184.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,960.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8051.0,2.0,,,google-deepmind/acme,,,,,,,,,,,,,,,,,,,, +403,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,,455.0,83.0,245.0,61.0,154.0,3023.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,75.0,34662.0,171.0,169.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,34661.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +404,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,412.0,64.0,932.0,315.0,745.0,2838.0,StellarGraph - Machine Learning on Graphs.,36.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,['tensorflow'],,4385.0,256.0,248.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,8.0,4385.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +405,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-01-18 14:32:47.000000,2024-01-17 12:19:07,512.0,15.0,506.0,34.0,689.0,66.0,582.0,2780.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",66.0,27,True,2024-01-09 12:13:07.000,hazelnut_toy_dataset,28.0,anomalib,,,,5407.0,7907.0,46.0,45.0,https://pypi.org/project/anomalib,2024-01-09 12:13:29.000,1.0,7691.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +406,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,8.0,264.0,52.0,19.0,34.0,97.0,2759.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,55753.0,1961.0,1941.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,20.0,54985.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,26913.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +407,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,2023-09-26 21:01:12.000000,2023-09-26 21:01:10,548.0,,469.0,97.0,43.0,82.0,240.0,2697.0,Learning to Rank in TensorFlow.,33.0,27,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,['tensorflow'],,81462.0,13.0,,https://pypi.org/project/tensorflow_ranking,2023-08-11 17:56:48.000,13.0,81462.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +408,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,2023-12-27 10:07:19.000000,2023-12-27 10:07:15,3503.0,46.0,330.0,154.0,1163.0,20.0,59.0,2670.0,Neural Network Libraries.,73.0,27,True,2023-12-07 00:57:13.000,1.38.0,73.0,nnabla,,,,907.0,2196.0,,,https://pypi.org/project/nnabla,,,2185.0,,,,3.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,2024-01-10 03:27:56.000000,2024-01-10 03:27:56,1503.0,40.0,593.0,44.0,28.0,1.0,368.0,2663.0,An Open Toolkit for Knowledge Graph Extraction and Construction published at EMNLP2022 System Demonstrations.,31.0,27,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,['pytorch'],,424.0,20.0,20.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,424.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +410,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2023-11-09 09:05:16.000000,2023-11-09 09:05:15,1698.0,2.0,413.0,45.0,350.0,32.0,345.0,2599.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",33.0,27,True,2022-04-02 15:26:45.000,3.3.3,70.0,foolbox,conda-forge/foolbox,,,,1790.0,564.0,550.0,https://pypi.org/project/foolbox,2022-04-02 15:26:45.000,14.0,1491.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12560.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +411,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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,6.0,597.0,179.0,75.0,23.0,560.0,2543.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,,,,28828.0,28.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,28.0,28122.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38133.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +412,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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,282.0,67.0,59.0,26.0,39.0,2372.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'],,429450.0,4421.0,4343.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,78.0,427298.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,167878.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +413,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Apache-2.0,2019-02-26 10:10:56.000,2024-01-17 00:27:54.000000,2023-11-13 15:09:34,648.0,4.0,238.0,47.0,634.0,136.0,224.0,2253.0,Algorithms for explaining machine learning models.,19.0,27,True,2023-07-07 14:10:27.000,0.9.4,31.0,alibi,,,,,16244.0,575.0,549.0,https://pypi.org/project/alibi,2023-07-07 14:10:05.734,26.0,16244.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +414,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,,328.0,80.0,55.0,161.0,68.0,2226.0,Multilingual text (NLP) processing toolkit.,26.0,27,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,51967.0,1254.0,1161.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,93.0,51967.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +415,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,65.0,38.0,96.0,160.0,2163.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,True,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,['tensorflow'],,10124.0,356.0,332.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,24.0,10124.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +416,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,92.0,124.0,33.0,230.0,2146.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,,,,33413.0,1758.0,1643.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,115.0,31696.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,137361.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +417,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2023-12-06 14:39:14.000000,2023-08-22 16:20:29,468.0,,386.0,63.0,151.0,13.0,91.0,2079.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2023-08-07 19:52:09.000,3.2.5,21.0,pytextrank,,,,,39605.0,576.0,559.0,https://pypi.org/project/pytextrank,2023-08-07 19:52:09.000,17.0,39605.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +418,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Apache-2.0,2019-10-07 13:29:13.000,2024-01-17 07:19:49.000000,2023-11-13 15:09:30,712.0,3.0,202.0,34.0,522.0,134.0,234.0,2007.0,"Algorithms for outlier, adversarial and drift detection.",20.0,27,True,2023-07-07 12:16:02.615,0.11.4,36.0,alibi-detect,,,,,35083.0,413.0,407.0,https://pypi.org/project/alibi-detect,2023-07-07 12:16:02.615,6.0,35083.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +419,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,2023-12-14 21:45:46.000000,2023-12-14 21:45:38,856.0,10.0,432.0,62.0,319.0,113.0,92.0,1842.0,Library for training machine learning models with privacy for training data.,58.0,27,True,2023-10-11 15:51:39.000,0.8.12,30.0,tensorflow-privacy,,,['tensorflow'],133.0,14747.0,14.0,,https://pypi.org/project/tensorflow-privacy,2023-10-11 15:51:39.000,14.0,14745.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +420,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-01-18 04:25:53.000000,2024-01-16 11:19:07,1718.0,226.0,118.0,29.0,124.0,18.0,20.0,1751.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2023-09-10 04:20:57.000,0.4.168,144.0,labml,,,,,2221.0,129.0,123.0,https://pypi.org/project/labml,2023-09-10 04:20:57.000,6.0,2221.0,,,,3.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,,207.0,36.0,1081.0,25.0,496.0,1726.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,['pytorch'],,2241.0,264.0,261.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,3.0,1658.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,16911.0,2.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,,,, +422,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-01-15 10:01:49.000000,2023-12-20 09:16:24,3727.0,23.0,259.0,28.0,548.0,90.0,672.0,1580.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,74.0,27,True,2023-07-28 14:24:47.000,0.4.0,7.0,avalanche-lib,,,,4.0,749.0,64.0,63.0,https://pypi.org/project/avalanche-lib,2023-07-28 14:24:47.000,1.0,749.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +423,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2023-10-27 06:20:12.000000,2023-10-20 21:52:11,1051.0,1.0,207.0,52.0,201.0,26.0,275.0,1543.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,27,True,2023-09-30 19:50:08.000,0.5.3,10.0,scispacy,,,,,22740.0,822.0,822.0,https://pypi.org/project/scispacy,,,22740.0,,,,2.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,2024-01-18 11:22:15.000000,2024-01-18 11:22:11,6241.0,98.0,263.0,47.0,2502.0,307.0,1349.0,1491.0,cuGraph - RAPIDS Graph Analytics Library.,109.0,27,True,2023-12-06 19:21:19.000,23.12.00,33.0,cugraph,conda-forge/libcugraph,,,,687.0,4.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,2.0,149.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,17755.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +425,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,,318.0,74.0,742.0,54.0,168.0,1477.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,,,,,2341.0,411.0,380.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,31.0,2341.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +426,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,4.0,567.0,107.0,283.0,13.0,300.0,1471.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,27,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,15269.0,148.0,146.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,15214.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4457.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +427,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-01-12 22:30:52.418000,2023-10-05 18:36:18,1029.0,,167.0,18.0,62.0,24.0,322.0,1410.0,PyTorch Extension Library of Optimized Scatter Operations.,28.0,27,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,['pytorch'],,37083.0,84.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,84.0,31556.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,237662.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +428,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,257.0,49.0,184.0,54.0,120.0,1358.0,Metric learning algorithms in Python.,22.0,27,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,['sklearn'],,14393.0,355.0,342.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,13.0,14131.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11039.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +429,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-01-17 13:37:50.000000,2024-01-17 13:37:42,556.0,41.0,396.0,31.0,48.0,13.0,121.0,1337.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,27,False,2023-03-02 15:10:38.000,2.3.1,24.0,minisom,,,,,20735.0,535.0,514.0,https://pypi.org/project/minisom,2023-03-02 15:10:03.003,21.0,20735.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,2023-11-29 23:41:32.898000,2023-11-29 13:48:39,684.0,4.0,157.0,24.0,124.0,2.0,128.0,1318.0,"Extensible, parallel implementations of t-SNE.",11.0,27,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,30855.0,730.0,712.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,18.0,25182.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,232632.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +431,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,262.0,75.0,481.0,38.0,198.0,1291.0,Underthesea - Vietnamese NLP Toolkit.,18.0,27,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,5691.0,10270.0,922.0,895.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,27.0,10199.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +432,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-01-12 01:05:40.000000,2023-12-30 17:46:40,1015.0,10.0,107.0,26.0,114.0,28.0,52.0,1241.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",22.0,27,True,2023-10-05 02:21:28.000,1.4.1,44.0,imodels,,,,,23307.0,64.0,60.0,https://pypi.org/project/imodels,2023-10-05 02:20:48.000,4.0,23307.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +433,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,2023-12-11 14:44:53.000000,2023-12-11 14:44:44,4204.0,4.0,285.0,84.0,640.0,16.0,607.0,1237.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2023-08-01 02:38:24.000,23.07,34.0,pysal,conda-forge/pysal,,,,29215.0,38.0,,https://pypi.org/project/pysal,2023-08-01 02:39:38.000,38.0,16614.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,529279.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +434,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,190.0,42.0,257.0,65.0,212.0,1203.0,Python audio and music signal processing library.,20.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,2191.0,424.0,391.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,2191.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +435,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-01-14 11:20:45.000000,2024-01-14 11:20:42,1044.0,31.0,206.0,24.0,125.0,23.0,186.0,1026.0,Survival analysis built on top of scikit-learn.,18.0,27,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,['sklearn'],,39361.0,426.0,412.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,14.0,36644.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,70648.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +436,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-01-08 08:18:46.000000,2024-01-08 08:17:25,796.0,18.0,110.0,29.0,399.0,67.0,306.0,974.0,BAyesian Model-Building Interface (Bambi) in Python.,36.0,27,True,2023-10-25 02:04:11.000,0.13.0,23.0,bambi,conda-forge/bambi,,,,14430.0,101.0,101.0,https://pypi.org/project/bambi,,,13662.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,28441.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +437,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-01-11 20:59:25.000000,2024-01-11 20:57:41,243.0,38.0,79.0,21.0,84.0,35.0,55.0,545.0,pyspark methods to enhance developer productivity.,24.0,27,True,2023-02-17 21:55:30.000,0.10.0,13.0,quinn,,,['spark'],9.0,833410.0,80.0,74.0,https://pypi.org/project/quinn,2023-02-17 21:54:00.812,6.0,833410.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +438,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4244.0,1257.0,557.0,755.0,2543.0,17423.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,26,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,14327.0,569.0,2.0,2.0,https://pypi.org/project/cntk,,,420.0,,,,3.0,-4.0,,,,,,,,,,,,,,,,,,,,,, +439,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-01-18 05:56:19.967362,,,,738.0,,,548.0,,7469.0,NumPy & SciPy for GPU.,303.0,26,True,2023-12-07 05:15:09.000,12.3.0,138.0,cupy,conda-forge/cupy,,,,91757.0,209.0,,https://pypi.org/project/cupy,2023-12-07 05:15:09.000,209.0,16909.0,https://anaconda.org/conda-forge/cupy,2024-01-12 16:22:08.521,3263173.0,3.0,-12.0,,,,,,,,cupy/cupy,https://hub.docker.com/r/cupy/cupy,2024-01-18 05:56:19.967362,11.0,58923.0,,,,,,,,,, +440,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,609.0,140.0,31.0,66.0,54.0,5496.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1000116.0,1523.0,1475.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,48.0,999683.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18216.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +441,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2023-12-05 20:52:12.000000,2023-11-08 00:58:38,213.0,4.0,293.0,67.0,179.0,22.0,54.0,4858.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,1389.0,100.0,96.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,1389.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +442,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,239.0,215.0,51.0,200.0,4322.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,607.0,52.0,51.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,509.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3248.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +443,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,103.0,617.0,89.0,606.0,4144.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,['sklearn'],,392301.0,86.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,86.0,390508.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,73515.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +444,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,2023-11-02 03:20:32.000000,2023-11-02 03:20:28,249.0,1.0,806.0,51.0,50.0,62.0,106.0,3951.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,26,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,['pytorch'],757763.0,50819.0,1510.0,1491.0,https://pypi.org/project/facenet-pytorch,2021-03-10 01:00:20.000,19.0,35664.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +445,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,2023-10-28 04:01:29.000000,2023-09-01 03:04:11,1137.0,,713.0,62.0,1011.0,162.0,737.0,3895.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'],,4237.0,113.0,111.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,2.0,4237.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +446,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-01-10 12:41:25.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,93.0,48.0,32.0,3436.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,3598.0,83.0,73.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,10.0,3125.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29365.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +447,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-01-16 16:25:33.000000,2023-11-08 16:40:21,1347.0,5.0,336.0,71.0,1250.0,91.0,81.0,3274.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,34.0,26,True,2023-11-08 16:44:23.000,1.0.2,11.0,lit-nlp,conda-forge/lit-nlp,,,,3838.0,26.0,25.0,https://pypi.org/project/lit-nlp,2023-11-08 16:44:23.000,1.0,2174.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,66564.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +448,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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,145.0,237.0,35.0,631.0,3272.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,['tensorflow'],,488.0,434.0,432.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,488.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +449,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-01-10 19:28:44.000000,2024-01-10 18:54:14,456.0,8.0,272.0,48.0,449.0,61.0,252.0,3268.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,39.0,26,True,2024-01-08 18:51:52.000,0.4.10,23.0,hummingbird-ml,conda-forge/hummingbird-ml,,,359.0,8552.0,4.0,,https://pypi.org/project/hummingbird-ml,2024-01-08 18:51:52.000,4.0,7439.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-01-08 20:24:23.326,37572.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +450,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2023-12-18 12:05:47.000000,2023-11-25 05:36:27,4323.0,35.0,557.0,41.0,994.0,198.0,669.0,3035.0,"A unified, comprehensive and efficient recommendation library.",70.0,26,True,2023-11-04 11:23:19.000,1.2.0,10.0,recbole,aibox/recbole,,['pytorch'],,1833.0,2.0,,https://pypi.org/project/recbole,2023-10-31 12:52:34.000,2.0,1718.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4391.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +451,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,1.0,1018.0,218.0,3649.0,415.0,1111.0,2981.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,,,,1659.0,,,,,,,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,128702.0,3.0,,,,,,,,,shogun/shogun,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1504.0,shogun,,,,,,,,, +452,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,2023-06-16 16:09:06.563000,2020-04-27 18:40:41,522.0,,1007.0,167.0,214.0,42.0,146.0,2953.0,Performance analysis of predictive (alpha) stock factors.,25.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,2219.0,687.0,669.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,18.0,1935.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20230.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +453,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,66.0,167.0,164.0,113.0,2706.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,,,,420272.0,90.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,90.0,418439.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,146654.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +454,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,216.0,48.0,481.0,45.0,70.0,2677.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,62.0,15281.0,199.0,196.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,15280.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +455,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,,217.0,65.0,42.0,17.0,23.0,2659.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,,,,80953.0,871.0,866.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,80675.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14222.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +456,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-01-09 13:24:17.000000,2024-01-09 13:23:57,3440.0,6.0,513.0,109.0,339.0,406.0,665.0,2610.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",79.0,26,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,3977.0,575.0,559.0,https://pypi.org/project/essentia,2023-10-27 09:13:56.000,16.0,3977.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +457,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,99.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,26,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,['mxnet'],,71783.0,22.0,,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,71783.0,,,,3.0,-3.0,,,,,,,,,,,,,,,,,,,,,, +458,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-01-04 04:06:44.000000,2023-07-23 14:42:27,191.0,,449.0,38.0,238.0,52.0,277.0,2401.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,['pytorch'],,30590.0,11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,30348.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6067.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +459,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2023-11-17 18:46:16.000000,2022-09-28 17:12:28,249.0,,271.0,27.0,316.0,74.0,37.0,2350.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,26,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,['sklearn'],,15738.0,786.0,785.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,15645.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2722.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +460,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2023-06-01 22:20:25.000000,2023-06-01 22:10:29,1131.0,,335.0,44.0,57.0,66.0,201.0,2315.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,26,True,2023-06-01 22:20:25.000,1.3,34.0,spektral,,,['tensorflow'],,6642.0,264.0,258.0,https://pypi.org/project/spektral,2023-06-01 22:17:00.684,6.0,6642.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +461,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-01-13 14:43:36.000000,2024-01-09 20:57:18,83.0,29.0,310.0,28.0,278.0,41.0,309.0,2263.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,6.0,26,True,2024-01-09 21:16:07.000,0.1.1,19.0,adapter-transformers,,,['huggingface'],,16001.0,21.0,14.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,16001.0,,,,3.0,,,adapter-hub/adapters,,,,,,,,,,,,,,,,,,,, +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,2024-01-11 19:35:27.000000,2023-11-21 19:33:43,419.0,3.0,782.0,93.0,267.0,165.0,95.0,2234.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",70.0,26,True,2022-09-03 03:41:16.000,0.5.0,10.0,aif360,conda-forge/aif360,,,,7246.0,369.0,355.0,https://pypi.org/project/aif360,2022-09-03 03:40:40.010,14.0,7051.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,7830.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +463,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,2023-12-11 14:10:11.000000,2023-12-11 01:57:13,644.0,9.0,236.0,66.0,31.0,60.0,92.0,2170.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,355.0,1213.0,92.0,91.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,1205.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +464,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-01-17 21:16:07.000000,2023-06-01 12:18:23,739.0,,357.0,43.0,43.0,96.0,56.0,2090.0,A modular active learning framework for Python.,20.0,26,True,2024-01-17 21:16:07.000,0.56.4649,507.0,modAL,,,['sklearn'],29.0,147256.0,38.0,27.0,https://pypi.org/project/modAL,2024-01-17 21:16:07.000,11.0,147256.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +465,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,489.0,41.0,24.0,66.0,38.0,2083.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,26,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,['tensorflow'],,45737.0,4590.0,4539.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,45504.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,10985.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +466,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,1.0,275.0,41.0,495.0,172.0,151.0,1712.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,433.0,24235.0,153.0,145.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,24229.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +467,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,,156.0,25.0,81.0,42.0,34.0,1640.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,102995.0,544.0,525.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,102175.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22142.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +468,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-01-18 05:50:06.000000,2024-01-18 03:20:38,790.0,87.0,251.0,47.0,615.0,36.0,63.0,1594.0,A lightweight library for PyTorch training tools and utilities.,108.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,['pytorch'],,5539.0,38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,5539.0,,,,3.0,6.0,,,,,,,,,,,,,,,,,,,,,, +469,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,379.0,89.0,120.0,1555.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,['paddle'],,526.0,52.0,50.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,2.0,526.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +470,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,1.0,259.0,50.0,312.0,99.0,17.0,1496.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,26,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,['tensorflow'],,19191.0,915.0,885.0,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,19191.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +471,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,,263.0,49.0,87.0,22.0,188.0,1474.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,26,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,['sklearn'],,5402.0,510.0,494.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,16.0,5253.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6440.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +472,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-01-08 22:17:52.000000,2023-06-07 07:35:59,3033.0,,118.0,37.0,334.0,11.0,187.0,1413.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,57019.0,284.0,266.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,18.0,57019.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +473,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,,173.0,26.0,36.0,1.0,116.0,1213.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,['sklearn'],,22275.0,1543.0,1510.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,33.0,22275.0,,,,2.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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,144.0,35.0,214.0,109.0,152.0,1209.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,,,,26865.0,482.0,442.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,40.0,16874.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,759335.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +475,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,,238.0,37.0,68.0,54.0,206.0,1200.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,26,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,['tensorflow'],91.0,553.0,116.0,114.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,548.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +476,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,1.0,80.0,34.0,109.0,12.0,18.0,1144.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,['jax'],,966856.0,201.0,199.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,2.0,966856.0,,,,3.0,,,google-deepmind/rlax,,,,,,,,,,,,,,,,,,,, +477,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-01-16 18:20:37.000000,2024-01-16 18:20:35,1996.0,212.0,80.0,18.0,726.0,69.0,175.0,1025.0,"MetricFlow allows you to define, build, and maintain metrics in code.",42.0,26,False,2024-01-13 02:11:53.000,0.204.0,73.0,metricflow,,,,,19748.0,15.0,12.0,https://pypi.org/project/metricflow,2024-01-13 02:06:41.000,3.0,19748.0,,,,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,,,, +478,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,2.0,107.0,21.0,103.0,35.0,73.0,1020.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,300121.0,2043.0,2023.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,20.0,299307.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,33383.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +479,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,2023-11-08 21:55:22.000000,2023-11-08 21:55:22,1142.0,2.0,236.0,62.0,245.0,22.0,346.0,943.0,Search and download Copernicus Sentinel satellite images.,43.0,26,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,262.0,18346.0,567.0,527.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,40.0,17633.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,27753.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +480,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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,913.0,A Jupyter - Three.js bridge.,30.0,26,True,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,['jupyter'],,50666.0,99.0,29.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,58.0,42315.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,519233.0,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,12.0,2708.0,,,,,,,,,,,,,,, +481,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,2023-08-25 16:48:20.000000,2023-04-19 21:43:19,547.0,,174.0,35.0,85.0,88.0,122.0,888.0,A scikit-learn based module for multi-label et. al. classification.,28.0,26,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,['sklearn'],,48337.0,1437.0,1413.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,24.0,48337.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +482,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-01-14 18:53:26.000000,2024-01-14 18:36:42,769.0,14.0,56.0,13.0,124.0,43.0,109.0,880.0,Visualize large time series data with plotly.py.,11.0,26,True,2024-01-14 18:45:33.000,0.9.2,61.0,plotly-resampler,conda-forge/plotly-resampler,,,,373220.0,806.0,795.0,https://pypi.org/project/plotly-resampler,2024-01-14 18:35:43.000,11.0,371837.0,https://anaconda.org/conda-forge/plotly-resampler,2023-12-08 19:11:32.078,33205.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +483,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-01-16 23:12:20.000000,2024-01-16 23:12:19,834.0,12.0,123.0,29.0,85.0,29.0,75.0,577.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,2119.0,52795.0,400.0,376.0,https://pypi.org/project/ml-metadata,2023-08-10 00:37:12.000,24.0,52759.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +484,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-01-18 11:19:03.000000,2024-01-16 07:55:53,560.0,10.0,151.0,31.0,175.0,8.0,98.0,549.0,Machine learning for multivariate data analysis through the Riemannian geometry of symmetric or Hermitian positive..,29.0,26,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],,15609.0,321.0,301.0,https://pypi.org/project/pyriemann,2022-07-17 13:53:18.565,20.0,15351.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,4905.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +485,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-01-17 09:09:39.000000,2023-08-23 17:20:54,1241.0,,152.0,19.0,695.0,25.0,208.0,472.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,5347.0,297.0,280.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,4098.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,71234.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +486,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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,210.0,22.0,17.0,45.0,23.0,423.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,['sklearn'],,199930.0,7588.0,7304.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,284.0,199048.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39710.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +487,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2023-12-26 16:13:16.000000,2023-12-26 16:13:16,6706.0,58.0,143.0,36.0,394.0,37.0,134.0,364.0,Neuroimaging in Python FMRI analysis package.,69.0,26,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,4804.0,270.0,219.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,51.0,3444.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106098.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +488,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2023-12-07 17:31:04.000000,2023-11-15 06:26:56,1617.0,2.0,808.0,148.0,1561.0,114.0,125.0,7865.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,2769.0,135.0,134.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,2769.0,,,,3.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5767.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,,,,3718.0,278.0,121.0,118.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,228.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +490,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,867.0,124.0,63.0,136.0,74.0,4997.0,Image augmentation library in Python for machine learning.,23.0,25,True,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,6769.0,723.0,694.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,29.0,6769.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +491,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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,430.0,60.0,90.0,48.0,88.0,4843.0,Finding duplicate images made easy!.,15.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,['tensorflow'],,12635.0,88.0,83.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,12635.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,2024-01-18 13:51:23.000000,2024-01-18 13:51:22,3409.0,123.0,601.0,94.0,3761.0,296.0,1259.0,4764.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,88.0,25,True,2024-01-03 11:39:27.000,1.33.0,73.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +493,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,658.0,159.0,130.0,83.0,101.0,4594.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'],,453.0,761.0,755.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,453.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +494,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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,993.0,93.0,63.0,250.0,269.0,4520.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,25,False,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,['tensorflow'],,15198.0,28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,15198.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +495,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,,1370.0,350.0,59.0,51.0,,4232.0,Python Algorithmic Trading Library.,11.0,25,True,,,8.0,pyalgotrade,,,,,595.0,202.0,181.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,21.0,595.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +496,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,421.0,41.0,52.0,73.0,174.0,4009.0,An Open-Source Framework for Prompt-Learning.,22.0,25,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,818.0,97.0,95.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,2.0,818.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +497,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,137.0,649.0,66.0,197.0,3852.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,,,,,1334.0,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1334.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +498,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-01-06 08:42:15.000000,2024-01-06 08:37:53,173.0,4.0,445.0,91.0,78.0,65.0,137.0,3329.0,Generate embeddings from large-scale graph-structured data.,31.0,25,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,['pytorch'],167.0,278949.0,3.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,3.0,278947.0,,,,2.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,2023-12-29 19:06:22.000000,2023-10-30 16:34:46,179.0,1.0,367.0,163.0,83.0,87.0,100.0,3080.0,A deep learning library for video understanding research.,55.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,['pytorch'],,117859.0,7.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,7.0,117859.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +500,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,2023-12-09 00:22:24.000000,2023-12-09 00:22:24,2360.0,9.0,680.0,165.0,60.0,7.0,698.0,2999.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,25,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,['tensorflow'],4698.0,908.0,,,,,,,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,60781.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +501,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,2023-12-05 02:50:26.000000,2023-12-04 04:34:26,1573.0,7.0,246.0,42.0,2014.0,3.0,645.0,2908.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,34.0,25,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,2617.0,3134.0,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,3030.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,,469.0,98.0,49.0,59.0,253.0,2779.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,,,888.0,2426.0,703.0,679.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,24.0,2097.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,14965.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +503,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2024-01-10 07:43:27.000000,2023-07-19 07:40:10,212.0,,135.0,29.0,200.0,18.0,73.0,2644.0,HiPlot makes understanding high dimensional data easy.,9.0,25,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,29128.0,386.0,371.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,15.0,25443.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,173227.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +504,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,707.0,167.0,94.0,134.0,358.0,2452.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,140.0,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,140.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +505,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,2023-12-28 14:21:46.000000,2023-07-01 21:40:58,1936.0,,325.0,40.0,85.0,20.0,157.0,2381.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,['pytorch'],,1622.0,4.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,4.0,1622.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +506,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2023-09-05 06:09:07.000000,2023-09-05 06:09:05,385.0,,280.0,56.0,14.0,21.0,78.0,2180.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2023-04-18 01:25:02.819,0.1.19,148.0,scattertext,conda-forge/scattertext,,,,13314.0,497.0,487.0,https://pypi.org/project/scattertext,2023-04-18 01:25:02.819,10.0,12201.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,85750.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +507,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-01-11 19:00:35.000000,2023-07-11 07:11:36,210.0,,236.0,46.0,88.0,18.0,115.0,2073.0,A Python library that helps data scientists to infer causation rather than observing correlation.,35.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,"['pytorch', 'sklearn']",,2075.0,109.0,106.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,3.0,2075.0,,,,3.0,,,mckinsey/causalnex,,,,,,,,,,,,,,,,,,,, +508,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,74.0,2060.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,49240.0,55.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,55.0,49240.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +509,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,2023-06-16 19:23:39.686000,2021-07-16 09:03:20,66.0,,463.0,39.0,42.0,64.0,58.0,2047.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,25,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,['tensorflow'],253482.0,58743.0,1929.0,1915.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,54205.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,471.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +510,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2024-01-09 01:46:07.000000,2023-09-26 17:27:56,255.0,,198.0,29.0,65.0,35.0,83.0,1966.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,['jupyter'],,6525.0,309.0,302.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,6338.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6741.0,3.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,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,160.0,61.0,66.0,65.0,129.0,1796.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,30.0,417.0,366.0,356.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,10.0,417.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +512,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,,299.0,56.0,1313.0,233.0,810.0,1779.0,A toolkit for reproducible reinforcement learning research.,79.0,25,True,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,['tensorflow'],,565.0,100.0,98.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,2.0,565.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +513,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2023-11-18 16:28:54.000000,2023-10-07 11:26:54,2816.0,,168.0,26.0,660.0,109.0,434.0,1434.0,A Python library for learning and evaluating knowledge graph embeddings.,36.0,25,True,2023-02-22 18:29:02.145,1.10.1,46.0,pykeen,,,,177.0,3157.0,5.0,,https://pypi.org/project/pykeen,2023-02-22 18:29:02.145,5.0,3153.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +514,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2023-09-27 15:14:50.000000,2023-09-27 15:14:33,667.0,,159.0,47.0,161.0,19.0,378.0,1291.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,25,False,2023-02-16 21:26:00.740,1.6.0,26.0,dalex,conda-forge/dalex,,,,18340.0,153.0,148.0,https://pypi.org/project/dalex,2022-09-07 14:45:39.364,5.0,18023.0,https://anaconda.org/conda-forge/dalex,2023-06-16 19:24:13.607,11438.0,3.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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,2.0,322.0,49.0,43.0,94.0,,1290.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'],784120.0,44869.0,403.0,395.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,25259.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,301.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +516,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,,141.0,29.0,63.0,7.0,70.0,1273.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'],,8763.0,1332.0,1319.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,8763.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +517,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,1.0,289.0,55.0,63.0,12.0,109.0,1204.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,,,,,9223.0,1004.0,974.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,30.0,9223.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +518,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-01-18 05:24:14.000000,2023-12-29 01:39:31,1852.0,79.0,364.0,55.0,473.0,156.0,250.0,1009.0,Machine learning on FPGAs using HLS.,58.0,25,True,2023-12-19 21:00:58.000,0.8.1,16.0,hls4ml,conda-forge/hls4ml,,"['tensorflow', 'pytorch']",,914.0,,,https://pypi.org/project/hls4ml,2023-12-19 21:00:58.000,,735.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7172.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +519,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,974.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,['tensorflow'],,13566.0,412.0,409.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,13566.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +520,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,,254.0,42.0,72.0,103.0,188.0,905.0,Gaussian Process Optimization using GPy.,50.0,25,True,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,5883.0,517.0,479.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,38.0,5883.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +521,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-01-18 12:34:34.000000,2024-01-18 12:31:17,1460.0,134.0,56.0,13.0,371.0,13.0,436.0,896.0,dstack is an open-source toolkit for running GPU workloads on any cloud. It works seamlessly with any cloud GPU..,14.0,25,True,2024-01-17 12:51:18.000,0.13.1,165.0,dstack,,,,,1783.0,13.0,13.0,https://pypi.org/project/dstack,2024-01-16 10:51:28.000,,1783.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +522,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2023-11-30 08:29:05.000000,2023-10-26 19:25:33,460.0,4.0,101.0,23.0,86.0,15.0,94.0,643.0,"Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave and AIFF files with python 2..",26.0,25,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,22376.0,111.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,111.0,22376.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-01-05 14:00:12.000000,2024-01-04 15:51:23,470.0,4.0,50.0,8.0,53.0,161.0,231.0,565.0,python binding for libvips using cffi.,16.0,25,True,2024-01-04 12:00:44.000,2.2.2,25.0,pyvips,conda-forge/pyvips,,,,54106.0,697.0,647.0,https://pypi.org/project/pyvips,2024-01-04 12:00:44.000,50.0,52270.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,71615.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +524,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-01-11 19:28:51.000000,2023-12-10 19:24:06,3708.0,15.0,67.0,47.0,351.0,22.0,388.0,551.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2023-11-14 15:08:13.000,4.0.1,69.0,skll,conda-forge/skll,,['sklearn'],13.0,871.0,58.0,40.0,https://pypi.org/project/skll,2023-11-14 15:04:40.000,18.0,378.0,https://anaconda.org/conda-forge/skll,2023-11-15 00:08:06.079,12836.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +525,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-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,64.0,16.0,13.0,34.0,7.0,497.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,,,,323314.0,3696.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3696.0,316317.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,223913.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +526,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,2023-12-20 16:14:39.221000,2023-12-13 18:28:10,521.0,9.0,38.0,5.0,12.0,6.0,47.0,309.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,13.0,25,True,2023-12-19 14:22:21.000,0.8.1,24.0,scikit-posthocs,conda-forge/scikit-posthocs,,['sklearn'],39.0,103555.0,607.0,578.0,https://pypi.org/project/scikit-posthocs,2023-12-19 14:22:21.000,29.0,80295.0,https://anaconda.org/conda-forge/scikit-posthocs,2023-12-20 16:14:39.221,907165.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +527,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-01-16 10:19:37.000000,2024-01-16 10:15:06,522.0,12.0,54.0,40.0,269.0,18.0,59.0,296.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",37.0,25,False,2024-01-16 10:19:37.000,1.2.6,73.0,gokart,,,,,2642.0,79.0,74.0,https://pypi.org/project/gokart,2024-01-16 10:19:37.000,5.0,2642.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +528,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,12.0,49.0,14.0,712.0,217.0,203.0,275.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,25,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,1500.0,105.0,97.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1500.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +529,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,,824.0,169.0,1588.0,145.0,74.0,6362.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,['pytorch'],351.0,130.0,22.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,1.0,125.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +530,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,2023-12-18 19:53:02.000000,2023-12-18 19:52:57,597.0,4.0,728.0,105.0,587.0,105.0,345.0,5691.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,24,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,['tensorflow'],,14473.0,2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,14473.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +531,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-01-03 15:00:11.000000,2024-01-03 14:54:33,1095.0,3.0,881.0,117.0,674.0,238.0,542.0,5356.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,['pytorch'],,196.0,16.0,15.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,196.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +532,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,138.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'],890.0,703.0,1120.0,1104.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,691.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-01-18 05:40:56.000000,2024-01-12 05:25:21,1555.0,44.0,821.0,144.0,1459.0,326.0,398.0,4903.0,Simple and Distributed Machine Learning.,115.0,24,True,2023-11-27 21:27:39.000,1.0.2,42.0,mmlspark,,,['spark'],,,,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +534,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,2023-12-26 10:14:09.000000,2023-11-19 13:26:15,334.0,5.0,930.0,46.0,32.0,62.0,112.0,4691.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,24,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,['sklearn'],,2019.0,179.0,171.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,8.0,2019.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +535,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,2023-12-31 12:14:36.000000,2021-06-02 09:45:13,150.0,,711.0,101.0,34.0,101.0,113.0,4411.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,,['tensorflow'],,4754.0,125.0,120.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,4751.0,,,,3.0,,,,,,,,,idealo/image-super-resolution-gpu,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,232.0,,,,,,,,,, +536,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,,716.0,66.0,247.0,124.0,823.0,3975.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,,,,,4643.0,35.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,35.0,4643.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +537,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,178.0,385.0,33.0,430.0,3811.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,['tensorflow'],,87.0,16.0,16.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,87.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +538,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-01-18 05:49:18.000000,2024-01-18 05:45:52,1587.0,10.0,504.0,152.0,609.0,69.0,75.0,3498.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",165.0,24,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,['pytorch'],,22.0,,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,22.0,,,,3.0,4.0,,,,,,,,,,,,,,,,,,,,,, +539,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,175.0,50.0,65.0,49.0,3477.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'],,70.0,59.0,56.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,70.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +540,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,108.0,396.0,3131.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,['paddle'],,716.0,123.0,122.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,716.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +541,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,5.0,219.0,54.0,36.0,71.0,121.0,3086.0,A GUI for Pandas DataFrames.,15.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,['pandas'],,4026.0,341.0,336.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3450.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,20766.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +542,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,,510.0,110.0,73.0,185.0,115.0,3079.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,,,,4484.0,789.0,125.0,125.0,https://pypi.org/project/xlearn,,,725.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +543,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,,679.0,72.0,25.0,117.0,101.0,2976.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'],,1095.0,2900.0,2871.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,29.0,1095.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +544,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2023-06-30 21:16:15.000000,2023-06-30 21:16:10,470.0,,308.0,66.0,315.0,43.0,124.0,2700.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'],,1845.0,49.0,48.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1506.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14605.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +545,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,1.0,315.0,93.0,2157.0,206.0,982.0,2667.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",52.0,24,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,10963.0,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,10963.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +546,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,,645.0,90.0,29.0,25.0,52.0,2303.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,,,,,45520.0,672.0,492.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,180.0,45520.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +547,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2023-10-15 09:57:16.000000,2023-05-15 21:21:45,660.0,,222.0,39.0,136.0,6.0,129.0,2218.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,24.0,24,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,295.0,4807.0,152.0,149.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,3.0,4800.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +548,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,,256.0,57.0,56.0,19.0,50.0,2204.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,['pytorch'],,3731.0,649.0,630.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,3731.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +549,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-01-11 20:56:38.000000,2023-10-16 16:49:59,532.0,,195.0,40.0,116.0,62.0,125.0,2097.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,25.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,6742.0,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,6742.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +550,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,243.0,71.0,21.0,93.0,66.0,2075.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,26818.0,277.0,260.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,17.0,26818.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +551,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2023-07-12 18:18:40.000000,2023-07-12 18:14:01,1515.0,,241.0,67.0,58.0,31.0,186.0,2046.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,20.0,24,True,2023-07-12 18:26:08.000,2.0.1,14.0,ampligraph,,,['tensorflow'],,531.0,48.0,48.0,https://pypi.org/project/ampligraph,2023-07-12 18:13:00.637,,531.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +552,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,2023-11-15 21:03:09.000000,2023-07-01 21:39:32,2288.0,,229.0,37.0,37.0,9.0,109.0,2031.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,17.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,4396.0,222.0,218.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,4.0,3873.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,21994.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +553,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-01-12 11:22:59.000000,2024-01-12 11:22:59,124.0,6.0,228.0,43.0,36.0,45.0,23.0,1830.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,['pytorch'],,2715.0,446.0,424.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1768.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,31254.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +554,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-01-18 14:42:51.000000,2024-01-12 07:07:01,878.0,5.0,129.0,32.0,415.0,55.0,341.0,1776.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,24,True,2023-01-29 22:05:17.000,1.1.4.2,23.0,orbit-ml,,,,,29652.0,43.0,42.0,https://pypi.org/project/orbit-ml,2023-01-29 22:06:26.764,1.0,29652.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +555,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-01-18 14:42:51.000000,2024-01-12 07:07:01,878.0,5.0,129.0,32.0,415.0,55.0,341.0,1776.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,24,True,2023-01-29 22:05:17.000,1.1.4.2,23.0,orbit-ml,conda-forge/orbit-ml,,,,29852.0,43.0,42.0,https://pypi.org/project/orbit-ml,2023-01-29 22:06:26.764,1.0,29652.0,https://anaconda.org/conda-forge/orbit-ml,2023-12-19 05:59:30.209,4802.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,2023-12-05 17:37:33.000000,2023-12-04 14:09:45,571.0,2.0,119.0,55.0,447.0,60.0,100.0,1761.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,6401.0,94.0,87.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,6401.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +557,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,,237.0,53.0,446.0,3.0,402.0,1709.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'],,1420.0,3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1324.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3195.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +558,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1599.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,24,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,['tensorflow'],,902.0,176.0,168.0,https://pypi.org/project/talos,2022-05-28 10:07:34.000,8.0,902.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +559,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,238.0,49.0,48.0,22.0,91.0,1573.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,61323.0,3676.0,330.0,316.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,14.0,1603.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35560.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +560,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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,1.0,,1529.0,Feature engineering package with sklearn like functionality.,38.0,24,False,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,122971.0,96.0,,https://pypi.org/project/feature_engine,2023-09-18 14:50:58.000,96.0,121908.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,43601.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +561,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2024-01-12 21:31:41.000000,2024-01-12 21:34:15,1179.0,11.0,118.0,28.0,68.0,2.0,29.0,1456.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,24,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,['pytorch'],7.0,6240.0,7.0,,https://pypi.org/project/pytorch_toolbelt,2022-06-27 19:59:57.000,7.0,6240.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +562,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,,405.0,91.0,165.0,103.0,224.0,1352.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,['tensorflow'],,75.0,43.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,1.0,75.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +563,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,,166.0,32.0,86.0,16.0,32.0,1179.0,"A program for financial portfolio management, analysis and optimisation.",11.0,24,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,404.0,88.0,88.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,,404.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +564,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,202.0,54.0,460.0,143.0,293.0,1174.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'],,826.0,73.0,64.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,826.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +565,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,73.0,415.0,75.0,147.0,1140.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,,,,,398.0,169.0,159.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,10.0,398.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +566,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2023-11-16 19:55:28.000000,2019-08-16 09:00:15,140.0,,106.0,12.0,20.0,16.0,15.0,1033.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,333732.0,4803.0,4505.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,298.0,333732.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +567,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,3.0,184.0,34.0,73.0,3.0,86.0,1032.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'],,3230.0,212.0,203.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,3230.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +568,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,48.0,112.0,52.0,170.0,959.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,585.0,330.0,280.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,585.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +569,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-01-09 03:56:17.077000,2023-11-09 15:26:22,727.0,1.0,143.0,16.0,100.0,28.0,230.0,912.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,44.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,['pytorch'],,25415.0,75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,19721.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,244882.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +570,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,['jupyter'],,9096.0,51.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,44.0,4162.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,310127.0,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,1058.0,,,,,,,,,,,,,,, +571,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,34.0,235.0,740.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,True,2019-04-04 19:44:59.000,0.8.2,29.0,neupy,,,,,3125.0,164.0,164.0,https://pypi.org/project/neupy,,,3125.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,2023-12-29 00:14:59.843000,2023-10-11 13:01:19,594.0,,127.0,16.0,53.0,28.0,121.0,729.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,32.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,['pytorch'],,13290.0,45.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,45.0,11315.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,86912.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +573,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,73.0,13.0,48.0,22.0,53.0,692.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,217671.0,1169.0,1140.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,217487.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,4981.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +574,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,138.0,128.0,91.0,43.0,67.0,647.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'],,12089.0,200.0,185.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,15.0,12089.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +575,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,12.0,67.0,26.0,433.0,10.0,237.0,631.0,torchbearer: A model fitting library for PyTorch.,14.0,24,True,2023-12-01 18:41:20.000,0.5.5,26.0,torchbearer,,,['pytorch'],,414.0,86.0,86.0,https://pypi.org/project/torchbearer,,,414.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +576,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-01-17 00:26:23.000000,2024-01-17 00:25:49,335.0,55.0,85.0,7.0,19.0,3.0,78.0,510.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code.,17.0,24,True,2024-01-16 01:12:45.000,0.5.3,158.0,featurewiz,,,,,8034.0,64.0,62.0,https://pypi.org/project/featurewiz,2024-01-16 01:12:45.000,2.0,8034.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +577,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,9.0,17.0,11.0,12.0,502.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'],,1699743.0,4275.0,4111.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,164.0,1690023.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,884584.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +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-01-11 18:10:25.000000,2024-01-11 18:10:24,962.0,12.0,170.0,24.0,828.0,94.0,383.0,495.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,24,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,69930.0,2582.0,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,251.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +579,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-01-14 19:14:51.000000,2024-01-03 08:17:42,657.0,11.0,62.0,30.0,438.0,13.0,91.0,365.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,['jupyter'],,19857.0,87.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,83.0,13558.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,573232.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +580,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2023-11-19 21:07:53.000000,2023-11-19 20:49:10,166.0,13.0,47.0,17.0,2.0,9.0,3.0,364.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,24,True,2023-11-19 21:07:53.000,0.1.1,12.0,suod,,,,,9379.0,501.0,499.0,https://pypi.org/project/suod,2023-11-19 21:07:53.000,2.0,9379.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +581,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,2023-10-20 17:29:31.000000,2023-10-20 17:29:28,575.0,,84.0,29.0,317.0,75.0,27.0,363.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,['tensorflow'],,36296.0,346.0,339.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,36296.0,,,,3.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-01-15 19:34:36.000000,2024-01-15 19:34:31,758.0,21.0,82.0,13.0,30.0,9.0,46.0,354.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,24,True,2023-03-05 05:35:05.094,3.0.1,57.0,pymap3d,conda-forge/pymap3d,,,,57642.0,371.0,348.0,https://pypi.org/project/pymap3d,2023-03-05 05:35:05.094,23.0,56206.0,https://anaconda.org/conda-forge/pymap3d,2023-06-16 19:18:14.535,66090.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +583,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2023-12-13 23:01:05.000000,2023-12-13 23:01:05,2538.0,75.0,56.0,8.0,235.0,29.0,79.0,254.0,Python recommendation toolkit.,13.0,24,False,2022-08-16 20:29:07.512,0.14.2,23.0,lenskit,conda-forge/lenskit,,,,1332.0,100.0,96.0,https://pypi.org/project/lenskit,2022-08-16 20:29:07.512,4.0,712.0,https://anaconda.org/conda-forge/lenskit,2023-06-16 19:23:42.362,23584.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +584,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-01-13 10:31:18.000000,,,,3924.0,,,137.0,,23702.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",142.0,23,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,['tensorflow'],,4368.0,43.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,4286.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2486.0,3.0,-11.0,,,,,,,,,,,,,,,,,,,,,, +585,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-01-11 15:26:20.000000,2022-08-09 13:26:32,565.0,,1273.0,305.0,206.0,67.0,208.0,4604.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,,,,1884.0,,,,,,,,,,3.0,,,,,,,,,shadowreaver/crypto-signal,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143203.0,,,,,,,,,, +586,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-01-05 21:48:19.000000,2024-01-05 21:44:56,409.0,3.0,323.0,53.0,413.0,79.0,106.0,3184.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",37.0,23,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,['pytorch'],,168.0,35.0,34.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,168.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +587,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-01-06 04:36:23.000000,2023-11-05 09:58:06,2685.0,18.0,1062.0,132.0,1028.0,53.0,72.0,3044.0,a distributed deep learning platform.,85.0,23,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,,,,59.0,3.0,3.0,,,,,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,734.0,3.0,,,,,,,,,apache/singa,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,5366.0,,,,,,,,,, +588,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,,236.0,43.0,110.0,80.0,64.0,2845.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,121.0,8963.0,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,8961.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +589,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2023-12-03 13:55:18.000000,2023-08-24 15:33:37,935.0,,169.0,20.0,74.0,91.0,168.0,2691.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,27.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,901.0,37.0,36.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,901.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +590,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,2017-05-05 02:27:30.000,2023-12-15 03:22:16.000000,2023-12-15 03:22:08,3454.0,2.0,732.0,108.0,3871.0,533.0,855.0,2596.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,23,True,2022-01-25 00:22:00.888,0.11.2,418.0,analytics-zoo,,,['spark'],,298.0,5.0,4.0,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,298.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,129.0,136.0,60.0,128.0,2396.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'],12716.0,1790.0,54.0,52.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1621.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +592,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,32.0,350.0,2379.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,['tensorflow'],,39.0,64.0,62.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +593,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,1.0,304.0,28.0,695.0,49.0,150.0,2340.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,23,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,366.0,78.0,77.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,1.0,366.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +594,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,,302.0,67.0,78.0,63.0,68.0,2099.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'],,2095.0,29.0,26.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2095.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +595,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,,650.0,82.0,48.0,24.0,64.0,2017.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,6179.0,476.0,464.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,6179.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +596,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,,238.0,44.0,33.0,51.0,90.0,1901.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'],,2881.0,161.0,161.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,2881.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +597,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,,119.0,28.0,31.0,58.0,50.0,1563.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'],,40804.0,382.0,377.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,5.0,40804.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +598,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,203.0,45.0,12.0,4.0,51.0,1555.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,23,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,['pytorch'],,6903.0,206.0,204.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,6903.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +599,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,2023-09-20 03:33:51.000000,2023-08-22 14:21:42,580.0,,302.0,55.0,115.0,54.0,30.0,1469.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,,,,,1017.0,87.0,86.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1017.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +600,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,2023-12-07 16:22:32.000000,2023-11-08 21:41:55,157.0,1.0,162.0,101.0,184.0,35.0,25.0,1469.0,fklearn: Functional Machine Learning.,55.0,23,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,402.0,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,402.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-01-06 08:38:37.000000,2024-01-06 08:35:06,342.0,2.0,292.0,40.0,252.0,69.0,192.0,1410.0,A framework for Privacy Preserving Machine Learning.,33.0,23,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,['pytorch'],,233.0,34.0,33.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,233.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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1261.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,['sklearn'],,306.0,60.0,59.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,306.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +603,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-01-01 15:19:10.000000,2023-12-09 21:53:10,773.0,13.0,172.0,18.0,258.0,70.0,94.0,1227.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,23,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,"['tensorflow', 'pytorch']",,40389.0,6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,40389.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,2023-12-24 06:07:13.000000,2023-12-24 06:07:13,78.0,2.0,226.0,20.0,17.0,4.0,87.0,1147.0,Implementation of the node2vec algorithm.,13.0,23,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,48307.0,560.0,539.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,21.0,47908.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27178.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +605,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-01-08 07:04:51.000000,2023-03-29 07:39:45,85.0,,81.0,26.0,54.0,36.0,28.0,930.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,True,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,28211.0,615.0,592.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,26780.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,40077.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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,106.0,26.0,36.0,34.0,69.0,867.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,['pandas'],,13859.0,585.0,573.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,13859.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +607,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,,102.0,29.0,60.0,22.0,74.0,818.0,ML-Ensemble high performance ensemble learning.,7.0,23,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,2650.0,367.0,363.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,4.0,2650.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +608,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-01-10 18:21:30.000000,2024-01-10 18:20:54,284.0,8.0,243.0,46.0,18.0,9.0,91.0,797.0,Data compression in TensorFlow.,21.0,23,True,2023-10-13 19:56:17.000,2.14.0,22.0,tensorflow-compression,,,['tensorflow'],,10177.0,2.0,,https://pypi.org/project/tensorflow-compression,2023-10-12 23:14:15.000,2.0,10177.0,,,,3.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,2023-12-13 17:02:20.000000,2023-11-24 10:43:28,313.0,7.0,129.0,20.0,72.0,5.0,64.0,788.0,An intuitive library to extract features from time series.,18.0,23,True,2023-08-23 07:53:53.000,0.1.6,10.0,tsfel,,,,,22443.0,108.0,108.0,https://pypi.org/project/tsfel,2023-08-22 10:46:05.000,,22443.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-01-01 20:17:29.000000,2023-08-23 11:46:56,231.0,,103.0,15.0,40.0,35.0,24.0,785.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,11.0,23,True,2022-12-19 18:16:02.257,0.5.1,12.0,detoxify,,,,358336.0,24281.0,512.0,502.0,https://pypi.org/project/detoxify,2022-12-19 18:16:02.257,10.0,14852.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +611,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,2023-11-06 22:17:29.000000,2023-11-06 22:11:24,461.0,12.0,72.0,26.0,160.0,40.0,62.0,749.0,,26.0,23,False,2023-11-06 22:17:30.000,1.8.0,9.0,objax,,,['jax'],,569.0,47.0,47.0,https://pypi.org/project/objax,,,569.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +612,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,2023-09-26 00:20:33.000000,2023-09-26 00:20:33,398.0,,155.0,17.0,72.0,35.0,106.0,669.0,Ternary plotting library for python with matplotlib.,27.0,23,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,25.0,39171.0,186.0,159.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,27.0,38322.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79045.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,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,23.0,33.0,661.0,Working with molecular structures in pandas DataFrames.,15.0,23,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,['pandas'],,81632.0,246.0,223.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,79889.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,148190.0,3.0,,,BioPandas/biopandas,,,,,,,,,,,,,,,,,,,, +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,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,80.0,21.0,8.0,23.0,41.0,638.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'],,15504.0,417.0,396.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,21.0,15474.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2851.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +615,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-01-17 16:50:55.000000,2024-01-16 12:45:15,853.0,25.0,80.0,10.0,707.0,86.0,432.0,580.0,Automated modeling and machine learning framework FEDOT.,32.0,23,True,2023-07-25 13:20:41.000,0.7.2,19.0,fedot,,,,,531.0,44.0,43.0,https://pypi.org/project/fedot,2023-07-25 13:17:29.000,1.0,531.0,,,,3.0,,,aimclub/FEDOT,,,,,,,,,,,,,,,,,,,, +616,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,578.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,23,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,['sklearn'],,21257.0,141.0,136.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,21257.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +617,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,2023-08-10 03:20:53.000000,2023-08-10 03:20:53,1214.0,,63.0,7.0,206.0,18.0,109.0,484.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,['huggingface'],,2474.0,225.0,220.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2474.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +618,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,6.0,27.0,8.0,4.0,22.0,59.0,279.0,Multiple Imputation with LightGBM in Python.,6.0,23,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,26569.0,119.0,114.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,26181.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11660.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +619,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,486.0,83.0,37.0,53.0,26.0,10661.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,786.0,41.0,41.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,692.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2272.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +620,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7972.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,636.0,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,636.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +621,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,263.0,68.0,115.0,135.0,6227.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,65.0,24.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,3.0,65.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +622,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,,779.0,224.0,25.0,8.0,122.0,5317.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'],,2214.0,28.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,8.0,2214.0,,,,3.0,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,,,,, +623,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1713.0,19.0,17.0,70.0,24.0,4886.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,2015.0,25.0,25.0,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,2015.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +624,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,2023-04-10 13:46:12.000000,2022-05-30 07:32:06,3344.0,,820.0,234.0,109.0,57.0,620.0,4844.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,22,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,1501.0,23.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +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-01-16 06:44:59.000000,2023-01-15 11:37:16,279.0,,851.0,109.0,94.0,119.0,349.0,4459.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,13528.0,2.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,2.0,13528.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +626,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,,323.0,75.0,37.0,95.0,74.0,4378.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,,,,,884.0,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,884.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +627,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3866.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,,,384.0,113.0,1.0,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,1.0,89.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1869.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,,654.0,77.0,53.0,176.0,101.0,3361.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'],543.0,3346.0,7.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,7.0,3337.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +629,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-01-01 21:29:17.000000,2024-01-01 21:13:34,684.0,1.0,497.0,215.0,16.0,24.0,4.0,3278.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,49.0,265.0,11.0,11.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,265.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +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-01-16 02:09:05.000000,2021-05-06 12:10:38,127.0,,154.0,50.0,57.0,2.0,30.0,2978.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,,,,480.0,47.0,47.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,422.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1401.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +631,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,2023-12-15 22:52:18.000000,2023-12-15 22:50:38,766.0,1.0,362.0,93.0,547.0,144.0,92.0,2737.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,22,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,['tensorflow'],,6156.0,9.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,9.0,6156.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,80.0,144.0,36.0,126.0,2380.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'],,24.0,29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +633,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2023-12-12 15:07:33.000000,2023-08-10 17:09:47,309.0,,151.0,24.0,31.0,28.0,31.0,1853.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,['pytorch'],71.0,491.0,29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,318.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4306.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +634,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2024-01-18 02:43:59.000000,2024-01-16 17:27:35,27.0,1.0,105.0,37.0,30.0,26.0,78.0,1766.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-12 20:13:07.000,1.0.0,11.0,greykite,,,,9.0,11204.0,26.0,26.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,11204.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,2023-04-08 10:04:48.000000,2020-04-24 06:58:09,58.0,,255.0,44.0,13.0,57.0,35.0,1750.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']",,1324.0,253.0,242.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,1324.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +636,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2023-12-22 22:35:35.000000,2023-12-22 22:35:35,1075.0,4.0,261.0,33.0,36.0,23.0,175.0,1706.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,387.0,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,387.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,,209.0,38.0,111.0,54.0,42.0,1695.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'],408.0,3467.0,153.0,144.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,9.0,1194.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,203427.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +638,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,98.0,45.0,187.0,216.0,1635.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,42.0,657.0,9.0,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,7.0,657.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +639,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,,115.0,39.0,11.0,33.0,51.0,1610.0,"A fast, efficient universal vector embedding utility package.",4.0,22,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,920.0,339.0,327.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,920.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +640,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-01-17 09:35:26.000000,2023-12-14 14:58:00,369.0,5.0,138.0,17.0,70.0,17.0,33.0,1594.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,15.0,22,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,['pytorch'],,5779.0,19.0,19.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,5779.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +641,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,,290.0,46.0,801.0,71.0,485.0,1582.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,79.0,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,79.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +642,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,2023-11-29 18:30:27.000000,2023-11-29 05:50:04,1211.0,19.0,102.0,32.0,146.0,66.0,130.0,1331.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",23.0,22,True,2022-04-13 10:24:33.000,0.8.1,13.0,kp,,,,491.0,93.0,8.0,8.0,https://pypi.org/project/kp,2022-04-13 10:22:18.000,,82.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,,188.0,27.0,57.0,21.0,36.0,1243.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'],,547.0,154.0,149.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,547.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +644,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,2023-12-06 23:24:36.000000,2023-12-06 23:22:36,184.0,3.0,108.0,37.0,25.0,17.0,114.0,1152.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,4770.0,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,4770.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +645,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-01-15 20:55:40.000000,2024-01-15 08:23:31,527.0,77.0,121.0,20.0,236.0,7.0,117.0,1131.0,A standard framework for modelling Deep Learning Models for tabular data.,18.0,22,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,['pytorch'],21.0,2672.0,2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,2672.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +646,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2023-10-25 14:32:27.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,85.0,64.0,205.0,1015.0,Line based ATR Engine based on OCRopy.,20.0,22,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,1635.0,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,1635.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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,108.0,50.0,98.0,41.0,51.0,1005.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'],,1826.0,215.0,207.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,8.0,1826.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +648,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-01-04 20:41:21.000000,2024-01-04 20:41:21,582.0,2.0,290.0,96.0,121.0,62.0,96.0,988.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'],,1403.0,37.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,37.0,858.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42037.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-01-09 01:44:29.000000,2023-04-27 23:44:02,329.0,,157.0,29.0,109.0,80.0,56.0,866.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,,,,52528.0,8.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,4.0,2249.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2118561.0,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,2.0,1011.0,,,,,,,,,,,,,,, +650,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,,82.0,14.0,77.0,219.0,218.0,843.0,"Experiment tracking, ML developer tools.",29.0,22,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,14.0,441.0,89.0,89.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,441.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,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,137.0,25.0,594.0,62.0,511.0,839.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,3658.0,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3658.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +652,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,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,2.0,82.0,19.0,153.0,24.0,82.0,819.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,22,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,1219.0,54.0,53.0,https://pypi.org/project/baal,2023-10-02 19:57:48.000,1.0,1007.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7664.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +653,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-01-17 22:07:22.000000,2024-01-12 19:11:24,1139.0,32.0,123.0,30.0,960.0,37.0,50.0,751.0,Machine learning framework for both deep learning and traditional algorithms.,35.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,655.0,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,655.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +654,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,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,18.0,75323.0,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,75323.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +655,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,683.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,,,,22729.0,384.0,378.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,6.0,22671.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1865.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +656,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,27.0,23.0,57.0,35.0,594.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,,,,9574.0,421.0,399.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,22.0,9082.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18206.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +657,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-01-10 13:18:56.000000,2023-12-07 19:31:40,331.0,2.0,131.0,20.0,39.0,13.0,79.0,530.0,Medical image processing in Python.,18.0,22,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,20883.0,1698.0,1654.0,https://pypi.org/project/MedPy,2019-02-14 17:12:59.000,44.0,20169.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,22134.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +658,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-01-09 20:14:46.000000,2023-12-29 21:08:41,477.0,31.0,55.0,26.0,9.0,11.0,32.0,511.0,Active Learning for Text Classification in Python.,6.0,22,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,"['sklearn', 'pytorch']",,862.0,25.0,25.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,579.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5109.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +659,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,480.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,,,,27.0,3743.0,97.0,89.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,3743.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +660,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,7.0,41.0,12.0,11.0,9.0,52.0,480.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,22,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,130.0,3482.0,30.0,25.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,3480.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-01-15 08:37:03.000000,2024-01-11 09:09:39,1690.0,85.0,63.0,6.0,198.0,44.0,77.0,456.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,148.0,487.0,22.0,21.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,481.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +662,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,2023-12-07 13:59:00.000000,2023-03-05 00:16:57,419.0,,96.0,36.0,276.0,69.0,173.0,452.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,293.0,1171.0,75.0,73.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1168.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +663,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,21.0,96.0,18.0,9.0,5.0,38.0,429.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,1688.0,51.0,51.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,1688.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +664,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,412.0,optimization routines for hyperparameter tuning.,9.0,22,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,90.0,4853.0,124.0,110.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,14.0,4853.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +665,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,13.0,9.0,4.0,12.0,229.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,,,,65669.0,1003.0,957.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,64240.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,55762.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +666,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,2021-12-28 13:59:30.000000,2018-07-23 21:04:09,90.0,,26.0,7.0,18.0,4.0,9.0,154.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,,,,,105214.0,2238.0,2083.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,155.0,105214.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +667,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,2023-12-07 15:30:25.000000,2023-02-07 10:12:31,47.0,,2147.0,148.0,88.0,240.0,286.0,12375.0,End-to-End Object Detection with Transformers.,26.0,21,True,2020-06-29 16:41:01.000,0.2,1.0,,,,['pytorch'],,,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +668,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,5.0,645.0,96.0,150.0,98.0,103.0,8333.0,The user analytics platform for LLMs.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,701.0,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,701.0,,,,3.0,,,nebuly-ai/nebuly,,,,,,,,,,,,,,,,,,,, +669,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1142.0,99.0,48.0,363.0,280.0,6090.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,21,True,,,1.0,pyslowfast,,,['pytorch'],,10.0,15.0,15.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +670,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,,379.0,208.0,9.0,6.0,16.0,3143.0,TensorFlow Reinforcement Learning.,13.0,21,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,['tensorflow'],,766.0,143.0,140.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,766.0,,,,3.0,,,google-deepmind/trfl,,,,,,,,,,,,,,,,,,,, +671,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,2023-07-27 13:04:26.000000,2023-07-27 13:04:12,336.0,,337.0,42.0,68.0,159.0,95.0,1838.0,Super easy library for BERT based NLP models.,36.0,21,True,2023-07-27 13:04:26.000,2.0.17,66.0,fast-bert,,,,,1199.0,2.0,,https://pypi.org/project/fast-bert,2023-07-27 13:04:26.000,2.0,1199.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +672,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1645.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,['pytorch'],,61.0,,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,61.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +673,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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,15.0,33.0,1633.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'],,1969.0,52.0,46.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,1969.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +674,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,281.0,74.0,728.0,53.0,64.0,1566.0,An end-to-end PyTorch framework for image and video classification.,77.0,21,True,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,['pytorch'],,877.0,4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,489.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18667.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +675,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,2023-09-15 04:35:29.000000,2023-09-15 04:35:29,906.0,,208.0,57.0,52.0,73.0,149.0,1521.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,35.0,21,True,2019-11-17 09:36:51.000,0.3.4,5.0,thundersvm,,,,2741.0,393.0,,,https://pypi.org/project/thundersvm,,,362.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +676,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,,359.0,62.0,47.0,37.0,72.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'],,190.0,38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,190.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +677,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,66.0,51.0,23.0,75.0,1463.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,,,,,208.0,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,208.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +678,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,,219.0,64.0,48.0,36.0,90.0,1252.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'],,231.0,37.0,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,231.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +679,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2023-10-17 15:42:35.000000,2023-10-17 15:42:30,833.0,,327.0,51.0,791.0,4.0,300.0,1195.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'],17.0,1063.0,2.0,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,2.0,1063.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +680,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,216.0,66.0,29.0,31.0,12.0,1139.0,Anomaly Detection and Correlation library.,9.0,21,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,7015.0,91.0,76.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,7015.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +681,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2023-07-16 15:34:00.704000,2023-07-16 15:16:10,420.0,,147.0,93.0,117.0,33.0,45.0,1122.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,21,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,891.0,100.0,99.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,891.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +682,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,,208.0,28.0,61.0,54.0,60.0,1057.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,593.0,240.0,129.0,119.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,10.0,235.0,,,,3.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,,248.0,48.0,46.0,26.0,127.0,1042.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,['tensorflow'],,228.0,28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,228.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +684,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,,132.0,36.0,16.0,8.0,3.0,921.0,Nudity detection with Python.,12.0,21,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,1099.0,3607.0,3595.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,12.0,1099.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +685,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,2023-07-24 18:18:54.000000,2022-05-13 18:48:12,83.0,,181.0,24.0,58.0,10.0,27.0,918.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",16.0,21,False,2022-06-14 18:11:08.000,0.2.0,11.0,saliency,,,['tensorflow'],,4319.0,81.0,75.0,https://pypi.org/project/saliency,2022-06-14 18:11:08.000,6.0,4319.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +686,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,14.0,82.0,901.0,kapre: Keras Audio Preprocessors.,13.0,21,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,['tensorflow'],26.0,908.0,2367.0,2352.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,15.0,908.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +687,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,73.0,6.0,5.0,4.0,23.0,809.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,['sklearn'],,56435.0,413.0,400.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,13.0,56435.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +688,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,,155.0,38.0,46.0,40.0,49.0,781.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,483.0,96.0,88.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,8.0,483.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +689,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-01-15 14:56:07.000000,2023-12-29 01:45:38,174.0,22.0,34.0,8.0,47.0,1.0,12.0,735.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",9.0,21,True,2023-12-29 01:46:22.000,1.0.3,27.0,uform,,,['pytorch'],,1924.0,14.0,14.0,https://pypi.org/project/uform,2023-12-29 01:46:22.000,,1924.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +690,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,,144.0,25.0,19.0,26.0,5.0,733.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'],,42751.0,605.0,591.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,14.0,42594.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6154.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +691,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-01-14 17:42:25.000000,2024-01-08 12:42:48,1503.0,1.0,79.0,36.0,648.0,22.0,118.0,696.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']",,57.0,13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +692,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-01-15 02:16:59.000000,2024-01-15 01:52:35,490.0,4.0,100.0,31.0,557.0,197.0,245.0,649.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,3591.0,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,3591.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +693,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,,105.0,30.0,1.0,13.0,3.0,633.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,True,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,"['sklearn', 'xgboost']",,15089.0,607.0,599.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,15089.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +694,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-01-18 15:15:12.000000,2023-12-19 11:36:08,862.0,1.0,102.0,45.0,75.0,48.0,25.0,603.0,Bias and Fairness Audit Toolkit.,18.0,21,True,2020-12-16 11:48:14.000,0.42.0,16.0,aequitas,,,,,2452.0,154.0,147.0,https://pypi.org/project/aequitas,2020-12-16 11:48:14.000,7.0,2452.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +695,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,301.0,592.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,,,,,220.0,60.0,59.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,220.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +696,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,2023-02-14 11:18:28.000000,2023-02-14 11:18:28,249.0,,89.0,26.0,31.0,28.0,6.0,569.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'],,15599.0,364.0,357.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,7.0,15599.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +697,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,15.0,547.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,5.0,11067.0,48.0,48.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,11067.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +698,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,3.0,54.0,60.0,9.0,23.0,25.0,514.0,Python library assists deep learning on graphs.,18.0,21,True,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,10.0,444.0,81.0,80.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,1.0,444.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +699,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-01-15 10:30:51.000000,2023-12-11 07:05:24,4782.0,74.0,38.0,13.0,1.0,2.0,80.0,400.0,Deep Learning PyTorch.,1.0,21,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,['pytorch'],,465.0,5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,465.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +700,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-01-10 21:22:19.000000,2023-12-25 11:40:29,5585.0,18.0,89.0,15.0,737.0,28.0,425.0,394.0,Lightwood is Legos for Machine Learning.,43.0,21,False,2024-01-10 21:22:19.000,23.12.4.0,202.0,lightwood,,,['pytorch'],,5174.0,2.0,,https://pypi.org/project/lightwood,2023-12-25 13:15:52.000,2.0,5174.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +701,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,,27.0,10.0,9.0,2.0,9.0,387.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'],,157025.0,954.0,948.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,157025.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +702,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,378.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,664.0,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,664.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +703,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,,48.0,11.0,37.0,28.0,37.0,343.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,,,,,3206.0,219.0,213.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,6.0,3206.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +704,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-01-10 02:24:36.510000,2024-01-09 20:23:28,632.0,29.0,10.0,22.0,316.0,38.0,77.0,279.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-01-09 20:50:49.000,1.6.1,66.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,4986.0,6503.0,3.0,,https://pypi.org/project/vegafusion-jupyter,2024-01-09 20:25:24.000,1.0,1625.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-01-10 02:24:36.510,89084.0,3.0,,,hex-inc/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-01-09 20:30:13.843,2.0,622.0,,,,,,,,,,,,,,, +705,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-01-18 15:08:22.000000,2024-01-18 14:51:04,678.0,44.0,24.0,4.0,262.0,4.0,,267.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML pipeline from..,12.0,21,False,2024-01-17 19:08:03.000,1.1.240,556.0,upgini,,,,,5975.0,5.0,5.0,https://pypi.org/project/upgini,2024-01-18 09:34:31.000,,5975.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +706,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,,19.0,20.0,464.0,90.0,76.0,228.0,Functional tensors for probabilistic programming.,11.0,21,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,['pytorch'],,35129.0,73.0,66.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,7.0,35129.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +707,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,2023-10-06 13:06:28.000000,2023-08-15 07:38:22,956.0,,523.0,167.0,45.0,26.0,28.0,4164.0,High-performance TensorFlow library for quantitative finance.,47.0,20,True,,,4.0,tf-quant-finance,,,['tensorflow'],,501.0,,,https://pypi.org/project/tf-quant-finance,,,501.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +708,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,,475.0,87.0,180.0,108.0,161.0,3541.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,,,,69.0,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,45.0,,,,3.0,,,,,,,,,bytepsimage/tensorflow,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1324.0,,,,,,,,,, +709,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,97.0,16.0,53.0,17.0,3352.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,665.0,142.0,135.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,665.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +710,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,,317.0,60.0,242.0,173.0,109.0,3022.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,True,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,672.0,1398.0,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,1385.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +711,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,166.0,120.0,22.0,112.0,2926.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,20,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,99.0,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,99.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +712,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,,327.0,74.0,2.0,18.0,7.0,2905.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,20,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,['pytorch'],,872.0,194.0,186.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,872.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +713,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,102.0,54.0,64.0,48.0,2899.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,,,,,326.0,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,326.0,,,,3.0,,,rhsimplex/image-match,,,,,,,,,,,,,,,,,,,, +714,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,,322.0,101.0,1000.0,87.0,260.0,2815.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,,,,,,,,,,,,,,,,,,,,,,, +715,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,,827.0,86.0,30.0,45.0,80.0,2616.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,814.0,76.0,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,7.0,814.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +716,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,,454.0,127.0,225.0,87.0,183.0,2289.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,,,,,109.0,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,109.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +717,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,232.0,62.0,105.0,25.0,56.0,2092.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,['pytorch'],,1113.0,16.0,16.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1113.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +718,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,15.0,105.0,2016.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,['pytorch'],,3227.0,,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,3227.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +719,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,,175.0,55.0,895.0,129.0,586.0,1872.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,19.0,,,,,,,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +720,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,2023-10-11 20:58:29.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,5.0,74.0,1577.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,,,['tensorflow'],,260.0,,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,26.0,,,,3.0,,,,,,,,,zh794390558/delta,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,,,,,,,,,, +721,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,,140.0,101.0,150.0,21.0,20.0,1553.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,850.0,22.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,850.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +722,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,,157.0,46.0,3.0,13.0,15.0,1529.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'],,1406.0,22.0,22.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1406.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +723,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,,399.0,102.0,36.0,11.0,24.0,1412.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'],,39.0,31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +724,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,2023-06-16 19:27:46.249000,2022-08-31 13:13:15,103.0,,80.0,40.0,14.0,12.0,27.0,1270.0,A Graph Neural Network Library in Jax.,17.0,20,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,['jax'],,5666.0,143.0,132.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,11.0,5512.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4162.0,3.0,,,google-deepmind/jraph,,,,,,,,,,,,,,,,,,,, +725,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,41.0,13.0,14.0,9.0,1264.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,,,,,1257.0,116.0,115.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,1.0,1257.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +726,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,56.0,14.0,30.0,19.0,1013.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,,,,786.0,180.0,168.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,535.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8053.0,3.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,1010.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'],,41.0,79.0,75.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +728,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,130.0,25.0,76.0,43.0,36.0,996.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,243882.0,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,243714.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7743.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +729,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2023-09-04 22:14:55.000000,2023-09-04 22:14:55,303.0,,87.0,18.0,72.0,18.0,42.0,926.0,Audio processing by using pytorch 1D convolution network.,15.0,20,True,2022-10-09 13:50:13.300,0.3.2,39.0,nnAudio,,,,,4272.0,156.0,153.0,https://pypi.org/project/nnAudio,2021-12-24 09:38:22.000,3.0,4272.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +730,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,127.0,17.0,24.0,27.0,39.0,799.0,python partial dependence plot toolbox.,7.0,20,True,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,21486.0,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,21121.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19726.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +731,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,76.0,98.0,51.0,43.0,753.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,"['tensorflow', 'spark']",,17681.0,1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,17681.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +732,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,2023-07-02 20:27:29.000000,2021-07-30 15:06:27,104.0,,128.0,30.0,28.0,21.0,34.0,751.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'],,216.0,44.0,42.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,2.0,216.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +733,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,37.0,33.0,25.0,39.0,750.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,20,True,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,591.0,113.0,97.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,16.0,591.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +734,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,62.0,23.0,47.0,10.0,17.0,730.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,['jax'],,1381.0,20.0,18.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,410.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22355.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +735,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,,52.0,30.0,12.0,11.0,15.0,629.0,Log TensorBoard events without touching TensorFlow.,5.0,20,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,5368.0,221.0,167.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,54.0,5368.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +736,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,105.0,24.0,25.0,43.0,61.0,607.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'],,1624.0,157.0,155.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1511.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3510.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +737,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,567.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,3213.0,315.0,311.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,4.0,3027.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11347.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +738,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,29.0,31.0,5.0,24.0,560.0,Python module for machine learning time series:.,14.0,20,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,505.0,48.0,46.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,505.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +739,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,,165.0,57.0,20.0,39.0,60.0,535.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,53.0,32.0,27.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,53.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +740,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,53.0,11.0,20.0,12.0,37.0,518.0,Joyplots in Python with matplotlib & pandas.,6.0,20,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,7974.0,340.0,331.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,7563.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,23860.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +741,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,2023-12-29 09:08:36.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,477.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,"['pandas', 'spark']",138.0,6238.0,22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,6235.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +742,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-01-10 08:10:56.000000,2024-01-10 08:10:55,2818.0,85.0,60.0,12.0,255.0,9.0,109.0,413.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,20,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,['pytorch'],,55.0,1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,55.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +743,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,,80.0,20.0,247.0,10.0,23.0,397.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,17.0,1163.0,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1163.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +744,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,32.0,184.0,359.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,83.0,30.0,16.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,14.0,83.0,,,,3.0,,,yomguy/TimeSide,,,,,,,,,,,,,,,,,,,, +745,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-01-09 17:09:55.000000,2023-11-17 08:50:12,72.0,3.0,58.0,8.0,11.0,11.0,18.0,356.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,64.0,4128.0,76.0,72.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4127.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +746,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,,46.0,26.0,19.0,15.0,16.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'],,1593.0,238.0,232.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,1593.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +747,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,2023-03-23 15:39:49.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,41.0,8.0,10.0,287.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']",,265877.0,18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,265877.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +748,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,16.0,74.0,22.0,431.0,28.0,51.0,265.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,130.0,1.0,1.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,130.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +749,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-01-18 09:09:11.000000,2023-01-26 17:04:18,400.0,,103.0,19.0,392.0,68.0,86.0,250.0,An open-source toolkit for large-scale genomic analysis.,24.0,20,False,2022-04-21 00:32:28.000,1.2.1,15.0,glow.py,conda-forge/glow,,,,52295.0,,,https://pypi.org/project/glow.py,2022-04-19 23:43:38.000,,52187.0,https://anaconda.org/conda-forge/glow,2023-06-16 19:24:57.965,3796.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +750,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-01-02 08:24:08.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,161.0,18.0,62.0,234.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,204.0,41.0,39.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,204.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +751,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-01-18 07:16:13.000000,2024-01-18 07:16:12,582.0,6.0,32.0,24.0,635.0,21.0,127.0,232.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,993.0,937.0,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,916.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +752,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,228.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,365.0,1194.0,405.0,391.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,14.0,1190.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +753,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,210.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,61337.0,70.0,68.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,61337.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +754,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,11.0,1028.0,120.0,24.0,11.0,352.0,4174.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,19,True,,,,,,,,,,3.0,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +755,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,,168.0,66.0,54.0,6.0,44.0,3075.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,19,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,40.0,87.0,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,87.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +756,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2023-10-11 16:38:54.000000,2021-06-15 18:41:51,22.0,,260.0,33.0,19.0,27.0,37.0,2916.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,,1542.0,1542.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +757,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,,359.0,86.0,4.0,3.0,18.0,2134.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.0,19,False,,,,pdftabextract,,,,,304.0,48.0,48.0,https://pypi.org/project/pdftabextract,,,304.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +758,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,,170.0,23.0,20.0,15.0,30.0,1539.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,28.0,57.0,4.0,4.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +759,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,41.0,43.0,1026.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'],,1185.0,115.0,110.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,1185.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +760,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2023-12-13 18:40:36.000000,2023-12-13 18:40:36,436.0,9.0,187.0,61.0,7.0,13.0,29.0,1012.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,19,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,124.0,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,124.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +761,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,,165.0,18.0,42.0,22.0,59.0,858.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,7.0,robustness,conda-forge/robustness,,,,888.0,165.0,165.0,https://pypi.org/project/robustness,,,693.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8000.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +762,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,15.0,24.0,58.0,69.0,845.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,428.0,91.0,90.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,428.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +763,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,,225.0,31.0,38.0,39.0,21.0,823.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,,,,,7392.0,2.0,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,2.0,7392.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +764,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,3.0,81.0,14.0,35.0,3.0,23.0,786.0,Leave One Feature Out Importance.,6.0,19,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,647.0,31.0,27.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,647.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +765,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,2023-12-03 18:38:28.000000,2023-12-03 18:37:11,285.0,9.0,106.0,17.0,21.0,,85.0,657.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",11.0,19,True,2023-12-03 18:38:28.000,0.0.82,36.0,auto-ts,,,,,3841.0,,,https://pypi.org/project/auto-ts,2023-12-03 18:38:28.000,,3841.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +766,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,4.0,38.0,15.0,18.0,,20.0,584.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,19,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,188.0,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,188.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +767,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,13.0,22.0,561.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,277.0,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,277.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +768,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,557.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,['pytorch'],,3272.0,134.0,129.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,3272.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +769,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,,67.0,12.0,10.0,22.0,41.0,520.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,,,,,1126.0,45.0,45.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1126.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +770,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,1.0,96.0,26.0,6.0,3.0,31.0,482.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,19,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,890.0,26.0,24.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,890.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +771,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2023-08-12 16:28:59.000000,2023-08-12 16:28:59,266.0,,105.0,20.0,56.0,27.0,20.0,468.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,19,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,1967.0,66.0,58.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,1967.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +772,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,,30.0,16.0,148.0,39.0,66.0,461.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']",,220.0,43.0,43.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,220.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +773,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,5.0,105.0,71.0,7.0,15.0,19.0,419.0,semantic similarity framework for knowledge graph.,10.0,19,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,170.0,49.0,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,3.0,170.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +774,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,11.0,42.0,13.0,63.0,3.0,56.0,313.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2023-01-11 12:25:50.000,2.09,35.0,ivis,,,['tensorflow'],,290.0,31.0,31.0,https://pypi.org/project/ivis,,,290.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +775,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,5.0,68.0,27.0,31.0,30.0,113.0,256.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,19,False,2021-10-31 08:33:47.000,1.7.6,13.0,somoclu,conda-forge/somoclu,,,1850.0,3444.0,,,https://pypi.org/project/somoclu,,,1297.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,83090.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +776,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-01-08 17:42:09.000000,2023-12-05 10:10:07,457.0,28.0,49.0,14.0,77.0,13.0,35.0,230.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,19,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,4994.0,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,4994.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +777,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-01-02 19:42:45.000000,2020-04-18 19:15:25,24.0,,909.0,131.0,39.0,31.0,10.0,7145.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,18,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,['pytorch'],,599.0,36.0,34.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,599.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +778,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,,871.0,109.0,51.0,45.0,159.0,6169.0,Model parallel transformers in JAX and Haiku.,23.0,18,True,,,,,,,['jax'],,,20.0,20.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +779,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,108.0,83.0,67.0,48.0,2927.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'],,108.0,,,,,,,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8540.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +780,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-01-17 11:57:03.000000,2024-01-17 11:56:56,648.0,20.0,365.0,37.0,771.0,149.0,106.0,2717.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,74.0,18,True,,,,,,,['jax'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +781,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,,462.0,81.0,36.0,83.0,68.0,1674.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,,,,,171.0,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,171.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +782,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,26.0,1004.0,127.0,65.0,1640.0,Version control for machine learning.,17.0,18,False,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,795.0,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,795.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +783,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,,251.0,57.0,65.0,8.0,31.0,1359.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,23.0,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +784,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,,188.0,33.0,15.0,18.0,22.0,786.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'],,47.0,14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,47.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +785,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2023-10-03 22:41:56.000000,2021-09-16 17:56:31,171.0,,143.0,35.0,80.0,14.0,55.0,602.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'],,106.0,22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,106.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +786,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,594.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,15.0,baikal,conda-forge/cython-blis,,,,51293.0,11.0,10.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,355.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2037525.0,3.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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,88.0,18.0,18.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,88.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +788,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,2022-03-13 16:33:15.000000,2022-03-13 16:33:15,64.0,,50.0,18.0,7.0,16.0,4.0,471.0,Topological Data Analysis for Python.,4.0,18,False,2021-08-03 00:23:20.000,1.0.0,4.0,scikit-tda,,,['sklearn'],,2223.0,50.0,50.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,2223.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +789,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,95.0,28.0,21.0,36.0,12.0,466.0,A python library for Bayesian time series modeling.,6.0,18,True,2023-05-07 06:30:08.000,0.1.1.12,1.0,pydlm,,,,,21290.0,33.0,33.0,https://pypi.org/project/pydlm,,,21290.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +790,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,,89.0,24.0,19.0,7.0,20.0,454.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'],,143.0,12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,143.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +791,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,15.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2019-03-05 21:32:47.000,0.4.1,7.0,animatplot,conda-forge/animatplot,,,,617.0,56.0,56.0,https://pypi.org/project/animatplot,,,400.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12824.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +792,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-01-18 08:31:50.000000,2023-08-19 12:43:22,678.0,,56.0,30.0,78.0,12.0,25.0,351.0,A Python implementation of active inference for Markov Decision Processes.,14.0,18,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,181.0,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,181.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +793,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-01-05 19:57:49.000000,2023-10-04 14:18:48,810.0,,23.0,7.0,68.0,27.0,19.0,343.0,Flexible time series feature extraction & processing.,6.0,18,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,898.0,11.0,11.0,https://pypi.org/project/tsflex,2022-10-11 21:38:11.312,,231.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,20039.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +794,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'],,403.0,15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,403.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +795,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-01-16 18:36:21.000000,2024-01-16 18:36:16,318.0,2.0,78.0,26.0,328.0,21.0,9.0,327.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,34.0,18,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,"['tensorflow', 'jupyter']",,1711.0,,,https://pypi.org/project/fairness-indicators,2022-12-13 19:06:03.653,,1711.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +796,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,,51.0,11.0,60.0,17.0,41.0,325.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,188.0,37.0,33.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,188.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +797,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,300.0,Textpipe: clean and extract metadata from text.,29.0,18,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,102.0,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,102.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +798,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,260.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,643.0,54.0,51.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,643.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +799,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,30.0,12.0,197.0,20.0,73.0,186.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,18,False,2020-10-12 12:26:09.000,0.5.1,3.0,celer,,,['sklearn'],,554.0,32.0,32.0,https://pypi.org/project/celer,,,554.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +800,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,4.0,11.0,8.0,2.0,,5.0,178.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,18,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,['jupyter'],,345.0,10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,345.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +801,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-01-15 21:10:45.000000,2024-01-15 20:53:58,849.0,20.0,17.0,8.0,177.0,14.0,20.0,149.0,Toolkit for developing and maintaining ML models.,14.0,18,False,2024-01-15 21:13:47.000,0.1.0,33.0,modelkit,,,,,2802.0,,,https://pypi.org/project/modelkit,2024-01-15 21:10:45.000,,2802.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +802,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,126.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,,,,297402.0,8739.0,8553.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,297367.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1054.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +803,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,,1383.0,471.0,21.0,59.0,166.0,6964.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,,,,,,,,,,,,,,,,,,,, +804,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,29.0,958.0,103.0,28.0,21.0,355.0,3638.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,17,True,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +805,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,1537.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,,,,,52.0,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,30.0,,,,3.0,,,,,,,,,tobegit3hub/advisor,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1685.0,,,,,,,,,, +806,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,,87.0,35.0,72.0,25.0,30.0,1096.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,['pytorch'],,2209.0,,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,,2209.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +807,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,,112.0,21.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,,,,,45.0,70.0,69.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,45.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +808,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,13.0,13.0,8.0,16.0,746.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'],,2642.0,29.0,29.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2539.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2807.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +809,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,,111.0,19.0,58.0,2.0,13.0,728.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,https://caer.rtfd.io,,28.0,2812.0,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,2812.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +810,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,101.0,26.0,48.0,19.0,35.0,723.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,17,False,,,,matrixprofile-ts,,,,,295.0,24.0,24.0,https://pypi.org/project/matrixprofile-ts,,,295.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +811,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,,122.0,43.0,435.0,25.0,130.0,701.0,GPU accelerated signal processing.,46.0,17,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,3.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,18.0,21.0,29.0,50.0,673.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,23.0,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,23.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,2023-10-25 00:20:13.000000,2022-08-24 08:31:37,29.0,,66.0,6.0,5.0,2.0,27.0,514.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,2.0,17,False,2022-08-24 08:33:07.000,0.2.6,9.0,shap-hypetune,,,,,2290.0,16.0,15.0,https://pypi.org/project/shap-hypetune,2022-08-24 08:33:00.976,1.0,2290.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +814,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,2023-01-15 22:50:39.000000,2023-01-13 21:57:34,832.0,,41.0,,,,,359.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,True,2023-03-23 17:16:00.413,0.12.0,48.0,sklearn-evaluation,,,['sklearn'],,2007.0,5.0,,https://pypi.org/project/sklearn-evaluation,2020-12-28 15:13:44.000,5.0,2007.0,,,,3.0,7.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,346.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,113.0,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,113.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +816,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,2.0,128.0,34.0,323.0,81.0,129.0,319.0,Brain Imaging Analysis Kit.,35.0,17,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,,,,107.0,1.0,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,1.0,89.0,,,,3.0,,,,,,,,,brainiak/brainiak,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1803.0,,,,,,,,,, +817,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,,33.0,18.0,6.0,18.0,21.0,306.0,,28.0,17,False,,,,dm-launchpad,,,['tensorflow'],,975.0,80.0,80.0,https://pypi.org/project/dm-launchpad,,,975.0,,,,3.0,-4.0,,google-deepmind/launchpad,,,,,,,,,,,,,,,,,,,, +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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,290.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'],164.0,75.0,3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,72.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,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,42.0,11.0,59.0,29.0,47.0,232.0,Scikit-learn compatible estimation of general graphical models.,7.0,17,False,2018-09-12 01:11:31.000,0.2.8,6.0,skggm,,,['sklearn'],,31.0,12.0,12.0,https://pypi.org/project/skggm,,,31.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,8.0,44.0,224.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,33.0,24.0,22.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,33.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +821,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,,765.0,339.0,58.0,2.0,,6642.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,16,False,,,1.0,SerpentAI,,,,325.0,91.0,,,https://pypi.org/project/SerpentAI,,,84.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +822,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,,539.0,178.0,110.0,54.0,149.0,3903.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +823,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2022-06-22 11:47:45.000000,2022-06-21 18:24:09,30.0,,1015.0,63.0,12.0,43.0,25.0,3518.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,['sklearn'],,,31.0,31.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +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,,167.0,61.0,10.0,26.0,6.0,1841.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,,,,41.0,32.0,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,32.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +825,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,57.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,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,59.0,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,59.0,,,,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,18.0,11.0,25.0,18.0,1158.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,16,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,['pytorch'],,131.0,51.0,49.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,131.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +827,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,,147.0,45.0,5.0,3.0,7.0,1000.0,XAI - An eXplainability toolbox for machine learning.,3.0,16,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,143.0,29.0,23.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,6.0,143.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,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,56.0,18.0,7.0,1.0,10.0,793.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,['pytorch'],,2909.0,68.0,67.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2909.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +829,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,,56.0,15.0,10.0,26.0,17.0,736.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,16,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,516.0,41.0,41.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,516.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +830,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,,88.0,17.0,15.0,10.0,22.0,717.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,['pytorch'],,184.0,15.0,15.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,184.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,,100.0,25.0,101.0,37.0,84.0,702.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,,,,411.0,84.0,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,78.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +832,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,2023-09-26 02:55:16.000000,2023-09-26 02:55:09,610.0,,81.0,25.0,4.0,37.0,42.0,683.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,11.0,16,True,2019-05-07 08:47:56.000,0.3.2,3.0,thundergbm,,,,,127.0,2.0,2.0,https://pypi.org/project/thundergbm,,,127.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +833,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,,93.0,18.0,19.0,3.0,29.0,624.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,84.0,12.0,12.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,84.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +834,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,1.0,98.0,39.0,106.0,12.0,51.0,548.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,11.0,16,True,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,220.0,92.0,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,89.0,,,,3.0,,,vaticle/typedb-ml,,,,,,,,,,,,,,,,,,,, +835,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,2023-12-15 23:01:56.000000,2023-10-11 20:12:03,257.0,,66.0,23.0,91.0,19.0,15.0,493.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,,,,,63.0,1.0,1.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,63.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +836,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-01-08 18:31:51.000000,2024-01-08 18:31:46,136.0,4.0,42.0,20.0,165.0,3.0,63.0,433.0,A collection of tools for neural compression enthusiasts.,9.0,16,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,91.0,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,91.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +837,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,405.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,,,,,32.0,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,32.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +838,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,,69.0,24.0,48.0,15.0,19.0,391.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,16,False,,,5.0,skrebate,conda-forge/skrebate,,['sklearn'],,3914.0,,,https://pypi.org/project/skrebate,,,3470.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32006.0,3.0,-4.0,,,,,,,,,,,,,,,,,,,,,, +839,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-01-15 19:35:50.000000,2024-01-15 19:35:42,191.0,3.0,51.0,10.0,14.0,10.0,29.0,375.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,,,,13.0,377.0,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,377.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +840,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-01-02 09:08:58.000000,2024-01-02 09:08:58,172.0,2.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,16,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,['tensorflow'],,62.0,2.0,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,2.0,62.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +841,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,,33.0,24.0,21.0,17.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,71.0,93.0,86.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,7.0,71.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +842,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,,72.0,19.0,93.0,25.0,18.0,308.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,"['sklearn', 'pandas']",8.0,1784.0,,,https://pypi.org/project/pandas-ml,,,1784.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +843,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,13.0,271.0,70.0,175.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,16,False,,,5.0,data-describe,,,,,1641.0,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,1641.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +844,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,39.0,19.0,2.0,10.0,7.0,278.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,16,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,['pandas'],,4751.0,8.0,8.0,https://pypi.org/project/deepgraph,2020-10-01 13:18:38.000,,319.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,172851.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +845,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,11.0,8.0,1.0,10.0,234.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'],,719.0,13.0,13.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,719.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +846,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-01-01 20:21:14.000000,2023-12-06 19:59:05,370.0,1.0,38.0,6.0,132.0,,35.0,221.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,16,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,801.0,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,683.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2848.0,3.0,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,,,, +847,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2020-04-04 19:26:44.000000,2020-04-04 19:26:37,127.0,,29.0,5.0,4.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,16,False,,,23.0,parfit,,,['sklearn'],,3023.0,26.0,26.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,3023.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +848,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,,41.0,1.0,,,,177.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'],,576.0,,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,576.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +849,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,14.0,54.0,16.0,50.0,136.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,,,,,41.0,55.0,50.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +850,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,3.0,9.0,5.0,3.0,1.0,,126.0,Data Analysis Baseline Library.,24.0,16,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,['sklearn'],,1119.0,1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,1119.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +851,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-10-25 21:33:40.000000,2023-03-31 15:44:32,231.0,,20.0,28.0,52.0,7.0,7.0,102.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,['pytorch'],,171.0,41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,171.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +852,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,141.0,28.0,217.0,102.0,2868.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'],,3.0,,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +853,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,,423.0,143.0,72.0,12.0,53.0,2196.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +854,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,5.0,483.0,68.0,26.0,5.0,97.0,1667.0,An Open-Source Package for Network Embedding (NE).,13.0,15,True,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +855,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,,215.0,40.0,40.0,59.0,34.0,1104.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +856,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,,116.0,19.0,295.0,3.0,69.0,1046.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,1.0,5.0,5.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,1.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +857,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2023-12-27 10:05:56.000000,2023-10-21 13:07:20,740.0,1.0,114.0,27.0,109.0,11.0,24.0,1045.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +858,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,826.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,['pytorch'],,57.0,14.0,14.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +859,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,196.0,43.0,667.0,28.0,27.0,811.0,Translate - a PyTorch Language Library.,88.0,15,False,,,1.0,pytorch-translate,,,['pytorch'],,11.0,,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +860,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,110.0,27.0,10.0,24.0,51.0,774.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,10.0,anchor_exp,,,,,930.0,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,930.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +861,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,26.0,4.0,4.0,2.0,671.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,['pytorch'],,38.0,7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,38.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,,52.0,17.0,83.0,18.0,49.0,561.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,['pytorch'],,58.0,,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,58.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +863,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,16.0,39.0,2.0,13.0,397.0,High-level batteries-included neural network training library for Pytorch.,4.0,15,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,['pytorch'],,112.0,9.0,9.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,112.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +864,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,,57.0,19.0,6.0,6.0,,389.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,,,,162.0,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,22.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5892.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +865,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,17.0,7.0,2.0,13.0,231.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,,,,,152.0,6.0,5.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,152.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +866,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,11.0,15.0,6.0,4.0,219.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'],,441.0,8.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,8.0,441.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +867,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,5.0,2.0,16.0,23.0,186.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'],,473.0,11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,473.0,,,,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,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,818.0,78.0,34.0,116.0,59.0,3233.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +869,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,2023-10-04 00:38:12.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,20.0,42.0,85.0,1248.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,,,,,,,,,,,,,,,,,,,,,,, +870,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,,,,1690.0,,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,,191.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,62995.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +871,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,2023-11-17 13:57:42.000000,2023-05-29 18:33:56,62.0,,42.0,11.0,8.0,2.0,12.0,663.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,14,True,,,,rliable`,,,,,,111.0,111.0,https://pypi.org/project/rliable`,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +872,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,500.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,,,,,104.0,10.0,10.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,104.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +873,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,2023-07-14 19:31:30.000000,2023-06-18 21:56:30,277.0,,78.0,14.0,126.0,17.0,136.0,460.0,A Python library for dynamic classifier and ensemble selection.,16.0,14,True,,,,deslib,,,['sklearn'],,906.0,,,https://pypi.org/project/deslib,,,906.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +874,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-01-16 19:59:37.000000,2024-01-16 19:59:36,150.0,2.0,67.0,20.0,172.0,87.0,17.0,392.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'],,59.0,,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,59.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +875,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,371.0,A PyTorch Graph Neural Network Library.,8.0,14,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,['pytorch'],,62.0,3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,62.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +876,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,300.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,['pytorch'],,137.0,26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,137.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +877,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,240.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,155.0,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,155.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +878,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,2023-12-14 11:42:36.000000,2023-11-24 19:47:45,314.0,14.0,7.0,8.0,124.0,7.0,9.0,102.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,14,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,['jax'],,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +879,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,,481.0,110.0,12.0,39.0,8.0,2668.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +880,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,,77.0,47.0,4.0,3.0,,2422.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'],53.0,1450.0,1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,1448.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +881,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,38.0,10.0,13.0,3.0,1335.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,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,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,147.0,32.0,,53.0,59.0,1178.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,13,False,,,4.0,,milagraph/graphvite,,,,88.0,,,,,,,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4686.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,,36.0,12.0,8.0,9.0,3.0,327.0,A Python package for time series augmentation.,4.0,13,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,931.0,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,931.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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,19.0,12.0,57.0,4.0,20.0,291.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'],,39.0,,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +885,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-01-16 15:44:31.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,253.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,,['pytorch'],,92.0,3.0,3.0,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,86.0,,,,3.0,,,,,,,,,enliteai/maze,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.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,243.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,67.0,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,67.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +887,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,,33.0,8.0,72.0,20.0,8.0,229.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,13,False,,,,neuralqa,,,,,74.0,4.0,4.0,https://pypi.org/project/neuralqa,,,74.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +888,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,,,,,48.0,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,38.0,,,,3.0,,,,,,,,,modelchimp/modelchimp-server,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.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,,12.0,7.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,36.0,28.0,28.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +890,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2024-01-12 22:31:01.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2024-01-12 22:31:01.000,3.36.0,272.0,comet_ml,comet_ml,,,,132378.0,65.0,,https://pypi.org/project/comet_ml,2024-01-12 22:31:01.000,65.0,132378.0,https://anaconda.org/anaconda/comet_ml,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +891,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,,400.0,63.0,6.0,62.0,17.0,1781.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,,,,,,,,,,,,,,,,,,,,,,, +892,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,,308.0,87.0,11.0,11.0,6.0,1670.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,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,,52.0,16.0,3.0,2.0,1.0,519.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,96.0,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,96.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +894,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-01-09 17:27:31.000000,2023-10-27 15:32:10,74.0,1.0,58.0,17.0,61.0,6.0,9.0,437.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,12,True,,,,vizseq,,,,,131.0,9.0,9.0,https://pypi.org/project/vizseq,,,131.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +895,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,26.0,22.0,44.0,1.0,5.0,199.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,38.0,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +896,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,,33.0,14.0,18.0,27.0,16.0,120.0,A deep learning python package for neuroimaging data. Made by:.,6.0,12,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,20.0,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,20.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,,10.0,6.0,,2.0,4.0,117.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,"['tensorflow', 'pytorch']",,22.0,4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,22.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,1.0,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,45.0,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,45.0,,,,3.0,,,genixpro/hypermax,,,,,,,,,,,,,,,,,,,, +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,5.0,14.0,97.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'],,601.0,,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,601.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +900,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,,11.0,13.0,26.0,4.0,13.0,85.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,,,,,28.0,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,28.0,,,,3.0,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,,,,, +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,85.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,57.0,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +902,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,2023-03-14 16:25:22.000000,2022-02-09 22:20:11,9.0,,416.0,95.0,17.0,48.0,15.0,3257.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +903,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,,112.0,47.0,13.0,7.0,20.0,948.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +904,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,,143.0,39.0,7.0,15.0,14.0,911.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +905,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,1.0,26.0,8.0,16.0,4.0,6.0,190.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,11,False,2019-09-12 07:41:04.000,2.0,1.0,textvec,,,['sklearn'],,20.0,4.0,4.0,https://pypi.org/project/textvec,,,20.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +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,2022-09-29 08:50:58.000000,2022-09-29 08:50:40,122.0,,12.0,12.0,15.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,11,False,2021-04-22 15:20:54.000,0.0.12,11.0,bias-detector,,,,,129.0,1.0,1.0,https://pypi.org/project/bias-detector,2021-04-22 15:20:54.000,,129.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,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,,,,,7.0,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +908,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,,78.0,18.0,5.0,3.0,12.0,541.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,['sklearn'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +909,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,,48.0,14.0,13.0,9.0,9.0,478.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,['pytorch'],,,,,,,,,,,,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,,20.0,12.0,41.0,7.0,12.0,364.0,A library for distributed ML training with PyTorch.,6.0,10,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,['pytorch'],,,3.0,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +911,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,132.0,Simple Distributed Deep Learning on TensorFlow.,11.0,10,False,,,2.0,autodist,,,['tensorflow'],,12.0,1.0,1.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +912,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,10.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,,,,,12.0,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +913,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']",,37.0,,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,37.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +914,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,140.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,13.0,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +915,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,4.0,7.0,,1.0,,55.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,,,,21.0,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,21.0,https://anaconda.org/conda-forge/tslumen,,,3.0,,,,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-01-25_changes.md b/history/2024-01-25_changes.md new file mode 100644 index 00000000..f20dab96 --- /dev/null +++ b/history/2024-01-25_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 (🥇54 · ⭐ 180K · 📈) - An Open Source Machine Learning Framework for Everyone. Apache-2 +- transformers (🥇50 · ⭐ 120K · 📈) - Transformers: State-of-the-art Machine Learning for.. Apache-2 +- scipy (🥇50 · ⭐ 12K · 📈) - Ecosystem of open-source software for mathematics, science, and.. BSD-3 +- imbalanced-learn (🥇36 · ⭐ 6.6K · 📈) - A Python Package to Tackle the Curse of Imbalanced.. MIT +- mlpack (🥈33 · ⭐ 4.7K · 📈) - mlpack: a fast, header-only C++ machine learning library. BSD-3 +- CNTK (🥉30 · ⭐ 17K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT +- Neural Network Libraries (🥉30 · ⭐ 2.7K · 📈) - Neural Network Libraries. Apache-2 +- efficientnet (🥉27 · ⭐ 2K · 💀) - Implementation of EfficientNet model. Keras and.. Apache-2 +- scikit-rebate (🥉20 · ⭐ 390 · 💀) - A scikit-learn-compatible Python implementation of.. MIT +- launchpad (🥉20 · ⭐ 310 · 📈) - Launchpad is a library that simplifies writing.. 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._ + +- PySpark (🥈38 · ⭐ 38K · 📉) - Apache Spark Python API. Apache-2 +- PyFlink (🥈33 · ⭐ 23K · 📉) - Apache Flink Python API. Apache-2 +- InsightFace (🥈31 · ⭐ 20K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed +- torchtext (🥈29 · ⭐ 3.4K · 📉) - Models, data loaders and abstractions for language.. BSD-3 +- TF-Agents (🥇29 · ⭐ 2.7K · 📉) - TF-Agents: A reliable, scalable and easy to use.. Apache-2 +- UMAP (🥉28 · ⭐ 6.7K · 📉) - Uniform Manifold Approximation and Projection. BSD-3 +- Tesseract (🥈28 · ⭐ 5.3K · 📉) - Python-tesseract is an optical character recognition (OCR).. Apache-2 +- ftfy (🥈28 · ⭐ 3.6K · 📉) - Fixes mojibake and other glitches in Unicode text, after the fact. ❗Unlicensed +- DeepMatcher (🥉17 · ⭐ 520 · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 +- sklearn-evaluation (🥉10 · ⭐ 3 · 💤) - Machine learning model evaluation made easy: plots,.. MIT + diff --git a/history/2024-01-25_projects.csv b/history/2024-01-25_projects.csv new file mode 100644 index 00000000..64bb826c --- /dev/null +++ b/history/2024-01-25_projects.csv @@ -0,0 +1,917 @@ +,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_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,pypi_latest_release_published_at,pypi_dependent_project_count,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-01-14 19:20:38.000000,2024-01-10 20:21:25,1536.0,1.0,661.0,112.0,308.0,54.0,132.0,4326.0,Benchmarks of approximate nearest neighbor libraries in Python.,99.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-01-18 23:23:42.000000,2024-01-18 23:23:41,301.0,24.0,158.0,52.0,179.0,,3.0,2110.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2024-01-18 23:23:48.000,2024.01.18,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-01-25 13:51:38.000000,2024-01-18 15:41:34,319.0,24.0,222.0,88.0,180.0,4.0,5.0,3286.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-01-18 15:41:39.000,2024.01.18,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-01-25 13:51:38.000000,2024-01-18 15:41:34,319.0,24.0,222.0,88.0,180.0,4.0,5.0,3286.0,Collection of database clients for python.,12.0,0,True,2024-01-18 15:41:39.000,2024.01.18,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-01-25 13:51:38.000000,2024-01-18 15:41:34,319.0,24.0,222.0,88.0,180.0,4.0,5.0,3286.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-01-18 15:41:39.000,2024.01.18,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-01-25 13:51:38.000000,2024-01-18 15:41:34,319.0,24.0,222.0,88.0,180.0,4.0,5.0,3286.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-01-18 15:41:39.000,2024.01.18,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-01-25 13:55:48.000000,2024-01-25 13:55:42,158855.0,3247.0,72055.0,7659.0,23617.0,1902.0,36712.0,182448.0,An Open Source Machine Learning Framework for Everyone.,4533.0,54,True,2023-11-14 18:46:08.000,2.15.0,100.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],337656.0,337656.0,https://pypi.org/project/tensorflow,16731922.0,17878263.0,https://anaconda.org/conda-forge/tensorflow,2024-01-21 19:21:14.956,4466242.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-01-25 13:49:05.047352,2256.0,75867211.0,1.0,19.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-01-25 13:44:50.000000,2024-01-25 13:25:36,68686.0,3094.0,19669.0,1684.0,78660.0,12406.0,26911.0,74791.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4609.0,54,True,2023-12-15 01:59:57.000,2.1.2,48.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],380358.0,380358.0,https://pypi.org/project/torch,15896075.0,16612687.0,https://anaconda.org/pytorch/pytorch,2023-12-14 15:11:56.517,20054767.0,,,,,1.0,,32735.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-01-25 14:15:00.000000,2024-01-25 14:05:29,30885.0,315.0,25048.0,2149.0,16689.0,2276.0,9001.0,57159.0,scikit-learn: machine learning in Python.,3062.0,52,True,2024-01-19 10:57:04.000,1.4.0-1,75.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],717841.0,686863.0,https://pypi.org/project/scikit-learn,44864656.0,45455499.0,https://anaconda.org/conda-forge/scikit-learn,2024-01-19 10:17:08.879,25996691.0,,,,,1.0,,935.0,2024-01-18 09:21:23.000,30978.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-01-25 14:06:43.000000,2024-01-25 14:06:38,14976.0,657.0,22688.0,1073.0,14492.0,730.0,13127.0,119224.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2372.0,50,True,2024-01-24 16:15:23.000,4.37.1,100.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",132370.0,132370.0,https://pypi.org/project/transformers,18520937.0,18556484.0,https://anaconda.org/conda-forge/transformers,2024-01-25 00:26:17.305,1493003.0,,,,,1.0,17.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-01-25 14:06:26.000000,2024-01-24 00:23:28,31489.0,447.0,4988.0,350.0,10284.0,1769.0,8180.0,12124.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1577.0,50,True,2024-01-20 22:00:44.000,1.12.0,99.0,scipy,conda-forge/scipy,,,,973645.0,907546.0,https://pypi.org/project/scipy,71039763.0,72218934.0,https://anaconda.org/conda-forge/scipy,2024-01-24 03:11:41.395,44662380.0,,,,,1.0,2.0,392385.0,2024-01-20 21:10:31.000,66099.0,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-01-25 11:52:50.000000,2024-01-25 01:26:25,49472.0,492.0,7143.0,591.0,17649.0,1162.0,8864.0,18775.0,matplotlib: plotting with Python.,1642.0,48,True,2023-11-18 01:36:36.000,3.7.4,80.0,matplotlib,conda-forge/matplotlib,,,,1069081.0,1069081.0,https://pypi.org/project/matplotlib,47648264.0,48150171.0,https://anaconda.org/conda-forge/matplotlib,2023-11-20 21:33:42.497,21582002.0,,,,,1.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-01-25 11:24:29.000000,2024-01-24 19:40:03,17054.0,587.0,1957.0,224.0,4612.0,69.0,2920.0,11428.0,Python Imaging Library (Fork).,458.0,47,True,2024-01-02 09:38:41.000,10.2.0,54.0,Pillow,conda-forge/pillow,,,,1509168.0,1509168.0,https://pypi.org/project/Pillow,74301513.0,75151221.0,https://anaconda.org/conda-forge/pillow,2024-01-03 04:54:52.877,35687768.0,,,,,1.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,2024-01-25 13:49:17.000000,2024-01-25 13:49:17,56947.0,397.0,4199.0,291.0,12884.0,4920.0,8628.0,11788.0,A computer algebra system written in pure Python.,1270.0,46,True,2023-05-10 18:09:23.000,sympy-1.12,50.0,sympy,conda-forge/sympy,,,,112126.0,107237.0,https://pypi.org/project/sympy,9831039.0,9888484.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,4898182.0,,,,,1.0,,529823.0,2023-05-10 18:24:09.226,4889.0,,,,,,,,,,,,,,,,,, +14,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-01-25 11:55:20.000000,2024-01-24 08:29:57,16104.0,43.0,4354.0,556.0,3941.0,93.0,5454.0,28080.0,Industrial-strength Natural Language Processing (NLP) in Python.,748.0,45,True,2023-10-16 16:11:22.000,3.7.2,226.0,spacy,conda-forge/spacy,,,,81819.0,78870.0,https://pypi.org/project/spacy,5572224.0,5649388.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3318066.0,,,,,1.0,,,2023-10-16 16:09:47.000,2949.0,,,,,,,,,,,,,,,,,, +15,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-01-25 13:53:14.000000,2024-01-25 06:42:37,19107.0,1066.0,2364.0,322.0,12222.0,1234.0,3642.0,26416.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",625.0,45,True,2023-12-14 07:26:26.000,jax-v0.4.23,93.0,jax,conda-forge/jaxlib,,,,21288.0,21288.0,https://pypi.org/project/jax,4812171.0,4836156.0,https://anaconda.org/conda-forge/jaxlib,2023-12-23 22:02:22.397,1031377.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +16,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-01-25 14:15:11.000000,2024-01-25 09:37:28,10084.0,241.0,3052.0,246.0,9860.0,652.0,6044.0,25748.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",926.0,45,True,2023-12-21 15:14:18.000,2.1.3,106.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],28330.0,28330.0,https://pypi.org/project/pytorch-lightning,4392636.0,4417226.0,https://anaconda.org/conda-forge/pytorch-lightning,2023-12-21 18:47:20.324,1039614.0,,,,,1.0,,14049.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +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-01-25 09:03:20.000000,2024-01-25 06:54:21,6732.0,119.0,8692.0,910.0,4942.0,412.0,4708.0,25251.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",634.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,80585.0,78777.0,https://pypi.org/project/xgboost,11793627.0,11901119.0,https://anaconda.org/conda-forge/xgboost,2024-01-19 09:21:22.082,4511875.0,,,,,1.0,,8008.0,2023-12-19 21:59:17.000,1808.0,,,,,,,,,,,,,,,,,, +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-01-25 14:02:54.000000,2024-01-25 12:04:24,46246.0,1861.0,5208.0,726.0,43293.0,1011.0,16659.0,21271.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1157.0,45,True,2024-01-08 06:43:49.000,2.6.0,61.0,paddlepaddle,,,,['paddle'],4551.0,4551.0,https://pypi.org/project/paddlepaddle,179550.0,179722.0,,,,,,,,1.0,,15368.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-01-25 10:03:49.000000,2024-01-24 06:01:29,20368.0,84.0,4205.0,443.0,5955.0,760.0,6806.0,18519.0,"Interactive Data Visualization in the browser, from Python.",680.0,45,True,2024-01-08 19:07:44.000,3.3.3,192.0,bokeh,conda-forge/bokeh,,,,86098.0,82290.0,https://pypi.org/project/bokeh,3333891.0,3643145.0,https://anaconda.org/conda-forge/bokeh,2024-01-08 21:10:28.843,13297951.0,,,,,1.0,,,2024-01-25 04:23:23.000,3808.0,,,,,,,,,,,,,,,,,, +20,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-01-24 22:24:29.000000,2024-01-18 10:54:02,15247.0,132.0,2616.0,279.0,3843.0,2552.0,2731.0,9239.0,Statsmodels: statistical modeling and econometrics in Python.,422.0,45,True,2023-12-14 14:31:51.000,0.14.1,26.0,statsmodels,conda-forge/statsmodels,,,,113048.0,113048.0,https://pypi.org/project/statsmodels,11976472.0,12257955.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12103776.0,,,,,1.0,,30.0,,,,,,,,,,,,,,,,,,,, +21,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-01-25 14:19:27.000000,2024-01-25 10:08:29,5260.0,341.0,3785.0,292.0,7308.0,1326.0,2303.0,16340.0,Open source platform for the machine learning lifecycle.,690.0,44,True,2023-12-14 15:34:34.000,2.9.2,87.0,mlflow,conda-forge/mlflow,,,,29792.0,29256.0,https://pypi.org/project/mlflow,14273760.0,14313478.0,https://anaconda.org/conda-forge/mlflow,2023-12-14 16:11:35.887,1707879.0,,,,,1.0,,,2023-12-14 05:30:49.000,536.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-01-23 17:22:14.000000,2024-01-23 14:35:13,6291.0,60.0,2414.0,281.0,1592.0,1408.0,1377.0,14758.0,The interactive graphing library for Python This project now includes Plotly Express!.,252.0,44,True,2023-10-25 19:52:56.000,5.18.0,294.0,plotly,conda-forge/plotly,,,,239297.0,233733.0,https://pypi.org/project/plotly,10614091.0,10749354.0,https://anaconda.org/conda-forge/plotly,2023-10-25 22:33:48.925,5182489.0,,,,,1.0,,,2023-10-25 19:43:41.000,5557.0,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,7.0,17480.0,,,,,,,,,,,, +23,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-01-25 13:07:25.000000,2024-01-25 13:04:48,3229.0,35.0,1754.0,259.0,1084.0,114.0,2344.0,11624.0,Statistical data visualization in Python.,210.0,44,True,2024-01-25 13:21:20.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,352994.0,352994.0,https://pypi.org/project/seaborn,12690530.0,12875615.0,https://anaconda.org/conda-forge/seaborn,2024-01-03 20:19:50.194,7958561.0,,,,,1.0,,375.0,,,,,,,,,,,,,,,,,,,, +24,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-01-25 07:47:53.000000,2024-01-25 00:33:12,10250.0,353.0,18585.0,1913.0,6878.0,173.0,11377.0,60197.0,Deep Learning for humans.,1270.0,43,True,2024-01-20 20:12:15.000,3.0.4,58.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],,,https://pypi.org/project/keras,13030534.0,13108719.0,https://anaconda.org/conda-forge/keras,2024-01-21 22:53:49.247,3361986.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +25,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-01-25 14:11:44.000000,2024-01-25 13:16:44,20468.0,818.0,5076.0,467.0,25975.0,3508.0,13352.0,29592.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,967.0,43,True,2024-01-19 00:28:32.000,ray-2.9.1,97.0,ray,conda-forge/ray-tune,,,,13827.0,13364.0,https://pypi.org/project/ray,2710324.0,2715268.0,https://anaconda.org/conda-forge/ray-tune,2024-01-24 15:18:39.187,182874.0,,,,,1.0,,193.0,2024-01-19 00:23:03.000,463.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-01-25 11:47:36.000000,2024-01-25 07:43:13,6158.0,350.0,1776.0,145.0,3206.0,429.0,3138.0,25817.0,"Wrap UIs around any model, share with anyone.",247.0,43,True,2023-08-23 23:33:20.000,3.41.0,100.0,gradio,,,,,21557.0,21557.0,https://pypi.org/project/gradio,4742089.0,4742089.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +27,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-01-25 14:26:50.000000,2024-01-25 09:32:27,2640.0,71.0,3634.0,439.0,3075.0,301.0,2334.0,16273.0,Open standard for machine learning interoperability.,305.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,,23765.0,23094.0,https://pypi.org/project/onnx,3909379.0,3930770.0,https://anaconda.org/conda-forge/onnx,2024-01-25 12:19:38.120,908485.0,,,,,1.0,,19848.0,2023-10-26 18:30:51.000,671.0,,,,,,,,,,,,,,,,,, +28,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-01-25 08:57:25.000000,2024-01-25 05:19:42,3414.0,50.0,3796.0,437.0,3061.0,343.0,2893.0,15817.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",295.0,43,True,2023-12-22 04:47:45.000,4.2.0,35.0,lightgbm,conda-forge/lightgbm,,,,29911.0,29039.0,https://pypi.org/project/lightgbm,6495198.0,6551941.0,https://anaconda.org/conda-forge/lightgbm,2023-12-22 13:12:54.633,2165314.0,,,,,2.0,,211570.0,2023-12-22 04:47:45.000,872.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-01-25 13:32:29.000000,2024-01-25 10:57:59,8039.0,142.0,1665.0,213.0,5662.0,1031.0,4087.0,11710.0,Parallel computing with task scheduling.,592.0,43,True,2024-01-12 21:50:35.000,2024.1.0,187.0,dask,conda-forge/dask,,,,59663.0,56545.0,https://pypi.org/project/dask,5737359.0,5979429.0,https://anaconda.org/conda-forge/dask,2024-01-13 01:04:10.654,10651113.0,,,,,1.0,,,2024-01-12 21:50:35.000,3118.0,,,,,,,stable/dask,,,,,,,,,,, +30,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-01-25 11:34:36.000000,2024-01-22 14:23:04,3778.0,56.0,6855.0,398.0,5142.0,960.0,2304.0,15058.0,"Datasets, Transforms and Models specific to Computer Vision.",571.0,42,True,2023-12-15 02:04:19.000,0.16.2,40.0,torchvision,conda-forge/torchvision,,,['pytorch'],5010.0,21.0,https://pypi.org/project/torchvision,10535409.0,10564266.0,https://anaconda.org/conda-forge/torchvision,2023-12-13 18:56:48.112,965800.0,,,,,1.0,,36630.0,2023-12-14 21:49:42.000,4989.0,,,,,,,,,,,,,,,,,, +31,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,,2010-09-06 00:53:44.000,2024-01-25 11:11:55.000000,2024-01-24 18:09:47,7574.0,103.0,3095.0,274.0,3625.0,397.0,2943.0,13814.0,Network Analysis in Python.,705.0,42,False,2023-10-28 09:53:23.000,networkx-3.2.1,54.0,networkx,conda-forge/networkx,,,,218167.0,218167.0,https://pypi.org/project/networkx,37850372.0,38205434.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14557576.0,,,,,1.0,,65.0,,,,,,,,,,,,,,,,,,,, +32,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-01-14 08:16:58.000000,2023-12-24 12:24:15,14508.0,39.0,2697.0,468.0,1447.0,247.0,1504.0,12732.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,452.0,42,True,,,17.0,nltk,conda-forge/nltk,,,,246425.0,246425.0,https://pypi.org/project/nltk,12238341.0,12265246.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2394633.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +33,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-01-25 14:30:59.000000,2024-01-25 09:17:43,4631.0,83.0,2064.0,1694.0,4479.0,306.0,2582.0,11476.0,WebGL2 powered visualization framework.,243.0,42,True,2024-01-19 15:08:57.947,8.9.34,627.0,pydeck,conda-forge/pydeck,,,['jupyter'],7605.0,7060.0,https://pypi.org/project/pydeck,1750587.0,2100847.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,471328.0,,,,,1.0,,,2023-04-15 06:29:01.705,56.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-01-22 12:31:51.578,489.0,340232.0,,,,,,,,,,,, +34,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-01-25 10:34:40.000000,2024-01-25 04:22:55,5745.0,39.0,1635.0,193.0,4896.0,650.0,1221.0,6457.0,TensorFlows Visualization Toolkit.,312.0,42,True,2023-11-02 20:49:50.000,2.15.1,56.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],214517.0,211587.0,https://pypi.org/project/tensorboard,20617156.0,20721374.0,https://anaconda.org/conda-forge/tensorboard,2023-11-03 15:31:12.158,4481398.0,,,,,1.0,,,2023-11-02 20:49:50.000,2930.0,,,,,,,,,,,,,,,,,, +35,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-01-25 06:05:21.000000,2024-01-25 06:04:04,2127.0,77.0,4500.0,309.0,436.0,69.0,768.0,28520.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",128.0,41,True,2023-11-24 19:09:08.000,0.9.12,55.0,timm,conda-forge/timm,,,['pytorch'],22418.0,22040.0,https://pypi.org/project/timm,3905246.0,4017045.0,https://anaconda.org/conda-forge/timm,2023-11-25 15:42:55.281,119739.0,,,,,1.0,,6101186.0,2023-11-24 18:56:31.000,378.0,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,, +36,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-01-25 11:46:12.000000,2024-01-24 01:09:02,9160.0,121.0,1142.0,137.0,5342.0,517.0,4057.0,12812.0,ML Experiments Management with Git.,290.0,41,True,2024-01-24 09:29:32.000,3.42.0,509.0,dvc,conda-forge/dvc,,,,12321.0,12228.0,https://pypi.org/project/dvc,617533.0,662383.0,https://anaconda.org/conda-forge/dvc,2024-01-19 02:27:28.801,1754165.0,,,,,1.0,,44616.0,2024-01-24 09:29:32.000,93.0,,,,,,,,dvc,dvc,dvc,,,,,,,, +37,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-01-16 18:13:51.000000,2024-01-09 19:28:45,3619.0,36.0,711.0,141.0,1318.0,154.0,1743.0,8675.0,Declarative statistical visualization library for Python.,160.0,41,True,2023-11-28 06:23:39.000,5.2.0,27.0,altair,conda-forge/altair,,,,102441.0,102441.0,https://pypi.org/project/altair,14760443.0,14845492.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2126222.0,,,,,1.0,,96.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-01-25 08:55:23.000000,2024-01-25 08:55:20,47242.0,476.0,1139.0,197.0,377.0,523.0,1666.0,7563.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1203.0,41,True,2023-09-19 20:01:10.000,1.2.2,109.0,catboost,conda-forge/catboost,,,,367.0,12.0,https://pypi.org/project/catboost,1586591.0,1627247.0,https://anaconda.org/conda-forge/catboost,2023-09-19 20:23:11.996,1438489.0,,,,,2.0,,212953.0,2023-09-19 18:13:58.000,355.0,,,,,,,,,,,,,,,,,, +39,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-01-25 05:53:32.000000,2024-01-16 16:57:18,13798.0,32.0,2214.0,186.0,4343.0,742.0,2038.0,5750.0,Image processing in Python.,645.0,41,False,2023-10-03 21:36:37.000,0.22.0,59.0,scikit-image,conda-forge/scikit-image,,,,178263.0,167795.0,https://pypi.org/project/scikit-image,13656443.0,13793820.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,5907228.0,,,,,1.0,,,2023-10-03 21:35:27.000,10468.0,,,,,,,,,,,,,,,,,, +40,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-01-25 14:23:44.000000,2024-01-23 23:03:40,2081.0,181.0,3751.0,311.0,2452.0,913.0,1500.0,31012.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",282.0,40,True,2024-01-23 23:02:47.000,0.13.1,83.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],5626.0,5525.0,https://pypi.org/project/deepspeed,374986.0,375353.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17663.0,1.0,,,2024-01-23 23:02:47.000,101.0,,,,,,,,,,,,,,,,,, +41,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-01-25 14:25:18.000000,2024-01-25 01:39:55,6052.0,146.0,2702.0,304.0,4058.0,709.0,3160.0,29787.0,Streamlit A faster way to build and share data apps.,217.0,40,True,2024-01-11 18:50:58.000,1.30.0,213.0,streamlit,,,,,1347.0,,https://pypi.org/project/streamlit,2868063.0,2868063.0,,,,,,,,1.0,,,2024-01-11 18:50:51.000,1347.0,,,,,,,,,,,,,,,,,, +42,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-01-25 13:08:31.000000,2024-01-24 15:17:51,2590.0,31.0,3020.0,248.0,789.0,1417.0,966.0,21031.0,A game theoretic approach to explain the output of any machine learning model.,229.0,40,True,2024-01-25 13:08:31.000,0.44.1,52.0,shap,conda-forge/shap,,,,15412.0,15412.0,https://pypi.org/project/shap,6851345.0,6912324.0,https://anaconda.org/conda-forge/shap,2024-01-08 16:40:58.890,2256243.0,,,,,1.0,,,,,shap/shap,,,,,,,,,,,,,,,,, +43,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-01-01 12:37:49.000000,2023-10-01 14:51:00,4509.0,,4375.0,434.0,1685.0,377.0,1444.0,14950.0,Topic Modelling for Humans.,449.0,40,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,58187.0,55021.0,https://pypi.org/project/gensim,3751770.0,3786968.0,https://anaconda.org/conda-forge/gensim,2023-08-24 12:30:21.806,1195180.0,,,,,1.0,,4553.0,2023-08-24 08:48:21.000,3166.0,piskvorky/gensim,,,,,,,,,,,,,,,,, +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,2024-01-23 19:47:16.000000,2024-01-21 18:10:41,1172.0,89.0,2112.0,233.0,527.0,179.0,1051.0,11106.0,Download market data from Yahoo! Finances API.,106.0,40,True,2024-01-21 18:12:42.000,0.2.36,108.0,yfinance,ranaroussi/yfinance,,,,32678.0,32368.0,https://pypi.org/project/yfinance,1327570.0,1330412.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,85273.0,,,,,1.0,,,2024-01-21 18:12:42.000,310.0,,,,,,,,,,,,,,,,,, +45,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-01-25 10:26:40.000000,2024-01-23 14:11:26,9726.0,54.0,1916.0,227.0,3812.0,269.0,2958.0,7995.0,Bayesian Modeling and Probabilistic Programming in Python.,478.0,40,True,2023-12-21 11:15:57.000,5.10.3,77.0,pymc3,conda-forge/pymc3,,,,2886.0,2636.0,https://pypi.org/project/pymc3,624222.0,630538.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,548085.0,,,,,1.0,,1936.0,2022-03-15 10:10:19.000,250.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,2024-01-25 04:33:04.000000,2024-01-24 23:56:35,6073.0,177.0,594.0,56.0,3954.0,830.0,2116.0,7758.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,172.0,40,True,2024-01-09 21:46:16.000,0.16.2,267.0,wandb,conda-forge/wandb,,,,37823.0,37118.0,https://pypi.org/project/wandb,10899690.0,10910312.0,https://anaconda.org/conda-forge/wandb,2024-01-10 00:10:20.527,446127.0,,,,,1.0,,,2024-01-09 21:20:59.000,705.0,wandb/wandb,,,,,,,,,,,,,,,,, +47,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-01-25 13:02:51.000000,2024-01-25 13:02:51,1873.0,52.0,910.0,106.0,1521.0,444.0,1184.0,4032.0,Python tools for geographic data.,218.0,40,True,2024-01-04 21:40:30.000,0.14.2,51.0,geopandas,conda-forge/geopandas,,,['pandas'],32408.0,30540.0,https://pypi.org/project/geopandas,5540628.0,5619025.0,https://anaconda.org/conda-forge/geopandas,2024-01-05 07:21:01.270,3369959.0,,,,,1.0,,2423.0,2024-01-04 21:40:25.000,1868.0,,,,,,,,,,,,,,,,,, +48,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-01-25 08:11:03.000000,2024-01-24 20:04:26,3478.0,131.0,1109.0,132.0,2811.0,274.0,1149.0,1996.0,A library for training and deploying machine learning models on Amazon SageMaker.,418.0,40,True,2024-01-23 20:32:26.000,2.204.0,562.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3590.0,3498.0,https://pypi.org/project/sagemaker,38478020.0,38495232.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2023-11-27 10:45:24.319,705695.0,,,,,1.0,,,2024-01-23 20:32:26.000,92.0,,,,,,,,,,,,,,,,,, +49,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2023-10-22 22:49:37.000000,2023-01-30 18:15:21,1757.0,,8561.0,1061.0,1449.0,76.0,1716.0,33442.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,39,True,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,52249.0,49551.0,https://pypi.org/project/gym,738722.0,744565.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,262968.0,,,,,1.0,,,2023-07-20 15:30:49.667,2698.0,,,,,,,,,,,,,,,,,, +50,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-01-25 14:01:36.000000,2024-01-05 06:10:48,2701.0,19.0,8188.0,374.0,3105.0,1233.0,6616.0,26884.0,OpenMMLab Detection Toolbox and Benchmark.,453.0,39,True,2024-01-05 06:24:15.000,3.3.0,53.0,mmdet,,,,['pytorch'],2124.0,2124.0,https://pypi.org/project/mmdet,145245.0,145245.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +51,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-01-25 14:33:05.000000,2024-01-09 17:54:08,7097.0,28.0,1912.0,416.0,1011.0,770.0,853.0,19973.0,Data Apps & Dashboards for Python. No JavaScript Required.,143.0,39,True,2023-11-28 00:56:54.000,2.14.2,103.0,dash,conda-forge/dash,,,,57409.0,57409.0,https://pypi.org/project/dash,2189156.0,2216689.0,https://anaconda.org/conda-forge/dash,2023-11-28 06:37:33.255,1183889.0,,,,,1.0,,64.0,,,,,,,,,,,,,,,,,,,, +52,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-01-17 05:57:59.000000,2024-01-10 17:54:15,8511.0,26.0,2194.0,207.0,4156.0,18.0,1911.0,19616.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2023-12-14 15:31:33.000,3.23.2,2454.0,jina,conda-forge/jina-core,jinaai/jina,,,1526.0,1509.0,https://pypi.org/project/jina,116198.0,146056.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,59522.0,https://hub.docker.com/r/jinaai/jina,2024-01-08 08:54:01.226227,8.0,1303489.0,2.0,,,2023-12-14 15:28:30.000,17.0,,,,,,,,,,,,,,,,,, +53,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-01-24 12:13:37.000000,2023-11-29 14:40:08,32592.0,8.0,4500.0,351.0,6328.0,113.0,6641.0,17521.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",592.0,39,True,2024-01-19 13:39:29.000,3.6.16,369.0,rasa,,,,['tensorflow'],3970.0,3903.0,https://pypi.org/project/rasa,166399.0,166399.0,,,,,,,,1.0,,,2024-01-19 13:39:16.000,67.0,,,,,,,,,,,,,,,,,, +54,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-01-25 14:24:39.000000,2024-01-24 23:12:43,4233.0,214.0,1185.0,102.0,3346.0,760.0,1342.0,7173.0,A unified framework for machine learning with time series.,318.0,39,True,2023-12-27 02:41:28.000,0.25.0,59.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2172.0,2113.0,https://pypi.org/project/sktime,651258.0,682189.0,https://anaconda.org/conda-forge/sktime-all-extras,2023-12-27 11:05:10.395,927907.0,,,,,1.0,,84.0,2023-12-27 02:41:28.000,59.0,sktime/sktime,,,,,,,,,,,,,,,,, +55,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-01-25 00:07:47.000000,2024-01-21 09:56:02,1777.0,29.0,2246.0,167.0,802.0,71.0,988.0,6558.0,Python Data. Leaflet.js Maps.,160.0,39,True,2023-12-04 11:12:36.000,0.15.1,30.0,folium,conda-forge/folium,,,,34114.0,33291.0,https://pypi.org/project/folium,747912.0,818014.0,https://anaconda.org/conda-forge/folium,2023-12-04 11:42:27.248,2523676.0,,,,,1.0,,,2023-12-04 11:12:36.000,823.0,,,,,,,,,,,,,,,,,, +56,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-01-25 14:23:43.000000,2024-01-25 13:16:52,1250.0,121.0,707.0,94.0,1183.0,97.0,1090.0,6403.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",213.0,39,True,2024-01-11 15:26:04.000,0.26.1,40.0,accelerate,conda-forge/accelerate,,,['pytorch'],24686.0,24152.0,https://pypi.org/project/accelerate,7611853.0,7615486.0,https://anaconda.org/conda-forge/accelerate,2024-01-11 22:35:05.818,98098.0,,,,,1.0,,,2024-01-11 15:25:26.000,534.0,,,,,,,,,,,,,,,,,, +57,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-01-25 08:13:17.000000,2024-01-23 18:03:17,5670.0,100.0,706.0,56.0,4899.0,1464.0,2301.0,1514.0,A distributed task scheduler for Dask.,322.0,39,True,2024-01-12 21:50:32.000,2024.1.0,219.0,distributed,conda-forge/distributed,,,,33747.0,32422.0,https://pypi.org/project/distributed,2852726.0,3145906.0,https://anaconda.org/conda-forge/distributed,2024-01-13 00:00:13.369,12899950.0,,,,,1.0,,,2024-01-12 21:50:32.000,1325.0,,,,,,,,,,,,,,,,,, +58,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-01-25 13:38:46.000000,2024-01-25 09:26:26,39667.0,1074.0,26420.0,2032.0,44853.0,,,37659.0,Apache Spark Python API.,2998.0,38,True,,,33.0,pyspark,conda-forge/pyspark,,,['spark'],,,https://pypi.org/project/pyspark,28808901.0,28878087.0,https://anaconda.org/conda-forge/pyspark,2023-10-04 13:44:45.676,2975034.0,,,,,2.0,-7.0,,,,,,,,,,stable/spark,,,,,,,,,,, +59,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-01-24 15:59:32.000000,2024-01-24 03:54:03,6127.0,17.0,6893.0,418.0,2821.0,946.0,7494.0,36072.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",152.0,38,True,2023-10-18 12:32:48.000,2.7.1,8.0,paddleocr,,,,['paddle'],2168.0,2168.0,https://pypi.org/project/paddleocr,132605.0,132605.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +60,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-01-25 14:20:56.000000,2024-01-25 12:57:00,18961.0,678.0,2686.0,331.0,18701.0,605.0,9386.0,25255.0,"A cloud-native vector database, storage for next generation AI applications.",262.0,38,True,2024-01-17 12:27:12.000,2.3.5,100.0,pymilvus,,milvusdb/milvus,,,,,https://pypi.org/project/pymilvus,408999.0,616642.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-01-25 12:47:32.126204,39.0,10522299.0,1.0,,68796.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-01-22 01:59:12.000000,2024-01-07 05:14:04,2733.0,9.0,7501.0,619.0,2216.0,200.0,1584.0,25115.0,The fastai deep learning library.,662.0,38,True,2023-10-15 04:04:44.000,2.7.13,147.0,fastai,,,,['pytorch'],16348.0,16002.0,https://pypi.org/project/fastai,370046.0,370046.0,,,,,,,,2.0,,,2023-10-15 04:04:44.000,346.0,,,,,,,,,,,,,,,,,, +62,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-01-24 14:38:17.000000,2024-01-23 14:27:48,1310.0,94.0,2166.0,126.0,318.0,985.0,862.0,12950.0,Multilingual Sentence & Image Embeddings with BERT.,135.0,38,True,2022-06-26 19:52:06.000,2.2.2,32.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],22992.0,22992.0,https://pypi.org/project/sentence-transformers,2960018.0,2964914.0,https://anaconda.org/conda-forge/sentence-transformers,2023-06-16 19:21:44.846,195843.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +63,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-01-25 09:20:16.000000,2024-01-25 08:03:25,3889.0,357.0,2841.0,170.0,4470.0,353.0,2193.0,12709.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",283.0,38,True,2024-01-12 03:51:43.000,2.0.0,35.0,dgl,,,,,185.0,185.0,https://pypi.org/project/dgl,64185.0,64185.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,2024-01-25 12:01:50.000000,2024-01-09 02:59:09,8235.0,4.0,3314.0,477.0,683.0,46.0,2122.0,12575.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,38,False,2023-06-03 20:05:00.841,19.24.2,36.0,dlib,conda-forge/dlib,,,,25334.0,24533.0,https://pypi.org/project/dlib,358960.0,374353.0,https://anaconda.org/conda-forge/dlib,2024-01-11 01:14:47.895,651330.0,,,,,2.0,,25367.0,2023-06-03 20:05:00.841,801.0,,,,,,,,,,,,,,,,,, +65,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,1.0,2511.0,543.0,4118.0,685.0,2088.0,9837.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,17525.0,14686.0,https://pypi.org/project/theano,398590.0,425138.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2389372.0,,,,,2.0,,,2020-07-27 16:13:54.000,2839.0,,,,,,,,,,,,,,,,,, +66,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-01-25 11:26:43.000000,2024-01-25 11:26:43,1642.0,217.0,1053.0,170.0,1883.0,435.0,590.0,9638.0,Development repository for the Triton language and compiler.,209.0,38,True,2024-01-10 03:11:56.000,2.2.0,192.0,triton,,,,,105.0,21.0,https://pypi.org/project/triton,7941480.0,7941480.0,,,,,,,,1.0,,,2024-01-10 03:11:56.000,84.0,,,,,,,,,,,,,,,,,, +67,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-01-25 02:21:58.000000,2024-01-22 04:49:59,16875.0,157.0,910.0,120.0,3367.0,81.0,1482.0,9174.0,A hyperparameter optimization framework.,255.0,38,False,2023-12-11 05:05:36.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,12458.0,11977.0,https://pypi.org/project/optuna,1845592.0,1859792.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,610624.0,,,,,1.0,,,2023-12-11 05:05:36.000,481.0,,,,,,,,,,,,,,,,,, +68,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-01-25 14:08:32.000000,2024-01-25 14:08:31,2642.0,57.0,890.0,129.0,1747.0,242.0,615.0,9065.0,Geometric Computer Vision Library for SpatialAI.,247.0,38,True,2023-12-27 10:47:21.000,0.7.1,37.0,kornia,conda-forge/kornia,,,['pytorch'],8112.0,8112.0,https://pypi.org/project/kornia,2464478.0,2467524.0,https://anaconda.org/conda-forge/kornia,2023-08-04 20:43:55.693,112189.0,,,,,1.0,,920.0,,,,,,,,,,,,,,,,,,,, +69,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-01-25 12:54:54.000000,2024-01-14 09:05:32,5076.0,82.0,1714.0,132.0,973.0,328.0,1908.0,8127.0,"An open-source, low-code machine learning library in Python.",130.0,38,True,2023-11-12 21:46:01.000,3.2.0,95.0,pycaret,conda-forge/pycaret,,,,5050.0,5033.0,https://pypi.org/project/pycaret,286531.0,287572.0,https://anaconda.org/conda-forge/pycaret,2023-11-16 02:21:22.926,42026.0,,,,,2.0,,679.0,2023-11-12 21:44:47.000,17.0,,,,,,,,,,,,,,,,,, +70,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-01-25 13:00:06.000000,2024-01-25 12:38:05,4140.0,230.0,552.0,82.0,2165.0,107.0,679.0,5144.0,Flax is a neural network library for JAX that is designed for flexibility.,216.0,38,True,2024-01-23 23:16:50.000,0.8.0,37.0,flax,conda-forge/flax,,,['jax'],5782.0,5782.0,https://pypi.org/project/flax,3007088.0,3008242.0,https://anaconda.org/conda-forge/flax,2024-01-24 00:15:15.896,39232.0,,,,,2.0,,50.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-01-25 13:55:18.000000,2024-01-22 13:30:07,6150.0,107.0,1504.0,109.0,4127.0,650.0,706.0,4094.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",302.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],16252.0,16034.0,https://pypi.org/project/tensorflow-datasets,2264275.0,2265090.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,26106.0,,,,,1.0,,,2023-12-18 13:28:06.000,218.0,,,,,,,,,,,,,,,,,, +72,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-01-24 11:16:04.000000,2024-01-24 08:06:10,2235.0,10.0,543.0,88.0,782.0,230.0,897.0,3567.0,Manipulation and analysis of geometric objects.,151.0,38,True,2023-10-12 20:37:19.000,2.0.2,121.0,shapely,conda-forge/shapely,,,,61902.0,60558.0,https://pypi.org/project/shapely,15583389.0,15798754.0,https://anaconda.org/conda-forge/shapely,2023-11-23 18:52:59.047,8825643.0,,,,,2.0,,2887.0,2023-10-12 20:37:19.000,1344.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-01-25 14:20:59.000000,2024-01-25 07:57:26,17816.0,138.0,1302.0,84.0,7685.0,512.0,4224.0,2449.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,361.0,38,True,2024-01-16 18:38:53.000,1.6.1,77.0,mne,conda-forge/mne,,,,3715.0,3422.0,https://pypi.org/project/mne,94498.0,102350.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,345523.0,,,,,1.0,,,2024-01-16 18:38:53.000,293.0,,,,,,,,,,,,,,,,,, +74,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2023-12-14 16:43:19.109000,2023-12-11 02:26:35,1519.0,10.0,271.0,32.0,475.0,93.0,489.0,1368.0,Python library for reading and writing image data.,109.0,38,True,2023-12-11 02:26:46.000,2.33.1,89.0,imageio,conda-forge/imageio,,,,117126.0,114002.0,https://pypi.org/project/imageio,21420580.0,21563618.0,https://anaconda.org/conda-forge/imageio,2023-12-14 16:43:19.109,6006971.0,,,,,1.0,,957.0,2023-12-11 02:26:42.000,3124.0,,,,,,,,,,,,,,,,,, +75,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-01-17 14:24:55.000000,2020-02-15 08:33:35,523.0,,6699.0,1291.0,165.0,662.0,224.0,31923.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,,,,27904.0,26205.0,https://pypi.org/project/jieba,678393.0,680231.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,148930.0,,,,,1.0,,,2020-01-20 14:27:23.000,1699.0,,,,,,,,,,,,,,,,,, +76,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-01-25 02:56:53.000000,2024-01-24 21:19:29,990.0,90.0,3187.0,471.0,852.0,395.0,1871.0,26484.0,A library for efficient similarity search and clustering of dense vectors.,150.0,37,True,2023-04-20 13:45:29.000,1.7.4,15.0,pymilvus,conda-forge/faiss,,,,3384.0,3384.0,https://pypi.org/project/pymilvus,408999.0,431935.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1009224.0,,,,,1.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,,6891.0,1074.0,11124.0,1805.0,7763.0,20676.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,37,True,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7304.0,7005.0,https://pypi.org/project/mxnet,390824.0,391256.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10575.0,,,,,2.0,,26535.0,2022-05-17 21:11:13.000,294.0,apache/mxnet,,,,,,,,,,5.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-01-22 02:16:22.000000,2024-01-18 02:26:18,1371.0,18.0,1574.0,151.0,743.0,201.0,552.0,11736.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,117.0,37,True,2024-01-08 15:03:46.000,4.6.4,55.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2286.0,2286.0,https://pypi.org/project/pandas-profiling,530169.0,534847.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,416403.0,,,,,2.0,,35.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +79,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-01-24 15:27:39.000000,2024-01-15 19:17:18,4699.0,61.0,4777.0,388.0,676.0,612.0,1282.0,11672.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",195.0,37,False,2024-01-24 15:27:39.000,2.6.5,57.0,glfw,conda-forge/glfw,,,,215.0,22.0,https://pypi.org/project/glfw,207137.0,245888.0,https://anaconda.org/conda-forge/glfw,2023-12-14 03:10:06.213,175510.0,,,,,2.0,,3576151.0,2024-01-24 15:27:39.000,193.0,,,,,,,,,,,,,,,,,, +80,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-01-14 15:46:33.000000,2023-07-11 16:23:35,1095.0,,1414.0,255.0,657.0,375.0,1024.0,11352.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,14.0,moviepy,conda-forge/moviepy,,,,33407.0,33407.0,https://pypi.org/project/moviepy,674701.0,677537.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,221252.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +81,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-01-23 14:10:25.000000,2024-01-22 16:54:37,1755.0,16.0,657.0,117.0,559.0,215.0,661.0,8062.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,85.0,37,True,2024-01-22 16:49:29.000,0.15.1,83.0,tokenizers,conda-forge/tokenizers,,,,57630.0,57630.0,https://pypi.org/project/tokenizers,15693885.0,15727764.0,https://anaconda.org/conda-forge/tokenizers,2023-12-12 19:20:02.639,1422931.0,,,,,1.0,,33.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,2024-01-25 12:17:29.000000,2024-01-19 13:44:17,20489.0,535.0,2051.0,180.0,3196.0,267.0,2051.0,7562.0,End-to-End Speech Processing Toolkit.,399.0,37,True,2023-10-25 11:52:03.000,.202310,51.0,espnet,,,,,286.0,281.0,https://pypi.org/project/espnet,17544.0,17545.0,,,,,,,,1.0,,79.0,2023-10-25 11:52:34.000,5.0,,,,,,,,,,,,,,,,,, +83,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-01-22 19:36:04.000000,2024-01-22 19:36:00,12040.0,43.0,1088.0,165.0,462.0,652.0,741.0,4027.0,Probabilistic reasoning and statistical analysis in TensorFlow.,487.0,37,True,2023-11-20 23:32:05.000,0.23.0,51.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],452.0,,https://pypi.org/project/tensorflow-probability,2200270.0,2203691.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,119761.0,,,,,1.0,,,2023-11-20 23:21:06.000,452.0,,,,,,,,,,,,,,,,,, +84,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-01-07 00:32:00.000000,2023-12-31 11:04:55,953.0,21.0,811.0,86.0,201.0,89.0,652.0,3949.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,37,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,360241.0,348447.0,https://pypi.org/project/opencv-python,11318812.0,11318812.0,,,,,,,,2.0,,,2023-12-31 13:34:00.000,11794.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-01-25 12:28:25.000000,2024-01-24 12:20:29,10693.0,55.0,383.0,58.0,2907.0,1059.0,2117.0,2554.0,"With Holoviews, your data visualizes itself.",140.0,37,True,2023-11-09 09:16:35.000,1.18.1,77.0,holoviews,conda-forge/holoviews,,,['jupyter'],9157.0,9157.0,https://pypi.org/project/holoviews,320093.0,355092.0,https://anaconda.org/conda-forge/holoviews,2023-11-08 21:19:49.170,1478888.0,,,,,2.0,,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,,,607.0,,,,,,,,,,,, +86,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-01-25 07:15:38.000000,2024-01-17 02:02:52,3822.0,35.0,518.0,147.0,1128.0,161.0,1613.0,2080.0,Rasterio reads and writes geospatial raster datasets.,155.0,37,True,2023-10-19 14:09:18.000,1.3.9,153.0,rasterio,conda-forge/rasterio,,,,11218.0,10145.0,https://pypi.org/project/rasterio,2202894.0,2279871.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2770912.0,,,,,2.0,,853.0,2023-10-19 14:04:39.000,1073.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-01-24 18:54:38.000000,2024-01-24 18:54:38,2320.0,2.0,5965.0,418.0,1325.0,1059.0,3037.0,28544.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,423.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2599.0,2599.0,https://pypi.org/project/fairseq,473466.0,474875.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,59040.0,,,,,1.0,,326.0,,,,,,,,,,,,,,,,,,,, +88,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2023-12-16 22:04:09.000000,2023-09-04 11:42:16,615.0,,2899.0,302.0,243.0,348.0,585.0,20875.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,36,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,5046.0,4952.0,https://pypi.org/project/easyocr,323930.0,517658.0,,,,,,,,1.0,,8330337.0,2023-09-04 11:55:27.000,94.0,,,,,,,,,,,,,,,,,, +89,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-01-16 08:10:29.000000,2023-08-21 03:59:26,1627.0,,2787.0,380.0,457.0,8.0,1815.0,14206.0,Python Echarts Plotting Library.,39.0,36,True,2023-08-21 08:24:32.000,2.0.4,3.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],3788.0,3788.0,https://pypi.org/project/pyecharts,106868.0,106868.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +90,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,,2018-06-11 11:04:18.000,2024-01-24 12:41:03.000000,2023-12-18 06:57:31,5779.0,28.0,1709.0,204.0,1170.0,56.0,2172.0,13368.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,251.0,36,False,2023-12-18 09:29:22.000,0.13.1,25.0,flair,conda-forge/python-flair,,,['pytorch'],2990.0,2990.0,https://pypi.org/project/flair,116801.0,117335.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,22437.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +91,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-01-24 17:58:28.000000,2023-11-10 11:25:48,6020.0,27.0,3218.0,240.0,1432.0,1005.0,3835.0,10119.0,Open-source simulator for autonomous driving research.,170.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,628.0,621.0,https://pypi.org/project/carla,14441.0,14441.0,,,,,,,,1.0,,,2023-11-14 22:51:02.000,7.0,,,,,,,,,,,,,,,,,, +92,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-01-25 14:29:30.000000,2024-01-25 11:25:54,26320.0,1454.0,1963.0,199.0,4958.0,147.0,3309.0,9117.0,Perform data science on data that remains in someone elses server.,504.0,36,True,2023-12-07 14:07:06.000,0.8.3,241.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,5383.0,5423.0,,,,,,,,1.0,,1955.0,2024-01-21 12:37:13.000,5.0,,,,,,,,,,,,,,,,,, +93,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-01-23 22:38:52.000000,2024-01-23 22:37:45,1181.0,85.0,1682.0,127.0,117.0,2.0,847.0,8988.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",52.0,36,True,2024-01-23 22:38:52.000,0.0.82,81.0,deepface,,,,,2484.0,2463.0,https://pypi.org/project/deepface,153005.0,153005.0,,,,,,,,2.0,,,2024-01-23 22:38:52.000,21.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,2024-01-23 02:02:02.802000,2024-01-22 07:19:04,917.0,33.0,1035.0,125.0,269.0,32.0,663.0,8866.0,Unsupervised text tokenizer for Neural Network-based text generation.,82.0,36,True,2023-05-02 03:20:40.000,0.1.99,26.0,sentencepiece,conda-forge/sentencepiece,,,,52939.0,52939.0,https://pypi.org/project/sentencepiece,11054805.0,11072102.0,https://anaconda.org/conda-forge/sentencepiece,2024-01-23 02:02:02.802,705117.0,,,,,1.0,,33093.0,,,,,,,,,,,,,,,,,,,, +95,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-01-25 13:20:48.000000,2024-01-25 13:20:47,9619.0,33.0,1218.0,122.0,1087.0,151.0,879.0,7165.0,A PyTorch-based Speech Toolkit.,226.0,36,True,2023-11-22 02:29:10.000,0.5.16,15.0,speechbrain,,,,['pytorch'],1468.0,1444.0,https://pypi.org/project/speechbrain,166520.0,166520.0,,,,,,,,1.0,,,2023-11-22 02:29:10.000,24.0,,,,,,,,,,,,,,,,,, +96,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-01-24 19:39:53.672000,2024-01-24 13:04:18,855.0,7.0,1275.0,140.0,491.0,39.0,546.0,6612.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,81.0,36,True,2024-01-24 19:22:58.000,0.12.0,34.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],24140.0,23782.0,https://pypi.org/project/imbalanced-learn,8810983.0,8823079.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-01-24 19:39:53.672,520131.0,,,,,1.0,2.0,,2024-01-24 19:14:48.000,358.0,,,,,,,,,,,,,,,,,, +97,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-01-25 01:47:36.000000,2024-01-25 01:47:36,2942.0,51.0,922.0,93.0,3203.0,268.0,2591.0,5009.0,AI Toolkit for Healthcare Imaging.,177.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],1798.0,1747.0,https://pypi.org/project/monai,126341.0,127173.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,20800.0,,,,,1.0,,,2023-10-12 17:09:21.000,51.0,,,,,,,,,,,,,,,,,, +98,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-01-25 13:23:03.000000,2024-01-24 19:48:43,9995.0,429.0,1564.0,146.0,2156.0,558.0,1214.0,4875.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",234.0,36,True,2022-12-01 14:00:47.111,2.7.1,789.0,deepchem,conda-forge/deepchem,,,['tensorflow'],318.0,306.0,https://pypi.org/project/deepchem,17356.0,19586.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,104833.0,,,,,1.0,,,2024-01-24 19:54:09.000,12.0,,,,,,,,,,,,,,,,,, +99,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2024-01-25 13:57:17.000000,2024-01-25 11:02:38,21130.0,481.0,1179.0,241.0,7943.0,958.0,1343.0,4728.0,Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations using bigdl-llm.,195.0,36,True,2023-11-13 02:02:20.000,2.4.0,817.0,bigdl,,,,,52.0,47.0,https://pypi.org/project/bigdl,3998.0,4000.0,,,,,,,,2.0,,197.0,2024-01-25 13:57:17.000,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,4.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-01-12 09:38:25.000000,2024-01-12 09:25:57,2151.0,152.0,207.0,65.0,131.0,73.0,527.0,3700.0,A Grammar of Graphics for Python.,105.0,36,True,2023-11-06 11:06:44.000,0.12.4,20.0,plotnine,conda-forge/plotnine,,,,6955.0,6683.0,https://pypi.org/project/plotnine,2219911.0,2227648.0,https://anaconda.org/conda-forge/plotnine,2023-11-06 12:55:06.721,332711.0,,,,,2.0,,,2023-11-06 11:02:10.000,272.0,,,,,,,,,,,,,,,,,, +101,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-01-24 06:47:53.000000,2024-01-18 22:05:19,8438.0,63.0,692.0,98.0,13118.0,39.0,806.0,3578.0,State of the Art Natural Language Processing.,111.0,36,True,2024-01-18 22:07:14.000,5.2.3,137.0,spark-nlp,,,,['spark'],417.0,385.0,https://pypi.org/project/spark-nlp,3791654.0,3791654.0,,,,,,,,1.0,,,2024-01-18 21:34:39.000,32.0,,,,,,,,,,,,,,,,,, +102,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-01-07 13:12:21.000000,2023-12-27 16:34:55,1522.0,13.0,366.0,48.0,1467.0,164.0,670.0,1485.0,Exploratory analysis of Bayesian models with Python.,152.0,36,True,2023-12-27 16:22:43.000,0.17.0,35.0,arviz,conda-forge/arviz,,,,5825.0,5658.0,https://pypi.org/project/arviz,1618884.0,1665795.0,https://anaconda.org/conda-forge/arviz,2023-12-28 12:43:24.180,2064024.0,,,,,1.0,,133.0,2023-12-27 16:22:43.000,167.0,,,,,,,,,,,,,,,,,, +103,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-01-16 13:52:48.000000,2024-01-16 13:52:43,1849.0,22.0,199.0,31.0,210.0,22.0,390.0,1341.0,The ctypes-based simple ImageMagick binding for Python.,104.0,36,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,18787.0,18071.0,https://pypi.org/project/wand,867219.0,868541.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,36612.0,,,,,2.0,,39243.0,2023-11-03 23:18:50.000,716.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-01-16 19:22:05.000000,2024-01-16 19:22:02,1473.0,6.0,209.0,47.0,527.0,33.0,732.0,1099.0,Fiona reads and writes geographic data files.,72.0,36,True,2023-10-12 19:29:21.000,1.9.5,108.0,fiona,conda-forge/fiona,,,,17539.0,17459.0,https://pypi.org/project/fiona,5675306.0,5799337.0,https://anaconda.org/conda-forge/fiona,2024-01-01 18:20:39.698,5209328.0,,,,,2.0,,,2023-10-12 19:16:01.000,80.0,,,,,,,,,,,,,,,,,, +105,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-01-18 07:02:38.000000,2023-12-27 16:23:43,4667.0,155.0,2888.0,249.0,706.0,96.0,860.0,26093.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",163.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",23.0,,https://pypi.org/project/tts,122374.0,177982.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10278.0,,,,,1.0,,1877780.0,2023-12-12 15:27:06.000,23.0,,,,,,,,,,,,,,,,,, +106,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-01-22 08:36:53.000000,2024-01-09 17:24:35,389.0,3.0,4645.0,849.0,265.0,543.0,611.0,25367.0,Library for fast text representation and classification.,68.0,35,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,5715.0,5491.0,https://pypi.org/project/fasttext,920135.0,921979.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,73781.0,,,,,2.0,,,2020-04-28 09:54:50.000,224.0,,,,,,,,,,,,,,,,,, +107,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-01-25 10:02:58.000000,2024-01-25 08:29:32,7338.0,282.0,3373.0,252.0,2782.0,773.0,2540.0,19443.0,Graph Neural Network Library for PyTorch.,478.0,35,True,2023-10-12 08:28:59.000,2.4.0,36.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],,,https://pypi.org/project/torch-geometric,219247.0,220095.0,https://anaconda.org/conda-forge/pytorch_geometric,2023-11-08 13:56:02.983,35655.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +108,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-01-22 14:35:01.000000,2024-01-15 15:20:25,8720.0,54.0,2974.0,270.0,1219.0,165.0,656.0,17451.0,Best Practices on Recommendation Systems.,129.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,102.0,100.0,https://pypi.org/project/recommenders,60556.0,60563.0,,,,,,,,1.0,,467.0,2022-04-01 08:49:49.000,2.0,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +109,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-01-05 10:31:39.000000,2023-10-18 07:33:05,791.0,,4457.0,424.0,438.0,364.0,1723.0,17398.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,35,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,149.0,21.0,https://pypi.org/project/fbprophet,777369.0,811611.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1129070.0,,,,,1.0,,2299.0,2020-09-05 16:12:50.000,128.0,,,,,,,,,,,,,,,,,, +110,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2023-07-26 09:00:34.000000,2020-06-01 14:58:26,2913.0,,2425.0,232.0,336.0,295.0,223.0,13988.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,,,,18571.0,18145.0,https://pypi.org/project/imgaug,284787.0,287506.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,149562.0,,,,,2.0,,,2020-02-05 20:54:22.000,426.0,,,,,,,,,,,,,,,,,, +111,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-01-25 14:51:00.000000,2024-01-25 14:51:00,17548.0,611.0,5966.0,68.0,11355.0,1186.0,15564.0,13902.0,The Unified AI Framework.,1452.0,35,True,2023-06-29 19:33:01.167,0.0.0,108.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,1481.0,1481.0,,,,,,,,2.0,,,2024-01-22 13:20:33.000,9.0,,,,,,,,,,,,,,,,,, +112,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2023-11-26 17:29:04.000000,2021-06-01 10:43:00,1848.0,,4455.0,551.0,712.0,400.0,1267.0,13779.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,,,,,5905.0,5552.0,https://pypi.org/project/chatterbot,31925.0,31925.0,,,,,,,,2.0,,,2020-08-22 18:40:36.000,353.0,,,,,,,,,,,,,,,,,, +113,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,2023-12-24 05:29:22.000000,2023-12-07 06:42:43,786.0,5.0,1538.0,130.0,663.0,370.0,437.0,13033.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,133.0,35,True,2023-06-10 07:44:08.000,1.3.1,18.0,albumentations,conda-forge/albumentations,,,['pytorch'],20347.0,20347.0,https://pypi.org/project/albumentations,1032720.0,1035447.0,https://anaconda.org/conda-forge/albumentations,2023-06-12 13:29:26.010,150038.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +114,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-01-25 14:34:23.000000,2024-01-25 14:29:19,3045.0,320.0,1546.0,120.0,3253.0,347.0,2518.0,12471.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",227.0,35,True,2023-12-14 13:35:39.000,1.23.0,76.0,haystack,,,,,170.0,83.0,https://pypi.org/project/haystack,2374.0,2374.0,,,,,,,,2.0,,23.0,2021-12-15 14:01:39.322,87.0,,,,,,,,,,,,,,,,,, +115,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,,2176.0,284.0,3096.0,80.0,2477.0,11637.0,"An open-source NLP research library, built on PyTorch.",267.0,35,False,2022-10-18 23:32:24.000,2.10.1,59.0,allennlp,conda-forge/allennlp,,,['pytorch'],3902.0,3902.0,https://pypi.org/project/allennlp,41551.0,43508.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,119400.0,,,,,2.0,,62.0,,,,,,,,,,,,,,,,,,,, +116,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-01-23 23:59:44.000000,2024-01-23 17:52:25,3813.0,100.0,1097.0,191.0,2804.0,275.0,750.0,10454.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",151.0,35,True,2024-01-23 04:10:36.000,0.9.3,46.0,ludwig,,,,['tensorflow'],236.0,236.0,https://pypi.org/project/ludwig,3749.0,3749.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +117,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-01-25 13:34:10.000000,2024-01-24 22:53:54,6068.0,147.0,1884.0,179.0,5725.0,51.0,1858.0,9040.0,NeMo: a toolkit for conversational AI.,271.0,35,True,2024-01-11 02:04:18.000,1.22.0,46.0,nemo-toolkit,,,,['pytorch'],21.0,21.0,https://pypi.org/project/nemo-toolkit,40407.0,41490.0,,,,,,,,2.0,,56360.0,,,,,,,,,,,,,,,,,,,, +118,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2023-12-23 11:40:18.000000,2023-12-16 05:36:44,1721.0,18.0,1295.0,149.0,207.0,188.0,144.0,7763.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,35,True,2023-11-18 08:45:46.000,1.1.2,90.0,pyod,conda-forge/pyod,,,,3287.0,3223.0,https://pypi.org/project/pyod,629300.0,631332.0,https://anaconda.org/conda-forge/pyod,2023-11-18 09:26:18.014,89414.0,,,,,1.0,,,2023-11-18 08:43:48.000,64.0,,,,,,,,,,,,,,,,,, +119,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-01-13 19:46:14.000000,2024-01-11 07:31:03,668.0,11.0,321.0,70.0,106.0,27.0,134.0,7597.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,35,True,2023-10-01 01:13:00.000,0.7.0,13.0,einops,conda-forge/einops,,,,24990.0,24990.0,https://pypi.org/project/einops,6235979.0,6240580.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,179451.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +120,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-01-25 13:38:06.000000,2024-01-24 09:52:48,32295.0,90.0,2011.0,385.0,6738.0,2718.0,6524.0,6618.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",251.0,35,True,,,150.0,h2o,,,,,103.0,21.0,https://pypi.org/project/h2o,383487.0,383487.0,,,,,,,,2.0,,,2023-12-20 19:10:56.000,82.0,,,,,,,,,,,,,,,,,, +121,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-01-25 11:41:38.000000,2024-01-22 02:59:09,2718.0,47.0,695.0,70.0,3238.0,201.0,788.0,6192.0,Build Production-Grade AI Applications.,194.0,35,True,2023-12-28 21:36:24.000,1.1.11,126.0,bentoml,,,,,1492.0,1480.0,https://pypi.org/project/bentoml,67622.0,67658.0,,,,,,,,2.0,,2091.0,2024-01-20 14:12:37.000,12.0,,,,,,,,,,,,,,,,,, +122,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-01-25 07:35:43.000000,2024-01-25 07:18:45,6101.0,3446.0,467.0,41.0,336.0,202.0,1041.0,4833.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",108.0,35,True,2024-01-25 06:37:07.000,1.19.1,541.0,litellm,,,,others,845.0,788.0,https://pypi.org/project/litellm,223614.0,223614.0,,,,,,,,2.0,,,2024-01-25 07:35:43.000,57.0,,,,,,,,,,,,,,,,,, +123,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-01-17 03:01:07.000000,2024-01-11 12:13:07,1654.0,13.0,597.0,60.0,1796.0,113.0,1246.0,4416.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,204.0,35,True,2023-10-19 08:22:16.000,0.4.13,24.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2633.0,2633.0,https://pypi.org/project/pytorch-ignite,311632.0,314216.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,173176.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +124,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-01-02 16:59:03.000000,2023-11-23 21:41:49,1136.0,6.0,661.0,90.0,269.0,32.0,252.0,4185.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4066.0,,https://pypi.org/project/geopy,4380969.0,4409994.0,https://anaconda.org/conda-forge/geopy,2023-11-24 00:10:43.371,1248100.0,,,,,2.0,,14.0,2023-11-23 21:49:30.000,4066.0,,,,,,,,,,,,,,,,,, +125,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-01-22 13:40:06.000000,2024-01-22 13:40:03,7352.0,33.0,606.0,117.0,1156.0,323.0,1104.0,3173.0,High-performance interactive 2D/3D data visualization library.,192.0,35,True,2023-10-03 22:23:12.000,0.14.1,37.0,vispy,conda-forge/vispy,,,['jupyter'],1529.0,1388.0,https://pypi.org/project/vispy,57025.0,68334.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,451843.0,,,,,2.0,,,2023-10-03 22:13:28.000,139.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,2.0,13.0,,,,,,,,,,,, +126,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-01-16 12:06:35.000000,2024-01-16 10:34:48,5269.0,7.0,269.0,80.0,777.0,14.0,123.0,2776.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2023-12-14 15:50:47.000,8.2.2,76.0,thinc,conda-forge/thinc,,,,41901.0,41901.0,https://pypi.org/project/thinc,5221489.0,5282764.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2696139.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +127,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-01-25 12:39:26.000000,2024-01-25 08:27:43,4055.0,176.0,407.0,35.0,2874.0,451.0,1028.0,2160.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,154.0,35,True,2024-01-14 08:52:49.000,0.43.2,87.0,pyvista,conda-forge/pyvista,,,['jupyter'],2823.0,2569.0,https://pypi.org/project/pyvista,205341.0,215488.0,https://anaconda.org/conda-forge/pyvista,2024-01-14 09:37:36.376,435927.0,,,,,2.0,,791.0,2024-01-14 08:52:49.000,254.0,,,,,,,,,,,,,,,,,, +128,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-01-25 12:45:01.000000,2024-01-25 12:43:37,5023.0,157.0,495.0,21.0,1148.0,975.0,591.0,2030.0,"This is the development home of the workflow management system Snakemake. For general information, see.",314.0,35,True,2024-01-25 12:45:01.000,8.3.2,298.0,snakemake,bioconda/snakemake,,,,2109.0,1847.0,https://pypi.org/project/snakemake,93159.0,102814.0,https://anaconda.org/bioconda/snakemake,2024-01-21 21:00:56.087,955940.0,,,,,2.0,,,2024-01-25 12:45:01.000,262.0,,,,,,,,,,,,,,,,,, +129,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-01-25 11:42:12.000000,2024-01-23 12:13:46,1631.0,87.0,343.0,26.0,1352.0,61.0,697.0,1797.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",222.0,35,True,2024-01-17 16:52:43.000,1.3.0.post,42.0,metrics,conda-forge/torchmetrics,,,['pytorch'],19883.0,19870.0,https://pypi.org/project/metrics,2434.0,38008.0,https://anaconda.org/conda-forge/torchmetrics,2023-12-01 20:39:28.126,1204909.0,,,,,2.0,,4627.0,2018-04-28 10:58:56.000,13.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +130,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,3.0,612.0,58.0,1880.0,87.0,895.0,1680.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14136.0,13911.0,https://pypi.org/project/tensorflow-addons,740369.0,740369.0,,,,,,,,1.0,,,2023-11-28 01:45:31.000,225.0,,,,,,,,,,,,,,,,,, +131,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-01-25 14:34:49.000000,2024-01-24 15:24:01,1267.0,124.0,362.0,57.0,1190.0,115.0,590.0,1463.0,The official Python client for the Huggingface Hub.,130.0,35,True,2024-01-22 08:58:25.000,0.20.3,95.0,huggingface_hub,conda-forge/huggingface_hub,,,,625.0,,https://pypi.org/project/huggingface_hub,22234080.0,22278137.0,https://anaconda.org/conda-forge/huggingface_hub,2024-01-05 19:52:22.775,1542021.0,,,,,2.0,,,2024-01-22 08:53:21.000,625.0,,,,,,,,,,,,,,,,,, +132,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-01-25 14:53:54.672000,2024-01-25 10:45:51,1545.0,71.0,167.0,30.0,1411.0,73.0,171.0,1116.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,35,True,2024-01-24 21:51:51.000,2024.1.0,24.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],9412.0,9388.0,https://pypi.org/project/scikit-learn-intelex,147583.0,154667.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-01-25 14:53:54.672,233780.0,,,,,1.0,,,2024-01-23 15:23:40.000,24.0,,,,,,,,,,,,,,,,,, +133,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-01-25 14:23:24.000000,2024-01-22 10:31:10,10199.0,98.0,540.0,70.0,2301.0,296.0,1703.0,1076.0,Machine learning for NeuroImaging in Python.,233.0,35,True,2023-10-01 19:30:40.000,0.10.2,45.0,nilearn,conda-forge/nilearn,,,['sklearn'],3123.0,2829.0,https://pypi.org/project/nilearn,42588.0,49380.0,https://anaconda.org/conda-forge/nilearn,2023-10-02 11:59:55.930,257973.0,,,,,2.0,,151.0,2023-09-29 11:10:28.000,294.0,,,,,,,,,,,,,,,,,, +134,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-01-23 16:41:22.000000,2024-01-23 16:39:24,1528.0,3.0,211.0,33.0,669.0,31.0,567.0,958.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,28724.0,26680.0,https://pypi.org/project/pyproj,7265161.0,7434364.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7106536.0,,,,,2.0,,,2023-09-21 02:07:12.000,2044.0,,,,,,,,,,,,,,,,,, +135,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-01-17 19:47:04.000000,2023-12-26 14:53:14,5765.0,60.0,254.0,37.0,788.0,126.0,392.0,601.0,Python package to access a cacophony of neuro-imaging file formats.,100.0,35,True,2023-12-12 14:28:42.000,5.2.0,41.0,nibabel,conda-forge/nibabel,,,,17923.0,16725.0,https://pypi.org/project/nibabel,383311.0,398990.0,https://anaconda.org/conda-forge/nibabel,2023-12-12 00:00:35.048,674208.0,,,,,2.0,,,2023-12-11 21:37:41.000,1198.0,,,,,,,,,,,,,,,,,, +136,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-01-25 03:09:10.000000,2024-01-25 03:09:04,7558.0,282.0,2638.0,296.0,184.0,27.0,1006.0,25286.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-01-20 03:15:15.000,7.3.9,616.0,netron,,,,"['pytorch', 'tensorflow']",86.0,12.0,https://pypi.org/project/netron,18059.0,78393.0,,,,,,,,1.0,,60334.0,2024-01-20 03:15:15.000,74.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,2024-01-15 08:14:29.000000,2024-01-05 20:03:59,1332.0,1.0,2229.0,331.0,1580.0,372.0,1855.0,13774.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,34,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1110.0,1073.0,https://pypi.org/project/horovod,48928.0,48928.0,,,,,,,,2.0,,,2023-06-12 09:28:02.604,37.0,,,,,,,stable/horovod,,,,,,,,,,, +138,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-01-24 18:07:58.000000,2024-01-24 18:07:58,3757.0,124.0,821.0,139.0,163.0,87.0,973.0,11134.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",91.0,34,True,2024-01-07 10:47:45.000,16.0.4,46.0,ocrmypdf,conda-forge/ocrmypdf,,,,712.0,712.0,https://pypi.org/project/ocrmypdf,72355.0,74479.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,60998.0,,,,,2.0,,1910.0,,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +139,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2023-06-16 13:22:54.304000,2023-03-11 18:17:15,563.0,,1092.0,267.0,156.0,104.0,155.0,8827.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",36.0,34,True,2013-09-26 02:29:01.000,0.7.0,7.0,textblob,conda-forge/textblob,,,,35481.0,35481.0,https://pypi.org/project/textblob,518722.0,521434.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,241452.0,,,,,2.0,,113.0,,,,,,,,,,,,,,,,,,,, +140,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-01-16 18:29:03.000000,2024-01-12 22:12:14,2484.0,15.0,620.0,103.0,441.0,550.0,1169.0,8639.0,An open source multi-tool for exploring and publishing data.,75.0,34,True,2023-12-22 23:22:42.000,0.64.6,141.0,datasette,conda-forge/datasette,,,,1372.0,1156.0,https://pypi.org/project/datasette,38611.0,39516.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,29834.0,,,,,2.0,,59.0,2023-12-22 23:22:42.000,216.0,,,,,,,,datasette,,,,,,,,,, +141,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-01-24 09:40:52.000000,2022-12-08 17:49:19,746.0,,970.0,136.0,221.0,320.0,270.0,8089.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,,,,49394.0,48094.0,https://pypi.org/project/pydub,3303740.0,3305047.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,79773.0,,,,,2.0,,,2021-03-10 02:09:53.000,1300.0,,,,,,,,,,,,,,,,,, +142,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-01-14 09:07:13.000000,2023-12-06 12:55:15,486.0,32.0,2328.0,283.0,140.0,310.0,314.0,7829.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,34,True,2023-12-06 13:10:51.000,3.10.1,56.0,SpeechRecognition,conda-forge/speechrecognition,,,,852.0,21.0,https://pypi.org/project/SpeechRecognition,590276.0,594571.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,176119.0,,,,,2.0,,,2023-12-06 13:02:22.000,831.0,,,,,,,,,,,,,,,,,, +143,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-01-16 15:18:56.000000,2023-12-27 20:40:01,3261.0,6.0,946.0,137.0,638.0,57.0,1103.0,6452.0,Python library for audio and music analysis.,119.0,34,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1522.0,,https://pypi.org/project/librosa,1968225.0,1985260.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,715485.0,,,,,2.0,,,2023-08-16 13:52:19.000,1522.0,,,,,,,,,,,,,,,,,, +144,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-01-23 15:51:21.000000,2024-01-23 15:51:21,2873.0,37.0,2223.0,174.0,1130.0,26.0,1403.0,6449.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2023-11-02 12:54:04.000,3.4.3,48.0,OpenNMT-py,,,,['pytorch'],260.0,250.0,https://pypi.org/project/OpenNMT-py,5012.0,5012.0,,,,,,,,2.0,,,2023-11-02 12:54:04.000,10.0,,,,,,,,,,,,,,,,,, +145,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-01-25 14:33:14.000000,2024-01-24 18:41:44,19183.0,708.0,446.0,54.0,2652.0,412.0,975.0,6324.0,"Visualize, create, and debug image and video datasets and model predictions.",106.0,34,True,2024-01-23 14:14:59.000,0.23.3,81.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",479.0,479.0,https://pypi.org/project/fiftyone,52570.0,52570.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +146,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-01-25 06:45:22.000000,2024-01-25 06:45:13,2955.0,201.0,687.0,141.0,91.0,79.0,324.0,5885.0,Fit interpretable models. Explain blackbox machine learning.,40.0,34,True,2023-12-14 21:27:55.000,0.5.0,40.0,interpret,,,,['jupyter'],609.0,609.0,https://pypi.org/project/interpret,73218.0,73218.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +147,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-01-23 15:29:20.000000,2024-01-23 15:29:05,2281.0,58.0,626.0,91.0,243.0,424.0,519.0,5009.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",88.0,34,True,2024-01-10 16:14:12.000,1.14.1,150.0,clearml,,allegroai/trains,,,926.0,909.0,https://pypi.org/project/clearml,216047.0,216631.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30236.0,2.0,,1951.0,2024-01-18 15:27:39.000,17.0,,,,,,,,,,,,,,,,,, +148,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-01-20 20:05:12.000000,2024-01-05 18:46:51,1637.0,3.0,840.0,118.0,523.0,140.0,337.0,4703.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,103.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],12204.0,12014.0,https://pypi.org/project/mlxtend,632004.0,639068.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,296694.0,,,,,2.0,,,2024-01-05 09:13:47.000,190.0,,,,,,,,,,,,,,,,,, +149,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-01-25 00:49:15.000000,2024-01-19 15:04:04,12141.0,151.0,1102.0,99.0,1310.0,140.0,742.0,4273.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2023-12-27 22:17:11.000,1.17.0,57.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,486.0,475.0,https://pypi.org/project/adversarial-robustness-toolbox,19688.0,20538.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2023-12-27 22:57:10.074,35737.0,,,,,1.0,,,2023-12-27 21:11:33.000,11.0,,,,,,,,,,,,,,,,,, +150,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2023-12-07 19:03:21.000000,2023-12-07 19:03:20,1290.0,4.0,2511.0,1979.0,531.0,386.0,1075.0,3872.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,101.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,463322.0,463330.0,,,,,,,,2.0,,505.0,2023-11-09 22:25:24.000,48.0,,,,,,,,,,,,,,,,,, +151,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-01-25 02:02:15.000000,2024-01-24 20:35:31,3647.0,78.0,790.0,57.0,1406.0,332.0,1191.0,3866.0,"Serve, optimize and scale PyTorch models in production.",183.0,34,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],610.0,594.0,https://pypi.org/project/torchserve,30051.0,57440.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,148386.0,https://hub.docker.com/r/pytorch/torchserve,2023-10-12 22:44:52.307587,22.0,1222492.0,2.0,,5516.0,2023-10-12 22:01:55.000,16.0,,,,,,,,,,,,,,,,,, +152,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-01-24 21:59:05.000000,2024-01-24 17:00:16,1774.0,67.0,351.0,53.0,1510.0,64.0,395.0,2880.0,Bayesian optimization in PyTorch.,108.0,34,True,2023-12-09 02:30:45.000,0.9.5,42.0,botorch,conda-forge/botorch,,,['pytorch'],859.0,815.0,https://pypi.org/project/botorch,122767.0,125144.0,https://anaconda.org/conda-forge/botorch,2023-12-09 03:51:41.401,97486.0,,,,,1.0,,,2023-12-09 02:30:45.000,44.0,,,,,,,,,,,,,,,,,, +153,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-01-25 14:46:40.000000,2024-01-25 10:38:46,2813.0,192.0,282.0,25.0,2610.0,185.0,1593.0,2862.0,Argilla: the open-source feedback platform for LLMs.,76.0,34,True,2024-01-18 15:04:19.000,1.22.0,100.0,rubrix,conda-forge/rubrix,,,,2201.0,2201.0,https://pypi.org/project/rubrix,450.0,1592.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28571.0,,,,,2.0,,,2022-10-24 18:22:00.951,,argilla-io/argilla,,,,,,,,,,,,,,,,, +154,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-01-25 11:34:25.000000,2024-01-12 23:23:09,2297.0,14.0,616.0,76.0,2842.0,188.0,713.0,2321.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",221.0,34,True,2023-12-15 02:05:05.000,2.1.2,30.0,torchaudio,,,,['pytorch'],553.0,,https://pypi.org/project/torchaudio,2192082.0,2192082.0,,,,,,,,2.0,,,2023-12-14 21:50:35.000,553.0,,,,,,,,,,,,,,,,,, +155,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-01-15 22:33:33.000000,2024-01-15 22:33:33,2291.0,21.0,584.0,69.0,480.0,245.0,701.0,2231.0,Survival analysis in Python.,116.0,34,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2279.0,2148.0,https://pypi.org/project/lifelines,498074.0,505097.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,309012.0,,,,,2.0,,,2024-01-03 22:01:02.000,131.0,,,,,,,,,,,,,,,,,, +156,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-01-25 13:52:31.000000,2024-01-24 23:48:22,2797.0,175.0,281.0,68.0,1522.0,54.0,585.0,2217.0,Adaptive Experimentation Platform.,160.0,34,True,2023-12-09 18:28:49.000,0.3.6,39.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],660.0,631.0,https://pypi.org/project/ax-platform,78808.0,79359.0,https://anaconda.org/conda-forge/ax-platform,2023-12-11 15:43:05.639,17092.0,,,,,1.0,,,2023-12-09 18:28:49.000,29.0,,,,,,,,,,,,,,,,,, +157,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-01-25 11:47:24.000000,2024-01-25 11:47:23,941.0,76.0,319.0,52.0,1085.0,288.0,356.0,1907.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,89.0,34,True,2024-01-19 16:01:49.000,1.16.2,56.0,optimum,conda-forge/optimum,,,,1470.0,1410.0,https://pypi.org/project/optimum,793831.0,794355.0,https://anaconda.org/conda-forge/optimum,2024-01-19 18:30:36.317,11008.0,,,,,1.0,,,2024-01-19 15:46:49.000,60.0,,,,,,,,,,,,,,,,,, +158,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2023-12-19 22:00:11.000000,2023-12-04 09:05:52,1211.0,1.0,205.0,33.0,47.0,9.0,158.0,1529.0,Simple Python interface for Graphviz.,22.0,34,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,63011.0,59539.0,https://pypi.org/project/graphviz,6832049.0,6832576.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,42731.0,,,,,2.0,,,2022-07-23 11:35:06.076,3472.0,,,,,,,,,,,,,,,,,, +159,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-01-23 20:31:49.209000,2024-01-16 16:03:19,1170.0,20.0,364.0,65.0,594.0,268.0,347.0,1438.0,A Jupyter - Leaflet.js bridge.,87.0,34,True,2024-01-23 17:57:40.189,0.18.2,81.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],7150.0,6983.0,https://pypi.org/project/ipyleaflet,104897.0,153233.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1097233.0,,,,,2.0,,,2024-01-23 17:54:03.000,161.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-01-23 17:57:40.189,6.0,23399.0,,,,,,,,,,,, +160,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-01-10 01:14:54.000000,2024-01-09 17:35:30,863.0,3.0,311.0,45.0,1008.0,72.0,163.0,1172.0,Making text a first-class citizen in TensorFlow.,111.0,34,True,2023-11-15 19:00:05.000,2.15.0,53.0,tensorflow-text,,,,['tensorflow'],6337.0,6337.0,https://pypi.org/project/tensorflow-text,4335598.0,4335598.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +161,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-01-25 13:29:54.000000,2024-01-25 05:56:27,2955.0,105.0,4110.0,373.0,3580.0,365.0,1166.0,36231.0,"Making large AI models cheaper, faster and more accessible.",162.0,33,True,2023-11-01 05:57:35.000,0.3.4,34.0,,,,,,289.0,289.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +162,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-01-19 09:23:41.000000,2024-01-09 02:12:36,1497.0,6.0,6806.0,380.0,647.0,380.0,3041.0,27885.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",263.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1573.0,1573.0,https://pypi.org/project/detectron2,,5245.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,220302.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +163,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-01-25 14:07:07.000000,2024-01-25 13:15:19,34763.0,614.0,12235.0,944.0,24180.0,,,22746.0,Apache Flink Python API.,1821.0,33,True,,,,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,35133.0,35133.0,,,,,,,,2.0,-4.0,,,,,,,,,,,,,,,,,,,,, +164,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,,2018-08-02 17:56:45.000,2024-01-25 12:31:38.000000,2024-01-25 12:29:57,16861.0,1278.0,2569.0,378.0,4586.0,371.0,3275.0,19718.0,Build AI using SQL.,818.0,33,False,2024-01-25 13:35:29.000,24.1.4.0,100.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,13040.0,13040.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +165,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-01-23 01:48:22.000000,2023-07-11 13:03:36,1421.0,,3770.0,761.0,1134.0,403.0,588.0,18816.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'],527.0,489.0,https://pypi.org/project/magenta,2262.0,2262.0,,,,,,,,2.0,,,2022-08-01 18:23:00.243,38.0,,,,,,,,,,,,,,,,,, +166,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,2023-12-26 23:00:56.000000,2020-10-14 16:36:49,6226.0,,4627.0,1002.0,1869.0,357.0,658.0,16831.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1062.0,976.0,https://pypi.org/project/zipline,2801.0,2986.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7424.0,,,,,1.0,,,2020-10-05 15:46:20.429,86.0,,,,,,,,,,,,,,,,,, +167,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2023-10-30 04:23:19.000000,2023-10-26 05:31:53,3012.0,,1767.0,283.0,3502.0,356.0,1676.0,13537.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,40.0,nni,,,,,551.0,551.0,https://pypi.org/project/nni,15140.0,15140.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +168,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,2023-09-25 04:57:08.085000,2023-08-20 17:38:53,890.0,,1110.0,321.0,266.0,54.0,341.0,12377.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,33,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,3765.0,3491.0,https://pypi.org/project/annoy,829325.0,838842.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,380715.0,,,,,2.0,,,2023-06-14 16:39:02.504,274.0,,,,,,,,,,,,,,,,,, +169,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-01-17 08:31:39.000000,2023-12-09 05:39:53,576.0,12.0,2270.0,223.0,245.0,93.0,416.0,9838.0,A little word cloud generator in Python.,72.0,33,True,2023-12-09 13:50:41.000,1.9.3,13.0,wordcloud,conda-forge/wordcloud,,,,21.0,21.0,https://pypi.org/project/wordcloud,1230126.0,1240916.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,453208.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +170,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-01-02 11:17:53.000000,2024-01-02 11:17:47,862.0,3.0,1271.0,418.0,85.0,32.0,159.0,9665.0,TensorFlow-based neural network library.,58.0,33,True,2024-01-02 11:08:14.000,2.0.2,13.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1211.0,1211.0,https://pypi.org/project/dm-sonnet,17848.0,18385.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,26878.0,,,,,2.0,,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +171,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2023-12-12 17:39:59.000000,2023-12-08 19:12:48,2431.0,7.0,1512.0,290.0,429.0,273.0,636.0,9397.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,33,False,2023-08-15 18:21:39.000,0.12.1,29.0,tpot,conda-forge/tpot,,,['sklearn'],2573.0,2573.0,https://pypi.org/project/tpot,34354.0,40015.0,https://anaconda.org/conda-forge/tpot,2023-08-15 22:49:07.495,243429.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +172,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,,870.0,261.0,148.0,83.0,103.0,9047.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,23.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,22317.0,22317.0,https://pypi.org/project/fuzzywuzzy,4760229.0,4766014.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,520701.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +173,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-01-18 00:40:23.000000,2023-09-29 18:36:14,1218.0,,1022.0,126.0,273.0,349.0,392.0,6985.0,Distributed Asynchronous Hyperparameter Optimization in Python.,102.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,13892.0,13386.0,https://pypi.org/project/hyperopt,1720762.0,1732413.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,745705.0,,,,,1.0,,,2021-11-17 10:07:00.808,506.0,,,,,,,,,,,,,,,,,, +174,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-01-25 14:33:03.000000,2024-01-25 00:40:15,37946.0,381.0,787.0,147.0,8978.0,914.0,4957.0,6936.0,cuDF - GPU DataFrame Library.,269.0,33,True,2023-12-08 21:31:24.000,23.12.01,44.0,cudf,,,,,61.0,51.0,https://pypi.org/project/cudf,2201.0,2201.0,,,,,,,,1.0,,,2020-06-01 20:07:47.000,10.0,,,,,,,,,,,,,,,,,, +175,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,2.0,872.0,218.0,220.0,174.0,233.0,6659.0,Efficiently computes derivatives of numpy code.,56.0,33,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,7466.0,7142.0,https://pypi.org/project/autograd,1216683.0,1237016.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,386343.0,,,,,2.0,,,2023-06-23 08:37:07.368,324.0,,,,,,,,,,,,,,,,,, +176,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,,1397.0,291.0,6588.0,12.0,2030.0,5837.0,A flexible framework of neural networks for deep learning.,322.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3568.0,3164.0,https://pypi.org/project/chainer,18305.0,18656.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16508.0,,,,,2.0,,,2022-01-05 05:33:36.000,404.0,,,,,,,,,,,,,,,,,, +177,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,2023-12-16 19:25:54.000000,2023-12-16 19:23:13,1208.0,20.0,641.0,65.0,131.0,54.0,432.0,5632.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,33,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1199.0,1169.0,https://pypi.org/project/pytorch-metric-learning,235821.0,236052.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11096.0,,,,,1.0,,,2023-12-16 19:14:54.000,30.0,,,,,,,,,,,,,,,,,, +178,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-01-23 19:41:47.000000,2024-01-19 09:36:06,29360.0,468.0,1576.0,185.0,2034.0,26.0,1557.0,4659.0,"mlpack: a fast, header-only C++ machine learning library.",311.0,33,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,1909.0,5782.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,166549.0,,,,,2.0,2.0,,2023-12-16 03:56:46.000,1.0,,,,,,,,,,,,,,,,,, +179,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-01-24 19:59:59.000000,2024-01-24 19:51:09,1053.0,28.0,457.0,226.0,733.0,171.0,330.0,4393.0,Model interpretability and understanding for PyTorch.,105.0,33,True,2023-12-05 09:21:02.000,0.7.0,9.0,captum,conda-forge/captum,,,['pytorch'],1746.0,1746.0,https://pypi.org/project/captum,169131.0,169926.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,19888.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +180,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-01-24 15:31:50.000000,2024-01-23 22:22:05,1124.0,34.0,581.0,115.0,838.0,279.0,1020.0,3888.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",159.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3741.0,3568.0,https://pypi.org/project/coremltools,165541.0,167024.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53269.0,,,,,2.0,,9022.0,2023-11-01 14:33:59.000,173.0,,,,,,,,,,,,,,,,,, +181,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,2023-12-28 17:43:43.000000,2023-12-03 03:47:34,490.0,5.0,534.0,65.0,212.0,170.0,152.0,3802.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 03:49:47.000,0.8.0,9.0,hnswlib,conda-forge/hnswlib,,,,5864.0,5864.0,https://pypi.org/project/hnswlib,595299.0,598663.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,124473.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +182,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,,2013-09-12 07:18:21.000,2024-01-25 06:38:08.000000,2024-01-17 20:31:21,3876.0,64.0,1022.0,153.0,1569.0,347.0,862.0,3566.0,Fast data visualization and GUI tools for scientific / engineering applications.,267.0,33,False,2023-04-14 21:24:10.000,pyqtgraph-0.13.3,13.0,pyqtgraph,conda-forge/pyqtgraph,,,,8679.0,8679.0,https://pypi.org/project/pyqtgraph,119805.0,125753.0,https://anaconda.org/conda-forge/pyqtgraph,2023-06-16 13:19:32.302,499674.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +183,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-01-24 17:19:31.367000,2024-01-22 17:07:52,1177.0,8.0,1708.0,148.0,209.0,4.0,682.0,3419.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,33,True,2024-01-22 17:23:22.000,0.16.0,19.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],340.0,,https://pypi.org/project/tensorflow-hub,2799198.0,2801460.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-24 17:19:31.367,92755.0,,,,,2.0,,,2024-01-22 17:18:07.000,340.0,,,,,,,,,,,,,,,,,, +184,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-01-24 17:10:57.000000,2024-01-24 17:07:13,1266.0,55.0,224.0,31.0,420.0,94.0,196.0,3339.0,Lightning fast forecasting with statistical and econometric models.,37.0,33,True,2024-01-05 22:28:42.000,1.7.1,29.0,statsforecast,conda-forge/statsforecast,,,,701.0,675.0,https://pypi.org/project/statsforecast,436812.0,439415.0,https://anaconda.org/conda-forge/statsforecast,2024-01-05 23:52:06.950,57280.0,,,,,1.0,,,2024-01-05 22:28:42.000,26.0,,,,,,,,,,,,,,,,,, +185,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-01-19 14:21:36.000000,2024-01-19 08:29:16,1635.0,10.0,323.0,60.0,185.0,126.0,192.0,2712.0,The machine learning toolkit for time series analysis in Python.,43.0,33,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1162.0,1113.0,https://pypi.org/project/tslearn,257070.0,286617.0,https://anaconda.org/conda-forge/tslearn,2023-12-12 23:08:37.558,1270561.0,,,,,1.0,,,2023-12-12 14:39:23.000,49.0,,,,,,,,,,,,,,,,,, +186,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-01-15 00:09:43.000000,2021-10-12 13:32:38,1570.0,,507.0,65.0,543.0,303.0,393.0,2702.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2021-10-12 15:33:19.000,0.9.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,5609.0,5333.0,https://pypi.org/project/scikit-optimize,537683.0,546622.0,https://anaconda.org/conda-forge/scikit-optimize,2023-06-16 13:23:01.487,697249.0,,,,,1.0,,,2021-10-12 14:23:01.204,276.0,,,,,,,,,,,,,,,,,, +187,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,11.0,398.0,39.0,149.0,45.0,239.0,2332.0,A library of sklearn compatible categorical variable encoders.,70.0,33,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1576.0,1401.0,https://pypi.org/project/category_encoders,1360834.0,1370065.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,249237.0,,,,,2.0,,,2023-10-29 20:29:52.000,175.0,,,,,,,,,,,,,,,,,, +188,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,10.0,355.0,84.0,168.0,215.0,146.0,2302.0,D3 Renderings of Matplotlib Graphics.,52.0,33,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,5876.0,5457.0,https://pypi.org/project/mpld3,543091.0,548142.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,192237.0,,,,,2.0,,,2023-12-23 13:03:02.000,410.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,581.0,,,,,,,,,,,, +189,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-01-25 14:37:06.000000,2024-01-24 19:40:04,3871.0,198.0,519.0,49.0,4000.0,262.0,881.0,2022.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,155.0,33,True,2024-01-22 17:04:21.000,0.34.0.post1,54.0,pennylane,conda-forge/pennylane,,,,726.0,726.0,https://pypi.org/project/pennylane,35996.0,37236.0,https://anaconda.org/conda-forge/pennylane,2024-01-16 20:01:29.795,32235.0,,,,,2.0,,70.0,,,,,,,,,,,,,,,,,,,, +190,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-01-22 09:08:42.000000,2024-01-22 09:04:45,3678.0,16.0,193.0,50.0,1348.0,125.0,711.0,1945.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,1699.0,1677.0,https://pypi.org/project/pythran,144216.0,155212.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,439844.0,,,,,2.0,,,2024-01-07 21:21:39.000,22.0,,,,,,,,,,,,,,,,pythran,python-pythran, +191,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,LGPL-3.0,2012-08-03 07:43:59.000,2024-01-24 22:08:54.000000,2024-01-10 10:12:45,2946.0,29.0,350.0,55.0,1116.0,278.0,923.0,1326.0,Cartopy - a cartographic python library with matplotlib support.,124.0,33,False,2023-08-05 00:46:57.000,0.22.0,24.0,cartopy,conda-forge/cartopy,,,,4295.0,4295.0,https://pypi.org/project/cartopy,150179.0,226666.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3365456.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +192,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-01-24 14:10:21.000000,2024-01-24 14:10:15,2775.0,25.0,274.0,34.0,202.0,38.0,492.0,1200.0,Python interface for igraph.,71.0,33,False,2023-11-20 11:09:36.000,0.11.3,39.0,python-igraph,conda-forge/igraph,,,,4187.0,3771.0,https://pypi.org/project/python-igraph,286425.0,305068.0,https://anaconda.org/conda-forge/igraph,2023-12-01 16:13:44.377,493253.0,,,,,1.0,,562188.0,2023-11-20 11:09:36.000,416.0,,,,,,,,,,,,,,,,,, +193,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2023-12-21 21:50:42.816000,2023-12-21 20:10:06,1524.0,2.0,152.0,41.0,132.0,8.0,640.0,1152.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,33,True,2023-12-21 20:05:21.000,1.9.1,32.0,agate,conda-forge/agate,,,,2832.0,2683.0,https://pypi.org/project/agate,4156640.0,4161668.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,160926.0,,,,,2.0,,,2023-12-21 20:05:21.000,149.0,,,,,,,,,,,,,,,,,, +194,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,14.0,107.0,32.0,60.0,71.0,78.0,912.0,Describing statistical models in Python using symbolic formulas.,19.0,33,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,90184.0,87431.0,https://pypi.org/project/patsy,12694124.0,13035368.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,9554854.0,,,,,1.0,,,2024-01-04 18:55:57.000,2753.0,,,,,,,,,,,,,,,,,, +195,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-01-22 15:54:03.000000,2023-12-06 02:03:46,14787.0,4.0,506.0,50.0,2278.0,396.0,949.0,709.0,Workflows and interfaces for neuroimaging packages.,251.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4108.0,3930.0,https://pypi.org/project/nipype,74432.0,88848.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,591093.0,,,,,2.0,,,2023-04-06 12:55:55.544,178.0,,,,,,,,,,,,,,,,,, +196,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-01-24 19:24:28.000000,2024-01-24 19:24:16,13702.0,262.0,393.0,50.0,2005.0,151.0,754.0,647.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",152.0,33,False,2023-12-14 14:48:42.000,1.8.0,27.0,dipy,conda-forge/dipy,,,,1097.0,985.0,https://pypi.org/project/dipy,18257.0,22861.0,https://anaconda.org/conda-forge/dipy,2023-06-16 13:16:19.782,423578.0,,,,,2.0,,,2023-12-14 14:48:42.000,112.0,,,,,,,,,,,,,,,,,, +197,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-01-13 20:33:11.000000,2022-06-10 09:12:18,238.0,,12949.0,1565.0,225.0,723.0,584.0,50899.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2018-04-02 17:18:43.000,1.2.2,2.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],21.0,21.0,https://pypi.org/project/face_recognition,61744.0,62247.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19548.0,,,,,2.0,,1224.0,,,,,,,,,,,,,,,,,,,, +198,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,,3310.0,468.0,671.0,589.0,672.0,14507.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1542.0,1452.0,https://pypi.org/project/tensor2tensor,4138.0,4138.0,,,,,,,,2.0,,,2020-06-17 16:31:34.798,90.0,,,,,,,,,,,,,,,,,, +199,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,187.0,1005.0,580.0,711.0,12367.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,32,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1516.0,1510.0,https://pypi.org/project/paddlehub,7080.0,7091.0,,,,,,,,2.0,,664.0,2023-09-20 10:33:08.000,6.0,,,,,,,,,,,,,,,,,, +200,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1735.0,263.0,114.0,85.0,535.0,11098.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,18.0,lime,conda-forge/lime,,,,4931.0,4931.0,https://pypi.org/project/lime,238779.0,241084.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,195987.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,, +201,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,2023-12-23 01:58:33.000000,2023-10-02 22:40:55,1387.0,,1378.0,303.0,889.0,129.0,758.0,9025.0,AutoML library for deep learning.,143.0,32,True,2023-01-28 18:28:09.000,1.1.0,58.0,autokeras,,,,['tensorflow'],626.0,626.0,https://pypi.org/project/autokeras,11054.0,11293.0,,,,,,,,2.0,,17709.0,,,,,,,,,,,,,,,,,,,, +202,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-01-21 21:20:59.000000,2024-01-21 21:20:59,2439.0,19.0,971.0,204.0,2263.0,241.0,826.0,8257.0,Deep universal probabilistic programming with Python and PyTorch.,148.0,32,True,2023-07-29 21:20:27.000,1.8.6,34.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,262480.0,266524.0,https://anaconda.org/conda-forge/pyro-ppl,2023-07-29 23:12:47.995,137506.0,,,,,2.0,,,2023-07-29 21:09:56.000,116.0,,,,,,,,,,,,,,,,,, +203,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-01-16 11:08:12.000000,2023-12-28 06:35:09,2895.0,7.0,1591.0,87.0,1625.0,376.0,1611.0,7990.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",118.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1110.0,1106.0,https://pypi.org/project/paddleseg,1582.0,1582.0,,,,,,,,2.0,,,2022-11-30 11:24:02.578,4.0,,,,,,,,,,,,,,,,,, +204,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,2.0,870.0,86.0,274.0,78.0,376.0,7754.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,40076.0,39068.0,https://pypi.org/project/tensorboardX,1969669.0,1996695.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1134909.0,,,,,2.0,,411.0,2023-08-20 13:38:18.000,1008.0,,,,,,,,,,,,,,,,,, +205,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-01-25 13:22:08.000000,2024-01-25 13:22:06,831.0,34.0,703.0,274.0,1101.0,298.0,353.0,7307.0,"Build and manage real-life ML, AI, and data science projects with ease!.",78.0,32,True,2024-01-18 17:14:25.000,2.11.0,107.0,metaflow,conda-forge/metaflow,,,,608.0,581.0,https://pypi.org/project/metaflow,114360.0,118153.0,https://anaconda.org/conda-forge/metaflow,2024-01-15 15:33:47.821,159309.0,,,,,2.0,,,2024-01-18 17:14:25.000,27.0,,,,,,,,,,,,,,,,,, +206,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-01-19 21:04:16.000000,2023-12-07 16:30:16,1315.0,3.0,848.0,158.0,1656.0,172.0,804.0,6943.0,An open source python library for automated feature engineering.,71.0,32,True,2023-10-26 18:22:23.000,1.28.0,103.0,featuretools,conda-forge/featuretools,,,,1597.0,1519.0,https://pypi.org/project/featuretools,46090.0,50168.0,https://anaconda.org/conda-forge/featuretools,2023-10-27 14:28:34.721,175394.0,,,,,2.0,,,2023-10-26 18:22:23.000,78.0,,,,,,,,,,,,,,,,,, +207,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,,2017-09-26 08:00:56.000,2024-01-25 09:48:58.000000,2023-12-02 06:10:46,4212.0,96.0,845.0,144.0,463.0,81.0,763.0,6930.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",66.0,32,False,2023-12-03 06:47:22.000,1.7.0,20.0,stanza,stanfordnlp/stanza,,,,2398.0,2398.0,https://pypi.org/project/stanza,142702.0,142860.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7308.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +208,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-01-22 13:16:11.000000,2024-01-21 16:05:18,1135.0,47.0,767.0,61.0,896.0,234.0,1069.0,6911.0,A python library for user-friendly forecasting and anomaly detection on time series.,110.0,32,True,2024-01-21 16:13:43.000,0.27.2,40.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,505.0,500.0,https://pypi.org/project/u8darts,19010.0,20326.0,https://anaconda.org/conda-forge/u8darts-all,2024-01-21 21:20:33.765,39287.0,https://hub.docker.com/r/unit8/darts,2024-01-21 16:15:31.089895,,507.0,2.0,,,2024-01-21 16:13:43.000,5.0,,,,,,,,,,,,,,,,,, +209,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-01-24 10:38:44.000000,2023-12-27 14:04:05,2705.0,6.0,1137.0,209.0,1045.0,20.0,614.0,6452.0,An open source library for deep learning end-to-end dialog systems and chatbots.,76.0,32,True,2023-12-27 14:49:16.000,1.5.0,62.0,deeppavlov,,,,['tensorflow'],381.0,374.0,https://pypi.org/project/deeppavlov,8587.0,8587.0,,,,,,,,2.0,,,2023-12-27 14:44:59.000,7.0,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +210,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-01-05 03:37:50.000000,2023-07-28 00:16:45,2332.0,,1075.0,192.0,233.0,271.0,280.0,5443.0,Distributed Evolutionary Algorithms in Python.,87.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4717.0,4348.0,https://pypi.org/project/deap,171681.0,180744.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,353493.0,,,,,2.0,,,2023-07-21 10:51:54.000,369.0,,,,,,,,,,,,,,,,,, +211,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,,1594.0,305.0,294.0,152.0,268.0,5315.0,Portfolio and risk analytics in Python.,59.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,976.0,942.0,https://pypi.org/project/pyfolio,8606.0,8786.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12812.0,,,,,1.0,,,2019-04-15 15:00:21.000,34.0,,,,,,,,,,,,,,,,,, +212,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-01-23 07:31:25.000000,2024-01-20 10:03:24,3848.0,84.0,550.0,85.0,543.0,102.0,462.0,4621.0,Online machine learning in Python.,108.0,32,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,440.0,410.0,https://pypi.org/project/river,19654.0,21245.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,52521.0,,,,,2.0,,,2023-12-05 00:13:21.000,30.0,,,,,,,,,,,,,,,,,, +213,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2023-12-11 16:28:56.000000,2022-08-22 18:21:12,586.0,,573.0,77.0,76.0,61.0,161.0,3005.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,,,,5125.0,4958.0,https://pypi.org/project/filterpy,2011015.0,2014052.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,239946.0,,,,,2.0,,,2021-12-15 15:49:27.374,167.0,,,,,,,,,,,,,,,,,, +214,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-01-17 01:33:46.000000,2024-01-17 01:33:46,2930.0,12.0,687.0,78.0,848.0,257.0,622.0,2553.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",122.0,32,True,2023-10-16 21:49:45.000,0.1.24,24.0,pgmpy,,,,,867.0,835.0,https://pypi.org/project/pgmpy,41095.0,41102.0,,,,,,,,2.0,,306.0,2023-10-16 20:46:07.000,32.0,,,,,,,,,,,,,,,,,, +215,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2023-12-18 20:05:31.000000,2023-12-18 19:57:13,1353.0,11.0,303.0,22.0,44.0,34.0,200.0,2138.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2023-12-17 19:42:36.000,0.4.5,90.0,explainerdashboard,conda-forge/explainerdashboard,,,,441.0,431.0,https://pypi.org/project/explainerdashboard,65983.0,67129.0,https://anaconda.org/conda-forge/explainerdashboard,2023-12-17 21:59:52.942,42420.0,,,,,1.0,,,2023-12-17 19:42:36.000,10.0,,,,,,,,,,,,,,,,,, +216,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-01-24 15:02:45.000000,2023-12-27 10:12:23,938.0,3.0,203.0,47.0,306.0,127.0,121.0,1687.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,32,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,6385.0,6222.0,https://pypi.org/project/evaluate,2101568.0,2101568.0,,,,,,,,1.0,,,2023-10-13 15:54:47.000,163.0,,,,,,,,,,,,,,,,,, +217,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1572.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,9365.0,8834.0,https://pypi.org/project/geocoder,386770.0,388415.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,136545.0,,,,,3.0,,,2021-12-15 15:58:16.110,531.0,,,,,,,,,,,,,,,,,,geocoder +218,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,2023-10-30 17:18:47.000000,2023-10-23 16:17:56,1077.0,,227.0,34.0,249.0,51.0,271.0,1480.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",22.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,7197.0,7108.0,https://pypi.org/project/pmdarima,1931018.0,1957395.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1028739.0,,,,,2.0,,,2023-10-23 14:02:41.000,89.0,,,,,,,,,,,,,,,,,, +219,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-01-24 17:50:38.000000,2024-01-22 08:48:54,12989.0,438.0,277.0,35.0,1734.0,459.0,614.0,980.0,Python package for earth-observing satellite data processing.,149.0,32,False,2023-12-18 08:08:56.000,0.46.0,92.0,satpy,conda-forge/satpy,,,,136.0,118.0,https://pypi.org/project/satpy,15890.0,20077.0,https://anaconda.org/conda-forge/satpy,2023-12-18 13:40:45.405,180056.0,,,,,3.0,,,2023-12-18 08:08:56.000,18.0,,,,,,,,,,,,,,,,,, +220,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-01-25 14:07:26.000000,2024-01-24 19:10:26,11301.0,128.0,235.0,57.0,11882.0,204.0,2152.0,905.0,Cloud-native genomic dataframes and batch computing.,91.0,32,True,2024-01-12 18:15:13.000,0.2.127,147.0,hail,,,,['spark'],139.0,121.0,https://pypi.org/project/hail,28823.0,28823.0,,,,,,,,2.0,,,2024-01-12 18:15:13.000,18.0,,,,,,,,,,,,,,,,,, +221,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-01-23 21:15:47.000000,2024-01-23 21:14:27,1052.0,12.0,170.0,35.0,114.0,31.0,59.0,703.0,Snowball compiler and stemming algorithms.,34.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6831.0,5.0,https://pypi.org/project/snowballstemmer,9118696.0,9204087.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7599876.0,,,,,2.0,,,2021-11-16 18:38:34.000,6826.0,,,,,,,,,,,,,,,,,, +222,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-01-07 01:32:14.000000,2023-07-13 08:50:20,531.0,,2660.0,383.0,119.0,213.0,561.0,24375.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],649.0,643.0,https://pypi.org/project/spleeter,14831.0,73398.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,79010.0,,,,,2.0,,2906373.0,2022-06-10 13:19:35.000,6.0,,,,,,,,,,,,,,,,,, +223,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-01-25 11:28:52.000000,2024-01-25 07:12:50,3475.0,790.0,2419.0,272.0,2708.0,73.0,395.0,22066.0,You like pytorch? You like micrograd? You love tinygrad!.,267.0,31,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],39.0,39.0,,,,,,,,,,,1.0,,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +224,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4932.0,504.0,152.0,1008.0,1349.0,20086.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,31,False,2023-04-02 07:43:27.000,0.7,1.0,insightface,,,,['mxnet'],1531.0,1531.0,https://pypi.org/project/insightface,527957.0,709870.0,,,,,,,,2.0,-4.0,1637225.0,,,,,,,,,,,,,,,,,,,, +225,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,,1159.0,339.0,1683.0,523.0,1294.0,11134.0,Turi Create simplifies the development of custom machine learning models.,86.0,31,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,42.0,21.0,https://pypi.org/project/turicreate,34979.0,35110.0,,,,,,,,3.0,,9604.0,2020-09-30 22:51:40.000,21.0,,,,,,,,,,,,,,,,,, +226,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-01-25 07:11:59.000000,2024-01-25 06:38:02,10402.0,7.0,1866.0,350.0,3418.0,128.0,1132.0,8360.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,332.0,31,True,2023-07-19 14:18:35.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,,,https://pypi.org/project/vowpalwabbit,38857.0,42403.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,138319.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +227,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-01-24 17:33:24.000000,2024-01-24 17:33:23,1514.0,52.0,605.0,79.0,627.0,86.0,213.0,7744.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",44.0,31,False,2023-09-11 17:53:22.000,2.5.0,24.0,cleanlab,conda-forge/cleanlab,,,,245.0,237.0,https://pypi.org/project/cleanlab,11535.0,12128.0,https://anaconda.org/conda-forge/cleanlab,2023-09-12 22:14:32.939,19601.0,,,,,2.0,,,2023-09-11 17:53:22.000,8.0,,,,,,,,,,,,,,,,,, +228,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,828.0,7301.0,Automated Machine Learning with scikit-learn.,88.0,31,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],576.0,537.0,https://pypi.org/project/auto-sklearn,15832.0,16460.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,20741.0,,,,,2.0,,51.0,2022-09-20 10:32:07.471,39.0,,,,,,,,,,,,,,,,,, +229,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-01-24 21:40:48.000000,2024-01-22 12:10:22,357.0,3.0,1455.0,135.0,131.0,12.0,313.0,7271.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2455.0,2336.0,https://pypi.org/project/bayesian-optimization,231372.0,231373.0,,,,,,,,2.0,,141.0,2023-04-25 22:00:01.831,119.0,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +230,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-01-24 13:01:47.000000,2024-01-22 01:39:06,5898.0,119.0,916.0,111.0,1599.0,92.0,622.0,7107.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2023-11-29 21:48:30.000,2.7.1,96.0,perspective-python,conda-forge/perspective,,,['jupyter'],128.0,113.0,https://pypi.org/project/perspective-python,6061.0,18670.0,https://anaconda.org/conda-forge/perspective,2023-12-04 04:58:10.833,505765.0,,,,,2.0,,1991.0,2023-11-29 16:47:42.000,15.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,,,517.0,,,,,,,,,,,, +231,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-01-22 22:26:56.000000,2024-01-19 13:09:23,984.0,68.0,873.0,137.0,671.0,126.0,305.0,6485.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,83.0,31,True,2023-12-25 07:08:29.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,319.0,319.0,https://pypi.org/project/dowhy,34161.0,34650.0,https://anaconda.org/conda-forge/dowhy,2023-11-30 17:35:40.350,18593.0,,,,,2.0,,33.0,,,,,,,,,,,,,,,,,,,, +232,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,,1803.0,200.0,206.0,12.0,1343.0,6293.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,31,True,2019-01-18 19:18:13.000,doc-v0.9.0.1,3.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1448.0,1448.0,https://pypi.org/project/tensorpack,8071.0,8453.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10260.0,,,,,3.0,,161.0,,,,,,,,,,,,,,,,,,,, +233,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-01-08 14:33:00.000000,2024-01-08 14:32:50,1082.0,7.0,369.0,82.0,524.0,51.0,450.0,5538.0,A scikit-learn compatible neural network library that wraps PyTorch.,61.0,31,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1140.0,1086.0,https://pypi.org/project/skorch,56618.0,76071.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,778129.0,,,,,3.0,,,2023-09-04 09:59:43.000,54.0,,,,,,,,,,,,,,,,,, +234,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2023-11-12 21:40:25.000000,2022-01-27 13:24:16,139.0,,1006.0,154.0,113.0,94.0,79.0,4437.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,,,3.0,imutils,conda-forge/imutils,,,,40133.0,40133.0,https://pypi.org/project/imutils,464135.0,467808.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,154289.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +235,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-01-17 22:23:08.000000,2024-01-05 20:03:54,779.0,14.0,370.0,73.0,281.0,58.0,503.0,4411.0,Visualizer for pandas data structures.,30.0,31,True,2024-01-08 14:23:02.000,3.9.0,179.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1021.0,998.0,https://pypi.org/project/dtale,78291.0,84272.0,https://anaconda.org/conda-forge/dtale,2024-01-05 22:01:34.870,263204.0,,,,,2.0,,,2024-01-05 20:43:17.000,23.0,,,,,,,,,,,,,,,,,, +236,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-01-13 11:36:10.000000,2023-11-02 13:49:44,662.0,35.0,822.0,148.0,126.0,124.0,104.0,3914.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,2972.0,2922.0,https://pypi.org/project/ta,73360.0,74006.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,22627.0,,,,,2.0,,,2023-11-02 13:53:35.000,50.0,,,,,,,,,,,,,,,,,, +237,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,9.0,267.0,47.0,50.0,26.0,94.0,3733.0,A simple command-line utility for querying and monitoring GPU status.,17.0,31,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,4758.0,4624.0,https://pypi.org/project/gpustat,866237.0,873497.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,275912.0,,,,,2.0,,,2023-08-22 19:39:06.000,134.0,,,,,,,,,,,,,,,,,, +238,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-01-24 23:24:45.000000,2024-01-17 00:53:36,1401.0,23.0,447.0,52.0,753.0,42.0,463.0,3512.0,NeuralProphet: A simple forecasting package.,51.0,31,True,2023-06-14 22:41:07.000,0.6.2,28.0,neuralprophet,,,,['pytorch'],366.0,361.0,https://pypi.org/project/neuralprophet,88878.0,88878.0,,,,,,,,2.0,,,2023-12-11 20:39:24.000,5.0,,,,,,,,,,,,,,,,,, +239,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,1.0,703.0,185.0,737.0,262.0,669.0,3401.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,254.0,https://pypi.org/project/dyNET,325382.0,325549.0,,,,,,,,3.0,,14610.0,2020-10-21 14:31:01.000,29.0,,,,,,,,,,,,,,,,,, +240,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,426.0,94.0,122.0,72.0,348.0,3212.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1095.0,1035.0,https://pypi.org/project/nmslib,230008.0,232662.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,103540.0,,,,,2.0,,,2021-02-03 00:02:08.000,60.0,,,,,,,,,,,,,,,,,, +241,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-01-08 13:11:43.000000,2024-01-08 13:11:42,1490.0,2.0,355.0,91.0,734.0,126.0,441.0,3141.0,Quickly and accurately render even the largest data.,54.0,31,True,2023-10-26 15:10:16.000,0.16.0,33.0,datashader,conda-forge/datashader,,,,3486.0,3486.0,https://pypi.org/project/datashader,78558.0,95467.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,743999.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +242,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,324.0,67.0,75.0,9.0,120.0,2942.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,12174.0,11790.0,https://pypi.org/project/ImageHash,1027458.0,1031552.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,352130.0,,,,,2.0,,,2022-09-28 08:48:24.658,384.0,,,,,,,,,,,,,,,,,, +243,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-01-16 16:16:45.000000,2024-01-16 16:16:40,1277.0,5.0,272.0,54.0,215.0,51.0,407.0,2910.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,36.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,642.0,626.0,https://pypi.org/project/stumpy,189880.0,212141.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,957225.0,,,,,2.0,,,2023-08-21 11:33:22.000,16.0,,,,,,,,,,,,,,,,,, +244,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,2023-12-27 20:29:35.000000,2023-11-29 20:31:13,1079.0,9.0,378.0,63.0,487.0,199.0,268.0,2798.0,A Hyperparameter Tuning Library for Keras.,60.0,31,True,2023-11-07 19:21:59.000,1.4.6,31.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],3139.0,3139.0,https://pypi.org/project/keras-tuner,139853.0,140808.0,https://anaconda.org/conda-forge/keras-tuner,2023-11-10 05:23:26.167,27713.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +245,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-01-24 20:49:39.000000,2023-04-20 03:41:53,699.0,,245.0,40.0,805.0,71.0,282.0,2734.0,PyTorch extensions for high performance and large scale training.,72.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4098.0,4032.0,https://pypi.org/project/fairscale,399655.0,406209.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,170425.0,,,,,2.0,,,2022-12-11 18:09:31.906,66.0,,,,,,,,,,,,,,,,,, +246,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-01-23 14:45:45.000000,2024-01-18 13:45:09,965.0,9.0,221.0,39.0,523.0,72.0,171.0,2681.0,JAX-based neural network library.,80.0,31,True,2023-11-10 14:04:13.000,0.0.11,13.0,dm-haiku,conda-forge/dm-haiku,,,,1679.0,1679.0,https://pypi.org/project/dm-haiku,144489.0,144902.0,https://anaconda.org/conda-forge/dm-haiku,2023-11-16 14:41:40.026,14479.0,,,,,3.0,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +247,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-01-25 12:16:28.000000,2024-01-24 16:13:09,1143.0,30.0,229.0,26.0,985.0,100.0,402.0,2665.0,A python library for self-supervised learning on images.,36.0,31,True,2024-01-24 16:34:00.000,1.4.26,113.0,lightly,,,,['pytorch'],209.0,202.0,https://pypi.org/project/lightly,19730.0,19730.0,,,,,,,,2.0,,,2024-01-24 16:35:38.000,7.0,,,,,,,,,,,,,,,,,, +248,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-01-25 07:28:09.000000,2024-01-22 12:31:23,794.0,23.0,312.0,39.0,868.0,40.0,252.0,2635.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",42.0,31,True,2023-09-09 13:24:13.000,0.7.0,13.0,python-doctr,,,,"['tensorflow', 'pytorch']",235.0,232.0,https://pypi.org/project/python-doctr,13586.0,78934.0,,,,,,,,2.0,,2287180.0,2023-09-09 13:24:13.000,3.0,,,,,,,,,,,,,,,,,, +249,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,2023-11-20 19:06:35.000000,2023-11-20 19:03:21,997.0,5.0,478.0,57.0,135.0,341.0,164.0,2610.0,A high performance implementation of HDBSCAN clustering.,86.0,31,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3256.0,3030.0,https://pypi.org/project/hdbscan,457733.0,503671.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1791604.0,,,,,2.0,,,2023-11-20 19:06:35.000,226.0,,,,,,,,,,,,,,,,,, +250,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-01-25 02:36:31.000000,2023-12-03 09:09:14,2415.0,48.0,247.0,27.0,1124.0,75.0,224.0,2473.0,Database system for AI-powered apps.,73.0,31,True,2023-11-19 16:35:30.000,0.3.9,36.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,17746.0,40474.0,,,,,,,,3.0,,409111.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +251,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-01-25 08:08:12.000000,2024-01-25 06:45:28,5507.0,134.0,699.0,88.0,5707.0,201.0,848.0,2051.0,TFX is an end-to-end platform for deploying production ML pipelines.,182.0,31,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,51173.0,51173.0,,,,,,,,2.0,,,2023-09-06 22:01:30.000,14.0,,,,,,,,,,,,,,,,,, +252,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2023-12-18 04:15:22.000000,2023-11-17 20:35:45,543.0,11.0,155.0,44.0,76.0,4.0,127.0,1951.0,a python library for doing approximate and phonetic matching of strings.,31.0,31,True,,,14.0,jellyfish,conda-forge/jellyfish,,,,7906.0,7906.0,https://pypi.org/project/jellyfish,2407918.0,2425959.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,775770.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +253,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-01-24 11:47:41.000000,2024-01-24 10:40:41,4139.0,16.0,1075.0,154.0,1087.0,49.0,609.0,1710.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,40.0,arcgis,,esridocker/arcgis-api-python-notebook,,,37.0,4.0,https://pypi.org/project/arcgis,106706.0,106822.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,,10254.0,2023-12-12 19:09:17.000,33.0,,,,,,,,,,,,,,,,,, +254,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-01-11 00:02:53.000000,2024-01-11 00:02:53,859.0,51.0,107.0,21.0,342.0,92.0,213.0,1640.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,45.0,31,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,,['jax'],439.0,385.0,https://pypi.org/project/equinox,62737.0,62737.0,,,,,,,,1.0,,,2024-01-10 21:26:20.000,54.0,,,,,,,,,,,,,,,,,, +255,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-01-24 01:12:08.000000,2024-01-11 16:09:25,1799.0,45.0,367.0,52.0,123.0,41.0,421.0,1626.0,Reinforcement Learning environments based on the 1993 game Doom.,53.0,31,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,233.0,217.0,https://pypi.org/project/vizdoom,1500.0,1625.0,,,,,,,,1.0,,11781.0,2023-12-16 01:55:15.000,16.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +256,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-01-15 09:58:06.763000,2024-01-13 15:45:51,1242.0,15.0,135.0,30.0,103.0,33.0,246.0,1475.0,Statistical package in Python based on Pandas.,43.0,31,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,1768.0,1694.0,https://pypi.org/project/pingouin,58894.0,61500.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,112060.0,,,,,2.0,,,2024-01-13 15:46:36.000,74.0,,,,,,,,,,,,,,,,,, +257,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-01-05 01:33:52.000000,2024-01-05 01:33:47,818.0,3.0,320.0,120.0,768.0,205.0,166.0,1446.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",83.0,31,True,2023-05-26 02:36:01.000,0.7.5,30.0,tensorflow-model-optimization,,,,['tensorflow'],3472.0,3442.0,https://pypi.org/project/tensorflow-model-optimization,584526.0,584526.0,,,,,,,,2.0,,,2023-05-26 02:35:42.850,30.0,,,,,,,,,,,,,,,,,, +258,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-01-02 10:44:19.000000,2024-01-02 10:44:11,937.0,12.0,427.0,87.0,217.0,49.0,235.0,1396.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2593.0,2227.0,https://pypi.org/project/emcee,121162.0,124636.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,319613.0,,,,,2.0,,,2023-02-02 20:53:47.943,366.0,,,,,,,,,,,,,,,,,, +259,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-01-25 01:44:50.000000,2024-01-25 01:44:45,3772.0,210.0,46.0,163.0,495.0,124.0,371.0,1354.0,Multiplatform plotting library based on Grammar of Graphics.,20.0,31,True,2023-12-28 14:30:03.000,4.2.0,68.0,lets-plot,,,,,58.0,56.0,https://pypi.org/project/lets-plot,23265.0,23276.0,,,,,,,,2.0,,585.0,2023-12-28 13:56:03.000,2.0,,,,,,,,,,,,,,,,,, +260,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-01-22 23:28:49.000000,2024-01-22 23:26:03,1527.0,17.0,163.0,18.0,778.0,106.0,439.0,1233.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,31,True,2023-09-18 03:57:15.000,0.26.0,59.0,pyjanitor,conda-forge/pyjanitor,,,,552.0,532.0,https://pypi.org/project/pyjanitor,190019.0,192697.0,https://anaconda.org/conda-forge/pyjanitor,2023-06-16 16:12:04.304,187491.0,,,,,2.0,,,2023-09-18 03:57:09.000,20.0,,,,,,,,,,,,,,,,,, +261,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-01-21 18:18:01.000000,2024-01-05 16:06:48,1120.0,14.0,277.0,44.0,509.0,27.0,182.0,1219.0,ARCH models in Python.,35.0,31,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,1436.0,1366.0,https://pypi.org/project/arch,254278.0,260733.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,277591.0,,,,,2.0,,,2024-01-05 08:24:51.000,70.0,,,,,,,,,,,,,,,,,, +262,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-01-22 19:48:52.000000,2024-01-22 16:11:41,10408.0,165.0,223.0,36.0,1422.0,206.0,341.0,1113.0,Computations and statistics on manifolds with geometric structures.,89.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,94.0,91.0,https://pypi.org/project/geomstats,3124.0,3235.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2115.0,,,,,3.0,,,2023-08-30 05:33:32.000,3.0,,,,,,,,,,,,,,,,,, +263,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-01-12 17:42:34.000000,2024-01-12 17:42:34,922.0,5.0,214.0,59.0,98.0,44.0,173.0,979.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1672.0,1616.0,https://pypi.org/project/tensorflow-transform,621235.0,621235.0,,,,,,,,2.0,,,2023-08-11 23:14:04.000,56.0,,,,,,,,,,,,,,,,,, +264,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-01-22 10:30:41.000000,2024-01-19 16:05:05,642.0,19.0,93.0,23.0,495.0,309.0,397.0,885.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",45.0,31,True,2023-10-17 08:55:43.000,0.9.0,17.0,hvplot,conda-forge/hvplot,,,,4285.0,4285.0,https://pypi.org/project/hvplot,141227.0,153266.0,https://anaconda.org/conda-forge/hvplot,2023-12-22 17:00:16.835,517698.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +265,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-01-01 17:28:43.000000,2023-11-06 00:17:47,493.0,5.0,123.0,33.0,127.0,27.0,74.0,858.0,Python bindings and utilities for GeoJSON.,56.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17573.0,16307.0,https://pypi.org/project/geojson,1267363.0,1337984.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,776836.0,,,,,3.0,,,2023-11-05 21:06:50.000,1266.0,,,,,,,,,,,,,,,,,, +266,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2024-01-25 14:09:59.000000,2024-01-25 11:28:11,163064.0,3171.0,86.0,52.0,2015.0,105.0,282.0,667.0,TensorFlow ROCm port.,4559.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,4828.0,4828.0,,,,,,,,3.0,,21.0,2024-01-10 14:33:03.000,6.0,,,,,,,,,,,,,,,,,, +267,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2023-12-15 12:50:52.000000,2023-12-15 12:50:52,282.0,5.0,107.0,24.0,52.0,35.0,56.0,466.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,31,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,18177.0,17812.0,https://pypi.org/project/audioread,1684254.0,1703136.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,736415.0,,,,,2.0,,,2023-09-27 19:27:51.000,365.0,,,,,,,,,,,,,,,,,, +268,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,,4382.0,1256.0,557.0,836.0,2543.0,17430.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,,,,,21.0,2.0,https://pypi.org/project/cntk,508.0,657.0,,,,,,,,3.0,4.0,14330.0,2020-12-09 22:21:57.000,19.0,,,,,,,,,,,,,,,,,, +269,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,1.0,2009.0,287.0,3401.0,50.0,1494.0,10403.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:16:41.000,1.7.2,23.0,parlai,,,,['pytorch'],21.0,21.0,https://pypi.org/project/parlai,4689.0,4689.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +270,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2436.0,460.0,260.0,577.0,362.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,30,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],4763.0,4763.0,https://pypi.org/project/tflearn,5870.0,5870.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +271,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-01-25 08:00:59.000000,2024-01-25 07:56:06,1132.0,26.0,1195.0,146.0,156.0,227.0,1224.0,8010.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,135.0,30,False,2023-10-31 20:06:30.000,0.7.5,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],692.0,692.0,https://pypi.org/project/pytorch3d,4059.0,7698.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,181991.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +272,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-01-25 04:40:36.000000,2024-01-25 04:40:36,1165.0,21.0,1251.0,101.0,625.0,673.0,517.0,7822.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2225.0,2225.0,,,4653.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,181479.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +273,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-01-23 12:50:03.000000,2024-01-23 12:41:45,154.0,2.0,1051.0,195.0,99.0,148.0,292.0,5753.0,Official Kaggle API.,37.0,30,True,2024-01-23 12:50:03.000,1.6.3,63.0,kaggle,conda-forge/kaggle,,,,406.0,21.0,https://pypi.org/project/kaggle,192734.0,196299.0,https://anaconda.org/conda-forge/kaggle,2024-01-13 06:37:32.066,142638.0,,,,,2.0,,,2024-01-12 17:08:06.000,385.0,,,,,,,,,,,,,,,,,, +274,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-01-23 13:30:37.000000,2024-01-12 17:02:04,587.0,22.0,711.0,81.0,321.0,87.0,311.0,4542.0,Uplift modeling and causal inference with machine learning algorithms.,59.0,30,True,2023-08-28 06:52:12.000,0.14.1,22.0,causalml,,,,,179.0,178.0,https://pypi.org/project/causalml,72674.0,72674.0,,,,,,,,2.0,,,2023-08-28 06:52:12.000,1.0,,,,,,,,,,,,,,,,,, +275,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,661.0,89.0,206.0,138.0,356.0,4527.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,30,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1389.0,1339.0,https://pypi.org/project/lightfm,584918.0,587276.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,169791.0,,,,,1.0,,,2023-03-20 04:15:00.582,50.0,,,,,,,,,,,,,,,,,, +276,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-01-24 20:08:15.000000,2024-01-19 07:55:27,2146.0,5.0,263.0,43.0,2117.0,310.0,645.0,4496.0,Aim An easy-to-use & supercharged open-source experiment tracker.,59.0,30,True,2023-10-04 15:24:14.000,4.0.3,882.0,aim,conda-forge/aim,,,,432.0,415.0,https://pypi.org/project/aim,57040.0,58425.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,41552.0,,,,,2.0,,,2024-01-24 20:08:15.000,17.0,,,,,,,,,,,,,,,,,, +277,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-01-13 14:59:12.000000,2022-09-24 16:20:26,585.0,,875.0,92.0,208.0,102.0,439.0,4378.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3639.0,3588.0,https://pypi.org/project/pandas-ta,93036.0,93766.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,19731.0,,,,,2.0,,,2021-07-28 20:51:17.000,51.0,,,,,,,,,,,,,,,,,, +278,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2023-11-28 14:54:27.704000,2023-11-13 07:19:19,1344.0,2.0,375.0,71.0,366.0,97.0,460.0,4129.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,30,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,2914.0,2804.0,https://pypi.org/project/sacred,35385.0,35559.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4524.0,,,,,2.0,,,2023-11-13 07:24:08.000,110.0,,,,,,,,,,,,,,,,,, +279,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-01-15 15:11:43.000000,2024-01-15 15:11:42,1441.0,20.0,751.0,75.0,1765.0,293.0,624.0,4025.0,Probabilistic time series modeling in Python.,111.0,30,True,2023-12-07 09:10:45.000,0.14.3,107.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,164931.0,164957.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,703.0,,,,,2.0,,,2023-12-07 09:10:45.000,16.0,,,,,,,,,,,,,,,,,, +280,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2023-12-19 14:36:53.000000,2023-12-19 14:36:52,3303.0,29.0,522.0,120.0,367.0,67.0,735.0,3902.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,,,12.0,dedupe,conda-forge/dedupe,,,,310.0,310.0,https://pypi.org/project/dedupe,60823.0,62513.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,42273.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +281,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-01-23 13:44:35.000000,2024-01-17 08:40:34,1084.0,13.0,345.0,60.0,1339.0,122.0,172.0,3794.0,A Python toolbox for performing gradient-free optimization.,53.0,30,True,2023-11-19 06:44:47.000,1.0.1,46.0,nevergrad,conda-forge/nevergrad,,,,640.0,607.0,https://pypi.org/project/nevergrad,56181.0,57209.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,45240.0,,,,,2.0,,,2023-11-19 06:44:47.000,33.0,,,,,,,,,,,,,,,,,, +282,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-01-24 23:45:52.000000,2024-01-24 23:41:44,15341.0,52.0,493.0,70.0,3382.0,839.0,1541.0,3780.0,cuML - RAPIDS Machine Learning Library.,168.0,30,True,2023-12-06 19:20:46.000,23.12.00,36.0,cuml,,,,,6.0,,https://pypi.org/project/cuml,1870.0,1870.0,,,,,,,,2.0,,,2020-06-01 20:09:10.000,6.0,,,,,,,,,,,,,,,,,, +283,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,2023-11-06 09:55:37.480000,2023-10-04 07:40:23,3656.0,,445.0,100.0,1043.0,224.0,368.0,3524.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2023-08-04 08:28:46.000,0.12.41,63.0,bqplot,conda-forge/bqplot,,,['jupyter'],53.0,53.0,https://pypi.org/project/bqplot,107012.0,138398.0,https://anaconda.org/conda-forge/bqplot,2023-11-06 09:55:37.480,1252439.0,,,,,3.0,,,,,,bqplot,https://www.npmjs.com/package/bqplot,,,2922.0,,,,,,,,,,,, +284,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,1.0,602.0,78.0,227.0,76.0,404.0,3362.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1268.0,1228.0,https://pypi.org/project/implicit,155329.0,169393.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,561505.0,,,,,1.0,,670.0,2023-09-29 21:07:11.000,40.0,,,,,,,,,,,,,,,,,, +285,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-01-17 17:57:36.000000,2024-01-10 09:28:24,484.0,14.0,489.0,36.0,501.0,6.0,,3357.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,37.0,30,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,875.0,863.0,https://pypi.org/project/sahi,117428.0,119993.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,53107.0,,,,,2.0,,20982.0,2023-11-05 23:19:54.000,12.0,,,,,,,,,,,,,,,,,, +286,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-01-21 03:19:32.000000,2023-12-11 18:09:03,3827.0,5.0,506.0,60.0,880.0,320.0,966.0,3338.0,A highly efficient implementation of Gaussian Processes in PyTorch.,127.0,30,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],1888.0,1798.0,https://pypi.org/project/gpytorch,147746.0,150988.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,142648.0,,,,,2.0,,,2023-06-02 22:13:00.914,90.0,,,,,,,,,,,,,,,,,, +287,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-01-20 21:16:47.000000,2024-01-20 14:36:02,469.0,6.0,729.0,119.0,119.0,57.0,369.0,2893.0,"Hidden Markov Models in Python, with scikit-learn like API.",46.0,30,True,2023-04-18 18:59:00.534,0.3.0,12.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2396.0,2251.0,https://pypi.org/project/hmmlearn,239828.0,244942.0,https://anaconda.org/conda-forge/hmmlearn,2023-10-07 20:19:04.855,204597.0,,,,,2.0,,,2023-04-18 18:59:00.534,145.0,,,,,,,,,,,,,,,,,, +288,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-01-25 14:13:00.000000,2024-01-25 03:17:03,7214.0,496.0,338.0,76.0,8385.0,148.0,318.0,2713.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",109.0,30,True,2024-01-24 23:32:42.000,0.27.1,479.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,19927.0,20107.0,,,,,,,,3.0,,7923.0,2024-01-24 23:54:26.000,4.0,,,,,,,,,,,,,,,,,, +289,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-01-22 06:44:51.000000,2024-01-22 06:44:48,3512.0,50.0,341.0,154.0,1166.0,32.0,60.0,2671.0,Neural Network Libraries.,73.0,30,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,55.0,,https://pypi.org/project/nnabla,2627.0,2638.0,,,,,,,,3.0,3.0,907.0,2023-12-06 09:31:24.000,55.0,,,,,,,,,,,,,,,,,, +290,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2023-12-18 14:37:02.000000,2023-11-11 12:54:41,2661.0,12.0,347.0,36.0,510.0,49.0,213.0,2652.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",61.0,30,True,2023-09-11 23:15:50.000,0.3.9,46.0,textattack,conda-forge/textattack,,,,234.0,229.0,https://pypi.org/project/textattack,5471.0,5646.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7033.0,,,,,2.0,,,2023-09-11 23:15:50.000,5.0,,,,,,,,,,,,,,,,,, +291,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-01-17 16:23:03.000000,2023-12-11 13:43:52,1053.0,33.0,443.0,126.0,142.0,192.0,247.0,2588.0,PYthon svg GrAph plotting Library.,77.0,30,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,637.0,,https://pypi.org/project/pygal,303075.0,306160.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,37025.0,,,,,2.0,,,2023-11-21 15:34:11.000,637.0,,,,,,,,,,,,,,,,,, +292,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-01-25 12:07:53.000000,2023-12-27 07:53:06,1445.0,98.0,200.0,49.0,241.0,154.0,154.0,1988.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",40.0,30,True,2023-12-27 07:54:37.000,0.33.0,168.0,graphistry,,,,['jupyter'],113.0,107.0,https://pypi.org/project/graphistry,3222.0,3222.0,,,,,,,,2.0,,,2023-12-27 07:54:37.000,6.0,,,,,,,,,,,,,,,,,, +293,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-01-01 10:51:44.000000,2023-12-11 16:17:44,517.0,12.0,433.0,88.0,101.0,82.0,258.0,1908.0,bt - flexible backtesting for Python.,31.0,30,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1620.0,1592.0,https://pypi.org/project/bt,6011.0,6623.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,20220.0,,,,,2.0,,,2023-11-20 03:03:12.000,28.0,,,,,,,,,,,,,,,,,, +294,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-01-22 11:14:34.000000,2024-01-04 11:41:58,2445.0,5.0,435.0,75.0,1259.0,143.0,682.0,1783.0,Gaussian processes in TensorFlow.,84.0,30,True,2023-08-09 09:23:26.000,2.9.0,48.0,gpflow,conda-forge/gpflow,,,['tensorflow'],647.0,610.0,https://pypi.org/project/gpflow,42959.0,43323.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,24765.0,,,,,2.0,,,2023-08-09 09:23:26.000,37.0,,,,,,,,,,,,,,,,,, +295,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2023-12-31 19:11:58.314000,2023-12-31 15:46:16,440.0,30.0,282.0,59.0,100.0,22.0,99.0,1712.0,ffn - a financial function library for Python.,32.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,452.0,421.0,https://pypi.org/project/ffn,185097.0,185296.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6574.0,,,,,2.0,,,2023-12-31 15:47:45.000,31.0,,,,,,,,,,,,,,,,,, +296,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-01-15 17:42:53.000000,2024-01-15 17:42:53,1589.0,4.0,281.0,54.0,137.0,79.0,182.0,1694.0,"CUDA integration for Python, plus shiny features.",81.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2831.0,2607.0,https://pypi.org/project/pycuda,31395.0,39493.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,275363.0,,,,,2.0,,,2024-01-03 16:54:26.000,224.0,,,,,,,,,,,,,,,,,, +297,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-01-19 10:04:23.000000,2024-01-19 10:04:22,1113.0,19.0,173.0,21.0,144.0,46.0,123.0,1608.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2023-11-24 08:35:59.000,0.34.1,37.0,audiomentations,,,,,420.0,415.0,https://pypi.org/project/audiomentations,16911.0,16911.0,,,,,,,,2.0,,,2023-11-24 08:35:59.000,5.0,,,,,,,,,,,,,,,,,, +298,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-01-08 15:06:52.000000,2024-01-08 15:03:19,1840.0,10.0,269.0,45.0,269.0,58.0,192.0,1474.0,TensorLy: Tensor Learning in Python.,66.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,609.0,556.0,https://pypi.org/project/tensorly,11048.0,16391.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363351.0,,,,,2.0,,,2023-03-08 01:09:02.237,53.0,,,,,,,,,,,,,,,,,, +299,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,6.0,152.0,32.0,245.0,,,1309.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2023-12-19 07:41:39.000,1.3.4,43.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1456.0,1456.0,https://pypi.org/project/spacy-transformers,161615.0,162638.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,26617.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +300,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-01-24 00:59:29.948000,2024-01-23 22:06:47,3279.0,7.0,242.0,48.0,350.0,72.0,263.0,1011.0,"OpenCL integration for Python, plus shiny features.",95.0,30,True,2024-01-23 22:08:06.000,2024.1,95.0,pyopencl,conda-forge/pyopencl,,,,1992.0,1783.0,https://pypi.org/project/pyopencl,41489.0,64176.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,975564.0,,,,,2.0,,,2024-01-23 22:46:25.000,209.0,,,,,,,,,,,,,,,,,, +301,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2023-12-31 16:49:29.000000,2023-12-27 09:35:50,3706.0,45.0,320.0,66.0,681.0,33.0,525.0,811.0,The Classical Language Toolkit.,120.0,30,True,2023-12-27 08:38:14.000,1.2.1,74.0,cltk,,,,,255.0,255.0,https://pypi.org/project/cltk,1224.0,1224.0,,,,,,,,2.0,,50.0,,,,,,,,,,,,,,,,,,,, +302,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-01-22 19:48:19.000000,2024-01-22 19:48:19,1915.0,10.0,226.0,19.0,287.0,46.0,265.0,783.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",45.0,30,True,2023-01-08 01:14:38.679,1.4.7,46.0,salib,conda-forge/salib,,,,1102.0,1013.0,https://pypi.org/project/salib,143722.0,145382.0,https://anaconda.org/conda-forge/salib,2023-06-16 13:22:11.263,142815.0,,,,,2.0,,,2023-01-08 01:14:38.679,89.0,,,,,,,,,,,,,,,,,, +303,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-01-23 21:51:55.000000,2024-01-23 21:45:38,1660.0,13.0,283.0,43.0,1299.0,268.0,362.0,684.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2023-12-19 00:59:41.000,0.35.0,42.0,tensorflow-io,,,,['tensorflow'],36.0,,https://pypi.org/project/tensorflow-io,2194233.0,2194233.0,,,,,,,,3.0,,,2023-12-19 00:58:11.000,36.0,,,,,,,,,,,,,,,,,, +304,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,11.0,93.0,17.0,193.0,97.0,135.0,637.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,30,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,30487.0,30175.0,https://pypi.org/project/soundfile,1519499.0,1519642.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,,17050.0,2023-02-15 15:39:00.786,312.0,,,,,,,,,,,,,,,,,, +305,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-01-24 20:41:53.000000,2024-01-02 15:41:05,17069.0,25.0,112.0,27.0,3558.0,503.0,3377.0,476.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2023-12-28 17:04:33.000,0.19.5,110.0,datalad,conda-forge/datalad,,,,65.0,,https://pypi.org/project/datalad,17077.0,26756.0,https://anaconda.org/conda-forge/datalad,2023-12-28 19:33:36.774,416209.0,,,,,2.0,,,2023-12-28 17:04:33.000,65.0,,,,,,,,,,,,,,,,,, +306,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-01-25 14:23:35.000000,2024-01-24 09:09:59,1856.0,67.0,54.0,18.0,1394.0,33.0,203.0,446.0,The MLOps stack component for experiment tracking.,54.0,30,True,2023-12-04 11:00:03.000,1.8.6,197.0,neptune-client,conda-forge/neptune-client,,,,49.0,,https://pypi.org/project/neptune-client,562631.0,567800.0,https://anaconda.org/conda-forge/neptune-client,2023-12-04 13:15:00.892,227474.0,,,,,2.0,,,2023-12-07 09:56:42.000,49.0,,,,,,,,,,,,,,,,,, +307,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4769.0,648.0,372.0,495.0,436.0,15123.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,,,,,587.0,548.0,https://pypi.org/project/baselines,1038.0,1038.0,,,,,,,,1.0,,,2018-02-26 17:07:07.000,39.0,,,,,,,,,,,,,,,,,, +308,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-01-20 10:02:31.000000,2023-11-21 12:31:47,1957.0,4.0,2261.0,274.0,901.0,226.0,670.0,13316.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,29,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,1377.0,1386.0,,,,,,,,2.0,,392.0,2023-07-18 11:35:09.110,1.0,,,,,,,,,,,,,,,,,, +309,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,2023-12-31 05:42:20.000000,2023-04-19 14:13:08,2404.0,,3633.0,605.0,219.0,45.0,,12404.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,1951.0,1885.0,https://pypi.org/project/backtrader,13282.0,13282.0,,,,,,,,2.0,,,2023-04-19 14:15:00.742,66.0,,,,,,,,,,,,,,,,,, +310,pandas-ai,gventuri/pandas-ai,others,,https://github.com/gventuri/pandas-ai,https://github.com/gventuri/pandas-ai,MIT,2023-04-22 12:58:01.000,2024-01-24 22:52:56.000000,2024-01-23 21:01:48,704.0,125.0,809.0,82.0,329.0,172.0,273.0,9532.0,"Chat with your data (SQL, CSV, pandas, polars, noSQL, etc). PandasAI makes data analysis conversational.",61.0,29,True,2024-01-20 22:02:19.000,1.5.17,100.0,pandas-ai,,,,,2566.0,2566.0,https://pypi.org/project/pandas-ai,,,,,,,,,,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,,1840.0,217.0,46.0,96.0,94.0,8898.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,116432.0,117137.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,30357.0,,,,,1.0,,,2018-10-29 08:18:45.000,94.0,,,,,,,,,,,,,,,,,, +312,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-01-24 06:43:58.000000,2024-01-24 06:43:54,2884.0,22.0,2137.0,194.0,408.0,198.0,471.0,8661.0,FinRL: Financial Reinforcement Learning.,109.0,29,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,29.0,29.0,https://pypi.org/project/finrl,1056.0,1056.0,,,,,,,,1.0,,,2022-01-08 13:58:14.000,,,,,,,,,,,,,,,,,,, +313,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2023-09-25 05:14:24.000000,2023-08-26 12:04:19,383.0,,2112.0,287.0,96.0,295.0,446.0,8254.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,29,True,2022-12-20 21:17:57.000,test-resources-v3,12.0,imageai,conda-forge/imageai,,,,1532.0,1532.0,https://pypi.org/project/imageai,4843.0,18108.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6799.0,,,,,2.0,,904190.0,,,,,,,,,,,,,,,,,,,, +314,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,2023-10-24 19:57:22.000000,2023-10-24 19:51:03,547.0,,1168.0,168.0,427.0,58.0,469.0,7966.0,Automatic extraction of relevant features from time series:.,91.0,29,True,2023-06-14 21:34:06.791,0.20.1,30.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],98.0,21.0,https://pypi.org/project/tsfresh,197765.0,227989.0,https://anaconda.org/conda-forge/tsfresh,2023-07-30 07:29:21.371,1329898.0,,,,,2.0,,,2023-06-14 21:34:06.791,77.0,,,,,,,,,,,,,,,,,, +315,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-01-25 10:57:22.000000,2024-01-23 21:58:31,2087.0,146.0,810.0,99.0,2332.0,282.0,885.0,6770.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",114.0,29,True,2023-11-30 05:58:09.000,1.0.0,1383.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",9.0,2.0,https://pypi.org/project/autogluon,49151.0,49272.0,,,,https://hub.docker.com/r/autogluon/autogluon,2023-07-26 19:13:58.158186,17.0,6579.0,2.0,,,2024-01-01 09:05:29.000,7.0,,,,,,,,,,,,,,,,,, +316,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1291.0,175.0,46.0,70.0,236.0,6688.0,2D and 3D Face alignment library build using pytorch.,26.0,29,True,2023-08-17 14:37:33.000,1.4.1,13.0,face-alignment,,,,['pytorch'],21.0,21.0,https://pypi.org/project/face-alignment,59939.0,59939.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +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,2023-06-16 19:20:32.486000,2023-01-31 19:40:04,3203.0,,1394.0,190.0,783.0,39.0,423.0,6006.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",131.0,29,True,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],595.0,583.0,https://pypi.org/project/cleverhans,1015.0,1188.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7440.0,,,,,2.0,,,2021-07-24 08:53:21.000,12.0,,,,,,,,,,,,,,,,,, +318,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,851.0,126.0,38.0,64.0,144.0,5042.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],2864.0,2818.0,https://pypi.org/project/torchdiffeq,760382.0,760705.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14220.0,,,,,1.0,,,2022-04-22 15:21:47.000,46.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,2024-01-25 10:43:47.000000,2024-01-22 17:23:42,1556.0,34.0,821.0,144.0,1463.0,326.0,398.0,4914.0,Simple and Distributed Machine Learning.,115.0,29,True,2023-11-27 22:05:20.000,1.0.2,42.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,138737.0,138737.0,,,,,,,,2.0,,,2023-11-27 22:05:20.000,3.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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,148.0,789.0,141.0,356.0,4689.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2639.0,2593.0,https://pypi.org/project/visualdl,205631.0,205638.0,,,,,,,,2.0,,341.0,2023-06-05 07:21:00.910,46.0,,,,,,,,,,,,,,,,,, +321,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,442.0,42.0,124.0,63.0,154.0,4227.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,,,,1061.0,1028.0,https://pypi.org/project/nlpaug,79628.0,80148.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,16139.0,,,,,2.0,,,2022-07-07 05:23:07.000,33.0,,,,,,,,,,,,,,,,,, +322,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-01-25 13:49:57.000000,2024-01-13 00:27:14,1296.0,4.0,784.0,274.0,1440.0,265.0,512.0,3409.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",151.0,29,True,2023-12-15 02:05:45.000,0.16.2,27.0,torchtext,,,,['pytorch'],,,https://pypi.org/project/torchtext,373736.0,373736.0,,,,,,,,2.0,-4.0,,,,,,,,,,,,,,,,,,,,, +323,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,3.0,241.0,65.0,52.0,,,3252.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,29,True,2023-12-29 09:27:05.000,4.6.1,11.0,textdistance,conda-forge/textdistance,,,,5591.0,5591.0,https://pypi.org/project/textdistance,401728.0,409241.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,510002.0,,,,,2.0,,973.0,,,,,,,,,,,,,,,,,,,, +324,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-01-19 20:32:01.000000,2023-11-13 00:15:46,980.0,1.0,570.0,100.0,334.0,31.0,713.0,3214.0,"Fast, flexible and easy to use probabilistic modelling in Python.",72.0,29,True,2023-09-17 19:03:32.000,0.14.9,73.0,pomegranate,conda-forge/pomegranate,,,,1104.0,1045.0,https://pypi.org/project/pomegranate,22504.0,25714.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,141283.0,,,,,3.0,,,2023-09-17 19:03:32.000,59.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-01-23 09:22:45.000000,2024-01-23 09:22:42,1479.0,14.0,229.0,16.0,1707.0,263.0,724.0,3205.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,52.0,29,False,2023-10-11 15:32:25.000,0.17.5,58.0,deepchecks,,,,,336.0,330.0,https://pypi.org/project/deepchecks,36477.0,36505.0,,,,,,,,2.0,,772.0,2023-10-11 15:32:13.000,6.0,,,,,,,,,,,,,,,,,, +326,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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,399.0,47.0,1084.0,6.0,353.0,3200.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1095.0,1057.0,https://pypi.org/project/catalyst,78830.0,78830.0,,,,,,,,2.0,,,2022-04-29 04:46:04.000,38.0,,,,,,,,,,,,,,,,,, +327,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,35.0,363.0,81.0,63.0,154.0,189.0,3102.0,a library for audio and music analysis.,25.0,29,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,462.0,435.0,https://pypi.org/project/aubio,8425.0,16181.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,636011.0,,,,,3.0,,,2019-02-08 11:21:02.000,27.0,,,,,,,,,,,,,,,,,, +328,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,281.0,34.0,475.0,32.0,30.0,2908.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1137.0,1091.0,https://pypi.org/project/torch_optimizer,142182.0,142469.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9483.0,,,,,1.0,,,2021-10-31 03:00:19.000,46.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,2024-01-22 10:17:23.000000,2024-01-22 10:04:14,1142.0,11.0,374.0,45.0,66.0,140.0,463.0,2868.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",25.0,29,True,2024-01-22 10:04:49.000,1.1.3,86.0,mljar-supervised,conda-forge/mljar-supervised,,,,102.0,100.0,https://pypi.org/project/mljar-supervised,4468.0,4869.0,https://anaconda.org/conda-forge/mljar-supervised,2024-01-08 10:33:13.792,12447.0,,,,,2.0,,,2024-01-22 10:04:49.000,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-01-21 15:23:56.000000,2023-12-21 20:29:20,2289.0,27.0,717.0,80.0,204.0,186.0,463.0,2678.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",149.0,29,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],9.0,,https://pypi.org/project/tf-agents,26916.0,26916.0,,,,,,,,1.0,-4.0,,2023-12-14 04:07:38.000,9.0,,,,,,,,,,,,,,,,,, +331,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-01-15 07:57:11.000000,2024-01-15 07:57:10,2867.0,14.0,1053.0,121.0,502.0,61.0,293.0,2522.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,29,False,2023-04-14 13:35:06.415,8.6.1,45.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],304.0,,https://pypi.org/project/ipyparallel,165006.0,175202.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,948237.0,,,,,2.0,,,2023-04-14 13:35:06.415,304.0,,,,,,,,,,,,,,,,,, +332,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-01-25 14:48:32.000000,2024-01-25 11:59:37,1092.0,29.0,242.0,30.0,415.0,91.0,310.0,2121.0,Scalable and user friendly neural forecasting algorithms.,35.0,29,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,105.0,100.0,https://pypi.org/project/neuralforecast,10603.0,11178.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,12653.0,,,,,2.0,,,2023-10-05 19:40:30.000,5.0,,,,,,,,,,,,,,,,,, +333,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2023-10-09 11:45:47.000000,2023-10-09 11:43:56,191.0,,250.0,57.0,69.0,49.0,219.0,1896.0,A Python wrapper for the tesseract-ocr API.,29.0,29,True,2023-10-09 13:37:06.000,2.6.2,16.0,tesserocr,conda-forge/tesserocr,,,,932.0,932.0,https://pypi.org/project/tesserocr,44906.0,47448.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,129658.0,,,,,2.0,,83.0,,,,,,,,,,,,,,,,,,,, +334,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2023-12-14 19:31:09.000000,2023-12-14 19:31:09,279.0,2.0,346.0,53.0,77.0,75.0,109.0,1756.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,41.0,29,True,2023-04-23 23:49:39.000,3.4.1,7.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],5665.0,5665.0,https://pypi.org/project/pyldavis,179382.0,180539.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,77550.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +335,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-01-25 12:43:58.000000,2024-01-24 08:46:49,841.0,13.0,374.0,37.0,860.0,164.0,290.0,1726.0,A Python package to assess and improve fairness of machine learning models.,80.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,210511.0,211318.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,30683.0,,,,,2.0,,,2023-12-19 02:11:12.000,29.0,,,,,,,,,,,,,,,,,, +336,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",77.0,74.0,https://pypi.org/project/elephas,75543.0,75795.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13377.0,,,,,2.0,,,2024-01-05 03:23:07.000,3.0,,,,,,,,,,,,,,,,,, +337,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-01-12 00:07:56.129000,2024-01-11 02:27:09,192.0,22.0,195.0,32.0,19.0,1.0,83.0,1561.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,29,True,2024-01-11 02:29:14.000,0.1.804,82.0,autoviz,conda-forge/autoviz,,,,610.0,603.0,https://pypi.org/project/autoviz,239714.0,241299.0,https://anaconda.org/conda-forge/autoviz,2024-01-12 00:07:56.129,45966.0,,,,,3.0,,,2024-01-11 02:29:14.000,7.0,,,,,,,,,,,,,,,,,, +338,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,174.0,34.0,72.0,19.0,52.0,1417.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2231.0,2216.0,https://pypi.org/project/torchsde,1524629.0,1525161.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19169.0,,,,,1.0,,,2023-09-26 21:52:19.000,15.0,,,,,,,,,,,,,,,,,, +339,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-01-24 21:21:47.000000,2024-01-24 21:21:46,1402.0,36.0,275.0,74.0,104.0,34.0,53.0,1226.0,Model analysis tools for TensorFlow.,57.0,29,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,69879.0,69879.0,,,,,,,,2.0,,,2023-08-14 20:39:41.000,23.0,,,,,,,,,,,,,,,,,, +340,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,2023-12-01 20:21:49.000000,2023-11-18 20:02:49,3016.0,7.0,259.0,34.0,37.0,3.0,479.0,1201.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,29,True,2023-11-18 20:03:36.000,0.39.0,100.0,ktrain,,,,['tensorflow'],495.0,495.0,https://pypi.org/project/ktrain,9848.0,9848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +341,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,6.0,405.0,52.0,39.0,17.0,139.0,1197.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2437.0,2404.0,https://pypi.org/project/kmodes,292842.0,293717.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,39413.0,,,,,2.0,,,2022-09-06 19:38:02.764,33.0,,,,,,,,,,,,,,,,,, +342,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2024-01-08 14:46:22.000000,2021-02-12 19:04:59,2079.0,,247.0,41.0,37.0,66.0,590.0,1128.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,,,,633.0,599.0,https://pypi.org/project/pyclustering,70409.0,71836.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,59752.0,,,,,2.0,,483.0,2020-11-25 22:41:20.000,34.0,,,,,,,,,,,,,,,,,, +343,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-01-24 21:34:13.000000,2024-01-24 21:24:40,1917.0,83.0,278.0,23.0,2211.0,47.0,225.0,1093.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,41.0,29,True,2023-12-28 21:53:33.000,0.33.0,37.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",79.0,79.0,https://pypi.org/project/raiwidgets,4493.0,4493.0,,,,,,,,2.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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,454.0,43.0,176.0,93.0,102.0,1028.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'],1577.0,,https://pypi.org/project/keras-preprocessing,4222051.0,4254379.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2166026.0,,,,,3.0,,,2020-05-14 03:55:22.223,1577.0,,,,,,,,,,,,,,,,,, +345,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-01-10 16:03:56.000000,2024-01-10 16:03:56,666.0,9.0,101.0,14.0,94.0,71.0,60.0,824.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5387.0,5315.0,https://pypi.org/project/pynndescent,972969.0,1014336.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1737437.0,,,,,3.0,,,2023-11-20 18:50:25.000,72.0,,,,,,,,,,,,,,,,,, +346,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-01-24 06:11:24.000000,2024-01-24 06:11:23,1332.0,50.0,122.0,25.0,454.0,10.0,128.0,782.0,A Comparative Framework for Multimodal Recommender Systems.,18.0,29,True,2023-12-12 07:49:26.000,1.18.0,54.0,cornac,conda-forge/cornac,,,,208.0,192.0,https://pypi.org/project/cornac,100755.0,108766.0,https://anaconda.org/conda-forge/cornac,2023-12-12 18:26:56.153,344479.0,,,,,2.0,,,2023-12-12 08:02:04.000,16.0,,,,,,,,,,,,,,,,,, +347,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-01-08 19:04:03.000000,2024-01-08 19:04:02,943.0,14.0,162.0,49.0,83.0,35.0,144.0,740.0,Library for exploring and validating machine learning data.,26.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",822.0,792.0,https://pypi.org/project/tensorflow-data-validation,172701.0,172711.0,,,,,,,,3.0,,642.0,2023-08-14 06:58:23.000,30.0,,,,,,,,,,,,,,,,,, +348,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-01-25 13:48:36.000000,2024-01-25 13:09:22,3025.0,87.0,107.0,17.0,256.0,11.0,136.0,732.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,744.0,,https://pypi.org/project/mpi4py,180361.0,239665.0,https://anaconda.org/conda-forge/mpi4py,2023-10-17 08:36:29.714,2294504.0,,,,,2.0,,19790.0,2023-10-04 09:04:51.000,744.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-01-25 09:08:08.000000,2024-01-24 10:39:38,799.0,20.0,73.0,25.0,365.0,105.0,231.0,549.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2023-11-01 18:39:43.000,1.11.0,55.0,geoviews,conda-forge/geoviews,,,,900.0,862.0,https://pypi.org/project/geoviews,6578.0,11789.0,https://anaconda.org/conda-forge/geoviews,2023-11-02 09:01:15.038,208477.0,,,,,3.0,,,2024-01-24 10:44:36.000,38.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-01-05 22:49:00.000000,2024-01-05 22:49:00,224.0,5.0,55.0,13.0,201.0,12.0,186.0,300.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2023-12-14 11:17:15.000,3.8.0,70.0,pystan,conda-forge/pystan,,,,9853.0,9591.0,https://pypi.org/project/pystan,1612257.0,1646256.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2787970.0,,,,,3.0,,,2023-12-14 11:17:15.000,262.0,,,,,,,,,,,,,,,,,, +351,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,1.0,38.0,13.0,69.0,7.0,25.0,207.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,29,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,38296.0,38047.0,https://pypi.org/project/blis,4958689.0,5009695.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2040262.0,,,,,2.0,,,2023-09-22 06:27:17.000,249.0,,,,,,,,,,,,,,,,,, +352,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,2023-12-23 16:12:25.000000,2023-12-23 16:11:39,302.0,2.0,2629.0,138.0,44.0,113.0,131.0,16765.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,28,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],398.0,392.0,https://pypi.org/project/vit-pytorch,25307.0,25307.0,,,,,,,,3.0,,,2023-12-23 16:12:25.000,6.0,,,,,,,,,,,,,,,,,, +353,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-01-25 14:49:48.000000,2024-01-18 09:21:01,2174.0,260.0,943.0,111.0,2370.0,213.0,750.0,15784.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",80.0,28,True,2023-12-19 21:43:20.000,1.7.3,61.0,,,,,,,,,,290.0,,,,,,,,2.0,,9600.0,,,,,,,,,,,,,,,,,,,, +354,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-01-04 03:54:30.000000,2023-12-28 07:35:14,2224.0,1.0,2743.0,194.0,3603.0,1328.0,3854.0,11748.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],,,https://pypi.org/project/paddledet,584.0,584.0,,,,,,,,3.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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,8.0,1387.0,434.0,50.0,98.0,87.0,10298.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,23148.0,23148.0,,,,,,,,2.0,,,2022-09-21 20:20:42.649,36.0,,,,,,,,,,,,,,,,,, +356,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,2023-12-04 21:17:36.000000,2022-11-08 22:11:16,98.0,,1765.0,203.0,70.0,107.0,35.0,9762.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,269409.0,269409.0,,,,,,,,2.0,,,2023-05-24 15:11:00.531,10.0,,,,,,,,,,,,,,,,,, +357,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,,909.0,268.0,98.0,82.0,81.0,7285.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],220.0,212.0,https://pypi.org/project/facets-overview,219361.0,219361.0,,,,,,,,3.0,,,2023-05-24 15:58:01.158,8.0,,,,,,,,,,,,,,,,,, +358,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,,1639.0,461.0,698.0,33.0,441.0,7270.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,28,True,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],40.0,,https://pypi.org/project/tensorlayer,1296.0,1318.0,,,,,,,,2.0,,1994.0,2022-02-15 02:05:47.000,40.0,,,,,,,,,,,,,,,,,, +359,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-01-08 21:37:22.000000,2024-01-08 21:37:22,1766.0,12.0,724.0,130.0,267.0,422.0,328.0,6736.0,Uniform Manifold Approximation and Projection.,128.0,28,True,2023-11-18 01:10:29.000,release-0.5.5,28.0,umap-learn,conda-forge/umap-learn,,,,1.0,1.0,https://pypi.org/project/umap-learn,758522.0,811644.0,https://anaconda.org/conda-forge/umap-learn,2023-11-18 18:17:04.167,2284270.0,,,,,3.0,-5.0,,,,,,,,,,,,,,,,,,,,, +360,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,,1582.0,624.0,2111.0,464.0,1338.0,6333.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",123.0,28,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,59.0,21.0,https://pypi.org/project/nupic,1701.0,1701.0,,,,,,,,3.0,,3.0,2016-09-01 21:30:21.000,38.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,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,,1156.0,213.0,91.0,194.0,120.0,5567.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,,,,,444.0,425.0,https://pypi.org/project/pyAudioAnalysis,9131.0,9131.0,,,,,,,,3.0,,,2022-02-07 22:36:53.000,19.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,,1368.0,207.0,158.0,44.0,227.0,5465.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'],790.0,736.0,https://pypi.org/project/keras-rl,2635.0,2635.0,,,,,,,,2.0,,,2018-06-01 07:52:24.000,54.0,,,,,,,,,,,,,,,,,, +363,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-01-23 16:24:04.000000,2024-01-23 16:24:04,604.0,13.0,673.0,108.0,183.0,10.0,339.0,5313.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,28,True,2023-10-15 15:39:44.000,0.3.13,26.0,pytesseract,conda-forge/pytesseract,,,,,,https://pypi.org/project/pytesseract,1227258.0,1241427.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,595136.0,,,,,2.0,-5.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,2023-12-05 10:04:41.000000,2022-08-06 21:47:18,182.0,,412.0,69.0,58.0,86.0,55.0,4229.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,,,,,1081.0,1077.0,https://pypi.org/project/layoutparser,117853.0,117853.0,,,,,,,,3.0,,,2022-04-06 04:38:09.000,4.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,2023-12-29 12:20:18.000000,2023-11-11 01:23:34,523.0,1.0,708.0,176.0,80.0,8.0,277.0,4122.0,A python wrapper for Alpha Vantage API for financial data.,42.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,501.0,469.0,https://pypi.org/project/alpha_vantage,22996.0,23169.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6241.0,,,,,2.0,,,2020-12-21 02:36:15.000,32.0,,,,,,,,,,,,,,,,,, +366,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,,971.0,218.0,408.0,140.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,,,,,1290.0,1030.0,https://pypi.org/project/lasagne,1842.0,1842.0,,,,,,,,3.0,,,2015-08-13 21:10:53.000,260.0,,,,,,,,,,,,,,,,,, +367,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2023-06-16 13:24:02.087000,2023-02-26 20:07:33,189.0,,452.0,73.0,37.0,9.0,121.0,3745.0,Missing data visualization module for Python.,18.0,28,True,2023-02-26 20:11:48.000,0.5.2,6.0,missingno,conda-forge/missingno,,,,14590.0,14590.0,https://pypi.org/project/missingno,297650.0,301724.0,https://anaconda.org/conda-forge/missingno,2023-06-16 13:24:02.087,317811.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +368,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,,2012-08-24 16:14:59.000,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,5.0,115.0,76.0,66.0,15.0,120.0,3648.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,28,False,2021-08-23 21:02:05.000,6.0.3,12.0,ftfy,conda-forge/ftfy,,,,16468.0,16468.0,https://pypi.org/project/ftfy,4080801.0,4088583.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,280161.0,,,,,2.0,-4.0,,,,,,,,,,,,,,,,,,,,, +369,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-01-24 09:19:59.000000,2023-12-04 20:15:52,1724.0,40.0,538.0,40.0,781.0,430.0,282.0,3437.0,Time series forecasting with PyTorch.,43.0,28,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,47445.0,48784.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,53575.0,,,,,2.0,,,2020-07-26 21:35:43.000,10.0,,,,,,,,,,,,,,,,,, +370,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-01-23 15:06:30.000000,2024-01-23 15:06:29,446.0,9.0,511.0,112.0,86.0,17.0,100.0,3344.0,Module for automatic summarization of text documents and HTML pages.,30.0,28,True,2022-10-23 16:40:03.000,0.11.0,15.0,sumy,conda-forge/sumy,,,,2434.0,2434.0,https://pypi.org/project/sumy,56023.0,56259.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7325.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +371,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-01-24 22:49:52.000000,2024-01-20 00:23:33,1154.0,39.0,457.0,60.0,694.0,2.0,506.0,3314.0,On-device wake word detection powered by deep learning.,37.0,28,True,2023-11-16 19:28:06.000,3.0.1,33.0,pvporcupine,,,,,39.0,26.0,https://pypi.org/project/pvporcupine,4406.0,4406.0,,,,,,,,3.0,,,2023-11-16 19:28:06.000,13.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-01-10 22:28:30.000000,2023-09-10 15:15:16,1059.0,,234.0,62.0,112.0,6.0,266.0,3094.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,507.0,498.0,https://pypi.org/project/vidgear,59254.0,59270.0,,,,,,,,3.0,,966.0,2023-09-10 19:39:46.000,9.0,,,,,,,,,,,,,,,,,, +373,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-01-25 09:49:29.000000,2024-01-25 07:11:15,518.0,19.0,517.0,35.0,700.0,83.0,585.0,2796.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",68.0,28,True,2024-01-09 12:13:07.000,hazelnut_toy_dataset,28.0,anomalib,,,,,48.0,47.0,https://pypi.org/project/anomalib,9280.0,9506.0,,,,,,,,2.0,,5655.0,2024-01-09 12:13:29.000,1.0,,,,,,,,,,,,,,,,,, +374,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,2.0,325.0,47.0,120.0,60.0,135.0,2733.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1052.0,1028.0,https://pypi.org/project/dtreeviz,130542.0,132246.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,64781.0,,,,,2.0,,,2022-07-07 17:18:00.886,24.0,,,,,,,,,,,,,,,,,, +375,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-01-23 08:13:17.000000,2024-01-23 08:10:12,1508.0,45.0,597.0,44.0,28.0,3.0,372.0,2679.0,An Open Toolkit for Knowledge Graph Extraction and Construction published at EMNLP2022 System Demonstrations.,31.0,28,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],20.0,20.0,https://pypi.org/project/deepke,512.0,512.0,,,,,,,,2.0,,,2023-09-21 04:12:03.000,,,,,,,,,,,,,,,,,,, +376,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-01-25 11:47:48.000000,2023-12-08 10:06:07,1517.0,39.0,308.0,39.0,317.0,38.0,146.0,2562.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,35.0,28,True,2023-12-08 10:22:58.000,2.4.1,31.0,shapash,,,,['jupyter'],138.0,138.0,https://pypi.org/project/shapash,5491.0,5491.0,,,,,,,,2.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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,275.0,67.0,59.0,21.0,39.0,2373.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:21:01.000,0.3.7,17.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4372.0,4372.0,https://pypi.org/project/scikit-plot,460482.0,462636.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,168082.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-01-23 08:15:45.000000,2023-12-02 08:46:41,671.0,1.0,400.0,42.0,61.0,19.0,269.0,1822.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,,,,1378.0,1356.0,https://pypi.org/project/ogb,32887.0,33635.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,29940.0,,,,,2.0,,,2022-11-02 22:00:56.960,22.0,,,,,,,,,,,,,,,,,, +379,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,2023-11-29 06:22:47.000000,2023-11-29 06:22:42,364.0,1.0,251.0,48.0,311.0,232.0,184.0,1709.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,42.0,28,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],286.0,285.0,https://pypi.org/project/tensorflow-recommenders,365594.0,365594.0,,,,,,,,2.0,,,2023-02-03 02:17:00.422,1.0,,,,,,,,,,,,,,,,,, +380,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-01-25 13:58:59.000000,2024-01-25 13:55:27,1486.0,146.0,319.0,29.0,1532.0,130.0,100.0,1639.0,Pytorch domain library for recommendation systems.,200.0,28,True,2023-10-05 17:21:59.000,0.5.0,77.0,torchrec-nightly-cpu,,,,,84.0,84.0,https://pypi.org/project/torchrec-nightly-cpu,90.0,90.0,,,,,,,,2.0,,,2022-05-12 18:55:21.000,,,,,,,,,,,,,,,,,,, +381,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-01-25 13:10:07.000000,2024-01-25 13:10:07,3763.0,47.0,259.0,27.0,554.0,99.0,672.0,1583.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,75.0,28,True,2023-07-28 14:24:47.000,0.4.0,7.0,avalanche-lib,,,,,65.0,64.0,https://pypi.org/project/avalanche-lib,783.0,783.0,,,,,,,,2.0,,4.0,2023-07-28 14:24:47.000,1.0,,,,,,,,,,,,,,,,,, +382,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2023-10-27 06:20:12.000000,2023-10-20 21:52:11,1051.0,,207.0,52.0,201.0,33.0,275.0,1547.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,28,True,2023-09-30 19:50:35.000,0.5.3,14.0,scispacy,,,,,854.0,824.0,https://pypi.org/project/scispacy,23634.0,23634.0,,,,,,,,2.0,,,2023-09-30 19:50:35.000,30.0,,,,,,,,,,,,,,,,,, +383,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-01-24 19:38:14.000000,2024-01-05 21:45:10,703.0,6.0,299.0,43.0,354.0,66.0,203.0,1542.0,Training PyTorch models with differential privacy.,74.0,28,True,2023-03-24 16:01:05.890,1.4.0,20.0,opacus,conda-forge/opacus,,,['pytorch'],738.0,719.0,https://pypi.org/project/opacus,46138.0,46670.0,https://anaconda.org/conda-forge/opacus,2023-06-18 08:40:32.992,12720.0,,,,,2.0,,106.0,2022-05-06 09:43:18.000,19.0,,,,,,,,,,,,,,,,,, +384,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-01-24 20:23:18.734988,2024-01-24 20:21:30,1451.0,65.0,67.0,17.0,270.0,28.0,52.0,1336.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",27.0,28,True,2024-01-24 20:22:31.947,2.8.16,104.0,usearch,,unum/usearch,,,56.0,45.0,https://pypi.org/project/usearch,40207.0,49032.0,,,,https://hub.docker.com/r/unum/usearch,2024-01-24 20:23:18.734988,1.0,71.0,3.0,,895.0,2024-01-09 17:27:36.000,3.0,,usearch,https://www.npmjs.com/package/usearch,2024-01-24 20:22:31.947,8.0,8708.0,,,,,,,,,,,, +385,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,2023-11-26 03:27:34.000000,2020-10-14 13:22:39,167.0,,336.0,71.0,86.0,27.0,26.0,1194.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1428.0,1284.0,https://pypi.org/project/empyrical,23904.0,24268.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,25887.0,,,,,2.0,,,2020-10-13 21:29:19.000,144.0,,,,,,,,,,,,,,,,,, +386,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2023-12-24 14:31:48.000000,2023-06-06 09:46:40,415.0,,325.0,39.0,300.0,23.0,200.0,1183.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,346.0,332.0,https://pypi.org/project/pyswarms,38200.0,38200.0,,,,,,,,2.0,,,2021-01-03 21:34:15.000,14.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-01-11 20:36:11.000000,2023-12-21 17:09:15,394.0,8.0,177.0,25.0,31.0,3.0,129.0,1165.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],494.0,484.0,https://pypi.org/project/prince,122347.0,122700.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17674.0,,,,,2.0,,,2023-10-11 22:35:06.000,10.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-01-22 16:59:28.000000,2024-01-19 10:55:28,486.0,12.0,106.0,23.0,325.0,30.0,256.0,1098.0,Extra blocks for scikit-learn pipelines.,62.0,28,True,2023-12-12 20:03:47.000,0.7.0,43.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],136.0,128.0,https://pypi.org/project/scikit-lego,28506.0,29544.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,45687.0,,,,,2.0,,,2023-12-12 19:57:11.000,8.0,,,,,,,,,,,,,,,,,, +389,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-01-10 09:27:27.000000,2023-08-01 13:02:51,2070.0,,214.0,42.0,583.0,83.0,431.0,954.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,28,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,48.0,,https://pypi.org/project/smac,68085.0,68621.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18244.0,,,,,2.0,,,2023-08-01 13:30:07.000,48.0,,,,,,,,,,,,,,,,,, +390,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,2023-06-27 23:50:02.000000,2023-03-24 22:04:13,811.0,,246.0,41.0,502.0,271.0,253.0,874.0,Scalable Machine Learning with Dask.,77.0,28,True,2023-03-24 22:06:04.422,2023.3.24,35.0,dask-ml,conda-forge/dask-ml,,,,1017.0,943.0,https://pypi.org/project/dask-ml,200693.0,211288.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,794677.0,,,,,3.0,,,2023-03-24 22:06:04.422,74.0,,,,,,,,,,,,,,,,,, +391,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-01-24 23:00:32.000000,2024-01-23 19:42:38,16554.0,42.0,359.0,44.0,1610.0,278.0,2955.0,833.0,An open-source application for biological image analysis.,143.0,28,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,596.0,649.0,,,,,,,,3.0,,6459.0,2023-08-14 19:14:28.000,1.0,,,,,,,,,,,,,,,,,, +392,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-01-08 13:33:30.000000,2024-01-08 13:19:20,1302.0,3.0,149.0,50.0,56.0,22.0,65.0,817.0,Computer Vision in Python.,34.0,28,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1322.0,1194.0,https://pypi.org/project/mahotas,8370.0,17475.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,391520.0,,,,,3.0,,,2022-06-28 08:11:26.000,128.0,,,,,,,,,,,,,,,,,, +393,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-01-25 13:27:43.000000,2023-12-31 13:58:59,2670.0,191.0,96.0,10.0,510.0,20.0,91.0,792.0,Time series forecasting with scikit-learn models.,9.0,28,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],240.0,234.0,https://pypi.org/project/skforecast,48914.0,48914.0,,,,,,,,2.0,,,2023-11-16 21:34:56.000,6.0,,,,,,,,,,,,,,,,,, +394,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-01-21 20:54:27.000000,2024-01-21 20:53:18,272.0,66.0,80.0,21.0,87.0,35.0,55.0,549.0,pyspark methods to enhance developer productivity.,24.0,28,True,2023-02-17 21:55:30.000,0.10.0,13.0,quinn,,,,['spark'],80.0,74.0,https://pypi.org/project/quinn,846789.0,846789.0,,,,,,,,3.0,,9.0,2023-02-17 21:54:00.812,6.0,,,,,,,,,,,,,,,,,, +395,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2024-01-05 18:26:12.000000,2023-10-12 07:20:40,1894.0,,917.0,225.0,454.0,52.0,264.0,14995.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:14:16.000,5.14.0,29.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,41662.0,42068.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,15.0,21953.0,2.0,,,,,,,,,,,,,,,,,,,,,, +396,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,,1140.0,180.0,213.0,23.0,533.0,8471.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,27,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,236.0,,,,,,,,3.0,,8519.0,,,,,,,,,,,,,,,,,,,, +397,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,352.0,79.0,48.0,231.0,7873.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,697.0,671.0,https://pypi.org/project/pysc2,1189.0,1591.0,,,,,,,,3.0,,30980.0,2022-07-13 12:02:04.256,26.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +398,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,,1500.0,131.0,51.0,155.0,141.0,7656.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,133242.0,212510.0,,,,,,,,2.0,,3646337.0,2021-04-15 15:17:23.000,43.0,,,,,,,,,,,,,,,,,, +399,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,,1351.0,348.0,14.0,42.0,65.0,6263.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1326.0,1284.0,https://pypi.org/project/snownlp,15801.0,15801.0,,,,,,,,3.0,,,2015-09-27 16:35:23.000,42.0,,,,,,,,,,,,,,,,,, +400,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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,979.0,146.0,93.0,75.0,305.0,6107.0,A Python scikit for building and analyzing recommender systems.,45.0,27,True,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,134520.0,142833.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,349148.0,,,,,2.0,,,2022-09-23 17:17:00.724,50.0,,,,,,,,,,,,,,,,,, +401,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,2023-01-19 00:37:33.000000,2023-01-19 00:37:33,900.0,,1191.0,154.0,950.0,45.0,782.0,5704.0,Gluon CV Toolkit.,119.0,27,True,2021-03-09 00:20:06.000,0.10.0,10.0,gluoncv,,,,['mxnet'],21.0,21.0,https://pypi.org/project/gluoncv,39751.0,39751.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +402,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-01-25 09:58:08.000000,2024-01-22 03:36:56,13652.0,478.0,1559.0,142.0,3552.0,811.0,1059.0,5365.0,An Industrial Grade Federated Learning Framework.,100.0,27,True,2023-12-31 15:27:11.000,2.0.0,48.0,ETAF,,,,,,,https://pypi.org/project/ETAF,,,,,,,,,,2.0,,,2020-05-06 09:35:40.000,,,,,,,,,,,,,,,,,,, +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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,275.0,438.0,221.0,329.0,4806.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'],345.0,305.0,https://pypi.org/project/edward,308.0,308.0,,,,,,,,3.0,,16.0,2018-01-22 06:03:05.000,40.0,,,,,,,,,,,,,,,,,, +404,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-01-10 22:04:02.000000,2023-10-05 16:17:35,6152.0,,513.0,153.0,1903.0,300.0,1327.0,4328.0,ArrayFire: a general purpose GPU library.,88.0,27,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,7.0,,https://pypi.org/project/arrayfire,769.0,819.0,,,,,,,,2.0,,5239.0,2022-02-22 21:42:15.000,7.0,,,,,,,,,,,,,,,,,, +405,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,955.0,144.0,30.0,46.0,77.0,4173.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,,,,8046.0,7853.0,https://pypi.org/project/vadersentiment,155229.0,155628.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13570.0,,,,,2.0,,,2020-05-22 15:07:00.000,193.0,,,,,,,,,,,,,,,,,, +406,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,2023-08-21 13:36:56.000000,2021-05-10 18:34:53,57.0,,405.0,39.0,55.0,118.0,43.0,3914.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'],12529.0,12409.0,https://pypi.org/project/torchsummary,127956.0,127956.0,,,,,,,,2.0,,,2018-09-26 05:07:28.000,120.0,,,,,,,,,,,,,,,,,, +407,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,283.0,226.0,11.0,356.0,3861.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,570690.0,571115.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20841.0,,,,,3.0,,,2022-04-21 20:05:56.000,5.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,2024-01-03 16:45:49.000000,2024-01-03 16:44:47,1195.0,3.0,401.0,83.0,54.0,57.0,202.0,3313.0,A library of reinforcement learning components and agents.,84.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],188.0,185.0,https://pypi.org/project/dm-acme,960.0,1172.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8074.0,,,,,2.0,,,2022-02-10 06:52:27.000,3.0,google-deepmind/acme,,,,,,,,,,,,,,,,, +409,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,,455.0,83.0,245.0,61.0,154.0,3022.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,173.0,171.0,https://pypi.org/project/fastnlp,37628.0,37629.0,,,,,,,,2.0,,75.0,2022-10-31 14:47:34.183,2.0,,,,,,,,,,,,,,,,,, +410,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,651.0,110.0,73.0,88.0,123.0,2939.0,Productivity Tools for Plotly + Pandas.,39.0,27,False,,,,cufflinks,,,,['pandas'],9923.0,9923.0,https://pypi.org/project/cufflinks,77400.0,77400.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +411,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,411.0,64.0,932.0,293.0,745.0,2840.0,StellarGraph - Machine Learning on Graphs.,37.0,27,False,2020-06-30 05:15:21.000,1.2.1,25.0,stellargraph,,,,['tensorflow'],248.0,248.0,https://pypi.org/project/stellargraph,4768.0,4768.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +412,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,8.0,264.0,52.0,19.0,34.0,97.0,2763.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,1977.0,1957.0,https://pypi.org/project/sweetviz,58583.0,59355.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,27023.0,,,,,3.0,,,2023-11-29 13:27:52.000,20.0,,,,,,,,,,,,,,,,,, +413,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,2023-09-26 21:01:12.000000,2023-09-26 21:01:10,548.0,,468.0,97.0,43.0,82.0,240.0,2699.0,Learning to Rank in TensorFlow.,33.0,27,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,82229.0,82229.0,,,,,,,,2.0,,,2023-08-11 17:56:48.000,13.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-01-22 22:53:21.000000,2024-01-22 22:53:18,1699.0,2.0,413.0,45.0,351.0,32.0,345.0,2599.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",33.0,27,True,2022-04-02 15:26:45.000,3.3.3,70.0,foolbox,conda-forge/foolbox,,,,565.0,551.0,https://pypi.org/project/foolbox,1309.0,1608.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12593.0,,,,,2.0,,,2022-04-02 15:26:45.000,14.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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,6.0,597.0,179.0,75.0,23.0,560.0,2554.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,,,,28.0,,https://pypi.org/project/ib_insync,29968.0,30676.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38238.0,,,,,3.0,,,2022-11-21 09:32:01.715,28.0,,,,,,,,,,,,,,,,,, +416,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,3.0,331.0,44.0,57.0,65.0,202.0,2317.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,27,True,2023-06-01 22:20:25.000,1.3,4.0,spektral,,,,['tensorflow'],260.0,260.0,https://pypi.org/project/spektral,6718.0,6718.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +417,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-01-11 19:35:27.000000,2023-11-21 19:33:43,419.0,3.0,784.0,93.0,267.0,165.0,95.0,2239.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",70.0,27,True,2022-09-03 03:41:16.000,0.5.0,10.0,aif360,conda-forge/aif360,,,,371.0,357.0,https://pypi.org/project/aif360,8317.0,8513.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,7860.0,,,,,2.0,,,2022-09-03 03:40:40.010,14.0,,,,,,,,,,,,,,,,,, +418,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,65.0,38.0,96.0,160.0,2163.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,True,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],359.0,335.0,https://pypi.org/project/hyperas,10974.0,10974.0,,,,,,,,2.0,,,2019-02-28 09:16:54.000,24.0,,,,,,,,,,,,,,,,,, +419,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,,246.0,91.0,124.0,31.0,230.0,2152.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 22:46:00.000,0.13.0,29.0,textacy,conda-forge/textacy,,,,1649.0,1649.0,https://pypi.org/project/textacy,33038.0,34756.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,137492.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +420,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2023-12-06 14:39:14.000000,2023-08-22 16:20:29,468.0,,312.0,63.0,151.0,8.0,91.0,2078.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2023-08-07 19:46:52.000,3.2.5,21.0,pytextrank,,,,,563.0,563.0,https://pypi.org/project/pytextrank,39685.0,39685.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +421,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-01-24 14:27:34.000000,2021-07-16 09:03:20,66.0,,463.0,39.0,43.0,64.0,58.0,2048.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'],1943.0,1929.0,https://pypi.org/project/efficientnet,55663.0,60204.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,472.0,,,,,3.0,2.0,253637.0,2020-09-15 16:26:00.000,14.0,,,,,,,,,,,,,,,,,, +422,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-01-22 16:31:59.000000,2024-01-22 16:31:53,715.0,4.0,247.0,34.0,525.0,138.0,234.0,2010.0,"Algorithms for outlier, adversarial and drift detection.",20.0,27,False,2024-01-22 16:25:25.000,0.11.5,37.0,alibi-detect,,,,,418.0,412.0,https://pypi.org/project/alibi-detect,31330.0,31330.0,,,,,,,,3.0,,,2024-01-22 16:14:47.000,6.0,,,,,,,,,,,,,,,,,, +423,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-01-25 14:14:21.000000,2024-01-23 16:28:25,1737.0,239.0,120.0,29.0,128.0,18.0,20.0,1771.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2023-09-10 04:20:57.000,0.4.168,144.0,labml,,,,,132.0,126.0,https://pypi.org/project/labml,2608.0,2608.0,,,,,,,,3.0,,,2023-09-10 04:20:57.000,6.0,,,,,,,,,,,,,,,,,, +424,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,,207.0,36.0,1081.0,25.0,496.0,1725.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],264.0,261.0,https://pypi.org/project/lightning-flash,1548.0,2134.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,16996.0,,,,,2.0,,,2022-05-11 18:17:54.000,3.0,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +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,2024-01-25 14:26:53.000000,2024-01-25 05:58:17,6248.0,99.0,262.0,47.0,2518.0,307.0,1351.0,1494.0,cuGraph - RAPIDS Graph Analytics Library.,109.0,27,True,2023-12-06 19:21:19.000,23.12.00,33.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,146.0,685.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,17808.0,,,,,2.0,,,2020-06-01 20:09:06.000,2.0,,,,,,,,,,,,,,,,,, +426,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,,318.0,74.0,742.0,54.0,168.0,1476.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,384.0,https://pypi.org/project/chainercv,2407.0,2407.0,,,,,,,,3.0,,,2019-06-12 11:55:40.000,31.0,,,,,,,,,,,,,,,,,, +427,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,4.0,567.0,107.0,283.0,13.0,300.0,1474.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,27,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,148.0,146.0,https://pypi.org/project/tabpy,14712.0,14767.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4460.0,,,,,3.0,,,2023-01-30 23:34:02.112,2.0,,,,,,,,,,,,,,,,,, +428,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,257.0,48.0,184.0,54.0,120.0,1357.0,Metric learning algorithms in Python.,22.0,27,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],357.0,344.0,https://pypi.org/project/metric-learn,14206.0,14469.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11063.0,,,,,3.0,,,2023-10-09 04:53:59.000,13.0,,,,,,,,,,,,,,,,,, +429,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-01-19 09:16:46.000000,2024-01-19 09:16:46,562.0,42.0,396.0,31.0,48.0,13.0,121.0,1338.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,27,False,2023-03-02 15:10:38.000,2.3.1,24.0,minisom,,,,,539.0,518.0,https://pypi.org/project/minisom,21391.0,21391.0,,,,,,,,3.0,,,2023-03-02 15:10:03.003,21.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,2023-11-29 23:41:32.898000,2023-11-29 13:48:39,684.0,4.0,149.0,24.0,124.0,2.0,128.0,1323.0,"Extensible, parallel implementations of t-SNE.",11.0,27,True,2023-11-29 14:50:50.000,1.0.1,21.0,opentsne,conda-forge/opentsne,,,,718.0,718.0,https://pypi.org/project/opentsne,27525.0,33211.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,233154.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +431,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,262.0,75.0,481.0,39.0,198.0,1292.0,Underthesea - Vietnamese NLP Toolkit.,18.0,27,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,929.0,902.0,https://pypi.org/project/underthesea,8552.0,8623.0,,,,,,,,2.0,,5713.0,2023-09-22 23:50:49.000,27.0,,,,,,,,,,,,,,,,,, +432,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-01-21 22:19:27.000000,2023-12-11 14:44:44,4204.0,4.0,285.0,83.0,640.0,16.0,608.0,1237.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2023-08-01 02:38:24.000,23.07,35.0,pysal,conda-forge/pysal,,,,39.0,,https://pypi.org/project/pysal,20712.0,33325.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,529784.0,,,,,3.0,,,2024-01-21 22:19:27.000,39.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,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,190.0,42.0,257.0,65.0,212.0,1207.0,Python audio and music signal processing library.,20.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,426.0,393.0,https://pypi.org/project/madmom,2317.0,2317.0,,,,,,,,3.0,,,2018-11-14 14:56:22.000,33.0,,,,,,,,,,,,,,,,,, +434,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-01-25 12:05:36.000000,2024-01-24 20:34:05,1046.0,33.0,206.0,24.0,127.0,23.0,186.0,1027.0,Survival analysis built on top of scikit-learn.,18.0,27,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],430.0,416.0,https://pypi.org/project/scikit-survival,40854.0,43603.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,71474.0,,,,,2.0,,,2023-12-30 23:36:40.000,14.0,,,,,,,,,,,,,,,,,, +435,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-01-23 22:33:31.000000,2024-01-23 22:31:42,797.0,12.0,111.0,30.0,400.0,65.0,308.0,976.0,BAyesian Model-Building Interface (Bambi) in Python.,36.0,27,True,2023-10-25 02:04:11.000,0.13.0,23.0,bambi,conda-forge/bambi,,,,103.0,103.0,https://pypi.org/project/bambi,15484.0,16255.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,28550.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +436,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-01-24 05:54:38.796000,,,,738.0,,,548.0,,7470.0,NumPy & SciPy for GPU.,303.0,26,True,2023-12-07 05:15:09.000,12.3.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,209.0,,https://pypi.org/project/cupy,18739.0,93801.0,https://anaconda.org/conda-forge/cupy,2024-01-24 05:54:38.796,3272588.0,https://hub.docker.com/r/cupy/cupy,2024-01-18 05:56:19.967362,11.0,58968.0,3.0,,,2023-12-07 05:15:09.000,209.0,,,,,,,,,,,,,,,,,, +437,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2023-12-05 20:52:12.000000,2023-11-08 00:58:38,213.0,3.0,293.0,67.0,179.0,22.0,54.0,4866.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,101.0,97.0,https://pypi.org/project/augly,1385.0,1385.0,,,,,,,,3.0,,,2023-12-05 20:52:12.000,4.0,,,,,,,,,,,,,,,,,, +438,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,239.0,215.0,51.0,200.0,4322.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,52.0,51.0,https://pypi.org/project/tensortrade,490.0,588.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3255.0,,,,,3.0,,,2021-05-10 18:00:35.000,1.0,,,,,,,,,,,,,,,,,, +439,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,2023-11-02 03:20:32.000000,2023-11-02 03:20:28,249.0,1.0,809.0,51.0,50.0,62.0,106.0,3960.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,26,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1522.0,1503.0,https://pypi.org/project/facenet-pytorch,40826.0,56066.0,,,,,,,,3.0,,762038.0,2021-03-10 01:00:20.000,19.0,,,,,,,,,,,,,,,,,, +440,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,2023-10-28 04:01:29.000000,2023-09-01 03:04:11,1137.0,,713.0,62.0,1011.0,162.0,737.0,3903.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'],113.0,111.0,https://pypi.org/project/mmocr,4248.0,4248.0,,,,,,,,3.0,,,2022-05-05 14:21:18.000,2.0,,,,,,,,,,,,,,,,,, +441,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-01-10 12:41:25.000000,2023-10-12 08:57:51,209.0,,305.0,85.0,93.0,43.0,32.0,3439.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:01:22.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,73.0,73.0,https://pypi.org/project/chartify,4060.0,4534.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29396.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +442,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-01-22 21:44:21.000000,2023-11-08 16:40:21,1347.0,5.0,335.0,71.0,1251.0,40.0,81.0,3274.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,34.0,26,True,2023-11-08 16:41:56.000,1.0.2,9.0,lit-nlp,conda-forge/lit-nlp,,,,27.0,27.0,https://pypi.org/project/lit-nlp,2298.0,3965.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,66691.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +443,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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,145.0,237.0,35.0,631.0,3270.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],435.0,433.0,https://pypi.org/project/tensorforce,561.0,561.0,,,,,,,,3.0,,,2021-08-30 20:13:45.000,2.0,,,,,,,,,,,,,,,,,, +444,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-01-25 00:07:51.000000,2024-01-22 19:12:37,457.0,9.0,272.0,48.0,451.0,61.0,253.0,3267.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,39.0,26,True,2024-01-08 18:51:52.000,0.4.10,23.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,8737.0,9853.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-01-08 20:24:23.326,37674.0,,,,,2.0,,359.0,2024-01-08 18:51:52.000,4.0,,,,,,,,,,,,,,,,,, +445,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-01-21 12:42:30.000000,2023-11-25 05:36:27,4323.0,29.0,557.0,41.0,995.0,200.0,674.0,3043.0,"A unified, comprehensive and efficient recommendation library.",70.0,26,True,2023-11-04 11:23:19.000,1.2.0,10.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,1701.0,1817.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4414.0,,,,,3.0,,,2023-10-31 12:52:34.000,2.0,,,,,,,,,,,,,,,,,, +446,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,1.0,1050.0,217.0,3649.0,429.0,1111.0,2985.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,,,,,,,1659.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,128755.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1504.0,3.0,,,,,,,,,,,,shogun,,,,,,,,,, +447,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,2023-06-16 16:09:06.563000,2020-04-27 18:40:41,522.0,,1007.0,167.0,214.0,42.0,146.0,2960.0,Performance analysis of predictive (alpha) stock factors.,25.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,689.0,671.0,https://pypi.org/project/alphalens,2096.0,2381.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20253.0,,,,,3.0,,,2020-04-27 21:03:10.000,18.0,,,,,,,,,,,,,,,,,, +448,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,216.0,48.0,481.0,45.0,70.0,2677.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,202.0,199.0,https://pypi.org/project/m2cgen,15660.0,15661.0,,,,,,,,2.0,,62.0,2022-04-26 01:24:34.000,3.0,,,,,,,,,,,,,,,,,, +449,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,,218.0,65.0,42.0,17.0,23.0,2659.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,,,,876.0,871.0,https://pypi.org/project/knockknock,72820.0,73099.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14247.0,,,,,3.0,,,2020-03-16 14:30:23.000,5.0,,,,,,,,,,,,,,,,,, +450,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-01-09 13:24:17.000000,2024-01-09 13:23:57,3440.0,5.0,515.0,110.0,339.0,396.0,665.0,2616.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",79.0,26,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,582.0,562.0,https://pypi.org/project/essentia,4703.0,4703.0,,,,,,,,3.0,,,2023-10-27 09:13:56.000,20.0,,,,,,,,,,,,,,,,,, +451,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,99.0,1045.0,260.0,297.0,2550.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,26,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],22.0,,https://pypi.org/project/gluonnlp,73447.0,73447.0,,,,,,,,3.0,,,2020-08-13 19:17:42.000,22.0,,,,,,,,,,,,,,,,,, +452,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2023-11-17 18:46:16.000000,2022-09-28 17:12:28,249.0,,276.0,30.0,316.0,74.0,37.0,2451.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,26,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],792.0,791.0,https://pypi.org/project/lazypredict,16345.0,16439.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2733.0,,,,,2.0,,,2022-09-28 08:51:19.531,1.0,,,,,,,,,,,,,,,,,, +453,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-01-04 04:06:44.000000,2023-07-23 14:42:27,191.0,,451.0,38.0,238.0,52.0,277.0,2405.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,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,32366.0,32609.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6094.0,,,,,2.0,,,2023-07-23 13:26:57.000,11.0,,,,,,,,,,,,,,,,,, +454,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-01-21 17:46:16.000000,2024-01-09 20:57:18,83.0,29.0,310.0,28.0,278.0,41.0,309.0,2275.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,6.0,26,True,2024-01-09 21:16:07.000,0.1.1,19.0,adapter-transformers,,,,['huggingface'],23.0,16.0,https://pypi.org/project/adapter-transformers,16903.0,16903.0,,,,,,,,3.0,,,2023-12-16 14:14:02.000,7.0,adapter-hub/adapters,,,,,,,,,,,,,,,,, +455,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,,2019-02-26 10:10:56.000,2024-01-23 00:42:06.000000,2024-01-22 16:33:06,651.0,5.0,241.0,47.0,637.0,136.0,224.0,2258.0,Algorithms for explaining machine learning models.,19.0,26,False,2024-01-22 16:23:03.000,0.9.5,32.0,alibi,,,,,553.0,553.0,https://pypi.org/project/alibi,21349.0,21349.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +456,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,2023-12-11 14:10:11.000000,2023-12-11 01:57:13,644.0,9.0,227.0,66.0,31.0,56.0,92.0,2175.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,17.0,neural-tangents,,,,,91.0,91.0,https://pypi.org/project/neural-tangents,1564.0,1572.0,,,,,,,,3.0,,355.0,,,,,,,,,,,,,,,,,,,, +457,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-01-25 13:22:24.000000,2023-06-01 12:18:23,739.0,,358.0,43.0,43.0,96.0,56.0,2092.0,A modular active learning framework for Python.,20.0,26,True,2024-01-25 13:22:24.000,0.56.4751,524.0,modAL,,,,['sklearn'],11.0,,https://pypi.org/project/modAL,178766.0,178766.0,,,,,,,,3.0,,29.0,2024-01-25 13:22:24.000,11.0,,,,,,,,,,,,,,,,,, +458,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,489.0,41.0,24.0,66.0,38.0,2084.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,26,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4624.0,4573.0,https://pypi.org/project/mtcnn,42012.0,42246.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11020.0,,,,,3.0,,,2021-07-09 11:16:39.000,51.0,,,,,,,,,,,,,,,,,, +459,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,,198.0,29.0,65.0,35.0,83.0,1965.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,26,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],309.0,302.0,https://pypi.org/project/checklist,9247.0,9434.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6758.0,,,,,2.0,,,2021-05-24 16:45:59.000,7.0,,,,,,,,,,,,,,,,,, +460,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,2023-12-14 21:45:46.000000,2023-12-14 21:45:38,856.0,9.0,432.0,62.0,319.0,113.0,92.0,1843.0,Library for training machine learning models with privacy for training data.,58.0,26,True,2023-10-11 15:51:39.000,0.8.12,30.0,tensorflow-privacy,,,,['tensorflow'],14.0,,https://pypi.org/project/tensorflow-privacy,14457.0,14459.0,,,,,,,,3.0,,133.0,2023-10-11 15:51:39.000,14.0,,,,,,,,,,,,,,,,,, +461,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-01-24 05:58:43.000000,2024-01-22 21:33:57,892.0,19.0,129.0,33.0,422.0,54.0,343.0,1776.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,26,True,2024-01-24 05:49:37.000,1.1.4.3,24.0,orbit-ml,,,,,45.0,44.0,https://pypi.org/project/orbit-ml,33825.0,33825.0,,,,,,,,3.0,,,2023-01-29 22:06:26.764,1.0,,,,,,,,,,,,,,,,,, +462,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-01-24 05:58:43.000000,2024-01-22 21:33:57,892.0,19.0,129.0,33.0,422.0,54.0,343.0,1776.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,26,True,2024-01-24 05:49:37.000,1.1.4.3,24.0,orbit-ml,conda-forge/orbit-ml,,,,45.0,44.0,https://pypi.org/project/orbit-ml,33825.0,34026.0,https://anaconda.org/conda-forge/orbit-ml,2023-12-19 05:59:30.209,4837.0,,,,,3.0,,,2023-01-29 22:06:26.764,1.0,,,,,,,,,,,,,,,,,, +463,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,1.0,275.0,41.0,495.0,172.0,151.0,1714.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,153.0,145.0,https://pypi.org/project/petastorm,26296.0,26302.0,,,,,,,,3.0,,433.0,2023-02-03 00:33:00.499,8.0,,,,,,,,,,,,,,,,,, +464,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,,156.0,25.0,81.0,42.0,34.0,1649.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,547.0,528.0,https://pypi.org/project/pyts,107150.0,107972.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22198.0,,,,,3.0,,,2021-10-31 13:51:09.000,19.0,,,,,,,,,,,,,,,,,, +465,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-01-25 10:48:27.000000,2024-01-25 10:39:58,799.0,86.0,251.0,46.0,624.0,36.0,63.0,1598.0,A lightweight library for PyTorch training tools and utilities.,109.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,6022.0,6022.0,,,,,,,,3.0,,,2018-07-29 23:16:03.000,38.0,,,,,,,,,,,,,,,,,, +466,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,379.0,89.0,120.0,1554.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],52.0,50.0,https://pypi.org/project/pgl,733.0,733.0,,,,,,,,2.0,,,2023-09-26 07:49:38.000,2.0,,,,,,,,,,,,,,,,,, +467,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,,265.0,49.0,87.0,22.0,188.0,1478.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,26,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],512.0,496.0,https://pypi.org/project/gplearn,5448.0,5598.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6467.0,,,,,3.0,,,2022-05-03 10:47:30.000,16.0,,,,,,,,,,,,,,,,,, +468,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-01-23 08:51:18.000000,2024-01-23 08:51:18,1030.0,1.0,168.0,18.0,63.0,24.0,324.0,1415.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,33057.0,38605.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,238604.0,,,,,2.0,,,2023-10-06 08:49:07.000,84.0,,,,,,,,,,,,,,,,,, +469,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-01-23 06:17:32.000000,2023-06-07 07:35:59,3033.0,,118.0,37.0,335.0,11.0,187.0,1413.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,288.0,270.0,https://pypi.org/project/pycm,50226.0,50226.0,,,,,,,,3.0,,,2023-06-07 14:08:01.991,18.0,,,,,,,,,,,,,,,,,, +470,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-01-12 01:05:40.000000,2023-12-30 17:46:40,1015.0,8.0,107.0,26.0,114.0,29.0,52.0,1244.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",22.0,26,True,2023-10-05 02:21:28.000,1.4.1,33.0,imodels,,,,,61.0,61.0,https://pypi.org/project/imodels,24299.0,24299.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +471,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,,173.0,26.0,36.0,1.0,116.0,1215.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1545.0,1512.0,https://pypi.org/project/fancyimpute,22784.0,22784.0,,,,,,,,2.0,,,2021-10-21 17:50:40.000,33.0,,,,,,,,,,,,,,,,,, +472,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1207.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,,,,483.0,442.0,https://pypi.org/project/streamz,15614.0,25667.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,764101.0,,,,,3.0,,,2022-07-27 18:09:03.803,41.0,,,,,,,,,,,,,,,,,, +473,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,,238.0,37.0,68.0,54.0,206.0,1199.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,26,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],117.0,115.0,https://pypi.org/project/innvestigate,745.0,750.0,,,,,,,,2.0,,91.0,2023-10-12 14:55:59.000,2.0,,,,,,,,,,,,,,,,,, +474,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,1.0,80.0,34.0,109.0,12.0,18.0,1143.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],201.0,199.0,https://pypi.org/project/rlax,1126246.0,1126246.0,,,,,,,,3.0,,,2023-01-09 22:29:35.947,2.0,google-deepmind/rlax,,,,,,,,,,,,,,,,, +475,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,2.0,107.0,22.0,103.0,35.0,73.0,1028.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2071.0,2051.0,https://pypi.org/project/submitit,288228.0,289045.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,33511.0,,,,,3.0,,,2023-11-09 17:23:02.000,20.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,2024-01-25 02:45:16.000000,2024-01-25 01:57:13,2017.0,225.0,81.0,18.0,740.0,67.0,179.0,1026.0,"MetricFlow allows you to define, build, and maintain metrics in code.",42.0,26,False,2024-01-13 02:11:53.000,0.204.0,75.0,metricflow,,,,,15.0,12.0,https://pypi.org/project/metricflow,24270.0,24270.0,,,,,,,,3.0,,,2024-01-23 19:01:27.000,3.0,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +477,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,2023-11-08 21:55:22.000000,2023-11-08 21:55:22,1142.0,2.0,236.0,62.0,245.0,22.0,365.0,945.0,Search and download Copernicus Sentinel satellite images.,43.0,26,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,569.0,529.0,https://pypi.org/project/sentinelsat,18059.0,18774.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,27836.0,,,,,3.0,,262.0,2017-03-06 02:33:09.000,40.0,,,,,,,,,,,,,,,,,, +478,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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,913.0,A Jupyter - Three.js bridge.,30.0,26,True,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],99.0,29.0,https://pypi.org/project/pythreejs,44844.0,53495.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,519862.0,,,,,3.0,,,2023-02-20 00:24:01.104,58.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,12.0,3001.0,,,,,,,,,,,, +479,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,2023-08-25 16:48:20.000000,2023-04-19 21:43:19,547.0,,169.0,35.0,85.0,76.0,122.0,887.0,A scikit-learn based module for multi-label et. al. classification.,28.0,26,True,2018-12-10 10:51:36.000,0.2.0,4.0,scikit-multilearn,,,,['sklearn'],1419.0,1419.0,https://pypi.org/project/scikit-multilearn,47627.0,47627.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +480,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-01-23 20:24:24.113000,2024-01-14 18:36:42,769.0,12.0,56.0,13.0,124.0,43.0,109.0,885.0,Visualize large time series data with plotly.py.,11.0,26,True,2024-01-14 18:45:33.000,0.9.2,61.0,plotly-resampler,conda-forge/plotly-resampler,,,,824.0,813.0,https://pypi.org/project/plotly-resampler,390044.0,391438.0,https://anaconda.org/conda-forge/plotly-resampler,2024-01-23 20:24:24.113,33472.0,,,,,3.0,,,2024-01-14 18:35:43.000,11.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-01-16 23:12:20.000000,2024-01-16 23:12:19,834.0,10.0,135.0,29.0,85.0,35.0,75.0,580.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,405.0,381.0,https://pypi.org/project/ml-metadata,52926.0,52962.0,,,,,,,,3.0,,2119.0,2023-08-10 00:37:12.000,24.0,,,,,,,,,,,,,,,,,, +482,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-01-25 12:02:03.000000,2024-01-16 07:55:53,560.0,10.0,151.0,31.0,175.0,8.0,98.0,553.0,Machine learning for multivariate data analysis through the Riemannian geometry of symmetric or Hermitian positive..,29.0,26,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],322.0,302.0,https://pypi.org/project/pyriemann,15120.0,15380.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,4946.0,,,,,3.0,,,2022-07-17 13:53:18.565,20.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-01-17 09:09:39.000000,2023-08-23 17:20:54,1241.0,,152.0,19.0,695.0,25.0,208.0,472.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,298.0,281.0,https://pypi.org/project/earthpy,4272.0,5523.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,71356.0,,,,,3.0,,,2021-10-01 22:51:04.000,17.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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,210.0,22.0,17.0,45.0,23.0,423.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7600.0,7316.0,https://pypi.org/project/sklearn-crfsuite,186458.0,187340.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39720.0,,,,,2.0,,,2017-06-22 18:49:27.000,284.0,,,,,,,,,,,,,,,,,, +485,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2023-12-26 16:13:16.000000,2023-12-26 16:13:16,6706.0,58.0,143.0,36.0,394.0,37.0,134.0,365.0,Neuroimaging in Python FMRI analysis package.,69.0,26,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,271.0,220.0,https://pypi.org/project/nipy,2158.0,3518.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106143.0,,,,,3.0,,,2023-12-21 16:45:52.000,51.0,,,,,,,,,,,,,,,,,, +486,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2023-12-07 17:31:04.000000,2023-11-15 06:26:56,1617.0,1.0,808.0,148.0,1561.0,114.0,125.0,7866.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,137.0,136.0,https://pypi.org/project/trax,2808.0,2808.0,,,,,,,,3.0,,,2021-10-26 20:29:00.538,1.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5768.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,,,,,122.0,119.0,https://pypi.org/project/mmdnn,327.0,377.0,,,,,,,,3.0,,3718.0,2020-07-24 06:34:39.000,3.0,,,,,,,,,,,,,,,,,, +488,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,584.0,140.0,31.0,59.0,54.0,5497.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,25,False,,,1.0,flashtext,conda-forge/flashtext,,,,1488.0,1488.0,https://pypi.org/project/flashtext,1004743.0,1005177.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18233.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +489,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,867.0,124.0,63.0,136.0,74.0,5002.0,Image augmentation library in Python for machine learning.,23.0,25,True,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,727.0,698.0,https://pypi.org/project/Augmentor,6125.0,6125.0,,,,,,,,3.0,,,2022-04-27 09:29:23.000,29.0,,,,,,,,,,,,,,,,,, +490,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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,430.0,60.0,90.0,31.0,88.0,4850.0,Finding duplicate images made easy!.,15.0,25,True,2023-04-28 17:26:08.000,0.3.2,8.0,imagededup,,,,['tensorflow'],83.0,83.0,https://pypi.org/project/imagededup,13619.0,13619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +491,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2024-01-25 11:21:40.000000,2024-01-23 14:03:42,3416.0,114.0,601.0,94.0,3767.0,296.0,1345.0,4769.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,88.0,25,True,2024-01-03 11:39:27.000,1.33.0,73.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +492,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,609.0,159.0,130.0,76.0,101.0,4598.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 15:59:35.000,0.3.10,15.0,lucid,,,,['tensorflow'],756.0,756.0,https://pypi.org/project/lucid,478.0,478.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +493,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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,994.0,93.0,63.0,251.0,269.0,4531.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,25,False,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,15483.0,15483.0,,,,,,,,3.0,,,2020-01-10 11:36:02.000,28.0,,,,,,,,,,,,,,,,,, +494,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,,1370.0,351.0,59.0,51.0,,4239.0,Python Algorithmic Trading Library.,11.0,25,True,,,8.0,pyalgotrade,,,,,203.0,182.0,https://pypi.org/project/pyalgotrade,553.0,553.0,,,,,,,,3.0,,,2018-08-21 01:48:25.000,21.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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,421.0,40.0,52.0,73.0,174.0,4018.0,An Open-Source Framework for Prompt-Learning.,22.0,25,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,98.0,96.0,https://pypi.org/project/openprompt,788.0,788.0,,,,,,,,3.0,,,2022-07-06 14:27:42.000,2.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,,512.0,137.0,649.0,66.0,197.0,3849.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,1624.0,1624.0,,,,,,,,3.0,,,2020-01-15 10:13:17.000,13.0,,,,,,,,,,,,,,,,,, +497,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2024-01-23 06:02:21.000000,2023-10-30 16:34:46,179.0,1.0,369.0,163.0,84.0,87.0,100.0,3089.0,A deep learning library for video understanding research.,55.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,82163.0,82163.0,,,,,,,,3.0,,,2022-01-20 00:16:35.000,7.0,,,,,,,,,,,,,,,,,, +498,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,2023-12-09 00:22:24.000000,2023-12-09 00:22:24,2360.0,4.0,680.0,165.0,60.0,7.0,698.0,3002.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,25,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,,['tensorflow'],,,,,910.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,60963.0,,,,,3.0,,4701.0,,,,,,,,,,,,,,,,,,,, +499,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,8.0,246.0,41.0,2015.0,5.0,646.0,2909.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.0,25,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,3422.0,3526.0,,,,,,,,3.0,,2621.0,2023-12-04 07:25:10.000,,,,,,,,,,,,,,,,,,, +500,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,,469.0,98.0,49.0,59.0,253.0,2779.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,,,,703.0,679.0,https://pypi.org/project/neuralcoref,2271.0,2600.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,14977.0,,,,,3.0,,888.0,2019-04-08 09:56:00.000,24.0,,,,,,,,,,,,,,,,,, +501,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2024-01-10 07:43:27.000000,2023-07-19 07:40:10,212.0,,131.0,29.0,200.0,16.0,73.0,2643.0,HiPlot makes understanding high dimensional data easy.,9.0,25,True,2021-11-04 14:24:43.000,0.1.32,35.0,hiplot,conda-forge/hiplot,,,,371.0,371.0,https://pypi.org/project/hiplot,26751.0,30446.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,173679.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +502,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,,709.0,167.0,94.0,134.0,358.0,2453.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,141.0,141.0,,,,,,,,3.0,,,2018-11-11 16:46:28.000,2.0,,,,,,,,,,,,,,,,,, +503,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-01-22 06:09:24.000000,2023-07-01 21:40:58,1936.0,,328.0,40.0,86.0,21.0,157.0,2386.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],4.0,,https://pypi.org/project/torch-geometric-temporal,1631.0,1631.0,,,,,,,,2.0,,,2022-09-04 16:10:00.738,4.0,,,,,,,,,,,,,,,,,, +504,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-01-21 19:22:34.000000,2023-07-11 07:11:36,210.0,,237.0,46.0,89.0,18.0,115.0,2080.0,A Python library that helps data scientists to infer causation rather than observing correlation.,35.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",109.0,106.0,https://pypi.org/project/causalnex,2216.0,2216.0,,,,,,,,3.0,,,2023-06-22 13:11:59.629,3.0,mckinsey/causalnex,,,,,,,,,,,,,,,,, +505,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,160.0,61.0,66.0,65.0,129.0,1796.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,368.0,358.0,https://pypi.org/project/hypertools,447.0,447.0,,,,,,,,3.0,,30.0,2022-02-12 02:43:24.000,10.0,,,,,,,,,,,,,,,,,, +506,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,,299.0,56.0,1313.0,233.0,810.0,1782.0,A toolkit for reproducible reinforcement learning research.,79.0,25,True,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],100.0,98.0,https://pypi.org/project/garage,516.0,516.0,,,,,,,,3.0,,,2021-03-23 22:18:36.000,2.0,,,,,,,,,,,,,,,,,, +507,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2023-09-27 15:14:50.000000,2023-09-27 15:14:33,667.0,,159.0,47.0,161.0,19.0,378.0,1293.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,25,False,2023-02-16 21:26:00.740,1.6.0,26.0,dalex,conda-forge/dalex,,,,155.0,150.0,https://pypi.org/project/dalex,18143.0,18462.0,https://anaconda.org/conda-forge/dalex,2023-06-16 19:24:13.607,11500.0,,,,,3.0,,,2022-09-07 14:45:39.364,5.0,,,,,,,,,,,,,,,,,, +508,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,,141.0,29.0,63.0,7.0,70.0,1271.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'],1341.0,1328.0,https://pypi.org/project/livelossplot,8912.0,8912.0,,,,,,,,3.0,,,2022-04-04 16:14:08.000,13.0,,,,,,,,,,,,,,,,,, +509,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,1.0,289.0,55.0,63.0,12.0,109.0,1203.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,,,,,1009.0,979.0,https://pypi.org/project/stockstats,9377.0,9377.0,,,,,,,,3.0,,,2023-07-30 07:07:37.000,30.0,,,,,,,,,,,,,,,,,, +510,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-01-25 01:06:36.000000,2024-01-22 23:13:32,1854.0,79.0,364.0,56.0,474.0,156.0,250.0,1014.0,Machine learning on FPGAs using HLS.,58.0,25,True,2023-12-19 21:00:58.000,0.8.1,16.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/hls4ml,742.0,921.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7189.0,,,,,3.0,,,2023-12-19 21:00:58.000,,,,,,,,,,,,,,,,,,, +511,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,974.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],416.0,413.0,https://pypi.org/project/neural-structured-learning,14269.0,14269.0,,,,,,,,3.0,,,2022-07-29 21:05:16.715,3.0,,,,,,,,,,,,,,,,,, +512,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-01-25 11:57:52.000000,2024-01-25 11:57:42,1467.0,128.0,58.0,13.0,374.0,14.0,438.0,912.0,dstack is an open-source toolkit for running GPU workloads on any cloud. It works seamlessly with any cloud GPU..,14.0,25,True,2024-01-24 14:48:01.000,0.14.0,167.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,1548.0,1548.0,,,,,,,,3.0,,,2024-01-24 14:48:01.000,,,,,,,,,,,,,,,,,,, +513,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,,254.0,42.0,72.0,103.0,188.0,907.0,Gaussian Process Optimization using GPy.,50.0,25,True,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,519.0,481.0,https://pypi.org/project/gpyopt,6229.0,6229.0,,,,,,,,2.0,,,2020-03-19 11:37:45.000,38.0,,,,,,,,,,,,,,,,,, +514,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2023-11-30 08:29:05.000000,2023-10-26 19:25:33,460.0,,101.0,23.0,86.0,15.0,94.0,644.0,"Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave and AIFF files with python 2..",26.0,25,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,111.0,,https://pypi.org/project/tinytag,22590.0,22590.0,,,,,,,,3.0,,,2023-10-26 19:30:36.000,111.0,,,,,,,,,,,,,,,,,, +515,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-01-22 19:27:29.000000,2024-01-22 19:26:50,471.0,5.0,50.0,8.0,53.0,162.0,231.0,568.0,python binding for libvips using cffi.,16.0,25,True,2024-01-04 12:00:44.000,2.2.2,25.0,pyvips,conda-forge/pyvips,,,,703.0,653.0,https://pypi.org/project/pyvips,51743.0,53589.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,72004.0,,,,,3.0,,,2024-01-04 12:00:44.000,50.0,,,,,,,,,,,,,,,,,, +516,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-01-18 15:38:35.000000,2023-12-10 19:24:06,3708.0,15.0,67.0,47.0,351.0,22.0,388.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2023-11-14 15:08:13.000,4.0.1,69.0,skll,conda-forge/skll,,,['sklearn'],59.0,41.0,https://pypi.org/project/skll,422.0,917.0,https://anaconda.org/conda-forge/skll,2023-11-15 00:08:06.079,12874.0,,,,,3.0,,13.0,2023-11-14 15:04:40.000,18.0,,,,,,,,,,,,,,,,,, +517,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-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,64.0,16.0,13.0,34.0,7.0,497.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,,,,3696.0,,https://pypi.org/project/whoosh,331330.0,338359.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,224955.0,,,,,3.0,,,2016-04-04 01:19:40.000,3696.0,,,,,,,,,,,,,,,,,, +518,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-01-15 19:34:36.000000,2024-01-15 19:34:31,758.0,21.0,82.0,13.0,30.0,9.0,46.0,354.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2023-03-05 05:35:05.094,3.0.1,57.0,pymap3d,conda-forge/pymap3d,,,,377.0,354.0,https://pypi.org/project/pymap3d,60969.0,62409.0,https://anaconda.org/conda-forge/pymap3d,2023-06-16 19:18:14.535,66249.0,,,,,3.0,,,2023-03-05 05:35:05.094,23.0,,,,,,,,,,,,,,,,,, +519,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,2023-12-20 16:14:39.221000,2023-12-13 18:28:10,521.0,9.0,38.0,5.0,12.0,6.0,47.0,309.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,13.0,25,True,2023-12-19 14:22:21.000,0.8.1,24.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],618.0,589.0,https://pypi.org/project/scikit-posthocs,86420.0,109697.0,https://anaconda.org/conda-forge/scikit-posthocs,2023-12-20 16:14:39.221,907816.0,,,,,3.0,,39.0,2023-12-19 14:22:21.000,29.0,,,,,,,,,,,,,,,,,, +520,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-01-23 20:44:54.000000,2024-01-23 03:18:15,523.0,12.0,54.0,40.0,271.0,18.0,59.0,296.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",37.0,25,False,2024-01-16 10:19:37.000,1.2.6,73.0,gokart,,,,,79.0,74.0,https://pypi.org/project/gokart,2898.0,2898.0,,,,,,,,3.0,,,2024-01-16 10:19:37.000,5.0,,,,,,,,,,,,,,,,,, +521,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,12.0,49.0,14.0,712.0,217.0,203.0,275.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,25,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,105.0,97.0,https://pypi.org/project/orion,1450.0,1450.0,,,,,,,,2.0,,,2022-08-22 17:10:40.826,8.0,,,,,,,,,,,,,,,,,, +522,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-01-22 16:23:58.143000,2023-12-13 23:01:05,2538.0,75.0,59.0,8.0,237.0,29.0,79.0,254.0,Python recommendation toolkit.,13.0,25,False,2024-01-22 01:47:07.000,0.14.3,24.0,lenskit,conda-forge/lenskit,,,,102.0,96.0,https://pypi.org/project/lenskit,917.0,1541.0,https://anaconda.org/conda-forge/lenskit,2024-01-22 16:23:58.143,23739.0,,,,,3.0,,,2024-01-22 01:45:59.000,6.0,,,,,,,,,,,,,,,,,, +523,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,,824.0,169.0,1588.0,145.0,74.0,6362.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pytext-nlp,106.0,111.0,,,,,,,,3.0,,351.0,2020-06-08 22:49:33.000,1.0,,,,,,,,,,,,,,,,,, +524,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-01-18 21:14:52.000000,2024-01-03 14:54:33,1095.0,3.0,881.0,117.0,675.0,109.0,542.0,5361.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,24,True,2019-08-26 19:04:21.000,0.3.1,2.0,mmf,,,,['pytorch'],16.0,16.0,https://pypi.org/project/mmf,201.0,201.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +525,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,138.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'],1121.0,1105.0,https://pypi.org/project/textgenrnn,635.0,647.0,,,,,,,,3.0,,892.0,2020-02-02 21:16:15.000,16.0,,,,,,,,,,,,,,,,,, +526,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,2023-12-26 10:14:09.000000,2023-11-19 13:26:15,334.0,3.0,934.0,46.0,32.0,62.0,112.0,4710.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,24,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],182.0,174.0,https://pypi.org/project/scikit-opt,2204.0,2204.0,,,,,,,,3.0,,,2022-01-14 08:49:08.000,8.0,,,,,,,,,,,,,,,,,, +527,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,,716.0,65.0,247.0,124.0,823.0,3976.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,,,,,35.0,,https://pypi.org/project/stable-baselines,4625.0,4625.0,,,,,,,,3.0,,,2021-04-06 12:38:10.521,35.0,,,,,,,,,,,,,,,,,, +528,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,175.0,50.0,65.0,49.0,3477.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 20:53:28.000,0.9.0,11.0,adanet,,,,['tensorflow'],56.0,56.0,https://pypi.org/project/adanet,71.0,71.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +529,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,108.0,396.0,3136.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],123.0,122.0,https://pypi.org/project/parl,694.0,694.0,,,,,,,,3.0,,,2022-05-13 04:46:41.000,1.0,,,,,,,,,,,,,,,,,, +530,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,110.0,73.0,193.0,115.0,3078.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,,,,,137.0,125.0,https://pypi.org/project/xlearn,712.0,776.0,,,,,,,,3.0,,4485.0,2018-12-04 11:05:06.000,12.0,,,,,,,,,,,,,,,,,, +531,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,,679.0,72.0,25.0,117.0,101.0,2974.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'],2901.0,2872.0,https://pypi.org/project/keras-vis,1066.0,1066.0,,,,,,,,3.0,,,2017-07-06 05:11:22.255,29.0,,,,,,,,,,,,,,,,,, +532,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2023-06-30 21:16:15.000000,2023-06-30 21:16:10,470.0,,309.0,66.0,315.0,43.0,124.0,2705.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'],49.0,48.0,https://pypi.org/project/ddsp,1561.0,1900.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14616.0,,,,,3.0,,,2022-05-25 17:42:19.000,1.0,,,,,,,,,,,,,,,,,, +533,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,1.0,315.0,93.0,2157.0,206.0,982.0,2668.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",52.0,24,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,1.0,,https://pypi.org/project/pymars,10534.0,10534.0,,,,,,,,3.0,,,2022-06-12 11:43:21.000,1.0,,,,,,,,,,,,,,,,,, +534,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,,304.0,28.0,695.0,49.0,150.0,2342.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,79.0,78.0,https://pypi.org/project/promptsource,466.0,466.0,,,,,,,,3.0,,,2022-04-18 22:31:03.000,1.0,,,,,,,,,,,,,,,,,, +535,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,,645.0,90.0,29.0,25.0,52.0,2305.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,,,,,675.0,495.0,https://pypi.org/project/python_speech_features,27092.0,27092.0,,,,,,,,3.0,,,2017-08-16 01:46:13.000,180.0,,,,,,,,,,,,,,,,,, +536,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2023-10-15 09:57:16.000000,2023-05-15 21:21:45,660.0,,224.0,39.0,136.0,6.0,129.0,2227.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,24.0,24,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,153.0,150.0,https://pypi.org/project/norfair,4721.0,4728.0,,,,,,,,3.0,,295.0,2022-05-30 21:14:58.000,3.0,,,,,,,,,,,,,,,,,, +537,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,328.0,80.0,55.0,154.0,68.0,2226.0,Multilingual text (NLP) processing toolkit.,26.0,24,False,,,,polyglot,,,,,1165.0,1165.0,https://pypi.org/project/polyglot,52983.0,52983.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +538,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,,256.0,57.0,56.0,19.0,50.0,2204.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,5.0,pytorch-nlp,,,,['pytorch'],633.0,633.0,https://pypi.org/project/pytorch-nlp,3990.0,3990.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +539,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,296.0,66.0,14.0,26.0,46.0,2202.0,Stand-alone language identification system.,9.0,24,False,,,,langid,,,,,9967.0,9967.0,https://pypi.org/project/langid,314850.0,314850.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +540,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2023-09-05 06:09:07.000000,2023-09-05 06:09:05,385.0,,280.0,56.0,14.0,21.0,78.0,2178.0,Beautiful visualizations of how language differs among document types.,14.0,24,True,2017-03-13 05:31:21.000,0.0.2.4.4,18.0,scattertext,conda-forge/scattertext,,,,489.0,489.0,https://pypi.org/project/scattertext,12948.0,14062.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,85853.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +541,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-01-11 20:56:38.000000,2023-10-16 16:49:59,532.0,,195.0,40.0,116.0,62.0,126.0,2103.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,25.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,4782.0,4782.0,,,,,,,,3.0,,,2023-12-27 00:46:01.000,,,,,,,,,,,,,,,,,,, +542,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,,244.0,71.0,21.0,93.0,66.0,2077.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,278.0,261.0,https://pypi.org/project/pyflux,26674.0,26674.0,,,,,,,,3.0,,,2017-11-21 16:27:06.000,17.0,,,,,,,,,,,,,,,,,, +543,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2023-07-12 18:18:40.000000,2023-07-12 18:14:01,1515.0,,242.0,67.0,58.0,31.0,186.0,2047.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,20.0,24,True,2023-07-12 18:26:08.000,2.0.1,13.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,612.0,612.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +544,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,2023-11-15 21:03:09.000000,2023-07-01 21:39:32,2288.0,,229.0,37.0,37.0,9.0,109.0,2035.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,17.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,222.0,218.0,https://pypi.org/project/karateclub,4258.0,4782.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22043.0,,,,,2.0,,,2022-10-22 16:17:27.886,4.0,,,,,,,,,,,,,,,,,, +545,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-01-12 11:22:59.000000,2024-01-12 11:22:59,124.0,6.0,228.0,43.0,36.0,45.0,23.0,1830.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],448.0,426.0,https://pypi.org/project/MulticoreTSNE,1704.0,2655.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,31390.0,,,,,3.0,,,2019-01-09 07:23:04.000,22.0,,,,,,,,,,,,,,,,,, +546,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,2023-12-05 17:37:33.000000,2023-12-04 14:09:45,571.0,2.0,120.0,55.0,447.0,60.0,100.0,1763.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,94.0,87.0,https://pypi.org/project/hivemind,5594.0,5594.0,,,,,,,,3.0,,,2023-08-31 20:07:10.000,7.0,,,,,,,,,,,,,,,,,, +547,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1600.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,24,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],176.0,168.0,https://pypi.org/project/talos,756.0,756.0,,,,,,,,2.0,,,2022-05-28 10:07:34.000,8.0,,,,,,,,,,,,,,,,,, +548,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,232.0,49.0,48.0,22.0,91.0,1575.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 13:11:14.000,2.0.2,18.0,sense2vec,conda-forge/sense2vec,,,,317.0,317.0,https://pypi.org/project/sense2vec,1608.0,3686.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35622.0,,,,,3.0,,61482.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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,1.0,,1529.0,Feature engineering package with sklearn like functionality.,38.0,24,False,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,96.0,,https://pypi.org/project/feature_engine,125693.0,126760.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,43753.0,,,,,3.0,,,2023-09-18 14:50:58.000,96.0,,,,,,,,,,,,,,,,,, +550,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-01-23 14:44:56.000000,2024-01-23 14:47:52,1184.0,16.0,118.0,28.0,68.0,2.0,29.0,1460.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,24,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,,['pytorch'],7.0,,https://pypi.org/project/pytorch_toolbelt,6648.0,6648.0,,,,,,,,2.0,,7.0,2022-06-27 19:59:57.000,7.0,,,,,,,,,,,,,,,,,, +551,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2023-11-18 16:28:54.000000,2023-10-07 11:26:54,2816.0,,168.0,26.0,660.0,90.0,434.0,1440.0,A Python library for learning and evaluating knowledge graph embeddings.,36.0,24,True,2023-02-22 18:28:28.000,1.10.1,19.0,pykeen,,,,,,,https://pypi.org/project/pykeen,3157.0,3161.0,,,,,,,,2.0,,177.0,,,,,,,,,,,,,,,,,,,, +552,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,,405.0,91.0,165.0,103.0,224.0,1352.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],43.0,42.0,https://pypi.org/project/niftynet,86.0,86.0,,,,,,,,3.0,,,2019-10-10 10:59:33.000,1.0,,,,,,,,,,,,,,,,,, +553,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-01-21 12:59:25.000000,2024-01-21 12:59:25,1233.0,34.0,107.0,32.0,152.0,71.0,131.0,1333.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",23.0,24,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,8.0,8.0,https://pypi.org/project/kp,172.0,183.0,,,,,,,,3.0,,491.0,2024-01-20 15:33:09.000,,,,,,,,,,,,,,,,,,, +554,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,,167.0,32.0,86.0,16.0,32.0,1183.0,"A program for financial portfolio management, analysis and optimisation.",11.0,24,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,88.0,88.0,https://pypi.org/project/FinQuant,461.0,461.0,,,,,,,,3.0,,,2023-09-04 06:57:56.000,,,,,,,,,,,,,,,,,,, +555,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,203.0,54.0,460.0,143.0,293.0,1173.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'],73.0,64.0,https://pypi.org/project/tf-encrypted,714.0,714.0,,,,,,,,3.0,,,2022-11-16 09:12:55.841,9.0,,,,,,,,,,,,,,,,,, +556,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2023-12-24 06:07:13.000000,2023-12-24 06:07:13,78.0,2.0,223.0,20.0,17.0,4.0,87.0,1149.0,Implementation of the node2vec algorithm.,13.0,24,True,2022-08-01 11:34:27.000,0.4.6,9.0,node2vec,conda-forge/node2vec,,,,542.0,542.0,https://pypi.org/project/node2vec,62165.0,62565.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27202.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,, +557,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,73.0,415.0,75.0,147.0,1140.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,,,,,169.0,159.0,https://pypi.org/project/chainerrl,429.0,429.0,,,,,,,,3.0,,,2020-02-14 05:35:56.000,10.0,,,,,,,,,,,,,,,,,, +558,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2023-11-16 19:55:28.000000,2019-08-16 09:00:15,140.0,,106.0,12.0,20.0,16.0,15.0,1036.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,4836.0,4538.0,https://pypi.org/project/gputil,365519.0,365519.0,,,,,,,,3.0,,,2018-12-18 09:12:13.000,298.0,,,,,,,,,,,,,,,,,, +559,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,3.0,184.0,34.0,73.0,2.0,86.0,1031.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,24,True,2021-06-19 16:14:57.000,4.5.0,10.0,keract,,,,['tensorflow'],204.0,204.0,https://pypi.org/project/keract,3448.0,3448.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +560,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,48.0,112.0,52.0,170.0,961.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,331.0,281.0,https://pypi.org/project/scikit-cuda,653.0,653.0,,,,,,,,3.0,,,2019-05-27 00:29:00.000,50.0,,,,,,,,,,,,,,,,,, +561,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-01-23 07:24:23.000000,2024-01-23 07:24:23,728.0,2.0,143.0,16.0,101.0,27.0,232.0,919.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'],75.0,,https://pypi.org/project/torch-sparse,20403.0,26117.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,245740.0,,,,,2.0,,,2023-10-06 08:51:55.000,75.0,,,,,,,,,,,,,,,,,, +562,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],51.0,4.0,https://pypi.org/project/gmaps,4528.0,9537.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,310235.0,,,,,3.0,,,2021-12-15 15:42:57.506,44.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,1132.0,,,,,,,,,,,, +563,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,34.0,25.0,34.0,235.0,741.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,True,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,177.0,164.0,https://pypi.org/project/neupy,3080.0,3080.0,,,,,,,,3.0,,,2019-04-04 19:43:06.000,13.0,,,,,,,,,,,,,,,,,, +564,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,74.0,13.0,48.0,19.0,53.0,695.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1159.0,1159.0,https://pypi.org/project/pysbd,240078.0,240263.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,4999.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +565,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,,138.0,130.0,91.0,43.0,67.0,647.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'],201.0,186.0,https://pypi.org/project/mapboxgl,12452.0,12452.0,,,,,,,,3.0,,,2019-06-02 16:02:54.380,15.0,,,,,,,,,,,,,,,,,, +566,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,12.0,68.0,26.0,433.0,10.0,237.0,631.0,torchbearer: A model fitting library for PyTorch.,14.0,24,True,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],90.0,86.0,https://pypi.org/project/torchbearer,436.0,436.0,,,,,,,,3.0,,,2023-12-01 18:48:07.000,4.0,,,,,,,,,,,,,,,,,, +567,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-01-24 18:13:51.000000,2024-01-16 12:45:15,853.0,24.0,80.0,9.0,711.0,87.0,432.0,582.0,Automated modeling and machine learning framework FEDOT.,32.0,24,True,2024-01-23 15:03:23.000,0.7.3,20.0,fedot,,,,,47.0,44.0,https://pypi.org/project/fedot,539.0,539.0,,,,,,,,2.0,,,2024-01-23 13:46:00.000,3.0,aimclub/FEDOT,,,,,,,,,,,,,,,,, +568,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-01-23 14:11:27.000000,2024-01-23 14:11:27,340.0,58.0,85.0,7.0,19.0,1.0,80.0,517.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code.,17.0,24,True,2024-01-23 03:23:58.000,0.5.4,159.0,featurewiz,,,,,64.0,62.0,https://pypi.org/project/featurewiz,7414.0,7414.0,,,,,,,,2.0,,,2024-01-23 03:23:58.000,2.0,,,,,,,,,,,,,,,,,, +569,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,9.0,17.0,11.0,12.0,503.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'],4296.0,4131.0,https://pypi.org/project/findspark,1708353.0,1718079.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,885134.0,,,,,3.0,,,2022-02-11 08:02:06.000,165.0,,,,,,,,,,,,,,,,,, +570,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-01-24 01:39:17.000000,2024-01-24 01:39:16,963.0,13.0,172.0,24.0,829.0,95.0,383.0,496.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,24,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,350.0,2686.0,,,,,,,,3.0,,70107.0,2023-10-01 02:24:07.000,,,,,,,,,,,,,,,,,,, +571,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,2023-10-20 17:29:31.000000,2023-10-20 17:29:28,575.0,,84.0,29.0,317.0,75.0,27.0,363.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],348.0,341.0,https://pypi.org/project/tensorflow-cloud,36196.0,36196.0,,,,,,,,3.0,,,2021-06-17 01:15:10.000,7.0,,,,,,,,,,,,,,,,,, +572,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-01-13 10:31:18.000000,,,,3924.0,,,137.0,,23702.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",142.0,23,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],43.0,,https://pypi.org/project/deepspeech,3897.0,3980.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2499.0,,,,,3.0,,,2020-12-19 10:05:12.000,43.0,,,,,,,,,,,,,,,,,, +573,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,3.0,730.0,105.0,588.0,59.0,345.0,5707.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,23,True,2020-04-03 19:06:25.000,0.4.0,1.0,t5,,,,['tensorflow'],,,https://pypi.org/project/t5,15434.0,15434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +574,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-01-25 10:43:47.000000,2024-01-22 17:23:42,1556.0,34.0,821.0,144.0,1463.0,326.0,398.0,4914.0,Simple and Distributed Machine Learning.,115.0,23,True,2023-11-27 21:27:39.000,1.0.2,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,,,,,,,,,,3.0,,,2020-03-18 01:27:31.000,,,,,,,,,,,,,,,,,,, +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-01-19 04:31:44.000000,2022-08-09 13:26:32,565.0,,1273.0,305.0,207.0,67.0,208.0,4613.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,1884.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143220.0,3.0,,,,,,,,,,,,,,,,,,,,,, +576,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,2023-12-31 12:14:36.000000,2021-06-02 09:45:13,150.0,,714.0,101.0,34.0,102.0,113.0,4415.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,23,False,2020-01-08 15:35:45.000,2.2.0,1.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],121.0,121.0,https://pypi.org/project/ISR,4491.0,4494.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,232.0,3.0,,,,,,,,,,,,,,,,,,,,,, +577,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,535.0,103.0,617.0,84.0,606.0,4146.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,23,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],,,https://pypi.org/project/yellowbrick,399564.0,401360.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,73669.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +578,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,890.0,178.0,385.0,33.0,430.0,3806.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,23,False,2019-10-09 19:24:22.000,2.2,2.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,85.0,85.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +579,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-01-25 06:12:51.000000,2024-01-25 06:09:01,1588.0,11.0,503.0,152.0,609.0,69.0,75.0,3502.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",165.0,23,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,16.0,16.0,,,,,,,,3.0,,,2020-05-27 20:58:01.000,,,,,,,,,,,,,,,,,,, +580,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-01-05 21:48:19.000000,2024-01-05 21:44:56,409.0,3.0,324.0,53.0,413.0,79.0,106.0,3189.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",37.0,23,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],35.0,34.0,https://pypi.org/project/vissl,150.0,150.0,,,,,,,,3.0,,,2021-11-02 15:36:07.000,1.0,,,,,,,,,,,,,,,,,, +581,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,5.0,220.0,54.0,36.0,71.0,121.0,3084.0,A GUI for Pandas DataFrames.,15.0,23,False,,,2.0,pandasgui,conda-forge/pandasgui,,,['pandas'],339.0,339.0,https://pypi.org/project/pandasgui,3437.0,4014.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,20807.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +582,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,,236.0,43.0,110.0,80.0,64.0,2845.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,9137.0,9139.0,,,,,,,,3.0,,121.0,2021-07-01 17:11:02.000,6.0,,,,,,,,,,,,,,,,,, +583,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-01-21 06:34:47.000000,2024-01-21 06:34:10,937.0,2.0,171.0,20.0,75.0,92.0,169.0,2696.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,37.0,36.0,https://pypi.org/project/ffcv,1099.0,1099.0,,,,,,,,3.0,,,2022-01-28 20:40:22.000,1.0,,,,,,,,,,,,,,,,,, +584,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,2017-05-05 02:27:30.000,2023-12-15 03:22:16.000000,2023-12-15 03:22:08,3454.0,2.0,732.0,108.0,3871.0,533.0,855.0,2593.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,23,True,2022-01-25 00:22:00.888,0.11.2,418.0,analytics-zoo,,,,['spark'],5.0,4.0,https://pypi.org/project/analytics-zoo,226.0,226.0,,,,,,,,3.0,,,2022-08-22 20:19:01.213,1.0,,,,,,,,,,,,,,,,,, +585,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,27.0,350.0,2376.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],62.0,62.0,https://pypi.org/project/kashgari-tf,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +586,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,,302.0,67.0,78.0,63.0,68.0,2098.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'],29.0,26.0,https://pypi.org/project/sru,1944.0,1944.0,,,,,,,,3.0,,,2021-06-17 23:33:37.000,3.0,,,,,,,,,,,,,,,,,, +587,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,,651.0,82.0,48.0,24.0,64.0,2021.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,478.0,466.0,https://pypi.org/project/finta,6367.0,6367.0,,,,,,,,3.0,,,2020-10-21 11:39:44.000,12.0,,,,,,,,,,,,,,,,,, +588,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,,238.0,44.0,33.0,51.0,90.0,1901.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'],161.0,161.0,https://pypi.org/project/torchmeta,3291.0,3291.0,,,,,,,,3.0,,,2021-09-20 16:06:33.000,,,,,,,,,,,,,,,,,,, +589,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-01-24 15:16:50.000000,2020-04-24 06:58:09,58.0,,255.0,44.0,14.0,57.0,35.0,1750.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,23,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",255.0,244.0,https://pypi.org/project/hiddenlayer,1265.0,1265.0,,,,,,,,3.0,,,2020-04-24 07:32:11.000,11.0,,,,,,,,,,,,,,,,,, +590,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,,237.0,53.0,446.0,3.0,402.0,1709.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2021-06-10 09:45:12.000,0.8.0,22.0,farm,conda-forge/farm,,,['pytorch'],,,https://pypi.org/project/farm,1529.0,1626.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3201.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +591,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,,119.0,28.0,31.0,58.0,50.0,1562.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'],385.0,380.0,https://pypi.org/project/higher,43673.0,43673.0,,,,,,,,3.0,,,2020-07-14 12:20:32.000,5.0,,,,,,,,,,,,,,,,,, +592,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,203.0,45.0,12.0,4.0,51.0,1555.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,23,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],207.0,205.0,https://pypi.org/project/geffnet,6418.0,6418.0,,,,,,,,3.0,,,2021-07-08 19:05:05.000,2.0,,,,,,,,,,,,,,,,,, +593,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,1.0,259.0,50.0,312.0,99.0,17.0,1498.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,20164.0,20164.0,,,,,,,,3.0,,,2022-05-15 21:06:13.000,30.0,,,,,,,,,,,,,,,,,, +594,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2023-09-20 03:33:51.000000,2023-08-22 14:21:42,580.0,,302.0,55.0,115.0,54.0,30.0,1473.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,,,,,87.0,86.0,https://pypi.org/project/aix360,1037.0,1037.0,,,,,,,,3.0,,,2023-07-31 18:54:38.000,1.0,,,,,,,,,,,,,,,,,, +595,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,2023-12-07 16:22:32.000000,2023-11-08 21:41:55,157.0,1.0,162.0,102.0,184.0,35.0,25.0,1468.0,fklearn: Functional Machine Learning.,55.0,23,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,387.0,387.0,,,,,,,,3.0,,,2023-11-09 12:59:48.000,,,,,,,,,,,,,,,,,,, +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-01-06 08:38:37.000000,2024-01-06 08:35:06,342.0,2.0,292.0,40.0,252.0,69.0,192.0,1413.0,A framework for Privacy Preserving Machine Learning.,33.0,23,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,237.0,237.0,,,,,,,,3.0,,,2022-12-08 22:11:59.883,1.0,,,,,,,,,,,,,,,,,, +597,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,2023-11-06 16:35:34.000000,2023-11-06 15:20:05,206.0,2.0,308.0,49.0,43.0,,,1292.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,23,True,2020-09-13 21:05:45.000,0.8.4,1.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],401.0,401.0,https://pypi.org/project/keras-ocr,26486.0,46518.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,301.0,,,,,3.0,,801033.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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1262.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],61.0,60.0,https://pypi.org/project/sklearn-porter,305.0,305.0,,,,,,,,3.0,,,2019-12-18 13:39:19.000,1.0,,,,,,,,,,,,,,,,,, +599,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-01-01 15:19:10.000000,2023-12-09 21:53:10,773.0,10.0,172.0,18.0,258.0,70.0,94.0,1230.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,23,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,45452.0,45452.0,,,,,,,,3.0,,,2023-10-27 03:54:06.000,6.0,,,,,,,,,,,,,,,,,, +600,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,86.0,64.0,206.0,1016.0,Line based ATR Engine based on OCRopy.,20.0,23,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,1798.0,1798.0,,,,,,,,3.0,,,2023-08-18 11:50:18.000,5.0,,,,,,,,,,,,,,,,,, +601,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-01-08 07:04:51.000000,2023-03-29 07:39:45,85.0,,81.0,26.0,54.0,32.0,28.0,931.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,True,2020-02-13 09:57:47.000,1.0.6,4.0,youtokentome,conda-forge/youtokentome,,,,596.0,596.0,https://pypi.org/project/youtokentome,31072.0,32510.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,40287.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +602,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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,107.0,26.0,36.0,34.0,69.0,872.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],587.0,575.0,https://pypi.org/project/pandas-bokeh,16806.0,16806.0,,,,,,,,3.0,,,2021-04-11 17:43:13.000,12.0,,,,,,,,,,,,,,,,,, +603,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,,102.0,29.0,60.0,22.0,74.0,821.0,ML-Ensemble high performance ensemble learning.,7.0,23,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,368.0,364.0,https://pypi.org/project/mlens,2861.0,2861.0,,,,,,,,3.0,,,2018-10-30 22:30:43.000,4.0,,,,,,,,,,,,,,,,,, +604,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-01-10 18:21:30.000000,2024-01-10 18:20:54,284.0,8.0,243.0,46.0,18.0,9.0,91.0,797.0,Data compression in TensorFlow.,21.0,23,True,2023-10-13 19:56:17.000,2.14.0,22.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,9403.0,9403.0,,,,,,,,3.0,,,2023-10-12 23:14:15.000,2.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-01-25 10:15:25.000000,2023-11-24 10:43:28,313.0,6.0,129.0,20.0,72.0,5.0,64.0,791.0,An intuitive library to extract features from time series.,18.0,23,True,2023-08-23 07:53:53.000,0.1.6,10.0,tsfel,,,,,109.0,109.0,https://pypi.org/project/tsfel,22516.0,22516.0,,,,,,,,3.0,,,2023-08-22 10:46:05.000,,,,,,,,,,,,,,,,,,, +606,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-01-01 20:17:29.000000,2023-08-23 11:46:56,231.0,,103.0,15.0,40.0,35.0,24.0,788.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,11.0,23,True,2022-12-19 18:16:02.257,0.5.1,12.0,detoxify,,,,,513.0,503.0,https://pypi.org/project/detoxify,18056.0,27647.0,,,,,,,,3.0,,364484.0,2022-12-19 18:16:02.257,10.0,,,,,,,,,,,,,,,,,, +607,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,2023-09-26 00:20:33.000000,2023-09-26 00:20:33,398.0,,155.0,17.0,72.0,35.0,106.0,670.0,Ternary plotting library for python with matplotlib.,27.0,23,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,188.0,161.0,https://pypi.org/project/python-ternary,40060.0,40910.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79090.0,,,,,3.0,,25.0,2021-02-17 18:38:15.000,27.0,,,,,,,,,,,,,,,,,, +608,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,23.0,33.0,662.0,Working with molecular structures in pandas DataFrames.,15.0,23,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],250.0,227.0,https://pypi.org/project/biopandas,80691.0,82435.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,148297.0,,,,,3.0,,,2023-08-28 15:32:25.000,23.0,BioPandas/biopandas,,,,,,,,,,,,,,,,, +609,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,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,80.0,21.0,8.0,23.0,41.0,638.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'],419.0,398.0,https://pypi.org/project/pivottablejs,16741.0,16771.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2853.0,,,,,3.0,,,2018-01-15 18:14:37.000,21.0,,,,,,,,,,,,,,,,,, +610,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,578.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,23,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],141.0,136.0,https://pypi.org/project/rfpimp,21907.0,21907.0,,,,,,,,3.0,,,2021-01-28 23:19:33.000,5.0,,,,,,,,,,,,,,,,,, +611,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,2023-08-10 03:20:53.000000,2023-08-10 03:20:53,1214.0,,63.0,7.0,206.0,18.0,109.0,486.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],228.0,223.0,https://pypi.org/project/happytransformer,2860.0,2860.0,,,,,,,,3.0,,,2023-08-05 22:54:02.000,5.0,,,,,,,,,,,,,,,,,, +612,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2023-11-19 21:07:53.000000,2023-11-19 20:49:10,166.0,4.0,47.0,17.0,2.0,9.0,3.0,364.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,23,True,2023-11-19 21:07:53.000,0.1.1,12.0,suod,,,,,501.0,499.0,https://pypi.org/project/suod,9563.0,9563.0,,,,,,,,3.0,,,2023-11-19 21:07:53.000,2.0,,,,,,,,,,,,,,,,,, +613,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,6.0,27.0,8.0,4.0,21.0,60.0,279.0,Multiple Imputation with LightGBM in Python.,6.0,23,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,119.0,114.0,https://pypi.org/project/miceforest,26834.0,27224.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11705.0,,,,,1.0,,,2023-11-16 02:24:03.000,5.0,,,,,,,,,,,,,,,,,, +614,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,489.0,83.0,37.0,53.0,26.0,10675.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,42.0,42.0,https://pypi.org/project/prettymaps,751.0,845.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2278.0,,,,,3.0,,,2021-10-19 13:33:43.000,,,,,,,,,,,,,,,,,,, +615,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7974.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,697.0,697.0,,,,,,,,3.0,,,2022-09-23 17:40:01.770,1.0,,,,,,,,,,,,,,,,,, +616,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,263.0,68.0,115.0,135.0,6237.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,85.0,85.0,,,,,,,,3.0,,,2015-04-19 21:20:16.000,3.0,,,,,,,,,,,,,,,,,, +617,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,2023-04-10 13:46:12.000000,2022-05-30 07:32:06,3344.0,,810.0,233.0,109.0,56.0,620.0,4844.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,22,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,23.0,,,,,,,,3.0,,1501.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-01-16 06:44:59.000000,2023-01-15 11:37:16,279.0,,855.0,110.0,94.0,121.0,349.0,4495.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,13838.0,13838.0,,,,,,,,3.0,,,2021-12-13 01:36:44.000,2.0,,,,,,,,,,,,,,,,,, +619,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,323.0,75.0,37.0,95.0,74.0,4380.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,682.0,682.0,,,,,,,,3.0,,,2022-03-13 19:09:50.000,,,,,,,,,,,,,,,,,,, +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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3865.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,,,,1.0,,https://pypi.org/project/nervananeon,97.0,121.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1869.0,,,,,3.0,,384.0,2018-01-05 23:25:04.000,1.0,,,,,,,,,,,,,,,,,, +621,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,,654.0,77.0,53.0,176.0,101.0,3362.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'],7.0,,https://pypi.org/project/gpt-2-simple,3281.0,3290.0,,,,,,,,3.0,,546.0,2021-10-18 01:47:20.000,7.0,,,,,,,,,,,,,,,,,, +622,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,,2018-10-01 20:41:16.000,2024-01-06 08:42:15.000000,2024-01-06 08:37:53,173.0,4.0,437.0,91.0,78.0,57.0,137.0,3331.0,Generate embeddings from large-scale graph-structured data.,31.0,22,False,2019-10-14 16:45:11.000,1.0.0,3.0,torchbiggraph,,,,['pytorch'],,,https://pypi.org/project/torchbiggraph,282479.0,282481.0,,,,,,,,3.0,,168.0,,,,,,,,,,,,,,,,,,,, +623,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-01-01 21:29:17.000000,2024-01-01 21:13:34,684.0,1.0,497.0,215.0,16.0,24.0,4.0,3286.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,11.0,11.0,https://pypi.org/project/finmarketpy,285.0,285.0,,,,,,,,3.0,,49.0,2024-01-01 21:29:17.000,,,,,,,,,,,,,,,,,,, +624,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-01-06 04:36:23.000000,2023-11-05 09:58:06,2685.0,9.0,1062.0,132.0,1028.0,53.0,72.0,3044.0,a distributed deep learning platform.,85.0,22,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,60.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,734.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,5478.0,3.0,,,,,,,,,,,,,,,,,,,,,, +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,2024-01-23 00:14:56.000000,2021-05-06 12:10:38,127.0,,154.0,51.0,58.0,2.0,30.0,2986.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,,,,47.0,47.0,https://pypi.org/project/opyrator,443.0,501.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1404.0,,,,,3.0,,,2021-05-04 18:48:03.000,,,,,,,,,,,,,,,,,,, +626,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,,316.0,66.0,167.0,144.0,113.0,2708.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,22,False,,,11.0,eli5,conda-forge/eli5,,,,,,https://pypi.org/project/eli5,436922.0,438757.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,146809.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +627,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,,400.0,130.0,136.0,52.0,128.0,2395.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,,,10.0,luminoth,,,,['tensorflow'],52.0,52.0,https://pypi.org/project/luminoth,1574.0,1743.0,,,,,,,,3.0,,12716.0,,,,,,,,,,,,,,,,,,,, +628,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,,370.0,80.0,144.0,33.0,126.0,2379.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 03:54:40.000,0.2.4,6.0,texar,,,,['tensorflow'],27.0,27.0,https://pypi.org/project/texar,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +629,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2024-01-24 17:04:19.000000,2023-08-10 17:09:47,309.0,,152.0,24.0,33.0,29.0,31.0,1857.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,10.0,ecco,conda-forge/ecco,,,['pytorch'],28.0,28.0,https://pypi.org/project/ecco,296.0,469.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4319.0,,,,,3.0,,72.0,,,,,,,,,,,,,,,,,,,, +630,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2024-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,1.0,105.0,37.0,30.0,26.0,78.0,1765.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,26.0,26.0,https://pypi.org/project/greykite,11403.0,11403.0,,,,,,,,3.0,,9.0,2024-01-12 20:13:07.000,,,,,,,,,,,,,,,,,,, +631,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-01-22 23:28:04.000000,2024-01-22 23:28:01,1080.0,7.0,261.0,33.0,37.0,24.0,175.0,1709.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,384.0,384.0,,,,,,,,3.0,,,2015-08-23 10:30:20.000,8.0,,,,,,,,,,,,,,,,,, +632,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,98.0,45.0,187.0,216.0,1634.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,625.0,625.0,,,,,,,,3.0,,42.0,2018-02-22 01:13:03.000,7.0,,,,,,,,,,,,,,,,,, +633,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,,115.0,39.0,11.0,33.0,51.0,1611.0,"A fast, efficient universal vector embedding utility package.",4.0,22,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,341.0,329.0,https://pypi.org/project/pymagnitude,882.0,882.0,,,,,,,,3.0,,,2020-05-25 11:26:36.000,12.0,,,,,,,,,,,,,,,,,, +634,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,,289.0,46.0,801.0,71.0,485.0,1584.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,89.0,89.0,,,,,,,,3.0,,,2021-05-10 18:56:39.000,,,,,,,,,,,,,,,,,,, +635,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,,188.0,27.0,57.0,21.0,36.0,1246.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'],154.0,149.0,https://pypi.org/project/advertorch,560.0,560.0,,,,,,,,3.0,,,2020-06-15 01:20:07.000,5.0,,,,,,,,,,,,,,,,,, +636,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,2023-12-06 23:24:36.000000,2023-12-06 23:22:36,184.0,3.0,108.0,37.0,25.0,17.0,114.0,1156.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,4808.0,4808.0,,,,,,,,3.0,,,2023-12-06 05:33:15.000,8.0,,,,,,,,,,,,,,,,,, +637,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-01-25 13:23:48.000000,2024-01-15 08:23:31,527.0,77.0,123.0,20.0,238.0,7.0,117.0,1140.0,A standard framework for modelling Deep Learning Models for tabular data.,18.0,22,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,3480.0,3480.0,,,,,,,,2.0,,21.0,2024-01-15 02:46:25.000,2.0,,,,,,,,,,,,,,,,,, +638,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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,108.0,50.0,98.0,39.0,51.0,1007.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:27:53.000,0.3.1,7.0,tf-explain,,,,['tensorflow'],207.0,207.0,https://pypi.org/project/tf-explain,1855.0,1855.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +639,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-01-04 20:41:21.000000,2024-01-04 20:41:21,582.0,2.0,291.0,97.0,121.0,62.0,96.0,990.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'],37.0,,https://pypi.org/project/astroML,976.0,1522.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42094.0,,,,,3.0,,,2022-03-01 20:02:01.000,37.0,,,,,,,,,,,,,,,,,, +640,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,,149.0,23.0,46.0,15.0,82.0,906.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2371.0,2356.0,https://pypi.org/project/kapre,1006.0,1006.0,,,,,,,,3.0,,26.0,2022-01-21 20:09:21.000,15.0,,,,,,,,,,,,,,,,,, +641,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,,82.0,14.0,77.0,219.0,218.0,846.0,"Experiment tracking, ML developer tools.",29.0,22,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,89.0,89.0,https://pypi.org/project/guildai,538.0,538.0,,,,,,,,3.0,,14.0,2022-05-11 01:13:31.000,,,,,,,,,,,,,,,,,,, +642,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,25.0,594.0,62.0,511.0,839.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,3652.0,3652.0,,,,,,,,3.0,,,2022-02-10 15:55:46.374,6.0,,,,,,,,,,,,,,,,,, +643,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,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,2.0,82.0,19.0,153.0,24.0,82.0,821.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,22,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,1054.0,1267.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7687.0,,,,,3.0,,,2023-10-02 19:57:48.000,1.0,,,,,,,,,,,,,,,,,, +644,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,74.0,6.0,5.0,4.0,23.0,810.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],414.0,401.0,https://pypi.org/project/iterative-stratification,86262.0,86262.0,,,,,,,,3.0,,,2021-10-03 18:49:49.000,13.0,,,,,,,,,,,,,,,,,, +645,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,2023-11-06 22:17:29.000000,2023-11-06 22:11:24,461.0,3.0,72.0,26.0,160.0,40.0,62.0,749.0,,26.0,22,False,2023-11-06 22:17:30.000,1.8.0,9.0,objax,,,,['jax'],47.0,47.0,https://pypi.org/project/objax,529.0,529.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +646,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,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,71763.0,71763.0,,,,,,,,3.0,,18.0,2019-12-01 01:19:50.000,26.0,,,,,,,,,,,,,,,,,, +647,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,683.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,,,,386.0,380.0,https://pypi.org/project/vecstack,23974.0,24032.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1870.0,,,,,3.0,,,2019-08-12 16:01:22.000,6.0,,,,,,,,,,,,,,,,,, +648,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-01-24 17:26:41.000000,2024-01-24 14:11:17,865.0,4.0,102.0,44.0,79.0,48.0,28.0,606.0,Bias and Fairness Audit Toolkit.,19.0,22,True,2020-12-16 11:48:14.000,0.42.0,16.0,aequitas,,,,,155.0,148.0,https://pypi.org/project/aequitas,2693.0,2693.0,,,,,,,,3.0,,,2020-12-16 11:48:14.000,7.0,,,,,,,,,,,,,,,,,, +649,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,27.0,23.0,57.0,35.0,595.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,,,,421.0,399.0,https://pypi.org/project/hpbandster,9519.0,10012.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18269.0,,,,,3.0,,,2018-11-06 12:56:55.000,22.0,,,,,,,,,,,,,,,,,, +650,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-01-10 13:18:56.000000,2023-12-07 19:31:40,331.0,2.0,131.0,20.0,39.0,13.0,79.0,531.0,Medical image processing in Python.,18.0,22,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1714.0,1670.0,https://pypi.org/project/MedPy,17710.0,18428.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,22264.0,,,,,3.0,,,2019-02-14 17:12:59.000,44.0,,,,,,,,,,,,,,,,,, +651,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-01-21 21:20:26.000000,2023-12-29 21:08:41,477.0,31.0,55.0,26.0,9.0,13.0,32.0,512.0,Active Learning for Text Classification in Python.,6.0,22,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",25.0,25.0,https://pypi.org/project/small-text,580.0,866.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5158.0,,,,,3.0,,,2023-12-29 21:17:11.000,,,,,,,,,,,,,,,,,,, +652,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,482.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,,,,,98.0,90.0,https://pypi.org/project/apricot-select,3861.0,3861.0,,,,,,,,3.0,,27.0,2021-02-18 06:55:02.000,8.0,,,,,,,,,,,,,,,,,, +653,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-01-25 13:31:00.000000,2024-01-25 13:26:42,1696.0,74.0,64.0,6.0,199.0,44.0,78.0,460.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,22.0,21.0,https://pypi.org/project/quantus,489.0,495.0,,,,,,,,3.0,,148.0,2023-12-05 11:42:47.000,1.0,,,,,,,,,,,,,,,,,, +654,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-01-21 13:19:20.000000,2023-03-05 00:16:57,419.0,,96.0,36.0,276.0,69.0,173.0,454.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,76.0,74.0,https://pypi.org/project/tick,1192.0,1195.0,,,,,,,,3.0,,295.0,2020-05-24 22:01:17.000,2.0,,,,,,,,,,,,,,,,,, +655,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,21.0,96.0,18.0,9.0,5.0,38.0,431.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,51.0,51.0,https://pypi.org/project/chefboost,1718.0,1718.0,,,,,,,,3.0,,,2022-02-16 06:14:54.000,,,,,,,,,,,,,,,,,,, +656,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,412.0,optimization routines for hyperparameter tuning.,9.0,22,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,125.0,111.0,https://pypi.org/project/optunity,4911.0,4911.0,,,,,,,,3.0,,90.0,2015-09-30 05:02:00.000,14.0,,,,,,,,,,,,,,,,,, +657,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-01-14 19:14:51.000000,2024-01-03 08:17:42,657.0,11.0,60.0,30.0,438.0,11.0,91.0,366.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2023-07-18 13:09:18.000,4.0.0,28.0,vega,conda-forge/vega,,,['jupyter'],4.0,4.0,https://pypi.org/project/vega,18881.0,25184.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,573657.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +658,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,13.0,9.0,4.0,12.0,229.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,,,,1008.0,962.0,https://pypi.org/project/py3nvml,72543.0,73977.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,55946.0,,,,,3.0,,,2021-11-22 14:30:25.000,46.0,,,,,,,,,,,,,,,,,, +659,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,2021-12-28 13:59:30.000000,2018-07-23 21:04:09,90.0,,26.0,7.0,18.0,3.0,9.0,154.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,7.0,stop-words,,,,,2090.0,2090.0,https://pypi.org/project/stop-words,110389.0,110389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +660,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-01-22 00:19:31.000000,2023-02-07 10:12:31,47.0,,2156.0,148.0,89.0,238.0,286.0,12402.0,End-to-End Object Detection with Transformers.,26.0,21,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +661,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1097.0,99.0,48.0,363.0,280.0,6103.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,21,True,,,,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,7.0,7.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +662,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,,379.0,208.0,9.0,6.0,16.0,3142.0,TensorFlow Reinforcement Learning.,13.0,21,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],144.0,141.0,https://pypi.org/project/trfl,749.0,749.0,,,,,,,,3.0,,,2021-08-16 12:19:16.000,3.0,google-deepmind/trfl,,,,,,,,,,,,,,,,, +663,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,,440.0,166.0,120.0,14.0,112.0,2925.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +664,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,,360.0,86.0,4.0,3.0,18.0,2135.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,280.0,280.0,,,,,,,,3.0,,,2018-01-09 08:00:24.000,1.0,,,,,,,,,,,,,,,,,, +665,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,85.0,41.0,47.0,12.0,74.0,2063.0,The friendly PIL fork.,385.0,21,False,,,,pillow-simd,,,,,,,https://pypi.org/project/pillow-simd,48236.0,48236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +666,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,2023-07-27 13:04:15.000000,2023-07-27 13:04:12,336.0,,334.0,42.0,68.0,155.0,95.0,1838.0,Super easy library for BERT based NLP models.,36.0,21,True,2020-07-09 12:05:40.000,1.8.0,5.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,1210.0,1210.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +667,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1647.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,67.0,67.0,,,,,,,,3.0,,,2022-01-20 15:18:44.000,,,,,,,,,,,,,,,,,,, +668,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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,15.0,33.0,1632.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'],52.0,46.0,https://pypi.org/project/antialiased-cnns,3515.0,3515.0,,,,,,,,3.0,,,2020-10-23 22:42:49.000,6.0,,,,,,,,,,,,,,,,,, +669,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-01-21 21:25:55.000000,2024-01-21 21:25:55,370.0,2.0,138.0,17.0,70.0,17.0,34.0,1600.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,16.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],19.0,19.0,https://pypi.org/project/pythae,4783.0,4783.0,,,,,,,,3.0,,,2023-09-06 15:46:59.000,,,,,,,,,,,,,,,,,,, +670,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,2023-09-15 04:35:29.000000,2023-09-15 04:35:29,906.0,,208.0,57.0,52.0,73.0,149.0,1522.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,35.0,21,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,358.0,389.0,,,,,,,,3.0,,2742.0,2020-03-13 12:36:30.000,,,,,,,,,,,,,,,,,,, +671,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,,358.0,62.0,47.0,37.0,72.0,1476.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-06-03 13:51:56.000,1.0.0,5.0,anago,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/anago,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +672,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,66.0,51.0,23.0,75.0,1462.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,209.0,209.0,,,,,,,,3.0,,,2020-08-25 09:32:37.000,,,,,,,,,,,,,,,,,,, +673,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,,219.0,64.0,48.0,36.0,90.0,1252.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,34.0,https://pypi.org/project/tensorrec,220.0,220.0,,,,,,,,3.0,,,2019-04-02 00:53:47.000,3.0,,,,,,,,,,,,,,,,,, +674,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2023-10-17 15:42:35.000000,2023-10-17 15:42:30,833.0,,327.0,51.0,791.0,5.0,300.0,1196.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'],2.0,,https://pypi.org/project/sockeye,874.0,874.0,,,,,,,,3.0,,17.0,2023-03-03 07:51:00.411,2.0,,,,,,,,,,,,,,,,,, +675,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,66.0,29.0,31.0,12.0,1138.0,Anomaly Detection and Correlation library.,9.0,21,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,7444.0,7444.0,,,,,,,,3.0,,,2017-12-11 06:04:15.000,15.0,,,,,,,,,,,,,,,,,, +676,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2023-07-16 15:34:00.704000,2023-07-16 15:16:10,420.0,,146.0,93.0,117.0,33.0,45.0,1121.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,21,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,100.0,99.0,https://pypi.org/project/pfrl,829.0,829.0,,,,,,,,3.0,,,2023-07-16 15:34:00.704,1.0,,,,,,,,,,,,,,,,,, +677,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,,208.0,28.0,61.0,54.0,60.0,1056.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,129.0,119.0,https://pypi.org/project/fastfm,339.0,344.0,,,,,,,,3.0,,593.0,2017-11-23 06:59:56.000,10.0,,,,,,,,,,,,,,,,,, +678,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,,248.0,48.0,46.0,26.0,127.0,1043.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,2.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,202.0,202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +679,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,2023-07-24 18:18:54.000000,2022-05-13 18:48:12,83.0,,181.0,24.0,58.0,10.0,27.0,919.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",16.0,21,False,2022-06-14 18:11:08.000,0.2.0,11.0,saliency,,,,['tensorflow'],81.0,75.0,https://pypi.org/project/saliency,4547.0,4547.0,,,,,,,,3.0,,,2022-06-14 18:11:08.000,6.0,,,,,,,,,,,,,,,,,, +680,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-01-09 01:44:29.000000,2023-04-27 23:44:02,329.0,,158.0,29.0,109.0,65.0,56.0,868.0,Source code/webpage/demos for the What-If Tool.,20.0,21,True,2021-10-12 17:36:36.000,1.8.1,4.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,2.0,2.0,https://pypi.org/project/witwidget,2346.0,52812.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2121832.0,,,,,3.0,,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,,,1122.0,,,,,,,,,,,, +681,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,,160.0,38.0,46.0,43.0,49.0,781.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,98.0,89.0,https://pypi.org/project/deeplift,449.0,449.0,,,,,,,,3.0,,,2020-11-11 09:32:57.000,9.0,,,,,,,,,,,,,,,,,, +682,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-01-15 14:56:07.000000,2023-12-29 01:45:38,174.0,22.0,34.0,9.0,47.0,1.0,12.0,743.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",9.0,21,True,2023-12-29 01:46:22.000,1.0.3,27.0,uform,,,,['pytorch'],15.0,15.0,https://pypi.org/project/uform,2015.0,2015.0,,,,,,,,3.0,,,2023-12-29 01:46:22.000,,,,,,,,,,,,,,,,,,, +683,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,,144.0,25.0,19.0,26.0,5.0,733.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'],605.0,591.0,https://pypi.org/project/treeinterpreter,43726.0,43884.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6185.0,,,,,3.0,,,2021-01-10 20:12:39.000,14.0,,,,,,,,,,,,,,,,,, +684,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,2023-12-29 00:14:59.843000,2023-10-11 13:01:19,594.0,,126.0,16.0,53.0,29.0,121.0,730.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,32.0,21,True,2023-10-12 06:54:28.000,1.6.3,32.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],,,https://pypi.org/project/torch-cluster,11549.0,13536.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,87441.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +685,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-01-23 13:21:05.000000,2024-01-15 01:52:35,490.0,4.0,100.0,31.0,557.0,197.0,245.0,649.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,3569.0,3569.0,,,,,,,,3.0,,,2023-08-29 16:27:32.000,1.0,,,,,,,,,,,,,,,,,, +686,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,,105.0,30.0,1.0,13.0,3.0,632.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,True,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",607.0,599.0,https://pypi.org/project/combo,15209.0,15209.0,,,,,,,,3.0,,,2022-04-02 16:20:07.000,8.0,,,,,,,,,,,,,,,,,, +687,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,301.0,594.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,235.0,235.0,,,,,,,,3.0,,,2022-08-16 19:50:37.507,1.0,,,,,,,,,,,,,,,,,, +688,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,2023-02-14 11:18:28.000000,2023-02-14 11:18:28,249.0,,89.0,26.0,31.0,28.0,6.0,569.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'],365.0,358.0,https://pypi.org/project/skope-rules,15776.0,15776.0,,,,,,,,3.0,,,2020-01-25 12:01:37.000,7.0,,,,,,,,,,,,,,,,,, +689,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,15.0,548.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,48.0,48.0,https://pypi.org/project/recmetrics,11184.0,11184.0,,,,,,,,3.0,,5.0,2022-04-26 17:57:01.000,,,,,,,,,,,,,,,,,,, +690,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,54.0,11.0,20.0,12.0,37.0,520.0,Joyplots in Python with matplotlib & pandas.,6.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,342.0,333.0,https://pypi.org/project/joypy,8256.0,8668.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,23922.0,,,,,3.0,,,2021-12-19 09:42:50.000,9.0,,,,,,,,,,,,,,,,,, +691,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,3.0,54.0,60.0,9.0,23.0,25.0,516.0,Python library assists deep learning on graphs.,18.0,21,True,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,83.0,82.0,https://pypi.org/project/deepsnap,430.0,430.0,,,,,,,,3.0,,10.0,2021-09-05 22:57:16.000,1.0,,,,,,,,,,,,,,,,,, +692,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,2.0,41.0,12.0,11.0,9.0,52.0,481.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,21,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,30.0,25.0,https://pypi.org/project/hyperactive,3372.0,3374.0,,,,,,,,3.0,,130.0,2023-10-24 14:03:36.000,5.0,,,,,,,,,,,,,,,,,, +693,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-01-15 10:30:51.000000,2023-12-11 07:05:24,4782.0,71.0,38.0,13.0,1.0,2.0,80.0,400.0,Deep Learning PyTorch.,1.0,21,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,433.0,433.0,,,,,,,,3.0,,,2024-01-09 05:17:07.000,,,,,,,,,,,,,,,,,,, +694,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-01-23 19:59:46.000000,2024-01-23 19:52:41,5593.0,15.0,89.0,15.0,740.0,28.0,435.0,394.0,Lightwood is Legos for Machine Learning.,44.0,21,False,2024-01-10 21:22:19.000,23.12.4.0,202.0,lightwood,,,,['pytorch'],2.0,,https://pypi.org/project/lightwood,4329.0,4329.0,,,,,,,,3.0,,,2023-12-25 13:15:52.000,2.0,,,,,,,,,,,,,,,,,, +695,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,,27.0,10.0,9.0,2.0,9.0,389.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'],968.0,962.0,https://pypi.org/project/julius,162538.0,162538.0,,,,,,,,3.0,,,2022-09-20 06:43:57.063,6.0,,,,,,,,,,,,,,,,,, +696,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,378.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,670.0,670.0,,,,,,,,3.0,,,2021-09-14 22:55:51.000,,,,,,,,,,,,,,,,,,, +697,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,,48.0,11.0,37.0,28.0,37.0,343.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,,,,,219.0,213.0,https://pypi.org/project/impyute,2729.0,2729.0,,,,,,,,3.0,,,2017-05-31 08:31:47.000,6.0,,,,,,,,,,,,,,,,,, +698,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-01-10 02:24:36.510000,2024-01-09 20:23:28,632.0,26.0,10.0,22.0,316.0,38.0,77.0,280.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-01-09 20:50:49.000,1.6.1,66.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,1513.0,6262.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-01-10 02:24:36.510,90179.0,,,,,3.0,,4986.0,2024-01-09 20:25:24.000,1.0,hex-inc/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-01-09 20:30:13.843,2.0,443.0,,,,,,,,,,,, +699,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-01-25 14:15:09.000000,2024-01-22 20:52:30,689.0,50.0,24.0,4.0,262.0,4.0,,272.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,21,False,2024-01-18 21:23:49.000,1.1.243,580.0,upgini,,,,,5.0,5.0,https://pypi.org/project/upgini,6733.0,6733.0,,,,,,,,3.0,,,2024-01-25 14:15:09.000,,,,,,,,,,,,,,,,,,, +700,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,5.0,68.0,27.0,31.0,30.0,113.0,258.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,,,,12.0,,https://pypi.org/project/somoclu,1403.0,3552.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,83172.0,,,,,3.0,,1852.0,2023-02-18 02:51:08.166,12.0,,,,,,,,,,,,,,,,,, +701,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-01-25 04:09:18.000000,2023-01-26 17:04:18,400.0,,103.0,19.0,392.0,68.0,86.0,250.0,An open-source toolkit for large-scale genomic analysis.,24.0,21,False,2022-04-21 00:32:28.000,1.2.1,15.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,59891.0,59999.0,https://anaconda.org/conda-forge/glow,2023-06-16 19:24:57.965,3805.0,,,,,3.0,,,2022-04-19 23:43:38.000,,,,,,,,,,,,,,,,,,, +702,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-01-18 07:16:13.000000,2024-01-18 07:16:12,582.0,6.0,32.0,24.0,635.0,21.0,127.0,233.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,21,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,1199.0,1220.0,,,,,,,,3.0,,995.0,2023-08-10 10:30:37.000,,,,,,,,,,,,,,,,,,, +703,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,,19.0,20.0,464.0,90.0,76.0,228.0,Functional tensors for probabilistic programming.,11.0,21,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],73.0,66.0,https://pypi.org/project/funsor,44121.0,44121.0,,,,,,,,3.0,,,2023-01-23 08:32:39.757,7.0,,,,,,,,,,,,,,,,,, +704,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,1.0,646.0,96.0,150.0,98.0,103.0,8340.0,The user analytics platform for LLMs.,40.0,20,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,850.0,850.0,,,,,,,,3.0,,,2023-06-18 11:03:00.511,2.0,nebuly-ai/nebuly,,,,,,,,,,,,,,,,, +705,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,,773.0,224.0,25.0,8.0,122.0,5321.0,Build Graph Nets in Tensorflow.,11.0,20,False,,,,graph-nets,,,,['tensorflow'],20.0,20.0,https://pypi.org/project/graph-nets,2258.0,2258.0,,,,,,,,3.0,,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +706,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,2023-10-06 13:06:28.000000,2023-08-15 07:38:22,956.0,,542.0,167.0,45.0,37.0,28.0,4172.0,High-performance TensorFlow library for quantitative finance.,47.0,20,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,582.0,582.0,,,,,,,,3.0,,,2022-08-19 12:40:54.257,2.0,,,,,,,,,,,,,,,,,, +707,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,,475.0,87.0,180.0,108.0,161.0,3544.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,36.0,60.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1324.0,3.0,,,2021-08-02 17:37:42.000,,,,,,,,,,,,,,,,,,, +708,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,97.0,16.0,53.0,17.0,3352.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,143.0,136.0,https://pypi.org/project/tensorwatch,701.0,701.0,,,,,,,,3.0,,,2020-03-04 07:26:22.000,7.0,,,,,,,,,,,,,,,,,, +709,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,,317.0,60.0,242.0,173.0,109.0,3028.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,True,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,1391.0,1404.0,,,,,,,,3.0,,672.0,2022-11-03 06:46:55.989,2.0,,,,,,,,,,,,,,,,,, +710,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,,327.0,74.0,2.0,18.0,7.0,2904.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,20,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],194.0,186.0,https://pypi.org/project/adabound,916.0,916.0,,,,,,,,3.0,,,2019-02-26 04:23:45.000,8.0,,,,,,,,,,,,,,,,,, +711,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,102.0,54.0,64.0,48.0,2900.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,287.0,287.0,,,,,,,,3.0,,,2017-02-13 14:54:48.000,4.0,rhsimplex/image-match,,,,,,,,,,,,,,,,, +712,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,,322.0,102.0,1000.0,87.0,260.0,2819.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,,,,,,,,,,,,,,,,,,,,,, +713,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,2023-12-15 22:52:18.000000,2023-12-15 22:50:38,766.0,1.0,356.0,92.0,547.0,83.0,92.0,2737.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,20,True,2019-05-09 10:06:22.000,1.0.0,1.0,tensorflow-graphics,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-graphics,7975.0,7975.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +714,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,,455.0,127.0,225.0,87.0,183.0,2292.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,127.0,127.0,,,,,,,,3.0,,,2019-10-10 14:17:10.000,2.0,,,,,,,,,,,,,,,,,, +715,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,233.0,62.0,105.0,24.0,56.0,2091.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,2.0,pycls,,,,['pytorch'],16.0,16.0,https://pypi.org/project/pycls,1278.0,1278.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +716,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,,250.0,54.0,35.0,15.0,105.0,2018.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,3316.0,3316.0,,,,,,,,3.0,,,2021-11-06 23:09:00.000,,,,,,,,,,,,,,,,,,, +717,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,,175.0,55.0,895.0,129.0,586.0,1874.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,19.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +718,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,,2012-01-11 13:53:52.000,2023-07-18 11:41:11.000000,2022-01-30 01:22:30,743.0,,209.0,38.0,111.0,54.0,42.0,1695.0,"Large-scale linear classification, regression and ranking in Python.",17.0,20,False,2022-01-30 01:10:13.000,0.6.2.post0,4.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],146.0,146.0,https://pypi.org/project/sklearn-contrib-lightning,1233.0,3508.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,203600.0,,,,,3.0,,409.0,,,,,,,,,,,,,,,,,,,, +719,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,2023-10-11 20:58:29.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,1.0,74.0,1577.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'],,,https://pypi.org/project/delta-nlp,22.0,256.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,,,,, +720,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,275.0,74.0,728.0,13.0,64.0,1566.0,An end-to-end PyTorch framework for image and video classification.,77.0,20,True,2023-03-21 05:24:19.000,0.7.0,7.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],,,https://pypi.org/project/classy_vision,490.0,879.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18683.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +721,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,,140.0,101.0,150.0,21.0,20.0,1552.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,22.0,21.0,https://pypi.org/project/lore,712.0,712.0,,,,,,,,3.0,,,2022-02-18 18:01:38.000,1.0,,,,,,,,,,,,,,,,,, +722,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,,157.0,46.0,3.0,13.0,15.0,1528.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'],22.0,22.0,https://pypi.org/project/lambda-networks,1257.0,1257.0,,,,,,,,3.0,,,2020-11-18 08:19:23.000,,,,,,,,,,,,,,,,,,, +723,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,,400.0,102.0,36.0,11.0,24.0,1413.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'],31.0,31.0,https://pypi.org/project/dltk,68.0,68.0,,,,,,,,3.0,,,2018-02-26 17:43:57.000,,,,,,,,,,,,,,,,,,, +724,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,2023-06-16 19:27:46.249000,2022-08-31 13:13:15,103.0,,80.0,40.0,14.0,12.0,27.0,1272.0,A Graph Neural Network Library in Jax.,17.0,20,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],147.0,134.0,https://pypi.org/project/jraph,5866.0,6021.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4188.0,,,,,3.0,,,2022-08-12 15:25:29.659,13.0,google-deepmind/jraph,,,,,,,,,,,,,,,,, +725,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2023-12-13 18:40:36.000000,2023-12-13 18:40:36,436.0,9.0,186.0,61.0,7.0,13.0,29.0,1016.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,179.0,179.0,,,,,,,,3.0,,,2020-08-29 18:44:15.000,,,,,,,,,,,,,,,,,,, +726,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,56.0,14.0,30.0,19.0,1012.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,,,,181.0,169.0,https://pypi.org/project/geoplotlib,596.0,848.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8066.0,,,,,3.0,,,2016-07-27 14:55:01.000,12.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,1009.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'],79.0,75.0,https://pypi.org/project/tensornets,63.0,63.0,,,,,,,,3.0,,,2020-03-31 04:35:15.000,4.0,,,,,,,,,,,,,,,,,, +728,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,130.0,25.0,76.0,43.0,36.0,997.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,248575.0,248743.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7752.0,,,,,3.0,,,2020-04-17 02:18:00.000,2.0,,,,,,,,,,,,,,,,,, +729,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2023-09-04 22:14:55.000000,2023-09-04 22:14:55,303.0,,87.0,18.0,72.0,18.0,42.0,927.0,Audio processing by using pytorch 1D convolution network.,15.0,20,True,2022-10-09 13:50:13.300,0.3.2,39.0,nnAudio,,,,,157.0,154.0,https://pypi.org/project/nnAudio,4164.0,4164.0,,,,,,,,3.0,,,2021-12-24 09:38:22.000,3.0,,,,,,,,,,,,,,,,,, +730,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,,133.0,36.0,16.0,8.0,3.0,922.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3612.0,3600.0,https://pypi.org/project/nudepy,1018.0,1018.0,,,,,,,,3.0,,,2020-11-23 13:49:17.000,12.0,,,,,,,,,,,,,,,,,, +731,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,127.0,17.0,24.0,27.0,39.0,801.0,python partial dependence plot toolbox.,7.0,20,True,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,21473.0,21838.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19758.0,,,,,3.0,,,2021-03-14 16:21:17.000,26.0,,,,,,,,,,,,,,,,,, +732,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,76.0,98.0,51.0,43.0,753.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,18123.0,18123.0,,,,,,,,3.0,,,2018-05-16 14:20:28.000,1.0,,,,,,,,,,,,,,,,,, +733,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-01-24 09:35:21.000000,2024-01-24 09:35:21,1149.0,39.0,123.0,30.0,965.0,15.0,50.0,752.0,Machine learning framework for both deep learning and traditional algorithms.,35.0,20,True,2021-06-22 05:25:53.000,NeoML-master_2.0.5.0,2.0,neoml,,,,,,,https://pypi.org/project/neoml,562.0,562.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +734,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,2023-07-02 20:27:29.000000,2021-07-30 15:06:27,104.0,,128.0,30.0,28.0,21.0,34.0,752.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'],44.0,42.0,https://pypi.org/project/sklearn-deap,223.0,223.0,,,,,,,,3.0,,,2021-07-30 15:13:54.000,2.0,,,,,,,,,,,,,,,,,, +735,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,25.0,39.0,750.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,20,True,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,114.0,98.0,https://pypi.org/project/NearPy,634.0,634.0,,,,,,,,3.0,,,2016-09-27 13:03:12.000,16.0,,,,,,,,,,,,,,,,,, +736,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,62.0,23.0,47.0,10.0,17.0,737.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,535.0,1510.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22434.0,,,,,3.0,,,2023-08-29 06:52:02.000,2.0,,,,,,,,,,,,,,,,,, +737,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-01-14 17:42:25.000000,2024-01-08 12:42:48,1503.0,1.0,79.0,36.0,648.0,22.0,118.0,696.0,Scikit-learn style model finetuning for NLP.,23.0,20,True,2019-01-18 20:10:51.000,0.5.14,15.0,finetune,,,,"['tensorflow', 'sklearn']",11.0,11.0,https://pypi.org/project/finetune,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +738,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,,52.0,30.0,12.0,11.0,15.0,629.0,Log TensorBoard events without touching TensorFlow.,5.0,20,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,221.0,167.0,https://pypi.org/project/tensorboard_logger,5649.0,5649.0,,,,,,,,3.0,,,2018-02-08 07:28:51.000,54.0,,,,,,,,,,,,,,,,,, +739,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,105.0,24.0,25.0,43.0,61.0,608.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'],158.0,156.0,https://pypi.org/project/detecto,1558.0,1671.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3532.0,,,,,3.0,,,2022-02-02 00:12:06.000,2.0,,,,,,,,,,,,,,,,,, +740,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,29.0,31.0,5.0,24.0,560.0,Python module for machine learning time series:.,14.0,20,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,48.0,46.0,https://pypi.org/project/seglearn,531.0,531.0,,,,,,,,3.0,,,2021-03-13 16:18:30.000,2.0,,,,,,,,,,,,,,,,,, +741,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,,165.0,57.0,20.0,39.0,60.0,535.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,33.0,28.0,https://pypi.org/project/pyhsmm,62.0,62.0,,,,,,,,3.0,,,2017-05-10 17:14:37.000,5.0,,,,,,,,,,,,,,,,,, +742,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,2023-12-29 09:08:36.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,477.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,6369.0,6372.0,,,,,,,,3.0,,138.0,2023-07-18 10:32:00.587,2.0,,,,,,,,,,,,,,,,,, +743,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-01-20 21:41:29.000000,2024-01-10 08:10:55,2818.0,84.0,60.0,12.0,255.0,9.0,109.0,416.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,20,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,54.0,54.0,,,,,,,,3.0,,,2022-04-12 08:56:50.000,,,,,,,,,,,,,,,,,,, +744,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,,80.0,20.0,247.0,10.0,23.0,397.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,1158.0,1158.0,,,,,,,,3.0,,17.0,2022-04-28 16:34:21.000,1.0,,,,,,,,,,,,,,,,,, +745,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,,69.0,24.0,48.0,15.0,19.0,390.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],47.0,,https://pypi.org/project/skrebate,3604.0,4049.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32042.0,,,,,3.0,4.0,,2021-03-20 17:11:52.000,47.0,,,,,,,,,,,,,,,,,, +746,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,33.0,184.0,359.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,31.0,17.0,https://pypi.org/project/TimeSide,74.0,74.0,,,,,,,,3.0,,,2020-11-27 09:33:19.000,14.0,yomguy/TimeSide,,,,,,,,,,,,,,,,, +747,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-01-09 17:09:55.000000,2023-11-17 08:50:12,72.0,3.0,57.0,8.0,11.0,11.0,18.0,357.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,76.0,72.0,https://pypi.org/project/textaugment,3745.0,3746.0,,,,,,,,3.0,,64.0,2023-11-16 20:49:04.000,4.0,,,,,,,,,,,,,,,,,, +748,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,,46.0,26.0,19.0,15.0,16.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'],239.0,233.0,https://pypi.org/project/mxboard,1553.0,1553.0,,,,,,,,3.0,,,2018-05-22 20:25:51.000,6.0,,,,,,,,,,,,,,,,,, +749,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,11.0,42.0,13.0,63.0,3.0,56.0,313.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,20,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,287.0,287.0,,,,,,,,3.0,,,2022-03-10 14:57:02.000,2.0,,,,,,,,,,,,,,,,,, +750,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,,33.0,18.0,6.0,18.0,21.0,306.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,20,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],83.0,82.0,https://pypi.org/project/dm-launchpad,934.0,934.0,,,,,,,,3.0,3.0,,2022-04-28 06:23:38.000,1.0,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +751,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,2023-03-23 15:39:49.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,41.0,8.0,10.0,287.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']",18.0,16.0,https://pypi.org/project/sk-dist,273682.0,273682.0,,,,,,,,3.0,,,2020-05-14 22:20:14.000,2.0,,,,,,,,,,,,,,,,,, +752,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,14.0,74.0,22.0,431.0,28.0,51.0,266.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,144.0,144.0,,,,,,,,3.0,,,2023-11-22 19:01:05.000,,,,,,,,,,,,,,,,,,, +753,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-01-02 08:24:08.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,161.0,19.0,62.0,236.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:55:19.000,0.2.3,6.0,pyrdf2vec,,,,,39.0,39.0,https://pypi.org/project/pyrdf2vec,200.0,200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +754,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:02:54.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,228.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:02:54.000,0.4.6,12.0,pyfasttext,,,,,393.0,393.0,https://pypi.org/project/pyfasttext,1309.0,1313.0,,,,,,,,3.0,,365.0,,,,,,,,,,,,,,,,,,,, +755,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,210.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,73.0,71.0,https://pypi.org/project/numerizer,60359.0,60359.0,,,,,,,,3.0,,,2023-01-03 08:08:01.830,2.0,,,,,,,,,,,,,,,,,, +756,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,11.0,1028.0,120.0,24.0,11.0,352.0,4173.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,19,True,,,,,,,,,3.0,3.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +757,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,,168.0,66.0,54.0,6.0,44.0,3074.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,19,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,87.0,87.0,,,,,,,,3.0,,40.0,2021-11-19 16:45:29.543,,,,,,,,,,,,,,,,,,, +758,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2023-10-11 16:38:54.000000,2021-06-15 18:41:51,22.0,,261.0,33.0,19.0,27.0,37.0,2923.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,1555.0,1555.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +759,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,,170.0,22.0,20.0,15.0,30.0,1545.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,54.0,54.0,,,,,,,,3.0,,28.0,2022-03-24 23:19:13.000,,,,,,,,,,,,,,,,,,, +760,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,41.0,43.0,1028.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'],116.0,111.0,https://pypi.org/project/performer-pytorch,1541.0,1541.0,,,,,,,,3.0,,,2022-02-02 20:34:04.000,5.0,,,,,,,,,,,,,,,,,, +761,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,,165.0,18.0,42.0,22.0,59.0,860.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,,,,168.0,165.0,https://pypi.org/project/robustness,692.0,887.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8017.0,,,,,3.0,,,2020-12-01 06:21:33.000,3.0,,,,,,,,,,,,,,,,,, +762,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,15.0,24.0,58.0,69.0,845.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,93.0,92.0,https://pypi.org/project/pytorch2keras,506.0,506.0,,,,,,,,3.0,,,2020-05-14 10:03:56.000,1.0,,,,,,,,,,,,,,,,,, +763,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,3.0,81.0,14.0,35.0,3.0,23.0,788.0,Leave One Feature Out Importance.,6.0,19,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,31.0,27.0,https://pypi.org/project/lofo-importance,1034.0,1034.0,,,,,,,,3.0,,,2024-01-16 09:19:50.000,4.0,,,,,,,,,,,,,,,,,, +764,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,101.0,26.0,48.0,19.0,35.0,724.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,,,,,26.0,24.0,https://pypi.org/project/matrixprofile-ts,351.0,351.0,,,,,,,,3.0,,,2019-08-08 01:24:38.000,2.0,,,,,,,,,,,,,,,,,, +765,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,2023-12-03 18:38:28.000000,2023-12-03 18:37:11,285.0,9.0,106.0,17.0,21.0,,85.0,657.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",11.0,19,True,2023-12-03 18:38:28.000,0.0.82,36.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,3629.0,3629.0,,,,,,,,3.0,,,2023-12-03 18:38:28.000,,,,,,,,,,,,,,,,,,, +766,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-01-23 00:12:47.000000,2021-09-16 17:56:31,171.0,,143.0,35.0,81.0,14.0,55.0,605.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'],22.0,19.0,https://pypi.org/project/tcav,95.0,95.0,,,,,,,,3.0,,,2021-02-23 16:17:42.000,3.0,,,,,,,,,,,,,,,,,, +767,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,4.0,38.0,15.0,18.0,,20.0,584.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,19,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,193.0,193.0,,,,,,,,3.0,,,2022-05-04 20:51:15.000,,,,,,,,,,,,,,,,,,, +768,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,567.0,Make Waffle Charts in Python.,6.0,19,False,,,5.0,pywaffle,conda-forge/pywaffle,,,,314.0,314.0,https://pypi.org/project/pywaffle,3312.0,3498.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11379.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +769,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,13.0,22.0,562.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,292.0,292.0,,,,,,,,3.0,,,2020-10-16 03:10:01.000,4.0,,,,,,,,,,,,,,,,,, +770,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,557.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],134.0,129.0,https://pypi.org/project/poutyne,3665.0,3665.0,,,,,,,,3.0,,,2022-04-28 20:18:33.000,5.0,,,,,,,,,,,,,,,,,, +771,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,,67.0,12.0,10.0,22.0,41.0,520.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,,,,,46.0,46.0,https://pypi.org/project/fastt5,1226.0,1226.0,,,,,,,,3.0,,,2022-04-05 03:23:12.000,,,,,,,,,,,,,,,,,,, +772,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,1.0,96.0,26.0,6.0,3.0,31.0,483.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,19,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,936.0,936.0,,,,,,,,3.0,,,2022-06-01 23:08:15.000,2.0,,,,,,,,,,,,,,,,,, +773,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2023-08-12 16:28:59.000000,2023-08-12 16:28:59,266.0,,105.0,20.0,56.0,27.0,20.0,468.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,19,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,66.0,58.0,https://pypi.org/project/rrcf,2106.0,2106.0,,,,,,,,3.0,,,2023-04-30 02:25:49.592,8.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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,20952.0,20952.0,,,,,,,,3.0,,,2018-12-19 10:27:54.000,2.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,,30.0,16.0,148.0,39.0,66.0,461.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']",43.0,43.0,https://pypi.org/project/elegy,208.0,208.0,,,,,,,,3.0,,,2022-04-22 15:42:03.000,,,,,,,,,,,,,,,,,,, +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,5.0,105.0,71.0,7.0,15.0,19.0,419.0,semantic similarity framework for knowledge graph.,10.0,19,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,46.0,https://pypi.org/project/sematch,177.0,177.0,,,,,,,,3.0,,,2017-04-17 10:56:52.000,3.0,,,,,,,,,,,,,,,,,, +777,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-01-08 17:42:09.000000,2023-12-05 10:10:07,457.0,25.0,49.0,14.0,77.0,13.0,35.0,230.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,19,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,4597.0,4597.0,,,,,,,,3.0,,,2022-02-08 01:23:07.000,1.0,,,,,,,,,,,,,,,,,, +778,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-01-19 14:52:18.000000,2024-01-19 14:38:23,853.0,24.0,17.0,8.0,180.0,11.0,21.0,149.0,Toolkit for developing and maintaining ML models.,14.0,19,False,2024-01-19 16:32:14.000,0.1.1,34.0,modelkit,,,,,,,https://pypi.org/project/modelkit,3003.0,3003.0,,,,,,,,3.0,,,2024-01-19 14:52:18.000,,,,,,,,,,,,,,,,,,, +779,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-01-02 19:42:45.000000,2020-04-18 19:15:25,24.0,,917.0,131.0,39.0,31.0,10.0,7195.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,18,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],36.0,34.0,https://pypi.org/project/micrograd,579.0,579.0,,,,,,,,3.0,,,2020-04-18 19:06:59.000,2.0,,,,,,,,,,,,,,,,,, +780,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,,765.0,339.0,58.0,2.0,,6647.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,103.0,110.0,,,,,,,,3.0,,328.0,2018-02-17 00:12:46.000,,,,,,,,,,,,,,,,,,, +781,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,,871.0,109.0,51.0,45.0,159.0,6172.0,Model parallel transformers in JAX and Haiku.,23.0,18,True,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +782,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,,413.0,108.0,83.0,67.0,48.0,2928.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'],,,,,108.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8541.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +783,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-01-24 23:42:36.000000,2024-01-23 18:13:33,651.0,17.0,366.0,37.0,777.0,149.0,106.0,2731.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,76.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +784,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,819.0,86.0,30.0,31.0,80.0,2617.0,DeepWalk - Deep Learning for Graphs.,10.0,18,False,2014-11-19 19:20:33.000,1.0.2,1.0,deepwalk,,,,,69.0,69.0,https://pypi.org/project/deepwalk,851.0,851.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +785,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,26.0,1004.0,127.0,65.0,1638.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,319.0,319.0,,,,,,,,3.0,,,2021-01-25 21:51:16.000,1.0,,,,,,,,,,,,,,,,,, +786,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,,251.0,57.0,65.0,8.0,31.0,1359.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,35.0,35.0,,,,,,,,3.0,,,2018-12-05 02:48:50.000,,,,,,,,,,,,,,,,,,, +787,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,,96.0,41.0,13.0,13.0,9.0,1265.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,18,False,,,,doc2text,,,,,115.0,115.0,https://pypi.org/project/doc2text,1366.0,1366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +788,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,,188.0,33.0,15.0,18.0,22.0,786.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'],14.0,13.0,https://pypi.org/project/tffm,45.0,45.0,,,,,,,,3.0,,,2022-01-17 20:35:57.000,1.0,,,,,,,,,,,,,,,,,, +789,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,594.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,15.0,baikal,conda-forge/cython-blis,,,,11.0,10.0,https://pypi.org/project/baikal,356.0,51362.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2040262.0,,,,,3.0,,,2020-11-15 13:40:18.000,1.0,,,,,,,,,,,,,,,,,, +790,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,18.0,18.0,https://pypi.org/project/atm,74.0,74.0,,,,,,,,3.0,,,2019-07-30 09:25:11.000,,,,,,,,,,,,,,,,,,, +791,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,2022-03-13 16:33:15.000000,2022-03-13 16:33:15,64.0,,50.0,18.0,7.0,16.0,4.0,473.0,Topological Data Analysis for Python.,4.0,18,False,2021-08-03 00:23:20.000,1.0.0,4.0,scikit-tda,,,,['sklearn'],50.0,50.0,https://pypi.org/project/scikit-tda,2523.0,2523.0,,,,,,,,3.0,,,2021-08-03 00:23:20.000,,,,,,,,,,,,,,,,,,, +792,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,,90.0,24.0,19.0,5.0,20.0,453.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'],12.0,12.0,https://pypi.org/project/caserecommender,126.0,126.0,,,,,,,,3.0,,,2021-11-25 23:19:05.000,,,,,,,,,,,,,,,,,,, +793,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,17.0,17.0,406.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,60.0,57.0,https://pypi.org/project/animatplot,421.0,638.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12843.0,,,,,3.0,,,2020-10-05 06:20:52.000,3.0,,,,,,,,,,,,,,,,,, +794,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-01-20 00:57:27.000000,2023-08-19 12:43:22,678.0,,61.0,30.0,79.0,15.0,25.0,354.0,A Python implementation of active inference for Markov Decision Processes.,14.0,18,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,169.0,169.0,,,,,,,,3.0,,,2022-12-08 15:25:01.498,,,,,,,,,,,,,,,,,,, +795,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-01-23 16:36:20.000000,2023-10-04 14:18:48,810.0,,23.0,7.0,68.0,27.0,19.0,345.0,Flexible time series feature extraction & processing.,6.0,18,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,11.0,11.0,https://pypi.org/project/tsflex,236.0,906.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,20104.0,,,,,3.0,,,2022-10-11 21:38:11.312,,,,,,,,,,,,,,,,,,, +796,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,2022-12-09 05:56:02.000000,2021-08-18 06:06:51,1404.0,,17.0,6.0,217.0,2.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,7.0,18,False,2020-08-21 04:45:06.000,0.7.0,21.0,camphr,,,,['spacy'],13.0,13.0,https://pypi.org/project/camphr,404.0,404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +797,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-01-16 18:36:21.000000,2024-01-16 18:36:16,318.0,2.0,78.0,26.0,328.0,21.0,9.0,328.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,34.0,18,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,1959.0,1959.0,,,,,,,,3.0,,,2022-12-13 19:06:03.653,,,,,,,,,,,,,,,,,,, +798,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,,51.0,11.0,60.0,17.0,41.0,325.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,37.0,33.0,https://pypi.org/project/parameter-sherpa,190.0,190.0,,,,,,,,3.0,,,2019-11-23 21:32:27.000,4.0,,,,,,,,,,,,,,,,,, +799,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,261.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:07:18.000,0.1.9,10.0,solt,,,,,51.0,51.0,https://pypi.org/project/solt,562.0,562.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +800,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,30.0,12.0,197.0,20.0,73.0,186.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,18,False,2020-10-12 12:26:09.000,0.5.1,3.0,celer,,,,['sklearn'],32.0,32.0,https://pypi.org/project/celer,514.0,514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +801,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,4.0,11.0,8.0,2.0,,5.0,180.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,18,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],10.0,8.0,https://pypi.org/project/ipyexperiments,274.0,274.0,,,,,,,,3.0,,,2023-12-15 03:21:06.000,2.0,,,,,,,,,,,,,,,,,, +802,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,126.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,,,,8769.0,8583.0,https://pypi.org/project/nvidia-ml-py3,307598.0,307633.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1063.0,,,,,3.0,,,2017-06-03 07:43:46.000,186.0,,,,,,,,,,,,,,,,,, +803,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,,1383.0,471.0,21.0,59.0,166.0,6970.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,,,,,,,,,,,,,,,,, +804,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,1537.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,47.0,69.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1686.0,3.0,,,2018-10-18 02:54:09.000,,,,,,,,,,,,,,,,,,, +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,,87.0,35.0,72.0,25.0,30.0,1095.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,2386.0,2386.0,,,,,,,,3.0,,,2021-02-14 02:43:46.000,,,,,,,,,,,,,,,,,,, +806,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,,148.0,45.0,5.0,3.0,7.0,1007.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,,,,,29.0,23.0,https://pypi.org/project/xai,194.0,194.0,,,,,,,,3.0,,,2021-10-30 06:33:26.000,6.0,,,,,,,,,,,,,,,,,, +807,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,,225.0,31.0,38.0,39.0,21.0,823.0,An open source python library for scalable Bayesian optimisation.,13.0,17,False,,,,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,7364.0,7364.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +808,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,13.0,13.0,8.0,16.0,747.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'],30.0,30.0,https://pypi.org/project/tensor-sensor,2584.0,2688.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2816.0,,,,,3.0,,,2021-12-11 21:24:35.000,,,,,,,,,,,,,,,,,,, +809,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,738.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,,,,,44.0,44.0,https://pypi.org/project/parallelformers,494.0,494.0,,,,,,,,3.0,,,2022-07-27 19:52:00.185,,,,,,,,,,,,,,,,,,, +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,,97.0,19.0,58.0,2.0,13.0,730.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,2021-10-06 07:29:20.000,2.0.3,13.0,caer,,,https://caer.rtfd.io,,,,https://pypi.org/project/caer,2874.0,2874.0,,,,,,,,3.0,,30.0,,,,,,,,,,,,,,,,,,,, +811,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,,122.0,43.0,435.0,25.0,130.0,701.0,GPU accelerated signal processing.,46.0,17,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,3.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,18.0,21.0,29.0,50.0,673.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,30.0,30.0,,,,,,,,3.0,,,2020-06-12 20:05:15.000,,,,,,,,,,,,,,,,,,, +813,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,121.0,19.0,17.0,67.0,24.0,519.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,17,False,,,,deepmatcher,,,,,25.0,25.0,https://pypi.org/project/deepmatcher,2197.0,2197.0,,,,,,,,3.0,-5.0,,,,,,,,,,,,,,,,,,,,, +814,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,2023-10-25 00:20:13.000000,2022-08-24 08:31:37,29.0,,66.0,6.0,5.0,2.0,27.0,518.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,2.0,17,False,2022-08-24 08:33:07.000,0.2.6,9.0,shap-hypetune,,,,,16.0,15.0,https://pypi.org/project/shap-hypetune,2933.0,2933.0,,,,,,,,3.0,,,2022-08-24 08:33:00.976,1.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,346.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,100.0,100.0,,,,,,,,3.0,,,2018-12-07 06:16:42.000,,,,,,,,,,,,,,,,,,, +816,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,2.0,128.0,34.0,323.0,81.0,129.0,321.0,Brain Imaging Analysis Kit.,35.0,17,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,90.0,108.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1803.0,3.0,,,2020-10-15 20:45:08.000,1.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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.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'],3.0,3.0,https://pypi.org/project/bluefog,71.0,74.0,,,,,,,,3.0,,164.0,2021-05-15 01:39:45.000,,,,,,,,,,,,,,,,,,, +818,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,42.0,11.0,59.0,29.0,47.0,232.0,Scikit-learn compatible estimation of general graphical models.,7.0,17,False,2018-09-12 01:11:31.000,0.2.8,6.0,skggm,,,,['sklearn'],13.0,13.0,https://pypi.org/project/skggm,41.0,41.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,8.0,44.0,224.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,38.0,38.0,,,,,,,,3.0,,,2019-11-15 15:46:21.000,2.0,,,,,,,,,,,,,,,,,, +820,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,,539.0,178.0,110.0,54.0,149.0,3901.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +821,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2022-06-22 11:47:45.000000,2022-06-21 18:24:09,30.0,,1017.0,63.0,12.0,43.0,25.0,3520.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,,['sklearn'],31.0,31.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +822,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,,167.0,61.0,10.0,26.0,6.0,1839.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,31.0,31.0,,,,,,,,3.0,,41.0,2019-04-05 06:47:54.000,,,,,,,,,,,,,,,,,,, +823,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,,462.0,81.0,36.0,83.0,68.0,1673.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,16,False,2019-03-13 20:28:15.000,1.0-dev2,1.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,162.0,162.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +824,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,57.0,34.0,22.0,13.0,1266.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,56.0,56.0,,,,,,,,3.0,,,2017-08-21 00:49:41.000,1.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,,143.0,18.0,11.0,25.0,18.0,1158.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,16,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],51.0,49.0,https://pypi.org/project/tez,138.0,138.0,,,,,,,,3.0,,,2022-09-20 02:28:33.973,2.0,,,,,,,,,,,,,,,,,, +826,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2023-12-27 10:05:56.000000,2023-10-21 13:07:20,740.0,,114.0,27.0,109.0,12.0,24.0,1044.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,3.0,,,2020-12-23 08:05:25.000,,,,,,,,,,,,,,,,,,, +827,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,,56.0,18.0,7.0,1.0,10.0,794.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],69.0,68.0,https://pypi.org/project/madgrad,2862.0,2862.0,,,,,,,,3.0,,,2022-03-08 18:23:32.000,1.0,,,,,,,,,,,,,,,,,, +828,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,,88.0,17.0,15.0,9.0,22.0,717.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,5.0,flashtorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/flashtorch,399.0,399.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,,100.0,25.0,101.0,37.0,84.0,702.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,72.0,78.0,,,,,,,,3.0,,411.0,2018-06-14 02:21:57.000,1.0,,,,,,,,,,,,,,,,,, +830,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,2023-09-26 02:55:16.000000,2023-09-26 02:55:09,610.0,,87.0,25.0,4.0,37.0,42.0,684.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,11.0,16,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,131.0,131.0,,,,,,,,3.0,,,2022-09-19 20:15:07.376,,,,,,,,,,,,,,,,,,, +831,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,,93.0,18.0,19.0,3.0,29.0,624.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,12.0,12.0,https://pypi.org/project/textflint,86.0,86.0,,,,,,,,3.0,,,2022-03-15 07:18:47.000,,,,,,,,,,,,,,,,,,, +832,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,1.0,98.0,39.0,106.0,12.0,51.0,548.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,11.0,16,True,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,89.0,92.0,,,,,,,,3.0,,220.0,2020-08-19 15:39:10.000,,vaticle/typedb-ml,,,,,,,,,,,,,,,,, +833,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-01-22 20:28:38.000000,2024-01-22 20:28:35,260.0,3.0,66.0,23.0,93.0,19.0,15.0,492.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,,,,,1.0,1.0,https://pypi.org/project/caliban,53.0,53.0,,,,,,,,3.0,,,2020-09-12 19:41:23.000,,,,,,,,,,,,,,,,,,, +834,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-01-08 18:31:51.000000,2024-01-08 18:31:46,136.0,3.0,42.0,20.0,165.0,3.0,63.0,435.0,A collection of tools for neural compression enthusiasts.,9.0,16,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,107.0,107.0,,,,,,,,3.0,,,2023-10-03 14:26:28.000,,,,,,,,,,,,,,,,,,, +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,36.0,47.0,5.0,12.0,405.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,,,,,3.0,2.0,https://pypi.org/project/openrec,47.0,47.0,,,,,,,,3.0,,,2020-02-18 06:52:11.000,1.0,,,,,,,,,,,,,,,,,, +836,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-01-15 19:35:50.000000,2024-01-15 19:35:42,191.0,3.0,51.0,10.0,14.0,10.0,29.0,376.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,252.0,252.0,,,,,,,,3.0,,13.0,2021-02-04 16:44:24.000,,,,,,,,,,,,,,,,,,, +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,2024-01-02 09:08:58.000000,2024-01-02 09:08:58,172.0,2.0,38.0,22.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,16,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],2.0,,https://pypi.org/project/tfdeploy,42.0,42.0,,,,,,,,3.0,,,2017-03-30 10:51:26.000,2.0,,,,,,,,,,,,,,,,,, +838,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,24.0,21.0,16.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,,pdvega,,,,,86.0,86.0,https://pypi.org/project/pdvega,74.0,74.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +839,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,,72.0,19.0,93.0,25.0,18.0,308.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",,,https://pypi.org/project/pandas-ml,1875.0,1875.0,,,,,,,,3.0,,8.0,,,,,,,,,,,,,,,,,,,, +840,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,15.0,25.0,300.0,Textpipe: clean and extract metadata from text.,29.0,16,False,,,,textpipe,,,,,8.0,8.0,https://pypi.org/project/textpipe,89.0,89.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +841,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,39.0,19.0,2.0,10.0,7.0,279.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,16,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,288.0,4725.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,173043.0,,,,,3.0,,,2020-10-01 13:18:38.000,,,,,,,,,,,,,,,,,,, +842,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,11.0,8.0,1.0,10.0,234.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'],13.0,13.0,https://pypi.org/project/skift,755.0,755.0,,,,,,,,3.0,,,2018-03-15 09:05:47.000,,,,,,,,,,,,,,,,,,, +843,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-01-01 20:21:14.000000,2023-12-06 19:59:05,370.0,1.0,38.0,6.0,132.0,,35.0,221.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,16,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,507.0,625.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2852.0,,,,,3.0,,,2022-01-09 08:50:45.005,1.0,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +844,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2020-04-04 19:26:44.000000,2020-04-04 19:26:37,127.0,,29.0,5.0,4.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,16,False,,,23.0,parfit,,,,['sklearn'],26.0,26.0,https://pypi.org/project/parfit,3183.0,3183.0,,,,,,,,3.0,,,2018-10-11 22:03:16.000,,,,,,,,,,,,,,,,,,, +845,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,14.0,54.0,16.0,50.0,136.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,,,,,56.0,51.0,https://pypi.org/project/steppy,42.0,42.0,,,,,,,,3.0,,,2018-11-23 09:49:59.000,5.0,,,,,,,,,,,,,,,,,, +846,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,3.0,9.0,5.0,3.0,1.0,,127.0,Data Analysis Baseline Library.,24.0,16,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2155.0,2155.0,,,,,,,,3.0,,,2024-01-09 18:32:27.000,1.0,,,,,,,,,,,,,,,,,, +847,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,29.0,958.0,103.0,28.0,22.0,355.0,3638.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,15,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +848,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,141.0,28.0,217.0,102.0,2868.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'],,,https://pypi.org/project/euler-gl,3.0,3.0,,,,,,,,3.0,,,2019-04-10 01:53:45.000,,,,,,,,,,,,,,,,,,, +849,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,,423.0,143.0,72.0,12.0,53.0,2195.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +850,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,5.0,483.0,68.0,26.0,5.0,97.0,1667.0,An Open-Source Package for Network Embedding (NE).,13.0,15,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +851,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-01-23 02:21:18.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,21.0,42.0,85.0,1249.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +852,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,216.0,40.0,40.0,59.0,34.0,1106.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +853,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,,115.0,19.0,295.0,3.0,69.0,1046.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,5.0,5.0,https://pypi.org/project/textbox,1.0,1.0,,,,,,,,3.0,,,2021-04-15 09:35:06.000,,,,,,,,,,,,,,,,,,, +854,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,826.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,56.0,56.0,,,,,,,,3.0,,,2018-11-24 00:29:36.000,,,,,,,,,,,,,,,,,,, +855,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,184.0,43.0,667.0,11.0,27.0,812.0,Translate - a PyTorch Language Library.,88.0,15,False,,,,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +856,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,111.0,27.0,10.0,24.0,51.0,775.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,995.0,995.0,,,,,,,,3.0,,,2020-09-10 22:52:00.000,2.0,,,,,,,,,,,,,,,,,, +857,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,26.0,4.0,4.0,2.0,672.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,72.0,72.0,,,,,,,,3.0,,,2020-01-06 05:27:17.000,2.0,,,,,,,,,,,,,,,,,, +858,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,,52.0,17.0,83.0,18.0,49.0,561.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,55.0,55.0,,,,,,,,3.0,,,2022-05-18 08:35:04.000,,,,,,,,,,,,,,,,,,, +859,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,16.0,39.0,2.0,13.0,397.0,High-level batteries-included neural network training library for Pytorch.,4.0,15,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],9.0,9.0,https://pypi.org/project/pywick,108.0,108.0,,,,,,,,3.0,,,2021-10-22 03:19:11.000,,,,,,,,,,,,,,,,,,, +860,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-01-24 16:17:47.000000,2024-01-24 16:17:47,151.0,3.0,67.0,20.0,175.0,87.0,17.0,392.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,59.0,59.0,,,,,,,,3.0,,,2021-12-07 01:57:31.000,,,,,,,,,,,,,,,,,,, +861,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,,57.0,19.0,6.0,6.0,,391.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,,,,10.0,9.0,https://pypi.org/project/Adversary,29.0,169.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5903.0,,,,,3.0,,,2018-08-29 15:14:41.000,1.0,,,,,,,,,,,,,,,,,, +862,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,11.0,15.0,6.0,4.0,221.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'],8.0,,https://pypi.org/project/nx-altair,484.0,484.0,,,,,,,,3.0,,,2020-06-02 21:11:12.000,8.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,,18.0,5.0,2.0,16.0,23.0,187.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'],11.0,11.0,https://pypi.org/project/hugsvision,453.0,453.0,,,,,,,,3.0,,,2023-01-22 01:21:35.467,,,,,,,,,,,,,,,,,,, +864,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-10-25 21:33:40.000000,2023-03-31 15:44:32,231.0,,20.0,28.0,52.0,7.0,7.0,102.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,15,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,100.0,100.0,,,,,,,,3.0,,,2022-01-18 23:07:16.000,,,,,,,,,,,,,,,,,,, +865,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,813.0,78.0,34.0,107.0,59.0,3240.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +866,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,197.0,1698.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,63082.0,,,,,3.0,,,2018-09-21 07:03:32.000,1.0,,,,,,,,,,,,,,,,,, +867,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,,112.0,21.0,37.0,20.0,8.0,1042.0,Distributed Computing for AI Made Simple.,5.0,14,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,1.0,,https://pypi.org/project/fiber,49.0,49.0,,,,,,,,3.0,,,2020-07-09 03:28:28.000,1.0,,,,,,,,,,,,,,,,,, +868,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,2023-11-17 13:57:42.000000,2023-05-29 18:33:56,62.0,,42.0,11.0,8.0,2.0,12.0,662.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,14,True,,,,rliable`,,,,,112.0,112.0,https://pypi.org/project/rliable`,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +869,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,2023-07-14 19:31:30.000000,2023-06-18 21:56:30,277.0,,78.0,14.0,126.0,17.0,136.0,461.0,A Python library for dynamic classifier and ensemble selection.,16.0,14,True,,,,deslib,,,,['sklearn'],,,https://pypi.org/project/deslib,1011.0,1011.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,12.0,17.0,2.0,5.0,371.0,A PyTorch Graph Neural Network Library.,8.0,14,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],3.0,3.0,https://pypi.org/project/ptgnn,69.0,69.0,,,,,,,,3.0,,,2021-10-21 21:43:04.000,,,,,,,,,,,,,,,,,,, +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,300.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,133.0,133.0,,,,,,,,3.0,,,2021-03-08 12:51:05.000,,,,,,,,,,,,,,,,,,, +872,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,13.0,271.0,70.0,175.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,14,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,1250.0,1250.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,,33.0,8.0,72.0,31.0,8.0,230.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,66.0,66.0,,,,,,,,3.0,,,2020-09-18 17:54:50.000,,,,,,,,,,,,,,,,,,, +874,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,,41.0,1.0,,,,177.0,Pytorch framework for doing deep learning on point clouds.,29.0,14,False,,,,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,674.0,674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +875,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,2023-12-14 11:42:36.000000,2023-11-24 19:47:45,314.0,14.0,7.0,8.0,124.0,7.0,9.0,103.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,14,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +876,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,,481.0,110.0,12.0,39.0,8.0,2667.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +877,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,,77.0,47.0,4.0,3.0,,2425.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,1418.0,1420.0,,,,,,,,3.0,,54.0,2022-08-09 04:22:00.465,1.0,,,,,,,,,,,,,,,,,, +878,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,38.0,10.0,13.0,3.0,1335.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +879,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,147.0,32.0,,53.0,59.0,1176.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,13,False,,,4.0,,milagraph/graphvite,,,,,,,,88.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4686.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +880,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,,36.0,12.0,8.0,9.0,3.0,327.0,A Python package for time series augmentation.,4.0,13,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,913.0,913.0,,,,,,,,3.0,,,2020-04-17 02:50:25.000,2.0,,,,,,,,,,,,,,,,,, +881,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,2020-05-28 17:32:42.000000,2020-05-28 17:31:53,465.0,,19.0,12.0,57.0,3.0,20.0,291.0,NLP library designed for reproducible experimentation management.,7.0,13,False,2020-05-28 17:32:42.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +882,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,243.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:24:24.000,0.1.9,9.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +883,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,240.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,13,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,98.0,98.0,,,,,,,,3.0,,,2021-04-20 13:53:12.000,,,,,,,,,,,,,,,,,,, +884,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,1.0,26.0,8.0,16.0,4.0,6.0,191.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'],4.0,4.0,https://pypi.org/project/textvec,41.0,41.0,,,,,,,,3.0,,,2020-12-03 14:17:09.000,,,,,,,,,,,,,,,,,,, +885,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,41.0,51.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.0,3.0,,,2019-04-09 10:41:20.000,,,,,,,,,,,,,,,,,,, +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,,33.0,14.0,18.0,27.0,16.0,120.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,23.0,23.0,,,,,,,,3.0,,,2019-06-10 21:04:04.000,,,,,,,,,,,,,,,,,,, +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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,28.0,28.0,https://pypi.org/project/lazycluster,40.0,40.0,,,,,,,,3.0,,,2020-12-14 14:49:33.000,,,,,,,,,,,,,,,,,,, +888,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2024-01-23 12:06:49.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2024-01-18 16:09:38.000,3.36.1,274.0,comet_ml,comet_ml,,,,65.0,,https://pypi.org/project/comet_ml,145606.0,145606.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,2024-01-23 12:06:49.000,65.0,,,,,,,,,,,,,,,,,, +889,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,,400.0,62.0,6.0,62.0,17.0,1786.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,,,,,,,,,,,,,,,,,,,,,, +890,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,,309.0,87.0,11.0,12.0,6.0,1672.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +891,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,,52.0,16.0,3.0,2.0,1.0,520.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,104.0,104.0,,,,,,,,3.0,,,2020-04-09 01:48:32.000,,,,,,,,,,,,,,,,,,, +892,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-01-19 15:25:21.000000,2024-01-19 15:25:18,75.0,1.0,58.0,17.0,61.0,6.0,9.0,437.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,12,True,,,,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +893,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-01-25 13:32:50.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,253.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,82.0,88.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,,,2021-12-13 16:04:42.000,,,,,,,,,,,,,,,,,,, +894,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,,26.0,22.0,44.0,1.0,5.0,199.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,36.0,36.0,,,,,,,,3.0,,,2021-03-02 02:40:32.000,,,,,,,,,,,,,,,,,,, +895,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,,10.0,6.0,,2.0,4.0,118.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,31.0,31.0,,,,,,,,3.0,,,2019-10-31 18:03:05.000,,,,,,,,,,,,,,,,,,, +896,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,1.0,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,44.0,44.0,,,,,,,,3.0,,,2019-10-23 15:40:12.000,,genixpro/hypermax,,,,,,,,,,,,,,,,, +897,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,5.0,14.0,97.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,649.0,649.0,,,,,,,,3.0,,,2022-10-07 09:58:11.751,,,,,,,,,,,,,,,,,,, +898,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,,11.0,13.0,26.0,4.0,13.0,85.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,45.0,45.0,,,,,,,,3.0,,,2021-01-25 04:56:57.000,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,, +899,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,7.0,4.0,14.0,18.0,85.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,50.0,50.0,,,,,,,,3.0,,,2021-06-25 14:27:32.000,,,,,,,,,,,,,,,,,,, +900,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,2023-03-14 16:25:22.000000,2022-02-09 22:20:11,9.0,,416.0,95.0,17.0,48.0,15.0,3257.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +901,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,,112.0,47.0,13.0,7.0,20.0,948.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +902,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,,143.0,39.0,7.0,15.0,14.0,911.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +903,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,,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,501.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,11,False,2020-11-12 16:10:48.000,zen,1.0,atspy,,,,,10.0,10.0,https://pypi.org/project/atspy,107.0,107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +904,Headliner,as-ideas/headliner,nlp,,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,17.0,7.0,2.0,13.0,231.0,Easy training and deployment of seq2seq models.,2.0,11,False,,,,headliner,,,,,5.0,5.0,https://pypi.org/project/headliner,159.0,159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +905,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2022-09-29 08:50:58.000000,2022-09-29 08:50:40,122.0,,12.0,12.0,15.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,11,False,2021-04-22 15:20:54.000,0.0.12,11.0,bias-detector,,,,,1.0,1.0,https://pypi.org/project/bias-detector,108.0,108.0,,,,,,,,3.0,,,2021-04-22 15:20:54.000,,,,,,,,,,,,,,,,,,, +906,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,,79.0,18.0,5.0,3.0,12.0,543.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +907,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,,48.0,14.0,13.0,9.0,9.0,480.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +908,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,,20.0,12.0,41.0,7.0,12.0,364.0,A library for distributed ML training with PyTorch.,6.0,10,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +909,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,25.0,16.0,51.0,11.0,1.0,132.0,Simple Distributed Deep Learning on TensorFlow.,11.0,10,False,,,2.0,autodist,,,,['tensorflow'],1.0,1.0,https://pypi.org/project/autodist,13.0,13.0,,,,,,,,3.0,,,2020-07-16 05:36:19.000,,,,,,,,,,,,,,,,,,, +910,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,2023-01-15 22:50:39.000000,2023-01-13 21:57:34,832.0,,,,,,,3.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,10,False,,,,sklearn-evaluation,,,,['sklearn'],,,https://pypi.org/project/sklearn-evaluation,2034.0,2034.0,,,,,,,,3.0,-7.0,,,,,,,,,,,,,,,,,,,,, +911,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,10.0,44.0,,2.0,135.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,,,,,2.0,2.0,https://pypi.org/project/hypertunity,13.0,13.0,,,,,,,,3.0,,,2020-01-26 23:08:16.000,,,,,,,,,,,,,,,,,,, +912,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,9,False,,,,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,10.0,10.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, +913,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']",,,https://pypi.org/project/traintool,33.0,33.0,,,,,,,,3.0,,,2020-11-02 02:25:32.000,,,,,,,,,,,,,,,,,,, +914,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,140.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,13.0,13.0,,,,,,,,3.0,,,2020-03-13 20:31:47.000,,,,,,,,,,,,,,,,,,, +915,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,4.0,7.0,,1.0,,56.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,16.0,16.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,2022-11-22 17:50:34.944,1.0,,,,,,,,,,,,,,,,,, diff --git a/history/2024-02-08_changes.md b/history/2024-02-08_changes.md new file mode 100644 index 00000000..e672e956 --- /dev/null +++ b/history/2024-02-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._ + +- Keras (🥇47 · ⭐ 60K · 📈) - Deep Learning for humans. Apache-2 +- CuPy (🥇38 · ⭐ 7.5K · 📈) - NumPy & SciPy for GPU. MIT +- DeepSpeech (🥈34 · ⭐ 24K · 💀) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 +- UMAP (🥈33 · ⭐ 6.8K · 📈) - Uniform Manifold Approximation and Projection. BSD-3 +- Tesseract (🥈33 · ⭐ 5.3K · 📈) - Python-tesseract is an optical character recognition (OCR).. Apache-2 +- ftfy (🥈32 · ⭐ 3.7K · 📈) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 +- langid (🥈28 · ⭐ 2.2K · 💀) - Stand-alone language identification system. BSD-3 +- FARM (🥈27 · ⭐ 1.7K · 💀) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2 +- sklearn-evaluation (🥉19 · ⭐ 430 · 💀) - Machine learning model evaluation made easy: plots,.. MIT +- atspy (🥉15 · ⭐ 500 · 💀) - AtsPy: Automated Time Series Models in Python (by @firmai). 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._ + +- agate (🥈30 · ⭐ 1.2K · 📉) - A Python data analysis library that is optimized for humans instead of.. MIT +- Neural Network Libraries (🥉26 · ⭐ 2.7K · 📉) - Neural Network Libraries. Apache-2 +- python-soundfile (🥉26 · ⭐ 640 · 📉) - SoundFile is an audio library based on libsndfile, CFFI,.. BSD-3 +- snowballstemmer (🥉25 · ⭐ 710 · 📉) - Snowball compiler and stemming algorithms. BSD-3 +- english-words (🥉24 · ⭐ 9.8K · 💀) - A text file containing 479k English words for all your.. Unlicense +- EfficientNet-PyTorch (🥉22 · ⭐ 7.7K · 💀) - A PyTorch implementation of EfficientNet and.. Apache-2 +- AugLy (🥉22 · ⭐ 4.9K · 📉) - A data augmentations library for audio, image, text, and video. ❗Unlicensed +- Keras-Preprocessing (🥉22 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. ❗Unlicensed +- gmaps (🥉20 · ⭐ 760 · 💀) - Google maps for Jupyter notebooks. BSD-3 +- tinytag (🥉18 · ⭐ 650 · 📉) - Read audio and music meta data and duration of MP3, OGG, OPUS, MP4,.. MIT + +## ➕ Added Projects + +_Projects that were recently added to this best-of list._ + +- nanodl (🥉11 · ⭐ 35 · 🐣) - A Jax-based library for designing and training transformer models.. MIT + diff --git a/history/2024-02-08_projects.csv b/history/2024-02-08_projects.csv new file mode 100644 index 00000000..7e064b8a --- /dev/null +++ b/history/2024-02-08_projects.csv @@ -0,0 +1,918 @@ +,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_monthly_downloads,helm_id,brew_id,apt_id,yum_id,npm_latest_release_published_at,npm_dependent_project_count,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-01-31 03:41:07.000000,2024-01-10 20:21:25,1536.0,1.0,661.0,113.0,309.0,54.0,132.0,4362.0,Benchmarks of approximate nearest neighbor libraries in Python.,99.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-02-05 15:44:45.000000,2024-02-05 15:44:44,306.0,24.0,160.0,54.0,182.0,,3.0,2125.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2024-02-01 16:56:08.000,2024.02.01,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-02-08 14:08:45.000000,2024-02-08 14:08:44,325.0,26.0,222.0,87.0,182.0,4.0,5.0,3303.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-02-08 14:08:50.000,2024.02.08,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-02-08 14:08:45.000000,2024-02-08 14:08:44,325.0,26.0,222.0,87.0,182.0,4.0,5.0,3303.0,Collection of database clients for python.,12.0,0,True,2024-02-08 14:08:50.000,2024.02.08,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-02-08 14:08:45.000000,2024-02-08 14:08:44,325.0,26.0,222.0,87.0,182.0,4.0,5.0,3303.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-02-08 14:08:50.000,2024.02.08,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-02-08 14:08:45.000000,2024-02-08 14:08:44,325.0,26.0,222.0,87.0,182.0,4.0,5.0,3303.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-02-08 14:08:50.000,2024.02.08,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-02-08 13:56:51.000000,2024-02-08 13:56:45,159528.0,3352.0,89416.0,7659.0,23642.0,2044.0,36767.0,182822.0,An Open Source Machine Learning Framework for Everyone.,4541.0,55,True,2024-01-18 12:52:11.000,2.16.0,190.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],356463.0,340967.0,https://pypi.org/project/tensorflow,2024-01-18 12:52:11.000,15496.0,18331478.0,19443726.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4477957.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-02-08 13:49:09.735696,2272.0,76011293.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-02-08 13:51:54.000000,2024-02-08 09:41:52,69266.0,3052.0,20751.0,1689.0,79481.0,13324.0,27186.0,75251.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4645.0,54,True,2024-01-30 17:58:51.000,2.2.0,49.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],399809.0,387539.0,https://pypi.org/project/torch,2024-01-30 17:28:30.000,12270.0,18035457.0,18731197.0,https://anaconda.org/pytorch/pytorch,2024-01-29 16:05:11.351,20165529.0,,,,,1.0,33625.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-02-08 14:08:45.000000,2024-02-07 21:24:11,30943.0,327.0,25105.0,2148.0,16772.0,2300.0,9038.0,57334.0,scikit-learn: machine learning in Python.,3069.0,52,True,2024-01-19 10:57:04.000,1.4.0-1,75.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],727290.0,696188.0,https://pypi.org/project/scikit-learn,2024-01-18 09:21:23.000,31102.0,50090871.0,50671065.0,https://anaconda.org/conda-forge/scikit-learn,2024-01-19 10:17:08.879,26108328.0,,,,,1.0,939.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-02-08 13:31:36.000000,2024-02-08 10:50:34,15079.0,617.0,24021.0,1078.0,14614.0,964.0,13203.0,119934.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2397.0,50,True,2024-01-29 16:11:49.000,4.37.2,131.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",139125.0,136258.0,https://pypi.org/project/transformers,2024-01-29 16:11:13.000,2867.0,21134301.0,21169287.0,https://anaconda.org/conda-forge/transformers,2024-02-08 05:37:41.609,1504431.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12.000,2024-02-08 10:56:11.000000,2024-02-08 10:56:10,49522.0,417.0,7379.0,593.0,17682.0,1540.0,8886.0,18848.0,matplotlib: plotting with Python.,1643.0,50,True,2023-11-18 03:45:11.000,3.7.4,119.0,matplotlib,conda-forge/matplotlib,,,,1146518.0,1082397.0,https://pypi.org/project/matplotlib,2023-11-18 03:45:11.000,64121.0,54759377.0,55251716.0,https://anaconda.org/conda-forge/matplotlib,2023-11-20 21:33:42.497,21662926.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-02-08 13:56:22.000000,2024-02-08 10:09:03,31548.0,455.0,4991.0,349.0,10329.0,1789.0,8199.0,12175.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1580.0,50,True,2024-01-20 22:00:44.000,1.12.0,99.0,scipy,conda-forge/scipy,,,,983440.0,917115.0,https://pypi.org/project/scipy,2024-01-20 21:10:31.000,66325.0,78882231.0,80036672.0,https://anaconda.org/conda-forge/scipy,2024-01-24 03:11:41.395,44874384.0,,,,,1.0,393092.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-02-08 11:20:55.000000,2024-02-05 19:47:48,10291.0,312.0,19530.0,1911.0,6913.0,190.0,11396.0,60279.0,Deep Learning for humans.,1273.0,47,True,2024-01-20 20:12:55.000,3.0.4,90.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],740.0,,https://pypi.org/project/keras,2024-01-20 20:12:55.000,740.0,14272592.0,14349213.0,https://anaconda.org/conda-forge/keras,2024-01-21 22:53:49.247,3371357.0,,,,,1.0,,4.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,2024-02-08 01:29:07.000000,2024-02-07 20:43:34,17123.0,587.0,1963.0,224.0,4635.0,71.0,2926.0,11459.0,Python Imaging Library (Fork).,459.0,47,True,2024-01-02 09:38:41.000,10.2.0,54.0,Pillow,conda-forge/pillow,,,,1526696.0,1526696.0,https://pypi.org/project/Pillow,,,88611909.0,89446414.0,https://anaconda.org/conda-forge/pillow,2024-01-03 04:54:52.877,35883740.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +14,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-02-08 12:05:44.000000,2024-02-08 12:05:38,19277.0,1085.0,2490.0,321.0,12363.0,1571.0,3667.0,26549.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",631.0,46,True,2024-02-06 23:17:32.000,0.4.24,158.0,jax,conda-forge/jaxlib,,,,22533.0,21691.0,https://pypi.org/project/jax,2024-02-06 23:17:32.000,842.0,5501562.0,5525255.0,https://anaconda.org/conda-forge/jaxlib,2023-12-23 22:02:22.397,1042522.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +15,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-02-08 10:47:50.000000,2024-02-07 20:02:47,57094.0,449.0,4214.0,293.0,12929.0,4933.0,8647.0,11831.0,A computer algebra system written in pure Python.,1276.0,46,True,2023-05-10 18:09:23.000,sympy-1.12,50.0,sympy,conda-forge/sympy,,,,115039.0,110135.0,https://pypi.org/project/sympy,2023-05-10 18:24:09.226,4904.0,11212124.0,11269493.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,4946384.0,,,,,1.0,531325.0,,,,,,,,,,,,,,,,,,,, +16,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-02-08 13:18:38.000000,2024-02-08 11:34:51,10127.0,226.0,3110.0,248.0,9909.0,648.0,6074.0,26151.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",927.0,45,True,2024-02-07 22:06:52.000,2.2.0,106.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],28756.0,28756.0,https://pypi.org/project/pytorch-lightning,,,4837662.0,4861750.0,https://anaconda.org/conda-forge/pytorch-lightning,2023-12-21 18:47:20.324,1047048.0,,,,,1.0,9946.0,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,,, +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-02-07 23:26:55.000000,2024-02-04 21:03:38,6749.0,116.0,8710.0,908.0,4961.0,411.0,4713.0,25305.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",636.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,81918.0,80097.0,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1821.0,12339605.0,12445073.0,https://anaconda.org/conda-forge/xgboost,2024-01-19 09:21:22.082,4532251.0,,,,,1.0,8055.0,,,,,,,,,,,,,,,,,,,, +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-02-08 13:53:17.000000,2024-02-08 12:21:09,46622.0,1939.0,5220.0,723.0,43763.0,1005.0,16712.0,21336.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1158.0,45,True,2024-01-08 06:43:49.000,2.6.0,61.0,paddlepaddle,,,,['paddle'],4611.0,4611.0,https://pypi.org/project/paddlepaddle,,,227860.0,228030.0,,,,,,,,1.0,15368.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-02-07 22:56:53.000000,2024-02-07 22:39:17,20378.0,79.0,4209.0,444.0,5962.0,763.0,6814.0,18563.0,"Interactive Data Visualization in the browser, from Python.",681.0,45,True,2024-01-25 18:45:35.000,3.3.4,194.0,bokeh,conda-forge/bokeh,,,,86810.0,82995.0,https://pypi.org/project/bokeh,2024-01-30 22:20:58.000,3815.0,3911848.0,4215251.0,https://anaconda.org/conda-forge/bokeh,2024-01-25 20:54:18.325,13349736.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +20,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-02-07 14:11:13.000000,2024-02-07 14:11:12,15254.0,126.0,2621.0,279.0,3847.0,2563.0,2731.0,9289.0,Statsmodels: statistical modeling and econometrics in Python.,423.0,45,True,2023-12-14 14:31:51.000,0.14.1,26.0,statsmodels,conda-forge/statsmodels,,,,114300.0,114300.0,https://pypi.org/project/statsmodels,,,12714772.0,12991082.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12157643.0,,,,,1.0,30.0,,,,,,,,,,,,,,,,,,,, +21,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-02-07 09:19:37.000000,2024-02-05 09:07:03,16113.0,39.0,4177.0,555.0,3958.0,79.0,5468.0,28197.0,Industrial-strength Natural Language Processing (NLP) in Python.,748.0,44,True,2024-02-06 10:13:33.000,3.7.3,100.0,spacy,conda-forge/spacy,,,,79789.0,79789.0,https://pypi.org/project/spacy,,,6146056.0,6221676.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3327288.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +22,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-02-08 14:12:15.000000,2024-02-08 10:58:01,5354.0,358.0,3698.0,292.0,7426.0,1096.0,2320.0,16715.0,Open source platform for the machine learning lifecycle.,697.0,44,True,2024-02-06 12:13:09.000,2.10.1,82.0,mlflow,conda-forge/mlflow,,,,30049.0,30049.0,https://pypi.org/project/mlflow,,,15627337.0,15666504.0,https://anaconda.org/conda-forge/mlflow,2024-02-06 13:58:29.748,1723381.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-02-07 19:07:43.000000,2024-02-05 20:48:12,6299.0,60.0,2418.0,282.0,1598.0,1415.0,1379.0,14837.0,The interactive graphing library for Python This project now includes Plotly Express!.,254.0,44,True,2023-10-25 19:52:56.000,5.18.0,97.0,plotly,conda-forge/plotly,,,,237337.0,237337.0,https://pypi.org/project/plotly,,,12085246.0,12214735.0,https://anaconda.org/conda-forge/plotly,2023-10-25 22:33:48.925,5208800.0,,,,,1.0,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,13738.0,,,,,,,,,,,,,,, +24,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-02-05 05:29:37.000000,2024-01-25 13:04:48,3229.0,30.0,1876.0,259.0,1087.0,129.0,2347.0,11657.0,Statistical data visualization in Python.,210.0,44,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,370368.0,358715.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,11653.0,14242530.0,14424281.0,https://anaconda.org/conda-forge/seaborn,2024-01-27 07:37:15.644,7996932.0,,,,,1.0,375.0,,,,,,,,,,,,,,,,,,,, +25,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-02-08 13:34:40.000000,2024-02-08 03:27:29,20613.0,826.0,5126.0,466.0,26178.0,3591.0,13462.0,29817.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,969.0,43,True,2024-02-06 01:23:15.000,ray-2.9.2,98.0,ray,conda-forge/ray-tune,,,,14058.0,13590.0,https://pypi.org/project/ray,2024-02-05 22:50:44.000,468.0,3040000.0,3044896.0,https://anaconda.org/conda-forge/ray-tune,2024-02-07 20:13:08.038,185980.0,,,,,1.0,208.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-02-08 11:16:32.000000,2024-02-07 22:39:33,6248.0,360.0,1883.0,145.0,3304.0,442.0,3235.0,26178.0,"Wrap UIs around any model, share with anyone.",259.0,43,True,2024-02-06 23:28:32.000,4.17.0,544.0,gradio,,,,,22780.0,22493.0,https://pypi.org/project/gradio,2024-02-06 23:28:32.000,287.0,5669358.0,5669358.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +27,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-02-08 13:40:12.000000,2024-02-06 23:57:31,2650.0,58.0,3644.0,437.0,3091.0,299.0,2354.0,16344.0,Open standard for machine learning interoperability.,306.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,,24286.0,23607.0,https://pypi.org/project/onnx,2023-10-26 18:30:51.000,679.0,4493806.0,4514902.0,https://anaconda.org/conda-forge/onnx,2024-01-25 12:19:38.120,916738.0,,,,,1.0,19922.0,,,,,,,,,,,,,,,,,,,, +28,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-02-08 04:40:11.000000,2024-02-03 07:14:30,3417.0,45.0,3795.0,435.0,3067.0,345.0,2899.0,15847.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",295.0,43,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,30404.0,29528.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,876.0,7094842.0,7150556.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2177925.0,,,,,2.0,212746.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-02-08 14:28:36.000000,2024-02-08 14:28:36,8078.0,169.0,1673.0,213.0,5704.0,1038.0,4096.0,11762.0,Parallel computing with task scheduling.,592.0,43,True,2024-01-26 23:12:39.000,2024.1.1,188.0,dask,conda-forge/dask,,,,60114.0,56982.0,https://pypi.org/project/dask,2024-01-26 23:12:39.000,3132.0,6839979.0,7077595.0,https://anaconda.org/conda-forge/dask,2024-01-27 01:41:17.329,10692754.0,,,,,1.0,,,,,,,stable/dask,,,,,,,,,,,,,, +30,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-02-08 06:52:46.000000,2024-02-06 12:42:56,5758.0,43.0,1641.0,193.0,4909.0,650.0,1221.0,6472.0,TensorFlows Visualization Toolkit.,312.0,43,True,2023-11-02 20:49:50.000,2.15.1,56.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],216782.0,213843.0,https://pypi.org/project/tensorboard,2023-11-02 20:49:50.000,2939.0,22562540.0,22664706.0,https://anaconda.org/conda-forge/tensorboard,2023-11-03 15:31:12.158,4495327.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +31,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-02-08 13:57:19.000000,2024-02-08 10:36:00,3789.0,60.0,6860.0,400.0,5158.0,970.0,2322.0,15110.0,"Datasets, Transforms and Models specific to Computer Vision.",574.0,42,True,2024-01-30 18:31:39.000,0.17.0,41.0,torchvision,conda-forge/torchvision,,,['pytorch'],5033.0,21.0,https://pypi.org/project/torchvision,2024-01-30 17:33:54.000,5012.0,11473242.0,11501516.0,https://anaconda.org/conda-forge/torchvision,2023-12-13 18:56:48.112,973843.0,,,,,1.0,36968.0,,,,,,,,,,,,,,,,,,,, +32,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,,2010-09-06 00:53:44.000,2024-02-08 13:55:04.000000,2024-02-07 19:43:29,7588.0,88.0,3017.0,275.0,3645.0,173.0,2949.0,13880.0,Network Analysis in Python.,706.0,42,False,2023-10-28 09:53:23.000,networkx-3.2.1,54.0,networkx,conda-forge/networkx,,,,221972.0,221972.0,https://pypi.org/project/networkx,,,43499307.0,43848200.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14653523.0,,,,,1.0,65.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-02-04 15:36:20.000000,2024-01-29 09:04:39,14509.0,35.0,2702.0,468.0,1450.0,246.0,1506.0,12780.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,42,True,,,17.0,nltk,conda-forge/nltk,,,,249461.0,249461.0,https://pypi.org/project/nltk,,,13380077.0,13406795.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2404667.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,2024-02-08 14:22:18.000000,2024-02-08 14:22:15,4643.0,84.0,1982.0,1693.0,4493.0,264.0,2590.0,11522.0,WebGL2 powered visualization framework.,244.0,42,True,2024-01-19 15:06:18.000,8.9.34,100.0,pydeck,conda-forge/pydeck,,,['jupyter'],7111.0,7111.0,https://pypi.org/project/pydeck,,,1946134.0,2386875.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,474542.0,,,,,1.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,430855.0,,,,,,,,,,,,,,, +35,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-02-08 14:23:31.000000,2024-02-08 08:26:19,6088.0,157.0,2726.0,305.0,4111.0,736.0,3185.0,30041.0,Streamlit A faster way to build and share data apps.,219.0,41,True,2024-02-01 17:57:10.000,1.31.0,214.0,streamlit,,,,,1370.0,,https://pypi.org/project/streamlit,2024-02-01 17:57:02.000,1370.0,3286971.0,3286971.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,2024-02-04 18:15:19.000000,2024-01-27 21:48:33,2133.0,62.0,4390.0,308.0,440.0,69.0,769.0,28648.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",128.0,41,True,2023-11-24 19:09:08.000,0.9.12,54.0,timm,conda-forge/timm,,,['pytorch'],22714.0,22714.0,https://pypi.org/project/timm,,,4490586.0,4601509.0,https://anaconda.org/conda-forge/timm,2023-11-25 15:42:55.281,121562.0,,,,,1.0,6161501.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,2024-02-08 12:30:22.311349,2024-02-07 09:16:47,19063.0,671.0,2699.0,321.0,18865.0,612.0,9462.0,25469.0,"A cloud-native vector database, storage for next generation AI applications.",263.0,41,True,2024-02-07 08:12:10.000,2.3.8,100.0,pymilvus,,milvusdb/milvus,,,82.0,,https://pypi.org/project/pymilvus,2024-01-24 02:49:14.000,82.0,472487.0,683069.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-02-08 12:30:22.311349,39.0,10889795.0,1.0,71621.0,,,,,,,,,,,,,,,,,,,, +38,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-02-08 12:15:38.000000,2024-02-08 12:15:37,9183.0,123.0,1115.0,137.0,5370.0,514.0,4064.0,12862.0,ML Experiments Management with Git.,290.0,41,True,2024-02-01 13:15:55.000,3.43.1,297.0,dvc,conda-forge/dvc,,,,12616.0,12616.0,https://pypi.org/project/dvc,,,801381.0,845144.0,https://anaconda.org/conda-forge/dvc,2024-02-01 14:20:26.395,1763027.0,,,,,1.0,44347.0,,,,,,,dvc,dvc,dvc,,,,,,,,,,, +39,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-02-04 17:03:58.000000,2024-02-04 17:03:57,3622.0,29.0,778.0,141.0,1321.0,175.0,1745.0,8703.0,Declarative statistical visualization library for Python.,161.0,41,True,2023-11-28 06:23:39.000,5.2.0,39.0,altair,conda-forge/altair,,,,105922.0,105260.0,https://pypi.org/project/altair,2023-11-28 05:41:35.000,662.0,17552091.0,17634196.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2134715.0,,,,,1.0,101.0,,,,,,,,,,,,,,,,,,,, +40,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-02-08 13:20:08.000000,2024-02-08 13:20:04,47369.0,542.0,1139.0,195.0,379.0,519.0,1680.0,7586.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1206.0,41,True,2023-09-19 20:01:10.000,1.2.2,109.0,catboost,conda-forge/catboost,,,,368.0,13.0,https://pypi.org/project/catboost,2023-09-19 18:13:58.000,355.0,1750421.0,1790263.0,https://anaconda.org/conda-forge/catboost,2023-09-19 20:23:11.996,1443590.0,,,,,2.0,217689.0,,,,,,,,,,,,,,,,,,,, +41,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-02-07 23:22:01.000000,2024-01-30 16:38:21,13802.0,28.0,2249.0,186.0,4348.0,762.0,2043.0,5768.0,Image processing in Python.,647.0,41,False,2023-10-03 21:36:37.000,0.22.0,59.0,scikit-image,conda-forge/scikit-image,,,,179773.0,169269.0,https://pypi.org/project/scikit-image,2023-10-03 21:35:27.000,10504.0,15294111.0,15429039.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,5936832.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +42,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-02-08 12:22:44.000000,2024-02-07 22:16:34,2129.0,187.0,3798.0,313.0,2496.0,939.0,1516.0,31273.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",287.0,40,True,2024-01-23 23:02:47.000,0.13.1,83.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],5801.0,5699.0,https://pypi.org/project/deepspeed,2024-01-23 23:02:47.000,102.0,412661.0,413022.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17695.0,1.0,,,,,,,,,,,,,,,,,,,,, +43,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-02-08 12:19:57.000000,2024-02-07 11:04:42,2597.0,37.0,3028.0,248.0,797.0,1423.0,971.0,21113.0,A game theoretic approach to explain the output of any machine learning model.,229.0,40,True,2024-01-25 13:08:31.000,0.44.1,52.0,shap,conda-forge/shap,,,,15622.0,15622.0,https://pypi.org/project/shap,,,7399269.0,7458984.0,https://anaconda.org/conda-forge/shap,2024-01-08 16:40:58.890,2269186.0,,,,,1.0,,,shap/shap,,,,,,,,,,,,,,,,,, +44,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-02-08 09:54:53.000000,2024-02-06 17:02:18,7138.0,69.0,2034.0,418.0,1022.0,818.0,858.0,20069.0,Data Apps & Dashboards for Python. No JavaScript Required.,144.0,40,True,2024-01-31 18:19:00.000,2.15.0,175.0,dash,conda-forge/dash,,,,59489.0,58020.0,https://pypi.org/project/dash,2024-01-31 18:15:05.000,1469.0,2532912.0,2559985.0,https://anaconda.org/conda-forge/dash,2024-02-01 06:48:09.240,1191187.0,,,,,1.0,66.0,,,,,,,,,,,,,,,,,,,, +45,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-02-08 13:45:14.000000,2024-02-06 12:45:39,1318.0,86.0,2237.0,125.0,328.0,1012.0,896.0,13077.0,Multilingual Sentence & Image Embeddings with BERT.,138.0,40,True,2024-01-30 19:43:59.000,2.3.1,45.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],24682.0,24001.0,https://pypi.org/project/sentence-transformers,2024-01-30 19:39:08.000,681.0,3484185.0,3489036.0,https://anaconda.org/conda-forge/sentence-transformers,2024-01-31 01:17:33.880,198912.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +46,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-02-07 23:11:52.000000,2024-02-01 21:28:38,1173.0,87.0,2128.0,234.0,530.0,183.0,1057.0,11236.0,Download market data from Yahoo! Finances API.,106.0,40,True,2024-01-21 18:12:42.000,0.2.36,108.0,yfinance,ranaroussi/yfinance,,,,33293.0,32968.0,https://pypi.org/project/yfinance,2024-01-21 18:12:42.000,325.0,1461646.0,1464417.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,85909.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +47,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-02-08 14:11:22.000000,2024-02-08 14:11:21,9746.0,65.0,1926.0,227.0,3828.0,263.0,2975.0,8008.0,Bayesian Modeling and Probabilistic Programming in Python.,480.0,40,True,2023-12-21 11:15:57.000,5.10.3,77.0,pymc3,conda-forge/pymc3,,,,2954.0,2704.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,250.0,700286.0,706547.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,549488.0,,,,,1.0,1936.0,,,,,,,,,,,,,,,,,,,, +48,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-02-08 12:51:10.000000,2024-02-08 01:33:49,6105.0,168.0,598.0,56.0,4000.0,841.0,2127.0,7822.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,173.0,40,True,2024-02-06 18:50:34.000,0.16.3,268.0,wandb,conda-forge/wandb,,,,38715.0,37995.0,https://pypi.org/project/wandb,2024-02-06 18:26:24.000,720.0,11577816.0,11588313.0,https://anaconda.org/conda-forge/wandb,2024-02-06 19:13:02.985,451388.0,,,,,1.0,,,wandb/wandb,,,,,,,,,,,,,,,,,, +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,2024-02-08 11:36:29.000000,2024-02-06 18:10:43,1266.0,116.0,702.0,95.0,1210.0,104.0,1105.0,6465.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",219.0,40,True,2024-01-11 15:26:04.000,0.26.1,39.0,accelerate,conda-forge/accelerate,,,['pytorch'],25423.0,25423.0,https://pypi.org/project/accelerate,,,8988635.0,8992246.0,https://anaconda.org/conda-forge/accelerate,2024-01-11 22:35:05.818,101125.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +50,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-02-06 14:29:10.000000,2024-02-05 08:25:45,1878.0,53.0,914.0,106.0,1538.0,440.0,1187.0,4050.0,Python tools for geographic data.,218.0,40,True,2024-01-31 19:22:01.000,0.14.3,52.0,geopandas,conda-forge/geopandas,,,['pandas'],32967.0,31088.0,https://pypi.org/project/geopandas,2024-01-31 19:21:57.000,1879.0,5963297.0,6040415.0,https://anaconda.org/conda-forge/geopandas,2024-01-31 21:02:18.644,3392062.0,,,,,1.0,2439.0,,,,,,,,,,,,,,,,,,,, +51,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-02-08 14:25:56.000000,2024-02-07 23:44:54,3500.0,148.0,1115.0,132.0,2825.0,267.0,1156.0,2006.0,A library for training and deploying machine learning models on Amazon SageMaker.,423.0,40,True,2024-02-06 22:33:33.000,2.207.1,568.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3645.0,3553.0,https://pypi.org/project/sagemaker,2024-02-06 22:33:33.000,92.0,28912731.0,28929648.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-02-01 22:46:20.403,710551.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +52,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-02-08 08:09:59.000000,2024-02-02 20:24:08,5677.0,92.0,706.0,55.0,4912.0,1476.0,2301.0,1519.0,A distributed task scheduler for Dask.,323.0,40,True,2024-01-26 23:12:42.000,2024.1.1,220.0,distributed,conda-forge/distributed,,,,33980.0,32651.0,https://pypi.org/project/distributed,2024-01-26 23:12:42.000,1329.0,3443855.0,3732032.0,https://anaconda.org/conda-forge/distributed,2024-01-27 00:32:45.552,12968004.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +53,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2023-10-22 22:49:37.000000,2023-01-30 18:15:21,1757.0,,8561.0,1064.0,1449.0,76.0,1717.0,33508.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,,,,52635.0,49933.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2702.0,572695.0,578441.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,264351.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +54,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-02-06 07:27:54.000000,2024-02-05 13:23:18,2706.0,20.0,8201.0,372.0,3115.0,1245.0,6629.0,26995.0,OpenMMLab Detection Toolbox and Benchmark.,455.0,39,True,2024-01-05 06:24:15.000,3.3.0,53.0,mmdet,,,,['pytorch'],2157.0,2157.0,https://pypi.org/project/mmdet,,,166413.0,166413.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +55,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-02-07 23:55:06.000000,2024-02-02 17:01:10,1003.0,95.0,3307.0,473.0,860.0,423.0,1878.0,26709.0,A library for efficient similarity search and clustering of dense vectors.,151.0,39,True,2024-01-24 02:49:14.000,2.3.6,91.0,pymilvus,conda-forge/faiss,,,,3492.0,3410.0,https://pypi.org/project/pymilvus,2024-01-24 02:49:14.000,82.0,472487.0,495118.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1018406.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +56,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-02-01 06:53:56.000000,2024-01-10 17:54:15,8511.0,20.0,2147.0,207.0,4156.0,12.0,1911.0,19669.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2023-12-14 15:31:33.000,3.23.2,100.0,jina,conda-forge/jina-core,jinaai/jina,,,1545.0,1545.0,https://pypi.org/project/jina,,,140975.0,170207.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,60018.0,https://hub.docker.com/r/jinaai/jina,2024-01-08 08:54:01.226227,8.0,1303871.0,2.0,,,,,,,,,,,,,,,,,,,,, +57,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-02-05 09:40:27.000000,2023-11-29 14:40:08,32592.0,8.0,4500.0,350.0,6330.0,113.0,6641.0,17577.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",592.0,39,True,2024-01-19 13:39:29.000,3.6.16,369.0,rasa,,,,['tensorflow'],4003.0,3936.0,https://pypi.org/project/rasa,2024-01-19 13:39:16.000,67.0,170227.0,170227.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +58,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-02-08 03:02:42.101000,2024-02-08 02:27:50,4512.0,3.0,4155.0,434.0,1685.0,378.0,1444.0,14984.0,Topic Modelling for Humans.,449.0,39,True,2023-08-24 08:44:46.000,4.3.2,43.0,gensim,conda-forge/gensim,,,,55466.0,55466.0,https://pypi.org/project/gensim,,,3887642.0,3921974.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1200051.0,,,,,1.0,4553.0,,piskvorky/gensim,,,,,,,,,,,,,,,,,, +59,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-02-08 11:19:40.000000,2024-02-08 11:15:35,5848.0,87.0,2065.0,204.0,1171.0,62.0,2175.0,13395.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,257.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3111.0,3014.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,97.0,120947.0,121473.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,22623.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +60,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-02-08 05:43:54.000000,2024-02-08 04:01:03,3936.0,366.0,2846.0,170.0,4519.0,355.0,2223.0,12746.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",283.0,39,True,2024-01-12 03:51:43.000,2.0.0,35.0,dgl,,,,,191.0,191.0,https://pypi.org/project/dgl,,,68748.0,68748.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +61,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-02-08 12:06:51.000000,2024-02-08 08:01:37,17000.0,222.0,915.0,120.0,3391.0,88.0,1485.0,9217.0,A hyperparameter optimization framework.,255.0,39,False,2023-12-11 05:04:29.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,12251.0,12251.0,https://pypi.org/project/optuna,,,2117052.0,2131095.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,617894.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +62,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-02-08 12:31:39.000000,2024-02-08 02:59:53,4258.0,204.0,1192.0,102.0,3391.0,769.0,1355.0,7197.0,A unified framework for machine learning with time series.,318.0,39,True,2024-01-27 05:22:50.000,0.26.0,61.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2256.0,2196.0,https://pypi.org/project/sktime,2024-01-27 05:22:50.000,60.0,744882.0,774877.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-01-27 10:37:50.794,929832.0,,,,,1.0,84.0,,sktime/sktime,,,,,,,,,,,,,,,,,, +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,2024-02-08 11:23:05.000000,2024-02-08 11:19:12,1781.0,23.0,2246.0,164.0,807.0,74.0,989.0,6579.0,Python Data. Leaflet.js Maps.,161.0,39,True,2023-12-04 11:12:36.000,0.15.1,30.0,folium,conda-forge/folium,,,,34605.0,33776.0,https://pypi.org/project/folium,2023-12-04 11:12:36.000,829.0,925402.0,994019.0,https://anaconda.org/conda-forge/folium,2023-12-04 11:42:27.248,2538846.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +64,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-02-08 13:01:12.000000,2024-02-08 01:56:15,4170.0,210.0,586.0,83.0,2184.0,194.0,682.0,5187.0,Flax is a neural network library for JAX that is designed for flexibility.,216.0,39,True,2024-02-07 21:53:16.000,0.8.1,42.0,flax,conda-forge/flax,,,['jax'],6157.0,5945.0,https://pypi.org/project/flax,2024-02-07 21:53:16.000,212.0,3445021.0,3446159.0,https://anaconda.org/conda-forge/flax,2024-02-08 03:12:06.588,39828.0,,,,,2.0,50.0,,,,,,,,,,,,,,,,,,,, +65,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-02-08 13:58:42.000000,2024-02-08 12:29:09,39809.0,1074.0,26457.0,2033.0,45040.0,,,37784.0,Apache Spark Python API.,3006.0,38,True,,,33.0,pyspark,conda-forge/pyspark,,,['spark'],,,https://pypi.org/project/pyspark,,,29913933.0,29981797.0,https://anaconda.org/conda-forge/pyspark,2023-10-04 13:44:45.676,2986047.0,,,,,2.0,,,,,,,stable/spark,,,,,,,,,,,,,, +66,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-02-08 12:38:39.000000,2024-01-24 03:54:03,6127.0,15.0,7088.0,424.0,2824.0,1055.0,7501.0,36354.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",190.0,38,True,2023-10-18 12:32:48.000,2.7.1,40.0,paddleocr,,,,['paddle'],2246.0,2208.0,https://pypi.org/project/paddleocr,2023-09-15 08:35:48.000,38.0,192584.0,192584.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +67,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-02-04 04:51:50.000000,2023-12-27 16:23:43,4667.0,112.0,2939.0,248.0,708.0,67.0,894.0,26581.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",163.0,38,True,2023-12-12 15:11:16.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",857.0,857.0,https://pypi.org/project/tts,,,137851.0,193054.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10376.0,,,,,1.0,1919169.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-02-01 00:30:31.000000,2024-02-01 00:26:01,2738.0,9.0,7517.0,614.0,2217.0,202.0,1585.0,25188.0,The fastai deep learning library.,665.0,38,True,2024-02-01 00:30:31.000,2.7.14,148.0,fastai,,,,['pytorch'],16487.0,16141.0,https://pypi.org/project/fastai,2024-02-01 00:30:31.000,346.0,423294.0,423294.0,,,,,,,,2.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-02-08 13:08:44.000000,2024-02-05 13:07:16,8237.0,6.0,2828.0,477.0,686.0,41.0,2125.0,12616.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,38,False,2023-05-14 13:10:44.000,19.24.2,26.0,dlib,conda-forge/dlib,,,,24829.0,24829.0,https://pypi.org/project/dlib,,,371658.0,386801.0,https://anaconda.org/conda-forge/dlib,2024-01-11 01:14:47.895,655627.0,,,,,2.0,25373.0,,,,,,,,,,,,,,,,,,,, +70,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,1.0,2511.0,543.0,4118.0,685.0,2088.0,9842.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,17557.0,14718.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,2839.0,385951.0,412225.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2391005.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +71,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-02-08 14:37:05.000000,2024-02-08 14:25:58,1692.0,228.0,1053.0,170.0,1946.0,435.0,598.0,9748.0,Development repository for the Triton language and compiler.,211.0,38,True,2024-01-10 03:11:56.000,2.2.0,192.0,triton,,,,,106.0,21.0,https://pypi.org/project/triton,2024-01-10 03:11:56.000,85.0,9148845.0,9148845.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +72,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-02-08 11:22:38.000000,2024-02-07 09:40:21,2660.0,62.0,892.0,128.0,1773.0,242.0,620.0,9099.0,Geometric Computer Vision Library for Spatial AI.,247.0,38,True,2023-12-27 10:47:21.000,0.7.1,37.0,kornia,conda-forge/kornia,,,['pytorch'],8297.0,8297.0,https://pypi.org/project/kornia,,,2552390.0,2555381.0,https://anaconda.org/conda-forge/kornia,2023-08-04 20:43:55.693,113146.0,,,,,1.0,934.0,,,,,,,,,,,,,,,,,,,, +73,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-02-04 09:47:21.000000,2024-02-02 00:07:41,5079.0,55.0,1725.0,132.0,975.0,333.0,1912.0,8168.0,"An open-source, low-code machine learning library in Python.",130.0,38,True,2023-11-12 21:46:01.000,3.2.0,95.0,pycaret,conda-forge/pycaret,,,,5107.0,5089.0,https://pypi.org/project/pycaret,2023-11-12 21:44:47.000,18.0,301107.0,302130.0,https://anaconda.org/conda-forge/pycaret,2023-11-16 02:21:22.926,42363.0,,,,,2.0,679.0,,,,,,,,,,,,,,,,,,,, +74,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-02-07 16:00:41.000000,2024-02-06 13:36:44,1757.0,16.0,662.0,118.0,559.0,194.0,688.0,8111.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,38,True,2024-01-22 16:49:29.000,0.15.1,83.0,tokenizers,conda-forge/tokenizers,,,,59517.0,59517.0,https://pypi.org/project/tokenizers,,,18035453.0,18068872.0,https://anaconda.org/conda-forge/tokenizers,2024-01-26 13:36:43.691,1437020.0,,,,,1.0,33.0,,,,,,,,,,,,,,,,,,,, +75,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-02-08 13:24:40.000000,2024-02-07 05:05:00,28212.0,245.0,738.0,125.0,6059.0,548.0,1623.0,7546.0,NumPy & SciPy for GPU.,357.0,38,True,2024-01-18 05:54:29.000,13.0.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2119.0,1908.0,https://pypi.org/project/cupy,2023-12-07 05:15:09.000,211.0,21485.0,98156.0,https://anaconda.org/conda-forge/cupy,2024-02-05 02:05:27.119,3295010.0,https://hub.docker.com/r/cupy/cupy,2024-01-18 05:56:19.967362,11.0,59058.0,1.0,169048.0,12.0,,,,,,,,,,,,,,,,,,, +76,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-02-08 06:57:45.000000,2024-02-08 06:57:44,7106.0,4012.0,500.0,42.0,437.0,232.0,1172.0,5177.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",114.0,38,True,2024-02-08 04:41:45.000,1.23.2,87.0,litellm,,,,others,868.0,868.0,https://pypi.org/project/litellm,,,284554.0,284554.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +77,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-02-08 14:34:06.000000,2024-02-08 10:37:50,6173.0,101.0,1508.0,109.0,4154.0,651.0,708.0,4107.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",302.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],16416.0,16197.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,219.0,2862816.0,2863614.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,26348.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +78,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-02-06 21:10:25.000000,2024-02-06 08:19:33,2237.0,11.0,539.0,88.0,790.0,229.0,899.0,3577.0,Manipulation and analysis of geometric objects.,151.0,38,True,2023-10-12 20:37:13.000,2.0.2,27.0,shapely,conda-forge/shapely,,,,61494.0,61494.0,https://pypi.org/project/shapely,,,17515934.0,17727159.0,https://anaconda.org/conda-forge/shapely,2023-11-23 18:52:59.047,8866947.0,,,,,2.0,3046.0,,,,,,,,,,,,,,,,,,,, +79,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-02-08 13:27:48.000000,2024-02-06 16:13:34,10703.0,58.0,378.0,59.0,2916.0,1026.0,2131.0,2562.0,"With Holoviews, your data visualizes itself.",140.0,38,True,2024-02-05 11:22:46.000,1.18.2,78.0,holoviews,conda-forge/holoviews,,,['jupyter'],9299.0,9296.0,https://pypi.org/project/holoviews,,,421072.0,455561.0,https://anaconda.org/conda-forge/holoviews,2024-02-05 11:08:49.579,1488372.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,663.0,,,,,2024-01-15 16:24:19.471,3.0,,,,,,,,, +80,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-02-08 12:15:24.000000,2024-02-07 18:22:06,17836.0,126.0,1302.0,84.0,7705.0,512.0,4239.0,2463.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,362.0,38,True,2024-01-16 18:38:53.000,1.6.1,77.0,mne,conda-forge/mne,,,,3752.0,3459.0,https://pypi.org/project/mne,2024-01-16 18:38:53.000,293.0,106900.0,114624.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,347584.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +81,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-02-07 04:57:45.000000,2023-12-11 02:26:35,1519.0,5.0,272.0,32.0,476.0,97.0,489.0,1377.0,Python library for reading and writing image data.,109.0,38,True,2023-12-11 02:26:46.000,2.33.1,89.0,imageio,conda-forge/imageio,,,,118471.0,115332.0,https://pypi.org/project/imageio,2023-12-11 02:26:42.000,3139.0,24455193.0,24595548.0,https://anaconda.org/conda-forge/imageio,2023-12-14 16:43:19.109,6034655.0,,,,,1.0,967.0,,,,,,,,,,,,,,,,,,,, +82,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-01-17 14:24:55.000000,2020-02-15 08:33:35,523.0,,6772.0,1291.0,165.0,667.0,224.0,31982.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,,,,28113.0,26413.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1700.0,702581.0,704400.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,149163.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +83,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,,6891.0,1075.0,11124.0,1805.0,7763.0,20690.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,37,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7336.0,7037.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,294.0,372533.0,372961.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10600.0,,,,,2.0,26582.0,,apache/mxnet,,,,,,,,,,5.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,2024-02-08 13:46:01.000000,2024-01-18 02:26:18,1371.0,17.0,1616.0,151.0,746.0,205.0,554.0,11798.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,117.0,37,True,2024-01-08 15:03:46.000,4.6.4,55.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2599.0,2403.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,196.0,552949.0,557590.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,417774.0,,,,,2.0,41.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,, +85,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-02-06 19:10:31.000000,2024-01-30 19:22:10,4726.0,88.0,4792.0,388.0,678.0,594.0,1317.0,11745.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",197.0,37,False,2024-01-24 15:27:39.000,2.6.5,57.0,glfw,conda-forge/glfw,,,,218.0,22.0,https://pypi.org/project/glfw,2024-01-24 15:27:39.000,196.0,236738.0,275288.0,https://anaconda.org/conda-forge/glfw,2023-12-14 03:10:06.213,177337.0,,,,,2.0,3597848.0,,,,,,,,,,,,,,,,,,,, +86,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-01-14 15:46:33.000000,2023-07-11 16:23:35,1095.0,,1417.0,253.0,657.0,383.0,1025.0,11432.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,14.0,moviepy,conda-forge/moviepy,,,,33927.0,33927.0,https://pypi.org/project/moviepy,,,766355.0,769166.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,222101.0,,,,,2.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,2024-02-08 14:05:16.000000,2024-02-07 08:51:05,20630.0,492.0,2067.0,181.0,3209.0,269.0,2055.0,7603.0,End-to-End Speech Processing Toolkit.,408.0,37,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,289.0,284.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,5.0,19132.0,19133.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,,, +88,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-02-08 14:35:51.000000,2024-02-08 11:11:18,9646.0,59.0,1188.0,125.0,1102.0,83.0,913.0,7233.0,A PyTorch-based Speech Toolkit.,228.0,37,True,2023-11-22 02:28:28.000,0.5.16,10.0,speechbrain,,,,['pytorch'],1482.0,1482.0,https://pypi.org/project/speechbrain,,,189385.0,189385.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +89,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2024-02-08 13:55:21.000000,2024-02-08 11:01:05,21247.0,521.0,1180.0,241.0,8065.0,964.0,1348.0,4749.0,Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations using bigdl-llm.,199.0,37,True,2023-11-13 02:02:20.000,2.4.0,830.0,bigdl,,,,,52.0,47.0,https://pypi.org/project/bigdl,2024-02-08 13:55:21.000,1.0,8731.0,8733.0,,,,,,,,2.0,215.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,4.0,,,, +90,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-01-07 00:32:00.000000,2023-12-31 11:04:55,953.0,21.0,811.0,86.0,201.0,89.0,652.0,3983.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,37,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,364861.0,352989.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,11872.0,12440244.0,12440244.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +91,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2024-02-07 20:42:59.000000,2024-01-17 02:02:52,3822.0,31.0,518.0,147.0,1131.0,161.0,1615.0,2088.0,Rasterio reads and writes geospatial raster datasets.,155.0,37,True,2023-10-19 14:09:18.000,1.3.9,153.0,rasterio,conda-forge/rasterio,,,,11382.0,10296.0,https://pypi.org/project/rasterio,2023-10-19 14:04:39.000,1086.0,2218347.0,2293736.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2789105.0,,,,,2.0,853.0,,,,,,,,,,,,,,,,,,,, +92,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-02-08 12:30:51.000000,2024-01-24 18:54:38,2320.0,2.0,6319.0,419.0,1325.0,1200.0,3036.0,28671.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,423.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2742.0,2667.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,75.0,531995.0,533391.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,59872.0,,,,,1.0,326.0,,,,,,,,,,,,,,,,,,,, +93,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-02-06 12:31:50.000000,2023-09-04 11:42:16,615.0,,2899.0,301.0,244.0,348.0,585.0,21017.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,36,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,5168.0,5074.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,94.0,433552.0,629904.0,,,,,,,,1.0,8639505.0,,,,,,,,,,,,,,,,,,,, +94,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-01-16 08:10:29.000000,2023-08-21 03:59:26,1627.0,,2787.0,380.0,457.0,8.0,1818.0,14254.0,Python Echarts Plotting Library.,39.0,36,True,2023-08-21 08:24:32.000,2.0.4,3.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],3844.0,3844.0,https://pypi.org/project/pyecharts,,,91276.0,91276.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +95,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-01-17 08:31:39.000000,2023-12-09 05:39:53,576.0,12.0,2361.0,223.0,245.0,114.0,416.0,9850.0,A little word cloud generator in Python.,72.0,36,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,863.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,842.0,1402833.0,1413424.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,455419.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +96,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-02-07 09:22:53.000000,2024-02-04 17:27:17,1220.0,124.0,1698.0,127.0,129.0,2.0,879.0,9147.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",53.0,36,True,2024-02-04 13:36:56.000,0.0.84,83.0,deepface,,,,,2562.0,2541.0,https://pypi.org/project/deepface,2024-02-04 13:31:41.000,21.0,191299.0,191299.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +97,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-02-08 14:34:25.000000,2024-02-08 12:45:20,26604.0,1519.0,1971.0,199.0,5008.0,155.0,3310.0,9129.0,Perform data science on data that remains in someone elses server.,505.0,36,True,2023-12-07 14:07:06.000,0.8.3,248.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2024-02-08 12:30:02.000,5.0,5729.0,5772.0,,,,,,,,1.0,2128.0,,,,,,,,,,,,,,,,,,,, +98,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-02-06 09:12:34.000000,2024-02-06 09:12:26,923.0,39.0,1044.0,124.0,272.0,34.0,665.0,8931.0,Unsupervised text tokenizer for Neural Network-based text generation.,82.0,36,True,2023-05-02 04:26:07.683,0.1.99,34.0,sentencepiece,conda-forge/sentencepiece,,,,55297.0,54322.0,https://pypi.org/project/sentencepiece,2023-05-02 04:26:07.683,975.0,11992789.0,12009879.0,https://anaconda.org/conda-forge/sentencepiece,2024-01-23 02:02:02.802,712958.0,,,,,1.0,33713.0,,,,,,,,,,,,,,,,,,,, +99,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-01-24 19:39:53.672000,2024-01-24 13:04:18,855.0,7.0,1275.0,140.0,491.0,39.0,546.0,6632.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,81.0,36,True,2024-01-24 19:22:58.000,0.12.0,34.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],24492.0,24132.0,https://pypi.org/project/imbalanced-learn,2024-01-24 19:14:48.000,360.0,9079311.0,9091216.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-01-24 19:39:53.672,523834.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +100,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-02-08 06:10:23.000000,2024-02-08 06:10:23,2923.0,238.0,714.0,72.0,3275.0,208.0,791.0,6261.0,Build Production-Grade AI Applications.,196.0,36,True,2024-02-05 07:44:07.000,1.2.2,133.0,bentoml,,,,,1543.0,1530.0,https://pypi.org/project/bentoml,2024-02-05 07:44:07.000,13.0,82943.0,82978.0,,,,,,,,2.0,1975.0,,,,,,,,,,,,,,,,,,,, +101,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-02-08 10:36:03.000000,2024-02-07 13:47:23,2953.0,51.0,928.0,92.0,3214.0,268.0,2596.0,5036.0,AI Toolkit for Healthcare Imaging.,178.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],1857.0,1805.0,https://pypi.org/project/monai,2023-10-12 17:09:21.000,52.0,129202.0,130011.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,21053.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +102,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-02-08 05:47:21.000000,2024-02-08 05:41:25,10159.0,496.0,1568.0,147.0,2169.0,554.0,1217.0,4898.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",236.0,36,True,2022-12-01 14:00:47.111,2.7.1,804.0,deepchem,conda-forge/deepchem,,,['tensorflow'],320.0,308.0,https://pypi.org/project/deepchem,2024-02-08 05:47:21.000,12.0,19234.0,21421.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,104979.0,,,,,1.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,2024-02-06 19:22:22.000000,2024-02-06 19:22:19,12049.0,37.0,1089.0,166.0,462.0,653.0,742.0,4036.0,Probabilistic reasoning and statistical analysis in TensorFlow.,487.0,36,True,2023-11-20 23:32:05.000,0.23.0,51.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],455.0,,https://pypi.org/project/tensorflow-probability,2023-11-20 23:21:06.000,455.0,2758834.0,2762180.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,120480.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +104,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-02-08 12:38:02.000000,2024-02-04 11:49:24,8439.0,64.0,694.0,99.0,13131.0,44.0,809.0,3602.0,State of the Art Natural Language Processing.,111.0,36,True,2024-01-18 22:07:14.000,5.2.3,137.0,spark-nlp,,,,['spark'],422.0,390.0,https://pypi.org/project/spark-nlp,2024-01-18 21:34:39.000,32.0,3836334.0,3836334.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +105,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-02-07 19:23:53.000000,2024-02-07 15:39:14,1276.0,109.0,362.0,57.0,1201.0,115.0,596.0,1492.0,The official Python client for the Huggingface Hub.,135.0,36,True,2024-01-22 08:58:25.000,0.20.3,95.0,huggingface_hub,conda-forge/huggingface_hub,,,,625.0,,https://pypi.org/project/huggingface_hub,2024-01-22 08:53:21.000,625.0,26012637.0,26055863.0,https://anaconda.org/conda-forge/huggingface_hub,2024-01-05 19:52:22.775,1556156.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +106,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-02-07 16:09:48.000000,2024-02-07 16:09:48,1524.0,14.0,366.0,48.0,1469.0,164.0,671.0,1490.0,Exploratory analysis of Bayesian models with Python.,153.0,36,True,2023-12-27 16:22:43.000,0.17.0,35.0,arviz,conda-forge/arviz,,,,5910.0,5743.0,https://pypi.org/project/arviz,2023-12-27 16:22:43.000,167.0,1734222.0,1780185.0,https://anaconda.org/conda-forge/arviz,2023-12-28 12:43:24.180,2068289.0,,,,,1.0,133.0,,,,,,,,,,,,,,,,,,,, +107,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-02-06 03:13:01.000000,2024-02-06 03:12:57,1855.0,17.0,199.0,31.0,211.0,22.0,390.0,1344.0,The ctypes-based simple ImageMagick binding for Python.,104.0,36,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,18876.0,18160.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,716.0,896124.0,897449.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,36874.0,,,,,2.0,40567.0,,,,,,,,,,,,,,,,,,,, +108,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-02-05 07:29:07.000000,2024-01-16 19:22:02,1473.0,6.0,209.0,47.0,528.0,33.0,732.0,1102.0,Fiona reads and writes geographic data files.,72.0,36,True,2023-10-12 19:29:21.000,1.9.5,108.0,fiona,conda-forge/fiona,,,,17815.0,17735.0,https://pypi.org/project/fiona,2023-10-12 19:16:01.000,80.0,6163222.0,6284959.0,https://anaconda.org/conda-forge/fiona,2024-01-01 18:20:39.698,5234694.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +109,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-02-08 11:13:41.000000,2024-01-09 17:24:35,389.0,3.0,4735.0,846.0,266.0,550.0,611.0,25396.0,Library for fast text representation and classification.,68.0,35,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,5766.0,5541.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,225.0,945779.0,947592.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,74333.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +110,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-02-08 13:42:09.000000,2024-02-08 13:03:37,7366.0,273.0,3389.0,252.0,2810.0,777.0,2548.0,19512.0,Graph Neural Network Library for PyTorch.,482.0,35,True,2023-10-12 08:28:59.000,2.4.0,36.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],,,https://pypi.org/project/torch-geometric,,,242143.0,242987.0,https://anaconda.org/conda-forge/pytorch_geometric,2023-11-08 13:56:02.983,36293.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +111,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-02-07 18:04:42.000000,2024-01-30 09:34:31,8771.0,85.0,2974.0,270.0,1223.0,165.0,656.0,17522.0,Best Practices on Recommendation Systems.,129.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,105.0,103.0,https://pypi.org/project/recommenders,2022-04-01 08:49:49.000,2.0,59868.0,59875.0,,,,,,,,1.0,467.0,,recommenders-team/recommenders,,,,,,,,,,,,,,,,,, +112,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-02-06 01:54:06.000000,2023-10-18 07:33:05,791.0,,4457.0,425.0,439.0,366.0,1723.0,17443.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,35,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,149.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,128.0,797913.0,831225.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1131712.0,,,,,1.0,2315.0,,,,,,,,,,,,,,,,,,,, +113,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2023-07-26 09:00:34.000000,2020-06-01 14:58:26,2913.0,,2425.0,232.0,336.0,295.0,223.0,14014.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,,,,18746.0,18318.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,428.0,343483.0,346164.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,150144.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +114,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-02-08 11:13:49.000000,2024-02-08 07:40:31,17629.0,608.0,5981.0,69.0,11427.0,1217.0,15638.0,13935.0,The Unified AI Framework.,1453.0,35,True,2023-06-29 19:33:01.167,0.0.0,108.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,2024-01-22 13:20:33.000,9.0,1475.0,1475.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +115,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-01-15 08:14:29.000000,2024-01-05 20:03:59,1332.0,1.0,2229.0,332.0,1580.0,372.0,1855.0,13807.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1120.0,1083.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,37.0,62781.0,62781.0,,,,,,,,2.0,,,,,,,stable/horovod,,,,,,,,,,,,,, +116,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-02-08 14:32:58.000000,2024-02-08 12:39:45,3081.0,306.0,1560.0,120.0,3302.0,361.0,2585.0,12632.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",227.0,35,True,2024-02-08 13:40:50.000,1.24.1,80.0,haystack,,,,,188.0,101.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,87.0,2726.0,2726.0,,,,,,,,2.0,23.0,,,,,,,,,,,,,,,,,,,, +117,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,,2260.0,283.0,3096.0,91.0,2477.0,11651.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'],4107.0,3917.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,190.0,52510.0,54440.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,119704.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,,,, +118,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-02-06 19:59:00.000000,2024-02-06 19:57:29,3819.0,93.0,1099.0,192.0,2810.0,277.0,751.0,10500.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",152.0,35,True,2024-01-23 04:10:36.000,0.9.3,46.0,ludwig,,,,['tensorflow'],236.0,236.0,https://pypi.org/project/ludwig,,,4076.0,4076.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +119,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-02-08 12:14:36.000000,2024-02-02 11:08:09,6024.0,4.0,3243.0,242.0,1444.0,1023.0,3839.0,10158.0,Open-source simulator for autonomous driving research.,171.0,35,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,635.0,628.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,16946.0,16946.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +120,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-02-08 10:25:36.000000,2024-02-08 06:11:27,6096.0,160.0,1909.0,182.0,5834.0,54.0,1872.0,9189.0,NeMo: a toolkit for conversational AI.,274.0,35,True,2024-01-11 02:04:18.000,1.22.0,46.0,nemo-toolkit,,,,['pytorch'],21.0,21.0,https://pypi.org/project/nemo-toolkit,,,52995.0,54275.0,,,,,,,,2.0,67890.0,,,,,,,,,,,,,,,,,,,, +121,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-02-08 06:53:14.000000,2024-02-08 06:53:14,2520.0,51.0,632.0,103.0,447.0,553.0,1185.0,8684.0,An open source multi-tool for exploring and publishing data.,76.0,35,True,2023-12-22 23:22:42.000,0.64.6,142.0,datasette,conda-forge/datasette,,,,1387.0,1167.0,https://pypi.org/project/datasette,2024-02-07 16:43:11.000,220.0,40789.0,41683.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,30378.0,,,,,1.0,59.0,,,,,,,datasette,,,,,,,,,,,,, +122,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-01-24 09:40:52.000000,2022-12-08 17:49:19,746.0,,973.0,135.0,221.0,320.0,270.0,8127.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,,,,50532.0,49219.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1313.0,3787649.0,3788953.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,80849.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +123,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-01-14 09:07:13.000000,2023-12-06 12:55:15,486.0,32.0,2328.0,283.0,140.0,310.0,315.0,7857.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,35,True,2023-12-06 13:10:51.000,3.10.1,56.0,SpeechRecognition,conda-forge/speechrecognition,,,,855.0,21.0,https://pypi.org/project/SpeechRecognition,2023-12-06 13:02:22.000,834.0,636162.0,640368.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,176655.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +124,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-02-08 02:34:42.000000,2024-02-08 02:04:34,1723.0,18.0,1295.0,149.0,207.0,188.0,144.0,7778.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,35,True,2023-11-18 08:45:46.000,1.1.2,90.0,pyod,conda-forge/pyod,,,,3324.0,3260.0,https://pypi.org/project/pyod,2023-11-18 08:43:48.000,64.0,663450.0,665453.0,https://anaconda.org/conda-forge/pyod,2023-11-18 09:26:18.014,90158.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +125,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-01-29 14:48:35.000000,2024-01-11 07:31:03,668.0,11.0,329.0,70.0,107.0,32.0,134.0,7640.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,35,True,2023-10-01 01:13:46.000,0.7.0,14.0,einops,conda-forge/einops,,,,26842.0,25974.0,https://pypi.org/project/einops,2023-10-01 01:13:46.000,868.0,7413020.0,7417571.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,182072.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +126,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-02-08 14:16:00.000000,2024-02-02 19:21:27,32311.0,81.0,2011.0,384.0,6753.0,2718.0,6539.0,6633.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",254.0,35,True,,,150.0,h2o,,,,,104.0,21.0,https://pypi.org/project/h2o,2023-12-20 19:10:56.000,83.0,411149.0,411149.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +127,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-02-08 13:21:13.000000,2024-02-05 15:47:00,1658.0,15.0,597.0,60.0,1801.0,113.0,1248.0,4418.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,205.0,35,True,2023-10-19 08:22:16.000,0.4.13,24.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2654.0,2654.0,https://pypi.org/project/pytorch-ignite,,,272561.0,275126.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,174445.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +128,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-01-02 16:59:03.000000,2023-11-23 21:41:49,1136.0,6.0,661.0,90.0,269.0,32.0,252.0,4200.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4070.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4070.0,4730938.0,4759448.0,https://anaconda.org/conda-forge/geopy,2023-11-24 00:10:43.371,1254479.0,,,,,2.0,18.0,,,,,,,,,,,,,,,,,,,, +129,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-02-08 08:18:52.000000,2024-02-08 06:56:45,3659.0,73.0,791.0,57.0,1425.0,337.0,1194.0,3885.0,"Serve, optimize and scale PyTorch models in production.",184.0,35,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],614.0,598.0,https://pypi.org/project/torchserve,2023-10-12 22:01:55.000,16.0,40573.0,67601.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,151361.0,https://hub.docker.com/r/pytorch/torchserve,2023-10-12 22:44:52.307587,22.0,1228226.0,2.0,5518.0,,,,,,,,,,,,,,,,,,,, +130,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-02-07 19:47:35.000000,2024-02-07 18:58:11,2206.0,41.0,207.0,65.0,131.0,73.0,533.0,3730.0,A Grammar of Graphics for Python.,106.0,35,True,2023-11-06 11:06:44.000,0.12.4,20.0,plotnine,conda-forge/plotnine,,,,7047.0,6775.0,https://pypi.org/project/plotnine,2023-11-06 11:02:10.000,272.0,2346914.0,2354522.0,https://anaconda.org/conda-forge/plotnine,2023-11-06 12:55:06.721,334771.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +131,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-02-07 20:33:52.000000,2024-01-17 20:31:21,3876.0,42.0,1030.0,153.0,1574.0,357.0,865.0,3583.0,Fast data visualization and GUI tools for scientific / engineering applications.,267.0,35,True,2023-04-14 21:33:03.621,0.13.3,21.0,pyqtgraph,conda-forge/pyqtgraph,,,,9761.0,8787.0,https://pypi.org/project/pyqtgraph,2023-04-14 21:33:03.621,974.0,147294.0,153206.0,https://anaconda.org/conda-forge/pyqtgraph,2023-06-16 13:19:32.302,502585.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +132,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-02-05 13:22:06.000000,2024-02-05 13:22:01,7356.0,35.0,606.0,117.0,1158.0,323.0,1104.0,3182.0,High-performance interactive 2D/3D data visualization library.,192.0,35,True,2023-10-03 22:23:12.000,0.14.1,37.0,vispy,conda-forge/vispy,,,['jupyter'],1550.0,1407.0,https://pypi.org/project/vispy,2023-10-03 22:13:28.000,141.0,72868.0,83990.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,455619.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,10.0,,,,,2020-03-15 14:39:41.516,2.0,,,,,,,,, +133,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-02-07 18:16:46.000000,2024-02-07 15:14:19,5271.0,5.0,284.0,79.0,779.0,16.0,124.0,2776.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2024-02-07 18:33:24.000,8.2.3,232.0,thinc,conda-forge/thinc,,,,43045.0,42403.0,https://pypi.org/project/thinc,2024-02-07 18:16:46.000,642.0,5832270.0,5892367.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2704401.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +134,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-02-08 08:26:16.000000,2024-02-08 02:59:39,4098.0,186.0,412.0,35.0,2926.0,468.0,1035.0,2182.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,154.0,35,True,2024-02-06 15:22:24.000,0.43.3,89.0,pyvista,conda-forge/pyvista,,,['jupyter'],2870.0,2608.0,https://pypi.org/project/pyvista,2024-02-06 15:22:24.000,262.0,262169.0,272167.0,https://anaconda.org/conda-forge/pyvista,2024-02-06 17:09:54.392,439472.0,,,,,2.0,791.0,,,,,,,,,,,,,,,,,,,, +135,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-02-07 20:53:29.453000,2024-02-07 13:16:10,5055.0,181.0,471.0,21.0,1169.0,916.0,600.0,2036.0,"This is the development home of the workflow management system Snakemake. For general information, see.",315.0,35,True,2024-02-07 13:16:49.000,8.4.7,233.0,snakemake,bioconda/snakemake,,,,1860.0,1860.0,https://pypi.org/project/snakemake,,,138562.0,148227.0,https://anaconda.org/bioconda/snakemake,2024-02-07 20:53:29.453,966562.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +136,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-02-08 13:36:49.000000,2024-02-08 02:35:50,1654.0,106.0,350.0,27.0,1382.0,66.0,703.0,1814.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",224.0,35,True,2024-01-30 10:36:04.000,1.3.0.post0,42.0,metrics,conda-forge/torchmetrics,,,['pytorch'],20402.0,20389.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,13.0,2890.0,37719.0,https://anaconda.org/conda-forge/torchmetrics,2023-12-01 20:39:28.126,1214368.0,,,,,2.0,4685.0,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,,, +137,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,3.0,556.0,58.0,1880.0,76.0,895.0,1679.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:15:27.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],13993.0,13993.0,https://pypi.org/project/tensorflow-addons,,,843319.0,843319.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +138,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-02-08 14:04:36.000000,2024-02-08 14:03:41,1564.0,79.0,156.0,32.0,1441.0,42.0,172.0,1123.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,35,True,2024-01-24 21:51:51.000,2024.1.0,24.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],9538.0,9538.0,https://pypi.org/project/scikit-learn-intelex,,,181916.0,188882.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-01-25 17:59:16.547,236871.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +139,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-02-05 20:09:46.000000,2024-02-05 20:07:17,1530.0,3.0,211.0,33.0,673.0,31.0,567.0,961.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,29102.0,27044.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2058.0,7894958.0,8061089.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7143636.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +140,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-01-17 19:47:04.000000,2023-12-26 14:53:14,5765.0,40.0,254.0,37.0,788.0,126.0,393.0,604.0,Python package to access a cacophony of neuro-imaging file formats.,100.0,35,True,2023-12-12 14:28:42.000,5.2.0,41.0,nibabel,conda-forge/nibabel,,,,18167.0,16965.0,https://pypi.org/project/nibabel,2023-12-11 21:37:41.000,1202.0,437927.0,453317.0,https://anaconda.org/conda-forge/nibabel,2023-12-12 00:00:35.048,677169.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +141,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-02-08 05:22:55.000000,2024-02-08 05:22:44,7613.0,302.0,2646.0,295.0,184.0,27.0,1009.0,25405.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-02-03 04:35:45.000,7.4.2,619.0,netron,,,,"['pytorch', 'tensorflow']",86.0,12.0,https://pypi.org/project/netron,2024-02-03 04:35:45.000,74.0,25019.0,123437.0,,,,,,,,1.0,98418.0,,,,,,,,,,,,,,,,,,,, +142,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-01-13 10:31:18.000000,2021-11-17 17:52:52,3466.0,,3924.0,664.0,1671.0,137.0,1985.0,23822.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'],437.0,394.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,4824.0,21954.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2520.0,,,,,2.0,1108198.0,11.0,,,,,,,,,,,,,,,,,,, +143,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2023-11-26 17:29:04.000000,2021-06-01 10:43:00,1848.0,,4455.0,549.0,712.0,400.0,1267.0,13802.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,,,,,5927.0,5574.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,353.0,32128.0,32128.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +144,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,2023-12-24 05:29:22.000000,2023-12-07 06:42:43,786.0,1.0,1543.0,131.0,663.0,371.0,438.0,13083.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,133.0,34,True,2023-06-10 07:44:08.000,1.3.1,18.0,albumentations,conda-forge/albumentations,,,['pytorch'],20654.0,20654.0,https://pypi.org/project/albumentations,,,1190135.0,1192836.0,https://anaconda.org/conda-forge/albumentations,2023-06-12 13:29:26.010,151266.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +145,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-02-06 22:23:52.000000,2023-08-20 17:38:53,890.0,,1110.0,322.0,267.0,54.0,341.0,12427.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,,,,3803.0,3528.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,275.0,768443.0,777779.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,382778.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +146,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-02-06 21:40:09.000000,2024-02-06 09:28:10,3760.0,105.0,845.0,139.0,165.0,92.0,975.0,11255.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",91.0,34,True,2024-01-07 10:47:57.000,16.0.4,232.0,ocrmypdf,conda-forge/ocrmypdf,,,,742.0,723.0,https://pypi.org/project/ocrmypdf,2024-01-07 10:47:57.000,19.0,83521.0,85576.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,61564.0,,,,,2.0,2070.0,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,,,,, +147,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2023-06-16 13:22:54.304000,2023-03-11 18:17:15,563.0,,1094.0,266.0,156.0,104.0,155.0,8837.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",36.0,34,True,2013-09-26 02:29:01.000,0.7.0,7.0,textblob,conda-forge/textblob,,,,35805.0,35805.0,https://pypi.org/project/textblob,,,580988.0,583676.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,241994.0,,,,,2.0,113.0,,,,,,,,,,,,,,,,,,,, +148,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-02-06 22:20:01.000000,2023-12-02 06:10:46,4212.0,71.0,900.0,143.0,469.0,83.0,763.0,6951.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",66.0,34,True,2023-12-03 06:48:53.000,1.7.0,22.0,stanza,stanfordnlp/stanza,,,,2534.0,2439.0,https://pypi.org/project/stanza,2023-12-03 06:48:53.000,95.0,164222.0,164377.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7317.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +149,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-02-01 09:17:28.000000,2024-02-01 09:17:20,2876.0,32.0,2223.0,175.0,1132.0,26.0,1411.0,6465.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2023-11-02 12:54:04.000,3.4.3,48.0,OpenNMT-py,,,,['pytorch'],262.0,252.0,https://pypi.org/project/OpenNMT-py,2023-11-02 12:54:04.000,10.0,5532.0,5532.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +150,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-02-07 22:53:52.000000,2024-02-06 23:09:37,19222.0,633.0,455.0,53.0,2678.0,472.0,980.0,6393.0,"Visualize, create, and debug image and video datasets and model predictions.",108.0,34,True,2024-01-25 23:41:59.000,0.23.4,139.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",497.0,486.0,https://pypi.org/project/fiftyone,2024-01-25 23:41:59.000,11.0,48031.0,48031.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +151,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-02-08 10:30:09.000000,2024-02-08 05:58:56,2984.0,202.0,709.0,141.0,93.0,86.0,325.0,5911.0,Fit interpretable models. Explain blackbox machine learning.,41.0,34,True,2024-02-08 10:30:09.000,0.5.1,47.0,interpret,,,,['jupyter'],644.0,614.0,https://pypi.org/project/interpret,2024-02-08 10:30:09.000,30.0,87647.0,87647.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +152,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-02-08 07:20:17.000000,2024-02-06 14:18:01,2291.0,50.0,605.0,91.0,245.0,423.0,520.0,5050.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",88.0,34,True,2024-02-07 07:44:14.000,1.14.2,93.0,clearml,,allegroai/trains,,,932.0,932.0,https://pypi.org/project/clearml,,,241167.0,241742.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30236.0,2.0,2042.0,,,,,,,,,,,,,,,,,,,, +153,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-01-20 20:05:12.000000,2024-01-05 18:46:51,1637.0,3.0,840.0,119.0,523.0,140.0,337.0,4710.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,103.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],12311.0,12121.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,190.0,661162.0,668081.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,297534.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +154,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-02-06 13:47:37.000000,2024-01-19 15:04:04,12141.0,139.0,1113.0,100.0,1313.0,146.0,742.0,4298.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2023-12-27 22:17:11.000,1.17.0,57.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,492.0,481.0,https://pypi.org/project/adversarial-robustness-toolbox,2023-12-27 21:11:33.000,11.0,27542.0,28382.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2023-12-27 22:57:10.074,36128.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +155,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-02-07 16:48:03.000000,2024-02-07 16:48:02,1292.0,6.0,2511.0,1975.0,532.0,386.0,1076.0,3882.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,102.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-02-06 19:36:25.000,48.0,536554.0,536561.0,,,,,,,,2.0,505.0,,,,,,,,,,,,,,,,,,,, +156,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-02-06 03:02:36.606000,2024-02-05 21:43:46,1269.0,56.0,225.0,31.0,421.0,82.0,201.0,3366.0,Lightning fast forecasting with statistical and econometric models.,37.0,34,True,2024-02-05 21:45:31.000,1.7.3,31.0,statsforecast,conda-forge/statsforecast,,,,728.0,702.0,https://pypi.org/project/statsforecast,2024-02-05 21:45:31.000,26.0,491664.0,494195.0,https://anaconda.org/conda-forge/statsforecast,2024-02-06 03:02:36.606,58229.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +157,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-02-08 08:22:59.000000,2024-02-05 21:47:08,1780.0,52.0,351.0,54.0,1519.0,64.0,395.0,2891.0,Bayesian optimization in PyTorch.,108.0,34,True,2023-12-09 02:30:45.000,0.9.5,42.0,botorch,conda-forge/botorch,,,['pytorch'],877.0,833.0,https://pypi.org/project/botorch,2023-12-09 02:30:45.000,44.0,127244.0,129592.0,https://anaconda.org/conda-forge/botorch,2023-12-09 03:51:41.401,98616.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +158,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-01-15 22:33:33.000000,2024-01-15 22:33:33,2291.0,21.0,584.0,69.0,480.0,245.0,702.0,2237.0,Survival analysis in Python.,116.0,34,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2314.0,2182.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,132.0,664687.0,671594.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,310849.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +159,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-02-08 07:23:47.000000,2024-02-07 22:54:14,2827.0,163.0,279.0,68.0,1547.0,34.0,588.0,2227.0,Adaptive Experimentation Platform.,161.0,34,True,2023-12-09 18:08:38.000,0.3.6,38.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],646.0,646.0,https://pypi.org/project/ax-platform,,,88751.0,89294.0,https://anaconda.org/conda-forge/ax-platform,2023-12-11 15:43:05.639,17384.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +160,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-02-08 12:16:31.000000,2024-02-08 11:55:08,957.0,72.0,319.0,52.0,1095.0,288.0,361.0,1946.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,96.0,34,True,2024-01-19 16:01:49.000,1.16.2,56.0,optimum,conda-forge/optimum,,,,1595.0,1535.0,https://pypi.org/project/optimum,2024-01-19 15:46:49.000,60.0,900491.0,901003.0,https://anaconda.org/conda-forge/optimum,2024-01-19 18:30:36.317,11272.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +161,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2023-12-19 22:00:11.000000,2023-12-04 09:05:52,1211.0,1.0,204.0,33.0,47.0,9.0,158.0,1535.0,Simple Python interface for Graphviz.,22.0,34,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,63710.0,60226.0,https://pypi.org/project/graphviz,2022-07-23 11:35:06.076,3484.0,7313319.0,7313842.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,42901.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +162,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-01-26 10:55:56.000000,2024-01-26 10:55:56,1171.0,21.0,344.0,65.0,595.0,234.0,347.0,1439.0,A Jupyter - Leaflet.js bridge.,87.0,34,True,2024-01-23 17:51:37.000,0.18.2,70.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],7170.0,7170.0,https://pypi.org/project/ipyleaflet,,,138847.0,183833.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1101077.0,,,,,2.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,20518.0,,,,,,,,,,,,,,, +163,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-02-01 01:43:52.000000,2024-01-31 19:53:34,866.0,6.0,324.0,45.0,1010.0,161.0,163.0,1177.0,Making text a first-class citizen in TensorFlow.,112.0,34,True,2023-11-15 19:00:05.000,2.15.0,67.0,tensorflow-text,,,,['tensorflow'],6523.0,6384.0,https://pypi.org/project/tensorflow-text,2023-11-15 18:28:36.000,139.0,5379186.0,5379186.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +164,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,,2011-01-09 19:02:23.000,2024-02-08 11:12:08.000000,2024-02-08 09:03:08,10216.0,103.0,541.0,70.0,2319.0,236.0,1705.0,1081.0,Machine learning for NeuroImaging in Python.,233.0,34,False,2024-01-29 09:22:59.000,0.10.3,23.0,nilearn,conda-forge/nilearn,,,['sklearn'],2861.0,2861.0,https://pypi.org/project/nilearn,,,53866.0,60514.0,https://anaconda.org/conda-forge/nilearn,2024-01-29 13:01:39.700,259120.0,,,,,2.0,151.0,,,,,,,,,,,,,,,,,,,, +165,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-02-08 13:16:54.000000,2024-02-08 10:50:09,2995.0,124.0,4167.0,374.0,3643.0,383.0,1169.0,36344.0,"Making large AI models cheaper, faster and more accessible.",162.0,33,True,2023-11-01 05:57:35.000,0.3.4,34.0,,,,,,291.0,291.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +166,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-02-08 01:21:08.000000,2024-02-08 01:15:03,1501.0,8.0,6823.0,381.0,648.0,384.0,3041.0,27996.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",265.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1602.0,1602.0,https://pypi.org/project/detectron2,,,,5176.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,222601.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +167,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-02-08 10:57:02.000000,2024-02-08 02:14:53,34873.0,651.0,12259.0,945.0,24276.0,,,22812.0,Apache Flink Python API.,1825.0,33,True,,,,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,,,54323.0,54323.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +168,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,,2018-08-02 17:56:45.000,2024-02-08 14:02:15.000000,2024-02-08 12:07:47,17008.0,990.0,2574.0,376.0,4633.0,379.0,3287.0,19862.0,Build AI using SQL.,819.0,33,False,2024-01-25 13:35:29.000,24.1.4.0,100.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,,,13833.0,13833.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +169,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-01-23 01:48:22.000000,2023-07-11 13:03:36,1421.0,,3770.0,759.0,1134.0,403.0,588.0,18845.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'],532.0,494.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,38.0,2594.0,2594.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +170,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,2023-12-26 23:00:56.000000,2020-10-14 16:36:49,6226.0,,4126.0,1003.0,1869.0,324.0,658.0,16869.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:43:07.000,1.4.1,13.0,zipline,conda-forge/zipline,,,,980.0,980.0,https://pypi.org/project/zipline,,,2976.0,3157.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7447.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +171,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2023-10-30 04:23:19.000000,2023-10-26 05:31:53,3012.0,,1817.0,283.0,3502.0,356.0,1677.0,13565.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,593.0,558.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,35.0,16030.0,16030.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +172,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-01-02 11:17:53.000000,2024-01-02 11:17:47,862.0,3.0,1363.0,418.0,85.0,32.0,159.0,9671.0,TensorFlow-based neural network library.,58.0,33,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1274.0,1221.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,53.0,19261.0,19790.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,26989.0,,,,,2.0,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,, +173,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,,870.0,261.0,148.0,83.0,103.0,9058.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,23.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,22554.0,22554.0,https://pypi.org/project/fuzzywuzzy,,,5035867.0,5041599.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,521697.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +174,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-02-07 21:44:02.000000,2024-01-25 06:38:02,10402.0,6.0,1965.0,350.0,3418.0,143.0,1132.0,8369.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,332.0,33,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,34.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,34.0,44330.0,47815.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,139412.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +175,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-02-07 22:04:50.000000,2024-02-07 22:04:50,2443.0,21.0,971.0,204.0,2267.0,241.0,828.0,8265.0,Deep universal probabilistic programming with Python and PyTorch.,149.0,33,True,2023-07-29 21:20:27.000,1.8.6,34.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,2023-07-29 21:09:56.000,116.0,281403.0,285390.0,https://anaconda.org/conda-forge/pyro-ppl,2023-07-29 23:12:47.995,139571.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +176,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-02-08 14:03:09.000000,2024-02-08 14:03:05,38288.0,443.0,791.0,146.0,9079.0,927.0,4970.0,7014.0,cuDF - GPU DataFrame Library.,270.0,33,True,2023-12-08 21:31:24.000,23.12.01,45.0,cudf,,,,,61.0,51.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,10.0,2617.0,2617.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +177,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-01-29 20:42:27.000000,2023-09-29 18:36:14,1218.0,,1022.0,126.0,273.0,349.0,394.0,6997.0,Distributed Asynchronous Hyperparameter Optimization in Python.,102.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,14052.0,13546.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,506.0,1883874.0,1895370.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,747245.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +178,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-02-04 15:29:26.812000,2024-01-08 21:37:22,1766.0,12.0,762.0,130.0,268.0,442.0,328.0,6765.0,Uniform Manifold Approximation and Projection.,128.0,33,True,2023-11-18 03:11:17.000,0.5.5,39.0,umap-learn,conda-forge/umap-learn,,,,559.0,1.0,https://pypi.org/project/umap-learn,2023-11-18 03:11:17.000,558.0,922424.0,974544.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2293306.0,,,,,2.0,,5.0,,,,,,,,,,,,,,,,,,, +179,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,2.0,872.0,219.0,220.0,174.0,233.0,6676.0,Efficiently computes derivatives of numpy code.,56.0,33,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,7568.0,7244.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,324.0,1449391.0,1468879.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,389764.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +180,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-01-29 12:29:20.000000,2023-12-27 20:40:01,3261.0,6.0,946.0,138.0,639.0,58.0,1105.0,6480.0,Python library for audio and music analysis.,119.0,33,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1533.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1533.0,2253835.0,2270519.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,717421.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +181,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,,1397.0,291.0,6588.0,12.0,2030.0,5846.0,A flexible framework of neural networks for deep learning.,322.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3579.0,3175.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,404.0,22319.0,22665.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16615.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +182,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,2023-12-16 19:25:54.000000,2023-12-16 19:23:13,1208.0,20.0,650.0,64.0,131.0,53.0,432.0,5649.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,33,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1235.0,1204.0,https://pypi.org/project/pytorch-metric-learning,2023-12-16 19:14:54.000,31.0,257666.0,257893.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11160.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +183,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-02-03 08:10:34.000000,2024-02-03 08:10:31,606.0,13.0,680.0,108.0,184.0,14.0,339.0,5337.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,33,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,1221.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,1221.0,1392315.0,1406176.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,596023.0,,,,,2.0,,5.0,,,,,,,,,,,,,,,,,,, +184,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-02-05 18:43:54.000000,2024-02-05 18:35:00,1054.0,22.0,461.0,228.0,733.0,191.0,331.0,4419.0,Model interpretability and understanding for PyTorch.,106.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],1842.0,1779.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,63.0,163177.0,163965.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,20507.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +185,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-02-07 22:12:27.000000,2024-02-06 08:50:39,1130.0,28.0,581.0,115.0,845.0,279.0,1026.0,3918.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",159.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3762.0,3589.0,https://pypi.org/project/coremltools,2023-11-01 14:33:59.000,173.0,187980.0,189433.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53456.0,,,,,2.0,9059.0,,,,,,,,,,,,,,,,,,,, +186,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-02-08 09:29:39.000000,2023-12-03 03:47:34,490.0,4.0,595.0,66.0,213.0,191.0,153.0,3829.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,5993.0,5927.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,66.0,657451.0,660788.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,126826.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +187,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-02-08 14:22:52.000000,2024-02-08 13:54:25,2853.0,179.0,288.0,25.0,2642.0,184.0,1611.0,2899.0,Argilla: the open-source feedback platform for LLMs.,77.0,33,True,2024-02-02 14:47:43.000,1.23.0,100.0,rubrix,conda-forge/rubrix,,,,2240.0,2240.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,458.0,1566.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28823.0,,,,,2.0,,,argilla-io/argilla,,,,,,,,,,,,,,,,,, +188,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-01-15 00:09:43.000000,2021-10-12 13:32:38,1570.0,,509.0,65.0,543.0,303.0,393.0,2704.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2021-10-12 15:33:19.000,0.9.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,5655.0,5378.0,https://pypi.org/project/scikit-optimize,2021-10-12 14:23:01.204,277.0,588465.0,597309.0,https://anaconda.org/conda-forge/scikit-optimize,2023-06-16 13:23:01.487,698743.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +189,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-02-08 11:34:17.000000,2024-01-30 17:55:53,2299.0,7.0,621.0,76.0,2847.0,202.0,713.0,2329.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",222.0,33,True,2024-01-30 18:17:31.000,2.2.0,31.0,torchaudio,,,,['pytorch'],561.0,,https://pypi.org/project/torchaudio,2024-01-30 17:34:49.000,561.0,2603109.0,2603109.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +190,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,10.0,355.0,84.0,168.0,215.0,146.0,2306.0,D3 Renderings of Matplotlib Graphics.,52.0,33,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,5925.0,5505.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,411.0,614307.0,619407.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,192754.0,,,,,2.0,,,,mpld3,https://www.npmjs.com/package/mpld3,720.0,,,,,2023-12-23 13:04:29.963,9.0,,,,,,,,, +191,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-02-08 14:37:15.000000,2024-02-07 20:22:52,3908.0,203.0,521.0,46.0,4070.0,266.0,889.0,2039.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,157.0,33,True,2024-01-22 17:04:21.000,0.34.0.post1,54.0,pennylane,conda-forge/pennylane,,,,805.0,736.0,https://pypi.org/project/pennylane,2024-01-08 20:32:42.000,69.0,42576.0,43818.0,https://anaconda.org/conda-forge/pennylane,2024-01-16 20:01:29.795,33518.0,,,,,2.0,70.0,,,,,,,,,,,,,,,,,,,, +192,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-02-08 13:10:43.000000,2024-02-08 13:10:42,2951.0,28.0,356.0,55.0,1121.0,314.0,924.0,1330.0,Cartopy - a cartographic python library with matplotlib support.,125.0,33,True,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,4822.0,4368.0,https://pypi.org/project/cartopy,2023-08-05 00:57:41.000,454.0,193185.0,268374.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3383517.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +193,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-02-04 16:37:06.755000,2024-02-04 09:41:18,2797.0,41.0,274.0,34.0,205.0,39.0,495.0,1207.0,Python interface for igraph.,71.0,33,False,2023-11-20 11:09:36.000,0.11.3,39.0,python-igraph,conda-forge/igraph,,,,4202.0,3786.0,https://pypi.org/project/python-igraph,2023-11-20 11:09:36.000,416.0,320001.0,338385.0,https://anaconda.org/conda-forge/igraph,2024-02-04 16:37:06.755,497611.0,,,,,1.0,562203.0,,,,,,,,,,,,,,,,,,,, +194,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,14.0,107.0,32.0,60.0,71.0,79.0,916.0,Describing statistical models in Python using symbolic formulas.,19.0,33,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,91029.0,88274.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,2755.0,13296134.0,13627177.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,9600262.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +195,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-02-06 16:12:56.000000,2024-02-06 16:12:55,14789.0,6.0,506.0,50.0,2279.0,396.0,949.0,713.0,Workflows and interfaces for neuroimaging packages.,251.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4154.0,3976.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,178.0,86986.0,101105.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,593011.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +196,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-02-08 06:08:16.636000,2024-02-07 14:05:28,13719.0,200.0,394.0,50.0,2017.0,151.0,755.0,650.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",152.0,33,False,2023-12-14 14:48:42.000,1.8.0,27.0,dipy,conda-forge/dipy,,,,1099.0,987.0,https://pypi.org/project/dipy,2023-12-14 14:48:42.000,112.0,23510.0,33883.0,https://anaconda.org/conda-forge/dipy,2024-02-08 06:08:16.636,425310.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +197,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-01-13 20:33:11.000000,2022-06-10 09:12:18,238.0,,12951.0,1563.0,225.0,728.0,584.0,51033.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2018-04-02 17:18:43.000,1.2.2,2.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],21.0,21.0,https://pypi.org/project/face_recognition,,,66881.0,67373.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19624.0,,,,,2.0,1224.0,,,,,,,,,,,,,,,,,,,, +198,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-02-08 13:17:32.000000,2024-02-08 09:11:45,3540.0,789.0,2446.0,267.0,2800.0,82.0,400.0,22260.0,You like pytorch? You like micrograd? You love tinygrad!.,270.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],44.0,44.0,,,,,,,,,,,,,1.0,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,,, +199,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,,3315.0,468.0,671.0,575.0,672.0,14540.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:10:01.000,1.15.7,75.0,tensor2tensor,,,,['tensorflow'],1454.0,1454.0,https://pypi.org/project/tensor2tensor,,,4304.0,4304.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +200,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,187.0,1005.0,580.0,712.0,12386.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,32,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1526.0,1520.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,6.0,4873.0,4884.0,,,,,,,,2.0,664.0,,,,,,,,,,,,,,,,,,,, +201,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,,1126.0,336.0,1683.0,502.0,1294.0,11142.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:44:07.000,6.4.1,30.0,turicreate,,,,,366.0,366.0,https://pypi.org/project/turicreate,,,42598.0,42728.0,,,,,,,,3.0,9631.0,,,,,,,,,,,,,,,,,,,, +202,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1737.0,263.0,114.0,88.0,535.0,11120.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,18.0,lime,conda-forge/lime,,,,4994.0,4994.0,https://pypi.org/project/lime,,,308873.0,311161.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,196802.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +203,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2436.0,459.0,260.0,577.0,362.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5278.0,4789.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,489.0,6486.0,6486.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +204,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2023-12-12 17:39:59.000000,2023-12-08 19:12:48,2431.0,7.0,1553.0,290.0,429.0,287.0,637.0,9409.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,32,False,2023-08-15 18:22:07.000,0.12.1,62.0,tpot,conda-forge/tpot,,,['sklearn'],2647.0,2585.0,https://pypi.org/project/tpot,2023-08-15 18:22:07.000,62.0,37601.0,43152.0,https://anaconda.org/conda-forge/tpot,2023-08-15 22:49:07.495,244284.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +205,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,2023-12-23 01:58:33.000000,2023-10-02 22:40:55,1387.0,,1406.0,303.0,889.0,129.0,758.0,9038.0,AutoML library for deep learning.,143.0,32,True,2023-01-28 18:46:30.271,1.1.0,58.0,autokeras,,,,['tensorflow'],642.0,629.0,https://pypi.org/project/autokeras,2023-01-28 18:46:30.271,13.0,12835.0,13071.0,,,,,,,,2.0,17763.0,,,,,,,,,,,,,,,,,,,, +206,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-02-07 02:50:32.000000,2023-12-28 06:35:09,2895.0,5.0,1598.0,87.0,1627.0,351.0,1648.0,8022.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",118.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1115.0,1111.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,4.0,1628.0,1628.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +207,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-02-08 14:09:31.000000,2024-02-08 14:09:30,844.0,40.0,659.0,275.0,1119.0,242.0,355.0,7341.0,"Build and manage real-life ML, AI, and data science projects with ease!.",81.0,32,True,2024-02-08 09:55:25.000,2.11.2,100.0,metaflow,conda-forge/metaflow,,,,585.0,585.0,https://pypi.org/project/metaflow,,,153387.0,157119.0,https://anaconda.org/conda-forge/metaflow,2024-01-15 15:33:47.821,160482.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +208,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-02-07 20:50:58.000000,2023-12-07 16:30:16,1315.0,3.0,830.0,158.0,1657.0,172.0,804.0,6951.0,An open source python library for automated feature engineering.,71.0,32,True,2023-10-26 18:21:15.000,1.28.0,100.0,featuretools,conda-forge/featuretools,,,,1525.0,1525.0,https://pypi.org/project/featuretools,,,50666.0,54674.0,https://anaconda.org/conda-forge/featuretools,2023-10-27 14:28:34.721,176358.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +209,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-02-08 13:29:21.000000,2023-12-27 14:04:05,2705.0,5.0,1137.0,209.0,1045.0,20.0,614.0,6467.0,An open source library for deep learning end-to-end dialog systems and chatbots.,76.0,32,True,2023-12-27 14:49:16.000,1.5.0,62.0,deeppavlov,,,,['tensorflow'],381.0,374.0,https://pypi.org/project/deeppavlov,2023-12-27 14:44:59.000,7.0,9561.0,9561.0,,,,,,,,2.0,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,, +210,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-02-02 08:20:24.000000,2023-07-28 00:16:45,2332.0,,1078.0,191.0,234.0,271.0,280.0,5456.0,Distributed Evolutionary Algorithms in Python.,87.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4756.0,4385.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,371.0,195906.0,204798.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,355685.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +211,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,,1540.0,305.0,294.0,149.0,268.0,5327.0,Portfolio and risk analytics in Python.,59.0,32,False,2019-04-15 11:38:22.000,0.9.2,8.0,pyfolio,conda-forge/pyfolio,,,,954.0,954.0,https://pypi.org/project/pyfolio,,,9575.0,9753.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12853.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +212,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-02-08 07:52:18.000000,2024-02-01 19:32:43,3849.0,48.0,550.0,85.0,545.0,102.0,462.0,4630.0,Online machine learning in Python.,109.0,32,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,450.0,420.0,https://pypi.org/project/river,2023-12-05 00:13:21.000,30.0,19417.0,20978.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,53097.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +213,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-02-07 20:07:45.000000,2024-02-07 07:34:42,2152.0,11.0,277.0,43.0,2118.0,332.0,645.0,4584.0,Aim An easy-to-use & supercharged open-source experiment tracker.,61.0,32,True,2024-02-07 09:25:26.000,3.18.1,889.0,aim,conda-forge/aim,,,,456.0,437.0,https://pypi.org/project/aim,2024-02-07 20:07:45.000,19.0,72462.0,73817.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,42029.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +214,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,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,5.0,152.0,76.0,66.0,17.0,120.0,3653.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2023-11-21 23:50:46.000,6.1.3,49.0,ftfy,conda-forge/ftfy,,,,17389.0,16750.0,https://pypi.org/project/ftfy,2023-11-21 23:50:46.000,639.0,4530244.0,4537831.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,280748.0,,,,,2.0,,4.0,,,,,,,,,,,,,,,,,,, +215,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,,671.0,186.0,737.0,262.0,669.0,3404.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,32,True,2020-10-21 13:39:07.000,2.1.2,9.0,dyNET,,,,,254.0,254.0,https://pypi.org/project/dyNET,,,244555.0,244722.0,,,,,,,,3.0,14764.0,,,,,,,,,,,,,,,,,,,, +216,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,,575.0,77.0,78.0,63.0,161.0,3021.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,,,,5234.0,5067.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,167.0,2178017.0,2181021.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,240372.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +217,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-02-06 17:34:20.000000,2024-01-19 08:29:16,1635.0,7.0,323.0,60.0,185.0,126.0,192.0,2724.0,The machine learning toolkit for time series analysis in Python.,43.0,32,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1186.0,1137.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,313952.0,342894.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1273474.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +218,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,8.0,398.0,39.0,149.0,45.0,239.0,2338.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1604.0,1429.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,175.0,1453673.0,1462600.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,249977.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +219,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2023-12-18 20:05:31.000000,2023-12-18 19:57:13,1353.0,11.0,303.0,22.0,44.0,34.0,200.0,2146.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2023-12-17 19:42:36.000,0.4.5,90.0,explainerdashboard,conda-forge/explainerdashboard,,,,445.0,435.0,https://pypi.org/project/explainerdashboard,2023-12-17 19:42:36.000,10.0,82061.0,83185.0,https://anaconda.org/conda-forge/explainerdashboard,2023-12-17 21:59:52.942,42729.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +220,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,2023-10-30 17:18:47.000000,2023-10-23 16:17:56,1077.0,,227.0,34.0,249.0,51.0,271.0,1487.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",22.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,7344.0,7255.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,89.0,1897960.0,1923743.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1031346.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +221,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-02-08 14:16:37.000000,2024-02-08 02:05:56,822.0,6.0,310.0,120.0,774.0,175.0,166.0,1451.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",83.0,32,True,2024-02-08 02:06:46.000,0.8.0,21.0,tensorflow-model-optimization,,,,['tensorflow'],3497.0,3497.0,https://pypi.org/project/tensorflow-model-optimization,,,682658.0,682658.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +222,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-02-08 11:19:20.000000,2024-02-06 15:21:54,13012.0,384.0,277.0,35.0,1745.0,459.0,615.0,982.0,Python package for earth-observing satellite data processing.,149.0,32,False,2023-12-18 08:08:56.000,0.46.0,92.0,satpy,conda-forge/satpy,,,,136.0,118.0,https://pypi.org/project/satpy,2023-12-18 08:08:56.000,18.0,33463.0,37592.0,https://anaconda.org/conda-forge/satpy,2023-12-18 13:40:45.405,181676.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +223,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-02-08 13:26:20.000000,2024-02-08 00:16:41,11325.0,123.0,235.0,57.0,11947.0,204.0,2157.0,915.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-01-12 18:15:13.000,0.2.127,147.0,hail,,,,['spark'],139.0,121.0,https://pypi.org/project/hail,2024-01-12 18:15:13.000,18.0,41698.0,41698.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +224,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-01-07 01:32:14.000000,2023-07-13 08:50:20,531.0,,2692.0,384.0,119.0,228.0,561.0,24459.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],658.0,652.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,13944.0,71979.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,79230.0,,,,,2.0,2937110.0,,,,,,,,,,,,,,,,,,,, +225,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4967.0,499.0,152.0,1014.0,1350.0,20316.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,31,False,2023-04-02 07:43:27.000,0.7,1.0,insightface,,,,['mxnet'],1616.0,1616.0,https://pypi.org/project/insightface,,,535903.0,717477.0,,,,,,,,2.0,1815748.0,,,,,,,,,,,,,,,,,,,, +226,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,,2060.0,286.0,3401.0,54.0,1494.0,10406.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,31,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,8181.0,8181.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +227,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-01-28 10:39:22.145000,2024-01-28 09:33:25,550.0,3.0,1203.0,168.0,428.0,63.0,470.0,7988.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],98.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,77.0,224315.0,253897.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1331216.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +228,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-02-08 14:11:32.000000,2024-02-08 14:11:31,1524.0,56.0,626.0,81.0,639.0,98.0,218.0,7800.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",44.0,31,False,2023-09-11 17:53:22.000,2.5.0,24.0,cleanlab,conda-forge/cleanlab,,,,258.0,248.0,https://pypi.org/project/cleanlab,2023-09-11 17:53:22.000,10.0,13745.0,14329.0,https://anaconda.org/conda-forge/cleanlab,2023-09-12 22:14:32.939,19881.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +229,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,1.0,870.0,86.0,274.0,78.0,376.0,7767.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,31,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,40522.0,39514.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,1008.0,2310386.0,2336832.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1136987.0,,,,,2.0,411.0,,,,,,,,,,,,,,,,,,,, +230,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,828.0,7314.0,Automated Machine Learning with scikit-learn.,88.0,31,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],579.0,540.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,17674.0,18288.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,20900.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,,, +231,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-02-07 15:11:52.000000,2024-01-22 12:10:22,357.0,3.0,1455.0,135.0,132.0,13.0,314.0,7300.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2476.0,2357.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,119.0,256077.0,256078.0,,,,,,,,2.0,141.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,, +232,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-02-06 20:07:27.000000,2024-02-06 06:43:07,5900.0,113.0,924.0,112.0,1607.0,84.0,627.0,7135.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2023-11-29 21:48:30.000,2.7.1,48.0,perspective-python,conda-forge/perspective,,,['jupyter'],113.0,113.0,https://pypi.org/project/perspective-python,,,6971.0,19484.0,https://anaconda.org/conda-forge/perspective,2023-12-04 04:58:10.833,515661.0,,,,,2.0,2087.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,496.0,,,,,,,,,,,,,,, +233,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-02-07 18:12:45.000000,2024-02-05 13:26:36,1140.0,40.0,776.0,60.0,905.0,245.0,1085.0,6962.0,A python library for user-friendly forecasting and anomaly detection on time series.,111.0,31,True,2024-01-21 16:13:43.000,0.27.2,40.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,511.0,506.0,https://pypi.org/project/u8darts,2024-01-21 16:13:43.000,5.0,21637.0,22924.0,https://anaconda.org/conda-forge/u8darts-all,2024-01-21 21:20:33.765,39694.0,https://hub.docker.com/r/unit8/darts,2024-01-21 16:15:31.089895,,513.0,2.0,,,,,,,,,,,,,,,,,,,,, +234,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-01-30 18:44:47.000000,2024-01-30 15:48:40,988.0,66.0,874.0,137.0,672.0,126.0,306.0,6559.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,83.0,31,True,2023-12-25 07:08:29.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,326.0,326.0,https://pypi.org/project/dowhy,,,41247.0,41729.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,18826.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,,,, +235,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,,1802.0,200.0,206.0,12.0,1343.0,6298.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,31,True,2019-01-18 19:18:13.000,doc-v0.9.0.1,3.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1457.0,1457.0,https://pypi.org/project/tensorpack,,,9571.0,9940.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10297.0,,,,,3.0,161.0,,,,,,,,,,,,,,,,,,,, +236,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-02-08 13:37:14.000000,2024-01-08 14:32:50,1082.0,6.0,369.0,82.0,526.0,53.0,450.0,5554.0,A scikit-learn compatible neural network library that wraps PyTorch.,61.0,31,True,2023-09-04 10:10:59.000,0.15.0,15.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1100.0,1100.0,https://pypi.org/project/skorch,,,67434.0,86419.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,778420.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +237,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,,2014-12-17 18:16:59.000,2024-02-08 02:46:01.000000,2024-01-28 22:04:49,29513.0,506.0,1518.0,184.0,2037.0,20.0,1558.0,4679.0,"mlpack: a fast, header-only C++ machine learning library.",311.0,31,False,2023-11-27 18:45:09.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,,,https://pypi.org/project/mlpack,,,2067.0,5873.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,167478.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +238,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1008.0,153.0,115.0,94.0,79.0,4447.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,,,3.0,imutils,conda-forge/imutils,,,,40429.0,40429.0,https://pypi.org/project/imutils,,,512851.0,516455.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,155012.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +239,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-01-31 21:54:07.762000,2024-01-31 21:05:41,785.0,20.0,363.0,74.0,283.0,56.0,508.0,4430.0,Visualizer for pandas data structures.,30.0,31,True,2024-01-31 21:31:51.000,3.10.0,141.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1014.0,1014.0,https://pypi.org/project/dtale,,,105932.0,111822.0,https://anaconda.org/conda-forge/dtale,2024-01-31 21:54:07.762,265094.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +240,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-01-13 11:36:10.000000,2023-11-02 13:49:44,662.0,,822.0,150.0,126.0,124.0,104.0,3927.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,3022.0,2972.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,50.0,75710.0,76347.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,22945.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +241,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-02-01 18:56:03.000000,2024-01-17 08:40:34,1084.0,12.0,338.0,60.0,1339.0,81.0,173.0,3808.0,A Python toolbox for performing gradient-free optimization.,53.0,31,True,2023-11-19 06:23:52.000,1.0.1,30.0,nevergrad,conda-forge/nevergrad,,,,616.0,616.0,https://pypi.org/project/nevergrad,,,71530.0,72544.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,45632.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +242,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-02-08 02:27:11.000000,2024-01-17 00:53:36,1401.0,11.0,447.0,52.0,755.0,42.0,465.0,3538.0,NeuralProphet: A simple forecasting package.,51.0,31,True,2023-06-14 22:41:07.000,0.6.2,28.0,neuralprophet,,,,['pytorch'],380.0,375.0,https://pypi.org/project/neuralprophet,2023-12-11 20:39:24.000,5.0,71888.0,71888.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +243,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-02-06 10:10:29.000000,2024-02-06 10:10:27,1180.0,11.0,1668.0,147.0,210.0,3.0,682.0,3423.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,31,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],,,https://pypi.org/project/tensorflow-hub,,,3462042.0,3464260.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-30 18:21:57.617,93163.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +244,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-02-08 07:54:18.000000,2024-01-08 13:11:42,1490.0,2.0,366.0,91.0,737.0,133.0,441.0,3149.0,Quickly and accurately render even the largest data.,54.0,31,True,2023-10-26 15:10:16.000,0.16.0,42.0,datashader,conda-forge/datashader,,,,3683.0,3548.0,https://pypi.org/project/datashader,2023-10-31 11:50:35.000,135.0,89560.0,106274.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,752162.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +245,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,324.0,66.0,75.0,9.0,121.0,2960.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,12312.0,11928.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,384.0,1183411.0,1187470.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,353179.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +246,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,2023-12-27 20:29:35.000000,2023-11-29 20:31:13,1079.0,3.0,382.0,62.0,487.0,201.0,268.0,2796.0,A Hyperparameter Tuning Library for Keras.,60.0,31,True,2023-11-07 19:38:18.000,1.4.6,34.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],3240.0,3178.0,https://pypi.org/project/keras-tuner,2023-11-07 19:38:18.000,62.0,153834.0,154770.0,https://anaconda.org/conda-forge/keras-tuner,2023-11-10 05:23:26.167,28100.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +247,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-02-07 19:15:33.000000,2024-02-02 23:52:02,700.0,1.0,247.0,40.0,806.0,70.0,283.0,2761.0,PyTorch extensions for high performance and large scale training.,73.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4210.0,4144.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,439652.0,446019.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,171915.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +248,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-02-02 13:39:08.000000,2024-01-29 08:06:35,967.0,7.0,221.0,39.0,523.0,72.0,171.0,2690.0,JAX-based neural network library.,80.0,31,True,2023-11-10 14:04:37.000,0.0.11,14.0,dm-haiku,conda-forge/dm-haiku,,,,1787.0,1699.0,https://pypi.org/project/dm-haiku,2023-11-10 14:04:37.000,88.0,185463.0,185870.0,https://anaconda.org/conda-forge/dm-haiku,2023-11-16 14:41:40.026,14653.0,,,,,3.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,, +249,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-02-08 10:14:59.000000,2024-02-08 09:52:53,802.0,26.0,314.0,40.0,876.0,40.0,261.0,2685.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",42.0,31,True,2023-09-09 13:24:13.000,0.7.0,13.0,python-doctr,,,,"['tensorflow', 'pytorch']",246.0,243.0,https://pypi.org/project/python-doctr,2023-09-09 13:24:13.000,3.0,17316.0,82799.0,,,,,,,,2.0,2357404.0,,,,,,,,,,,,,,,,,,,, +250,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-02-07 08:33:21.000000,2024-02-07 08:33:21,1151.0,37.0,231.0,27.0,992.0,99.0,405.0,2684.0,A python library for self-supervised learning on images.,38.0,31,True,2024-01-24 16:34:00.000,1.4.26,113.0,lightly,,,,['pytorch'],216.0,209.0,https://pypi.org/project/lightly,2024-01-24 16:35:38.000,7.0,22835.0,22835.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +251,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-01-31 04:06:19.000000,2024-01-30 06:50:46,2931.0,9.0,687.0,78.0,851.0,257.0,622.0,2564.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",122.0,31,True,2023-10-16 21:49:45.000,0.1.24,24.0,pgmpy,,,,,886.0,853.0,https://pypi.org/project/pgmpy,2023-10-16 20:46:07.000,33.0,45656.0,45663.0,,,,,,,,2.0,308.0,,,,,,,,,,,,,,,,,,,, +252,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-02-08 09:26:08.000000,2024-02-08 06:24:02,5529.0,148.0,699.0,89.0,5743.0,201.0,849.0,2052.0,TFX is an end-to-end platform for deploying production ML pipelines.,182.0,31,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,2023-09-06 22:01:30.000,14.0,47581.0,47581.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +253,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2023-12-18 04:15:22.000000,2023-11-17 20:35:45,543.0,11.0,154.0,44.0,76.0,4.0,127.0,1956.0,a python library for doing approximate and phonetic matching of strings.,31.0,31,True,,,14.0,jellyfish,conda-forge/jellyfish,,,,8033.0,8033.0,https://pypi.org/project/jellyfish,,,2608200.0,2625990.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,782763.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +254,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-02-06 19:14:08.000000,2024-02-06 19:14:07,3680.0,18.0,187.0,50.0,1349.0,119.0,711.0,1948.0,Ahead of Time compiler for numeric kernels.,72.0,31,True,,,30.0,pythran,conda-forge/pythran,,,,1738.0,1738.0,https://pypi.org/project/pythran,,,164884.0,175730.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,444691.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran,, +255,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-02-01 19:44:41.000000,2024-02-01 19:44:41,4145.0,16.0,1075.0,154.0,1090.0,53.0,611.0,1713.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,40.0,arcgis,,esridocker/arcgis-api-python-notebook,,,37.0,4.0,https://pypi.org/project/arcgis,2023-12-12 19:09:17.000,33.0,114902.0,115018.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,10386.0,,,,,,,,,,,,,,,,,,,, +256,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-01-31 22:26:36.000000,2023-12-27 10:12:23,938.0,2.0,207.0,48.0,308.0,127.0,122.0,1705.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,31,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,6731.0,6568.0,https://pypi.org/project/evaluate,2023-10-13 15:54:47.000,163.0,2837238.0,2837238.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +257,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,278.0,51.0,157.0,85.0,218.0,1572.0,Python Geocoder.,73.0,31,False,2016-09-05 17:57:51.000,1.17.3,18.0,geocoder,conda-forge/geocoder,,,,8962.0,8962.0,https://pypi.org/project/geocoder,,,416194.0,417825.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,137063.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder, +258,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-02-03 14:07:55.000000,2024-01-29 13:42:57,1244.0,16.0,135.0,30.0,104.0,33.0,248.0,1484.0,Statistical package in Python based on Pandas.,43.0,31,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,1821.0,1747.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,68207.0,70768.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,112716.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +259,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-01-29 21:02:59.000000,2024-01-29 21:02:59,938.0,11.0,427.0,87.0,218.0,49.0,235.0,1397.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2612.0,2245.0,https://pypi.org/project/emcee,2023-02-02 20:53:47.943,367.0,134768.0,138216.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,320750.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +260,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-02-08 14:37:29.000000,2024-02-08 14:37:26,3802.0,196.0,46.0,163.0,498.0,126.0,371.0,1367.0,Multiplatform plotting library based on Grammar of Graphics.,20.0,31,True,2023-12-28 14:30:03.000,4.2.0,68.0,lets-plot,,,,,60.0,58.0,https://pypi.org/project/lets-plot,2023-12-28 13:56:03.000,2.0,26956.0,26967.0,,,,,,,,2.0,596.0,,,,,,,,,,,,,,,,,,,, +261,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-02-05 18:19:57.000000,2024-01-30 12:00:27,1528.0,15.0,163.0,17.0,779.0,106.0,440.0,1249.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,31,True,2023-09-18 03:57:15.000,0.26.0,59.0,pyjanitor,conda-forge/pyjanitor,,,,560.0,540.0,https://pypi.org/project/pyjanitor,2023-09-18 03:57:09.000,20.0,197203.0,199853.0,https://anaconda.org/conda-forge/pyjanitor,2023-06-16 16:12:04.304,188153.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +262,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-02-01 19:43:14.000000,2024-01-05 16:06:48,1120.0,14.0,277.0,45.0,512.0,27.0,182.0,1231.0,ARCH models in Python.,35.0,31,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,1462.0,1392.0,https://pypi.org/project/arch,2024-01-05 08:24:51.000,70.0,299755.0,306119.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,280051.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +263,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-02-05 14:26:01.000000,2024-02-05 14:26:00,655.0,32.0,94.0,23.0,505.0,319.0,400.0,893.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-01-30 08:44:06.000,0.9.2,65.0,hvplot,conda-forge/hvplot,,,,4487.0,4378.0,https://pypi.org/project/hvplot,2024-01-29 16:25:57.000,109.0,158487.0,170371.0,https://anaconda.org/conda-forge/hvplot,2024-01-30 08:55:28.301,522919.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +264,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2023-12-15 12:50:52.000000,2023-12-15 12:50:52,282.0,5.0,107.0,24.0,52.0,35.0,56.0,467.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,31,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,18423.0,18056.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,367.0,1961980.0,1980457.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,739092.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +265,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,,4382.0,1257.0,557.0,836.0,2543.0,17425.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,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,654.0,801.0,,,,,,,,3.0,14347.0,,,,,,,,,,,,,,,,,,,, +266,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2023-09-25 05:14:24.000000,2023-08-26 12:04:19,383.0,,2155.0,286.0,96.0,309.0,446.0,8274.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,,,,1558.0,1539.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,4761.0,17862.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6835.0,,,,,2.0,906051.0,,,,,,,,,,,,,,,,,,,, +267,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-02-07 20:02:10.000000,2024-02-07 19:56:52,1136.0,25.0,1198.0,146.0,156.0,228.0,1227.0,8064.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,136.0,30,False,2023-10-31 20:06:30.000,0.7.5,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],707.0,707.0,https://pypi.org/project/pytorch3d,,,4292.0,7914.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,184749.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +268,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-02-08 01:28:58.000000,2024-02-08 01:28:57,1168.0,18.0,1318.0,101.0,627.0,691.0,517.0,7846.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2246.0,2246.0,,,,,4577.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,183086.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +269,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-02-08 09:05:20.000000,2024-02-07 23:21:48,2094.0,120.0,825.0,101.0,2338.0,310.0,890.0,6815.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",115.0,30,True,2023-11-30 05:58:09.000,1.0.0,1386.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",9.0,2.0,https://pypi.org/project/autogluon,2024-02-08 09:05:20.000,7.0,66093.0,66214.0,,,,https://hub.docker.com/r/autogluon/autogluon,2023-07-26 19:13:58.158186,17.0,6680.0,2.0,,,,,,,,,,,,,,,,,,,,, +270,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-01-31 07:05:16.000000,2023-01-31 19:40:04,3203.0,,1394.0,191.0,784.0,40.0,423.0,6015.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",131.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],599.0,587.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,1164.0,1334.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7488.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +271,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,662.0,89.0,206.0,140.0,356.0,4536.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,30,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1403.0,1353.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,628857.0,631194.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,170604.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +272,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-02-07 14:28:35.000000,2022-09-24 16:20:26,585.0,,870.0,94.0,212.0,95.0,443.0,4428.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,5.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3628.0,3628.0,https://pypi.org/project/pandas-ta,,,99508.0,100215.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,19817.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +273,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-02-07 19:40:29.000000,2024-02-07 19:25:54,1447.0,21.0,762.0,75.0,1775.0,296.0,625.0,4068.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,16.0,195077.0,195102.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,711.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +274,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-02-05 02:43:00.000000,2023-12-19 14:36:52,3303.0,29.0,522.0,120.0,370.0,66.0,736.0,3917.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,,,12.0,dedupe,conda-forge/dedupe,,,,314.0,314.0,https://pypi.org/project/dedupe,,,66560.0,68199.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,42620.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +275,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-02-08 07:36:49.000000,2024-02-07 14:01:16,15359.0,59.0,493.0,69.0,3407.0,839.0,1542.0,3794.0,cuML - RAPIDS Machine Learning Library.,168.0,30,True,2023-12-06 19:20:46.000,23.12.00,37.0,cuml,,,,,6.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,6.0,2163.0,2163.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +276,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,6.0,267.0,47.0,50.0,26.0,94.0,3746.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,,,,4826.0,4692.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,134.0,1143283.0,1150388.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,277117.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +277,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-01-30 15:36:10.000000,2023-10-04 07:40:23,3656.0,,474.0,100.0,1044.0,254.0,368.0,3524.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2023-10-17 15:07:51.000,0.12.42,110.0,bqplot,conda-forge/bqplot,,,['jupyter'],178.0,54.0,https://pypi.org/project/bqplot,2023-10-17 15:07:51.000,107.0,127930.0,159065.0,https://anaconda.org/conda-forge/bqplot,2023-11-06 09:55:37.480,1256080.0,,,,,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,3223.0,,,,,2023-10-17 10:48:26.195,17.0,,,,,,,,, +278,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-02-08 11:34:22.000000,2024-02-08 00:52:14,1299.0,7.0,782.0,276.0,1443.0,264.0,514.0,3416.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",153.0,30,True,2024-01-30 18:16:31.000,0.17.0,28.0,torchtext,,,,['pytorch'],,,https://pypi.org/project/torchtext,,,513289.0,513289.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +279,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-02-04 19:23:20.000000,2024-02-04 19:23:19,3829.0,7.0,507.0,61.0,880.0,320.0,966.0,3346.0,A highly efficient implementation of Gaussian Processes in PyTorch.,128.0,30,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],1924.0,1834.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,90.0,167576.0,170775.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,143956.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +280,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,3.0,241.0,65.0,52.0,,,3262.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,30,True,2023-12-29 09:27:05.000,4.6.1,11.0,textdistance,conda-forge/textdistance,,,,5681.0,5681.0,https://pypi.org/project/textdistance,,,529566.0,537020.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,513456.0,,,,,2.0,973.0,,,,,,,,,,,,,,,,,,,, +281,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,437.0,93.0,122.0,78.0,348.0,3231.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,30,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1102.0,1042.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,323110.0,325719.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,104362.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +282,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-02-04 02:46:30.000000,2024-02-04 02:46:10,1281.0,9.0,272.0,54.0,217.0,51.0,412.0,2918.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,36.0,30,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,648.0,632.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,216123.0,237910.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,958632.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +283,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-01-20 21:16:47.000000,2024-01-20 14:36:02,469.0,6.0,729.0,119.0,119.0,57.0,369.0,2908.0,"Hidden Markov Models in Python, with scikit-learn like API.",46.0,30,True,2023-04-18 18:59:00.534,0.3.0,12.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2419.0,2273.0,https://pypi.org/project/hmmlearn,2023-04-18 18:59:00.534,146.0,267995.0,273012.0,https://anaconda.org/conda-forge/hmmlearn,2023-10-07 20:19:04.855,205707.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +284,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-02-06 22:15:06.000000,2023-11-20 19:03:21,997.0,1.0,478.0,57.0,136.0,341.0,164.0,2624.0,A high performance implementation of HDBSCAN clustering.,86.0,30,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3308.0,3079.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,229.0,605659.0,650623.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1798590.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +285,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,33.0,443.0,126.0,143.0,192.0,247.0,2590.0,PYthon svg GrAph plotting Library.,77.0,30,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,637.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,637.0,334996.0,337881.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,37507.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +286,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-02-07 13:32:33.000000,2023-12-03 09:09:14,2415.0,17.0,251.0,27.0,1126.0,75.0,224.0,2516.0,Database system for AI-powered apps.,73.0,30,True,2023-11-19 16:35:30.000,0.3.9,36.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,,,17799.0,39360.0,,,,,,,,3.0,409669.0,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,,, +287,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-02-06 03:57:24.000000,2024-01-30 14:57:39,1097.0,29.0,248.0,30.0,420.0,94.0,311.0,2170.0,Scalable and user friendly neural forecasting algorithms.,35.0,30,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,109.0,104.0,https://pypi.org/project/neuralforecast,2023-10-05 19:40:30.000,5.0,13167.0,13726.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,12870.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +288,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-02-08 08:12:15.000000,2023-12-27 07:53:06,1445.0,88.0,200.0,49.0,242.0,154.0,154.0,1992.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",40.0,30,True,2023-12-27 07:54:37.000,0.33.0,168.0,graphistry,,,,['jupyter'],114.0,108.0,https://pypi.org/project/graphistry,2023-12-27 07:54:37.000,6.0,3505.0,3505.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +289,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-02-05 15:04:29.000000,2024-02-05 15:04:26,519.0,14.0,382.0,88.0,102.0,74.0,258.0,1917.0,bt - flexible backtesting for Python.,31.0,30,True,2023-11-20 02:57:57.000,1.0.0,3.0,bt,conda-forge/bt,,,,1594.0,1594.0,https://pypi.org/project/bt,,,7183.0,7788.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,20599.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +290,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-02-07 16:07:07.000000,2024-02-07 13:16:15,2447.0,7.0,438.0,76.0,1262.0,149.0,682.0,1783.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],651.0,614.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,44368.0,44728.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,24878.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +291,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-02-07 20:20:08.000000,2024-02-07 20:20:03,285.0,8.0,355.0,53.0,77.0,78.0,109.0,1759.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,41.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],5860.0,5701.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,159.0,179557.0,180701.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,77821.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +292,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-02-05 12:04:53.000000,2023-12-31 15:46:16,440.0,30.0,270.0,59.0,101.0,22.0,99.0,1718.0,ffn - a financial function library for Python.,32.0,30,True,2023-12-31 16:05:45.000,1.0.1,7.0,ffn,conda-forge/ffn,,,,424.0,424.0,https://pypi.org/project/ffn,,,183467.0,183662.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6657.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +293,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-01-15 17:42:53.000000,2024-01-15 17:42:53,1589.0,3.0,281.0,54.0,137.0,79.0,182.0,1700.0,"CUDA integration for Python, plus shiny features.",81.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2857.0,2632.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,225.0,36328.0,44300.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,279040.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +294,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-02-06 17:12:27.000000,2024-01-11 00:02:53,859.0,49.0,109.0,20.0,345.0,97.0,219.0,1658.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,45.0,30,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,,['jax'],465.0,408.0,https://pypi.org/project/equinox,2024-01-10 21:26:20.000,57.0,105828.0,105828.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +295,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-01-31 08:55:10.000000,2024-01-31 08:55:09,1115.0,16.0,173.0,21.0,145.0,46.0,124.0,1625.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2023-11-24 08:35:59.000,0.34.1,37.0,audiomentations,,,,,426.0,421.0,https://pypi.org/project/audiomentations,2023-11-24 08:35:59.000,5.0,17074.0,17074.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +296,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,3.0,162.0,32.0,245.0,,,1309.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2023-12-19 07:41:39.000,1.3.4,76.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1519.0,1474.0,https://pypi.org/project/spacy-transformers,2023-12-19 07:15:13.000,45.0,185747.0,186754.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,27209.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +297,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-01-28 02:04:42.000000,2024-01-27 19:32:10,3020.0,11.0,259.0,34.0,37.0,2.0,481.0,1204.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,30,True,2024-01-28 02:04:42.000,0.40.0,100.0,ktrain,,,,['tensorflow'],497.0,497.0,https://pypi.org/project/ktrain,,,10886.0,10886.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +298,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2023-12-21 21:50:42.816000,2023-12-21 20:10:06,1524.0,2.0,146.0,41.0,132.0,4.0,640.0,1153.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,30,True,,,10.0,agate,conda-forge/agate,,,,2729.0,2729.0,https://pypi.org/project/agate,,,4741960.0,4746892.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,162756.0,,,,,2.0,,-3.0,,,,,,,,,,,,,,,,,,, +299,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-02-06 15:24:07.000000,2024-02-05 22:43:05,10457.0,183.0,224.0,36.0,1435.0,206.0,343.0,1117.0,Computations and statistics on manifolds with geometric structures.,89.0,30,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,97.0,94.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3189.0,3296.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2151.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +300,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-02-07 21:19:41.000000,2024-02-07 21:19:40,1930.0,85.0,295.0,23.0,2233.0,80.0,226.0,1111.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,30,True,2024-02-02 15:38:36.000,0.34.0,53.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",86.0,83.0,https://pypi.org/project/raiwidgets,2024-01-31 23:03:33.000,3.0,5202.0,5202.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +301,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-02-02 15:53:51.000000,2024-01-23 22:06:47,3279.0,7.0,240.0,48.0,351.0,70.0,263.0,1012.0,"OpenCL integration for Python, plus shiny features.",95.0,30,True,2024-01-23 22:08:06.000,2024.1,95.0,pyopencl,conda-forge/pyopencl,,,,2008.0,1798.0,https://pypi.org/project/pyopencl,2024-01-23 22:46:25.000,210.0,53605.0,75895.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,980803.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +302,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-02-07 12:52:05.000000,2024-02-07 12:52:04,923.0,6.0,194.0,59.0,98.0,32.0,173.0,979.0,Input pipeline framework.,28.0,30,True,2023-08-11 22:59:18.000,1.14.0,45.0,tensorflow-transform,,,,['tensorflow'],1633.0,1633.0,https://pypi.org/project/tensorflow-transform,,,689671.0,689671.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +303,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-02-08 13:32:17.000000,2024-02-07 17:12:58,163069.0,2603.0,88.0,52.0,2038.0,79.0,282.0,670.0,TensorFlow ROCm port.,4559.0,30,True,2019-10-11 17:16:09.000,2.0.0-rocm,2.0,tensorflow-rocm,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-rocm,,,5152.0,5152.0,,,,,,,,3.0,21.0,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,,, +304,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-02-07 11:48:05.000000,2024-02-02 23:10:31,17082.0,31.0,113.0,27.0,3564.0,506.0,3378.0,476.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2024-02-02 23:10:48.000,0.19.6,111.0,datalad,conda-forge/datalad,,,,65.0,,https://pypi.org/project/datalad,2024-02-02 23:10:48.000,65.0,21034.0,30576.0,https://anaconda.org/conda-forge/datalad,2024-02-03 04:09:03.909,419878.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +305,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4769.0,649.0,372.0,495.0,436.0,15156.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,,,,,587.0,548.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,39.0,1153.0,1153.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +306,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-02-05 08:36:47.000000,2023-11-21 12:31:47,1957.0,3.0,2341.0,275.0,903.0,195.0,671.0,13410.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,29,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,1195.0,1204.0,,,,,,,,2.0,392.0,,,,,,,,,,,,,,,,,,,, +307,pandas-ai,gventuri/pandas-ai,others,,https://github.com/gventuri/pandas-ai,https://github.com/gventuri/pandas-ai,MIT,2023-04-22 12:58:01.000,2024-02-07 21:55:31.000000,2024-02-07 21:50:49,715.0,106.0,826.0,82.0,347.0,178.0,278.0,9690.0,"Chat with your data (SQL, CSV, pandas, polars, noSQL, etc). PandasAI makes data analysis conversational using LLMs..",64.0,29,True,2024-02-07 21:55:31.000,1.5.19,100.0,pandas-ai,,,,,2611.0,2611.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +308,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,,1840.0,217.0,46.0,96.0,94.0,8902.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,130902.0,131596.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,30541.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +309,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-02-06 03:13:47.000000,2024-01-31 06:55:46,2885.0,22.0,2084.0,194.0,411.0,194.0,471.0,8749.0,FinRL: Financial Reinforcement Learning.,109.0,29,True,2022-06-26 01:52:35.000,0.3.6,1.0,finrl,,,,,31.0,31.0,https://pypi.org/project/finrl,,,1193.0,1193.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +310,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-02-07 11:33:38.000000,2024-01-31 18:21:56,1557.0,20.0,821.0,144.0,1466.0,326.0,398.0,4931.0,Simple and Distributed Machine Learning.,115.0,29,True,2023-11-27 22:05:20.000,1.0.2,42.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,2023-11-27 22:05:20.000,3.0,119347.0,119347.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +311,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,623.0,148.0,789.0,115.0,356.0,4689.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2663.0,2617.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,262705.0,262712.0,,,,,,,,2.0,343.0,,,,,,,,,,,,,,,,,,,, +312,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,444.0,42.0,124.0,63.0,154.0,4239.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,,,,1083.0,1050.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,89005.0,89520.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,16501.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +313,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2023-11-28 14:54:27.704000,2023-11-13 07:19:19,1344.0,1.0,364.0,71.0,366.0,97.0,460.0,4135.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,29,True,2023-11-13 07:23:02.000,0.8.5,13.0,sacred,conda-forge/sacred,,,,2841.0,2841.0,https://pypi.org/project/sacred,,,40802.0,40971.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4586.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +314,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-02-07 19:10:15.000000,2023-12-04 20:15:52,1724.0,22.0,554.0,40.0,790.0,464.0,282.0,3452.0,Time series forecasting with PyTorch.,43.0,29,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,60491.0,61806.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,53936.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +315,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,1.0,602.0,78.0,227.0,76.0,405.0,3366.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,29,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1285.0,1245.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,40.0,172604.0,186420.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,565367.0,,,,,2.0,679.0,,,,,,,,,,,,,,,,,,,, +316,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-02-02 18:43:44.000000,2024-02-02 18:42:51,1172.0,48.0,466.0,60.0,702.0,,510.0,3333.0,On-device wake word detection powered by deep learning.,37.0,29,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,42.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,14.0,5634.0,5634.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +317,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-02-06 18:58:08.000000,2024-02-05 16:10:54,1485.0,17.0,233.0,16.0,1724.0,266.0,725.0,3227.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,52.0,29,False,2024-01-31 13:08:55.000,0.18.1,60.0,deepchecks,,,,,339.0,332.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,43807.0,43835.0,,,,,,,,2.0,788.0,,,,,,,,,,,,,,,,,,,, +318,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-01-19 20:32:01.000000,2023-11-13 00:15:46,980.0,1.0,570.0,100.0,334.0,31.0,713.0,3220.0,"Fast, flexible and easy to use probabilistic modelling in Python.",72.0,29,True,2023-09-17 19:03:32.000,0.14.9,73.0,pomegranate,conda-forge/pomegranate,,,,1109.0,1050.0,https://pypi.org/project/pomegranate,2023-09-17 19:03:32.000,59.0,36316.0,39474.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,142117.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +319,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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,399.0,47.0,1084.0,6.0,353.0,3200.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1099.0,1061.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,38.0,174252.0,174252.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +320,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-01-10 22:28:30.000000,2023-09-10 15:15:16,1059.0,,234.0,62.0,112.0,6.0,266.0,3114.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,29,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,512.0,503.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,77270.0,77286.0,,,,,,,,2.0,976.0,,,,,,,,,,,,,,,,,,,, +321,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,35.0,363.0,81.0,63.0,154.0,189.0,3110.0,a library for audio and music analysis.,25.0,29,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,464.0,436.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,28.0,6264.0,13940.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,637142.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +322,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,672.0,110.0,72.0,99.0,123.0,2945.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10179.0,10004.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,175.0,82532.0,82532.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +323,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-02-05 12:01:44.000000,2024-01-30 11:23:03,1150.0,19.0,375.0,46.0,72.0,143.0,464.0,2884.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-01-22 10:04:49.000,1.1.3,86.0,mljar-supervised,conda-forge/mljar-supervised,,,,103.0,101.0,https://pypi.org/project/mljar-supervised,2024-01-22 10:04:49.000,2.0,4730.0,5124.0,https://anaconda.org/conda-forge/mljar-supervised,2024-01-08 10:33:13.792,12616.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +324,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-02-08 08:54:03.000000,2024-02-07 23:05:27,7278.0,374.0,333.0,76.0,8449.0,37.0,319.0,2741.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",110.0,29,True,2024-02-06 20:56:50.000,0.28.0,100.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",,,https://pypi.org/project/determined,,,24875.0,25051.0,,,,,,,,3.0,7947.0,,,,,,,,,,,,,,,,,,,, +325,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-01-29 16:59:36.000000,2024-01-29 16:58:53,2293.0,29.0,717.0,80.0,204.0,186.0,465.0,2686.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",150.0,29,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],9.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,9.0,33100.0,33100.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +326,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-02-08 10:39:33.000000,2024-02-08 09:50:01,1543.0,49.0,315.0,38.0,320.0,38.0,147.0,2581.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,36.0,29,True,2024-02-08 10:39:33.000,2.4.2,38.0,shapash,,,,['jupyter'],142.0,140.0,https://pypi.org/project/shapash,2024-02-08 10:39:33.000,2.0,6427.0,6427.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +327,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,99.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'],1474.0,1452.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,76368.0,76368.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +328,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-02-08 09:42:44.000000,2024-02-08 09:42:43,2880.0,25.0,1055.0,121.0,506.0,61.0,295.0,2528.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,29,False,2023-04-14 13:35:06.415,8.6.1,45.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],304.0,,https://pypi.org/project/ipyparallel,2023-04-14 13:35:06.415,304.0,191894.0,202032.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,953053.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +329,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,3.0,336.0,44.0,57.0,67.0,206.0,2321.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,29,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],272.0,265.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,6993.0,6993.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +330,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-02-05 12:53:44.000000,2024-02-05 12:53:44,193.0,2.0,255.0,57.0,69.0,49.0,220.0,1905.0,A Python wrapper for the tesseract-ocr API.,30.0,29,True,2023-10-09 13:43:55.000,2.6.2,19.0,tesserocr,conda-forge/tesserocr,,,,1008.0,936.0,https://pypi.org/project/tesserocr,2023-10-09 13:43:55.000,72.0,49867.0,52378.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,130563.0,,,,,2.0,97.0,,,,,,,,,,,,,,,,,,,, +331,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-01 18:50:31.000000,2024-02-01 18:50:30,675.0,5.0,400.0,42.0,61.0,19.0,270.0,1832.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,,,,1410.0,1388.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,34000.0,34733.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,30093.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +332,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-02-06 17:47:16.000000,2024-02-06 17:47:15,843.0,15.0,374.0,37.0,867.0,164.0,291.0,1737.0,A Python package to assess and improve fairness of machine learning models.,80.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,29.0,233466.0,234257.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,30874.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +333,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1571.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",77.0,74.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,3.0,91544.0,91792.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13432.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +334,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-01-12 00:07:56.129000,2024-01-11 02:27:09,192.0,20.0,195.0,32.0,19.0,1.0,83.0,1570.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,29,True,2024-01-11 02:29:14.000,0.1.804,82.0,autoviz,conda-forge/autoviz,,,,617.0,610.0,https://pypi.org/project/autoviz,2024-01-11 02:29:14.000,7.0,102351.0,103899.0,https://anaconda.org/conda-forge/autoviz,2024-01-12 00:07:56.129,46458.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +335,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-02-06 14:46:17.000000,2024-02-06 14:40:23,708.0,9.0,300.0,43.0,359.0,66.0,204.0,1547.0,Training PyTorch models with differential privacy.,75.0,29,True,2023-03-24 16:01:05.890,1.4.0,20.0,opacus,conda-forge/opacus,,,['pytorch'],745.0,726.0,https://pypi.org/project/opacus,2022-05-06 09:43:18.000,19.0,62662.0,63177.0,https://anaconda.org/conda-forge/opacus,2023-06-18 08:40:32.992,12834.0,,,,,2.0,106.0,,,,,,,,,,,,,,,,,,,, +336,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,173.0,34.0,72.0,18.0,52.0,1423.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2343.0,2343.0,https://pypi.org/project/torchsde,,,1603816.0,1604337.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19284.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +337,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,6.0,420.0,52.0,39.0,16.0,139.0,1201.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2446.0,2413.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,33.0,237996.0,238859.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,39701.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +338,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-01-31 16:49:26.000000,2021-02-12 19:04:59,2079.0,,248.0,40.0,38.0,67.0,590.0,1132.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,18.0,pyclustering,conda-forge/pyclustering,,,,609.0,609.0,https://pypi.org/project/pyclustering,,,92109.0,93514.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,60209.0,,,,,2.0,484.0,,,,,,,,,,,,,,,,,,,, +339,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-01-10 16:03:56.000000,2024-01-10 16:03:56,666.0,4.0,101.0,14.0,94.0,71.0,62.0,825.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5469.0,5397.0,https://pypi.org/project/pynndescent,2023-11-20 18:50:25.000,72.0,1176124.0,1216688.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1744264.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +340,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-01-22 19:48:19.000000,2024-01-22 19:48:19,1915.0,8.0,226.0,19.0,287.0,46.0,265.0,789.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",44.0,29,True,2023-01-08 01:14:38.679,1.4.7,46.0,salib,conda-forge/salib,,,,1114.0,1025.0,https://pypi.org/project/salib,2023-01-08 01:14:38.679,89.0,147732.0,149383.0,https://anaconda.org/conda-forge/salib,2023-06-16 13:22:11.263,143681.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +341,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-01-24 06:11:24.000000,2024-01-24 06:11:23,1332.0,44.0,122.0,25.0,454.0,11.0,129.0,784.0,A Comparative Framework for Multimodal Recommender Systems.,18.0,29,True,2023-12-12 07:49:26.000,1.18.0,54.0,cornac,conda-forge/cornac,,,,214.0,198.0,https://pypi.org/project/cornac,2023-12-12 08:02:04.000,16.0,101750.0,109680.0,https://anaconda.org/conda-forge/cornac,2023-12-12 18:26:56.153,348934.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +342,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-02-05 16:31:12.000000,2024-02-05 13:43:47,3038.0,67.0,109.0,17.0,259.0,10.0,136.0,735.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,746.0,,https://pypi.org/project/mpi4py,2023-10-04 09:04:51.000,746.0,226437.0,284625.0,https://anaconda.org/conda-forge/mpi4py,2023-10-17 08:36:29.714,2308906.0,,,,,2.0,20078.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,2024-02-02 07:29:50.000000,2024-02-02 07:29:49,802.0,14.0,73.0,25.0,368.0,105.0,231.0,553.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2023-11-01 18:39:43.000,1.11.0,55.0,geoviews,conda-forge/geoviews,,,,911.0,872.0,https://pypi.org/project/geoviews,2024-01-24 10:44:36.000,39.0,8620.0,13735.0,https://anaconda.org/conda-forge/geoviews,2023-11-02 09:01:15.038,209746.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +344,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-02-08 03:26:52.000000,2024-02-07 14:42:11,294.0,83.0,81.0,22.0,96.0,39.0,58.0,550.0,pyspark methods to enhance developer productivity.,24.0,29,True,2024-02-07 11:58:35.000,0.10.1,14.0,quinn,,,,['spark'],81.0,74.0,https://pypi.org/project/quinn,2024-02-07 11:55:34.000,7.0,845519.0,845519.0,,,,,,,,2.0,9.0,,,,,,,,,,,,,,,,,,,, +345,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-02-07 14:29:13.000000,2024-02-07 14:27:33,227.0,8.0,56.0,13.0,202.0,13.0,186.0,304.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-02-07 14:29:13.000,3.9.0,71.0,pystan,conda-forge/pystan,,,,9875.0,9612.0,https://pypi.org/project/pystan,2024-02-07 14:29:13.000,263.0,1718735.0,1752354.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2790393.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +346,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,38.0,12.0,69.0,7.0,26.0,208.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,29,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,38779.0,38527.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,252.0,5510829.0,5560727.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2045829.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +347,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,2023-12-23 16:12:25.000000,2023-12-23 16:11:39,302.0,2.0,2643.0,139.0,44.0,113.0,131.0,16900.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,28,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],404.0,398.0,https://pypi.org/project/vit-pytorch,2023-12-23 16:12:25.000,6.0,26112.0,26112.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +348,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-02-08 14:28:26.000000,2024-02-02 11:02:09,2179.0,265.0,950.0,113.0,2441.0,161.0,767.0,16056.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",80.0,28,True,2024-01-29 17:23:33.000,1.7.4,62.0,,,,,,,,,,,,335.0,,,,,,,,2.0,11413.0,,,,,,,,,,,,,,,,,,,, +349,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-01-31 22:31:36.000000,2023-04-19 14:13:08,2404.0,,3365.0,603.0,221.0,,,12494.0,Python Backtesting library for trading strategies.,56.0,28,False,,,,backtrader,,,,,1909.0,1909.0,https://pypi.org/project/backtrader,,,13367.0,13367.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +350,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-02-04 08:59:17.000000,2023-12-28 07:35:14,2224.0,1.0,2779.0,192.0,3605.0,1423.0,3865.0,11789.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],1.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,1.0,582.0,582.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +351,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:56:22.000000,2023-05-24 15:56:22,277.0,,876.0,268.0,98.0,78.0,81.0,7294.0,Visualizations for machine learning datasets.,31.0,28,True,2019-07-01 16:35:20.000,1.0.0,4.0,facets-overview,,,,['jupyter'],214.0,214.0,https://pypi.org/project/facets-overview,,,230630.0,230630.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +352,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,,1639.0,461.0,698.0,33.0,441.0,7273.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,28,True,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],40.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,40.0,1132.0,1154.0,,,,,,,,2.0,1997.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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1294.0,175.0,46.0,70.0,237.0,6710.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:37:33.000,1.4.1,13.0,face-alignment,,,,['pytorch'],21.0,21.0,https://pypi.org/project/face-alignment,,,65554.0,65554.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +354,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-02-07 12:47:17.698000,2024-01-23 12:41:45,154.0,2.0,1033.0,196.0,99.0,141.0,295.0,5769.0,Official Kaggle API.,37.0,28,True,2024-01-23 12:50:03.000,1.6.3,17.0,kaggle,conda-forge/kaggle,,,,21.0,21.0,https://pypi.org/project/kaggle,,,216217.0,219715.0,https://anaconda.org/conda-forge/kaggle,2024-02-07 12:47:17.698,143438.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +355,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,,1156.0,212.0,91.0,194.0,120.0,5578.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,,,,,452.0,432.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,20.0,13286.0,13286.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,,1368.0,207.0,158.0,44.0,227.0,5467.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'],793.0,739.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,54.0,2552.0,2552.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +357,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,847.0,127.0,38.0,64.0,144.0,5065.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,28,True,,,4.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],2882.0,2882.0,https://pypi.org/project/torchdiffeq,,,765508.0,765828.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14405.0,,,,,2.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,2023-12-05 10:04:41.000000,2022-08-06 21:47:18,182.0,,421.0,68.0,58.0,101.0,56.0,4259.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,,,,,1151.0,1144.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,141698.0,141698.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +359,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,2023-12-29 12:20:18.000000,2023-11-11 01:23:34,523.0,1.0,710.0,176.0,80.0,8.0,277.0,4126.0,A python wrapper for Alpha Vantage API for financial data.,42.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,508.0,476.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,28025.0,28194.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6288.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-01-28 08:43:51.000000,2021-05-10 18:34:53,57.0,,407.0,38.0,56.0,118.0,43.0,3915.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'],12688.0,12568.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,144914.0,144914.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,,971.0,219.0,408.0,140.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,,,,,1292.0,1032.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,260.0,1971.0,1971.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +362,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2023-06-16 13:24:02.087000,2023-02-26 20:07:33,189.0,,455.0,73.0,37.0,9.0,121.0,3757.0,Missing data visualization module for Python.,18.0,28,True,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,14901.0,14757.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,144.0,295597.0,299632.0,https://anaconda.org/conda-forge/missingno,2023-06-16 13:24:02.087,318837.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +363,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-02-04 09:19:10.000000,2024-01-10 09:28:24,484.0,2.0,493.0,36.0,502.0,6.0,,3387.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,37.0,28,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,911.0,899.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,12.0,132578.0,135093.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,53758.0,,,,,2.0,21476.0,,,,,,,,,,,,,,,,,,,, +364,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-01-23 15:06:30.000000,2024-01-23 15:06:29,446.0,1.0,510.0,112.0,86.0,20.0,100.0,3357.0,Module for automatic summarization of text documents and HTML pages.,30.0,28,True,2022-10-23 16:40:03.000,0.11.0,15.0,sumy,conda-forge/sumy,,,,2469.0,2469.0,https://pypi.org/project/sumy,,,69438.0,69669.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7395.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +365,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,282.0,34.0,475.0,32.0,30.0,2916.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,28,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1144.0,1098.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,46.0,121925.0,122205.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9538.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +366,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-02-08 13:49:52.000000,2024-02-08 12:41:33,529.0,25.0,518.0,36.0,722.0,76.0,590.0,2858.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",69.0,28,True,2024-01-09 12:13:07.000,hazelnut_toy_dataset,28.0,anomalib,,,,,52.0,52.0,https://pypi.org/project/anomalib,,,15988.0,16225.0,,,,,,,,2.0,6172.0,,,,,,,,,,,,,,,,,,,, +367,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,8.0,264.0,52.0,19.0,34.0,97.0,2779.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,28,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,1998.0,1978.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,20.0,62984.0,63741.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,27258.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-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,2.0,328.0,47.0,120.0,60.0,135.0,2751.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1064.0,1040.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,151581.0,153256.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,65357.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +369,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2023-12-18 14:37:02.000000,2023-11-11 12:54:41,2661.0,1.0,348.0,36.0,510.0,49.0,213.0,2664.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",61.0,28,True,2023-09-11 23:15:50.000,0.3.9,46.0,textattack,conda-forge/textattack,,,,237.0,232.0,https://pypi.org/project/textattack,2023-09-11 23:15:50.000,5.0,5260.0,5432.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7078.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +370,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-02-08 14:29:55.000000,2024-02-08 14:29:54,3451.0,16.0,515.0,109.0,342.0,396.0,672.0,2622.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",80.0,28,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,586.0,566.0,https://pypi.org/project/essentia,2023-10-27 09:13:56.000,20.0,9064.0,9064.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +371,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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,282.0,67.0,59.0,26.0,39.0,2373.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'],4489.0,4411.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,78.0,509499.0,511632.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,168534.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +372,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,,304.0,65.0,14.0,28.0,46.0,2210.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,10439.0,10231.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,208.0,336975.0,336975.0,,,,,,,,2.0,,4.0,,,,,,,,,,,,,,,,,,, +373,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-02-08 11:34:28.000000,2024-02-08 00:17:50,1513.0,147.0,322.0,29.0,1565.0,24.0,101.0,1648.0,Pytorch domain library for recommendation systems.,202.0,28,True,2024-01-30 23:40:14.000,0.6.0,12.0,torchrec-nightly-cpu,,,,,87.0,87.0,https://pypi.org/project/torchrec-nightly-cpu,,,85.0,85.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +374,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,,2015-06-26 18:38:23.000,2024-02-05 11:00:10.000000,2024-01-11 16:09:25,1799.0,34.0,370.0,52.0,123.0,41.0,421.0,1631.0,Reinforcement Learning environments based on the 1993 game Doom.,53.0,28,False,2023-12-16 00:56:59.000,1.2.3,29.0,vizdoom,,,,,224.0,224.0,https://pypi.org/project/vizdoom,,,1349.0,1473.0,,,,,,,,2.0,11787.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,, +375,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-02-07 16:21:18.000000,2024-02-07 16:21:14,3813.0,94.0,263.0,27.0,558.0,78.0,695.0,1596.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,76.0,28,True,2023-07-28 14:18:08.000,0.4.0,7.0,avalanche-lib,,,,,66.0,66.0,https://pypi.org/project/avalanche-lib,,,1072.0,1072.0,,,,,,,,2.0,4.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,2023-10-27 06:20:12.000000,2023-10-20 21:52:11,1051.0,,209.0,53.0,201.0,28.0,275.0,1559.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,28,True,2023-09-30 19:50:08.000,0.5.3,10.0,scispacy,,,,,836.0,836.0,https://pypi.org/project/scispacy,,,30254.0,30254.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +377,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-02-05 13:05:06.000000,2024-02-05 13:04:58,568.0,47.0,394.0,31.0,49.0,11.0,121.0,1345.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,28,False,2023-03-02 15:10:38.000,2.3.1,3.0,minisom,,,,,525.0,525.0,https://pypi.org/project/minisom,,,24971.0,24971.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +378,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-02-07 19:00:44.000000,2024-02-07 19:00:43,1412.0,38.0,275.0,74.0,104.0,34.0,53.0,1230.0,Model analysis tools for TensorFlow.,57.0,28,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2023-08-14 20:39:41.000,23.0,72786.0,72786.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +379,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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,334.0,71.0,87.0,26.0,26.0,1197.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:28:25.000,0.5.5,9.0,empyrical,conda-forge/empyrical,,,,1293.0,1293.0,https://pypi.org/project/empyrical,,,30050.0,30411.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26003.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +380,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2023-12-24 14:31:48.000000,2023-06-06 09:46:40,415.0,,326.0,39.0,300.0,23.0,200.0,1188.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,347.0,333.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,14.0,38494.0,38494.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +381,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-01-11 20:36:11.000000,2023-12-21 17:09:15,394.0,8.0,177.0,25.0,31.0,4.0,129.0,1169.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],498.0,488.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,10.0,115071.0,115419.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17766.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,2024-01-29 20:20:07.000000,2024-01-29 19:56:57,489.0,14.0,107.0,23.0,326.0,32.0,258.0,1104.0,Extra blocks for scikit-learn pipelines.,62.0,28,True,2024-01-29 20:20:07.000,0.7.4,47.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],138.0,130.0,https://pypi.org/project/scikit-lego,2024-01-29 19:55:10.000,8.0,29463.0,30484.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,45988.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +383,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-02-05 00:53:45.000000,2024-02-01 21:20:40,1056.0,43.0,198.0,24.0,129.0,21.0,187.0,1032.0,Survival analysis built on top of scikit-learn.,19.0,28,False,2023-12-30 23:01:21.000,0.22.2,27.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],426.0,426.0,https://pypi.org/project/scikit-survival,,,46607.0,49325.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,73409.0,,,,,2.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,2023-06-27 23:50:02.000000,2023-03-24 22:04:13,811.0,,246.0,41.0,502.0,271.0,253.0,876.0,Scalable Machine Learning with Dask.,77.0,28,True,2023-03-24 22:06:04.422,2023.3.24,35.0,dask-ml,conda-forge/dask-ml,,,,1022.0,948.0,https://pypi.org/project/dask-ml,2023-03-24 22:06:04.422,74.0,262065.0,272577.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,798930.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +385,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-01-01 17:28:43.000000,2023-11-06 00:17:47,493.0,,116.0,33.0,127.0,24.0,74.0,859.0,Python bindings and utilities for GeoJSON.,56.0,28,True,,,11.0,geojson,conda-forge/geojson,,,,16403.0,16403.0,https://pypi.org/project/geojson,,,1493192.0,1558143.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,779420.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +386,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-02-07 23:40:06.000000,2024-02-07 23:40:03,16569.0,57.0,359.0,44.0,1612.0,280.0,2956.0,838.0,An open-source application for biological image analysis.,143.0,28,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,1.0,737.0,790.0,,,,,,,,2.0,6511.0,,,,,,,,,,,,,,,,,,,, +387,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-01-08 13:33:30.000000,2024-01-08 13:19:20,1302.0,3.0,149.0,50.0,56.0,23.0,65.0,818.0,Computer Vision in Python.,34.0,28,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1326.0,1198.0,https://pypi.org/project/mahotas,2022-06-28 08:11:26.000,128.0,10166.0,19091.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,392741.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +388,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-02-06 01:48:14.000000,2024-02-06 01:48:11,3707.0,8.0,320.0,66.0,681.0,35.0,525.0,811.0,The Classical Language Toolkit.,120.0,28,True,2023-12-27 08:38:14.000,1.2.1,74.0,cltk,,,,,255.0,255.0,https://pypi.org/project/cltk,,,1777.0,1777.0,,,,,,,,2.0,50.0,,,,,,,,,,,,,,,,,,,, +389,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-02-06 23:27:33.000000,2024-02-06 23:27:32,946.0,13.0,162.0,49.0,83.0,35.0,144.0,743.0,Library for exploring and validating machine learning data.,26.0,28,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",834.0,804.0,https://pypi.org/project/tensorflow-data-validation,2023-08-14 06:58:23.000,30.0,190614.0,190623.0,,,,,,,,3.0,642.0,,,,,,,,,,,,,,,,,,,, +390,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-02-07 19:29:23.000000,2024-02-06 03:22:42,1674.0,27.0,256.0,43.0,1318.0,258.0,362.0,685.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,28,True,2024-02-06 04:35:56.000,0.36.0,43.0,tensorflow-io,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-io,,,2803034.0,2803034.0,,,,,,,,3.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-01-05 18:26:12.000000,2023-10-12 07:20:40,1894.0,,935.0,225.0,454.0,52.0,264.0,15165.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:14:16.000,5.14.0,29.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,,,49823.0,50225.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,15.0,22147.0,2.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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,8.0,1387.0,433.0,50.0,98.0,87.0,10313.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,24145.0,24145.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +393,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,,1554.0,624.0,2111.0,453.0,1338.0,6333.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:12:12.000,1.0.5,47.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,,,1813.0,1813.0,,,,,,,,3.0,3.0,,numenta/nupic-legacy,,,,,,,,,,,,,,,,,, +394,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,,1351.0,348.0,14.0,42.0,65.0,6272.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1326.0,1284.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,42.0,9826.0,9826.0,,,,,,,,3.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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,979.0,146.0,93.0,75.0,305.0,6120.0,A Python scikit for building and analyzing recommender systems.,45.0,27,False,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,139896.0,148046.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,350466.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +396,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,2023-01-19 00:37:33.000000,2023-01-19 00:37:33,900.0,,1193.0,154.0,950.0,45.0,782.0,5711.0,Gluon CV Toolkit.,119.0,27,False,2021-03-09 00:20:06.000,0.10.0,10.0,gluoncv,,,,['mxnet'],21.0,21.0,https://pypi.org/project/gluoncv,,,50734.0,50734.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +397,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-02-08 09:13:05.000000,2024-01-31 08:27:01,13654.0,445.0,1559.0,142.0,3556.0,811.0,1060.0,5375.0,An Industrial Grade Federated Learning Framework.,100.0,27,True,2023-12-31 15:27:11.000,2.0.0,48.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +398,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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,275.0,438.0,221.0,329.0,4807.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'],345.0,305.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,40.0,390.0,390.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,,, +399,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,,2019-07-09 02:08:58.000,2024-02-07 18:09:14.000000,2024-02-07 18:09:14,590.0,21.0,714.0,82.0,323.0,57.0,312.0,4572.0,Uplift modeling and causal inference with machine learning algorithms.,59.0,27,False,2023-08-28 00:37:10.000,0.14.1,12.0,causalml,,,,,180.0,180.0,https://pypi.org/project/causalml,,,79407.0,79407.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,2023-11-02 03:20:32.000000,2023-11-02 03:20:28,249.0,,811.0,51.0,50.0,62.0,106.0,3986.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,27,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1548.0,1529.0,https://pypi.org/project/facenet-pytorch,2021-03-10 01:00:20.000,19.0,52271.0,67469.0,,,,,,,,3.0,775113.0,,,,,,,,,,,,,,,,,,,, +401,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,283.0,226.0,11.0,356.0,3861.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,644595.0,645014.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20954.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +402,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-01-03 16:45:49.000000,2024-01-03 16:44:47,1195.0,3.0,403.0,83.0,54.0,57.0,202.0,3316.0,A library of reinforcement learning components and agents.,84.0,27,True,2022-02-10 06:52:01.000,0.4.0,12.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],186.0,186.0,https://pypi.org/project/dm-acme,,,1076.0,1284.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8129.0,,,,,2.0,,,google-deepmind/acme,,,,,,,,,,,,,,,,,, +403,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-02-08 02:59:06.000000,2024-01-25 18:39:45,458.0,10.0,272.0,49.0,451.0,61.0,253.0,3277.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,39.0,27,True,2024-01-08 18:51:52.000,0.4.10,23.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-01-08 18:51:52.000,4.0,9154.0,10244.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-01-08 20:24:23.326,37893.0,,,,,2.0,360.0,,,,,,,,,,,,,,,,,,,, +404,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,,455.0,83.0,245.0,61.0,154.0,3023.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,176.0,174.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,52530.0,52531.0,,,,,,,,2.0,75.0,,,,,,,,,,,,,,,,,,,, +405,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,411.0,64.0,932.0,293.0,745.0,2842.0,StellarGraph - Machine Learning on Graphs.,37.0,27,False,2020-06-30 05:15:21.000,1.2.1,25.0,stellargraph,,,,['tensorflow'],251.0,251.0,https://pypi.org/project/stellargraph,,,5326.0,5326.0,,,,,,,,2.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-01-27 13:52:04.000000,2024-01-27 13:17:21,1509.0,29.0,599.0,44.0,28.0,1.0,381.0,2702.0,An Open Toolkit for Knowledge Graph Extraction and Construction published at EMNLP2022 System Demonstrations.,31.0,27,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],20.0,20.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,735.0,735.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +407,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-01-22 22:53:21.000000,2024-01-22 22:53:18,1699.0,1.0,420.0,45.0,351.0,26.0,345.0,2615.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",33.0,27,True,2022-04-02 15:26:45.000,3.3.3,70.0,foolbox,conda-forge/foolbox,,,,567.0,553.0,https://pypi.org/project/foolbox,2022-04-02 15:26:45.000,14.0,1705.0,1999.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12660.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +408,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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,6.0,597.0,178.0,75.0,23.0,561.0,2577.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,,,,28.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,28.0,32850.0,33549.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38472.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +409,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-02-01 00:18:07.000000,2024-01-22 16:33:06,651.0,4.0,282.0,47.0,639.0,144.0,224.0,2265.0,Algorithms for explaining machine learning models.,19.0,27,False,2024-01-22 16:23:03.000,0.9.5,32.0,alibi,,,,,582.0,556.0,https://pypi.org/project/alibi,2024-01-22 16:14:27.000,26.0,25132.0,25132.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +410,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-02-01 18:20:41.000000,2024-02-01 18:20:35,647.0,12.0,225.0,65.0,31.0,58.0,92.0,2184.0,Fast and Easy Infinite Neural Networks in Python.,29.0,27,True,2023-12-11 14:10:12.000,0.6.5,17.0,neural-tangents,,,,,91.0,91.0,https://pypi.org/project/neural-tangents,,,1871.0,1879.0,,,,,,,,3.0,355.0,,,,,,,,,,,,,,,,,,,, +411,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,65.0,38.0,96.0,160.0,2166.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'],360.0,336.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,24.0,10228.0,10228.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +412,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,,245.0,89.0,124.0,31.0,230.0,2153.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 22:46:00.000,0.13.0,29.0,textacy,conda-forge/textacy,,,,1663.0,1663.0,https://pypi.org/project/textacy,,,32791.0,34493.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,137929.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +413,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-01-24 14:27:34.000000,2021-07-16 09:03:20,66.0,,463.0,39.0,43.0,64.0,58.0,2049.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'],1955.0,1941.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,61794.0,66261.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,474.0,,,,,3.0,253973.0,,,,,,,,,,,,,,,,,,,, +414,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-02-01 07:08:04.000000,2024-01-22 16:31:53,715.0,4.0,247.0,34.0,527.0,138.0,234.0,2020.0,"Algorithms for outlier, adversarial and drift detection.",20.0,27,False,2024-01-22 16:25:25.000,0.11.5,37.0,alibi-detect,,,,,422.0,416.0,https://pypi.org/project/alibi-detect,2024-01-22 16:14:47.000,6.0,26235.0,26235.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +415,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-02-08 02:33:15.000000,2024-02-08 00:48:44,857.0,10.0,432.0,62.0,321.0,113.0,92.0,1847.0,Library for training machine learning models with privacy for training data.,58.0,27,True,2023-10-11 15:51:39.000,0.8.12,30.0,tensorflow-privacy,,,,['tensorflow'],14.0,,https://pypi.org/project/tensorflow-privacy,2023-10-11 15:51:39.000,14.0,14704.0,14706.0,,,,,,,,2.0,136.0,,,,,,,,,,,,,,,,,,,, +416,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,,206.0,36.0,1081.0,25.0,496.0,1726.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,True,2023-06-30 13:17:42.000,0.8.2,26.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],265.0,265.0,https://pypi.org/project/lightning-flash,,,1685.0,2257.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,17168.0,,,,,2.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,, +417,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,2023-11-29 06:22:47.000000,2023-11-29 06:22:42,364.0,1.0,252.0,48.0,311.0,232.0,184.0,1719.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,42.0,27,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],286.0,285.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,429646.0,429646.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +418,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,,237.0,53.0,446.0,3.0,402.0,1713.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,27,False,2021-06-10 09:45:12.000,0.8.0,22.0,farm,conda-forge/farm,,,['pytorch'],217.0,217.0,https://pypi.org/project/farm,,,1924.0,2018.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3224.0,,,,,2.0,,4.0,,,,,,,,,,,,,,,,,,, +419,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,,305.0,27.0,379.0,38.0,155.0,1555.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,27,True,2023-05-18 06:27:52.000,2.2.5,10.0,pgl,,,,['paddle'],50.0,50.0,https://pypi.org/project/pgl,,,1221.0,1221.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +420,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-02-08 09:42:31.000000,2024-02-08 00:46:45,6282.0,116.0,274.0,47.0,2549.0,307.0,1354.0,1524.0,cuGraph - RAPIDS Graph Analytics Library.,109.0,27,True,2023-12-06 19:21:19.000,23.12.00,34.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,2.0,169.0,695.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,17915.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +421,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,,2016-10-21 23:14:52.000,2024-02-01 16:30:38.000000,2024-01-08 15:03:19,1840.0,4.0,266.0,45.0,270.0,57.0,192.0,1478.0,TensorLy: Tensor Learning in Python.,66.0,27,False,2023-01-15 00:40:26.000,0.8.0,8.0,tensorly,conda-forge/tensorly,,,,565.0,565.0,https://pypi.org/project/tensorly,,,12616.0,17884.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363493.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +422,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,,318.0,74.0,742.0,54.0,168.0,1478.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,386.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,31.0,2754.0,2754.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +423,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,4.0,564.0,107.0,283.0,13.0,300.0,1477.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,27,True,2023-06-28 20:49:21.000,2.9.0,20.0,tabpy,anaconda/tabpy-client,,,,146.0,146.0,https://pypi.org/project/tabpy,,,10472.0,10526.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4461.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +424,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-01-31 23:20:13.000000,2024-01-24 20:21:30,1451.0,30.0,67.0,18.0,271.0,28.0,52.0,1378.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",27.0,27,True,2024-01-24 20:22:31.947,2.8.16,104.0,usearch,,unum/usearch,,,60.0,49.0,https://pypi.org/project/usearch,2024-01-09 17:27:36.000,3.0,38801.0,49028.0,,,,https://hub.docker.com/r/unum/usearch,2024-01-24 20:23:18.734988,1.0,71.0,3.0,915.0,,,usearch,https://www.npmjs.com/package/usearch,10121.0,,,,,2024-01-24 20:22:31.947,8.0,,,,,,,,, +425,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,257.0,48.0,184.0,54.0,120.0,1359.0,Metric learning algorithms in Python.,22.0,27,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],360.0,347.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,13.0,14871.0,15129.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11125.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +426,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-01-31 22:49:08.000000,2024-01-31 09:58:21,4206.0,6.0,279.0,83.0,641.0,18.0,608.0,1242.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,39.0,,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,24444.0,36790.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,530879.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +427,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-02-05 21:07:21.000000,2024-02-04 15:21:44,798.0,11.0,114.0,30.0,402.0,68.0,311.0,981.0,BAyesian Model-Building Interface (Bambi) in Python.,36.0,27,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,112.0,103.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,9.0,19565.0,20323.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,28807.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +428,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-02-08 09:52:08.000000,2023-08-01 13:02:51,2070.0,,214.0,42.0,584.0,83.0,431.0,964.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,27,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,49.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,49.0,66434.0,66960.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18426.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +429,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,35.0,86.0,88.0,122.0,887.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1456.0,1431.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,57654.0,57654.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +430,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-02-08 10:27:25.000000,2023-12-31 13:58:59,2670.0,151.0,99.0,10.0,513.0,23.0,92.0,807.0,Time series forecasting with scikit-learn models.,9.0,27,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],242.0,236.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,6.0,56019.0,56019.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +431,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-02-08 14:01:18.000000,2024-02-08 12:00:12,1898.0,82.0,54.0,19.0,1411.0,18.0,205.0,480.0,The MLOps stack component for experiment tracking.,54.0,27,True,2023-12-04 10:58:22.000,1.8.6,120.0,neptune-client,conda-forge/neptune-client,,,,,,https://pypi.org/project/neptune-client,,,585814.0,590903.0,https://anaconda.org/conda-forge/neptune-client,2023-12-04 13:15:00.892,229022.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +432,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,,1143.0,180.0,213.0,24.0,533.0,8526.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,,,,,235.0,,,,,,,,3.0,8725.0,,,,,,,,,,,,,,,,,,,, +433,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,352.0,79.0,48.0,231.0,7880.0,StarCraft II Learning Environment.,39.0,26,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,711.0,685.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,,397.0,,,,,,,,3.0,31007.0,,google-deepmind/pysc2,,,,,,,,,,,,,,,,,, +434,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,609.0,140.0,31.0,66.0,54.0,5501.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1547.0,1498.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,49.0,1021543.0,1021968.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18307.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +435,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-02-05 17:41:34.000000,2023-10-05 16:17:35,6152.0,,513.0,153.0,1903.0,300.0,1327.0,4339.0,ArrayFire: a general purpose GPU library.,88.0,26,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,8.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,8.0,955.0,1006.0,,,,,,,,3.0,5363.0,,,,,,,,,,,,,,,,,,,, +436,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,955.0,239.0,215.0,45.0,200.0,4329.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,False,2021-05-10 18:04:30.000,1.0.3,6.0,tensortrade,conda-forge/tensortrade,,,,51.0,51.0,https://pypi.org/project/tensortrade,,,600.0,696.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3278.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +437,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,103.0,617.0,89.0,606.0,4161.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],87.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,87.0,413010.0,414771.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,73967.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +438,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,424.0,40.0,52.0,74.0,174.0,4043.0,An Open-Source Framework for Prompt-Learning.,22.0,26,True,2022-04-20 04:58:40.000,1.0.0,4.0,openprompt,,,,,98.0,98.0,https://pypi.org/project/openprompt,,,1530.0,1530.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +439,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,2023-10-28 04:01:29.000000,2023-09-01 03:04:11,1137.0,,714.0,62.0,1011.0,163.0,737.0,3928.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'],116.0,113.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,4673.0,4673.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +440,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-01-10 12:41:25.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,93.0,48.0,32.0,3446.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,84.0,74.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,10.0,5507.0,5975.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29491.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +441,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-02-06 16:24:58.000000,2023-11-08 16:40:21,1347.0,,336.0,71.0,1254.0,91.0,81.0,3278.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,34.0,26,True,2023-11-08 16:44:23.000,1.0.2,11.0,lit-nlp,conda-forge/lit-nlp,,,,28.0,27.0,https://pypi.org/project/lit-nlp,2023-11-08 16:44:23.000,1.0,2544.0,4181.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,67139.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +442,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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,145.0,237.0,37.0,631.0,3269.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],437.0,435.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,601.0,601.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +443,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-01-23 06:02:21.000000,2023-10-30 16:34:46,179.0,,369.0,163.0,84.0,87.0,100.0,3099.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,7.0,90807.0,90807.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +444,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-01-21 12:42:30.000000,2023-11-25 05:36:27,4323.0,13.0,559.0,41.0,995.0,208.0,676.0,3066.0,"A unified, comprehensive and efficient recommendation library.",70.0,26,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,1968.0,2082.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4451.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +445,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,1.0,1018.0,217.0,3649.0,415.0,1111.0,2991.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,,,,,,,,,1640.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,128927.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1504.0,3.0,,,,,,,,shogun,,,,,,,,,,,,, +446,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,2023-06-16 16:09:06.563000,2020-04-27 18:40:41,522.0,,1000.0,167.0,214.0,43.0,146.0,2973.0,Performance analysis of predictive (alpha) stock factors.,25.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,673.0,673.0,https://pypi.org/project/alphalens,,,2249.0,2531.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20315.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +447,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,2023-09-26 21:01:12.000000,2023-09-26 21:01:10,548.0,,468.0,97.0,43.0,82.0,240.0,2704.0,Learning to Rank in TensorFlow.,33.0,26,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,2023-08-11 17:56:48.000,13.0,93329.0,93329.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +448,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-01-22 06:44:51.000000,2024-01-22 06:44:48,3512.0,32.0,329.0,154.0,1166.0,21.0,60.0,2674.0,Neural Network Libraries.,73.0,26,True,2023-12-07 00:57:13.000,1.38.0,73.0,nnabla,,,,,,,https://pypi.org/project/nnabla,,,3079.0,3090.0,,,,,,,,3.0,907.0,-4.0,,,,,,,,,,,,,,,,,,, +449,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-02-05 09:27:05.000000,2022-09-28 17:12:28,249.0,,283.0,29.0,318.0,75.0,38.0,2490.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,26,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],810.0,809.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,18278.0,18369.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2755.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +450,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-02-04 15:33:57.000000,2024-01-31 19:48:02,86.0,31.0,301.0,29.0,281.0,41.0,311.0,2299.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,26,True,2024-01-09 21:16:07.000,0.1.1,16.0,adapter-transformers,,,,['huggingface'],20.0,20.0,https://pypi.org/project/adapter-transformers,,,18771.0,18771.0,,,,,,,,3.0,,,adapter-hub/adapters,,,,,,,,,,,,,,,,,, +451,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-01-11 19:35:27.000000,2023-11-21 19:33:43,419.0,2.0,782.0,93.0,267.0,146.0,95.0,2246.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",70.0,26,True,2022-09-03 03:41:16.000,0.5.0,10.0,aif360,conda-forge/aif360,,,,366.0,366.0,https://pypi.org/project/aif360,,,11315.0,11508.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,7933.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +452,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-02-08 07:24:27.000000,2024-01-30 18:07:43,695.0,34.0,229.0,38.0,141.0,6.0,132.0,2237.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,,,,,161.0,158.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,3.0,5610.0,5617.0,,,,,,,,3.0,296.0,,,,,,,,,,,,,,,,,,,, +453,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-02-07 22:16:16.000000,2023-06-01 12:18:23,739.0,,359.0,43.0,43.0,96.0,56.0,2101.0,A modular active learning framework for Python.,20.0,26,True,2024-02-07 22:16:16.000,0.57.16,577.0,modAL,,,,['sklearn'],11.0,,https://pypi.org/project/modAL,2024-02-07 22:16:16.000,11.0,266199.0,266199.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,,, +454,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,492.0,41.0,24.0,66.0,38.0,2088.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,26,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4681.0,4630.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,47570.0,47801.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11103.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +455,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2023-12-06 14:39:14.000000,2023-08-22 16:20:29,468.0,,312.0,63.0,151.0,8.0,91.0,2080.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,26,True,2023-08-07 19:46:52.000,3.2.5,21.0,pytextrank,,,,,569.0,569.0,https://pypi.org/project/pytextrank,,,41616.0,41616.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +456,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,,198.0,29.0,65.0,35.0,83.0,1967.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,26,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],313.0,306.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,13704.0,13887.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6799.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +457,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-02-08 11:05:20.000000,2024-02-05 09:26:51,1779.0,204.0,120.0,29.0,137.0,16.0,20.0,1779.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2021-08-27 10:19:56.000,0.4.132,3.0,labml,,,,,127.0,127.0,https://pypi.org/project/labml,,,3801.0,3801.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +458,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-01-24 05:58:43.000000,2024-01-22 21:33:57,892.0,19.0,131.0,33.0,422.0,54.0,343.0,1779.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,26,True,2024-01-24 05:49:37.000,1.1.4.3,24.0,orbit-ml,,,,,46.0,45.0,https://pypi.org/project/orbit-ml,2023-01-29 22:06:26.764,1.0,32261.0,32261.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +459,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-01-24 05:58:43.000000,2024-01-22 21:33:57,892.0,19.0,131.0,33.0,422.0,54.0,343.0,1779.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,26,True,2024-01-24 05:49:37.000,1.1.4.3,24.0,orbit-ml,conda-forge/orbit-ml,,,,46.0,45.0,https://pypi.org/project/orbit-ml,2023-01-29 22:06:26.764,1.0,32261.0,32457.0,https://anaconda.org/conda-forge/orbit-ml,2023-12-19 05:59:30.209,4915.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +460,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,1.0,275.0,41.0,495.0,172.0,151.0,1717.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,154.0,146.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,32950.0,32956.0,,,,,,,,3.0,433.0,,,,,,,,,,,,,,,,,,,, +461,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,,156.0,25.0,81.0,42.0,34.0,1657.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,562.0,543.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,98037.0,98834.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22321.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +462,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-02-08 00:58:21.000000,2024-02-08 00:51:14,809.0,76.0,252.0,47.0,634.0,36.0,63.0,1599.0,A lightweight library for PyTorch training tools and utilities.,111.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,6660.0,6660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +463,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-02-01 16:55:49.000000,2024-02-01 16:55:49,1031.0,2.0,169.0,18.0,64.0,28.0,326.0,1424.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,84.0,34878.0,40352.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,240884.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +464,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-02-02 21:42:04.000000,2023-06-07 07:35:59,3033.0,,119.0,37.0,335.0,11.0,187.0,1417.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,43.0,pycm,,,,,275.0,275.0,https://pypi.org/project/pycm,,,47858.0,47858.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +465,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,2023-11-29 23:41:32.898000,2023-11-29 13:48:39,684.0,4.0,157.0,24.0,124.0,2.0,128.0,1331.0,"Extensible, parallel implementations of t-SNE.",11.0,26,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,749.0,731.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,18.0,33537.0,39126.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,234778.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +466,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,262.0,75.0,481.0,40.0,198.0,1297.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,932.0,905.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,27.0,6941.0,7011.0,,,,,,,,3.0,5739.0,,,,,,,,,,,,,,,,,,,, +467,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-01-12 01:05:40.000000,2023-12-30 17:46:40,1015.0,6.0,108.0,25.0,114.0,30.0,52.0,1251.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",22.0,26,True,2023-10-05 02:21:28.000,1.4.1,33.0,imodels,,,,,61.0,61.0,https://pypi.org/project/imodels,,,27297.0,27297.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +468,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,,172.0,26.0,36.0,1.0,116.0,1220.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1559.0,1526.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,33.0,21134.0,21134.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +469,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,191.0,42.0,257.0,66.0,212.0,1212.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,428.0,395.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,2639.0,2639.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +470,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1208.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,,,,488.0,447.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,41.0,13528.0,23590.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,774846.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +471,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,,238.0,36.0,68.0,54.0,206.0,1205.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,26,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],118.0,116.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,843.0,848.0,,,,,,,,2.0,91.0,,,,,,,,,,,,,,,,,,,, +472,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,108.0,22.0,103.0,35.0,73.0,1039.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2125.0,2105.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,20.0,261613.0,262415.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,33705.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +473,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-02-07 20:56:56.000000,2024-02-05 19:30:34,2051.0,214.0,83.0,18.0,758.0,72.0,187.0,1032.0,"MetricFlow allows you to define, build, and maintain metrics in code.",43.0,26,False,2024-01-13 02:11:53.000,0.204.0,14.0,metricflow,,,,,14.0,14.0,https://pypi.org/project/metricflow,,,31153.0,31153.0,,,,,,,,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,, +474,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,2023-11-08 21:55:22.000000,2023-11-08 21:55:22,1142.0,,236.0,62.0,245.0,22.0,365.0,949.0,Search and download Copernicus Sentinel satellite images.,43.0,26,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,569.0,529.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,40.0,20456.0,21158.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,28033.0,,,,,3.0,262.0,,,,,,,,,,,,,,,,,,,, +475,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-02-05 13:23:33.000000,2024-02-05 13:23:33,777.0,16.0,58.0,12.0,126.0,40.0,110.0,896.0,Visualize large time series data with plotly.py.,12.0,26,True,2024-01-14 18:45:33.000,0.9.2,21.0,plotly-resampler,conda-forge/plotly-resampler,,,,834.0,834.0,https://pypi.org/project/plotly-resampler,,,422973.0,424340.0,https://anaconda.org/conda-forge/plotly-resampler,2024-01-23 20:24:24.113,34182.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +476,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,8.0,94.0,17.0,193.0,98.0,135.0,641.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,26,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,312.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,312.0,1775061.0,1775204.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,17161.0,-4.0,,,,,,,,,,,,,,,,,,, +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-02-07 06:21:52.000000,2024-02-07 06:21:52,566.0,16.0,154.0,31.0,179.0,8.0,98.0,559.0,Machine learning for multivariate data analysis through the Riemannian geometry of symmetric or Hermitian positive..,30.0,26,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],324.0,304.0,https://pypi.org/project/pyriemann,2022-07-17 13:53:18.565,20.0,20611.0,20861.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,5013.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +478,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-02-04 07:50:33.000000,2023-08-23 17:20:54,1241.0,,152.0,20.0,697.0,25.0,208.0,474.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,300.0,283.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,4767.0,6002.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,71653.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +479,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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,211.0,22.0,17.0,45.0,23.0,423.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7631.0,7347.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,284.0,188208.0,189072.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39769.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +480,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,2.0,808.0,148.0,1563.0,114.0,125.0,7877.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,18.0,trax,,,,,136.0,136.0,https://pypi.org/project/trax,,,2797.0,2797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +481,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5768.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,,,,,122.0,119.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,503.0,552.0,,,,,,,,2.0,3720.0,,,,,,,,,,,,,,,,,,,, +482,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,867.0,124.0,63.0,136.0,74.0,5006.0,Image augmentation library in Python for machine learning.,23.0,25,True,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,733.0,704.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,29.0,5687.0,5687.0,,,,,,,,3.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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,432.0,60.0,90.0,31.0,88.0,4864.0,Finding duplicate images made easy!.,15.0,25,True,2023-04-28 17:26:08.000,0.3.2,8.0,imagededup,,,,['tensorflow'],83.0,83.0,https://pypi.org/project/imagededup,,,15836.0,15836.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +484,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-02-08 14:27:19.000000,2024-02-07 18:53:13,3433.0,112.0,604.0,94.0,3786.0,207.0,1350.0,4784.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,88.0,25,True,2024-01-30 17:28:04.000,1.34.0,74.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +485,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,159.0,130.0,83.0,101.0,4601.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'],763.0,757.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,613.0,613.0,,,,,,,,3.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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,995.0,93.0,63.0,251.0,269.0,4541.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,25,False,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,17197.0,17197.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,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,955.0,144.0,30.0,40.0,77.0,4184.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,25,False,2014-11-17 16:34:37.000,0.5,1.0,vadersentiment,conda-forge/vadersentiment,,,,7908.0,7908.0,https://pypi.org/project/vadersentiment,,,145107.0,145495.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13607.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +488,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,137.0,649.0,66.0,197.0,3855.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,2139.0,2139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +489,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,6.0,238.0,39.0,2015.0,4.0,647.0,2901.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.0,25,True,2023-12-05 02:33:36.000,1.1.3,16.0,towhee,,,,,,,https://pypi.org/project/towhee,,,3740.0,3840.0,,,,,,,,3.0,2622.0,,,,,,,,,,,,,,,,,,,, +490,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,,469.0,97.0,49.0,59.0,253.0,2784.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,,,,704.0,680.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,24.0,2593.0,2917.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15031.0,,,,,3.0,893.0,,,,,,,,,,,,,,,,,,,, +491,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,216.0,49.0,481.0,45.0,70.0,2686.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,,,,,204.0,201.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,15876.0,15877.0,,,,,,,,2.0,62.0,,,,,,,,,,,,,,,,,,,, +492,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,,315.0,93.0,2157.0,206.0,982.0,2669.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",52.0,25,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,12446.0,12446.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +493,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,,217.0,65.0,42.0,17.0,23.0,2660.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,25,False,,,5.0,knockknock,conda-forge/knockknock,,,,883.0,883.0,https://pypi.org/project/knockknock,,,60263.0,60537.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14297.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +494,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,,135.0,29.0,200.0,18.0,73.0,2651.0,HiPlot makes understanding high dimensional data easy.,9.0,25,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,388.0,373.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,15.0,27665.0,31303.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,174667.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +495,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2023-09-05 06:09:07.000000,2023-09-05 06:09:05,385.0,,279.0,56.0,14.0,21.0,78.0,2184.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2023-04-18 01:25:02.819,0.1.19,148.0,scattertext,conda-forge/scattertext,,,,499.0,489.0,https://pypi.org/project/scattertext,2023-04-18 01:25:02.819,10.0,12450.0,13554.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,86178.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +496,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-02-01 15:17:23.000000,2023-07-11 07:11:36,210.0,,238.0,46.0,90.0,18.0,115.0,2089.0,A Python library that helps data scientists to infer causation rather than observing correlation.,35.0,25,True,2023-06-22 13:11:20.000,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",107.0,107.0,https://pypi.org/project/causalnex,,,2668.0,2668.0,,,,,,,,3.0,,,mckinsey/causalnex,,,,,,,,,,,,,,,,,, +497,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-01-25 19:00:06.000000,2023-07-12 18:14:01,1515.0,,243.0,67.0,59.0,31.0,186.0,2051.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,20.0,25,True,2023-07-12 18:26:08.000,2.0.1,13.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,,,706.0,706.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +498,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,160.0,61.0,66.0,65.0,129.0,1794.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,369.0,359.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,10.0,495.0,495.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,,, +499,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,,266.0,50.0,87.0,22.0,188.0,1484.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],512.0,496.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,16.0,6123.0,6271.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6514.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +500,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2023-09-27 15:14:50.000000,2023-09-27 15:14:33,667.0,,160.0,47.0,161.0,19.0,378.0,1302.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,25,False,2023-02-16 21:26:00.740,1.6.0,26.0,dalex,conda-forge/dalex,,,,156.0,151.0,https://pypi.org/project/dalex,2022-09-07 14:45:39.364,5.0,18956.0,19270.0,https://anaconda.org/conda-forge/dalex,2023-06-16 19:24:13.607,11649.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +501,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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,322.0,49.0,43.0,94.0,,1297.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'],416.0,408.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,27465.0,47929.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,302.0,,,,,3.0,838748.0,,,,,,,,,,,,,,,,,,,, +502,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,,141.0,29.0,63.0,7.0,70.0,1273.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'],1353.0,1340.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,13972.0,13972.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +503,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,1.0,289.0,55.0,63.0,12.0,109.0,1208.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,,,,,1014.0,984.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,30.0,10166.0,10166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +504,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,1.0,83.0,34.0,109.0,7.0,18.0,1149.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'],213.0,202.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,1557166.0,1557166.0,,,,,,,,3.0,,,google-deepmind/rlax,,,,,,,,,,,,,,,,,, +505,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-02-08 11:08:27.000000,2024-02-07 19:52:37,1900.0,85.0,364.0,55.0,476.0,156.0,250.0,1019.0,Machine learning on FPGAs using HLS.,59.0,25,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,,890.0,1066.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7228.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +506,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,183.0,49.0,61.0,,68.0,975.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 20:57:47.000,1.4.0,7.0,neural-structured-learning,,,,['tensorflow'],419.0,419.0,https://pypi.org/project/neural-structured-learning,,,15594.0,15594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +507,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-02-08 14:17:26.000000,2024-02-07 16:57:10,1496.0,126.0,58.0,13.0,392.0,20.0,448.0,929.0,dstack is an open-source toolkit for running GPU workloads on any cloud. It works seamlessly with any cloud GPU..,17.0,25,True,2024-01-20 09:57:15.000,0.14.0,44.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,,,1790.0,1790.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +508,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,,254.0,42.0,72.0,103.0,188.0,912.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,524.0,486.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,38.0,6438.0,6438.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +509,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-02-01 14:50:26.000000,2024-02-01 14:45:49,245.0,14.0,104.0,15.0,41.0,32.0,27.0,792.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,25,True,2024-02-01 14:50:26.000,0.5.2,13.0,detoxify,,,,,526.0,526.0,https://pypi.org/project/detoxify,,,26006.0,35660.0,,,,,,,,3.0,376528.0,,,,,,,,,,,,,,,,,,,, +510,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-01-30 04:30:08.000000,2024-01-30 04:28:17,1054.0,6.0,163.0,35.0,114.0,19.0,59.0,708.0,Snowball compiler and stemming algorithms.,34.0,25,True,,,6.0,snowballstemmer,conda-forge/snowballstemmer,,,,5.0,5.0,https://pypi.org/project/snowballstemmer,,,11099384.0,11184211.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7634508.0,,,,,3.0,,-7.0,,,,,,,,,,,,,,,,,,, +511,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-01-26 19:51:44.000000,2024-01-26 19:51:43,835.0,11.0,119.0,29.0,85.0,29.0,75.0,582.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,25,True,2023-08-10 00:18:33.000,1.14.0,37.0,ml-metadata,,,,,387.0,387.0,https://pypi.org/project/ml-metadata,,,55582.0,55617.0,,,,,,,,3.0,2119.0,,,,,,,,,,,,,,,,,,,, +512,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-01-22 19:27:29.000000,2024-01-22 19:26:50,471.0,5.0,50.0,8.0,53.0,163.0,233.0,572.0,python binding for libvips using cffi.,16.0,25,True,2024-01-04 12:00:44.000,2.2.2,25.0,pyvips,conda-forge/pyvips,,,,714.0,664.0,https://pypi.org/project/pyvips,2024-01-04 12:00:44.000,50.0,51078.0,52899.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,72851.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +513,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-01-30 16:32:23.000000,2024-01-30 16:32:20,3724.0,28.0,67.0,47.0,351.0,23.0,389.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2023-11-14 15:08:13.000,4.0.1,69.0,skll,conda-forge/skll,,,['sklearn'],59.0,41.0,https://pypi.org/project/skll,2023-11-14 15:04:40.000,18.0,436.0,922.0,https://anaconda.org/conda-forge/skll,2023-11-15 00:08:06.079,13136.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,,, +514,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-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,64.0,16.0,13.0,34.0,7.0,502.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,,,,3697.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3697.0,375192.0,382071.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,227015.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +515,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2023-12-26 16:13:16.000000,2023-12-26 16:13:16,6706.0,33.0,143.0,36.0,394.0,37.0,134.0,366.0,Neuroimaging in Python FMRI analysis package.,69.0,25,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,273.0,222.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,51.0,1375.0,2721.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106354.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +516,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-01-29 05:09:00.000000,2024-01-29 05:08:51,765.0,28.0,82.0,13.0,30.0,6.0,47.0,359.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2023-03-05 05:32:23.000,3.0.1,56.0,pymap3d,conda-forge/pymap3d,,,,360.0,360.0,https://pypi.org/project/pymap3d,,,79189.0,80606.0,https://anaconda.org/conda-forge/pymap3d,2023-06-16 19:18:14.535,66599.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +517,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-02-06 20:59:21.000000,2024-02-06 20:59:20,524.0,11.0,54.0,40.0,272.0,18.0,59.0,297.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",37.0,25,False,2024-01-16 10:19:37.000,1.2.6,73.0,gokart,,,,,79.0,74.0,https://pypi.org/project/gokart,2024-01-16 10:19:37.000,5.0,4322.0,4322.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +518,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-02-05 21:45:43.000000,2024-02-05 21:45:39,2539.0,62.0,56.0,8.0,237.0,29.0,79.0,254.0,Python recommendation toolkit.,13.0,25,False,2024-01-22 01:47:07.000,0.14.3,22.0,lenskit,conda-forge/lenskit,,,,97.0,97.0,https://pypi.org/project/lenskit,,,1072.0,1689.0,https://anaconda.org/conda-forge/lenskit,2024-01-22 16:23:58.143,24075.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +519,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,2023-12-04 21:17:36.000000,2022-11-08 22:11:16,98.0,,1739.0,203.0,70.0,82.0,36.0,9797.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,24,False,,,,english-words,,,,,2.0,2.0,https://pypi.org/project/english-words,,,265931.0,265931.0,,,,,,,,3.0,,-4.0,,,,,,,,,,,,,,,,,,, +520,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,,824.0,169.0,1588.0,145.0,74.0,6363.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,1.0,133.0,138.0,,,,,,,,3.0,352.0,,,,,,,,,,,,,,,,,,,, +521,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,138.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'],1122.0,1106.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,578.0,590.0,,,,,,,,3.0,894.0,,,,,,,,,,,,,,,,,,,, +522,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,2023-12-26 10:14:09.000000,2023-11-19 13:26:15,334.0,3.0,935.0,46.0,32.0,62.0,112.0,4733.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,24,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],184.0,176.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,8.0,2618.0,2618.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +523,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,,1370.0,351.0,59.0,51.0,,4248.0,Python Algorithmic Trading Library.,11.0,24,True,,,8.0,pyalgotrade,,,,,203.0,182.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,21.0,550.0,550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +524,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,108.0,396.0,3140.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],123.0,122.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,765.0,765.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +525,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,5.0,219.0,54.0,36.0,72.0,121.0,3088.0,A GUI for Pandas DataFrames.,15.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],351.0,346.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3859.0,4424.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,20928.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +526,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,,510.0,110.0,73.0,183.0,117.0,3080.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,,,,,125.0,125.0,https://pypi.org/project/xlearn,,,742.0,805.0,,,,,,,,3.0,4492.0,,,,,,,,,,,,,,,,,,,, +527,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-01-26 20:28:01.000000,2023-12-09 00:22:24,2360.0,1.0,680.0,164.0,60.0,7.0,704.0,3015.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,24,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,904.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,61427.0,,,,,3.0,4701.0,,,,,,,,,,,,,,,,,,,, +528,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,,679.0,73.0,25.0,117.0,101.0,2974.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'],2904.0,2875.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,29.0,948.0,948.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +529,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2023-06-30 21:16:15.000000,2023-06-30 21:16:10,470.0,,310.0,66.0,315.0,43.0,124.0,2711.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'],50.0,49.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1589.0,1922.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14664.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +530,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,,709.0,167.0,94.0,124.0,358.0,2454.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,24,False,,,,enigma-catalyst,,,,,25.0,25.0,https://pypi.org/project/enigma-catalyst,,,166.0,166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +531,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-01-04 04:06:44.000000,2023-07-23 14:42:27,191.0,,452.0,38.0,238.0,52.0,278.0,2416.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,24,True,2023-07-23 13:34:05.000,4.1.0,17.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],,,https://pypi.org/project/pytorch-tabnet,,,36109.0,36345.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6155.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +532,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-01-22 06:09:24.000000,2023-07-01 21:40:58,1936.0,,329.0,40.0,86.0,21.0,157.0,2392.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,24,True,2022-09-04 16:37:07.000,0.54.0,42.0,torch-geometric-temporal,,,,['pytorch'],,,https://pypi.org/project/torch-geometric-temporal,,,1869.0,1869.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +533,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,,307.0,28.0,695.0,49.0,150.0,2370.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,86.0,85.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,1.0,503.0,503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +534,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,,645.0,90.0,29.0,25.0,52.0,2309.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,3.0,python_speech_features,,,,,501.0,501.0,https://pypi.org/project/python_speech_features,,,27260.0,27260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +535,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,,255.0,57.0,56.0,19.0,50.0,2203.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],659.0,640.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,5752.0,5752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +536,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-01-11 20:56:38.000000,2023-10-16 16:49:59,532.0,,198.0,41.0,116.0,62.0,126.0,2110.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,25.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,5163.0,5163.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +537,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,,244.0,71.0,21.0,93.0,66.0,2077.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,278.0,261.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,17.0,27726.0,27726.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +538,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,7.0,228.0,43.0,36.0,45.0,24.0,1833.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],450.0,428.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1798.0,2733.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,31822.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +539,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,,299.0,57.0,1313.0,200.0,810.0,1784.0,A toolkit for reproducible reinforcement learning research.,79.0,24,False,2020-09-14 22:30:57.000,2020.06.3,21.0,garage,,,,['tensorflow'],99.0,99.0,https://pypi.org/project/garage,,,689.0,689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +540,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,238.0,49.0,48.0,22.0,91.0,1581.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,337.0,323.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,14.0,1677.0,3715.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35822.0,,,,,3.0,61829.0,,,,,,,,,,,,,,,,,,,, +541,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,,120.0,29.0,31.0,58.0,50.0,1563.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'],387.0,382.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,5.0,60380.0,60380.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +542,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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,,,1529.0,Feature engineering package with sklearn like functionality.,38.0,24,False,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,96.0,,https://pypi.org/project/feature_engine,2023-09-18 14:50:58.000,96.0,150221.0,151270.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,44098.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +543,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,2023-09-20 03:33:51.000000,2023-08-22 14:21:42,580.0,,302.0,55.0,115.0,54.0,30.0,1482.0,Interpretability and explainability of data and machine learning models.,41.0,24,True,2023-07-01 11:47:13.000,0.3.0,3.0,aix360,,,,,86.0,86.0,https://pypi.org/project/aix360,,,1340.0,1340.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +544,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,2023-12-07 16:22:32.000000,2023-11-08 21:41:55,157.0,,162.0,101.0,184.0,35.0,25.0,1471.0,fklearn: Functional Machine Learning.,55.0,24,True,2023-11-09 12:58:36.000,3.0.0,29.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,,,532.0,532.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +545,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,204.0,54.0,460.0,143.0,293.0,1173.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'],73.0,64.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,436.0,436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +546,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-02-06 13:53:10.000000,2023-12-24 06:07:13,78.0,2.0,225.0,20.0,18.0,4.0,87.0,1157.0,Implementation of the node2vec algorithm.,13.0,24,True,2022-08-01 11:34:27.000,0.4.6,9.0,node2vec,conda-forge/node2vec,,,,546.0,546.0,https://pypi.org/project/node2vec,,,78213.0,78608.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27280.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +547,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,73.0,415.0,75.0,147.0,1143.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,,,,,169.0,159.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,10.0,491.0,491.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +548,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,48.0,112.0,52.0,170.0,963.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,332.0,282.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,638.0,638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +549,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-02-02 10:10:24.000000,2024-02-02 10:10:23,729.0,2.0,143.0,16.0,102.0,30.0,232.0,922.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'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,21577.0,27210.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,247857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +550,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,34.0,25.0,35.0,235.0,739.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,29.0,neupy,,,,,165.0,165.0,https://pypi.org/project/neupy,,,2681.0,2681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +551,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,74.0,13.0,48.0,19.0,53.0,697.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1201.0,1201.0,https://pypi.org/project/pysbd,,,279320.0,279500.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5048.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +552,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-02-08 11:24:43.000000,2024-02-08 11:24:40,887.0,26.0,106.0,43.0,90.0,56.0,32.0,611.0,Bias Auditing & Fair ML Toolkit.,20.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,155.0,148.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,4063.0,4063.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +553,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-02-08 09:01:26.000000,2024-02-08 09:01:25,855.0,25.0,80.0,9.0,711.0,87.0,432.0,587.0,Automated modeling and machine learning framework FEDOT.,32.0,24,True,2024-01-23 15:03:23.000,0.7.3,20.0,fedot,,,,,47.0,44.0,https://pypi.org/project/fedot,2024-01-23 13:46:00.000,3.0,821.0,821.0,,,,,,,,2.0,,,aimclub/FEDOT,,,,,,,,,,,,,,,,,, +554,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-02-02 22:30:14.000000,2024-02-02 22:23:07,342.0,31.0,85.0,7.0,19.0,2.0,85.0,523.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code.,17.0,24,True,2024-02-02 22:30:14.000,0.5.6,161.0,featurewiz,,,,,66.0,64.0,https://pypi.org/project/featurewiz,2024-02-02 22:30:14.000,2.0,9529.0,9529.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +555,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-02-05 23:14:28.000000,2024-01-24 01:39:16,963.0,11.0,168.0,24.0,830.0,96.0,384.0,504.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,24,True,2023-10-18 15:08:49.000,0.8.0,15.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,,,593.0,2894.0,,,,,,,,3.0,71339.0,,,,,,,,,,,,,,,,,,,, +556,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,9.0,17.0,11.0,12.0,503.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'],4328.0,4163.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,165.0,1735211.0,1744865.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,888244.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +557,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,2023-10-20 17:29:31.000000,2023-10-20 17:29:28,575.0,,82.0,29.0,317.0,60.0,27.0,363.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-16 20:29:30.000,0.1.16,17.0,tensorflow-cloud,,,,['tensorflow'],341.0,341.0,https://pypi.org/project/tensorflow-cloud,,,36248.0,36248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +558,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,2023-12-20 16:14:39.221000,2023-12-13 18:28:10,521.0,1.0,38.0,5.0,12.0,6.0,47.0,317.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,13.0,24,True,2023-12-19 14:22:21.000,0.8.1,24.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],635.0,606.0,https://pypi.org/project/scikit-posthocs,2023-12-19 14:22:21.000,29.0,95357.0,118082.0,https://anaconda.org/conda-forge/scikit-posthocs,2023-12-20 16:14:39.221,909015.0,,,,,3.0,39.0,,,,,,,,,,,,,,,,,,,, +559,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,7.0,49.0,14.0,712.0,217.0,203.0,275.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,24,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,106.0,98.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1224.0,1224.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +560,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,3.0,729.0,105.0,588.0,59.0,345.0,5734.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,23,True,2020-04-03 19:06:25.000,0.4.0,1.0,t5,,,,['tensorflow'],,,https://pypi.org/project/t5,,,15406.0,15406.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +561,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-01-18 21:14:52.000000,2024-01-03 14:54:33,1095.0,2.0,881.0,117.0,675.0,109.0,542.0,5373.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,23,True,2019-08-26 19:04:21.000,0.3.1,2.0,mmf,,,,['pytorch'],17.0,17.0,https://pypi.org/project/mmf,,,275.0,275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +562,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-02-07 11:33:38.000000,2024-01-31 18:21:56,1557.0,20.0,821.0,144.0,1466.0,326.0,398.0,4931.0,Simple and Distributed Machine Learning.,115.0,23,True,2023-11-27 21:27:39.000,1.0.2,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +563,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-01-26 09:49:03.000000,2022-08-09 13:26:32,565.0,,1152.0,306.0,208.0,59.0,208.0,4623.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1860.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143247.0,3.0,,,,,,,,,,,,,,,,,,,,, +564,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,2023-12-31 12:14:36.000000,2021-06-02 09:45:13,150.0,,714.0,101.0,34.0,102.0,113.0,4415.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,23,False,2020-01-08 15:35:45.000,2.2.0,1.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],122.0,122.0,https://pypi.org/project/ISR,,,4825.0,4828.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,233.0,3.0,,,,,,,,,,,,,,,,,,,,, +565,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,889.0,178.0,385.0,33.0,430.0,3809.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,23,False,2019-10-09 19:24:22.000,2.2,2.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,,,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +566,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,,529.0,175.0,50.0,65.0,49.0,3476.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],59.0,56.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,126.0,126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +567,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-02-01 21:14:40.000000,2024-01-26 14:45:27,410.0,4.0,324.0,52.0,414.0,79.0,106.0,3193.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'],35.0,34.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +568,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,,317.0,67.0,167.0,144.0,113.0,2712.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,23,False,,,11.0,eli5,conda-forge/eli5,,,,,,https://pypi.org/project/eli5,,,448838.0,450656.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,147259.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +569,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-01-21 06:34:47.000000,2024-01-21 06:34:10,937.0,2.0,172.0,20.0,75.0,92.0,169.0,2707.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,37.0,36.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1374.0,1374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +570,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,2017-05-05 02:27:30.000,2023-12-15 03:22:16.000000,2023-12-15 03:22:08,3454.0,2.0,732.0,108.0,3871.0,533.0,855.0,2596.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,23,True,2022-01-25 00:22:00.888,0.11.2,418.0,analytics-zoo,,,,['spark'],5.0,4.0,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,411.0,411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +571,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,441.0,65.0,122.0,32.0,350.0,2376.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,59.0,59.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +572,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,328.0,78.0,55.0,154.0,68.0,2231.0,Multilingual text (NLP) processing toolkit.,26.0,23,False,,,,polyglot,,,,,1169.0,1169.0,https://pypi.org/project/polyglot,,,52633.0,52633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +573,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,,302.0,67.0,78.0,64.0,68.0,2098.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'],29.0,26.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1968.0,1968.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +574,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,2023-11-15 21:03:09.000000,2023-07-01 21:39:32,2288.0,,228.0,37.0,37.0,9.0,109.0,2043.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,17.0,23,False,2022-12-04 19:04:05.000,_10304,100.0,karateclub,conda-forge/karateclub,,,,222.0,222.0,https://pypi.org/project/karateclub,,,5438.0,5954.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22190.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +575,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,,671.0,82.0,48.0,24.0,64.0,2024.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,487.0,475.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,6991.0,6991.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +576,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,,238.0,45.0,33.0,51.0,90.0,1906.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'],161.0,161.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3885.0,3885.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +577,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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,9.0,341.0,42.0,68.0,161.0,95.0,1840.0,Super easy library for BERT based NLP models.,36.0,23,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,2024-01-30 11:59:18.000,2.0,1887.0,1887.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +578,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,2023-12-05 17:37:33.000000,2023-12-04 14:09:45,571.0,2.0,120.0,55.0,447.0,60.0,102.0,1779.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,23,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,94.0,87.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,4049.0,4049.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +579,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-01-24 15:16:50.000000,2020-04-24 06:58:09,58.0,,255.0,45.0,14.0,57.0,35.0,1758.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,23,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",256.0,245.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,1415.0,1415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +580,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-02-04 20:37:53.000000,2024-02-04 20:37:53,1083.0,10.0,262.0,33.0,38.0,23.0,176.0,1720.0,A library for graph deep learning research.,49.0,23,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,372.0,372.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +581,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1604.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,23,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],177.0,169.0,https://pypi.org/project/talos,2022-05-28 10:07:34.000,8.0,908.0,908.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +582,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,203.0,45.0,12.0,4.0,51.0,1555.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,23,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],211.0,209.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,5551.0,5551.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +583,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-01-30 15:08:56.000000,2024-01-30 15:12:06,1185.0,16.0,118.0,28.0,68.0,2.0,29.0,1467.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.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,6810.0,6810.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,,, +584,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2023-11-18 16:28:54.000000,2023-10-07 11:26:54,2816.0,,168.0,26.0,660.0,91.0,434.0,1449.0,A Python library for learning and evaluating knowledge graph embeddings.,36.0,23,True,2023-02-22 18:28:28.000,1.10.1,19.0,pykeen,,,,,,,https://pypi.org/project/pykeen,,,3325.0,3329.0,,,,,,,,2.0,177.0,,,,,,,,,,,,,,,,,,,, +585,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-01-31 00:08:40.000000,2024-01-06 08:35:06,342.0,2.0,292.0,40.0,253.0,69.0,193.0,1416.0,A framework for Privacy Preserving Machine Learning.,33.0,23,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,308.0,308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +586,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-02-04 14:14:01.000000,2024-02-04 14:14:01,1242.0,32.0,106.0,32.0,156.0,59.0,137.0,1358.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,,,205.0,216.0,,,,,,,,3.0,492.0,,,,,,,,,,,,,,,,,,,, +587,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,,395.0,91.0,165.0,100.0,224.0,1355.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,23,False,2019-10-09 19:33:30.000,0.6.0,8.0,niftynet,,,,['tensorflow'],42.0,42.0,https://pypi.org/project/niftynet,,,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +588,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1263.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],62.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,351.0,351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +589,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,,169.0,32.0,86.0,16.0,32.0,1196.0,"A program for financial portfolio management, analysis and optimisation.",11.0,23,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,88.0,88.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,,516.0,516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +590,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2023-11-16 19:55:28.000000,2019-08-16 09:00:15,140.0,,106.0,12.0,20.0,16.0,15.0,1045.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,23,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,4918.0,4617.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,301.0,428627.0,428627.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +591,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,3.0,184.0,34.0,73.0,3.0,86.0,1032.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'],214.0,205.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,3964.0,3964.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +592,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-01-08 07:04:51.000000,2023-03-29 07:39:45,85.0,,82.0,26.0,54.0,32.0,28.0,932.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,True,2020-02-13 09:57:47.000,1.0.6,4.0,youtokentome,conda-forge/youtokentome,,,,603.0,603.0,https://pypi.org/project/youtokentome,,,43748.0,45155.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,40831.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +593,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,,2013-12-23 17:02:11.000,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,176.0,40.0,173.0,60.0,174.0,917.0,A Jupyter - Three.js bridge.,30.0,23,False,2022-08-31 09:02:38.000,2.4.1,18.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],30.0,30.0,https://pypi.org/project/pythreejs,,,50300.0,59455.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,521471.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,3548.0,,,,,,,,,,,,,,, +594,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,,149.0,23.0,46.0,15.0,82.0,907.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2377.0,2362.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,15.0,1102.0,1102.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,,, +595,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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,107.0,26.0,36.0,34.0,69.0,873.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],593.0,581.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,22239.0,22239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +596,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-02-02 01:53:52.000000,2024-02-01 20:37:52,285.0,9.0,242.0,46.0,18.0,9.0,91.0,800.0,Data compression in TensorFlow.,21.0,23,True,2024-02-02 01:53:52.000,2.15.0,24.0,tensorflow-compression,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-compression,,,8496.0,8496.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +597,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,2023-09-26 00:20:33.000000,2023-09-26 00:20:33,398.0,,155.0,17.0,72.0,35.0,106.0,673.0,Ternary plotting library for python with matplotlib.,27.0,23,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,190.0,163.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,27.0,42669.0,43512.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79273.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,,, +598,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,,131.0,131.0,91.0,34.0,67.0,649.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,23,False,2019-06-03 21:24:10.000,0.10.2,14.0,mapboxgl,,,,['jupyter'],186.0,186.0,https://pypi.org/project/mapboxgl,,,13169.0,13169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +599,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,6.0,67.0,26.0,433.0,10.0,237.0,631.0,torchbearer: A model fitting library for PyTorch.,14.0,23,True,2023-12-01 18:41:20.000,0.5.5,26.0,torchbearer,,,,['pytorch'],86.0,86.0,https://pypi.org/project/torchbearer,,,418.0,418.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +600,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-02-06 03:34:11.000000,2023-08-10 03:20:53,1214.0,,64.0,7.0,207.0,18.0,109.0,489.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],224.0,224.0,https://pypi.org/project/happytransformer,,,3381.0,3381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +601,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-02-01 02:10:42.000000,2024-02-01 02:10:41,658.0,8.0,62.0,30.0,443.0,13.0,91.0,366.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,23,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],87.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,83.0,30486.0,36735.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,574998.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +602,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,6.0,48.0,17.0,2.0,11.0,3.0,366.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,23,True,2024-02-08 01:53:44.000,0.1.3,14.0,suod,,,,,504.0,502.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,2.0,12581.0,12581.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +603,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,545.0,83.0,37.0,59.0,26.0,10705.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,43.0,43.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,866.0,957.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2299.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +604,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7977.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,1049.0,1049.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +605,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,,1500.0,131.0,51.0,155.0,141.0,7664.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,22,False,2020-03-01 03:29:43.000,1.0,1.0,efficientnet-pytorch,,,,['pytorch'],1.0,1.0,https://pypi.org/project/efficientnet-pytorch,,,148639.0,226799.0,,,,,,,,3.0,3673527.0,-5.0,,,,,,,,,,,,,,,,,,, +606,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,262.0,68.0,115.0,135.0,6250.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,3.0,111.0,111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +607,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1098.0,98.0,48.0,364.0,280.0,6122.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,22,True,,,,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,,,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +608,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,,2021-06-09 17:57:28.000,2024-01-27 02:58:09.000000,2024-01-27 02:54:23,215.0,2.0,288.0,68.0,179.0,19.0,54.0,4871.0,"A data augmentations library for audio, image, text, and video.",34.0,22,False,2022-03-29 11:42:50.000,1.0.0,7.0,augly,,,,,99.0,99.0,https://pypi.org/project/augly,,,1584.0,1584.0,,,,,,,,3.0,,-4.0,,,,,,,,,,,,,,,,,,, +609,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,2023-04-10 13:46:12.000000,2022-05-30 07:32:06,3344.0,,820.0,232.0,109.0,57.0,620.0,4848.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,22,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,22.0,,,,,,,,3.0,1501.0,,,,,,,,,,,,,,,,,,,, +610,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,,324.0,75.0,37.0,95.0,74.0,4386.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,511.0,511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +611,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,,716.0,64.0,247.0,119.0,824.0,3984.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.0,22,False,2020-08-05 19:45:11.000,2.10.1,21.0,stable-baselines,,,,,,,https://pypi.org/project/stable-baselines,,,4787.0,4787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +612,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,801.0,330.0,89.0,83.0,306.0,3866.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,22,False,2018-01-05 21:36:23.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,,,106.0,130.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1869.0,,,,,3.0,384.0,,,,,,,,,,,,,,,,,,,, +613,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-01-29 16:27:55.000000,2024-01-29 16:24:42,1591.0,12.0,503.0,152.0,609.0,34.0,75.0,3505.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,22,True,,,,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,,,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +614,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-01-01 21:29:17.000000,2024-01-01 21:13:34,684.0,1.0,497.0,215.0,16.0,24.0,4.0,3295.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,11.0,11.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,239.0,239.0,,,,,,,,3.0,51.0,,,,,,,,,,,,,,,,,,,, +615,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-02-08 11:55:48.000000,2023-11-05 09:58:06,2685.0,,1064.0,132.0,1035.0,53.0,72.0,3044.0,a distributed deep learning platform.,85.0,22,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,62.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,734.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,5728.0,3.0,,,,,,,,,,,,,,,,,,,,, +616,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-02-06 00:06:40.000000,2021-05-06 12:10:38,127.0,,153.0,50.0,60.0,,30.0,2997.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-01 13:59:02.000,0.0.11,2.0,opyrator,conda-forge/opyrator,,,,47.0,47.0,https://pypi.org/project/opyrator,,,495.0,551.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1418.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +617,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,,237.0,43.0,110.0,55.0,64.0,2850.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,True,2021-07-01 16:53:52.000,1.1.0,4.0,texthero,,,,,,,https://pypi.org/project/texthero,,,9480.0,9482.0,,,,,,,,3.0,121.0,,,,,,,,,,,,,,,,,,,, +618,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,,400.0,131.0,136.0,52.0,128.0,2397.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,,,10.0,luminoth,,,,['tensorflow'],52.0,52.0,https://pypi.org/project/luminoth,,,1792.0,1959.0,,,,,,,,3.0,12734.0,,,,,,,,,,,,,,,,,,,, +619,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,,372.0,79.0,144.0,33.0,126.0,2380.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 03:54:40.000,0.2.4,6.0,texar,,,,['tensorflow'],27.0,27.0,https://pypi.org/project/texar,,,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +620,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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,155.0,24.0,33.0,30.0,31.0,1863.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,321.0,489.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4350.0,,,,,3.0,72.0,,,,,,,,,,,,,,,,,,,, +621,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-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,1.0,105.0,37.0,30.0,26.0,78.0,1768.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,27.0,27.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,11428.0,11428.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,,, +622,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,,209.0,38.0,111.0,54.0,42.0,1697.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'],156.0,147.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,9.0,1396.0,3651.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,204115.0,,,,,3.0,411.0,,,,,,,,,,,,,,,,,,,, +623,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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,15.0,33.0,1634.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'],54.0,48.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,8130.0,8130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +624,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,,115.0,39.0,11.0,33.0,51.0,1611.0,"A fast, efficient universal vector embedding utility package.",4.0,22,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,345.0,333.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,969.0,969.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +625,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,,288.0,46.0,800.0,71.0,485.0,1586.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,106.0,106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +626,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,1.0,259.0,50.0,312.0,99.0,17.0,1497.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'],30.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,20582.0,20582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +627,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,,187.0,27.0,57.0,21.0,36.0,1250.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'],156.0,151.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,532.0,532.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +628,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-02-05 21:17:09.000000,2024-02-04 11:57:04,536.0,78.0,123.0,20.0,246.0,7.0,122.0,1149.0,A standard framework for modelling Deep Learning Models for tabular data.,19.0,22,True,2024-01-15 12:17:19.000,1.1.0,5.0,pytorch_tabular,,,,['pytorch'],,,https://pypi.org/project/pytorch_tabular,,,5075.0,5075.0,,,,,,,,1.0,22.0,,,,,,,,,,,,,,,,,,,, +629,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,66.0,29.0,31.0,12.0,1140.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,8673.0,8673.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +630,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-02-06 06:41:55.000000,2023-07-16 15:16:10,420.0,,146.0,93.0,118.0,33.0,45.0,1125.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,100.0,99.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,914.0,914.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +631,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,,2018-05-30 22:43:36.000,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,438.0,43.0,176.0,78.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,22,False,2019-05-31 16:30:17.000,1.1.0,10.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],,,https://pypi.org/project/keras-preprocessing,,,4319351.0,4351271.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2170573.0,,,,,3.0,,-7.0,,,,,,,,,,,,,,,,,,, +632,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,86.0,64.0,206.0,1015.0,Line based ATR Engine based on OCRopy.,20.0,22,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,2019.0,2019.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +633,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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,109.0,51.0,98.0,41.0,51.0,1008.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'],216.0,208.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,8.0,1927.0,1927.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +634,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,2.0,291.0,97.0,121.0,62.0,97.0,996.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'],37.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,37.0,1378.0,1919.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42249.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +635,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,219.0,218.0,849.0,"Experiment tracking, ML developer tools.",29.0,22,True,2022-05-11 01:13:36.000,0.8.1,2.0,guildai,,,,,89.0,89.0,https://pypi.org/project/guildai,,,874.0,874.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,,,, +636,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,25.0,594.0,62.0,511.0,838.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,3583.0,3583.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +637,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,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,1.0,82.0,19.0,153.0,24.0,82.0,823.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,22,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,2023-10-02 19:57:48.000,1.0,1118.0,1327.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7762.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +638,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,,102.0,29.0,60.0,22.0,74.0,821.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,368.0,364.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,4.0,3166.0,3166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +639,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,75.0,6.0,5.0,4.0,23.0,812.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],420.0,407.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,13.0,188058.0,188058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +640,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-02-05 16:21:42.000000,2023-11-24 10:43:28,313.0,6.0,129.0,20.0,74.0,5.0,64.0,794.0,An intuitive library to extract features from time series.,18.0,22,True,2023-08-23 07:53:53.000,0.1.6,11.0,tsfel,,,,,112.0,112.0,https://pypi.org/project/tsfel,2023-08-22 10:46:05.000,,22810.0,22810.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +641,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-02-08 13:27:55.000000,2024-01-24 09:35:21,1149.0,35.0,123.0,30.0,968.0,37.0,50.0,753.0,Machine learning framework for both deep learning and traditional algorithms.,35.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,436.0,436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +642,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,2.0,78.0,26.0,162.0,51.0,62.0,753.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,22,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],51.0,47.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,564.0,564.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +643,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,26.0,37.0,25.0,21.0,734.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,72441.0,72441.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,,, +644,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-01-14 17:42:25.000000,2024-01-08 12:42:48,1503.0,1.0,79.0,35.0,648.0,22.0,118.0,696.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']",13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,155.0,155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +645,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,683.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,,,,386.0,380.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,6.0,26408.0,26464.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1879.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +646,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,23.0,33.0,661.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],250.0,227.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,84079.0,85806.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,148604.0,,,,,3.0,,,BioPandas/biopandas,,,,,,,,,,,,,,,,,, +647,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,578.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],141.0,136.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,22161.0,22161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +648,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,,90.0,26.0,32.0,28.0,6.0,573.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'],367.0,360.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,7.0,15304.0,15304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +649,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-02-03 15:37:34.000000,2023-12-07 19:31:40,331.0,2.0,133.0,20.0,44.0,5.0,81.0,536.0,Medical image processing in Python.,18.0,22,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1751.0,1705.0,https://pypi.org/project/MedPy,2019-02-14 17:12:59.000,46.0,15899.0,16608.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,22714.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +650,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-01-21 21:20:26.000000,2023-12-29 21:08:41,477.0,31.0,56.0,26.0,9.0,13.0,33.0,514.0,Active Learning for Text Classification in Python.,6.0,22,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",26.0,26.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,365.0,642.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5267.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +651,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-02-08 14:08:25.000000,2024-01-25 15:17:04,1697.0,68.0,65.0,6.0,202.0,44.0,78.0,463.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,23.0,22.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,514.0,520.0,,,,,,,,3.0,149.0,,,,,,,,,,,,,,,,,,,, +652,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-01-29 11:47:35.000000,2023-03-05 00:16:57,419.0,,97.0,36.0,276.0,69.0,173.0,459.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,76.0,74.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1368.0,1371.0,,,,,,,,3.0,297.0,,,,,,,,,,,,,,,,,,,, +653,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,20.0,96.0,18.0,9.0,5.0,38.0,432.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,51.0,51.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,2005.0,2005.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +654,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,6.0,27.0,8.0,4.0,21.0,60.0,281.0,Multiple Imputation with LightGBM in Python.,6.0,22,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,121.0,116.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,26347.0,26727.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11804.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +655,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,13.0,9.0,4.0,12.0,229.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,,,,1029.0,983.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,89755.0,91166.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,56455.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +656,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,2021-12-28 13:59:30.000000,2018-07-23 21:04:09,90.0,,26.0,7.0,18.0,4.0,9.0,154.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,,,,,2253.0,2098.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,155.0,114271.0,114271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +657,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-01-22 00:19:31.000000,2023-02-07 10:12:31,47.0,,2238.0,148.0,89.0,254.0,286.0,12459.0,End-to-End Object Detection with Transformers.,26.0,21,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +658,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,646.0,95.0,150.0,98.0,103.0,8341.0,The user analytics platform for LLMs.,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,942.0,942.0,,,,,,,,3.0,,,nebuly-ai/nebuly,,,,,,,,,,,,,,,,,, +659,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,,2018-10-01 20:41:16.000,2024-01-06 08:42:15.000000,2024-01-06 08:37:53,173.0,2.0,438.0,91.0,78.0,57.0,137.0,3339.0,Generate embeddings from large-scale graph-structured data.,31.0,21,False,2019-10-14 16:45:11.000,1.0.0,3.0,torchbiggraph,,,,['pytorch'],,,https://pypi.org/project/torchbiggraph,,,286726.0,286728.0,,,,,,,,3.0,170.0,,,,,,,,,,,,,,,,,,,, +660,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,,379.0,208.0,9.0,6.0,16.0,3142.0,TensorFlow Reinforcement Learning.,13.0,21,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],145.0,142.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,1017.0,1017.0,,,,,,,,3.0,,,google-deepmind/trfl,,,,,,,,,,,,,,,,,, +661,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,,439.0,166.0,120.0,14.0,112.0,2927.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,,,204.0,204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +662,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,,327.0,74.0,2.0,18.0,7.0,2904.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'],194.0,186.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,1175.0,1175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +663,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-02-08 00:07:24.000000,2023-12-15 22:50:38,766.0,1.0,357.0,92.0,547.0,83.0,92.0,2739.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,21,True,2019-05-09 10:06:22.000,1.0.0,1.0,tensorflow-graphics,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-graphics,,,12200.0,12200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +664,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,,360.0,86.0,4.0,3.0,18.0,2140.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,1.0,310.0,310.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +665,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2071.0,The friendly PIL fork.,385.0,21,False,,,,pillow-simd,,,,,,,https://pypi.org/project/pillow-simd,,,45280.0,45280.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +666,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1646.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,89.0,89.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +667,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,,305.0,98.0,45.0,181.0,216.0,1633.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,21,False,2017-09-12 03:01:00.000,2.7.0,12.0,auto_ml,,,,,2.0,2.0,https://pypi.org/project/auto_ml,,,895.0,895.0,,,,,,,,3.0,42.0,,,,,,,,,,,,,,,,,,,, +668,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-01-21 21:25:55.000000,2024-01-21 21:25:55,370.0,2.0,140.0,17.0,70.0,15.0,35.0,1609.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,16.0,21,True,2023-09-06 15:43:22.000,0.1.2,11.0,pythae,,,,['pytorch'],19.0,19.0,https://pypi.org/project/pythae,,,2594.0,2594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +669,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,276.0,74.0,728.0,13.0,64.0,1569.0,An end-to-end PyTorch framework for image and video classification.,77.0,21,True,2023-03-21 05:24:19.000,0.7.0,7.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],,,https://pypi.org/project/classy_vision,,,716.0,1097.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18716.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +670,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,,140.0,102.0,150.0,21.0,20.0,1552.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,,,,,22.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,1110.0,1110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +671,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-01-29 06:34:18.000000,2024-01-29 06:20:56,908.0,2.0,208.0,57.0,52.0,74.0,149.0,1527.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,36.0,21,True,2019-11-17 09:36:51.000,0.3.4,5.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,,,307.0,338.0,,,,,,,,3.0,2745.0,,,,,,,,,,,,,,,,,,,, +672,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,,358.0,62.0,47.0,37.0,72.0,1475.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-06-03 13:51:56.000,1.0.0,5.0,anago,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/anago,,,304.0,304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +673,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,66.0,51.0,23.0,75.0,1463.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,325.0,325.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +674,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,,219.0,64.0,48.0,36.0,90.0,1251.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,221.0,221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +675,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-02-07 11:53:44.000000,2023-12-09 21:53:10,773.0,4.0,173.0,18.0,259.0,64.0,94.0,1234.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']",,,https://pypi.org/project/dice-ml,,,57433.0,57433.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +676,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2023-10-17 15:42:35.000000,2023-10-17 15:42:30,833.0,,327.0,51.0,791.0,5.0,300.0,1198.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'],2.0,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,2.0,617.0,617.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,,, +677,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,2023-12-06 23:24:36.000000,2023-12-06 23:22:36,184.0,2.0,108.0,37.0,25.0,17.0,114.0,1161.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,21,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,5413.0,5413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +678,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,,208.0,28.0,61.0,54.0,60.0,1058.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,129.0,119.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,10.0,498.0,503.0,,,,,,,,3.0,594.0,,,,,,,,,,,,,,,,,,,, +679,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,1043.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,217.0,217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +680,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-02-01 21:39:11.000000,2024-02-01 21:38:56,330.0,1.0,159.0,29.0,109.0,80.0,56.0,871.0,Source code/webpage/demos for the What-If Tool.,20.0,21,True,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,8.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,4.0,2397.0,52059.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2126396.0,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,1335.0,,,,,2021-10-12 17:42:50.869,2.0,,,,,,,,, +681,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,,160.0,38.0,46.0,43.0,49.0,783.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,98.0,89.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,394.0,394.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +682,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,,144.0,25.0,19.0,26.0,5.0,734.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'],608.0,594.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,14.0,46635.0,46791.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6270.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +683,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-01-23 13:21:05.000000,2024-01-15 01:52:35,490.0,4.0,102.0,31.0,557.0,197.0,245.0,651.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,4331.0,4331.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +684,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,,2015-09-09 13:39:18.000,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,81.0,21.0,8.0,23.0,41.0,639.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,21,False,2018-01-15 18:11:51.000,0.9.0,8.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],398.0,398.0,https://pypi.org/project/pivottablejs,,,21229.0,21258.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2860.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +685,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,,105.0,30.0,1.0,13.0,3.0,633.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']",611.0,603.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,18857.0,18857.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +686,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,27.0,23.0,56.0,35.0,597.0,a distributed Hyperband implementation on Steroids.,11.0,21,False,2019-07-30 12:47:43.000,1.0,1.0,hpbandster,conda-forge/hpbandster,,,,405.0,405.0,https://pypi.org/project/hpbandster,,,12472.0,12954.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18333.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +687,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,,58.0,19.0,216.0,49.0,301.0,595.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,283.0,283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +688,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,15.0,549.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,48.0,48.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,10551.0,10551.0,,,,,,,,3.0,5.0,,,,,,,,,,,,,,,,,,,, +689,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,54.0,11.0,20.0,13.0,37.0,524.0,Joyplots in Python with matplotlib & pandas.,6.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,346.0,337.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,8910.0,9319.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,24142.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +690,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,482.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,,,,,101.0,93.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,4482.0,4482.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,,,, +691,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,1.0,41.0,12.0,11.0,9.0,52.0,481.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,21,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,31.0,26.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,2847.0,2849.0,,,,,,,,3.0,130.0,,,,,,,,,,,,,,,,,,,, +692,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,478.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,13211.0,13214.0,,,,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,,, +693,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,413.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,125.0,111.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,14.0,5049.0,5049.0,,,,,,,,3.0,90.0,,,,,,,,,,,,,,,,,,,, +694,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-01-15 10:30:51.000000,2023-12-11 07:05:24,4782.0,71.0,38.0,13.0,1.0,2.0,80.0,400.0,Deep Learning PyTorch.,1.0,21,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,642.0,642.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +695,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,,27.0,10.0,9.0,2.0,9.0,395.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'],1007.0,1001.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,172394.0,172394.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +696,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-01-23 19:59:46.000000,2024-01-23 19:52:41,5593.0,14.0,89.0,15.0,740.0,28.0,435.0,394.0,Lightwood is Legos for Machine Learning.,44.0,21,False,2024-01-10 21:22:19.000,23.12.4.0,202.0,lightwood,,,,['pytorch'],2.0,,https://pypi.org/project/lightwood,2023-12-25 13:15:52.000,2.0,5020.0,5020.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +697,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,50.0,24.0,231.0,57.0,195.0,378.0,Studio: Simplify and expedite model building process.,24.0,21,True,2020-02-19 22:50:45.000,0.0.15,4.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,,,495.0,495.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +698,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,,33.0,18.0,6.0,18.0,21.0,306.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],85.0,84.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1195.0,1195.0,,,,,,,,3.0,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,,, +699,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-02-07 15:51:29.000000,2024-01-30 21:56:31,636.0,26.0,10.0,22.0,322.0,39.0,77.0,280.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-01-30 22:15:53.000,1.6.3,68.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,2024-01-30 21:58:21.000,1.0,1806.0,6753.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-01-31 16:10:58.589,93765.0,,,,,3.0,5012.0,,hex-inc/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,671.0,,,,,2024-01-30 22:01:58.944,2.0,,,,,,,,, +700,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-02-08 12:35:24.000000,2024-02-08 05:27:42,696.0,54.0,24.0,4.0,264.0,4.0,,275.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,21,False,2024-02-07 18:55:27.000,1.1.247,607.0,upgini,,,,,5.0,5.0,https://pypi.org/project/upgini,2024-02-08 12:35:24.000,,7208.0,7208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +701,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,5.0,68.0,27.0,31.0,30.0,113.0,258.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,,,,12.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,12.0,1482.0,3587.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,83530.0,,,,,3.0,1854.0,,,,,,,,,,,,,,,,,,,, +702,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-02-08 03:54:26.000000,2024-02-08 03:54:25,415.0,15.0,103.0,19.0,421.0,57.0,97.0,252.0,An open-source toolkit for large-scale genomic analysis.,25.0,21,False,2022-04-21 00:32:28.000,1.2.1,15.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2022-04-19 23:43:38.000,,47549.0,47655.0,https://anaconda.org/conda-forge/glow,2023-06-16 19:24:57.965,3825.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +703,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,,771.0,225.0,25.0,8.0,122.0,5325.0,Build Graph Nets in Tensorflow.,11.0,20,False,,,,graph-nets,,,,['tensorflow'],20.0,20.0,https://pypi.org/project/graph-nets,,,1286.0,1286.0,,,,,,,,3.0,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,,, +704,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-01-31 10:41:02.000000,2023-01-15 11:37:16,279.0,,868.0,112.0,96.0,122.0,349.0,4540.0,Backtest trading strategies in Python.,19.0,20,False,,,,backtesting,,,,,,,https://pypi.org/project/backtesting,,,12408.0,12408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +705,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,2023-10-06 13:06:28.000000,2023-08-15 07:38:22,956.0,,542.0,167.0,45.0,37.0,28.0,4189.0,High-performance TensorFlow library for quantitative finance.,47.0,20,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,687.0,687.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +706,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,,475.0,87.0,180.0,108.0,161.0,3542.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,68.0,91.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1324.0,3.0,,,,,,,,,,,,,,,,,,,,, +707,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,,168.0,66.0,54.0,6.0,44.0,3076.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,20,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,149.0,149.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,,, +708,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-02-01 01:01:08.000000,2021-06-15 18:41:51,22.0,,262.0,33.0,20.0,24.0,37.0,2949.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1593.0,1593.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +709,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,102.0,54.0,64.0,48.0,2907.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,490.0,490.0,,,,,,,,3.0,,,rhsimplex/image-match,,,,,,,,,,,,,,,,,, +710,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,,322.0,102.0,1000.0,87.0,260.0,2824.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,,,,,,,,,,,,,,,,,,,,, +711,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,,827.0,86.0,30.0,45.0,80.0,2623.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,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,7.0,957.0,957.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +712,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,,454.0,127.0,225.0,81.0,183.0,2292.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-07-24 13:14:28.000,1.0.0,9.0,rl_coach,,,,,,,https://pypi.org/project/rl_coach,,,123.0,123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +713,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,233.0,62.0,105.0,24.0,56.0,2094.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,2.0,pycls,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pycls,,,1597.0,1597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +714,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,15.0,105.0,2023.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,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,,3432.0,3432.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +715,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,,175.0,55.0,895.0,129.0,586.0,1877.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,19.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +716,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,2023-10-11 20:58:29.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,5.0,74.0,1578.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'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,10.0,240.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,,,, +717,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,,157.0,46.0,3.0,13.0,15.0,1529.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'],23.0,23.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1520.0,1520.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +718,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,2023-06-16 19:27:46.249000,2022-08-31 13:13:15,103.0,,81.0,40.0,14.0,12.0,27.0,1278.0,A Graph Neural Network Library in Jax.,17.0,20,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],152.0,139.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,13.0,7146.0,7297.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4247.0,,,,,3.0,,,google-deepmind/jraph,,,,,,,,,,,,,,,,,, +719,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,40.0,13.0,14.0,9.0,1265.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,,,,,117.0,116.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,1.0,1750.0,1750.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +720,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2023-12-13 18:40:36.000000,2023-12-13 18:40:36,436.0,7.0,186.0,61.0,7.0,13.0,29.0,1022.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +721,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,56.0,14.0,30.0,19.0,1012.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,,,,182.0,170.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,622.0,867.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8107.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +722,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,1007.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'],75.0,75.0,https://pypi.org/project/tensornets,,,81.0,81.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +723,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,130.0,25.0,76.0,43.0,36.0,1002.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,248581.0,248746.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7781.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +724,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2023-09-04 22:14:55.000000,2023-09-04 22:14:55,303.0,,87.0,18.0,72.0,18.0,42.0,929.0,Audio processing by using pytorch 1D convolution network.,15.0,20,True,2020-11-08 10:18:26.000,0.2.0,2.0,nnAudio,,,,,156.0,156.0,https://pypi.org/project/nnAudio,,,4515.0,4515.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +725,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,,133.0,36.0,16.0,8.0,3.0,922.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3615.0,3603.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,12.0,757.0,757.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +726,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,127.0,17.0,24.0,27.0,39.0,803.0,python partial dependence plot toolbox.,7.0,20,True,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,26400.0,26760.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19850.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +727,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,3.0,81.0,14.0,35.0,3.0,23.0,790.0,Leave One Feature Out Importance.,6.0,20,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,31.0,27.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,1814.0,1814.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +728,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,,146.0,25.0,154.0,74.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,20,False,2016-01-02 19:06:03.000,0.2,20.0,gmaps,conda-forge/gmaps,,,['jupyter'],4.0,4.0,https://pypi.org/project/gmaps,,,5176.0,10194.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,310699.0,,,,,3.0,,-4.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,1183.0,,,,,,,,,,,,,,, +729,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-01-15 14:56:07.000000,2023-12-29 01:45:38,174.0,22.0,37.0,9.0,47.0,2.0,12.0,755.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",9.0,20,True,2023-12-29 01:46:22.000,1.0.3,27.0,uform,,,,['pytorch'],15.0,15.0,https://pypi.org/project/uform,2023-12-29 01:46:22.000,,945.0,945.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +730,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,76.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,21889.0,21889.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +731,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,25.0,39.0,750.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,,,,,118.0,102.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,16.0,639.0,639.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +732,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-02-04 09:11:51.000000,2024-02-04 09:11:51,596.0,2.0,128.0,16.0,55.0,30.0,122.0,734.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,33.0,20,True,2023-10-12 06:54:28.000,1.6.3,32.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],,,https://pypi.org/project/torch-cluster,,,11253.0,13226.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,88787.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +733,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-01-28 21:21:14.000000,2024-01-28 21:21:14,295.0,16.0,107.0,17.0,24.0,,85.0,660.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,20,True,2024-01-28 14:11:58.000,0.0.90,37.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-01-28 14:11:58.000,,4578.0,4578.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +734,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,104.0,24.0,25.0,43.0,61.0,608.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'],159.0,157.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1508.0,1619.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3565.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +735,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,29.0,31.0,5.0,24.0,560.0,Python module for machine learning time series:.,14.0,20,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,615.0,615.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +736,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,,165.0,57.0,20.0,39.0,60.0,535.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,33.0,28.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,96.0,96.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +737,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,1.0,96.0,26.0,6.0,3.0,31.0,487.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,20,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,1394.0,1394.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +738,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-01-20 21:41:29.000000,2024-01-10 08:10:55,2818.0,83.0,60.0,12.0,255.0,4.0,109.0,417.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,20,True,2023-07-13 11:37:48.000,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,,,70.0,70.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +739,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,,81.0,20.0,247.0,10.0,23.0,399.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1372.0,1372.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,,, +740,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,,69.0,24.0,48.0,15.0,19.0,391.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],47.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,47.0,3948.0,4387.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32115.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +741,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-01-09 17:09:55.000000,2023-11-17 08:50:12,72.0,3.0,58.0,8.0,11.0,4.0,18.0,361.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,75.0,75.0,https://pypi.org/project/textaugment,,,4327.0,4328.0,,,,,,,,3.0,64.0,,,,,,,,,,,,,,,,,,,, +742,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,33.0,184.0,360.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,31.0,17.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,14.0,119.0,119.0,,,,,,,,3.0,,,yomguy/TimeSide,,,,,,,,,,,,,,,,,, +743,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,26.0,19.0,15.0,16.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'],241.0,235.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,1819.0,1819.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +744,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,2023-03-23 15:39:49.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,41.0,8.0,10.0,287.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,291101.0,291101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +745,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,11.0,72.0,22.0,431.0,17.0,51.0,266.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,20,False,2022-06-03 15:51:13.000,0.2.0,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,,,151.0,151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +746,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-02-02 15:32:17.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,166.0,18.0,64.0,235.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,41.0,39.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,274.0,274.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +747,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-02-05 07:59:49.000000,2024-02-05 07:59:48,584.0,8.0,32.0,24.0,637.0,21.0,127.0,233.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,1695.0,1715.0,,,,,,,,3.0,995.0,,,,,,,,,,,,,,,,,,,, +748,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:02:54.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,228.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:02:54.000,0.4.6,12.0,pyfasttext,,,,,393.0,393.0,https://pypi.org/project/pyfasttext,,,1630.0,1634.0,,,,,,,,3.0,368.0,,,,,,,,,,,,,,,,,,,, +749,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,,19.0,20.0,464.0,90.0,76.0,228.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],73.0,66.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,7.0,57849.0,57849.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +750,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,210.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-01-03 08:04:12.000,0.2.2,3.0,numerizer,,,,,72.0,72.0,https://pypi.org/project/numerizer,,,70977.0,70977.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +751,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,11.0,1028.0,120.0,24.0,11.0,352.0,4180.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,19,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +752,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,653.0,77.0,53.0,161.0,101.0,3360.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,17.0,gpt-2-simple,,,,['tensorflow'],,,https://pypi.org/project/gpt-2-simple,,,3314.0,3323.0,,,,,,,,3.0,551.0,,,,,,,,,,,,,,,,,,,, +753,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,,398.0,102.0,36.0,7.0,24.0,1417.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,19,False,,,,dltk,,,,['tensorflow'],31.0,31.0,https://pypi.org/project/dltk,,,206.0,206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +754,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,41.0,43.0,1029.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'],118.0,113.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,2028.0,2028.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +755,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,2023-07-24 18:18:54.000000,2022-05-13 18:48:12,83.0,,179.0,24.0,58.0,10.0,27.0,921.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",16.0,19,False,,,,saliency,,,,['tensorflow'],76.0,76.0,https://pypi.org/project/saliency,,,5086.0,5086.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +756,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,,165.0,18.0,42.0,22.0,59.0,866.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,,,,170.0,167.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,377.0,568.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8062.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +757,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,15.0,24.0,58.0,69.0,846.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,96.0,95.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,605.0,605.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +758,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,2023-07-02 20:27:29.000000,2021-07-30 15:06:27,104.0,,127.0,30.0,28.0,18.0,34.0,754.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,19,False,2021-07-30 15:07:28.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],42.0,42.0,https://pypi.org/project/sklearn-deap,,,231.0,231.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +759,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,63.0,22.0,47.0,10.0,17.0,744.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,925.0,1867.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22626.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +760,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,48.0,19.0,35.0,724.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,,,,,26.0,24.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,311.0,311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +761,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-01-23 00:12:47.000000,2021-09-16 17:56:31,171.0,,143.0,35.0,81.0,14.0,55.0,606.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'],22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,107.0,107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +762,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,571.0,Make Waffle Charts in Python.,6.0,19,False,,,5.0,pywaffle,conda-forge/pywaffle,,,,318.0,318.0,https://pypi.org/project/pywaffle,,,3800.0,3984.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11453.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +763,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,13.0,22.0,561.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,303.0,303.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +764,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,557.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],134.0,129.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,4175.0,4175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +765,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,,67.0,12.0,10.0,23.0,41.0,527.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,,,,,46.0,46.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1141.0,1141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +766,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,1.0,54.0,60.0,9.0,23.0,25.0,520.0,Python library assists deep learning on graphs.,18.0,19,True,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,84.0,83.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,1.0,386.0,386.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,,, +767,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2023-08-12 16:28:59.000000,2023-08-12 16:28:59,266.0,,105.0,20.0,56.0,27.0,20.0,470.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,19,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,66.0,58.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2369.0,2369.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +768,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,20882.0,20882.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +769,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,,30.0,17.0,148.0,39.0,66.0,463.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']",43.0,43.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,340.0,340.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +770,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,,90.0,24.0,19.0,5.0,20.0,453.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,197.0,197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +771,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,19,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],5.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,5.0,2108.0,2108.0,,,,,,,,3.0,,9.0,,,,,,,,,,,,,,,,,,, +772,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,,48.0,11.0,37.0,28.0,37.0,344.0,Data imputations library to preprocess datasets with missing data.,11.0,19,False,,,,impyute,,,,,217.0,217.0,https://pypi.org/project/impyute,,,3666.0,3666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +773,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-02-02 14:55:53.000000,2024-02-02 14:38:52,858.0,29.0,17.0,8.0,181.0,11.0,22.0,150.0,Toolkit for developing and maintaining ML models.,14.0,19,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,,4728.0,4728.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +774,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-01-02 19:42:45.000000,2020-04-18 19:15:25,24.0,,935.0,132.0,39.0,31.0,10.0,7294.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,18,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],37.0,35.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,656.0,656.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +775,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,,870.0,109.0,51.0,46.0,159.0,6178.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +776,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,,348.0,97.0,16.0,52.0,17.0,3358.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,18,True,,,,tensorwatch,,,,,137.0,137.0,https://pypi.org/project/tensorwatch,,,742.0,742.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +777,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,317.0,59.0,242.0,174.0,110.0,3040.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,18,False,2022-11-02 09:30:27.000,3.0.1,13.0,lightseq,,,,,,,https://pypi.org/project/lightseq,,,1765.0,1778.0,,,,,,,,3.0,672.0,,,,,,,,,,,,,,,,,,,, +778,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,,413.0,107.0,83.0,67.0,48.0,2928.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'],,,,,,,106.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8541.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +779,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-02-08 14:05:18.000000,2024-01-26 09:48:14,652.0,13.0,372.0,38.0,782.0,149.0,106.0,2758.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,76.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +780,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,26.0,1004.0,127.0,65.0,1637.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,245.0,245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +781,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,,171.0,22.0,20.0,16.0,30.0,1556.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,18,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,71.0,71.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,,, +782,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,,251.0,57.0,65.0,8.0,31.0,1360.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,43.0,43.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +783,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,,188.0,33.0,15.0,18.0,22.0,785.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,45.0,45.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +784,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2023-11-30 08:29:05.000000,2023-10-26 19:25:33,460.0,,97.0,23.0,86.0,11.0,94.0,646.0,"Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave and AIFF files with python 2..",26.0,18,True,,,,tinytag,,,,,,,https://pypi.org/project/tinytag,,,22987.0,22987.0,,,,,,,,3.0,,-7.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,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,594.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,15.0,baikal,conda-forge/cython-blis,,,,11.0,10.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,279.0,50177.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2045829.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +786,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,4.0,38.0,15.0,18.0,,20.0,586.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,139.0,139.0,,,,,,,,3.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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,18.0,18.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,101.0,101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +788,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,2022-03-13 16:33:15.000000,2022-03-13 16:33:15,64.0,,50.0,18.0,7.0,16.0,4.0,473.0,Topological Data Analysis for Python.,4.0,18,False,2021-08-03 00:23:20.000,1.0.0,4.0,scikit-tda,,,,['sklearn'],50.0,50.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,3043.0,3043.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +789,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,,105.0,71.0,7.0,15.0,19.0,421.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,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,3.0,233.0,233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +790,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,17.0,17.0,406.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,61.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,3.0,492.0,706.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12891.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,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,442.0,442.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-01-16 18:36:21.000000,2024-01-16 18:36:16,318.0,2.0,78.0,26.0,328.0,21.0,9.0,329.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,34.0,18,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2022-12-13 19:06:03.653,,2233.0,2233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +793,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,,51.0,11.0,60.0,17.0,41.0,325.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,37.0,33.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,282.0,282.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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,2.0,128.0,34.0,323.0,81.0,129.0,322.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,1.0,139.0,157.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1808.0,3.0,,,,,,,,,,,,,,,,,,,,, +795,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,42.0,13.0,63.0,3.0,56.0,314.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,355.0,355.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +796,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,,72.0,19.0,93.0,25.0,18.0,308.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2099.0,2099.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,,, +797,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,261.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,492.0,492.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +798,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-01-29 18:34:13.000000,2023-12-05 10:10:07,457.0,6.0,49.0,14.0,77.0,13.0,35.0,232.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,18,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,4768.0,4768.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +799,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,31.0,12.0,197.0,21.0,73.0,186.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],33.0,32.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,658.0,658.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +800,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,4.0,11.0,8.0,2.0,,5.0,181.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,18,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,252.0,252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +801,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,127.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,,,,8831.0,8645.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,324844.0,324878.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1068.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +802,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,,1343.0,471.0,21.0,56.0,167.0,6975.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,,,,,,,,,,,,,,,,,, +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,18.0,11.0,25.0,18.0,1157.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'],51.0,49.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,177.0,177.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,,88.0,35.0,72.0,25.0,30.0,1095.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,,3155.0,3155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +805,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,,148.0,45.0,5.0,3.0,7.0,1017.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,,,,,29.0,23.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,6.0,233.0,233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +806,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,,225.0,31.0,38.0,39.0,21.0,827.0,An open source python library for scalable Bayesian optimisation.,13.0,17,False,,,,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,,,6939.0,6939.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,,36.0,13.0,13.0,8.0,16.0,747.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,15.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],31.0,31.0,https://pypi.org/project/tensor-sensor,,,2684.0,2785.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2836.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +808,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,740.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,,,,,46.0,46.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,418.0,418.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +809,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,,97.0,19.0,58.0,2.0,13.0,732.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,2021-10-06 07:29:20.000,2.0.3,13.0,caer,,,https://caer.rtfd.io,,,,https://pypi.org/project/caer,,,3235.0,3235.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,,, +810,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,,53.0,30.0,12.0,9.0,15.0,632.0,Log TensorBoard events without touching TensorFlow.,5.0,17,False,,,,tensorboard_logger,,,,,167.0,167.0,https://pypi.org/project/tensorboard_logger,,,6004.0,6004.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +811,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,121.0,19.0,17.0,67.0,24.0,520.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,17,False,,,,deepmatcher,,,,,25.0,25.0,https://pypi.org/project/deepmatcher,,,3017.0,3017.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +812,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,2023-10-25 00:20:13.000000,2022-08-24 08:31:37,29.0,,66.0,6.0,5.0,2.0,27.0,518.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,2.0,17,False,2022-08-24 08:33:07.000,0.2.6,9.0,shap-hypetune,,,,,16.0,15.0,https://pypi.org/project/shap-hypetune,2022-08-24 08:33:00.976,1.0,3484.0,3484.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +813,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,2023-07-14 19:31:30.000000,2023-06-18 21:56:30,277.0,,78.0,14.0,126.0,17.0,136.0,462.0,A Python library for dynamic classifier and ensemble selection.,16.0,17,True,2021-02-08 06:29:25.000,0.3.5,4.0,deslib,,,,['sklearn'],2.0,,https://pypi.org/project/deslib,2021-02-08 06:29:25.000,2.0,1177.0,1177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +814,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-01-25 22:56:45.000000,2023-08-19 12:43:22,678.0,,61.0,30.0,79.0,9.0,25.0,358.0,A Python implementation of active inference for Markov Decision Processes.,14.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,6.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,,,143.0,143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +815,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-02-08 11:06:27.000000,2024-02-08 09:58:17,811.0,1.0,24.0,7.0,69.0,26.0,20.0,348.0,Flexible time series feature extraction & processing.,6.0,17,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,12.0,12.0,https://pypi.org/project/tsflex,2022-10-11 21:38:11.312,,223.0,876.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,20271.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +816,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,15.0,25.0,300.0,Textpipe: clean and extract metadata from text.,29.0,17,False,,,,textpipe,,,,,8.0,8.0,https://pypi.org/project/textpipe,,,154.0,154.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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,292.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,70.0,73.0,,,,,,,,3.0,165.0,,,,,,,,,,,,,,,,,,,, +818,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,43.0,11.0,59.0,31.0,47.0,233.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'],16.0,13.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,3.0,53.0,53.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,8.0,44.0,224.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +820,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,,759.0,339.0,58.0,,,6650.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,16,False,,,1.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,,,76.0,83.0,,,,,,,,3.0,329.0,,,,,,,,,,,,,,,,,,,, +821,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,,525.0,178.0,110.0,50.0,149.0,3902.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +822,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2022-06-22 11:47:45.000000,2022-06-21 18:24:09,30.0,,1018.0,63.0,12.0,43.0,25.0,3527.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,,['sklearn'],31.0,31.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +823,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,,167.0,61.0,10.0,26.0,6.0,1839.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,,41.0,41.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,,, +824,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,,462.0,80.0,36.0,83.0,68.0,1673.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,16,False,2019-03-13 20:28:15.000,1.0-dev2,1.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,,,154.0,154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +825,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,57.0,34.0,22.0,13.0,1266.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,80.0,80.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +826,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-02-05 15:11:36.000000,2024-02-05 15:11:35,743.0,3.0,116.0,28.0,110.0,12.0,24.0,1054.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +827,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,,115.0,19.0,295.0,3.0,69.0,1046.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,5.0,5.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +828,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,,88.0,17.0,15.0,10.0,22.0,719.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,722.0,722.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,,100.0,25.0,101.0,37.0,84.0,703.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,113.0,119.0,,,,,,,,3.0,412.0,,,,,,,,,,,,,,,,,,,, +830,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,,122.0,43.0,435.0,25.0,130.0,702.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +831,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,1.0,81.0,25.0,4.0,37.0,42.0,684.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,16,True,2019-05-07 08:47:56.000,0.3.2,3.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,,,75.0,75.0,,,,,,,,3.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,,93.0,18.0,19.0,3.0,29.0,626.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:19.000,0.1.0,5.0,textflint,,,,,12.0,12.0,https://pypi.org/project/textflint,,,85.0,85.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +833,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-01-25 16:57:26.000000,2024-01-25 16:57:26,261.0,4.0,66.0,22.0,94.0,19.0,15.0,492.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,,,,,1.0,1.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,101.0,101.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,36.0,47.0,5.0,12.0,405.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +835,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-02-02 18:13:06.000000,2024-01-15 19:35:42,191.0,3.0,51.0,10.0,15.0,2.0,29.0,380.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,21.0,explainx,,,,,,,https://pypi.org/project/explainx,,,354.0,354.0,,,,,,,,3.0,13.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,2024-01-02 09:08:58.000000,2024-01-02 09:08:58,172.0,2.0,38.0,22.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,16,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],2.0,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,2.0,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +837,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,,33.0,24.0,21.0,17.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,93.0,86.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,7.0,83.0,83.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +838,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,39.0,19.0,2.0,10.0,7.0,280.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,16,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,2020-10-01 13:18:38.000,,318.0,4661.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,173737.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,11.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'],13.0,13.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,956.0,956.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +840,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-01-01 20:21:14.000000,2023-12-06 19:59:05,370.0,1.0,38.0,6.0,132.0,,35.0,221.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,16,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,609.0,724.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2876.0,,,,,3.0,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,, +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:48:51.000000,2018-11-23 09:47:34,69.0,,32.0,14.0,54.0,13.0,50.0,136.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,16,False,2018-11-23 09:48:51.000,0.1.16,16.0,steppy,,,,,51.0,51.0,https://pypi.org/project/steppy,,,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +842,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,3.0,9.0,5.0,3.0,1.0,,127.0,Data Analysis Baseline Library.,24.0,16,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,4175.0,4175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +843,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,29.0,963.0,103.0,28.0,22.0,355.0,3646.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,15,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,141.0,28.0,217.0,102.0,2868.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,7.0,7.0,,,,,,,,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,,423.0,143.0,72.0,12.0,53.0,2198.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +846,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,5.0,483.0,68.0,26.0,5.0,97.0,1665.0,An Open-Source Package for Network Embedding (NE).,12.0,15,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +847,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,1538.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,15,False,,,,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,,,79.0,100.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1686.0,3.0,,,,,,,,,,,,,,,,,,,,, +848,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-01-23 02:21:18.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,21.0,42.0,85.0,1252.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +849,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,218.0,40.0,40.0,60.0,34.0,1108.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +850,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,828.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,59.0,59.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +851,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,,184.0,43.0,667.0,11.0,27.0,809.0,Translate - a PyTorch Language Library.,88.0,15,False,,,,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,,,18.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +852,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,,56.0,18.0,7.0,,10.0,794.0,MADGRAD Optimization Method.,2.0,15,True,,,,madgrad,,,,['pytorch'],71.0,71.0,https://pypi.org/project/madgrad,,,3161.0,3161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +853,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,,111.0,27.0,10.0,24.0,51.0,779.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,,anchor_exp,,,,,,,https://pypi.org/project/anchor_exp,,,1484.0,1484.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +854,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,18.0,21.0,29.0,50.0,673.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,15,False,,,,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,,,96.0,96.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +855,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,26.0,4.0,4.0,2.0,671.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,85.0,85.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +856,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,52.0,17.0,83.0,13.0,49.0,566.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,2022-05-18 08:34:00.000,0.0.32,3.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,,,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +857,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,1.0,98.0,39.0,106.0,12.0,51.0,548.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,11.0,15,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,,109.0,112.0,,,,,,,,3.0,220.0,,vaticle/typedb-ml,,,,,,,,,,,,,,,,,, +858,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,505.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,,,,,10.0,10.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,194.0,194.0,,,,,,,,3.0,,4.0,,,,,,,,,,,,,,,,,,, +859,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-01-08 18:31:51.000000,2024-01-08 18:31:46,136.0,1.0,42.0,20.0,165.0,3.0,63.0,440.0,A collection of tools for neural compression enthusiasts.,9.0,15,True,2023-10-03 14:25:36.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +860,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,16.0,39.0,2.0,13.0,398.0,High-level batteries-included neural network training library for Pytorch.,4.0,15,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],9.0,9.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,90.0,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +861,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,4.0,67.0,20.0,177.0,87.0,17.0,392.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,,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +862,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,,57.0,19.0,6.0,6.0,,389.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,44.0,181.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5932.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +863,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,370.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,263.0,263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +864,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,27.0,150.0,346.0,Open source production model management tool for data scientists.,6.0,15,False,,,,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,,,101.0,101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +865,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,13.0,271.0,70.0,175.0,295.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,,641.0,641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +866,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2020-04-04 19:26:44.000000,2020-04-04 19:26:37,127.0,,29.0,5.0,4.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,,,,parfit,,,,['sklearn'],26.0,26.0,https://pypi.org/project/parfit,,,3361.0,3361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +867,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,5.0,2.0,16.0,23.0,188.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'],11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,472.0,472.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +868,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-10-25 21:33:40.000000,2023-03-31 15:44:32,231.0,,20.0,28.0,52.0,7.0,7.0,103.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,15,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,99.0,99.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +869,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,813.0,78.0,34.0,107.0,59.0,3245.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +870,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,147.0,32.0,,53.0,59.0,1177.0,GraphVite: A General and High-performance Graph Embedding System.,,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,86.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4686.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +871,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,213.0,1686.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,63341.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +872,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,,112.0,21.0,37.0,20.0,8.0,1041.0,Distributed Computing for AI Made Simple.,5.0,14,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,1.0,,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,79.0,79.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +873,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,,36.0,12.0,8.0,9.0,3.0,328.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,1263.0,1263.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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,240.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,244.0,244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +875,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,,42.0,1.0,,,,179.0,Pytorch framework for doing deep learning on point clouds.,29.0,14,False,,,,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,,,691.0,691.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +876,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-01-29 08:15:23.000000,2023-11-24 19:47:45,314.0,14.0,7.0,8.0,125.0,7.0,9.0,104.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,14,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +877,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,,481.0,110.0,12.0,39.0,8.0,2671.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +878,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,,77.0,46.0,4.0,3.0,,2432.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,1499.0,1501.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,,, +879,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,38.0,10.0,13.0,3.0,1336.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +880,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-01-29 19:20:57.000000,2024-01-29 19:20:57,64.0,2.0,42.0,11.0,8.0,2.0,12.0,669.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,13,True,,,,rliable`,,,,,117.0,117.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +881,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,2020-05-28 17:32:42.000000,2020-05-28 17:31:53,465.0,,19.0,12.0,57.0,3.0,20.0,291.0,NLP library designed for reproducible experimentation management.,7.0,13,False,2020-05-28 17:32:42.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,,,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +882,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,243.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:24:24.000,0.1.9,9.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,,,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +883,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,33.0,8.0,72.0,20.0,8.0,230.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,13,False,,,,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,,,104.0,104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +884,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,1.0,26.0,8.0,16.0,4.0,6.0,191.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +885,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,33.0,14.0,18.0,27.0,16.0,120.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +886,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,28.0,28.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,59.0,59.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +887,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,2.0,12.0,12.0,17.0,,,42.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,,,,,1.0,1.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +888,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2024-02-02 11:18:12.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2024-01-23 12:06:49.000,3.37.0,275.0,comet_ml,comet_ml,,,,65.0,,https://pypi.org/project/comet_ml,2024-02-02 11:18:12.000,65.0,162656.0,162656.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +889,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,,400.0,62.0,6.0,62.0,17.0,1793.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,,,,,,,,,,,,,,,,,,,,, +890,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,,310.0,87.0,11.0,11.0,6.0,1672.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +891,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,,52.0,16.0,3.0,2.0,1.0,522.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,135.0,135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +892,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-01-19 15:25:21.000000,2024-01-19 15:25:18,75.0,1.0,58.0,17.0,61.0,6.0,9.0,437.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,12,True,,,,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,,,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +893,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,300.0,Drift Detection for your PyTorch Models.,4.0,12,False,,,,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,,,122.0,122.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-01-25 13:32:50.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,254.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:21:45.000,0.2.0,10.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,,,88.0,94.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,,,,,,,,,,,,,,,,,,,,, +895,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,11.0,15.0,6.0,4.0,221.0,Draw interactive NetworkX graphs with Altair.,3.0,12,False,,,,nx-altair,,,,['jupyter'],,,https://pypi.org/project/nx-altair,,,561.0,561.0,,,,,,,,3.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,,26.0,22.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,86.0,86.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,126.0,Experiment tracking for machine and deep learning projects.,3.0,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,88.0,98.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.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,1.0,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,51.0,51.0,,,,,,,,3.0,,,genixpro/hypermax,,,,,,,,,,,,,,,,,, +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,5.0,14.0,97.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,,704.0,704.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +900,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,,11.0,13.0,26.0,4.0,13.0,85.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,,61.0,61.0,,,,,,,,3.0,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,,, +901,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,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,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,40.0,40.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +902,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,2023-03-14 16:25:22.000000,2022-02-09 22:20:11,9.0,,416.0,94.0,17.0,48.0,15.0,3259.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +903,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,,112.0,47.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +904,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,,143.0,39.0,7.0,15.0,14.0,911.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +905,Headliner,as-ideas/headliner,nlp,,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,17.0,7.0,2.0,13.0,231.0,Easy training and deployment of seq2seq models.,2.0,11,False,,,,headliner,,,,,5.0,5.0,https://pypi.org/project/headliner,,,165.0,165.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,,25.0,16.0,51.0,11.0,1.0,133.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],1.0,1.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +907,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,,10.0,6.0,,2.0,4.0,118.0,Tools for training explainable models using attribution priors.,6.0,11,False,2021-03-16 17:47:18.000,1.0.0,1.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,,,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +908,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-02-06 13:00:49.000000,2024-02-06 09:41:58,94.0,54.0,,4.0,,3.0,1.0,35.0,A Jax-based library for designing and training transformer models from scratch.,1.0,11,False,,,2.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,2024-01-30 16:37:58.000,,203.0,203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,True +909,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,,79.0,18.0,5.0,3.0,12.0,549.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +910,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,,49.0,14.0,13.0,9.0,9.0,484.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +911,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,,20.0,12.0,41.0,7.0,12.0,364.0,A library for distributed ML training with PyTorch.,6.0,10,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +912,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,13.0,18.0,85.0,"An intelligent, flexible grammar of machine learning.",3.0,10,False,,,,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,,,65.0,65.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,10.0,44.0,,2.0,135.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,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,30.0,30.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +914,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,139.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,16.0,16.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +915,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,4.0,7.0,,1.0,,56.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,25.0,25.0,https://anaconda.org/conda-forge/tslumen,,,,,,,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.,,7,False,,,,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",,,https://pypi.org/project/traintool,,,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-02-15_changes.md b/history/2024-02-15_changes.md new file mode 100644 index 00000000..3e804ec4 --- /dev/null +++ b/history/2024-02-15_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- Streamlit (🥇44 · ⭐ 30K · 📈) - Streamlit A faster way to build and share data apps. Apache-2 +- agate (🥈34 · ⭐ 1.2K · 📈) - A Python data analysis library that is optimized for humans instead of.. MIT +- snowballstemmer (🥈31 · ⭐ 710 · 📈) - Snowball compiler and stemming algorithms. BSD-3 +- Keras-Preprocessing (🥉29 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. MIT +- english-words (🥈28 · ⭐ 9.8K · 💀) - A text file containing 479k English words for all your.. Unlicense +- EfficientNet-PyTorch (🥈27 · ⭐ 7.7K · 💀) - A PyTorch implementation of EfficientNet and.. Apache-2 +- eli5 (🥈27 · ⭐ 2.7K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT +- Pillow-SIMD (🥉25 · ⭐ 2.1K · 💤) - The friendly PIL fork. ❗️PIL +- gmaps (🥉24 · ⭐ 760 · 💀) - Google maps for Jupyter notebooks. BSD-3 +- tinytag (🥉24 · ⭐ 650 · 📈) - Read audio and music meta data and duration of MP3, OGG, OPUS, MP4,.. 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._ + +- Keras (🥈43 · ⭐ 60K · 📉) - Deep Learning for humans. Apache-2 +- Catboost (🥈39 · ⭐ 7.6K · 📉) - A fast, scalable, high performance Gradient Boosting on.. Apache-2 +- torchvision (🥇38 · ⭐ 15K · 📉) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +- flair (🥇37 · ⭐ 13K · 📉) - A very simple framework for state-of-the-art Natural.. ❗Unlicensed +- Coqui TTS (🥇35 · ⭐ 27K · 📉) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 +- stanza (🥈32 · ⭐ 7K · 📉) - Stanford NLP Python library for tokenization, sentence.. ❗Unlicensed +- ftfy (🥈27 · ⭐ 3.7K · 📉) - Fixes mojibake and other glitches in Unicode text, after the fact. ❗Unlicensed +- CNTK (🥉26 · ⭐ 17K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning.. ❗Unlicensed +- langid (🥉24 · ⭐ 2.2K · 💀) - Stand-alone language identification system. ❗Unlicensed +- tinygrad (🥉15 · ⭐ 28 · 📉) - You like pytorch? You like micrograd? You love tinygrad!. MIT + diff --git a/history/2024-02-15_projects.csv b/history/2024-02-15_projects.csv new file mode 100644 index 00000000..a8465fc5 --- /dev/null +++ b/history/2024-02-15_projects.csv @@ -0,0 +1,918 @@ +,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_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,pypi_latest_release_published_at,pypi_dependent_project_count,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,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-01-31 03:41:07.000000,2024-01-10 20:21:25,1536.0,1.0,661.0,113.0,309.0,54.0,132.0,4373.0,Benchmarks of approximate nearest neighbor libraries in Python.,99.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-02-08 17:09:28.000000,2024-02-08 17:09:27,308.0,24.0,160.0,54.0,181.0,,3.0,2125.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2024-02-08 17:09:33.000,2024.02.08,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-02-15 14:03:54.000000,2024-02-15 14:03:53,327.0,26.0,222.0,87.0,183.0,4.0,5.0,3311.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-02-15 14:04:03.000,2024.02.15,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-02-15 14:03:54.000000,2024-02-15 14:03:53,327.0,26.0,222.0,87.0,183.0,4.0,5.0,3310.0,Collection of database clients for python.,12.0,0,True,2024-02-15 14:04:03.000,2024.02.15,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-02-15 14:03:54.000000,2024-02-15 14:03:53,327.0,26.0,222.0,87.0,183.0,4.0,5.0,3310.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-02-15 14:04:03.000,2024.02.15,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-02-15 14:03:54.000000,2024-02-15 14:03:53,327.0,26.0,222.0,87.0,183.0,4.0,5.0,3310.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-02-15 14:04:03.000,2024.02.15,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-02-15 13:49:43.742553,2024-02-15 13:21:01,159901.0,3464.0,72103.0,7658.0,23666.0,1882.0,36809.0,182962.0,An Open Source Machine Learning Framework for Everyone.,4544.0,54,True,2023-11-14 18:46:08.000,2.15.0,100.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],342658.0,342658.0,https://pypi.org/project/tensorflow,18592167.0,19705532.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4483698.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-02-15 13:49:43.742553,2277.0,76078203.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-02-15 14:12:28.000000,2024-02-15 11:03:39,69570.0,3070.0,19970.0,1692.0,79849.0,12563.0,27267.0,75389.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4654.0,54,True,2024-01-30 17:58:51.000,2.2.0,49.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],390634.0,390634.0,https://pypi.org/project/torch,18237523.0,18934817.0,https://anaconda.org/pytorch/pytorch,2024-01-29 16:05:11.351,20210485.0,,,,,1.0,33939.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-02-15 14:04:03.000000,2024-02-15 14:04:02,30974.0,330.0,24126.0,2146.0,16804.0,1639.0,9048.0,57387.0,scikit-learn: machine learning in Python.,3074.0,52,True,2024-02-14 10:12:43.000,1.4.1,46.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],700615.0,700615.0,https://pypi.org/project/scikit-learn,50688800.0,51270361.0,https://anaconda.org/conda-forge/scikit-learn,2024-01-19 10:17:08.879,26169795.0,,,,,1.0,940.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-02-15 14:16:43.000000,2024-02-15 14:02:58,15123.0,593.0,22890.0,1079.0,14678.0,740.0,13264.0,120155.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2409.0,50,True,2024-01-29 16:11:49.000,4.37.2,100.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",138022.0,138022.0,https://pypi.org/project/transformers,21805729.0,21840856.0,https://anaconda.org/conda-forge/transformers,2024-02-08 05:37:41.609,1510461.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12.000,2024-02-15 10:15:51.000000,2024-02-14 22:45:24,49561.0,439.0,7406.0,594.0,17705.0,1542.0,8899.0,18863.0,matplotlib: plotting with Python.,1644.0,50,True,2024-02-15 01:48:12.000,3.8.3,120.0,matplotlib,conda-forge/matplotlib,,,,1152796.0,1088675.0,https://pypi.org/project/matplotlib,55172063.0,55665515.0,https://anaconda.org/conda-forge/matplotlib,2023-11-20 21:33:42.497,21711930.0,,,,,1.0,,2024-02-15 01:48:12.000,64121.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-02-15 13:45:26.000000,2024-02-15 13:45:25,31572.0,438.0,4991.0,350.0,10353.0,1789.0,8209.0,12186.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1583.0,50,True,2024-01-20 22:00:44.000,1.12.0,99.0,scipy,conda-forge/scipy,,,,988241.0,921775.0,https://pypi.org/project/scipy,79921434.0,81078571.0,https://anaconda.org/conda-forge/scipy,2024-01-24 03:11:41.395,44979325.0,,,,,1.0,393565.0,2024-01-20 21:10:31.000,66466.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-02-15 09:31:00.000000,2024-02-15 09:23:43,17158.0,567.0,2173.0,224.0,4646.0,110.0,2929.0,11474.0,Python Imaging Library (Fork).,459.0,48,True,2024-01-02 09:38:41.000,10.2.0,95.0,Pillow,conda-forge/pillow,,,,1603121.0,1535378.0,https://pypi.org/project/Pillow,89037891.0,89874790.0,https://anaconda.org/conda-forge/pillow,2024-01-03 04:54:52.877,35986681.0,,,,,1.0,,2023-10-15 13:01:25.000,67743.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,2024-02-15 11:13:44.000000,2024-02-15 11:13:44,57119.0,453.0,4214.0,294.0,12945.0,4933.0,8659.0,11840.0,A computer algebra system written in pure Python.,1276.0,46,True,2023-05-10 18:09:23.000,sympy-1.12,50.0,sympy,conda-forge/sympy,,,,116453.0,111538.0,https://pypi.org/project/sympy,11479270.0,11536911.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,4970995.0,,,,,1.0,532137.0,2023-05-10 18:24:09.226,4915.0,,,,,,,,,,,,,,,,,, +14,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-02-15 14:14:25.000000,2024-02-15 13:33:48,19397.0,1118.0,2385.0,321.0,12441.0,1255.0,3676.0,26612.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",635.0,45,True,2024-02-06 16:40:52.000,jax-v0.4.24,95.0,jax,conda-forge/jaxlib,,,,21885.0,21885.0,https://pypi.org/project/jax,5648440.0,5672273.0,https://anaconda.org/conda-forge/jaxlib,2024-02-14 13:36:46.247,1048681.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +15,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-02-15 02:53:54.000000,2024-02-14 18:01:38,6751.0,113.0,8145.0,909.0,4966.0,358.0,4713.0,25309.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",636.0,45,True,2023-12-19 10:07:53.000,2.0.3,56.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,80718.0,80718.0,https://pypi.org/project/xgboost,12608982.0,12714674.0,https://anaconda.org/conda-forge/xgboost,2024-01-19 09:21:22.082,4541915.0,,,,,1.0,8072.0,,,,,,,,,,,,,,,,,,,, +16,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-02-15 12:56:04.000000,2024-02-12 04:09:58,46629.0,1802.0,5227.0,723.0,43822.0,996.0,16725.0,21355.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1158.0,45,True,2024-01-08 06:43:49.000,2.6.0,61.0,paddlepaddle,,,,['paddle'],4630.0,4630.0,https://pypi.org/project/paddlepaddle,225864.0,226034.0,,,,,,,,1.0,15368.0,,,,,,,,,,,,,,,,,,,, +17,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-02-15 13:01:33.000000,2024-02-15 13:01:32,20386.0,84.0,4229.0,444.0,5969.0,767.0,6821.0,18579.0,"Interactive Data Visualization in the browser, from Python.",682.0,45,True,2024-01-25 18:45:35.000,3.3.4,194.0,bokeh,conda-forge/bokeh,,,,87250.0,83431.0,https://pypi.org/project/bokeh,4071328.0,4375270.0,https://anaconda.org/conda-forge/bokeh,2024-01-25 20:54:18.325,13373457.0,,,,,1.0,,2024-01-30 22:20:58.000,3819.0,,,,,,,,,,,,,,,,,, +18,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-02-13 23:43:19.000000,2024-02-13 23:43:19,15258.0,130.0,2622.0,280.0,3849.0,2566.0,2735.0,9301.0,Statsmodels: statistical modeling and econometrics in Python.,423.0,45,True,2023-12-14 14:31:51.000,0.14.1,26.0,statsmodels,conda-forge/statsmodels,,,,114884.0,114884.0,https://pypi.org/project/statsmodels,12859683.0,13136794.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12192910.0,,,,,1.0,30.0,,,,,,,,,,,,,,,,,,,, +19,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-02-15 13:17:17.000000,2024-02-14 23:32:26,6121.0,180.0,2741.0,307.0,4143.0,736.0,3196.0,30152.0,Streamlit A faster way to build and share data apps.,220.0,44,True,2024-02-12 17:53:30.000,1.31.1,215.0,streamlit,,,,,309573.0,308186.0,https://pypi.org/project/streamlit,3466218.0,3466218.0,,,,,,,,1.0,,2024-02-12 17:53:21.000,1387.0,3.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-02-14 13:47:24.000000,2024-02-14 13:46:28,16116.0,41.0,4391.0,556.0,3963.0,91.0,5471.0,28249.0,Industrial-strength Natural Language Processing (NLP) in Python.,748.0,44,True,2024-02-06 10:10:48.000,3.7.3,228.0,spacy,conda-forge/spacy,,,,83264.0,80279.0,https://pypi.org/project/spacy,6238454.0,6314164.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3331258.0,,,,,1.0,,2024-02-06 10:10:48.000,2985.0,,,,,,,,,,,,,,,,,, +21,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-02-15 10:42:29.000000,2024-02-14 22:49:11,10148.0,224.0,3118.0,247.0,9940.0,644.0,6089.0,26220.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",929.0,44,True,2024-02-12 19:43:45.000,2.2.0.post0,106.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],28949.0,28949.0,https://pypi.org/project/pytorch-lightning,4675465.0,4699655.0,https://anaconda.org/conda-forge/pytorch-lightning,2023-12-21 18:47:20.324,1051461.0,,,,,2.0,10001.0,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,, +22,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-02-15 14:26:44.000000,2024-02-15 09:50:02,5402.0,362.0,3856.0,293.0,7494.0,1358.0,2336.0,16756.0,Open source platform for the machine learning lifecycle.,701.0,44,True,2024-02-09 12:58:56.000,2.10.2,90.0,mlflow,conda-forge/mlflow,,,,30924.0,30373.0,https://pypi.org/project/mlflow,15819930.0,15859281.0,https://anaconda.org/conda-forge/mlflow,2024-02-11 06:58:41.714,1731475.0,,,,,1.0,,2024-02-09 06:04:53.000,551.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-02-15 14:16:23.000000,2024-02-15 14:16:19,6326.0,82.0,2420.0,282.0,1602.0,1416.0,1381.0,14859.0,The interactive graphing library for Python This project now includes Plotly Express!.,254.0,44,True,2023-10-25 19:52:56.000,5.18.0,294.0,plotly,conda-forge/plotly,,,,244723.0,239083.0,https://pypi.org/project/plotly,12244187.0,12369062.0,https://anaconda.org/conda-forge/plotly,2023-10-25 22:33:48.925,5229422.0,,,,,1.0,,2023-10-25 19:43:41.000,5633.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,7.0,8666.0,,,,,,,,,,, +24,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2024-02-15 13:34:58.000000,2024-02-15 13:34:57,7599.0,89.0,3172.0,275.0,3658.0,345.0,2952.0,13906.0,Network Analysis in Python.,708.0,44,True,2023-10-28 09:53:23.000,networkx-3.2.1,92.0,networkx,conda-forge/networkx,,,,238946.0,223711.0,https://pypi.org/project/networkx,43801744.0,44151789.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14701899.0,,,,,1.0,65.0,2023-10-28 08:41:36.000,15235.0,,,,,,,,,,,,,,,,,, +25,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-02-05 05:29:37.000000,2024-01-25 13:04:48,3229.0,30.0,1876.0,260.0,1087.0,129.0,2349.0,11671.0,Statistical data visualization in Python.,210.0,44,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,373170.0,361465.0,https://pypi.org/project/seaborn,14699227.0,14881594.0,https://anaconda.org/conda-forge/seaborn,2024-01-27 07:37:15.644,8024020.0,,,,,1.0,375.0,2024-01-25 13:21:49.000,11705.0,,,,,,,,,,,,,,,,,, +26,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-02-15 07:10:55.798000,2024-02-14 23:50:20,10313.0,278.0,18590.0,1912.0,6927.0,179.0,11404.0,60310.0,Deep Learning for humans.,1274.0,43,True,2024-02-14 22:35:12.000,3.0.5,59.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],,,https://pypi.org/project/keras,14679228.0,14755957.0,https://anaconda.org/conda-forge/keras,2024-02-15 07:10:55.798,3376076.0,,,,,2.0,,,,-4.0,,,,,,,,,,,,,,,,, +27,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-02-15 14:14:44.000000,2024-02-15 03:40:45,20660.0,795.0,5149.0,467.0,26261.0,3607.0,13502.0,29909.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,970.0,43,True,2024-02-06 01:23:15.000,ray-2.9.2,98.0,ray,conda-forge/ray-tune,,,,14168.0,13700.0,https://pypi.org/project/ray,3075001.0,3079932.0,https://anaconda.org/conda-forge/ray-tune,2024-02-13 16:37:02.206,187329.0,,,,,1.0,208.0,2024-02-05 22:50:44.000,468.0,,,,,,,,,,,,,,,,,, +28,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-02-15 14:50:43.000000,2024-02-15 14:50:42,6283.0,352.0,1901.0,145.0,3347.0,439.0,3279.0,26286.0,"Wrap UIs around any model, share with anyone.",264.0,43,True,2024-02-14 22:26:39.000,4.19.0,546.0,gradio,,,,,23139.0,22846.0,https://pypi.org/project/gradio,6612572.0,6612572.0,,,,,,,,1.0,,2024-02-14 22:26:39.000,293.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-02-15 08:08:01.000000,2024-02-13 22:43:02,2656.0,59.0,3645.0,438.0,3101.0,303.0,2357.0,16377.0,Open standard for machine learning interoperability.,306.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,,24509.0,23820.0,https://pypi.org/project/onnx,4586803.0,4607977.0,https://anaconda.org/conda-forge/onnx,2024-01-25 12:19:38.120,920153.0,,,,,1.0,19943.0,2023-10-26 18:30:51.000,689.0,,,,,,,,,,,,,,,,,, +30,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-02-15 12:06:37.000000,2024-02-15 04:17:35,3420.0,44.0,3795.0,435.0,3072.0,345.0,2900.0,15858.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",295.0,43,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,30612.0,29736.0,https://pypi.org/project/lightgbm,7492906.0,7548767.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2183682.0,,,,,2.0,213332.0,2024-01-26 03:29:02.000,876.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-02-15 13:06:43.000000,2024-02-15 13:06:42,8094.0,185.0,1674.0,213.0,5719.0,1037.0,4099.0,11781.0,Parallel computing with task scheduling.,592.0,43,True,2024-02-09 23:11:21.000,2024.2.0,189.0,dask,conda-forge/dask,,,,60335.0,57195.0,https://pypi.org/project/dask,7065853.0,7303908.0,https://anaconda.org/conda-forge/dask,2024-02-10 02:02:14.402,10712496.0,,,,,1.0,,2024-02-09 23:11:21.000,3140.0,,,,,,,,stable/dask,,,,,,,,,, +32,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-02-14 23:49:16.000000,2024-02-14 23:49:16,5766.0,46.0,1644.0,193.0,4919.0,652.0,1222.0,6475.0,TensorFlows Visualization Toolkit.,314.0,43,True,2024-02-14 15:54:12.000,2.16.1,59.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],217885.0,214937.0,https://pypi.org/project/tensorboard,22929771.0,23032104.0,https://anaconda.org/conda-forge/tensorboard,2024-02-09 13:56:55.080,4502659.0,,,,,1.0,,2024-02-14 15:54:12.000,2948.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-02-04 15:36:20.000000,2024-01-29 09:04:39,14509.0,27.0,2707.0,468.0,1450.0,246.0,1506.0,12796.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,42,True,,,17.0,nltk,conda-forge/nltk,,,,250947.0,250947.0,https://pypi.org/project/nltk,13384123.0,13410896.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2409622.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,2024-02-15 12:28:29.000000,2024-02-15 12:28:26,4656.0,79.0,2066.0,1692.0,4503.0,309.0,2593.0,11531.0,WebGL2 powered visualization framework.,246.0,42,True,2024-01-19 15:08:57.947,8.9.34,629.0,pydeck,conda-forge/pydeck,,,['jupyter'],7685.0,7135.0,https://pypi.org/project/pydeck,1981480.0,2413189.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,475912.0,,,,,1.0,,2023-04-15 06:29:01.705,58.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-02-14 10:04:47.307,492.0,421795.0,,,,,,,,,,, +35,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-02-15 14:30:15.000000,2024-02-15 13:14:57,2149.0,191.0,3805.0,315.0,2524.0,944.0,1526.0,31369.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",289.0,41,True,2024-02-12 17:20:29.000,0.13.2,84.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],5873.0,5771.0,https://pypi.org/project/deepspeed,382821.0,383182.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17717.0,1.0,,2024-02-12 17:20:29.000,102.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,2024-02-12 23:01:56.000000,2024-02-12 23:01:45,2164.0,84.0,4388.0,309.0,440.0,70.0,770.0,28693.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",129.0,41,True,2023-11-24 19:09:08.000,0.9.12,54.0,timm,conda-forge/timm,,,['pytorch'],22969.0,22969.0,https://pypi.org/project/timm,4575742.0,4687035.0,https://anaconda.org/conda-forge/timm,2023-11-25 15:42:55.281,122267.0,,,,,1.0,6181670.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,2024-02-14 22:43:14.000000,2024-02-13 02:26:47,19066.0,637.0,2699.0,317.0,18869.0,612.0,9480.0,25508.0,"A cloud-native vector database, storage for next generation AI applications.",263.0,41,True,2024-02-07 08:12:10.000,2.3.8,100.0,pymilvus,,milvusdb/milvus,,,82.0,,https://pypi.org/project/pymilvus,521088.0,734775.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-02-13 02:55:56.789899,39.0,11051341.0,1.0,72421.0,2024-01-24 02:49:14.000,82.0,,,,,,,,,,,,,,,,,, +38,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-02-15 09:38:13.000000,2024-02-15 09:38:12,2603.0,43.0,3127.0,245.0,802.0,1424.0,976.0,21161.0,A game theoretic approach to explain the output of any machine learning model.,230.0,41,True,2024-01-25 13:23:34.000,0.44.1,101.0,shap,conda-forge/shap,,,,16187.0,15725.0,https://pypi.org/project/shap,7603675.0,7663847.0,https://anaconda.org/conda-forge/shap,2024-01-08 16:40:58.890,2286557.0,,,,,1.0,,2024-01-25 13:23:34.000,462.0,,shap/shap,,,,,,,,,,,,,,,, +39,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-02-15 08:16:51.000000,2024-02-15 03:18:30,9186.0,120.0,1146.0,137.0,5376.0,519.0,4065.0,12881.0,ML Experiments Management with Git.,290.0,41,True,2024-02-09 00:19:07.000,3.44.0,512.0,dvc,conda-forge/dvc,,,,12886.0,12792.0,https://pypi.org/project/dvc,779418.0,823216.0,https://anaconda.org/conda-forge/dvc,2024-02-09 02:01:19.112,1766422.0,,,,,1.0,43844.0,2024-02-09 00:19:07.000,94.0,,,,,,,,,dvc,dvc,dvc,,,,,,, +40,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-02-04 17:03:58.000000,2024-02-04 17:03:57,3622.0,25.0,778.0,141.0,1321.0,175.0,1745.0,8712.0,Declarative statistical visualization library for Python.,161.0,41,True,2023-11-28 06:23:39.000,5.2.0,39.0,altair,conda-forge/altair,,,,107369.0,106702.0,https://pypi.org/project/altair,18947992.0,19030249.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2138659.0,,,,,1.0,102.0,2023-11-28 05:41:35.000,667.0,,,,,,,,,,,,,,,,,, +41,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-02-15 13:20:26.000000,2024-02-09 08:34:28,13803.0,28.0,2120.0,186.0,4350.0,535.0,2044.0,5772.0,Image processing in Python.,649.0,41,False,2023-10-03 21:36:37.000,0.22.0,23.0,scikit-image,conda-forge/scikit-image,,,,169890.0,169890.0,https://pypi.org/project/scikit-image,15272547.0,15407791.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,5950776.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +42,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-02-15 09:55:54.000000,2024-02-14 03:22:29,7244.0,175.0,2034.0,419.0,1025.0,818.0,860.0,20112.0,Data Apps & Dashboards for Python. No JavaScript Required.,146.0,40,True,2024-01-31 18:19:00.000,2.15.0,175.0,dash,conda-forge/dash,,,,59734.0,58265.0,https://pypi.org/project/dash,2581175.0,2608324.0,https://anaconda.org/conda-forge/dash,2024-02-01 06:48:09.240,1194531.0,,,,,1.0,70.0,2024-01-31 18:15:05.000,1469.0,,,,,,,,,,,,,,,,,, +43,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-02-15 10:25:09.000000,2024-02-15 10:11:57,1323.0,88.0,2254.0,126.0,333.0,1006.0,898.0,13114.0,Multilingual Sentence & Image Embeddings with BERT.,139.0,40,True,2024-01-30 19:43:59.000,2.3.1,45.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],25186.0,24487.0,https://pypi.org/project/sentence-transformers,3643673.0,3648559.0,https://anaconda.org/conda-forge/sentence-transformers,2024-01-31 01:17:33.880,200348.0,,,,,1.0,,2024-01-30 19:39:08.000,699.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,2024-02-14 23:43:02.000000,2024-02-11 13:47:36,1174.0,85.0,2128.0,235.0,532.0,183.0,1059.0,11278.0,Download market data from Yahoo! Finances API.,106.0,40,True,2024-01-21 18:12:42.000,0.2.36,108.0,yfinance,ranaroussi/yfinance,,,,33595.0,33270.0,https://pypi.org/project/yfinance,1549797.0,1552577.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,86193.0,,,,,1.0,,2024-01-21 18:12:42.000,325.0,,,,,,,,,,,,,,,,,, +45,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-02-14 10:23:42.000000,2024-02-13 18:47:17,9756.0,72.0,1929.0,227.0,3835.0,263.0,2977.0,8023.0,Bayesian Modeling and Probabilistic Programming in Python.,480.0,40,True,2024-02-14 10:23:42.000,5.10.4,78.0,pymc3,conda-forge/pymc3,,,,2995.0,2745.0,https://pypi.org/project/pymc3,722631.0,728896.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,549909.0,,,,,1.0,1936.0,2022-03-15 10:10:19.000,250.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,2024-02-15 12:26:03.000000,2024-02-15 01:20:41,6124.0,170.0,598.0,56.0,4023.0,839.0,2140.0,7840.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,174.0,40,True,2024-02-06 18:50:34.000,0.16.3,268.0,wandb,conda-forge/wandb,,,,39134.0,38407.0,https://pypi.org/project/wandb,11525351.0,11535900.0,https://anaconda.org/conda-forge/wandb,2024-02-06 19:13:02.985,453612.0,,,,,1.0,,2024-02-06 18:26:24.000,727.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,2024-02-15 14:30:42.000000,2024-02-14 19:38:01,1288.0,124.0,731.0,96.0,1228.0,116.0,1112.0,6505.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",220.0,40,True,2024-02-13 15:16:50.000,0.27.2,43.0,accelerate,conda-forge/accelerate,,,['pytorch'],26538.0,25973.0,https://pypi.org/project/accelerate,8793869.0,8797528.0,https://anaconda.org/conda-forge/accelerate,2024-02-09 18:05:07.779,102457.0,,,,,1.0,,2024-02-13 15:16:50.000,565.0,,,,,,,,,,,,,,,,,, +48,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-02-13 11:08:49.000000,2024-02-13 11:08:48,1883.0,55.0,914.0,106.0,1543.0,440.0,1188.0,4062.0,Python tools for geographic data.,218.0,40,True,2024-01-31 19:22:01.000,0.14.3,52.0,geopandas,conda-forge/geopandas,,,['pandas'],33204.0,31308.0,https://pypi.org/project/geopandas,5981274.0,6058602.0,https://anaconda.org/conda-forge/geopandas,2024-01-31 21:02:18.644,3401315.0,,,,,1.0,2441.0,2024-01-31 19:21:57.000,1896.0,,,,,,,,,,,,,,,,,, +49,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-02-15 00:37:08.000000,2024-02-14 16:53:48,3510.0,158.0,1115.0,133.0,2833.0,267.0,1156.0,2009.0,A library for training and deploying machine learning models on Amazon SageMaker.,425.0,40,True,2024-02-06 22:33:33.000,2.207.1,568.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3681.0,3589.0,https://pypi.org/project/sagemaker,25600002.0,25616974.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-02-13 23:51:46.957,712857.0,,,,,1.0,,2024-02-06 22:33:33.000,92.0,,,,,,,,,,,,,,,,,, +50,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-02-15 14:03:57.000000,2024-02-15 14:00:13,5688.0,87.0,705.0,55.0,4919.0,1482.0,2301.0,1519.0,A distributed task scheduler for Dask.,323.0,40,True,2024-02-09 23:11:22.000,2024.2.0,221.0,distributed,conda-forge/distributed,,,,34101.0,32771.0,https://pypi.org/project/distributed,4465901.0,4754800.0,https://anaconda.org/conda-forge/distributed,2024-02-10 00:54:34.054,13000473.0,,,,,1.0,,2024-02-09 23:11:22.000,1330.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,2023-10-22 22:49:37.000000,2023-01-30 18:15:21,1757.0,,8561.0,1065.0,1449.0,76.0,1717.0,33518.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,,,,52824.0,50121.0,https://pypi.org/project/gym,660538.0,666297.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,264944.0,,,,,1.0,,2023-07-20 15:30:49.667,2703.0,,,,,,,,,,,,,,,,,, +52,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-02-11 05:11:59.000000,2024-02-05 13:23:18,2706.0,18.0,9142.0,373.0,3116.0,1395.0,6631.0,27016.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,39,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2206.0,2171.0,https://pypi.org/project/mmdet,165796.0,165796.0,,,,,,,,1.0,,2024-01-05 06:25:30.000,35.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,2024-02-15 12:13:29.000000,2024-02-15 12:08:09,1016.0,105.0,3335.0,473.0,865.0,431.0,1878.0,26807.0,A library for efficient similarity search and clustering of dense vectors.,152.0,39,True,2024-01-24 02:49:14.000,2.3.6,91.0,pymilvus,conda-forge/faiss,,,,3507.0,3425.0,https://pypi.org/project/pymilvus,521088.0,543838.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1023768.0,,,,,1.0,,2024-01-24 02:49:14.000,82.0,,,,,,,,,,,,,,,,,, +54,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-02-01 06:53:56.000000,2024-01-10 17:54:15,8511.0,19.0,2148.0,207.0,4156.0,12.0,1912.0,19683.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2023-12-14 15:31:33.000,3.23.2,100.0,jina,conda-forge/jina-core,jinaai/jina,,,1564.0,1564.0,https://pypi.org/project/jina,148006.0,177245.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,60064.0,https://hub.docker.com/r/jinaai/jina,2024-01-08 08:54:01.226227,8.0,1304067.0,2.0,,,,,,,,,,,,,,,,,,,,, +55,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-02-13 20:01:27.000000,2023-11-29 14:40:08,32592.0,8.0,4346.0,350.0,6335.0,2.0,6641.0,17595.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",592.0,39,True,2024-02-13 13:39:05.000,3.6.17,100.0,rasa,,,,['tensorflow'],3948.0,3948.0,https://pypi.org/project/rasa,165693.0,165693.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +56,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-02-08 03:02:42.101000,2024-02-08 02:27:50,4512.0,3.0,4375.0,435.0,1685.0,378.0,1444.0,15001.0,Topic Modelling for Humans.,449.0,39,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,58889.0,55712.0,https://pypi.org/project/gensim,3886616.0,3921018.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1202506.0,,,,,1.0,4553.0,2023-08-24 08:48:21.000,3177.0,,piskvorky/gensim,,,,,,,,,,,,,,,, +57,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-02-15 00:13:37.000000,2024-02-14 15:36:00,3942.0,353.0,2942.0,170.0,4524.0,470.0,2227.0,12761.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",284.0,39,True,2024-01-12 03:51:43.000,2.0.0,450.0,dgl,,,,,285.0,198.0,https://pypi.org/project/dgl,67671.0,67671.0,,,,,,,,1.0,,2024-01-12 03:38:25.000,87.0,,,,,,,,,,,,,,,,,, +58,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-02-15 15:05:39.000000,2024-02-15 02:24:33,1722.0,237.0,1098.0,171.0,1980.0,458.0,602.0,9837.0,Development repository for the Triton language and compiler.,211.0,39,True,2024-01-10 03:11:56.000,2.2.0,192.0,triton,,,,,109.0,21.0,https://pypi.org/project/triton,9171504.0,9171504.0,,,,,,,,1.0,,2024-01-10 03:11:56.000,88.0,,,,,,,,,,,,,,,,,, +59,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-02-15 10:16:52.000000,2024-02-15 10:13:54,17038.0,248.0,926.0,119.0,3404.0,85.0,1490.0,9273.0,A hyperparameter optimization framework.,257.0,39,False,2023-12-11 05:05:36.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,12874.0,12393.0,https://pypi.org/project/optuna,2135899.0,2150181.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,628409.0,,,,,1.0,,2023-12-11 05:05:36.000,481.0,,,,,,,,,,,,,,,,,, +60,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-02-15 13:08:20.000000,2024-02-15 13:08:16,47421.0,552.0,1129.0,195.0,379.0,519.0,1684.0,7598.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1209.0,39,True,2023-09-19 20:01:10.000,1.2.2,84.0,catboost,conda-forge/catboost,,,,13.0,13.0,https://pypi.org/project/catboost,1744135.0,1784057.0,https://anaconda.org/conda-forge/catboost,2023-09-19 20:23:11.996,1445688.0,,,,,2.0,219809.0,,,-2.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,2024-02-15 13:32:59.000000,2024-02-15 04:01:30,4278.0,215.0,1192.0,102.0,3416.0,761.0,1375.0,7202.0,A unified framework for machine learning with time series.,319.0,39,True,2024-01-27 05:22:50.000,0.26.0,61.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2279.0,2219.0,https://pypi.org/project/sktime,736433.0,766468.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-01-27 10:37:50.794,931074.0,,,,,1.0,84.0,2024-01-27 05:22:50.000,60.0,,sktime/sktime,,,,,,,,,,,,,,,, +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,2024-02-14 02:52:57.000000,2024-02-08 11:19:12,1781.0,22.0,2246.0,164.0,809.0,75.0,990.0,6585.0,Python Data. Leaflet.js Maps.,161.0,39,True,2023-12-04 11:12:36.000,0.15.1,30.0,folium,conda-forge/folium,,,,34857.0,34023.0,https://pypi.org/project/folium,935517.0,1004315.0,https://anaconda.org/conda-forge/folium,2023-12-04 11:42:27.248,2545543.0,,,,,1.0,,2023-12-04 11:12:36.000,834.0,,,,,,,,,,,,,,,,,, +63,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-02-15 14:10:15.000000,2024-02-15 13:39:12,4192.0,212.0,556.0,83.0,2194.0,110.0,684.0,5201.0,Flax is a neural network library for JAX that is designed for flexibility.,216.0,39,True,2024-02-07 21:52:34.000,0.8.1,38.0,flax,conda-forge/flax,,,['jax'],6043.0,6043.0,https://pypi.org/project/flax,3600204.0,3601350.0,https://anaconda.org/conda-forge/flax,2024-02-08 03:12:06.588,40102.0,,,,,2.0,50.0,,,,,,,,,,,,,,,,,,,, +64,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-02-15 12:36:22.000000,2024-02-15 09:26:59,39840.0,1012.0,26469.0,2033.0,45093.0,,,37815.0,Apache Spark Python API.,3007.0,38,True,,,33.0,pyspark,conda-forge/pyspark,,,['spark'],,,https://pypi.org/project/pyspark,29465017.0,29533021.0,https://anaconda.org/conda-forge/pyspark,2023-10-04 13:44:45.676,2992181.0,,,,,2.0,,,,,,,,,,,stable/spark,,,,,,,,,, +65,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-02-08 12:38:39.000000,2024-01-24 03:54:03,6127.0,10.0,7088.0,424.0,2824.0,1055.0,7502.0,36421.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",190.0,38,True,2023-10-18 12:32:48.000,2.7.1,40.0,paddleocr,,,,['paddle'],2259.0,2221.0,https://pypi.org/project/paddleocr,195235.0,195235.0,,,,,,,,1.0,,2023-09-15 08:35:48.000,38.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-02-01 00:26:04.000000,2024-02-01 00:26:01,2738.0,9.0,7291.0,615.0,2217.0,184.0,1585.0,25214.0,The fastai deep learning library.,246.0,38,True,2024-02-01 00:26:04.000,2.7.14,51.0,fastai,,,,['pytorch'],16226.0,16226.0,https://pypi.org/project/fastai,420871.0,420871.0,,,,,,,,2.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,2024-02-15 14:13:35.000000,2024-02-15 14:13:34,7377.0,269.0,3498.0,252.0,2822.0,919.0,2554.0,19541.0,Graph Neural Network Library for PyTorch.,482.0,38,True,2023-10-12 08:28:59.000,2.4.0,40.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],147.0,,https://pypi.org/project/torch-geometric,219453.0,220302.0,https://anaconda.org/conda-forge/pytorch_geometric,2023-11-08 13:56:02.983,36535.0,,,,,1.0,,2023-10-12 08:27:10.000,147.0,,,,,,,,,,,,,,,,,, +68,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-02-15 11:34:34.000000,2024-02-14 11:10:37,3791.0,56.0,6670.0,399.0,5162.0,766.0,2327.0,15123.0,"Datasets, Transforms and Models specific to Computer Vision.",574.0,38,True,2024-01-30 18:31:39.000,0.17.0,38.0,torchvision,conda-forge/torchvision,,,['pytorch'],21.0,21.0,https://pypi.org/project/torchvision,11109183.0,11137587.0,https://anaconda.org/conda-forge/torchvision,2023-12-13 18:56:48.112,978364.0,,,,,1.0,36989.0,,,-4.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-02-15 10:48:40.000000,2024-02-05 13:07:16,8237.0,5.0,3315.0,477.0,686.0,45.0,2125.0,12627.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,38,False,2023-06-03 20:05:00.841,19.24.2,36.0,dlib,conda-forge/dlib,,,,25771.0,24968.0,https://pypi.org/project/dlib,368435.0,383619.0,https://anaconda.org/conda-forge/dlib,2024-01-11 01:14:47.895,657427.0,,,,,2.0,25375.0,2023-06-03 20:05:00.841,803.0,,,,,,,,,,,,,,,,,, +70,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,1.0,2511.0,543.0,4118.0,685.0,2088.0,9842.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,17583.0,14744.0,https://pypi.org/project/theano,360393.0,386675.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2391749.0,,,,,2.0,,2020-07-27 16:13:54.000,2839.0,,,,,,,,,,,,,,,,,, +71,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-02-15 13:33:35.000000,2024-02-15 13:31:42,2672.0,71.0,912.0,128.0,1787.0,271.0,622.0,9111.0,Geometric Computer Vision Library for Spatial AI.,249.0,38,True,2023-12-27 11:10:14.000,0.7.1,38.0,kornia,conda-forge/kornia,,,['pytorch'],8495.0,8367.0,https://pypi.org/project/kornia,2222040.0,2225041.0,https://anaconda.org/conda-forge/kornia,2023-08-04 20:43:55.693,113507.0,,,,,1.0,940.0,2023-12-27 11:10:14.000,128.0,,,,,,,,,,,,,,,,,, +72,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-02-15 13:19:11.000000,2024-02-02 00:07:41,5079.0,45.0,1728.0,132.0,975.0,329.0,1912.0,8206.0,"An open-source, low-code machine learning library in Python.",130.0,38,True,2023-11-12 21:46:01.000,3.2.0,95.0,pycaret,conda-forge/pycaret,,,,5133.0,5115.0,https://pypi.org/project/pycaret,285300.0,286325.0,https://anaconda.org/conda-forge/pycaret,2023-11-16 02:21:22.926,42458.0,,,,,2.0,679.0,2023-11-12 21:44:47.000,18.0,,,,,,,,,,,,,,,,,, +73,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-02-13 03:05:44.000000,2024-02-13 03:05:43,1759.0,16.0,662.0,118.0,560.0,183.0,701.0,8126.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,38,True,2024-02-12 02:35:06.000,0.15.2,84.0,tokenizers,conda-forge/tokenizers,,,,60435.0,60435.0,https://pypi.org/project/tokenizers,18336481.0,18370075.0,https://anaconda.org/conda-forge/tokenizers,2024-02-12 11:07:11.714,1444582.0,,,,,1.0,33.0,,,,,,,,,,,,,,,,,,,, +74,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-02-15 12:41:20.000000,2024-02-15 06:18:01,28290.0,282.0,738.0,125.0,6068.0,548.0,1630.0,7559.0,NumPy & SciPy for GPU.,357.0,38,True,2024-01-18 05:54:29.000,13.0.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2125.0,1913.0,https://pypi.org/project/cupy,21003.0,97917.0,https://anaconda.org/conda-forge/cupy,2024-02-05 02:05:27.119,3305672.0,https://hub.docker.com/r/cupy/cupy,2024-01-18 05:56:19.967362,11.0,59104.0,1.0,169355.0,2023-12-07 05:15:09.000,212.0,,,,,,,,,,,,,,,,,, +75,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-02-15 06:02:35.000000,2024-02-15 06:02:35,7326.0,3979.0,538.0,40.0,483.0,284.0,1205.0,5397.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",117.0,38,True,2024-02-15 05:19:02.000,1.23.16,589.0,litellm,,,,others,982.0,912.0,https://pypi.org/project/litellm,290838.0,290838.0,,,,,,,,1.0,,2024-02-15 05:15:58.000,70.0,,,,,,,,,,,,,,,,,, +76,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-02-15 14:50:42.000000,2024-02-09 13:02:01,6177.0,101.0,1509.0,108.0,4160.0,655.0,709.0,4111.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",302.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],16495.0,16276.0,https://pypi.org/project/tensorflow-datasets,3019327.0,3020127.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,26422.0,,,,,1.0,,2023-12-18 13:28:06.000,219.0,,,,,,,,,,,,,,,,,, +77,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-02-14 13:46:34.000000,2024-02-12 15:32:25,2243.0,16.0,554.0,88.0,795.0,259.0,903.0,3583.0,Manipulation and analysis of geometric objects.,152.0,38,True,2023-10-12 20:37:19.000,2.0.2,121.0,shapely,conda-forge/shapely,,,,63316.0,61912.0,https://pypi.org/project/shapely,17917506.0,18129162.0,https://anaconda.org/conda-forge/shapely,2023-11-23 18:52:59.047,8884968.0,,,,,2.0,3096.0,2023-10-12 20:37:19.000,1404.0,,,,,,,,,,,,,,,,,, +78,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-02-15 13:56:57.000000,2024-02-12 14:23:16,10707.0,57.0,388.0,59.0,2922.0,1073.0,2134.0,2566.0,"With Holoviews, your data visualizes itself.",140.0,38,True,2024-02-13 10:17:52.000,1.18.3,158.0,holoviews,conda-forge/holoviews,,,['jupyter'],9650.0,9368.0,https://pypi.org/project/holoviews,419784.0,454205.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1492514.0,,,,,2.0,,2024-02-12 14:28:09.000,279.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-01-15 16:24:19.471,3.0,501.0,,,,,,,,,,, +79,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-02-15 09:54:12.000000,2024-02-14 15:36:20,17848.0,120.0,1302.0,84.0,7714.0,512.0,4247.0,2469.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,363.0,38,True,2024-01-16 18:38:53.000,1.6.1,77.0,mne,conda-forge/mne,,,,3775.0,3482.0,https://pypi.org/project/mne,106169.0,113908.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,348268.0,,,,,1.0,,2024-01-16 18:38:53.000,293.0,,,,,,,,,,,,,,,,,, +80,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-02-12 09:34:41.924000,2024-02-12 02:14:21,1521.0,7.0,273.0,32.0,476.0,90.0,490.0,1383.0,Python library for reading and writing image data.,109.0,38,True,2024-02-12 02:14:34.000,2.34.0,65.0,imageio,conda-forge/imageio,,,,115903.0,115903.0,https://pypi.org/project/imageio,24499028.0,24639703.0,https://anaconda.org/conda-forge/imageio,2024-02-12 09:34:41.924,6048419.0,,,,,1.0,975.0,,,,,,,,,,,,,,,,,,,, +81,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-01-17 14:24:55.000000,2020-02-15 08:33:35,523.0,,6772.0,1290.0,165.0,667.0,225.0,31990.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,,,,28199.0,26499.0,https://pypi.org/project/jieba,664597.0,666416.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,149231.0,,,,,1.0,,2020-01-20 14:27:23.000,1700.0,,,,,,,,,,,,,,,,,, +82,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,,6531.0,1074.0,11124.0,1805.0,7763.0,20690.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",982.0,37,False,2022-05-10 20:10:05.000,1.9.1,34.0,mxnet,mxnet,,,['mxnet'],7049.0,7049.0,https://pypi.org/project/mxnet,383945.0,384374.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10628.0,,,,,2.0,26598.0,,,,apache/mxnet,,,,,,,,,,,,,,,, +83,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,,2018-06-11 11:04:18.000,2024-02-12 11:28:55.000000,2024-02-12 08:30:01,5869.0,99.0,1713.0,204.0,1173.0,57.0,2175.0,13406.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,257.0,37,False,2023-12-18 09:29:22.000,0.13.1,25.0,flair,conda-forge/python-flair,,,['pytorch'],3021.0,3021.0,https://pypi.org/project/flair,115191.0,115718.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,22684.0,,,,,1.0,,,,-2.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,2024-02-13 19:21:14.000000,2024-02-13 09:33:32,1373.0,19.0,1616.0,151.0,753.0,203.0,556.0,11820.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,118.0,37,True,2024-01-08 15:03:46.000,4.6.4,55.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2630.0,2434.0,https://pypi.org/project/pandas-profiling,540977.0,545624.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,418313.0,,,,,2.0,45.0,2023-02-03 17:59:40.571,196.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +85,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-02-14 23:14:07.000000,2024-02-14 21:35:46,4765.0,116.0,4809.0,388.0,682.0,579.0,1320.0,11761.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",198.0,37,False,2024-01-24 15:27:39.000,2.6.5,57.0,glfw,conda-forge/glfw,,,,222.0,22.0,https://pypi.org/project/glfw,243056.0,281721.0,https://anaconda.org/conda-forge/glfw,2023-12-14 03:10:06.213,178024.0,,,,,2.0,3608100.0,2024-01-24 15:27:39.000,200.0,,,,,,,,,,,,,,,,,, +86,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-02-14 11:23:16.000000,2023-07-11 16:23:35,1095.0,,1508.0,253.0,659.0,414.0,1039.0,11483.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,35216.0,34211.0,https://pypi.org/project/moviepy,786746.0,789563.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,222578.0,,,,,2.0,,2021-12-15 14:41:26.454,1005.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,2024-02-15 14:21:27.000000,2024-02-15 07:56:54,20661.0,489.0,2067.0,181.0,3212.0,269.0,2055.0,7614.0,End-to-End Speech Processing Toolkit.,411.0,37,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,292.0,287.0,https://pypi.org/project/espnet,19375.0,19376.0,,,,,,,,1.0,79.0,2024-02-06 03:28:41.000,5.0,,,,,,,,,,,,,,,,,, +88,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-02-15 13:47:15.000000,2024-02-14 09:02:53,9656.0,66.0,1218.0,126.0,1112.0,151.0,916.0,7260.0,A PyTorch-based Speech Toolkit.,229.0,37,True,2023-11-22 02:29:10.000,0.5.16,15.0,speechbrain,,,,['pytorch'],1520.0,1496.0,https://pypi.org/project/speechbrain,194798.0,194798.0,,,,,,,,1.0,,2023-11-22 02:29:10.000,24.0,,,,,,,,,,,,,,,,,, +89,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2024-02-14 17:49:26.000000,2024-02-09 03:27:40,21249.0,481.0,1181.0,241.0,8073.0,969.0,1350.0,4756.0,Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations using bigdl-llm.,199.0,37,True,2023-11-13 02:02:20.000,2.4.0,834.0,bigdl,,,,,52.0,47.0,https://pypi.org/project/bigdl,9734.0,9736.0,,,,,,,,2.0,217.0,2024-02-13 13:56:11.000,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,4.0,,, +90,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-02-12 11:19:30.000000,2023-12-31 11:04:55,953.0,21.0,811.0,86.0,202.0,89.0,654.0,3997.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,37,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,366924.0,355015.0,https://pypi.org/project/opencv-python,12171109.0,12171109.0,,,,,,,,2.0,,2023-12-31 13:34:00.000,11909.0,,,,,,,,,,,,,,,,,, +91,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2024-02-14 18:39:52.000000,2024-02-14 18:39:51,3827.0,36.0,518.0,148.0,1132.0,161.0,1619.0,2091.0,Rasterio reads and writes geospatial raster datasets.,155.0,37,True,2023-10-19 14:09:18.000,1.3.9,153.0,rasterio,conda-forge/rasterio,,,,11454.0,10363.0,https://pypi.org/project/rasterio,2239119.0,2314721.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2797005.0,,,,,2.0,853.0,2023-10-19 14:04:39.000,1091.0,,,,,,,,,,,,,,,,,, +92,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-02-15 02:04:25.000000,2024-01-24 18:54:38,2320.0,2.0,5983.0,418.0,1325.0,1067.0,3036.0,28690.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,423.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2693.0,2693.0,https://pypi.org/project/fairseq,483549.0,484953.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,60241.0,,,,,1.0,326.0,,,,,,,,,,,,,,,,,,,, +93,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-02-06 12:31:50.000000,2023-09-04 11:42:16,615.0,,2914.0,302.0,244.0,354.0,585.0,21070.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,36,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,5251.0,5151.0,https://pypi.org/project/easyocr,439125.0,639244.0,,,,,,,,1.0,8805241.0,2023-09-04 11:55:27.000,100.0,,,,,,,,,,,,,,,,,, +94,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-01-16 08:10:29.000000,2023-08-21 03:59:26,1627.0,,2878.0,380.0,457.0,10.0,1818.0,14266.0,Python Echarts Plotting Library.,39.0,36,True,2023-08-21 08:24:32.000,2.0.4,72.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4107.0,3855.0,https://pypi.org/project/pyecharts,78806.0,78806.0,,,,,,,,2.0,,2023-08-21 03:40:32.000,252.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,2024-02-15 14:32:35.000000,2024-02-15 14:01:04,3101.0,297.0,1560.0,120.0,3327.0,361.0,2607.0,12691.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",228.0,36,True,2024-02-08 13:40:50.000,1.24.1,80.0,haystack,,,,,201.0,114.0,https://pypi.org/project/haystack,2795.0,2795.0,,,,,,,,1.0,23.0,2021-12-15 14:01:39.322,87.0,,,,,,,,,,,,,,,,,, +96,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-01-17 08:31:39.000000,2023-12-09 05:39:53,576.0,12.0,2361.0,223.0,245.0,114.0,416.0,9858.0,A little word cloud generator in Python.,72.0,36,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,863.0,21.0,https://pypi.org/project/wordcloud,1423413.0,1434025.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,456353.0,,,,,2.0,,2023-12-09 14:04:35.000,842.0,,,,,,,,,,,,,,,,,, +97,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-02-10 18:28:25.000000,2024-02-10 18:28:20,1227.0,128.0,1714.0,127.0,130.0,2.0,887.0,9196.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",53.0,36,True,2024-02-04 13:36:56.000,0.0.84,83.0,deepface,,,,,2588.0,2567.0,https://pypi.org/project/deepface,196061.0,196061.0,,,,,,,,2.0,,2024-02-04 13:31:41.000,21.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,2024-02-15 14:15:15.000000,2024-02-15 13:48:49,26745.0,1549.0,1973.0,198.0,5034.0,42.0,3359.0,9134.0,Perform data science on data that remains in someone elses server.,504.0,36,True,2023-12-07 14:07:06.000,0.8.3,254.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,5981.0,6025.0,,,,,,,,1.0,2189.0,2024-02-15 13:49:05.000,5.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,2024-02-14 12:50:54.000000,2024-02-14 12:50:54,925.0,36.0,1050.0,124.0,273.0,34.0,665.0,8959.0,Unsupervised text tokenizer for Neural Network-based text generation.,83.0,36,True,2023-05-02 03:20:40.000,0.1.99,26.0,sentencepiece,conda-forge/sentencepiece,,,,54927.0,54927.0,https://pypi.org/project/sentencepiece,11960973.0,11978145.0,https://anaconda.org/conda-forge/sentencepiece,2024-01-23 02:02:02.802,716320.0,,,,,1.0,33942.0,,,,,,,,,,,,,,,,,,,, +100,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-01-24 19:39:53.672000,2024-01-24 13:04:18,855.0,7.0,1275.0,141.0,491.0,39.0,546.0,6637.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,82.0,36,True,2024-01-24 19:22:58.000,0.12.0,34.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],24680.0,24320.0,https://pypi.org/project/imbalanced-learn,9176882.0,9188831.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-01-24 19:39:53.672,525769.0,,,,,1.0,,2024-01-24 19:14:48.000,360.0,,,,,,,,,,,,,,,,,, +101,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-02-10 11:41:03.000000,2024-02-08 06:10:23,2923.0,234.0,714.0,72.0,3276.0,208.0,792.0,6293.0,Build Production-Grade AI Applications.,196.0,36,True,2024-02-05 07:44:07.000,1.2.2,133.0,bentoml,,,,,1571.0,1558.0,https://pypi.org/project/bentoml,89418.0,89453.0,,,,,,,,2.0,1975.0,2024-02-05 07:44:07.000,13.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,2024-02-14 13:22:38.000000,2024-02-07 13:47:23,2953.0,45.0,931.0,93.0,3216.0,277.0,2596.0,5048.0,AI Toolkit for Healthcare Imaging.,178.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],1884.0,1831.0,https://pypi.org/project/monai,129600.0,130412.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,21132.0,,,,,1.0,,2023-10-12 17:09:21.000,53.0,,,,,,,,,,,,,,,,,, +103,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-02-15 03:27:10.000000,2024-02-12 17:41:01,10173.0,495.0,1571.0,148.0,2179.0,556.0,1218.0,4922.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",236.0,36,True,2022-12-01 14:00:47.111,2.7.1,807.0,deepchem,conda-forge/deepchem,,,['tensorflow'],328.0,316.0,https://pypi.org/project/deepchem,19586.0,21774.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,105027.0,,,,,1.0,,2024-02-12 17:45:20.000,12.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,2024-02-14 20:11:28.000000,2024-02-14 20:11:26,12054.0,41.0,1088.0,166.0,462.0,654.0,742.0,4038.0,Probabilistic reasoning and statistical analysis in TensorFlow.,487.0,36,True,2023-11-20 23:32:05.000,0.23.0,51.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],458.0,,https://pypi.org/project/tensorflow-probability,2914158.0,2917512.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,120778.0,,,,,1.0,,2023-11-20 23:21:06.000,458.0,,,,,,,,,,,,,,,,,, +105,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-02-14 22:27:34.000000,2024-02-04 11:49:24,8439.0,63.0,694.0,99.0,13138.0,44.0,809.0,3606.0,State of the Art Natural Language Processing.,111.0,36,True,2024-01-18 22:07:14.000,5.2.3,137.0,spark-nlp,,,,['spark'],426.0,394.0,https://pypi.org/project/spark-nlp,3857015.0,3857015.0,,,,,,,,1.0,,2024-01-18 21:34:39.000,32.0,,,,,,,,,,,,,,,,,, +106,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-02-15 13:42:20.000000,2024-02-14 22:56:25,3908.0,57.0,1032.0,153.0,1577.0,357.0,867.0,3592.0,Fast data visualization and GUI tools for scientific / engineering applications.,272.0,36,True,2023-04-14 21:33:03.621,0.13.3,21.0,pyqtgraph,conda-forge/pyqtgraph,,,,9809.0,8833.0,https://pypi.org/project/pyqtgraph,146133.0,152061.0,https://anaconda.org/conda-forge/pyqtgraph,2023-06-16 13:19:32.302,503961.0,,,,,2.0,,2023-04-14 21:33:03.621,976.0,,,,,,,,,,,,,,,,,, +107,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-02-15 11:02:47.000000,2024-02-14 08:07:07,4113.0,196.0,412.0,35.0,2948.0,468.0,1036.0,2196.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,154.0,36,True,2024-02-06 15:22:24.000,0.43.3,89.0,pyvista,conda-forge/pyvista,,,['jupyter'],2888.0,2626.0,https://pypi.org/project/pyvista,391300.0,401328.0,https://anaconda.org/conda-forge/pyvista,2024-02-06 17:09:54.392,440794.0,,,,,2.0,791.0,2024-02-06 15:22:24.000,262.0,,,,,,,,,,,,,,,,,, +108,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-02-15 11:59:59.000000,2024-02-15 11:49:51,1672.0,123.0,350.0,26.0,1397.0,60.0,716.0,1821.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",226.0,36,True,2024-02-12 19:10:54.000,1.3.1,43.0,metrics,conda-forge/torchmetrics,,,['pytorch'],20628.0,20615.0,https://pypi.org/project/metrics,2879.0,37882.0,https://anaconda.org/conda-forge/torchmetrics,2023-12-01 20:39:28.126,1220434.0,,,,,2.0,4720.0,2018-04-28 10:58:56.000,13.0,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +109,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-02-15 14:42:38.000000,2024-02-15 09:24:20,1278.0,101.0,375.0,57.0,1205.0,122.0,599.0,1503.0,The official Python client for the Huggingface Hub.,135.0,36,True,2024-01-22 08:58:25.000,0.20.3,95.0,huggingface_hub,conda-forge/huggingface_hub,,,,651.0,,https://pypi.org/project/huggingface_hub,27228691.0,27272110.0,https://anaconda.org/conda-forge/huggingface_hub,2024-01-05 19:52:22.775,1563096.0,,,,,2.0,,2024-01-22 08:53:21.000,651.0,,,,,,,,,,,,,,,,,, +110,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-02-12 00:19:31.000000,2024-02-11 16:39:29,1856.0,15.0,199.0,31.0,211.0,22.0,390.0,1345.0,The ctypes-based simple ImageMagick binding for Python.,104.0,36,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,18920.0,18204.0,https://pypi.org/project/wand,842424.0,843762.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,36999.0,,,,,2.0,41172.0,2023-11-03 23:18:50.000,716.0,,,,,,,,,,,,,,,,,, +111,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-02-05 07:29:07.000000,2024-01-16 19:22:02,1473.0,6.0,209.0,47.0,528.0,33.0,734.0,1102.0,Fiona reads and writes geographic data files.,72.0,36,True,2023-10-12 19:29:21.000,1.9.5,108.0,fiona,conda-forge/fiona,,,,17951.0,17871.0,https://pypi.org/project/fiona,6197967.0,6319963.0,https://anaconda.org/conda-forge/fiona,2024-01-01 18:20:39.698,5245851.0,,,,,2.0,,2023-10-12 19:16:01.000,80.0,,,,,,,,,,,,,,,,,, +112,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-02-10 14:20:59.000000,2024-02-10 14:20:58,4668.0,79.0,3044.0,247.0,708.0,80.0,905.0,26759.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",26.0,,https://pypi.org/project/tts,129370.0,185109.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10418.0,,,,,1.0,1937879.0,2023-12-12 15:27:06.000,26.0,-3.0,,,,,,,,,,,,,,,,, +113,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-02-15 07:41:22.000000,2024-01-09 17:24:35,389.0,3.0,4506.0,847.0,266.0,464.0,611.0,25407.0,Library for fast text representation and classification.,68.0,35,True,2020-04-28 09:51:33.000,0.9.2,4.0,fasttext,conda-forge/fasttext,,,,5561.0,5561.0,https://pypi.org/project/fasttext,902028.0,903846.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,74542.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +114,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-02-13 20:14:57.000000,2024-01-30 09:34:31,8771.0,81.0,2974.0,270.0,1225.0,163.0,658.0,17548.0,Best Practices on Recommendation Systems.,129.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,105.0,103.0,https://pypi.org/project/recommenders,59916.0,59923.0,,,,,,,,1.0,467.0,2022-04-01 08:49:49.000,2.0,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +115,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-02-10 14:00:13.000000,2023-10-18 07:33:05,791.0,,4457.0,425.0,439.0,370.0,1723.0,17465.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,35,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,149.0,21.0,https://pypi.org/project/fbprophet,799418.0,832783.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1133480.0,,,,,1.0,2327.0,2020-09-05 16:12:50.000,128.0,,,,,,,,,,,,,,,,,, +116,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2023-07-26 09:00:34.000000,2020-06-01 14:58:26,2913.0,,2372.0,232.0,336.0,283.0,223.0,14022.0,Image augmentation for machine learning experiments.,36.0,35,False,2020-02-06 06:18:40.000,0.4.0,3.0,imgaug,conda-forge/imgaug,,,,18390.0,18390.0,https://pypi.org/project/imgaug,338544.0,341229.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,150386.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +117,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-02-15 15:00:33.000000,2024-02-15 08:13:36,17686.0,614.0,5986.0,71.0,11459.0,1227.0,15668.0,13952.0,The Unified AI Framework.,1454.0,35,True,2023-06-29 19:33:01.167,0.0.0,108.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,1402.0,1402.0,,,,,,,,2.0,,2024-01-22 13:20:33.000,9.0,,,,,,,,,,,,,,,,,, +118,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-01-15 08:14:29.000000,2024-01-05 20:03:59,1332.0,1.0,2229.0,332.0,1580.0,372.0,1855.0,13808.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1126.0,1089.0,https://pypi.org/project/horovod,69514.0,69514.0,,,,,,,,2.0,,2023-06-12 09:28:02.604,37.0,,,,,,,,stable/horovod,,,,,,,,,, +119,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-02-14 20:13:25.000000,2024-02-13 00:25:46,788.0,3.0,1544.0,131.0,666.0,372.0,438.0,13100.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,133.0,35,True,2023-06-10 07:46:02.827,1.3.1,53.0,albumentations,conda-forge/albumentations,,,['pytorch'],21137.0,20792.0,https://pypi.org/project/albumentations,1212034.0,1214744.0,https://anaconda.org/conda-forge/albumentations,2023-06-12 13:29:26.010,151787.0,,,,,2.0,,2023-06-10 07:46:02.827,345.0,,,,,,,,,,,,,,,,,, +120,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,,2176.0,282.0,3096.0,80.0,2477.0,11652.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:32:24.000,2.10.1,59.0,allennlp,conda-forge/allennlp,,,['pytorch'],3926.0,3926.0,https://pypi.org/project/allennlp,47592.0,49525.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,119860.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,,,, +121,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-02-13 00:04:05.000000,2024-02-09 22:03:26,3821.0,94.0,1101.0,191.0,2813.0,278.0,752.0,10520.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",152.0,35,True,2024-01-23 04:10:36.000,0.9.3,46.0,ludwig,,,,['tensorflow'],239.0,239.0,https://pypi.org/project/ludwig,3926.0,3926.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +122,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-02-15 13:38:15.000000,2024-02-02 11:08:09,6024.0,4.0,3243.0,243.0,1452.0,1023.0,3842.0,10173.0,Open-source simulator for autonomous driving research.,171.0,35,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,644.0,637.0,https://pypi.org/project/carla,17367.0,17367.0,,,,,,,,1.0,,2023-11-14 22:51:02.000,7.0,,,,,,,,,,,,,,,,,, +123,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-02-15 13:26:53.000000,2024-02-15 00:05:49,6116.0,171.0,2001.0,180.0,5884.0,123.0,1880.0,9269.0,NeMo: a toolkit for conversational AI.,274.0,35,True,2024-01-11 02:04:18.000,1.22.0,71.0,nemo-toolkit,,,,['pytorch'],31.0,21.0,https://pypi.org/project/nemo-toolkit,54727.0,56320.0,,,,,,,,2.0,84433.0,2024-01-10 23:19:24.000,10.0,,,,,,,,,,,,,,,,,, +124,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-02-14 13:27:22.000000,2024-02-14 02:23:54,2532.0,63.0,635.0,103.0,452.0,555.0,1189.0,8702.0,An open source multi-tool for exploring and publishing data.,76.0,35,True,2023-12-22 23:22:42.000,0.64.6,142.0,datasette,conda-forge/datasette,,,,1398.0,1178.0,https://pypi.org/project/datasette,40983.0,41880.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,30480.0,,,,,1.0,59.0,2024-02-07 16:43:11.000,220.0,,,,,,,,,datasette,,,,,,,,, +125,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-01-24 09:40:52.000000,2022-12-08 17:49:19,746.0,,972.0,135.0,221.0,320.0,270.0,8140.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,,,,51014.0,49693.0,https://pypi.org/project/pydub,3843438.0,3844749.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,81335.0,,,,,1.0,,2021-03-10 02:09:53.000,1321.0,,,,,,,,,,,,,,,,,, +126,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-01-14 09:07:13.000000,2023-12-06 12:55:15,486.0,32.0,2328.0,284.0,140.0,310.0,315.0,7880.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,35,True,2023-12-06 13:10:51.000,3.10.1,56.0,SpeechRecognition,conda-forge/speechrecognition,,,,857.0,21.0,https://pypi.org/project/SpeechRecognition,633746.0,637956.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,176857.0,,,,,1.0,,2023-12-06 13:02:22.000,836.0,,,,,,,,,,,,,,,,,, +127,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-02-09 07:53:55.073000,2024-02-09 06:45:29,1724.0,12.0,1310.0,149.0,207.0,196.0,145.0,7782.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,35,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3340.0,3275.0,https://pypi.org/project/pyod,650414.0,652424.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,90467.0,,,,,1.0,,2024-02-09 06:50:32.000,65.0,,,,,,,,,,,,,,,,,, +128,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-02-11 06:38:37.000000,2024-02-11 06:36:31,669.0,12.0,324.0,70.0,107.0,27.0,134.0,7656.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,35,True,2023-10-01 01:13:00.000,0.7.0,13.0,einops,conda-forge/einops,,,,26357.0,26357.0,https://pypi.org/project/einops,7390980.0,7395563.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,183345.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +129,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-02-15 08:44:37.000000,2024-02-13 06:10:33,32321.0,80.0,2011.0,385.0,6758.0,2718.0,6547.0,6637.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",255.0,35,True,,,150.0,h2o,,,,,104.0,21.0,https://pypi.org/project/h2o,417069.0,417069.0,,,,,,,,2.0,,2023-12-20 19:10:56.000,83.0,,,,,,,,,,,,,,,,,, +130,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-02-14 22:32:36.000000,2024-02-14 22:32:35,1660.0,15.0,599.0,60.0,1802.0,112.0,1250.0,4419.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,206.0,35,True,2023-10-19 08:22:16.000,0.4.13,24.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2675.0,2675.0,https://pypi.org/project/pytorch-ignite,247103.0,249679.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,175206.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +131,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-01-02 16:59:03.000000,2023-11-23 21:41:49,1136.0,6.0,661.0,90.0,269.0,32.0,252.0,4206.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4074.0,,https://pypi.org/project/geopy,4698949.0,4727518.0,https://anaconda.org/conda-forge/geopy,2023-11-24 00:10:43.371,1257042.0,,,,,2.0,20.0,2023-11-23 21:49:30.000,4074.0,,,,,,,,,,,,,,,,,, +132,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-02-15 02:26:29.000000,2024-02-13 22:43:24,3669.0,77.0,792.0,57.0,1435.0,340.0,1194.0,3891.0,"Serve, optimize and scale PyTorch models in production.",184.0,35,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],616.0,600.0,https://pypi.org/project/torchserve,42289.0,69381.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,153100.0,https://hub.docker.com/r/pytorch/torchserve,2023-10-12 22:44:52.307587,22.0,1229532.0,2.0,5544.0,2023-10-12 22:01:55.000,16.0,,,,,,,,,,,,,,,,,, +133,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-02-15 12:09:53.000000,2024-02-09 18:47:27,2207.0,42.0,207.0,65.0,131.0,73.0,534.0,3742.0,A Grammar of Graphics for Python.,106.0,35,True,2023-11-06 11:06:44.000,0.12.4,20.0,plotnine,conda-forge/plotnine,,,,7101.0,6829.0,https://pypi.org/project/plotnine,2460965.0,2468597.0,https://anaconda.org/conda-forge/plotnine,2023-11-06 12:55:06.721,335849.0,,,,,2.0,,2023-11-06 11:02:10.000,272.0,,,,,,,,,,,,,,,,,, +134,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-02-14 16:20:44.000000,2024-02-05 13:22:01,7356.0,35.0,606.0,117.0,1159.0,323.0,1104.0,3185.0,High-performance interactive 2D/3D data visualization library.,192.0,35,True,2023-10-03 22:23:12.000,0.14.1,37.0,vispy,conda-forge/vispy,,,['jupyter'],1557.0,1413.0,https://pypi.org/project/vispy,77263.0,88407.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,456708.0,,,,,2.0,,2023-10-03 22:13:28.000,142.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,2.0,5.0,,,,,,,,,,, +135,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-02-12 11:08:13.000000,2024-02-07 15:14:19,5271.0,5.0,269.0,79.0,780.0,14.0,124.0,2777.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2024-02-07 18:33:24.000,8.2.3,77.0,thinc,conda-forge/thinc,,,,42692.0,42692.0,https://pypi.org/project/thinc,5930881.0,5991055.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2707837.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +136,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-02-15 13:01:06.000000,2024-02-15 10:22:20,5063.0,182.0,497.0,22.0,1178.0,985.0,605.0,2044.0,"This is the development home of the workflow management system Snakemake. For general information, see.",318.0,35,True,2024-02-09 16:33:28.000,8.4.8,307.0,snakemake,bioconda/snakemake,,,,2130.0,1867.0,https://pypi.org/project/snakemake,188625.0,198343.0,https://anaconda.org/bioconda/snakemake,2024-02-10 10:14:25.830,971810.0,,,,,2.0,,2024-02-09 16:33:28.000,263.0,,,,,,,,,,,,,,,,,, +137,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,3.0,612.0,58.0,1880.0,87.0,895.0,1680.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14247.0,14022.0,https://pypi.org/project/tensorflow-addons,863108.0,863108.0,,,,,,,,1.0,,2023-11-28 01:45:31.000,225.0,,,,,,,,,,,,,,,,,, +138,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-02-14 20:12:13.000000,2024-02-07 16:09:48,1524.0,8.0,366.0,48.0,1471.0,164.0,671.0,1492.0,Exploratory analysis of Bayesian models with Python.,153.0,35,True,2023-12-27 16:22:43.000,0.17.0,35.0,arviz,conda-forge/arviz,,,,5961.0,5794.0,https://pypi.org/project/arviz,1753293.0,1799308.0,https://anaconda.org/conda-forge/arviz,2023-12-28 12:43:24.180,2070626.0,,,,,1.0,133.0,2023-12-27 16:22:43.000,167.0,,,,,,,,,,,,,,,,,, +139,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-02-15 15:00:07.000000,2024-02-15 00:46:50,1573.0,81.0,167.0,32.0,1455.0,73.0,174.0,1127.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,35,True,2024-01-24 21:51:51.000,2024.1.0,24.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],9624.0,9600.0,https://pypi.org/project/scikit-learn-intelex,180194.0,187199.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-01-25 17:59:16.547,238189.0,,,,,1.0,,2024-01-23 15:23:40.000,24.0,,,,,,,,,,,,,,,,,, +140,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-02-14 17:16:26.000000,2024-02-13 12:11:25,10220.0,103.0,541.0,69.0,2325.0,296.0,1709.0,1084.0,Machine learning for NeuroImaging in Python.,233.0,35,True,2024-01-29 09:31:15.000,0.10.3,46.0,nilearn,conda-forge/nilearn,,,['sklearn'],3171.0,2875.0,https://pypi.org/project/nilearn,51055.0,57714.0,https://anaconda.org/conda-forge/nilearn,2024-01-29 13:01:39.700,259563.0,,,,,2.0,153.0,2024-01-29 09:31:15.000,296.0,,,,,,,,,,,,,,,,,, +141,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-02-12 20:16:12.000000,2024-02-12 20:13:54,1531.0,4.0,211.0,33.0,674.0,31.0,568.0,961.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,29277.0,27212.0,https://pypi.org/project/pyproj,7963411.0,8129958.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7161549.0,,,,,2.0,,2023-09-21 02:07:12.000,2065.0,,,,,,,,,,,,,,,,,, +142,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-01-17 19:47:04.000000,2023-12-26 14:53:14,5765.0,40.0,254.0,37.0,788.0,126.0,393.0,606.0,Python package to access a cacophony of neuro-imaging file formats.,100.0,35,True,2023-12-12 14:28:42.000,5.2.0,41.0,nibabel,conda-forge/nibabel,,,,18276.0,17070.0,https://pypi.org/project/nibabel,428436.0,443855.0,https://anaconda.org/conda-forge/nibabel,2023-12-12 00:00:35.048,678468.0,,,,,2.0,,2023-12-11 21:37:41.000,1206.0,,,,,,,,,,,,,,,,,, +143,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-02-14 05:56:13.000000,2024-02-14 05:55:53,7637.0,307.0,2651.0,295.0,184.0,28.0,1011.0,25443.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-02-11 15:52:20.000,7.4.5,622.0,netron,,,,"['pytorch', 'tensorflow']",86.0,12.0,https://pypi.org/project/netron,26972.0,73553.0,,,,,,,,1.0,46581.0,2024-02-11 15:52:20.000,74.0,,,,,,,,,,,,,,,,,, +144,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-01-13 10:31:18.000000,2021-11-17 17:52:52,3466.0,,3924.0,665.0,1671.0,137.0,1985.0,23850.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'],437.0,394.0,https://pypi.org/project/deepspeech,5736.0,22893.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2526.0,,,,,2.0,1109956.0,2020-12-19 10:05:12.000,43.0,,,,,,,,,,,,,,,,,, +145,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-02-15 13:19:00.000000,2024-02-15 11:22:18,34898.0,636.0,12266.0,945.0,24299.0,,,22827.0,Apache Flink Python API.,1825.0,34,True,,,,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,145394.0,145394.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +146,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-02-15 13:03:19.000000,2024-02-15 13:03:16,17049.0,919.0,2616.0,376.0,4647.0,440.0,3296.0,19934.0,"The middleware for building custom AI, enabling smarter organizations.",819.0,34,False,2024-01-25 13:35:29.000,24.1.4.0,454.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,14389.0,14389.0,,,,,,,,2.0,,2024-01-25 13:36:36.000,,,,,,,,,,,,,,,,,,, +147,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2023-11-26 17:29:04.000000,2021-06-01 10:43:00,1848.0,,4279.0,550.0,712.0,354.0,1268.0,13814.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,,,,,5580.0,5580.0,https://pypi.org/project/chatterbot,32035.0,32035.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +148,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-02-06 22:23:52.000000,2023-08-20 17:38:53,890.0,,1112.0,321.0,267.0,54.0,342.0,12451.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,,,,3820.0,3545.0,https://pypi.org/project/annoy,801257.0,810614.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,383641.0,,,,,2.0,,2023-06-14 16:39:02.504,275.0,,,,,,,,,,,,,,,,,, +149,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-02-14 22:25:18.000000,2024-02-12 09:46:21,3770.0,114.0,851.0,137.0,165.0,92.0,978.0,11322.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",91.0,34,True,2024-02-12 20:16:36.000,16.1.0,233.0,ocrmypdf,conda-forge/ocrmypdf,,,,747.0,727.0,https://pypi.org/project/ocrmypdf,82260.0,84337.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,61641.0,,,,,2.0,2193.0,2024-02-12 20:16:36.000,20.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,, +150,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2023-06-16 13:22:54.304000,2023-03-11 18:17:15,563.0,,1094.0,266.0,156.0,105.0,156.0,8841.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",36.0,34,True,2013-09-26 02:29:01.000,0.7.0,7.0,textblob,conda-forge/textblob,,,,35985.0,35985.0,https://pypi.org/project/textblob,596667.0,599358.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,242193.0,,,,,2.0,114.0,,,,,,,,,,,,,,,,,,,, +151,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,,872.0,219.0,220.0,174.0,233.0,6677.0,Efficiently computes derivatives of numpy code.,56.0,34,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,7633.0,7309.0,https://pypi.org/project/autograd,1461834.0,1481430.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,391931.0,,,,,2.0,,2023-06-23 08:37:07.368,324.0,,,,,,,,,,,,,,,,,, +152,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-02-13 16:29:25.000000,2024-02-01 09:17:20,2876.0,28.0,2083.0,175.0,1133.0,13.0,1413.0,6475.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2023-11-02 12:53:15.000,3.4.3,48.0,OpenNMT-py,,,,['pytorch'],253.0,253.0,https://pypi.org/project/OpenNMT-py,5691.0,5691.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +153,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-02-15 14:06:27.000000,2024-02-13 18:00:22,19244.0,624.0,465.0,53.0,2688.0,475.0,981.0,6406.0,"Visualize, create, and debug image and video datasets and model predictions.",109.0,34,True,2024-01-25 23:41:59.000,0.23.4,139.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",506.0,495.0,https://pypi.org/project/fiftyone,46804.0,46804.0,,,,,,,,2.0,,2024-01-25 23:41:59.000,11.0,,,,,,,,,,,,,,,,,, +154,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-02-14 16:26:28.000000,2024-02-12 12:55:59,2298.0,54.0,627.0,91.0,246.0,428.0,522.0,5066.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",89.0,34,True,2024-02-12 13:05:39.000,1.14.3,154.0,clearml,,allegroai/trains,,,957.0,939.0,https://pypi.org/project/clearml,242147.0,242723.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30237.0,2.0,2075.0,2024-02-12 15:01:44.000,18.0,,,,,,,,,,,,,,,,,, +155,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-01-20 20:05:12.000000,2024-01-05 18:46:51,1637.0,3.0,840.0,119.0,523.0,140.0,337.0,4714.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,103.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],12386.0,12196.0,https://pypi.org/project/mlxtend,637081.0,644007.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,297836.0,,,,,2.0,,2024-01-05 09:13:47.000,190.0,,,,,,,,,,,,,,,,,, +156,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-02-15 07:10:28.000000,2024-02-12 10:20:54,12143.0,130.0,1113.0,99.0,1315.0,146.0,742.0,4310.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2023-12-27 22:17:11.000,1.17.0,57.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,494.0,483.0,https://pypi.org/project/adversarial-robustness-toolbox,28776.0,29617.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2023-12-27 22:57:10.074,36171.0,,,,,1.0,,2023-12-27 21:11:33.000,11.0,,,,,,,,,,,,,,,,,, +157,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-02-14 22:53:52.000000,2024-02-07 16:48:02,1292.0,6.0,2511.0,1976.0,533.0,386.0,1076.0,3891.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,102.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,545705.0,545712.0,,,,,,,,2.0,505.0,2024-02-06 19:36:25.000,48.0,,,,,,,,,,,,,,,,,, +158,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-02-06 10:10:29.000000,2024-02-06 10:10:27,1180.0,8.0,1706.0,147.0,210.0,5.0,682.0,3425.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],341.0,,https://pypi.org/project/tensorflow-hub,3651371.0,3653592.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-30 18:21:57.617,93290.0,,,,,2.0,,2024-01-30 14:49:07.000,341.0,,,,,,,,,,,,,,,,,, +159,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-02-15 06:01:28.000000,2024-02-05 21:43:46,1269.0,50.0,227.0,31.0,422.0,85.0,204.0,3386.0,Lightning fast forecasting with statistical and econometric models.,37.0,34,True,2024-02-05 21:45:31.000,1.7.3,31.0,statsforecast,conda-forge/statsforecast,,,,735.0,709.0,https://pypi.org/project/statsforecast,475596.0,478143.0,https://anaconda.org/conda-forge/statsforecast,2024-02-06 03:02:36.606,58586.0,,,,,1.0,,2024-02-05 21:45:31.000,26.0,,,,,,,,,,,,,,,,,, +160,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-02-15 11:10:22.000000,2024-02-14 23:56:14,1788.0,52.0,352.0,54.0,1528.0,64.0,398.0,2895.0,Bayesian optimization in PyTorch.,109.0,34,True,2023-12-09 02:30:45.000,0.9.5,42.0,botorch,conda-forge/botorch,,,['pytorch'],889.0,845.0,https://pypi.org/project/botorch,121133.0,123488.0,https://anaconda.org/conda-forge/botorch,2023-12-09 03:51:41.401,98918.0,,,,,1.0,,2023-12-09 02:30:45.000,44.0,,,,,,,,,,,,,,,,,, +161,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-02-14 19:24:45.000000,2024-01-15 22:33:33,2291.0,17.0,584.0,69.0,481.0,245.0,702.0,2239.0,Survival analysis in Python.,116.0,34,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2326.0,2193.0,https://pypi.org/project/lifelines,675541.0,682470.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,311813.0,,,,,2.0,,2024-01-03 22:01:02.000,133.0,,,,,,,,,,,,,,,,,, +162,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-02-15 07:26:13.000000,2024-02-14 16:53:20,2840.0,163.0,281.0,68.0,1555.0,54.0,591.0,2230.0,Adaptive Experimentation Platform.,162.0,34,True,2023-12-09 18:28:49.000,0.3.6,39.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],678.0,649.0,https://pypi.org/project/ax-platform,84646.0,85191.0,https://anaconda.org/conda-forge/ax-platform,2023-12-11 15:43:05.639,17449.0,,,,,1.0,,2023-12-09 18:28:49.000,29.0,,,,,,,,,,,,,,,,,, +163,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-02-15 14:54:20.000000,2024-02-15 12:59:11,964.0,74.0,319.0,51.0,1102.0,288.0,364.0,1964.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,97.0,34,True,2024-01-19 16:01:49.000,1.16.2,56.0,optimum,conda-forge/optimum,,,,1635.0,1575.0,https://pypi.org/project/optimum,860633.0,861150.0,https://anaconda.org/conda-forge/optimum,2024-01-19 18:30:36.317,11383.0,,,,,1.0,,2024-01-19 15:46:49.000,60.0,,,,,,,,,,,,,,,,,, +164,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2023-12-19 22:00:11.000000,2023-12-04 09:05:52,1211.0,1.0,205.0,33.0,47.0,9.0,158.0,1537.0,Simple Python interface for Graphviz.,22.0,34,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,64078.0,60584.0,https://pypi.org/project/graphviz,7351161.0,7351686.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,43059.0,,,,,2.0,,2022-07-23 11:35:06.076,3494.0,,,,,,,,,,,,,,,,,, +165,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-01-26 10:55:56.000000,2024-01-26 10:55:56,1171.0,21.0,364.0,65.0,595.0,268.0,347.0,1440.0,A Jupyter - Leaflet.js bridge.,87.0,34,True,2024-01-23 17:57:40.189,0.18.2,81.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],7427.0,7258.0,https://pypi.org/project/ipyleaflet,140164.0,180012.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1102519.0,,,,,2.0,,2024-01-23 17:54:03.000,163.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-01-23 17:57:40.189,6.0,15348.0,,,,,,,,,,, +166,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-02-14 11:09:57.000000,2024-02-14 10:52:59,2804.0,45.0,275.0,34.0,205.0,42.0,498.0,1208.0,Python interface for igraph.,71.0,34,False,2024-02-14 11:09:57.000,0.11.4,40.0,python-igraph,conda-forge/igraph,,,,4207.0,3791.0,https://pypi.org/project/python-igraph,328788.0,347214.0,https://anaconda.org/conda-forge/igraph,2024-02-13 16:32:10.931,499355.0,,,,,1.0,562216.0,2024-02-14 11:09:57.000,416.0,,,,,,,,,,,,,,,,,, +167,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-02-01 01:43:52.000000,2024-01-31 19:53:34,866.0,6.0,313.0,45.0,1010.0,72.0,164.0,1181.0,Making text a first-class citizen in TensorFlow.,112.0,34,True,2023-11-15 19:00:05.000,2.15.0,53.0,tensorflow-text,,,,['tensorflow'],6403.0,6403.0,https://pypi.org/project/tensorflow-text,5474078.0,5474078.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +168,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-02-13 20:56:54.000000,2024-02-13 20:56:51,1528.0,6.0,152.0,41.0,132.0,8.0,640.0,1153.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,34,True,2023-12-21 20:05:21.000,1.9.1,32.0,agate,conda-forge/agate,,,,2909.0,2760.0,https://pypi.org/project/agate,4836873.0,4841821.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,163302.0,,,,,2.0,,2023-12-21 20:05:21.000,149.0,4.0,,,,,,,,,,,,,,,,, +169,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-01-13 20:33:11.000000,2022-06-10 09:12:18,238.0,,13338.0,1563.0,225.0,754.0,584.0,51073.0,The worlds simplest facial recognition api for Python and the command line.,54.0,33,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],87.0,21.0,https://pypi.org/project/face_recognition,66932.0,67425.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19660.0,,,,,2.0,1225.0,2020-02-20 14:26:01.000,66.0,,,,,,,,,,,,,,,,,, +170,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-02-15 10:04:51.000000,2024-02-08 10:50:09,2995.0,118.0,4167.0,375.0,3644.0,383.0,1169.0,36374.0,"Making large AI models cheaper, faster and more accessible.",162.0,33,True,2023-11-01 05:57:35.000,0.3.4,34.0,,,,,,291.0,291.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +171,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-02-12 15:56:05.000000,2024-02-08 01:15:03,1501.0,8.0,7269.0,381.0,648.0,465.0,3042.0,28041.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",265.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1611.0,1605.0,https://pypi.org/project/detectron2,,5199.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,223577.0,,,,,2.0,,2020-02-06 00:35:57.000,6.0,,,,,,,,,,,,,,,,,, +172,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-01-23 01:48:22.000000,2023-07-11 13:03:36,1421.0,,3770.0,759.0,1134.0,403.0,588.0,18848.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'],532.0,494.0,https://pypi.org/project/magenta,2743.0,2743.0,,,,,,,,2.0,,2022-08-01 18:23:00.243,38.0,,,,,,,,,,,,,,,,,, +173,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,,4627.0,1004.0,1869.0,357.0,658.0,16886.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1067.0,981.0,https://pypi.org/project/zipline,2900.0,3081.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7456.0,,,,,1.0,,2020-10-05 15:46:20.429,86.0,,,,,,,,,,,,,,,,,, +174,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2023-10-30 04:23:19.000000,2023-10-26 05:31:53,3012.0,,1817.0,283.0,3502.0,359.0,1677.0,13574.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,600.0,565.0,https://pypi.org/project/nni,15237.0,15237.0,,,,,,,,1.0,,2023-09-14 12:22:00.000,35.0,,,,,,,,,,,,,,,,,, +175,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-01-02 11:17:53.000000,2024-01-02 11:17:47,862.0,3.0,1363.0,418.0,85.0,32.0,159.0,9674.0,TensorFlow-based neural network library.,58.0,33,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1274.0,1221.0,https://pypi.org/project/dm-sonnet,17302.0,17831.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,27024.0,,,,,3.0,,2024-01-02 11:15:06.000,53.0,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +176,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,,870.0,261.0,148.0,83.0,103.0,9067.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,23.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,22654.0,22654.0,https://pypi.org/project/fuzzywuzzy,5089568.0,5095306.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,522186.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +177,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-02-14 20:02:16.000000,2024-02-10 18:20:48,2445.0,20.0,971.0,204.0,2270.0,241.0,830.0,8269.0,Deep universal probabilistic programming with Python and PyTorch.,150.0,33,True,2023-07-29 21:20:27.000,1.8.6,34.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,283230.0,287246.0,https://anaconda.org/conda-forge/pyro-ppl,2023-07-29 23:12:47.995,140593.0,,,,,1.0,,2023-07-29 21:09:56.000,116.0,,,,,,,,,,,,,,,,,, +178,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-02-15 14:20:39.000000,2024-02-15 12:11:46,38321.0,441.0,797.0,146.0,9126.0,931.0,4977.0,7031.0,cuDF - GPU DataFrame Library.,271.0,33,True,2024-02-13 14:24:47.000,24.02.01,46.0,cudf,,,,,62.0,51.0,https://pypi.org/project/cudf,2573.0,2573.0,,,,,,,,2.0,,2020-06-01 20:07:47.000,11.0,,,,,,,,,,,,,,,,,, +179,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-02-13 00:09:43.000000,2023-09-29 18:36:14,1218.0,,1078.0,126.0,273.0,250.0,397.0,7003.0,Distributed Asynchronous Hyperparameter Optimization in Python.,102.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,14144.0,13638.0,https://pypi.org/project/hyperopt,1925595.0,1937103.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,748083.0,,,,,1.0,,2021-11-17 10:07:00.808,506.0,,,,,,,,,,,,,,,,,, +180,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-02-14 23:08:33.000000,2024-02-14 14:45:40,1331.0,19.0,848.0,159.0,1672.0,172.0,814.0,6957.0,An open source python library for automated feature engineering.,72.0,33,True,2023-10-26 18:22:23.000,1.28.0,103.0,featuretools,conda-forge/featuretools,,,,1607.0,1529.0,https://pypi.org/project/featuretools,50292.0,54303.0,https://anaconda.org/conda-forge/featuretools,2023-10-27 14:28:34.721,176504.0,,,,,1.0,,2023-10-26 18:22:23.000,78.0,,,,,,,,,,,,,,,,,, +181,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-02-15 14:15:58.000000,2023-12-27 20:40:01,3261.0,5.0,950.0,138.0,640.0,64.0,1105.0,6493.0,Python library for audio and music analysis.,119.0,33,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1540.0,,https://pypi.org/project/librosa,2285402.0,2302103.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,718165.0,,,,,2.0,,2023-08-16 13:52:19.000,1540.0,,,,,,,,,,,,,,,,,, +182,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-02-14 22:27:38.000000,2024-02-13 21:07:25,2985.0,172.0,709.0,141.0,93.0,86.0,326.0,5915.0,Fit interpretable models. Explain blackbox machine learning.,41.0,33,True,2024-02-14 22:27:38.000,0.5.1,47.0,interpret,,,,['jupyter'],645.0,615.0,https://pypi.org/project/interpret,84615.0,84615.0,,,,,,,,1.0,,2024-02-08 10:30:09.000,30.0,,,,,,,,,,,,,,,,,, +183,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,,1397.0,291.0,6588.0,12.0,2030.0,5846.0,A flexible framework of neural networks for deep learning.,322.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3581.0,3177.0,https://pypi.org/project/chainer,21591.0,21937.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16631.0,,,,,3.0,,2022-01-05 05:33:36.000,404.0,,,,,,,,,,,,,,,,,, +184,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,2023-12-16 19:25:54.000000,2023-12-16 19:23:13,1208.0,18.0,650.0,64.0,131.0,53.0,432.0,5657.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,33,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1248.0,1217.0,https://pypi.org/project/pytorch-metric-learning,248516.0,248743.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11169.0,,,,,1.0,,2023-12-16 19:14:54.000,31.0,,,,,,,,,,,,,,,,,, +185,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-02-13 18:37:06.000000,2024-02-13 18:37:03,608.0,14.0,680.0,109.0,185.0,14.0,339.0,5347.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,33,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,1228.0,,https://pypi.org/project/pytesseract,1426890.0,1440760.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,596429.0,,,,,2.0,,2022-08-16 19:20:38.334,1228.0,,,,,,,,,,,,,,,,,, +186,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-02-12 20:34:08.000000,2024-02-05 18:35:00,1054.0,22.0,461.0,229.0,734.0,191.0,331.0,4427.0,Model interpretability and understanding for PyTorch.,106.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],1856.0,1793.0,https://pypi.org/project/captum,162583.0,163380.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,20738.0,,,,,1.0,,2023-12-05 08:32:04.000,63.0,,,,,,,,,,,,,,,,,, +187,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-02-15 12:59:31.000000,2024-02-12 22:36:45,1132.0,25.0,588.0,115.0,850.0,284.0,1028.0,3930.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",159.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3771.0,3598.0,https://pypi.org/project/coremltools,189873.0,191329.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53547.0,,,,,2.0,9140.0,2023-11-01 14:33:59.000,173.0,,,,,,,,,,,,,,,,,, +188,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-02-08 15:25:53.000000,2023-12-03 03:47:34,490.0,4.0,595.0,66.0,213.0,191.0,153.0,3839.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6023.0,5957.0,https://pypi.org/project/hnswlib,677715.0,681078.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,127807.0,,,,,2.0,,2023-12-03 04:16:17.000,66.0,,,,,,,,,,,,,,,,,, +189,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-02-15 08:08:23.000000,2024-02-13 13:32:30,2863.0,170.0,290.0,24.0,2642.0,182.0,1616.0,2914.0,Argilla: the open-source feedback platform for LLMs.,79.0,33,True,2024-02-09 11:27:03.000,1.24.0,100.0,rubrix,conda-forge/rubrix,,,,2252.0,2252.0,https://pypi.org/project/rubrix,661.0,1770.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28846.0,,,,,2.0,,2022-10-24 18:22:00.951,,,argilla-io/argilla,,,,,,,,,,,,,,,, +190,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-01-15 00:09:43.000000,2021-10-12 13:32:38,1570.0,,511.0,65.0,543.0,303.0,393.0,2707.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2021-10-12 15:33:19.000,0.9.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,5683.0,5406.0,https://pypi.org/project/scikit-optimize,584892.0,593748.0,https://anaconda.org/conda-forge/scikit-optimize,2023-06-16 13:23:01.487,699685.0,,,,,1.0,,2021-10-12 14:23:01.204,277.0,,,,,,,,,,,,,,,,,, +191,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-02-15 11:34:26.000000,2024-02-09 10:31:58,2300.0,8.0,621.0,77.0,2851.0,202.0,713.0,2332.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",222.0,33,True,2024-01-30 18:17:31.000,2.2.0,31.0,torchaudio,,,,['pytorch'],561.0,,https://pypi.org/project/torchaudio,2501104.0,2501104.0,,,,,,,,2.0,,2024-01-30 17:34:49.000,561.0,,,,,,,,,,,,,,,,,, +192,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,10.0,355.0,84.0,168.0,215.0,146.0,2311.0,D3 Renderings of Matplotlib Graphics.,52.0,33,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,5961.0,5540.0,https://pypi.org/project/mpld3,631867.0,636864.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,192974.0,,,,,2.0,,2023-12-23 13:03:02.000,412.0,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,612.0,,,,,,,,,,, +193,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-02-15 14:26:03.000000,2024-02-15 14:16:41,3935.0,215.0,525.0,46.0,4096.0,267.0,898.0,2046.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,160.0,33,True,2024-01-22 17:04:21.000,0.34.0.post1,54.0,pennylane,conda-forge/pennylane,,,,819.0,750.0,https://pypi.org/project/pennylane,45284.0,46544.0,https://anaconda.org/conda-forge/pennylane,2024-01-16 20:01:29.795,34019.0,,,,,2.0,70.0,2024-01-08 20:32:42.000,69.0,,,,,,,,,,,,,,,,,, +194,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-02-11 07:59:34.000000,2024-02-11 07:59:33,3684.0,22.0,193.0,50.0,1352.0,125.0,714.0,1949.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,1791.0,1769.0,https://pypi.org/project/pythran,166793.0,177698.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,447112.0,,,,,2.0,,2024-01-07 21:21:39.000,22.0,,,,,,,,,,,,,,,,pythran,python-pythran, +195,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-02-08 17:35:29.000000,2023-10-23 16:17:56,1077.0,,227.0,34.0,250.0,51.0,271.0,1490.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",22.0,33,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,7404.0,7315.0,https://pypi.org/project/pmdarima,1942079.0,1967902.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1032958.0,,,,,2.0,,2023-10-23 14:02:41.000,89.0,,,,,,,,,,,,,,,,,, +196,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-02-14 03:33:05.000000,2024-02-14 03:33:04,2956.0,29.0,356.0,55.0,1123.0,314.0,925.0,1330.0,Cartopy - a cartographic python library with matplotlib support.,125.0,33,True,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,4863.0,4407.0,https://pypi.org/project/cartopy,203778.0,279123.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3390534.0,,,,,2.0,,2023-08-05 00:57:41.000,456.0,,,,,,,,,,,,,,,,,, +197,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,14.0,107.0,32.0,60.0,71.0,79.0,916.0,Describing statistical models in Python using symbolic formulas.,19.0,33,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,91440.0,88684.0,https://pypi.org/project/patsy,13387928.0,13720046.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,9631437.0,,,,,1.0,,2024-01-04 18:55:57.000,2756.0,,,,,,,,,,,,,,,,,, +198,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-02-11 23:52:06.000000,2024-02-06 16:12:55,14789.0,5.0,506.0,50.0,2280.0,396.0,949.0,715.0,Workflows and interfaces for neuroimaging packages.,251.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4172.0,3994.0,https://pypi.org/project/nipype,87841.0,101977.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,593742.0,,,,,2.0,,2023-04-06 12:55:55.544,178.0,,,,,,,,,,,,,,,,,, +199,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,,3418.0,468.0,671.0,590.0,672.0,14549.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1544.0,1454.0,https://pypi.org/project/tensor2tensor,4218.0,4218.0,,,,,,,,2.0,,2020-06-17 16:31:34.798,90.0,,,,,,,,,,,,,,,,,, +200,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,187.0,1005.0,580.0,712.0,12392.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,32,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1531.0,1525.0,https://pypi.org/project/paddlehub,4321.0,4332.0,,,,,,,,2.0,664.0,2023-09-20 10:33:08.000,6.0,,,,,,,,,,,,,,,,,, +201,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,,1159.0,336.0,1683.0,523.0,1294.0,11145.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,388.0,367.0,https://pypi.org/project/turicreate,36715.0,36845.0,,,,,,,,3.0,9634.0,2020-09-30 22:51:40.000,21.0,,,,,,,,,,,,,,,,,, +202,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1760.0,263.0,114.0,96.0,535.0,11133.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,,,,5201.0,5027.0,https://pypi.org/project/lime,332685.0,334976.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,197105.0,,,,,1.0,,2020-06-26 21:38:15.000,174.0,,,,,,,,,,,,,,,,,, +203,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2436.0,459.0,260.0,577.0,362.0,9607.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5285.0,4796.0,https://pypi.org/project/tflearn,6388.0,6388.0,,,,,,,,3.0,,2020-11-11 19:13:47.000,489.0,,,,,,,,,,,,,,,,,, +204,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2023-12-12 17:39:59.000000,2023-12-08 19:12:48,2431.0,7.0,1553.0,290.0,429.0,287.0,637.0,9416.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,32,False,2023-08-15 18:22:07.000,0.12.1,62.0,tpot,conda-forge/tpot,,,['sklearn'],2660.0,2598.0,https://pypi.org/project/tpot,37157.0,42714.0,https://anaconda.org/conda-forge/tpot,2023-08-15 22:49:07.495,244517.0,,,,,2.0,,2023-08-15 18:22:07.000,62.0,,,,,,,,,,,,,,,,,, +205,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,2023-12-23 01:58:33.000000,2023-10-02 22:40:55,1387.0,,1406.0,303.0,889.0,129.0,758.0,9039.0,AutoML library for deep learning.,143.0,32,True,2023-01-28 18:46:30.271,1.1.0,58.0,autokeras,,,,['tensorflow'],644.0,631.0,https://pypi.org/project/autokeras,12515.0,12751.0,,,,,,,,2.0,17765.0,2023-01-28 18:46:30.271,13.0,,,,,,,,,,,,,,,,,, +206,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-02-07 02:50:32.000000,2023-12-28 06:35:09,2895.0,3.0,1598.0,87.0,1627.0,350.0,1649.0,8029.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",118.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1118.0,1114.0,https://pypi.org/project/paddleseg,1540.0,1540.0,,,,,,,,2.0,,2022-11-30 11:24:02.578,4.0,,,,,,,,,,,,,,,,,, +207,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7768.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,40729.0,39721.0,https://pypi.org/project/tensorboardX,2384073.0,2410540.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1137892.0,,,,,2.0,411.0,2023-08-20 13:38:18.000,1008.0,,,,,,,,,,,,,,,,,, +208,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-02-15 12:42:11.000000,2024-02-08 21:56:39,847.0,40.0,712.0,276.0,1131.0,299.0,355.0,7366.0,"Build and manage real-life ML, AI, and data science projects with ease!.",81.0,32,True,2024-02-08 21:32:49.000,2.11.2,109.0,metaflow,conda-forge/metaflow,,,,622.0,594.0,https://pypi.org/project/metaflow,164830.0,168567.0,https://anaconda.org/conda-forge/metaflow,2024-01-15 15:33:47.821,160692.0,,,,,2.0,,2024-02-08 21:32:49.000,28.0,,,,,,,,,,,,,,,,,, +209,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,,2017-09-26 08:00:56.000,2024-02-15 08:44:30.000000,2023-12-02 06:10:46,4212.0,58.0,844.0,142.0,470.0,84.0,763.0,6961.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",66.0,32,False,2023-12-03 06:47:22.000,1.7.0,20.0,stanza,stanfordnlp/stanza,,,,2453.0,2453.0,https://pypi.org/project/stanza,163468.0,163623.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7325.0,,,,,2.0,,,,-2.0,,,,,,,,,,,,,,,,, +210,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-02-12 19:58:33.000000,2024-02-12 19:58:33,1768.0,8.0,761.0,130.0,268.0,442.0,328.0,6783.0,Uniform Manifold Approximation and Projection.,128.0,32,True,2023-11-18 03:11:17.000,0.5.5,39.0,umap-learn,conda-forge/umap-learn,,,,561.0,1.0,https://pypi.org/project/umap-learn,925510.0,977740.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2298134.0,,,,,2.0,,2023-11-18 03:11:17.000,560.0,,,,,,,,,,,,,,,,,, +211,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-02-15 11:20:05.000000,2023-12-27 14:04:05,2705.0,5.0,1116.0,209.0,1045.0,20.0,614.0,6475.0,An open source library for deep learning end-to-end dialog systems and chatbots.,76.0,32,True,2023-12-27 14:49:16.000,1.5.0,62.0,deeppavlov,,,,['tensorflow'],374.0,374.0,https://pypi.org/project/deeppavlov,10757.0,10757.0,,,,,,,,2.0,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +212,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-02-02 08:20:24.000000,2023-07-28 00:16:45,2332.0,,1080.0,191.0,234.0,271.0,280.0,5465.0,Distributed Evolutionary Algorithms in Python.,87.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4782.0,4411.0,https://pypi.org/project/deap,196369.0,205279.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,356438.0,,,,,2.0,,2023-07-21 10:51:54.000,371.0,,,,,,,,,,,,,,,,,, +213,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,,1594.0,304.0,294.0,152.0,268.0,5337.0,Portfolio and risk analytics in Python.,59.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,991.0,957.0,https://pypi.org/project/pyfolio,9962.0,10140.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12860.0,,,,,1.0,,2019-04-15 15:00:21.000,34.0,,,,,,,,,,,,,,,,,, +214,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-02-14 14:45:29.000000,2024-02-14 14:41:59,3850.0,49.0,550.0,85.0,546.0,102.0,463.0,4635.0,Online machine learning in Python.,110.0,32,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,460.0,429.0,https://pypi.org/project/river,20569.0,22135.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,53275.0,,,,,2.0,,2023-12-05 00:13:21.000,31.0,,,,,,,,,,,,,,,,,, +215,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-02-14 20:08:36.000000,2024-02-07 07:34:42,2152.0,11.0,277.0,44.0,2119.0,332.0,645.0,4609.0,Aim An easy-to-use & supercharged open-source experiment tracker.,61.0,32,True,2024-02-07 09:25:26.000,3.18.1,896.0,aim,conda-forge/aim,,,,458.0,439.0,https://pypi.org/project/aim,77687.0,79045.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,42121.0,,,,,2.0,,2024-02-14 20:08:36.000,19.0,,,,,,,,,,,,,,,,,, +216,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-02-15 01:10:06.000000,2024-02-14 23:50:48,1411.0,21.0,453.0,53.0,761.0,40.0,469.0,3545.0,NeuralProphet: A simple forecasting package.,52.0,32,True,2024-02-14 23:32:25.000,0.7.0,31.0,neuralprophet,,,,['pytorch'],384.0,379.0,https://pypi.org/project/neuralprophet,69036.0,69036.0,,,,,,,,2.0,,2024-02-14 23:50:00.000,5.0,,,,,,,,,,,,,,,,,, +217,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,,703.0,186.0,737.0,262.0,669.0,3403.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,32,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,284.0,255.0,https://pypi.org/project/dyNET,225227.0,225395.0,,,,,,,,3.0,14826.0,2020-10-21 14:31:01.000,29.0,,,,,,,,,,,,,,,,,, +218,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-02-13 11:58:20.000000,2024-02-13 11:57:59,1492.0,4.0,366.0,91.0,737.0,133.0,441.0,3157.0,Quickly and accurately render even the largest data.,55.0,32,True,2023-10-26 15:10:16.000,0.16.0,42.0,datashader,conda-forge/datashader,,,,3716.0,3580.0,https://pypi.org/project/datashader,420821.0,437617.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,755854.0,,,,,2.0,,2023-10-31 11:50:35.000,136.0,,,,,,,,,,,,,,,,,, +219,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,,576.0,77.0,78.0,63.0,161.0,3024.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,,,,5271.0,5104.0,https://pypi.org/project/filterpy,2185152.0,2188159.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,240584.0,,,,,2.0,,2021-12-15 15:49:27.374,167.0,,,,,,,,,,,,,,,,,, +220,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-02-06 17:34:20.000000,2024-01-19 08:29:16,1635.0,7.0,323.0,60.0,185.0,126.0,192.0,2730.0,The machine learning toolkit for time series analysis in Python.,43.0,32,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1192.0,1143.0,https://pypi.org/project/tslearn,304470.0,333456.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1275390.0,,,,,2.0,,2023-12-12 14:39:23.000,49.0,,,,,,,,,,,,,,,,,, +221,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,6.0,398.0,39.0,149.0,45.0,239.0,2344.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1622.0,1447.0,https://pypi.org/project/category_encoders,1434427.0,1443363.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,250234.0,,,,,2.0,,2023-10-29 20:29:52.000,175.0,,,,,,,,,,,,,,,,,, +222,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2023-12-18 20:05:31.000000,2023-12-18 19:57:13,1353.0,11.0,303.0,22.0,44.0,34.0,200.0,2145.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2023-12-17 19:42:36.000,0.4.5,90.0,explainerdashboard,conda-forge/explainerdashboard,,,,447.0,437.0,https://pypi.org/project/explainerdashboard,80822.0,81947.0,https://anaconda.org/conda-forge/explainerdashboard,2023-12-17 21:59:52.942,42767.0,,,,,1.0,,2023-12-17 19:42:36.000,10.0,,,,,,,,,,,,,,,,,, +223,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-02-15 02:00:09.000000,2024-02-15 02:00:02,823.0,6.0,327.0,120.0,775.0,215.0,166.0,1453.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",83.0,32,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3541.0,3511.0,https://pypi.org/project/tensorflow-model-optimization,750622.0,750622.0,,,,,,,,2.0,,2024-02-08 01:57:17.000,30.0,,,,,,,,,,,,,,,,,, +224,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-02-15 12:13:54.000000,2024-02-15 12:13:53,13036.0,345.0,277.0,35.0,1748.0,459.0,621.0,984.0,Python package for earth-observing satellite data processing.,150.0,32,False,2023-12-18 08:08:56.000,0.46.0,92.0,satpy,conda-forge/satpy,,,,136.0,118.0,https://pypi.org/project/satpy,41058.0,45195.0,https://anaconda.org/conda-forge/satpy,2023-12-18 13:40:45.405,182071.0,,,,,3.0,,2023-12-18 08:08:56.000,18.0,,,,,,,,,,,,,,,,,, +225,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-02-15 14:03:00.000000,2024-02-14 23:53:13,11343.0,133.0,235.0,57.0,11968.0,204.0,2160.0,915.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-01-12 18:15:13.000,0.2.127,147.0,hail,,,,['spark'],141.0,123.0,https://pypi.org/project/hail,52864.0,52864.0,,,,,,,,2.0,,2024-01-12 18:15:13.000,18.0,,,,,,,,,,,,,,,,,, +226,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-02-13 04:46:14.000000,2024-02-07 14:05:28,13719.0,183.0,394.0,50.0,2018.0,151.0,755.0,653.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",152.0,32,False,2023-12-14 14:48:42.000,1.8.0,27.0,dipy,conda-forge/dipy,,,,1108.0,995.0,https://pypi.org/project/dipy,23383.0,33788.0,https://anaconda.org/conda-forge/dipy,2024-02-08 16:36:03.303,426606.0,,,,,2.0,,2023-12-14 14:48:42.000,113.0,,,,,,,,,,,,,,,,,, +227,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-01-07 01:32:14.000000,2023-07-13 08:50:20,531.0,,2706.0,384.0,119.0,228.0,561.0,24494.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],658.0,652.0,https://pypi.org/project/spleeter,13951.0,72272.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,79309.0,,,,,2.0,2951863.0,2022-06-10 13:19:35.000,6.0,,,,,,,,,,,,,,,,,, +228,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4974.0,498.0,152.0,1016.0,1350.0,20368.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,31,False,2023-04-02 07:43:27.000,0.7,1.0,insightface,,,,['mxnet'],1657.0,1657.0,https://pypi.org/project/insightface,518789.0,710184.0,,,,,,,,2.0,1913957.0,,,,,,,,,,,,,,,,,,,, +229,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-02-15 02:12:57.000000,2024-02-14 15:36:14,10404.0,6.0,1965.0,350.0,3420.0,143.0,1132.0,8373.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,333.0,31,True,2023-07-19 14:18:35.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,,,https://pypi.org/project/vowpalwabbit,45775.0,49270.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,139823.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +230,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-01-28 10:39:22.145000,2024-01-28 09:33:25,550.0,3.0,1203.0,168.0,428.0,63.0,470.0,7994.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],98.0,21.0,https://pypi.org/project/tsfresh,229729.0,259338.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1332408.0,,,,,2.0,,2024-01-28 09:46:21.000,77.0,,,,,,,,,,,,,,,,,, +231,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-02-15 12:35:02.000000,2024-02-15 12:35:01,1544.0,73.0,626.0,81.0,656.0,98.0,226.0,7904.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",44.0,31,False,2023-09-11 17:53:22.000,2.5.0,24.0,cleanlab,conda-forge/cleanlab,,,,267.0,257.0,https://pypi.org/project/cleanlab,12832.0,13419.0,https://anaconda.org/conda-forge/cleanlab,2023-09-12 22:14:32.939,19981.0,,,,,2.0,,2023-09-11 17:53:22.000,10.0,,,,,,,,,,,,,,,,,, +232,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,828.0,7324.0,Automated Machine Learning with scikit-learn.,88.0,31,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],579.0,540.0,https://pypi.org/project/auto-sklearn,17583.0,18198.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,20930.0,,,,,2.0,51.0,2022-09-20 10:32:07.471,39.0,,,,,,,,,,,,,,,,,, +233,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-02-13 15:23:12.000000,2024-01-22 12:10:22,357.0,3.0,1455.0,135.0,132.0,13.0,314.0,7309.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2486.0,2367.0,https://pypi.org/project/bayesian-optimization,250441.0,250442.0,,,,,,,,2.0,141.0,2023-04-25 22:00:01.831,119.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +234,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-02-15 14:09:49.000000,2024-02-15 14:09:48,5914.0,103.0,926.0,111.0,1610.0,92.0,627.0,7164.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2023-11-29 21:48:30.000,2.7.1,117.0,perspective-python,conda-forge/perspective,,,['jupyter'],131.0,113.0,https://pypi.org/project/perspective-python,6967.0,19549.0,https://anaconda.org/conda-forge/perspective,2023-12-04 04:58:10.833,518759.0,,,,,2.0,2151.0,2023-11-29 16:47:42.000,15.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2023-11-29 16:47:08.922,3.0,486.0,,,,,,,,,,, +235,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-02-12 15:29:16.000000,2024-02-08 22:29:47,1141.0,36.0,776.0,61.0,906.0,245.0,1086.0,6996.0,A python library for user-friendly forecasting and anomaly detection on time series.,111.0,31,True,2024-01-21 16:13:43.000,0.27.2,40.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,521.0,516.0,https://pypi.org/project/u8darts,22597.0,23888.0,https://anaconda.org/conda-forge/u8darts-all,2024-01-21 21:20:33.765,39805.0,https://hub.docker.com/r/unit8/darts,2024-01-21 16:15:31.089895,,514.0,2.0,,2024-01-21 16:13:43.000,5.0,,,,,,,,,,,,,,,,,, +236,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-02-09 09:43:22.000000,2024-02-09 09:43:21,989.0,58.0,890.0,137.0,672.0,128.0,306.0,6578.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,84.0,31,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,337.0,330.0,https://pypi.org/project/dowhy,42769.0,43253.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,18884.0,,,,,2.0,33.0,2023-12-25 07:11:09.000,7.0,,,,,,,,,,,,,,,,,, +237,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,,1801.0,199.0,206.0,12.0,1343.0,6297.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,31,True,2019-01-18 19:18:13.000,doc-v0.9.0.1,3.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1461.0,1461.0,https://pypi.org/project/tensorpack,9551.0,9921.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10311.0,,,,,3.0,161.0,,,,,,,,,,,,,,,,,,,, +238,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-02-13 18:18:41.000000,2024-02-13 18:18:41,1084.0,8.0,368.0,82.0,526.0,53.0,451.0,5565.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,31,True,2023-09-04 10:10:59.000,0.15.0,15.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1108.0,1108.0,https://pypi.org/project/skorch,79164.0,98151.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,778498.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +239,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,,2014-12-17 18:16:59.000,2024-02-14 15:35:30.000000,2024-02-12 11:38:15,29532.0,427.0,1520.0,185.0,2039.0,21.0,1558.0,4685.0,"mlpack: a fast, header-only C++ machine learning library.",311.0,31,False,2023-11-27 18:45:09.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,,,https://pypi.org/project/mlpack,4262.0,8079.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,167950.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +240,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1008.0,153.0,115.0,150.0,79.0,4451.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,,,3.0,imutils,conda-forge/imutils,,,,40587.0,40587.0,https://pypi.org/project/imutils,489598.0,493208.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,155267.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +241,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-01-31 21:54:07.762000,2024-01-31 21:05:41,785.0,20.0,374.0,74.0,283.0,59.0,508.0,4437.0,Visualizer for pandas data structures.,30.0,31,True,2024-01-31 21:35:10.000,3.10.0,180.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1045.0,1022.0,https://pypi.org/project/dtale,103883.0,109778.0,https://anaconda.org/conda-forge/dtale,2024-01-31 21:54:07.762,265313.0,,,,,2.0,,2024-01-31 21:35:10.000,23.0,,,,,,,,,,,,,,,,,, +242,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-01-13 11:36:10.000000,2023-11-02 13:49:44,662.0,,822.0,150.0,126.0,124.0,104.0,3943.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,3045.0,2995.0,https://pypi.org/project/ta,76712.0,77353.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,23078.0,,,,,2.0,,2023-11-02 13:53:35.000,50.0,,,,,,,,,,,,,,,,,, +243,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-02-01 18:56:03.000000,2024-01-17 08:40:34,1084.0,12.0,345.0,60.0,1339.0,122.0,173.0,3811.0,A Python toolbox for performing gradient-free optimization.,53.0,31,True,2023-11-19 06:44:47.000,1.0.1,46.0,nevergrad,conda-forge/nevergrad,,,,651.0,618.0,https://pypi.org/project/nevergrad,73679.0,74696.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,45768.0,,,,,2.0,,2023-11-19 06:44:47.000,33.0,,,,,,,,,,,,,,,,,, +244,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,324.0,66.0,75.0,9.0,121.0,2966.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2021-03-25 13:49:48.000,4.1.0,7.0,ImageHash,conda-forge/imagehash,,,,11974.0,11974.0,https://pypi.org/project/ImageHash,1199992.0,1204057.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,353721.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +245,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-02-15 13:58:59.000000,2024-02-15 13:58:59,1283.0,11.0,273.0,53.0,218.0,52.0,414.0,2919.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,36.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,655.0,639.0,https://pypi.org/project/stumpy,219862.0,241676.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,959834.0,,,,,2.0,,2023-08-21 11:33:22.000,16.0,,,,,,,,,,,,,,,,,, +246,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-02-07 19:15:33.000000,2024-02-02 23:52:02,700.0,1.0,247.0,40.0,806.0,70.0,283.0,2764.0,PyTorch extensions for high performance and large scale training.,73.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4243.0,4177.0,https://pypi.org/project/fairscale,441862.0,448254.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,172598.0,,,,,2.0,,2022-12-11 18:09:31.906,66.0,,,,,,,,,,,,,,,,,, +247,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-02-15 08:04:55.000000,2024-02-15 07:55:49,805.0,27.0,317.0,39.0,879.0,40.0,266.0,2706.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",42.0,31,True,2023-09-09 13:24:13.000,0.7.0,13.0,python-doctr,,,,"['tensorflow', 'pytorch']",250.0,247.0,https://pypi.org/project/python-doctr,18737.0,85332.0,,,,,,,,2.0,2397423.0,2023-09-09 13:24:13.000,3.0,,,,,,,,,,,,,,,,,, +248,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-02-02 13:39:08.000000,2024-01-29 08:06:35,967.0,5.0,221.0,39.0,523.0,72.0,171.0,2691.0,JAX-based neural network library.,80.0,31,True,2023-11-10 14:04:13.000,0.0.11,13.0,dm-haiku,conda-forge/dm-haiku,,,,1708.0,1708.0,https://pypi.org/project/dm-haiku,182527.0,182936.0,https://anaconda.org/conda-forge/dm-haiku,2023-11-16 14:41:40.026,14744.0,,,,,3.0,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +249,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-02-14 15:33:18.000000,2024-02-14 15:33:17,1153.0,38.0,231.0,27.0,996.0,99.0,406.0,2687.0,A python library for self-supervised learning on images.,38.0,31,True,2024-01-24 16:34:00.000,1.4.26,113.0,lightly,,,,['pytorch'],217.0,210.0,https://pypi.org/project/lightly,21732.0,21732.0,,,,,,,,2.0,,2024-01-24 16:35:38.000,7.0,,,,,,,,,,,,,,,,,, +250,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-02-12 07:39:57.000000,2024-01-30 06:50:46,2931.0,9.0,687.0,78.0,851.0,257.0,622.0,2568.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",122.0,31,True,2023-10-16 21:49:45.000,0.1.24,24.0,pgmpy,,,,,893.0,860.0,https://pypi.org/project/pgmpy,45893.0,45900.0,,,,,,,,2.0,308.0,2023-10-16 20:46:07.000,33.0,,,,,,,,,,,,,,,,,, +251,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-02-15 14:02:12.000000,2024-02-14 23:58:14,5542.0,148.0,699.0,89.0,5752.0,201.0,850.0,2056.0,TFX is an end-to-end platform for deploying production ML pipelines.,182.0,31,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,48507.0,48507.0,,,,,,,,2.0,,2023-09-06 22:01:30.000,14.0,,,,,,,,,,,,,,,,,, +252,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-02-05 15:04:29.000000,2024-02-05 15:04:26,519.0,14.0,433.0,88.0,102.0,82.0,258.0,1928.0,bt - flexible backtesting for Python.,31.0,31,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1623.0,1595.0,https://pypi.org/project/bt,7641.0,8249.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,20677.0,,,,,2.0,,2023-11-20 03:03:12.000,28.0,,,,,,,,,,,,,,,,,, +253,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-02-15 10:45:39.000000,2024-02-09 16:47:54,4147.0,16.0,1075.0,154.0,1093.0,52.0,612.0,1718.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,40.0,arcgis,,esridocker/arcgis-api-python-notebook,,,37.0,4.0,https://pypi.org/project/arcgis,115567.0,115684.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,10426.0,2023-12-12 19:09:17.000,33.0,,,,,,,,,,,,,,,,,, +254,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-01-31 22:26:36.000000,2023-12-27 10:12:23,938.0,2.0,209.0,48.0,308.0,127.0,123.0,1714.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,31,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,6857.0,6694.0,https://pypi.org/project/evaluate,2834260.0,2834260.0,,,,,,,,2.0,,2023-10-13 15:54:47.000,163.0,,,,,,,,,,,,,,,,,, +255,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1572.0,Python Geocoder.,73.0,31,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,9567.0,9035.0,https://pypi.org/project/geocoder,407959.0,409593.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,137280.0,,,,,3.0,,2021-12-15 15:58:16.110,532.0,,,,,,,,,,,,,,,,,,geocoder +256,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-02-14 19:02:22.000000,2024-02-10 20:15:52,709.0,10.0,310.0,43.0,361.0,71.0,205.0,1555.0,Training PyTorch models with differential privacy.,75.0,31,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],753.0,733.0,https://pypi.org/project/opacus,75148.0,75664.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,12864.0,,,,,2.0,106.0,2024-02-11 17:28:30.000,20.0,,,,,,,,,,,,,,,,,, +257,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-02-15 13:24:50.000000,2024-02-15 09:11:20,3814.0,196.0,46.0,166.0,501.0,127.0,374.0,1403.0,Multiplatform plotting library based on Grammar of Graphics.,20.0,31,True,2023-12-28 14:30:03.000,4.2.0,68.0,lets-plot,,,,,60.0,58.0,https://pypi.org/project/lets-plot,26154.0,26165.0,,,,,,,,2.0,596.0,2023-12-28 13:56:03.000,2.0,,,,,,,,,,,,,,,,,, +258,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-02-13 16:56:19.000000,2024-02-13 16:56:18,939.0,12.0,427.0,87.0,219.0,49.0,235.0,1401.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2624.0,2257.0,https://pypi.org/project/emcee,133015.0,136468.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,321192.0,,,,,2.0,,2023-02-02 20:53:47.943,367.0,,,,,,,,,,,,,,,,,, +259,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-02-14 23:21:40.000000,2024-02-14 23:19:04,1533.0,20.0,162.0,17.0,782.0,106.0,443.0,1251.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,31,True,2023-09-18 03:57:15.000,0.26.0,59.0,pyjanitor,conda-forge/pyjanitor,,,,562.0,542.0,https://pypi.org/project/pyjanitor,197242.0,199893.0,https://anaconda.org/conda-forge/pyjanitor,2023-06-16 16:12:04.304,188281.0,,,,,2.0,,2023-09-18 03:57:09.000,20.0,,,,,,,,,,,,,,,,,, +260,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-02-01 19:43:14.000000,2024-01-05 16:06:48,1120.0,14.0,277.0,45.0,512.0,27.0,182.0,1233.0,ARCH models in Python.,35.0,31,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,1474.0,1404.0,https://pypi.org/project/arch,302420.0,308797.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,280590.0,,,,,2.0,,2024-01-05 08:24:51.000,70.0,,,,,,,,,,,,,,,,,, +261,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-02-12 08:48:10.000000,2024-02-08 15:48:52,656.0,30.0,94.0,23.0,507.0,319.0,401.0,900.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-01-30 08:44:06.000,0.9.2,65.0,hvplot,conda-forge/hvplot,,,,4523.0,4414.0,https://pypi.org/project/hvplot,154439.0,166376.0,https://anaconda.org/conda-forge/hvplot,2024-01-30 08:55:28.301,525236.0,,,,,2.0,,2024-01-29 16:25:57.000,109.0,,,,,,,,,,,,,,,,,, +262,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-01-01 17:28:43.000000,2023-11-06 00:17:47,493.0,,122.0,33.0,127.0,27.0,74.0,862.0,Python bindings and utilities for GeoJSON.,56.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17735.0,16464.0,https://pypi.org/project/geojson,1534834.0,1599873.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,780476.0,,,,,3.0,,2023-11-05 21:06:50.000,1271.0,,,,,,,,,,,,,,,,,, +263,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-01-30 04:30:08.000000,2024-01-30 04:28:17,1054.0,6.0,170.0,35.0,114.0,31.0,59.0,710.0,Snowball compiler and stemming algorithms.,34.0,31,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6835.0,5.0,https://pypi.org/project/snowballstemmer,11341696.0,11426692.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7649723.0,,,,,2.0,,2021-11-16 18:38:34.000,6830.0,6.0,,,,,,,,,,,,,,,,, +264,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-02-15 14:38:51.000000,2024-02-07 17:12:58,163069.0,2328.0,88.0,52.0,2049.0,105.0,282.0,672.0,TensorFlow ROCm port.,4559.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,4762.0,4762.0,,,,,,,,3.0,21.0,2024-01-10 14:33:03.000,6.0,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,, +265,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2023-12-15 12:50:52.000000,2023-12-15 12:50:52,282.0,5.0,107.0,24.0,52.0,35.0,56.0,468.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,31,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,18570.0,18203.0,https://pypi.org/project/audioread,1988004.0,2006504.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,740034.0,,,,,2.0,,2023-09-27 19:27:51.000,367.0,,,,,,,,,,,,,,,,,, +266,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,,2060.0,286.0,3401.0,54.0,1494.0,10408.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,8006.0,8006.0,,,,,,,,2.0,,2022-09-20 02:56:01.305,5.0,,,,,,,,,,,,,,,,,, +267,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-02-14 04:57:24.000000,2024-02-14 04:57:21,2887.0,23.0,2162.0,194.0,413.0,202.0,471.0,8771.0,FinRL: Financial Reinforcement Learning.,109.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,31.0,31.0,https://pypi.org/project/finrl,1217.0,1217.0,,,,,,,,1.0,,2022-01-08 13:58:14.000,,,,,,,,,,,,,,,,,,, +268,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2023-09-25 05:14:24.000000,2023-08-26 12:04:19,383.0,,2155.0,286.0,96.0,309.0,446.0,8277.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,,,,1560.0,1541.0,https://pypi.org/project/imageai,4757.0,17873.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6840.0,,,,,2.0,906993.0,2023-01-02 17:10:24.749,19.0,,,,,,,,,,,,,,,,,, +269,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-02-13 15:48:15.000000,2024-02-13 15:43:42,1138.0,22.0,1196.0,146.0,156.0,231.0,1227.0,8076.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,137.0,30,False,2023-10-31 20:06:30.000,0.7.5,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],721.0,710.0,https://pypi.org/project/pytorch3d,4034.0,7678.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,185854.0,,,,,2.0,,2022-04-28 15:53:26.000,11.0,,,,,,,,,,,,,,,,,, +270,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-02-09 01:23:36.000000,2024-02-08 01:28:57,1168.0,16.0,1318.0,101.0,628.0,691.0,518.0,7852.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2254.0,2254.0,,,4596.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,183878.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +271,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-02-15 11:26:23.000000,2024-02-15 11:26:22,2099.0,85.0,827.0,101.0,2340.0,315.0,893.0,6834.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",116.0,30,True,2023-11-30 05:58:09.000,1.0.0,1393.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",9.0,2.0,https://pypi.org/project/autogluon,64486.0,64608.0,,,,https://hub.docker.com/r/autogluon/autogluon,2023-07-26 19:13:58.158186,17.0,6720.0,2.0,,2024-02-15 09:06:09.000,7.0,,,,,,,,,,,,,,,,,, +272,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-01-31 07:05:16.000000,2023-01-31 19:40:04,3203.0,,1394.0,190.0,784.0,40.0,423.0,6024.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",131.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],602.0,590.0,https://pypi.org/project/cleverhans,1214.0,1384.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7493.0,,,,,2.0,,2021-07-24 08:53:21.000,12.0,,,,,,,,,,,,,,,,,, +273,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-02-13 20:24:20.000000,2024-01-23 12:41:45,154.0,2.0,1058.0,197.0,99.0,145.0,296.0,5776.0,Official Kaggle API.,37.0,30,True,2024-02-13 20:24:20.000,1.6.6,66.0,kaggle,conda-forge/kaggle,,,,407.0,21.0,https://pypi.org/project/kaggle,215229.0,218734.0,https://anaconda.org/conda-forge/kaggle,2024-02-07 12:47:17.698,143744.0,,,,,2.0,,2024-02-13 20:24:20.000,386.0,,,,,,,,,,,,,,,,,, +274,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,663.0,89.0,206.0,140.0,356.0,4540.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,30,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1409.0,1359.0,https://pypi.org/project/lightfm,627731.0,630071.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,170845.0,,,,,1.0,,2023-03-20 04:15:00.582,50.0,,,,,,,,,,,,,,,,,, +275,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-02-11 13:39:04.000000,2022-09-24 16:20:26,585.0,,875.0,94.0,213.0,102.0,444.0,4455.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3691.0,3640.0,https://pypi.org/project/pandas-ta,100493.0,101202.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,19873.0,,,,,2.0,,2021-07-28 20:51:17.000,51.0,,,,,,,,,,,,,,,,,, +276,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2023-11-28 14:54:27.704000,2023-11-13 07:19:19,1344.0,,375.0,71.0,366.0,97.0,460.0,4138.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,30,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,2960.0,2850.0,https://pypi.org/project/sacred,37687.0,37858.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4617.0,,,,,2.0,,2023-11-13 07:24:08.000,110.0,,,,,,,,,,,,,,,,,, +277,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-02-11 11:38:35.000000,2024-02-07 19:25:54,1447.0,19.0,762.0,75.0,1775.0,297.0,625.0,4087.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,199358.0,199383.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,722.0,,,,,2.0,,2024-02-02 12:38:04.000,16.0,,,,,,,,,,,,,,,,,, +278,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-02-05 02:43:00.000000,2023-12-19 14:36:52,3303.0,29.0,522.0,120.0,370.0,66.0,736.0,3922.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,,,12.0,dedupe,conda-forge/dedupe,,,,315.0,315.0,https://pypi.org/project/dedupe,66940.0,68586.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,42809.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +279,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-02-14 19:48:23.000000,2024-02-12 20:49:32,15365.0,58.0,493.0,69.0,3411.0,839.0,1544.0,3802.0,cuML - RAPIDS Machine Learning Library.,168.0,30,True,2024-02-13 16:00:26.000,24.02.00,37.0,cuml,,,,,7.0,,https://pypi.org/project/cuml,2155.0,2155.0,,,,,,,,2.0,,2020-06-01 20:09:10.000,7.0,,,,,,,,,,,,,,,,,, +280,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,6.0,267.0,47.0,50.0,26.0,94.0,3752.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,,,,4868.0,4733.0,https://pypi.org/project/gpustat,1167736.0,1174854.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,277620.0,,,,,2.0,,2023-08-22 19:39:06.000,135.0,,,,,,,,,,,,,,,,,, +281,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-01-30 15:36:10.000000,2023-10-04 07:40:23,3656.0,,474.0,100.0,1044.0,254.0,368.0,3526.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2023-10-17 15:07:51.000,0.12.42,110.0,bqplot,conda-forge/bqplot,,,['jupyter'],180.0,55.0,https://pypi.org/project/bqplot,126613.0,157647.0,https://anaconda.org/conda-forge/bqplot,2023-11-06 09:55:37.480,1257649.0,,,,,3.0,,2023-10-17 15:07:51.000,108.0,,,bqplot,https://www.npmjs.com/package/bqplot,2023-10-17 10:48:26.195,17.0,3087.0,,,,,,,,,,, +282,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-02-15 11:34:30.000000,2024-02-08 00:52:14,1299.0,7.0,787.0,276.0,1443.0,265.0,514.0,3416.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",153.0,30,True,2024-01-30 18:16:31.000,0.17.0,28.0,torchtext,,,,['pytorch'],,,https://pypi.org/project/torchtext,529433.0,529433.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +283,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-02-09 08:17:55.000000,2024-02-04 19:23:19,3829.0,6.0,533.0,61.0,880.0,343.0,966.0,3352.0,A highly efficient implementation of Gaussian Processes in PyTorch.,128.0,30,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],1949.0,1856.0,https://pypi.org/project/gpytorch,169216.0,172423.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,144352.0,,,,,2.0,,2023-06-02 22:13:00.914,93.0,,,,,,,,,,,,,,,,,, +284,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,3.0,247.0,65.0,52.0,9.0,,3264.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,30,True,2023-12-29 09:27:05.000,4.6.1,27.0,textdistance,conda-forge/textdistance,,,,5789.0,5720.0,https://pypi.org/project/textdistance,563331.0,570807.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,514976.0,,,,,2.0,975.0,2023-12-29 09:26:30.000,69.0,,,,,,,,,,,,,,,,,, +285,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,437.0,93.0,122.0,78.0,348.0,3234.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,30,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1106.0,1046.0,https://pypi.org/project/nmslib,340416.0,343032.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,104660.0,,,,,2.0,,2021-02-03 00:02:08.000,60.0,,,,,,,,,,,,,,,,,, +286,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-01-19 20:32:01.000000,2023-11-13 00:15:46,980.0,,570.0,100.0,334.0,31.0,713.0,3221.0,"Fast, flexible and easy to use probabilistic modelling in Python.",72.0,30,True,2023-09-17 19:03:32.000,0.14.9,73.0,pomegranate,conda-forge/pomegranate,,,,1110.0,1051.0,https://pypi.org/project/pomegranate,37993.0,41158.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,142443.0,,,,,2.0,,2023-09-17 19:03:32.000,59.0,,,,,,,,,,,,,,,,,, +287,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-01-20 21:16:47.000000,2024-01-20 14:36:02,469.0,6.0,729.0,119.0,119.0,57.0,369.0,2912.0,"Hidden Markov Models in Python, with scikit-learn like API.",46.0,30,True,2023-04-18 18:59:00.534,0.3.0,12.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2427.0,2281.0,https://pypi.org/project/hmmlearn,203610.0,208638.0,https://anaconda.org/conda-forge/hmmlearn,2023-10-07 20:19:04.855,206171.0,,,,,2.0,,2023-04-18 18:59:00.534,146.0,,,,,,,,,,,,,,,,,, +288,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-02-13 20:21:30.000000,2023-11-29 20:31:13,1079.0,1.0,382.0,62.0,488.0,201.0,269.0,2798.0,A Hyperparameter Tuning Library for Keras.,60.0,30,True,2023-11-07 19:38:18.000,1.4.6,34.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],3263.0,3201.0,https://pypi.org/project/keras-tuner,158625.0,159565.0,https://anaconda.org/conda-forge/keras-tuner,2023-11-10 05:23:26.167,28205.0,,,,,2.0,,2023-11-07 19:38:18.000,62.0,,,,,,,,,,,,,,,,,, +289,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-02-15 00:54:05.000000,2024-02-14 15:54:47,7301.0,339.0,338.0,77.0,8477.0,148.0,321.0,2746.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",110.0,30,True,2024-02-06 21:19:10.000,0.28.0,491.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,28707.0,28884.0,,,,,,,,3.0,8005.0,2024-02-14 01:28:29.000,4.0,,,,,,,,,,,,,,,,,, +290,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-02-06 22:15:06.000000,2023-11-20 19:03:21,997.0,1.0,478.0,57.0,136.0,341.0,164.0,2627.0,A high performance implementation of HDBSCAN clustering.,86.0,30,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3336.0,3107.0,https://pypi.org/project/hdbscan,614978.0,660034.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1802243.0,,,,,2.0,,2023-11-20 19:06:35.000,229.0,,,,,,,,,,,,,,,,,, +291,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,31.0,443.0,126.0,143.0,192.0,247.0,2591.0,PYthon svg GrAph plotting Library.,77.0,30,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,638.0,,https://pypi.org/project/pygal,345855.0,348750.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,37640.0,,,,,2.0,,2023-11-21 15:34:11.000,638.0,,,,,,,,,,,,,,,,,, +292,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-02-12 04:45:12.000000,2023-12-03 09:09:14,2415.0,12.0,251.0,27.0,1127.0,75.0,224.0,2524.0,Database system for AI-powered apps.,73.0,30,True,2023-11-19 16:35:30.000,0.3.9,36.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,17802.0,39375.0,,,,,,,,3.0,409894.0,,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,, +293,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-02-13 23:34:12.000000,2024-01-30 14:57:39,1097.0,26.0,248.0,30.0,421.0,95.0,313.0,2186.0,Scalable and user friendly neural forecasting algorithms.,35.0,30,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,110.0,105.0,https://pypi.org/project/neuralforecast,15356.0,15917.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,12925.0,,,,,2.0,,2023-10-05 19:40:30.000,5.0,,,,,,,,,,,,,,,,,, +294,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-02-15 08:12:16.000000,2023-12-27 07:53:06,1445.0,87.0,200.0,49.0,243.0,154.0,154.0,1999.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",40.0,30,True,2023-12-27 07:54:37.000,0.33.0,168.0,graphistry,,,,['jupyter'],114.0,108.0,https://pypi.org/project/graphistry,3292.0,3292.0,,,,,,,,2.0,,2023-12-27 07:54:37.000,6.0,,,,,,,,,,,,,,,,,, +295,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2023-12-18 04:15:22.000000,2023-11-17 20:35:45,543.0,,155.0,44.0,76.0,4.0,127.0,1960.0,a python library for doing approximate and phonetic matching of strings.,31.0,30,True,,,14.0,jellyfish,conda-forge/jellyfish,,,,8098.0,8098.0,https://pypi.org/project/jellyfish,2623735.0,2641594.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,785801.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +296,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-02-12 11:14:42.000000,2024-02-07 13:16:15,2447.0,7.0,438.0,77.0,1262.0,149.0,682.0,1787.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],652.0,615.0,https://pypi.org/project/gpflow,46276.0,46637.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,24944.0,,,,,2.0,,2024-02-07 15:19:13.000,37.0,,,,,,,,,,,,,,,,,, +297,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-02-07 20:20:08.000000,2024-02-07 20:20:03,285.0,8.0,355.0,53.0,77.0,78.0,109.0,1763.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,41.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],5882.0,5722.0,https://pypi.org/project/pyldavis,173239.0,174385.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,77936.0,,,,,2.0,,2023-04-23 23:55:02.142,160.0,,,,,,,,,,,,,,,,,, +298,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-02-05 12:04:53.000000,2023-12-31 15:46:16,440.0,30.0,282.0,60.0,101.0,22.0,99.0,1725.0,ffn - a financial function library for Python.,32.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,456.0,425.0,https://pypi.org/project/ffn,174575.0,174771.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6696.0,,,,,2.0,,2023-12-31 15:47:45.000,31.0,,,,,,,,,,,,,,,,,, +299,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-01-15 17:42:53.000000,2024-01-15 17:42:53,1589.0,3.0,281.0,54.0,137.0,79.0,182.0,1701.0,"CUDA integration for Python, plus shiny features.",81.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2870.0,2645.0,https://pypi.org/project/pycuda,34791.0,42816.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,280886.0,,,,,2.0,,2024-01-03 16:54:26.000,225.0,,,,,,,,,,,,,,,,,, +300,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,40.0,370.0,52.0,125.0,41.0,421.0,1635.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,30,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,242.0,224.0,https://pypi.org/project/vizdoom,1465.0,1589.0,,,,,,,,1.0,11787.0,2023-12-16 01:55:15.000,18.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +301,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-01-31 08:55:10.000000,2024-01-31 08:55:09,1115.0,15.0,174.0,21.0,145.0,49.0,124.0,1629.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2023-11-24 08:35:59.000,0.34.1,37.0,audiomentations,,,,,429.0,424.0,https://pypi.org/project/audiomentations,17973.0,17973.0,,,,,,,,2.0,,2023-11-24 08:35:59.000,5.0,,,,,,,,,,,,,,,,,, +302,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-02-03 14:07:55.000000,2024-01-29 13:42:57,1244.0,4.0,135.0,30.0,104.0,33.0,249.0,1486.0,Statistical package in Python based on Pandas.,43.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,1829.0,1755.0,https://pypi.org/project/pingouin,68523.0,71088.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,112891.0,,,,,2.0,,2024-01-13 15:46:36.000,74.0,,,,,,,,,,,,,,,,,, +303,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,3.0,162.0,32.0,245.0,,,1309.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2023-12-19 07:41:39.000,1.3.4,76.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1532.0,1487.0,https://pypi.org/project/spacy-transformers,190972.0,191989.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,27472.0,,,,,2.0,,2023-12-19 07:15:13.000,45.0,,,,,,,,,,,,,,,,,, +304,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-01-28 02:04:42.000000,2024-01-27 19:32:10,3020.0,11.0,260.0,34.0,37.0,3.0,481.0,1205.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,30,True,2024-01-28 02:04:42.000,0.40.0,100.0,ktrain,,,,['tensorflow'],501.0,501.0,https://pypi.org/project/ktrain,10982.0,10982.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +305,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-02-15 09:09:41.000000,2024-02-15 09:09:40,10467.0,179.0,225.0,36.0,1442.0,206.0,343.0,1120.0,Computations and statistics on manifolds with geometric structures.,89.0,30,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,97.0,94.0,https://pypi.org/project/geomstats,3488.0,3596.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2165.0,,,,,3.0,,2023-08-30 05:33:32.000,3.0,,,,,,,,,,,,,,,,,, +306,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-02-14 22:10:32.000000,2024-02-14 21:07:32,1939.0,86.0,301.0,23.0,2242.0,81.0,226.0,1118.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,30,True,2024-02-09 18:33:49.000,0.34.1,54.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",88.0,85.0,https://pypi.org/project/raiwidgets,4746.0,4746.0,,,,,,,,2.0,,2024-02-09 18:24:31.000,3.0,,,,,,,,,,,,,,,,,, +307,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-02-02 15:53:51.000000,2024-01-23 22:06:47,3279.0,7.0,240.0,48.0,351.0,70.0,263.0,1012.0,"OpenCL integration for Python, plus shiny features.",95.0,30,True,2024-01-23 22:08:06.000,2024.1,95.0,pyopencl,conda-forge/pyopencl,,,,2016.0,1806.0,https://pypi.org/project/pyopencl,55310.0,77653.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,983096.0,,,,,2.0,,2024-01-23 22:46:25.000,210.0,,,,,,,,,,,,,,,,,, +308,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-02-15 11:22:19.000000,2024-02-07 12:52:04,923.0,6.0,214.0,59.0,99.0,44.0,173.0,981.0,Input pipeline framework.,28.0,30,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1694.0,1638.0,https://pypi.org/project/tensorflow-transform,681553.0,681553.0,,,,,,,,2.0,,2023-08-11 23:14:04.000,56.0,,,,,,,,,,,,,,,,,, +309,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-02-13 19:36:16.000000,2024-02-06 03:22:42,1674.0,27.0,282.0,43.0,1320.0,271.0,362.0,685.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2024-02-06 04:35:56.000,0.36.0,43.0,tensorflow-io,,,,['tensorflow'],36.0,,https://pypi.org/project/tensorflow-io,2954251.0,2954251.0,,,,,,,,2.0,,2024-02-06 04:34:40.000,36.0,,,,,,,,,,,,,,,,,, +310,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-02-15 14:02:29.071000,2024-02-15 10:42:47,1921.0,103.0,57.0,20.0,1424.0,27.0,205.0,485.0,The MLOps stack component for experiment tracking.,54.0,30,True,2024-02-15 11:40:48.000,1.9.1,201.0,neptune-client,conda-forge/neptune-client,,,,49.0,,https://pypi.org/project/neptune-client,584698.0,589793.0,https://anaconda.org/conda-forge/neptune-client,2024-02-15 14:02:29.071,229307.0,,,,,2.0,,2024-02-15 11:40:48.000,49.0,,,,,,,,,,,,,,,,,, +311,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-02-13 15:18:25.000000,2024-02-13 15:18:25,17084.0,33.0,113.0,27.0,3566.0,506.0,3378.0,476.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2024-02-02 23:10:48.000,0.19.6,111.0,datalad,conda-forge/datalad,,,,65.0,,https://pypi.org/project/datalad,19873.0,29449.0,https://anaconda.org/conda-forge/datalad,2024-02-03 04:09:03.909,421373.0,,,,,2.0,,2024-02-02 23:10:48.000,65.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,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4769.0,650.0,372.0,495.0,436.0,15168.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,,,,,588.0,549.0,https://pypi.org/project/baselines,1107.0,1107.0,,,,,,,,2.0,,2018-02-26 17:07:07.000,39.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-01-31 22:31:36.000000,2023-04-19 14:13:08,2404.0,,3654.0,602.0,221.0,47.0,,12525.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,1988.0,1918.0,https://pypi.org/project/backtrader,12738.0,12738.0,,,,,,,,2.0,,2023-04-19 14:15:00.742,70.0,,,,,,,,,,,,,,,,,, +314,pandas-ai,gventuri/pandas-ai,others,,https://github.com/Sinaptik-AI/pandas-ai,https://github.com/Sinaptik-AI/pandas-ai,MIT,2023-04-22 12:58:01.000,2024-02-14 22:30:44.000000,2024-02-08 20:02:10,716.0,85.0,849.0,80.0,348.0,195.0,278.0,9745.0,"Chat with your data (SQL, CSV, pandas, polars, noSQL, etc). PandasAI makes data analysis conversational using LLMs..",64.0,29,True,2024-02-07 21:55:31.000,1.5.19,100.0,pandas-ai,,,,,2641.0,2641.0,https://pypi.org/project/pandas-ai,,,,,,,,,,2.0,,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,, +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,,1840.0,217.0,46.0,96.0,94.0,8904.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,127090.0,127786.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,30627.0,,,,,1.0,,2018-10-29 08:18:45.000,94.0,,,,,,,,,,,,,,,,,, +316,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,881.0,127.0,38.0,69.0,144.0,5069.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],2950.0,2903.0,https://pypi.org/project/torchdiffeq,747373.0,747693.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14430.0,,,,,1.0,,2022-04-22 15:21:47.000,47.0,,,,,,,,,,,,,,,,,, +317,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-02-14 01:22:29.000000,2024-02-12 23:18:11,1559.0,13.0,821.0,144.0,1467.0,326.0,398.0,4933.0,Simple and Distributed Machine Learning.,116.0,29,True,2023-11-27 22:05:20.000,1.0.2,42.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,127819.0,127819.0,,,,,,,,2.0,,2023-11-27 22:05:20.000,3.0,,,,,,,,,,,,,,,,,, +318,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,148.0,789.0,141.0,356.0,4689.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2670.0,2624.0,https://pypi.org/project/visualdl,261752.0,261759.0,,,,,,,,2.0,344.0,2023-06-05 07:21:00.910,46.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,2024-02-13 22:17:47.000000,2024-02-13 22:17:46,593.0,21.0,757.0,84.0,324.0,56.0,316.0,4584.0,Uplift modeling and causal inference with machine learning algorithms.,60.0,29,True,2023-08-28 06:52:12.000,0.14.1,22.0,causalml,,,,,182.0,181.0,https://pypi.org/project/causalml,78312.0,78312.0,,,,,,,,2.0,,2023-08-28 06:52:12.000,1.0,,,,,,,,,,,,,,,,,, +320,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,444.0,42.0,124.0,63.0,154.0,4243.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,,,,1093.0,1060.0,https://pypi.org/project/nlpaug,91153.0,91672.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,16629.0,,,,,2.0,,2022-07-07 05:23:07.000,33.0,,,,,,,,,,,,,,,,,, +321,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,2023-12-29 12:20:18.000000,2023-11-11 01:23:34,523.0,,712.0,176.0,80.0,8.0,277.0,4129.0,A python wrapper for Alpha Vantage API for financial data.,42.0,29,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,513.0,481.0,https://pypi.org/project/alpha_vantage,28737.0,28907.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6311.0,,,,,2.0,,2020-12-21 02:36:15.000,32.0,,,,,,,,,,,,,,,,,, +322,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-02-14 09:19:51.000000,2024-02-13 20:15:49,1739.0,29.0,554.0,40.0,793.0,464.0,282.0,3461.0,Time series forecasting with PyTorch.,45.0,29,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,65540.0,66857.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,54002.0,,,,,2.0,,2020-07-26 21:35:43.000,10.0,,,,,,,,,,,,,,,,,, +323,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,1.0,602.0,78.0,227.0,76.0,405.0,3369.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,29,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1290.0,1250.0,https://pypi.org/project/implicit,175398.0,189257.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,567089.0,,,,,2.0,703.0,2023-09-29 21:07:11.000,40.0,,,,,,,,,,,,,,,,,, +324,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-02-11 14:02:46.000000,2024-02-11 14:02:45,448.0,3.0,521.0,112.0,87.0,19.0,101.0,3364.0,Module for automatic summarization of text documents and HTML pages.,30.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,2595.0,2485.0,https://pypi.org/project/sumy,69336.0,69567.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7410.0,,,,,2.0,,2022-10-23 16:42:18.783,110.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-02-12 18:53:02.000000,2024-02-05 16:10:54,1485.0,17.0,233.0,16.0,1726.0,266.0,725.0,3236.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,52.0,29,False,2024-01-31 13:08:55.000,0.18.1,60.0,deepchecks,,,,,339.0,332.0,https://pypi.org/project/deepchecks,41913.0,41941.0,,,,,,,,2.0,797.0,2024-01-31 13:08:49.000,7.0,,,,,,,,,,,,,,,,,, +326,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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,399.0,47.0,1084.0,6.0,353.0,3201.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1102.0,1064.0,https://pypi.org/project/catalyst,194089.0,194089.0,,,,,,,,2.0,,2022-04-29 04:46:04.000,38.0,,,,,,,,,,,,,,,,,, +327,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-01-10 22:28:30.000000,2023-09-10 15:15:16,1059.0,,234.0,62.0,112.0,6.0,266.0,3118.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,29,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,515.0,506.0,https://pypi.org/project/vidgear,77604.0,77620.0,,,,,,,,2.0,987.0,2023-09-10 19:39:46.000,9.0,,,,,,,,,,,,,,,,,, +328,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,35.0,363.0,81.0,63.0,154.0,189.0,3116.0,a library for audio and music analysis.,25.0,29,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,465.0,437.0,https://pypi.org/project/aubio,6827.0,14506.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,637396.0,,,,,3.0,,2019-02-08 11:21:02.000,28.0,,,,,,,,,,,,,,,,,, +329,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,672.0,109.0,72.0,99.0,123.0,2948.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10236.0,10061.0,https://pypi.org/project/cufflinks,81914.0,81914.0,,,,,,,,3.0,,2020-03-01 17:42:01.000,175.0,,,,,,,,,,,,,,,,,, +330,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-02-12 09:53:03.000000,2024-01-30 11:23:03,1150.0,19.0,376.0,46.0,73.0,142.0,465.0,2886.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-01-22 10:04:49.000,1.1.3,86.0,mljar-supervised,conda-forge/mljar-supervised,,,,106.0,104.0,https://pypi.org/project/mljar-supervised,4523.0,4918.0,https://anaconda.org/conda-forge/mljar-supervised,2024-01-08 10:33:13.792,12653.0,,,,,2.0,,2024-01-22 10:04:49.000,2.0,,,,,,,,,,,,,,,,,, +331,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-02-14 22:05:03.000000,2024-02-14 22:04:33,2296.0,30.0,717.0,80.0,204.0,187.0,465.0,2687.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'],9.0,,https://pypi.org/project/tf-agents,39876.0,39876.0,,,,,,,,2.0,,2023-12-14 04:07:38.000,9.0,,,,,,,,,,,,,,,,,, +332,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-02-12 10:37:51.000000,2023-11-11 12:54:41,2661.0,,349.0,36.0,511.0,49.0,213.0,2669.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",61.0,29,True,2023-09-11 23:15:50.000,0.3.9,46.0,textattack,conda-forge/textattack,,,,237.0,232.0,https://pypi.org/project/textattack,5265.0,5437.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7083.0,,,,,2.0,,2023-09-11 23:15:50.000,5.0,,,,,,,,,,,,,,,,,, +333,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2024-02-14 18:45:44.000000,2024-02-14 18:45:43,3498.0,63.0,515.0,109.0,342.0,396.0,673.0,2625.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",80.0,29,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,592.0,572.0,https://pypi.org/project/essentia,10493.0,10493.0,,,,,,,,3.0,,2023-10-27 09:13:56.000,20.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,,504.0,99.0,1045.0,237.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:16:27.000,0.10.0,15.0,gluonnlp,,,,['mxnet'],1457.0,1457.0,https://pypi.org/project/gluonnlp,77040.0,77040.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,2024-02-08 09:42:44.000000,2024-02-08 09:42:43,2880.0,25.0,1055.0,121.0,506.0,61.0,295.0,2532.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,29,False,2023-04-14 13:35:06.415,8.6.1,45.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],305.0,,https://pypi.org/project/ipyparallel,197197.0,207360.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,955393.0,,,,,2.0,,2023-04-14 13:35:06.415,305.0,,,,,,,,,,,,,,,,,, +336,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,3.0,336.0,44.0,57.0,67.0,206.0,2322.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,29,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],273.0,266.0,https://pypi.org/project/spektral,7033.0,7033.0,,,,,,,,2.0,,2024-01-21 16:17:36.000,7.0,,,,,,,,,,,,,,,,,, +337,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-02-05 12:53:44.000000,2024-02-05 12:53:44,193.0,2.0,255.0,57.0,69.0,49.0,220.0,1908.0,A Python wrapper for the tesseract-ocr API.,30.0,29,True,2023-10-09 13:43:55.000,2.6.2,19.0,tesserocr,conda-forge/tesserocr,,,,1010.0,938.0,https://pypi.org/project/tesserocr,50840.0,53358.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,130896.0,,,,,2.0,121.0,2023-10-09 13:43:55.000,72.0,,,,,,,,,,,,,,,,,, +338,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,5.0,400.0,42.0,62.0,19.0,270.0,1836.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,,,,1426.0,1404.0,https://pypi.org/project/ogb,32271.0,33005.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,30128.0,,,,,2.0,,2022-11-02 22:00:56.960,22.0,,,,,,,,,,,,,,,,,, +339,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-02-14 09:59:52.000000,2024-02-14 09:59:51,845.0,14.0,374.0,38.0,868.0,164.0,292.0,1743.0,A Python package to assess and improve fairness of machine learning models.,80.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,231407.0,232199.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,30911.0,,,,,2.0,,2023-12-19 02:11:12.000,29.0,,,,,,,,,,,,,,,,,, +340,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-02-15 14:08:36.000000,2024-01-11 00:02:53,859.0,32.0,110.0,20.0,347.0,97.0,219.0,1668.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,45.0,29,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,,['jax'],481.0,420.0,https://pypi.org/project/equinox,112685.0,112685.0,,,,,,,,1.0,,2024-01-10 21:26:20.000,61.0,,,,,,,,,,,,,,,,,, +341,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-02-15 11:34:36.000000,2024-02-15 00:05:07,1530.0,147.0,331.0,28.0,1579.0,182.0,101.0,1656.0,Pytorch domain library for recommendation systems.,206.0,29,True,2024-01-30 23:40:14.000,0.6.0,77.0,torchrec-nightly-cpu,,,,,88.0,88.0,https://pypi.org/project/torchrec-nightly-cpu,297.0,297.0,,,,,,,,2.0,,2022-05-12 18:55:21.000,,,,,,,,,,,,,,,,,,, +342,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-02-15 11:51:42.000000,2024-02-15 11:51:41,3823.0,100.0,264.0,27.0,561.0,83.0,699.0,1597.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,77.0,29,True,2023-07-28 14:24:47.000,0.4.0,7.0,avalanche-lib,,,,,68.0,67.0,https://pypi.org/project/avalanche-lib,1111.0,1111.0,,,,,,,,2.0,4.0,2023-07-28 14:24:47.000,1.0,,,,,,,,,,,,,,,,,, +343,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1571.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",77.0,74.0,https://pypi.org/project/elephas,99500.0,99748.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13438.0,,,,,2.0,,2024-01-05 03:23:07.000,3.0,,,,,,,,,,,,,,,,,, +344,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-02-01 16:30:38.000000,2024-01-08 15:03:19,1840.0,4.0,269.0,45.0,270.0,58.0,192.0,1479.0,TensorLy: Tensor Learning in Python.,66.0,29,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,626.0,572.0,https://pypi.org/project/tensorly,12743.0,18011.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363518.0,,,,,2.0,,2023-03-08 01:09:02.237,54.0,,,,,,,,,,,,,,,,,, +345,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,174.0,34.0,72.0,19.0,52.0,1422.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2407.0,2392.0,https://pypi.org/project/torchsde,1569693.0,1570215.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19341.0,,,,,1.0,,2023-09-26 21:52:19.000,15.0,,,,,,,,,,,,,,,,,, +346,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,6.0,420.0,52.0,39.0,16.0,139.0,1201.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2454.0,2421.0,https://pypi.org/project/kmodes,227562.0,228427.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,39806.0,,,,,2.0,,2022-09-06 19:38:02.764,33.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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,454.0,43.0,176.0,93.0,102.0,1028.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'],1577.0,,https://pypi.org/project/keras-preprocessing,4384511.0,4416462.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2172697.0,,,,,3.0,,2020-05-14 03:55:22.223,1577.0,7.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,2023-06-27 23:50:02.000000,2023-03-24 22:04:13,811.0,,246.0,41.0,502.0,271.0,253.0,876.0,Scalable Machine Learning with Dask.,77.0,29,True,2023-03-24 22:06:04.422,2023.3.24,35.0,dask-ml,conda-forge/dask-ml,,,,1028.0,954.0,https://pypi.org/project/dask-ml,442789.0,453316.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,800125.0,,,,,2.0,,2023-03-24 22:06:04.422,74.0,,,,,,,,,,,,,,,,,, +349,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-01-10 16:03:56.000000,2024-01-10 16:03:56,666.0,4.0,101.0,14.0,94.0,71.0,62.0,825.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5517.0,5445.0,https://pypi.org/project/pynndescent,1180356.0,1221007.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1748001.0,,,,,3.0,,2023-11-20 18:50:25.000,72.0,,,,,,,,,,,,,,,,,, +350,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-01-24 06:11:24.000000,2024-01-24 06:11:23,1332.0,43.0,122.0,25.0,454.0,11.0,129.0,784.0,A Comparative Framework for Multimodal Recommender Systems.,18.0,29,True,2023-12-12 07:49:26.000,1.18.0,54.0,cornac,conda-forge/cornac,,,,214.0,198.0,https://pypi.org/project/cornac,101291.0,109257.0,https://anaconda.org/conda-forge/cornac,2023-12-12 18:26:56.153,350517.0,,,,,2.0,,2023-12-12 08:02:04.000,16.0,,,,,,,,,,,,,,,,,, +351,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-02-05 16:31:12.000000,2024-02-05 13:43:47,3038.0,54.0,109.0,17.0,259.0,10.0,136.0,736.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,748.0,,https://pypi.org/project/mpi4py,263602.0,321967.0,https://anaconda.org/conda-forge/mpi4py,2023-10-17 08:36:29.714,2315824.0,,,,,2.0,20213.0,2023-10-04 09:04:51.000,748.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,2024-02-13 18:20:12.882000,2024-02-13 16:55:53,808.0,20.0,73.0,25.0,372.0,106.0,231.0,553.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2024-02-13 18:23:41.000,1.11.1,57.0,geoviews,conda-forge/geoviews,,,,918.0,878.0,https://pypi.org/project/geoviews,9393.0,14520.0,https://anaconda.org/conda-forge/geoviews,2024-02-13 18:20:12.882,210231.0,,,,,3.0,,2024-02-13 17:04:04.000,40.0,,,,,,,,,,,,,,,,,, +353,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-02-13 12:31:46.000000,2024-02-13 12:30:36,300.0,86.0,83.0,22.0,102.0,36.0,65.0,549.0,pyspark methods to enhance developer productivity.,25.0,29,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],81.0,74.0,https://pypi.org/project/quinn,809253.0,809253.0,,,,,,,,2.0,10.0,2024-02-13 12:31:37.000,7.0,,,,,,,,,,,,,,,,,, +354,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-02-07 14:29:13.000000,2024-02-07 14:27:33,227.0,8.0,56.0,13.0,202.0,13.0,186.0,305.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-02-07 14:29:13.000,3.9.0,71.0,pystan,conda-forge/pystan,,,,9891.0,9628.0,https://pypi.org/project/pystan,1749625.0,1783266.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2792208.0,,,,,3.0,,2024-02-07 14:29:13.000,263.0,,,,,,,,,,,,,,,,,, +355,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,38.0,12.0,69.0,7.0,26.0,209.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,29,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,39060.0,38808.0,https://pypi.org/project/blis,5580741.0,5630704.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2048505.0,,,,,2.0,,2023-09-22 06:27:17.000,252.0,,,,,,,,,,,,,,,,,, +356,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,2023-12-23 16:12:25.000000,2023-12-23 16:11:39,302.0,1.0,2644.0,139.0,44.0,113.0,131.0,16939.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,28,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],407.0,401.0,https://pypi.org/project/vit-pytorch,20240.0,20240.0,,,,,,,,2.0,,2023-12-23 16:12:25.000,6.0,,,,,,,,,,,,,,,,,, +357,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-02-15 15:01:02.000000,2024-02-02 11:02:09,2179.0,264.0,983.0,113.0,2491.0,223.0,772.0,16167.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",80.0,28,True,2024-01-29 17:23:33.000,1.7.4,62.0,,,,,,,,,,364.0,,,,,,,,2.0,12390.0,,,,,,,,,,,,,,,,,,,, +358,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-02-05 08:36:47.000000,2023-11-21 12:31:47,1957.0,1.0,2341.0,275.0,903.0,195.0,671.0,13434.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,28,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,1435.0,1444.0,,,,,,,,2.0,392.0,2023-07-18 11:35:09.110,1.0,,,,,,,,,,,,,,,,,, +359,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-02-04 08:59:17.000000,2023-12-28 07:35:14,2224.0,1.0,2779.0,192.0,3605.0,1423.0,3872.0,11793.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],1.0,,https://pypi.org/project/paddledet,551.0,551.0,,,,,,,,2.0,,2022-09-19 20:42:09.271,1.0,,,,,,,,,,,,,,,,,, +360,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,2023-12-04 21:17:36.000000,2022-11-08 22:11:16,98.0,,1773.0,203.0,70.0,106.0,36.0,9821.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,252910.0,252910.0,,,,,,,,2.0,,2023-05-24 15:11:00.531,10.0,4.0,,,,,,,,,,,,,,,,, +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,,909.0,267.0,98.0,82.0,81.0,7295.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],222.0,214.0,https://pypi.org/project/facets-overview,183589.0,183589.0,,,,,,,,3.0,,2023-05-24 15:58:01.158,8.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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1294.0,175.0,46.0,70.0,237.0,6713.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:37:33.000,1.4.1,13.0,face-alignment,,,,['pytorch'],21.0,21.0,https://pypi.org/project/face-alignment,64277.0,64277.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +363,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,624.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,28,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,59.0,21.0,https://pypi.org/project/nupic,1966.0,1966.0,,,,,,,,3.0,3.0,2016-09-01 21:30:21.000,38.0,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +364,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,2023-02-03 18:46:00.371000,2023-01-19 00:37:33,900.0,,1236.0,154.0,950.0,63.0,783.0,5713.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],82.0,21.0,https://pypi.org/project/gluoncv,51935.0,51935.0,,,,,,,,2.0,,2023-02-03 18:46:00.371,61.0,,,,,,,,,,,,,,,,,, +365,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,,1156.0,212.0,91.0,194.0,120.0,5582.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,,,,,454.0,434.0,https://pypi.org/project/pyAudioAnalysis,13254.0,13254.0,,,,,,,,3.0,,2022-02-07 22:36:53.000,20.0,,,,,,,,,,,,,,,,,, +366,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,,1368.0,207.0,158.0,44.0,227.0,5471.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'],793.0,739.0,https://pypi.org/project/keras-rl,2062.0,2062.0,,,,,,,,2.0,,2018-06-01 07:52:24.000,54.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-02-13 15:37:35.000000,2022-08-06 21:47:18,182.0,,421.0,69.0,59.0,101.0,56.0,4270.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,,,,,1179.0,1172.0,https://pypi.org/project/layoutparser,149748.0,149748.0,,,,,,,,2.0,,2022-04-06 04:38:09.000,7.0,,,,,,,,,,,,,,,,,, +368,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-01-28 08:43:51.000000,2021-05-10 18:34:53,57.0,,407.0,38.0,56.0,118.0,43.0,3917.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'],12762.0,12642.0,https://pypi.org/project/torchsummary,144458.0,144458.0,,,,,,,,2.0,,2018-09-26 05:07:28.000,120.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,,971.0,219.0,408.0,140.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,,,,,1293.0,1033.0,https://pypi.org/project/lasagne,1944.0,1944.0,,,,,,,,3.0,,2015-08-13 21:10:53.000,260.0,,,,,,,,,,,,,,,,,, +370,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2023-06-16 13:24:02.087000,2023-02-26 20:07:33,189.0,,455.0,73.0,37.0,9.0,121.0,3764.0,Missing data visualization module for Python.,18.0,28,True,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,14996.0,14852.0,https://pypi.org/project/missingno,285074.0,289115.0,https://anaconda.org/conda-forge/missingno,2023-06-16 13:24:02.087,319315.0,,,,,3.0,,2023-02-26 20:11:59.371,144.0,,,,,,,,,,,,,,,,,, +371,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-02-04 09:19:10.000000,2024-01-10 09:28:24,484.0,2.0,495.0,36.0,502.0,6.0,,3390.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,37.0,28,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,924.0,912.0,https://pypi.org/project/sahi,132830.0,135356.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,53861.0,,,,,2.0,21712.0,2023-11-05 23:19:54.000,12.0,,,,,,,,,,,,,,,,,, +372,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-02-09 21:25:19.000000,2024-02-09 21:25:17,1175.0,36.0,465.0,60.0,705.0,1.0,512.0,3336.0,On-device wake word detection powered by deep learning.,37.0,28,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,42.0,28.0,https://pypi.org/project/pvporcupine,5540.0,5540.0,,,,,,,,3.0,,2024-01-30 21:38:49.000,14.0,,,,,,,,,,,,,,,,,, +373,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,282.0,34.0,475.0,33.0,30.0,2917.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,28,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1148.0,1102.0,https://pypi.org/project/torch_optimizer,98361.0,98642.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9554.0,,,,,2.0,,2021-10-31 03:00:19.000,46.0,,,,,,,,,,,,,,,,,, +374,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-02-15 14:26:02.000000,2024-02-15 14:18:10,540.0,35.0,524.0,37.0,730.0,95.0,602.0,2876.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",69.0,28,True,2024-01-09 12:13:07.000,hazelnut_toy_dataset,28.0,anomalib,,,,,53.0,52.0,https://pypi.org/project/anomalib,19763.0,20008.0,,,,,,,,2.0,6381.0,2024-01-09 12:13:29.000,1.0,,,,,,,,,,,,,,,,,, +375,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,2.0,328.0,47.0,120.0,60.0,135.0,2761.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1066.0,1042.0,https://pypi.org/project/dtreeviz,150599.0,152277.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,65474.0,,,,,2.0,,2022-07-07 17:18:00.886,24.0,,,,,,,,,,,,,,,,,, +376,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-02-08 10:39:33.000000,2024-02-08 09:50:01,1543.0,36.0,315.0,38.0,320.0,38.0,147.0,2605.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,36.0,28,True,2024-02-08 10:39:33.000,2.4.2,38.0,shapash,,,,['jupyter'],142.0,140.0,https://pypi.org/project/shapash,6013.0,6013.0,,,,,,,,2.0,,2024-02-08 10:39:33.000,2.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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,282.0,67.0,59.0,26.0,39.0,2374.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'],4508.0,4430.0,https://pypi.org/project/scikit-plot,489089.0,491225.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,168774.0,,,,,2.0,,2018-08-19 12:25:39.290,78.0,,,,,,,,,,,,,,,,,, +378,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-02-12 11:41:54.000000,2024-02-12 11:41:53,716.0,4.0,247.0,34.0,527.0,138.0,234.0,2028.0,"Algorithms for outlier, adversarial and drift detection.",21.0,28,False,2024-01-22 16:25:25.000,0.11.5,37.0,alibi-detect,,,,,422.0,416.0,https://pypi.org/project/alibi-detect,25237.0,25237.0,,,,,,,,2.0,,2024-01-22 16:14:47.000,6.0,,,,,,,,,,,,,,,,,, +379,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,2023-11-29 06:22:47.000000,2023-11-29 06:22:42,364.0,1.0,253.0,48.0,311.0,232.0,184.0,1719.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,42.0,28,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],287.0,286.0,https://pypi.org/project/tensorflow-recommenders,446116.0,446116.0,,,,,,,,2.0,,2023-02-03 02:17:00.422,1.0,,,,,,,,,,,,,,,,,, +380,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-02-14 15:14:08.000000,2024-02-14 15:12:14,193.0,21.0,194.0,32.0,19.0,2.0,83.0,1576.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,28,True,2024-02-14 15:14:08.000,0.1.806,83.0,autoviz,conda-forge/autoviz,,,,621.0,614.0,https://pypi.org/project/autoviz,28852.0,30403.0,https://anaconda.org/conda-forge/autoviz,2024-01-12 00:07:56.129,46549.0,,,,,3.0,,2024-02-14 15:14:08.000,7.0,,,,,,,,,,,,,,,,,, +381,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2023-10-27 06:20:12.000000,2023-10-20 21:52:11,1051.0,,209.0,53.0,201.0,28.0,275.0,1563.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,28,True,2023-09-30 19:50:08.000,0.5.3,10.0,scispacy,,,,,842.0,842.0,https://pypi.org/project/scispacy,29340.0,29340.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +382,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,379.0,89.0,155.0,1556.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,28,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],52.0,50.0,https://pypi.org/project/pgl,1524.0,1524.0,,,,,,,,2.0,,2023-09-26 07:49:38.000,2.0,,,,,,,,,,,,,,,,,, +383,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-02-05 13:05:06.000000,2024-02-05 13:04:58,568.0,45.0,396.0,31.0,49.0,13.0,121.0,1349.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,28,False,2023-03-02 15:10:38.000,2.3.1,24.0,minisom,,,,,552.0,530.0,https://pypi.org/project/minisom,25218.0,25218.0,,,,,,,,2.0,,2023-03-02 15:10:03.003,22.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,2024-02-12 21:44:48.000000,2024-02-12 21:44:47,1415.0,34.0,275.0,74.0,104.0,34.0,53.0,1231.0,Model analysis tools for TensorFlow.,57.0,28,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,72934.0,72934.0,,,,,,,,2.0,,2023-08-14 20:39:41.000,23.0,,,,,,,,,,,,,,,,,, +385,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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,336.0,71.0,87.0,27.0,26.0,1199.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1440.0,1296.0,https://pypi.org/project/empyrical,30836.0,31197.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26021.0,,,,,2.0,,2020-10-13 21:29:19.000,144.0,,,,,,,,,,,,,,,,,, +386,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2023-12-24 14:31:48.000000,2023-06-06 09:46:40,415.0,,326.0,39.0,300.0,23.0,200.0,1189.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,350.0,336.0,https://pypi.org/project/pyswarms,30787.0,30787.0,,,,,,,,2.0,,2021-01-03 21:34:15.000,14.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-01-11 20:36:11.000000,2023-12-21 17:09:15,394.0,8.0,177.0,25.0,31.0,4.0,129.0,1169.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],499.0,489.0,https://pypi.org/project/prince,105806.0,106154.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17786.0,,,,,2.0,,2023-10-11 22:35:06.000,10.0,,,,,,,,,,,,,,,,,, +388,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-08 16:58:25.000000,2024-02-08 16:58:25,2080.0,1.0,248.0,41.0,38.0,67.0,590.0,1133.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,,,,649.0,615.0,https://pypi.org/project/pyclustering,87583.0,88992.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,60407.0,,,,,2.0,484.0,2020-11-25 22:41:20.000,34.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-02-13 10:39:35.000000,2024-01-29 19:56:57,489.0,13.0,107.0,23.0,327.0,33.0,258.0,1105.0,Extra blocks for scikit-learn pipelines.,62.0,28,True,2024-01-29 20:20:07.000,0.7.4,47.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],139.0,131.0,https://pypi.org/project/scikit-lego,29482.0,30504.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,46023.0,,,,,2.0,,2024-01-29 19:55:10.000,8.0,,,,,,,,,,,,,,,,,, +390,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-02-13 17:51:32.000000,2024-02-13 17:51:30,1062.0,47.0,206.0,24.0,130.0,23.0,187.0,1034.0,Survival analysis built on top of scikit-learn.,18.0,28,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],441.0,427.0,https://pypi.org/project/scikit-survival,48660.0,51410.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,74274.0,,,,,2.0,,2023-12-30 23:36:40.000,14.0,,,,,,,,,,,,,,,,,, +391,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,35.0,86.0,88.0,122.0,888.0,A scikit-learn based module for multi-label et. al. classification.,28.0,28,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1466.0,1441.0,https://pypi.org/project/scikit-multilearn,60912.0,60912.0,,,,,,,,2.0,,2018-12-10 16:24:47.000,25.0,,,,,,,,,,,,,,,,,, +392,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-01-08 13:33:30.000000,2024-01-08 13:19:20,1302.0,3.0,149.0,50.0,56.0,23.0,65.0,818.0,Computer Vision in Python.,34.0,28,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1327.0,1199.0,https://pypi.org/project/mahotas,10368.0,19303.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,393163.0,,,,,2.0,,2022-06-28 08:11:26.000,128.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-02-06 01:48:14.000000,2024-02-06 01:48:11,3707.0,8.0,320.0,66.0,681.0,36.0,525.0,812.0,The Classical Language Toolkit.,120.0,28,True,2023-12-27 08:38:14.000,1.2.1,74.0,cltk,,,,,255.0,255.0,https://pypi.org/project/cltk,1818.0,1818.0,,,,,,,,2.0,54.0,,,,,,,,,,,,,,,,,,,, +394,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-01-22 19:48:19.000000,2024-01-22 19:48:19,1915.0,2.0,226.0,19.0,287.0,46.0,265.0,792.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",44.0,28,True,2023-01-08 01:14:38.679,1.4.7,46.0,salib,conda-forge/salib,,,,1119.0,1030.0,https://pypi.org/project/salib,142713.0,144368.0,https://anaconda.org/conda-forge/salib,2023-06-16 13:22:11.263,144031.0,,,,,3.0,,2023-01-08 01:14:38.679,89.0,,,,,,,,,,,,,,,,,, +395,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-02-06 23:27:33.000000,2024-02-06 23:27:32,946.0,10.0,162.0,49.0,83.0,35.0,144.0,743.0,Library for exploring and validating machine learning data.,26.0,28,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",837.0,807.0,https://pypi.org/project/tensorflow-data-validation,195755.0,195764.0,,,,,,,,3.0,642.0,2023-08-14 06:58:23.000,30.0,,,,,,,,,,,,,,,,,, +396,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2024-01-05 18:26:12.000000,2023-10-12 07:20:40,1894.0,,938.0,225.0,454.0,52.0,264.0,15217.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:14:16.000,5.14.0,29.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,48152.0,48555.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,15.0,22216.0,2.0,,,,,,,,,,,,,,,,,,,,, +397,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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,8.0,1387.0,433.0,50.0,98.0,87.0,10317.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,23503.0,23503.0,,,,,,,,2.0,,2022-09-21 20:20:42.649,36.0,,,,,,,,,,,,,,,,,, +398,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,352.0,79.0,48.0,231.0,7883.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,713.0,687.0,https://pypi.org/project/pysc2,1027.0,1424.0,,,,,,,,3.0,31024.0,2022-07-13 12:02:04.256,26.0,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +399,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,,1500.0,132.0,51.0,155.0,141.0,7665.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,143738.0,222196.0,,,,,,,,2.0,3687535.0,2021-04-15 15:17:23.000,43.0,5.0,,,,,,,,,,,,,,,,, +400,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,,1639.0,461.0,698.0,33.0,441.0,7274.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,True,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],40.0,,https://pypi.org/project/tensorlayer,979.0,1001.0,,,,,,,,2.0,1998.0,2022-02-15 02:05:47.000,40.0,,,,,,,,,,,,,,,,,, +401,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,,1351.0,348.0,14.0,42.0,65.0,6276.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1327.0,1285.0,https://pypi.org/project/snownlp,10673.0,10673.0,,,,,,,,3.0,,2015-09-27 16:35:23.000,42.0,,,,,,,,,,,,,,,,,, +402,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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,979.0,146.0,93.0,75.0,305.0,6123.0,A Python scikit for building and analyzing recommender systems.,45.0,27,False,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,141796.0,149959.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,351009.0,,,,,2.0,,2022-09-23 17:17:00.724,50.0,,,,,,,,,,,,,,,,,, +403,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-02-15 08:19:45.000000,2024-01-31 08:27:01,13654.0,430.0,1559.0,142.0,3557.0,811.0,1060.0,5379.0,An Industrial Grade Federated Learning Framework.,100.0,27,True,2023-12-31 15:27:11.000,2.0.0,48.0,ETAF,,,,,,,https://pypi.org/project/ETAF,,,,,,,,,,2.0,,2020-05-06 09:35:40.000,,,,,,,,,,,,,,,,,,, +404,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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,275.0,438.0,221.0,329.0,4808.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'],345.0,305.0,https://pypi.org/project/edward,414.0,414.0,,,,,,,,3.0,16.0,2018-01-22 06:03:05.000,40.0,,,,,,,,,,,,,,,,,, +405,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,953.0,144.0,30.0,46.0,77.0,4188.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,,,,8131.0,7935.0,https://pypi.org/project/vadersentiment,135855.0,136244.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13624.0,,,,,2.0,,2020-05-22 15:07:00.000,196.0,,,,,,,,,,,,,,,,,, +406,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,2023-11-02 03:20:32.000000,2023-11-02 03:20:28,249.0,,812.0,51.0,50.0,62.0,106.0,3995.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,27,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1551.0,1532.0,https://pypi.org/project/facenet-pytorch,50990.0,66315.0,,,,,,,,3.0,781587.0,2021-03-10 01:00:20.000,19.0,,,,,,,,,,,,,,,,,, +407,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-02-09 09:08:43.000000,2023-09-01 03:04:11,1137.0,,714.0,61.0,1012.0,163.0,737.0,3933.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'],116.0,113.0,https://pypi.org/project/mmocr,4816.0,4816.0,,,,,,,,3.0,,2022-05-05 14:21:18.000,3.0,,,,,,,,,,,,,,,,,, +408,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,283.0,226.0,11.0,356.0,3862.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,705459.0,705878.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20965.0,,,,,3.0,,2022-04-21 20:05:56.000,5.0,,,,,,,,,,,,,,,,,, +409,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,,2012-08-24 16:14:59.000,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,5.0,115.0,76.0,66.0,15.0,120.0,3656.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,27,False,2021-08-23 21:02:05.000,6.0.3,12.0,ftfy,conda-forge/ftfy,,,,16862.0,16862.0,https://pypi.org/project/ftfy,4551817.0,4559410.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,280952.0,,,,,2.0,,,,-5.0,,,,,,,,,,,,,,,,, +410,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-02-14 21:45:19.000000,2024-02-14 21:36:13,462.0,14.0,272.0,49.0,454.0,61.0,254.0,3279.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,27,True,2024-01-08 18:51:52.000,0.4.10,23.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,7698.0,8790.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-01-08 20:24:23.326,37944.0,,,,,2.0,368.0,2024-01-08 18:51:52.000,4.0,,,,,,,,,,,,,,,,,, +411,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,,455.0,83.0,245.0,61.0,154.0,3021.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,176.0,174.0,https://pypi.org/project/fastnlp,56218.0,56219.0,,,,,,,,2.0,75.0,2022-10-31 14:47:34.183,2.0,,,,,,,,,,,,,,,,,, +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,,1007.0,167.0,215.0,43.0,146.0,2978.0,Performance analysis of predictive (alpha) stock factors.,25.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,692.0,674.0,https://pypi.org/project/alphalens,2054.0,2336.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20322.0,,,,,3.0,,2020-04-27 21:03:10.000,18.0,,,,,,,,,,,,,,,,,, +413,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,412.0,64.0,932.0,315.0,745.0,2847.0,StellarGraph - Machine Learning on Graphs.,37.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],262.0,254.0,https://pypi.org/project/stellargraph,4883.0,4883.0,,,,,,,,2.0,,2021-02-22 06:35:38.731,8.0,,,,,,,,,,,,,,,,,, +414,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,1.0,264.0,52.0,19.0,34.0,97.0,2780.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2016.0,1996.0,https://pypi.org/project/sweetviz,62256.0,63014.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,27316.0,,,,,3.0,,2023-11-29 13:27:52.000,20.0,,,,,,,,,,,,,,,,,, +415,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,167.0,164.0,113.0,2715.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,27,False,2022-05-11 09:37:12.000,0.13.0,30.0,eli5,conda-forge/eli5,,,,90.0,,https://pypi.org/project/eli5,455843.0,457662.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,147385.0,,,,,2.0,,2022-05-11 09:37:12.000,90.0,4.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-01-27 13:52:04.000000,2024-01-27 13:17:21,1509.0,19.0,601.0,44.0,28.0,1.0,381.0,2707.0,An Open Toolkit for Knowledge Graph Extraction and Construction published at EMNLP2022 System Demonstrations.,31.0,27,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],20.0,20.0,https://pypi.org/project/deepke,699.0,699.0,,,,,,,,2.0,,2023-09-21 04:12:03.000,,,,,,,,,,,,,,,,,,, +417,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-01-22 22:53:21.000000,2024-01-22 22:53:18,1699.0,1.0,420.0,45.0,351.0,26.0,345.0,2617.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",33.0,27,True,2022-04-02 15:26:45.000,3.3.3,70.0,foolbox,conda-forge/foolbox,,,,571.0,557.0,https://pypi.org/project/foolbox,1661.0,1955.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12670.0,,,,,2.0,,2022-04-02 15:26:45.000,14.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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,6.0,597.0,178.0,75.0,23.0,562.0,2593.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,,,,28.0,,https://pypi.org/project/ib_insync,33408.0,34108.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38504.0,,,,,3.0,,2022-11-21 09:32:01.715,28.0,,,,,,,,,,,,,,,,,, +419,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-02-12 11:41:50.000000,2024-02-12 11:41:49,652.0,4.0,282.0,47.0,640.0,144.0,225.0,2270.0,Algorithms for explaining machine learning models.,20.0,27,False,2024-01-22 16:23:03.000,0.9.5,32.0,alibi,,,,,584.0,558.0,https://pypi.org/project/alibi,23139.0,23139.0,,,,,,,,2.0,,2024-01-22 16:14:27.000,26.0,,,,,,,,,,,,,,,,,, +420,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-02-01 18:20:41.000000,2024-02-01 18:20:35,647.0,12.0,225.0,65.0,31.0,58.0,92.0,2190.0,Fast and Easy Infinite Neural Networks in Python.,29.0,27,True,2023-12-11 14:10:12.000,0.6.5,17.0,neural-tangents,,,,,94.0,94.0,https://pypi.org/project/neural-tangents,1812.0,1820.0,,,,,,,,3.0,357.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,,317.0,65.0,38.0,96.0,160.0,2168.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'],361.0,337.0,https://pypi.org/project/hyperas,9793.0,9793.0,,,,,,,,2.0,,2019-02-28 09:16:54.000,24.0,,,,,,,,,,,,,,,,,, +422,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,,245.0,89.0,124.0,31.0,230.0,2153.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 22:46:00.000,0.13.0,29.0,textacy,conda-forge/textacy,,,,1671.0,1671.0,https://pypi.org/project/textacy,31001.0,32705.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,138089.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +423,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-01-24 14:27:34.000000,2021-07-16 09:03:20,66.0,,463.0,39.0,43.0,64.0,58.0,2050.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'],1961.0,1947.0,https://pypi.org/project/efficientnet,61509.0,65979.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,483.0,,,,,3.0,254120.0,2020-09-15 16:26:00.000,14.0,,,,,,,,,,,,,,,,,, +424,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-02-14 21:09:50.000000,2024-02-14 19:57:23,861.0,14.0,446.0,62.0,325.0,113.0,92.0,1851.0,Library for training machine learning models with privacy for training data.,58.0,27,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow-privacy,14101.0,14103.0,,,,,,,,2.0,136.0,2024-02-14 19:08:50.000,15.0,,,,,,,,,,,,,,,,,, +425,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-02-14 04:53:20.000000,2024-02-14 04:53:20,1793.0,212.0,120.0,29.0,141.0,18.0,20.0,1785.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2023-09-10 04:20:57.000,0.4.168,144.0,labml,,,,,134.0,128.0,https://pypi.org/project/labml,3909.0,3909.0,,,,,,,,3.0,,2023-09-10 04:20:57.000,6.0,,,,,,,,,,,,,,,,,, +426,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,,206.0,36.0,1081.0,25.0,496.0,1727.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],268.0,265.0,https://pypi.org/project/lightning-flash,1642.0,2215.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,17192.0,,,,,2.0,,2022-05-11 18:17:54.000,3.0,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +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,,237.0,53.0,446.0,3.0,402.0,1714.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'],220.0,217.0,https://pypi.org/project/farm,2022.0,2116.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3227.0,,,,,2.0,,2020-09-14 15:23:01.000,3.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,2024-02-15 14:02:51.000000,2024-02-15 13:47:30,6293.0,119.0,275.0,47.0,2562.0,307.0,1356.0,1526.0,cuGraph - RAPIDS Graph Analytics Library.,109.0,27,True,2024-02-13 16:02:14.000,24.02.00,34.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,179.0,707.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,17952.0,,,,,2.0,,2020-06-01 20:09:06.000,2.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,74.0,742.0,58.0,168.0,1478.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,,,,,418.0,387.0,https://pypi.org/project/chainercv,2561.0,2561.0,,,,,,,,3.0,,2019-06-12 11:55:40.000,31.0,,,,,,,,,,,,,,,,,, +430,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,4.0,567.0,108.0,283.0,14.0,300.0,1477.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,27,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,148.0,146.0,https://pypi.org/project/tabpy,10214.0,10268.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4479.0,,,,,3.0,,2023-01-30 23:34:02.112,2.0,,,,,,,,,,,,,,,,,, +431,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-01-31 23:20:13.000000,2024-01-24 20:21:30,1451.0,16.0,67.0,19.0,271.0,28.0,52.0,1402.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",27.0,27,True,2024-01-24 20:22:31.947,2.8.16,104.0,usearch,,unum/usearch,,,60.0,49.0,https://pypi.org/project/usearch,40039.0,49737.0,,,,https://hub.docker.com/r/unum/usearch,2024-01-24 20:23:18.734988,1.0,71.0,3.0,973.0,2024-01-09 17:27:36.000,3.0,,,usearch,https://www.npmjs.com/package/usearch,2024-01-24 20:22:31.947,8.0,9585.0,,,,,,,,,,, +432,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,257.0,48.0,184.0,54.0,120.0,1359.0,Metric learning algorithms in Python.,22.0,27,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],363.0,350.0,https://pypi.org/project/metric-learn,14968.0,15226.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11132.0,,,,,3.0,,2023-10-09 04:53:59.000,13.0,,,,,,,,,,,,,,,,,, +433,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-01-31 22:49:08.000000,2024-01-31 09:58:21,4206.0,6.0,285.0,83.0,641.0,18.0,608.0,1245.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,39.0,,https://pypi.org/project/pysal,26700.0,39058.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,531432.0,,,,,3.0,,2024-01-31 22:49:08.000,39.0,,,,,,,,,,,,,,,,,, +434,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-02-07 23:40:06.000000,2024-02-07 23:40:03,16569.0,41.0,359.0,44.0,1612.0,281.0,2959.0,838.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,775.0,828.0,,,,,,,,3.0,6532.0,2023-08-14 19:14:28.000,1.0,,,,,,,,,,,,,,,,,, +435,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-02-15 12:59:00.000000,2024-02-14 13:54:40,2672.0,115.0,101.0,10.0,518.0,25.0,92.0,814.0,Time series forecasting with scikit-learn models.,10.0,27,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],247.0,239.0,https://pypi.org/project/skforecast,58171.0,58171.0,,,,,,,,3.0,,2023-11-16 21:34:56.000,8.0,,,,,,,,,,,,,,,,,, +436,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4242.0,1257.0,557.0,755.0,2543.0,17427.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,26,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,2.0,2.0,https://pypi.org/project/cntk,676.0,823.0,,,,,,,,3.0,14347.0,,,-4.0,,,,,,,,,,,,,,,,, +437,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,,1144.0,180.0,213.0,24.0,533.0,8554.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,,,238.0,,,,,,,,3.0,8831.0,,,,,,,,,,,,,,,,,,,, +438,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-02-05 17:41:34.000000,2023-10-05 16:17:35,6152.0,,513.0,154.0,1903.0,301.0,1328.0,4345.0,ArrayFire: a general purpose GPU library.,88.0,26,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,9.0,,https://pypi.org/project/arrayfire,948.0,1000.0,,,,,,,,3.0,5410.0,2022-02-22 21:42:15.000,9.0,,,,,,,,,,,,,,,,,, +439,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,239.0,215.0,51.0,200.0,4335.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,52.0,51.0,https://pypi.org/project/tensortrade,542.0,638.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3281.0,,,,,3.0,,2021-05-10 18:00:35.000,1.0,,,,,,,,,,,,,,,,,, +440,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,103.0,617.0,89.0,606.0,4164.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],87.0,,https://pypi.org/project/yellowbrick,395599.0,397363.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,74096.0,,,,,2.0,,2022-08-21 16:11:55.287,87.0,,,,,,,,,,,,,,,,,, +441,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,424.0,40.0,52.0,74.0,174.0,4048.0,An Open-Source Framework for Prompt-Learning.,22.0,26,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,100.0,98.0,https://pypi.org/project/openprompt,2638.0,2638.0,,,,,,,,3.0,,2022-07-06 14:27:42.000,2.0,,,,,,,,,,,,,,,,,, +442,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-01-10 12:41:25.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,93.0,48.0,32.0,3448.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,86.0,76.0,https://pypi.org/project/chartify,6956.0,7424.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29502.0,,,,,3.0,,2023-10-12 09:02:25.000,10.0,,,,,,,,,,,,,,,,,, +443,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-01-03 16:45:49.000000,2024-01-03 16:44:47,1195.0,2.0,404.0,83.0,54.0,57.0,202.0,3318.0,A library of reinforcement learning components and agents.,84.0,26,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],189.0,186.0,https://pypi.org/project/dm-acme,1026.0,1234.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8134.0,,,,,2.0,,2022-02-10 06:52:27.000,3.0,,google-deepmind/acme,,,,,,,,,,,,,,,, +444,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-02-15 07:52:13.000000,2023-11-08 16:40:21,1347.0,,336.0,71.0,1262.0,91.0,81.0,3282.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,34.0,26,True,2023-11-08 16:44:23.000,1.0.2,11.0,lit-nlp,conda-forge/lit-nlp,,,,28.0,27.0,https://pypi.org/project/lit-nlp,2740.0,4381.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,67297.0,,,,,2.0,,2023-11-08 16:44:23.000,1.0,,,,,,,,,,,,,,,,,, +445,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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,145.0,237.0,37.0,631.0,3273.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],437.0,435.0,https://pypi.org/project/tensorforce,617.0,617.0,,,,,,,,2.0,,2021-08-30 20:13:45.000,2.0,,,,,,,,,,,,,,,,,, +446,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-01-23 06:02:21.000000,2023-10-30 16:34:46,179.0,,367.0,163.0,84.0,87.0,101.0,3105.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,84937.0,84937.0,,,,,,,,3.0,,2022-01-20 00:16:35.000,7.0,,,,,,,,,,,,,,,,,, +447,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,1.0,1018.0,217.0,3649.0,415.0,1111.0,2992.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,,,,,,,1642.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,129027.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1504.0,3.0,,,,,,,,,,,,shogun,,,,,,,,, +448,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,2023-09-26 21:01:12.000000,2023-09-26 21:01:10,548.0,,468.0,97.0,43.0,82.0,240.0,2705.0,Learning to Rank in TensorFlow.,33.0,26,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,97604.0,97604.0,,,,,,,,3.0,,2023-08-11 17:56:48.000,13.0,,,,,,,,,,,,,,,,,, +449,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-01-22 06:44:51.000000,2024-01-22 06:44:48,3512.0,27.0,329.0,154.0,1166.0,21.0,60.0,2675.0,Neural Network Libraries.,73.0,26,True,2023-12-07 00:57:13.000,1.38.0,73.0,nnabla,,,,,,,https://pypi.org/project/nnabla,3046.0,3057.0,,,,,,,,3.0,907.0,,,,,,,,,,,,,,,,,,,, +450,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-02-05 09:27:05.000000,2022-09-28 17:12:28,249.0,,284.0,29.0,318.0,75.0,38.0,2500.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,26,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],822.0,821.0,https://pypi.org/project/lazypredict,18261.0,18352.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2759.0,,,,,2.0,,2022-09-28 08:51:19.531,1.0,,,,,,,,,,,,,,,,,, +451,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,,708.0,167.0,94.0,134.0,358.0,2454.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,177.0,177.0,,,,,,,,3.0,,2018-11-11 16:46:28.000,2.0,,,,,,,,,,,,,,,,,, +452,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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,453.0,38.0,239.0,52.0,279.0,2421.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,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,37951.0,38188.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6172.0,,,,,2.0,,2023-07-23 13:26:57.000,11.0,,,,,,,,,,,,,,,,,, +453,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-02-12 21:25:02.000000,2024-01-31 19:48:02,86.0,23.0,310.0,29.0,281.0,45.0,311.0,2301.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,26,True,2024-01-09 21:16:07.000,0.1.1,19.0,adapter-transformers,,,,['huggingface'],27.0,20.0,https://pypi.org/project/adapter-transformers,18577.0,18577.0,,,,,,,,3.0,,2023-12-16 14:14:02.000,7.0,,adapter-hub/adapters,,,,,,,,,,,,,,,, +454,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-01-11 19:35:27.000000,2023-11-21 19:33:43,419.0,1.0,783.0,94.0,267.0,165.0,95.0,2252.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",70.0,26,True,2022-09-03 03:41:16.000,0.5.0,10.0,aif360,conda-forge/aif360,,,,383.0,369.0,https://pypi.org/project/aif360,10671.0,10864.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,7940.0,,,,,2.0,,2022-09-03 03:40:40.010,14.0,,,,,,,,,,,,,,,,,, +455,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-02-09 16:45:34.000000,2024-01-30 18:07:43,695.0,34.0,228.0,38.0,142.0,6.0,135.0,2244.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,,,,,162.0,159.0,https://pypi.org/project/norfair,5534.0,5541.0,,,,,,,,3.0,296.0,2022-05-30 21:14:58.000,3.0,,,,,,,,,,,,,,,,,, +456,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-02-15 12:41:15.000000,2023-06-01 12:18:23,739.0,,359.0,43.0,43.0,96.0,56.0,2101.0,A modular active learning framework for Python.,20.0,26,True,2024-02-15 12:41:15.000,0.57.46,607.0,modAL,,,,['sklearn'],11.0,,https://pypi.org/project/modAL,307047.0,307047.0,,,,,,,,3.0,29.0,2024-02-15 12:41:15.000,11.0,,,,,,,,,,,,,,,,,, +457,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-02-10 10:19:11.000000,2024-02-10 10:17:50,226.0,11.0,239.0,47.0,92.0,18.0,115.0,2093.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,26,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",110.0,107.0,https://pypi.org/project/causalnex,2515.0,2515.0,,,,,,,,2.0,,2023-06-22 13:11:59.629,3.0,,mckinsey/causalnex,,,,,,,,,,,,,,,, +458,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,492.0,41.0,24.0,66.0,38.0,2090.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,26,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4704.0,4653.0,https://pypi.org/project/mtcnn,48040.0,48271.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11122.0,,,,,3.0,,2021-07-09 11:16:39.000,51.0,,,,,,,,,,,,,,,,,, +459,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2023-12-06 14:39:14.000000,2023-08-22 16:20:29,468.0,,311.0,63.0,151.0,8.0,91.0,2083.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,26,True,2023-08-07 19:46:52.000,3.2.5,21.0,pytextrank,,,,,575.0,575.0,https://pypi.org/project/pytextrank,41812.0,41812.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +460,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,,198.0,29.0,65.0,35.0,83.0,1969.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,26,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],314.0,307.0,https://pypi.org/project/checklist,11475.0,11658.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6807.0,,,,,2.0,,2021-05-24 16:45:59.000,7.0,,,,,,,,,,,,,,,,,, +461,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-02-13 05:49:50.000000,2024-01-22 21:33:57,892.0,19.0,131.0,33.0,422.0,55.0,343.0,1778.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,26,True,2024-02-13 05:49:50.000,1.1.4.3,24.0,orbit-ml,,,,,46.0,45.0,https://pypi.org/project/orbit-ml,34050.0,34050.0,,,,,,,,3.0,,2023-01-29 22:06:26.764,1.0,,,,,,,,,,,,,,,,,, +462,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-02-13 05:49:50.000000,2024-01-22 21:33:57,892.0,19.0,131.0,33.0,422.0,55.0,343.0,1778.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,26,True,2024-02-13 05:49:50.000,1.1.4.3,24.0,orbit-ml,conda-forge/orbit-ml,,,,46.0,45.0,https://pypi.org/project/orbit-ml,34050.0,34247.0,https://anaconda.org/conda-forge/orbit-ml,2023-12-19 05:59:30.209,4948.0,,,,,3.0,,2023-01-29 22:06:26.764,1.0,,,,,,,,,,,,,,,,,, +463,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,1.0,275.0,42.0,495.0,172.0,151.0,1723.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,154.0,146.0,https://pypi.org/project/petastorm,32901.0,32907.0,,,,,,,,3.0,433.0,2023-02-03 00:33:00.499,8.0,,,,,,,,,,,,,,,,,, +464,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,,156.0,25.0,81.0,42.0,34.0,1658.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,568.0,549.0,https://pypi.org/project/pyts,93718.0,94516.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22345.0,,,,,3.0,,2021-10-31 13:51:09.000,19.0,,,,,,,,,,,,,,,,,, +465,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-02-14 17:14:32.000000,2024-02-14 17:00:02,812.0,73.0,253.0,47.0,637.0,41.0,63.0,1600.0,A lightweight library for PyTorch training tools and utilities.,111.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,6276.0,6276.0,,,,,,,,3.0,,2018-07-29 23:16:03.000,38.0,,,,,,,,,,,,,,,,,, +466,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-02-01 16:55:49.000000,2024-02-01 16:55:49,1031.0,2.0,169.0,18.0,64.0,29.0,327.0,1426.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,34230.0,39745.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,242702.0,,,,,2.0,,2023-10-06 08:49:07.000,84.0,,,,,,,,,,,,,,,,,, +467,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-02-14 20:47:03.000000,2023-06-07 07:35:59,3033.0,,119.0,37.0,336.0,11.0,187.0,1417.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,293.0,275.0,https://pypi.org/project/pycm,46046.0,46046.0,,,,,,,,3.0,,2023-06-07 14:08:01.991,18.0,,,,,,,,,,,,,,,,,, +468,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,2023-11-29 23:41:32.898000,2023-11-29 13:48:39,684.0,4.0,157.0,24.0,124.0,2.0,128.0,1333.0,"Extensible, parallel implementations of t-SNE.",11.0,26,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,753.0,735.0,https://pypi.org/project/opentsne,30429.0,36031.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,235314.0,,,,,3.0,,2023-11-29 14:45:37.000,18.0,,,,,,,,,,,,,,,,,, +469,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,262.0,75.0,481.0,40.0,198.0,1297.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,935.0,908.0,https://pypi.org/project/underthesea,5627.0,5697.0,,,,,,,,3.0,5744.0,2023-09-22 23:50:49.000,27.0,,,,,,,,,,,,,,,,,, +470,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-01-12 01:05:40.000000,2023-12-30 17:46:40,1015.0,5.0,108.0,25.0,114.0,30.0,52.0,1256.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",22.0,26,True,2023-10-05 02:21:28.000,1.4.1,44.0,imodels,,,,,67.0,63.0,https://pypi.org/project/imodels,27950.0,27950.0,,,,,,,,2.0,,2023-10-05 02:20:48.000,4.0,,,,,,,,,,,,,,,,,, +471,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,,172.0,26.0,36.0,1.0,116.0,1222.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1560.0,1527.0,https://pypi.org/project/fancyimpute,18849.0,18849.0,,,,,,,,2.0,,2021-10-21 17:50:40.000,33.0,,,,,,,,,,,,,,,,,, +472,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,191.0,42.0,257.0,66.0,212.0,1213.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,432.0,399.0,https://pypi.org/project/madmom,2488.0,2488.0,,,,,,,,3.0,,2018-11-14 14:56:22.000,33.0,,,,,,,,,,,,,,,,,, +473,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1208.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,,,,488.0,447.0,https://pypi.org/project/streamz,13083.0,23208.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,779658.0,,,,,3.0,,2022-07-27 18:09:03.803,41.0,,,,,,,,,,,,,,,,,, +474,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,,238.0,36.0,68.0,54.0,206.0,1205.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,26,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],118.0,116.0,https://pypi.org/project/innvestigate,833.0,838.0,,,,,,,,2.0,91.0,2023-10-12 14:55:59.000,2.0,,,,,,,,,,,,,,,,,, +475,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,108.0,21.0,103.0,36.0,73.0,1050.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2151.0,2131.0,https://pypi.org/project/submitit,261785.0,262588.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,33767.0,,,,,3.0,,2023-11-09 17:23:02.000,20.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,2024-02-15 00:50:31.000000,2024-02-15 00:50:30,2074.0,203.0,84.0,18.0,762.0,73.0,188.0,1039.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-01-13 02:11:53.000,0.204.0,78.0,metricflow,,,,,19.0,16.0,https://pypi.org/project/metricflow,31340.0,31340.0,,,,,,,,3.0,,2024-02-02 04:36:08.000,3.0,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +477,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-02-15 07:01:21.000000,2024-02-14 20:51:11,1902.0,67.0,364.0,55.0,481.0,156.0,250.0,1027.0,Machine learning on FPGAs using HLS.,59.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,1008.0,1184.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7233.0,,,,,2.0,,2023-12-19 21:00:58.000,,,,,,,,,,,,,,,,,,, +478,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-02-10 09:20:19.000000,2024-02-04 15:21:44,798.0,7.0,114.0,30.0,402.0,68.0,311.0,985.0,BAyesian Model-Building Interface (Bambi) in Python.,36.0,26,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,113.0,104.0,https://pypi.org/project/bambi,21802.0,22561.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,28860.0,,,,,3.0,,2023-10-25 02:06:14.000,9.0,,,,,,,,,,,,,,,,,, +479,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-02-14 08:22:30.000000,2024-02-13 12:59:29,2071.0,1.0,215.0,42.0,586.0,85.0,431.0,964.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,26,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,49.0,,https://pypi.org/project/smac,60717.0,61244.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18455.0,,,,,2.0,,2023-08-01 13:30:07.000,49.0,,,,,,,,,,,,,,,,,, +480,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,2023-11-08 21:55:22.000000,2023-11-08 21:55:22,1142.0,,236.0,62.0,245.0,22.0,365.0,949.0,Search and download Copernicus Sentinel satellite images.,43.0,26,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,571.0,531.0,https://pypi.org/project/sentinelsat,20085.0,20789.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,28102.0,,,,,3.0,262.0,2017-03-06 02:33:09.000,40.0,,,,,,,,,,,,,,,,,, +481,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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,917.0,A Jupyter - Three.js bridge.,30.0,26,True,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],101.0,30.0,https://pypi.org/project/pythreejs,49644.0,58588.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,522202.0,,,,,3.0,,2023-02-20 00:24:01.104,59.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,12.0,3329.0,,,,,,,,,,, +482,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-02-15 10:17:47.000000,2024-02-05 13:23:33,777.0,16.0,59.0,12.0,127.0,43.0,110.0,896.0,Visualize large time series data with plotly.py.,12.0,26,True,2024-01-14 18:45:33.000,0.9.2,61.0,plotly-resampler,conda-forge/plotly-resampler,,,,851.0,840.0,https://pypi.org/project/plotly-resampler,405366.0,406742.0,https://anaconda.org/conda-forge/plotly-resampler,2024-01-23 20:24:24.113,34403.0,,,,,3.0,,2024-01-14 18:35:43.000,11.0,,,,,,,,,,,,,,,,,, +483,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,8.0,94.0,17.0,193.0,98.0,135.0,641.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,26,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,312.0,,https://pypi.org/project/soundfile,1776269.0,1776412.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,17257.0,2023-02-15 15:39:00.786,312.0,,,,,,,,,,,,,,,,,, +484,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-02-09 17:45:26.000000,2024-02-09 17:45:10,567.0,17.0,154.0,31.0,179.0,8.0,98.0,560.0,Machine learning for multivariate data analysis through the Riemannian geometry of symmetric or Hermitian positive..,30.0,26,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],326.0,306.0,https://pypi.org/project/pyriemann,23957.0,24208.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,5039.0,,,,,3.0,,2022-07-17 13:53:18.565,20.0,,,,,,,,,,,,,,,,,, +485,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-02-10 22:13:16.000000,2023-08-23 17:20:54,1241.0,,152.0,20.0,698.0,25.0,208.0,474.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,302.0,285.0,https://pypi.org/project/earthpy,4768.0,6005.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,71753.0,,,,,3.0,,2021-10-01 22:51:04.000,17.0,,,,,,,,,,,,,,,,,, +486,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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,422.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7643.0,7359.0,https://pypi.org/project/sklearn-crfsuite,180916.0,181780.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39781.0,,,,,2.0,,2017-06-22 18:49:27.000,284.0,,,,,,,,,,,,,,,,,, +487,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-02-11 07:50:28.337000,2024-02-11 00:53:13,766.0,23.0,85.0,13.0,30.0,7.0,47.0,359.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,26,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,390.0,365.0,https://pypi.org/project/pymap3d,86369.0,87998.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,66795.0,,,,,3.0,,2024-02-11 00:59:05.000,25.0,,,,,,,,,,,,,,,,,, +488,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,1.0,808.0,148.0,1563.0,114.0,125.0,7878.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,138.0,137.0,https://pypi.org/project/trax,2878.0,2878.0,,,,,,,,3.0,,2021-10-26 20:29:00.538,1.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5769.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,,,,,122.0,119.0,https://pypi.org/project/mmdnn,512.0,561.0,,,,,,,,3.0,3720.0,2020-07-24 06:34:39.000,3.0,,,,,,,,,,,,,,,,,, +490,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,582.0,140.0,31.0,59.0,54.0,5512.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,25,False,,,1.0,flashtext,conda-forge/flashtext,,,,1505.0,1505.0,https://pypi.org/project/flashtext,1019668.0,1020094.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18329.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +491,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,867.0,124.0,63.0,136.0,74.0,5006.0,Image augmentation library in Python for machine learning.,23.0,25,True,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,735.0,706.0,https://pypi.org/project/Augmentor,5668.0,5668.0,,,,,,,,3.0,,2022-04-27 09:29:23.000,29.0,,,,,,,,,,,,,,,,,, +492,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-01-27 02:58:09.000000,2024-01-27 02:54:23,215.0,2.0,293.0,68.0,179.0,22.0,54.0,4872.0,"A data augmentations library for audio, image, text, and video.",34.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,103.0,99.0,https://pypi.org/project/augly,1744.0,1744.0,,,,,,,,3.0,,2023-12-05 20:52:12.000,4.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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,432.0,61.0,90.0,48.0,88.0,4868.0,Finding duplicate images made easy!.,15.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],90.0,85.0,https://pypi.org/project/imagededup,16048.0,16048.0,,,,,,,,3.0,,2023-04-28 17:29:01.612,5.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,2024-02-15 14:07:28.000000,2024-02-15 13:25:24,3445.0,113.0,604.0,94.0,3793.0,207.0,1353.0,4794.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,88.0,25,True,2024-01-30 17:28:04.000,1.34.0,74.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +495,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,159.0,130.0,83.0,101.0,4602.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'],763.0,757.0,https://pypi.org/project/lucid,599.0,599.0,,,,,,,,3.0,,2021-03-19 16:01:00.000,6.0,,,,,,,,,,,,,,,,,, +496,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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,994.0,93.0,63.0,251.0,269.0,4547.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,25,False,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,17151.0,17151.0,,,,,,,,3.0,,2020-01-10 11:36:02.000,28.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-01-21 12:42:30.000000,2023-11-25 05:36:27,4323.0,3.0,559.0,41.0,995.0,209.0,677.0,3070.0,"A unified, comprehensive and efficient recommendation library.",70.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,1902.0,2016.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4466.0,,,,,3.0,,2023-10-31 12:52:34.000,2.0,,,,,,,,,,,,,,,,,, +498,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,6.0,246.0,38.0,2015.0,3.0,648.0,2912.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.0,25,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,3451.0,3551.0,,,,,,,,3.0,2622.0,2023-12-04 07:25:10.000,,,,,,,,,,,,,,,,,,, +499,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,,468.0,97.0,49.0,59.0,253.0,2786.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,,,,706.0,682.0,https://pypi.org/project/neuralcoref,2713.0,3037.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15052.0,,,,,3.0,894.0,2019-04-08 09:56:00.000,24.0,,,,,,,,,,,,,,,,,, +500,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,217.0,49.0,481.0,45.0,70.0,2687.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,,,,,205.0,202.0,https://pypi.org/project/m2cgen,14662.0,14663.0,,,,,,,,3.0,62.0,2022-04-26 01:24:34.000,3.0,,,,,,,,,,,,,,,,,, +501,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,,315.0,93.0,2157.0,206.0,982.0,2669.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",52.0,25,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,1.0,,https://pypi.org/project/pymars,14191.0,14191.0,,,,,,,,3.0,,2022-06-12 11:43:21.000,1.0,,,,,,,,,,,,,,,,,, +502,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,,217.0,65.0,42.0,17.0,23.0,2661.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,,,,894.0,889.0,https://pypi.org/project/knockknock,58630.0,58905.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14304.0,,,,,3.0,,2020-03-16 14:30:23.000,5.0,,,,,,,,,,,,,,,,,, +503,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2024-01-10 07:43:27.000000,2023-07-19 07:40:10,212.0,,135.0,29.0,200.0,18.0,73.0,2654.0,HiPlot makes understanding high dimensional data easy.,9.0,25,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,389.0,374.0,https://pypi.org/project/hiplot,22711.0,26357.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,175020.0,,,,,3.0,,2022-07-05 08:51:12.000,15.0,,,,,,,,,,,,,,,,,, +504,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-01-22 06:09:24.000000,2023-07-01 21:40:58,1936.0,,331.0,40.0,86.0,28.0,157.0,2395.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,1765.0,1765.0,,,,,,,,2.0,,2022-09-04 16:10:00.738,3.0,,,,,,,,,,,,,,,,,, +505,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2070.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,55.0,,https://pypi.org/project/pillow-simd,41682.0,41682.0,,,,,,,,3.0,,2022-01-04 16:11:51.000,55.0,4.0,,,,,,,,,,,,,,,,, +506,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-01-25 19:00:06.000000,2023-07-12 18:14:01,1515.0,,244.0,67.0,59.0,31.0,186.0,2052.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,20.0,25,True,2023-07-12 18:26:08.000,2.0.1,14.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,682.0,682.0,,,,,,,,2.0,,2023-07-12 18:13:00.637,,,,,,,,,,,,,,,,,,, +507,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,160.0,61.0,66.0,65.0,129.0,1793.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,372.0,362.0,https://pypi.org/project/hypertools,521.0,521.0,,,,,,,,3.0,30.0,2022-02-12 02:43:24.000,10.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,,299.0,57.0,1313.0,233.0,810.0,1785.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'],101.0,99.0,https://pypi.org/project/garage,674.0,674.0,,,,,,,,3.0,,2021-03-23 22:18:36.000,2.0,,,,,,,,,,,,,,,,,, +509,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,,266.0,50.0,87.0,23.0,188.0,1484.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],515.0,499.0,https://pypi.org/project/gplearn,5529.0,5677.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6530.0,,,,,3.0,,2022-05-03 10:47:30.000,16.0,,,,,,,,,,,,,,,,,, +510,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,91.0,165.0,103.0,224.0,1355.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'],43.0,42.0,https://pypi.org/project/niftynet,156.0,156.0,,,,,,,,3.0,,2019-10-10 10:59:33.000,1.0,,,,,,,,,,,,,,,,,, +511,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2023-09-27 15:14:50.000000,2023-09-27 15:14:33,667.0,,160.0,47.0,161.0,19.0,378.0,1306.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,25,False,2023-02-16 21:26:00.740,1.6.0,26.0,dalex,conda-forge/dalex,,,,156.0,151.0,https://pypi.org/project/dalex,19012.0,19327.0,https://anaconda.org/conda-forge/dalex,2023-06-16 19:24:13.607,11673.0,,,,,3.0,,2022-09-07 14:45:39.364,5.0,,,,,,,,,,,,,,,,,, +512,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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,322.0,49.0,43.0,94.0,,1300.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'],424.0,416.0,https://pypi.org/project/keras-ocr,25651.0,46504.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,308.0,,,,,3.0,854697.0,2023-11-06 16:35:44.000,8.0,,,,,,,,,,,,,,,,,, +513,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,,141.0,29.0,63.0,7.0,70.0,1275.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'],1361.0,1348.0,https://pypi.org/project/livelossplot,14563.0,14563.0,,,,,,,,3.0,,2022-04-04 16:14:08.000,13.0,,,,,,,,,,,,,,,,,, +514,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,1.0,289.0,55.0,63.0,12.0,109.0,1210.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,,,,,1017.0,987.0,https://pypi.org/project/stockstats,10401.0,10401.0,,,,,,,,3.0,,2023-07-30 07:07:37.000,30.0,,,,,,,,,,,,,,,,,, +515,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,1.0,83.0,34.0,109.0,7.0,18.0,1149.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'],213.0,202.0,https://pypi.org/project/rlax,1662104.0,1662104.0,,,,,,,,3.0,,2023-01-09 22:29:35.947,11.0,,google-deepmind/rlax,,,,,,,,,,,,,,,, +516,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,975.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],424.0,421.0,https://pypi.org/project/neural-structured-learning,15346.0,15346.0,,,,,,,,3.0,,2022-07-29 21:05:16.715,3.0,,,,,,,,,,,,,,,,,, +517,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-02-15 13:03:45.000000,2024-02-15 11:56:49,1514.0,126.0,64.0,13.0,396.0,27.0,455.0,935.0,dstack is an open-source toolkit for running GPU workloads on any cloud. It works seamlessly with any cloud GPU..,17.0,25,True,2024-02-15 09:48:39.000,0.15.1,171.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,1938.0,1938.0,,,,,,,,3.0,,2024-02-14 10:43:16.000,,,,,,,,,,,,,,,,,,, +518,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,,255.0,42.0,72.0,103.0,188.0,913.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,525.0,487.0,https://pypi.org/project/gpyopt,5926.0,5926.0,,,,,,,,2.0,,2020-03-19 11:37:45.000,38.0,,,,,,,,,,,,,,,,,, +519,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-02-01 14:51:21.000000,2024-02-01 14:45:49,245.0,14.0,105.0,15.0,41.0,35.0,27.0,796.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,25,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,544.0,529.0,https://pypi.org/project/detoxify,33080.0,42912.0,,,,,,,,3.0,383455.0,2024-02-01 14:51:21.000,15.0,,,,,,,,,,,,,,,,,, +520,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-01-22 19:27:29.000000,2024-01-22 19:26:50,471.0,5.0,50.0,8.0,53.0,166.0,233.0,574.0,python binding for libvips using cffi.,16.0,25,True,2024-01-04 12:00:44.000,2.2.2,25.0,pyvips,conda-forge/pyvips,,,,716.0,666.0,https://pypi.org/project/pyvips,43462.0,45294.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,73311.0,,,,,3.0,,2024-01-04 12:00:44.000,50.0,,,,,,,,,,,,,,,,,, +521,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-02-14 18:20:32.000000,2024-02-14 18:20:29,3727.0,24.0,67.0,47.0,352.0,24.0,389.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2023-11-14 15:08:13.000,4.0.1,69.0,skll,conda-forge/skll,,,['sklearn'],59.0,41.0,https://pypi.org/project/skll,464.0,952.0,https://anaconda.org/conda-forge/skll,2023-11-15 00:08:06.079,13194.0,,,,,3.0,13.0,2023-11-14 15:04:40.000,18.0,,,,,,,,,,,,,,,,,, +522,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-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,64.0,16.0,13.0,34.0,7.0,508.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,,,,3697.0,,https://pypi.org/project/whoosh,365334.0,372245.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,228085.0,,,,,3.0,,2016-04-04 01:19:40.000,3697.0,,,,,,,,,,,,,,,,,, +523,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2023-12-26 16:13:16.000000,2023-12-26 16:13:16,6706.0,30.0,143.0,36.0,394.0,37.0,134.0,367.0,Neuroimaging in Python FMRI analysis package.,69.0,25,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,273.0,222.0,https://pypi.org/project/nipy,1219.0,2566.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106440.0,,,,,3.0,,2023-12-21 16:45:52.000,51.0,,,,,,,,,,,,,,,,,, +524,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-02-10 05:41:03.000000,2024-02-10 05:41:02,526.0,13.0,54.0,40.0,273.0,18.0,60.0,297.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",37.0,25,False,2024-01-16 10:19:37.000,1.2.6,73.0,gokart,,,,,79.0,74.0,https://pypi.org/project/gokart,4031.0,4031.0,,,,,,,,3.0,,2024-01-16 10:19:37.000,5.0,,,,,,,,,,,,,,,,,, +525,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,138.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'],1122.0,1106.0,https://pypi.org/project/textgenrnn,579.0,591.0,,,,,,,,3.0,894.0,2020-02-02 21:16:15.000,16.0,,,,,,,,,,,,,,,,,, +526,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,2023-12-26 10:14:09.000000,2023-11-19 13:26:15,334.0,3.0,935.0,46.0,32.0,62.0,112.0,4737.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,24,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],184.0,176.0,https://pypi.org/project/scikit-opt,2458.0,2458.0,,,,,,,,3.0,,2022-01-14 08:49:08.000,8.0,,,,,,,,,,,,,,,,,, +527,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,2023-12-31 12:14:36.000000,2021-06-02 09:45:13,150.0,,715.0,101.0,34.0,102.0,113.0,4418.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],127.0,122.0,https://pypi.org/project/ISR,4686.0,4689.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,233.0,3.0,,2020-01-08 15:37:35.000,5.0,,,,,,,,,,,,,,,,,, +528,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,,1370.0,351.0,59.0,51.0,,4250.0,Python Algorithmic Trading Library.,11.0,24,True,,,8.0,pyalgotrade,,,,,203.0,182.0,https://pypi.org/project/pyalgotrade,519.0,519.0,,,,,,,,3.0,,2018-08-21 01:48:25.000,21.0,,,,,,,,,,,,,,,,,, +529,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,,718.0,64.0,247.0,129.0,824.0,3992.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,,,,,36.0,,https://pypi.org/project/stable-baselines,4394.0,4394.0,,,,,,,,3.0,,2021-04-06 12:38:10.521,36.0,,,,,,,,,,,,,,,,,, +530,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-01-29 16:27:55.000000,2024-01-29 16:24:42,1591.0,12.0,503.0,152.0,609.0,69.0,75.0,3507.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,24,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,28.0,28.0,,,,,,,,3.0,,2020-05-27 20:58:01.000,,,,,,,,,,,,,,,,,,, +531,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-01-06 08:42:15.000000,2024-01-06 08:37:53,173.0,2.0,445.0,91.0,78.0,65.0,137.0,3340.0,Generate embeddings from large-scale graph-structured data.,31.0,24,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],3.0,,https://pypi.org/project/torchbiggraph,299696.0,299699.0,,,,,,,,2.0,175.0,2019-10-14 16:44:41.000,3.0,,,,,,,,,,,,,,,,,, +532,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,108.0,396.0,3142.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],123.0,122.0,https://pypi.org/project/parl,643.0,643.0,,,,,,,,3.0,,2022-05-13 04:46:41.000,1.0,,,,,,,,,,,,,,,,,, +533,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,5.0,221.0,55.0,36.0,73.0,122.0,3095.0,A GUI for Pandas DataFrames.,15.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],351.0,346.0,https://pypi.org/project/pandasgui,3778.0,4344.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,20969.0,,,,,3.0,,2021-08-14 09:14:51.000,5.0,,,,,,,,,,,,,,,,,, +534,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,,510.0,110.0,73.0,183.0,117.0,3080.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,,,,,125.0,125.0,https://pypi.org/project/xlearn,703.0,766.0,,,,,,,,3.0,4493.0,,,,,,,,,,,,,,,,,,,, +535,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-01-26 20:28:01.000000,2023-12-09 00:22:24,2360.0,1.0,681.0,164.0,60.0,7.0,704.0,3018.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,24,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,,['tensorflow'],,,,,908.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,61702.0,,,,,3.0,4701.0,,,,,,,,,,,,,,,,,,,, +536,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,,679.0,73.0,25.0,117.0,101.0,2974.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'],2906.0,2877.0,https://pypi.org/project/keras-vis,872.0,872.0,,,,,,,,3.0,,2017-07-06 05:11:22.255,29.0,,,,,,,,,,,,,,,,,, +537,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2023-06-30 21:16:15.000000,2023-06-30 21:16:10,470.0,,311.0,66.0,315.0,43.0,124.0,2714.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'],50.0,49.0,https://pypi.org/project/ddsp,1836.0,2169.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14681.0,,,,,3.0,,2022-05-25 17:42:19.000,1.0,,,,,,,,,,,,,,,,,, +538,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,,308.0,28.0,695.0,49.0,150.0,2375.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,87.0,86.0,https://pypi.org/project/promptsource,525.0,525.0,,,,,,,,3.0,,2022-04-18 22:31:03.000,1.0,,,,,,,,,,,,,,,,,, +539,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,,645.0,90.0,29.0,25.0,52.0,2310.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,,,,,688.0,508.0,https://pypi.org/project/python_speech_features,26278.0,26278.0,,,,,,,,3.0,,2017-08-16 01:46:13.000,180.0,,,,,,,,,,,,,,,,,, +540,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,297.0,65.0,14.0,26.0,46.0,2214.0,Stand-alone language identification system.,9.0,24,False,,,,langid,,,,,10288.0,10288.0,https://pypi.org/project/langid,341446.0,341446.0,,,,,,,,3.0,,,,-4.0,,,,,,,,,,,,,,,,, +541,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,,255.0,57.0,56.0,19.0,50.0,2203.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],662.0,643.0,https://pypi.org/project/pytorch-nlp,5722.0,5722.0,,,,,,,,3.0,,2019-11-04 04:35:18.000,19.0,,,,,,,,,,,,,,,,,, +542,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-02-15 07:22:33.000000,2024-02-15 07:22:29,387.0,2.0,279.0,56.0,14.0,21.0,78.0,2185.0,Beautiful visualizations of how language differs among document types.,14.0,24,True,2017-03-13 05:31:21.000,0.0.2.4.4,18.0,scattertext,conda-forge/scattertext,,,,492.0,492.0,https://pypi.org/project/scattertext,11807.0,12912.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,86243.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +543,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-01-11 20:56:38.000000,2023-10-16 16:49:59,532.0,,198.0,41.0,116.0,62.0,126.0,2114.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,25.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,4921.0,4921.0,,,,,,,,3.0,,2023-12-27 00:46:01.000,,,,,,,,,,,,,,,,,,, +544,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,,244.0,71.0,21.0,93.0,66.0,2078.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,278.0,261.0,https://pypi.org/project/pyflux,27861.0,27861.0,,,,,,,,3.0,,2017-11-21 16:27:06.000,17.0,,,,,,,,,,,,,,,,,, +545,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,7.0,228.0,43.0,36.0,45.0,24.0,1834.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],450.0,428.0,https://pypi.org/project/MulticoreTSNE,1755.0,2694.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,31933.0,,,,,3.0,,2019-01-09 07:23:04.000,22.0,,,,,,,,,,,,,,,,,, +546,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,238.0,49.0,48.0,22.0,91.0,1584.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,337.0,323.0,https://pypi.org/project/sense2vec,1643.0,3685.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35885.0,,,,,3.0,61964.0,2021-04-19 07:05:28.000,14.0,,,,,,,,,,,,,,,,,, +547,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,,120.0,29.0,31.0,58.0,50.0,1564.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'],389.0,384.0,https://pypi.org/project/higher,64639.0,64639.0,,,,,,,,2.0,,2020-07-14 12:20:32.000,5.0,,,,,,,,,,,,,,,,,, +548,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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,1.0,,1529.0,Feature engineering package with sklearn like functionality.,38.0,24,False,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,96.0,,https://pypi.org/project/feature_engine,145834.0,146886.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,44208.0,,,,,3.0,,2023-09-18 14:50:58.000,96.0,,,,,,,,,,,,,,,,,, +549,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,2023-09-20 03:33:51.000000,2023-08-22 14:21:42,580.0,,302.0,55.0,115.0,54.0,30.0,1484.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,,,,,87.0,86.0,https://pypi.org/project/aix360,1364.0,1364.0,,,,,,,,3.0,,2023-07-31 18:54:38.000,1.0,,,,,,,,,,,,,,,,,, +550,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,2023-12-07 16:22:32.000000,2023-11-08 21:41:55,157.0,,162.0,101.0,184.0,35.0,25.0,1473.0,fklearn: Functional Machine Learning.,55.0,24,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,476.0,476.0,,,,,,,,3.0,,2023-11-09 12:59:48.000,,,,,,,,,,,,,,,,,,, +551,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2023-11-18 16:28:54.000000,2023-10-07 11:26:54,2816.0,,169.0,26.0,660.0,109.0,434.0,1450.0,A Python library for learning and evaluating knowledge graph embeddings.,36.0,24,True,2023-02-22 18:29:02.145,1.10.1,46.0,pykeen,,,,,5.0,,https://pypi.org/project/pykeen,3258.0,3262.0,,,,,,,,2.0,177.0,2023-02-22 18:29:02.145,5.0,,,,,,,,,,,,,,,,,, +552,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-02-14 08:51:56.000000,2024-02-14 08:51:56,1253.0,43.0,107.0,32.0,158.0,71.0,137.0,1370.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.0,24,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,222.0,233.0,,,,,,,,3.0,492.0,2024-01-20 15:33:09.000,,,,,,,,,,,,,,,,,,, +553,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,204.0,53.0,460.0,143.0,293.0,1175.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'],74.0,65.0,https://pypi.org/project/tf-encrypted,414.0,414.0,,,,,,,,3.0,,2022-11-16 09:12:55.841,9.0,,,,,,,,,,,,,,,,,, +554,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-02-06 13:53:10.000000,2023-12-24 06:07:13,78.0,2.0,226.0,20.0,18.0,4.0,87.0,1160.0,Implementation of the node2vec algorithm.,13.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,571.0,550.0,https://pypi.org/project/node2vec,86918.0,87313.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27294.0,,,,,2.0,,2022-08-01 11:35:00.616,21.0,,,,,,,,,,,,,,,,,, +555,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,73.0,415.0,75.0,147.0,1145.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,,,,,169.0,159.0,https://pypi.org/project/chainerrl,476.0,476.0,,,,,,,,3.0,,2020-02-14 05:35:56.000,10.0,,,,,,,,,,,,,,,,,, +556,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-02-12 12:03:03.000000,2019-08-16 09:00:15,140.0,,107.0,12.0,21.0,16.0,15.0,1048.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,4953.0,4652.0,https://pypi.org/project/gputil,424594.0,424594.0,,,,,,,,3.0,,2018-12-18 09:12:13.000,301.0,,,,,,,,,,,,,,,,,, +557,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,48.0,112.0,52.0,170.0,963.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,333.0,283.0,https://pypi.org/project/scikit-cuda,562.0,562.0,,,,,,,,3.0,,2019-05-27 00:29:00.000,50.0,,,,,,,,,,,,,,,,,, +558,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-02-02 10:10:24.000000,2024-02-02 10:10:23,729.0,2.0,143.0,16.0,102.0,29.0,233.0,923.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'],75.0,,https://pypi.org/project/torch-sparse,21502.0,27172.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,249519.0,,,,,2.0,,2023-10-06 08:51:55.000,75.0,,,,,,,,,,,,,,,,,, +559,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],51.0,4.0,https://pypi.org/project/gmaps,5090.0,10043.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,310843.0,,,,,3.0,,2021-12-15 15:42:57.506,44.0,4.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,1116.0,,,,,,,,,,, +560,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,34.0,25.0,34.0,236.0,739.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,,,,,179.0,166.0,https://pypi.org/project/neupy,2684.0,2684.0,,,,,,,,3.0,,2019-04-04 19:43:06.000,13.0,,,,,,,,,,,,,,,,,, +561,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,74.0,13.0,48.0,20.0,53.0,699.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1220.0,1220.0,https://pypi.org/project/pysbd,277938.0,278119.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5088.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +562,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,,138.0,131.0,91.0,43.0,67.0,649.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'],201.0,186.0,https://pypi.org/project/mapboxgl,14511.0,14511.0,,,,,,,,3.0,,2019-06-02 16:02:54.380,15.0,,,,,,,,,,,,,,,,,, +563,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2023-11-30 08:29:05.000000,2023-10-26 19:25:33,460.0,,101.0,23.0,86.0,15.0,94.0,646.0,"Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave and AIFF files with python 2..",26.0,24,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,112.0,,https://pypi.org/project/tinytag,22431.0,22431.0,,,,,,,,3.0,,2023-10-26 19:30:36.000,112.0,6.0,,,,,,,,,,,,,,,,, +564,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-02-13 16:01:19.000000,2024-02-13 16:01:13,889.0,28.0,106.0,43.0,91.0,56.0,45.0,613.0,Bias Auditing & Fair ML Toolkit.,20.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,156.0,149.0,https://pypi.org/project/aequitas,4560.0,4560.0,,,,,,,,3.0,,2024-01-30 12:03:19.000,7.0,,,,,,,,,,,,,,,,,, +565,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-02-15 12:57:54.000000,2024-02-13 14:48:40,856.0,25.0,80.0,9.0,713.0,87.0,432.0,589.0,Automated modeling and machine learning framework FEDOT.,32.0,24,True,2024-01-23 15:03:23.000,0.7.3,20.0,fedot,,,,,47.0,44.0,https://pypi.org/project/fedot,807.0,807.0,,,,,,,,2.0,,2024-01-23 13:46:00.000,3.0,,aimclub/FEDOT,,,,,,,,,,,,,,,, +566,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-01-26 19:51:44.000000,2024-01-26 19:51:43,835.0,8.0,135.0,29.0,85.0,35.0,75.0,584.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,24,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,411.0,387.0,https://pypi.org/project/ml-metadata,56147.0,56182.0,,,,,,,,3.0,2119.0,2023-08-10 00:37:12.000,24.0,,,,,,,,,,,,,,,,,, +567,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-02-10 13:12:00.000000,2024-02-10 13:11:04,343.0,32.0,85.0,7.0,19.0,,85.0,525.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code.,17.0,24,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,67.0,65.0,https://pypi.org/project/featurewiz,13691.0,13691.0,,,,,,,,2.0,,2024-02-10 13:12:00.000,2.0,,,,,,,,,,,,,,,,,, +568,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-02-05 23:14:28.000000,2024-01-24 01:39:16,963.0,11.0,173.0,24.0,830.0,100.0,385.0,505.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,24,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,782.0,3092.0,,,,,,,,3.0,71631.0,2023-10-01 02:24:07.000,,,,,,,,,,,,,,,,,,, +569,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,9.0,17.0,11.0,12.0,503.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'],4347.0,4182.0,https://pypi.org/project/findspark,1751425.0,1761086.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,888816.0,,,,,3.0,,2022-02-11 08:02:06.000,165.0,,,,,,,,,,,,,,,,,, +570,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,2023-10-20 17:29:31.000000,2023-10-20 17:29:28,575.0,,84.0,29.0,317.0,75.0,27.0,364.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],351.0,344.0,https://pypi.org/project/tensorflow-cloud,36105.0,36105.0,,,,,,,,3.0,,2021-06-17 01:15:10.000,7.0,,,,,,,,,,,,,,,,,, +571,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,2023-12-20 16:14:39.221000,2023-12-13 18:28:10,521.0,1.0,38.0,5.0,12.0,6.0,47.0,318.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,13.0,24,True,2023-12-19 14:22:21.000,0.8.1,24.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],637.0,608.0,https://pypi.org/project/scikit-posthocs,96431.0,119188.0,https://anaconda.org/conda-forge/scikit-posthocs,2023-12-20 16:14:39.221,910314.0,,,,,3.0,39.0,2023-12-19 14:22:21.000,29.0,,,,,,,,,,,,,,,,,, +572,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-02-05 21:45:43.000000,2024-02-05 21:45:39,2539.0,28.0,59.0,8.0,237.0,31.0,79.0,254.0,Python recommendation toolkit.,13.0,24,False,2024-01-22 01:47:07.000,0.14.3,24.0,lenskit,conda-forge/lenskit,,,,103.0,97.0,https://pypi.org/project/lenskit,1221.0,1839.0,https://anaconda.org/conda-forge/lenskit,2024-01-22 16:23:58.143,24138.0,,,,,3.0,,2024-01-22 01:45:59.000,6.0,,,,,,,,,,,,,,,,,, +573,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7978.0,Production infrastructure for machine learning at scale.,25.0,23,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,1118.0,1118.0,,,,,,,,3.0,,2022-09-23 17:40:01.770,1.0,,,,,,,,,,,,,,,,,, +574,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,3.0,728.0,105.0,588.0,59.0,345.0,5741.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,23,True,2020-04-03 19:06:25.000,0.4.0,1.0,t5,,,,['tensorflow'],,,https://pypi.org/project/t5,14081.0,14081.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +575,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-01-18 21:14:52.000000,2024-01-03 14:54:33,1095.0,2.0,881.0,117.0,675.0,238.0,542.0,5374.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,23,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,314.0,314.0,,,,,,,,3.0,,2020-06-12 22:15:02.000,1.0,,,,,,,,,,,,,,,,,, +576,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-02-14 01:22:29.000000,2024-02-12 23:18:11,1559.0,13.0,821.0,144.0,1467.0,326.0,398.0,4933.0,Simple and Distributed Machine Learning.,116.0,23,True,2023-11-27 21:27:39.000,1.0.2,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,,,,,,,,,,3.0,,2020-03-18 01:27:31.000,,,,,,,,,,,,,,,,,,, +577,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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1310.0,305.0,209.0,66.0,208.0,4626.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,1860.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143256.0,3.0,,,,,,,,,,,,,,,,,,,,, +578,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,137.0,649.0,66.0,197.0,3855.0,Snips Python library to extract meaning from text.,22.0,23,False,2020-01-15 09:51:41.000,0.20.2,58.0,snips-nlu,,,,,,,https://pypi.org/project/snips-nlu,2275.0,2275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +579,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,889.0,178.0,385.0,33.0,430.0,3810.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,23,False,2019-10-09 19:24:22.000,2.2,2.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,83.0,83.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +580,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,,529.0,175.0,50.0,65.0,49.0,3477.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],59.0,56.0,https://pypi.org/project/adanet,116.0,116.0,,,,,,,,3.0,,2020-07-09 21:03:28.000,3.0,,,,,,,,,,,,,,,,,, +581,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-02-01 21:14:40.000000,2024-01-26 14:45:27,410.0,4.0,324.0,52.0,414.0,79.0,106.0,3195.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'],35.0,34.0,https://pypi.org/project/vissl,149.0,149.0,,,,,,,,3.0,,2021-11-02 15:36:07.000,1.0,,,,,,,,,,,,,,,,,, +582,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,,237.0,43.0,110.0,80.0,64.0,2851.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,9587.0,9589.0,,,,,,,,3.0,121.0,2021-07-01 17:11:02.000,6.0,,,,,,,,,,,,,,,,,, +583,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-02-08 00:07:24.000000,2023-12-15 22:50:38,766.0,1.0,362.0,92.0,547.0,144.0,92.0,2738.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,23,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-graphics,14229.0,14229.0,,,,,,,,3.0,,2021-12-03 22:33:39.000,9.0,,,,,,,,,,,,,,,,,, +584,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-02-15 14:46:35.000000,2024-01-21 06:34:10,937.0,2.0,173.0,20.0,76.0,93.0,169.0,2705.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,37.0,36.0,https://pypi.org/project/ffcv,1240.0,1240.0,,,,,,,,3.0,,2022-01-28 20:40:22.000,1.0,,,,,,,,,,,,,,,,,, +585,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,2017-05-05 02:27:30.000,2023-12-15 03:22:16.000000,2023-12-15 03:22:08,3454.0,2.0,732.0,108.0,3871.0,533.0,855.0,2596.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,23,True,2022-01-25 00:22:00.888,0.11.2,418.0,analytics-zoo,,,,['spark'],5.0,4.0,https://pypi.org/project/analytics-zoo,419.0,419.0,,,,,,,,3.0,,2022-08-22 20:19:01.213,1.0,,,,,,,,,,,,,,,,,, +586,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,27.0,350.0,2376.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],62.0,62.0,https://pypi.org/project/kashgari-tf,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +587,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,329.0,78.0,55.0,154.0,68.0,2233.0,Multilingual text (NLP) processing toolkit.,26.0,23,False,,,,polyglot,,,,,1174.0,1174.0,https://pypi.org/project/polyglot,55099.0,55099.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +588,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,,302.0,67.0,78.0,64.0,68.0,2099.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'],29.0,26.0,https://pypi.org/project/sru,1797.0,1797.0,,,,,,,,3.0,,2021-06-17 23:33:37.000,3.0,,,,,,,,,,,,,,,,,, +589,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,2023-11-15 21:03:09.000000,2023-07-01 21:39:32,2288.0,,236.0,37.0,37.0,13.0,109.0,2047.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,17.0,23,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,228.0,222.0,https://pypi.org/project/karateclub,5783.0,6299.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22208.0,,,,,3.0,,2022-10-22 16:17:27.886,6.0,,,,,,,,,,,,,,,,,, +590,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,,671.0,81.0,48.0,24.0,64.0,2024.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,487.0,475.0,https://pypi.org/project/finta,7154.0,7154.0,,,,,,,,3.0,,2020-10-21 11:39:44.000,12.0,,,,,,,,,,,,,,,,,, +591,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,,238.0,45.0,33.0,51.0,90.0,1906.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'],161.0,161.0,https://pypi.org/project/torchmeta,3914.0,3914.0,,,,,,,,3.0,,2021-09-20 16:06:33.000,,,,,,,,,,,,,,,,,,, +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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,9.0,341.0,42.0,68.0,161.0,95.0,1841.0,Super easy library for BERT based NLP models.,36.0,23,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,1651.0,1651.0,,,,,,,,3.0,,2024-01-30 11:59:18.000,2.0,,,,,,,,,,,,,,,,,, +593,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,2023-12-05 17:37:33.000000,2023-12-04 14:09:45,571.0,2.0,121.0,56.0,447.0,60.0,102.0,1780.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,23,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,96.0,89.0,https://pypi.org/project/hivemind,4124.0,4124.0,,,,,,,,3.0,,2023-08-31 20:07:10.000,7.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,45.0,14.0,57.0,35.0,1761.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,23,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",256.0,245.0,https://pypi.org/project/hiddenlayer,1268.0,1268.0,,,,,,,,3.0,,2020-04-24 07:32:11.000,11.0,,,,,,,,,,,,,,,,,, +595,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-02-04 20:37:53.000000,2024-02-04 20:37:53,1083.0,10.0,262.0,33.0,38.0,24.0,176.0,1723.0,A library for graph deep learning research.,49.0,23,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,358.0,358.0,,,,,,,,3.0,,2015-08-23 10:30:20.000,8.0,,,,,,,,,,,,,,,,,, +596,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1606.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,23,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],179.0,171.0,https://pypi.org/project/talos,829.0,829.0,,,,,,,,3.0,,2022-05-28 10:07:34.000,8.0,,,,,,,,,,,,,,,,,, +597,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,203.0,45.0,12.0,4.0,51.0,1555.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,23,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],211.0,209.0,https://pypi.org/project/geffnet,5655.0,5655.0,,,,,,,,3.0,,2021-07-08 19:05:05.000,2.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,,259.0,50.0,312.0,99.0,17.0,1499.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,19274.0,19274.0,,,,,,,,3.0,,2022-05-15 21:06:13.000,30.0,,,,,,,,,,,,,,,,,, +599,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-02-13 09:45:09.000000,2024-02-13 09:48:34,1190.0,21.0,118.0,28.0,68.0,2.0,29.0,1468.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.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,7220.0,7220.0,,,,,,,,3.0,13.0,2022-06-27 19:59:57.000,7.0,,,,,,,,,,,,,,,,,, +600,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-01-31 00:08:40.000000,2024-01-06 08:35:06,342.0,2.0,292.0,40.0,253.0,69.0,193.0,1417.0,A framework for Privacy Preserving Machine Learning.,33.0,23,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,316.0,316.0,,,,,,,,3.0,,2022-12-08 22:11:59.883,1.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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1262.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],62.0,61.0,https://pypi.org/project/sklearn-porter,353.0,353.0,,,,,,,,3.0,,2019-12-18 13:39:19.000,1.0,,,,,,,,,,,,,,,,,, +602,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-02-07 11:53:44.000000,2023-12-09 21:53:10,773.0,4.0,182.0,18.0,259.0,77.0,94.0,1236.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,23,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,76643.0,76643.0,,,,,,,,3.0,,2023-10-27 03:54:06.000,6.0,,,,,,,,,,,,,,,,,, +603,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,,170.0,32.0,86.0,16.0,32.0,1209.0,"A program for financial portfolio management, analysis and optimisation.",11.0,23,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,88.0,88.0,https://pypi.org/project/FinQuant,526.0,526.0,,,,,,,,3.0,,2023-09-04 06:57:56.000,,,,,,,,,,,,,,,,,,, +604,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,184.0,34.0,73.0,3.0,86.0,1032.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'],214.0,205.0,https://pypi.org/project/keract,4274.0,4274.0,,,,,,,,3.0,,2022-09-25 14:40:40.377,9.0,,,,,,,,,,,,,,,,,, +605,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-01-08 07:04:51.000000,2023-03-29 07:39:45,85.0,,82.0,26.0,54.0,32.0,28.0,933.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,True,2020-02-13 09:57:47.000,1.0.6,4.0,youtokentome,conda-forge/youtokentome,,,,605.0,605.0,https://pypi.org/project/youtokentome,46279.0,47692.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,40984.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +606,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,,149.0,23.0,46.0,15.0,82.0,907.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2377.0,2362.0,https://pypi.org/project/kapre,1113.0,1113.0,,,,,,,,3.0,26.0,2022-01-21 20:09:21.000,15.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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,108.0,26.0,36.0,34.0,69.0,873.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],597.0,585.0,https://pypi.org/project/pandas-bokeh,23468.0,23468.0,,,,,,,,3.0,,2021-04-11 17:43:13.000,12.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,219.0,218.0,849.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,90.0,90.0,https://pypi.org/project/guildai,1103.0,1103.0,,,,,,,,3.0,14.0,2022-05-11 01:13:31.000,,,,,,,,,,,,,,,,,,, +609,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-02-02 01:53:52.000000,2024-02-01 20:37:52,285.0,9.0,248.0,46.0,18.0,9.0,91.0,801.0,Data compression in TensorFlow.,21.0,23,True,2024-02-02 01:53:52.000,2.15.0,24.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,8206.0,8206.0,,,,,,,,3.0,,2024-02-02 01:38:32.000,2.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-02-12 19:42:13.000000,2024-02-04 09:11:51,596.0,2.0,129.0,16.0,56.0,30.0,122.0,737.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,33.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,11194.0,13186.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,89684.0,,,,,3.0,,2023-10-12 06:52:43.000,45.0,,,,,,,,,,,,,,,,,, +611,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,2023-09-26 00:20:33.000000,2023-09-26 00:20:33,398.0,,155.0,17.0,72.0,35.0,106.0,675.0,Ternary plotting library for python with matplotlib.,27.0,23,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,190.0,163.0,https://pypi.org/project/python-ternary,42369.0,43212.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79320.0,,,,,3.0,25.0,2021-02-17 18:38:15.000,27.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,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,81.0,21.0,8.0,23.0,41.0,642.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'],421.0,400.0,https://pypi.org/project/pivottablejs,20881.0,20911.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2880.0,,,,,3.0,,2018-01-15 18:14:37.000,21.0,,,,,,,,,,,,,,,,,, +613,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,3.0,67.0,26.0,433.0,10.0,237.0,631.0,torchbearer: A model fitting library for PyTorch.,14.0,23,True,2023-12-01 18:41:20.000,0.5.5,26.0,torchbearer,,,,['pytorch'],86.0,86.0,https://pypi.org/project/torchbearer,301.0,301.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +614,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-02-06 03:34:11.000000,2023-08-10 03:20:53,1214.0,,64.0,7.0,207.0,18.0,109.0,491.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],230.0,225.0,https://pypi.org/project/happytransformer,3116.0,3116.0,,,,,,,,3.0,,2023-08-05 22:54:02.000,5.0,,,,,,,,,,,,,,,,,, +615,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-02-01 02:10:42.000000,2024-02-01 02:10:41,658.0,8.0,62.0,30.0,443.0,13.0,91.0,367.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,23,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],87.0,4.0,https://pypi.org/project/vega,32573.0,38828.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,575530.0,,,,,3.0,,2023-04-12 02:09:01.110,83.0,,,,,,,,,,,,,,,,,, +616,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,6.0,48.0,17.0,2.0,11.0,3.0,366.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,23,True,2024-02-08 01:53:44.000,0.1.3,14.0,suod,,,,,504.0,502.0,https://pypi.org/project/suod,13991.0,13991.0,,,,,,,,3.0,,2024-02-08 01:53:44.000,2.0,,,,,,,,,,,,,,,,,, +617,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,204.0,275.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,106.0,98.0,https://pypi.org/project/orion,1051.0,1051.0,,,,,,,,3.0,,2022-08-22 17:10:40.826,8.0,,,,,,,,,,,,,,,,,, +618,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,545.0,83.0,37.0,59.0,26.0,10713.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,43.0,43.0,https://pypi.org/project/prettymaps,843.0,935.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2302.0,,,,,3.0,,2021-10-19 13:33:43.000,,,,,,,,,,,,,,,,,,, +619,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,789.0,169.0,1588.0,61.0,74.0,6356.0,A natural language modeling framework based on PyTorch.,234.0,22,False,2020-06-08 23:30:58.000,0.3.3,9.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,109.0,114.0,,,,,,,,3.0,354.0,,,,,,,,,,,,,,,,,,,, +620,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,262.0,68.0,115.0,135.0,6253.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,115.0,115.0,,,,,,,,3.0,,2015-04-19 21:20:16.000,3.0,,,,,,,,,,,,,,,,,, +621,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1166.0,97.0,48.0,379.0,280.0,6128.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,22,True,,,1.0,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,23.0,23.0,,,,,,,,3.0,,2020-01-15 23:51:07.000,,,,,,,,,,,,,,,,,,, +622,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,2023-04-10 13:46:12.000000,2022-05-30 07:32:06,3344.0,,808.0,232.0,109.0,56.0,620.0,4852.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,22,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,22.0,,,,,,,,3.0,1501.0,,,,,,,,,,,,,,,,,,,, +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-02-15 09:54:23.000000,2023-01-15 11:37:16,279.0,,901.0,112.0,99.0,147.0,349.0,4560.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,12142.0,12142.0,,,,,,,,3.0,,2021-12-13 01:36:44.000,2.0,,,,,,,,,,,,,,,,,, +624,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,,324.0,75.0,37.0,95.0,74.0,4384.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,494.0,494.0,,,,,,,,3.0,,2022-03-13 19:09:50.000,,,,,,,,,,,,,,,,,,, +625,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3866.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,,,,1.0,,https://pypi.org/project/nervananeon,97.0,121.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1887.0,,,,,3.0,384.0,2018-01-05 23:25:04.000,1.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,,654.0,77.0,53.0,176.0,101.0,3360.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'],7.0,,https://pypi.org/project/gpt-2-simple,3345.0,3354.0,,,,,,,,3.0,552.0,2021-10-18 01:47:20.000,7.0,,,,,,,,,,,,,,,,,, +627,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-01-01 21:29:17.000000,2024-01-01 21:13:34,684.0,1.0,497.0,214.0,16.0,24.0,4.0,3297.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,11.0,11.0,https://pypi.org/project/finmarketpy,255.0,255.0,,,,,,,,3.0,51.0,2024-01-01 21:29:17.000,,,,,,,,,,,,,,,,,,, +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,,379.0,208.0,9.0,6.0,16.0,3141.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],145.0,142.0,https://pypi.org/project/trfl,1160.0,1160.0,,,,,,,,3.0,,2021-08-16 12:19:16.000,3.0,,google-deepmind/trfl,,,,,,,,,,,,,,,, +629,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-02-09 02:07:58.000000,2023-11-05 09:58:06,2685.0,,1064.0,132.0,1035.0,53.0,72.0,3043.0,a distributed deep learning platform.,85.0,22,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,63.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,734.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,5840.0,3.0,,,,,,,,,,,,,,,,,,,,, +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-02-06 00:06:40.000000,2021-05-06 12:10:38,127.0,,155.0,50.0,60.0,2.0,30.0,2998.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,,,,47.0,47.0,https://pypi.org/project/opyrator,442.0,498.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1419.0,,,,,3.0,,2021-05-04 18:48:03.000,,,,,,,,,,,,,,,,,,, +631,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,,400.0,131.0,136.0,52.0,128.0,2396.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,,,10.0,luminoth,,,,['tensorflow'],52.0,52.0,https://pypi.org/project/luminoth,1645.0,1812.0,,,,,,,,3.0,12734.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,,371.0,79.0,144.0,33.0,126.0,2381.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 03:54:40.000,0.2.4,6.0,texar,,,,['tensorflow'],27.0,27.0,https://pypi.org/project/texar,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +633,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2024-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,155.0,24.0,33.0,30.0,31.0,1865.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,327.0,495.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4355.0,,,,,3.0,72.0,2022-01-09 21:14:50.000,1.0,,,,,,,,,,,,,,,,,, +634,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2024-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,1.0,105.0,37.0,30.0,26.0,78.0,1771.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,27.0,27.0,https://pypi.org/project/greykite,11622.0,11622.0,,,,,,,,3.0,9.0,2024-01-12 20:13:07.000,,,,,,,,,,,,,,,,,,, +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,,209.0,38.0,111.0,54.0,42.0,1699.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'],156.0,147.0,https://pypi.org/project/sklearn-contrib-lightning,1494.0,3750.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,204267.0,,,,,3.0,411.0,2022-01-30 00:43:43.000,9.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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,15.0,33.0,1634.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'],54.0,48.0,https://pypi.org/project/antialiased-cnns,9217.0,9217.0,,,,,,,,3.0,,2020-10-23 22:42:49.000,6.0,,,,,,,,,,,,,,,,,, +637,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,98.0,45.0,187.0,216.0,1633.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,763.0,763.0,,,,,,,,3.0,42.0,2018-02-22 01:13:03.000,7.0,,,,,,,,,,,,,,,,,, +638,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,,115.0,39.0,11.0,33.0,51.0,1611.0,"A fast, efficient universal vector embedding utility package.",4.0,22,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,345.0,333.0,https://pypi.org/project/pymagnitude,1047.0,1047.0,,,,,,,,3.0,,2020-05-25 11:26:36.000,12.0,,,,,,,,,,,,,,,,,, +639,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,288.0,46.0,800.0,71.0,485.0,1586.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,99.0,99.0,,,,,,,,3.0,,2021-05-10 18:56:39.000,,,,,,,,,,,,,,,,,,, +640,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,,187.0,27.0,57.0,21.0,36.0,1251.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'],156.0,151.0,https://pypi.org/project/advertorch,474.0,474.0,,,,,,,,3.0,,2020-06-15 01:20:07.000,5.0,,,,,,,,,,,,,,,,,, +641,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-02-10 16:18:11.000000,2023-10-17 15:42:30,833.0,,309.0,51.0,792.0,5.0,300.0,1199.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:44:13.000,3.1.34,76.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,805.0,805.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,,, +642,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-02-13 00:58:40.000000,2024-02-04 11:57:04,536.0,66.0,123.0,20.0,246.0,8.0,123.0,1152.0,A standard framework for modelling Deep Learning Models for tabular data.,19.0,22,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,5437.0,5437.0,,,,,,,,1.0,24.0,2024-01-15 02:46:25.000,2.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,,215.0,66.0,29.0,31.0,12.0,1140.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,8961.0,8961.0,,,,,,,,3.0,,2017-12-11 06:04:15.000,15.0,,,,,,,,,,,,,,,,,, +644,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-02-06 06:41:55.000000,2023-07-16 15:16:10,420.0,,146.0,93.0,118.0,33.0,45.0,1126.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,100.0,99.0,https://pypi.org/project/pfrl,811.0,811.0,,,,,,,,3.0,,2023-07-16 15:34:00.704,1.0,,,,,,,,,,,,,,,,,, +645,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,86.0,64.0,206.0,1016.0,Line based ATR Engine based on OCRopy.,20.0,22,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,1739.0,1739.0,,,,,,,,3.0,,2023-08-18 11:50:18.000,5.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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,109.0,51.0,98.0,41.0,51.0,1009.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'],217.0,209.0,https://pypi.org/project/tf-explain,1888.0,1888.0,,,,,,,,3.0,,2021-11-18 20:57:29.000,8.0,,,,,,,,,,,,,,,,,, +647,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,2.0,290.0,97.0,121.0,62.0,97.0,997.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'],37.0,,https://pypi.org/project/astroML,1363.0,1905.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42288.0,,,,,3.0,,2022-03-01 20:02:01.000,37.0,,,,,,,,,,,,,,,,,, +648,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,25.0,594.0,63.0,511.0,837.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,3467.0,3467.0,,,,,,,,3.0,,2022-02-10 15:55:46.374,6.0,,,,,,,,,,,,,,,,,, +649,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,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,1.0,82.0,19.0,153.0,24.0,82.0,822.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,22,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,1093.0,1302.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7767.0,,,,,3.0,,2023-10-02 19:57:48.000,1.0,,,,,,,,,,,,,,,,,, +650,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,102.0,29.0,60.0,22.0,74.0,821.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,371.0,367.0,https://pypi.org/project/mlens,3221.0,3221.0,,,,,,,,3.0,,2018-10-30 22:30:43.000,4.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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,75.0,6.0,5.0,4.0,23.0,812.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],421.0,408.0,https://pypi.org/project/iterative-stratification,208119.0,208119.0,,,,,,,,3.0,,2021-10-03 18:49:49.000,13.0,,,,,,,,,,,,,,,,,, +652,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-02-05 16:21:42.000000,2023-11-24 10:43:28,313.0,6.0,129.0,20.0,74.0,5.0,64.0,799.0,An intuitive library to extract features from time series.,18.0,22,True,2023-08-23 07:53:53.000,0.1.6,11.0,tsfel,,,,,112.0,112.0,https://pypi.org/project/tsfel,23232.0,23232.0,,,,,,,,3.0,,2023-08-22 10:46:05.000,,,,,,,,,,,,,,,,,,, +653,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,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,68515.0,68515.0,,,,,,,,3.0,18.0,2019-12-01 01:19:50.000,26.0,,,,,,,,,,,,,,,,,, +654,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-01-14 17:42:25.000000,2024-01-08 12:42:48,1503.0,1.0,79.0,35.0,648.0,22.0,118.0,696.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']",13.0,11.0,https://pypi.org/project/finetune,156.0,156.0,,,,,,,,3.0,,2023-09-29 10:19:51.000,2.0,,,,,,,,,,,,,,,,,, +655,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,683.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,,,,390.0,384.0,https://pypi.org/project/vecstack,23247.0,23304.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1882.0,,,,,3.0,,2019-08-12 16:01:22.000,6.0,,,,,,,,,,,,,,,,,, +656,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,23.0,33.0,661.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],250.0,227.0,https://pypi.org/project/biopandas,84500.0,86228.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,148675.0,,,,,3.0,,2023-08-28 15:32:25.000,23.0,,BioPandas/biopandas,,,,,,,,,,,,,,,, +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,,111.0,27.0,23.0,57.0,35.0,596.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,,,,428.0,406.0,https://pypi.org/project/hpbandster,12662.0,13145.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18359.0,,,,,3.0,,2018-11-06 12:56:55.000,22.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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,578.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],141.0,136.0,https://pypi.org/project/rfpimp,19780.0,19780.0,,,,,,,,3.0,,2021-01-28 23:19:33.000,5.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,,90.0,26.0,32.0,28.0,6.0,576.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'],367.0,360.0,https://pypi.org/project/skope-rules,14519.0,14519.0,,,,,,,,3.0,,2020-01-25 12:01:37.000,7.0,,,,,,,,,,,,,,,,,, +660,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-02-03 15:37:34.000000,2023-12-07 19:31:40,331.0,2.0,133.0,20.0,44.0,5.0,81.0,537.0,Medical image processing in Python.,18.0,22,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1755.0,1709.0,https://pypi.org/project/MedPy,14944.0,15657.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,22830.0,,,,,3.0,,2019-02-14 17:12:59.000,46.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,2024-02-11 19:50:54.000000,2023-12-29 21:08:41,477.0,30.0,56.0,26.0,9.0,14.0,33.0,513.0,Active Learning for Text Classification in Python.,6.0,22,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",27.0,27.0,https://pypi.org/project/small-text,278.0,556.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5285.0,,,,,3.0,,2023-12-29 21:17:11.000,,,,,,,,,,,,,,,,,,, +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-02-09 09:00:34.000000,2024-02-09 08:58:23,1699.0,67.0,66.0,6.0,203.0,46.0,79.0,465.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,23.0,22.0,https://pypi.org/project/quantus,448.0,454.0,,,,,,,,3.0,150.0,2023-12-05 11:42:47.000,1.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-01-29 11:47:35.000000,2023-03-05 00:16:57,419.0,,97.0,36.0,276.0,70.0,173.0,461.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,76.0,74.0,https://pypi.org/project/tick,1279.0,1282.0,,,,,,,,3.0,297.0,2020-05-24 22:01:17.000,2.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,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,20.0,96.0,18.0,9.0,5.0,40.0,433.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,52.0,52.0,https://pypi.org/project/chefboost,2066.0,2066.0,,,,,,,,3.0,,2022-02-16 06:14:54.000,,,,,,,,,,,,,,,,,,, +665,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-01-15 10:30:51.000000,2024-01-15 10:30:46,5151.0,392.0,38.0,13.0,1.0,2.0,80.0,401.0,Deep Learning PyTorch.,1.0,22,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,417.0,417.0,,,,,,,,1.0,,2024-01-09 05:17:07.000,,,,,,,,,,,,,,,,,,, +666,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,,27.0,8.0,4.0,21.0,60.0,281.0,Multiple Imputation with LightGBM in Python.,6.0,22,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,121.0,116.0,https://pypi.org/project/miceforest,27021.0,27402.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11812.0,,,,,1.0,,2023-11-16 02:24:03.000,5.0,,,,,,,,,,,,,,,,,, +667,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-02-15 14:01:53.000000,2024-02-14 09:04:03,699.0,48.0,24.0,4.0,266.0,5.0,,277.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,22,False,2024-02-14 09:04:38.000,1.1.251,622.0,upgini,,,,,5.0,5.0,https://pypi.org/project/upgini,8524.0,8524.0,,,,,,,,1.0,,2024-02-15 10:55:20.000,,,,,,,,,,,,,,,,,,, +668,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,13.0,9.0,4.0,12.0,229.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,,,,1032.0,986.0,https://pypi.org/project/py3nvml,87344.0,88759.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,56619.0,,,,,3.0,,2021-11-22 14:30:25.000,46.0,,,,,,,,,,,,,,,,,, +669,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,2021-12-28 13:59:30.000000,2018-07-23 21:04:09,90.0,,26.0,7.0,18.0,3.0,9.0,154.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,7.0,stop-words,,,,,2106.0,2106.0,https://pypi.org/project/stop-words,112730.0,112730.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +670,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-01-22 00:19:31.000000,2023-02-07 10:12:31,47.0,,2238.0,148.0,89.0,254.0,286.0,12475.0,End-to-End Object Detection with Transformers.,26.0,21,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +671,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,646.0,95.0,150.0,98.0,103.0,8344.0,The user analytics platform for LLMs.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,883.0,883.0,,,,,,,,3.0,,2023-06-18 11:03:00.511,2.0,,nebuly-ai/nebuly,,,,,,,,,,,,,,,, +672,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,,779.0,225.0,25.0,8.0,122.0,5325.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'],28.0,20.0,https://pypi.org/project/graph-nets,1002.0,1002.0,,,,,,,,3.0,,2020-01-29 16:00:25.000,8.0,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +673,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,,439.0,166.0,120.0,14.0,112.0,2926.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,243.0,243.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,,360.0,86.0,4.0,3.0,18.0,2141.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,337.0,337.0,,,,,,,,3.0,,2018-01-09 08:00:24.000,1.0,,,,,,,,,,,,,,,,,, +675,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1646.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,91.0,91.0,,,,,,,,3.0,,2022-01-20 15:18:44.000,,,,,,,,,,,,,,,,,,, +676,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-01-21 21:25:55.000000,2024-01-21 21:25:55,370.0,2.0,141.0,18.0,70.0,17.0,35.0,1610.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,16.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],19.0,19.0,https://pypi.org/project/pythae,2085.0,2085.0,,,,,,,,3.0,,2023-09-06 15:46:59.000,,,,,,,,,,,,,,,,,,, +677,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-01-29 06:34:18.000000,2024-01-29 06:20:56,908.0,2.0,208.0,57.0,52.0,74.0,149.0,1528.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,36.0,21,True,2019-11-17 09:36:51.000,0.3.4,5.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,279.0,310.0,,,,,,,,3.0,2745.0,,,,,,,,,,,,,,,,,,,, +678,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,,358.0,62.0,47.0,37.0,72.0,1475.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'],38.0,32.0,https://pypi.org/project/anago,309.0,309.0,,,,,,,,3.0,,2018-07-17 01:59:21.000,6.0,,,,,,,,,,,,,,,,,, +679,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,66.0,51.0,23.0,75.0,1465.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,397.0,397.0,,,,,,,,3.0,,2020-08-25 09:32:37.000,,,,,,,,,,,,,,,,,,, +680,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,,398.0,102.0,36.0,11.0,24.0,1417.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'],31.0,31.0,https://pypi.org/project/dltk,277.0,277.0,,,,,,,,3.0,,2018-02-26 17:43:57.000,,,,,,,,,,,,,,,,,,, +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,,219.0,64.0,48.0,36.0,90.0,1251.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,34.0,https://pypi.org/project/tensorrec,228.0,228.0,,,,,,,,3.0,,2019-04-02 00:53:47.000,3.0,,,,,,,,,,,,,,,,,, +682,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,2023-12-06 23:24:36.000000,2023-12-06 23:22:36,184.0,1.0,108.0,37.0,25.0,17.0,114.0,1162.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,21,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,5336.0,5336.0,,,,,,,,3.0,,2023-12-06 05:33:15.000,8.0,,,,,,,,,,,,,,,,,, +683,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,,208.0,28.0,61.0,54.0,60.0,1059.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,129.0,119.0,https://pypi.org/project/fastfm,588.0,593.0,,,,,,,,3.0,596.0,2017-11-23 06:59:56.000,10.0,,,,,,,,,,,,,,,,,, +684,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,1045.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,189.0,189.0,,,,,,,,3.0,,2019-04-19 05:28:27.000,,,,,,,,,,,,,,,,,,, +685,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,2.0,89.0,18.0,73.0,18.0,44.0,932.0,Audio processing by using pytorch 1D convolution network.,15.0,21,True,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,162.0,158.0,https://pypi.org/project/nnAudio,5450.0,5450.0,,,,,,,,3.0,,2024-02-13 05:58:29.000,4.0,,,,,,,,,,,,,,,,,, +686,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,2023-07-24 18:18:54.000000,2022-05-13 18:48:12,83.0,,181.0,24.0,58.0,10.0,27.0,922.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",16.0,21,False,2022-06-14 18:11:08.000,0.2.0,11.0,saliency,,,,['tensorflow'],83.0,77.0,https://pypi.org/project/saliency,3630.0,3630.0,,,,,,,,3.0,,2022-06-14 18:11:08.000,6.0,,,,,,,,,,,,,,,,,, +687,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-02-01 21:39:11.000000,2024-02-01 21:38:56,330.0,1.0,159.0,29.0,109.0,80.0,56.0,872.0,Source code/webpage/demos for the What-If Tool.,20.0,21,True,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,8.0,2.0,https://pypi.org/project/witwidget,2339.0,52077.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2128606.0,,,,,3.0,,2021-10-12 17:42:30.000,4.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,2.0,1361.0,,,,,,,,,,, +688,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,,160.0,38.0,46.0,43.0,49.0,783.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,98.0,89.0,https://pypi.org/project/deeplift,402.0,402.0,,,,,,,,3.0,,2020-11-11 09:32:57.000,9.0,,,,,,,,,,,,,,,,,, +689,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,2.0,73.0,26.0,162.0,40.0,62.0,755.0,,26.0,21,False,2023-11-06 22:17:30.000,1.8.0,9.0,objax,,,,['jax'],48.0,48.0,https://pypi.org/project/objax,579.0,579.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +690,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,,127.0,30.0,29.0,21.0,34.0,755.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'],44.0,42.0,https://pypi.org/project/sklearn-deap,249.0,249.0,,,,,,,,3.0,,2021-07-30 15:13:54.000,2.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,,144.0,25.0,19.0,26.0,5.0,735.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'],610.0,596.0,https://pypi.org/project/treeinterpreter,44161.0,44318.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6308.0,,,,,3.0,,2021-01-10 20:12:39.000,14.0,,,,,,,,,,,,,,,,,, +692,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-01-23 13:21:05.000000,2024-01-15 01:52:35,490.0,4.0,104.0,31.0,557.0,197.0,245.0,651.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,4045.0,4045.0,,,,,,,,3.0,,2023-08-29 16:27:32.000,1.0,,,,,,,,,,,,,,,,,, +693,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,,106.0,30.0,1.0,13.0,3.0,633.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']",611.0,603.0,https://pypi.org/project/combo,19602.0,19602.0,,,,,,,,3.0,,2022-04-02 16:20:07.000,8.0,,,,,,,,,,,,,,,,,, +694,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,,58.0,19.0,216.0,49.0,302.0,595.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,300.0,300.0,,,,,,,,3.0,,2022-08-16 19:50:37.507,1.0,,,,,,,,,,,,,,,,,, +695,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,15.0,550.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,49.0,49.0,https://pypi.org/project/recmetrics,10272.0,10272.0,,,,,,,,3.0,5.0,2022-04-26 17:57:01.000,,,,,,,,,,,,,,,,,,, +696,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,54.0,11.0,20.0,13.0,37.0,524.0,Joyplots in Python with matplotlib & pandas.,6.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,348.0,339.0,https://pypi.org/project/joypy,8922.0,9331.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,24177.0,,,,,3.0,,2021-12-19 09:42:50.000,9.0,,,,,,,,,,,,,,,,,, +697,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,482.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,,,,,101.0,93.0,https://pypi.org/project/apricot-select,4486.0,4486.0,,,,,,,,3.0,27.0,2021-02-18 06:55:02.000,8.0,,,,,,,,,,,,,,,,,, +698,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,1.0,41.0,12.0,11.0,9.0,52.0,482.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,21,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,32.0,27.0,https://pypi.org/project/hyperactive,2689.0,2691.0,,,,,,,,3.0,130.0,2023-10-24 14:03:36.000,5.0,,,,,,,,,,,,,,,,,, +699,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,478.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,15895.0,15898.0,,,,,,,,3.0,138.0,2023-07-18 10:32:00.587,2.0,,,,,,,,,,,,,,,,,, +700,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,414.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,125.0,111.0,https://pypi.org/project/optunity,5466.0,5466.0,,,,,,,,3.0,90.0,2015-09-30 05:02:00.000,14.0,,,,,,,,,,,,,,,,,, +701,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-01-23 19:59:46.000000,2024-01-23 19:52:41,5593.0,14.0,90.0,15.0,740.0,28.0,435.0,399.0,Lightwood is Legos for Machine Learning.,44.0,21,False,2024-01-10 21:22:19.000,23.12.4.0,202.0,lightwood,,,,['pytorch'],2.0,,https://pypi.org/project/lightwood,4817.0,4817.0,,,,,,,,3.0,,2023-12-25 13:15:52.000,2.0,,,,,,,,,,,,,,,,,, +702,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,,27.0,10.0,9.0,2.0,9.0,395.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'],1023.0,1017.0,https://pypi.org/project/julius,173212.0,173212.0,,,,,,,,3.0,,2022-09-20 06:43:57.063,6.0,,,,,,,,,,,,,,,,,, +703,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,378.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,381.0,381.0,,,,,,,,3.0,,2021-09-14 22:55:51.000,,,,,,,,,,,,,,,,,,, +704,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,,48.0,11.0,37.0,28.0,37.0,344.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,,,,,223.0,217.0,https://pypi.org/project/impyute,3678.0,3678.0,,,,,,,,3.0,,2017-05-31 08:31:47.000,6.0,,,,,,,,,,,,,,,,,, +705,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,,33.0,18.0,6.0,18.0,21.0,306.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],85.0,84.0,https://pypi.org/project/dm-launchpad,1226.0,1226.0,,,,,,,,3.0,,2022-04-28 06:23:38.000,1.0,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +706,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-02-15 15:01:49.000000,2024-02-15 15:01:49,642.0,28.0,10.0,22.0,329.0,40.0,78.0,280.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-01-30 22:15:53.000,1.6.3,69.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,1805.0,6758.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-01-31 16:10:58.589,95031.0,,,,,3.0,5054.0,2024-02-09 13:06:43.000,1.0,,hex-inc/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-02-09 13:12:45.604,2.0,620.0,,,,,,,,,,, +707,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,10.0,74.0,22.0,431.0,28.0,51.0,266.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,21,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,161.0,161.0,,,,,,,,3.0,,2023-11-22 19:01:05.000,,,,,,,,,,,,,,,,,,, +708,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,5.0,68.0,27.0,31.0,30.0,113.0,258.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,,,,12.0,,https://pypi.org/project/somoclu,1477.0,3586.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,83682.0,,,,,3.0,1854.0,2023-02-18 02:51:08.166,12.0,,,,,,,,,,,,,,,,,, +709,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-02-15 07:20:30.000000,2024-02-14 03:23:15,419.0,19.0,103.0,19.0,427.0,57.0,97.0,252.0,An open-source toolkit for large-scale genomic analysis.,25.0,21,False,2022-04-21 00:32:28.000,1.2.1,15.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,52152.0,52258.0,https://anaconda.org/conda-forge/glow,2023-06-16 19:24:57.965,3829.0,,,,,3.0,,2022-04-19 23:43:38.000,,,,,,,,,,,,,,,,,,, +710,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,2023-10-06 13:06:28.000000,2023-08-15 07:38:22,956.0,,542.0,168.0,45.0,37.0,28.0,4198.0,High-performance TensorFlow library for quantitative finance.,47.0,20,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,755.0,755.0,,,,,,,,3.0,,2022-08-19 12:40:54.257,2.0,,,,,,,,,,,,,,,,,, +711,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,,475.0,87.0,180.0,108.0,161.0,3543.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,108.0,131.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1324.0,3.0,,2021-08-02 17:37:42.000,,,,,,,,,,,,,,,,,,, +712,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,97.0,16.0,53.0,17.0,3360.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,145.0,138.0,https://pypi.org/project/tensorwatch,628.0,628.0,,,,,,,,3.0,,2020-03-04 07:26:22.000,7.0,,,,,,,,,,,,,,,,,, +713,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,,168.0,66.0,54.0,6.0,44.0,3079.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,20,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,182.0,182.0,,,,,,,,3.0,40.0,2021-11-19 16:45:29.543,,,,,,,,,,,,,,,,,,, +714,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,,317.0,59.0,242.0,174.0,110.0,3043.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,True,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,1947.0,1960.0,,,,,,,,3.0,672.0,2022-11-03 06:46:55.989,2.0,,,,,,,,,,,,,,,,,, +715,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-02-01 01:01:08.000000,2021-06-15 18:41:51,22.0,,262.0,33.0,20.0,27.0,37.0,2954.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1612.0,1612.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +716,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,102.0,54.0,64.0,48.0,2910.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,506.0,506.0,,,,,,,,3.0,,2017-02-13 14:54:48.000,4.0,,rhsimplex/image-match,,,,,,,,,,,,,,,, +717,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,,327.0,74.0,2.0,18.0,7.0,2905.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,20,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],194.0,186.0,https://pypi.org/project/adabound,1060.0,1060.0,,,,,,,,3.0,,2019-02-26 04:23:45.000,8.0,,,,,,,,,,,,,,,,,, +718,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,,323.0,102.0,1000.0,87.0,260.0,2826.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,,,,,,,,,,,,,,,,,,,,, +719,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,,827.0,86.0,30.0,45.0,80.0,2625.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,69.0,https://pypi.org/project/deepwalk,958.0,958.0,,,,,,,,3.0,,2018-04-29 21:05:18.000,7.0,,,,,,,,,,,,,,,,,, +720,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,,454.0,127.0,225.0,87.0,183.0,2296.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,125.0,125.0,,,,,,,,3.0,,2019-10-10 14:17:10.000,2.0,,,,,,,,,,,,,,,,,, +721,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,233.0,62.0,105.0,25.0,56.0,2094.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pycls,1677.0,1677.0,,,,,,,,3.0,,2020-09-05 00:21:00.000,,,,,,,,,,,,,,,,,,, +722,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,15.0,105.0,2025.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2956.0,2956.0,,,,,,,,3.0,,2021-11-06 23:09:00.000,,,,,,,,,,,,,,,,,,, +723,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,,175.0,55.0,895.0,129.0,586.0,1877.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,19.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +724,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,2023-10-11 20:58:29.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,5.0,74.0,1578.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'],,,https://pypi.org/project/delta-nlp,18.0,248.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,2020-03-27 04:46:19.000,,,,,,,,,,,,,,,,,,, +725,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,276.0,74.0,728.0,13.0,64.0,1569.0,An end-to-end PyTorch framework for image and video classification.,77.0,20,True,2023-03-21 05:24:19.000,0.7.0,7.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],,,https://pypi.org/project/classy_vision,657.0,1039.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18735.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +726,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,,140.0,102.0,150.0,21.0,20.0,1552.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,22.0,21.0,https://pypi.org/project/lore,1064.0,1064.0,,,,,,,,3.0,,2022-02-18 18:01:38.000,1.0,,,,,,,,,,,,,,,,,, +727,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,,157.0,46.0,3.0,13.0,15.0,1529.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'],24.0,24.0,https://pypi.org/project/lambda-networks,1544.0,1544.0,,,,,,,,3.0,,2020-11-18 08:19:23.000,,,,,,,,,,,,,,,,,,, +728,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,2023-06-16 19:27:46.249000,2022-08-31 13:13:15,103.0,,81.0,40.0,14.0,12.0,27.0,1281.0,A Graph Neural Network Library in Jax.,17.0,20,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],152.0,139.0,https://pypi.org/project/jraph,7329.0,7481.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4258.0,,,,,3.0,,2022-08-12 15:25:29.659,13.0,,google-deepmind/jraph,,,,,,,,,,,,,,,, +729,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,40.0,13.0,14.0,9.0,1265.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,,,,,119.0,118.0,https://pypi.org/project/doc2text,1872.0,1872.0,,,,,,,,3.0,,2016-09-06 21:59:21.000,1.0,,,,,,,,,,,,,,,,,, +730,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,9.0,186.0,61.0,7.0,13.0,29.0,1024.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,265.0,265.0,,,,,,,,3.0,,2020-08-29 18:44:15.000,,,,,,,,,,,,,,,,,,, +731,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,56.0,14.0,30.0,19.0,1011.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,,,,182.0,170.0,https://pypi.org/project/geoplotlib,608.0,854.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8119.0,,,,,3.0,,2016-07-27 14:55:01.000,12.0,,,,,,,,,,,,,,,,,, +732,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,1007.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'],79.0,75.0,https://pypi.org/project/tensornets,85.0,85.0,,,,,,,,3.0,,2020-03-31 04:35:15.000,4.0,,,,,,,,,,,,,,,,,, +733,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,130.0,25.0,76.0,43.0,36.0,1002.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,243140.0,243305.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7782.0,,,,,3.0,,2020-04-17 02:18:00.000,2.0,,,,,,,,,,,,,,,,,, +734,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,,133.0,36.0,16.0,8.0,4.0,922.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3616.0,3604.0,https://pypi.org/project/nudepy,722.0,722.0,,,,,,,,3.0,,2020-11-23 13:49:17.000,12.0,,,,,,,,,,,,,,,,,, +735,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,127.0,17.0,24.0,27.0,39.0,804.0,python partial dependence plot toolbox.,7.0,20,True,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,26536.0,26897.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19864.0,,,,,3.0,,2021-03-14 16:21:17.000,26.0,,,,,,,,,,,,,,,,,, +736,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,3.0,81.0,14.0,35.0,3.0,23.0,791.0,Leave One Feature Out Importance.,6.0,20,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,31.0,27.0,https://pypi.org/project/lofo-importance,2243.0,2243.0,,,,,,,,3.0,,2024-01-16 09:19:50.000,4.0,,,,,,,,,,,,,,,,,, +737,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-02-11 16:59:10.000000,2023-12-29 01:45:38,174.0,22.0,39.0,10.0,48.0,1.0,13.0,764.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",9.0,20,True,2023-12-29 01:46:22.000,1.0.3,27.0,uform,,,,['pytorch'],15.0,15.0,https://pypi.org/project/uform,779.0,779.0,,,,,,,,3.0,,2023-12-29 01:46:22.000,,,,,,,,,,,,,,,,,,, +738,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-02-12 01:32:09.000000,2024-01-24 09:35:21,1149.0,35.0,123.0,30.0,969.0,15.0,50.0,754.0,Machine learning framework for both deep learning and traditional algorithms.,35.0,20,True,2021-06-22 05:25:53.000,NeoML-master_2.0.5.0,2.0,neoml,,,,,,,https://pypi.org/project/neoml,464.0,464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +739,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,76.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,20764.0,20764.0,,,,,,,,3.0,,2018-05-16 14:20:28.000,1.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,,147.0,36.0,33.0,25.0,39.0,751.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,,,,,118.0,102.0,https://pypi.org/project/NearPy,642.0,642.0,,,,,,,,3.0,,2016-09-27 13:03:12.000,16.0,,,,,,,,,,,,,,,,,, +741,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-01-28 21:21:14.000000,2024-01-28 21:21:14,295.0,16.0,107.0,17.0,24.0,,85.0,663.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,20,True,2024-01-28 14:11:58.000,0.0.90,37.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,4687.0,4687.0,,,,,,,,3.0,,2024-01-28 14:11:58.000,,,,,,,,,,,,,,,,,,, +742,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,,53.0,30.0,12.0,11.0,15.0,632.0,Log TensorBoard events without touching TensorFlow.,5.0,20,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,222.0,168.0,https://pypi.org/project/tensorboard_logger,5756.0,5756.0,,,,,,,,3.0,,2018-02-08 07:28:51.000,54.0,,,,,,,,,,,,,,,,,, +743,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,104.0,24.0,25.0,43.0,61.0,608.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'],159.0,157.0,https://pypi.org/project/detecto,1408.0,1519.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3575.0,,,,,3.0,,2022-02-02 00:12:06.000,2.0,,,,,,,,,,,,,,,,,, +744,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,570.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,323.0,319.0,https://pypi.org/project/pywaffle,3857.0,4041.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11466.0,,,,,3.0,,2022-06-08 03:10:36.000,4.0,,,,,,,,,,,,,,,,,, +745,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,29.0,31.0,5.0,24.0,560.0,Python module for machine learning time series:.,14.0,20,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,49.0,47.0,https://pypi.org/project/seglearn,1061.0,1061.0,,,,,,,,3.0,,2021-03-13 16:18:30.000,2.0,,,,,,,,,,,,,,,,,, +746,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,,164.0,57.0,20.0,39.0,60.0,535.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,33.0,28.0,https://pypi.org/project/pyhsmm,90.0,90.0,,,,,,,,3.0,,2017-05-10 17:14:37.000,5.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,,55.0,60.0,9.0,23.0,25.0,521.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,,,,,85.0,84.0,https://pypi.org/project/deepsnap,372.0,372.0,,,,,,,,3.0,10.0,2021-09-05 22:57:16.000,1.0,,,,,,,,,,,,,,,,,, +748,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,1.0,96.0,26.0,6.0,3.0,31.0,487.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,20,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,1298.0,1298.0,,,,,,,,3.0,,2022-06-01 23:08:15.000,2.0,,,,,,,,,,,,,,,,,, +749,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-01-20 21:41:29.000000,2024-01-10 08:10:55,2818.0,59.0,60.0,12.0,255.0,9.0,109.0,417.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,20,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,84.0,84.0,,,,,,,,3.0,,2022-04-12 08:56:50.000,,,,,,,,,,,,,,,,,,, +750,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,,80.0,20.0,247.0,10.0,23.0,399.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,1378.0,1378.0,,,,,,,,3.0,18.0,2022-04-28 16:34:21.000,1.0,,,,,,,,,,,,,,,,,, +751,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,,69.0,24.0,48.0,15.0,19.0,392.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],47.0,,https://pypi.org/project/skrebate,3841.0,4281.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32145.0,,,,,3.0,,2021-03-20 17:11:52.000,47.0,,,,,,,,,,,,,,,,,, +752,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-01-09 17:09:55.000000,2023-11-17 08:50:12,72.0,,58.0,8.0,11.0,11.0,18.0,362.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,82.0,78.0,https://pypi.org/project/textaugment,4897.0,4898.0,,,,,,,,3.0,64.0,2023-11-16 20:49:04.000,4.0,,,,,,,,,,,,,,,,,, +753,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,33.0,184.0,361.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,31.0,17.0,https://pypi.org/project/TimeSide,110.0,110.0,,,,,,,,3.0,,2020-11-27 09:33:19.000,14.0,,yomguy/TimeSide,,,,,,,,,,,,,,,, +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,26.0,19.0,15.0,16.0,326.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'],241.0,235.0,https://pypi.org/project/mxboard,1812.0,1812.0,,,,,,,,3.0,,2018-05-22 20:25:51.000,6.0,,,,,,,,,,,,,,,,,, +755,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,2023-03-23 15:39:49.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,41.0,8.0,10.0,287.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']",18.0,16.0,https://pypi.org/project/sk-dist,301202.0,301202.0,,,,,,,,3.0,,2020-05-14 22:20:14.000,2.0,,,,,,,,,,,,,,,,,, +756,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-02-02 15:32:17.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,166.0,18.0,64.0,235.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,349.0,349.0,,,,,,,,3.0,,2021-06-09 10:56:14.000,2.0,,,,,,,,,,,,,,,,,, +757,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-02-05 07:59:49.000000,2024-02-05 07:59:48,584.0,8.0,32.0,24.0,637.0,21.0,127.0,233.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,1924.0,1944.0,,,,,,,,3.0,995.0,2023-08-10 10:30:37.000,,,,,,,,,,,,,,,,,,, +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,228.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,410.0,396.0,https://pypi.org/project/pyfasttext,1596.0,1600.0,,,,,,,,3.0,368.0,2018-12-08 15:32:09.000,14.0,,,,,,,,,,,,,,,,,, +759,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,,19.0,20.0,464.0,90.0,76.0,228.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],73.0,66.0,https://pypi.org/project/funsor,50798.0,50798.0,,,,,,,,3.0,,2023-01-23 08:32:39.757,7.0,,,,,,,,,,,,,,,,,, +760,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,210.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,74.0,72.0,https://pypi.org/project/numerizer,69730.0,69730.0,,,,,,,,3.0,,2023-01-03 08:08:01.830,2.0,,,,,,,,,,,,,,,,,, +761,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,11.0,1028.0,120.0,24.0,11.0,352.0,4186.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,19,True,,,,,,,,,3.0,3.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +762,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,41.0,43.0,1030.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'],119.0,114.0,https://pypi.org/project/performer-pytorch,1979.0,1979.0,,,,,,,,3.0,,2022-02-02 20:34:04.000,5.0,,,,,,,,,,,,,,,,,, +763,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,,166.0,18.0,42.0,22.0,59.0,869.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,,,,170.0,167.0,https://pypi.org/project/robustness,217.0,409.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8067.0,,,,,3.0,,2020-12-01 06:21:33.000,3.0,,,,,,,,,,,,,,,,,, +764,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,15.0,24.0,58.0,69.0,847.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,96.0,95.0,https://pypi.org/project/pytorch2keras,634.0,634.0,,,,,,,,3.0,,2020-05-14 10:03:56.000,1.0,,,,,,,,,,,,,,,,,, +765,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,,225.0,31.0,38.0,39.0,21.0,828.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,6318.0,6318.0,,,,,,,,3.0,,2022-10-01 22:28:00.848,2.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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,65.0,22.0,47.0,10.0,17.0,743.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,1058.0,2001.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22650.0,,,,,3.0,,2023-08-29 06:52:02.000,2.0,,,,,,,,,,,,,,,,,, +767,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,48.0,19.0,35.0,724.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,,,,,26.0,24.0,https://pypi.org/project/matrixprofile-ts,301.0,301.0,,,,,,,,3.0,,2019-08-08 01:24:38.000,2.0,,,,,,,,,,,,,,,,,, +768,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-01-23 00:12:47.000000,2021-09-16 17:56:31,171.0,,143.0,35.0,81.0,14.0,55.0,606.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'],22.0,19.0,https://pypi.org/project/tcav,109.0,109.0,,,,,,,,3.0,,2021-02-23 16:17:42.000,3.0,,,,,,,,,,,,,,,,,, +769,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,13.0,22.0,561.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,296.0,296.0,,,,,,,,3.0,,2020-10-16 03:10:01.000,4.0,,,,,,,,,,,,,,,,,, +770,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,557.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],135.0,130.0,https://pypi.org/project/poutyne,4176.0,4176.0,,,,,,,,3.0,,2022-04-28 20:18:33.000,5.0,,,,,,,,,,,,,,,,,, +771,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,,67.0,12.0,10.0,23.0,41.0,526.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,,,,,46.0,46.0,https://pypi.org/project/fastt5,1110.0,1110.0,,,,,,,,3.0,,2022-04-05 03:23:12.000,,,,,,,,,,,,,,,,,,, +772,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2023-08-12 16:28:59.000000,2023-08-12 16:28:59,266.0,,105.0,20.0,56.0,27.0,20.0,470.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,19,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,66.0,58.0,https://pypi.org/project/rrcf,2543.0,2543.0,,,,,,,,3.0,,2023-04-30 02:25:49.592,8.0,,,,,,,,,,,,,,,,,, +773,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,21235.0,21235.0,,,,,,,,3.0,,2018-12-19 10:27:54.000,2.0,,,,,,,,,,,,,,,,,, +774,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,,30.0,17.0,148.0,39.0,66.0,463.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']",43.0,43.0,https://pypi.org/project/elegy,321.0,321.0,,,,,,,,3.0,,2022-04-22 15:42:03.000,,,,,,,,,,,,,,,,,,, +775,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,,90.0,24.0,19.0,5.0,20.0,453.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'],12.0,12.0,https://pypi.org/project/caserecommender,173.0,173.0,,,,,,,,3.0,,2021-11-25 23:19:05.000,,,,,,,,,,,,,,,,,,, +776,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,19,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],5.0,,https://pypi.org/project/sklearn-evaluation,2693.0,2693.0,,,,,,,,3.0,,2024-02-08 01:27:56.000,5.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-02-14 13:20:04.000000,2024-02-14 13:19:04,813.0,3.0,24.0,7.0,70.0,26.0,21.0,348.0,Flexible time series feature extraction & processing.,6.0,19,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,12.0,12.0,https://pypi.org/project/tsflex,240.0,894.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,20287.0,,,,,3.0,,2022-10-11 21:38:11.312,,,,,,,,,,,,,,,,,,, +778,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,300.0,Textpipe: clean and extract metadata from text.,29.0,19,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,156.0,156.0,,,,,,,,3.0,,2021-01-25 14:05:21.000,1.0,,,,,,,,,,,,,,,,,, +779,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-02-08 15:04:35.000000,2024-02-08 15:04:34,493.0,15.0,49.0,14.0,77.0,13.0,35.0,234.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,19,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,5401.0,5401.0,,,,,,,,3.0,,2022-02-08 01:23:07.000,1.0,,,,,,,,,,,,,,,,,, +780,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-02-02 14:55:53.000000,2024-02-02 14:38:52,858.0,28.0,17.0,8.0,181.0,11.0,22.0,150.0,Toolkit for developing and maintaining ML models.,14.0,19,False,2024-02-02 14:57:28.000,0.1.2,35.0,modelkit,,,,,,,https://pypi.org/project/modelkit,5829.0,5829.0,,,,,,,,3.0,,2024-02-02 14:55:53.000,,,,,,,,,,,,,,,,,,, +781,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-01-02 19:42:45.000000,2020-04-18 19:15:25,24.0,,939.0,132.0,39.0,31.0,10.0,7353.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,18,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],37.0,35.0,https://pypi.org/project/micrograd,690.0,690.0,,,,,,,,3.0,,2020-04-18 19:06:59.000,2.0,,,,,,,,,,,,,,,,,, +782,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,,765.0,339.0,58.0,2.0,,6654.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,94.0,101.0,,,,,,,,3.0,329.0,2018-02-17 00:12:46.000,,,,,,,,,,,,,,,,,,, +783,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,,869.0,109.0,51.0,46.0,159.0,6181.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +784,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,,413.0,107.0,83.0,67.0,48.0,2929.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'],,,,,106.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8541.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +785,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-02-14 17:36:57.000000,2024-02-14 17:36:51,656.0,16.0,372.0,38.0,785.0,149.0,107.0,2771.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,76.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +786,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1638.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,235.0,235.0,,,,,,,,3.0,,2021-01-25 21:51:16.000,1.0,,,,,,,,,,,,,,,,,, +787,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,,174.0,22.0,20.0,16.0,30.0,1560.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,18,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,76.0,76.0,,,,,,,,3.0,31.0,2022-03-24 23:19:13.000,,,,,,,,,,,,,,,,,,, +788,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,,252.0,57.0,65.0,8.0,31.0,1361.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,39.0,39.0,,,,,,,,3.0,,2018-12-05 02:48:50.000,,,,,,,,,,,,,,,,,,, +789,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,,188.0,33.0,15.0,18.0,22.0,785.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'],14.0,13.0,https://pypi.org/project/tffm,31.0,31.0,,,,,,,,3.0,,2022-01-17 20:35:57.000,1.0,,,,,,,,,,,,,,,,,, +790,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,594.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,15.0,baikal,conda-forge/cython-blis,,,,11.0,10.0,https://pypi.org/project/baikal,274.0,50237.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2048505.0,,,,,3.0,,2020-11-15 13:40:18.000,1.0,,,,,,,,,,,,,,,,,, +791,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,4.0,38.0,15.0,18.0,,20.0,586.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,142.0,142.0,,,,,,,,3.0,,2022-05-04 20:51:15.000,,,,,,,,,,,,,,,,,,, +792,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,18.0,18.0,https://pypi.org/project/atm,91.0,91.0,,,,,,,,3.0,,2019-07-30 09:25:11.000,,,,,,,,,,,,,,,,,,, +793,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,2022-03-13 16:33:15.000000,2022-03-13 16:33:15,64.0,,50.0,18.0,7.0,16.0,4.0,476.0,Topological Data Analysis for Python.,4.0,18,False,2021-08-03 00:23:20.000,1.0.0,4.0,scikit-tda,,,,['sklearn'],51.0,51.0,https://pypi.org/project/scikit-tda,2663.0,2663.0,,,,,,,,3.0,,2021-08-03 00:23:20.000,,,,,,,,,,,,,,,,,,, +794,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,,105.0,71.0,7.0,15.0,19.0,420.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,46.0,https://pypi.org/project/sematch,254.0,254.0,,,,,,,,3.0,,2017-04-17 10:56:52.000,3.0,,,,,,,,,,,,,,,,,, +795,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,17.0,17.0,406.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,61.0,58.0,https://pypi.org/project/animatplot,399.0,613.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12895.0,,,,,3.0,,2020-10-05 06:20:52.000,3.0,,,,,,,,,,,,,,,,,, +796,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'],15.0,13.0,https://pypi.org/project/camphr,278.0,278.0,,,,,,,,3.0,,2023-03-07 22:10:10.175,2.0,,,,,,,,,,,,,,,,,, +797,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-01-16 18:36:21.000000,2024-01-16 18:36:16,318.0,2.0,78.0,26.0,328.0,21.0,9.0,329.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,34.0,18,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2154.0,2154.0,,,,,,,,3.0,,2022-12-13 19:06:03.653,,,,,,,,,,,,,,,,,,, +798,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,,51.0,11.0,60.0,17.0,41.0,326.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,38.0,34.0,https://pypi.org/project/parameter-sherpa,288.0,288.0,,,,,,,,3.0,,2019-11-23 21:32:27.000,4.0,,,,,,,,,,,,,,,,,, +799,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,1.0,128.0,34.0,323.0,81.0,129.0,323.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,143.0,161.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1808.0,3.0,,2020-10-15 20:45:08.000,1.0,,,,,,,,,,,,,,,,,, +800,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,42.0,13.0,63.0,3.0,56.0,314.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,335.0,335.0,,,,,,,,3.0,,2022-03-10 14:57:02.000,2.0,,,,,,,,,,,,,,,,,, +801,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,,72.0,19.0,93.0,25.0,18.0,309.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2074.0,2074.0,,,,,,,,3.0,8.0,2019-03-05 01:35:23.000,11.0,,,,,,,,,,,,,,,,,, +802,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,261.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,491.0,491.0,,,,,,,,3.0,,2020-03-10 14:09:31.000,3.0,,,,,,,,,,,,,,,,,, +803,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,31.0,12.0,197.0,21.0,74.0,187.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],33.0,32.0,https://pypi.org/project/celer,638.0,638.0,,,,,,,,3.0,,2023-07-26 15:36:39.000,1.0,,,,,,,,,,,,,,,,,, +804,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,4.0,11.0,8.0,2.0,,5.0,184.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,18,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],10.0,8.0,https://pypi.org/project/ipyexperiments,214.0,214.0,,,,,,,,3.0,,2023-12-15 03:21:06.000,2.0,,,,,,,,,,,,,,,,,, +805,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,127.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,,,,8863.0,8677.0,https://pypi.org/project/nvidia-ml-py3,316800.0,316834.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1072.0,,,,,3.0,,2017-06-03 07:43:46.000,186.0,,,,,,,,,,,,,,,,,, +806,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,,1343.0,471.0,21.0,56.0,167.0,6980.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,,,,,,,,,,,,,,,, +807,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,29.0,982.0,103.0,28.0,27.0,355.0,3647.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,17,True,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +808,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,,462.0,80.0,36.0,83.0,68.0,1672.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,17,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,140.0,140.0,,,,,,,,3.0,,2019-10-02 23:30:15.000,,,,,,,,,,,,,,,,,,, +809,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,1538.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,73.0,94.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1686.0,3.0,,2018-10-18 02:54:09.000,,,,,,,,,,,,,,,,,,, +810,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,18.0,11.0,25.0,18.0,1157.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'],51.0,49.0,https://pypi.org/project/tez,214.0,214.0,,,,,,,,3.0,,2022-09-20 02:28:33.973,2.0,,,,,,,,,,,,,,,,,, +811,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,,88.0,35.0,72.0,25.0,30.0,1096.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,3103.0,3103.0,,,,,,,,3.0,,2021-02-14 02:43:46.000,,,,,,,,,,,,,,,,,,, +812,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,,148.0,44.0,5.0,3.0,7.0,1020.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,,,,,29.0,23.0,https://pypi.org/project/xai,243.0,243.0,,,,,,,,3.0,,2021-10-30 06:33:26.000,6.0,,,,,,,,,,,,,,,,,, +813,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,13.0,13.0,8.0,16.0,747.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'],31.0,31.0,https://pypi.org/project/tensor-sensor,2631.0,2732.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2838.0,,,,,3.0,,2021-12-11 21:24:35.000,,,,,,,,,,,,,,,,,,, +814,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,740.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,,,,,46.0,46.0,https://pypi.org/project/parallelformers,434.0,434.0,,,,,,,,3.0,,2022-07-27 19:52:00.185,,,,,,,,,,,,,,,,,,, +815,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,,98.0,19.0,58.0,2.0,13.0,736.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,2021-10-06 07:29:20.000,2.0.3,13.0,caer,,,https://caer.rtfd.io,,,,https://pypi.org/project/caer,3104.0,3104.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,,, +816,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,18.0,21.0,29.0,50.0,673.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,128.0,128.0,,,,,,,,3.0,,2020-06-12 20:05:15.000,,,,,,,,,,,,,,,,,,, +817,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,121.0,19.0,17.0,67.0,24.0,521.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,17,False,,,,deepmatcher,,,,,26.0,26.0,https://pypi.org/project/deepmatcher,3464.0,3464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +818,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,2023-10-25 00:20:13.000000,2022-08-24 08:31:37,29.0,,66.0,6.0,5.0,2.0,27.0,519.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,2.0,17,False,2022-08-24 08:33:07.000,0.2.6,9.0,shap-hypetune,,,,,16.0,15.0,https://pypi.org/project/shap-hypetune,3110.0,3110.0,,,,,,,,3.0,,2022-08-24 08:33:00.976,1.0,,,,,,,,,,,,,,,,,, +819,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,2023-07-14 19:31:30.000000,2023-06-18 21:56:30,277.0,,79.0,14.0,126.0,17.0,136.0,462.0,A Python library for dynamic classifier and ensemble selection.,16.0,17,True,2021-02-08 06:29:25.000,0.3.5,4.0,deslib,,,,['sklearn'],2.0,,https://pypi.org/project/deslib,1199.0,1199.0,,,,,,,,3.0,,2021-02-08 06:29:25.000,2.0,,,,,,,,,,,,,,,,,, +820,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-02-13 08:58:18.000000,2024-02-11 10:10:08,681.0,3.0,63.0,30.0,79.0,15.0,25.0,358.0,A Python implementation of active inference for Markov Decision Processes.,14.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,138.0,138.0,,,,,,,,3.0,,2022-12-08 15:25:01.498,,,,,,,,,,,,,,,,,,, +821,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,346.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,136.0,136.0,,,,,,,,3.0,,2018-12-07 06:16:42.000,,,,,,,,,,,,,,,,,,, +822,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,292.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'],3.0,3.0,https://pypi.org/project/bluefog,55.0,58.0,,,,,,,,3.0,165.0,2021-05-15 01:39:45.000,,,,,,,,,,,,,,,,,,, +823,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,43.0,11.0,59.0,31.0,47.0,233.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'],16.0,13.0,https://pypi.org/project/skggm,52.0,52.0,,,,,,,,3.0,,2018-09-12 01:12:49.000,3.0,,,,,,,,,,,,,,,,,, +824,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,8.0,44.0,224.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,77.0,77.0,,,,,,,,3.0,,2019-11-15 15:46:21.000,2.0,,,,,,,,,,,,,,,,,, +825,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,,30.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,17,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,3857.0,3857.0,,,,,,,,3.0,,2018-10-11 22:03:16.000,,,,,,,,,,,,,,,,,,, +826,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,,539.0,177.0,110.0,54.0,149.0,3901.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +827,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2022-06-22 11:47:45.000000,2022-06-21 18:24:09,30.0,,1022.0,63.0,12.0,43.0,25.0,3527.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,,['sklearn'],31.0,31.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +828,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,,167.0,61.0,10.0,26.0,6.0,1839.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,31.0,31.0,,,,,,,,3.0,41.0,2019-04-05 06:47:54.000,,,,,,,,,,,,,,,,,,, +829,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,57.0,34.0,22.0,13.0,1266.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,117.0,117.0,,,,,,,,3.0,,2017-08-21 00:49:41.000,1.0,,,,,,,,,,,,,,,,,, +830,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-02-05 15:11:36.000000,2024-02-05 15:11:35,743.0,3.0,116.0,28.0,110.0,12.0,24.0,1054.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,3.0,,2020-12-23 08:05:25.000,,,,,,,,,,,,,,,,,,, +831,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,,56.0,18.0,7.0,1.0,10.0,795.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],73.0,72.0,https://pypi.org/project/madgrad,3076.0,3076.0,,,,,,,,3.0,,2022-03-08 18:23:32.000,1.0,,,,,,,,,,,,,,,,,, +832,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,,111.0,27.0,10.0,24.0,51.0,781.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,2211.0,2211.0,,,,,,,,3.0,,2020-09-10 22:52:00.000,2.0,,,,,,,,,,,,,,,,,, +833,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,,88.0,17.0,15.0,10.0,22.0,719.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/flashtorch,729.0,729.0,,,,,,,,3.0,,2020-05-29 14:38:32.000,,,,,,,,,,,,,,,,,,, +834,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,,100.0,25.0,101.0,37.0,84.0,703.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,111.0,117.0,,,,,,,,3.0,412.0,2018-06-14 02:21:57.000,1.0,,,,,,,,,,,,,,,,,, +835,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,122.0,43.0,435.0,25.0,130.0,702.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +836,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,1.0,81.0,25.0,4.0,37.0,42.0,684.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,16,True,2019-05-07 08:47:56.000,0.3.2,3.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,80.0,80.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +837,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,,93.0,18.0,19.0,3.0,29.0,626.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,12.0,12.0,https://pypi.org/project/textflint,97.0,97.0,,,,,,,,3.0,,2022-03-15 07:18:47.000,,,,,,,,,,,,,,,,,,, +838,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-01-25 16:57:26.000000,2024-01-25 16:57:26,261.0,4.0,66.0,22.0,94.0,19.0,15.0,492.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,,,,,1.0,1.0,https://pypi.org/project/caliban,87.0,87.0,,,,,,,,3.0,,2020-09-12 19:41:23.000,,,,,,,,,,,,,,,,,,, +839,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,406.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,,,,,3.0,2.0,https://pypi.org/project/openrec,51.0,51.0,,,,,,,,3.0,,2020-02-18 06:52:11.000,1.0,,,,,,,,,,,,,,,,,, +840,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-02-02 18:13:06.000000,2024-01-15 19:35:42,191.0,3.0,51.0,10.0,15.0,10.0,29.0,380.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,387.0,387.0,,,,,,,,3.0,13.0,2021-02-04 16:44:24.000,,,,,,,,,,,,,,,,,,, +841,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-01-02 09:08:58.000000,2024-01-02 09:08:58,172.0,2.0,38.0,22.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,16,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],2.0,,https://pypi.org/project/tfdeploy,69.0,69.0,,,,,,,,3.0,,2017-03-30 10:51:26.000,2.0,,,,,,,,,,,,,,,,,, +842,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,33.0,24.0,21.0,17.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,93.0,86.0,https://pypi.org/project/pdvega,85.0,85.0,,,,,,,,3.0,,2018-02-01 04:56:43.000,7.0,,,,,,,,,,,,,,,,,, +843,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,39.0,19.0,2.0,10.0,7.0,280.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,16,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,334.0,4683.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,173977.0,,,,,3.0,,2020-10-01 13:18:38.000,,,,,,,,,,,,,,,,,,, +844,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,11.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'],13.0,13.0,https://pypi.org/project/skift,887.0,887.0,,,,,,,,3.0,,2018-03-15 09:05:47.000,,,,,,,,,,,,,,,,,,, +845,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-01-01 20:21:14.000000,2023-12-06 19:59:05,370.0,1.0,38.0,6.0,132.0,,35.0,221.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,16,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,581.0,696.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2879.0,,,,,3.0,,2022-01-09 08:50:45.005,1.0,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +846,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,14.0,54.0,16.0,50.0,136.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,,,,,56.0,51.0,https://pypi.org/project/steppy,42.0,42.0,,,,,,,,3.0,,2018-11-23 09:49:59.000,5.0,,,,,,,,,,,,,,,,,, +847,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,3.0,9.0,5.0,3.0,1.0,,127.0,Data Analysis Baseline Library.,24.0,16,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,4855.0,4855.0,,,,,,,,3.0,,2024-01-09 18:32:27.000,1.0,,,,,,,,,,,,,,,,,, +848,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,141.0,28.0,217.0,102.0,2869.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'],,,https://pypi.org/project/euler-gl,9.0,9.0,,,,,,,,3.0,,2019-04-10 01:53:45.000,,,,,,,,,,,,,,,,,,, +849,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,,423.0,143.0,72.0,12.0,53.0,2198.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +850,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,5.0,483.0,68.0,26.0,5.0,97.0,1667.0,An Open-Source Package for Network Embedding (NE).,12.0,15,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +851,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-01-23 02:21:18.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,21.0,42.0,85.0,1254.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +852,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,218.0,40.0,40.0,60.0,34.0,1111.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +853,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,,115.0,19.0,295.0,3.0,69.0,1047.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,5.0,5.0,https://pypi.org/project/textbox,2.0,2.0,,,,,,,,3.0,,2021-04-15 09:35:06.000,,,,,,,,,,,,,,,,,,, +854,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,829.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,59.0,59.0,,,,,,,,3.0,,2018-11-24 00:29:36.000,,,,,,,,,,,,,,,,,,, +855,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,196.0,43.0,667.0,28.0,27.0,809.0,Translate - a PyTorch Language Library.,88.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,18.0,18.0,,,,,,,,3.0,,2018-05-01 19:59:40.000,,,,,,,,,,,,,,,,,,, +856,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,26.0,4.0,4.0,2.0,672.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,116.0,116.0,,,,,,,,3.0,,2020-01-06 05:27:17.000,2.0,,,,,,,,,,,,,,,,,, +857,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,,52.0,17.0,83.0,18.0,49.0,567.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,58.0,58.0,,,,,,,,3.0,,2022-05-18 08:35:04.000,,,,,,,,,,,,,,,,,,, +858,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,1.0,98.0,39.0,106.0,12.0,51.0,548.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,11.0,15,True,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,104.0,107.0,,,,,,,,3.0,220.0,2020-08-19 15:39:10.000,,,vaticle/typedb-ml,,,,,,,,,,,,,,,, +859,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,506.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,,,,,10.0,10.0,https://pypi.org/project/atspy,243.0,243.0,,,,,,,,3.0,,2020-04-24 18:16:15.000,,,,,,,,,,,,,,,,,,, +860,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-02-09 14:43:06.000000,2024-02-09 14:43:00,137.0,2.0,42.0,20.0,166.0,3.0,63.0,441.0,A collection of tools for neural compression enthusiasts.,9.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,94.0,94.0,,,,,,,,3.0,,2023-10-03 14:26:28.000,,,,,,,,,,,,,,,,,,, +861,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,16.0,39.0,2.0,13.0,398.0,High-level batteries-included neural network training library for Pytorch.,4.0,15,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],9.0,9.0,https://pypi.org/project/pywick,76.0,76.0,,,,,,,,3.0,,2021-10-22 03:19:11.000,,,,,,,,,,,,,,,,,,, +862,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,4.0,67.0,20.0,177.0,87.0,17.0,392.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,82.0,82.0,,,,,,,,3.0,,2021-12-07 01:57:31.000,,,,,,,,,,,,,,,,,,, +863,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,,57.0,19.0,6.0,6.0,,389.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,,,,10.0,9.0,https://pypi.org/project/Adversary,41.0,179.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5935.0,,,,,3.0,,2018-08-29 15:14:41.000,1.0,,,,,,,,,,,,,,,,,, +864,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,370.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'],3.0,3.0,https://pypi.org/project/ptgnn,424.0,424.0,,,,,,,,3.0,,2021-10-21 21:43:04.000,,,,,,,,,,,,,,,,,,, +865,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,13.0,271.0,70.0,175.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,577.0,577.0,,,,,,,,3.0,,2020-12-03 23:07:43.000,,,,,,,,,,,,,,,,,,, +866,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,11.0,15.0,6.0,4.0,221.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'],8.0,,https://pypi.org/project/nx-altair,588.0,588.0,,,,,,,,3.0,,2020-06-02 21:11:12.000,8.0,,,,,,,,,,,,,,,,,, +867,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,5.0,2.0,16.0,23.0,188.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'],11.0,11.0,https://pypi.org/project/hugsvision,476.0,476.0,,,,,,,,3.0,,2023-01-22 01:21:35.467,,,,,,,,,,,,,,,,,,, +868,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-10-25 21:33:40.000000,2023-03-31 15:44:32,231.0,,20.0,28.0,52.0,7.0,7.0,104.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,15,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,107.0,107.0,,,,,,,,3.0,,2022-01-18 23:07:16.000,,,,,,,,,,,,,,,,,,, +869,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/geohot/tinygrad,https://github.com/geohot/tinygrad,MIT,2024-02-09 11:06:46.000,2024-02-09 11:03:46.000000,2024-01-23 19:41:22,3456.0,646.0,,1.0,,,,28.0,You like pytorch? You like micrograd? You love tinygrad!.,266.0,15,False,,,,,,,,['pytorch'],20.0,20.0,,,,,,,,,,,3.0,,,,-17.0,,,,,,,,,,,,,,,,, +870,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,818.0,78.0,34.0,116.0,59.0,3247.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +871,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,309.0,1783.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,63414.0,,,,,3.0,,2018-09-21 07:03:32.000,1.0,,,,,,,,,,,,,,,,,, +872,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,,112.0,21.0,37.0,20.0,8.0,1041.0,Distributed Computing for AI Made Simple.,5.0,14,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,1.0,,https://pypi.org/project/fiber,90.0,90.0,,,,,,,,3.0,,2020-07-09 03:28:28.000,1.0,,,,,,,,,,,,,,,,,, +873,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,,36.0,12.0,8.0,9.0,3.0,328.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,1205.0,1205.0,,,,,,,,3.0,,2020-04-17 02:50:25.000,2.0,,,,,,,,,,,,,,,,,, +874,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,300.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,94.0,94.0,,,,,,,,3.0,,2021-03-08 12:51:05.000,,,,,,,,,,,,,,,,,,, +875,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,240.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,208.0,208.0,,,,,,,,3.0,,2021-04-20 13:53:12.000,,,,,,,,,,,,,,,,,,, +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,,42.0,1.0,,,,179.0,Pytorch framework for doing deep learning on point clouds.,29.0,14,False,,,,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,646.0,646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +877,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-01-29 08:15:23.000000,2023-11-24 19:47:45,314.0,14.0,7.0,8.0,125.0,7.0,9.0,105.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,14,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +878,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,,481.0,110.0,12.0,39.0,8.0,2671.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +879,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,,77.0,46.0,4.0,3.0,,2430.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,1447.0,1449.0,,,,,,,,3.0,54.0,2022-08-09 04:22:00.465,1.0,,,,,,,,,,,,,,,,,, +880,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,38.0,10.0,13.0,3.0,1337.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,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,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,148.0,32.0,,53.0,59.0,1179.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,13,False,,,4.0,,milagraph/graphvite,,,,,,,,86.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4686.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-01-29 19:20:57.000000,2024-01-29 19:20:57,64.0,1.0,42.0,11.0,8.0,2.0,12.0,674.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,13,True,,,,rliable`,,,,,118.0,118.0,https://pypi.org/project/rliable`,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +883,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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,19.0,12.0,57.0,4.0,20.0,291.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,67.0,67.0,,,,,,,,3.0,,2020-05-28 19:00:02.000,,,,,,,,,,,,,,,,,,, +884,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,244.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:24:24.000,0.1.9,9.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,60.0,60.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +885,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,,33.0,8.0,72.0,20.0,8.0,230.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,13,False,,,,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +886,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,1.0,26.0,8.0,16.0,4.0,6.0,191.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'],4.0,4.0,https://pypi.org/project/textvec,50.0,50.0,,,,,,,,3.0,,2020-12-03 14:17:09.000,,,,,,,,,,,,,,,,,,, +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,,33.0,14.0,18.0,27.0,16.0,121.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,48.0,48.0,,,,,,,,3.0,,2019-06-10 21:04:04.000,,,,,,,,,,,,,,,,,,, +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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,28.0,28.0,https://pypi.org/project/lazycluster,61.0,61.0,,,,,,,,3.0,,2020-12-14 14:49:33.000,,,,,,,,,,,,,,,,,,, +889,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,2.0,12.0,12.0,17.0,,,42.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,,,,,1.0,1.0,https://pypi.org/project/bias-detector,239.0,239.0,,,,,,,,3.0,,2024-02-04 11:31:27.000,,,,,,,,,,,,,,,,,,, +890,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2024-02-13 16:33:46.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2024-02-02 11:18:12.000,3.37.1,276.0,comet_ml,comet_ml,,,,66.0,,https://pypi.org/project/comet_ml,154158.0,154158.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,2024-02-13 16:33:46.000,66.0,,,,,,,,,,,,,,,,,, +891,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,,401.0,62.0,6.0,62.0,17.0,1796.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,,,,,,,,,,,,,,,,,,,,, +892,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,,309.0,87.0,11.0,12.0,6.0,1674.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,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,,52.0,16.0,3.0,2.0,1.0,522.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,121.0,121.0,,,,,,,,3.0,,2020-04-09 01:48:32.000,,,,,,,,,,,,,,,,,,, +894,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-01-19 15:25:21.000000,2024-01-19 15:25:18,75.0,1.0,58.0,17.0,61.0,6.0,9.0,438.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,12,True,,,,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,118.0,118.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-01-25 13:32:50.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,254.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,84.0,90.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,,2021-12-13 16:04:42.000,,,,,,,,,,,,,,,,,,, +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,,27.0,22.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,98.0,98.0,,,,,,,,3.0,,2021-03-02 02:40:32.000,,,,,,,,,,,,,,,,,,, +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,126.0,Experiment tracking for machine and deep learning projects.,3.0,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,125.0,135.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.0,3.0,,2019-04-09 10:41:20.000,,,,,,,,,,,,,,,,,,, +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,,10.0,6.0,,2.0,4.0,118.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,59.0,59.0,,,,,,,,3.0,,2019-10-31 18:03:05.000,,,,,,,,,,,,,,,,,,, +899,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,1.0,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,52.0,52.0,,,,,,,,3.0,,2019-10-23 15:40:12.000,,,genixpro/hypermax,,,,,,,,,,,,,,,, +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,5.0,14.0,97.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,915.0,915.0,,,,,,,,3.0,,2022-10-07 09:58:11.751,,,,,,,,,,,,,,,,,,, +901,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,,11.0,13.0,26.0,4.0,13.0,85.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,62.0,62.0,,,,,,,,3.0,,2021-01-25 04:56:57.000,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,, +902,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,85.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,65.0,65.0,,,,,,,,3.0,,2021-06-25 14:27:32.000,,,,,,,,,,,,,,,,,,, +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,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,70.0,70.0,,,,,,,,3.0,,2021-12-23 15:53:08.000,,,,,,,,,,,,,,,,,,, +904,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,2023-03-14 16:25:22.000000,2022-02-09 22:20:11,9.0,,409.0,94.0,17.0,50.0,15.0,3262.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +905,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,,112.0,47.0,13.0,7.0,20.0,950.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +906,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,,144.0,39.0,7.0,15.0,14.0,911.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +907,Headliner,as-ideas/headliner,nlp,,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,17.0,7.0,2.0,13.0,231.0,Easy training and deployment of seq2seq models.,2.0,11,False,,,,headliner,,,,,5.0,5.0,https://pypi.org/project/headliner,164.0,164.0,,,,,,,,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,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],1.0,1.0,https://pypi.org/project/autodist,33.0,33.0,,,,,,,,3.0,,2020-07-16 05:36:19.000,,,,,,,,,,,,,,,,,,, +909,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-02-12 16:22:09.000000,2024-02-12 16:22:06,102.0,61.0,,5.0,,3.0,1.0,116.0,A Jax-based library for designing and training transformer models from scratch.,,11,False,,,1.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +910,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,,79.0,18.0,5.0,3.0,12.0,553.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +911,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,,49.0,14.0,13.0,9.0,9.0,486.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,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,,20.0,12.0,41.0,7.0,12.0,364.0,A library for distributed ML training with PyTorch.,6.0,10,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.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,10.0,44.0,,2.0,135.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,,,,,2.0,2.0,https://pypi.org/project/hypertunity,40.0,40.0,,,,,,,,3.0,,2020-01-26 23:08:16.000,,,,,,,,,,,,,,,,,,, +914,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']",,,https://pypi.org/project/traintool,26.0,26.0,,,,,,,,3.0,,2020-11-02 02:25:32.000,,,,,,,,,,,,,,,,,,, +915,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,139.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,18.0,18.0,,,,,,,,3.0,,2020-03-13 20:31:47.000,,,,,,,,,,,,,,,,,,, +916,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,4.0,7.0,,1.0,,56.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,26.0,26.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,2022-11-22 17:50:34.944,1.0,,,,,,,,,,,,,,,,,, diff --git a/history/2024-02-22_changes.md b/history/2024-02-22_changes.md new file mode 100644 index 00000000..8e3d4a83 --- /dev/null +++ b/history/2024-02-22_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- dask (🥇45 · ⭐ 12K · 📈) - Parallel computing with task scheduling. BSD-3 +- torchvision (🥇42 · ⭐ 15K · 📈) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +- sentencepiece (🥇38 · ⭐ 9K · 📈) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 +- Albumentations (🥈37 · ⭐ 13K · 📈) - Fast image augmentation library and an easy-to-use.. MIT +- InsightFace (🥈35 · ⭐ 20K · 📈) - State-of-the-art 2D and 3D Face Analysis Project. MIT +- torchtext (🥈34 · ⭐ 3.4K · 📈) - Models, data loaders and abstractions for language.. BSD-3 +- tinygrad (🥇32 · ⭐ 22K · 📈) - You like pytorch? You like micrograd? You love tinygrad!. MIT +- polyglot (🥉26 · ⭐ 2.2K · 💀) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0 +- DeepMatcher (🥉22 · ⭐ 4.9K · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 +- Fiber (🥉17 · ⭐ 1K · 💀) - Distributed Computing for AI Made Simple. 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._ + +- scikit-learn (🥇51 · ⭐ 57K · 📉) - scikit-learn: machine learning in Python. BSD-3 +- PaddleOCR (🥇37 · ⭐ 37K · 📉) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 +- fairseq (🥈35 · ⭐ 29K · 📉) - Facebook AI Research Sequence-to-Sequence Toolkit written in.. MIT +- Recommenders (🥇34 · ⭐ 18K · 📉) - Best Practices on Recommendation Systems. MIT +- Theano (🥈34 · ⭐ 9.8K · 📉) - Theano was a Python library that allows you to define,.. ❗Unlicensed +- MindsDB (🥉32 · ⭐ 20K · 📉) - The platform for building custom AI, enabling smarter.. ❗Unlicensed +- pygal (🥈28 · ⭐ 2.6K · 📉) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0 +- Saliency (🥉19 · ⭐ 920 · 💀) - Framework-agnostic implementation for state-of-the-art.. Apache-2 +- textpipe (🥉17 · ⭐ 300 · 💀) - Textpipe: clean and extract metadata from text. MIT +- tffm (🥉16 · ⭐ 780 · 💀) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT + diff --git a/history/2024-02-22_projects.csv b/history/2024-02-22_projects.csv new file mode 100644 index 00000000..6c8576ee --- /dev/null +++ b/history/2024-02-22_projects.csv @@ -0,0 +1,918 @@ +,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,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-02-21 11:10:36.000000,2024-01-10 20:21:25,1536.0,1.0,658.0,114.0,310.0,54.0,132.0,4389.0,Benchmarks of approximate nearest neighbor libraries in Python.,99.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-02-18 09:06:22.000000,2024-02-18 09:06:21,311.0,25.0,158.0,54.0,183.0,,3.0,2127.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2024-02-15 16:50:12.000,2024.02.15,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-02-22 13:38:34.000000,2024-02-15 14:03:53,327.0,24.0,222.0,87.0,184.0,4.0,5.0,3326.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-02-15 14:04:03.000,2024.02.15,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-02-22 13:38:34.000000,2024-02-15 14:03:53,327.0,24.0,222.0,87.0,184.0,4.0,5.0,3326.0,Collection of database clients for python.,12.0,0,True,2024-02-15 14:04:03.000,2024.02.15,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-02-22 13:38:34.000000,2024-02-15 14:03:53,327.0,24.0,222.0,87.0,184.0,4.0,5.0,3326.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-02-15 14:04:03.000,2024.02.15,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-02-22 13:38:34.000000,2024-02-15 14:03:53,327.0,24.0,222.0,87.0,184.0,4.0,5.0,3326.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-02-15 14:04:03.000,2024.02.15,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-02-22 14:14:18.000000,2024-02-22 14:14:12,160314.0,3663.0,73689.0,7656.0,23685.0,2056.0,36827.0,183162.0,An Open Source Machine Learning Framework for Everyone.,4546.0,55,True,2024-01-18 12:52:11.000,2.16.0,190.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],359935.0,344402.0,https://pypi.org/project/tensorflow,2024-01-18 12:52:11.000,15533.0,19044501.0,20159053.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4489455.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-02-22 13:48:36.505471,2282.0,76151853.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-02-22 14:12:22.000000,2024-02-22 14:07:21,69770.0,3034.0,20016.0,1694.0,80123.0,12620.0,27344.0,75586.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4666.0,54,True,2024-01-30 17:58:51.000,2.2.0,49.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],394349.0,394349.0,https://pypi.org/project/torch,,,18153677.0,18852829.0,https://anaconda.org/pytorch/pytorch,2024-02-21 17:09:02.139,20264242.0,,,,,1.0,34356.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-02-22 14:02:22.000000,2024-02-22 13:09:32,31016.0,343.0,24154.0,2145.0,16862.0,1641.0,9062.0,57451.0,scikit-learn: machine learning in Python.,3077.0,51,True,2024-02-15 16:07:32.000,1.4.1.post1,47.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],705537.0,705537.0,https://pypi.org/project/scikit-learn,,,50637761.0,51220857.0,https://anaconda.org/conda-forge/scikit-learn,2024-02-16 10:16:19.766,26238871.0,,,,,1.0,941.0,-1.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-02-22 14:09:41.000000,2024-02-22 10:48:01,15181.0,605.0,22987.0,1083.0,14779.0,761.0,13317.0,120595.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2425.0,50,True,2024-02-22 00:24:34.000,4.38.1,102.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",140123.0,140123.0,https://pypi.org/project/transformers,,,21962634.0,21997908.0,https://anaconda.org/conda-forge/transformers,2024-02-22 03:59:30.230,1516793.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12.000,2024-02-22 13:34:04.000000,2024-02-21 11:18:45,49589.0,445.0,7331.0,594.0,17715.0,1536.0,8907.0,18895.0,matplotlib: plotting with Python.,1645.0,50,True,2024-02-16 10:48:06.000,3.7.5,121.0,matplotlib,conda-forge/matplotlib,,,,1160516.0,1095487.0,https://pypi.org/project/matplotlib,2024-02-16 10:48:06.000,65029.0,55436844.0,55932070.0,https://anaconda.org/conda-forge/matplotlib,2024-02-15 20:37:52.070,21789967.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-02-22 11:17:12.000000,2024-02-21 23:56:10,31615.0,449.0,5010.0,349.0,10379.0,1814.0,8225.0,12210.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1586.0,50,True,2024-01-20 22:00:44.000,1.12.0,99.0,scipy,conda-forge/scipy,,,,993449.0,926836.0,https://pypi.org/project/scipy,2024-01-20 21:10:31.000,66613.0,80884745.0,82045103.0,https://anaconda.org/conda-forge/scipy,2024-01-24 03:11:41.395,45104680.0,,,,,1.0,394373.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-02-22 10:52:25.000000,2024-02-22 10:51:56,17192.0,588.0,2173.0,224.0,4664.0,110.0,2930.0,11493.0,Python Imaging Library (Fork).,461.0,48,True,2024-01-02 09:38:41.000,10.2.0,95.0,Pillow,conda-forge/pillow,,,,1612139.0,1544383.0,https://pypi.org/project/Pillow,2023-10-15 13:01:25.000,67756.0,89305501.0,90145440.0,https://anaconda.org/conda-forge/pillow,2024-01-03 04:54:52.877,36117414.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +13,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-02-22 14:10:26.000000,2024-02-22 14:02:37,19486.0,1129.0,2490.0,322.0,12516.0,1571.0,3687.0,26726.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",638.0,46,True,2024-02-06 23:17:32.000,0.4.24,158.0,jax,conda-forge/jaxlib,,,,22951.0,22109.0,https://pypi.org/project/jax,2024-02-06 23:17:32.000,842.0,5595783.0,5619720.0,https://anaconda.org/conda-forge/jaxlib,2024-02-15 20:21:50.521,1053231.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +14,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-02-22 11:01:40.000000,2024-02-19 11:13:31,57126.0,429.0,4214.0,293.0,12958.0,4933.0,8663.0,11861.0,A computer algebra system written in pure Python.,1276.0,46,True,2023-05-10 18:09:23.000,sympy-1.12,50.0,sympy,conda-forge/sympy,,,,118121.0,113192.0,https://pypi.org/project/sympy,2023-05-10 18:24:09.226,4929.0,12590066.0,12647963.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,4994210.0,,,,,1.0,532964.0,,,,,,,,,,,,,,,,,, +15,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-02-22 09:34:13.000000,2024-02-22 09:34:12,6759.0,118.0,8145.0,908.0,4977.0,355.0,4722.0,25321.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",636.0,45,True,2023-12-19 10:07:53.000,2.0.3,56.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,81400.0,81400.0,https://pypi.org/project/xgboost,,,12608422.0,12714346.0,https://anaconda.org/conda-forge/xgboost,2024-01-19 09:21:22.082,4551829.0,,,,,1.0,8100.0,,,,,,,,,,,,,,,,,, +16,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-02-22 14:15:49.000000,2024-02-22 13:49:23,46834.0,1858.0,5368.0,723.0,44027.0,1852.0,16758.0,21374.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1161.0,45,True,2024-01-08 06:43:49.000,2.6.0,66.0,paddlepaddle,,,,['paddle'],4754.0,4660.0,https://pypi.org/project/paddlepaddle,2023-12-26 06:45:52.000,94.0,227458.0,227628.0,,,,,,,,1.0,15368.0,,,,,,,,,,,,,,,,,, +17,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-02-22 11:40:13.000000,2024-02-20 19:47:06,20393.0,85.0,4228.0,444.0,5977.0,757.0,6825.0,18598.0,"Interactive Data Visualization in the browser, from Python.",684.0,45,True,2024-01-25 18:45:35.000,3.3.4,195.0,bokeh,conda-forge/bokeh,,,,87604.0,83781.0,https://pypi.org/project/bokeh,2024-02-15 16:35:27.000,3823.0,4193580.0,4498042.0,https://anaconda.org/conda-forge/bokeh,2024-01-25 20:54:18.325,13396349.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +18,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-02-22 13:08:04.000000,2024-02-22 13:08:03,8105.0,191.0,1674.0,212.0,5732.0,1037.0,4103.0,11801.0,Parallel computing with task scheduling.,592.0,45,True,2024-02-09 23:11:21.000,2024.2.0,189.0,dask,conda-forge/dask,,,,60547.0,57404.0,https://pypi.org/project/dask,2024-02-09 23:11:21.000,3143.0,7121799.0,7360266.0,https://anaconda.org/conda-forge/dask,2024-02-10 02:02:14.402,10731031.0,,,,,1.0,,2.0,stable/dask,,,,,,,,,,,,,,,, +19,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-02-21 02:23:56.000000,2024-02-13 23:43:19,15258.0,130.0,2825.0,280.0,3850.0,2701.0,2736.0,9324.0,Statsmodels: statistical modeling and econometrics in Python.,423.0,45,True,2023-12-14 14:50:21.000,0.14.1,36.0,statsmodels,conda-forge/statsmodels,,,,121106.0,115504.0,https://pypi.org/project/statsmodels,2023-12-14 14:50:21.000,5602.0,13012757.0,13290807.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12234217.0,,,,,1.0,30.0,,,,,,,,,,,,,,,,,, +20,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-02-22 14:42:32.000000,2024-02-22 13:40:40,6130.0,185.0,2694.0,307.0,4157.0,747.0,3199.0,30295.0,Streamlit A faster way to build and share data apps.,221.0,44,True,2024-02-12 17:53:30.000,1.31.1,215.0,streamlit,,,,,314106.0,312711.0,https://pypi.org/project/streamlit,2024-02-12 17:53:21.000,1395.0,4183318.0,4183318.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +21,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-02-20 12:17:52.000000,2024-02-20 12:17:51,16117.0,39.0,4179.0,556.0,3964.0,83.0,5472.0,28301.0,Industrial-strength Natural Language Processing (NLP) in Python.,748.0,44,True,2024-02-15 19:16:59.000,3.7.4,100.0,spacy,conda-forge/spacy,,,,80855.0,80855.0,https://pypi.org/project/spacy,,,6160886.0,6236672.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3334616.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +22,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-02-22 14:07:03.000000,2024-02-22 14:07:03,10170.0,216.0,3119.0,249.0,9959.0,643.0,6104.0,26262.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",929.0,44,True,2024-02-12 19:43:45.000,2.2.0.post0,106.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],29140.0,29140.0,https://pypi.org/project/pytorch-lightning,,,4573288.0,4597546.0,https://anaconda.org/conda-forge/pytorch-lightning,2023-12-21 18:47:20.324,1054376.0,,,,,2.0,10035.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,, +23,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-02-22 14:00:07.000000,2024-02-22 08:41:12,5449.0,399.0,3845.0,293.0,7553.0,1363.0,2345.0,16799.0,Open source platform for the machine learning lifecycle.,701.0,44,True,2024-02-09 12:58:56.000,2.10.2,90.0,mlflow,conda-forge/mlflow,,,,31260.0,30706.0,https://pypi.org/project/mlflow,2024-02-09 06:04:53.000,554.0,15566791.0,15606290.0,https://anaconda.org/conda-forge/mlflow,2024-02-18 19:30:33.405,1737964.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +24,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-02-19 17:25:23.000000,2024-02-15 16:34:58,6368.0,113.0,2477.0,282.0,1608.0,1487.0,1383.0,14889.0,The interactive graphing library for Python This project now includes Plotly Express!.,257.0,44,True,2024-02-15 15:49:11.000,5.19.0,295.0,plotly,conda-forge/plotly,,,,246643.0,240974.0,https://pypi.org/project/plotly,2024-02-15 15:42:04.000,5662.0,12401591.0,12527034.0,https://anaconda.org/conda-forge/plotly,2024-02-15 18:15:23.292,5257523.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,7.0,8610.0,,,,,,,,,, +25,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-02-22 04:46:13.000000,2024-02-22 04:46:12,7602.0,91.0,3172.0,276.0,3665.0,345.0,2954.0,13925.0,Network Analysis in Python.,708.0,44,True,2023-10-28 09:53:23.000,networkx-3.2.1,92.0,networkx,conda-forge/networkx,,,,240997.0,225725.0,https://pypi.org/project/networkx,2023-10-28 08:41:36.000,15272.0,44126081.0,44477254.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14749283.0,,,,,1.0,65.0,,,,,,,,,,,,,,,,,, +26,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-02-18 17:42:11.000000,2024-01-25 13:04:48,3229.0,25.0,1876.0,260.0,1088.0,129.0,2351.0,11714.0,Statistical data visualization in Python.,210.0,44,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,376180.0,364430.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,11750.0,15027895.0,15211026.0,https://anaconda.org/conda-forge/seaborn,2024-01-27 07:37:15.644,8057644.0,,,,,1.0,376.0,,,,,,,,,,,,,,,,,, +27,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-02-22 14:00:29.000000,2024-02-22 02:20:23,10329.0,229.0,18589.0,1912.0,6945.0,173.0,11421.0,60342.0,Deep Learning for humans.,1276.0,43,True,2024-02-14 22:35:12.000,3.0.5,59.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],,,https://pypi.org/project/keras,,,15013975.0,15090810.0,https://anaconda.org/conda-forge/keras,2024-02-15 07:10:55.798,3380756.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +28,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-02-22 14:35:31.000000,2024-02-22 11:29:03,20723.0,794.0,5074.0,468.0,26351.0,3618.0,13585.0,30011.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,977.0,43,True,2024-02-06 01:23:15.000,ray-2.9.2,98.0,ray,conda-forge/ray-tune,,,,14291.0,13820.0,https://pypi.org/project/ray,2024-02-05 22:50:44.000,471.0,3140554.0,3145512.0,https://anaconda.org/conda-forge/ray-tune,2024-02-13 16:37:02.206,188344.0,,,,,1.0,208.0,,,,,,,,,,,,,,,,,, +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,2024-02-22 13:51:12.000000,2024-02-22 13:28:56,6318.0,354.0,1904.0,145.0,3379.0,450.0,3305.0,26462.0,"Wrap UIs around any model, share with anyone.",266.0,43,True,2024-02-16 20:37:21.000,4.19.1,547.0,gradio,,,,,23602.0,23306.0,https://pypi.org/project/gradio,2024-02-16 20:37:21.000,296.0,7312482.0,7312482.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +30,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-02-22 11:41:37.000000,2024-02-19 19:12:40,2661.0,64.0,3646.0,438.0,3110.0,308.0,2362.0,16440.0,Open standard for machine learning interoperability.,306.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,,24765.0,24072.0,https://pypi.org/project/onnx,2023-10-26 18:30:51.000,693.0,4783779.0,4805022.0,https://anaconda.org/conda-forge/onnx,2024-01-25 12:19:38.120,923188.0,,,,,1.0,19974.0,,,,,,,,,,,,,,,,,, +31,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-02-22 12:58:07.000000,2024-02-22 03:26:09,3427.0,48.0,3675.0,434.0,3083.0,323.0,2914.0,15867.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",296.0,43,True,2024-01-26 02:11:11.000,4.3.0,31.0,lightgbm,conda-forge/lightgbm,,,,29968.0,29968.0,https://pypi.org/project/lightgbm,,,7702218.0,7758227.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2189277.0,,,,,2.0,214220.0,,,,,,,,,,,,,,,,,, +32,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-02-19 22:55:10.000000,2024-01-29 09:04:39,14509.0,27.0,2832.0,468.0,1451.0,266.0,1506.0,12820.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,43,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,265544.0,252608.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,12936.0,13805897.0,13832727.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2414750.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +33,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-02-22 02:51:05.000000,2024-02-20 20:37:02,5771.0,51.0,1609.0,193.0,4927.0,654.0,1222.0,6478.0,TensorFlows Visualization Toolkit.,314.0,43,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],219146.0,216189.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,2957.0,23711782.0,23814285.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4510143.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +34,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-02-22 11:34:42.000000,2024-02-15 15:37:11,3792.0,49.0,6860.0,398.0,5163.0,970.0,2328.0,15143.0,"Datasets, Transforms and Models specific to Computer Vision.",574.0,42,True,2024-01-30 18:31:39.000,0.17.0,41.0,torchvision,conda-forge/torchvision,,,['pytorch'],5111.0,21.0,https://pypi.org/project/torchvision,2024-01-30 17:33:54.000,5090.0,10521056.0,10549589.0,https://anaconda.org/conda-forge/torchvision,2023-12-13 18:56:48.112,982903.0,,,,,1.0,37017.0,4.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,2024-02-22 14:51:35.000000,2024-02-22 01:07:21,4666.0,81.0,2068.0,1692.0,4514.0,304.0,2596.0,11535.0,WebGL2 powered visualization framework.,246.0,42,True,2024-01-19 15:08:57.947,8.9.34,629.0,pydeck,conda-forge/pydeck,,,['jupyter'],7711.0,7160.0,https://pypi.org/project/pydeck,2023-04-15 06:29:01.705,58.0,2215939.0,2666012.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,477640.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-02-14 10:04:47.307,493.0,440123.0,,,,,,,,,, +36,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-02-22 13:11:45.000000,2024-02-22 12:07:03,2168.0,207.0,3817.0,315.0,2549.0,942.0,1531.0,31470.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",290.0,41,True,2024-02-12 17:20:29.000,0.13.2,84.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],5939.0,5837.0,https://pypi.org/project/deepspeed,2024-02-12 17:20:29.000,102.0,380299.0,380660.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17728.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-02-21 16:25:26.726000,2024-02-19 19:32:03,2172.0,68.0,4537.0,308.0,442.0,71.0,770.0,28791.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",129.0,41,True,2024-02-19 19:35:21.000,0.9.16,56.0,timm,conda-forge/timm,,,['pytorch'],23683.0,23291.0,https://pypi.org/project/timm,2024-02-19 19:33:42.000,392.0,4551595.0,4663309.0,https://anaconda.org/conda-forge/timm,2024-02-21 16:25:26.726,123045.0,,,,,1.0,6204642.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-02-22 14:26:45.566125,2024-02-22 12:40:53,19111.0,620.0,2699.0,312.0,18956.0,612.0,9526.0,25635.0,"A cloud-native vector database, storage for next generation AI applications.",264.0,41,True,2024-02-19 08:30:54.000,2.3.9,100.0,pymilvus,,milvusdb/milvus,,,82.0,,https://pypi.org/project/pymilvus,2024-01-24 02:49:14.000,82.0,609402.0,826265.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-02-22 14:26:45.566125,39.0,11214741.0,1.0,73713.0,,,,,,,,,,,,,,,,,, +39,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-02-22 07:51:27.000000,2024-02-20 11:49:56,2609.0,49.0,3127.0,245.0,805.0,1420.0,982.0,21187.0,A game theoretic approach to explain the output of any machine learning model.,233.0,41,True,2024-01-25 13:23:34.000,0.44.1,101.0,shap,conda-forge/shap,,,,16302.0,15840.0,https://pypi.org/project/shap,2024-01-25 13:23:34.000,462.0,7625280.0,7685985.0,https://anaconda.org/conda-forge/shap,2024-01-08 16:40:58.890,2306819.0,,,,,1.0,,,,shap/shap,,,,,,,,,,,,,,, +40,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-02-22 14:04:07.000000,2024-02-21 01:05:31,9191.0,119.0,1144.0,136.0,5380.0,520.0,4067.0,12904.0,ML Experiments Management with Git.,290.0,41,True,2024-02-21 01:10:47.000,3.47.0,515.0,dvc,conda-forge/dvc,,,,13044.0,12949.0,https://pypi.org/project/dvc,2024-02-21 01:10:47.000,95.0,684063.0,728192.0,https://anaconda.org/conda-forge/dvc,2024-02-21 02:55:44.747,1768401.0,,,,,1.0,43337.0,,,,,,,,,dvc,dvc,dvc,,,,,,, +41,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-02-20 19:38:01.000000,2024-02-20 19:38:00,3623.0,22.0,778.0,141.0,1322.0,175.0,1746.0,8725.0,Declarative statistical visualization library for Python.,161.0,41,True,2023-11-28 06:23:39.000,5.2.0,39.0,altair,conda-forge/altair,,,,109060.0,108393.0,https://pypi.org/project/altair,2023-11-28 05:41:35.000,667.0,20469350.0,20551787.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2143345.0,,,,,1.0,102.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,2024-02-22 12:43:32.000000,2024-02-22 12:43:32,13806.0,25.0,2249.0,186.0,4354.0,762.0,2049.0,5781.0,Image processing in Python.,650.0,41,False,2023-10-03 21:36:37.000,0.22.0,59.0,scikit-image,conda-forge/scikit-image,,,,181165.0,170618.0,https://pypi.org/project/scikit-image,2023-10-03 21:35:27.000,10547.0,15203642.0,15339188.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,5964059.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +43,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-02-22 07:46:07.000000,2024-02-15 15:09:03,7247.0,171.0,2034.0,419.0,1028.0,818.0,861.0,20161.0,Data Apps & Dashboards for Python. No JavaScript Required.,147.0,40,True,2024-01-31 18:19:00.000,2.15.0,175.0,dash,conda-forge/dash,,,,60068.0,58592.0,https://pypi.org/project/dash,2024-01-31 18:15:05.000,1476.0,2642226.0,2669455.0,https://anaconda.org/conda-forge/dash,2024-02-01 06:48:09.240,1198032.0,,,,,1.0,70.0,,,,,,,,,,,,,,,,,, +44,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-02-22 09:33:16.000000,2024-02-20 16:16:19,32599.0,11.0,4517.0,349.0,6339.0,116.0,6641.0,17624.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",592.0,40,True,2024-02-13 13:39:05.000,3.6.17,370.0,rasa,,,,['tensorflow'],4028.0,3961.0,https://pypi.org/project/rasa,2024-02-13 13:38:51.000,67.0,156755.0,156755.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +45,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-02-22 13:37:10.000000,2024-02-22 08:37:55,1330.0,95.0,2254.0,126.0,343.0,1006.0,903.0,13154.0,Multilingual Sentence & Image Embeddings with BERT.,140.0,40,True,2024-01-30 19:43:59.000,2.3.1,45.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],25769.0,25070.0,https://pypi.org/project/sentence-transformers,2024-01-30 19:39:08.000,699.0,3691367.0,3696290.0,https://anaconda.org/conda-forge/sentence-transformers,2024-01-31 01:17:33.880,201879.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +46,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-02-19 22:19:44.000000,2024-02-11 13:47:36,1174.0,81.0,2128.0,237.0,534.0,183.0,1064.0,11337.0,Download market data from Yahoo! Finances API.,106.0,40,True,2024-01-21 18:12:42.000,0.2.36,108.0,yfinance,ranaroussi/yfinance,,,,33985.0,33660.0,https://pypi.org/project/yfinance,2024-01-21 18:12:42.000,325.0,1592632.0,1595423.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,86550.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +47,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-02-22 13:23:12.000000,2024-02-20 11:24:01,9761.0,63.0,1929.0,227.0,3843.0,263.0,2981.0,8034.0,Bayesian Modeling and Probabilistic Programming in Python.,480.0,40,True,2024-02-14 10:23:42.000,5.10.4,78.0,pymc3,conda-forge/pymc3,,,,3037.0,2787.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,250.0,745630.0,751900.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,550279.0,,,,,1.0,1936.0,,,,,,,,,,,,,,,,,, +48,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-02-22 14:48:35.000000,2024-02-22 04:54:55,6141.0,182.0,598.0,56.0,4054.0,841.0,2148.0,7878.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,174.0,40,True,2024-02-06 18:50:34.000,0.16.3,268.0,wandb,conda-forge/wandb,,,,39582.0,38847.0,https://pypi.org/project/wandb,2024-02-06 18:26:24.000,735.0,11135981.0,11146581.0,https://anaconda.org/conda-forge/wandb,2024-02-06 19:13:02.985,455836.0,,,,,1.0,,,,wandb/wandb,,,,,,,,,,,,,,, +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,2024-02-21 17:39:31.000000,2024-02-15 15:38:54,1289.0,112.0,731.0,98.0,1238.0,116.0,1120.0,6546.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",219.0,40,True,2024-02-13 15:16:50.000,0.27.2,43.0,accelerate,conda-forge/accelerate,,,['pytorch'],27171.0,26606.0,https://pypi.org/project/accelerate,2024-02-13 15:16:50.000,565.0,8414448.0,8418150.0,https://anaconda.org/conda-forge/accelerate,2024-02-09 18:05:07.779,103668.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +50,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-02-21 10:19:10.000000,2024-02-19 12:54:36,1884.0,52.0,914.0,107.0,1548.0,440.0,1188.0,4069.0,Python tools for geographic data.,219.0,40,True,2024-01-31 19:22:01.000,0.14.3,52.0,geopandas,conda-forge/geopandas,,,['pandas'],33476.0,31568.0,https://pypi.org/project/geopandas,2024-01-31 19:21:57.000,1908.0,5976828.0,6054382.0,https://anaconda.org/conda-forge/geopandas,2024-01-31 21:02:18.644,3411244.0,,,,,1.0,2443.0,,,,,,,,,,,,,,,,,, +51,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-02-22 06:56:10.000000,2024-02-21 18:00:22,3516.0,164.0,1117.0,133.0,2846.0,266.0,1157.0,2009.0,A library for training and deploying machine learning models on Amazon SageMaker.,425.0,40,True,2024-02-15 22:26:14.000,2.208.0,569.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3709.0,3615.0,https://pypi.org/project/sagemaker,2024-02-15 22:26:14.000,94.0,25025071.0,25042085.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-02-16 00:15:43.269,714618.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +52,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-02-22 13:14:38.000000,2024-02-22 12:47:24,5695.0,88.0,705.0,55.0,4929.0,1482.0,2302.0,1522.0,A distributed task scheduler for Dask.,323.0,40,True,2024-02-09 23:11:22.000,2024.2.0,221.0,distributed,conda-forge/distributed,,,,34214.0,32883.0,https://pypi.org/project/distributed,2024-02-09 23:11:22.000,1331.0,4665049.0,4954624.0,https://anaconda.org/conda-forge/distributed,2024-02-10 00:54:34.054,13030919.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +53,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2023-10-22 22:49:37.000000,2023-01-30 18:15:21,1757.0,,8561.0,1062.0,1449.0,78.0,1717.0,33550.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,,,,53026.0,50321.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2705.0,832055.0,837825.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,265423.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +54,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-02-21 13:36:16.000000,2024-02-05 13:23:18,2706.0,17.0,9144.0,372.0,3119.0,1402.0,6634.0,27077.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,39,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2228.0,2192.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,36.0,165308.0,165308.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +55,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-02-22 00:35:35.000000,2024-02-21 19:38:57,1022.0,111.0,3335.0,476.0,867.0,431.0,1881.0,26939.0,A library for efficient similarity search and clustering of dense vectors.,154.0,39,True,2024-01-24 02:49:14.000,2.3.6,91.0,pymilvus,conda-forge/faiss,,,,3525.0,3443.0,https://pypi.org/project/pymilvus,2024-01-24 02:49:14.000,82.0,609402.0,632257.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1028490.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +56,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-02-19 10:12:25.000000,2024-02-16 23:03:14,8515.0,16.0,2152.0,207.0,4158.0,12.0,1915.0,19698.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2024-02-16 10:59:33.000,3.23.3,100.0,jina,conda-forge/jina-core,jinaai/jina,,,1595.0,1595.0,https://pypi.org/project/jina,,,149817.0,179061.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,60064.0,https://hub.docker.com/r/jinaai/jina,2024-02-16 11:07:23.702645,8.0,1304314.0,2.0,,,,,,,,,,,,,,,,,,, +57,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-02-08 03:02:42.101000,2024-02-08 02:27:50,4512.0,3.0,4159.0,435.0,1685.0,378.0,1445.0,15011.0,Topic Modelling for Humans.,449.0,39,True,2023-08-24 08:44:46.000,4.3.2,43.0,gensim,conda-forge/gensim,,,,55951.0,55951.0,https://pypi.org/project/gensim,,,3857551.0,3892024.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1204984.0,,,,,1.0,4553.0,,,piskvorky/gensim,,,,,,,,,,,,,,, +58,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-02-22 06:25:36.000000,2024-02-22 06:25:36,3958.0,336.0,2942.0,170.0,4541.0,470.0,2231.0,12774.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",285.0,39,True,2024-01-12 03:51:43.000,2.0.0,450.0,dgl,,,,,287.0,200.0,https://pypi.org/project/dgl,2024-01-12 03:38:25.000,87.0,69567.0,69567.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +59,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-02-22 14:31:02.000000,2024-02-22 14:21:38,1745.0,254.0,1120.0,175.0,2010.0,459.0,603.0,10013.0,Development repository for the Triton language and compiler.,211.0,39,True,2024-01-10 03:11:56.000,2.2.0,192.0,triton,,,,,116.0,21.0,https://pypi.org/project/triton,2024-01-10 03:11:56.000,95.0,9011760.0,9011760.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +60,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-02-22 13:53:51.000000,2024-02-22 09:47:07,17139.0,330.0,942.0,120.0,3412.0,95.0,1491.0,9300.0,A hyperparameter optimization framework.,258.0,39,False,2023-12-11 05:05:36.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,13042.0,12537.0,https://pypi.org/project/optuna,2023-12-11 05:05:36.000,505.0,2113672.0,2128297.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,643542.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +61,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-02-22 09:42:44.000000,2024-02-22 09:42:40,47465.0,559.0,1128.0,195.0,379.0,519.0,1688.0,7605.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1214.0,39,True,2023-09-19 20:01:10.000,1.2.2,84.0,catboost,conda-forge/catboost,,,,13.0,13.0,https://pypi.org/project/catboost,,,1762196.0,1802199.0,https://anaconda.org/conda-forge/catboost,2023-09-19 20:23:11.996,1447677.0,,,,,2.0,222073.0,,,,,,,,,,,,,,,,,, +62,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-02-22 13:47:03.000000,2024-02-22 01:10:17,4299.0,231.0,1192.0,102.0,3439.0,762.0,1383.0,7214.0,A unified framework for machine learning with time series.,320.0,39,True,2024-01-27 05:22:50.000,0.26.0,61.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2305.0,2245.0,https://pypi.org/project/sktime,2024-01-27 05:22:50.000,60.0,741273.0,771340.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-01-27 10:37:50.794,932054.0,,,,,1.0,84.0,,,sktime/sktime,,,,,,,,,,,,,,, +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,2024-02-20 08:15:24.000000,2024-02-19 10:15:39,1782.0,23.0,2246.0,164.0,811.0,75.0,990.0,6595.0,Python Data. Leaflet.js Maps.,162.0,39,True,2023-12-04 11:12:36.000,0.15.1,30.0,folium,conda-forge/folium,,,,35122.0,34283.0,https://pypi.org/project/folium,2023-12-04 11:12:36.000,839.0,946859.0,1015855.0,https://anaconda.org/conda-forge/folium,2023-12-04 11:42:27.248,2552858.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +64,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-02-22 05:12:10.000000,2024-02-21 23:14:57,4200.0,212.0,587.0,83.0,2200.0,191.0,684.0,5222.0,Flax is a neural network library for JAX that is designed for flexibility.,216.0,39,True,2024-02-07 21:53:16.000,0.8.1,42.0,flax,conda-forge/flax,,,['jax'],6357.0,6138.0,https://pypi.org/project/flax,2024-02-07 21:53:16.000,219.0,3584544.0,3585696.0,https://anaconda.org/conda-forge/flax,2024-02-08 03:12:06.588,40318.0,,,,,2.0,50.0,,,,,,,,,,,,,,,,,, +65,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-02-22 14:04:29.000000,2024-02-22 09:09:02,39919.0,995.0,26479.0,2034.0,45189.0,,,37868.0,Apache Spark Python API.,3011.0,38,True,,,33.0,pyspark,conda-forge/pyspark,,,['spark'],,,https://pypi.org/project/pyspark,,,29076233.0,29144352.0,https://anaconda.org/conda-forge/pyspark,2023-10-04 13:44:45.676,2997269.0,,,,,2.0,,,stable/spark,,,,,,,,,,,,,,,, +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-02-01 00:26:04.000000,2024-02-01 00:26:01,2738.0,9.0,7295.0,617.0,2217.0,186.0,1585.0,25245.0,The fastai deep learning library.,246.0,38,True,2024-02-01 00:26:04.000,2.7.14,51.0,fastai,,,,['pytorch'],16308.0,16308.0,https://pypi.org/project/fastai,,,417601.0,417601.0,,,,,,,,2.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,2024-02-22 14:21:17.000000,2024-02-21 16:11:33,7390.0,263.0,3478.0,252.0,2836.0,927.0,2558.0,19614.0,Graph Neural Network Library for PyTorch.,484.0,38,True,2024-02-16 07:16:56.000,2.5.0,41.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],147.0,,https://pypi.org/project/torch-geometric,2024-02-16 07:13:42.000,147.0,221509.0,222364.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-02-20 21:51:46.481,36806.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +68,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-02-21 11:44:15.000000,2024-02-21 11:44:15,8238.0,6.0,3268.0,478.0,687.0,47.0,2126.0,12649.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,38,False,2023-06-03 20:05:00.841,19.24.2,36.0,dlib,conda-forge/dlib,,,,25922.0,25119.0,https://pypi.org/project/dlib,2023-06-03 20:05:00.841,803.0,368368.0,383585.0,https://anaconda.org/conda-forge/dlib,2024-01-11 01:14:47.895,658832.0,,,,,2.0,25378.0,,,,,,,,,,,,,,,,,, +69,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-02-22 13:18:48.000000,2024-02-18 19:47:12,2676.0,69.0,922.0,128.0,1789.0,264.0,625.0,9119.0,Geometric Computer Vision Library for Spatial AI.,250.0,38,True,2023-12-27 11:10:14.000,0.7.1,38.0,kornia,conda-forge/kornia,,,['pytorch'],8582.0,8446.0,https://pypi.org/project/kornia,2023-12-27 11:10:14.000,136.0,2093438.0,2096449.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,113907.0,,,,,1.0,951.0,,,,,,,,,,,,,,,,,, +70,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-02-22 07:56:17.000000,2024-02-22 07:56:11,934.0,45.0,1056.0,124.0,276.0,25.0,679.0,9019.0,Unsupervised text tokenizer for Neural Network-based text generation.,84.0,38,True,2024-02-19 16:08:39.000,0.2.0,27.0,sentencepiece,conda-forge/sentencepiece,,,,55681.0,55681.0,https://pypi.org/project/sentencepiece,,,12791280.0,12808529.0,https://anaconda.org/conda-forge/sentencepiece,2024-01-23 02:02:02.802,719383.0,,,,,1.0,34355.0,2.0,,,,,,,,,,,,,,,,, +71,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-02-20 12:55:08.000000,2024-02-20 12:55:07,5164.0,128.0,1728.0,132.0,976.0,331.0,1917.0,8224.0,"An open-source, low-code machine learning library in Python.",132.0,38,True,2024-02-20 04:09:05.000,3.3.0,96.0,pycaret,conda-forge/pycaret,,,,5174.0,5156.0,https://pypi.org/project/pycaret,2024-02-20 04:08:49.000,18.0,284178.0,285206.0,https://anaconda.org/conda-forge/pycaret,2023-11-16 02:21:22.926,42580.0,,,,,2.0,679.0,,,,,,,,,,,,,,,,,, +72,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-02-21 01:06:52.000000,2024-02-13 03:05:43,1759.0,15.0,691.0,118.0,561.0,189.0,717.0,8157.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,38,True,2024-02-12 02:35:06.000,0.15.2,90.0,tokenizers,conda-forge/tokenizers,,,,61915.0,61507.0,https://pypi.org/project/tokenizers,2024-02-12 02:24:30.000,408.0,18500060.0,18533829.0,https://anaconda.org/conda-forge/tokenizers,2024-02-12 11:07:11.714,1452076.0,,,,,1.0,33.0,,,,,,,,,,,,,,,,,, +73,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-02-22 05:24:54.000000,2024-02-19 09:00:56,28303.0,285.0,747.0,126.0,6078.0,544.0,1632.0,7583.0,NumPy & SciPy for GPU.,360.0,38,True,2024-01-18 05:54:29.000,13.0.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2132.0,1920.0,https://pypi.org/project/cupy,2023-12-07 05:15:09.000,212.0,23610.0,100692.0,https://anaconda.org/conda-forge/cupy,2024-02-05 02:05:27.119,3313084.0,https://hub.docker.com/r/cupy/cupy,2024-01-18 05:56:19.967362,11.0,59126.0,1.0,169545.0,,,,,,,,,,,,,,,,,, +74,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-02-22 13:37:51.000000,2024-02-22 06:33:20,7681.0,4005.0,553.0,40.0,540.0,316.0,1250.0,5564.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",124.0,38,True,2024-02-22 07:15:51.000,1.26.8,608.0,litellm,,,,others,1030.0,959.0,https://pypi.org/project/litellm,2024-02-22 07:04:54.000,71.0,323797.0,323797.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +75,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-02-22 10:29:26.000000,2024-02-09 13:02:01,6177.0,91.0,1491.0,108.0,4161.0,655.0,709.0,4113.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",302.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],16575.0,16356.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,219.0,3020646.0,3021449.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,26520.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +76,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-02-19 19:30:03.013000,2024-02-16 13:46:14,2247.0,20.0,554.0,88.0,795.0,253.0,905.0,3595.0,Manipulation and analysis of geometric objects.,152.0,38,True,2024-02-16 14:21:16.000,2.0.3,122.0,shapely,conda-forge/shapely,,,,63818.0,62413.0,https://pypi.org/project/shapely,2024-02-16 14:21:16.000,1405.0,18396275.0,18608405.0,https://anaconda.org/conda-forge/shapely,2024-02-19 19:30:03.013,8904849.0,,,,,2.0,3105.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,2024-02-22 14:09:48.000000,2024-02-12 14:23:16,10707.0,48.0,388.0,59.0,2927.0,1073.0,2136.0,2571.0,"With Holoviews, your data visualizes itself.",140.0,38,True,2024-02-13 10:17:52.000,1.18.3,158.0,holoviews,conda-forge/holoviews,,,['jupyter'],9727.0,9445.0,https://pypi.org/project/holoviews,2024-02-12 14:28:09.000,279.0,420596.0,454986.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1497289.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-01-15 16:24:19.471,3.0,361.0,,,,,,,,,, +78,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-02-22 12:22:50.000000,2024-02-22 12:22:49,17859.0,120.0,1302.0,84.0,7725.0,512.0,4249.0,2474.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,364.0,38,True,2024-01-16 18:38:53.000,1.6.1,77.0,mne,conda-forge/mne,,,,3799.0,3504.0,https://pypi.org/project/mne,2024-01-16 18:38:53.000,295.0,101666.0,109415.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,348729.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +79,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-02-21 22:30:05.000000,2024-02-12 02:14:21,1521.0,5.0,273.0,32.0,477.0,95.0,490.0,1386.0,Python library for reading and writing image data.,109.0,38,True,2024-02-12 02:14:34.000,2.34.0,90.0,imageio,conda-forge/imageio,,,,119747.0,116588.0,https://pypi.org/project/imageio,2024-02-12 02:14:29.000,3159.0,24724104.0,24865079.0,https://anaconda.org/conda-forge/imageio,2024-02-12 09:34:41.924,6061296.0,,,,,1.0,979.0,,,,,,,,,,,,,,,,,, +80,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-02-18 09:40:35.000000,2024-01-24 03:54:03,6127.0,9.0,7088.0,424.0,2826.0,1055.0,7506.0,36584.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",190.0,37,True,2023-10-18 12:32:48.000,2.7.1,40.0,paddleocr,,,,['paddle'],2276.0,2238.0,https://pypi.org/project/paddleocr,2023-09-15 08:35:48.000,38.0,204572.0,204572.0,,,,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,, +81,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-01-17 14:24:55.000000,2020-02-15 08:33:35,523.0,,6772.0,1289.0,165.0,667.0,225.0,32016.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,,,,28336.0,26635.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1701.0,642874.0,644695.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,149334.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +82,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,,6528.0,1073.0,11124.0,1805.0,7758.0,20688.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",982.0,37,False,2022-05-10 20:10:05.000,1.9.1,34.0,mxnet,mxnet,,,['mxnet'],7058.0,7058.0,https://pypi.org/project/mxnet,,,387851.0,388280.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10636.0,,,,,2.0,26614.0,,,apache/mxnet,,,,,,,,,,,,,,, +83,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,,2018-06-11 11:04:18.000,2024-02-16 18:45:24.000000,2024-02-12 08:30:01,5869.0,99.0,1716.0,204.0,1173.0,58.0,2177.0,13420.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,257.0,37,False,2023-12-18 09:29:22.000,0.13.1,25.0,flair,conda-forge/python-flair,,,['pytorch'],3032.0,3032.0,https://pypi.org/project/flair,,,114569.0,115097.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,22713.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +84,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-02-22 04:35:16.000000,2024-02-22 04:35:13,800.0,15.0,1568.0,131.0,677.0,394.0,439.0,13134.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,133.0,37,True,2024-02-17 21:44:22.000,1.4.0,54.0,albumentations,conda-forge/albumentations,,,['pytorch'],21305.0,20952.0,https://pypi.org/project/albumentations,2024-02-17 21:44:22.000,353.0,1228063.0,1231605.0,https://anaconda.org/conda-forge/albumentations,2024-02-19 22:23:07.864,152311.0,,,,,2.0,,2.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,2024-02-21 16:17:43.000000,2024-02-21 16:16:02,1374.0,18.0,1616.0,151.0,754.0,209.0,556.0,11831.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,118.0,37,True,2024-01-08 15:03:46.000,4.6.4,55.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2688.0,2492.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,196.0,517410.0,522063.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,418829.0,,,,,2.0,48.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,, +86,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-02-22 04:39:50.130000,2024-02-21 14:42:44,4795.0,141.0,4809.0,386.0,683.0,579.0,1334.0,11808.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-02-21 21:23:34.000,3.3.10,57.0,glfw,conda-forge/glfw,,,,222.0,22.0,https://pypi.org/project/glfw,2024-01-24 15:27:39.000,200.0,238631.0,277416.0,https://anaconda.org/conda-forge/glfw,2024-02-22 04:39:50.130,178738.0,,,,,2.0,3618890.0,,,,,,,,,,,,,,,,,, +87,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-02-14 11:23:16.000000,2023-07-11 16:23:35,1095.0,,1519.0,252.0,659.0,415.0,1040.0,11522.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,35496.0,34491.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,1005.0,786601.0,789423.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,222995.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +88,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-02-22 13:42:33.000000,2024-02-21 09:01:44,26843.0,1482.0,1975.0,198.0,5058.0,30.0,3362.0,9139.0,Perform data science on data that remains in someone elses server.,504.0,37,True,2024-02-20 10:19:52.000,0.8.4,260.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2024-02-20 10:48:54.000,5.0,8899.0,8950.0,,,,,,,,1.0,2295.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,2024-02-22 14:02:50.000000,2024-02-22 13:10:33,20808.0,613.0,2067.0,180.0,3219.0,269.0,2058.0,7636.0,End-to-End Speech Processing Toolkit.,413.0,37,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,294.0,289.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,5.0,24767.0,24768.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,, +90,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-02-22 14:05:52.000000,2024-02-21 19:59:00,9663.0,66.0,1218.0,126.0,1121.0,151.0,917.0,7282.0,A PyTorch-based Speech Toolkit.,229.0,37,True,2023-11-22 02:29:10.000,0.5.16,15.0,speechbrain,,,,['pytorch'],1542.0,1518.0,https://pypi.org/project/speechbrain,2023-11-22 02:29:10.000,24.0,217362.0,217362.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +91,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2024-02-22 13:54:39.000000,2024-02-22 09:22:59,21301.0,504.0,1184.0,239.0,8130.0,979.0,1355.0,4775.0,Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations using bigdl-llm.,200.0,37,True,2023-11-13 02:02:20.000,2.4.0,839.0,bigdl,,,,,52.0,47.0,https://pypi.org/project/bigdl,2024-02-22 13:54:39.000,1.0,14098.0,14100.0,,,,,,,,2.0,229.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,4.0,,, +92,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-02-12 11:19:30.000000,2023-12-31 11:04:55,953.0,21.0,826.0,86.0,202.0,95.0,654.0,4005.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,37,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,369302.0,357353.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,11949.0,12095887.0,12095887.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +93,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-02-21 21:14:04.000000,2024-02-14 18:39:51,3827.0,36.0,525.0,148.0,1133.0,139.0,1619.0,2092.0,Rasterio reads and writes geospatial raster datasets.,155.0,37,True,2023-10-19 14:09:18.000,1.3.9,154.0,rasterio,conda-forge/rasterio,,,,11533.0,10435.0,https://pypi.org/project/rasterio,2024-02-16 16:20:59.000,1098.0,2288707.0,2364515.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2804631.0,,,,,2.0,853.0,,,,,,,,,,,,,,,,,, +94,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-02-06 12:31:50.000000,2023-09-04 11:42:16,615.0,,2919.0,303.0,244.0,359.0,585.0,21170.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,36,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,5343.0,5241.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,102.0,381924.0,585852.0,,,,,,,,1.0,8972834.0,,,,,,,,,,,,,,,,,, +95,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-01-16 08:10:29.000000,2023-08-21 03:59:26,1627.0,,2878.0,380.0,457.0,9.0,1823.0,14276.0,Python Echarts Plotting Library.,39.0,36,True,2023-08-21 08:24:32.000,2.0.4,72.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4123.0,3871.0,https://pypi.org/project/pyecharts,2023-08-21 03:40:32.000,252.0,73537.0,73537.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +96,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-02-22 14:40:40.000000,2024-02-22 14:30:03,3139.0,277.0,1551.0,120.0,3366.0,344.0,2623.0,12751.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",229.0,36,True,2024-02-08 13:40:50.000,1.24.1,81.0,haystack,,,,,209.0,122.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,87.0,2906.0,2906.0,,,,,,,,1.0,23.0,,,,,,,,,,,,,,,,,, +97,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-01-17 08:31:39.000000,2023-12-09 05:39:53,576.0,12.0,2361.0,223.0,245.0,114.0,416.0,9865.0,A little word cloud generator in Python.,72.0,36,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,868.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,847.0,1462545.0,1473176.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,457149.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +98,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-02-22 14:01:55.000000,2024-02-22 14:01:55,1251.0,146.0,1719.0,127.0,134.0,3.0,891.0,9272.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",54.0,36,True,2024-02-04 13:36:56.000,0.0.84,83.0,deepface,,,,,2617.0,2596.0,https://pypi.org/project/deepface,2024-02-04 13:31:41.000,21.0,206679.0,206679.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +99,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-02-20 00:29:26.000000,2024-02-20 00:29:26,571.0,8.0,1139.0,265.0,160.0,109.0,167.0,8849.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,37586.0,36150.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,1436.0,624685.0,627378.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,242438.0,,,,,1.0,114.0,,,,,,,,,,,,,,,,,, +100,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-01-24 19:39:53.672000,2024-01-24 13:04:18,855.0,7.0,1275.0,141.0,491.0,39.0,546.0,6640.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,82.0,36,True,2024-01-24 19:22:58.000,0.12.0,34.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],24902.0,24541.0,https://pypi.org/project/imbalanced-learn,2024-01-24 19:14:48.000,361.0,9153731.0,9165725.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-01-24 19:39:53.672,527754.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +101,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-02-22 11:46:37.000000,2024-02-22 08:27:31,2936.0,236.0,721.0,73.0,3291.0,212.0,796.0,6316.0,Build Production-Grade AI Applications.,196.0,36,True,2024-02-20 14:41:28.000,1.2.4,135.0,bentoml,,,,,1592.0,1579.0,https://pypi.org/project/bentoml,2024-02-20 14:41:28.000,13.0,97468.0,97504.0,,,,,,,,2.0,1930.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,2024-02-22 13:22:43.000000,2024-02-22 02:29:13,2958.0,46.0,932.0,94.0,3221.0,280.0,2600.0,5065.0,AI Toolkit for Healthcare Imaging.,178.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],1909.0,1855.0,https://pypi.org/project/monai,2023-10-12 17:09:21.000,54.0,132710.0,133526.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,21224.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +103,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-02-22 13:01:11.000000,2024-02-21 17:33:38,10197.0,488.0,1559.0,148.0,2188.0,561.0,1218.0,4936.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",236.0,36,True,2022-12-01 14:00:47.111,2.7.1,811.0,deepchem,conda-forge/deepchem,,,['tensorflow'],330.0,318.0,https://pypi.org/project/deepchem,2024-02-21 20:00:30.000,12.0,24803.0,26991.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,105058.0,,,,,1.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,2024-02-22 04:59:23.000000,2024-02-22 04:59:20,12059.0,38.0,1087.0,166.0,462.0,658.0,742.0,4039.0,Probabilistic reasoning and statistical analysis in TensorFlow.,487.0,36,True,2023-11-20 23:32:05.000,0.23.0,51.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],459.0,,https://pypi.org/project/tensorflow-probability,2023-11-20 23:21:06.000,459.0,2931049.0,2934410.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,121016.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +105,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-02-21 12:21:16.000000,2024-02-21 10:39:21,2263.0,98.0,207.0,65.0,132.0,71.0,539.0,3744.0,A Grammar of Graphics for Python.,106.0,36,True,2024-02-20 15:33:02.000,0.13.0,21.0,plotnine,conda-forge/plotnine,,,,7168.0,6894.0,https://pypi.org/project/plotnine,2024-02-20 14:00:58.000,274.0,2501430.0,2509097.0,https://anaconda.org/conda-forge/plotnine,2024-02-20 15:01:24.338,337387.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +106,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-02-20 17:10:20.000000,2024-02-04 11:49:24,8439.0,63.0,694.0,100.0,13143.0,44.0,809.0,3615.0,State of the Art Natural Language Processing.,111.0,36,True,2024-01-18 22:07:14.000,5.2.3,137.0,spark-nlp,,,,['spark'],426.0,394.0,https://pypi.org/project/spark-nlp,2024-01-18 21:34:39.000,32.0,3879061.0,3879061.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +107,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-02-20 12:51:29.000000,2024-02-20 12:51:25,3919.0,62.0,1031.0,153.0,1580.0,357.0,869.0,3598.0,Fast data visualization and GUI tools for scientific / engineering applications.,273.0,36,True,2023-04-14 21:33:03.621,0.13.3,21.0,pyqtgraph,conda-forge/pyqtgraph,,,,9867.0,8890.0,https://pypi.org/project/pyqtgraph,2023-04-14 21:33:03.621,977.0,159833.0,165780.0,https://anaconda.org/conda-forge/pyqtgraph,2023-06-16 13:19:32.302,505559.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +108,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-02-22 13:21:04.000000,2024-02-22 03:42:26,4134.0,208.0,414.0,35.0,2970.0,482.0,1039.0,2207.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,154.0,36,True,2024-02-06 15:22:24.000,0.43.3,89.0,pyvista,conda-forge/pyvista,,,['jupyter'],2907.0,2643.0,https://pypi.org/project/pyvista,2024-02-06 15:22:24.000,264.0,360076.0,370130.0,https://anaconda.org/conda-forge/pyvista,2024-02-06 17:09:54.392,441948.0,,,,,2.0,792.0,,,,,,,,,,,,,,,,,, +109,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-02-22 08:48:18.000000,2024-02-17 12:58:09,1674.0,112.0,354.0,26.0,1405.0,65.0,716.0,1829.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",227.0,36,True,2024-02-12 19:10:54.000,1.3.1,43.0,metrics,conda-forge/torchmetrics,,,['pytorch'],20873.0,20860.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,13.0,2834.0,37967.0,https://anaconda.org/conda-forge/torchmetrics,2023-12-01 20:39:28.126,1224935.0,,,,,2.0,4736.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,, +110,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-02-22 14:46:26.000000,2024-02-22 14:12:19,1284.0,92.0,375.0,57.0,1211.0,122.0,602.0,1512.0,The official Python client for the Huggingface Hub.,138.0,36,True,2024-01-22 08:58:25.000,0.20.3,95.0,huggingface_hub,conda-forge/huggingface_hub,,,,651.0,,https://pypi.org/project/huggingface_hub,2024-01-22 08:53:21.000,651.0,27349384.0,27393008.0,https://anaconda.org/conda-forge/huggingface_hub,2024-01-05 19:52:22.775,1570491.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +111,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-02-21 22:31:14.000000,2024-02-21 21:58:22,1526.0,10.0,366.0,48.0,1472.0,164.0,671.0,1495.0,Exploratory analysis of Bayesian models with Python.,153.0,36,True,2023-12-27 16:22:43.000,0.17.0,35.0,arviz,conda-forge/arviz,,,,6020.0,5853.0,https://pypi.org/project/arviz,2023-12-27 16:22:43.000,167.0,1817723.0,1863791.0,https://anaconda.org/conda-forge/arviz,2023-12-28 12:43:24.180,2072973.0,,,,,1.0,133.0,,,,,,,,,,,,,,,,,, +112,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-02-12 00:19:31.000000,2024-02-11 16:39:29,1856.0,15.0,199.0,31.0,211.0,24.0,390.0,1349.0,The ctypes-based simple ImageMagick binding for Python.,104.0,36,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,18974.0,18256.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,718.0,812345.0,813695.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,37169.0,,,,,2.0,41706.0,,,,,,,,,,,,,,,,,, +113,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-02-05 07:29:07.000000,2024-01-16 19:22:02,1473.0,6.0,209.0,48.0,528.0,33.0,734.0,1104.0,Fiona reads and writes geographic data files.,72.0,36,True,2023-10-12 19:29:21.000,1.9.5,108.0,fiona,conda-forge/fiona,,,,18104.0,18024.0,https://pypi.org/project/fiona,2023-10-12 19:16:01.000,80.0,6176260.0,6298528.0,https://anaconda.org/conda-forge/fiona,2024-01-01 18:20:39.698,5257560.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +114,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-02-17 03:19:34.000000,2024-02-17 02:23:28,1538.0,11.0,211.0,33.0,678.0,31.0,568.0,964.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,36,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,29472.0,27401.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2071.0,8011977.0,8179421.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7200113.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +115,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-02-15 02:04:25.000000,2024-01-24 18:54:38,2320.0,2.0,6319.0,421.0,1325.0,1200.0,3034.0,28723.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,423.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2802.0,2727.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,75.0,392819.0,394230.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,60505.0,,,,,2.0,326.0,-1.0,,,,,,,,,,,,,,,,, +116,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-02-20 14:08:48.000000,2024-02-10 14:20:58,4668.0,65.0,3073.0,248.0,712.0,74.0,915.0,27029.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",26.0,,https://pypi.org/project/tts,2023-12-12 15:27:06.000,26.0,122211.0,178472.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10457.0,,,,,1.0,1956106.0,,,,,,,,,,,,,,,,,, +117,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-02-20 15:36:32.000000,2024-02-20 15:25:38,390.0,4.0,4506.0,844.0,266.0,465.0,611.0,25418.0,Library for fast text representation and classification.,68.0,35,True,2020-04-28 09:51:33.000,0.9.2,4.0,fasttext,conda-forge/fasttext,,,,5596.0,5596.0,https://pypi.org/project/fasttext,,,871867.0,873688.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,74699.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +118,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,5072.0,497.0,152.0,1042.0,1352.0,20452.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,35,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],1711.0,1700.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,11.0,515180.0,717310.0,,,,,,,,2.0,2021306.0,4.0,,,,,,,,,,,,,,,,, +119,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-02-10 14:00:13.000000,2023-10-18 07:33:05,791.0,,4457.0,425.0,439.0,375.0,1723.0,17497.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,35,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,149.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,128.0,790507.0,823916.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1134983.0,,,,,1.0,2331.0,,,,,,,,,,,,,,,,,, +120,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2023-07-26 09:00:34.000000,2020-06-01 14:58:26,2913.0,,2425.0,232.0,336.0,295.0,223.0,14028.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,,,,18924.0,18494.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,430.0,337222.0,339911.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,150627.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +121,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-02-22 13:38:45.000000,2024-02-22 09:38:51,17754.0,641.0,5880.0,71.0,11503.0,1218.0,15718.0,13950.0,The Unified AI Framework.,1456.0,35,True,2023-06-29 19:33:01.167,0.0.0,111.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,2024-02-21 22:14:58.000,9.0,1595.0,1595.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +122,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-01-15 08:14:29.000000,2024-01-05 20:03:59,1332.0,1.0,2229.0,332.0,1580.0,372.0,1857.0,13814.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1129.0,1092.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,37.0,73503.0,73503.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,, +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-02-06 22:23:52.000000,2023-08-20 17:38:53,890.0,,1111.0,320.0,267.0,54.0,342.0,12470.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,,,,3849.0,3574.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,275.0,866970.0,876345.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,384399.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,,2174.0,282.0,3096.0,80.0,2477.0,11651.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:32:24.000,2.10.1,59.0,allennlp,conda-forge/allennlp,,,['pytorch'],3934.0,3934.0,https://pypi.org/project/allennlp,,,44272.0,46207.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,120003.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,, +125,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-02-22 02:31:14.000000,2024-02-22 02:31:13,3823.0,89.0,1152.0,191.0,2816.0,338.0,753.0,10556.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",152.0,35,True,2024-01-23 04:11:07.000,0.9.3,51.0,ludwig,,,,['tensorflow'],249.0,240.0,https://pypi.org/project/ludwig,2024-01-23 04:11:07.000,9.0,3912.0,3912.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +126,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-02-22 13:11:06.000000,2024-02-02 11:08:09,6024.0,4.0,3255.0,244.0,1463.0,1044.0,3846.0,10210.0,Open-source simulator for autonomous driving research.,171.0,35,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,652.0,645.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,18200.0,18200.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +127,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-02-22 14:16:31.000000,2024-02-22 10:23:51,6138.0,185.0,1921.0,183.0,5920.0,57.0,1887.0,9336.0,NeMo: a framework for generative AI.,278.0,35,True,2024-01-11 02:04:18.000,1.22.0,46.0,nemo-toolkit,,,,['pytorch'],21.0,21.0,https://pypi.org/project/nemo-toolkit,,,55705.0,57462.0,,,,,,,,2.0,93128.0,,,,,,,,,,,,,,,,,, +128,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-02-19 22:58:43.000000,2024-02-19 22:48:37,2553.0,84.0,641.0,103.0,452.0,552.0,1202.0,8719.0,An open source multi-tool for exploring and publishing data.,77.0,35,True,2023-12-22 23:22:42.000,0.64.6,145.0,datasette,conda-forge/datasette,,,,1413.0,1188.0,https://pypi.org/project/datasette,2024-02-19 22:58:43.000,225.0,41185.0,42086.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,30614.0,,,,,1.0,59.0,,,,,,,,,datasette,,,,,,,,, +129,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-02-18 16:55:03.000000,2022-12-08 17:49:19,746.0,,987.0,135.0,223.0,342.0,270.0,8160.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,,,,51622.0,50295.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1327.0,3882559.0,3883879.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,81858.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +130,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-02-15 19:56:48.000000,2023-12-06 12:55:15,486.0,32.0,2328.0,284.0,141.0,310.0,315.0,7899.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,35,True,2023-12-06 13:10:51.000,3.10.1,56.0,SpeechRecognition,conda-forge/speechrecognition,,,,864.0,21.0,https://pypi.org/project/SpeechRecognition,2023-12-06 13:02:22.000,843.0,651975.0,656190.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,177036.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +131,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-02-11 06:38:37.000000,2024-02-11 06:36:31,669.0,12.0,324.0,71.0,107.0,28.0,135.0,7685.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,35,True,2023-10-01 01:13:00.000,0.7.0,13.0,einops,conda-forge/einops,,,,26841.0,26841.0,https://pypi.org/project/einops,,,7195379.0,7199993.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,184592.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +132,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-02-22 14:13:53.000000,2024-02-21 10:51:33,32324.0,69.0,2011.0,385.0,6763.0,2718.0,6550.0,6648.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",255.0,35,True,,,150.0,h2o,,,,,105.0,21.0,https://pypi.org/project/h2o,2023-12-20 19:10:56.000,84.0,415033.0,415033.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +133,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-02-19 14:42:56.000000,2024-02-14 22:32:35,1660.0,12.0,600.0,60.0,1803.0,112.0,1250.0,4421.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,206.0,35,True,2023-10-19 08:22:16.000,0.4.13,24.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2687.0,2687.0,https://pypi.org/project/pytorch-ignite,,,236786.0,239370.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,175765.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +134,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-01-02 16:59:03.000000,2023-11-23 21:41:49,1136.0,,661.0,90.0,269.0,32.0,252.0,4213.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4077.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4077.0,4710170.0,4738810.0,https://anaconda.org/conda-forge/geopy,2023-11-24 00:10:43.371,1260177.0,,,,,2.0,20.0,,,,,,,,,,,,,,,,,, +135,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-02-22 06:27:54.000000,2024-02-22 05:35:03,3677.0,79.0,788.0,57.0,1440.0,337.0,1196.0,3900.0,"Serve, optimize and scale PyTorch models in production.",184.0,35,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],619.0,603.0,https://pypi.org/project/torchserve,2023-10-12 22:01:55.000,16.0,44251.0,71400.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,154333.0,https://hub.docker.com/r/pytorch/torchserve,2023-10-12 22:44:52.307587,22.0,1231094.0,2.0,5548.0,,,,,,,,,,,,,,,,,, +136,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-02-16 20:10:11.000000,2024-02-16 20:10:10,7363.0,42.0,606.0,117.0,1159.0,323.0,1104.0,3186.0,High-performance interactive 2D/3D data visualization library.,193.0,35,True,2023-10-03 22:23:12.000,0.14.1,37.0,vispy,conda-forge/vispy,,,['jupyter'],1562.0,1417.0,https://pypi.org/project/vispy,2023-10-03 22:13:28.000,143.0,83046.0,94211.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,457631.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,2.0,4.0,,,,,,,,,, +137,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-02-12 11:08:13.000000,2024-02-07 15:14:19,5271.0,5.0,284.0,79.0,780.0,16.0,124.0,2776.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2024-02-07 18:33:24.000,8.2.3,232.0,thinc,conda-forge/thinc,,,,43655.0,43012.0,https://pypi.org/project/thinc,2024-02-07 18:16:46.000,643.0,5863040.0,5923281.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2710853.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +138,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-02-22 12:57:24.000000,2024-02-21 15:20:39,5074.0,178.0,499.0,22.0,1191.0,991.0,606.0,2047.0,"This is the development home of the workflow management system Snakemake. For general information, see.",318.0,35,True,2024-02-20 15:49:04.000,8.4.12,311.0,snakemake,bioconda/snakemake,,,,2144.0,1877.0,https://pypi.org/project/snakemake,2024-02-20 15:49:04.000,267.0,201459.0,211228.0,https://anaconda.org/bioconda/snakemake,2024-02-20 20:23:11.715,976903.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +139,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-02-22 14:11:33.000000,2024-02-21 15:08:57,1585.0,91.0,167.0,32.0,1474.0,73.0,175.0,1129.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,35,True,2024-01-24 21:51:51.000,2024.1.0,24.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],9710.0,9686.0,https://pypi.org/project/scikit-learn-intelex,2024-01-23 15:23:40.000,24.0,171920.0,178958.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-01-25 17:59:16.547,239309.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +140,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-02-21 11:54:05.000000,2024-02-19 10:14:50,10221.0,98.0,541.0,70.0,2328.0,296.0,1709.0,1088.0,Machine learning for NeuroImaging in Python.,233.0,35,True,2024-01-29 09:31:15.000,0.10.3,46.0,nilearn,conda-forge/nilearn,,,['sklearn'],3183.0,2887.0,https://pypi.org/project/nilearn,2024-01-29 09:31:15.000,296.0,49201.0,55870.0,https://anaconda.org/conda-forge/nilearn,2024-01-29 13:01:39.700,259944.0,,,,,2.0,154.0,,,,,,,,,,,,,,,,,, +141,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-01-17 19:47:04.000000,2023-12-26 14:53:14,5765.0,40.0,254.0,37.0,788.0,126.0,393.0,609.0,Python package to access a cacophony of neuro-imaging file formats.,100.0,35,True,2023-12-12 14:28:42.000,5.2.0,41.0,nibabel,conda-forge/nibabel,,,,18434.0,17224.0,https://pypi.org/project/nibabel,2023-12-11 21:37:41.000,1210.0,427168.0,442613.0,https://anaconda.org/conda-forge/nibabel,2023-12-12 00:00:35.048,679607.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +142,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-02-22 04:59:09.000000,2024-02-22 04:59:05,7681.0,326.0,2662.0,295.0,185.0,29.0,1017.0,25474.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-02-19 16:46:18.000,7.4.9,626.0,netron,,,,"['pytorch', 'tensorflow']",86.0,12.0,https://pypi.org/project/netron,2024-02-19 16:46:18.000,74.0,30511.0,73780.0,,,,,,,,1.0,43269.0,,,,,,,,,,,,,,,,,, +143,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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3924.0,665.0,1674.0,137.0,1985.0,23885.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'],440.0,397.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,5786.0,22973.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2530.0,,,,,2.0,1111944.0,,,,,,,,,,,,,,,,,, +144,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-02-22 12:22:54.000000,2024-02-22 10:13:35,34938.0,635.0,12276.0,947.0,24354.0,,,22861.0,Apache Flink Python API.,1828.0,34,True,,,,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,,,151721.0,151721.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +145,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-02-22 14:05:02.000000,2024-01-30 09:34:31,8771.0,80.0,2965.0,270.0,1225.0,167.0,658.0,17575.0,Best Practices on Recommendation Systems.,129.0,34,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,105.0,103.0,https://pypi.org/project/recommenders,2022-04-01 08:49:49.000,2.0,58635.0,58642.0,,,,,,,,1.0,467.0,-1.0,,recommenders-team/recommenders,,,,,,,,,,,,,,, +146,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2023-11-26 17:29:04.000000,2021-06-01 10:43:00,1848.0,,4455.0,550.0,712.0,400.0,1269.0,13827.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,,,,,5952.0,5599.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,353.0,30789.0,30789.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +147,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-02-22 07:56:13.000000,2024-02-22 07:54:41,3777.0,69.0,846.0,136.0,167.0,92.0,984.0,11401.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",91.0,34,True,2024-02-16 06:58:50.000,16.1.1,234.0,ocrmypdf,conda-forge/ocrmypdf,,,,752.0,732.0,https://pypi.org/project/ocrmypdf,2024-02-16 06:58:50.000,20.0,78707.0,80799.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,61660.0,,,,,2.0,2280.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,, +148,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,,2011-08-10 03:48:06.000,2024-01-15 03:16:24.000000,2024-01-15 03:16:24,28133.0,1.0,2410.0,543.0,4118.0,593.0,2087.0,9844.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,34,False,,,8.0,theano,conda-forge/theano,,,,14772.0,14772.0,https://pypi.org/project/theano,,,304699.0,330990.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2392532.0,,,,,2.0,,-4.0,,,,,,,,,,,,,,,,, +149,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-02-20 17:06:11.848000,2024-02-19 17:51:37,2450.0,25.0,986.0,204.0,2274.0,249.0,832.0,8272.0,Deep universal probabilistic programming with Python and PyTorch.,150.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,116.0,282677.0,286721.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,141548.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +150,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-02-09 07:53:55.073000,2024-02-09 06:45:29,1724.0,4.0,1310.0,149.0,207.0,196.0,145.0,7813.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3364.0,3299.0,https://pypi.org/project/pyod,2024-02-09 06:50:32.000,65.0,651950.0,653965.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,90685.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +151,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,,872.0,219.0,220.0,174.0,233.0,6692.0,Efficiently computes derivatives of numpy code.,56.0,34,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,7706.0,7380.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,326.0,1384085.0,1403772.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,393750.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +152,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-02-22 11:23:15.000000,2024-02-22 11:23:14,2879.0,24.0,2223.0,175.0,1135.0,26.0,1413.0,6482.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2023-11-02 12:54:04.000,3.4.3,48.0,OpenNMT-py,,,,['pytorch'],266.0,256.0,https://pypi.org/project/OpenNMT-py,2023-11-02 12:54:04.000,10.0,5641.0,5641.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +153,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-02-21 23:16:02.000000,2024-02-21 18:02:37,19266.0,618.0,465.0,53.0,2703.0,474.0,981.0,6420.0,"Visualize, create, and debug image and video datasets and model predictions.",110.0,34,True,2024-02-15 16:10:53.000,0.23.5,140.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",510.0,499.0,https://pypi.org/project/fiftyone,2024-02-15 15:14:41.000,11.0,47048.0,47048.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +154,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-02-22 10:25:37.000000,2024-02-22 10:25:32,2306.0,61.0,620.0,91.0,246.0,428.0,522.0,5081.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",90.0,34,True,2024-02-21 14:44:28.000,1.14.4,156.0,clearml,,allegroai/trains,,,965.0,947.0,https://pypi.org/project/clearml,2024-02-21 14:43:32.000,18.0,244953.0,245529.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30237.0,2.0,2105.0,,,,,,,,,,,,,,,,,, +155,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-02-18 19:43:11.000000,2024-02-18 19:43:10,1638.0,4.0,844.0,119.0,524.0,145.0,337.0,4724.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,104.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],12476.0,12285.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,191.0,620773.0,627705.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,298113.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +156,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-02-18 02:39:29.665000,2024-02-17 23:50:32,12156.0,138.0,1117.0,99.0,1315.0,149.0,742.0,4321.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,495.0,484.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,28588.0,29430.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,36220.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +157,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-02-15 18:01:45.000000,2024-02-15 18:01:44,1293.0,5.0,2511.0,1975.0,533.0,386.0,1076.0,3898.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,102.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-02-06 19:36:25.000,48.0,554149.0,554156.0,,,,,,,,2.0,505.0,,,,,,,,,,,,,,,,,, +158,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-02-06 10:10:29.000000,2024-02-06 10:10:27,1180.0,6.0,1705.0,147.0,210.0,7.0,682.0,3425.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],342.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,342.0,3669137.0,3671360.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-30 18:21:57.617,93387.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +159,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-02-22 11:34:38.000000,2024-02-08 00:52:14,1299.0,7.0,827.0,276.0,1444.0,315.0,514.0,3416.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",153.0,34,True,2024-01-30 18:16:31.000,0.17.0,31.0,torchtext,,,,['pytorch'],495.0,,https://pypi.org/project/torchtext,2024-01-30 17:35:45.000,495.0,481351.0,481351.0,,,,,,,,2.0,,4.0,,,,,,,,,,,,,,,,, +160,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-02-15 06:01:28.000000,2024-02-05 21:43:46,1269.0,50.0,227.0,32.0,422.0,85.0,203.0,3395.0,Lightning fast forecasting with statistical and econometric models.,37.0,34,True,2024-02-05 21:45:31.000,1.7.3,31.0,statsforecast,conda-forge/statsforecast,,,,738.0,712.0,https://pypi.org/project/statsforecast,2024-02-05 21:45:31.000,26.0,478317.0,480876.0,https://anaconda.org/conda-forge/statsforecast,2024-02-06 03:02:36.606,58872.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +161,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-02-22 11:12:19.000000,2024-02-21 17:58:35,1797.0,51.0,352.0,54.0,1533.0,64.0,398.0,2896.0,Bayesian optimization in PyTorch.,110.0,34,True,2023-12-09 02:30:45.000,0.9.5,42.0,botorch,conda-forge/botorch,,,['pytorch'],899.0,855.0,https://pypi.org/project/botorch,2023-12-09 02:30:45.000,44.0,130188.0,132550.0,https://anaconda.org/conda-forge/botorch,2023-12-09 03:51:41.401,99207.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +162,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-02-14 19:24:45.000000,2024-01-15 22:33:33,2291.0,17.0,584.0,69.0,481.0,245.0,702.0,2248.0,Survival analysis in Python.,116.0,34,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2351.0,2218.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,133.0,595681.0,602630.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,312706.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +163,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-02-22 07:24:33.000000,2024-02-22 05:07:15,2853.0,166.0,281.0,68.0,1572.0,54.0,592.0,2233.0,Adaptive Experimentation Platform.,162.0,34,True,2023-12-09 18:28:49.000,0.3.6,39.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],679.0,650.0,https://pypi.org/project/ax-platform,2023-12-09 18:28:49.000,29.0,95998.0,96544.0,https://anaconda.org/conda-forge/ax-platform,2023-12-11 15:43:05.639,17495.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +164,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-02-22 04:12:26.000000,2024-02-22 04:12:25,972.0,80.0,332.0,51.0,1111.0,291.0,365.0,1980.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,97.0,34,True,2024-02-18 02:19:37.000,1.17.1,58.0,optimum,conda-forge/optimum,,,,1703.0,1640.0,https://pypi.org/project/optimum,2024-02-18 02:14:48.000,63.0,832890.0,833412.0,https://anaconda.org/conda-forge/optimum,2024-02-18 04:42:34.186,11497.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +165,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,2.0,558.0,58.0,1880.0,77.0,895.0,1679.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,34,True,2023-11-28 01:15:27.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14060.0,14060.0,https://pypi.org/project/tensorflow-addons,,,873877.0,873877.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +166,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2023-12-19 22:00:11.000000,2023-12-04 09:05:52,1211.0,1.0,205.0,33.0,47.0,9.0,158.0,1538.0,Simple Python interface for Graphviz.,22.0,34,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,64465.0,60957.0,https://pypi.org/project/graphviz,2022-07-23 11:35:06.076,3508.0,7405428.0,7405954.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,43209.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +167,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-01-26 10:55:56.000000,2024-01-26 10:55:56,1171.0,19.0,364.0,65.0,595.0,268.0,347.0,1440.0,A Jupyter - Leaflet.js bridge.,87.0,34,True,2024-01-23 17:57:40.189,0.18.2,81.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],7528.0,7358.0,https://pypi.org/project/ipyleaflet,2024-01-23 17:54:03.000,164.0,135416.0,175344.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1103644.0,,,,,2.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-01-23 17:57:40.189,6.0,15403.0,,,,,,,,,, +168,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-02-19 10:33:43.000000,2024-02-19 10:33:38,2805.0,44.0,275.0,34.0,205.0,42.0,498.0,1209.0,Python interface for igraph.,71.0,34,False,2024-02-14 11:09:57.000,0.11.4,40.0,python-igraph,conda-forge/igraph,,,,4218.0,3802.0,https://pypi.org/project/python-igraph,2024-02-14 11:09:57.000,416.0,325462.0,343926.0,https://anaconda.org/conda-forge/igraph,2024-02-13 16:32:10.931,500898.0,,,,,1.0,562277.0,,,,,,,,,,,,,,,,,, +169,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-02-21 10:47:55.000000,2024-01-31 19:53:34,866.0,6.0,313.0,45.0,1011.0,72.0,164.0,1184.0,Making text a first-class citizen in TensorFlow.,112.0,34,True,2023-11-15 19:00:05.000,2.15.0,53.0,tensorflow-text,,,,['tensorflow'],6420.0,6420.0,https://pypi.org/project/tensorflow-text,,,5697732.0,5697732.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +170,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-02-15 19:48:04.000000,2024-02-15 19:48:01,1530.0,8.0,152.0,41.0,132.0,8.0,640.0,1153.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,34,True,2023-12-21 20:05:21.000,1.9.1,32.0,agate,conda-forge/agate,,,,2942.0,2793.0,https://pypi.org/project/agate,2023-12-21 20:05:21.000,149.0,4961536.0,4966506.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,164015.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +171,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-02-22 04:35:51.000000,2022-06-10 09:12:18,238.0,,13349.0,1563.0,226.0,760.0,584.0,51143.0,The worlds simplest facial recognition api for Python and the command line.,54.0,33,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],87.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,66.0,70550.0,71044.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19692.0,,,,,2.0,1225.0,,,,,,,,,,,,,,,,,, +172,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-02-22 12:54:39.000000,2024-02-20 11:24:43,3000.0,103.0,4167.0,374.0,3653.0,383.0,1172.0,36407.0,"Making large AI models cheaper, faster and more accessible.",164.0,33,True,2023-11-01 05:57:35.000,0.3.4,34.0,,,,,,291.0,291.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,2024-02-12 15:56:05.000000,2024-02-08 01:15:03,1501.0,8.0,7269.0,381.0,648.0,465.0,3042.0,28099.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",265.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1622.0,1616.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,6.0,,5213.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,224197.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +174,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-01-23 01:48:22.000000,2023-07-11 13:03:36,1421.0,,3770.0,759.0,1134.0,403.0,588.0,18855.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'],534.0,496.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,38.0,2677.0,2677.0,,,,,,,,2.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,2024-02-13 08:02:51.000000,2020-10-14 16:36:49,6226.0,,4627.0,1004.0,1869.0,357.0,658.0,16901.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1067.0,981.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,86.0,2925.0,3107.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7462.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +176,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2023-10-30 04:23:19.000000,2023-10-26 05:31:53,3012.0,,1800.0,284.0,3502.0,373.0,1677.0,13596.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,606.0,568.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,14309.0,14309.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +177,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-01-02 11:17:53.000000,2024-01-02 11:17:47,862.0,3.0,1363.0,418.0,85.0,32.0,159.0,9675.0,TensorFlow-based neural network library.,58.0,33,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1280.0,1227.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,53.0,18557.0,19087.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,27054.0,,,,,2.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,, +178,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,,898.0,261.0,148.0,108.0,103.0,9067.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,24931.0,22791.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,2140.0,5117660.0,5123403.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,522650.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-02-21 15:51:57.000000,2024-02-16 13:58:45,10406.0,8.0,1965.0,350.0,3421.0,143.0,1132.0,8380.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,334.0,33,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,34.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,34.0,48719.0,52222.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,140131.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +180,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-02-22 00:07:13.000000,2024-02-21 01:43:08,856.0,49.0,719.0,276.0,1142.0,311.0,356.0,7390.0,"Build and manage real-life ML, AI, and data science projects with ease!.",81.0,33,True,2024-02-21 06:18:35.000,2.11.3,110.0,metaflow,conda-forge/metaflow,,,,630.0,602.0,https://pypi.org/project/metaflow,2024-02-21 06:18:35.000,28.0,173763.0,177502.0,https://anaconda.org/conda-forge/metaflow,2024-01-15 15:33:47.821,160786.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +181,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-02-22 14:37:09.000000,2024-02-22 13:58:35,38363.0,466.0,799.0,147.0,9160.0,933.0,4992.0,7042.0,cuDF - GPU DataFrame Library.,271.0,33,True,2024-02-13 14:24:47.000,24.02.01,46.0,cudf,,,,,63.0,52.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,11.0,2689.0,2689.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +182,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-02-20 00:26:53.000000,2023-09-29 18:36:14,1218.0,,1078.0,126.0,273.0,250.0,403.0,7009.0,Distributed Asynchronous Hyperparameter Optimization in Python.,102.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,14226.0,13719.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,507.0,1935061.0,1946581.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,748832.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +183,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-02-21 14:50:57.537000,2024-02-20 14:34:23,1337.0,25.0,858.0,158.0,1677.0,169.0,819.0,6963.0,An open source python library for automated feature engineering.,72.0,33,True,2024-02-16 19:51:15.000,1.29.0,104.0,featuretools,conda-forge/featuretools,,,,1614.0,1536.0,https://pypi.org/project/featuretools,2024-02-16 19:51:15.000,78.0,51035.0,55048.0,https://anaconda.org/conda-forge/featuretools,2024-02-21 14:50:57.537,176614.0,,,,,1.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-02-21 21:11:16.000000,2024-02-21 21:11:12,3262.0,4.0,950.0,138.0,640.0,63.0,1106.0,6510.0,Python library for audio and music analysis.,119.0,33,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1548.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1548.0,2289652.0,2306370.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,718883.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +185,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-02-20 19:53:24.000000,2024-02-20 19:53:23,2986.0,165.0,709.0,141.0,94.0,86.0,326.0,5913.0,Fit interpretable models. Explain blackbox machine learning.,42.0,33,True,2024-02-14 22:27:38.000,0.5.1,47.0,interpret,,,,['jupyter'],653.0,623.0,https://pypi.org/project/interpret,2024-02-08 10:30:09.000,30.0,83883.0,83883.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +186,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,,1397.0,291.0,6588.0,12.0,2030.0,5846.0,A flexible framework of neural networks for deep learning.,323.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3586.0,3182.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,404.0,20570.0,20916.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16638.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +187,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,2023-12-16 19:25:54.000000,2023-12-16 19:23:13,1208.0,18.0,650.0,64.0,131.0,53.0,433.0,5658.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,33,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1260.0,1229.0,https://pypi.org/project/pytorch-metric-learning,2023-12-16 19:14:54.000,31.0,230372.0,230600.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11182.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +188,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-02-20 12:08:38.000000,2024-02-20 12:08:36,610.0,15.0,680.0,109.0,186.0,14.0,339.0,5371.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,33,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,1233.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,1233.0,1438121.0,1452000.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,596820.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-02-22 03:46:41.000000,2024-02-21 19:18:10,1055.0,18.0,461.0,229.0,734.0,191.0,331.0,4444.0,Model interpretability and understanding for PyTorch.,106.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],1872.0,1809.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,63.0,167677.0,168486.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,21037.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +190,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-02-21 23:03:49.000000,2024-02-15 21:02:14,1133.0,26.0,588.0,115.0,852.0,284.0,1030.0,3940.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",160.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3783.0,3610.0,https://pypi.org/project/coremltools,2023-11-01 14:33:59.000,173.0,188840.0,190298.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53620.0,,,,,2.0,9154.0,,,,,,,,,,,,,,,,,, +191,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-02-20 15:14:34.000000,2023-12-03 03:47:34,490.0,3.0,595.0,66.0,214.0,191.0,153.0,3854.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6058.0,5992.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,66.0,690437.0,693834.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,129090.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +192,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-02-13 11:58:20.000000,2024-02-13 11:57:59,1492.0,4.0,366.0,91.0,737.0,133.0,441.0,3162.0,Quickly and accurately render even the largest data.,55.0,33,True,2023-10-26 15:10:16.000,0.16.0,42.0,datashader,conda-forge/datashader,,,,3741.0,3605.0,https://pypi.org/project/datashader,2023-10-31 11:50:35.000,136.0,496114.0,513017.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,760676.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,2024-02-22 14:02:45.000000,2024-02-20 09:48:20,2864.0,164.0,289.0,24.0,2648.0,183.0,1623.0,2936.0,Argilla: the open-source feedback platform for LLMs.,79.0,33,True,2024-02-09 11:27:03.000,1.24.0,100.0,rubrix,conda-forge/rubrix,,,,2263.0,2263.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,772.0,1881.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28848.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,, +194,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-02-17 09:48:43.000000,2021-10-12 13:32:38,1570.0,,512.0,65.0,545.0,303.0,393.0,2711.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2021-10-12 15:33:19.000,0.9.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,5722.0,5444.0,https://pypi.org/project/scikit-optimize,2021-10-12 14:23:01.204,278.0,573903.0,582770.0,https://anaconda.org/conda-forge/scikit-optimize,2023-06-16 13:23:01.487,700497.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +195,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-02-22 11:34:33.000000,2024-02-16 17:11:39,2301.0,9.0,621.0,77.0,2852.0,202.0,714.0,2337.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",222.0,33,True,2024-01-30 18:17:31.000,2.2.0,31.0,torchaudio,,,,['pytorch'],561.0,,https://pypi.org/project/torchaudio,2024-01-30 17:34:49.000,561.0,2295773.0,2295773.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +196,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,10.0,355.0,84.0,168.0,215.0,146.0,2310.0,D3 Renderings of Matplotlib Graphics.,52.0,33,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6000.0,5576.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,415.0,606385.0,611370.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,193173.0,,,,,2.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,595.0,,,,,,,,,, +197,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-02-22 14:40:33.000000,2024-02-22 14:06:03,3953.0,213.0,526.0,47.0,4117.0,260.0,905.0,2049.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,161.0,33,True,2024-01-22 17:04:21.000,0.34.0.post1,54.0,pennylane,conda-forge/pennylane,,,,830.0,760.0,https://pypi.org/project/pennylane,2024-01-08 20:32:42.000,70.0,48965.0,50235.0,https://anaconda.org/conda-forge/pennylane,2024-01-16 20:01:29.795,34269.0,,,,,2.0,70.0,,,,,,,,,,,,,,,,,, +198,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-02-21 22:30:58.000000,2024-02-19 19:00:58,3685.0,23.0,193.0,50.0,1353.0,125.0,716.0,1951.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,1820.0,1798.0,https://pypi.org/project/pythran,2024-01-07 21:21:39.000,22.0,174616.0,185560.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,448736.0,,,,,2.0,,,,,,,,,,,,,,,,,pythran,python-pythran, +199,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-02-17 18:11:55.000000,2024-02-14 03:33:04,2956.0,28.0,356.0,55.0,1123.0,314.0,930.0,1331.0,Cartopy - a cartographic python library with matplotlib support.,125.0,33,True,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,4904.0,4439.0,https://pypi.org/project/cartopy,2023-08-05 00:57:41.000,465.0,209763.0,285265.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3397628.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +200,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,14.0,107.0,32.0,60.0,71.0,79.0,916.0,Describing statistical models in Python using symbolic formulas.,19.0,33,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,91939.0,89183.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,2756.0,13392578.0,13725976.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,9668555.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +201,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-02-20 12:51:13.000000,2024-02-06 16:12:55,14789.0,5.0,506.0,50.0,2281.0,396.0,949.0,719.0,Workflows and interfaces for neuroimaging packages.,251.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4198.0,4020.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,178.0,99494.0,113639.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,594114.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +202,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-02-22 14:45:12.000000,2024-02-22 11:26:57,3621.0,746.0,2479.0,261.0,2908.0,96.0,408.0,22398.0,You like pytorch? You like micrograd? You love tinygrad!.,276.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],44.0,44.0,,,,,,,,,,,,,1.0,,17.0,,tinygrad/tinygrad,,,,,,,,,,,,,,, +203,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,,2018-08-02 17:56:45.000,2024-02-22 13:05:03.000000,2024-02-22 12:53:35,17125.0,849.0,2588.0,377.0,4669.0,370.0,3303.0,19971.0,"The platform for building custom AI, enabling smarter organizations.",821.0,32,False,2024-02-19 15:20:51.000,24.2.3.0,100.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,,,14489.0,14489.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,, +204,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,,3420.0,468.0,671.0,590.0,672.0,14579.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1545.0,1455.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,90.0,4293.0,4293.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +205,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,187.0,1005.0,580.0,712.0,12401.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,32,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1539.0,1533.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,6.0,3824.0,3835.0,,,,,,,,2.0,664.0,,,,,,,,,,,,,,,,,, +206,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1760.0,262.0,114.0,96.0,535.0,11153.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,,,,5244.0,5069.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,175.0,339800.0,342095.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,197414.0,,,,,1.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,,1125.0,336.0,1683.0,502.0,1294.0,11143.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:44:07.000,6.4.1,30.0,turicreate,,,,,367.0,367.0,https://pypi.org/project/turicreate,,,34003.0,34133.0,,,,,,,,3.0,9636.0,,,,,,,,,,,,,,,,,, +208,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2436.0,458.0,260.0,577.0,362.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5295.0,4806.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,489.0,6580.0,6580.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +209,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-02-20 22:53:22.000000,2023-12-08 19:12:48,2431.0,7.0,1553.0,289.0,430.0,287.0,637.0,9420.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,32,False,2023-08-15 18:22:07.000,0.12.1,62.0,tpot,conda-forge/tpot,,,['sklearn'],2672.0,2610.0,https://pypi.org/project/tpot,2023-08-15 18:22:07.000,62.0,36800.0,42362.0,https://anaconda.org/conda-forge/tpot,2023-08-15 22:49:07.495,244735.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +210,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,2023-12-23 01:58:33.000000,2023-10-02 22:40:55,1387.0,,1406.0,303.0,889.0,129.0,758.0,9042.0,AutoML library for deep learning.,143.0,32,True,2023-01-28 18:46:30.271,1.1.0,58.0,autokeras,,,,['tensorflow'],648.0,635.0,https://pypi.org/project/autokeras,2023-01-28 18:46:30.271,13.0,12738.0,12975.0,,,,,,,,2.0,17783.0,,,,,,,,,,,,,,,,,, +211,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-02-21 13:48:22.000000,2023-12-28 06:35:09,2895.0,3.0,1600.0,86.0,1628.0,307.0,1804.0,8049.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",118.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1124.0,1120.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,4.0,1532.0,1532.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +212,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7767.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,40955.0,39947.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,1008.0,2373877.0,2400368.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1138904.0,,,,,2.0,411.0,,,,,,,,,,,,,,,,,, +213,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,,2017-09-26 08:00:56.000,2024-02-22 01:57:14.000000,2023-12-02 06:10:46,4212.0,49.0,841.0,142.0,473.0,86.0,763.0,6964.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",66.0,32,False,2023-12-03 06:47:22.000,1.7.0,20.0,stanza,stanfordnlp/stanza,,,,2472.0,2472.0,https://pypi.org/project/stanza,,,160152.0,160308.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7332.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +214,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-02-12 19:58:33.000000,2024-02-12 19:58:33,1768.0,7.0,761.0,129.0,268.0,442.0,329.0,6788.0,Uniform Manifold Approximation and Projection.,128.0,32,True,2023-11-18 03:11:17.000,0.5.5,39.0,umap-learn,conda-forge/umap-learn,,,,561.0,1.0,https://pypi.org/project/umap-learn,2023-11-18 03:11:17.000,560.0,859861.0,912201.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2302974.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +215,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-02-21 09:17:40.000000,2023-12-27 14:04:05,2705.0,5.0,1137.0,209.0,1045.0,20.0,614.0,6478.0,An open source library for deep learning end-to-end dialog systems and chatbots.,76.0,32,True,2023-12-27 14:49:16.000,1.5.0,62.0,deeppavlov,,,,['tensorflow'],381.0,374.0,https://pypi.org/project/deeppavlov,2023-12-27 14:44:59.000,7.0,10663.0,10663.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,, +216,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-02-02 08:20:24.000000,2023-07-28 00:16:45,2332.0,,1080.0,191.0,234.0,271.0,280.0,5476.0,Distributed Evolutionary Algorithms in Python.,87.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4812.0,4441.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,371.0,200843.0,209771.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,357135.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +217,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,,1594.0,304.0,294.0,152.0,268.0,5350.0,Portfolio and risk analytics in Python.,59.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,996.0,962.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,34.0,10269.0,10447.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12873.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +218,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,,2014-12-17 18:16:59.000,2024-02-22 08:46:34.000000,2024-02-19 17:08:55,29534.0,378.0,1524.0,185.0,2044.0,21.0,1559.0,4688.0,"mlpack: a fast, header-only C++ machine learning library.",311.0,32,False,2023-11-27 18:45:09.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,,,https://pypi.org/project/mlpack,,,4720.0,8543.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,168216.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +219,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-02-14 14:45:29.000000,2024-02-14 14:41:59,3850.0,47.0,550.0,85.0,546.0,102.0,463.0,4641.0,Online machine learning in Python.,110.0,32,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,464.0,432.0,https://pypi.org/project/river,2023-12-05 00:13:21.000,32.0,25778.0,27348.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,53403.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +220,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-02-21 20:08:21.000000,2024-02-07 07:34:42,2152.0,11.0,277.0,45.0,2119.0,332.0,650.0,4622.0,Aim An easy-to-use & supercharged open-source experiment tracker.,61.0,32,True,2024-02-07 09:25:26.000,3.18.1,903.0,aim,conda-forge/aim,,,,464.0,445.0,https://pypi.org/project/aim,2024-02-21 20:08:21.000,19.0,92857.0,94218.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,42206.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +221,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1009.0,153.0,115.0,150.0,79.0,4456.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,,,,41614.0,40760.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,854.0,479660.0,483275.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,155471.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +222,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-02-22 01:46:09.000000,2024-02-20 06:31:14,1417.0,27.0,453.0,53.0,764.0,38.0,473.0,3558.0,NeuralProphet: A simple forecasting package.,52.0,32,True,2024-02-14 23:32:25.000,0.7.0,32.0,neuralprophet,,,,['pytorch'],392.0,387.0,https://pypi.org/project/neuralprophet,2024-02-19 22:06:30.000,5.0,74140.0,74140.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +223,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,,672.0,186.0,737.0,262.0,669.0,3402.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,32,True,2020-10-21 13:39:07.000,2.1.2,9.0,dyNET,,,,,255.0,255.0,https://pypi.org/project/dyNET,,,235510.0,235679.0,,,,,,,,3.0,14883.0,,,,,,,,,,,,,,,,,, +224,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,,577.0,77.0,78.0,63.0,161.0,3030.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,,,,5336.0,5169.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,167.0,2169113.0,2172121.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,240702.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +225,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-02-06 17:34:20.000000,2024-01-19 08:29:16,1635.0,7.0,323.0,60.0,185.0,126.0,192.0,2739.0,The machine learning toolkit for time series analysis in Python.,43.0,32,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1198.0,1149.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,319265.0,348286.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1276935.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +226,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,4.0,398.0,39.0,149.0,45.0,239.0,2346.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1643.0,1468.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,175.0,1428607.0,1437554.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,250538.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +227,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2023-12-18 20:05:31.000000,2023-12-18 19:57:13,1353.0,11.0,303.0,22.0,44.0,34.0,200.0,2145.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2023-12-17 19:42:36.000,0.4.5,90.0,explainerdashboard,conda-forge/explainerdashboard,,,,448.0,438.0,https://pypi.org/project/explainerdashboard,2023-12-17 19:42:36.000,10.0,78713.0,79838.0,https://anaconda.org/conda-forge/explainerdashboard,2023-12-17 21:59:52.942,42775.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +228,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-02-21 20:45:25.000000,2024-02-16 14:33:06,1078.0,1.0,227.0,34.0,251.0,50.0,271.0,1491.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",22.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,7357.0,7357.0,https://pypi.org/project/pmdarima,,,2029053.0,2054910.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1034307.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +229,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-02-15 02:00:09.000000,2024-02-15 02:00:02,823.0,6.0,327.0,120.0,775.0,215.0,166.0,1453.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",83.0,32,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3555.0,3525.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,30.0,833100.0,833100.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +230,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-02-21 15:57:59.122000,2024-02-21 11:27:06,13168.0,402.0,279.0,35.0,1750.0,463.0,622.0,986.0,Python package for earth-observing satellite data processing.,150.0,32,False,2024-02-21 11:29:00.000,0.47.0,93.0,satpy,conda-forge/satpy,,,,138.0,120.0,https://pypi.org/project/satpy,2024-02-21 11:29:00.000,18.0,41394.0,45539.0,https://anaconda.org/conda-forge/satpy,2024-02-21 15:57:59.122,182421.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +231,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-02-22 13:16:14.000000,2024-02-22 13:16:13,11360.0,146.0,237.0,57.0,12000.0,222.0,2163.0,918.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-02-20 18:12:18.000,0.2.128,148.0,hail,,,,['spark'],142.0,124.0,https://pypi.org/project/hail,2024-02-20 18:12:18.000,18.0,56893.0,56893.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +232,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-02-22 02:57:24.000000,2024-02-20 17:19:59,13726.0,186.0,396.0,49.0,2021.0,151.0,756.0,654.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",152.0,32,False,2023-12-14 14:48:42.000,1.8.0,27.0,dipy,conda-forge/dipy,,,,1114.0,1001.0,https://pypi.org/project/dipy,2023-12-14 14:48:42.000,113.0,24190.0,34611.0,https://anaconda.org/conda-forge/dipy,2024-02-08 16:36:03.303,427292.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +233,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-01-07 01:32:14.000000,2023-07-13 08:50:20,531.0,,2708.0,385.0,119.0,228.0,561.0,24521.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],661.0,655.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,13853.0,72454.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,79368.0,,,,,2.0,2966364.0,,,,,,,,,,,,,,,,,, +234,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-01-28 10:39:22.145000,2024-01-28 09:33:25,550.0,3.0,1203.0,168.0,428.0,63.0,470.0,8003.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],98.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,77.0,237042.0,266673.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1333399.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +235,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-02-22 01:28:42.000000,2024-02-21 14:45:39,1551.0,77.0,637.0,81.0,664.0,98.0,228.0,7945.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",44.0,31,False,2024-02-17 01:29:14.000,2.6.0,25.0,cleanlab,conda-forge/cleanlab,,,,276.0,266.0,https://pypi.org/project/cleanlab,2024-02-17 01:29:14.000,10.0,12484.0,13074.0,https://anaconda.org/conda-forge/cleanlab,2024-02-18 22:31:50.965,20073.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +236,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,828.0,7332.0,Automated Machine Learning with scikit-learn.,88.0,31,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],579.0,540.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,17229.0,17845.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,20951.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,, +237,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-02-21 08:44:00.000000,2024-01-22 12:10:22,357.0,3.0,1429.0,135.0,132.0,13.0,314.0,7323.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 21:59:23.000,1.4.3,13.0,bayesian-optimization,,,,,2384.0,2384.0,https://pypi.org/project/bayesian-optimization,,,262298.0,262299.0,,,,,,,,2.0,141.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,, +238,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-02-21 22:36:16.000000,2024-02-17 03:21:34,5923.0,103.0,949.0,111.0,1614.0,99.0,627.0,7171.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-02-16 18:45:50.000,2.8.0,118.0,perspective-python,conda-forge/perspective,,,['jupyter'],136.0,115.0,https://pypi.org/project/perspective-python,2024-02-16 18:44:36.000,17.0,8814.0,21231.0,https://anaconda.org/conda-forge/perspective,2024-02-17 20:22:35.346,520804.0,,,,,2.0,2199.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-02-16 18:43:59.567,4.0,267.0,,,,,,,,,, +239,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-02-22 14:22:33.000000,2024-02-16 14:05:03,1143.0,32.0,776.0,61.0,910.0,245.0,1092.0,7017.0,A python library for user-friendly forecasting and anomaly detection on time series.,112.0,31,True,2024-01-21 16:13:43.000,0.27.2,40.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,527.0,522.0,https://pypi.org/project/u8darts,2024-01-21 16:13:43.000,5.0,23386.0,24678.0,https://anaconda.org/conda-forge/u8darts-all,2024-01-21 21:20:33.765,39859.0,https://hub.docker.com/r/unit8/darts,2024-01-21 16:15:31.089895,,515.0,2.0,,,,,,,,,,,,,,,,,,, +240,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-02-09 09:43:22.000000,2024-02-09 09:43:21,989.0,50.0,890.0,137.0,672.0,128.0,308.0,6589.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,84.0,31,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,337.0,330.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,47178.0,47663.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,18950.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,, +241,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,,1800.0,198.0,206.0,12.0,1343.0,6293.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,31,True,2019-01-18 19:18:13.000,doc-v0.9.0.1,3.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1467.0,1467.0,https://pypi.org/project/tensorpack,,,9647.0,10017.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10320.0,,,,,3.0,162.0,,,,,,,,,,,,,,,,,, +242,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-02-19 12:55:24.000000,2024-02-19 12:55:23,1086.0,8.0,368.0,82.0,527.0,52.0,453.0,5571.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,31,True,2023-09-04 10:10:59.000,0.15.0,15.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1120.0,1120.0,https://pypi.org/project/skorch,,,84265.0,103254.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,778566.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +243,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-01-31 21:54:07.762000,2024-01-31 21:05:41,785.0,20.0,374.0,74.0,283.0,59.0,508.0,4440.0,Visualizer for pandas data structures.,30.0,31,True,2024-01-31 21:35:10.000,3.10.0,180.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1053.0,1030.0,https://pypi.org/project/dtale,2024-01-31 21:35:10.000,23.0,75550.0,81447.0,https://anaconda.org/conda-forge/dtale,2024-01-31 21:54:07.762,265395.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +244,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,71.0,367.0,97.0,460.0,4140.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,31,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,2971.0,2861.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,110.0,38463.0,38634.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4630.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +245,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-01-13 11:36:10.000000,2023-11-02 13:49:44,662.0,,822.0,150.0,126.0,124.0,104.0,3948.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,3076.0,3026.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,50.0,79025.0,79669.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,23200.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +246,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-02-05 02:43:00.000000,2023-12-19 14:36:52,3303.0,29.0,524.0,120.0,370.0,75.0,736.0,3929.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,31,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,366.0,316.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,50.0,70486.0,72136.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,42902.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +247,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-02-20 18:46:12.000000,2024-02-20 18:46:12,1088.0,13.0,351.0,60.0,1342.0,125.0,174.0,3814.0,A Python toolbox for performing gradient-free optimization.,54.0,31,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,654.0,621.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,33.0,70072.0,71091.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,45860.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +248,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,324.0,66.0,75.0,9.0,121.0,2965.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,12442.0,12057.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,385.0,1232866.0,1236937.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,354240.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +249,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-02-18 01:07:41.000000,2024-02-18 01:07:40,1284.0,11.0,275.0,53.0,219.0,51.0,415.0,2924.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,36.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,662.0,646.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,226834.0,248669.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,960769.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +250,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-02-21 11:39:19.000000,2024-02-02 23:52:02,700.0,1.0,248.0,40.0,807.0,71.0,283.0,2772.0,PyTorch extensions for high performance and large scale training.,73.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4301.0,4235.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,447544.0,453950.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,172974.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +251,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-02-15 08:04:55.000000,2024-02-15 07:55:49,805.0,22.0,318.0,39.0,879.0,40.0,268.0,2744.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",42.0,31,True,2023-09-09 13:24:13.000,0.7.0,13.0,python-doctr,,,,"['tensorflow', 'pytorch']",255.0,252.0,https://pypi.org/project/python-doctr,2023-09-09 13:24:13.000,3.0,19789.0,87288.0,,,,,,,,2.0,2429977.0,,,,,,,,,,,,,,,,,, +252,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-02-22 13:34:01.000000,2024-02-22 12:02:38,970.0,8.0,221.0,39.0,528.0,71.0,172.0,2696.0,JAX-based neural network library.,80.0,31,True,2023-11-10 14:04:13.000,0.0.11,13.0,dm-haiku,conda-forge/dm-haiku,,,,1720.0,1720.0,https://pypi.org/project/dm-haiku,,,179305.0,179716.0,https://anaconda.org/conda-forge/dm-haiku,2023-11-16 14:41:40.026,14807.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,, +253,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-02-22 08:02:35.000000,2024-02-22 08:02:34,1159.0,39.0,232.0,28.0,1000.0,98.0,410.0,2687.0,A python library for self-supervised learning on images.,38.0,31,True,2024-02-20 18:16:43.000,1.5.0,114.0,lightly,,,,['pytorch'],220.0,213.0,https://pypi.org/project/lightly,2024-02-20 18:16:43.000,7.0,23382.0,23382.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +254,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-02-06 22:15:06.000000,2023-11-20 19:03:21,997.0,,478.0,57.0,136.0,341.0,165.0,2629.0,A high performance implementation of HDBSCAN clustering.,87.0,31,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3356.0,3126.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,230.0,576038.0,621178.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1805633.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +255,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-02-12 07:39:57.000000,2024-01-30 06:50:46,2931.0,9.0,687.0,78.0,851.0,257.0,622.0,2574.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",122.0,31,True,2023-10-16 21:49:45.000,0.1.24,24.0,pgmpy,,,,,898.0,865.0,https://pypi.org/project/pgmpy,2023-10-16 20:46:07.000,33.0,44507.0,44514.0,,,,,,,,2.0,309.0,,,,,,,,,,,,,,,,,, +256,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-02-22 05:41:08.000000,2024-02-20 19:08:09,5546.0,147.0,699.0,89.0,5764.0,201.0,850.0,2057.0,TFX is an end-to-end platform for deploying production ML pipelines.,182.0,31,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,2023-09-06 22:01:30.000,14.0,50156.0,50156.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +257,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-02-15 10:45:39.000000,2024-02-09 16:47:54,4147.0,11.0,1075.0,154.0,1093.0,49.0,618.0,1723.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,40.0,arcgis,,esridocker/arcgis-api-python-notebook,,,37.0,4.0,https://pypi.org/project/arcgis,2023-12-12 19:09:17.000,33.0,115826.0,115943.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,10495.0,,,,,,,,,,,,,,,,,, +258,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-02-16 18:56:52.000000,2023-12-27 10:12:23,938.0,2.0,211.0,48.0,309.0,127.0,123.0,1719.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,31,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,7033.0,6870.0,https://pypi.org/project/evaluate,2023-10-13 15:54:47.000,163.0,2608982.0,2608982.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +259,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1573.0,Python Geocoder.,73.0,31,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,9638.0,9106.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,532.0,389882.0,391519.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,137555.0,,,,,3.0,,,,,,,,,,,,,,,,,,,geocoder +260,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-02-20 17:53:43.000000,2024-02-20 17:47:12,711.0,12.0,310.0,44.0,363.0,71.0,207.0,1557.0,Training PyTorch models with differential privacy.,76.0,31,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],757.0,737.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,20.0,84053.0,84570.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,12892.0,,,,,2.0,106.0,,,,,,,,,,,,,,,,,, +261,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-02-22 13:47:27.000000,2024-02-22 13:47:15,3844.0,218.0,46.0,166.0,504.0,129.0,375.0,1419.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2023-12-28 14:30:03.000,4.2.0,68.0,lets-plot,,,,,61.0,59.0,https://pypi.org/project/lets-plot,2023-12-28 13:56:03.000,2.0,25414.0,25425.0,,,,,,,,2.0,600.0,,,,,,,,,,,,,,,,,, +262,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-02-13 16:56:19.000000,2024-02-13 16:56:18,939.0,10.0,427.0,87.0,219.0,49.0,235.0,1401.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2629.0,2261.0,https://pypi.org/project/emcee,2023-02-02 20:53:47.943,368.0,138040.0,141498.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,321654.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +263,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-02-01 19:43:14.000000,2024-01-05 16:06:48,1120.0,14.0,277.0,45.0,512.0,27.0,182.0,1235.0,ARCH models in Python.,35.0,31,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,1486.0,1416.0,https://pypi.org/project/arch,2024-01-05 08:24:51.000,70.0,298847.0,305237.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,281171.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +264,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-02-15 16:03:37.000000,2024-02-08 15:48:52,656.0,30.0,95.0,23.0,508.0,319.0,404.0,903.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-01-30 08:44:06.000,0.9.2,65.0,hvplot,conda-forge/hvplot,,,,4561.0,4452.0,https://pypi.org/project/hvplot,2024-01-29 16:25:57.000,109.0,156140.0,168140.0,https://anaconda.org/conda-forge/hvplot,2024-01-30 08:55:28.301,528014.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +265,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-01-01 17:28:43.000000,2023-11-06 00:17:47,493.0,,122.0,33.0,127.0,27.0,74.0,862.0,Python bindings and utilities for GeoJSON.,56.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17785.0,16513.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,1272.0,1578212.0,1643343.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,781577.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +266,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-02-21 22:16:11.000000,2024-01-30 04:28:17,1054.0,6.0,170.0,35.0,115.0,31.0,59.0,710.0,Snowball compiler and stemming algorithms.,34.0,31,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6835.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,6830.0,11476895.0,11562066.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7665444.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +267,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-02-22 12:51:34.000000,2024-02-20 09:55:04,163079.0,2120.0,89.0,52.0,2068.0,105.0,282.0,675.0,TensorFlow ROCm port.,4559.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,5603.0,5603.0,,,,,,,,3.0,21.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,, +268,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2023-12-15 12:50:52.000000,2023-12-15 12:50:52,282.0,5.0,107.0,24.0,52.0,35.0,56.0,468.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,31,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,18737.0,18368.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,369.0,1974733.0,1993259.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,741047.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +269,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,,2009.0,286.0,3401.0,50.0,1494.0,10405.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:16:41.000,1.7.2,23.0,parlai,,,,['pytorch'],21.0,21.0,https://pypi.org/project/parlai,,,6104.0,6104.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +270,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-02-21 20:52:42.000000,2024-02-18 13:52:07,2888.0,23.0,2162.0,193.0,417.0,202.0,471.0,8789.0,FinRL: Financial Reinforcement Learning.,109.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,32.0,32.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1383.0,1383.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +271,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-02-20 22:38:08.000000,2024-02-20 22:38:05,385.0,2.0,2155.0,286.0,96.0,309.0,446.0,8303.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,,,,1569.0,1550.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,5393.0,18528.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6845.0,,,,,2.0,908338.0,,,,,,,,,,,,,,,,,, +272,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-02-19 11:31:08.000000,2024-02-19 11:28:54,1141.0,25.0,1229.0,146.0,156.0,247.0,1231.0,8092.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,138.0,30,False,2023-10-31 20:06:30.000,0.7.5,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],729.0,715.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,3888.0,7578.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,188213.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +273,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-02-09 01:23:36.000000,2024-02-08 01:28:57,1168.0,14.0,1318.0,101.0,628.0,691.0,518.0,7866.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2264.0,2264.0,,,,,4610.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,184402.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +274,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-02-22 09:05:24.000000,2024-02-21 17:37:15,2104.0,64.0,819.0,100.0,2350.0,321.0,899.0,6861.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",116.0,30,True,2023-11-30 05:58:09.000,1.0.0,1400.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",9.0,2.0,https://pypi.org/project/autogluon,2024-02-22 09:05:24.000,7.0,68206.0,68328.0,,,,https://hub.docker.com/r/autogluon/autogluon,2023-07-26 19:13:58.158186,17.0,6764.0,2.0,,,,,,,,,,,,,,,,,,, +275,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-01-31 07:05:16.000000,2023-01-31 19:40:04,3203.0,,1394.0,190.0,784.0,40.0,423.0,6024.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",131.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],606.0,594.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,1195.0,1365.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7494.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +276,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-02-13 20:24:20.000000,2024-01-23 12:41:45,154.0,2.0,1058.0,197.0,99.0,145.0,297.0,5788.0,Official Kaggle API.,37.0,30,True,2024-02-13 20:24:20.000,1.6.6,66.0,kaggle,conda-forge/kaggle,,,,407.0,21.0,https://pypi.org/project/kaggle,2024-02-13 20:24:20.000,386.0,213378.0,216890.0,https://anaconda.org/conda-forge/kaggle,2024-02-07 12:47:17.698,143995.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +277,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,663.0,89.0,206.0,141.0,356.0,4552.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,30,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1414.0,1364.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,640958.0,643300.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,170975.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +278,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-02-16 15:05:26.000000,2022-09-24 16:20:26,585.0,,892.0,96.0,214.0,103.0,447.0,4514.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3720.0,3661.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,59.0,99999.0,100710.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,19917.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +279,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-02-21 09:22:51.000000,2024-02-07 19:25:54,1447.0,18.0,762.0,75.0,1778.0,296.0,629.0,4109.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,16.0,208030.0,208056.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,731.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +280,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-02-22 14:20:44.000000,2024-02-21 16:11:09,15367.0,52.0,493.0,71.0,3416.0,839.0,1544.0,3807.0,cuML - RAPIDS Machine Learning Library.,168.0,30,True,2024-02-13 16:00:26.000,24.02.00,37.0,cuml,,,,,7.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,7.0,2212.0,2212.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +281,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,3.0,267.0,47.0,50.0,26.0,94.0,3760.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,,,,4914.0,4779.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,135.0,1119181.0,1126309.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,278023.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +282,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-02-19 16:46:43.025000,2023-10-04 07:40:23,3656.0,,478.0,100.0,1044.0,255.0,368.0,3531.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-19 16:20:43.000,0.12.43,111.0,bqplot,conda-forge/bqplot,,,['jupyter'],180.0,55.0,https://pypi.org/project/bqplot,2024-02-19 16:20:43.000,108.0,125153.0,156129.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1259047.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2023-10-17 10:48:26.195,17.0,2998.0,,,,,,,,,, +283,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,,602.0,78.0,227.0,76.0,405.0,3373.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1293.0,1253.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,40.0,170652.0,184543.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,568419.0,,,,,1.0,703.0,,,,,,,,,,,,,,,,,, +284,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-02-20 05:28:33.000000,2024-02-04 19:23:19,3829.0,6.0,533.0,61.0,880.0,343.0,967.0,3356.0,A highly efficient implementation of Gaussian Processes in PyTorch.,128.0,30,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],1963.0,1870.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,93.0,179151.0,182367.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,144763.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +285,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,3.0,247.0,65.0,52.0,9.0,,3267.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,30,True,2023-12-29 09:27:05.000,4.6.1,27.0,textdistance,conda-forge/textdistance,,,,5826.0,5757.0,https://pypi.org/project/textdistance,2023-12-29 09:26:30.000,69.0,618780.0,626280.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,516655.0,,,,,2.0,976.0,,,,,,,,,,,,,,,,,, +286,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,437.0,93.0,122.0,78.0,348.0,3237.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,30,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1107.0,1047.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,300665.0,303285.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,104832.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +287,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-01-19 20:32:01.000000,2023-11-13 00:15:46,980.0,,570.0,100.0,334.0,31.0,714.0,3221.0,"Fast, flexible and easy to use probabilistic modelling in Python.",72.0,30,True,2023-09-17 19:03:32.000,0.14.9,73.0,pomegranate,conda-forge/pomegranate,,,,1112.0,1053.0,https://pypi.org/project/pomegranate,2023-09-17 19:03:32.000,59.0,38871.0,42041.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,142666.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +288,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-01-20 21:16:47.000000,2024-01-20 14:36:02,469.0,6.0,729.0,119.0,119.0,57.0,369.0,2913.0,"Hidden Markov Models in Python, with scikit-learn like API.",46.0,30,True,2023-04-18 18:59:00.534,0.3.0,12.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2447.0,2301.0,https://pypi.org/project/hmmlearn,2023-04-18 18:59:00.534,146.0,171699.0,176736.0,https://anaconda.org/conda-forge/hmmlearn,2023-10-07 20:19:04.855,206550.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +289,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-02-13 20:21:30.000000,2023-11-29 20:31:13,1079.0,1.0,382.0,62.0,488.0,201.0,269.0,2796.0,A Hyperparameter Tuning Library for Keras.,60.0,30,True,2023-11-07 19:38:18.000,1.4.6,34.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],3304.0,3242.0,https://pypi.org/project/keras-tuner,2023-11-07 19:38:18.000,62.0,166826.0,167769.0,https://anaconda.org/conda-forge/keras-tuner,2023-11-10 05:23:26.167,28297.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +290,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-02-22 01:13:43.000000,2024-02-20 19:37:56,1099.0,26.0,252.0,31.0,428.0,95.0,313.0,2208.0,Scalable and user friendly neural forecasting algorithms.,35.0,30,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,112.0,107.0,https://pypi.org/project/neuralforecast,2023-10-05 19:40:30.000,5.0,21637.0,22200.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,12959.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +291,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-02-19 08:35:48.000000,2023-12-27 07:53:06,1445.0,81.0,200.0,49.0,243.0,154.0,154.0,2006.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",40.0,30,True,2023-12-27 07:54:37.000,0.33.0,168.0,graphistry,,,,['jupyter'],114.0,108.0,https://pypi.org/project/graphistry,2023-12-27 07:54:37.000,6.0,3095.0,3095.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +292,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-02-19 01:50:38.000000,2024-02-05 15:04:26,519.0,6.0,433.0,88.0,103.0,82.0,258.0,1939.0,bt - flexible backtesting for Python.,31.0,30,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1623.0,1595.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,28.0,8127.0,8737.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,20752.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +293,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-02-19 11:08:58.000000,2024-02-07 13:16:15,2447.0,7.0,438.0,77.0,1262.0,149.0,682.0,1786.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],653.0,616.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,46297.0,46659.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,24983.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +294,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-02-07 20:20:08.000000,2024-02-07 20:20:03,285.0,8.0,355.0,53.0,77.0,78.0,109.0,1766.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,41.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],5922.0,5761.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,161.0,170449.0,171596.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,78060.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +295,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-02-19 03:06:25.000000,2023-12-31 15:46:16,440.0,10.0,282.0,61.0,102.0,22.0,99.0,1729.0,ffn - a financial function library for Python.,32.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,456.0,425.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,31.0,165343.0,165540.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6726.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +296,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-02-16 20:09:56.000000,2024-02-16 20:09:51,1590.0,4.0,281.0,54.0,137.0,79.0,182.0,1703.0,"CUDA integration for Python, plus shiny features.",81.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2897.0,2672.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,225.0,34078.0,42130.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,281839.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +297,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,40.0,371.0,52.0,125.0,41.0,421.0,1637.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,30,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,243.0,225.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,18.0,1465.0,1589.0,,,,,,,,1.0,11787.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,, +298,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-02-22 00:14:03.000000,2024-02-21 22:19:21,1245.0,5.0,135.0,30.0,105.0,33.0,249.0,1487.0,Statistical package in Python based on Pandas.,43.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,1845.0,1771.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,65995.0,68564.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,113057.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +299,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,3.0,153.0,32.0,245.0,,,1308.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2023-12-19 07:41:39.000,1.3.4,43.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1497.0,1497.0,https://pypi.org/project/spacy-transformers,,,190965.0,191988.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,27647.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +300,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-02-22 13:32:44.000000,2024-02-17 20:23:05,1534.0,19.0,162.0,17.0,785.0,106.0,444.0,1254.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,30,True,2023-09-18 03:57:15.000,0.26.0,59.0,pyjanitor,conda-forge/pyjanitor,,,,569.0,549.0,https://pypi.org/project/pyjanitor,2023-09-18 03:57:09.000,20.0,53222.0,57409.0,https://anaconda.org/conda-forge/pyjanitor,2024-02-21 02:58:22.491,188440.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +301,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-02-20 17:34:51.000000,2024-02-20 16:20:11,3027.0,11.0,260.0,34.0,37.0,2.0,483.0,1204.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,30,True,2024-02-20 16:04:16.000,0.41.0,100.0,ktrain,,,,['tensorflow'],501.0,501.0,https://pypi.org/project/ktrain,,,11584.0,11584.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +302,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-02-21 04:20:56.000000,2024-02-15 17:43:59,1941.0,84.0,301.0,23.0,2244.0,81.0,226.0,1124.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,30,True,2024-02-09 18:33:49.000,0.34.1,54.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",88.0,85.0,https://pypi.org/project/raiwidgets,2024-02-09 18:24:31.000,3.0,5218.0,5218.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,2024-02-19 19:28:18.000000,2024-02-19 15:09:37,10484.0,177.0,224.0,36.0,1445.0,172.0,343.0,1122.0,Computations and statistics on manifolds with geometric structures.,89.0,30,True,2023-08-30 05:36:10.000,2.7.0,22.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,94.0,94.0,https://pypi.org/project/geomstats,,,3549.0,3657.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2173.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +304,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-02-16 20:11:24.000000,2024-02-16 20:11:22,3280.0,8.0,240.0,48.0,351.0,70.0,263.0,1015.0,"OpenCL integration for Python, plus shiny features.",95.0,30,True,2024-01-23 22:08:06.000,2024.1,95.0,pyopencl,conda-forge/pyopencl,,,,2025.0,1813.0,https://pypi.org/project/pyopencl,2024-01-23 22:46:25.000,212.0,94392.0,116768.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,984549.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +305,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-02-21 12:56:51.000000,2024-02-21 12:56:50,924.0,7.0,214.0,59.0,99.0,44.0,173.0,981.0,Input pipeline framework.,28.0,30,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1704.0,1648.0,https://pypi.org/project/tensorflow-transform,2023-08-11 23:14:04.000,56.0,672618.0,672618.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +306,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-02-18 23:23:58.271000,2024-02-18 18:57:12,1919.0,6.0,226.0,19.0,288.0,47.0,266.0,796.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,30,True,2024-02-18 21:10:04.000,1.4.8,47.0,salib,conda-forge/salib,,,,1130.0,1040.0,https://pypi.org/project/salib,2024-02-18 21:10:04.000,90.0,140103.0,143718.0,https://anaconda.org/conda-forge/salib,2024-02-18 23:23:58.271,144636.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +307,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-02-15 19:11:24.000000,2024-02-06 03:22:42,1674.0,27.0,282.0,43.0,1321.0,271.0,362.0,685.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2024-02-06 04:35:56.000,0.36.0,43.0,tensorflow-io,,,,['tensorflow'],36.0,,https://pypi.org/project/tensorflow-io,2024-02-06 04:34:40.000,36.0,2988574.0,2988574.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +308,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-02-21 13:20:45.000000,2024-02-20 16:01:10,1927.0,100.0,57.0,20.0,1430.0,27.0,206.0,491.0,The MLOps stack component for experiment tracking.,54.0,30,True,2024-02-15 11:40:48.000,1.9.1,201.0,neptune-client,conda-forge/neptune-client,,,,49.0,,https://pypi.org/project/neptune-client,2024-02-15 11:40:48.000,49.0,578173.0,583272.0,https://anaconda.org/conda-forge/neptune-client,2024-02-15 14:02:29.071,229490.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +309,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-02-13 15:18:25.000000,2024-02-13 15:18:25,17084.0,33.0,113.0,27.0,3566.0,506.0,3379.0,477.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2024-02-02 23:10:48.000,0.19.6,111.0,datalad,conda-forge/datalad,,,,65.0,,https://pypi.org/project/datalad,2024-02-02 23:10:48.000,65.0,20493.0,30093.0,https://anaconda.org/conda-forge/datalad,2024-02-03 04:09:03.909,422414.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +310,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-02-05 08:36:47.000000,2023-11-21 12:31:47,1957.0,,2341.0,274.0,903.0,195.0,672.0,13473.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,29,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,1728.0,1737.0,,,,,,,,2.0,393.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-02-18 01:28:48.000000,2023-04-19 14:13:08,2404.0,,3665.0,603.0,222.0,48.0,,12576.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,1999.0,1927.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,72.0,13881.0,13881.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +312,pandas-ai,gventuri/pandas-ai,others,,https://github.com/Sinaptik-AI/pandas-ai,https://github.com/Sinaptik-AI/pandas-ai,MIT,2023-04-22 12:58:01.000,2024-02-22 13:26:18.000000,2024-02-19 12:44:23,717.0,63.0,849.0,81.0,357.0,195.0,279.0,9798.0,"Chat with your data (SQL, CSV, pandas, polars, noSQL, etc). PandasAI makes data analysis conversational using LLMs..",65.0,29,True,2024-02-07 21:55:31.000,1.5.19,100.0,pandas-ai,,,,,2667.0,2667.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,2.0,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,, +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,,1840.0,217.0,46.0,96.0,94.0,8907.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,123960.0,124658.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,30715.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +314,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,881.0,127.0,38.0,69.0,144.0,5075.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],2981.0,2934.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,47.0,738330.0,738651.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14455.0,,,,,1.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,2024-02-22 05:05:53.000000,2024-02-12 23:18:11,1559.0,10.0,821.0,144.0,1468.0,326.0,398.0,4935.0,Simple and Distributed Machine Learning.,116.0,29,True,2023-11-27 22:05:20.000,1.0.2,42.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,2023-11-27 22:05:20.000,3.0,144216.0,144216.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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,148.0,789.0,141.0,356.0,4690.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2682.0,2636.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,270991.0,270998.0,,,,,,,,2.0,344.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,2024-02-13 22:17:47.000000,2024-02-13 22:17:46,593.0,21.0,757.0,84.0,324.0,56.0,317.0,4594.0,Uplift modeling and causal inference with machine learning algorithms.,60.0,29,True,2023-08-28 06:52:12.000,0.14.1,22.0,causalml,,,,,182.0,181.0,https://pypi.org/project/causalml,2023-08-28 06:52:12.000,1.0,79060.0,79060.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +318,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,444.0,42.0,124.0,64.0,154.0,4248.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,,,,1095.0,1062.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,92628.0,93150.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,16716.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +319,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,2023-12-29 12:20:18.000000,2023-11-11 01:23:34,523.0,,712.0,175.0,80.0,8.0,278.0,4133.0,A python wrapper for Alpha Vantage API for financial data.,42.0,29,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,519.0,487.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,28467.0,28638.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6332.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +320,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-02-20 20:08:12.000000,2024-02-20 20:08:04,1741.0,23.0,554.0,40.0,796.0,464.0,282.0,3471.0,Time series forecasting with PyTorch.,45.0,29,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,67210.0,68528.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,54042.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +321,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-02-11 14:02:46.000000,2024-02-11 14:02:45,448.0,3.0,519.0,112.0,87.0,20.0,101.0,3375.0,Module for automatic summarization of text documents and HTML pages.,30.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,2611.0,2501.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,110.0,65955.0,66186.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7422.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +322,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-02-22 12:17:18.000000,2024-02-22 12:17:17,1487.0,19.0,234.0,16.0,1728.0,278.0,726.0,3243.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,,,,,342.0,335.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,40135.0,40163.0,,,,,,,,2.0,798.0,,,,,,,,,,,,,,,,,, +323,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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,399.0,47.0,1084.0,6.0,353.0,3201.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1106.0,1068.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,38.0,154196.0,154196.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +324,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-01-10 22:28:30.000000,2023-09-10 15:15:16,1059.0,,234.0,62.0,112.0,6.0,266.0,3126.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,29,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,515.0,506.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,77249.0,77265.0,,,,,,,,2.0,989.0,,,,,,,,,,,,,,,,,, +325,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,35.0,363.0,81.0,63.0,154.0,189.0,3120.0,a library for audio and music analysis.,25.0,29,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,468.0,440.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,28.0,6997.0,14679.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,637618.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +326,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,672.0,109.0,72.0,99.0,123.0,2952.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10302.0,10125.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,177.0,79220.0,79220.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +327,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-02-18 10:55:01.000000,2024-01-30 11:23:03,1150.0,19.0,377.0,46.0,73.0,142.0,465.0,2888.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-01-22 10:04:49.000,1.1.3,86.0,mljar-supervised,conda-forge/mljar-supervised,,,,106.0,104.0,https://pypi.org/project/mljar-supervised,2024-01-22 10:04:49.000,2.0,4547.0,4942.0,https://anaconda.org/conda-forge/mljar-supervised,2024-01-08 10:33:13.792,12670.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +328,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-02-22 00:56:29.000000,2024-02-21 22:07:46,7322.0,342.0,332.0,77.0,8496.0,37.0,323.0,2751.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",110.0,29,True,2024-02-20 22:58:40.000,0.28.1,100.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",,,https://pypi.org/project/determined,,,30329.0,30507.0,,,,,,,,3.0,7858.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,2024-02-14 22:05:03.000000,2024-02-14 22:04:33,2296.0,29.0,717.0,80.0,204.0,187.0,465.0,2690.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'],9.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,9.0,40069.0,40069.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +330,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-02-12 10:37:51.000000,2023-11-11 12:54:41,2661.0,,350.0,36.0,511.0,49.0,213.0,2674.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",61.0,29,True,2023-09-11 23:15:50.000,0.3.9,46.0,textattack,conda-forge/textattack,,,,238.0,233.0,https://pypi.org/project/textattack,2023-09-11 23:15:50.000,5.0,5989.0,6161.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7085.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +331,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-02-14 18:45:44.000000,2024-02-14 18:45:43,3498.0,63.0,515.0,109.0,342.0,396.0,673.0,2626.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",80.0,29,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,596.0,576.0,https://pypi.org/project/essentia,2023-10-27 09:13:56.000,20.0,12237.0,12237.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,99.0,1045.0,260.0,297.0,2549.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'],1485.0,1463.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,77446.0,77446.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +333,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-02-08 09:42:44.000000,2024-02-08 09:42:43,2880.0,23.0,1055.0,121.0,505.0,61.0,295.0,2530.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,29,False,2023-04-14 13:35:06.415,8.6.1,45.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],305.0,,https://pypi.org/project/ipyparallel,2023-04-14 13:35:06.415,305.0,216521.0,226708.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,957662.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +334,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-02-12 04:45:12.000000,2023-12-03 09:09:14,2415.0,3.0,251.0,27.0,1127.0,75.0,224.0,2528.0,Database system for AI-powered apps.,73.0,29,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,18023.0,39602.0,,,,,,,,3.0,410018.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,, +335,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,3.0,336.0,44.0,57.0,67.0,206.0,2323.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,29,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],276.0,269.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,6619.0,6619.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +336,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2023-12-18 04:15:22.000000,2023-11-17 20:35:45,543.0,,155.0,44.0,76.0,4.0,127.0,1961.0,a python library for doing approximate and phonetic matching of strings.,31.0,29,True,,,,jellyfish,conda-forge/jellyfish,,,,8153.0,8153.0,https://pypi.org/project/jellyfish,,,2632693.0,2632693.0,https://anaconda.org/conda-forge/jellyfish,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +337,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-02-05 12:53:44.000000,2024-02-05 12:53:44,193.0,2.0,255.0,57.0,69.0,49.0,221.0,1910.0,A Python wrapper for the tesseract-ocr API.,30.0,29,True,2023-10-09 13:43:55.000,2.6.2,19.0,tesserocr,conda-forge/tesserocr,,,,1011.0,939.0,https://pypi.org/project/tesserocr,2023-10-09 13:43:55.000,72.0,52891.0,55413.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,131139.0,,,,,2.0,125.0,,,,,,,,,,,,,,,,,, +338,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,5.0,400.0,42.0,62.0,19.0,270.0,1841.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,,,,1437.0,1415.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,36482.0,37217.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,30155.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +339,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-02-14 09:59:52.000000,2024-02-14 09:59:51,845.0,14.0,374.0,38.0,868.0,164.0,292.0,1747.0,A Python package to assess and improve fairness of machine learning models.,80.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,29.0,235694.0,236486.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,30924.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +340,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-02-16 16:14:43.000000,2024-02-16 16:14:36,365.0,2.0,254.0,48.0,312.0,232.0,184.0,1724.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,29,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],289.0,288.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,480167.0,480167.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +341,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-02-22 11:43:03.000000,2024-01-11 00:02:53,859.0,32.0,110.0,20.0,350.0,97.0,220.0,1682.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,45.0,29,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,,['jax'],488.0,427.0,https://pypi.org/project/equinox,2024-01-10 21:26:20.000,61.0,110892.0,110892.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +342,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-02-22 11:34:44.000000,2024-02-21 23:55:00,1542.0,150.0,336.0,28.0,1592.0,193.0,101.0,1658.0,Pytorch domain library for recommendation systems.,206.0,29,True,2024-01-30 23:40:14.000,0.6.0,77.0,torchrec-nightly-cpu,,,,,89.0,89.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,589.0,589.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +343,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-01-31 08:55:10.000000,2024-01-31 08:55:09,1115.0,8.0,174.0,21.0,145.0,49.0,124.0,1632.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,29,True,2023-11-24 08:35:59.000,0.34.1,37.0,audiomentations,,,,,431.0,425.0,https://pypi.org/project/audiomentations,2023-11-24 08:35:59.000,6.0,22351.0,22351.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +344,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-02-22 10:52:50.000000,2024-02-22 08:29:27,3830.0,107.0,266.0,27.0,565.0,83.0,699.0,1605.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,77.0,29,True,2023-07-28 14:24:47.000,0.4.0,7.0,avalanche-lib,,,,,71.0,70.0,https://pypi.org/project/avalanche-lib,2023-07-28 14:24:47.000,1.0,1225.0,1225.0,,,,,,,,2.0,4.0,,,,,,,,,,,,,,,,,, +345,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-02-16 22:07:03.646000,2024-02-14 15:12:14,193.0,21.0,194.0,32.0,19.0,2.0,84.0,1578.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,29,True,2024-02-14 15:14:08.000,0.1.806,83.0,autoviz,conda-forge/autoviz,,,,630.0,623.0,https://pypi.org/project/autoviz,2024-02-14 15:14:08.000,7.0,65893.0,67446.0,https://anaconda.org/conda-forge/autoviz,2024-02-16 22:07:03.646,46598.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +346,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1570.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",77.0,74.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,3.0,93421.0,93669.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13439.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +347,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-02-01 16:30:38.000000,2024-01-08 15:03:19,1840.0,4.0,269.0,45.0,270.0,58.0,192.0,1479.0,TensorLy: Tensor Learning in Python.,66.0,29,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,634.0,579.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,55.0,15071.0,20339.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363531.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +348,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,174.0,34.0,72.0,19.0,52.0,1424.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2484.0,2469.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,15.0,1601349.0,1601872.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19380.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +349,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,6.0,420.0,52.0,39.0,16.0,139.0,1201.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2468.0,2435.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,33.0,247252.0,248119.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,39894.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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,454.0,43.0,176.0,93.0,102.0,1028.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'],1577.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,1577.0,4442985.0,4474969.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2174947.0,,,,,3.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,2023-06-27 23:50:02.000000,2023-03-24 22:04:13,811.0,,246.0,41.0,502.0,271.0,253.0,876.0,Scalable Machine Learning with Dask.,77.0,29,True,2023-03-24 22:06:04.422,2023.3.24,35.0,dask-ml,conda-forge/dask-ml,,,,1033.0,959.0,https://pypi.org/project/dask-ml,2023-03-24 22:06:04.422,74.0,478792.0,489337.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,801426.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +352,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-01-10 16:03:56.000000,2024-01-10 16:03:56,666.0,3.0,101.0,14.0,94.0,71.0,62.0,826.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5590.0,5518.0,https://pypi.org/project/pynndescent,2023-11-20 18:50:25.000,72.0,1103608.0,1144347.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1751797.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +353,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-02-21 06:06:07.000000,2024-02-21 05:37:17,3040.0,52.0,109.0,17.0,259.0,11.0,138.0,738.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2023-10-04 09:04:51.000,750.0,320484.0,379018.0,https://anaconda.org/conda-forge/mpi4py,2023-10-17 08:36:29.714,2322377.0,,,,,2.0,20432.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-02-19 19:51:16.000000,2024-02-13 16:55:53,808.0,17.0,73.0,25.0,373.0,106.0,231.0,554.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2024-02-13 18:23:41.000,1.11.1,57.0,geoviews,conda-forge/geoviews,,,,925.0,885.0,https://pypi.org/project/geoviews,2024-02-13 17:04:04.000,40.0,9544.0,14684.0,https://anaconda.org/conda-forge/geoviews,2024-02-13 18:20:12.882,210774.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +355,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-02-20 13:11:52.000000,2024-02-13 12:30:36,300.0,60.0,85.0,22.0,103.0,36.0,66.0,554.0,pyspark methods to enhance developer productivity.,25.0,29,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],82.0,75.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,767942.0,767942.0,,,,,,,,2.0,10.0,,,,,,,,,,,,,,,,,, +356,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-02-07 14:29:13.000000,2024-02-07 14:27:33,227.0,8.0,56.0,13.0,202.0,13.0,186.0,306.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-02-07 14:29:13.000,3.9.0,71.0,pystan,conda-forge/pystan,,,,9904.0,9641.0,https://pypi.org/project/pystan,2024-02-07 14:29:13.000,263.0,1757982.0,1791640.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2793630.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +357,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,38.0,12.0,69.0,7.0,26.0,209.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,29,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,39377.0,39124.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,253.0,5507706.0,5557731.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2051064.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +358,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,2023-12-23 16:12:25.000000,2023-12-23 16:11:39,302.0,1.0,2648.0,139.0,44.0,114.0,131.0,17055.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,28,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],409.0,403.0,https://pypi.org/project/vit-pytorch,2023-12-23 16:12:25.000,6.0,19378.0,19378.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +359,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-02-22 13:19:52.000000,2024-02-16 10:29:35,2181.0,266.0,983.0,113.0,2525.0,223.0,778.0,16283.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",80.0,28,True,2024-01-29 17:23:33.000,1.7.4,62.0,,,,,,,,,,,,397.0,,,,,,,,2.0,13527.0,,,,,,,,,,,,,,,,,, +360,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4864.0,649.0,372.0,497.0,436.0,15185.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,588.0,549.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,39.0,1067.0,1067.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +361,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-02-21 11:02:49.000000,2023-12-28 07:35:14,2224.0,1.0,2779.0,192.0,3607.0,1423.0,3881.0,11816.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],1.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,1.0,540.0,540.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +362,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-02-22 06:27:52.000000,2022-11-08 22:11:16,98.0,,1773.0,204.0,72.0,106.0,36.0,9845.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,255342.0,255342.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +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,,909.0,267.0,98.0,82.0,81.0,7297.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],226.0,218.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,181052.0,181052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +364,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1325.0,175.0,46.0,79.0,237.0,6715.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'],33.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,12.0,63881.0,63881.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +365,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,2023-02-03 18:46:00.371000,2023-01-19 00:37:33,900.0,,1236.0,154.0,950.0,63.0,783.0,5720.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],82.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,61.0,53735.0,53735.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,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,,1156.0,212.0,91.0,194.0,120.0,5590.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,,,,,455.0,435.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,20.0,14553.0,14553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +367,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,,1368.0,206.0,158.0,44.0,227.0,5472.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'],795.0,741.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,54.0,1913.0,1913.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +368,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-02-20 16:52:37.000000,2022-08-06 21:47:18,182.0,,421.0,69.0,60.0,101.0,56.0,4288.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,,,,,1223.0,1216.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,154740.0,154740.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-01-28 08:43:51.000000,2021-05-10 18:34:53,57.0,,406.0,38.0,56.0,118.0,43.0,3919.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'],12851.0,12731.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,146737.0,146737.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,,971.0,219.0,408.0,140.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,,,,,1293.0,1033.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,260.0,1830.0,1830.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +371,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2023-06-16 13:24:02.087000,2023-02-26 20:07:33,189.0,,455.0,73.0,37.0,9.0,121.0,3771.0,Missing data visualization module for Python.,18.0,28,True,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,15103.0,14959.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,144.0,283477.0,287525.0,https://anaconda.org/conda-forge/missingno,2023-06-16 13:24:02.087,319792.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +372,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-02-04 09:19:10.000000,2024-01-10 09:28:24,484.0,2.0,513.0,36.0,502.0,12.0,,3409.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,37.0,28,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,937.0,924.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,13.0,120642.0,123175.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,53893.0,,,,,2.0,21938.0,,,,,,,,,,,,,,,,,, +373,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-02-20 20:17:07.000000,2024-02-20 20:17:05,1179.0,39.0,465.0,61.0,711.0,3.0,515.0,3345.0,On-device wake word detection powered by deep learning.,37.0,28,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,42.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,14.0,5899.0,5899.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +374,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,282.0,34.0,475.0,33.0,30.0,2921.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,28,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1151.0,1105.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,46.0,94468.0,94749.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9580.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +375,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-02-22 10:00:25.000000,2024-02-22 08:52:51,547.0,41.0,531.0,36.0,739.0,99.0,608.0,2894.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",70.0,28,True,2024-01-09 12:13:07.000,hazelnut_toy_dataset,28.0,anomalib,,,,,53.0,52.0,https://pypi.org/project/anomalib,2024-01-09 12:13:29.000,1.0,21558.0,21815.0,,,,,,,,2.0,6704.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-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,2.0,328.0,47.0,120.0,60.0,135.0,2762.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1069.0,1045.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,142112.0,143792.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,65543.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-02-08 10:39:33.000000,2024-02-08 09:50:01,1543.0,36.0,315.0,38.0,320.0,38.0,148.0,2607.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,37.0,28,True,2024-02-08 10:39:33.000,2.4.2,38.0,shapash,,,,['jupyter'],143.0,141.0,https://pypi.org/project/shapash,2024-02-08 10:39:33.000,2.0,5543.0,5543.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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,2.0,443.0,126.0,143.0,192.0,247.0,2592.0,PYthon svg GrAph plotting Library.,77.0,28,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,638.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,638.0,352993.0,355895.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,37731.0,,,,,2.0,,-2.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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,282.0,67.0,59.0,26.0,39.0,2376.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'],4540.0,4462.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,78.0,461560.0,463699.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,168998.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-02-12 11:41:54.000000,2024-02-12 11:41:53,716.0,4.0,247.0,35.0,527.0,138.0,234.0,2034.0,"Algorithms for outlier, adversarial and drift detection.",21.0,28,False,2024-01-22 16:25:25.000,0.11.5,37.0,alibi-detect,,,,,424.0,418.0,https://pypi.org/project/alibi-detect,2024-01-22 16:14:47.000,6.0,26638.0,26638.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +381,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2023-10-27 06:20:12.000000,2023-10-20 21:52:11,1051.0,,210.0,53.0,201.0,28.0,276.0,1565.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,28,True,2023-09-30 19:50:08.000,0.5.3,10.0,scispacy,,,,,843.0,843.0,https://pypi.org/project/scispacy,,,28138.0,28138.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +382,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,379.0,89.0,155.0,1556.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,28,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],52.0,50.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,2.0,1319.0,1319.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +383,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-02-16 09:48:48.000000,2024-02-16 09:33:00,569.0,41.0,410.0,31.0,49.0,16.0,121.0,1350.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,556.0,534.0,https://pypi.org/project/minisom,2024-02-16 09:47:58.000,22.0,24440.0,24440.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,2024-02-22 00:25:26.000000,2024-02-22 00:25:24,1418.0,32.0,275.0,74.0,104.0,34.0,53.0,1231.0,Model analysis tools for TensorFlow.,57.0,28,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2023-08-14 20:39:41.000,23.0,76961.0,76961.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +385,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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,336.0,71.0,87.0,27.0,26.0,1201.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1449.0,1305.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,144.0,31514.0,31875.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26038.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +386,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2023-12-24 14:31:48.000000,2023-06-06 09:46:40,415.0,,326.0,39.0,300.0,23.0,200.0,1191.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,357.0,343.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,14.0,30059.0,30059.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-01-11 20:36:11.000000,2023-12-21 17:09:15,394.0,8.0,177.0,25.0,31.0,4.0,129.0,1169.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],499.0,489.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,10.0,91785.0,92133.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17795.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +388,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-08 16:58:25.000000,2024-02-08 16:58:25,2080.0,1.0,248.0,41.0,38.0,68.0,590.0,1133.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,,,,650.0,616.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,34.0,90208.0,91620.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,60518.0,,,,,2.0,495.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-02-21 16:04:55.000000,2024-01-29 19:56:57,489.0,13.0,107.0,23.0,329.0,33.0,260.0,1108.0,Extra blocks for scikit-learn pipelines.,62.0,28,True,2024-01-29 20:20:07.000,0.7.4,47.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],139.0,131.0,https://pypi.org/project/scikit-lego,2024-01-29 19:55:10.000,8.0,29180.0,30204.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,46090.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +390,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-02-13 17:51:32.000000,2024-02-13 17:51:30,1062.0,43.0,206.0,24.0,130.0,23.0,187.0,1034.0,Survival analysis built on top of scikit-learn.,18.0,28,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],446.0,432.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,14.0,51818.0,54598.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,75070.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +391,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,35.0,86.0,88.0,122.0,890.0,A scikit-learn based module for multi-label et. al. classification.,28.0,28,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1479.0,1454.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,65438.0,65438.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +392,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-01-08 13:33:30.000000,2024-01-08 13:19:20,1302.0,3.0,149.0,50.0,56.0,23.0,65.0,820.0,Computer Vision in Python.,34.0,28,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1332.0,1204.0,https://pypi.org/project/mahotas,2022-06-28 08:11:26.000,128.0,10242.0,19182.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,393395.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-02-06 01:48:14.000000,2024-02-06 01:48:11,3707.0,8.0,319.0,66.0,681.0,37.0,526.0,812.0,The Classical Language Toolkit.,120.0,28,True,2023-12-27 08:38:14.000,1.2.1,74.0,cltk,,,,,255.0,255.0,https://pypi.org/project/cltk,,,1914.0,1914.0,,,,,,,,2.0,55.0,,,,,,,,,,,,,,,,,, +394,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-01-24 06:11:24.000000,2024-01-24 06:11:23,1332.0,39.0,123.0,25.0,454.0,11.0,129.0,786.0,A Comparative Framework for Multimodal Recommender Systems.,18.0,28,True,2023-12-12 07:49:26.000,1.18.0,54.0,cornac,conda-forge/cornac,,,,214.0,198.0,https://pypi.org/project/cornac,2023-12-12 08:02:04.000,16.0,99659.0,107655.0,https://anaconda.org/conda-forge/cornac,2023-12-12 18:26:56.153,351842.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +395,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-02-20 17:00:03.000000,2024-02-20 17:00:01,950.0,14.0,162.0,49.0,83.0,35.0,144.0,744.0,Library for exploring and validating machine learning data.,26.0,28,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",849.0,819.0,https://pypi.org/project/tensorflow-data-validation,2023-08-14 06:58:23.000,30.0,199499.0,199508.0,,,,,,,,3.0,642.0,,,,,,,,,,,,,,,,,, +396,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2024-01-05 18:26:12.000000,2023-10-12 07:20:40,1894.0,,982.0,225.0,454.0,64.0,265.0,15374.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,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,,46053.0,46459.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,15.0,22348.0,2.0,,,,,,,,,,,,,,,,,,, +397,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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,8.0,1387.0,433.0,50.0,98.0,86.0,10316.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,23049.0,23049.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +398,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,352.0,79.0,48.0,231.0,7881.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,716.0,690.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,934.0,1331.0,,,,,,,,3.0,31040.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,, +399,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,,1500.0,132.0,51.0,155.0,141.0,7675.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,139087.0,217879.0,,,,,,,,2.0,3703243.0,,,,,,,,,,,,,,,,,, +400,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,,1639.0,461.0,698.0,33.0,441.0,7276.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,True,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],40.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,40.0,1018.0,1040.0,,,,,,,,2.0,1998.0,,,,,,,,,,,,,,,,,, +401,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,,1553.0,624.0,2111.0,453.0,1338.0,6335.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:12:12.000,1.0.5,47.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,,,2006.0,2006.0,,,,,,,,3.0,3.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,, +402,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,,1351.0,348.0,14.0,42.0,65.0,6280.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1329.0,1287.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,42.0,11187.0,11187.0,,,,,,,,3.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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,979.0,146.0,93.0,75.0,305.0,6127.0,A Python scikit for building and analyzing recommender systems.,45.0,27,False,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,141041.0,149215.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,351519.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +404,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-02-22 08:49:44.000000,2024-01-31 08:27:01,13654.0,391.0,1559.0,143.0,3559.0,815.0,1060.0,5394.0,An Industrial Grade Federated Learning Framework.,100.0,27,True,2023-12-31 15:27:11.000,2.0.0,48.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,15.0,15.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +405,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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,276.0,438.0,221.0,329.0,4808.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'],346.0,306.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,40.0,392.0,392.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,, +406,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,953.0,144.0,30.0,46.0,77.0,4189.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,,,,8158.0,7962.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,196.0,136043.0,136432.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13637.0,,,,,2.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,2023-11-02 03:20:32.000000,2023-11-02 03:20:28,249.0,,814.0,51.0,50.0,62.0,106.0,4004.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,27,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1568.0,1549.0,https://pypi.org/project/facenet-pytorch,2021-03-10 01:00:20.000,19.0,49091.0,64536.0,,,,,,,,3.0,787696.0,,,,,,,,,,,,,,,,,, +408,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-02-09 09:08:43.000000,2023-09-01 03:04:11,1137.0,,714.0,60.0,1012.0,167.0,737.0,3946.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'],116.0,113.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,4800.0,4800.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +409,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,283.0,226.0,11.0,356.0,3861.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,783164.0,783583.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20967.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +410,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,,2012-08-24 16:14:59.000,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,,115.0,76.0,66.0,16.0,120.0,3661.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,27,False,2021-08-23 21:02:05.000,6.0.3,12.0,ftfy,conda-forge/ftfy,,,,16991.0,16991.0,https://pypi.org/project/ftfy,,,4422649.0,4430247.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,281159.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,2024-02-21 23:30:58.000000,2024-02-21 07:25:31,1402.0,45.0,343.0,71.0,1288.0,93.0,81.0,3314.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,27,True,2024-02-21 07:38:44.000,1.1,15.0,lit-nlp,conda-forge/lit-nlp,,,,28.0,27.0,https://pypi.org/project/lit-nlp,2024-02-21 06:48:57.000,1.0,2870.0,4513.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,67378.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +412,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,,455.0,83.0,245.0,61.0,154.0,3020.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,176.0,174.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,54315.0,54316.0,,,,,,,,2.0,75.0,,,,,,,,,,,,,,,,,, +413,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,,1007.0,167.0,215.0,43.0,146.0,2988.0,Performance analysis of predictive (alpha) stock factors.,25.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,693.0,675.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,18.0,1829.0,2111.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20335.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,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,412.0,64.0,932.0,315.0,745.0,2848.0,StellarGraph - Machine Learning on Graphs.,37.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],262.0,254.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,8.0,4160.0,4160.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +415,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,1.0,264.0,52.0,19.0,34.0,97.0,2784.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2042.0,2022.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,20.0,65683.0,66443.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,27367.0,,,,,3.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-02-16 16:52:00.000000,2024-02-16 16:52:00,1512.0,20.0,603.0,44.0,28.0,,382.0,2720.0,An Open Toolkit for Knowledge Graph Extraction and Construction published at EMNLP2022 System Demonstrations.,31.0,27,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],20.0,20.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,612.0,612.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-01-22 22:53:21.000000,2024-01-22 22:53:18,1699.0,1.0,420.0,45.0,351.0,26.0,345.0,2622.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",33.0,27,True,2022-04-02 15:26:45.000,3.3.3,70.0,foolbox,conda-forge/foolbox,,,,572.0,558.0,https://pypi.org/project/foolbox,2022-04-02 15:26:45.000,14.0,1724.0,2018.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12671.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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,6.0,598.0,178.0,75.0,23.0,563.0,2603.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,,,,28.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,28.0,34221.0,34921.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38517.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +419,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-02-12 11:41:50.000000,2024-02-12 11:41:49,652.0,4.0,282.0,47.0,640.0,144.0,225.0,2271.0,Algorithms for explaining machine learning models.,20.0,27,False,2024-01-22 16:23:03.000,0.9.5,32.0,alibi,,,,,585.0,559.0,https://pypi.org/project/alibi,2024-01-22 16:14:27.000,26.0,22010.0,22010.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +420,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-02-21 19:46:07.000000,2024-02-21 19:14:01,427.0,8.0,783.0,92.0,276.0,165.0,98.0,2256.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",70.0,27,True,2022-09-03 03:41:16.000,0.5.0,10.0,aif360,conda-forge/aif360,,,,384.0,370.0,https://pypi.org/project/aif360,2022-09-03 03:40:40.010,14.0,11164.0,11358.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,7960.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,,317.0,65.0,38.0,96.0,160.0,2168.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'],362.0,338.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,24.0,10253.0,10253.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +422,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,89.0,124.0,33.0,230.0,2154.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,,,,1792.0,1677.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,115.0,29268.0,30974.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,138208.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +423,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-02-21 23:16:24.000000,2024-02-21 23:13:33,479.0,9.0,311.0,62.0,153.0,7.0,92.0,2082.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2024-02-21 23:16:24.000,3.3.0,22.0,pytextrank,,,,,575.0,575.0,https://pypi.org/project/pytextrank,,,42836.0,42836.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +424,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-01-24 14:27:34.000000,2021-07-16 09:03:20,66.0,,463.0,39.0,43.0,64.0,58.0,2050.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'],1974.0,1960.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,60533.0,65006.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,484.0,,,,,3.0,254314.0,,,,,,,,,,,,,,,,,, +425,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-02-16 02:07:00.000000,2024-02-16 02:06:53,862.0,13.0,446.0,62.0,325.0,113.0,92.0,1853.0,Library for training machine learning models with privacy for training data.,58.0,27,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,14013.0,14015.0,,,,,,,,2.0,137.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,2024-02-22 10:23:25.000000,2024-02-22 10:01:01,1806.0,215.0,120.0,29.0,144.0,18.0,20.0,1784.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2023-09-10 04:20:57.000,0.4.168,144.0,labml,,,,,136.0,130.0,https://pypi.org/project/labml,2023-09-10 04:20:57.000,6.0,3937.0,3937.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +427,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,,212.0,36.0,1081.0,25.0,496.0,1726.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],268.0,265.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,3.0,1732.0,2305.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,17198.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,, +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,,238.0,53.0,446.0,3.0,402.0,1715.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,27,False,2021-06-10 09:45:12.000,0.8.0,22.0,farm,conda-forge/farm,,,['pytorch'],217.0,217.0,https://pypi.org/project/farm,,,1802.0,1897.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3231.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,2024-02-22 00:10:32.000000,2024-02-21 21:23:50,6298.0,106.0,276.0,49.0,2571.0,307.0,1356.0,1528.0,cuGraph - RAPIDS Graph Analytics Library.,110.0,27,True,2024-02-13 16:02:14.000,24.02.00,34.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,2.0,193.0,721.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,17971.0,,,,,2.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,74.0,742.0,58.0,168.0,1478.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,,,,,418.0,387.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,31.0,2375.0,2375.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-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,4.0,567.0,108.0,283.0,14.0,300.0,1478.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,27,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,148.0,146.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,10008.0,10062.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4480.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +432,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-02-22 10:16:07.000000,2024-02-22 10:06:38,1479.0,39.0,73.0,19.0,272.0,32.0,53.0,1420.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",29.0,27,True,2024-02-22 10:11:17.731,2.9.0,105.0,usearch,,unum/usearch,,,64.0,50.0,https://pypi.org/project/usearch,2024-02-22 10:16:07.000,4.0,42738.0,51902.0,,,,https://hub.docker.com/r/unum/usearch,2024-02-22 10:11:07.283529,1.0,71.0,3.0,1002.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-02-22 10:11:17.731,10.0,9048.0,,,,,,,,,, +433,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,257.0,47.0,184.0,54.0,120.0,1363.0,Metric learning algorithms in Python.,22.0,27,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],366.0,353.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,13.0,14843.0,15102.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11139.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +434,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-02-19 21:52:42.000000,2024-01-31 09:58:21,4206.0,6.0,285.0,83.0,642.0,19.0,608.0,1250.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,39.0,,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,24759.0,37128.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,531901.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +435,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-02-15 10:17:47.000000,2024-02-05 13:23:33,777.0,14.0,59.0,13.0,127.0,43.0,110.0,906.0,Visualize large time series data with plotly.py.,12.0,27,True,2024-01-14 18:45:33.000,0.9.2,61.0,plotly-resampler,conda-forge/plotly-resampler,,,,864.0,853.0,https://pypi.org/project/plotly-resampler,2024-01-14 18:35:43.000,11.0,401289.0,402671.0,https://anaconda.org/conda-forge/plotly-resampler,2024-01-23 20:24:24.113,34562.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +436,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-02-07 23:40:06.000000,2024-02-07 23:40:03,16569.0,41.0,359.0,44.0,1612.0,283.0,2959.0,843.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,1.0,862.0,916.0,,,,,,,,3.0,6553.0,,,,,,,,,,,,,,,,,, +437,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-02-21 22:14:34.000000,2024-02-14 13:54:40,2672.0,92.0,102.0,10.0,520.0,25.0,93.0,820.0,Time series forecasting with scikit-learn models.,10.0,27,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],248.0,240.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,8.0,58465.0,58465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +438,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4241.0,1257.0,557.0,755.0,2543.0,17428.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,26,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,2.0,2.0,https://pypi.org/project/cntk,,,597.0,745.0,,,,,,,,3.0,14358.0,,,,,,,,,,,,,,,,,, +439,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,,1143.0,180.0,213.0,24.0,533.0,8579.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,,,,,242.0,,,,,,,,3.0,8959.0,,,,,,,,,,,,,,,,,, +440,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-02-21 11:17:16.000000,2023-10-05 16:17:35,6152.0,,515.0,154.0,1904.0,302.0,1328.0,4348.0,ArrayFire: a general purpose GPU library.,88.0,26,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,9.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,9.0,1018.0,1070.0,,,,,,,,3.0,5455.0,,,,,,,,,,,,,,,,,, +441,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,240.0,215.0,51.0,200.0,4335.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,52.0,51.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,565.0,661.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3282.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +442,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,103.0,617.0,89.0,606.0,4165.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],87.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,87.0,393056.0,394823.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,74245.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +443,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,424.0,40.0,52.0,74.0,174.0,4058.0,An Open-Source Framework for Prompt-Learning.,22.0,26,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,102.0,100.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,2.0,2657.0,2657.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +444,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-01-10 12:41:25.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,93.0,48.0,32.0,3451.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,86.0,76.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,10.0,6770.0,7238.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29504.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +445,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-01-03 16:45:49.000000,2024-01-03 16:44:47,1195.0,2.0,403.0,83.0,54.0,57.0,202.0,3324.0,A library of reinforcement learning components and agents.,84.0,26,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],190.0,187.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,908.0,1116.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8136.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,, +446,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-02-21 17:40:13.000000,2024-02-21 17:40:12,463.0,15.0,272.0,49.0,455.0,61.0,255.0,3280.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,True,2024-01-08 18:51:52.000,0.4.10,23.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-01-08 18:51:52.000,4.0,6298.0,7390.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-01-08 20:24:23.326,37973.0,,,,,2.0,368.0,,,,,,,,,,,,,,,,,, +447,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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,145.0,237.0,37.0,631.0,3273.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],438.0,436.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,647.0,647.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +448,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-01-23 06:02:21.000000,2023-10-30 16:34:46,179.0,,369.0,163.0,84.0,87.0,101.0,3115.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,7.0,78495.0,78495.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +449,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,1.0,1018.0,217.0,3649.0,415.0,1111.0,2991.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,,,,,,,,,1643.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,129095.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1504.0,3.0,,,,,,,,,,shogun,,,,,,,,, +450,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,167.0,164.0,113.0,2717.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,,,,90.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,90.0,436789.0,438610.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,147512.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +451,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,2023-09-26 21:01:12.000000,2023-09-26 21:01:10,548.0,,468.0,97.0,43.0,82.0,240.0,2703.0,Learning to Rank in TensorFlow.,33.0,26,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,2023-08-11 17:56:48.000,13.0,102996.0,102996.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +452,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-01-22 06:44:51.000000,2024-01-22 06:44:48,3512.0,26.0,329.0,154.0,1166.0,21.0,60.0,2676.0,Neural Network Libraries.,73.0,26,True,2023-12-07 00:57:13.000,1.38.0,73.0,nnabla,,,,,,,https://pypi.org/project/nnabla,,,5280.0,5291.0,,,,,,,,3.0,907.0,,,,,,,,,,,,,,,,,, +453,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-02-05 09:27:05.000000,2022-09-28 17:12:28,249.0,,285.0,29.0,318.0,76.0,38.0,2507.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,26,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],835.0,834.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,18506.0,18598.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2763.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +454,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,,709.0,167.0,94.0,134.0,358.0,2455.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,254.0,254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +455,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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,453.0,38.0,239.0,52.0,279.0,2425.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,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,40249.0,40486.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6180.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +456,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-02-17 11:13:19.000000,2024-02-17 11:10:58,89.0,19.0,310.0,28.0,282.0,44.0,312.0,2308.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,26,True,2024-01-09 21:16:07.000,0.1.1,19.0,adapter-transformers,,,,['huggingface'],28.0,21.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,18415.0,18415.0,,,,,,,,3.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,, +457,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-02-21 20:40:04.000000,2024-01-30 18:07:43,695.0,34.0,229.0,37.0,142.0,6.0,138.0,2246.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,,,,,162.0,159.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,3.0,6033.0,6040.0,,,,,,,,3.0,296.0,,,,,,,,,,,,,,,,,, +458,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,,329.0,78.0,55.0,161.0,68.0,2233.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1273.0,1178.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,95.0,58220.0,58220.0,,,,,,,,3.0,,3.0,,,,,,,,,,,,,,,,, +459,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-02-21 00:25:26.000000,2024-02-21 00:25:22,649.0,7.0,236.0,65.0,31.0,60.0,92.0,2194.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,95.0,94.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,1760.0,1768.0,,,,,,,,3.0,359.0,,,,,,,,,,,,,,,,,, +460,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-02-22 04:50:03.000000,2023-06-01 12:18:23,739.0,,359.0,43.0,43.0,96.0,56.0,2105.0,A modular active learning framework for Python.,20.0,26,True,2024-02-22 04:50:03.000,0.57.68,627.0,modAL,,,,['sklearn'],12.0,,https://pypi.org/project/modAL,2024-02-22 04:50:03.000,12.0,311877.0,311877.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,, +461,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-02-10 10:19:11.000000,2024-02-10 10:17:50,226.0,11.0,239.0,47.0,92.0,18.0,115.0,2100.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,26,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",110.0,107.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,3.0,2660.0,2660.0,,,,,,,,2.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,, +462,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,491.0,41.0,24.0,66.0,38.0,2091.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,26,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4727.0,4676.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,49429.0,49661.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11141.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +463,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,,199.0,29.0,65.0,35.0,83.0,1968.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,26,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],316.0,309.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,8951.0,9135.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6812.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +464,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-02-20 13:06:20.000000,2024-01-22 21:33:57,892.0,19.0,133.0,33.0,425.0,56.0,343.0,1781.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,26,True,2024-02-16 03:13:23.000,1.1.4.4alpha,25.0,orbit-ml,,,,,46.0,45.0,https://pypi.org/project/orbit-ml,2024-02-16 23:48:22.000,1.0,30887.0,30887.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +465,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-02-20 13:06:20.000000,2024-01-22 21:33:57,892.0,19.0,133.0,33.0,425.0,56.0,343.0,1781.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,26,True,2024-02-16 03:13:23.000,1.1.4.4alpha,25.0,orbit-ml,conda-forge/orbit-ml,,,,46.0,45.0,https://pypi.org/project/orbit-ml,2024-02-16 23:48:22.000,1.0,30887.0,31085.0,https://anaconda.org/conda-forge/orbit-ml,2023-12-19 05:59:30.209,4961.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +466,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,1.0,275.0,41.0,495.0,172.0,151.0,1723.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,154.0,146.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,33124.0,33130.0,,,,,,,,3.0,433.0,,,,,,,,,,,,,,,,,, +467,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,,156.0,25.0,81.0,42.0,34.0,1667.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,570.0,551.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,97737.0,98536.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22382.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +468,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-02-22 06:37:18.000000,2024-02-22 06:29:53,820.0,75.0,247.0,47.0,644.0,40.0,63.0,1601.0,A lightweight library for PyTorch training tools and utilities.,112.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,5950.0,5950.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +469,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-02-20 18:22:54.000000,2024-02-20 14:42:27,2821.0,5.0,174.0,26.0,662.0,118.0,436.0,1456.0,A Python library for learning and evaluating knowledge graph embeddings.,36.0,26,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,3893.0,3897.0,,,,,,,,2.0,177.0,,,,,,,,,,,,,,,,,, +470,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-02-19 02:13:41.000000,2024-02-01 16:55:49,1031.0,2.0,169.0,18.0,65.0,28.0,328.0,1431.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,84.0,34765.0,40302.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,243630.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +471,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-02-14 20:47:03.000000,2023-06-07 07:35:59,3033.0,,119.0,37.0,336.0,11.0,187.0,1417.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,293.0,275.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,18.0,45306.0,45306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +472,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,2023-11-29 23:41:32.898000,2023-11-29 13:48:39,684.0,4.0,157.0,24.0,124.0,2.0,128.0,1335.0,"Extensible, parallel implementations of t-SNE.",11.0,26,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,761.0,743.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,18.0,29289.0,34899.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,235642.0,,,,,3.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,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,263.0,75.0,481.0,40.0,198.0,1299.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,938.0,911.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,27.0,5608.0,5679.0,,,,,,,,3.0,5770.0,,,,,,,,,,,,,,,,,, +474,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-01-12 01:05:40.000000,2023-12-30 17:46:40,1015.0,5.0,108.0,25.0,114.0,30.0,52.0,1257.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",22.0,26,True,2023-10-05 02:21:28.000,1.4.1,44.0,imodels,,,,,67.0,63.0,https://pypi.org/project/imodels,2023-10-05 02:20:48.000,4.0,27757.0,27757.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +475,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,,172.0,26.0,36.0,1.0,116.0,1222.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1563.0,1530.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,33.0,18645.0,18645.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +476,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,191.0,42.0,257.0,66.0,212.0,1213.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,434.0,401.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,2351.0,2351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +477,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1209.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,,,,489.0,448.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,41.0,13071.0,23262.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,784749.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +478,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,,238.0,36.0,68.0,54.0,206.0,1206.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,26,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],118.0,116.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,641.0,646.0,,,,,,,,2.0,92.0,,,,,,,,,,,,,,,,,, +479,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,,83.0,34.0,109.0,7.0,18.0,1154.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],216.0,205.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,1624429.0,1624429.0,,,,,,,,2.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,, +480,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,108.0,21.0,103.0,37.0,73.0,1055.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2185.0,2165.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,20.0,266179.0,266985.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,33864.0,,,,,3.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,2024-02-22 01:50:08.000000,2024-02-21 18:23:20,2106.0,230.0,84.0,18.0,765.0,75.0,192.0,1042.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-01-13 02:11:53.000,0.204.0,78.0,metricflow,,,,,22.0,19.0,https://pypi.org/project/metricflow,2024-02-02 04:36:08.000,3.0,33022.0,33022.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,, +482,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-02-22 00:54:39.000000,2024-02-21 23:17:51,1913.0,77.0,364.0,55.0,484.0,156.0,250.0,1037.0,Machine learning on FPGAs using HLS.,59.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,,1017.0,1193.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7238.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +483,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-02-21 18:18:13.000000,2024-02-21 18:16:56,799.0,8.0,114.0,30.0,405.0,68.0,313.0,986.0,BAyesian Model-Building Interface (Bambi) in Python.,36.0,26,True,2023-10-25 02:04:11.000,0.13.0,23.0,bambi,conda-forge/bambi,,,,105.0,105.0,https://pypi.org/project/bambi,,,24048.0,24808.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,28889.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,2023-11-08 21:55:22.000000,2023-11-08 21:55:22,1142.0,,236.0,62.0,245.0,22.0,365.0,950.0,Search and download Copernicus Sentinel satellite images.,43.0,26,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,574.0,534.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,40.0,21379.0,22085.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,28161.0,,,,,3.0,262.0,,,,,,,,,,,,,,,,,, +485,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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,918.0,A Jupyter - Three.js bridge.,30.0,26,True,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],102.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,60.0,50471.0,59475.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,522652.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,12.0,3385.0,,,,,,,,,, +486,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,8.0,94.0,17.0,193.0,98.0,135.0,644.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,26,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,312.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,312.0,1890131.0,1890275.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,17323.0,,,,,,,,,,,,,,,,,, +487,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-02-20 22:04:13.000000,2024-02-20 22:04:13,569.0,19.0,154.0,31.0,181.0,8.0,98.0,564.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,30.0,26,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],329.0,309.0,https://pypi.org/project/pyriemann,2022-07-17 13:53:18.565,20.0,26089.0,26343.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,5084.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +488,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-02-18 20:17:13.000000,2023-08-23 17:20:54,1241.0,,152.0,20.0,701.0,25.0,208.0,475.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,303.0,286.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,4878.0,6116.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,71813.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +489,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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,422.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7660.0,7376.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,284.0,172526.0,173391.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39795.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +490,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-02-11 07:50:28.337000,2024-02-11 00:53:13,766.0,10.0,85.0,13.0,30.0,7.0,47.0,360.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,26,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,392.0,367.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,25.0,92117.0,93750.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,66961.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-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,12.0,39.0,5.0,15.0,6.0,48.0,319.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,26,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],645.0,613.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,32.0,94558.0,117339.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,911255.0,,,,,3.0,39.0,,,,,,,,,,,,,,,,,, +492,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,1.0,808.0,148.0,1563.0,114.0,125.0,7891.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,139.0,138.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,2912.0,2912.0,,,,,,,,3.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5770.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,,,,,123.0,120.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,448.0,497.0,,,,,,,,3.0,3720.0,,,,,,,,,,,,,,,,,, +494,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,583.0,140.0,31.0,59.0,54.0,5514.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,25,False,,,1.0,flashtext,conda-forge/flashtext,,,,1512.0,1512.0,https://pypi.org/project/flashtext,,,1028590.0,1029016.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18355.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +495,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,867.0,124.0,63.0,136.0,74.0,5004.0,Image augmentation library in Python for machine learning.,23.0,25,True,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,736.0,707.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,29.0,6496.0,6496.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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,432.0,61.0,90.0,48.0,88.0,4880.0,Finding duplicate images made easy!.,15.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],90.0,85.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,16665.0,16665.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-01-27 02:58:09.000000,2024-01-27 02:54:23,215.0,2.0,293.0,67.0,179.0,22.0,54.0,4873.0,"A data augmentations library for audio, image, text, and video.",33.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,105.0,101.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,1747.0,1747.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +498,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-02-22 14:36:54.000000,2024-02-21 14:25:36,3454.0,109.0,604.0,94.0,3803.0,207.0,1353.0,4806.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,88.0,25,True,2024-01-30 17:28:04.000,1.34.0,74.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,159.0,130.0,83.0,101.0,4601.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'],764.0,758.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,574.0,574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +500,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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,994.0,93.0,63.0,252.0,269.0,4552.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,25,False,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,17257.0,17257.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,,512.0,137.0,649.0,65.0,198.0,3856.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,2373.0,2373.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +502,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-02-20 18:33:36.000000,2024-02-20 18:24:36,174.0,3.0,445.0,91.0,78.0,65.0,137.0,3336.0,Generate embeddings from large-scale graph-structured data.,32.0,25,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],3.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,3.0,299722.0,299725.0,,,,,,,,2.0,175.0,,,,,,,,,,,,,,,,,, +503,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-02-22 08:45:11.000000,2024-02-22 08:45:10,4326.0,6.0,561.0,41.0,996.0,212.0,677.0,3083.0,"A unified, comprehensive and efficient recommendation library.",70.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,1897.0,2011.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4482.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +504,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,6.0,246.0,36.0,2015.0,3.0,648.0,2912.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,4752.0,4853.0,,,,,,,,3.0,2628.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,,468.0,97.0,49.0,59.0,253.0,2783.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,,,,707.0,683.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,24.0,2757.0,3081.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15060.0,,,,,3.0,918.0,,,,,,,,,,,,,,,,,, +506,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-02-21 08:50:08.000000,2023-06-30 21:16:10,470.0,,322.0,66.0,316.0,45.0,124.0,2719.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'],51.0,50.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,2094.0,2427.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14688.0,,,,,3.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,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,218.0,50.0,481.0,45.0,70.0,2689.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,,,,,205.0,202.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,17129.0,17130.0,,,,,,,,3.0,66.0,,,,,,,,,,,,,,,,,, +508,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,,314.0,93.0,2157.0,206.0,982.0,2669.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,25,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,16694.0,16694.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +509,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,,216.0,65.0,42.0,17.0,23.0,2665.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,,,,899.0,894.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,58410.0,58685.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14309.0,,,,,3.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,2024-01-10 07:43:27.000000,2023-07-19 07:40:10,212.0,,135.0,29.0,200.0,18.0,73.0,2658.0,HiPlot makes understanding high dimensional data easy.,9.0,25,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,389.0,374.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,15.0,18913.0,22567.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,175413.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +511,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-01-22 06:09:24.000000,2023-07-01 21:40:58,1936.0,,331.0,40.0,86.0,28.0,157.0,2399.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,1891.0,1891.0,,,,,,,,2.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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2072.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,56.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,56.0,42852.0,42852.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +513,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-01-25 19:00:06.000000,2023-07-12 18:14:01,1515.0,,244.0,67.0,59.0,31.0,186.0,2056.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,20.0,25,True,2023-07-12 18:26:08.000,2.0.1,14.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,2023-07-12 18:13:00.637,,703.0,703.0,,,,,,,,2.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,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,160.0,61.0,66.0,65.0,129.0,1794.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,375.0,365.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,10.0,517.0,517.0,,,,,,,,3.0,30.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,,299.0,58.0,1313.0,233.0,810.0,1791.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'],101.0,99.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,2.0,642.0,642.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +516,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,,265.0,50.0,87.0,23.0,188.0,1486.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],521.0,504.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,17.0,5053.0,5201.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6539.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +517,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,91.0,165.0,103.0,224.0,1355.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'],43.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,1.0,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +518,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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,330.0,50.0,43.0,96.0,,1305.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'],429.0,421.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,23776.0,45091.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,309.0,,,,,3.0,873636.0,,,,,,,,,,,,,,,,,, +519,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2023-09-27 15:14:50.000000,2023-09-27 15:14:33,667.0,,160.0,47.0,161.0,19.0,378.0,1305.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,25,False,2023-02-16 21:26:00.740,1.6.0,26.0,dalex,conda-forge/dalex,,,,157.0,152.0,https://pypi.org/project/dalex,2022-09-07 14:45:39.364,5.0,18897.0,19213.0,https://anaconda.org/conda-forge/dalex,2023-06-16 19:24:13.607,11695.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +520,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,,141.0,29.0,63.0,7.0,70.0,1277.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'],1371.0,1358.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,14567.0,14567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +521,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,1.0,288.0,55.0,63.0,12.0,109.0,1211.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,,,,,1029.0,998.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,31.0,11066.0,11066.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +522,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-02-22 13:19:48.000000,2024-02-22 10:59:16,1532.0,136.0,67.0,13.0,408.0,26.0,467.0,1012.0,"dstack is an open-source engine for running GPU workloads. It simplifies development, training, and deployment of gen..",18.0,25,True,2024-02-15 09:48:39.000,0.15.1,175.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-02-22 11:15:42.000,,2231.0,2231.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +523,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,974.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],424.0,421.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,15245.0,15245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +524,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-02-14 08:22:30.000000,2024-02-13 12:59:29,2071.0,1.0,215.0,42.0,586.0,85.0,431.0,968.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,49.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,49.0,56855.0,57382.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18479.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +525,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,255.0,42.0,72.0,103.0,188.0,914.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,526.0,488.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,38.0,5386.0,5386.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +526,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-02-01 14:51:21.000000,2024-02-01 14:45:49,245.0,14.0,105.0,15.0,41.0,35.0,27.0,799.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,25,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,547.0,532.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,37997.0,48028.0,,,,,,,,3.0,391238.0,,,,,,,,,,,,,,,,,, +527,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-02-22 14:29:44.000000,2024-02-22 14:29:42,899.0,38.0,106.0,43.0,101.0,56.0,46.0,615.0,Bias Auditing & Fair ML Toolkit.,21.0,25,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,156.0,149.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,5290.0,5290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +528,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-02-22 08:26:10.000000,2024-02-22 08:26:09,837.0,10.0,135.0,29.0,85.0,35.0,75.0,586.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,25,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,421.0,397.0,https://pypi.org/project/ml-metadata,2023-08-10 00:37:12.000,24.0,59053.0,59088.0,,,,,,,,3.0,2119.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-02-19 20:15:43.000000,2024-02-19 20:14:40,472.0,6.0,50.0,8.0,53.0,167.0,233.0,576.0,python binding for libvips using cffi.,16.0,25,True,2024-01-04 12:00:44.000,2.2.2,25.0,pyvips,conda-forge/pyvips,,,,717.0,667.0,https://pypi.org/project/pyvips,2024-01-04 12:00:44.000,50.0,43413.0,45251.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,73523.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +530,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-02-21 20:30:03.000000,2024-02-20 18:30:32,3735.0,32.0,67.0,47.0,354.0,21.0,392.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2023-11-14 15:08:13.000,4.0.1,69.0,skll,conda-forge/skll,,,['sklearn'],59.0,41.0,https://pypi.org/project/skll,2023-11-14 15:04:40.000,18.0,532.0,1021.0,https://anaconda.org/conda-forge/skll,2023-11-15 00:08:06.079,13224.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,, +531,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-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,64.0,16.0,13.0,34.0,7.0,511.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,,,,3697.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3697.0,360626.0,367572.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,229243.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +532,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-02-20 10:07:24.000000,2023-12-26 16:13:16,6706.0,25.0,143.0,36.0,394.0,37.0,135.0,367.0,Neuroimaging in Python FMRI analysis package.,69.0,25,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,274.0,223.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,51.0,1342.0,2689.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106478.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +533,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-18 23:04:46.000000,2023-10-20 17:29:28,575.0,,84.0,29.0,318.0,75.0,27.0,364.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,25,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],355.0,348.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,36998.0,36998.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-02-21 20:46:41.000000,2024-02-18 00:07:44,527.0,12.0,54.0,40.0,275.0,18.0,60.0,297.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",37.0,25,False,2024-01-16 10:19:37.000,1.2.6,73.0,gokart,,,,,79.0,74.0,https://pypi.org/project/gokart,2024-01-16 10:19:37.000,5.0,4133.0,4133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +535,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,824.0,169.0,1588.0,145.0,74.0,6363.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,1.0,135.0,140.0,,,,,,,,3.0,354.0,,,,,,,,,,,,,,,,,, +536,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,3.0,729.0,105.0,588.0,105.0,345.0,5757.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.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,13620.0,13620.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,138.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'],1122.0,1106.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,588.0,600.0,,,,,,,,3.0,899.0,,,,,,,,,,,,,,,,,, +538,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-02-17 08:10:07.000000,2023-11-19 13:26:15,334.0,,946.0,46.0,33.0,65.0,112.0,4753.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,24,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],186.0,177.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,2354.0,2354.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +539,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,2023-12-31 12:14:36.000000,2021-06-02 09:45:13,150.0,,715.0,101.0,34.0,102.0,113.0,4427.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],128.0,123.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,4732.0,4735.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,233.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,,1370.0,351.0,59.0,51.0,,4254.0,Python Algorithmic Trading Library.,11.0,24,True,,,8.0,pyalgotrade,,,,,203.0,182.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,21.0,589.0,589.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,,718.0,64.0,247.0,129.0,824.0,3992.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,4482.0,4482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +542,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-01-29 16:27:55.000000,2024-01-29 16:24:42,1591.0,12.0,502.0,152.0,609.0,69.0,75.0,3506.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,24,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,,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +543,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,61.0,629.0,109.0,396.0,3147.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],123.0,122.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,595.0,595.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +544,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,5.0,221.0,55.0,36.0,73.0,122.0,3095.0,A GUI for Pandas DataFrames.,15.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],352.0,347.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3658.0,4225.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,20998.0,,,,,3.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,,510.0,110.0,73.0,183.0,117.0,3078.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,,,,,126.0,126.0,https://pypi.org/project/xlearn,,,814.0,877.0,,,,,,,,3.0,4499.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,2024-01-26 20:28:01.000000,2023-12-09 00:22:24,2360.0,1.0,680.0,164.0,60.0,9.0,705.0,3023.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,24,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,911.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,61922.0,,,,,3.0,4701.0,,,,,,,,,,,,,,,,,, +547,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,,679.0,73.0,25.0,117.0,101.0,2976.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'],2911.0,2882.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,29.0,852.0,852.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +548,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,2017-05-05 02:27:30.000,2023-12-15 03:22:16.000000,2023-12-15 03:22:08,3454.0,2.0,732.0,108.0,3871.0,533.0,855.0,2597.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,24,True,2022-01-25 00:22:00.888,0.11.2,418.0,analytics-zoo,,,,['spark'],5.0,4.0,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1762.0,1762.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +549,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,,308.0,28.0,695.0,49.0,150.0,2382.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,87.0,86.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,1.0,446.0,446.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +550,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,,645.0,90.0,29.0,25.0,52.0,2309.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,,,,,695.0,515.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,180.0,25403.0,25403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +551,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,296.0,65.0,14.0,26.0,46.0,2215.0,Stand-alone language identification system.,9.0,24,False,,,,langid,,,,,10448.0,10448.0,https://pypi.org/project/langid,,,344140.0,344140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +552,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,,255.0,57.0,56.0,19.0,50.0,2202.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,5.0,pytorch-nlp,,,,['pytorch'],647.0,647.0,https://pypi.org/project/pytorch-nlp,,,5665.0,5665.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +553,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-02-15 07:22:33.000000,2024-02-15 07:22:29,387.0,2.0,279.0,56.0,14.0,21.0,78.0,2185.0,Beautiful visualizations of how language differs among document types.,14.0,24,True,2017-03-13 05:31:21.000,0.0.2.4.4,18.0,scattertext,conda-forge/scattertext,,,,496.0,496.0,https://pypi.org/project/scattertext,,,11458.0,12564.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,86282.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +554,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-01-11 20:56:38.000000,2023-10-16 16:49:59,532.0,,198.0,41.0,116.0,62.0,126.0,2120.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,25.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,6064.0,6064.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +555,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,,244.0,70.0,21.0,93.0,66.0,2078.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,278.0,261.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,17.0,27942.0,27942.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +556,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,7.0,228.0,43.0,36.0,45.0,24.0,1833.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],451.0,429.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1754.0,2695.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,32008.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +557,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,238.0,49.0,48.0,22.0,91.0,1584.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,341.0,327.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,14.0,1781.0,3828.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35932.0,,,,,3.0,62164.0,,,,,,,,,,,,,,,,,, +558,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,,120.0,29.0,31.0,58.0,50.0,1563.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'],394.0,389.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,5.0,62781.0,62781.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +559,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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,1.0,,1530.0,Feature engineering package with sklearn like functionality.,38.0,24,False,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,96.0,,https://pypi.org/project/feature_engine,2023-09-18 14:50:58.000,96.0,145340.0,146394.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,44284.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,2023-09-20 03:33:51.000000,2023-08-22 14:21:42,580.0,,302.0,55.0,115.0,54.0,30.0,1483.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,,,,,87.0,86.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1293.0,1293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +561,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,2023-12-07 16:22:32.000000,2023-11-08 21:41:55,157.0,,163.0,101.0,184.0,35.0,25.0,1473.0,fklearn: Functional Machine Learning.,55.0,24,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,557.0,557.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +562,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-02-20 17:19:28.000000,2024-02-20 17:11:15,344.0,4.0,292.0,40.0,253.0,69.0,193.0,1422.0,A framework for Privacy Preserving Machine Learning.,34.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,338.0,338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +563,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,203.0,54.0,460.0,143.0,293.0,1175.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'],74.0,65.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,494.0,494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +564,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-02-06 13:53:10.000000,2023-12-24 06:07:13,78.0,2.0,226.0,20.0,18.0,4.0,87.0,1164.0,Implementation of the node2vec algorithm.,13.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,577.0,556.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,21.0,79447.0,79842.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27308.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +565,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,73.0,415.0,75.0,147.0,1144.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,,,,,169.0,159.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,10.0,440.0,440.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +566,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-02-12 12:03:03.000000,2019-08-16 09:00:15,140.0,,107.0,12.0,21.0,17.0,15.0,1049.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,4998.0,4696.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,302.0,415156.0,415156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +567,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,48.0,112.0,52.0,170.0,963.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,335.0,285.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,486.0,486.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +568,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-02-02 10:10:24.000000,2024-02-02 10:10:23,729.0,2.0,143.0,16.0,102.0,29.0,233.0,926.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'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,22390.0,28081.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,250430.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +569,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],51.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,44.0,5087.0,10044.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,310904.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,1119.0,,,,,,,,,, +570,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-02-20 14:47:11.000000,2024-02-20 14:47:11,597.0,3.0,129.0,16.0,56.0,30.0,122.0,740.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,45.0,11651.0,13655.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,90202.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +571,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,34.0,25.0,34.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,29.0,neupy,,,,,166.0,166.0,https://pypi.org/project/neupy,,,2594.0,2594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +572,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,75.0,13.0,48.0,20.0,53.0,706.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1260.0,1260.0,https://pypi.org/project/pysbd,,,273245.0,273427.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5110.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +573,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2023-11-30 08:29:05.000000,2023-10-26 19:25:33,460.0,,101.0,23.0,86.0,15.0,94.0,650.0,"Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave and AIFF files with python 2..",26.0,24,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,112.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,112.0,23499.0,23499.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +574,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,138.0,131.0,91.0,43.0,67.0,649.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'],203.0,188.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,15.0,15450.0,15450.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-02-22 14:45:56.000000,2024-02-13 14:48:40,856.0,22.0,80.0,9.0,713.0,88.0,432.0,590.0,Automated modeling and machine learning framework FEDOT.,32.0,24,True,2024-01-23 15:03:23.000,0.7.3,20.0,fedot,,,,,47.0,44.0,https://pypi.org/project/fedot,2024-01-23 13:46:00.000,3.0,960.0,960.0,,,,,,,,2.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,, +576,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-02-10 13:12:00.000000,2024-02-10 13:11:04,343.0,31.0,85.0,7.0,19.0,,85.0,527.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,17.0,24,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,67.0,65.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,15262.0,15262.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +577,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,9.0,17.0,11.0,12.0,506.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'],4362.0,4197.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,165.0,1776916.0,1786583.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,889437.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +578,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-02-16 21:12:12.000000,2024-02-05 21:45:39,2539.0,28.0,59.0,8.0,238.0,32.0,79.0,255.0,Python recommendation toolkit.,13.0,24,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,103.0,97.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1202.0,1825.0,https://anaconda.org/conda-forge/lenskit,2024-01-22 16:23:58.143,24302.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +579,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-01-18 21:14:52.000000,2024-01-03 14:54:33,1095.0,2.0,881.0,117.0,675.0,238.0,542.0,5380.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,23,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,306.0,306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +580,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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1310.0,305.0,208.0,66.0,211.0,4639.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1860.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143263.0,3.0,,,,,,,,,,,,,,,,,,, +581,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,887.0,178.0,385.0,33.0,430.0,3809.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,23,False,2019-10-09 19:24:22.000,2.2,2.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,,,80.0,80.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +582,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,,529.0,175.0,50.0,65.0,49.0,3476.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],59.0,56.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,110.0,110.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-02-21 15:32:35.000000,2024-02-21 15:25:29,411.0,5.0,324.0,53.0,414.0,79.0,106.0,3200.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'],35.0,34.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,172.0,172.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +584,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-02-08 00:07:24.000000,2023-12-15 22:50:38,766.0,1.0,362.0,92.0,547.0,144.0,92.0,2739.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,23,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,9.0,15864.0,15864.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +585,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-02-15 15:50:16.000000,2024-01-21 06:34:10,937.0,2.0,172.0,20.0,76.0,93.0,170.0,2708.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,37.0,36.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1116.0,1116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +586,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,2396.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'],54.0,52.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1716.0,1883.0,,,,,,,,3.0,12734.0,,,,,,,,,,,,,,,,,, +587,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,27.0,350.0,2377.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],62.0,62.0,https://pypi.org/project/kashgari-tf,,,74.0,74.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +588,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,,301.0,67.0,78.0,64.0,68.0,2097.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'],29.0,26.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1819.0,1819.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +589,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,2023-11-15 21:03:09.000000,2023-07-01 21:39:32,2288.0,,236.0,37.0,37.0,13.0,109.0,2050.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,17.0,23,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,229.0,223.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,5473.0,5989.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22213.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +590,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,,669.0,82.0,48.0,24.0,64.0,2027.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,491.0,479.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,7010.0,7010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +591,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,,239.0,45.0,33.0,51.0,90.0,1908.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'],161.0,161.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3458.0,3458.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +592,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,2023-12-05 17:37:33.000000,2023-12-04 14:09:45,571.0,2.0,123.0,56.0,447.0,60.0,102.0,1783.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,23,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,96.0,89.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,4332.0,4332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +593,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,45.0,14.0,57.0,35.0,1758.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,23,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",258.0,247.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,1208.0,1208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +594,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-02-04 20:37:53.000000,2024-02-04 20:37:53,1083.0,10.0,262.0,33.0,38.0,24.0,176.0,1723.0,A library for graph deep learning research.,49.0,23,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,350.0,350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +595,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,,115.0,39.0,11.0,33.0,51.0,1610.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,347.0,335.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,1234.0,1234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +596,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1604.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,23,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],179.0,171.0,https://pypi.org/project/talos,2022-05-28 10:07:34.000,8.0,824.0,824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +597,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,204.0,45.0,12.0,4.0,51.0,1557.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,23,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],212.0,210.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,5916.0,5916.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,,259.0,50.0,312.0,99.0,17.0,1503.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,18146.0,18146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +599,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-02-13 09:45:09.000000,2024-02-13 09:48:34,1190.0,21.0,118.0,28.0,68.0,2.0,29.0,1470.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.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,7631.0,7631.0,,,,,,,,3.0,13.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-02-14 08:51:56.000000,2024-02-14 08:51:56,1253.0,43.0,111.0,32.0,158.0,71.0,139.0,1378.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.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,,136.0,147.0,,,,,,,,3.0,492.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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1261.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],62.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,371.0,371.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +602,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-02-07 11:53:44.000000,2023-12-09 21:53:10,773.0,4.0,182.0,18.0,259.0,77.0,94.0,1239.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,23,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,78697.0,78697.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +603,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,,168.0,32.0,86.0,16.0,32.0,1213.0,"A program for financial portfolio management, analysis and optimisation.",11.0,23,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,88.0,88.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,,577.0,577.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,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,184.0,34.0,73.0,3.0,86.0,1031.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'],215.0,206.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,4244.0,4244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +605,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-01-08 07:04:51.000000,2023-03-29 07:39:45,85.0,,82.0,26.0,54.0,32.0,28.0,936.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,True,2020-02-13 09:57:47.000,1.0.6,4.0,youtokentome,conda-forge/youtokentome,,,,607.0,607.0,https://pypi.org/project/youtokentome,,,47660.0,49077.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,41095.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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,108.0,26.0,36.0,34.0,69.0,873.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],597.0,585.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,21620.0,21620.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,14.0,77.0,219.0,218.0,849.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,91.0,91.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1568.0,1568.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,, +608,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-02-02 01:53:52.000000,2024-02-01 20:37:52,285.0,9.0,243.0,46.0,18.0,9.0,91.0,802.0,Data compression in TensorFlow.,21.0,23,True,2024-02-02 01:53:52.000,2.15.0,24.0,tensorflow-compression,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-compression,,,8914.0,8914.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +609,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,2023-09-26 00:20:33.000000,2023-09-26 00:20:33,398.0,,155.0,17.0,72.0,35.0,106.0,675.0,Ternary plotting library for python with matplotlib.,27.0,23,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,190.0,163.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,27.0,42846.0,43690.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79338.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,, +610,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,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,81.0,21.0,8.0,23.0,41.0,642.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'],427.0,406.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,21.0,20654.0,20684.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2885.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +611,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,3.0,67.0,26.0,433.0,10.0,237.0,630.0,torchbearer: A model fitting library for PyTorch.,14.0,23,True,2023-12-01 18:41:20.000,0.5.5,26.0,torchbearer,,,,['pytorch'],86.0,86.0,https://pypi.org/project/torchbearer,,,319.0,319.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,2024-02-05 23:14:28.000000,2024-01-24 01:39:16,963.0,9.0,173.0,24.0,830.0,101.0,385.0,511.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,23,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1484.0,3811.0,,,,,,,,3.0,72145.0,,,,,,,,,,,,,,,,,, +613,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-02-06 03:34:11.000000,2023-08-10 03:20:53,1214.0,,64.0,7.0,207.0,18.0,109.0,492.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],231.0,226.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3012.0,3012.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +614,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-02-01 02:10:42.000000,2024-02-01 02:10:41,658.0,8.0,62.0,30.0,443.0,13.0,91.0,367.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,23,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],87.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,83.0,34238.0,40498.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,575967.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +615,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,204.0,277.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,107.0,99.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,893.0,893.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +616,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,545.0,83.0,37.0,59.0,26.0,10719.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,43.0,43.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,887.0,979.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2304.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +617,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7979.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,1093.0,1093.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +618,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,262.0,68.0,115.0,135.0,6256.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,3.0,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +619,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1166.0,97.0,48.0,379.0,280.0,6135.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,22,True,,,1.0,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +620,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,,779.0,225.0,25.0,8.0,122.0,5324.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'],28.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,8.0,1331.0,1331.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,, +621,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-02-22 05:05:53.000000,2024-02-12 23:18:11,1559.0,10.0,821.0,144.0,1468.0,326.0,398.0,4935.0,Simple and Distributed Machine Learning.,116.0,22,True,2023-11-27 21:27:39.000,1.0.2,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +622,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1712.0,19.0,17.0,70.0,24.0,4921.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,26.0,26.0,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,3554.0,3554.0,,,,,,,,3.0,,5.0,,,,,,,,,,,,,,,,, +623,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,2023-04-10 13:46:12.000000,2022-05-30 07:32:06,3344.0,,820.0,232.0,109.0,57.0,620.0,4852.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,22,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,22.0,,,,,,,,3.0,1501.0,,,,,,,,,,,,,,,,,, +624,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-02-15 09:54:23.000000,2023-01-15 11:37:16,279.0,,903.0,112.0,99.0,148.0,349.0,4593.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,2.0,12534.0,12534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +625,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,,323.0,75.0,37.0,95.0,74.0,4379.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,568.0,568.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +626,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3865.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,,,,1.0,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,1.0,95.0,119.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1888.0,,,,,3.0,384.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,,654.0,77.0,53.0,176.0,101.0,3360.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'],7.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,7.0,3642.0,3651.0,,,,,,,,3.0,552.0,,,,,,,,,,,,,,,,,, +628,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-01-01 21:29:17.000000,2024-01-01 21:13:34,684.0,1.0,497.0,214.0,16.0,24.0,4.0,3301.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,11.0,11.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,236.0,236.0,,,,,,,,3.0,51.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,,379.0,208.0,9.0,6.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'],146.0,143.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,1255.0,1255.0,,,,,,,,3.0,,,,google-deepmind/trfl,,,,,,,,,,,,,,, +630,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-02-21 03:16:45.000000,2023-11-05 09:58:06,2685.0,,1084.0,132.0,1038.0,52.0,72.0,3056.0,a distributed deep learning platform.,85.0,22,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,64.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,736.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,5968.0,3.0,,,,,,,,,,,,,,,,,,, +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,2024-02-16 21:52:41.000000,2021-05-06 12:10:38,127.0,,155.0,50.0,61.0,2.0,30.0,3000.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,,,,48.0,48.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,415.0,471.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1421.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,,236.0,43.0,110.0,55.0,64.0,2850.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,True,2021-07-01 16:53:52.000,1.1.0,4.0,texthero,,,,,,,https://pypi.org/project/texthero,,,9509.0,9511.0,,,,,,,,3.0,121.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,,371.0,79.0,144.0,33.0,126.0,2379.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 03:54:40.000,0.2.4,6.0,texar,,,,['tensorflow'],27.0,27.0,https://pypi.org/project/texar,,,55.0,55.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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,155.0,24.0,33.0,30.0,31.0,1869.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,369.0,537.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4356.0,,,,,3.0,72.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-01-30 11:58:46.000000,2024-01-30 11:58:43,345.0,9.0,335.0,42.0,68.0,155.0,95.0,1842.0,Super easy library for BERT based NLP models.,36.0,22,True,2020-07-09 12:05:40.000,1.8.0,5.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,,,1735.0,1735.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +636,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-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,1.0,105.0,37.0,30.0,26.0,78.0,1773.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,27.0,27.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,11691.0,11691.0,,,,,,,,3.0,9.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,,209.0,38.0,111.0,54.0,42.0,1699.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'],156.0,147.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,9.0,1567.0,3824.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,204385.0,,,,,3.0,411.0,,,,,,,,,,,,,,,,,, +638,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,98.0,45.0,187.0,216.0,1633.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,7.0,850.0,850.0,,,,,,,,3.0,42.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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,15.0,33.0,1633.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'],54.0,48.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,8163.0,8163.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +640,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,,288.0,46.0,800.0,71.0,485.0,1588.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,85.0,85.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,,187.0,27.0,57.0,21.0,36.0,1255.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'],157.0,152.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,392.0,392.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-02-10 16:18:11.000000,2023-10-17 15:42:30,833.0,,327.0,51.0,792.0,6.0,300.0,1197.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'],2.0,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,2.0,1036.0,1036.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,, +643,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-02-20 01:14:01.000000,2024-02-04 11:57:04,536.0,62.0,123.0,20.0,246.0,10.0,123.0,1153.0,A standard framework for modelling Deep Learning Models for tabular data.,19.0,22,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,5033.0,5033.0,,,,,,,,1.0,24.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,66.0,29.0,31.0,12.0,1143.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,9087.0,9087.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-02-06 06:41:55.000000,2023-07-16 15:16:10,420.0,,147.0,93.0,118.0,33.0,45.0,1128.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,101.0,100.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,794.0,794.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +646,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,86.0,64.0,206.0,1016.0,Line based ATR Engine based on OCRopy.,20.0,22,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,1755.0,1755.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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,109.0,51.0,98.0,41.0,51.0,1008.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'],220.0,212.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,8.0,1838.0,1838.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +648,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,2.0,291.0,97.0,121.0,62.0,97.0,997.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'],37.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,37.0,1326.0,1868.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42309.0,,,,,3.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,,149.0,23.0,46.0,15.0,82.0,905.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2379.0,2364.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,15.0,993.0,993.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,, +650,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,25.0,594.0,63.0,511.0,836.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,4031.0,4031.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +651,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,1.0,82.0,19.0,153.0,24.0,82.0,823.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,22,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,2023-10-02 19:57:48.000,1.0,1096.0,1306.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7775.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,,102.0,29.0,60.0,22.0,74.0,821.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,374.0,370.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,4.0,3378.0,3378.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +653,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,817.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],424.0,411.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,13.0,168900.0,168900.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-02-05 16:21:42.000000,2023-11-24 10:43:28,313.0,,129.0,20.0,74.0,5.0,64.0,801.0,An intuitive library to extract features from time series.,18.0,22,True,2023-08-23 07:53:53.000,0.1.6,11.0,tsfel,,,,,113.0,113.0,https://pypi.org/project/tsfel,2023-08-22 10:46:05.000,,23246.0,23246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +655,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-02-22 04:22:14.000000,2024-01-24 09:35:21,1149.0,33.0,123.0,30.0,969.0,37.0,50.0,754.0,Machine learning framework for both deep learning and traditional algorithms.,35.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,564.0,564.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +656,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,26.0,37.0,25.0,21.0,733.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,67497.0,67497.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,, +657,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,683.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,,,,394.0,388.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,6.0,23015.0,23072.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1883.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +658,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,23.0,33.0,662.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],250.0,227.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,84616.0,86346.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,148797.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,, +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,,111.0,27.0,23.0,57.0,35.0,597.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,,,,429.0,407.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,22.0,12150.0,12633.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18365.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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,579.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],141.0,136.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,17335.0,17335.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,,92.0,26.0,32.0,29.0,6.0,578.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'],374.0,367.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,7.0,14524.0,14524.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +662,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-02-03 15:37:34.000000,2023-12-07 19:31:40,331.0,2.0,133.0,20.0,44.0,5.0,81.0,537.0,Medical image processing in Python.,18.0,22,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1764.0,1718.0,https://pypi.org/project/MedPy,2019-02-14 17:12:59.000,46.0,14839.0,15554.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,22899.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,2024-02-17 22:54:21.000000,2023-12-29 21:08:41,477.0,30.0,56.0,26.0,9.0,14.0,33.0,514.0,Active Learning for Text Classification in Python.,6.0,22,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",27.0,27.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,413.0,691.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5290.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-01-29 11:47:35.000000,2023-03-05 00:16:57,419.0,,98.0,36.0,276.0,70.0,173.0,462.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,76.0,74.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1389.0,1392.0,,,,,,,,3.0,298.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,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,19.0,97.0,18.0,9.0,5.0,40.0,433.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,52.0,52.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,2122.0,2122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +666,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-01-15 10:30:51.000000,2024-01-15 10:30:46,5151.0,382.0,38.0,13.0,1.0,2.0,80.0,401.0,Deep Learning PyTorch.,1.0,22,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,526.0,526.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +667,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2024-02-08 01:53:44.000000,2024-02-08 01:48:49,168.0,2.0,48.0,17.0,2.0,11.0,3.0,367.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,,,,,504.0,502.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,2.0,14752.0,14752.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,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,,27.0,8.0,4.0,21.0,60.0,282.0,Multiple Imputation with LightGBM in Python.,6.0,22,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,123.0,118.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,24783.0,25164.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11820.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +669,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-02-20 13:10:40.000000,2024-02-19 16:39:08,701.0,48.0,24.0,4.0,268.0,7.0,,278.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,22,False,2024-02-19 16:39:16.000,1.1.254,634.0,upgini,,,,,5.0,5.0,https://pypi.org/project/upgini,2024-02-20 13:10:40.000,,10230.0,10230.0,,,,,,,,1.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-02-22 09:15:05.000000,2024-02-18 07:50:04,426.0,26.0,103.0,20.0,447.0,57.0,97.0,254.0,An open-source toolkit for large-scale genomic analysis.,25.0,22,False,2022-04-21 00:32:28.000,1.2.1,15.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2022-04-19 23:43:38.000,,64741.0,64847.0,https://anaconda.org/conda-forge/glow,2023-06-16 19:24:57.965,3835.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,13.0,9.0,4.0,12.0,229.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,,,,1034.0,988.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,83907.0,85325.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,56727.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,2021-12-28 13:59:30.000000,2018-07-23 21:04:09,90.0,,26.0,7.0,18.0,3.0,9.0,154.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,7.0,stop-words,,,,,2114.0,2114.0,https://pypi.org/project/stop-words,,,116015.0,116015.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-01-22 00:19:31.000000,2023-02-07 10:12:31,47.0,,2238.0,148.0,89.0,254.0,286.0,12511.0,End-to-End Object Detection with Transformers.,26.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/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,646.0,94.0,150.0,98.0,103.0,8343.0,The user analytics platform for LLMs.,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,938.0,938.0,,,,,,,,3.0,,,,nebuly-ai/nebuly,,,,,,,,,,,,,,, +675,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,,438.0,166.0,120.0,14.0,112.0,2926.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,,,229.0,229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +676,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,,361.0,86.0,4.0,3.0,18.0,2145.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,1.0,382.0,382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +677,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1646.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +678,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-01-21 21:25:55.000000,2024-01-21 21:25:55,370.0,2.0,140.0,18.0,70.0,17.0,35.0,1612.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,16.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1563.0,1563.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +679,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,281.0,74.0,728.0,53.0,64.0,1569.0,An end-to-end PyTorch framework for image and video classification.,77.0,21,True,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,634.0,1016.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18754.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +680,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-01-29 06:34:18.000000,2024-01-29 06:20:56,908.0,2.0,208.0,57.0,52.0,74.0,149.0,1529.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,36.0,21,True,2019-11-17 09:36:51.000,0.3.4,5.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,,,257.0,288.0,,,,,,,,3.0,2745.0,,,,,,,,,,,,,,,,,, +681,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,,358.0,62.0,47.0,37.0,72.0,1474.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-06-03 13:51:56.000,1.0.0,5.0,anago,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/anago,,,319.0,319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +682,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,66.0,51.0,23.0,75.0,1465.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,480.0,480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +683,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,,398.0,102.0,36.0,11.0,24.0,1416.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +684,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-02-19 23:42:32.000000,2022-08-31 13:13:15,103.0,,83.0,41.0,15.0,8.0,27.0,1288.0,A Graph Neural Network Library in Jax.,17.0,21,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],154.0,141.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,13.0,7540.0,7692.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4270.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,, +685,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,,219.0,64.0,48.0,36.0,90.0,1250.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,247.0,247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +686,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,2023-12-06 23:24:36.000000,2023-12-06 23:22:36,184.0,1.0,108.0,37.0,25.0,17.0,114.0,1161.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,21,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,5681.0,5681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +687,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,,208.0,28.0,61.0,54.0,60.0,1059.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,129.0,119.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,10.0,570.0,575.0,,,,,,,,3.0,596.0,,,,,,,,,,,,,,,,,, +688,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,1045.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,178.0,178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +689,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,2.0,89.0,18.0,73.0,18.0,44.0,933.0,Audio processing by using pytorch 1D convolution network.,15.0,21,True,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,163.0,159.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,6980.0,6980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +690,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-02-21 01:44:13.000000,2024-02-01 21:38:56,330.0,1.0,160.0,29.0,110.0,80.0,56.0,872.0,Source code/webpage/demos for the What-If Tool.,20.0,21,True,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,8.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,4.0,2471.0,52280.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2130891.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,2.0,1380.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,,160.0,38.0,46.0,43.0,49.0,783.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,98.0,89.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,399.0,399.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,2.0,78.0,26.0,162.0,51.0,62.0,755.0,,26.0,21,False,2023-11-06 22:17:30.000,1.8.0,9.0,objax,,,,['jax'],49.0,49.0,https://pypi.org/project/objax,,,580.0,580.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,,127.0,30.0,29.0,21.0,34.0,755.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'],45.0,43.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,2.0,303.0,303.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,,144.0,25.0,19.0,26.0,5.0,734.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'],614.0,600.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,14.0,41335.0,41493.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6343.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +695,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-02-21 00:34:45.000000,2024-01-08 12:42:48,1503.0,1.0,79.0,35.0,651.0,22.0,118.0,696.0,Scikit-learn style model finetuning for NLP.,23.0,21,True,2019-01-18 20:10:51.000,0.5.14,15.0,finetune,,,,"['tensorflow', 'sklearn']",11.0,11.0,https://pypi.org/project/finetune,,,167.0,167.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-01-23 13:21:05.000000,2024-01-15 01:52:35,490.0,3.0,105.0,31.0,557.0,197.0,245.0,652.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,3705.0,3705.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +697,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,,106.0,30.0,1.0,13.0,3.0,633.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']",611.0,603.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,20002.0,20002.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,302.0,594.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,282.0,282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +699,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,29.0,31.0,5.0,24.0,561.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1099.0,1099.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +700,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,15.0,549.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,49.0,49.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,9984.0,9984.0,,,,,,,,3.0,5.0,,,,,,,,,,,,,,,,,, +701,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,54.0,11.0,20.0,13.0,37.0,526.0,Joyplots in Python with matplotlib & pandas.,6.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,353.0,344.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,8918.0,9328.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,24216.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +702,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,484.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,,,,,102.0,94.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,4431.0,4431.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,, +703,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,1.0,41.0,12.0,11.0,9.0,52.0,483.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,21,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,32.0,27.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,2394.0,2396.0,,,,,,,,3.0,131.0,,,,,,,,,,,,,,,,,, +704,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,479.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,18282.0,18285.0,,,,,,,,3.0,138.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-02-21 16:02:19.000000,2024-02-09 08:58:23,1699.0,42.0,67.0,6.0,205.0,47.0,79.0,471.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,23.0,22.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,749.0,755.0,,,,,,,,3.0,150.0,,,,,,,,,,,,,,,,,, +706,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,414.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,127.0,113.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,14.0,5108.0,5108.0,,,,,,,,3.0,90.0,,,,,,,,,,,,,,,,,, +707,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-01-23 19:59:46.000000,2024-01-23 19:52:41,5593.0,14.0,90.0,15.0,740.0,28.0,435.0,404.0,Lightwood is Legos for Machine Learning.,44.0,21,False,2024-01-10 21:22:19.000,23.12.4.0,202.0,lightwood,,,,['pytorch'],2.0,,https://pypi.org/project/lightwood,2023-12-25 13:15:52.000,2.0,4879.0,4879.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +708,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,,27.0,10.0,9.0,2.0,9.0,395.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'],1048.0,1042.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,174450.0,174450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +709,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,378.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,554.0,554.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +710,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,,48.0,11.0,37.0,28.0,37.0,344.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,,,,,223.0,217.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,6.0,3789.0,3789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +711,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,,33.0,18.0,6.0,18.0,21.0,306.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],86.0,85.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1180.0,1180.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,, +712,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-02-20 23:39:45.000000,2024-02-20 23:25:36,644.0,29.0,10.0,22.0,332.0,41.0,78.0,280.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-02-15 15:41:38.000,1.6.4,70.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,2024-02-15 15:16:40.000,1.0,2227.0,7237.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-02-16 14:04:11.481,96052.0,,,,,3.0,5054.0,,,hex-inc/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-02-15 15:26:03.286,2.0,632.0,,,,,,,,,, +713,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,5.0,68.0,28.0,31.0,30.0,113.0,258.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,,,,12.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,12.0,1483.0,3594.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,83793.0,,,,,3.0,1855.0,,,,,,,,,,,,,,,,,, +714,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,2023-10-06 13:06:28.000000,2023-08-15 07:38:22,956.0,,542.0,167.0,45.0,37.0,28.0,4201.0,High-performance TensorFlow library for quantitative finance.,47.0,20,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,764.0,764.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +715,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,,475.0,87.0,180.0,108.0,161.0,3543.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,101.0,124.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1325.0,3.0,,,,,,,,,,,,,,,,,,, +716,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,97.0,16.0,53.0,17.0,3359.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,145.0,138.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,577.0,577.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +717,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,,167.0,66.0,54.0,6.0,44.0,3078.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,20,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,187.0,187.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,, +718,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,,316.0,59.0,242.0,173.0,110.0,3047.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,True,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,3074.0,3087.0,,,,,,,,3.0,672.0,,,,,,,,,,,,,,,,,, +719,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-02-01 01:01:08.000000,2021-06-15 18:41:51,22.0,,262.0,33.0,20.0,27.0,37.0,2954.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1626.0,1626.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +720,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,102.0,54.0,64.0,48.0,2911.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,595.0,595.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,, +721,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,,327.0,74.0,2.0,18.0,7.0,2904.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,20,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],195.0,187.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,968.0,968.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +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,,323.0,102.0,1000.0,87.0,260.0,2824.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,,827.0,86.0,30.0,45.0,80.0,2629.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,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,7.0,932.0,932.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,,453.0,127.0,225.0,87.0,183.0,2296.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,123.0,123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +725,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,232.0,62.0,105.0,25.0,56.0,2094.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1413.0,1413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +726,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,15.0,105.0,2028.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,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,,3329.0,3329.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,,175.0,55.0,895.0,129.0,586.0,1878.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,19.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +728,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,2023-10-11 20:58:29.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,1.0,74.0,1577.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'],,,https://pypi.org/project/delta-nlp,,,16.0,246.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,, +729,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,,140.0,102.0,150.0,21.0,20.0,1551.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,22.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,1070.0,1070.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +730,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,,157.0,46.0,3.0,13.0,15.0,1530.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'],24.0,24.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1471.0,1471.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +731,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,40.0,13.0,14.0,9.0,1264.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,,,,,120.0,119.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,1.0,1980.0,1980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +732,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,9.0,186.0,61.0,7.0,13.0,29.0,1030.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,255.0,255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +733,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,56.0,14.0,30.0,19.0,1012.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,,,,183.0,171.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,600.0,846.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8137.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +734,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,1006.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'],79.0,75.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +735,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,130.0,25.0,76.0,43.0,36.0,1004.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,237737.0,237902.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7784.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,,133.0,36.0,16.0,8.0,4.0,921.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3618.0,3606.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,12.0,692.0,692.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,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,128.0,17.0,24.0,27.0,39.0,805.0,python partial dependence plot toolbox.,7.0,20,True,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,26532.0,26893.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19880.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +738,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,3.0,81.0,14.0,35.0,3.0,23.0,790.0,Leave One Feature Out Importance.,6.0,20,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,31.0,27.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,2324.0,2324.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,2024-02-16 12:19:00.000000,2024-02-15 18:08:53,176.0,24.0,42.0,10.0,49.0,4.0,13.0,774.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",9.0,20,True,2024-02-15 18:09:57.000,1.1.0,28.0,uform,,,,['pytorch'],16.0,16.0,https://pypi.org/project/uform,2024-02-15 18:09:57.000,,943.0,943.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,,148.0,36.0,33.0,25.0,39.0,752.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,,,,,118.0,102.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,16.0,644.0,644.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +741,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,76.0,98.0,51.0,43.0,750.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,20047.0,20047.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +742,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-01-28 21:21:14.000000,2024-01-28 21:21:14,295.0,11.0,107.0,17.0,24.0,,85.0,663.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,20,True,2024-01-28 14:11:58.000,0.0.90,37.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-01-28 14:11:58.000,,5320.0,5320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +743,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,,53.0,30.0,12.0,11.0,15.0,632.0,Log TensorBoard events without touching TensorFlow.,5.0,20,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,224.0,170.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,54.0,5759.0,5759.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +744,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,104.0,24.0,25.0,43.0,61.0,608.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'],160.0,158.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1353.0,1464.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3581.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +745,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,569.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,326.0,322.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,4.0,4157.0,4342.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11475.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +746,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,,164.0,57.0,20.0,39.0,60.0,535.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,33.0,28.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,89.0,89.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,,55.0,60.0,9.0,23.0,25.0,521.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,,,,,87.0,86.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,1.0,379.0,379.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,, +748,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,1.0,95.0,26.0,6.0,3.0,31.0,484.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,20,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,1318.0,1318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +749,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-02-20 23:25:19.000000,2024-01-10 08:10:55,2818.0,48.0,60.0,12.0,255.0,9.0,109.0,420.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,20,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,90.0,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +750,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,,80.0,20.0,247.0,10.0,23.0,399.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1492.0,1492.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,, +751,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,,68.0,24.0,48.0,15.0,19.0,392.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],47.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,47.0,4356.0,4796.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32153.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +752,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,362.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,86.0,82.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4958.0,4959.0,,,,,,,,3.0,64.0,,,,,,,,,,,,,,,,,, +753,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,33.0,184.0,361.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,31.0,17.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,14.0,136.0,136.0,,,,,,,,3.0,,,,yomguy/TimeSide,,,,,,,,,,,,,,, +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,26.0,19.0,15.0,16.0,326.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'],241.0,235.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,1755.0,1755.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +755,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,2023-03-23 15:39:49.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,41.0,8.0,10.0,288.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,301779.0,301779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +756,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,4.0,74.0,22.0,431.0,28.0,51.0,266.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,159.0,159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +757,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-02-02 15:32:17.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,166.0,18.0,64.0,235.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,386.0,386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +758,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-02-05 07:59:49.000000,2024-02-05 07:59:48,584.0,8.0,32.0,24.0,637.0,21.0,127.0,233.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,2238.0,2258.0,,,,,,,,3.0,995.0,,,,,,,,,,,,,,,,,, +759,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,,19.0,20.0,464.0,90.0,76.0,229.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],73.0,66.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,7.0,40953.0,40953.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +760,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,228.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,413.0,399.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,14.0,1520.0,1524.0,,,,,,,,3.0,368.0,,,,,,,,,,,,,,,,,, +761,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,211.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,74.0,72.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,71957.0,71957.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +762,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,11.0,1028.0,120.0,24.0,11.0,352.0,4188.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,19,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +763,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,41.0,43.0,1033.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'],122.0,117.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,1770.0,1770.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,2023-07-24 18:18:54.000000,2022-05-13 18:48:12,83.0,,179.0,24.0,58.0,10.0,27.0,922.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",16.0,19,False,,,,saliency,,,,['tensorflow'],77.0,77.0,https://pypi.org/project/saliency,,,5241.0,5241.0,,,,,,,,3.0,,-2.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,,166.0,18.0,42.0,22.0,59.0,872.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,,,,170.0,167.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,220.0,412.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8070.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +766,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,15.0,24.0,58.0,69.0,847.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,96.0,95.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,616.0,616.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,,226.0,31.0,38.0,39.0,21.0,830.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,2.0,6563.0,6563.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +768,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,66.0,22.0,47.0,10.0,17.0,748.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,1172.0,2115.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22653.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +769,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,48.0,19.0,35.0,726.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,,,,,26.0,24.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,287.0,287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +770,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-01-23 00:12:47.000000,2021-09-16 17:56:31,171.0,,143.0,35.0,81.0,14.0,55.0,607.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'],22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +771,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,13.0,22.0,561.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +772,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,557.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],135.0,130.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,3771.0,3771.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +773,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,,67.0,12.0,10.0,23.0,41.0,526.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,,,,,47.0,47.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,2158.0,2158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +774,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,1.0,68.0,6.0,5.0,4.0,28.0,519.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,19,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,17.0,15.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2800.0,2800.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +775,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2023-08-12 16:28:59.000000,2023-08-12 16:28:59,266.0,,105.0,20.0,56.0,27.0,20.0,471.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,19,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,66.0,58.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2477.0,2477.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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,21200.0,21200.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,,30.0,17.0,148.0,39.0,66.0,463.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']",43.0,43.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,323.0,323.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +778,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,24.0,19.0,5.0,20.0,452.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,171.0,171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +779,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,19,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],5.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,5.0,2838.0,2838.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +780,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-02-14 13:20:04.000000,2024-02-14 13:19:04,813.0,3.0,24.0,7.0,70.0,26.0,21.0,348.0,Flexible time series feature extraction & processing.,6.0,19,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,12.0,12.0,https://pypi.org/project/tsflex,2022-10-11 21:38:11.312,,317.0,971.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,20291.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +781,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-02-08 15:04:35.000000,2024-02-08 15:04:34,493.0,15.0,49.0,14.0,77.0,13.0,35.0,234.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,19,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,7424.0,7424.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +782,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-02-02 14:55:53.000000,2024-02-02 14:38:52,858.0,28.0,17.0,8.0,181.0,11.0,22.0,150.0,Toolkit for developing and maintaining ML models.,14.0,19,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,,7321.0,7321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +783,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-01-02 19:42:45.000000,2020-04-18 19:15:25,24.0,,957.0,134.0,39.0,31.0,10.0,7497.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,18,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],38.0,36.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,733.0,733.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +784,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,,765.0,339.0,58.0,2.0,,6654.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,,87.0,94.0,,,,,,,,3.0,329.0,,,,,,,,,,,,,,,,,, +785,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,,868.0,108.0,51.0,46.0,159.0,6183.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +786,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2023-06-16 13:22:46.522000,2020-02-09 21:03:48,299.0,,412.0,107.0,83.0,67.0,48.0,2930.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'],,,,,,,106.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8541.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +787,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-02-21 14:55:15.000000,2024-02-21 14:55:08,660.0,20.0,374.0,38.0,787.0,149.0,107.0,2785.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,77.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +788,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,462.0,80.0,36.0,83.0,68.0,1672.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,,151.0,151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +789,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1637.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,263.0,263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +790,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,,175.0,22.0,20.0,16.0,30.0,1566.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,18,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,80.0,81.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,, +791,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,,252.0,57.0,65.0,8.0,31.0,1361.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +792,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,593.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,15.0,baikal,conda-forge/cython-blis,,,,11.0,10.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,243.0,50268.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2051064.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +793,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,4.0,38.0,15.0,18.0,,20.0,585.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,140.0,140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +794,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +795,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,2022-03-13 16:33:15.000000,2022-03-13 16:33:15,64.0,,51.0,18.0,7.0,16.0,4.0,478.0,Topological Data Analysis for Python.,4.0,18,False,2021-08-03 00:23:20.000,1.0.0,4.0,scikit-tda,,,,['sklearn'],51.0,51.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,2628.0,2628.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +796,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,,105.0,71.0,7.0,15.0,19.0,420.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,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,3.0,262.0,262.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +797,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,61.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,3.0,345.0,560.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12903.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +798,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-02-13 08:58:18.000000,2024-02-11 10:10:08,681.0,3.0,63.0,30.0,79.0,15.0,25.0,361.0,A Python implementation of active inference for Markov Decision Processes.,14.0,18,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,155.0,155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +799,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,2022-12-09 05:56:02.000000,2021-08-18 06:06:51,1404.0,,17.0,6.0,217.0,2.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,7.0,18,False,2020-08-21 04:45:06.000,0.7.0,21.0,camphr,,,,['spacy'],13.0,13.0,https://pypi.org/project/camphr,,,327.0,327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +800,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-01-16 18:36:21.000000,2024-01-16 18:36:16,318.0,2.0,78.0,26.0,328.0,21.0,9.0,329.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,34.0,18,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2022-12-13 19:06:03.653,,1849.0,1849.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +801,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,,51.0,11.0,60.0,17.0,41.0,327.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,38.0,34.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,255.0,255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +802,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,1.0,128.0,34.0,323.0,81.0,129.0,323.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,1.0,148.0,166.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1811.0,3.0,,,,,,,,,,,,,,,,,,, +803,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,42.0,13.0,63.0,3.0,56.0,313.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,340.0,340.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +804,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,,72.0,19.0,93.0,25.0,18.0,310.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2117.0,2117.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,, +805,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,261.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,505.0,505.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +806,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,31.0,12.0,197.0,21.0,74.0,188.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],33.0,32.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,726.0,726.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +807,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,4.0,11.0,8.0,2.0,,5.0,184.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,18,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,207.0,207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +808,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,127.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,,,,8889.0,8703.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,314169.0,314203.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1076.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +809,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,,1342.0,471.0,21.0,56.0,167.0,6982.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,,,,,,,,,,,,,,, +810,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,29.0,982.0,103.0,28.0,27.0,355.0,3651.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,17,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +811,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,1538.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,,62.0,83.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1686.0,3.0,,,,,,,,,,,,,,,,,,, +812,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,18.0,11.0,25.0,18.0,1156.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'],51.0,49.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,254.0,254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +813,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,,88.0,35.0,72.0,25.0,30.0,1095.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,,3088.0,3088.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +814,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,21.0,37.0,20.0,8.0,1040.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,70.0,69.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,102.0,102.0,,,,,,,,3.0,,3.0,,,,,,,,,,,,,,,,, +815,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,,148.0,44.0,5.0,3.0,7.0,1019.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,,,,,29.0,23.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,6.0,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +816,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,13.0,13.0,8.0,16.0,746.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'],31.0,31.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2552.0,2653.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2841.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +817,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,,58.0,15.0,10.0,26.0,17.0,741.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,,,,,46.0,46.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,453.0,453.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +818,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,111.0,19.0,58.0,2.0,13.0,739.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,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,3302.0,3302.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,, +819,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,18.0,21.0,29.0,50.0,672.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +820,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,2023-07-14 19:31:30.000000,2023-06-18 21:56:30,277.0,,79.0,14.0,126.0,17.0,136.0,462.0,A Python library for dynamic classifier and ensemble selection.,16.0,17,True,2021-02-08 06:29:25.000,0.3.5,4.0,deslib,,,,['sklearn'],2.0,,https://pypi.org/project/deslib,2021-02-08 06:29:25.000,2.0,1150.0,1150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +821,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,346.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,133.0,133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +822,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,15.0,25.0,300.0,Textpipe: clean and extract metadata from text.,29.0,17,False,,,,textpipe,,,,,8.0,8.0,https://pypi.org/project/textpipe,,,181.0,181.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,, +823,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,292.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,45.0,48.0,,,,,,,,3.0,165.0,,,,,,,,,,,,,,,,,, +824,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,43.0,11.0,59.0,31.0,47.0,233.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'],16.0,13.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,3.0,43.0,43.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +825,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,8.0,44.0,224.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +826,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,,30.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,17,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,3795.0,3795.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +827,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,,525.0,177.0,110.0,50.0,149.0,3902.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +828,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2022-06-22 11:47:45.000000,2022-06-21 18:24:09,30.0,,1022.0,63.0,12.0,43.0,25.0,3536.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +829,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,,167.0,61.0,10.0,26.0,6.0,1838.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,,26.0,26.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,, +830,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,57.0,34.0,22.0,13.0,1265.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,140.0,140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +831,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-02-05 15:11:36.000000,2024-02-05 15:11:35,743.0,3.0,116.0,28.0,110.0,12.0,24.0,1056.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +832,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,114.0,19.0,295.0,3.0,69.0,1047.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,5.0,5.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,17.0,17.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +833,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,,56.0,18.0,7.0,1.0,10.0,795.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],73.0,72.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2989.0,2989.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +834,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,,188.0,33.0,15.0,18.0,22.0,784.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,16,False,,,,tffm,,,,['tensorflow'],13.0,13.0,https://pypi.org/project/tffm,,,42.0,42.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,, +835,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,,111.0,27.0,10.0,24.0,51.0,781.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,3422.0,3422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +836,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,,88.0,17.0,15.0,10.0,22.0,719.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,529.0,529.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +837,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,,100.0,25.0,101.0,37.0,84.0,702.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,108.0,114.0,,,,,,,,3.0,412.0,,,,,,,,,,,,,,,,,, +838,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,,122.0,43.0,435.0,25.0,130.0,702.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +839,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,1.0,81.0,25.0,4.0,37.0,42.0,685.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,16,True,2019-05-07 08:47:56.000,0.3.2,3.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,,,82.0,82.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +840,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,,93.0,18.0,19.0,3.0,29.0,626.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,12.0,12.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,83.0,83.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +841,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,546.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,11.0,16,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,,104.0,107.0,,,,,,,,3.0,220.0,,,vaticle/typedb-ml,,,,,,,,,,,,,,, +842,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-01-25 16:57:26.000000,2024-01-25 16:57:26,261.0,4.0,66.0,22.0,94.0,19.0,15.0,493.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,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,87.0,87.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +843,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,36.0,47.0,5.0,12.0,406.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,37.0,37.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +844,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-02-02 18:13:06.000000,2024-01-15 19:35:42,191.0,3.0,51.0,10.0,15.0,10.0,29.0,380.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,,495.0,495.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,,,,, +845,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2024-01-02 09:08:58.000000,2024-01-02 09:08:58,172.0,2.0,38.0,22.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,16,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],2.0,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,2.0,86.0,86.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +846,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,33.0,24.0,21.0,17.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,93.0,86.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,7.0,88.0,88.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +847,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,39.0,19.0,2.0,10.0,7.0,279.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,16,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,2020-10-01 13:18:38.000,,340.0,4692.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,174096.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +848,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,11.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'],13.0,13.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,863.0,863.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +849,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-01-01 20:21:14.000000,2023-12-06 19:59:05,370.0,1.0,38.0,6.0,132.0,,35.0,222.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,16,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,774.0,889.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2880.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,, +850,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,,42.0,1.0,,,,179.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,,620.0,620.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +851,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,14.0,54.0,16.0,50.0,136.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,,,,,56.0,51.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +852,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,3.0,9.0,5.0,3.0,1.0,,127.0,Data Analysis Baseline Library.,24.0,16,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,4874.0,4874.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +853,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,28.0,53.0,7.0,7.0,104.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +854,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,141.0,28.0,217.0,102.0,2867.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,9.0,9.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +855,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,,423.0,143.0,72.0,12.0,53.0,2196.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +856,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,5.0,482.0,68.0,26.0,5.0,97.0,1668.0,An Open-Source Package for Network Embedding (NE).,12.0,15,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +857,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-01-23 02:21:18.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,21.0,42.0,85.0,1253.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,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,,218.0,40.0,40.0,60.0,34.0,1112.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +859,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,829.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,60.0,60.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +860,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,,196.0,43.0,667.0,28.0,27.0,808.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,,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +861,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,26.0,4.0,4.0,2.0,672.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,100.0,100.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,,52.0,17.0,83.0,18.0,49.0,567.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,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,,55.0,55.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,,89.0,21.0,18.0,22.0,2.0,505.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,,,,,10.0,10.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,257.0,257.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-02-09 14:43:06.000000,2024-02-09 14:43:00,137.0,2.0,42.0,20.0,166.0,4.0,64.0,446.0,A collection of tools for neural compression enthusiasts.,9.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,,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +865,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,16.0,39.0,2.0,13.0,398.0,High-level batteries-included neural network training library for Pytorch.,4.0,15,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],9.0,9.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,59.0,59.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,4.0,67.0,20.0,177.0,87.0,17.0,393.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,,79.0,79.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,,57.0,19.0,6.0,6.0,,389.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,33.0,171.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5935.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,370.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,464.0,464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +869,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,13.0,271.0,70.0,175.0,294.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,,549.0,549.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +870,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,11.0,15.0,6.0,4.0,221.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'],8.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,8.0,721.0,721.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +871,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,5.0,2.0,16.0,23.0,188.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'],11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,493.0,493.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +872,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,818.0,78.0,34.0,116.0,59.0,3255.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +873,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,456.0,1932.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,63477.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +874,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,,36.0,12.0,8.0,9.0,3.0,330.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,1311.0,1311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +875,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,301.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +876,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,240.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,207.0,207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +877,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,110.0,12.0,39.0,8.0,2676.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +878,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,,77.0,46.0,4.0,3.0,,2436.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,1485.0,1487.0,,,,,,,,3.0,56.0,,,,,,,,,,,,,,,,,, +879,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,38.0,10.0,13.0,3.0,1336.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,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,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,148.0,32.0,,53.0,59.0,1180.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,13,False,,,4.0,,milagraph/graphvite,,,,,,,,,,86.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4690.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +881,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-01-29 19:20:57.000000,2024-01-29 19:20:57,64.0,1.0,42.0,11.0,8.0,2.0,12.0,674.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,13,True,,,,rliable`,,,,,118.0,118.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +882,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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,18.0,12.0,57.0,4.0,20.0,291.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,,79.0,79.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +883,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,28.0,8.0,6.0,8.0,8.0,244.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,77.0,77.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +884,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,33.0,8.0,72.0,20.0,8.0,230.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,13,False,,,,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,,,87.0,87.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +885,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,1.0,26.0,8.0,16.0,4.0,6.0,191.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,34.0,34.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,,33.0,14.0,18.0,27.0,16.0,121.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +887,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-01-29 08:15:23.000000,2023-11-24 19:47:45,314.0,,7.0,8.0,125.0,7.0,9.0,105.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,30.0,30.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +889,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,2.0,12.0,12.0,17.0,,,42.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,,,,,,,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,256.0,256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +890,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2024-02-16 09:44:22.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2024-02-16 09:44:22.000,3.38.0,277.0,comet_ml,comet_ml,,,,67.0,,https://pypi.org/project/comet_ml,2024-02-16 09:44:22.000,67.0,143397.0,143397.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +891,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,,401.0,62.0,6.0,62.0,17.0,1798.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,,,,,,,,,,,,,,,,,,, +892,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,,309.0,88.0,11.0,12.0,6.0,1672.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,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,,52.0,17.0,3.0,2.0,1.0,525.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,115.0,115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +894,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-02-21 02:23:06.000000,2024-02-21 02:23:02,76.0,2.0,58.0,17.0,62.0,6.0,9.0,438.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,12,True,,,,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,,,96.0,96.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-01-25 13:32:50.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,254.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,107.0,113.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.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,,27.0,22.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,112.0,112.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,126.0,Experiment tracking for machine and deep learning projects.,3.0,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,122.0,132.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.0,3.0,,,,,,,,,,,,,,,,,,, +898,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-02-21 11:29:23.000000,2024-02-21 11:11:42,105.0,63.0,,5.0,,2.0,3.0,120.0,A Jax-based library for designing and training transformer models from scratch.,,12,False,,,1.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,,,289.0,289.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,,10.0,6.0,,2.0,4.0,118.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,51.0,51.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +900,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,1.0,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,47.0,47.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,, +901,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,5.0,14.0,98.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,,958.0,958.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +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,,11.0,13.0,26.0,4.0,13.0,85.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,,48.0,48.0,,,,,,,,3.0,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,, +903,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,85.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,58.0,58.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,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,65.0,65.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +905,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,2023-03-14 16:25:22.000000,2022-02-09 22:20:11,9.0,,417.0,94.0,17.0,50.0,15.0,3261.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +906,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,,112.0,47.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +907,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,,145.0,39.0,7.0,15.0,14.0,914.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +908,Headliner,as-ideas/headliner,nlp,,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,17.0,7.0,2.0,13.0,230.0,Easy training and deployment of seq2seq models.,2.0,11,False,,,,headliner,,,,,5.0,5.0,https://pypi.org/project/headliner,,,166.0,166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +909,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,36.0,36.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +910,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,,80.0,17.0,5.0,3.0,12.0,557.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +911,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,,49.0,14.0,13.0,9.0,9.0,487.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,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,,20.0,12.0,41.0,7.0,12.0,364.0,A library for distributed ML training with PyTorch.,6.0,10,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.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,10.0,44.0,,2.0,135.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,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +914,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +915,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,139.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,17.0,17.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +916,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,5.0,7.0,,1.0,,58.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,29.0,29.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-02-29_changes.md b/history/2024-02-29_changes.md new file mode 100644 index 00000000..8e4c54d6 --- /dev/null +++ b/history/2024-02-29_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- Keras (🥇47 · ⭐ 61K · 📈) - Deep Learning for humans. Apache-2 +- Catboost (🥈41 · ⭐ 7.6K · 📈) - A fast, scalable, high performance Gradient Boosting on.. Apache-2 +- flair (🥇39 · ⭐ 13K · 📈) - A very simple framework for state-of-the-art Natural Language.. MIT +- Theano (🥈38 · ⭐ 9.8K · 📈) - Theano was a Python library that allows you to define, optimize, and.. BSD-3 +- MindsDB (🥈34 · ⭐ 20K · 📈) - The platform for building custom AI, enabling smarter.. ❗️libpng-2.0 +- ftfy (🥈32 · ⭐ 3.7K · 📈) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 +- AmpliGraph (🥈29 · ⭐ 2.1K · 📈) - Python library for Representation Learning on Knowledge.. Apache-2 +- langid (🥈28 · ⭐ 2.2K · 💀) - Stand-alone language identification system. BSD-3 +- tinytag (🥉27 · ⭐ 650 · 📈) - Read audio and music meta data and duration of MP3, OGG, OPUS, MP4,.. MIT +- Headliner (🥉15 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq 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._ + +- Milvus (🥇38 · ⭐ 26K · 📉) - A cloud-native vector database, storage for next generation AI.. Apache-2 +- spark-nlp (🥈32 · ⭐ 3.6K · 📉) - State of the Art Natural Language Processing. Apache-2 +- huggingface_hub (🥈32 · ⭐ 1.5K · 📉) - The official Python client for the Huggingface Hub. Apache-2 +- InsightFace (🥈31 · ⭐ 21K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed +- torchtext (🥈30 · ⭐ 3.4K · 📉) - Models, data loaders and abstractions for language.. BSD-3 +- Tesseract (🥈28 · ⭐ 5.4K · 📉) - Python-tesseract is an optical character recognition (OCR).. Apache-2 +- UMAP (🥉27 · ⭐ 6.8K · 📉) - Uniform Manifold Approximation and Projection. BSD-3 +- modAL (🥉22 · ⭐ 2.1K · 💤) - A modular active learning framework for Python. MIT +- DeepMatcher (🥉17 · ⭐ 520 · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 +- backprop (🥉10 · ⭐ 240 · 💀) - Backprop makes it simple to use, finetune, and deploy state-.. ❗Unlicensed + diff --git a/history/2024-02-29_projects.csv b/history/2024-02-29_projects.csv new file mode 100644 index 00000000..11a26e25 --- /dev/null +++ b/history/2024-02-29_projects.csv @@ -0,0 +1,918 @@ +,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_monthly_downloads,npm_latest_release_published_at,npm_dependent_project_count,brew_id,apt_id,yum_id,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-02-29 07:25:50.000000,2024-02-29 07:25:49,1538.0,3.0,658.0,114.0,311.0,54.0,132.0,4406.0,Benchmarks of approximate nearest neighbor libraries in Python.,99.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-02-23 05:29:26.000000,2024-02-23 05:29:25,313.0,25.0,158.0,54.0,184.0,,3.0,2129.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2024-02-23 05:29:32.000,2024.02.22,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-02-29 13:59:37.000000,2024-02-23 05:30:29,329.0,24.0,222.0,87.0,185.0,4.0,5.0,3335.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-02-23 05:30:36.000,2024.02.22,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-02-29 13:59:37.000000,2024-02-23 05:30:29,329.0,24.0,222.0,87.0,185.0,4.0,5.0,3335.0,Collection of database clients for python.,12.0,0,True,2024-02-23 05:30:36.000,2024.02.22,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-02-29 13:59:37.000000,2024-02-23 05:30:29,329.0,24.0,222.0,87.0,185.0,4.0,5.0,3335.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-02-23 05:30:36.000,2024.02.22,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-02-29 13:59:37.000000,2024-02-23 05:30:29,329.0,24.0,222.0,87.0,185.0,4.0,5.0,3335.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-02-23 05:30:36.000,2024.02.22,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-02-29 14:15:03.000000,2024-02-29 14:14:52,160856.0,3958.0,73719.0,7656.0,23711.0,2068.0,36864.0,183333.0,An Open Source Machine Learning Framework for Everyone.,4551.0,56,True,2024-01-18 12:52:11.000,2.16.0,191.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],361768.0,346212.0,https://pypi.org/project/tensorflow,2024-02-23 19:34:11.000,15556.0,19529287.0,20644933.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4494470.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-02-29 13:52:19.057409,2290.0,76221977.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-02-29 14:03:46.000000,2024-02-29 11:43:52,70030.0,3069.0,20467.0,1693.0,80455.0,13530.0,27433.0,76009.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4680.0,54,True,2024-02-22 21:15:00.000,2.2.1,50.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],410792.0,398253.0,https://pypi.org/project/torch,2024-02-22 19:14:18.000,12539.0,19318932.0,20020275.0,https://anaconda.org/pytorch/pytorch,2024-02-21 17:09:02.139,20327609.0,,,,,1.0,34834.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-02-29 13:45:52.000000,2024-02-28 17:16:42,31054.0,356.0,25151.0,2146.0,16894.0,2292.0,9077.0,57529.0,scikit-learn: machine learning in Python.,3077.0,51,True,2024-02-15 16:07:32.000,1.4.1.post1,76.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],742238.0,710845.0,https://pypi.org/project/scikit-learn,2024-02-16 08:56:53.000,31393.0,53007028.0,53591741.0,https://anaconda.org/conda-forge/scikit-learn,2024-02-16 10:16:19.766,26311654.0,,,,,1.0,942.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-02-29 14:11:46.000000,2024-02-29 10:25:16,15233.0,619.0,23092.0,1083.0,14868.0,753.0,13391.0,121113.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2438.0,50,True,2024-02-22 00:24:34.000,4.38.1,102.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",142356.0,142356.0,https://pypi.org/project/transformers,,,22094595.0,22130024.0,https://anaconda.org/conda-forge/transformers,2024-02-22 03:59:30.230,1523460.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-02-29 14:31:13.000000,2024-02-29 13:49:54,31657.0,469.0,4851.0,349.0,10392.0,1526.0,8231.0,12229.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1592.0,50,True,2024-01-20 22:00:44.000,1.12.0,86.0,scipy,conda-forge/scipy,,,,932435.0,932435.0,https://pypi.org/project/scipy,,,85260421.0,86423868.0,https://anaconda.org/conda-forge/scipy,2024-01-24 03:11:41.395,45224913.0,,,,,1.0,394920.0,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-02-29 14:15:37.000000,2024-02-28 07:34:29,49604.0,429.0,7179.0,594.0,17724.0,1168.0,8918.0,18918.0,matplotlib: plotting with Python.,1647.0,48,True,2024-02-16 09:23:20.000,3.7.5,82.0,matplotlib,conda-forge/matplotlib,,,,1102840.0,1102840.0,https://pypi.org/project/matplotlib,,,56924103.0,57420965.0,https://anaconda.org/conda-forge/matplotlib,2024-02-15 20:37:52.070,21861937.0,,,,,1.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-02-29 12:07:57.000000,2024-02-29 11:43:18,17211.0,547.0,2173.0,223.0,4677.0,75.0,2936.0,11514.0,Python Imaging Library (Fork).,461.0,48,True,2024-01-02 09:38:41.000,10.2.0,95.0,Pillow,conda-forge/pillow,,,,1621323.0,1553567.0,https://pypi.org/project/Pillow,2023-10-15 13:01:25.000,67756.0,91256633.0,92099600.0,https://anaconda.org/conda-forge/pillow,2024-01-03 04:54:52.877,36247583.0,,,,,1.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,2024-02-28 23:13:00.000000,2024-02-28 23:12:59,10353.0,219.0,19302.0,1912.0,6954.0,183.0,11436.0,60551.0,Deep Learning for humans.,1278.0,47,True,2024-02-14 22:35:35.000,3.0.5,91.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],756.0,,https://pypi.org/project/keras,2024-02-14 22:35:35.000,756.0,15671982.0,15748916.0,https://anaconda.org/conda-forge/keras,2024-02-15 07:10:55.798,3385105.0,,,,,1.0,,4.0,,,,,,,,,,,,,,,,, +14,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-02-29 13:32:00.000000,2024-02-29 07:20:36,19576.0,1120.0,2437.0,321.0,12583.0,1604.0,3710.0,26832.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",645.0,45,True,2024-02-26 16:01:19.000,jax-v0.4.25,159.0,jax,conda-forge/jaxlib,,,,23191.0,22322.0,https://pypi.org/project/jax,2024-02-26 15:54:03.000,869.0,5634579.0,5658602.0,https://anaconda.org/conda-forge/jaxlib,2024-02-29 12:57:56.552,1057033.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +15,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-02-29 08:47:31.000000,2024-02-29 08:47:31,6770.0,118.0,8710.0,908.0,4990.0,411.0,4725.0,25352.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",637.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,84029.0,82187.0,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1842.0,14127485.0,14233628.0,https://anaconda.org/conda-forge/xgboost,2024-01-19 09:21:22.082,4561243.0,,,,,1.0,8115.0,,,,,,,,,,,,,,,,,, +16,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-02-29 14:15:33.000000,2024-02-29 13:51:42,47013.0,1862.0,5237.0,721.0,44267.0,972.0,16790.0,21402.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1163.0,45,True,2024-01-08 06:43:49.000,2.6.0,61.0,paddlepaddle,,,,['paddle'],4684.0,4684.0,https://pypi.org/project/paddlepaddle,,,214273.0,214443.0,,,,,,,,1.0,15369.0,,,,,,,,,,,,,,,,,, +17,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-02-28 17:33:12.000000,2024-02-28 16:42:08,20406.0,93.0,4143.0,443.0,5986.0,754.0,6833.0,18621.0,"Interactive Data Visualization in the browser, from Python.",684.0,45,True,2024-01-25 18:45:35.000,3.3.4,196.0,bokeh,conda-forge/bokeh,,,,88079.0,84253.0,https://pypi.org/project/bokeh,2024-02-28 17:33:12.000,3826.0,4476357.0,4781349.0,https://anaconda.org/conda-forge/bokeh,2024-01-25 20:54:18.325,13419651.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +18,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-02-29 10:55:22.000000,2024-02-28 13:33:42,8115.0,198.0,1649.0,212.0,5744.0,1037.0,4105.0,11826.0,Parallel computing with task scheduling.,593.0,45,True,2024-02-23 18:13:34.000,2024.2.1,190.0,dask,conda-forge/dask,,,,60785.0,57638.0,https://pypi.org/project/dask,2024-02-23 18:13:34.000,3147.0,7287849.0,7526767.0,https://anaconda.org/conda-forge/dask,2024-02-26 17:58:46.709,10751350.0,,,,,1.0,,,stable/dask,,,,,,,,,,,,,,,, +19,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-02-28 15:04:54.000000,2024-02-28 12:40:58,15260.0,116.0,2825.0,280.0,3851.0,2701.0,2739.0,9344.0,Statsmodels: statistical modeling and econometrics in Python.,423.0,45,True,2023-12-14 14:50:21.000,0.14.1,36.0,statsmodels,conda-forge/statsmodels,,,,121765.0,116143.0,https://pypi.org/project/statsmodels,2023-12-14 14:50:21.000,5622.0,13524790.0,13803816.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12277178.0,,,,,1.0,30.0,,,,,,,,,,,,,,,,,, +20,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-02-29 13:29:48.000000,2024-02-29 09:37:03,6136.0,169.0,2705.0,307.0,4171.0,759.0,3207.0,30448.0,Streamlit A faster way to build and share data apps.,221.0,44,True,2024-02-12 17:53:30.000,1.31.1,215.0,streamlit,,,,,318956.0,317544.0,https://pypi.org/project/streamlit,2024-02-12 17:53:21.000,1412.0,5007214.0,5007214.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +21,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-02-29 14:36:47.000000,2024-02-29 14:36:46,20803.0,795.0,5076.0,469.0,26453.0,3606.0,13680.0,30127.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,978.0,44,True,2024-02-22 19:57:55.000,ray-2.9.3,99.0,ray,conda-forge/ray-tune,,,,14430.0,13955.0,https://pypi.org/project/ray,2024-02-22 19:42:56.000,475.0,3328003.0,3332977.0,https://anaconda.org/conda-forge/ray-tune,2024-02-13 16:37:02.206,188946.0,,,,,1.0,208.0,,,,,,,,,,,,,,,,,, +22,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-02-27 13:39:21.000000,2024-02-20 12:17:51,16117.0,37.0,4184.0,555.0,3964.0,82.0,5478.0,28352.0,Industrial-strength Natural Language Processing (NLP) in Python.,748.0,44,True,2024-02-15 19:16:59.000,3.7.4,100.0,spacy,conda-forge/spacy,,,,81343.0,81343.0,https://pypi.org/project/spacy,,,6291241.0,6367086.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3337219.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +23,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-02-29 14:00:18.000000,2024-02-28 14:15:33,10189.0,217.0,3130.0,249.0,9979.0,630.0,6131.0,26337.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",931.0,44,True,2024-02-12 19:43:45.000,2.2.0.post0,106.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],29353.0,29353.0,https://pypi.org/project/pytorch-lightning,,,4776975.0,4801309.0,https://anaconda.org/conda-forge/pytorch-lightning,2023-12-21 18:47:20.324,1057741.0,,,,,2.0,10063.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,, +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-02-29 14:34:51.000000,2024-02-29 10:27:01,5489.0,417.0,3851.0,293.0,7598.0,1366.0,2349.0,16848.0,Open source platform for the machine learning lifecycle.,702.0,44,True,2024-02-09 12:58:56.000,2.10.2,90.0,mlflow,conda-forge/mlflow,,,,31603.0,31046.0,https://pypi.org/project/mlflow,2024-02-09 06:04:53.000,557.0,15597466.0,15637150.0,https://anaconda.org/conda-forge/mlflow,2024-02-18 19:30:33.405,1746127.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +25,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-02-28 18:05:33.000000,2024-02-15 16:34:58,6368.0,105.0,2426.0,281.0,1608.0,1412.0,1392.0,14916.0,The interactive graphing library for Python This project now includes Plotly Express!.,257.0,44,True,2024-02-15 15:49:11.000,5.19.0,98.0,plotly,conda-forge/plotly,,,,243040.0,243040.0,https://pypi.org/project/plotly,,,12746401.0,12872306.0,https://anaconda.org/conda-forge/plotly,2024-02-15 18:15:23.292,5285777.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,8444.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,2024-02-29 11:57:29.000000,2024-02-28 20:03:49,7611.0,95.0,3172.0,275.0,3674.0,345.0,2959.0,13949.0,Network Analysis in Python.,708.0,44,True,2023-10-28 09:53:23.000,networkx-3.2.1,92.0,networkx,conda-forge/networkx,,,,243015.0,227743.0,https://pypi.org/project/networkx,2023-10-28 08:41:36.000,15272.0,46211037.0,46563359.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14797527.0,,,,,1.0,65.0,,,,,,,,,,,,,,,,,, +27,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,,2010-04-30 20:37:14.000,2024-02-29 13:36:51.000000,2024-02-29 13:36:50,57166.0,431.0,4103.0,293.0,12978.0,4281.0,8671.0,11893.0,A computer algebra system written in pure Python.,1276.0,44,False,2023-05-10 18:09:23.000,sympy-1.12,45.0,sympy,conda-forge/sympy,,,,114850.0,114850.0,https://pypi.org/project/sympy,,,14383163.0,14441318.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5017616.0,,,,,1.0,533824.0,,,,,,,,,,,,,,,,,, +28,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-02-26 05:50:36.000000,2024-02-25 16:31:25,3230.0,23.0,1769.0,260.0,1090.0,119.0,2353.0,11728.0,Statistical data visualization in Python.,211.0,44,True,2024-01-25 13:21:20.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,367715.0,367715.0,https://pypi.org/project/seaborn,,,15823059.0,16006990.0,https://anaconda.org/conda-forge/seaborn,2024-01-27 07:37:15.644,8092847.0,,,,,1.0,376.0,,,,,,,,,,,,,,,,,, +29,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-02-27 17:23:20.000000,2024-02-27 17:23:20,5773.0,50.0,1612.0,193.0,4928.0,652.0,1223.0,6483.0,TensorFlows Visualization Toolkit.,315.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],220408.0,217443.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,2965.0,24652197.0,24754861.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4517228.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,2024-02-29 10:13:13.000000,2024-02-28 22:56:29,6338.0,364.0,1876.0,147.0,3407.0,453.0,3332.0,26678.0,"Wrap UIs around any model, share with anyone.",270.0,43,True,2024-02-22 21:38:07.000,4.19.2,548.0,gradio,,,,,24114.0,23814.0,https://pypi.org/project/gradio,2024-02-22 21:38:07.000,300.0,7146790.0,7146790.0,,,,,,,,1.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-02-29 05:08:14.000000,2024-02-29 04:28:53,2677.0,75.0,3584.0,438.0,3127.0,312.0,2363.0,16486.0,Open standard for machine learning interoperability.,308.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,,25036.0,24337.0,https://pypi.org/project/onnx,2023-10-26 18:30:51.000,699.0,5025870.0,5047180.0,https://anaconda.org/conda-forge/onnx,2024-02-23 12:29:58.727,926103.0,,,,,1.0,20019.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-02-29 09:02:57.000000,2024-02-29 05:30:27,3434.0,51.0,3795.0,434.0,3088.0,345.0,2917.0,15891.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",296.0,43,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,31043.0,30167.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,876.0,7870628.0,7926797.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2195477.0,,,,,2.0,214922.0,,,,,,,,,,,,,,,,,, +33,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-02-29 11:38:30.000000,2024-02-27 17:04:36,3793.0,49.0,6804.0,399.0,5166.0,972.0,2331.0,15167.0,"Datasets, Transforms and Models specific to Computer Vision.",574.0,42,True,2024-02-22 21:54:54.000,0.17.1,42.0,torchvision,conda-forge/torchvision,,,['pytorch'],5149.0,21.0,https://pypi.org/project/torchvision,2024-02-22 19:18:57.000,5128.0,10016868.0,10045532.0,https://anaconda.org/conda-forge/torchvision,2024-02-26 00:12:18.834,987452.0,,,,,1.0,37067.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-02-19 22:55:10.000000,2024-01-29 09:04:39,14509.0,27.0,2712.0,467.0,1451.0,248.0,1506.0,12845.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,42,True,,,17.0,nltk,conda-forge/nltk,,,,254199.0,254199.0,https://pypi.org/project/nltk,,,14898378.0,14925270.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2420359.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,2024-02-29 08:24:36.000000,2024-02-29 02:06:39,4687.0,98.0,2007.0,1692.0,4539.0,314.0,2611.0,11558.0,WebGL2 powered visualization framework.,249.0,42,True,2024-02-28 21:43:30.387,8.9.35,632.0,pydeck,conda-forge/pydeck,,,['jupyter'],7757.0,7205.0,https://pypi.org/project/pydeck,2023-04-15 06:29:01.705,58.0,2536465.0,2977546.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,479968.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,431082.0,2024-02-28 21:43:30.387,494.0,,,,,,,,,, +36,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-02-29 11:55:25.000000,2024-02-29 11:29:18,13862.0,76.0,2249.0,186.0,4359.0,762.0,2051.0,5789.0,Image processing in Python.,653.0,42,False,2023-10-03 21:36:37.000,0.22.0,59.0,scikit-image,conda-forge/scikit-image,,,,181933.0,171365.0,https://pypi.org/project/scikit-image,2023-10-03 21:35:27.000,10568.0,15910698.0,16046556.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,5977781.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +37,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-02-29 09:40:49.000000,2024-02-27 13:34:09,2180.0,209.0,3724.0,315.0,2565.0,959.0,1538.0,31586.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",291.0,41,True,2024-02-26 23:53:30.000,0.13.4,86.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],6036.0,5934.0,https://pypi.org/project/deepspeed,2024-02-26 23:53:30.000,102.0,406625.0,406987.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17740.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-02-27 08:59:22.000000,2024-02-19 19:32:03,2172.0,65.0,4497.0,309.0,443.0,71.0,771.0,28896.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",129.0,41,True,2024-02-19 19:35:21.000,0.9.16,56.0,timm,conda-forge/timm,,,['pytorch'],24053.0,23657.0,https://pypi.org/project/timm,2024-02-19 19:33:42.000,396.0,4702671.0,4814872.0,https://anaconda.org/conda-forge/timm,2024-02-21 16:25:26.726,123867.0,,,,,1.0,6231332.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-02-28 18:07:07.000000,2024-02-28 12:10:44,2615.0,52.0,3127.0,245.0,812.0,1424.0,983.0,21238.0,A game theoretic approach to explain the output of any machine learning model.,234.0,41,True,2024-01-25 13:23:34.000,0.44.1,101.0,shap,conda-forge/shap,,,,16444.0,15976.0,https://pypi.org/project/shap,2024-01-25 13:23:34.000,468.0,7911529.0,7972862.0,https://anaconda.org/conda-forge/shap,2024-01-08 16:40:58.890,2330661.0,,,,,1.0,,,,shap/shap,,,,,,,,,,,,,,, +40,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-02-29 13:47:52.000000,2024-02-28 21:03:48,7291.0,208.0,2034.0,418.0,1029.0,818.0,863.0,20187.0,Data Apps & Dashboards for Python. No JavaScript Required.,147.0,41,True,2024-01-31 18:19:00.000,2.15.0,175.0,dash,conda-forge/dash,,,,60365.0,58882.0,https://pypi.org/project/dash,2024-01-31 18:15:05.000,1483.0,2738323.0,2765634.0,https://anaconda.org/conda-forge/dash,2024-02-01 06:48:09.240,1201664.0,,,,,1.0,70.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-02-28 18:17:22.000000,2024-02-28 13:43:29,9201.0,120.0,1128.0,135.0,5393.0,517.0,4075.0,12929.0,ML Experiments Management with Git.,290.0,41,True,2024-02-27 14:28:34.000,3.48.0,516.0,dvc,conda-forge/dvc,,,,13221.0,13126.0,https://pypi.org/project/dvc,2024-02-27 14:28:34.000,95.0,698838.0,743006.0,https://anaconda.org/conda-forge/dvc,2024-02-27 19:14:40.656,1769562.0,,,,,1.0,43470.0,,,,,,,,,dvc,dvc,dvc,,,,,,, +42,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-02-27 13:10:24.000000,2024-02-27 13:10:23,3624.0,18.0,717.0,141.0,1324.0,163.0,1748.0,8796.0,Declarative statistical visualization library for Python.,161.0,41,True,2023-11-28 06:23:39.000,5.2.0,27.0,altair,conda-forge/altair,,,,110123.0,110123.0,https://pypi.org/project/altair,,,21530582.0,21613196.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2147952.0,,,,,1.0,106.0,,,,,,,,,,,,,,,,,, +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-02-29 11:55:10.000000,2024-02-29 11:55:05,47511.0,546.0,1175.0,195.0,379.0,532.0,1697.0,7620.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1213.0,41,True,2024-02-23 14:10:41.000,1.2.3,110.0,catboost,conda-forge/catboost,,,,384.0,13.0,https://pypi.org/project/catboost,2024-02-23 10:17:27.000,371.0,1859370.0,1899471.0,https://anaconda.org/conda-forge/catboost,2024-02-24 13:08:44.587,1450387.0,,,,,2.0,224227.0,2.0,,,,,,,,,,,,,,,,, +44,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2024-02-23 04:21:13.000000,2023-01-30 18:15:21,1757.0,,8561.0,1063.0,1450.0,79.0,1717.0,33588.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,40,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,53250.0,50542.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2708.0,1006227.0,1012006.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,265877.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +45,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-02-29 14:49:51.000000,2024-02-29 14:49:46,1339.0,103.0,2269.0,129.0,350.0,1010.0,908.0,13211.0,Multilingual Sentence & Image Embeddings with BERT.,143.0,40,True,2024-02-29 14:07:11.000,2.5.0,47.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],26356.0,25626.0,https://pypi.org/project/sentence-transformers,2024-02-29 14:05:54.000,730.0,3724967.0,3729928.0,https://anaconda.org/conda-forge/sentence-transformers,2024-02-23 14:51:38.253,203435.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +46,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-02-27 03:10:09.000000,2024-02-25 13:25:28,1189.0,95.0,2142.0,238.0,537.0,185.0,1066.0,11375.0,Download market data from Yahoo! Finances API.,108.0,40,True,2024-02-25 13:35:19.000,0.2.37,109.0,yfinance,ranaroussi/yfinance,,,,34316.0,33979.0,https://pypi.org/project/yfinance,2024-02-25 13:35:19.000,337.0,1679670.0,1682473.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,86915.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +47,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-02-29 09:06:03.000000,2024-02-29 09:06:02,9770.0,68.0,1929.0,227.0,3848.0,263.0,2986.0,8045.0,Bayesian Modeling and Probabilistic Programming in Python.,480.0,40,True,2024-02-14 10:23:42.000,5.10.4,78.0,pymc3,conda-forge/pymc3,,,,3060.0,2810.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,250.0,779035.0,785307.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,550515.0,,,,,1.0,1936.0,,,,,,,,,,,,,,,,,, +48,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-02-29 05:53:52.000000,2024-02-29 02:02:01,6156.0,187.0,575.0,57.0,4074.0,851.0,2147.0,7925.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,174.0,40,True,2024-02-06 18:50:34.000,0.16.3,100.0,wandb,conda-forge/wandb,,,,39316.0,39316.0,https://pypi.org/project/wandb,,,11679496.0,11690151.0,https://anaconda.org/conda-forge/wandb,2024-02-06 19:13:02.985,458168.0,,,,,1.0,,,,wandb/wandb,,,,,,,,,,,,,,, +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,2024-02-29 14:33:59.000000,2024-02-29 14:32:59,1312.0,128.0,738.0,100.0,1253.0,132.0,1132.0,6607.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",220.0,40,True,2024-02-13 15:16:50.000,0.27.2,43.0,accelerate,conda-forge/accelerate,,,['pytorch'],27925.0,27332.0,https://pypi.org/project/accelerate,2024-02-13 15:16:50.000,593.0,7437672.0,7441419.0,https://anaconda.org/conda-forge/accelerate,2024-02-09 18:05:07.779,104928.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +50,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-02-29 13:53:12.000000,2024-02-29 13:53:11,1887.0,55.0,914.0,107.0,1550.0,440.0,1193.0,4078.0,Python tools for geographic data.,219.0,40,True,2024-01-31 19:22:01.000,0.14.3,52.0,geopandas,conda-forge/geopandas,,,['pandas'],33728.0,31807.0,https://pypi.org/project/geopandas,2024-01-31 19:21:57.000,1921.0,6046396.0,6124174.0,https://anaconda.org/conda-forge/geopandas,2024-01-31 21:02:18.644,3421094.0,,,,,1.0,2451.0,,,,,,,,,,,,,,,,,, +51,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-02-29 08:10:03.000000,2024-02-28 10:03:59,5708.0,96.0,698.0,55.0,4940.0,1484.0,2309.0,1523.0,A distributed task scheduler for Dask.,323.0,40,True,2024-02-23 18:13:48.000,2024.2.1,222.0,distributed,conda-forge/distributed,,,,34333.0,33001.0,https://pypi.org/project/distributed,2024-02-23 18:13:48.000,1332.0,4789351.0,5079611.0,https://anaconda.org/conda-forge/distributed,2024-02-26 17:07:39.761,13061720.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +52,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-02-29 11:57:28.000000,2024-02-05 13:23:18,2706.0,17.0,8230.0,372.0,3122.0,1268.0,6640.0,27140.0,OpenMMLab Detection Toolbox and Benchmark.,455.0,39,True,2024-01-05 06:24:15.000,3.3.0,53.0,mmdet,,,,['pytorch'],2209.0,2209.0,https://pypi.org/project/mmdet,,,169794.0,169794.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,2024-02-28 02:44:42.000000,2024-02-21 19:38:57,1022.0,102.0,3302.0,476.0,869.0,428.0,1885.0,27080.0,A library for efficient similarity search and clustering of dense vectors.,154.0,39,True,2024-01-24 02:49:14.000,2.3.6,91.0,pymilvus,conda-forge/faiss,,,,3543.0,3461.0,https://pypi.org/project/pymilvus,2024-01-24 02:49:14.000,82.0,655267.0,678228.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1033273.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,2024-02-27 16:32:48.000000,2024-02-01 00:26:01,2738.0,8.0,7517.0,617.0,2218.0,202.0,1585.0,25273.0,The fastai deep learning library.,665.0,39,True,2024-02-01 00:30:31.000,2.7.14,148.0,fastai,,,,['pytorch'],16721.0,16375.0,https://pypi.org/project/fastai,2024-02-01 00:30:31.000,346.0,466860.0,466860.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +55,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-02-29 13:53:26.911516,2024-02-29 13:41:15,8519.0,17.0,2152.0,207.0,4161.0,13.0,1916.0,19725.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2024-02-27 09:39:51.000,3.23.4,100.0,jina,conda-forge/jina-core,jinaai/jina,,,1610.0,1610.0,https://pypi.org/project/jina,,,136588.0,165837.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,60118.0,https://hub.docker.com/r/jinaai/jina,2024-02-29 13:53:26.911516,8.0,1304467.0,2.0,,,,,,,,,,,,,,,,,,, +56,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-02-28 08:30:26.000000,2024-02-20 16:16:19,32599.0,7.0,4350.0,348.0,6342.0,2.0,6641.0,17663.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",592.0,39,True,2024-02-23 15:15:42.000,3.6.18,100.0,rasa,,,,['tensorflow'],3976.0,3976.0,https://pypi.org/project/rasa,,,145241.0,145241.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +57,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-02-08 03:02:42.101000,2024-02-08 02:27:50,4512.0,3.0,4163.0,434.0,1685.0,378.0,1445.0,15037.0,Topic Modelling for Humans.,449.0,39,True,2023-08-24 08:44:46.000,4.3.2,43.0,gensim,conda-forge/gensim,,,,56176.0,56176.0,https://pypi.org/project/gensim,,,4076458.0,4110996.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1207222.0,,,,,1.0,4554.0,,,piskvorky/gensim,,,,,,,,,,,,,,, +58,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-02-28 20:23:46.000000,2024-02-12 08:30:01,5869.0,99.0,2067.0,203.0,1176.0,65.0,2177.0,13432.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,257.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3138.0,3041.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,97.0,113181.0,113709.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,22741.0,,,,,1.0,,2.0,,,,,,,,,,,,,,,,, +59,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-02-29 08:03:35.000000,2024-02-29 08:03:34,3984.0,328.0,2942.0,170.0,4564.0,470.0,2240.0,12801.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",286.0,39,True,2024-01-12 03:51:43.000,2.0.0,450.0,dgl,,,,,293.0,206.0,https://pypi.org/project/dgl,2024-01-12 03:38:25.000,87.0,71505.0,71505.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +60,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-02-29 14:50:24.000000,2024-02-29 14:50:23,1796.0,280.0,1120.0,176.0,2074.0,459.0,607.0,10112.0,Development repository for the Triton language and compiler.,215.0,39,True,2024-01-10 03:11:56.000,2.2.0,192.0,triton,,,,,119.0,21.0,https://pypi.org/project/triton,2024-01-10 03:11:56.000,98.0,9476502.0,9476502.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +61,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-02-29 11:56:53.000000,2024-02-29 07:09:21,17216.0,392.0,942.0,120.0,3423.0,95.0,1495.0,9320.0,A hyperparameter optimization framework.,260.0,39,False,2023-12-11 05:05:36.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,13190.0,12685.0,https://pypi.org/project/optuna,2023-12-11 05:05:36.000,505.0,2258260.0,2273260.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,660010.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +62,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-02-29 14:35:27.000000,2024-02-29 14:09:44,4329.0,255.0,1207.0,101.0,3478.0,764.0,1394.0,7233.0,A unified framework for machine learning with time series.,324.0,39,True,2024-02-28 12:02:55.000,0.27.0,63.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2336.0,2274.0,https://pypi.org/project/sktime,2024-02-28 12:02:55.000,62.0,841418.0,871519.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-02-28 22:27:58.715,933104.0,,,,,1.0,84.0,,,sktime/sktime,,,,,,,,,,,,,,, +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,2024-02-29 12:23:49.642000,2024-02-29 12:11:50,1789.0,27.0,2202.0,164.0,814.0,86.0,990.0,6604.0,Python Data. Leaflet.js Maps.,163.0,39,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,35360.0,34517.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,843.0,940892.0,1010080.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2559976.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +64,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-02-28 22:48:11.000000,2024-02-28 22:01:43,4217.0,198.0,587.0,84.0,2215.0,191.0,685.0,5254.0,Flax is a neural network library for JAX that is designed for flexibility.,217.0,39,True,2024-02-07 21:53:16.000,0.8.1,42.0,flax,conda-forge/flax,,,['jax'],6439.0,6218.0,https://pypi.org/project/flax,2024-02-07 21:53:16.000,221.0,3563409.0,3564568.0,https://anaconda.org/conda-forge/flax,2024-02-08 03:12:06.588,40546.0,,,,,2.0,50.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,2024-02-29 14:31:55.000000,2024-02-28 20:37:38,3532.0,140.0,1042.0,133.0,2863.0,246.0,1159.0,2016.0,A library for training and deploying machine learning models on Amazon SageMaker.,425.0,39,True,2024-02-28 19:54:47.000,2.210.0,169.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3651.0,3651.0,https://pypi.org/project/sagemaker,,,25724879.0,25741903.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-02-28 22:16:12.036,715022.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +66,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-02-29 14:09:35.000000,2024-02-29 12:52:34,40005.0,983.0,26500.0,2034.0,45308.0,,,37930.0,Apache Spark Python API.,3017.0,38,True,,,33.0,pyspark,conda-forge/pyspark,,,['spark'],,,https://pypi.org/project/pyspark,,,28619358.0,28687619.0,https://anaconda.org/conda-forge/pyspark,2023-10-04 13:44:45.676,3003511.0,,,,,2.0,,,stable/spark,,,,,,,,,,,,,,,, +67,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-02-29 13:53:47.000000,2024-02-29 10:15:00,19166.0,619.0,2699.0,305.0,19055.0,612.0,9570.0,25733.0,"A cloud-native vector database, storage for next generation AI applications.",265.0,38,True,2024-02-24 03:46:51.000,2.3.10,100.0,pymilvus,,milvusdb/milvus,,,,,https://pypi.org/project/pymilvus,,,655267.0,874551.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-02-29 13:46:43.526000,40.0,11337848.0,1.0,75084.0,-3.0,,,,,,,,,,,,,,,,, +68,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-02-29 13:52:38.000000,2024-02-29 13:52:37,7403.0,232.0,3480.0,252.0,2853.0,934.0,2566.0,19670.0,Graph Neural Network Library for PyTorch.,484.0,38,True,2024-02-16 07:16:56.000,2.5.0,41.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],148.0,,https://pypi.org/project/torch-geometric,2024-02-16 07:13:42.000,148.0,225892.0,226754.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-02-22 16:44:15.527,37088.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-02-29 13:50:42.000000,2024-02-29 00:44:24,8239.0,7.0,3268.0,478.0,690.0,47.0,2127.0,12665.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,38,False,2023-06-03 20:05:00.841,19.24.2,36.0,dlib,conda-forge/dlib,,,,26058.0,25255.0,https://pypi.org/project/dlib,2023-06-03 20:05:00.841,803.0,372535.0,387777.0,https://anaconda.org/conda-forge/dlib,2024-01-11 01:14:47.895,659933.0,,,,,2.0,25387.0,,,,,,,,,,,,,,,,,, +70,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,1.0,2511.0,543.0,4118.0,685.0,2087.0,9846.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,17643.0,14804.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,2839.0,320170.0,346467.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2393046.0,,,,,2.0,,4.0,,,,,,,,,,,,,,,,, +71,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-02-29 13:59:12.000000,2024-02-29 01:37:31,2682.0,73.0,922.0,128.0,1795.0,264.0,628.0,9139.0,Geometric Computer Vision Library for Spatial AI.,251.0,38,True,2023-12-27 11:10:14.000,0.7.1,38.0,kornia,conda-forge/kornia,,,['pytorch'],8697.0,8561.0,https://pypi.org/project/kornia,2023-12-27 11:10:14.000,136.0,2156639.0,2159664.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,114395.0,,,,,1.0,960.0,,,,,,,,,,,,,,,,,, +72,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-02-26 13:02:10.000000,2024-02-26 13:01:58,939.0,49.0,1096.0,123.0,276.0,36.0,683.0,9108.0,Unsupervised text tokenizer for Neural Network-based text generation.,84.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,57473.0,56457.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1016.0,13807075.0,13824404.0,https://anaconda.org/conda-forge/sentencepiece,2024-02-22 23:32:36.661,722661.0,,,,,1.0,34558.0,,,,,,,,,,,,,,,,,, +73,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-02-28 20:23:23.000000,2024-02-20 12:55:07,5164.0,105.0,1728.0,132.0,981.0,333.0,1918.0,8236.0,"An open-source, low-code machine learning library in Python.",132.0,38,True,2024-02-20 04:09:05.000,3.3.0,96.0,pycaret,conda-forge/pycaret,,,,5210.0,5192.0,https://pypi.org/project/pycaret,2024-02-20 04:08:49.000,18.0,285693.0,286725.0,https://anaconda.org/conda-forge/pycaret,2023-11-16 02:21:22.926,42722.0,,,,,2.0,679.0,,,,,,,,,,,,,,,,,, +74,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-02-28 17:40:28.000000,2024-02-13 03:05:43,1759.0,15.0,693.0,119.0,563.0,183.0,733.0,8178.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,38,True,2024-02-12 02:35:06.000,0.15.2,84.0,tokenizers,conda-forge/tokenizers,,,,62622.0,62622.0,https://pypi.org/project/tokenizers,,,18724493.0,18758430.0,https://anaconda.org/conda-forge/tokenizers,2024-02-12 11:07:11.714,1459312.0,,,,,1.0,33.0,,,,,,,,,,,,,,,,,, +75,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-02-29 14:45:27.000000,2024-02-27 20:18:20,20847.0,584.0,1959.0,179.0,3230.0,222.0,2058.0,7655.0,End-to-End Speech Processing Toolkit.,414.0,38,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,295.0,295.0,https://pypi.org/project/espnet,,,100001.0,100002.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,, +76,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-02-29 05:14:27.000000,2024-02-28 06:14:38,28312.0,241.0,747.0,126.0,6084.0,544.0,1641.0,7600.0,NumPy & SciPy for GPU.,360.0,38,True,2024-01-18 05:54:29.000,13.0.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2144.0,1931.0,https://pypi.org/project/cupy,2023-12-07 05:15:09.000,213.0,23358.0,100573.0,https://anaconda.org/conda-forge/cupy,2024-02-05 02:05:27.119,3318661.0,https://hub.docker.com/r/cupy/cupy,2024-01-18 05:56:19.967362,11.0,59471.0,1.0,169842.0,,,,,,,,,,,,,,,,,, +77,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-02-29 07:10:13.000000,2024-02-29 05:25:48,8002.0,4071.0,571.0,40.0,595.0,326.0,1273.0,5733.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",128.0,38,True,2024-02-29 06:00:00.000,1.28.0,630.0,litellm,,,,others,1071.0,998.0,https://pypi.org/project/litellm,2024-02-29 05:47:46.000,73.0,331756.0,331756.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +78,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-02-28 16:10:42.000000,2024-02-28 16:10:31,6180.0,86.0,1494.0,108.0,4163.0,654.0,709.0,4120.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",302.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],16663.0,16444.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,219.0,3070981.0,3071787.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,26598.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +79,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-02-28 20:13:40.000000,2024-02-26 15:08:56,2249.0,22.0,554.0,88.0,798.0,253.0,906.0,3604.0,Manipulation and analysis of geometric objects.,152.0,38,True,2024-02-16 14:21:16.000,2.0.3,122.0,shapely,conda-forge/shapely,,,,64275.0,62870.0,https://pypi.org/project/shapely,2024-02-16 14:21:16.000,1405.0,19248982.0,19461563.0,https://anaconda.org/conda-forge/shapely,2024-02-19 19:30:03.013,8923740.0,,,,,2.0,3108.0,,,,,,,,,,,,,,,,,, +80,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-02-28 17:42:40.000000,2024-02-27 18:08:31,10709.0,48.0,378.0,59.0,2932.0,1035.0,2137.0,2572.0,"With Holoviews, your data visualizes itself.",140.0,38,True,2024-02-13 10:17:52.000,1.18.3,79.0,holoviews,conda-forge/holoviews,,,['jupyter'],9508.0,9508.0,https://pypi.org/project/holoviews,,,411545.0,445942.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1500668.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,291.0,,,,,,,,,,,, +81,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-02-28 23:38:17.000000,2024-02-28 15:13:07,17861.0,109.0,1220.0,84.0,7730.0,453.0,4253.0,2478.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,365.0,38,True,2024-01-16 18:37:42.000,1.6.1,59.0,mne,conda-forge/mne,,,,3536.0,3536.0,https://pypi.org/project/mne,,,102451.0,110208.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,349089.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +82,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-02-28 19:03:34.000000,2024-02-14 18:39:51,3827.0,34.0,525.0,149.0,1134.0,139.0,1619.0,2100.0,Rasterio reads and writes geospatial raster datasets.,155.0,38,True,2023-10-19 14:09:18.000,1.3.9,154.0,rasterio,conda-forge/rasterio,,,,11633.0,10530.0,https://pypi.org/project/rasterio,2024-02-16 16:20:59.000,1103.0,2363176.0,2439171.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2811521.0,,,,,2.0,853.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-02-26 21:30:51.000000,2024-02-12 02:14:21,1521.0,4.0,274.0,32.0,478.0,95.0,490.0,1391.0,Python library for reading and writing image data.,109.0,38,True,2024-02-12 02:14:34.000,2.34.0,90.0,imageio,conda-forge/imageio,,,,120464.0,117295.0,https://pypi.org/project/imageio,2024-02-12 02:14:29.000,3169.0,25141224.0,25282515.0,https://anaconda.org/conda-forge/imageio,2024-02-12 09:34:41.924,6074910.0,,,,,1.0,987.0,,,,,,,,,,,,,,,,,, +84,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-02-29 07:06:50.000000,2024-02-28 07:07:19,6128.0,9.0,6971.0,429.0,2829.0,1021.0,7515.0,36741.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",153.0,37,True,2023-10-18 12:32:48.000,2.7.1,8.0,paddleocr,,,,['paddle'],2259.0,2259.0,https://pypi.org/project/paddleocr,,,195236.0,195236.0,,,,,,,,1.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-01-17 14:24:55.000000,2020-02-15 08:33:35,523.0,,6694.0,1289.0,165.0,665.0,225.0,32045.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,,,,28453.0,26749.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1704.0,635154.0,636976.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,149453.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +86,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,,6528.0,1072.0,11124.0,1805.0,7758.0,20692.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",982.0,37,False,2022-05-10 20:10:05.000,1.9.1,34.0,mxnet,mxnet,,,['mxnet'],7069.0,7069.0,https://pypi.org/project/mxnet,,,407006.0,407435.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10641.0,,,,,2.0,26625.0,,,apache/mxnet,,,,,,,,,,,,,,, +87,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-02-29 02:33:30.000000,2024-02-28 02:49:19,804.0,19.0,1548.0,131.0,683.0,384.0,444.0,13168.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,134.0,37,True,2024-02-17 21:19:08.000,1.4.0,19.0,albumentations,conda-forge/albumentations,,,['pytorch'],21114.0,21114.0,https://pypi.org/project/albumentations,,,1283111.0,1286668.0,https://anaconda.org/conda-forge/albumentations,2024-02-19 22:23:07.864,152957.0,,,,,2.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-02-29 00:57:45.000000,2024-02-23 11:45:31,4799.0,140.0,4809.0,386.0,687.0,579.0,1333.0,11983.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,222.0,22.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,200.0,242064.0,280999.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,179848.0,,,,,2.0,3631627.0,,,,,,,,,,,,,,,,,, +89,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-02-27 06:28:52.000000,2024-02-27 06:27:26,1377.0,20.0,1586.0,151.0,754.0,210.0,557.0,11851.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,119.0,37,True,2024-02-26 14:50:43.000,4.6.5,56.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2538.0,2538.0,https://pypi.org/project/pandas-profiling,,,517307.0,521967.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,419477.0,,,,,2.0,52.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,, +90,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-02-29 05:53:44.000000,2023-07-11 16:23:35,1095.0,,1427.0,252.0,661.0,375.0,1041.0,11543.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,14.0,moviepy,conda-forge/moviepy,,,,34766.0,34766.0,https://pypi.org/project/moviepy,,,791233.0,794060.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,223379.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +91,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-02-29 13:52:54.000000,2024-02-29 00:42:00,26930.0,1456.0,1975.0,197.0,5068.0,30.0,3369.0,9149.0,Perform data science on data that remains in someone elses server.,504.0,37,True,2024-02-20 10:19:52.000,0.8.4,260.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2024-02-20 10:48:54.000,5.0,10991.0,11043.0,,,,,,,,1.0,2346.0,,,,,,,,,,,,,,,,,, +92,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-02-28 22:05:44.000000,2024-02-26 19:58:53,9677.0,77.0,1218.0,126.0,1128.0,151.0,921.0,7431.0,A PyTorch-based Speech Toolkit.,229.0,37,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1574.0,1543.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,403917.0,403917.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +93,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2024-02-29 14:05:24.000000,2024-02-29 12:00:53,21387.0,556.0,1140.0,238.0,8196.0,969.0,1357.0,4792.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, etc.) on Intel..",201.0,37,True,2023-11-13 02:02:20.000,2.4.0,845.0,bigdl,,,,,52.0,47.0,https://pypi.org/project/bigdl,2024-02-29 14:05:24.000,1.0,15828.0,15831.0,,,,,,,,2.0,240.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,4.0,,, +94,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-02-26 23:37:27.000000,2024-02-26 23:37:24,12087.0,62.0,1069.0,166.0,462.0,658.0,742.0,4044.0,Probabilistic reasoning and statistical analysis in TensorFlow.,487.0,37,True,2023-11-20 23:32:05.000,0.23.0,51.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],461.0,,https://pypi.org/project/tensorflow-probability,2023-11-20 23:21:06.000,461.0,3009395.0,3012763.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,121260.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +95,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-02-12 11:19:30.000000,2023-12-31 11:04:55,953.0,21.0,826.0,86.0,202.0,95.0,654.0,4019.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,37,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,371722.0,359734.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,11988.0,12314829.0,12314829.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +96,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-02-29 10:52:07.000000,2024-02-26 20:15:44,2321.0,3.0,6000.0,420.0,1325.0,1071.0,3034.0,28786.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,424.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2752.0,2752.0,https://pypi.org/project/fairseq,,,314005.0,315419.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,60653.0,,,,,1.0,326.0,,,,,,,,,,,,,,,,,, +97,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-02-06 12:31:50.000000,2023-09-04 11:42:16,615.0,,2919.0,302.0,244.0,359.0,585.0,21264.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,36,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,5421.0,5319.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,102.0,328348.0,535846.0,,,,,,,,1.0,9129951.0,,,,,,,,,,,,,,,,,, +98,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-01-16 08:10:29.000000,2023-08-21 03:59:26,1627.0,,2878.0,380.0,457.0,9.0,1827.0,14294.0,Python Echarts Plotting Library.,39.0,36,True,2023-08-21 08:24:32.000,2.0.4,72.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4140.0,3888.0,https://pypi.org/project/pyecharts,2023-08-21 03:40:32.000,252.0,75271.0,75271.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +99,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-02-29 14:41:31.000000,2024-02-29 14:14:10,3186.0,299.0,1559.0,122.0,3426.0,369.0,2745.0,12842.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",229.0,36,True,2024-02-29 11:24:28.000,1.25.0-rc1,82.0,haystack,,,,,218.0,131.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,87.0,3184.0,3184.0,,,,,,,,1.0,23.0,,,,,,,,,,,,,,,,,, +100,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-02-29 14:14:42.000000,2024-02-29 06:30:54,6179.0,221.0,2016.0,184.0,5976.0,126.0,1896.0,9417.0,NeMo: a framework for generative AI.,284.0,36,True,2024-02-28 06:18:16.000,1.23.0,72.0,nemo-toolkit,,,,['pytorch'],31.0,21.0,https://pypi.org/project/nemo-toolkit,2024-02-28 05:27:18.000,10.0,56373.0,58242.0,,,,,,,,1.0,99105.0,,,,,,,,,,,,,,,,,, +101,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-02-27 11:07:52.000000,2024-02-27 11:07:52,1271.0,165.0,1721.0,129.0,141.0,7.0,901.0,9349.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",55.0,36,True,2024-02-25 15:43:18.000,0.0.85,84.0,deepface,,,,,2653.0,2632.0,https://pypi.org/project/deepface,2024-02-25 15:33:31.000,21.0,212825.0,212825.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +102,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-02-20 00:29:26.000000,2024-02-20 00:29:26,571.0,8.0,1139.0,265.0,160.0,109.0,167.0,8854.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,37741.0,36302.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,1439.0,676666.0,679363.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,242731.0,,,,,1.0,114.0,,,,,,,,,,,,,,,,,, +103,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-02-28 07:42:03.000000,2024-01-24 13:04:18,855.0,7.0,1275.0,141.0,493.0,39.0,547.0,6642.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,82.0,36,True,2024-01-24 19:22:58.000,0.12.0,34.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],25063.0,24702.0,https://pypi.org/project/imbalanced-learn,2024-01-24 19:14:48.000,361.0,10019476.0,10031517.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-01-24 19:39:53.672,529815.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +104,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-02-29 09:14:43.000000,2024-02-29 09:14:42,2957.0,254.0,709.0,71.0,3310.0,195.0,796.0,6343.0,Build Production-Grade AI Applications.,194.0,36,True,2024-02-20 14:38:13.000,1.2.4,100.0,bentoml,,,,,1596.0,1596.0,https://pypi.org/project/bentoml,,,97358.0,97394.0,,,,,,,,2.0,1932.0,,,,,,,,,,,,,,,,,, +105,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-02-29 05:07:40.000000,2024-02-28 05:10:40,2963.0,46.0,929.0,93.0,3228.0,279.0,2605.0,5081.0,AI Toolkit for Healthcare Imaging.,179.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],1930.0,1876.0,https://pypi.org/project/monai,2023-10-12 17:09:21.000,54.0,139341.0,140160.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,21305.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +106,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-02-29 09:12:24.000000,2024-02-28 21:48:21,10205.0,448.0,1568.0,148.0,2209.0,581.0,1218.0,4947.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",236.0,36,True,2022-12-01 14:00:47.111,2.7.1,813.0,deepchem,conda-forge/deepchem,,,['tensorflow'],334.0,322.0,https://pypi.org/project/deepchem,2024-02-28 21:56:53.000,12.0,29214.0,31403.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,105109.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +107,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-02-28 13:00:05.000000,2024-02-28 12:59:09,2284.0,119.0,207.0,64.0,132.0,71.0,539.0,3748.0,A Grammar of Graphics for Python.,106.0,36,True,2024-02-20 15:33:02.000,0.13.0,21.0,plotnine,conda-forge/plotnine,,,,7227.0,6953.0,https://pypi.org/project/plotnine,2024-02-20 14:00:58.000,274.0,2572538.0,2580225.0,https://anaconda.org/conda-forge/plotnine,2024-02-20 15:01:24.338,338243.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +108,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-02-28 12:40:17.000000,2024-02-20 12:51:25,3919.0,61.0,1032.0,153.0,1583.0,357.0,869.0,3610.0,Fast data visualization and GUI tools for scientific / engineering applications.,273.0,36,True,2023-04-14 21:33:03.621,0.13.3,21.0,pyqtgraph,conda-forge/pyqtgraph,,,,9910.0,8932.0,https://pypi.org/project/pyqtgraph,2023-04-14 21:33:03.621,978.0,175105.0,181066.0,https://anaconda.org/conda-forge/pyqtgraph,2023-06-16 13:19:32.302,506712.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +109,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-02-29 12:26:58.000000,2024-02-29 03:57:07,4152.0,209.0,414.0,35.0,2996.0,482.0,1041.0,2217.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,154.0,36,True,2024-02-06 10:12:28.000,0.43.3,69.0,pyvista,conda-forge/pyvista,,,['jupyter'],2661.0,2661.0,https://pypi.org/project/pyvista,,,331707.0,341788.0,https://anaconda.org/conda-forge/pyvista,2024-02-06 17:09:54.392,443160.0,,,,,2.0,792.0,,,,,,,,,,,,,,,,,, +110,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-02-28 12:05:56.000000,2024-02-28 12:05:55,1689.0,107.0,353.0,26.0,1414.0,70.0,717.0,1837.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",228.0,36,True,2024-02-12 19:10:54.000,1.3.1,43.0,metrics,conda-forge/torchmetrics,,,['pytorch'],21148.0,21135.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,13.0,2840.0,38126.0,https://anaconda.org/conda-forge/torchmetrics,2023-12-01 20:39:28.126,1230306.0,,,,,2.0,4755.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,, +111,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-02-23 17:12:50.000000,2024-02-23 17:12:49,1528.0,12.0,366.0,48.0,1473.0,164.0,671.0,1496.0,Exploratory analysis of Bayesian models with Python.,153.0,36,True,2023-12-27 16:22:43.000,0.17.0,35.0,arviz,conda-forge/arviz,,,,6064.0,5897.0,https://pypi.org/project/arviz,2023-12-27 16:22:43.000,167.0,1877805.0,1923923.0,https://anaconda.org/conda-forge/arviz,2023-12-28 12:43:24.180,2075237.0,,,,,1.0,133.0,,,,,,,,,,,,,,,,,, +112,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-02-12 00:19:31.000000,2024-02-11 16:39:29,1856.0,11.0,198.0,32.0,211.0,23.0,391.0,1350.0,The ctypes-based simple ImageMagick binding for Python.,104.0,36,True,2023-11-04 01:41:17.000,0.6.13,25.0,wand,conda-forge/wand,,,,18324.0,18324.0,https://pypi.org/project/wand,,,808229.0,809589.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,37281.0,,,,,2.0,42221.0,,,,,,,,,,,,,,,,,, +113,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-02-29 03:06:00.000000,2024-01-16 19:22:02,1473.0,6.0,209.0,48.0,529.0,33.0,735.0,1109.0,Fiona reads and writes geographic data files.,72.0,36,True,2023-10-12 19:29:21.000,1.9.5,108.0,fiona,conda-forge/fiona,,,,18243.0,18163.0,https://pypi.org/project/fiona,2023-10-12 19:16:01.000,80.0,6221822.0,6344347.0,https://anaconda.org/conda-forge/fiona,2024-01-01 18:20:39.698,5268617.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +114,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-02-29 13:21:49.000000,2024-02-29 13:19:46,1539.0,12.0,211.0,33.0,679.0,31.0,570.0,970.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,36,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,29684.0,27601.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2083.0,8154104.0,8322275.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7231369.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +115,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-02-28 14:41:27.000000,2024-02-28 14:41:27,5799.0,74.0,257.0,37.0,794.0,128.0,398.0,610.0,Python package to access a cacophony of neuro-imaging file formats.,102.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,18562.0,17349.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1213.0,439755.0,455230.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,680901.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +116,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-02-28 19:31:33.000000,2024-02-10 14:20:58,4668.0,51.0,3086.0,247.0,713.0,68.0,929.0,27272.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",26.0,,https://pypi.org/project/tts,2023-12-12 15:27:06.000,26.0,104470.0,161184.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10463.0,,,,,1.0,1971963.0,,,,,,,,,,,,,,,,,, +117,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-02-25 06:48:36.000000,2024-01-30 09:34:31,8771.0,80.0,2965.0,270.0,1226.0,168.0,658.0,17606.0,Best Practices on Recommendation Systems.,129.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,105.0,103.0,https://pypi.org/project/recommenders,2022-04-01 08:49:49.000,2.0,66649.0,66656.0,,,,,,,,1.0,470.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,, +118,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-02-10 14:00:13.000000,2023-10-18 07:33:05,791.0,,4457.0,425.0,439.0,376.0,1724.0,17537.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,35,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,149.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,128.0,802355.0,835808.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1136456.0,,,,,1.0,2356.0,,,,,,,,,,,,,,,,,, +119,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2023-07-26 09:00:34.000000,2020-06-01 14:58:26,2913.0,,2425.0,232.0,336.0,295.0,223.0,14033.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,,,,19005.0,18575.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,430.0,316601.0,319296.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,150922.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +120,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-02-29 14:50:45.000000,2024-02-29 13:17:35,17824.0,674.0,5886.0,71.0,11538.0,1185.0,15760.0,13954.0,The Unified AI Framework.,1459.0,35,True,2023-06-29 19:33:01.167,0.0.0,113.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,2024-02-28 15:00:36.000,9.0,1976.0,1976.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +121,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-01-15 08:14:29.000000,2024-01-05 20:03:59,1332.0,1.0,2229.0,334.0,1580.0,372.0,1857.0,13832.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1132.0,1095.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,37.0,74231.0,74231.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,, +122,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-02-06 22:23:52.000000,2023-08-20 17:38:53,890.0,,1114.0,320.0,267.0,54.0,342.0,12504.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,,,,3872.0,3596.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,276.0,989861.0,999252.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,385043.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +123,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,,2174.0,282.0,3096.0,80.0,2477.0,11656.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:32:24.000,2.10.1,59.0,allennlp,conda-forge/allennlp,,,['pytorch'],3940.0,3940.0,https://pypi.org/project/allennlp,,,45256.0,47192.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,120087.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,, +124,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-02-29 09:02:27.000000,2024-02-28 19:09:07,3828.0,89.0,1110.0,192.0,2824.0,281.0,753.0,10608.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",152.0,35,True,2024-02-28 07:30:10.000,0.10.1,48.0,ludwig,,,,['tensorflow'],241.0,241.0,https://pypi.org/project/ludwig,,,3760.0,3760.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +125,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-02-28 05:55:17.000000,2024-02-28 05:55:16,2557.0,88.0,641.0,104.0,454.0,552.0,1206.0,8731.0,An open source multi-tool for exploring and publishing data.,77.0,35,True,2023-12-22 23:22:42.000,0.64.6,145.0,datasette,conda-forge/datasette,,,,1420.0,1195.0,https://pypi.org/project/datasette,2024-02-19 22:58:43.000,225.0,42686.0,43590.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,30727.0,,,,,1.0,59.0,,,,,,,,,datasette,,,,,,,,, +126,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-02-18 16:55:03.000000,2022-12-08 17:49:19,746.0,,987.0,135.0,223.0,342.0,270.0,8177.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,,,,52208.0,50875.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1333.0,4041533.0,4042861.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,82374.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +127,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-02-25 13:10:20.000000,2023-12-06 12:55:15,486.0,20.0,2328.0,284.0,142.0,310.0,315.0,7908.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,35,True,2023-12-06 13:10:51.000,3.10.1,56.0,SpeechRecognition,conda-forge/speechrecognition,,,,866.0,21.0,https://pypi.org/project/SpeechRecognition,2023-12-06 13:02:22.000,845.0,675545.0,679762.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,177141.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +128,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-02-11 06:38:37.000000,2024-02-11 06:36:31,669.0,12.0,324.0,71.0,107.0,28.0,135.0,7709.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,35,True,2023-10-01 01:13:00.000,0.7.0,13.0,einops,conda-forge/einops,,,,27379.0,27379.0,https://pypi.org/project/einops,,,7015174.0,7019819.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,185839.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +129,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-02-29 14:16:23.000000,2024-02-29 10:04:55,32334.0,75.0,2020.0,385.0,6771.0,2750.0,6557.0,6655.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",256.0,35,True,,,150.0,h2o,,,,,105.0,21.0,https://pypi.org/project/h2o,2023-12-20 19:10:56.000,84.0,395285.0,395285.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +130,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-02-28 13:25:39.000000,2024-02-14 22:32:35,1660.0,10.0,602.0,60.0,1804.0,112.0,1250.0,4423.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,206.0,35,True,2023-10-19 08:22:16.000,0.4.13,24.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2705.0,2705.0,https://pypi.org/project/pytorch-ignite,,,210425.0,213017.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,176284.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +131,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-02-28 17:12:19.096000,2023-11-23 21:41:49,1136.0,,661.0,90.0,269.0,32.0,252.0,4216.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4082.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4082.0,4774857.0,4803561.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1262985.0,,,,,2.0,20.0,,,,,,,,,,,,,,,,,, +132,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-02-29 09:17:31.000000,2024-02-28 18:48:55,3689.0,90.0,790.0,57.0,1456.0,349.0,1198.0,3909.0,"Serve, optimize and scale PyTorch models in production.",184.0,35,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],625.0,609.0,https://pypi.org/project/torchserve,2023-10-12 22:01:55.000,16.0,45671.0,72877.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,155523.0,https://hub.docker.com/r/pytorch/torchserve,2023-10-12 22:44:52.307587,23.0,1232670.0,2.0,5576.0,,,,,,,,,,,,,,,,,, +133,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-02-16 20:10:11.000000,2024-02-16 20:10:10,7363.0,40.0,606.0,117.0,1159.0,323.0,1106.0,3193.0,High-performance interactive 2D/3D data visualization library.,193.0,35,True,2023-10-03 22:23:12.000,0.14.1,37.0,vispy,conda-forge/vispy,,,['jupyter'],1565.0,1420.0,https://pypi.org/project/vispy,2023-10-03 22:13:28.000,143.0,90956.0,102140.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,458359.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,5.0,2020-03-15 14:39:41.516,2.0,,,,,,,,,, +134,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-02-23 00:11:47.000000,2024-02-07 15:14:19,5271.0,5.0,284.0,79.0,780.0,16.0,124.0,2776.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2024-02-07 18:33:24.000,8.2.3,232.0,thinc,conda-forge/thinc,,,,43921.0,43277.0,https://pypi.org/project/thinc,2024-02-07 18:16:46.000,644.0,5995670.0,6055967.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2713369.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +135,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-02-26 16:05:19.430000,2024-02-26 13:24:01,5087.0,177.0,499.0,21.0,1196.0,987.0,610.0,2054.0,"This is the development home of the workflow management system Snakemake. For general information, see.",318.0,35,True,2024-02-26 13:25:26.000,8.5.3,315.0,snakemake,bioconda/snakemake,,,,2151.0,1884.0,https://pypi.org/project/snakemake,2024-02-26 13:25:26.000,267.0,206091.0,215906.0,https://anaconda.org/bioconda/snakemake,2024-02-26 16:05:19.430,981563.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +136,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2024-02-28 16:29:15.000000,2024-02-28 16:23:48,1214.0,4.0,205.0,33.0,47.0,9.0,159.0,1543.0,Simple Python interface for Graphviz.,22.0,35,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,64844.0,61320.0,https://pypi.org/project/graphviz,2022-07-23 11:35:06.076,3524.0,8272802.0,8273330.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,43338.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +137,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-02-29 14:24:25.000000,2024-02-29 14:08:35,1596.0,98.0,167.0,32.0,1486.0,73.0,177.0,1135.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,35,True,2024-01-24 21:51:51.000,2024.1.0,24.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],9805.0,9781.0,https://pypi.org/project/scikit-learn-intelex,2024-01-23 15:23:40.000,24.0,206031.0,213099.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-01-25 17:59:16.547,240315.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +138,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-02-29 13:24:13.000000,2024-02-29 09:34:33,10231.0,103.0,541.0,71.0,2336.0,296.0,1721.0,1089.0,Machine learning for NeuroImaging in Python.,233.0,35,True,2024-01-29 09:31:15.000,0.10.3,46.0,nilearn,conda-forge/nilearn,,,['sklearn'],3200.0,2904.0,https://pypi.org/project/nilearn,2024-01-29 09:31:15.000,296.0,52620.0,59298.0,https://anaconda.org/conda-forge/nilearn,2024-01-29 13:01:39.700,260297.0,,,,,2.0,154.0,,,,,,,,,,,,,,,,,, +139,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-02-29 12:12:42.000000,2024-02-29 06:14:52,7697.0,323.0,2627.0,295.0,185.0,28.0,1019.0,25533.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-02-24 04:38:46.000,7.5.0,627.0,netron,,,,"['pytorch', 'tensorflow']",86.0,12.0,https://pypi.org/project/netron,2024-02-24 04:38:46.000,74.0,31192.0,97312.0,,,,,,,,1.0,66120.0,,,,,,,,,,,,,,,,,, +140,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-02-20 15:36:32.000000,2024-02-20 15:25:38,390.0,2.0,4513.0,844.0,266.0,467.0,611.0,25447.0,Library for fast text representation and classification.,67.0,34,True,2020-04-28 09:51:33.000,0.9.2,4.0,fasttext,conda-forge/fasttext,,,,5635.0,5635.0,https://pypi.org/project/fasttext,,,909270.0,911095.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,74834.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +141,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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3924.0,665.0,1674.0,137.0,1985.0,23929.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'],441.0,398.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,7070.0,24289.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2532.0,,,,,2.0,1114031.0,,,,,,,,,,,,,,,,,, +142,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-02-29 13:27:06.000000,2024-02-29 12:22:10,34975.0,601.0,12281.0,946.0,24400.0,,,22887.0,Apache Flink Python API.,1829.0,34,True,,,,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,,,158552.0,158552.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +143,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-02-29 13:56:01.000000,2024-02-29 13:44:04,17230.0,864.0,2631.0,377.0,4706.0,433.0,3315.0,20060.0,"The platform for building custom AI, enabling smarter organizations.",821.0,34,False,2024-02-19 15:20:51.000,24.2.3.0,455.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-02-19 15:21:49.000,,12185.0,12185.0,,,,,,,,2.0,,2.0,,,,,,,,,,,,,,,,, +144,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2023-11-26 17:29:04.000000,2021-06-01 10:43:00,1848.0,,4280.0,550.0,712.0,356.0,1270.0,13833.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,,,,,5607.0,5607.0,https://pypi.org/project/chatterbot,,,30579.0,30579.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +145,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-02-22 07:56:13.000000,2024-02-22 07:54:41,3777.0,67.0,846.0,137.0,167.0,94.0,985.0,11464.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",91.0,34,True,2024-02-16 06:58:50.000,16.1.1,234.0,ocrmypdf,conda-forge/ocrmypdf,,,,762.0,742.0,https://pypi.org/project/ocrmypdf,2024-02-16 06:58:50.000,20.0,77899.0,80006.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,61733.0,,,,,2.0,2358.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,, +146,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-02-26 15:57:08.680000,2024-02-23 19:03:07,2440.0,14.0,1539.0,289.0,430.0,284.0,637.0,9427.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,34,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2683.0,2621.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,62.0,38639.0,44205.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,244943.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +147,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-02-27 21:53:29.000000,2024-02-27 21:52:54,2452.0,25.0,986.0,204.0,2276.0,249.0,832.0,8279.0,Deep universal probabilistic programming with Python and PyTorch.,150.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,116.0,313445.0,317522.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,142712.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +148,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-02-09 07:53:55.073000,2024-02-09 06:45:29,1724.0,4.0,1293.0,149.0,207.0,176.0,145.0,7826.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2024-02-09 06:52:05.000,1.1.3,39.0,pyod,conda-forge/pyod,,,,3325.0,3325.0,https://pypi.org/project/pyod,,,659303.0,661323.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,90942.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +149,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-02-26 18:02:33.000000,2024-02-26 18:02:32,2881.0,25.0,2083.0,174.0,1137.0,12.0,1414.0,6487.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2024-02-22 17:42:09.000,3.5.0,49.0,OpenNMT-py,,,,['pytorch'],257.0,257.0,https://pypi.org/project/OpenNMT-py,,,5907.0,5907.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +150,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-02-29 06:07:49.000000,2024-02-24 17:35:20,19270.0,583.0,465.0,53.0,2717.0,474.0,982.0,6442.0,"Visualize, create, and debug image and video datasets and model predictions.",110.0,34,True,2024-02-15 16:10:53.000,0.23.5,140.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",517.0,506.0,https://pypi.org/project/fiftyone,2024-02-15 15:14:41.000,11.0,45984.0,45984.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +151,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-02-26 15:45:44.000000,2024-02-26 15:45:43,2308.0,61.0,620.0,92.0,249.0,428.0,525.0,5090.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",91.0,34,True,2024-02-21 14:44:28.000,1.14.4,156.0,clearml,,allegroai/trains,,,975.0,957.0,https://pypi.org/project/clearml,2024-02-21 14:43:32.000,18.0,267603.0,268180.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30237.0,2.0,2136.0,,,,,,,,,,,,,,,,,, +152,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-02-27 14:47:01.000000,2024-02-17 23:50:32,12156.0,131.0,1117.0,100.0,1315.0,149.0,742.0,4340.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,497.0,486.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,27546.0,28389.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,36281.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +153,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-02-15 18:01:45.000000,2024-02-15 18:01:44,1293.0,5.0,2511.0,1973.0,533.0,386.0,1076.0,3899.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,102.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-02-06 19:36:25.000,48.0,546829.0,546836.0,,,,,,,,2.0,505.0,,,,,,,,,,,,,,,,,, +154,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-02-06 10:10:29.000000,2024-02-06 10:10:27,1180.0,6.0,1675.0,147.0,210.0,7.0,682.0,3425.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],342.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,342.0,3699929.0,3702155.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-30 18:21:57.617,93521.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +155,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-02-26 20:14:34.000000,2024-02-22 17:35:41,1270.0,44.0,227.0,31.0,425.0,85.0,204.0,3409.0,Lightning fast forecasting with statistical and econometric models.,37.0,34,True,2024-02-05 21:45:31.000,1.7.3,31.0,statsforecast,conda-forge/statsforecast,,,,749.0,723.0,https://pypi.org/project/statsforecast,2024-02-05 21:45:31.000,26.0,563991.0,566565.0,https://anaconda.org/conda-forge/statsforecast,2024-02-06 03:02:36.606,59203.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +156,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-02-29 11:10:57.000000,2024-02-28 22:22:40,1808.0,60.0,353.0,54.0,1550.0,54.0,399.0,2906.0,Bayesian optimization in PyTorch.,110.0,34,True,2024-02-27 05:58:28.000,0.10.0,42.0,botorch,conda-forge/botorch,,,['pytorch'],864.0,864.0,https://pypi.org/project/botorch,,,155259.0,157629.0,https://anaconda.org/conda-forge/botorch,2024-02-27 09:02:55.942,99540.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +157,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-02-14 19:24:45.000000,2024-01-15 22:33:33,2291.0,17.0,584.0,69.0,481.0,245.0,702.0,2253.0,Survival analysis in Python.,116.0,34,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2367.0,2233.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,134.0,531854.0,538824.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,313653.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +158,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-02-29 07:23:49.000000,2024-02-29 02:59:49,2866.0,155.0,281.0,68.0,1588.0,54.0,594.0,2235.0,Adaptive Experimentation Platform.,164.0,34,True,2023-12-09 18:28:49.000,0.3.6,39.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],682.0,653.0,https://pypi.org/project/ax-platform,2023-12-09 18:28:49.000,29.0,120393.0,120942.0,https://anaconda.org/conda-forge/ax-platform,2023-12-11 15:43:05.639,17571.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +159,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-02-29 14:36:03.000000,2024-02-28 16:33:04,981.0,89.0,332.0,51.0,1123.0,291.0,373.0,2002.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,98.0,34,True,2024-02-18 02:19:37.000,1.17.1,58.0,optimum,conda-forge/optimum,,,,1767.0,1704.0,https://pypi.org/project/optimum,2024-02-18 02:14:48.000,63.0,910160.0,910686.0,https://anaconda.org/conda-forge/optimum,2024-02-18 04:42:34.186,11582.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +160,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,1.0,612.0,58.0,1880.0,87.0,895.0,1680.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,34,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14333.0,14108.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,897358.0,897358.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +161,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-02-29 12:49:52.000000,2024-01-26 10:55:56,1171.0,16.0,364.0,65.0,596.0,268.0,347.0,1441.0,A Jupyter - Leaflet.js bridge.,87.0,34,True,2024-01-23 17:57:40.189,0.18.2,81.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],7629.0,7457.0,https://pypi.org/project/ipyleaflet,2024-01-23 17:54:03.000,166.0,133981.0,173042.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1104676.0,,,,,2.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,14513.0,2024-01-23 17:57:40.189,6.0,,,,,,,,,, +162,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-02-19 10:33:43.000000,2024-02-19 10:33:38,2805.0,44.0,275.0,34.0,205.0,42.0,498.0,1211.0,Python interface for igraph.,71.0,34,False,2024-02-14 11:09:57.000,0.11.4,40.0,python-igraph,conda-forge/igraph,,,,4228.0,3812.0,https://pypi.org/project/python-igraph,2024-02-14 11:09:57.000,416.0,354122.0,372619.0,https://anaconda.org/conda-forge/igraph,2024-02-13 16:32:10.931,502303.0,,,,,1.0,562293.0,,,,,,,,,,,,,,,,,, +163,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-02-28 06:51:28.000000,2024-02-27 11:08:27,867.0,7.0,315.0,45.0,1015.0,72.0,165.0,1185.0,Making text a first-class citizen in TensorFlow.,112.0,34,True,2023-11-15 19:00:05.000,2.15.0,54.0,tensorflow-text,,,,['tensorflow'],6453.0,6453.0,https://pypi.org/project/tensorflow-text,,,5678956.0,5678956.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +164,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-02-23 21:54:31.000000,2024-02-23 21:54:27,1531.0,9.0,152.0,41.0,132.0,8.0,640.0,1154.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,34,True,2023-12-21 20:05:21.000,1.9.1,32.0,agate,conda-forge/agate,,,,2983.0,2834.0,https://pypi.org/project/agate,2023-12-21 20:05:21.000,149.0,5301038.0,5306025.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,164585.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +165,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-02-29 01:26:43.000000,2024-02-29 01:26:43,14802.0,18.0,506.0,50.0,2282.0,396.0,950.0,721.0,Workflows and interfaces for neuroimaging packages.,252.0,34,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4227.0,4049.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,178.0,115469.0,129617.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,594218.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +166,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-02-29 09:45:16.000000,2024-02-29 07:01:43,3009.0,97.0,4167.0,372.0,3667.0,383.0,1174.0,36471.0,"Making large AI models cheaper, faster and more accessible.",165.0,33,True,2024-02-23 08:46:07.000,0.3.5,35.0,,,,,,294.0,294.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +167,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-02-24 17:18:57.000000,2024-02-08 01:15:03,1501.0,7.0,7269.0,381.0,649.0,465.0,3043.0,28150.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",265.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1630.0,1624.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,6.0,,5218.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,224397.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +168,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-01-23 01:48:22.000000,2023-07-11 13:03:36,1421.0,,3770.0,759.0,1134.0,403.0,588.0,18864.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'],535.0,497.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,38.0,3188.0,3188.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +169,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,,4627.0,1004.0,1869.0,357.0,658.0,16926.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1067.0,981.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,86.0,2802.0,2984.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7465.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +170,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2023-10-30 04:23:19.000000,2023-10-26 05:31:53,3012.0,,1800.0,284.0,3502.0,373.0,1677.0,13608.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,612.0,574.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,15177.0,15177.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +171,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,,2017-10-24 09:06:23.000,2024-02-29 14:32:55.000000,2024-02-02 11:08:09,6024.0,4.0,3143.0,244.0,1466.0,1028.0,3847.0,10233.0,Open-source simulator for autonomous driving research.,171.0,33,False,2023-11-11 12:51:52.000,0.9.15,26.0,carla,,,,,648.0,648.0,https://pypi.org/project/carla,,,18828.0,18828.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +172,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-01-17 08:31:39.000000,2023-12-09 05:39:53,576.0,12.0,2267.0,223.0,245.0,94.0,416.0,9869.0,A little word cloud generator in Python.,72.0,33,True,2023-12-09 13:50:41.000,1.9.3,13.0,wordcloud,conda-forge/wordcloud,,,,21.0,21.0,https://pypi.org/project/wordcloud,,,1480882.0,1491529.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,457858.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +173,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-01-02 11:17:53.000000,2024-01-02 11:17:47,862.0,3.0,1270.0,418.0,85.0,32.0,159.0,9678.0,TensorFlow-based neural network library.,58.0,33,True,2024-01-02 11:08:14.000,2.0.2,13.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1238.0,1238.0,https://pypi.org/project/dm-sonnet,,,20437.0,20967.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,27059.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,, +174,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,,871.0,261.0,148.0,83.0,103.0,9070.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,23.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,22903.0,22903.0,https://pypi.org/project/fuzzywuzzy,,,5234483.0,5240231.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,523105.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +175,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-02-29 11:08:16.000000,2024-02-27 00:27:10,859.0,51.0,693.0,277.0,1144.0,310.0,360.0,7405.0,"Build and manage real-life ML, AI, and data science projects with ease!.",81.0,33,True,2024-02-27 01:49:00.000,2.11.4,111.0,metaflow,conda-forge/metaflow,,,,632.0,604.0,https://pypi.org/project/metaflow,2024-02-27 01:49:00.000,28.0,184641.0,188386.0,https://anaconda.org/conda-forge/metaflow,2024-02-27 10:32:57.215,161053.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +176,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-02-29 13:53:43.000000,2024-02-29 13:53:40,38389.0,473.0,802.0,148.0,9208.0,951.0,4998.0,7063.0,cuDF - GPU DataFrame Library.,272.0,33,True,2024-02-27 15:12:35.000,24.02.02,47.0,cudf,,,,,63.0,52.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,11.0,2685.0,2685.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +177,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-02-20 00:26:53.000000,2023-09-29 18:36:14,1218.0,,1078.0,125.0,273.0,250.0,410.0,7017.0,Distributed Asynchronous Hyperparameter Optimization in Python.,102.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,14310.0,13803.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,507.0,2020082.0,2031614.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,749608.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +178,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-02-27 14:54:50.393000,2024-02-26 17:23:13,1346.0,34.0,858.0,158.0,1688.0,169.0,822.0,6967.0,An open source python library for automated feature engineering.,72.0,33,True,2024-02-26 17:29:32.000,1.30.0,105.0,featuretools,conda-forge/featuretools,,,,1623.0,1545.0,https://pypi.org/project/featuretools,2024-02-26 17:29:32.000,78.0,51111.0,55128.0,https://anaconda.org/conda-forge/featuretools,2024-02-27 14:54:50.393,176763.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +179,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,,858.0,219.0,220.0,159.0,233.0,6701.0,Efficiently computes derivatives of numpy code.,56.0,33,True,2015-03-05 19:30:11.000,1.0,7.0,autograd,conda-forge/autograd,,,,7433.0,7433.0,https://pypi.org/project/autograd,,,1335242.0,1355069.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,396543.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +180,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-02-29 12:12:33.000000,2024-02-21 21:11:12,3262.0,4.0,909.0,137.0,641.0,66.0,1107.0,6531.0,Python library for audio and music analysis.,119.0,33,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1556.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1556.0,2499900.0,2516635.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,719622.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +181,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-02-29 07:00:33.000000,2024-02-29 07:00:22,2992.0,154.0,709.0,140.0,98.0,88.0,326.0,5921.0,Fit interpretable models. Explain blackbox machine learning.,42.0,33,True,2024-02-14 22:27:38.000,0.5.1,47.0,interpret,,,,['jupyter'],658.0,628.0,https://pypi.org/project/interpret,2024-02-08 10:30:09.000,30.0,82708.0,82708.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +182,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,,1397.0,291.0,6588.0,12.0,2030.0,5846.0,A flexible framework of neural networks for deep learning.,323.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3592.0,3188.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,404.0,20425.0,20771.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16653.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +183,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,2023-12-16 19:25:54.000000,2023-12-16 19:23:13,1208.0,16.0,650.0,64.0,131.0,53.0,433.0,5660.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,33,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1285.0,1254.0,https://pypi.org/project/pytorch-metric-learning,2023-12-16 19:14:54.000,31.0,378602.0,378830.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11197.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +184,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-02-02 08:20:24.000000,2023-07-28 00:16:45,2332.0,,1101.0,191.0,234.0,270.0,280.0,5485.0,Distributed Evolutionary Algorithms in Python.,87.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4832.0,4460.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,372.0,198031.0,206980.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,357973.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +185,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-02-22 15:36:45.000000,2024-02-22 15:28:07,1056.0,13.0,461.0,230.0,734.0,191.0,331.0,4454.0,Model interpretability and understanding for PyTorch.,107.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],1894.0,1831.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,63.0,179201.0,180018.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,21245.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +186,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-02-22 23:06:35.000000,2024-02-22 23:04:50,1134.0,25.0,588.0,115.0,852.0,284.0,1031.0,3956.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",160.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3794.0,3621.0,https://pypi.org/project/coremltools,2023-11-01 14:33:59.000,173.0,184747.0,186206.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53630.0,,,,,2.0,9171.0,,,,,,,,,,,,,,,,,, +187,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-02-20 15:14:34.000000,2023-12-03 03:47:34,490.0,3.0,595.0,66.0,214.0,191.0,153.0,3873.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6084.0,6018.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,66.0,706051.0,709475.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,130134.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +188,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-02-13 11:58:20.000000,2024-02-13 11:57:59,1492.0,4.0,357.0,91.0,737.0,127.0,441.0,3165.0,Quickly and accurately render even the largest data.,55.0,33,True,2023-10-26 15:10:16.000,0.16.0,33.0,datashader,conda-forge/datashader,,,,3638.0,3638.0,https://pypi.org/project/datashader,,,496136.0,513120.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,764305.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +189,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-02-29 10:33:29.000000,2024-02-29 10:33:24,2884.0,156.0,288.0,24.0,2655.0,175.0,1639.0,2962.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",79.0,33,True,2024-02-29 10:31:19.000,1.25.0,100.0,rubrix,conda-forge/rubrix,,,,2270.0,2270.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,1597.0,2706.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28850.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,, +190,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-02-29 11:38:21.000000,2024-02-27 19:07:25,2302.0,9.0,624.0,76.0,2853.0,204.0,714.0,2341.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",222.0,33,True,2024-02-22 21:42:46.000,2.2.1,32.0,torchaudio,,,,['pytorch'],586.0,,https://pypi.org/project/torchaudio,2024-02-22 19:20:36.000,586.0,2398897.0,2398897.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +191,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,10.0,355.0,84.0,168.0,215.0,146.0,2310.0,D3 Renderings of Matplotlib Graphics.,52.0,33,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6026.0,5602.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,415.0,581201.0,586174.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,193342.0,,,,,2.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,579.0,2023-12-23 13:04:29.963,9.0,,,,,,,,,, +192,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-02-29 14:21:28.000000,2024-02-28 15:50:15,3969.0,204.0,523.0,47.0,4153.0,256.0,909.0,2056.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,162.0,33,True,2024-01-22 17:04:21.000,0.34.0.post1,54.0,pennylane,conda-forge/pennylane,,,,845.0,773.0,https://pypi.org/project/pennylane,2024-01-08 20:32:42.000,72.0,51176.0,52453.0,https://anaconda.org/conda-forge/pennylane,2024-01-16 20:01:29.795,34457.0,,,,,2.0,70.0,,,,,,,,,,,,,,,,,, +193,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-02-21 22:30:58.000000,2024-02-19 19:00:58,3685.0,20.0,193.0,50.0,1353.0,125.0,716.0,1950.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,1856.0,1834.0,https://pypi.org/project/pythran,2024-01-07 21:21:39.000,22.0,184722.0,195698.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,450046.0,,,,,2.0,,,,,,,,,,,,,,,,,pythran,python-pythran, +194,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-02-27 22:03:16.000000,2024-02-27 22:03:15,2966.0,34.0,356.0,55.0,1128.0,314.0,937.0,1333.0,Cartopy - a cartographic python library with matplotlib support.,125.0,33,True,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,4956.0,4483.0,https://pypi.org/project/cartopy,2023-08-05 00:57:41.000,473.0,215632.0,291285.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3404399.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +195,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-02-29 01:29:50.000000,2024-02-29 01:29:49,11387.0,161.0,237.0,57.0,12039.0,222.0,2167.0,921.0,Cloud-native genomic dataframes and batch computing.,92.0,33,True,2024-02-20 18:12:18.000,0.2.128,148.0,hail,,,,['spark'],142.0,124.0,https://pypi.org/project/hail,2024-02-20 18:12:18.000,18.0,60881.0,60881.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +196,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-02-29 06:27:11.000000,2024-02-28 16:41:24,13744.0,195.0,400.0,49.0,2032.0,151.0,759.0,655.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",154.0,33,False,2023-12-14 14:48:42.000,1.8.0,27.0,dipy,conda-forge/dipy,,,,1124.0,1011.0,https://pypi.org/project/dipy,2023-12-14 14:48:42.000,113.0,25997.0,36430.0,https://anaconda.org/conda-forge/dipy,2024-02-08 16:36:03.303,427769.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +197,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-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,12982.0,1564.0,227.0,730.0,584.0,51216.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2018-04-02 17:18:43.000,1.2.2,2.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],21.0,21.0,https://pypi.org/project/face_recognition,,,72707.0,73202.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19726.0,,,,,2.0,1226.0,,,,,,,,,,,,,,,,,, +198,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-02-29 14:21:10.000000,2024-02-29 13:43:55,3660.0,717.0,2492.0,261.0,2959.0,94.0,418.0,22503.0,You like pytorch? You like micrograd? You love tinygrad!.,278.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],45.0,45.0,,,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,, +199,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,,3420.0,467.0,671.0,590.0,672.0,14620.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1545.0,1455.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,90.0,4508.0,4508.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +200,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,188.0,1005.0,580.0,712.0,12415.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,32,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1544.0,1538.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,6.0,4025.0,4036.0,,,,,,,,2.0,664.0,,,,,,,,,,,,,,,,,, +201,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1760.0,263.0,114.0,96.0,535.0,11168.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,,,,5292.0,5113.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,179.0,330257.0,332555.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,197680.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +202,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,,1125.0,337.0,1683.0,502.0,1294.0,11144.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:44:07.000,6.4.1,30.0,turicreate,,,,,367.0,367.0,https://pypi.org/project/turicreate,,,25822.0,25952.0,,,,,,,,3.0,9639.0,,,,,,,,,,,,,,,,,, +203,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,2023-12-23 01:58:33.000000,2023-10-02 22:40:55,1387.0,,1406.0,303.0,889.0,129.0,759.0,9043.0,AutoML library for deep learning.,143.0,32,True,2023-01-28 18:46:30.271,1.1.0,58.0,autokeras,,,,['tensorflow'],651.0,638.0,https://pypi.org/project/autokeras,2023-01-28 18:46:30.271,13.0,14050.0,14287.0,,,,,,,,2.0,17787.0,,,,,,,,,,,,,,,,,, +204,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7766.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,41244.0,40236.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,1008.0,2552309.0,2578823.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1139907.0,,,,,2.0,413.0,,,,,,,,,,,,,,,,,, +205,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-02-29 14:03:48.000000,2024-02-29 14:02:13,1151.0,36.0,776.0,61.0,914.0,245.0,1108.0,7043.0,A python library for user-friendly forecasting and anomaly detection on time series.,112.0,32,True,2024-01-21 16:13:43.000,0.27.2,40.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,536.0,531.0,https://pypi.org/project/u8darts,2024-01-21 16:13:43.000,5.0,24032.0,25327.0,https://anaconda.org/conda-forge/u8darts-all,2024-01-21 21:20:33.765,39934.0,https://hub.docker.com/r/unit8/darts,2024-01-21 16:15:31.089895,,517.0,2.0,,,,,,,,,,,,,,,,,,, +206,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,,2017-09-26 08:00:56.000,2024-02-26 08:44:22.000000,2024-02-25 06:52:03,4339.0,130.0,842.0,142.0,476.0,84.0,765.0,6970.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,32,False,2024-02-25 07:38:59.000,1.8.0,21.0,stanza,stanfordnlp/stanza,,,,2501.0,2501.0,https://pypi.org/project/stanza,,,165800.0,165956.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7338.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +207,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-02-29 00:42:15.000000,2023-12-27 14:04:05,2705.0,5.0,1119.0,209.0,1045.0,19.0,615.0,6488.0,An open source library for deep learning end-to-end dialog systems and chatbots.,76.0,32,True,2023-12-27 14:49:16.000,1.5.0,62.0,deeppavlov,,,,['tensorflow'],376.0,376.0,https://pypi.org/project/deeppavlov,,,10914.0,10914.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,, +208,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,,1594.0,304.0,294.0,152.0,268.0,5361.0,Portfolio and risk analytics in Python.,59.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,998.0,964.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,34.0,10384.0,10563.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12889.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +209,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,,2014-08-14 01:56:16.000,2024-02-24 17:59:41.000000,2024-02-23 15:26:08,1639.0,4.0,827.0,119.0,524.0,125.0,337.0,4732.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,104.0,32,False,2024-01-05 08:47:39.000,0.23.1,29.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],12355.0,12355.0,https://pypi.org/project/mlxtend,,,626444.0,633383.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,298397.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +210,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,,2014-12-17 18:16:59.000,2024-02-29 13:48:32.000000,2024-02-29 11:12:30,29664.0,461.0,1531.0,183.0,2057.0,19.0,1566.0,4694.0,"mlpack: a fast, header-only C++ machine learning library.",311.0,32,False,2023-11-27 18:45:09.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,,,https://pypi.org/project/mlpack,,,4453.0,8276.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,168245.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +211,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-02-25 14:50:44.000000,2024-02-25 14:47:17,3852.0,49.0,550.0,85.0,547.0,102.0,465.0,4654.0,Online machine learning in Python.,110.0,32,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,464.0,432.0,https://pypi.org/project/river,2023-12-05 00:13:21.000,32.0,31019.0,32590.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,53444.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +212,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-02-29 13:55:51.000000,2024-02-28 19:09:22,2154.0,13.0,277.0,44.0,2123.0,332.0,652.0,4636.0,Aim An easy-to-use & supercharged open-source experiment tracker.,61.0,32,True,2024-02-07 09:25:26.000,3.18.1,910.0,aim,conda-forge/aim,,,,468.0,449.0,https://pypi.org/project/aim,2024-02-28 20:09:55.000,19.0,117206.0,118568.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,42240.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +213,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,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,,152.0,76.0,66.0,17.0,120.0,3665.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2023-11-21 23:50:46.000,6.1.3,49.0,ftfy,conda-forge/ftfy,,,,17820.0,17168.0,https://pypi.org/project/ftfy,2023-11-21 23:50:46.000,652.0,4189122.0,4196727.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,281385.0,,,,,2.0,,5.0,,,,,,,,,,,,,,,,, +214,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-02-29 13:21:01.000000,2024-02-27 10:53:12,8482.0,106.0,682.0,100.0,13146.0,38.0,811.0,3625.0,State of the Art Natural Language Processing.,112.0,32,True,2024-02-27 13:48:42.000,5.3.0,100.0,spark-nlp,,,,['spark'],,,https://pypi.org/project/spark-nlp,,,3925818.0,3925818.0,,,,,,,,2.0,,-4.0,,,,,,,,,,,,,,,,, +215,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-02-23 23:38:39.000000,2024-02-23 23:38:38,1423.0,31.0,453.0,54.0,768.0,40.0,473.0,3565.0,NeuralProphet: A simple forecasting package.,52.0,32,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],397.0,392.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,82757.0,82757.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +216,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,,672.0,186.0,737.0,262.0,669.0,3398.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,32,True,2020-10-21 13:39:07.000,2.1.2,9.0,dyNET,,,,,255.0,255.0,https://pypi.org/project/dyNET,,,255533.0,255702.0,,,,,,,,3.0,14948.0,,,,,,,,,,,,,,,,,, +217,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,,576.0,77.0,78.0,63.0,161.0,3035.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,,,,5386.0,5219.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,167.0,2141789.0,2144800.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,240894.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +218,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-02-27 20:07:46.000000,2024-02-27 20:07:45,1636.0,8.0,323.0,60.0,186.0,126.0,192.0,2743.0,The machine learning toolkit for time series analysis in Python.,43.0,32,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1207.0,1158.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,334225.0,363279.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1278419.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +219,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-02-24 11:32:18.000000,2024-02-24 11:32:17,2935.0,13.0,687.0,78.0,854.0,257.0,627.0,2581.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",123.0,32,True,2023-10-16 21:49:45.000,0.1.24,24.0,pgmpy,,,,,903.0,870.0,https://pypi.org/project/pgmpy,2023-10-16 20:46:07.000,33.0,42956.0,42963.0,,,,,,,,2.0,311.0,,,,,,,,,,,,,,,,,, +220,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,3.0,398.0,39.0,149.0,45.0,239.0,2349.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1661.0,1486.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,175.0,1456315.0,1465273.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,250829.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +221,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-02-26 14:51:30.000000,2023-12-18 19:57:13,1353.0,11.0,299.0,22.0,45.0,30.0,200.0,2149.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2023-12-17 19:42:14.000,0.4.5,78.0,explainerdashboard,conda-forge/explainerdashboard,,,,443.0,443.0,https://pypi.org/project/explainerdashboard,,,81065.0,82191.0,https://anaconda.org/conda-forge/explainerdashboard,2023-12-17 21:59:52.942,42806.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +222,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-02-29 14:32:47.000000,2024-02-29 14:11:48,1297.0,88.0,370.0,58.0,1224.0,107.0,612.0,1535.0,The official Python client for the Huggingface Hub.,139.0,32,True,2024-02-29 08:24:08.000,0.21.3,66.0,huggingface_hub,conda-forge/huggingface_hub,,,,,,https://pypi.org/project/huggingface_hub,,,26606989.0,26650831.0,https://anaconda.org/conda-forge/huggingface_hub,2024-02-28 17:44:10.924,1578341.0,,,,,2.0,,-4.0,,,,,,,,,,,,,,,,, +223,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-02-23 02:51:07.000000,2024-02-23 02:45:37,1079.0,2.0,227.0,34.0,251.0,50.0,271.0,1495.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,,,,7403.0,7403.0,https://pypi.org/project/pmdarima,,,2250742.0,2276637.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1035801.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +224,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-02-23 12:54:27.000000,2024-02-23 12:54:19,825.0,8.0,327.0,120.0,777.0,215.0,166.0,1452.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",84.0,32,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3581.0,3551.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,30.0,878431.0,878431.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +225,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-02-28 03:45:34.000000,2024-02-21 11:27:06,13168.0,364.0,279.0,35.0,1751.0,463.0,623.0,986.0,Python package for earth-observing satellite data processing.,150.0,32,False,2024-02-21 11:29:00.000,0.47.0,93.0,satpy,conda-forge/satpy,,,,138.0,120.0,https://pypi.org/project/satpy,2024-02-21 11:29:00.000,18.0,43058.0,47213.0,https://anaconda.org/conda-forge/satpy,2024-02-21 15:57:59.122,182841.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +226,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,9.0,107.0,32.0,60.0,71.0,79.0,917.0,Describing statistical models in Python using symbolic formulas.,19.0,32,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,92400.0,89643.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,2757.0,13580829.0,13915581.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,9707809.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +227,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-01-07 01:32:14.000000,2023-07-13 08:50:20,531.0,,2708.0,386.0,119.0,228.0,561.0,24564.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],667.0,661.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,14124.0,73050.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,79374.0,,,,,2.0,2983290.0,,,,,,,,,,,,,,,,,, +228,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4991.0,496.0,152.0,1023.0,1353.0,20555.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,31,False,2023-04-02 07:43:27.000,0.7,1.0,insightface,,,,['mxnet'],1726.0,1726.0,https://pypi.org/project/insightface,,,494518.0,707481.0,,,,,,,,2.0,2129631.0,-4.0,,,,,,,,,,,,,,,,, +229,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-02-27 18:18:23.000000,2024-02-27 17:44:34,10407.0,9.0,1869.0,350.0,3421.0,128.0,1133.0,8385.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,334.0,31,True,2023-07-19 14:18:35.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,,,https://pypi.org/project/vowpalwabbit,,,50834.0,54342.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,140335.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +230,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-02-24 03:08:37.000000,2024-02-19 11:28:54,1141.0,24.0,1229.0,146.0,160.0,247.0,1235.0,8122.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,138.0,31,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],736.0,722.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,4256.0,7979.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,189896.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +231,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-02-21 13:48:22.000000,2023-12-28 06:35:09,2895.0,2.0,1603.0,87.0,1628.0,307.0,1823.0,8071.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",118.0,31,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1130.0,1126.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,4.0,1756.0,1756.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +232,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-01-28 10:39:22.145000,2024-01-28 09:33:25,550.0,3.0,1203.0,168.0,428.0,63.0,470.0,8011.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],98.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,77.0,240678.0,270331.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1334425.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +233,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-02-27 23:57:39.000000,2024-02-27 04:01:01,1559.0,83.0,636.0,81.0,672.0,98.0,232.0,7990.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",45.0,31,False,2024-02-17 01:29:14.000,2.6.0,25.0,cleanlab,conda-forge/cleanlab,,,,280.0,270.0,https://pypi.org/project/cleanlab,2024-02-17 01:29:14.000,10.0,12014.0,12606.0,https://anaconda.org/conda-forge/cleanlab,2024-02-18 22:31:50.965,20154.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +234,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,828.0,7342.0,Automated Machine Learning with scikit-learn.,88.0,31,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],582.0,543.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,17849.0,18466.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,20978.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,, +235,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-02-28 17:31:02.000000,2024-02-26 07:53:52,358.0,4.0,1455.0,135.0,132.0,11.0,318.0,7331.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2516.0,2397.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,119.0,275787.0,275788.0,,,,,,,,2.0,143.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,, +236,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-02-28 21:03:47.000000,2024-02-27 04:15:58,5936.0,94.0,931.0,111.0,1619.0,86.0,629.0,7293.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-02-27 08:59:42.000,2.8.1,119.0,perspective-python,conda-forge/perspective,,,['jupyter'],119.0,115.0,https://pypi.org/project/perspective-python,,,9483.0,22018.0,https://anaconda.org/conda-forge/perspective,2024-02-27 15:34:19.566,521743.0,,,,,2.0,2313.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,348.0,2024-02-27 07:08:02.353,4.0,,,,,,,,,, +237,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-02-29 11:30:08.000000,2024-02-23 18:54:58,2108.0,44.0,820.0,100.0,2351.0,320.0,901.0,6889.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",117.0,31,True,2023-11-30 05:58:09.000,1.0.0,1407.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",10.0,2.0,https://pypi.org/project/autogluon,2024-02-29 09:05:30.000,8.0,125852.0,125976.0,,,,https://hub.docker.com/r/autogluon/autogluon,2023-07-26 19:13:58.158186,17.0,6833.0,2.0,,,,,,,,,,,,,,,,,,, +238,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,,1798.0,198.0,206.0,12.0,1343.0,6293.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,31,True,2019-01-18 19:18:13.000,doc-v0.9.0.1,3.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1477.0,1477.0,https://pypi.org/project/tensorpack,,,9816.0,10186.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10329.0,,,,,3.0,162.0,,,,,,,,,,,,,,,,,, +239,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-02-19 12:55:24.000000,2024-02-19 12:55:23,1086.0,6.0,368.0,81.0,527.0,54.0,453.0,5576.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,31,True,2023-09-04 10:10:59.000,0.15.0,15.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1128.0,1128.0,https://pypi.org/project/skorch,,,88888.0,107879.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,778640.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +240,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-01-31 21:54:07.762000,2024-01-31 21:05:41,785.0,11.0,374.0,74.0,283.0,59.0,508.0,4467.0,Visualizer for pandas data structures.,30.0,31,True,2024-01-31 21:35:10.000,3.10.0,180.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1058.0,1035.0,https://pypi.org/project/dtale,2024-01-31 21:35:10.000,23.0,57472.0,63374.0,https://anaconda.org/conda-forge/dtale,2024-01-31 21:54:07.762,265614.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +241,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1009.0,153.0,115.0,95.0,79.0,4458.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,,,3.0,imutils,conda-forge/imutils,,,,40911.0,40911.0,https://pypi.org/project/imutils,,,475003.0,478622.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,155629.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +242,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,71.0,367.0,97.0,460.0,4140.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,31,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,2985.0,2875.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,110.0,34413.0,34585.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4650.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +243,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-01-13 11:36:10.000000,2023-11-02 13:49:44,662.0,,822.0,150.0,126.0,124.0,104.0,3954.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,3104.0,3054.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,50.0,80559.0,81205.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,23285.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +244,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-02-23 15:34:40.000000,2024-02-20 18:46:12,1088.0,12.0,351.0,60.0,1343.0,125.0,174.0,3816.0,A Python toolbox for performing gradient-free optimization.,54.0,31,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,658.0,625.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,33.0,69592.0,70614.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,45991.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +245,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,324.0,66.0,75.0,10.0,121.0,2972.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,12514.0,12128.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,386.0,1299509.0,1303588.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,354902.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +246,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-02-18 01:07:41.000000,2024-02-18 01:07:40,1284.0,11.0,275.0,53.0,219.0,51.0,415.0,2927.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,36.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,671.0,655.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,230314.0,252173.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,961831.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +247,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-02-13 20:21:30.000000,2023-11-29 20:31:13,1079.0,,382.0,62.0,488.0,202.0,269.0,2796.0,A Hyperparameter Tuning Library for Keras.,60.0,31,True,2023-11-07 19:38:18.000,1.4.6,34.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],3337.0,3275.0,https://pypi.org/project/keras-tuner,2023-11-07 19:38:18.000,62.0,176624.0,177570.0,https://anaconda.org/conda-forge/keras-tuner,2023-11-10 05:23:26.167,28383.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +248,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-02-21 11:39:19.000000,2024-02-02 23:52:02,700.0,1.0,249.0,40.0,807.0,72.0,283.0,2786.0,PyTorch extensions for high performance and large scale training.,73.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4360.0,4294.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,456564.0,462977.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,173165.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +249,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-02-29 14:51:43.000000,2024-02-28 14:11:24,814.0,30.0,330.0,40.0,888.0,39.0,272.0,2769.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",43.0,31,True,2024-02-28 13:13:32.000,0.8.0,14.0,python-doctr,,,,"['tensorflow', 'pytorch']",258.0,255.0,https://pypi.org/project/python-doctr,2024-02-28 13:13:32.000,3.0,21754.0,90391.0,,,,,,,,2.0,2470959.0,,,,,,,,,,,,,,,,,, +250,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-02-23 07:05:22.000000,2021-10-12 13:32:38,1570.0,,513.0,65.0,546.0,303.0,393.0,2711.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,31,False,2021-10-12 15:33:19.000,0.9.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,278.0,,https://pypi.org/project/scikit-optimize,2021-10-12 14:23:01.204,278.0,585491.0,594371.0,https://anaconda.org/conda-forge/scikit-optimize,2023-06-16 13:23:01.487,701547.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +251,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-02-28 22:18:23.853000,2024-02-28 16:43:18,972.0,9.0,221.0,39.0,528.0,71.0,172.0,2702.0,JAX-based neural network library.,80.0,31,True,2024-02-28 18:11:27.000,0.0.12,14.0,dm-haiku,conda-forge/dm-haiku,,,,1729.0,1729.0,https://pypi.org/project/dm-haiku,,,170147.0,170561.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,14904.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,, +252,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-02-29 13:24:38.000000,2024-02-22 08:02:34,1159.0,37.0,232.0,28.0,1001.0,98.0,410.0,2690.0,A python library for self-supervised learning on images.,38.0,31,True,2024-02-20 18:16:43.000,1.5.0,114.0,lightly,,,,['pytorch'],221.0,214.0,https://pypi.org/project/lightly,2024-02-20 18:16:43.000,7.0,24972.0,24972.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +253,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-02-06 22:15:06.000000,2023-11-20 19:03:21,997.0,,478.0,57.0,136.0,341.0,165.0,2634.0,A high performance implementation of HDBSCAN clustering.,87.0,31,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3375.0,3144.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,231.0,536071.0,581304.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1809343.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +254,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-02-29 08:15:38.000000,2024-02-29 07:50:24,5558.0,140.0,699.0,89.0,5780.0,201.0,852.0,2058.0,TFX is an end-to-end platform for deploying production ML pipelines.,182.0,31,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,2023-09-06 22:01:30.000,14.0,52167.0,52167.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +255,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-02-16 18:56:52.000000,2023-12-27 10:12:23,938.0,2.0,210.0,49.0,309.0,127.0,123.0,1735.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,31,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,7187.0,7024.0,https://pypi.org/project/evaluate,2023-10-13 15:54:47.000,163.0,2322669.0,2322669.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +256,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-02-28 17:36:05.000000,2024-02-27 19:12:34,4150.0,12.0,1075.0,154.0,1094.0,51.0,619.0,1723.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,42.0,arcgis,,esridocker/arcgis-api-python-notebook,,,37.0,4.0,https://pypi.org/project/arcgis,2024-02-28 17:36:05.000,33.0,123717.0,123835.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,10560.0,,,,,,,,,,,,,,,,,, +257,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1576.0,Python Geocoder.,73.0,31,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,9705.0,9171.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,534.0,396766.0,398406.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,137776.0,,,,,3.0,,,,,,,,,,,,,,,,,,,geocoder +258,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-02-26 16:13:44.000000,2024-02-20 17:47:12,711.0,11.0,310.0,44.0,364.0,71.0,207.0,1563.0,Training PyTorch models with differential privacy.,76.0,31,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],758.0,738.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,20.0,96252.0,96770.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,12923.0,,,,,2.0,107.0,,,,,,,,,,,,,,,,,, +259,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-02-29 14:34:37.000000,2024-02-29 14:23:32,3865.0,231.0,46.0,164.0,506.0,133.0,377.0,1424.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2023-12-28 14:30:03.000,4.2.0,68.0,lets-plot,,,,,65.0,63.0,https://pypi.org/project/lets-plot,2023-12-28 13:56:03.000,2.0,23357.0,23368.0,,,,,,,,2.0,600.0,,,,,,,,,,,,,,,,,, +260,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-02-13 16:56:19.000000,2024-02-13 16:56:18,939.0,10.0,427.0,87.0,219.0,49.0,235.0,1404.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2647.0,2277.0,https://pypi.org/project/emcee,2023-02-02 20:53:47.943,370.0,143661.0,147123.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,322018.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +261,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-02-27 22:26:43.000000,2024-02-17 20:23:05,1534.0,19.0,162.0,17.0,786.0,104.0,444.0,1255.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,31,True,2023-09-18 03:57:15.000,0.26.0,52.0,pyjanitor,conda-forge/pyjanitor,,,,554.0,554.0,https://pypi.org/project/pyjanitor,,,57548.0,61741.0,https://anaconda.org/conda-forge/pyjanitor,2024-02-21 02:58:22.491,188703.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +262,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-02-01 19:43:14.000000,2024-01-05 16:06:48,1120.0,14.0,277.0,45.0,512.0,27.0,182.0,1237.0,ARCH models in Python.,35.0,31,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,1499.0,1429.0,https://pypi.org/project/arch,2024-01-05 08:24:51.000,70.0,301079.0,307479.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,281611.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +263,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-02-28 22:42:53.000000,2024-02-28 22:42:52,930.0,13.0,214.0,59.0,99.0,44.0,173.0,982.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1718.0,1662.0,https://pypi.org/project/tensorflow-transform,2023-08-11 23:14:04.000,56.0,681005.0,681005.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +264,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-02-25 21:44:00.000000,2024-02-25 21:43:59,658.0,32.0,96.0,23.0,509.0,319.0,404.0,903.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-01-30 08:44:06.000,0.9.2,19.0,hvplot,conda-forge/hvplot,,,,4490.0,4490.0,https://pypi.org/project/hvplot,,,157470.0,169518.0,https://anaconda.org/conda-forge/hvplot,2024-01-30 08:55:28.301,530131.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +265,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-01-01 17:28:43.000000,2023-11-06 00:17:47,493.0,,122.0,33.0,127.0,27.0,74.0,865.0,Python bindings and utilities for GeoJSON.,56.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17847.0,16574.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,1273.0,1609179.0,1674407.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,782738.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +266,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-02-27 10:18:01.000000,2024-02-27 03:35:48,1055.0,7.0,170.0,35.0,115.0,31.0,60.0,711.0,Snowball compiler and stemming algorithms.,34.0,31,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6837.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,6832.0,12297158.0,12382509.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7681661.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +267,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-02-29 14:43:04.000000,2024-02-20 09:55:04,163079.0,1862.0,89.0,52.0,2073.0,105.0,284.0,673.0,TensorFlow ROCm port.,4559.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,7927.0,7927.0,,,,,,,,3.0,21.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,, +268,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2023-12-15 12:50:52.000000,2023-12-15 12:50:52,282.0,4.0,107.0,24.0,52.0,35.0,56.0,471.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,31,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,18890.0,18521.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,369.0,2049801.0,2068352.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,742049.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +269,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,,2010.0,286.0,3401.0,50.0,1494.0,10409.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:16:41.000,1.7.2,23.0,parlai,,,,['pytorch'],21.0,21.0,https://pypi.org/project/parlai,,,2844.0,2844.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +270,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2436.0,458.0,260.0,577.0,362.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,30,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],4812.0,4812.0,https://pypi.org/project/tflearn,,,6504.0,6504.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +271,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-02-27 03:00:33.000000,2024-02-27 03:00:33,2892.0,26.0,2162.0,194.0,417.0,202.0,471.0,8813.0,FinRL: Financial Reinforcement Learning.,109.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,33.0,33.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1445.0,1445.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +272,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-02-09 01:23:36.000000,2024-02-08 01:28:57,1168.0,12.0,1318.0,101.0,628.0,691.0,518.0,7883.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2276.0,2276.0,,,,,4615.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,184628.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +273,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-02-09 09:43:22.000000,2024-02-09 09:43:21,989.0,38.0,890.0,137.0,672.0,128.0,308.0,6593.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,84.0,30,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,344.0,337.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,48038.0,48525.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,18995.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,, +274,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-02-23 14:27:11.000000,2023-01-31 19:40:04,3203.0,,1394.0,191.0,784.0,40.0,423.0,6031.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'],613.0,601.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,1307.0,1477.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7500.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +275,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-02-13 20:24:20.000000,2024-01-23 12:41:45,154.0,2.0,1058.0,197.0,99.0,145.0,298.0,5798.0,Official Kaggle API.,37.0,30,True,2024-02-13 20:24:20.000,1.6.6,66.0,kaggle,conda-forge/kaggle,,,,407.0,21.0,https://pypi.org/project/kaggle,2024-02-13 20:24:20.000,386.0,211001.0,214516.0,https://anaconda.org/conda-forge/kaggle,2024-02-07 12:47:17.698,144123.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +276,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-02-22 19:20:29.000000,2024-02-13 22:17:46,593.0,18.0,731.0,85.0,324.0,54.0,317.0,4641.0,Uplift modeling and causal inference with machine learning algorithms.,60.0,30,True,2024-02-22 19:20:29.000,0.15.0,23.0,causalml,,,,,183.0,182.0,https://pypi.org/project/causalml,2024-02-22 19:17:30.000,1.0,81762.0,81762.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +277,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,664.0,88.0,206.0,141.0,356.0,4559.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,30,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1422.0,1372.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,643520.0,645862.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,171029.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +278,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-02-26 10:06:03.000000,2022-09-24 16:20:26,585.0,,892.0,97.0,215.0,103.0,448.0,4548.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3739.0,3680.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,59.0,99251.0,99964.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,19966.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +279,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-02-26 22:48:26.000000,2024-02-07 19:25:54,1447.0,16.0,762.0,75.0,1778.0,298.0,629.0,4125.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,16.0,334683.0,334709.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,731.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +280,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-02-05 02:43:00.000000,2023-12-19 14:36:52,3303.0,29.0,525.0,121.0,370.0,66.0,737.0,3931.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,,,12.0,dedupe,conda-forge/dedupe,,,,316.0,316.0,https://pypi.org/project/dedupe,,,76032.0,77683.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,42937.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +281,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-02-29 09:23:06.000000,2024-02-28 07:18:25,15371.0,48.0,493.0,71.0,3420.0,839.0,1544.0,3818.0,cuML - RAPIDS Machine Learning Library.,168.0,30,True,2024-02-13 16:00:26.000,24.02.00,37.0,cuml,,,,,7.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,7.0,2249.0,2249.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +282,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,3.0,267.0,47.0,50.0,26.0,94.0,3768.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,,,,4959.0,4824.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,135.0,1100167.0,1107307.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,278484.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +283,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-02-19 16:46:43.025000,2023-10-04 07:40:23,3656.0,,448.0,100.0,1044.0,225.0,368.0,3533.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,64.0,bqplot,conda-forge/bqplot,,,['jupyter'],55.0,55.0,https://pypi.org/project/bqplot,,,123357.0,154517.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1260564.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,3148.0,,,,,,,,,,,, +284,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-02-29 11:38:26.000000,2024-02-27 17:05:41,1300.0,8.0,787.0,277.0,1445.0,265.0,514.0,3419.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",153.0,30,True,2024-02-22 21:21:31.000,0.17.1,29.0,torchtext,,,,['pytorch'],,,https://pypi.org/project/torchtext,,,526920.0,526920.0,,,,,,,,2.0,,-4.0,,,,,,,,,,,,,,,,, +285,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,,602.0,78.0,227.0,77.0,405.0,3379.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1299.0,1259.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,40.0,166639.0,180544.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,568960.0,,,,,1.0,704.0,,,,,,,,,,,,,,,,,, +286,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-02-27 17:07:01.000000,2024-02-04 19:23:19,3829.0,5.0,533.0,61.0,882.0,343.0,968.0,3360.0,A highly efficient implementation of Gaussian Processes in PyTorch.,128.0,30,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],1983.0,1890.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,93.0,208108.0,211333.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,145169.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +287,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,3.0,247.0,65.0,52.0,9.0,,3272.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,30,True,2023-12-29 09:27:05.000,4.6.1,27.0,textdistance,conda-forge/textdistance,,,,5870.0,5801.0,https://pypi.org/project/textdistance,2023-12-29 09:26:30.000,69.0,612175.0,619699.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,518296.0,,,,,2.0,996.0,,,,,,,,,,,,,,,,,, +288,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,437.0,94.0,122.0,78.0,348.0,3240.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,30,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1112.0,1052.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,274893.0,277515.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,104917.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +289,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-01-19 20:32:01.000000,2023-11-13 00:15:46,980.0,,570.0,100.0,334.0,32.0,714.0,3224.0,"Fast, flexible and easy to use probabilistic modelling in Python.",72.0,30,True,2023-09-17 19:03:32.000,0.14.9,73.0,pomegranate,conda-forge/pomegranate,,,,1114.0,1055.0,https://pypi.org/project/pomegranate,2023-09-17 19:03:32.000,59.0,49564.0,52738.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,142834.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +290,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-01-20 21:16:47.000000,2024-01-20 14:36:02,469.0,6.0,729.0,119.0,119.0,59.0,369.0,2915.0,"Hidden Markov Models in Python, with scikit-learn like API.",46.0,30,True,2023-04-18 18:59:00.534,0.3.0,12.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2464.0,2318.0,https://pypi.org/project/hmmlearn,2023-04-18 18:59:00.534,146.0,146348.0,151394.0,https://anaconda.org/conda-forge/hmmlearn,2023-10-07 20:19:04.855,206892.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +291,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-02-29 03:32:57.000000,2024-02-26 16:30:48,1104.0,29.0,255.0,31.0,432.0,94.0,319.0,2226.0,Scalable and user friendly neural forecasting algorithms.,36.0,30,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,115.0,110.0,https://pypi.org/project/neuralforecast,2023-10-05 19:40:30.000,5.0,25901.0,26465.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,12994.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +292,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-02-29 02:38:41.000000,2024-02-29 02:34:07,1475.0,106.0,200.0,50.0,245.0,162.0,156.0,2010.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",41.0,30,True,2024-02-29 02:38:41.000,0.33.3,171.0,graphistry,,,,['jupyter'],114.0,108.0,https://pypi.org/project/graphistry,2024-02-29 02:38:41.000,6.0,3613.0,3613.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +293,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2023-12-18 04:15:22.000000,2023-11-17 20:35:45,543.0,,154.0,44.0,76.0,4.0,127.0,1966.0,a python library for doing approximate and phonetic matching of strings.,31.0,30,True,,,14.0,jellyfish,conda-forge/jellyfish,,,,8214.0,8214.0,https://pypi.org/project/jellyfish,,,2624257.0,2642260.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,792148.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +294,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-02-19 01:50:38.000000,2024-02-05 15:04:26,519.0,4.0,433.0,88.0,103.0,82.0,258.0,1952.0,bt - flexible backtesting for Python.,31.0,30,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1623.0,1595.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,28.0,8680.0,9291.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,20796.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +295,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-02-26 11:12:10.000000,2024-02-07 13:16:15,2447.0,5.0,437.0,77.0,1262.0,148.0,682.0,1788.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],658.0,621.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,47763.0,48125.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,25006.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +296,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-02-07 20:20:08.000000,2024-02-07 20:20:03,285.0,8.0,355.0,52.0,77.0,78.0,111.0,1768.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,41.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],5946.0,5784.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,162.0,166835.0,167985.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,78201.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +297,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-02-19 03:06:25.000000,2023-12-31 15:46:16,440.0,10.0,282.0,61.0,102.0,22.0,99.0,1732.0,ffn - a financial function library for Python.,32.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,457.0,426.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,31.0,155311.0,155509.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6763.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +298,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-02-16 20:09:56.000000,2024-02-16 20:09:51,1590.0,4.0,281.0,54.0,137.0,79.0,182.0,1711.0,"CUDA integration for Python, plus shiny features.",81.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2913.0,2688.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,225.0,33920.0,41989.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,282416.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,2024-02-29 14:34:54.000000,2024-02-29 14:26:34,1558.0,161.0,336.0,28.0,1607.0,193.0,101.0,1660.0,Pytorch domain library for recommendation systems.,209.0,30,True,2024-01-30 23:40:14.000,0.6.0,77.0,torchrec-nightly-cpu,,,,,89.0,89.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1622.0,1622.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +300,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,38.0,373.0,52.0,125.0,41.0,421.0,1643.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,30,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,244.0,226.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,18.0,1463.0,1587.0,,,,,,,,1.0,11787.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,, +301,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-02-23 11:33:28.000000,2024-02-23 11:33:27,1117.0,10.0,174.0,21.0,146.0,50.0,124.0,1636.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2023-11-24 08:35:59.000,0.34.1,37.0,audiomentations,,,,,437.0,431.0,https://pypi.org/project/audiomentations,2023-11-24 08:35:59.000,6.0,22335.0,22335.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +302,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-02-28 07:57:29.000000,2024-02-28 07:57:28,3863.0,140.0,269.0,27.0,568.0,85.0,706.0,1613.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,77.0,30,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,73.0,70.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1409.0,1409.0,,,,,,,,2.0,6.0,,,,,,,,,,,,,,,,,, +303,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-02-25 13:02:56.000000,2024-02-25 13:02:55,1246.0,6.0,135.0,30.0,105.0,33.0,250.0,1492.0,Statistical package in Python based on Pandas.,44.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,1860.0,1786.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,64978.0,67550.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,113202.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +304,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,3.0,153.0,32.0,245.0,,,1309.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2023-12-19 07:41:39.000,1.3.4,43.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1502.0,1502.0,https://pypi.org/project/spacy-transformers,,,193815.0,194842.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,27754.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +305,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-02-29 06:31:33.000000,2024-02-27 23:48:23,1942.0,80.0,294.0,23.0,2247.0,48.0,226.0,1134.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,30,True,2024-02-09 18:33:49.000,0.34.1,39.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",86.0,86.0,https://pypi.org/project/raiwidgets,,,5345.0,5345.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +306,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-02-29 12:59:31.000000,2024-02-26 14:12:00,10503.0,173.0,226.0,36.0,1450.0,206.0,343.0,1124.0,Computations and statistics on manifolds with geometric structures.,89.0,30,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,97.0,94.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3911.0,4020.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2183.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +307,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-02-16 20:11:24.000000,2024-02-16 20:11:22,3280.0,7.0,240.0,48.0,351.0,70.0,263.0,1018.0,"OpenCL integration for Python, plus shiny features.",95.0,30,True,2024-01-23 22:08:06.000,2024.1,95.0,pyopencl,conda-forge/pyopencl,,,,2030.0,1815.0,https://pypi.org/project/pyopencl,2024-01-23 22:46:25.000,215.0,97681.0,120079.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,985554.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +308,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-02-29 13:06:30.000000,2023-03-24 22:04:13,811.0,,246.0,41.0,503.0,271.0,253.0,877.0,Scalable Machine Learning with Dask.,77.0,30,True,2023-03-24 22:06:04.422,2023.3.24,35.0,dask-ml,conda-forge/dask-ml,,,,1044.0,969.0,https://pypi.org/project/dask-ml,2023-03-24 22:06:04.422,75.0,491138.0,501702.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,802880.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +309,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-02-18 23:23:58.271000,2024-02-18 18:57:12,1919.0,6.0,226.0,19.0,288.0,47.0,266.0,797.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,30,True,2024-02-18 21:10:04.000,1.4.8,47.0,salib,conda-forge/salib,,,,1133.0,1043.0,https://pypi.org/project/salib,2024-02-18 21:10:04.000,90.0,144806.0,148435.0,https://anaconda.org/conda-forge/salib,2024-02-18 23:23:58.271,145199.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +310,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-02-28 20:02:27.000000,2024-02-06 03:22:42,1674.0,27.0,282.0,42.0,1325.0,271.0,362.0,685.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2024-02-06 04:35:56.000,0.36.0,43.0,tensorflow-io,,,,['tensorflow'],36.0,,https://pypi.org/project/tensorflow-io,2024-02-06 04:34:40.000,36.0,3027573.0,3027573.0,,,,,,,,3.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,2024-02-29 13:51:44.000000,2024-02-29 13:51:44,1932.0,97.0,57.0,20.0,1436.0,27.0,207.0,498.0,The MLOps stack component for experiment tracking.,54.0,30,True,2024-02-15 11:40:48.000,1.9.1,201.0,neptune-client,conda-forge/neptune-client,,,,49.0,,https://pypi.org/project/neptune-client,2024-02-15 11:40:48.000,49.0,569517.0,574622.0,https://anaconda.org/conda-forge/neptune-client,2024-02-15 14:02:29.071,229738.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +312,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-02-13 15:18:25.000000,2024-02-13 15:18:25,17084.0,32.0,113.0,27.0,3566.0,506.0,3380.0,478.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2024-02-02 23:10:48.000,0.19.6,111.0,datalad,conda-forge/datalad,,,,66.0,,https://pypi.org/project/datalad,2024-02-02 23:10:48.000,66.0,20692.0,30304.0,https://anaconda.org/conda-forge/datalad,2024-02-03 04:09:03.909,422945.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +313,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-02-23 07:55:15.000000,2023-11-21 12:31:47,1957.0,,2341.0,275.0,904.0,195.0,672.0,13504.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,29,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,3508.0,3517.0,,,,,,,,2.0,393.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-02-24 20:52:11.000000,2023-04-19 14:13:08,2404.0,,3665.0,604.0,222.0,48.0,,12623.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2008.0,1936.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,72.0,14827.0,14827.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,,1840.0,217.0,46.0,96.0,94.0,8910.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,120392.0,121092.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,30842.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +316,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-02-20 22:38:08.000000,2024-02-20 22:38:05,385.0,2.0,2123.0,286.0,96.0,289.0,446.0,8307.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,29,True,2022-12-20 21:17:57.000,test-resources-v3,12.0,imageai,conda-forge/imageai,,,,1554.0,1554.0,https://pypi.org/project/imageai,,,5994.0,19148.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6850.0,,,,,2.0,909694.0,,,,,,,,,,,,,,,,,, +317,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,2023-02-03 18:46:00.371000,2023-01-19 00:37:33,900.0,,1236.0,154.0,950.0,63.0,783.0,5726.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],82.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,61.0,71082.0,71082.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +318,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,881.0,127.0,38.0,69.0,144.0,5085.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3009.0,2962.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,47.0,762520.0,762841.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14470.0,,,,,1.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,2024-02-28 16:51:53.000000,2024-02-28 16:51:52,1565.0,13.0,821.0,144.0,1470.0,326.0,398.0,4937.0,Simple and Distributed Machine Learning.,116.0,29,True,2023-11-27 22:05:20.000,1.0.2,42.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,2023-11-27 22:05:20.000,3.0,146390.0,146390.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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4694.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2698.0,2652.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,259938.0,259945.0,,,,,,,,2.0,344.0,,,,,,,,,,,,,,,,,, +321,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,444.0,42.0,124.0,64.0,154.0,4252.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,,,,1103.0,1070.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,141567.0,142091.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,16796.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +322,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,2023-12-29 12:20:18.000000,2023-11-11 01:23:34,523.0,,714.0,175.0,80.0,8.0,278.0,4135.0,A python wrapper for Alpha Vantage API for financial data.,42.0,29,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,520.0,488.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,29180.0,29351.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6347.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +323,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-02-28 20:18:22.000000,2024-02-28 20:18:14,1757.0,35.0,554.0,40.0,804.0,464.0,282.0,3489.0,Time series forecasting with PyTorch.,45.0,29,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,69605.0,70924.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,54084.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +324,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-02-24 20:17:14.000000,2024-02-24 20:17:13,454.0,9.0,512.0,112.0,92.0,19.0,101.0,3383.0,Module for automatic summarization of text documents and HTML pages.,31.0,29,True,2022-10-23 16:40:03.000,0.11.0,15.0,sumy,conda-forge/sumy,,,,2520.0,2520.0,https://pypi.org/project/sumy,,,82198.0,82430.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7439.0,,,,,2.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-02-22 15:46:15.000000,2024-02-22 12:17:17,1487.0,17.0,234.0,16.0,1730.0,278.0,726.0,3258.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,,,,,344.0,337.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,43118.0,43146.0,,,,,,,,2.0,803.0,,,,,,,,,,,,,,,,,, +326,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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,399.0,47.0,1084.0,6.0,353.0,3204.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1107.0,1069.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,38.0,115550.0,115550.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +327,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,35.0,363.0,81.0,63.0,154.0,189.0,3122.0,a library for audio and music analysis.,25.0,29,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,471.0,443.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,28.0,6271.0,13955.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,637788.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +328,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-02-29 14:11:16.000000,2024-02-29 10:31:21,561.0,55.0,533.0,36.0,753.0,99.0,616.0,2943.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",72.0,29,True,2024-01-09 12:13:07.000,hazelnut_toy_dataset,28.0,anomalib,,,,,53.0,52.0,https://pypi.org/project/anomalib,2024-01-09 12:13:29.000,1.0,22068.0,22338.0,,,,,,,,2.0,7042.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,2024-02-18 10:55:01.000000,2024-01-30 11:23:03,1150.0,14.0,377.0,47.0,73.0,145.0,465.0,2893.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-01-22 10:04:49.000,1.1.3,86.0,mljar-supervised,conda-forge/mljar-supervised,,,,107.0,105.0,https://pypi.org/project/mljar-supervised,2024-01-22 10:04:49.000,2.0,3951.0,4347.0,https://anaconda.org/conda-forge/mljar-supervised,2024-01-08 10:33:13.792,12693.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,2024-02-29 14:10:40.000000,2024-02-29 00:27:56,7368.0,346.0,332.0,77.0,8548.0,37.0,326.0,2755.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",112.0,29,True,2024-02-20 22:58:40.000,0.28.1,100.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",,,https://pypi.org/project/determined,,,34888.0,35066.0,,,,,,,,3.0,7871.0,,,,,,,,,,,,,,,,,, +331,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-02-14 22:05:03.000000,2024-02-14 22:04:33,2296.0,26.0,717.0,80.0,204.0,187.0,465.0,2694.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'],9.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,9.0,43867.0,43867.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +332,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-02-12 10:37:51.000000,2023-11-11 12:54:41,2661.0,,351.0,36.0,511.0,49.0,213.0,2680.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",61.0,29,True,2023-09-11 23:15:50.000,0.3.9,46.0,textattack,conda-forge/textattack,,,,238.0,233.0,https://pypi.org/project/textattack,2023-09-11 23:15:50.000,5.0,6866.0,7038.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7085.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +333,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2024-02-27 23:13:34.000000,2024-02-14 18:45:43,3498.0,60.0,515.0,109.0,344.0,396.0,673.0,2632.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",80.0,29,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,604.0,584.0,https://pypi.org/project/essentia,2023-10-27 09:13:56.000,20.0,14789.0,14789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +334,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-02-08 10:24:50.000000,2024-02-08 09:50:01,1543.0,30.0,316.0,38.0,320.0,34.0,149.0,2610.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,37.0,29,True,2024-02-08 10:24:50.000,2.4.2,32.0,shapash,,,,['jupyter'],141.0,141.0,https://pypi.org/project/shapash,,,5633.0,5633.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +335,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,,505.0,99.0,1045.0,237.0,297.0,2548.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:16:27.000,0.10.0,15.0,gluonnlp,,,,['mxnet'],1465.0,1465.0,https://pypi.org/project/gluonnlp,,,76695.0,76695.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +336,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-02-08 09:42:44.000000,2024-02-08 09:42:43,2880.0,23.0,1055.0,121.0,504.0,61.0,295.0,2532.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,29,False,2023-04-14 13:35:06.415,8.6.1,45.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],305.0,,https://pypi.org/project/ipyparallel,2023-04-14 13:35:06.415,305.0,271613.0,281821.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,959611.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +337,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,3.0,336.0,44.0,57.0,67.0,207.0,2327.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,29,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],278.0,271.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,6646.0,6646.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +338,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-02-23 15:42:15.000000,2024-02-23 14:33:51,431.0,12.0,813.0,92.0,278.0,190.0,101.0,2262.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",70.0,29,True,2024-02-23 15:42:15.000,0.6.0,11.0,aif360,conda-forge/aif360,,,,389.0,373.0,https://pypi.org/project/aif360,2024-02-23 15:41:55.000,16.0,14955.0,15149.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,7987.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +339,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-02-28 15:46:18.000000,2024-02-28 15:45:58,1631.0,113.0,250.0,67.0,60.0,33.0,186.0,2060.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,29,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,,777.0,777.0,,,,,,,,2.0,,4.0,,,,,,,,,,,,,,,,, +340,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-02-05 12:53:44.000000,2024-02-05 12:53:44,193.0,2.0,251.0,57.0,69.0,48.0,221.0,1911.0,A Python wrapper for the tesseract-ocr API.,30.0,29,True,2023-10-09 13:37:06.000,2.6.2,16.0,tesserocr,conda-forge/tesserocr,,,,942.0,942.0,https://pypi.org/project/tesserocr,,,53843.0,56368.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,131272.0,,,,,2.0,128.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,2024-02-13 19:24:57.000000,2024-02-01 18:50:30,675.0,5.0,400.0,42.0,62.0,19.0,270.0,1846.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,,,,1449.0,1427.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,47269.0,48005.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,30198.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +342,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-02-28 21:12:28.000000,2024-02-14 09:59:51,845.0,14.0,375.0,37.0,868.0,164.0,292.0,1753.0,A Python package to assess and improve fairness of machine learning models.,80.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,29.0,246257.0,247050.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,30962.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +343,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-02-16 16:14:43.000000,2024-02-16 16:14:36,365.0,1.0,256.0,48.0,312.0,232.0,184.0,1728.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,29,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],291.0,290.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,506940.0,506940.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +344,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-02-25 16:47:07.000000,2024-01-11 00:02:53,859.0,28.0,111.0,20.0,350.0,99.0,220.0,1689.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,45.0,29,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,,['jax'],496.0,434.0,https://pypi.org/project/equinox,2024-01-10 21:26:20.000,62.0,92670.0,92670.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +345,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1569.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",77.0,74.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,3.0,95357.0,95605.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13441.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +346,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,174.0,34.0,72.0,19.0,52.0,1427.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2550.0,2535.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,15.0,1603542.0,1604065.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19387.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +347,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-02-20 17:34:51.000000,2024-02-20 16:20:11,3027.0,9.0,260.0,34.0,37.0,2.0,483.0,1203.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,29,True,2024-02-20 16:04:16.000,0.41.0,100.0,ktrain,,,,['tensorflow'],502.0,502.0,https://pypi.org/project/ktrain,,,11267.0,11267.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,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,6.0,407.0,51.0,39.0,16.0,139.0,1203.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,11.0,kmodes,conda-forge/kmodes,,,,2449.0,2449.0,https://pypi.org/project/kmodes,,,281843.0,282713.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,40044.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +349,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-02-13 17:51:32.000000,2024-02-13 17:51:30,1062.0,43.0,206.0,24.0,130.0,23.0,187.0,1036.0,Survival analysis built on top of scikit-learn.,18.0,29,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],449.0,435.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,14.0,58392.0,61204.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,75938.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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,454.0,43.0,176.0,93.0,102.0,1028.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'],1577.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,1577.0,4588289.0,4620300.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2176797.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +351,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-01-10 16:03:56.000000,2024-01-10 16:03:56,666.0,3.0,101.0,14.0,94.0,71.0,62.0,828.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5655.0,5583.0,https://pypi.org/project/pynndescent,2023-11-20 18:50:25.000,72.0,1047350.0,1088186.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1755955.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +352,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-02-28 23:37:18.658000,2024-02-27 18:47:32,3049.0,57.0,110.0,17.0,259.0,11.0,138.0,737.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,753.0,,https://pypi.org/project/mpi4py,2023-10-04 09:04:51.000,753.0,352897.0,411604.0,https://anaconda.org/conda-forge/mpi4py,2024-02-28 23:37:18.658,2328993.0,,,,,2.0,20774.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-02-29 07:14:57.000000,2024-02-29 07:14:56,809.0,18.0,73.0,25.0,374.0,106.0,231.0,554.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2024-02-13 18:23:41.000,1.11.1,57.0,geoviews,conda-forge/geoviews,,,,934.0,894.0,https://pypi.org/project/geoviews,2024-02-13 17:04:04.000,40.0,9815.0,14964.0,https://anaconda.org/conda-forge/geoviews,2024-02-13 18:20:12.882,211120.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +354,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-02-07 14:29:13.000000,2024-02-07 14:27:33,227.0,8.0,56.0,13.0,202.0,13.0,186.0,306.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-02-07 14:29:13.000,3.9.0,71.0,pystan,conda-forge/pystan,,,,9913.0,9650.0,https://pypi.org/project/pystan,2024-02-07 14:29:13.000,263.0,1809974.0,1843649.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2795085.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +355,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,38.0,12.0,69.0,7.0,26.0,209.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,29,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,39632.0,39379.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,253.0,5553048.0,5603129.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2053346.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +356,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,2023-12-23 16:12:25.000000,2023-12-23 16:11:39,302.0,1.0,2664.0,140.0,44.0,113.0,132.0,17177.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,28,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],410.0,404.0,https://pypi.org/project/vit-pytorch,2023-12-23 16:12:25.000,6.0,16787.0,16787.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +357,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-02-29 14:53:04.000000,2024-02-16 10:29:35,2181.0,266.0,996.0,114.0,2570.0,223.0,784.0,16434.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",80.0,28,True,2024-01-29 17:23:33.000,1.7.4,62.0,,,,,,,,,,,,433.0,,,,,,,,2.0,14723.0,,,,,,,,,,,,,,,,,, +358,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4864.0,649.0,372.0,497.0,436.0,15201.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,590.0,551.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,39.0,1045.0,1045.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +359,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-02-28 09:50:07.000000,2023-12-28 07:35:14,2224.0,1.0,2759.0,193.0,3610.0,1292.0,3920.0,11839.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],,,https://pypi.org/project/paddledet,,,624.0,624.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +360,pandas-ai,gventuri/pandas-ai,others,,https://github.com/Sinaptik-AI/pandas-ai,https://github.com/Sinaptik-AI/pandas-ai,MIT,2023-04-22 12:58:01.000,2024-02-29 11:49:23.000000,2024-02-29 07:53:14,724.0,68.0,852.0,81.0,363.0,195.0,280.0,9915.0,"Chat with your data (SQL, CSV, pandas, polars, noSQL, etc). PandasAI makes data analysis conversational using LLMs..",65.0,28,True,2024-02-29 07:55:21.000,2.0,100.0,pandas-ai,,,,,2691.0,2691.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,2.0,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,, +361,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-02-22 06:27:52.000000,2022-11-08 22:11:16,98.0,,1773.0,203.0,72.0,106.0,36.0,9863.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,266482.0,266482.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +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:56:22.000000,2023-05-24 15:56:22,277.0,,876.0,267.0,98.0,78.0,81.0,7298.0,Visualizations for machine learning datasets.,31.0,28,True,2019-07-01 16:35:20.000,1.0.0,4.0,facets-overview,,,,['jupyter'],220.0,220.0,https://pypi.org/project/facets-overview,,,181116.0,181116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +363,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,,1639.0,461.0,698.0,33.0,441.0,7275.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,28,True,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],40.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,40.0,1138.0,1160.0,,,,,,,,2.0,1998.0,,,,,,,,,,,,,,,,,, +364,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1325.0,175.0,46.0,79.0,237.0,6725.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'],33.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,12.0,63649.0,63649.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +365,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,,1156.0,212.0,91.0,194.0,120.0,5601.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,,,,,459.0,439.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,20.0,14178.0,14178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +366,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,,1368.0,206.0,158.0,44.0,227.0,5474.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'],799.0,745.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,54.0,1712.0,1712.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +367,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-02-29 11:27:18.000000,2024-01-31 08:27:01,13654.0,363.0,1559.0,143.0,3570.0,816.0,1064.0,5404.0,An Industrial Grade Federated Learning Framework.,100.0,28,True,2023-12-31 15:27:11.000,2.0.0,48.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,24.0,24.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +368,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-02-20 12:08:38.000000,2024-02-20 12:08:36,610.0,15.0,675.0,109.0,186.0,10.0,341.0,5394.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,28,True,2023-10-15 15:39:44.000,0.3.13,26.0,pytesseract,conda-forge/pytesseract,,,,,,https://pypi.org/project/pytesseract,,,1634646.0,1648533.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,597174.0,,,,,2.0,,-5.0,,,,,,,,,,,,,,,,, +369,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-02-20 16:52:37.000000,2022-08-06 21:47:18,182.0,,421.0,70.0,60.0,101.0,56.0,4307.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,,,,,1266.0,1259.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,171543.0,171543.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +370,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-01-28 08:43:51.000000,2021-05-10 18:34:53,57.0,,406.0,38.0,56.0,118.0,43.0,3921.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'],12930.0,12810.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,152402.0,152402.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +371,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2023-06-16 13:24:02.087000,2023-02-26 20:07:33,189.0,,454.0,73.0,37.0,10.0,121.0,3774.0,Missing data visualization module for Python.,18.0,28,True,2023-02-26 20:11:48.000,0.5.2,6.0,missingno,conda-forge/missingno,,,,15031.0,15031.0,https://pypi.org/project/missingno,,,300832.0,304886.0,https://anaconda.org/conda-forge/missingno,2023-06-16 13:24:02.087,320321.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +372,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-02-22 22:42:56.000000,2024-01-10 09:28:24,484.0,1.0,513.0,36.0,503.0,12.0,,3425.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,37.0,28,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,946.0,933.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,13.0,116764.0,119306.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,53933.0,,,,,2.0,22179.0,,,,,,,,,,,,,,,,,, +373,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-02-22 20:56:35.000000,2024-02-22 20:56:32,1181.0,41.0,465.0,61.0,711.0,3.0,516.0,3353.0,On-device wake word detection powered by deep learning.,37.0,28,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,42.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,14.0,6280.0,6280.0,,,,,,,,3.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-01-10 22:28:30.000000,2023-09-10 15:15:16,1059.0,,234.0,62.0,112.0,6.0,266.0,3128.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,517.0,508.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,14897.0,14913.0,,,,,,,,2.0,992.0,,,,,,,,,,,,,,,,,, +375,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,283.0,34.0,475.0,33.0,30.0,2921.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,28,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1154.0,1108.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,46.0,96358.0,96640.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9589.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +376,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,264.0,52.0,19.0,34.0,97.0,2792.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,28,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2055.0,2035.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,20.0,69452.0,70213.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,27425.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,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,2.0,328.0,47.0,120.0,60.0,135.0,2775.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1078.0,1054.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,136294.0,137977.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,65637.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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,2.0,443.0,126.0,143.0,192.0,247.0,2593.0,PYthon svg GrAph plotting Library.,77.0,28,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,638.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,638.0,357640.0,360546.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,37783.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-02-25 10:33:08.000000,2023-12-03 09:09:14,2415.0,1.0,251.0,27.0,1128.0,75.0,224.0,2533.0,Database system for AI-powered apps.,73.0,28,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,16112.0,37703.0,,,,,,,,3.0,410231.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,, +380,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,,304.0,65.0,14.0,28.0,46.0,2219.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,10822.0,10613.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,209.0,343070.0,343070.0,,,,,,,,2.0,,4.0,,,,,,,,,,,,,,,,, +381,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2024-02-12 11:41:54.000000,2024-02-12 11:41:53,716.0,4.0,247.0,35.0,527.0,138.0,234.0,2039.0,"Algorithms for outlier, adversarial and drift detection.",21.0,28,False,2024-01-22 16:25:25.000,0.11.5,37.0,alibi-detect,,,,,424.0,418.0,https://pypi.org/project/alibi-detect,2024-01-22 16:14:47.000,6.0,27690.0,27690.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +382,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2023-10-27 06:20:12.000000,2023-10-20 21:52:11,1051.0,,211.0,53.0,201.0,27.0,277.0,1572.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,28,True,2023-09-30 19:50:08.000,0.5.3,10.0,scispacy,,,,,847.0,847.0,https://pypi.org/project/scispacy,,,28686.0,28686.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +383,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,379.0,89.0,155.0,1558.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,28,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],52.0,50.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,2.0,2174.0,2174.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +384,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-02-16 09:48:48.000000,2024-02-16 09:33:00,569.0,40.0,410.0,31.0,49.0,16.0,121.0,1352.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,559.0,537.0,https://pypi.org/project/minisom,2024-02-16 09:47:58.000,22.0,24266.0,24266.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +385,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-02-29 02:06:58.000000,2024-02-29 02:06:57,1420.0,32.0,275.0,74.0,104.0,34.0,53.0,1231.0,Model analysis tools for TensorFlow.,57.0,28,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2023-08-14 20:39:41.000,23.0,79693.0,79693.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +386,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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,337.0,71.0,87.0,27.0,26.0,1204.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1451.0,1307.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,144.0,31981.0,32343.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26065.0,,,,,3.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-01-11 20:36:11.000000,2023-12-21 17:09:15,394.0,8.0,177.0,25.0,31.0,4.0,129.0,1172.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],505.0,495.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,10.0,92180.0,92529.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17810.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +388,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,1.0,249.0,40.0,39.0,68.0,590.0,1132.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,,,,654.0,620.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,34.0,91268.0,92681.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,60568.0,,,,,2.0,495.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-02-29 10:14:03.000000,2024-02-27 19:47:08,490.0,12.0,107.0,23.0,330.0,32.0,261.0,1110.0,Extra blocks for scikit-learn pipelines.,62.0,28,True,2024-01-29 20:20:07.000,0.7.4,47.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],139.0,131.0,https://pypi.org/project/scikit-lego,2024-01-29 19:55:10.000,8.0,28871.0,29896.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,46131.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +390,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,,172.0,35.0,86.0,76.0,122.0,891.0,A scikit-learn based module for multi-label et. al. classification.,28.0,28,True,2018-12-10 10:51:36.000,0.2.0,4.0,scikit-multilearn,,,,['sklearn'],1469.0,1469.0,https://pypi.org/project/scikit-multilearn,,,68566.0,68566.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +391,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-02-27 13:46:37.000000,2024-02-07 23:40:03,16569.0,41.0,359.0,44.0,1615.0,284.0,2959.0,844.0,An open-source application for biological image analysis.,143.0,28,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,1.0,1051.0,1105.0,,,,,,,,2.0,6583.0,,,,,,,,,,,,,,,,,, +392,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-01-08 13:33:30.000000,2024-01-08 13:19:20,1302.0,3.0,149.0,50.0,56.0,23.0,65.0,822.0,Computer Vision in Python.,34.0,28,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1337.0,1209.0,https://pypi.org/project/mahotas,2022-06-28 08:11:26.000,128.0,10898.0,19840.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,393477.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-02-06 01:48:14.000000,2024-02-06 01:48:11,3707.0,8.0,319.0,66.0,681.0,37.0,526.0,813.0,The Classical Language Toolkit.,120.0,28,True,2023-12-27 08:38:14.000,1.2.1,74.0,cltk,,,,,255.0,255.0,https://pypi.org/project/cltk,,,2486.0,2486.0,,,,,,,,2.0,55.0,,,,,,,,,,,,,,,,,, +394,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-02-29 10:45:47.000000,2024-01-24 06:11:23,1332.0,31.0,123.0,25.0,455.0,11.0,129.0,786.0,A Comparative Framework for Multimodal Recommender Systems.,18.0,28,True,2023-12-12 07:49:26.000,1.18.0,54.0,cornac,conda-forge/cornac,,,,215.0,199.0,https://pypi.org/project/cornac,2023-12-12 08:02:04.000,16.0,103302.0,111324.0,https://anaconda.org/conda-forge/cornac,2023-12-12 18:26:56.153,352981.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +395,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-02-20 17:00:03.000000,2024-02-20 17:00:01,950.0,14.0,162.0,49.0,83.0,35.0,144.0,747.0,Library for exploring and validating machine learning data.,26.0,28,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",854.0,824.0,https://pypi.org/project/tensorflow-data-validation,2023-08-14 06:58:23.000,30.0,201332.0,201341.0,,,,,,,,3.0,642.0,,,,,,,,,,,,,,,,,, +396,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2024-02-28 15:48:01.000000,2023-10-12 07:20:40,1894.0,,961.0,226.0,455.0,52.0,265.0,15714.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:14:16.000,5.14.0,29.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,,,44218.0,44626.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,15.0,22475.0,2.0,,,,,,,,,,,,,,,,,,, +397,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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,,1387.0,433.0,50.0,98.0,87.0,10325.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,24301.0,24301.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +398,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,352.0,79.0,48.0,231.0,7887.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,725.0,699.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,1080.0,1478.0,,,,,,,,3.0,31070.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,, +399,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,,1500.0,132.0,51.0,155.0,141.0,7679.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,135554.0,214662.0,,,,,,,,2.0,3718105.0,,,,,,,,,,,,,,,,,, +400,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-02-12 19:58:33.000000,2024-02-12 19:58:33,1768.0,7.0,727.0,129.0,268.0,426.0,331.0,6805.0,Uniform Manifold Approximation and Projection.,128.0,27,True,2023-11-18 01:10:29.000,release-0.5.5,28.0,umap-learn,conda-forge/umap-learn,,,,1.0,1.0,https://pypi.org/project/umap-learn,,,812083.0,864533.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2307815.0,,,,,3.0,,-5.0,,,,,,,,,,,,,,,,, +401,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,,1553.0,625.0,2111.0,453.0,1338.0,6332.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:12:12.000,1.0.5,47.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,,,2366.0,2366.0,,,,,,,,3.0,3.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,, +402,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,,1354.0,348.0,14.0,42.0,65.0,6285.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1329.0,1287.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,42.0,12237.0,12237.0,,,,,,,,3.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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,981.0,146.0,93.0,75.0,305.0,6134.0,A Python scikit for building and analyzing recommender systems.,45.0,27,False,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,140403.0,148586.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,351895.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +404,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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,276.0,438.0,221.0,329.0,4810.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'],348.0,308.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,40.0,400.0,400.0,,,,,,,,3.0,16.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-02-28 19:41:40.000000,2023-10-05 16:17:35,6152.0,,516.0,153.0,1905.0,305.0,1328.0,4355.0,ArrayFire: a general purpose GPU library.,88.0,27,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,9.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,9.0,1232.0,1284.0,,,,,,,,2.0,5499.0,,,,,,,,,,,,,,,,,, +406,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,957.0,145.0,30.0,46.0,77.0,4194.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,,,,8187.0,7991.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,196.0,143259.0,143649.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13661.0,,,,,2.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,2023-11-02 03:20:32.000000,2023-11-02 03:20:28,249.0,,816.0,51.0,50.0,62.0,106.0,4017.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,27,True,2023-04-07 19:27:35.000,2.5.3,7.0,facenet-pytorch,,,,['pytorch'],1567.0,1567.0,https://pypi.org/project/facenet-pytorch,,,51386.0,66957.0,,,,,,,,3.0,794158.0,,,,,,,,,,,,,,,,,, +408,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-02-09 09:08:43.000000,2023-09-01 03:04:11,1137.0,,715.0,60.0,1012.0,167.0,738.0,3959.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'],116.0,113.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,4958.0,4958.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +409,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,283.0,226.0,11.0,356.0,3860.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,854958.0,855377.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20968.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +410,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-01-10 12:41:25.000000,2023-10-12 08:57:51,209.0,,308.0,85.0,93.0,43.0,32.0,3453.0,Python library that makes it easy for data scientists to create charts.,25.0,27,True,2023-10-12 09:01:22.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,76.0,76.0,https://pypi.org/project/chartify,,,7814.0,8282.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29517.0,,,,,3.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,2024-02-28 01:35:24.000000,2024-02-21 07:25:31,1402.0,44.0,343.0,71.0,1291.0,93.0,81.0,3334.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,27,True,2024-02-21 07:38:44.000,1.1,15.0,lit-nlp,conda-forge/lit-nlp,,,,29.0,28.0,https://pypi.org/project/lit-nlp,2024-02-21 06:48:57.000,1.0,3363.0,5006.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,67386.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +412,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-02-29 03:26:36.000000,2024-02-21 17:40:12,463.0,15.0,272.0,49.0,456.0,61.0,255.0,3279.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,27,True,2024-01-08 18:51:52.000,0.4.10,23.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-01-08 18:51:52.000,4.0,7048.0,8142.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-01-08 20:24:23.326,38032.0,,,,,2.0,369.0,,,,,,,,,,,,,,,,,, +413,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,,1007.0,167.0,215.0,43.0,146.0,3009.0,Performance analysis of predictive (alpha) stock factors.,25.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,693.0,675.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,18.0,1445.0,1727.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20349.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +414,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,651.0,109.0,72.0,88.0,123.0,2958.0,Productivity Tools for Plotly + Pandas.,38.0,27,False,,,,cufflinks,,,,['pandas'],10165.0,10165.0,https://pypi.org/project/cufflinks,,,79850.0,79850.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +415,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,412.0,64.0,932.0,315.0,745.0,2854.0,StellarGraph - Machine Learning on Graphs.,37.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],262.0,254.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,8.0,4040.0,4040.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-02-27 08:39:25.000000,2024-02-27 08:39:17,1515.0,18.0,604.0,44.0,28.0,1.0,382.0,2741.0,An Open Toolkit for Knowledge Graph Extraction and Construction published at EMNLP2022 System Demonstrations.,31.0,27,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],21.0,21.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,595.0,595.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +417,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-01-22 06:44:51.000000,2024-01-22 06:44:48,3512.0,22.0,329.0,154.0,1166.0,21.0,60.0,2676.0,Neural Network Libraries.,73.0,27,True,2023-12-07 00:57:13.000,1.38.0,73.0,nnabla,,,,,,,https://pypi.org/project/nnabla,,,8601.0,8612.0,,,,,,,,3.0,907.0,,,,,,,,,,,,,,,,,, +418,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-02-26 15:09:42.000000,2024-01-22 22:53:18,1699.0,1.0,420.0,45.0,352.0,26.0,345.0,2626.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",33.0,27,True,2022-04-02 15:26:45.000,3.3.3,70.0,foolbox,conda-forge/foolbox,,,,575.0,561.0,https://pypi.org/project/foolbox,2022-04-02 15:26:45.000,14.0,2129.0,2423.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12682.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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,3.0,601.0,177.0,75.0,23.0,563.0,2608.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,,,,28.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,28.0,36129.0,36829.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38535.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +420,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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,282.0,67.0,59.0,26.0,39.0,2377.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'],4573.0,4495.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,78.0,435705.0,437846.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,169181.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +421,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-02-27 10:07:38.000000,2024-02-12 11:41:49,652.0,4.0,282.0,47.0,640.0,144.0,225.0,2272.0,Algorithms for explaining machine learning models.,20.0,27,False,2024-01-22 16:23:03.000,0.9.5,32.0,alibi,,,,,587.0,561.0,https://pypi.org/project/alibi,2024-01-22 16:14:27.000,26.0,22441.0,22441.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +422,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,65.0,38.0,96.0,160.0,2167.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'],364.0,340.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,24.0,9803.0,9803.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,,245.0,89.0,124.0,31.0,230.0,2159.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 22:46:00.000,0.13.0,29.0,textacy,conda-forge/textacy,,,,1688.0,1688.0,https://pypi.org/project/textacy,,,29457.0,31163.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,138228.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +424,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-02-21 23:17:37.000000,2024-02-21 23:13:33,479.0,9.0,385.0,62.0,153.0,7.0,92.0,2083.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,,,,,595.0,578.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,17.0,42035.0,42035.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +425,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-01-24 14:27:34.000000,2021-07-16 09:03:20,66.0,,463.0,39.0,43.0,64.0,58.0,2053.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'],1985.0,1971.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,57840.0,62317.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,485.0,,,,,3.0,254515.0,,,,,,,,,,,,,,,,,, +426,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-02-16 02:07:00.000000,2024-02-16 02:06:53,862.0,12.0,446.0,62.0,325.0,113.0,92.0,1857.0,Library for training machine learning models with privacy for training data.,58.0,27,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,14838.0,14840.0,,,,,,,,3.0,141.0,,,,,,,,,,,,,,,,,, +427,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-02-27 17:11:43.000000,2024-02-27 17:11:43,1820.0,218.0,120.0,29.0,148.0,18.0,20.0,1788.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2023-09-10 04:20:57.000,0.4.168,144.0,labml,,,,,139.0,133.0,https://pypi.org/project/labml,2023-09-10 04:20:57.000,6.0,4453.0,4453.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,,212.0,36.0,1081.0,25.0,496.0,1726.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],269.0,266.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,3.0,2217.0,2790.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,17217.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,, +429,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,1716.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'],220.0,217.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1580.0,1675.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3233.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +430,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-02-16 22:07:03.646000,2024-02-14 15:12:14,193.0,21.0,194.0,32.0,19.0,2.0,84.0,1588.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,27,True,,,42.0,autoviz,conda-forge/autoviz,,,,626.0,626.0,https://pypi.org/project/autoviz,,,103587.0,105143.0,https://anaconda.org/conda-forge/autoviz,2024-02-16 22:07:03.646,46682.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +431,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-02-29 12:39:44.000000,2024-02-28 18:28:38,6306.0,104.0,277.0,49.0,2581.0,307.0,1357.0,1536.0,cuGraph - RAPIDS Graph Analytics Library.,110.0,27,True,2024-02-13 16:02:14.000,24.02.00,34.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,2.0,214.0,742.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,17973.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +432,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,,2016-10-21 23:14:52.000,2024-02-24 20:25:15.000000,2024-01-08 15:03:19,1840.0,4.0,268.0,45.0,270.0,59.0,192.0,1481.0,TensorLy: Tensor Learning in Python.,66.0,27,False,2023-01-15 00:40:26.000,0.8.0,8.0,tensorly,conda-forge/tensorly,,,,583.0,583.0,https://pypi.org/project/tensorly,,,16226.0,21494.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363547.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +433,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,4.0,567.0,108.0,283.0,16.0,300.0,1478.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,27,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,148.0,146.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,9358.0,9412.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4480.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,,301.0,74.0,742.0,37.0,168.0,1476.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:02.000,0.13.1,13.0,chainercv,,,,,388.0,388.0,https://pypi.org/project/chainercv,,,2284.0,2284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +435,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-02-27 01:45:13.000000,2024-02-27 01:34:52,1492.0,42.0,74.0,19.0,274.0,33.0,58.0,1451.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",31.0,27,True,2024-02-27 01:40:37.743,2.9.1,106.0,usearch,,unum/usearch,,,65.0,51.0,https://pypi.org/project/usearch,2024-02-27 01:45:13.000,4.0,43721.0,52489.0,,,,https://hub.docker.com/r/unum/usearch,2024-02-27 01:40:23.455678,1.0,71.0,3.0,1028.0,,,,usearch,https://www.npmjs.com/package/usearch,8649.0,2024-02-27 01:40:37.743,10.0,,,,,,,,,, +436,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,221.0,47.0,184.0,43.0,120.0,1366.0,Metric learning algorithms in Python.,22.0,27,True,2023-09-29 00:16:16.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],355.0,355.0,https://pypi.org/project/metric-learn,,,14741.0,15000.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11148.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +437,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-02-29 10:49:59.696000,2024-02-28 20:15:02,673.0,6.0,167.0,48.0,161.0,19.0,379.0,1307.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,159.0,154.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,5.0,19693.0,20010.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,11747.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +438,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-02-29 14:24:14.000000,2024-02-29 14:24:12,1020.0,10.0,109.0,25.0,115.0,30.0,52.0,1260.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",23.0,27,True,2023-10-05 02:21:28.000,1.4.1,44.0,imodels,,,,,68.0,64.0,https://pypi.org/project/imodels,2023-10-05 02:20:48.000,4.0,27666.0,27666.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +439,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-02-19 21:52:42.000000,2024-01-31 09:58:21,4206.0,6.0,285.0,82.0,642.0,19.0,608.0,1254.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,39.0,,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,24755.0,37136.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,532420.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,2023-12-24 14:31:48.000000,2023-06-06 09:46:40,415.0,,326.0,40.0,300.0,23.0,200.0,1197.0,A research toolkit for particle swarm optimization in Python.,45.0,27,True,2020-11-14 05:18:38.000,.1.2.0,15.0,pyswarms,,,,,346.0,346.0,https://pypi.org/project/pyswarms,,,23674.0,23674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +441,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-02-15 10:17:47.000000,2024-02-05 13:23:33,777.0,14.0,59.0,13.0,127.0,43.0,110.0,908.0,Visualize large time series data with plotly.py.,12.0,27,True,2024-01-14 18:45:33.000,0.9.2,21.0,plotly-resampler,conda-forge/plotly-resampler,,,,872.0,872.0,https://pypi.org/project/plotly-resampler,,,398700.0,400088.0,https://anaconda.org/conda-forge/plotly-resampler,2024-01-23 20:24:24.113,34723.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +442,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-02-29 10:59:10.000000,2024-02-14 13:54:40,2672.0,73.0,102.0,10.0,521.0,28.0,93.0,826.0,Time series forecasting with scikit-learn models.,10.0,27,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],248.0,240.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,8.0,57925.0,57925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +443,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-02-29 12:52:49.000000,2024-02-29 12:52:39,510.0,50.0,101.0,23.0,94.0,15.0,101.0,650.0,"Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave and AIFF files with python 2..",26.0,27,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,112.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,112.0,24954.0,24954.0,,,,,,,,3.0,,3.0,,,,,,,,,,,,,,,,, +444,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4240.0,1257.0,557.0,755.0,2543.0,17435.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,26,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,2.0,2.0,https://pypi.org/project/cntk,,,607.0,755.0,,,,,,,,3.0,14358.0,,,,,,,,,,,,,,,,,, +445,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,,1148.0,180.0,213.0,24.0,533.0,8608.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,,,,,244.0,,,,,,,,3.0,9057.0,,,,,,,,,,,,,,,,,, +446,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,595.0,140.0,31.0,70.0,54.0,5515.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1572.0,1523.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,49.0,1034605.0,1035032.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18372.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +447,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,240.0,215.0,51.0,200.0,4340.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,52.0,51.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,605.0,701.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3283.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +448,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,103.0,617.0,89.0,606.0,4165.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],87.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,87.0,419731.0,421503.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,74428.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +449,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,424.0,41.0,52.0,74.0,174.0,4068.0,An Open-Source Framework for Prompt-Learning.,22.0,26,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,103.0,101.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,2.0,2367.0,2367.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +450,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-01-03 16:45:49.000000,2024-01-03 16:44:47,1195.0,2.0,402.0,83.0,54.0,57.0,202.0,3330.0,A library of reinforcement learning components and agents.,84.0,26,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],190.0,187.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,961.0,1169.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8142.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,, +451,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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,145.0,237.0,37.0,631.0,3273.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],439.0,437.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,638.0,638.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +452,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-01-23 06:02:21.000000,2023-10-30 16:34:46,179.0,,371.0,162.0,84.0,87.0,101.0,3122.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,7.0,60224.0,60224.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +453,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,1.0,1018.0,217.0,3649.0,415.0,1111.0,2991.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,,,,,,,,,1643.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,129098.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1504.0,3.0,,,,,,,,,,shogun,,,,,,,,, +454,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,167.0,164.0,113.0,2718.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,,,,90.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,90.0,433889.0,435711.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,147651.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +455,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,2023-09-26 21:01:12.000000,2023-09-26 21:01:10,548.0,,468.0,97.0,43.0,82.0,240.0,2707.0,Learning to Rank in TensorFlow.,33.0,26,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,2023-08-11 17:56:48.000,13.0,110741.0,110741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +456,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-02-25 01:28:16.000000,2022-09-28 17:12:28,249.0,,285.0,29.0,319.0,76.0,38.0,2516.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,26,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],847.0,846.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,18816.0,18908.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2768.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +457,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,,710.0,167.0,94.0,134.0,358.0,2456.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,355.0,355.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +458,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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,453.0,38.0,239.0,52.0,279.0,2434.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,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,42307.0,42545.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6199.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +459,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-02-28 21:49:17.000000,2024-02-28 21:03:10,90.0,18.0,317.0,28.0,283.0,45.0,312.0,2312.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,26,True,2024-02-28 21:47:30.000,0.1.2,19.0,adapter-transformers,,,,['huggingface'],28.0,21.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,18479.0,18479.0,,,,,,,,3.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,, +460,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-02-28 20:15:01.000000,2024-01-30 18:07:43,695.0,34.0,228.0,36.0,146.0,7.0,139.0,2249.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,26,True,2023-01-04 21:22:30.000,2.2.0,13.0,norfair,,,,,161.0,161.0,https://pypi.org/project/norfair,,,7394.0,7401.0,,,,,,,,3.0,296.0,,,,,,,,,,,,,,,,,, +461,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-02-21 00:25:26.000000,2024-02-21 00:25:22,649.0,7.0,236.0,65.0,31.0,60.0,93.0,2197.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,95.0,94.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,1829.0,1837.0,,,,,,,,3.0,359.0,,,,,,,,,,,,,,,,,, +462,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-02-15 07:22:33.000000,2024-02-15 07:22:29,387.0,2.0,285.0,56.0,14.0,22.0,78.0,2185.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-02-15 06:43:02.000,0.2.0,149.0,scattertext,conda-forge/scattertext,,,,512.0,502.0,https://pypi.org/project/scattertext,2024-02-15 06:43:02.000,10.0,11560.0,12666.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,86288.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +463,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,492.0,41.0,24.0,66.0,38.0,2099.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,26,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4755.0,4704.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,54310.0,54542.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11171.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +464,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-02-24 02:01:51.000000,2024-01-22 21:33:57,892.0,19.0,134.0,33.0,426.0,56.0,343.0,1782.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,26,True,2024-02-16 03:13:23.000,1.1.4.4alpha,25.0,orbit-ml,,,,,47.0,46.0,https://pypi.org/project/orbit-ml,2024-02-16 23:48:22.000,1.0,31907.0,31907.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +465,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-02-24 02:01:51.000000,2024-01-22 21:33:57,892.0,19.0,134.0,33.0,426.0,56.0,343.0,1782.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,26,True,2024-02-16 03:13:23.000,1.1.4.4alpha,25.0,orbit-ml,conda-forge/orbit-ml,,,,47.0,46.0,https://pypi.org/project/orbit-ml,2024-02-16 23:48:22.000,1.0,31907.0,32106.0,https://anaconda.org/conda-forge/orbit-ml,2023-12-19 05:59:30.209,4981.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +466,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,1.0,275.0,41.0,495.0,172.0,151.0,1724.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,155.0,147.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,34193.0,34199.0,,,,,,,,3.0,433.0,,,,,,,,,,,,,,,,,, +467,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,,156.0,25.0,81.0,42.0,34.0,1669.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:34:19.000,0.13.0,8.0,pyts,conda-forge/pyts,,,,554.0,554.0,https://pypi.org/project/pyts,,,103116.0,103916.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22424.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +468,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-02-27 08:01:27.000000,2024-02-27 07:52:59,823.0,75.0,248.0,47.0,647.0,43.0,63.0,1601.0,A lightweight library for PyTorch training tools and utilities.,113.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,5781.0,5781.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +469,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-02-27 23:12:13.000000,2024-02-27 23:12:12,2823.0,7.0,174.0,26.0,664.0,118.0,439.0,1463.0,A Python library for learning and evaluating knowledge graph embeddings.,37.0,26,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,4418.0,4422.0,,,,,,,,2.0,177.0,,,,,,,,,,,,,,,,,, +470,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-02-19 02:13:41.000000,2024-02-01 16:55:49,1031.0,2.0,169.0,18.0,65.0,29.0,329.0,1439.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,84.0,35250.0,40794.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,243954.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +471,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-02-14 20:47:03.000000,2023-06-07 07:35:59,3033.0,,119.0,37.0,336.0,11.0,187.0,1419.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,294.0,276.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,18.0,47272.0,47272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +472,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,2023-11-29 23:41:32.898000,2023-11-29 13:48:39,684.0,,157.0,24.0,124.0,2.0,128.0,1340.0,"Extensible, parallel implementations of t-SNE.",11.0,26,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,767.0,749.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,18.0,29633.0,35248.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,235843.0,,,,,3.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,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,263.0,76.0,481.0,40.0,198.0,1301.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,944.0,917.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,27.0,6631.0,6702.0,,,,,,,,3.0,5801.0,,,,,,,,,,,,,,,,,, +474,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,,172.0,26.0,36.0,1.0,116.0,1222.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1565.0,1532.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,33.0,21632.0,21632.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +475,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,191.0,42.0,257.0,66.0,212.0,1216.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,434.0,401.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,2150.0,2150.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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1210.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,,,,490.0,449.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,41.0,14956.0,25209.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,789517.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +477,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,,238.0,36.0,68.0,54.0,206.0,1207.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,26,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],120.0,118.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,622.0,627.0,,,,,,,,3.0,92.0,,,,,,,,,,,,,,,,,, +478,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,,83.0,34.0,109.0,7.0,18.0,1155.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],219.0,208.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,1632379.0,1632379.0,,,,,,,,2.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,, +479,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,108.0,21.0,103.0,37.0,73.0,1059.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2219.0,2199.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,20.0,271337.0,272146.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,34015.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +480,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-02-29 06:08:56.000000,2024-02-26 19:04:51,1914.0,74.0,364.0,54.0,486.0,156.0,250.0,1045.0,Machine learning on FPGAs using HLS.,59.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,,1207.0,1383.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7249.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,2024-02-28 20:46:04.000000,2024-02-28 19:15:38,2115.0,227.0,85.0,18.0,776.0,77.0,195.0,1045.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-01-13 02:11:53.000,0.204.0,79.0,metricflow,,,,,22.0,19.0,https://pypi.org/project/metricflow,2024-02-22 22:43:20.000,3.0,33448.0,33448.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,, +482,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-02-29 04:28:06.000000,2024-02-21 18:16:56,799.0,7.0,114.0,30.0,405.0,68.0,313.0,986.0,BAyesian Model-Building Interface (Bambi) in Python.,36.0,26,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,116.0,107.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,9.0,28046.0,28807.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,28945.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +483,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,2.0,236.0,61.0,246.0,22.0,365.0,951.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,,,,575.0,535.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,40.0,21835.0,22542.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,28221.0,,,,,3.0,262.0,,,,,,,,,,,,,,,,,, +484,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,8.0,94.0,16.0,193.0,99.0,135.0,644.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,26,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,312.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,312.0,2132123.0,2132267.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,17367.0,,,,,,,,,,,,,,,,,, +485,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-02-29 13:28:25.000000,2024-02-23 12:24:21,571.0,21.0,155.0,31.0,182.0,8.0,98.0,564.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,30.0,26,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],330.0,310.0,https://pypi.org/project/pyriemann,2022-07-17 13:53:18.565,20.0,29178.0,29432.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,5096.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +486,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,,2017-09-15 13:02:42.000,2024-02-28 15:31:33.000000,2024-02-28 15:30:07,322.0,82.0,86.0,19.0,111.0,27.0,76.0,556.0,pyspark methods to enhance developer productivity.,27.0,26,False,2024-02-10 15:53:33.000,0.10.2,4.0,quinn,,,,['spark'],75.0,75.0,https://pypi.org/project/quinn,,,754607.0,754607.0,,,,,,,,3.0,10.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-02-25 21:38:42.000000,2023-08-23 17:20:54,1241.0,,152.0,20.0,703.0,26.0,208.0,475.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,308.0,291.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,5215.0,6454.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,71880.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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,422.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7678.0,7394.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,284.0,169705.0,170570.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39807.0,,,,,2.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-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,12.0,39.0,5.0,15.0,6.0,48.0,319.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,26,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],649.0,617.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,32.0,98501.0,121308.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,912292.0,,,,,3.0,39.0,,,,,,,,,,,,,,,,,, +490,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,1.0,808.0,148.0,1563.0,114.0,125.0,7899.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,139.0,138.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3080.0,3080.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +491,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5768.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,,,,,124.0,121.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,409.0,458.0,,,,,,,,3.0,3721.0,,,,,,,,,,,,,,,,,, +492,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,867.0,124.0,63.0,136.0,74.0,5003.0,Image augmentation library in Python for machine learning.,23.0,25,True,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,744.0,715.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,29.0,7124.0,7124.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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,433.0,61.0,90.0,48.0,88.0,4888.0,Finding duplicate images made easy!.,15.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],93.0,88.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,18365.0,18365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +494,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-01-27 02:58:09.000000,2024-01-27 02:54:23,215.0,2.0,293.0,68.0,179.0,22.0,54.0,4877.0,"A data augmentations library for audio, image, text, and video.",33.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,106.0,102.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2168.0,2168.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-02-29 13:38:22.000000,2024-02-29 08:55:42,3459.0,90.0,597.0,94.0,3809.0,206.0,1355.0,4811.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,88.0,25,True,2024-02-27 17:33:20.000,1.35.0,75.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,159.0,130.0,83.0,101.0,4603.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'],765.0,759.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,563.0,563.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +497,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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,998.0,93.0,63.0,253.0,269.0,4559.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,25,False,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,17246.0,17246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +498,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,925.0,219.0,408.0,115.0,402.0,3847.0,Lightweight library to build and train neural networks in Theano.,72.0,25,False,2015-08-13 21:00:09.000,0.1,1.0,lasagne,,,,,1033.0,1033.0,https://pypi.org/project/lasagne,,,1832.0,1832.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +499,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-02-20 18:33:36.000000,2024-02-20 18:24:36,174.0,3.0,445.0,90.0,78.0,65.0,137.0,3338.0,Generate embeddings from large-scale graph-structured data.,32.0,25,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],3.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,3.0,324090.0,324093.0,,,,,,,,2.0,176.0,,,,,,,,,,,,,,,,,, +500,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-02-27 09:14:15.000000,2024-02-27 09:14:15,4329.0,6.0,562.0,41.0,997.0,214.0,679.0,3093.0,"A unified, comprehensive and efficient recommendation library.",70.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,2265.0,2380.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4499.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +501,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,4.0,246.0,36.0,2015.0,3.0,648.0,2918.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,4730.0,4831.0,,,,,,,,3.0,2630.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,,468.0,98.0,49.0,59.0,253.0,2787.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,,,,707.0,683.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,24.0,2798.0,3122.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15061.0,,,,,3.0,922.0,,,,,,,,,,,,,,,,,, +503,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-02-21 08:50:08.000000,2023-06-30 21:16:10,470.0,,322.0,66.0,316.0,45.0,124.0,2724.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'],51.0,50.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,2332.0,2665.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14689.0,,,,,3.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,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,219.0,50.0,481.0,45.0,70.0,2689.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,,,,,206.0,203.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,20905.0,20906.0,,,,,,,,3.0,66.0,,,,,,,,,,,,,,,,,, +505,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,,314.0,93.0,2157.0,195.0,982.0,2669.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,25,True,2023-01-10 09:30:53.000,0.10.0,100.0,pymars,,,,,,,https://pypi.org/project/pymars,,,35118.0,35118.0,,,,,,,,3.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,,216.0,66.0,42.0,17.0,23.0,2666.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,,,,906.0,901.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,57520.0,57795.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14319.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +507,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,,135.0,29.0,200.0,18.0,73.0,2660.0,HiPlot makes understanding high dimensional data easy.,9.0,25,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,391.0,376.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,15.0,16805.0,20467.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,175804.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-01-22 06:09:24.000000,2023-07-01 21:40:58,1936.0,,331.0,40.0,86.0,28.0,157.0,2407.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,1988.0,1988.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +509,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-02-10 10:19:11.000000,2024-02-10 10:17:50,226.0,9.0,240.0,47.0,92.0,18.0,115.0,2100.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",111.0,108.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,3.0,2739.0,2739.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,, +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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2073.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,56.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,56.0,40294.0,40294.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +511,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,,199.0,29.0,65.0,35.0,83.0,1970.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],319.0,312.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,7044.0,7228.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6821.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +512,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,160.0,61.0,66.0,65.0,129.0,1794.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,381.0,371.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,10.0,567.0,567.0,,,,,,,,3.0,30.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,,299.0,58.0,1313.0,233.0,810.0,1791.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'],102.0,100.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,2.0,612.0,612.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +514,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,,264.0,50.0,87.0,23.0,188.0,1491.0,"Genetic Programming in Python, with a scikit-learn inspired API.",10.0,25,True,2022-05-03 10:56:08.000,0.4.2,2.0,gplearn,conda-forge/gplearn,,,['sklearn'],510.0,510.0,https://pypi.org/project/gplearn,,,5227.0,5375.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6549.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +515,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,91.0,165.0,103.0,224.0,1356.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'],43.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,1.0,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +516,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,1.0,288.0,55.0,63.0,12.0,109.0,1213.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,,,,,1029.0,998.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,31.0,11160.0,11160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +517,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-02-29 14:23:35.000000,2024-02-29 09:34:24,1547.0,140.0,69.0,13.0,417.0,34.0,478.0,1019.0,"dstack is an open-source engine for running GPU workloads. It simplifies development, training, and deployment of gen..",20.0,25,True,2024-02-26 15:35:12.000,0.16.0,177.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-02-26 14:35:40.000,,2637.0,2637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +518,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,974.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],426.0,423.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,15070.0,15070.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +519,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-02-29 13:08:13.000000,2024-02-13 12:59:29,2071.0,1.0,215.0,42.0,586.0,85.0,431.0,971.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,49.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,49.0,55384.0,55912.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18496.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +520,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,,255.0,42.0,72.0,103.0,188.0,914.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,528.0,490.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,38.0,4896.0,4896.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +521,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-02-29 10:25:03.000000,2024-02-29 10:24:59,903.0,42.0,106.0,43.0,105.0,56.0,46.0,617.0,Bias Auditing & Fair ML Toolkit.,21.0,25,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,156.0,149.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,7445.0,7445.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +522,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-02-27 14:46:39.000000,2024-02-22 08:26:09,837.0,9.0,135.0,29.0,86.0,35.0,75.0,586.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,25,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,425.0,401.0,https://pypi.org/project/ml-metadata,2023-08-10 00:37:12.000,24.0,61051.0,61086.0,,,,,,,,3.0,2119.0,,,,,,,,,,,,,,,,,, +523,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-02-23 15:33:13.733000,2024-02-22 17:56:09,3744.0,41.0,69.0,47.0,354.0,21.0,394.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2024-02-22 18:18:24.000,5.0.0,70.0,skll,conda-forge/skll,,,['sklearn'],59.0,41.0,https://pypi.org/project/skll,2024-02-22 17:58:26.000,18.0,597.0,1088.0,https://anaconda.org/conda-forge/skll,2024-02-23 15:33:13.733,13257.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,, +524,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-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,64.0,16.0,13.0,34.0,7.0,511.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,,,,3699.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3699.0,357640.0,364612.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,230085.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +525,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-02-20 10:07:24.000000,2023-12-26 16:13:16,6706.0,25.0,143.0,36.0,394.0,37.0,135.0,367.0,Neuroimaging in Python FMRI analysis package.,69.0,25,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,274.0,223.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,51.0,1626.0,2973.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106483.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +526,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-02-11 07:50:28.337000,2024-02-11 00:53:13,766.0,9.0,85.0,13.0,30.0,7.0,47.0,360.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,392.0,367.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,25.0,97139.0,98775.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,67091.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +527,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-02-29 11:10:22.000000,2024-02-29 11:10:22,530.0,15.0,55.0,40.0,280.0,18.0,60.0,301.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",37.0,25,True,2024-01-16 10:19:37.000,1.2.6,73.0,gokart,,,,,79.0,74.0,https://pypi.org/project/gokart,2024-01-16 10:19:37.000,5.0,4132.0,4132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +528,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,138.0,43.0,141.0,98.0,4934.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'],1123.0,1107.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,677.0,689.0,,,,,,,,3.0,899.0,,,,,,,,,,,,,,,,,, +529,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-02-17 08:10:07.000000,2023-11-19 13:26:15,334.0,,946.0,46.0,33.0,65.0,112.0,4764.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,24,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],188.0,179.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,2355.0,2355.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +530,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,,1370.0,351.0,59.0,51.0,,4259.0,Python Algorithmic Trading Library.,11.0,24,True,,,8.0,pyalgotrade,,,,,203.0,182.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,21.0,715.0,715.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +531,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,,718.0,64.0,247.0,129.0,824.0,3998.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,4575.0,4575.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +532,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,178.0,385.0,33.0,430.0,3810.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +533,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-01-29 16:27:55.000000,2024-01-29 16:24:42,1591.0,10.0,502.0,152.0,609.0,69.0,75.0,3507.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,24,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,,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +534,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,109.0,396.0,3151.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],123.0,122.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,664.0,664.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +535,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,,509.0,110.0,73.0,183.0,117.0,3078.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,,,,,127.0,127.0,https://pypi.org/project/xlearn,,,872.0,935.0,,,,,,,,3.0,4504.0,,,,,,,,,,,,,,,,,, +536,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-01-26 20:28:01.000000,2023-12-09 00:22:24,2360.0,1.0,681.0,164.0,60.0,11.0,705.0,3032.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,24,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,914.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,62125.0,,,,,3.0,4701.0,,,,,,,,,,,,,,,,,, +537,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,,455.0,83.0,245.0,61.0,154.0,3022.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,24,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,2.0,,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,52989.0,52990.0,,,,,,,,3.0,75.0,,,,,,,,,,,,,,,,,, +538,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,,679.0,73.0,25.0,117.0,101.0,2974.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'],2914.0,2885.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,29.0,929.0,929.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +539,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,2017-05-05 02:27:30.000,2023-12-15 03:22:16.000000,2023-12-15 03:22:08,3454.0,1.0,732.0,108.0,3871.0,533.0,855.0,2597.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,24,True,2022-01-25 00:22:00.888,0.11.2,418.0,analytics-zoo,,,,['spark'],5.0,4.0,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,2761.0,2761.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +540,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,,311.0,30.0,695.0,49.0,150.0,2391.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,88.0,87.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,1.0,432.0,432.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +541,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,,645.0,89.0,29.0,25.0,52.0,2310.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,,,,,701.0,521.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,180.0,26236.0,26236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +542,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,,255.0,57.0,56.0,19.0,50.0,2202.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,5.0,pytorch-nlp,,,,['pytorch'],650.0,650.0,https://pypi.org/project/pytorch-nlp,,,6044.0,6044.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +543,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-01-11 20:56:38.000000,2023-10-16 16:49:59,532.0,,198.0,41.0,116.0,62.0,126.0,2126.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,25.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,6059.0,6059.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +544,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,,244.0,69.0,21.0,93.0,66.0,2078.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,279.0,262.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,17.0,28298.0,28298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +545,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-02-22 17:48:29.000000,2024-02-22 17:48:28,2307.0,5.0,236.0,37.0,37.0,13.0,114.0,2053.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,19.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,230.0,224.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,4746.0,5262.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22222.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +546,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,7.0,228.0,43.0,36.0,45.0,24.0,1837.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],452.0,430.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1764.0,2706.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,32054.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +547,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,238.0,49.0,48.0,22.0,91.0,1584.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,343.0,329.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,14.0,1935.0,3985.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35946.0,,,,,3.0,62399.0,,,,,,,,,,,,,,,,,, +548,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,,120.0,29.0,31.0,58.0,50.0,1564.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'],397.0,392.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,5.0,62978.0,62978.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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,1.0,,1530.0,Feature engineering package with sklearn like functionality.,38.0,24,False,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,96.0,,https://pypi.org/project/feature_engine,2023-09-18 14:50:58.000,96.0,142229.0,143286.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,44432.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +550,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,2023-09-20 03:33:51.000000,2023-08-22 14:21:42,580.0,,302.0,55.0,115.0,54.0,30.0,1488.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,,,,,87.0,86.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1456.0,1456.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +551,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,2023-12-07 16:22:32.000000,2023-11-08 21:41:55,157.0,,164.0,101.0,184.0,25.0,25.0,1475.0,fklearn: Functional Machine Learning.,54.0,24,True,2023-11-09 12:58:36.000,3.0.0,29.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,,,621.0,621.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +552,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-02-27 17:15:40.000000,2024-02-27 17:10:19,345.0,5.0,292.0,40.0,253.0,69.0,193.0,1429.0,A framework for Privacy Preserving Machine Learning.,34.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,294.0,294.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +553,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,203.0,54.0,460.0,143.0,293.0,1177.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'],74.0,65.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,577.0,577.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +554,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-02-06 13:53:10.000000,2023-12-24 06:07:13,78.0,2.0,226.0,20.0,18.0,5.0,87.0,1167.0,Implementation of the node2vec algorithm.,13.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,580.0,559.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,21.0,83334.0,83729.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27317.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +555,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,73.0,415.0,75.0,147.0,1146.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,,,,,170.0,160.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,10.0,410.0,410.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +556,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-02-12 12:03:03.000000,2019-08-16 09:00:15,140.0,,107.0,12.0,21.0,17.0,15.0,1049.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5031.0,4728.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,303.0,406372.0,406372.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +557,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,48.0,112.0,52.0,170.0,963.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,336.0,286.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,477.0,477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +558,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-02-02 10:10:24.000000,2024-02-02 10:10:23,729.0,2.0,143.0,16.0,102.0,31.0,234.0,928.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'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,23031.0,28731.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,250811.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +559,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,,2013-12-23 17:02:11.000,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,177.0,40.0,173.0,60.0,174.0,919.0,A Jupyter - Three.js bridge.,30.0,24,False,2022-08-31 09:02:38.000,2.4.1,18.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],30.0,30.0,https://pypi.org/project/pythreejs,,,55662.0,64627.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,523099.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,3341.0,,,,,,,,,,,, +560,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-02-01 14:51:21.000000,2024-02-01 14:45:49,245.0,8.0,106.0,15.0,41.0,35.0,27.0,805.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,550.0,535.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,40891.0,51148.0,,,,,,,,3.0,400026.0,,,,,,,,,,,,,,,,,, +561,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-02-29 08:19:55.000000,2024-02-29 08:19:09,289.0,13.0,248.0,46.0,18.0,9.0,91.0,803.0,Data compression in TensorFlow.,21.0,24,True,2024-02-02 01:53:52.000,2.15.0,24.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,10371.0,10371.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +562,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],51.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,44.0,5508.0,10407.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,310930.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,1061.0,2019-07-21 08:49:48.715,3.0,,,,,,,,,, +563,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-02-20 14:47:11.000000,2024-02-20 14:47:11,597.0,3.0,129.0,16.0,56.0,31.0,122.0,743.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,45.0,11749.0,13760.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,90505.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +564,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,34.0,25.0,34.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,29.0,neupy,,,,,167.0,167.0,https://pypi.org/project/neupy,,,3050.0,3050.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +565,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,75.0,13.0,48.0,22.0,53.0,707.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1326.0,1297.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,278463.0,278646.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5131.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +566,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,2023-09-26 00:20:33.000000,2023-09-26 00:20:33,398.0,,155.0,17.0,72.0,35.0,106.0,679.0,Ternary plotting library for python with matplotlib.,27.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,191.0,164.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,27.0,46976.0,47820.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79349.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,, +567,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,,138.0,132.0,91.0,43.0,67.0,649.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'],204.0,189.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,15.0,15827.0,15827.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +568,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-02-26 20:59:56.000000,2024-02-26 14:52:58,857.0,23.0,80.0,9.0,713.0,89.0,432.0,590.0,Automated modeling and machine learning framework FEDOT.,32.0,24,True,2024-01-23 15:03:23.000,0.7.3,20.0,fedot,,,,,47.0,44.0,https://pypi.org/project/fedot,2024-01-23 13:46:00.000,3.0,1026.0,1026.0,,,,,,,,2.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,, +569,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-02-10 13:12:00.000000,2024-02-10 13:11:04,343.0,28.0,85.0,7.0,19.0,,85.0,530.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,17.0,24,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,67.0,65.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,16223.0,16223.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +570,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,9.0,17.0,11.0,12.0,506.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'],4382.0,4216.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,166.0,1916788.0,1926462.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,890012.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +571,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,1.0,84.0,29.0,318.0,75.0,27.0,364.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],361.0,354.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,38276.0,38276.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +572,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-02-16 21:12:12.000000,2024-02-05 21:45:39,2539.0,28.0,59.0,8.0,238.0,32.0,79.0,256.0,Python recommendation toolkit.,13.0,24,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,103.0,97.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1219.0,1846.0,https://anaconda.org/conda-forge/lenskit,2024-01-22 16:23:58.143,24479.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-01-18 21:14:52.000000,2024-01-03 14:54:33,1095.0,1.0,881.0,117.0,675.0,238.0,542.0,5387.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,23,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,1059.0,1059.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +574,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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1310.0,305.0,208.0,66.0,211.0,4646.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1860.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143274.0,3.0,,,,,,,,,,,,,,,,,,, +575,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,2023-12-31 12:14:36.000000,2021-06-02 09:45:13,150.0,,715.0,101.0,34.0,103.0,113.0,4430.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,23,False,2020-01-08 15:35:45.000,2.2.0,1.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],123.0,123.0,https://pypi.org/project/ISR,,,4641.0,4644.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,233.0,3.0,,,,,,,,,,,,,,,,,,, +576,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,,512.0,137.0,649.0,65.0,198.0,3854.0,Snips Python library to extract meaning from text.,22.0,23,False,2020-01-15 09:51:41.000,0.20.2,58.0,snips-nlu,,,,,,,https://pypi.org/project/snips-nlu,,,2375.0,2375.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +577,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,,529.0,175.0,50.0,65.0,49.0,3474.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],59.0,56.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,124.0,124.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +578,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-02-21 15:32:35.000000,2024-02-21 15:25:29,411.0,5.0,324.0,53.0,414.0,66.0,106.0,3204.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,2.0,vissl,,,,['pytorch'],34.0,34.0,https://pypi.org/project/vissl,,,241.0,241.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +579,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,4.0,221.0,55.0,36.0,73.0,122.0,3095.0,A GUI for Pandas DataFrames.,15.0,23,False,,,2.0,pandasgui,conda-forge/pandasgui,,,['pandas'],348.0,348.0,https://pypi.org/project/pandasgui,,,3555.0,4122.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,21007.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +580,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-02-08 00:07:24.000000,2023-12-15 22:50:38,766.0,1.0,362.0,92.0,547.0,144.0,92.0,2739.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,23,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,9.0,16752.0,16752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +581,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,27.0,350.0,2376.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],62.0,62.0,https://pypi.org/project/kashgari-tf,,,89.0,89.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +582,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,329.0,78.0,55.0,154.0,68.0,2234.0,Multilingual text (NLP) processing toolkit.,26.0,23,False,,,,polyglot,,,,,1185.0,1185.0,https://pypi.org/project/polyglot,,,57976.0,57976.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +583,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,,301.0,67.0,78.0,64.0,68.0,2095.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'],30.0,27.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1849.0,1849.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +584,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,,669.0,82.0,48.0,24.0,64.0,2027.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,493.0,481.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,7161.0,7161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +585,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,,241.0,45.0,33.0,51.0,90.0,1909.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'],164.0,164.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3424.0,3424.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +586,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-02-23 15:41:41.000000,2023-12-04 14:09:45,571.0,1.0,128.0,56.0,448.0,67.0,102.0,1785.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,23,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,97.0,90.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,4668.0,4668.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +587,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-02-04 20:37:53.000000,2024-02-04 20:37:53,1083.0,10.0,261.0,33.0,38.0,24.0,176.0,1730.0,A library for graph deep learning research.,49.0,23,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,371.0,371.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +588,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,,115.0,39.0,11.0,33.0,51.0,1610.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,347.0,335.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,1393.0,1393.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +589,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1607.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,23,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],179.0,171.0,https://pypi.org/project/talos,2022-05-28 10:07:34.000,8.0,990.0,990.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +590,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,204.0,45.0,12.0,4.0,51.0,1559.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,23,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],216.0,214.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,7503.0,7503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +591,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,,259.0,50.0,312.0,99.0,17.0,1503.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,19205.0,19205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +592,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-02-13 09:45:09.000000,2024-02-13 09:48:34,1190.0,21.0,118.0,28.0,68.0,2.0,29.0,1471.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.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,7867.0,7867.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,,,,, +593,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2024-02-25 11:49:36.000000,2024-02-25 11:49:35,1255.0,44.0,111.0,32.0,159.0,71.0,139.0,1384.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.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,,136.0,147.0,,,,,,,,3.0,492.0,,,,,,,,,,,,,,,,,, +594,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,2023-11-06 16:35:34.000000,2023-11-06 15:20:05,206.0,,310.0,50.0,43.0,,,1309.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,23,True,2020-09-13 21:05:45.000,0.8.4,1.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],425.0,425.0,https://pypi.org/project/keras-ocr,,,21786.0,43580.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,310.0,,,,,3.0,893297.0,,,,,,,,,,,,,,,,,, +595,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,,141.0,29.0,63.0,7.0,70.0,1277.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,23,False,,,,livelossplot,,,,['jupyter'],1364.0,1364.0,https://pypi.org/project/livelossplot,,,14365.0,14365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +596,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1263.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],62.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,383.0,383.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +597,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-02-07 11:53:44.000000,2023-12-09 21:53:10,773.0,4.0,182.0,18.0,259.0,77.0,94.0,1244.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,23,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,81145.0,81145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +598,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,,169.0,32.0,86.0,16.0,32.0,1217.0,"A program for financial portfolio management, analysis and optimisation.",11.0,23,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,88.0,88.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,,504.0,504.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +599,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-02-10 16:18:11.000000,2023-10-17 15:42:30,833.0,,310.0,51.0,792.0,6.0,300.0,1197.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,23,True,2023-03-03 07:44:13.000,3.1.34,76.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,,,1149.0,1149.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,, +600,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,185.0,34.0,73.0,3.0,86.0,1031.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'],217.0,208.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,4625.0,4625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +601,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-01-08 07:04:51.000000,2023-03-29 07:39:45,85.0,,83.0,26.0,54.0,32.0,28.0,936.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,True,2020-02-13 09:57:47.000,1.0.6,4.0,youtokentome,conda-forge/youtokentome,,,,614.0,614.0,https://pypi.org/project/youtokentome,,,47191.0,48608.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,41114.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +602,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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,108.0,26.0,36.0,34.0,69.0,873.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],598.0,586.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,23637.0,23637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +603,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,84.0,14.0,77.0,219.0,218.0,851.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,93.0,93.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,3477.0,3477.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,, +604,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-02-19 20:15:43.000000,2024-02-19 20:14:40,472.0,6.0,49.0,8.0,53.0,167.0,233.0,577.0,python binding for libvips using cffi.,16.0,23,True,,,5.0,pyvips,conda-forge/pyvips,,,,673.0,673.0,https://pypi.org/project/pyvips,,,43159.0,45002.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,73725.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +605,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-02-05 23:14:28.000000,2024-01-24 01:39:16,963.0,9.0,173.0,24.0,830.0,101.0,385.0,514.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,23,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1918.0,4271.0,,,,,,,,3.0,72952.0,,,,,,,,,,,,,,,,,, +606,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-02-06 03:34:11.000000,2023-08-10 03:20:53,1214.0,,64.0,7.0,207.0,18.0,109.0,494.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],232.0,227.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3099.0,3099.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +607,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,204.0,277.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,107.0,99.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,859.0,859.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +608,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,545.0,83.0,37.0,59.0,26.0,10733.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,43.0,43.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,849.0,941.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2305.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +609,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7978.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,1059.0,1059.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +610,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,789.0,169.0,1588.0,61.0,74.0,6354.0,A natural language modeling framework based on PyTorch.,234.0,22,False,2020-06-08 23:30:58.000,0.3.3,9.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,,,143.0,148.0,,,,,,,,3.0,354.0,,,,,,,,,,,,,,,,,, +611,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,262.0,68.0,115.0,135.0,6260.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,3.0,107.0,107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +612,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1099.0,97.0,48.0,368.0,280.0,6150.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,22,True,,,,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,,,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +613,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,2.0,729.0,105.0,588.0,59.0,345.0,5770.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,22,True,2020-04-03 19:06:25.000,0.4.0,1.0,t5,,,,['tensorflow'],,,https://pypi.org/project/t5,,,14165.0,14165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +614,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,,779.0,225.0,25.0,8.0,122.0,5323.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'],28.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,8.0,1325.0,1325.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,, +615,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-02-28 16:51:53.000000,2024-02-28 16:51:52,1565.0,13.0,821.0,144.0,1470.0,326.0,398.0,4937.0,Simple and Distributed Machine Learning.,116.0,22,True,2023-11-27 21:27:39.000,1.0.2,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +616,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,2023-04-10 13:46:12.000000,2022-05-30 07:32:06,3344.0,,820.0,232.0,109.0,57.0,620.0,4853.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,22,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,22.0,,,,,,,,3.0,1501.0,,,,,,,,,,,,,,,,,, +617,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-02-27 22:00:43.000000,2023-01-15 11:37:16,279.0,,903.0,112.0,100.0,148.0,347.0,4613.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,2.0,12660.0,12660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +618,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,324.0,74.0,37.0,95.0,74.0,4379.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,590.0,590.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +619,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3866.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,,,,1.0,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,1.0,106.0,130.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1889.0,,,,,3.0,384.0,,,,,,,,,,,,,,,,,, +620,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,654.0,77.0,53.0,176.0,101.0,3361.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'],7.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,7.0,3527.0,3536.0,,,,,,,,3.0,552.0,,,,,,,,,,,,,,,,,, +621,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-01-01 21:29:17.000000,2024-01-01 21:13:34,684.0,1.0,497.0,214.0,16.0,24.0,4.0,3304.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,11.0,11.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,257.0,257.0,,,,,,,,3.0,51.0,,,,,,,,,,,,,,,,,, +622,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,380.0,208.0,9.0,6.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'],146.0,143.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,1510.0,1510.0,,,,,,,,3.0,,,,google-deepmind/trfl,,,,,,,,,,,,,,, +623,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-02-21 03:16:45.000000,2023-11-05 09:58:06,2685.0,,1084.0,132.0,1038.0,52.0,72.0,3057.0,a distributed deep learning platform.,85.0,22,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,65.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,736.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6081.0,3.0,,,,,,,,,,,,,,,,,,, +624,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-02-23 01:59:10.000000,2021-05-06 12:10:38,127.0,,156.0,49.0,61.0,2.0,30.0,3002.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,,,,48.0,48.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,461.0,517.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1422.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +625,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,236.0,43.0,110.0,55.0,64.0,2851.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,True,2021-07-01 16:53:52.000,1.1.0,4.0,texthero,,,,,,,https://pypi.org/project/texthero,,,9369.0,9371.0,,,,,,,,3.0,121.0,,,,,,,,,,,,,,,,,, +626,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-02-28 14:12:10.000000,2024-01-21 06:34:10,937.0,2.0,172.0,20.0,76.0,93.0,170.0,2710.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,22,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,38.0,37.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,861.0,861.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +627,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,,401.0,131.0,136.0,52.0,128.0,2395.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,,,10.0,luminoth,,,,['tensorflow'],52.0,52.0,https://pypi.org/project/luminoth,,,1848.0,2015.0,,,,,,,,3.0,12752.0,,,,,,,,,,,,,,,,,, +628,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,144.0,36.0,126.0,2379.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'],29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +629,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-02-26 15:38:11.000000,2023-06-01 12:18:23,739.0,,307.0,43.0,44.0,83.0,56.0,2108.0,A modular active learning framework for Python.,20.0,22,True,,,13.0,modAL,,,,['sklearn'],,,https://pypi.org/project/modAL,,,316562.0,316562.0,,,,,,,,3.0,29.0,-4.0,,,,,,,,,,,,,,,,, +630,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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,155.0,24.0,33.0,30.0,31.0,1870.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,10.0,ecco,conda-forge/ecco,,,['pytorch'],28.0,28.0,https://pypi.org/project/ecco,,,445.0,614.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4358.0,,,,,3.0,81.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-01-30 11:58:46.000000,2024-01-30 11:58:43,345.0,9.0,335.0,42.0,68.0,156.0,95.0,1844.0,Super easy library for BERT based NLP models.,36.0,22,True,2020-07-09 12:05:40.000,1.8.0,5.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,,,1923.0,1923.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +632,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2024-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,1.0,105.0,37.0,30.0,27.0,78.0,1773.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,27.0,27.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,12391.0,12391.0,,,,,,,,3.0,9.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,,247.0,45.0,14.0,54.0,35.0,1758.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,1.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",250.0,250.0,https://pypi.org/project/hiddenlayer,,,1207.0,1207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +634,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,98.0,45.0,187.0,216.0,1633.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,7.0,899.0,899.0,,,,,,,,3.0,42.0,,,,,,,,,,,,,,,,,, +635,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,288.0,46.0,800.0,71.0,485.0,1591.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,105.0,105.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,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,281.0,74.0,728.0,53.0,64.0,1570.0,An end-to-end PyTorch framework for image and video classification.,77.0,22,True,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,1126.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18755.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +637,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,,188.0,27.0,57.0,21.0,36.0,1259.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'],157.0,152.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,384.0,384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +638,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-02-20 01:14:01.000000,2024-02-04 11:57:04,536.0,52.0,123.0,20.0,246.0,12.0,123.0,1162.0,A standard framework for modelling Deep Learning Models for tabular data.,19.0,22,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,5007.0,5007.0,,,,,,,,1.0,24.0,,,,,,,,,,,,,,,,,, +639,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,66.0,29.0,31.0,12.0,1142.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,9435.0,9435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +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-02-06 06:41:55.000000,2023-07-16 15:16:10,420.0,,146.0,93.0,118.0,33.0,45.0,1127.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,102.0,101.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,710.0,710.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +641,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,86.0,64.0,206.0,1015.0,Line based ATR Engine based on OCRopy.,20.0,22,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,1638.0,1638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +642,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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,109.0,51.0,98.0,41.0,51.0,1009.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'],223.0,215.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,8.0,2112.0,2112.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,2.0,89.0,18.0,73.0,18.0,44.0,933.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,,,,,163.0,159.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,9147.0,9147.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +644,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,,149.0,23.0,46.0,15.0,82.0,906.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2381.0,2366.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,15.0,993.0,993.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,, +645,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,25.0,594.0,63.0,511.0,837.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,4652.0,4652.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +646,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,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,1.0,82.0,19.0,153.0,24.0,82.0,825.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,22,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,2023-10-02 19:57:48.000,1.0,1126.0,1336.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7783.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +647,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,,102.0,29.0,60.0,22.0,74.0,820.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,11.0,mlens,,,,,376.0,376.0,https://pypi.org/project/mlens,,,3615.0,3615.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +648,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,817.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,False,2021-10-03 18:24:15.000,0.1.7,3.0,iterative-stratification,,,,['sklearn'],413.0,413.0,https://pypi.org/project/iterative-stratification,,,128456.0,128456.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-02-05 16:21:42.000000,2023-11-24 10:43:28,313.0,,129.0,20.0,74.0,5.0,64.0,807.0,An intuitive library to extract features from time series.,18.0,22,True,2023-08-23 07:53:53.000,0.1.6,11.0,tsfel,,,,,113.0,113.0,https://pypi.org/project/tsfel,2023-08-22 10:46:05.000,,23390.0,23390.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +650,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,2.0,78.0,26.0,162.0,51.0,62.0,756.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,22,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],53.0,49.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,588.0,588.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +651,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-02-29 13:30:53.000000,2024-02-28 13:18:14,1153.0,31.0,123.0,30.0,970.0,37.0,50.0,755.0,Machine learning framework for both deep learning and traditional algorithms.,36.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,555.0,555.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +652,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,26.0,37.0,25.0,21.0,734.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,66623.0,66623.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,, +653,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,23.0,33.0,662.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],253.0,230.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,85217.0,86948.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,148930.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,, +654,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,1.0,67.0,26.0,433.0,10.0,237.0,630.0,torchbearer: A model fitting library for PyTorch.,14.0,22,True,2023-12-01 18:41:20.000,0.5.5,26.0,torchbearer,,,,['pytorch'],86.0,86.0,https://pypi.org/project/torchbearer,,,480.0,480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +655,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,27.0,23.0,57.0,35.0,598.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,,,,430.0,408.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,22.0,11326.0,11809.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18375.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +656,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,,92.0,27.0,32.0,29.0,6.0,580.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'],376.0,369.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,7.0,14512.0,14512.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +657,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,579.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,5.0,rfpimp,,,,['sklearn'],137.0,137.0,https://pypi.org/project/rfpimp,,,14563.0,14563.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +658,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-02-03 15:37:34.000000,2023-12-07 19:31:40,331.0,1.0,133.0,20.0,44.0,5.0,81.0,538.0,Medical image processing in Python.,18.0,22,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1780.0,1733.0,https://pypi.org/project/MedPy,2019-02-14 17:12:59.000,47.0,15089.0,15805.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,22931.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +659,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-02-17 22:54:21.000000,2023-12-29 21:08:41,477.0,30.0,56.0,26.0,9.0,13.0,34.0,516.0,Active Learning for Text Classification in Python.,6.0,22,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",27.0,27.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,549.0,827.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5294.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +660,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-01-29 11:47:35.000000,2023-03-05 00:16:57,419.0,,97.0,36.0,276.0,70.0,173.0,464.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,76.0,74.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1575.0,1578.0,,,,,,,,3.0,298.0,,,,,,,,,,,,,,,,,, +661,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-01-15 10:30:51.000000,2024-01-15 10:30:46,5151.0,371.0,38.0,13.0,1.0,2.0,80.0,401.0,Deep Learning PyTorch.,1.0,22,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,506.0,506.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +662,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,2.0,48.0,17.0,2.0,11.0,3.0,368.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,,,,,504.0,502.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,2.0,15476.0,15476.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +663,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,,27.0,8.0,4.0,21.0,60.0,283.0,Multiple Imputation with LightGBM in Python.,6.0,22,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,123.0,118.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,24631.0,25012.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11839.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +664,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-02-26 18:33:40.000000,2024-02-19 16:39:08,701.0,46.0,24.0,4.0,268.0,6.0,,278.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,22,False,2024-02-19 16:39:16.000,1.1.254,638.0,upgini,,,,,5.0,5.0,https://pypi.org/project/upgini,2024-02-26 18:33:40.000,,10989.0,10989.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +665,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-02-29 08:36:52.000000,2024-02-29 03:04:30,433.0,33.0,103.0,20.0,451.0,57.0,97.0,255.0,An open-source toolkit for large-scale genomic analysis.,25.0,22,False,2024-02-24 00:15:42.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2022-04-19 23:43:38.000,,59379.0,59485.0,https://anaconda.org/conda-forge/glow,2023-06-16 19:24:57.965,3837.0,,,,,3.0,5.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,13.0,9.0,4.0,12.0,229.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,,,,1038.0,992.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,87228.0,88647.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,56772.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,2021-12-28 13:59:30.000000,2018-07-23 21:04:09,90.0,,26.0,7.0,18.0,3.0,9.0,154.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,7.0,stop-words,,,,,2122.0,2122.0,https://pypi.org/project/stop-words,,,130540.0,130540.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-01-22 00:19:31.000000,2023-02-07 10:12:31,47.0,,2175.0,147.0,89.0,239.0,286.0,12551.0,End-to-End Object Detection with Transformers.,26.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/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,648.0,94.0,150.0,98.0,103.0,8344.0,The user analytics platform for LLMs.,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,997.0,997.0,,,,,,,,3.0,,,,nebuly-ai/nebuly,,,,,,,,,,,,,,, +670,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,,438.0,166.0,120.0,14.0,112.0,2926.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,,,290.0,290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +671,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,,362.0,86.0,4.0,3.0,18.0,2147.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,1.0,381.0,381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +672,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1647.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,133.0,133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +673,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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,15.0,33.0,1634.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'],55.0,49.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,6500.0,6500.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +674,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-01-21 21:25:55.000000,2024-01-21 21:25:55,370.0,2.0,141.0,17.0,70.0,17.0,35.0,1621.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,16.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1599.0,1599.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +675,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-01-29 06:34:18.000000,2024-01-29 06:20:56,908.0,2.0,208.0,57.0,52.0,74.0,149.0,1530.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,36.0,21,True,2019-11-17 09:36:51.000,0.3.4,5.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,,,249.0,280.0,,,,,,,,3.0,2746.0,,,,,,,,,,,,,,,,,, +676,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,,358.0,62.0,47.0,37.0,72.0,1473.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'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,348.0,348.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +677,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,66.0,51.0,23.0,75.0,1466.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,502.0,502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +678,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,,398.0,102.0,36.0,11.0,24.0,1418.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,279.0,279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +679,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-02-19 23:42:32.000000,2022-08-31 13:13:15,103.0,,83.0,41.0,15.0,8.0,27.0,1286.0,A Graph Neural Network Library in Jax.,17.0,21,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],13.0,,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,13.0,9267.0,9419.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4278.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,, +680,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,,219.0,64.0,48.0,36.0,90.0,1249.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,338.0,338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +681,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,2023-12-06 23:24:36.000000,2023-12-06 23:22:36,184.0,1.0,108.0,37.0,25.0,17.0,114.0,1165.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,21,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,5837.0,5837.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +682,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,,208.0,28.0,61.0,54.0,60.0,1059.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,129.0,119.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,10.0,696.0,701.0,,,,,,,,3.0,597.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,1045.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,196.0,196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +684,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-02-29 13:59:46.000000,2024-02-29 13:59:45,84.0,1.0,181.0,24.0,58.0,10.0,27.0,922.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",17.0,21,True,2022-06-14 18:11:08.000,0.2.0,11.0,saliency,,,,['tensorflow'],83.0,77.0,https://pypi.org/project/saliency,2022-06-14 18:11:08.000,6.0,5862.0,5862.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +685,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-02-21 01:44:13.000000,2024-02-01 21:38:56,330.0,1.0,160.0,29.0,110.0,80.0,56.0,874.0,Source code/webpage/demos for the What-If Tool.,20.0,21,True,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,8.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,4.0,2722.0,52662.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2133033.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,1462.0,2021-10-12 17:42:50.869,2.0,,,,,,,,,, +686,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,,160.0,38.0,46.0,43.0,49.0,785.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,98.0,89.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,432.0,432.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +687,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,,127.0,30.0,29.0,21.0,34.0,756.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'],45.0,43.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,2.0,472.0,472.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +688,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,,144.0,25.0,19.0,26.0,5.0,735.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'],616.0,602.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,14.0,39738.0,39897.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6390.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +689,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-02-21 00:34:45.000000,2024-01-08 12:42:48,1503.0,1.0,79.0,35.0,651.0,22.0,118.0,695.0,Scikit-learn style model finetuning for NLP.,23.0,21,True,2019-01-18 20:10:51.000,0.5.14,15.0,finetune,,,,"['tensorflow', 'sklearn']",11.0,11.0,https://pypi.org/project/finetune,,,177.0,177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +690,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,683.0,Python package for stacking (machine learning technique).,,21,False,2019-08-12 16:09:01.000,0.4.0,5.0,vecstack,conda-forge/vecstack,,,,394.0,394.0,https://pypi.org/project/vecstack,,,21863.0,21920.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1883.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +691,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-02-28 10:45:58.000000,2024-01-15 01:52:35,490.0,3.0,105.0,31.0,557.0,197.0,245.0,658.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,3161.0,3161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +692,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,,2015-09-09 13:39:18.000,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,81.0,21.0,8.0,23.0,41.0,642.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,21,False,2018-01-15 18:11:51.000,0.9.0,8.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],407.0,407.0,https://pypi.org/project/pivottablejs,,,20560.0,20590.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2888.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +693,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,13.0,3.0,633.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']",611.0,603.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,20307.0,20307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +694,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,302.0,595.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,291.0,291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +695,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,29.0,31.0,5.0,24.0,561.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1325.0,1325.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +696,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,15.0,550.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,49.0,49.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,11790.0,11790.0,,,,,,,,3.0,5.0,,,,,,,,,,,,,,,,,, +697,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,54.0,11.0,20.0,13.0,37.0,527.0,Joyplots in Python with matplotlib & pandas.,6.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,356.0,347.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,9589.0,10001.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,24335.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +698,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,484.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,,,,,104.0,96.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,4666.0,4666.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,, +699,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,1.0,41.0,12.0,11.0,9.0,52.0,483.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,21,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,32.0,27.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,2318.0,2320.0,,,,,,,,3.0,131.0,,,,,,,,,,,,,,,,,, +700,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,481.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,18314.0,18317.0,,,,,,,,3.0,138.0,,,,,,,,,,,,,,,,,, +701,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-02-29 09:13:04.000000,2024-02-09 08:58:23,1699.0,18.0,68.0,7.0,207.0,46.0,80.0,476.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,23.0,22.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,819.0,825.0,,,,,,,,3.0,150.0,,,,,,,,,,,,,,,,,, +702,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,414.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,127.0,113.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,14.0,4759.0,4759.0,,,,,,,,3.0,90.0,,,,,,,,,,,,,,,,,, +703,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-02-29 11:23:15.000000,2024-02-29 10:57:23,5595.0,16.0,92.0,15.0,742.0,28.0,435.0,406.0,Lightwood is Legos for Machine Learning.,45.0,21,False,2024-01-10 21:22:19.000,23.12.4.0,202.0,lightwood,,,,['pytorch'],2.0,,https://pypi.org/project/lightwood,2023-12-25 13:15:52.000,2.0,4407.0,4407.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +704,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,,27.0,10.0,9.0,2.0,9.0,395.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'],1070.0,1064.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,225915.0,225915.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +705,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,378.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,929.0,929.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +706,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-02-01 02:10:42.000000,2024-02-01 02:10:41,658.0,6.0,60.0,30.0,443.0,11.0,91.0,368.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2023-07-18 13:09:18.000,4.0.0,28.0,vega,conda-forge/vega,,,['jupyter'],4.0,4.0,https://pypi.org/project/vega,,,32476.0,38738.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,576108.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +707,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,,48.0,11.0,37.0,28.0,37.0,344.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,,,,,223.0,217.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,6.0,2827.0,2827.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +708,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,,33.0,18.0,6.0,18.0,21.0,306.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],87.0,86.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1474.0,1474.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,, +709,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-02-26 18:04:51.566000,2024-02-26 17:45:29,646.0,31.0,10.0,22.0,333.0,41.0,78.0,280.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-02-26 13:16:08.000,1.6.5,71.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,2024-02-26 12:44:45.000,1.0,2151.0,7217.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-02-26 18:04:51.566,96799.0,,,,,3.0,5055.0,,,hex-inc/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,656.0,2024-02-26 12:50:57.225,2.0,,,,,,,,,, +710,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,2023-10-06 13:06:28.000000,2023-08-15 07:38:22,956.0,,526.0,167.0,45.0,26.0,28.0,4207.0,High-performance TensorFlow library for quantitative finance.,47.0,20,True,,,4.0,tf-quant-finance,,,,['tensorflow'],,,https://pypi.org/project/tf-quant-finance,,,994.0,994.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +711,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,,475.0,87.0,180.0,108.0,161.0,3543.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,92.0,115.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1325.0,3.0,,,,,,,,,,,,,,,,,,, +712,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,97.0,16.0,53.0,17.0,3358.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,145.0,138.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,535.0,535.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +713,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,,167.0,66.0,54.0,6.0,44.0,3078.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,20,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,259.0,259.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,, +714,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,,316.0,59.0,242.0,173.0,110.0,3049.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,20,True,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,4990.0,5003.0,,,,,,,,3.0,672.0,,,,,,,,,,,,,,,,,, +715,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-02-27 15:19:24.000000,2021-06-15 18:41:51,22.0,,264.0,33.0,21.0,27.0,37.0,2959.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1643.0,1643.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +716,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,102.0,54.0,64.0,48.0,2912.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,655.0,655.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,, +717,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,,327.0,74.0,2.0,18.0,7.0,2903.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,20,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],196.0,188.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,960.0,960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +718,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,,324.0,102.0,1000.0,87.0,260.0,2824.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,,,,,,,,,,,,,,,,,,, +719,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,,827.0,86.0,30.0,45.0,80.0,2633.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,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,7.0,911.0,911.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +720,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,,454.0,127.0,225.0,87.0,183.0,2296.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,106.0,106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +721,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,231.0,62.0,105.0,24.0,56.0,2097.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,2.0,pycls,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pycls,,,1279.0,1279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +722,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,15.0,105.0,2031.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,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,,3684.0,3684.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +723,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,,175.0,55.0,895.0,129.0,586.0,1879.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,19.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +724,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,,2012-01-11 13:53:52.000,2023-07-18 11:41:11.000000,2022-01-30 01:22:30,743.0,,191.0,38.0,111.0,49.0,42.0,1698.0,"Large-scale linear classification, regression and ranking in Python.",17.0,20,False,2022-01-30 01:10:13.000,0.6.2.post0,4.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],147.0,147.0,https://pypi.org/project/sklearn-contrib-lightning,,,2151.0,4409.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,204423.0,,,,,3.0,412.0,,,,,,,,,,,,,,,,,, +725,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,2023-10-11 20:58:29.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,1.0,74.0,1576.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'],,,https://pypi.org/project/delta-nlp,,,16.0,246.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,, +726,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,,128.0,102.0,150.0,15.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2020-05-05 20:16:54.000,0.8.3,1.0,lore,,,,,21.0,21.0,https://pypi.org/project/lore,,,1446.0,1446.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +727,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,,157.0,46.0,3.0,13.0,15.0,1530.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,20,False,2020-11-18 08:18:54.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],24.0,24.0,https://pypi.org/project/lambda-networks,,,1515.0,1515.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +728,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,40.0,13.0,14.0,9.0,1266.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,,,,,120.0,119.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,1.0,2152.0,2152.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +729,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,9.0,186.0,61.0,7.0,13.0,29.0,1029.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,232.0,232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +730,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,56.0,14.0,30.0,19.0,1012.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,,,,184.0,172.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,534.0,781.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8154.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +731,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,130.0,25.0,76.0,43.0,36.0,1006.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,230153.0,230318.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7795.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +732,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,1005.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'],79.0,75.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +733,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,128.0,17.0,24.0,27.0,39.0,806.0,python partial dependence plot toolbox.,7.0,20,True,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,25641.0,26002.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19894.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +734,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,3.0,81.0,14.0,35.0,3.0,23.0,789.0,Leave One Feature Out Importance.,6.0,20,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,31.0,27.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,2748.0,2748.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +735,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-02-23 18:15:40.000000,2024-02-23 18:14:41,183.0,30.0,44.0,10.0,50.0,3.0,13.0,789.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",12.0,20,True,2024-02-23 18:15:40.000,1.1.1,29.0,uform,,,,['pytorch'],18.0,17.0,https://pypi.org/project/uform,2024-02-23 18:15:40.000,1.0,1025.0,1025.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +736,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,25.0,39.0,753.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,,,,,118.0,102.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,16.0,640.0,640.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +737,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,76.0,98.0,51.0,43.0,750.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,18728.0,18728.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +738,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-01-28 21:21:14.000000,2024-01-28 21:21:14,295.0,11.0,107.0,17.0,24.0,,85.0,663.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,20,True,2024-01-28 14:11:58.000,0.0.90,37.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-01-28 14:11:58.000,,5878.0,5878.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +739,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,,53.0,30.0,12.0,11.0,15.0,632.0,Log TensorBoard events without touching TensorFlow.,5.0,20,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,226.0,172.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,54.0,6109.0,6109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +740,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,104.0,24.0,25.0,43.0,61.0,608.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'],162.0,160.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1219.0,1331.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3594.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +741,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,569.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,328.0,324.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,4.0,4524.0,4709.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11482.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +742,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,,164.0,57.0,20.0,39.0,60.0,535.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,33.0,28.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,90.0,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +743,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,,56.0,60.0,9.0,23.0,25.0,521.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,,,,,87.0,86.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,1.0,390.0,390.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,, +744,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,1.0,96.0,26.0,6.0,3.0,31.0,485.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,20,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,1545.0,1545.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +745,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,,106.0,20.0,57.0,27.0,20.0,471.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,66.0,58.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2371.0,2371.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +746,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,19.0,96.0,18.0,9.0,,40.0,434.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,,,,chefboost,,,,,52.0,52.0,https://pypi.org/project/chefboost,,,2286.0,2286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +747,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,,81.0,20.0,247.0,10.0,23.0,400.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1929.0,1929.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,, +748,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,,68.0,24.0,48.0,15.0,19.0,392.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],47.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,47.0,5667.0,6107.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32174.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +749,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,362.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,87.0,83.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4961.0,4962.0,,,,,,,,3.0,64.0,,,,,,,,,,,,,,,,,, +750,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,33.0,184.0,361.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,31.0,17.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,14.0,135.0,135.0,,,,,,,,3.0,,,,yomguy/TimeSide,,,,,,,,,,,,,,, +751,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,26.0,19.0,15.0,16.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'],241.0,235.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,1734.0,1734.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +752,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,2023-03-23 15:39:49.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,41.0,8.0,10.0,287.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,308647.0,308647.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +753,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-02-02 15:32:17.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,166.0,19.0,64.0,236.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,405.0,405.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +754,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-02-08 15:04:35.000000,2024-02-08 15:04:34,493.0,14.0,50.0,14.0,77.0,13.0,35.0,235.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,20,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,9364.0,9364.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +755,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-02-05 07:59:49.000000,2024-02-05 07:59:48,584.0,7.0,32.0,24.0,637.0,21.0,127.0,233.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,2597.0,2617.0,,,,,,,,3.0,995.0,,,,,,,,,,,,,,,,,, +756,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,,19.0,20.0,464.0,90.0,76.0,229.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],73.0,66.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,7.0,18672.0,18672.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +757,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:02:54.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:02:54.000,0.4.6,12.0,pyfasttext,,,,,405.0,405.0,https://pypi.org/project/pyfasttext,,,2111.0,2115.0,,,,,,,,3.0,368.0,,,,,,,,,,,,,,,,,, +758,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,211.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,74.0,72.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,66371.0,66371.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +759,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-02-02 14:55:53.000000,2024-02-02 14:38:52,858.0,20.0,17.0,8.0,181.0,11.0,22.0,150.0,Toolkit for developing and maintaining ML models.,14.0,20,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,,9016.0,9016.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +760,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,11.0,1028.0,120.0,24.0,11.0,352.0,4193.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,19,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +761,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,41.0,43.0,1035.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'],123.0,118.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,1777.0,1777.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +762,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,2.0,292.0,97.0,121.0,59.0,97.0,999.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,19,True,,,6.0,astroML,conda-forge/astroml,,,['sklearn'],,,https://pypi.org/project/astroML,,,1367.0,1909.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42336.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +763,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,,166.0,18.0,42.0,22.0,59.0,876.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,7.0,robustness,conda-forge/robustness,,,,167.0,167.0,https://pypi.org/project/robustness,,,248.0,440.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8074.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +764,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,15.0,24.0,58.0,69.0,846.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,97.0,96.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,621.0,621.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +765,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,,226.0,31.0,38.0,40.0,21.0,830.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,2.0,5989.0,5989.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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,66.0,22.0,47.0,10.0,17.0,748.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,966.0,1910.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22673.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +767,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-01-23 00:12:47.000000,2021-09-16 17:56:31,171.0,,143.0,35.0,81.0,14.0,55.0,609.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'],22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +768,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,4.0,38.0,15.0,18.0,,20.0,585.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,19,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,224.0,224.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +769,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,13.0,22.0,561.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,310.0,310.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +770,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,557.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],135.0,130.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,3603.0,3603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +771,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,,67.0,12.0,10.0,23.0,41.0,528.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,,,,,47.0,47.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,2626.0,2626.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +772,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,1.0,68.0,6.0,5.0,4.0,28.0,522.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,19,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,17.0,15.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1959.0,1959.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +773,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,,30.0,17.0,148.0,39.0,66.0,463.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']",43.0,43.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,455.0,455.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +774,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,24.0,19.0,5.0,20.0,452.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +775,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,19,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],5.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,5.0,2938.0,2938.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +776,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-02-14 13:20:04.000000,2024-02-14 13:19:04,813.0,3.0,24.0,7.0,70.0,26.0,21.0,350.0,Flexible time series feature extraction & processing.,6.0,19,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,12.0,12.0,https://pypi.org/project/tsflex,2022-10-11 21:38:11.312,,378.0,1032.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,20294.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +777,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-02-27 19:48:59.000000,2024-02-27 19:48:54,320.0,4.0,78.0,26.0,330.0,21.0,9.0,329.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,35.0,19,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2022-12-13 19:06:03.653,,1930.0,1930.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +778,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,,128.0,34.0,323.0,81.0,129.0,323.0,Brain Imaging Analysis Kit.,35.0,19,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,1.0,155.0,173.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1811.0,3.0,,,,,,,,,,,,,,,,,,, +779,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,300.0,Textpipe: clean and extract metadata from text.,29.0,19,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,247.0,247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +780,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,2.0,74.0,22.0,431.0,28.0,51.0,266.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,172.0,172.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +781,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,5.0,68.0,28.0,31.0,30.0,113.0,258.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,19,False,2021-10-31 08:33:47.000,1.7.6,13.0,somoclu,conda-forge/somoclu,,,,,,https://pypi.org/project/somoclu,,,1375.0,3487.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,83805.0,,,,,3.0,1856.0,,,,,,,,,,,,,,,,,, +782,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-02-29 14:18:55.000000,2020-04-18 19:15:25,24.0,,976.0,136.0,40.0,31.0,10.0,7612.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,18,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],38.0,36.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,843.0,843.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +783,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,765.0,339.0,58.0,2.0,,6660.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,,81.0,88.0,,,,,,,,3.0,332.0,,,,,,,,,,,,,,,,,, +784,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,870.0,108.0,51.0,46.0,159.0,6183.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +785,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,,412.0,107.0,83.0,67.0,48.0,2931.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'],,,,,,,106.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8541.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +786,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-02-28 20:38:21.000000,2024-02-28 20:38:15,662.0,22.0,378.0,38.0,790.0,149.0,107.0,2820.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,77.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +787,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,68.0,25.0,1004.0,113.0,65.0,1637.0,Version control for machine learning.,17.0,18,False,2021-03-11 20:50:26.000,0.4.2,7.0,keepsake,,,,,,,https://pypi.org/project/keepsake,,,356.0,356.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +788,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,,252.0,57.0,65.0,8.0,31.0,1361.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,37.0,37.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +789,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,,149.0,45.0,5.0,3.0,7.0,1023.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,29.0,23.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,6.0,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +790,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,,133.0,36.0,16.0,8.0,4.0,922.0,Nudity detection with Python.,12.0,18,False,,,,nudepy,,,,,3610.0,3610.0,https://pypi.org/project/nudepy,,,693.0,693.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +791,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,593.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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,228.0,50309.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2053346.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +792,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,6.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +793,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,95.0,28.0,21.0,36.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,18,True,2023-05-07 06:30:08.000,0.1.1.12,1.0,pydlm,,,,,33.0,33.0,https://pypi.org/project/pydlm,,,22006.0,22006.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +794,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-02-20 23:25:19.000000,2024-01-10 08:10:55,2818.0,8.0,60.0,12.0,255.0,9.0,109.0,421.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,18,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,124.0,124.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +795,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,15.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2019-03-05 21:32:47.000,0.4.1,7.0,animatplot,conda-forge/animatplot,,,,58.0,58.0,https://pypi.org/project/animatplot,,,325.0,540.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12910.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +796,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-02-13 08:58:18.000000,2024-02-11 10:10:08,681.0,3.0,63.0,30.0,79.0,15.0,25.0,362.0,A Python implementation of active inference for Markov Decision Processes.,14.0,18,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,159.0,159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +797,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,2022-12-09 05:56:02.000000,2021-08-18 06:06:51,1404.0,,17.0,6.0,217.0,2.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,7.0,18,False,2020-08-21 04:45:06.000,0.7.0,21.0,camphr,,,,['spacy'],13.0,13.0,https://pypi.org/project/camphr,,,553.0,553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +798,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,,51.0,11.0,60.0,17.0,41.0,328.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,38.0,34.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,259.0,259.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +799,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,,71.0,19.0,93.0,25.0,18.0,310.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2061.0,2061.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,, +800,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,13.0,39.0,261.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:07:18.000,0.1.9,10.0,solt,,,,,51.0,51.0,https://pypi.org/project/solt,,,488.0,488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +801,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,31.0,12.0,197.0,21.0,74.0,189.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],33.0,32.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,722.0,722.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +802,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,4.0,11.0,8.0,2.0,,5.0,185.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,18,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,182.0,182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +803,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,127.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,,,,8917.0,8731.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,333760.0,333794.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1084.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +804,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,,1343.0,469.0,21.0,56.0,167.0,6986.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,,,,,,,,,,,,,,, +805,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,29.0,982.0,103.0,28.0,27.0,355.0,3661.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,17,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +806,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,,175.0,22.0,20.0,16.0,30.0,1573.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,17,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,,,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,79.0,80.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,, +807,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,1536.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,,48.0,69.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1686.0,3.0,,,,,,,,,,,,,,,,,,, +808,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,,88.0,35.0,72.0,25.0,30.0,1095.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,,3289.0,3289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +809,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,,114.0,19.0,295.0,3.0,69.0,1046.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,17,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,5.0,5.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +810,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,21.0,37.0,20.0,8.0,1039.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,70.0,69.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +811,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,13.0,13.0,8.0,16.0,747.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'],31.0,31.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2819.0,2920.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2841.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +812,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,,111.0,19.0,58.0,2.0,13.0,741.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,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,3942.0,3942.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,, +813,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,,58.0,15.0,10.0,26.0,17.0,740.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,,,,,46.0,46.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,516.0,516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +814,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,48.0,19.0,35.0,727.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,17,False,,,,matrixprofile-ts,,,,,24.0,24.0,https://pypi.org/project/matrixprofile-ts,,,278.0,278.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +815,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,18.0,21.0,29.0,50.0,673.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,141.0,141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +816,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,,93.0,18.0,19.0,3.0,29.0,625.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,,,,,12.0,12.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,151.0,151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +817,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,121.0,19.0,17.0,67.0,24.0,524.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,17,False,,,,deepmatcher,,,,,26.0,26.0,https://pypi.org/project/deepmatcher,,,3505.0,3505.0,,,,,,,,3.0,,-5.0,,,,,,,,,,,,,,,,, +818,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-02-27 08:23:20.000000,2023-06-18 21:56:30,277.0,,80.0,14.0,127.0,17.0,136.0,464.0,A Python library for dynamic classifier and ensemble selection.,16.0,17,True,2021-02-08 06:29:25.000,0.3.5,4.0,deslib,,,,['sklearn'],2.0,,https://pypi.org/project/deslib,2021-02-08 06:29:25.000,2.0,1066.0,1066.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +819,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,4.0,38.0,22.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'],2.0,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,2.0,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +820,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,347.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,132.0,132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +821,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,42.0,13.0,63.0,3.0,56.0,314.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,17,True,2023-01-11 12:25:50.000,2.09,35.0,ivis,,,,['tensorflow'],31.0,31.0,https://pypi.org/project/ivis,,,375.0,375.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +822,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,292.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,36.0,39.0,,,,,,,,3.0,165.0,,,,,,,,,,,,,,,,,, +823,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,11.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'],13.0,13.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,1331.0,1331.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +824,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,43.0,11.0,59.0,31.0,47.0,233.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'],16.0,13.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,3.0,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +825,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,8.0,44.0,224.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,74.0,74.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +826,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,,30.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,17,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,4235.0,4235.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +827,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,,525.0,177.0,110.0,50.0,149.0,3901.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +828,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2022-06-22 11:47:45.000000,2022-06-21 18:24:09,30.0,,1022.0,63.0,12.0,43.0,25.0,3545.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +829,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,,462.0,80.0,36.0,83.0,68.0,1671.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,16,False,2019-03-13 20:28:15.000,1.0-dev2,1.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,,,163.0,163.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +830,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,57.0,34.0,22.0,13.0,1265.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,138.0,138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +831,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,18.0,11.0,23.0,18.0,1155.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,16,False,2021-08-16 18:42:17.000,0.1.8,1.0,tez,,,,['pytorch'],50.0,50.0,https://pypi.org/project/tez,,,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +832,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,3.0,117.0,28.0,111.0,12.0,24.0,1056.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +833,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,,56.0,18.0,7.0,1.0,10.0,795.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],73.0,72.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2966.0,2966.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +834,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,,171.0,33.0,15.0,18.0,22.0,784.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,16,False,,,,tffm,,,,['tensorflow'],13.0,13.0,https://pypi.org/project/tffm,,,51.0,51.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +835,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,,111.0,27.0,10.0,24.0,51.0,780.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,4234.0,4234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +836,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,,88.0,17.0,15.0,10.0,22.0,719.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],16.0,16.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,384.0,384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +837,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,,122.0,43.0,435.0,25.0,130.0,702.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +838,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,,100.0,25.0,101.0,37.0,84.0,701.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,113.0,119.0,,,,,,,,3.0,412.0,,,,,,,,,,,,,,,,,, +839,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,1.0,81.0,25.0,4.0,37.0,42.0,684.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,16,True,2019-05-07 08:47:56.000,0.3.2,3.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,,,97.0,97.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +840,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,548.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,11.0,16,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,,103.0,106.0,,,,,,,,3.0,220.0,,,vaticle/typedb-ml,,,,,,,,,,,,,,, +841,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-02-26 20:08:27.000000,2024-01-25 16:57:26,261.0,4.0,66.0,22.0,95.0,19.0,15.0,493.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,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +842,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,,2018-04-13 21:00:31.000,2024-02-24 18:39:05.000000,2024-02-24 18:39:04,66.0,2.0,52.0,18.0,8.0,14.0,7.0,480.0,Topological Data Analysis for Python.,6.0,16,False,2021-08-03 00:22:58.000,1.0.0,4.0,scikit-tda,,,,['sklearn'],51.0,51.0,https://pypi.org/project/scikit-tda,,,2659.0,2659.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +843,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,,105.0,71.0,7.0,15.0,19.0,420.0,semantic similarity framework for knowledge graph.,10.0,16,True,,,,sematch,,,,,46.0,46.0,https://pypi.org/project/sematch,,,265.0,265.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +844,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,406.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +845,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-02-02 18:13:06.000000,2024-01-15 19:35:42,191.0,3.0,51.0,10.0,15.0,10.0,29.0,380.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,,722.0,722.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,,,,, +846,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,32.0,24.0,21.0,16.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,,pdvega,,,,,86.0,86.0,https://pypi.org/project/pdvega,,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +847,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,39.0,19.0,2.0,10.0,7.0,279.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,16,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,2020-10-01 13:18:38.000,,337.0,4690.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,174121.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +848,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-01-01 20:21:14.000000,2023-12-06 19:59:05,370.0,1.0,38.0,6.0,132.0,,35.0,222.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,16,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,971.0,1086.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2882.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,, +849,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,,42.0,1.0,,,,179.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,,771.0,771.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +850,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,14.0,54.0,16.0,50.0,136.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,,,,,56.0,51.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +851,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,3.0,9.0,5.0,3.0,1.0,,128.0,Data Analysis Baseline Library.,24.0,16,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,4792.0,4792.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +852,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,28.0,53.0,7.0,7.0,105.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,123.0,123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +853,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,141.0,28.0,217.0,102.0,2867.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,8.0,8.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +854,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,423.0,143.0,72.0,12.0,53.0,2196.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +855,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,,167.0,61.0,10.0,25.0,6.0,1836.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,15,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,,,17.0,17.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,, +856,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,5.0,482.0,68.0,26.0,5.0,97.0,1667.0,An Open-Source Package for Network Embedding (NE).,12.0,15,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +857,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-01-23 02:21:18.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,21.0,42.0,85.0,1252.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,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,,218.0,40.0,40.0,60.0,34.0,1113.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +859,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,196.0,43.0,667.0,28.0,27.0,809.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,,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +860,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,26.0,4.0,4.0,2.0,672.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +861,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,,52.0,17.0,83.0,18.0,49.0,566.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,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,,56.0,56.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +862,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,504.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,,,,,10.0,10.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,277.0,277.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-02-09 14:43:06.000000,2024-02-09 14:43:00,137.0,2.0,42.0,20.0,166.0,4.0,64.0,449.0,A collection of tools for neural compression enthusiasts.,9.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,,138.0,138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +864,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,16.0,39.0,2.0,13.0,397.0,High-level batteries-included neural network training library for Pytorch.,4.0,15,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],9.0,9.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,80.0,80.0,,,,,,,,3.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,4.0,67.0,20.0,177.0,42.0,17.0,394.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,3.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,,,95.0,95.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,19.0,6.0,6.0,,390.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,23.0,161.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5940.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,370.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,598.0,598.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +868,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,17.0,7.0,2.0,13.0,230.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,,,,,6.0,5.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,193.0,193.0,,,,,,,,3.0,,4.0,,,,,,,,,,,,,,,,, +869,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,5.0,2.0,16.0,23.0,188.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'],11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,917.0,917.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +870,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,818.0,78.0,34.0,116.0,59.0,3258.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,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,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,150.0,32.0,,53.0,59.0,1182.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,86.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4690.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,478.0,1954.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,63490.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +873,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,119.0,50.0,21.0,15.0,9.0,829.0,A medical imaging framework for Pytorch.,8.0,14,False,2018-11-24 00:33:11.000,0.2,1.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,,,59.0,59.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +874,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,,36.0,12.0,8.0,9.0,3.0,330.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,1345.0,1345.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +875,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,304.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,125.0,125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +876,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,110.0,12.0,39.0,8.0,2677.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +877,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,,78.0,46.0,4.0,3.0,,2439.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,1474.0,1476.0,,,,,,,,3.0,56.0,,,,,,,,,,,,,,,,,, +878,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,38.0,10.0,13.0,3.0,1338.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +879,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-01-29 19:20:57.000000,2024-01-29 19:20:57,64.0,1.0,42.0,11.0,8.0,2.0,12.0,675.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,13,True,,,,rliable`,,,,,119.0,119.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +880,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,13.0,271.0,70.0,175.0,294.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,13,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,,,543.0,543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +881,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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,18.0,12.0,57.0,4.0,20.0,291.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,,86.0,86.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +882,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-02-29 10:32:48.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,254.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,,434.0,440.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,,,,,,,,,,,,,,,,,,, +883,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,28.0,8.0,6.0,8.0,8.0,243.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:24:24.000,0.1.9,9.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,,,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +884,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,33.0,8.0,72.0,20.0,8.0,229.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,13,False,,,,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,,,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +885,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,22.0,44.0,1.0,5.0,199.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,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +886,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,1.0,26.0,8.0,16.0,4.0,6.0,191.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,34.0,34.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,,33.0,14.0,18.0,27.0,16.0,121.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,33.0,33.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +888,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-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,8.0,126.0,7.0,9.0,105.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,31.0,31.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,70.0,70.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,2.0,12.0,12.0,17.0,,,42.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,,,,,,,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,285.0,285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +891,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2024-02-23 09:45:08.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2024-02-23 09:45:08.000,3.38.1,278.0,comet_ml,comet_ml,,,,67.0,,https://pypi.org/project/comet_ml,2024-02-23 09:45:08.000,67.0,147302.0,147302.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +892,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-02-27 20:40:26.000000,2022-02-09 22:20:11,9.0,,437.0,94.0,19.0,50.0,15.0,3261.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +893,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,,401.0,62.0,6.0,62.0,17.0,1803.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,,,,,,,,,,,,,,,,,,, +894,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,,309.0,88.0,11.0,11.0,6.0,1679.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,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,,53.0,17.0,3.0,2.0,1.0,524.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,104.0,104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +896,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-02-21 02:23:06.000000,2024-02-21 02:23:02,76.0,2.0,58.0,17.0,62.0,6.0,9.0,439.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,12,True,,,,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,,,113.0,113.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +897,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,11.0,15.0,6.0,4.0,221.0,Draw interactive NetworkX graphs with Altair.,3.0,12,False,,,,nx-altair,,,,['jupyter'],,,https://pypi.org/project/nx-altair,,,823.0,823.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,126.0,Experiment tracking for machine and deep learning projects.,3.0,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,120.0,130.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.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,,10.0,6.0,,2.0,4.0,118.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +900,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,1.0,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,57.0,57.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,, +901,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,5.0,14.0,98.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,,1094.0,1094.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +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,,11.0,13.0,26.0,4.0,13.0,85.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,,48.0,48.0,,,,,,,,3.0,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,, +903,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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,79.0,79.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,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,142.0,142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +905,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,,112.0,47.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +906,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,,145.0,39.0,7.0,15.0,14.0,915.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,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,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +908,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-02-23 20:50:31.000000,2024-02-21 11:11:42,105.0,63.0,1.0,5.0,,1.0,5.0,122.0,A Jax-based library for designing and training transformer models from scratch.,1.0,11,False,,,1.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,,,196.0,196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +909,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,,82.0,17.0,5.0,3.0,12.0,561.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +910,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,,49.0,14.0,13.0,9.0,11.0,489.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +911,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,,20.0,12.0,41.0,7.0,12.0,364.0,A library for distributed ML training with PyTorch.,6.0,10,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +912,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,,2020-10-30 15:25:14.000,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,240.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,10,False,,,,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,,,330.0,330.0,,,,,,,,3.0,,-4.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,10.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,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +914,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +915,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,139.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,18.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +916,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,5.0,7.0,,1.0,,60.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,37.0,37.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-03-07_changes.md b/history/2024-03-07_changes.md new file mode 100644 index 00000000..bda2769c --- /dev/null +++ b/history/2024-03-07_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._ + +- triton (🥇43 · ⭐ 10K · 📈) - Development repository for the Triton language and compiler. MIT +- Milvus (🥇41 · ⭐ 26K · 📈) - A cloud-native vector database, storage for next generation AI.. Apache-2 +- spark-nlp (🥇36 · ⭐ 3.6K · 📈) - State of the Art Natural Language Processing. Apache-2 +- huggingface_hub (🥈36 · ⭐ 1.6K · 📈) - The official Python client for the Huggingface Hub. Apache-2 +- torchtext (🥈34 · ⭐ 3.4K · 📈) - Models, data loaders and abstractions for language.. BSD-3 +- CNTK (🥉30 · ⭐ 17K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT +- Neural Network Libraries (🥉30 · ⭐ 2.7K · 📈) - Neural Network Libraries. Apache-2 +- polyglot (🥈27 · ⭐ 2.2K · 💀) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0 +- modAL (🥉26 · ⭐ 2.1K · 💤) - A modular active learning framework for Python. MIT +- backprop (🥉14 · ⭐ 240 · 💀) - Backprop makes it simple to use, finetune, and deploy state-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._ + +- torchvision (🥇38 · ⭐ 15K · 📉) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +- Theano (🥈34 · ⭐ 9.8K · 📉) - Theano was a Python library that allows you to define,.. ❗Unlicensed +- ivy (🥉31 · ⭐ 14K · 📉) - The Unified AI Framework. ❗Unlicensed +- ftfy (🥈28 · ⭐ 3.7K · 📉) - Fixes mojibake and other glitches in Unicode text, after the fact. ❗Unlicensed +- langid (🥉24 · ⭐ 2.2K · 💀) - Stand-alone language identification system. ❗Unlicensed +- Pillow-SIMD (🥉21 · ⭐ 2.1K · 💤) - The friendly PIL fork. ❗️PIL +- OMLT (🥉14 · ⭐ 240 · 📉) - Represent trained machine learning models as Pyomo optimization.. ❗Unlicensed +- Headliner (🥉11 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq models. ❗Unlicensed +- sklearn-evaluation (🥉10 · ⭐ 3 · 💀) - Machine learning model evaluation made easy: plots,.. MIT +- Skater (🥉5 · 📉) - Python Library for Model Agnostic Interpretation. ❗Unlicensed + diff --git a/history/2024-03-07_projects.csv b/history/2024-03-07_projects.csv new file mode 100644 index 00000000..dc96ce10 --- /dev/null +++ b/history/2024-03-07_projects.csv @@ -0,0 +1,918 @@ +,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,helm_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-03-01 10:03:18.000000,2024-03-01 08:00:08,1539.0,4.0,658.0,114.0,312.0,54.0,134.0,4425.0,Benchmarks of approximate nearest neighbor libraries in Python.,99.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-02-29 16:56:07.000000,2024-02-29 16:56:06,315.0,25.0,158.0,54.0,185.0,,3.0,2129.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2024-02-29 16:56:13.000,2024.02.29,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-03-07 14:32:45.000000,2024-03-07 14:32:44,333.0,26.0,222.0,87.0,186.0,4.0,5.0,3343.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-03-07 14:32:51.000,2024.03.07,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-03-07 14:32:45.000000,2024-03-07 14:32:44,333.0,26.0,223.0,87.0,186.0,4.0,5.0,3343.0,Collection of database clients for python.,12.0,0,True,2024-03-07 14:32:51.000,2024.03.07,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-03-07 14:32:45.000000,2024-03-07 14:32:44,333.0,26.0,223.0,87.0,186.0,4.0,5.0,3343.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-03-07 14:32:51.000,2024.03.07,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-03-07 14:32:45.000000,2024-03-07 14:32:44,333.0,26.0,223.0,87.0,186.0,4.0,5.0,3343.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-03-07 14:32:51.000,2024.03.07,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-03-07 14:13:02.000000,2024-03-07 14:09:11,161204.0,4014.0,73722.0,7653.0,23789.0,2071.0,36894.0,183466.0,An Open Source Machine Learning Framework for Everyone.,4561.0,56,True,2024-01-18 12:52:11.000,2.16.0,191.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],363695.0,348139.0,https://pypi.org/project/tensorflow,2024-02-23 19:34:11.000,15556.0,20223740.0,21308108.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4499717.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-03-07 13:49:19.702298,2295.0,76296075.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-03-07 13:52:41.000000,2024-03-07 13:52:29,70301.0,3087.0,20467.0,1692.0,80776.0,13530.0,27550.0,76251.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4695.0,54,True,2024-02-22 21:15:00.000,2.2.1,50.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],415226.0,402608.0,https://pypi.org/project/torch,2024-02-22 19:14:18.000,12618.0,20063795.0,20744077.0,https://anaconda.org/pytorch/pytorch,2024-02-21 17:09:02.139,20396723.0,,,,,1.0,35311.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-03-07 13:43:56.000000,2024-03-07 11:05:45,31088.0,359.0,25151.0,2145.0,16916.0,2292.0,9094.0,57590.0,scikit-learn: machine learning in Python.,3085.0,51,True,2024-02-15 16:07:32.000,1.4.1.post1,76.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],747472.0,716079.0,https://pypi.org/project/scikit-learn,2024-02-16 08:56:53.000,31393.0,56370394.0,56944052.0,https://anaconda.org/conda-forge/scikit-learn,2024-02-16 10:16:19.766,26387866.0,,,,,1.0,942.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-03-07 14:12:02.000000,2024-03-07 13:51:59,15292.0,607.0,23167.0,1084.0,14933.0,773.0,13449.0,121586.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2454.0,50,True,2024-03-01 03:24:28.000,4.38.2,103.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",144767.0,144767.0,https://pypi.org/project/transformers,,,22247807.0,22282589.0,https://anaconda.org/conda-forge/transformers,2024-03-01 15:53:31.135,1530432.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12.000,2024-03-07 09:49:32.000000,2024-03-07 08:49:50,49637.0,404.0,7331.0,594.0,17749.0,1536.0,8929.0,18963.0,matplotlib: plotting with Python.,1649.0,50,True,2024-02-16 10:48:06.000,3.7.5,121.0,matplotlib,conda-forge/matplotlib,,,,1176728.0,1111534.0,https://pypi.org/project/matplotlib,2024-02-16 10:48:06.000,65194.0,58176890.0,58664337.0,https://anaconda.org/conda-forge/matplotlib,2024-02-15 20:37:52.070,21935133.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-03-07 13:58:33.000000,2024-03-06 23:24:18,31695.0,477.0,5010.0,347.0,10421.0,1814.0,8264.0,12253.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1595.0,50,True,2024-01-20 22:00:44.000,1.12.0,99.0,scipy,conda-forge/scipy,,,,1004890.0,937965.0,https://pypi.org/project/scipy,2024-01-20 21:10:31.000,66925.0,89634439.0,90772008.0,https://anaconda.org/conda-forge/scipy,2024-01-24 03:11:41.395,45350643.0,,,,,1.0,395582.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-03-07 11:39:28.000000,2024-03-07 09:18:41,17259.0,527.0,2173.0,223.0,4689.0,110.0,2940.0,11533.0,Python Imaging Library (Fork).,462.0,48,True,2024-01-02 09:38:41.000,10.2.0,95.0,Pillow,conda-forge/pillow,,,,1630699.0,1562898.0,https://pypi.org/project/Pillow,2023-10-15 13:01:25.000,67801.0,87818576.0,88645439.0,https://anaconda.org/conda-forge/pillow,2024-01-03 04:54:52.877,36381994.0,,,,,1.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,2024-03-07 12:58:47.000000,2024-03-06 13:42:30,10358.0,203.0,19300.0,1912.0,6962.0,196.0,11440.0,60580.0,Deep Learning for humans.,1278.0,47,True,2024-02-14 22:35:35.000,3.0.5,91.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],762.0,,https://pypi.org/project/keras,2024-02-14 22:35:35.000,762.0,16588618.0,16663954.0,https://anaconda.org/conda-forge/keras,2024-02-15 07:10:55.798,3390136.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-03-07 13:21:19.000000,2024-03-07 12:37:36,19665.0,1107.0,2416.0,320.0,12653.0,1257.0,3722.0,26936.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",648.0,45,True,2024-02-26 16:01:19.000,jax-v0.4.25,97.0,jax,conda-forge/jaxlib,,,,22583.0,22583.0,https://pypi.org/project/jax,,,5903991.0,5927589.0,https://anaconda.org/conda-forge/jaxlib,2024-03-02 05:03:07.971,1061919.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,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-03-07 13:27:21.000000,2024-03-06 15:24:58,10200.0,219.0,3182.0,249.0,9996.0,634.0,6140.0,26382.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",932.0,45,True,2024-03-04 18:59:32.000,2.2.1,268.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],30398.0,29592.0,https://pypi.org/project/pytorch-lightning,2024-03-04 18:59:32.000,806.0,4809264.0,4833101.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-03-05 21:00:43.443,1061537.0,,,,,1.0,8700.0,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,,, +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-03-07 14:10:59.000000,2024-03-05 05:36:08,6777.0,111.0,8710.0,907.0,4996.0,411.0,4727.0,25377.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",637.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,84852.0,83010.0,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1842.0,15960988.0,16064929.0,https://anaconda.org/conda-forge/xgboost,2024-01-19 09:21:22.082,4570478.0,,,,,1.0,8129.0,,,,,,,,,,,,,,,,,,, +17,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-03-07 13:50:14.000000,2024-03-07 12:04:17,47212.0,1879.0,5238.0,721.0,44522.0,960.0,16827.0,21423.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1166.0,45,True,2024-01-08 06:43:49.000,2.6.0,61.0,paddlepaddle,,,,['paddle'],4726.0,4726.0,https://pypi.org/project/paddlepaddle,,,259323.0,259491.0,,,,,,,,1.0,15369.0,,,,,,,,,,,,,,,,,,, +18,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-03-07 10:40:52.000000,2024-03-07 10:40:49,8127.0,201.0,1653.0,212.0,5753.0,1042.0,4115.0,11845.0,Parallel computing with task scheduling.,594.0,45,True,2024-02-23 18:13:34.000,2024.2.1,190.0,dask,conda-forge/dask,,,,61042.0,57886.0,https://pypi.org/project/dask,2024-02-23 18:13:34.000,3156.0,7262330.0,7496495.0,https://anaconda.org/conda-forge/dask,2024-02-26 17:58:46.709,10771610.0,,,,,1.0,,,stable/dask,,,,,,,,,,,,,,,,, +19,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-03-05 03:01:41.000000,2024-02-28 12:40:58,15260.0,101.0,2632.0,280.0,3851.0,2573.0,2740.0,9376.0,Statsmodels: statistical modeling and econometrics in Python.,423.0,45,True,2023-12-14 14:31:51.000,0.14.1,26.0,statsmodels,conda-forge/statsmodels,,,,116838.0,116838.0,https://pypi.org/project/statsmodels,,,14422013.0,14695841.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12322273.0,,,,,1.0,30.0,,,,,,,,,,,,,,,,,,, +20,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-03-07 12:24:46.000000,2024-03-07 01:27:54,6146.0,171.0,2713.0,308.0,4185.0,754.0,3227.0,30585.0,Streamlit A faster way to build and share data apps.,221.0,44,True,2024-02-12 17:53:30.000,1.31.1,215.0,streamlit,,,,,325385.0,323960.0,https://pypi.org/project/streamlit,2024-02-12 17:53:21.000,1425.0,5658771.0,5658771.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +21,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-03-07 14:08:28.000000,2024-03-07 00:24:44,20917.0,826.0,5096.0,469.0,26581.0,3609.0,13807.0,30231.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,982.0,44,True,2024-02-22 19:57:55.000,ray-2.9.3,99.0,ray,conda-forge/ray-tune,,,,14550.0,14075.0,https://pypi.org/project/ray,2024-02-22 19:42:56.000,475.0,3380674.0,3385536.0,https://anaconda.org/conda-forge/ray-tune,2024-03-07 01:45:05.697,189552.0,,,,,1.0,208.0,,,,,,,,,,,,,,,,,,, +22,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-03-07 13:56:38.000000,2024-02-20 12:17:51,16117.0,33.0,4395.0,554.0,3965.0,94.0,5479.0,28393.0,Industrial-strength Natural Language Processing (NLP) in Python.,748.0,44,True,2024-02-15 19:16:59.000,3.7.4,229.0,spacy,conda-forge/spacy,,,,84923.0,81913.0,https://pypi.org/project/spacy,2024-02-15 18:47:21.000,3010.0,6438385.0,6512602.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3339790.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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-03-07 05:12:53.000000,2024-03-06 20:52:01,6366.0,357.0,1933.0,149.0,3432.0,466.0,3364.0,27066.0,"Wrap UIs around any model, share with anyone.",276.0,44,True,2024-03-06 17:21:51.000,4.20.1,550.0,gradio,,,,,24649.0,24331.0,https://pypi.org/project/gradio,2024-03-06 17:21:51.000,318.0,6896214.0,6896214.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-03-07 11:57:53.000000,2024-03-07 05:25:24,5538.0,415.0,3861.0,293.0,7656.0,1356.0,2365.0,16902.0,Open source platform for the machine learning lifecycle.,707.0,44,True,2024-03-06 08:35:11.000,2.11.1,92.0,mlflow,conda-forge/mlflow,,,,31956.0,31393.0,https://pypi.org/project/mlflow,2024-03-06 07:13:34.000,563.0,15384263.0,15423284.0,https://anaconda.org/conda-forge/mlflow,2024-03-07 11:22:53.008,1755988.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,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-03-07 12:46:31.000000,2024-02-15 16:34:58,6368.0,105.0,2463.0,281.0,1610.0,1484.0,1393.0,14957.0,The interactive graphing library for Python This project now includes Plotly Express!.,257.0,44,True,2024-02-15 15:49:11.000,5.19.0,295.0,plotly,conda-forge/plotly,,,,250891.0,245190.0,https://pypi.org/project/plotly,2024-02-15 15:42:04.000,5694.0,13197259.0,13320890.0,https://anaconda.org/conda-forge/plotly,2024-02-15 18:15:23.292,5314554.0,,,,,1.0,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,7.0,8098.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,2024-03-07 13:00:30.000000,2024-03-07 07:05:26,7627.0,103.0,3172.0,275.0,3684.0,345.0,2968.0,13985.0,Network Analysis in Python.,710.0,44,True,2023-10-28 09:53:23.000,networkx-3.2.1,92.0,networkx,conda-forge/networkx,,,,245046.0,229774.0,https://pypi.org/project/networkx,2023-10-28 08:41:36.000,15272.0,47420224.0,47765505.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14847088.0,,,,,1.0,65.0,,,,,,,,,,,,,,,,,,, +27,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,,2010-04-30 20:37:14.000,2024-03-07 14:40:09.000000,2024-03-06 18:28:20,57222.0,461.0,4114.0,294.0,12996.0,4287.0,8678.0,11916.0,A computer algebra system written in pure Python.,1278.0,44,False,2023-05-10 18:09:23.000,sympy-1.12,45.0,sympy,conda-forge/sympy,,,,116524.0,116524.0,https://pypi.org/project/sympy,,,15930071.0,15987893.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5042675.0,,,,,1.0,534726.0,,,,,,,,,,,,,,,,,,, +28,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-03-04 05:08:14.000000,2024-02-25 16:31:25,3230.0,20.0,1876.0,259.0,1091.0,129.0,2355.0,11756.0,Statistical data visualization in Python.,211.0,44,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,383966.0,372153.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,11813.0,16782436.0,16963107.0,https://anaconda.org/conda-forge/seaborn,2024-01-27 07:37:15.644,8130084.0,,,,,1.0,376.0,,,,,,,,,,,,,,,,,,, +29,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-03-07 13:33:07.000000,2024-03-06 11:49:28,5778.0,49.0,1615.0,192.0,4938.0,655.0,1223.0,6484.0,TensorFlows Visualization Toolkit.,315.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],221824.0,218849.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,2975.0,25722263.0,25822822.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4525166.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +30,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-03-07 14:14:46.000000,2024-03-07 12:22:18,20411.0,86.0,4093.0,443.0,5996.0,722.0,6838.0,18647.0,"Interactive Data Visualization in the browser, from Python.",685.0,43,True,,,58.0,bokeh,conda-forge/bokeh,,,,84586.0,84586.0,https://pypi.org/project/bokeh,,,4575718.0,4874469.0,https://anaconda.org/conda-forge/bokeh,2024-01-25 20:54:18.325,13443795.0,,,,,1.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-03-07 12:30:22.887000,2024-03-06 21:20:51,2686.0,79.0,3584.0,438.0,3144.0,312.0,2371.0,16537.0,Open standard for machine learning interoperability.,309.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,,25297.0,24598.0,https://pypi.org/project/onnx,2023-10-26 18:30:51.000,699.0,5134095.0,5154993.0,https://anaconda.org/conda-forge/onnx,2024-03-07 12:30:22.887,928714.0,,,,,1.0,20065.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-03-07 11:42:34.000000,2024-03-04 18:06:08,3435.0,47.0,3677.0,434.0,3091.0,325.0,2922.0,15902.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",296.0,43,True,2024-01-26 02:11:11.000,4.3.0,31.0,lightgbm,conda-forge/lightgbm,,,,30414.0,30414.0,https://pypi.org/project/lightgbm,,,8108192.0,8163204.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2201416.0,,,,,2.0,215655.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-03-06 20:48:22.000000,2024-01-29 09:04:39,14509.0,27.0,2832.0,468.0,1451.0,266.0,1513.0,12871.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,43,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,268774.0,255816.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,12958.0,15953242.0,15979900.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2425931.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,2024-03-07 09:06:14.000000,2024-03-07 05:55:10,4705.0,116.0,2013.0,1692.0,4556.0,310.0,2624.0,11580.0,WebGL2 powered visualization framework.,249.0,43,True,2024-02-28 21:43:30.387,8.9.35,634.0,pydeck,conda-forge/pydeck,,,['jupyter'],7780.0,7227.0,https://pypi.org/project/pydeck,2023-04-15 06:29:01.705,58.0,2861237.0,3298058.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,482123.0,,,,,1.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-03-07 05:55:50.803,495.0,426982.0,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-03-07 14:38:06.000000,2024-03-07 14:22:25,1837.0,302.0,1120.0,177.0,2126.0,459.0,614.0,10209.0,Development repository for the Triton language and compiler.,218.0,43,True,2024-01-10 03:11:56.000,2.2.0,192.0,triton,,,,,18922.0,18824.0,https://pypi.org/project/triton,2024-01-10 03:11:56.000,98.0,9645713.0,9645713.0,,,,,,,,1.0,,,,,,,,,4.0,,,,,,,,,,, +36,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-03-07 14:10:29.000000,2024-03-06 01:18:03,2188.0,208.0,3737.0,317.0,2578.0,972.0,1547.0,31723.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",291.0,42,True,2024-03-06 01:17:22.000,0.13.5,87.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],6116.0,6013.0,https://pypi.org/project/deepspeed,2024-03-06 01:17:22.000,103.0,446620.0,446975.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17770.0,1.0,,,,,,,,,,,,,,,,,,,, +37,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-03-06 10:51:06.000000,2024-03-06 10:51:06,13863.0,77.0,2249.0,186.0,4361.0,762.0,2051.0,5799.0,Image processing in Python.,653.0,42,False,2023-10-03 21:36:37.000,0.22.0,59.0,scikit-image,conda-forge/scikit-image,,,,182831.0,172263.0,https://pypi.org/project/scikit-image,2023-10-03 21:35:27.000,10568.0,15629363.0,15762519.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,5992034.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-03-06 06:17:10.000000,2024-03-06 06:17:10,2174.0,63.0,4408.0,309.0,444.0,71.0,771.0,29010.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",130.0,41,True,2024-02-19 19:35:21.000,0.9.16,55.0,timm,conda-forge/timm,,,['pytorch'],24041.0,24041.0,https://pypi.org/project/timm,,,4740375.0,4851039.0,https://anaconda.org/conda-forge/timm,2024-02-21 16:25:26.726,124794.0,,,,,1.0,6254030.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,2024-03-07 14:28:20.679144,2024-03-07 13:43:03,19235.0,645.0,2699.0,302.0,19156.0,612.0,9652.0,25883.0,"A cloud-native vector database, storage for next generation AI applications.",265.0,41,True,2024-02-24 03:46:51.000,2.3.10,100.0,pymilvus,,milvusdb/milvus,,,82.0,,https://pypi.org/project/pymilvus,2024-01-24 02:49:14.000,82.0,692678.0,911743.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-03-07 14:28:20.679144,41.0,11553541.0,1.0,76677.0,,,,,,,,3.0,,,,,,,,,,, +40,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-03-07 11:50:22.000000,2024-03-07 11:00:15,2627.0,45.0,3048.0,244.0,828.0,1422.0,989.0,21287.0,A game theoretic approach to explain the output of any machine learning model.,236.0,41,True,2024-01-25 13:08:31.000,0.44.1,52.0,shap,conda-forge/shap,,,,16085.0,16085.0,https://pypi.org/project/shap,,,8039782.0,8100181.0,https://anaconda.org/conda-forge/shap,2024-01-08 16:40:58.890,2355588.0,,,,,1.0,,shap/shap,,,,,,,,,,,,,,,,,, +41,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-03-06 19:59:05.000000,2024-03-06 19:20:29,7328.0,245.0,1967.0,417.0,1037.0,826.0,871.0,20223.0,Data Apps & Dashboards for Python. No JavaScript Required.,147.0,41,True,2024-03-06 20:00:34.000,2.16.1,176.0,dash,conda-forge/dash,,,,60726.0,59230.0,https://pypi.org/project/dash,2024-03-06 19:54:50.000,1496.0,2788773.0,2815580.0,https://anaconda.org/conda-forge/dash,2024-03-02 06:09:46.944,1206295.0,,,,,1.0,70.0,,,,,,,,,,,,,,,,,,, +42,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-03-07 12:39:54.000000,2024-03-07 12:39:53,9222.0,122.0,1126.0,136.0,5402.0,353.0,4293.0,12952.0,ML Experiments Management with Git.,291.0,41,True,2024-03-04 16:59:18.000,3.48.2,518.0,dvc,conda-forge/dvc,,,,13378.0,13283.0,https://pypi.org/project/dvc,2024-03-04 16:59:18.000,95.0,626191.0,669146.0,https://anaconda.org/conda-forge/dvc,2024-03-04 19:34:16.967,1770390.0,,,,,1.0,43359.0,,,,,,,,,dvc,dvc,dvc,,,,,,,, +43,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-03-06 17:01:29.000000,2024-03-06 01:47:21,3628.0,21.0,778.0,141.0,1328.0,175.0,1752.0,8809.0,Declarative statistical visualization library for Python.,162.0,41,True,2023-11-28 06:23:39.000,5.2.0,39.0,altair,conda-forge/altair,,,,112756.0,112088.0,https://pypi.org/project/altair,2023-11-28 05:41:35.000,668.0,21980502.0,22060237.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2152836.0,,,,,1.0,106.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-03-07 02:30:47.000000,2024-03-07 01:22:21,6181.0,193.0,588.0,57.0,4101.0,856.0,2151.0,7967.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,174.0,41,True,2024-03-05 21:28:02.000,0.16.4,269.0,wandb,conda-forge/wandb,,,,40554.0,39807.0,https://pypi.org/project/wandb,2024-03-05 21:19:33.000,747.0,12347669.0,12358132.0,https://anaconda.org/conda-forge/wandb,2024-02-06 19:13:02.985,460397.0,,,,,1.0,,wandb/wandb,,,,,,,,,,,,,,,,,, +45,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-03-06 20:42:33.000000,2024-03-06 20:42:29,47540.0,541.0,1142.0,193.0,380.0,523.0,1714.0,7654.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1215.0,41,True,2024-02-23 14:10:41.000,1.2.3,110.0,catboost,conda-forge/catboost,,,,384.0,13.0,https://pypi.org/project/catboost,2024-02-23 10:17:27.000,371.0,1923411.0,1962612.0,https://anaconda.org/conda-forge/catboost,2024-02-24 13:08:44.587,1452058.0,,,,,2.0,226267.0,,,,,,,,,,,,,,,,,,, +46,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-02-23 04:21:13.000000,2023-01-30 18:15:21,1757.0,,8561.0,1064.0,1450.0,79.0,1717.0,33639.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,40,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,53499.0,50791.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2708.0,1099719.0,1105387.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,266440.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +47,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-03-04 02:10:25.000000,2024-03-04 02:10:25,2754.0,15.0,7303.0,614.0,2218.0,190.0,1586.0,25311.0,The fastai deep learning library.,247.0,40,True,2024-02-01 00:26:04.000,2.7.14,51.0,fastai,,,,['pytorch'],16458.0,16458.0,https://pypi.org/project/fastai,,,461636.0,461636.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +48,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-03-06 15:24:57.000000,2024-03-06 15:19:44,32608.0,16.0,4353.0,347.0,6345.0,2.0,6641.0,17704.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,40,True,2024-03-04 17:27:13.000,3.6.19,100.0,rasa,,,,['tensorflow'],3994.0,3994.0,https://pypi.org/project/rasa,,,140581.0,140581.0,,,,,,,,1.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,2024-03-05 11:04:28.000000,2024-03-01 07:58:37,1344.0,82.0,2269.0,130.0,356.0,1010.0,912.0,13270.0,Multilingual Sentence & Image Embeddings with BERT.,144.0,40,True,2024-03-01 08:18:33.000,2.5.1,48.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],26929.0,26196.0,https://pypi.org/project/sentence-transformers,2024-03-01 08:18:32.000,733.0,3666976.0,3671860.0,https://anaconda.org/conda-forge/sentence-transformers,2024-03-01 13:46:07.960,205158.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,2024-03-06 18:45:12.000000,2024-02-25 13:25:28,1189.0,86.0,2142.0,238.0,540.0,185.0,1066.0,11463.0,Download market data from Yahoo! Finances API.,108.0,40,True,2024-02-25 13:35:19.000,0.2.37,109.0,yfinance,ranaroussi/yfinance,,,,34706.0,34369.0,https://pypi.org/project/yfinance,2024-02-25 13:35:19.000,337.0,1684098.0,1686823.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,87216.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,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-03-06 09:28:47.000000,2024-03-04 23:16:32,9781.0,79.0,1929.0,227.0,3854.0,263.0,2988.0,8062.0,Bayesian Modeling and Probabilistic Programming in Python.,482.0,40,True,2024-02-14 10:23:42.000,5.10.4,78.0,pymc3,conda-forge/pymc3,,,,3114.0,2864.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,250.0,813732.0,819937.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,550811.0,,,,,1.0,1936.0,,,,,,,,,,,,,,,,,,, +52,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-03-07 14:53:42.000000,2024-03-07 14:36:43,1323.0,126.0,738.0,102.0,1266.0,132.0,1143.0,6655.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",227.0,40,True,2024-02-13 15:16:50.000,0.27.2,43.0,accelerate,conda-forge/accelerate,,,['pytorch'],28644.0,28051.0,https://pypi.org/project/accelerate,2024-02-13 15:16:50.000,593.0,7586637.0,7590297.0,https://anaconda.org/conda-forge/accelerate,2024-02-09 18:05:07.779,106153.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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-03-07 14:03:13.000000,2024-03-04 15:11:22,1891.0,56.0,914.0,106.0,1559.0,440.0,1195.0,4086.0,Python tools for geographic data.,219.0,40,True,2024-01-31 19:22:01.000,0.14.3,52.0,geopandas,conda-forge/geopandas,,,['pandas'],34059.0,32125.0,https://pypi.org/project/geopandas,2024-01-31 19:21:57.000,1934.0,6081115.0,6157379.0,https://anaconda.org/conda-forge/geopandas,2024-01-31 21:02:18.644,3430728.0,,,,,1.0,2453.0,,,,,,,,,,,,,,,,,,, +54,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-03-07 13:41:41.000000,2024-03-05 17:55:32,5713.0,98.0,699.0,55.0,4948.0,1489.0,2312.0,1526.0,A distributed task scheduler for Dask.,323.0,40,True,2024-02-23 18:13:48.000,2024.2.1,222.0,distributed,conda-forge/distributed,,,,34472.0,33138.0,https://pypi.org/project/distributed,2024-02-23 18:13:48.000,1334.0,4795591.0,5080224.0,https://anaconda.org/conda-forge/distributed,2024-02-26 17:07:39.761,13093140.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-03-05 01:09:26.000000,2024-03-04 11:07:49,1025.0,99.0,3302.0,474.0,872.0,428.0,1886.0,27241.0,A library for efficient similarity search and clustering of dense vectors.,156.0,39,True,2024-03-01 01:04:25.000,1.8.0,91.0,pymilvus,conda-forge/faiss,,,,3558.0,3476.0,https://pypi.org/project/pymilvus,2024-01-24 02:49:14.000,82.0,692678.0,715237.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1037727.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,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-03-07 14:07:00.000000,2024-02-05 13:23:18,2706.0,17.0,8243.0,372.0,3124.0,1281.0,6641.0,27224.0,OpenMMLab Detection Toolbox and Benchmark.,455.0,39,True,2024-01-05 06:24:15.000,3.3.0,53.0,mmdet,,,,['pytorch'],2242.0,2242.0,https://pypi.org/project/mmdet,,,173827.0,173827.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +57,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-03-07 13:30:23.000000,2024-02-29 23:03:24,8522.0,17.0,2149.0,207.0,4163.0,12.0,1917.0,19742.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2024-02-29 14:39:24.000,3.23.5,100.0,jina,conda-forge/jina-core,jinaai/jina,,,1632.0,1632.0,https://pypi.org/project/jina,,,103642.0,132271.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,60162.0,https://hub.docker.com/r/jinaai/jina,2024-02-29 14:50:34.822329,8.0,1304623.0,2.0,,,,,,,,,,,,,,,,,,,, +58,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-03-01 12:26:36.000000,2024-02-08 02:27:50,4512.0,3.0,4375.0,434.0,1687.0,378.0,1446.0,15056.0,Topic Modelling for Humans.,449.0,39,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,59648.0,56467.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,3181.0,4455409.0,4489046.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1209337.0,,,,,1.0,4554.0,piskvorky/gensim,,,,,,,,,,,,,,,,,, +59,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-03-07 08:40:19.000000,2024-03-07 08:29:16,4002.0,327.0,2931.0,170.0,4583.0,479.0,2244.0,12825.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",286.0,39,True,2024-03-06 03:29:59.000,2.1.0,451.0,dgl,,,,,299.0,210.0,https://pypi.org/project/dgl,2024-03-05 07:16:21.000,89.0,76550.0,76550.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +60,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-03-06 01:17:36.000000,2024-03-06 01:17:36,8244.0,10.0,3268.0,478.0,694.0,47.0,2128.0,12689.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,39,False,2023-06-03 20:05:00.841,19.24.2,36.0,dlib,conda-forge/dlib,,,,26223.0,25420.0,https://pypi.org/project/dlib,2023-06-03 20:05:00.841,803.0,377687.0,392619.0,https://anaconda.org/conda-forge/dlib,2024-01-11 01:14:47.895,661100.0,,,,,2.0,25387.0,,,,,,,,,,,,,,,,,,, +61,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-03-07 11:07:52.000000,2024-03-07 07:26:34,17309.0,477.0,942.0,119.0,3424.0,95.0,1500.0,9350.0,A hyperparameter optimization framework.,260.0,39,False,2023-12-11 05:05:36.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,13343.0,12838.0,https://pypi.org/project/optuna,2023-12-11 05:05:36.000,505.0,2329293.0,2344348.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,677516.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +62,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-03-07 14:08:49.000000,2024-03-07 12:45:45,4344.0,270.0,1207.0,101.0,3510.0,767.0,1402.0,7253.0,A unified framework for machine learning with time series.,325.0,39,True,2024-02-28 12:02:55.000,0.27.0,63.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2377.0,2315.0,https://pypi.org/project/sktime,2024-02-28 12:02:55.000,62.0,872772.0,901963.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-02-28 22:27:58.715,934098.0,,,,,1.0,84.0,sktime/sktime,,,,,,,,,,,,,,,,,, +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,2024-03-07 09:46:22.000000,2024-03-06 10:00:55,1795.0,27.0,2202.0,163.0,816.0,86.0,994.0,6608.0,Python Data. Leaflet.js Maps.,165.0,39,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,35611.0,34768.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,843.0,921451.0,989030.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2568033.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-03-07 06:31:30.000000,2024-03-07 06:16:59,8321.0,4004.0,592.0,40.0,652.0,355.0,1320.0,5889.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",134.0,39,True,2024-03-07 06:31:30.000,1.30.0,656.0,litellm,,,,others,1120.0,1046.0,https://pypi.org/project/litellm,2024-03-07 06:20:42.000,74.0,349586.0,349586.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,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-03-07 01:31:11.000000,2024-03-07 01:31:07,4235.0,206.0,560.0,83.0,2225.0,117.0,686.0,5278.0,Flax is a neural network library for JAX that is designed for flexibility.,217.0,39,True,2024-02-07 21:52:34.000,0.8.1,38.0,flax,conda-forge/flax,,,['jax'],6333.0,6333.0,https://pypi.org/project/flax,,,3687964.0,3689107.0,https://anaconda.org/conda-forge/flax,2024-02-08 03:12:06.588,41131.0,,,,,2.0,50.0,,,,,,,,,,,,,,,,,,, +66,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-03-06 20:34:26.000000,2024-03-06 16:49:19,17874.0,108.0,1302.0,84.0,7744.0,512.0,4255.0,2486.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,366.0,39,True,2024-01-16 18:38:53.000,1.6.1,77.0,mne,conda-forge/mne,,,,3864.0,3567.0,https://pypi.org/project/mne,2024-01-16 18:38:53.000,297.0,104725.0,112321.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,349455.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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,2024-03-07 02:35:51.000000,2024-03-07 02:35:50,3552.0,148.0,1071.0,131.0,2874.0,269.0,1162.0,2016.0,A library for training and deploying machine learning models on Amazon SageMaker.,427.0,39,True,2024-03-06 19:57:33.000,2.212.0,572.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3778.0,3681.0,https://pypi.org/project/sagemaker,2024-03-05 18:25:33.000,97.0,26597540.0,26614177.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-03-06 22:10:37.385,715433.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +68,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-03-07 14:09:46.000000,2024-03-07 11:34:22,40074.0,922.0,26508.0,2033.0,45390.0,,,37985.0,Apache Spark Python API.,3025.0,38,True,,,34.0,pyspark,conda-forge/pyspark,,,['spark'],,,https://pypi.org/project/pyspark,,,28793484.0,28860369.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3009851.0,,,,,2.0,,,stable/spark,,,,,,,,,,,,,,,,, +69,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-03-07 07:39:51.000000,2024-03-07 03:23:05,6131.0,11.0,6996.0,430.0,2842.0,1050.0,7519.0,36914.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",153.0,38,True,2023-10-18 12:32:48.000,2.7.1,8.0,paddleocr,,,,['paddle'],2290.0,2290.0,https://pypi.org/project/paddleocr,,,201761.0,201761.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,2023-10-25 21:28:33.000000,2023-01-26 21:28:45,11896.0,,6891.0,1071.0,11124.0,1805.0,7758.0,20696.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'],7387.0,7088.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,294.0,453445.0,453869.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10645.0,,,,,2.0,26635.0,apache/mxnet,,,,,,,,,,,5.0,,,,,,, +71,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-03-07 14:09:53.000000,2024-03-05 14:01:07,7413.0,201.0,3491.0,252.0,2870.0,937.0,2571.0,19720.0,Graph Neural Network Library for PyTorch.,484.0,38,True,2024-02-16 07:16:56.000,2.5.0,41.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],149.0,,https://pypi.org/project/torch-geometric,2024-02-16 07:13:42.000,149.0,227063.0,227910.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-02-22 16:44:15.527,37284.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,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-03-07 13:23:28.000000,2024-03-06 15:46:46,3800.0,50.0,6680.0,399.0,5175.0,771.0,2337.0,15186.0,"Datasets, Transforms and Models specific to Computer Vision.",576.0,38,True,2024-02-22 21:54:54.000,0.17.1,39.0,torchvision,conda-forge/torchvision,,,['pytorch'],21.0,21.0,https://pypi.org/project/torchvision,,,10055858.0,10083865.0,https://anaconda.org/conda-forge/torchvision,2024-02-26 00:12:18.834,992193.0,,,,,1.0,37157.0,,,,,,,,-4.0,,,,,,,,,,, +73,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-03-06 23:14:00.324000,2024-03-03 00:53:10,941.0,50.0,1067.0,123.0,278.0,23.0,683.0,9174.0,Unsupervised text tokenizer for Neural Network-based text generation.,84.0,38,True,2024-02-19 16:08:39.000,0.2.0,27.0,sentencepiece,conda-forge/sentencepiece,,,,57195.0,57195.0,https://pypi.org/project/sentencepiece,,,14389811.0,14406826.0,https://anaconda.org/conda-forge/sentencepiece,2024-03-06 23:14:00.324,725896.0,,,,,1.0,34758.0,,,,,,,,,,,,,,,,,,, +74,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-03-07 13:22:17.000000,2024-03-07 13:22:16,2684.0,71.0,899.0,128.0,1797.0,242.0,629.0,9156.0,Geometric Computer Vision Library for Spatial AI.,253.0,38,True,2023-12-27 10:47:21.000,0.7.1,37.0,kornia,conda-forge/kornia,,,['pytorch'],8676.0,8676.0,https://pypi.org/project/kornia,,,2206078.0,2209039.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,114938.0,,,,,1.0,966.0,,,,,,,,,,,,,,,,,,, +75,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-03-05 09:43:31.000000,2024-03-04 05:00:38,5194.0,131.0,1728.0,133.0,982.0,331.0,1923.0,8257.0,"An open-source, low-code machine learning library in Python.",134.0,38,True,2024-02-20 04:09:05.000,3.3.0,96.0,pycaret,conda-forge/pycaret,,,,5239.0,5221.0,https://pypi.org/project/pycaret,2024-02-20 04:08:49.000,18.0,283807.0,284817.0,https://anaconda.org/conda-forge/pycaret,2023-11-16 02:21:22.926,42819.0,,,,,2.0,679.0,,,,,,,,,,,,,,,,,,, +76,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-03-03 19:28:16.000000,2024-02-13 03:05:43,1759.0,14.0,668.0,121.0,564.0,150.0,743.0,8198.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,38,True,2024-02-12 02:35:06.000,0.15.2,84.0,tokenizers,conda-forge/tokenizers,,,,63723.0,63723.0,https://pypi.org/project/tokenizers,,,18957378.0,18990709.0,https://anaconda.org/conda-forge/tokenizers,2024-02-12 11:07:11.714,1466582.0,,,,,1.0,42.0,,,,,,,,,,,,,,,,,,, +77,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-03-07 00:19:51.000000,2024-03-04 22:19:02,20859.0,519.0,2067.0,179.0,3235.0,269.0,2057.0,7685.0,End-to-End Speech Processing Toolkit.,415.0,38,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,304.0,299.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,5.0,108166.0,108167.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +78,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-03-07 07:36:52.000000,2024-03-01 02:19:36,28318.0,224.0,747.0,127.0,6090.0,544.0,1643.0,7623.0,NumPy & SciPy for GPU.,361.0,38,True,2024-01-18 05:54:29.000,13.0.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2155.0,1942.0,https://pypi.org/project/cupy,2023-12-07 05:15:09.000,213.0,22695.0,98381.0,https://anaconda.org/conda-forge/cupy,2024-02-05 02:05:27.119,3324086.0,https://hub.docker.com/r/cupy/cupy,2024-01-18 05:56:19.967362,11.0,59714.0,1.0,170278.0,,,,,,,,,,,,,,,,,,, +79,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-03-07 14:24:54.000000,2024-03-01 13:30:43,9688.0,87.0,1218.0,127.0,1138.0,151.0,921.0,7536.0,A PyTorch-based Speech Toolkit.,229.0,38,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1597.0,1566.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,446648.0,446648.0,,,,,,,,1.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,2024-03-07 13:38:10.000000,2024-03-07 13:38:02,6185.0,82.0,1497.0,106.0,4172.0,656.0,710.0,4132.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",302.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],16776.0,16556.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,220.0,3162040.0,3162824.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,26681.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +81,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-03-06 20:42:50.000000,2024-03-06 07:37:18,2253.0,25.0,554.0,88.0,802.0,253.0,907.0,3611.0,Manipulation and analysis of geometric objects.,152.0,38,True,2024-02-16 14:21:16.000,2.0.3,122.0,shapely,conda-forge/shapely,,,,64810.0,63405.0,https://pypi.org/project/shapely,2024-02-16 14:21:16.000,1405.0,19989652.0,20197756.0,https://anaconda.org/conda-forge/shapely,2024-02-19 19:30:03.013,8943881.0,,,,,2.0,3110.0,,,,,,,,,,,,,,,,,,, +82,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-03-07 13:15:41.000000,2024-02-12 02:14:21,1521.0,3.0,275.0,32.0,478.0,95.0,491.0,1394.0,Python library for reading and writing image data.,109.0,38,True,2024-02-12 02:14:34.000,2.34.0,90.0,imageio,conda-forge/imageio,,,,121232.0,118063.0,https://pypi.org/project/imageio,2024-02-12 02:14:29.000,3169.0,24260433.0,24398827.0,https://anaconda.org/conda-forge/imageio,2024-02-12 09:34:41.924,6088699.0,,,,,1.0,994.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-01-17 14:24:55.000000,2020-02-15 08:33:35,523.0,,6694.0,1287.0,165.0,665.0,225.0,32085.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,,,,28579.0,26875.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1704.0,677435.0,679237.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,149594.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +84,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-03-03 07:02:08.000000,2024-03-03 06:50:21,1649.0,5.0,2825.0,380.0,457.0,7.0,1831.0,14306.0,Python Echarts Plotting Library.,42.0,37,True,2024-03-03 07:03:55.000,2.0.5,73.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4156.0,3904.0,https://pypi.org/project/pyecharts,2024-03-03 07:02:08.000,252.0,121046.0,121046.0,,,,,,,,2.0,5.0,,,,,,,,,,,,,,,,,,, +85,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,,2018-06-11 11:04:18.000,2024-03-07 09:55:17.000000,2024-03-06 14:53:49,5897.0,123.0,1714.0,203.0,1176.0,61.0,2178.0,13448.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,258.0,37,False,2023-12-18 09:29:22.000,0.13.1,25.0,flair,conda-forge/python-flair,,,['pytorch'],3056.0,3056.0,https://pypi.org/project/flair,,,112000.0,112517.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,22780.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +86,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-03-05 23:01:28.000000,2024-03-05 23:01:26,811.0,25.0,1548.0,131.0,689.0,393.0,447.0,13211.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,134.0,37,True,2024-03-05 00:25:37.000,1.4.1,20.0,albumentations,conda-forge/albumentations,,,['pytorch'],21316.0,21316.0,https://pypi.org/project/albumentations,,,1331357.0,1334847.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,153599.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +87,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-03-01 13:49:51.000000,2024-02-29 14:44:01,4801.0,128.0,4809.0,384.0,687.0,579.0,1333.0,12017.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,222.0,22.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,200.0,247107.0,285748.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,181010.0,,,,,2.0,3644973.0,,,,,,,,,,,,,,,,,,, +88,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-03-03 07:40:39.000000,2024-02-27 06:27:26,1377.0,11.0,1590.0,151.0,756.0,210.0,557.0,11869.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,119.0,37,True,2024-02-26 14:50:43.000,4.6.5,56.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2589.0,2589.0,https://pypi.org/project/pandas-profiling,,,519684.0,524299.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,419981.0,,,,,2.0,61.0,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,, +89,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-03-07 05:51:33.000000,2023-07-11 16:23:35,1095.0,,1433.0,252.0,661.0,378.0,1041.0,11574.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,14.0,moviepy,conda-forge/moviepy,,,,35092.0,35092.0,https://pypi.org/project/moviepy,,,837057.0,839855.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,223870.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-03-07 14:41:23.000000,2024-03-07 11:48:22,27386.0,1678.0,1975.0,198.0,5088.0,30.0,3374.0,9158.0,Perform data science on data that remains in someone elses server.,505.0,37,True,2024-02-20 10:19:52.000,0.8.4,260.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2024-02-20 10:48:54.000,5.0,12377.0,12429.0,,,,,,,,1.0,2399.0,,,,,,,,,,,,,,,,,,, +91,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2024-03-07 14:02:08.000000,2024-03-07 10:50:29,21422.0,550.0,1142.0,239.0,8239.0,973.0,1362.0,4820.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, etc.) on Intel..",201.0,37,True,2023-11-13 02:02:20.000,2.4.0,852.0,bigdl,,,,,54.0,49.0,https://pypi.org/project/bigdl,2024-03-07 14:02:08.000,1.0,16843.0,16846.0,,,,,,,,2.0,260.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,4.0,,, +92,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-03-06 19:01:15.000000,2024-03-06 19:01:13,12091.0,63.0,1072.0,164.0,462.0,660.0,742.0,4045.0,Probabilistic reasoning and statistical analysis in TensorFlow.,487.0,37,True,2023-11-20 23:32:05.000,0.23.0,51.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],464.0,,https://pypi.org/project/tensorflow-probability,2023-11-20 23:21:06.000,464.0,3200843.0,3204127.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,121511.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +93,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-02-12 11:19:30.000000,2023-12-31 11:04:55,953.0,21.0,826.0,86.0,202.0,95.0,655.0,4038.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,37,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,374219.0,362231.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,11988.0,12599104.0,12599104.0,,,,,,,,2.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-03-07 13:59:23.000000,2024-03-07 13:50:00,10711.0,48.0,388.0,59.0,2936.0,1073.0,2139.0,2575.0,"With Holoviews, your data visualizes itself.",140.0,37,True,2024-02-13 10:17:52.000,1.18.3,158.0,holoviews,conda-forge/holoviews,,,['jupyter'],9887.0,9604.0,https://pypi.org/project/holoviews,2024-02-12 14:28:09.000,280.0,399257.0,432996.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1505026.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-01-15 16:24:19.471,3.0,294.0,,,,,,,,,,,, +95,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-03-05 02:12:04.000000,2024-03-05 02:12:01,3832.0,38.0,520.0,148.0,1136.0,143.0,1621.0,2106.0,Rasterio reads and writes geospatial raster datasets.,155.0,37,True,2023-10-19 14:09:18.000,1.3.9,155.0,rasterio,conda-forge/rasterio,,,,11721.0,10616.0,https://pypi.org/project/rasterio,2024-03-03 01:11:49.000,1105.0,2327091.0,2401258.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2818078.0,,,,,2.0,853.0,,,,,,,,,,,,,,,,,,, +96,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-03-05 23:35:48.000000,2024-03-05 23:35:45,1485.0,15.0,195.0,48.0,534.0,29.0,744.0,1109.0,Fiona reads and writes geographic data files.,72.0,37,True,2023-10-12 19:29:21.000,1.9.5,47.0,fiona,conda-forge/fiona,,,,18339.0,18339.0,https://pypi.org/project/fiona,,,6216700.0,6336691.0,https://anaconda.org/conda-forge/fiona,2024-01-01 18:20:39.698,5279622.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-03-05 10:44:21.000000,2024-02-26 20:15:44,2321.0,3.0,6319.0,420.0,1326.0,1200.0,3036.0,28847.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,424.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2865.0,2790.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,75.0,292215.0,293601.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,60814.0,,,,,1.0,326.0,,,,,,,,,,,,,,,,,,, +98,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-03-04 20:45:33.000000,2020-06-01 14:58:26,2913.0,,2425.0,232.0,337.0,295.0,223.0,14051.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,,,,19130.0,18699.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,431.0,346156.0,348808.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,151183.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +99,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-03-07 14:47:16.000000,2024-03-07 14:13:36,3229.0,319.0,1566.0,123.0,3471.0,330.0,2820.0,12941.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",229.0,36,True,2024-03-04 14:40:06.000,1.25.0,83.0,haystack,,,,,227.0,140.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,87.0,3673.0,3673.0,,,,,,,,1.0,23.0,,,,,,,,,,,,,,,,,,, +100,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-03-07 13:27:00.000000,2024-03-07 01:17:12,6201.0,231.0,1956.0,185.0,6010.0,58.0,1911.0,9472.0,NeMo: a framework for generative AI.,287.0,36,True,2024-02-28 06:18:16.000,1.23.0,47.0,nemo-toolkit,,,,['pytorch'],21.0,21.0,https://pypi.org/project/nemo-toolkit,,,55999.0,57965.0,,,,,,,,1.0,106217.0,,,,,,,,,,,,,,,,,,, +101,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-03-06 19:15:16.000000,2024-03-02 20:50:36,1282.0,162.0,1721.0,130.0,145.0,6.0,915.0,9428.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",55.0,36,True,2024-02-25 15:43:18.000,0.0.85,84.0,deepface,,,,,2688.0,2667.0,https://pypi.org/project/deepface,2024-02-25 15:33:31.000,21.0,209174.0,209174.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +102,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-02-28 07:42:03.000000,2024-01-24 13:04:18,855.0,7.0,1275.0,141.0,493.0,39.0,547.0,6652.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,82.0,36,True,2024-01-24 19:22:58.000,0.12.0,34.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],25293.0,24926.0,https://pypi.org/project/imbalanced-learn,2024-01-24 19:14:48.000,367.0,10798646.0,10810457.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-01-24 19:39:53.672,531511.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +103,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-03-07 09:45:13.000000,2024-03-07 09:45:12,2971.0,265.0,722.0,71.0,3325.0,213.0,798.0,6370.0,Build Production-Grade AI Applications.,196.0,36,True,2024-03-05 09:23:06.000,1.2.5,136.0,bentoml,,,,,1633.0,1619.0,https://pypi.org/project/bentoml,2024-03-05 09:23:06.000,14.0,93916.0,93951.0,,,,,,,,2.0,1898.0,,,,,,,,,,,,,,,,,,, +104,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-03-06 15:51:06.000000,2024-03-03 15:09:21,2965.0,44.0,934.0,92.0,3231.0,283.0,2607.0,5107.0,AI Toolkit for Healthcare Imaging.,179.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],1962.0,1908.0,https://pypi.org/project/monai,2023-10-12 17:09:21.000,54.0,149566.0,150358.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,21396.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +105,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-03-07 14:20:14.000000,2024-03-07 04:24:21,10320.0,537.0,1576.0,147.0,2223.0,578.0,1221.0,4980.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",236.0,36,True,2022-12-01 14:00:47.111,2.7.1,824.0,deepchem,conda-forge/deepchem,,,['tensorflow'],336.0,324.0,https://pypi.org/project/deepchem,2024-03-07 04:36:31.000,12.0,27816.0,29961.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,105146.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +106,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-03-07 09:21:08.000000,2024-03-07 09:12:50,2301.0,136.0,207.0,64.0,132.0,69.0,540.0,3751.0,A Grammar of Graphics for Python.,106.0,36,True,2024-03-06 19:17:02.000,0.13.1,22.0,plotnine,conda-forge/plotnine,,,,7293.0,7018.0,https://pypi.org/project/plotnine,2024-03-06 18:25:28.000,275.0,2686002.0,2693540.0,https://anaconda.org/conda-forge/plotnine,2024-03-06 18:45:45.389,339243.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,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-03-05 20:32:06.000000,2024-03-04 12:30:35,8490.0,93.0,693.0,100.0,13151.0,48.0,814.0,3630.0,State of the Art Natural Language Processing.,112.0,36,True,2024-03-04 12:45:06.000,5.3.1,139.0,spark-nlp,,,,['spark'],429.0,396.0,https://pypi.org/project/spark-nlp,2024-03-04 12:20:03.000,33.0,3959019.0,3959019.0,,,,,,,,1.0,,,,,,,,,4.0,,,,,,,,,,, +108,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-03-07 00:39:15.000000,2024-03-07 00:39:15,3922.0,60.0,1033.0,153.0,1587.0,357.0,869.0,3618.0,Fast data visualization and GUI tools for scientific / engineering applications.,273.0,36,True,2023-04-14 21:33:03.621,0.13.3,21.0,pyqtgraph,conda-forge/pyqtgraph,,,,9947.0,8964.0,https://pypi.org/project/pyqtgraph,2023-04-14 21:33:03.621,983.0,193810.0,199717.0,https://anaconda.org/conda-forge/pyqtgraph,2023-06-16 13:19:32.302,508004.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +109,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-03-07 13:44:25.000000,2024-03-07 13:44:24,4168.0,207.0,412.0,35.0,3014.0,458.0,1044.0,2229.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,154.0,36,True,2024-02-06 10:12:28.000,0.43.3,69.0,pyvista,conda-forge/pyvista,,,['jupyter'],2689.0,2689.0,https://pypi.org/project/pyvista,,,325580.0,335469.0,https://anaconda.org/conda-forge/pyvista,2024-02-06 17:09:54.392,444564.0,,,,,2.0,792.0,,,,,,,,,,,,,,,,,,, +110,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-03-07 08:54:22.000000,2024-03-07 08:53:30,1700.0,113.0,354.0,26.0,1431.0,66.0,724.0,1845.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",229.0,36,True,2024-02-12 19:10:54.000,1.3.1,43.0,metrics,conda-forge/torchmetrics,,,['pytorch'],21431.0,21418.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,13.0,2927.0,37404.0,https://anaconda.org/conda-forge/torchmetrics,2024-03-05 21:39:18.786,1236370.0,,,,,2.0,4824.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,,, +111,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-03-07 13:10:20.000000,2024-03-07 10:47:16,1310.0,97.0,381.0,60.0,1236.0,121.0,628.0,1555.0,The official Python client for the Huggingface Hub.,140.0,36,True,2024-03-06 12:14:05.000,0.21.4,101.0,huggingface_hub,conda-forge/huggingface_hub,,,,685.0,,https://pypi.org/project/huggingface_hub,2024-03-06 12:12:04.000,685.0,26264717.0,26307604.0,https://anaconda.org/conda-forge/huggingface_hub,2024-03-07 11:26:56.212,1586831.0,,,,,2.0,,,,,,,,,4.0,,,,,,,,,,, +112,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-03-06 10:47:40.000000,2024-02-23 17:12:49,1528.0,12.0,366.0,48.0,1474.0,164.0,671.0,1497.0,Exploratory analysis of Bayesian models with Python.,153.0,36,True,2023-12-27 16:22:43.000,0.17.0,35.0,arviz,conda-forge/arviz,,,,6130.0,5963.0,https://pypi.org/project/arviz,2023-12-27 16:22:43.000,167.0,1933986.0,1979157.0,https://anaconda.org/conda-forge/arviz,2023-12-28 12:43:24.180,2077804.0,,,,,1.0,133.0,,,,,,,,,,,,,,,,,,, +113,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-02-12 00:19:31.000000,2024-02-11 16:39:29,1856.0,11.0,199.0,32.0,211.0,24.0,391.0,1350.0,The ctypes-based simple ImageMagick binding for Python.,104.0,36,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,19100.0,18380.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,720.0,828856.0,830201.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,37392.0,,,,,2.0,42684.0,,,,,,,,,,,,,,,,,,, +114,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-03-06 22:47:50.000000,2024-03-06 19:43:34,10236.0,103.0,541.0,71.0,2343.0,296.0,1727.0,1089.0,Machine learning for NeuroImaging in Python.,233.0,36,True,2024-01-29 09:31:15.000,0.10.3,46.0,nilearn,conda-forge/nilearn,,,['sklearn'],3219.0,2922.0,https://pypi.org/project/nilearn,2024-01-29 09:31:15.000,297.0,54623.0,61145.0,https://anaconda.org/conda-forge/nilearn,2024-01-29 13:01:39.700,260725.0,,,,,1.0,155.0,,,,,,,,,,,,,,,,,,, +115,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-03-05 16:26:52.000000,2024-03-05 14:28:23,5802.0,56.0,257.0,37.0,796.0,128.0,398.0,611.0,Python package to access a cacophony of neuro-imaging file formats.,102.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,18715.0,17502.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1213.0,445514.0,460673.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,682194.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +116,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-02-06 12:31:50.000000,2023-09-04 11:42:16,615.0,,2831.0,302.0,244.0,340.0,585.0,21351.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:53:04.000,1.7.1,22.0,easyocr,,,,,5401.0,5401.0,https://pypi.org/project/easyocr,,,272484.0,478758.0,,,,,,,,1.0,9282374.0,,,,,,,,,,,,,,,,,,, +117,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-03-04 16:39:07.000000,2024-01-30 09:34:31,8771.0,80.0,2965.0,270.0,1226.0,168.0,658.0,17657.0,Best Practices on Recommendation Systems.,129.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,106.0,104.0,https://pypi.org/project/recommenders,2022-04-01 08:49:49.000,2.0,74157.0,74164.0,,,,,,,,1.0,470.0,recommenders-team/recommenders,,,,,,,,,,,,,,,,,, +118,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-02-10 14:00:13.000000,2023-10-18 07:33:05,791.0,,4457.0,431.0,439.0,377.0,1724.0,17557.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,35,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,149.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,128.0,799134.0,831671.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1137849.0,,,,,1.0,2365.0,,,,,,,,,,,,,,,,,,, +119,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-03-01 22:45:49.000000,2024-01-05 20:03:59,1332.0,1.0,2229.0,334.0,1581.0,372.0,1857.0,13853.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1138.0,1101.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,37.0,73163.0,73163.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,, +120,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-03-05 17:07:37.000000,2021-06-01 10:43:00,1848.0,,4280.0,549.0,713.0,358.0,1270.0,13841.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,,,,,5621.0,5621.0,https://pypi.org/project/chatterbot,,,31186.0,31186.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +121,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-02-06 22:23:52.000000,2023-08-20 17:38:53,890.0,,1116.0,320.0,267.0,54.0,343.0,12525.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,,,,3902.0,3626.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,276.0,1090297.0,1099486.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,385961.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,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,,2172.0,282.0,3096.0,80.0,2477.0,11662.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:32:24.000,2.10.1,59.0,allennlp,conda-forge/allennlp,,,['pytorch'],3946.0,3946.0,https://pypi.org/project/allennlp,,,42945.0,44851.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,120125.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,,, +123,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-03-07 07:57:32.000000,2024-03-07 07:56:23,3834.0,84.0,1114.0,193.0,2829.0,284.0,753.0,10643.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",152.0,35,True,2024-02-28 07:30:10.000,0.10.1,48.0,ludwig,,,,['tensorflow'],241.0,241.0,https://pypi.org/project/ludwig,,,3760.0,3760.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,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-03-07 13:34:45.000000,2024-03-04 11:34:51,6029.0,9.0,3255.0,244.0,1480.0,1044.0,3851.0,10270.0,Open-source simulator for autonomous driving research.,171.0,35,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,659.0,652.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,20814.0,20814.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +125,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-02-20 00:29:26.000000,2024-02-20 00:29:26,571.0,8.0,1094.0,264.0,160.0,94.0,167.0,8864.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,35,True,2013-09-26 02:29:01.000,0.7.0,7.0,textblob,conda-forge/textblob,,,,36492.0,36492.0,https://pypi.org/project/textblob,,,765271.0,767941.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,243005.0,,,,,2.0,114.0,,,,,,,,,,,,,,,,,,, +126,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-03-07 05:12:27.000000,2024-03-07 05:11:14,2566.0,97.0,614.0,104.0,455.0,554.0,1212.0,8751.0,An open source multi-tool for exploring and publishing data.,77.0,35,True,2023-12-22 23:22:42.000,0.64.6,146.0,datasette,conda-forge/datasette,,,,1432.0,1204.0,https://pypi.org/project/datasette,2024-02-29 22:44:06.000,228.0,43580.0,44461.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,30820.0,,,,,1.0,59.0,,,,,,,,,datasette,,,,,,,,,, +127,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-03-05 13:07:16.000000,2022-12-08 17:49:19,746.0,,987.0,135.0,225.0,342.0,270.0,8197.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,,,,52761.0,51428.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1333.0,4211317.0,4212633.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,82938.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +128,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-02-11 06:38:37.000000,2024-02-11 06:36:31,669.0,10.0,324.0,71.0,107.0,28.0,135.0,7730.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,35,True,2023-10-01 01:13:00.000,0.7.0,13.0,einops,conda-forge/einops,,,,27976.0,27976.0,https://pypi.org/project/einops,,,7072968.0,7077532.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,187143.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,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-03-07 14:50:49.000000,2024-03-07 14:50:46,32380.0,108.0,1980.0,384.0,6780.0,2733.0,6569.0,6660.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",260.0,35,True,,,150.0,h2o,,,,,106.0,21.0,https://pypi.org/project/h2o,2023-12-20 19:10:56.000,85.0,377723.0,377723.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-02-28 17:12:19.096000,2023-11-23 21:41:49,1136.0,,661.0,90.0,269.0,32.0,252.0,4222.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4082.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4082.0,4850465.0,4878605.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1266340.0,,,,,2.0,21.0,,,,,,,,,,,,,,,,,,, +131,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-03-07 09:26:52.000000,2024-03-06 18:38:29,3700.0,92.0,792.0,57.0,1471.0,348.0,1210.0,3917.0,"Serve, optimize and scale PyTorch models in production.",186.0,35,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],631.0,615.0,https://pypi.org/project/torchserve,2023-10-12 22:01:55.000,16.0,47152.0,73892.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,157011.0,https://hub.docker.com/r/pytorch/torchserve,2023-10-12 22:44:52.307587,23.0,1233989.0,2.0,5576.0,,,,,,,,,,,,,,,,,,, +132,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-02-23 00:11:47.000000,2024-02-07 15:14:19,5271.0,5.0,268.0,79.0,780.0,14.0,124.0,2777.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2024-02-07 18:33:24.000,8.2.3,77.0,thinc,conda-forge/thinc,,,,43564.0,43564.0,https://pypi.org/project/thinc,,,6096713.0,6155752.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2715805.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,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-03-07 14:45:16.000000,2024-03-06 21:58:50,3982.0,205.0,528.0,47.0,4193.0,256.0,912.0,2065.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,162.0,35,True,2024-03-04 20:41:37.000,0.35.0,55.0,pennylane,conda-forge/pennylane,,,,856.0,784.0,https://pypi.org/project/pennylane,2024-03-04 20:41:37.000,72.0,54927.0,54928.0,https://anaconda.org/conda-forge/pennylane,,,,,,,1.0,71.0,,,,,,,,,,,,,,,,,,, +134,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-03-07 10:56:43.000000,2024-03-07 10:55:40,5092.0,158.0,500.0,21.0,1200.0,995.0,611.0,2062.0,"This is the development home of the workflow management system Snakemake. For general information, see.",319.0,35,True,2024-03-06 14:16:49.000,8.5.4,316.0,snakemake,bioconda/snakemake,,,,2159.0,1892.0,https://pypi.org/project/snakemake,2024-03-06 14:16:49.000,267.0,205703.0,215469.0,https://anaconda.org/bioconda/snakemake,2024-03-06 15:49:41.768,986445.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +135,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2024-03-06 06:34:09.000000,2024-03-06 06:34:01,1216.0,5.0,205.0,33.0,47.0,9.0,159.0,1545.0,Simple Python interface for Graphviz.,22.0,35,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,65244.0,61720.0,https://pypi.org/project/graphviz,2022-07-23 11:35:06.076,3524.0,9089191.0,9089714.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,43466.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,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-03-07 14:00:56.000000,2024-03-07 14:00:56,2807.0,45.0,275.0,34.0,206.0,42.0,498.0,1212.0,Python interface for igraph.,72.0,35,False,2024-02-14 11:09:57.000,0.11.4,40.0,python-igraph,conda-forge/igraph,,,,4241.0,3824.0,https://pypi.org/project/python-igraph,2024-02-14 11:09:57.000,417.0,436982.0,455162.0,https://anaconda.org/conda-forge/igraph,2024-02-13 16:32:10.931,503844.0,,,,,1.0,562298.0,,,,,,,,,,,,,,,,,,, +137,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-03-07 13:48:26.000000,2024-03-06 14:05:25,1602.0,95.0,160.0,32.0,1489.0,43.0,177.0,1135.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,35,True,2024-01-24 21:51:51.000,2024.1.0,24.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],9867.0,9867.0,https://pypi.org/project/scikit-learn-intelex,,,189155.0,196046.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-01-25 17:59:16.547,241193.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +138,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-03-06 05:33:34.000000,2024-03-02 03:46:10,1540.0,13.0,211.0,33.0,681.0,31.0,570.0,972.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,29898.0,27815.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2083.0,8251022.0,8416071.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7262173.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +139,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-03-07 07:25:27.000000,2024-02-10 14:20:58,4668.0,34.0,3091.0,247.0,714.0,68.0,938.0,27513.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,34,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",26.0,,https://pypi.org/project/tts,2023-12-12 15:27:06.000,26.0,98825.0,154542.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10465.0,,,,,2.0,1992852.0,,,,,,,,,,,,,,,,,,, +140,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-03-07 03:18:44.000000,2024-03-07 03:18:39,7717.0,328.0,2635.0,295.0,186.0,27.0,1025.0,25606.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-03-04 16:15:16.000,7.5.3,630.0,netron,,,,"['pytorch', 'tensorflow']",86.0,12.0,https://pypi.org/project/netron,2024-03-04 16:15:16.000,74.0,31218.0,99898.0,,,,,,,,1.0,68680.0,,,,,,,,,,,,,,,,,,, +141,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-03-05 11:24:18.000000,2024-02-20 15:25:38,390.0,2.0,4511.0,843.0,267.0,467.0,611.0,25472.0,Library for fast text representation and classification.,67.0,34,True,2020-04-28 09:51:33.000,0.9.2,4.0,fasttext,conda-forge/fasttext,,,,5664.0,5664.0,https://pypi.org/project/fasttext,,,933817.0,935602.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,74970.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3924.0,664.0,1674.0,137.0,1985.0,23961.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'],443.0,400.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,9943.0,26931.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2540.0,,,,,2.0,1116032.0,,,,,,,,,,,,,,,,,,, +143,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-03-07 13:59:23.000000,2024-03-07 11:31:06,34996.0,570.0,12295.0,947.0,24450.0,,,22928.0,Apache Flink Python API.,1835.0,34,True,,,,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,,,197843.0,197843.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,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-03-01 11:17:43.000000,2024-02-22 07:54:41,3777.0,57.0,852.0,138.0,168.0,98.0,985.0,11539.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",91.0,34,True,2024-02-16 06:58:32.000,16.1.1,46.0,ocrmypdf,conda-forge/ocrmypdf,,,,753.0,753.0,https://pypi.org/project/ocrmypdf,,,76173.0,78190.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,61795.0,,,,,2.0,2435.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +145,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,,2011-08-10 03:48:06.000,2024-01-15 03:16:24.000000,2024-01-15 03:16:24,28133.0,1.0,2409.0,543.0,4118.0,593.0,2087.0,9849.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,34,False,,,8.0,theano,conda-forge/theano,,,,14822.0,14822.0,https://pypi.org/project/theano,,,361736.0,387753.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2393594.0,,,,,2.0,,,,,,,,,-4.0,,,,,,,,,,, +146,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-03-01 16:46:55.000000,2024-02-27 21:52:54,2452.0,21.0,986.0,204.0,2277.0,249.0,832.0,8289.0,Deep universal probabilistic programming with Python and PyTorch.,150.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,116.0,332339.0,336339.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,144011.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +147,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-02-25 13:10:20.000000,2023-12-06 12:55:15,486.0,,2328.0,284.0,142.0,310.0,315.0,7926.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,34,True,2023-12-06 13:10:51.000,3.10.1,56.0,SpeechRecognition,conda-forge/speechrecognition,,,,873.0,21.0,https://pypi.org/project/SpeechRecognition,2023-12-06 13:02:22.000,852.0,693133.0,697254.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,177214.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,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-02-09 07:53:55.073000,2024-02-09 06:45:29,1724.0,4.0,1310.0,149.0,207.0,196.0,145.0,7841.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3428.0,3363.0,https://pypi.org/project/pyod,2024-02-09 06:50:32.000,65.0,655819.0,657801.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,91206.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,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-02-26 18:02:33.000000,2024-02-26 18:02:32,2881.0,23.0,2082.0,175.0,1137.0,12.0,1414.0,6495.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2024-02-22 17:42:09.000,3.5.0,49.0,OpenNMT-py,,,,['pytorch'],257.0,257.0,https://pypi.org/project/OpenNMT-py,,,6409.0,6409.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,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-03-07 05:58:20.000000,2024-03-07 04:47:29,19287.0,526.0,464.0,53.0,2731.0,474.0,988.0,6468.0,"Visualize, create, and debug image and video datasets and model predictions.",113.0,34,True,2024-02-15 16:10:53.000,0.23.5,140.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",523.0,511.0,https://pypi.org/project/fiftyone,2024-02-15 15:14:41.000,12.0,45447.0,45447.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,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-03-06 13:59:08.000000,2024-03-06 07:11:26,2312.0,62.0,621.0,93.0,252.0,436.0,527.0,5107.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",92.0,34,True,2024-02-21 14:44:28.000,1.14.4,157.0,clearml,,allegroai/trains,,,988.0,970.0,https://pypi.org/project/clearml,2024-03-03 11:45:33.000,18.0,278770.0,279338.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30237.0,2.0,2167.0,,,,,,,,,,,,,,,,,,, +152,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-02-24 17:59:41.000000,2024-02-23 15:26:08,1639.0,4.0,839.0,119.0,524.0,125.0,337.0,4731.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,104.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],12647.0,12456.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,191.0,612844.0,619632.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,298708.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +153,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-02-28 13:25:39.000000,2024-02-14 22:32:35,1660.0,9.0,602.0,60.0,1804.0,112.0,1250.0,4426.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,206.0,34,True,2023-10-19 08:22:16.000,0.4.13,24.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2717.0,2717.0,https://pypi.org/project/pytorch-ignite,,,222456.0,225021.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,177018.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,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-02-27 14:47:01.000000,2024-02-17 23:50:32,12156.0,121.0,1117.0,100.0,1315.0,149.0,742.0,4357.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,500.0,489.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,25681.0,26506.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,36326.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +155,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-02-15 18:01:45.000000,2024-02-15 18:01:44,1293.0,3.0,2511.0,1973.0,533.0,386.0,1076.0,3905.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,102.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-02-06 19:36:25.000,48.0,540926.0,540933.0,,,,,,,,2.0,507.0,,,,,,,,,,,,,,,,,,, +156,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-02-06 10:10:29.000000,2024-02-06 10:10:27,1180.0,6.0,1678.0,146.0,210.0,7.0,682.0,3427.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],343.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,343.0,3789689.0,3791866.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-30 18:21:57.617,93627.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +157,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-03-07 11:34:50.000000,2024-02-27 17:05:41,1300.0,7.0,804.0,278.0,1445.0,312.0,514.0,3422.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",153.0,34,True,2024-02-22 21:21:31.000,0.17.1,32.0,torchtext,,,,['pytorch'],496.0,,https://pypi.org/project/torchtext,2024-02-22 19:21:01.000,496.0,533133.0,533133.0,,,,,,,,2.0,,,,,,,,,4.0,,,,,,,,,,, +158,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-03-06 11:18:46.000000,2024-03-05 16:46:57,1814.0,61.0,354.0,54.0,1553.0,57.0,400.0,2910.0,Bayesian optimization in PyTorch.,110.0,34,True,2024-02-27 05:58:28.000,0.10.0,42.0,botorch,conda-forge/botorch,,,['pytorch'],877.0,877.0,https://pypi.org/project/botorch,,,176758.0,179082.0,https://anaconda.org/conda-forge/botorch,2024-02-27 09:02:55.942,99935.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +159,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,19.0,584.0,69.0,481.0,245.0,702.0,2256.0,Survival analysis in Python.,117.0,34,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2388.0,2254.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,134.0,485931.0,492769.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,314593.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-03-07 07:24:52.000000,2024-03-06 21:17:57,2881.0,146.0,284.0,67.0,1605.0,84.0,594.0,2237.0,Adaptive Experimentation Platform.,165.0,34,True,2024-03-01 16:28:08.000,0.3.7,40.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],690.0,661.0,https://pypi.org/project/ax-platform,2024-03-01 16:28:08.000,29.0,142672.0,143206.0,https://anaconda.org/conda-forge/ax-platform,2024-03-02 16:28:38.668,17644.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +161,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-03-07 13:10:17.000000,2024-03-01 14:23:19,986.0,81.0,333.0,53.0,1128.0,291.0,378.0,2010.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,99.0,34,True,2024-02-18 02:19:37.000,1.17.1,58.0,optimum,conda-forge/optimum,,,,1834.0,1771.0,https://pypi.org/project/optimum,2024-02-18 02:14:48.000,63.0,966804.0,967311.0,https://anaconda.org/conda-forge/optimum,2024-02-18 04:42:34.186,11667.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +162,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-03-06 15:51:39.000000,2024-03-01 15:29:40,1173.0,16.0,364.0,66.0,599.0,268.0,347.0,1445.0,A Jupyter - Leaflet.js bridge.,88.0,34,True,2024-01-23 17:57:40.189,0.18.2,81.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],7761.0,7589.0,https://pypi.org/project/ipyleaflet,2024-01-23 17:54:03.000,166.0,128761.0,166807.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1105556.0,,,,,2.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-01-23 17:57:40.189,6.0,14013.0,,,,,,,,,,,, +163,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-03-06 00:54:26.000000,2024-03-05 19:52:43,872.0,9.0,319.0,45.0,1015.0,160.0,166.0,1186.0,Making text a first-class citizen in TensorFlow.,113.0,34,True,2023-11-15 19:00:05.000,2.15.0,68.0,tensorflow-text,,,,['tensorflow'],6624.0,6485.0,https://pypi.org/project/tensorflow-text,2024-02-28 01:15:07.000,139.0,5705900.0,5705900.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-02-23 21:54:31.000000,2024-02-23 21:54:27,1531.0,9.0,152.0,41.0,132.0,8.0,640.0,1155.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,34,True,2023-12-21 20:05:21.000,1.9.1,32.0,agate,conda-forge/agate,,,,3010.0,2861.0,https://pypi.org/project/agate,2023-12-21 20:05:21.000,149.0,5562905.0,5567760.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,165078.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +165,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-03-04 15:49:58.000000,2024-03-04 15:49:31,14804.0,17.0,506.0,50.0,2283.0,396.0,951.0,723.0,Workflows and interfaces for neuroimaging packages.,252.0,34,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4253.0,4075.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,178.0,129527.0,143347.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,594275.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +166,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-03-07 10:33:52.000000,2024-03-07 06:58:56,3023.0,108.0,4167.0,372.0,3683.0,383.0,1176.0,36581.0,"Making large AI models cheaper, faster and more accessible.",170.0,33,True,2024-02-23 08:46:07.000,0.3.5,35.0,,,,,,296.0,296.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +167,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-03-06 16:35:21.000000,2024-03-05 23:16:22,1504.0,9.0,6850.0,381.0,651.0,390.0,3043.0,28219.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",266.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1638.0,1638.0,https://pypi.org/project/detectron2,,,,5104.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,224576.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,,2018-08-02 17:56:45.000,2024-03-07 13:28:30.000000,2024-03-07 12:59:30,17346.0,885.0,2603.0,379.0,4733.0,378.0,3328.0,20130.0,"The platform for building custom AI, enabling smarter organizations.",821.0,33,False,2024-02-19 15:20:51.000,24.2.3.0,100.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,,,12666.0,12666.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +169,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-01-23 01:48:22.000000,2023-07-11 13:03:36,1421.0,,3770.0,758.0,1134.0,403.0,588.0,18877.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'],536.0,498.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,38.0,3475.0,3475.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +170,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,,4627.0,1006.0,1869.0,357.0,658.0,16947.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1068.0,982.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,86.0,2781.0,2958.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7470.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +171,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-03-07 11:44:47.000000,2023-10-26 05:31:53,3012.0,,1800.0,282.0,3504.0,373.0,1677.0,13621.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,616.0,578.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,15489.0,15489.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +172,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-01-02 11:17:53.000000,2024-01-02 11:17:47,862.0,3.0,1270.0,417.0,85.0,32.0,159.0,9682.0,TensorFlow-based neural network library.,58.0,33,True,2024-01-02 11:08:14.000,2.0.2,13.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1245.0,1245.0,https://pypi.org/project/dm-sonnet,,,22971.0,23491.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,27060.0,,,,,2.0,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,, +173,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-02-26 15:57:08.680000,2024-02-23 19:03:07,2440.0,7.0,1539.0,289.0,430.0,284.0,637.0,9441.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,33,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2695.0,2633.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,62.0,39179.0,44627.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,245180.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +174,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,,898.0,260.0,148.0,108.0,103.0,9074.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,25159.0,23015.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,2144.0,5715926.0,5721616.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,523548.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,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-03-07 00:42:44.000000,2024-03-07 00:36:13,862.0,49.0,693.0,278.0,1146.0,310.0,364.0,7433.0,"Build and manage real-life ML, AI, and data science projects with ease!.",82.0,33,True,2024-02-27 01:49:00.000,2.11.4,111.0,metaflow,conda-forge/metaflow,,,,635.0,607.0,https://pypi.org/project/metaflow,2024-02-27 01:49:00.000,28.0,196756.0,200422.0,https://anaconda.org/conda-forge/metaflow,2024-02-27 10:32:57.215,161323.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,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-03-07 07:07:46.000000,2024-03-07 03:57:50,38441.0,481.0,807.0,147.0,9247.0,1064.0,5021.0,7091.0,cuDF - GPU DataFrame Library.,273.0,33,True,2024-02-27 15:12:35.000,24.02.02,47.0,cudf,,,,,63.0,52.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,11.0,2543.0,2543.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,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-03-06 17:25:17.000000,2024-03-05 10:03:57,1158.0,43.0,777.0,60.0,921.0,253.0,1117.0,7078.0,A python library for user-friendly forecasting and anomaly detection on time series.,112.0,33,True,2024-03-05 21:28:26.000,0.28.0,41.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,544.0,539.0,https://pypi.org/project/u8darts,2024-03-05 21:28:26.000,5.0,24121.0,25379.0,https://anaconda.org/conda-forge/u8darts-all,2024-03-06 11:14:27.080,40034.0,https://hub.docker.com/r/unit8/darts,2024-03-05 10:14:43.603879,,519.0,1.0,,,,,,,,,,,,,,,,,,,, +178,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-03-05 08:11:13.000000,2023-09-29 18:36:14,1218.0,,1078.0,125.0,274.0,250.0,412.0,7021.0,Distributed Asynchronous Hyperparameter Optimization in Python.,102.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,14406.0,13899.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,507.0,2111855.0,2123227.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,750590.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +179,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-03-04 19:42:56.000000,2024-03-04 19:42:55,1347.0,32.0,832.0,158.0,1689.0,168.0,823.0,6970.0,An open source python library for automated feature engineering.,72.0,33,True,2024-02-26 17:28:49.000,1.30.0,100.0,featuretools,conda-forge/featuretools,,,,1550.0,1550.0,https://pypi.org/project/featuretools,,,52016.0,55946.0,https://anaconda.org/conda-forge/featuretools,2024-02-27 14:54:50.393,176881.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-03-06 05:00:08.000000,2024-03-02 17:04:19,3264.0,6.0,912.0,137.0,643.0,63.0,1110.0,6547.0,Python library for audio and music analysis.,120.0,33,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1560.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1560.0,2596978.0,2613350.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,720381.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +181,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-03-07 00:36:01.000000,2024-03-05 15:47:49,3002.0,155.0,691.0,140.0,99.0,88.0,326.0,5933.0,Fit interpretable models. Explain blackbox machine learning.,42.0,33,True,2024-02-14 22:27:38.000,0.5.1,41.0,interpret,,,,['jupyter'],633.0,633.0,https://pypi.org/project/interpret,,,78637.0,78637.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,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,,1322.0,291.0,6588.0,12.0,2030.0,5850.0,A flexible framework of neural networks for deep learning.,324.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,100.0,chainer,conda-forge/chainer,,,,3194.0,3194.0,https://pypi.org/project/chainer,,,18163.0,18503.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16671.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,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-02-02 08:20:24.000000,2023-07-28 00:16:45,2332.0,,1101.0,191.0,234.0,270.0,281.0,5493.0,Distributed Evolutionary Algorithms in Python.,87.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4860.0,4487.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,373.0,193062.0,201807.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,358546.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +184,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-03-07 13:04:31.000000,2024-02-29 11:12:30,29664.0,433.0,1582.0,183.0,2062.0,28.0,1567.0,4708.0,"mlpack: a fast, header-only C++ machine learning library.",311.0,33,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,2023-12-16 03:56:46.000,1.0,4285.0,8024.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,168271.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,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-03-06 17:22:40.000000,2024-02-22 23:04:50,1134.0,24.0,588.0,115.0,853.0,284.0,1033.0,3961.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",160.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3808.0,3635.0,https://pypi.org/project/coremltools,2023-11-01 14:33:59.000,173.0,185513.0,186938.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53631.0,,,,,2.0,9181.0,,,,,,,,,,,,,,,,,,, +186,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-03-04 07:54:57.000000,2023-12-03 03:47:34,490.0,,595.0,66.0,215.0,191.0,154.0,3893.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6127.0,6061.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,66.0,757743.0,761102.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,131015.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,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-03-07 11:38:52.000000,2024-02-22 17:35:41,1270.0,40.0,230.0,35.0,427.0,85.0,204.0,3429.0,Lightning fast forecasting with statistical and econometric models.,37.0,33,True,2024-02-05 21:45:31.000,1.7.3,31.0,statsforecast,conda-forge/statsforecast,,,,759.0,733.0,https://pypi.org/project/statsforecast,2024-02-05 21:45:31.000,26.0,567645.0,570125.0,https://anaconda.org/conda-forge/statsforecast,2024-02-06 03:02:36.606,59522.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +188,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,,2013-03-21 18:43:22.000,2024-02-16 20:10:11.000000,2024-02-16 20:10:10,7363.0,38.0,602.0,117.0,1159.0,311.0,1106.0,3196.0,High-performance interactive 2D/3D data visualization library.,193.0,33,False,2023-10-03 22:23:12.000,0.14.1,35.0,vispy,conda-forge/vispy,,,['jupyter'],1429.0,1429.0,https://pypi.org/project/vispy,,,92387.0,103318.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,458973.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,,,4.0,,,,,,,,,,,, +189,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-02-13 11:58:20.000000,2024-02-13 11:57:59,1492.0,4.0,357.0,91.0,737.0,128.0,441.0,3169.0,Quickly and accurately render even the largest data.,55.0,33,True,2023-10-26 15:10:16.000,0.16.0,33.0,datashader,conda-forge/datashader,,,,3675.0,3675.0,https://pypi.org/project/datashader,,,495720.0,512479.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,770951.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,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-03-07 14:22:07.000000,2024-03-07 12:22:11,2889.0,159.0,290.0,24.0,2666.0,180.0,1643.0,2986.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",79.0,33,True,2024-02-29 10:31:19.000,1.25.0,100.0,rubrix,conda-forge/rubrix,,,,2284.0,2284.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,1673.0,2742.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28876.0,,,,,2.0,,argilla-io/argilla,,,,,,,,,,,,,,,,,, +191,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-03-07 11:34:46.000000,2024-02-27 19:07:25,2302.0,9.0,624.0,76.0,2855.0,204.0,715.0,2349.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",222.0,33,True,2024-02-22 21:42:46.000,2.2.1,32.0,torchaudio,,,,['pytorch'],586.0,,https://pypi.org/project/torchaudio,2024-02-22 19:20:36.000,586.0,2423881.0,2423881.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +192,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,10.0,355.0,84.0,168.0,215.0,146.0,2310.0,D3 Renderings of Matplotlib Graphics.,52.0,33,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6050.0,5626.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,415.0,524277.0,529203.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,193528.0,,,,,2.0,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,626.0,,,,,,,,,,,, +193,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-02-21 22:30:58.000000,2024-02-19 19:00:58,3685.0,19.0,193.0,50.0,1353.0,125.0,716.0,1952.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,1876.0,1854.0,https://pypi.org/project/pythran,2024-01-07 21:21:39.000,22.0,198483.0,209219.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,450931.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +194,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,1.0,612.0,57.0,1880.0,87.0,895.0,1680.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,33,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14372.0,14147.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,923577.0,923577.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +195,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-03-06 16:08:00.000000,2024-03-05 00:40:56,2968.0,34.0,356.0,55.0,1131.0,314.0,939.0,1332.0,Cartopy - a cartographic python library with matplotlib support.,125.0,33,True,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,5002.0,4529.0,https://pypi.org/project/cartopy,2023-08-05 00:57:41.000,473.0,225580.0,299736.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3411219.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +196,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-03-07 11:32:11.000000,2024-03-07 04:32:59,13806.0,230.0,401.0,49.0,2041.0,151.0,762.0,655.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",157.0,33,False,2023-12-14 14:48:42.000,1.8.0,27.0,dipy,conda-forge/dipy,,,,1129.0,1016.0,https://pypi.org/project/dipy,2023-12-14 14:48:42.000,113.0,29936.0,40132.0,https://anaconda.org/conda-forge/dipy,2024-02-08 16:36:03.303,428261.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +197,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-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,12991.0,1565.0,227.0,730.0,584.0,51276.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2018-04-02 17:18:43.000,1.2.2,2.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],21.0,21.0,https://pypi.org/project/face_recognition,,,83893.0,84377.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19772.0,,,,,2.0,1227.0,,,,,,,,,,,,,,,,,,, +198,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-03-07 14:13:34.000000,2024-03-07 02:44:49,3730.0,699.0,2503.0,259.0,3053.0,97.0,427.0,22629.0,You like pytorch? You like micrograd? You love tinygrad!.,283.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],48.0,48.0,,,,,,,,,,,,,1.0,,tinygrad/tinygrad,,,,,,,,,,,,,,,,,, +199,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,,3420.0,467.0,671.0,590.0,672.0,14649.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1547.0,1457.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,90.0,5698.0,5698.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1743.0,263.0,114.0,89.0,535.0,11184.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,18.0,lime,conda-forge/lime,,,,5148.0,5148.0,https://pypi.org/project/lime,,,327122.0,329397.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,198006.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +201,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,,1159.0,337.0,1683.0,523.0,1294.0,11145.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,389.0,368.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,21.0,28080.0,28208.0,,,,,,,,3.0,9640.0,,,,,,,,,,,,,,,,,,, +202,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-01-17 08:31:39.000000,2023-12-09 05:39:53,576.0,5.0,2265.0,221.0,245.0,94.0,416.0,9883.0,A little word cloud generator in Python.,72.0,32,True,2023-12-09 13:50:41.000,1.9.3,13.0,wordcloud,conda-forge/wordcloud,,,,21.0,21.0,https://pypi.org/project/wordcloud,,,1469006.0,1479425.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,458471.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,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-03-07 14:11:00.000000,2024-03-07 13:55:02,10409.0,11.0,1867.0,350.0,3422.0,129.0,1133.0,8386.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,32,True,2023-07-19 14:18:35.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,,,https://pypi.org/project/vowpalwabbit,,,55126.0,58552.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,140492.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +204,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-03-05 02:36:12.000000,2024-03-05 02:30:37,1143.0,20.0,1229.0,146.0,160.0,247.0,1236.0,8142.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,139.0,32,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],746.0,732.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,5303.0,8993.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,191898.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,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-03-07 02:35:01.000000,2024-03-06 12:05:52,2898.0,5.0,1606.0,87.0,1629.0,307.0,1828.0,8097.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",118.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1138.0,1134.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,4.0,2080.0,2080.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +206,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7768.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,41529.0,40521.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,1008.0,2570949.0,2596884.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1140940.0,,,,,2.0,413.0,,,,,,,,,,,,,,,,,,, +207,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,,2017-09-26 08:00:56.000,2024-03-07 08:06:16.000000,2024-03-01 05:10:21,4343.0,127.0,843.0,141.0,476.0,85.0,772.0,6980.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,32,False,2024-03-01 06:47:02.000,1.8.1,22.0,stanza,stanfordnlp/stanza,,,,2520.0,2520.0,https://pypi.org/project/stanza,,,192547.0,192700.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7347.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +208,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,,858.0,219.0,220.0,159.0,233.0,6713.0,Efficiently computes derivatives of numpy code.,56.0,32,True,2015-03-05 19:30:11.000,1.0,7.0,autograd,conda-forge/autograd,,,,7512.0,7512.0,https://pypi.org/project/autograd,,,1291950.0,1310938.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,398754.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,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,2023-12-16 19:25:54.000000,2023-12-16 19:23:13,1208.0,16.0,650.0,65.0,131.0,53.0,434.0,5674.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,32,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1305.0,1274.0,https://pypi.org/project/pytorch-metric-learning,2023-12-16 19:14:54.000,31.0,404478.0,404702.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11211.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +210,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-03-07 10:50:49.000000,2024-02-28 19:09:22,2154.0,13.0,277.0,44.0,2124.0,332.0,652.0,4654.0,Aim An easy-to-use & supercharged open-source experiment tracker.,61.0,32,True,2024-02-07 09:25:26.000,3.18.1,916.0,aim,conda-forge/aim,,,,483.0,462.0,https://pypi.org/project/aim,2024-03-05 20:09:03.000,21.0,113382.0,114703.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,42300.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,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-03-05 02:29:38.000000,2024-03-05 02:21:08,1059.0,9.0,460.0,232.0,734.0,174.0,331.0,4469.0,Model interpretability and understanding for PyTorch.,108.0,32,True,2023-12-05 09:21:02.000,0.7.0,9.0,captum,conda-forge/captum,,,['pytorch'],1852.0,1852.0,https://pypi.org/project/captum,,,196606.0,197399.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,21411.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +212,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-02-23 23:38:39.000000,2024-02-23 23:38:38,1423.0,31.0,453.0,55.0,768.0,40.0,476.0,3575.0,NeuralProphet: A simple forecasting package.,52.0,32,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],400.0,395.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,93505.0,93505.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,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,,576.0,77.0,78.0,63.0,161.0,3047.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,,,,5449.0,5281.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,168.0,2118985.0,2121960.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,241025.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,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-03-02 22:51:20.000000,2024-03-02 15:14:45,474.0,11.0,732.0,119.0,124.0,64.0,370.0,2922.0,"Hidden Markov Models in Python, with scikit-learn like API.",47.0,32,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2478.0,2331.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,147.0,143120.0,148061.0,https://anaconda.org/conda-forge/hmmlearn,2024-03-02 05:37:57.119,207545.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,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-03-07 13:57:32.000000,2024-02-27 20:07:45,1636.0,6.0,323.0,60.0,187.0,126.0,192.0,2750.0,The machine learning toolkit for time series analysis in Python.,43.0,32,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1218.0,1169.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,367049.0,395489.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1279828.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-03-05 16:58:25.000000,2024-03-04 07:40:36,2937.0,15.0,687.0,78.0,857.0,257.0,629.0,2587.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",125.0,32,True,2023-10-16 21:49:45.000,0.1.24,24.0,pgmpy,,,,,908.0,875.0,https://pypi.org/project/pgmpy,2023-10-16 20:46:07.000,33.0,45364.0,45370.0,,,,,,,,2.0,311.0,,,,,,,,,,,,,,,,,,, +217,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-02-26 14:51:30.000000,2023-12-18 19:57:13,1353.0,11.0,303.0,22.0,45.0,34.0,200.0,2153.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2023-12-17 19:42:36.000,0.4.5,90.0,explainerdashboard,conda-forge/explainerdashboard,,,,455.0,445.0,https://pypi.org/project/explainerdashboard,2023-12-17 19:42:36.000,10.0,82469.0,83567.0,https://anaconda.org/conda-forge/explainerdashboard,2023-12-17 21:59:52.942,42844.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +218,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-03-04 04:39:24.000000,2023-11-17 20:35:45,543.0,,161.0,44.0,77.0,7.0,127.0,1969.0,a python library for doing approximate and phonetic matching of strings.,31.0,32,True,2023-11-17 20:44:09.000,1.0.3,42.0,jellyfish,conda-forge/jellyfish,,,,8727.0,8271.0,https://pypi.org/project/jellyfish,2023-11-17 20:44:09.000,456.0,2643300.0,2660967.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,795034.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,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-02-23 02:51:07.000000,2024-02-23 02:45:37,1079.0,2.0,227.0,34.0,251.0,51.0,271.0,1495.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,,,,7553.0,7464.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,89.0,2494402.0,2519698.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1037137.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,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-02-23 12:54:27.000000,2024-02-23 12:54:19,825.0,8.0,310.0,120.0,777.0,178.0,166.0,1453.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",84.0,32,True,2024-02-08 02:06:46.000,0.8.0,21.0,tensorflow-model-optimization,,,,['tensorflow'],3567.0,3567.0,https://pypi.org/project/tensorflow-model-optimization,,,973232.0,973232.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,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-03-07 12:56:56.000000,2024-03-01 13:56:48,13170.0,351.0,272.0,35.0,1753.0,375.0,623.0,985.0,Python package for earth-observing satellite data processing.,150.0,32,False,2024-02-21 11:28:27.000,0.47.0,62.0,satpy,conda-forge/satpy,,,,122.0,122.0,https://pypi.org/project/satpy,,,51760.0,55832.0,https://anaconda.org/conda-forge/satpy,2024-02-21 15:57:59.122,183248.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +222,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-03-07 13:58:50.000000,2024-03-06 00:22:28,11402.0,164.0,237.0,57.0,12051.0,222.0,2170.0,922.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-02-20 18:12:18.000,0.2.128,148.0,hail,,,,['spark'],143.0,125.0,https://pypi.org/project/hail,2024-02-20 18:12:18.000,18.0,59348.0,59348.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,9.0,107.0,32.0,60.0,71.0,79.0,918.0,Describing statistical models in Python using symbolic formulas.,19.0,32,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,92932.0,90175.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,2757.0,14021267.0,14346241.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,9749248.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,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-03-07 13:35:09.000000,2024-03-04 12:06:54,164481.0,2992.0,89.0,52.0,2081.0,105.0,284.0,673.0,TensorFlow ROCm port.,4576.0,32,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,8555.0,8555.0,,,,,,,,3.0,21.0,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,,, +225,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-01-07 01:32:14.000000,2023-07-13 08:50:20,531.0,,2708.0,385.0,119.0,228.0,561.0,24613.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],670.0,664.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,13731.0,71814.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,79398.0,,,,,2.0,2997565.0,,,,,,,,,,,,,,,,,,, +226,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,,2021-01-19 08:37:25.000,2024-03-07 14:28:03.000000,2024-03-07 14:28:02,17896.0,702.0,5856.0,69.0,11571.0,952.0,15777.0,13963.0,The Unified AI Framework.,1465.0,31,False,,,15.0,ivy,,,,,,,https://pypi.org/project/ivy,,,2702.0,2702.0,,,,,,,,3.0,,,,,,,,,-4.0,,,,,,,,,,, +227,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,188.0,1005.0,580.0,713.0,12425.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'],1550.0,1544.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,6.0,4561.0,4572.0,,,,,,,,2.0,664.0,,,,,,,,,,,,,,,,,,, +228,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,2023-12-23 01:58:33.000000,2023-10-02 22:40:55,1387.0,,1406.0,303.0,889.0,129.0,759.0,9048.0,AutoML library for deep learning.,143.0,31,True,2023-01-28 18:46:30.271,1.1.0,58.0,autokeras,,,,['tensorflow'],653.0,640.0,https://pypi.org/project/autokeras,2023-01-28 18:46:30.271,13.0,15485.0,15719.0,,,,,,,,2.0,17795.0,,,,,,,,,,,,,,,,,,, +229,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-03-07 14:02:20.000000,2024-03-07 01:25:23,1566.0,87.0,637.0,81.0,678.0,98.0,234.0,8047.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",45.0,31,False,2024-03-07 14:02:20.000,2.6.1,25.0,cleanlab,conda-forge/cleanlab,,,,283.0,273.0,https://pypi.org/project/cleanlab,2024-02-17 01:29:14.000,10.0,12399.0,12976.0,https://anaconda.org/conda-forge/cleanlab,2024-02-18 22:31:50.965,20220.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,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-01-28 10:39:22.145000,2024-01-28 09:33:25,550.0,3.0,1203.0,168.0,428.0,63.0,470.0,8016.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],99.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,78.0,244300.0,273332.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1335478.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,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-03-06 16:25:01.000000,2024-03-06 05:23:22,360.0,5.0,1455.0,134.0,134.0,12.0,320.0,7350.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2528.0,2409.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,119.0,291726.0,291727.0,,,,,,,,2.0,143.0,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,, +232,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-03-04 23:57:36.000000,2024-02-27 04:15:58,5936.0,80.0,937.0,111.0,1622.0,85.0,631.0,7331.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-02-27 08:59:42.000,2.8.1,50.0,perspective-python,conda-forge/perspective,,,['jupyter'],115.0,115.0,https://pypi.org/project/perspective-python,,,8457.0,20753.0,https://anaconda.org/conda-forge/perspective,2024-02-27 15:34:19.566,522384.0,,,,,2.0,2321.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,,,398.0,,,,,,,,,,,, +233,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-03-07 09:05:01.000000,2024-03-06 17:37:01,2112.0,45.0,823.0,100.0,2355.0,323.0,906.0,6920.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",117.0,31,True,2023-11-30 05:58:09.000,1.0.0,1414.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",10.0,2.0,https://pypi.org/project/autogluon,2024-03-07 09:05:01.000,8.0,131810.0,131934.0,,,,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,6963.0,2.0,,,,,,,,,,,,,,,,,,,, +234,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-03-07 13:53:03.000000,2023-12-27 14:04:05,2705.0,1.0,1118.0,209.0,1047.0,19.0,615.0,6490.0,An open source library for deep learning end-to-end dialog systems and chatbots.,76.0,31,True,2023-12-27 14:49:16.000,1.5.0,62.0,deeppavlov,,,,['tensorflow'],377.0,377.0,https://pypi.org/project/deeppavlov,,,11187.0,11187.0,,,,,,,,2.0,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,, +235,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,,1796.0,198.0,206.0,12.0,1343.0,6293.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,31,True,2019-01-18 19:18:13.000,doc-v0.9.0.1,3.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1479.0,1479.0,https://pypi.org/project/tensorpack,,,10604.0,10962.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10342.0,,,,,3.0,163.0,,,,,,,,,,,,,,,,,,, +236,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,,1594.0,304.0,294.0,152.0,268.0,5372.0,Portfolio and risk analytics in Python.,59.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1004.0,970.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,34.0,10248.0,10424.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12901.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +237,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-03-06 08:29:44.000000,2024-03-01 21:17:57,3853.0,14.0,550.0,85.0,549.0,102.0,466.0,4665.0,Online machine learning in Python.,110.0,31,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,466.0,434.0,https://pypi.org/project/river,2023-12-05 00:13:21.000,32.0,33917.0,35444.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,53455.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,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-03-07 14:28:38.963000,2024-03-06 14:52:20,787.0,13.0,373.0,74.0,284.0,57.0,508.0,4483.0,Visualizer for pandas data structures.,30.0,31,True,2024-03-07 14:03:25.000,3.11.0,181.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1066.0,1043.0,https://pypi.org/project/dtale,2024-03-07 14:02:27.000,23.0,55386.0,61165.0,https://anaconda.org/conda-forge/dtale,2024-03-07 14:28:38.963,265851.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1009.0,153.0,115.0,95.0,79.0,4460.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,,,3.0,imutils,conda-forge/imutils,,,,41098.0,41098.0,https://pypi.org/project/imutils,,,459409.0,462950.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,155806.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,71.0,367.0,97.0,460.0,4141.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,31,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,2996.0,2886.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,110.0,35181.0,35349.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4708.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-01-13 11:36:10.000000,2023-11-02 13:49:44,662.0,,822.0,150.0,126.0,124.0,104.0,3965.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,3133.0,3083.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,50.0,82350.0,82982.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,23416.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +242,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-03-06 01:54:40.000000,2024-02-20 18:46:12,1088.0,11.0,351.0,60.0,1344.0,125.0,174.0,3818.0,A Python toolbox for performing gradient-free optimization.,54.0,31,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,663.0,630.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,33.0,68841.0,69843.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,46107.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,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,186.0,737.0,274.0,669.0,3402.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,255.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,29.0,275605.0,275773.0,,,,,,,,3.0,15011.0,,,,,,,,,,,,,,,,,,, +244,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-02-18 01:07:41.000000,2024-02-18 01:07:40,1284.0,11.0,275.0,53.0,219.0,51.0,415.0,2937.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,36.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,679.0,663.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,234530.0,255928.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,962913.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,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-03-06 11:40:00.000000,2024-03-05 13:14:50,821.0,37.0,332.0,42.0,895.0,33.0,274.0,2801.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",44.0,31,True,2024-03-04 14:51:09.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",262.0,259.0,https://pypi.org/project/python-doctr,2024-03-04 14:51:09.000,3.0,24085.0,92124.0,,,,,,,,2.0,2517468.0,,,,,,,,,,,,,,,,,,, +246,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-03-05 15:33:09.039000,2024-03-04 19:25:47,1086.0,7.0,386.0,62.0,493.0,207.0,269.0,2799.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'],3366.0,3300.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,66.0,181719.0,182638.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,28507.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,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-03-04 18:25:30.000000,2024-02-02 23:52:02,700.0,1.0,249.0,41.0,809.0,72.0,283.0,2799.0,PyTorch extensions for high performance and large scale training.,73.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4431.0,4365.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,471851.0,478040.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,173302.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,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-02-23 07:05:22.000000,2021-10-12 13:32:38,1570.0,,512.0,65.0,546.0,303.0,393.0,2713.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,31,False,2021-10-12 15:33:19.000,0.9.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,278.0,,https://pypi.org/project/scikit-optimize,2021-10-12 14:23:01.204,278.0,611129.0,619907.0,https://anaconda.org/conda-forge/scikit-optimize,2023-06-16 13:23:01.487,702262.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,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-02-28 22:18:23.853000,2024-02-28 16:43:18,972.0,9.0,222.0,39.0,528.0,71.0,172.0,2708.0,JAX-based neural network library.,80.0,31,True,2024-02-28 18:11:27.000,0.0.12,14.0,dm-haiku,conda-forge/dm-haiku,,,,1739.0,1739.0,https://pypi.org/project/dm-haiku,,,190832.0,191238.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,15041.0,,,,,3.0,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,, +250,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-03-06 10:59:20.000000,2024-03-06 10:59:19,1161.0,36.0,232.0,28.0,1002.0,99.0,411.0,2695.0,A python library for self-supervised learning on images.,38.0,31,True,2024-02-20 18:16:43.000,1.5.0,114.0,lightly,,,,['pytorch'],225.0,218.0,https://pypi.org/project/lightly,2024-02-20 18:16:43.000,7.0,27868.0,27868.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,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-02-06 22:15:06.000000,2023-11-20 19:03:21,997.0,,478.0,57.0,136.0,341.0,166.0,2641.0,A high performance implementation of HDBSCAN clustering.,87.0,31,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3402.0,3171.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,231.0,473565.0,517791.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1813277.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,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-03-04 22:08:24.000000,2023-12-27 10:12:23,938.0,2.0,211.0,51.0,311.0,127.0,124.0,1746.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,31,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,7347.0,7184.0,https://pypi.org/project/evaluate,2023-10-13 15:54:47.000,163.0,2269143.0,2269143.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,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-02-28 17:36:05.000000,2024-02-27 19:12:34,4150.0,12.0,1075.0,153.0,1094.0,54.0,622.0,1730.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,42.0,arcgis,,esridocker/arcgis-api-python-notebook,,,37.0,4.0,https://pypi.org/project/arcgis,2024-02-28 17:36:05.000,33.0,124671.0,124789.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,10634.0,,,,,,,,,,,,,,,,,,, +254,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,279.0,51.0,157.0,85.0,218.0,1582.0,Python Geocoder.,73.0,31,False,2016-09-05 17:57:51.000,1.17.3,18.0,geocoder,conda-forge/geocoder,,,,9251.0,9251.0,https://pypi.org/project/geocoder,,,423461.0,425084.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,137965.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder +255,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-03-05 19:58:22.000000,2024-03-05 19:49:17,712.0,11.0,310.0,43.0,364.0,71.0,208.0,1568.0,Training PyTorch models with differential privacy.,77.0,31,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],765.0,745.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,20.0,111657.0,112157.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,12961.0,,,,,2.0,107.0,,,,,,,,,,,,,,,,,,, +256,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-03-07 14:50:05.000000,2024-03-07 14:50:00,3903.0,251.0,46.0,166.0,509.0,132.0,379.0,1427.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2023-12-28 14:30:03.000,4.2.0,70.0,lets-plot,,,,,70.0,65.0,https://pypi.org/project/lets-plot,2024-03-04 18:31:58.000,5.0,26338.0,26349.0,,,,,,,,2.0,613.0,,,,,,,,,,,,,,,,,,, +257,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-03-01 13:31:30.000000,2024-03-01 13:31:22,940.0,10.0,427.0,87.0,220.0,49.0,235.0,1408.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2666.0,2294.0,https://pypi.org/project/emcee,2023-02-02 20:53:47.943,372.0,146393.0,149823.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,322510.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-02-01 19:43:14.000000,2024-01-05 16:06:48,1120.0,14.0,277.0,45.0,512.0,27.0,182.0,1240.0,ARCH models in Python.,35.0,31,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,1517.0,1447.0,https://pypi.org/project/arch,2024-01-05 08:24:51.000,70.0,307387.0,313650.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,281853.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +259,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-03-05 21:08:37.000000,2024-03-05 21:08:35,932.0,13.0,214.0,59.0,99.0,44.0,173.0,982.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1727.0,1671.0,https://pypi.org/project/tensorflow-transform,2023-08-11 23:14:04.000,56.0,696977.0,696977.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,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-03-04 20:56:40.000000,2024-02-25 21:43:59,658.0,32.0,97.0,23.0,510.0,323.0,404.0,907.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-01-30 08:44:06.000,0.9.2,19.0,hvplot,conda-forge/hvplot,,,,4532.0,4532.0,https://pypi.org/project/hvplot,,,163539.0,175367.0,https://anaconda.org/conda-forge/hvplot,2024-01-30 08:55:28.301,532277.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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-01-01 17:28:43.000000,2023-11-06 00:17:47,493.0,,122.0,33.0,127.0,27.0,74.0,867.0,Python bindings and utilities for GeoJSON.,56.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17911.0,16636.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,1275.0,1659579.0,1719880.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,783924.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +262,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-03-04 21:27:42.000000,2024-03-04 21:27:41,1930.0,17.0,226.0,19.0,292.0,47.0,266.0,803.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-02-18 21:10:04.000,1.4.8,47.0,salib,conda-forge/salib,,,,1138.0,1048.0,https://pypi.org/project/salib,2024-02-18 21:10:04.000,90.0,150073.0,153627.0,https://anaconda.org/conda-forge/salib,2024-02-18 23:23:58.271,145727.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,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-02-27 10:18:01.000000,2024-02-27 03:35:48,1055.0,7.0,170.0,36.0,115.0,31.0,60.0,712.0,Snowball compiler and stemming algorithms.,34.0,31,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6837.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,6832.0,13612559.0,13697154.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7698233.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,5010.0,497.0,152.0,1027.0,1353.0,20651.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,30,False,2023-04-02 07:43:27.000,0.7,1.0,insightface,,,,['mxnet'],1754.0,1754.0,https://pypi.org/project/insightface,,,479390.0,682889.0,,,,,,,,2.0,2238498.0,,,,,,,,,,,,,,,,,,, +265,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,,4382.0,1255.0,557.0,836.0,2543.0,17436.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,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,758.0,904.0,,,,,,,,3.0,14360.0,,,,,,,,4.0,,,,,,,,,,, +266,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,,2009.0,286.0,3401.0,50.0,1494.0,10408.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:16:41.000,1.7.2,23.0,parlai,,,,['pytorch'],21.0,21.0,https://pypi.org/project/parlai,,,2147.0,2147.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,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-03-06 00:27:38.000000,2024-03-06 00:27:38,2893.0,25.0,2162.0,194.0,419.0,202.0,472.0,8844.0,FinRL: Financial Reinforcement Learning.,109.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,34.0,34.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1498.0,1498.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +268,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-02-20 22:38:08.000000,2024-02-20 22:38:05,385.0,2.0,2150.0,286.0,96.0,311.0,447.0,8318.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,,,,1577.0,1558.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,6847.0,19831.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6859.0,,,,,2.0,910877.0,,,,,,,,,,,,,,,,,,, +269,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-02-09 01:23:36.000000,2024-02-08 01:28:57,1168.0,12.0,1318.0,100.0,628.0,691.0,519.0,7898.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2294.0,2294.0,,,,,4506.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,184785.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,828.0,7349.0,Automated Machine Learning with scikit-learn.,88.0,30,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],586.0,547.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,17102.0,17702.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,21011.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +271,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-03-06 13:41:05.000000,2024-02-09 09:43:21,989.0,24.0,890.0,138.0,673.0,128.0,308.0,6607.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,84.0,30,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,346.0,339.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,49738.0,50214.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,19052.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,,, +272,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-02-23 14:27:11.000000,2023-01-31 19:40:04,3203.0,,1394.0,192.0,784.0,40.0,423.0,6035.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'],615.0,603.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,1393.0,1559.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7506.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,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-02-13 20:24:20.000000,2024-01-23 12:41:45,154.0,2.0,1058.0,197.0,99.0,145.0,299.0,5813.0,Official Kaggle API.,37.0,30,True,2024-02-13 20:24:20.000,1.6.6,66.0,kaggle,conda-forge/kaggle,,,,407.0,21.0,https://pypi.org/project/kaggle,2024-02-13 20:24:20.000,386.0,212543.0,215977.0,https://anaconda.org/conda-forge/kaggle,2024-02-07 12:47:17.698,144248.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,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-02-19 12:55:24.000000,2024-02-19 12:55:23,1086.0,6.0,369.0,81.0,527.0,54.0,453.0,5583.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1188.0,1134.0,https://pypi.org/project/skorch,2023-09-04 09:59:43.000,54.0,95928.0,114469.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,778726.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +275,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-02-22 19:20:29.000000,2024-02-13 22:17:46,593.0,10.0,731.0,85.0,324.0,54.0,317.0,4656.0,Uplift modeling and causal inference with machine learning algorithms.,60.0,30,True,2024-02-22 19:20:29.000,0.15.0,23.0,causalml,,,,,183.0,182.0,https://pypi.org/project/causalml,2024-02-22 19:17:30.000,1.0,85331.0,85331.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,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-02-26 10:06:03.000000,2022-09-24 16:20:26,585.0,,892.0,98.0,215.0,103.0,449.0,4575.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3756.0,3697.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,59.0,99217.0,99906.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20006.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +277,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-03-04 21:50:49.000000,2024-03-04 21:07:39,1448.0,13.0,762.0,76.0,1778.0,299.0,629.0,4145.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,16.0,348481.0,348506.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,736.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-02-05 02:43:00.000000,2023-12-19 14:36:52,3303.0,29.0,524.0,121.0,370.0,66.0,737.0,3938.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,,,12.0,dedupe,conda-forge/dedupe,,,,317.0,317.0,https://pypi.org/project/dedupe,,,81667.0,83257.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,42952.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,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-03-07 07:36:38.000000,2024-03-06 19:24:59,15378.0,49.0,494.0,71.0,3426.0,839.0,1544.0,3834.0,cuML - RAPIDS Machine Learning Library.,168.0,30,True,2024-02-13 16:00:26.000,24.02.00,37.0,cuml,,,,,7.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,7.0,2223.0,2223.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,3.0,267.0,47.0,50.0,26.0,94.0,3780.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,,,,4994.0,4859.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,135.0,1043486.0,1050462.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,279056.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-03-02 01:06:27.711000,2023-02-26 20:07:33,189.0,,453.0,74.0,37.0,10.0,121.0,3778.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:48.000,0.5.2,6.0,missingno,conda-forge/missingno,,,,15143.0,15143.0,https://pypi.org/project/missingno,,,324795.0,645605.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,320810.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +282,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-02-19 16:46:43.025000,2023-10-04 07:40:23,3656.0,,449.0,100.0,1044.0,225.0,368.0,3536.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,64.0,bqplot,conda-forge/bqplot,,,['jupyter'],55.0,55.0,https://pypi.org/project/bqplot,,,113216.0,143911.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1261945.0,,,,,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,,,3262.0,,,,,,,,,,,, +283,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-03-04 20:12:08.000000,2024-03-04 20:12:01,1769.0,45.0,554.0,39.0,810.0,464.0,282.0,3507.0,Time series forecasting with PyTorch.,45.0,30,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,71533.0,72822.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,54156.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +284,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-03-02 02:36:02.000000,2024-02-04 19:23:19,3829.0,4.0,533.0,61.0,885.0,343.0,968.0,3363.0,A highly efficient implementation of Gaussian Processes in PyTorch.,128.0,30,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2011.0,1918.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,93.0,228303.0,231470.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,145697.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +285,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,437.0,94.0,122.0,78.0,348.0,3249.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,30,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1114.0,1054.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,247380.0,249940.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,104961.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-03-04 11:08:31.000000,2023-11-13 00:15:46,980.0,,570.0,100.0,335.0,34.0,714.0,3228.0,"Fast, flexible and easy to use probabilistic modelling in Python.",72.0,30,True,2023-09-17 19:03:32.000,0.14.9,73.0,pomegranate,conda-forge/pomegranate,,,,1121.0,1062.0,https://pypi.org/project/pomegranate,2023-09-17 19:03:32.000,59.0,59481.0,62589.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,142979.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +287,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,323.0,67.0,75.0,10.0,121.0,2979.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2021-03-25 13:49:48.000,4.1.0,7.0,ImageHash,conda-forge/imagehash,,,,12195.0,12195.0,https://pypi.org/project/ImageHash,,,1463580.0,1467619.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,355445.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,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-03-07 13:47:57.000000,2024-03-06 15:13:54,570.0,64.0,536.0,36.0,765.0,87.0,625.0,2968.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",72.0,30,True,2024-02-29 21:39:17.000,1.0.0,29.0,anomalib,,,,,55.0,55.0,https://pypi.org/project/anomalib,,,20799.0,21069.0,,,,,,,,2.0,7292.0,,,,,,,,,,,,,,,,,,, +289,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-03-07 09:36:29.000000,2024-03-06 19:41:30,7403.0,353.0,338.0,79.0,8594.0,148.0,327.0,2763.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",112.0,30,True,2024-03-05 18:48:56.000,0.29.0,500.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-03-05 19:16:58.000,4.0,33968.0,34142.0,,,,,,,,3.0,7859.0,,,,,,,,,,,,,,,,,,, +290,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-03-05 06:00:09.000000,2024-03-05 06:00:08,3519.0,21.0,341.0,154.0,1169.0,32.0,60.0,2682.0,Neural Network Libraries.,74.0,30,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,55.0,,https://pypi.org/project/nnabla,2023-12-06 09:31:24.000,55.0,8901.0,8912.0,,,,,,,,3.0,907.0,,,,,,,,3.0,,,,,,,,,,, +291,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-03-04 20:59:17.000000,2024-03-04 15:46:26,1711.0,13.0,421.0,44.0,363.0,22.0,349.0,2629.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",34.0,30,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,576.0,562.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,2578.0,2866.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12691.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-03-06 11:23:30.000000,2024-03-05 12:03:02,2891.0,32.0,1055.0,122.0,510.0,61.0,298.0,2536.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,30,False,2024-03-04 11:18:50.000,8.7.0,46.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],307.0,,https://pypi.org/project/ipyparallel,2024-03-04 11:18:50.000,307.0,284711.0,308173.0,https://anaconda.org/conda-forge/ipyparallel,2024-03-04 15:06:17.077,961968.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,1.0,398.0,39.0,149.0,45.0,240.0,2352.0,A library of sklearn compatible categorical variable encoders.,70.0,30,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1687.0,1512.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,175.0,1477905.0,1486563.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,251091.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,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-03-06 14:42:21.000000,2024-03-05 18:31:49,1111.0,33.0,255.0,32.0,438.0,95.0,320.0,2248.0,Scalable and user friendly neural forecasting algorithms.,39.0,30,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,115.0,110.0,https://pypi.org/project/neuralforecast,2023-10-05 19:40:30.000,5.0,31784.0,32327.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,13034.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,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-03-07 03:55:33.000000,2024-03-06 16:42:17,5564.0,133.0,699.0,88.0,5791.0,201.0,852.0,2060.0,TFX is an end-to-end platform for deploying production ML pipelines.,182.0,30,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,2023-09-06 22:01:30.000,14.0,54604.0,54604.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,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-03-05 04:25:21.000000,2024-03-01 00:24:15,1479.0,70.0,201.0,50.0,246.0,163.0,156.0,2019.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",41.0,30,True,2024-03-01 00:27:05.000,0.33.4,172.0,graphistry,,,,['jupyter'],116.0,110.0,https://pypi.org/project/graphistry,2024-03-01 00:27:05.000,6.0,3750.0,3750.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-02-19 01:50:38.000000,2024-02-05 15:04:26,519.0,4.0,433.0,88.0,103.0,82.0,258.0,1965.0,bt - flexible backtesting for Python.,31.0,30,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1624.0,1596.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,28.0,8971.0,9566.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,20841.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-03-07 13:35:41.000000,2024-03-06 00:10:55,195.0,4.0,251.0,56.0,71.0,49.0,222.0,1913.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2023-10-09 13:37:06.000,2.6.2,16.0,tesserocr,conda-forge/tesserocr,,,,944.0,944.0,https://pypi.org/project/tesserocr,,,54293.0,56774.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,131452.0,,,,,2.0,131.0,,,,,,,,,,,,,,,,,,, +299,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-03-04 11:12:30.000000,2024-02-07 13:16:15,2447.0,5.0,437.0,77.0,1262.0,148.0,682.0,1788.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],660.0,623.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,48224.0,48581.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,25028.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +300,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-02-07 20:20:08.000000,2024-02-07 20:20:03,285.0,8.0,349.0,52.0,77.0,76.0,111.0,1774.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,41.0,30,True,2023-04-23 23:49:39.000,3.4.1,7.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],5810.0,5810.0,https://pypi.org/project/pyldavis,,,164990.0,166125.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,78315.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-02-16 20:09:56.000000,2024-02-16 20:09:51,1590.0,4.0,281.0,54.0,137.0,79.0,182.0,1714.0,"CUDA integration for Python, plus shiny features.",81.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2925.0,2700.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,225.0,33012.0,40867.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,282808.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,2024-03-07 11:34:57.000000,2024-03-06 19:03:00,1579.0,162.0,339.0,27.0,1636.0,29.0,101.0,1671.0,Pytorch domain library for recommendation systems.,214.0,30,True,2024-01-30 23:40:14.000,0.6.0,12.0,torchrec-nightly-cpu,,,,,90.0,90.0,https://pypi.org/project/torchrec-nightly-cpu,,,1832.0,1832.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +303,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-03-07 12:15:40.000000,2024-03-07 12:15:37,1163.0,51.0,174.0,20.0,153.0,50.0,130.0,1640.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2023-11-24 08:35:59.000,0.34.1,37.0,audiomentations,,,,,443.0,437.0,https://pypi.org/project/audiomentations,2023-11-24 08:35:59.000,6.0,24848.0,24848.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-03-06 14:36:54.000000,2024-02-29 14:57:01,3864.0,139.0,269.0,27.0,569.0,85.0,707.0,1626.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,77.0,30,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,74.0,71.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1472.0,1472.0,,,,,,,,2.0,8.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,2024-03-02 12:05:58.000000,2024-03-02 12:05:58,1247.0,7.0,135.0,30.0,106.0,33.0,253.0,1495.0,Statistical package in Python based on Pandas.,44.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,1882.0,1808.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,66810.0,69329.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,113399.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +306,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-03-03 12:51:37.000000,2024-02-17 20:23:05,1534.0,19.0,162.0,17.0,786.0,106.0,444.0,1260.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,30,True,2023-09-18 03:57:15.000,0.26.0,59.0,pyjanitor,conda-forge/pyjanitor,,,,576.0,556.0,https://pypi.org/project/pyjanitor,2023-09-18 03:57:09.000,20.0,62741.0,66847.0,https://anaconda.org/conda-forge/pyjanitor,2024-02-21 02:58:22.491,188892.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,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-03-05 21:53:15.000000,2024-03-05 21:53:14,1943.0,65.0,301.0,23.0,2247.0,81.0,226.0,1145.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,30,True,2024-02-09 18:33:49.000,0.34.1,54.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",91.0,88.0,https://pypi.org/project/raiwidgets,2024-02-09 18:24:31.000,3.0,4800.0,4800.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-03-06 16:32:56.000000,2024-03-06 13:50:47,10521.0,184.0,226.0,37.0,1452.0,172.0,345.0,1131.0,Computations and statistics on manifolds with geometric structures.,90.0,30,True,2023-08-30 05:36:10.000,2.7.0,22.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,97.0,97.0,https://pypi.org/project/geomstats,,,3893.0,3997.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2199.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +309,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-02-16 20:11:24.000000,2024-02-16 20:11:22,3280.0,7.0,240.0,48.0,351.0,70.0,263.0,1020.0,"OpenCL integration for Python, plus shiny features.",95.0,30,True,2024-01-23 22:08:06.000,2024.1,95.0,pyopencl,conda-forge/pyopencl,,,,2034.0,1819.0,https://pypi.org/project/pyopencl,2024-01-23 22:46:25.000,215.0,124983.0,146907.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,986581.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-03-06 13:17:16.000000,2024-03-04 11:16:16,3054.0,61.0,110.0,17.0,259.0,11.0,140.0,738.0,Python bindings for MPI.,26.0,30,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,753.0,,https://pypi.org/project/mpi4py,2023-10-04 09:04:51.000,753.0,388373.0,445819.0,https://anaconda.org/conda-forge/mpi4py,2024-02-28 23:37:18.658,2335786.0,,,,,2.0,20972.0,,,,,,,,,,,,,,,,,,, +311,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-03-01 19:28:09.000000,2024-02-06 03:22:42,1674.0,27.0,282.0,42.0,1327.0,271.0,362.0,685.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2024-02-06 04:35:56.000,0.36.0,43.0,tensorflow-io,,,,['tensorflow'],36.0,,https://pypi.org/project/tensorflow-io,2024-02-06 04:34:40.000,36.0,3194279.0,3194279.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,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-03-07 13:49:12.000000,2024-03-06 15:43:56,1939.0,98.0,57.0,19.0,1444.0,27.0,208.0,502.0,The MLOps stack component for experiment tracking.,54.0,30,True,2024-02-15 11:40:48.000,1.9.1,201.0,neptune-client,conda-forge/neptune-client,,,,49.0,,https://pypi.org/project/neptune-client,2024-02-15 11:40:48.000,49.0,558003.0,563002.0,https://anaconda.org/conda-forge/neptune-client,2024-02-15 14:02:29.071,229972.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-03-07 14:16:59.000000,2024-02-13 15:18:25,17084.0,32.0,113.0,27.0,3566.0,506.0,3380.0,481.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2024-02-02 23:10:48.000,0.19.6,111.0,datalad,conda-forge/datalad,,,,66.0,,https://pypi.org/project/datalad,2024-02-02 23:10:48.000,66.0,22342.0,31750.0,https://anaconda.org/conda-forge/datalad,2024-02-03 04:09:03.909,423387.0,,,,,2.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-02-24 20:52:11.000000,2023-04-19 14:13:08,2404.0,,3665.0,604.0,222.0,48.0,,12683.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2019.0,1946.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,73.0,16332.0,16332.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,pandas-ai,gventuri/pandas-ai,others,,https://github.com/Sinaptik-AI/pandas-ai,https://github.com/Sinaptik-AI/pandas-ai,MIT,2023-04-22 12:58:01.000,2024-03-07 13:37:20.000000,2024-03-04 09:52:24,733.0,77.0,879.0,83.0,371.0,208.0,290.0,10187.0,"Chat with your data (SQL, CSV, pandas, polars, noSQL, etc). PandasAI makes data analysis conversational using LLMs..",65.0,29,True,2024-03-04 09:52:44.000,2.0.3,100.0,pandas-ai,,,,,2714.0,2714.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,2.0,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,,, +316,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2331.0,458.0,260.0,554.0,363.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,29,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],4817.0,4817.0,https://pypi.org/project/tflearn,,,6471.0,6471.0,,,,,,,,3.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,,1840.0,217.0,46.0,96.0,94.0,8915.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,119976.0,120663.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,30958.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +318,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,881.0,127.0,38.0,69.0,144.0,5096.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3048.0,3001.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,47.0,802390.0,802705.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14501.0,,,,,1.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,2024-03-07 14:26:57.000000,2024-02-28 16:51:52,1565.0,12.0,821.0,144.0,1472.0,326.0,398.0,4943.0,Simple and Distributed Machine Learning.,116.0,29,True,2023-11-27 22:05:20.000,1.0.2,42.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,2023-11-27 22:05:20.000,3.0,151279.0,151279.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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4697.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2727.0,2681.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,257994.0,258001.0,,,,,,,,2.0,345.0,,,,,,,,,,,,,,,,,,, +321,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,665.0,88.0,206.0,141.0,356.0,4565.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1425.0,1375.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,636466.0,638778.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,171095.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,443.0,42.0,124.0,65.0,154.0,4261.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,,,,1114.0,1081.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,149803.0,150315.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,16910.0,,,,,2.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-02-24 20:17:14.000000,2024-02-24 20:17:13,454.0,9.0,513.0,111.0,92.0,19.0,101.0,3385.0,Module for automatic summarization of text documents and HTML pages.,31.0,29,True,2022-10-23 16:40:03.000,0.11.0,15.0,sumy,conda-forge/sumy,,,,2532.0,2532.0,https://pypi.org/project/sumy,,,99059.0,99284.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7455.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,,602.0,77.0,227.0,78.0,405.0,3382.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,29,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1314.0,1274.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,40.0,160566.0,174150.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,569432.0,,,,,2.0,704.0,,,,,,,,,,,,,,,,,,, +325,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,3.0,242.0,65.0,52.0,,,3275.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,29,True,2023-12-29 09:27:05.000,4.6.1,11.0,textdistance,conda-forge/textdistance,,,,5846.0,5846.0,https://pypi.org/project/textdistance,,,630084.0,637524.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,519918.0,,,,,2.0,998.0,,,,,,,,,,,,,,,,,,, +326,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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,399.0,47.0,1084.0,6.0,353.0,3207.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1111.0,1073.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,38.0,62000.0,62000.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,35.0,363.0,81.0,63.0,154.0,189.0,3123.0,a library for audio and music analysis.,25.0,29,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,472.0,444.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,28.0,5791.0,13383.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,637804.0,,,,,2.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,2024-03-06 13:36:06.694000,2024-03-04 13:41:34,1160.0,24.0,378.0,47.0,73.0,141.0,476.0,2898.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-03-04 13:42:43.000,1.1.5,88.0,mljar-supervised,conda-forge/mljar-supervised,,,,107.0,105.0,https://pypi.org/project/mljar-supervised,2024-03-04 13:41:57.000,2.0,3788.0,4175.0,https://anaconda.org/conda-forge/mljar-supervised,2024-03-06 13:36:06.694,12790.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,2024-02-14 22:05:03.000000,2024-02-14 22:04:33,2296.0,22.0,717.0,79.0,204.0,188.0,465.0,2700.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'],9.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,9.0,57203.0,57203.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +330,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-06 10:23:11.000000,2024-03-05 15:41:11,2677.0,14.0,354.0,36.0,514.0,48.0,215.0,2688.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,29,True,2023-09-11 23:15:50.000,0.3.9,46.0,textattack,conda-forge/textattack,,,,239.0,234.0,https://pypi.org/project/textattack,2023-09-11 23:15:50.000,5.0,7030.0,7198.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7093.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,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-03-02 14:02:56.000000,2024-02-14 18:45:43,3498.0,60.0,515.0,109.0,345.0,396.0,673.0,2634.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",80.0,29,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,608.0,588.0,https://pypi.org/project/essentia,2023-10-27 09:13:56.000,20.0,19086.0,19086.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,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-03-07 13:26:45.000000,2024-02-08 09:50:01,1543.0,26.0,316.0,38.0,323.0,38.0,151.0,2618.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,37.0,29,True,2024-02-08 10:39:33.000,2.4.2,38.0,shapash,,,,['jupyter'],145.0,143.0,https://pypi.org/project/shapash,2024-02-08 10:39:33.000,2.0,6950.0,6950.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,,505.0,99.0,1045.0,237.0,297.0,2549.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:16:27.000,0.10.0,15.0,gluonnlp,,,,['mxnet'],1469.0,1469.0,https://pypi.org/project/gluonnlp,,,74034.0,74034.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,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-03-02 14:11:31.000000,2023-12-03 09:09:14,2415.0,,251.0,27.0,1129.0,75.0,224.0,2538.0,Database system for AI-powered apps.,73.0,29,True,2023-11-19 16:35:30.000,0.3.9,36.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,,,13950.0,34467.0,,,,,,,,3.0,410343.0,georgia-tech-db/evadb,,,,,,,,,,,,,,,,,, +335,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-02-23 15:42:15.000000,2024-02-23 14:33:51,431.0,12.0,813.0,92.0,278.0,190.0,101.0,2265.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",70.0,29,True,2024-02-23 15:42:15.000,0.6.0,11.0,aif360,conda-forge/aif360,,,,390.0,374.0,https://pypi.org/project/aif360,2024-02-23 15:41:55.000,16.0,17557.0,17747.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,8015.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,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-02-29 15:39:19.000000,2024-02-28 15:45:58,1631.0,113.0,250.0,67.0,62.0,33.0,186.0,2064.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,29,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,,819.0,819.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,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,4.0,400.0,42.0,62.0,19.0,270.0,1848.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,,,,1461.0,1439.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,51260.0,51980.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,30243.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-03-06 14:54:12.000000,2024-02-14 09:59:51,845.0,13.0,376.0,37.0,870.0,164.0,292.0,1758.0,A Python package to assess and improve fairness of machine learning models.,81.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,29.0,251308.0,252082.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,30991.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,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-02-16 16:14:43.000000,2024-02-16 16:14:36,365.0,1.0,253.0,48.0,312.0,232.0,184.0,1731.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,29,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],292.0,291.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,520100.0,520100.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,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-03-07 02:24:00.000000,2024-03-01 06:55:15,860.0,29.0,114.0,20.0,354.0,101.0,220.0,1702.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,46.0,29,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,,['jax'],507.0,443.0,https://pypi.org/project/equinox,2024-01-10 21:26:20.000,64.0,80447.0,80447.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +341,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-02-16 22:07:03.646000,2024-02-14 15:12:14,193.0,12.0,194.0,32.0,19.0,2.0,84.0,1589.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,29,True,2024-02-14 15:14:08.000,0.1.806,83.0,autoviz,conda-forge/autoviz,,,,637.0,630.0,https://pypi.org/project/autoviz,2024-02-14 15:14:08.000,7.0,101074.0,102581.0,https://anaconda.org/conda-forge/autoviz,2024-02-16 22:07:03.646,46745.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +342,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1569.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",77.0,74.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,3.0,103842.0,104086.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13449.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,6.0,407.0,51.0,39.0,16.0,139.0,1205.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,11.0,kmodes,conda-forge/kmodes,,,,2458.0,2458.0,https://pypi.org/project/kmodes,,,317257.0,318112.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,40200.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,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-03-02 14:45:16.000000,2024-02-20 16:20:11,3027.0,9.0,260.0,34.0,37.0,2.0,484.0,1204.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,29,True,2024-03-02 14:45:16.000,0.41.1,100.0,ktrain,,,,['tensorflow'],505.0,505.0,https://pypi.org/project/ktrain,,,11196.0,11196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +345,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-03-01 21:11:11.000000,2024-03-01 21:07:56,1064.0,45.0,206.0,24.0,131.0,22.0,187.0,1039.0,Survival analysis built on top of scikit-learn.,18.0,29,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],451.0,437.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,14.0,64284.0,67020.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,76622.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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,454.0,43.0,176.0,93.0,102.0,1028.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'],1577.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,1577.0,5006790.0,5038369.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2178955.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +347,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2024-03-07 09:00:26.000000,2024-03-07 08:58:03,812.0,1.0,246.0,41.0,503.0,272.0,253.0,877.0,Scalable Machine Learning with Dask.,78.0,29,True,2023-03-24 22:06:04.422,2023.3.24,35.0,dask-ml,conda-forge/dask-ml,,,,1047.0,972.0,https://pypi.org/project/dask-ml,2023-03-24 22:06:04.422,75.0,474352.0,484795.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,804176.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,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-01-10 16:03:56.000000,2024-01-10 16:03:56,666.0,3.0,101.0,14.0,94.0,71.0,62.0,829.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5711.0,5639.0,https://pypi.org/project/pynndescent,2023-11-20 18:50:25.000,72.0,999707.0,1039720.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1760578.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +349,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-03-05 21:08:33.000000,2024-03-05 21:08:32,953.0,16.0,162.0,48.0,83.0,35.0,144.0,746.0,Library for exploring and validating machine learning data.,26.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",859.0,829.0,https://pypi.org/project/tensorflow-data-validation,2023-08-14 06:58:23.000,30.0,203879.0,203888.0,,,,,,,,3.0,642.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,2024-03-01 10:47:53.000000,2024-02-29 07:14:56,809.0,18.0,73.0,25.0,375.0,107.0,231.0,554.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2024-02-13 18:23:41.000,1.11.1,57.0,geoviews,conda-forge/geoviews,,,,943.0,903.0,https://pypi.org/project/geoviews,2024-02-13 17:04:04.000,40.0,9494.0,14532.0,https://anaconda.org/conda-forge/geoviews,2024-02-13 18:20:12.882,211597.0,,,,,3.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-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,2.0,107.0,24.0,53.0,35.0,56.0,473.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,,,,19062.0,18693.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,369.0,2057063.0,2075183.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,742935.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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-02-07 14:29:13.000000,2024-02-07 14:27:33,227.0,8.0,56.0,13.0,202.0,13.0,186.0,307.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-02-07 14:29:13.000,3.9.0,71.0,pystan,conda-forge/pystan,,,,9931.0,9668.0,https://pypi.org/project/pystan,2024-02-07 14:29:13.000,263.0,1869151.0,1902444.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2796663.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +353,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-03-07 14:51:33.000000,2024-03-07 09:10:13,2453.0,310.0,1005.0,113.0,2611.0,223.0,795.0,16554.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",96.0,28,True,2024-03-06 12:20:37.000,1.8.0,63.0,,,,,,,,,,,,456.0,,,,,,,,2.0,15990.0,,,,,,,,,,,,,,,,,,, +354,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4864.0,650.0,372.0,497.0,436.0,15227.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,590.0,551.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,39.0,988.0,988.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-03-07 06:41:21.000000,2024-03-07 06:41:21,1958.0,1.0,2341.0,274.0,905.0,195.0,673.0,13546.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,28,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,4530.0,4539.0,,,,,,,,2.0,393.0,,,,,,,,,,,,,,,,,,, +356,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-03-07 12:42:04.000000,2023-12-28 07:35:14,2224.0,1.0,2759.0,194.0,3616.0,1272.0,3952.0,11868.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],,,https://pypi.org/project/paddledet,,,739.0,739.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +357,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-02-22 06:27:52.000000,2022-11-08 22:11:16,98.0,,1773.0,203.0,72.0,106.0,36.0,9888.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,297951.0,297951.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,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:56:22.000000,2023-05-24 15:56:22,277.0,,876.0,267.0,98.0,78.0,81.0,7297.0,Visualizations for machine learning datasets.,31.0,28,True,2019-07-01 16:35:20.000,1.0.0,4.0,facets-overview,,,,['jupyter'],221.0,221.0,https://pypi.org/project/facets-overview,,,182862.0,182862.0,,,,,,,,3.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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1296.0,174.0,46.0,70.0,237.0,6736.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:37:33.000,1.4.1,13.0,face-alignment,,,,['pytorch'],21.0,21.0,https://pypi.org/project/face-alignment,,,63045.0,63045.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,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,2023-01-19 00:37:33.000000,2023-01-19 00:37:33,900.0,,1193.0,154.0,950.0,44.0,784.0,5728.0,Gluon CV Toolkit.,119.0,28,False,2021-03-09 00:20:06.000,0.10.0,10.0,gluoncv,,,,['mxnet'],21.0,21.0,https://pypi.org/project/gluoncv,,,120654.0,120654.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,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,,1156.0,212.0,91.0,194.0,120.0,5608.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,,,,,461.0,441.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,20.0,11589.0,11589.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,,1368.0,206.0,158.0,44.0,227.0,5476.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'],800.0,746.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,54.0,1546.0,1546.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +363,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-03-07 08:05:24.000000,2024-03-06 08:30:53,13773.0,453.0,1559.0,143.0,3583.0,824.0,1070.0,5412.0,An Industrial Grade Federated Learning Framework.,100.0,28,True,2024-03-06 08:32:32.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,24.0,24.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +364,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-02-20 12:08:38.000000,2024-02-20 12:08:36,610.0,15.0,677.0,109.0,186.0,10.0,341.0,5411.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,28,True,2023-10-15 15:39:44.000,0.3.13,26.0,pytesseract,conda-forge/pytesseract,,,,,,https://pypi.org/project/pytesseract,,,1806056.0,1819636.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,597554.0,,,,,2.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-02-20 16:52:37.000000,2022-08-06 21:47:18,182.0,,421.0,70.0,60.0,101.0,56.0,4326.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,,,,,1301.0,1294.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,192657.0,192657.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +366,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,2023-12-29 12:20:18.000000,2023-11-11 01:23:34,523.0,,714.0,175.0,80.0,8.0,278.0,4138.0,A python wrapper for Alpha Vantage API for financial data.,42.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,524.0,492.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,30962.0,31129.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6379.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,,406.0,38.0,56.0,118.0,43.0,3925.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'],13047.0,12927.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,175271.0,175271.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,,971.0,219.0,408.0,140.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,,,,,1294.0,1034.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,260.0,1836.0,1836.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +369,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,,2012-08-24 16:14:59.000,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,,116.0,76.0,66.0,16.0,120.0,3669.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,28,False,2021-08-23 21:02:05.000,6.0.3,12.0,ftfy,conda-forge/ftfy,,,,17345.0,17345.0,https://pypi.org/project/ftfy,,,4136272.0,4143682.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,281611.0,,,,,2.0,,,,,,,,,-4.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-03-04 08:12:00.000000,2024-01-10 09:28:24,484.0,1.0,513.0,36.0,505.0,12.0,,3445.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,37.0,28,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,952.0,939.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,13.0,114633.0,117100.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,53999.0,,,,,2.0,22410.0,,,,,,,,,,,,,,,,,,, +371,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-02-22 20:56:35.000000,2024-02-22 20:56:32,1181.0,41.0,465.0,61.0,711.0,2.0,517.0,3360.0,On-device wake word detection powered by deep learning.,37.0,28,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,42.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,14.0,5960.0,5960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,,2021-10-11 14:48:38.000,2024-03-06 05:54:35.000000,2024-02-22 12:17:17,1487.0,12.0,232.0,16.0,1731.0,245.0,726.0,3271.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,,,,,340.0,340.0,https://pypi.org/project/deepchecks,,,42270.0,42297.0,,,,,,,,2.0,804.0,,,,,,,,,,,,,,,,,,, +373,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,284.0,34.0,475.0,33.0,30.0,2926.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,28,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1161.0,1115.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,46.0,112446.0,112720.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9603.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,2.0,328.0,47.0,120.0,60.0,135.0,2781.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1088.0,1064.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,135245.0,136888.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,65742.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,2.0,443.0,125.0,143.0,192.0,247.0,2595.0,PYthon svg GrAph plotting Library.,77.0,28,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,638.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,638.0,375589.0,378289.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,37803.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,2024-03-05 14:41:20.000000,2024-03-05 14:41:18,717.0,5.0,247.0,35.0,528.0,138.0,234.0,2042.0,"Algorithms for outlier, adversarial and drift detection.",22.0,28,False,2024-01-22 16:25:25.000,0.11.5,37.0,alibi-detect,,,,,425.0,419.0,https://pypi.org/project/alibi-detect,2024-01-22 16:14:47.000,6.0,27540.0,27540.0,,,,,,,,2.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-02-19 03:06:25.000000,2023-12-31 15:46:16,440.0,10.0,282.0,62.0,102.0,22.0,99.0,1739.0,ffn - a financial function library for Python.,32.0,28,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,31.0,,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,31.0,147589.0,147783.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6802.0,,,,,2.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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,38.0,372.0,52.0,125.0,41.0,421.0,1648.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,28,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,18.0,,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,18.0,1439.0,1561.0,,,,,,,,2.0,11787.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,, +379,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-03-05 09:13:27.000000,2023-10-20 21:52:11,1051.0,,211.0,53.0,202.0,27.0,278.0,1582.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,28,True,2023-09-30 19:50:08.000,0.5.3,10.0,scispacy,,,,,849.0,849.0,https://pypi.org/project/scispacy,,,26850.0,26850.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,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-03-06 00:43:08.000000,2024-03-05 00:32:58,1508.0,57.0,79.0,19.0,279.0,30.0,60.0,1475.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",34.0,28,True,2024-03-05 00:43:05.074,2.9.2,107.0,usearch,,unum/usearch,,,66.0,52.0,https://pypi.org/project/usearch,2024-03-05 00:47:38.000,4.0,42664.0,51185.0,,,,https://hub.docker.com/r/unum/usearch,2024-03-05 00:42:37.565844,1.0,71.0,3.0,1054.0,,,usearch,https://www.npmjs.com/package/usearch,2024-03-05 00:43:05.074,10.0,8411.0,,,,,,,,,,,, +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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,174.0,34.0,72.0,19.0,52.0,1430.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2589.0,2574.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,15.0,1608672.0,1609182.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19391.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,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-02-16 09:48:48.000000,2024-02-16 09:33:00,569.0,40.0,410.0,31.0,49.0,16.0,121.0,1359.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,566.0,544.0,https://pypi.org/project/minisom,2024-02-16 09:47:58.000,22.0,24333.0,24333.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,2.0,154.0,32.0,245.0,,,1310.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,28,True,2023-12-19 07:41:39.000,1.3.4,43.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1521.0,1521.0,https://pypi.org/project/spacy-transformers,,,198512.0,199506.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,27838.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,339.0,71.0,87.0,27.0,26.0,1205.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1460.0,1316.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,144.0,32101.0,32458.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26094.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,326.0,40.0,301.0,24.0,200.0,1197.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,363.0,349.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,14.0,20543.0,20543.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-01-11 20:36:11.000000,2023-12-21 17:09:15,394.0,3.0,177.0,25.0,31.0,4.0,129.0,1174.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],508.0,498.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,10.0,107592.0,107934.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17820.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,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,1.0,249.0,40.0,39.0,68.0,590.0,1133.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,,,,662.0,628.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,34.0,83641.0,85023.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,60599.0,,,,,2.0,497.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-03-06 21:14:13.000000,2024-03-06 21:14:12,491.0,13.0,107.0,23.0,331.0,31.0,262.0,1113.0,Extra blocks for scikit-learn pipelines.,62.0,28,True,2024-01-29 20:20:07.000,0.7.4,47.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],140.0,132.0,https://pypi.org/project/scikit-lego,2024-01-29 19:55:10.000,8.0,27665.0,28669.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,46189.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,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,,172.0,35.0,86.0,76.0,122.0,894.0,A scikit-learn based module for multi-label et. al. classification.,28.0,28,True,2018-12-10 10:51:36.000,0.2.0,4.0,scikit-multilearn,,,,['sklearn'],1478.0,1478.0,https://pypi.org/project/scikit-multilearn,,,72356.0,72356.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-01-08 13:33:30.000000,2024-01-08 13:19:20,1302.0,3.0,149.0,50.0,56.0,23.0,65.0,824.0,Computer Vision in Python.,34.0,28,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1343.0,1215.0,https://pypi.org/project/mahotas,2022-06-28 08:11:26.000,128.0,11645.0,20391.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,393573.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +391,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-02-06 01:48:14.000000,2024-02-06 01:48:11,3707.0,8.0,324.0,66.0,681.0,37.0,526.0,814.0,The Classical Language Toolkit.,120.0,28,True,2023-12-27 08:38:23.000,1.2.1,211.0,cltk,,,,,297.0,255.0,https://pypi.org/project/cltk,2023-12-27 08:38:23.000,42.0,2270.0,2270.0,,,,,,,,2.0,55.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-03-06 07:20:56.000000,2024-03-06 07:20:56,1336.0,28.0,123.0,25.0,456.0,11.0,129.0,789.0,A Comparative Framework for Multimodal Recommender Systems.,18.0,28,True,2024-03-05 06:52:53.000,2.0.0,55.0,cornac,conda-forge/cornac,,,,216.0,200.0,https://pypi.org/project/cornac,2024-03-05 07:03:08.000,16.0,107406.0,115278.0,https://anaconda.org/conda-forge/cornac,2024-03-05 22:37:34.614,354269.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-03-07 10:58:08.000000,2024-03-03 16:20:10,323.0,83.0,86.0,19.0,113.0,36.0,77.0,560.0,pyspark methods to enhance developer productivity.,27.0,28,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],82.0,75.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,765637.0,765637.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,, +394,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,38.0,12.0,69.0,7.0,26.0,209.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,39913.0,39658.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,255.0,5596300.0,5645244.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2055654.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +395,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,2023-12-23 16:12:25.000000,2023-12-23 16:11:39,302.0,1.0,2672.0,141.0,44.0,113.0,132.0,17302.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,27,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],415.0,409.0,https://pypi.org/project/vit-pytorch,2023-12-23 16:12:25.000,6.0,16581.0,16581.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2024-02-28 15:48:01.000000,2023-10-12 07:20:40,1894.0,,975.0,226.0,455.0,53.0,265.0,15892.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:14:16.000,5.14.0,29.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,,,47384.0,47787.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,15.0,22620.0,2.0,,,,,,,,,,,,,,,,,,,, +397,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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,,1387.0,431.0,50.0,98.0,87.0,10330.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,25664.0,25664.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +398,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,352.0,79.0,48.0,231.0,7892.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,728.0,702.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,1599.0,1992.0,,,,,,,,3.0,31087.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,,, +399,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,,1500.0,132.0,51.0,155.0,141.0,7688.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,136123.0,213886.0,,,,,,,,2.0,3732628.0,,,,,,,,,,,,,,,,,,, +400,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,,1639.0,461.0,698.0,33.0,441.0,7276.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'],40.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,40.0,1794.0,1816.0,,,,,,,,2.0,1998.0,,,,,,,,,,,,,,,,,,, +401,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-02-12 19:58:33.000000,2024-02-12 19:58:33,1768.0,7.0,729.0,129.0,268.0,426.0,331.0,6823.0,Uniform Manifold Approximation and Projection.,128.0,27,True,2023-11-18 01:10:29.000,release-0.5.5,28.0,umap-learn,conda-forge/umap-learn,,,,1.0,1.0,https://pypi.org/project/umap-learn,,,766392.0,817799.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2313358.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +402,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,,1551.0,625.0,2111.0,453.0,1338.0,6332.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:12:12.000,1.0.5,47.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,,,2923.0,2923.0,,,,,,,,3.0,3.0,numenta/nupic-legacy,,,,,,,,,,,,,,,,,, +403,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,,1353.0,347.0,14.0,42.0,65.0,6286.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1331.0,1289.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,42.0,17425.0,17425.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,982.0,146.0,93.0,75.0,305.0,6139.0,A Python scikit for building and analyzing recommender systems.,45.0,27,False,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,135372.0,143378.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,352280.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +405,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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,276.0,438.0,221.0,329.0,4809.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'],348.0,308.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,40.0,357.0,357.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +406,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-03-07 12:56:23.000000,2023-10-05 16:17:35,6152.0,,519.0,153.0,1906.0,306.0,1328.0,4364.0,ArrayFire: a general purpose GPU library.,88.0,27,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,9.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,9.0,1312.0,1364.0,,,,,,,,2.0,5552.0,,,,,,,,,,,,,,,,,,, +407,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,958.0,145.0,30.0,46.0,77.0,4198.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,,,,8227.0,8030.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,197.0,154541.0,154921.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13690.0,,,,,2.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,2023-11-02 03:20:32.000000,2023-11-02 03:20:28,249.0,,819.0,51.0,50.0,63.0,106.0,4034.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,27,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1605.0,1586.0,https://pypi.org/project/facenet-pytorch,2021-03-10 01:00:20.000,19.0,53734.0,69393.0,,,,,,,,3.0,814304.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-02-09 09:08:43.000000,2023-09-01 03:04:11,1137.0,,708.0,60.0,1012.0,131.0,739.0,3975.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",85.0,27,True,2023-07-04 07:11:53.000,1.0.1,20.0,mmocr,,,,['pytorch'],114.0,114.0,https://pypi.org/project/mmocr,,,5107.0,5107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,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,283.0,226.0,11.0,356.0,3861.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,949447.0,949858.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20983.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +411,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-03-05 19:35:28.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,94.0,48.0,32.0,3459.0,Python library that makes it easy for data scientists to create charts.,25.0,27,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,86.0,76.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,10.0,8881.0,9342.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29531.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,2024-02-29 23:38:02.000000,2024-02-21 07:25:31,1402.0,43.0,343.0,71.0,1292.0,93.0,81.0,3337.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,27,True,2024-02-21 07:38:44.000,1.1,15.0,lit-nlp,conda-forge/lit-nlp,,,,29.0,28.0,https://pypi.org/project/lit-nlp,2024-02-21 06:48:57.000,1.0,3771.0,5375.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,67389.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +413,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-01-03 16:45:49.000000,2024-01-03 16:44:47,1195.0,2.0,403.0,83.0,54.0,57.0,202.0,3334.0,A library of reinforcement learning components and agents.,84.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],192.0,189.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1246.0,1449.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8148.0,,,,,2.0,,google-deepmind/acme,,,,,,,,,,,,,,,,,, +414,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-02-29 03:26:36.000000,2024-02-21 17:40:12,463.0,14.0,272.0,49.0,456.0,61.0,255.0,3283.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,27,True,2024-01-08 18:51:52.000,0.4.10,23.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-01-08 18:51:52.000,4.0,7662.0,8727.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-01-08 20:24:23.326,38071.0,,,,,2.0,369.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-01-10 22:28:30.000000,2023-09-10 15:15:16,1059.0,,234.0,62.0,112.0,6.0,266.0,3137.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,520.0,511.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,14844.0,14860.0,,,,,,,,3.0,995.0,,,,,,,,,,,,,,,,,,, +416,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,,455.0,83.0,245.0,61.0,154.0,3026.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,176.0,174.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,52302.0,52303.0,,,,,,,,2.0,75.0,,,,,,,,,,,,,,,,,,, +417,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,,1007.0,167.0,215.0,43.0,146.0,3022.0,Performance analysis of predictive (alpha) stock factors.,25.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,695.0,677.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,18.0,1523.0,1801.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20359.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,651.0,109.0,72.0,88.0,123.0,2960.0,Productivity Tools for Plotly + Pandas.,38.0,27,False,,,,cufflinks,,,,['pandas'],10223.0,10223.0,https://pypi.org/project/cufflinks,,,80437.0,80437.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,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,412.0,64.0,932.0,315.0,745.0,2857.0,StellarGraph - Machine Learning on Graphs.,37.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],262.0,254.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,8.0,3944.0,3944.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,263.0,52.0,19.0,34.0,97.0,2797.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,13.0,sweetviz,conda-forge/sweetviz,,,,2053.0,2053.0,https://pypi.org/project/sweetviz,,,73282.0,74024.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,27469.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-03-04 15:26:06.000000,2022-09-28 17:12:28,249.0,,296.0,29.0,320.0,76.0,38.0,2619.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,27,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],856.0,855.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,18948.0,19037.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2779.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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,274.0,67.0,59.0,21.0,39.0,2380.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,27,False,2018-08-19 12:21:01.000,0.3.7,17.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4529.0,4529.0,https://pypi.org/project/scikit-plot,,,421456.0,423572.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,169342.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +423,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,3.0,332.0,44.0,57.0,64.0,207.0,2331.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,27,True,2023-06-01 22:20:25.000,1.3,4.0,spektral,,,,['tensorflow'],272.0,272.0,https://pypi.org/project/spektral,,,7018.0,7018.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,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-03-06 19:50:23.000000,2024-01-30 18:07:43,695.0,34.0,227.0,36.0,146.0,6.0,140.0,2255.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,27,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,164.0,161.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,3.0,8749.0,8756.0,,,,,,,,3.0,296.0,,,,,,,,,,,,,,,,,,, +425,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,,328.0,78.0,55.0,161.0,68.0,2236.0,Multilingual text (NLP) processing toolkit.,26.0,27,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1285.0,1190.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,95.0,62077.0,62077.0,,,,,,,,2.0,,,,,,,,,4.0,,,,,,,,,,, +426,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,65.0,38.0,96.0,160.0,2168.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'],365.0,341.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,24.0,9884.0,9884.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,,255.0,89.0,124.0,33.0,230.0,2161.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 22:46:00.000,0.13.0,29.0,textacy,conda-forge/textacy,,,,1701.0,1701.0,https://pypi.org/project/textacy,,,29447.0,31132.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,138245.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,492.0,41.0,24.0,66.0,38.0,2102.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,27,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4797.0,4746.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,60873.0,61101.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11186.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-02-21 23:16:24.000000,2024-02-21 23:13:33,479.0,8.0,310.0,62.0,153.0,7.0,92.0,2084.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2024-02-21 23:16:24.000,3.3.0,22.0,pytextrank,,,,,583.0,583.0,https://pypi.org/project/pytextrank,,,42748.0,42748.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,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-01-24 14:27:34.000000,2021-07-16 09:03:20,66.0,,463.0,39.0,43.0,64.0,58.0,2053.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'],2000.0,1986.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,60351.0,64756.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,485.0,,,,,3.0,254807.0,,,,,,,,,,,,,,,,,,, +431,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-02-16 02:07:00.000000,2024-02-16 02:06:53,862.0,10.0,446.0,61.0,325.0,113.0,92.0,1858.0,Library for training machine learning models with privacy for training data.,58.0,27,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,15133.0,15135.0,,,,,,,,3.0,141.0,,,,,,,,,,,,,,,,,,, +432,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,,212.0,36.0,1081.0,25.0,496.0,1726.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],269.0,266.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,3.0,2533.0,3088.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,17235.0,,,,,2.0,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,, +433,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-03-07 13:51:32.000000,2024-03-07 13:42:53,6317.0,102.0,278.0,49.0,2596.0,307.0,1366.0,1543.0,cuGraph - RAPIDS Graph Analytics Library.,110.0,27,True,2024-02-13 16:02:14.000,24.02.00,34.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,2.0,219.0,732.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,17974.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +434,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,,2016-10-21 23:14:52.000,2024-02-24 20:25:15.000000,2024-01-08 15:03:19,1840.0,3.0,268.0,45.0,270.0,60.0,192.0,1483.0,TensorLy: Tensor Learning in Python.,66.0,27,False,2023-01-15 00:40:26.000,0.8.0,8.0,tensorly,conda-forge/tensorly,,,,588.0,588.0,https://pypi.org/project/tensorly,,,17627.0,22820.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363568.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,4.0,567.0,108.0,283.0,16.0,300.0,1481.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,27,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,148.0,146.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,9655.0,9708.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4480.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,74.0,742.0,58.0,168.0,1478.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,388.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,31.0,2321.0,2321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-03-06 18:34:09.000000,2024-03-06 18:34:08,2827.0,11.0,174.0,26.0,666.0,118.0,442.0,1472.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,27,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,5012.0,5015.0,,,,,,,,2.0,177.0,,,,,,,,,,,,,,,,,,, +438,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,257.0,47.0,184.0,54.0,120.0,1369.0,Metric learning algorithms in Python.,22.0,27,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],369.0,356.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,13.0,14826.0,15079.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11161.0,,,,,3.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-02-29 10:49:59.696000,2024-02-28 20:15:02,673.0,6.0,167.0,47.0,161.0,19.0,380.0,1308.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,163.0,158.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,5.0,20143.0,20453.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,11816.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +440,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-03-02 19:42:09.000000,2024-03-02 19:42:08,1023.0,12.0,110.0,24.0,115.0,30.0,52.0,1263.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",23.0,27,True,2024-02-29 14:58:18.000,1.4.2,34.0,imodels,,,,,66.0,66.0,https://pypi.org/project/imodels,,,27498.0,27498.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +441,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-02-19 21:52:42.000000,2024-01-31 09:58:21,4206.0,4.0,285.0,81.0,642.0,19.0,608.0,1257.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,39.0,,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,23855.0,35965.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,532874.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +442,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-02-15 10:17:47.000000,2024-02-05 13:23:33,777.0,13.0,60.0,13.0,127.0,43.0,110.0,912.0,Visualize large time series data with plotly.py.,12.0,27,True,2024-01-14 18:45:33.000,0.9.2,61.0,plotly-resampler,conda-forge/plotly-resampler,,,,906.0,895.0,https://pypi.org/project/plotly-resampler,2024-01-14 18:35:43.000,11.0,385502.0,386843.0,https://anaconda.org/conda-forge/plotly-resampler,2024-01-23 20:24:24.113,34866.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,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-03-06 01:02:33.000000,2024-02-07 23:40:03,16569.0,41.0,359.0,44.0,1615.0,284.0,2959.0,847.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,1.0,892.0,946.0,,,,,,,,3.0,6607.0,,,,,,,,,,,,,,,,,,, +444,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-03-06 23:03:15.000000,2024-02-14 13:54:40,2672.0,63.0,102.0,10.0,522.0,29.0,93.0,831.0,Time series forecasting with scikit-learn models.,10.0,27,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],248.0,240.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,8.0,56471.0,56471.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-03-05 16:57:58.000000,2024-03-05 16:57:37,543.0,83.0,101.0,24.0,97.0,15.0,103.0,655.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",26.0,27,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,112.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,112.0,25119.0,25119.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,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,,1152.0,180.0,213.0,24.0,533.0,8638.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,,,,,241.0,,,,,,,,3.0,9171.0,,,,,,,,,,,,,,,,,,, +447,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-03 01:45:19.000000,2024-03-03 01:31:19,216.0,3.0,293.0,69.0,179.0,22.0,54.0,4882.0,"A data augmentations library for audio, image, text, and video.",33.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,107.0,103.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2412.0,2412.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,240.0,215.0,51.0,200.0,4344.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,52.0,51.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,603.0,696.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3287.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,103.0,617.0,89.0,606.0,4169.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],87.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,87.0,435272.0,437007.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,74637.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +450,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,422.0,41.0,52.0,75.0,174.0,4077.0,An Open-Source Framework for Prompt-Learning.,22.0,26,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,105.0,103.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,2.0,2202.0,2202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,145.0,237.0,37.0,633.0,3273.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],439.0,437.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,717.0,717.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-03-04 11:03:28.000000,2024-03-04 11:03:27,4333.0,10.0,565.0,41.0,998.0,212.0,686.0,3105.0,"A unified, comprehensive and efficient recommendation library.",71.0,26,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,2308.0,2420.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4515.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-03-07 12:37:37.000000,2024-03-07 12:37:22,1526.0,27.0,610.0,44.0,28.0,3.0,391.0,2769.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,31.0,26,True,2023-09-21 03:43:55.000,2.2.7,9.0,deepke,,,,['pytorch'],21.0,21.0,https://pypi.org/project/deepke,,,503.0,503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,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,167.0,164.0,113.0,2719.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,,,,90.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,90.0,421363.0,423165.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,147766.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +455,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,2023-09-26 21:01:12.000000,2023-09-26 21:01:10,548.0,,468.0,97.0,43.0,82.0,240.0,2708.0,Learning to Rank in TensorFlow.,33.0,26,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,2023-08-11 17:56:48.000,13.0,118396.0,118396.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,3.0,611.0,177.0,75.0,23.0,566.0,2621.0,Python sync/async framework for Interactive Brokers API.,36.0,26,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,28.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,28.0,36721.0,37409.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38566.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,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,,710.0,167.0,94.0,134.0,358.0,2458.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,330.0,330.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,453.0,38.0,239.0,52.0,279.0,2441.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,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,42755.0,42985.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6213.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +459,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-03-05 16:18:20.000000,2024-02-28 21:03:10,90.0,16.0,317.0,28.0,284.0,45.0,312.0,2322.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,26,True,2024-02-28 21:47:30.000,0.1.2,19.0,adapter-transformers,,,,['huggingface'],29.0,22.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,18862.0,18862.0,,,,,,,,3.0,,adapter-hub/adapters,,,,,,,,,,,,,,,,,, +460,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,,2019-02-26 10:10:56.000,2024-02-27 10:07:38.000000,2024-02-12 11:41:49,652.0,4.0,241.0,47.0,640.0,136.0,225.0,2274.0,Algorithms for explaining machine learning models.,20.0,26,False,2024-01-22 16:23:03.000,0.9.5,32.0,alibi,,,,,561.0,561.0,https://pypi.org/project/alibi,,,24581.0,24581.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +461,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,8.0,225.0,65.0,31.0,58.0,93.0,2202.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,17.0,neural-tangents,,,,,94.0,94.0,https://pypi.org/project/neural-tangents,,,1874.0,1881.0,,,,,,,,3.0,359.0,,,,,,,,,,,,,,,,,,, +462,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-03-06 05:16:19.000000,2023-06-01 12:18:23,739.0,,311.0,43.0,44.0,96.0,56.0,2110.0,A modular active learning framework for Python.,20.0,26,True,2024-03-06 05:16:19.000,0.61.24,704.0,modAL,,,,['sklearn'],13.0,,https://pypi.org/project/modAL,2024-03-06 05:16:19.000,13.0,307968.0,307968.0,,,,,,,,3.0,29.0,,,,,,,,4.0,,,,,,,,,,, +463,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-03-06 13:30:05.000000,2024-03-06 13:30:04,1840.0,231.0,120.0,29.0,154.0,18.0,20.0,1791.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2023-09-10 04:20:57.000,0.4.168,144.0,labml,,,,,140.0,134.0,https://pypi.org/project/labml,2023-09-10 04:20:57.000,6.0,4118.0,4118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,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-03-06 19:02:45.000000,2024-01-22 21:33:57,892.0,19.0,134.0,34.0,428.0,58.0,343.0,1783.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,26,True,2024-02-16 03:13:23.000,1.1.4.4alpha,28.0,orbit-ml,,,,,48.0,47.0,https://pypi.org/project/orbit-ml,2024-03-03 01:26:55.000,1.0,32159.0,32159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +465,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-03-06 19:02:45.000000,2024-01-22 21:33:57,892.0,19.0,134.0,34.0,428.0,58.0,343.0,1783.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,19.0,26,True,2024-02-16 03:13:23.000,1.1.4.4alpha,28.0,orbit-ml,conda-forge/orbit-ml,,,,48.0,47.0,https://pypi.org/project/orbit-ml,2024-03-03 01:26:55.000,1.0,32159.0,32351.0,https://anaconda.org/conda-forge/orbit-ml,2023-12-19 05:59:30.209,5002.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,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,41.0,495.0,172.0,151.0,1728.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,155.0,147.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,34982.0,34988.0,,,,,,,,3.0,433.0,,,,,,,,,,,,,,,,,,, +467,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,,238.0,54.0,446.0,3.0,402.0,1717.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,26,False,2021-06-10 09:45:12.000,0.8.0,22.0,farm,conda-forge/farm,,,['pytorch'],217.0,217.0,https://pypi.org/project/farm,,,1593.0,1685.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3239.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +468,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,,157.0,25.0,81.0,42.0,34.0,1671.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,574.0,555.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,109949.0,110723.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22462.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +469,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-03-07 00:56:20.000000,2024-03-07 00:51:38,831.0,72.0,250.0,48.0,659.0,49.0,64.0,1602.0,A lightweight library for PyTorch training tools and utilities.,114.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,5725.0,5725.0,,,,,,,,3.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,,309.0,27.0,379.0,89.0,155.0,1558.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],55.0,53.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,2.0,2192.0,2192.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +471,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-02-19 02:13:41.000000,2024-02-01 16:55:49,1031.0,2.0,170.0,18.0,65.0,28.0,331.0,1440.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,84.0,36637.0,42063.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,244203.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +472,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-02-14 20:47:03.000000,2023-06-07 07:35:59,3033.0,,119.0,37.0,336.0,11.0,187.0,1420.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,295.0,277.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,18.0,50986.0,50986.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,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,2023-11-29 23:41:32.898000,2023-11-29 13:48:39,684.0,,157.0,24.0,124.0,2.0,128.0,1340.0,"Extensible, parallel implementations of t-SNE.",11.0,26,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,771.0,753.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,18.0,29532.0,35020.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,236020.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,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-03-06 00:32:34.000000,2024-03-06 00:32:32,1425.0,32.0,252.0,73.0,104.0,23.0,53.0,1231.0,Model analysis tools for TensorFlow.,57.0,26,True,2023-08-14 20:20:00.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",2.0,2.0,https://pypi.org/project/tensorflow-model-analysis,,,81512.0,81512.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +475,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,,172.0,26.0,36.0,1.0,116.0,1222.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1570.0,1537.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,33.0,24732.0,24732.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +476,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,191.0,43.0,257.0,66.0,212.0,1218.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,437.0,404.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,2236.0,2236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1212.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,,,,492.0,451.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,41.0,16870.0,27049.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,794001.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,,83.0,34.0,109.0,7.0,18.0,1158.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],223.0,212.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,1711327.0,1711327.0,,,,,,,,3.0,,google-deepmind/rlax,,,,,,,,,,,,,,,,,, +479,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,108.0,21.0,103.0,36.0,74.0,1065.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2253.0,2233.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,20.0,269892.0,270689.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,34308.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,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-03-01 23:38:04.000000,2024-03-01 23:38:03,2128.0,223.0,84.0,18.0,782.0,72.0,200.0,1051.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,15.0,metricflow,,,,,19.0,19.0,https://pypi.org/project/metricflow,,,33362.0,33362.0,,,,,,,,3.0,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,, +481,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-03-06 19:44:03.000000,2024-02-26 19:04:51,1914.0,62.0,318.0,54.0,487.0,134.0,250.0,1050.0,Machine learning on FPGAs using HLS.,59.0,26,True,2023-12-19 21:00:03.000,0.8.1,16.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/hls4ml,,,1294.0,1466.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7255.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +482,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-03-07 13:52:58.000000,2024-03-07 13:52:53,1582.0,171.0,69.0,13.0,426.0,33.0,496.0,1025.0,"dstack is an open-source engine for running GPU workloads. It simplifies development, training, and deployment of gen..",22.0,26,True,2024-03-05 12:22:37.000,0.16.1,181.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-03-05 11:50:09.000,,3027.0,3027.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-03-04 18:16:03.000000,2024-02-29 15:08:13,800.0,6.0,114.0,30.0,405.0,68.0,314.0,992.0,BAyesian Model-Building Interface (Bambi) in Python.,36.0,26,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,118.0,109.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,9.0,29714.0,30457.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,29012.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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,2.0,236.0,61.0,246.0,22.0,365.0,954.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,,,,579.0,539.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,40.0,24426.0,25117.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,28273.0,,,,,3.0,262.0,,,,,,,,,,,,,,,,,,, +485,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,8.0,95.0,16.0,193.0,99.0,135.0,646.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,26,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,312.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,312.0,2345883.0,2346026.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,17415.0,,,,,,,,,,,,,,,,,,, +486,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-03-07 13:56:12.000000,2024-02-29 10:24:59,903.0,42.0,106.0,43.0,105.0,56.0,46.0,620.0,Bias Auditing & Fair ML Toolkit.,21.0,26,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,156.0,149.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,9130.0,9130.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +487,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-03-06 19:32:25.000000,2024-03-06 19:32:25,573.0,23.0,155.0,31.0,182.0,8.0,98.0,567.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,30.0,26,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],333.0,313.0,https://pypi.org/project/pyriemann,2022-07-17 13:53:18.565,20.0,32629.0,32872.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,5114.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,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-02-23 15:33:13.733000,2024-02-22 17:56:09,3744.0,37.0,69.0,47.0,354.0,21.0,394.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,26,False,2024-02-22 18:18:24.000,5.0.0,70.0,skll,conda-forge/skll,,,['sklearn'],59.0,41.0,https://pypi.org/project/skll,2024-02-22 17:58:26.000,18.0,640.0,1114.0,https://anaconda.org/conda-forge/skll,2024-02-23 15:33:13.733,13280.0,,,,,3.0,13.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-03-07 13:40:46.000000,2023-08-23 17:20:54,1241.0,,152.0,20.0,708.0,26.0,208.0,475.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,312.0,295.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,5906.0,7125.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,71957.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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,422.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7696.0,7412.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,284.0,167864.0,168711.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39823.0,,,,,2.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-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,12.0,39.0,5.0,15.0,6.0,48.0,319.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,26,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],654.0,622.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,32.0,99400.0,121678.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,913403.0,,,,,3.0,39.0,,,,,,,,,,,,,,,,,,, +492,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,1.0,808.0,148.0,1563.0,114.0,125.0,7903.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,139.0,138.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3303.0,3303.0,,,,,,,,3.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5770.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,,,,,124.0,121.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,403.0,451.0,,,,,,,,3.0,3722.0,,,,,,,,,,,,,,,,,,, +494,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,583.0,140.0,31.0,59.0,54.0,5519.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,25,False,,,1.0,flashtext,conda-forge/flashtext,,,,1529.0,1529.0,https://pypi.org/project/flashtext,,,1065123.0,1065541.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18392.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,867.0,125.0,63.0,136.0,74.0,5007.0,Image augmentation library in Python for machine learning.,23.0,25,True,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,745.0,716.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,29.0,7535.0,7535.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,2024-03-07 14:01:14.000000,2024-03-07 11:18:03,3472.0,90.0,597.0,94.0,3826.0,206.0,1357.0,4821.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,89.0,25,True,2024-02-27 17:33:20.000,1.35.0,75.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,,613.0,158.0,130.0,76.0,101.0,4606.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 15:59:35.000,0.3.10,15.0,lucid,,,,['tensorflow'],760.0,760.0,https://pypi.org/project/lucid,,,519.0,519.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,999.0,93.0,63.0,253.0,269.0,4563.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,25,False,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,19558.0,19558.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,,512.0,137.0,649.0,65.0,198.0,3856.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,2752.0,2752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,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,4.0,445.0,90.0,78.0,65.0,137.0,3344.0,Generate embeddings from large-scale graph-structured data.,32.0,25,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],3.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,3.0,369027.0,369029.0,,,,,,,,2.0,176.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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,1.0,372.0,162.0,84.0,87.0,101.0,3130.0,A deep learning library for video understanding research.,55.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,7.0,63150.0,63150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,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,1.0,1050.0,217.0,3649.0,429.0,1111.0,2992.0,Unified and efficient Machine Learning.,248.0,25,True,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1622.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,129102.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1505.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +503,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,3.0,246.0,34.0,2015.0,3.0,650.0,2922.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,4710.0,4807.0,,,,,,,,3.0,2631.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,,468.0,100.0,49.0,59.0,253.0,2789.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,,,,708.0,684.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,24.0,2872.0,3190.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15063.0,,,,,3.0,929.0,,,,,,,,,,,,,,,,,,, +505,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-02-21 08:50:08.000000,2023-06-30 21:16:10,470.0,,322.0,66.0,316.0,45.0,124.0,2731.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'],51.0,50.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,2354.0,2680.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14689.0,,,,,3.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,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,221.0,50.0,481.0,45.0,70.0,2690.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,,,,,206.0,203.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,23618.0,23619.0,,,,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +507,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,,314.0,93.0,2157.0,206.0,982.0,2671.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,25,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,44755.0,44755.0,,,,,,,,3.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,,216.0,68.0,42.0,17.0,23.0,2666.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,,,,910.0,905.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,58822.0,59092.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14331.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,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,,135.0,29.0,200.0,18.0,73.0,2663.0,HiPlot makes understanding high dimensional data easy.,9.0,25,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,392.0,377.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,15.0,15603.0,19198.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,176198.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-01-22 06:09:24.000000,2023-07-01 21:40:58,1936.0,,331.0,40.0,86.0,28.0,157.0,2411.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,2059.0,2059.0,,,,,,,,2.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-03-06 06:55:28.000000,2024-03-06 06:55:14,388.0,3.0,281.0,56.0,14.0,21.0,78.0,2188.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2017-03-13 05:31:21.000,0.0.2.4.4,18.0,scattertext,conda-forge/scattertext,,,,504.0,504.0,https://pypi.org/project/scattertext,,,13128.0,14220.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,86308.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,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-02-10 10:19:11.000000,2024-02-10 10:17:50,226.0,9.0,241.0,47.0,92.0,18.0,115.0,2106.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",112.0,109.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,3.0,3088.0,3088.0,,,,,,,,3.0,,mckinsey/causalnex,,,,,,,,,,,,,,,,,, +513,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-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,12.0,236.0,37.0,38.0,13.0,114.0,2056.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,25,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,231.0,225.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,4174.0,4679.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22242.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +514,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,,200.0,29.0,65.0,35.0,83.0,1971.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],320.0,313.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,4915.0,5094.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6835.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,,299.0,58.0,1313.0,233.0,810.0,1799.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'],102.0,100.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,2.0,614.0,614.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,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,158.0,61.0,66.0,65.0,129.0,1794.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,373.0,373.0,https://pypi.org/project/hypertools,,,558.0,558.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +517,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,,265.0,50.0,87.0,22.0,189.0,1501.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],530.0,513.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,17.0,5371.0,5517.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6588.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,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,91.0,165.0,103.0,224.0,1355.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'],43.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,1.0,216.0,216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,265.0,76.0,481.0,40.0,198.0,1303.0,Underthesea - Vietnamese NLP Toolkit.,18.0,25,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,949.0,922.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,27.0,7874.0,7945.0,,,,,,,,3.0,5842.0,,,,,,,,,,,,,,,,,,, +520,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,,141.0,29.0,63.0,7.0,70.0,1278.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'],1386.0,1373.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,12319.0,12319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,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,1.0,288.0,55.0,63.0,12.0,109.0,1219.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,,,,,1033.0,1002.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,31.0,11228.0,11228.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,,229.0,36.0,68.0,52.0,206.0,1211.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,25,True,2023-10-12 14:58:48.000,2.1.2,6.0,innvestigate,,,,['tensorflow'],119.0,119.0,https://pypi.org/project/innvestigate,,,619.0,623.0,,,,,,,,3.0,92.0,,,,,,,,,,,,,,,,,,, +523,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,976.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],429.0,426.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,15541.0,15541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +524,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-03-05 14:01:38.000000,2024-02-13 12:59:29,2071.0,1.0,215.0,42.0,588.0,85.0,431.0,975.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,49.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,49.0,54427.0,54941.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18532.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +525,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-03-05 13:03:44.000000,2024-03-05 13:03:44,730.0,3.0,143.0,16.0,103.0,30.0,235.0,931.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,23117.0,28697.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,251112.0,,,,,2.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,,255.0,42.0,72.0,103.0,188.0,914.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,529.0,491.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,38.0,4945.0,4945.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +527,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-03-05 03:43:51.000000,2024-03-05 03:43:50,838.0,7.0,135.0,29.0,87.0,35.0,75.0,587.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,25,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,433.0,409.0,https://pypi.org/project/ml-metadata,2023-08-10 00:37:12.000,24.0,63043.0,63078.0,,,,,,,,3.0,2119.0,,,,,,,,,,,,,,,,,,, +528,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-03-07 12:59:02.000000,2024-03-07 12:58:46,473.0,7.0,50.0,8.0,53.0,168.0,234.0,578.0,python binding for libvips using cffi.,16.0,25,True,2024-01-04 12:00:44.000,2.2.2,25.0,pyvips,conda-forge/pyvips,,,,726.0,676.0,https://pypi.org/project/pyvips,2024-01-04 12:00:44.000,50.0,41326.0,43128.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,73907.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,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-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,64.0,16.0,13.0,34.0,7.0,516.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,,,,3699.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3699.0,360569.0,367360.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,230914.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-02-20 10:07:24.000000,2023-12-26 16:13:16,6706.0,25.0,143.0,36.0,394.0,37.0,135.0,367.0,Neuroimaging in Python FMRI analysis package.,69.0,25,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,274.0,223.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,51.0,2395.0,3726.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106486.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,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-02-11 07:50:28.337000,2024-02-11 00:53:13,766.0,9.0,85.0,13.0,30.0,7.0,47.0,361.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,394.0,369.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,25.0,102416.0,104017.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,67264.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-03-06 11:58:04.000000,2024-03-06 11:08:29,532.0,16.0,56.0,40.0,282.0,19.0,60.0,301.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",39.0,25,True,2024-03-06 08:59:39.000,1.2.7,74.0,gokart,,,,,79.0,74.0,https://pypi.org/project/gokart,2024-03-06 08:59:39.000,5.0,3937.0,3937.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-03-06 15:13:47.000000,2024-03-06 15:13:44,2595.0,84.0,59.0,8.0,247.0,31.0,80.0,256.0,Python recommendation toolkit.,13.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,103.0,97.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1304.0,1921.0,https://anaconda.org/conda-forge/lenskit,2024-01-22 16:23:58.143,24716.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,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,138.0,43.0,141.0,98.0,4933.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'],1124.0,1108.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,695.0,707.0,,,,,,,,3.0,900.0,,,,,,,,,,,,,,,,,,, +535,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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,435.0,62.0,90.0,31.0,88.0,4895.0,Finding duplicate images made easy!.,15.0,24,True,2023-04-28 17:26:08.000,0.3.2,8.0,imagededup,,,,['tensorflow'],89.0,89.0,https://pypi.org/project/imagededup,,,20422.0,20422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,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-02-17 08:10:07.000000,2023-11-19 13:26:15,334.0,,946.0,46.0,33.0,65.0,112.0,4784.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,24,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],189.0,180.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,2686.0,2686.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,,1370.0,351.0,59.0,51.0,,4265.0,Python Algorithmic Trading Library.,11.0,24,True,,,8.0,pyalgotrade,,,,,204.0,183.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,21.0,730.0,730.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,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,,718.0,64.0,247.0,129.0,824.0,4003.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,5051.0,5051.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,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-03-03 01:42:18.000000,2024-03-03 01:31:19,1593.0,10.0,502.0,152.0,609.0,69.0,75.0,3511.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,24,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,,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,109.0,396.0,3157.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],123.0,122.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,730.0,730.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,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,110.0,73.0,193.0,117.0,3077.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,,,,,140.0,128.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,859.0,921.0,,,,,,,,3.0,4511.0,,,,,,,,,,,,,,,,,,, +542,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-01-26 20:28:01.000000,2023-12-09 00:22:24,2360.0,1.0,681.0,164.0,60.0,14.0,709.0,3035.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,24,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,904.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,62346.0,,,,,3.0,4703.0,,,,,,,,,,,,,,,,,,, +543,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,,311.0,30.0,695.0,11.0,150.0,2407.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,87.0,87.0,https://pypi.org/project/promptsource,,,396.0,396.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,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,,645.0,89.0,29.0,25.0,52.0,2313.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,,,,,704.0,523.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,181.0,27684.0,27684.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,296.0,65.0,14.0,26.0,46.0,2221.0,Stand-alone language identification system.,9.0,24,False,,,,langid,,,,,10718.0,10718.0,https://pypi.org/project/langid,,,349223.0,349223.0,,,,,,,,3.0,,,,,,,,,-4.0,,,,,,,,,,, +546,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,,255.0,57.0,56.0,19.0,50.0,2204.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,5.0,pytorch-nlp,,,,['pytorch'],652.0,652.0,https://pypi.org/project/pytorch-nlp,,,5427.0,5427.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,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-03-04 20:43:26.000000,2024-03-04 20:43:25,535.0,3.0,198.0,41.0,117.0,62.0,126.0,2132.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,27.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,4729.0,4729.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,2082.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,280.0,263.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,17.0,28761.0,28761.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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,7.0,228.0,43.0,36.0,45.0,24.0,1838.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],453.0,431.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1950.0,2867.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,32115.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,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-02-23 15:41:41.000000,2023-12-04 14:09:45,571.0,,128.0,56.0,448.0,67.0,102.0,1787.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,99.0,92.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,4767.0,4767.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,238.0,49.0,48.0,22.0,91.0,1584.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,345.0,331.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,14.0,2407.0,4412.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35951.0,,,,,3.0,62649.0,,,,,,,,,,,,,,,,,,, +552,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,,119.0,29.0,31.0,58.0,50.0,1565.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'],400.0,395.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,5.0,76694.0,76694.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,204.0,45.0,12.0,4.0,51.0,1559.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,24,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],217.0,215.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,9073.0,9073.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,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-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,2.0,298.0,55.0,115.0,46.0,30.0,1492.0,Interpretability and explainability of data and machine learning models.,41.0,24,True,2023-07-01 11:47:13.000,0.3.0,3.0,aix360,,,,,86.0,86.0,https://pypi.org/project/aix360,,,1463.0,1463.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,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-03-05 19:49:22.000000,2023-11-08 21:41:55,157.0,,164.0,101.0,185.0,35.0,25.0,1478.0,fklearn: Functional Machine Learning.,55.0,24,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,597.0,597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-03-03 01:40:38.000000,2024-03-03 01:31:19,346.0,6.0,292.0,40.0,253.0,69.0,193.0,1433.0,A framework for Privacy Preserving Machine Learning.,34.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,299.0,299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,203.0,54.0,460.0,143.0,293.0,1178.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],74.0,65.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,952.0,952.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-02-06 13:53:10.000000,2023-12-24 06:07:13,78.0,2.0,226.0,20.0,18.0,5.0,87.0,1167.0,Implementation of the node2vec algorithm.,13.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,584.0,563.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,21.0,91233.0,91623.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27324.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,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,73.0,415.0,75.0,147.0,1147.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,,,,,171.0,161.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,10.0,428.0,428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-02-12 12:03:03.000000,2019-08-16 09:00:15,140.0,,108.0,12.0,21.0,17.0,15.0,1051.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5076.0,4772.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,304.0,395330.0,395330.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,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,48.0,112.0,52.0,170.0,964.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,336.0,286.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,582.0,582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,,2013-12-23 17:02:11.000,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,177.0,40.0,173.0,60.0,174.0,919.0,A Jupyter - Three.js bridge.,30.0,24,False,2022-08-31 09:02:38.000,2.4.1,18.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],30.0,30.0,https://pypi.org/project/pythreejs,,,59031.0,67917.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,523510.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,,,3317.0,,,,,,,,,,,, +563,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-02-01 14:51:21.000000,2024-02-01 14:45:49,245.0,8.0,106.0,15.0,41.0,35.0,27.0,807.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,557.0,542.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,43069.0,53246.0,,,,,,,,3.0,407084.0,,,,,,,,,,,,,,,,,,, +564,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-02-29 08:19:55.000000,2024-02-29 08:19:09,289.0,13.0,248.0,46.0,18.0,9.0,91.0,803.0,Data compression in TensorFlow.,21.0,24,True,2024-02-02 01:53:52.000,2.15.0,24.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,11406.0,11406.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],51.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,44.0,5589.0,10377.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,310962.0,,,,,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,996.0,,,,,,,,,,,, +566,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-03-05 13:03:08.000000,2024-03-05 13:03:07,598.0,4.0,129.0,16.0,57.0,31.0,123.0,751.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,45.0,12289.0,14261.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,90727.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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,34.0,25.0,34.0,236.0,739.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,29.0,neupy,,,,,167.0,167.0,https://pypi.org/project/neupy,,,3137.0,3137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,76.0,13.0,48.0,20.0,53.0,710.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1330.0,1330.0,https://pypi.org/project/pysbd,,,311663.0,311840.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5147.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,2.0,155.0,17.0,72.0,35.0,108.0,680.0,Ternary plotting library for python with matplotlib.,27.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,192.0,165.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,27.0,55569.0,56404.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79386.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +570,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-03-07 14:57:21.000000,2024-03-05 20:57:12,860.0,24.0,80.0,9.0,717.0,85.0,436.0,590.0,Automated modeling and machine learning framework FEDOT.,32.0,24,True,2024-01-23 15:03:23.000,0.7.3,21.0,fedot,,,,,47.0,44.0,https://pypi.org/project/fedot,2024-03-05 21:31:39.000,3.0,985.0,985.0,,,,,,,,2.0,,aimclub/FEDOT,,,,,,,,,,,,,,,,,, +571,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-02-10 13:12:00.000000,2024-02-10 13:11:04,343.0,25.0,85.0,7.0,19.0,,85.0,531.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,17.0,24,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,67.0,65.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,16490.0,16490.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +572,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,9.0,17.0,11.0,12.0,506.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'],4395.0,4229.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,166.0,2143498.0,2153073.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,890517.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,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,1.0,83.0,28.0,318.0,60.0,27.0,363.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-16 20:29:30.000,0.1.16,17.0,tensorflow-cloud,,,,['tensorflow'],356.0,356.0,https://pypi.org/project/tensorflow-cloud,,,39357.0,39357.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,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-03-07 09:11:44.000000,2024-03-07 08:56:08,450.0,50.0,103.0,21.0,470.0,57.0,97.0,256.0,An open-source toolkit for large-scale genomic analysis.,25.0,24,False,2024-02-24 00:15:42.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2022-04-19 23:43:38.000,,59234.0,59337.0,https://anaconda.org/conda-forge/glow,2023-06-16 19:24:57.965,3843.0,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,, +575,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,789.0,169.0,1588.0,61.0,74.0,6352.0,A natural language modeling framework based on PyTorch.,234.0,23,False,2020-06-08 23:30:58.000,0.3.3,9.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,,,227.0,232.0,,,,,,,,3.0,355.0,,,,,,,,,,,,,,,,,,, +576,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,2.0,730.0,105.0,588.0,105.0,345.0,5786.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.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,17291.0,17291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,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-03-03 01:46:55.000000,2024-03-03 01:31:19,1096.0,2.0,880.0,117.0,675.0,110.0,542.0,5394.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,23,True,2019-08-26 19:04:21.000,0.3.1,2.0,mmf,,,,['pytorch'],17.0,17.0,https://pypi.org/project/mmf,,,1026.0,1026.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1310.0,305.0,209.0,66.0,211.0,4656.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1837.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143291.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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3868.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,,,,1.0,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,1.0,167.0,190.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1889.0,,,,,3.0,384.0,,,,,,,,,,,,,,,,,,, +580,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,886.0,178.0,385.0,33.0,430.0,3810.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,23,False,2019-10-09 19:24:22.000,2.2,2.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,,,91.0,91.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,,529.0,175.0,50.0,65.0,49.0,3475.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],59.0,56.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,121.0,121.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,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,6.0,324.0,53.0,414.0,79.0,106.0,3206.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'],35.0,34.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,222.0,222.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,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,,646.0,73.0,25.0,113.0,101.0,2971.0,Neural network visualization toolkit for keras.,10.0,23,False,,,8.0,keras-vis,,,,['tensorflow'],2892.0,2892.0,https://pypi.org/project/keras-vis,,,1032.0,1032.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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,,236.0,43.0,110.0,80.0,64.0,2852.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,10034.0,10036.0,,,,,,,,3.0,121.0,,,,,,,,,,,,,,,,,,, +585,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,441.0,65.0,122.0,32.0,350.0,2377.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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,,301.0,67.0,78.0,64.0,68.0,2095.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'],30.0,27.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1860.0,1860.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,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,,669.0,82.0,48.0,24.0,64.0,2030.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,494.0,482.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,7660.0,7660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,,242.0,45.0,33.0,51.0,90.0,1911.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'],165.0,165.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3560.0,3560.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,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,45.0,14.0,57.0,35.0,1761.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,23,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",262.0,251.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,1288.0,1288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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-02-04 20:37:53.000000,2024-02-04 20:37:53,1083.0,10.0,263.0,33.0,38.0,24.0,176.0,1736.0,A library for graph deep learning research.,49.0,23,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,454.0,454.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,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,,115.0,39.0,11.0,33.0,51.0,1610.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,347.0,335.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,2052.0,2052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,1.0,,1530.0,Feature engineering package with sklearn like functionality.,38.0,23,False,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,96.0,,https://pypi.org/project/feature_engine,2023-09-18 14:50:58.000,96.0,134080.0,135116.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,44559.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,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,,259.0,49.0,312.0,99.0,17.0,1527.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,22658.0,22658.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,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-03-01 10:24:06.000000,2024-03-01 08:15:47,1192.0,23.0,118.0,28.0,68.0,2.0,29.0,1472.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.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,7368.0,7368.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,, +595,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-02-25 11:49:36.000000,2024-02-25 11:49:35,1255.0,44.0,111.0,32.0,159.0,71.0,139.0,1396.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.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,,112.0,123.0,,,,,,,,3.0,492.0,,,,,,,,,,,,,,,,,,, +596,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,2023-11-06 16:35:34.000000,2023-11-06 15:20:05,206.0,,311.0,50.0,43.0,,,1310.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,23,True,2020-09-13 21:05:45.000,0.8.4,1.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],432.0,432.0,https://pypi.org/project/keras-ocr,,,21748.0,43489.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,310.0,,,,,3.0,912856.0,,,,,,,,,,,,,,,,,,, +597,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1264.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],62.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,541.0,541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,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-03-02 12:24:45.000000,2023-10-17 15:42:30,833.0,,327.0,51.0,792.0,7.0,300.0,1198.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,23,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],2.0,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,2.0,1418.0,1418.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,, +599,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,185.0,34.0,73.0,2.0,86.0,1032.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,23,True,2021-06-19 16:14:57.000,4.5.0,10.0,keract,,,,['tensorflow'],208.0,208.0,https://pypi.org/project/keract,,,4646.0,4646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-01-08 07:04:51.000000,2023-03-29 07:39:45,85.0,,83.0,26.0,54.0,36.0,28.0,936.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,True,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,640.0,617.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,44953.0,46324.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,41134.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,108.0,26.0,36.0,34.0,69.0,873.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:42:31.000,0.5.5,5.0,pandas-bokeh,,,,['pandas'],587.0,587.0,https://pypi.org/project/pandas-bokeh,,,23613.0,23613.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,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,219.0,218.0,853.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,93.0,93.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,5502.0,5502.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,,, +603,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,,130.0,132.0,91.0,34.0,67.0,648.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,23,False,2019-06-03 21:24:10.000,0.10.2,14.0,mapboxgl,,,,['jupyter'],190.0,190.0,https://pypi.org/project/mapboxgl,,,16987.0,16987.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,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-02-03 15:37:34.000000,2023-12-07 19:31:40,331.0,,133.0,20.0,44.0,5.0,81.0,539.0,Medical image processing in Python.,18.0,23,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1797.0,1750.0,https://pypi.org/project/MedPy,2019-02-14 17:12:59.000,47.0,15831.0,16527.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,22981.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,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-02-05 23:14:28.000000,2024-01-24 01:39:16,963.0,8.0,173.0,24.0,830.0,102.0,387.0,520.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,23,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1727.0,4021.0,,,,,,,,3.0,73429.0,,,,,,,,,,,,,,,,,,, +606,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-02-06 03:34:11.000000,2023-08-10 03:20:53,1214.0,,64.0,7.0,207.0,18.0,109.0,495.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],232.0,227.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3035.0,3035.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,492.0,83.0,37.0,53.0,26.0,10740.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:16:12.000,1.0.0,5.0,prettymaps,conda-forge/prettymaps,,,,45.0,45.0,https://pypi.org/project/prettymaps,,,843.0,932.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2314.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,647.0,94.0,150.0,98.0,103.0,8348.0,The user analytics platform for LLMs.,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,1111.0,1111.0,,,,,,,,3.0,,nebuly-ai/nebuly,,,,,,,,,,,,,,,,,, +609,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7983.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,955.0,955.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,262.0,68.0,115.0,135.0,6266.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,3.0,102.0,102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,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,,779.0,225.0,25.0,8.0,122.0,5325.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'],28.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,8.0,1282.0,1282.0,,,,,,,,3.0,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,,, +612,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-03-07 14:26:57.000000,2024-02-28 16:51:52,1565.0,12.0,821.0,144.0,1472.0,326.0,398.0,4943.0,Simple and Distributed Machine Learning.,116.0,22,True,2023-11-27 21:27:39.000,1.0.2,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,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,2023-04-10 13:46:12.000000,2022-05-30 07:32:06,3344.0,,808.0,232.0,109.0,56.0,620.0,4855.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,22,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,22.0,,,,,,,,3.0,1502.0,,,,,,,,,,,,,,,,,,, +614,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-02-27 22:00:43.000000,2023-01-15 11:37:16,279.0,,903.0,113.0,100.0,148.0,347.0,4635.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,2.0,12701.0,12701.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,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,2023-12-31 12:14:36.000000,2021-06-02 09:45:13,150.0,,717.0,101.0,34.0,103.0,113.0,4444.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,22,False,2020-01-08 15:35:45.000,2.2.0,1.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],123.0,123.0,https://pypi.org/project/ISR,,,4923.0,4926.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,234.0,3.0,,,,,,,,,,,,,,,,,,,, +616,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,,324.0,74.0,37.0,95.0,74.0,4380.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,539.0,539.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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,,654.0,77.0,53.0,176.0,101.0,3365.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'],7.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,7.0,3463.0,3472.0,,,,,,,,3.0,552.0,,,,,,,,,,,,,,,,,,, +618,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-01-01 21:29:17.000000,2024-01-01 21:13:34,684.0,1.0,497.0,214.0,16.0,24.0,4.0,3309.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,12.0,12.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,214.0,214.0,,,,,,,,3.0,51.0,,,,,,,,,,,,,,,,,,, +619,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,,380.0,208.0,9.0,6.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'],146.0,143.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,2147.0,2147.0,,,,,,,,3.0,,google-deepmind/trfl,,,,,,,,,,,,,,,,,, +620,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,,221.0,56.0,36.0,74.0,122.0,3103.0,A GUI for Pandas DataFrames.,15.0,22,False,,,2.0,pandasgui,conda-forge/pandasgui,,,['pandas'],352.0,352.0,https://pypi.org/project/pandasgui,,,3559.0,4111.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,21013.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,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-03-07 14:23:55.000000,2023-11-05 09:58:06,2685.0,,1084.0,132.0,1042.0,52.0,72.0,3060.0,a distributed deep learning platform.,85.0,22,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,65.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,736.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6193.0,3.0,,,,,,,,,,,,,,,,,,,, +622,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-02-23 01:59:10.000000,2021-05-06 12:10:38,127.0,,157.0,49.0,61.0,2.0,30.0,3006.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,,,,48.0,48.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,441.0,495.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1429.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,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-03-03 07:20:04.000000,2024-01-21 06:34:10,937.0,2.0,172.0,20.0,76.0,93.0,170.0,2712.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,22,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,39.0,38.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,733.0,733.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,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-03-05 07:28:52.000000,2024-03-05 04:43:01,3455.0,2.0,732.0,5.0,,406.0,855.0,2593.0,"A unified Data Analytics and AI platform for distributed TensorFlow, Keras, PyTorch, Apache Spark/Flink and Ray.",108.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,2822.0,2822.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,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,,401.0,131.0,136.0,52.0,128.0,2395.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,,,10.0,luminoth,,,,['tensorflow'],53.0,53.0,https://pypi.org/project/luminoth,,,1978.0,2143.0,,,,,,,,3.0,12766.0,,,,,,,,,,,,,,,,,,, +626,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,,370.0,79.0,144.0,33.0,126.0,2379.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 03:54:40.000,0.2.4,6.0,texar,,,,['tensorflow'],27.0,27.0,https://pypi.org/project/texar,,,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,156.0,24.0,33.0,30.0,31.0,1874.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,430.0,593.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4361.0,,,,,3.0,81.0,,,,,,,,,,,,,,,,,,, +628,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-01-30 11:58:46.000000,2024-01-30 11:58:43,345.0,9.0,334.0,42.0,68.0,156.0,95.0,1845.0,Super easy library for BERT based NLP models.,36.0,22,True,2020-07-09 12:05:40.000,1.8.0,5.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,,,1451.0,1451.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,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-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,1.0,105.0,37.0,30.0,27.0,78.0,1777.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,27.0,27.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,12482.0,12482.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +630,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,98.0,45.0,187.0,216.0,1633.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,7.0,906.0,906.0,,,,,,,,3.0,42.0,,,,,,,,,,,,,,,,,,, +631,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,,287.0,46.0,800.0,71.0,485.0,1591.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,98.0,98.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,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-02-19 23:42:32.000000,2022-08-31 13:13:15,103.0,,82.0,41.0,15.0,8.0,27.0,1289.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'],156.0,143.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,13.0,11742.0,11889.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4287.0,,,,,3.0,,google-deepmind/jraph,,,,,,,,,,,,,,,,,, +633,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,,188.0,27.0,57.0,21.0,36.0,1262.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'],159.0,154.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,398.0,398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-02-07 11:53:44.000000,2023-12-09 21:53:10,773.0,2.0,182.0,18.0,259.0,77.0,94.0,1244.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,22,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,79969.0,79969.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,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,66.0,29.0,31.0,12.0,1144.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,9503.0,9503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-02-06 06:41:55.000000,2023-07-16 15:16:10,420.0,,147.0,93.0,118.0,33.0,45.0,1129.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,102.0,101.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,403.0,403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,109.0,51.0,98.0,39.0,51.0,1009.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:27:53.000,0.3.1,7.0,tf-explain,,,,['tensorflow'],216.0,216.0,https://pypi.org/project/tf-explain,,,2384.0,2384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,2.0,292.0,97.0,121.0,62.0,97.0,999.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'],37.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,37.0,1616.0,2152.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42362.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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,2.0,89.0,19.0,73.0,18.0,44.0,939.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,,,,,165.0,161.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,9700.0,9700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,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-02-29 13:59:46.000000,2024-02-29 13:59:45,84.0,1.0,181.0,24.0,58.0,10.0,27.0,923.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",17.0,22,True,2022-06-14 18:11:08.000,0.2.0,11.0,saliency,,,,['tensorflow'],83.0,77.0,https://pypi.org/project/saliency,2022-06-14 18:11:08.000,6.0,8865.0,8865.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,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,,149.0,23.0,46.0,15.0,82.0,906.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2383.0,2368.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,15.0,1032.0,1032.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +642,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,25.0,594.0,63.0,511.0,838.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,4133.0,4133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,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,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,,83.0,19.0,153.0,24.0,83.0,826.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,22,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,2023-10-02 19:57:48.000,1.0,1085.0,1290.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7794.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,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,,102.0,29.0,60.0,22.0,74.0,822.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,11.0,mlens,,,,,379.0,379.0,https://pypi.org/project/mlens,,,4029.0,4029.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,819.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],427.0,414.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,13.0,70644.0,70644.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-02-05 16:21:42.000000,2023-11-24 10:43:28,313.0,,129.0,20.0,74.0,5.0,64.0,814.0,An intuitive library to extract features from time series.,18.0,22,True,2023-08-23 07:53:53.000,0.1.6,11.0,tsfel,,,,,114.0,114.0,https://pypi.org/project/tsfel,2023-08-22 10:46:05.000,,23642.0,23642.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,24.0,33.0,663.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],257.0,234.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,82328.0,84041.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,149037.0,,,,,3.0,,BioPandas/biopandas,,,,,,,,,,,,,,,,,, +648,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,26.0,433.0,10.0,237.0,631.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'],90.0,86.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,717.0,717.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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,27.0,23.0,57.0,35.0,598.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,,,,432.0,410.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,22.0,11274.0,11745.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18381.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,92.0,27.0,32.0,29.0,6.0,582.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'],378.0,371.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,7.0,17017.0,17017.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,580.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],144.0,139.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12247.0,12247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,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-03-03 23:08:51.000000,2023-12-29 21:08:41,477.0,30.0,57.0,26.0,9.0,14.0,34.0,517.0,Active Learning for Text Classification in Python.,6.0,22,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",27.0,27.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,600.0,865.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5309.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,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-01-29 11:47:35.000000,2023-03-05 00:16:57,419.0,,97.0,36.0,276.0,70.0,173.0,464.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,76.0,74.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,2265.0,2268.0,,,,,,,,3.0,299.0,,,,,,,,,,,,,,,,,,, +654,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,378.0,Studio: Simplify and expedite model building process.,24.0,22,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,1444.0,1444.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,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,2.0,48.0,17.0,2.0,11.0,3.0,369.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,,,,,505.0,503.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,2.0,14902.0,14902.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,,27.0,8.0,4.0,21.0,60.0,285.0,Multiple Imputation with LightGBM in Python.,6.0,22,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,124.0,119.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,25297.0,25667.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11851.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +657,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-03-05 10:01:49.000000,2024-03-05 10:01:15,703.0,47.0,24.0,4.0,268.0,6.0,,279.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,22,False,2024-03-05 10:01:49.000,1.1.256,640.0,upgini,,,,,5.0,5.0,https://pypi.org/project/upgini,2024-03-05 10:01:49.000,,12097.0,12097.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +658,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,204.0,278.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,107.0,99.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,844.0,844.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,13.0,9.0,4.0,12.0,229.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,,,,1048.0,1002.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,89469.0,90854.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,56793.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2021-12-28 13:59:30.000000,2018-07-23 21:04:09,90.0,,26.0,7.0,18.0,3.0,9.0,154.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,7.0,stop-words,,,,,2126.0,2126.0,https://pypi.org/project/stop-words,,,149752.0,149752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-01-22 00:19:31.000000,2023-02-07 10:12:31,47.0,,2182.0,147.0,89.0,240.0,286.0,12589.0,End-to-End Object Detection with Transformers.,26.0,21,False,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1101.0,97.0,48.0,368.0,280.0,6160.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,21,True,,,,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,,,22.0,22.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,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,2023-10-06 13:06:28.000000,2023-08-15 07:38:22,956.0,,542.0,167.0,45.0,37.0,28.0,4218.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,1100.0,1100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,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,166.0,120.0,22.0,112.0,2926.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,332.0,332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,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,,327.0,74.0,2.0,18.0,7.0,2906.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'],196.0,188.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,1168.0,1168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,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-02-08 00:07:24.000000,2023-12-15 22:50:38,766.0,1.0,355.0,92.0,547.0,83.0,92.0,2739.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,21,True,2019-05-09 10:06:22.000,1.0.0,1.0,tensorflow-graphics,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-graphics,,,22585.0,22585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,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,,362.0,86.0,4.0,3.0,18.0,2147.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,1.0,421.0,421.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2076.0,The friendly PIL fork.,385.0,21,False,,,,pillow-simd,,,,,,,https://pypi.org/project/pillow-simd,,,39595.0,39595.0,,,,,,,,3.0,,,,,,,,,-4.0,,,,,,,,,,, +669,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1647.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,103.0,103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,15.0,33.0,1634.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'],55.0,49.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,4574.0,4574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1608.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,21,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],8.0,,https://pypi.org/project/talos,2022-05-28 10:07:34.000,8.0,1058.0,1058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,277.0,73.0,728.0,13.0,64.0,1571.0,An end-to-end PyTorch framework for image and video classification.,77.0,21,True,2023-03-21 05:24:19.000,0.7.0,7.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],,,https://pypi.org/project/classy_vision,,,749.0,1124.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18755.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,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,,140.0,102.0,150.0,21.0,20.0,1551.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,,,,,22.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,1764.0,1764.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,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-01-29 06:34:18.000000,2024-01-29 06:20:56,908.0,2.0,208.0,57.0,52.0,74.0,149.0,1531.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,36.0,21,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,,311.0,342.0,,,,,,,,3.0,2755.0,,,,,,,,,,,,,,,,,,, +675,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,,358.0,62.0,47.0,37.0,72.0,1474.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-06-03 13:51:56.000,1.0.0,5.0,anago,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/anago,,,397.0,397.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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,,399.0,102.0,36.0,11.0,24.0,1419.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,236.0,236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,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,,220.0,64.0,48.0,36.0,90.0,1249.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,485.0,485.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,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,,170.0,32.0,86.0,15.0,32.0,1224.0,"A program for financial portfolio management, analysis and optimisation.",7.0,21,True,,,14.0,FinQuant,,,,,88.0,88.0,https://pypi.org/project/FinQuant,,,511.0,511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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-03-02 07:18:49.000000,2024-02-04 11:57:04,536.0,41.0,125.0,20.0,250.0,13.0,123.0,1172.0,A standard framework for modelling Deep Learning Models for tabular data.,19.0,21,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,3974.0,3974.0,,,,,,,,3.0,24.0,,,,,,,,,,,,,,,,,,, +680,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,2023-12-06 23:24:36.000000,2023-12-06 23:22:36,184.0,,108.0,37.0,25.0,17.0,114.0,1167.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,21,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,6085.0,6085.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,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,,208.0,28.0,61.0,54.0,60.0,1059.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,129.0,119.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,10.0,664.0,669.0,,,,,,,,3.0,597.0,,,,,,,,,,,,,,,,,,, +682,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,47.0,46.0,26.0,127.0,1046.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,2.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,,,212.0,212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,86.0,63.0,206.0,1015.0,Line based ATR Engine based on OCRopy.,20.0,21,True,2023-08-18 11:26:46.000,1.0.6,35.0,calamari_ocr,,,,,,,https://pypi.org/project/calamari_ocr,,,1713.0,1713.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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-02-21 01:44:13.000000,2024-02-01 21:38:56,330.0,1.0,161.0,29.0,110.0,80.0,56.0,874.0,Source code/webpage/demos for the What-If Tool.,20.0,21,True,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,8.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,4.0,3360.0,52286.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2135355.0,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,2.0,1474.0,,,,,,,,,,,, +685,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,,160.0,38.0,46.0,43.0,49.0,787.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,99.0,90.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,405.0,405.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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,756.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'],45.0,43.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,2.0,577.0,577.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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,2.0,73.0,26.0,162.0,40.0,62.0,755.0,,26.0,21,False,2023-11-06 22:17:30.000,1.8.0,9.0,objax,,,,['jax'],49.0,49.0,https://pypi.org/project/objax,,,616.0,616.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,683.0,Python package for stacking (machine learning technique).,,21,False,2019-08-12 16:09:01.000,0.4.0,5.0,vecstack,conda-forge/vecstack,,,,396.0,396.0,https://pypi.org/project/vecstack,,,16567.0,16622.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1886.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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-02-28 10:45:58.000000,2024-01-15 01:52:35,490.0,3.0,106.0,32.0,557.0,197.0,245.0,661.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,2965.0,2965.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,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,13.0,3.0,634.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']",615.0,607.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,19380.0,19380.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,302.0,595.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,256.0,256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,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,29.0,31.0,5.0,24.0,561.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1800.0,1800.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,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,15.0,551.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,49.0,49.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,14100.0,14100.0,,,,,,,,3.0,5.0,,,,,,,,,,,,,,,,,,, +694,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,55.0,11.0,20.0,13.0,37.0,527.0,Joyplots in Python with matplotlib & pandas.,6.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,358.0,349.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,10710.0,11115.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,24354.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,485.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,,,,,105.0,97.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,4602.0,4602.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,,, +696,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,481.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,11696.0,11699.0,,,,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,, +697,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-03-04 15:27:16.000000,2024-03-01 10:56:06,1714.0,25.0,68.0,7.0,208.0,46.0,80.0,478.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,23.0,22.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,935.0,941.0,,,,,,,,3.0,150.0,,,,,,,,,,,,,,,,,,, +698,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,,106.0,20.0,57.0,26.0,21.0,474.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,21,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,68.0,60.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2295.0,2295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,19.0,96.0,18.0,9.0,5.0,40.0,435.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,21,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,52.0,52.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,2436.0,2436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,415.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,127.0,113.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,14.0,4590.0,4590.0,,,,,,,,3.0,90.0,,,,,,,,,,,,,,,,,,, +701,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-03-05 20:15:03.000000,2024-03-05 20:07:54,5600.0,21.0,92.0,15.0,742.0,28.0,436.0,409.0,Lightwood is Legos for Machine Learning.,45.0,21,False,2024-01-10 21:22:19.000,23.12.4.0,202.0,lightwood,,,,['pytorch'],2.0,,https://pypi.org/project/lightwood,2023-12-25 13:15:52.000,2.0,4653.0,4653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,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-01-15 10:30:51.000000,2024-01-15 10:30:46,5151.0,152.0,38.0,13.0,1.0,2.0,80.0,401.0,Deep Learning PyTorch.,1.0,21,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,339.0,339.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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,,27.0,10.0,9.0,2.0,9.0,398.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'],1102.0,1096.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,234681.0,234681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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-03-01 01:43:30.000000,2024-02-01 02:10:41,658.0,6.0,60.0,30.0,447.0,11.0,91.0,369.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2023-07-18 13:09:18.000,4.0.0,28.0,vega,conda-forge/vega,,,['jupyter'],4.0,4.0,https://pypi.org/project/vega,,,27952.0,34149.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,576393.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,,48.0,11.0,37.0,28.0,37.0,345.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,,,,,223.0,217.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,6.0,2597.0,2597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,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,,33.0,18.0,6.0,18.0,21.0,307.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],89.0,88.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1637.0,1637.0,,,,,,,,3.0,,google-deepmind/launchpad,,,,,,,,,,,,,,,,,, +707,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-03-06 21:45:57.000000,2024-02-26 17:45:29,646.0,30.0,10.0,22.0,334.0,43.0,78.0,280.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-02-26 13:16:08.000,1.6.5,71.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,2024-02-26 12:44:45.000,1.0,2218.0,6929.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-02-26 18:04:51.566,97248.0,,,,,3.0,5055.0,hex-inc/vegafusion,,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-02-26 12:50:57.225,2.0,465.0,,,,,,,,,,,, +708,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,5.0,68.0,28.0,31.0,30.0,113.0,259.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,,,,12.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,12.0,1599.0,3659.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,83821.0,,,,,3.0,1856.0,,,,,,,,,,,,,,,,,,, +709,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,,475.0,87.0,180.0,108.0,161.0,3547.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,82.0,105.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1325.0,3.0,,,,,,,,,,,,,,,,,,,, +710,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,97.0,16.0,53.0,17.0,3360.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,147.0,140.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,578.0,578.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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,,168.0,65.0,54.0,6.0,44.0,3079.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,20,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,275.0,275.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +712,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,,316.0,59.0,242.0,173.0,110.0,3051.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,20,True,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,6980.0,6993.0,,,,,,,,3.0,672.0,,,,,,,,,,,,,,,,,,, +713,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-02-27 15:19:24.000000,2021-06-15 18:41:51,22.0,,264.0,33.0,21.0,27.0,37.0,2971.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1659.0,1659.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,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,102.0,54.0,64.0,48.0,2912.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,701.0,701.0,,,,,,,,3.0,,rhsimplex/image-match,,,,,,,,,,,,,,,,,, +715,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,,323.0,102.0,1000.0,87.0,260.0,2823.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,,,,,,,,,,,,,,,,,,,, +716,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,,455.0,127.0,225.0,87.0,183.0,2298.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,87.0,87.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,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,15.0,105.0,2035.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,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,,4476.0,4476.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,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,,175.0,55.0,895.0,129.0,586.0,1883.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,18.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,,2012-01-11 13:53:52.000,2023-07-18 11:41:11.000000,2022-01-30 01:22:30,743.0,,192.0,38.0,111.0,49.0,42.0,1701.0,"Large-scale linear classification, regression and ranking in Python.",17.0,20,False,2022-01-30 01:10:13.000,0.6.2.post0,4.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],148.0,148.0,https://pypi.org/project/sklearn-contrib-lightning,,,2596.0,4830.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,204469.0,,,,,3.0,412.0,,,,,,,,,,,,,,,,,,, +720,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-01-21 21:25:55.000000,2024-01-21 21:25:55,370.0,2.0,143.0,17.0,70.0,15.0,38.0,1634.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,16.0,20,True,2023-09-06 15:43:22.000,0.1.2,11.0,pythae,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pythae,,,1557.0,1557.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,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,2023-10-11 20:58:29.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,1.0,74.0,1579.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'],,,https://pypi.org/project/delta-nlp,,,73.0,299.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,,, +722,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,,157.0,46.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,20,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],24.0,24.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1582.0,1582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,271.0,66.0,51.0,22.0,75.0,1466.0,MLBox is a powerful Automated Machine Learning python library.,9.0,20,False,2019-08-25 22:46:42.000,0.8.1,7.0,mlbox,,,,,35.0,35.0,https://pypi.org/project/mlbox,,,531.0,531.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,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,9.0,186.0,61.0,7.0,13.0,29.0,1033.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,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,56.0,14.0,30.0,19.0,1012.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,,,,184.0,172.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,504.0,744.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8167.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,131.0,25.0,76.0,43.0,36.0,1007.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,229331.0,229493.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7798.0,,,,,3.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,1005.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'],80.0,76.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,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,,133.0,36.0,16.0,8.0,4.0,922.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3623.0,3611.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,12.0,628.0,628.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,129.0,18.0,24.0,27.0,39.0,809.0,python partial dependence plot toolbox.,7.0,20,True,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,24139.0,24494.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19920.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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-02-23 18:15:40.000000,2024-02-23 18:14:41,183.0,30.0,44.0,11.0,50.0,3.0,13.0,795.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",12.0,20,True,2024-02-23 18:15:40.000,1.1.1,29.0,uform,,,,['pytorch'],18.0,17.0,https://pypi.org/project/uform,2024-02-23 18:15:40.000,1.0,1053.0,1053.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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-03-04 13:42:02.000000,2024-03-04 13:42:01,1154.0,31.0,123.0,30.0,971.0,15.0,50.0,755.0,Machine learning framework for both deep learning and traditional algorithms.,36.0,20,True,2021-06-22 05:25:53.000,NeoML-master_2.0.5.0,2.0,neoml,,,,,,,https://pypi.org/project/neoml,,,430.0,430.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,25.0,39.0,753.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,,,,,118.0,102.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,16.0,771.0,771.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,76.0,98.0,51.0,43.0,750.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,14295.0,14295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,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-02-21 00:34:45.000000,2024-01-08 12:42:48,1503.0,1.0,79.0,35.0,651.0,22.0,118.0,695.0,Scikit-learn style model finetuning for NLP.,23.0,20,True,2019-01-18 20:10:51.000,0.5.14,15.0,finetune,,,,"['tensorflow', 'sklearn']",11.0,11.0,https://pypi.org/project/finetune,,,101.0,101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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-01-28 21:21:14.000000,2024-01-28 21:21:14,295.0,10.0,107.0,17.0,24.0,,85.0,663.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,20,True,2024-01-28 14:11:58.000,0.0.90,37.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-01-28 14:11:58.000,,5823.0,5823.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,,2015-09-09 13:39:18.000,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,81.0,21.0,8.0,23.0,41.0,642.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,20,False,2018-01-15 18:11:51.000,0.9.0,8.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],411.0,411.0,https://pypi.org/project/pivottablejs,,,23271.0,23300.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2891.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,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,,53.0,30.0,12.0,11.0,15.0,632.0,Log TensorBoard events without touching TensorFlow.,5.0,20,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,228.0,174.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,54.0,7193.0,7193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,104.0,24.0,25.0,43.0,61.0,608.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'],163.0,161.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1320.0,1429.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3600.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,569.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,331.0,327.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,4.0,5041.0,5223.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11496.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,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,,165.0,57.0,20.0,39.0,60.0,537.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,33.0,28.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,,56.0,60.0,9.0,23.0,25.0,521.0,Python library assists deep learning on graphs.,18.0,20,True,2021-09-05 23:08:21.000,0.2.1,3.0,deepsnap,,,,,86.0,86.0,https://pypi.org/project/deepsnap,,,381.0,381.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,, +742,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,,96.0,26.0,6.0,3.0,31.0,487.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,20,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,1159.0,1159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,1.0,41.0,12.0,11.0,9.0,52.0,484.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,20,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,32.0,27.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,2400.0,2402.0,,,,,,,,3.0,131.0,,,,,,,,,,,,,,,,,,, +744,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-02-27 08:23:20.000000,2023-06-18 21:56:30,277.0,,80.0,14.0,127.0,17.0,136.0,465.0,A Python library for dynamic classifier and ensemble selection.,16.0,20,True,2021-02-08 06:29:25.000,0.3.5,4.0,deslib,,,,['sklearn'],47.0,45.0,https://pypi.org/project/deslib,2021-02-08 06:29:25.000,2.0,1073.0,1073.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,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,,81.0,20.0,247.0,10.0,23.0,400.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,2032.0,2032.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +746,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,,68.0,24.0,48.0,15.0,19.0,392.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],47.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,47.0,6057.0,6492.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32227.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,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,364.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,88.0,84.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4923.0,4924.0,,,,,,,,3.0,64.0,,,,,,,,,,,,,,,,,,, +748,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,33.0,184.0,362.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,31.0,17.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,14.0,106.0,106.0,,,,,,,,3.0,,yomguy/TimeSide,,,,,,,,,,,,,,,,,, +749,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,26.0,19.0,15.0,16.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'],242.0,236.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,1832.0,1832.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,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,2023-03-23 15:39:49.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,41.0,8.0,10.0,287.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,312934.0,312934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-03-02 06:47:42.000000,2023-07-02 18:02:16,1462.0,,44.0,15.0,171.0,19.0,64.0,236.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,375.0,375.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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-02-05 07:59:49.000000,2024-02-05 07:59:48,584.0,6.0,32.0,24.0,637.0,21.0,127.0,234.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,2566.0,2586.0,,,,,,,,3.0,995.0,,,,,,,,,,,,,,,,,,, +753,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,,,,,421.0,407.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,14.0,1904.0,1908.0,,,,,,,,3.0,368.0,,,,,,,,,,,,,,,,,,, +754,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,211.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,75.0,73.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,65227.0,65227.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,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-03-05 09:02:43.000000,2024-03-05 08:55:36,860.0,19.0,17.0,8.0,182.0,11.0,23.0,150.0,Toolkit for developing and maintaining ML models.,14.0,20,False,2024-02-02 14:57:28.000,0.1.2,21.0,modelkit,,,,,,,https://pypi.org/project/modelkit,,,9238.0,9238.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-03-05 14:05:51.000000,2020-04-18 19:15:25,24.0,,992.0,138.0,42.0,31.0,10.0,7702.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'],39.0,37.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,1110.0,1110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,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,11.0,1028.0,120.0,24.0,12.0,352.0,4197.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,19,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,231.0,62.0,105.0,24.0,56.0,2099.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,19,True,2021-05-21 00:29:47.000,0.2,2.0,pycls,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pycls,,,1068.0,1068.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,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,,138.0,17.0,11.0,41.0,43.0,1038.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'],123.0,118.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,2180.0,2180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,,169.0,18.0,42.0,22.0,59.0,879.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,,,,171.0,168.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,302.0,490.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8084.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,15.0,24.0,58.0,69.0,846.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,98.0,97.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,627.0,627.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,,226.0,31.0,38.0,40.0,21.0,830.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,2.0,5751.0,5751.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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:15:43.000000,2024-01-16 09:12:58,32.0,3.0,80.0,14.0,35.0,2.0,23.0,790.0,Leave One Feature Out Importance.,6.0,19,True,2024-01-16 09:15:43.000,0.3.4,1.0,lofo-importance,,,,,27.0,27.0,https://pypi.org/project/lofo-importance,,,2867.0,2867.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,67.0,22.0,47.0,11.0,17.0,753.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,849.0,1756.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22691.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,,137.0,25.0,19.0,20.0,5.0,735.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,19,False,,,1.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],605.0,605.0,https://pypi.org/project/treeinterpreter,,,40564.0,40721.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6468.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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,26.0,37.0,23.0,21.0,734.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,19,False,2019-06-29 19:21:43.000,0.64,3.0,test_tube,,,,,,,https://pypi.org/project/test_tube,,,68909.0,68909.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +767,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,48.0,19.0,35.0,727.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,,,,,26.0,24.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,280.0,280.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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-01-23 00:12:47.000000,2021-09-16 17:56:31,171.0,,143.0,34.0,81.0,14.0,55.0,611.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'],22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,135.0,135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,13.0,22.0,562.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,328.0,328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,557.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],137.0,132.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,3436.0,3436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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,,67.0,12.0,10.0,23.0,41.0,529.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,,,,,47.0,47.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,2908.0,2908.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,1.0,68.0,6.0,5.0,4.0,28.0,522.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,19,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,17.0,15.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1829.0,1829.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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-02-29 14:50:28.000000,2024-02-29 14:50:28,67.0,3.0,52.0,18.0,8.0,14.0,7.0,483.0,Topological Data Analysis for Python.,6.0,19,True,2021-08-03 00:23:20.000,1.0.0,4.0,scikit-tda,,,,['sklearn'],51.0,51.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,2416.0,2416.0,,,,,,,,3.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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,23111.0,23111.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,,31.0,17.0,148.0,39.0,66.0,463.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']",43.0,43.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,457.0,457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,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-02-14 13:20:04.000000,2024-02-14 13:19:04,813.0,3.0,24.0,7.0,70.0,26.0,21.0,351.0,Flexible time series feature extraction & processing.,6.0,19,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,12.0,12.0,https://pypi.org/project/tsflex,2022-10-11 21:38:11.312,,429.0,1063.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,20306.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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-02-27 19:48:59.000000,2024-02-27 19:48:54,320.0,4.0,78.0,25.0,330.0,21.0,9.0,328.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,35.0,19,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2022-12-13 19:06:03.653,,2134.0,2134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,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,,19.0,20.0,464.0,90.0,76.0,229.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],73.0,66.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,7.0,7412.0,7412.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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,,765.0,339.0,58.0,2.0,,6662.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,,95.0,102.0,,,,,,,,3.0,333.0,,,,,,,,,,,,,,,,,,, +780,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,,871.0,108.0,51.0,46.0,159.0,6187.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,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,,412.0,107.0,83.0,67.0,48.0,2934.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'],,,,,,,105.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8541.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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-03-07 14:03:37.000000,2024-03-06 17:25:55,664.0,24.0,384.0,37.0,792.0,149.0,111.0,2842.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,77.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,820.0,86.0,30.0,31.0,80.0,2636.0,DeepWalk - Deep Learning for Graphs.,10.0,18,False,2014-11-19 19:20:33.000,1.0.2,1.0,deepwalk,,,,,69.0,69.0,https://pypi.org/project/deepwalk,,,909.0,909.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1640.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,366.0,366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,,176.0,22.0,20.0,16.0,30.0,1580.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,18,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,76.0,76.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +786,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,,252.0,57.0,65.0,8.0,31.0,1363.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,,95.0,40.0,13.0,13.0,9.0,1266.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,18,False,,,,doc2text,,,,,121.0,121.0,https://pypi.org/project/doc2text,,,2032.0,2032.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,,188.0,33.0,15.0,18.0,22.0,783.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,593.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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,204.0,49148.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2055654.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,6.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,,,125.0,125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,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,24.0,19.0,5.0,20.0,453.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,143.0,143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-02-20 23:25:19.000000,2024-01-10 08:10:55,2818.0,7.0,60.0,12.0,255.0,9.0,109.0,422.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,18,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,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,,104.0,71.0,7.0,15.0,19.0,419.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,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,3.0,274.0,274.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,61.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,3.0,322.0,533.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12917.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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-02-13 08:58:18.000000,2024-02-11 10:10:08,681.0,3.0,63.0,30.0,79.0,9.0,25.0,366.0,A Python implementation of active inference for Markov Decision Processes.,14.0,18,True,2023-03-25 17:58:52.000,0.0.7.1,6.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,,,184.0,184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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,347.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,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,351.0,351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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,2022-12-09 05:56:02.000000,2021-08-18 06:06:51,1404.0,,17.0,6.0,217.0,2.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,7.0,18,False,2020-08-21 04:45:06.000,0.7.0,21.0,camphr,,,,['spacy'],13.0,13.0,https://pypi.org/project/camphr,,,561.0,561.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,,51.0,11.0,60.0,17.0,41.0,328.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,38.0,34.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,237.0,237.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,,128.0,34.0,323.0,81.0,130.0,323.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,1.0,131.0,149.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1812.0,3.0,,,,,,,,,,,,,,,,,,,, +800,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,42.0,13.0,63.0,3.0,56.0,314.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,413.0,413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,,71.0,19.0,93.0,25.0,18.0,311.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2113.0,2113.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,, +802,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,,74.0,22.0,431.0,17.0,51.0,266.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,18,False,2022-06-03 15:51:13.000,0.2.0,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,,,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,261.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,463.0,463.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,31.0,12.0,197.0,21.0,74.0,189.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],34.0,33.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,677.0,677.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,128.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,,,,8938.0,8752.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,329588.0,329622.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1097.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,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,,1345.0,469.0,21.0,56.0,167.0,6990.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,,,,,,,,,,,,,,,,,, +807,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,29.0,982.0,103.0,28.0,27.0,355.0,3666.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,17,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,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,1536.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,,36.0,57.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1687.0,3.0,,,,,,,,,,,,,,,,,,,, +809,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,18.0,11.0,25.0,18.0,1155.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'],52.0,50.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,298.0,298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,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,,88.0,35.0,72.0,25.0,30.0,1094.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,,3673.0,3673.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,,114.0,19.0,295.0,3.0,69.0,1046.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,17,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,5.0,5.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,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,21.0,37.0,20.0,8.0,1039.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,70.0,69.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,119.0,119.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,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,,150.0,45.0,5.0,3.0,7.0,1026.0,XAI - An eXplainability toolbox for machine learning.,3.0,17,False,2021-10-30 06:35:19.000,0.1.0,1.0,xai,,,,,23.0,23.0,https://pypi.org/project/xai,,,201.0,201.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,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,13.0,13.0,8.0,16.0,747.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'],31.0,31.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2763.0,2861.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2844.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,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,,58.0,15.0,10.0,26.0,17.0,743.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,,,,,47.0,47.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,542.0,542.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,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,,98.0,19.0,58.0,2.0,13.0,741.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,2021-10-06 07:29:20.000,2.0.3,13.0,caer,,,https://caer.rtfd.io,,,,https://pypi.org/project/caer,,,4449.0,4449.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +817,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,,100.0,25.0,101.0,37.0,84.0,701.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,151.0,157.0,,,,,,,,3.0,412.0,,,,,,,,,,,,,,,,,,, +818,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,1.0,87.0,25.0,4.0,37.0,42.0,684.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,17,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,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,18.0,21.0,29.0,50.0,672.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,70.0,70.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,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,,93.0,18.0,19.0,3.0,29.0,625.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,,,,,12.0,12.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,4.0,38.0,15.0,18.0,,20.0,586.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,17,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,246.0,246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,121.0,19.0,17.0,67.0,24.0,526.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,17,False,,,,deepmatcher,,,,,26.0,26.0,https://pypi.org/project/deepmatcher,,,3422.0,3422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,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,4.0,38.0,22.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'],2.0,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,2.0,80.0,80.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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,15.0,25.0,300.0,Textpipe: clean and extract metadata from text.,29.0,17,False,,,,textpipe,,,,,8.0,8.0,https://pypi.org/project/textpipe,,,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,293.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,21.0,24.0,,,,,,,,3.0,165.0,,,,,,,,,,,,,,,,,,, +826,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,11.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'],13.0,13.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,1385.0,1385.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,43.0,11.0,59.0,31.0,47.0,233.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'],16.0,13.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,3.0,45.0,45.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +828,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,8.0,44.0,224.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,56.0,56.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,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-03-02 11:17:18.000000,2024-03-02 11:17:16,371.0,1.0,38.0,6.0,132.0,,35.0,223.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,1080.0,1191.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2888.0,,,,,3.0,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,, +830,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,,29.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,17,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,4289.0,4289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,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,4.0,12.0,8.0,2.0,,5.0,185.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'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,180.0,180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,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,,524.0,177.0,110.0,50.0,149.0,3901.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2022-06-22 11:47:45.000000,2022-06-21 18:24:09,30.0,,977.0,63.0,12.0,43.0,25.0,3550.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,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,,463.0,80.0,36.0,83.0,68.0,1672.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,16,False,2019-03-13 20:28:15.000,1.0-dev2,1.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,,,185.0,185.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,57.0,34.0,22.0,13.0,1265.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,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,,56.0,18.0,7.0,1.0,10.0,795.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],74.0,73.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2969.0,2969.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,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,,88.0,17.0,15.0,10.0,22.0,719.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],16.0,16.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,196.0,196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,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,,122.0,43.0,435.0,25.0,130.0,703.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,549.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,11.0,16,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,,105.0,108.0,,,,,,,,3.0,220.0,vaticle/typedb-ml,,,,,,,,,,,,,,,,,, +840,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-02-26 20:08:27.000000,2024-01-25 16:57:26,261.0,4.0,66.0,22.0,95.0,19.0,15.0,493.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,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-02-09 14:43:06.000000,2024-02-09 14:43:00,137.0,2.0,42.0,20.0,166.0,4.0,64.0,451.0,A collection of tools for neural compression enthusiasts.,9.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,,,,,,,,,,,,,,,,,,,, +842,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,406.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,22.0,22.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,3.0,51.0,10.0,17.0,10.0,29.0,380.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,,805.0,805.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,, +844,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,24.0,21.0,16.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,,pdvega,,,,,87.0,87.0,https://pypi.org/project/pdvega,,,98.0,98.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,39.0,19.0,2.0,10.0,7.0,279.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,16,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,2020-10-01 13:18:38.000,,340.0,4587.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,174129.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,14.0,54.0,16.0,50.0,136.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,,,,,56.0,51.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,57.0,57.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,3.0,9.0,5.0,3.0,1.0,,128.0,Data Analysis Baseline Library.,24.0,16,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,4929.0,4929.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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,28.0,53.0,7.0,7.0,105.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,129.0,129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,141.0,28.0,217.0,102.0,2870.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,15.0,15.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,423.0,143.0,72.0,12.0,53.0,2197.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,,167.0,61.0,10.0,25.0,6.0,1836.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,15,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,,,20.0,20.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +852,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,5.0,482.0,68.0,26.0,5.0,97.0,1669.0,An Open-Source Package for Network Embedding (NE).,12.0,15,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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-01-23 02:21:18.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,21.0,42.0,85.0,1254.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,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,,217.0,40.0,40.0,60.0,34.0,1114.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,2.0,118.0,28.0,111.0,13.0,24.0,1060.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,829.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,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,,183.0,43.0,667.0,11.0,27.0,810.0,Translate - a PyTorch Language Library.,88.0,15,False,,,,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,,,16.0,16.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,27.0,10.0,24.0,51.0,780.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,,anchor_exp,,,,,,,https://pypi.org/project/anchor_exp,,,4390.0,4390.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,26.0,4.0,4.0,2.0,672.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,147.0,147.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,52.0,17.0,83.0,18.0,49.0,567.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,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,,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,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,504.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,,,,,11.0,11.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,244.0,244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,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,16.0,39.0,2.0,13.0,396.0,High-level batteries-included neural network training library for Pytorch.,4.0,15,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],9.0,9.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,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,4.0,66.0,20.0,177.0,87.0,17.0,394.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,,90.0,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,19.0,6.0,6.0,,391.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,22.0,157.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5942.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,371.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,553.0,553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,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,5.0,2.0,16.0,23.0,188.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'],11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,837.0,837.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,818.0,78.0,34.0,116.0,59.0,3264.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,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,,78.0,46.0,4.0,,,2444.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,,14,False,2022-08-09 04:22:55.000,0.1.3,3.0,ane-transformers,,,,['pytorch'],,,https://pypi.org/project/ane-transformers,,,1420.0,1422.0,,,,,,,,3.0,56.0,,,,,,,,,,,,,,,,,,, +869,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,149.0,32.0,,53.0,59.0,1183.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,85.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4690.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,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,,36.0,12.0,8.0,9.0,3.0,331.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,1249.0,1249.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,304.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,142.0,142.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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,239.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,218.0,218.0,,,,,,,,3.0,,,,,,,,,4.0,,,,,,,,,,, +873,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-02-08 15:04:35.000000,2024-02-08 15:04:34,493.0,1.0,50.0,14.0,77.0,13.0,35.0,237.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,14,False,,,,omlt,,,,,,,https://pypi.org/project/omlt,,,12135.0,12135.0,,,,,,,,3.0,,,,,,,,,-6.0,,,,,,,,,,, +874,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,,42.0,1.0,,,,179.0,Pytorch framework for doing deep learning on point clouds.,29.0,14,False,,,,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,,,740.0,740.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,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,110.0,12.0,39.0,8.0,2677.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,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,38.0,10.0,13.0,3.0,1339.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-01-29 19:20:57.000000,2024-01-29 19:20:57,64.0,1.0,42.0,11.0,8.0,2.0,12.0,680.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,13,True,,,,rliable`,,,,,121.0,121.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,,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,70.0,175.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,13,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,,,551.0,551.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,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,2020-05-28 17:32:42.000000,2020-05-28 17:31:53,465.0,,18.0,12.0,57.0,3.0,20.0,291.0,NLP library designed for reproducible experimentation management.,7.0,13,False,2020-05-28 17:32:42.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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-03-07 07:49:53.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,254.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,,412.0,418.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,,,,,,,,,,,,,,,,,,,, +881,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,243.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:24:24.000,0.1.9,9.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,,,56.0,56.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,20.0,8.0,229.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,13,False,,,,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,,,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,22.0,44.0,1.0,5.0,199.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,,190.0,190.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,1.0,26.0,8.0,16.0,4.0,6.0,191.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,34.0,14.0,18.0,27.0,16.0,121.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,25.0,25.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,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-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,8.0,126.0,7.0,9.0,105.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,31.0,31.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,71.0,71.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,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,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2024-02-23 09:45:08.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2024-02-23 09:45:08.000,3.38.1,278.0,comet_ml,comet_ml,,,,67.0,,https://pypi.org/project/comet_ml,2024-02-23 09:45:08.000,67.0,155427.0,155427.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,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-02-27 20:40:26.000000,2022-02-09 22:20:11,9.0,,450.0,94.0,19.0,50.0,15.0,3261.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,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,,401.0,62.0,6.0,62.0,17.0,1808.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,,,,,,,,,,,,,,,,,,,, +892,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,,312.0,88.0,11.0,12.0,6.0,1687.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,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,524.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-02-21 02:23:06.000000,2024-02-21 02:23:02,76.0,2.0,58.0,17.0,62.0,6.0,9.0,439.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,12,True,,,,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,,,132.0,132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,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,11.0,15.0,6.0,4.0,221.0,Draw interactive NetworkX graphs with Altair.,3.0,12,False,,,,nx-altair,,,,['jupyter'],,,https://pypi.org/project/nx-altair,,,859.0,859.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,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,78.0,88.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.0,3.0,,,,,,,,,,,,,,,,,,,, +897,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-03-04 11:23:05.000000,2024-02-21 11:11:42,105.0,63.0,3.0,5.0,,1.0,5.0,125.0,A Jax-based library for designing and training transformer models from scratch.,,12,False,,,1.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,,,130.0,130.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,1.0,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,107.0,107.0,,,,,,,,3.0,,genixpro/hypermax,,,,,,,,,,,,,,,,,, +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,5.0,14.0,98.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,,1094.0,1094.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,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,,11.0,13.0,26.0,4.0,13.0,85.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,,56.0,56.0,,,,,,,,3.0,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,,, +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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,64.0,64.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:29:56.000000,2024-02-04 11:28:34,124.0,2.0,11.0,12.0,17.0,,,42.0,,4.0,12,False,2024-02-04 11:29:56.000,0.0.13,11.0,bias-detector,,,,,,,https://pypi.org/project/bias-detector,,,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +903,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,,112.0,47.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +904,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,,145.0,39.0,7.0,15.0,14.0,914.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,Headliner,as-ideas/headliner,nlp,,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,17.0,7.0,2.0,13.0,230.0,Easy training and deployment of seq2seq models.,2.0,11,False,,,,headliner,,,,,5.0,5.0,https://pypi.org/project/headliner,,,225.0,225.0,,,,,,,,3.0,,,,,,,,,-4.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,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,43.0,43.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,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,,10.0,6.0,,2.0,4.0,118.0,Tools for training explainable models using attribution priors.,6.0,11,False,2021-03-16 17:47:18.000,1.0.0,1.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,,,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,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,,82.0,17.0,5.0,3.0,12.0,560.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,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,,49.0,14.0,13.0,9.0,11.0,493.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,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,,20.0,12.0,41.0,7.0,12.0,365.0,A library for distributed ML training with PyTorch.,6.0,10,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,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,2023-01-15 22:50:39.000000,2023-01-13 21:57:34,832.0,,,,,,,3.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,10,False,,,,sklearn-evaluation,,,,['sklearn'],,,https://pypi.org/project/sklearn-evaluation,,,2908.0,2908.0,,,,,,,,3.0,,,,,,,,,-9.0,,,,,,,,,,, +912,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,10.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,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,36.0,36.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,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,139.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,,,16.0,16.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,5.0,7.0,,1.0,,62.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,32.0,32.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,Skater,oracle/Skater,interpretability,,,{},,2020-07-05 18:35:27.012,2023-09-18 15:13:22.392000,,,,,,,,,,Python Library for Model Agnostic Interpretation.,,5,False,,,2.0,skater,conda-forge/skater,,,,,,https://pypi.org/project/skater,,,522.0,1965.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,63493.0,,,,,3.0,,,,,,,,,-9.0,,,,,,,,,,, diff --git a/history/2024-03-14_changes.md b/history/2024-03-14_changes.md new file mode 100644 index 00000000..6c650fbd --- /dev/null +++ b/history/2024-03-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._ + +- PySpark (🥇45 · ⭐ 38K · 📈) - Apache Spark Python API. Apache-2 +- PyFlink (🥈38 · ⭐ 23K · 📈) - Apache Flink Python API. Apache-2 +- Theano (🥈38 · ⭐ 9.8K · 📈) - Theano was a Python library that allows you to define, optimize, and.. BSD-3 +- ivy (🥈35 · ⭐ 14K · 📈) - The Unified AI Framework. Apache-2 +- UMAP (🥈32 · ⭐ 6.8K · 📈) - Uniform Manifold Approximation and Projection. BSD-3 +- ftfy (🥈32 · ⭐ 3.7K · 📈) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 +- langid (🥈28 · ⭐ 2.2K · 💀) - Stand-alone language identification system. BSD-3 +- Pillow-SIMD (🥉25 · ⭐ 2.1K · 💤) - The friendly PIL fork. ❗️PIL +- DeepMatcher (🥉22 · ⭐ 5K · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 +- sklearn-evaluation (🥉19 · ⭐ 430 · 💀) - Machine learning model evaluation made easy: plots,.. 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._ + +- Matplotlib (🥇48 · ⭐ 19K · 📉) - matplotlib: plotting with Python. ❗Unlicensed +- pygal (🥈24 · ⭐ 2.6K · 📉) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0 +- EfficientNet-PyTorch (🥉22 · ⭐ 7.7K · 💀) - A PyTorch implementation of EfficientNet and.. Apache-2 +- HiPlot (🥉22 · ⭐ 2.7K · 💤) - HiPlot makes understanding high dimensional data easy. MIT +- modAL (🥉22 · ⭐ 2.1K · 💤) - A modular active learning framework for Python. MIT +- AstroML (🥉19 · ⭐ 1K · 📉) - Machine learning, statistics, and data mining for astronomy and.. BSD-2 +- scikit-rebate (🥉16 · ⭐ 390 · 💀) - A scikit-learn-compatible Python implementation of.. MIT +- analytics-zoo (🥉16 · ⭐ 3 · 📉) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 +- Feature Engine (🥉15 · ⭐ 44 · 💀) - Feature engineering package with sklearn like functionality. BSD-3 +- nptsne (🥉10 · ⭐ 32 · 💀) - nptsne is a numpy compatible python binary package that offers a.. Apache-2 + diff --git a/history/2024-03-14_projects.csv b/history/2024-03-14_projects.csv new file mode 100644 index 00000000..07b0cf8c --- /dev/null +++ b/history/2024-03-14_projects.csv @@ -0,0 +1,918 @@ +,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,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,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,brew_id,apt_id,yum_id,conda_dependent_project_count,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,snap_id,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,2024-03-08 05:50:03.000000,2024-03-01 08:00:08,1539.0,4.0,658.0,115.0,312.0,54.0,134.0,4445.0,Benchmarks of approximate nearest neighbor libraries in Python.,99.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-03-07 16:25:02.000000,2024-03-07 16:25:01,317.0,27.0,158.0,54.0,188.0,,3.0,2135.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2024-03-07 16:25:09.000,2024.03.07,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-03-14 13:40:13.000000,2024-03-07 14:32:44,333.0,25.0,225.0,87.0,187.0,4.0,5.0,3346.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-03-07 14:32:51.000,2024.03.07,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-03-14 13:40:13.000000,2024-03-07 14:32:44,333.0,25.0,225.0,87.0,187.0,4.0,5.0,3346.0,Collection of database clients for python.,12.0,0,True,2024-03-07 14:32:51.000,2024.03.07,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-03-14 13:40:13.000000,2024-03-07 14:32:44,333.0,25.0,225.0,87.0,187.0,4.0,5.0,3346.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-03-07 14:32:51.000,2024.03.07,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-03-14 13:40:13.000000,2024-03-07 14:32:44,333.0,25.0,225.0,87.0,187.0,4.0,5.0,3346.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-03-07 14:32:51.000,2024.03.07,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-03-14 14:12:58.000000,2024-03-14 13:22:08,161541.0,4059.0,73741.0,7650.0,24247.0,2219.0,36929.0,181282.0,An Open Source Machine Learning Framework for Everyone.,4567.0,56,True,2024-03-08 23:51:46.000,2.15.1,193.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],365653.0,350065.0,https://pypi.org/project/tensorflow,2024-03-09 00:23:14.000,15588.0,21224553.0,21546337.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4504983.0,https://hub.docker.com/r/tensorflow/tensorflow,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-03-14 14:08:07.000000,2024-03-14 13:35:15,70561.0,3054.0,20467.0,1693.0,81104.0,13530.0,27697.0,76516.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4714.0,54,True,2024-02-22 21:15:00.000,2.2.1,50.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],419303.0,406685.0,https://pypi.org/project/torch,2024-02-22 19:14:18.000,12618.0,20974347.0,21656838.0,https://anaconda.org/pytorch/pytorch,2024-02-21 17:09:02.139,20462832.0,,1.0,35767.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-03-14 14:00:02.000000,2024-03-13 18:12:42,31102.0,356.0,25151.0,2146.0,16942.0,2292.0,9106.0,57652.0,scikit-learn: machine learning in Python.,3088.0,51,True,2024-02-15 16:07:32.000,1.4.1.post1,76.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],752808.0,721306.0,https://pypi.org/project/scikit-learn,2024-02-16 08:56:53.000,31502.0,59208130.0,59783315.0,https://anaconda.org/conda-forge/scikit-learn,2024-02-16 10:16:19.766,26458108.0,,1.0,942.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-03-14 14:29:29.000000,2024-03-14 11:30:19,15354.0,592.0,24213.0,1088.0,15014.0,1022.0,13498.0,122083.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2468.0,50,True,2024-03-01 03:24:28.000,4.38.2,134.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",149943.0,146898.0,https://pypi.org/project/transformers,2024-03-01 03:24:16.000,3045.0,22133209.0,22168145.0,https://anaconda.org/conda-forge/transformers,2024-03-01 15:53:31.135,1537200.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-03-14 11:28:27.000000,2024-03-14 11:28:27,31754.0,508.0,5010.0,347.0,10443.0,1814.0,8278.0,12288.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1597.0,50,True,2024-01-20 22:00:44.000,1.12.0,99.0,scipy,conda-forge/scipy,,,,1010430.0,943331.0,https://pypi.org/project/scipy,2024-01-20 21:10:31.000,67099.0,93699887.0,94840300.0,https://anaconda.org/conda-forge/scipy,2024-01-24 03:11:41.395,45464256.0,,1.0,395953.0,,,,,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-03-14 12:30:27.000000,2024-03-14 12:30:26,49916.0,549.0,7188.0,594.0,17780.0,1168.0,8948.0,18999.0,matplotlib: plotting with Python.,1655.0,48,True,2024-02-16 09:23:20.000,3.7.5,82.0,matplotlib,conda-forge/matplotlib,,,,1119129.0,1119129.0,https://pypi.org/project/matplotlib,,,59759500.0,60248253.0,https://anaconda.org/conda-forge/matplotlib,2024-02-15 20:37:52.070,21993902.0,,1.0,,-2.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-03-14 13:49:17.000000,2024-03-14 12:02:19,17360.0,606.0,1975.0,223.0,4700.0,72.0,2950.0,11566.0,Python Imaging Library (Fork).,463.0,48,True,2024-01-02 09:38:41.000,10.2.0,54.0,Pillow,conda-forge/pillow,,,,1572245.0,1572245.0,https://pypi.org/project/Pillow,,,89667644.0,90497296.0,https://anaconda.org/conda-forge/pillow,2024-01-03 04:54:52.877,36504725.0,,1.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,2024-03-14 11:30:43.000000,2024-03-13 15:44:09,10374.0,201.0,19306.0,1910.0,6981.0,216.0,11450.0,60638.0,Deep Learning for humans.,1281.0,47,True,2024-03-11 16:04:05.000,3.1.0,91.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],767.0,,https://pypi.org/project/keras,2024-02-14 22:35:35.000,767.0,17269540.0,17344984.0,https://anaconda.org/conda-forge/keras,2024-02-15 07:10:55.798,3394986.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +14,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-03-14 14:04:32.000000,2024-03-14 14:04:31,57313.0,519.0,4214.0,294.0,13019.0,4933.0,8691.0,11941.0,A computer algebra system written in pure Python.,1283.0,46,True,2023-05-10 18:09:23.000,sympy-1.12,50.0,sympy,conda-forge/sympy,,,,123170.0,118205.0,https://pypi.org/project/sympy,2023-05-10 18:24:09.226,4965.0,18214420.0,18272505.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5066774.0,,1.0,535569.0,,,,,,,,,,,,,,,,,,,,,, +15,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-03-14 14:07:31.000000,2024-03-14 13:25:17,40153.0,931.0,27836.0,2033.0,45489.0,190.0,,38053.0,Apache Spark Python API.,3030.0,45,True,2024-02-26 02:41:49.000,3.5.1,43.0,pyspark,conda-forge/pyspark,,,['spark'],1297.0,,https://pypi.org/project/pyspark,2024-02-26 02:41:49.000,1297.0,29350288.0,29417349.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3017780.0,,1.0,,7.0,stable/spark,,,,,,,,,,,,,,,,,,,, +16,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-03-14 14:01:20.000000,2024-03-14 11:31:16,19781.0,1121.0,2437.0,321.0,12752.0,1604.0,3747.0,27031.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",658.0,45,True,2024-02-26 16:01:19.000,jax-v0.4.25,159.0,jax,conda-forge/jaxlib,,,,23690.0,22821.0,https://pypi.org/project/jax,2024-02-26 15:54:03.000,869.0,5857811.0,5881531.0,https://anaconda.org/conda-forge/jaxlib,2024-03-13 02:26:06.433,1067422.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +17,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-03-14 10:04:09.000000,2024-03-14 01:53:04,10210.0,202.0,3182.0,249.0,10009.0,648.0,6152.0,26460.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",935.0,45,True,2024-03-04 18:59:32.000,2.2.1,268.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],30614.0,29808.0,https://pypi.org/project/pytorch-lightning,2024-03-04 18:59:32.000,806.0,4797392.0,4821302.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-03-05 21:00:43.443,1064745.0,,1.0,8737.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,,,, +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-03-14 11:23:55.000000,2024-03-13 09:02:34,6783.0,104.0,8646.0,909.0,5012.0,426.0,4740.0,25408.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",637.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,85685.0,83835.0,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1850.0,17242699.0,17346873.0,https://anaconda.org/conda-forge/xgboost,2024-01-19 09:21:22.082,4580750.0,,1.0,8156.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,2024-03-14 13:25:44.000000,2024-03-14 12:40:29,47339.0,1847.0,5375.0,721.0,44694.0,1841.0,16847.0,21456.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1169.0,45,True,2024-01-08 06:43:49.000,2.6.0,66.0,paddlepaddle,,,,['paddle'],4857.0,4763.0,https://pypi.org/project/paddlepaddle,2023-12-26 06:45:52.000,94.0,263934.0,264102.0,,,,,1.0,15369.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,2024-03-14 07:49:41.000000,2024-03-14 07:49:40,20426.0,90.0,4150.0,443.0,6006.0,757.0,6847.0,18665.0,"Interactive Data Visualization in the browser, from Python.",688.0,45,True,2024-01-25 18:45:35.000,3.3.4,197.0,bokeh,conda-forge/bokeh,,,,88723.0,84893.0,https://pypi.org/project/bokeh,2024-03-08 23:07:48.000,3830.0,4702275.0,5001563.0,https://anaconda.org/conda-forge/bokeh,2024-01-25 20:54:18.325,13468000.0,,1.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-03-14 02:50:10.000000,2024-02-28 12:40:58,15260.0,80.0,2825.0,280.0,3851.0,2701.0,2740.0,9397.0,Statsmodels: statistical modeling and econometrics in Python.,423.0,45,True,2023-12-14 14:50:21.000,0.14.1,36.0,statsmodels,conda-forge/statsmodels,,,,123174.0,117538.0,https://pypi.org/project/statsmodels,2023-12-14 14:50:21.000,5636.0,15260678.0,15535464.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12365384.0,,1.0,30.0,,,,,,,,,,,,,,,,,,,,,, +22,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-03-14 12:44:56.000000,2024-03-14 02:10:09,6167.0,187.0,2727.0,309.0,4212.0,761.0,3243.0,30721.0,Streamlit A faster way to build and share data apps.,222.0,44,True,2024-03-12 17:28:36.000,1.32.1,218.0,streamlit,,,,,330592.0,329147.0,https://pypi.org/project/streamlit,2024-03-13 23:17:16.000,1445.0,5987873.0,5987873.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +23,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-03-14 14:30:37.000000,2024-03-14 14:14:53,21018.0,836.0,5096.0,471.0,26713.0,3609.0,13886.0,30348.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,985.0,44,True,2024-02-22 19:57:55.000,ray-2.9.3,99.0,ray,conda-forge/ray-tune,,,,14660.0,14180.0,https://pypi.org/project/ray,2024-02-22 19:42:56.000,480.0,3424715.0,3429596.0,https://anaconda.org/conda-forge/ray-tune,2024-03-07 01:45:05.697,190289.0,,1.0,208.0,,,,,,,,,,,,,,,,,,,,,, +24,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-03-07 13:56:38.000000,2024-02-20 12:17:51,16117.0,28.0,4395.0,554.0,3965.0,94.0,5479.0,28437.0,Industrial-strength Natural Language Processing (NLP) in Python.,748.0,44,True,2024-02-15 19:16:59.000,3.7.4,229.0,spacy,conda-forge/spacy,,,,85506.0,82484.0,https://pypi.org/project/spacy,2024-02-15 18:47:21.000,3022.0,6515447.0,6589731.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3342797.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,2024-03-14 12:38:18.000000,2024-03-14 08:45:48,5571.0,419.0,3874.0,292.0,7698.0,1377.0,2371.0,16945.0,Open source platform for the machine learning lifecycle.,707.0,44,True,2024-03-06 08:35:11.000,2.11.1,92.0,mlflow,conda-forge/mlflow,,,,32398.0,31830.0,https://pypi.org/project/mlflow,2024-03-06 07:13:34.000,568.0,14736771.0,14776020.0,https://anaconda.org/conda-forge/mlflow,2024-03-08 02:03:24.341,1766233.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +26,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-03-14 14:07:31.000000,2024-03-13 17:05:06,6380.0,114.0,2471.0,281.0,1616.0,1487.0,1396.0,15002.0,The interactive graphing library for Python This project now includes Plotly Express!.,257.0,44,True,2024-03-13 16:27:36.000,5.20.0,296.0,plotly,conda-forge/plotly,,,,252928.0,247186.0,https://pypi.org/project/plotly,2024-03-13 16:21:20.000,5735.0,13550076.0,13674098.0,https://anaconda.org/conda-forge/plotly,2024-02-15 18:15:23.292,5340678.0,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,7.0,7921.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-03-14 09:11:29.000000,2024-03-13 16:42:43,7637.0,106.0,3172.0,276.0,3695.0,345.0,2972.0,14003.0,Network Analysis in Python.,712.0,44,True,2023-10-28 09:53:23.000,networkx-3.2.1,92.0,networkx,conda-forge/networkx,,,,247165.0,231805.0,https://pypi.org/project/networkx,2023-10-28 08:41:36.000,15360.0,48828481.0,49174890.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14895609.0,,1.0,65.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-03-14 09:41:11.000000,2024-03-13 01:20:07,8133.0,182.0,1659.0,212.0,5760.0,1049.0,4122.0,11879.0,Parallel computing with task scheduling.,595.0,44,True,2024-03-12 10:19:17.000,2024.3.0,191.0,dask,conda-forge/dask,,,,61257.0,58093.0,https://pypi.org/project/dask,2024-03-12 10:19:17.000,3164.0,7225691.0,7460310.0,https://anaconda.org/conda-forge/dask,2024-03-13 10:03:38.154,10792516.0,,1.0,,,stable/dask,,,,,,,,,,,,,,,,,,,, +29,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-03-04 05:08:14.000000,2024-02-25 16:31:25,3230.0,17.0,1770.0,259.0,1091.0,122.0,2357.0,11792.0,Statistical data visualization in Python.,211.0,44,True,2024-01-25 13:21:20.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,375690.0,375690.0,https://pypi.org/project/seaborn,,,17474056.0,17655494.0,https://anaconda.org/conda-forge/seaborn,2024-01-27 07:37:15.644,8164602.0,,1.0,376.0,,,,,,,,,,,,,,,,,,,,,, +30,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-03-14 07:08:19.000000,2024-03-12 18:49:47,5783.0,49.0,1617.0,193.0,4942.0,655.0,1224.0,6494.0,TensorFlows Visualization Toolkit.,316.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],223155.0,220176.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,2979.0,27050601.0,27151328.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4532724.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +31,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-03-14 14:41:11.000000,2024-03-14 14:37:51,6381.0,341.0,1985.0,151.0,3453.0,451.0,3411.0,27530.0,"Wrap UIs around any model, share with anyone.",265.0,43,True,2024-03-09 00:41:17.000,@gradio/wasm@0.8.0,100.0,gradio,,,,,24886.0,24886.0,https://pypi.org/project/gradio,,,6219653.0,6219653.0,,,,,1.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-03-14 14:15:25.000000,2024-03-13 05:57:07,2689.0,79.0,3583.0,438.0,3150.0,306.0,2379.0,16579.0,Open standard for machine learning interoperability.,309.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,,25574.0,24866.0,https://pypi.org/project/onnx,2023-10-26 18:30:51.000,708.0,5261825.0,5282818.0,https://anaconda.org/conda-forge/onnx,2024-03-13 23:35:28.732,932944.0,,1.0,20126.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-03-11 11:25:18.000000,2024-03-04 18:06:08,3435.0,44.0,3795.0,435.0,3092.0,345.0,2923.0,15927.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",296.0,43,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,31481.0,30605.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,876.0,8296747.0,8351902.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2207216.0,,2.0,216098.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-03-11 14:42:17.000000,2024-01-29 09:04:39,14509.0,27.0,2832.0,468.0,1452.0,266.0,1513.0,12894.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,43,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,270425.0,257445.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,12980.0,16900775.0,16927495.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2431548.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,2024-03-14 13:45:51.000000,2024-03-14 12:29:02,4753.0,159.0,2017.0,1693.0,4598.0,297.0,2644.0,11600.0,WebGL2 powered visualization framework.,253.0,43,True,2024-02-28 21:43:30.387,8.9.35,636.0,pydeck,conda-forge/pydeck,,,['jupyter'],7827.0,7270.0,https://pypi.org/project/pydeck,2023-04-15 06:29:01.705,59.0,3135137.0,3571871.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,484314.0,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-03-13 10:54:21.833,498.0,426851.0,,,,,,,,,,,,,, +36,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-03-14 15:19:21.000000,2024-03-14 06:31:55,1895.0,340.0,1129.0,177.0,2179.0,459.0,618.0,10337.0,Development repository for the Triton language and compiler.,227.0,43,True,2024-01-10 03:11:56.000,2.2.0,192.0,triton,,,,,19510.0,19410.0,https://pypi.org/project/triton,2024-01-10 03:11:56.000,100.0,9830458.0,9830458.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +37,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-03-14 13:22:52.000000,2024-03-13 22:33:44,2206.0,215.0,3742.0,318.0,2603.0,972.0,1551.0,31848.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",292.0,42,True,2024-03-08 01:11:46.000,0.14.0,88.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],6191.0,6088.0,https://pypi.org/project/deepspeed,2024-03-08 01:11:46.000,103.0,477706.0,478061.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,1.0,,,,,,,,,,2022-09-02 00:25:31.275782,4.0,17794.0,,,,,,,,,,, +38,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-03-14 12:56:35.000000,2024-03-14 10:25:03,13874.0,86.0,2123.0,186.0,4364.0,537.0,2053.0,5816.0,Image processing in Python.,654.0,42,False,2023-10-03 21:36:37.000,0.22.0,23.0,scikit-image,conda-forge/scikit-image,,,,173074.0,173074.0,https://pypi.org/project/scikit-image,,,15583809.0,15717261.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,6005347.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-03-14 09:46:18.000000,2024-03-13 20:24:03,2176.0,59.0,4414.0,310.0,446.0,70.0,774.0,29136.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",130.0,41,True,2024-02-19 19:35:21.000,0.9.16,55.0,timm,conda-forge/timm,,,['pytorch'],24423.0,24423.0,https://pypi.org/project/timm,,,4659863.0,4770942.0,https://anaconda.org/conda-forge/timm,2024-02-21 16:25:26.726,125651.0,,1.0,6277015.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,2024-03-14 13:57:22.000000,2024-03-14 10:39:04,19290.0,648.0,2699.0,295.0,19237.0,612.0,9711.0,25997.0,"A cloud-native vector database, storage for next generation AI applications.",265.0,41,True,2024-03-13 09:45:46.000,2.3.7,100.0,pymilvus,,milvusdb/milvus,,,88.0,,https://pypi.org/project/pymilvus,2024-03-13 09:45:46.000,88.0,731644.0,952741.0,,,,https://hub.docker.com/r/milvusdb/milvus,1.0,77622.0,,,,,,,,,2024-03-14 12:58:18.178921,42.0,11659859.0,,,,,,,,,,, +41,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-03-14 13:25:54.000000,2024-03-11 08:45:50,2639.0,57.0,3124.0,243.0,841.0,1348.0,1068.0,21328.0,A game theoretic approach to explain the output of any machine learning model.,236.0,41,True,2024-03-08 11:55:08.000,0.45.0,102.0,shap,conda-forge/shap,,,,16679.0,16204.0,https://pypi.org/project/shap,2024-03-08 11:55:08.000,475.0,7974115.0,8035092.0,https://anaconda.org/conda-forge/shap,2024-03-12 17:37:09.107,2378111.0,,1.0,,,,shap/shap,,,,,,,,,,,,,,,,,,, +42,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-03-14 10:16:58.000000,2024-03-08 14:23:14,7344.0,256.0,1933.0,418.0,1041.0,776.0,881.0,20266.0,Data Apps & Dashboards for Python. No JavaScript Required.,148.0,41,True,2024-03-06 20:00:34.000,2.16.1,106.0,dash,conda-forge/dash,,,,59602.0,59602.0,https://pypi.org/project/dash,,,2876838.0,2903734.0,https://anaconda.org/conda-forge/dash,2024-03-10 12:59:07.948,1210315.0,,1.0,70.0,,,,,,,,,,,,,,,,,,,,,, +43,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-03-14 09:35:17.000000,2024-03-14 09:35:17,9232.0,119.0,1129.0,134.0,5407.0,300.0,4295.0,12981.0,ML Experiments Management with Git.,291.0,41,True,2024-03-11 15:04:18.000,3.48.4,520.0,dvc,conda-forge/dvc,,,,13612.0,13517.0,https://pypi.org/project/dvc,2024-03-11 15:04:18.000,95.0,542907.0,585873.0,https://anaconda.org/conda-forge/dvc,2024-03-11 20:26:08.093,1772386.0,,1.0,42968.0,,,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +44,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-03-13 20:06:15.000000,2024-03-13 02:54:00,3631.0,23.0,723.0,141.0,1331.0,163.0,1754.0,8822.0,Declarative statistical visualization library for Python.,162.0,41,True,2023-11-28 06:23:39.000,5.2.0,27.0,altair,conda-forge/altair,,,,113812.0,113812.0,https://pypi.org/project/altair,,,22293246.0,22373168.0,https://anaconda.org/conda-forge/altair,2023-12-05 00:22:25.208,2157877.0,,1.0,109.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,2024-03-14 15:01:23.000000,2024-03-14 00:35:31,6205.0,196.0,588.0,57.0,4136.0,857.0,2164.0,7990.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,174.0,41,True,2024-03-05 21:28:02.000,0.16.4,269.0,wandb,conda-forge/wandb,,,,41052.0,40300.0,https://pypi.org/project/wandb,2024-03-05 21:19:33.000,752.0,12618354.0,12628864.0,https://anaconda.org/conda-forge/wandb,2024-02-06 19:13:02.985,462443.0,,1.0,,,,wandb/wandb,,,,,,,,,,,,,,,,,,, +46,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-03-14 11:07:15.000000,2024-03-14 11:07:11,47572.0,521.0,1142.0,192.0,380.0,523.0,1728.0,7668.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1217.0,41,True,2024-02-23 14:10:41.000,1.2.3,110.0,catboost,conda-forge/catboost,,,,384.0,13.0,https://pypi.org/project/catboost,2024-02-23 10:17:27.000,371.0,1996193.0,2035481.0,https://anaconda.org/conda-forge/catboost,2024-02-24 13:08:44.587,1454358.0,,2.0,228575.0,,,,,,,,,,,,,,,,,,,,,, +47,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-02-23 04:21:13.000000,2023-01-30 18:15:21,1757.0,,8561.0,1065.0,1450.0,81.0,1717.0,33677.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,40,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,53721.0,51012.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2709.0,1056865.0,1062547.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,267088.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +48,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-03-07 16:39:48.000000,2024-03-04 02:10:25,2754.0,13.0,7517.0,614.0,2219.0,202.0,1586.0,25406.0,The fastai deep learning library.,665.0,40,True,2024-02-01 00:30:31.000,2.7.14,148.0,fastai,,,,['pytorch'],16862.0,16516.0,https://pypi.org/project/fastai,2024-02-01 00:30:31.000,346.0,450174.0,450174.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +49,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-03-14 09:33:56.000000,2024-03-06 15:19:44,32608.0,16.0,4364.0,348.0,6349.0,2.0,6641.0,17738.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,40,True,2024-03-04 17:27:13.000,3.6.19,100.0,rasa,,,,['tensorflow'],4004.0,4004.0,https://pypi.org/project/rasa,,,140816.0,140816.0,,,,,1.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-03-13 22:19:21.000000,2024-03-01 07:58:37,1344.0,61.0,2269.0,128.0,359.0,1010.0,912.0,13344.0,Multilingual Sentence & Image Embeddings with BERT.,144.0,40,True,2024-03-01 08:18:33.000,2.5.1,48.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],27465.0,26732.0,https://pypi.org/project/sentence-transformers,2024-03-01 08:18:32.000,733.0,3673281.0,3678205.0,https://anaconda.org/conda-forge/sentence-transformers,2024-03-01 13:46:07.960,206811.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +51,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-03-13 12:15:00.000000,2024-03-13 12:14:59,8246.0,12.0,2862.0,476.0,696.0,45.0,2128.0,12850.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,40,False,2024-03-10 17:01:06.000,19.24.3,27.0,dlib,conda-forge/dlib,,,,25574.0,25574.0,https://pypi.org/project/dlib,,,392364.0,407327.0,https://anaconda.org/conda-forge/dlib,2024-01-11 01:14:47.895,662503.0,,2.0,25399.0,,,,,,,,,,,,,,,,,,,,,, +52,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-03-06 18:45:12.000000,2024-02-25 13:25:28,1189.0,62.0,2142.0,236.0,540.0,185.0,1096.0,11516.0,Download market data from Yahoo! Finances API.,108.0,40,True,2024-02-25 13:35:19.000,0.2.37,109.0,yfinance,ranaroussi/yfinance,,,,35028.0,34691.0,https://pypi.org/project/yfinance,2024-02-25 13:35:19.000,337.0,1697831.0,1700563.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,87426.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,2024-03-14 12:14:18.000000,2024-03-13 09:33:17,9784.0,73.0,1929.0,227.0,3858.0,263.0,2989.0,8072.0,Bayesian Modeling and Probabilistic Programming in Python.,482.0,40,True,2024-02-14 10:23:42.000,5.10.4,78.0,pymc3,conda-forge/pymc3,,,,3146.0,2896.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,250.0,838391.0,844601.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,551234.0,,1.0,1936.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,2024-03-14 11:13:55.000000,2024-03-14 11:13:55,1334.0,130.0,754.0,101.0,1273.0,127.0,1157.0,6704.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",231.0,40,True,2024-03-12 16:58:44.000,0.28.0,44.0,accelerate,conda-forge/accelerate,,,['pytorch'],29342.0,28725.0,https://pypi.org/project/accelerate,2024-03-12 15:54:38.000,617.0,7681140.0,7684846.0,https://anaconda.org/conda-forge/accelerate,2024-03-13 13:00:50.817,107486.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +55,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-03-14 12:29:46.000000,2024-03-13 08:55:47,1895.0,59.0,914.0,108.0,1562.0,440.0,1200.0,4099.0,Python tools for geographic data.,220.0,40,True,2024-01-31 19:22:01.000,0.14.3,52.0,geopandas,conda-forge/geopandas,,,['pandas'],34303.0,32356.0,https://pypi.org/project/geopandas,2024-01-31 19:21:57.000,1947.0,5977506.0,6053993.0,https://anaconda.org/conda-forge/geopandas,2024-01-31 21:02:18.644,3440778.0,,1.0,2460.0,,,,,,,,,,,,,,,,,,,,,, +56,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-03-14 11:53:25.000000,2024-03-13 14:36:44,5724.0,95.0,700.0,55.0,4962.0,1498.0,2316.0,1533.0,A distributed task scheduler for Dask.,323.0,40,True,2024-03-12 10:19:08.000,2024.3.0,223.0,distributed,conda-forge/distributed,,,,34571.0,33234.0,https://pypi.org/project/distributed,2024-03-12 10:19:08.000,1337.0,4630453.0,4915765.0,https://anaconda.org/conda-forge/distributed,2024-03-12 17:59:23.271,13124369.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +57,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-03-14 14:39:21.000000,2024-03-04 11:07:49,1025.0,92.0,3302.0,474.0,875.0,428.0,1886.0,27362.0,A library for efficient similarity search and clustering of dense vectors.,156.0,39,True,2024-03-13 09:45:46.000,2.3.7,92.0,pymilvus,conda-forge/faiss,,,,3585.0,3497.0,https://pypi.org/project/pymilvus,2024-03-13 09:45:46.000,88.0,731644.0,754328.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1043495.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +58,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-03-12 10:59:35.000000,2024-02-05 13:23:18,2706.0,17.0,9118.0,372.0,3126.0,1427.0,6647.0,27295.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,39,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2302.0,2264.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,38.0,181312.0,181312.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +59,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-03-13 22:47:10.000000,2024-03-11 23:04:11,8526.0,17.0,2168.0,206.0,4165.0,22.0,1918.0,19767.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2024-03-11 09:51:59.000,3.24.0,2458.0,jina,conda-forge/jina-core,jinaai/jina,,,1687.0,1670.0,https://pypi.org/project/jina,2024-03-11 09:48:39.000,17.0,85786.0,114420.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,60162.0,https://hub.docker.com/r/jinaai/jina,2.0,,,,,,,,,,2024-03-11 10:03:55.555687,8.0,1304852.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-03-01 12:26:36.000000,2024-02-08 02:27:50,4512.0,3.0,4375.0,434.0,1687.0,378.0,1448.0,15077.0,Topic Modelling for Humans.,449.0,39,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,59895.0,56713.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,3182.0,4703170.0,4736880.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1211943.0,,1.0,4555.0,,,piskvorky/gensim,,,,,,,,,,,,,,,,,,, +61,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-03-11 14:33:24.000000,2024-03-06 14:53:49,5897.0,120.0,2067.0,204.0,1180.0,65.0,2178.0,13463.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,258.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3166.0,3069.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,97.0,128749.0,129267.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,22811.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +62,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-03-14 14:28:13.000000,2024-03-13 17:05:19,4008.0,300.0,2931.0,170.0,4592.0,479.0,2246.0,12850.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",286.0,39,True,2024-03-06 03:29:59.000,2.1.0,451.0,dgl,,,,,304.0,215.0,https://pypi.org/project/dgl,2024-03-05 07:16:21.000,89.0,78784.0,78784.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +63,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-03-14 09:48:53.000000,2024-03-14 08:34:54,17361.0,524.0,942.0,119.0,3433.0,95.0,1502.0,9390.0,A hyperparameter optimization framework.,260.0,39,False,2023-12-11 05:05:36.000,3.5.0,62.0,optuna,conda-forge/optuna,,,,13490.0,12985.0,https://pypi.org/project/optuna,2023-12-11 05:05:36.000,505.0,2368841.0,2384304.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,695870.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,2024-03-14 12:05:33.000000,2024-03-13 20:13:10,4352.0,271.0,1242.0,101.0,3540.0,778.0,1406.0,7278.0,A unified framework for machine learning with time series.,328.0,39,True,2024-02-28 12:02:55.000,0.27.0,63.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2409.0,2341.0,https://pypi.org/project/sktime,2024-02-28 12:02:55.000,68.0,910111.0,939333.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-02-28 22:27:58.715,935083.0,,1.0,84.0,,,sktime/sktime,,,,,,,,,,,,,,,,,,, +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-03-14 11:11:14.000000,2024-03-08 12:03:11,1797.0,29.0,2202.0,164.0,823.0,86.0,994.0,6616.0,Python Data. Leaflet.js Maps.,165.0,39,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,35872.0,35028.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,844.0,929695.0,997487.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2576122.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +66,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-03-14 13:53:24.000000,2024-03-14 05:05:16,8609.0,3947.0,615.0,41.0,714.0,376.0,1368.0,6066.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",140.0,39,True,2024-03-14 05:37:32.000,1.31.10,677.0,litellm,,,,others,1184.0,1107.0,https://pypi.org/project/litellm,2024-03-14 05:24:49.000,77.0,393219.0,393223.0,,,,,1.0,8.0,,,,,,,,,,,,,,,,,,,,,, +67,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-03-14 14:26:34.000000,2024-03-14 12:43:47,4253.0,202.0,579.0,85.0,2237.0,204.0,686.0,5309.0,Flax is a neural network library for JAX that is designed for flexibility.,217.0,39,True,2024-03-14 11:35:04.000,0.8.2,43.0,flax,conda-forge/flax,,,['jax'],6650.0,6421.0,https://pypi.org/project/flax,2024-03-14 11:35:04.000,229.0,3502054.0,3503203.0,https://anaconda.org/conda-forge/flax,2024-03-14 12:49:40.118,41355.0,,2.0,50.0,,,,,,,,,,,,,,,,,,,,,, +68,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-03-14 05:53:02.000000,2024-03-13 17:27:31,17882.0,106.0,1302.0,84.0,7751.0,512.0,4258.0,2499.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,366.0,39,True,2024-01-16 18:38:53.000,1.6.1,77.0,mne,conda-forge/mne,,,,3884.0,3587.0,https://pypi.org/project/mne,2024-01-16 18:38:53.000,297.0,104900.0,112507.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,349930.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +69,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-03-14 14:22:29.000000,2024-03-13 19:49:40,3565.0,143.0,1071.0,132.0,2888.0,269.0,1165.0,2023.0,A library for training and deploying machine learning models on Amazon SageMaker.,430.0,39,True,2024-03-06 19:57:33.000,2.212.0,572.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3803.0,3706.0,https://pypi.org/project/sagemaker,2024-03-05 18:25:33.000,97.0,26587389.0,26604047.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-03-06 22:10:37.385,716336.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +70,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-03-13 04:34:32.000000,2024-03-07 03:23:05,6131.0,10.0,7045.0,430.0,2843.0,1087.0,7529.0,37394.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",153.0,38,True,2023-10-18 12:32:48.000,2.7.1,8.0,paddleocr,,,,['paddle'],2312.0,2312.0,https://pypi.org/project/paddleocr,,,210834.0,210834.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +71,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-03-14 14:18:53.000000,2024-03-14 12:33:32,35039.0,569.0,12829.0,948.0,24485.0,1134.0,,22974.0,Apache Flink Python API.,1838.0,38,True,2023-11-28 07:09:06.000,1.16.3,46.0,apache-flink,,,,,45.0,21.0,https://pypi.org/project/apache-flink,2024-01-15 16:28:13.000,24.0,139252.0,139252.0,,,,,2.0,,4.0,,,,,,,,,,,,,,,,,,,,, +72,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,,6891.0,1072.0,11124.0,1805.0,7758.0,20701.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'],7399.0,7100.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,294.0,484648.0,485073.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10650.0,,2.0,26656.0,,,apache/mxnet,,,,,,,,,,,,5.0,,,,,,, +73,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-03-14 14:35:42.000000,2024-03-13 17:17:21,3811.0,55.0,6685.0,402.0,5185.0,767.0,2345.0,15215.0,"Datasets, Transforms and Models specific to Computer Vision.",578.0,38,True,2024-02-22 21:54:54.000,0.17.1,39.0,torchvision,conda-forge/torchvision,,,['pytorch'],21.0,21.0,https://pypi.org/project/torchvision,,,10137313.0,10165454.0,https://anaconda.org/conda-forge/torchvision,2024-02-26 00:12:18.834,996969.0,,1.0,37206.0,,,,,,,,,,,,,,,,,,,,,, +74,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,1.0,2511.0,543.0,4118.0,685.0,2087.0,9845.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,17688.0,14849.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,2839.0,362417.0,388441.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2394260.0,,2.0,,4.0,,,,,,,,,,,,,,,,,,,,, +75,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-03-06 23:14:00.324000,2024-03-03 00:53:10,941.0,50.0,1096.0,123.0,278.0,36.0,685.0,9218.0,Unsupervised text tokenizer for Neural Network-based text generation.,84.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,58918.0,57902.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1016.0,15349011.0,15366117.0,https://anaconda.org/conda-forge/sentencepiece,2024-03-06 23:14:00.324,729614.0,,1.0,35136.0,,,,,,,,,,,,,,,,,,,,,, +76,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-03-14 09:18:15.000000,2024-03-14 09:17:47,2699.0,83.0,924.0,128.0,1811.0,263.0,631.0,9179.0,Geometric Computer Vision Library for Spatial AI.,255.0,38,True,2024-03-14 09:18:15.000,0.7.2,39.0,kornia,conda-forge/kornia,,,['pytorch'],8930.0,8791.0,https://pypi.org/project/kornia,2024-03-14 09:18:15.000,139.0,2258658.0,2261634.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,115481.0,,1.0,985.0,,,,,,,,,,,,,,,,,,,,,, +77,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-03-10 21:35:37.045000,2024-03-04 05:00:38,5194.0,113.0,1728.0,132.0,982.0,333.0,1925.0,8283.0,"An open-source, low-code machine learning library in Python.",134.0,38,True,2024-02-20 04:09:05.000,3.3.0,96.0,pycaret,conda-forge/pycaret,,,,5265.0,5247.0,https://pypi.org/project/pycaret,2024-02-20 04:08:49.000,18.0,287017.0,288030.0,https://anaconda.org/conda-forge/pycaret,2024-03-10 21:35:37.045,42930.0,,2.0,680.0,,,,,,,,,,,,,,,,,,,,,, +78,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-03-12 10:24:22.000000,2024-03-12 10:24:21,1760.0,13.0,693.0,119.0,564.0,183.0,756.0,8219.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,38,True,2024-02-12 02:35:06.000,0.15.2,90.0,tokenizers,conda-forge/tokenizers,,,,65307.0,64894.0,https://pypi.org/project/tokenizers,2024-02-12 02:24:30.000,413.0,19127452.0,19160950.0,https://anaconda.org/conda-forge/tokenizers,2024-02-12 11:07:11.714,1473937.0,,1.0,47.0,,,,,,,,,,,,,,,,,,,,,, +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-03-14 13:56:52.000000,2024-03-04 22:19:02,20859.0,483.0,2067.0,179.0,3237.0,269.0,2057.0,7712.0,End-to-End Speech Processing Toolkit.,415.0,38,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,304.0,299.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,5.0,109770.0,109771.0,,,,,1.0,79.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,2024-03-14 14:37:43.000000,2024-03-13 10:43:52,28374.0,277.0,747.0,127.0,6099.0,544.0,1646.0,7653.0,NumPy & SciPy for GPU.,362.0,38,True,2024-01-18 05:54:29.000,13.0.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2166.0,1952.0,https://pypi.org/project/cupy,2023-12-07 05:15:09.000,214.0,24511.0,100399.0,https://anaconda.org/conda-forge/cupy,2024-02-05 02:05:27.119,3333063.0,https://hub.docker.com/r/cupy/cupy,1.0,170574.0,,,,,,,,,2024-01-18 05:56:19.967362,11.0,59927.0,,,,,,,,,,, +81,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-03-14 10:08:06.000000,2024-03-13 14:54:59,9701.0,91.0,1218.0,127.0,1141.0,151.0,921.0,7592.0,A PyTorch-based Speech Toolkit.,230.0,38,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1627.0,1596.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,621828.0,621828.0,,,,,1.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-03-14 12:15:24.000000,2024-03-13 19:52:06,6204.0,89.0,1499.0,106.0,4189.0,656.0,711.0,4141.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",303.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],16857.0,16636.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,221.0,3156264.0,3157052.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,26792.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +83,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-03-13 21:08:41.000000,2024-03-13 21:08:40,2259.0,30.0,554.0,88.0,809.0,253.0,911.0,3616.0,Manipulation and analysis of geometric objects.,153.0,38,True,2024-02-16 14:21:16.000,2.0.3,122.0,shapely,conda-forge/shapely,,,,65280.0,63875.0,https://pypi.org/project/shapely,2024-02-16 14:21:16.000,1405.0,20196516.0,20405077.0,https://anaconda.org/conda-forge/shapely,2024-02-19 19:30:03.013,8963497.0,,2.0,3143.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-01-17 14:24:55.000000,2020-02-15 08:33:35,523.0,,6692.0,1288.0,165.0,666.0,225.0,32135.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,,,,28720.0,26998.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1722.0,725175.0,726979.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,149774.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +85,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-03-14 09:02:51.000000,2024-03-14 09:02:51,7429.0,187.0,3494.0,254.0,2882.0,933.0,2573.0,19792.0,Graph Neural Network Library for PyTorch.,485.0,37,True,2024-03-12 14:10:08.000,2.5.1,42.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],152.0,,https://pypi.org/project/torch-geometric,2024-03-12 14:10:08.000,152.0,247072.0,247923.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-02-22 16:44:15.527,37466.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +86,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-03-03 06:51:32.000000,2024-03-03 06:50:21,1649.0,5.0,2793.0,379.0,457.0,8.0,1832.0,14320.0,Python Echarts Plotting Library.,42.0,37,True,2024-03-03 07:03:55.000,2.0.5,4.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],3928.0,3928.0,https://pypi.org/project/pyecharts,,,137923.0,137923.0,,,,,2.0,7.0,,,,,,,,,,,,,,,,,,,,,, +87,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-03-14 05:43:54.000000,2024-03-12 21:54:20,817.0,31.0,1568.0,130.0,699.0,413.0,452.0,13234.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,135.0,37,True,2024-03-05 00:26:03.000,1.4.1,55.0,albumentations,conda-forge/albumentations,,,['pytorch'],21815.0,21461.0,https://pypi.org/project/albumentations,2024-03-05 00:26:03.000,354.0,1367887.0,1371391.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,154181.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-03-12 17:00:08.000000,2024-03-12 16:24:01,4802.0,123.0,4809.0,383.0,689.0,579.0,1333.0,12047.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,222.0,22.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,200.0,251300.0,290085.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,182041.0,,1.0,3657475.0,,,,,,,,,,,,,,,,,,,,,, +89,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-03-14 14:00:12.000000,2024-03-13 11:22:27,1380.0,12.0,1608.0,151.0,758.0,210.0,557.0,11897.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,119.0,37,True,2024-02-26 14:50:43.000,4.6.5,56.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2839.0,2643.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,196.0,522828.0,527449.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,420521.0,,2.0,68.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,,, +90,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-03-14 06:09:50.000000,2023-07-11 16:23:35,1095.0,,1439.0,251.0,664.0,383.0,1042.0,11593.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,14.0,moviepy,conda-forge/moviepy,,,,35370.0,35370.0,https://pypi.org/project/moviepy,,,853308.0,856112.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,224365.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +91,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-03-12 05:12:30.000000,2024-03-11 18:49:09,1316.0,193.0,1740.0,129.0,160.0,3.0,943.0,9532.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",56.0,37,True,2024-03-09 22:56:58.000,0.0.86,85.0,deepface,,,,,2721.0,2700.0,https://pypi.org/project/deepface,2024-03-09 22:50:56.000,21.0,188610.0,188610.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +92,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-03-14 14:18:37.000000,2024-03-14 14:18:36,27680.0,1860.0,1970.0,199.0,5114.0,13.0,3376.0,9172.0,Perform data science on data that remains in someone elses server.,505.0,37,True,2024-02-20 10:19:52.000,0.8.4,265.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2024-03-14 14:15:41.000,5.0,12165.0,12223.0,,,,,1.0,2466.0,,,,,,,,,,,,,,,,,,,,,, +93,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2024-03-14 14:03:20.000000,2024-03-14 09:13:48,21469.0,550.0,1144.0,239.0,8304.0,993.0,1368.0,4837.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, etc.) on Intel..",201.0,37,True,2023-11-13 02:02:20.000,2.4.0,859.0,bigdl,,,,,54.0,49.0,https://pypi.org/project/bigdl,2024-03-14 14:03:20.000,1.0,19689.0,19692.0,,,,,2.0,266.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,4.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,2024-02-12 11:19:30.000000,2023-12-31 11:04:55,953.0,20.0,765.0,86.0,202.0,89.0,656.0,4061.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,37,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,364752.0,364752.0,https://pypi.org/project/opencv-python,,,12987821.0,12987821.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-03-12 21:35:53.000000,2024-03-12 21:35:51,12107.0,74.0,1072.0,165.0,463.0,661.0,743.0,4052.0,Probabilistic reasoning and statistical analysis in TensorFlow.,487.0,37,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],464.0,,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,464.0,3249580.0,3252870.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,121752.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +96,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-03-14 09:39:28.000000,2024-03-14 09:39:27,10714.0,44.0,388.0,59.0,2939.0,1073.0,2139.0,2583.0,"With Holoviews, your data visualizes itself.",140.0,37,True,2024-02-13 10:17:52.000,1.18.3,79.0,holoviews,conda-forge/holoviews,,,['jupyter'],9681.0,9681.0,https://pypi.org/project/holoviews,,,399717.0,433530.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1509469.0,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,,,270.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,2024-03-05 02:12:04.000000,2024-03-05 02:12:01,3832.0,37.0,520.0,148.0,1136.0,143.0,1622.0,2111.0,Rasterio reads and writes geospatial raster datasets.,155.0,37,True,2023-10-19 14:09:18.000,1.3.9,155.0,rasterio,conda-forge/rasterio,,,,11775.0,10666.0,https://pypi.org/project/rasterio,2024-03-03 01:11:49.000,1109.0,2328682.0,2403059.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2826041.0,,2.0,854.0,,,,,,,,,,,,,,,,,,,,,, +98,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-03-08 14:16:53.000000,2024-02-12 02:14:21,1521.0,2.0,276.0,32.0,478.0,92.0,491.0,1396.0,Python library for reading and writing image data.,109.0,37,True,2024-02-12 02:14:34.000,2.34.0,65.0,imageio,conda-forge/imageio,,,,118809.0,118809.0,https://pypi.org/project/imageio,,,24191917.0,24330612.0,https://anaconda.org/conda-forge/imageio,2024-02-12 09:34:41.924,6101938.0,,1.0,1002.0,,,,,,,,,,,,,,,,,,,,,, +99,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-03-13 16:46:59.000000,2024-03-11 17:30:13,1499.0,21.0,201.0,48.0,541.0,34.0,749.0,1111.0,Fiona reads and writes geographic data files.,72.0,37,True,2024-03-08 16:14:09.000,1.9.6,110.0,fiona,conda-forge/fiona,,,,18581.0,18483.0,https://pypi.org/project/fiona,2024-03-08 16:08:54.000,98.0,6099134.0,6219419.0,https://anaconda.org/conda-forge/fiona,2024-03-08 21:09:14.732,5292551.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +100,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-03-13 13:24:18.000000,2024-03-13 13:24:17,2322.0,4.0,6319.0,419.0,1327.0,1200.0,3037.0,28907.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2898.0,2823.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,75.0,300698.0,302088.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,61008.0,,1.0,326.0,,,,,,,,,,,,,,,,,,,,,, +101,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-03-04 20:45:33.000000,2020-06-01 14:58:26,2913.0,,2371.0,233.0,337.0,284.0,224.0,14068.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,3.0,imgaug,conda-forge/imgaug,,,,18795.0,18795.0,https://pypi.org/project/imgaug,,,361933.0,364590.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,151463.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-03-14 14:56:18.000000,2024-03-14 10:14:04,3247.0,315.0,1580.0,124.0,3488.0,201.0,2926.0,13080.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",231.0,36,True,2024-03-11 10:56:42.000,2.0.0,84.0,haystack,,,,,240.0,153.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,87.0,4049.0,4049.0,,,,,1.0,24.0,,,,,,,,,,,,,,,,,,,,,, +103,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-03-14 14:58:50.000000,2024-03-11 09:45:00,6030.0,10.0,3255.0,242.0,1499.0,1044.0,3854.0,10293.0,Open-source simulator for autonomous driving research.,171.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,668.0,661.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,20750.0,20750.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +104,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-03-14 13:55:00.000000,2024-03-13 22:43:58,6220.0,235.0,2016.0,185.0,6048.0,126.0,1920.0,9540.0,NeMo: a framework for generative AI.,291.0,36,True,2024-02-28 06:18:16.000,1.23.0,72.0,nemo-toolkit,,,,['pytorch'],31.0,21.0,https://pypi.org/project/nemo-toolkit,2024-02-28 05:27:18.000,10.0,56221.0,58287.0,,,,,1.0,111589.0,,,,,,,,,,,,,,,,,,,,,, +105,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-03-13 19:05:24.000000,2024-03-13 19:05:23,572.0,9.0,1139.0,264.0,161.0,109.0,167.0,8873.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,38143.0,36701.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,1442.0,844379.0,847052.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,243272.0,,1.0,114.0,,,,,,,,,,,,,,,,,,,,,, +106,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-02-28 07:42:03.000000,2024-01-24 13:04:18,855.0,7.0,1263.0,141.0,493.0,45.0,547.0,6656.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,82.0,36,True,2024-01-24 19:22:58.000,0.12.0,34.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],25489.0,25121.0,https://pypi.org/project/imbalanced-learn,2024-01-24 19:14:48.000,368.0,11082318.0,11094166.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-01-24 19:39:53.672,533168.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +107,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-03-14 07:23:06.000000,2024-03-14 02:56:01,2987.0,280.0,726.0,71.0,3341.0,211.0,798.0,6389.0,Build Production-Grade AI Applications.,196.0,36,True,2024-03-14 07:23:06.000,1.2.7,138.0,bentoml,,,,,1657.0,1643.0,https://pypi.org/project/bentoml,2024-03-14 07:23:06.000,14.0,86044.0,86078.0,,,,,2.0,1823.0,,,,,,,,,,,,,,,,,,,,,, +108,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-03-13 16:45:18.000000,2024-03-12 19:38:04,10392.0,539.0,1578.0,148.0,2228.0,578.0,1225.0,4995.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",237.0,36,True,2022-12-01 14:00:47.111,2.7.1,829.0,deepchem,conda-forge/deepchem,,,['tensorflow'],336.0,324.0,https://pypi.org/project/deepchem,2024-03-12 22:45:48.000,12.0,26804.0,28950.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,105182.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +109,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-03-14 15:13:56.000000,2024-03-07 17:25:29,2302.0,137.0,207.0,65.0,132.0,69.0,541.0,3759.0,A Grammar of Graphics for Python.,106.0,36,True,2024-03-06 19:17:02.000,0.13.1,22.0,plotnine,conda-forge/plotnine,,,,7340.0,7065.0,https://pypi.org/project/plotnine,2024-03-06 18:25:28.000,275.0,2718660.0,2726225.0,https://anaconda.org/conda-forge/plotnine,2024-03-06 18:45:45.389,340436.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +110,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-03-14 13:30:52.000000,2024-03-04 12:30:35,8490.0,93.0,694.0,100.0,13158.0,48.0,814.0,3637.0,State of the Art Natural Language Processing.,112.0,36,True,2024-03-04 12:45:06.000,5.3.1,139.0,spark-nlp,,,,['spark'],431.0,398.0,https://pypi.org/project/spark-nlp,2024-03-04 12:20:03.000,33.0,3967375.0,3967375.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +111,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-03-14 11:19:59.000000,2024-03-13 23:53:27,4184.0,204.0,415.0,35.0,3027.0,459.0,1052.0,2242.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,156.0,36,True,2024-03-12 17:32:27.000,0.43.4,70.0,pyvista,conda-forge/pyvista,,,['jupyter'],2718.0,2718.0,https://pypi.org/project/pyvista,,,199942.0,209862.0,https://anaconda.org/conda-forge/pyvista,2024-03-12 20:44:20.350,445964.0,,2.0,792.0,,,,,,,,,,,,,,,,,,,,,, +112,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-03-14 12:36:14.000000,2024-03-14 12:35:47,1708.0,121.0,355.0,26.0,1439.0,69.0,725.0,1855.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",229.0,36,True,2024-02-12 19:10:54.000,1.3.1,43.0,metrics,conda-forge/torchmetrics,,,['pytorch'],21717.0,21704.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,13.0,2964.0,37593.0,https://anaconda.org/conda-forge/torchmetrics,2024-03-05 21:39:18.786,1241826.0,,2.0,4858.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,,,, +113,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-03-14 14:49:11.000000,2024-03-14 13:54:02,1313.0,91.0,390.0,59.0,1250.0,133.0,630.0,1571.0,The official Python client for the Huggingface Hub.,141.0,36,True,2024-03-06 12:14:05.000,0.21.4,101.0,huggingface_hub,conda-forge/huggingface_hub,,,,707.0,,https://pypi.org/project/huggingface_hub,2024-03-06 12:12:04.000,707.0,25340889.0,25384011.0,https://anaconda.org/conda-forge/huggingface_hub,2024-03-07 11:26:56.212,1595544.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +114,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-03-14 00:08:57.000000,2024-03-14 00:06:59,1532.0,13.0,368.0,48.0,1479.0,175.0,671.0,1502.0,Exploratory analysis of Bayesian models with Python.,153.0,36,True,2024-03-13 17:22:58.000,0.17.1,36.0,arviz,conda-forge/arviz,,,,6188.0,6009.0,https://pypi.org/project/arviz,2024-03-13 17:22:58.000,179.0,2013697.0,2058913.0,https://anaconda.org/conda-forge/arviz,2024-03-13 19:23:07.065,2079862.0,,1.0,134.0,,,,,,,,,,,,,,,,,,,,,, +115,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-03-11 14:30:59.000000,2024-03-09 17:32:21,10239.0,85.0,542.0,71.0,2344.0,296.0,1731.0,1094.0,Machine learning for NeuroImaging in Python.,233.0,36,True,2024-01-29 09:31:15.000,0.10.3,46.0,nilearn,conda-forge/nilearn,,,['sklearn'],3246.0,2947.0,https://pypi.org/project/nilearn,2024-01-29 09:31:15.000,299.0,59875.0,66405.0,https://anaconda.org/conda-forge/nilearn,2024-01-29 13:01:39.700,261056.0,,1.0,158.0,,,,,,,,,,,,,,,,,,,,,, +116,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-03-12 01:11:40.000000,2024-03-12 01:11:39,5804.0,44.0,257.0,37.0,797.0,128.0,398.0,614.0,Python package to access a cacophony of neuro-imaging file formats.,102.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,18827.0,17614.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1213.0,460648.0,475834.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,683385.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +117,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-03-13 15:22:56.000000,2024-03-13 15:16:33,391.0,3.0,4735.0,844.0,268.0,550.0,611.0,25484.0,Library for fast text representation and classification.,68.0,35,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,5919.0,5689.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,230.0,996060.0,997848.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,75118.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +118,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-03-12 07:28:35.000000,2024-01-30 09:34:31,8771.0,80.0,2965.0,270.0,1227.0,168.0,658.0,17695.0,Best Practices on Recommendation Systems.,129.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,106.0,104.0,https://pypi.org/project/recommenders,2022-04-01 08:49:49.000,2.0,80068.0,80075.0,,,,,1.0,470.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,,,,, +119,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-02-10 14:00:13.000000,2023-10-18 07:33:05,791.0,,4457.0,432.0,439.0,378.0,1724.0,17576.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,35,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,149.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,128.0,801331.0,833910.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1139291.0,,1.0,2381.0,,,,,,,,,,,,,,,,,,,,,, +120,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-03-14 15:21:54.000000,2024-03-14 15:21:53,17985.0,742.0,5881.0,70.0,11611.0,1141.0,15787.0,13977.0,The Unified AI Framework.,1466.0,35,True,2023-06-29 19:33:01.167,0.0.0,115.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,2024-03-07 07:38:31.000,9.0,2969.0,2969.0,,,,,2.0,,4.0,,,,,,,,,,,,,,,,,,,,, +121,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-03-13 03:26:41.000000,2024-01-05 20:03:59,1332.0,1.0,2229.0,334.0,1582.0,372.0,1857.0,13865.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1144.0,1107.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,37.0,70578.0,70578.0,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,,,,, +122,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-03-13 22:36:42.000000,2021-06-01 10:43:00,1848.0,,4403.0,548.0,714.0,402.0,1270.0,13850.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,,,,,5981.0,5628.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,353.0,31662.0,31662.0,,,,,2.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-02-06 22:23:52.000000,2023-08-20 17:38:53,890.0,,1118.0,320.0,267.0,54.0,343.0,12536.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,,,,3928.0,3648.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,280.0,1197010.0,1206213.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,386532.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,,2260.0,282.0,3096.0,91.0,2477.0,11669.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:32:24.000,2.10.1,59.0,allennlp,conda-forge/allennlp,,,['pytorch'],3955.0,3955.0,https://pypi.org/project/allennlp,,,42598.0,44507.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,120274.0,,2.0,62.0,,,,,,,,,,,,,,,,,,,,,, +125,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-03-13 15:58:09.000000,2024-03-12 17:53:26,3837.0,71.0,1151.0,193.0,2833.0,348.0,754.0,10666.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",152.0,35,True,2024-02-28 07:50:48.000,0.10.1,53.0,ludwig,,,,['tensorflow'],250.0,241.0,https://pypi.org/project/ludwig,2024-02-28 07:50:48.000,9.0,4272.0,4272.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +126,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-01-17 08:31:39.000000,2023-12-09 05:39:53,576.0,,2361.0,222.0,245.0,114.0,416.0,9895.0,A little word cloud generator in Python.,72.0,35,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,870.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,849.0,1454592.0,1465027.0,https://anaconda.org/conda-forge/wordcloud,2023-12-11 13:49:34.986,459165.0,,2.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-03-13 02:20:24.000000,2024-03-13 02:19:51,2578.0,108.0,613.0,104.0,455.0,555.0,1220.0,8762.0,An open source multi-tool for exploring and publishing data.,77.0,35,True,2023-12-22 23:22:42.000,0.64.6,147.0,datasette,conda-forge/datasette,,,,1442.0,1209.0,https://pypi.org/project/datasette,2024-03-13 02:20:24.000,233.0,44229.0,45112.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,30875.0,,1.0,59.0,,,,,,,,,,,,datasette,,,,,,,,,, +128,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-03-08 21:54:51.000000,2024-03-08 21:20:46,10410.0,12.0,1965.0,350.0,3422.0,143.0,1133.0,8391.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,35,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,35.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,35.0,61053.0,64485.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,140735.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +129,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-03-05 13:07:16.000000,2022-12-08 17:49:19,746.0,,987.0,136.0,225.0,342.0,270.0,8218.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,,,,53317.0,51969.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1348.0,4354347.0,4355672.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,83475.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +130,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-03-14 11:02:05.000000,2024-03-13 14:46:10,32388.0,109.0,1981.0,384.0,6786.0,2734.0,6573.0,6667.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",261.0,35,True,,,151.0,h2o,,,,,106.0,21.0,https://pypi.org/project/h2o,2024-03-14 11:02:05.000,85.0,369662.0,369662.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +131,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-03-13 08:25:38.000000,2024-03-10 15:21:28,2966.0,41.0,938.0,92.0,3236.0,286.0,2611.0,5127.0,AI Toolkit for Healthcare Imaging.,179.0,35,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],1990.0,1936.0,https://pypi.org/project/monai,2023-10-12 17:09:21.000,54.0,153907.0,154702.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,21470.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +132,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-02-28 17:12:19.096000,2023-11-23 21:41:49,1136.0,,661.0,90.0,269.0,32.0,252.0,4231.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4085.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4085.0,4908465.0,4936671.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1269298.0,,2.0,22.0,,,,,,,,,,,,,,,,,,,,,, +133,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-03-14 06:03:59.000000,2024-03-14 01:30:12,3717.0,100.0,795.0,57.0,1487.0,342.0,1212.0,3924.0,"Serve, optimize and scale PyTorch models in production.",186.0,35,True,2023-10-13 00:21:43.000,0.9.0,22.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],636.0,620.0,https://pypi.org/project/torchserve,2023-10-12 22:01:55.000,16.0,47418.0,74205.0,https://anaconda.org/pytorch/torchserve,2023-10-12 22:01:52.717,158058.0,https://hub.docker.com/r/pytorch/torchserve,2.0,5577.0,,,,,,,,,2023-10-12 22:44:52.307587,23.0,1235302.0,,,,,,,,,,, +134,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-02-16 20:10:11.000000,2024-02-16 20:10:10,7363.0,32.0,606.0,117.0,1159.0,323.0,1106.0,3197.0,High-performance interactive 2D/3D data visualization library.,193.0,35,True,2023-10-03 22:23:12.000,0.14.1,37.0,vispy,conda-forge/vispy,,,['jupyter'],1581.0,1438.0,https://pypi.org/project/vispy,2023-10-03 22:13:28.000,143.0,91526.0,102476.0,https://anaconda.org/conda-forge/vispy,2023-10-04 03:59:45.400,459799.0,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,,,3.0,,,,,,,,,,,,,, +135,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-02-23 00:11:47.000000,2024-02-07 15:14:19,5271.0,3.0,284.0,79.0,780.0,16.0,124.0,2777.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2024-02-07 18:33:24.000,8.2.3,232.0,thinc,conda-forge/thinc,,,,44500.0,43854.0,https://pypi.org/project/thinc,2024-02-07 18:16:46.000,646.0,6144401.0,6203493.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2718243.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +136,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-03-14 13:12:52.805000,2024-03-13 15:16:43,5105.0,163.0,501.0,21.0,1212.0,999.0,617.0,2070.0,"This is the development home of the workflow management system Snakemake. For general information, see.",319.0,35,True,2024-03-13 15:17:48.000,8.7.0,319.0,snakemake,bioconda/snakemake,,,,2172.0,1904.0,https://pypi.org/project/snakemake,2024-03-13 15:17:48.000,268.0,147388.0,157204.0,https://anaconda.org/bioconda/snakemake,2024-03-14 13:12:52.805,991480.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +137,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2024-03-06 06:34:09.000000,2024-03-06 06:34:01,1216.0,5.0,206.0,33.0,47.0,9.0,160.0,1548.0,Simple Python interface for Graphviz.,22.0,35,True,2022-07-23 11:35:06.076,0.20.1,56.0,graphviz,anaconda/python-graphviz,,,,65628.0,62094.0,https://pypi.org/project/graphviz,2022-07-23 11:35:06.076,3534.0,9645915.0,9646439.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,43573.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +138,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-03-12 01:50:37.000000,2024-02-11 16:39:29,1856.0,8.0,198.0,32.0,211.0,24.0,392.0,1350.0,The ctypes-based simple ImageMagick binding for Python.,104.0,35,True,2023-11-04 01:41:17.000,0.6.13,25.0,wand,conda-forge/wand,,,,18434.0,18434.0,https://pypi.org/project/wand,,,846898.0,848253.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,37508.0,,2.0,43136.0,,,,,,,,,,,,,,,,,,,,,, +139,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-03-13 01:53:44.000000,2024-03-13 00:47:35,874.0,11.0,321.0,45.0,1018.0,161.0,166.0,1186.0,Making text a first-class citizen in TensorFlow.,113.0,35,True,2024-03-11 20:48:59.000,2.16.1,69.0,tensorflow-text,,,,['tensorflow'],6668.0,6528.0,https://pypi.org/project/tensorflow-text,2024-03-11 17:56:47.000,140.0,6016168.0,6016168.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +140,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-03-14 13:16:55.000000,2024-03-14 10:48:50,1607.0,94.0,167.0,32.0,1497.0,73.0,177.0,1145.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,77.0,35,True,2024-01-24 21:51:51.000,2024.1.0,24.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],9973.0,9949.0,https://pypi.org/project/scikit-learn-intelex,2024-01-23 15:23:40.000,24.0,178567.0,185483.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-01-25 17:59:16.547,242094.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +141,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-03-06 05:33:34.000000,2024-03-02 03:46:10,1540.0,13.0,211.0,33.0,681.0,31.0,571.0,973.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,30088.0,27998.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2090.0,8210060.0,8375592.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7283419.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +142,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-03-11 08:31:49.000000,2024-03-11 08:27:00,1505.0,10.0,7269.0,381.0,652.0,465.0,3045.0,28273.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",266.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1657.0,1651.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,6.0,,5119.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,225273.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +143,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-03-14 03:55:36.000000,2024-03-14 03:55:27,7732.0,310.0,2638.0,295.0,187.0,27.0,1026.0,25671.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-03-09 03:16:02.000,7.5.4,631.0,netron,,,,"['pytorch', 'tensorflow']",86.0,12.0,https://pypi.org/project/netron,2024-03-09 03:16:02.000,74.0,30157.0,103175.0,,,,,1.0,73018.0,,,,,,,,,,,,,,,,,,,,,, +144,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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3924.0,665.0,1674.0,137.0,1985.0,24003.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'],448.0,405.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,8659.0,25676.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2543.0,,2.0,1117969.0,,,,,,,,,,,,,,,,,,,,,, +145,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-02-06 12:31:50.000000,2023-09-04 11:42:16,615.0,,2919.0,303.0,244.0,359.0,585.0,21424.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,34,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,5561.0,5459.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,102.0,222377.0,432133.0,,,,,1.0,9439056.0,,,,,,,,,,,,,,,,,,,,,, +146,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-03-13 21:49:43.000000,2024-03-13 21:49:42,3778.0,58.0,853.0,138.0,168.0,100.0,986.0,11602.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",92.0,34,True,2024-02-16 06:58:50.000,16.1.1,234.0,ocrmypdf,conda-forge/ocrmypdf,,,,782.0,761.0,https://pypi.org/project/ocrmypdf,2024-02-16 06:58:50.000,21.0,79701.0,81733.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,61813.0,,1.0,2536.0,,,,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +147,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-03-11 18:25:40.000000,2024-03-08 19:15:38,2453.0,22.0,986.0,204.0,2280.0,249.0,832.0,8301.0,Deep universal probabilistic programming with Python and PyTorch.,151.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,116.0,335574.0,339599.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,144932.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +148,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-02-25 13:10:20.000000,2023-12-06 12:55:15,486.0,,2328.0,284.0,142.0,310.0,315.0,7948.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,34,True,2023-12-06 13:10:51.000,3.10.1,56.0,SpeechRecognition,conda-forge/speechrecognition,,,,873.0,21.0,https://pypi.org/project/SpeechRecognition,2023-12-06 13:02:22.000,852.0,711004.0,715128.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,177349.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +149,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-02-09 07:53:55.073000,2024-02-09 06:45:29,1724.0,4.0,1293.0,149.0,207.0,178.0,145.0,7856.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2024-02-09 06:52:05.000,1.1.3,39.0,pyod,conda-forge/pyod,,,,3378.0,3378.0,https://pypi.org/project/pyod,,,655616.0,657607.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,91618.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +150,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-02-11 06:38:37.000000,2024-02-11 06:36:31,669.0,8.0,329.0,71.0,107.0,32.0,135.0,7749.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,34,True,2023-10-01 01:13:46.000,0.7.0,14.0,einops,conda-forge/einops,,,,29399.0,28531.0,https://pypi.org/project/einops,2023-10-01 01:13:46.000,868.0,7009312.0,7013906.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,188371.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +151,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-03-13 08:35:50.000000,2024-03-01 05:10:21,4343.0,113.0,870.0,142.0,476.0,88.0,772.0,6996.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,34,True,2024-03-01 06:47:02.000,1.8.1,24.0,stanza,stanfordnlp/stanza,,,,2632.0,2536.0,https://pypi.org/project/stanza,2024-03-01 06:42:39.000,96.0,215826.0,215979.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7353.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +152,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-03-13 16:33:56.000000,2024-03-13 16:33:55,2885.0,24.0,2225.0,175.0,1141.0,27.0,1414.0,6503.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2024-02-22 17:42:45.000,3.5.0,49.0,OpenNMT-py,,,,['pytorch'],276.0,258.0,https://pypi.org/project/OpenNMT-py,2024-02-22 17:42:45.000,18.0,6417.0,6417.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +153,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-03-14 14:53:40.000000,2024-03-14 03:40:39,19395.0,582.0,461.0,52.0,2748.0,420.0,990.0,6488.0,"Visualize, create, and debug image and video datasets and model predictions.",114.0,34,True,2024-03-07 17:57:40.000,0.23.6,83.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",514.0,514.0,https://pypi.org/project/fiftyone,,,43824.0,43824.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +154,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-03-12 11:34:49.000000,2024-03-12 11:34:48,2316.0,60.0,621.0,93.0,253.0,436.0,528.0,5126.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",93.0,34,True,2024-02-21 14:44:28.000,1.14.4,157.0,clearml,,allegroai/trains,,,1007.0,989.0,https://pypi.org/project/clearml,2024-03-03 11:45:33.000,18.0,290188.0,290756.0,,,,https://hub.docker.com/r/allegroai/trains,2.0,2201.0,,,,,,,,,2020-10-05 10:16:46.865671,,30237.0,,,,,,,,,,, +155,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-02-24 17:59:41.000000,2024-02-23 15:26:08,1639.0,4.0,839.0,119.0,524.0,145.0,337.0,4739.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,104.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],12717.0,12526.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,191.0,615640.0,622434.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,298977.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +156,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-03-14 11:43:39.000000,2024-02-14 22:32:35,1660.0,8.0,608.0,60.0,1805.0,155.0,1250.0,4432.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,444.0,34,True,2023-10-19 08:22:16.000,0.4.13,24.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2729.0,2729.0,https://pypi.org/project/pytorch-ignite,,,235626.0,238199.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,177575.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +157,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-03-14 07:44:20.000000,2024-02-17 23:50:32,12156.0,89.0,1117.0,100.0,1317.0,149.0,743.0,4370.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,502.0,491.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,24915.0,25740.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,36337.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +158,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-02-15 18:01:45.000000,2024-02-15 18:01:44,1293.0,3.0,2511.0,1973.0,533.0,386.0,1076.0,3925.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,102.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-02-06 19:36:25.000,48.0,558186.0,558193.0,,,,,2.0,517.0,,,,,,,,,,,,,,,,,,,,,, +159,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,,2013-09-12 07:18:21.000,2024-03-14 12:15:39.000000,2024-03-13 01:35:27,3941.0,67.0,1033.0,152.0,1592.0,353.0,870.0,3624.0,Fast data visualization and GUI tools for scientific / engineering applications.,274.0,34,False,2024-03-07 18:06:04.000,pyqtgraph-0.13.4,14.0,pyqtgraph,conda-forge/pyqtgraph,,,,9001.0,9001.0,https://pypi.org/project/pyqtgraph,,,213880.0,225200.0,https://anaconda.org/conda-forge/pyqtgraph,2024-03-07 20:24:16.458,509407.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +160,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-02-06 10:10:29.000000,2024-02-06 10:10:27,1180.0,6.0,1678.0,147.0,210.0,5.0,684.0,3431.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],343.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,343.0,3746082.0,3748261.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-30 18:21:57.617,93729.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +161,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-03-14 11:34:24.000000,2024-02-27 17:05:41,1300.0,6.0,804.0,280.0,1445.0,312.0,514.0,3426.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",153.0,34,True,2024-02-22 21:21:31.000,0.17.1,32.0,torchtext,,,,['pytorch'],496.0,,https://pypi.org/project/torchtext,2024-02-22 19:21:01.000,496.0,546092.0,546092.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +162,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-03-13 19:40:46.000000,2024-03-13 19:32:31,1819.0,62.0,359.0,54.0,1557.0,71.0,407.0,2919.0,Bayesian optimization in PyTorch.,110.0,34,True,2024-02-27 06:16:38.000,0.10.0,43.0,botorch,conda-forge/botorch,,,['pytorch'],934.0,887.0,https://pypi.org/project/botorch,2024-02-27 06:16:38.000,47.0,191506.0,193838.0,https://anaconda.org/conda-forge/botorch,2024-02-27 09:02:55.942,100318.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +163,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,19.0,584.0,69.0,481.0,245.0,702.0,2260.0,Survival analysis in Python.,117.0,34,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2407.0,2273.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,134.0,476757.0,483613.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,315401.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +164,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-03-14 07:24:54.000000,2024-03-14 01:51:49,2894.0,141.0,285.0,68.0,1621.0,84.0,597.0,2243.0,Adaptive Experimentation Platform.,166.0,34,True,2024-03-01 16:28:08.000,0.3.7,40.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],697.0,668.0,https://pypi.org/project/ax-platform,2024-03-01 16:28:08.000,29.0,156752.0,157288.0,https://anaconda.org/conda-forge/ax-platform,2024-03-02 16:28:38.668,17705.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +165,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-03-14 15:06:09.000000,2024-03-13 20:50:36,4010.0,210.0,523.0,47.0,4241.0,208.0,915.0,2075.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,163.0,34,True,2024-03-11 21:09:24.000,0.35.1,56.0,pennylane,conda-forge/pennylane,,,,795.0,795.0,https://pypi.org/project/pennylane,,,56277.0,57548.0,https://anaconda.org/conda-forge/pennylane,2024-03-12 13:30:22.653,35575.0,,2.0,73.0,,,,,,,,,,,,,,,,,,,,,, +166,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-03-12 02:31:03.000000,2024-03-12 02:31:03,987.0,68.0,334.0,53.0,1131.0,232.0,379.0,2030.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,99.0,34,True,2024-02-18 02:19:37.000,1.17.1,51.0,optimum,conda-forge/optimum,,,,1836.0,1836.0,https://pypi.org/project/optimum,,,1002927.0,1003437.0,https://anaconda.org/conda-forge/optimum,2024-02-18 04:42:34.186,11738.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +167,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,2023-12-13 04:29:28.000000,2023-12-13 04:29:27,1518.0,,612.0,58.0,1880.0,87.0,896.0,1680.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,34,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14412.0,14187.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,956251.0,956251.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +168,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-03-08 13:48:08.000000,2024-03-01 15:29:40,1173.0,12.0,364.0,66.0,599.0,268.0,348.0,1447.0,A Jupyter - Leaflet.js bridge.,88.0,34,True,2024-01-23 17:57:40.189,0.18.2,81.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],7855.0,7682.0,https://pypi.org/project/ipyleaflet,2024-01-23 17:54:03.000,167.0,137494.0,174918.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1106828.0,,2.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-01-23 17:57:40.189,6.0,13363.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,2024-03-13 20:21:53.000000,2024-03-13 20:21:52,2995.0,57.0,356.0,55.0,1139.0,314.0,941.0,1335.0,Cartopy - a cartographic python library with matplotlib support.,125.0,34,True,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,5047.0,4571.0,https://pypi.org/project/cartopy,2023-08-05 00:57:41.000,476.0,232555.0,306866.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3418345.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +170,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-03-13 23:47:17.000000,2024-03-07 14:00:56,2807.0,41.0,275.0,34.0,207.0,42.0,498.0,1216.0,Python interface for igraph.,72.0,34,False,2024-02-14 11:09:57.000,0.11.4,40.0,python-igraph,conda-forge/igraph,,,,4251.0,3833.0,https://pypi.org/project/python-igraph,2024-02-14 11:09:57.000,418.0,529491.0,547699.0,https://anaconda.org/conda-forge/igraph,2024-02-13 16:32:10.931,505062.0,,1.0,562311.0,,,,,,,,,,,,,,,,,,,,,, +171,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-03-13 18:56:32.000000,2024-03-04 15:49:31,14804.0,17.0,506.0,50.0,2285.0,397.0,951.0,727.0,Workflows and interfaces for neuroimaging packages.,252.0,34,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4271.0,4093.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,178.0,141140.0,154967.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,594587.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +172,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-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13349.0,1565.0,227.0,760.0,584.0,51338.0,The worlds simplest facial recognition api for Python and the command line.,54.0,33,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],87.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,66.0,102771.0,103256.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19805.0,,2.0,1227.0,,,,,,,,,,,,,,,,,,,,,, +173,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-03-14 10:15:13.000000,2024-03-13 07:24:13,3027.0,107.0,4103.0,372.0,3705.0,349.0,1176.0,36719.0,"Making large AI models cheaper, faster and more accessible.",170.0,33,True,2024-03-07 15:38:25.000,0.3.6,36.0,,,,,,297.0,297.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +174,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-03-14 13:56:06.000000,2024-03-14 13:56:06,17386.0,848.0,2631.0,377.0,4754.0,433.0,3334.0,20184.0,The platform for customizing AI from enterprise data.,821.0,33,False,2024-02-19 15:20:51.000,24.2.3.0,455.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-02-19 15:21:49.000,,12921.0,12921.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +175,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-01-23 01:48:22.000000,2023-07-11 13:03:36,1421.0,,3770.0,757.0,1134.0,403.0,588.0,18888.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'],536.0,498.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,38.0,3433.0,3433.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +176,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2024-02-13 08:02:51.000000,2020-10-14 16:36:49,6226.0,,4627.0,1006.0,1869.0,357.0,658.0,16965.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1071.0,985.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,86.0,2755.0,2933.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7476.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +177,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-03-07 11:44:47.000000,2023-10-26 05:31:53,3012.0,,1800.0,284.0,3504.0,373.0,1677.0,13643.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,623.0,585.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,15668.0,15668.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +178,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-01-02 11:17:53.000000,2024-01-02 11:17:47,862.0,3.0,1363.0,419.0,85.0,32.0,159.0,9682.0,TensorFlow-based neural network library.,58.0,33,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1299.0,1246.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,53.0,24430.0,24950.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,27078.0,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,,, +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,2024-02-26 15:57:08.680000,2024-02-23 19:03:07,2440.0,6.0,1539.0,289.0,430.0,284.0,637.0,9451.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,33,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2704.0,2642.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,62.0,39468.0,44919.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,245339.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +180,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,,898.0,261.0,148.0,108.0,103.0,9079.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,25288.0,23140.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,2148.0,6100471.0,6106167.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,524033.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,2024-03-11 07:55:17.000000,2024-03-08 03:19:52,2899.0,5.0,1612.0,87.0,1632.0,188.0,1828.0,8125.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",119.0,33,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1142.0,1142.0,https://pypi.org/project/paddleseg,,,2374.0,2374.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +182,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-03-14 08:47:17.000000,2024-03-14 00:29:44,870.0,56.0,693.0,279.0,1152.0,310.0,364.0,7454.0,"Build and manage real-life ML, AI, and data science projects with ease!.",83.0,33,True,2024-03-14 00:30:18.000,2.11.5,111.0,metaflow,conda-forge/metaflow,,,,638.0,610.0,https://pypi.org/project/metaflow,2024-02-27 01:49:00.000,28.0,212191.0,215860.0,https://anaconda.org/conda-forge/metaflow,2024-02-27 10:32:57.215,161439.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +183,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-03-14 14:48:25.000000,2024-03-14 14:45:12,38478.0,485.0,810.0,147.0,9278.0,1064.0,5034.0,7117.0,cuDF - GPU DataFrame Library.,273.0,33,True,2024-02-27 15:12:35.000,24.02.02,47.0,cudf,,,,,63.0,52.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,11.0,2594.0,2594.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +184,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-03-12 17:04:46.000000,2024-03-04 19:42:55,1347.0,32.0,858.0,158.0,1690.0,169.0,823.0,6982.0,An open source python library for automated feature engineering.,72.0,33,True,2024-02-26 17:29:32.000,1.30.0,105.0,featuretools,conda-forge/featuretools,,,,1634.0,1556.0,https://pypi.org/project/featuretools,2024-02-26 17:29:32.000,78.0,53237.0,57168.0,https://anaconda.org/conda-forge/featuretools,2024-02-27 14:54:50.393,176936.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +185,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,,872.0,220.0,220.0,174.0,233.0,6726.0,Efficiently computes derivatives of numpy code.,56.0,33,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,7893.0,7566.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,327.0,1282802.0,1301873.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,400501.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +186,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-03-14 14:51:57.000000,2024-03-14 10:33:58,3265.0,6.0,911.0,137.0,644.0,62.0,1114.0,6568.0,Python library for audio and music analysis.,120.0,33,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1573.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1573.0,2656556.0,2672945.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,721120.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +187,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-03-14 06:04:19.000000,2024-03-14 05:57:03,3011.0,119.0,709.0,140.0,99.0,88.0,327.0,5948.0,Fit interpretable models. Explain blackbox machine learning.,42.0,33,True,2024-02-14 22:27:38.000,0.5.1,47.0,interpret,,,,['jupyter'],668.0,638.0,https://pypi.org/project/interpret,2024-02-08 10:30:09.000,30.0,80488.0,80488.0,,,,,1.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,,1397.0,291.0,6588.0,12.0,2030.0,5850.0,A flexible framework of neural networks for deep learning.,324.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3600.0,3196.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,404.0,18011.0,18351.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16683.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +189,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-02-02 08:20:24.000000,2023-07-28 00:16:45,2332.0,,1101.0,191.0,234.0,270.0,281.0,5500.0,Distributed Evolutionary Algorithms in Python.,87.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4888.0,4515.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,373.0,192063.0,200823.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,359184.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,2024-03-14 10:12:16.000000,2024-03-13 22:11:53,29682.0,385.0,1582.0,183.0,2064.0,28.0,1571.0,4718.0,"mlpack: a fast, header-only C++ machine learning library.",311.0,33,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,2023-12-16 03:56:46.000,1.0,3954.0,7700.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,168604.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +191,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-03-14 14:30:10.000000,2024-03-11 17:42:57,1062.0,12.0,461.0,233.0,735.0,191.0,332.0,4478.0,Model interpretability and understanding for PyTorch.,110.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],1947.0,1884.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,63.0,207516.0,208314.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,21546.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +192,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-03-13 17:24:25.000000,2024-03-13 17:24:24,1136.0,23.0,588.0,114.0,855.0,284.0,1035.0,3975.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",161.0,33,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3820.0,3647.0,https://pypi.org/project/coremltools,2023-11-01 14:33:59.000,173.0,188628.0,190055.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53712.0,,2.0,9185.0,,,,,,,,,,,,,,,,,,,,,, +193,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-03-04 07:54:57.000000,2023-12-03 03:47:34,490.0,,595.0,66.0,215.0,191.0,154.0,3907.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6162.0,6096.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,66.0,814851.0,818243.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,132298.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +194,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-03-08 18:03:37.000000,2024-03-08 17:56:57,1272.0,38.0,233.0,35.0,427.0,85.0,206.0,3443.0,Lightning fast forecasting with statistical and econometric models.,38.0,33,True,2024-02-05 21:45:31.000,1.7.3,31.0,statsforecast,conda-forge/statsforecast,,,,770.0,744.0,https://pypi.org/project/statsforecast,2024-02-05 21:45:31.000,26.0,574931.0,577424.0,https://anaconda.org/conda-forge/statsforecast,2024-02-06 03:02:36.606,59836.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +195,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2024-02-13 11:58:20.000000,2024-02-13 11:57:59,1492.0,4.0,357.0,91.0,737.0,129.0,441.0,3176.0,Quickly and accurately render even the largest data.,55.0,33,True,2023-10-26 15:10:16.000,0.16.0,33.0,datashader,conda-forge/datashader,,,,3717.0,3717.0,https://pypi.org/project/datashader,,,459050.0,475929.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,776461.0,,2.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,2024-03-14 14:49:45.000000,2024-03-13 15:34:08,2892.0,152.0,293.0,24.0,2676.0,183.0,1648.0,3008.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",80.0,33,True,2024-02-29 10:31:19.000,1.25.0,100.0,rubrix,conda-forge/rubrix,,,,2296.0,2296.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,1310.0,2379.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28877.0,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,,,,, +197,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-03-14 14:52:28.000000,2024-02-27 19:07:25,2302.0,9.0,624.0,76.0,2859.0,204.0,715.0,2353.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",222.0,33,True,2024-02-22 21:42:46.000,2.2.1,32.0,torchaudio,,,,['pytorch'],586.0,,https://pypi.org/project/torchaudio,2024-02-22 19:20:36.000,586.0,2726623.0,2726623.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +198,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,10.0,356.0,84.0,168.0,216.0,146.0,2311.0,D3 Renderings of Matplotlib Graphics.,52.0,33,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6079.0,5655.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,415.0,498076.0,503055.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,193671.0,,2.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,676.0,,,,,,,,,,,,,, +199,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-03-14 14:30:29.000000,2024-03-14 14:30:28,13228.0,241.0,279.0,35.0,1756.0,463.0,625.0,988.0,Python package for earth-observing satellite data processing.,152.0,33,False,2024-02-21 11:29:00.000,0.47.0,93.0,satpy,conda-forge/satpy,,,,140.0,122.0,https://pypi.org/project/satpy,2024-02-21 11:29:00.000,18.0,57561.0,61642.0,https://anaconda.org/conda-forge/satpy,2024-02-21 15:57:59.122,183654.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +200,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-03-13 22:07:47.000000,2024-03-13 22:07:46,13853.0,199.0,419.0,50.0,2051.0,151.0,766.0,659.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",157.0,33,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1132.0,1019.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,113.0,31104.0,41323.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,429200.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +201,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-03-09 17:12:12.000000,2024-02-10 14:20:58,4668.0,2.0,3138.0,249.0,715.0,68.0,946.0,27784.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,32,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",26.0,,https://pypi.org/project/tts,2023-12-12 15:27:06.000,26.0,98496.0,154865.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10485.0,,2.0,2016295.0,,,,,,,,,,,,,,,,,,,,,, +202,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-03-14 15:10:13.000000,2024-03-14 15:10:12,3800.0,703.0,2515.0,259.0,3134.0,92.0,443.0,22773.0,You like pytorch? You like micrograd? You love tinygrad!.,288.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],49.0,49.0,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,,,, +203,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,,3340.0,467.0,671.0,575.0,672.0,14673.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:10:01.000,1.15.7,75.0,tensor2tensor,,,,['tensorflow'],1458.0,1458.0,https://pypi.org/project/tensor2tensor,,,5917.0,5917.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +204,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1760.0,264.0,114.0,96.0,535.0,11206.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,,,,5375.0,5195.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,180.0,326583.0,328862.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,198344.0,,1.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,,1159.0,337.0,1683.0,523.0,1294.0,11150.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,389.0,368.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,21.0,26244.0,26372.0,,,,,3.0,9642.0,,,,,,,,,,,,,,,,,,,,,, +206,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-03-13 22:52:03.000000,2023-10-02 22:40:55,1387.0,,1406.0,303.0,889.0,132.0,759.0,9051.0,AutoML library for deep learning.,143.0,32,True,2023-01-28 18:46:30.271,1.1.0,58.0,autokeras,,,,['tensorflow'],656.0,643.0,https://pypi.org/project/autokeras,2023-01-28 18:46:30.271,13.0,15960.0,16194.0,,,,,2.0,17821.0,,,,,,,,,,,,,,,,,,,,,, +207,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-03-12 22:06:49.000000,2024-03-12 13:59:31,1145.0,21.0,1229.0,147.0,161.0,247.0,1241.0,8160.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,140.0,32,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],755.0,741.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,6141.0,9867.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,193791.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +208,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7778.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,41830.0,40822.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,1008.0,2530783.0,2556739.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1141885.0,,2.0,413.0,,,,,,,,,,,,,,,,,,,,,, +209,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-03-14 13:57:07.000000,2024-03-12 08:13:00,1160.0,40.0,777.0,60.0,923.0,253.0,1128.0,7101.0,A python library for user-friendly forecasting and anomaly detection on time series.,112.0,32,True,2024-03-05 21:28:26.000,0.28.0,41.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,549.0,544.0,https://pypi.org/project/u8darts,2024-03-05 21:28:26.000,5.0,24110.0,25370.0,https://anaconda.org/conda-forge/u8darts-all,2024-03-06 11:14:27.080,40099.0,https://hub.docker.com/r/unit8/darts,2.0,,,,,,,,,,2024-03-05 10:14:43.603879,,523.0,,,,,,,,,,, +210,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-03-13 19:58:21.000000,2024-03-13 19:58:20,1220.0,2.0,1078.0,125.0,274.0,250.0,412.0,7033.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,32,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,14480.0,13972.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,508.0,2181036.0,2192419.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,751295.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,2024-02-12 19:58:33.000000,2024-02-12 19:58:33,1768.0,7.0,761.0,129.0,268.0,442.0,331.0,6846.0,Uniform Manifold Approximation and Projection.,128.0,32,True,2023-11-18 03:11:17.000,0.5.5,39.0,umap-learn,conda-forge/umap-learn,,,,561.0,1.0,https://pypi.org/project/umap-learn,2023-11-18 03:11:17.000,560.0,716397.0,767915.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2318340.0,,2.0,,5.0,,,,,,,,,,,,,,,,,,,,, +212,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-03-13 10:57:14.000000,2024-03-13 09:36:57,2708.0,4.0,1130.0,209.0,1048.0,19.0,615.0,6499.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-03-13 10:57:14.000,1.6.0,63.0,deeppavlov,,,,['tensorflow'],385.0,378.0,https://pypi.org/project/deeppavlov,2024-03-13 10:57:14.000,7.0,9734.0,9734.0,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,,, +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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1850.0,198.0,206.0,12.0,1343.0,6295.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1532.0,1485.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,47.0,11468.0,11826.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10348.0,,3.0,163.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-03-08 17:29:10.000000,2023-12-16 19:23:13,1208.0,6.0,650.0,65.0,132.0,53.0,434.0,5682.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,32,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1325.0,1294.0,https://pypi.org/project/pytorch-metric-learning,2023-12-16 19:14:54.000,31.0,439032.0,439256.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11224.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +215,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-03-14 13:10:03.000000,2024-03-14 13:10:02,2169.0,27.0,279.0,45.0,2133.0,336.0,654.0,4673.0,Aim An easy-to-use & supercharged open-source experiment tracker.,64.0,32,True,2024-03-14 12:54:41.000,3.19.1,58.0,aim,conda-forge/aim,,,,478.0,478.0,https://pypi.org/project/aim,,,116709.0,118034.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,42406.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +216,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,2023-11-22 19:57:21.457000,2023-11-21 23:43:00,614.0,,152.0,76.0,66.0,17.0,120.0,3675.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2023-11-21 23:50:46.000,6.1.3,49.0,ftfy,conda-forge/ftfy,,,,18176.0,17518.0,https://pypi.org/project/ftfy,2023-11-21 23:50:46.000,658.0,4140691.0,4148107.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,281820.0,,2.0,,4.0,,,,,,,,,,,,,,,,,,,,, +217,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-02-23 23:38:39.000000,2024-02-23 23:38:38,1423.0,31.0,453.0,55.0,768.0,40.0,476.0,3585.0,NeuralProphet: A simple forecasting package.,52.0,32,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],400.0,395.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,101956.0,101956.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +218,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,,577.0,77.0,78.0,63.0,161.0,3051.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,,,,5509.0,5341.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,168.0,2089864.0,2092841.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,241208.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +219,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-03-10 19:55:31.000000,2024-03-10 19:55:31,475.0,11.0,732.0,119.0,124.0,64.0,370.0,2926.0,"Hidden Markov Models in Python, with scikit-learn like API.",47.0,32,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2498.0,2351.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,147.0,158401.0,163359.0,https://anaconda.org/conda-forge/hmmlearn,2024-03-02 05:37:57.119,208254.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +220,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-03-07 18:42:10.000000,2024-02-27 20:07:45,1636.0,3.0,323.0,60.0,187.0,126.0,192.0,2758.0,The machine learning toolkit for time series analysis in Python.,43.0,32,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1227.0,1178.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,385149.0,413620.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1281210.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +221,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-03-11 17:08:08.000000,2024-03-11 17:08:03,974.0,11.0,222.0,40.0,530.0,71.0,172.0,2717.0,JAX-based neural network library.,81.0,32,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,1835.0,1745.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,90.0,202260.0,202669.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,15155.0,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,,, +222,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-03-11 15:15:19.188000,2021-10-12 13:32:38,1570.0,,541.0,65.0,546.0,322.0,393.0,2713.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-03-11 14:16:57.000,0.10.0,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,278.0,,https://pypi.org/project/scikit-optimize,2024-03-11 14:16:57.000,278.0,645953.0,662304.0,https://anaconda.org/conda-forge/scikit-optimize,2024-03-11 15:15:19.188,703093.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +223,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-03-08 20:37:28.000000,2024-03-08 20:01:13,2938.0,10.0,692.0,78.0,857.0,272.0,629.0,2592.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",125.0,32,True,2024-03-08 20:41:28.000,0.1.25,25.0,pgmpy,,,,,917.0,884.0,https://pypi.org/project/pgmpy,2024-03-08 20:00:14.000,33.0,49458.0,49465.0,,,,,2.0,315.0,,,,,,,,,,,,,,,,,,,,,, +224,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-03-04 04:39:24.000000,2023-11-17 20:35:45,543.0,,161.0,44.0,77.0,7.0,127.0,1973.0,a python library for doing approximate and phonetic matching of strings.,31.0,32,True,2023-11-17 20:44:09.000,1.0.3,42.0,jellyfish,conda-forge/jellyfish,,,,8787.0,8331.0,https://pypi.org/project/jellyfish,2023-11-17 20:44:09.000,456.0,2709051.0,2726786.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,798102.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +225,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1584.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,9848.0,9314.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,534.0,478659.0,480284.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,138204.0,,3.0,,,,,,,,,,,,,,,,,,,,,geocoder,, +226,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-02-23 02:51:07.000000,2024-02-23 02:45:37,1079.0,2.0,227.0,34.0,251.0,50.0,271.0,1497.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,,,,7517.0,7517.0,https://pypi.org/project/pmdarima,,,2700263.0,2725592.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1038498.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +227,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-03-08 08:08:06.000000,2024-02-23 12:54:19,825.0,8.0,327.0,120.0,778.0,215.0,166.0,1453.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",84.0,32,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3614.0,3584.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,30.0,1005943.0,1005943.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +228,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-02-23 21:54:31.000000,2024-02-23 21:54:27,1531.0,9.0,149.0,41.0,132.0,4.0,640.0,1157.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,32,True,,,10.0,agate,conda-forge/agate,,,,2883.0,2883.0,https://pypi.org/project/agate,,,5808112.0,5812984.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,165655.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +229,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-03-14 13:56:00.000000,2024-03-13 02:52:34,11408.0,166.0,237.0,57.0,12062.0,222.0,2173.0,925.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-02-20 18:12:18.000,0.2.128,148.0,hail,,,,['spark'],143.0,125.0,https://pypi.org/project/hail,2024-02-20 18:12:18.000,18.0,51374.0,51374.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +230,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,9.0,107.0,32.0,60.0,71.0,79.0,919.0,Describing statistical models in Python using symbolic formulas.,19.0,32,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,93474.0,90717.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,2757.0,14409185.0,14735487.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,9789077.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +231,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-03-14 06:46:47.000000,2024-03-11 03:15:09,164483.0,2695.0,89.0,52.0,2087.0,105.0,284.0,675.0,TensorFlow ROCm port.,4577.0,32,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,8557.0,8557.0,,,,,3.0,21.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,,,, +232,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-01-07 01:32:14.000000,2023-07-13 08:50:20,531.0,,2708.0,385.0,119.0,228.0,561.0,24665.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],674.0,668.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,13739.0,72081.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,79433.0,,2.0,3011228.0,,,,,,,,,,,,,,,,,,,,,, +233,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2065.0,188.0,1005.0,573.0,713.0,12431.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,True,2022-11-28 08:29:05.000,2.3.1,29.0,paddlehub,,,,['paddle'],1551.0,1551.0,https://pypi.org/project/paddlehub,,,5175.0,5186.0,,,,,2.0,667.0,,,,,,,,,,,,,,,,,,,,,, +234,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2436.0,458.0,260.0,577.0,363.0,9607.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5310.0,4821.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,489.0,6571.0,6571.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +235,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-03-13 21:43:12.000000,2024-03-13 19:02:30,1580.0,97.0,640.0,81.0,686.0,99.0,235.0,8087.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",45.0,31,False,2024-03-08 16:49:38.000,2.6.2,27.0,cleanlab,conda-forge/cleanlab,,,,287.0,277.0,https://pypi.org/project/cleanlab,2024-03-08 16:49:38.000,10.0,13751.0,14331.0,https://anaconda.org/conda-forge/cleanlab,2024-03-10 18:14:34.955,20303.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +236,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-03-11 18:51:27.000000,2024-03-11 18:51:26,551.0,4.0,1203.0,167.0,429.0,63.0,470.0,8031.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],99.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,78.0,244674.0,273726.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1336435.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +237,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-03-06 16:25:01.000000,2024-03-06 05:23:22,360.0,5.0,1455.0,134.0,134.0,12.0,320.0,7370.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2549.0,2430.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,119.0,312442.0,312443.0,,,,,2.0,143.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,,, +238,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-03-12 23:11:39.027000,2024-03-12 09:11:14,5954.0,91.0,942.0,111.0,1626.0,88.0,636.0,7350.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-03-12 18:26:49.000,2.9.0,51.0,perspective-python,conda-forge/perspective,,,['jupyter'],115.0,115.0,https://pypi.org/project/perspective-python,,,8050.0,20598.0,https://anaconda.org/conda-forge/perspective,2024-03-12 23:11:39.027,524812.0,,2.0,2399.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,,,587.0,,,,,,,,,,,,,, +239,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-03-14 10:42:01.000000,2024-03-13 17:11:48,2119.0,45.0,826.0,100.0,2364.0,325.0,907.0,6954.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",117.0,31,True,2023-11-30 05:58:09.000,1.0.0,1421.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",10.0,2.0,https://pypi.org/project/autogluon,2024-03-14 09:05:14.000,8.0,128156.0,128282.0,,,,https://hub.docker.com/r/autogluon/autogluon,2.0,,,,,,,,,,2024-03-07 07:21:23.461952,17.0,7068.0,,,,,,,,,,, +240,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,,1594.0,304.0,294.0,152.0,268.0,5379.0,Portfolio and risk analytics in Python.,59.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1009.0,975.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,34.0,10096.0,10272.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12911.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +241,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-03-07 14:28:38.963000,2024-03-06 14:52:20,787.0,13.0,373.0,74.0,284.0,58.0,508.0,4492.0,Visualizer for pandas data structures.,30.0,31,True,2024-03-07 14:03:25.000,3.11.0,181.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1073.0,1050.0,https://pypi.org/project/dtale,2024-03-07 14:02:27.000,23.0,56700.0,62484.0,https://anaconda.org/conda-forge/dtale,2024-03-07 14:28:38.963,266105.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +242,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1010.0,153.0,115.0,95.0,79.0,4462.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,,,3.0,imutils,conda-forge/imutils,,,,41229.0,41229.0,https://pypi.org/project/imutils,,,477628.0,481174.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,156050.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +243,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,71.0,367.0,97.0,460.0,4145.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,31,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,3004.0,2894.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,110.0,35141.0,35309.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4724.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +244,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-01-13 11:36:10.000000,2023-11-02 13:49:44,662.0,,822.0,150.0,126.0,124.0,104.0,3976.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,3154.0,3104.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,50.0,83971.0,84607.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,23548.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +245,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-02-05 02:43:00.000000,2023-12-19 14:36:52,3303.0,29.0,537.0,121.0,370.0,77.0,737.0,3946.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,31,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,371.0,321.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,50.0,84248.0,85843.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,43070.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +246,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-03-06 01:54:40.000000,2024-02-20 18:46:12,1088.0,11.0,351.0,60.0,1344.0,125.0,174.0,3819.0,A Python toolbox for performing gradient-free optimization.,54.0,31,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,665.0,632.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,33.0,69073.0,70077.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,46225.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +247,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,186.0,737.0,274.0,669.0,3402.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,285.0,256.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,29.0,284380.0,284549.0,,,,,3.0,15073.0,,,,,,,,,,,,,,,,,,,,,, +248,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-03-11 01:00:49.000000,2024-03-11 00:59:40,984.0,4.0,570.0,99.0,335.0,35.0,715.0,3229.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,31,True,2024-03-11 01:00:49.000,1.0.4,74.0,pomegranate,conda-forge/pomegranate,,,,1123.0,1064.0,https://pypi.org/project/pomegranate,2024-03-11 01:00:49.000,59.0,62428.0,65541.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,143229.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +249,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-03-13 21:54:00.000000,2024-03-13 21:53:37,1286.0,13.0,275.0,53.0,219.0,51.0,416.0,2943.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,36.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,689.0,673.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,236689.0,258108.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,963858.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +250,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-03-12 17:00:49.000000,2024-03-12 14:52:27,823.0,38.0,332.0,41.0,899.0,32.0,275.0,2839.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",45.0,31,True,2024-03-04 14:50:47.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",264.0,264.0,https://pypi.org/project/python-doctr,,,26264.0,95271.0,,,,,2.0,2553287.0,,,,,,,,,,,,,,,,,,,,,, +251,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-03-13 03:30:48.000000,2024-02-02 23:52:02,700.0,1.0,249.0,41.0,809.0,71.0,284.0,2819.0,PyTorch extensions for high performance and large scale training.,73.0,31,True,2022-12-11 18:09:19.000,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4424.0,4424.0,https://pypi.org/project/fairscale,,,489662.0,495871.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,173878.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +252,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-03-05 15:33:09.039000,2024-03-04 19:25:47,1086.0,7.0,386.0,62.0,493.0,207.0,269.0,2801.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'],3393.0,3327.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,66.0,186819.0,187741.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,28589.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +253,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-03-13 14:32:41.000000,2024-03-13 08:23:52,1162.0,31.0,234.0,28.0,1004.0,99.0,412.0,2703.0,A python library for self-supervised learning on images.,38.0,31,True,2024-03-13 08:37:31.000,1.5.1,115.0,lightly,,,,['pytorch'],226.0,219.0,https://pypi.org/project/lightly,2024-03-13 08:38:07.000,7.0,28556.0,28556.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +254,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-02-06 22:15:06.000000,2023-11-20 19:03:21,997.0,,478.0,57.0,136.0,341.0,166.0,2646.0,A high performance implementation of HDBSCAN clustering.,87.0,31,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3436.0,3203.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,233.0,413992.0,458317.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1817352.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +255,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,,398.0,39.0,149.0,45.0,240.0,2355.0,A library of sklearn compatible categorical variable encoders.,70.0,31,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1715.0,1540.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,175.0,1519913.0,1528580.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,251371.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +256,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-03-13 20:32:35.000000,2024-03-13 20:32:35,1365.0,23.0,304.0,22.0,45.0,34.0,200.0,2156.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2024-03-12 20:06:51.000,0.4.6.1,90.0,explainerdashboard,conda-forge/explainerdashboard,,,,460.0,450.0,https://pypi.org/project/explainerdashboard,2023-12-17 19:42:36.000,10.0,85469.0,86568.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-12 22:47:59.605,42887.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +257,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-02-21 22:30:58.000000,2024-02-19 19:00:58,3685.0,17.0,188.0,50.0,1353.0,118.0,716.0,1953.0,Ahead of Time compiler for numeric kernels.,72.0,31,True,,,30.0,pythran,conda-forge/pythran,,,,1884.0,1884.0,https://pypi.org/project/pythran,,,205864.0,216625.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,451967.0,,2.0,,,,,,,,,,,,,,,,,,,,,,pythran,python-pythran +258,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-03-14 12:16:02.000000,2024-03-14 12:16:01,197.0,6.0,251.0,56.0,73.0,50.0,222.0,1917.0,A Python wrapper for the tesseract-ocr API.,30.0,31,True,2023-10-09 13:37:06.000,2.6.2,16.0,tesserocr,conda-forge/tesserocr,,,,949.0,949.0,https://pypi.org/project/tesserocr,,,58772.0,61257.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,131694.0,,2.0,131.0,,,,,,,,,,,,,,,,,,,,,, +259,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-03-04 22:08:24.000000,2023-12-27 10:12:23,938.0,1.0,211.0,50.0,311.0,123.0,125.0,1750.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,31,True,2023-10-13 15:57:18.000,0.4.1,9.0,evaluate,,,,,7347.0,7347.0,https://pypi.org/project/evaluate,,,2313593.0,2313593.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +260,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-02-28 17:36:05.000000,2024-02-27 19:12:34,4150.0,10.0,1075.0,154.0,1094.0,55.0,623.0,1733.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,42.0,arcgis,,esridocker/arcgis-api-python-notebook,,,37.0,4.0,https://pypi.org/project/arcgis,2024-02-28 17:36:05.000,33.0,131998.0,132116.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,3.0,10690.0,,,,,,,,,,,,,,,,,,,,,, +261,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-03-05 19:58:22.000000,2024-03-05 19:49:17,712.0,11.0,310.0,43.0,364.0,71.0,209.0,1576.0,Training PyTorch models with differential privacy.,77.0,31,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],768.0,748.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,20.0,121914.0,122415.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,12976.0,,2.0,108.0,,,,,,,,,,,,,,,,,,,,,, +262,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-03-14 13:20:28.000000,2024-03-13 20:01:29,3914.0,242.0,46.0,167.0,511.0,140.0,384.0,1434.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2024-03-07 18:04:28.000,4.3.0,71.0,lets-plot,,,,,71.0,66.0,https://pypi.org/project/lets-plot,2024-03-07 17:37:54.000,5.0,26799.0,26810.0,,,,,2.0,623.0,,,,,,,,,,,,,,,,,,,,,, +263,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-02-01 19:43:14.000000,2024-01-05 16:06:48,1120.0,14.0,277.0,45.0,512.0,27.0,182.0,1240.0,ARCH models in Python.,35.0,31,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,1526.0,1456.0,https://pypi.org/project/arch,2024-01-05 08:24:51.000,70.0,308040.0,314313.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,282317.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +264,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-03-14 07:58:36.000000,2024-03-14 07:58:35,10543.0,206.0,226.0,37.0,1458.0,206.0,346.0,1133.0,Computations and statistics on manifolds with geometric structures.,90.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,100.0,97.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3847.0,3952.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2210.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +265,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-03-12 18:40:48.000000,2024-03-12 18:40:47,933.0,12.0,214.0,59.0,99.0,44.0,174.0,982.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1743.0,1687.0,https://pypi.org/project/tensorflow-transform,2023-08-11 23:14:04.000,56.0,730550.0,730550.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +266,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-03-04 20:56:40.000000,2024-02-25 21:43:59,658.0,31.0,98.0,23.0,510.0,323.0,405.0,913.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-01-30 08:44:06.000,0.9.2,19.0,hvplot,conda-forge/hvplot,,,,4583.0,4583.0,https://pypi.org/project/hvplot,,,172275.0,184154.0,https://anaconda.org/conda-forge/hvplot,2024-01-30 08:55:28.301,534585.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +267,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-01-01 17:28:43.000000,2023-11-06 00:17:47,493.0,,122.0,33.0,127.0,27.0,74.0,868.0,Python bindings and utilities for GeoJSON.,56.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17976.0,16697.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,1279.0,1727421.0,1787810.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,785063.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +268,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-03-04 21:27:42.000000,2024-03-04 21:27:41,1930.0,17.0,225.0,18.0,292.0,48.0,266.0,803.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-02-18 21:10:04.000,1.4.8,47.0,salib,conda-forge/salib,,,,1141.0,1051.0,https://pypi.org/project/salib,2024-02-18 21:10:04.000,90.0,156487.0,160053.0,https://anaconda.org/conda-forge/salib,2024-02-18 23:23:58.271,146208.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +269,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-02-27 10:18:01.000000,2024-02-27 03:35:48,1055.0,7.0,170.0,36.0,115.0,31.0,60.0,712.0,Snowball compiler and stemming algorithms.,34.0,31,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6839.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,6834.0,14733834.0,14818612.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7714811.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +270,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,5023.0,498.0,152.0,1029.0,1353.0,20761.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,30,False,2023-04-02 07:43:27.000,0.7,1.0,insightface,,,,['mxnet'],1791.0,1791.0,https://pypi.org/project/insightface,,,469830.0,682448.0,,,,,2.0,2338807.0,,,,,,,,,,,,,,,,,,,,,, +271,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,,4382.0,1254.0,557.0,836.0,2543.0,17439.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,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,756.0,902.0,,,,,3.0,14380.0,,,,,,,,,,,,,,,,,,,,,, +272,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,,2060.0,286.0,3401.0,54.0,1494.0,10412.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,2116.0,2116.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +273,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-03-06 00:27:38.000000,2024-03-06 00:27:38,2893.0,25.0,2162.0,194.0,419.0,202.0,473.0,8877.0,FinRL: Financial Reinforcement Learning.,109.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,36.0,36.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1523.0,1523.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +274,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-03-12 04:38:33.000000,2024-03-12 04:38:33,1169.0,11.0,1318.0,101.0,629.0,691.0,519.0,7918.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2310.0,2310.0,,,,,4516.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,185174.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +275,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,828.0,7357.0,Automated Machine Learning with scikit-learn.,88.0,30,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],590.0,551.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,17052.0,17652.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,21031.0,,2.0,51.0,,,,,,,,,,,,,,,,,,,,,, +276,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-03-06 13:41:05.000000,2024-02-09 09:43:21,989.0,16.0,890.0,138.0,673.0,128.0,308.0,6626.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,84.0,30,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,348.0,341.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,53116.0,53593.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,19103.0,,2.0,33.0,,,,,,,,,,,,,,,,,,,,,, +277,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-02-23 14:27:11.000000,2023-01-31 19:40:04,3203.0,,1394.0,192.0,784.0,40.0,423.0,6040.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'],620.0,608.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,1483.0,1649.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7509.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +278,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-02-13 20:24:20.000000,2024-01-23 12:41:45,154.0,2.0,1058.0,197.0,99.0,146.0,300.0,5829.0,Official Kaggle API.,37.0,30,True,2024-02-13 20:24:20.000,1.6.6,66.0,kaggle,conda-forge/kaggle,,,,407.0,21.0,https://pypi.org/project/kaggle,2024-02-13 20:24:20.000,386.0,211899.0,215338.0,https://anaconda.org/conda-forge/kaggle,2024-02-07 12:47:17.698,144469.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +279,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-02-19 12:55:24.000000,2024-02-19 12:55:23,1086.0,5.0,370.0,81.0,527.0,54.0,453.0,5586.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1194.0,1140.0,https://pypi.org/project/skorch,2023-09-04 09:59:43.000,54.0,101498.0,120040.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,778794.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +280,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-03-14 09:14:31.000000,2024-03-01 21:17:57,3853.0,8.0,550.0,86.0,550.0,102.0,470.0,4677.0,Online machine learning in Python.,110.0,30,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,468.0,436.0,https://pypi.org/project/river,2023-12-05 00:13:21.000,32.0,36551.0,38080.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,53546.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +281,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-03-13 21:43:45.000000,2022-09-24 16:20:26,585.0,,892.0,98.0,219.0,103.0,451.0,4599.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3768.0,3709.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,59.0,99860.0,100551.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20043.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +282,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-03-04 21:50:49.000000,2024-03-04 21:07:39,1448.0,13.0,762.0,76.0,1778.0,300.0,629.0,4163.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,16.0,353476.0,353501.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,740.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +283,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-03-14 01:11:09.000000,2024-03-12 14:01:10,15383.0,50.0,494.0,71.0,3430.0,839.0,1545.0,3845.0,cuML - RAPIDS Machine Learning Library.,169.0,30,True,2024-02-13 16:00:26.000,24.02.00,37.0,cuml,,,,,7.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,7.0,2267.0,2267.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +284,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,3.0,267.0,47.0,50.0,26.0,94.0,3793.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,,,,5049.0,4914.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,135.0,1012354.0,1019343.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,279584.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +285,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-03-02 01:06:27.711000,2023-02-26 20:07:33,189.0,,455.0,74.0,37.0,10.0,121.0,3784.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,,,,15386.0,15242.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,144.0,344597.0,666096.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,321499.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +286,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-03-11 16:24:21.000000,2023-10-04 07:40:23,3656.0,,449.0,100.0,1045.0,225.0,368.0,3540.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,64.0,bqplot,conda-forge/bqplot,,,['jupyter'],55.0,55.0,https://pypi.org/project/bqplot,,,120562.0,151282.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1263329.0,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,,,3257.0,,,,,,,,,,,,,, +287,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-03-11 20:14:24.000000,2024-03-11 20:14:17,1773.0,49.0,558.0,39.0,813.0,464.0,282.0,3522.0,Time series forecasting with PyTorch.,45.0,30,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,70904.0,72194.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,54197.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +288,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,2023-11-13 09:43:52.000000,2022-05-31 03:18:45,1556.0,,437.0,94.0,122.0,78.0,348.0,3253.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,30,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1120.0,1060.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,214993.0,217556.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,105106.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +289,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-03-13 18:19:25.000000,2024-03-11 09:02:23,571.0,64.0,549.0,36.0,776.0,99.0,628.0,2994.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",72.0,30,True,2024-02-29 22:14:43.000,1.0.0,29.0,anomalib,,,,,58.0,55.0,https://pypi.org/project/anomalib,2024-02-29 22:14:43.000,3.0,17104.0,17381.0,,,,,2.0,7491.0,,,,,,,,,,,,,,,,,,,,,, +290,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,323.0,67.0,75.0,10.0,121.0,2987.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2021-03-25 13:49:48.000,4.1.0,7.0,ImageHash,conda-forge/imagehash,,,,12269.0,12269.0,https://pypi.org/project/ImageHash,,,1526374.0,1530420.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,356084.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +291,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-03-14 14:19:59.000000,2024-03-13 15:33:29,7427.0,341.0,338.0,82.0,8620.0,148.0,327.0,2773.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",112.0,30,True,2024-03-05 19:16:58.000,0.29.0,501.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-03-13 00:37:07.000,4.0,32772.0,32947.0,,,,,3.0,7890.0,,,,,,,,,,,,,,,,,,,,,, +292,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-03-08 14:11:45.000000,2024-02-14 22:04:33,2296.0,14.0,717.0,80.0,205.0,187.0,466.0,2706.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",151.0,30,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],9.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,9.0,88800.0,88800.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +293,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-11 02:20:29.000000,2024-03-11 01:36:27,2702.0,34.0,366.0,37.0,516.0,50.0,215.0,2697.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,30,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,240.0,234.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,6.0,6992.0,7160.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7095.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +294,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-03-12 03:07:27.000000,2024-03-12 03:07:23,3526.0,25.0,341.0,154.0,1172.0,32.0,60.0,2681.0,Neural Network Libraries.,75.0,30,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,55.0,,https://pypi.org/project/nnabla,2023-12-06 09:31:24.000,55.0,9270.0,9281.0,,,,,3.0,908.0,,,,,,,,,,,,,,,,,,,,,, +295,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-03-04 20:59:17.000000,2024-03-04 15:46:26,1711.0,13.0,421.0,44.0,363.0,22.0,349.0,2632.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",34.0,30,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,578.0,564.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,2708.0,2996.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12694.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +296,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-03-11 09:14:36.000000,2024-03-11 09:14:30,2900.0,41.0,1055.0,122.0,513.0,61.0,299.0,2538.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,30,False,2024-03-04 11:18:50.000,8.7.0,46.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],309.0,,https://pypi.org/project/ipyparallel,2024-03-04 11:18:50.000,309.0,296779.0,320293.0,https://anaconda.org/conda-forge/ipyparallel,2024-03-04 15:06:17.077,964101.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +297,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-03-14 14:09:15.000000,2024-03-14 14:05:32,1118.0,38.0,259.0,32.0,446.0,100.0,324.0,2266.0,Scalable and user friendly neural forecasting algorithms.,42.0,30,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,116.0,111.0,https://pypi.org/project/neuralforecast,2023-10-05 19:40:30.000,5.0,33736.0,34279.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,13051.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +298,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-03-13 23:47:42.000000,2024-03-13 23:47:36,5568.0,129.0,699.0,89.0,5805.0,201.0,852.0,2064.0,TFX is an end-to-end platform for deploying production ML pipelines.,182.0,30,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,2023-09-06 22:01:30.000,14.0,57122.0,57122.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +299,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-03-13 15:49:21.000000,2024-03-11 08:55:22,1482.0,72.0,201.0,50.0,247.0,165.0,157.0,2022.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",41.0,30,True,2024-03-11 08:52:03.000,0.33.5,173.0,graphistry,,,,['jupyter'],118.0,112.0,https://pypi.org/project/graphistry,2024-03-11 08:52:03.000,6.0,3758.0,3758.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +300,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-03-11 11:04:15.000000,2024-02-07 13:16:15,2447.0,5.0,437.0,77.0,1262.0,148.0,682.0,1788.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],663.0,626.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,46912.0,47270.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,25070.0,,3.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-02-16 20:09:56.000000,2024-02-16 20:09:51,1590.0,4.0,281.0,54.0,137.0,79.0,182.0,1719.0,"CUDA integration for Python, plus shiny features.",81.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2942.0,2717.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,225.0,37089.0,44966.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,283597.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +302,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-03-13 23:15:29.000000,2024-03-01 06:55:15,860.0,23.0,115.0,21.0,357.0,106.0,222.0,1710.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,46.0,30,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,,['jax'],521.0,454.0,https://pypi.org/project/equinox,2024-01-10 21:26:20.000,67.0,77190.0,77190.0,,,,,1.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,2024-03-14 15:05:08.000000,2024-03-14 08:48:26,1603.0,169.0,341.0,27.0,1660.0,193.0,101.0,1681.0,Pytorch domain library for recommendation systems.,218.0,30,True,2024-01-30 23:40:14.000,0.6.0,77.0,torchrec-nightly-cpu,,,,,92.0,92.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1603.0,1603.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +304,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,22.0,373.0,52.0,125.0,41.0,421.0,1649.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,30,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,245.0,227.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,18.0,1249.0,1371.0,,,,,1.0,11787.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,,, +305,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-03-13 14:42:19.000000,2024-03-13 14:42:16,1169.0,54.0,174.0,20.0,154.0,49.0,133.0,1642.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2023-11-24 08:35:59.000,0.34.1,37.0,audiomentations,,,,,446.0,438.0,https://pypi.org/project/audiomentations,2023-11-24 08:35:59.000,8.0,30324.0,30324.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +306,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-03-08 15:22:07.000000,2024-02-29 14:57:01,3864.0,139.0,272.0,27.0,569.0,85.0,711.0,1631.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,77.0,30,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,75.0,72.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1555.0,1555.0,,,,,2.0,14.0,,,,,,,,,,,,,,,,,,,,,, +307,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-03-08 05:58:36.000000,2024-03-08 05:47:56,1058.0,7.0,215.0,54.0,203.0,29.0,278.0,1588.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,30,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,883.0,852.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,31.0,25918.0,25918.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,2024-03-02 12:05:58.000000,2024-03-02 12:05:58,1247.0,7.0,135.0,31.0,106.0,33.0,253.0,1500.0,Statistical package in Python based on Pandas.,44.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,1908.0,1834.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,66348.0,68871.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,113553.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +309,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-03-01 13:31:30.000000,2024-03-01 13:31:22,940.0,9.0,427.0,87.0,220.0,49.0,235.0,1408.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,30,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2677.0,2305.0,https://pypi.org/project/emcee,2023-02-02 20:53:47.943,372.0,149620.0,153054.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,322879.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +310,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-03-13 03:10:19.000000,2024-03-13 03:07:49,1536.0,19.0,162.0,16.0,786.0,105.0,444.0,1262.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,30,True,2023-09-18 03:57:15.000,0.26.0,52.0,pyjanitor,conda-forge/pyjanitor,,,,559.0,559.0,https://pypi.org/project/pyjanitor,,,68091.0,72200.0,https://anaconda.org/conda-forge/pyjanitor,2024-02-21 02:58:22.491,189015.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +311,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-03-13 17:09:00.000000,2024-03-05 21:53:14,1943.0,58.0,301.0,23.0,2248.0,81.0,226.0,1157.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,30,True,2024-02-09 18:33:49.000,0.34.1,54.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",93.0,90.0,https://pypi.org/project/raiwidgets,2024-02-09 18:24:31.000,3.0,4656.0,4656.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +312,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-02-16 20:11:24.000000,2024-02-16 20:11:22,3280.0,7.0,240.0,48.0,351.0,70.0,263.0,1021.0,"OpenCL integration for Python, plus shiny features.",95.0,30,True,2024-01-23 22:08:06.000,2024.1,95.0,pyopencl,conda-forge/pyopencl,,,,2041.0,1826.0,https://pypi.org/project/pyopencl,2024-01-23 22:46:25.000,215.0,129452.0,151402.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,987766.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +313,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-03-14 12:38:32.000000,2024-03-10 16:37:18,3059.0,55.0,110.0,17.0,262.0,11.0,140.0,739.0,Python bindings for MPI.,26.0,30,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,758.0,,https://pypi.org/project/mpi4py,2023-10-04 09:04:51.000,758.0,398715.0,456318.0,https://anaconda.org/conda-forge/mpi4py,2024-02-28 23:37:18.658,2342030.0,,2.0,21180.0,,,,,,,,,,,,,,,,,,,,,, +314,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-03-13 19:37:31.000000,2024-02-06 03:22:42,1674.0,27.0,282.0,42.0,1332.0,271.0,362.0,686.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2024-02-06 04:35:56.000,0.36.0,43.0,tensorflow-io,,,,['tensorflow'],36.0,,https://pypi.org/project/tensorflow-io,2024-02-06 04:34:40.000,36.0,3268614.0,3268614.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +315,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-03-14 12:09:35.000000,2024-03-13 14:55:48,1949.0,107.0,57.0,19.0,1461.0,31.0,208.0,504.0,The MLOps stack component for experiment tracking.,54.0,30,True,2024-02-15 11:40:48.000,1.9.1,202.0,neptune-client,conda-forge/neptune-client,,,,50.0,,https://pypi.org/project/neptune-client,2024-03-12 12:26:44.000,50.0,547973.0,552974.0,https://anaconda.org/conda-forge/neptune-client,2024-02-15 14:02:29.071,230073.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +316,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-03-12 19:48:55.000000,2024-02-13 15:18:25,17084.0,23.0,113.0,27.0,3566.0,506.0,3380.0,481.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2024-02-02 23:10:48.000,0.19.6,111.0,datalad,conda-forge/datalad,,,,66.0,,https://pypi.org/project/datalad,2024-02-02 23:10:48.000,66.0,22531.0,31954.0,https://anaconda.org/conda-forge/datalad,2024-02-03 04:09:03.909,424071.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +317,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,,107.0,24.0,53.0,35.0,56.0,473.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,,,,19229.0,18860.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,369.0,2039443.0,2057587.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,743938.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +318,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-02-24 20:52:11.000000,2023-04-19 14:13:08,2404.0,,3665.0,606.0,222.0,48.0,,12728.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2027.0,1954.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,73.0,18626.0,18626.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +319,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,,1840.0,217.0,46.0,96.0,94.0,8922.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,117603.0,118293.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,31088.0,,1.0,,,,,,,,,,,,,,,,,,,,,,, +320,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-02-20 22:38:08.000000,2024-02-20 22:38:05,385.0,2.0,2124.0,286.0,96.0,289.0,447.0,8323.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,29,True,2022-12-20 21:17:57.000,test-resources-v3,12.0,imageai,conda-forge/imageai,,,,1560.0,1560.0,https://pypi.org/project/imageai,,,7268.0,20270.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6862.0,,2.0,912153.0,,,,,,,,,,,,,,,,,,,,,, +321,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,2023-02-03 18:46:00.371000,2023-01-19 00:37:33,900.0,,1236.0,154.0,950.0,63.0,785.0,5739.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],82.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,61.0,121129.0,121129.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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4708.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2743.0,2697.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,260171.0,260178.0,,,,,2.0,346.0,,,,,,,,,,,,,,,,,,,,,, +323,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-03-08 18:59:49.000000,2024-03-08 18:59:48,594.0,9.0,731.0,85.0,325.0,55.0,318.0,4681.0,Uplift modeling and causal inference with machine learning algorithms.,60.0,29,True,2024-02-22 19:20:29.000,0.15.0,23.0,causalml,,,,,183.0,182.0,https://pypi.org/project/causalml,2024-02-22 19:17:30.000,1.0,88293.0,88293.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +324,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,664.0,88.0,206.0,141.0,356.0,4568.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1429.0,1379.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,643190.0,645504.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,171257.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +325,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,444.0,42.0,124.0,65.0,154.0,4269.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,,,,1121.0,1088.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,156958.0,157473.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,17016.0,,2.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,2024-02-24 20:17:14.000000,2024-02-24 20:17:13,454.0,9.0,519.0,112.0,92.0,20.0,101.0,3393.0,Module for automatic summarization of text documents and HTML pages.,31.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,2668.0,2557.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,111.0,135505.0,135731.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7479.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +327,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2023-11-21 21:16:03.000000,2023-11-21 21:15:59,435.0,,602.0,78.0,227.0,78.0,405.0,3386.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,29,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1316.0,1276.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,40.0,154532.0,168153.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,570986.0,,2.0,706.0,,,,,,,,,,,,,,,,,,,,,, +328,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-03-13 23:45:31.000000,2024-02-04 19:23:19,3829.0,2.0,533.0,61.0,888.0,343.0,968.0,3367.0,A highly efficient implementation of Gaussian Processes in PyTorch.,128.0,29,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2026.0,1933.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,93.0,241063.0,244241.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,146200.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +329,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,3.0,247.0,65.0,52.0,9.0,,3277.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,29,True,2023-12-29 09:27:05.000,4.6.1,27.0,textdistance,conda-forge/textdistance,,,,5958.0,5889.0,https://pypi.org/project/textdistance,2023-12-29 09:26:30.000,69.0,684894.0,692356.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,521470.0,,2.0,999.0,,,,,,,,,,,,,,,,,,,,,, +330,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,35.0,363.0,81.0,63.0,154.0,189.0,3128.0,a library for audio and music analysis.,25.0,29,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,473.0,445.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,28.0,4552.0,12148.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,638101.0,,3.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,2024-03-08 11:46:01.564000,2024-03-08 09:44:27,1163.0,26.0,378.0,49.0,73.0,142.0,478.0,2902.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-03-08 09:45:28.000,1.1.6,89.0,mljar-supervised,conda-forge/mljar-supervised,,,,108.0,106.0,https://pypi.org/project/mljar-supervised,2024-03-08 09:44:48.000,2.0,3983.0,4373.0,https://anaconda.org/conda-forge/mljar-supervised,2024-03-08 11:46:01.564,12878.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +332,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2024-03-02 14:02:56.000000,2024-02-14 18:45:43,3498.0,60.0,515.0,109.0,345.0,396.0,673.0,2639.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",80.0,29,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,613.0,593.0,https://pypi.org/project/essentia,2023-10-27 09:13:56.000,20.0,20411.0,20411.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +333,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-03-12 11:08:12.000000,2024-03-12 10:49:32,1549.0,32.0,319.0,38.0,325.0,39.0,153.0,2620.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,37.0,29,True,2024-03-12 11:08:12.000,2.4.3,39.0,shapash,,,,['jupyter'],147.0,145.0,https://pypi.org/project/shapash,2024-03-12 11:08:12.000,2.0,7216.0,7216.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,98.0,1045.0,260.0,297.0,2550.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'],1495.0,1473.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,72753.0,72753.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +335,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-03-07 14:21:38.000000,2023-12-03 09:09:14,2415.0,,253.0,27.0,1130.0,75.0,224.0,2539.0,Database system for AI-powered apps.,73.0,29,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,11867.0,32393.0,,,,,3.0,410530.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,,,, +336,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,3.0,336.0,44.0,57.0,67.0,207.0,2331.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,29,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],280.0,273.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,6843.0,6843.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +337,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-03-11 14:50:12.000000,2024-03-11 14:50:11,432.0,13.0,782.0,92.0,278.0,139.0,102.0,2273.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",71.0,29,True,2024-02-23 15:42:15.000,0.6.0,11.0,aif360,conda-forge/aif360,,,,377.0,377.0,https://pypi.org/project/aif360,,,20448.0,20639.0,https://anaconda.org/conda-forge/aif360,2023-10-14 06:57:34.052,8034.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +338,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-02-29 15:39:19.000000,2024-02-28 15:45:58,1631.0,113.0,250.0,67.0,62.0,33.0,186.0,2067.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,29,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,,862.0,862.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +339,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-02-19 01:50:38.000000,2024-02-05 15:04:26,519.0,2.0,433.0,88.0,103.0,82.0,258.0,1978.0,bt - flexible backtesting for Python.,31.0,29,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1625.0,1597.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,28.0,9018.0,9615.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,20918.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,2024-02-13 19:24:57.000000,2024-02-01 18:50:30,675.0,4.0,400.0,42.0,62.0,19.0,270.0,1849.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,,,,1476.0,1454.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,53205.0,53925.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,30276.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +341,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-02-07 20:20:08.000000,2024-02-07 20:20:03,285.0,2.0,355.0,52.0,77.0,78.0,111.0,1774.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,41.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],5991.0,5828.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,163.0,162170.0,163307.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,78487.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +342,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-03-13 14:43:11.000000,2024-03-13 14:43:10,847.0,12.0,377.0,37.0,871.0,164.0,293.0,1767.0,A Python package to assess and improve fairness of machine learning models.,81.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,29.0,251381.0,252156.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,31017.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +343,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-02-19 03:06:25.000000,2023-12-31 15:46:16,440.0,8.0,282.0,62.0,102.0,22.0,99.0,1748.0,ffn - a financial function library for Python.,32.0,29,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,458.0,427.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,31.0,148632.0,148827.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6833.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +344,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-02-16 16:14:43.000000,2024-02-16 16:14:36,365.0,1.0,254.0,48.0,312.0,232.0,184.0,1733.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,29,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],293.0,292.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,542487.0,542487.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +345,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1570.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",77.0,74.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,3.0,105330.0,105574.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13451.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +346,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-03-12 03:39:50.000000,2024-03-12 03:39:50,1841.0,4.0,269.0,45.0,270.0,59.0,193.0,1486.0,TensorLy: Tensor Learning in Python.,66.0,29,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,650.0,595.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,55.0,18139.0,23333.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363586.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +347,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-03-12 18:32:27.000000,2024-02-20 16:20:11,3027.0,9.0,266.0,34.0,37.0,2.0,486.0,1207.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,29,True,2024-03-12 18:32:27.000,0.41.2,209.0,ktrain,,,,['tensorflow'],509.0,506.0,https://pypi.org/project/ktrain,2024-03-12 18:32:27.000,3.0,10869.0,10869.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,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,6.0,420.0,51.0,39.0,16.0,139.0,1206.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2508.0,2474.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,34.0,359424.0,360282.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,40360.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +349,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-03-11 20:56:20.000000,2024-03-01 21:07:56,1064.0,44.0,206.0,24.0,131.0,23.0,187.0,1042.0,Survival analysis built on top of scikit-learn.,18.0,29,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],453.0,439.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,14.0,71834.0,74590.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,77174.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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,454.0,43.0,176.0,93.0,102.0,1028.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'],1577.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,1577.0,5396842.0,5428453.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2181186.0,,3.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,2024-03-12 16:23:39.000000,2024-03-07 08:58:03,812.0,1.0,246.0,41.0,504.0,273.0,253.0,878.0,Scalable Machine Learning with Dask.,78.0,29,True,2023-03-24 22:06:04.422,2023.3.24,35.0,dask-ml,conda-forge/dask-ml,,,,1051.0,976.0,https://pypi.org/project/dask-ml,2023-03-24 22:06:04.422,75.0,441128.0,451589.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,805507.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +352,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-01-10 16:03:56.000000,2024-01-10 16:03:56,666.0,3.0,101.0,14.0,94.0,71.0,62.0,831.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5781.0,5709.0,https://pypi.org/project/pynndescent,2023-11-20 18:50:25.000,72.0,942283.0,982390.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1764714.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +353,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-03-13 18:52:55.000000,2024-03-13 18:52:54,954.0,15.0,162.0,49.0,83.0,35.0,144.0,748.0,Library for exploring and validating machine learning data.,26.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",867.0,837.0,https://pypi.org/project/tensorflow-data-validation,2023-08-14 06:58:23.000,30.0,201550.0,201559.0,,,,,3.0,643.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-03-01 10:47:53.000000,2024-02-29 07:14:56,809.0,18.0,73.0,25.0,375.0,107.0,231.0,554.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2024-02-13 18:23:41.000,1.11.1,57.0,geoviews,conda-forge/geoviews,,,,952.0,912.0,https://pypi.org/project/geoviews,2024-02-13 17:04:04.000,40.0,9206.0,14253.0,https://anaconda.org/conda-forge/geoviews,2024-02-13 18:20:12.882,212003.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +355,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-02-07 14:29:13.000000,2024-02-07 14:27:33,227.0,4.0,57.0,13.0,202.0,13.0,186.0,308.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-02-07 14:29:13.000,3.9.0,71.0,pystan,conda-forge/pystan,,,,9946.0,9683.0,https://pypi.org/project/pystan,2024-02-07 14:29:13.000,263.0,1898941.0,1932252.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2798140.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +356,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-03-14 15:17:21.000000,2024-03-07 16:28:36,2459.0,310.0,1008.0,112.0,2632.0,223.0,803.0,16678.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",95.0,28,True,2024-03-07 17:46:25.000,1.8.1,64.0,,,,,,,,,,,,471.0,,,,,2.0,16502.0,,,,,,,,,,,,,,,,,,,,,, +357,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4864.0,651.0,372.0,497.0,436.0,15235.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,590.0,551.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,39.0,1029.0,1029.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +358,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-03-12 15:39:24.000000,2024-03-07 06:41:21,1958.0,1.0,2368.0,279.0,907.0,195.0,673.0,13895.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",122.0,28,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,4499.0,4508.0,,,,,2.0,394.0,,,,,,,,,,,,,,,,,,,,,, +359,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-03-14 06:29:42.000000,2023-12-28 07:35:14,2224.0,1.0,2765.0,195.0,3622.0,1280.0,3958.0,11898.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],,,https://pypi.org/project/paddledet,,,794.0,794.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +360,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-02-22 06:27:52.000000,2022-11-08 22:11:16,98.0,,1773.0,203.0,72.0,106.0,36.0,9914.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,337678.0,337678.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +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:56:22.000000,2023-05-24 15:56:22,277.0,,876.0,267.0,98.0,78.0,81.0,7299.0,Visualizations for machine learning datasets.,31.0,28,True,2019-07-01 16:35:20.000,1.0.0,4.0,facets-overview,,,,['jupyter'],223.0,223.0,https://pypi.org/project/facets-overview,,,283352.0,283352.0,,,,,3.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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1325.0,175.0,46.0,79.0,237.0,6745.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'],33.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,12.0,63824.0,63824.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +363,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,626.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,28,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,59.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,38.0,2714.0,2714.0,,,,,3.0,3.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,,,,, +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,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,,1156.0,212.0,91.0,194.0,120.0,5612.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,,,,,465.0,445.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,20.0,12619.0,12619.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +365,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,,1368.0,206.0,158.0,44.0,227.0,5479.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,748.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,54.0,1578.0,1578.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +366,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-02-20 12:08:38.000000,2024-02-20 12:08:36,610.0,15.0,679.0,109.0,186.0,10.0,341.0,5429.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,28,True,2023-10-15 15:39:44.000,0.3.13,26.0,pytesseract,conda-forge/pytesseract,,,,,,https://pypi.org/project/pytesseract,,,1919659.0,1933247.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,597901.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +367,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-03-08 08:32:34.000000,2024-03-08 08:24:03,13775.0,389.0,1559.0,143.0,3583.0,828.0,1072.0,5429.0,An Industrial Grade Federated Learning Framework.,100.0,28,True,2024-03-08 08:32:35.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,24.0,24.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +368,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,850.0,127.0,38.0,66.0,144.0,5109.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,28,True,,,4.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3018.0,3018.0,https://pypi.org/project/torchdiffeq,,,831601.0,831916.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14517.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +369,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-03-14 04:03:27.000000,2024-03-11 18:26:55,1566.0,13.0,786.0,144.0,1474.0,303.0,398.0,4943.0,Simple and Distributed Machine Learning.,116.0,28,True,2023-11-27 21:27:39.000,1.0.2,42.0,synapseml,,,,,,,https://pypi.org/project/synapseml,,,167958.0,167958.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +370,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-03-07 14:59:40.000000,2022-08-06 21:47:18,182.0,,421.0,71.0,61.0,101.0,56.0,4342.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,,,,,1342.0,1335.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,213124.0,213124.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +371,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,2023-12-29 12:20:18.000000,2023-11-11 01:23:34,523.0,,714.0,175.0,80.0,8.0,279.0,4143.0,A python wrapper for Alpha Vantage API for financial data.,42.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,531.0,499.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,32943.0,33111.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6406.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +372,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-03-12 23:51:20.000000,2023-11-02 03:20:28,249.0,,824.0,51.0,51.0,63.0,106.0,4056.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,28,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1615.0,1596.0,https://pypi.org/project/facenet-pytorch,2021-03-10 01:00:20.000,19.0,55877.0,71998.0,,,,,2.0,838322.0,,,,,,,,,,,,,,,,,,,,,, +373,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,,407.0,37.0,56.0,118.0,43.0,3928.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'],13155.0,13035.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,201857.0,201857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +374,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,,971.0,219.0,408.0,140.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,,,,,1295.0,1035.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,260.0,1848.0,1848.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +375,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-03-08 08:34:00.000000,2024-01-10 09:28:24,484.0,1.0,513.0,36.0,506.0,12.0,,3459.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,37.0,28,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,956.0,943.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,13.0,112220.0,114692.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,54012.0,,2.0,22591.0,,,,,,,,,,,,,,,,,,,,,, +376,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-02-22 20:56:35.000000,2024-02-22 20:56:32,1181.0,40.0,465.0,61.0,711.0,5.0,517.0,3371.0,On-device wake word detection powered by deep learning.,37.0,28,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,42.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,14.0,5860.0,5860.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +377,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-03-11 20:04:26.000000,2024-03-11 20:03:07,1196.0,3.0,403.0,83.0,54.0,57.0,202.0,3343.0,A library of reinforcement learning components and agents.,84.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],193.0,190.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1620.0,1823.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8149.0,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,,,,, +378,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,,2021-10-11 14:48:38.000,2024-03-06 05:54:35.000000,2024-02-22 12:17:17,1487.0,11.0,232.0,16.0,1731.0,245.0,726.0,3282.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,,,,,346.0,346.0,https://pypi.org/project/deepchecks,,,42898.0,42925.0,,,,,2.0,809.0,,,,,,,,,,,,,,,,,,,,,, +379,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,2023-07-08 17:08:15.000000,2022-04-29 04:19:24,1698.0,,399.0,47.0,1084.0,6.0,353.0,3214.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1115.0,1077.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,38.0,12126.0,12126.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +380,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,284.0,34.0,475.0,33.0,30.0,2931.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,28,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1164.0,1118.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,46.0,129854.0,130128.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9610.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +381,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,2.0,328.0,47.0,120.0,62.0,135.0,2790.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1103.0,1079.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,137403.0,139048.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,65826.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +382,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,2023-09-13 13:50:05.000000,2018-08-19 12:37:47,130.0,,282.0,67.0,59.0,26.0,39.0,2381.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'],4635.0,4557.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,78.0,440733.0,442852.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,169528.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +383,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-03-11 01:04:24.000000,2024-03-08 14:56:57,654.0,6.0,282.0,52.0,644.0,144.0,225.0,2275.0,Algorithms for explaining machine learning models.,21.0,28,False,2024-01-22 16:23:03.000,0.9.5,32.0,alibi,,,,,589.0,563.0,https://pypi.org/project/alibi,2024-01-22 16:14:27.000,26.0,25917.0,25917.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +384,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,,304.0,65.0,14.0,28.0,46.0,2226.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11033.0,10821.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,212.0,355363.0,355363.0,,,,,2.0,,4.0,,,,,,,,,,,,,,,,,,,,, +385,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-03-13 07:28:49.000000,2024-03-07 17:28:22,718.0,6.0,247.0,40.0,530.0,138.0,234.0,2045.0,"Algorithms for outlier, adversarial and drift detection.",22.0,28,False,2024-01-22 16:25:25.000,0.11.5,37.0,alibi-detect,,,,,426.0,420.0,https://pypi.org/project/alibi-detect,2024-01-22 16:14:47.000,6.0,28382.0,28382.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +386,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-02-16 22:07:03.646000,2024-02-14 15:12:14,193.0,8.0,194.0,32.0,19.0,2.0,84.0,1600.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,28,True,2024-02-14 15:14:08.000,0.1.806,83.0,autoviz,conda-forge/autoviz,,,,643.0,636.0,https://pypi.org/project/autoviz,2024-02-14 15:14:08.000,7.0,101425.0,102933.0,https://anaconda.org/conda-forge/autoviz,2024-02-16 22:07:03.646,46765.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +387,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-03-06 00:43:08.000000,2024-03-05 00:32:58,1508.0,57.0,79.0,18.0,279.0,30.0,60.0,1500.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",34.0,28,True,2024-03-05 00:43:05.074,2.9.2,107.0,usearch,,unum/usearch,,,70.0,56.0,https://pypi.org/project/usearch,2024-03-05 00:47:38.000,4.0,41663.0,50380.0,,,,https://hub.docker.com/r/unum/usearch,3.0,1074.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-03-05 00:43:05.074,10.0,8605.0,2024-03-05 00:42:37.565844,1.0,71.0,,,,,,,,,,, +388,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,176.0,34.0,72.0,19.0,52.0,1438.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2610.0,2610.0,https://pypi.org/project/torchsde,,,1604235.0,1604745.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19414.0,,2.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-02-16 09:48:48.000000,2024-02-16 09:33:00,569.0,40.0,393.0,31.0,49.0,12.0,121.0,1365.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,28,False,2024-02-16 09:48:48.000,2.3.2,4.0,minisom,,,,,547.0,547.0,https://pypi.org/project/minisom,,,24497.0,24497.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +390,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,2.0,162.0,32.0,245.0,,,1310.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,28,True,2023-12-19 07:41:39.000,1.3.4,76.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1573.0,1528.0,https://pypi.org/project/spacy-transformers,2023-12-19 07:15:13.000,45.0,210651.0,211651.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,28024.0,,2.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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,339.0,71.0,87.0,27.0,26.0,1209.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1467.0,1323.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,144.0,31011.0,31368.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26112.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +392,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-01-11 20:36:11.000000,2023-12-21 17:09:15,394.0,3.0,177.0,25.0,31.0,4.0,129.0,1175.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],515.0,505.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,10.0,114024.0,114366.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17830.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +393,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,1.0,249.0,40.0,39.0,68.0,590.0,1134.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,,,,665.0,631.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,34.0,74987.0,76371.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,60700.0,,2.0,500.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-03-11 08:27:06.000000,2024-03-09 14:15:38,492.0,11.0,107.0,23.0,332.0,30.0,263.0,1113.0,Extra blocks for scikit-learn pipelines.,63.0,28,True,2024-01-29 20:20:07.000,0.7.4,37.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],132.0,132.0,https://pypi.org/project/scikit-lego,,,26933.0,27937.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,46222.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +395,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,35.0,86.0,88.0,122.0,894.0,A scikit-learn based module for multi-label et. al. classification.,28.0,28,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1514.0,1489.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,75927.0,75927.0,,,,,2.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-01-08 13:33:30.000000,2024-01-08 13:19:20,1302.0,3.0,149.0,50.0,56.0,23.0,66.0,824.0,Computer Vision in Python.,34.0,28,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1352.0,1224.0,https://pypi.org/project/mahotas,2022-06-28 08:11:26.000,128.0,12283.0,21035.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,393850.0,,2.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-02-06 01:48:14.000000,2024-02-06 01:48:11,3707.0,8.0,324.0,66.0,681.0,37.0,526.0,815.0,The Classical Language Toolkit.,120.0,28,True,2023-12-27 08:38:23.000,1.2.1,211.0,cltk,,,,,297.0,255.0,https://pypi.org/project/cltk,2023-12-27 08:38:23.000,42.0,1759.0,1759.0,,,,,2.0,55.0,,,,,,,,,,,,,,,,,,,,,, +398,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-03-14 09:12:36.000000,2024-03-14 08:04:36,1339.0,22.0,124.0,25.0,462.0,11.0,129.0,794.0,A Comparative Framework for Multimodal Recommender Systems.,19.0,28,True,2024-03-05 06:52:53.000,2.0.0,55.0,cornac,conda-forge/cornac,,,,218.0,202.0,https://pypi.org/project/cornac,2024-03-05 07:03:08.000,16.0,114204.0,122107.0,https://anaconda.org/conda-forge/cornac,2024-03-05 22:37:34.614,355666.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +399,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-03-07 10:58:08.000000,2024-03-03 16:20:10,323.0,82.0,87.0,20.0,113.0,36.0,77.0,564.0,pyspark methods to enhance developer productivity.,27.0,28,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],82.0,75.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,788203.0,788203.0,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,,,,, +400,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,38.0,12.0,69.0,7.0,26.0,208.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,40202.0,39947.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,255.0,5629383.0,5678383.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2058000.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +401,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,2023-12-23 16:12:25.000000,2023-12-23 16:11:39,302.0,1.0,2681.0,141.0,44.0,113.0,132.0,17396.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,27,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],420.0,414.0,https://pypi.org/project/vit-pytorch,2023-12-23 16:12:25.000,6.0,17660.0,17660.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +402,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2024-02-28 15:48:01.000000,2023-10-12 07:20:40,1894.0,,1018.0,228.0,455.0,66.0,265.0,16208.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,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,,54006.0,54413.0,,,,https://hub.docker.com/r/remnux/ciphey,2.0,,,,,,,,,,2023-10-14 18:53:31.974373,15.0,22801.0,,,,,,,,,,, +403,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-03-13 21:46:33.000000,2024-03-13 21:27:45,849.0,180.0,897.0,86.0,387.0,208.0,300.0,10383.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",69.0,27,False,2024-03-13 21:46:33.000,2.0.12,100.0,pandas-ai,,,,,2745.0,2745.0,https://pypi.org/project/pandas-ai,,,,,,,,,3.0,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,,,, +404,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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,,1387.0,431.0,50.0,98.0,87.0,10339.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,27137.0,27137.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +405,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1125.0,352.0,79.0,48.0,231.0,7893.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,6.0,pysc2,,,,,707.0,707.0,https://pypi.org/project/pysc2,,,2276.0,2669.0,,,,,3.0,31116.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,,,,,, +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,,1639.0,461.0,698.0,33.0,441.0,7278.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'],40.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,40.0,1801.0,1823.0,,,,,2.0,1999.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,,1352.0,348.0,14.0,42.0,65.0,6292.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1332.0,1290.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,42.0,22245.0,22245.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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,983.0,146.0,93.0,75.0,305.0,6143.0,A Python scikit for building and analyzing recommender systems.,45.0,27,False,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,133268.0,141283.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,352674.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +409,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,2023-10-03 15:08:28.000000,2018-07-25 01:28:08,1796.0,,780.0,275.0,438.0,221.0,329.0,4810.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],349.0,309.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,40.0,256.0,256.0,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,,,,, +410,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-03-07 18:10:01.000000,2023-10-05 16:17:35,6152.0,,520.0,153.0,1906.0,307.0,1329.0,4369.0,ArrayFire: a general purpose GPU library.,88.0,27,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,9.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,9.0,1299.0,1352.0,,,,,2.0,5601.0,,,,,,,,,,,,,,,,,,,,,, +411,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2023-06-16 19:25:16.902000,2022-04-01 13:57:36,131.0,,961.0,145.0,30.0,46.0,77.0,4202.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,,,,8252.0,8055.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,197.0,169757.0,170137.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13708.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +412,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,104.0,617.0,89.0,606.0,4177.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],87.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,87.0,459845.0,461584.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,74785.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +413,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-03-09 16:20:29.000000,2023-09-01 03:04:11,1137.0,,716.0,60.0,1013.0,166.0,739.0,3986.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'],119.0,116.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,5208.0,5208.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,283.0,226.0,11.0,356.0,3862.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,1009920.0,1010331.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20986.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +415,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-03-05 19:35:28.000000,2023-10-12 08:57:51,209.0,,308.0,85.0,94.0,43.0,32.0,3462.0,Python library that makes it easy for data scientists to create charts.,25.0,27,True,2023-10-12 09:01:22.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,76.0,76.0,https://pypi.org/project/chartify,,,10508.0,10969.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29534.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +416,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-03-09 03:35:01.000000,2024-03-08 19:28:28,465.0,16.0,271.0,50.0,458.0,59.0,255.0,3284.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,27,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,4.0,8222.0,9288.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,38120.0,,2.0,374.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-01-10 22:28:30.000000,2023-09-10 15:15:16,1059.0,,234.0,62.0,112.0,7.0,266.0,3147.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,521.0,512.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,15027.0,15043.0,,,,,3.0,1011.0,,,,,,,,,,,,,,,,,,,,,, +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,,1007.0,167.0,215.0,43.0,146.0,3031.0,Performance analysis of predictive (alpha) stock factors.,25.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,697.0,679.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,18.0,1602.0,1880.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20366.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +419,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,,445.0,83.0,245.0,58.0,154.0,3029.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2020-11-06 15:31:29.000,0.6.0,7.0,fastnlp,,,,,175.0,175.0,https://pypi.org/project/fastnlp,,,51797.0,51798.0,,,,,2.0,75.0,,,,,,,,,,,,,,,,,,,,,, +420,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,650.0,109.0,72.0,89.0,123.0,2960.0,Productivity Tools for Plotly + Pandas.,38.0,27,False,,,,cufflinks,,,,['pandas'],10264.0,10264.0,https://pypi.org/project/cufflinks,,,80374.0,80374.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +421,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,414.0,64.0,932.0,315.0,745.0,2866.0,StellarGraph - Machine Learning on Graphs.,37.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],263.0,255.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,8.0,4087.0,4087.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +422,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,264.0,52.0,19.0,35.0,97.0,2808.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2093.0,2073.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,20.0,76894.0,77637.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,27524.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +423,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-09 05:18:22.000000,2024-03-09 05:18:19,553.0,5.0,468.0,97.0,43.0,82.0,240.0,2709.0,Learning to Rank in TensorFlow.,34.0,27,True,2023-08-11 17:56:48.000,0.5.3,22.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,2023-08-11 17:56:48.000,13.0,115593.0,115593.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +424,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-03-04 15:26:06.000000,2022-09-28 17:12:28,249.0,,298.0,29.0,320.0,76.0,38.0,2630.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,27,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],865.0,864.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,19262.0,19351.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2782.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +425,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-03-09 01:57:52.000000,2024-01-30 18:07:43,695.0,34.0,228.0,36.0,146.0,7.0,140.0,2262.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,27,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,166.0,163.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,3.0,10247.0,10254.0,,,,,3.0,296.0,,,,,,,,,,,,,,,,,,,,,, +426,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,,328.0,78.0,55.0,161.0,68.0,2241.0,Multilingual text (NLP) processing toolkit.,26.0,27,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1289.0,1194.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,95.0,63837.0,63837.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +427,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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,3.0,285.0,56.0,14.0,22.0,78.0,2190.0,Beautiful visualizations of how language differs among document types.,14.0,27,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,518.0,507.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,11.0,13479.0,14571.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,86335.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,,317.0,65.0,38.0,96.0,160.0,2170.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'],368.0,344.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,24.0,10096.0,10096.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,,255.0,89.0,124.0,33.0,230.0,2162.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,,,,1819.0,1704.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,115.0,30379.0,32065.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,138321.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +430,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-02-21 23:17:37.000000,2024-02-21 23:13:33,479.0,8.0,385.0,62.0,153.0,7.0,92.0,2086.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,,,,,605.0,588.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,17.0,46233.0,46233.0,,,,,2.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,2024-01-24 14:27:34.000000,2021-07-16 09:03:20,66.0,,463.0,39.0,43.0,64.0,58.0,2054.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'],2010.0,1996.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,61193.0,65602.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,485.0,,3.0,255027.0,,,,,,,,,,,,,,,,,,,,,, +432,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,,212.0,36.0,1081.0,25.0,496.0,1727.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],270.0,267.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,3.0,2435.0,2991.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,17244.0,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,,, +433,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-03-14 04:07:25.000000,2024-03-14 00:29:41,6345.0,123.0,280.0,49.0,2609.0,307.0,1371.0,1549.0,cuGraph - RAPIDS Graph Analytics Library.,112.0,27,True,2024-02-13 16:02:14.000,24.02.00,34.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,2.0,219.0,733.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,18007.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +434,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,4.0,567.0,108.0,283.0,16.0,300.0,1485.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,27,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,149.0,147.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,9662.0,9715.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4481.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +435,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-03-06 18:34:09.000000,2024-03-06 18:34:08,2827.0,11.0,174.0,26.0,666.0,118.0,443.0,1479.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,27,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,5168.0,5171.0,,,,,2.0,177.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,74.0,742.0,58.0,168.0,1478.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,388.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,31.0,2009.0,2009.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +437,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,257.0,47.0,184.0,54.0,120.0,1370.0,Metric learning algorithms in Python.,22.0,27,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],371.0,358.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,13.0,15058.0,15311.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11171.0,,3.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-03-11 14:26:08.000000,2024-03-11 14:26:08,688.0,4.0,150.0,24.0,125.0,2.0,128.0,1346.0,"Extensible, parallel implementations of t-SNE.",11.0,27,True,2023-11-29 14:50:50.000,1.0.1,21.0,opentsne,conda-forge/opentsne,,,,754.0,754.0,https://pypi.org/project/opentsne,,,28606.0,34102.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,236358.0,,3.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-02-29 10:49:59.696000,2024-02-28 20:15:02,673.0,6.0,167.0,48.0,161.0,19.0,380.0,1312.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,163.0,158.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,5.0,20458.0,20769.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,11838.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +440,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-03-13 20:54:19.000000,2024-03-13 20:54:16,1039.0,28.0,113.0,24.0,115.0,30.0,52.0,1268.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",23.0,27,True,2024-03-12 03:37:43.000,1.4.3,46.0,imodels,,,,,73.0,66.0,https://pypi.org/project/imodels,2024-03-11 20:28:16.000,7.0,27847.0,27847.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +441,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-03-11 18:39:58.000000,2024-03-11 18:39:55,4208.0,4.0,285.0,82.0,643.0,19.0,608.0,1264.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,39.0,,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,22233.0,34353.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,533280.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-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,328.0,40.0,301.0,24.0,200.0,1201.0,A research toolkit for particle swarm optimization in Python.,45.0,27,True,2020-11-14 05:18:38.000,.1.2.0,15.0,pyswarms,,,,,352.0,352.0,https://pypi.org/project/pyswarms,,,17916.0,17916.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +443,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-03-12 12:38:24.000000,2024-03-12 12:38:23,778.0,14.0,59.0,13.0,127.0,43.0,113.0,913.0,Visualize large time series data with plotly.py.,12.0,27,True,2024-01-14 18:45:33.000,0.9.2,61.0,plotly-resampler,conda-forge/plotly-resampler,,,,916.0,905.0,https://pypi.org/project/plotly-resampler,2024-01-14 18:35:43.000,11.0,377276.0,378622.0,https://anaconda.org/conda-forge/plotly-resampler,2024-01-23 20:24:24.113,35009.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +444,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-03-13 23:46:06.000000,2024-02-07 23:40:03,16569.0,41.0,359.0,44.0,1615.0,285.0,2959.0,849.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,1.0,805.0,859.0,,,,,3.0,6634.0,,,,,,,,,,,,,,,,,,,,,, +445,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-03-14 14:49:21.000000,2024-02-14 13:54:40,2672.0,48.0,102.0,10.0,524.0,32.0,93.0,837.0,Time series forecasting with scikit-learn models.,10.0,27,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],251.0,243.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,8.0,53662.0,53662.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +446,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-03-05 16:57:58.000000,2024-03-05 16:57:37,543.0,83.0,101.0,24.0,97.0,15.0,103.0,654.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",26.0,27,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,112.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,112.0,24945.0,24945.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +447,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,,1153.0,180.0,213.0,23.0,534.0,8664.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,,,,,243.0,,,,,3.0,9255.0,,,,,,,,,,,,,,,,,,,,,, +448,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,595.0,140.0,31.0,70.0,55.0,5520.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1587.0,1538.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,49.0,1094777.0,1095195.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18418.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +449,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-07 16:48:18.000000,2024-03-07 16:42:10,217.0,4.0,293.0,69.0,179.0,22.0,54.0,4883.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,108.0,104.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2332.0,2332.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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,240.0,215.0,51.0,200.0,4350.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,52.0,51.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,617.0,711.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3290.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +451,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,422.0,41.0,52.0,75.0,174.0,4096.0,An Open-Source Framework for Prompt-Learning.,22.0,26,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,105.0,103.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,2.0,1377.0,1377.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +452,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-03-14 08:45:42.000000,2024-02-21 07:25:31,1402.0,42.0,343.0,71.0,1298.0,93.0,82.0,3347.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,26,True,2024-02-21 07:38:44.000,1.1,15.0,lit-nlp,conda-forge/lit-nlp,,,,31.0,30.0,https://pypi.org/project/lit-nlp,2024-02-21 06:48:57.000,1.0,3965.0,5571.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,67472.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +453,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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,145.0,237.0,39.0,633.0,3273.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],439.0,437.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,745.0,745.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +454,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-03-11 06:51:01.000000,2024-03-11 06:51:00,4336.0,13.0,568.0,41.0,999.0,214.0,691.0,3115.0,"A unified, comprehensive and efficient recommendation library.",71.0,26,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,2619.0,2732.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4542.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +455,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-03-13 09:54:52.000000,2024-03-13 09:29:58,1533.0,34.0,610.0,45.0,28.0,2.0,397.0,2795.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,31.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],21.0,21.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,418.0,418.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +456,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,167.0,164.0,113.0,2719.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,,,,90.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,90.0,400169.0,401972.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,147889.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +457,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,2023-12-11 14:10:13.000000,2023-12-11 14:10:09,768.0,,641.0,177.0,75.0,23.0,565.0,2632.0,Python sync/async framework for Interactive Brokers API.,36.0,26,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,28.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,28.0,36614.0,37302.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38570.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +458,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,,708.0,167.0,94.0,134.0,358.0,2457.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,352.0,352.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +459,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-03-05 16:18:20.000000,2024-02-28 21:03:10,90.0,13.0,317.0,28.0,284.0,45.0,312.0,2325.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,26,True,2024-02-28 21:47:30.000,0.1.2,19.0,adapter-transformers,,,,['huggingface'],31.0,24.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,19665.0,19665.0,,,,,3.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,,,,,, +460,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,6.0,236.0,65.0,31.0,60.0,93.0,2204.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,96.0,95.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2031.0,2039.0,,,,,3.0,369.0,,,,,,,,,,,,,,,,,,,,,, +461,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,492.0,41.0,24.0,65.0,38.0,2105.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,26,False,,,2.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4787.0,4787.0,https://pypi.org/project/mtcnn,,,67415.0,67644.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11221.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +462,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-02-16 02:07:00.000000,2024-02-16 02:06:53,862.0,6.0,446.0,61.0,325.0,113.0,92.0,1857.0,Library for training machine learning models with privacy for training data.,58.0,26,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,16260.0,16262.0,,,,,3.0,146.0,,,,,,,,,,,,,,,,,,,,,, +463,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-03-14 04:24:13.000000,2024-03-12 12:08:34,1869.0,239.0,120.0,29.0,157.0,18.0,20.0,1795.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2023-09-10 04:20:57.000,0.4.168,144.0,labml,,,,,141.0,135.0,https://pypi.org/project/labml,2023-09-10 04:20:57.000,6.0,3515.0,3515.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +464,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-03-14 08:02:30.000000,2024-03-14 06:57:45,898.0,25.0,134.0,34.0,435.0,52.0,351.0,1786.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-03-14 07:55:27.000,1.1.4.4,29.0,orbit-ml,,,,,50.0,49.0,https://pypi.org/project/orbit-ml,2024-03-14 08:02:30.000,1.0,27903.0,27903.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +465,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-03-14 08:02:30.000000,2024-03-14 06:57:45,898.0,25.0,134.0,34.0,435.0,52.0,351.0,1786.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-03-14 07:55:27.000,1.1.4.4,29.0,orbit-ml,conda-forge/orbit-ml,,,,50.0,49.0,https://pypi.org/project/orbit-ml,2024-03-14 08:02:30.000,1.0,27903.0,28095.0,https://anaconda.org/conda-forge/orbit-ml,2023-12-19 05:59:30.209,5011.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +466,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,41.0,495.0,172.0,151.0,1728.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,156.0,148.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,36252.0,36258.0,,,,,3.0,457.0,,,,,,,,,,,,,,,,,,,,,, +467,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,1717.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,26,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],221.0,218.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1329.0,1421.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3240.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +468,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,,158.0,25.0,81.0,42.0,34.0,1673.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:34:19.000,0.13.0,8.0,pyts,conda-forge/pyts,,,,559.0,559.0,https://pypi.org/project/pyts,,,120396.0,121171.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22491.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +469,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-03-14 00:00:25.000000,2024-03-13 23:52:26,844.0,78.0,253.0,47.0,673.0,50.0,64.0,1605.0,A lightweight library for PyTorch training tools and utilities.,119.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,6075.0,6075.0,,,,,3.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,,309.0,27.0,379.0,89.0,155.0,1557.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],56.0,54.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,2.0,2450.0,2450.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +471,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-02-19 02:13:41.000000,2024-02-01 16:55:49,1031.0,2.0,171.0,18.0,65.0,28.0,332.0,1445.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,84.0,39114.0,44559.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,245048.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +472,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-02-14 20:47:03.000000,2023-06-07 07:35:59,3033.0,,119.0,37.0,336.0,11.0,187.0,1421.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,43.0,pycm,,,,,279.0,279.0,https://pypi.org/project/pycm,,,54015.0,54015.0,,,,,3.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,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,265.0,76.0,481.0,40.0,198.0,1301.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,956.0,929.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,27.0,9573.0,9645.0,,,,,3.0,5946.0,,,,,,,,,,,,,,,,,,,,,, +474,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-03-13 06:51:23.000000,2024-03-13 06:51:22,1427.0,33.0,252.0,74.0,104.0,22.0,54.0,1233.0,Model analysis tools for TensorFlow.,57.0,26,True,2023-08-14 20:20:00.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",2.0,2.0,https://pypi.org/project/tensorflow-model-analysis,,,83208.0,83208.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +475,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,,173.0,26.0,36.0,1.0,116.0,1227.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-03-30 16:22:41.000,0.5.5,5.0,fancyimpute,,,,['sklearn'],1543.0,1543.0,https://pypi.org/project/fancyimpute,,,31985.0,31985.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +476,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,191.0,43.0,257.0,66.0,212.0,1220.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,440.0,407.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,2262.0,2262.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +477,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1214.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,,,,492.0,451.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,41.0,19621.0,29850.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,797897.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +478,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,,83.0,34.0,109.0,7.0,18.0,1163.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],223.0,212.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,1664163.0,1664163.0,,,,,3.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,,,,, +479,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,109.0,21.0,103.0,36.0,74.0,1075.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2286.0,2266.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,20.0,276700.0,277502.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,34492.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +480,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-03-12 14:09:58.000000,2024-03-08 17:11:00,1922.0,44.0,364.0,54.0,488.0,156.0,250.0,1056.0,Machine learning on FPGAs using HLS.,59.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,,1286.0,1458.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7260.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,2024-03-14 02:39:56.000000,2024-03-13 17:40:53,2135.0,222.0,85.0,18.0,793.0,76.0,200.0,1053.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,81.0,metricflow,,,,,23.0,20.0,https://pypi.org/project/metricflow,2024-03-01 20:41:26.000,3.0,30214.0,30214.0,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,,, +482,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-03-14 10:12:05.000000,2024-03-14 10:12:04,1596.0,176.0,71.0,13.0,437.0,58.0,503.0,1041.0,"An open-source engine that automates AI infrastructure provisioning on any cloud for development, training and..",23.0,26,True,2024-03-14 09:18:25.000,0.16.3,184.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-03-14 09:18:25.000,,2802.0,2802.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +483,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-03-04 18:16:03.000000,2024-02-29 15:08:13,800.0,6.0,112.0,30.0,405.0,64.0,314.0,997.0,BAyesian Model-Building Interface (Bambi) in Python.,36.0,26,True,2023-10-25 02:04:11.000,0.13.0,23.0,bambi,conda-forge/bambi,,,,109.0,109.0,https://pypi.org/project/bambi,,,30336.0,31081.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,29068.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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,2.0,236.0,61.0,246.0,22.0,365.0,955.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,,,,579.0,539.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,40.0,26385.0,27077.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,28320.0,,3.0,262.0,,,,,,,,,,,,,,,,,,,,,, +485,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-03-07 13:56:12.000000,2024-02-29 10:24:59,903.0,42.0,106.0,43.0,105.0,56.0,46.0,622.0,Bias Auditing & Fair ML Toolkit.,21.0,26,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,157.0,150.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,9605.0,9605.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +486,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-03-13 11:42:47.000000,2024-03-13 11:42:33,575.0,21.0,155.0,32.0,183.0,8.0,98.0,568.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,30.0,26,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],335.0,315.0,https://pypi.org/project/pyriemann,2022-07-17 13:53:18.565,20.0,33780.0,34024.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,5129.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +487,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-03-09 00:32:37.185000,2024-03-08 20:01:01,3751.0,43.0,69.0,47.0,355.0,21.0,395.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,26,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],59.0,41.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,18.0,542.0,1018.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,13349.0,,3.0,13.0,,,,,,,,,,,,,,,,,,,,,, +488,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-03-12 21:41:40.000000,2023-08-23 17:20:54,1241.0,,153.0,20.0,710.0,26.0,208.0,476.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,315.0,298.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,6306.0,7526.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,72014.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +489,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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,422.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7712.0,7428.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,284.0,180194.0,181041.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39847.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +490,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-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,11.0,39.0,5.0,15.0,6.0,48.0,319.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,26,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],662.0,630.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,32.0,98159.0,120460.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,914366.0,,3.0,40.0,,,,,,,,,,,,,,,,,,,,,, +491,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,1.0,802.0,148.0,1563.0,107.0,125.0,7914.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,18.0,trax,,,,,141.0,141.0,https://pypi.org/project/trax,,,3516.0,3516.0,,,,,3.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,,824.0,169.0,1588.0,145.0,74.0,6363.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'],22.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,1.0,213.0,218.0,,,,,3.0,355.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5770.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,,,,,124.0,121.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,409.0,457.0,,,,,3.0,3723.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,2024-03-14 13:28:00.000000,2024-03-14 13:16:14,3485.0,93.0,597.0,94.0,3837.0,206.0,1360.0,4837.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,90.0,25,True,2024-02-27 17:33:20.000,1.35.0,75.0,,,,,,,,,,,,,,,,,3.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-02-17 08:10:07.000000,2023-11-19 13:26:15,334.0,,946.0,46.0,33.0,65.0,112.0,4804.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],192.0,183.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,3260.0,3260.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,159.0,130.0,83.0,101.0,4610.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'],766.0,760.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,458.0,458.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +497,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,,512.0,137.0,649.0,65.0,198.0,3856.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,2609.0,2609.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +498,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,4.0,445.0,90.0,78.0,65.0,137.0,3346.0,Generate embeddings from large-scale graph-structured data.,32.0,25,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],3.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,3.0,415239.0,415242.0,,,,,2.0,177.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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,1.0,372.0,162.0,84.0,87.0,101.0,3138.0,A deep learning library for video understanding research.,55.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,7.0,68583.0,68583.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +500,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-03-12 16:54:46.000000,2023-12-09 00:22:24,2360.0,,683.0,163.0,61.0,10.0,719.0,3038.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,28.0,25,True,2023-10-23 21:02:38.000,1.6.0,20.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,907.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,62566.0,,3.0,4707.0,,,,,,,,,,,,,,,,,,,,,, +501,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,1.0,1050.0,217.0,3649.0,429.0,1111.0,2993.0,Unified and efficient Machine Learning.,248.0,25,True,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1623.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,129152.0,https://hub.docker.com/r/shogun/shogun,3.0,,,,,,,,,,2019-01-31 13:45:10.435327,1.0,1505.0,shogun,,,,,,,,,, +502,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,3.0,246.0,32.0,2015.0,3.0,650.0,2925.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,4761.0,4858.0,,,,,3.0,2634.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,,468.0,99.0,49.0,59.0,253.0,2789.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,,,,685.0,685.0,https://pypi.org/project/neuralcoref,,,2907.0,3225.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15075.0,,3.0,939.0,,,,,,,,,,,,,,,,,,,,,, +504,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2024-02-21 08:50:08.000000,2023-06-30 21:16:10,470.0,,322.0,66.0,316.0,45.0,124.0,2740.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'],51.0,50.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,2260.0,2586.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14699.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +505,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,221.0,50.0,481.0,45.0,70.0,2693.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,,,,,207.0,204.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,24532.0,24533.0,,,,,3.0,67.0,,,,,,,,,,,,,,,,,,,,,, +506,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,,316.0,94.0,2157.0,195.0,982.0,2672.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,25,True,2023-01-10 09:30:53.000,0.10.0,100.0,pymars,,,,,,,https://pypi.org/project/pymars,,,45091.0,45091.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +507,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,,216.0,67.0,42.0,17.0,23.0,2669.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,,,,917.0,912.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,58009.0,58279.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14333.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-01-22 06:09:24.000000,2023-07-01 21:40:58,1936.0,,331.0,40.0,86.0,28.0,157.0,2421.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,2199.0,2199.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +509,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-02-10 10:19:11.000000,2024-02-10 10:17:50,226.0,9.0,242.0,47.0,92.0,19.0,115.0,2107.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",112.0,109.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,3.0,3384.0,3384.0,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,,,,, +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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2079.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,56.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,56.0,39377.0,39377.0,,,,,3.0,,4.0,,,,,,,,,,,,,,,,,,,,, +511,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-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,12.0,236.0,37.0,38.0,13.0,114.0,2062.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,25,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,231.0,225.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,3503.0,4008.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22250.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +512,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,,199.0,29.0,65.0,35.0,83.0,1973.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],323.0,316.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,4488.0,4668.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6843.0,,3.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,,300.0,58.0,1313.0,233.0,810.0,1803.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'],102.0,100.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,2.0,605.0,605.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,2023-08-06 22:24:12.000000,2022-02-12 02:32:06,1636.0,,160.0,61.0,66.0,66.0,129.0,1794.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,386.0,376.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,10.0,620.0,620.0,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,,,,, +515,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,,265.0,50.0,87.0,22.0,190.0,1507.0,"Genetic Programming in Python, with a scikit-learn inspired API.",10.0,25,True,2022-05-03 10:56:08.000,0.4.2,2.0,gplearn,conda-forge/gplearn,,,['sklearn'],517.0,517.0,https://pypi.org/project/gplearn,,,5885.0,6031.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6614.0,,3.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,91.0,165.0,103.0,224.0,1355.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'],43.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,1.0,205.0,205.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +517,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,,141.0,29.0,63.0,7.0,70.0,1279.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'],1390.0,1377.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,12740.0,12740.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +518,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,1.0,290.0,55.0,63.0,12.0,109.0,1219.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,,,,,1036.0,1005.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,31.0,11320.0,11320.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +519,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,,230.0,36.0,68.0,52.0,206.0,1213.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,25,True,2023-10-12 14:58:48.000,2.1.2,6.0,innvestigate,,,,['tensorflow'],119.0,119.0,https://pypi.org/project/innvestigate,,,596.0,600.0,,,,,3.0,92.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,2024-03-12 10:20:37.000000,2024-02-13 12:59:29,2071.0,1.0,215.0,42.0,588.0,85.0,431.0,976.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,49.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,49.0,53945.0,54460.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18549.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +521,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,976.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],430.0,427.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,18562.0,18562.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +522,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2024-03-05 13:03:44.000000,2024-03-05 13:03:44,730.0,3.0,143.0,16.0,103.0,29.0,236.0,934.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,24584.0,30179.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,251786.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +523,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,,255.0,42.0,72.0,103.0,188.0,914.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,534.0,494.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,40.0,5177.0,5177.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +524,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,2.0,95.0,16.0,193.0,100.0,135.0,649.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,312.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,312.0,2554322.0,2554466.0,https://anaconda.org/anaconda/pysoundfile,,,,3.0,17477.0,,,,,,,,,,,,,,,,,,,,,, +525,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-03-13 14:06:46.000000,2024-03-12 16:02:28,863.0,22.0,81.0,9.0,722.0,90.0,436.0,591.0,Automated modeling and machine learning framework FEDOT.,33.0,25,True,2024-01-23 15:03:23.000,0.7.3,21.0,fedot,,,,,47.0,44.0,https://pypi.org/project/fedot,2024-03-05 21:31:39.000,3.0,1156.0,1156.0,,,,,2.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,,,,, +526,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-03-05 03:43:51.000000,2024-03-05 03:43:50,838.0,7.0,135.0,29.0,87.0,35.0,75.0,586.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,25,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,437.0,413.0,https://pypi.org/project/ml-metadata,2023-08-10 00:37:12.000,24.0,64451.0,64486.0,,,,,3.0,2120.0,,,,,,,,,,,,,,,,,,,,,, +527,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-03-07 12:59:02.000000,2024-03-07 12:58:46,473.0,7.0,50.0,8.0,53.0,168.0,234.0,580.0,python binding for libvips using cffi.,16.0,25,True,2024-01-04 12:00:44.000,2.2.2,25.0,pyvips,conda-forge/pyvips,,,,731.0,681.0,https://pypi.org/project/pyvips,2024-01-04 12:00:44.000,50.0,40138.0,41945.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,74124.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +528,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-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,64.0,16.0,13.0,34.0,7.0,517.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,,,,3703.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3703.0,396242.0,403054.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,231639.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +529,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-02-20 10:07:24.000000,2023-12-26 16:13:16,6706.0,24.0,143.0,36.0,394.0,37.0,135.0,367.0,Neuroimaging in Python FMRI analysis package.,69.0,25,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,274.0,223.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,51.0,2381.0,3712.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106524.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +530,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-02-11 07:50:28.337000,2024-02-11 00:53:13,766.0,9.0,85.0,13.0,30.0,7.0,47.0,362.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,397.0,372.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,25.0,107715.0,109318.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,67364.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,2024-03-12 05:14:33.000000,2024-03-06 11:08:29,532.0,16.0,56.0,40.0,282.0,19.0,60.0,301.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",39.0,25,True,2024-03-06 08:59:39.000,1.2.7,74.0,gokart,,,,,79.0,74.0,https://pypi.org/project/gokart,2024-03-06 08:59:39.000,5.0,4317.0,4317.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +532,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-03-12 17:13:41.000000,2024-03-12 17:13:40,2600.0,62.0,59.0,8.0,248.0,31.0,80.0,257.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,103.0,97.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1264.0,1886.0,https://anaconda.org/conda-forge/lenskit,2024-01-22 16:23:58.143,24918.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +533,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-03-14 01:51:13.000000,2024-03-13 08:59:28,468.0,68.0,105.0,21.0,490.0,58.0,97.0,256.0,An open-source toolkit for large-scale genomic analysis.,26.0,25,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,61004.0,61108.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,3857.0,,3.0,8.0,,,,,,,,,,,,,,,,,,,,,, +534,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,838.0,125.0,63.0,119.0,74.0,5010.0,Image augmentation library in Python for machine learning.,23.0,24,True,,,,Augmentor,,,,,719.0,719.0,https://pypi.org/project/Augmentor,,,8391.0,8391.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +535,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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,435.0,62.0,90.0,48.0,88.0,4906.0,Finding duplicate images made easy!.,15.0,24,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],94.0,89.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,22470.0,22470.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +536,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,,1370.0,351.0,59.0,51.0,,4270.0,Python Algorithmic Trading Library.,11.0,24,True,,,8.0,pyalgotrade,,,,,204.0,183.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,21.0,818.0,818.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +537,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,,718.0,64.0,247.0,129.0,824.0,4010.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,5226.0,5226.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +538,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,177.0,385.0,33.0,430.0,3810.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,89.0,89.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +539,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-03-11 16:08:57.000000,2024-03-11 16:03:05,1594.0,11.0,502.0,152.0,609.0,69.0,75.0,3513.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,24,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,24.0,24.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +540,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,109.0,396.0,3161.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],123.0,122.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,812.0,812.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +541,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-03-13 04:17:20.000000,2024-03-11 08:27:22,2739.0,50.0,1096.0,134.0,1052.0,52.0,72.0,3094.0,a distributed deep learning platform.,88.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,66.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,736.0,https://hub.docker.com/r/apache/singa,3.0,,,,,,,,,,2022-05-31 15:24:19.649658,4.0,6305.0,,,,,,,,,,, +542,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,110.0,73.0,193.0,117.0,3078.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,,,,,140.0,128.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,902.0,964.0,,,,,3.0,4512.0,,,,,,,,,,,,,,,,,,,,,, +543,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,,646.0,73.0,25.0,113.0,101.0,2972.0,Neural network visualization toolkit for keras.,10.0,24,False,,,8.0,keras-vis,,,,['tensorflow'],2892.0,2892.0,https://pypi.org/project/keras-vis,,,1162.0,1162.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +544,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,,403.0,126.0,143.0,172.0,247.0,2597.0,PYthon svg GrAph plotting Library.,77.0,24,False,2015-02-16 16:54:22.000,1.7.0,5.0,pygal,conda-forge/pygal,,,,,,https://pypi.org/project/pygal,,,385525.0,388233.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,37913.0,,2.0,,-4.0,,,,,,,,,,,,,,,,,,,,, +545,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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,453.0,38.0,239.0,18.0,279.0,2450.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,24,True,2023-07-23 13:34:05.000,4.1.0,17.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],,,https://pypi.org/project/pytorch-tabnet,,,41559.0,41789.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6226.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +546,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,,312.0,30.0,695.0,49.0,150.0,2425.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,88.0,87.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,1.0,423.0,423.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +547,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,,645.0,89.0,29.0,25.0,52.0,2315.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,,,,,715.0,534.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,181.0,28035.0,28035.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +548,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,,256.0,57.0,56.0,19.0,50.0,2206.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],672.0,653.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,6091.0,6091.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +549,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,2083.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,281.0,264.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,17.0,28957.0,28957.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +550,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,7.0,228.0,43.0,36.0,45.0,24.0,1839.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],454.0,432.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,2146.0,3065.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,32181.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +551,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-03-09 04:01:21.000000,2023-12-04 14:09:45,571.0,,128.0,56.0,449.0,67.0,102.0,1794.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,100.0,93.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,4857.0,4857.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +552,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,268.0,28.0,183.0,9.0,389.0,1610.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,24,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],180.0,172.0,https://pypi.org/project/talos,2022-05-28 10:07:34.000,8.0,1228.0,1228.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +553,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2023-09-22 07:25:32.800000,2023-04-20 14:53:46,460.0,,230.0,49.0,48.0,22.0,91.0,1585.0,Contextually-keyed word vectors.,19.0,24,True,2023-04-17 13:11:14.000,2.0.2,18.0,sense2vec,conda-forge/sense2vec,,,,335.0,335.0,https://pypi.org/project/sense2vec,,,2615.0,4624.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35980.0,,3.0,62903.0,,,,,,,,,,,,,,,,,,,,,, +554,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,,119.0,29.0,31.0,58.0,50.0,1565.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'],403.0,398.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,5.0,89153.0,89153.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +555,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-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,2.0,296.0,56.0,115.0,46.0,30.0,1495.0,Interpretability and explainability of data and machine learning models.,41.0,24,True,2023-07-01 11:47:13.000,0.3.0,3.0,aix360,,,,,87.0,87.0,https://pypi.org/project/aix360,,,1412.0,1412.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +556,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-03-05 19:49:22.000000,2023-11-08 21:41:55,157.0,,163.0,103.0,185.0,35.0,25.0,1480.0,fklearn: Functional Machine Learning.,55.0,24,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,586.0,586.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +557,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-03-14 13:20:54.000000,2024-03-14 13:15:40,347.0,7.0,292.0,41.0,253.0,69.0,193.0,1438.0,A framework for Privacy Preserving Machine Learning.,35.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,331.0,331.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +558,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,204.0,54.0,460.0,143.0,293.0,1181.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],74.0,65.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,836.0,836.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +559,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-02-06 13:53:10.000000,2023-12-24 06:07:13,78.0,2.0,226.0,20.0,18.0,5.0,87.0,1167.0,Implementation of the node2vec algorithm.,13.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,590.0,569.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,21.0,94078.0,94468.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27336.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +560,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,73.0,415.0,75.0,147.0,1148.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,,,,,171.0,161.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,10.0,376.0,376.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +561,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-02-12 12:03:03.000000,2019-08-16 09:00:15,140.0,,109.0,12.0,21.0,17.0,15.0,1055.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5128.0,4824.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,304.0,394619.0,394619.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +562,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,48.0,112.0,52.0,170.0,964.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,337.0,287.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,721.0,721.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +563,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,,2013-12-23 17:02:11.000,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,177.0,40.0,173.0,60.0,174.0,921.0,A Jupyter - Three.js bridge.,30.0,24,False,2022-08-31 09:02:38.000,2.4.1,18.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],30.0,30.0,https://pypi.org/project/pythreejs,,,75102.0,84105.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,524005.0,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,,,3429.0,,,,,,,,,,,,,, +564,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-02-01 14:51:21.000000,2024-02-01 14:45:49,245.0,8.0,106.0,15.0,41.0,35.0,27.0,813.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,562.0,547.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,40297.0,50643.0,,,,,3.0,413876.0,,,,,,,,,,,,,,,,,,,,,, +565,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-03-11 18:58:03.000000,2024-03-11 18:51:35,290.0,14.0,248.0,46.0,18.0,9.0,91.0,805.0,Data compression in TensorFlow.,21.0,24,True,2024-03-11 18:58:03.000,2.16.0,25.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,12613.0,12613.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +566,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],51.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,44.0,5696.0,10493.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,311064.0,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,1004.0,,,,,,,,,,,,,, +567,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-03-05 13:03:08.000000,2024-03-05 13:03:07,598.0,4.0,128.0,16.0,57.0,32.0,123.0,751.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,45.0,13268.0,15248.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,91096.0,,2.0,,,,,,,,,,,,,,,,,,,,,,, +568,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,34.0,25.0,34.0,236.0,739.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,,,,,181.0,168.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,13.0,3257.0,3257.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +569,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,76.0,13.0,48.0,22.0,53.0,714.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1409.0,1380.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,345273.0,345451.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5166.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +570,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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,2.0,155.0,17.0,72.0,35.0,108.0,684.0,Ternary plotting library for python with matplotlib.,27.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,192.0,165.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,27.0,56970.0,57805.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79411.0,,3.0,25.0,,,,,,,,,,,,,,,,,,,,,, +571,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,,138.0,132.0,91.0,43.0,67.0,649.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'],205.0,190.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,15.0,16754.0,16754.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +572,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-02-10 13:12:00.000000,2024-02-10 13:11:04,343.0,23.0,85.0,7.0,19.0,1.0,85.0,531.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,17.0,24,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,67.0,65.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,12291.0,12291.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +573,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,9.0,17.0,11.0,12.0,507.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'],4415.0,4249.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,166.0,2322001.0,2331582.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,891049.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +574,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,1.0,84.0,29.0,318.0,75.0,27.0,364.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],367.0,360.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,39893.0,39893.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +575,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,2.0,736.0,105.0,588.0,105.0,345.0,5804.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.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,18598.0,18598.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +576,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-03-03 01:46:55.000000,2024-03-03 01:31:19,1096.0,2.0,881.0,117.0,675.0,238.0,542.0,5404.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,23,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,943.0,943.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +577,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-03-11 13:23:02.000000,2024-03-11 13:23:01,3347.0,3.0,820.0,232.0,110.0,57.0,620.0,4857.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,23,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,22.0,,,,,3.0,1504.0,,,,,,,,,,,,,,,,,,,,,, +578,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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1310.0,305.0,209.0,66.0,211.0,4669.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1837.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,3.0,,,,,,,,,,2020-09-03 13:00:35.801133,8.0,143306.0,,,,,,,,,,, +579,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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,1001.0,93.0,63.0,253.0,269.0,4569.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,23,False,2020-01-10 11:28:38.000,1.0.1,4.0,segmentation_models,,,,['tensorflow'],,,https://pypi.org/project/segmentation_models,,,21106.0,21106.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +580,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,,718.0,101.0,35.0,103.0,113.0,4450.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,23,False,2020-01-08 15:35:45.000,2.2.0,1.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],123.0,123.0,https://pypi.org/project/ISR,,,5394.0,5397.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,3.0,,,,,,,,,,2019-04-01 13:48:45.697251,1.0,234.0,,,,,,,,,,, +581,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3868.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,,,,1.0,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,1.0,156.0,179.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1889.0,,3.0,384.0,,,,,,,,,,,,,,,,,,,,,, +582,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,,529.0,175.0,50.0,65.0,49.0,3475.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],59.0,56.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,117.0,117.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,6.0,324.0,53.0,414.0,79.0,106.0,3208.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'],35.0,34.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,226.0,226.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,,221.0,55.0,36.0,74.0,122.0,3103.0,A GUI for Pandas DataFrames.,15.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],360.0,355.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3549.0,4102.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,21040.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +585,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,,236.0,43.0,110.0,80.0,64.0,2857.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,9806.0,9808.0,,,,,3.0,121.0,,,,,,,,,,,,,,,,,,,,,, +586,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-03-13 21:11:32.000000,2024-03-13 21:09:44,767.0,2.0,362.0,92.0,548.0,144.0,92.0,2739.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,23,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,9.0,30877.0,30877.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +587,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,441.0,65.0,122.0,32.0,350.0,2377.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,96.0,96.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +588,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,,302.0,67.0,78.0,64.0,68.0,2094.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'],30.0,27.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1986.0,1986.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +589,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,,669.0,82.0,48.0,24.0,64.0,2030.0,Common financial technical indicators implemented in Pandas.,28.0,23,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,498.0,486.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,7960.0,7960.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +590,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,,243.0,45.0,33.0,51.0,90.0,1915.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'],165.0,165.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3306.0,3306.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +591,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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,9.0,341.0,42.0,68.0,161.0,95.0,1844.0,Super easy library for BERT based NLP models.,36.0,23,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,2024-01-30 11:59:18.000,2.0,1401.0,1401.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +592,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,45.0,14.0,57.0,35.0,1763.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,23,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",264.0,253.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,1608.0,1608.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +593,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-02-04 20:37:53.000000,2024-02-04 20:37:53,1083.0,10.0,264.0,33.0,38.0,24.0,176.0,1746.0,A library for graph deep learning research.,49.0,23,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,488.0,488.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +594,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,,115.0,39.0,11.0,33.0,51.0,1609.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,347.0,335.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,2103.0,2103.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +595,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,,259.0,50.0,312.0,99.0,17.0,1538.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,24461.0,24461.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +596,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2024-03-10 16:45:11.000000,2024-03-10 16:48:30,1193.0,24.0,118.0,28.0,68.0,2.0,29.0,1473.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.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,6801.0,6801.0,,,,,3.0,13.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-02-25 11:49:36.000000,2024-02-25 11:49:35,1255.0,44.0,111.0,32.0,159.0,71.0,140.0,1419.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.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,,93.0,104.0,,,,,3.0,493.0,,,,,,,,,,,,,,,,,,,,,, +598,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,2023-11-06 16:35:34.000000,2023-11-06 15:20:05,206.0,,311.0,50.0,43.0,,,1315.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,23,True,2020-09-13 21:05:45.000,0.8.4,1.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],436.0,436.0,https://pypi.org/project/keras-ocr,,,19961.0,42197.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,310.0,,3.0,933632.0,,,,,,,,,,,,,,,,,,,,,, +599,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1265.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],62.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,566.0,566.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +600,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-02-07 11:53:44.000000,2023-12-09 21:53:10,773.0,,182.0,18.0,259.0,77.0,94.0,1249.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,23,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,60940.0,60940.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +601,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-03-02 12:24:45.000000,2023-10-17 15:42:30,833.0,,327.0,51.0,792.0,7.0,300.0,1199.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,23,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],2.0,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,2.0,1342.0,1342.0,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,,,,, +602,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-03-13 15:41:43.000000,2024-03-10 13:42:56,543.0,45.0,126.0,21.0,254.0,11.0,127.0,1180.0,A standard framework for modelling Deep Learning Models for tabular data.,20.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,3421.0,3421.0,,,,,1.0,24.0,,,,,,,,,,,,,,,,,,,,,, +603,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,185.0,34.0,73.0,3.0,86.0,1032.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'],217.0,208.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,4885.0,4885.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-01-08 07:04:51.000000,2023-03-29 07:39:45,85.0,,83.0,26.0,54.0,36.0,28.0,939.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,True,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,644.0,621.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,40167.0,41541.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,41233.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +605,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,,149.0,23.0,46.0,15.0,82.0,906.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2384.0,2369.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,15.0,5507.0,5507.0,,,,,3.0,26.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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,108.0,26.0,36.0,34.0,69.0,873.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],600.0,588.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,25186.0,25186.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,14.0,77.0,219.0,218.0,853.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,94.0,94.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,5341.0,5341.0,,,,,3.0,14.0,,,,,,,,,,,,,,,,,,,,,, +608,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2024-02-03 15:37:34.000000,2023-12-07 19:31:40,331.0,,133.0,20.0,44.0,5.0,81.0,540.0,Medical image processing in Python.,18.0,23,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1812.0,1765.0,https://pypi.org/project/MedPy,2019-02-14 17:12:59.000,47.0,16476.0,17175.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,23077.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,2024-02-05 23:14:28.000000,2024-01-24 01:39:16,963.0,8.0,174.0,24.0,830.0,105.0,387.0,524.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,23,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1516.0,3825.0,,,,,3.0,73902.0,,,,,,,,,,,,,,,,,,,,,, +610,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-02-06 03:34:11.000000,2023-08-10 03:20:53,1214.0,,64.0,7.0,207.0,18.0,109.0,495.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],233.0,228.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3082.0,3082.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +611,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,,27.0,7.0,19.0,4.0,9.0,154.0,Get list of common stop words in various languages in Python.,8.0,23,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2291.0,2135.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,156.0,163663.0,163663.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +612,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,545.0,83.0,37.0,59.0,26.0,10754.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,47.0,47.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,807.0,896.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2316.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +613,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7982.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,736.0,736.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +614,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,,1466.0,131.0,51.0,152.0,141.0,7699.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,22,False,2020-03-01 03:29:43.000,1.0,1.0,efficientnet-pytorch,,,,['pytorch'],1.0,1.0,https://pypi.org/project/efficientnet-pytorch,,,134834.0,212941.0,,,,,3.0,3749174.0,-5.0,,,,,,,,,,,,,,,,,,,,, +615,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,262.0,68.0,115.0,135.0,6271.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,3.0,84.0,84.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +616,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,,779.0,225.0,25.0,8.0,122.0,5321.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'],28.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,8.0,1302.0,1302.0,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,,,, +617,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1698.0,19.0,17.0,70.0,24.0,4955.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,26.0,26.0,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,3091.0,3091.0,,,,,3.0,,5.0,,,,,,,,,,,,,,,,,,,,, +618,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-03-14 04:03:27.000000,2024-03-11 18:26:55,1566.0,13.0,821.0,144.0,1474.0,326.0,398.0,4943.0,Simple and Distributed Machine Learning.,116.0,22,True,2023-11-27 21:27:39.000,1.0.2,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,2.0,2.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +619,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,737.0,138.0,43.0,131.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,22,False,2020-02-03 01:07:00.000,2.0.0,12.0,textgenrnn,,,,['tensorflow'],1109.0,1109.0,https://pypi.org/project/textgenrnn,,,723.0,735.0,,,,,3.0,902.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-02-27 22:00:43.000000,2023-01-15 11:37:16,279.0,,903.0,114.0,100.0,148.0,347.0,4663.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,2.0,12981.0,12981.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:13.000000,2022-03-13 19:08:59,231.0,,322.0,74.0,37.0,95.0,74.0,4379.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:13.000,0.11.1,67.0,deep-daze,,,,,51.0,51.0,https://pypi.org/project/deep-daze,,,474.0,474.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +622,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-03-12 17:57:31.000000,2023-08-15 07:38:22,956.0,,542.0,167.0,46.0,37.0,28.0,4221.0,High-performance TensorFlow library for quantitative finance.,47.0,22,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,1235.0,1235.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,,654.0,77.0,53.0,176.0,101.0,3367.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'],7.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,7.0,3397.0,3406.0,,,,,3.0,553.0,,,,,,,,,,,,,,,,,,,,,, +624,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-01-01 21:29:17.000000,2024-01-01 21:13:34,684.0,1.0,497.0,214.0,16.0,24.0,4.0,3315.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,12.0,12.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,200.0,200.0,,,,,3.0,51.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,,379.0,208.0,9.0,6.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'],146.0,143.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,2481.0,2481.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-02-23 01:59:10.000000,2021-05-06 12:10:38,127.0,,157.0,49.0,61.0,1.0,30.0,3006.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,,,,48.0,48.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,396.0,451.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1431.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +627,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-03-08 14:22:37.000000,2024-01-21 06:34:10,937.0,2.0,173.0,20.0,77.0,93.0,170.0,2716.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,22,True,2023-03-03 01:24:36.000,1.0.0,3.0,ffcv,,,,,38.0,38.0,https://pypi.org/project/ffcv,,,639.0,639.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +628,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,,132.0,29.0,200.0,16.0,73.0,2665.0,HiPlot makes understanding high dimensional data easy.,9.0,22,True,2021-11-04 14:24:43.000,0.1.32,35.0,hiplot,conda-forge/hiplot,,,,3.0,3.0,https://pypi.org/project/hiplot,,,17812.0,21417.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,176656.0,,3.0,,-3.0,,,,,,,,,,,,,,,,,,,,, +629,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,,401.0,131.0,136.0,52.0,128.0,2395.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,,,10.0,luminoth,,,,['tensorflow'],57.0,57.0,https://pypi.org/project/luminoth,,,1917.0,2082.0,,,,,3.0,12770.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,144.0,36.0,126.0,2381.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'],29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,43.0,43.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +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-03-12 17:14:35.000000,2024-03-12 17:14:35,536.0,4.0,196.0,41.0,118.0,55.0,126.0,2138.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,27.0,22,True,,,2.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,,,4560.0,4560.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +632,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-02-26 15:38:11.000000,2023-06-01 12:18:23,739.0,,309.0,43.0,44.0,85.0,56.0,2117.0,A modular active learning framework for Python.,20.0,22,True,,,13.0,modAL,,,,['sklearn'],,,https://pypi.org/project/modAL,,,274887.0,274887.0,,,,,3.0,31.0,-4.0,,,,,,,,,,,,,,,,,,,,, +633,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2024-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,157.0,24.0,33.0,30.0,31.0,1880.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,421.0,584.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4363.0,,3.0,82.0,,,,,,,,,,,,,,,,,,,,,, +634,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2024-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,1.0,105.0,38.0,30.0,27.0,78.0,1779.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,28.0,28.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,12246.0,12246.0,,,,,3.0,15.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,,209.0,38.0,111.0,54.0,42.0,1703.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'],157.0,148.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,9.0,2624.0,4859.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,204568.0,,3.0,413.0,,,,,,,,,,,,,,,,,,,,,, +636,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,98.0,45.0,187.0,216.0,1634.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,7.0,680.0,680.0,,,,,3.0,44.0,,,,,,,,,,,,,,,,,,,,,, +637,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,,288.0,46.0,800.0,71.0,485.0,1593.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,99.0,99.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,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,281.0,73.0,728.0,53.0,64.0,1571.0,An end-to-end PyTorch framework for image and video classification.,77.0,22,True,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,778.0,1153.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18774.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +639,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,204.0,45.0,12.0,4.0,51.0,1560.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,22,False,,,,geffnet,,,,['pytorch'],216.0,216.0,https://pypi.org/project/geffnet,,,10433.0,10433.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-02-19 23:42:32.000000,2022-08-31 13:13:15,103.0,,83.0,41.0,15.0,8.0,27.0,1294.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'],158.0,145.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,13.0,13689.0,13836.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4291.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,,189.0,27.0,57.0,21.0,36.0,1263.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'],160.0,155.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,461.0,461.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +642,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-03-13 23:24:09.000000,2023-12-06 23:22:36,184.0,,108.0,37.0,25.0,17.0,114.0,1168.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,6181.0,6181.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,,215.0,66.0,29.0,31.0,12.0,1146.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,9990.0,9990.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +644,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-02-06 06:41:55.000000,2023-07-16 15:16:10,420.0,,147.0,93.0,118.0,33.0,45.0,1131.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,103.0,102.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,384.0,384.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +645,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,86.0,64.0,206.0,1015.0,Line based ATR Engine based on OCRopy.,20.0,22,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,1688.0,1688.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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,110.0,51.0,98.0,41.0,51.0,1008.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'],225.0,217.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,8.0,2644.0,2644.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +647,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,25.0,594.0,63.0,511.0,838.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,3480.0,3480.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +648,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,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,,83.0,19.0,153.0,24.0,83.0,826.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,22,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,2023-10-02 19:57:48.000,1.0,1080.0,1285.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7798.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +649,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,,102.0,29.0,60.0,22.0,74.0,822.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,386.0,382.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,4.0,3703.0,3703.0,,,,,3.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-02-05 16:21:42.000000,2023-11-24 10:43:28,313.0,,129.0,20.0,74.0,5.0,64.0,815.0,An intuitive library to extract features from time series.,18.0,22,True,2023-08-23 07:53:53.000,0.1.6,11.0,tsfel,,,,,119.0,119.0,https://pypi.org/project/tsfel,2023-08-22 10:46:05.000,,23400.0,23400.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +651,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,2.0,78.0,26.0,162.0,51.0,62.0,757.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,22,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],53.0,49.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,591.0,591.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +652,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,756.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,22,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],45.0,43.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,2.0,1526.0,1526.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +653,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-03-04 13:42:02.000000,2024-03-04 13:42:01,1154.0,29.0,123.0,30.0,971.0,37.0,50.0,755.0,Machine learning framework for both deep learning and traditional algorithms.,36.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,301.0,301.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +654,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,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,72391.0,72391.0,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,,,,, +655,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,684.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,,,,406.0,399.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,7.0,15948.0,16003.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1887.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +656,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,24.0,33.0,666.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],257.0,234.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,81809.0,83523.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,149142.0,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,,,,, +657,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,26.0,433.0,10.0,237.0,631.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'],90.0,86.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,758.0,758.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +658,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,27.0,23.0,57.0,35.0,598.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,,,,433.0,411.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,22.0,10928.0,11399.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18386.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +659,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,581.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],146.0,141.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12303.0,12303.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-03-03 23:08:51.000000,2023-12-29 21:08:41,477.0,30.0,57.0,26.0,9.0,14.0,34.0,517.0,Active Learning for Text Classification in Python.,6.0,22,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",27.0,27.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,513.0,778.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5310.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +661,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-03-09 11:59:05.000000,2023-03-05 00:16:57,419.0,,99.0,36.0,276.0,70.0,173.0,465.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,76.0,74.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,2165.0,2168.0,,,,,3.0,299.0,,,,,,,,,,,,,,,,,,,,,, +662,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,378.0,Studio: Simplify and expedite model building process.,24.0,22,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,1208.0,1208.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +663,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,2.0,48.0,17.0,2.0,9.0,3.0,370.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,,,,,505.0,503.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,2.0,14558.0,14558.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +664,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,,27.0,8.0,4.0,21.0,60.0,285.0,Multiple Imputation with LightGBM in Python.,6.0,22,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,125.0,120.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,26072.0,26442.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11858.0,,2.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,,49.0,14.0,712.0,217.0,204.0,278.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,107.0,99.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,858.0,858.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,13.0,9.0,4.0,12.0,229.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,,,,1056.0,1010.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,94848.0,96235.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,56883.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +667,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,647.0,94.0,150.0,98.0,103.0,8347.0,The user analytics platform for LLMs.,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/nebuly,,,,,,,,,,,,,,,,,,, +668,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,166.0,120.0,22.0,112.0,2926.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,265.0,265.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +669,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,327.0,74.0,2.0,18.0,7.0,2904.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'],196.0,188.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,1240.0,1240.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +670,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1652.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,82.0,82.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +671,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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,15.0,33.0,1635.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'],55.0,49.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,2773.0,2773.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +672,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-03-13 07:44:20.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,5.0,74.0,1581.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,65.0,291.0,,,,https://hub.docker.com/r/zh794390558/delta,3.0,,,,,,,,,,2021-08-03 14:50:00.516864,,13117.0,,,,,,,,,,, +673,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,,140.0,102.0,150.0,21.0,20.0,1551.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,,,,,22.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,1341.0,1341.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +674,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-01-29 06:34:18.000000,2024-01-29 06:20:56,908.0,2.0,208.0,57.0,52.0,74.0,149.0,1533.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,36.0,21,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,,368.0,399.0,,,,,3.0,2756.0,,,,,,,,,,,,,,,,,,,,,, +675,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,,358.0,62.0,47.0,37.0,72.0,1474.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'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,352.0,352.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +676,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,66.0,51.0,23.0,75.0,1468.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,438.0,438.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +677,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,,399.0,102.0,36.0,11.0,24.0,1419.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,202.0,202.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +678,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,,220.0,64.0,48.0,36.0,90.0,1249.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,441.0,441.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +679,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,,170.0,32.0,86.0,15.0,32.0,1229.0,"A program for financial portfolio management, analysis and optimisation.",7.0,21,True,,,14.0,FinQuant,,,,,88.0,88.0,https://pypi.org/project/FinQuant,,,486.0,486.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +680,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,,208.0,28.0,61.0,54.0,60.0,1059.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,129.0,119.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,10.0,610.0,615.0,,,,,3.0,598.0,,,,,,,,,,,,,,,,,,,,,, +681,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,1048.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,212.0,212.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +682,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:55:38.000000,2024-02-13 05:55:37,305.0,2.0,89.0,19.0,73.0,18.0,44.0,940.0,Audio processing by using pytorch 1D convolution network.,15.0,21,True,2020-11-08 10:18:26.000,0.2.0,2.0,nnAudio,,,,,161.0,161.0,https://pypi.org/project/nnAudio,,,10342.0,10342.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +683,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,2.0,23.0,820.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:24:15.000,0.1.7,3.0,iterative-stratification,,,,['sklearn'],414.0,414.0,https://pypi.org/project/iterative-stratification,,,22587.0,22587.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +684,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,,160.0,38.0,46.0,43.0,49.0,788.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,99.0,90.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,379.0,379.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +685,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,13.0,3.0,634.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']",616.0,608.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,19065.0,19065.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +686,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,,53.0,30.0,12.0,11.0,15.0,632.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,,,,,232.0,178.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,54.0,8660.0,8660.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +687,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,302.0,596.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,216.0,216.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +688,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,29.0,31.0,5.0,24.0,561.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1827.0,1827.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +689,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,15.0,552.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,50.0,50.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,16119.0,16119.0,,,,,3.0,5.0,,,,,,,,,,,,,,,,,,,,,, +690,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2023-06-16 16:14:43.440000,2021-12-19 09:41:43,133.0,,55.0,11.0,20.0,13.0,37.0,530.0,Joyplots in Python with matplotlib & pandas.,6.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,363.0,354.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,11383.0,11795.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,24746.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +691,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,486.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,2.0,apricot-select,,,,,98.0,98.0,https://pypi.org/project/apricot-select,,,4819.0,4819.0,,,,,3.0,27.0,,,,,,,,,,,,,,,,,,,,,, +692,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,,41.0,12.0,11.0,9.0,52.0,486.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,21,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,32.0,27.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,2472.0,2474.0,,,,,3.0,132.0,,,,,,,,,,,,,,,,,,,,,, +693,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,481.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,14790.0,14793.0,,,,,3.0,145.0,,,,,,,,,,,,,,,,,,,,,, +694,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-03-14 13:17:21.000000,2024-03-01 10:56:06,1714.0,25.0,68.0,7.0,209.0,46.0,80.0,480.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,19.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,24.0,23.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,979.0,985.0,,,,,3.0,150.0,,,,,,,,,,,,,,,,,,,,,, +695,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,,106.0,20.0,57.0,26.0,21.0,475.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,21,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,68.0,60.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2217.0,2217.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +696,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,19.0,97.0,18.0,9.0,5.0,40.0,435.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,21,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,52.0,52.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,2645.0,2645.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +697,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,415.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,127.0,113.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,14.0,4329.0,4329.0,,,,,3.0,90.0,,,,,,,,,,,,,,,,,,,,,, +698,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-03-14 14:04:09.000000,2024-03-05 20:07:54,5600.0,18.0,92.0,15.0,744.0,28.0,436.0,409.0,Lightwood is Legos for Machine Learning.,45.0,21,False,2024-01-10 21:22:19.000,23.12.4.0,202.0,lightwood,,,,['pytorch'],2.0,,https://pypi.org/project/lightwood,2023-12-25 13:15:52.000,2.0,5067.0,5067.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +699,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-01-15 10:30:51.000000,2024-01-15 10:30:46,5151.0,73.0,38.0,13.0,1.0,2.0,80.0,401.0,Deep Learning PyTorch.,1.0,21,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,430.0,430.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +700,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,,27.0,10.0,9.0,2.0,9.0,398.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'],1125.0,1119.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,248034.0,248034.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +701,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-03-01 01:43:30.000000,2024-02-01 02:10:41,658.0,6.0,60.0,30.0,447.0,11.0,91.0,369.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2023-07-18 13:09:18.000,4.0.0,28.0,vega,conda-forge/vega,,,['jupyter'],4.0,4.0,https://pypi.org/project/vega,,,23892.0,30093.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,576705.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +702,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,,48.0,11.0,37.0,28.0,37.0,345.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,,,,,226.0,219.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,7.0,2799.0,2799.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +703,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,,33.0,18.0,6.0,18.0,21.0,305.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],90.0,89.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1815.0,1815.0,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,,,, +704,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-03-08 20:29:51.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,42.0,8.0,10.0,287.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,315733.0,315733.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +705,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-03-13 18:10:29.000000,2024-03-12 15:01:29,707.0,50.0,22.0,4.0,269.0,1.0,,281.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,11.0,21,False,2023-09-08 15:06:42.000,1.1.186,81.0,upgini,,,,,6.0,6.0,https://pypi.org/project/upgini,,,12272.0,12272.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +706,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/hex-inc/vegafusion,https://github.com/hex-inc/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-03-12 14:08:22.000000,2024-03-12 14:08:21,647.0,24.0,10.0,22.0,335.0,42.0,79.0,281.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-02-26 13:16:08.000,1.6.5,71.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,2024-02-26 12:44:45.000,1.0,2334.0,6936.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-02-26 18:04:51.566,97873.0,,3.0,5063.0,,,hex-inc/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-02-26 12:50:57.225,2.0,330.0,,,,,,,,,,,,,, +707,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,5.0,68.0,28.0,31.0,30.0,113.0,259.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,,,,12.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,12.0,1541.0,3603.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,83898.0,,3.0,1860.0,,,,,,,,,,,,,,,,,,,,,, +708,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,1.0,2184.0,147.0,89.0,240.0,286.0,12621.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,,,,,,,,,,,,,,,,,,,,,,, +709,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1100.0,97.0,48.0,368.0,281.0,6182.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,20,True,,,,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,,,19.0,19.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +710,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,,475.0,87.0,180.0,108.0,161.0,3554.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,42.0,65.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,3.0,,,,,,,,,,2020-03-03 02:33:23.358610,,1326.0,,,,,,,,,,, +711,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,97.0,16.0,53.0,17.0,3362.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,147.0,140.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,622.0,622.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +712,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,,168.0,65.0,54.0,6.0,44.0,3081.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,20,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,216.0,216.0,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,,,,, +713,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,,316.0,60.0,242.0,173.0,110.0,3053.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,20,True,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,6742.0,6755.0,,,,,3.0,673.0,,,,,,,,,,,,,,,,,,,,,, +714,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-02-27 15:19:24.000000,2021-06-15 18:41:51,22.0,,264.0,32.0,21.0,27.0,37.0,2978.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1669.0,1669.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +715,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,102.0,54.0,64.0,48.0,2913.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,806.0,806.0,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,,,,,, +716,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,102.0,1000.0,94.0,260.0,2824.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,,,,,,,,,,,,,,,,,,,,,,, +717,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,,827.0,86.0,30.0,45.0,80.0,2636.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,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,7.0,873.0,873.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +718,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,,455.0,127.0,225.0,87.0,183.0,2299.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,76.0,76.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +719,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,15.0,105.0,2036.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,2021-11-06 23:08:36.000,1.4.4,21.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,,,5230.0,5230.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +720,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,,175.0,55.0,895.0,129.0,586.0,1886.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,18.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1019.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +721,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-01-21 21:25:55.000000,2024-01-21 21:25:55,370.0,1.0,143.0,17.0,70.0,17.0,38.0,1639.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,16.0,20,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1412.0,1412.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +722,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,,157.0,46.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,20,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],24.0,24.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1619.0,1619.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +723,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,40.0,13.0,14.0,9.0,1266.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,,,,,123.0,122.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,1.0,1850.0,1850.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +724,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,56.0,14.0,30.0,19.0,1012.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,,,,184.0,172.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,461.0,701.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8184.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +725,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,131.0,25.0,76.0,43.0,36.0,1009.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,232314.0,232476.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7800.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +726,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,1005.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'],80.0,76.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,88.0,88.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +727,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-02-29 13:59:46.000000,2024-02-29 13:59:45,84.0,1.0,179.0,24.0,58.0,10.0,27.0,924.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",17.0,20,True,,,,saliency,,,,['tensorflow'],77.0,77.0,https://pypi.org/project/saliency,,,8936.0,8936.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +728,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,,133.0,36.0,16.0,8.0,4.0,922.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3625.0,3613.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,12.0,600.0,600.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +729,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-02-21 01:44:13.000000,2024-02-01 21:38:56,330.0,1.0,161.0,29.0,110.0,67.0,56.0,876.0,Source code/webpage/demos for the What-If Tool.,20.0,20,True,2021-10-12 17:36:36.000,1.8.1,4.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,2.0,2.0,https://pypi.org/project/witwidget,,,3743.0,52649.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2137808.0,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,,,1400.0,,,,,,,,,,,,,, +730,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,129.0,18.0,24.0,27.0,39.0,809.0,python partial dependence plot toolbox.,7.0,20,True,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,23835.0,24191.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19943.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +731,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-03-08 18:45:05.000000,2024-02-23 18:14:41,183.0,30.0,44.0,11.0,50.0,4.0,13.0,801.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",12.0,20,True,2024-02-23 18:15:40.000,1.1.1,29.0,uform,,,,['pytorch'],19.0,18.0,https://pypi.org/project/uform,2024-02-23 18:15:40.000,1.0,1050.0,1050.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +732,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,25.0,39.0,754.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,,,,,118.0,102.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,16.0,835.0,835.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +733,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,76.0,98.0,51.0,43.0,750.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,13382.0,13382.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +734,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-02-21 00:34:45.000000,2024-01-08 12:42:48,1503.0,1.0,79.0,35.0,651.0,22.0,118.0,695.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']",13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,81.0,81.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +735,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-01-28 21:21:14.000000,2024-01-28 21:21:14,295.0,10.0,107.0,17.0,24.0,,85.0,664.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,20,True,2024-01-28 14:11:58.000,0.0.90,37.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-01-28 14:11:58.000,,5964.0,5964.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +736,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-03-13 05:15:59.000000,2024-01-15 01:52:35,490.0,2.0,106.0,32.0,557.0,191.0,245.0,664.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-01-15 02:09:18.000,23.12.00,9.0,merlin-core,,,,,,,https://pypi.org/project/merlin-core,,,2833.0,2833.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +737,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,,2015-09-09 13:39:18.000,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,81.0,21.0,8.0,23.0,41.0,644.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,20,False,2018-01-15 18:11:51.000,0.9.0,8.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],412.0,412.0,https://pypi.org/project/pivottablejs,,,27794.0,27823.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2892.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +738,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,104.0,24.0,25.0,43.0,61.0,608.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'],163.0,161.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1400.0,1509.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3607.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +739,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,,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,93.0,27.0,32.0,29.0,6.0,586.0,machine learning with logical rules in Python.,19.0,20,False,2020-12-11 09:37:02.000,1.0.1,1.0,skope-rules,,,,['sklearn'],371.0,371.0,https://pypi.org/project/skope-rules,,,21096.0,21096.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +740,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,,165.0,57.0,20.0,39.0,60.0,537.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,33.0,28.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,62.0,62.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +741,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,,56.0,60.0,9.0,23.0,25.0,521.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,,,,,90.0,89.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,1.0,390.0,390.0,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,,,,, +742,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,,81.0,20.0,247.0,10.0,23.0,400.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,2059.0,2059.0,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,,,,, +743,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,364.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,88.0,84.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4775.0,4776.0,,,,,3.0,64.0,,,,,,,,,,,,,,,,,,,,,, +744,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,33.0,184.0,363.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,6.0,TimeSide,,,,,17.0,17.0,https://pypi.org/project/TimeSide,,,96.0,96.0,,,,,3.0,,,,yomguy/TimeSide,,,,,,,,,,,,,,,,,,, +745,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,16.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'],242.0,236.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,1806.0,1806.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +746,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-03-02 06:47:42.000000,2023-07-02 18:02:16,1462.0,,44.0,15.0,171.0,19.0,64.0,236.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,336.0,336.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +747,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-02-05 07:59:49.000000,2024-02-05 07:59:48,584.0,4.0,33.0,24.0,637.0,21.0,127.0,234.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,2453.0,2473.0,,,,,3.0,1003.0,,,,,,,,,,,,,,,,,,,,,, +748,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,,,,,424.0,410.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,14.0,1778.0,1782.0,,,,,3.0,369.0,,,,,,,,,,,,,,,,,,,,,, +749,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,212.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,76.0,74.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,62034.0,62034.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +750,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-03-05 09:02:43.000000,2024-03-05 08:55:36,860.0,19.0,17.0,8.0,182.0,11.0,23.0,150.0,Toolkit for developing and maintaining ML models.,14.0,20,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,,9373.0,9373.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +751,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-03-05 14:05:51.000000,2020-04-18 19:15:25,24.0,,1014.0,138.0,42.0,34.0,10.0,7785.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'],40.0,38.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,1194.0,1194.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +752,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,,362.0,86.0,4.0,3.0,18.0,2150.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.0,19,False,,,,pdftabextract,,,,,48.0,48.0,https://pypi.org/project/pdftabextract,,,451.0,451.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +753,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2023-08-26 21:36:44.000000,2023-08-26 20:55:56,106.0,,230.0,62.0,105.0,24.0,56.0,2102.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,19,True,2021-05-21 00:29:47.000,0.2,2.0,pycls,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pycls,,,855.0,855.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +754,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,,138.0,17.0,11.0,41.0,43.0,1041.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'],124.0,119.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,2296.0,2296.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +755,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,2.0,187.0,61.0,7.0,13.0,29.0,1036.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,19,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,152.0,152.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +756,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,2.0,292.0,97.0,121.0,59.0,97.0,999.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,19,True,,,6.0,astroML,conda-forge/astroml,,,['sklearn'],,,https://pypi.org/project/astroML,,,1663.0,2199.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42387.0,,3.0,,-3.0,,,,,,,,,,,,,,,,,,,,, +757,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,,171.0,18.0,42.0,22.0,59.0,881.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,7.0,robustness,conda-forge/robustness,,,,169.0,169.0,https://pypi.org/project/robustness,,,325.0,513.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8085.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +758,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,15.0,24.0,58.0,69.0,846.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,98.0,97.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,495.0,495.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +759,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,,226.0,31.0,38.0,40.0,21.0,832.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,2.0,5743.0,5743.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +760,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:15:43.000000,2024-01-16 09:12:58,32.0,3.0,80.0,14.0,35.0,2.0,23.0,791.0,Leave One Feature Out Importance.,6.0,19,True,2024-01-16 09:15:43.000,0.3.4,1.0,lofo-importance,,,,,27.0,27.0,https://pypi.org/project/lofo-importance,,,2948.0,2948.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +761,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,68.0,22.0,47.0,11.0,17.0,757.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,697.0,1604.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22697.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +762,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,,137.0,25.0,19.0,20.0,5.0,735.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,19,False,,,1.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],607.0,607.0,https://pypi.org/project/treeinterpreter,,,45075.0,45234.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6540.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +763,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-01-23 00:12:47.000000,2021-09-16 17:56:31,171.0,,143.0,34.0,81.0,14.0,55.0,612.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'],22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,128.0,128.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +764,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,569.0,Make Waffle Charts in Python.,6.0,19,False,,,5.0,pywaffle,conda-forge/pywaffle,,,,331.0,331.0,https://pypi.org/project/pywaffle,,,5253.0,5435.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11500.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +765,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,13.0,22.0,562.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,335.0,335.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +766,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,556.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],137.0,132.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,2800.0,2800.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +767,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,,67.0,12.0,10.0,23.0,41.0,533.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,,,,,47.0,47.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,2888.0,2888.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +768,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,1.0,67.0,6.0,5.0,1.0,28.0,522.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,19,True,2024-02-21 14:38:09.000,0.2.7,5.0,shap-hypetune,,,,,15.0,15.0,https://pypi.org/project/shap-hypetune,,,1784.0,1784.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +769,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,,96.0,26.0,6.0,3.0,31.0,487.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,19,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,973.0,973.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +770,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-02-27 08:23:20.000000,2023-06-18 21:56:30,277.0,,79.0,14.0,127.0,17.0,136.0,466.0,A Python library for dynamic classifier and ensemble selection.,17.0,19,True,,,,deslib,,,,['sklearn'],45.0,45.0,https://pypi.org/project/deslib,,,1212.0,1212.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +771,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,,31.0,17.0,148.0,39.0,66.0,463.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']",43.0,43.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,302.0,302.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +772,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,19,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],5.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,5.0,2230.0,2230.0,,,,,3.0,,9.0,,,,,,,,,,,,,,,,,,,,, +773,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-02-14 13:20:04.000000,2024-02-14 13:19:04,813.0,3.0,23.0,7.0,70.0,26.0,21.0,352.0,Flexible time series feature extraction & processing.,6.0,19,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,12.0,12.0,https://pypi.org/project/tsflex,2022-10-11 21:38:11.312,,394.0,1028.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,20308.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +774,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-03-12 21:12:08.000000,2024-03-08 22:45:44,321.0,5.0,78.0,26.0,337.0,21.0,9.0,329.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,35.0,19,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2022-12-13 19:06:03.653,,2438.0,2438.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +775,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,20.0,464.0,90.0,76.0,229.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],73.0,66.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,7.0,5301.0,5301.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +776,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,,765.0,339.0,58.0,2.0,,6670.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,,78.0,85.0,,,,,3.0,334.0,,,,,,,,,,,,,,,,,,,,,, +777,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,,872.0,108.0,51.0,46.0,159.0,6192.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +778,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,11.0,988.0,120.0,24.0,12.0,352.0,4203.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,18,True,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +779,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,,412.0,107.0,83.0,67.0,48.0,2936.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'],,,,,,,105.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8541.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +780,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-03-13 13:54:36.000000,2024-03-12 15:12:12,667.0,27.0,387.0,37.0,796.0,149.0,111.0,2859.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,77.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +781,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,,463.0,80.0,36.0,83.0,68.0,1672.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,,,,,,,,,,,,,,,,,,,,,,, +782,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1641.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,454.0,454.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +783,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,,176.0,22.0,20.0,16.0,30.0,1585.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,18,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,84.0,85.0,,,,,3.0,33.0,,,,,,,,,,,,,,,,,,,,,, +784,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,,253.0,57.0,65.0,8.0,31.0,1364.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,38.0,38.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,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,593.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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,180.0,49180.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2058000.0,,3.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,,138.0,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,132.0,132.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +787,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,95.0,28.0,21.0,36.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,18,True,2023-05-07 06:30:08.000,0.1.1.12,1.0,pydlm,,,,,33.0,33.0,https://pypi.org/project/pydlm,,,23493.0,23493.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,24.0,19.0,5.0,20.0,453.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,105.0,105.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +789,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-02-20 23:25:19.000000,2024-01-10 08:10:55,2818.0,7.0,60.0,12.0,255.0,9.0,109.0,423.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,18,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,106.0,106.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +790,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,15.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2019-03-05 21:32:47.000,0.4.1,7.0,animatplot,conda-forge/animatplot,,,,58.0,58.0,https://pypi.org/project/animatplot,,,315.0,526.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12922.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +791,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-02-13 08:58:18.000000,2024-02-11 10:10:08,681.0,3.0,64.0,30.0,79.0,15.0,25.0,371.0,A Python implementation of active inference for Markov Decision Processes.,14.0,18,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,213.0,213.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +792,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,346.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,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,274.0,274.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,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,513.0,513.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +794,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,,51.0,11.0,60.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,38.0,34.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,216.0,216.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +795,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,,128.0,34.0,323.0,81.0,130.0,323.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,1.0,135.0,153.0,,,,https://hub.docker.com/r/brainiak/brainiak,3.0,,,,,,,,,,2020-10-15 21:11:03.379549,1.0,1815.0,,,,,,,,,,, +796,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,42.0,13.0,63.0,4.0,56.0,314.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,471.0,471.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +797,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,300.0,Textpipe: clean and extract metadata from text.,29.0,18,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,140.0,140.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +798,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,,74.0,22.0,431.0,28.0,51.0,266.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,18,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,147.0,147.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +799,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,261.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,455.0,455.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +800,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-02-08 15:04:35.000000,2024-02-08 15:04:34,493.0,1.0,50.0,14.0,77.0,13.0,35.0,240.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,18,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,13434.0,13434.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +801,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,31.0,12.0,197.0,19.0,74.0,190.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,18,False,2020-10-12 12:26:09.000,0.5.1,3.0,celer,,,,['sklearn'],34.0,34.0,https://pypi.org/project/celer,,,696.0,696.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +802,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,128.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,,,,8974.0,8788.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,337830.0,337864.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1099.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +803,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,,1344.0,470.0,21.0,56.0,167.0,6990.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,,,,,,,,,,,,,,,,,,, +804,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,29.0,982.0,103.0,28.0,27.0,355.0,3669.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,17,True,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +805,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,,977.0,63.0,13.0,43.0,25.0,3557.0,Implementation and experiments of graph embedding algorithms.,9.0,17,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +806,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,1539.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,,36.0,57.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,3.0,,,,,,,,,,2019-11-11 07:09:57.869705,,1687.0,,,,,,,,,,, +807,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,18.0,11.0,25.0,18.0,1156.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'],52.0,50.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,255.0,255.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +808,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,,88.0,35.0,72.0,25.0,30.0,1095.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,,,4049.0,4049.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +809,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,,116.0,19.0,295.0,3.0,69.0,1048.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,17,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,5.0,5.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,25.0,25.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +810,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,21.0,37.0,20.0,8.0,1038.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,70.0,69.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,113.0,113.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +811,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,,150.0,45.0,5.0,3.0,7.0,1032.0,XAI - An eXplainability toolbox for machine learning.,3.0,17,False,2021-10-30 06:35:19.000,0.1.0,1.0,xai,,,,,25.0,25.0,https://pypi.org/project/xai,,,225.0,225.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +812,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,13.0,13.0,8.0,16.0,748.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,15.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],31.0,31.0,https://pypi.org/project/tensor-sensor,,,2746.0,2844.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2847.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +813,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,,58.0,15.0,10.0,26.0,17.0,745.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:51:53.000,1.2.7,8.0,parallelformers,,,,,47.0,47.0,https://pypi.org/project/parallelformers,,,522.0,522.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +814,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,,111.0,19.0,58.0,2.0,13.0,741.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,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,4891.0,4891.0,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,,,,, +815,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,48.0,19.0,35.0,727.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,17,False,,,,matrixprofile-ts,,,,,25.0,25.0,https://pypi.org/project/matrixprofile-ts,,,265.0,265.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +816,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,18.0,21.0,29.0,50.0,672.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,50.0,50.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +817,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,,92.0,18.0,19.0,3.0,29.0,625.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,,,,,12.0,12.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,165.0,165.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +818,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,4.0,38.0,15.0,18.0,,20.0,587.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,17,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,203.0,203.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +819,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,,2018-04-13 21:00:31.000,2024-03-10 17:17:37.000000,2024-02-29 14:50:28,67.0,3.0,52.0,18.0,9.0,12.0,9.0,485.0,Topological Data Analysis for Python.,6.0,17,False,2021-08-03 00:22:58.000,1.0.0,4.0,scikit-tda,,,,['sklearn'],51.0,51.0,https://pypi.org/project/scikit-tda,,,3292.0,3292.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +820,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-11 13:58:40.000000,2024-03-08 15:55:07,138.0,3.0,41.0,20.0,168.0,4.0,64.0,452.0,A collection of tools for neural compression enthusiasts.,9.0,17,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,,155.0,155.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +821,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,4.0,36.0,22.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,2016-12-23 10:46:31.000,0.3.3,10.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,,,54.0,54.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +822,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,68.0,28.0,57.0,27.0,32.0,293.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,17,False,2021-05-15 01:38:40.000,0.3.0,6.0,bluefog,,,,['pytorch'],3.0,3.0,https://pypi.org/project/bluefog,,,26.0,29.0,,,,,3.0,168.0,,,,,,,,,,,,,,,,,,,,,, +823,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,,23.0,11.0,8.0,1.0,10.0,234.0,scikit-learn wrappers for Python fastText.,9.0,17,False,2022-02-14 13:45:54.000,0.0.23,3.0,skift,,,,['sklearn'],13.0,13.0,https://pypi.org/project/skift,,,1213.0,1213.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +824,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2023-06-15 16:53:56.000000,2023-06-15 16:53:55,703.0,,43.0,11.0,59.0,29.0,47.0,233.0,Scikit-learn compatible estimation of general graphical models.,7.0,17,False,2018-09-12 01:11:31.000,0.2.8,6.0,skggm,,,,['sklearn'],13.0,13.0,https://pypi.org/project/skggm,,,40.0,40.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +825,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,8.0,44.0,224.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,59.0,59.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +826,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-03-02 11:17:18.000000,2024-03-02 11:17:16,371.0,1.0,38.0,6.0,132.0,,35.0,224.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,1089.0,1200.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2889.0,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,,, +827,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,,29.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,17,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,4008.0,4008.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +828,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,,539.0,177.0,110.0,54.0,149.0,3903.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +829,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,57.0,34.0,22.0,13.0,1265.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,97.0,97.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +830,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,,56.0,18.0,7.0,1.0,10.0,795.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],75.0,74.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3199.0,3199.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +831,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,,171.0,33.0,15.0,18.0,22.0,783.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,16,False,,,,tffm,,,,['tensorflow'],13.0,13.0,https://pypi.org/project/tffm,,,81.0,81.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +832,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,,122.0,43.0,435.0,25.0,130.0,703.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +833,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,,100.0,25.0,101.0,37.0,84.0,701.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,135.0,141.0,,,,,3.0,412.0,,,,,,,,,,,,,,,,,,,,,, +834,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,1.0,87.0,25.0,4.0,38.0,42.0,685.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,16,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,139.0,139.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +835,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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.,11.0,16,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,,93.0,96.0,,,,,3.0,221.0,,,vaticle/typedb-ml,,,,,,,,,,,,,,,,,,, +836,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-02-26 20:08:27.000000,2024-01-25 16:57:26,261.0,4.0,66.0,22.0,95.0,19.0,15.0,493.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,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,104.0,104.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +837,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,,105.0,71.0,7.0,15.0,19.0,419.0,semantic similarity framework for knowledge graph.,10.0,16,True,,,,sematch,,,,,46.0,46.0,https://pypi.org/project/sematch,,,291.0,291.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +838,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,,68.0,24.0,48.0,15.0,19.0,394.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,16,False,,,5.0,skrebate,conda-forge/skrebate,,,['sklearn'],,,https://pypi.org/project/skrebate,,,5851.0,6286.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32244.0,,3.0,,-4.0,,,,,,,,,,,,,,,,,,,,, +839,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,3.0,51.0,10.0,17.0,10.0,29.0,380.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,,1008.0,1008.0,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,,,,, +840,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,24.0,21.0,16.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,,pdvega,,,,,87.0,87.0,https://pypi.org/project/pdvega,,,96.0,96.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +841,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,,71.0,19.0,93.0,25.0,18.0,313.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",,,https://pypi.org/project/pandas-ml,,,2281.0,2281.0,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,,,,, +842,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2023-10-03 23:52:47.440000,2023-07-17 09:18:00,166.0,,40.0,19.0,2.0,10.0,7.0,279.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,16,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,2020-10-01 13:18:38.000,,302.0,4552.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,174262.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +843,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,,12.0,8.0,2.0,,5.0,185.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'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,124.0,124.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +844,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,,42.0,1.0,,,,182.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,,866.0,866.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +845,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,14.0,54.0,16.0,50.0,136.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,,,,,56.0,51.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,46.0,46.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +846,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,3.0,9.0,5.0,3.0,1.0,,128.0,Data Analysis Baseline Library.,24.0,16,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,4919.0,4919.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +847,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,28.0,53.0,7.0,7.0,104.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,113.0,113.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +848,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-03-05 07:28:52.000000,2024-03-05 04:43:01,3455.0,1.0,,6.0,,406.0,855.0,3.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,16,False,2024-03-05 10:02:36.000,0.1.0,15.0,analytics-zoo,,,,['spark'],,,https://pypi.org/project/analytics-zoo,,,2804.0,2804.0,,,,,3.0,,-6.0,,,,,,,,,,,,,,,,,,,,, +849,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,141.0,28.0,217.0,102.0,2871.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,12.0,12.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +850,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,423.0,143.0,72.0,12.0,53.0,2196.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +851,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,,167.0,61.0,10.0,26.0,6.0,1836.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,15,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,18.0,18.0,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,,,,, +852,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,5.0,482.0,68.0,26.0,5.0,97.0,1668.0,An Open-Source Package for Network Embedding (NE).,12.0,15,True,,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +853,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-01-23 02:21:18.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,21.0,42.0,85.0,1258.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +854,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,,217.0,40.0,40.0,60.0,34.0,1117.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +855,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,2.0,118.0,28.0,111.0,13.0,24.0,1061.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,5.0,5.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +856,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,829.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,55.0,55.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +857,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,,196.0,43.0,667.0,28.0,27.0,810.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,,12.0,12.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +858,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,27.0,10.0,24.0,51.0,780.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,,anchor_exp,,,,,,,https://pypi.org/project/anchor_exp,,,3963.0,3963.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +859,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,,88.0,17.0,15.0,10.0,22.0,719.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],16.0,16.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,139.0,139.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +860,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,26.0,4.0,4.0,2.0,672.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,119.0,119.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +861,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,,52.0,17.0,83.0,18.0,49.0,568.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,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,,41.0,41.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +862,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,506.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,,,,,11.0,11.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,238.0,238.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +863,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-03-12 17:18:39.000000,2024-03-12 17:18:39,77.0,3.0,58.0,17.0,62.0,7.0,9.0,439.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,,,,,9.0,9.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,136.0,136.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +864,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,406.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,15,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,12.0,12.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +865,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,16.0,39.0,2.0,13.0,396.0,High-level batteries-included neural network training library for Pytorch.,4.0,15,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],9.0,9.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,113.0,113.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,4.0,66.0,20.0,177.0,87.0,16.0,395.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,,82.0,82.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,19.0,6.0,6.0,,391.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,20.0,155.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5942.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,371.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,477.0,477.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,305.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'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,152.0,152.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,70.0,175.0,295.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,,508.0,508.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +871,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,17.0,7.0,2.0,13.0,230.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,,,,,6.0,5.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,168.0,168.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +872,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,5.0,2.0,16.0,23.0,188.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'],11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,682.0,682.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +873,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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,13.0,1.0,1.0,,,44.0,Feature engineering package with sklearn like functionality.,38.0,15,False,,,19.0,feature_engine,conda-forge/feature_engine,,,,,,https://pypi.org/project/feature_engine,,,140222.0,141261.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,44686.0,,3.0,,-8.0,,,,,,,,,,,,,,,,,,,,, +874,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,818.0,78.0,34.0,116.0,59.0,3267.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +875,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,149.0,32.0,,53.0,59.0,1183.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,85.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4690.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, +876,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,,36.0,12.0,8.0,9.0,3.0,334.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,1323.0,1323.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +877,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,239.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,222.0,222.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +878,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,230.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,67.0,67.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +879,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,110.0,12.0,39.0,8.0,2677.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +880,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,,78.0,47.0,4.0,3.0,,2445.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,1441.0,1443.0,,,,,3.0,56.0,,,,,,,,,,,,,,,,,,,,,, +881,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,38.0,10.0,13.0,3.0,1340.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,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-01-29 19:20:57.000000,2024-01-29 19:20:57,64.0,1.0,42.0,11.0,8.0,2.0,12.0,682.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,13,True,,,,rliable`,,,,,121.0,121.0,https://pypi.org/project/rliable`,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +883,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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,18.0,12.0,57.0,4.0,20.0,291.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,,72.0,72.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +884,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-03-14 13:42:48.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,254.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,,417.0,423.0,,,,https://hub.docker.com/r/enliteai/maze,3.0,4.0,,,,,,,,,2021-06-24 21:00:27.801118,,242.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,,28.0,8.0,6.0,8.0,8.0,243.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,49.0,49.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +886,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,22.0,44.0,1.0,5.0,199.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,,161.0,161.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-03-14 12:42:18.000000,2024-03-14 12:42:18,131.0,86.0,4.0,5.0,10.0,2.0,5.0,137.0,A Jax-based library for designing and training transformer models from scratch.,2.0,13,False,,,4.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,2024-03-12 09:51:10.000,,219.0,219.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,,34.0,14.0,18.0,27.0,16.0,121.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,25.0,25.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +889,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-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,105.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +890,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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,31.0,31.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,62.0,62.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +891,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2024-03-08 13:19:00.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2024-03-08 13:19:00.000,3.39.0,279.0,comet_ml,comet_ml,,,,67.0,,https://pypi.org/project/comet_ml,2024-03-08 13:19:00.000,67.0,160810.0,160810.0,https://anaconda.org/anaconda/comet_ml,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +892,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-02-27 20:40:26.000000,2022-02-09 22:20:11,9.0,,455.0,94.0,19.0,52.0,15.0,3260.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +893,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,,402.0,62.0,6.0,62.0,17.0,1813.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,,,,,,,,,,,,,,,,,,,,,,, +894,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,,312.0,88.0,11.0,12.0,6.0,1690.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,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,,53.0,17.0,3.0,2.0,1.0,525.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,92.0,92.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +896,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,11.0,15.0,6.0,4.0,221.0,Draw interactive NetworkX graphs with Altair.,3.0,12,False,,,,nx-altair,,,,['jupyter'],,,https://pypi.org/project/nx-altair,,,927.0,927.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-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,1.0,26.0,8.0,16.0,4.0,6.0,191.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,12,False,2019-09-12 07:41:04.000,2.0,1.0,textvec,,,,['sklearn'],4.0,4.0,https://pypi.org/project/textvec,,,31.0,31.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,126.0,Experiment tracking for machine and deep learning projects.,3.0,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,41.0,51.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,3.0,,,,,,,,,,2019-04-09 10:15:09.532793,,661.0,,,,,,,,,,, +899,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,1.0,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,96.0,96.0,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,,,,,, +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,5.0,14.0,98.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,,853.0,853.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +901,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,,11.0,13.0,26.0,4.0,13.0,85.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,,66.0,66.0,,,,,3.0,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,,,, +902,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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,73.0,73.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +903,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,,112.0,47.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +904,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,,145.0,39.0,7.0,15.0,14.0,914.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,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,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,38.0,38.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +906,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,6.0,,2.0,4.0,118.0,Tools for training explainable models using attribution priors.,6.0,11,False,2021-03-16 17:47:18.000,1.0.0,1.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,,,40.0,40.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +907,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:29:56.000000,2024-02-04 11:28:34,124.0,2.0,11.0,12.0,17.0,,,42.0,,4.0,11,False,2024-02-04 11:29:56.000,0.0.13,11.0,bias-detector,,,,,,,https://pypi.org/project/bias-detector,,,148.0,148.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +908,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,,81.0,17.0,5.0,3.0,12.0,561.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +909,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,,49.0,14.0,13.0,9.0,11.0,493.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,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,,20.0,12.0,41.0,7.0,12.0,365.0,A library for distributed ML training with PyTorch.,6.0,10,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +911,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,10,False,,,,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,,,133.0,133.0,,,,,3.0,,-3.0,,,,,,,,,,,,,,,,,,,,, +912,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,10.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,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,26.0,26.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +913,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,34.0,34.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +914,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,139.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,18.0,18.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +915,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,5.0,7.0,,1.0,,62.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,25.0,25.0,https://anaconda.org/conda-forge/tslumen,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +916,Skater,oracle/Skater,interpretability,,,{},,2020-07-05 18:35:27.012,2023-09-18 15:13:22.392000,,,,,,,,,,Python Library for Model Agnostic Interpretation.,,5,False,,,2.0,skater,conda-forge/skater,,,,,,https://pypi.org/project/skater,,,613.0,2056.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,63527.0,,3.0,,,,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-03-21_changes.md b/history/2024-03-21_changes.md new file mode 100644 index 00000000..fb61d74d --- /dev/null +++ b/history/2024-03-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._ + +- torchvision (🥇42 · ⭐ 15K · 📈) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +- pygal (🥈29 · ⭐ 2.6K · 📈) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0 +- EfficientNet-PyTorch (🥈27 · ⭐ 7.7K · 💀) - A PyTorch implementation of EfficientNet and.. Apache-2 +- modAL (🥉26 · ⭐ 2.1K · 💤) - A modular active learning framework for Python. MIT +- lightwood (🥈25 · ⭐ 410 · 📈) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0 +- Feature Engine (🥉23 · ⭐ 1.5K · 💀) - Feature engineering package with sklearn like functionality. BSD-3 +- Saliency (🥉23 · ⭐ 930 · 📈) - Framework-agnostic implementation for state-of-the-art.. Apache-2 +- analytics-zoo (🥉22 · ⭐ 2.6K · 📈) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 +- scikit-rebate (🥉20 · ⭐ 390 · 💀) - A scikit-learn-compatible Python implementation of.. MIT +- Skater (🥉14 · ⭐ 1.1K · 📈) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.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._ + +- Keras (🥈43 · ⭐ 61K · 📉) - Deep Learning for humans. Apache-2 +- PySpark (🥈38 · ⭐ 38K · 📉) - Apache Spark Python API. Apache-2 +- PyFlink (🥈34 · ⭐ 23K · 📉) - Apache Flink Python API. Apache-2 +- huggingface_hub (🥈32 · ⭐ 1.6K · 📉) - The official Python client for the Huggingface Hub. Apache-2 +- ivy (🥉31 · ⭐ 14K · 📉) - The Unified AI Framework. ❗Unlicensed +- torchtext (🥈30 · ⭐ 3.4K · 📉) - Models, data loaders and abstractions for language.. BSD-3 +- librosa (🥉28 · ⭐ 6.6K · 📉) - Python library for audio and music analysis. ISC +- snowballstemmer (🥉25 · ⭐ 710 · 📉) - Snowball compiler and stemming algorithms. BSD-3 +- Keras-Preprocessing (🥉22 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. ❗Unlicensed +- DeepMatcher (🥉17 · ⭐ 530 · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 + diff --git a/history/2024-03-21_projects.csv b/history/2024-03-21_projects.csv new file mode 100644 index 00000000..532b6e3f --- /dev/null +++ b/history/2024-03-21_projects.csv @@ -0,0 +1,918 @@ +,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_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,pypi_latest_release_published_at,pypi_dependent_project_count,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,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-03-19 08:45:34.000000,2024-03-19 08:45:33,1542.0,7.0,658.0,115.0,315.0,54.0,136.0,4467.0,Benchmarks of approximate nearest neighbor libraries in Python.,101.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-03-14 17:35:21.000000,2024-03-14 17:35:21,319.0,26.0,158.0,54.0,189.0,,3.0,2142.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2024-03-14 17:35:28.000,2024.03.14,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-03-21 13:44:24.000000,2024-03-14 16:05:22,335.0,24.0,225.0,88.0,188.0,4.0,5.0,3358.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-03-14 16:05:28.000,2024.03.14,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-03-21 13:44:24.000000,2024-03-14 16:05:22,335.0,24.0,225.0,88.0,188.0,4.0,5.0,3358.0,Collection of database clients for python.,12.0,0,True,2024-03-14 16:05:28.000,2024.03.14,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-03-21 13:44:24.000000,2024-03-14 16:05:22,335.0,24.0,225.0,88.0,188.0,4.0,5.0,3358.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-03-14 16:05:28.000,2024.03.14,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-03-21 13:44:24.000000,2024-03-14 16:05:22,335.0,24.0,225.0,88.0,188.0,4.0,5.0,3358.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-03-14 16:05:28.000,2024.03.14,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-03-21 14:12:10.000000,2024-03-21 13:55:00,161863.0,4088.0,72198.0,7647.0,24659.0,1950.0,36947.0,183790.0,An Open Source Machine Learning Framework for Everyone.,4574.0,56,True,2024-03-08 19:09:29.000,2.15.1,100.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],352241.0,352241.0,https://pypi.org/project/tensorflow,22084620.0,23171150.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4509820.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-03-21 12:52:37.902309,2332.0,76440091.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-03-21 14:13:34.000000,2024-03-21 11:53:31,70832.0,3103.0,20302.0,1695.0,81444.0,12846.0,27800.0,76769.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4730.0,54,True,2024-02-22 21:15:00.000,2.2.1,50.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],411120.0,411120.0,https://pypi.org/project/torch,22923696.0,23608154.0,https://anaconda.org/pytorch/pytorch,2024-02-21 17:09:02.139,20521679.0,,,,,1.0,36338.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-03-21 13:30:08.000000,2024-03-21 11:37:20,31125.0,367.0,24217.0,2143.0,16969.0,1632.0,9123.0,57723.0,scikit-learn: machine learning in Python.,3093.0,51,True,2024-02-15 16:07:32.000,1.4.1.post1,47.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],727118.0,727118.0,https://pypi.org/project/scikit-learn,62781473.0,63359418.0,https://anaconda.org/conda-forge/scikit-learn,2024-02-16 10:16:19.766,26585098.0,,,,,1.0,942.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-03-21 14:15:20.000000,2024-03-21 14:04:11,15413.0,600.0,23354.0,1087.0,15093.0,789.0,13536.0,122540.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2482.0,50,True,2024-03-21 01:18:35.000,4.39.0,104.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",149286.0,149286.0,https://pypi.org/project/transformers,22502975.0,22538056.0,https://anaconda.org/conda-forge/transformers,2024-03-21 05:36:57.208,1543585.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-03-21 14:14:06.000000,2024-03-21 07:01:59,31804.0,513.0,4977.0,348.0,10479.0,1795.0,8295.0,12307.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1600.0,50,True,2024-01-20 22:00:44.000,1.12.0,100.0,scipy,conda-forge/scipy,,,,1016240.0,949031.0,https://pypi.org/project/scipy,98793754.0,99938180.0,https://anaconda.org/conda-forge/scipy,2024-01-24 03:11:41.395,45624571.0,,,,,1.0,396465.0,2024-03-19 18:18:21.000,67209.0,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-03-21 10:30:24.000000,2024-03-21 08:23:11,49970.0,558.0,7198.0,594.0,17803.0,1160.0,8965.0,19048.0,matplotlib: plotting with Python.,1660.0,48,True,2024-02-16 09:23:20.000,3.7.5,82.0,matplotlib,conda-forge/matplotlib,,,,1127052.0,1127052.0,https://pypi.org/project/matplotlib,60721616.0,61212777.0,https://anaconda.org/conda-forge/matplotlib,2024-02-15 20:37:52.070,22102272.0,,,,,1.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-03-21 05:35:59.000000,2024-03-17 17:22:13,17417.0,638.0,1976.0,223.0,4709.0,70.0,2953.0,11591.0,Python Imaging Library (Fork).,463.0,48,True,2024-01-02 09:38:41.000,10.2.0,54.0,Pillow,conda-forge/pillow,,,,1581989.0,1581989.0,https://pypi.org/project/Pillow,91580740.0,92414206.0,https://anaconda.org/conda-forge/pillow,2024-01-03 04:54:52.877,36672510.0,,,,,1.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,2024-03-21 01:42:27.000000,2024-03-19 21:40:30,57331.0,503.0,4214.0,295.0,13028.0,4933.0,8697.0,11980.0,A computer algebra system written in pure Python.,1284.0,46,True,2023-05-10 18:09:23.000,sympy-1.12,50.0,sympy,conda-forge/sympy,,,,125011.0,120035.0,https://pypi.org/project/sympy,20687708.0,20746043.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5089658.0,,,,,1.0,536392.0,2023-05-10 18:24:09.226,4976.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,2024-03-21 13:25:20.000000,2024-03-20 17:05:42,6179.0,191.0,2739.0,310.0,4238.0,773.0,3255.0,30896.0,Streamlit A faster way to build and share data apps.,222.0,45,True,2024-03-14 15:16:16.000,1.32.2,219.0,streamlit,,,,,335840.0,334376.0,https://pypi.org/project/streamlit,5622300.0,5622300.0,,,,,,,,1.0,,2024-03-14 15:16:07.000,1464.0,,,,,,,,,,,,,,,,,, +15,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-03-21 13:48:41.000000,2024-03-21 13:36:07,19877.0,1134.0,2465.0,323.0,12837.0,1264.0,3758.0,27413.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",662.0,45,True,2024-02-26 16:01:19.000,jax-v0.4.25,97.0,jax,conda-forge/jaxlib,,,,23068.0,23068.0,https://pypi.org/project/jax,5765933.0,5789745.0,https://anaconda.org/conda-forge/jaxlib,2024-03-17 07:48:22.558,1071561.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +16,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-03-21 10:00:15.000000,2024-03-20 16:09:22,10245.0,217.0,3158.0,248.0,10043.0,659.0,6159.0,26543.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",939.0,45,True,2024-03-04 17:21:52.000,2.2.1,110.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],30075.0,30075.0,https://pypi.org/project/pytorch-lightning,4910828.0,4934817.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-03-05 21:00:43.443,1068219.0,,,,,1.0,8785.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +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-03-21 12:51:37.000000,2024-03-20 08:38:03,6789.0,103.0,8155.0,909.0,5024.0,363.0,4740.0,25434.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",637.0,45,True,2023-12-19 10:07:53.000,2.0.3,56.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,84613.0,84613.0,https://pypi.org/project/xgboost,18655764.0,18760141.0,https://anaconda.org/conda-forge/xgboost,2024-01-19 09:21:22.082,4589607.0,,,,,1.0,8192.0,,,,,,,,,,,,,,,,,,,, +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-03-21 14:11:23.000000,2024-03-21 12:59:58,47484.0,1856.0,5392.0,721.0,44877.0,1882.0,16876.0,21502.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1174.0,45,True,2024-01-08 06:43:49.000,2.6.0,67.0,paddlepaddle,,,,['paddle'],4911.0,4805.0,https://pypi.org/project/paddlepaddle,264102.0,264270.0,,,,,,,,1.0,15369.0,2024-03-19 06:55:39.000,106.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-03-20 22:45:23.000000,2024-03-20 15:13:04,20439.0,92.0,4152.0,443.0,6009.0,749.0,6853.0,18696.0,"Interactive Data Visualization in the browser, from Python.",689.0,45,True,2024-03-14 16:38:08.000,3.4.0,199.0,bokeh,conda-forge/bokeh,,,,89014.0,85177.0,https://pypi.org/project/bokeh,4843909.0,5143745.0,https://anaconda.org/conda-forge/bokeh,2024-03-15 07:03:52.633,13492620.0,,,,,1.0,,2024-03-18 16:22:43.000,3837.0,,,,,,,,,,,,,,,,,, +20,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-03-19 11:20:30.000000,2024-03-18 09:13:32,15267.0,85.0,2633.0,280.0,3852.0,2576.0,2742.0,9424.0,Statsmodels: statistical modeling and econometrics in Python.,424.0,45,True,2023-12-14 14:31:51.000,0.14.1,26.0,statsmodels,conda-forge/statsmodels,,,,118122.0,118122.0,https://pypi.org/project/statsmodels,16327778.0,16603509.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12407919.0,,,,,1.0,30.0,,,,,,,,,,,,,,,,,,,, +21,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-03-21 14:11:40.000000,2024-03-21 14:11:39,21079.0,837.0,5096.0,471.0,26832.0,3609.0,13966.0,30459.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,986.0,44,True,2024-02-22 19:57:55.000,ray-2.9.3,99.0,ray,conda-forge/ray-tune,,,,14804.0,14321.0,https://pypi.org/project/ray,3503286.0,3508178.0,https://anaconda.org/conda-forge/ray-tune,2024-03-07 01:45:05.697,190714.0,,,,,1.0,208.0,2024-02-22 19:42:56.000,483.0,,,,,,,,,,,,,,,,,, +22,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-03-20 22:55:23.000000,2024-02-20 12:17:51,16117.0,25.0,4186.0,554.0,3968.0,82.0,5483.0,28480.0,Industrial-strength Natural Language Processing (NLP) in Python.,748.0,44,True,2024-02-15 19:16:59.000,3.7.4,100.0,spacy,conda-forge/spacy,,,,83075.0,83075.0,https://pypi.org/project/spacy,6948539.0,7022874.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3345086.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +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-03-21 14:32:15.000000,2024-03-20 21:47:24,6409.0,345.0,2033.0,152.0,3487.0,470.0,3441.0,27772.0,"Wrap UIs around any model, share with anyone.",280.0,44,True,2024-03-19 21:52:35.000,4.22.0,552.0,gradio,,,,,25816.0,25488.0,https://pypi.org/project/gradio,5437206.0,5437206.0,,,,,,,,1.0,,2024-03-19 21:52:35.000,328.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-03-21 14:23:40.000000,2024-03-21 06:59:42,5599.0,428.0,3882.0,290.0,7748.0,1394.0,2376.0,16996.0,Open source platform for the machine learning lifecycle.,710.0,44,True,2024-03-20 02:14:25.000,2.11.2,93.0,mlflow,conda-forge/mlflow,,,,32774.0,32202.0,https://pypi.org/project/mlflow,14264360.0,14303923.0,https://anaconda.org/conda-forge/mlflow,2024-03-20 02:37:11.241,1780343.0,,,,,1.0,,2024-03-19 19:53:17.000,572.0,,,,,,,,,,,,,,,,,, +25,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-03-15 18:17:37.000000,2024-03-13 17:05:06,6380.0,112.0,2471.0,281.0,1616.0,1487.0,1397.0,15047.0,The interactive graphing library for Python This project now includes Plotly Express!.,257.0,44,True,2024-03-13 16:27:36.000,5.20.0,296.0,plotly,conda-forge/plotly,,,,254830.0,249075.0,https://pypi.org/project/plotly,14218753.0,14342810.0,https://anaconda.org/conda-forge/plotly,2024-02-15 18:15:23.292,5365792.0,,,,,1.0,,2024-03-13 16:21:20.000,5748.0,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,7.0,7410.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,2024-03-21 08:14:18.000000,2024-03-15 09:16:16,8135.0,175.0,1660.0,212.0,5768.0,1045.0,4125.0,11901.0,Parallel computing with task scheduling.,595.0,44,True,2024-03-15 09:21:11.000,2024.3.1,192.0,dask,conda-forge/dask,,,,61480.0,58306.0,https://pypi.org/project/dask,7387173.0,7622218.0,https://anaconda.org/conda-forge/dask,2024-03-18 14:52:08.497,10812098.0,,,,,1.0,,2024-03-15 09:21:11.000,3174.0,,,,,,,stable/dask,,,,,,,,,,, +27,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-03-18 05:49:19.000000,2024-02-25 16:31:25,3230.0,14.0,1772.0,259.0,1092.0,122.0,2359.0,11829.0,Statistical data visualization in Python.,211.0,44,True,2024-01-25 13:21:20.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,379001.0,379001.0,https://pypi.org/project/seaborn,18245887.0,18428089.0,https://anaconda.org/conda-forge/seaborn,2024-01-27 07:37:15.644,8198979.0,,,,,1.0,378.0,,,,,,,,,,,,,,,,,,,, +28,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-03-21 13:26:41.000000,2024-03-19 16:05:33,5791.0,55.0,1619.0,192.0,4955.0,661.0,1225.0,6507.0,TensorFlows Visualization Toolkit.,317.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],224701.0,221714.0,https://pypi.org/project/tensorboard,28006438.0,28107329.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4540097.0,,,,,1.0,,2024-02-16 19:56:55.000,2987.0,,,,,,,,,,,,,,,,,, +29,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-03-21 14:04:21.000000,2024-03-21 04:53:41,10399.0,203.0,18628.0,1909.0,6996.0,214.0,11467.0,60691.0,Deep Learning for humans.,1281.0,43,True,2024-03-19 18:22:02.000,3.1.1,61.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],,,https://pypi.org/project/keras,17773923.0,17849469.0,https://anaconda.org/conda-forge/keras,2024-03-21 09:58:44.104,3399584.0,,,,,2.0,,,,,,,,,,,-4.0,,,,,,,,,, +30,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-03-20 18:14:35.000000,2024-03-19 17:17:43,2692.0,79.0,3584.0,438.0,3151.0,312.0,2385.0,16620.0,Open standard for machine learning interoperability.,310.0,43,True,2023-10-31 17:04:56.000,1.15.0,31.0,onnx,conda-forge/onnx,,,,25873.0,25164.0,https://pypi.org/project/onnx,5243768.0,5264826.0,https://anaconda.org/conda-forge/onnx,2024-03-13 23:35:28.732,935836.0,,,,,1.0,20174.0,2023-10-26 18:30:51.000,709.0,,,,,,,,,,,,,,,,,, +31,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-03-21 08:55:56.000000,2024-03-20 17:21:46,3444.0,44.0,3684.0,436.0,3101.0,333.0,2928.0,15951.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",297.0,43,True,2024-01-26 02:11:11.000,4.3.0,31.0,lightgbm,conda-forge/lightgbm,,,,30816.0,30816.0,https://pypi.org/project/lightgbm,8107258.0,8162539.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2211974.0,,,,,2.0,217058.0,,,,,,,,,,,,,,,,,,,, +32,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-03-21 11:03:23.000000,2024-03-20 22:38:15,4781.0,186.0,2021.0,1692.0,4622.0,292.0,2646.0,11618.0,WebGL2 powered visualization framework.,254.0,43,True,2024-02-28 21:43:30.387,8.9.35,637.0,pydeck,conda-forge/pydeck,,,['jupyter'],7859.0,7302.0,https://pypi.org/project/pydeck,3246017.0,3678884.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,486137.0,,,,,1.0,,2023-04-15 06:29:01.705,59.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-03-20 09:37:25.316,498.0,422946.0,,,,,,,,,,,, +33,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-03-21 14:05:28.000000,2024-03-21 12:49:15,1917.0,352.0,1181.0,175.0,2216.0,485.0,628.0,10478.0,Development repository for the Triton language and compiler.,228.0,43,True,2024-01-10 03:11:56.000,2.2.0,192.0,triton,,,,,20191.0,20088.0,https://pypi.org/project/triton,10079410.0,10079410.0,,,,,,,,1.0,,2024-01-10 03:11:56.000,103.0,,,,,,,,,,,,,,,,,, +34,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-03-21 09:30:09.000000,2024-03-20 16:02:28,2208.0,197.0,3742.0,320.0,2617.0,972.0,1559.0,32010.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",292.0,42,True,2024-03-08 01:11:46.000,0.14.0,88.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],6289.0,6186.0,https://pypi.org/project/deepspeed,506652.0,507008.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17817.0,1.0,,2024-03-08 01:11:46.000,103.0,,,,,,,,,,,,,,,,,, +35,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-03-20 18:05:21.000000,2024-03-11 08:45:50,2639.0,57.0,3124.0,241.0,845.0,1295.0,1127.0,21375.0,A game theoretic approach to explain the output of any machine learning model.,236.0,42,True,2024-03-08 11:55:08.000,0.45.0,102.0,shap,conda-forge/shap,,,,16793.0,16318.0,https://pypi.org/project/shap,7998938.0,8060579.0,https://anaconda.org/conda-forge/shap,2024-03-12 17:37:09.107,2404006.0,,,,,1.0,,2024-03-08 11:55:08.000,475.0,shap/shap,,,,,,,,,,,,,,,,, +36,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-03-21 11:34:26.000000,2024-03-21 10:44:18,3826.0,61.0,6804.0,403.0,5208.0,972.0,2351.0,15260.0,"Datasets, Transforms and Models specific to Computer Vision.",580.0,42,True,2024-02-22 21:54:54.000,0.17.1,42.0,torchvision,conda-forge/torchvision,,,['pytorch'],5213.0,21.0,https://pypi.org/project/torchvision,10452878.0,10481112.0,https://anaconda.org/conda-forge/torchvision,2024-02-26 00:12:18.834,1000269.0,,,,,1.0,37278.0,2024-02-22 19:18:57.000,5192.0,,,,,,,,4.0,,,,,,,,,, +37,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,,2010-09-06 00:53:44.000,2024-03-21 13:09:48.000000,2024-03-21 13:09:47,7647.0,104.0,3042.0,276.0,3701.0,169.0,2973.0,14049.0,Network Analysis in Python.,713.0,42,False,2023-10-28 09:53:23.000,networkx-3.2.1,54.0,networkx,conda-forge/networkx,,,,234097.0,234097.0,https://pypi.org/project/networkx,49371850.0,49719293.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,14940064.0,,,,,1.0,67.0,,,,,,,,,,,,,,,,,,,, +38,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-03-21 10:37:03.000000,2024-03-21 09:05:37,13880.0,89.0,2249.0,186.0,4369.0,762.0,2057.0,5825.0,Image processing in Python.,655.0,42,False,2023-10-03 21:36:37.000,0.22.0,59.0,scikit-image,conda-forge/scikit-image,,,,184575.0,173971.0,https://pypi.org/project/scikit-image,14935928.0,15069665.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,6018191.0,,,,,1.0,,2023-10-03 21:35:27.000,10604.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-03-20 23:22:09.000000,2024-03-20 23:22:08,2186.0,67.0,4533.0,307.0,449.0,72.0,777.0,29248.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",133.0,41,True,2024-02-19 19:35:21.000,0.9.16,56.0,timm,conda-forge/timm,,,['pytorch'],25308.0,24893.0,https://pypi.org/project/timm,4762723.0,4874392.0,https://anaconda.org/conda-forge/timm,2024-02-21 16:25:26.726,126596.0,,,,,1.0,6309982.0,2024-02-19 19:33:42.000,415.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,2024-03-21 14:23:19.000000,2024-03-21 10:57:07,19376.0,689.0,2699.0,289.0,19380.0,612.0,9764.0,26181.0,"A cloud-native vector database, storage for next generation AI applications.",267.0,41,True,2024-03-20 11:14:39.000,2.4.0-rc.1,100.0,pymilvus,,milvusdb/milvus,,,89.0,,https://pypi.org/project/pymilvus,653757.0,877654.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-03-21 13:29:28.789220,43.0,11805103.0,1.0,79266.0,2024-03-20 10:41:55.000,89.0,,,,,,,,,,,,,,,,,, +41,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-03-21 13:07:50.000000,2024-03-21 13:07:45,7353.0,262.0,1967.0,418.0,1044.0,826.0,884.0,20318.0,Data Apps & Dashboards for Python. No JavaScript Required.,148.0,41,True,2024-03-06 20:00:34.000,2.16.1,176.0,dash,conda-forge/dash,,,,61478.0,59980.0,https://pypi.org/project/dash,2882169.0,2909152.0,https://anaconda.org/conda-forge/dash,2024-03-10 12:59:07.948,1214219.0,,,,,1.0,70.0,2024-03-06 19:54:50.000,1498.0,,,,,,,,,,,,,,,,,, +42,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-03-20 20:28:02.000000,2024-03-20 20:28:02,9236.0,110.0,1129.0,135.0,5413.0,300.0,4301.0,13006.0,ML Experiments and Data Management with Git.,292.0,41,True,2024-03-11 15:04:18.000,3.48.4,520.0,dvc,conda-forge/dvc,,,,13812.0,13717.0,https://pypi.org/project/dvc,548708.0,591714.0,https://anaconda.org/conda-forge/dvc,2024-03-17 03:30:44.568,1773520.0,,,,,1.0,43140.0,2024-03-11 15:04:18.000,95.0,,,,,,,,,dvc,dvc,dvc,,,,,,, +43,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-03-19 11:25:23.000000,2024-01-29 09:04:39,14509.0,3.0,2722.0,469.0,1454.0,245.0,1513.0,12925.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,41,True,,,17.0,nltk,conda-forge/nltk,,,,259246.0,259246.0,https://pypi.org/project/nltk,17793786.0,17820566.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2437008.0,,,,,1.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,2024-03-06 18:45:12.000000,2024-02-25 13:25:28,1189.0,54.0,2142.0,236.0,540.0,185.0,1127.0,11568.0,Download market data from Yahoo! Finances API.,108.0,41,True,2024-02-25 13:35:19.000,0.2.37,109.0,yfinance,ranaroussi/yfinance,,,,35353.0,35016.0,https://pypi.org/project/yfinance,1719800.0,1722540.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,87711.0,,,,,1.0,,2024-02-25 13:35:19.000,337.0,,,,,,,,,,,,,,,,,, +45,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-03-20 15:19:56.000000,2024-03-20 15:19:55,3643.0,33.0,723.0,140.0,1340.0,165.0,1758.0,8834.0,Declarative statistical visualization library for Python.,162.0,41,True,2023-11-28 06:23:39.000,5.2.0,27.0,altair,conda-forge/altair,,,,115606.0,115606.0,https://pypi.org/project/altair,22642384.0,22722494.0,https://anaconda.org/conda-forge/altair,2024-03-18 18:06:28.424,2162948.0,,,,,1.0,113.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,2024-03-21 04:07:45.000000,2024-03-21 00:16:02,6220.0,194.0,588.0,57.0,4158.0,860.0,2172.0,8023.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,175.0,41,True,2024-03-05 21:28:02.000,0.16.4,269.0,wandb,conda-forge/wandb,,,,41624.0,40861.0,https://pypi.org/project/wandb,13365463.0,13376017.0,https://anaconda.org/conda-forge/wandb,2024-02-06 19:13:02.985,464378.0,,,,,1.0,,2024-03-05 21:19:33.000,763.0,wandb/wandb,,,,,,,,,,,,,,,,, +47,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-02-23 04:21:13.000000,2023-01-30 18:15:21,1757.0,,8542.0,1063.0,1450.0,87.0,1717.0,33719.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,,,,53960.0,51247.0,https://pypi.org/project/gym,930627.0,936321.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,267650.0,,,,,1.0,,2023-07-20 15:30:49.667,2713.0,,,,,,,,,,,,,,,,,, +48,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-03-07 16:39:48.000000,2024-03-04 02:10:25,2754.0,13.0,7313.0,613.0,2219.0,191.0,1586.0,25443.0,The fastai deep learning library.,247.0,40,True,2024-02-01 00:26:04.000,2.7.14,51.0,fastai,,,,['pytorch'],16592.0,16592.0,https://pypi.org/project/fastai,443511.0,443511.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +49,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-03-21 12:40:27.000000,2024-03-06 15:19:44,32608.0,16.0,4494.0,348.0,6350.0,115.0,6641.0,17773.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,40,True,2024-03-04 17:27:13.000,3.6.19,372.0,rasa,,,,['tensorflow'],4087.0,4020.0,https://pypi.org/project/rasa,134798.0,134798.0,,,,,,,,1.0,,2024-03-04 17:26:58.000,67.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-03-21 11:29:48.000000,2024-03-19 07:42:58,1350.0,59.0,2269.0,130.0,365.0,1010.0,914.0,13408.0,Multilingual Sentence & Image Embeddings with BERT.,146.0,40,True,2024-03-01 08:18:33.000,2.5.1,48.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],28075.0,27342.0,https://pypi.org/project/sentence-transformers,3711658.0,3716622.0,https://anaconda.org/conda-forge/sentence-transformers,2024-03-01 13:46:07.960,208489.0,,,,,1.0,,2024-03-01 08:18:32.000,733.0,,,,,,,,,,,,,,,,,, +51,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-03-13 12:15:00.000000,2024-03-13 12:14:59,8246.0,12.0,3268.0,476.0,696.0,47.0,2128.0,12908.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,40,False,2024-03-10 17:01:06.000,19.24.3,36.0,dlib,conda-forge/dlib,,,,26511.0,25708.0,https://pypi.org/project/dlib,401456.0,416441.0,https://anaconda.org/conda-forge/dlib,2024-01-11 01:14:47.895,663510.0,,,,,2.0,25402.0,2023-06-03 20:05:00.841,803.0,,,,,,,,,,,,,,,,,, +52,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-03-21 14:01:45.000000,2024-03-21 14:01:44,9786.0,72.0,1905.0,226.0,3866.0,253.0,2990.0,8094.0,Bayesian Modeling and Probabilistic Programming in Python.,482.0,40,True,2024-03-15 12:40:06.000,5.11.0,79.0,pymc3,conda-forge/pymc3,,,,3179.0,2929.0,https://pypi.org/project/pymc3,863061.0,869275.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,551608.0,,,,,1.0,1936.0,2022-03-15 10:10:19.000,250.0,,,,,,,,,,,,,,,,,, +53,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-03-21 14:14:58.000000,2024-03-21 13:42:03,1343.0,133.0,754.0,100.0,1282.0,127.0,1166.0,6751.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",233.0,40,True,2024-03-12 16:58:44.000,0.28.0,44.0,accelerate,conda-forge/accelerate,,,['pytorch'],30133.0,29516.0,https://pypi.org/project/accelerate,7714177.0,7717928.0,https://anaconda.org/conda-forge/accelerate,2024-03-13 13:00:50.817,108786.0,,,,,1.0,,2024-03-12 15:54:38.000,617.0,,,,,,,,,,,,,,,,,, +54,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-03-21 14:29:33.000000,2024-03-21 14:29:33,8920.0,4117.0,725.0,44.0,774.0,428.0,1414.0,6677.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",152.0,40,True,2024-03-21 00:53:42.000,1.32.9,701.0,litellm,,,,others,1243.0,1165.0,https://pypi.org/project/litellm,407118.0,407146.0,,,,,,,,1.0,28.0,2024-03-21 00:40:27.000,78.0,,,,,,,,,,,,,,,,,, +55,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-03-19 15:34:30.000000,2024-03-19 15:34:30,1898.0,58.0,855.0,107.0,1566.0,357.0,1201.0,4115.0,Python tools for geographic data.,221.0,40,True,2024-01-31 19:22:01.000,0.14.3,35.0,geopandas,conda-forge/geopandas,,,['pandas'],32622.0,32622.0,https://pypi.org/project/geopandas,6050106.0,6126778.0,https://anaconda.org/conda-forge/geopandas,2024-01-31 21:02:18.644,3449109.0,,,,,1.0,2464.0,,,,,,,,,,,,,,,,,,,, +56,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-03-21 08:29:21.000000,2024-03-20 13:46:07,5730.0,85.0,700.0,55.0,4968.0,1502.0,2318.0,1533.0,A distributed task scheduler for Dask.,323.0,40,True,2024-03-15 09:21:52.000,2024.3.1,224.0,distributed,conda-forge/distributed,,,,34683.0,33343.0,https://pypi.org/project/distributed,3716756.0,4002704.0,https://anaconda.org/conda-forge/distributed,2024-03-15 16:34:44.800,13153619.0,,,,,1.0,,2024-03-15 09:21:52.000,1340.0,,,,,,,,,,,,,,,,,, +57,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-03-21 03:28:49.000000,2024-03-20 21:28:42,1034.0,97.0,3302.0,475.0,879.0,428.0,1893.0,27502.0,A library for efficient similarity search and clustering of dense vectors.,160.0,39,True,2024-03-20 10:41:55.000,2.4.0,93.0,pymilvus,conda-forge/faiss,,,,3596.0,3507.0,https://pypi.org/project/pymilvus,653757.0,676552.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1048591.0,,,,,1.0,,2024-03-20 10:41:55.000,89.0,,,,,,,,,,,,,,,,,, +58,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-03-20 13:00:00.000000,2024-02-05 13:23:18,2706.0,12.0,8260.0,373.0,3128.0,1319.0,6650.0,27394.0,OpenMMLab Detection Toolbox and Benchmark.,455.0,39,True,2024-01-05 06:24:15.000,3.3.0,53.0,mmdet,,,,['pytorch'],2296.0,2296.0,https://pypi.org/project/mmdet,202208.0,202208.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +59,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-03-20 23:04:00.000000,2024-03-20 23:03:58,8530.0,21.0,2171.0,206.0,4167.0,24.0,1920.0,19805.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2024-03-20 09:39:13.000,3.24.1,2459.0,jina,conda-forge/jina-core,jinaai/jina,,,1718.0,1701.0,https://pypi.org/project/jina,49693.0,78333.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,60207.0,https://hub.docker.com/r/jinaai/jina,2024-03-20 09:52:49.929023,8.0,1305081.0,2.0,,2024-03-20 09:35:56.000,17.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-03-01 12:26:36.000000,2024-02-08 02:27:50,4512.0,3.0,4164.0,434.0,1687.0,379.0,1448.0,15101.0,Topic Modelling for Humans.,449.0,39,True,2023-08-24 08:44:46.000,4.3.2,43.0,gensim,conda-forge/gensim,,,,57027.0,57027.0,https://pypi.org/project/gensim,4985853.0,5019616.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1213865.0,,,,,1.0,4555.0,,,piskvorky/gensim,,,,,,,,,,,,,,,,, +61,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-03-21 07:32:23.000000,2024-03-20 05:45:00,4018.0,265.0,2869.0,170.0,4602.0,374.0,2248.0,12885.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",287.0,39,True,2024-03-06 03:29:59.000,2.1.0,36.0,dgl,,,,,217.0,217.0,https://pypi.org/project/dgl,83038.0,83038.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +62,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-03-21 05:31:22.000000,2024-03-21 02:24:06,17410.0,548.0,945.0,119.0,3458.0,100.0,1508.0,9419.0,A hyperparameter optimization framework.,262.0,39,False,2024-03-18 06:02:12.000,3.6.0,63.0,optuna,conda-forge/optuna,,,,13653.0,13134.0,https://pypi.org/project/optuna,2434374.0,2450186.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,711563.0,,,,,1.0,,2024-03-18 06:02:12.000,519.0,,,,,,,,,,,,,,,,,, +63,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-03-21 11:39:29.000000,2024-03-21 11:39:25,47609.0,523.0,1129.0,192.0,380.0,486.0,1734.0,7685.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1218.0,39,True,2024-02-23 14:10:41.000,1.2.3,85.0,catboost,conda-forge/catboost,,,,13.0,13.0,https://pypi.org/project/catboost,2112872.0,2152225.0,https://anaconda.org/conda-forge/catboost,2024-02-24 13:08:44.587,1455850.0,,,,,2.0,230692.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,2024-03-21 11:34:34.000000,2024-03-21 11:34:34,4386.0,276.0,1242.0,101.0,3573.0,787.0,1420.0,7310.0,A unified framework for machine learning with time series.,336.0,39,True,2024-02-28 12:02:55.000,0.27.0,63.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2439.0,2371.0,https://pypi.org/project/sktime,937316.0,966563.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-02-28 22:27:58.715,935895.0,,,,,1.0,84.0,2024-02-28 12:02:55.000,68.0,sktime/sktime,,,,,,,,,,,,,,,,, +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-03-14 11:11:14.000000,2024-03-08 12:03:11,1797.0,29.0,2174.0,164.0,823.0,82.0,994.0,6618.0,Python Data. Leaflet.js Maps.,165.0,39,True,2024-02-29 08:57:20.000,0.16.0,27.0,folium,conda-forge/folium,,,,35285.0,35285.0,https://pypi.org/project/folium,941615.0,1009595.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2583249.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +66,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-03-21 12:59:53.000000,2024-03-20 18:44:08,4279.0,200.0,579.0,84.0,2251.0,204.0,693.0,5360.0,Flax is a neural network library for JAX that is designed for flexibility.,217.0,39,True,2024-03-14 11:35:04.000,0.8.2,43.0,flax,conda-forge/flax,,,['jax'],6737.0,6506.0,https://pypi.org/project/flax,3273232.0,3274395.0,https://anaconda.org/conda-forge/flax,2024-03-14 12:49:40.118,41857.0,,,,,2.0,50.0,2024-03-14 11:35:04.000,231.0,,,,,,,,,,,,,,,,,, +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,2024-03-21 05:32:53.000000,2024-03-20 16:02:21,3577.0,132.0,1074.0,132.0,2906.0,267.0,1166.0,2025.0,A library for training and deploying machine learning models on Amazon SageMaker.,431.0,39,True,2024-03-15 17:32:02.000,2.213.0,573.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3824.0,3727.0,https://pypi.org/project/sagemaker,27935980.0,27952650.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-03-06 22:10:37.385,716824.0,,,,,2.0,,2024-03-15 17:32:02.000,97.0,,,,,,,,,,,,,,,,,, +68,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-03-21 14:06:40.000000,2024-03-21 11:34:28,40231.0,930.0,26549.0,2034.0,45613.0,,,38095.0,Apache Spark Python API.,3033.0,38,True,,,34.0,pyspark,conda-forge/pyspark,,,['spark'],,,https://pypi.org/project/pyspark,29820495.0,29887703.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3024385.0,,,,,2.0,,,,,,,,,,stable/spark,-7.0,,,,,,,,,, +69,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-03-20 04:11:35.000000,2024-03-07 03:23:05,6131.0,10.0,7071.0,432.0,2846.0,1096.0,7560.0,37584.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",153.0,38,True,2023-10-18 12:32:48.000,2.7.1,8.0,paddleocr,,,,['paddle'],2346.0,2346.0,https://pypi.org/project/paddleocr,221382.0,221382.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,2023-10-25 21:28:33.000000,2023-01-26 21:28:45,11896.0,,6527.0,1072.0,11124.0,1805.0,7758.0,20709.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",982.0,38,False,2022-05-10 20:10:05.000,1.9.1,34.0,mxnet,mxnet,,,['mxnet'],7121.0,7121.0,https://pypi.org/project/mxnet,529675.0,530100.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10656.0,,,,,2.0,26682.0,,,apache/mxnet,,,,,,,,,,,,,,,,, +71,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,1.0,2511.0,543.0,4118.0,685.0,2087.0,9848.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,17708.0,14869.0,https://pypi.org/project/theano,335115.0,361145.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2394841.0,,,,,2.0,,2020-07-27 16:13:54.000,2839.0,,,,,,,,,,,,,,,,,, +72,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-03-19 05:24:18.341000,2024-03-03 00:53:10,941.0,50.0,1071.0,123.0,278.0,24.0,685.0,9273.0,Unsupervised text tokenizer for Neural Network-based text generation.,84.0,38,True,2024-02-19 16:08:39.000,0.2.0,27.0,sentencepiece,conda-forge/sentencepiece,,,,58682.0,58682.0,https://pypi.org/project/sentencepiece,17018829.0,17036019.0,https://anaconda.org/conda-forge/sentencepiece,2024-03-19 05:24:18.341,733254.0,,,,,1.0,35253.0,,,,,,,,,,,,,,,,,,,, +73,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-03-21 09:10:50.000000,2024-03-21 09:10:49,2703.0,84.0,905.0,128.0,1816.0,247.0,631.0,9218.0,Geometric Computer Vision Library for Spatial AI.,255.0,38,True,2024-03-14 09:13:46.000,0.7.2,38.0,kornia,conda-forge/kornia,,,['pytorch'],8936.0,8936.0,https://pypi.org/project/kornia,2327069.0,2330058.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,116023.0,,,,,1.0,1003.0,,,,,,,,,,,,,,,,,,,, +74,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-03-20 18:01:46.000000,2024-03-04 05:00:38,5194.0,109.0,1728.0,132.0,983.0,335.0,1925.0,8308.0,"An open-source, low-code machine learning library in Python.",134.0,38,True,2024-02-20 04:09:05.000,3.3.0,96.0,pycaret,conda-forge/pycaret,,,,5300.0,5282.0,https://pypi.org/project/pycaret,293976.0,294991.0,https://anaconda.org/conda-forge/pycaret,2024-03-10 21:35:37.045,43026.0,,,,,2.0,681.0,2024-02-20 04:08:49.000,18.0,,,,,,,,,,,,,,,,,, +75,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-03-16 22:50:57.000000,2024-03-12 10:24:21,1760.0,13.0,676.0,119.0,565.0,128.0,770.0,8258.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,38,True,2024-02-12 02:35:06.000,0.15.2,84.0,tokenizers,conda-forge/tokenizers,,,,66186.0,66186.0,https://pypi.org/project/tokenizers,19836686.0,19870338.0,https://anaconda.org/conda-forge/tokenizers,2024-02-12 11:07:11.714,1480695.0,,,,,1.0,47.0,,,,,,,,,,,,,,,,,,,, +76,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-03-20 18:45:12.000000,2024-03-20 18:10:16,20920.0,516.0,2067.0,179.0,3243.0,269.0,2058.0,7743.0,End-to-End Speech Processing Toolkit.,415.0,38,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,309.0,304.0,https://pypi.org/project/espnet,113786.0,113787.0,,,,,,,,1.0,79.0,2024-02-06 03:28:41.000,5.0,,,,,,,,,,,,,,,,,, +77,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-03-21 13:29:06.000000,2024-03-18 05:12:16,28380.0,265.0,747.0,128.0,6105.0,544.0,1648.0,7684.0,NumPy & SciPy for GPU.,362.0,38,True,2024-01-18 05:54:29.000,13.0.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2179.0,1964.0,https://pypi.org/project/cupy,23303.0,99316.0,https://anaconda.org/conda-forge/cupy,2024-02-05 02:05:27.119,3338495.0,https://hub.docker.com/r/cupy/cupy,2024-01-18 05:56:19.967362,11.0,60177.0,1.0,170831.0,2023-12-07 05:15:09.000,215.0,,,,,,,,,,,,,,,,,, +78,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-03-21 13:41:51.000000,2024-03-21 13:38:05,9725.0,115.0,1224.0,127.0,1148.0,151.0,922.0,7660.0,A PyTorch-based Speech Toolkit.,231.0,38,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1658.0,1627.0,https://pypi.org/project/speechbrain,1722612.0,1722612.0,,,,,,,,1.0,,2024-02-26 20:55:33.000,31.0,,,,,,,,,,,,,,,,,, +79,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-03-19 11:44:49.000000,2024-03-18 09:57:33,6210.0,82.0,1500.0,106.0,4193.0,658.0,713.0,4141.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",303.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],16949.0,16726.0,https://pypi.org/project/tensorflow-datasets,3027435.0,3028226.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,26924.0,,,,,1.0,,2023-12-18 13:28:06.000,223.0,,,,,,,,,,,,,,,,,, +80,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-03-17 08:02:03.000000,2024-03-16 11:58:37,2261.0,32.0,544.0,88.0,809.0,237.0,911.0,3625.0,Manipulation and analysis of geometric objects.,153.0,38,True,2024-02-16 14:21:10.000,2.0.3,28.0,shapely,conda-forge/shapely,,,,64350.0,64350.0,https://pypi.org/project/shapely,20867688.0,21076646.0,https://anaconda.org/conda-forge/shapely,2024-02-19 19:30:03.013,8980530.0,,,,,2.0,3161.0,,,,,,,,,,,,,,,,,,,, +81,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-03-20 23:28:56.000000,2024-03-20 17:58:14,17891.0,99.0,1226.0,84.0,7759.0,458.0,4262.0,2506.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,367.0,38,True,2024-01-16 18:37:42.000,1.6.1,59.0,mne,conda-forge/mne,,,,3613.0,3613.0,https://pypi.org/project/mne,106752.0,114366.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,350259.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +82,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-03-18 00:28:14.000000,2020-02-15 08:33:35,523.0,,6692.0,1287.0,166.0,666.0,225.0,32184.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,,,,28857.0,27133.0,https://pypi.org/project/jieba,799586.0,801392.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,149970.0,,,,,1.0,,2020-01-20 14:27:23.000,1724.0,,,,,,,,,,,,,,,,,, +83,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-03-20 15:44:39.000000,2024-03-03 06:50:21,1649.0,5.0,2794.0,379.0,458.0,8.0,1834.0,14337.0,Python Echarts Plotting Library.,42.0,37,True,2024-03-03 07:03:55.000,2.0.5,4.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],3951.0,3951.0,https://pypi.org/project/pyecharts,152896.0,152896.0,,,,,,,,2.0,9.0,,,,,,,,,,,,,,,,,,,, +84,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,,2018-06-11 11:04:18.000,2024-03-18 14:23:38.000000,2024-03-06 14:53:49,5897.0,111.0,1712.0,204.0,1182.0,69.0,2179.0,13481.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,258.0,37,False,2023-12-18 09:29:22.000,0.13.1,25.0,flair,conda-forge/python-flair,,,['pytorch'],3095.0,3095.0,https://pypi.org/project/flair,139577.0,140096.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,22853.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +85,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-03-21 01:01:59.000000,2024-03-21 01:01:57,826.0,40.0,1559.0,130.0,707.0,390.0,465.0,13260.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,137.0,37,True,2024-03-18 23:02:05.000,1.4.2,20.0,albumentations,conda-forge/albumentations,,,['pytorch'],21663.0,21663.0,https://pypi.org/project/albumentations,1465603.0,1469119.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,154725.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +86,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-03-19 05:11:40.000000,2024-03-12 16:24:01,4802.0,123.0,4872.0,383.0,690.0,583.0,1334.0,12074.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,222.0,22.0,https://pypi.org/project/glfw,250104.0,289024.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,182966.0,,,,,1.0,3669359.0,2024-02-24 10:01:09.000,200.0,,,,,,,,,,,,,,,,,, +87,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-03-21 12:53:35.000000,2024-03-19 14:28:58,1383.0,15.0,1616.0,152.0,763.0,211.0,557.0,11921.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,119.0,37,True,2024-03-18 18:22:40.000,4.7.0,57.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2884.0,2688.0,https://pypi.org/project/pandas-profiling,540472.0,545098.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,421006.0,,,,,2.0,72.0,2023-02-03 17:59:40.571,196.0,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +88,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-03-14 06:09:50.000000,2023-07-11 16:23:35,1095.0,,1440.0,251.0,664.0,386.0,1042.0,11625.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,14.0,moviepy,conda-forge/moviepy,,,,35700.0,35700.0,https://pypi.org/project/moviepy,877487.0,880300.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,225058.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +89,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-03-20 18:10:35.000000,2024-03-20 18:10:34,1351.0,217.0,1751.0,131.0,170.0,,955.0,9614.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",58.0,37,True,2024-03-17 12:12:37.000,0.0.87,86.0,deepface,,,,,2780.0,2759.0,https://pypi.org/project/deepface,158360.0,158360.0,,,,,,,,1.0,,2024-03-17 12:08:20.000,21.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-03-21 13:37:05.000000,2024-03-21 11:16:28,27821.0,1860.0,1972.0,199.0,5141.0,15.0,3376.0,9188.0,Perform data science on data that remains in someone elses server.,506.0,37,True,2024-02-20 10:19:52.000,0.8.4,267.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,10929.0,10990.0,,,,,,,,1.0,2472.0,2024-03-18 06:47:20.000,5.0,,,,,,,,,,,,,,,,,, +91,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000,2024-03-21 14:03:27.000000,2024-03-21 12:15:32,21519.0,553.0,1148.0,240.0,8355.0,1003.0,1381.0,4860.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, etc.) on Intel..",201.0,37,True,2023-11-13 02:02:20.000,2.4.0,866.0,bigdl,,,,,54.0,49.0,https://pypi.org/project/bigdl,17433.0,17436.0,,,,,,,,2.0,274.0,2024-03-21 14:03:27.000,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,4.0,,, +92,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-02-12 11:19:30.000000,2023-12-31 11:04:55,953.0,15.0,826.0,86.0,202.0,95.0,656.0,4079.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,37,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,379664.0,367593.0,https://pypi.org/project/opencv-python,13433274.0,13433274.0,,,,,,,,1.0,,2023-12-31 13:34:00.000,12071.0,,,,,,,,,,,,,,,,,, +93,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-03-20 17:57:46.000000,2024-03-20 17:57:44,12110.0,76.0,1073.0,164.0,463.0,663.0,744.0,4056.0,Probabilistic reasoning and statistical analysis in TensorFlow.,487.0,37,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],467.0,,https://pypi.org/project/tensorflow-probability,3138541.0,3141836.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,121936.0,,,,,1.0,,2024-03-12 19:43:39.000,467.0,,,,,,,,,,,,,,,,,, +94,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-03-05 02:12:04.000000,2024-03-05 02:12:01,3832.0,21.0,520.0,148.0,1136.0,143.0,1623.0,2115.0,Rasterio reads and writes geospatial raster datasets.,155.0,37,True,2023-10-19 14:09:18.000,1.3.9,155.0,rasterio,conda-forge/rasterio,,,,11863.0,10751.0,https://pypi.org/project/rasterio,2419268.0,2493828.0,https://anaconda.org/conda-forge/rasterio,2023-12-13 04:52:52.421,2832996.0,,,,,2.0,854.0,2024-03-03 01:11:49.000,1112.0,,,,,,,,,,,,,,,,,, +95,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2024-03-21 08:08:41.000000,2024-03-21 08:08:33,1233.0,22.0,208.0,33.0,47.0,12.0,162.0,1553.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,66017.0,62457.0,https://pypi.org/project/graphviz,10296111.0,10296636.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,43651.0,,,,,2.0,,2024-03-21 07:50:43.000,3560.0,,,,,,,,,,,,,,,,,, +96,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-03-20 16:09:34.000000,2024-03-18 05:03:14,1522.0,3.0,277.0,32.0,481.0,95.0,492.0,1398.0,Python library for reading and writing image data.,109.0,37,True,2024-02-12 02:14:34.000,2.34.0,90.0,imageio,conda-forge/imageio,,,,122811.0,119631.0,https://pypi.org/project/imageio,23020829.0,23159813.0,https://anaconda.org/conda-forge/imageio,2024-02-12 09:34:41.924,6114639.0,,,,,1.0,1010.0,2024-02-12 02:14:29.000,3180.0,,,,,,,,,,,,,,,,,, +97,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-03-18 17:50:51.000000,2024-03-18 17:50:48,1502.0,23.0,201.0,48.0,545.0,34.0,749.0,1112.0,Fiona reads and writes geographic data files.,72.0,37,True,2024-03-08 16:14:09.000,1.9.6,110.0,fiona,conda-forge/fiona,,,,18712.0,18614.0,https://pypi.org/project/fiona,6168032.0,6288559.0,https://anaconda.org/conda-forge/fiona,2024-03-08 21:09:14.732,5303191.0,,,,,2.0,,2024-03-08 16:08:54.000,98.0,,,,,,,,,,,,,,,,,, +98,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-03-19 07:32:13.000000,2024-03-13 13:24:17,2322.0,4.0,6024.0,418.0,1329.0,1084.0,3039.0,28962.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2866.0,2866.0,https://pypi.org/project/fairseq,307985.0,309378.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,61128.0,,,,,1.0,329.0,,,,,,,,,,,,,,,,,,,, +99,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-03-04 20:45:33.000000,2020-06-01 14:58:26,2913.0,,2425.0,233.0,337.0,295.0,224.0,14078.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,,,,19321.0,18888.0,https://pypi.org/project/imgaug,391817.0,394477.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,151665.0,,,,,2.0,,2020-02-05 20:54:22.000,433.0,,,,,,,,,,,,,,,,,, +100,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-03-21 13:10:25.000000,2024-03-21 11:55:06,3259.0,298.0,1580.0,124.0,3506.0,201.0,2939.0,13170.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",235.0,36,True,2024-03-11 10:56:42.000,2.0.0,84.0,haystack,,,,,246.0,159.0,https://pypi.org/project/haystack,4334.0,4334.0,,,,,,,,1.0,24.0,2021-12-15 14:01:39.322,87.0,,,,,,,,,,,,,,,,,, +101,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-03-21 13:40:33.000000,2024-03-11 09:45:00,6030.0,10.0,3255.0,241.0,1511.0,1044.0,3860.0,10329.0,Open-source simulator for autonomous driving research.,171.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,672.0,665.0,https://pypi.org/project/carla,21401.0,21401.0,,,,,,,,1.0,,2023-11-14 22:51:02.000,7.0,,,,,,,,,,,,,,,,,, +102,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-03-21 13:32:20.000000,2024-03-20 19:50:12,6261.0,263.0,1993.0,184.0,6101.0,56.0,1929.0,9669.0,NeMo: a framework for generative AI.,293.0,36,True,2024-02-28 06:18:16.000,1.23.0,47.0,nemo-toolkit,,,,['pytorch'],21.0,21.0,https://pypi.org/project/nemo-toolkit,57553.0,59753.0,,,,,,,,1.0,118840.0,,,,,,,,,,,,,,,,,,,, +103,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-03-19 20:23:54.000000,2024-03-19 20:23:54,573.0,10.0,1095.0,264.0,162.0,95.0,167.0,8877.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2013-09-26 02:29:01.000,0.7.0,7.0,textblob,conda-forge/textblob,,,,36906.0,36906.0,https://pypi.org/project/textblob,928207.0,930882.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,243513.0,,,,,1.0,114.0,,,,,,,,,,,,,,,,,,,, +104,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-02-28 07:42:03.000000,2024-01-24 13:04:18,855.0,7.0,1263.0,141.0,493.0,45.0,548.0,6661.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,82.0,36,True,2024-01-24 19:22:58.000,0.12.0,34.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],25705.0,25337.0,https://pypi.org/project/imbalanced-learn,11714994.0,11726874.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-01-24 19:39:53.672,534618.0,,,,,1.0,,2024-01-24 19:14:48.000,368.0,,,,,,,,,,,,,,,,,, +105,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-03-20 16:15:28.000000,2024-03-20 14:18:48,3007.0,298.0,718.0,71.0,3361.0,199.0,800.0,6415.0,Build Production-Grade AI Applications.,194.0,36,True,2024-03-20 09:43:09.000,1.2.8,100.0,bentoml,,,,,1664.0,1664.0,https://pypi.org/project/bentoml,75157.0,75190.0,,,,,,,,2.0,1790.0,,,,,,,,,,,,,,,,,,,, +106,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-03-20 19:19:11.000000,2024-03-19 16:49:41,10413.0,512.0,1591.0,147.0,2243.0,585.0,1226.0,5010.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",238.0,36,True,2022-12-01 14:00:47.111,2.7.1,831.0,deepchem,conda-forge/deepchem,,,['tensorflow'],339.0,327.0,https://pypi.org/project/deepchem,23077.0,25224.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,105228.0,,,,,1.0,,2024-03-19 17:02:28.000,12.0,,,,,,,,,,,,,,,,,, +107,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-03-20 21:40:15.000000,2024-03-20 20:08:36,2307.0,142.0,205.0,66.0,132.0,70.0,543.0,3764.0,A Grammar of Graphics for Python.,106.0,36,True,2024-03-15 09:00:23.000,0.13.2,23.0,plotnine,conda-forge/plotnine,,,,7379.0,7103.0,https://pypi.org/project/plotnine,2802669.0,2810260.0,https://anaconda.org/conda-forge/plotnine,2024-03-15 05:55:21.939,341623.0,,,,,2.0,,2024-03-14 21:30:08.000,276.0,,,,,,,,,,,,,,,,,, +108,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-03-20 21:47:17.000000,2024-03-20 19:18:06,8501.0,104.0,696.0,100.0,13163.0,53.0,817.0,3646.0,State of the Art Natural Language Processing.,112.0,36,True,2024-03-20 21:47:17.000,5.3.2,140.0,spark-nlp,,,,['spark'],433.0,400.0,https://pypi.org/project/spark-nlp,3996525.0,3996525.0,,,,,,,,1.0,,2024-03-20 19:09:17.000,33.0,,,,,,,,,,,,,,,,,, +109,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-03-21 06:44:46.000000,2024-03-20 17:01:36,10720.0,37.0,388.0,59.0,2944.0,1094.0,2140.0,2588.0,"With Holoviews, your data visualizes itself.",140.0,36,True,2024-02-13 10:17:52.000,1.18.3,159.0,holoviews,conda-forge/holoviews,,,['jupyter'],10032.0,9749.0,https://pypi.org/project/holoviews,406654.0,440561.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1513690.0,,,,,2.0,,2024-03-19 19:27:33.000,283.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,,,270.0,,,,,,,,,,,, +110,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-03-20 23:32:17.000000,2024-03-19 12:15:36,4201.0,219.0,414.0,35.0,3047.0,467.0,1053.0,2256.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,157.0,36,True,2024-03-12 17:32:27.000,0.43.4,70.0,pyvista,conda-forge/pyvista,,,['jupyter'],2733.0,2733.0,https://pypi.org/project/pyvista,187910.0,197858.0,https://anaconda.org/conda-forge/pyvista,2024-03-12 20:44:20.350,447220.0,,,,,2.0,792.0,,,,,,,,,,,,,,,,,,,, +111,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-03-19 19:46:20.000000,2024-03-19 19:46:19,1726.0,126.0,359.0,26.0,1451.0,69.0,729.0,1866.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",230.0,36,True,2024-03-18 12:39:22.000,1.3.2,44.0,metrics,conda-forge/torchmetrics,,,['pytorch'],22053.0,22040.0,https://pypi.org/project/metrics,3483.0,38275.0,https://anaconda.org/conda-forge/torchmetrics,2024-03-18 14:59:09.500,1247652.0,,,,,2.0,4885.0,2018-04-28 10:58:56.000,13.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +112,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-03-20 17:33:07.000000,2024-03-14 16:16:41,1533.0,13.0,368.0,48.0,1480.0,175.0,671.0,1506.0,Exploratory analysis of Bayesian models with Python.,153.0,36,True,2024-03-13 17:22:58.000,0.17.1,36.0,arviz,conda-forge/arviz,,,,6230.0,6051.0,https://pypi.org/project/arviz,2069137.0,2114396.0,https://anaconda.org/conda-forge/arviz,2024-03-13 19:23:07.065,2081861.0,,,,,1.0,134.0,2024-03-13 17:22:58.000,179.0,,,,,,,,,,,,,,,,,, +113,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-03-21 09:11:12.000000,2024-01-30 09:34:31,8771.0,75.0,2928.0,271.0,1230.0,170.0,659.0,17736.0,Best Practices on Recommendation Systems.,129.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,104.0,104.0,https://pypi.org/project/recommenders,81553.0,81560.0,,,,,,,,1.0,470.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +114,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-03-21 12:35:02.000000,2024-01-05 20:03:59,1332.0,1.0,2229.0,336.0,1585.0,372.0,1857.0,13889.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1146.0,1109.0,https://pypi.org/project/horovod,67153.0,67153.0,,,,,,,,2.0,,2023-06-12 09:28:02.604,37.0,,,,,,,stable/horovod,,,,,,,,,,, +115,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-03-13 22:36:42.000000,2021-06-01 10:43:00,1848.0,,4403.0,547.0,714.0,402.0,1270.0,13856.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,,,,,5990.0,5637.0,https://pypi.org/project/chatterbot,33661.0,33661.0,,,,,,,,2.0,,2020-08-22 18:40:36.000,353.0,,,,,,,,,,,,,,,,,, +116,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-02-06 22:23:52.000000,2023-08-20 17:38:53,890.0,,1119.0,320.0,267.0,54.0,343.0,12565.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,,,,3953.0,3670.0,https://pypi.org/project/annoy,1262467.0,1271686.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,387222.0,,,,,2.0,,2023-06-14 16:39:02.504,283.0,,,,,,,,,,,,,,,,,, +117,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,,2171.0,281.0,3096.0,80.0,2477.0,11671.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:32:24.000,2.10.1,59.0,allennlp,conda-forge/allennlp,,,['pytorch'],3963.0,3963.0,https://pypi.org/project/allennlp,46446.0,48356.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,120385.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,,,, +118,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-03-21 01:04:48.000000,2024-03-20 00:15:20,3839.0,65.0,1151.0,193.0,2838.0,348.0,755.0,10696.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",153.0,35,True,2024-02-28 07:50:48.000,0.10.1,53.0,ludwig,,,,['tensorflow'],251.0,242.0,https://pypi.org/project/ludwig,4709.0,4709.0,,,,,,,,2.0,,2024-02-28 07:50:48.000,9.0,,,,,,,,,,,,,,,,,, +119,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-03-19 22:44:23.623000,2023-12-09 05:39:53,576.0,,2361.0,222.0,245.0,114.0,416.0,9908.0,A little word cloud generator in Python.,72.0,35,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,871.0,21.0,https://pypi.org/project/wordcloud,1461217.0,1471671.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,459998.0,,,,,2.0,,2023-12-09 14:04:35.000,850.0,,,,,,,,,,,,,,,,,, +120,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-03-20 13:41:37.000000,2024-03-19 16:15:39,2585.0,113.0,613.0,104.0,457.0,555.0,1223.0,8787.0,An open source multi-tool for exploring and publishing data.,78.0,35,True,2023-12-22 23:22:42.000,0.64.6,147.0,datasette,conda-forge/datasette,,,,1448.0,1215.0,https://pypi.org/project/datasette,47576.0,48460.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,30933.0,,,,,1.0,61.0,2024-03-13 02:20:24.000,233.0,,,,,,,,,datasette,,,,,,,,, +121,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-03-14 15:50:17.000000,2024-03-08 21:20:46,10410.0,12.0,1965.0,350.0,3422.0,143.0,1133.0,8394.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,35,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,35.0,,https://pypi.org/project/vowpalwabbit,68834.0,72269.0,https://anaconda.org/conda-forge/vowpalwabbit,2023-10-08 10:19:04.401,140862.0,,,,,2.0,,2023-07-19 17:15:55.000,35.0,,,,,,,,,,,,,,,,,, +122,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-03-05 13:07:16.000000,2022-12-08 17:49:19,746.0,,987.0,136.0,225.0,342.0,271.0,8244.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,,,,53942.0,52585.0,https://pypi.org/project/pydub,4536842.0,4538175.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,83982.0,,,,,1.0,,2021-03-10 02:09:53.000,1357.0,,,,,,,,,,,,,,,,,, +123,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-03-21 07:36:39.000000,2024-03-14 16:44:49,32389.0,97.0,1980.0,384.0,6786.0,2734.0,6575.0,6676.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",262.0,35,True,,,151.0,h2o,,,,,106.0,21.0,https://pypi.org/project/h2o,364641.0,364641.0,,,,,,,,2.0,,2024-03-14 11:02:05.000,85.0,,,,,,,,,,,,,,,,,, +124,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-03-21 13:26:35.000000,2024-03-18 03:56:45,2968.0,42.0,936.0,92.0,3241.0,251.0,2613.0,5181.0,AI Toolkit for Healthcare Imaging.,180.0,35,True,2023-10-12 17:37:33.000,1.3.0,17.0,monai,conda-forge/monai,,,['pytorch'],1982.0,1982.0,https://pypi.org/project/monai,170135.0,170932.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,21544.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +125,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-03-21 13:31:04.000000,2024-03-20 16:45:49,1667.0,15.0,602.0,60.0,1813.0,114.0,1251.0,4437.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,208.0,35,True,2023-10-19 08:22:16.000,0.4.13,24.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2740.0,2740.0,https://pypi.org/project/pytorch-ignite,237759.0,240337.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,177936.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +126,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-02-28 17:12:19.096000,2023-11-23 21:41:49,1136.0,,661.0,90.0,269.0,32.0,252.0,4241.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4094.0,,https://pypi.org/project/geopy,5052528.0,5080796.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1272080.0,,,,,2.0,22.0,2023-11-23 21:49:30.000,4094.0,,,,,,,,,,,,,,,,,, +127,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-03-20 21:55:21.000000,2024-03-19 22:52:05,3721.0,96.0,796.0,57.0,1490.0,336.0,1222.0,3945.0,"Serve, optimize and scale PyTorch models in production.",186.0,35,True,2024-03-15 00:03:31.000,0.10.0,23.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],640.0,624.0,https://pypi.org/project/torchserve,50688.0,77532.0,https://anaconda.org/pytorch/torchserve,2024-03-14 21:47:30.323,159369.0,https://hub.docker.com/r/pytorch/torchserve,2024-03-14 22:46:13.511478,23.0,1236797.0,2.0,5621.0,2024-03-14 21:47:35.000,16.0,,,,,,,,,,,,,,,,,, +128,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-03-21 13:59:09.000000,2024-03-21 13:59:08,7368.0,30.0,609.0,117.0,1161.0,349.0,1107.0,3199.0,High-performance interactive 2D/3D data visualization library.,194.0,35,True,2024-03-14 16:50:16.000,0.14.2,38.0,vispy,conda-forge/vispy,,,['jupyter'],1590.0,1445.0,https://pypi.org/project/vispy,94016.0,104997.0,https://anaconda.org/conda-forge/vispy,2024-03-15 02:52:28.032,460949.0,,,,,2.0,,2024-03-14 16:13:05.000,143.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,2.0,7.0,,,,,,,,,,,, +129,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-02-23 00:11:47.000000,2024-02-07 15:14:19,5271.0,3.0,269.0,79.0,780.0,14.0,124.0,2780.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2024-02-07 18:33:24.000,8.2.3,77.0,thinc,conda-forge/thinc,,,,44161.0,44161.0,https://pypi.org/project/thinc,6543706.0,6602841.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2720243.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +130,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-03-21 11:34:14.000000,2024-03-18 18:46:24,2304.0,11.0,624.0,76.0,2862.0,204.0,716.0,2361.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",224.0,35,True,2024-02-22 21:42:46.000,2.2.1,32.0,torchaudio,,,,['pytorch'],586.0,,https://pypi.org/project/torchaudio,4002773.0,4002773.0,,,,,,,,1.0,,2024-02-22 19:20:36.000,586.0,,,,,,,,,,,,,,,,,, +131,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-03-21 14:34:42.000000,2024-03-21 00:05:08,4023.0,214.0,529.0,47.0,4277.0,285.0,918.0,2081.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,164.0,35,True,2024-03-11 22:26:17.000,0.35.1,56.0,pennylane,conda-forge/pennylane,,,,874.0,802.0,https://pypi.org/project/pennylane,55925.0,57215.0,https://anaconda.org/conda-forge/pennylane,2024-03-19 12:55:56.428,36118.0,,,,,1.0,73.0,2024-03-11 22:26:17.000,72.0,,,,,,,,,,,,,,,,,, +132,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-03-20 10:13:56.000000,2023-12-13 04:29:27,1518.0,,612.0,57.0,1882.0,87.0,896.0,1680.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14460.0,14235.0,https://pypi.org/project/tensorflow-addons,1001242.0,1001242.0,,,,,,,,1.0,,2023-11-28 01:45:31.000,225.0,,,,,,,,,,,,,,,,,, +133,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-03-12 01:50:37.000000,2024-02-11 16:39:29,1856.0,8.0,199.0,32.0,211.0,24.0,392.0,1353.0,The ctypes-based simple ImageMagick binding for Python.,104.0,35,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,19208.0,18488.0,https://pypi.org/project/wand,893503.0,894868.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,37598.0,,,,,2.0,43684.0,2023-11-03 23:18:50.000,720.0,,,,,,,,,,,,,,,,,, +134,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-03-21 07:35:33.000000,2024-03-21 07:35:29,2816.0,50.0,275.0,33.0,209.0,42.0,500.0,1220.0,Python interface for igraph.,74.0,35,False,2024-02-14 11:09:57.000,0.11.4,40.0,python-igraph,conda-forge/igraph,,,,4263.0,3844.0,https://pypi.org/project/python-igraph,619464.0,637697.0,https://anaconda.org/conda-forge/igraph,2024-02-13 16:32:10.931,506146.0,,,,,1.0,562327.0,2024-02-14 11:09:57.000,419.0,,,,,,,,,,,,,,,,,, +135,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-03-19 19:42:50.000000,2024-03-13 00:47:35,874.0,10.0,319.0,45.0,1018.0,74.0,166.0,1191.0,Making text a first-class citizen in TensorFlow.,113.0,35,True,2024-03-11 20:48:59.000,2.16.1,55.0,tensorflow-text,,,,['tensorflow'],6558.0,6558.0,https://pypi.org/project/tensorflow-text,6074754.0,6074754.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +136,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-03-21 13:36:28.000000,2024-03-21 08:00:52,1615.0,96.0,167.0,32.0,1501.0,73.0,177.0,1147.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,78.0,35,True,2024-01-24 21:51:51.000,2024.1.0,24.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],10057.0,10033.0,https://pypi.org/project/scikit-learn-intelex,180032.0,186971.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-01-25 17:59:16.547,242879.0,,,,,1.0,,2024-01-23 15:23:40.000,24.0,,,,,,,,,,,,,,,,,, +137,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-03-18 22:29:33.000000,2024-03-18 22:27:21,1541.0,14.0,212.0,34.0,682.0,31.0,571.0,977.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,30279.0,28181.0,https://pypi.org/project/pyproj,8332518.0,8498388.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7298284.0,,,,,2.0,,2023-09-21 02:07:12.000,2098.0,,,,,,,,,,,,,,,,,, +138,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-03-20 22:41:04.000000,2024-03-20 20:36:34,14853.0,51.0,506.0,51.0,2288.0,392.0,958.0,728.0,Workflows and interfaces for neuroimaging packages.,256.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4300.0,4122.0,https://pypi.org/project/nipype,153330.0,167165.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,594910.0,,,,,1.0,,2023-04-06 12:55:55.544,178.0,,,,,,,,,,,,,,,,,, +139,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-03-21 04:58:21.000000,2024-03-21 04:58:07,7750.0,298.0,2641.0,296.0,189.0,27.0,1029.0,25742.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-03-15 17:46:19.000,7.5.5,632.0,netron,,,,"['pytorch', 'tensorflow']",86.0,12.0,https://pypi.org/project/netron,28024.0,112383.0,,,,,,,,1.0,84359.0,2024-03-15 17:46:19.000,74.0,,,,,,,,,,,,,,,,,, +140,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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3924.0,665.0,1674.0,137.0,1985.0,24051.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'],449.0,406.0,https://pypi.org/project/deepspeech,9053.0,26101.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2547.0,,,,,2.0,1119977.0,2020-12-19 10:05:12.000,43.0,,,,,,,,,,,,,,,,,, +141,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-03-21 13:47:35.000000,2024-03-21 13:47:34,35065.0,553.0,12337.0,948.0,24535.0,,,23003.0,Apache Flink Python API.,1840.0,34,True,,,,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,112432.0,112432.0,,,,,,,,2.0,,,,,,,,,,,-4.0,,,,,,,,,, +142,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-03-21 07:39:19.000000,2023-09-04 11:42:16,615.0,,2919.0,304.0,245.0,359.0,585.0,21510.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,34,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,5645.0,5543.0,https://pypi.org/project/easyocr,227489.0,441124.0,,,,,,,,1.0,9613602.0,2023-09-04 11:55:27.000,102.0,,,,,,,,,,,,,,,,,, +143,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-03-21 11:45:39.000000,2024-03-21 11:45:39,7438.0,175.0,3423.0,254.0,2899.0,793.0,2577.0,19849.0,Graph Neural Network Library for PyTorch.,486.0,34,True,2024-03-20 18:30:08.000,2.5.2,39.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],,,https://pypi.org/project/torch-geometric,248025.0,248880.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-02-22 16:44:15.527,37642.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +144,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-03-18 22:48:00.000000,2023-10-18 07:33:05,791.0,,4398.0,433.0,440.0,379.0,1725.0,17609.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,34,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,21.0,21.0,https://pypi.org/project/fbprophet,809528.0,842148.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1140723.0,,,,,1.0,2388.0,,,,,,,,,,,,,,,,,,,, +145,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-03-20 21:35:23.000000,2024-03-20 19:56:13,3783.0,55.0,871.0,138.0,170.0,103.0,988.0,11663.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",93.0,34,True,2024-03-20 21:35:23.000,16.1.2,235.0,ocrmypdf,conda-forge/ocrmypdf,,,,784.0,763.0,https://pypi.org/project/ocrmypdf,81198.0,83251.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,61868.0,,,,,1.0,2673.0,2024-03-20 21:35:23.000,21.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,, +146,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-03-20 22:40:13.000000,2024-03-20 22:39:11,2458.0,25.0,986.0,203.0,2282.0,249.0,833.0,8309.0,Deep universal probabilistic programming with Python and PyTorch.,153.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,344967.0,349023.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,146028.0,,,,,1.0,,2024-02-19 18:03:28.000,116.0,,,,,,,,,,,,,,,,,, +147,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-02-25 13:10:20.000000,2023-12-06 12:55:15,486.0,,2328.0,284.0,142.0,310.0,315.0,7966.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",49.0,34,True,2023-12-06 13:10:51.000,3.10.1,56.0,SpeechRecognition,conda-forge/speechrecognition,,,,877.0,21.0,https://pypi.org/project/SpeechRecognition,738043.0,742169.0,https://anaconda.org/conda-forge/speechrecognition,2023-12-06 16:25:19.819,177447.0,,,,,2.0,,2023-12-06 13:02:22.000,856.0,,,,,,,,,,,,,,,,,, +148,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-03-16 17:37:28.000000,2024-03-16 17:36:36,1731.0,10.0,1310.0,148.0,207.0,196.0,145.0,7876.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3472.0,3407.0,https://pypi.org/project/pyod,663364.0,665359.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,91798.0,,,,,2.0,,2024-02-09 06:50:32.000,65.0,,,,,,,,,,,,,,,,,, +149,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-02-11 06:38:37.000000,2024-02-11 06:36:31,669.0,6.0,329.0,70.0,107.0,32.0,135.0,7805.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,34,True,2023-10-01 01:13:46.000,0.7.0,14.0,einops,conda-forge/einops,,,,30085.0,29217.0,https://pypi.org/project/einops,6991951.0,6996578.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,189745.0,,,,,2.0,,2023-10-01 01:13:46.000,868.0,,,,,,,,,,,,,,,,,, +150,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-03-21 14:45:04.000000,2024-03-19 01:33:10,19414.0,535.0,465.0,52.0,2769.0,474.0,992.0,6523.0,"Visualize, create, and debug image and video datasets and model predictions.",115.0,34,True,2024-03-07 17:57:40.000,0.23.6,140.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",530.0,518.0,https://pypi.org/project/fiftyone,45340.0,45340.0,,,,,,,,2.0,,2024-02-15 15:14:41.000,12.0,,,,,,,,,,,,,,,,,, +151,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-03-20 10:04:55.000000,2024-03-18 16:03:25,2890.0,26.0,2225.0,176.0,1143.0,28.0,1414.0,6515.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,34,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],278.0,260.0,https://pypi.org/project/OpenNMT-py,6940.0,6940.0,,,,,,,,2.0,,2024-03-18 14:02:12.000,18.0,,,,,,,,,,,,,,,,,, +152,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-03-17 13:13:19.000000,2024-03-17 13:07:40,2326.0,68.0,623.0,93.0,253.0,439.0,530.0,5148.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",93.0,34,True,2024-02-21 14:44:28.000,1.14.4,157.0,clearml,,allegroai/trains,,,1017.0,999.0,https://pypi.org/project/clearml,316000.0,316569.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30237.0,2.0,2238.0,2024-03-03 11:45:33.000,18.0,,,,,,,,,,,,,,,,,, +153,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-02-24 17:59:41.000000,2024-02-23 15:26:08,1639.0,4.0,839.0,119.0,524.0,145.0,337.0,4741.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,104.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],12781.0,12590.0,https://pypi.org/project/mlxtend,624953.0,631753.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,299218.0,,,,,2.0,,2024-01-05 09:13:47.000,191.0,,,,,,,,,,,,,,,,,, +154,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-03-21 07:20:28.000000,2024-03-20 20:32:26,12187.0,63.0,1105.0,100.0,1327.0,152.0,746.0,4386.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,504.0,493.0,https://pypi.org/project/adversarial-robustness-toolbox,26243.0,27069.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,36383.0,,,,,1.0,,2024-02-17 23:56:02.000,11.0,,,,,,,,,,,,,,,,,, +155,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-03-19 23:55:15.000000,2024-03-19 23:55:14,1137.0,19.0,588.0,114.0,857.0,284.0,1038.0,3991.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",162.0,34,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3833.0,3660.0,https://pypi.org/project/coremltools,194962.0,196390.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53738.0,,,,,2.0,9224.0,2023-11-01 14:33:59.000,173.0,,,,,,,,,,,,,,,,,, +156,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-02-15 18:01:45.000000,2024-02-15 18:01:44,1293.0,3.0,2511.0,1972.0,533.0,386.0,1076.0,3930.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,102.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,574512.0,574520.0,,,,,,,,2.0,527.0,2024-02-06 19:36:25.000,48.0,,,,,,,,,,,,,,,,,, +157,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,,2013-09-12 07:18:21.000,2024-03-20 13:32:44.000000,2024-03-16 12:24:21,3946.0,69.0,1033.0,152.0,1596.0,354.0,873.0,3634.0,Fast data visualization and GUI tools for scientific / engineering applications.,275.0,34,False,2024-03-07 18:06:04.000,pyqtgraph-0.13.4,14.0,pyqtgraph,conda-forge/pyqtgraph,,,,9053.0,9053.0,https://pypi.org/project/pyqtgraph,230782.0,242127.0,https://anaconda.org/conda-forge/pyqtgraph,2024-03-07 20:24:16.458,510565.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +158,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-03-18 19:31:30.000000,2024-03-18 19:31:27,1181.0,7.0,1678.0,147.0,210.0,5.0,684.0,3431.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],343.0,,https://pypi.org/project/tensorflow-hub,3628078.0,3630260.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-30 18:21:57.617,93851.0,,,,,2.0,,2024-01-30 14:49:07.000,343.0,,,,,,,,,,,,,,,,,, +159,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-03-21 11:23:22.000000,2024-03-20 20:48:15,1823.0,62.0,359.0,55.0,1564.0,71.0,408.0,2927.0,Bayesian optimization in PyTorch.,110.0,34,True,2024-02-27 06:16:38.000,0.10.0,43.0,botorch,conda-forge/botorch,,,['pytorch'],949.0,902.0,https://pypi.org/project/botorch,192542.0,194880.0,https://anaconda.org/conda-forge/botorch,2024-02-27 09:02:55.942,100535.0,,,,,1.0,,2024-02-27 06:16:38.000,47.0,,,,,,,,,,,,,,,,,, +160,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,19.0,584.0,69.0,481.0,245.0,702.0,2264.0,Survival analysis in Python.,117.0,34,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2421.0,2287.0,https://pypi.org/project/lifelines,483021.0,489893.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,316127.0,,,,,2.0,,2024-01-03 22:01:02.000,134.0,,,,,,,,,,,,,,,,,, +161,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-03-21 07:28:22.000000,2024-03-20 16:19:41,2913.0,141.0,284.0,68.0,1640.0,33.0,598.0,2244.0,Adaptive Experimentation Platform.,166.0,34,True,2024-03-01 16:10:42.000,0.3.7,39.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],675.0,675.0,https://pypi.org/project/ax-platform,158179.0,158716.0,https://anaconda.org/conda-forge/ax-platform,2024-03-02 16:28:38.668,17748.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +162,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-03-21 13:23:20.000000,2024-03-19 09:57:38,5112.0,140.0,504.0,20.0,1217.0,1001.0,619.0,2076.0,"This is the development home of the workflow management system Snakemake. For general information, see.",319.0,34,True,2024-03-19 09:58:51.000,8.9.0,321.0,snakemake,bioconda/snakemake,,,,2178.0,1909.0,https://pypi.org/project/snakemake,163215.0,173079.0,https://anaconda.org/bioconda/snakemake,2024-03-19 11:17:42.759,996346.0,,,,,2.0,,2024-03-19 09:58:51.000,269.0,,,,,,,,,,,,,,,,,, +163,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-03-21 10:19:32.000000,2024-03-20 08:22:58,993.0,73.0,337.0,54.0,1134.0,227.0,386.0,2056.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,101.0,34,True,2024-02-18 02:19:37.000,1.17.1,51.0,optimum,conda-forge/optimum,,,,1887.0,1887.0,https://pypi.org/project/optimum,1061953.0,1062466.0,https://anaconda.org/conda-forge/optimum,2024-02-18 04:42:34.186,11812.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +164,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-03-21 04:25:22.000000,2024-03-17 09:58:07,3000.0,60.0,356.0,55.0,1144.0,314.0,943.0,1339.0,Cartopy - a cartographic python library with matplotlib support.,125.0,34,True,2023-08-05 00:46:57.000,0.22.0,24.0,cartopy,conda-forge/cartopy,,,,4594.0,4594.0,https://pypi.org/project/cartopy,242058.0,316508.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3424728.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +165,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-02-23 21:54:31.000000,2024-02-23 21:54:27,1531.0,7.0,153.0,41.0,132.0,8.0,640.0,1159.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,34,True,2023-12-21 20:05:21.000,1.9.1,32.0,agate,conda-forge/agate,,,,3060.0,2911.0,https://pypi.org/project/agate,6140341.0,6145226.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,166121.0,,,,,2.0,,2023-12-21 20:05:21.000,149.0,,,,,,,,,,,,,,,,,, +166,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,,2011-01-09 19:02:23.000,2024-03-21 14:18:42.000000,2024-03-21 12:58:33,10249.0,86.0,542.0,71.0,2353.0,243.0,1738.0,1095.0,Machine learning for NeuroImaging in Python.,234.0,34,False,2024-01-29 09:22:59.000,0.10.3,23.0,nilearn,conda-forge/nilearn,,,['sklearn'],2970.0,2970.0,https://pypi.org/project/nilearn,65367.0,71905.0,https://anaconda.org/conda-forge/nilearn,2024-01-29 13:01:39.700,261381.0,,,,,2.0,159.0,,,,,,,,,,,,,,,,,,,, +167,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,,2010-07-22 16:28:30.000,2024-03-12 01:11:40.000000,2024-03-12 01:11:39,5804.0,44.0,249.0,37.0,797.0,100.0,399.0,616.0,Python package to access a cacophony of neuro-imaging file formats.,102.0,34,False,2024-02-27 04:17:30.000,5.2.1,40.0,nibabel,conda-forge/nibabel,,,,17744.0,17744.0,https://pypi.org/project/nibabel,484842.0,500052.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,684480.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +168,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-03-21 10:07:23.000000,2024-03-21 10:07:22,3031.0,108.0,4154.0,376.0,3718.0,356.0,1177.0,37218.0,"Making large AI models cheaper, faster and more accessible.",170.0,33,True,2024-03-07 15:38:25.000,0.3.6,36.0,,,,,,302.0,302.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +169,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-03-11 08:31:49.000000,2024-03-11 08:27:00,1505.0,9.0,6860.0,381.0,652.0,393.0,3046.0,28350.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",266.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1663.0,1663.0,https://pypi.org/project/detectron2,,5125.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,225534.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +170,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-03-15 00:04:23.000000,2024-03-13 15:16:33,391.0,3.0,4735.0,844.0,268.0,550.0,611.0,25506.0,Library for fast text representation and classification.,68.0,33,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,253.0,21.0,https://pypi.org/project/fasttext,1076091.0,1077882.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,75226.0,,,,,2.0,,2020-04-28 09:54:50.000,232.0,,,,,,,,,,,,,,,,,, +171,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,,2018-08-02 17:56:45.000,2024-03-21 13:54:50.000000,2024-03-21 12:31:46,17579.0,960.0,2621.0,376.0,4792.0,372.0,3353.0,20241.0,The platform for customizing AI from enterprise data.,822.0,33,False,2024-03-20 16:17:06.000,24.3.4.0,100.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,14553.0,14553.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +172,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,,4627.0,1005.0,1869.0,357.0,658.0,16985.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1071.0,985.0,https://pypi.org/project/zipline,2645.0,2823.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7479.0,,,,,1.0,,2020-10-05 15:46:20.429,86.0,,,,,,,,,,,,,,,,,, +173,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-03-07 11:44:47.000000,2023-10-26 05:31:53,3012.0,,1800.0,285.0,3504.0,373.0,1677.0,13660.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,631.0,593.0,https://pypi.org/project/nni,15575.0,15575.0,,,,,,,,1.0,,2023-09-14 12:22:00.000,38.0,,,,,,,,,,,,,,,,,, +174,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-01-02 11:17:53.000000,2024-01-02 11:17:47,862.0,3.0,1363.0,419.0,85.0,32.0,159.0,9685.0,TensorFlow-based neural network library.,58.0,33,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1306.0,1253.0,https://pypi.org/project/dm-sonnet,24359.0,24879.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,27084.0,,,,,2.0,,2024-01-02 11:15:06.000,53.0,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +175,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-02-26 15:57:08.680000,2024-02-23 19:03:07,2440.0,6.0,1539.0,289.0,430.0,284.0,637.0,9463.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,118.0,33,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2717.0,2655.0,https://pypi.org/project/tpot,41762.0,47217.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,245519.0,,,,,1.0,,2024-02-23 19:06:10.000,62.0,,,,,,,,,,,,,,,,,, +176,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,,870.0,260.0,148.0,83.0,103.0,9090.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,23.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,23248.0,23248.0,https://pypi.org/project/fuzzywuzzy,6729213.0,6734913.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,524445.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +177,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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,4.0,1399.0,302.0,894.0,133.0,759.0,9055.0,AutoML library for deep learning.,143.0,33,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],663.0,650.0,https://pypi.org/project/autokeras,17275.0,17510.0,,,,,,,,1.0,17890.0,2024-03-20 21:40:33.000,13.0,,,,,,,,,,,,,,,,,, +178,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-03-19 06:35:41.000000,2024-03-08 03:19:52,2899.0,5.0,1618.0,87.0,1633.0,307.0,1829.0,8152.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",119.0,33,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1148.0,1144.0,https://pypi.org/project/paddleseg,2785.0,2785.0,,,,,,,,2.0,,2022-11-30 11:24:02.578,4.0,,,,,,,,,,,,,,,,,, +179,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-03-20 11:41:54.000000,2024-03-20 11:41:53,873.0,59.0,699.0,279.0,1154.0,302.0,365.0,7477.0,"Build and manage real-life ML, AI, and data science projects with ease!.",83.0,33,True,2024-03-14 18:36:33.000,2.11.5,112.0,metaflow,conda-forge/metaflow,,,,638.0,610.0,https://pypi.org/project/metaflow,217098.0,220773.0,https://anaconda.org/conda-forge/metaflow,2024-03-15 15:30:47.142,161712.0,,,,,2.0,,2024-03-14 18:36:33.000,28.0,,,,,,,,,,,,,,,,,, +180,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-03-21 14:25:13.000000,2024-03-21 13:43:20,38499.0,487.0,813.0,147.0,9329.0,1064.0,5040.0,7144.0,cuDF - GPU DataFrame Library.,274.0,33,True,2024-02-27 15:12:35.000,24.02.02,47.0,cudf,,,,,63.0,52.0,https://pypi.org/project/cudf,2754.0,2754.0,,,,,,,,2.0,,2020-06-01 20:07:47.000,11.0,,,,,,,,,,,,,,,,,, +181,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-03-19 18:34:21.000000,2024-03-19 18:34:20,1349.0,34.0,858.0,158.0,1692.0,169.0,824.0,6990.0,An open source python library for automated feature engineering.,72.0,33,True,2024-02-26 17:29:32.000,1.30.0,105.0,featuretools,conda-forge/featuretools,,,,1640.0,1562.0,https://pypi.org/project/featuretools,55144.0,59078.0,https://anaconda.org/conda-forge/featuretools,2024-02-27 14:54:50.393,177068.0,,,,,1.0,,2024-02-26 17:29:32.000,78.0,,,,,,,,,,,,,,,,,, +182,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,,872.0,219.0,220.0,174.0,233.0,6739.0,Efficiently computes derivatives of numpy code.,56.0,33,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,7942.0,7615.0,https://pypi.org/project/autograd,1285467.0,1304611.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,402041.0,,,,,2.0,,2023-06-23 08:37:07.368,327.0,,,,,,,,,,,,,,,,,, +183,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-03-18 15:56:58.000000,2024-03-16 08:56:38,3022.0,122.0,708.0,140.0,99.0,91.0,327.0,5960.0,Fit interpretable models. Explain blackbox machine learning.,42.0,33,True,2024-03-18 15:53:29.000,0.6.0,48.0,interpret,,,,['jupyter'],673.0,641.0,https://pypi.org/project/interpret,86615.0,86615.0,,,,,,,,1.0,,2024-03-16 10:19:37.000,32.0,,,,,,,,,,,,,,,,,, +184,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,,1397.0,290.0,6588.0,12.0,2030.0,5856.0,A flexible framework of neural networks for deep learning.,324.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3605.0,3201.0,https://pypi.org/project/chainer,17712.0,18052.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16693.0,,,,,2.0,,2022-01-05 05:33:36.000,404.0,,,,,,,,,,,,,,,,,, +185,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-03-08 17:29:10.000000,2023-12-16 19:23:13,1208.0,,650.0,65.0,132.0,53.0,434.0,5694.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,33,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1345.0,1314.0,https://pypi.org/project/pytorch-metric-learning,476587.0,476811.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11237.0,,,,,1.0,,2023-12-16 19:14:54.000,31.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-02-02 08:20:24.000000,2023-07-28 00:16:45,2332.0,,1102.0,189.0,234.0,270.0,281.0,5509.0,Distributed Evolutionary Algorithms in Python.,87.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4909.0,4535.0,https://pypi.org/project/deap,190405.0,199177.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,359654.0,,,,,2.0,,2023-07-21 10:51:54.000,374.0,,,,,,,,,,,,,,,,,, +187,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-03-21 05:14:49.000000,2024-03-21 05:10:11,1070.0,19.0,461.0,234.0,745.0,191.0,333.0,4491.0,Model interpretability and understanding for PyTorch.,110.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],1960.0,1897.0,https://pypi.org/project/captum,216923.0,217727.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,21719.0,,,,,1.0,,2023-12-05 08:32:04.000,63.0,,,,,,,,,,,,,,,,,, +188,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-03-04 07:54:57.000000,2023-12-03 03:47:34,490.0,,595.0,66.0,215.0,191.0,154.0,3930.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6205.0,6139.0,https://pypi.org/project/hnswlib,824576.0,827997.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,133423.0,,,,,2.0,,2023-12-03 04:16:17.000,66.0,,,,,,,,,,,,,,,,,, +189,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-03-20 17:26:25.000000,2024-03-08 17:56:57,1272.0,30.0,233.0,36.0,427.0,85.0,207.0,3459.0,Lightning fast forecasting with statistical and econometric models.,38.0,33,True,2024-02-05 21:45:31.000,1.7.3,31.0,statsforecast,conda-forge/statsforecast,,,,778.0,752.0,https://pypi.org/project/statsforecast,576318.0,578824.0,https://anaconda.org/conda-forge/statsforecast,2024-02-06 03:02:36.606,60150.0,,,,,1.0,,2024-02-05 21:45:31.000,26.0,,,,,,,,,,,,,,,,,, +190,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-03-21 12:01:44.000000,2024-03-21 12:01:43,2905.0,128.0,297.0,24.0,2689.0,181.0,1654.0,3028.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",82.0,33,True,2024-02-29 10:31:19.000,1.25.0,100.0,rubrix,conda-forge/rubrix,,,,2319.0,2319.0,https://pypi.org/project/rubrix,1268.0,2338.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28899.0,,,,,2.0,,2022-10-24 18:22:00.951,,argilla-io/argilla,,,,,,,,,,,,,,,,, +191,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-02-21 22:30:58.000000,2024-02-19 19:00:58,3685.0,15.0,193.0,50.0,1353.0,129.0,716.0,1954.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,1931.0,1909.0,https://pypi.org/project/pythran,215920.0,226705.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,452982.0,,,,,2.0,,2024-01-07 21:21:39.000,22.0,,,,,,,,,,,,,,,,pythran,python-pythran, +192,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-03-08 13:48:08.000000,2024-03-01 15:29:40,1173.0,8.0,364.0,66.0,599.0,268.0,348.0,1448.0,A Jupyter - Leaflet.js bridge.,88.0,33,True,2024-01-23 17:57:40.189,0.18.2,81.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],7943.0,7769.0,https://pypi.org/project/ipyleaflet,141698.0,177577.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1107658.0,,,,,2.0,,2024-01-23 17:54:03.000,168.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-01-23 17:57:40.189,6.0,11800.0,,,,,,,,,,,, +193,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-03-20 12:01:21.000000,2024-03-19 20:59:54,13236.0,229.0,279.0,35.0,1758.0,463.0,625.0,993.0,Python package for earth-observing satellite data processing.,152.0,33,False,2024-02-21 11:29:00.000,0.47.0,93.0,satpy,conda-forge/satpy,,,,140.0,122.0,https://pypi.org/project/satpy,62704.0,66791.0,https://anaconda.org/conda-forge/satpy,2024-02-21 15:57:59.122,183944.0,,,,,2.0,,2024-02-21 11:29:00.000,18.0,,,,,,,,,,,,,,,,,, +194,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-03-21 13:14:39.000000,2024-03-21 04:58:46,13870.0,207.0,419.0,50.0,2062.0,151.0,768.0,660.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",158.0,33,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1137.0,1024.0,https://pypi.org/project/dipy,33598.0,43827.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,429632.0,,,,,2.0,,2024-03-08 22:14:36.000,113.0,,,,,,,,,,,,,,,,,, +195,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-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13012.0,1565.0,227.0,731.0,584.0,51396.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2018-04-02 17:18:43.000,1.2.2,2.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],21.0,21.0,https://pypi.org/project/face_recognition,115220.0,115706.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19847.0,,,,,2.0,1227.0,,,,,,,,,,,,,,,,,,,, +196,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-03-15 22:01:37.000000,2024-02-10 14:20:58,4668.0,2.0,3179.0,251.0,718.0,68.0,946.0,28040.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,32,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",26.0,,https://pypi.org/project/tts,100812.0,157702.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10496.0,,,,,2.0,2035074.0,2023-12-12 15:27:06.000,26.0,,,,,,,,,,,,,,,,,, +197,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-03-21 14:37:48.000000,2024-03-21 12:21:55,3885.0,690.0,2533.0,263.0,3233.0,94.0,458.0,23036.0,You like pytorch? You like micrograd? You love tinygrad!.,290.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],51.0,51.0,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +198,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-01-23 01:48:22.000000,2023-07-11 13:03:36,1421.0,,3629.0,755.0,1134.0,361.0,588.0,18891.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,32,True,2022-08-01 18:18:44.000,2.1.4,48.0,magenta,,,,['tensorflow'],499.0,499.0,https://pypi.org/project/magenta,3623.0,3623.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +199,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,,3420.0,466.0,671.0,590.0,672.0,14720.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1551.0,1461.0,https://pypi.org/project/tensor2tensor,6137.0,6137.0,,,,,,,,2.0,,2020-06-17 16:31:34.798,90.0,,,,,,,,,,,,,,,,,, +200,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1760.0,263.0,114.0,96.0,535.0,11216.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,,,,5406.0,5226.0,https://pypi.org/project/lime,332442.0,334724.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,198610.0,,,,,1.0,,2020-06-26 21:38:15.000,180.0,,,,,,,,,,,,,,,,,, +201,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,,1126.0,337.0,1683.0,502.0,1294.0,11148.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:44:07.000,6.4.1,30.0,turicreate,,,,,368.0,368.0,https://pypi.org/project/turicreate,23889.0,24017.0,,,,,,,,3.0,9659.0,,,,,,,,,,,,,,,,,,,, +202,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-03-18 23:01:54.000000,2024-03-12 13:59:31,1145.0,18.0,1210.0,147.0,162.0,239.0,1242.0,8185.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,140.0,32,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],749.0,749.0,https://pypi.org/project/pytorch3d,6883.0,10647.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,195763.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +203,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-03-19 22:29:03.000000,2024-03-19 19:08:40,1583.0,94.0,642.0,81.0,689.0,103.0,235.0,8122.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",45.0,32,False,2024-03-19 22:29:03.000,2.6.3,28.0,cleanlab,conda-forge/cleanlab,,,,290.0,280.0,https://pypi.org/project/cleanlab,14970.0,15551.0,https://anaconda.org/conda-forge/cleanlab,2024-03-10 18:14:34.955,20368.0,,,,,2.0,,2024-03-19 22:29:03.000,10.0,,,,,,,,,,,,,,,,,, +204,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7779.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,42133.0,41125.0,https://pypi.org/project/tensorboardX,2531580.0,2557563.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1143044.0,,,,,2.0,413.0,2023-08-20 13:38:18.000,1008.0,,,,,,,,,,,,,,,,,, +205,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-03-21 13:14:27.000000,2024-03-16 11:05:51,1162.0,41.0,774.0,60.0,926.0,237.0,1129.0,7130.0,A python library for user-friendly forecasting and anomaly detection on time series.,113.0,32,True,2024-03-05 10:03:59.000,0.28.0,41.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,550.0,550.0,https://pypi.org/project/u8darts,23812.0,25074.0,https://anaconda.org/conda-forge/u8darts-all,2024-03-06 11:14:27.080,40170.0,https://hub.docker.com/r/unit8/darts,2024-03-05 10:14:43.603879,,526.0,2.0,,,,,,,,,,,,,,,,,,,,, +206,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-03-18 22:14:38.000000,2024-03-13 19:58:20,1220.0,2.0,1078.0,124.0,274.0,250.0,414.0,7042.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,32,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,14555.0,14046.0,https://pypi.org/project/hyperopt,2280474.0,2291865.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,751835.0,,,,,2.0,,2021-11-17 10:07:00.808,509.0,,,,,,,,,,,,,,,,,, +207,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,,2017-09-26 08:00:56.000,2024-03-21 08:21:58.000000,2024-03-01 05:10:21,4343.0,104.0,845.0,142.0,476.0,92.0,772.0,7001.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,32,False,2024-03-01 06:47:02.000,1.8.1,22.0,stanza,stanfordnlp/stanza,,,,2557.0,2557.0,https://pypi.org/project/stanza,230386.0,230539.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7364.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +208,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-03-13 10:57:14.000000,2024-03-13 09:36:57,2708.0,4.0,1130.0,209.0,1048.0,19.0,615.0,6507.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-03-13 10:57:14.000,1.6.0,63.0,deeppavlov,,,,['tensorflow'],387.0,380.0,https://pypi.org/project/deeppavlov,9847.0,9847.0,,,,,,,,2.0,,2024-03-13 10:57:14.000,7.0,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +209,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-03-20 20:07:56.000000,2024-03-14 13:10:02,2169.0,27.0,279.0,45.0,2135.0,336.0,654.0,4686.0,Aim An easy-to-use & supercharged open-source experiment tracker.,64.0,32,True,2024-03-14 12:54:41.000,3.19.1,930.0,aim,conda-forge/aim,,,,506.0,484.0,https://pypi.org/project/aim,112106.0,113433.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,42486.0,,,,,2.0,,2024-03-20 20:07:56.000,22.0,,,,,,,,,,,,,,,,,, +210,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-03-20 18:12:19.000000,2024-03-15 01:19:18,1424.0,32.0,453.0,55.0,770.0,40.0,476.0,3593.0,NeuralProphet: A simple forecasting package.,52.0,32,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],403.0,398.0,https://pypi.org/project/neuralprophet,108698.0,108698.0,,,,,,,,2.0,,2024-02-23 20:22:47.000,5.0,,,,,,,,,,,,,,,,,, +211,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-02-13 11:58:20.000000,2024-02-13 11:57:59,1492.0,3.0,357.0,91.0,737.0,129.0,441.0,3180.0,Quickly and accurately render even the largest data.,55.0,32,True,2023-10-26 15:10:16.000,0.16.0,33.0,datashader,conda-forge/datashader,,,,3748.0,3748.0,https://pypi.org/project/datashader,96098.0,113102.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,782216.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +212,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-03-10 19:55:31.000000,2024-03-10 19:55:31,475.0,11.0,732.0,119.0,124.0,64.0,370.0,2929.0,"Hidden Markov Models in Python, with scikit-learn like API.",47.0,32,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2512.0,2365.0,https://pypi.org/project/hmmlearn,179437.0,184407.0,https://anaconda.org/conda-forge/hmmlearn,2024-03-02 05:37:57.119,208743.0,,,,,2.0,,2024-03-02 03:05:38.000,147.0,,,,,,,,,,,,,,,,,, +213,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-03-11 17:08:08.000000,2024-03-11 17:08:03,974.0,11.0,224.0,39.0,530.0,72.0,172.0,2767.0,JAX-based neural network library.,81.0,32,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,1853.0,1763.0,https://pypi.org/project/dm-haiku,225216.0,225627.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,15237.0,,,,,3.0,,2024-02-28 18:11:54.000,90.0,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +214,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-03-20 01:04:30.000000,2024-03-20 01:04:29,1637.0,3.0,323.0,61.0,188.0,126.0,193.0,2758.0,The machine learning toolkit for time series analysis in Python.,43.0,32,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1235.0,1186.0,https://pypi.org/project/tslearn,396248.0,424744.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1282332.0,,,,,2.0,,2023-12-12 14:39:23.000,49.0,,,,,,,,,,,,,,,,,, +215,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-03-15 06:37:00.287000,2021-10-12 13:32:38,1570.0,,541.0,64.0,546.0,322.0,393.0,2717.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-03-14 18:24:11.000,0.10.1,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,279.0,,https://pypi.org/project/scikit-optimize,710246.0,726618.0,https://anaconda.org/conda-forge/scikit-optimize,2024-03-15 06:37:00.287,704014.0,,,,,2.0,,2024-03-14 18:24:11.000,279.0,,,,,,,,,,,,,,,,,, +216,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-03-21 00:06:58.000000,2024-03-08 20:01:13,2938.0,10.0,692.0,77.0,858.0,272.0,629.0,2594.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",125.0,32,True,2024-03-08 20:41:28.000,0.1.25,25.0,pgmpy,,,,,921.0,888.0,https://pypi.org/project/pgmpy,56349.0,56356.0,,,,,,,,2.0,315.0,2024-03-08 20:00:14.000,33.0,,,,,,,,,,,,,,,,,, +217,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,9.0,356.0,84.0,168.0,216.0,146.0,2319.0,D3 Renderings of Matplotlib Graphics.,52.0,32,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6104.0,5680.0,https://pypi.org/project/mpld3,482412.0,487530.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,193810.0,,,,,2.0,,2023-12-23 13:03:02.000,415.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,812.0,,,,,,,,,,,, +218,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-03-18 22:16:35.129000,2024-03-18 20:30:45,1372.0,19.0,305.0,22.0,45.0,35.0,202.0,2160.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,461.0,451.0,https://pypi.org/project/explainerdashboard,100848.0,101948.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,42938.0,,,,,1.0,,2024-03-18 21:02:33.000,10.0,,,,,,,,,,,,,,,,,, +219,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-03-21 14:39:58.000000,2024-03-21 14:39:00,1327.0,90.0,398.0,59.0,1269.0,118.0,634.0,1588.0,The official Python client for the Huggingface Hub.,143.0,32,True,2024-03-06 12:14:05.000,0.21.4,67.0,huggingface_hub,conda-forge/huggingface_hub,,,,,,https://pypi.org/project/huggingface_hub,26398334.0,26441671.0,https://anaconda.org/conda-forge/huggingface_hub,2024-03-07 11:26:56.212,1603483.0,,,,,2.0,,,,,,,,,,,-4.0,,,,,,,,,, +220,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1584.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,9912.0,9376.0,https://pypi.org/project/geocoder,542078.0,543706.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,138420.0,,,,,3.0,,2021-12-15 15:58:16.110,536.0,,,,,,,,,,,,,,,,,,geocoder +221,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-02-23 02:51:07.000000,2024-02-23 02:45:37,1079.0,2.0,227.0,34.0,251.0,51.0,271.0,1504.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,,,,7665.0,7576.0,https://pypi.org/project/pmdarima,2882132.0,2907493.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1039811.0,,,,,2.0,,2023-10-23 14:02:41.000,89.0,,,,,,,,,,,,,,,,,, +222,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-03-08 08:08:06.000000,2024-02-23 12:54:19,825.0,8.0,327.0,120.0,778.0,215.0,166.0,1454.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",84.0,32,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3642.0,3612.0,https://pypi.org/project/tensorflow-model-optimization,984831.0,984831.0,,,,,,,,2.0,,2024-02-08 01:57:17.000,30.0,,,,,,,,,,,,,,,,,, +223,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-03-20 19:21:18.000000,2024-03-20 19:21:17,11415.0,169.0,237.0,56.0,12069.0,222.0,2174.0,926.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-02-20 18:12:18.000,0.2.128,148.0,hail,,,,['spark'],143.0,125.0,https://pypi.org/project/hail,43905.0,43905.0,,,,,,,,2.0,,2024-02-20 18:12:18.000,18.0,,,,,,,,,,,,,,,,,, +224,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,9.0,107.0,32.0,60.0,71.0,79.0,919.0,Describing statistical models in Python using symbolic formulas.,19.0,32,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,93948.0,91190.0,https://pypi.org/project/patsy,14966462.0,15294072.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,9828324.0,,,,,2.0,,2024-01-04 18:55:57.000,2758.0,,,,,,,,,,,,,,,,,, +225,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-03-17 08:58:36.000000,2023-07-13 08:50:20,531.0,,2701.0,385.0,120.0,232.0,561.0,24698.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],676.0,670.0,https://pypi.org/project/spleeter,13939.0,72536.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,79444.0,,,,,2.0,3024755.0,2022-06-10 13:19:35.000,6.0,,,,,,,,,,,,,,,,,, +226,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,,2021-01-19 08:37:25.000,2024-03-21 14:42:26.000000,2024-03-21 12:28:04,18032.0,746.0,5860.0,70.0,11629.0,999.0,15827.0,13978.0,The Unified AI Framework.,1467.0,31,False,,,16.0,ivy,,,,,,,https://pypi.org/project/ivy,3436.0,3436.0,,,,,,,,3.0,,,,,,,,,,,-4.0,,,,,,,,,, +227,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,188.0,1005.0,580.0,719.0,12445.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'],1561.0,1555.0,https://pypi.org/project/paddlehub,5776.0,5787.0,,,,,,,,2.0,668.0,2023-09-20 10:33:08.000,6.0,,,,,,,,,,,,,,,,,, +228,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2436.0,458.0,260.0,577.0,363.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5315.0,4826.0,https://pypi.org/project/tflearn,6762.0,6762.0,,,,,,,,3.0,,2020-11-11 19:13:47.000,489.0,,,,,,,,,,,,,,,,,, +229,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-03-11 18:51:27.000000,2024-03-11 18:51:26,551.0,4.0,1203.0,168.0,429.0,63.0,470.0,8042.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],100.0,21.0,https://pypi.org/project/tsfresh,250388.0,279459.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1337299.0,,,,,2.0,,2024-01-28 09:46:21.000,79.0,,,,,,,,,,,,,,,,,, +230,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-03-06 16:25:01.000000,2024-03-06 05:23:22,360.0,5.0,1438.0,134.0,134.0,13.0,320.0,7399.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 21:59:23.000,1.4.3,13.0,bayesian-optimization,,,,,2454.0,2454.0,https://pypi.org/project/bayesian-optimization,339472.0,339473.0,,,,,,,,2.0,143.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +231,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-03-21 13:40:22.000000,2024-03-21 13:22:28,5959.0,94.0,949.0,112.0,1630.0,89.0,637.0,7381.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-03-12 18:26:49.000,2.9.0,51.0,perspective-python,conda-forge/perspective,,,['jupyter'],115.0,115.0,https://pypi.org/project/perspective-python,6599.0,19044.0,https://anaconda.org/conda-forge/perspective,2024-03-12 23:11:39.027,526310.0,,,,,2.0,2431.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,,,447.0,,,,,,,,,,,, +232,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-03-21 13:43:01.000000,2024-03-21 05:58:09,2124.0,46.0,830.0,100.0,2367.0,329.0,907.0,6991.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",117.0,31,True,2023-11-30 05:58:09.000,1.0.0,1428.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",11.0,2.0,https://pypi.org/project/autogluon,128270.0,128397.0,,,,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,7149.0,2.0,,2024-03-21 09:05:25.000,9.0,,,,,,,,,,,,,,,,,, +233,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,,1796.0,198.0,206.0,12.0,1343.0,6298.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,31,True,2019-01-18 19:18:13.000,doc-v0.9.0.1,3.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1487.0,1487.0,https://pypi.org/project/tensorpack,12563.0,12922.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10354.0,,,,,3.0,163.0,,,,,,,,,,,,,,,,,,,, +234,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-03-18 17:57:49.000000,2024-03-18 17:57:45,155.0,3.0,1058.0,197.0,100.0,145.0,302.0,5841.0,Official Kaggle API.,37.0,31,True,2024-02-13 20:24:20.000,1.6.6,66.0,kaggle,conda-forge/kaggle,,,,407.0,21.0,https://pypi.org/project/kaggle,217129.0,220572.0,https://anaconda.org/conda-forge/kaggle,2024-02-07 12:47:17.698,144614.0,,,,,2.0,,2024-02-13 20:24:20.000,386.0,,,,,,,,,,,,,,,,,, +235,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,,1594.0,303.0,294.0,152.0,268.0,5387.0,Portfolio and risk analytics in Python.,59.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1012.0,978.0,https://pypi.org/project/pyfolio,9761.0,9938.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12922.0,,,,,1.0,,2019-04-15 15:00:21.000,34.0,,,,,,,,,,,,,,,,,, +236,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,,2014-12-17 18:16:59.000,2024-03-21 12:37:02.000000,2024-03-13 22:11:53,29682.0,330.0,1541.0,184.0,2065.0,16.0,1575.0,4733.0,"mlpack: a fast, header-only C++ machine learning library.",311.0,31,False,2023-11-27 18:45:09.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,,,https://pypi.org/project/mlpack,1897.0,5646.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,168721.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +237,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-03-21 01:10:11.000000,2024-03-18 18:05:11,3856.0,11.0,550.0,86.0,550.0,102.0,472.0,4693.0,Online machine learning in Python.,111.0,31,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,473.0,441.0,https://pypi.org/project/river,35379.0,36910.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,53598.0,,,,,2.0,,2023-12-05 00:13:21.000,32.0,,,,,,,,,,,,,,,,,, +238,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-03-16 23:51:50.000000,2024-03-06 14:52:20,787.0,13.0,373.0,74.0,285.0,59.0,508.0,4501.0,Visualizer for pandas data structures.,30.0,31,True,2024-03-07 14:03:25.000,3.11.0,181.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1081.0,1058.0,https://pypi.org/project/dtale,58100.0,63892.0,https://anaconda.org/conda-forge/dtale,2024-03-07 14:28:38.963,266476.0,,,,,2.0,,2024-03-07 14:02:27.000,23.0,,,,,,,,,,,,,,,,,, +239,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1010.0,153.0,115.0,96.0,79.0,4466.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,,,3.0,imutils,conda-forge/imutils,,,,41414.0,41414.0,https://pypi.org/project/imutils,517994.0,521545.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,156244.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +240,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,71.0,367.0,97.0,460.0,4150.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,31,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,3011.0,2901.0,https://pypi.org/project/sacred,32700.0,32869.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4746.0,,,,,2.0,,2023-11-13 07:24:08.000,110.0,,,,,,,,,,,,,,,,,, +241,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-03-20 17:31:08.000000,2023-11-02 13:49:44,662.0,,822.0,151.0,127.0,124.0,104.0,3992.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,3187.0,3137.0,https://pypi.org/project/ta,85257.0,85897.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,23698.0,,,,,1.0,,2023-11-02 13:53:35.000,50.0,,,,,,,,,,,,,,,,,, +242,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-03-20 16:58:35.000000,2024-02-20 18:46:12,1088.0,11.0,351.0,59.0,1345.0,125.0,174.0,3824.0,A Python toolbox for performing gradient-free optimization.,54.0,31,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,670.0,637.0,https://pypi.org/project/nevergrad,76458.0,77466.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,46386.0,,,,,2.0,,2024-02-20 14:59:08.000,33.0,,,,,,,,,,,,,,,,,, +243,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,,672.0,186.0,737.0,262.0,669.0,3402.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 13:39:07.000,2.1.2,9.0,dyNET,,,,,256.0,256.0,https://pypi.org/project/dyNET,286950.0,287120.0,,,,,,,,3.0,15131.0,,,,,,,,,,,,,,,,,,,, +244,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-03-19 23:19:11.000000,2024-03-19 23:19:11,3844.0,17.0,533.0,61.0,889.0,343.0,969.0,3373.0,A highly efficient implementation of Gaussian Processes in PyTorch.,130.0,31,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2049.0,1956.0,https://pypi.org/project/gpytorch,245548.0,248737.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,146733.0,,,,,2.0,,2023-06-02 22:13:00.914,93.0,,,,,,,,,,,,,,,,,, +245,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-03-19 06:24:29.000000,2022-05-31 03:18:45,1556.0,,437.0,94.0,124.0,78.0,348.0,3258.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1130.0,1070.0,https://pypi.org/project/nmslib,241071.0,243638.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,105260.0,,,,,2.0,,2021-02-03 00:02:08.000,60.0,,,,,,,,,,,,,,,,,, +246,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-03-11 01:00:49.000000,2024-03-11 00:59:40,984.0,4.0,570.0,99.0,335.0,35.0,715.0,3233.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,31,True,2024-03-11 01:00:49.000,1.0.4,74.0,pomegranate,conda-forge/pomegranate,,,,1126.0,1067.0,https://pypi.org/project/pomegranate,65003.0,68122.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,143480.0,,,,,2.0,,2024-03-11 01:00:49.000,59.0,,,,,,,,,,,,,,,,,, +247,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-03-13 21:54:00.000000,2024-03-13 21:53:37,1286.0,12.0,276.0,53.0,219.0,51.0,416.0,2944.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,36.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,691.0,675.0,https://pypi.org/project/stumpy,243003.0,264441.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,964722.0,,,,,2.0,,2023-08-21 11:33:22.000,16.0,,,,,,,,,,,,,,,,,, +248,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-03-15 14:55:13.000000,2024-03-15 14:48:38,826.0,41.0,335.0,41.0,901.0,29.0,278.0,2864.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",45.0,31,True,2024-03-04 14:50:47.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",267.0,267.0,https://pypi.org/project/python-doctr,28061.0,98370.0,,,,,,,,2.0,2601444.0,,,,,,,,,,,,,,,,,,,, +249,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-03-20 16:58:09.000000,2024-02-02 23:52:02,700.0,1.0,249.0,41.0,811.0,71.0,284.0,2829.0,PyTorch extensions for high performance and large scale training.,73.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4556.0,4490.0,https://pypi.org/project/fairscale,508053.0,514269.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,174075.0,,,,,2.0,,2022-12-11 18:09:31.906,66.0,,,,,,,,,,,,,,,,,, +250,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-03-21 04:52:57.000000,2024-03-04 19:25:47,1086.0,7.0,386.0,62.0,494.0,207.0,270.0,2805.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'],3432.0,3366.0,https://pypi.org/project/keras-tuner,195784.0,196708.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,28673.0,,,,,2.0,,2024-03-04 19:41:39.000,66.0,,,,,,,,,,,,,,,,,, +251,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-03-18 10:48:06.000000,2024-03-18 10:48:05,1163.0,30.0,234.0,28.0,1004.0,100.0,412.0,2709.0,A python library for self-supervised learning on images.,38.0,31,True,2024-03-13 08:37:31.000,1.5.1,115.0,lightly,,,,['pytorch'],229.0,222.0,https://pypi.org/project/lightly,28660.0,28660.0,,,,,,,,2.0,,2024-03-13 08:38:07.000,7.0,,,,,,,,,,,,,,,,,, +252,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-02-06 22:15:06.000000,2023-11-20 19:03:21,997.0,,478.0,57.0,136.0,341.0,167.0,2654.0,A high performance implementation of HDBSCAN clustering.,87.0,31,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3470.0,3229.0,https://pypi.org/project/hdbscan,406334.0,450754.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1821257.0,,,,,2.0,,2023-11-20 19:06:35.000,241.0,,,,,,,,,,,,,,,,,, +253,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-03-18 14:51:34.000000,2024-03-18 14:51:33,2902.0,43.0,1055.0,122.0,513.0,61.0,299.0,2539.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,31,False,2024-03-04 11:18:50.000,8.7.0,46.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],309.0,,https://pypi.org/project/ipyparallel,296667.0,320217.0,https://anaconda.org/conda-forge/ipyparallel,2024-03-04 15:06:17.077,965564.0,,,,,2.0,,2024-03-04 11:18:50.000,309.0,,,,,,,,,,,,,,,,,, +254,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,,398.0,39.0,149.0,45.0,240.0,2357.0,A library of sklearn compatible categorical variable encoders.,70.0,31,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1735.0,1560.0,https://pypi.org/project/category_encoders,1561733.0,1570409.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,251623.0,,,,,2.0,,2023-10-29 20:29:52.000,175.0,,,,,,,,,,,,,,,,,, +255,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-03-15 11:11:21.000000,2024-03-15 11:11:21,198.0,7.0,255.0,56.0,74.0,50.0,222.0,1922.0,A Python wrapper for the tesseract-ocr API.,30.0,31,True,2023-10-09 13:43:55.000,2.6.2,19.0,tesserocr,conda-forge/tesserocr,,,,1024.0,952.0,https://pypi.org/project/tesserocr,57807.0,60295.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,131854.0,,,,,2.0,131.0,2023-10-09 13:43:55.000,72.0,,,,,,,,,,,,,,,,,, +256,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-03-18 20:43:45.000000,2023-12-27 10:12:23,938.0,1.0,212.0,50.0,311.0,126.0,126.0,1758.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,31,True,2023-10-13 15:57:18.000,0.4.1,9.0,evaluate,,,,,7516.0,7516.0,https://pypi.org/project/evaluate,2350636.0,2350636.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +257,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-03-18 19:08:38.000000,2024-02-27 19:12:34,4150.0,10.0,1075.0,154.0,1095.0,60.0,624.0,1740.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,42.0,arcgis,,esridocker/arcgis-api-python-notebook,,,37.0,4.0,https://pypi.org/project/arcgis,137222.0,137341.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,10754.0,2024-02-28 17:36:05.000,33.0,,,,,,,,,,,,,,,,,, +258,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-03-05 19:58:22.000000,2024-03-05 19:49:17,712.0,11.0,310.0,43.0,364.0,71.0,209.0,1587.0,Training PyTorch models with differential privacy.,77.0,31,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],772.0,752.0,https://pypi.org/project/opacus,124884.0,125386.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,13005.0,,,,,2.0,108.0,2024-02-11 17:28:30.000,20.0,,,,,,,,,,,,,,,,,, +259,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-03-21 13:12:37.000000,2024-03-21 11:45:25,3926.0,217.0,46.0,168.0,512.0,136.0,392.0,1437.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2024-03-07 18:04:28.000,4.3.0,71.0,lets-plot,,,,,72.0,67.0,https://pypi.org/project/lets-plot,26110.0,26122.0,,,,,,,,2.0,635.0,2024-03-07 17:37:54.000,5.0,,,,,,,,,,,,,,,,,, +260,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-03-21 07:51:56.000000,2024-03-21 07:49:13,1542.0,24.0,163.0,16.0,788.0,112.0,444.0,1265.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,31,True,2024-03-21 03:35:03.000,0.27.0,60.0,pyjanitor,conda-forge/pyjanitor,,,,586.0,566.0,https://pypi.org/project/pyjanitor,72402.0,76513.0,https://anaconda.org/conda-forge/pyjanitor,2024-03-21 06:08:00.698,189150.0,,,,,2.0,,2024-03-21 03:34:57.000,20.0,,,,,,,,,,,,,,,,,, +261,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-02-01 19:43:14.000000,2024-01-05 16:06:48,1120.0,12.0,277.0,45.0,512.0,27.0,182.0,1243.0,ARCH models in Python.,35.0,31,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,1539.0,1469.0,https://pypi.org/project/arch,322799.0,329084.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,282833.0,,,,,1.0,,2024-01-05 08:24:51.000,70.0,,,,,,,,,,,,,,,,,, +262,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-03-21 13:38:04.000000,2024-03-21 13:38:04,10578.0,218.0,227.0,37.0,1459.0,206.0,347.0,1136.0,Computations and statistics on manifolds with geometric structures.,90.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,100.0,97.0,https://pypi.org/project/geomstats,3943.0,4048.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2222.0,,,,,3.0,,2023-08-30 05:33:32.000,3.0,,,,,,,,,,,,,,,,,, +263,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-03-15 13:42:37.000000,2024-03-12 18:40:47,933.0,12.0,214.0,59.0,99.0,44.0,174.0,982.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1746.0,1690.0,https://pypi.org/project/tensorflow-transform,796320.0,796320.0,,,,,,,,2.0,,2023-08-11 23:14:04.000,56.0,,,,,,,,,,,,,,,,,, +264,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-03-19 16:57:49.000000,2024-02-25 21:43:59,658.0,17.0,98.0,23.0,511.0,324.0,405.0,913.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-01-30 08:44:06.000,0.9.2,19.0,hvplot,conda-forge/hvplot,,,,4630.0,4630.0,https://pypi.org/project/hvplot,178553.0,190484.0,https://anaconda.org/conda-forge/hvplot,2024-01-30 08:55:28.301,536926.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +265,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-01-01 17:28:43.000000,2023-11-06 00:17:47,493.0,,122.0,33.0,127.0,27.0,74.0,870.0,Python bindings and utilities for GeoJSON.,56.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,18042.0,16759.0,https://pypi.org/project/geojson,1891379.0,1951843.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,786040.0,,,,,3.0,,2023-11-05 21:06:50.000,1283.0,,,,,,,,,,,,,,,,,, +266,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-03-04 21:27:42.000000,2024-03-04 21:27:41,1930.0,17.0,226.0,18.0,292.0,50.0,266.0,803.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-02-18 21:10:04.000,1.4.8,47.0,salib,conda-forge/salib,,,,1146.0,1056.0,https://pypi.org/project/salib,165637.0,169212.0,https://anaconda.org/conda-forge/salib,2024-02-18 23:23:58.271,146575.0,,,,,2.0,,2024-02-18 21:10:04.000,90.0,,,,,,,,,,,,,,,,,, +267,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-03-21 14:26:27.000000,2024-03-19 15:23:50,164486.0,2397.0,89.0,52.0,2109.0,105.0,284.0,674.0,TensorFlow ROCm port.,4579.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,7937.0,7937.0,,,,,,,,3.0,21.0,2024-01-10 14:33:03.000,6.0,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,, +268,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,5035.0,498.0,152.0,1030.0,1353.0,20847.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,30,False,2023-04-02 07:43:27.000,0.7,1.0,insightface,,,,['mxnet'],1836.0,1836.0,https://pypi.org/project/insightface,463910.0,685296.0,,,,,,,,2.0,2435251.0,,,,,,,,,,,,,,,,,,,, +269,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,,2022.0,285.0,3401.0,50.0,1494.0,10413.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:16:41.000,1.7.2,23.0,parlai,,,,['pytorch'],21.0,21.0,https://pypi.org/project/parlai,2348.0,2348.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +270,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-03-20 23:49:18.000000,2024-03-20 23:49:14,2897.0,28.0,2174.0,194.0,424.0,207.0,473.0,8905.0,FinRL: Financial Reinforcement Learning.,110.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,36.0,36.0,https://pypi.org/project/finrl,1550.0,1550.0,,,,,,,,1.0,,2022-01-08 13:58:14.000,,,,,,,,,,,,,,,,,,, +271,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-03-21 08:41:07.000000,2024-03-12 04:38:33,1169.0,11.0,1318.0,100.0,632.0,691.0,520.0,7945.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2322.0,2322.0,,,4528.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,185665.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +272,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,828.0,7367.0,Automated Machine Learning with scikit-learn.,88.0,30,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],591.0,552.0,https://pypi.org/project/auto-sklearn,18178.0,18779.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,21058.0,,,,,2.0,51.0,2022-09-20 10:32:07.471,39.0,,,,,,,,,,,,,,,,,, +273,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-03-20 16:41:19.000000,2024-02-09 09:43:21,989.0,11.0,887.0,137.0,674.0,125.0,309.0,6640.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,84.0,30,True,2023-12-25 07:08:29.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,343.0,343.0,https://pypi.org/project/dowhy,54757.0,55235.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,19148.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,,,, +274,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-03-20 06:15:53.000000,2023-01-31 19:40:04,3203.0,,1394.0,191.0,784.0,40.0,423.0,6048.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'],621.0,609.0,https://pypi.org/project/cleverhans,1702.0,1868.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7514.0,,,,,2.0,,2021-07-24 08:53:21.000,12.0,,,,,,,,,,,,,,,,,, +275,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-02-19 12:55:24.000000,2024-02-19 12:55:23,1086.0,5.0,370.0,81.0,527.0,54.0,453.0,5597.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2023-09-04 10:10:59.000,0.15.0,15.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1153.0,1153.0,https://pypi.org/project/skorch,103882.0,122426.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,778860.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +276,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-03-17 20:55:31.000000,2022-09-24 16:20:26,585.0,,892.0,99.0,221.0,103.0,451.0,4618.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3785.0,3726.0,https://pypi.org/project/pandas-ta,102359.0,103051.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20085.0,,,,,3.0,,2021-07-28 20:51:17.000,59.0,,,,,,,,,,,,,,,,,, +277,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-03-04 21:50:49.000000,2024-03-04 21:07:39,1448.0,12.0,762.0,76.0,1778.0,304.0,629.0,4189.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,358684.0,358709.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,741.0,,,,,2.0,,2024-02-02 12:38:04.000,16.0,,,,,,,,,,,,,,,,,, +278,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-03-21 14:06:30.000000,2024-03-20 16:39:30,15386.0,51.0,494.0,71.0,3441.0,839.0,1546.0,3851.0,cuML - RAPIDS Machine Learning Library.,169.0,30,True,2024-02-13 16:00:26.000,24.02.00,37.0,cuml,,,,,7.0,,https://pypi.org/project/cuml,2404.0,2404.0,,,,,,,,2.0,,2020-06-01 20:09:10.000,7.0,,,,,,,,,,,,,,,,,, +279,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,3.0,267.0,47.0,50.0,26.0,94.0,3800.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,,,,5101.0,4966.0,https://pypi.org/project/gpustat,1019941.0,1026938.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,279916.0,,,,,2.0,,2023-08-22 19:39:06.000,135.0,,,,,,,,,,,,,,,,,, +280,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-03-02 01:06:27.711000,2023-02-26 20:07:33,189.0,,453.0,74.0,37.0,10.0,121.0,3791.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:48.000,0.5.2,6.0,missingno,conda-forge/missingno,,,,15330.0,15330.0,https://pypi.org/project/missingno,362284.0,684373.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,322089.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +281,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-03-11 16:24:21.000000,2023-10-04 07:40:23,3656.0,,449.0,101.0,1045.0,225.0,368.0,3544.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,64.0,bqplot,conda-forge/bqplot,,,['jupyter'],55.0,55.0,https://pypi.org/project/bqplot,124761.0,155816.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1264739.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,,,3561.0,,,,,,,,,,,, +282,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-03-18 19:41:19.000000,2024-03-15 19:57:42,1777.0,53.0,571.0,39.0,817.0,472.0,282.0,3530.0,Time series forecasting with PyTorch.,45.0,30,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,74688.0,75979.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,54252.0,,,,,2.0,,2020-07-26 21:35:43.000,10.0,,,,,,,,,,,,,,,,,, +283,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-03-21 11:34:21.000000,2024-02-27 17:05:41,1300.0,6.0,787.0,279.0,1448.0,267.0,516.0,3428.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",153.0,30,True,2024-02-22 21:21:31.000,0.17.1,29.0,torchtext,,,,['pytorch'],,,https://pypi.org/project/torchtext,640862.0,640862.0,,,,,,,,2.0,,,,,,,,,,,-4.0,,,,,,,,,, +284,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-03-20 16:59:01.000000,2023-11-21 21:15:59,435.0,,583.0,78.0,228.0,78.0,405.0,3395.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:06:57.000,0.7.2,17.0,implicit,conda-forge/implicit,,,,1280.0,1280.0,https://pypi.org/project/implicit,153867.0,167507.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,571784.0,,,,,1.0,708.0,,,,,,,,,,,,,,,,,,,, +285,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-03-21 13:41:06.000000,2024-03-21 10:33:37,581.0,74.0,556.0,36.0,785.0,122.0,648.0,3020.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",75.0,30,True,2024-02-29 22:14:43.000,1.0.0,29.0,anomalib,,,,,60.0,57.0,https://pypi.org/project/anomalib,14596.0,14884.0,,,,,,,,2.0,7790.0,2024-02-29 22:14:43.000,3.0,,,,,,,,,,,,,,,,,, +286,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,324.0,67.0,75.0,15.0,121.0,2990.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,12735.0,12346.0,https://pypi.org/project/ImageHash,1619520.0,1623572.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,356609.0,,,,,2.0,,2022-09-28 08:48:24.658,389.0,,,,,,,,,,,,,,,,,, +287,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-03-21 14:13:26.000000,2024-03-20 20:56:42,7450.0,351.0,338.0,83.0,8656.0,148.0,327.0,2783.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",113.0,30,True,2024-03-18 18:13:54.000,0.29.1,504.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,29762.0,29934.0,,,,,,,,3.0,7784.0,2024-03-18 18:35:28.000,4.0,,,,,,,,,,,,,,,,,, +288,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-20 06:12:36.000000,2024-03-11 01:36:27,2702.0,30.0,366.0,37.0,517.0,50.0,216.0,2706.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,30,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,242.0,236.0,https://pypi.org/project/textattack,7097.0,7266.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7103.0,,,,,2.0,,2024-03-11 02:20:29.000,6.0,,,,,,,,,,,,,,,,,, +289,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-03-20 16:58:17.000000,2024-03-04 15:46:26,1711.0,13.0,421.0,44.0,364.0,22.0,349.0,2634.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",34.0,30,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,580.0,566.0,https://pypi.org/project/foolbox,3215.0,3503.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12702.0,,,,,2.0,,2024-03-04 20:59:17.000,14.0,,,,,,,,,,,,,,,,,, +290,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-03-18 16:07:22.000000,2024-03-18 16:07:22,1554.0,37.0,320.0,38.0,326.0,39.0,154.0,2626.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,37.0,30,True,2024-03-12 11:08:12.000,2.4.3,39.0,shapash,,,,['jupyter'],147.0,145.0,https://pypi.org/project/shapash,8172.0,8172.0,,,,,,,,2.0,,2024-03-12 11:08:12.000,2.0,,,,,,,,,,,,,,,,,, +291,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-03-20 17:05:57.000000,2024-03-19 17:59:41,1120.0,40.0,262.0,34.0,448.0,97.0,330.0,2293.0,Scalable and user friendly neural forecasting algorithms.,42.0,30,True,2023-10-05 19:40:30.000,1.6.4,20.0,neuralforecast,conda-forge/neuralforecast,,,,118.0,113.0,https://pypi.org/project/neuralforecast,29555.0,30101.0,https://anaconda.org/conda-forge/neuralforecast,2023-10-06 19:47:12.240,13111.0,,,,,2.0,,2023-10-05 19:40:30.000,5.0,,,,,,,,,,,,,,,,,, +292,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-03-21 07:38:12.000000,2024-03-21 05:22:12,5573.0,128.0,699.0,88.0,5814.0,201.0,852.0,2066.0,TFX is an end-to-end platform for deploying production ML pipelines.,182.0,30,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,57395.0,57395.0,,,,,,,,2.0,,2023-09-06 22:01:30.000,14.0,,,,,,,,,,,,,,,,,, +293,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-03-20 05:55:34.000000,2024-03-11 08:55:22,1482.0,57.0,201.0,50.0,249.0,165.0,157.0,2025.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",41.0,30,True,2024-03-11 08:52:03.000,0.33.5,173.0,graphistry,,,,['jupyter'],120.0,113.0,https://pypi.org/project/graphistry,3857.0,3857.0,,,,,,,,2.0,,2024-03-11 08:52:03.000,7.0,,,,,,,,,,,,,,,,,, +294,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-03-04 04:39:24.000000,2023-11-17 20:35:45,543.0,,154.0,44.0,77.0,4.0,127.0,1979.0,a python library for doing approximate and phonetic matching of strings.,31.0,30,True,,,14.0,jellyfish,conda-forge/jellyfish,,,,8390.0,8390.0,https://pypi.org/project/jellyfish,2920615.0,2938410.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,800801.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +295,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-03-20 15:48:09.000000,2024-02-07 13:16:15,2447.0,4.0,437.0,77.0,1263.0,148.0,682.0,1789.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],666.0,629.0,https://pypi.org/project/gpflow,44303.0,44661.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,25090.0,,,,,3.0,,2024-02-07 15:19:13.000,37.0,,,,,,,,,,,,,,,,,, +296,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-03-18 00:35:46.000000,2024-03-18 00:35:45,446.0,11.0,282.0,61.0,103.0,22.0,99.0,1755.0,ffn - a financial function library for Python.,32.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,460.0,429.0,https://pypi.org/project/ffn,151399.0,151595.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6871.0,,,,,2.0,,2023-12-31 15:47:45.000,31.0,,,,,,,,,,,,,,,,,, +297,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-03-20 07:37:42.000000,2024-03-01 06:55:15,860.0,23.0,116.0,22.0,358.0,105.0,224.0,1734.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,46.0,30,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,,['jax'],533.0,462.0,https://pypi.org/project/equinox,78132.0,78132.0,,,,,,,,1.0,,2024-01-10 21:26:20.000,71.0,,,,,,,,,,,,,,,,,, +298,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-02-16 20:09:56.000000,2024-02-16 20:09:51,1590.0,4.0,281.0,55.0,137.0,79.0,182.0,1722.0,"CUDA integration for Python, plus shiny features.",81.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2960.0,2735.0,https://pypi.org/project/pycuda,41109.0,49007.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,284356.0,,,,,2.0,,2024-01-03 16:54:26.000,225.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,2024-03-21 14:26:09.000000,2024-03-21 14:19:22,1625.0,183.0,342.0,27.0,1685.0,193.0,101.0,1691.0,Pytorch domain library for recommendation systems.,221.0,30,True,2024-01-30 23:40:14.000,0.6.0,77.0,torchrec-nightly-cpu,,,,,95.0,95.0,https://pypi.org/project/torchrec-nightly-cpu,1480.0,1480.0,,,,,,,,1.0,,2022-05-12 18:55:21.000,,,,,,,,,,,,,,,,,,, +300,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,17.0,374.0,52.0,125.0,41.0,421.0,1654.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,30,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,247.0,229.0,https://pypi.org/project/vizdoom,1171.0,1293.0,,,,,,,,1.0,11787.0,2023-12-16 01:55:15.000,18.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +301,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-03-15 11:44:36.000000,2024-03-15 11:44:10,1176.0,61.0,174.0,20.0,155.0,47.0,134.0,1653.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2024-03-15 11:44:36.000,0.35.0,38.0,audiomentations,,,,,454.0,446.0,https://pypi.org/project/audiomentations,33075.0,33075.0,,,,,,,,2.0,,2024-03-15 11:44:36.000,8.0,,,,,,,,,,,,,,,,,, +302,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-03-21 11:25:14.000000,2024-02-29 14:57:01,3864.0,135.0,276.0,27.0,570.0,85.0,711.0,1636.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,77.0,30,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,76.0,73.0,https://pypi.org/project/avalanche-lib,1734.0,1734.0,,,,,,,,2.0,14.0,2024-02-27 16:52:08.000,3.0,,,,,,,,,,,,,,,,,, +303,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-03-19 16:38:30.000000,2024-03-08 05:47:56,1058.0,7.0,215.0,54.0,204.0,29.0,279.0,1593.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,30,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,888.0,857.0,https://pypi.org/project/scispacy,28065.0,28065.0,,,,,,,,2.0,,2024-03-08 05:58:36.000,31.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,2024-03-02 12:05:58.000000,2024-03-02 12:05:58,1247.0,7.0,135.0,31.0,106.0,33.0,253.0,1502.0,Statistical package in Python based on Pandas.,44.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,1920.0,1846.0,https://pypi.org/project/pingouin,66706.0,69232.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,113713.0,,,,,3.0,,2024-01-13 15:46:36.000,74.0,,,,,,,,,,,,,,,,,, +305,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-03-19 16:36:32.000000,2024-03-19 16:36:32,941.0,9.0,427.0,87.0,221.0,49.0,235.0,1410.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,30,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2684.0,2310.0,https://pypi.org/project/emcee,153276.0,156715.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,323310.0,,,,,3.0,,2023-02-02 20:53:47.943,374.0,,,,,,,,,,,,,,,,,, +306,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-03-20 20:12:19.000000,2024-03-05 21:53:14,1943.0,51.0,301.0,23.0,2249.0,81.0,226.0,1166.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,30,True,2024-02-09 18:33:49.000,0.34.1,54.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",94.0,91.0,https://pypi.org/project/raiwidgets,4827.0,4827.0,,,,,,,,2.0,,2024-02-09 18:24:31.000,3.0,,,,,,,,,,,,,,,,,, +307,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-03-19 22:10:57.000000,2024-03-19 22:07:14,3281.0,8.0,240.0,48.0,354.0,70.0,263.0,1022.0,"OpenCL integration for Python, plus shiny features.",95.0,30,True,2024-01-23 22:08:06.000,2024.1,95.0,pyopencl,conda-forge/pyopencl,,,,2045.0,1830.0,https://pypi.org/project/pyopencl,108103.0,130076.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,988791.0,,,,,2.0,,2024-01-23 22:46:25.000,215.0,,,,,,,,,,,,,,,,,, +308,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-03-20 16:00:22.000000,2024-02-06 03:22:42,1674.0,18.0,282.0,42.0,1335.0,271.0,363.0,687.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2024-02-06 04:35:56.000,0.36.0,43.0,tensorflow-io,,,,['tensorflow'],36.0,,https://pypi.org/project/tensorflow-io,3089807.0,3089807.0,,,,,,,,2.0,,2024-02-06 04:34:40.000,36.0,,,,,,,,,,,,,,,,,, +309,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-03-21 06:19:57.000000,2024-03-21 06:19:56,1953.0,109.0,57.0,19.0,1468.0,31.0,208.0,504.0,The MLOps stack component for experiment tracking.,54.0,30,True,2024-02-15 11:40:48.000,1.9.1,202.0,neptune-client,conda-forge/neptune-client,,,,50.0,,https://pypi.org/project/neptune-client,543936.0,548942.0,https://anaconda.org/conda-forge/neptune-client,2024-02-15 14:02:29.071,230285.0,,,,,2.0,,2024-03-12 12:26:44.000,50.0,,,,,,,,,,,,,,,,,, +310,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-03-19 19:46:21.000000,2024-02-13 15:18:25,17084.0,23.0,113.0,27.0,3567.0,506.0,3380.0,481.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2024-02-02 23:10:48.000,0.19.6,111.0,datalad,conda-forge/datalad,,,,67.0,,https://pypi.org/project/datalad,22987.0,32418.0,https://anaconda.org/conda-forge/datalad,2024-02-03 04:09:03.909,424431.0,,,,,2.0,,2024-02-02 23:10:48.000,67.0,,,,,,,,,,,,,,,,,, +311,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,,107.0,24.0,53.0,37.0,56.0,474.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,,,,19441.0,19072.0,https://pypi.org/project/audioread,2068828.0,2087000.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,745083.0,,,,,2.0,,2023-09-27 19:27:51.000,369.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-02-24 20:52:11.000000,2023-04-19 14:13:08,2404.0,,3665.0,603.0,222.0,48.0,,12772.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2040.0,1967.0,https://pypi.org/project/backtrader,19729.0,19729.0,,,,,,,,2.0,,2023-04-19 14:15:00.742,73.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,,1840.0,217.0,46.0,96.0,94.0,8927.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,117070.0,117763.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,31185.0,,,,,1.0,,2018-10-29 08:18:45.000,94.0,,,,,,,,,,,,,,,,,, +314,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-02-20 22:38:08.000000,2024-02-20 22:38:05,385.0,2.0,2150.0,286.0,96.0,311.0,447.0,8331.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,29,True,2022-12-20 21:17:57.000,test-resources-v3,12.0,imageai,conda-forge/imageai,,,,1562.0,1562.0,https://pypi.org/project/imageai,7621.0,20642.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6869.0,,,,,2.0,913443.0,,,,,,,,,,,,,,,,,,,, +315,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4712.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2762.0,2716.0,https://pypi.org/project/visualdl,262773.0,262780.0,,,,,,,,2.0,347.0,2023-06-05 07:21:00.910,46.0,,,,,,,,,,,,,,,,,, +316,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-03-08 18:59:49.000000,2024-03-08 18:59:48,594.0,9.0,731.0,85.0,325.0,56.0,318.0,4696.0,Uplift modeling and causal inference with machine learning algorithms.,60.0,29,True,2024-02-22 19:20:29.000,0.15.0,23.0,causalml,,,,,185.0,184.0,https://pypi.org/project/causalml,95751.0,95751.0,,,,,,,,2.0,,2024-02-22 19:17:30.000,1.0,,,,,,,,,,,,,,,,,, +317,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,664.0,88.0,206.0,141.0,356.0,4572.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1432.0,1382.0,https://pypi.org/project/lightfm,625056.0,627371.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,171340.0,,,,,2.0,,2023-03-20 04:15:00.582,50.0,,,,,,,,,,,,,,,,,, +318,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,444.0,42.0,124.0,65.0,154.0,4273.0,Data augmentation for NLP.,33.0,29,False,2022-07-07 05:24:14.000,1.1.11,25.0,nlpaug,conda-forge/nlpaug,,,,1101.0,1101.0,https://pypi.org/project/nlpaug,166922.0,167440.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,17121.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +319,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-03-18 02:23:40.000000,2023-12-19 14:36:52,3303.0,,525.0,121.0,371.0,66.0,737.0,3955.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,29,True,,,12.0,dedupe,conda-forge/dedupe,,,,322.0,322.0,https://pypi.org/project/dedupe,87327.0,88923.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,43108.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +320,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,,2012-08-24 16:14:59.000,2024-03-15 22:40:06.000000,2024-03-15 22:39:59,618.0,4.0,116.0,76.0,66.0,13.0,124.0,3681.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,29,False,2021-08-23 21:02:05.000,6.0.3,12.0,ftfy,conda-forge/ftfy,,,,17746.0,17746.0,https://pypi.org/project/ftfy,4698490.0,4705910.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,281987.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +321,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-02-24 20:17:14.000000,2024-02-24 20:17:13,454.0,9.0,515.0,113.0,92.0,19.0,101.0,3398.0,Module for automatic summarization of text documents and HTML pages.,31.0,29,True,2022-10-23 16:40:03.000,0.11.0,15.0,sumy,conda-forge/sumy,,,,2588.0,2588.0,https://pypi.org/project/sumy,212193.0,212420.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7502.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +322,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,,399.0,46.0,1085.0,6.0,353.0,3216.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1120.0,1082.0,https://pypi.org/project/catalyst,12009.0,12009.0,,,,,,,,2.0,,2022-04-29 04:46:04.000,38.0,,,,,,,,,,,,,,,,,, +323,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,35.0,363.0,81.0,63.0,154.0,189.0,3136.0,a library for audio and music analysis.,25.0,29,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,474.0,446.0,https://pypi.org/project/aubio,4061.0,11661.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,638413.0,,,,,2.0,,2019-02-08 11:21:02.000,28.0,,,,,,,,,,,,,,,,,, +324,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,,591.0,77.0,78.0,72.0,161.0,3097.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,29,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,168.0,,https://pypi.org/project/filterpy,2075148.0,2078127.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,241354.0,,,,,3.0,,2021-12-15 15:49:27.374,168.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,2024-03-08 11:46:01.564000,2024-03-08 09:44:27,1163.0,26.0,379.0,49.0,73.0,142.0,478.0,2907.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-03-08 09:45:28.000,1.1.6,89.0,mljar-supervised,conda-forge/mljar-supervised,,,,108.0,106.0,https://pypi.org/project/mljar-supervised,4085.0,4476.0,https://anaconda.org/conda-forge/mljar-supervised,2024-03-08 11:46:01.564,12927.0,,,,,2.0,,2024-03-08 09:44:48.000,2.0,,,,,,,,,,,,,,,,,, +326,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-03-20 16:55:01.000000,2024-03-20 16:53:52,2297.0,8.0,717.0,79.0,205.0,188.0,466.0,2713.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'],9.0,,https://pypi.org/project/tf-agents,89634.0,89634.0,,,,,,,,2.0,,2023-12-14 04:07:38.000,9.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,2024-03-18 13:44:56.000000,2024-03-18 13:44:02,3499.0,61.0,515.0,109.0,345.0,396.0,683.0,2649.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",80.0,29,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,617.0,597.0,https://pypi.org/project/essentia,25192.0,25192.0,,,,,,,,2.0,,2023-10-27 09:13:56.000,20.0,,,,,,,,,,,,,,,,,, +328,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,,443.0,126.0,143.0,192.0,247.0,2599.0,PYthon svg GrAph plotting Library.,77.0,29,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,638.0,,https://pypi.org/project/pygal,399492.0,402207.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,38010.0,,,,,2.0,,2023-11-21 15:34:11.000,638.0,,,,,,,,5.0,,,,,,,,,, +329,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-03-07 14:21:38.000000,2023-12-03 09:09:14,2415.0,,254.0,27.0,1130.0,76.0,224.0,2553.0,Database system for AI-powered apps.,73.0,29,True,2023-11-19 16:35:30.000,0.3.9,36.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,9689.0,30222.0,,,,,,,,3.0,410662.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +330,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,98.0,1045.0,260.0,297.0,2549.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'],1502.0,1480.0,https://pypi.org/project/gluonnlp,71894.0,71894.0,,,,,,,,2.0,,2020-08-13 19:17:42.000,22.0,,,,,,,,,,,,,,,,,, +331,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-03-18 12:42:13.000000,2018-08-19 12:37:47,130.0,,282.0,67.0,60.0,26.0,39.0,2385.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,29,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4667.0,4589.0,https://pypi.org/project/scikit-plot,466906.0,469026.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,169670.0,,,,,2.0,,2018-08-19 12:25:39.290,78.0,,,,,,,,,,,,,,,,,, +332,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,3.0,336.0,44.0,57.0,67.0,207.0,2332.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,29,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],283.0,276.0,https://pypi.org/project/spektral,7430.0,7430.0,,,,,,,,2.0,,2024-01-21 16:17:36.000,7.0,,,,,,,,,,,,,,,,,, +333,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-03-20 18:18:19.000000,2024-03-20 18:18:18,434.0,15.0,785.0,92.0,280.0,140.0,102.0,2278.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,29,True,2024-02-23 15:42:15.000,0.6.0,11.0,aif360,conda-forge/aif360,,,,379.0,379.0,https://pypi.org/project/aif360,22155.0,22347.0,https://anaconda.org/conda-forge/aif360,2024-03-20 12:22:06.044,8085.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +334,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-02-29 15:39:19.000000,2024-02-28 15:45:58,1631.0,113.0,250.0,67.0,62.0,33.0,186.0,2069.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,29,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,813.0,813.0,,,,,,,,2.0,,2024-02-26 17:12:26.000,,,,,,,,,,,,,,,,,,, +335,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-02-19 01:50:38.000000,2024-02-05 15:04:26,519.0,2.0,433.0,87.0,103.0,82.0,258.0,1984.0,bt - flexible backtesting for Python.,31.0,29,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1626.0,1598.0,https://pypi.org/project/bt,9404.0,10002.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,20950.0,,,,,2.0,,2023-11-20 03:03:12.000,28.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,4.0,400.0,42.0,62.0,19.0,270.0,1851.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,,,,1495.0,1473.0,https://pypi.org/project/ogb,52268.0,52989.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,30317.0,,,,,2.0,,2022-11-02 22:00:56.960,22.0,,,,,,,,,,,,,,,,,, +337,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-02-07 20:20:08.000000,2024-02-07 20:20:03,285.0,2.0,355.0,52.0,77.0,78.0,111.0,1775.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'],6013.0,5850.0,https://pypi.org/project/pyldavis,172435.0,173574.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,78605.0,,,,,2.0,,2023-04-23 23:55:02.142,163.0,,,,,,,,,,,,,,,,,, +338,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-03-20 18:07:18.000000,2024-03-13 14:43:10,847.0,11.0,380.0,37.0,872.0,164.0,293.0,1771.0,A Python package to assess and improve fairness of machine learning models.,81.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,260065.0,260841.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,31040.0,,,,,2.0,,2023-12-19 02:11:12.000,29.0,,,,,,,,,,,,,,,,,, +339,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-02-16 16:14:43.000000,2024-02-16 16:14:36,365.0,1.0,255.0,48.0,312.0,232.0,184.0,1739.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,29,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],296.0,295.0,https://pypi.org/project/tensorflow-recommenders,536607.0,536607.0,,,,,,,,2.0,,2023-02-03 02:17:00.422,1.0,,,,,,,,,,,,,,,,,, +340,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",77.0,74.0,https://pypi.org/project/elephas,100961.0,101205.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13455.0,,,,,2.0,,2024-01-05 03:23:07.000,3.0,,,,,,,,,,,,,,,,,, +341,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-03-18 18:21:25.000000,2024-03-18 18:21:24,1851.0,8.0,269.0,45.0,270.0,60.0,193.0,1488.0,TensorLy: Tensor Learning in Python.,66.0,29,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,657.0,600.0,https://pypi.org/project/tensorly,18359.0,23553.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363602.0,,,,,2.0,,2023-03-08 01:09:02.237,57.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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,,162.0,32.0,245.0,,,1311.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2023-12-19 07:41:39.000,1.3.4,76.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1586.0,1541.0,https://pypi.org/project/spacy-transformers,218037.0,219041.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,28121.0,,,,,2.0,,2023-12-19 07:15:13.000,45.0,,,,,,,,,,,,,,,,,, +343,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,6.0,420.0,51.0,39.0,16.0,139.0,1209.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2517.0,2483.0,https://pypi.org/project/kmodes,394042.0,394903.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,40503.0,,,,,2.0,,2022-09-06 19:38:02.764,34.0,,,,,,,,,,,,,,,,,, +344,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-03-12 18:13:37.000000,2024-02-20 16:20:11,3027.0,9.0,261.0,34.0,37.0,4.0,486.0,1207.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,29,True,2024-03-02 14:45:16.000,0.41.1,100.0,ktrain,,,,['tensorflow'],507.0,507.0,https://pypi.org/project/ktrain,11177.0,11177.0,,,,,,,,3.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-03-20 12:59:32.000000,2024-03-14 15:41:32,813.0,2.0,246.0,41.0,504.0,272.0,255.0,878.0,Scalable Machine Learning with Dask.,78.0,29,True,2024-03-20 12:59:32.000,2024.3.20,36.0,dask-ml,conda-forge/dask-ml,,,,1056.0,981.0,https://pypi.org/project/dask-ml,243734.0,254212.0,https://anaconda.org/conda-forge/dask-ml,2023-06-16 13:24:06.152,806833.0,,,,,2.0,,2024-03-20 12:59:32.000,75.0,,,,,,,,,,,,,,,,,, +346,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-01-10 16:03:56.000000,2024-01-10 16:03:56,666.0,3.0,101.0,14.0,94.0,71.0,62.0,831.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5850.0,5778.0,https://pypi.org/project/pynndescent,957999.0,998210.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1769307.0,,,,,3.0,,2023-11-20 18:50:25.000,72.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,2024-03-21 07:26:14.000000,2024-03-21 07:24:50,1344.0,25.0,124.0,25.0,462.0,12.0,129.0,799.0,A Comparative Framework for Multimodal Recommender Systems.,21.0,29,True,2024-03-21 07:26:15.000,2.1.0,51.0,cornac,conda-forge/cornac,,,,202.0,202.0,https://pypi.org/project/cornac,113366.0,121274.0,https://anaconda.org/conda-forge/cornac,2024-03-05 22:37:34.614,355884.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +348,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-03-13 18:52:55.000000,2024-03-13 18:52:54,954.0,15.0,162.0,49.0,83.0,35.0,144.0,748.0,Library for exploring and validating machine learning data.,26.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",871.0,841.0,https://pypi.org/project/tensorflow-data-validation,200746.0,200755.0,,,,,,,,3.0,643.0,2023-08-14 06:58:23.000,30.0,,,,,,,,,,,,,,,,,, +349,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-03-21 13:49:41.000000,2024-03-21 07:38:35,3066.0,61.0,110.0,17.0,265.0,11.0,141.0,742.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,765.0,,https://pypi.org/project/mpi4py,306881.0,364623.0,https://anaconda.org/conda-forge/mpi4py,2024-02-28 23:37:18.658,2347532.0,,,,,2.0,21415.0,2023-10-04 09:04:51.000,765.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,2024-03-20 17:33:24.000000,2024-03-20 16:10:24,812.0,20.0,73.0,25.0,378.0,108.0,231.0,557.0,"Simple, concise geographical visualization in Python.",30.0,29,True,2024-02-13 18:23:41.000,1.11.1,60.0,geoviews,conda-forge/geoviews,,,,957.0,917.0,https://pypi.org/project/geoviews,9592.0,14648.0,https://anaconda.org/conda-forge/geoviews,2024-02-13 18:20:12.882,212356.0,,,,,3.0,,2024-03-20 15:15:16.000,40.0,,,,,,,,,,,,,,,,,, +351,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-02-07 14:29:13.000000,2024-02-07 14:27:33,227.0,4.0,57.0,13.0,202.0,13.0,186.0,308.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-02-07 14:29:13.000,3.9.0,71.0,pystan,conda-forge/pystan,,,,9958.0,9695.0,https://pypi.org/project/pystan,1917914.0,1951242.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2799602.0,,,,,3.0,,2024-02-07 14:29:13.000,263.0,,,,,,,,,,,,,,,,,, +352,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-03-21 14:48:50.000000,2024-03-19 13:30:49,2498.0,325.0,1079.0,113.0,2678.0,246.0,812.0,17225.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",98.0,28,True,2024-03-19 13:47:46.000,1.8.3,66.0,,,,,,,,,,514.0,,,,,,,,2.0,18015.0,,,,,,,,,,,,,,,,,,,, +353,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4864.0,652.0,372.0,497.0,436.0,15254.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,592.0,553.0,https://pypi.org/project/baselines,1010.0,1010.0,,,,,,,,2.0,,2018-02-26 17:07:07.000,39.0,,,,,,,,,,,,,,,,,, +354,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-03-20 12:48:53.000000,2024-03-20 12:48:52,1959.0,2.0,2377.0,279.0,908.0,195.0,675.0,13973.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",123.0,28,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,4274.0,4283.0,,,,,,,,2.0,394.0,2023-07-18 11:35:09.110,1.0,,,,,,,,,,,,,,,,,, +355,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-03-20 11:11:39.000000,2023-12-28 07:35:14,2224.0,1.0,2771.0,196.0,3626.0,1221.0,4028.0,11932.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],,,https://pypi.org/project/paddledet,828.0,828.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +356,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-03-21 07:05:39.000000,2024-03-19 22:21:34,871.0,196.0,909.0,88.0,400.0,208.0,309.0,10511.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",71.0,28,False,2024-03-19 22:22:32.000,2.0.21,100.0,pandas-ai,,,,,2772.0,2772.0,https://pypi.org/project/pandas-ai,,,,,,,,,,2.0,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,, +357,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-02-22 06:27:52.000000,2022-11-08 22:11:16,98.0,,1772.0,204.0,72.0,109.0,36.0,9937.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,351369.0,351369.0,,,,,,,,2.0,,2023-05-24 15:11:00.531,10.0,,,,,,,,,,,,,,,,,, +358,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:56:22.000000,2023-05-24 15:56:22,277.0,,877.0,267.0,98.0,78.0,81.0,7306.0,Visualizations for machine learning datasets.,31.0,28,True,2019-07-01 16:35:20.000,1.0.0,4.0,facets-overview,,,,['jupyter'],224.0,224.0,https://pypi.org/project/facets-overview,268164.0,268164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +359,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-03-18 21:36:14.000000,2024-03-18 21:36:10,1774.0,11.0,730.0,129.0,269.0,428.0,332.0,6870.0,Uniform Manifold Approximation and Projection.,129.0,28,True,2023-11-18 01:10:29.000,release-0.5.5,28.0,umap-learn,conda-forge/umap-learn,,,,1.0,1.0,https://pypi.org/project/umap-learn,734888.0,786523.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2323585.0,,,,,3.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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1301.0,175.0,46.0,71.0,237.0,6750.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:37:33.000,1.4.1,13.0,face-alignment,,,,['pytorch'],21.0,21.0,https://pypi.org/project/face-alignment,65678.0,65678.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +361,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-03-19 14:58:49.000000,2024-03-18 20:32:51,3268.0,8.0,892.0,136.0,646.0,55.0,1118.0,6592.0,Python library for audio and music analysis.,120.0,28,True,2023-08-16 13:51:30.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,,,https://pypi.org/project/librosa,2757068.0,2773476.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,721985.0,,,,,3.0,,,,,,,,,,,-5.0,,,,,,,,,, +362,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,2023-01-19 00:37:33.000000,2023-01-19 00:37:33,900.0,,1195.0,154.0,950.0,43.0,785.0,5746.0,Gluon CV Toolkit.,119.0,28,False,2021-03-09 00:20:06.000,0.10.0,10.0,gluoncv,,,,['mxnet'],21.0,21.0,https://pypi.org/project/gluoncv,125082.0,125082.0,,,,,,,,2.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,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,,1156.0,212.0,91.0,194.0,120.0,5622.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,,,,,466.0,446.0,https://pypi.org/project/pyAudioAnalysis,12856.0,12856.0,,,,,,,,3.0,,2022-02-07 22:36:53.000,20.0,,,,,,,,,,,,,,,,,, +364,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,,1368.0,205.0,158.0,44.0,227.0,5476.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'],803.0,749.0,https://pypi.org/project/keras-rl,1661.0,1661.0,,,,,,,,2.0,,2018-06-01 07:52:24.000,54.0,,,,,,,,,,,,,,,,,, +365,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-03-08 08:32:34.000000,2024-03-08 08:24:03,13775.0,298.0,1559.0,142.0,3583.0,829.0,1077.0,5447.0,An Industrial Grade Federated Learning Framework.,100.0,28,True,2024-03-08 08:32:35.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,24.0,24.0,,,,,,,,2.0,,2020-05-06 09:35:40.000,,,,,,,,,,,,,,,,,,, +366,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-03-18 20:22:13.000000,2024-02-20 12:08:36,610.0,13.0,679.0,109.0,187.0,10.0,341.0,5446.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,28,True,2023-10-15 15:39:44.000,0.3.13,26.0,pytesseract,conda-forge/pytesseract,,,,,,https://pypi.org/project/pytesseract,2139514.0,2153111.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,598274.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +367,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,850.0,126.0,38.0,66.0,144.0,5125.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,28,True,,,4.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3043.0,3043.0,https://pypi.org/project/torchdiffeq,873013.0,873329.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14550.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +368,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-03-21 05:34:25.000000,2024-03-20 17:35:49,1569.0,16.0,785.0,145.0,1476.0,303.0,398.0,4949.0,Simple and Distributed Machine Learning.,116.0,28,True,2023-11-27 21:27:39.000,1.0.2,42.0,synapseml,,,,,,,https://pypi.org/project/synapseml,160910.0,160910.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +369,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,275.0,438.0,221.0,329.0,4811.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'],351.0,311.0,https://pypi.org/project/edward,318.0,318.0,,,,,,,,3.0,18.0,2018-01-22 06:03:05.000,40.0,,,,,,,,,,,,,,,,,, +370,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-03-07 14:59:40.000000,2022-08-06 21:47:18,182.0,,423.0,71.0,61.0,101.0,56.0,4362.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,,,,,1386.0,1379.0,https://pypi.org/project/layoutparser,236613.0,236613.0,,,,,,,,2.0,,2022-04-06 04:38:09.000,7.0,,,,,,,,,,,,,,,,,, +371,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,,962.0,145.0,31.0,46.0,77.0,4205.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,,,,8293.0,8096.0,https://pypi.org/project/vadersentiment,185145.0,185526.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13730.0,,,,,2.0,,2020-05-22 15:07:00.000,197.0,,,,,,,,,,,,,,,,,, +372,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-03-19 16:05:31.000000,2024-03-19 16:05:30,525.0,2.0,716.0,175.0,81.0,8.0,279.0,4148.0,A python wrapper for Alpha Vantage API for financial data.,43.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,539.0,507.0,https://pypi.org/project/alpha_vantage,35735.0,35904.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6436.0,,,,,2.0,,2020-12-21 02:36:15.000,32.0,,,,,,,,,,,,,,,,,, +373,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-03-12 23:51:20.000000,2023-11-02 03:20:28,249.0,,825.0,52.0,51.0,63.0,106.0,4072.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,28,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1650.0,1631.0,https://pypi.org/project/facenet-pytorch,57490.0,73975.0,,,,,,,,2.0,857257.0,2021-03-10 01:00:20.000,19.0,,,,,,,,,,,,,,,,,, +374,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,,971.0,219.0,408.0,140.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,,,,,1297.0,1037.0,https://pypi.org/project/lasagne,2025.0,2025.0,,,,,,,,3.0,,2015-08-13 21:10:53.000,260.0,,,,,,,,,,,,,,,,,, +375,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-03-19 10:56:20.000000,2024-01-10 09:28:24,484.0,1.0,507.0,37.0,508.0,,,3476.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,37.0,28,True,2023-11-05 22:58:54.000,0.11.15,88.0,sahi,conda-forge/sahi,,,,958.0,958.0,https://pypi.org/project/sahi,126898.0,129376.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,54075.0,,,,,2.0,22718.0,,,,,,,,,,,,,,,,,,,, +376,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-03-16 22:56:16.000000,2024-02-22 20:56:32,1181.0,40.0,465.0,61.0,716.0,1.0,524.0,3377.0,On-device wake word detection powered by deep learning.,37.0,28,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,42.0,28.0,https://pypi.org/project/pvporcupine,6287.0,6287.0,,,,,,,,3.0,,2024-01-30 21:38:49.000,14.0,,,,,,,,,,,,,,,,,, +377,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-03-11 20:04:26.000000,2024-03-11 20:03:07,1196.0,3.0,405.0,83.0,54.0,57.0,202.0,3349.0,A library of reinforcement learning components and agents.,84.0,28,True,2022-02-10 06:52:01.000,0.4.0,12.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],191.0,191.0,https://pypi.org/project/dm-acme,2374.0,2577.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8154.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,,, +378,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-03-06 05:54:35.000000,2024-02-22 12:17:17,1487.0,9.0,234.0,17.0,1731.0,278.0,726.0,3286.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,,,,,356.0,349.0,https://pypi.org/project/deepchecks,48264.0,48292.0,,,,,,,,2.0,813.0,2024-01-31 13:08:49.000,7.0,,,,,,,,,,,,,,,,,, +379,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,2.0,242.0,65.0,52.0,,,3280.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,28,True,2023-12-29 09:27:05.000,4.6.1,11.0,textdistance,conda-forge/textdistance,,,,5933.0,5933.0,https://pypi.org/project/textdistance,711932.0,719416.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,522997.0,,,,,2.0,999.0,,,,,,,,,,,,,,,,,,,, +380,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,2023-11-22 23:34:56.000000,2023-06-20 03:14:12,435.0,,285.0,33.0,475.0,33.0,30.0,2932.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,28,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1169.0,1123.0,https://pypi.org/project/torch_optimizer,154333.0,154607.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9622.0,,,,,2.0,,2021-10-31 03:00:19.000,46.0,,,,,,,,,,,,,,,,,, +381,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,2.0,329.0,47.0,120.0,62.0,135.0,2795.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1112.0,1088.0,https://pypi.org/project/dtreeviz,142255.0,143903.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,65923.0,,,,,2.0,,2022-07-07 17:18:00.886,24.0,,,,,,,,,,,,,,,,,, +382,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,8.0,472.0,97.0,43.0,89.0,240.0,2709.0,Learning to Rank in TensorFlow.,34.0,28,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,113586.0,113586.0,,,,,,,,2.0,,2024-03-18 21:00:38.000,13.0,,,,,,,,,,,,,,,,,, +383,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-03-11 01:04:24.000000,2024-03-08 14:56:57,654.0,6.0,282.0,53.0,644.0,144.0,225.0,2274.0,Algorithms for explaining machine learning models.,21.0,28,False,2024-01-22 16:23:03.000,0.9.5,32.0,alibi,,,,,590.0,564.0,https://pypi.org/project/alibi,25375.0,25375.0,,,,,,,,2.0,,2024-01-22 16:14:27.000,26.0,,,,,,,,,,,,,,,,,, +384,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-03-13 07:28:49.000000,2024-03-07 17:28:22,718.0,6.0,247.0,40.0,530.0,138.0,234.0,2050.0,"Algorithms for outlier, adversarial and drift detection.",22.0,28,False,2024-01-22 16:25:25.000,0.11.5,37.0,alibi-detect,,,,,427.0,421.0,https://pypi.org/project/alibi-detect,28937.0,28937.0,,,,,,,,2.0,,2024-01-22 16:14:47.000,6.0,,,,,,,,,,,,,,,,,, +385,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-02-16 22:07:03.646000,2024-02-14 15:12:14,193.0,3.0,194.0,32.0,19.0,3.0,84.0,1603.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,28,True,2024-02-14 15:14:08.000,0.1.806,83.0,autoviz,conda-forge/autoviz,,,,650.0,643.0,https://pypi.org/project/autoviz,87684.0,89193.0,https://anaconda.org/conda-forge/autoviz,2024-02-16 22:07:03.646,46807.0,,,,,3.0,,2024-02-14 15:14:08.000,7.0,,,,,,,,,,,,,,,,,, +386,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-03-20 22:15:31.000000,2024-03-05 00:32:58,1508.0,55.0,79.0,18.0,279.0,30.0,60.0,1522.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",34.0,28,True,2024-03-05 00:43:05.074,2.9.2,107.0,usearch,,unum/usearch,,,71.0,57.0,https://pypi.org/project/usearch,38484.0,47351.0,,,,https://hub.docker.com/r/unum/usearch,2024-03-05 00:42:37.565844,1.0,71.0,3.0,1098.0,2024-03-05 00:47:38.000,4.0,,usearch,https://www.npmjs.com/package/usearch,2024-03-05 00:43:05.074,10.0,8753.0,,,,,,,,,,,, +387,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,176.0,34.0,72.0,19.0,52.0,1443.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2690.0,2675.0,https://pypi.org/project/torchsde,1585696.0,1586207.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19428.0,,,,,2.0,,2023-09-26 21:52:19.000,15.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-03-18 09:03:16.000000,2024-03-18 09:03:10,570.0,39.0,410.0,31.0,49.0,16.0,121.0,1368.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,570.0,548.0,https://pypi.org/project/minisom,23422.0,23422.0,,,,,,,,2.0,,2024-02-16 09:47:58.000,22.0,,,,,,,,,,,,,,,,,, +389,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-03-18 19:31:10.000000,2024-03-18 19:31:09,1429.0,31.0,269.0,74.0,104.0,34.0,54.0,1235.0,Model analysis tools for TensorFlow.,57.0,28,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,82228.0,82228.0,,,,,,,,2.0,,2023-08-14 20:39:41.000,23.0,,,,,,,,,,,,,,,,,, +390,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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,339.0,71.0,87.0,27.0,26.0,1212.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1474.0,1330.0,https://pypi.org/project/empyrical,30842.0,31199.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26131.0,,,,,2.0,,2020-10-13 21:29:19.000,144.0,,,,,,,,,,,,,,,,,, +391,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,328.0,40.0,301.0,24.0,200.0,1204.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,368.0,354.0,https://pypi.org/project/pyswarms,17630.0,17630.0,,,,,,,,2.0,,2021-01-03 21:34:15.000,14.0,,,,,,,,,,,,,,,,,, +392,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-03-20 16:46:09.000000,2023-12-21 17:09:15,394.0,,177.0,26.0,32.0,4.0,129.0,1177.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],515.0,505.0,https://pypi.org/project/prince,110028.0,110371.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17852.0,,,,,2.0,,2023-10-11 22:35:06.000,10.0,,,,,,,,,,,,,,,,,, +393,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,1.0,250.0,41.0,39.0,68.0,590.0,1136.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,,,,670.0,635.0,https://pypi.org/project/pyclustering,67247.0,68634.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,60808.0,,,,,2.0,502.0,2020-11-25 22:41:20.000,35.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-03-19 13:04:30.000000,2024-03-19 13:02:15,496.0,15.0,107.0,23.0,335.0,29.0,264.0,1130.0,Extra blocks for scikit-learn pipelines.,63.0,28,True,2024-03-19 11:51:08.000,0.8.0,49.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],140.0,132.0,https://pypi.org/project/scikit-lego,27858.0,28863.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,46260.0,,,,,2.0,,2024-03-19 13:04:30.000,8.0,,,,,,,,,,,,,,,,,, +395,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-03-20 21:39:17.000000,2024-03-01 21:07:56,1064.0,36.0,206.0,24.0,132.0,23.0,187.0,1048.0,Survival analysis built on top of scikit-learn.,18.0,28,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],457.0,443.0,https://pypi.org/project/scikit-survival,81244.0,84017.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,77664.0,,,,,2.0,,2023-12-30 23:36:40.000,14.0,,,,,,,,,,,,,,,,,, +396,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,34.0,86.0,88.0,122.0,896.0,A scikit-learn based module for multi-label et. al. classification.,28.0,28,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1527.0,1502.0,https://pypi.org/project/scikit-multilearn,81158.0,81158.0,,,,,,,,2.0,,2018-12-10 16:24:47.000,25.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-03-16 23:37:12.000000,2024-01-08 13:19:20,1302.0,3.0,149.0,50.0,56.0,23.0,66.0,824.0,Computer Vision in Python.,34.0,28,True,2022-06-28 14:25:55.000,1.4.13,59.0,mahotas,conda-forge/mahotas,,,,1356.0,1226.0,https://pypi.org/project/mahotas,12941.0,21696.0,https://anaconda.org/conda-forge/mahotas,2023-07-26 22:41:29.989,393995.0,,,,,2.0,,2022-06-28 08:11:26.000,130.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-02-06 01:48:14.000000,2024-02-06 01:48:11,3707.0,8.0,321.0,66.0,681.0,37.0,526.0,816.0,The Classical Language Toolkit.,120.0,28,True,2023-12-27 08:38:14.000,1.2.1,74.0,cltk,,,,,256.0,256.0,https://pypi.org/project/cltk,1806.0,1806.0,,,,,,,,2.0,59.0,,,,,,,,,,,,,,,,,,,, +399,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-03-07 10:58:08.000000,2024-03-03 16:20:10,323.0,61.0,86.0,20.0,113.0,36.0,77.0,567.0,pyspark methods to enhance developer productivity.,27.0,28,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],82.0,75.0,https://pypi.org/project/quinn,813597.0,813597.0,,,,,,,,3.0,16.0,2024-02-13 12:31:37.000,7.0,,,,,,,,,,,,,,,,,, +400,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,38.0,12.0,69.0,7.0,26.0,208.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,40504.0,40249.0,https://pypi.org/project/blis,5908729.0,5957773.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2059880.0,,,,,2.0,,2023-09-22 06:27:17.000,255.0,,,,,,,,,,,,,,,,,, +401,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,2023-12-23 16:12:25.000000,2023-12-23 16:11:39,302.0,1.0,2690.0,141.0,44.0,114.0,133.0,17485.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,27,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],428.0,422.0,https://pypi.org/project/vit-pytorch,16772.0,16772.0,,,,,,,,3.0,,2023-12-23 16:12:25.000,6.0,,,,,,,,,,,,,,,,,, +402,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2024-02-28 15:48:01.000000,2023-10-12 07:20:40,1894.0,,1030.0,229.0,455.0,53.0,265.0,16583.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:14:16.000,5.14.0,29.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,56369.0,56778.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,22942.0,2.0,,,,,,,,,,,,,,,,,,,,, +403,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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,,1387.0,430.0,50.0,98.0,87.0,10342.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,29560.0,29560.0,,,,,,,,2.0,,2022-09-21 20:20:42.649,36.0,,,,,,,,,,,,,,,,,, +404,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,351.0,79.0,48.0,231.0,7895.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,735.0,709.0,https://pypi.org/project/pysc2,2639.0,3033.0,,,,,,,,3.0,31136.0,2022-07-13 12:02:04.256,26.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +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,,1500.0,131.0,51.0,155.0,141.0,7703.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,136401.0,214795.0,,,,,,,,2.0,3762939.0,2021-04-15 15:17:23.000,43.0,,,,,,,,5.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,,1639.0,460.0,698.0,33.0,441.0,7281.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'],40.0,,https://pypi.org/project/tensorlayer,1906.0,1928.0,,,,,,,,2.0,1999.0,2022-02-15 02:05:47.000,40.0,,,,,,,,,,,,,,,,,, +407,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,,1552.0,626.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:12:12.000,1.0.5,47.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,3115.0,3115.0,,,,,,,,3.0,4.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +408,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,,1352.0,348.0,14.0,42.0,65.0,6294.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1338.0,1296.0,https://pypi.org/project/snownlp,27271.0,27271.0,,,,,,,,3.0,,2015-09-27 16:35:23.000,42.0,,,,,,,,,,,,,,,,,, +409,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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,1004.0,146.0,93.0,88.0,305.0,6153.0,A Python scikit for building and analyzing recommender systems.,45.0,27,False,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,131264.0,139287.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,353038.0,,,,,3.0,,2022-09-23 17:17:00.724,50.0,,,,,,,,,,,,,,,,,, +410,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-03-07 18:10:01.000000,2023-10-05 16:17:35,6152.0,,519.0,152.0,1906.0,310.0,1329.0,4376.0,ArrayFire: a general purpose GPU library.,88.0,27,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,9.0,,https://pypi.org/project/arrayfire,1316.0,1369.0,,,,,,,,2.0,5669.0,2022-02-22 21:42:15.000,9.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-03-09 16:20:29.000000,2023-09-01 03:04:11,1137.0,,719.0,60.0,1013.0,167.0,739.0,3999.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'],119.0,116.0,https://pypi.org/project/mmocr,5504.0,5504.0,,,,,,,,3.0,,2022-05-05 14:21:18.000,3.0,,,,,,,,,,,,,,,,,, +412,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,283.0,226.0,11.0,356.0,3862.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,1019334.0,1019745.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,20995.0,,,,,3.0,,2022-04-21 20:05:56.000,5.0,,,,,,,,,,,,,,,,,, +413,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,308.0,85.0,95.0,43.0,32.0,3465.0,Python library that makes it easy for data scientists to create charts.,25.0,27,True,2023-10-12 09:01:22.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,76.0,76.0,https://pypi.org/project/chartify,19028.0,19489.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29537.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +414,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-03-09 03:35:01.000000,2024-03-08 19:28:28,465.0,16.0,271.0,50.0,458.0,59.0,255.0,3284.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,27,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,9100.0,10168.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,38179.0,,,,,2.0,384.0,2024-03-08 20:21:40.000,4.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-01-10 22:28:30.000000,2023-09-10 15:15:16,1059.0,,234.0,62.0,112.0,8.0,266.0,3157.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,524.0,515.0,https://pypi.org/project/vidgear,15645.0,15661.0,,,,,,,,3.0,1017.0,2023-09-10 19:39:46.000,9.0,,,,,,,,,,,,,,,,,, +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,,1007.0,166.0,215.0,43.0,146.0,3042.0,Performance analysis of predictive (alpha) stock factors.,25.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,700.0,682.0,https://pypi.org/project/alphalens,1566.0,1845.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20377.0,,,,,3.0,,2020-04-27 21:03:10.000,18.0,,,,,,,,,,,,,,,,,, +417,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,,455.0,83.0,245.0,61.0,154.0,3031.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,178.0,176.0,https://pypi.org/project/fastnlp,52759.0,52760.0,,,,,,,,2.0,75.0,2022-10-31 14:47:34.183,2.0,,,,,,,,,,,,,,,,,, +418,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,649.0,109.0,72.0,89.0,123.0,2963.0,Productivity Tools for Plotly + Pandas.,38.0,27,False,,,,cufflinks,,,,['pandas'],10312.0,10312.0,https://pypi.org/project/cufflinks,83599.0,83599.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,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,417.0,64.0,932.0,315.0,745.0,2868.0,StellarGraph - Machine Learning on Graphs.,37.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],263.0,255.0,https://pypi.org/project/stellargraph,4431.0,4431.0,,,,,,,,2.0,,2021-02-22 06:35:38.731,8.0,,,,,,,,,,,,,,,,,, +420,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,264.0,52.0,19.0,35.0,97.0,2813.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2109.0,2089.0,https://pypi.org/project/sweetviz,77394.0,78139.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,27566.0,,,,,3.0,,2023-11-29 13:27:52.000,20.0,,,,,,,,,,,,,,,,,, +421,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-03-04 15:26:06.000000,2022-09-28 17:12:28,249.0,,302.0,29.0,320.0,76.0,38.0,2641.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,27,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],872.0,871.0,https://pypi.org/project/lazypredict,19987.0,20076.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2785.0,,,,,2.0,,2022-09-28 08:51:19.531,1.0,,,,,,,,,,,,,,,,,, +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,2024-03-20 21:18:44.000000,2024-03-20 21:18:44,92.0,15.0,317.0,28.0,286.0,46.0,313.0,2335.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,27,True,2024-02-28 21:47:30.000,0.1.2,19.0,adapter-transformers,,,,['huggingface'],32.0,25.0,https://pypi.org/project/adapter-transformers,77066.0,77066.0,,,,,,,,3.0,,2023-12-16 14:14:02.000,7.0,adapter-hub/adapters,,,,,,,,,,,,,,,,, +423,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-03-09 01:57:52.000000,2024-01-30 18:07:43,695.0,34.0,229.0,36.0,146.0,7.0,140.0,2266.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,27,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,168.0,165.0,https://pypi.org/project/norfair,12235.0,12242.0,,,,,,,,3.0,296.0,2022-05-30 21:14:58.000,3.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,,243.0,89.0,124.0,31.0,230.0,2163.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 22:46:00.000,0.13.0,29.0,textacy,conda-forge/textacy,,,,1712.0,1712.0,https://pypi.org/project/textacy,34177.0,35864.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,138363.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +425,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,492.0,41.0,24.0,66.0,38.0,2107.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,27,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4891.0,4840.0,https://pypi.org/project/mtcnn,75076.0,75305.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11264.0,,,,,3.0,,2021-07-09 11:16:39.000,51.0,,,,,,,,,,,,,,,,,, +426,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-02-21 23:16:24.000000,2024-02-21 23:13:33,479.0,8.0,311.0,63.0,153.0,7.0,92.0,2089.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2024-02-21 23:16:24.000,3.3.0,22.0,pytextrank,,,,,595.0,595.0,https://pypi.org/project/pytextrank,48813.0,48813.0,,,,,,,,2.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,2024-01-24 14:27:34.000000,2021-07-16 09:03:20,66.0,,463.0,39.0,43.0,64.0,58.0,2054.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'],2015.0,2001.0,https://pypi.org/project/efficientnet,71469.0,75881.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,485.0,,,,,3.0,255248.0,2020-09-15 16:26:00.000,14.0,,,,,,,,,,,,,,,,,, +428,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-03-21 08:37:41.000000,2024-03-21 08:37:38,1910.0,256.0,124.0,30.0,161.0,16.0,20.0,1805.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2024-03-21 07:36:40.000,0.5.1,145.0,labml,,,,,142.0,136.0,https://pypi.org/project/labml,3391.0,3391.0,,,,,,,,3.0,,2024-03-21 07:36:40.000,6.0,,,,,,,,,,,,,,,,,, +429,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,16.0,160.0,61.0,68.0,65.0,130.0,1794.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,27,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,387.0,377.0,https://pypi.org/project/hypertools,682.0,682.0,,,,,,,,3.0,31.0,2022-02-12 02:43:24.000,10.0,,,,,,,,,,,,,,,,,, +430,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,,212.0,36.0,1081.0,25.0,496.0,1727.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],270.0,267.0,https://pypi.org/project/lightning-flash,2411.0,2967.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,17262.0,,,,,2.0,,2022-05-11 18:17:54.000,3.0,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +431,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-03-21 13:35:41.000000,2024-03-21 13:12:22,6355.0,131.0,281.0,48.0,2627.0,307.0,1372.0,1552.0,cuGraph - RAPIDS Graph Analytics Library.,112.0,27,True,2024-02-13 16:02:14.000,24.02.00,34.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,253.0,767.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,18015.0,,,,,2.0,,2020-06-01 20:09:06.000,2.0,,,,,,,,,,,,,,,,,, +432,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-03-06 18:34:09.000000,2024-03-06 18:34:08,2827.0,11.0,174.0,26.0,666.0,88.0,443.0,1488.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,27,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,5246.0,5249.0,,,,,,,,2.0,177.0,2024-02-19 21:25:43.000,6.0,,,,,,,,,,,,,,,,,, +433,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,4.0,567.0,108.0,283.0,16.0,300.0,1488.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,27,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,150.0,148.0,https://pypi.org/project/tabpy,9108.0,9162.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4482.0,,,,,3.0,,2023-01-30 23:34:02.112,2.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,74.0,742.0,58.0,168.0,1478.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,390.0,https://pypi.org/project/chainercv,2130.0,2130.0,,,,,,,,3.0,,2019-06-12 11:55:40.000,31.0,,,,,,,,,,,,,,,,,, +435,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,257.0,47.0,184.0,54.0,120.0,1371.0,Metric learning algorithms in Python.,22.0,27,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],371.0,358.0,https://pypi.org/project/metric-learn,15440.0,15694.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11176.0,,,,,3.0,,2023-10-09 04:53:59.000,13.0,,,,,,,,,,,,,,,,,, +436,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-03-11 14:26:08.000000,2024-03-11 14:26:08,688.0,4.0,150.0,24.0,125.0,2.0,128.0,1346.0,"Extensible, parallel implementations of t-SNE.",11.0,27,True,2023-11-29 14:50:50.000,1.0.1,21.0,opentsne,conda-forge/opentsne,,,,757.0,757.0,https://pypi.org/project/opentsne,29833.0,35336.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,236641.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +437,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-02-29 10:49:59.696000,2024-02-28 20:15:02,673.0,6.0,167.0,48.0,161.0,19.0,380.0,1313.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,164.0,159.0,https://pypi.org/project/dalex,19927.0,20239.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,11866.0,,,,,2.0,,2024-02-28 20:54:37.000,5.0,,,,,,,,,,,,,,,,,, +438,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-03-14 18:03:58.000000,2024-03-14 18:03:57,1040.0,28.0,113.0,24.0,115.0,30.0,52.0,1273.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",23.0,27,True,2024-03-12 03:37:43.000,1.4.3,46.0,imodels,,,,,74.0,67.0,https://pypi.org/project/imodels,29448.0,29448.0,,,,,,,,2.0,,2024-03-11 20:28:16.000,7.0,,,,,,,,,,,,,,,,,, +439,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-03-15 15:54:00.000000,2024-03-15 15:54:00,4210.0,6.0,285.0,82.0,643.0,19.0,608.0,1265.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,39.0,,https://pypi.org/project/pysal,22463.0,34592.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,533683.0,,,,,3.0,,2024-01-31 22:49:08.000,39.0,,,,,,,,,,,,,,,,,, +440,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-03-21 14:45:07.000000,2024-03-21 12:42:11,1627.0,193.0,71.0,13.0,450.0,55.0,519.0,1050.0,"An open-source engine that automates AI infrastructure provisioning on any cloud for development, training and..",23.0,27,True,2024-03-18 13:25:23.000,0.16.4,186.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2973.0,2973.0,,,,,,,,3.0,,2024-03-18 09:50:44.000,,,,,,,,,,,,,,,,,,, +441,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-03-12 12:38:24.000000,2024-03-12 12:38:23,778.0,14.0,59.0,13.0,127.0,43.0,114.0,916.0,Visualize large time series data with plotly.py.,12.0,27,True,2024-01-14 18:45:33.000,0.9.2,61.0,plotly-resampler,conda-forge/plotly-resampler,,,,937.0,926.0,https://pypi.org/project/plotly-resampler,371574.0,372926.0,https://anaconda.org/conda-forge/plotly-resampler,2024-01-23 20:24:24.113,35174.0,,,,,3.0,,2024-01-14 18:35:43.000,11.0,,,,,,,,,,,,,,,,,, +442,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-03-20 17:15:18.000000,2024-02-07 23:40:03,16569.0,41.0,359.0,44.0,1615.0,287.0,2959.0,851.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,851.0,905.0,,,,,,,,3.0,6642.0,2023-08-14 19:14:28.000,1.0,,,,,,,,,,,,,,,,,, +443,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-03-16 03:13:29.000000,2024-03-16 03:11:16,544.0,84.0,101.0,24.0,97.0,15.0,104.0,656.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",26.0,27,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,114.0,,https://pypi.org/project/tinytag,25222.0,25222.0,,,,,,,,3.0,,2023-10-26 19:30:36.000,114.0,,,,,,,,,,,,,,,,,, +444,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4240.0,1256.0,557.0,755.0,2543.0,17446.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,26,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,2.0,2.0,https://pypi.org/project/cntk,813.0,959.0,,,,,,,,3.0,14399.0,,,,,,,,,,,,,,,,,,,, +445,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2023-10-16 20:29:38.000000,2023-03-29 07:02:37,553.0,,867.0,125.0,63.0,136.0,74.0,5010.0,Image augmentation library in Python for machine learning.,23.0,26,True,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,749.0,720.0,https://pypi.org/project/Augmentor,8589.0,8589.0,,,,,,,,3.0,,2022-04-27 09:29:23.000,29.0,,,,,,,,,,,,,,,,,, +446,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-07 16:48:18.000000,2024-03-07 16:42:10,217.0,4.0,293.0,69.0,179.0,22.0,54.0,4888.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,109.0,105.0,https://pypi.org/project/augly,2665.0,2665.0,,,,,,,,3.0,,2023-12-05 20:52:12.000,4.0,,,,,,,,,,,,,,,,,, +447,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,240.0,215.0,51.0,200.0,4352.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,52.0,51.0,https://pypi.org/project/tensortrade,728.0,822.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3292.0,,,,,3.0,,2021-05-10 18:00:35.000,1.0,,,,,,,,,,,,,,,,,, +448,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,422.0,41.0,52.0,76.0,174.0,4112.0,An Open-Source Framework for Prompt-Learning.,22.0,26,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,105.0,103.0,https://pypi.org/project/openprompt,1124.0,1124.0,,,,,,,,3.0,,2022-07-06 14:27:42.000,2.0,,,,,,,,,,,,,,,,,, +449,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,,407.0,37.0,56.0,103.0,43.0,3932.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,26,False,,,,torchsummary,,,,['pytorch'],13127.0,13127.0,https://pypi.org/project/torchsummary,235631.0,235631.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +450,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-03-19 20:25:11.000000,2024-02-21 07:25:31,1402.0,42.0,338.0,71.0,1305.0,42.0,82.0,3352.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,26,True,2024-02-21 07:38:44.000,1.1,10.0,lit-nlp,conda-forge/lit-nlp,,,,30.0,30.0,https://pypi.org/project/lit-nlp,4326.0,5933.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,67496.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +451,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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,145.0,237.0,39.0,633.0,3274.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],440.0,438.0,https://pypi.org/project/tensorforce,710.0,710.0,,,,,,,,3.0,,2021-08-30 20:13:45.000,2.0,,,,,,,,,,,,,,,,,, +452,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-03-11 06:51:01.000000,2024-03-11 06:51:00,4336.0,13.0,569.0,41.0,999.0,221.0,691.0,3127.0,"A unified, comprehensive and efficient recommendation library.",71.0,26,True,2023-11-04 11:23:19.000,1.2.0,10.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2796.0,2910.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4566.0,,,,,3.0,,2023-10-31 12:52:34.000,2.0,,,,,,,,,,,,,,,,,, +453,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-03-19 19:20:10.000000,2024-03-18 19:51:35,2374.0,14.0,685.0,162.0,61.0,7.0,726.0,3047.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,26,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,910.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,62803.0,,,,,3.0,4708.0,,,,,,,,,,,,,,,,,,,, +454,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,,1019.0,217.0,3649.0,415.0,1111.0,2997.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,,,,,,,1623.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,129171.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1505.0,3.0,,,,,,,,,,,,shogun,,,,,,,,, +455,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-03-19 11:33:26.000000,2024-03-19 11:33:26,1541.0,41.0,613.0,45.0,28.0,6.0,407.0,2818.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,31.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],21.0,21.0,https://pypi.org/project/deepke,433.0,433.0,,,,,,,,3.0,,2023-09-21 04:12:03.000,,,,,,,,,,,,,,,,,,, +456,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-03-12 03:07:27.000000,2024-03-12 03:07:23,3526.0,24.0,330.0,154.0,1172.0,21.0,60.0,2683.0,Neural Network Libraries.,75.0,26,True,2023-12-07 00:57:13.000,1.38.0,73.0,nnabla,,,,,,,https://pypi.org/project/nnabla,7759.0,7770.0,,,,,,,,3.0,908.0,,,,,,,,,,,,,,,,,,,, +457,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,,216.0,66.0,42.0,17.0,23.0,2670.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,,,,930.0,925.0,https://pypi.org/project/knockknock,61430.0,61700.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14347.0,,,,,3.0,,2020-03-16 14:30:23.000,5.0,,,,,,,,,,,,,,,,,, +458,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,1.0,650.0,178.0,75.0,23.0,565.0,2644.0,Python sync/async framework for Interactive Brokers API.,36.0,26,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,28.0,,https://pypi.org/project/ib_insync,35486.0,36175.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38590.0,,,,,3.0,,2022-11-21 09:32:01.715,28.0,,,,,,,,,,,,,,,,,, +459,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,,708.0,167.0,94.0,134.0,358.0,2456.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,371.0,371.0,,,,,,,,3.0,,2018-11-11 16:46:28.000,2.0,,,,,,,,,,,,,,,,,, +460,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,6.0,226.0,65.0,31.0,58.0,93.0,2207.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,17.0,neural-tangents,,,,,96.0,96.0,https://pypi.org/project/neural-tangents,2201.0,2209.0,,,,,,,,3.0,370.0,,,,,,,,,,,,,,,,,,,, +461,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-03-21 14:28:25.000000,2023-06-01 12:18:23,739.0,,313.0,43.0,44.0,98.0,56.0,2117.0,A modular active learning framework for Python.,20.0,26,True,2024-03-21 14:28:25.000,0.61.90,767.0,modAL,,,,['sklearn'],15.0,,https://pypi.org/project/modAL,254693.0,254693.0,,,,,,,,3.0,31.0,2024-03-21 14:28:25.000,15.0,,,,,,,,4.0,,,,,,,,,, +462,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-02-16 02:07:00.000000,2024-02-16 02:06:53,862.0,6.0,446.0,60.0,325.0,113.0,92.0,1857.0,Library for training machine learning models with privacy for training data.,58.0,26,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow-privacy,17599.0,17601.0,,,,,,,,3.0,149.0,2024-02-14 19:08:50.000,15.0,,,,,,,,,,,,,,,,,, +463,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-03-20 06:57:41.000000,2024-03-20 06:56:21,907.0,34.0,135.0,34.0,437.0,51.0,351.0,1789.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-03-20 06:57:12.000,1.1.4.6,33.0,orbit-ml,,,,,51.0,50.0,https://pypi.org/project/orbit-ml,24876.0,24876.0,,,,,,,,3.0,,2024-03-20 06:57:41.000,1.0,,,,,,,,,,,,,,,,,, +464,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-03-20 09:33:16.339000,2024-03-20 06:56:21,907.0,34.0,135.0,34.0,437.0,51.0,351.0,1789.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-03-20 06:57:12.000,1.1.4.6,33.0,orbit-ml,conda-forge/orbit-ml,,,,51.0,50.0,https://pypi.org/project/orbit-ml,24876.0,25075.0,https://anaconda.org/conda-forge/orbit-ml,2024-03-20 09:33:16.339,5195.0,,,,,3.0,,2024-03-20 06:57:41.000,1.0,,,,,,,,,,,,,,,,,, +465,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,41.0,495.0,172.0,151.0,1734.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,158.0,150.0,https://pypi.org/project/petastorm,38473.0,38479.0,,,,,,,,3.0,457.0,2023-02-03 00:33:00.499,8.0,,,,,,,,,,,,,,,,,, +466,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,,238.0,54.0,446.0,3.0,402.0,1717.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,26,False,2021-06-10 09:45:12.000,0.8.0,22.0,farm,conda-forge/farm,,,['pytorch'],218.0,218.0,https://pypi.org/project/farm,1477.0,1569.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3242.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +467,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,,157.0,26.0,81.0,44.0,34.0,1676.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,584.0,565.0,https://pypi.org/project/pyts,119283.0,120061.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22568.0,,,,,3.0,,2021-10-31 13:51:09.000,19.0,,,,,,,,,,,,,,,,,, +468,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-03-21 04:08:06.000000,2024-03-21 03:58:32,856.0,83.0,255.0,47.0,686.0,53.0,64.0,1607.0,A lightweight library for PyTorch training tools and utilities.,121.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,6228.0,6228.0,,,,,,,,3.0,,2018-07-29 23:16:03.000,38.0,,,,,,,,,,,,,,,,,, +469,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,,303.0,27.0,379.0,38.0,155.0,1558.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-05-18 06:27:52.000,2.2.5,10.0,pgl,,,,['paddle'],54.0,54.0,https://pypi.org/project/pgl,2511.0,2511.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +470,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-03-15 12:44:27.000000,2024-02-01 16:55:49,1031.0,2.0,172.0,18.0,66.0,28.0,335.0,1450.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,41289.0,46751.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,245833.0,,,,,2.0,,2023-10-06 08:49:07.000,84.0,,,,,,,,,,,,,,,,,, +471,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-02-14 20:47:03.000000,2023-06-07 07:35:59,3033.0,,119.0,37.0,336.0,11.0,187.0,1423.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,302.0,284.0,https://pypi.org/project/pycm,56807.0,56807.0,,,,,,,,3.0,,2023-06-07 14:08:01.991,18.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,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,265.0,76.0,481.0,41.0,198.0,1301.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,962.0,935.0,https://pypi.org/project/underthesea,11584.0,11657.0,,,,,,,,3.0,5993.0,2023-09-22 23:50:49.000,27.0,,,,,,,,,,,,,,,,,, +473,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,,173.0,26.0,36.0,1.0,116.0,1227.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1582.0,1549.0,https://pypi.org/project/fancyimpute,38862.0,38862.0,,,,,,,,2.0,,2021-10-21 17:50:40.000,33.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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1218.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,,,,494.0,453.0,https://pypi.org/project/streamz,22724.0,33002.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,801687.0,,,,,3.0,,2022-07-27 18:09:03.803,41.0,,,,,,,,,,,,,,,,,, +475,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,,83.0,34.0,109.0,7.0,18.0,1169.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],225.0,214.0,https://pypi.org/project/rlax,1529628.0,1529628.0,,,,,,,,3.0,,2023-01-09 22:29:35.947,11.0,google-deepmind/rlax,,,,,,,,,,,,,,,,, +476,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,109.0,21.0,103.0,37.0,74.0,1081.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2330.0,2310.0,https://pypi.org/project/submitit,285881.0,286684.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,34554.0,,,,,3.0,,2023-11-09 17:23:02.000,20.0,,,,,,,,,,,,,,,,,, +477,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-03-21 04:02:09.000000,2024-03-19 23:27:45,2169.0,198.0,85.0,18.0,805.0,81.0,202.0,1056.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,82.0,metricflow,,,,,23.0,20.0,https://pypi.org/project/metricflow,26986.0,26986.0,,,,,,,,3.0,,2024-03-19 23:32:58.000,3.0,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +478,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-03-19 20:08:08.000000,2024-02-29 15:08:13,800.0,5.0,114.0,30.0,405.0,68.0,314.0,1000.0,BAyesian Model-Building Interface (Bambi) in Python.,36.0,26,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,120.0,111.0,https://pypi.org/project/bambi,29931.0,30677.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,29110.0,,,,,3.0,,2023-10-25 02:06:14.000,9.0,,,,,,,,,,,,,,,,,, +479,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,2.0,236.0,61.0,246.0,22.0,366.0,957.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,,,,581.0,541.0,https://pypi.org/project/sentinelsat,25671.0,26364.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,28371.0,,,,,3.0,263.0,2017-03-06 02:33:09.000,40.0,,,,,,,,,,,,,,,,,, +480,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-03-21 11:46:25.000000,2024-02-14 13:54:40,2672.0,33.0,102.0,10.0,526.0,32.0,93.0,848.0,Time series forecasting with scikit-learn models.,10.0,26,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],255.0,247.0,https://pypi.org/project/skforecast,50922.0,50922.0,,,,,,,,3.0,,2023-11-16 21:34:56.000,8.0,,,,,,,,,,,,,,,,,, +481,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-03-20 21:33:01.000000,2024-02-29 10:24:59,903.0,41.0,107.0,43.0,106.0,56.0,46.0,622.0,Bias Auditing & Fair ML Toolkit.,21.0,26,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,157.0,150.0,https://pypi.org/project/aequitas,9837.0,9837.0,,,,,,,,2.0,,2024-01-30 12:03:19.000,7.0,,,,,,,,,,,,,,,,,, +482,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-03-16 13:26:37.000000,2024-03-13 11:42:33,575.0,20.0,155.0,32.0,184.0,8.0,98.0,570.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,30.0,26,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],337.0,317.0,https://pypi.org/project/pyriemann,36577.0,36822.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,5148.0,,,,,3.0,,2022-07-17 13:53:18.565,20.0,,,,,,,,,,,,,,,,,, +483,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-03-09 00:32:37.185000,2024-03-08 20:01:01,3751.0,43.0,69.0,47.0,355.0,21.0,395.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,26,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],59.0,41.0,https://pypi.org/project/skll,528.0,1005.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,13369.0,,,,,3.0,13.0,2024-03-08 20:01:40.000,18.0,,,,,,,,,,,,,,,,,, +484,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-03-20 22:14:43.000000,2023-08-23 17:20:54,1241.0,,153.0,20.0,713.0,26.0,208.0,477.0,A package built to support working with spatial data using open source python.,44.0,26,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,315.0,298.0,https://pypi.org/project/earthpy,6854.0,8075.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,72071.0,,,,,3.0,,2021-10-01 22:51:04.000,17.0,,,,,,,,,,,,,,,,,, +485,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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,422.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7727.0,7443.0,https://pypi.org/project/sklearn-crfsuite,196951.0,197799.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39861.0,,,,,2.0,,2017-06-22 18:49:27.000,284.0,,,,,,,,,,,,,,,,,, +486,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-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,11.0,39.0,5.0,15.0,6.0,48.0,319.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,26,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],668.0,636.0,https://pypi.org/project/scikit-posthocs,97466.0,119787.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,915186.0,,,,,3.0,41.0,2024-02-18 18:57:32.000,32.0,,,,,,,,,,,,,,,,,, +487,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,1.0,808.0,147.0,1563.0,114.0,125.0,7919.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,143.0,142.0,https://pypi.org/project/trax,3616.0,3616.0,,,,,,,,3.0,,2021-10-26 20:29:00.538,1.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,,824.0,169.0,1588.0,145.0,74.0,6363.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'],22.0,21.0,https://pypi.org/project/pytext-nlp,216.0,221.0,,,,,,,,3.0,355.0,2020-06-08 22:49:33.000,1.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5772.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,,,,,124.0,121.0,https://pypi.org/project/mmdnn,440.0,489.0,,,,,,,,2.0,3726.0,2020-07-24 06:34:39.000,3.0,,,,,,,,,,,,,,,,,, +490,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,583.0,140.0,31.0,58.0,55.0,5519.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,25,False,,,1.0,flashtext,conda-forge/flashtext,,,,1551.0,1551.0,https://pypi.org/project/flashtext,1134279.0,1134697.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18430.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +491,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2024-03-21 12:26:37.000000,2024-03-21 11:58:37,3494.0,99.0,599.0,94.0,3847.0,206.0,1363.0,4853.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,90.0,25,True,2024-02-27 17:33:20.000,1.35.0,75.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +492,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-02-17 08:10:07.000000,2023-11-19 13:26:15,334.0,,946.0,46.0,33.0,65.0,112.0,4825.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],193.0,184.0,https://pypi.org/project/scikit-opt,3595.0,3595.0,,,,,,,,3.0,,2022-01-14 08:49:08.000,9.0,,,,,,,,,,,,,,,,,, +493,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,658.0,159.0,130.0,83.0,101.0,4612.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'],768.0,762.0,https://pypi.org/project/lucid,486.0,486.0,,,,,,,,3.0,,2021-03-19 16:01:00.000,6.0,,,,,,,,,,,,,,,,,, +494,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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,1001.0,93.0,63.0,253.0,269.0,4579.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,25,False,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,23830.0,23830.0,,,,,,,,3.0,,2020-01-10 11:36:02.000,28.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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,1.0,375.0,162.0,84.0,87.0,101.0,3152.0,A deep learning library for video understanding research.,55.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,75174.0,75174.0,,,,,,,,3.0,,2022-01-20 00:16:35.000,7.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,,679.0,73.0,25.0,117.0,101.0,2973.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'],2925.0,2896.0,https://pypi.org/project/keras-vis,1359.0,1359.0,,,,,,,,3.0,,2017-07-06 05:11:22.255,29.0,,,,,,,,,,,,,,,,,, +497,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,3.0,246.0,31.0,2015.0,3.0,650.0,2930.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.0,25,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,4727.0,4824.0,,,,,,,,3.0,2634.0,2023-12-04 07:25:10.000,,,,,,,,,,,,,,,,,,, +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,,469.0,99.0,49.0,59.0,253.0,2793.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,,,,713.0,689.0,https://pypi.org/project/neuralcoref,2980.0,3298.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15086.0,,,,,3.0,942.0,2019-04-08 09:56:00.000,24.0,,,,,,,,,,,,,,,,,, +499,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2024-02-21 08:50:08.000000,2023-06-30 21:16:10,470.0,,322.0,65.0,316.0,45.0,124.0,2744.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'],51.0,50.0,https://pypi.org/project/ddsp,2240.0,2566.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14704.0,,,,,3.0,,2022-05-25 17:42:19.000,1.0,,,,,,,,,,,,,,,,,, +500,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,223.0,49.0,481.0,45.0,70.0,2697.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,,,,,211.0,208.0,https://pypi.org/project/m2cgen,23216.0,23217.0,,,,,,,,2.0,67.0,2022-04-26 01:24:34.000,3.0,,,,,,,,,,,,,,,,,, +501,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,,316.0,93.0,2157.0,206.0,982.0,2672.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,25,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,1.0,,https://pypi.org/project/pymars,44111.0,44111.0,,,,,,,,3.0,,2022-06-12 11:43:21.000,1.0,,,,,,,,,,,,,,,,,, +502,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-03-18 17:20:26.000000,2023-07-01 21:40:58,1936.0,,333.0,40.0,87.0,28.0,157.0,2431.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2229.0,2229.0,,,,,,,,2.0,,2022-09-04 16:10:00.738,3.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-03-06 06:55:28.000000,2024-03-06 06:55:14,388.0,3.0,281.0,56.0,14.0,21.0,79.0,2193.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2017-03-13 05:31:21.000,0.0.2.4.4,18.0,scattertext,conda-forge/scattertext,,,,509.0,509.0,https://pypi.org/project/scattertext,13862.0,14955.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,86365.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +504,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,,312.0,64.0,38.0,96.0,160.0,2170.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,25,False,,,,hyperas,,,,['tensorflow'],344.0,344.0,https://pypi.org/project/hyperas,9940.0,9940.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +505,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-02-10 10:19:11.000000,2024-02-10 10:17:50,226.0,9.0,243.0,47.0,92.0,19.0,115.0,2112.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",112.0,109.0,https://pypi.org/project/causalnex,3598.0,3598.0,,,,,,,,3.0,,2023-06-22 13:11:59.629,3.0,mckinsey/causalnex,,,,,,,,,,,,,,,,, +506,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-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,12.0,231.0,37.0,38.0,4.0,114.0,2068.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,25,False,2022-12-04 19:04:05.000,_10304,100.0,karateclub,conda-forge/karateclub,,,,226.0,226.0,https://pypi.org/project/karateclub,3511.0,4016.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22263.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +507,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,,199.0,29.0,65.0,35.0,83.0,1974.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],326.0,319.0,https://pypi.org/project/checklist,4430.0,4610.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6852.0,,,,,3.0,,2021-05-24 16:45:59.000,7.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,,300.0,57.0,1313.0,233.0,810.0,1804.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'],102.0,100.0,https://pypi.org/project/garage,621.0,621.0,,,,,,,,3.0,,2021-03-23 22:18:36.000,2.0,,,,,,,,,,,,,,,,,, +509,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,49.0,49.0,23.0,91.0,1587.0,Contextually-keyed word vectors.,19.0,25,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,356.0,342.0,https://pypi.org/project/sense2vec,2830.0,4843.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,35996.0,,,,,3.0,63167.0,2021-04-19 07:05:28.000,14.0,,,,,,,,,,,,,,,,,, +510,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,,266.0,49.0,87.0,22.0,190.0,1514.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],537.0,520.0,https://pypi.org/project/gplearn,6752.0,6899.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6628.0,,,,,3.0,,2022-05-03 10:47:30.000,17.0,,,,,,,,,,,,,,,,,, +511,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,,141.0,29.0,63.0,7.0,70.0,1279.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'],1396.0,1383.0,https://pypi.org/project/livelossplot,13979.0,13979.0,,,,,,,,3.0,,2022-04-04 16:14:08.000,13.0,,,,,,,,,,,,,,,,,, +512,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,1.0,291.0,55.0,63.0,12.0,109.0,1222.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,,,,,1037.0,1006.0,https://pypi.org/project/stockstats,11032.0,11032.0,,,,,,,,3.0,,2023-07-30 07:07:37.000,31.0,,,,,,,,,,,,,,,,,, +513,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,,238.0,36.0,68.0,54.0,206.0,1217.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,25,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],123.0,121.0,https://pypi.org/project/innvestigate,668.0,672.0,,,,,,,,3.0,92.0,2023-10-12 14:55:59.000,2.0,,,,,,,,,,,,,,,,,, +514,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-03-18 20:13:39.000000,2024-03-08 17:11:00,1922.0,33.0,364.0,54.0,490.0,156.0,250.0,1063.0,Machine learning on FPGAs using HLS.,59.0,25,True,2023-12-19 21:00:58.000,0.8.1,16.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/hls4ml,1384.0,1557.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7271.0,,,,,2.0,,2023-12-19 21:00:58.000,,,,,,,,,,,,,,,,,,, +515,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,976.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],432.0,429.0,https://pypi.org/project/neural-structured-learning,21537.0,21537.0,,,,,,,,3.0,,2022-07-29 21:05:16.715,3.0,,,,,,,,,,,,,,,,,, +516,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,,255.0,42.0,72.0,103.0,188.0,914.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,534.0,494.0,https://pypi.org/project/gpyopt,5519.0,5519.0,,,,,,,,2.0,,2020-03-19 11:37:45.000,40.0,,,,,,,,,,,,,,,,,, +517,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-02-27 10:18:01.000000,2024-02-27 03:35:48,1055.0,7.0,166.0,35.0,115.0,19.0,60.0,712.0,Snowball compiler and stemming algorithms.,34.0,25,True,,,6.0,snowballstemmer,conda-forge/snowballstemmer,,,,5.0,5.0,https://pypi.org/project/snowballstemmer,15869859.0,15954824.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7731863.0,,,,,3.0,,,,,,,,,,,-6.0,,,,,,,,,, +518,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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,2.0,155.0,17.0,72.0,35.0,108.0,685.0,Ternary plotting library for python with matplotlib.,27.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,192.0,165.0,https://pypi.org/project/python-ternary,60507.0,61343.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79448.0,,,,,3.0,25.0,2021-02-17 18:38:15.000,27.0,,,,,,,,,,,,,,,,,, +519,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,2.0,96.0,15.0,193.0,100.0,135.0,652.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,312.0,,https://pypi.org/project/soundfile,2729614.0,2729758.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,17537.0,2023-02-15 15:39:00.786,312.0,,,,,,,,,,,,,,,,,, +520,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-03-05 03:43:51.000000,2024-03-05 03:43:50,838.0,6.0,135.0,29.0,87.0,35.0,75.0,587.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,25,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,438.0,414.0,https://pypi.org/project/ml-metadata,63979.0,64014.0,,,,,,,,3.0,2120.0,2023-08-10 00:37:12.000,24.0,,,,,,,,,,,,,,,,,, +521,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-03-20 12:21:25.000000,2024-03-07 12:58:46,473.0,7.0,51.0,8.0,53.0,168.0,234.0,581.0,python binding for libvips using cffi.,16.0,25,True,2024-01-04 12:00:44.000,2.2.2,25.0,pyvips,conda-forge/pyvips,,,,735.0,685.0,https://pypi.org/project/pyvips,40594.0,42408.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,74380.0,,,,,3.0,,2024-01-04 12:00:44.000,50.0,,,,,,,,,,,,,,,,,, +522,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-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,64.0,16.0,13.0,34.0,7.0,520.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,,,,3705.0,,https://pypi.org/project/whoosh,428970.0,435802.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,232308.0,,,,,3.0,,2016-04-04 01:19:40.000,3705.0,,,,,,,,,,,,,,,,,, +523,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-03-20 18:03:50.000000,2024-03-19 09:57:11,5646.0,64.0,92.0,15.0,749.0,16.0,438.0,411.0,Lightwood is Legos for Machine Learning.,46.0,25,False,2024-03-19 10:28:37.000,24.3.3.1,203.0,lightwood,,,,['pytorch'],60.0,58.0,https://pypi.org/project/lightwood,6151.0,6151.0,,,,,,,,2.0,,2024-03-19 10:24:49.000,2.0,,,,,,,,4.0,,,,,,,,,, +524,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-02-11 07:50:28.337000,2024-02-11 00:53:13,766.0,9.0,85.0,13.0,30.0,7.0,47.0,362.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,401.0,374.0,https://pypi.org/project/pymap3d,110879.0,112485.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,67465.0,,,,,3.0,,2024-02-11 00:59:05.000,27.0,,,,,,,,,,,,,,,,,, +525,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-03-21 13:16:56.000000,2024-03-17 13:53:30,533.0,17.0,56.0,40.0,284.0,19.0,60.0,301.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",39.0,25,True,2024-03-06 08:59:39.000,1.2.7,74.0,gokart,,,,,79.0,74.0,https://pypi.org/project/gokart,4394.0,4394.0,,,,,,,,3.0,,2024-03-06 08:59:39.000,5.0,,,,,,,,,,,,,,,,,, +526,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-03-12 17:13:41.000000,2024-03-12 17:13:40,2600.0,62.0,59.0,8.0,248.0,32.0,80.0,257.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,103.0,97.0,https://pypi.org/project/lenskit,1264.0,1898.0,https://anaconda.org/conda-forge/lenskit,2024-01-22 16:23:58.143,25366.0,,,,,3.0,,2024-02-16 21:03:49.000,6.0,,,,,,,,,,,,,,,,,, +527,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-03-21 10:09:29.000000,2024-03-21 09:01:03,474.0,74.0,105.0,21.0,496.0,58.0,106.0,256.0,An open-source toolkit for large-scale genomic analysis.,26.0,25,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,59893.0,59997.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,3867.0,,,,,3.0,13.0,2024-03-12 08:52:09.000,,,,,,,,,,,,,,,,,,, +528,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,,1189.0,180.0,213.0,25.0,534.0,8688.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,24,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,,,,,246.0,,,,,,,,3.0,9354.0,,,,,,,,,,,,,,,,,,,, +529,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,137.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'],1127.0,1111.0,https://pypi.org/project/textgenrnn,793.0,805.0,,,,,,,,3.0,903.0,2020-02-02 21:16:15.000,16.0,,,,,,,,,,,,,,,,,, +530,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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,435.0,63.0,90.0,32.0,88.0,4916.0,Finding duplicate images made easy!.,15.0,24,True,2023-04-28 17:26:08.000,0.3.2,8.0,imagededup,,,,['tensorflow'],92.0,92.0,https://pypi.org/project/imagededup,22103.0,22103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +531,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,,1370.0,351.0,59.0,51.0,,4272.0,Python Algorithmic Trading Library.,11.0,24,True,,,8.0,pyalgotrade,,,,,204.0,183.0,https://pypi.org/project/pyalgotrade,856.0,856.0,,,,,,,,3.0,,2018-08-21 01:48:25.000,21.0,,,,,,,,,,,,,,,,,, +532,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,537.0,104.0,617.0,85.0,606.0,4182.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,24,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],,,https://pypi.org/project/yellowbrick,491515.0,493256.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,74905.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +533,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,,722.0,63.0,247.0,129.0,824.0,4015.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,,,,,36.0,,https://pypi.org/project/stable-baselines,5435.0,5435.0,,,,,,,,3.0,,2021-04-06 12:38:10.521,36.0,,,,,,,,,,,,,,,,,, +534,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,109.0,396.0,3164.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],124.0,123.0,https://pypi.org/project/parl,962.0,962.0,,,,,,,,3.0,,2022-05-13 04:46:41.000,1.0,,,,,,,,,,,,,,,,,, +535,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-03-13 04:17:20.000000,2024-03-11 08:27:22,2739.0,49.0,1096.0,134.0,1052.0,52.0,72.0,3096.0,a distributed deep learning platform.,88.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,67.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,737.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6417.0,3.0,,,,,,,,,,,,,,,,,,,,, +536,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,,509.0,110.0,73.0,183.0,117.0,3078.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,,,,,128.0,128.0,https://pypi.org/project/xlearn,851.0,913.0,,,,,,,,3.0,4516.0,,,,,,,,,,,,,,,,,,,, +537,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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,453.0,38.0,239.0,18.0,279.0,2454.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,24,True,2023-07-23 13:34:05.000,4.1.0,17.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],,,https://pypi.org/project/pytorch-tabnet,40975.0,41205.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6230.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +538,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,,317.0,30.0,695.0,49.0,150.0,2438.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,88.0,87.0,https://pypi.org/project/promptsource,385.0,385.0,,,,,,,,3.0,,2022-04-18 22:31:03.000,1.0,,,,,,,,,,,,,,,,,, +539,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,,645.0,89.0,29.0,25.0,52.0,2318.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,,,,,723.0,542.0,https://pypi.org/project/python_speech_features,34109.0,34109.0,,,,,,,,3.0,,2017-08-16 01:46:13.000,181.0,,,,,,,,,,,,,,,,,, +540,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,329.0,78.0,55.0,154.0,68.0,2241.0,Multilingual text (NLP) processing toolkit.,26.0,24,False,,,,polyglot,,,,,1197.0,1197.0,https://pypi.org/project/polyglot,69854.0,69854.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +541,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,297.0,65.0,14.0,26.0,46.0,2230.0,Stand-alone language identification system.,9.0,24,False,,,,langid,,,,,10938.0,10938.0,https://pypi.org/project/langid,369617.0,369617.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +542,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,,256.0,57.0,56.0,19.0,50.0,2206.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,5.0,pytorch-nlp,,,,['pytorch'],655.0,655.0,https://pypi.org/project/pytorch-nlp,6696.0,6696.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +543,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,70.0,21.0,93.0,66.0,2086.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,282.0,265.0,https://pypi.org/project/pyflux,29316.0,29316.0,,,,,,,,3.0,,2017-11-21 16:27:06.000,17.0,,,,,,,,,,,,,,,,,, +544,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,,669.0,82.0,48.0,24.0,64.0,2036.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,499.0,487.0,https://pypi.org/project/finta,8498.0,8498.0,,,,,,,,3.0,,2020-10-21 11:39:44.000,12.0,,,,,,,,,,,,,,,,,, +545,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,7.0,228.0,43.0,36.0,45.0,24.0,1842.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],457.0,435.0,https://pypi.org/project/MulticoreTSNE,2255.0,3176.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,32262.0,,,,,3.0,,2019-01-09 07:23:04.000,22.0,,,,,,,,,,,,,,,,,, +546,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-03-09 04:01:21.000000,2023-12-04 14:09:45,571.0,,128.0,56.0,449.0,67.0,102.0,1798.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,100.0,93.0,https://pypi.org/project/hivemind,5137.0,5137.0,,,,,,,,3.0,,2023-08-31 20:07:10.000,7.0,,,,,,,,,,,,,,,,,, +547,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,269.0,28.0,183.0,10.0,389.0,1612.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,24,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],180.0,172.0,https://pypi.org/project/talos,1493.0,1493.0,,,,,,,,2.0,,2022-05-28 10:07:34.000,8.0,,,,,,,,,,,,,,,,,, +548,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,,120.0,29.0,31.0,58.0,50.0,1566.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'],406.0,401.0,https://pypi.org/project/higher,104081.0,104081.0,,,,,,,,2.0,,2020-07-14 12:20:32.000,5.0,,,,,,,,,,,,,,,,,, +549,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-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,2.0,296.0,56.0,115.0,46.0,30.0,1498.0,Interpretability and explainability of data and machine learning models.,41.0,24,True,2023-07-01 11:47:13.000,0.3.0,3.0,aix360,,,,,87.0,87.0,https://pypi.org/project/aix360,1340.0,1340.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +550,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-03-05 19:49:22.000000,2023-11-08 21:41:55,157.0,,163.0,103.0,185.0,35.0,25.0,1482.0,fklearn: Functional Machine Learning.,55.0,24,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,570.0,570.0,,,,,,,,3.0,,2023-11-09 12:59:48.000,,,,,,,,,,,,,,,,,,, +551,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-03-14 13:20:54.000000,2024-03-14 13:15:40,347.0,7.0,292.0,41.0,253.0,69.0,193.0,1441.0,A framework for Privacy Preserving Machine Learning.,35.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,372.0,372.0,,,,,,,,3.0,,2022-12-08 22:11:59.883,1.0,,,,,,,,,,,,,,,,,, +552,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,,396.0,91.0,165.0,100.0,224.0,1354.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-09 19:33:30.000,0.6.0,8.0,niftynet,,,,['tensorflow'],42.0,42.0,https://pypi.org/project/niftynet,197.0,197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +553,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,191.0,43.0,257.0,51.0,212.0,1226.0,Python audio and music signal processing library.,20.0,24,False,2018-11-14 14:57:41.000,0.16.1,10.0,madmom,,,,,409.0,409.0,https://pypi.org/project/madmom,2445.0,2445.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +554,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,204.0,54.0,460.0,143.0,293.0,1184.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],74.0,65.0,https://pypi.org/project/tf-encrypted,679.0,679.0,,,,,,,,3.0,,2022-11-16 09:12:55.841,9.0,,,,,,,,,,,,,,,,,, +555,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-02-06 13:53:10.000000,2023-12-24 06:07:13,78.0,1.0,226.0,20.0,18.0,5.0,87.0,1170.0,Implementation of the node2vec algorithm.,13.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,597.0,576.0,https://pypi.org/project/node2vec,86617.0,87007.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27352.0,,,,,2.0,,2022-08-01 11:35:00.616,21.0,,,,,,,,,,,,,,,,,, +556,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,72.0,415.0,75.0,147.0,1151.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,,,,,172.0,162.0,https://pypi.org/project/chainerrl,378.0,378.0,,,,,,,,3.0,,2020-02-14 05:35:56.000,10.0,,,,,,,,,,,,,,,,,, +557,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-02-12 12:03:03.000000,2019-08-16 09:00:15,140.0,,110.0,12.0,21.0,17.0,15.0,1062.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5171.0,4865.0,https://pypi.org/project/gputil,397217.0,397217.0,,,,,,,,3.0,,2018-12-18 09:12:13.000,306.0,,,,,,,,,,,,,,,,,, +558,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,48.0,112.0,52.0,170.0,965.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,338.0,288.0,https://pypi.org/project/scikit-cuda,821.0,821.0,,,,,,,,3.0,,2019-05-27 00:29:00.000,50.0,,,,,,,,,,,,,,,,,, +559,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,,2013-12-23 17:02:11.000,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,178.0,40.0,173.0,60.0,174.0,921.0,A Jupyter - Three.js bridge.,30.0,24,False,2022-08-31 09:02:38.000,2.4.1,18.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],30.0,30.0,https://pypi.org/project/pythreejs,84261.0,93084.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,524472.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,,,3244.0,,,,,,,,,,,, +560,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-02-01 14:51:21.000000,2024-02-01 14:45:49,245.0,8.0,106.0,15.0,41.0,35.0,27.0,816.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,566.0,551.0,https://pypi.org/project/detoxify,36458.0,46939.0,,,,,,,,3.0,419271.0,2024-02-01 14:51:21.000,15.0,,,,,,,,,,,,,,,,,, +561,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-03-11 18:58:03.000000,2024-03-11 18:51:35,290.0,10.0,248.0,46.0,18.0,9.0,91.0,807.0,Data compression in TensorFlow.,21.0,24,True,2024-03-11 18:58:03.000,2.16.0,25.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,13396.0,13396.0,,,,,,,,3.0,,2024-02-02 01:38:32.000,2.0,,,,,,,,,,,,,,,,,, +562,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],51.0,4.0,https://pypi.org/project/gmaps,6020.0,10735.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,311102.0,,,,,3.0,,2021-12-15 15:42:57.506,44.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,922.0,,,,,,,,,,,, +563,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,34.0,25.0,34.0,236.0,739.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,29.0,neupy,,,,,168.0,168.0,https://pypi.org/project/neupy,3348.0,3348.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +564,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,76.0,13.0,48.0,20.0,53.0,717.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1424.0,1424.0,https://pypi.org/project/pysbd,390011.0,390189.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5183.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +565,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,,138.0,132.0,91.0,43.0,67.0,651.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'],205.0,190.0,https://pypi.org/project/mapboxgl,16612.0,16612.0,,,,,,,,3.0,,2019-06-02 16:02:54.380,15.0,,,,,,,,,,,,,,,,,, +566,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-03-18 06:20:13.000000,2024-03-18 06:20:09,865.0,24.0,81.0,9.0,723.0,90.0,437.0,591.0,Automated modeling and machine learning framework FEDOT.,33.0,24,True,2024-03-15 09:42:11.000,0.7.3.1,21.0,fedot,,,,,47.0,44.0,https://pypi.org/project/fedot,1152.0,1152.0,,,,,,,,2.0,,2024-03-05 21:31:39.000,3.0,aimclub/FEDOT,,,,,,,,,,,,,,,,, +567,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-02-10 13:12:00.000000,2024-02-10 13:11:04,343.0,12.0,85.0,7.0,19.0,1.0,85.0,535.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,17.0,24,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,68.0,66.0,https://pypi.org/project/featurewiz,11265.0,11265.0,,,,,,,,2.0,,2024-02-10 13:12:00.000,2.0,,,,,,,,,,,,,,,,,, +568,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-02-20 10:07:24.000000,2023-12-26 16:13:16,6706.0,9.0,143.0,36.0,394.0,37.0,135.0,369.0,Neuroimaging in Python FMRI analysis package.,69.0,24,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,275.0,224.0,https://pypi.org/project/nipy,2573.0,3905.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106562.0,,,,,3.0,,2023-12-21 16:45:52.000,51.0,,,,,,,,,,,,,,,,,, +569,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,1.0,85.0,29.0,318.0,75.0,27.0,364.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],367.0,360.0,https://pypi.org/project/tensorflow-cloud,40050.0,40050.0,,,,,,,,3.0,,2021-06-17 01:15:10.000,7.0,,,,,,,,,,,,,,,,,, +570,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-03-03 01:46:55.000000,2024-03-03 01:31:19,1096.0,2.0,881.0,117.0,675.0,110.0,542.0,5412.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,23,True,2019-08-26 19:04:21.000,0.3.1,2.0,mmf,,,,['pytorch'],17.0,17.0,https://pypi.org/project/mmf,982.0,982.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +571,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-03-11 13:23:02.000000,2024-03-11 13:23:01,3347.0,3.0,809.0,232.0,110.0,56.0,620.0,4861.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,23,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,22.0,,,,,,,,3.0,1504.0,,,,,,,,,,,,,,,,,,,, +572,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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1310.0,305.0,209.0,66.0,211.0,4680.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,1837.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143318.0,3.0,,,,,,,,,,,,,,,,,,,,, +573,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,,718.0,101.0,35.0,103.0,113.0,4457.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,23,False,2020-01-08 15:35:45.000,2.2.0,1.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],124.0,124.0,https://pypi.org/project/ISR,5751.0,5754.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,234.0,3.0,,,,,,,,,,,,,,,,,,,,, +574,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3868.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,,,,1.0,,https://pypi.org/project/nervananeon,161.0,184.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1889.0,,,,,3.0,384.0,2018-01-05 23:25:04.000,1.0,,,,,,,,,,,,,,,,,, +575,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,,512.0,137.0,649.0,65.0,198.0,3857.0,Snips Python library to extract meaning from text.,22.0,23,False,2020-01-15 09:51:41.000,0.20.2,58.0,snips-nlu,,,,,,,https://pypi.org/project/snips-nlu,2694.0,2694.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +576,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,887.0,177.0,385.0,33.0,430.0,3813.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,23,False,2019-10-09 19:24:22.000,2.2,2.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +577,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-03-11 16:08:57.000000,2024-03-11 16:03:05,1594.0,9.0,503.0,151.0,609.0,69.0,75.0,3517.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,23,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,25.0,25.0,,,,,,,,3.0,,2020-05-27 20:58:01.000,,,,,,,,,,,,,,,,,,, +578,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,,529.0,175.0,50.0,65.0,49.0,3474.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],59.0,56.0,https://pypi.org/project/adanet,133.0,133.0,,,,,,,,3.0,,2020-07-09 21:03:28.000,3.0,,,,,,,,,,,,,,,,,, +579,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,4.0,438.0,90.0,78.0,59.0,137.0,3347.0,Generate embeddings from large-scale graph-structured data.,32.0,23,False,2019-10-14 16:45:11.000,1.0.0,3.0,torchbiggraph,,,,['pytorch'],,,https://pypi.org/project/torchbiggraph,444924.0,444927.0,,,,,,,,3.0,177.0,,,,,,,,,,,,,,,,,,,, +580,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,,221.0,55.0,36.0,74.0,122.0,3112.0,A GUI for Pandas DataFrames.,15.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],364.0,359.0,https://pypi.org/project/pandasgui,3490.0,4044.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,21067.0,,,,,3.0,,2021-08-14 09:14:51.000,5.0,,,,,,,,,,,,,,,,,, +581,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,441.0,65.0,122.0,27.0,350.0,2377.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],62.0,62.0,https://pypi.org/project/kashgari-tf,89.0,89.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +582,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,,302.0,67.0,78.0,64.0,68.0,2097.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,23,False,2021-05-18 16:12:33.000,2.6.0,30.0,sru,,,,['pytorch'],27.0,27.0,https://pypi.org/project/sru,2175.0,2175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +583,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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,9.0,341.0,42.0,68.0,161.0,95.0,1844.0,Super easy library for BERT based NLP models.,36.0,23,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,1477.0,1477.0,,,,,,,,3.0,,2024-01-30 11:59:18.000,2.0,,,,,,,,,,,,,,,,,, +584,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,45.0,14.0,57.0,35.0,1765.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,23,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",264.0,253.0,https://pypi.org/project/hiddenlayer,1902.0,1902.0,,,,,,,,3.0,,2020-04-24 07:32:11.000,11.0,,,,,,,,,,,,,,,,,, +585,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,,115.0,39.0,11.0,33.0,51.0,1609.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,352.0,340.0,https://pypi.org/project/pymagnitude,1751.0,1751.0,,,,,,,,3.0,,2020-05-25 11:26:36.000,12.0,,,,,,,,,,,,,,,,,, +586,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,,259.0,50.0,312.0,99.0,17.0,1543.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,26641.0,26641.0,,,,,,,,3.0,,2022-05-15 21:06:13.000,30.0,,,,,,,,,,,,,,,,,, +587,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,2023-09-19 07:41:06.631000,2022-12-07 10:32:49,237.0,,267.0,1.0,1.0,1.0,,1531.0,Feature engineering package with sklearn like functionality.,38.0,23,False,2023-09-18 14:50:58.000,1.6.2,38.0,feature_engine,conda-forge/feature_engine,,,,96.0,,https://pypi.org/project/feature_engine,147041.0,148083.0,https://anaconda.org/conda-forge/feature_engine,2023-09-19 07:41:06.631,44833.0,,,,,3.0,,2023-09-18 14:50:58.000,96.0,,,,,,,,8.0,,,,,,,,,, +588,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-03-20 15:34:10.000000,2024-02-25 11:49:35,1255.0,44.0,111.0,32.0,160.0,71.0,140.0,1430.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,118.0,129.0,,,,,,,,3.0,493.0,2024-01-20 15:33:09.000,,,,,,,,,,,,,,,,,,, +589,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,2023-11-06 16:35:34.000000,2023-11-06 15:20:05,206.0,,312.0,50.0,43.0,,,1317.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,23,True,2020-09-13 21:05:45.000,0.8.4,1.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],438.0,438.0,https://pypi.org/project/keras-ocr,25255.0,48489.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,310.0,,,,,3.0,975556.0,,,,,,,,,,,,,,,,,,,, +590,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1265.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],62.0,61.0,https://pypi.org/project/sklearn-porter,639.0,639.0,,,,,,,,3.0,,2019-12-18 13:39:19.000,1.0,,,,,,,,,,,,,,,,,, +591,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-03-02 12:24:45.000000,2023-10-17 15:42:30,833.0,,309.0,50.0,792.0,7.0,300.0,1200.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,23,True,2023-03-03 07:44:13.000,3.1.34,76.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,1181.0,1181.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,,, +592,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,185.0,34.0,73.0,3.0,86.0,1032.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'],217.0,208.0,https://pypi.org/project/keract,4693.0,4693.0,,,,,,,,3.0,,2022-09-25 14:40:40.377,9.0,,,,,,,,,,,,,,,,,, +593,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-01-08 07:04:51.000000,2023-03-29 07:39:45,85.0,,83.0,26.0,54.0,32.0,28.0,940.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,True,2020-02-13 09:57:47.000,1.0.6,4.0,youtokentome,conda-forge/youtokentome,,,,630.0,630.0,https://pypi.org/project/youtokentome,37780.0,39156.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,41285.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +594,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,2.0,193.0,24.0,58.0,12.0,27.0,926.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",17.0,23,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],83.0,77.0,https://pypi.org/project/saliency,8807.0,8807.0,,,,,,,,3.0,,2024-03-20 19:51:28.000,6.0,,,,,,,,3.0,,,,,,,,,, +595,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,,149.0,23.0,46.0,15.0,82.0,906.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2392.0,2377.0,https://pypi.org/project/kapre,5595.0,5595.0,,,,,,,,3.0,26.0,2022-01-21 20:09:21.000,15.0,,,,,,,,,,,,,,,,,, +596,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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,108.0,26.0,36.0,34.0,69.0,874.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],603.0,591.0,https://pypi.org/project/pandas-bokeh,29632.0,29632.0,,,,,,,,3.0,,2021-04-11 17:43:13.000,12.0,,,,,,,,,,,,,,,,,, +597,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,219.0,218.0,855.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,94.0,94.0,https://pypi.org/project/guildai,5206.0,5206.0,,,,,,,,3.0,14.0,2022-05-11 01:13:31.000,,,,,,,,,,,,,,,,,,, +598,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-02-03 15:37:34.000000,2023-12-07 19:31:40,331.0,,132.0,20.0,44.0,3.0,81.0,541.0,Medical image processing in Python.,18.0,23,False,2019-02-14 17:09:49.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1789.0,1789.0,https://pypi.org/project/MedPy,17253.0,17955.0,https://anaconda.org/conda-forge/medpy,2023-11-26 21:20:01.088,23169.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +599,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-02-05 23:14:28.000000,2024-01-24 01:39:16,963.0,8.0,174.0,24.0,830.0,108.0,387.0,526.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,23,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,1137.0,3457.0,,,,,,,,3.0,74253.0,2023-10-01 02:24:07.000,,,,,,,,,,,,,,,,,,, +600,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,,71.0,9.0,17.0,11.0,12.0,507.0,Find pyspark to make it importable.,15.0,23,False,,,6.0,findspark,conda-forge/findspark,,,['spark'],4268.0,4268.0,https://pypi.org/project/findspark,2489733.0,2499319.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,891582.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +601,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,,27.0,7.0,19.0,3.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,23,False,2018-07-23 20:58:34.000,2018.7.23,7.0,stop-words,,,,,2140.0,2140.0,https://pypi.org/project/stop-words,174876.0,174876.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +602,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,494.0,83.0,37.0,54.0,26.0,10767.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:16:12.000,1.0.0,5.0,prettymaps,conda-forge/prettymaps,,,,47.0,47.0,https://pypi.org/project/prettymaps,767.0,856.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2318.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +603,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7982.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,740.0,740.0,,,,,,,,3.0,,2022-09-23 17:40:01.770,1.0,,,,,,,,,,,,,,,,,, +604,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,261.0,68.0,115.0,135.0,6275.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,72.0,72.0,,,,,,,,3.0,,2015-04-19 21:20:16.000,3.0,,,,,,,,,,,,,,,,,, +605,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,1.0,735.0,105.0,588.0,59.0,345.0,5824.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,22,True,2020-04-03 19:06:25.000,0.4.0,1.0,t5,,,,['tensorflow'],,,https://pypi.org/project/t5,19786.0,19786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +606,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-03-21 05:34:25.000000,2024-03-20 17:35:49,1569.0,16.0,821.0,145.0,1476.0,326.0,398.0,4949.0,Simple and Distributed Machine Learning.,116.0,22,True,2023-11-27 21:27:39.000,1.0.2,42.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2.0,2.0,,,,,,,,3.0,,2020-03-18 01:27:31.000,,,,,,,,,,,,,,,,,,, +607,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-02-27 22:00:43.000000,2023-01-15 11:37:16,279.0,,903.0,114.0,100.0,148.0,349.0,4691.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,13024.0,13024.0,,,,,,,,3.0,,2021-12-13 01:36:44.000,2.0,,,,,,,,,,,,,,,,,, +608,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,,322.0,74.0,37.0,95.0,74.0,4381.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,447.0,447.0,,,,,,,,3.0,,2022-03-13 19:09:50.000,,,,,,,,,,,,,,,,,,, +609,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-03-12 17:57:31.000000,2023-08-15 07:38:22,956.0,,542.0,166.0,46.0,37.0,28.0,4229.0,High-performance TensorFlow library for quantitative finance.,47.0,22,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,1348.0,1348.0,,,,,,,,3.0,,2022-08-19 12:40:54.257,2.0,,,,,,,,,,,,,,,,,, +610,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,,654.0,77.0,53.0,176.0,101.0,3368.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'],7.0,,https://pypi.org/project/gpt-2-simple,3074.0,3083.0,,,,,,,,3.0,553.0,2021-10-18 01:47:20.000,7.0,,,,,,,,,,,,,,,,,, +611,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-01-01 21:29:17.000000,2024-01-01 21:13:34,684.0,1.0,497.0,214.0,16.0,24.0,4.0,3324.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,12.0,12.0,https://pypi.org/project/finmarketpy,229.0,229.0,,,,,,,,3.0,51.0,2024-01-01 21:29:17.000,,,,,,,,,,,,,,,,,,, +612,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,,379.0,208.0,9.0,6.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'],146.0,143.0,https://pypi.org/project/trfl,2809.0,2809.0,,,,,,,,3.0,,2021-08-16 12:19:16.000,3.0,google-deepmind/trfl,,,,,,,,,,,,,,,,, +613,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-02-23 01:59:10.000000,2021-05-06 12:10:38,127.0,,157.0,49.0,61.0,2.0,30.0,3008.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,,,,48.0,48.0,https://pypi.org/project/opyrator,436.0,491.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1431.0,,,,,3.0,,2021-05-04 18:48:03.000,,,,,,,,,,,,,,,,,,, +614,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,,236.0,43.0,110.0,80.0,64.0,2857.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,True,2021-07-01 16:53:52.000,1.1.0,4.0,texthero,,,,,,,https://pypi.org/project/texthero,10108.0,10110.0,,,,,,,,3.0,121.0,,,,,,,,,,,,,,,,,,,, +615,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,,318.0,67.0,167.0,144.0,113.0,2719.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,22,False,,,11.0,eli5,conda-forge/eli5,,,,,,https://pypi.org/project/eli5,390835.0,392640.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,148017.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +616,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-03-19 01:25:53.000000,2024-01-21 06:34:10,937.0,2.0,173.0,20.0,77.0,94.0,170.0,2718.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,22,True,2023-03-03 01:24:36.000,1.0.0,3.0,ffcv,,,,,39.0,39.0,https://pypi.org/project/ffcv,603.0,603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +617,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,,132.0,29.0,200.0,16.0,73.0,2667.0,HiPlot makes understanding high dimensional data easy.,9.0,22,True,2021-11-04 14:24:43.000,0.1.32,35.0,hiplot,conda-forge/hiplot,,,,3.0,3.0,https://pypi.org/project/hiplot,19834.0,23447.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,177041.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +618,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-03-05 07:28:52.000000,2024-03-05 04:43:01,3455.0,1.0,732.0,6.0,,406.0,855.0,2593.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.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,2750.0,2750.0,,,,,,,,3.0,,2022-08-22 20:19:01.213,1.0,,,,,,,,6.0,,,,,,,,,, +619,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,,401.0,131.0,136.0,52.0,128.0,2396.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,,,10.0,luminoth,,,,['tensorflow'],58.0,58.0,https://pypi.org/project/luminoth,2055.0,2220.0,,,,,,,,3.0,12770.0,,,,,,,,,,,,,,,,,,,, +620,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,,369.0,79.0,144.0,33.0,126.0,2381.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 03:54:40.000,0.2.4,6.0,texar,,,,['tensorflow'],27.0,27.0,https://pypi.org/project/texar,39.0,39.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +621,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-03-12 17:14:35.000000,2024-03-12 17:14:35,536.0,4.0,196.0,41.0,118.0,55.0,126.0,2141.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,27.0,22,True,,,2.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,3950.0,3950.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +622,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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,157.0,24.0,33.0,30.0,31.0,1884.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,481.0,644.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4365.0,,,,,3.0,87.0,2022-01-09 21:14:50.000,1.0,,,,,,,,,,,,,,,,,, +623,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-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,1.0,102.0,38.0,30.0,30.0,79.0,1782.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,28.0,28.0,https://pypi.org/project/greykite,12259.0,12259.0,,,,,,,,3.0,16.0,2024-01-12 20:13:07.000,,,,,,,,,,,,,,,,,,, +624,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-02-04 20:37:53.000000,2024-02-04 20:37:53,1083.0,8.0,264.0,33.0,38.0,24.0,176.0,1751.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,541.0,541.0,,,,,,,,3.0,,2015-08-23 10:30:20.000,8.0,,,,,,,,,,,,,,,,,, +625,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,,209.0,38.0,111.0,54.0,42.0,1704.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'],158.0,149.0,https://pypi.org/project/sklearn-contrib-lightning,3019.0,5255.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,204652.0,,,,,3.0,414.0,2022-01-30 00:43:43.000,9.0,,,,,,,,,,,,,,,,,, +626,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,98.0,45.0,187.0,216.0,1635.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,746.0,746.0,,,,,,,,3.0,44.0,2018-02-22 01:13:03.000,7.0,,,,,,,,,,,,,,,,,, +627,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,,289.0,45.0,801.0,71.0,485.0,1595.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:55:49.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +628,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,204.0,45.0,12.0,4.0,51.0,1560.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,22,False,,,,geffnet,,,,['pytorch'],219.0,219.0,https://pypi.org/project/geffnet,11745.0,11745.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +629,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-03-10 16:45:11.000000,2024-03-10 16:48:30,1193.0,24.0,118.0,28.0,68.0,2.0,29.0,1475.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,22,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,,['pytorch'],,,https://pypi.org/project/pytorch_toolbelt,7349.0,7349.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,,, +630,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,,83.0,41.0,15.0,9.0,27.0,1302.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'],149.0,149.0,https://pypi.org/project/jraph,14191.0,14339.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4307.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +631,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,,189.0,27.0,57.0,21.0,36.0,1265.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'],160.0,155.0,https://pypi.org/project/advertorch,502.0,502.0,,,,,,,,3.0,,2020-06-15 01:20:07.000,5.0,,,,,,,,,,,,,,,,,, +632,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-02-07 11:53:44.000000,2023-12-09 21:53:10,773.0,,174.0,18.0,259.0,69.0,94.0,1252.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,22,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/dice-ml,59943.0,59943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +633,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-03-18 23:05:44.000000,2024-03-10 13:42:56,543.0,42.0,127.0,21.0,256.0,12.0,127.0,1181.0,A standard framework for modelling Deep Learning Models for tabular data.,20.0,22,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,3304.0,3304.0,,,,,,,,1.0,24.0,2024-01-15 02:46:25.000,2.0,,,,,,,,,,,,,,,,,, +634,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-03-21 00:52:50.000000,2023-12-06 23:22:36,184.0,,108.0,37.0,25.0,17.0,114.0,1173.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,6530.0,6530.0,,,,,,,,3.0,,2023-12-06 05:33:15.000,8.0,,,,,,,,,,,,,,,,,, +635,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,66.0,29.0,31.0,12.0,1147.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,10534.0,10534.0,,,,,,,,3.0,,2017-12-11 06:04:15.000,15.0,,,,,,,,,,,,,,,,,, +636,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-02-06 06:41:55.000000,2023-07-16 15:16:10,420.0,,146.0,94.0,118.0,33.0,45.0,1133.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,103.0,102.0,https://pypi.org/project/pfrl,378.0,378.0,,,,,,,,3.0,,2023-07-16 15:34:00.704,1.0,,,,,,,,,,,,,,,,,, +637,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,,2018-05-30 22:43:36.000,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,437.0,43.0,176.0,78.0,102.0,1025.0,"Utilities for working with image data, text data, and sequence data.",52.0,22,False,2019-05-31 16:30:17.000,1.1.0,10.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],,,https://pypi.org/project/keras-preprocessing,5848296.0,5879940.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2183485.0,,,,,3.0,,,,,,,,,,,-7.0,,,,,,,,,, +638,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,86.0,64.0,206.0,1017.0,Line based ATR Engine based on OCRopy.,20.0,22,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,1857.0,1857.0,,,,,,,,3.0,,2023-08-18 11:50:18.000,5.0,,,,,,,,,,,,,,,,,, +639,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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,110.0,51.0,98.0,41.0,51.0,1009.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'],226.0,218.0,https://pypi.org/project/tf-explain,3155.0,3155.0,,,,,,,,3.0,,2021-11-18 20:57:29.000,8.0,,,,,,,,,,,,,,,,,, +640,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,2.0,292.0,97.0,121.0,62.0,97.0,1001.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'],37.0,,https://pypi.org/project/astroML,1713.0,2249.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42418.0,,,,,3.0,,2022-03-01 20:02:01.000,37.0,,,,,,,,,,,,,,,,,, +641,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,2.0,89.0,19.0,73.0,18.0,44.0,942.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,,,,,165.0,161.0,https://pypi.org/project/nnAudio,11261.0,11261.0,,,,,,,,3.0,,2024-02-13 05:58:29.000,4.0,,,,,,,,,,,,,,,,,, +642,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-03-05 13:03:44.000000,2024-03-05 13:03:44,730.0,3.0,143.0,16.0,103.0,29.0,236.0,936.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,22,True,2023-10-06 08:51:23.000,0.6.18,28.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],,,https://pypi.org/project/torch-sparse,25598.0,31207.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,252436.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +643,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,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,,83.0,19.0,153.0,24.0,83.0,827.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,22,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,1025.0,1230.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7804.0,,,,,3.0,,2023-10-02 19:57:48.000,1.0,,,,,,,,,,,,,,,,,, +644,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,,103.0,29.0,60.0,22.0,74.0,825.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,387.0,383.0,https://pypi.org/project/mlens,3626.0,3626.0,,,,,,,,3.0,,2018-10-30 22:30:43.000,4.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-02-05 16:21:42.000000,2023-11-24 10:43:28,313.0,,129.0,20.0,74.0,5.0,64.0,820.0,An intuitive library to extract features from time series.,18.0,22,True,2023-08-23 07:53:53.000,0.1.6,11.0,tsfel,,,,,119.0,119.0,https://pypi.org/project/tsfel,23529.0,23529.0,,,,,,,,3.0,,2023-08-22 10:46:05.000,,,,,,,,,,,,,,,,,,, +646,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,2.0,78.0,26.0,162.0,51.0,62.0,758.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,22,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],53.0,49.0,https://pypi.org/project/objax,544.0,544.0,,,,,,,,3.0,,2023-11-06 22:03:10.000,4.0,,,,,,,,,,,,,,,,,, +647,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,756.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,22,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],45.0,43.0,https://pypi.org/project/sklearn-deap,2029.0,2029.0,,,,,,,,3.0,,2021-07-30 15:13:54.000,2.0,,,,,,,,,,,,,,,,,, +648,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,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,77800.0,77800.0,,,,,,,,3.0,18.0,2019-12-01 01:19:50.000,26.0,,,,,,,,,,,,,,,,,, +649,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,684.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,,,,407.0,400.0,https://pypi.org/project/vecstack,15013.0,15068.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1890.0,,,,,3.0,,2019-08-12 16:01:22.000,7.0,,,,,,,,,,,,,,,,,, +650,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,24.0,33.0,670.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],259.0,236.0,https://pypi.org/project/biopandas,82314.0,84029.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,149251.0,,,,,3.0,,2023-08-28 15:32:25.000,23.0,BioPandas/biopandas,,,,,,,,,,,,,,,,, +651,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,,67.0,26.0,433.0,10.0,237.0,630.0,torchbearer: A model fitting library for PyTorch.,14.0,22,True,2023-12-01 18:41:20.000,0.5.5,26.0,torchbearer,,,,['pytorch'],86.0,86.0,https://pypi.org/project/torchbearer,835.0,835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +652,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,27.0,23.0,57.0,35.0,598.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,,,,435.0,413.0,https://pypi.org/project/hpbandster,10610.0,11081.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18390.0,,,,,3.0,,2018-11-06 12:56:55.000,22.0,,,,,,,,,,,,,,,,,, +653,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,,93.0,27.0,32.0,29.0,6.0,586.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'],379.0,372.0,https://pypi.org/project/skope-rules,25207.0,25207.0,,,,,,,,3.0,,2020-01-25 12:01:37.000,7.0,,,,,,,,,,,,,,,,,, +654,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,581.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],148.0,143.0,https://pypi.org/project/rfpimp,12323.0,12323.0,,,,,,,,3.0,,2021-01-28 23:19:33.000,5.0,,,,,,,,,,,,,,,,,, +655,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,,56.0,11.0,21.0,13.0,37.0,531.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,,,,369.0,360.0,https://pypi.org/project/joypy,11587.0,12000.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,24796.0,,,,,3.0,,2021-12-19 09:42:50.000,9.0,,,,,,,,,,,,,,,,,, +656,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-03-17 13:52:47.000000,2023-12-29 21:08:41,477.0,21.0,57.0,26.0,9.0,16.0,34.0,517.0,Active Learning for Text Classification in Python.,6.0,22,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",27.0,27.0,https://pypi.org/project/small-text,439.0,704.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5319.0,,,,,3.0,,2023-12-29 21:17:11.000,,,,,,,,,,,,,,,,,,, +657,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-03-19 15:52:10.000000,2024-03-19 15:52:03,1216.0,2.0,63.0,7.0,208.0,18.0,109.0,496.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'],236.0,231.0,https://pypi.org/project/happytransformer,3365.0,3365.0,,,,,,,,3.0,,2023-08-05 22:54:02.000,5.0,,,,,,,,,,,,,,,,,, +658,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-03-09 11:59:05.000000,2023-03-05 00:16:57,419.0,,99.0,36.0,276.0,71.0,173.0,465.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,76.0,74.0,https://pypi.org/project/tick,2122.0,2125.0,,,,,,,,3.0,300.0,2020-05-24 22:01:17.000,2.0,,,,,,,,,,,,,,,,,, +659,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,2.0,48.0,17.0,2.0,11.0,3.0,370.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,,,,,506.0,504.0,https://pypi.org/project/suod,15036.0,15036.0,,,,,,,,3.0,,2024-02-08 01:53:44.000,2.0,,,,,,,,,,,,,,,,,, +660,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,,27.0,8.0,4.0,21.0,60.0,287.0,Multiple Imputation with LightGBM in Python.,6.0,22,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,126.0,121.0,https://pypi.org/project/miceforest,25742.0,26113.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11873.0,,,,,1.0,,2023-11-16 02:24:03.000,5.0,,,,,,,,,,,,,,,,,, +661,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-03-21 09:49:57.000000,2024-03-20 09:26:03,710.0,49.0,24.0,4.0,272.0,7.0,,282.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,22,False,2024-03-20 09:37:45.000,1.1.262,656.0,upgini,,,,,6.0,6.0,https://pypi.org/project/upgini,11578.0,11578.0,,,,,,,,1.0,,2024-03-21 09:49:57.000,,,,,,,,,,,,,,,,,,, +662,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,13.0,9.0,4.0,12.0,229.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,,,,1064.0,1018.0,https://pypi.org/project/py3nvml,102222.0,103611.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,56974.0,,,,,3.0,,2021-11-22 14:30:25.000,46.0,,,,,,,,,,,,,,,,,, +663,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,648.0,95.0,150.0,98.0,103.0,8349.0,The user analytics platform for LLMs.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,984.0,984.0,,,,,,,,3.0,,2023-06-18 11:03:00.511,2.0,nebuly-ai/nebuly,,,,,,,,,,,,,,,,, +664,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,6.0,323.0,53.0,414.0,79.0,106.0,3212.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,21,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],1.0,,https://pypi.org/project/vissl,219.0,219.0,,,,,,,,3.0,,2021-11-02 15:36:07.000,1.0,,,,,,,,,,,,,,,,,, +665,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,,436.0,166.0,120.0,14.0,112.0,2926.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,313.0,313.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +666,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,,327.0,74.0,2.0,18.0,7.0,2905.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'],199.0,191.0,https://pypi.org/project/adabound,1627.0,1627.0,,,,,,,,3.0,,2019-02-26 04:23:45.000,8.0,,,,,,,,,,,,,,,,,, +667,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-03-13 21:11:32.000000,2024-03-13 21:09:44,767.0,1.0,355.0,92.0,548.0,83.0,92.0,2738.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,21,True,2019-05-09 10:06:22.000,1.0.0,1.0,tensorflow-graphics,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-graphics,35772.0,35772.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +668,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,,362.0,86.0,4.0,3.0,18.0,2152.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,474.0,474.0,,,,,,,,3.0,,2018-01-09 08:00:24.000,1.0,,,,,,,,,,,,,,,,,, +669,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2084.0,The friendly PIL fork.,385.0,21,False,,,,pillow-simd,,,,,,,https://pypi.org/project/pillow-simd,42080.0,42080.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +670,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,,243.0,45.0,33.0,51.0,90.0,1916.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,21,False,,,,torchmeta,,,,['pytorch'],165.0,165.0,https://pypi.org/project/torchmeta,3390.0,3390.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +671,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,196.0,30.0,423.0,11.0,163.0,1652.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,90.0,90.0,,,,,,,,3.0,,2022-01-20 15:18:44.000,,,,,,,,,,,,,,,,,,, +672,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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,15.0,33.0,1638.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'],55.0,49.0,https://pypi.org/project/antialiased-cnns,2716.0,2716.0,,,,,,,,3.0,,2020-10-23 22:42:49.000,6.0,,,,,,,,,,,,,,,,,, +673,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-03-13 07:44:20.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,1.0,74.0,1582.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,64.0,290.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,,,, +674,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,277.0,73.0,728.0,13.0,64.0,1573.0,An end-to-end PyTorch framework for image and video classification.,77.0,21,True,2023-03-21 05:24:19.000,0.7.0,7.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],,,https://pypi.org/project/classy_vision,873.0,1248.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18781.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +675,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,,140.0,102.0,150.0,21.0,20.0,1551.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,,,,,22.0,21.0,https://pypi.org/project/lore,1499.0,1499.0,,,,,,,,3.0,,2022-02-18 18:01:38.000,1.0,,,,,,,,,,,,,,,,,, +676,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-01-29 06:34:18.000000,2024-01-29 06:20:56,908.0,2.0,208.0,57.0,52.0,74.0,149.0,1534.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,36.0,21,True,2019-11-17 09:36:51.000,0.3.4,5.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,438.0,469.0,,,,,,,,3.0,2759.0,,,,,,,,,,,,,,,,,,,, +677,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,,358.0,62.0,47.0,37.0,72.0,1474.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-06-03 13:51:56.000,1.0.0,5.0,anago,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/anago,345.0,345.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,66.0,51.0,23.0,75.0,1469.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,395.0,395.0,,,,,,,,3.0,,2020-08-25 09:32:37.000,,,,,,,,,,,,,,,,,,, +679,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,,171.0,32.0,86.0,15.0,32.0,1232.0,"A program for financial portfolio management, analysis and optimisation.",7.0,21,True,,,14.0,FinQuant,,,,,88.0,88.0,https://pypi.org/project/FinQuant,499.0,499.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +680,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,,208.0,28.0,61.0,54.0,60.0,1059.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,120.0,https://pypi.org/project/fastfm,697.0,702.0,,,,,,,,3.0,598.0,2017-11-23 06:59:56.000,10.0,,,,,,,,,,,,,,,,,, +681,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,1049.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,216.0,216.0,,,,,,,,3.0,,2019-04-19 05:28:27.000,,,,,,,,,,,,,,,,,,, +682,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,,2016-08-17 10:58:05.000,2024-03-12 10:20:37.000000,2024-02-13 12:59:29,2071.0,1.0,208.0,41.0,588.0,78.0,432.0,980.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,21,False,2023-08-01 13:38:54.000,2.0.2,42.0,smac,conda-forge/smac,,,,,,https://pypi.org/project/smac,55237.0,55753.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18580.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +683,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,25.0,594.0,63.0,511.0,838.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,21,False,2022-02-10 15:53:08.000,0.12.0,41.0,icevision,,,,,,,https://pypi.org/project/icevision,3474.0,3474.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +684,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,821.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],428.0,415.0,https://pypi.org/project/iterative-stratification,24407.0,24407.0,,,,,,,,3.0,,2021-10-03 18:49:49.000,13.0,,,,,,,,,,,,,,,,,, +685,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,,160.0,38.0,46.0,43.0,49.0,790.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,99.0,90.0,https://pypi.org/project/deeplift,384.0,384.0,,,,,,,,3.0,,2020-11-11 09:32:57.000,9.0,,,,,,,,,,,,,,,,,, +686,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,25.0,39.0,754.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,104.0,https://pypi.org/project/NearPy,1250.0,1250.0,,,,,,,,3.0,,2016-09-27 13:03:12.000,16.0,,,,,,,,,,,,,,,,,, +687,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-03-05 13:03:08.000000,2024-03-05 13:03:07,598.0,4.0,129.0,16.0,57.0,32.0,123.0,752.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,21,True,2023-10-12 06:54:28.000,1.6.3,32.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],,,https://pypi.org/project/torch-cluster,13982.0,15969.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,91403.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +688,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,,144.0,25.0,19.0,26.0,5.0,735.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'],623.0,609.0,https://pypi.org/project/treeinterpreter,49882.0,50042.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6572.0,,,,,3.0,,2021-01-10 20:12:39.000,14.0,,,,,,,,,,,,,,,,,, +689,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,,2015-09-09 13:39:18.000,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,82.0,21.0,9.0,23.0,41.0,645.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,21,False,2018-01-15 18:11:51.000,0.9.0,8.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],414.0,414.0,https://pypi.org/project/pivottablejs,30082.0,30111.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2894.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +690,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,,106.0,30.0,1.0,13.0,3.0,634.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']",619.0,611.0,https://pypi.org/project/combo,19602.0,19602.0,,,,,,,,3.0,,2022-04-02 16:20:07.000,8.0,,,,,,,,,,,,,,,,,, +691,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,,53.0,30.0,12.0,11.0,15.0,632.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,181.0,https://pypi.org/project/tensorboard_logger,10374.0,10374.0,,,,,,,,3.0,,2018-02-08 07:28:51.000,54.0,,,,,,,,,,,,,,,,,, +692,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,302.0,596.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,220.0,220.0,,,,,,,,3.0,,2022-08-16 19:50:37.507,1.0,,,,,,,,,,,,,,,,,, +693,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,29.0,31.0,5.0,24.0,561.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,1735.0,1735.0,,,,,,,,3.0,,2021-03-13 16:18:30.000,2.0,,,,,,,,,,,,,,,,,, +694,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,486.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,,,,,106.0,98.0,https://pypi.org/project/apricot-select,5260.0,5260.0,,,,,,,,3.0,27.0,2021-02-18 06:55:02.000,8.0,,,,,,,,,,,,,,,,,, +695,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,,41.0,12.0,11.0,9.0,52.0,486.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,21,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,32.0,27.0,https://pypi.org/project/hyperactive,2723.0,2725.0,,,,,,,,3.0,132.0,2023-10-24 14:03:36.000,5.0,,,,,,,,,,,,,,,,,, +696,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,,2021-03-18 15:04:58.000,2024-03-20 21:27:34.000000,2024-03-19 09:54:45,1739.0,50.0,68.0,7.0,213.0,48.0,80.0,484.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,21,False,2023-12-05 11:42:07.000,0.5.3,25.0,quantus,,,,,23.0,23.0,https://pypi.org/project/quantus,884.0,890.0,,,,,,,,3.0,150.0,,,,,,,,,,,,,,,,,,,, +697,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,482.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,14207.0,14210.0,,,,,,,,3.0,145.0,2023-07-18 10:32:00.587,2.0,,,,,,,,,,,,,,,,,, +698,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,,106.0,20.0,57.0,26.0,21.0,477.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,21,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,68.0,60.0,https://pypi.org/project/rrcf,2214.0,2214.0,,,,,,,,3.0,,2023-04-30 02:25:49.592,8.0,,,,,,,,,,,,,,,,,, +699,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-02-27 08:23:20.000000,2023-06-18 21:56:30,277.0,,80.0,14.0,127.0,17.0,136.0,468.0,A Python library for dynamic classifier and ensemble selection.,17.0,21,True,2021-02-08 06:29:25.000,0.3.5,4.0,deslib,,,,['sklearn'],47.0,45.0,https://pypi.org/project/deslib,1636.0,1636.0,,,,,,,,3.0,,2021-02-08 06:29:25.000,2.0,,,,,,,,,,,,,,,,,, +700,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,415.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,128.0,114.0,https://pypi.org/project/optunity,4226.0,4226.0,,,,,,,,3.0,91.0,2015-09-30 05:02:00.000,14.0,,,,,,,,,,,,,,,,,, +701,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,46.0,38.0,13.0,1.0,2.0,80.0,401.0,Deep Learning PyTorch.,1.0,21,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,310.0,310.0,,,,,,,,3.0,,2024-01-09 05:17:07.000,,,,,,,,,,,,,,,,,,, +702,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,380.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,1011.0,1011.0,,,,,,,,3.0,,2021-09-14 22:55:51.000,,,,,,,,,,,,,,,,,,, +703,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-03-01 01:43:30.000000,2024-02-01 02:10:41,658.0,6.0,60.0,30.0,447.0,11.0,91.0,369.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2023-07-18 13:09:18.000,4.0.0,28.0,vega,conda-forge/vega,,,['jupyter'],4.0,4.0,https://pypi.org/project/vega,19419.0,25622.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,576915.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +704,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,345.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,,,,,226.0,219.0,https://pypi.org/project/impyute,2895.0,2895.0,,,,,,,,3.0,,2017-05-31 08:31:47.000,7.0,,,,,,,,,,,,,,,,,, +705,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,,33.0,18.0,6.0,18.0,21.0,305.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],91.0,90.0,https://pypi.org/project/dm-launchpad,2482.0,2482.0,,,,,,,,3.0,,2022-04-28 06:23:38.000,1.0,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +706,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-03-08 20:29:51.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,42.0,8.0,10.0,287.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']",18.0,16.0,https://pypi.org/project/sk-dist,341878.0,341878.0,,,,,,,,3.0,,2020-05-14 22:20:14.000,2.0,,,,,,,,,,,,,,,,,, +707,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-03-12 14:08:22.000000,2024-03-12 14:08:21,647.0,19.0,10.0,23.0,335.0,43.0,79.0,280.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-02-26 13:16:08.000,1.6.5,71.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,2398.0,6873.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-02-26 18:04:51.566,98201.0,,,,,3.0,5066.0,2024-02-26 12:44:45.000,1.0,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-02-26 12:50:57.225,2.0,190.0,,,,,,,,,,,, +708,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,,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,193.0,204.0,278.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,21,False,2023-03-02 21:02:52.000,0.2.7,26.0,orion,,,,,100.0,100.0,https://pypi.org/project/orion,1100.0,1100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +709,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,5.0,68.0,28.0,31.0,30.0,113.0,259.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,,,,12.0,,https://pypi.org/project/somoclu,1409.0,3472.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,83932.0,,,,,3.0,1861.0,2023-02-18 02:51:08.166,12.0,,,,,,,,,,,,,,,,,, +710,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,1.0,2195.0,148.0,89.0,240.0,286.0,12668.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,,,,,,,,,,,,,,,,,,,,, +711,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1102.0,97.0,48.0,373.0,282.0,6201.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,20,True,,,,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,19.0,19.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +712,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,,770.0,224.0,25.0,8.0,122.0,5322.0,Build Graph Nets in Tensorflow.,11.0,20,False,,,,graph-nets,,,,['tensorflow'],20.0,20.0,https://pypi.org/project/graph-nets,1129.0,1129.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +713,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,,475.0,87.0,180.0,108.0,161.0,3559.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,43.0,66.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1326.0,3.0,,2021-08-02 17:37:42.000,,,,,,,,,,,,,,,,,,, +714,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,97.0,16.0,53.0,17.0,3361.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,147.0,140.0,https://pypi.org/project/tensorwatch,740.0,740.0,,,,,,,,3.0,,2020-03-04 07:26:22.000,7.0,,,,,,,,,,,,,,,,,, +715,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,,168.0,65.0,54.0,6.0,44.0,3081.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,20,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,195.0,195.0,,,,,,,,3.0,40.0,2021-11-19 16:45:29.543,,,,,,,,,,,,,,,,,,, +716,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,,316.0,60.0,242.0,173.0,110.0,3059.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,20,True,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,6438.0,6451.0,,,,,,,,3.0,673.0,2022-11-03 06:46:55.989,2.0,,,,,,,,,,,,,,,,,, +717,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-02-27 15:19:24.000000,2021-06-15 18:41:51,22.0,,264.0,32.0,21.0,27.0,37.0,2983.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1692.0,1692.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +718,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,102.0,54.0,64.0,48.0,2914.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,824.0,824.0,,,,,,,,3.0,,2017-02-13 14:54:48.000,4.0,rhsimplex/image-match,,,,,,,,,,,,,,,,, +719,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,102.0,1000.0,94.0,260.0,2824.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,,,,,,,,,,,,,,,,,,,,, +720,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,,827.0,86.0,30.0,45.0,80.0,2641.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,69.0,https://pypi.org/project/deepwalk,841.0,841.0,,,,,,,,3.0,,2018-04-29 21:05:18.000,7.0,,,,,,,,,,,,,,,,,, +721,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,,455.0,127.0,225.0,87.0,183.0,2300.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,88.0,88.0,,,,,,,,3.0,,2019-10-10 14:17:10.000,2.0,,,,,,,,,,,,,,,,,, +722,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,,230.0,62.0,106.0,24.0,56.0,2104.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,2.0,pycls,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pycls,790.0,790.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +723,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,15.0,105.0,2038.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,6052.0,6052.0,,,,,,,,3.0,,2021-11-06 23:09:00.000,,,,,,,,,,,,,,,,,,, +724,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,,175.0,55.0,895.0,129.0,586.0,1890.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,18.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1020.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +725,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-01-21 21:25:55.000000,2024-01-21 21:25:55,370.0,1.0,146.0,17.0,70.0,17.0,38.0,1647.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,16.0,20,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pythae,1489.0,1489.0,,,,,,,,3.0,,2023-09-06 15:46:59.000,,,,,,,,,,,,,,,,,,, +726,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,,157.0,46.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,20,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],25.0,25.0,https://pypi.org/project/lambda-networks,1749.0,1749.0,,,,,,,,3.0,,2020-11-18 08:19:23.000,,,,,,,,,,,,,,,,,,, +727,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,40.0,13.0,14.0,9.0,1266.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,,,,,126.0,125.0,https://pypi.org/project/doc2text,1727.0,1727.0,,,,,,,,3.0,,2016-09-06 21:59:21.000,1.0,,,,,,,,,,,,,,,,,, +728,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,56.0,14.0,30.0,19.0,1013.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,,,,184.0,172.0,https://pypi.org/project/geoplotlib,435.0,676.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8201.0,,,,,3.0,,2016-07-27 14:55:01.000,12.0,,,,,,,,,,,,,,,,,, +729,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,142.0,25.0,76.0,49.0,36.0,1012.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,242460.0,242622.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7802.0,,,,,3.0,,2020-04-17 02:18:00.000,2.0,,,,,,,,,,,,,,,,,, +730,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,1005.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'],82.0,78.0,https://pypi.org/project/tensornets,144.0,144.0,,,,,,,,3.0,,2020-03-31 04:35:15.000,4.0,,,,,,,,,,,,,,,,,, +731,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,,133.0,36.0,16.0,8.0,4.0,922.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3627.0,3615.0,https://pypi.org/project/nudepy,604.0,604.0,,,,,,,,3.0,,2020-11-23 13:49:17.000,12.0,,,,,,,,,,,,,,,,,, +732,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-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,1.0,162.0,29.0,111.0,67.0,56.0,878.0,Source code/webpage/demos for the What-If Tool.,20.0,20,True,2021-10-12 17:36:36.000,1.8.1,4.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,2.0,2.0,https://pypi.org/project/witwidget,4217.0,53252.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2140416.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,,,1471.0,,,,,,,,,,,, +733,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,129.0,18.0,24.0,27.0,39.0,810.0,python partial dependence plot toolbox.,7.0,20,True,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,23381.0,23737.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19960.0,,,,,3.0,,2021-03-14 16:21:17.000,26.0,,,,,,,,,,,,,,,,,, +734,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2024-03-15 17:36:11.000000,2024-02-23 18:14:41,183.0,30.0,44.0,11.0,51.0,5.0,13.0,804.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",12.0,20,True,2024-02-23 18:15:40.000,1.1.1,29.0,uform,,,,['pytorch'],20.0,19.0,https://pypi.org/project/uform,935.0,935.0,,,,,,,,3.0,,2024-02-23 18:15:40.000,1.0,,,,,,,,,,,,,,,,,, +735,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,3.0,81.0,14.0,35.0,3.0,23.0,792.0,Leave One Feature Out Importance.,6.0,20,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,31.0,27.0,https://pypi.org/project/lofo-importance,2868.0,2868.0,,,,,,,,3.0,,2024-01-16 09:19:50.000,4.0,,,,,,,,,,,,,,,,,, +736,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-03-21 12:44:20.000000,2024-03-04 13:42:01,1154.0,22.0,123.0,30.0,974.0,15.0,50.0,755.0,Machine learning framework for both deep learning and traditional algorithms.,36.0,20,True,2021-06-22 05:25:53.000,NeoML-master_2.0.5.0,2.0,neoml,,,,,,,https://pypi.org/project/neoml,305.0,305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +737,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,76.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,11902.0,11902.0,,,,,,,,3.0,,2018-05-16 14:20:28.000,1.0,,,,,,,,,,,,,,,,,, +738,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-02-21 00:34:45.000000,2024-01-08 12:42:48,1503.0,1.0,79.0,35.0,651.0,22.0,118.0,695.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']",13.0,11.0,https://pypi.org/project/finetune,92.0,92.0,,,,,,,,3.0,,2023-09-29 10:19:51.000,2.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-03-13 05:15:59.000000,2024-01-15 01:52:35,490.0,1.0,108.0,33.0,557.0,191.0,245.0,670.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-01-15 02:09:18.000,23.12.00,9.0,merlin-core,,,,,,,https://pypi.org/project/merlin-core,2762.0,2762.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +740,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-01-28 21:21:14.000000,2024-01-28 21:21:14,295.0,10.0,107.0,17.0,24.0,,85.0,666.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,20,True,2024-01-28 14:11:58.000,0.0.90,37.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,5964.0,5964.0,,,,,,,,3.0,,2024-01-28 14:11:58.000,,,,,,,,,,,,,,,,,,, +741,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,104.0,24.0,25.0,43.0,61.0,608.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'],163.0,161.0,https://pypi.org/project/detecto,1491.0,1600.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3619.0,,,,,3.0,,2022-02-02 00:12:06.000,2.0,,,,,,,,,,,,,,,,,, +742,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,,95.0,15.0,53.0,10.0,15.0,553.0,A library of metrics for evaluating recommender systems.,20.0,20,True,2022-04-26 18:03:18.000,0.1.5,1.0,recmetrics,,,,,50.0,50.0,https://pypi.org/project/recmetrics,18317.0,18317.0,,,,,,,,3.0,5.0,,,,,,,,,,,,,,,,,,,, +743,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,,165.0,56.0,20.0,39.0,60.0,538.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,33.0,28.0,https://pypi.org/project/pyhsmm,81.0,81.0,,,,,,,,3.0,,2017-05-10 17:14:37.000,5.0,,,,,,,,,,,,,,,,,, +744,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,,56.0,60.0,9.0,23.0,25.0,522.0,Python library assists deep learning on graphs.,18.0,20,True,2021-09-05 23:08:21.000,0.2.1,3.0,deepsnap,,,,,93.0,93.0,https://pypi.org/project/deepsnap,398.0,398.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,,, +745,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,,97.0,26.0,6.0,3.0,31.0,488.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,20,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,1206.0,1206.0,,,,,,,,3.0,,2022-06-01 23:08:15.000,2.0,,,,,,,,,,,,,,,,,, +746,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-03-17 19:09:40.000000,2024-03-17 19:03:56,68.0,4.0,52.0,18.0,9.0,12.0,9.0,486.0,Topological Data Analysis for Python.,6.0,20,True,2024-03-17 19:09:40.000,1.1.0,5.0,scikit-tda,,,,['sklearn'],51.0,51.0,https://pypi.org/project/scikit-tda,3286.0,3286.0,,,,,,,,3.0,,2021-08-03 00:23:20.000,,,,,,,,,,,,,,,,,,, +747,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,247.0,10.0,23.0,399.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2166.0,2166.0,,,,,,,,3.0,18.0,2022-04-28 16:34:21.000,1.0,,,,,,,,,,,,,,,,,, +748,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,,68.0,24.0,48.0,15.0,19.0,394.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],47.0,,https://pypi.org/project/skrebate,5575.0,6011.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32265.0,,,,,3.0,,2021-03-20 17:11:52.000,47.0,,,,,,,,4.0,,,,,,,,,, +749,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,366.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,89.0,85.0,https://pypi.org/project/textaugment,4331.0,4332.0,,,,,,,,3.0,64.0,2023-11-16 20:49:04.000,4.0,,,,,,,,,,,,,,,,,, +750,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,33.0,184.0,363.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,31.0,17.0,https://pypi.org/project/TimeSide,76.0,76.0,,,,,,,,3.0,,2020-11-27 09:33:19.000,14.0,yomguy/TimeSide,,,,,,,,,,,,,,,,, +751,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,16.0,326.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'],242.0,236.0,https://pypi.org/project/mxboard,1841.0,1841.0,,,,,,,,3.0,,2018-05-22 20:25:51.000,6.0,,,,,,,,,,,,,,,,,, +752,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-03-02 06:47:42.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,171.0,19.0,64.0,236.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,327.0,327.0,,,,,,,,3.0,,2021-06-09 10:56:14.000,2.0,,,,,,,,,,,,,,,,,, +753,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-03-21 11:20:10.000000,2024-03-21 11:20:09,585.0,4.0,33.0,24.0,638.0,21.0,128.0,235.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2253.0,2273.0,,,,,,,,3.0,1003.0,2023-08-10 10:30:37.000,,,,,,,,,,,,,,,,,,, +754,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:02:54.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:02:54.000,0.4.6,12.0,pyfasttext,,,,,411.0,411.0,https://pypi.org/project/pyfasttext,1981.0,1985.0,,,,,,,,3.0,370.0,,,,,,,,,,,,,,,,,,,, +755,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-03-05 09:02:43.000000,2024-03-05 08:55:36,860.0,19.0,17.0,8.0,182.0,11.0,23.0,150.0,Toolkit for developing and maintaining ML models.,14.0,20,False,2024-02-02 14:57:28.000,0.1.2,35.0,modelkit,,,,,,,https://pypi.org/project/modelkit,9377.0,9377.0,,,,,,,,3.0,,2024-02-02 14:55:53.000,,,,,,,,,,,,,,,,,,, +756,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-03-05 14:05:51.000000,2020-04-18 19:15:25,24.0,,1029.0,138.0,42.0,34.0,10.0,7905.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'],41.0,39.0,https://pypi.org/project/micrograd,1318.0,1318.0,,,,,,,,3.0,,2020-04-18 19:06:59.000,2.0,,,,,,,,,,,,,,,,,, +757,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,11.0,1028.0,120.0,24.0,13.0,352.0,4207.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,19,True,,,,,,,,,3.0,3.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +758,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,,399.0,102.0,36.0,7.0,24.0,1420.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,19,False,,,,dltk,,,,['tensorflow'],31.0,31.0,https://pypi.org/project/dltk,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +759,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,,220.0,64.0,48.0,36.0,90.0,1249.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,19,False,,,,tensorrec,,,,['tensorflow'],34.0,34.0,https://pypi.org/project/tensorrec,412.0,412.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +760,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,,138.0,17.0,11.0,41.0,43.0,1044.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'],124.0,119.0,https://pypi.org/project/performer-pytorch,2893.0,2893.0,,,,,,,,3.0,,2022-02-02 20:34:04.000,5.0,,,,,,,,,,,,,,,,,, +761,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,2.0,192.0,61.0,7.0,13.0,29.0,1038.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,19,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,155.0,155.0,,,,,,,,3.0,,2020-08-29 18:44:15.000,,,,,,,,,,,,,,,,,,, +762,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,15.0,24.0,58.0,69.0,847.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,98.0,97.0,https://pypi.org/project/pytorch2keras,447.0,447.0,,,,,,,,3.0,,2020-05-14 10:03:56.000,1.0,,,,,,,,,,,,,,,,,, +763,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,,226.0,30.0,38.0,40.0,21.0,834.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,4746.0,4746.0,,,,,,,,3.0,,2022-10-01 22:28:00.848,2.0,,,,,,,,,,,,,,,,,, +764,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,48.0,19.0,35.0,728.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,,,,,27.0,25.0,https://pypi.org/project/matrixprofile-ts,262.0,262.0,,,,,,,,3.0,,2019-08-08 01:24:38.000,2.0,,,,,,,,,,,,,,,,,, +765,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-01-23 00:12:47.000000,2021-09-16 17:56:31,171.0,,144.0,34.0,81.0,14.0,55.0,612.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'],22.0,19.0,https://pypi.org/project/tcav,124.0,124.0,,,,,,,,3.0,,2021-02-23 16:17:42.000,3.0,,,,,,,,,,,,,,,,,, +766,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,570.0,Make Waffle Charts in Python.,6.0,19,False,,,5.0,pywaffle,conda-forge/pywaffle,,,,339.0,339.0,https://pypi.org/project/pywaffle,5728.0,5910.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11507.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +767,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,13.0,22.0,563.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,360.0,360.0,,,,,,,,3.0,,2020-10-16 03:10:01.000,4.0,,,,,,,,,,,,,,,,,, +768,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,556.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],138.0,133.0,https://pypi.org/project/poutyne,2722.0,2722.0,,,,,,,,3.0,,2022-04-28 20:18:33.000,5.0,,,,,,,,,,,,,,,,,, +769,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,1.0,67.0,6.0,5.0,1.0,28.0,524.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,19,True,2024-02-21 14:38:09.000,0.2.7,5.0,shap-hypetune,,,,,15.0,15.0,https://pypi.org/project/shap-hypetune,2166.0,2166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +770,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,23997.0,23997.0,,,,,,,,3.0,,2018-12-19 10:27:54.000,2.0,,,,,,,,,,,,,,,,,, +771,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,39.0,66.0,464.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']",43.0,43.0,https://pypi.org/project/elegy,319.0,319.0,,,,,,,,3.0,,2022-04-22 15:42:03.000,,,,,,,,,,,,,,,,,,, +772,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,,91.0,24.0,19.0,5.0,20.0,453.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,19,False,2021-11-25 23:10:34.000,1.1.1,2.0,caserecommender,,,,['sklearn'],12.0,12.0,https://pypi.org/project/caserecommender,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +773,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,19.0,97.0,18.0,9.0,1.0,40.0,436.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,19,True,,,,chefboost,,,,,53.0,53.0,https://pypi.org/project/chefboost,2852.0,2852.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +774,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,19,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],5.0,,https://pypi.org/project/sklearn-evaluation,2573.0,2573.0,,,,,,,,3.0,,2024-02-08 01:27:56.000,5.0,,,,,,,,,,,,,,,,,, +775,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,,27.0,10.0,9.0,2.0,9.0,398.0,Fast PyTorch based DSP for audio and 1D signals.,2.0,19,False,,,,julius,,,,['pytorch'],1145.0,1145.0,https://pypi.org/project/julius,263801.0,263801.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +776,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-02-14 13:20:04.000000,2024-02-14 13:19:04,813.0,3.0,23.0,7.0,70.0,26.0,21.0,354.0,Flexible time series feature extraction & processing.,6.0,19,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,12.0,12.0,https://pypi.org/project/tsflex,352.0,986.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,20312.0,,,,,3.0,,2022-10-11 21:38:11.312,,,,,,,,,,,,,,,,,,, +777,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-03-18 20:47:28.000000,2024-03-15 20:40:04,322.0,6.0,78.0,26.0,339.0,21.0,9.0,330.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,35.0,19,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2675.0,2675.0,,,,,,,,3.0,,2022-12-13 19:06:03.653,,,,,,,,,,,,,,,,,,, +778,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,,76.0,22.0,431.0,27.0,51.0,266.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,151.0,151.0,,,,,,,,3.0,,2023-11-22 19:01:05.000,,,,,,,,,,,,,,,,,,, +779,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,19.0,464.0,90.0,76.0,229.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],73.0,66.0,https://pypi.org/project/funsor,5009.0,5009.0,,,,,,,,3.0,,2023-01-23 08:32:39.757,7.0,,,,,,,,,,,,,,,,,, +780,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,212.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,76.0,74.0,https://pypi.org/project/numerizer,57825.0,57825.0,,,,,,,,3.0,,2023-01-03 08:08:01.830,2.0,,,,,,,,,,,,,,,,,, +781,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,,765.0,339.0,58.0,2.0,,6669.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,39.0,46.0,,,,,,,,3.0,334.0,2018-02-17 00:12:46.000,,,,,,,,,,,,,,,,,,, +782,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,,873.0,109.0,51.0,46.0,159.0,6201.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +783,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,,412.0,107.0,83.0,62.0,48.0,2934.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'],,,,,105.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8541.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +784,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-03-21 10:37:56.000000,2024-03-21 10:37:49,674.0,34.0,388.0,37.0,806.0,110.0,111.0,2875.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,78.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +785,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,69.0,25.0,1004.0,113.0,65.0,1642.0,Version control for machine learning.,17.0,18,False,2021-03-11 20:50:26.000,0.4.2,7.0,keepsake,,,,,,,https://pypi.org/project/keepsake,470.0,470.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +786,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,,254.0,57.0,65.0,8.0,31.0,1364.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,50.0,50.0,,,,,,,,3.0,,2018-12-05 02:48:50.000,,,,,,,,,,,,,,,,,,, +787,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,,153.0,45.0,5.0,3.0,7.0,1042.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,31.0,25.0,https://pypi.org/project/xai,283.0,283.0,,,,,,,,3.0,,2021-10-30 06:33:26.000,6.0,,,,,,,,,,,,,,,,,, +788,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,,188.0,33.0,15.0,18.0,22.0,783.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'],14.0,13.0,https://pypi.org/project/tffm,89.0,89.0,,,,,,,,3.0,,2022-01-17 20:35:57.000,1.0,,,,,,,,,,,,,,,,,, +789,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,68.0,22.0,47.0,11.0,17.0,759.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,18,True,,,19.0,evojax,conda-forge/evojax,,,['jax'],18.0,18.0,https://pypi.org/project/evojax,670.0,1578.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22718.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +790,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,593.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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,197.0,49241.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2059880.0,,,,,3.0,,2020-11-15 13:40:18.000,1.0,,,,,,,,,,,,,,,,,, +791,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,113.0,113.0,,,,,,,,3.0,,2019-07-30 09:25:11.000,,,,,,,,,,,,,,,,,,, +792,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-02-20 23:25:19.000000,2024-01-10 08:10:55,2818.0,7.0,63.0,12.0,255.0,9.0,109.0,426.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,18,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,87.0,87.0,,,,,,,,3.0,,2022-04-12 08:56:50.000,,,,,,,,,,,,,,,,,,, +793,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,,105.0,71.0,7.0,15.0,19.0,420.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,46.0,https://pypi.org/project/sematch,310.0,310.0,,,,,,,,3.0,,2017-04-17 10:56:52.000,3.0,,,,,,,,,,,,,,,,,, +794,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,61.0,58.0,https://pypi.org/project/animatplot,337.0,548.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12926.0,,,,,3.0,,2020-10-05 06:20:52.000,3.0,,,,,,,,,,,,,,,,,, +795,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-02-13 08:58:18.000000,2024-02-11 10:10:08,681.0,3.0,65.0,31.0,79.0,15.0,25.0,375.0,A Python implementation of active inference for Markov Decision Processes.,14.0,18,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,221.0,221.0,,,,,,,,3.0,,2022-12-08 15:25:01.498,,,,,,,,,,,,,,,,,,, +796,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,346.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,,,,,5.0,5.0,https://pypi.org/project/datmo,300.0,300.0,,,,,,,,3.0,,2018-12-07 06:16:42.000,,,,,,,,,,,,,,,,,,, +797,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'],15.0,13.0,https://pypi.org/project/camphr,511.0,511.0,,,,,,,,3.0,,2023-03-07 22:10:10.175,2.0,,,,,,,,,,,,,,,,,, +798,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,,51.0,11.0,60.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,4.0,parameter-sherpa,,,,,34.0,34.0,https://pypi.org/project/parameter-sherpa,279.0,279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +799,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,42.0,13.0,63.0,4.0,56.0,314.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,505.0,505.0,,,,,,,,3.0,,2022-03-10 14:57:02.000,2.0,,,,,,,,,,,,,,,,,, +800,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,,72.0,19.0,93.0,25.0,18.0,314.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2364.0,2364.0,,,,,,,,3.0,8.0,2019-03-05 01:35:23.000,11.0,,,,,,,,,,,,,,,,,, +801,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,261.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,421.0,421.0,,,,,,,,3.0,,2020-03-10 14:09:31.000,3.0,,,,,,,,,,,,,,,,,, +802,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-02-08 15:04:35.000000,2024-02-08 15:04:34,493.0,1.0,50.0,14.0,77.0,13.0,35.0,240.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,18,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,14948.0,14948.0,,,,,,,,3.0,,2022-02-08 01:23:07.000,1.0,,,,,,,,,,,,,,,,,, +803,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,60.0,31.0,47.0,233.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'],16.0,13.0,https://pypi.org/project/skggm,35.0,35.0,,,,,,,,3.0,,2018-09-12 01:12:49.000,3.0,,,,,,,,,,,,,,,,,, +804,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,31.0,12.0,197.0,21.0,74.0,190.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],35.0,34.0,https://pypi.org/project/celer,614.0,614.0,,,,,,,,3.0,,2023-07-26 15:36:39.000,1.0,,,,,,,,,,,,,,,,,, +805,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,128.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,,,,9006.0,8820.0,https://pypi.org/project/nvidia-ml-py3,352213.0,352247.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1101.0,,,,,3.0,,2017-06-03 07:43:46.000,186.0,,,,,,,,,,,,,,,,,, +806,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,,1343.0,469.0,21.0,56.0,167.0,6995.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,,,,,,,,,,,,,,,,, +807,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,29.0,982.0,103.0,28.0,27.0,355.0,3678.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,17,True,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +808,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,,982.0,63.0,13.0,44.0,25.0,3567.0,Implementation and experiments of graph embedding algorithms.,9.0,17,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +809,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,1540.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,37.0,58.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1687.0,3.0,,2018-10-18 02:54:09.000,,,,,,,,,,,,,,,,,,, +810,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,18.0,11.0,25.0,18.0,1157.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'],52.0,50.0,https://pypi.org/project/tez,216.0,216.0,,,,,,,,3.0,,2022-09-20 02:28:33.973,2.0,,,,,,,,,,,,,,,,,, +811,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,,88.0,35.0,72.0,25.0,30.0,1096.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],,,https://pypi.org/project/torch-struct,4748.0,4748.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +812,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,,116.0,19.0,295.0,2.0,69.0,1048.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,17,True,2022-12-28 02:06:22.000,2.0.0,3.0,textbox,,,,,6.0,6.0,https://pypi.org/project/textbox,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +813,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,,171.0,18.0,42.0,22.0,59.0,883.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,17,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,3.0,,https://pypi.org/project/robustness,382.0,570.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8089.0,,,,,3.0,,2020-12-01 06:21:33.000,3.0,,,,,,,,,,,,,,,,,, +814,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,13.0,13.0,8.0,16.0,748.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'],31.0,31.0,https://pypi.org/project/tensor-sensor,2768.0,2866.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2849.0,,,,,3.0,,2021-12-11 21:24:35.000,,,,,,,,,,,,,,,,,,, +815,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,,58.0,15.0,10.0,26.0,17.0,747.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:51:53.000,1.2.7,8.0,parallelformers,,,,,47.0,47.0,https://pypi.org/project/parallelformers,490.0,490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +816,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,,98.0,19.0,58.0,2.0,13.0,743.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,2021-10-06 07:29:20.000,2.0.3,13.0,caer,,,https://caer.rtfd.io,,,,https://pypi.org/project/caer,5319.0,5319.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,,, +817,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,,99.0,25.0,101.0,32.0,84.0,701.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2019-08-06 09:09:45.000,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,156.0,162.0,,,,,,,,3.0,412.0,,,,,,,,,,,,,,,,,,,, +818,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,1.0,81.0,25.0,4.0,38.0,42.0,686.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,17,True,2019-05-07 08:47:56.000,0.3.2,3.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,217.0,217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +819,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,18.0,21.0,29.0,50.0,672.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,25.0,25.0,,,,,,,,3.0,,2020-06-12 20:05:15.000,,,,,,,,,,,,,,,,,,, +820,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,,92.0,18.0,19.0,3.0,29.0,625.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,,,,,13.0,13.0,https://pypi.org/project/textflint,166.0,166.0,,,,,,,,3.0,,2022-03-15 07:18:47.000,,,,,,,,,,,,,,,,,,, +821,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,,39.0,15.0,18.0,,20.0,587.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,17,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,201.0,201.0,,,,,,,,3.0,,2022-05-04 20:51:15.000,,,,,,,,,,,,,,,,,,, +822,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,,66.0,12.0,10.0,23.0,41.0,534.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,17,False,,,,fastt5,,,,,47.0,47.0,https://pypi.org/project/fastt5,2804.0,2804.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +823,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,121.0,19.0,17.0,67.0,24.0,529.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,17,False,,,,deepmatcher,,,,,28.0,28.0,https://pypi.org/project/deepmatcher,3194.0,3194.0,,,,,,,,3.0,,,,,,,,,,,-5.0,,,,,,,,,, +824,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,5.0,41.0,20.0,169.0,4.0,64.0,456.0,A collection of tools for neural compression enthusiasts.,10.0,17,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,166.0,166.0,,,,,,,,3.0,,2023-10-03 14:26:28.000,,,,,,,,,,,,,,,,,,, +825,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,3.0,51.0,10.0,17.0,2.0,29.0,381.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,17,True,2021-02-07 11:06:21.000,2.407,21.0,explainx,,,,,,,https://pypi.org/project/explainx,1157.0,1157.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,,, +826,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,4.0,38.0,22.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'],2.0,,https://pypi.org/project/tfdeploy,35.0,35.0,,,,,,,,3.0,,2017-03-30 10:51:26.000,2.0,,,,,,,,,,,,,,,,,, +827,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,,128.0,34.0,323.0,81.0,130.0,323.0,Brain Imaging Analysis Kit.,35.0,17,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,124.0,142.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1815.0,3.0,,2020-10-15 20:45:08.000,1.0,,,,,,,,,,,,,,,,,, +828,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,68.0,28.0,57.0,27.0,32.0,293.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,17,False,2021-05-15 01:38:40.000,0.3.0,6.0,bluefog,,,,['pytorch'],3.0,3.0,https://pypi.org/project/bluefog,33.0,36.0,,,,,,,,3.0,168.0,,,,,,,,,,,,,,,,,,,, +829,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-03-18 09:12:59.000000,2023-07-17 09:18:00,166.0,,40.0,19.0,2.0,10.0,7.0,279.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,17,False,2020-10-01 13:20:38.000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],8.0,8.0,https://pypi.org/project/deepgraph,317.0,4568.0,https://anaconda.org/conda-forge/deepgraph,2023-10-03 23:52:47.440,174314.0,,,,,3.0,,2020-10-01 13:18:38.000,,,,,,,,,,,,,,,,,,, +830,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,11.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'],13.0,13.0,https://pypi.org/project/skift,1203.0,1203.0,,,,,,,,3.0,,2018-03-15 09:05:47.000,,,,,,,,,,,,,,,,,,, +831,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-05-03 14:04:37.000000,2021-05-03 14:04:36,293.0,,33.0,14.0,36.0,6.0,44.0,224.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:12.000,0.4.1,11.0,muda,,,,,22.0,22.0,https://pypi.org/project/muda,60.0,60.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-03-02 11:17:18.000000,2024-03-02 11:17:16,371.0,1.0,38.0,6.0,132.0,,35.0,223.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,1082.0,1193.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2890.0,,,,,3.0,,2022-01-09 08:50:45.005,1.0,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +833,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,,29.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,17,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,3497.0,3497.0,,,,,,,,3.0,,2018-10-11 22:03:16.000,,,,,,,,,,,,,,,,,,, +834,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,,524.0,177.0,110.0,50.0,149.0,3905.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +835,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,,463.0,80.0,36.0,83.0,68.0,1672.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,16,False,2019-03-13 20:28:15.000,1.0-dev2,1.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,173.0,173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +836,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,176.0,22.0,20.0,16.0,30.0,1587.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,16,False,2022-03-24 23:28:17.000,0.4.0,2.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,94.0,95.0,,,,,,,,3.0,33.0,,,,,,,,,,,,,,,,,,,, +837,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,57.0,34.0,22.0,13.0,1265.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,20.0,xcessiv,,,,,1.0,1.0,https://pypi.org/project/xcessiv,71.0,71.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +838,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,,56.0,18.0,7.0,1.0,10.0,797.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],75.0,74.0,https://pypi.org/project/madgrad,3132.0,3132.0,,,,,,,,3.0,,2022-03-08 18:23:32.000,1.0,,,,,,,,,,,,,,,,,, +839,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,122.0,43.0,435.0,25.0,130.0,703.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +840,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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.,11.0,16,True,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,97.0,100.0,,,,,,,,3.0,221.0,2020-08-19 15:39:10.000,,vaticle/typedb-ml,,,,,,,,,,,,,,,,, +841,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-02-26 20:08:27.000000,2024-01-25 16:57:26,261.0,4.0,66.0,22.0,95.0,19.0,15.0,493.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,,,,,,,https://pypi.org/project/caliban,101.0,101.0,,,,,,,,3.0,,2020-09-12 19:41:23.000,,,,,,,,,,,,,,,,,,, +842,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,32.0,24.0,21.0,16.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,,pdvega,,,,,87.0,87.0,https://pypi.org/project/pdvega,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +843,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,15.0,25.0,300.0,Textpipe: clean and extract metadata from text.,29.0,16,False,,,,textpipe,,,,,8.0,8.0,https://pypi.org/project/textpipe,140.0,140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +844,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,,12.0,8.0,2.0,,5.0,188.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'],10.0,8.0,https://pypi.org/project/ipyexperiments,119.0,119.0,,,,,,,,3.0,,2023-12-15 03:21:06.000,2.0,,,,,,,,,,,,,,,,,, +845,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,14.0,54.0,16.0,50.0,136.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,,,,,56.0,51.0,https://pypi.org/project/steppy,28.0,28.0,,,,,,,,3.0,,2018-11-23 09:49:59.000,5.0,,,,,,,,,,,,,,,,,, +846,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,3.0,9.0,5.0,3.0,1.0,,128.0,Data Analysis Baseline Library.,24.0,16,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,5251.0,5251.0,,,,,,,,3.0,,2024-01-09 18:32:27.000,1.0,,,,,,,,,,,,,,,,,, +847,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,28.0,53.0,7.0,7.0,104.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,138.0,138.0,,,,,,,,3.0,,2022-01-18 23:07:16.000,,,,,,,,,,,,,,,,,,, +848,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,141.0,28.0,217.0,102.0,2873.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'],,,https://pypi.org/project/euler-gl,11.0,11.0,,,,,,,,3.0,,2019-04-10 01:53:45.000,,,,,,,,,,,,,,,,,,, +849,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,,423.0,143.0,72.0,12.0,53.0,2197.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +850,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,,167.0,61.0,10.0,26.0,6.0,1838.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,15,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,20.0,20.0,,,,,,,,3.0,41.0,2019-04-05 06:47:54.000,,,,,,,,,,,,,,,,,,, +851,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,5.0,483.0,68.0,26.0,5.0,97.0,1668.0,An Open-Source Package for Network Embedding (NE).,12.0,15,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +852,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-01-23 02:21:18.000000,2022-04-04 08:29:54,41.0,,291.0,54.0,21.0,39.0,85.0,1259.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +853,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,,217.0,40.0,40.0,60.0,34.0,1117.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +854,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,2.0,118.0,28.0,111.0,13.0,24.0,1062.0,An autoML framework & toolkit for machine learning on graphs.,15.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,5.0,5.0,,,,,,,,3.0,,2020-12-23 08:05:25.000,,,,,,,,,,,,,,,,,,, +855,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,21.0,37.0,19.0,8.0,1038.0,Distributed Computing for AI Made Simple.,5.0,15,False,,,,fiber,,,,,69.0,69.0,https://pypi.org/project/fiber,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +856,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,,183.0,43.0,667.0,11.0,27.0,811.0,Translate - a PyTorch Language Library.,88.0,15,False,,,,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,13.0,13.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +857,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,27.0,10.0,25.0,51.0,780.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,,anchor_exp,,,,,,,https://pypi.org/project/anchor_exp,2907.0,2907.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +858,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,,87.0,17.0,15.0,9.0,22.0,720.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,True,2020-05-29 14:39:38.000,0.1.3,5.0,flashtorch,,,,['pytorch'],16.0,16.0,https://pypi.org/project/flashtorch,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +859,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,25.0,4.0,4.0,2.0,674.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,96.0,96.0,,,,,,,,3.0,,2020-01-06 05:27:17.000,2.0,,,,,,,,,,,,,,,,,, +860,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,53.0,17.0,83.0,18.0,49.0,568.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,51.0,51.0,,,,,,,,3.0,,2022-05-18 08:35:04.000,,,,,,,,,,,,,,,,,,, +861,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,507.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,,,,,11.0,11.0,https://pypi.org/project/atspy,224.0,224.0,,,,,,,,3.0,,2020-04-24 18:16:15.000,,,,,,,,,,,,,,,,,,, +862,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-03-16 23:16:44.000000,2024-03-12 17:18:39,77.0,3.0,58.0,17.0,63.0,7.0,9.0,438.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,,,,,9.0,9.0,https://pypi.org/project/vizseq,118.0,118.0,,,,,,,,3.0,,2020-08-07 01:13:52.000,,,,,,,,,,,,,,,,,,, +863,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,406.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,15,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,3.0,2.0,https://pypi.org/project/openrec,12.0,12.0,,,,,,,,3.0,,2020-02-18 06:52:11.000,1.0,,,,,,,,,,,,,,,,,, +864,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,16.0,39.0,2.0,13.0,396.0,High-level batteries-included neural network training library for Pytorch.,4.0,15,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],9.0,9.0,https://pypi.org/project/pywick,116.0,116.0,,,,,,,,3.0,,2021-10-22 03:19:11.000,,,,,,,,,,,,,,,,,,, +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,4.0,66.0,20.0,177.0,87.0,16.0,395.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,88.0,88.0,,,,,,,,3.0,,2021-12-07 01:57:31.000,,,,,,,,,,,,,,,,,,, +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,19.0,6.0,6.0,,391.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,,,,10.0,9.0,https://pypi.org/project/Adversary,66.0,201.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5943.0,,,,,3.0,,2018-08-29 15:14:41.000,1.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,1.0,5.0,371.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:42:15.000,0.10.4,16.0,ptgnn,,,,['pytorch'],3.0,3.0,https://pypi.org/project/ptgnn,425.0,425.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,305.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'],26.0,26.0,https://pypi.org/project/torchdrift,159.0,159.0,,,,,,,,3.0,,2021-03-08 12:51:05.000,,,,,,,,,,,,,,,,,,, +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,70.0,175.0,296.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,555.0,555.0,,,,,,,,3.0,,2020-12-03 23:07:43.000,,,,,,,,,,,,,,,,,,, +870,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,818.0,78.0,34.0,116.0,59.0,3271.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,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,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,148.0,32.0,,53.0,59.0,1183.0,GraphVite: A General and High-performance Graph Embedding System.,,14,False,,,4.0,,milagraph/graphvite,,,,,,,,85.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4690.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,560.0,2004.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,63547.0,,,,,3.0,,2018-09-21 07:03:32.000,1.0,,,,,,,,9.0,,,,,,,,,, +873,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,118.0,51.0,21.0,15.0,9.0,830.0,A medical imaging framework for Pytorch.,8.0,14,False,2018-11-24 00:33:11.000,0.2,1.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +874,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,12.0,8.0,10.0,3.0,334.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,1408.0,1408.0,,,,,,,,3.0,,2020-04-17 02:50:25.000,2.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,230.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,68.0,68.0,,,,,,,,3.0,,2020-09-18 17:54:50.000,,,,,,,,,,,,,,,,,,, +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,,42.0,1.0,,,,183.0,Pytorch framework for doing deep learning on point clouds.,29.0,14,False,,,,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,949.0,949.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +877,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-03-19 21:55:16.000000,2024-03-19 21:55:16,135.0,90.0,4.0,5.0,13.0,3.0,6.0,148.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,,,4.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,191.0,191.0,,,,,,,,3.0,,2024-03-12 09:51:10.000,,,,,,,,,,,,,,,,,,, +878,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,110.0,12.0,39.0,8.0,2677.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +879,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,,78.0,47.0,4.0,3.0,,2448.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,1396.0,1398.0,,,,,,,,3.0,56.0,2022-08-09 04:22:00.465,1.0,,,,,,,,,,,,,,,,,, +880,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,38.0,10.0,13.0,3.0,1341.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +881,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-01-29 19:20:57.000000,2024-01-29 19:20:57,64.0,1.0,42.0,11.0,8.0,2.0,12.0,684.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,13,True,,,,rliable`,,,,,121.0,121.0,https://pypi.org/project/rliable`,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +882,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,2020-05-28 17:32:42.000000,2020-05-28 17:31:53,465.0,,18.0,12.0,57.0,3.0,20.0,291.0,NLP library designed for reproducible experimentation management.,7.0,13,False,2020-05-28 17:32:42.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +883,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-03-18 10:32:41.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,255.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,397.0,403.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,5.0,2021-12-13 16:04:42.000,,,,,,,,,,,,,,,,,,, +884,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,243.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:24:24.000,0.1.9,9.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +885,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,22.0,44.0,1.0,5.0,199.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,168.0,168.0,,,,,,,,3.0,,2021-03-02 02:40:32.000,,,,,,,,,,,,,,,,,,, +886,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,1.0,26.0,8.0,16.0,4.0,6.0,191.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'],4.0,4.0,https://pypi.org/project/textvec,24.0,24.0,,,,,,,,3.0,,2020-12-03 14:17:09.000,,,,,,,,,,,,,,,,,,, +887,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,5.0,2.0,16.0,23.0,188.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,13,False,,,,hugsvision,,,,['huggingface'],11.0,11.0,https://pypi.org/project/hugsvision,787.0,787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +888,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-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,105.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,31.0,31.0,https://pypi.org/project/lazycluster,58.0,58.0,,,,,,,,3.0,,2020-12-14 14:49:33.000,,,,,,,,,,,,,,,,,,, +890,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2024-03-18 18:08:36.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2024-03-18 18:08:36.000,3.39.1,280.0,comet_ml,comet_ml,,,,67.0,,https://pypi.org/project/comet_ml,162595.0,162595.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,2024-03-18 18:08:36.000,67.0,,,,,,,,,,,,,,,,,, +891,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-03-21 08:58:38.000000,2022-02-09 22:20:11,9.0,,463.0,94.0,21.0,52.0,15.0,3260.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +892,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,,402.0,63.0,6.0,62.0,17.0,1817.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,,,,,,,,,,,,,,,,,,,,, +893,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,,313.0,88.0,11.0,12.0,6.0,1695.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,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,526.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,87.0,87.0,,,,,,,,3.0,,2020-04-09 01:48:32.000,,,,,,,,,,,,,,,,,,, +895,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,11.0,15.0,6.0,4.0,221.0,Draw interactive NetworkX graphs with Altair.,3.0,12,False,,,,nx-altair,,,,['jupyter'],,,https://pypi.org/project/nx-altair,899.0,899.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +896,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,1.0,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,83.0,83.0,,,,,,,,3.0,,2019-10-23 15:40:12.000,,genixpro/hypermax,,,,,,,,,,,,,,,,, +897,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,5.0,14.0,99.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,772.0,772.0,,,,,,,,3.0,,2022-10-07 09:58:11.751,,,,,,,,,,,,,,,,,,, +898,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,,11.0,13.0,26.0,4.0,13.0,85.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,72.0,72.0,,,,,,,,3.0,,2021-01-25 04:56:57.000,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,, +899,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,7.0,4.0,14.0,18.0,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,73.0,73.0,,,,,,,,3.0,,2021-06-25 14:27:32.000,,,,,,,,,,,,,,,,,,, +900,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,2.0,12.0,12.0,17.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,,,https://pypi.org/project/bias-detector,131.0,131.0,,,,,,,,3.0,,2024-02-04 11:31:27.000,,,,,,,,,,,,,,,,,,, +901,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,,112.0,46.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +902,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,,145.0,39.0,7.0,15.0,14.0,914.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +903,Headliner,as-ideas/headliner,nlp,,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,17.0,7.0,2.0,13.0,229.0,Easy training and deployment of seq2seq models.,2.0,11,False,,,,headliner,,,,,5.0,5.0,https://pypi.org/project/headliner,207.0,207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +904,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,11,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,37.0,37.0,,,,,,,,3.0,,2020-07-16 05:36:19.000,,,,,,,,,,,,,,,,,,, +905,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,5.0,1238.0,4.0,10.0,126.0,Experiment tracking for machine and deep learning projects.,3.0,11,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,8.0,18.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.0,3.0,,2019-04-09 10:41:20.000,,,,,,,,,,,,,,,,,,, +906,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,,34.0,14.0,18.0,27.0,16.0,122.0,A deep learning python package for neuroimaging data. Made by:.,6.0,11,False,,,,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,37.0,37.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +907,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,118.0,Tools for training explainable models using attribution priors.,6.0,11,False,2021-03-16 17:47:18.000,1.0.0,1.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +908,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,,81.0,17.0,5.0,4.0,12.0,561.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +909,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,,50.0,14.0,13.0,11.0,11.0,494.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,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,,20.0,12.0,41.0,7.0,12.0,365.0,A library for distributed ML training with PyTorch.,6.0,10,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +911,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,,2020-10-30 15:25:14.000,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,239.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,10,False,,,,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,248.0,248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +912,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,10,False,,,,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,141.0,141.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,10.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,,,,,2.0,2.0,https://pypi.org/project/hypertunity,25.0,25.0,,,,,,,,3.0,,2020-01-26 23:08:16.000,,,,,,,,,,,,,,,,,,, +914,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']",,,https://pypi.org/project/traintool,28.0,28.0,,,,,,,,3.0,,2020-11-02 02:25:32.000,,,,,,,,,,,,,,,,,,, +915,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,139.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,18.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +916,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,5.0,7.0,,1.0,,62.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,24.0,24.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,2022-11-22 17:50:34.944,1.0,,,,,,,,,,,,,,,,,, diff --git a/history/2024-03-28_changes.md b/history/2024-03-28_changes.md new file mode 100644 index 00000000..94d417ca --- /dev/null +++ b/history/2024-03-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._ + +- PySpark (🥇45 · ⭐ 38K · 📈) - Apache Spark Python API. Apache-2 +- PyFlink (🥈38 · ⭐ 23K · 📈) - Apache Flink Python API. Apache-2 +- huggingface_hub (🥈36 · ⭐ 1.6K · 📈) - The official Python client for the Huggingface Hub. Apache-2 +- InsightFace (🥈35 · ⭐ 21K · 📈) - State-of-the-art 2D and 3D Face Analysis Project. MIT +- ivy (🥈35 · ⭐ 14K · 📈) - The Unified AI Framework. Apache-2 +- UMAP (🥈33 · ⭐ 6.9K · 📈) - Uniform Manifold Approximation and Projection. BSD-3 +- librosa (🥈33 · ⭐ 6.6K · 📈) - Python library for audio and music analysis. ISC +- Tesseract (🥈33 · ⭐ 5.5K · 📈) - Python-tesseract is an optical character recognition (OCR).. Apache-2 +- snowballstemmer (🥈32 · ⭐ 710 · 📈) - Snowball compiler and stemming algorithms. BSD-3 +- Keras-Preprocessing (🥉29 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. 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._ + +- BigDL (🥈35 · ⭐ 5K · 📉) - Accelerate local LLM inference and finetuning (LLaMA, Mistral,.. Apache-2 +- MLxtend (🥈32 · ⭐ 4.7K · 📉) - A library of extension and helper modules for Pythons.. ❗Unlicensed +- aubio (🥉27 · ⭐ 3.1K · 📉) - a library for audio and music analysis. ❗️GPL-3.0 +- CuPy (🥉26 · ⭐ 7.6K · 📉) - NumPy & SciPy for GPU. MIT +- FATE (🥈26 · ⭐ 5.5K · 📉) - An Industrial Grade Federated Learning Framework. Apache-2 +- AutoViz (🥉26 · ⭐ 1.6K · 📉) - Automatically Visualize any dataset, any size with a single line.. Apache-2 +- PyText (🥉23 · ⭐ 6.3K · 💀) - A natural language modeling framework based on PyTorch. ❗Unlicensed +- Neural Tangents (🥉23 · ⭐ 2.2K · 📉) - Fast and Easy Infinite Neural Networks in Python. Apache-2 +- pyvips (🥉23 · ⭐ 580 · 📉) - python binding for libvips using cffi. MIT +- Tez (🥉14 · ⭐ 1.2K · 💀) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2 + diff --git a/history/2024-03-28_projects.csv b/history/2024-03-28_projects.csv new file mode 100644 index 00000000..46f321b8 --- /dev/null +++ b/history/2024-03-28_projects.csv @@ -0,0 +1,918 @@ +,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,trending,updated_github_id,npm_id,npm_url,npm_monthly_downloads,npm_latest_release_published_at,npm_dependent_project_count,brew_id,apt_id,yum_id,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-03-26 14:22:58.000000,2024-03-19 08:45:33,1542.0,7.0,672.0,115.0,316.0,58.0,136.0,4486.0,Benchmarks of approximate nearest neighbor libraries in Python.,101.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-03-28 16:06:58.000000,2024-03-21 23:45:25,321.0,26.0,159.0,54.0,190.0,,3.0,2144.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2024-03-21 23:45:35.000,2024.03.21,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-03-28 14:59:06.000000,2024-03-21 23:46:19,337.0,24.0,225.0,87.0,189.0,4.0,5.0,3371.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-03-21 23:46:26.000,2024.03.21,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-03-28 14:59:06.000000,2024-03-21 23:46:19,337.0,24.0,225.0,87.0,189.0,4.0,5.0,3371.0,Collection of database clients for python.,12.0,0,True,2024-03-21 23:46:26.000,2024.03.21,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-03-28 14:59:06.000000,2024-03-21 23:46:19,337.0,24.0,225.0,87.0,189.0,4.0,5.0,3371.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-03-21 23:46:26.000,2024.03.21,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-03-28 14:59:06.000000,2024-03-21 23:46:19,337.0,24.0,225.0,87.0,189.0,4.0,5.0,3371.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-03-21 23:46:26.000,2024.03.21,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-03-28 14:09:14.000000,2024-03-28 14:08:56,162184.0,4338.0,73779.0,7643.0,25115.0,2442.0,37031.0,183936.0,An Open Source Machine Learning Framework for Everyone.,4580.0,56,True,2024-03-09 00:23:14.000,2.16.1,193.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],369664.0,354033.0,https://pypi.org/project/tensorflow,2024-03-09 00:23:14.000,15631.0,22725417.0,23813376.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4518475.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-03-28 12:51:55.886558,2347.0,76521149.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-03-28 14:10:47.000000,2024-03-28 13:23:45,71107.0,3280.0,20802.0,1695.0,81788.0,13754.0,28023.0,77001.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4740.0,55,True,2024-03-27 22:27:02.000,2.2.2,51.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],427836.0,414884.0,https://pypi.org/project/torch,2024-03-27 21:06:18.000,12952.0,24075725.0,24763509.0,https://anaconda.org/pytorch/pytorch,2024-03-26 22:24:03.907,20621263.0,,,,,1.0,36888.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-03-28 13:31:32.000000,2024-03-28 11:56:35,31144.0,384.0,24939.0,2141.0,16995.0,2181.0,9138.0,57793.0,scikit-learn: machine learning in Python.,3097.0,51,True,2024-02-15 16:07:32.000,1.4.1.post1,76.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],764504.0,732771.0,https://pypi.org/project/scikit-learn,2024-02-16 08:56:53.000,31733.0,64567997.0,65153825.0,https://anaconda.org/conda-forge/scikit-learn,2024-02-16 10:16:19.766,26947678.0,,,,,1.0,944.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-03-28 14:23:16.000000,2024-03-28 14:13:23,15470.0,654.0,24398.0,1089.0,15181.0,1043.0,13601.0,123226.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2501.0,50,True,2024-03-22 17:01:14.000,4.39.1,136.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",154533.0,151417.0,https://pypi.org/project/transformers,2024-03-22 16:56:50.000,3116.0,23201204.0,23236570.0,https://anaconda.org/conda-forge/transformers,2024-03-23 04:23:19.321,1556117.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12.000,2024-03-28 09:36:11.000000,2024-03-28 06:17:45,50004.0,572.0,7357.0,595.0,17820.0,1529.0,8972.0,19086.0,matplotlib: plotting with Python.,1660.0,50,True,2024-02-16 10:48:06.000,3.7.5,121.0,matplotlib,conda-forge/matplotlib,,,,1199760.0,1134026.0,https://pypi.org/project/matplotlib,2024-02-16 10:48:06.000,65734.0,61306949.0,61805208.0,https://anaconda.org/conda-forge/matplotlib,2024-02-15 20:37:52.070,22421696.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-03-28 16:24:31.000000,2024-03-28 15:28:21,31877.0,548.0,4977.0,348.0,10512.0,1795.0,8312.0,12338.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1604.0,50,True,2024-01-20 22:00:44.000,1.12.0,100.0,scipy,conda-forge/scipy,,,,1021452.0,954181.0,https://pypi.org/project/scipy,2024-03-19 18:18:21.000,67271.0,101171112.0,102326274.0,https://anaconda.org/conda-forge/scipy,2024-01-24 03:11:41.395,46053673.0,,,,,1.0,397430.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-03-28 06:12:04.000000,2024-03-28 06:12:04,17470.0,629.0,2100.0,222.0,4720.0,99.0,2960.0,11611.0,Python Imaging Library (Fork).,463.0,48,True,2024-01-02 09:38:41.000,10.2.0,95.0,Pillow,conda-forge/pillow,,,,1658314.0,1590387.0,https://pypi.org/project/Pillow,2023-10-15 13:01:25.000,67927.0,92097767.0,92941779.0,https://anaconda.org/conda-forge/pillow,2024-01-03 04:54:52.877,37136568.0,,,,,1.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,2024-03-28 09:39:34.000000,2024-03-26 01:55:41,57359.0,528.0,4215.0,294.0,13048.0,4986.0,8701.0,12010.0,A computer algebra system written in pure Python.,1285.0,46,True,2023-05-10 18:09:23.000,sympy-1.12,51.0,sympy,conda-forge/sympy,,,,126651.0,121653.0,https://pypi.org/project/sympy,2024-03-27 14:48:42.000,4998.0,20853037.0,20911835.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5132651.0,,,,,1.0,537200.0,,,,,,,,,,,,,,,,,, +14,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-03-28 14:14:21.000000,2024-03-28 12:34:42,40327.0,965.0,27863.0,2034.0,45725.0,190.0,,38137.0,Apache Spark Python API.,3043.0,45,True,2024-02-26 02:41:49.000,3.5.1,43.0,pyspark,conda-forge/pyspark,,,['spark'],1299.0,,https://pypi.org/project/pyspark,2024-02-26 02:41:49.000,1299.0,30221325.0,30288868.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3039454.0,,,,,1.0,,stable/spark,7.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-03-28 16:10:29.000000,2024-03-27 22:39:46,6197.0,207.0,2748.0,310.0,4265.0,791.0,3261.0,31031.0,Streamlit A faster way to build and share data apps.,224.0,45,True,2024-03-14 15:16:16.000,1.32.2,219.0,streamlit,,,,,341812.0,340330.0,https://pypi.org/project/streamlit,2024-03-14 15:16:07.000,1482.0,4990444.0,4990444.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-03-28 15:09:07.000000,2024-03-28 05:43:13,21137.0,885.0,5157.0,471.0,26914.0,3597.0,14009.0,30594.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,993.0,45,True,2024-03-21 19:02:34.000,ray-2.10.0,100.0,ray,conda-forge/ray-tune,,,,14931.0,14443.0,https://pypi.org/project/ray,2024-03-21 18:35:24.000,488.0,3557885.0,3562805.0,https://anaconda.org/conda-forge/ray-tune,2024-03-24 13:08:51.334,191835.0,,,,,1.0,208.0,,,,,,,,,,,,,,,,,, +17,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-03-28 13:06:13.000000,2024-03-28 12:56:03,19962.0,1202.0,2495.0,323.0,12917.0,1632.0,3770.0,27518.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",663.0,45,True,2024-02-26 16:01:19.000,jax-v0.4.25,159.0,jax,conda-forge/jaxlib,,,,24232.0,23327.0,https://pypi.org/project/jax,2024-02-26 15:54:03.000,905.0,5744595.0,5768551.0,https://anaconda.org/conda-forge/jaxlib,2024-03-17 07:48:22.558,1078038.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +18,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-03-28 02:35:28.000000,2024-03-27 22:45:50,10256.0,224.0,3218.0,248.0,10057.0,660.0,6167.0,26611.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",942.0,45,True,2024-03-04 18:59:32.000,2.2.1,268.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],31116.0,30299.0,https://pypi.org/project/pytorch-lightning,2024-03-04 18:59:32.000,817.0,4905929.0,4930071.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-03-05 21:00:43.443,1075061.0,,,,,1.0,8827.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,, +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,2024-03-27 16:53:52.000000,2024-03-26 15:26:24,6791.0,100.0,8653.0,909.0,5033.0,442.0,4744.0,25466.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",637.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,87238.0,85368.0,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1870.0,19152974.0,19257664.0,https://anaconda.org/conda-forge/xgboost,2024-01-19 09:21:22.082,4603382.0,,,,,1.0,8219.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-03-28 14:08:34.000000,2024-03-28 14:08:33,47581.0,1808.0,5404.0,720.0,45016.0,1851.0,16891.0,21516.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1179.0,45,True,2024-01-08 06:43:49.000,2.6.0,67.0,paddlepaddle,,,,['paddle'],4943.0,4837.0,https://pypi.org/project/paddlepaddle,2024-03-19 06:55:39.000,106.0,256550.0,256718.0,,,,,,,,1.0,15369.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-03-28 08:20:05.000000,2024-03-26 11:51:39,20443.0,96.0,4154.0,444.0,6015.0,751.0,6857.0,18718.0,"Interactive Data Visualization in the browser, from Python.",689.0,45,True,2024-03-14 16:38:08.000,3.4.0,199.0,bokeh,conda-forge/bokeh,,,,89222.0,85383.0,https://pypi.org/project/bokeh,2024-03-18 16:22:43.000,3839.0,4876386.0,5177205.0,https://anaconda.org/conda-forge/bokeh,2024-03-15 07:03:52.633,13536869.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,2024-03-26 21:09:05.000000,2024-03-18 09:13:32,15267.0,48.0,2812.0,280.0,3854.0,2744.0,2742.0,9447.0,Statsmodels: statistical modeling and econometrics in Python.,424.0,45,True,2023-12-14 14:50:21.000,0.14.1,36.0,statsmodels,conda-forge/statsmodels,,,,124413.0,118739.0,https://pypi.org/project/statsmodels,2023-12-14 14:50:21.000,5674.0,16914224.0,17191522.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12478452.0,,,,,1.0,30.0,,,,,,,,,,,,,,,,,, +23,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-03-27 17:45:38.000000,2024-03-26 11:15:25,16121.0,29.0,4395.0,554.0,3971.0,94.0,5485.0,28545.0,Industrial-strength Natural Language Processing (NLP) in Python.,749.0,44,True,2024-02-15 19:16:59.000,3.7.4,229.0,spacy,conda-forge/spacy,,,,86653.0,83617.0,https://pypi.org/project/spacy,2024-02-15 18:47:21.000,3036.0,7237589.0,7312024.0,https://anaconda.org/conda-forge/spacy,2023-11-05 20:08:03.012,3349617.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +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,2024-03-28 16:40:49.000000,2024-03-28 06:41:03,6443.0,371.0,2043.0,153.0,3532.0,487.0,3489.0,27955.0,"Wrap UIs around any model, share with anyone.",283.0,44,True,2024-03-27 21:35:03.000,4.24.0,554.0,gradio,,,,,26330.0,25995.0,https://pypi.org/project/gradio,2024-03-27 21:35:03.000,335.0,5254937.0,5254937.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,2024-03-28 13:04:34.000000,2024-03-28 13:04:33,5629.0,448.0,3883.0,290.0,7794.0,1397.0,2382.0,17056.0,Open source platform for the machine learning lifecycle.,713.0,44,True,2024-03-22 01:05:35.000,2.11.3,94.0,mlflow,conda-forge/mlflow,,,,33139.0,32566.0,https://pypi.org/project/mlflow,2024-03-21 21:09:52.000,573.0,13766128.0,13806105.0,https://anaconda.org/conda-forge/mlflow,2024-03-22 09:15:59.167,1798994.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +26,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-03-25 21:06:21.000000,2024-03-22 15:38:47,6390.0,121.0,2437.0,282.0,1617.0,1423.0,1398.0,15087.0,The interactive graphing library for Python This project now includes Plotly Express!.,259.0,44,True,2024-03-13 16:27:36.000,5.20.0,98.0,plotly,conda-forge/plotly,,,,250842.0,250842.0,https://pypi.org/project/plotly,,,14650038.0,14774738.0,https://anaconda.org/conda-forge/plotly,2024-02-15 18:15:23.292,5412444.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,7039.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-03-28 13:11:06.000000,2024-03-26 18:34:08,7650.0,107.0,3120.0,276.0,3713.0,321.0,2977.0,14069.0,Network Analysis in Python.,713.0,44,True,2023-10-28 09:53:23.000,networkx-3.2.1,93.0,networkx,conda-forge/networkx,,,,251525.0,236095.0,https://pypi.org/project/networkx,2024-03-22 20:12:36.000,15430.0,49369049.0,49718407.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,15022418.0,,,,,1.0,67.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-03-28 08:14:54.000000,2024-03-27 14:23:57,8143.0,183.0,1665.0,212.0,5774.0,1050.0,4130.0,11922.0,Parallel computing with task scheduling.,597.0,44,True,2024-03-15 09:21:11.000,2024.3.1,192.0,dask,conda-forge/dask,,,,61693.0,58516.0,https://pypi.org/project/dask,2024-03-15 09:21:11.000,3177.0,7372103.0,7607905.0,https://anaconda.org/conda-forge/dask,2024-03-18 14:52:08.497,10846937.0,,,,,1.0,,stable/dask,,,,,,,,,,,,,,,,, +29,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-03-28 16:00:05.000000,2024-03-28 16:00:03,4793.0,198.0,2021.0,1690.0,4634.0,289.0,2649.0,11638.0,WebGL2 powered visualization framework.,254.0,44,True,2024-03-21 19:59:00.000,9.0.1,639.0,pydeck,conda-forge/pydeck,,,['jupyter'],7898.0,7341.0,https://pypi.org/project/pydeck,2023-04-15 06:29:01.705,59.0,3260210.0,3687781.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,489720.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,417577.0,2024-03-21 19:58:53.566,498.0,,,,,,,,,, +30,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-03-28 02:45:14.000000,2024-03-26 19:44:29,5800.0,63.0,1621.0,192.0,4965.0,663.0,1225.0,6514.0,TensorFlows Visualization Toolkit.,317.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],226060.0,223066.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,2994.0,28532410.0,28633605.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4553791.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +31,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-03-28 05:39:35.000000,2024-03-27 18:10:11,10428.0,221.0,18634.0,1908.0,7017.0,216.0,11485.0,60759.0,Deep Learning for humans.,1283.0,43,True,2024-03-19 18:22:02.000,3.1.1,61.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],,,https://pypi.org/project/keras,,,18001279.0,18077012.0,https://anaconda.org/conda-forge/keras,2024-03-22 14:49:27.132,3408002.0,,,,,2.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-03-28 13:24:38.000000,2024-03-28 12:39:23,2699.0,85.0,3582.0,438.0,3161.0,310.0,2394.0,16664.0,Open standard for machine learning interoperability.,312.0,43,True,2024-03-25 15:40:18.000,1.16.0,32.0,onnx,conda-forge/onnx,,,,26192.0,25476.0,https://pypi.org/project/onnx,2024-03-25 15:25:07.000,716.0,5271857.0,5293017.0,https://anaconda.org/conda-forge/onnx,2024-03-26 22:34:37.040,940422.0,,,,,1.0,20213.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-03-28 12:48:35.000000,2024-03-25 13:46:12,3445.0,44.0,3795.0,436.0,3102.0,345.0,2933.0,15972.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",297.0,43,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,31897.0,31021.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,876.0,8111424.0,8166914.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2220349.0,,,,,2.0,217925.0,,,,,,,,,,,,,,,,,, +34,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-03-18 05:49:19.000000,2024-02-25 16:31:25,3230.0,8.0,1876.0,259.0,1092.0,129.0,2359.0,11855.0,Statistical data visualization in Python.,211.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,394007.0,382043.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,11964.0,18418884.0,18602370.0,https://anaconda.org/conda-forge/seaborn,2024-01-27 07:37:15.644,8256751.0,,,,,1.0,378.0,,,,,,,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-03-28 16:17:25.000000,2024-03-28 03:36:32,1952.0,381.0,1194.0,172.0,2258.0,495.0,640.0,10574.0,Development repository for the Triton language and compiler.,235.0,43,True,2024-01-10 03:11:56.000,2.2.0,192.0,triton,,,,,20771.0,20668.0,https://pypi.org/project/triton,2024-01-10 03:11:56.000,103.0,10093084.0,10093084.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +36,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-03-28 11:40:03.000000,2024-03-28 08:12:57,2216.0,204.0,3742.0,321.0,2628.0,972.0,1570.0,32148.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",295.0,42,True,2024-03-08 01:11:46.000,0.14.0,88.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],6382.0,6279.0,https://pypi.org/project/deepspeed,2024-03-08 01:11:46.000,103.0,496241.0,496597.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17831.0,1.0,,,,,,,,,,,,,,,,,,, +37,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-03-25 23:10:59.000000,2024-03-11 08:45:50,2639.0,57.0,3124.0,241.0,848.0,1256.0,1169.0,21429.0,A game theoretic approach to explain the output of any machine learning model.,236.0,42,True,2024-03-08 11:55:08.000,0.45.0,102.0,shap,conda-forge/shap,,,,16911.0,16434.0,https://pypi.org/project/shap,2024-03-08 11:55:08.000,477.0,8045400.0,8108128.0,https://anaconda.org/conda-forge/shap,2024-03-12 17:37:09.107,2446418.0,,,,,1.0,,,,shap/shap,,,,,,,,,,,,,,, +38,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-03-28 11:47:42.000000,2024-03-26 12:31:30,3828.0,62.0,6804.0,406.0,5212.0,972.0,2354.0,15287.0,"Datasets, Transforms and Models specific to Computer Vision.",581.0,42,True,2024-03-27 21:10:50.000,0.17.2,43.0,torchvision,conda-forge/torchvision,,,['pytorch'],5244.0,21.0,https://pypi.org/project/torchvision,2024-03-27 21:10:50.000,5223.0,10566582.0,10595009.0,https://anaconda.org/conda-forge/torchvision,2024-02-26 00:12:18.834,1007209.0,,,,,1.0,37346.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-03-24 00:14:42.000000,2024-03-21 20:13:53,2188.0,65.0,4533.0,306.0,453.0,73.0,779.0,29387.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",133.0,41,True,2024-02-19 19:35:21.000,0.9.16,56.0,timm,conda-forge/timm,,,['pytorch'],25770.0,25349.0,https://pypi.org/project/timm,2024-02-19 19:33:42.000,421.0,4686330.0,4798450.0,https://anaconda.org/conda-forge/timm,2024-02-21 16:25:26.726,128305.0,,,,,1.0,6333881.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,2024-03-28 14:56:31.000000,2024-03-28 09:37:10,19426.0,685.0,2699.0,280.0,19514.0,612.0,9819.0,26337.0,"A cloud-native vector database, storage for next generation AI applications.",268.0,41,True,2024-03-20 11:14:39.000,2.4.0-rc.1,100.0,pymilvus,,milvusdb/milvus,,,89.0,,https://pypi.org/project/pymilvus,2024-03-20 10:41:55.000,89.0,632096.0,860562.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-03-28 11:36:17.127724,43.0,12045844.0,1.0,80932.0,,,,,,,,,,,,,,,,,, +41,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-03-28 08:07:07.000000,2024-03-21 13:07:45,7353.0,262.0,1974.0,418.0,1047.0,829.0,886.0,20354.0,Data Apps & Dashboards for Python. No JavaScript Required.,148.0,41,True,2024-03-06 20:00:34.000,2.16.1,177.0,dash,conda-forge/dash,,,,61806.0,60308.0,https://pypi.org/project/dash,2024-03-06 19:54:50.000,1498.0,2896193.0,2923329.0,https://anaconda.org/conda-forge/dash,2024-03-10 12:59:07.948,1221115.0,,,,,1.0,70.0,,,,,,,,,,,,,,,,,, +42,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-03-28 01:45:13.000000,2024-03-28 01:45:12,9246.0,111.0,1130.0,136.0,5423.0,234.0,4370.0,13033.0,ML Experiments and Data Management with Git.,292.0,41,True,2024-03-26 08:40:01.000,3.49.0,521.0,dvc,conda-forge/dvc,,,,13972.0,13875.0,https://pypi.org/project/dvc,2024-03-26 08:40:01.000,97.0,541899.0,584950.0,https://anaconda.org/conda-forge/dvc,2024-03-26 09:56:58.374,1776151.0,,,,,1.0,42980.0,,,,,,,,,dvc,dvc,dvc,,,,,,, +43,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-03-25 08:13:19.000000,2024-01-29 09:04:39,14509.0,1.0,2832.0,468.0,1455.0,266.0,1513.0,12938.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,41,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,273934.0,260920.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,13014.0,18109825.0,18136724.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2447842.0,,,,,1.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,2024-03-06 18:45:12.000000,2024-02-25 13:25:28,1189.0,54.0,2142.0,236.0,540.0,185.0,1128.0,11615.0,Download market data from Yahoo! Finances API.,108.0,41,True,2024-02-25 13:35:19.000,0.2.37,109.0,yfinance,ranaroussi/yfinance,,,,35651.0,35314.0,https://pypi.org/project/yfinance,2024-02-25 13:35:19.000,337.0,1795611.0,1798361.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,88000.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +45,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-03-26 22:45:34.000000,2024-03-26 22:45:33,3646.0,31.0,778.0,140.0,1348.0,175.0,1762.0,8853.0,Declarative statistical visualization library for Python.,163.0,41,True,2024-03-23 15:30:00.000,4.0.1,39.0,altair,conda-forge/altair,,,,117986.0,117308.0,https://pypi.org/project/altair,2023-11-28 05:41:35.000,678.0,22852799.0,22933245.0,https://anaconda.org/conda-forge/altair,2024-03-18 18:06:28.424,2172035.0,,,,,1.0,118.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,2024-03-28 15:20:59.000000,2024-03-27 18:10:17,6252.0,223.0,597.0,57.0,4199.0,863.0,2178.0,8062.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,175.0,41,True,2024-03-25 19:03:45.000,0.16.5,270.0,wandb,conda-forge/wandb,,,,42128.0,41359.0,https://pypi.org/project/wandb,2024-03-25 19:01:38.000,769.0,13207498.0,13218151.0,https://anaconda.org/conda-forge/wandb,2024-03-25 23:14:36.046,468732.0,,,,,1.0,,,,wandb/wandb,,,,,,,,,,,,,,, +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,2024-03-28 13:09:47.000000,2024-03-24 06:24:33,13884.0,93.0,2191.0,186.0,4374.0,760.0,2058.0,5838.0,Image processing in Python.,657.0,41,False,2024-03-22 22:52:50.000,0.23.0rc0,60.0,scikit-image,conda-forge/scikit-image,,,,185358.0,174734.0,https://pypi.org/project/scikit-image,2024-03-22 22:51:56.000,10624.0,14249043.0,14383301.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,6041645.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-02-23 04:21:13.000000,2023-01-30 18:15:21,1757.0,,8542.0,1062.0,1450.0,87.0,1718.0,33753.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,,,,54161.0,51446.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2715.0,684946.0,690660.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,268599.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +49,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-03-21 15:10:40.000000,2024-03-21 15:05:22,32610.0,18.0,4496.0,348.0,6350.0,115.0,6641.0,17802.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,40,True,2024-03-04 17:27:13.000,3.6.19,372.0,rasa,,,,['tensorflow'],4106.0,4039.0,https://pypi.org/project/rasa,2024-03-04 17:26:58.000,67.0,140930.0,140930.0,,,,,,,,1.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-03-26 11:59:18.003000,2024-03-26 07:38:41,1356.0,65.0,2299.0,131.0,370.0,1034.0,914.0,13486.0,Multilingual Sentence & Image Embeddings with BERT.,147.0,40,True,2024-03-26 09:01:26.000,2.6.1,50.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],28783.0,28008.0,https://pypi.org/project/sentence-transformers,2024-03-26 08:53:20.000,775.0,3816301.0,3821339.0,https://anaconda.org/conda-forge/sentence-transformers,2024-03-26 11:59:18.003,211604.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +51,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-03-26 23:15:43.000000,2024-03-26 23:15:42,8247.0,13.0,3268.0,476.0,696.0,47.0,2128.0,12933.0,A toolkit for making real world machine learning and data analysis applications in C++.,191.0,40,False,2024-03-10 17:01:06.000,19.24.3,36.0,dlib,conda-forge/dlib,,,,26650.0,25847.0,https://pypi.org/project/dlib,2023-06-03 20:05:00.841,803.0,414808.0,429828.0,https://anaconda.org/conda-forge/dlib,2024-01-11 01:14:47.895,665070.0,,,,,2.0,25406.0,,,,,,,,,,,,,,,,,, +52,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-03-28 10:35:41.000000,2024-03-27 21:30:46,9805.0,91.0,1905.0,226.0,3878.0,253.0,2997.0,8103.0,Bayesian Modeling and Probabilistic Programming in Python.,484.0,40,True,2024-03-15 12:40:06.000,5.11.0,79.0,pymc3,conda-forge/pymc3,,,,3210.0,2960.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,250.0,871223.0,877442.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,552025.0,,,,,1.0,1936.0,,,,,,,,,,,,,,,,,, +53,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-03-28 16:29:10.000000,2024-03-28 16:14:50,9177.0,4141.0,762.0,46.0,833.0,456.0,1427.0,6999.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",158.0,40,True,2024-03-28 16:29:10.000,pr-litellm-spend-logs-db,720.0,litellm,,,,others,1310.0,1229.0,https://pypi.org/project/litellm,2024-03-28 14:27:47.000,81.0,456729.0,456802.0,,,,,,,,1.0,73.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,2024-03-28 16:40:23.000000,2024-03-28 14:32:44,1355.0,140.0,762.0,100.0,1295.0,128.0,1178.0,6798.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",235.0,40,True,2024-03-12 16:58:44.000,0.28.0,44.0,accelerate,conda-forge/accelerate,,,['pytorch'],30886.0,30248.0,https://pypi.org/project/accelerate,2024-03-12 15:54:38.000,638.0,7594781.0,7598613.0,https://anaconda.org/conda-forge/accelerate,2024-03-13 13:00:50.817,111143.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +55,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-03-28 14:25:49.000000,2024-03-27 08:00:40,1900.0,60.0,884.0,107.0,1572.0,454.0,1203.0,4122.0,Python tools for geographic data.,221.0,40,True,2024-01-31 19:22:01.000,0.14.3,52.0,geopandas,conda-forge/geopandas,,,['pandas'],34858.0,32897.0,https://pypi.org/project/geopandas,2024-01-31 19:21:57.000,1961.0,6140046.0,6217052.0,https://anaconda.org/conda-forge/geopandas,2024-01-31 21:02:18.644,3464118.0,,,,,1.0,2469.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-03-28 09:09:46.952000,2024-03-27 22:23:57,3590.0,137.0,1076.0,133.0,2923.0,269.0,1173.0,2030.0,A library for training and deploying machine learning models on Amazon SageMaker.,433.0,40,True,2024-03-27 22:24:02.000,2.214.1,575.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3845.0,3748.0,https://pypi.org/project/sagemaker,2024-03-27 22:24:02.000,97.0,28708809.0,28725536.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-03-28 09:09:46.952,719298.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +57,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-03-28 13:44:07.000000,2024-03-28 13:44:06,5737.0,92.0,701.0,55.0,4972.0,1505.0,2321.0,1533.0,A distributed task scheduler for Dask.,323.0,40,True,2024-03-15 09:21:52.000,2024.3.1,224.0,distributed,conda-forge/distributed,,,,34779.0,33439.0,https://pypi.org/project/distributed,2024-03-15 09:21:52.000,1340.0,3634520.0,3921625.0,https://anaconda.org/conda-forge/distributed,2024-03-15 16:34:44.800,13206843.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +58,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-03-28 14:46:33.000000,2024-03-28 10:38:02,1043.0,103.0,3302.0,475.0,893.0,428.0,1905.0,27632.0,A library for efficient similarity search and clustering of dense vectors.,163.0,39,True,2024-03-20 10:41:55.000,2.4.0,93.0,pymilvus,conda-forge/faiss,,,,3608.0,3519.0,https://pypi.org/project/pymilvus,2024-03-20 10:41:55.000,89.0,632096.0,655101.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1058248.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +59,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-03-28 12:33:28.000000,2024-02-05 13:23:18,2706.0,10.0,9147.0,372.0,3129.0,1484.0,6651.0,27469.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,39,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2352.0,2313.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,39.0,215241.0,215241.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-03-07 16:39:48.000000,2024-03-04 02:10:25,2754.0,13.0,7311.0,612.0,2219.0,191.0,1586.0,25492.0,The fastai deep learning library.,247.0,39,True,2024-02-01 00:26:04.000,2.7.14,51.0,fastai,,,,['pytorch'],16655.0,16655.0,https://pypi.org/project/fastai,,,385356.0,385356.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +61,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-03-20 23:04:00.000000,2024-03-20 23:03:58,8530.0,21.0,2171.0,206.0,4167.0,24.0,1920.0,19828.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2024-03-20 09:39:13.000,3.24.1,2459.0,jina,conda-forge/jina-core,jinaai/jina,,,1721.0,1704.0,https://pypi.org/project/jina,2024-03-20 09:35:56.000,17.0,31609.0,60255.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,60291.0,https://hub.docker.com/r/jinaai/jina,2024-03-20 09:52:49.929023,8.0,1305229.0,2.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-03-01 12:26:36.000000,2024-02-08 02:27:50,4512.0,3.0,4375.0,434.0,1687.0,380.0,1449.0,15128.0,Topic Modelling for Humans.,449.0,39,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,60476.0,57288.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,3188.0,5112260.0,5146113.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1217116.0,,,,,1.0,4556.0,,,piskvorky/gensim,,,,,,,,,,,,,,, +63,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-03-26 17:09:10.000000,2024-03-25 18:19:56,5903.0,117.0,2066.0,203.0,1183.0,73.0,2182.0,13506.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,258.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3201.0,3102.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,99.0,151230.0,151750.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,22895.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +64,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-03-28 05:45:56.000000,2024-03-28 05:38:14,4024.0,225.0,2943.0,170.0,4609.0,479.0,2248.0,12913.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",287.0,39,True,2024-03-06 03:29:59.000,2.1.0,451.0,dgl,,,,,307.0,218.0,https://pypi.org/project/dgl,2024-03-05 07:16:21.000,89.0,87629.0,87629.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +65,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-03-28 11:36:53.000000,2024-03-28 02:57:30,17427.0,552.0,945.0,120.0,3470.0,100.0,1511.0,9476.0,A hyperparameter optimization framework.,262.0,39,False,2024-03-18 06:02:12.000,3.6.0,63.0,optuna,conda-forge/optuna,,,,13799.0,13280.0,https://pypi.org/project/optuna,2024-03-18 06:02:12.000,519.0,2469799.0,2486194.0,https://anaconda.org/conda-forge/optuna,2023-12-11 08:40:18.727,737791.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +66,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-03-28 13:45:17.000000,2024-03-28 13:45:13,47649.0,526.0,1128.0,192.0,380.0,489.0,1735.0,7694.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1221.0,39,True,2024-02-23 14:10:41.000,1.2.3,85.0,catboost,conda-forge/catboost,,,,13.0,13.0,https://pypi.org/project/catboost,,,2129624.0,2169068.0,https://anaconda.org/conda-forge/catboost,2024-02-24 13:08:44.587,1458318.0,,,,,2.0,232998.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,2024-03-28 15:25:09.000000,2024-03-27 21:35:38,4421.0,282.0,1265.0,101.0,3609.0,787.0,1431.0,7335.0,A unified framework for machine learning with time series.,345.0,39,True,2024-03-28 01:36:35.000,0.28.0,65.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2473.0,2403.0,https://pypi.org/project/sktime,2024-03-28 01:36:35.000,70.0,921206.0,950501.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-03-28 10:15:16.543,937437.0,,,,,1.0,84.0,,,sktime/sktime,,,,,,,,,,,,,,, +68,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2024-03-14 11:11:14.000000,2024-03-08 12:03:11,1797.0,28.0,2202.0,164.0,823.0,86.0,994.0,6631.0,Python Data. Leaflet.js Maps.,165.0,39,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,36356.0,35505.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,851.0,965168.0,1033498.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2596564.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +69,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-03-28 06:15:18.000000,2024-03-26 10:44:03,17896.0,103.0,1302.0,84.0,7766.0,512.0,4265.0,2516.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,367.0,39,True,2024-01-16 18:38:53.000,1.6.1,77.0,mne,conda-forge/mne,,,,3937.0,3636.0,https://pypi.org/project/mne,2024-01-16 18:38:53.000,301.0,106730.0,114360.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,351004.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +70,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-03-28 12:31:53.000000,2024-03-28 03:43:15,6136.0,13.0,7156.0,434.0,2853.0,1188.0,7574.0,37746.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",191.0,38,True,2024-03-28 03:46:32.000,2.7.3,41.0,paddleocr,,,,['paddle'],2426.0,2380.0,https://pypi.org/project/paddleocr,2024-03-25 09:31:54.000,46.0,217796.0,217796.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +71,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-03-28 14:07:13.000000,2024-03-28 14:06:13,35101.0,575.0,12856.0,949.0,24573.0,1139.0,,23039.0,Apache Flink Python API.,1840.0,38,True,2024-01-15 16:28:13.000,1.18.1,47.0,apache-flink,,,,,45.0,21.0,https://pypi.org/project/apache-flink,2024-03-15 08:32:38.000,24.0,110214.0,110214.0,,,,,,,,2.0,,,4.0,,,,,,,,,,,,,,,, +72,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,,6523.0,1072.0,11124.0,1805.0,7758.0,20715.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",982.0,38,False,2022-05-10 20:10:05.000,1.9.1,34.0,mxnet,mxnet,,,['mxnet'],7132.0,7132.0,https://pypi.org/project/mxnet,,,559041.0,559467.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10671.0,,,,,2.0,26710.0,,,apache/mxnet,,,,,,,,,,,,,,, +73,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,1.0,2511.0,543.0,4118.0,685.0,2087.0,9849.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,17724.0,14885.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,2839.0,304216.0,330257.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2395774.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +74,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-03-28 13:13:09.000000,2024-03-27 23:57:42,2708.0,85.0,924.0,128.0,1826.0,263.0,631.0,9247.0,Geometric Computer Vision Library for Spatial AI.,256.0,38,True,2024-03-14 09:18:15.000,0.7.2,39.0,kornia,conda-forge/kornia,,,['pytorch'],9150.0,9011.0,https://pypi.org/project/kornia,2024-03-14 09:18:15.000,139.0,2212674.0,2215686.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,116893.0,,,,,1.0,1012.0,,,,,,,,,,,,,,,,,, +75,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-03-27 18:13:02.000000,2024-03-04 05:00:38,5194.0,107.0,1728.0,131.0,984.0,337.0,1925.0,8328.0,"An open-source, low-code machine learning library in Python.",134.0,38,True,2024-02-20 04:09:05.000,3.3.0,96.0,pycaret,conda-forge/pycaret,,,,5328.0,5310.0,https://pypi.org/project/pycaret,2024-02-20 04:08:49.000,18.0,300942.0,301961.0,https://anaconda.org/conda-forge/pycaret,2024-03-10 21:35:37.045,43191.0,,,,,2.0,682.0,,,,,,,,,,,,,,,,,, +76,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-03-28 05:16:03.000000,2024-03-25 10:29:36,1761.0,14.0,689.0,119.0,568.0,149.0,784.0,8280.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,38,True,2024-02-12 02:35:06.000,0.15.2,90.0,tokenizers,conda-forge/tokenizers,,,,67779.0,67340.0,https://pypi.org/project/tokenizers,2024-02-12 02:24:30.000,439.0,20628670.0,20662632.0,https://anaconda.org/conda-forge/tokenizers,2024-02-12 11:07:11.714,1494360.0,,,,,1.0,47.0,,,,,,,,,,,,,,,,,, +77,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-03-28 14:12:42.000000,2024-03-28 13:55:11,21000.0,547.0,2074.0,179.0,3247.0,292.0,2060.0,7772.0,End-to-End Speech Processing Toolkit.,420.0,38,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,311.0,305.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,6.0,84870.0,84871.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,, +78,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-03-28 16:15:29.000000,2024-03-28 16:15:28,9736.0,126.0,1251.0,127.0,1154.0,137.0,926.0,7718.0,A PyTorch-based Speech Toolkit.,231.0,38,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1692.0,1661.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,2069634.0,2069634.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +79,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-03-28 14:10:33.000000,2024-03-28 12:54:27,4295.0,214.0,579.0,84.0,2263.0,204.0,698.0,5404.0,Flax is a neural network library for JAX that is designed for flexibility.,217.0,38,True,2024-03-14 11:35:04.000,0.8.2,43.0,flax,conda-forge/flax,,,['jax'],6840.0,6609.0,https://pypi.org/project/flax,2024-03-14 11:35:04.000,231.0,3209449.0,3210636.0,https://anaconda.org/conda-forge/flax,2024-03-14 12:49:40.118,42700.0,,,,,2.0,50.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,2024-03-27 19:51:51.000000,2024-03-27 19:51:46,6217.0,88.0,1502.0,106.0,4200.0,660.0,715.0,4143.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",304.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],17037.0,16813.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,224.0,3074454.0,3075252.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,27161.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +81,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-03-26 17:13:45.000000,2024-03-22 09:36:03,2262.0,33.0,554.0,87.0,810.0,253.0,912.0,3637.0,Manipulation and analysis of geometric objects.,153.0,38,True,2024-02-16 14:21:16.000,2.0.3,122.0,shapely,conda-forge/shapely,,,,66223.0,64818.0,https://pypi.org/project/shapely,2024-02-16 14:21:16.000,1405.0,21233722.0,21443431.0,https://anaconda.org/conda-forge/shapely,2024-02-19 19:30:03.013,9012825.0,,,,,2.0,3182.0,,,,,,,,,,,,,,,,,, +82,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-03-18 00:28:14.000000,2020-02-15 08:33:35,523.0,,6692.0,1287.0,166.0,666.0,225.0,32222.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,,,,28985.0,27258.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1727.0,842019.0,843829.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,150283.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +83,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-03-28 14:25:21.000000,2024-03-28 14:25:21,7452.0,178.0,3504.0,254.0,2909.0,942.0,2580.0,19910.0,Graph Neural Network Library for PyTorch.,490.0,37,True,2024-03-20 18:32:11.000,2.5.2,43.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],155.0,,https://pypi.org/project/torch-geometric,2024-03-20 18:32:11.000,155.0,239263.0,240125.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-02-22 16:44:15.527,37944.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +84,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-03-27 09:20:02.000000,2024-03-03 06:50:21,1649.0,5.0,2792.0,379.0,458.0,8.0,1835.0,14360.0,Python Echarts Plotting Library.,42.0,37,True,2024-03-03 07:03:55.000,2.0.5,4.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],3973.0,3973.0,https://pypi.org/project/pyecharts,,,166157.0,166158.0,,,,,,,,2.0,14.0,,,,,,,,,,,,,,,,,, +85,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-03-27 01:32:14.000000,2024-03-27 01:32:10,828.0,42.0,1579.0,130.0,710.0,422.0,467.0,13295.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,137.0,37,True,2024-03-19 00:00:56.000,1.4.2,57.0,albumentations,conda-forge/albumentations,,,['pytorch'],22192.0,21830.0,https://pypi.org/project/albumentations,2024-03-19 00:00:56.000,362.0,1537141.0,1540683.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,155864.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +86,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-03-27 11:52:59.000000,2024-03-12 16:24:01,4802.0,121.0,4872.0,383.0,691.0,583.0,1334.0,12093.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,222.0,22.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,200.0,253737.0,292826.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,185105.0,,,,,1.0,3681401.0,,,,,,,,,,,,,,,,,, +87,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-03-26 17:10:33.000000,2024-03-19 14:28:58,1383.0,15.0,1616.0,152.0,763.0,212.0,557.0,11938.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,119.0,37,True,2024-03-18 18:22:40.000,4.7.0,57.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2924.0,2728.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,196.0,561300.0,565935.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,421808.0,,,,,2.0,74.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,, +88,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-03-14 06:09:50.000000,2023-07-11 16:23:35,1095.0,,1519.0,251.0,664.0,415.0,1044.0,11653.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,37054.0,36023.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,1031.0,908151.0,910986.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,226830.0,,,,,1.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,2024-03-28 00:51:11.000000,2024-03-28 00:28:54,6281.0,278.0,2016.0,185.0,6127.0,126.0,1941.0,9784.0,NeMo: a framework for generative AI.,295.0,37,True,2024-02-28 06:18:16.000,1.23.0,72.0,nemo-toolkit,,,,['pytorch'],10.0,,https://pypi.org/project/nemo-toolkit,2024-02-28 05:27:18.000,10.0,59270.0,61614.0,,,,,,,,1.0,126616.0,,,,,,,,,,,,,,,,,, +90,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-03-27 07:59:23.000000,2024-03-24 16:59:48,1363.0,221.0,1761.0,131.0,175.0,3.0,968.0,9696.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",58.0,37,True,2024-03-22 10:14:08.000,0.0.89,88.0,deepface,,,,,2812.0,2790.0,https://pypi.org/project/deepface,2024-03-22 10:12:26.000,22.0,123916.0,123916.0,,,,,,,,1.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,2024-03-19 05:24:18.341000,2024-03-03 00:53:10,941.0,42.0,1096.0,123.0,278.0,36.0,689.0,9317.0,Unsupervised text tokenizer for Neural Network-based text generation.,84.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,60374.0,59358.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1016.0,18060497.0,18077811.0,https://anaconda.org/conda-forge/sentencepiece,2024-03-19 05:24:18.341,738584.0,,,,,1.0,35391.0,,,,,,,,,,,,,,,,,, +92,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-03-26 15:10:36.000000,2024-03-26 15:10:35,574.0,11.0,1139.0,265.0,163.0,109.0,167.0,8883.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,38540.0,37095.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,1445.0,964079.0,966760.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,243974.0,,,,,1.0,114.0,,,,,,,,,,,,,,,,,, +93,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-03-28 14:59:47.000000,2024-03-28 14:59:45,12120.0,86.0,1071.0,163.0,463.0,665.0,744.0,4057.0,Probabilistic reasoning and statistical analysis in TensorFlow.,488.0,37,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],468.0,,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,468.0,3146603.0,3149907.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,122284.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +94,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-03-28 07:11:42.000000,2024-03-16 12:24:21,3946.0,69.0,1059.0,152.0,1599.0,388.0,873.0,3641.0,Fast data visualization and GUI tools for scientific / engineering applications.,275.0,37,True,2024-03-07 18:08:05.000,0.13.4,22.0,pyqtgraph,conda-forge/pyqtgraph,,,,10091.0,9094.0,https://pypi.org/project/pyqtgraph,2024-03-07 18:08:05.000,997.0,235868.0,247263.0,https://anaconda.org/conda-forge/pyqtgraph,2024-03-07 20:24:16.458,512775.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +95,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-03-27 15:44:36.916000,2024-03-26 16:36:33,3833.0,20.0,520.0,148.0,1137.0,143.0,1624.0,2121.0,Rasterio reads and writes geospatial raster datasets.,155.0,37,True,2023-10-19 14:09:18.000,1.3.9,155.0,rasterio,conda-forge/rasterio,,,,11959.0,10838.0,https://pypi.org/project/rasterio,2024-03-03 01:11:49.000,1121.0,2527387.0,2602285.0,https://anaconda.org/conda-forge/rasterio,2024-03-27 15:44:36.916,2845825.0,,,,,2.0,854.0,,,,,,,,,,,,,,,,,, +96,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2024-03-21 08:08:41.000000,2024-03-21 08:08:33,1233.0,22.0,208.0,33.0,47.0,12.0,162.0,1554.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,66356.0,62794.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,3562.0,10532442.0,10532969.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,43784.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +97,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-03-20 16:09:34.000000,2024-03-18 05:03:14,1522.0,3.0,279.0,32.0,481.0,95.0,492.0,1399.0,Python library for reading and writing image data.,109.0,37,True,2024-02-12 02:14:34.000,2.34.0,90.0,imageio,conda-forge/imageio,,,,123555.0,120369.0,https://pypi.org/project/imageio,2024-02-12 02:14:29.000,3186.0,22423108.0,22562624.0,https://anaconda.org/conda-forge/imageio,2024-02-12 09:34:41.924,6138048.0,,,,,1.0,1020.0,,,,,,,,,,,,,,,,,, +98,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-03-26 00:39:12.000000,2024-03-18 17:50:48,1502.0,23.0,201.0,48.0,546.0,34.0,749.0,1115.0,Fiona reads and writes geographic data files.,72.0,37,True,2024-03-08 16:14:09.000,1.9.6,110.0,fiona,conda-forge/fiona,,,,18850.0,18752.0,https://pypi.org/project/fiona,2024-03-08 16:08:54.000,98.0,6258836.0,6379791.0,https://anaconda.org/conda-forge/fiona,2024-03-08 21:09:14.732,5322043.0,,,,,2.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-03-26 22:42:53.000000,2024-03-25 14:11:21,10251.0,87.0,543.0,71.0,2358.0,296.0,1739.0,1100.0,Machine learning for NeuroImaging in Python.,234.0,37,True,2024-01-29 09:31:15.000,0.10.3,46.0,nilearn,conda-forge/nilearn,,,['sklearn'],3291.0,2991.0,https://pypi.org/project/nilearn,2024-01-29 09:31:15.000,300.0,66807.0,73362.0,https://anaconda.org/conda-forge/nilearn,2024-01-29 13:01:39.700,262059.0,,,,,1.0,159.0,,,,,,,,,,,,,,,,,, +100,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-03-26 04:32:33.000000,2024-03-13 13:24:17,2322.0,4.0,6319.0,418.0,1329.0,1200.0,3040.0,29035.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],2980.0,2905.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,75.0,300403.0,301801.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,61355.0,,,,,2.0,330.0,,,,,,,,,,,,,,,,,, +101,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-03-04 20:45:33.000000,2020-06-01 14:58:26,2913.0,,2425.0,233.0,337.0,295.0,224.0,14090.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,,,,19417.0,18984.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,433.0,416425.0,419093.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,152120.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-03-28 11:31:38.000000,2024-03-28 11:31:36,3279.0,310.0,1593.0,123.0,3529.0,195.0,2960.0,13286.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",235.0,36,True,2024-03-25 10:44:41.000,1.25.1,85.0,haystack,,,,,258.0,171.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,87.0,4459.0,4459.0,,,,,,,,2.0,24.0,,,,,,,,,,,,,,,,,, +103,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-03-27 18:43:18.000000,2024-03-11 09:45:00,6030.0,10.0,3255.0,241.0,1521.0,1052.0,3864.0,10368.0,Open-source simulator for autonomous driving research.,171.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,679.0,672.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,20129.0,20129.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +104,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-03-28 12:59:50.000000,2024-03-28 12:49:31,27881.0,1906.0,1973.0,199.0,5168.0,24.0,3376.0,9200.0,Perform data science on data that remains in someone elses server.,506.0,36,True,2024-03-22 15:16:53.000,0.8.5,270.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2024-03-22 16:28:24.000,5.0,7647.0,7722.0,,,,,,,,1.0,2483.0,,,,,,,,,,,,,,,,,, +105,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-02-28 07:42:03.000000,2024-01-24 13:04:18,855.0,7.0,1218.0,141.0,493.0,30.0,548.0,6669.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,82.0,36,True,2024-01-24 19:22:58.000,0.12.0,34.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],25521.0,25521.0,https://pypi.org/project/imbalanced-learn,,,11339681.0,11351622.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-01-24 19:39:53.672,537362.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +106,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-03-28 11:54:14.000000,2024-03-28 10:38:45,3016.0,303.0,729.0,72.0,3375.0,215.0,803.0,6441.0,Build Production-Grade AI Applications.,196.0,36,True,2024-03-22 18:29:04.000,1.2.9,140.0,bentoml,,,,,1703.0,1689.0,https://pypi.org/project/bentoml,2024-03-22 18:29:04.000,14.0,70691.0,70724.0,,,,,,,,2.0,1757.0,,,,,,,,,,,,,,,,,, +107,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-03-28 15:25:49.000000,2024-03-27 22:11:13,2979.0,51.0,952.0,92.0,3256.0,305.0,2617.0,5205.0,AI Toolkit for Healthcare Imaging.,182.0,36,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],2066.0,2011.0,https://pypi.org/project/monai,2023-10-12 17:09:21.000,55.0,236453.0,237256.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,21698.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +108,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-03-28 16:01:59.000000,2024-03-26 16:36:54,10435.0,521.0,1595.0,147.0,2256.0,596.0,1229.0,5028.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",238.0,36,True,2022-12-01 14:00:47.111,2.7.1,835.0,deepchem,conda-forge/deepchem,,,['tensorflow'],344.0,332.0,https://pypi.org/project/deepchem,2024-03-26 19:50:17.000,12.0,21882.0,24030.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,105290.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +109,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-03-26 12:38:19.000000,2023-12-31 11:04:55,953.0,4.0,826.0,87.0,203.0,95.0,657.0,4101.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,36,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,382333.0,370206.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,12127.0,13568128.0,13568128.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +110,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-03-28 09:35:32.000000,2024-03-28 09:26:44,2313.0,148.0,206.0,65.0,132.0,71.0,545.0,3782.0,A Grammar of Graphics for Python.,106.0,36,True,2024-03-27 14:40:28.000,0.13.3,24.0,plotnine,conda-forge/plotnine,,,,7419.0,7142.0,https://pypi.org/project/plotnine,2024-03-27 12:22:26.000,277.0,2908351.0,2915987.0,https://anaconda.org/conda-forge/plotnine,2024-03-27 14:43:09.277,343661.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +111,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-03-27 12:10:38.000000,2024-03-20 19:18:06,8501.0,88.0,696.0,100.0,13164.0,53.0,819.0,3652.0,State of the Art Natural Language Processing.,112.0,36,True,2024-03-20 21:47:17.000,5.3.2,140.0,spark-nlp,,,,['spark'],435.0,402.0,https://pypi.org/project/spark-nlp,2024-03-20 19:09:17.000,33.0,3976224.0,3976224.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +112,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-03-27 17:31:54.000000,2024-03-27 17:31:53,10722.0,39.0,380.0,59.0,2945.0,1041.0,2145.0,2592.0,"With Holoviews, your data visualizes itself.",140.0,36,True,2024-03-22 00:10:16.630,3.0.2,79.0,holoviews,conda-forge/holoviews,,,['jupyter'],9822.0,9819.0,https://pypi.org/project/holoviews,,,412293.0,412652.0,https://anaconda.org/conda-forge/holoviews,,,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,359.0,2024-03-22 00:10:16.630,3.0,,,,,,,,,, +113,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-03-28 13:31:07.000000,2024-03-28 13:20:06,4212.0,210.0,417.0,35.0,3060.0,502.0,1054.0,2305.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,157.0,36,True,2024-03-12 17:38:28.000,0.43.4,90.0,pyvista,conda-forge/pyvista,,,['jupyter'],3038.0,2767.0,https://pypi.org/project/pyvista,2024-03-12 17:38:28.000,271.0,201188.0,211191.0,https://anaconda.org/conda-forge/pyvista,2024-03-12 20:44:20.350,449724.0,,,,,2.0,793.0,,,,,,,,,,,,,,,,,, +114,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-03-28 15:02:04.000000,2024-03-28 14:59:14,1734.0,129.0,361.0,26.0,1461.0,71.0,731.0,1879.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",232.0,36,True,2024-03-18 12:39:22.000,1.3.2,44.0,metrics,conda-forge/torchmetrics,,,['pytorch'],22360.0,22347.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,13.0,3939.0,39051.0,https://anaconda.org/conda-forge/torchmetrics,2024-03-18 14:59:09.500,1259152.0,,,,,2.0,4901.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,, +115,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-03-28 14:26:13.000000,2024-03-28 10:28:54,1335.0,98.0,408.0,58.0,1287.0,149.0,640.0,1610.0,The official Python client for the Huggingface Hub.,144.0,36,True,2024-03-26 13:42:41.000,0.22.1,105.0,huggingface_hub,conda-forge/huggingface_hub,,,,731.0,,https://pypi.org/project/huggingface_hub,2024-03-26 13:40:26.000,731.0,27841490.0,27885251.0,https://anaconda.org/conda-forge/huggingface_hub,2024-03-26 16:03:18.801,1619187.0,,,,,2.0,,,4.0,,,,,,,,,,,,,,,, +116,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-03-27 13:59:41.000000,2024-03-27 13:59:40,1536.0,14.0,368.0,49.0,1484.0,175.0,675.0,1510.0,Exploratory analysis of Bayesian models with Python.,154.0,36,True,2024-03-13 17:22:58.000,0.17.1,36.0,arviz,conda-forge/arviz,,,,6270.0,6091.0,https://pypi.org/project/arviz,2024-03-13 17:22:58.000,179.0,2063074.0,2108413.0,https://anaconda.org/conda-forge/arviz,2024-03-13 19:23:07.065,2085506.0,,,,,1.0,134.0,,,,,,,,,,,,,,,,,, +117,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-03-27 14:39:29.000000,2024-03-27 13:34:30,5811.0,46.0,257.0,37.0,798.0,128.0,400.0,620.0,Python package to access a cacophony of neuro-imaging file formats.,103.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,19084.0,17865.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1219.0,501356.0,516613.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,686607.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +118,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-03-22 21:40:44.000000,2024-03-13 15:16:33,391.0,3.0,4735.0,845.0,268.0,550.0,611.0,25515.0,Library for fast text representation and classification.,68.0,35,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,5972.0,5740.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,232.0,1140956.0,1142750.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,75357.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +119,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-03-27 11:25:38.000000,2023-09-04 11:42:16,615.0,,2908.0,302.0,246.0,372.0,585.0,21583.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,5731.0,5622.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,109.0,233450.0,451046.0,,,,,,,,1.0,9791822.0,,,,,,,,,,,,,,,,,, +120,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,,5072.0,499.0,152.0,1042.0,1353.0,20940.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,35,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],1881.0,1870.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,11.0,456749.0,686711.0,,,,,,,,2.0,2529590.0,,5.0,,,,,,,,,,,,,,,, +121,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-03-26 07:58:24.000000,2024-01-30 09:34:31,8771.0,53.0,2975.0,271.0,1231.0,169.0,660.0,17791.0,Best Practices on Recommendation Systems.,129.0,35,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,107.0,105.0,https://pypi.org/project/recommenders,2022-04-01 08:49:49.000,2.0,73435.0,73442.0,,,,,,,,1.0,470.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,, +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-03-18 22:48:00.000000,2023-10-18 07:33:05,791.0,,4457.0,437.0,440.0,380.0,1725.0,17653.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,35,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,150.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,129.0,803676.0,836361.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1143025.0,,,,,1.0,2406.0,,,,,,,,,,,,,,,,,, +123,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-03-28 16:14:23.000000,2024-03-28 12:05:50,18102.0,783.0,5885.0,70.0,11645.0,1172.0,15882.0,13994.0,The Unified AI Framework.,1468.0,35,True,2023-06-29 19:33:01.167,0.0.0,116.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,2024-03-15 11:49:07.000,9.0,2637.0,2637.0,,,,,,,,2.0,,,4.0,,,,,,,,,,,,,,,, +124,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-03-27 20:19:41.000000,2024-03-25 12:37:43,1333.0,2.0,2229.0,335.0,1588.0,372.0,1857.0,13900.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1153.0,1116.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,37.0,61651.0,61651.0,,,,,,,,2.0,,stable/horovod,,,,,,,,,,,,,,,,, +125,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-03-13 22:36:42.000000,2021-06-01 10:43:00,1848.0,,4403.0,547.0,714.0,402.0,1270.0,13865.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,,,,,5998.0,5645.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,353.0,33773.0,33773.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +126,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-02-06 22:23:52.000000,2023-08-20 17:38:53,890.0,,1120.0,320.0,267.0,54.0,343.0,12595.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,,,,3982.0,3694.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,288.0,1246692.0,1255942.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,388502.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +127,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,,2260.0,281.0,3096.0,91.0,2477.0,11679.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4162.0,3972.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,190.0,47943.0,49856.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,120521.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,, +128,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-03-25 21:51:50.000000,2024-03-24 05:07:22,3843.0,69.0,1159.0,193.0,2843.0,357.0,756.0,10717.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",153.0,35,True,2024-03-21 20:44:49.000,0.10.2,54.0,ludwig,,,,['tensorflow'],251.0,242.0,https://pypi.org/project/ludwig,2024-03-21 20:44:49.000,9.0,4756.0,4756.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +129,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-03-19 22:44:23.623000,2023-12-09 05:39:53,576.0,,2361.0,222.0,245.0,114.0,416.0,9915.0,A little word cloud generator in Python.,72.0,35,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,872.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,851.0,1485045.0,1495535.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,461576.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +130,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-03-27 09:38:35.000000,2024-03-21 17:15:57,2586.0,111.0,613.0,104.0,457.0,555.0,1224.0,8809.0,An open source multi-tool for exploring and publishing data.,78.0,35,True,2023-12-22 23:22:42.000,0.64.6,147.0,datasette,conda-forge/datasette,,,,1452.0,1219.0,https://pypi.org/project/datasette,2024-03-13 02:20:24.000,233.0,47825.0,48715.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,31115.0,,,,,1.0,62.0,,,,,,,,,datasette,,,,,,,,, +131,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-03-26 18:31:32.556000,2024-03-21 15:41:34,10411.0,13.0,1965.0,350.0,3422.0,143.0,1133.0,8399.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,35,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,35.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,35.0,70756.0,74214.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-03-26 18:31:32.556,141809.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +132,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-03-25 03:30:13.000000,2022-12-08 17:49:19,746.0,,987.0,136.0,227.0,342.0,271.0,8267.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,,,,54479.0,53113.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1366.0,4722916.0,4724265.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,85026.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +133,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-03-28 07:39:47.000000,2024-03-26 04:35:34,32393.0,99.0,1980.0,385.0,6787.0,2734.0,6580.0,6683.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",262.0,35,True,,,151.0,h2o,,,,,106.0,21.0,https://pypi.org/project/h2o,2024-03-14 11:02:05.000,85.0,365702.0,365702.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +134,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-03-20 10:04:55.000000,2024-03-18 16:03:25,2890.0,23.0,2084.0,176.0,1143.0,15.0,1414.0,6523.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,35,True,2024-03-18 14:01:33.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],260.0,260.0,https://pypi.org/project/OpenNMT-py,,,8625.0,8625.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +135,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-03-28 14:55:48.000000,2024-03-28 14:55:48,2469.0,548.0,1151.0,242.0,8411.0,766.0,1396.0,4966.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, etc.) on Intel..",96.0,35,True,2023-11-13 02:02:20.000,2.4.0,869.0,bigdl,,,,,54.0,49.0,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,1.0,14779.0,14782.0,,,,,,,,2.0,291.0,,-2.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,4.0,,, +136,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-03-28 13:22:42.000000,2024-03-28 13:09:34,1678.0,26.0,609.0,62.0,1820.0,150.0,1254.0,4441.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,459.0,35,True,2023-10-19 08:24:46.000,0.4.13,1571.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2811.0,2758.0,https://pypi.org/project/pytorch-ignite,2024-03-28 00:15:13.000,53.0,218909.0,221490.0,https://anaconda.org/pytorch/ignite,2023-10-19 08:25:55.130,178127.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +137,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-02-28 17:12:19.096000,2023-11-23 21:41:49,1136.0,,661.0,90.0,269.0,32.0,252.0,4250.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4097.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4097.0,5109997.0,5138375.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1277043.0,,,,,2.0,23.0,,,,,,,,,,,,,,,,,, +138,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-03-27 23:37:00.000000,2024-03-27 00:49:40,3725.0,100.0,797.0,58.0,1499.0,343.0,1223.0,3951.0,"Serve, optimize and scale PyTorch models in production.",187.0,35,True,2024-03-15 00:03:31.000,0.10.0,23.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],642.0,626.0,https://pypi.org/project/torchserve,2024-03-14 21:47:35.000,16.0,54863.0,81772.0,https://anaconda.org/pytorch/torchserve,2024-03-14 21:47:30.323,161017.0,https://hub.docker.com/r/pytorch/torchserve,2024-03-14 22:46:13.511478,23.0,1238387.0,2.0,5632.0,,,,,,,,,,,,,,,,,, +139,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-03-21 13:59:09.000000,2024-03-21 13:59:08,7368.0,18.0,609.0,117.0,1161.0,349.0,1107.0,3200.0,High-performance interactive 2D/3D data visualization library.,194.0,35,True,2024-03-14 16:50:16.000,0.14.2,38.0,vispy,conda-forge/vispy,,,['jupyter'],1598.0,1452.0,https://pypi.org/project/vispy,2024-03-14 16:13:05.000,144.0,92291.0,103314.0,https://anaconda.org/conda-forge/vispy,2024-03-15 02:52:28.032,462723.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,6.0,2020-03-15 14:39:41.516,2.0,,,,,,,,,, +140,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-02-23 00:11:47.000000,2024-02-07 15:14:19,5271.0,3.0,284.0,79.0,780.0,16.0,124.0,2781.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2024-02-07 18:33:24.000,8.2.3,232.0,thinc,conda-forge/thinc,,,,45137.0,44491.0,https://pypi.org/project/thinc,2024-02-07 18:16:46.000,646.0,6841120.0,6900355.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2724816.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,2024-03-28 11:34:22.000000,2024-03-24 23:49:13,2305.0,12.0,624.0,75.0,2864.0,204.0,717.0,2368.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",225.0,35,True,2024-03-28 15:39:10.000,2.2.2,33.0,torchaudio,,,,['pytorch'],625.0,,https://pypi.org/project/torchaudio,2024-03-27 21:12:31.000,625.0,4412879.0,4412879.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +142,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-03-28 16:15:35.000000,2024-03-27 15:52:31,4034.0,225.0,529.0,47.0,4293.0,285.0,921.0,2085.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,164.0,35,True,2024-03-11 22:26:17.000,0.35.1,56.0,pennylane,conda-forge/pennylane,,,,876.0,804.0,https://pypi.org/project/pennylane,2024-03-11 22:26:17.000,72.0,56204.0,57510.0,https://anaconda.org/conda-forge/pennylane,2024-03-19 12:55:56.428,36563.0,,,,,1.0,73.0,,,,,,,,,,,,,,,,,, +143,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-03-26 15:09:29.000000,2023-12-13 04:29:27,1518.0,,612.0,57.0,1881.0,87.0,896.0,1680.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14499.0,14274.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,1026565.0,1026565.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +144,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-03-26 18:33:29.000000,2024-02-11 16:39:29,1856.0,8.0,199.0,32.0,212.0,19.0,397.0,1356.0,The ctypes-based simple ImageMagick binding for Python.,104.0,35,True,2023-11-04 01:41:17.000,0.6.13,25.0,wand,conda-forge/wand,,,,18550.0,18550.0,https://pypi.org/project/wand,,,912992.0,914369.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,37800.0,,,,,2.0,44223.0,,,,,,,,,,,,,,,,,, +145,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-03-21 07:35:33.000000,2024-03-21 07:35:29,2816.0,50.0,275.0,33.0,209.0,42.0,500.0,1221.0,Python interface for igraph.,74.0,35,False,2024-02-14 11:09:57.000,0.11.4,40.0,python-igraph,conda-forge/igraph,,,,4272.0,3851.0,https://pypi.org/project/python-igraph,2024-02-14 11:09:57.000,421.0,582114.0,600402.0,https://anaconda.org/conda-forge/igraph,2024-02-13 16:32:10.931,508355.0,,,,,1.0,562551.0,,,,,,,,,,,,,,,,,, +146,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-03-19 19:42:50.000000,2024-03-13 00:47:35,874.0,10.0,323.0,44.0,1018.0,161.0,168.0,1191.0,Making text a first-class citizen in TensorFlow.,113.0,35,True,2024-03-11 20:48:59.000,2.16.1,69.0,tensorflow-text,,,,['tensorflow'],6721.0,6581.0,https://pypi.org/project/tensorflow-text,2024-03-11 17:56:47.000,140.0,6465862.0,6465862.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +147,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-03-28 14:54:35.000000,2024-03-28 14:34:15,1621.0,101.0,165.0,32.0,1513.0,70.0,177.0,1149.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,78.0,35,True,2024-03-26 16:13:41.000,2024.2.0,25.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],10138.0,10111.0,https://pypi.org/project/scikit-learn-intelex,2024-03-26 16:13:41.000,27.0,143799.0,150775.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-01-25 17:59:16.547,244180.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +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-03-18 22:29:33.000000,2024-03-18 22:27:21,1541.0,14.0,212.0,34.0,682.0,31.0,571.0,977.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,30454.0,28349.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2105.0,8481139.0,8647629.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7325582.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,2024-03-25 08:59:45.000000,2024-03-22 00:49:10,14865.0,61.0,506.0,51.0,2289.0,392.0,959.0,729.0,Workflows and interfaces for neuroimaging packages.,256.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4336.0,4158.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,178.0,156681.0,170525.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,595295.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,2024-03-28 06:55:50.000000,2024-03-28 06:51:03,1507.0,11.0,7269.0,382.0,654.0,465.0,3046.0,28417.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",266.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1686.0,1680.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,6.0,,5141.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,226240.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +151,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-03-28 01:24:18.000000,2024-03-28 01:24:13,7760.0,278.0,2643.0,296.0,189.0,27.0,1030.0,25815.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-03-23 02:30:10.000,7.5.6,633.0,netron,,,,"['pytorch', 'tensorflow']",87.0,12.0,https://pypi.org/project/netron,2024-03-23 02:30:10.000,75.0,28232.0,113255.0,,,,,,,,1.0,85023.0,,,,,,,,,,,,,,,,,, +152,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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3924.0,665.0,1674.0,137.0,1985.0,24088.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'],451.0,408.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,9053.0,26140.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2559.0,,,,,2.0,1122535.0,,,,,,,,,,,,,,,,,, +153,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-03-28 13:51:20.000000,2024-03-28 13:14:13,17628.0,975.0,2633.0,377.0,4817.0,428.0,3365.0,20511.0,The platform for customizing AI from enterprise data.,823.0,34,False,2024-03-26 10:44:05.000,24.3.5.0,459.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-03-26 10:48:21.000,,16095.0,16095.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-03-26 22:34:02.000000,2024-03-26 22:34:00,3786.0,48.0,871.0,138.0,170.0,103.0,989.0,11724.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",94.0,34,True,2024-03-20 21:35:23.000,16.1.2,235.0,ocrmypdf,conda-forge/ocrmypdf,,,,792.0,771.0,https://pypi.org/project/ocrmypdf,2024-03-20 21:35:23.000,21.0,83937.0,84330.0,https://anaconda.org/conda-forge/ocrmypdf,,,,,,,2.0,2756.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,, +155,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-03-28 15:30:07.000000,2024-03-27 23:12:19,2461.0,27.0,986.0,203.0,2289.0,249.0,834.0,8319.0,Deep universal probabilistic programming with Python and PyTorch.,154.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,116.0,324007.0,328134.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,148576.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +156,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-03-28 15:45:50.212000,2024-03-28 13:36:25,491.0,5.0,2328.0,283.0,142.0,310.0,316.0,7977.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",50.0,34,True,2024-03-28 14:07:52.000,3.10.2,57.0,SpeechRecognition,conda-forge/speechrecognition,,,,883.0,21.0,https://pypi.org/project/SpeechRecognition,2024-03-28 14:07:52.000,862.0,743458.0,747589.0,https://anaconda.org/conda-forge/speechrecognition,2024-03-28 15:45:50.212,177669.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +157,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-02-11 06:38:37.000000,2024-02-11 06:36:31,669.0,6.0,329.0,69.0,107.0,32.0,136.0,7830.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,34,True,2023-10-01 01:13:46.000,0.7.0,14.0,einops,conda-forge/einops,,,,30620.0,29752.0,https://pypi.org/project/einops,2023-10-01 01:13:46.000,868.0,6990845.0,6995546.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,192767.0,,,,,2.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,2024-03-27 07:51:10.000000,2024-03-01 05:10:21,4343.0,104.0,870.0,142.0,477.0,94.0,773.0,7013.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,34,True,2024-03-01 06:47:02.000,1.8.1,24.0,stanza,stanfordnlp/stanza,,,,2681.0,2584.0,https://pypi.org/project/stanza,2024-03-01 06:42:39.000,97.0,235863.0,236016.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7371.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +159,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-03-28 16:39:59.000000,2024-03-28 16:36:58,19542.0,662.0,475.0,52.0,2791.0,480.0,993.0,6570.0,"Visualize, create, and debug image and video datasets and model predictions.",116.0,34,True,2024-03-21 20:29:36.000,0.23.7,141.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",532.0,520.0,https://pypi.org/project/fiftyone,2024-03-21 19:43:17.000,12.0,55237.0,55237.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +160,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-03-28 13:07:53.000000,2024-03-28 13:07:48,2332.0,71.0,623.0,94.0,253.0,439.0,531.0,5171.0,"ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management.",93.0,34,True,2024-02-21 14:44:28.000,1.14.4,157.0,clearml,,allegroai/trains,,,1027.0,1009.0,https://pypi.org/project/clearml,2024-03-03 11:45:33.000,18.0,305064.0,305634.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30237.0,2.0,2297.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,2024-03-25 07:54:33.000000,2024-03-22 21:01:14,12193.0,63.0,1105.0,100.0,1329.0,152.0,746.0,4397.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,504.0,493.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,27647.0,28476.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,36480.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +162,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-03-26 22:39:55.000000,2024-03-19 23:55:14,1137.0,19.0,588.0,114.0,858.0,284.0,1039.0,4008.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",162.0,34,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3850.0,3677.0,https://pypi.org/project/coremltools,2023-11-01 14:33:59.000,173.0,196980.0,198410.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53804.0,,,,,2.0,9242.0,,,,,,,,,,,,,,,,,, +163,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-02-15 18:01:45.000000,2024-02-15 18:01:44,1293.0,3.0,2511.0,1972.0,533.0,386.0,1076.0,3933.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,102.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-02-06 19:36:25.000,48.0,602692.0,602700.0,,,,,,,,2.0,537.0,,,,,,,,,,,,,,,,,, +164,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-03-18 19:31:30.000000,2024-03-18 19:31:27,1181.0,7.0,1678.0,147.0,210.0,5.0,684.0,3434.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],343.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,343.0,3677020.0,3679207.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-30 18:21:57.617,94061.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +165,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-03-28 11:38:32.000000,2024-03-22 17:05:21,1303.0,9.0,804.0,283.0,1455.0,312.0,516.0,3431.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",154.0,34,True,2024-03-27 21:12:57.000,0.17.2,33.0,torchtext,,,,['pytorch'],500.0,,https://pypi.org/project/torchtext,2024-03-27 21:12:57.000,500.0,701683.0,701683.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,2024-03-25 17:23:00.000000,2024-03-21 23:43:21,1826.0,61.0,359.0,56.0,1566.0,71.0,409.0,2928.0,Bayesian optimization in PyTorch.,110.0,34,True,2024-02-27 06:16:38.000,0.10.0,43.0,botorch,conda-forge/botorch,,,['pytorch'],960.0,913.0,https://pypi.org/project/botorch,2024-02-27 06:16:38.000,47.0,171828.0,174175.0,https://anaconda.org/conda-forge/botorch,2024-02-27 09:02:55.942,100940.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +167,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,19.0,584.0,69.0,481.0,245.0,702.0,2266.0,Survival analysis in Python.,117.0,34,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2439.0,2305.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,134.0,488891.0,495789.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,317350.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +168,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-03-28 14:52:55.000000,2024-03-27 17:11:13,2920.0,142.0,286.0,68.0,1647.0,84.0,601.0,2248.0,Adaptive Experimentation Platform.,167.0,34,True,2024-03-01 16:28:08.000,0.3.7,40.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],708.0,679.0,https://pypi.org/project/ax-platform,2024-03-01 16:28:08.000,29.0,138801.0,139341.0,https://anaconda.org/conda-forge/ax-platform,2024-03-02 16:28:38.668,17826.0,,,,,1.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,2024-03-27 20:47:44.000000,2024-03-27 20:46:43,5127.0,155.0,507.0,20.0,1226.0,1009.0,621.0,2084.0,"This is the development home of the workflow management system Snakemake. For general information, see.",320.0,34,True,2024-03-27 20:47:44.000,8.10.4,326.0,snakemake,bioconda/snakemake,,,,2181.0,1912.0,https://pypi.org/project/snakemake,2024-03-27 20:47:44.000,269.0,182650.0,192572.0,https://anaconda.org/bioconda/snakemake,2024-03-24 11:17:21.196,1002146.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +170,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-03-28 14:59:21.000000,2024-03-27 17:12:24,1000.0,79.0,348.0,54.0,1147.0,309.0,388.0,2068.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,101.0,34,True,2024-03-25 13:32:21.000,1.18.0,59.0,optimum,conda-forge/optimum,,,,2020.0,1946.0,https://pypi.org/project/optimum,2024-03-25 11:40:25.000,74.0,1048706.0,1049225.0,https://anaconda.org/conda-forge/optimum,2024-03-25 13:36:48.402,11943.0,,,,,1.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,2024-03-28 15:05:53.000000,2024-03-17 09:58:07,3000.0,60.0,356.0,55.0,1145.0,314.0,944.0,1343.0,Cartopy - a cartographic python library with matplotlib support.,125.0,34,True,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,5112.0,4629.0,https://pypi.org/project/cartopy,2023-08-05 00:57:41.000,483.0,238728.0,313424.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3436033.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +172,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-02-23 21:54:31.000000,2024-02-23 21:54:27,1531.0,7.0,153.0,41.0,132.0,8.0,640.0,1160.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,34,True,2023-12-21 20:05:21.000,1.9.1,32.0,agate,conda-forge/agate,,,,3093.0,2944.0,https://pypi.org/project/agate,2023-12-21 20:05:21.000,149.0,6151228.0,6156130.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,166697.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +173,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-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13245.0,1565.0,227.0,764.0,584.0,51478.0,The worlds simplest facial recognition api for Python and the command line.,54.0,33,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],88.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,67.0,136856.0,136870.0,https://anaconda.org/conda-forge/face_recognition,,,,,,,2.0,1227.0,,,,,,,,,,,,,,,,,, +174,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-03-28 14:15:13.000000,2024-03-28 08:30:04,3046.0,121.0,4188.0,376.0,3756.0,391.0,1184.0,37527.0,"Making large AI models cheaper, faster and more accessible.",174.0,33,True,2024-03-07 15:38:25.000,0.3.6,36.0,,,,,,309.0,309.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +175,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-01-23 01:48:22.000000,2023-07-11 13:03:36,1421.0,,3770.0,755.0,1134.0,403.0,588.0,18896.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'],537.0,499.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,38.0,3674.0,3674.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +176,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2024-02-13 08:02:51.000000,2020-10-14 16:36:49,6226.0,,4630.0,1005.0,1869.0,362.0,658.0,16997.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1073.0,987.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,86.0,2753.0,2931.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7493.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +177,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-03-07 11:44:47.000000,2023-10-26 05:31:53,3012.0,,1800.0,285.0,3504.0,373.0,1680.0,13672.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,637.0,599.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,15671.0,15671.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +178,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-01-02 11:17:53.000000,2024-01-02 11:17:47,862.0,3.0,1363.0,419.0,85.0,32.0,159.0,9685.0,TensorFlow-based neural network library.,58.0,33,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1311.0,1258.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,53.0,24909.0,25430.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,27112.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,, +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,2024-02-26 15:57:08.680000,2024-02-23 19:03:07,2440.0,6.0,1539.0,289.0,430.0,284.0,637.0,9466.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,33,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2727.0,2665.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,62.0,40086.0,45551.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,245946.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +180,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,,898.0,259.0,148.0,108.0,103.0,9094.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,25520.0,23365.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,2155.0,7220074.0,7225782.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,525219.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +181,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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,4.0,1399.0,303.0,894.0,133.0,759.0,9054.0,AutoML library for deep learning.,143.0,33,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],667.0,654.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,21683.0,21918.0,,,,,,,,1.0,17934.0,,,,,,,,,,,,,,,,,, +182,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-03-28 11:13:27.000000,2024-03-08 03:19:52,2899.0,4.0,1619.0,87.0,1635.0,307.0,1831.0,8169.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",119.0,33,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1152.0,1148.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,4.0,2966.0,2966.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +183,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-03-16 17:37:28.000000,2024-03-16 17:36:36,1731.0,9.0,1310.0,148.0,207.0,196.0,145.0,7889.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,33,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3492.0,3427.0,https://pypi.org/project/pyod,2024-02-09 06:50:32.000,65.0,671943.0,673948.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,92258.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +184,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-03-28 07:58:11.000000,2024-03-27 21:08:38,880.0,66.0,702.0,280.0,1163.0,303.0,367.0,7498.0,"Build and manage real-life ML, AI, and data science projects with ease!.",83.0,33,True,2024-03-27 23:23:06.000,2.11.7,114.0,metaflow,conda-forge/metaflow,,,,640.0,612.0,https://pypi.org/project/metaflow,2024-03-27 23:23:06.000,28.0,242278.0,245962.0,https://anaconda.org/conda-forge/metaflow,2024-03-15 15:30:47.142,162096.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +185,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-03-28 03:20:09.000000,2024-03-27 18:39:46,38524.0,504.0,813.0,147.0,9358.0,1064.0,5048.0,7168.0,cuDF - GPU DataFrame Library.,274.0,33,True,2024-02-27 15:12:35.000,24.02.02,48.0,cudf,,,,,63.0,52.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,11.0,2959.0,2959.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +186,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-03-19 18:34:21.000000,2024-03-19 18:34:20,1349.0,34.0,858.0,158.0,1692.0,170.0,824.0,6999.0,An open source python library for automated feature engineering.,72.0,33,True,2024-02-26 17:29:32.000,1.30.0,105.0,featuretools,conda-forge/featuretools,,,,1647.0,1569.0,https://pypi.org/project/featuretools,2024-02-26 17:29:32.000,78.0,52848.0,56787.0,https://anaconda.org/conda-forge/featuretools,2024-02-27 14:54:50.393,177279.0,,,,,1.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,2024-03-27 01:29:58.000000,2024-03-27 01:29:57,1782.0,19.0,759.0,129.0,272.0,448.0,332.0,6890.0,Uniform Manifold Approximation and Projection.,129.0,33,True,2023-11-18 03:11:17.000,0.5.5,39.0,umap-learn,conda-forge/umap-learn,,,,595.0,1.0,https://pypi.org/project/umap-learn,2023-11-18 03:11:17.000,594.0,731000.0,782860.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2333716.0,,,,,2.0,,,5.0,,,,,,,,,,,,,,,, +188,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-03-27 17:09:43.000000,2024-03-18 20:32:51,3268.0,7.0,913.0,136.0,647.0,57.0,1118.0,6608.0,Python library for audio and music analysis.,120.0,33,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1580.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1580.0,2791404.0,2807842.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,723297.0,,,,,2.0,,,5.0,,,,,,,,,,,,,,,, +189,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-03-28 03:37:51.000000,2024-03-28 03:33:58,3061.0,148.0,708.0,140.0,99.0,91.0,327.0,5968.0,Fit interpretable models. Explain blackbox machine learning.,42.0,33,True,2024-03-18 15:53:29.000,0.6.0,48.0,interpret,,,,['jupyter'],676.0,644.0,https://pypi.org/project/interpret,2024-03-16 10:19:37.000,32.0,95445.0,95445.0,,,,,,,,1.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,,1397.0,290.0,6588.0,13.0,2030.0,5859.0,A flexible framework of neural networks for deep learning.,324.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3611.0,3207.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,404.0,19218.0,19559.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16716.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +191,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-02-02 08:20:24.000000,2023-07-28 00:16:45,2332.0,,1102.0,189.0,234.0,270.0,281.0,5514.0,Distributed Evolutionary Algorithms in Python.,87.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4941.0,4567.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,374.0,192147.0,200943.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,360672.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +192,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-03-25 20:10:53.000000,2024-02-20 12:08:36,610.0,11.0,680.0,109.0,187.0,14.0,341.0,5457.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,33,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,1250.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,1250.0,2248277.0,2261887.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,598860.0,,,,,2.0,,,5.0,,,,,,,,,,,,,,,, +193,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-03-27 03:23:18.000000,2024-03-25 02:49:46,29718.0,362.0,1559.0,183.0,2072.0,14.0,1579.0,4759.0,"mlpack: a fast, header-only C++ machine learning library.",311.0,33,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,2023-12-16 03:56:46.000,1.0,1744.0,5496.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,168877.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +194,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-03-26 23:13:15.000000,2024-03-26 22:58:37,1083.0,32.0,461.0,236.0,755.0,191.0,333.0,4500.0,Model interpretability and understanding for PyTorch.,110.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],1970.0,1907.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,63.0,232490.0,233305.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,22008.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +195,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-03-22 23:25:46.000000,2023-12-03 03:47:34,490.0,,595.0,66.0,216.0,191.0,155.0,3952.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6247.0,6181.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,66.0,833451.0,836947.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,136374.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +196,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2024-03-27 23:58:44.000000,2024-03-08 17:56:57,1272.0,30.0,234.0,36.0,427.0,85.0,209.0,3478.0,Lightning fast forecasting with statistical and econometric models.,38.0,33,True,2024-02-05 21:45:31.000,1.7.3,31.0,statsforecast,conda-forge/statsforecast,,,,792.0,766.0,https://pypi.org/project/statsforecast,2024-02-05 21:45:31.000,26.0,518092.0,520624.0,https://anaconda.org/conda-forge/statsforecast,2024-02-06 03:02:36.606,60769.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +197,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-02-13 11:58:20.000000,2024-02-13 11:57:59,1492.0,3.0,366.0,91.0,737.0,133.0,441.0,3188.0,Quickly and accurately render even the largest data.,55.0,33,True,2023-10-26 15:10:16.000,0.16.0,42.0,datashader,conda-forge/datashader,,,,3921.0,3784.0,https://pypi.org/project/datashader,2023-10-31 11:50:35.000,137.0,99182.0,116376.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,790964.0,,,,,2.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-03-27 15:12:51.000000,2024-03-27 15:12:33,2932.0,155.0,298.0,24.0,2692.0,168.0,1673.0,3049.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",83.0,33,True,2024-03-27 13:16:39.000,1.26.1,100.0,rubrix,conda-forge/rubrix,,,,2345.0,2345.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,309.0,1380.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28943.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,, +199,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-03-22 16:14:51.000000,2024-03-08 20:01:13,2938.0,10.0,692.0,77.0,858.0,272.0,629.0,2598.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",125.0,33,True,2024-03-08 20:41:28.000,0.1.25,25.0,pgmpy,,,,,923.0,890.0,https://pypi.org/project/pgmpy,2024-03-08 20:00:14.000,33.0,60705.0,60712.0,,,,,,,,2.0,316.0,,,,,,,,,,,,,,,,,, +200,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-03-24 12:39:43.000000,2024-02-19 19:00:58,3685.0,15.0,193.0,50.0,1354.0,129.0,716.0,1957.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,1951.0,1929.0,https://pypi.org/project/pythran,2024-01-07 21:21:39.000,22.0,219330.0,230149.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,454421.0,,,,,2.0,,,,,,,,,,,,,,,,,pythran,python-pythran, +201,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-03-28 12:36:49.000000,2024-03-01 15:29:40,1173.0,8.0,359.0,66.0,599.0,272.0,349.0,1449.0,A Jupyter - Leaflet.js bridge.,88.0,33,True,2024-01-23 17:57:40.189,0.18.2,81.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],8055.0,7880.0,https://pypi.org/project/ipyleaflet,2024-01-23 17:54:03.000,169.0,145653.0,180372.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1109300.0,,,,,2.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,10604.0,2024-01-23 17:57:40.189,6.0,,,,,,,,,, +202,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-03-28 00:40:31.000000,2024-03-27 13:15:08,13903.0,234.0,419.0,50.0,2072.0,151.0,769.0,662.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",158.0,33,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1145.0,1032.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,113.0,32887.0,43137.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,430519.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +203,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-03-15 22:01:37.000000,2024-02-10 14:20:58,4668.0,1.0,3212.0,254.0,718.0,68.0,946.0,28295.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,32,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",26.0,,https://pypi.org/project/tts,2023-12-12 15:27:06.000,26.0,102209.0,159574.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10544.0,,,,,2.0,2052100.0,,,,,,,,,,,,,,,,,, +204,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-03-28 16:16:39.000000,2024-03-28 16:16:38,3978.0,766.0,2561.0,264.0,3339.0,93.0,469.0,23327.0,You like pytorch? You like micrograd? You love tinygrad!.,292.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],55.0,55.0,,,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,, +205,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3420.0,466.0,671.0,590.0,672.0,14769.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1551.0,1461.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,90.0,6187.0,6187.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +206,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1760.0,263.0,114.0,96.0,535.0,11232.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,,,,5434.0,5254.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,180.0,343311.0,345599.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,199133.0,,,,,1.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,,1159.0,337.0,1683.0,523.0,1294.0,11148.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,389.0,368.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,21.0,21481.0,21609.0,,,,,,,,3.0,9674.0,,,,,,,,,,,,,,,,,, +208,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-03-28 14:50:02.000000,2024-03-27 17:14:31,1586.0,96.0,642.0,81.0,695.0,103.0,237.0,8153.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",46.0,32,False,2024-03-19 22:29:03.000,2.6.3,28.0,cleanlab,conda-forge/cleanlab,,,,294.0,284.0,https://pypi.org/project/cleanlab,2024-03-19 22:29:03.000,10.0,15617.0,16203.0,https://anaconda.org/conda-forge/cleanlab,2024-03-25 10:23:11.703,20511.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +209,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7778.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,42403.0,41395.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,1008.0,2470905.0,2496948.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1145706.0,,,,,2.0,413.0,,,,,,,,,,,,,,,,,, +210,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-03-28 09:32:56.000000,2024-03-16 11:05:51,1162.0,40.0,777.0,61.0,927.0,253.0,1133.0,7159.0,A python library for user-friendly forecasting and anomaly detection on time series.,113.0,32,True,2024-03-05 21:28:26.000,0.28.0,41.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,564.0,559.0,https://pypi.org/project/u8darts,2024-03-05 21:28:26.000,5.0,23650.0,24916.0,https://anaconda.org/conda-forge/u8darts-all,2024-03-06 11:14:27.080,40289.0,https://hub.docker.com/r/unit8/darts,2024-03-05 10:14:43.603879,,527.0,2.0,,,,,,,,,,,,,,,,,,, +211,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-03-25 21:56:46.000000,2024-03-13 19:58:20,1220.0,2.0,1078.0,124.0,274.0,250.0,420.0,7054.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,32,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,14629.0,14119.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,510.0,2304702.0,2316109.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,752905.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +212,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2023-12-05 22:52:30.000000,2023-11-16 08:43:39,1418.0,,863.0,219.0,220.0,160.0,233.0,6749.0,Efficiently computes derivatives of numpy code.,56.0,32,True,2015-03-05 19:30:11.000,1.0,7.0,autograd,conda-forge/autograd,,,,7672.0,7672.0,https://pypi.org/project/autograd,,,1283976.0,1303281.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,405411.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +213,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-03-13 10:47:19.000000,2024-03-13 09:36:57,2708.0,3.0,1119.0,209.0,1048.0,20.0,615.0,6513.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-03-13 10:47:20.000,1.6.0,63.0,deeppavlov,,,,['tensorflow'],380.0,380.0,https://pypi.org/project/deeppavlov,,,9726.0,9726.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,, +214,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,,1850.0,198.0,206.0,12.0,1343.0,6297.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1541.0,1494.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,47.0,14189.0,14548.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10366.0,,,,,3.0,163.0,,,,,,,,,,,,,,,,,, +215,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-03-25 07:36:14.000000,2023-12-16 19:23:13,1208.0,,650.0,65.0,132.0,54.0,434.0,5709.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",40.0,32,True,2023-12-16 19:24:49.000,2.4.1,209.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1366.0,1335.0,https://pypi.org/project/pytorch-metric-learning,2023-12-16 19:14:54.000,31.0,430583.0,430808.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11257.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +216,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,,2014-08-14 01:56:16.000,2024-03-28 16:03:23.000000,2024-02-23 15:26:08,1639.0,4.0,831.0,119.0,526.0,127.0,337.0,4747.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,104.0,32,False,2024-01-05 08:47:39.000,0.23.1,29.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],12682.0,12682.0,https://pypi.org/project/mlxtend,,,734443.0,741253.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,299649.0,,,,,2.0,,,-2.0,,,,,,,,,,,,,,,, +217,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-03-27 20:08:00.000000,2024-03-22 10:52:33,2173.0,31.0,279.0,45.0,2136.0,336.0,654.0,4713.0,Aim An easy-to-use & supercharged open-source experiment tracker.,64.0,32,True,2024-03-22 10:54:33.000,3.19.2,938.0,aim,conda-forge/aim,,,,515.0,493.0,https://pypi.org/project/aim,2024-03-27 20:08:00.000,22.0,82127.0,83460.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,42656.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +218,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1009.0,153.0,115.0,150.0,79.0,4466.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,,,,42435.0,41576.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,859.0,522619.0,526178.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,156629.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +219,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-03-15 22:40:06.000000,2024-03-15 22:39:59,618.0,4.0,117.0,76.0,66.0,14.0,124.0,3685.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2024-03-15 22:38:56.000,6.2.0,50.0,ftfy,conda-forge/ftfy,,,,18586.0,17924.0,https://pypi.org/project/ftfy,2024-03-15 22:38:56.000,662.0,4774891.0,4782319.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,282292.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +220,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-03-20 18:12:19.000000,2024-03-15 01:19:18,1424.0,31.0,453.0,56.0,770.0,40.0,476.0,3606.0,NeuralProphet: A simple forecasting package.,52.0,32,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],409.0,404.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,118325.0,118325.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +221,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,,591.0,77.0,78.0,72.0,161.0,3112.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,,,,5628.0,5459.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,169.0,2044297.0,2047281.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,241724.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +222,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-03-10 19:55:31.000000,2024-03-10 19:55:31,475.0,11.0,732.0,119.0,124.0,64.0,370.0,2930.0,"Hidden Markov Models in Python, with scikit-learn like API.",47.0,32,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2533.0,2385.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,148.0,190447.0,195437.0,https://anaconda.org/conda-forge/hmmlearn,2024-03-02 05:37:57.119,209612.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +223,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-03-28 11:19:27.000000,2024-03-26 12:27:03,832.0,47.0,341.0,42.0,909.0,33.0,281.0,2894.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",45.0,32,True,2024-03-04 14:51:09.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",276.0,273.0,https://pypi.org/project/python-doctr,2024-03-04 14:51:09.000,3.0,29271.0,100764.0,,,,,,,,2.0,2645243.0,,,,,,,,,,,,,,,,,, +224,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-03-11 17:08:08.000000,2024-03-11 17:08:03,974.0,11.0,223.0,39.0,530.0,71.0,173.0,2781.0,JAX-based neural network library.,81.0,32,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,1864.0,1774.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,90.0,280475.0,280888.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,15311.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,, +225,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-03-20 01:04:30.000000,2024-03-20 01:04:29,1637.0,3.0,323.0,61.0,188.0,126.0,193.0,2766.0,The machine learning toolkit for time series analysis in Python.,43.0,32,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1245.0,1196.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,397972.0,426519.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1284649.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +226,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-03-15 06:37:00.287000,2021-10-12 13:32:38,1570.0,,541.0,64.0,546.0,322.0,393.0,2717.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-03-14 18:24:11.000,0.10.1,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,280.0,,https://pypi.org/project/scikit-optimize,2024-03-14 18:24:11.000,280.0,762672.0,779095.0,https://anaconda.org/conda-forge/scikit-optimize,2024-03-15 06:37:00.287,706222.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +227,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,356.0,84.0,168.0,216.0,146.0,2320.0,D3 Renderings of Matplotlib Graphics.,52.0,32,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6127.0,5702.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,416.0,472804.0,477959.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,194112.0,,,,,2.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,842.0,2023-12-23 13:04:29.963,9.0,,,,,,,,,, +228,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-03-25 17:16:51.000000,2024-03-18 20:30:45,1372.0,19.0,306.0,22.0,46.0,35.0,202.0,2178.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,467.0,457.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,124888.0,125990.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,42996.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +229,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-03-28 14:33:01.000000,2024-03-28 14:32:57,202.0,11.0,255.0,56.0,74.0,50.0,222.0,1923.0,A Python wrapper for the tesseract-ocr API.,30.0,32,True,2023-10-09 13:43:55.000,2.6.2,19.0,tesserocr,conda-forge/tesserocr,,,,1024.0,952.0,https://pypi.org/project/tesserocr,2023-10-09 13:43:55.000,72.0,59673.0,62170.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,132327.0,,,,,2.0,158.0,,,,,,,,,,,,,,,,,, +230,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-03-18 20:43:45.000000,2023-12-27 10:12:23,938.0,,212.0,50.0,311.0,127.0,127.0,1767.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,32,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,7846.0,7683.0,https://pypi.org/project/evaluate,2023-10-13 15:54:47.000,163.0,2458406.0,2458406.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +231,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1584.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,9979.0,9443.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,536.0,602144.0,603776.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,138729.0,,,,,3.0,,,,,,,,,,,,,,,,,,,geocoder +232,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-02-23 02:51:07.000000,2024-02-23 02:45:37,1079.0,2.0,227.0,34.0,251.0,52.0,271.0,1505.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,,,,7703.0,7614.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,89.0,2980404.0,3005823.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1042180.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +233,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-03-08 08:08:06.000000,2024-02-23 12:54:19,825.0,8.0,327.0,120.0,778.0,215.0,166.0,1458.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",84.0,32,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3653.0,3623.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,30.0,996183.0,996183.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +234,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-03-27 10:13:17.000000,2024-03-27 10:13:16,13239.0,232.0,279.0,35.0,1760.0,463.0,625.0,997.0,Python package for earth-observing satellite data processing.,152.0,32,False,2024-02-21 11:29:00.000,0.47.0,93.0,satpy,conda-forge/satpy,,,,140.0,122.0,https://pypi.org/project/satpy,2024-02-21 11:29:00.000,18.0,55410.0,59509.0,https://anaconda.org/conda-forge/satpy,2024-02-21 15:57:59.122,184472.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +235,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-03-28 14:48:40.000000,2024-03-26 16:56:19,11416.0,168.0,237.0,56.0,12069.0,222.0,2174.0,929.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-02-20 18:12:18.000,0.2.128,148.0,hail,,,,['spark'],144.0,126.0,https://pypi.org/project/hail,2024-02-20 18:12:18.000,18.0,50403.0,50403.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +236,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,4.0,107.0,32.0,60.0,71.0,79.0,921.0,Describing statistical models in Python using symbolic formulas.,19.0,32,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,94465.0,91705.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,2760.0,15337200.0,15667008.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,9894267.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +237,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-03-28 04:33:36.000000,2024-03-28 04:31:46,1066.0,18.0,170.0,35.0,116.0,31.0,60.0,713.0,Snowball compiler and stemming algorithms.,34.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6840.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,6835.0,16762688.0,16848030.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7766162.0,,,,,2.0,,,7.0,,,,,,,,,,,,,,,, +238,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-03-28 13:41:38.000000,2024-03-28 13:41:38,166054.0,3867.0,89.0,52.0,2119.0,105.0,284.0,675.0,TensorFlow ROCm port.,4601.0,32,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,5757.0,5757.0,,,,,,,,3.0,21.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,, +239,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-03-17 08:58:36.000000,2023-07-13 08:50:20,531.0,,2701.0,385.0,120.0,232.0,561.0,24747.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],677.0,671.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,14359.0,73235.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,79526.0,,,,,2.0,3039432.0,,,,,,,,,,,,,,,,,, +240,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,189.0,1005.0,580.0,719.0,12466.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'],1565.0,1559.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,6.0,6070.0,6081.0,,,,,,,,2.0,668.0,,,,,,,,,,,,,,,,,, +241,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2436.0,458.0,260.0,577.0,363.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5321.0,4832.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,489.0,6901.0,6901.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +242,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-03-28 09:22:55.000000,2024-03-27 05:02:22,1146.0,19.0,1229.0,147.0,162.0,247.0,1244.0,8210.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,139.0,31,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],770.0,756.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,7616.0,7616.0,https://anaconda.org/pytorch3d/pytorch3d,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +243,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-03-11 18:51:27.000000,2024-03-11 18:51:26,551.0,4.0,1203.0,168.0,429.0,63.0,470.0,8054.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],100.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,79.0,251423.0,280529.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1338889.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +244,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-03-26 20:17:11.439000,2024-03-26 15:14:29,5965.0,99.0,968.0,112.0,1630.0,98.0,639.0,7448.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-03-25 22:52:24.000,2.10.0,100.0,perspective-python,conda-forge/perspective,,,['jupyter'],134.0,117.0,https://pypi.org/project/perspective-python,2024-03-25 22:45:59.000,17.0,5380.0,18705.0,https://anaconda.org/conda-forge/perspective,2024-03-26 20:17:11.439,529639.0,,,,,2.0,2485.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,1246.0,,,,,,,,,,,, +245,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-03-06 16:25:01.000000,2024-03-06 05:23:22,360.0,5.0,1455.0,134.0,134.0,14.0,322.0,7410.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2591.0,2472.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,119.0,353041.0,353042.0,,,,,,,,2.0,143.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,, +246,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-03-28 12:03:37.000000,2024-03-28 01:00:00,2131.0,50.0,832.0,100.0,2377.0,336.0,908.0,7016.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",117.0,31,True,2023-11-30 05:58:09.000,1.0.0,1434.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",11.0,2.0,https://pypi.org/project/autogluon,2024-03-27 09:05:15.000,9.0,93118.0,93246.0,,,,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,7209.0,2.0,,,,,,,,,,,,,,,,,,, +247,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-03-27 20:30:59.000000,2024-03-27 20:16:28,158.0,6.0,1042.0,197.0,104.0,149.0,302.0,5859.0,Official Kaggle API.,37.0,31,True,2024-03-25 15:49:29.000,1.6.8,67.0,kaggle,conda-forge/kaggle,,,,414.0,21.0,https://pypi.org/project/kaggle,2024-03-25 15:49:29.000,393.0,215406.0,218855.0,https://anaconda.org/conda-forge/kaggle,2024-03-27 03:31:06.340,144893.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +248,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,,1594.0,303.0,294.0,152.0,268.0,5392.0,Portfolio and risk analytics in Python.,59.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1015.0,981.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,34.0,9601.0,9778.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12940.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +249,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-03-24 01:46:34.000000,2024-03-18 18:05:11,3856.0,11.0,550.0,86.0,550.0,102.0,473.0,4726.0,Online machine learning in Python.,111.0,31,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,479.0,447.0,https://pypi.org/project/river,2023-12-05 00:13:21.000,32.0,32444.0,33979.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,53733.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +250,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-03-16 23:51:50.000000,2024-03-06 14:52:20,787.0,13.0,374.0,74.0,285.0,60.0,508.0,4514.0,Visualizer for pandas data structures.,30.0,31,True,2024-03-07 14:03:25.000,3.11.0,181.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1084.0,1061.0,https://pypi.org/project/dtale,2024-03-07 14:02:27.000,23.0,64852.0,70660.0,https://anaconda.org/conda-forge/dtale,2024-03-07 14:28:38.963,267195.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +251,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,71.0,367.0,97.0,460.0,4151.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,31,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,3020.0,2910.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,110.0,27797.0,27967.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4764.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +252,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-03-20 17:31:08.000000,2023-11-02 13:49:44,662.0,,822.0,151.0,127.0,124.0,104.0,4002.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,3214.0,3164.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,50.0,86613.0,87257.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,23860.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +253,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-03-28 14:45:20.000000,2024-03-26 09:00:51,1090.0,13.0,351.0,59.0,1346.0,125.0,174.0,3828.0,A Python toolbox for performing gradient-free optimization.,55.0,31,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,674.0,641.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,33.0,86080.0,87091.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,46525.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +254,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,186.0,737.0,274.0,669.0,3402.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,285.0,256.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,29.0,285047.0,285218.0,,,,,,,,3.0,15219.0,,,,,,,,,,,,,,,,,, +255,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-03-25 21:12:32.000000,2024-03-19 23:19:11,3844.0,17.0,533.0,61.0,889.0,343.0,969.0,3382.0,A highly efficient implementation of Gaussian Processes in PyTorch.,130.0,31,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2066.0,1973.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,93.0,227309.0,230530.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,148210.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +256,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-03-19 06:24:29.000000,2022-05-31 03:18:45,1556.0,,437.0,94.0,124.0,78.0,348.0,3268.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1134.0,1074.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,260430.0,263001.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,105429.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +257,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-03-11 01:00:49.000000,2024-03-11 00:59:40,984.0,4.0,570.0,99.0,335.0,36.0,717.0,3238.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,31,True,2024-03-11 01:00:49.000,1.0.4,74.0,pomegranate,conda-forge/pomegranate,,,,1130.0,1071.0,https://pypi.org/project/pomegranate,2024-03-11 01:00:49.000,59.0,61867.0,64992.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,143763.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +258,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-03-13 21:54:00.000000,2024-03-13 21:53:37,1286.0,12.0,277.0,54.0,219.0,51.0,416.0,2966.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,36.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,695.0,679.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,246405.0,267878.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,966303.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +259,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-03-28 05:26:40.000000,2024-02-02 23:52:02,700.0,1.0,250.0,42.0,812.0,72.0,284.0,2836.0,PyTorch extensions for high performance and large scale training.,73.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4620.0,4554.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,515550.0,521789.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,174694.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +260,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-03-21 04:52:57.000000,2024-03-04 19:25:47,1086.0,7.0,386.0,62.0,494.0,207.0,270.0,2810.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'],3472.0,3406.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,66.0,204616.0,205547.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,28875.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +261,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-03-26 13:01:26.000000,2024-03-26 12:56:36,1165.0,32.0,234.0,28.0,1006.0,98.0,415.0,2720.0,A python library for self-supervised learning on images.,38.0,31,True,2024-03-26 13:01:26.000,1.5.2,116.0,lightly,,,,['pytorch'],232.0,225.0,https://pypi.org/project/lightly,2024-03-26 13:01:26.000,7.0,28170.0,28170.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +262,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-03-28 13:33:26.000000,2024-03-28 13:33:26,1569.0,52.0,320.0,38.0,330.0,39.0,156.0,2631.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,37.0,31,True,2024-03-12 11:08:12.000,2.4.3,39.0,shapash,,,,['jupyter'],147.0,145.0,https://pypi.org/project/shapash,2024-03-12 11:08:12.000,2.0,8725.0,8725.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +263,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-03-18 14:51:34.000000,2024-03-18 14:51:33,2902.0,43.0,1055.0,122.0,513.0,61.0,299.0,2541.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,31,False,2024-03-04 11:18:50.000,8.7.0,46.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],309.0,,https://pypi.org/project/ipyparallel,2024-03-04 11:18:50.000,309.0,289477.0,313131.0,https://anaconda.org/conda-forge/ipyparallel,2024-03-04 15:06:17.077,969829.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +264,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,,385.0,39.0,149.0,44.0,241.0,2359.0,A library of sklearn compatible categorical variable encoders.,70.0,31,True,2023-10-29 20:28:53.000,2.6.3,20.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1587.0,1587.0,https://pypi.org/project/category_encoders,,,1574680.0,1583371.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,252039.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +265,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-03-23 17:09:33.000000,2024-02-27 19:12:34,4150.0,10.0,1075.0,154.0,1096.0,58.0,628.0,1744.0,Documentation and samples for ArcGIS API for Python.,89.0,31,True,2023-10-03 15:37:18.000,2.2.0,42.0,arcgis,,esridocker/arcgis-api-python-notebook,,,37.0,4.0,https://pypi.org/project/arcgis,2024-02-28 17:36:05.000,33.0,137817.0,137937.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,10815.0,,,,,,,,,,,,,,,,,, +266,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-03-22 18:13:39.000000,2024-03-05 19:49:17,712.0,11.0,310.0,44.0,365.0,71.0,210.0,1593.0,Training PyTorch models with differential privacy.,77.0,31,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],777.0,757.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,20.0,134327.0,134830.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,13047.0,,,,,2.0,108.0,,,,,,,,,,,,,,,,,, +267,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-03-28 16:14:52.000000,2024-03-28 16:14:49,3954.0,221.0,46.0,167.0,516.0,139.0,399.0,1444.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2024-03-07 18:04:28.000,4.3.0,71.0,lets-plot,,,,,72.0,67.0,https://pypi.org/project/lets-plot,2024-03-07 17:37:54.000,5.0,24211.0,24223.0,,,,,,,,2.0,635.0,,,,,,,,,,,,,,,,,, +268,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-03-27 22:26:26.000000,2024-03-27 08:24:35,1543.0,24.0,162.0,16.0,789.0,104.0,445.0,1266.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,107.0,31,True,2024-03-21 03:35:03.000,0.27.0,53.0,pyjanitor,conda-forge/pyjanitor,,,,569.0,569.0,https://pypi.org/project/pyjanitor,,,75203.0,79320.0,https://anaconda.org/conda-forge/pyjanitor,2024-03-21 06:08:00.698,189401.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +269,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-02-01 19:43:14.000000,2024-01-05 16:06:48,1120.0,12.0,277.0,45.0,512.0,27.0,182.0,1242.0,ARCH models in Python.,35.0,31,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,1556.0,1484.0,https://pypi.org/project/arch,2024-01-05 08:24:51.000,72.0,332675.0,338977.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,283606.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +270,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-03-27 20:13:39.000000,2024-03-27 18:03:22,10604.0,236.0,228.0,37.0,1463.0,206.0,347.0,1140.0,Computations and statistics on manifolds with geometric structures.,90.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,100.0,97.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3468.0,3574.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2235.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +271,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-03-28 13:47:11.000000,2024-03-28 13:47:10,3284.0,11.0,240.0,48.0,355.0,70.0,263.0,1023.0,"OpenCL integration for Python, plus shiny features.",95.0,31,True,2024-01-23 22:08:06.000,2024.1,95.0,pyopencl,conda-forge/pyopencl,,,,2052.0,1837.0,https://pypi.org/project/pyopencl,2024-01-23 22:46:25.000,215.0,94689.0,116708.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,990880.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +272,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-03-15 13:42:37.000000,2024-03-12 18:40:47,933.0,12.0,214.0,59.0,99.0,44.0,174.0,984.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1753.0,1697.0,https://pypi.org/project/tensorflow-transform,2023-08-11 23:14:04.000,56.0,841680.0,841680.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +273,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-03-27 03:34:32.000000,2024-03-27 03:34:31,661.0,20.0,98.0,23.0,514.0,322.0,408.0,919.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-01-30 08:44:06.000,0.9.2,65.0,hvplot,conda-forge/hvplot,,,,4782.0,4673.0,https://pypi.org/project/hvplot,2024-01-29 16:25:57.000,109.0,187325.0,187325.0,https://anaconda.org/conda-forge/hvplot,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +274,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-03-04 21:27:42.000000,2024-03-04 21:27:41,1930.0,17.0,226.0,18.0,292.0,50.0,267.0,806.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-02-18 21:10:04.000,1.4.8,47.0,salib,conda-forge/salib,,,,1155.0,1065.0,https://pypi.org/project/salib,2024-02-18 21:10:04.000,90.0,174706.0,178297.0,https://anaconda.org/conda-forge/salib,2024-02-18 23:23:58.271,147262.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +275,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,,2067.0,285.0,3401.0,51.0,1494.0,10418.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,2364.0,2364.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +276,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-03-27 00:28:16.000000,2024-03-27 00:28:12,2899.0,29.0,2174.0,193.0,425.0,207.0,473.0,8934.0,FinRL: Financial Reinforcement Learning.,111.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,36.0,36.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1573.0,1573.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +277,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-03-27 23:33:39.000000,2024-02-20 22:38:05,385.0,2.0,2150.0,286.0,97.0,311.0,447.0,8340.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,,,,1583.0,1564.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,7654.0,20533.0,https://anaconda.org/conda-forge/imageai,,,,,,,2.0,914422.0,,,,,,,,,,,,,,,,,, +278,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-03-22 08:35:13.000000,2024-03-12 04:38:33,1169.0,11.0,1318.0,100.0,632.0,691.0,520.0,7965.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,30,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2339.0,2339.0,,,,,4534.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,185918.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +279,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,828.0,7375.0,Automated Machine Learning with scikit-learn.,88.0,30,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],591.0,552.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,17295.0,17898.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,21112.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,, +280,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-03-26 16:33:18.000000,2024-03-26 16:33:17,990.0,12.0,892.0,137.0,675.0,128.0,310.0,6660.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,84.0,30,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,352.0,345.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,56468.0,56948.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,19224.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,, +281,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-03-20 06:15:53.000000,2023-01-31 19:40:04,3203.0,,1394.0,191.0,784.0,40.0,423.0,6055.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'],624.0,612.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,2219.0,2386.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7526.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +282,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-02-19 12:55:24.000000,2024-02-19 12:55:23,1086.0,5.0,371.0,81.0,527.0,54.0,453.0,5597.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1211.0,1157.0,https://pypi.org/project/skorch,2023-09-04 09:59:43.000,54.0,114644.0,133190.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,778963.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +283,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-03-23 22:27:54.000000,2024-03-23 22:27:49,596.0,11.0,731.0,83.0,328.0,55.0,320.0,4708.0,Uplift modeling and causal inference with machine learning algorithms.,60.0,30,True,2024-02-22 19:20:29.000,0.15.0,23.0,causalml,,,,,186.0,185.0,https://pypi.org/project/causalml,2024-02-22 19:17:30.000,1.0,99531.0,99531.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +284,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-03-27 20:24:13.000000,2022-09-24 16:20:26,585.0,,906.0,98.0,221.0,108.0,452.0,4644.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,30,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3803.0,3741.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,62.0,103090.0,103785.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20180.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +285,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-03-24 06:41:33.000000,2024-03-24 06:41:32,1452.0,14.0,762.0,76.0,1783.0,307.0,629.0,4206.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,16.0,295075.0,295100.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,742.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +286,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-03-27 19:56:05.000000,2024-03-21 16:37:15,15387.0,52.0,494.0,71.0,3447.0,839.0,1546.0,3864.0,cuML - RAPIDS Machine Learning Library.,169.0,30,True,2024-02-13 16:00:26.000,24.02.00,37.0,cuml,,,,,7.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,7.0,2518.0,2518.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +287,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,3.0,267.0,47.0,50.0,26.0,94.0,3811.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,,,,5155.0,5019.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,136.0,985498.0,992511.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,280535.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +288,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-03-02 01:06:27.711000,2023-02-26 20:07:33,189.0,,455.0,74.0,37.0,11.0,121.0,3796.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,,,,15553.0,15409.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,144.0,367621.0,690827.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,323206.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +289,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-03-21 19:29:13.000000,2024-03-15 19:57:42,1777.0,53.0,571.0,39.0,818.0,472.0,283.0,3545.0,Time series forecasting with PyTorch.,45.0,30,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,73799.0,75093.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,54359.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +290,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-03-25 09:04:27.051000,2024-03-25 08:55:18,3659.0,3.0,459.0,101.0,1047.0,255.0,368.0,3544.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],180.0,55.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,108.0,125401.0,156613.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1267738.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,3653.0,2024-03-25 09:04:27.051,17.0,,,,,,,,,, +291,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-03-20 16:59:01.000000,2023-11-21 21:15:59,435.0,,602.0,78.0,228.0,78.0,406.0,3404.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1327.0,1287.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,40.0,152413.0,166070.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,572489.0,,,,,1.0,709.0,,,,,,,,,,,,,,,,,, +292,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-03-28 14:53:40.000000,2024-03-22 18:47:37,1189.0,47.0,471.0,62.0,719.0,7.0,524.0,3384.0,On-device wake word detection powered by deep learning.,37.0,30,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,43.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,15.0,6419.0,6419.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +293,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-03-28 17:16:48.000000,2024-03-28 17:15:11,599.0,92.0,559.0,36.0,812.0,122.0,673.0,3046.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",76.0,30,True,2024-03-27 16:32:44.000,1.0.1,30.0,anomalib,,,,,61.0,58.0,https://pypi.org/project/anomalib,2024-03-27 16:33:12.000,3.0,11335.0,11634.0,,,,,,,,2.0,8098.0,,,,,,,,,,,,,,,,,, +294,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,324.0,67.0,75.0,15.0,121.0,2991.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,12799.0,12409.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,390.0,1637857.0,1641919.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,357509.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,2024-03-28 14:21:32.000000,2024-03-28 00:13:54,7479.0,378.0,338.0,83.0,8689.0,148.0,328.0,2789.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",113.0,30,True,2024-03-18 18:35:28.000,0.29.1,507.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-03-27 22:50:19.000,4.0,32559.0,32732.0,,,,,,,,3.0,7813.0,,,,,,,,,,,,,,,,,, +296,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-20 06:12:36.000000,2024-03-11 01:36:27,2702.0,30.0,366.0,37.0,517.0,50.0,216.0,2717.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,30,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,242.0,236.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,6.0,6971.0,7140.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7115.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +297,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-02-06 22:15:06.000000,2023-11-20 19:03:21,997.0,,482.0,57.0,136.0,345.0,167.0,2656.0,A high performance implementation of HDBSCAN clustering.,87.0,30,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3496.0,3255.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,241.0,392214.0,436824.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1829013.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +298,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-03-20 16:58:17.000000,2024-03-04 15:46:26,1711.0,13.0,421.0,44.0,364.0,22.0,349.0,2637.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",34.0,30,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,583.0,569.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,3424.0,3713.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12733.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +299,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-03-28 17:06:22.041000,2024-03-27 18:28:46,1123.0,42.0,266.0,34.0,451.0,104.0,332.0,2324.0,Scalable and user friendly neural forecasting algorithms.,42.0,30,True,2024-03-27 18:35:28.000,1.7.0,21.0,neuralforecast,conda-forge/neuralforecast,,,,123.0,116.0,https://pypi.org/project/neuralforecast,2024-03-27 18:35:28.000,7.0,31025.0,31574.0,https://anaconda.org/conda-forge/neuralforecast,2024-03-28 17:06:22.041,13182.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +300,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-03-28 17:08:37.000000,2024-03-28 17:08:32,5578.0,131.0,699.0,88.0,5822.0,201.0,853.0,2071.0,TFX is an end-to-end platform for deploying production ML pipelines.,182.0,30,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,2023-09-06 22:01:30.000,14.0,57979.0,57979.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +301,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-03-04 04:39:24.000000,2023-11-17 20:35:45,543.0,,154.0,43.0,77.0,6.0,127.0,1980.0,a python library for doing approximate and phonetic matching of strings.,31.0,30,True,,,14.0,jellyfish,conda-forge/jellyfish,,,,8447.0,8447.0,https://pypi.org/project/jellyfish,,,3053800.0,3071697.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,805389.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +302,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-03-27 18:17:10.000000,2024-02-07 13:16:15,2447.0,4.0,437.0,77.0,1264.0,148.0,682.0,1791.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],668.0,631.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,40377.0,40736.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,25136.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +303,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-03-18 00:35:46.000000,2024-03-18 00:35:45,446.0,11.0,282.0,61.0,103.0,22.0,99.0,1756.0,ffn - a financial function library for Python.,32.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,460.0,429.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,31.0,152590.0,152787.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6901.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,2024-02-16 20:09:56.000000,2024-02-16 20:09:51,1590.0,4.0,281.0,55.0,137.0,79.0,182.0,1725.0,"CUDA integration for Python, plus shiny features.",81.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2973.0,2748.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,225.0,42162.0,50075.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,284900.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,2024-03-28 16:16:01.000000,2024-03-28 05:27:51,1641.0,199.0,342.0,28.0,1698.0,193.0,101.0,1701.0,Pytorch domain library for recommendation systems.,222.0,30,True,2024-01-30 23:40:14.000,0.6.0,77.0,torchrec-nightly-cpu,,,,,98.0,98.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,339.0,339.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +306,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-03-15 11:44:36.000000,2024-03-15 11:44:10,1176.0,61.0,174.0,20.0,155.0,47.0,134.0,1660.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,24.0,30,True,2024-03-15 11:44:36.000,0.35.0,38.0,audiomentations,,,,,457.0,448.0,https://pypi.org/project/audiomentations,2024-03-15 11:44:36.000,9.0,37291.0,37291.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +307,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,17.0,374.0,52.0,125.0,41.0,421.0,1656.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,30,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,249.0,230.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,19.0,1154.0,1276.0,,,,,,,,1.0,11787.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,, +308,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-03-27 14:10:14.000000,2024-03-27 14:10:14,3874.0,145.0,277.0,27.0,571.0,85.0,711.0,1644.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,77.0,30,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,77.0,74.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1723.0,1723.0,,,,,,,,2.0,17.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-03-19 16:38:30.000000,2024-03-08 05:47:56,1058.0,7.0,216.0,54.0,204.0,29.0,279.0,1593.0,A full spaCy pipeline and models for scientific/biomedical documents.,32.0,30,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,892.0,861.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,31.0,27400.0,27400.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-03-02 12:05:58.000000,2024-03-02 12:05:58,1247.0,7.0,135.0,30.0,106.0,33.0,253.0,1504.0,Statistical package in Python based on Pandas.,44.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,1939.0,1865.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,66125.0,68657.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,113957.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +311,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-03-26 16:54:10.000000,2024-03-19 16:36:32,941.0,8.0,427.0,87.0,222.0,49.0,235.0,1413.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,30,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2693.0,2319.0,https://pypi.org/project/emcee,2023-02-02 20:53:47.943,374.0,147952.0,151399.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,324021.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +312,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-03-27 06:38:12.000000,2024-03-05 21:53:14,1943.0,46.0,301.0,23.0,2250.0,81.0,226.0,1175.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,30,True,2024-02-09 18:33:49.000,0.34.1,54.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",95.0,92.0,https://pypi.org/project/raiwidgets,2024-02-09 18:24:31.000,3.0,4839.0,4839.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +313,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-03-25 14:44:01.000000,2024-03-25 14:43:57,494.0,1.0,122.0,33.0,127.0,27.0,74.0,871.0,Python bindings and utilities for GeoJSON.,56.0,30,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,18091.0,16807.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,1284.0,2045250.0,2105844.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,787731.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +314,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-03-26 19:56:27.000000,2024-02-06 03:22:42,1674.0,17.0,282.0,42.0,1337.0,271.0,363.0,687.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2024-02-06 04:35:56.000,0.36.0,43.0,tensorflow-io,,,,['tensorflow'],36.0,,https://pypi.org/project/tensorflow-io,2024-02-06 04:34:40.000,36.0,3116428.0,3116428.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +315,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-03-28 11:40:59.000000,2024-03-28 11:40:58,1983.0,134.0,57.0,19.0,1481.0,30.0,209.0,506.0,The MLOps stack component for experiment tracking.,54.0,30,True,2024-03-25 18:37:39.000,1.10.1,204.0,neptune-client,conda-forge/neptune-client,,,,51.0,,https://pypi.org/project/neptune-client,2024-03-25 18:04:30.000,51.0,538171.0,543186.0,https://anaconda.org/conda-forge/neptune-client,2024-03-25 19:29:33.867,230704.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +316,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-03-19 19:46:21.000000,2024-02-13 15:18:25,17084.0,18.0,113.0,27.0,3567.0,506.0,3381.0,483.0,"Keep code, data, containers under control with git and git-annex.",55.0,30,True,2024-02-02 23:10:48.000,0.19.6,111.0,datalad,conda-forge/datalad,,,,68.0,,https://pypi.org/project/datalad,2024-02-02 23:10:48.000,68.0,21841.0,31291.0,https://anaconda.org/conda-forge/datalad,2024-02-03 04:09:03.909,425274.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +317,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,,107.0,24.0,53.0,37.0,56.0,475.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,,,,19610.0,19241.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,369.0,2083439.0,2101651.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,746694.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +318,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-03-25 08:27:47.000000,2023-12-23 16:11:39,302.0,,2729.0,142.0,45.0,119.0,133.0,17604.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,29,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],432.0,426.0,https://pypi.org/project/vit-pytorch,2023-12-23 16:12:25.000,6.0,17759.0,17759.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +319,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-03-28 15:44:38.000000,2024-03-19 13:30:49,2498.0,325.0,1098.0,114.0,2711.0,246.0,823.0,17437.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",98.0,29,True,2024-03-19 13:47:46.000,1.8.3,66.0,,,,,,,,,,,,570.0,,,,,,,,2.0,19959.0,,,,,,,,,,,,,,,,,, +320,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-02-24 20:52:11.000000,2023-04-19 14:13:08,2404.0,,3665.0,604.0,222.0,48.0,,12821.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2049.0,1976.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,73.0,21434.0,21434.0,,,,,,,,2.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,2024-03-27 09:28:46.000000,2023-12-28 07:35:14,2224.0,,2793.0,197.0,3626.0,1249.0,4075.0,11954.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,29,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],1.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,1.0,782.0,782.0,,,,,,,,2.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,,1840.0,217.0,46.0,96.0,94.0,8930.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,116572.0,117270.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,31421.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +323,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,2023-02-03 18:46:00.371000,2023-01-19 00:37:33,900.0,,1236.0,154.0,950.0,63.0,785.0,5749.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],82.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,61.0,114049.0,114049.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +324,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,881.0,127.0,38.0,69.0,144.0,5143.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3119.0,3072.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,47.0,884008.0,884325.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14585.0,,,,,1.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,2024-03-28 05:55:45.000000,2024-03-22 21:24:34,1570.0,17.0,811.0,147.0,1480.0,340.0,398.0,4959.0,Simple and Distributed Machine Learning.,116.0,29,True,2024-03-22 21:49:51.000,1.0.3,45.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,2024-03-22 21:49:51.000,3.0,169713.0,169713.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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4713.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2778.0,2732.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,250375.0,250382.0,,,,,,,,2.0,351.0,,,,,,,,,,,,,,,,,, +327,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,664.0,88.0,206.0,141.0,356.0,4579.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1439.0,1389.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,636554.0,638871.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,171478.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +328,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,444.0,42.0,124.0,65.0,154.0,4276.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,,,,1139.0,1106.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,135007.0,135531.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,17313.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +329,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-03-18 02:23:40.000000,2023-12-19 14:36:52,3303.0,,525.0,121.0,371.0,67.0,737.0,3961.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,29,True,,,12.0,dedupe,conda-forge/dedupe,,,,322.0,322.0,https://pypi.org/project/dedupe,,,79915.0,81516.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,43230.0,,,,,2.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,2024-02-24 20:17:14.000000,2024-02-24 20:17:13,454.0,9.0,515.0,113.0,92.0,19.0,101.0,3402.0,Module for automatic summarization of text documents and HTML pages.,31.0,29,True,2022-10-23 16:40:03.000,0.11.0,15.0,sumy,conda-forge/sumy,,,,2605.0,2605.0,https://pypi.org/project/sumy,,,284378.0,284606.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7525.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,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,,242.0,65.0,52.0,,,3285.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,29,True,2023-12-29 09:27:05.000,4.6.1,11.0,textdistance,conda-forge/textdistance,,,,5978.0,5978.0,https://pypi.org/project/textdistance,,,722281.0,729803.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,525696.0,,,,,2.0,999.0,,,,,,,,,,,,,,,,,, +332,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,,399.0,46.0,1085.0,6.0,353.0,3218.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1124.0,1086.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,38.0,11110.0,11110.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,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,672.0,109.0,72.0,99.0,123.0,2963.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10532.0,10353.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,179.0,81393.0,81393.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +334,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,,288.0,33.0,476.0,33.0,30.0,2938.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1175.0,1129.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,46.0,170173.0,170448.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9658.0,,,,,1.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-03-08 11:46:01.564000,2024-03-08 09:44:27,1163.0,26.0,380.0,49.0,73.0,142.0,478.0,2914.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-03-08 09:45:28.000,1.1.6,89.0,mljar-supervised,conda-forge/mljar-supervised,,,,108.0,106.0,https://pypi.org/project/mljar-supervised,2024-03-08 09:44:48.000,2.0,4619.0,5012.0,https://anaconda.org/conda-forge/mljar-supervised,2024-03-08 11:46:01.564,12972.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +336,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-03-20 16:55:01.000000,2024-03-20 16:53:52,2297.0,7.0,717.0,79.0,205.0,188.0,466.0,2717.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'],9.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,9.0,91668.0,91668.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +337,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-03-12 03:07:27.000000,2024-03-12 03:07:23,3526.0,20.0,341.0,154.0,1172.0,32.0,60.0,2685.0,Neural Network Libraries.,75.0,29,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,55.0,,https://pypi.org/project/nnabla,2023-12-06 09:31:24.000,55.0,3896.0,3907.0,,,,,,,,3.0,908.0,,,,,,,,,,,,,,,,,, +338,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-03-27 14:03:24.000000,2024-03-18 13:44:02,3499.0,61.0,515.0,109.0,346.0,396.0,683.0,2658.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",80.0,29,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,621.0,601.0,https://pypi.org/project/essentia,2023-10-27 09:13:56.000,20.0,29562.0,29562.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +339,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,,443.0,126.0,143.0,192.0,247.0,2598.0,PYthon svg GrAph plotting Library.,77.0,29,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,638.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,638.0,414891.0,417610.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,38076.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +340,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-03-07 14:21:38.000000,2023-12-03 09:09:14,2415.0,,254.0,27.0,1130.0,76.0,224.0,2554.0,Database system for AI-powered apps.,73.0,29,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,9240.0,29778.0,,,,,,,,3.0,410778.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,, +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,98.0,1045.0,260.0,297.0,2548.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'],1506.0,1484.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,65970.0,65970.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +342,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-03-18 12:42:13.000000,2018-08-19 12:37:47,130.0,,282.0,67.0,60.0,26.0,39.0,2387.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,29,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4691.0,4613.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,78.0,494081.0,496205.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,169936.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +343,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,3.0,336.0,44.0,57.0,67.0,207.0,2336.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,29,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],287.0,280.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,7474.0,7474.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +344,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-03-20 18:18:19.000000,2024-03-20 18:18:18,434.0,15.0,813.0,92.0,280.0,190.0,102.0,2283.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,29,True,2024-02-23 15:42:15.000,0.6.0,11.0,aif360,conda-forge/aif360,,,,400.0,384.0,https://pypi.org/project/aif360,2024-02-23 15:41:55.000,16.0,20366.0,20563.0,https://anaconda.org/conda-forge/aif360,2024-03-20 12:22:06.044,8309.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +345,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-02-29 15:39:19.000000,2024-02-28 15:45:58,1631.0,113.0,250.0,67.0,62.0,33.0,186.0,2073.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,29,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,,851.0,851.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +346,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-03-26 17:53:38.000000,2024-03-11 08:55:22,1482.0,37.0,201.0,50.0,251.0,165.0,157.0,2035.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",41.0,29,True,2024-03-11 08:52:03.000,0.33.5,173.0,graphistry,,,,['jupyter'],120.0,113.0,https://pypi.org/project/graphistry,2024-03-11 08:52:03.000,7.0,3543.0,3543.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +347,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-02-19 01:50:38.000000,2024-02-05 15:04:26,519.0,2.0,401.0,87.0,103.0,79.0,258.0,1991.0,bt - flexible backtesting for Python.,31.0,29,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1626.0,1598.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,28.0,8916.0,9517.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,21050.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +348,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,4.0,400.0,42.0,62.0,19.0,270.0,1856.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,,,,1503.0,1481.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,41337.0,42060.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,30389.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-02-07 20:20:08.000000,2024-02-07 20:20:03,285.0,2.0,355.0,52.0,77.0,78.0,111.0,1776.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'],6032.0,5869.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,163.0,169579.0,170720.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,78781.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +350,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-03-28 15:54:39.000000,2024-03-13 14:43:10,847.0,11.0,381.0,37.0,872.0,164.0,293.0,1776.0,A Python package to assess and improve fairness of machine learning models.,81.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,29.0,257792.0,258569.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,31086.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +351,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-03-27 09:20:57.000000,2024-03-01 06:55:15,860.0,18.0,117.0,20.0,361.0,108.0,224.0,1750.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,46.0,29,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,,['jax'],541.0,469.0,https://pypi.org/project/equinox,2024-01-10 21:26:20.000,72.0,86063.0,86063.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +352,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-02-16 16:14:43.000000,2024-02-16 16:14:36,365.0,1.0,255.0,48.0,312.0,232.0,184.0,1740.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,29,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],299.0,298.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,509326.0,509326.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +353,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,29,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",77.0,74.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,3.0,94079.0,94323.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13465.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +354,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-03-18 18:21:25.000000,2024-03-18 18:21:24,1851.0,7.0,269.0,45.0,270.0,60.0,193.0,1489.0,TensorLy: Tensor Learning in Python.,66.0,29,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,663.0,606.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,57.0,18527.0,23721.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363638.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +355,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,,162.0,32.0,245.0,,,1311.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2023-12-19 07:41:39.000,1.3.4,76.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1596.0,1551.0,https://pypi.org/project/spacy-transformers,2023-12-19 07:15:13.000,45.0,219127.0,220139.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,28340.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +356,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,6.0,420.0,51.0,39.0,16.0,139.0,1211.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2531.0,2497.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,34.0,402004.0,402869.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,40670.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +357,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-03-12 18:32:27.000000,2024-02-20 16:20:11,3027.0,9.0,266.0,34.0,37.0,2.0,488.0,1209.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,29,True,2024-03-12 18:32:27.000,0.41.2,209.0,ktrain,,,,['tensorflow'],511.0,508.0,https://pypi.org/project/ktrain,2024-03-12 18:32:27.000,3.0,10430.0,10430.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +358,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,,454.0,43.0,176.0,93.0,102.0,1028.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'],1577.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,1577.0,6182233.0,6213934.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2187392.0,,,,,3.0,,,7.0,,,,,,,,,,,,,,,, +359,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-03-21 17:55:27.760000,2024-03-14 15:41:32,813.0,2.0,246.0,41.0,504.0,271.0,255.0,879.0,Scalable Machine Learning with Dask.,78.0,29,True,2024-03-20 12:59:32.000,2024.3.20,36.0,dask-ml,conda-forge/dask-ml,,,,1060.0,985.0,https://pypi.org/project/dask-ml,2024-03-20 12:59:32.000,75.0,217772.0,235362.0,https://anaconda.org/conda-forge/dask-ml,2024-03-21 17:55:27.760,809149.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +360,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-03-23 14:48:20.000000,2024-03-23 14:48:19,668.0,5.0,101.0,14.0,95.0,72.0,62.0,835.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2023-11-20 18:50:25.000,0.5.11,30.0,pynndescent,conda-forge/pynndescent,,,,5914.0,5835.0,https://pypi.org/project/pynndescent,2023-11-20 18:50:25.000,79.0,944429.0,984842.0,https://anaconda.org/conda-forge/pynndescent,2023-11-20 21:14:19.693,1778183.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +361,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-03-27 11:18:18.000000,2024-03-23 23:16:48,1306.0,7.0,149.0,50.0,57.0,23.0,67.0,825.0,Computer Vision in Python.,34.0,29,True,2024-03-23 23:45:54.000,1.4.14,60.0,mahotas,conda-forge/mahotas,,,,1363.0,1233.0,https://pypi.org/project/mahotas,2024-03-23 23:28:32.000,130.0,14193.0,22989.0,https://anaconda.org/conda-forge/mahotas,2024-03-24 14:21:30.297,395830.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +362,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-03-27 16:44:29.000000,2024-03-27 16:44:28,1346.0,25.0,124.0,25.0,466.0,12.0,130.0,802.0,A Comparative Framework for Multimodal Recommender Systems.,21.0,29,True,2024-03-21 07:26:15.000,2.1.0,56.0,cornac,conda-forge/cornac,,,,220.0,204.0,https://pypi.org/project/cornac,2024-03-21 07:43:30.000,16.0,105823.0,113745.0,https://anaconda.org/conda-forge/cornac,2024-03-21 17:36:37.112,356523.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +363,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-03-13 18:52:55.000000,2024-03-13 18:52:54,954.0,15.0,162.0,49.0,83.0,35.0,144.0,748.0,Library for exploring and validating machine learning data.,26.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",875.0,845.0,https://pypi.org/project/tensorflow-data-validation,2023-08-14 06:58:23.000,30.0,198593.0,198602.0,,,,,,,,3.0,643.0,,,,,,,,,,,,,,,,,, +364,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-03-28 15:16:55.000000,2024-03-26 13:21:58,3068.0,61.0,110.0,17.0,266.0,11.0,141.0,746.0,Python bindings for MPI.,26.0,29,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,768.0,,https://pypi.org/project/mpi4py,2023-10-04 09:04:51.000,768.0,288218.0,346238.0,https://anaconda.org/conda-forge/mpi4py,2024-02-28 23:37:18.658,2358633.0,,,,,2.0,21700.0,,,,,,,,,,,,,,,,,, +365,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-03-27 17:33:31.000000,2024-03-27 17:33:30,813.0,21.0,73.0,25.0,379.0,108.0,231.0,558.0,"Simple, concise geographical visualization in Python.",31.0,29,True,2024-02-13 18:23:41.000,1.11.1,60.0,geoviews,conda-forge/geoviews,,,,967.0,926.0,https://pypi.org/project/geoviews,2024-03-20 15:15:16.000,41.0,10442.0,15512.0,https://anaconda.org/conda-forge/geoviews,2024-02-13 18:20:12.882,212946.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +366,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-02-07 14:29:13.000000,2024-02-07 14:27:33,227.0,4.0,57.0,13.0,202.0,13.0,186.0,309.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-02-07 14:29:13.000,3.9.0,71.0,pystan,conda-forge/pystan,,,,9969.0,9705.0,https://pypi.org/project/pystan,2024-02-07 14:29:13.000,264.0,1911640.0,1944996.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2801946.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +367,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,,1045.0,230.0,455.0,66.0,265.0,16727.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,28,True,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,,59493.0,59905.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,23078.0,2.0,,,,,,,,,,,,,,,,,,, +368,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4864.0,650.0,372.0,497.0,436.0,15274.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,593.0,554.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,39.0,1065.0,1065.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +369,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-03-25 21:29:17.000000,2024-03-20 12:48:52,1959.0,2.0,2383.0,280.0,910.0,195.0,675.0,14021.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",123.0,28,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,3159.0,3168.0,,,,,,,,2.0,394.0,,,,,,,,,,,,,,,,,, +370,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-03-28 16:08:09.000000,2024-03-28 16:07:15,885.0,208.0,922.0,87.0,406.0,209.0,315.0,10598.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",73.0,28,False,2024-03-27 17:47:45.000,2.0.25,100.0,pandas-ai,,,,,2809.0,2809.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,2.0,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,, +371,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-02-22 06:27:52.000000,2022-11-08 22:11:16,98.0,,1772.0,204.0,72.0,109.0,36.0,9962.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,302905.0,302905.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +372,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,,909.0,267.0,98.0,82.0,81.0,7305.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],234.0,226.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,273620.0,273620.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +373,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1325.0,175.0,46.0,79.0,237.0,6759.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'],33.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,12.0,72098.0,72098.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +374,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,626.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,28,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,59.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,38.0,2977.0,2977.0,,,,,,,,3.0,6.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,, +375,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2023-10-22 09:33:23.000000,2023-10-22 09:33:23,779.0,,1156.0,211.0,91.0,194.0,120.0,5624.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,,,,,470.0,450.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,20.0,13473.0,13473.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +376,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,,1368.0,205.0,158.0,44.0,227.0,5478.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'],804.0,750.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,54.0,1688.0,1688.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +377,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,275.0,438.0,221.0,329.0,4812.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'],352.0,312.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,40.0,355.0,355.0,,,,,,,,3.0,19.0,,,,,,,,,,,,,,,,,, +378,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-03-07 14:59:40.000000,2022-08-06 21:47:18,182.0,,426.0,71.0,61.0,101.0,56.0,4377.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,,,,,1468.0,1461.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,247646.0,247646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +379,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,,963.0,145.0,31.0,46.0,77.0,4214.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,,,,8324.0,8127.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,197.0,194194.0,194575.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13749.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +380,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-03-19 16:05:31.000000,2024-03-19 16:05:30,525.0,2.0,716.0,175.0,81.0,8.0,279.0,4149.0,A python wrapper for Alpha Vantage API for financial data.,43.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,543.0,511.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,37972.0,38142.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6460.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +381,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-03-12 23:51:20.000000,2023-11-02 03:20:28,249.0,,825.0,52.0,51.0,63.0,106.0,4091.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,28,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1663.0,1644.0,https://pypi.org/project/facenet-pytorch,2021-03-10 01:00:20.000,19.0,53883.0,70510.0,,,,,,,,3.0,864623.0,,,,,,,,,,,,,,,,,, +382,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,,407.0,37.0,56.0,118.0,43.0,3937.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'],13345.0,13225.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,265881.0,265881.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +383,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,,971.0,219.0,408.0,140.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,,,,,1300.0,1040.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,260.0,2136.0,2136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +384,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-03-28 11:26:18.000000,2024-03-25 09:43:24,485.0,2.0,513.0,37.0,510.0,12.0,,3496.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,38.0,28,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,985.0,972.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,13.0,129117.0,131603.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,54185.0,,,,,3.0,22876.0,,,,,,,,,,,,,,,,,, +385,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-03-25 19:57:27.000000,2024-03-25 19:55:52,1197.0,4.0,405.0,83.0,54.0,57.0,202.0,3357.0,A library of reinforcement learning components and agents.,85.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],195.0,192.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,3081.0,3285.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8163.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,, +386,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-03-23 17:35:58.000000,2024-02-22 12:17:17,1487.0,9.0,234.0,17.0,1733.0,278.0,726.0,3294.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,,,,,367.0,360.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,54638.0,54666.0,,,,,,,,2.0,815.0,,,,,,,,,,,,,,,,,, +387,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,2.0,329.0,47.0,120.0,62.0,135.0,2805.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1122.0,1098.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,153513.0,155165.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,66100.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +388,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,8.0,472.0,97.0,43.0,89.0,240.0,2710.0,Learning to Rank in TensorFlow.,34.0,28,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,13.0,105428.0,105428.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +389,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,,304.0,65.0,14.0,28.0,46.0,2236.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11171.0,10956.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,215.0,380976.0,380976.0,,,,,,,,2.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,2024-03-13 07:28:49.000000,2024-03-07 17:28:22,718.0,6.0,247.0,39.0,530.0,138.0,234.0,2055.0,"Algorithms for outlier, adversarial and drift detection.",22.0,28,False,2024-01-22 16:25:25.000,0.11.5,37.0,alibi-detect,,,,,428.0,422.0,https://pypi.org/project/alibi-detect,2024-01-22 16:14:47.000,6.0,29048.0,29048.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +391,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-03-27 16:11:00.000000,2024-03-05 00:32:58,1508.0,54.0,79.0,18.0,281.0,30.0,60.0,1551.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",34.0,28,True,2024-03-05 00:43:05.074,2.9.2,107.0,usearch,,unum/usearch,,,74.0,60.0,https://pypi.org/project/usearch,2024-03-05 00:47:38.000,4.0,32427.0,40819.0,,,,https://hub.docker.com/r/unum/usearch,2024-03-05 00:42:37.565844,1.0,71.0,3.0,1120.0,,,,usearch,https://www.npmjs.com/package/usearch,8275.0,2024-03-05 00:43:05.074,10.0,,,,,,,,,, +392,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,177.0,34.0,72.0,20.0,52.0,1447.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2740.0,2725.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,15.0,1572671.0,1573183.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19487.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +393,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-03-28 09:13:00.000000,2024-03-28 09:12:47,571.0,38.0,410.0,30.0,49.0,16.0,122.0,1369.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,573.0,551.0,https://pypi.org/project/minisom,2024-02-16 09:47:58.000,22.0,23105.0,23105.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +394,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-03-14 18:03:58.000000,2024-03-14 18:03:57,1040.0,26.0,113.0,24.0,115.0,30.0,52.0,1278.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",23.0,28,True,2024-03-12 03:37:43.000,1.4.3,46.0,imodels,,,,,76.0,69.0,https://pypi.org/project/imodels,2024-03-11 20:28:16.000,7.0,132282.0,132282.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +395,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-03-27 22:11:07.000000,2024-03-27 22:11:06,1431.0,33.0,269.0,74.0,104.0,34.0,54.0,1235.0,Model analysis tools for TensorFlow.,57.0,28,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2023-08-14 20:39:41.000,23.0,82396.0,82396.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +396,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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,340.0,71.0,87.0,27.0,26.0,1214.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1480.0,1336.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,144.0,30023.0,30381.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26163.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +397,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,328.0,40.0,301.0,24.0,200.0,1209.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,381.0,359.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,18763.0,18763.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,2024-03-20 16:46:09.000000,2023-12-21 17:09:15,394.0,,177.0,26.0,32.0,4.0,129.0,1179.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],516.0,506.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,10.0,103198.0,103541.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17866.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +399,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,1.0,250.0,41.0,39.0,68.0,590.0,1138.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,,,,672.0,637.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,35.0,58577.0,59966.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,60922.0,,,,,2.0,502.0,,,,,,,,,,,,,,,,,, +400,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-03-25 13:40:07.000000,2024-03-24 14:11:09,505.0,22.0,112.0,23.0,346.0,31.0,269.0,1133.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-03-19 11:51:08.000,0.8.0,49.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],141.0,133.0,https://pypi.org/project/scikit-lego,2024-03-19 13:04:30.000,8.0,26727.0,27734.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,46332.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +401,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-03-28 15:40:16.000000,2024-03-01 21:07:56,1064.0,34.0,206.0,24.0,133.0,24.0,188.0,1050.0,Survival analysis built on top of scikit-learn.,18.0,28,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],458.0,444.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,14.0,86168.0,88974.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,78568.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +402,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,34.0,86.0,88.0,122.0,899.0,A scikit-learn based module for multi-label et. al. classification.,28.0,28,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1532.0,1507.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,85591.0,85591.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +403,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-03-07 10:58:08.000000,2024-03-03 16:20:10,323.0,61.0,86.0,20.0,113.0,36.0,77.0,569.0,pyspark methods to enhance developer productivity.,27.0,28,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],82.0,75.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,827356.0,827356.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,, +404,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,38.0,12.0,69.0,7.0,26.0,208.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,40821.0,40566.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,255.0,6090645.0,6139776.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2063528.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +405,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,2023-11-27 11:39:00.000000,2023-11-27 11:38:59,333.0,,1387.0,430.0,50.0,98.0,87.0,10353.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,30326.0,30326.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +406,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,350.0,79.0,48.0,231.0,7900.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,737.0,711.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2933.0,3327.0,,,,,,,,3.0,31154.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,, +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,,1500.0,131.0,51.0,155.0,141.0,7709.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,141666.0,220414.0,,,,,,,,2.0,3779935.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,,1639.0,460.0,698.0,33.0,441.0,7287.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'],40.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,40.0,2054.0,2076.0,,,,,,,,2.0,1999.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,,1352.0,348.0,14.0,42.0,65.0,6298.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1341.0,1299.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,42.0,27769.0,27769.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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,1004.0,146.0,93.0,88.0,305.0,6157.0,A Python scikit for building and analyzing recommender systems.,45.0,27,False,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,127153.0,135195.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,353867.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +411,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,125.0,64.0,136.0,74.0,5014.0,Image augmentation library in Python for machine learning.,23.0,27,True,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,755.0,726.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,29.0,8133.0,8133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +412,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-03-07 18:10:01.000000,2023-10-05 16:17:35,6152.0,,519.0,152.0,1906.0,310.0,1329.0,4384.0,ArrayFire: a general purpose GPU library.,88.0,27,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,9.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,9.0,1365.0,1419.0,,,,,,,,2.0,5715.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,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,104.0,617.0,89.0,606.0,4184.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],88.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,88.0,501259.0,503005.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,75106.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +414,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-03-09 16:20:29.000000,2023-09-01 03:04:11,1137.0,,719.0,60.0,1013.0,167.0,739.0,4009.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'],120.0,117.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,6039.0,6039.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +415,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,283.0,226.0,11.0,356.0,3861.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,1046270.0,1046682.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,21015.0,,,,,3.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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,95.0,48.0,32.0,3470.0,Python library that makes it easy for data scientists to create charts.,25.0,27,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,86.0,76.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,10.0,26996.0,27457.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29565.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +417,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-03-09 03:35:01.000000,2024-03-08 19:28:28,465.0,16.0,271.0,50.0,458.0,59.0,255.0,3287.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,27,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,4.0,9431.0,10503.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,38305.0,,,,,2.0,385.0,,,,,,,,,,,,,,,,,, +418,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-01-10 22:28:30.000000,2023-09-10 15:15:16,1059.0,,234.0,62.0,112.0,8.0,266.0,3166.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,526.0,517.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,15399.0,15416.0,,,,,,,,3.0,1046.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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,2.0,363.0,82.0,63.0,154.0,189.0,3144.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,,,,474.0,446.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,28.0,3556.0,11157.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,638557.0,,,,,3.0,,,-2.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,,1007.0,166.0,215.0,43.0,146.0,3051.0,Performance analysis of predictive (alpha) stock factors.,25.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,701.0,683.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,18.0,1593.0,1872.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20392.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +421,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,,455.0,83.0,245.0,61.0,154.0,3032.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,178.0,176.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,56497.0,56498.0,,,,,,,,3.0,75.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,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,416.0,64.0,932.0,315.0,745.0,2873.0,StellarGraph - Machine Learning on Graphs.,37.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],263.0,255.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,8.0,5212.0,5212.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +423,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-03-26 12:09:06.000000,2024-03-26 12:08:52,1545.0,45.0,613.0,45.0,28.0,1.0,420.0,2839.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'],21.0,21.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,563.0,563.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +424,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,264.0,52.0,19.0,36.0,97.0,2825.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2119.0,2099.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,20.0,78778.0,79525.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,27672.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +425,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-03-04 15:26:06.000000,2022-09-28 17:12:28,249.0,,302.0,30.0,320.0,76.0,38.0,2649.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,27,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],880.0,879.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,20079.0,20169.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2791.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +426,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-03-20 21:18:44.000000,2024-03-20 21:18:44,92.0,14.0,317.0,29.0,286.0,48.0,313.0,2352.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,27,True,2024-02-28 21:47:30.000,0.1.2,19.0,adapter-transformers,,,,['huggingface'],35.0,28.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,88439.0,88439.0,,,,,,,,3.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,, +427,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,,2019-02-26 10:10:56.000,2024-03-25 00:23:28.000000,2024-03-08 14:56:57,654.0,6.0,282.0,53.0,645.0,144.0,225.0,2278.0,Algorithms for explaining machine learning models.,21.0,27,False,2024-01-22 16:23:03.000,0.9.5,32.0,alibi,,,,,569.0,569.0,https://pypi.org/project/alibi,,,24608.0,24608.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +428,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-03-22 18:10:22.000000,2024-01-30 18:07:43,695.0,34.0,228.0,36.0,146.0,8.0,140.0,2269.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,27,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,170.0,167.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,3.0,13173.0,13180.0,,,,,,,,3.0,296.0,,,,,,,,,,,,,,,,,, +429,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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,3.0,285.0,56.0,14.0,21.0,79.0,2195.0,Beautiful visualizations of how language differs among document types.,14.0,27,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,524.0,513.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,11.0,14410.0,15503.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,86422.0,,,,,3.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,,317.0,64.0,38.0,96.0,160.0,2170.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'],369.0,345.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,24.0,10077.0,10077.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +431,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,89.0,124.0,33.0,230.0,2166.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,,,,1835.0,1720.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,115.0,37293.0,38982.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,138527.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +432,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,491.0,41.0,24.0,66.0,38.0,2112.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,27,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4914.0,4863.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,79849.0,80080.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11320.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +433,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-02-21 23:17:37.000000,2024-02-21 23:13:33,479.0,8.0,385.0,63.0,153.0,7.0,92.0,2092.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,,,,,618.0,601.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,17.0,47873.0,47873.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +434,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-01-24 14:27:34.000000,2021-07-16 09:03:20,66.0,,463.0,39.0,43.0,64.0,58.0,2053.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'],2025.0,2011.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,79226.0,83642.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,485.0,,,,,3.0,255477.0,,,,,,,,,,,,,,,,,, +435,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-03-28 06:17:40.000000,2024-03-28 06:17:39,1916.0,245.0,124.0,30.0,163.0,17.0,20.0,1825.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2024-03-21 07:36:40.000,0.5.1,145.0,labml,,,,,146.0,140.0,https://pypi.org/project/labml,2024-03-21 07:36:40.000,6.0,3857.0,3857.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +436,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,16.0,160.0,61.0,68.0,65.0,130.0,1795.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,27,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,390.0,380.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,10.0,685.0,685.0,,,,,,,,3.0,31.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,,212.0,36.0,1081.0,25.0,496.0,1728.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],271.0,268.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,3.0,2046.0,2603.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,17289.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,, +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,2024-03-28 07:04:29.000000,2024-03-26 22:28:45,6356.0,132.0,282.0,48.0,2644.0,307.0,1384.0,1559.0,cuGraph - RAPIDS Graph Analytics Library.,112.0,27,True,2024-02-13 16:02:14.000,24.02.00,34.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,2.0,252.0,766.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,18020.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +439,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,4.0,567.0,108.0,283.0,16.0,300.0,1491.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,27,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,151.0,149.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,8914.0,8968.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4483.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +440,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-03-06 18:34:09.000000,2024-03-06 18:34:08,2827.0,11.0,174.0,26.0,666.0,118.0,443.0,1490.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,27,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,5219.0,5222.0,,,,,,,,2.0,177.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,74.0,742.0,58.0,168.0,1478.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,392.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,31.0,2220.0,2220.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +442,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-03-11 14:26:08.000000,2024-03-11 14:26:08,688.0,4.0,155.0,24.0,125.0,2.0,128.0,1348.0,"Extensible, parallel implementations of t-SNE.",11.0,27,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,786.0,762.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,24.0,29385.0,34897.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,237057.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +443,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-02-29 10:49:59.696000,2024-02-28 20:15:02,673.0,6.0,167.0,48.0,161.0,19.0,380.0,1314.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,164.0,159.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,5.0,19480.0,19794.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,11932.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +444,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-03-15 15:54:00.000000,2024-03-15 15:54:00,4210.0,6.0,285.0,82.0,643.0,19.0,608.0,1266.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,27,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,39.0,,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,23268.0,35412.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,534378.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +445,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-03-28 16:51:08.000000,2024-03-28 16:51:04,1644.0,206.0,72.0,13.0,456.0,52.0,528.0,1054.0,"An open-source engine that automates AI infrastructure provisioning on any cloud for development, training and..",23.0,27,True,2024-03-28 13:31:31.000,0.17.0,192.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-03-28 13:31:31.000,,2653.0,2653.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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,921.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'],103.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,61.0,84014.0,92578.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,525198.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2977.0,2023-02-20 00:16:17.277,12.0,,,,,,,,,, +447,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-03-27 08:01:58.000000,2024-03-27 08:01:51,780.0,16.0,59.0,13.0,127.0,42.0,114.0,920.0,Visualize large time series data with plotly.py.,12.0,27,True,2024-03-27 07:58:10.000,0.10.0,21.0,plotly-resampler,conda-forge/plotly-resampler,,,,936.0,936.0,https://pypi.org/project/plotly-resampler,,,369279.0,370641.0,https://anaconda.org/conda-forge/plotly-resampler,2024-01-23 20:24:24.113,35433.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +448,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-03-20 17:15:18.000000,2024-02-07 23:40:03,16569.0,41.0,359.0,44.0,1615.0,290.0,2959.0,853.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,1.0,719.0,773.0,,,,,,,,3.0,6679.0,,,,,,,,,,,,,,,,,, +449,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-02-06 01:48:14.000000,2024-02-06 01:48:11,3707.0,1.0,324.0,66.0,681.0,37.0,526.0,817.0,The Classical Language Toolkit.,120.0,27,True,2023-12-27 08:38:23.000,1.2.1,211.0,cltk,,,,,298.0,256.0,https://pypi.org/project/cltk,2023-12-27 08:38:23.000,42.0,1466.0,1466.0,,,,,,,,3.0,60.0,,,,,,,,,,,,,,,,,, +450,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-03-16 03:13:29.000000,2024-03-16 03:11:16,544.0,84.0,101.0,24.0,97.0,15.0,104.0,658.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",26.0,27,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,115.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,115.0,24386.0,24386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +451,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-03-26 13:19:39.000000,2024-03-26 13:19:39,908.0,46.0,107.0,43.0,108.0,56.0,46.0,625.0,Bias Auditing & Fair ML Toolkit.,21.0,27,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,159.0,152.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,8505.0,8505.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +452,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-03-25 01:29:33.000000,2023-08-23 17:20:54,1241.0,,153.0,20.0,717.0,26.0,208.0,477.0,A package built to support working with spatial data using open source python.,44.0,27,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,321.0,304.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,7102.0,8325.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,72186.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +453,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4382.0,1256.0,557.0,836.0,2543.0,17447.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,26,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,2.0,2.0,https://pypi.org/project/cntk,,,832.0,979.0,,,,,,,,3.0,14418.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,,1189.0,181.0,213.0,25.0,534.0,8714.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,,,,,248.0,,,,,,,,3.0,9452.0,,,,,,,,,,,,,,,,,, +455,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-02-19 09:01:28.000000,,,,747.0,,,544.0,,7577.0,NumPy & SciPy for GPU.,303.0,26,True,2023-12-07 05:15:09.000,12.3.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,216.0,,https://pypi.org/project/cupy,2023-12-07 05:15:09.000,216.0,23881.0,97351.0,https://anaconda.org/conda-forge/cupy,2024-02-05 02:05:27.119,3348092.0,https://hub.docker.com/r/cupy/cupy,2024-01-18 05:56:19.967362,11.0,60422.0,3.0,,,-12.0,,,,,,,,,,,,,,,, +456,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,595.0,140.0,31.0,70.0,55.0,5521.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1608.0,1559.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,49.0,1215367.0,1215786.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18466.0,,,,,3.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-03-08 08:32:34.000000,2024-03-08 08:24:03,13775.0,149.0,1559.0,142.0,3583.0,836.0,1078.0,5467.0,An Industrial Grade Federated Learning Framework.,100.0,26,True,2024-03-08 08:32:35.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,2.0,,,-2.0,,,,,,,,,,,,,,,, +458,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-22 00:24:33.000000,2024-03-22 00:17:00,218.0,5.0,293.0,69.0,179.0,22.0,54.0,4890.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,112.0,108.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2636.0,2636.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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,240.0,215.0,51.0,200.0,4357.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,52.0,51.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,787.0,881.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3303.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +460,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,421.0,42.0,52.0,76.0,174.0,4124.0,An Open-Source Framework for Prompt-Learning.,22.0,26,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,107.0,105.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,2.0,1183.0,1183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +461,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-03-26 22:09:07.000000,2024-02-21 07:25:31,1402.0,42.0,343.0,71.0,1309.0,93.0,83.0,3361.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,26,True,2024-02-21 07:38:44.000,1.1,15.0,lit-nlp,conda-forge/lit-nlp,,,,31.0,30.0,https://pypi.org/project/lit-nlp,2024-02-21 06:48:57.000,1.0,4327.0,5935.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,67537.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +462,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,4.0,445.0,90.0,78.0,65.0,137.0,3348.0,Generate embeddings from large-scale graph-structured data.,32.0,26,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],3.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,3.0,455263.0,455266.0,,,,,,,,2.0,178.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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,145.0,237.0,40.0,633.0,3274.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],440.0,438.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,760.0,760.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +464,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-03-22 06:59:09.000000,2024-03-22 06:59:08,4339.0,16.0,570.0,41.0,1000.0,222.0,691.0,3138.0,"A unified, comprehensive and efficient recommendation library.",71.0,26,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,2697.0,2811.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4597.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +465,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-03-19 19:20:10.000000,2024-03-18 19:51:35,2374.0,14.0,687.0,162.0,61.0,7.0,727.0,3051.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,26,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,913.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,62999.0,,,,,3.0,4710.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,217.0,3649.0,429.0,1111.0,2999.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,,,,,,,,,1624.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,129260.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1505.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,67.0,167.0,164.0,113.0,2720.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,,,,91.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,91.0,375614.0,377422.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,148315.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +468,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,,216.0,66.0,42.0,16.0,24.0,2670.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,,,,937.0,932.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,67933.0,68203.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14360.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +469,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,1.0,666.0,178.0,75.0,23.0,565.0,2652.0,Python sync/async framework for Interactive Brokers API.,36.0,26,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,28.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,28.0,32517.0,33208.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38711.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +470,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2024-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,454.0,38.0,239.0,52.0,280.0,2460.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,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,41093.0,41324.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6252.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +471,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,,708.0,167.0,94.0,134.0,358.0,2454.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,207.0,207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +472,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-03-28 15:58:44.000000,2023-06-01 12:18:23,739.0,,313.0,43.0,44.0,98.0,56.0,2125.0,A modular active learning framework for Python.,20.0,26,True,2024-03-28 15:58:44.000,0.62.8,792.0,modAL,,,,['sklearn'],15.0,,https://pypi.org/project/modAL,2024-03-28 15:58:44.000,15.0,233177.0,233177.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,, +473,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-02-16 02:07:00.000000,2024-02-16 02:06:53,862.0,6.0,446.0,60.0,325.0,113.0,92.0,1860.0,Library for training machine learning models with privacy for training data.,58.0,26,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,18146.0,18148.0,,,,,,,,2.0,149.0,,,,,,,,,,,,,,,,,, +474,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-03-28 05:25:13.000000,2024-03-23 06:06:34,910.0,37.0,135.0,34.0,439.0,51.0,353.0,1794.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-03-23 06:08:15.000,1.1.4.7,34.0,orbit-ml,,,,,51.0,50.0,https://pypi.org/project/orbit-ml,2024-03-23 06:08:58.000,1.0,21903.0,21903.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +475,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-03-28 05:25:13.000000,2024-03-23 06:06:34,910.0,37.0,135.0,34.0,439.0,51.0,353.0,1794.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-03-23 06:08:15.000,1.1.4.7,34.0,orbit-ml,conda-forge/orbit-ml,,,,51.0,50.0,https://pypi.org/project/orbit-ml,2024-03-23 06:08:58.000,1.0,21903.0,22107.0,https://anaconda.org/conda-forge/orbit-ml,2024-03-27 06:09:21.379,5325.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +476,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,41.0,495.0,172.0,151.0,1738.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,161.0,153.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,38812.0,38818.0,,,,,,,,3.0,457.0,,,,,,,,,,,,,,,,,, +477,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,1718.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,26,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],221.0,218.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1607.0,1699.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3246.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +478,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,,157.0,26.0,81.0,44.0,34.0,1680.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,590.0,571.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,114020.0,114802.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22691.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +479,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-03-28 15:26:10.000000,2024-03-28 01:52:33,866.0,93.0,255.0,47.0,700.0,55.0,64.0,1612.0,A lightweight library for PyTorch training tools and utilities.,121.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,6338.0,6338.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-02-16 22:07:03.646000,2024-02-14 15:12:14,193.0,2.0,194.0,32.0,19.0,4.0,84.0,1606.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,26,True,2024-02-14 15:14:08.000,0.1.806,83.0,autoviz,conda-forge/autoviz,,,,653.0,646.0,https://pypi.org/project/autoviz,2024-02-14 15:14:08.000,7.0,37649.0,39163.0,https://anaconda.org/conda-forge/autoviz,2024-02-16 22:07:03.646,46947.0,,,,,3.0,,,-2.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,27.0,379.0,89.0,155.0,1557.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],56.0,54.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,2.0,1770.0,1770.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +482,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-03-15 12:44:27.000000,2024-02-01 16:55:49,1031.0,2.0,172.0,18.0,66.0,31.0,335.0,1455.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,84.0,42101.0,47580.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,246573.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +483,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-02-14 20:47:03.000000,2023-06-07 07:35:59,3033.0,,119.0,37.0,336.0,11.0,187.0,1423.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,305.0,287.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,18.0,58191.0,58191.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +484,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,221.0,47.0,184.0,43.0,120.0,1372.0,Metric learning algorithms in Python.,22.0,26,True,2023-09-29 00:16:16.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],361.0,361.0,https://pypi.org/project/metric-learn,,,16175.0,16429.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11188.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +485,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,265.0,76.0,481.0,41.0,198.0,1305.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,971.0,944.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,27.0,12346.0,12419.0,,,,,,,,3.0,6025.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,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,192.0,43.0,257.0,66.0,212.0,1230.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,442.0,409.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,2619.0,2619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +487,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,,173.0,26.0,36.0,1.0,116.0,1230.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1586.0,1553.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,33.0,41969.0,41969.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +488,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1218.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,,,,495.0,454.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,41.0,23852.0,34216.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,808434.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +489,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,,83.0,33.0,109.0,7.0,18.0,1172.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],225.0,214.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,1530085.0,1530085.0,,,,,,,,3.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,, +490,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,109.0,21.0,103.0,37.0,74.0,1086.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2365.0,2345.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,20.0,296990.0,297795.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,34638.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +491,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-03-28 01:36:38.000000,2024-03-28 01:36:37,2184.0,213.0,85.0,18.0,811.0,78.0,207.0,1062.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,82.0,metricflow,,,,,24.0,21.0,https://pypi.org/project/metricflow,2024-03-19 23:32:58.000,3.0,23446.0,23446.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,, +492,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-03-19 20:08:08.000000,2024-02-29 15:08:13,800.0,5.0,114.0,30.0,405.0,68.0,315.0,1002.0,BAyesian Model-Building Interface (Bambi) in Python.,36.0,26,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,120.0,111.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,9.0,27541.0,28289.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,29203.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +493,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,2.0,236.0,61.0,246.0,22.0,366.0,957.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,,,,581.0,541.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,40.0,26845.0,27540.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,28447.0,,,,,3.0,263.0,,,,,,,,,,,,,,,,,, +494,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-03-27 16:30:50.000000,2024-02-14 13:54:40,2672.0,11.0,102.0,10.0,526.0,33.0,93.0,856.0,Time series forecasting with scikit-learn models.,10.0,26,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],256.0,248.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,8.0,49194.0,49194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +495,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-03-28 12:27:05.000000,2024-03-28 09:56:05,579.0,24.0,155.0,32.0,187.0,8.0,98.0,571.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,30.0,26,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],342.0,321.0,https://pypi.org/project/pyriemann,2022-07-17 13:53:18.565,21.0,40231.0,40477.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,5174.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +496,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-03-09 00:32:37.185000,2024-03-08 20:01:01,3751.0,43.0,69.0,47.0,355.0,21.0,395.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,26,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],59.0,41.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,18.0,467.0,945.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,13387.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,, +497,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-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,65.0,16.0,13.0,35.0,7.0,520.0,Pure-Python full-text search library.,42.0,26,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,3707.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3707.0,451564.0,458430.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,233468.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +498,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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,422.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7749.0,7465.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,284.0,220776.0,221624.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39899.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +499,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-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,11.0,39.0,5.0,15.0,6.0,48.0,319.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,26,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],671.0,639.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,32.0,94809.0,117169.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,916787.0,,,,,3.0,42.0,,,,,,,,,,,,,,,,,, +500,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,1.0,808.0,147.0,1563.0,114.0,125.0,7931.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,143.0,142.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3773.0,3773.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +501,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5774.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,,,,,125.0,122.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,454.0,503.0,,,,,,,,2.0,3727.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,2024-03-28 11:18:45.000000,2024-03-27 15:03:13,3505.0,110.0,599.0,93.0,3862.0,204.0,1363.0,4866.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,90.0,25,True,2024-03-25 18:23:41.000,1.36.0,76.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-02-17 08:10:07.000000,2023-11-19 13:26:15,334.0,,946.0,46.0,33.0,65.0,112.0,4843.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],194.0,185.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,3693.0,3693.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,,658.0,159.0,130.0,83.0,101.0,4612.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'],768.0,762.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,483.0,483.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +505,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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,1003.0,93.0,63.0,253.0,269.0,4582.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,25,False,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,26516.0,26516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +506,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,,512.0,137.0,649.0,65.0,198.0,3859.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,2490.0,2490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +507,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,177.0,385.0,33.0,430.0,3814.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,25,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,155.0,155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +508,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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,1.0,376.0,162.0,84.0,87.0,101.0,3159.0,A deep learning library for video understanding research.,55.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],7.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,7.0,72101.0,72101.0,,,,,,,,3.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,2024-03-25 08:24:11.000000,2024-03-11 08:27:22,2739.0,49.0,1106.0,134.0,1054.0,52.0,72.0,3110.0,a distributed deep learning platform.,88.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,68.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,738.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6465.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,,679.0,73.0,25.0,117.0,101.0,2973.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'],2929.0,2900.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,29.0,1501.0,1501.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +511,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,3.0,246.0,30.0,2015.0,3.0,650.0,2941.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,3275.0,3372.0,,,,,,,,3.0,2638.0,,,,,,,,,,,,,,,,,, +512,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,,469.0,99.0,49.0,59.0,253.0,2795.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,,,,715.0,691.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,24.0,3178.0,3497.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15104.0,,,,,3.0,952.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,2024-02-21 08:50:08.000000,2023-06-30 21:16:10,470.0,,322.0,64.0,316.0,46.0,124.0,2751.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'],51.0,50.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,2211.0,2538.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14715.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +514,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,224.0,49.0,481.0,45.0,70.0,2701.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,,,,,217.0,214.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,20981.0,20982.0,,,,,,,,2.0,67.0,,,,,,,,,,,,,,,,,, +515,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,,316.0,93.0,2157.0,206.0,982.0,2672.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,25,True,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,33190.0,33190.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +516,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-03-18 17:20:26.000000,2023-07-01 21:40:58,1936.0,,333.0,40.0,87.0,28.0,157.0,2439.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,2188.0,2188.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +517,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-02-10 10:19:11.000000,2024-02-10 10:17:50,226.0,9.0,243.0,47.0,92.0,19.0,115.0,2120.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",112.0,109.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,3.0,3999.0,3999.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,, +518,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2086.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,56.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,56.0,45990.0,45990.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +519,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-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,12.0,236.0,37.0,38.0,13.0,114.0,2071.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,25,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,232.0,226.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,3460.0,3966.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22290.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +520,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,,199.0,29.0,65.0,35.0,83.0,1975.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],331.0,324.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,4023.0,4203.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6862.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +521,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,,301.0,57.0,1313.0,233.0,810.0,1806.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'],103.0,101.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,2.0,608.0,608.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +522,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-03-24 14:27:59.853000,2022-12-07 10:32:49,237.0,,293.0,1.0,1.0,1.0,,1703.0,Feature engineering package with sklearn like functionality.,38.0,25,False,2024-03-24 13:29:41.000,1.7.0,39.0,feature_engine,conda-forge/feature_engine,,,,103.0,,https://pypi.org/project/feature_engine,2024-03-24 13:29:41.000,103.0,153391.0,154439.0,https://anaconda.org/conda-forge/feature_engine,2024-03-24 14:27:59.853,45101.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +523,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,49.0,49.0,23.0,91.0,1589.0,Contextually-keyed word vectors.,19.0,25,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,358.0,344.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,14.0,2887.0,4909.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,36052.0,,,,,3.0,63617.0,,,,,,,,,,,,,,,,,, +524,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,,266.0,49.0,87.0,22.0,190.0,1517.0,"Genetic Programming in Python, with a scikit-learn inspired API.",10.0,25,True,2022-05-03 10:56:08.000,0.4.2,2.0,gplearn,conda-forge/gplearn,,,['sklearn'],522.0,522.0,https://pypi.org/project/gplearn,,,7142.0,7289.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6640.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,91.0,165.0,103.0,224.0,1354.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'],43.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,1.0,209.0,209.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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,330.0,50.0,43.0,96.0,,1321.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'],452.0,444.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,28270.0,52687.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,310.0,,,,,3.0,1025220.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,,141.0,29.0,63.0,7.0,70.0,1280.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'],1404.0,1391.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,14415.0,14415.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,1.0,292.0,55.0,63.0,13.0,109.0,1223.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,,,,,1041.0,1010.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,31.0,10995.0,10995.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +529,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,,238.0,36.0,68.0,54.0,206.0,1218.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,25,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],124.0,122.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1065.0,1070.0,,,,,,,,3.0,96.0,,,,,,,,,,,,,,,,,, +530,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-02-06 13:53:10.000000,2023-12-24 06:07:13,78.0,,226.0,20.0,18.0,5.0,87.0,1173.0,Implementation of the node2vec algorithm.,13.0,25,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,601.0,580.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,21.0,93912.0,94303.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27373.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +531,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-03-27 18:01:13.000000,2024-03-08 17:11:00,1922.0,32.0,364.0,54.0,490.0,156.0,251.0,1070.0,Machine learning on FPGAs using HLS.,59.0,25,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,,1354.0,1527.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7283.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +532,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-03-12 10:20:37.000000,2024-02-13 12:59:29,2071.0,1.0,215.0,41.0,588.0,85.0,432.0,985.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,49.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,49.0,55469.0,55986.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18624.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +533,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,977.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],432.0,429.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,24801.0,24801.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +534,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-03-05 13:03:44.000000,2024-03-05 13:03:44,730.0,3.0,143.0,16.0,103.0,29.0,237.0,936.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,25523.0,31146.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,253039.0,,,,,2.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,,255.0,42.0,72.0,103.0,188.0,915.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,537.0,496.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,41.0,5750.0,5750.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +536,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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,2.0,155.0,17.0,72.0,35.0,108.0,689.0,Ternary plotting library for python with matplotlib.,27.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,193.0,166.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,27.0,60924.0,61760.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79497.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,, +537,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,2.0,96.0,15.0,193.0,101.0,135.0,653.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,312.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,312.0,2777647.0,2777792.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,17607.0,,,,,,,,,,,,,,,,,, +538,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-03-22 22:43:26.000000,2024-03-05 03:43:50,838.0,6.0,135.0,29.0,87.0,35.0,75.0,588.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,25,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,441.0,417.0,https://pypi.org/project/ml-metadata,2023-08-10 00:37:12.000,24.0,64897.0,64932.0,,,,,,,,3.0,2132.0,,,,,,,,,,,,,,,,,, +539,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-03-20 18:03:50.000000,2024-03-19 09:57:11,5646.0,61.0,92.0,15.0,749.0,16.0,438.0,415.0,Lightwood is Legos for Machine Learning.,46.0,25,False,2024-03-19 10:28:37.000,24.3.3.1,203.0,lightwood,,,,['pytorch'],60.0,58.0,https://pypi.org/project/lightwood,2024-03-19 10:24:49.000,2.0,7025.0,7025.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +540,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-02-11 07:50:28.337000,2024-02-11 00:53:13,766.0,9.0,85.0,13.0,30.0,7.0,47.0,364.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,403.0,376.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,27.0,116476.0,118087.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,67668.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +541,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-03-25 00:48:37.000000,2024-03-22 06:12:08,535.0,18.0,56.0,40.0,286.0,20.0,60.0,301.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",39.0,25,True,2024-03-25 00:48:37.000,1.2.8,75.0,gokart,,,,,80.0,75.0,https://pypi.org/project/gokart,2024-03-25 00:48:37.000,5.0,4645.0,4645.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +542,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-03-26 18:21:30.000000,2024-03-12 17:13:40,2600.0,62.0,59.0,8.0,248.0,31.0,81.0,257.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,103.0,97.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1260.0,1896.0,https://anaconda.org/conda-forge/lenskit,2024-01-22 16:23:58.143,25476.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,137.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'],1127.0,1111.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,788.0,800.0,,,,,,,,3.0,904.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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,436.0,63.0,90.0,48.0,88.0,4924.0,Finding duplicate images made easy!.,15.0,24,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],100.0,95.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,20225.0,20225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +545,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,,719.0,101.0,35.0,103.0,113.0,4464.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],129.0,124.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5923.0,5926.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,234.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,,1370.0,351.0,59.0,51.0,,4274.0,Python Algorithmic Trading Library.,11.0,24,True,,,8.0,pyalgotrade,,,,,204.0,183.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,21.0,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,,722.0,63.0,247.0,129.0,824.0,4021.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,5814.0,5814.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +548,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-03-22 06:52:49.000000,2024-03-22 06:47:15,1595.0,10.0,503.0,151.0,609.0,69.0,75.0,3518.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,24,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,,26.0,26.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,,528.0,175.0,50.0,65.0,49.0,3473.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'],59.0,56.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,152.0,152.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +550,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,111.0,396.0,3170.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],124.0,123.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1029.0,1029.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +551,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,,508.0,110.0,73.0,183.0,117.0,3075.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,,,,,129.0,129.0,https://pypi.org/project/xlearn,,,836.0,898.0,,,,,,,,3.0,4522.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,,315.0,30.0,695.0,49.0,150.0,2459.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,88.0,87.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,1.0,366.0,366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +553,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,,605.0,89.0,29.0,19.0,52.0,2320.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,3.0,python_speech_features,,,,,545.0,545.0,https://pypi.org/project/python_speech_features,,,35324.0,35324.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +554,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,329.0,78.0,55.0,154.0,68.0,2244.0,Multilingual text (NLP) processing toolkit.,26.0,24,False,,,,polyglot,,,,,1203.0,1203.0,https://pypi.org/project/polyglot,,,67363.0,67363.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +555,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,,255.0,57.0,56.0,19.0,50.0,2206.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],676.0,657.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,6969.0,6969.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +556,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-03-27 17:42:01.000000,2024-03-27 17:42:01,540.0,8.0,199.0,42.0,125.0,62.0,127.0,2151.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,28.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,2513.0,2513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +557,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,70.0,21.0,93.0,66.0,2086.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,282.0,265.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,17.0,29888.0,29888.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,,669.0,82.0,48.0,24.0,64.0,2039.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,501.0,489.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,9197.0,9197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +559,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,7.0,228.0,42.0,36.0,45.0,24.0,1844.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],457.0,435.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,2449.0,3373.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,32365.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,2024-03-09 04:01:21.000000,2023-12-04 14:09:45,571.0,,128.0,56.0,449.0,67.0,102.0,1807.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,100.0,93.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,5544.0,5544.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +561,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2023-11-21 03:54:52.000000,2022-09-18 16:01:20,637.0,,269.0,28.0,183.0,10.0,389.0,1612.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",22.0,24,False,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],180.0,172.0,https://pypi.org/project/talos,2022-05-28 10:07:34.000,8.0,1510.0,1510.0,,,,,,,,2.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,,120.0,29.0,31.0,58.0,50.0,1567.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'],408.0,403.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,5.0,122428.0,122428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +563,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,204.0,45.0,12.0,4.0,51.0,1559.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,24,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],223.0,221.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,31640.0,31640.0,,,,,,,,3.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-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,2.0,302.0,56.0,115.0,54.0,30.0,1508.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,,,,,88.0,87.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1248.0,1248.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-03-05 19:49:22.000000,2023-11-08 21:41:55,157.0,,162.0,103.0,185.0,35.0,25.0,1483.0,fklearn: Functional Machine Learning.,55.0,24,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,535.0,535.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +566,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-03-23 16:41:37.000000,2024-02-25 11:49:35,1255.0,44.0,111.0,32.0,161.0,71.0,140.0,1446.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.0,24,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,,138.0,149.0,,,,,,,,3.0,493.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-03-14 13:20:54.000000,2024-03-14 13:15:40,347.0,7.0,292.0,41.0,253.0,69.0,193.0,1443.0,A framework for Privacy Preserving Machine Learning.,35.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,443.0,443.0,,,,,,,,3.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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,204.0,54.0,460.0,143.0,293.0,1186.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],74.0,65.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,668.0,668.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,,223.0,72.0,415.0,75.0,147.0,1150.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,,,,,172.0,162.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,10.0,422.0,422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +570,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-02-12 12:03:03.000000,2019-08-16 09:00:15,140.0,,110.0,12.0,21.0,17.0,15.0,1063.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5223.0,4917.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,306.0,394830.0,394830.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,,173.0,48.0,112.0,52.0,170.0,965.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,340.0,290.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,871.0,871.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +572,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-03-28 13:08:51.000000,2024-03-27 16:08:31,342.0,25.0,134.0,20.0,75.0,3.0,65.0,832.0,An intuitive library to extract features from time series.,19.0,24,True,2024-03-27 17:12:39.000,0.1.7,11.0,tsfel,,,,,123.0,120.0,https://pypi.org/project/tsfel,2024-03-27 16:06:38.000,3.0,23359.0,23359.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,2024-02-01 14:51:21.000000,2024-02-01 14:45:49,245.0,8.0,106.0,15.0,41.0,35.0,27.0,822.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,571.0,556.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,35631.0,46210.0,,,,,,,,3.0,423199.0,,,,,,,,,,,,,,,,,, +574,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-03-27 19:52:35.000000,2024-03-27 19:35:37,291.0,11.0,249.0,46.0,18.0,9.0,91.0,813.0,Data compression in TensorFlow.,21.0,24,True,2024-03-27 19:52:35.000,2.16.0,25.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,13370.0,13370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +575,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],51.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,44.0,5823.0,10455.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,311214.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,837.0,2019-07-21 08:49:48.715,3.0,,,,,,,,,, +576,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-03-05 13:03:08.000000,2024-03-05 13:03:07,598.0,4.0,129.0,16.0,57.0,32.0,123.0,751.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,45.0,14263.0,16257.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,91747.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,2023-01-03 21:24:56.000000,2023-01-03 21:24:56,1146.0,,158.0,34.0,25.0,34.0,236.0,739.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,,,,,181.0,168.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,13.0,3327.0,3327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +578,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,76.0,13.0,48.0,22.0,53.0,720.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1497.0,1468.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,431166.0,431345.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5200.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,,138.0,131.0,91.0,43.0,67.0,651.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'],205.0,190.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,15.0,16426.0,16426.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +580,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-02-10 13:12:00.000000,2024-02-10 13:11:04,343.0,12.0,85.0,7.0,19.0,1.0,85.0,536.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,17.0,24,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,68.0,66.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,9591.0,9591.0,,,,,,,,2.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,9.0,17.0,11.0,12.0,507.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'],4448.0,4281.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,167.0,2585086.0,2594681.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,892344.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +582,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-02-20 10:07:24.000000,2023-12-26 16:13:16,6706.0,,143.0,36.0,394.0,37.0,135.0,371.0,Neuroimaging in Python FMRI analysis package.,69.0,24,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,275.0,224.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,51.0,2234.0,3566.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106599.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +583,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,1.0,85.0,29.0,318.0,75.0,27.0,364.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],369.0,362.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,39848.0,39848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +584,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,788.0,169.0,1588.0,61.0,74.0,6349.0,A natural language modeling framework based on PyTorch.,234.0,23,False,2020-06-08 23:30:58.000,0.3.3,9.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,,,211.0,216.0,,,,,,,,3.0,355.0,,-2.0,,,,,,,,,,,,,,,, +585,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-03-03 01:46:55.000000,2024-03-03 01:31:19,1096.0,2.0,881.0,117.0,675.0,238.0,542.0,5413.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,116.0,23,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,1037.0,1037.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-03-28 05:55:45.000000,2024-03-22 21:24:34,1570.0,17.0,811.0,147.0,1480.0,340.0,398.0,4958.0,Simple and Distributed Machine Learning.,116.0,23,True,2023-11-27 21:27:39.000,1.0.2,45.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +587,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-03-11 13:23:02.000000,2024-03-11 13:23:01,3347.0,3.0,820.0,232.0,110.0,57.0,620.0,4863.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,23,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,22.0,,,,,,,,3.0,1504.0,,,,,,,,,,,,,,,,,, +588,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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1310.0,305.0,209.0,66.0,211.0,4693.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1837.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143344.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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,330.0,89.0,91.0,306.0,3868.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,,,,1.0,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,1.0,156.0,179.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1889.0,,,,,3.0,384.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,,221.0,55.0,36.0,74.0,123.0,3115.0,A GUI for Pandas DataFrames.,15.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],365.0,360.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3487.0,4041.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,21088.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +591,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,,236.0,43.0,110.0,80.0,64.0,2859.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,10956.0,10958.0,,,,,,,,3.0,121.0,,,,,,,,,,,,,,,,,, +592,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-03-13 21:11:32.000000,2024-03-13 21:09:44,767.0,1.0,362.0,92.0,548.0,144.0,92.0,2738.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,23,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,9.0,45349.0,45349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +593,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,,136.0,29.0,200.0,18.0,73.0,2687.0,HiPlot makes understanding high dimensional data easy.,9.0,23,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,18.0,3.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,15.0,22289.0,25915.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,177677.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +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,131.0,136.0,60.0,128.0,2396.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'],61.0,59.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1884.0,2049.0,,,,,,,,3.0,12770.0,,,,,,,,,,,,,,,,,, +595,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,441.0,65.0,122.0,32.0,350.0,2377.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,70.0,70.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +596,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,6.0,236.0,65.0,31.0,60.0,93.0,2211.0,Fast and Easy Infinite Neural Networks in Python.,29.0,23,True,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,1991.0,1999.0,,,,,,,,3.0,370.0,,-3.0,,,,,,,,,,,,,,,, +597,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,,302.0,67.0,78.0,64.0,68.0,2098.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'],30.0,27.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2263.0,2263.0,,,,,,,,3.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,,243.0,45.0,33.0,51.0,90.0,1921.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'],166.0,166.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3276.0,3276.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +599,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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,9.0,341.0,42.0,68.0,161.0,95.0,1845.0,Super easy library for BERT based NLP models.,36.0,23,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,2024-01-30 11:59:18.000,2.0,1272.0,1272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +600,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,45.0,14.0,57.0,35.0,1765.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,23,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",265.0,254.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2239.0,2239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +601,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,,115.0,39.0,11.0,33.0,51.0,1610.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,352.0,340.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,1595.0,1595.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +602,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,,259.0,50.0,312.0,99.0,17.0,1545.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,29548.0,29548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +603,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-03-10 16:45:11.000000,2024-03-10 16:48:30,1193.0,24.0,118.0,28.0,68.0,2.0,29.0,1474.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.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,7072.0,7072.0,,,,,,,,3.0,13.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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1265.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],62.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,746.0,746.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,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,185.0,34.0,73.0,3.0,86.0,1031.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'],218.0,209.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,4520.0,4520.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-01-08 07:04:51.000000,2023-03-29 07:39:45,85.0,,83.0,26.0,54.0,36.0,28.0,940.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,True,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,660.0,637.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,35676.0,37057.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,41452.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +607,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,,149.0,23.0,46.0,15.0,82.0,906.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2392.0,2377.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,15.0,5719.0,5719.0,,,,,,,,3.0,26.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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,108.0,26.0,36.0,34.0,69.0,876.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,True,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],605.0,593.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,28961.0,28961.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,,84.0,14.0,77.0,219.0,218.0,855.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,94.0,94.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,4450.0,4450.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,, +610,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,,82.0,21.0,9.0,23.0,41.0,646.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'],443.0,421.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,22.0,36883.0,36912.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2895.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +611,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-03-28 15:00:24.000000,2024-03-18 06:20:09,865.0,22.0,81.0,9.0,725.0,90.0,437.0,595.0,Automated modeling and machine learning framework FEDOT.,33.0,23,True,2024-03-15 09:42:11.000,0.7.3.1,21.0,fedot,,,,,47.0,44.0,https://pypi.org/project/fedot,2024-03-05 21:31:39.000,3.0,1028.0,1028.0,,,,,,,,3.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,, +612,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-03-22 14:49:15.000000,2024-03-07 12:58:46,473.0,7.0,51.0,8.0,54.0,168.0,234.0,581.0,python binding for libvips using cffi.,16.0,23,True,,,5.0,pyvips,conda-forge/pyvips,,,,686.0,686.0,https://pypi.org/project/pyvips,,,44372.0,46194.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,74723.0,,,,,3.0,,,-2.0,,,,,,,,,,,,,,,, +613,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-03-27 13:37:54.621000,2023-12-07 19:31:40,331.0,,133.0,20.0,44.0,5.0,81.0,541.0,Medical image processing in Python.,18.0,23,False,2019-02-14 17:12:59.000,0.4.0,6.0,MedPy,conda-forge/medpy,,,,1845.0,1798.0,https://pypi.org/project/MedPy,2019-02-14 17:12:59.000,47.0,17601.0,18311.0,https://anaconda.org/conda-forge/medpy,2024-03-27 13:37:54.621,23454.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,2024-03-27 22:30:29.000000,2024-01-24 01:39:16,963.0,8.0,174.0,24.0,831.0,109.0,388.0,527.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,23,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,239.0,2575.0,,,,,,,,3.0,74755.0,,,,,,,,,,,,,,,,,, +615,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-03-01 01:43:30.000000,2024-02-01 02:10:41,658.0,6.0,62.0,30.0,447.0,13.0,91.0,369.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,23,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],87.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,83.0,15402.0,21611.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,577508.0,,,,,3.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,,49.0,14.0,712.0,217.0,204.0,278.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,108.0,100.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1122.0,1122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +617,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-03-25 01:32:19.000000,2024-03-24 03:05:09,477.0,77.0,105.0,20.0,498.0,58.0,122.0,256.0,An open-source toolkit for large-scale genomic analysis.,26.0,23,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,52040.0,52144.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,3876.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,, +618,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,,27.0,7.0,19.0,4.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,23,False,2018-07-23 20:58:34.000,2018.7.23,7.0,stop-words,,,,,2148.0,2148.0,https://pypi.org/project/stop-words,,,153995.0,153995.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +619,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,545.0,82.0,37.0,59.0,26.0,10782.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,48.0,48.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,746.0,835.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2326.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +620,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7981.0,Production infrastructure for machine learning at scale.,25.0,22,True,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,667.0,667.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +621,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,261.0,68.0,115.0,135.0,6279.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,3.0,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +622,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,1.0,734.0,105.0,588.0,59.0,345.0,5850.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,22,True,2020-04-03 19:06:25.000,0.4.0,1.0,t5,,,,['tensorflow'],,,https://pypi.org/project/t5,,,21749.0,21749.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +623,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,,779.0,224.0,25.0,8.0,122.0,5322.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'],28.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,8.0,1147.0,1147.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,, +624,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-02-27 22:00:43.000000,2023-01-15 11:37:16,279.0,,906.0,114.0,100.0,148.0,350.0,4731.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,2.0,13453.0,13453.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +625,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,74.0,37.0,95.0,74.0,4382.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,420.0,420.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-03-12 17:57:31.000000,2023-08-15 07:38:22,956.0,,542.0,166.0,46.0,37.0,28.0,4239.0,High-performance TensorFlow library for quantitative finance.,47.0,22,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,1165.0,1165.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,,654.0,77.0,53.0,176.0,101.0,3369.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'],7.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,7.0,3012.0,3021.0,,,,,,,,3.0,555.0,,,,,,,,,,,,,,,,,, +628,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-01-01 21:29:17.000000,2024-01-01 21:13:34,684.0,1.0,497.0,215.0,16.0,24.0,4.0,3332.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,12.0,12.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,236.0,236.0,,,,,,,,3.0,51.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,,379.0,208.0,9.0,6.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'],146.0,143.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,3005.0,3005.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-02-23 01:59:10.000000,2021-05-06 12:10:38,127.0,,157.0,49.0,61.0,2.0,30.0,3012.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,,,,48.0,48.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,396.0,451.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1433.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +631,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-03-19 01:25:53.000000,2024-01-21 06:34:10,937.0,2.0,172.0,20.0,77.0,94.0,170.0,2724.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,22,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,41.0,40.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,564.0,564.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,144.0,36.0,126.0,2381.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'],29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,38.0,38.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +633,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2024-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,157.0,24.0,33.0,30.0,31.0,1893.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,465.0,628.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4370.0,,,,,3.0,88.0,,,,,,,,,,,,,,,,,, +634,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2024-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,1.0,102.0,38.0,30.0,29.0,79.0,1786.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,29.0,29.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,10940.0,10940.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,, +635,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-03-26 08:21:30.000000,2024-02-04 20:37:53,1083.0,8.0,265.0,33.0,39.0,24.0,176.0,1759.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,571.0,571.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,1705.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'],159.0,150.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,9.0,2993.0,5231.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,204872.0,,,,,3.0,416.0,,,,,,,,,,,,,,,,,, +637,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,98.0,45.0,187.0,216.0,1635.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,7.0,1047.0,1047.0,,,,,,,,3.0,44.0,,,,,,,,,,,,,,,,,, +638,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,,289.0,45.0,801.0,71.0,485.0,1599.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,130.0,130.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,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,281.0,73.0,728.0,53.0,64.0,1574.0,An end-to-end PyTorch framework for image and video classification.,77.0,22,True,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,860.0,1236.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18802.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,,83.0,41.0,15.0,9.0,27.0,1304.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'],167.0,154.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,13.0,14799.0,14947.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4320.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,,189.0,27.0,57.0,21.0,36.0,1265.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'],160.0,155.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,592.0,592.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +642,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-02-07 11:53:44.000000,2023-12-09 21:53:10,773.0,,182.0,18.0,259.0,77.0,94.0,1257.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,22,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,57640.0,57640.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +643,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,,172.0,32.0,86.0,16.0,32.0,1241.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,88.0,88.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,,469.0,469.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-03-26 17:17:48.000000,2023-10-17 15:42:30,833.0,,327.0,50.0,793.0,7.0,300.0,1203.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'],2.0,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,2.0,1047.0,1047.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,, +645,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-03-25 22:44:42.000000,2024-03-10 13:42:56,543.0,33.0,127.0,21.0,256.0,13.0,128.0,1190.0,A standard framework for modelling Deep Learning Models for tabular data.,20.0,22,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,3108.0,3108.0,,,,,,,,1.0,24.0,,,,,,,,,,,,,,,,,, +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-03-21 22:17:19.000000,2023-12-06 23:22:36,184.0,,108.0,37.0,25.0,17.0,114.0,1178.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,6111.0,6111.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,66.0,29.0,31.0,12.0,1150.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,10515.0,10515.0,,,,,,,,3.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-02-06 06:41:55.000000,2023-07-16 15:16:10,420.0,,146.0,94.0,118.0,33.0,45.0,1134.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,104.0,103.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,417.0,417.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +649,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,54.0,86.0,64.0,206.0,1017.0,Line based ATR Engine based on OCRopy.,20.0,22,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,2040.0,2040.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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,110.0,51.0,98.0,41.0,51.0,1008.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'],229.0,221.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,8.0,3311.0,3311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +651,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,2.0,293.0,97.0,121.0,62.0,97.0,1004.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'],37.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,37.0,1706.0,2243.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42456.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,2.0,89.0,19.0,73.0,18.0,44.0,942.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,,,,,166.0,162.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,10940.0,10940.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,2.0,193.0,24.0,58.0,12.0,27.0,927.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",17.0,22,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],83.0,77.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,6.0,7814.0,7814.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +654,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,25.0,594.0,63.0,511.0,838.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,2849.0,2849.0,,,,,,,,3.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,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,,83.0,19.0,153.0,24.0,83.0,828.0,Library to enable Bayesian active learning in your research or labeling work.,21.0,22,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,2023-10-02 19:57:48.000,1.0,1176.0,1381.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7821.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,,103.0,29.0,60.0,22.0,74.0,825.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,389.0,385.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,4.0,3442.0,3442.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +657,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,756.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,22,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],46.0,44.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,2.0,5038.0,5038.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-03-28 13:25:39.000000,2024-03-28 09:52:18,1155.0,19.0,123.0,30.0,977.0,37.0,50.0,755.0,Machine learning framework for both deep learning and traditional algorithms.,36.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,232.0,232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +659,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,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,86774.0,86774.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,, +660,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,684.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,,,,409.0,402.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,7.0,15367.0,15422.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1893.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +661,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,19.0,78.0,24.0,33.0,673.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],260.0,237.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,82545.0,84262.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,149429.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,, +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,26.0,433.0,10.0,237.0,631.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'],90.0,86.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,868.0,868.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,,111.0,27.0,23.0,57.0,35.0,598.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,,,,437.0,415.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,22.0,11092.0,11565.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18447.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,,94.0,27.0,32.0,35.0,6.0,587.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'],381.0,373.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,28788.0,28788.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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,23.0,19.0,8.0,29.0,581.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],149.0,144.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12087.0,12087.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,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,56.0,11.0,21.0,13.0,37.0,535.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,,,,374.0,365.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,11758.0,12171.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,24839.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-03-19 15:52:10.000000,2024-03-19 15:52:03,1216.0,2.0,63.0,7.0,208.0,18.0,109.0,496.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'],237.0,232.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3159.0,3159.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,2024-03-27 10:37:17.000000,2024-03-25 11:54:23,1755.0,66.0,67.0,7.0,214.0,47.0,81.0,485.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,25.0,24.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,782.0,788.0,,,,,,,,3.0,150.0,,,,,,,,,,,,,,,,,, +669,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-03-09 11:59:05.000000,2023-03-05 00:16:57,419.0,,99.0,36.0,276.0,71.0,173.0,466.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,True,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,76.0,74.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,2040.0,2043.0,,,,,,,,3.0,300.0,,,,,,,,,,,,,,,,,, +670,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,2.0,48.0,17.0,2.0,11.0,3.0,369.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,,,,,507.0,505.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,2.0,15404.0,15404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +671,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,,27.0,8.0,4.0,21.0,60.0,289.0,Multiple Imputation with LightGBM in Python.,6.0,22,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,128.0,123.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,24457.0,24828.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11898.0,,,,,1.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-03-28 14:53:34.000000,2024-03-28 14:53:08,717.0,55.0,24.0,4.0,274.0,5.0,,283.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,22,False,2024-03-28 14:53:34.000,1.1.268,671.0,upgini,,,,,6.0,6.0,https://pypi.org/project/upgini,2024-03-28 14:53:34.000,,8847.0,8847.0,,,,,,,,1.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,13.0,9.0,4.0,12.0,229.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,,,,1075.0,1029.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,101945.0,103337.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,57112.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,1.0,2238.0,149.0,89.0,254.0,286.0,12710.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/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,649.0,95.0,150.0,98.0,103.0,8365.0,The user analytics platform for LLMs.,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,887.0,887.0,,,,,,,,3.0,,,,nebuly-ai/nebuly,,,,,,,,,,,,,,, +676,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,6.0,323.0,53.0,414.0,79.0,106.0,3220.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,21,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],1.0,,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,194.0,194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +677,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,166.0,120.0,22.0,112.0,2926.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,323.0,323.0,,,,,,,,3.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,,327.0,74.0,2.0,18.0,7.0,2905.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'],199.0,191.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,1827.0,1827.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +679,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-03-05 07:28:52.000000,2024-03-05 04:43:01,3455.0,1.0,727.0,6.0,,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.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,502.0,502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +680,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,,361.0,86.0,4.0,3.0,18.0,2154.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,1.0,526.0,526.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +681,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,197.0,30.0,423.0,11.0,163.0,1652.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,43.0,43.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +682,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,15.0,33.0,1638.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'],55.0,49.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,3052.0,3052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +683,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-03-13 07:44:20.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,5.0,74.0,1584.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,64.0,290.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,, +684,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,,140.0,102.0,150.0,21.0,20.0,1551.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,,,,,22.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,1341.0,1341.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +685,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-01-29 06:34:18.000000,2024-01-29 06:20:56,908.0,2.0,207.0,57.0,52.0,74.0,149.0,1535.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,36.0,21,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,,590.0,621.0,,,,,,,,3.0,2761.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,,358.0,62.0,47.0,37.0,72.0,1474.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'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,315.0,315.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,66.0,51.0,23.0,75.0,1470.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,388.0,388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +688,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,220.0,64.0,48.0,36.0,90.0,1249.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,386.0,386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +689,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,,208.0,28.0,61.0,54.0,60.0,1059.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,120.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,10.0,586.0,591.0,,,,,,,,3.0,598.0,,,,,,,,,,,,,,,,,, +690,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,1049.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +691,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,1005.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'],83.0,79.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +692,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-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,1.0,162.0,29.0,111.0,80.0,56.0,880.0,Source code/webpage/demos for the What-If Tool.,20.0,21,True,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,8.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,4.0,4278.0,53399.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2145686.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,1440.0,2021-10-12 17:42:50.869,2.0,,,,,,,,,, +693,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,820.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],430.0,417.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,13.0,27289.0,27289.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,,160.0,38.0,46.0,43.0,49.0,791.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,99.0,90.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,396.0,396.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +695,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,2.0,73.0,26.0,162.0,40.0,62.0,758.0,,26.0,21,False,2023-11-06 22:17:30.000,1.8.0,9.0,objax,,,,['jax'],49.0,49.0,https://pypi.org/project/objax,,,585.0,585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +696,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,25.0,39.0,755.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,104.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,16.0,1480.0,1480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +697,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,,144.0,25.0,19.0,26.0,5.0,736.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'],623.0,609.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,14.0,53198.0,53360.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6650.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +698,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-03-27 18:40:12.000000,2024-03-27 18:40:09,1505.0,3.0,79.0,34.0,653.0,22.0,118.0,696.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']",13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +699,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,,106.0,30.0,1.0,13.0,3.0,634.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']",621.0,613.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,19943.0,19943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +700,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,,53.0,30.0,12.0,11.0,15.0,632.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,182.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,54.0,11826.0,11826.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +701,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,19.0,216.0,49.0,302.0,596.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,274.0,274.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,29.0,31.0,5.0,24.0,561.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1786.0,1786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +703,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,15.0,554.0,A library of metrics for evaluating recommender systems.,20.0,21,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,50.0,50.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,19145.0,19145.0,,,,,,,,3.0,5.0,,,,,,,,,,,,,,,,,, +704,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2024-03-24 22:22:39.000000,2023-12-29 21:08:41,477.0,,57.0,26.0,9.0,16.0,34.0,518.0,Active Learning for Text Classification in Python.,6.0,21,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",27.0,27.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,292.0,558.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5336.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +705,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,10.0,9.0,11.0,21.0,486.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,,,,,107.0,99.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6006.0,6006.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,, +706,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,,41.0,12.0,11.0,9.0,52.0,486.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,21,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,33.0,28.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,2869.0,2871.0,,,,,,,,3.0,133.0,,,,,,,,,,,,,,,,,, +707,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,483.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,11416.0,11419.0,,,,,,,,3.0,145.0,,,,,,,,,,,,,,,,,, +708,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,,107.0,20.0,57.0,26.0,21.0,479.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,21,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,68.0,60.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2433.0,2433.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +709,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-02-27 08:23:20.000000,2023-06-18 21:56:30,277.0,,105.0,14.0,127.0,18.0,136.0,470.0,A Python library for dynamic classifier and ensemble selection.,17.0,21,True,2021-02-08 06:29:25.000,0.3.5,4.0,deslib,,,,['sklearn'],47.0,45.0,https://pypi.org/project/deslib,2021-02-08 06:29:25.000,2.0,1933.0,1933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +710,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,415.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,128.0,114.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,14.0,4375.0,4375.0,,,,,,,,3.0,91.0,,,,,,,,,,,,,,,,,, +711,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,,27.0,10.0,9.0,2.0,9.0,398.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'],1177.0,1171.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,255951.0,255951.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +712,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,380.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,965.0,965.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,346.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,,,,,228.0,221.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,7.0,2957.0,2957.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +714,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,,33.0,18.0,6.0,18.0,21.0,305.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],92.0,91.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,2482.0,2482.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,, +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-03-08 20:29:51.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,42.0,8.0,10.0,286.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,370694.0,370694.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +716,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-03-27 10:13:46.000000,2024-03-27 10:13:45,652.0,24.0,11.0,23.0,340.0,42.0,82.0,282.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-03-22 22:53:35.000,1.6.6,72.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,2024-03-22 22:46:43.000,1.0,2492.0,7102.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-03-23 12:28:23.602,99494.0,,,,,3.0,5074.0,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,270.0,2024-03-22 22:50:50.695,2.0,,,,,,,,,, +717,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,5.0,67.0,28.0,31.0,30.0,113.0,260.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,,,,12.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,12.0,1489.0,3557.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,84154.0,,,,,3.0,1861.0,,,,,,,,,,,,,,,,,, +718,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1166.0,97.0,48.0,379.0,284.0,6216.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,20,True,,,1.0,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,18.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +719,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,,475.0,86.0,180.0,108.0,161.0,3561.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,46.0,69.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1326.0,3.0,,,,,,,,,,,,,,,,,,, +720,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,97.0,16.0,53.0,17.0,3363.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,147.0,140.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,792.0,792.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +721,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,,168.0,65.0,54.0,6.0,44.0,3080.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,20,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,180.0,180.0,,,,,,,,3.0,40.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,,315.0,60.0,242.0,173.0,110.0,3068.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,20,True,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,3373.0,3386.0,,,,,,,,3.0,673.0,,,,,,,,,,,,,,,,,, +723,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-02-27 15:19:24.000000,2021-06-15 18:41:51,22.0,,264.0,32.0,21.0,27.0,37.0,2990.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1706.0,1706.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +724,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,398.0,102.0,54.0,64.0,48.0,2914.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,799.0,799.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,, +725,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,101.0,1000.0,94.0,260.0,2824.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +726,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,827.0,86.0,30.0,45.0,80.0,2643.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,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,7.0,819.0,819.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +727,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,455.0,127.0,225.0,87.0,183.0,2303.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,87.0,87.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +728,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,,230.0,62.0,106.0,25.0,56.0,2105.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,927.0,927.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +729,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,15.0,105.0,2040.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,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,,7118.0,7118.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,,177.0,55.0,895.0,129.0,586.0,1892.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,18.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1020.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +731,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-01-21 21:25:55.000000,2024-01-21 21:25:55,370.0,1.0,145.0,17.0,70.0,17.0,38.0,1657.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,16.0,20,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1492.0,1492.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +732,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,,157.0,46.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,20,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],25.0,25.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1762.0,1762.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +733,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,,399.0,102.0,36.0,11.0,24.0,1421.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +734,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,40.0,13.0,14.0,9.0,1266.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,,,,,128.0,127.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,1.0,1750.0,1750.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +735,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,142.0,25.0,76.0,49.0,36.0,1014.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,253825.0,253987.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7811.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +736,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,56.0,14.0,30.0,19.0,1013.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,,,,185.0,173.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,654.0,895.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8217.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,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,130.0,18.0,24.0,27.0,39.0,813.0,python partial dependence plot toolbox.,7.0,20,True,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,21957.0,22313.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,19989.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +738,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,3.0,81.0,14.0,35.0,3.0,23.0,792.0,Leave One Feature Out Importance.,6.0,20,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,31.0,27.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3045.0,3045.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +739,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,77.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,11674.0,11674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +740,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-03-27 02:12:17.000000,2024-01-15 01:52:35,490.0,1.0,108.0,33.0,557.0,197.0,245.0,677.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,2859.0,2859.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +741,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-01-28 21:21:14.000000,2024-01-28 21:21:14,295.0,10.0,107.0,17.0,24.0,1.0,85.0,667.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,20,True,2024-01-28 14:11:58.000,0.0.90,37.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-01-28 14:11:58.000,,5732.0,5732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +742,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,103.0,24.0,25.0,43.0,61.0,608.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'],163.0,161.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1570.0,1680.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3640.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +743,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,570.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,345.0,341.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,4.0,5675.0,5857.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11527.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +744,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,,165.0,56.0,20.0,39.0,60.0,541.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,34.0,29.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,87.0,87.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,,56.0,60.0,9.0,23.0,25.0,522.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,,,,,94.0,93.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,1.0,379.0,379.0,,,,,,,,3.0,10.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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,,97.0,26.0,6.0,3.0,31.0,488.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,20,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,1183.0,1183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +747,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-03-17 19:09:40.000000,2024-03-17 19:03:56,68.0,4.0,52.0,18.0,9.0,12.0,10.0,487.0,Topological Data Analysis for Python.,6.0,20,True,2024-03-17 19:09:40.000,1.1.0,5.0,scikit-tda,,,,['sklearn'],52.0,52.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,2418.0,2418.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +748,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,,97.0,18.0,9.0,5.0,40.0,438.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,53.0,53.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,2921.0,2921.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +749,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,36.0,38.0,13.0,1.0,2.0,80.0,401.0,Deep Learning PyTorch.,1.0,20,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,281.0,281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +750,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,247.0,10.0,23.0,398.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,2263.0,2263.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,, +751,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,,68.0,24.0,48.0,15.0,19.0,395.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'],47.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,47.0,5483.0,5919.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32305.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +752,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,367.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,89.0,85.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4359.0,4360.0,,,,,,,,3.0,64.0,,,,,,,,,,,,,,,,,, +753,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,33.0,184.0,363.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,31.0,17.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,14.0,73.0,73.0,,,,,,,,3.0,,,,yomguy/TimeSide,,,,,,,,,,,,,,, +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,25.0,19.0,15.0,16.0,326.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'],244.0,238.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,1968.0,1968.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +755,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-03-27 12:25:36.647000,2024-03-27 08:46:27,190.0,11.0,41.0,19.0,3.0,10.0,7.0,279.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,20,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],9.0,9.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1166.0,5427.0,https://anaconda.org/conda-forge/deepgraph,2024-03-27 12:25:36.647,174724.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +756,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-03-21 11:20:10.000000,2024-03-21 11:20:09,585.0,4.0,33.0,24.0,638.0,21.0,128.0,238.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,2062.0,2082.0,,,,,,,,3.0,1003.0,,,,,,,,,,,,,,,,,, +757,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-03-02 06:47:42.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,171.0,19.0,64.0,238.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,369.0,369.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,,,,,427.0,413.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,14.0,1488.0,1492.0,,,,,,,,3.0,371.0,,,,,,,,,,,,,,,,,, +759,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-03-05 09:02:43.000000,2024-03-05 08:55:36,860.0,19.0,17.0,8.0,182.0,11.0,23.0,150.0,Toolkit for developing and maintaining ML models.,14.0,20,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,,9036.0,9036.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +760,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-03-05 14:05:51.000000,2020-04-18 19:15:25,24.0,,1042.0,139.0,42.0,34.0,10.0,7983.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'],41.0,39.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,1345.0,1345.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +761,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,10.0,1028.0,120.0,24.0,13.0,352.0,4217.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,19,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +762,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,,138.0,17.0,11.0,41.0,43.0,1049.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'],124.0,119.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,3049.0,3049.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +763,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,,175.0,18.0,42.0,22.0,59.0,883.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,,,,173.0,170.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,435.0,623.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8119.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +764,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,15.0,24.0,58.0,69.0,847.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,98.0,97.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,409.0,409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +765,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,,227.0,30.0,38.0,41.0,21.0,834.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,2.0,4340.0,4340.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +766,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-03-28 16:42:32.000000,2024-02-23 18:14:41,183.0,8.0,44.0,11.0,54.0,5.0,13.0,821.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",12.0,19,True,2024-02-23 18:15:40.000,1.1.1,29.0,uform,,,,['pytorch'],24.0,23.0,https://pypi.org/project/uform,2024-02-23 18:15:40.000,1.0,746.0,746.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +767,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,68.0,22.0,47.0,11.0,17.0,766.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,562.0,1472.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22757.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +768,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,48.0,19.0,35.0,729.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,,,,,28.0,26.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,230.0,230.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +769,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-01-23 00:12:47.000000,2021-09-16 17:56:31,171.0,,144.0,34.0,81.0,14.0,55.0,612.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'],22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +770,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,13.0,22.0,563.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,414.0,414.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +771,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,18.0,111.0,8.0,48.0,556.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],138.0,133.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,2756.0,2756.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +772,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,,66.0,12.0,10.0,23.0,41.0,535.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,,,,,47.0,47.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1932.0,1932.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +773,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,1.0,68.0,6.0,5.0,4.0,28.0,526.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,19,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,17.0,15.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2235.0,2235.0,,,,,,,,3.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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,23578.0,23578.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,16.0,148.0,39.0,66.0,465.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']",43.0,43.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,243.0,243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +776,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,19,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],5.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,5.0,2790.0,2790.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-02-14 13:20:04.000000,2024-02-14 13:19:04,813.0,3.0,23.0,7.0,70.0,26.0,21.0,355.0,Flexible time series feature extraction & processing.,6.0,19,True,2023-02-23 13:56:43.000,0.3.0,36.0,tsflex,conda-forge/tsflex,,,,12.0,12.0,https://pypi.org/project/tsflex,2022-10-11 21:38:11.312,,337.0,972.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,20342.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +778,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-03-25 17:08:37.000000,2024-03-15 20:40:04,322.0,6.0,78.0,26.0,339.0,21.0,9.0,330.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,35.0,19,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2022-12-13 19:06:03.653,,2720.0,2720.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +779,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,19.0,464.0,90.0,76.0,229.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],73.0,66.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,7.0,4845.0,4845.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +780,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,212.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,77.0,75.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,52569.0,52569.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +781,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,,765.0,339.0,58.0,2.0,,6673.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,,36.0,43.0,,,,,,,,3.0,335.0,,,,,,,,,,,,,,,,,, +782,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,46.0,159.0,6203.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +783,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,,411.0,107.0,83.0,67.0,48.0,2938.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'],,,,,,,105.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8543.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +784,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-03-28 16:12:37.000000,2024-03-28 16:12:32,677.0,37.0,390.0,37.0,808.0,149.0,111.0,2892.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,79.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +785,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1643.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,522.0,522.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +786,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,,176.0,23.0,20.0,16.0,30.0,1591.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,18,True,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,4.0,4.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,95.0,96.0,,,,,,,,3.0,33.0,,,,,,,,,,,,,,,,,, +787,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,,253.0,57.0,65.0,8.0,31.0,1363.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +788,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,,154.0,45.0,5.0,3.0,7.0,1045.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,32.0,26.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,6.0,311.0,311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +789,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,2.0,192.0,61.0,7.0,13.0,29.0,1041.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,18,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,135.0,135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +790,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,,133.0,36.0,16.0,8.0,4.0,921.0,Nudity detection with Python.,12.0,18,False,,,,nudepy,,,,,3616.0,3616.0,https://pypi.org/project/nudepy,,,645.0,645.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +791,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,188.0,33.0,15.0,18.0,22.0,783.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,87.0,87.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +792,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,19.0,42.0,6.0,18.0,593.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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,230.0,49361.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2063528.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +793,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,107.0,107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +794,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,24.0,19.0,5.0,20.0,452.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +795,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-03-27 15:12:17.000000,2024-01-10 08:10:55,2818.0,7.0,63.0,12.0,255.0,9.0,109.0,426.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,18,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,59.0,59.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +796,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,11.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,61.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,3.0,331.0,543.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12938.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +797,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-02-13 08:58:18.000000,2024-02-11 10:10:08,681.0,3.0,65.0,31.0,79.0,15.0,25.0,378.0,A Python implementation of active inference for Markov Decision Processes.,14.0,18,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,240.0,240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +798,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,346.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,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,303.0,303.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +799,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'],15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,456.0,456.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +800,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,,51.0,11.0,60.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,38.0,34.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,254.0,254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +801,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,42.0,13.0,63.0,4.0,56.0,315.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,741.0,741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +802,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,,72.0,19.0,93.0,25.0,18.0,314.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2512.0,2512.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,, +803,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,300.0,Textpipe: clean and extract metadata from text.,29.0,18,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +804,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,,76.0,22.0,431.0,27.0,51.0,266.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,18,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +805,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,261.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,401.0,401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +806,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-02-08 15:04:35.000000,2024-02-08 15:04:34,493.0,1.0,50.0,14.0,77.0,13.0,35.0,240.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,18,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,14318.0,14318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +807,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,60.0,31.0,47.0,233.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'],16.0,13.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,3.0,33.0,33.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +808,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,2023-07-26 15:59:24.000000,2023-07-21 09:03:49,260.0,,30.0,12.0,197.0,21.0,74.0,190.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",11.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],35.0,34.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,505.0,505.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +809,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,128.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,,,,9037.0,8851.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,342038.0,342072.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1112.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +810,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,,1342.0,469.0,21.0,56.0,167.0,7002.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,,,,,,,,,,,,,,, +811,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,23.0,982.0,103.0,28.0,27.0,355.0,3688.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,17,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +812,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,,982.0,63.0,13.0,44.0,25.0,3571.0,Implementation and experiments of graph embedding algorithms.,9.0,17,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +813,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,1540.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,,32.0,53.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1688.0,3.0,,,,,,,,,,,,,,,,,,, +814,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,35.0,72.0,31.0,30.0,1096.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,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,6015.0,6015.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +815,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,21.0,37.0,20.0,8.0,1038.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,70.0,69.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,86.0,86.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +816,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,,58.0,15.0,10.0,26.0,17.0,747.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,,,,,47.0,47.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,399.0,399.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +817,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,13.0,13.0,8.0,16.0,746.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'],31.0,31.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2390.0,2488.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2854.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +818,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,111.0,19.0,58.0,2.0,13.0,743.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,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,5483.0,5483.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,, +819,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,,100.0,25.0,101.0,37.0,84.0,701.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,155.0,161.0,,,,,,,,3.0,412.0,,,,,,,,,,,,,,,,,, +820,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,1.0,87.0,25.0,4.0,38.0,42.0,686.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,17,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,259.0,259.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +821,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,18.0,21.0,29.0,50.0,673.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +822,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,,39.0,15.0,18.0,,20.0,588.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,17,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +823,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,121.0,19.0,17.0,67.0,24.0,533.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,17,False,,,,deepmatcher,,,,,28.0,28.0,https://pypi.org/project/deepmatcher,,,3066.0,3066.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +824,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,4.0,38.0,22.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'],2.0,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,2.0,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +825,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,294.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,71.0,74.0,,,,,,,,3.0,168.0,,,,,,,,,,,,,,,,,, +826,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,14.0,36.0,8.0,44.0,225.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +827,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2024-03-02 11:17:18.000000,2024-03-02 11:17:16,371.0,1.0,38.0,6.0,132.0,,35.0,223.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,1241.0,1352.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2896.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,, +828,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,,29.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,17,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,3654.0,3654.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +829,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,539.0,177.0,110.0,54.0,149.0,3906.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +830,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,,463.0,80.0,36.0,83.0,68.0,1672.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,16,False,2019-03-13 20:28:15.000,1.0-dev2,1.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,,,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +831,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,57.0,34.0,22.0,13.0,1266.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +832,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,,56.0,18.0,7.0,1.0,10.0,797.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],75.0,74.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3187.0,3187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +833,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,,113.0,27.0,10.0,25.0,51.0,780.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,2014.0,2014.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +834,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,,122.0,43.0,435.0,25.0,130.0,703.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +835,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,,92.0,18.0,19.0,3.0,29.0,627.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,13.0,13.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,119.0,119.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +836,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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.,11.0,16,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,,94.0,97.0,,,,,,,,3.0,221.0,,,vaticle/typedb-ml,,,,,,,,,,,,,,, +837,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-02-26 20:08:27.000000,2024-01-25 16:57:26,261.0,4.0,66.0,22.0,95.0,19.0,15.0,493.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,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +838,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,5.0,41.0,20.0,169.0,5.0,64.0,458.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,,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +839,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,,105.0,71.0,7.0,15.0,19.0,420.0,semantic similarity framework for knowledge graph.,10.0,16,True,,,,sematch,,,,,46.0,46.0,https://pypi.org/project/sematch,,,304.0,304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +840,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,406.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,22.0,22.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +841,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,3.0,51.0,10.0,17.0,10.0,29.0,381.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,,1062.0,1062.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,, +842,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,33.0,24.0,21.0,17.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,94.0,87.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,7.0,65.0,65.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +843,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,,128.0,34.0,323.0,81.0,130.0,323.0,Brain Imaging Analysis Kit.,35.0,16,True,,,,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,,,138.0,156.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1817.0,3.0,,,,,,,,,,,,,,,,,,, +844,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,11.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'],13.0,13.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,1080.0,1080.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +845,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,,12.0,8.0,2.0,,5.0,188.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'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,111.0,111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +846,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,,42.0,1.0,,,,187.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,,954.0,954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +847,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,14.0,54.0,16.0,50.0,135.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,,,,,56.0,51.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +848,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,3.0,9.0,5.0,3.0,1.0,,128.0,Data Analysis Baseline Library.,24.0,16,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,5097.0,5097.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +849,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,28.0,53.0,7.0,7.0,104.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,113.0,113.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +850,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,141.0,28.0,217.0,102.0,2873.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,11.0,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +851,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,,423.0,143.0,72.0,12.0,53.0,2196.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +852,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,,167.0,61.0,10.0,26.0,6.0,1838.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,15,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,20.0,20.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,, +853,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,4.0,484.0,68.0,26.0,5.0,97.0,1668.0,An Open-Source Package for Network Embedding (NE).,12.0,15,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +854,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-01-23 02:21:18.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,21.0,42.0,85.0,1262.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +855,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,,218.0,40.0,40.0,60.0,34.0,1117.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +856,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,,116.0,19.0,295.0,3.0,69.0,1047.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,6.0,6.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +857,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,51.0,21.0,15.0,9.0,831.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,60.0,60.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +858,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,,183.0,43.0,667.0,11.0,27.0,811.0,Translate - a PyTorch Language Library.,88.0,15,False,,,,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,,,13.0,13.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +859,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,,87.0,17.0,15.0,10.0,22.0,720.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],16.0,16.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,121.0,121.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +860,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,25.0,4.0,4.0,2.0,674.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,96.0,96.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +861,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,,54.0,17.0,83.0,18.0,49.0,568.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,True,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,,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +862,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,509.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,,,,,11.0,11.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,294.0,294.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +863,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-03-16 23:16:44.000000,2024-03-12 17:18:39,77.0,3.0,58.0,17.0,63.0,7.0,9.0,438.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,,,,,9.0,9.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +864,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,16.0,39.0,2.0,13.0,395.0,High-level batteries-included neural network training library for Pytorch.,4.0,15,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],9.0,9.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,88.0,88.0,,,,,,,,3.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,4.0,66.0,20.0,177.0,87.0,16.0,395.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,,93.0,93.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,19.0,6.0,6.0,,391.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,65.0,200.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5951.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,371.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,339.0,339.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,70.0,175.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,,641.0,641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +869,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,17.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,,,,,6.0,5.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,201.0,201.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +870,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,11.0,15.0,6.0,4.0,221.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'],8.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,8.0,848.0,848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +871,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,5.0,2.0,16.0,23.0,188.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'],11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,422.0,422.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-03-27 19:43:43.000000,2024-03-27 19:38:52,146.0,101.0,4.0,5.0,15.0,2.0,7.0,153.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,False,,,5.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,2024-03-26 18:15:37.000,,211.0,211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +873,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,821.0,78.0,34.0,116.0,59.0,3278.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +874,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,18.0,11.0,25.0,18.0,1157.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,14,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],2.0,,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,167.0,167.0,,,,,,,,3.0,,,-3.0,,,,,,,,,,,,,,,, +875,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,549.0,1994.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,63622.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +876,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,1.0,118.0,28.0,111.0,13.0,24.0,1062.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,, +877,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,12.0,8.0,10.0,3.0,335.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,1573.0,1573.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +878,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,305.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +879,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,239.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,263.0,263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +880,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,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,67.0,67.0,,,,,,,,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,110.0,12.0,39.0,8.0,2680.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +882,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,,80.0,48.0,4.0,3.0,,2451.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,1403.0,1405.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,, +883,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,38.0,10.0,13.0,3.0,1344.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,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,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,148.0,32.0,,53.0,59.0,1185.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,13,False,,,4.0,,milagraph/graphvite,,,,,,,,,,85.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4691.0,,,,,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-03-26 16:48:56.000000,2024-01-29 19:20:57,64.0,1.0,43.0,11.0,9.0,3.0,12.0,687.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,13,True,,,,rliable`,,,,,121.0,121.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,2020-05-28 17:32:42.000000,2020-05-28 17:31:53,465.0,,18.0,12.0,57.0,3.0,20.0,291.0,NLP library designed for reproducible experimentation management.,7.0,13,False,2020-05-28 17:32:42.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,,,31.0,31.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,243.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +888,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,1.0,26.0,8.0,16.0,4.0,6.0,191.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,25.0,25.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,,34.0,14.0,18.0,27.0,16.0,122.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,30.0,30.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +890,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-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,105.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +891,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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,32.0,32.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,53.0,53.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +892,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2024-03-26 14:40:49.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2024-03-26 14:40:49.000,3.39.2,281.0,comet_ml,comet_ml,,,,67.0,,https://pypi.org/project/comet_ml,2024-03-26 14:40:49.000,67.0,169067.0,169067.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +893,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-03-28 08:06:49.000000,2022-02-09 22:20:11,9.0,,464.0,94.0,21.0,52.0,15.0,3260.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +894,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,,402.0,63.0,6.0,62.0,17.0,1822.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,,,,,,,,,,,,,,,,,,, +895,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,,313.0,88.0,11.0,12.0,6.0,1697.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,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,,53.0,17.0,3.0,2.0,1.0,527.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,81.0,81.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-03-18 10:32:41.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,255.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,74.0,80.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,5.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,22.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,140.0,140.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,119.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +900,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,1.0,13.0,13.0,5.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,100.0,100.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,, +901,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,5.0,14.0,99.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,,736.0,736.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +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,,11.0,13.0,26.0,4.0,13.0,85.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,,84.0,84.0,,,,,,,,3.0,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,, +903,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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,55.0,55.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +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,2.0,12.0,12.0,17.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,,,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,108.0,108.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,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,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,111.0,111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +906,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,,112.0,46.0,13.0,7.0,20.0,948.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +907,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,,145.0,39.0,7.0,15.0,14.0,915.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +908,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,11,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,5.0,15.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.0,3.0,,,,,,,,,,,,,,,,,,, +909,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,,81.0,17.0,5.0,4.0,12.0,563.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +910,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,,50.0,14.0,13.0,12.0,11.0,494.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +911,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,,20.0,12.0,41.0,7.0,12.0,365.0,A library for distributed ML training with PyTorch.,6.0,10,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +912,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,10,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,18.0,18.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,10.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,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +914,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +915,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,139.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +916,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,5.0,7.0,,1.0,,62.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,18.0,18.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-04-04_changes.md b/history/2024-04-04_changes.md new file mode 100644 index 00000000..b129cb87 --- /dev/null +++ b/history/2024-04-04_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 (🥇38 · ⭐ 7.7K · 📈) - NumPy & SciPy for GPU. MIT +- SpeechRecognition (🥇36 · ⭐ 8K · 📈) - Speech recognition module for Python, supporting several.. BSD-3 +- Coqui TTS (🥈35 · ⭐ 29K · 📈) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 +- Autograd (🥈34 · ⭐ 6.8K · 📈) - Efficiently computes derivatives of numpy code. MIT +- MLxtend (🥈34 · ⭐ 4.8K · 📈) - A library of extension and helper modules for Pythons data.. BSD-3 +- AutoGluon (🥇33 · ⭐ 7K · 📈) - AutoGluon: AutoML for Image, Text, Time Series, and.. Apache-2 +- PySAL (🥉30 · ⭐ 1.3K · 📈) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3 +- AutoViz (🥉28 · ⭐ 1.6K · 📈) - Automatically Visualize any dataset, any size with a single line.. Apache-2 +- Neural Tangents (🥉26 · ⭐ 2.2K · 📈) - Fast and Easy Infinite Neural Networks in Python. Apache-2 +- MedPy (🥉26 · ⭐ 540 · 📈) - Medical image processing in Python. ❗️GPL-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._ + +- PySpark (🥈38 · ⭐ 38K · 📉) - Apache Spark Python API. Apache-2 +- torchvision (🥇38 · ⭐ 15K · 📉) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +- PyFlink (🥈34 · ⭐ 23K · 📉) - Apache Flink Python API. Apache-2 +- InsightFace (🥈32 · ⭐ 21K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed +- torchtext (🥈31 · ⭐ 3.4K · 📉) - Models, data loaders and abstractions for language.. BSD-3 +- ftfy (🥈29 · ⭐ 3.7K · 📉) - Fixes mojibake and other glitches in Unicode text, after the fact. ❗Unlicensed +- langid (🥉24 · ⭐ 2.2K · 💀) - Stand-alone language identification system. ❗Unlicensed +- modAL (🥉22 · ⭐ 2.1K · 💤) - A modular active learning framework for Python. MIT +- Pillow-SIMD (🥉21 · ⭐ 2.1K · 💤) - The friendly PIL fork. ❗️PIL +- Headliner (🥉10 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq models. ❗Unlicensed + diff --git a/history/2024-04-04_projects.csv b/history/2024-04-04_projects.csv new file mode 100644 index 00000000..07cb3a3d --- /dev/null +++ b/history/2024-04-04_projects.csv @@ -0,0 +1,918 @@ +,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,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-04-02 11:24:30.000000,2024-04-02 11:24:30,1545.0,10.0,672.0,115.0,317.0,58.0,136.0,4517.0,Benchmarks of approximate nearest neighbor libraries in Python.,101.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-03-29 10:49:05.000000,2024-03-29 10:49:05,323.0,26.0,158.0,55.0,191.0,,3.0,2147.0,Collection of web-scraping and crawling libraries.,14.0,0,True,2024-03-29 10:49:14.000,2024.03.28,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-04-04 13:29:19.000000,2024-03-29 11:34:23,339.0,24.0,224.0,87.0,190.0,4.0,5.0,3382.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-03-29 11:34:37.000,2024.03.28,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-04-04 13:29:19.000000,2024-03-29 11:34:23,339.0,24.0,224.0,87.0,190.0,4.0,5.0,3382.0,Collection of database clients for python.,12.0,0,True,2024-03-29 11:34:37.000,2024.03.28,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-04-04 13:29:19.000000,2024-03-29 11:34:23,339.0,24.0,224.0,87.0,190.0,4.0,5.0,3382.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-03-29 11:34:37.000,2024.03.28,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-04-04 14:54:32.000000,2024-04-04 14:54:32,341.0,26.0,224.0,87.0,190.0,4.0,5.0,3382.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-04-04 14:54:40.000,2024.04.04,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-04-04 14:09:22.000000,2024-04-04 13:58:05,162446.0,4391.0,73799.0,7643.0,25462.0,2416.0,37085.0,184318.0,An Open Source Machine Learning Framework for Everyone.,4583.0,57,True,2024-03-09 00:23:14.000,2.16.1,193.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],371740.0,356088.0,https://pypi.org/project/tensorflow,2024-03-09 00:23:14.000,15652.0,23187316.0,24247840.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4525329.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-04-04 12:54:23.947945,2356.0,76642531.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-04-04 14:14:52.000000,2024-04-04 14:00:19,71344.0,3322.0,20838.0,1693.0,82101.0,13757.0,28131.0,77206.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4755.0,55,True,2024-03-27 22:27:02.000,2.2.2,51.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],432431.0,419399.0,https://pypi.org/project/torch,2024-03-27 21:06:18.000,13032.0,24913051.0,25581546.0,https://anaconda.org/pytorch/pytorch,2024-03-26 22:24:03.907,20710619.0,,,,,1.0,37476.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-04-04 14:00:28.000000,2024-04-04 13:55:53,31159.0,390.0,24237.0,2142.0,17034.0,1635.0,9146.0,57881.0,scikit-learn: machine learning in Python.,3098.0,51,True,2024-02-15 16:07:32.000,1.4.1.post1,47.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],739018.0,739018.0,https://pypi.org/project/scikit-learn,,,63732441.0,64309246.0,https://anaconda.org/conda-forge/scikit-learn,2024-02-16 10:16:19.766,27109428.0,,,,,1.0,944.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-04-04 14:07:37.000000,2024-04-04 10:46:20,15512.0,676.0,23587.0,1088.0,15234.0,794.0,13655.0,123635.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2512.0,50,True,2024-04-02 09:36:10.000,4.39.3,107.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",153869.0,153869.0,https://pypi.org/project/transformers,,,23764601.0,23799403.0,https://anaconda.org/conda-forge/transformers,2024-04-02 14:17:57.574,1566122.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-04-04 01:57:24.000000,2024-04-03 23:44:06,31966.0,602.0,4990.0,348.0,10534.0,1764.0,8341.0,12367.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1609.0,50,True,2024-04-02 21:56:52.000,1.13.0,101.0,scipy,conda-forge/scipy,,,,1027202.0,959785.0,https://pypi.org/project/scipy,2024-04-02 21:41:20.000,67417.0,101064321.0,102196463.0,https://anaconda.org/conda-forge/scipy,2024-01-24 03:11:41.395,46262481.0,,,,,1.0,397854.0,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-04-04 13:28:27.000000,2024-04-04 13:00:13,50044.0,591.0,7220.0,595.0,17843.0,1157.0,8990.0,19116.0,matplotlib: plotting with Python.,1662.0,48,True,2024-04-04 00:27:55.000,3.8.4,83.0,matplotlib,conda-forge/matplotlib,,,,1141859.0,1141859.0,https://pypi.org/project/matplotlib,,,60866242.0,61356586.0,https://anaconda.org/conda-forge/matplotlib,2024-02-15 20:37:52.070,22555826.0,,,,,1.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-04-04 01:17:20.000000,2024-04-03 06:23:28,17599.0,638.0,2104.0,222.0,4742.0,86.0,2970.0,11627.0,Python Imaging Library (Fork).,464.0,48,True,2024-04-01 12:34:53.000,10.3.0,95.0,Pillow,conda-forge/pillow,,,,1667903.0,1599930.0,https://pypi.org/project/Pillow,2023-10-15 13:01:25.000,67973.0,92237647.0,93068440.0,https://anaconda.org/conda-forge/pillow,2024-04-03 15:56:48.771,37385698.0,,,,,1.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,2024-04-04 13:05:57.000000,2024-04-04 12:49:06,57415.0,553.0,4226.0,294.0,13079.0,4986.0,8708.0,12313.0,A computer algebra system written in pure Python.,1290.0,47,True,2024-03-31 22:49:13.000,1.12.1rc1,55.0,sympy,conda-forge/sympy,,,,128527.0,123523.0,https://pypi.org/project/sympy,2024-03-31 22:48:43.000,5004.0,22937455.0,22996023.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5168003.0,,,,,1.0,537748.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,2024-04-04 14:07:08.000000,2024-04-04 00:18:55,6215.0,212.0,2754.0,308.0,4288.0,793.0,3275.0,31152.0,Streamlit A faster way to build and share data apps.,224.0,46,True,2024-03-14 15:16:16.000,1.32.2,219.0,streamlit,,,,,347698.0,346185.0,https://pypi.org/project/streamlit,2024-03-14 15:16:07.000,1513.0,4289426.0,4289426.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,2024-04-04 14:11:29.000000,2024-04-04 13:53:05,21190.0,907.0,5157.0,470.0,27000.0,3597.0,14049.0,30734.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,997.0,45,True,2024-03-21 19:02:34.000,ray-2.10.0,100.0,ray,conda-forge/ray-tune,,,,15074.0,14583.0,https://pypi.org/project/ray,2024-03-21 18:35:24.000,491.0,3583025.0,3587835.0,https://anaconda.org/conda-forge/ray-tune,2024-03-24 13:08:51.334,192321.0,,,,,1.0,208.0,,,,,,,,,,,,,,,,,, +16,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-04-04 14:18:06.000000,2024-04-04 12:35:28,20058.0,1245.0,2522.0,322.0,12994.0,1667.0,3785.0,27658.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",666.0,45,True,2024-04-03 22:09:19.000,jax-v0.4.26,160.0,jax,conda-forge/jaxlib,,,,24503.0,23579.0,https://pypi.org/project/jax,2024-04-03 21:45:34.000,924.0,5643534.0,5667089.0,https://anaconda.org/conda-forge/jaxlib,2024-03-17 07:48:22.558,1083535.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +17,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-04-04 14:13:43.000000,2024-04-04 00:42:25,10260.0,226.0,3225.0,247.0,10064.0,673.0,6170.0,26673.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",944.0,45,True,2024-03-04 18:59:32.000,2.2.1,268.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],31401.0,30583.0,https://pypi.org/project/pytorch-lightning,2024-03-04 18:59:32.000,818.0,4884326.0,4908049.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-03-05 21:00:43.443,1079994.0,,,,,1.0,8844.0,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +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-04-04 07:07:52.000000,2024-04-03 23:45:54,6795.0,90.0,8162.0,910.0,5043.0,360.0,4750.0,25497.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",638.0,45,True,2023-12-19 10:07:53.000,2.0.3,56.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,86138.0,86138.0,https://pypi.org/project/xgboost,,,18613606.0,18716244.0,https://anaconda.org/conda-forge/xgboost,2024-04-02 17:25:29.060,4615678.0,,,,,1.0,8236.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,2024-04-04 12:52:22.000000,2024-04-03 18:09:43,47655.0,1807.0,5278.0,720.0,45150.0,950.0,16907.0,21549.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1183.0,45,True,2024-01-08 06:43:49.000,2.6.0,61.0,paddlepaddle,,,,['paddle'],4874.0,4874.0,https://pypi.org/project/paddlepaddle,,,227873.0,228040.0,,,,,,,,1.0,15369.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,2024-04-04 13:50:36.000000,2024-04-04 06:15:28,20447.0,94.0,4154.0,443.0,6023.0,751.0,6859.0,18747.0,"Interactive Data Visualization in the browser, from Python.",690.0,45,True,2024-03-14 16:38:08.000,3.4.0,199.0,bokeh,conda-forge/bokeh,,,,89553.0,85711.0,https://pypi.org/project/bokeh,2024-03-18 16:22:43.000,3842.0,5049609.0,5344714.0,https://anaconda.org/conda-forge/bokeh,2024-03-15 07:03:52.633,13574844.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +21,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-04-04 12:39:26.735000,2024-04-04 10:55:08,16122.0,28.0,4191.0,553.0,3972.0,84.0,5487.0,28596.0,Industrial-strength Natural Language Processing (NLP) in Python.,749.0,44,True,2024-02-15 19:16:59.000,3.7.4,100.0,spacy,conda-forge/spacy,,,,84232.0,84232.0,https://pypi.org/project/spacy,,,7603911.0,7676807.0,https://anaconda.org/conda-forge/spacy,2024-04-04 12:39:26.735,3353247.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +22,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-04-04 13:15:03.000000,2024-04-04 08:53:36,5654.0,456.0,3883.0,290.0,7853.0,1397.0,2390.0,17099.0,Open source platform for the machine learning lifecycle.,715.0,44,True,2024-03-22 01:05:35.000,2.11.3,94.0,mlflow,conda-forge/mlflow,,,,33520.0,32947.0,https://pypi.org/project/mlflow,2024-03-21 21:09:52.000,573.0,12955894.0,12995295.0,https://anaconda.org/conda-forge/mlflow,2024-03-22 09:15:59.167,1812480.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-04-03 18:35:19.000000,2024-03-22 15:38:47,6390.0,120.0,2471.0,281.0,1619.0,1487.0,1399.0,15132.0,The interactive graphing library for Python This project now includes Plotly Express!.,259.0,44,True,2024-03-13 16:27:36.000,5.20.0,296.0,plotly,conda-forge/plotly,,,,258748.0,252945.0,https://pypi.org/project/plotly,2024-03-13 16:21:20.000,5796.0,14760883.0,14883587.0,https://anaconda.org/conda-forge/plotly,2024-02-15 18:15:23.292,5451070.0,,,,,1.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,7.0,6724.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,2024-04-04 14:12:00.000000,2024-04-03 22:50:15,8147.0,179.0,1666.0,212.0,5776.0,1053.0,4136.0,11940.0,Parallel computing with task scheduling.,597.0,44,True,2024-04-01 19:42:52.000,2024.4.0,193.0,dask,conda-forge/dask,,,,61944.0,58758.0,https://pypi.org/project/dask,2024-04-01 19:42:52.000,3186.0,7105421.0,7336817.0,https://anaconda.org/conda-forge/dask,2024-04-02 01:05:48.705,10875639.0,,,,,1.0,,,,,,,,stable/dask,,,,,,,,,,, +25,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-04-04 06:48:19.000000,2024-04-04 05:48:59,4813.0,211.0,2027.0,1690.0,4656.0,291.0,2657.0,11649.0,WebGL2 powered visualization framework.,255.0,44,True,2024-04-02 16:56:40.000,9.0.4,642.0,pydeck,conda-forge/pydeck,,,['jupyter'],7944.0,7385.0,https://pypi.org/project/pydeck,2023-04-15 06:29:01.705,61.0,3208444.0,3634198.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,492565.0,,,,,1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-04-02 16:56:27.687,498.0,415903.0,,,,,,,,,,,, +26,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-04-03 14:40:11.000000,2024-03-29 17:44:04,15288.0,28.0,2640.0,280.0,3857.0,2589.0,2743.0,9479.0,Statsmodels: statistical modeling and econometrics in Python.,424.0,44,True,2023-12-14 14:31:51.000,0.14.1,26.0,statsmodels,conda-forge/statsmodels,,,,119425.0,119425.0,https://pypi.org/project/statsmodels,,,17181322.0,17453941.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12540505.0,,,,,2.0,30.0,,,,,,,,,,,,,,,,,, +27,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-04-04 08:36:10.000000,2024-04-03 17:22:01,5810.0,72.0,1620.0,192.0,4972.0,659.0,1227.0,6523.0,TensorFlows Visualization Toolkit.,319.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],227546.0,224547.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,2999.0,28816547.0,28915782.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4564845.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +28,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-04-04 13:59:52.000000,2024-04-03 23:07:39,10451.0,236.0,18638.0,1906.0,7039.0,220.0,11506.0,60805.0,Deep Learning for humans.,1285.0,43,True,2024-03-19 18:22:02.000,3.1.1,61.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],,,https://pypi.org/project/keras,,,17871022.0,17945271.0,https://anaconda.org/conda-forge/keras,2024-03-22 14:49:27.132,3415464.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +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,2024-04-04 14:35:54.000000,2024-04-04 11:38:12,6463.0,373.0,2066.0,154.0,3554.0,491.0,3513.0,28225.0,"Wrap UIs around any model, share with anyone.",286.0,43,True,2024-04-02 17:40:00.000,gradio@4.25.0,100.0,gradio,,,,,26519.0,26519.0,https://pypi.org/project/gradio,,,5444650.0,5444650.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +30,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-04-04 08:27:52.000000,2024-04-03 17:04:15,2704.0,75.0,3587.0,437.0,3178.0,311.0,2395.0,16713.0,Open standard for machine learning interoperability.,312.0,43,True,2024-03-25 15:40:18.000,1.16.0,32.0,onnx,conda-forge/onnx,,,,26503.0,25781.0,https://pypi.org/project/onnx,2024-03-25 15:25:07.000,722.0,5189870.0,5210652.0,https://anaconda.org/conda-forge/onnx,2024-03-26 22:34:37.040,944062.0,,,,,1.0,20239.0,,,,,,,,,,,,,,,,,, +31,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-04-04 13:12:59.000000,2024-04-03 21:43:50,7657.0,105.0,3120.0,279.0,3720.0,321.0,2980.0,14094.0,Network Analysis in Python.,714.0,43,True,2023-10-28 09:53:23.000,networkx-3.2.1,93.0,networkx,conda-forge/networkx,,,,253854.0,238405.0,https://pypi.org/project/networkx,2024-03-22 20:12:36.000,15449.0,48686744.0,49029798.0,https://anaconda.org/conda-forge/networkx,2023-10-28 14:55:59.129,15094391.0,,,,,1.0,67.0,,,,,,,,,,,,,,,,,, +32,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-04-01 05:07:40.000000,2024-03-30 18:50:26,3231.0,6.0,1876.0,260.0,1095.0,129.0,2360.0,11869.0,Statistical data visualization in Python.,211.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,397439.0,385435.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,12004.0,18238756.0,18419341.0,https://anaconda.org/conda-forge/seaborn,2024-01-27 07:37:15.644,8306788.0,,,,,1.0,380.0,,,,,,,,,,,,,,,,,, +33,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-04-04 14:39:59.000000,2024-04-04 14:39:59,2005.0,426.0,1194.0,174.0,2317.0,495.0,651.0,10681.0,Development repository for the Triton language and compiler.,238.0,43,True,2024-01-10 03:11:56.000,2.2.0,192.0,triton,,,,,21401.0,21296.0,https://pypi.org/project/triton,2024-01-10 03:11:56.000,105.0,9988690.0,9988690.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +34,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-04-04 12:27:36.000000,2024-04-03 20:54:07,2229.0,202.0,3742.0,322.0,2646.0,972.0,1578.0,32279.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",298.0,42,True,2024-03-08 01:11:46.000,0.14.0,88.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],6497.0,6394.0,https://pypi.org/project/deepspeed,2024-03-08 01:11:46.000,103.0,470119.0,470468.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17840.0,1.0,,,,,,,,,,,,,,,,,,, +35,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-04-04 13:43:00.000000,2024-04-02 15:30:18,2641.0,58.0,3124.0,241.0,852.0,1204.0,1223.0,21464.0,A game theoretic approach to explain the output of any machine learning model.,236.0,42,True,2024-03-08 11:55:08.000,0.45.0,102.0,shap,conda-forge/shap,,,,17030.0,16546.0,https://pypi.org/project/shap,2024-03-08 11:55:08.000,484.0,8117872.0,8179892.0,https://anaconda.org/conda-forge/shap,2024-04-03 17:47:00.611,2480832.0,,,,,1.0,,shap/shap,,,,,,,,,,,,,,,,, +36,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-04-03 18:04:22.000000,2024-04-03 15:59:23,7364.0,273.0,1974.0,418.0,1051.0,829.0,895.0,20387.0,Data Apps & Dashboards for Python. No JavaScript Required.,149.0,42,True,2024-03-06 20:00:34.000,2.16.1,177.0,dash,conda-forge/dash,,,,62217.0,60716.0,https://pypi.org/project/dash,2024-03-06 19:54:50.000,1501.0,2911335.0,2938002.0,https://anaconda.org/conda-forge/dash,2024-03-10 12:59:07.948,1226654.0,,,,,1.0,70.0,,,,,,,,,,,,,,,,,, +37,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-04-03 19:21:42.000000,2024-03-25 13:46:12,3445.0,40.0,3795.0,435.0,3110.0,345.0,2938.0,15993.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",297.0,42,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,32122.0,31246.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,876.0,7914435.0,7968842.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2227789.0,,,,,2.0,218261.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-04-02 21:31:38.000000,2024-04-02 21:31:38,2191.0,67.0,4449.0,306.0,453.0,76.0,779.0,29474.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",134.0,41,True,2024-02-19 19:35:21.000,0.9.16,55.0,timm,conda-forge/timm,,,['pytorch'],25831.0,25831.0,https://pypi.org/project/timm,,,4659682.0,4770444.0,https://anaconda.org/conda-forge/timm,2024-02-21 16:25:26.726,129980.0,,,,,1.0,6364595.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,2024-04-04 11:45:39.000000,2024-04-03 07:55:38,19470.0,684.0,2699.0,275.0,19647.0,612.0,9857.0,26429.0,"A cloud-native vector database, storage for next generation AI applications.",268.0,41,True,2024-03-20 11:14:39.000,2.4.0-rc.1,93.0,pymilvus,,milvusdb/milvus,,,89.0,,https://pypi.org/project/pymilvus,2024-03-20 10:41:55.000,89.0,642446.0,873552.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-04-03 10:05:24.225331,43.0,12503039.0,1.0,204112.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,2024-04-04 14:00:30.000000,2024-04-04 08:20:18,1361.0,70.0,2241.0,130.0,376.0,998.0,918.0,13554.0,Multilingual Sentence & Image Embeddings with BERT.,149.0,41,True,2024-03-26 09:01:26.000,2.6.1,39.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],28747.0,28747.0,https://pypi.org/project/sentence-transformers,,,3957962.0,3962939.0,https://anaconda.org/conda-forge/sentence-transformers,2024-03-26 11:59:18.003,214052.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-04-02 01:07:10.000000,2024-04-02 01:07:09,9247.0,103.0,1130.0,137.0,5424.0,234.0,4371.0,13058.0,ML Experiments and Data Management with Git.,292.0,41,True,2024-03-26 08:40:01.000,3.49.0,521.0,dvc,conda-forge/dvc,,,,14142.0,14045.0,https://pypi.org/project/dvc,2024-03-26 08:40:01.000,97.0,482758.0,524714.0,https://anaconda.org/conda-forge/dvc,2024-03-26 09:56:58.374,1777386.0,,,,,1.0,43141.0,,,,,,,,dvc,dvc,dvc,,,,,,,, +42,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-04-04 08:17:12.401000,2024-04-03 23:26:02,8254.0,20.0,3306.0,478.0,701.0,51.0,2131.0,12959.0,A toolkit for making real world machine learning and data analysis applications in C++.,193.0,41,False,2024-04-03 23:33:43.000,19.24.4,37.0,dlib,conda-forge/dlib,,,,26810.0,26007.0,https://pypi.org/project/dlib,2024-04-03 23:33:43.000,803.0,439033.0,453773.0,https://anaconda.org/conda-forge/dlib,2024-04-04 08:17:12.401,667059.0,,,,,2.0,25409.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-04-02 19:17:33.000000,2024-02-25 13:25:28,1189.0,46.0,2142.0,237.0,540.0,185.0,1128.0,11663.0,Download market data from Yahoo! Finances API.,108.0,41,True,2024-02-25 13:35:19.000,0.2.37,109.0,yfinance,ranaroussi/yfinance,,,,36012.0,35675.0,https://pypi.org/project/yfinance,2024-02-25 13:35:19.000,337.0,1832605.0,1835281.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,88332.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +44,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-03-30 18:57:22.082000,2024-03-30 16:57:26,3656.0,39.0,724.0,140.0,1349.0,162.0,1768.0,8863.0,Declarative statistical visualization library for Python.,163.0,41,True,2024-03-30 15:36:52.000,5.3.0,28.0,altair,conda-forge/altair,,,,119295.0,119295.0,https://pypi.org/project/altair,,,22914904.0,22992750.0,https://anaconda.org/conda-forge/altair,2024-03-30 18:57:22.082,2179671.0,,,,,1.0,119.0,,,,,,,,,,,,,,,,,, +45,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-04-04 00:40:59.000000,2024-04-03 18:15:35,9812.0,97.0,1905.0,225.0,3887.0,253.0,2998.0,8113.0,Bayesian Modeling and Probabilistic Programming in Python.,484.0,41,True,2024-03-28 18:52:49.000,5.12.0,80.0,pymc3,conda-forge/pymc3,,,,3237.0,2987.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,250.0,883096.0,889251.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,552537.0,,,,,1.0,1936.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,2024-04-04 05:55:06.000000,2024-04-04 05:55:05,6291.0,252.0,600.0,54.0,4242.0,866.0,2190.0,8102.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,175.0,41,True,2024-04-03 20:37:46.000,0.16.6,271.0,wandb,conda-forge/wandb,,,,42660.0,41881.0,https://pypi.org/project/wandb,2024-04-03 20:08:57.000,779.0,12592733.0,12603215.0,https://anaconda.org/conda-forge/wandb,2024-03-25 23:14:36.046,471725.0,,,,,1.0,,wandb/wandb,,,,,,,,,,,,,,,,, +47,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-04-04 14:30:57.000000,2024-04-04 14:30:57,9549.0,4275.0,797.0,49.0,895.0,456.0,1461.0,7321.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",167.0,41,True,2024-04-04 04:40:27.000,1.34.25,736.0,litellm,,,,others,1410.0,1323.0,https://pypi.org/project/litellm,2024-04-04 04:29:06.000,87.0,495056.0,495111.0,,,,,,,,1.0,110.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,2024-04-04 10:18:52.000000,2024-04-04 10:18:52,13895.0,104.0,2189.0,186.0,4380.0,767.0,2058.0,5845.0,Image processing in Python.,657.0,41,False,2023-10-03 21:36:37.000,0.22.0,61.0,scikit-image,conda-forge/scikit-image,,,,186222.0,175571.0,https://pypi.org/project/scikit-image,2024-04-04 03:45:25.000,10651.0,13962326.0,14094127.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,6062848.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +49,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-02-23 04:21:13.000000,2023-01-30 18:15:21,1757.0,,8542.0,1062.0,1450.0,87.0,1719.0,33789.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,,,,54370.0,51655.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2715.0,534859.0,540467.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,269196.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +50,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-03-29 10:31:13.000000,2024-03-21 15:05:22,32610.0,18.0,4375.0,348.0,6350.0,3.0,6641.0,17847.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,40,True,2024-03-04 17:27:13.000,3.6.19,100.0,rasa,,,,['tensorflow'],4062.0,4062.0,https://pypi.org/project/rasa,,,134866.0,134866.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +51,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-03-25 08:13:19.000000,2024-01-29 09:04:39,14509.0,1.0,2723.0,468.0,1455.0,246.0,1513.0,12967.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,40,True,,,17.0,nltk,conda-forge/nltk,,,,262672.0,262672.0,https://pypi.org/project/nltk,,,18324069.0,18350775.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2457007.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +52,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-04-04 14:33:50.000000,2024-04-04 14:33:49,1365.0,145.0,762.0,97.0,1306.0,128.0,1194.0,6834.0,"A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision.",236.0,40,True,2024-03-12 16:58:44.000,0.28.0,44.0,accelerate,conda-forge/accelerate,,,['pytorch'],31675.0,31037.0,https://pypi.org/project/accelerate,2024-03-12 15:54:38.000,638.0,7628795.0,7632560.0,https://anaconda.org/conda-forge/accelerate,2024-03-13 13:00:50.817,112968.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +53,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-04-04 07:31:48.000000,2024-04-04 07:31:48,1912.0,56.0,884.0,106.0,1580.0,454.0,1207.0,4141.0,Python tools for geographic data.,222.0,40,True,2024-01-31 19:22:01.000,0.14.3,52.0,geopandas,conda-forge/geopandas,,,['pandas'],35147.0,33171.0,https://pypi.org/project/geopandas,2024-01-31 19:21:57.000,1976.0,6284658.0,6360299.0,https://anaconda.org/conda-forge/geopandas,2024-01-31 21:02:18.644,3478331.0,,,,,1.0,2470.0,,,,,,,,,,,,,,,,,, +54,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-04-04 02:12:39.000000,2024-04-04 02:12:33,3603.0,148.0,1082.0,133.0,2933.0,274.0,1174.0,2029.0,A library for training and deploying machine learning models on Amazon SageMaker.,433.0,40,True,2024-04-04 02:12:39.000,2.214.3,577.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3879.0,3782.0,https://pypi.org/project/sagemaker,2024-04-04 02:12:39.000,97.0,28108064.0,28124429.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-04-01 18:42:13.016,720079.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +55,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-04-04 13:31:06.000000,2024-04-04 13:31:05,5740.0,94.0,702.0,55.0,4974.0,1504.0,2323.0,1535.0,A distributed task scheduler for Dask.,323.0,40,True,2024-04-01 19:43:02.000,2024.4.0,225.0,distributed,conda-forge/distributed,,,,34888.0,33547.0,https://pypi.org/project/distributed,2024-04-01 19:43:02.000,1341.0,3450446.0,3732386.0,https://anaconda.org/conda-forge/distributed,2024-04-01 23:40:44.225,13251196.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +56,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-04-04 14:29:00.000000,2024-04-03 17:36:56,1049.0,107.0,3345.0,474.0,899.0,448.0,1914.0,27743.0,A library for efficient similarity search and clustering of dense vectors.,165.0,39,True,2024-03-20 10:41:55.000,2.4.0,93.0,pymilvus,conda-forge/faiss,,,,3621.0,3532.0,https://pypi.org/project/pymilvus,2024-03-20 10:41:55.000,89.0,642446.0,665115.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1065488.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +57,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-03-07 16:39:48.000000,2024-03-04 02:10:25,2754.0,13.0,7495.0,610.0,2219.0,208.0,1586.0,25529.0,The fastai deep learning library.,665.0,39,True,2024-02-01 00:30:31.000,2.7.14,148.0,fastai,,,,['pytorch'],17073.0,16722.0,https://pypi.org/project/fastai,2024-02-01 00:30:31.000,351.0,371192.0,371192.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +58,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-04-03 08:50:57.000000,2024-02-08 02:27:50,4512.0,3.0,4171.0,434.0,1689.0,382.0,1450.0,15164.0,Topic Modelling for Humans.,449.0,39,True,2023-08-24 08:44:46.000,4.3.2,43.0,gensim,conda-forge/gensim,,,,57586.0,57586.0,https://pypi.org/project/gensim,,,5081213.0,5114227.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1219887.0,,,,,1.0,4556.0,piskvorky/gensim,,,,,,,,,,,,,,,,, +59,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-04-03 23:16:05.000000,2024-04-03 09:04:14,4035.0,203.0,2943.0,169.0,4626.0,479.0,2253.0,12940.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",289.0,39,True,2024-03-06 03:29:59.000,2.1.0,451.0,dgl,,,,,309.0,220.0,https://pypi.org/project/dgl,2024-03-05 07:16:21.000,89.0,90523.0,90523.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +60,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-04-04 05:41:01.000000,2024-04-04 05:41:00,17443.0,564.0,940.0,118.0,3475.0,92.0,1517.0,9524.0,A hyperparameter optimization framework.,263.0,39,False,2024-04-01 06:02:58.000,3.6.1,64.0,optuna,conda-forge/optuna,,,,13455.0,13455.0,https://pypi.org/project/optuna,,,2322227.0,2338784.0,https://anaconda.org/conda-forge/optuna,2024-03-29 06:40:40.525,761666.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +61,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-04-04 08:46:09.000000,2024-04-04 08:46:00,47685.0,534.0,1130.0,192.0,381.0,488.0,1741.0,7702.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1223.0,39,True,2024-02-23 14:10:41.000,1.2.3,85.0,catboost,conda-forge/catboost,,,,13.0,13.0,https://pypi.org/project/catboost,,,2153096.0,2191689.0,https://anaconda.org/conda-forge/catboost,2024-02-24 13:08:44.587,1460159.0,,,,,2.0,235442.0,,,,,,,,,,,,,,,,,, +62,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-04-04 09:41:14.000000,2024-04-03 14:12:11,4428.0,281.0,1265.0,101.0,3627.0,790.0,1434.0,7350.0,A unified framework for machine learning with time series.,347.0,39,True,2024-03-28 01:36:35.000,0.28.0,65.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2505.0,2435.0,https://pypi.org/project/sktime,2024-03-28 01:36:35.000,70.0,859650.0,888096.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-03-28 10:15:16.543,938704.0,,,,,1.0,86.0,sktime/sktime,,,,,,,,,,,,,,,,, +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,2024-04-04 14:14:45.000000,2024-04-04 14:10:48,1810.0,35.0,2202.0,164.0,829.0,86.0,1004.0,6642.0,Python Data. Leaflet.js Maps.,166.0,39,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,36591.0,35739.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,852.0,992039.0,1058937.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2609028.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +64,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-04-04 12:32:27.000000,2024-04-02 19:20:43,17904.0,108.0,1302.0,83.0,7772.0,512.0,4268.0,2533.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,368.0,39,True,2024-01-16 18:38:53.000,1.6.1,77.0,mne,conda-forge/mne,,,,3968.0,3666.0,https://pypi.org/project/mne,2024-01-16 18:38:53.000,302.0,103973.0,111453.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,351588.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +65,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-04-04 14:05:15.000000,2024-04-04 14:05:09,40417.0,986.0,26570.0,2031.0,45849.0,,,38185.0,Apache Spark Python API.,3046.0,38,True,,,34.0,pyspark,conda-forge/pyspark,,,['spark'],,,https://pypi.org/project/pyspark,,,30309419.0,30375818.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3054363.0,,,,,2.0,,,,,,,,stable/spark,,,,-7.0,,,,,,, +66,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-04-03 17:31:13.000000,2024-04-01 07:22:11,6142.0,18.0,7175.0,431.0,2861.0,1207.0,7587.0,37913.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",195.0,38,True,2024-03-29 09:49:07.000,2.7.5,44.0,paddleocr,,,,['paddle'],2452.0,2406.0,https://pypi.org/project/paddleocr,2024-03-29 09:49:07.000,46.0,203266.0,203266.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +67,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-04-04 06:44:00.000000,2024-02-05 13:23:18,2706.0,5.0,8295.0,371.0,3131.0,1344.0,6656.0,27543.0,OpenMMLab Detection Toolbox and Benchmark.,455.0,38,True,2024-01-05 06:24:15.000,3.3.0,53.0,mmdet,,,,['pytorch'],2336.0,2336.0,https://pypi.org/project/mmdet,,,217897.0,217897.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +68,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2023-10-25 21:28:33.000000,2023-01-26 21:28:45,11896.0,,6523.0,1071.0,11124.0,1805.0,7758.0,20711.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",982.0,38,False,2022-05-10 20:10:05.000,1.9.1,34.0,mxnet,mxnet,,,['mxnet'],7144.0,7144.0,https://pypi.org/project/mxnet,,,568079.0,568500.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10675.0,,,,,2.0,26725.0,apache/mxnet,,,,,,,,,,,,,,,,, +69,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-04-03 07:57:21.000000,2024-04-03 07:57:20,8536.0,27.0,2157.0,206.0,4170.0,13.0,1921.0,19853.0,Build multimodal AI applications with cloud-native stack.,176.0,38,True,2024-04-02 13:05:38.000,3.25.0,100.0,jina,conda-forge/jina-core,jinaai/jina,,,1707.0,1707.0,https://pypi.org/project/jina,,,29243.0,57298.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,60406.0,https://hub.docker.com/r/jinaai/jina,2024-04-02 13:15:00.605102,8.0,1305375.0,2.0,,,,,,,,,,,,,,,,,,, +70,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-04-04 11:34:22.000000,2024-04-02 10:26:52,3829.0,62.0,6699.0,406.0,5218.0,775.0,2356.0,15310.0,"Datasets, Transforms and Models specific to Computer Vision.",582.0,38,True,2024-03-28 15:37:14.000,0.17.2,40.0,torchvision,conda-forge/torchvision,,,['pytorch'],21.0,21.0,https://pypi.org/project/torchvision,,,10825588.0,10853394.0,https://anaconda.org/conda-forge/torchvision,2024-02-26 00:12:18.834,1012391.0,,,,,1.0,37398.0,,,,,,,,,,,-4.0,,,,,,, +71,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-04-03 19:03:07.000000,2024-04-03 19:03:04,833.0,47.0,1558.0,129.0,715.0,395.0,471.0,13324.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,139.0,38,True,2024-04-03 01:50:38.000,1.4.3,21.0,albumentations,conda-forge/albumentations,,,['pytorch'],22025.0,22025.0,https://pypi.org/project/albumentations,,,1573223.0,1576704.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,156660.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +72,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-04-02 22:21:25.000000,2024-03-29 12:18:31,4810.0,129.0,4872.0,383.0,693.0,583.0,1336.0,12123.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,38,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1525.0,1324.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,201.0,237566.0,276344.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,186503.0,,,,,1.0,3692016.0,,,,,,,,,,,,,,,,,, +73,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-04-04 14:14:24.000000,2024-04-03 17:31:22,2715.0,91.0,903.0,127.0,1831.0,247.0,634.0,9283.0,Geometric Computer Vision Library for Spatial AI.,256.0,38,True,2024-03-14 09:13:46.000,0.7.2,38.0,kornia,conda-forge/kornia,,,['pytorch'],9106.0,9106.0,https://pypi.org/project/kornia,,,2029188.0,2032142.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,117562.0,,,,,1.0,1025.0,,,,,,,,,,,,,,,,,, +74,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-03-27 18:13:02.000000,2024-03-04 05:00:38,5194.0,105.0,1728.0,131.0,984.0,338.0,1925.0,8350.0,"An open-source, low-code machine learning library in Python.",134.0,38,True,2024-02-20 04:09:05.000,3.3.0,96.0,pycaret,conda-forge/pycaret,,,,5369.0,5351.0,https://pypi.org/project/pycaret,2024-02-20 04:08:49.000,18.0,314178.0,315177.0,https://anaconda.org/conda-forge/pycaret,2024-03-10 21:35:37.045,43329.0,,,,,2.0,683.0,,,,,,,,,,,,,,,,,, +75,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-04-03 15:16:29.000000,2024-04-02 07:51:14,1764.0,16.0,683.0,117.0,572.0,104.0,799.0,8309.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,38,True,2024-02-12 02:35:06.000,0.15.2,84.0,tokenizers,conda-forge/tokenizers,,,,68714.0,68714.0,https://pypi.org/project/tokenizers,,,21237594.0,21271010.0,https://anaconda.org/conda-forge/tokenizers,2024-02-12 11:07:11.714,1503743.0,,,,,1.0,47.0,,,,,,,,,,,,,,,,,, +76,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-04-04 14:15:48.000000,2024-04-02 15:13:26,9746.0,136.0,1254.0,127.0,1163.0,131.0,928.0,7773.0,A PyTorch-based Speech Toolkit.,231.0,38,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1722.0,1691.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,2408174.0,2408174.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +77,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-04-04 09:03:45.000000,2024-04-04 06:25:11,28422.0,267.0,747.0,127.0,6121.0,544.0,1656.0,7727.0,NumPy & SciPy for GPU.,363.0,38,True,2024-01-18 05:54:29.000,13.0.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2198.0,1980.0,https://pypi.org/project/cupy,2023-12-07 05:15:09.000,218.0,24640.0,99399.0,https://anaconda.org/conda-forge/cupy,2024-02-05 02:05:27.119,3353760.0,https://hub.docker.com/r/cupy/cupy,2024-01-18 05:56:19.967362,11.0,60864.0,1.0,171401.0,,,,,,,,,,,12.0,,,,,,, +78,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-04-04 11:22:07.000000,2024-04-02 17:26:45,4325.0,228.0,579.0,83.0,2290.0,204.0,699.0,5428.0,Flax is a neural network library for JAX that is designed for flexibility.,217.0,38,True,2024-03-14 11:35:04.000,0.8.2,43.0,flax,conda-forge/flax,,,['jax'],6935.0,6704.0,https://pypi.org/project/flax,2024-03-14 11:35:04.000,231.0,3171709.0,3172887.0,https://anaconda.org/conda-forge/flax,2024-03-14 12:49:40.118,43583.0,,,,,2.0,50.0,,,,,,,,,,,,,,,,,, +79,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-04-04 14:47:08.000000,2024-04-03 19:06:36,6220.0,87.0,1504.0,105.0,4207.0,663.0,715.0,4150.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",304.0,38,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],17154.0,16929.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,225.0,3077518.0,3078300.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,27383.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +80,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-03-26 17:13:45.000000,2024-03-22 09:36:03,2262.0,29.0,554.0,87.0,810.0,253.0,912.0,3645.0,Manipulation and analysis of geometric objects.,153.0,38,True,2024-02-16 14:21:16.000,2.0.3,122.0,shapely,conda-forge/shapely,,,,66748.0,65343.0,https://pypi.org/project/shapely,2024-02-16 14:21:16.000,1405.0,21223789.0,21429359.0,https://anaconda.org/conda-forge/shapely,2024-02-19 19:30:03.013,9040437.0,,,,,2.0,3185.0,,,,,,,,,,,,,,,,,, +81,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-03-18 00:28:14.000000,2020-02-15 08:33:35,523.0,,6692.0,1287.0,166.0,666.0,225.0,32267.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,,,,29121.0,27391.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1730.0,858198.0,859989.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,150518.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +82,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-04-04 14:18:27.000000,2024-04-04 10:02:17,7459.0,161.0,3515.0,253.0,2920.0,943.0,2584.0,19961.0,Graph Neural Network Library for PyTorch.,491.0,37,True,2024-03-20 18:32:11.000,2.5.2,43.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],156.0,,https://pypi.org/project/torch-geometric,2024-03-20 18:32:11.000,156.0,237668.0,238518.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-02-22 16:44:15.527,38276.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +83,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-03-27 09:20:02.000000,2024-03-03 06:50:21,1649.0,5.0,2825.0,379.0,458.0,10.0,1834.0,14379.0,Python Echarts Plotting Library.,42.0,37,True,2024-03-03 07:03:55.000,2.0.5,73.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4242.0,3990.0,https://pypi.org/project/pyecharts,2024-03-03 07:02:08.000,252.0,151347.0,151348.0,,,,,,,,2.0,18.0,,,,,,,,,,,,,,,,,, +84,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,,2018-06-11 11:04:18.000,2024-04-04 10:49:31.000000,2024-03-29 15:13:18,5910.0,124.0,1711.0,202.0,1186.0,69.0,2184.0,13522.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,259.0,37,False,2023-12-18 09:29:22.000,0.13.1,25.0,flair,conda-forge/python-flair,,,['pytorch'],3126.0,3126.0,https://pypi.org/project/flair,,,160237.0,160746.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,22928.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +85,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-04-04 14:13:02.000000,2024-04-04 12:55:37,3287.0,311.0,1600.0,123.0,3546.0,193.0,2974.0,13371.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",235.0,37,True,2024-04-02 10:29:28.000,1.25.2,86.0,haystack,,,,,1203.0,1203.0,https://pypi.org/project/haystack,,,4328.0,4328.0,,,,,,,,1.0,24.0,,,,,,,,,,,,,,,,,, +86,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-04-04 12:48:32.000000,2024-04-04 11:14:04,1385.0,17.0,1616.0,152.0,766.0,213.0,557.0,11966.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,119.0,37,True,2024-03-18 18:22:40.000,4.7.0,57.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",2969.0,2773.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,196.0,575947.0,580540.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,422646.0,,,,,2.0,76.0,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +87,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-03-14 06:09:50.000000,2023-07-11 16:23:35,1095.0,,1519.0,251.0,664.0,415.0,1045.0,11691.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,37384.0,36349.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,1035.0,903176.0,906064.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,233935.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +88,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-04-04 14:15:25.000000,2024-04-04 14:13:08,6298.0,286.0,2020.0,181.0,6165.0,65.0,1951.0,9854.0,NeMo: a framework for generative AI.,296.0,37,True,2024-02-28 06:18:16.000,1.23.0,47.0,nemo-toolkit,,,,['pytorch'],21.0,21.0,https://pypi.org/project/nemo-toolkit,,,59654.0,62106.0,,,,,,,,1.0,134909.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,1.0,2511.0,541.0,4118.0,685.0,2087.0,9850.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,,,,17756.0,14917.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,2839.0,273171.0,298939.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2396474.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +90,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-03-31 08:35:45.000000,2024-03-31 08:35:35,1369.0,225.0,1761.0,130.0,177.0,3.0,982.0,9763.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",58.0,37,True,2024-03-22 10:14:08.000,0.0.89,88.0,deepface,,,,,2850.0,2828.0,https://pypi.org/project/deepface,2024-03-22 10:12:26.000,22.0,87578.0,87578.0,,,,,,,,2.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,2024-04-01 15:52:29.000000,2024-03-03 00:53:10,941.0,38.0,1096.0,123.0,280.0,36.0,691.0,9356.0,Unsupervised text tokenizer for Neural Network-based text generation.,84.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,61141.0,60125.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1016.0,19349594.0,19366614.0,https://anaconda.org/conda-forge/sentencepiece,2024-03-19 05:24:18.341,742448.0,,,,,1.0,35563.0,,,,,,,,,,,,,,,,,, +92,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-04-02 17:04:23.000000,2024-04-02 17:04:23,575.0,12.0,1139.0,265.0,164.0,109.0,167.0,8894.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,38742.0,37297.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,1445.0,982467.0,985122.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,244264.0,,,,,1.0,114.0,,,,,,,,,,,,,,,,,, +93,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-04-04 08:46:53.000000,2024-03-28 13:55:11,21000.0,504.0,2074.0,178.0,3253.0,292.0,2060.0,7798.0,End-to-End Speech Processing Toolkit.,420.0,37,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,312.0,306.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,6.0,35651.0,35652.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,, +94,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-04-01 18:07:01.000000,2024-04-01 11:19:59,863.0,15.0,1268.0,141.0,499.0,39.0,554.0,6675.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,37,True,2024-03-31 19:38:20.000,0.12.2,36.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],26107.0,25733.0,https://pypi.org/project/imbalanced-learn,2024-03-31 19:27:16.000,374.0,10628645.0,10640385.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-03-31 19:50:51.503,540067.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +95,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-04-04 03:51:58.000000,2024-04-02 16:34:39,10447.0,508.0,1603.0,148.0,2265.0,599.0,1230.0,5041.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",238.0,37,True,2024-04-03 16:21:23.000,2.8.0,838.0,deepchem,conda-forge/deepchem,,,['tensorflow'],347.0,334.0,https://pypi.org/project/deepchem,2024-04-02 16:49:20.000,13.0,19777.0,21883.0,https://anaconda.org/conda-forge/deepchem,2023-06-16 19:18:02.015,105340.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +96,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-04-01 16:33:05.000000,2024-04-01 16:33:04,12127.0,91.0,1075.0,163.0,463.0,665.0,745.0,4119.0,Probabilistic reasoning and statistical analysis in TensorFlow.,489.0,37,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],469.0,,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,469.0,3070634.0,3073859.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,122575.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +97,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-04-04 14:01:47.000000,2024-04-04 00:24:00,3947.0,70.0,1059.0,152.0,1602.0,388.0,873.0,3646.0,Fast data visualization and GUI tools for scientific / engineering applications.,275.0,37,True,2024-03-07 18:08:05.000,0.13.4,22.0,pyqtgraph,conda-forge/pyqtgraph,,,,10141.0,9143.0,https://pypi.org/project/pyqtgraph,2024-03-07 18:08:05.000,998.0,228999.0,240188.0,https://anaconda.org/conda-forge/pyqtgraph,2024-03-07 20:24:16.458,514719.0,,,,,2.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,2024-04-04 13:08:36.000000,2024-04-04 07:32:20,10723.0,40.0,388.0,58.0,2948.0,1094.0,2146.0,2604.0,"With Holoviews, your data visualizes itself.",140.0,37,True,2024-03-22 00:10:16.630,3.0.2,159.0,holoviews,conda-forge/holoviews,,,['jupyter'],10188.0,9899.0,https://pypi.org/project/holoviews,2024-03-19 19:27:33.000,286.0,409791.0,443347.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1527878.0,,,,,2.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-03-22 00:10:16.630,3.0,342.0,,,,,,,,,,,, +99,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2024-03-21 08:08:41.000000,2024-03-21 08:08:33,1233.0,22.0,208.0,32.0,47.0,12.0,163.0,1560.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,66756.0,63184.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,3572.0,10432423.0,10432945.0,https://anaconda.org/anaconda/python-graphviz,2023-12-06 23:46:08.496,43915.0,,,,,2.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-03-30 03:50:43.000000,2024-03-18 05:03:14,1522.0,3.0,279.0,32.0,482.0,95.0,492.0,1403.0,Python library for reading and writing image data.,109.0,37,True,2024-02-12 02:14:34.000,2.34.0,90.0,imageio,conda-forge/imageio,,,,124369.0,121177.0,https://pypi.org/project/imageio,2024-02-12 02:14:29.000,3192.0,21904799.0,22041823.0,https://anaconda.org/conda-forge/imageio,2024-02-12 09:34:41.924,6165426.0,,,,,2.0,1023.0,,,,,,,,,,,,,,,,,, +101,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-04-03 17:40:44.000000,2024-04-03 17:35:25,1506.0,27.0,201.0,48.0,548.0,34.0,751.0,1119.0,Fiona reads and writes geographic data files.,72.0,37,True,2024-03-08 16:14:09.000,1.9.6,110.0,fiona,conda-forge/fiona,,,,19009.0,18911.0,https://pypi.org/project/fiona,2024-03-08 16:08:54.000,98.0,6397465.0,6516131.0,https://anaconda.org/conda-forge/fiona,2024-03-08 21:09:14.732,5339989.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +102,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-04-04 13:50:41.000000,2024-04-03 08:21:21,10258.0,87.0,543.0,71.0,2366.0,296.0,1744.0,1103.0,Machine learning for NeuroImaging in Python.,235.0,37,True,2024-01-29 09:31:15.000,0.10.3,46.0,nilearn,conda-forge/nilearn,,,['sklearn'],3312.0,3012.0,https://pypi.org/project/nilearn,2024-01-29 09:31:15.000,300.0,63809.0,70216.0,https://anaconda.org/conda-forge/nilearn,2024-01-29 13:01:39.700,262561.0,,,,,1.0,159.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-03-29 23:29:26.000000,2024-03-13 13:24:17,2322.0,4.0,6319.0,419.0,1330.0,1200.0,3041.0,29089.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3007.0,2932.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,75.0,301955.0,303324.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,61444.0,,,,,2.0,330.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-03-04 20:45:33.000000,2020-06-01 14:58:26,2913.0,,2376.0,233.0,337.0,285.0,224.0,14100.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,3.0,imgaug,conda-forge/imgaug,,,,19088.0,19088.0,https://pypi.org/project/imgaug,,,414719.0,417348.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,152484.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +105,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-04-04 14:14:29.000000,2024-03-11 09:45:00,6030.0,10.0,3255.0,241.0,1529.0,1054.0,3865.0,10408.0,Open-source simulator for autonomous driving research.,171.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,684.0,677.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,17674.0,17674.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +106,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-04-04 14:37:42.000000,2024-04-04 12:15:18,28105.0,2095.0,1973.0,199.0,5199.0,31.0,3376.0,9212.0,Perform data science on data that remains in someone elses server.,507.0,36,True,2024-04-03 12:17:16.000,0.8.6,273.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2024-04-03 12:17:05.000,5.0,7251.0,7340.0,,,,,,,,1.0,2496.0,,,,,,,,,,,,,,,,,, +107,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-04-02 11:07:27.000000,2024-04-02 11:07:23,530.0,44.0,2344.0,283.0,147.0,314.0,315.0,7997.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",50.0,36,True,2024-03-30 15:23:07.000,3.10.3,58.0,SpeechRecognition,conda-forge/speechrecognition,,,,883.0,21.0,https://pypi.org/project/SpeechRecognition,2024-03-30 15:23:07.000,862.0,749528.0,753571.0,https://anaconda.org/conda-forge/speechrecognition,2024-03-30 17:20:06.402,177899.0,,,,,1.0,,,,,,,,,,,,2.0,,,,,,, +108,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-04-03 03:42:43.000000,2024-04-02 07:07:19,3021.0,306.0,729.0,71.0,3380.0,215.0,803.0,6466.0,Build Production-Grade AI Applications.,196.0,36,True,2024-03-22 18:29:04.000,1.2.9,140.0,bentoml,,,,,1717.0,1703.0,https://pypi.org/project/bentoml,2024-03-22 18:29:04.000,14.0,67382.0,67414.0,,,,,,,,2.0,1757.0,,,,,,,,,,,,,,,,,, +109,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-03-26 12:38:19.000000,2023-12-31 11:04:55,953.0,,826.0,87.0,203.0,95.0,657.0,4120.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,36,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,385232.0,373062.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,12170.0,13531277.0,13531277.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +110,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-04-03 15:30:28.000000,2024-04-03 12:10:59,2316.0,151.0,206.0,65.0,132.0,71.0,547.0,3790.0,A Grammar of Graphics for Python.,106.0,36,True,2024-04-03 14:18:06.000,0.13.4,25.0,plotnine,conda-forge/plotnine,,,,7476.0,7198.0,https://pypi.org/project/plotnine,2024-04-03 12:30:00.000,278.0,2930735.0,2938243.0,https://anaconda.org/conda-forge/plotnine,2024-04-03 14:01:12.575,345400.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +111,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-04-03 15:29:12.000000,2024-03-20 19:18:06,8501.0,76.0,696.0,100.0,13166.0,53.0,820.0,3656.0,State of the Art Natural Language Processing.,112.0,36,True,2024-03-20 21:47:17.000,5.3.2,140.0,spark-nlp,,,,['spark'],438.0,405.0,https://pypi.org/project/spark-nlp,2024-03-20 19:09:17.000,33.0,3971363.0,3971363.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +112,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-04-04 11:30:53.000000,2024-04-04 11:30:52,4238.0,213.0,424.0,35.0,3086.0,520.0,1055.0,2319.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,157.0,36,True,2024-04-03 22:09:29.000,0.43.5,91.0,pyvista,conda-forge/pyvista,,,['jupyter'],3076.0,2792.0,https://pypi.org/project/pyvista,2024-04-03 22:09:29.000,284.0,198208.0,208042.0,https://anaconda.org/conda-forge/pyvista,2024-03-12 20:44:20.350,451914.0,,,,,2.0,793.0,,,,,,,,,,,,,,,,,, +113,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-04-01 17:30:51.000000,2024-03-26 16:36:33,3833.0,16.0,520.0,148.0,1138.0,143.0,1624.0,2129.0,Rasterio reads and writes geospatial raster datasets.,155.0,36,True,2023-10-19 14:09:18.000,1.3.9,155.0,rasterio,conda-forge/rasterio,,,,12032.0,10908.0,https://pypi.org/project/rasterio,2024-03-03 01:11:49.000,1124.0,2687067.0,2760346.0,https://anaconda.org/conda-forge/rasterio,2024-03-27 15:44:36.916,2857595.0,,,,,2.0,854.0,,,,,,,,,,,,,,,,,, +114,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-04-02 11:56:43.000000,2024-04-02 11:55:35,1739.0,122.0,364.0,26.0,1466.0,74.0,731.0,1888.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",232.0,36,True,2024-03-18 12:39:22.000,1.3.2,44.0,metrics,conda-forge/torchmetrics,,,['pytorch'],22662.0,22649.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,13.0,3972.0,38377.0,https://anaconda.org/conda-forge/torchmetrics,2024-03-18 14:59:09.500,1268045.0,,,,,2.0,4966.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +115,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-04-04 07:07:50.000000,2024-04-04 07:07:50,1340.0,96.0,413.0,57.0,1305.0,150.0,645.0,1626.0,The official Python client for the Huggingface Hub.,146.0,36,True,2024-03-29 12:06:45.000,0.22.2,106.0,huggingface_hub,conda-forge/huggingface_hub,,,,733.0,,https://pypi.org/project/huggingface_hub,2024-03-29 11:58:22.000,733.0,29342796.0,29385705.0,https://anaconda.org/conda-forge/huggingface_hub,2024-04-01 15:52:56.313,1630555.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +116,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-04-04 12:57:19.000000,2024-03-27 13:59:40,1536.0,14.0,368.0,48.0,1485.0,175.0,676.0,1513.0,Exploratory analysis of Bayesian models with Python.,154.0,36,True,2024-03-13 17:22:58.000,0.17.1,36.0,arviz,conda-forge/arviz,,,,6308.0,6129.0,https://pypi.org/project/arviz,2024-03-13 17:22:58.000,179.0,2083853.0,2128298.0,https://anaconda.org/conda-forge/arviz,2024-03-13 19:23:07.065,2088821.0,,,,,1.0,134.0,,,,,,,,,,,,,,,,,, +117,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-04-02 10:15:23.000000,2024-04-02 10:01:26,5815.0,50.0,257.0,37.0,803.0,128.0,401.0,620.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,19199.0,17978.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1221.0,490999.0,505961.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,688286.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-04-02 23:07:26.000000,2024-02-10 14:20:58,4668.0,1.0,3242.0,252.0,721.0,68.0,948.0,28555.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1092.0,1066.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,26.0,104761.0,161100.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10551.0,,,,,2.0,2071559.0,,,,,,,,,,,3.0,,,,,,, +119,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-03-22 21:40:44.000000,2024-03-13 15:16:33,391.0,3.0,4517.0,845.0,268.0,467.0,611.0,25533.0,Library for fast text representation and classification.,68.0,35,True,2020-04-28 09:51:33.000,0.9.2,4.0,fasttext,conda-forge/fasttext,,,,5776.0,5776.0,https://pypi.org/project/fasttext,,,1148488.0,1150242.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,75436.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +120,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-03-27 11:25:38.000000,2023-09-04 11:42:16,615.0,,2908.0,301.0,246.0,372.0,587.0,21681.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,5839.0,5730.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,109.0,235472.0,451894.0,,,,,,,,1.0,9955414.0,,,,,,,,,,,,,,,,,, +121,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-04-04 12:05:35.000000,2024-04-04 12:05:34,18144.0,764.0,5885.0,71.0,11659.0,1172.0,15899.0,14011.0,The Unified AI Framework.,1469.0,35,True,2023-06-29 19:33:01.167,0.0.0,116.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,2024-03-15 11:49:07.000,9.0,1456.0,1456.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +122,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-03-13 22:36:42.000000,2021-06-01 10:43:00,1848.0,,4284.0,547.0,714.0,362.0,1270.0,13875.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,,,,,5661.0,5661.0,https://pypi.org/project/chatterbot,,,32568.0,32568.0,,,,,,,,2.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-02-06 22:23:52.000000,2023-08-20 17:38:53,890.0,,1120.0,319.0,267.0,54.0,343.0,12616.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,,,,4008.0,3720.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,288.0,1192997.0,1202062.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,389837.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,,2171.0,279.0,3096.0,80.0,2477.0,11682.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:32:24.000,2.10.1,59.0,allennlp,conda-forge/allennlp,,,['pytorch'],3989.0,3989.0,https://pypi.org/project/allennlp,,,45803.0,47686.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,120551.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,, +125,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-04-02 21:33:58.000000,2024-03-24 05:07:22,3843.0,63.0,1120.0,192.0,2844.0,290.0,756.0,10739.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",153.0,35,True,2024-03-21 20:24:34.000,0.10.2,49.0,ludwig,,,,['tensorflow'],244.0,244.0,https://pypi.org/project/ludwig,,,5200.0,5200.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +126,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-03-19 22:44:23.623000,2023-12-09 05:39:53,576.0,,2361.0,221.0,245.0,114.0,416.0,9927.0,A little word cloud generator in Python.,72.0,35,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,874.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,853.0,1557156.0,1567430.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,462348.0,,,,,2.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-04-02 21:22:00.000000,2024-03-21 17:15:57,2586.0,110.0,613.0,104.0,458.0,555.0,1224.0,8831.0,An open source multi-tool for exploring and publishing data.,78.0,35,True,2023-12-22 23:22:42.000,0.64.6,147.0,datasette,conda-forge/datasette,,,,1453.0,1220.0,https://pypi.org/project/datasette,2024-03-13 02:20:24.000,233.0,46293.0,47161.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,31238.0,,,,,1.0,63.0,,,,,,,,datasette,,,,,,,,,, +128,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-03-25 03:30:13.000000,2022-12-08 17:49:19,746.0,,987.0,136.0,227.0,342.0,271.0,8277.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,,,,55020.0,53647.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1373.0,4538127.0,4539468.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,85834.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +129,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-04-04 13:09:39.000000,2024-03-26 04:35:34,32393.0,95.0,1980.0,385.0,6788.0,2734.0,6582.0,6693.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",262.0,35,True,,,151.0,h2o,,,,,106.0,21.0,https://pypi.org/project/h2o,2024-03-14 11:02:05.000,85.0,378032.0,378032.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +130,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-04-04 14:46:04.000000,2024-04-03 18:41:46,19721.0,824.0,478.0,51.0,2805.0,427.0,996.0,6595.0,"Visualize, create, and debug image and video datasets and model predictions.",118.0,35,True,2024-03-21 20:29:36.000,0.23.7,84.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",524.0,524.0,https://pypi.org/project/fiftyone,,,60127.0,60127.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +131,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-03-31 20:34:09.000000,2024-03-18 16:03:25,2890.0,20.0,2225.0,175.0,1143.0,28.0,1415.0,6531.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,35,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],280.0,262.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,18.0,9890.0,9890.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +132,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-04-04 12:37:34.000000,2024-04-04 12:37:33,2522.0,576.0,1166.0,243.0,8475.0,769.0,1409.0,5433.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, etc.) on Intel..",97.0,35,True,2023-11-13 02:02:20.000,2.4.0,869.0,bigdl,,,,,54.0,49.0,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,1.0,11369.0,11373.0,,,,,,,,2.0,341.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,4.0,,, +133,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-04-04 08:04:02.000000,2024-04-04 07:16:17,2988.0,55.0,956.0,91.0,3265.0,315.0,2620.0,5228.0,AI Toolkit for Healthcare Imaging.,184.0,35,True,2023-10-12 17:37:33.000,1.3.0,77.0,monai,conda-forge/monai,,,['pytorch'],2090.0,2035.0,https://pypi.org/project/monai,2023-10-12 17:09:21.000,55.0,233416.0,234195.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,21837.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +134,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-02-28 17:12:19.096000,2023-11-23 21:41:49,1136.0,,661.0,89.0,269.0,32.0,252.0,4255.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4103.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4103.0,5079501.0,5107357.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1281401.0,,,,,2.0,25.0,,,,,,,,,,,,,,,,,, +135,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-04-04 04:12:31.000000,2024-04-04 03:25:44,3730.0,103.0,798.0,57.0,1514.0,359.0,1227.0,3956.0,"Serve, optimize and scale PyTorch models in production.",188.0,35,True,2024-03-15 00:03:31.000,0.10.0,23.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],647.0,631.0,https://pypi.org/project/torchserve,2024-03-14 21:47:35.000,16.0,53319.0,79777.0,https://anaconda.org/pytorch/torchserve,2024-03-14 21:47:30.323,162207.0,https://hub.docker.com/r/pytorch/torchserve,2024-03-14 22:46:13.511478,23.0,1239953.0,2.0,5632.0,,,,,,,,,,,,,,,,,, +136,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-03-21 13:59:09.000000,2024-03-21 13:59:08,7368.0,18.0,609.0,117.0,1161.0,349.0,1108.0,3204.0,High-performance interactive 2D/3D data visualization library.,194.0,35,True,2024-03-14 16:50:16.000,0.14.2,38.0,vispy,conda-forge/vispy,,,['jupyter'],1614.0,1468.0,https://pypi.org/project/vispy,2024-03-14 16:13:05.000,144.0,87579.0,98363.0,https://anaconda.org/conda-forge/vispy,2024-03-15 02:52:28.032,463376.0,,,,,2.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,2.0,8.0,,,,,,,,,,,, +137,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-02-23 00:11:47.000000,2024-02-07 15:14:19,5271.0,3.0,284.0,79.0,780.0,16.0,124.0,2782.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2024-02-07 18:33:24.000,8.2.3,232.0,thinc,conda-forge/thinc,,,,45472.0,44826.0,https://pypi.org/project/thinc,2024-02-07 18:16:46.000,646.0,7209516.0,7267559.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2728034.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +138,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-04-04 11:34:13.000000,2024-03-24 23:49:13,2305.0,11.0,624.0,74.0,2864.0,217.0,718.0,2374.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",225.0,35,True,2024-03-28 15:39:10.000,2.2.2,33.0,torchaudio,,,,['pytorch'],627.0,,https://pypi.org/project/torchaudio,2024-03-27 21:12:31.000,627.0,4772440.0,4772440.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +139,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-04-04 14:25:36.000000,2024-04-03 20:05:35,4041.0,224.0,529.0,45.0,4310.0,285.0,923.0,2091.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,164.0,35,True,2024-03-11 22:26:17.000,0.35.1,56.0,pennylane,conda-forge/pennylane,,,,890.0,818.0,https://pypi.org/project/pennylane,2024-03-11 22:26:17.000,72.0,55303.0,56570.0,https://anaconda.org/conda-forge/pennylane,2024-03-19 12:55:56.428,36724.0,,,,,1.0,74.0,,,,,,,,,,,,,,,,,, +140,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-03-26 15:09:29.000000,2023-12-13 04:29:27,1518.0,,612.0,57.0,1881.0,87.0,896.0,1680.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14549.0,14324.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,1045899.0,1045899.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +141,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-03-26 18:33:29.000000,2024-02-11 16:39:29,1856.0,8.0,199.0,32.0,212.0,22.0,397.0,1356.0,The ctypes-based simple ImageMagick binding for Python.,104.0,35,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,19325.0,18605.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,720.0,924872.0,926237.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,38055.0,,,,,2.0,44634.0,,,,,,,,,,,,,,,,,, +142,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-04-03 09:13:20.470000,2024-03-21 07:35:29,2816.0,50.0,275.0,33.0,209.0,42.0,500.0,1225.0,Python interface for igraph.,74.0,35,False,2024-02-14 11:09:57.000,0.11.4,40.0,python-igraph,conda-forge/igraph,,,,4288.0,3865.0,https://pypi.org/project/python-igraph,2024-02-14 11:09:57.000,423.0,532573.0,550568.0,https://anaconda.org/conda-forge/igraph,2024-04-03 09:13:20.470,510557.0,,,,,1.0,562564.0,,,,,,,,,,,,,,,,,, +143,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-04-04 12:43:21.000000,2024-04-04 09:38:14,1628.0,104.0,165.0,31.0,1519.0,70.0,177.0,1149.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,78.0,35,True,2024-04-02 19:33:18.000,2024.2.0,25.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],10218.0,10191.0,https://pypi.org/project/scikit-learn-intelex,2024-03-26 16:13:41.000,27.0,147257.0,154069.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-01-25 17:59:16.547,245262.0,,,,,1.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-03-31 10:24:34.000000,2024-03-18 22:27:21,1541.0,14.0,212.0,34.0,683.0,31.0,571.0,979.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,30663.0,28553.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2110.0,8577304.0,8740621.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7349274.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +145,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-03-25 08:59:45.000000,2024-03-22 00:49:10,14865.0,61.0,506.0,51.0,2289.0,392.0,959.0,731.0,Workflows and interfaces for neuroimaging packages.,256.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4356.0,4178.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,178.0,152231.0,165769.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,595698.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +146,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-04-03 13:55:02.000000,2024-04-03 02:14:55,1508.0,12.0,6871.0,381.0,655.0,395.0,3047.0,28484.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",266.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1691.0,1691.0,https://pypi.org/project/detectron2,,,,5028.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,226302.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +147,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-04-04 01:06:52.000000,2024-04-04 01:06:47,7783.0,287.0,2646.0,296.0,190.0,27.0,1035.0,25886.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-03-29 04:47:32.000,7.5.7,634.0,netron,,,,"['pytorch', 'tensorflow']",87.0,12.0,https://pypi.org/project/netron,2024-03-29 04:47:32.000,75.0,27819.0,152484.0,,,,,,,,1.0,124665.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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3924.0,664.0,1674.0,137.0,1985.0,24138.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'],452.0,409.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,3525.0,20388.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2570.0,,,,,2.0,1124696.0,,,,,,,,,,,,,,,,,, +149,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-04-04 11:31:05.000000,2024-04-03 21:50:29,35123.0,579.0,12363.0,949.0,24604.0,,,23066.0,Apache Flink Python API.,1843.0,34,True,,,,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,,,84300.0,84300.0,,,,,,,,2.0,,,,,,,,,,,,-4.0,,,,,,, +150,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-04-04 13:49:52.000000,2024-01-30 09:34:31,8771.0,20.0,2975.0,271.0,1232.0,169.0,660.0,17841.0,Best Practices on Recommendation Systems.,129.0,34,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,107.0,105.0,https://pypi.org/project/recommenders,2022-04-01 08:49:49.000,2.0,63279.0,63286.0,,,,,,,,1.0,470.0,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +151,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-04-04 11:05:28.000000,2023-10-18 07:33:05,791.0,,4457.0,436.0,441.0,382.0,1725.0,17677.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,34,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,150.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,129.0,791246.0,823074.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1144825.0,,,,,1.0,2414.0,,,,,,,,,,,,,,,,,, +152,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-03-27 20:19:41.000000,2024-03-25 12:37:43,1333.0,1.0,2229.0,334.0,1588.0,372.0,1857.0,13917.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,34,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1156.0,1119.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,37.0,54512.0,54512.0,,,,,,,,2.0,,,,,,,,stable/horovod,,,,,,,,,,, +153,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-03-26 22:34:02.000000,2024-03-26 22:34:00,3786.0,43.0,871.0,138.0,170.0,103.0,990.0,11793.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",94.0,34,True,2024-03-20 21:35:23.000,16.1.2,235.0,ocrmypdf,conda-forge/ocrmypdf,,,,795.0,774.0,https://pypi.org/project/ocrmypdf,2024-03-20 21:35:23.000,21.0,82841.0,84831.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,62133.0,,,,,2.0,2843.0,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +154,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-03-28 19:49:07.000000,2024-03-28 19:49:07,2462.0,27.0,986.0,202.0,2289.0,249.0,835.0,8324.0,Deep universal probabilistic programming with Python and PyTorch.,154.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,116.0,301675.0,305737.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,150300.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +155,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-04-01 13:06:05.000000,2023-11-16 08:43:39,1418.0,,872.0,219.0,221.0,174.0,233.0,6757.0,Efficiently computes derivatives of numpy code.,56.0,34,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,8052.0,7725.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,327.0,1279601.0,1298152.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,408133.0,,,,,2.0,,,,,,,,,,,,2.0,,,,,,, +156,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-04-03 20:11:14.000000,2024-04-03 20:11:11,3271.0,10.0,913.0,136.0,650.0,57.0,1123.0,6625.0,Python library for audio and music analysis.,120.0,34,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1591.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1591.0,2620625.0,2636743.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,725321.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +157,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-04-01 15:25:50.000000,2024-04-01 08:32:50,2334.0,71.0,624.0,94.0,253.0,442.0,532.0,5190.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",93.0,34,True,2024-04-01 15:25:50.000,1.15.0,158.0,clearml,,allegroai/trains,,,1036.0,1018.0,https://pypi.org/project/clearml,2024-04-01 15:20:54.000,18.0,304862.0,305423.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30237.0,2.0,2320.0,,,,,,,,,,,,,,,,,, +158,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-03-31 13:12:23.000000,2024-03-31 13:12:23,1645.0,8.0,839.0,118.0,527.0,145.0,340.0,4752.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,106.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],12966.0,12774.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,192.0,783159.0,789828.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,300130.0,,,,,2.0,,,,,,,,,,,,2.0,,,,,,, +159,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-04-04 13:42:47.000000,2024-04-02 15:08:34,1686.0,34.0,607.0,61.0,1829.0,152.0,1255.0,4446.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,467.0,34,True,2024-04-01 10:35:11.000,0.5.0.post2,1579.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2833.0,2780.0,https://pypi.org/project/pytorch-ignite,2024-04-04 00:14:06.000,53.0,224805.0,227350.0,https://anaconda.org/pytorch/ignite,2024-04-01 12:32:01.049,178196.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +160,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-04-04 07:58:47.000000,2024-04-03 21:26:43,12195.0,64.0,1105.0,100.0,1330.0,152.0,746.0,4414.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,514.0,503.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,27936.0,28748.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,36563.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +161,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-04-04 07:57:35.000000,2024-04-03 21:43:19,1142.0,23.0,588.0,114.0,865.0,284.0,1039.0,4016.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",163.0,34,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3867.0,3694.0,https://pypi.org/project/coremltools,2023-11-01 14:33:59.000,173.0,191833.0,193231.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53805.0,,,,,2.0,9256.0,,,,,,,,,,,,,,,,,, +162,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-02-15 18:01:45.000000,2024-02-15 18:01:44,1293.0,3.0,2511.0,1971.0,533.0,386.0,1076.0,3939.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,102.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-02-06 19:36:25.000,48.0,607600.0,607608.0,,,,,,,,2.0,537.0,,,,,,,,,,,,,,,,,, +163,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-03-18 19:31:30.000000,2024-03-18 19:31:27,1181.0,7.0,1678.0,147.0,210.0,8.0,684.0,3433.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],343.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,343.0,3637549.0,3639690.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-30 18:21:57.617,94244.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,2024-04-04 02:13:29.000000,2024-04-04 00:20:09,1833.0,68.0,363.0,54.0,1575.0,65.0,411.0,2938.0,Bayesian optimization in PyTorch.,110.0,34,True,2024-02-27 06:16:38.000,0.10.0,43.0,botorch,conda-forge/botorch,,,['pytorch'],974.0,926.0,https://pypi.org/project/botorch,2024-02-27 06:16:38.000,48.0,151515.0,153819.0,https://anaconda.org/conda-forge/botorch,2024-02-27 09:02:55.942,101395.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +165,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-04-04 07:22:05.000000,2024-04-04 07:17:40,2933.0,153.0,287.0,68.0,1660.0,84.0,602.0,2251.0,Adaptive Experimentation Platform.,167.0,34,True,2024-03-01 16:28:08.000,0.3.7,40.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],717.0,688.0,https://pypi.org/project/ax-platform,2024-03-01 16:28:08.000,29.0,115603.0,116128.0,https://anaconda.org/conda-forge/ax-platform,2024-03-02 16:28:38.668,17883.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +166,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-04-04 14:29:52.000000,2024-04-04 14:28:58,5128.0,156.0,507.0,19.0,1229.0,1009.0,623.0,2089.0,"This is the development home of the workflow management system Snakemake. For general information, see.",320.0,34,True,2024-03-27 20:47:44.000,8.10.4,326.0,snakemake,bioconda/snakemake,,,,2191.0,1922.0,https://pypi.org/project/snakemake,2024-03-27 20:47:44.000,269.0,178891.0,188768.0,https://anaconda.org/bioconda/snakemake,2024-03-28 21:05:40.916,1007468.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +167,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-04-04 14:21:21.000000,2024-03-29 13:26:39,1001.0,80.0,348.0,54.0,1154.0,309.0,388.0,2083.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,101.0,34,True,2024-03-25 13:32:21.000,1.18.0,59.0,optimum,conda-forge/optimum,,,,2088.0,2014.0,https://pypi.org/project/optimum,2024-03-25 11:40:25.000,74.0,941200.0,941702.0,https://anaconda.org/conda-forge/optimum,2024-03-25 13:36:48.402,12070.0,,,,,1.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,2024-04-04 03:17:03.000000,2024-04-03 22:49:29,3007.0,62.0,356.0,55.0,1148.0,314.0,946.0,1344.0,Cartopy - a cartographic python library with matplotlib support.,125.0,34,True,2023-08-05 00:57:41.000,0.22.0,29.0,cartopy,conda-forge/cartopy,,,,5154.0,4669.0,https://pypi.org/project/cartopy,2023-08-05 00:57:41.000,485.0,223440.0,296746.0,https://anaconda.org/conda-forge/cartopy,2023-10-24 18:58:07.197,3445404.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +169,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-03-19 19:42:50.000000,2024-03-13 00:47:35,874.0,9.0,319.0,44.0,1018.0,77.0,168.0,1193.0,Making text a first-class citizen in TensorFlow.,113.0,34,True,2024-03-11 20:48:59.000,2.16.1,55.0,tensorflow-text,,,,['tensorflow'],6621.0,6621.0,https://pypi.org/project/tensorflow-text,,,6886648.0,6886648.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +170,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-02-23 21:54:31.000000,2024-02-23 21:54:27,1531.0,7.0,153.0,41.0,132.0,8.0,640.0,1160.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,34,True,2023-12-21 20:05:21.000,1.9.1,32.0,agate,conda-forge/agate,,,,3124.0,2975.0,https://pypi.org/project/agate,2023-12-21 20:05:21.000,149.0,6037922.0,6042696.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,167096.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +171,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-04-04 09:14:38.000000,2024-04-03 09:15:47,3050.0,118.0,4197.0,376.0,3767.0,391.0,1187.0,37616.0,"Making large AI models cheaper, faster and more accessible.",174.0,33,True,2024-03-07 15:38:25.000,0.3.6,36.0,,,,,,309.0,309.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +172,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,,2018-08-02 17:56:45.000,2024-04-04 13:22:21.000000,2024-04-04 11:51:54,17644.0,934.0,2658.0,378.0,4824.0,365.0,3372.0,21059.0,The platform for customizing AI from enterprise data.,825.0,33,False,2024-03-26 10:44:05.000,24.3.5.0,100.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,,,17417.0,17417.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +173,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-04-03 20:11:26.000000,2023-07-11 13:03:36,1421.0,,3770.0,755.0,1135.0,403.0,588.0,18906.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'],537.0,499.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,38.0,3056.0,3056.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +174,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,,4630.0,1006.0,1869.0,362.0,658.0,17017.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1074.0,988.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,86.0,2805.0,2979.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7498.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +175,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-03-07 11:44:47.000000,2023-10-26 05:31:53,3012.0,,1800.0,285.0,3504.0,374.0,1681.0,13691.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,650.0,612.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,14657.0,14657.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +176,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-02-26 15:57:08.680000,2024-02-23 19:03:07,2440.0,6.0,1511.0,289.0,430.0,279.0,637.0,9473.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,33,False,2024-02-23 19:05:48.000,0.12.2,30.0,tpot,conda-forge/tpot,,,['sklearn'],2679.0,2679.0,https://pypi.org/project/tpot,,,39448.0,44799.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,246182.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +177,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,,870.0,259.0,148.0,83.0,103.0,9099.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,23.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,23508.0,23508.0,https://pypi.org/project/fuzzywuzzy,,,7343646.0,7349300.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,525850.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +178,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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,4.0,1399.0,302.0,894.0,133.0,759.0,9054.0,AutoML library for deep learning.,143.0,33,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],671.0,658.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,21097.0,21330.0,,,,,,,,1.0,17948.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-03-28 15:39:12.000000,2024-03-21 15:41:34,10411.0,13.0,1865.0,350.0,3422.0,130.0,1134.0,8397.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,33,True,2023-07-19 14:18:35.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,,,https://pypi.org/project/vowpalwabbit,,,82019.0,85398.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-03-26 18:31:32.556,141935.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +180,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-04-03 14:33:19.000000,2024-03-16 17:36:36,1731.0,9.0,1310.0,147.0,208.0,196.0,145.0,7901.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,33,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3524.0,3459.0,https://pypi.org/project/pyod,2024-02-09 06:50:32.000,65.0,684052.0,686022.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,92604.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +181,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-02-11 06:38:37.000000,2024-02-11 06:36:31,669.0,5.0,325.0,68.0,107.0,29.0,136.0,7853.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,33,True,2023-10-01 01:13:00.000,0.7.0,13.0,einops,conda-forge/einops,,,,30351.0,30351.0,https://pypi.org/project/einops,,,6752012.0,6756648.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,194712.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +182,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-04-03 18:03:50.000000,2024-04-02 22:59:55,886.0,72.0,702.0,279.0,1172.0,307.0,367.0,7514.0,"Build and manage real-life ML, AI, and data science projects with ease!.",83.0,33,True,2024-03-29 22:28:10.000,2.11.9,116.0,metaflow,conda-forge/metaflow,,,,644.0,616.0,https://pypi.org/project/metaflow,2024-03-29 22:28:10.000,28.0,252855.0,256469.0,https://anaconda.org/conda-forge/metaflow,2024-03-29 10:01:52.330,162655.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +183,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-04-04 14:00:22.000000,2024-04-03 22:10:19,38537.0,503.0,817.0,147.0,9387.0,1064.0,5060.0,7195.0,cuDF - GPU DataFrame Library.,276.0,33,True,2024-02-27 15:12:35.000,24.02.02,48.0,cudf,,,,,63.0,52.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,11.0,2972.0,2972.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +184,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-04-04 09:05:26.000000,2024-04-04 01:17:41,2142.0,61.0,833.0,98.0,2388.0,332.0,920.0,7035.0,"AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data.",117.0,33,True,2023-11-30 05:58:09.000,1.0.0,1441.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",661.0,652.0,https://pypi.org/project/autogluon,2024-04-04 09:05:26.000,9.0,75382.0,75509.0,,,,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,7259.0,1.0,,,,,,,,,,,,2.0,,,,,,, +185,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-04-02 22:34:34.000000,2024-04-02 22:34:33,1351.0,36.0,858.0,158.0,1694.0,171.0,824.0,7000.0,An open source python library for automated feature engineering.,72.0,33,True,2024-02-26 17:29:32.000,1.30.0,105.0,featuretools,conda-forge/featuretools,,,,1655.0,1577.0,https://pypi.org/project/featuretools,2024-02-26 17:29:32.000,78.0,53274.0,57134.0,https://anaconda.org/conda-forge/featuretools,2024-02-27 14:54:50.393,177569.0,,,,,1.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,2024-04-03 16:53:16.000000,2024-03-29 23:28:48,1786.0,23.0,759.0,129.0,273.0,449.0,332.0,6906.0,Uniform Manifold Approximation and Projection.,129.0,33,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,600.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,599.0,718472.0,769387.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2342097.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +187,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-04-04 09:56:55.000000,2024-04-04 09:40:31,3094.0,159.0,708.0,139.0,100.0,91.0,328.0,5974.0,Fit interpretable models. Explain blackbox machine learning.,42.0,33,True,2024-03-18 15:53:29.000,0.6.0,48.0,interpret,,,,['jupyter'],680.0,648.0,https://pypi.org/project/interpret,2024-03-16 10:19:37.000,32.0,91965.0,91965.0,,,,,,,,1.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,,1397.0,290.0,6588.0,13.0,2030.0,5861.0,A flexible framework of neural networks for deep learning.,324.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3616.0,3212.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,404.0,19309.0,19643.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16746.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +189,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-02-02 08:20:24.000000,2023-07-28 00:16:45,2332.0,,1102.0,189.0,234.0,270.0,281.0,5523.0,Distributed Evolutionary Algorithms in Python.,87.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4965.0,4590.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,375.0,190647.0,199253.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,361487.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +190,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-04-03 00:26:51.000000,2024-03-26 22:58:37,1083.0,32.0,466.0,235.0,757.0,205.0,333.0,4516.0,Model interpretability and understanding for PyTorch.,110.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],1990.0,1923.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,67.0,230322.0,231119.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,22329.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +191,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-03-22 23:25:46.000000,2023-12-03 03:47:34,490.0,,595.0,65.0,216.0,191.0,156.0,3970.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6299.0,6233.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,66.0,779721.0,783161.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,137632.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +192,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-03-29 02:46:09.000000,2024-03-08 17:56:57,1272.0,20.0,236.0,36.0,427.0,85.0,210.0,3498.0,Lightning fast forecasting with statistical and econometric models.,38.0,33,True,2024-02-05 21:45:31.000,1.7.3,31.0,statsforecast,conda-forge/statsforecast,,,,804.0,778.0,https://pypi.org/project/statsforecast,2024-02-05 21:45:31.000,26.0,509682.0,512130.0,https://anaconda.org/conda-forge/statsforecast,2024-02-06 03:02:36.606,61207.0,,,,,1.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,2024-04-04 14:25:42.000000,2024-04-03 16:02:17,2935.0,157.0,302.0,24.0,2699.0,159.0,1688.0,3064.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",84.0,33,True,2024-03-27 13:16:39.000,1.26.1,100.0,rubrix,conda-forge/rubrix,,,,2373.0,2373.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,384.0,1418.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,28962.0,,,,,2.0,,argilla-io/argilla,,,,,,,,,,,,,,,,, +194,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-04-04 13:00:31.000000,2024-04-04 13:00:31,2941.0,13.0,692.0,77.0,858.0,272.0,629.0,2606.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",125.0,33,True,2024-03-08 20:41:28.000,0.1.25,25.0,pgmpy,,,,,933.0,900.0,https://pypi.org/project/pgmpy,2024-03-08 20:00:14.000,33.0,61498.0,61504.0,,,,,,,,2.0,316.0,,,,,,,,,,,,,,,,,, +195,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,5.0,584.0,69.0,481.0,245.0,702.0,2277.0,Survival analysis in Python.,117.0,33,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2473.0,2339.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,134.0,485740.0,492518.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,318601.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +196,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-04-04 06:32:50.000000,2024-03-31 19:42:31,3686.0,16.0,193.0,50.0,1357.0,129.0,717.0,1959.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,1993.0,1971.0,https://pypi.org/project/pythran,2024-01-07 21:21:39.000,22.0,214485.0,225083.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,455729.0,,,,,2.0,,,,,,,,,,,,,,,,,pythran,python-pythran, +197,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-03-28 12:36:49.000000,2024-03-01 15:29:40,1173.0,8.0,359.0,66.0,599.0,272.0,349.0,1450.0,A Jupyter - Leaflet.js bridge.,88.0,33,True,2024-01-23 17:57:40.189,0.18.2,81.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],8195.0,8010.0,https://pypi.org/project/ipyleaflet,2024-01-23 17:54:03.000,179.0,143902.0,176929.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1110866.0,,,,,2.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-01-23 17:57:40.189,6.0,9392.0,,,,,,,,,,,, +198,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-04-04 13:25:23.000000,2024-04-03 17:26:52,13916.0,241.0,419.0,50.0,2078.0,151.0,771.0,663.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",159.0,33,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1152.0,1039.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,113.0,28671.0,38693.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,430960.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +199,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-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13029.0,1566.0,227.0,731.0,584.0,51556.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2018-04-02 17:18:43.000,1.2.2,2.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],21.0,21.0,https://pypi.org/project/face_recognition,,,164993.0,165471.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,19977.0,,,,,2.0,1227.0,,,,,,,,,,,,,,,,,, +200,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-04-04 14:34:54.000000,2024-04-04 14:33:48,4051.0,751.0,2578.0,263.0,3431.0,89.0,476.0,23479.0,You like pytorch? You like micrograd? You love tinygrad!.,295.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],55.0,55.0,,,,,,,,,,,,,1.0,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +201,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51.000,2024-04-02 09:33:47.000000,2023-12-24 05:29:03,2283.0,,5056.0,499.0,153.0,1036.0,1354.0,21021.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,32,False,2023-04-02 07:43:27.000,0.7,1.0,insightface,,,,['mxnet'],1911.0,1911.0,https://pypi.org/project/insightface,,,447625.0,666124.0,,,,,,,,2.0,2621997.0,,,,,,,,,,,-3.0,,,,,,, +202,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,,3357.0,465.0,671.0,575.0,672.0,14813.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:10:01.000,1.15.7,75.0,tensor2tensor,,,,['tensorflow'],1463.0,1463.0,https://pypi.org/project/tensor2tensor,,,5407.0,5407.0,,,,,,,,2.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,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1760.0,263.0,114.0,96.0,535.0,11240.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,,,,5480.0,5299.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,181.0,361647.0,363915.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,199616.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +204,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,,1127.0,337.0,1683.0,502.0,1294.0,11149.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:44:07.000,6.4.1,30.0,turicreate,,,,,368.0,368.0,https://pypi.org/project/turicreate,,,18512.0,18639.0,,,,,,,,3.0,9681.0,,,,,,,,,,,,,,,,,, +205,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-04-02 16:39:05.000000,2024-04-02 16:39:00,863.0,1.0,1271.0,419.0,86.0,32.0,159.0,9684.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:08:14.000,2.0.2,13.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1263.0,1263.0,https://pypi.org/project/dm-sonnet,,,23223.0,23734.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,27113.0,,,,,3.0,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +206,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-04-03 04:02:25.000000,2024-04-03 01:11:50,1150.0,21.0,1217.0,148.0,165.0,241.0,1246.0,8225.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,142.0,32,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],761.0,761.0,https://pypi.org/project/pytorch3d,,,7406.0,11171.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,199594.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +207,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-03-28 11:13:27.000000,2024-03-08 03:19:52,2899.0,4.0,1621.0,87.0,1635.0,307.0,1834.0,8186.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",119.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1156.0,1152.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,4.0,2850.0,2850.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +208,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-04-04 05:48:13.000000,2024-04-04 01:48:20,1588.0,92.0,642.0,82.0,704.0,103.0,238.0,8180.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",46.0,32,False,2024-03-19 22:29:03.000,2.6.3,28.0,cleanlab,conda-forge/cleanlab,,,,297.0,287.0,https://pypi.org/project/cleanlab,2024-03-19 22:29:03.000,10.0,15057.0,15630.0,https://anaconda.org/conda-forge/cleanlab,2024-03-25 10:23:11.703,20637.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +209,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7786.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,42712.0,41704.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,1008.0,2340089.0,2365588.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1147265.0,,,,,2.0,413.0,,,,,,,,,,,,,,,,,, +210,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-04-04 14:09:38.000000,2024-04-04 14:09:31,1163.0,41.0,779.0,61.0,927.0,253.0,1136.0,7183.0,A python library for user-friendly forecasting and anomaly detection on time series.,113.0,32,True,2024-03-05 21:28:26.000,0.28.0,41.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,568.0,563.0,https://pypi.org/project/u8darts,2024-03-05 21:28:26.000,5.0,23463.0,24693.0,https://anaconda.org/conda-forge/u8darts-all,2024-03-06 11:14:27.080,40365.0,https://hub.docker.com/r/unit8/darts,2024-03-05 10:14:43.603879,,528.0,2.0,,,,,,,,,,,,,,,,,,, +211,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-03-25 21:56:46.000000,2024-03-13 19:58:20,1220.0,2.0,1078.0,124.0,274.0,250.0,426.0,7059.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,32,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,14697.0,14186.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,511.0,2250021.0,2261270.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,753718.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +212,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,,2017-09-26 08:00:56.000,2024-04-04 08:20:52.000000,2024-03-01 05:10:21,4343.0,102.0,844.0,141.0,478.0,95.0,774.0,7020.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,32,False,2024-03-01 06:47:02.000,1.8.1,22.0,stanza,stanfordnlp/stanza,,,,2609.0,2609.0,https://pypi.org/project/stanza,,,228958.0,229108.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7381.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +213,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-03-13 10:57:14.000000,2024-03-13 09:36:57,2708.0,3.0,1130.0,209.0,1048.0,20.0,615.0,6525.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-03-13 10:57:14.000,1.6.0,63.0,deeppavlov,,,,['tensorflow'],389.0,382.0,https://pypi.org/project/deeppavlov,2024-03-13 10:57:14.000,7.0,8991.0,8991.0,,,,,,,,2.0,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +214,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,,1850.0,198.0,206.0,12.0,1343.0,6298.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1549.0,1502.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,47.0,13713.0,14060.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10377.0,,,,,3.0,163.0,,,,,,,,,,,,,,,,,, +215,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-04-01 08:16:02.000000,2024-04-01 08:13:40,1215.0,6.0,651.0,63.0,133.0,59.0,435.0,5720.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",41.0,32,True,2024-04-01 08:16:02.000,2.5.0,210.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1391.0,1358.0,https://pypi.org/project/pytorch-metric-learning,2024-04-01 08:03:08.000,33.0,368201.0,368422.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11278.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +216,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-03-30 15:17:59.000000,2024-03-30 15:17:56,612.0,13.0,681.0,108.0,187.0,14.0,341.0,5469.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,32,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,1254.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,1254.0,2295340.0,2308661.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,599470.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +217,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-04-03 20:07:55.000000,2024-03-22 10:52:33,2173.0,30.0,279.0,43.0,2136.0,336.0,654.0,4726.0,Aim An easy-to-use & supercharged open-source experiment tracker.,64.0,32,True,2024-03-22 10:54:33.000,3.19.2,945.0,aim,conda-forge/aim,,,,526.0,503.0,https://pypi.org/project/aim,2024-04-03 20:07:55.000,23.0,74853.0,76147.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,42706.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +218,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-04-03 16:13:47.000000,2024-03-15 01:19:18,1424.0,31.0,453.0,56.0,771.0,40.0,476.0,3616.0,NeuralProphet: A simple forecasting package.,52.0,32,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],414.0,409.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,121362.0,121362.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +219,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,,591.0,78.0,78.0,72.0,161.0,3120.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,,,,5683.0,5512.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,171.0,2000422.0,2003372.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,241935.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +220,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-04-03 05:59:42.000000,2024-03-29 16:41:33,833.0,45.0,344.0,42.0,909.0,33.0,282.0,2924.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",45.0,32,True,2024-03-04 14:51:09.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",280.0,277.0,https://pypi.org/project/python-doctr,2024-03-04 14:51:09.000,3.0,28098.0,98593.0,,,,,,,,2.0,2678835.0,,,,,,,,,,,,,,,,,, +221,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-04-02 09:02:21.000000,2024-03-11 17:08:03,974.0,11.0,225.0,39.0,531.0,71.0,173.0,2786.0,JAX-based neural network library.,81.0,32,True,2024-02-28 18:11:27.000,0.0.12,14.0,dm-haiku,conda-forge/dm-haiku,,,,1790.0,1790.0,https://pypi.org/project/dm-haiku,,,295164.0,295569.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,15393.0,,,,,3.0,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +222,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-04-04 13:41:24.000000,2024-03-20 01:04:29,1637.0,3.0,323.0,60.0,189.0,126.0,193.0,2766.0,The machine learning toolkit for time series analysis in Python.,43.0,32,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1255.0,1206.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,390400.0,418357.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1286049.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +223,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-03-15 06:37:00.287000,2021-10-12 13:32:38,1570.0,,541.0,64.0,546.0,322.0,393.0,2720.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-03-14 18:24:11.000,0.10.1,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,282.0,,https://pypi.org/project/scikit-optimize,2024-03-14 18:24:11.000,282.0,780282.0,796357.0,https://anaconda.org/conda-forge/scikit-optimize,2024-03-15 06:37:00.287,707307.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +224,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-03-25 17:16:51.000000,2024-03-18 20:30:45,1372.0,19.0,312.0,22.0,46.0,35.0,202.0,2207.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,470.0,460.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,120466.0,121543.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,43089.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +225,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-03-28 19:21:09.000000,2024-03-28 19:19:25,204.0,13.0,255.0,57.0,74.0,49.0,225.0,1922.0,A Python wrapper for the tesseract-ocr API.,30.0,32,True,2024-03-28 18:27:41.000,2.6.3,20.0,tesserocr,conda-forge/tesserocr,,,,1025.0,953.0,https://pypi.org/project/tesserocr,2024-03-28 18:27:41.000,72.0,61404.0,63857.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,132451.0,,,,,2.0,159.0,,,,,,,,,,,,,,,,,, +226,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-04-02 14:39:59.000000,2024-04-02 14:39:59,4156.0,15.0,1075.0,154.0,1097.0,59.0,629.0,1747.0,Documentation and samples for ArcGIS API for Python.,90.0,32,True,2023-10-03 15:37:18.000,2.2.0,42.0,arcgis,,esridocker/arcgis-api-python-notebook,,,767.0,734.0,https://pypi.org/project/arcgis,2024-02-28 17:36:05.000,33.0,137031.0,137150.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,3.0,10866.0,,,,,,,,,,,,,,,,,, +227,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1585.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,10033.0,9497.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,536.0,643495.0,645111.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,139043.0,,,,,3.0,,,,,,,,,,,,,,,,,,,geocoder +228,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-04-04 02:09:59.000000,2024-04-04 02:09:55,826.0,8.0,327.0,120.0,779.0,215.0,167.0,1459.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",84.0,32,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3668.0,3638.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,30.0,971849.0,971849.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +229,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-04-03 08:55:46.000000,2024-04-02 16:13:50,13241.0,213.0,279.0,34.0,1765.0,463.0,626.0,998.0,Python package for earth-observing satellite data processing.,152.0,32,False,2024-02-21 11:29:00.000,0.47.0,93.0,satpy,conda-forge/satpy,,,,140.0,122.0,https://pypi.org/project/satpy,2024-02-21 11:29:00.000,18.0,39625.0,43646.0,https://anaconda.org/conda-forge/satpy,2024-02-21 15:57:59.122,184967.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +230,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-04-04 14:24:13.000000,2024-04-03 22:56:11,11425.0,167.0,237.0,55.0,12084.0,222.0,2175.0,931.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-02-20 18:12:18.000,0.2.128,148.0,hail,,,,['spark'],144.0,126.0,https://pypi.org/project/hail,2024-02-20 18:12:18.000,18.0,41727.0,41727.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +231,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-03-30 21:36:42.000000,2024-03-30 21:35:04,1071.0,23.0,170.0,35.0,116.0,31.0,60.0,713.0,Snowball compiler and stemming algorithms.,34.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6841.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,6836.0,16399078.0,16483815.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7795867.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +232,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-03-17 08:58:36.000000,2023-07-13 08:50:20,531.0,,2701.0,386.0,120.0,232.0,560.0,24793.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],680.0,674.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,13983.0,71987.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,79562.0,,,,,2.0,3051191.0,,,,,,,,,,,,,,,,,, +233,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,187.0,1005.0,580.0,719.0,12471.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,False,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1573.0,1567.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,6.0,5943.0,5953.0,,,,,,,,2.0,668.0,,,,,,,,,,,,,,,,,, +234,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2436.0,458.0,260.0,577.0,363.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5333.0,4844.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,489.0,6948.0,6948.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +235,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-03-11 18:51:27.000000,2024-03-11 18:51:26,551.0,4.0,1203.0,168.0,429.0,63.0,470.0,8061.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],100.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,79.0,247650.0,276162.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1340102.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +236,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-03-26 20:17:11.439000,2024-03-26 15:14:29,5965.0,89.0,968.0,112.0,1630.0,98.0,641.0,7471.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-03-25 22:52:24.000,2.10.0,121.0,perspective-python,conda-forge/perspective,,,['jupyter'],138.0,117.0,https://pypi.org/project/perspective-python,2024-03-25 22:45:59.000,17.0,4192.0,17876.0,https://anaconda.org/conda-forge/perspective,2024-03-26 20:17:11.439,530862.0,,,,,2.0,2493.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-03-25 22:45:31.297,4.0,1867.0,,,,,,,,,,,, +237,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-04-01 16:57:33.000000,2024-03-06 05:23:22,360.0,5.0,1455.0,134.0,135.0,14.0,323.0,7424.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2615.0,2496.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,119.0,364328.0,364329.0,,,,,,,,2.0,143.0,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +238,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-03-28 16:10:05.000000,2024-03-28 16:05:18,159.0,7.0,1042.0,197.0,106.0,149.0,302.0,5869.0,Official Kaggle API.,37.0,31,True,2024-03-25 15:49:29.000,1.6.8,67.0,kaggle,conda-forge/kaggle,,,,414.0,21.0,https://pypi.org/project/kaggle,2024-03-25 15:49:29.000,393.0,220371.0,223747.0,https://anaconda.org/conda-forge/kaggle,2024-03-27 03:31:06.340,145174.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +239,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,,1594.0,302.0,294.0,152.0,268.0,5397.0,Portfolio and risk analytics in Python.,59.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1016.0,982.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,34.0,9294.0,9469.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12950.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +240,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,,2014-12-17 18:16:59.000,2024-04-04 03:47:05.000000,2024-04-02 13:06:30,29729.0,342.0,1545.0,183.0,2080.0,15.0,1581.0,4779.0,"mlpack: a fast, header-only C++ machine learning library.",314.0,31,False,2023-11-27 18:45:09.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,,,https://pypi.org/project/mlpack,,,1872.0,5546.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,169039.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +241,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-04-03 15:43:37.000000,2024-03-28 21:20:06,3860.0,14.0,550.0,85.0,551.0,102.0,473.0,4739.0,Online machine learning in Python.,111.0,31,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,484.0,452.0,https://pypi.org/project/river,2023-12-05 00:13:21.000,32.0,33204.0,34698.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,53795.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +242,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-03-27 20:24:13.000000,2022-09-24 16:20:26,585.0,,906.0,98.0,221.0,108.0,452.0,4665.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,31,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3831.0,3769.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,62.0,102256.0,102930.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20230.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +243,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,71.0,367.0,97.0,460.0,4152.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,31,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,3029.0,2919.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,110.0,27772.0,27936.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4776.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +244,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-03-20 17:31:08.000000,2023-11-02 13:49:44,662.0,,823.0,150.0,127.0,124.0,104.0,4007.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,3236.0,3186.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,50.0,86541.0,87172.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,24001.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +245,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-04-02 07:34:36.000000,2024-03-26 09:00:51,1090.0,13.0,351.0,58.0,1346.0,125.0,174.0,3833.0,A Python toolbox for performing gradient-free optimization.,55.0,31,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,683.0,650.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,33.0,88211.0,89203.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,46639.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +246,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-04-04 11:38:46.000000,2024-04-02 11:57:47,1305.0,11.0,789.0,281.0,1457.0,272.0,516.0,3431.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",154.0,31,True,2024-03-28 15:40:21.000,0.17.2,30.0,torchtext,,,,['pytorch'],,,https://pypi.org/project/torchtext,,,668955.0,668955.0,,,,,,,,2.0,,,,,,,,,,,,-3.0,,,,,,, +247,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,,672.0,185.0,737.0,263.0,669.0,3404.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 13:39:07.000,2.1.2,9.0,dyNET,,,,,256.0,256.0,https://pypi.org/project/dyNET,,,285676.0,285845.0,,,,,,,,3.0,15289.0,,,,,,,,,,,,,,,,,, +248,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-04-01 22:00:49.000000,2024-03-19 23:19:11,3844.0,12.0,533.0,60.0,889.0,343.0,969.0,3387.0,A highly efficient implementation of Gaussian Processes in PyTorch.,130.0,31,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2083.0,1990.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,93.0,208810.0,211978.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,148942.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +249,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-03-19 06:24:29.000000,2022-05-31 03:18:45,1556.0,,437.0,94.0,124.0,85.0,348.0,3270.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1144.0,1083.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,61.0,254568.0,257082.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,105623.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +250,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-04-04 11:10:47.000000,2024-02-13 11:57:59,1492.0,3.0,357.0,90.0,737.0,129.0,441.0,3191.0,Quickly and accurately render even the largest data.,55.0,31,True,2023-10-26 15:10:16.000,0.16.0,33.0,datashader,conda-forge/datashader,,,,3827.0,3827.0,https://pypi.org/project/datashader,,,96117.0,113126.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,799426.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +251,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-04-01 11:18:46.000000,2024-04-01 11:18:31,1289.0,14.0,278.0,53.0,220.0,51.0,416.0,2971.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,37.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,704.0,688.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,240462.0,261495.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,967529.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +252,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-04-03 23:52:11.000000,2024-02-02 23:52:02,700.0,1.0,252.0,43.0,815.0,72.0,285.0,2845.0,PyTorch extensions for high performance and large scale training.,73.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4692.0,4626.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,504237.0,510264.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,174804.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +253,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-04-01 18:35:40.000000,2024-03-04 19:25:47,1086.0,7.0,379.0,61.0,494.0,205.0,270.0,2816.0,A Hyperparameter Tuning Library for Keras.,61.0,31,True,2024-03-04 19:29:02.000,1.4.7,32.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],3437.0,3437.0,https://pypi.org/project/keras-tuner,,,228072.0,228978.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,29003.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +254,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-04-04 14:17:14.000000,2024-03-26 12:56:36,1165.0,30.0,234.0,26.0,1007.0,98.0,415.0,2721.0,A python library for self-supervised learning on images.,38.0,31,True,2024-03-26 13:01:26.000,1.5.2,116.0,lightly,,,,['pytorch'],234.0,227.0,https://pypi.org/project/lightly,2024-03-26 13:01:26.000,7.0,24991.0,24991.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +255,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-04-04 10:41:04.000000,2024-04-01 17:23:21,1124.0,43.0,268.0,34.0,454.0,104.0,333.0,2340.0,Scalable and user friendly neural forecasting algorithms.,42.0,31,True,2024-03-27 18:35:28.000,1.7.0,21.0,neuralforecast,conda-forge/neuralforecast,,,,124.0,117.0,https://pypi.org/project/neuralforecast,2024-03-27 18:35:28.000,7.0,27418.0,27951.0,https://anaconda.org/conda-forge/neuralforecast,2024-03-28 17:06:22.041,13341.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +256,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,356.0,84.0,168.0,216.0,146.0,2321.0,D3 Renderings of Matplotlib Graphics.,52.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6169.0,5743.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,417.0,453592.0,458650.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,194351.0,,,,,2.0,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,833.0,,,,,,,,,,,, +257,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-03-18 20:43:45.000000,2023-12-27 10:12:23,938.0,,213.0,49.0,311.0,128.0,127.0,1779.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,31,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,8021.0,7858.0,https://pypi.org/project/evaluate,2023-10-13 15:54:47.000,163.0,2534164.0,2534164.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +258,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-02-23 02:51:07.000000,2024-02-23 02:45:37,1079.0,2.0,227.0,34.0,251.0,52.0,271.0,1509.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,,,,7764.0,7675.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,89.0,2873323.0,2898177.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1043874.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +259,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-04-04 12:00:05.000000,2024-04-03 18:41:01,3973.0,239.0,46.0,164.0,518.0,136.0,405.0,1445.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2024-03-07 18:04:28.000,4.3.0,71.0,lets-plot,,,,,75.0,70.0,https://pypi.org/project/lets-plot,2024-03-07 17:37:54.000,5.0,20653.0,20665.0,,,,,,,,2.0,639.0,,,,,,,,,,,,,,,,,, +260,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-04-04 09:32:22.000000,2024-04-04 09:29:48,1548.0,28.0,163.0,16.0,790.0,112.0,445.0,1270.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,108.0,31,True,2024-03-21 03:35:03.000,0.27.0,60.0,pyjanitor,conda-forge/pyjanitor,,,,595.0,575.0,https://pypi.org/project/pyjanitor,2024-03-21 03:34:57.000,20.0,72981.0,77016.0,https://anaconda.org/conda-forge/pyjanitor,2024-03-21 06:08:00.698,189653.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +261,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-04-04 13:14:21.000000,2024-04-02 17:19:58,10619.0,245.0,228.0,37.0,1466.0,206.0,347.0,1142.0,Computations and statistics on manifolds with geometric structures.,90.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,101.0,98.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3355.0,3457.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2249.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +262,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-03-15 13:42:37.000000,2024-03-12 18:40:47,933.0,12.0,214.0,59.0,99.0,44.0,174.0,983.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1765.0,1709.0,https://pypi.org/project/tensorflow-transform,2023-08-11 23:14:04.000,56.0,843753.0,843753.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +263,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,,107.0,32.0,60.0,71.0,79.0,922.0,Describing statistical models in Python using symbolic formulas.,19.0,31,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,95005.0,92244.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,2761.0,15590181.0,15911163.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,9950455.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +264,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-04-04 11:26:04.000000,2024-03-27 03:34:31,661.0,20.0,98.0,23.0,514.0,323.0,408.0,921.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-01-30 08:44:06.000,0.9.2,19.0,hvplot,conda-forge/hvplot,,,,4724.0,4724.0,https://pypi.org/project/hvplot,,,182134.0,193976.0,https://anaconda.org/conda-forge/hvplot,2024-01-30 08:55:28.301,544733.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +265,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-03-04 21:27:42.000000,2024-03-04 21:27:41,1930.0,17.0,226.0,18.0,292.0,50.0,267.0,812.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-02-18 21:10:04.000,1.4.8,47.0,salib,conda-forge/salib,,,,1163.0,1073.0,https://pypi.org/project/salib,2024-02-18 21:10:04.000,90.0,168025.0,171543.0,https://anaconda.org/conda-forge/salib,2024-02-18 23:23:58.271,147781.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +266,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-04-04 14:00:44.000000,2024-03-28 13:41:38,166054.0,3657.0,89.0,51.0,2120.0,105.0,284.0,675.0,TensorFlow ROCm port.,4601.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,4219.0,4219.0,,,,,,,,3.0,21.0,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,, +267,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-04-03 16:05:39.000000,2024-04-03 09:06:10,1984.0,133.0,57.0,19.0,1484.0,30.0,210.0,509.0,The MLOps stack component for experiment tracking.,54.0,31,True,2024-03-25 18:37:39.000,1.10.1,204.0,neptune-client,conda-forge/neptune-client,,,,462.0,411.0,https://pypi.org/project/neptune-client,2024-03-25 18:04:30.000,51.0,530440.0,535358.0,https://anaconda.org/conda-forge/neptune-client,2024-03-25 19:29:33.867,231161.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +268,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-04-02 04:29:42.518000,2024-02-13 15:18:25,17084.0,15.0,113.0,27.0,3567.0,506.0,3381.0,484.0,"Keep code, data, containers under control with git and git-annex.",55.0,31,True,2024-02-02 23:10:48.000,0.19.6,111.0,datalad,conda-forge/datalad,,,,455.0,387.0,https://pypi.org/project/datalad,2024-02-02 23:10:48.000,68.0,20964.0,30231.0,https://anaconda.org/conda-forge/datalad,2024-04-02 04:29:42.518,426297.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +269,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,,2033.0,284.0,3401.0,50.0,1494.0,10423.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:16:41.000,1.7.2,23.0,parlai,,,,['pytorch'],21.0,21.0,https://pypi.org/project/parlai,,,2080.0,2080.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +270,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-04-04 06:57:28.000000,2024-04-04 06:57:25,2902.0,26.0,2174.0,192.0,429.0,207.0,473.0,8963.0,FinRL: Financial Reinforcement Learning.,112.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,36.0,36.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1634.0,1634.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +271,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-03-27 23:33:39.000000,2024-02-20 22:38:05,385.0,2.0,2150.0,285.0,97.0,311.0,447.0,8350.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,,,,1589.0,1570.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,7734.0,20601.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6888.0,,,,,2.0,915435.0,,,,,,,,,,,,,,,,,, +272,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,187.0,828.0,7381.0,Automated Machine Learning with scikit-learn.,88.0,30,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],593.0,554.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,17654.0,18241.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,21150.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,, +273,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-04-03 16:31:32.000000,2024-03-26 16:33:17,990.0,12.0,893.0,136.0,676.0,128.0,311.0,6681.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,84.0,30,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,356.0,349.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,58817.0,59288.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,19318.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,, +274,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-03-20 06:15:53.000000,2023-01-31 19:40:04,3203.0,,1394.0,189.0,784.0,40.0,423.0,6064.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'],630.0,618.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,2645.0,2809.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7544.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +275,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-02-19 12:55:24.000000,2024-02-19 12:55:23,1086.0,5.0,371.0,80.0,527.0,54.0,453.0,5603.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1219.0,1165.0,https://pypi.org/project/skorch,2023-09-04 09:59:43.000,54.0,125370.0,143487.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,779047.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +276,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-04-03 23:37:06.000000,2024-03-23 22:27:49,596.0,11.0,733.0,82.0,331.0,54.0,322.0,4714.0,Uplift modeling and causal inference with machine learning algorithms.,60.0,30,True,2024-02-22 19:20:29.000,0.15.0,23.0,causalml,,,,,188.0,187.0,https://pypi.org/project/causalml,2024-02-22 19:17:30.000,1.0,102379.0,102379.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +277,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-03-16 23:51:50.000000,2024-03-06 14:52:20,787.0,8.0,377.0,75.0,285.0,60.0,508.0,4521.0,Visualizer for pandas data structures.,30.0,30,True,2024-03-07 14:03:25.000,3.11.0,181.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1090.0,1067.0,https://pypi.org/project/dtale,2024-03-07 14:02:27.000,23.0,59756.0,65455.0,https://anaconda.org/conda-forge/dtale,2024-03-07 14:28:38.963,267856.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +278,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1009.0,153.0,115.0,96.0,79.0,4468.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,30,False,,,3.0,imutils,conda-forge/imutils,,,,41749.0,41749.0,https://pypi.org/project/imutils,,,512992.0,516484.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,157182.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +279,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-04-02 17:20:32.000000,2024-04-02 17:20:32,1455.0,16.0,762.0,75.0,1786.0,307.0,629.0,4223.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,16.0,254460.0,254484.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,746.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +280,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-04-04 11:22:46.000000,2024-04-03 17:32:39,15390.0,55.0,495.0,70.0,3451.0,839.0,1547.0,3871.0,cuML - RAPIDS Machine Learning Library.,169.0,30,True,2024-02-13 16:00:26.000,24.02.00,37.0,cuml,,,,,7.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,7.0,2548.0,2548.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +281,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-03-02 01:06:27.711000,2023-02-26 20:07:33,189.0,,455.0,76.0,37.0,11.0,121.0,3801.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,,,,15640.0,15496.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,144.0,359277.0,683462.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,324185.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +282,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-04-03 15:20:21.000000,2024-03-15 19:57:42,1777.0,53.0,571.0,39.0,820.0,472.0,283.0,3560.0,Time series forecasting with PyTorch.,45.0,30,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,64476.0,65742.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,54470.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +283,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-03-25 08:57:59.000000,2024-03-25 08:55:18,3659.0,3.0,449.0,100.0,1047.0,225.0,368.0,3547.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,64.0,bqplot,conda-forge/bqplot,,,['jupyter'],55.0,55.0,https://pypi.org/project/bqplot,,,122560.0,152940.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1269495.0,,,,,3.0,,,bqplot,https://www.npmjs.com/package/bqplot,,,3370.0,,,,,,,,,,,, +284,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-03-20 16:59:01.000000,2023-11-21 21:15:59,435.0,,602.0,78.0,228.0,79.0,406.0,3408.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1331.0,1291.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,40.0,153995.0,167348.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,573096.0,,,,,1.0,709.0,,,,,,,,,,,,,,,,,, +285,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-04-03 18:47:33.000000,2024-03-28 17:25:19,1197.0,55.0,471.0,62.0,725.0,7.0,524.0,3391.0,On-device wake word detection powered by deep learning.,37.0,30,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,43.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,15.0,6503.0,6503.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +286,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-03-11 01:00:49.000000,2024-03-11 00:59:40,984.0,4.0,570.0,98.0,335.0,37.0,717.0,3243.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,30,True,2024-03-11 01:00:49.000,1.0.4,74.0,pomegranate,conda-forge/pomegranate,,,,1135.0,1076.0,https://pypi.org/project/pomegranate,2024-03-11 01:00:49.000,59.0,53254.0,56317.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,144002.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +287,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-04-04 14:42:25.000000,2024-04-03 17:09:00,605.0,97.0,560.0,36.0,821.0,122.0,679.0,3061.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",76.0,30,True,2024-03-27 16:32:44.000,1.0.1,30.0,anomalib,,,,,61.0,58.0,https://pypi.org/project/anomalib,2024-03-27 16:33:12.000,3.0,10174.0,10470.0,,,,,,,,2.0,8314.0,,,,,,,,,,,,,,,,,, +288,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,320.0,66.0,75.0,10.0,121.0,2994.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2021-03-25 13:49:48.000,4.1.0,7.0,ImageHash,conda-forge/imagehash,,,,12474.0,12474.0,https://pypi.org/project/ImageHash,,,1561849.0,1565876.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,358459.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +289,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-03-10 19:55:31.000000,2024-03-10 19:55:31,475.0,11.0,712.0,119.0,124.0,60.0,370.0,2936.0,"Hidden Markov Models in Python, with scikit-learn like API.",47.0,30,True,,,11.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2403.0,2403.0,https://pypi.org/project/hmmlearn,,,196157.0,201042.0,https://anaconda.org/conda-forge/hmmlearn,2024-03-02 05:37:57.119,210075.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +290,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-31 00:50:11.000000,2024-03-31 00:50:11,2705.0,33.0,366.0,36.0,517.0,50.0,216.0,2725.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,30,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,245.0,239.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,6.0,6695.0,6860.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7120.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +291,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-02-06 22:15:06.000000,2023-11-20 19:03:21,997.0,,482.0,57.0,136.0,345.0,167.0,2657.0,A high performance implementation of HDBSCAN clustering.,87.0,30,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3526.0,3283.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,243.0,383648.0,427383.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1836872.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +292,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,13.0,421.0,44.0,365.0,22.0,349.0,2645.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,30,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,586.0,572.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,2967.0,3250.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12755.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +293,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-03-28 13:33:26.000000,2024-03-28 13:33:26,1569.0,52.0,321.0,38.0,330.0,39.0,156.0,2633.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,37.0,30,True,2024-03-12 11:08:12.000,2.4.3,39.0,shapash,,,,['jupyter'],147.0,145.0,https://pypi.org/project/shapash,2024-03-12 11:08:12.000,2.0,8050.0,8050.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +294,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-04-02 10:06:44.000000,2024-04-02 10:06:43,2904.0,38.0,1055.0,122.0,515.0,61.0,299.0,2540.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,30,False,2024-03-04 11:18:50.000,8.7.0,46.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],310.0,,https://pypi.org/project/ipyparallel,2024-03-04 11:18:50.000,310.0,319434.0,342595.0,https://anaconda.org/conda-forge/ipyparallel,2024-03-04 15:06:17.077,972775.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +295,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,2023-12-13 13:51:09.000000,2023-12-13 13:51:08,953.0,,397.0,39.0,149.0,45.0,241.0,2360.0,A library of sklearn compatible categorical variable encoders.,70.0,30,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1787.0,1603.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,184.0,1589429.0,1597842.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,252419.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +296,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-04-04 09:53:02.000000,2024-04-04 04:35:50,5585.0,124.0,699.0,88.0,5833.0,201.0,853.0,2076.0,TFX is an end-to-end platform for deploying production ML pipelines.,183.0,30,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,2023-09-06 22:01:30.000,14.0,56154.0,56154.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +297,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-04-04 12:44:05.000000,2024-04-04 12:44:05,521.0,4.0,401.0,85.0,104.0,79.0,259.0,1996.0,bt - flexible backtesting for Python.,32.0,30,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1626.0,1598.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,28.0,8315.0,8900.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,21067.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +298,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-03-28 16:57:11.000000,2024-03-28 16:57:04,547.0,4.0,154.0,43.0,77.0,6.0,127.0,1983.0,a python library for doing approximate and phonetic matching of strings.,31.0,30,True,,,14.0,jellyfish,conda-forge/jellyfish,,,,8518.0,8518.0,https://pypi.org/project/jellyfish,,,3119372.0,3136976.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,809793.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +299,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-04-03 21:54:35.000000,2024-04-03 21:54:35,1591.0,3.0,281.0,55.0,138.0,79.0,183.0,1730.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2989.0,2764.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,225.0,44138.0,51842.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,285081.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +300,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-03-15 11:44:36.000000,2024-03-15 11:44:10,1176.0,61.0,174.0,19.0,155.0,47.0,134.0,1671.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,25.0,30,True,2024-03-15 11:44:36.000,0.35.0,38.0,audiomentations,,,,,458.0,449.0,https://pypi.org/project/audiomentations,2024-03-15 11:44:36.000,9.0,41511.0,41511.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +301,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,12.0,375.0,52.0,125.0,41.0,421.0,1659.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,30,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,249.0,230.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,19.0,1351.0,1472.0,,,,,,,,1.0,11787.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +302,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-04-03 15:59:00.000000,2024-03-27 14:10:14,3874.0,145.0,277.0,27.0,572.0,85.0,711.0,1643.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,77.0,30,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,78.0,75.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1527.0,1527.0,,,,,,,,2.0,18.0,,,,,,,,,,,,,,,,,, +303,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-03-22 18:13:39.000000,2024-03-05 19:49:17,712.0,9.0,316.0,43.0,365.0,77.0,210.0,1597.0,Training PyTorch models with differential privacy.,77.0,30,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],780.0,760.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,20.0,127754.0,128242.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,13132.0,,,,,2.0,108.0,,,,,,,,,,,,,,,,,, +304,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-03-30 17:39:23.000000,2024-03-30 17:39:23,1059.0,8.0,216.0,53.0,204.0,27.0,281.0,1595.0,A full spaCy pipeline and models for scientific/biomedical documents.,33.0,30,True,2024-03-08 05:57:56.000,0.5.4,11.0,scispacy,,,,,868.0,868.0,https://pypi.org/project/scispacy,,,27656.0,27656.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,2024-04-04 14:24:47.000000,2024-03-02 12:05:58,1247.0,7.0,136.0,30.0,108.0,33.0,253.0,1510.0,Statistical package in Python based on Pandas.,44.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,1961.0,1887.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,63485.0,65968.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,114227.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +306,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-04-03 15:39:00.000000,2024-04-03 14:09:47,1867.0,11.0,269.0,45.0,272.0,59.0,194.0,1489.0,TensorLy: Tensor Learning in Python.,67.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,669.0,612.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,57.0,17354.0,22475.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363661.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +307,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-04-02 17:01:46.000000,2024-04-01 17:42:22,942.0,5.0,427.0,87.0,223.0,51.0,235.0,1413.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,30,True,2023-02-02 20:53:47.943,3.1.0,24.0,emcee,conda-forge/emcee,,,,2712.0,2335.0,https://pypi.org/project/emcee,2023-02-02 20:53:47.943,377.0,145637.0,149053.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,324578.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +308,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-03-15 15:54:00.000000,2024-03-15 15:54:00,4210.0,6.0,285.0,81.0,643.0,19.0,608.0,1269.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,30,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,1502.0,1463.0,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,24169.0,36058.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,535037.0,,,,,3.0,,,,,,,,,,,,3.0,,,,,,, +309,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-04-01 23:16:42.000000,2024-01-05 16:06:48,1120.0,,277.0,45.0,514.0,27.0,183.0,1242.0,ARCH models in Python.,35.0,30,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,1576.0,1503.0,https://pypi.org/project/arch,2024-01-05 08:24:51.000,73.0,322999.0,329170.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,283910.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +310,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-04-04 13:36:09.000000,2024-04-03 00:40:26,3038.0,20.0,266.0,34.0,37.0,2.0,489.0,1210.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,30,True,2024-04-02 21:08:28.000,0.41.2,209.0,ktrain,,,,['tensorflow'],513.0,510.0,https://pypi.org/project/ktrain,2024-03-12 18:32:27.000,3.0,10235.0,10235.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +311,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-04-02 02:34:15.000000,2024-04-02 02:31:39,818.0,7.0,247.0,40.0,509.0,272.0,256.0,878.0,Scalable Machine Learning with Dask.,78.0,30,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1068.0,993.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,75.0,213988.0,231237.0,https://anaconda.org/conda-forge/dask-ml,2024-03-21 17:55:27.760,810737.0,,,,,2.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-04-01 17:38:38.000000,2024-03-25 14:43:57,494.0,1.0,122.0,33.0,128.0,26.0,74.0,875.0,Python bindings and utilities for GeoJSON.,56.0,30,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,18141.0,16855.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,1286.0,2217310.0,2273677.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,789140.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +313,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-04-02 20:00:31.000000,2024-02-06 03:22:42,1674.0,17.0,282.0,41.0,1339.0,271.0,363.0,690.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2024-02-06 04:35:56.000,0.36.0,43.0,tensorflow-io,,,,['tensorflow'],36.0,,https://pypi.org/project/tensorflow-io,2024-02-06 04:34:40.000,36.0,3055534.0,3055534.0,,,,,,,,2.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-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,,107.0,24.0,53.0,37.0,57.0,479.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,,,,19777.0,19408.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,369.0,1972596.0,1990427.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,748938.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +315,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-03-25 08:27:47.000000,2023-12-23 16:11:39,302.0,,2729.0,142.0,45.0,119.0,133.0,17670.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,29,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],436.0,430.0,https://pypi.org/project/vit-pytorch,2023-12-23 16:12:25.000,6.0,18251.0,18251.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +316,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-04-04 14:48:52.000000,2024-04-01 14:00:47,2500.0,327.0,1103.0,114.0,2735.0,246.0,826.0,17560.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",98.0,29,True,2024-04-01 15:08:49.000,1.8.4,67.0,,,,,,,,,,,,587.0,,,,,,,,2.0,21149.0,,,,,,,,,,,,,,,,,, +317,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-03-31 07:29:51.000000,2023-04-19 14:13:08,2404.0,,3665.0,606.0,223.0,48.0,,12867.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2055.0,1982.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,73.0,22079.0,22079.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +318,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,,1840.0,218.0,46.0,96.0,94.0,8937.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,109862.0,110548.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,31574.0,,,,,1.0,,,,,,,,,,,,,,,,,,, +319,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-03-31 11:22:03.000000,2024-03-12 04:38:33,1169.0,9.0,1318.0,99.0,634.0,691.0,520.0,7987.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,29,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2362.0,2362.0,,,,,4432.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,186174.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +320,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,,1156.0,211.0,92.0,194.0,121.0,5632.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,29,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,471.0,451.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,20.0,14004.0,14004.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +321,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,881.0,126.0,38.0,69.0,144.0,5152.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3146.0,3099.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,47.0,861896.0,862207.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14657.0,,,,,1.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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4716.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2794.0,2748.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,236745.0,236752.0,,,,,,,,2.0,351.0,,,,,,,,,,,,,,,,,, +323,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,665.0,88.0,206.0,142.0,356.0,4582.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1444.0,1394.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,626584.0,628871.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,171592.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +324,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,444.0,41.0,124.0,66.0,154.0,4281.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,,,,1152.0,1119.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,145984.0,146499.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,17537.0,,,,,2.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-03-18 02:23:40.000000,2023-12-19 14:36:52,3303.0,,526.0,119.0,371.0,68.0,737.0,3964.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,29,True,,,12.0,dedupe,conda-forge/dedupe,,,,323.0,323.0,https://pypi.org/project/dedupe,,,72553.0,74097.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,43239.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +326,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,3.0,267.0,46.0,50.0,26.0,94.0,3820.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,,,,5203.0,5066.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,137.0,950334.0,957185.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,280930.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +327,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,,2012-08-24 16:14:59.000,2024-04-03 08:42:04.000000,2024-03-15 22:39:59,618.0,4.0,118.0,76.0,68.0,13.0,124.0,3691.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,29,False,2021-08-23 21:02:05.000,6.0.3,12.0,ftfy,conda-forge/ftfy,,,,18137.0,18137.0,https://pypi.org/project/ftfy,,,4885825.0,4893070.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,282584.0,,,,,2.0,,,,,,,,,,,,-3.0,,,,,,, +328,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-02-24 20:17:14.000000,2024-02-24 20:17:13,454.0,9.0,522.0,113.0,92.0,20.0,101.0,3407.0,Module for automatic summarization of text documents and HTML pages.,31.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,2736.0,2625.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,111.0,379597.0,379818.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7536.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +329,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,,247.0,64.0,52.0,9.0,,3290.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,29,True,2023-12-29 09:27:05.000,4.6.1,27.0,textdistance,conda-forge/textdistance,,,,6094.0,6025.0,https://pypi.org/project/textdistance,2023-12-29 09:26:30.000,69.0,714780.0,722230.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,528045.0,,,,,2.0,999.0,,,,,,,,,,,,,,,,,, +330,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,,399.0,45.0,1085.0,6.0,353.0,3219.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1127.0,1089.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,38.0,8439.0,8439.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +331,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,,289.0,33.0,476.0,33.0,30.0,2940.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1183.0,1137.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,46.0,163598.0,163866.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9676.0,,,,,1.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,2024-03-08 11:46:01.564000,2024-03-08 09:44:27,1163.0,26.0,380.0,49.0,73.0,142.0,478.0,2919.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-03-08 09:45:28.000,1.1.6,89.0,mljar-supervised,conda-forge/mljar-supervised,,,,108.0,106.0,https://pypi.org/project/mljar-supervised,2024-03-08 09:44:48.000,2.0,4817.0,5200.0,https://anaconda.org/conda-forge/mljar-supervised,2024-03-08 11:46:01.564,13042.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,2024-04-04 14:16:29.000000,2024-04-04 14:16:28,7506.0,381.0,335.0,80.0,8728.0,37.0,329.0,2830.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",113.0,29,True,2024-03-18 18:13:54.000,0.29.1,100.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",,,https://pypi.org/project/determined,,,37835.0,38005.0,,,,,,,,3.0,7833.0,,,,,,,,,,,,,,,,,, +334,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-03-20 16:55:01.000000,2024-03-20 16:53:52,2297.0,7.0,717.0,78.0,205.0,188.0,466.0,2719.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'],9.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,9.0,75938.0,75938.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,2024-03-27 14:03:24.000000,2024-03-18 13:44:02,3499.0,61.0,515.0,109.0,346.0,396.0,683.0,2667.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",80.0,29,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,627.0,607.0,https://pypi.org/project/essentia,2023-10-27 09:13:56.000,20.0,26178.0,26178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +336,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,,443.0,126.0,143.0,192.0,247.0,2599.0,PYthon svg GrAph plotting Library.,77.0,29,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,638.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,638.0,402487.0,405029.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,38138.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +337,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-03-07 14:21:38.000000,2023-12-03 09:09:14,2415.0,,254.0,27.0,1130.0,76.0,224.0,2560.0,Database system for AI-powered apps.,73.0,29,True,2023-11-19 16:35:30.000,0.3.9,36.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,,,9063.0,28631.0,,,,,,,,3.0,410931.0,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +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,2548.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'],1508.0,1486.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,67800.0,67800.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +339,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-03-18 12:42:13.000000,2018-08-19 12:37:47,130.0,,282.0,67.0,60.0,26.0,39.0,2390.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,29,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4730.0,4652.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,78.0,516270.0,518370.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,170104.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +340,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-03-20 18:18:19.000000,2024-03-20 18:18:18,434.0,15.0,813.0,91.0,280.0,190.0,102.0,2293.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,29,True,2024-02-23 15:42:15.000,0.6.0,11.0,aif360,conda-forge/aif360,,,,405.0,389.0,https://pypi.org/project/aif360,2024-02-23 15:41:55.000,16.0,18882.0,19078.0,https://anaconda.org/conda-forge/aif360,2024-03-20 12:22:06.044,8454.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +341,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-02-29 15:39:19.000000,2024-02-28 15:45:58,1631.0,113.0,250.0,66.0,62.0,33.0,186.0,2077.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,29,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,,767.0,767.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +342,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-04-04 02:12:05.000000,2024-03-11 08:55:22,1482.0,37.0,203.0,50.0,251.0,169.0,157.0,2039.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",41.0,29,True,2024-03-11 08:52:03.000,0.33.5,173.0,graphistry,,,,['jupyter'],120.0,113.0,https://pypi.org/project/graphistry,2024-03-11 08:52:03.000,7.0,3090.0,3090.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,2024-02-13 19:24:57.000000,2024-02-01 18:50:30,675.0,4.0,400.0,41.0,62.0,19.0,270.0,1857.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,,,,1522.0,1500.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,40176.0,40885.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,30494.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,2024-04-01 11:03:42.000000,2024-02-07 13:16:15,2447.0,2.0,437.0,77.0,1264.0,148.0,682.0,1791.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],670.0,633.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,36301.0,36655.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,25159.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +345,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-04-03 00:51:44.000000,2024-03-13 14:43:10,847.0,10.0,381.0,36.0,872.0,164.0,293.0,1780.0,A Python package to assess and improve fairness of machine learning models.,81.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,29.0,255020.0,255779.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,31140.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +346,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-02-07 20:20:08.000000,2024-02-07 20:20:03,285.0,2.0,355.0,52.0,77.0,78.0,111.0,1776.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'],6060.0,5897.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,163.0,169256.0,170383.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,78920.0,,,,,2.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-03-18 00:35:46.000000,2024-03-18 00:35:45,446.0,6.0,282.0,61.0,103.0,22.0,99.0,1760.0,ffn - a financial function library for Python.,32.0,29,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,461.0,430.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,31.0,152787.0,152979.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6928.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +348,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-04-01 05:32:33.000000,2024-03-01 06:55:15,860.0,18.0,117.0,20.0,362.0,108.0,225.0,1760.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,46.0,29,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,,['jax'],554.0,480.0,https://pypi.org/project/equinox,2024-01-10 21:26:20.000,74.0,121018.0,121018.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +349,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-02-16 16:14:43.000000,2024-02-16 16:14:36,365.0,1.0,255.0,48.0,312.0,232.0,184.0,1742.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,29,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],299.0,298.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,497117.0,497117.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +350,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-04-04 11:34:24.000000,2024-04-03 16:15:32,1650.0,202.0,350.0,29.0,1711.0,221.0,101.0,1711.0,Pytorch domain library for recommendation systems.,223.0,29,True,2024-01-30 23:40:14.000,0.6.0,77.0,torchrec-nightly-cpu,,,,,100.0,100.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,124.0,124.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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,,155.0,32.0,245.0,,,1311.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2023-12-19 07:41:39.000,1.3.4,43.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1573.0,1573.0,https://pypi.org/project/spacy-transformers,,,216330.0,217310.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,28447.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +352,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-04-02 21:31:38.000000,2024-04-02 16:49:19,1944.0,41.0,305.0,23.0,2252.0,81.0,226.0,1183.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,29,True,2024-02-09 18:33:49.000,0.34.1,54.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",95.0,92.0,https://pypi.org/project/raiwidgets,2024-02-09 18:24:31.000,3.0,4562.0,4562.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +353,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-04-03 20:36:48.000000,2024-04-03 20:36:19,1084.0,44.0,206.0,24.0,135.0,23.0,190.0,1056.0,Survival analysis built on top of scikit-learn.,19.0,29,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],461.0,447.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,14.0,91139.0,93865.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,79060.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +354,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,,454.0,42.0,176.0,93.0,102.0,1028.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'],1577.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,1577.0,6165140.0,6196434.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2190605.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +355,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-03-29 21:39:55.734000,2024-03-29 19:58:22,669.0,6.0,101.0,14.0,95.0,72.0,62.0,837.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2024-03-29 20:37:40.000,0.5.12,31.0,pynndescent,conda-forge/pynndescent,,,,6006.0,5926.0,https://pypi.org/project/pynndescent,2024-03-29 20:37:40.000,80.0,929694.0,969382.0,https://anaconda.org/conda-forge/pynndescent,2024-03-29 21:39:55.734,1785986.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +356,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-03-27 11:18:18.000000,2024-03-23 23:16:48,1306.0,7.0,149.0,50.0,57.0,23.0,67.0,825.0,Computer Vision in Python.,34.0,29,True,2024-03-23 23:45:54.000,1.4.14,60.0,mahotas,conda-forge/mahotas,,,,1365.0,1235.0,https://pypi.org/project/mahotas,2024-03-23 23:28:32.000,130.0,13632.0,22244.0,https://anaconda.org/conda-forge/mahotas,2024-03-24 14:21:30.297,396174.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +357,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-04-04 04:17:13.000000,2024-03-31 17:12:20,1348.0,24.0,126.0,25.0,468.0,13.0,132.0,806.0,A Comparative Framework for Multimodal Recommender Systems.,21.0,29,True,2024-03-21 07:26:15.000,2.1.0,56.0,cornac,conda-forge/cornac,,,,220.0,204.0,https://pypi.org/project/cornac,2024-03-21 07:43:30.000,16.0,96204.0,103964.0,https://anaconda.org/conda-forge/cornac,2024-04-02 22:44:13.360,356981.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +358,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-03-13 18:52:55.000000,2024-03-13 18:52:54,954.0,13.0,162.0,48.0,83.0,35.0,144.0,750.0,Library for exploring and validating machine learning data.,26.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",881.0,851.0,https://pypi.org/project/tensorflow-data-validation,2023-08-14 06:58:23.000,30.0,197163.0,197172.0,,,,,,,,3.0,643.0,,,,,,,,,,,,,,,,,, +359,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-04-04 13:58:15.000000,2024-04-04 13:50:36,815.0,23.0,73.0,25.0,380.0,108.0,231.0,559.0,"Simple, concise geographical visualization in Python.",31.0,29,True,2024-02-13 18:23:41.000,1.11.1,60.0,geoviews,conda-forge/geoviews,,,,972.0,931.0,https://pypi.org/project/geoviews,2024-03-20 15:15:16.000,41.0,10361.0,15331.0,https://anaconda.org/conda-forge/geoviews,2024-02-13 18:20:12.882,213740.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +360,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-02-07 14:29:13.000000,2024-02-07 14:27:33,227.0,4.0,57.0,13.0,202.0,13.0,186.0,309.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-02-07 14:29:13.000,3.9.0,71.0,pystan,conda-forge/pystan,,,,9981.0,9717.0,https://pypi.org/project/pystan,2024-02-07 14:29:13.000,264.0,1859032.0,1892019.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2803933.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +361,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4864.0,649.0,372.0,497.0,436.0,15290.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,593.0,554.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,39.0,1086.0,1086.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +362,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-03-25 21:29:17.000000,2024-03-20 12:48:52,1959.0,2.0,2388.0,280.0,910.0,195.0,679.0,14051.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",123.0,28,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,2239.0,2248.0,,,,,,,,2.0,394.0,,,,,,,,,,,,,,,,,, +363,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-03-27 09:28:46.000000,2023-12-28 07:35:14,2224.0,,2800.0,197.0,3626.0,1210.0,4077.0,11982.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],1.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,1.0,730.0,730.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +364,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-04-04 11:04:48.000000,2024-04-04 06:26:47,898.0,213.0,931.0,87.0,412.0,212.0,321.0,10678.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",73.0,28,False,2024-04-04 06:31:54.000,2.0.28,100.0,pandas-ai,,,,,2830.0,2830.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,2.0,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,, +365,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-04-03 17:00:30.000000,2024-04-03 17:00:29,338.0,5.0,1387.0,429.0,50.0,98.0,87.0,10360.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,30037.0,30037.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +366,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-02-22 06:27:52.000000,2022-11-08 22:11:16,98.0,,1772.0,204.0,72.0,109.0,36.0,9982.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,226800.0,226800.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +367,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,,909.0,267.0,98.0,82.0,81.0,7309.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],236.0,228.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,256931.0,256931.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +368,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1305.0,175.0,46.0,70.0,238.0,6773.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:37:33.000,1.4.1,13.0,face-alignment,,,,['pytorch'],21.0,21.0,https://pypi.org/project/face-alignment,,,72975.0,72975.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +369,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,2023-01-19 00:37:33.000000,2023-01-19 00:37:33,900.0,,1194.0,153.0,950.0,42.0,786.0,5751.0,Gluon CV Toolkit.,119.0,28,False,2021-03-09 00:20:06.000,0.10.0,10.0,gluoncv,,,,['mxnet'],21.0,21.0,https://pypi.org/project/gluoncv,,,84684.0,84684.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +370,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,,1368.0,205.0,158.0,44.0,227.0,5483.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'],807.0,753.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,54.0,1677.0,1677.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +371,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-04-03 01:51:55.000000,2024-04-03 01:51:55,1572.0,19.0,788.0,147.0,1483.0,305.0,398.0,4959.0,Simple and Distributed Machine Learning.,116.0,28,True,2023-11-27 21:27:39.000,1.0.2,45.0,synapseml,,,,,,,https://pypi.org/project/synapseml,,,170654.0,170654.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +372,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,274.0,438.0,221.0,329.0,4813.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'],354.0,314.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,40.0,306.0,306.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,, +373,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-03-07 14:59:40.000000,2022-08-06 21:47:18,182.0,,426.0,71.0,61.0,101.0,56.0,4398.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,,,,,1518.0,1511.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,250064.0,250064.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +374,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,,963.0,145.0,31.0,46.0,77.0,4222.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,,,,8367.0,8170.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,197.0,197561.0,197933.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13774.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +375,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-03-19 16:05:31.000000,2024-03-19 16:05:30,525.0,2.0,716.0,175.0,81.0,8.0,279.0,4149.0,A python wrapper for Alpha Vantage API for financial data.,43.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,547.0,515.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,36771.0,36937.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6487.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +376,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-03-12 23:51:20.000000,2023-11-02 03:20:28,249.0,,826.0,52.0,51.0,63.0,106.0,4107.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,16.0,28,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1685.0,1666.0,https://pypi.org/project/facenet-pytorch,2021-03-10 01:00:20.000,19.0,51241.0,67697.0,,,,,,,,3.0,872175.0,,,,,,,,,,,,,,,,,, +377,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,,406.0,37.0,56.0,118.0,43.0,3945.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'],13438.0,13318.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,276201.0,276201.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +378,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,,971.0,218.0,408.0,140.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,,,,,1301.0,1041.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,260.0,2147.0,2147.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +379,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-04-02 10:54:00.000000,2024-03-25 09:43:24,485.0,2.0,513.0,37.0,511.0,12.0,,3512.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,38.0,28,True,2023-11-05 23:19:54.000,0.11.15,101.0,sahi,conda-forge/sahi,,,,1004.0,991.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,13.0,128806.0,131217.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,54239.0,,,,,3.0,22969.0,,,,,,,,,,,,,,,,,, +380,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-04-01 23:19:56.000000,2024-02-22 12:17:17,1487.0,9.0,236.0,17.0,1737.0,278.0,726.0,3304.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,,,,,367.0,360.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,50818.0,50845.0,,,,,,,,2.0,820.0,,,,,,,,,,,,,,,,,, +381,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,8.0,472.0,96.0,43.0,89.0,240.0,2711.0,Learning to Rank in TensorFlow.,34.0,28,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,13.0,98647.0,98647.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +382,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,3.0,336.0,43.0,57.0,67.0,207.0,2339.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'],288.0,281.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,6891.0,6891.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +383,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-03-25 00:23:28.000000,2024-03-08 14:56:57,654.0,6.0,282.0,53.0,645.0,144.0,225.0,2280.0,Algorithms for explaining machine learning models.,21.0,28,False,2024-01-22 16:23:03.000,0.9.5,32.0,alibi,,,,,604.0,578.0,https://pypi.org/project/alibi,2024-01-22 16:14:27.000,26.0,22620.0,22620.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +384,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-03-13 07:28:49.000000,2024-03-07 17:28:22,718.0,6.0,247.0,38.0,530.0,138.0,234.0,2065.0,"Algorithms for outlier, adversarial and drift detection.",22.0,28,False,2024-01-22 16:25:25.000,0.11.5,37.0,alibi-detect,,,,,431.0,425.0,https://pypi.org/project/alibi-detect,2024-01-22 16:14:47.000,6.0,28175.0,28175.0,,,,,,,,2.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-04-04 09:13:39.000000,2024-04-04 09:13:13,1922.0,248.0,126.0,29.0,166.0,16.0,22.0,1836.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-03-21 07:36:40.000,0.5.1,145.0,labml,,,,,149.0,143.0,https://pypi.org/project/labml,2024-03-21 07:36:40.000,6.0,3187.0,3187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +386,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-04-02 17:09:49.893000,2024-04-02 12:18:29,202.0,11.0,193.0,32.0,19.0,4.0,84.0,1611.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,28,True,2024-04-02 12:19:49.000,0.1.808,85.0,autoviz,conda-forge/autoviz,,,,661.0,654.0,https://pypi.org/project/autoviz,2024-04-02 12:19:49.000,7.0,36848.0,38320.0,https://anaconda.org/conda-forge/autoviz,2024-04-02 17:09:49.893,47119.0,,,,,3.0,,,,,,,,,,,,2.0,,,,,,, +387,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-04-04 01:16:12.000000,2024-04-04 00:22:33,1584.0,128.0,82.0,19.0,287.0,33.0,66.0,1578.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",35.0,28,True,2024-04-04 00:28:03.949,2.10.5,112.0,usearch,,unum/usearch,,,77.0,62.0,https://pypi.org/project/usearch,2024-04-04 01:16:12.000,5.0,38391.0,46478.0,,,,https://hub.docker.com/r/unum/usearch,2024-04-04 00:27:26.370202,1.0,73.0,3.0,1151.0,,usearch,https://www.npmjs.com/package/usearch,2024-04-04 00:28:03.949,10.0,7978.0,,,,,,,,,,,, +388,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1573.0,Distributed Deep learning with Keras & Spark.,27.0,28,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",77.0,74.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,3.0,91810.0,92050.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13480.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +389,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,179.0,34.0,72.0,20.0,52.0,1454.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2779.0,2764.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,15.0,1552602.0,1553101.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19490.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +390,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2024-03-28 09:13:00.000000,2024-03-28 09:12:47,571.0,37.0,410.0,30.0,49.0,16.0,125.0,1372.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,28,False,2024-02-16 09:48:48.000,2.3.2,4.0,minisom,,,,,556.0,556.0,https://pypi.org/project/minisom,,,22609.0,22609.0,,,,,,,,2.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-04-03 16:22:11.000000,2024-04-03 16:22:10,1042.0,27.0,113.0,23.0,115.0,30.0,52.0,1279.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",23.0,28,True,2024-03-12 03:37:43.000,1.4.3,46.0,imodels,,,,,77.0,70.0,https://pypi.org/project/imodels,2024-03-11 20:28:16.000,7.0,176817.0,176817.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +392,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-04-01 16:00:41.000000,2024-04-01 16:00:40,1434.0,36.0,269.0,73.0,104.0,34.0,54.0,1239.0,Model analysis tools for TensorFlow.,57.0,28,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2023-08-14 20:39:41.000,23.0,80734.0,80734.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +393,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,6.0,420.0,51.0,39.0,16.0,139.0,1212.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,,,,2544.0,2510.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,34.0,405464.0,406315.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,40862.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +394,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,328.0,39.0,301.0,24.0,200.0,1211.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,385.0,363.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,19262.0,19262.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +395,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-04-02 10:50:12.000000,2024-04-02 10:50:12,507.0,24.0,112.0,23.0,346.0,30.0,270.0,1135.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-03-19 11:51:08.000,0.8.0,49.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],142.0,134.0,https://pypi.org/project/scikit-lego,2024-03-19 13:04:30.000,8.0,25160.0,26146.0,https://anaconda.org/conda-forge/scikit-lego,2023-07-19 07:17:55.286,46366.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +396,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,,2011-04-06 02:51:33.000,2024-04-02 14:29:17.000000,2024-04-02 14:29:16,3287.0,9.0,228.0,48.0,358.0,60.0,265.0,1024.0,"OpenCL integration for Python, plus shiny features.",95.0,28,False,2024-01-23 22:08:06.000,2024.1,58.0,pyopencl,conda-forge/pyopencl,,,,1842.0,1842.0,https://pypi.org/project/pyopencl,,,65991.0,87555.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,991981.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +397,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,122.0,900.0,A scikit-learn based module for multi-label et. al. classification.,28.0,28,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1546.0,1521.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,88706.0,88706.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +398,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-04-02 14:01:27.000000,2024-03-29 09:01:38,3071.0,64.0,111.0,16.0,267.0,11.0,141.0,749.0,Python bindings for MPI.,26.0,28,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,770.0,,https://pypi.org/project/mpi4py,2023-10-04 09:04:51.000,770.0,233500.0,290336.0,https://anaconda.org/conda-forge/mpi4py,2024-02-28 23:37:18.658,2366723.0,,,,,2.0,21895.0,,,,,,,,,,,,,,,,,, +399,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-03-29 15:14:52.000000,2024-03-03 16:20:10,323.0,61.0,87.0,19.0,114.0,36.0,78.0,571.0,pyspark methods to enhance developer productivity.,27.0,28,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],83.0,76.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,802723.0,802723.0,,,,,,,,3.0,22.0,,,,,,,,,,,,,,,,,, +400,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,38.0,11.0,69.0,7.0,26.0,208.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,41149.0,40894.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,255.0,6304335.0,6352397.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2066680.0,,,,,2.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,,1049.0,230.0,455.0,54.0,265.0,16809.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:14:16.000,5.14.0,29.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,,,55336.0,55742.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,23188.0,2.0,,,,,,,,,,,,,,,,,,, +402,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,350.0,79.0,48.0,231.0,7901.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,740.0,714.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2849.0,3238.0,,,,,,,,3.0,31163.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +403,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,,1500.0,130.0,51.0,155.0,141.0,7717.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,137520.0,214949.0,,,,,,,,2.0,3794063.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,,1639.0,459.0,698.0,33.0,441.0,7287.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'],40.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,40.0,1761.0,1782.0,,,,,,,,2.0,2000.0,,,,,,,,,,,,,,,,,, +405,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,,1552.0,626.0,2111.0,453.0,1338.0,6332.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:12:12.000,1.0.5,47.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,,,2093.0,2093.0,,,,,,,,3.0,6.0,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +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,,1353.0,348.0,14.0,42.0,65.0,6300.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1345.0,1303.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,42.0,46016.0,46016.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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,1004.0,146.0,93.0,88.0,305.0,6160.0,A Python scikit for building and analyzing recommender systems.,45.0,27,False,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,123029.0,130905.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,354459.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +408,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,125.0,64.0,136.0,74.0,5017.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,,,,,762.0,733.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,29.0,8230.0,8230.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +409,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,104.0,617.0,89.0,606.0,4185.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],88.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,88.0,525073.0,526783.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,75260.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +410,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-03-09 16:20:29.000000,2023-09-01 03:04:11,1137.0,,720.0,60.0,1013.0,167.0,739.0,4024.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'],121.0,118.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,6048.0,6048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +411,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,283.0,226.0,11.0,356.0,3861.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,1032238.0,1032642.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,21025.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,2024-03-25 19:57:27.000000,2024-03-25 19:55:52,1197.0,2.0,405.0,83.0,54.0,57.0,202.0,3361.0,A library of reinforcement learning components and agents.,85.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],197.0,194.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,3403.0,3602.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8176.0,,,,,2.0,,google-deepmind/acme,,,,,,,,,,,,,,,,, +413,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-03-29 22:22:06.000000,2024-03-08 19:28:28,465.0,13.0,271.0,50.0,458.0,59.0,256.0,3294.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,27,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,4.0,9169.0,10214.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,38397.0,,,,,2.0,385.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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,,363.0,81.0,63.0,154.0,189.0,3150.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,,,,476.0,448.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,28.0,3987.0,11499.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,638577.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +415,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,,1010.0,166.0,215.0,43.0,146.0,3057.0,Performance analysis of predictive (alpha) stock factors.,25.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,701.0,683.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,18.0,1492.0,1767.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20412.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +416,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,,455.0,82.0,245.0,61.0,154.0,3032.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,180.0,178.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,54419.0,54420.0,,,,,,,,2.0,75.0,,,,,,,,,,,,,,,,,, +417,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,649.0,109.0,72.0,89.0,123.0,2966.0,Productivity Tools for Plotly + Pandas.,38.0,27,False,,,,cufflinks,,,,['pandas'],10390.0,10390.0,https://pypi.org/project/cufflinks,,,76772.0,76772.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,2023-09-14 20:07:18.000000,2021-10-29 06:15:49,2535.0,,418.0,63.0,932.0,315.0,745.0,2882.0,StellarGraph - Machine Learning on Graphs.,37.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],264.0,256.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,8.0,5010.0,5010.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +419,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-03-26 12:09:06.000000,2024-03-26 12:08:52,1545.0,45.0,615.0,44.0,28.0,1.0,425.0,2851.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'],21.0,21.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,565.0,565.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +420,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,264.0,52.0,19.0,36.0,97.0,2826.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2131.0,2111.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,20.0,72199.0,72928.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,27731.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +421,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,2.0,330.0,46.0,120.0,62.0,136.0,2816.0,A python library for decision tree visualization and model interpretation.,26.0,27,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1133.0,1109.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,147231.0,148847.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,66294.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +422,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-03-04 15:26:06.000000,2022-09-28 17:12:28,249.0,,302.0,30.0,320.0,76.0,38.0,2652.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,27,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],886.0,885.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,19874.0,19961.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2796.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,2024-04-02 22:05:52.000000,2024-03-20 21:18:44,92.0,12.0,317.0,28.0,289.0,48.0,315.0,2360.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,27,True,2024-02-28 21:47:30.000,0.1.2,19.0,adapter-transformers,,,,['huggingface'],37.0,30.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,101353.0,101353.0,,,,,,,,3.0,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +424,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-03-22 18:10:22.000000,2024-01-30 18:07:43,695.0,34.0,228.0,35.0,146.0,9.0,140.0,2276.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,27,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,173.0,170.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,3.0,13171.0,13177.0,,,,,,,,3.0,296.0,,,,,,,,,,,,,,,,,, +425,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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,3.0,285.0,56.0,14.0,22.0,79.0,2196.0,Beautiful visualizations of how language differs among document types.,14.0,27,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,528.0,517.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,11.0,13450.0,14530.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,86455.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +426,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,64.0,38.0,96.0,160.0,2168.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'],370.0,346.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,24.0,10126.0,10126.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,,255.0,89.0,124.0,33.0,230.0,2166.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,,,,1842.0,1727.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,115.0,38836.0,40505.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,138550.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +428,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,491.0,41.0,24.0,66.0,38.0,2115.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,27,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],4965.0,4914.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,77973.0,78200.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11362.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +429,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-02-21 23:16:24.000000,2024-02-21 23:13:33,479.0,8.0,311.0,63.0,153.0,7.0,92.0,2092.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2024-02-21 23:16:24.000,3.3.0,22.0,pytextrank,,,,,603.0,603.0,https://pypi.org/project/pytextrank,,,48171.0,48171.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +430,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,16.0,160.0,61.0,68.0,65.0,130.0,1796.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,27,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,394.0,384.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,10.0,873.0,873.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,, +431,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-04-01 00:45:19.000000,2024-03-31 23:27:50,918.0,45.0,135.0,33.0,440.0,50.0,353.0,1796.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,27,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,53.0,52.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,16915.0,16915.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +432,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-04-01 02:54:47.033000,2024-03-31 23:27:50,918.0,45.0,135.0,33.0,440.0,50.0,353.0,1796.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,27,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,53.0,52.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,16915.0,17116.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,5433.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,,212.0,36.0,1081.0,25.0,496.0,1729.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],274.0,271.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,3.0,1612.0,2153.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,17334.0,,,,,2.0,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +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-04-04 13:13:06.000000,2024-04-02 01:41:37,6357.0,131.0,283.0,48.0,2655.0,307.0,1386.0,1564.0,cuGraph - RAPIDS Graph Analytics Library.,112.0,27,True,2024-02-13 16:02:14.000,24.02.00,34.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,2.0,251.0,751.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,18030.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +435,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-03-29 20:40:19.000000,2024-03-29 11:21:07,2828.0,12.0,174.0,25.0,667.0,118.0,443.0,1495.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,27,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,4637.0,4640.0,,,,,,,,2.0,177.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,1478.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,394.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,31.0,2225.0,2225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +437,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-03-11 14:26:08.000000,2024-03-11 14:26:08,688.0,4.0,155.0,23.0,125.0,2.0,128.0,1352.0,"Extensible, parallel implementations of t-SNE.",11.0,27,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,791.0,767.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,24.0,27914.0,33310.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,237443.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +438,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-02-29 10:49:59.696000,2024-02-28 20:15:02,673.0,6.0,167.0,48.0,161.0,19.0,380.0,1315.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,164.0,159.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,5.0,18901.0,19208.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,11982.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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,340.0,71.0,87.0,27.0,26.0,1214.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,27,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1483.0,1339.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,144.0,28283.0,28636.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26194.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +440,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-03-20 16:46:09.000000,2023-12-21 17:09:15,394.0,,177.0,26.0,32.0,4.0,129.0,1181.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,27,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],522.0,511.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,11.0,90592.0,90929.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17882.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +441,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,1.0,250.0,41.0,39.0,68.0,590.0,1141.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,,,,675.0,640.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,35.0,51210.0,52570.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,61011.0,,,,,3.0,502.0,,,,,,,,,,,,,,,,,, +442,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-04-04 13:33:43.000000,2024-04-04 09:15:49,1663.0,225.0,72.0,13.0,471.0,60.0,541.0,1061.0,"An open-source engine that automates AI infrastructure provisioning on any cloud for development, training and..",23.0,27,True,2024-04-03 10:20:30.000,0.17.0,192.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-03-28 13:31:31.000,,2254.0,2254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +443,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-03-29 13:25:52.761000,2024-03-27 08:01:51,780.0,14.0,60.0,13.0,127.0,45.0,114.0,924.0,Visualize large time series data with plotly.py.,12.0,27,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,969.0,957.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,12.0,376460.0,377782.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,35714.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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,922.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'],104.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,62.0,83000.0,91181.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,525868.0,,,,,3.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,12.0,2646.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,2024-03-20 17:15:18.000000,2024-02-07 23:40:03,16569.0,41.0,359.0,44.0,1615.0,290.0,2960.0,855.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,1.0,551.0,605.0,,,,,,,,3.0,6695.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-02-06 01:48:14.000000,2024-02-06 01:48:11,3707.0,1.0,320.0,66.0,681.0,37.0,526.0,817.0,The Classical Language Toolkit.,120.0,27,True,2023-12-27 08:38:14.000,1.2.1,74.0,cltk,,,,,256.0,256.0,https://pypi.org/project/cltk,,,1293.0,1293.0,,,,,,,,2.0,62.0,,,,,,,,,,,,,,,,,, +447,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-03-25 01:29:33.000000,2023-08-23 17:20:54,1241.0,,153.0,19.0,717.0,26.0,208.0,477.0,A package built to support working with spatial data using open source python.,44.0,27,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,321.0,304.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,7226.0,8431.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,72347.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +448,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4239.0,1254.0,557.0,755.0,2543.0,17449.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,26,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,2.0,2.0,https://pypi.org/project/cntk,,,508.0,653.0,,,,,,,,3.0,14435.0,,,,,,,,,,,,,,,,,, +449,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,,1189.0,181.0,213.0,25.0,534.0,8734.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,,,,,244.0,,,,,,,,3.0,9534.0,,,,,,,,,,,,,,,,,, +450,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,595.0,140.0,31.0,70.0,55.0,5523.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1619.0,1570.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,49.0,1397783.0,1398194.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18499.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +451,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-03-08 08:32:34.000000,2024-03-08 08:24:03,13775.0,135.0,1536.0,141.0,3583.0,845.0,1079.0,5480.0,An Industrial Grade Federated Learning Framework.,100.0,26,True,2024-03-08 08:32:35.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +452,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-22 00:24:33.000000,2024-03-22 00:17:00,218.0,5.0,293.0,69.0,179.0,22.0,54.0,4892.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,113.0,109.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2521.0,2521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +453,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-04-04 13:02:44.000000,2024-04-04 13:02:44,6153.0,1.0,519.0,151.0,1906.0,311.0,1329.0,4389.0,ArrayFire: a general purpose GPU library.,88.0,26,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,9.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,9.0,1307.0,1361.0,,,,,,,,3.0,5776.0,,,,,,,,,,,,,,,,,, +454,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,95.0,48.0,32.0,3471.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,86.0,76.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,10.0,34851.0,35306.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29589.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +455,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-04-04 13:59:17.000000,2024-02-21 07:25:31,1402.0,41.0,343.0,70.0,1315.0,93.0,83.0,3365.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,26,True,2024-02-21 07:38:44.000,1.1,15.0,lit-nlp,conda-forge/lit-nlp,,,,32.0,31.0,https://pypi.org/project/lit-nlp,2024-02-21 06:48:57.000,1.0,4587.0,6158.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,67587.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,2023-08-14 20:14:15.000000,2023-08-14 20:14:08,2108.0,,538.0,145.0,237.0,39.0,634.0,3275.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,84.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],441.0,439.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,663.0,663.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +457,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-01-10 22:28:30.000000,2023-09-10 15:15:16,1059.0,,234.0,62.0,112.0,8.0,268.0,3172.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,26,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,526.0,517.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,14237.0,14254.0,,,,,,,,3.0,1076.0,,,,,,,,,,,,,,,,,, +458,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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,1.0,384.0,162.0,84.0,100.0,101.0,3165.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],12.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,12.0,80153.0,80153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +459,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-03-30 09:25:51.000000,2024-03-30 09:25:51,4343.0,20.0,573.0,41.0,1001.0,228.0,691.0,3142.0,"A unified, comprehensive and efficient recommendation library.",71.0,26,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,2608.0,2720.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4622.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +460,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-03-19 19:20:10.000000,2024-03-18 19:51:35,2374.0,14.0,688.0,160.0,61.0,9.0,732.0,3057.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,26,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,903.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,63195.0,,,,,3.0,4710.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,,1018.0,217.0,3649.0,415.0,1111.0,3000.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,,,,,,,,,1604.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,129275.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1505.0,3.0,,,,,,,,,shogun,,,,,,,,,, +462,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,167.0,164.0,113.0,2722.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,,,,91.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,91.0,375638.0,377427.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,148513.0,,,,,3.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-03-12 03:07:27.000000,2024-03-12 03:07:23,3526.0,17.0,330.0,154.0,1172.0,21.0,60.0,2687.0,Neural Network Libraries.,75.0,26,True,2023-12-07 00:57:13.000,1.38.0,73.0,nnabla,,,,,,,https://pypi.org/project/nnabla,,,2860.0,2871.0,,,,,,,,3.0,915.0,,,,,,,,,,,,,,,,,, +464,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,,216.0,65.0,42.0,16.0,24.0,2673.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,,,,949.0,944.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,71992.0,72258.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14376.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +465,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,1.0,669.0,178.0,75.0,23.0,565.0,2656.0,Python sync/async framework for Interactive Brokers API.,36.0,26,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,28.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,28.0,31748.0,32428.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38794.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +466,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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,455.0,38.0,239.0,52.0,280.0,2467.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,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,38871.0,39094.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6271.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,,708.0,167.0,94.0,134.0,358.0,2458.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,207.0,207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +468,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,6.0,226.0,64.0,31.0,58.0,93.0,2213.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,17.0,neural-tangents,,,,,96.0,96.0,https://pypi.org/project/neural-tangents,,,1927.0,1935.0,,,,,,,,3.0,370.0,,,,,,,,,,,3.0,,,,,,, +469,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-01-24 14:27:34.000000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2055.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'],2034.0,2020.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,80800.0,85146.0,https://anaconda.org/anaconda/efficientnet,2023-06-16 19:23:39.686,487.0,,,,,3.0,255788.0,,,,,,,,,,,,,,,,,, +470,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-02-16 02:07:00.000000,2024-02-16 02:06:53,862.0,6.0,446.0,59.0,325.0,113.0,92.0,1862.0,Library for training machine learning models with privacy for training data.,58.0,26,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,18296.0,18298.0,,,,,,,,2.0,150.0,,,,,,,,,,,,,,,,,, +471,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,40.0,495.0,172.0,151.0,1740.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,165.0,157.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,36680.0,36686.0,,,,,,,,3.0,457.0,,,,,,,,,,,,,,,,,, +472,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,,157.0,25.0,81.0,44.0,34.0,1686.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,593.0,574.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,108544.0,109301.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22736.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +473,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-04-04 01:53:30.000000,2024-04-03 19:24:04,876.0,101.0,255.0,46.0,709.0,59.0,64.0,1614.0,A lightweight library for PyTorch training tools and utilities.,122.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,6657.0,6657.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,,309.0,27.0,379.0,89.0,155.0,1557.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],56.0,54.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,2.0,1165.0,1165.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +475,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,,567.0,108.0,283.0,16.0,300.0,1492.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,26,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,154.0,152.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,8096.0,8149.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4484.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +476,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-02-14 20:47:03.000000,2023-06-07 07:35:59,3033.0,,119.0,36.0,336.0,11.0,187.0,1424.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,308.0,290.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,18.0,57024.0,57024.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +477,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,231.0,46.0,184.0,53.0,120.0,1372.0,Metric learning algorithms in Python.,22.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],375.0,362.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,13.0,16252.0,16501.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11207.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +478,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,265.0,76.0,481.0,41.0,198.0,1308.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,1002.0,975.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,27.0,12742.0,12815.0,,,,,,,,3.0,6074.0,,,,,,,,,,,,,,,,,, +479,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,194.0,43.0,257.0,66.0,212.0,1233.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,443.0,410.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,2283.0,2283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +480,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,,174.0,26.0,36.0,1.0,116.0,1231.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1592.0,1559.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,33.0,46278.0,46278.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +481,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1219.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,,,,496.0,455.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,41.0,24001.0,34315.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,814814.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +482,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,,83.0,33.0,109.0,7.0,18.0,1175.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],228.0,217.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,1473250.0,1473250.0,,,,,,,,3.0,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +483,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,110.0,21.0,103.0,37.0,74.0,1090.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2403.0,2383.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,20.0,291635.0,292424.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,34745.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,2024-04-04 05:32:07.000000,2024-04-04 05:29:40,2189.0,204.0,84.0,19.0,816.0,78.0,208.0,1064.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,84.0,metricflow,,,,,24.0,21.0,https://pypi.org/project/metricflow,2024-04-04 05:32:07.000,3.0,20299.0,20299.0,,,,,,,,3.0,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +485,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,2.0,236.0,61.0,246.0,22.0,366.0,957.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,,,,582.0,542.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,40.0,24804.0,25484.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,28513.0,,,,,3.0,263.0,,,,,,,,,,,,,,,,,, +486,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-03-16 03:13:29.000000,2024-03-16 03:11:16,544.0,84.0,101.0,24.0,97.0,15.0,104.0,659.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",26.0,26,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,116.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,116.0,23553.0,23553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +487,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-04-03 15:04:41.000000,2024-04-03 15:03:45,909.0,47.0,107.0,43.0,111.0,56.0,46.0,628.0,Bias Auditing & Fair ML Toolkit.,21.0,26,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,161.0,154.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,7426.0,7426.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +488,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-04-03 10:43:43.000000,2024-03-29 16:26:28,580.0,23.0,156.0,33.0,189.0,8.0,98.0,574.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,30.0,26,True,2023-06-20 08:57:52.000,0.5,11.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],345.0,324.0,https://pypi.org/project/pyriemann,2022-07-17 13:53:18.565,21.0,41514.0,41750.0,https://anaconda.org/conda-forge/pyriemann,2023-06-20 10:39:38.006,5200.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +489,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-03-09 00:32:37.185000,2024-03-08 20:01:01,3751.0,43.0,69.0,47.0,355.0,21.0,395.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,26,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],59.0,41.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,18.0,397.0,859.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,13403.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,, +490,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-04-03 18:21:27.000000,2024-04-03 15:41:01,407.0,65.0,133.0,20.0,46.0,3.0,84.0,541.0,Medical image processing in Python.,20.0,26,False,2024-04-03 15:53:56.000,0.5.1,9.0,MedPy,conda-forge/medpy,,,,1866.0,1819.0,https://pypi.org/project/MedPy,2024-04-03 15:53:56.000,47.0,16820.0,17514.0,https://anaconda.org/conda-forge/medpy,2024-03-27 13:37:54.621,23618.0,,,,,3.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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,422.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7769.0,7484.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,285.0,235588.0,236419.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39913.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,2024-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,11.0,39.0,5.0,15.0,6.0,48.0,320.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,26,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],677.0,645.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,32.0,89769.0,111627.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,918053.0,,,,,3.0,43.0,,,,,,,,,,,,,,,,,, +493,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,1.0,808.0,146.0,1563.0,114.0,125.0,7937.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,143.0,142.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3650.0,3650.0,,,,,,,,3.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5776.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,,,,,127.0,124.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,367.0,415.0,,,,,,,,2.0,3728.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-04-04 14:23:20.000000,2024-04-04 14:23:20,3511.0,113.0,599.0,92.0,3868.0,204.0,1364.0,4875.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,90.0,25,True,2024-03-25 18:23:41.000,1.36.0,76.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-02-17 08:10:07.000000,2023-11-19 13:26:15,334.0,,946.0,45.0,33.0,65.0,112.0,4871.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],196.0,187.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,3407.0,3407.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,4613.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'],769.0,763.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,482.0,482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +498,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,240.0,215.0,51.0,200.0,4363.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,52.0,51.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,692.0,783.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3305.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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,421.0,42.0,52.0,76.0,174.0,4132.0,An Open-Source Framework for Prompt-Learning.,22.0,25,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,109.0,107.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,2.0,1169.0,1169.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,,513.0,135.0,649.0,65.0,198.0,3860.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,2017.0,2017.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +501,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,4.0,445.0,89.0,78.0,65.0,137.0,3348.0,Generate embeddings from large-scale graph-structured data.,32.0,25,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],3.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,3.0,432000.0,432002.0,,,,,,,,2.0,178.0,,,,,,,,,,,,,,,,,, +502,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2024-04-04 13:38:51.000000,2024-03-11 08:27:22,2739.0,49.0,1193.0,137.0,1057.0,52.0,73.0,3270.0,a distributed deep learning platform.,88.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,67.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,738.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6465.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,,679.0,73.0,25.0,117.0,101.0,2973.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'],2934.0,2905.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,29.0,1517.0,1517.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,,471.0,97.0,49.0,59.0,253.0,2798.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,,,,715.0,691.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,24.0,3270.0,3583.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15118.0,,,,,3.0,959.0,,,,,,,,,,,,,,,,,, +505,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-02-21 08:50:08.000000,2023-06-30 21:16:10,470.0,,322.0,64.0,316.0,46.0,124.0,2761.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'],51.0,50.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1922.0,2241.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14715.0,,,,,3.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,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,224.0,49.0,481.0,45.0,70.0,2701.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,,,,,219.0,216.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,16600.0,16601.0,,,,,,,,2.0,67.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-04-01 09:29:45.000000,2023-07-01 21:40:58,1936.0,,335.0,40.0,88.0,28.0,157.0,2452.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,2193.0,2193.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +508,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-02-10 10:19:11.000000,2024-02-10 10:17:50,226.0,9.0,243.0,47.0,92.0,19.0,115.0,2126.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",112.0,109.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,3.0,3793.0,3793.0,,,,,,,,3.0,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +509,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-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,12.0,236.0,37.0,38.0,13.0,114.0,2075.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,25,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,233.0,227.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,3355.0,3851.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22330.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +510,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,,301.0,57.0,1313.0,233.0,810.0,1808.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'],103.0,101.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,2.0,543.0,543.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,2024-03-24 14:27:59.853000,2022-12-07 10:32:49,237.0,,293.0,1.0,1.0,1.0,,1703.0,Feature engineering package with sklearn like functionality.,38.0,25,False,2024-03-24 13:29:41.000,1.7.0,39.0,feature_engine,conda-forge/feature_engine,,,,103.0,,https://pypi.org/project/feature_engine,2024-03-24 13:29:41.000,103.0,155405.0,156434.0,https://anaconda.org/conda-forge/feature_engine,2024-03-24 14:27:59.853,45318.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +512,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,49.0,49.0,23.0,91.0,1590.0,Contextually-keyed word vectors.,19.0,25,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,360.0,346.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,14.0,2974.0,4956.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,36070.0,,,,,3.0,64032.0,,,,,,,,,,,,,,,,,, +513,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,204.0,44.0,12.0,4.0,51.0,1560.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],223.0,221.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,86157.0,86157.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +514,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,,267.0,49.0,87.0,22.0,190.0,1520.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],543.0,526.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,17.0,7260.0,7404.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6662.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +515,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-03-15 12:44:27.000000,2024-02-01 16:55:49,1031.0,2.0,174.0,17.0,66.0,32.0,335.0,1460.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,25,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,84.0,41572.0,46938.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,246853.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +516,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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,330.0,49.0,43.0,96.0,,1322.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'],456.0,448.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,28336.0,52791.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,310.0,,,,,3.0,1051306.0,,,,,,,,,,,,,,,,,, +517,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,,141.0,28.0,63.0,7.0,70.0,1280.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'],1411.0,1398.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,13908.0,13908.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +518,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,,292.0,55.0,63.0,13.0,109.0,1227.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,,,,,1045.0,1014.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,31.0,11361.0,11361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +519,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-04-02 13:45:44.000000,2023-12-24 06:07:13,78.0,,226.0,20.0,19.0,5.0,87.0,1174.0,Implementation of the node2vec algorithm.,13.0,25,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,605.0,584.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,21.0,97889.0,98274.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27403.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +520,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-04-03 21:43:53.000000,2024-03-08 17:11:00,1922.0,31.0,364.0,53.0,494.0,156.0,251.0,1079.0,Machine learning on FPGAs using HLS.,59.0,25,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,,1257.0,1426.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7295.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +521,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-04-01 17:55:56.000000,2024-04-01 17:54:36,803.0,8.0,115.0,31.0,407.0,68.0,316.0,1003.0,BAyesian Model-Building Interface (Bambi) in Python.,37.0,25,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,123.0,114.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,9.0,23716.0,24448.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,29281.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +522,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-03-12 10:20:37.000000,2024-02-13 12:59:29,2071.0,1.0,215.0,41.0,588.0,85.0,432.0,990.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,49.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,49.0,55526.0,56030.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18651.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +523,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,48.0,61.0,1.0,68.0,976.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],433.0,430.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,26675.0,26675.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +524,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,,96.0,15.0,193.0,101.0,135.0,655.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,312.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,312.0,2685478.0,2685622.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,17651.0,,,,,,,,,,,,,,,,,, +525,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-04-04 09:37:46.000000,2024-04-01 20:54:36,839.0,7.0,135.0,29.0,88.0,35.0,75.0,591.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,25,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,446.0,422.0,https://pypi.org/project/ml-metadata,2023-08-10 00:37:12.000,24.0,65166.0,65200.0,,,,,,,,3.0,2132.0,,,,,,,,,,,,,,,,,, +526,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-04-01 23:32:17.000000,2024-04-01 23:32:17,475.0,5.0,51.0,8.0,57.0,169.0,234.0,582.0,python binding for libvips using cffi.,16.0,25,True,2024-01-04 12:00:44.000,2.2.2,25.0,pyvips,conda-forge/pyvips,,,,741.0,691.0,https://pypi.org/project/pyvips,2024-01-04 12:00:44.000,50.0,44461.0,46244.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,74913.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +527,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-01-03 13:23:50.000000,2022-01-15 18:08:37,1718.0,,65.0,16.0,13.0,35.0,7.0,521.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,,,,3708.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3708.0,457104.0,463802.0,https://anaconda.org/conda-forge/whoosh,2023-09-23 13:28:08.196,234448.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-04-03 16:48:08.000000,2024-03-19 09:57:11,5646.0,61.0,92.0,14.0,750.0,16.0,438.0,415.0,Lightwood is Legos for Machine Learning.,46.0,25,False,2024-03-19 10:28:37.000,24.3.3.1,203.0,lightwood,,,,['pytorch'],60.0,58.0,https://pypi.org/project/lightwood,2024-03-19 10:24:49.000,2.0,7269.0,7269.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,2024-02-11 07:50:28.337000,2024-02-11 00:53:13,766.0,9.0,85.0,13.0,30.0,7.0,47.0,365.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,406.0,379.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,27.0,118009.0,119586.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,67846.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +530,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-04-04 02:35:55.000000,2024-04-03 08:52:01,536.0,19.0,56.0,39.0,289.0,20.0,60.0,301.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",40.0,25,True,2024-03-25 00:48:37.000,1.2.8,75.0,gokart,,,,,80.0,75.0,https://pypi.org/project/gokart,2024-03-25 00:48:37.000,5.0,4427.0,4427.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +531,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-03-26 18:21:30.000000,2024-03-12 17:13:40,2600.0,62.0,59.0,8.0,248.0,31.0,81.0,257.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,104.0,98.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1170.0,1792.0,https://anaconda.org/conda-forge/lenskit,2024-01-22 16:23:58.143,25511.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +532,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,,824.0,168.0,1588.0,145.0,74.0,6363.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,1.0,75.0,80.0,,,,,,,,3.0,355.0,,,,,,,,,,,,,,,,,, +533,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,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'],1127.0,1111.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,747.0,759.0,,,,,,,,3.0,906.0,,,,,,,,,,,,,,,,,, +534,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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,437.0,62.0,90.0,32.0,88.0,4929.0,Finding duplicate images made easy!.,15.0,24,True,2023-04-28 17:26:08.000,0.3.2,8.0,imagededup,,,,['tensorflow'],98.0,98.0,https://pypi.org/project/imagededup,,,19501.0,19501.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +535,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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,1003.0,92.0,63.0,253.0,269.0,4589.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,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,26362.0,26362.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +536,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,,718.0,101.0,35.0,103.0,113.0,4476.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],129.0,124.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5558.0,5561.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,234.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,,1370.0,351.0,59.0,51.0,,4278.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,204.0,183.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,21.0,723.0,723.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +538,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,,721.0,62.0,247.0,129.0,824.0,4023.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,5676.0,5676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +539,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,888.0,177.0,385.0,33.0,430.0,3817.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-09 19:24:22.000,2.2,2.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +540,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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,111.0,396.0,3175.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],124.0,123.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1014.0,1014.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +541,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,,508.0,110.0,73.0,183.0,117.0,3075.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,,,,,130.0,130.0,https://pypi.org/project/xlearn,,,876.0,938.0,,,,,,,,3.0,4526.0,,,,,,,,,,,,,,,,,, +542,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,3.0,246.0,29.0,2015.0,3.0,650.0,2947.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,3182.0,3276.0,,,,,,,,3.0,2638.0,,,,,,,,,,,,,,,,,, +543,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,,316.0,93.0,2157.0,206.0,982.0,2672.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,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,17709.0,17709.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +544,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,,317.0,30.0,695.0,49.0,150.0,2468.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,89.0,88.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,1.0,368.0,368.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +545,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,,645.0,89.0,29.0,25.0,52.0,2322.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,,,,,735.0,554.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,181.0,34675.0,34675.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +546,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,329.0,78.0,55.0,154.0,68.0,2246.0,Multilingual text (NLP) processing toolkit.,26.0,24,False,,,,polyglot,,,,,1209.0,1209.0,https://pypi.org/project/polyglot,,,82986.0,82986.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +547,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,304.0,64.0,14.0,28.0,46.0,2240.0,Stand-alone language identification system.,9.0,24,False,,,,langid,,,,,10976.0,10976.0,https://pypi.org/project/langid,,,397454.0,397454.0,,,,,,,,3.0,,,,,,,,,,,,-4.0,,,,,,, +548,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,,254.0,56.0,56.0,19.0,50.0,2205.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,5.0,pytorch-nlp,,,,['pytorch'],660.0,660.0,https://pypi.org/project/pytorch-nlp,,,7200.0,7200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +549,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-04-04 10:48:55.000000,2024-04-04 10:48:55,541.0,9.0,199.0,42.0,125.0,62.0,127.0,2155.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,28.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,1467.0,1467.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +550,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,70.0,21.0,93.0,66.0,2087.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,282.0,265.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,17.0,30046.0,30046.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +551,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,,669.0,82.0,48.0,24.0,64.0,2040.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,502.0,490.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,8820.0,8820.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +552,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,,199.0,29.0,65.0,35.0,83.0,1976.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],336.0,329.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,3836.0,4012.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6881.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +553,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,7.0,228.0,42.0,36.0,45.0,24.0,1846.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],457.0,435.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,2353.0,3254.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,32449.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +554,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-03-29 21:12:28.000000,2023-12-04 14:09:45,571.0,,128.0,56.0,450.0,67.0,102.0,1821.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,102.0,95.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,6037.0,6037.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +555,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-03-29 11:40:20.000000,2024-03-29 09:49:56,639.0,1.0,269.0,27.0,184.0,10.0,389.0,1614.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",23.0,24,True,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],181.0,173.0,https://pypi.org/project/talos,2022-05-28 10:07:34.000,8.0,1624.0,1624.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +556,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,,120.0,28.0,31.0,58.0,50.0,1567.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'],416.0,411.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,5.0,120600.0,120600.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +557,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-03-05 19:49:22.000000,2023-11-08 21:41:55,157.0,,162.0,103.0,185.0,35.0,25.0,1485.0,fklearn: Functional Machine Learning.,55.0,24,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,437.0,437.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +558,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-03-23 16:41:37.000000,2024-02-25 11:49:35,1255.0,44.0,113.0,32.0,161.0,71.0,141.0,1455.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.0,24,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,,153.0,164.0,,,,,,,,3.0,493.0,,,,,,,,,,,,,,,,,, +559,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-03-14 13:20:54.000000,2024-03-14 13:15:40,347.0,7.0,292.0,40.0,253.0,69.0,194.0,1446.0,A framework for Privacy Preserving Machine Learning.,35.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,465.0,465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +560,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,91.0,165.0,103.0,224.0,1354.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],43.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,1.0,113.0,113.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +561,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,,238.0,35.0,68.0,54.0,206.0,1219.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,24,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],125.0,123.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1069.0,1073.0,,,,,,,,3.0,98.0,,,,,,,,,,,,,,,,,, +562,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,204.0,54.0,460.0,143.0,293.0,1190.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],74.0,65.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,294.0,294.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +563,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,72.0,415.0,75.0,147.0,1151.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,,,,,172.0,162.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,10.0,437.0,437.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +564,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-04 03:15:37.000000,2019-08-16 09:00:15,140.0,,111.0,12.0,22.0,17.0,15.0,1064.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5271.0,4962.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,309.0,386002.0,386002.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +565,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,48.0,112.0,52.0,170.0,965.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,340.0,290.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,841.0,841.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +566,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-03-05 13:03:44.000000,2024-03-05 13:03:44,730.0,3.0,143.0,15.0,103.0,29.0,237.0,938.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'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,26021.0,31526.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,253275.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +567,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,,255.0,42.0,72.0,103.0,188.0,915.0,Gaussian Process Optimization using GPy.,50.0,24,False,2020-03-19 21:21:18.000,1.2.6,1.0,gpyopt,,,,,496.0,496.0,https://pypi.org/project/gpyopt,,,5840.0,5840.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +568,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-04-04 13:01:58.000000,2024-02-14 13:54:40,2672.0,2.0,103.0,10.0,526.0,33.0,93.0,862.0,Time series forecasting with scikit-learn models.,10.0,24,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],256.0,248.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,8.0,46795.0,46795.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +569,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-04-03 15:44:10.000000,2024-03-27 16:08:31,342.0,25.0,134.0,19.0,76.0,3.0,65.0,839.0,An intuitive library to extract features from time series.,19.0,24,True,2024-03-27 17:12:39.000,0.1.7,11.0,tsfel,,,,,124.0,121.0,https://pypi.org/project/tsfel,2024-03-27 16:06:38.000,3.0,21941.0,21941.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +570,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2024-04-01 22:04:16.000000,2024-02-01 14:45:49,245.0,8.0,107.0,14.0,41.0,35.0,27.0,827.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,576.0,561.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,34274.0,44946.0,,,,,,,,3.0,437572.0,,,,,,,,,,,,,,,,,, +571,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-03-27 19:52:35.000000,2024-03-27 19:35:37,291.0,10.0,249.0,46.0,18.0,9.0,91.0,816.0,Data compression in TensorFlow.,21.0,24,True,2024-03-27 19:52:35.000,2.16.0,25.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,13175.0,13175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +572,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],51.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,44.0,5599.0,10082.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,311246.0,,,,,3.0,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,734.0,,,,,,,,,,,, +573,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,34.0,25.0,34.0,236.0,740.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,29.0,neupy,,,,,169.0,169.0,https://pypi.org/project/neupy,,,3030.0,3030.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +574,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,76.0,13.0,48.0,20.0,53.0,723.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,24,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1530.0,1530.0,https://pypi.org/project/pysbd,,,432851.0,433024.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5214.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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,2.0,155.0,17.0,72.0,35.0,108.0,692.0,Ternary plotting library for python with matplotlib.,27.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,193.0,166.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,27.0,50292.0,51120.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79562.0,,,,,3.0,25.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,,138.0,131.0,91.0,43.0,67.0,652.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'],205.0,190.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,15.0,16018.0,16018.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +577,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-02-10 13:12:00.000000,2024-02-10 13:11:04,343.0,11.0,85.0,7.0,19.0,1.0,85.0,537.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,17.0,24,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,68.0,66.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,8907.0,8907.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +578,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,9.0,17.0,11.0,12.0,508.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'],4476.0,4308.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,168.0,2560178.0,2569679.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,893144.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +579,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-02-20 10:07:24.000000,2023-12-26 16:13:16,6706.0,,143.0,36.0,394.0,37.0,135.0,371.0,Neuroimaging in Python FMRI analysis package.,69.0,24,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,275.0,224.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,51.0,2359.0,3675.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106647.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +580,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,1.0,85.0,29.0,318.0,75.0,27.0,364.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],375.0,368.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,41174.0,41174.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +581,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-03-03 01:46:55.000000,2024-03-03 01:31:19,1096.0,1.0,881.0,116.0,675.0,110.0,542.0,5412.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,117.0,23,True,2019-08-26 19:04:21.000,0.3.1,2.0,mmf,,,,['pytorch'],17.0,17.0,https://pypi.org/project/mmf,,,293.0,293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +582,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-04-03 01:51:55.000000,2024-04-03 01:51:55,1572.0,19.0,811.0,147.0,1483.0,340.0,398.0,4959.0,Simple and Distributed Machine Learning.,116.0,23,True,2023-11-27 21:27:39.000,1.0.2,45.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +583,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-03-11 13:23:02.000000,2024-03-11 13:23:01,3347.0,3.0,820.0,232.0,110.0,57.0,620.0,4869.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,23,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,22.0,,,,,,,,3.0,1504.0,,,,,,,,,,,,,,,,,, +584,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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1310.0,305.0,209.0,66.0,211.0,4704.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1814.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143351.0,3.0,,,,,,,,,,,,,,,,,,, +585,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-04-03 01:41:03.000000,2024-04-03 01:36:11,1596.0,11.0,503.0,150.0,609.0,69.0,75.0,3519.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,23,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,,17.0,17.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +586,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,,529.0,173.0,50.0,65.0,49.0,3471.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],60.0,57.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +587,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,,222.0,54.0,36.0,74.0,123.0,3121.0,A GUI for Pandas DataFrames.,15.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],367.0,362.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3293.0,3834.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,21107.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +588,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,441.0,65.0,122.0,27.0,350.0,2377.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],63.0,63.0,https://pypi.org/project/kashgari-tf,,,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +589,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,,302.0,66.0,78.0,64.0,68.0,2098.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'],30.0,27.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2134.0,2134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +590,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,,242.0,44.0,33.0,51.0,90.0,1921.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'],167.0,167.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3023.0,3023.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +591,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,1769.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,23,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",269.0,258.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2468.0,2468.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +592,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,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,1720.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1553.0,1643.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3252.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +593,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,,116.0,38.0,11.0,33.0,51.0,1611.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,352.0,340.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,1345.0,1345.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +594,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,,259.0,49.0,312.0,99.0,17.0,1547.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,31489.0,31489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +595,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-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,2.0,302.0,57.0,115.0,54.0,30.0,1510.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,,,,,88.0,87.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1017.0,1017.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +596,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2024-03-30 13:44:01.000000,2024-03-30 13:48:32,1194.0,21.0,118.0,27.0,68.0,3.0,29.0,1474.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.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,6694.0,6694.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,, +597,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,159.0,33.0,22.0,42.0,34.0,1268.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],62.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,716.0,716.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +598,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-04-02 10:18:18.000000,2024-04-02 10:18:17,546.0,34.0,128.0,21.0,261.0,13.0,129.0,1195.0,A standard framework for modelling Deep Learning Models for tabular data.,21.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,3710.0,3710.0,,,,,,,,1.0,25.0,,,,,,,,,,,,,,,,,, +599,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,185.0,34.0,73.0,3.0,86.0,1034.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'],219.0,210.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,4286.0,4286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +600,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,,84.0,26.0,55.0,32.0,28.0,942.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,False,2020-02-13 09:57:47.000,1.0.6,4.0,youtokentome,conda-forge/youtokentome,,,,642.0,642.0,https://pypi.org/project/youtokentome,,,36187.0,37524.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,41476.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +601,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,,149.0,23.0,46.0,15.0,82.0,908.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2392.0,2377.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,15.0,5768.0,5768.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,, +602,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,2023-08-14 23:20:14.000000,2023-03-06 07:52:05,311.0,,108.0,26.0,36.0,34.0,69.0,876.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'],606.0,594.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,26165.0,26165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +603,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-03-05 13:03:08.000000,2024-03-05 13:03:07,598.0,4.0,131.0,15.0,57.0,32.0,123.0,752.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,45.0,14158.0,16113.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,91915.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +604,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,,82.0,21.0,9.0,23.0,41.0,646.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'],445.0,423.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,22.0,39165.0,39194.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2898.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +605,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-04-04 08:53:06.000000,2024-03-18 06:20:09,865.0,20.0,81.0,9.0,726.0,91.0,437.0,595.0,Automated modeling and machine learning framework FEDOT.,33.0,23,True,2024-03-15 09:42:11.000,0.7.3.1,21.0,fedot,,,,,48.0,45.0,https://pypi.org/project/fedot,2024-03-05 21:31:39.000,3.0,1040.0,1040.0,,,,,,,,3.0,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +606,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,204.0,278.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,108.0,100.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1387.0,1387.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +607,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-04-04 00:47:17.000000,2024-04-04 00:47:17,478.0,78.0,105.0,19.0,500.0,58.0,122.0,256.0,An open-source toolkit for large-scale genomic analysis.,26.0,23,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,47473.0,47575.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,3885.0,,,,,3.0,14.0,,,,,,,,,,,,,,,,,, +608,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,,27.0,7.0,19.0,3.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,23,False,2018-07-23 20:58:34.000,2018.7.23,7.0,stop-words,,,,,2155.0,2155.0,https://pypi.org/project/stop-words,,,136688.0,136688.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +609,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,545.0,82.0,37.0,59.0,26.0,10789.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,48.0,48.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,741.0,827.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2336.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +610,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7981.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,,,,,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,684.0,684.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +611,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,261.0,68.0,115.0,136.0,6285.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,3.0,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +612,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,,779.0,223.0,25.0,8.0,122.0,5320.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'],28.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,8.0,1218.0,1218.0,,,,,,,,3.0,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +613,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-03-28 17:33:46.000000,2023-01-15 11:37:16,279.0,,911.0,112.0,101.0,148.0,350.0,4768.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,2.0,13916.0,13916.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +614,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,74.0,37.0,95.0,74.0,4386.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +615,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,329.0,89.0,91.0,306.0,3868.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,,,,1.0,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,1.0,82.0,105.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1889.0,,,,,3.0,384.0,,,,,,,,,,,,,,,,,, +616,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,,654.0,75.0,53.0,176.0,101.0,3370.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'],7.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,7.0,2952.0,2961.0,,,,,,,,3.0,555.0,,,,,,,,,,,,,,,,,, +617,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-04-01 21:52:31.000000,2024-04-01 21:52:26,686.0,2.0,497.0,214.0,16.0,24.0,4.0,3340.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,13.0,13.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,207.0,207.0,,,,,,,,3.0,51.0,,,,,,,,,,,,,,,,,, +618,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,,381.0,207.0,9.0,6.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'],148.0,145.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,2507.0,2507.0,,,,,,,,3.0,,google-deepmind/trfl,,,,,,,,,,,,,,,,, +619,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-04-03 18:36:19.000000,2021-05-06 12:10:38,127.0,,156.0,48.0,62.0,2.0,30.0,3011.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,,,,48.0,48.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,391.0,444.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1436.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +620,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,,236.0,42.0,110.0,55.0,64.0,2860.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,True,2021-07-01 16:53:52.000,1.1.0,4.0,texthero,,,,,,,https://pypi.org/project/texthero,,,10235.0,10237.0,,,,,,,,3.0,121.0,,,,,,,,,,,,,,,,,, +621,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-03-13 21:11:32.000000,2024-03-13 21:09:44,767.0,1.0,356.0,91.0,548.0,83.0,92.0,2740.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,22,True,2019-05-09 10:06:22.000,1.0.0,1.0,tensorflow-graphics,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-graphics,,,65655.0,65655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +622,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-04-04 04:03:18.000000,2024-01-21 06:34:10,937.0,2.0,172.0,20.0,77.0,94.0,170.0,2733.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,22,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,41.0,40.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,547.0,547.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +623,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,,136.0,28.0,200.0,18.0,73.0,2689.0,HiPlot makes understanding high dimensional data easy.,9.0,22,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,18.0,3.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,15.0,22327.0,25894.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,178357.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +624,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,,401.0,131.0,136.0,52.0,128.0,2396.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,,,10.0,luminoth,,,,['tensorflow'],59.0,59.0,https://pypi.org/project/luminoth,,,1650.0,1813.0,,,,,,,,3.0,12770.0,,,,,,,,,,,,,,,,,, +625,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,,369.0,78.0,144.0,33.0,126.0,2381.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 03:54:40.000,0.2.4,6.0,texar,,,,['tensorflow'],27.0,27.0,https://pypi.org/project/texar,,,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +626,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-02-26 15:38:11.000000,2023-06-01 12:18:23,739.0,,309.0,42.0,44.0,85.0,56.0,2131.0,A modular active learning framework for Python.,20.0,22,True,,,13.0,modAL,,,,['sklearn'],,,https://pypi.org/project/modAL,,,216987.0,216987.0,,,,,,,,3.0,33.0,,,,,,,,,,,-4.0,,,,,,, +627,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-03-26 08:21:30.000000,2024-02-04 20:37:53,1083.0,8.0,267.0,32.0,39.0,24.0,176.0,1763.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,534.0,534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +628,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,1706.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'],159.0,150.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,9.0,2657.0,4872.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,204952.0,,,,,3.0,417.0,,,,,,,,,,,,,,,,,, +629,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,98.0,45.0,187.0,216.0,1635.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,7.0,931.0,931.0,,,,,,,,3.0,44.0,,,,,,,,,,,,,,,,,, +630,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,,289.0,44.0,801.0,71.0,485.0,1601.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,80.0,80.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +631,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,6.0,207.0,57.0,52.0,74.0,149.0,1535.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,True,2019-11-17 09:36:51.000,0.3.4,5.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,,,647.0,678.0,,,,,,,,3.0,2765.0,,,,,,,,,,,,,,,,,, +632,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,,84.0,41.0,15.0,9.0,27.0,1307.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'],168.0,155.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,13.0,13556.0,13700.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4337.0,,,,,3.0,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +633,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,,189.0,27.0,57.0,21.0,36.0,1266.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'],160.0,155.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,586.0,586.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +634,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,,173.0,31.0,86.0,16.0,32.0,1248.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,89.0,89.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,,479.0,479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +635,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-03-26 17:17:48.000000,2023-10-17 15:42:30,833.0,,327.0,50.0,793.0,7.0,300.0,1203.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'],2.0,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,2.0,639.0,639.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,, +636,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-04-03 04:55:51.000000,2023-12-06 23:22:36,184.0,,108.0,37.0,25.0,17.0,114.0,1177.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2023-12-06 23:27:18.000,2.1.6,79.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,5372.0,5372.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +637,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,66.0,29.0,31.0,12.0,1152.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,10294.0,10294.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +638,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-04-03 07:39:05.000000,2023-07-16 15:16:10,420.0,,146.0,92.0,119.0,33.0,45.0,1134.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,105.0,104.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,421.0,421.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +639,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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,110.0,51.0,98.0,41.0,51.0,1006.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'],232.0,224.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,8.0,3442.0,3442.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +640,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,,293.0,96.0,121.0,62.0,97.0,1006.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'],37.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,37.0,1584.0,2115.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42490.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +641,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,2.0,89.0,18.0,73.0,18.0,44.0,944.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,,,,,167.0,163.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,10414.0,10414.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +642,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,220.0,218.0,856.0,"Experiment tracking, ML developer tools.",29.0,22,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,94.0,94.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,774.0,774.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,, +643,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,24.0,594.0,63.0,511.0,838.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,2417.0,2417.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +644,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,,104.0,29.0,60.0,22.0,74.0,827.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,393.0,389.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,4.0,3142.0,3142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +645,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-04-04 14:17:54.000000,2024-04-03 12:21:39,1168.0,32.0,123.0,30.0,982.0,37.0,50.0,757.0,Machine learning framework for both deep learning and traditional algorithms.,37.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,203.0,203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +646,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,756.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,22,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],46.0,44.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,2.0,5086.0,5086.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +647,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,,73.0,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,94033.0,94033.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,, +648,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,684.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,,,,415.0,408.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,7.0,16272.0,16326.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1896.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +649,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,18.0,78.0,23.0,34.0,673.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],261.0,238.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,84448.0,86147.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,149561.0,,,,,3.0,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +650,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,631.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'],90.0,86.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,610.0,610.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +651,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,22.0,19.0,8.0,29.0,581.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],151.0,146.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,11659.0,11659.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +652,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,,56.0,10.0,21.0,13.0,37.0,537.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,,,,376.0,367.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,11840.0,12249.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,24949.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +653,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-04-02 19:04:09.000000,2024-04-02 18:32:22,966.0,6.0,175.0,24.0,833.0,112.0,388.0,529.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,22,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,185.0,2480.0,,,,,,,,3.0,75737.0,,,,,,,,,,,,,,,,,, +654,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-03-19 15:52:10.000000,2024-03-19 15:52:03,1216.0,2.0,63.0,7.0,208.0,18.0,109.0,496.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'],240.0,235.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3069.0,3069.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +655,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-04-04 13:07:15.000000,2024-03-25 11:54:23,1755.0,66.0,67.0,7.0,215.0,47.0,81.0,486.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,25.0,24.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,750.0,755.0,,,,,,,,3.0,150.0,,,,,,,,,,,,,,,,,, +656,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-03-09 11:59:05.000000,2023-03-05 00:16:57,419.0,,99.0,36.0,276.0,71.0,173.0,466.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,77.0,75.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1212.0,1215.0,,,,,,,,3.0,300.0,,,,,,,,,,,,,,,,,, +657,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,2.0,48.0,17.0,2.0,11.0,3.0,370.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,,,,,508.0,506.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,2.0,20178.0,20178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +658,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-04-01 02:14:13.000000,2024-04-01 02:14:12,659.0,2.0,62.0,30.0,452.0,13.0,91.0,369.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],87.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,83.0,15805.0,21949.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,577622.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +659,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,,27.0,8.0,4.0,21.0,60.0,290.0,Multiple Imputation with LightGBM in Python.,6.0,22,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,128.0,123.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,22698.0,23059.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11932.0,,,,,2.0,,,,,,,,,,,,,,,,,,, +660,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,4.0,12.0,229.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,,,,1086.0,1040.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,99447.0,100809.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,57212.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +661,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,1.0,2238.0,149.0,89.0,254.0,286.0,12742.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,,,,,,,,,,,,,,,,,,, +662,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,648.0,95.0,150.0,98.0,103.0,8367.0,The user analytics platform for LLMs.,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/nebuly,,,,,,,,,,,,,,,,, +663,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,1.0,735.0,104.0,588.0,60.0,345.0,5861.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,21,True,2020-04-03 19:06:25.000,0.4.0,1.0,t5,,,,['tensorflow'],,,https://pypi.org/project/t5,,,23576.0,23576.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +664,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-03-12 17:57:31.000000,2023-08-15 07:38:22,956.0,,528.0,166.0,46.0,26.0,28.0,4249.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,4.0,tf-quant-finance,,,,['tensorflow'],,,https://pypi.org/project/tf-quant-finance,,,878.0,878.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +665,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,3.0,323.0,53.0,414.0,79.0,106.0,3222.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,21,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],1.0,,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +666,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,,436.0,165.0,120.0,14.0,112.0,2927.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,,,229.0,229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +667,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,,327.0,73.0,2.0,18.0,7.0,2906.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'],201.0,193.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,1803.0,1803.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +668,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-03-05 07:28:52.000000,2024-03-05 04:43:01,3455.0,1.0,727.0,6.0,,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.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,506.0,506.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +669,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,,361.0,86.0,4.0,3.0,18.0,2158.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,1.0,568.0,568.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +670,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2087.0,The friendly PIL fork.,385.0,21,False,,,,pillow-simd,,,,,,,https://pypi.org/project/pillow-simd,,,46609.0,46609.0,,,,,,,,3.0,,,,,,,,,,,,-4.0,,,,,,, +671,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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,157.0,23.0,33.0,30.0,31.0,1896.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,394.0,552.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4380.0,,,,,3.0,89.0,,,,,,,,,,,,,,,,,, +672,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-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,1.0,102.0,38.0,30.0,29.0,79.0,1788.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,,,,,30.0,30.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,10079.0,10079.0,,,,,,,,3.0,19.0,,,,,,,,,,,,,,,,,, +673,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,197.0,30.0,423.0,11.0,163.0,1652.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +674,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,2023-04-10 08:32:30.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,6.0,15.0,33.0,1639.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'],55.0,49.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,3036.0,3036.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +675,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-03-13 07:44:20.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,1.0,74.0,1584.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,,,1.0,223.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,, +676,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,,356.0,61.0,47.0,37.0,72.0,1474.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'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,184.0,184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +677,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,1471.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,371.0,371.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +678,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-02-07 11:53:44.000000,2023-12-09 21:53:10,773.0,,182.0,18.0,259.0,77.0,94.0,1261.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,53694.0,53694.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +679,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,,219.0,63.0,48.0,36.0,90.0,1250.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,232.0,232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +680,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,,208.0,28.0,61.0,54.0,60.0,1059.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,120.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,10.0,489.0,494.0,,,,,,,,3.0,598.0,,,,,,,,,,,,,,,,,, +681,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,,252.0,48.0,46.0,26.0,127.0,1051.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +682,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,53.0,86.0,64.0,206.0,1016.0,Line based ATR Engine based on OCRopy.,20.0,21,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,2026.0,2026.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +683,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,1005.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'],83.0,79.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,166.0,166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +684,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,2023-12-29 17:18:10.000000,2023-12-02 22:09:25,222.0,,83.0,18.0,153.0,24.0,83.0,830.0,Bayesian active learning library for research and industrial usecases.,21.0,21,True,2023-10-02 19:58:51.000,1.9.1,19.0,baal,conda-forge/baal,,,,54.0,53.0,https://pypi.org/project/baal,2023-10-02 19:57:48.000,1.0,2803.0,3003.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7835.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +685,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,824.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],433.0,420.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,13.0,27465.0,27465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +686,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,,160.0,38.0,46.0,43.0,49.0,790.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,99.0,90.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,386.0,386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +687,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,2.0,78.0,26.0,162.0,51.0,62.0,758.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'],54.0,50.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,530.0,530.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +688,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,25.0,39.0,756.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,,,,,121.0,105.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,16.0,1669.0,1669.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +689,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,,144.0,25.0,19.0,26.0,5.0,737.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'],625.0,611.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,14.0,52729.0,52888.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6700.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +690,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-04-03 17:21:48.000000,2024-03-27 18:40:09,1505.0,3.0,79.0,34.0,654.0,22.0,118.0,695.0,Scikit-learn style model finetuning for NLP.,23.0,21,True,2019-01-18 20:10:51.000,0.5.14,15.0,finetune,,,,"['tensorflow', 'sklearn']",11.0,11.0,https://pypi.org/project/finetune,,,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +691,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,,53.0,29.0,12.0,11.0,15.0,632.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,187.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,54.0,12542.0,12542.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +692,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,,106.0,30.0,1.0,13.0,3.0,632.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']",624.0,616.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,25016.0,25016.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +693,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,,112.0,26.0,23.0,56.0,35.0,599.0,a distributed Hyperband implementation on Steroids.,11.0,21,False,2019-07-30 12:47:43.000,1.0,1.0,hpbandster,conda-forge/hpbandster,,,,419.0,419.0,https://pypi.org/project/hpbandster,,,10674.0,11136.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18519.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +694,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,303.0,596.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,257.0,257.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +695,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,,94.0,26.0,32.0,35.0,6.0,587.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'],381.0,373.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,29594.0,29594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +696,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,28.0,31.0,5.0,24.0,561.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1470.0,1470.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +697,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-03-24 22:22:39.000000,2023-12-29 21:08:41,477.0,,57.0,26.0,9.0,17.0,34.0,518.0,Active Learning for Text Classification in Python.,6.0,21,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",27.0,27.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,194.0,448.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5345.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +698,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,9.0,9.0,11.0,21.0,488.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,,,,,110.0,102.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6492.0,6492.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,, +699,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,,41.0,12.0,11.0,9.0,52.0,487.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,21,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,34.0,29.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,2832.0,2834.0,,,,,,,,3.0,133.0,,,,,,,,,,,,,,,,,, +700,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,484.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,14012.0,14015.0,,,,,,,,3.0,145.0,,,,,,,,,,,,,,,,,, +701,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,,107.0,20.0,57.0,26.0,21.0,479.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,21,True,2023-03-15 20:10:41.000,0.4.4,7.0,rrcf,,,,,60.0,60.0,https://pypi.org/project/rrcf,,,2485.0,2485.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +702,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-02-27 08:23:20.000000,2023-06-18 21:56:30,277.0,,105.0,13.0,127.0,18.0,136.0,470.0,A Python library for dynamic classifier and ensemble selection.,17.0,21,True,2021-02-08 06:29:25.000,0.3.5,4.0,deslib,,,,['sklearn'],47.0,45.0,https://pypi.org/project/deslib,2021-02-08 06:29:25.000,2.0,2128.0,2128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +703,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,414.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,128.0,114.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,14.0,4161.0,4161.0,,,,,,,,3.0,91.0,,,,,,,,,,,,,,,,,, +704,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,,27.0,9.0,9.0,2.0,9.0,399.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'],1200.0,1194.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,217706.0,217706.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +705,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,192.0,192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +706,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,,33.0,18.0,6.0,18.0,21.0,305.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],94.0,93.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,2346.0,2346.0,,,,,,,,3.0,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +707,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-03-08 20:29:51.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,42.0,8.0,10.0,286.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,397474.0,397474.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +708,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-04-03 15:06:11.000000,2024-04-03 15:06:11,653.0,24.0,11.0,23.0,341.0,42.0,82.0,283.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-03-22 22:53:35.000,1.6.6,72.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,2024-03-22 22:46:43.000,1.0,2302.0,6764.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-03-23 12:28:23.602,99669.0,,,,,3.0,5076.0,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-03-22 22:50:50.695,2.0,288.0,,,,,,,,,,,, +709,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1166.0,96.0,48.0,379.0,284.0,6231.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,20,True,,,1.0,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,18.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +710,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,,475.0,85.0,180.0,108.0,161.0,3563.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,51.0,73.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1326.0,3.0,,,,,,,,,,,,,,,,,,, +711,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,96.0,16.0,53.0,17.0,3366.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,148.0,141.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,753.0,753.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +712,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,,266.0,31.0,22.0,26.0,37.0,3001.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1722.0,1722.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +713,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,102.0,54.0,64.0,48.0,2914.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,643.0,643.0,,,,,,,,3.0,,rhsimplex/image-match,,,,,,,,,,,,,,,,, +714,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,260.0,2824.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,,,,,,,,,,,,,,,,,,, +715,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,,827.0,85.0,30.0,45.0,80.0,2644.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,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,7.0,726.0,726.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +716,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,,455.0,127.0,225.0,87.0,183.0,2304.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,90.0,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +717,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,,230.0,61.0,106.0,25.0,56.0,2106.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1070.0,1070.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +718,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,15.0,105.0,2043.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,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,,6913.0,6913.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +719,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,,177.0,55.0,895.0,129.0,586.0,1894.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,18.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1020.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +720,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-01-30 11:58:46.000000,2024-01-30 11:58:43,345.0,9.0,335.0,41.0,68.0,157.0,95.0,1845.0,Super easy library for BERT based NLP models.,36.0,20,True,2020-07-09 12:05:40.000,1.8.0,5.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,,,947.0,947.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +721,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,277.0,72.0,728.0,13.0,64.0,1577.0,An end-to-end PyTorch framework for image and video classification.,77.0,20,False,2023-03-21 05:24:19.000,0.7.0,7.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],,,https://pypi.org/project/classy_vision,,,689.0,1057.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18802.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +722,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,,140.0,102.0,150.0,21.0,20.0,1551.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,22.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,631.0,631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +723,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,,157.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'],25.0,25.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1701.0,1701.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +724,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,102.0,36.0,13.0,24.0,1420.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,113.0,113.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +725,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,40.0,13.0,14.0,9.0,1266.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,,,,,133.0,132.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,1.0,2087.0,2087.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +726,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,56.0,14.0,30.0,19.0,1014.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,174.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,833.0,1068.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8242.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +727,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,,133.0,36.0,16.0,8.0,4.0,921.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3628.0,3616.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,12.0,695.0,695.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +728,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-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,1.0,162.0,29.0,111.0,67.0,56.0,881.0,Source code/webpage/demos for the What-If Tool.,20.0,20,True,2021-10-12 17:36:36.000,1.8.1,4.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,2.0,2.0,https://pypi.org/project/witwidget,,,4190.0,52187.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2149312.0,,,,,3.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,,,1273.0,,,,,,,,,,,, +729,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-03-28 20:44:13.000000,2024-03-28 20:43:29,214.0,38.0,44.0,11.0,54.0,3.0,15.0,836.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",13.0,20,True,2024-03-28 20:44:13.000,2.0.2,30.0,uform,,,,['pytorch'],24.0,23.0,https://pypi.org/project/uform,2024-03-28 20:44:13.000,1.0,774.0,786.0,,,,,,,,3.0,177.0,,,,,,,,,,,,,,,,,, +730,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,130.0,18.0,24.0,27.0,39.0,814.0,python partial dependence plot toolbox.,7.0,20,True,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,21403.0,21754.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,20019.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +731,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,78.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,11007.0,11007.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +732,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-03-27 02:12:17.000000,2024-01-15 01:52:35,490.0,1.0,110.0,33.0,557.0,206.0,245.0,680.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,2716.0,2716.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +733,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,103.0,23.0,25.0,43.0,61.0,608.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'],163.0,161.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1500.0,1607.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3663.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +734,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,570.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,346.0,342.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,4.0,5533.0,5713.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11550.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +735,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,15.0,555.0,A library of metrics for evaluating recommender systems.,20.0,20,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,51.0,51.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,18876.0,18876.0,,,,,,,,3.0,5.0,,,,,,,,,,,,,,,,,, +736,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,,165.0,56.0,20.0,39.0,60.0,541.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,34.0,29.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,85.0,85.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +737,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,,56.0,59.0,9.0,23.0,25.0,523.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,,,,,94.0,93.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,1.0,368.0,368.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,, +738,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-03-30 13:25:33.000000,2024-03-30 13:25:33,69.0,5.0,51.0,18.0,9.0,12.0,10.0,489.0,Topological Data Analysis for Python.,6.0,20,True,2024-03-17 19:09:40.000,1.1.0,5.0,scikit-tda,,,,['sklearn'],55.0,55.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,2485.0,2485.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +739,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,,98.0,17.0,9.0,5.0,40.0,438.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,53.0,53.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,2925.0,2925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +740,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,36.0,38.0,12.0,1.0,2.0,80.0,401.0,Deep Learning PyTorch.,1.0,20,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,258.0,258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +741,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,247.0,10.0,23.0,399.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1979.0,1979.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,, +742,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,,68.0,24.0,48.0,15.0,19.0,395.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'],47.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,47.0,4418.0,4849.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32332.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +743,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,369.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,90.0,86.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4348.0,4349.0,,,,,,,,3.0,64.0,,,,,,,,,,,,,,,,,, +744,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,27.0,110.0,33.0,184.0,363.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,6.0,TimeSide,,,,,17.0,17.0,https://pypi.org/project/TimeSide,,,83.0,83.0,,,,,,,,3.0,,yomguy/TimeSide,,,,,,,,,,,,,,,,, +745,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-04-04 10:23:01.000000,2024-04-04 10:12:47,814.0,4.0,25.0,7.0,70.0,30.0,21.0,358.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-04-04 10:31:07.000,0.4.0,37.0,tsflex,conda-forge/tsflex,,,,13.0,12.0,https://pypi.org/project/tsflex,2024-04-04 10:23:01.000,1.0,292.0,908.0,https://anaconda.org/conda-forge/tsflex,2023-06-16 19:26:46.251,20358.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +746,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,16.0,326.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'],244.0,238.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,1837.0,1837.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +747,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-04-03 17:03:35.000000,2024-04-03 17:03:25,719.0,55.0,24.0,4.0,274.0,5.0,,285.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,20,False,2023-09-08 15:06:42.000,1.1.186,81.0,upgini,,,,,6.0,6.0,https://pypi.org/project/upgini,,,7418.0,7418.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +748,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-03-27 12:25:36.647000,2024-03-27 08:46:27,190.0,11.0,41.0,19.0,3.0,10.0,7.0,280.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,20,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],9.0,9.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1576.0,5739.0,https://anaconda.org/conda-forge/deepgraph,2024-03-27 12:25:36.647,174853.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +749,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-04-04 13:54:13.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,177.0,19.0,64.0,239.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,372.0,372.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +750,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-03-21 11:20:10.000000,2024-03-21 11:20:09,585.0,4.0,33.0,24.0,638.0,21.0,128.0,238.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,1542.0,1562.0,,,,,,,,3.0,1006.0,,,,,,,,,,,,,,,,,, +751,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:02:54.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:02:54.000,0.4.6,12.0,pyfasttext,,,,,413.0,413.0,https://pypi.org/project/pyfasttext,,,1435.0,1439.0,,,,,,,,3.0,372.0,,,,,,,,,,,,,,,,,, +752,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-03-05 09:02:43.000000,2024-03-05 08:55:36,860.0,19.0,17.0,8.0,182.0,11.0,23.0,151.0,Toolkit for developing and maintaining ML models.,14.0,20,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,,8766.0,8766.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +753,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-03-30 11:33:43.000000,2020-04-18 19:15:25,24.0,,1059.0,140.0,43.0,34.0,10.0,8044.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'],42.0,40.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,1158.0,1158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +754,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,,168.0,65.0,54.0,6.0,44.0,3079.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,19,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,101.0,101.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,, +755,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,,317.0,59.0,242.0,173.0,110.0,3070.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,19,True,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,971.0,983.0,,,,,,,,3.0,673.0,,,,,,,,,,,,,,,,,, +756,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-01-21 21:25:55.000000,2024-01-21 21:25:55,370.0,1.0,146.0,17.0,70.0,17.0,38.0,1660.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,16.0,19,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1146.0,1146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +757,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,,138.0,17.0,11.0,41.0,43.0,1050.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'],125.0,120.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,2591.0,2591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +758,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,142.0,25.0,76.0,49.0,36.0,1018.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,19,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,258212.0,258371.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7818.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +759,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:44:13.000000,2024-03-20 19:28:51,85.0,2.0,180.0,24.0,58.0,10.0,27.0,927.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,19,True,,,,saliency,,,,['tensorflow'],78.0,78.0,https://pypi.org/project/saliency,,,4904.0,4904.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +760,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,58.0,69.0,848.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,98.0,97.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,405.0,405.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +761,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,3.0,81.0,14.0,35.0,3.0,23.0,792.0,Leave One Feature Out Importance.,6.0,19,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,31.0,27.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,2912.0,2912.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +762,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,68.0,22.0,47.0,11.0,17.0,773.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,488.0,1365.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22813.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +763,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,48.0,19.0,35.0,729.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,,,,,28.0,26.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +764,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-01-28 21:21:14.000000,2024-01-28 21:21:14,295.0,10.0,107.0,17.0,24.0,1.0,85.0,668.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,19,True,2024-01-28 14:11:58.000,0.0.90,37.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-01-28 14:11:58.000,,5444.0,5444.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +765,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-04-03 18:32:28.000000,2021-09-16 17:56:31,171.0,,144.0,34.0,82.0,14.0,55.0,612.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'],22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,131.0,131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +766,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,13.0,22.0,563.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,391.0,391.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +767,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,17.0,111.0,8.0,48.0,556.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],138.0,133.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,2746.0,2746.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +768,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,,66.0,13.0,10.0,23.0,41.0,538.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,,,,,47.0,47.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1675.0,1675.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +769,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,1.0,68.0,6.0,5.0,4.0,28.0,528.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,19,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,17.0,15.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2295.0,2295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +770,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,,97.0,26.0,6.0,3.0,31.0,489.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,19,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,763.0,763.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +771,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,22747.0,22747.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +772,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,19,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],5.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,5.0,3135.0,3135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +773,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,,48.0,11.0,37.0,28.0,37.0,347.0,Data imputations library to preprocess datasets with missing data.,11.0,19,False,,,,impyute,,,,,227.0,227.0,https://pypi.org/project/impyute,,,4171.0,4171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +774,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-03-25 17:08:37.000000,2024-03-15 20:40:04,322.0,6.0,78.0,25.0,339.0,21.0,9.0,330.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,35.0,19,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2022-12-13 19:06:03.653,,2349.0,2349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +775,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,229.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],74.0,67.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,7.0,4802.0,4802.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +776,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,212.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-01-03 08:04:12.000,0.2.2,3.0,numerizer,,,,,76.0,76.0,https://pypi.org/project/numerizer,,,45883.0,45883.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +777,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,,765.0,339.0,58.0,2.0,,6674.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,,25.0,32.0,,,,,,,,3.0,335.0,,,,,,,,,,,,,,,,,, +778,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,,872.0,110.0,51.0,46.0,159.0,6207.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +779,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,,411.0,106.0,83.0,67.0,48.0,2939.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'],,,,,,,104.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8543.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +780,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-04-03 20:03:47.000000,2024-04-02 04:42:35,680.0,37.0,392.0,38.0,812.0,149.0,111.0,2913.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,79.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +781,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1643.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,541.0,541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +782,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,,176.0,22.0,20.0,16.0,30.0,1592.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,,,,,4.0,4.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,94.0,94.0,,,,,,,,3.0,33.0,,,,,,,,,,,,,,,,,, +783,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,,253.0,56.0,65.0,8.0,31.0,1365.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,30.0,30.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +784,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,,155.0,45.0,5.0,3.0,7.0,1050.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,33.0,27.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,6.0,308.0,308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +785,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,2.0,192.0,61.0,7.0,13.0,29.0,1043.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,18,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,76.0,76.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +786,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,,175.0,18.0,42.0,22.0,59.0,884.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,175.0,172.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,471.0,655.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8138.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +787,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,,188.0,33.0,15.0,18.0,22.0,783.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,96.0,96.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +788,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,2021-04-11 07:50:00,405.0,,29.0,18.0,42.0,6.0,18.0,593.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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,212.0,48274.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2066681.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +789,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,81.0,81.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +790,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,39.0,66.0,465.0,A High Level API for Deep Learning in JAX.,18.0,18,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",45.0,45.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,55.0,55.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +791,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-03-27 15:12:17.000000,2024-01-10 08:10:55,2818.0,7.0,63.0,11.0,255.0,9.0,109.0,427.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,18,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +792,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,,105.0,71.0,7.0,15.0,19.0,420.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,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,3.0,301.0,301.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +793,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,10.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,61.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,3.0,296.0,504.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12950.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +794,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,,51.0,11.0,60.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,38.0,34.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,231.0,231.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +795,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,19.0,93.0,30.0,18.0,314.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2452.0,2452.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,, +796,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,300.0,Textpipe: clean and extract metadata from text.,29.0,18,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +797,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,,76.0,22.0,431.0,27.0,51.0,266.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,18,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,154.0,154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +798,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,5.0,31.0,20.0,39.0,261.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,367.0,367.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +799,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,5.0,67.0,28.0,31.0,30.0,113.0,260.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,18,False,2021-10-31 08:33:47.000,1.7.6,13.0,somoclu,conda-forge/somoclu,,,,,,https://pypi.org/project/somoclu,,,1375.0,3394.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,84159.0,,,,,3.0,1865.0,,,,,,,,,,,,,,,,,, +800,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-02-08 15:04:35.000000,2024-02-08 15:04:34,493.0,1.0,51.0,14.0,77.0,13.0,35.0,241.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,18,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,13849.0,13849.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +801,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,60.0,31.0,47.0,234.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'],16.0,13.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,3.0,40.0,40.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +802,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-04-04 01:09:09.000000,2024-04-04 00:52:13,261.0,1.0,31.0,11.0,199.0,19.0,75.0,191.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",12.0,18,False,2020-10-12 12:26:09.000,0.5.1,3.0,celer,,,,['sklearn'],35.0,35.0,https://pypi.org/project/celer,,,524.0,524.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +803,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,129.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,,,,9068.0,8882.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,354945.0,354978.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1118.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +804,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,,1343.0,468.0,21.0,56.0,167.0,7010.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,,,,,,,,,,,,,,,,, +805,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,9.0,1028.0,119.0,24.0,13.0,352.0,4230.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,17,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +806,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,,983.0,63.0,13.0,44.0,25.0,3575.0,Implementation and experiments of graph embedding algorithms.,9.0,17,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +807,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,,463.0,79.0,36.0,83.0,68.0,1675.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,17,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,,140.0,140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +808,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,34.0,72.0,31.0,30.0,1096.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,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,7281.0,7281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +809,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,,227.0,30.0,38.0,41.0,21.0,834.0,An open source python library for scalable Bayesian optimisation.,13.0,17,False,,,,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,,,4181.0,4181.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,,99.0,19.0,58.0,2.0,13.0,748.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,2021-10-06 07:29:20.000,2.0.3,13.0,caer,,,https://caer.rtfd.io,,,,https://pypi.org/project/caer,,,4619.0,4619.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,, +811,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,,58.0,15.0,10.0,26.0,17.0,748.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,,,,,47.0,47.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,336.0,336.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +812,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,745.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,15.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],31.0,31.0,https://pypi.org/project/tensor-sensor,,,2356.0,2451.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2857.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +813,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,121.0,19.0,17.0,67.0,24.0,535.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,17,False,,,,deepmatcher,,,,,28.0,28.0,https://pypi.org/project/deepmatcher,,,2870.0,2870.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +814,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,24.0,19.0,5.0,20.0,454.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,17,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,106.0,106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +815,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-03-30 13:19:11.000000,2024-02-11 10:10:08,681.0,1.0,67.0,31.0,79.0,15.0,25.0,382.0,A Python implementation of active inference for Markov Decision Processes.,14.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,223.0,223.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,346.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +817,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,2022-12-09 05:56:02.000000,2021-08-18 06:06:51,1404.0,,17.0,6.0,217.0,2.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,7.0,17,False,2020-08-21 04:45:06.000,0.7.0,21.0,camphr,,,,['spacy'],13.0,13.0,https://pypi.org/project/camphr,,,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +818,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,,129.0,34.0,323.0,81.0,130.0,323.0,Brain Imaging Analysis Kit.,35.0,17,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,1.0,109.0,127.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1818.0,3.0,,,,,,,,,,,,,,,,,,, +819,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,42.0,13.0,63.0,4.0,56.0,315.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,17,True,2023-01-11 12:25:50.000,2.09,35.0,ivis,,,,['tensorflow'],31.0,31.0,https://pypi.org/project/ivis,,,765.0,765.0,,,,,,,,3.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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.0,30.0,32.0,294.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,90.0,93.0,,,,,,,,3.0,172.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,8.0,44.0,226.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,24.0,22.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,65.0,65.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,2024-04-01 22:09:11.000000,2024-03-02 11:17:16,371.0,1.0,38.0,6.0,133.0,,35.0,223.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,1046.0,1153.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2899.0,,,,,3.0,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +823,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,,29.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,17,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,3380.0,3380.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +824,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,,523.0,176.0,110.0,50.0,149.0,3907.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +825,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,,167.0,61.0,10.0,26.0,6.0,1840.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,,27.0,27.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,, +826,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,57.0,34.0,22.0,13.0,1266.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +827,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,1158.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,16,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],54.0,52.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,135.0,135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +828,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,20.0,37.0,20.0,8.0,1037.0,Distributed Computing for AI Made Simple.,5.0,16,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,71.0,70.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +829,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,,56.0,18.0,7.0,1.0,10.0,797.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],77.0,76.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3203.0,3203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +830,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,,113.0,27.0,10.0,25.0,51.0,780.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,1179.0,1179.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +831,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,,123.0,42.0,435.0,25.0,130.0,706.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +832,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,,100.0,24.0,101.0,37.0,84.0,701.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,72.0,78.0,,,,,,,,3.0,412.0,,,,,,,,,,,,,,,,,, +833,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,1.0,81.0,25.0,4.0,38.0,42.0,687.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,16,True,2019-05-07 08:47:56.000,0.3.2,3.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,,,202.0,202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +834,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,,92.0,18.0,19.0,3.0,29.0,627.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,13.0,13.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,88.0,88.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +835,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,,39.0,15.0,18.0,,20.0,589.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,16,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +836,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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.,11.0,16,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,,74.0,77.0,,,,,,,,3.0,221.0,vaticle/typedb-ml,,,,,,,,,,,,,,,,, +837,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-02-26 20:08:27.000000,2024-01-25 16:57:26,261.0,4.0,66.0,21.0,95.0,19.0,15.0,492.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,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,33.0,33.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +838,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,406.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +839,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,395.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'],10.0,10.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +840,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,3.0,51.0,10.0,17.0,10.0,29.0,381.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,,1023.0,1023.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,, +841,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,16.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,,pdvega,,,,,87.0,87.0,https://pypi.org/project/pdvega,,,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +842,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,11.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'],13.0,13.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,578.0,578.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +843,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,,12.0,8.0,2.0,,5.0,191.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'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +844,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,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,57.0,52.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +845,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,28.0,53.0,7.0,7.0,104.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,88.0,88.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +846,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,8.0,982.0,102.0,28.0,27.0,355.0,3698.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,15,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +847,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,423.0,143.0,72.0,12.0,53.0,2197.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +848,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,1539.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,15,False,,,,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,,,34.0,55.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1688.0,3.0,,,,,,,,,,,,,,,,,,, +849,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-04-03 18:25:21.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,22.0,42.0,85.0,1263.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +850,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,,218.0,39.0,40.0,60.0,34.0,1117.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +851,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,18.0,295.0,2.0,69.0,1047.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,True,2022-12-28 02:06:22.000,2.0.0,3.0,textbox,,,,,6.0,6.0,https://pypi.org/project/textbox,,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +852,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,832.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],14.0,14.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,65.0,65.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +853,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,812.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,,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +854,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,,87.0,16.0,15.0,10.0,22.0,723.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],16.0,16.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,105.0,105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +855,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,24.0,4.0,4.0,2.0,674.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,57.0,57.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +856,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,673.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,15,False,,,,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,,,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +857,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,,55.0,16.0,83.0,18.0,49.0,568.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,,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +858,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,509.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,,,,,11.0,11.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,261.0,261.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +859,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,5.0,41.0,20.0,169.0,5.0,64.0,459.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,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +860,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,4.0,66.0,19.0,177.0,87.0,16.0,397.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,,76.0,76.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +861,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,,391.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,70.0,202.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5957.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +862,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,372.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,245.0,245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +863,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,2.0,38.0,22.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,15,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],2.0,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,2.0,11.0,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +864,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,19.0,13.0,271.0,70.0,175.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,,629.0,629.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +865,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,11.0,15.0,6.0,4.0,222.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'],8.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,8.0,804.0,804.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +866,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-03-27 19:43:43.000000,2024-03-27 19:38:52,146.0,101.0,7.0,5.0,15.0,2.0,7.0,203.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,False,,,4.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,,,211.0,211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +867,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,5.0,2.0,16.0,23.0,188.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'],11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,330.0,330.0,,,,,,,,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,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,821.0,77.0,34.0,116.0,59.0,3280.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +869,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,140.0,28.0,217.0,102.0,2873.0,A distributed graph deep learning framework.,5.0,14,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +870,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,3.0,484.0,67.0,26.0,5.0,97.0,1670.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +871,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,656.0,2070.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,63658.0,,,,,3.0,,,,,,,,,,,,,,,,,,, +872,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,1.0,118.0,28.0,111.0,13.0,24.0,1062.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,, +873,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,335.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,1643.0,1643.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +874,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,305.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +875,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,240.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,297.0,297.0,,,,,,,,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,,42.0,1.0,,,,187.0,Pytorch framework for doing deep learning on point clouds.,29.0,14,False,,,,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,,,987.0,987.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +877,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,1.0,9.0,5.0,3.0,1.0,,129.0,Data Analysis Baseline Library.,24.0,14,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,4808.0,4808.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +878,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,109.0,12.0,39.0,8.0,2681.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +879,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,,81.0,48.0,4.0,3.0,,2456.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,1373.0,1375.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,, +880,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,38.0,10.0,13.0,3.0,1344.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,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,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,148.0,32.0,,53.0,59.0,1187.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,13,False,,,4.0,,milagraph/graphvite,,,,,,,,,,83.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4692.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-03-26 16:48:56.000000,2024-01-29 19:20:57,64.0,1.0,43.0,11.0,9.0,3.0,12.0,687.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,13,True,,,,rliable`,,,,,121.0,121.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +883,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-03-28 18:35:11.000000,2024-03-12 17:18:39,77.0,3.0,58.0,16.0,64.0,6.0,9.0,438.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,13,True,,,,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,,,55.0,55.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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,18.0,11.0,57.0,4.0,20.0,291.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,,71.0,71.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,,28.0,8.0,6.0,8.0,8.0,244.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:24:24.000,0.1.9,9.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,,,41.0,41.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,,34.0,14.0,18.0,27.0,18.0,122.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +887,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-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,106.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +888,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,,,2024-03-26 14:40:49.000000,,,,,,,,,,Supercharging Machine Learning.,,13,False,2024-03-26 14:40:49.000,3.39.2,281.0,comet_ml,comet_ml,,,,67.0,,https://pypi.org/project/comet_ml,2024-03-26 14:40:49.000,67.0,163917.0,163917.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +889,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-03-28 08:06:49.000000,2022-02-09 22:20:11,9.0,,466.0,93.0,21.0,52.0,15.0,3260.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +890,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,,401.0,63.0,6.0,62.0,17.0,1824.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,,,,,,,,,,,,,,,,,,, +891,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,,314.0,87.0,11.0,11.0,6.0,1698.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +892,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,527.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +893,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-03-18 10:32:41.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,255.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,46.0,52.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,8.0,,,,,,,,,,,,,,,,,, +894,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,20.0,8.0,232.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,12,False,,,,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,,,20.0,20.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +895,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,27.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,3.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,,,43.0,43.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-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,1.0,26.0,8.0,16.0,4.0,6.0,191.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,12,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,25.0,25.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,119.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +898,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,10.0,8.0,4.0,5.0,14.0,99.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,6.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,,,650.0,650.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +899,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,,11.0,13.0,26.0,4.0,13.0,85.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,,66.0,66.0,,,,,,,,3.0,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,, +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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +901,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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,12,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,33.0,33.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,20.0,20.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,2.0,12.0,12.0,17.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,,,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,56.0,56.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,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +904,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,,112.0,45.0,13.0,7.0,20.0,948.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +905,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,,145.0,39.0,7.0,15.0,14.0,915.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +906,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'],3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +907,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,11,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,6.0,16.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.0,3.0,,,,,,,,,,,,,,,,,,, +908,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,,81.0,17.0,5.0,4.0,12.0,564.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +909,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,,50.0,14.0,13.0,12.0,11.0,494.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +910,Headliner,as-ideas/headliner,nlp,,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,,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,10,False,,,,headliner,,,,,5.0,5.0,https://pypi.org/project/headliner,,,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,-5.0,,,,,,, +911,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,10,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,10.0,10.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +912,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,10,False,,,,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,,,31.0,31.0,,,,,,,,3.0,,genixpro/hypermax,,,,,,,,,,,,,,,,, +913,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,139.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,15.0,15.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,8,False,2020-01-26 23:01:09.000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,,,15.0,15.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +915,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,5.0,7.0,,1.0,,62.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,16.0,16.0,https://anaconda.org/conda-forge/tslumen,,,,,,,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.,,8,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,12.0,12.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-04-11_changes.md b/history/2024-04-11_changes.md new file mode 100644 index 00000000..999e136c --- /dev/null +++ b/history/2024-04-11_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._ + +- Keras (🥇47 · ⭐ 61K · 📈) - Deep Learning for humans. Apache-2 +- PySpark (🥇45 · ⭐ 38K · 📈) - Apache Spark Python API. Apache-2 +- torchvision (🥇42 · ⭐ 15K · 📈) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +- PyFlink (🥈38 · ⭐ 23K · 📈) - Apache Flink Python API. Apache-2 +- InsightFace (🥈36 · ⭐ 21K · 📈) - State-of-the-art 2D and 3D Face Analysis Project. MIT +- torchtext (🥈35 · ⭐ 3.4K · 📈) - Models, data loaders and abstractions for language.. BSD-3 +- CNTK (🥉30 · ⭐ 17K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT +- langid (🥈28 · ⭐ 2.2K · 💀) - Stand-alone language identification system. BSD-3 +- modAL (🥉26 · ⭐ 2.1K · 💤) - A modular active learning framework for Python. MIT +- DeepMatcher (🥉22 · ⭐ 5K · 💀) - Python package for performing Entity and Text Matching using.. 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._ + +- yfinance (🥇40 · ⭐ 12K · 📉) - Download market data from Yahoo! Finances API. Apache-2 +- fastText (🥈34 · ⭐ 26K · 📉) - Library for fast text representation and classification. MIT +- ivy (🥈34 · ⭐ 14K · 📉) - The Unified AI Framework. Apache-2 +- BigDL (🥈34 · ⭐ 5.8K · 📉) - Accelerate local LLM inference and finetuning (LLaMA, Mistral,.. Apache-2 +- torchaudio (🥈34 · ⭐ 2.4K · 📉) - Data manipulation and transformation for audio signal.. BSD-2 +- OCRmyPDF (🥈33 · ⭐ 12K · 📉) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing.. MPL-2.0 +- einops (🥉32 · ⭐ 7.9K · 📉) - Flexible and powerful tensor operations for readable and reliable code.. MIT +- Lucid (🥉22 · ⭐ 4.6K · 💀) - A collection of infrastructure and tools for research in.. Apache-2 +- kubric (🥉22 · ⭐ 2.2K · 📉) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2 +- AdaNet (🥉21 · ⭐ 3.5K · 💀) - Fast and flexible AutoML with learning guarantees. Apache-2 + diff --git a/history/2024-04-11_projects.csv b/history/2024-04-11_projects.csv new file mode 100644 index 00000000..67d0dfcc --- /dev/null +++ b/history/2024-04-11_projects.csv @@ -0,0 +1,918 @@ +,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-04-11 14:10:38.000000,2024-04-08 09:13:56,1547.0,11.0,672.0,116.0,322.0,58.0,136.0,4550.0,Benchmarks of approximate nearest neighbor libraries in Python.,102.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-04-11 09:57:43.000000,2024-04-11 09:57:43,328.0,29.0,161.0,54.0,195.0,,3.0,2157.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-04-04 17:10:54.000,2024.04.04,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-04-11 13:37:06.000000,2024-04-04 14:54:32,341.0,24.0,225.0,86.0,191.0,4.0,5.0,3391.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-04-04 14:54:40.000,2024.04.04,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-04-11 13:37:06.000000,2024-04-04 14:54:32,341.0,24.0,225.0,86.0,191.0,4.0,5.0,3391.0,Collection of database clients for python.,12.0,0,True,2024-04-04 14:54:40.000,2024.04.04,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-04-11 13:37:06.000000,2024-04-04 14:54:32,341.0,24.0,225.0,86.0,191.0,4.0,5.0,3391.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-04-04 14:54:40.000,2024.04.04,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-04-11 13:37:06.000000,2024-04-04 14:54:32,341.0,24.0,225.0,86.0,191.0,4.0,5.0,3391.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-04-04 14:54:40.000,2024.04.04,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-04-11 14:11:44.000000,2024-04-11 13:42:22,162759.0,4379.0,73838.0,7640.0,25829.0,2267.0,37117.0,184533.0,An Open Source Machine Learning Framework for Everyone.,4587.0,57,True,2024-03-09 00:23:14.000,2.16.1,193.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],373866.0,358193.0,https://pypi.org/project/tensorflow,2024-03-09 00:23:14.000,15673.0,23111717.0,24173920.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4534774.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-04-11 13:22:19.820675,2368.0,76748480.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-04-11 13:51:11.000000,2024-04-11 13:18:06,71623.0,3377.0,20838.0,1696.0,82451.0,13757.0,28225.0,77416.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4770.0,55,True,2024-03-27 22:27:02.000,2.2.2,51.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],436969.0,423807.0,https://pypi.org/project/torch,2024-03-27 21:06:18.000,13162.0,26218428.0,26890655.0,https://anaconda.org/pytorch/pytorch,2024-03-26 22:24:03.907,20826128.0,,,,,1.0,38024.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-04-11 14:05:19.000000,2024-04-11 14:02:00,31190.0,390.0,24967.0,2144.0,17065.0,2191.0,9156.0,57967.0,scikit-learn: machine learning in Python.,3103.0,52,True,2024-04-09 20:07:22.000,1.4.2,77.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],776579.0,744653.0,https://pypi.org/project/scikit-learn,2024-04-09 19:53:06.000,31926.0,64084777.0,64664472.0,https://anaconda.org/conda-forge/scikit-learn,2024-04-11 09:12:54.843,27245247.0,,,,,1.0,944.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-04-11 14:10:19.000000,2024-04-11 13:04:46,15576.0,688.0,24637.0,1094.0,15315.0,1054.0,13700.0,124089.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2525.0,51,True,2024-04-02 09:36:10.000,4.39.3,138.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",159480.0,156272.0,https://pypi.org/project/transformers,2024-04-02 09:36:00.000,3208.0,24387841.0,24422978.0,https://anaconda.org/conda-forge/transformers,2024-04-02 14:17:57.574,1581168.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12.000,2024-04-11 13:17:07.000000,2024-04-10 22:21:12,50127.0,608.0,7385.0,594.0,17870.0,1516.0,9008.0,19167.0,matplotlib: plotting with Python.,1664.0,50,True,2024-04-04 01:47:18.000,3.8.4,123.0,matplotlib,conda-forge/matplotlib,,,,1215696.0,1149616.0,https://pypi.org/project/matplotlib,2024-04-09 18:34:26.000,66080.0,61709625.0,62202147.0,https://anaconda.org/conda-forge/matplotlib,2024-04-09 16:56:24.718,22656022.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-04-11 15:22:11.000000,2024-04-11 14:56:58,31998.0,572.0,4990.0,349.0,10569.0,1764.0,8362.0,12399.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1612.0,50,True,2024-04-02 21:56:52.000,1.13.0,101.0,scipy,conda-forge/scipy,,,,1033023.0,965474.0,https://pypi.org/project/scipy,2024-04-02 21:41:20.000,67549.0,102791054.0,103928583.0,https://anaconda.org/conda-forge/scipy,2024-04-05 03:45:35.344,46483203.0,,,,,1.0,398355.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,2024-04-11 14:51:31.000000,2024-04-10 11:55:02,57428.0,513.0,4226.0,294.0,13094.0,4986.0,8718.0,12345.0,A computer algebra system written in pure Python.,1290.0,48,True,2024-03-31 22:49:13.000,1.12.1rc1,55.0,sympy,conda-forge/sympy,,,,130437.0,125413.0,https://pypi.org/project/sympy,2024-03-31 22:48:43.000,5024.0,28491004.0,28550111.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5218835.0,,,,,1.0,538241.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,2024-04-11 12:56:30.000000,2024-04-11 10:47:05,17632.0,623.0,2108.0,221.0,4758.0,89.0,2979.0,11649.0,Python Imaging Library (Fork).,464.0,48,True,2024-04-01 12:34:53.000,10.3.0,97.0,Pillow,conda-forge/pillow,,,,1611376.0,1609675.0,https://pypi.org/project/Pillow,2024-04-01 12:17:01.000,1701.0,93258369.0,94094544.0,https://anaconda.org/conda-forge/pillow,2024-04-03 15:56:48.771,37627893.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,2024-04-11 13:10:21.000000,2024-04-11 04:13:34,10509.0,288.0,19325.0,1906.0,7070.0,229.0,11535.0,60849.0,Deep Learning for humans.,1287.0,47,True,2024-04-10 20:34:44.000,3.2.1,95.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],810.0,,https://pypi.org/project/keras,2024-04-10 20:34:44.000,810.0,17607908.0,17682378.0,https://anaconda.org/conda-forge/keras,2024-04-10 08:01:41.800,3425658.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,2024-04-11 14:10:24.000000,2024-04-11 10:38:03,6234.0,209.0,2759.0,308.0,4320.0,796.0,3288.0,31298.0,Streamlit A faster way to build and share data apps.,224.0,46,True,2024-04-04 17:36:56.000,1.33.0,220.0,streamlit,,,,,353157.0,351636.0,https://pypi.org/project/streamlit,2024-04-04 17:36:47.000,1521.0,4051732.0,4051732.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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-04-11 13:34:51.000000,2024-04-11 13:08:17,40513.0,988.0,27874.0,2031.0,45979.0,187.0,,38235.0,Apache Spark Python API.,3047.0,45,True,2024-02-26 02:41:49.000,3.5.1,43.0,pyspark,conda-forge/pyspark,,,['spark'],1300.0,,https://pypi.org/project/pyspark,2024-02-26 02:41:49.000,1300.0,29827666.0,29894377.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3068713.0,,,,,1.0,,7.0,stable/spark,,,,,,,,,,,,,,,,, +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-04-11 14:39:17.000000,2024-04-11 13:56:51,21274.0,901.0,5157.0,469.0,27116.0,3597.0,14104.0,30865.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,997.0,45,True,2024-03-21 19:02:34.000,ray-2.10.0,100.0,ray,conda-forge/ray-tune,,,,15212.0,14718.0,https://pypi.org/project/ray,2024-03-21 18:35:24.000,494.0,3690809.0,3695649.0,https://anaconda.org/conda-forge/ray-tune,2024-03-24 13:08:51.334,193534.0,,,,,1.0,210.0,,,,,,,,,,,,,,,,,,, +18,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-04-11 14:16:38.000000,2024-04-11 04:36:30,20168.0,1226.0,2522.0,320.0,13075.0,1667.0,3799.0,27749.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",670.0,45,True,2024-04-03 22:09:19.000,jax-v0.4.26,160.0,jax,conda-forge/jaxlib,,,,24760.0,23836.0,https://pypi.org/project/jax,2024-04-03 21:45:34.000,924.0,5686537.0,5710291.0,https://anaconda.org/conda-forge/jaxlib,2024-04-07 22:22:00.984,1092726.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +19,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-04-11 13:32:02.000000,2024-04-11 09:52:28,10262.0,209.0,3233.0,247.0,10069.0,685.0,6172.0,26727.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",944.0,45,True,2024-04-11 13:27:17.000,2.2.2,268.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],31710.0,30887.0,https://pypi.org/project/pytorch-lightning,2024-03-04 18:59:32.000,823.0,4851429.0,4875311.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-03-05 21:00:43.443,1088336.0,,,,,1.0,8045.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,, +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,2024-04-11 13:02:11.000000,2024-04-10 17:29:28,6797.0,79.0,8652.0,910.0,5050.0,434.0,4750.0,25527.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",638.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,88742.0,86855.0,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1887.0,19124640.0,19227690.0,https://anaconda.org/conda-forge/xgboost,2024-04-02 17:25:29.060,4634197.0,,,,,1.0,8286.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-04-11 14:14:04.000000,2024-04-11 12:10:26,47777.0,1816.0,5412.0,720.0,45321.0,1882.0,16928.0,21571.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1186.0,45,True,2024-04-09 11:19:43.000,2.6.1,67.0,paddlepaddle,,,,['paddle'],5014.0,4908.0,https://pypi.org/project/paddlepaddle,2024-03-19 06:55:39.000,106.0,193188.0,193355.0,,,,,,,,1.0,15369.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-04-11 13:56:10.000000,2024-04-10 23:18:16,20456.0,98.0,4154.0,442.0,6033.0,751.0,6867.0,18788.0,"Interactive Data Visualization in the browser, from Python.",691.0,45,True,2024-03-14 16:38:08.000,3.4.0,199.0,bokeh,conda-forge/bokeh,,,,89876.0,86031.0,https://pypi.org/project/bokeh,2024-03-18 16:22:43.000,3845.0,5057311.0,5353560.0,https://anaconda.org/conda-forge/bokeh,2024-03-15 07:03:52.633,13627456.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-04-11 14:05:36.000000,2024-04-04 10:55:08,16122.0,28.0,4395.0,554.0,3984.0,94.0,5489.0,28647.0,Industrial-strength Natural Language Processing (NLP) in Python.,749.0,44,True,2024-02-15 19:16:59.000,3.7.4,229.0,spacy,conda-forge/spacy,,,,87888.0,84835.0,https://pypi.org/project/spacy,2024-02-15 18:47:21.000,3053.0,8086125.0,8159209.0,https://anaconda.org/conda-forge/spacy,2024-04-04 16:04:13.461,3361895.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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,2024-04-11 15:19:09.000000,2024-04-11 14:29:22,6485.0,374.0,2091.0,154.0,3580.0,515.0,3547.0,28423.0,"Wrap UIs around any model, share with anyone.",294.0,44,True,2024-04-08 19:16:48.000,4.26.0,556.0,gradio,,,,,27406.0,27051.0,https://pypi.org/project/gradio,2024-04-08 19:16:48.000,355.0,5545424.0,5545424.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,2024-04-11 12:13:50.000000,2024-04-11 12:13:50,5677.0,460.0,3907.0,289.0,7895.0,1413.0,2402.0,17161.0,Open source platform for the machine learning lifecycle.,719.0,44,True,2024-03-22 01:05:35.000,2.11.3,94.0,mlflow,conda-forge/mlflow,,,,33907.0,33326.0,https://pypi.org/project/mlflow,2024-03-21 21:09:52.000,581.0,12796144.0,12835813.0,https://anaconda.org/conda-forge/mlflow,2024-03-22 09:15:59.167,1824817.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +26,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-04-10 18:25:38.000000,2024-03-22 15:38:47,6390.0,107.0,2471.0,280.0,1620.0,1487.0,1400.0,15181.0,The interactive graphing library for Python This project now includes Plotly Express!.,259.0,44,True,2024-03-13 16:27:36.000,5.20.0,296.0,plotly,conda-forge/plotly,,,,260838.0,255007.0,https://pypi.org/project/plotly,2024-03-13 16:21:20.000,5824.0,14951483.0,15075190.0,https://anaconda.org/conda-forge/plotly,2024-02-15 18:15:23.292,5503701.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,7.0,6607.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-04-11 07:12:47.000000,2024-04-11 03:58:34,7668.0,105.0,3127.0,280.0,3733.0,319.0,2982.0,14112.0,Network Analysis in Python.,714.0,44,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,,256165.0,240684.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,15481.0,49108118.0,49453497.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,15196710.0,,,,,1.0,67.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-04-11 13:31:25.000000,2024-04-08 16:53:05,8153.0,157.0,1666.0,211.0,5780.0,1047.0,4139.0,11962.0,Parallel computing with task scheduling.,598.0,44,True,2024-04-04 16:15:28.000,2024.4.1,194.0,dask,conda-forge/dask,,,,62181.0,58979.0,https://pypi.org/project/dask,2024-04-04 16:15:28.000,3202.0,7246486.0,7478732.0,https://anaconda.org/conda-forge/dask,2024-04-05 15:23:34.728,10915576.0,,,,,1.0,,,stable/dask,,,,,,,,,,,,,,,,, +29,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-04-11 15:26:40.000000,2024-04-11 12:57:27,4834.0,220.0,2030.0,1689.0,4675.0,287.0,2666.0,11670.0,WebGL2 powered visualization framework.,255.0,44,True,2024-04-07 17:49:58.000,9.0.6,644.0,pydeck,conda-forge/pydeck,,,['jupyter'],7972.0,7413.0,https://pypi.org/project/pydeck,2023-04-15 06:29:01.705,61.0,3211213.0,3631643.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,496744.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-04-07 17:49:49.972,498.0,410496.0,,,,,,,,,,, +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,2024-04-11 13:23:26.000000,2024-04-08 12:42:07,15291.0,30.0,2812.0,280.0,3861.0,2744.0,2746.0,9501.0,Statsmodels: statistical modeling and econometrics in Python.,425.0,44,True,2023-12-14 14:50:21.000,0.14.1,36.0,statsmodels,conda-forge/statsmodels,,,,125804.0,120096.0,https://pypi.org/project/statsmodels,2023-12-14 14:50:21.000,5708.0,17159800.0,17434258.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12625072.0,,,,,2.0,30.0,,,,,,,,,,,,,,,,,,, +31,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-04-11 14:25:22.000000,2024-04-10 20:58:41,5814.0,74.0,1623.0,192.0,4978.0,661.0,1227.0,6525.0,TensorFlows Visualization Toolkit.,319.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],229070.0,226060.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,3010.0,28631291.0,28730883.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4581251.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +32,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-04-09 13:41:51.000000,2024-04-05 12:26:56,2648.0,63.0,3124.0,242.0,853.0,1167.0,1264.0,21525.0,A game theoretic approach to explain the output of any machine learning model.,237.0,43,True,2024-03-08 11:55:08.000,0.45.0,102.0,shap,conda-forge/shap,,,,17164.0,16676.0,https://pypi.org/project/shap,2024-03-08 11:55:08.000,488.0,8146632.0,8209662.0,https://anaconda.org/conda-forge/shap,2024-04-03 17:47:00.611,2521221.0,,,,,1.0,,,,shap/shap,,,,,,,,,,,,,,,, +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-04-11 14:57:25.000000,2024-04-04 19:58:58,2707.0,75.0,3592.0,437.0,3182.0,308.0,2402.0,16745.0,Open standard for machine learning interoperability.,313.0,43,True,2024-03-25 15:40:18.000,1.16.0,32.0,onnx,conda-forge/onnx,,,,26810.0,26077.0,https://pypi.org/project/onnx,2024-03-25 15:25:07.000,733.0,5210213.0,5231095.0,https://anaconda.org/conda-forge/onnx,2024-03-26 22:34:37.040,948668.0,,,,,1.0,20260.0,,,,,,,,,,,,,,,,,,, +34,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-04-08 14:15:41.000000,2024-03-30 18:50:26,3231.0,6.0,1876.0,259.0,1097.0,129.0,2361.0,11899.0,Statistical data visualization in Python.,211.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,400845.0,388796.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,12049.0,18159114.0,18341203.0,https://anaconda.org/conda-forge/seaborn,2024-01-27 07:37:15.644,8375986.0,,,,,1.0,383.0,,,,,,,,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-04-11 15:27:12.000000,2024-04-11 15:27:11,2051.0,448.0,1231.0,176.0,2365.0,501.0,652.0,10790.0,Development repository for the Triton language and compiler.,247.0,43,True,2024-04-05 02:47:42.000,2.3.0,193.0,triton,,,,,22120.0,22012.0,https://pypi.org/project/triton,2024-04-05 02:47:42.000,108.0,9961053.0,9961053.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +36,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-04-11 08:30:30.000000,2024-04-10 18:50:47,2246.0,195.0,3742.0,323.0,2665.0,972.0,1579.0,32407.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",300.0,42,True,2024-03-08 01:11:46.000,0.14.0,88.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],6598.0,6495.0,https://pypi.org/project/deepspeed,2024-03-08 01:11:46.000,103.0,456136.0,456485.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17848.0,1.0,,,,,,,,,,,,,,,,,,,, +37,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-04-10 15:42:40.000000,2024-04-09 14:12:45,7379.0,279.0,1974.0,417.0,1053.0,829.0,898.0,20419.0,Data Apps & Dashboards for Python. No JavaScript Required.,151.0,42,True,2024-03-06 20:00:34.000,2.16.1,177.0,dash,conda-forge/dash,,,,62617.0,61107.0,https://pypi.org/project/dash,2024-03-06 19:54:50.000,1510.0,2836337.0,2863210.0,https://anaconda.org/conda-forge/dash,2024-03-10 12:59:07.948,1236124.0,,,,,1.0,70.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,2024-04-11 14:12:47.000000,2024-04-10 19:31:40,3447.0,36.0,3795.0,435.0,3114.0,345.0,2941.0,16019.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",297.0,42,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,32385.0,31509.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,876.0,7682724.0,7737407.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2239429.0,,,,,2.0,218763.0,,,,,,,,,,,,,,,,,,, +39,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-04-11 11:34:31.000000,2024-04-02 10:26:52,3829.0,58.0,6828.0,409.0,5218.0,981.0,2357.0,15351.0,"Datasets, Transforms and Models specific to Computer Vision.",582.0,42,True,2024-03-28 15:37:14.000,0.17.2,43.0,torchvision,conda-forge/torchvision,,,['pytorch'],5286.0,21.0,https://pypi.org/project/torchvision,2024-03-27 21:10:50.000,5265.0,11088253.0,11116424.0,https://anaconda.org/conda-forge/torchvision,2024-02-26 00:12:18.834,1025867.0,,,,,1.0,37441.0,4.0,,,,,,,,,,,,,,,,,, +40,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-04-05 06:11:40.000000,2024-04-05 06:11:40,14511.0,3.0,2832.0,467.0,1455.0,266.0,1513.0,12987.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,42,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,277497.0,264437.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,13060.0,18459006.0,18485856.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2470210.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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,2024-04-11 02:02:58.000000,2024-04-11 02:02:58,6324.0,274.0,600.0,55.0,4283.0,874.0,2196.0,8146.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,175.0,42,True,2024-04-03 20:37:46.000,0.16.6,271.0,wandb,conda-forge/wandb,,,,43264.0,42475.0,https://pypi.org/project/wandb,2024-04-03 20:08:57.000,789.0,13057137.0,13067728.0,https://anaconda.org/conda-forge/wandb,2024-03-25 23:14:36.046,476635.0,,,,,1.0,,,,wandb/wandb,,,,,,,,,,,,,,,, +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,2024-04-11 14:11:26.000000,2024-04-11 13:28:29,13903.0,100.0,2190.0,186.0,4391.0,765.0,2064.0,5854.0,Image processing in Python.,657.0,42,False,2024-04-10 19:19:26.000,0.23.1,63.0,scikit-image,conda-forge/scikit-image,,,,187103.0,176435.0,https://pypi.org/project/scikit-image,2024-04-10 19:18:50.000,10668.0,13998283.0,14130679.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,6090238.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +43,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-04-11 04:30:10.000000,2024-04-11 04:29:09,2200.0,70.0,4555.0,304.0,459.0,70.0,788.0,29564.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",134.0,41,True,2024-02-19 19:35:21.000,0.9.16,56.0,timm,conda-forge/timm,,,['pytorch'],26719.0,26286.0,https://pypi.org/project/timm,2024-02-19 19:33:42.000,433.0,4753724.0,4865117.0,https://anaconda.org/conda-forge/timm,2024-02-21 16:25:26.726,132380.0,,,,,1.0,6398684.0,,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,, +44,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2024-04-11 14:49:54.000000,2024-04-11 12:07:24,19538.0,682.0,2699.0,272.0,19811.0,612.0,9896.0,26534.0,"A cloud-native vector database, storage for next generation AI applications.",268.0,41,True,2024-04-07 07:05:21.000,2.3.13,93.0,pymilvus,,milvusdb/milvus,,,89.0,,https://pypi.org/project/pymilvus,2024-03-20 10:41:55.000,89.0,646927.0,890579.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-04-11 12:53:51.342447,43.0,13190612.0,1.0,206472.0,,,,,,,,,,,,,,,,,,, +45,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-04-11 13:11:27.000000,2024-04-11 07:49:49,1368.0,70.0,2299.0,131.0,382.0,1034.0,919.0,13640.0,Multilingual Sentence & Image Embeddings with BERT.,150.0,41,True,2024-03-26 09:01:26.000,2.6.1,50.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],30179.0,29404.0,https://pypi.org/project/sentence-transformers,2024-03-26 08:53:20.000,775.0,4076671.0,4081747.0,https://anaconda.org/conda-forge/sentence-transformers,2024-03-26 11:59:18.003,218286.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,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-04-11 14:47:25.000000,2024-04-11 13:38:03,9249.0,98.0,1130.0,138.0,5429.0,234.0,4373.0,13079.0,ML Experiments and Data Management with Git.,292.0,41,True,2024-03-26 08:40:01.000,3.49.0,521.0,dvc,conda-forge/dvc,,,,14289.0,14192.0,https://pypi.org/project/dvc,2024-03-26 08:40:01.000,97.0,466070.0,508163.0,https://anaconda.org/conda-forge/dvc,2024-03-26 09:56:58.374,1783007.0,,,,,1.0,43323.0,,,,,,,,,dvc,dvc,dvc,,,,,,,, +47,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-04-10 02:08:12.000000,2024-04-10 02:07:47,8257.0,22.0,3314.0,476.0,701.0,52.0,2132.0,12985.0,A toolkit for making real world machine learning and data analysis applications in C++.,193.0,41,False,2024-04-03 23:33:43.000,19.24.4,37.0,dlib,conda-forge/dlib,,,,26971.0,26167.0,https://pypi.org/project/dlib,2024-04-03 23:33:43.000,804.0,480250.0,495082.0,https://anaconda.org/conda-forge/dlib,2024-04-04 08:17:12.401,671317.0,,,,,2.0,25411.0,,,,,,,,,,,,,,,,,,, +48,Altair,altair-viz/altair,data-viz,,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2024-04-08 19:59:29.000000,2024-03-30 16:57:26,3656.0,37.0,758.0,140.0,1351.0,186.0,1768.0,8873.0,Declarative statistical visualization library for Python.,163.0,41,True,2024-03-30 15:36:52.000,5.3.0,40.0,altair,conda-forge/altair,,,,121804.0,121121.0,https://pypi.org/project/altair,2024-03-30 15:24:57.000,683.0,22918093.0,22996310.0,https://anaconda.org/conda-forge/altair,2024-03-30 18:57:22.082,2190060.0,,,,,1.0,120.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-04-11 08:16:54.000000,2024-04-09 14:50:25,9832.0,113.0,1920.0,225.0,3893.0,252.0,3003.0,8125.0,Bayesian Modeling and Probabilistic Programming in Python.,487.0,41,True,2024-04-08 17:07:49.000,5.13.0,81.0,pymc3,conda-forge/pymc3,,,,3293.0,3043.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,250.0,873656.0,879819.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,553264.0,,,,,1.0,1937.0,,,,,,,,,,,,,,,,,,, +50,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-04-11 15:26:08.000000,2024-04-11 15:07:24,9893.0,4274.0,831.0,53.0,951.0,456.0,1500.0,7746.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",177.0,41,True,2024-04-11 05:14:49.000,1.35.0,752.0,litellm,,,,others,1483.0,1389.0,https://pypi.org/project/litellm,2024-04-11 05:03:44.000,94.0,527534.0,527613.0,,,,,,,,1.0,158.0,,,,,,,,,,,,,,,,,,, +51,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2024-04-11 13:14:33.000000,2024-04-11 13:14:29,47720.0,537.0,1143.0,192.0,382.0,501.0,1750.0,7717.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1224.0,41,True,2024-02-23 14:10:41.000,1.2.3,110.0,catboost,conda-forge/catboost,,,,384.0,13.0,https://pypi.org/project/catboost,2024-02-23 10:17:27.000,371.0,2163950.0,2202660.0,https://anaconda.org/conda-forge/catboost,2024-02-24 13:08:44.587,1463784.0,,,,,2.0,237647.0,,,,,,,,,,,,,,,,,,, +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,2024-04-06 17:21:54.000000,2023-01-30 18:15:21,1757.0,,8542.0,1061.0,1451.0,87.0,1719.0,33815.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,,,,54635.0,51918.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2717.0,488452.0,494083.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,270315.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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-04-05 14:33:46.000000,2024-03-04 02:10:25,2754.0,12.0,7495.0,611.0,2220.0,208.0,1586.0,25551.0,The fastai deep learning library.,665.0,40,True,2024-02-01 00:30:31.000,2.7.14,148.0,fastai,,,,['pytorch'],17162.0,16811.0,https://pypi.org/project/fastai,2024-02-01 00:30:31.000,351.0,379837.0,379837.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +54,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-04-05 22:15:24.000000,2024-03-21 15:05:22,32610.0,18.0,4496.0,348.0,6352.0,115.0,6642.0,17884.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,40,True,2024-03-04 17:27:13.000,3.6.19,372.0,rasa,,,,['tensorflow'],4143.0,4076.0,https://pypi.org/project/rasa,2024-03-04 17:26:58.000,67.0,128483.0,128483.0,,,,,,,,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,2024-04-06 11:43:01.000000,2024-02-25 13:25:28,1189.0,31.0,2142.0,239.0,542.0,185.0,1131.0,11716.0,Download market data from Yahoo! Finances API.,108.0,40,True,2024-02-25 13:35:19.000,0.2.37,109.0,yfinance,ranaroussi/yfinance,,,,36405.0,36068.0,https://pypi.org/project/yfinance,2024-02-25 13:35:19.000,337.0,1780347.0,1783030.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,88563.0,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +56,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-04-11 13:57:39.766000,2024-04-10 21:16:11,1375.0,138.0,779.0,98.0,1318.0,123.0,1216.0,6871.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",237.0,40,True,2024-04-09 12:04:49.000,0.29.2,47.0,accelerate,conda-forge/accelerate,,,['pytorch'],32528.0,31860.0,https://pypi.org/project/accelerate,2024-04-09 12:03:02.000,668.0,7405050.0,7408913.0,https://anaconda.org/conda-forge/accelerate,2024-04-11 13:57:39.766,115918.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +57,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-04-10 18:25:18.000000,2024-04-09 06:16:38,1822.0,47.0,2202.0,163.0,841.0,86.0,1004.0,6651.0,Python Data. Leaflet.js Maps.,166.0,40,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,36820.0,35965.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,855.0,1008027.0,1075314.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2624203.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,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-04-11 12:52:00.000000,2024-04-04 07:31:48,1912.0,49.0,884.0,105.0,1580.0,454.0,1207.0,4155.0,Python tools for geographic data.,222.0,40,True,2024-01-31 19:22:01.000,0.14.3,52.0,geopandas,conda-forge/geopandas,,,['pandas'],35458.0,33472.0,https://pypi.org/project/geopandas,2024-01-31 19:21:57.000,1986.0,6680055.0,6756043.0,https://anaconda.org/conda-forge/geopandas,2024-01-31 21:02:18.644,3494263.0,,,,,1.0,2474.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-04-11 05:44:41.000000,2024-04-11 01:34:06,3611.0,150.0,1082.0,134.0,2948.0,274.0,1174.0,2033.0,A library for training and deploying machine learning models on Amazon SageMaker.,434.0,40,True,2024-04-04 02:12:39.000,2.214.3,577.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3900.0,3803.0,https://pypi.org/project/sagemaker,2024-04-04 02:12:39.000,97.0,28815601.0,28832010.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-04-05 18:22:15.474,722024.0,,,,,2.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-04-11 14:22:27.000000,2024-04-04 16:10:52,5741.0,82.0,703.0,55.0,4979.0,1506.0,2323.0,1539.0,A distributed task scheduler for Dask.,323.0,40,True,2024-04-04 16:15:32.000,2024.4.1,226.0,distributed,conda-forge/distributed,,,,35010.0,33666.0,https://pypi.org/project/distributed,2024-04-04 16:15:32.000,1344.0,3531114.0,3814364.0,https://anaconda.org/conda-forge/distributed,2024-04-05 14:35:00.803,13312763.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +61,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-04-11 08:41:48.000000,2024-04-09 16:36:22,1054.0,104.0,3345.0,473.0,911.0,448.0,1920.0,27885.0,A library for efficient similarity search and clustering of dense vectors.,166.0,39,True,2024-03-20 10:41:55.000,2.4.0,93.0,pymilvus,conda-forge/faiss,,,,3639.0,3550.0,https://pypi.org/project/pymilvus,2024-03-20 10:41:55.000,89.0,646927.0,669867.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1078197.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-04-08 03:19:54.000000,2024-04-08 03:19:54,4515.0,6.0,4375.0,435.0,1690.0,381.0,1452.0,15193.0,Topic Modelling for Humans.,451.0,39,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,61100.0,57908.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,3192.0,5014553.0,5047691.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1224477.0,,,,,1.0,4556.0,,,piskvorky/gensim,,,,,,,,,,,,,,,, +63,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-04-07 18:27:51.000000,2024-04-05 10:50:52,5935.0,148.0,2066.0,202.0,1187.0,73.0,2184.0,13536.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,260.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3244.0,3145.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,99.0,159976.0,160487.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,23004.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,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-04-11 08:00:20.000000,2024-04-11 05:39:22,4049.0,200.0,2943.0,168.0,4636.0,479.0,2260.0,12964.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",289.0,39,True,2024-03-06 03:29:59.000,2.1.0,451.0,dgl,,,,,312.0,223.0,https://pypi.org/project/dgl,2024-03-05 07:16:21.000,89.0,91285.0,91285.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-04-09 13:52:48.000000,2024-04-09 01:04:55,17446.0,555.0,948.0,118.0,3475.0,104.0,1520.0,9586.0,A hyperparameter optimization framework.,263.0,39,False,2024-04-01 06:04:15.000,3.6.1,64.0,optuna,conda-forge/optuna,,,,14149.0,13619.0,https://pypi.org/project/optuna,2024-04-01 06:04:15.000,530.0,2273046.0,2290286.0,https://anaconda.org/conda-forge/optuna,2024-03-29 06:40:40.525,793041.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,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-04-11 15:28:28.000000,2024-04-11 14:55:09,9763.0,150.0,1254.0,127.0,1173.0,131.0,937.0,7814.0,A PyTorch-based Speech Toolkit.,231.0,39,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1747.0,1716.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,3320035.0,3320035.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2024-04-11 03:52:19.000000,2024-04-11 01:06:15,4445.0,281.0,1265.0,101.0,3647.0,795.0,1438.0,7374.0,A unified framework for machine learning with time series.,351.0,39,True,2024-03-28 01:36:35.000,0.28.0,65.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2547.0,2477.0,https://pypi.org/project/sktime,2024-03-28 01:36:35.000,70.0,851329.0,879824.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-03-28 10:15:16.543,940324.0,,,,,1.0,87.0,,,sktime/sktime,,,,,,,,,,,,,,,, +68,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-04-09 14:41:03.000000,2024-04-09 14:40:55,6235.0,95.0,1508.0,105.0,4215.0,665.0,715.0,4155.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",304.0,39,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],17267.0,17041.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,226.0,3157277.0,3158066.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,27642.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,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-04-11 14:34:10.000000,2024-04-10 01:40:01,17912.0,109.0,1302.0,83.0,7780.0,512.0,4273.0,2540.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,368.0,39,True,2024-01-16 18:38:53.000,1.6.1,77.0,mne,conda-forge/mne,,,,4006.0,3701.0,https://pypi.org/project/mne,2024-01-16 18:38:53.000,305.0,103718.0,111214.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,352334.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,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-04-11 08:44:27.000000,2024-04-10 03:43:53,6142.0,11.0,7175.0,432.0,2865.0,1207.0,7597.0,38129.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",195.0,38,True,2024-03-29 09:49:07.000,2.7.5,44.0,paddleocr,,,,['paddle'],2481.0,2435.0,https://pypi.org/project/paddleocr,2024-03-29 09:49:07.000,46.0,188490.0,188490.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,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-04-09 14:24:07.000000,2024-02-05 13:23:18,2706.0,5.0,9163.0,371.0,3134.0,1496.0,6658.0,27620.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,38,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2397.0,2358.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,39.0,220474.0,220474.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,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-04-11 12:44:45.000000,2024-04-11 08:43:55,35159.0,554.0,12856.0,949.0,24638.0,1139.0,,23107.0,Apache Flink Python API.,1845.0,38,True,2024-01-15 16:28:13.000,1.18.1,47.0,apache-flink,,,,,45.0,21.0,https://pypi.org/project/apache-flink,2024-03-15 08:32:38.000,24.0,71576.0,71576.0,,,,,,,,2.0,,4.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,,6891.0,1070.0,11124.0,1805.0,7758.0,20707.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'],7465.0,7164.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,296.0,567814.0,568235.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10684.0,,,,,2.0,26748.0,,,apache/mxnet,,,,,,,,,5.0,,,,,,, +74,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-04-10 23:04:22.000000,2024-04-10 23:04:20,8539.0,28.0,2176.0,206.0,4171.0,22.0,1922.0,19879.0,Build multimodal AI applications with cloud-native stack.,176.0,38,True,2024-04-10 14:42:19.000,3.25.1,2461.0,jina,conda-forge/jina-core,jinaai/jina,,,1727.0,1710.0,https://pypi.org/project/jina,2024-04-10 14:39:06.000,17.0,23999.0,52061.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,60526.0,https://hub.docker.com/r/jinaai/jina,2024-04-10 14:51:03.408997,8.0,1305500.0,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-04-11 14:01:25.000000,2024-04-11 04:04:35,839.0,53.0,1580.0,129.0,728.0,419.0,478.0,13356.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,141.0,38,True,2024-04-03 01:51:02.000,1.4.3,58.0,albumentations,conda-forge/albumentations,,,['pytorch'],22602.0,22235.0,https://pypi.org/project/albumentations,2024-04-03 01:51:02.000,367.0,1634967.0,1638476.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,157920.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-04-10 17:45:07.000000,2024-03-29 12:18:31,4810.0,129.0,4872.0,382.0,694.0,583.0,1338.0,12150.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,38,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1532.0,1331.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,201.0,237496.0,276431.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,188211.0,,,,,1.0,3704152.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,2024-04-11 09:17:59.000000,2024-04-09 22:46:28,2724.0,97.0,924.0,127.0,1841.0,263.0,634.0,9309.0,Geometric Computer Vision Library for Spatial AI.,256.0,38,True,2024-03-14 09:18:15.000,0.7.2,39.0,kornia,conda-forge/kornia,,,['pytorch'],9359.0,9220.0,https://pypi.org/project/kornia,2024-03-14 09:18:15.000,139.0,1804166.0,1807137.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,118270.0,,,,,1.0,1040.0,,,,,,,,,,,,,,,,,,, +78,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-03-27 18:13:02.000000,2024-03-04 05:00:38,5194.0,104.0,1728.0,131.0,984.0,341.0,1926.0,8366.0,"An open-source, low-code machine learning library in Python.",134.0,38,True,2024-02-20 04:09:05.000,3.3.0,96.0,pycaret,conda-forge/pycaret,,,,5425.0,5407.0,https://pypi.org/project/pycaret,2024-02-20 04:08:49.000,18.0,336540.0,337543.0,https://anaconda.org/conda-forge/pycaret,2024-03-10 21:35:37.045,43508.0,,,,,2.0,690.0,,,,,,,,,,,,,,,,,,, +79,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-04-07 16:41:01.000000,2024-04-02 07:51:14,1764.0,13.0,703.0,117.0,573.0,112.0,810.0,8360.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,38,True,2024-02-12 02:35:06.000,0.15.2,90.0,tokenizers,conda-forge/tokenizers,,,,70455.0,69994.0,https://pypi.org/project/tokenizers,2024-02-12 02:24:30.000,461.0,21883720.0,21917473.0,https://anaconda.org/conda-forge/tokenizers,2024-02-12 11:07:11.714,1518886.0,,,,,1.0,47.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,2024-04-11 13:01:25.000000,2024-04-11 12:31:51,28436.0,246.0,747.0,126.0,6126.0,544.0,1660.0,7744.0,NumPy & SciPy for GPU.,364.0,38,True,2024-01-18 05:54:29.000,13.0.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2209.0,1991.0,https://pypi.org/project/cupy,2023-12-07 05:15:09.000,218.0,23198.0,98371.0,https://anaconda.org/conda-forge/cupy,2024-02-05 02:05:27.119,3372820.0,https://hub.docker.com/r/cupy/cupy,2024-01-18 05:56:19.967362,11.0,61083.0,1.0,171728.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-04-11 13:16:54.000000,2024-04-10 21:42:19,4349.0,238.0,579.0,82.0,2302.0,204.0,700.0,5462.0,Flax is a neural network library for JAX that is designed for flexibility.,217.0,38,True,2024-03-14 11:35:04.000,0.8.2,43.0,flax,conda-forge/flax,,,['jax'],7038.0,6806.0,https://pypi.org/project/flax,2024-03-14 11:35:04.000,232.0,3196929.0,3198139.0,https://anaconda.org/conda-forge/flax,2024-03-14 12:49:40.118,44741.0,,,,,2.0,50.0,,,,,,,,,,,,,,,,,,, +82,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-03-26 17:13:45.000000,2024-03-22 09:36:03,2262.0,29.0,554.0,87.0,810.0,253.0,912.0,3649.0,Manipulation and analysis of geometric objects.,153.0,38,True,2024-02-16 14:21:16.000,2.0.3,122.0,shapely,conda-forge/shapely,,,,67277.0,65872.0,https://pypi.org/project/shapely,2024-02-16 14:21:16.000,1405.0,21474882.0,21681270.0,https://anaconda.org/conda-forge/shapely,2024-02-19 19:30:03.013,9076422.0,,,,,2.0,3194.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-03-18 00:28:14.000000,2020-02-15 08:33:35,523.0,,6692.0,1287.0,166.0,666.0,225.0,32313.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,,,,29276.0,27539.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1737.0,883663.0,885459.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,150893.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +84,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-04-11 14:24:31.000000,2024-04-11 14:15:33,7466.0,153.0,3517.0,253.0,2930.0,958.0,2586.0,20009.0,Graph Neural Network Library for PyTorch.,492.0,37,True,2024-03-20 18:32:11.000,2.5.2,43.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],160.0,,https://pypi.org/project/torch-geometric,2024-03-20 18:32:11.000,160.0,240152.0,241011.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-02-22 16:44:15.527,38669.0,,,,,1.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,2024-03-27 09:20:02.000000,2024-03-03 06:50:21,1649.0,5.0,2825.0,379.0,458.0,11.0,1838.0,14398.0,Python Echarts Plotting Library.,42.0,37,True,2024-03-03 07:03:55.000,2.0.5,73.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4258.0,4006.0,https://pypi.org/project/pyecharts,2024-03-03 07:02:08.000,252.0,145470.0,145471.0,,,,,,,,2.0,22.0,,,,,,,,,,,,,,,,,,, +86,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-04-11 14:39:39.000000,2024-04-11 14:39:38,3321.0,316.0,1600.0,123.0,3577.0,194.0,2993.0,13485.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",235.0,37,True,2024-04-09 10:29:05.000,2.0.1,87.0,haystack,,,,,1301.0,1214.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,87.0,3937.0,3937.0,,,,,,,,1.0,24.0,,,,,,,,,,,,,,,,,,, +87,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-04-09 16:02:36.000000,2024-04-09 16:00:51,1390.0,19.0,1616.0,152.0,768.0,212.0,558.0,11988.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,120.0,37,True,2024-03-18 18:22:40.000,4.7.0,57.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",3023.0,2827.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,196.0,596449.0,601054.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,423732.0,,,,,2.0,77.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +88,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-04-10 14:26:17.000000,2023-07-11 16:23:35,1095.0,,1519.0,251.0,665.0,415.0,1045.0,11718.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,37726.0,36689.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,1037.0,878914.0,881827.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,235970.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +89,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-04-11 15:11:44.000000,2024-04-11 12:59:30,6180.0,115.0,3255.0,241.0,1548.0,1107.0,3873.0,10448.0,Open-source simulator for autonomous driving research.,183.0,37,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,686.0,679.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,16289.0,16289.0,,,,,,,,1.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,2024-04-11 14:14:28.000000,2024-04-11 14:10:47,6329.0,298.0,2039.0,183.0,6220.0,126.0,1966.0,9929.0,NeMo: a framework for generative AI.,300.0,37,True,2024-02-28 06:18:16.000,1.23.0,72.0,nemo-toolkit,,,,['pytorch'],31.0,21.0,https://pypi.org/project/nemo-toolkit,2024-02-28 05:27:18.000,10.0,59254.0,61862.0,,,,,,,,1.0,143485.0,,,,,,,,,,,,,,,,,,, +91,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,1.0,2511.0,541.0,4118.0,685.0,2087.0,9850.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,,,,17779.0,14940.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,2839.0,264113.0,289891.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2397400.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +92,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-04-08 19:21:12.000000,2024-04-08 19:21:10,1389.0,233.0,1762.0,131.0,183.0,1.0,993.0,9825.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",59.0,37,True,2024-03-22 10:14:08.000,0.0.89,88.0,deepface,,,,,2908.0,2886.0,https://pypi.org/project/deepface,2024-03-22 10:12:26.000,22.0,63099.0,63099.0,,,,,,,,2.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-04-05 13:12:42.000000,2024-04-05 13:12:34,943.0,36.0,1096.0,122.0,280.0,36.0,692.0,9394.0,Unsupervised text tokenizer for Neural Network-based text generation.,84.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,61890.0,60874.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1016.0,20897107.0,20914258.0,https://anaconda.org/conda-forge/sentencepiece,2024-03-19 05:24:18.341,748141.0,,,,,1.0,35796.0,,,,,,,,,,,,,,,,,,, +94,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-04-02 17:04:23.000000,2024-04-02 17:04:23,575.0,12.0,1139.0,265.0,164.0,109.0,167.0,8909.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,38934.0,37487.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,1447.0,956156.0,958815.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,244705.0,,,,,1.0,115.0,,,,,,,,,,,,,,,,,,, +95,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-04-11 13:45:14.000000,2024-04-09 01:44:27,21074.0,532.0,2074.0,177.0,3258.0,292.0,2064.0,7817.0,End-to-End Speech Processing Toolkit.,420.0,37,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,312.0,306.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,6.0,36387.0,36388.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +96,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-04-01 18:07:01.000000,2024-04-01 11:19:59,863.0,15.0,1268.0,141.0,499.0,39.0,554.0,6681.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,37,True,2024-03-31 19:38:20.000,0.12.2,36.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],26343.0,25969.0,https://pypi.org/project/imbalanced-learn,2024-03-31 19:27:16.000,374.0,11090924.0,11102737.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-03-31 19:50:51.503,543404.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +97,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-04-11 09:56:26.000000,2024-04-10 16:24:04,10451.0,450.0,1608.0,147.0,2271.0,604.0,1230.0,5074.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",238.0,37,True,2024-04-03 16:21:23.000,2.8.0,842.0,deepchem,conda-forge/deepchem,,,['tensorflow'],349.0,336.0,https://pypi.org/project/deepchem,2024-04-10 19:16:03.000,13.0,19650.0,21942.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,105436.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-04-10 21:26:01.000000,2024-04-10 21:25:59,12129.0,81.0,1073.0,163.0,463.0,668.0,745.0,4126.0,Probabilistic reasoning and statistical analysis in TensorFlow.,489.0,37,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],469.0,,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,469.0,3008431.0,3011666.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,122931.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,2024-04-10 13:27:20.000000,2024-04-04 00:24:00,3947.0,70.0,1059.0,151.0,1604.0,388.0,873.0,3659.0,Fast data visualization and GUI tools for scientific / engineering applications.,275.0,37,True,2024-03-07 18:08:05.000,0.13.4,22.0,pyqtgraph,conda-forge/pyqtgraph,,,,10188.0,9189.0,https://pypi.org/project/pyqtgraph,2024-03-07 18:08:05.000,999.0,230245.0,241492.0,https://anaconda.org/conda-forge/pyqtgraph,2024-03-07 20:24:16.458,517381.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,2024-04-11 13:33:04.000000,2024-04-06 06:33:05,10727.0,44.0,388.0,59.0,2954.0,1094.0,2153.0,2610.0,"With Holoviews, your data visualizes itself.",140.0,37,True,2024-03-22 00:10:16.630,3.0.2,159.0,holoviews,conda-forge/holoviews,,,['jupyter'],10279.0,9988.0,https://pypi.org/project/holoviews,2024-03-19 19:27:33.000,288.0,399155.0,432866.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1535819.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-03-22 00:10:16.630,3.0,324.0,,,,,,,,,,, +101,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-04-11 14:42:57.000000,2024-04-11 09:44:49,1358.0,105.0,418.0,58.0,1322.0,160.0,651.0,1641.0,The official Python client for the Huggingface Hub.,154.0,37,True,2024-03-29 12:06:45.000,0.22.2,106.0,huggingface_hub,conda-forge/huggingface_hub,,,,759.0,,https://pypi.org/project/huggingface_hub,2024-03-29 11:58:22.000,759.0,31123818.0,31167179.0,https://anaconda.org/conda-forge/huggingface_hub,2024-04-01 15:52:56.313,1647743.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +102,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2024-04-08 21:04:04.101000,2024-03-21 08:08:33,1233.0,22.0,208.0,32.0,47.0,12.0,163.0,1561.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,67146.0,63569.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,3577.0,10248950.0,10249474.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,44094.0,,,,,2.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,2024-04-08 17:42:30.000000,2024-04-08 17:42:30,1524.0,5.0,279.0,31.0,482.0,95.0,492.0,1407.0,Python library for reading and writing image data.,111.0,37,True,2024-02-12 02:14:34.000,2.34.0,90.0,imageio,conda-forge/imageio,,,,125209.0,122011.0,https://pypi.org/project/imageio,2024-02-12 02:14:29.000,3198.0,21693791.0,21831423.0,https://anaconda.org/conda-forge/imageio,2024-02-12 09:34:41.924,6192769.0,,,,,2.0,1029.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-04-08 08:03:44.000000,2024-04-03 17:35:25,1506.0,27.0,200.0,47.0,549.0,32.0,754.0,1119.0,Fiona reads and writes geographic data files.,72.0,37,True,2024-03-08 16:14:09.000,1.9.6,111.0,fiona,conda-forge/fiona,,,,19166.0,19060.0,https://pypi.org/project/fiona,2024-04-05 21:33:01.000,106.0,6484180.0,6603354.0,https://anaconda.org/conda-forge/fiona,2024-03-08 21:09:14.732,5362840.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +105,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-04-11 09:25:24.000000,2024-04-11 08:45:53,10267.0,81.0,543.0,71.0,2377.0,296.0,1750.0,1106.0,Machine learning for NeuroImaging in Python.,235.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3339.0,3036.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,303.0,62782.0,69206.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,263222.0,,,,,1.0,159.0,,,,,,,,,,,,,,,,,,, +106,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-04-09 21:25:40.000000,2024-03-13 13:24:17,2322.0,3.0,6319.0,419.0,1333.0,1200.0,3041.0,29140.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3029.0,2954.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,75.0,303611.0,304986.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,61737.0,,,,,2.0,330.0,,,,,,,,,,,,,,,,,,, +107,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-04-09 08:20:42.000000,2023-12-24 05:29:03,2283.0,,5072.0,499.0,154.0,1042.0,1355.0,21116.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],1960.0,1949.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,11.0,436518.0,662679.0,,,,,,,,2.0,2713938.0,4.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-04-06 08:14:32.000000,2020-06-01 14:58:26,2913.0,,2425.0,233.0,338.0,295.0,224.0,14112.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,,,,19636.0,19196.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,440.0,401000.0,403636.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,152935.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +109,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-04-11 14:49:19.000000,2024-04-11 14:15:35,28437.0,2317.0,1974.0,199.0,5227.0,23.0,3376.0,9222.0,Perform data science on data that remains in someone elses server.,509.0,36,True,2024-04-03 12:17:16.000,0.8.6,274.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2024-04-07 12:41:47.000,5.0,6950.0,7116.0,,,,,,,,1.0,2497.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-04-02 11:07:27.000000,2024-04-02 11:07:23,530.0,44.0,2344.0,283.0,147.0,314.0,315.0,8009.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",50.0,36,True,2024-03-30 15:23:07.000,3.10.3,58.0,SpeechRecognition,conda-forge/speechrecognition,,,,886.0,21.0,https://pypi.org/project/SpeechRecognition,2024-03-30 15:23:07.000,865.0,751936.0,755984.0,https://anaconda.org/conda-forge/speechrecognition,2024-03-30 17:20:06.402,178153.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +111,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-04-11 06:47:47.000000,2024-04-11 06:47:47,3032.0,315.0,732.0,72.0,3393.0,220.0,805.0,6495.0,"The most flexible way to serve AI/ML models in production - Build Model Inference Service, LLM APIs, Inference..",197.0,36,True,2024-04-08 05:34:59.000,1.2.10,141.0,bentoml,,,,,1732.0,1718.0,https://pypi.org/project/bentoml,2024-04-08 05:34:59.000,14.0,63312.0,63344.0,,,,,,,,2.0,1741.0,,,,,,,,,,,,,,,,,,, +112,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-03-26 12:38:19.000000,2023-12-31 11:04:55,953.0,,826.0,87.0,203.0,97.0,657.0,4140.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,36,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,388211.0,375988.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,12223.0,13400315.0,13400315.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +113,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-04-11 12:49:39.000000,2024-04-11 12:10:26,2322.0,157.0,206.0,64.0,132.0,71.0,548.0,3801.0,A Grammar of Graphics for Python.,106.0,36,True,2024-04-03 14:18:06.000,0.13.4,25.0,plotnine,conda-forge/plotnine,,,,7541.0,7263.0,https://pypi.org/project/plotnine,2024-04-03 12:30:00.000,278.0,2938867.0,2946411.0,https://anaconda.org/conda-forge/plotnine,2024-04-03 14:01:12.575,347027.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-04-11 05:17:52.000000,2024-04-05 17:23:34,8511.0,86.0,697.0,100.0,13173.0,50.0,825.0,3659.0,State of the Art Natural Language Processing.,112.0,36,True,2024-04-05 17:44:10.000,5.3.3,141.0,spark-nlp,,,,['spark'],440.0,407.0,https://pypi.org/project/spark-nlp,2024-04-05 16:57:09.000,33.0,4014376.0,4014376.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +115,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-04-11 14:29:28.000000,2024-04-11 13:55:53,4265.0,233.0,424.0,35.0,3119.0,520.0,1057.0,2329.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,157.0,36,True,2024-04-03 22:09:29.000,0.43.5,91.0,pyvista,conda-forge/pyvista,,,['jupyter'],3097.0,2813.0,https://pypi.org/project/pyvista,2024-04-03 22:09:29.000,284.0,203927.0,213816.0,https://anaconda.org/conda-forge/pyvista,2024-04-07 22:33:34.572,454478.0,,,,,2.0,795.0,,,,,,,,,,,,,,,,,,, +116,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-04-10 15:01:06.000000,2024-04-09 14:42:46,3840.0,19.0,520.0,147.0,1148.0,143.0,1632.0,2133.0,Rasterio reads and writes geospatial raster datasets.,155.0,36,True,2023-10-19 14:09:18.000,1.3.9,155.0,rasterio,conda-forge/rasterio,,,,12116.0,10988.0,https://pypi.org/project/rasterio,2024-03-03 01:11:49.000,1128.0,2746448.0,2820079.0,https://anaconda.org/conda-forge/rasterio,2024-03-27 15:44:36.916,2871299.0,,,,,2.0,856.0,,,,,,,,,,,,,,,,,,, +117,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-04-11 14:22:40.000000,2024-04-10 11:13:56,1743.0,119.0,368.0,26.0,1468.0,77.0,732.0,1899.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",233.0,36,True,2024-03-18 12:39:22.000,1.3.2,44.0,metrics,conda-forge/torchmetrics,,,['pytorch'],23015.0,23002.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,13.0,4035.0,38805.0,https://anaconda.org/conda-forge/torchmetrics,2024-03-18 14:59:09.500,1281499.0,,,,,2.0,5003.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +118,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-04-08 15:25:03.090000,2024-04-08 14:41:27,1540.0,18.0,370.0,47.0,1489.0,172.0,677.0,1519.0,Exploratory analysis of Bayesian models with Python.,155.0,36,True,2024-04-05 08:50:12.000,0.18.0,37.0,arviz,conda-forge/arviz,,,,6371.0,6192.0,https://pypi.org/project/arviz,2024-04-05 08:50:12.000,179.0,2069530.0,2114078.0,https://anaconda.org/conda-forge/arviz,2024-04-08 15:25:03.090,2093674.0,,,,,1.0,134.0,,,,,,,,,,,,,,,,,,, +119,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-04-02 10:15:23.000000,2024-04-02 10:01:26,5815.0,50.0,257.0,37.0,803.0,128.0,401.0,620.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,19338.0,18112.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1226.0,485712.0,500717.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,690271.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +120,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-04-08 20:16:10.000000,2024-02-10 14:20:58,4668.0,1.0,3281.0,254.0,723.0,68.0,951.0,28769.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1115.0,1089.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,26.0,106194.0,163036.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10594.0,,,,,2.0,2090104.0,,,,,,,,,,,,,,,,,,, +121,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-03-27 11:25:38.000000,2023-09-04 11:42:16,615.0,,2908.0,302.0,246.0,372.0,587.0,21757.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,5929.0,5820.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,109.0,239598.0,459684.0,,,,,,,,1.0,10123965.0,,,,,,,,,,,,,,,,,,, +122,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-03-13 22:36:42.000000,2021-06-01 10:43:00,1848.0,,4403.0,547.0,714.0,402.0,1270.0,13880.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,,,,,6023.0,5670.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,353.0,31487.0,31487.0,,,,,,,,2.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-02-06 22:23:52.000000,2023-08-20 17:38:53,890.0,,1120.0,319.0,267.0,54.0,343.0,12636.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,,,,4028.0,3739.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,289.0,1150338.0,1159456.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,392076.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,,2260.0,279.0,3096.0,91.0,2477.0,11685.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4190.0,4000.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,190.0,46224.0,48112.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,120849.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,,, +125,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-04-08 23:30:37.000000,2024-04-08 23:30:36,3847.0,50.0,1162.0,192.0,2850.0,363.0,755.0,10754.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",154.0,35,True,2024-04-08 23:26:12.000,0.10.3,55.0,ludwig,,,,['tensorflow'],254.0,245.0,https://pypi.org/project/ludwig,2024-04-08 23:26:12.000,9.0,5089.0,5089.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +126,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-03-19 22:44:23.623000,2023-12-09 05:39:53,576.0,,2300.0,220.0,245.0,119.0,416.0,9935.0,A little word cloud generator in Python.,72.0,35,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,875.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,854.0,1612182.0,1622489.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,463851.0,,,,,2.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-04-11 13:40:44.000000,2024-04-11 00:05:15,2588.0,104.0,614.0,103.0,458.0,555.0,1225.0,8860.0,An open source multi-tool for exploring and publishing data.,78.0,35,True,2023-12-22 23:22:42.000,0.64.6,147.0,datasette,conda-forge/datasette,,,,1458.0,1225.0,https://pypi.org/project/datasette,2024-03-13 02:20:24.000,233.0,48180.0,49053.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,31410.0,,,,,1.0,64.0,,,,,,,,,datasette,,,,,,,,,, +128,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-03-28 15:39:12.000000,2024-03-21 15:41:34,10411.0,13.0,1965.0,349.0,3422.0,143.0,1134.0,8396.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,35,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,35.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,35.0,110454.0,113842.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-03-26 18:31:32.556,142299.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-04-05 17:29:20.000000,2022-12-08 17:49:19,746.0,,987.0,136.0,228.0,342.0,271.0,8299.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,,,,55521.0,54140.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1381.0,4473312.0,4474673.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,87122.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,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-04-11 15:25:48.000000,2024-04-11 07:25:18,32396.0,83.0,1980.0,385.0,6791.0,2734.0,6585.0,6702.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",263.0,35,True,,,151.0,h2o,,,,,106.0,21.0,https://pypi.org/project/h2o,2024-03-14 11:02:05.000,85.0,376901.0,376901.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,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-04-11 15:26:07.000000,2024-04-11 15:26:06,19813.0,853.0,480.0,51.0,2830.0,480.0,997.0,6623.0,"Visualize, create, and debug image and video datasets and model predictions.",119.0,35,True,2024-03-21 20:29:36.000,0.23.7,141.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",545.0,533.0,https://pypi.org/project/fiftyone,2024-03-21 19:43:17.000,12.0,64960.0,64960.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,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-04-08 14:17:56.000000,2024-03-18 16:03:25,2890.0,19.0,2225.0,175.0,1145.0,28.0,1415.0,6544.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,35,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],280.0,262.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,18.0,11151.0,11151.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,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-04-11 13:58:12.000000,2024-04-11 13:19:18,2994.0,57.0,957.0,90.0,3273.0,312.0,2625.0,5254.0,AI Toolkit for Healthcare Imaging.,184.0,35,True,2023-10-12 17:37:33.000,1.3.0,79.0,monai,conda-forge/monai,,,['pytorch'],2115.0,2060.0,https://pypi.org/project/monai,2024-04-05 13:00:29.000,55.0,232169.0,232955.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,22020.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-02-28 17:12:19.096000,2023-11-23 21:41:49,1136.0,,661.0,89.0,269.0,32.0,252.0,4268.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4106.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4106.0,5083341.0,5111308.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1286507.0,,,,,2.0,32.0,,,,,,,,,,,,,,,,,,, +135,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-04-11 05:50:06.000000,2024-04-11 05:05:17,3735.0,99.0,803.0,57.0,1521.0,358.0,1230.0,3963.0,"Serve, optimize and scale PyTorch models in production.",189.0,35,True,2024-03-15 00:03:31.000,0.10.0,23.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],649.0,633.0,https://pypi.org/project/torchserve,2024-03-14 21:47:35.000,16.0,53007.0,79537.0,https://anaconda.org/pytorch/torchserve,2024-03-14 21:47:30.323,164276.0,https://hub.docker.com/r/pytorch/torchserve,2024-03-14 22:46:13.511478,23.0,1241560.0,2.0,5637.0,,,,,,,,,,,,,,,,,,, +136,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-04-11 11:38:34.000000,2024-04-10 20:55:40,1306.0,11.0,807.0,283.0,1459.0,321.0,516.0,3439.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",154.0,35,True,2024-03-28 15:40:21.000,0.17.2,33.0,torchtext,,,,['pytorch'],500.0,,https://pypi.org/project/torchtext,2024-03-27 21:12:57.000,500.0,657397.0,657397.0,,,,,,,,2.0,,4.0,,,,,,,,,,,,,,,,,, +137,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-04-08 16:26:58.000000,2024-04-08 16:26:55,1182.0,8.0,1675.0,150.0,210.0,6.0,690.0,3434.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,35,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],344.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,344.0,3615633.0,3617779.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-30 18:21:57.617,94465.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +138,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-03-21 13:59:09.000000,2024-03-21 13:59:08,7368.0,18.0,609.0,116.0,1161.0,349.0,1108.0,3212.0,High-performance interactive 2D/3D data visualization library.,194.0,35,True,2024-03-14 16:50:16.000,0.14.2,38.0,vispy,conda-forge/vispy,,,['jupyter'],1624.0,1477.0,https://pypi.org/project/vispy,2024-03-14 16:13:05.000,145.0,88823.0,99635.0,https://anaconda.org/conda-forge/vispy,2024-03-15 02:52:28.032,464612.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,2.0,8.0,,,,,,,,,,, +139,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-04-08 14:52:55.000000,2024-02-07 15:14:19,5271.0,3.0,274.0,79.0,781.0,17.0,124.0,2790.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2024-02-07 18:33:24.000,8.2.3,233.0,thinc,conda-forge/thinc,,,,45804.0,45157.0,https://pypi.org/project/thinc,2024-04-08 14:52:55.000,647.0,7737552.0,7795689.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2732457.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,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-04-11 15:12:32.000000,2024-04-11 15:03:59,4058.0,222.0,534.0,45.0,4334.0,293.0,929.0,2099.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,164.0,35,True,2024-03-11 22:26:17.000,0.35.1,56.0,pennylane,conda-forge/pennylane,,,,895.0,823.0,https://pypi.org/project/pennylane,2024-03-11 22:26:17.000,72.0,56329.0,57615.0,https://anaconda.org/conda-forge/pennylane,2024-03-19 12:55:56.428,37279.0,,,,,1.0,77.0,,,,,,,,,,,,,,,,,,, +141,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-03-26 15:09:29.000000,2023-12-13 04:29:27,1518.0,,612.0,57.0,1881.0,87.0,896.0,1680.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,35,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14598.0,14373.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,1093181.0,1093181.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +142,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-03-26 18:33:29.000000,2024-02-11 16:39:29,1856.0,8.0,199.0,32.0,212.0,22.0,397.0,1356.0,The ctypes-based simple ImageMagick binding for Python.,104.0,35,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,19364.0,18643.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,721.0,895932.0,897316.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,38791.0,,,,,2.0,44994.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,2024-04-11 10:31:26.888000,2024-04-10 17:17:59,3013.0,65.0,356.0,55.0,1149.0,303.0,949.0,1346.0,Cartopy - a cartographic python library with matplotlib support.,125.0,35,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,5203.0,4708.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,495.0,216572.0,290181.0,https://anaconda.org/conda-forge/cartopy,2024-04-11 10:31:26.888,3459650.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,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-04-03 09:13:20.470000,2024-03-21 07:35:29,2816.0,48.0,275.0,34.0,209.0,42.0,500.0,1229.0,Python interface for igraph.,74.0,35,False,2024-02-14 11:09:57.000,0.11.4,40.0,python-igraph,conda-forge/igraph,,,,4297.0,3874.0,https://pypi.org/project/python-igraph,2024-02-14 11:09:57.000,423.0,454386.0,472445.0,https://anaconda.org/conda-forge/igraph,2024-04-03 09:13:20.470,513356.0,,,,,1.0,562576.0,,,,,,,,,,,,,,,,,,, +145,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-04-11 15:05:58.000000,2024-04-11 10:23:40,1632.0,100.0,165.0,31.0,1524.0,71.0,177.0,1151.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,78.0,35,True,2024-04-11 13:19:45.000,2024.3.0,26.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],10300.0,10273.0,https://pypi.org/project/scikit-learn-intelex,2024-04-11 13:19:45.000,27.0,150706.0,157561.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-04-09 10:05:37.502,246813.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +146,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-04-08 15:57:32.000000,2024-04-08 15:54:52,1543.0,16.0,211.0,34.0,684.0,31.0,572.0,983.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,30865.0,28751.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2114.0,8659081.0,8823069.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7379474.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,2024-03-25 08:59:45.000000,2024-03-22 00:49:10,14865.0,61.0,506.0,51.0,2289.0,392.0,959.0,731.0,Workflows and interfaces for neuroimaging packages.,256.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4374.0,4196.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,178.0,149877.0,163431.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,596398.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,2024-04-09 19:17:24.000000,2024-04-03 02:14:55,1508.0,11.0,7269.0,383.0,656.0,465.0,3048.0,28553.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",266.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1705.0,1699.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,6.0,,5062.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,227799.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-04-11 08:25:56.000000,2024-04-11 04:16:01,7819.0,301.0,2653.0,296.0,191.0,27.0,1039.0,25951.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-04-06 04:41:36.000,7.5.8,635.0,netron,,,,"['pytorch', 'tensorflow']",87.0,12.0,https://pypi.org/project/netron,2024-04-06 04:41:36.000,75.0,26759.0,154500.0,,,,,,,,1.0,127741.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-03-22 21:40:44.000000,2024-03-13 15:16:33,391.0,2.0,4735.0,845.0,268.0,550.0,611.0,25554.0,Library for fast text representation and classification.,68.0,34,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,6042.0,5810.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,232.0,1157375.0,1159136.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,75736.0,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +151,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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3924.0,663.0,1674.0,137.0,1985.0,24164.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'],454.0,411.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,3662.0,20557.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2584.0,,,,,2.0,1126780.0,,,,,,,,,,,,,,,,,,, +152,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-04-11 14:08:42.000000,2024-04-11 14:04:39,17730.0,940.0,2678.0,378.0,4848.0,430.0,3382.0,21137.0,The platform for customizing AI from enterprise data.,825.0,34,False,2024-04-10 03:37:51.000,24.4.2.0,460.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-04-10 21:13:21.000,,17000.0,17000.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,2024-04-11 10:30:03.000000,2024-04-05 18:42:52,8866.0,69.0,2975.0,271.0,1239.0,166.0,665.0,17882.0,Best Practices on Recommendation Systems.,131.0,34,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,109.0,107.0,https://pypi.org/project/recommenders,2022-04-01 08:49:49.000,2.0,52457.0,52464.0,,,,,,,,1.0,470.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +154,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-04-04 11:05:28.000000,2023-10-18 07:33:05,791.0,,4457.0,437.0,441.0,383.0,1725.0,17701.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,34,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,150.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,129.0,810868.0,842772.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1147539.0,,,,,1.0,2423.0,,,,,,,,,,,,,,,,,,, +155,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-04-11 12:05:09.000000,2024-04-11 12:05:08,18183.0,748.0,5885.0,71.0,11663.0,1172.0,15916.0,14010.0,The Unified AI Framework.,1470.0,34,True,2023-06-29 19:33:01.167,0.0.0,116.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,2024-03-15 11:49:07.000,9.0,1083.0,1083.0,,,,,,,,2.0,,-1.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-03-27 20:19:41.000000,2024-03-25 12:37:43,1333.0,1.0,2229.0,334.0,1588.0,372.0,1857.0,13927.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,34,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1164.0,1127.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,37.0,53095.0,53095.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,, +157,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-04-09 14:20:56.000000,2024-04-09 14:05:35,2464.0,28.0,986.0,201.0,2293.0,249.0,836.0,8335.0,Deep universal probabilistic programming with Python and PyTorch.,154.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,116.0,288062.0,292207.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,153382.0,,,,,1.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,2024-04-11 07:12:26.000000,2024-03-01 05:10:21,4343.0,101.0,870.0,141.0,479.0,97.0,774.0,7031.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,34,True,2024-03-01 06:47:02.000,1.8.1,24.0,stanza,stanfordnlp/stanza,,,,2738.0,2639.0,https://pypi.org/project/stanza,2024-03-01 06:42:39.000,99.0,201320.0,201470.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7390.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-04-01 13:06:05.000000,2023-11-16 08:43:39,1418.0,,872.0,219.0,221.0,174.0,233.0,6772.0,Efficiently computes derivatives of numpy code.,56.0,34,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,8120.0,7792.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,328.0,1280732.0,1299406.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,410842.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-04-10 10:37:11.000000,2024-04-03 20:11:11,3271.0,10.0,914.0,136.0,651.0,53.0,1127.0,6644.0,Python library for audio and music analysis.,120.0,34,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1598.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1598.0,2575295.0,2591484.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,728527.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,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-04-11 14:44:51.000000,2024-04-11 09:03:56,2587.0,609.0,1191.0,243.0,8542.0,779.0,1414.0,5830.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, etc.) on Intel..",99.0,34,True,2023-11-13 02:02:20.000,2.4.0,869.0,bigdl,,,,,54.0,49.0,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,1.0,6297.0,6301.0,,,,,,,,2.0,358.0,-1.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,4.0,,, +162,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-04-09 16:24:23.000000,2024-04-09 16:13:40,2338.0,65.0,626.0,95.0,254.0,446.0,533.0,5205.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",94.0,34,True,2024-04-09 16:24:23.000,1.15.1,159.0,clearml,,allegroai/trains,,,1048.0,1030.0,https://pypi.org/project/clearml,2024-04-09 16:23:34.000,18.0,323483.0,324044.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30237.0,2.0,2357.0,,,,,,,,,,,,,,,,,,, +163,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-03-31 13:12:23.000000,2024-03-31 13:12:23,1645.0,8.0,839.0,118.0,527.0,145.0,340.0,4756.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,106.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],13055.0,12863.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,192.0,802958.0,809639.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,300683.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,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-04-11 00:13:18.000000,2024-04-08 16:47:47,1687.0,33.0,606.0,60.0,1830.0,151.0,1255.0,4448.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,474.0,34,True,2024-04-01 10:35:11.000,0.5.0.post2,1586.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2840.0,2787.0,https://pypi.org/project/pytorch-ignite,2024-04-11 00:13:18.000,53.0,188288.0,190840.0,https://anaconda.org/pytorch/ignite,2024-04-01 12:32:01.049,178643.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,2024-04-10 08:08:40.000000,2024-04-05 22:35:54,12206.0,68.0,1105.0,101.0,1334.0,152.0,746.0,4427.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",133.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,516.0,505.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,28841.0,29658.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,36805.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +166,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-04-11 06:02:44.000000,2024-04-11 06:02:44,1146.0,24.0,588.0,115.0,867.0,284.0,1040.0,4030.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",165.0,34,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3879.0,3706.0,https://pypi.org/project/coremltools,2023-11-01 14:33:59.000,173.0,196614.0,198016.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,53976.0,,,,,2.0,9265.0,,,,,,,,,,,,,,,,,,, +167,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-02-15 18:01:45.000000,2024-02-15 18:01:44,1293.0,3.0,2511.0,1971.0,533.0,386.0,1076.0,3942.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,102.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-02-06 19:36:25.000,48.0,612554.0,612562.0,,,,,,,,2.0,537.0,,,,,,,,,,,,,,,,,,, +168,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-04-10 23:40:38.000000,2024-04-07 15:41:13,1835.0,69.0,363.0,54.0,1581.0,65.0,413.0,2938.0,Bayesian optimization in PyTorch.,110.0,34,True,2024-02-27 06:16:38.000,0.10.0,43.0,botorch,conda-forge/botorch,,,['pytorch'],985.0,937.0,https://pypi.org/project/botorch,2024-02-27 06:16:38.000,48.0,137833.0,140151.0,https://anaconda.org/conda-forge/botorch,2024-02-27 09:02:55.942,102002.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +169,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-04-11 11:34:22.000000,2024-03-24 23:49:13,2305.0,9.0,624.0,74.0,2865.0,217.0,718.0,2372.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",225.0,34,True,2024-03-28 15:39:10.000,2.2.2,33.0,torchaudio,,,,['pytorch'],627.0,,https://pypi.org/project/torchaudio,2024-03-27 21:12:31.000,627.0,5693562.0,5693562.0,,,,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +170,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-04-11 07:27:09.000000,2024-04-11 01:46:49,2957.0,171.0,287.0,68.0,1685.0,84.0,604.0,2255.0,Adaptive Experimentation Platform.,167.0,34,True,2024-03-01 16:28:08.000,0.3.7,40.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],720.0,691.0,https://pypi.org/project/ax-platform,2024-03-01 16:28:08.000,29.0,101266.0,101795.0,https://anaconda.org/conda-forge/ax-platform,2024-03-02 16:28:38.668,17994.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +171,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-04-11 14:38:54.000000,2024-04-10 16:12:01,1014.0,80.0,355.0,56.0,1163.0,323.0,392.0,2100.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,102.0,34,True,2024-04-09 09:58:17.000,1.18.1,60.0,optimum,conda-forge/optimum,,,,2162.0,2084.0,https://pypi.org/project/optimum,2024-04-09 09:46:30.000,78.0,935939.0,936449.0,https://anaconda.org/conda-forge/optimum,2024-04-09 11:43:54.173,12240.0,,,,,1.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-04-11 14:20:31.000000,2024-04-11 14:19:39,5134.0,144.0,506.0,19.0,1234.0,1013.0,624.0,2096.0,"This is the development home of the workflow management system Snakemake. For general information, see.",320.0,34,True,2024-04-04 20:43:21.000,8.10.6,328.0,snakemake,bioconda/snakemake,,,,2199.0,1930.0,https://pypi.org/project/snakemake,2024-04-04 20:43:21.000,269.0,174796.0,184742.0,https://anaconda.org/bioconda/snakemake,2024-04-04 22:52:02.868,1014524.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,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-04-10 04:44:56.000000,2024-03-13 00:47:35,874.0,8.0,323.0,44.0,1019.0,161.0,168.0,1195.0,Making text a first-class citizen in TensorFlow.,113.0,34,True,2024-03-11 20:48:59.000,2.16.1,69.0,tensorflow-text,,,,['tensorflow'],6791.0,6651.0,https://pypi.org/project/tensorflow-text,2024-03-11 17:56:47.000,140.0,6952062.0,6952062.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-02-23 21:54:31.000000,2024-02-23 21:54:27,1531.0,7.0,153.0,41.0,132.0,8.0,640.0,1162.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,34,True,2023-12-21 20:05:21.000,1.9.1,32.0,agate,conda-forge/agate,,,,3152.0,3003.0,https://pypi.org/project/agate,2023-12-21 20:05:21.000,149.0,6026766.0,6031562.0,https://anaconda.org/conda-forge/agate,2023-12-21 21:50:42.816,167893.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,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-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13245.0,1568.0,227.0,764.0,584.0,51639.0,The worlds simplest facial recognition api for Python and the command line.,54.0,33,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],88.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,67.0,201091.0,201571.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,20054.0,,,,,2.0,1228.0,,,,,,,,,,,,,,,,,,, +176,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-04-11 14:07:26.000000,2024-04-08 07:09:40,3054.0,106.0,4212.0,377.0,3795.0,391.0,1192.0,37725.0,"Making large AI models cheaper, faster and more accessible.",174.0,33,True,2024-03-07 15:38:25.000,0.3.6,36.0,,,,,,339.0,339.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-04-03 20:11:26.000000,2023-07-11 13:03:36,1421.0,,3770.0,755.0,1135.0,403.0,588.0,18917.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'],538.0,500.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,38.0,3156.0,3156.0,,,,,,,,2.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,2024-02-13 08:02:51.000000,2020-10-14 16:36:49,6226.0,,4630.0,1005.0,1869.0,362.0,658.0,17028.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1074.0,988.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,86.0,2821.0,2995.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7505.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +179,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-03-07 11:44:47.000000,2023-10-26 05:31:53,3012.0,,1800.0,285.0,3504.0,374.0,1681.0,13704.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,650.0,612.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,14946.0,14946.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,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-04-07 21:40:05.000000,2024-04-07 21:39:08,3796.0,41.0,871.0,136.0,172.0,103.0,996.0,11849.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",95.0,33,True,2024-03-20 21:35:23.000,16.1.2,235.0,ocrmypdf,conda-forge/ocrmypdf,,,,802.0,781.0,https://pypi.org/project/ocrmypdf,2024-03-20 21:35:23.000,21.0,85153.0,87156.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,62245.0,,,,,2.0,2922.0,-1.0,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +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,2024-02-26 15:57:08.680000,2024-02-23 19:03:07,2440.0,6.0,1539.0,289.0,430.0,284.0,637.0,9485.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,33,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2750.0,2688.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,62.0,39270.0,44630.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,246587.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,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,,898.0,259.0,148.0,108.0,103.0,9107.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,25785.0,23627.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,2158.0,7376932.0,7382595.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,526668.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,4.0,1399.0,302.0,894.0,133.0,759.0,9061.0,AutoML library for deep learning.,143.0,33,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],674.0,661.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,21460.0,21693.0,,,,,,,,1.0,17958.0,,,,,,,,,,,,,,,,,,, +184,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-04-03 14:33:19.000000,2024-03-16 17:36:36,1731.0,9.0,1310.0,147.0,208.0,196.0,145.0,7921.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,33,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3585.0,3520.0,https://pypi.org/project/pyod,2024-02-09 06:50:32.000,65.0,711695.0,713673.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,92996.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,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-04-11 14:49:48.000000,2024-04-08 17:23:14,889.0,67.0,702.0,278.0,1177.0,307.0,367.0,7530.0,"Build and manage real-life ML, AI, and data science projects with ease!.",83.0,33,True,2024-03-29 22:28:10.000,2.11.9,116.0,metaflow,conda-forge/metaflow,,,,647.0,619.0,https://pypi.org/project/metaflow,2024-03-29 22:28:10.000,28.0,250444.0,254070.0,https://anaconda.org/conda-forge/metaflow,2024-04-05 18:06:05.790,163189.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,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-04-11 14:58:57.000000,2024-04-10 21:56:10,38575.0,509.0,824.0,146.0,9422.0,1064.0,5071.0,7231.0,cuDF - GPU DataFrame Library.,277.0,33,True,2024-04-10 15:05:51.000,24.04.00,48.0,cudf,,,,,64.0,53.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,11.0,3033.0,3033.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,2024-04-11 14:49:29.000000,2024-04-11 14:49:26,1173.0,50.0,783.0,61.0,936.0,253.0,1139.0,7209.0,A python library for user-friendly forecasting and anomaly detection on time series.,115.0,33,True,2024-03-05 21:28:26.000,0.28.0,41.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,576.0,571.0,https://pypi.org/project/u8darts,2024-03-05 21:28:26.000,5.0,23141.0,24375.0,https://anaconda.org/conda-forge/u8darts-all,2024-03-06 11:14:27.080,40477.0,https://hub.docker.com/r/unit8/darts,2024-03-05 10:14:43.603879,,540.0,1.0,,,,,,,,,,,,,,,,,,,, +188,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-04-11 11:23:53.000000,2024-04-11 11:23:53,2170.0,88.0,839.0,98.0,2419.0,320.0,938.0,7061.0,AutoGluon: Fast and Accurate ML in 3 Lines of Code.,117.0,33,True,2023-11-30 05:58:09.000,1.0.0,1448.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",665.0,656.0,https://pypi.org/project/autogluon,2024-04-11 09:05:12.000,9.0,75432.0,75560.0,,,,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,7333.0,1.0,,,,,,,,,,,,,,,,,,,, +189,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-04-10 20:04:21.000000,2024-04-02 22:34:33,1351.0,36.0,858.0,158.0,1695.0,173.0,824.0,7011.0,An open source python library for automated feature engineering.,72.0,33,True,2024-02-26 17:29:32.000,1.30.0,105.0,featuretools,conda-forge/featuretools,,,,1659.0,1581.0,https://pypi.org/project/featuretools,2024-02-26 17:29:32.000,78.0,51862.0,55728.0,https://anaconda.org/conda-forge/featuretools,2024-02-27 14:54:50.393,177859.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +190,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-04-03 16:53:16.000000,2024-03-29 23:28:48,1786.0,20.0,759.0,128.0,273.0,449.0,332.0,6914.0,Uniform Manifold Approximation and Projection.,129.0,33,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,600.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,599.0,832692.0,883869.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2354176.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-04-11 14:16:58.000000,2024-04-11 13:24:12,3101.0,156.0,708.0,139.0,101.0,91.0,328.0,5977.0,Fit interpretable models. Explain blackbox machine learning.,42.0,33,True,2024-03-18 15:53:29.000,0.6.0,48.0,interpret,,,,['jupyter'],685.0,653.0,https://pypi.org/project/interpret,2024-03-16 10:19:37.000,32.0,93459.0,93459.0,,,,,,,,1.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,,1397.0,289.0,6588.0,13.0,2030.0,5862.0,A flexible framework of neural networks for deep learning.,324.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3621.0,3217.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,404.0,19222.0,19557.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16778.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +193,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-02-02 08:20:24.000000,2023-07-28 00:16:45,2332.0,,1102.0,189.0,234.0,270.0,281.0,5533.0,Distributed Evolutionary Algorithms in Python.,87.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4988.0,4612.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,376.0,190765.0,199414.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,363282.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,2024-04-11 13:24:32.000000,2024-04-09 12:51:53,29743.0,308.0,1564.0,182.0,2086.0,35.0,1583.0,4784.0,"mlpack: a fast, header-only C++ machine learning library.",314.0,33,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,2024-04-10 13:40:15.000,1.0,2220.0,5905.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,169520.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +195,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-04-03 00:26:51.000000,2024-03-26 22:58:37,1083.0,31.0,466.0,238.0,757.0,205.0,333.0,4540.0,Model interpretability and understanding for PyTorch.,110.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2015.0,1948.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,67.0,230244.0,231058.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,22807.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +196,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-03-22 23:25:46.000000,2023-12-03 03:47:34,490.0,,595.0,65.0,216.0,191.0,156.0,3982.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6333.0,6267.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,66.0,736086.0,739588.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,140105.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +197,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-04-11 00:29:46.000000,2024-04-08 16:41:17,1275.0,17.0,239.0,37.0,430.0,90.0,210.0,3510.0,Lightning fast forecasting with statistical and econometric models.,38.0,33,True,2024-04-08 16:44:34.000,1.7.4,32.0,statsforecast,conda-forge/statsforecast,,,,829.0,799.0,https://pypi.org/project/statsforecast,2024-04-08 16:44:34.000,30.0,502841.0,505316.0,https://anaconda.org/conda-forge/statsforecast,2024-04-08 20:04:06.356,61891.0,,,,,1.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-04-11 15:31:59.000000,2024-04-09 13:14:01,2939.0,151.0,302.0,25.0,2703.0,161.0,1690.0,3079.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",85.0,33,True,2024-03-27 13:16:39.000,1.26.1,100.0,rubrix,conda-forge/rubrix,,,,2395.0,2395.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,430.0,1465.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,29007.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +199,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-04-05 04:29:46.000000,2024-04-04 13:00:31,2941.0,12.0,692.0,76.0,859.0,272.0,629.0,2609.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",125.0,33,True,2024-03-08 20:41:28.000,0.1.25,25.0,pgmpy,,,,,936.0,903.0,https://pypi.org/project/pgmpy,2024-03-08 20:00:14.000,33.0,60049.0,60055.0,,,,,,,,2.0,320.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-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,5.0,584.0,69.0,481.0,245.0,702.0,2281.0,Survival analysis in Python.,117.0,33,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2492.0,2355.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,137.0,488830.0,495635.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,319846.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,2024-04-10 05:48:47.000000,2024-04-10 05:48:47,3692.0,16.0,193.0,50.0,1361.0,129.0,718.0,1962.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,2016.0,1993.0,https://pypi.org/project/pythran,2024-01-07 21:21:39.000,23.0,218208.0,228851.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,457672.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +202,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-04-11 13:17:18.000000,2024-04-11 13:17:17,4235.0,44.0,1075.0,154.0,1102.0,59.0,633.0,1753.0,Documentation and samples for ArcGIS API for Python.,91.0,33,True,2023-10-03 15:37:18.000,2.2.0,42.0,arcgis,,esridocker/arcgis-api-python-notebook,,,771.0,738.0,https://pypi.org/project/arcgis,2024-02-28 17:36:05.000,33.0,130377.0,130497.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,10933.0,,,,,,,,,,,,,,,,,,, +203,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-04-11 14:28:56.000000,2024-03-01 15:29:40,1173.0,5.0,360.0,66.0,599.0,273.0,349.0,1450.0,A Jupyter - Leaflet.js bridge.,88.0,33,True,2024-01-23 17:57:40.189,0.18.2,81.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],8328.0,8141.0,https://pypi.org/project/ipyleaflet,2024-01-23 17:54:03.000,181.0,139401.0,171798.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1113120.0,,,,,2.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-01-23 17:57:40.189,6.0,8714.0,,,,,,,,,,, +204,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-04-11 13:43:25.000000,2024-04-10 16:23:07,13938.0,251.0,419.0,50.0,2088.0,151.0,774.0,665.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",159.0,33,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1157.0,1044.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,113.0,28090.0,38136.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,431992.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-04-11 15:17:22.000000,2024-04-11 03:13:15,4107.0,739.0,2590.0,264.0,3500.0,96.0,478.0,23604.0,You like pytorch? You like micrograd? You love tinygrad!.,297.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],61.0,61.0,,,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +206,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,,3420.0,465.0,671.0,590.0,672.0,14840.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1557.0,1467.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,90.0,5093.0,5093.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +207,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2023-10-25 13:56:47.000000,2021-07-29 23:17:25,531.0,,1760.0,263.0,114.0,96.0,535.0,11248.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,,,,5525.0,5344.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,181.0,379408.0,381684.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,200307.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +208,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1159.0,337.0,1683.0,523.0,1294.0,11153.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,391.0,370.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,21.0,18392.0,18519.0,,,,,,,,3.0,9689.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,2024-04-08 20:21:16.000000,2024-04-08 20:21:10,864.0,2.0,1363.0,419.0,87.0,32.0,159.0,9691.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1320.0,1267.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,53.0,24547.0,25059.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,27141.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +210,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-04-11 14:38:54.000000,2024-04-10 21:24:18,1601.0,99.0,642.0,84.0,712.0,103.0,248.0,8378.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",46.0,32,False,2024-03-19 22:29:03.000,2.6.3,28.0,cleanlab,conda-forge/cleanlab,,,,303.0,293.0,https://pypi.org/project/cleanlab,2024-03-19 22:29:03.000,10.0,13961.0,14539.0,https://anaconda.org/conda-forge/cleanlab,2024-03-25 10:23:11.703,20812.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-04-10 04:32:13.000000,2024-04-03 01:11:50,1150.0,21.0,1229.0,147.0,166.0,247.0,1249.0,8250.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,142.0,32,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],784.0,770.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,7050.0,10852.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,201506.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,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-04-11 09:06:51.000000,2024-03-08 03:19:52,2899.0,4.0,1624.0,87.0,1640.0,307.0,1834.0,8201.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",119.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1164.0,1160.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,4.0,2855.0,2855.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-02-11 06:38:37.000000,2024-02-11 06:36:31,669.0,1.0,329.0,68.0,107.0,32.0,136.0,7872.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,32,True,2023-10-01 01:13:46.000,0.7.0,14.0,einops,conda-forge/einops,,,,31841.0,30973.0,https://pypi.org/project/einops,2023-10-01 01:13:46.000,868.0,6615164.0,6619883.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,198227.0,,,,,3.0,,-1.0,,,,,,,,,,,,,,,,,, +214,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7789.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,42974.0,41966.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,1008.0,2284543.0,2310111.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1150339.0,,,,,2.0,413.0,,,,,,,,,,,,,,,,,,, +215,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-04-08 19:09:21.000000,2024-03-13 19:58:20,1220.0,2.0,1078.0,124.0,274.0,250.0,430.0,7071.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,32,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,14777.0,14265.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,512.0,2223942.0,2235210.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,754992.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,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-03-13 10:57:14.000000,2024-03-13 09:36:57,2708.0,3.0,1130.0,209.0,1048.0,20.0,615.0,6529.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-03-13 10:57:14.000,1.6.0,63.0,deeppavlov,,,,['tensorflow'],389.0,382.0,https://pypi.org/project/deeppavlov,2024-03-13 10:57:14.000,7.0,9037.0,9037.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1850.0,198.0,206.0,12.0,1343.0,6297.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1558.0,1511.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,47.0,13510.0,13858.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10383.0,,,,,3.0,163.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,2024-04-06 06:35:34.781000,2024-04-05 22:39:30,164.0,11.0,1041.0,197.0,109.0,152.0,302.0,5885.0,Official Kaggle API.,38.0,32,True,2024-04-05 22:34:52.000,1.6.11,70.0,kaggle,conda-forge/kaggle,,,,414.0,21.0,https://pypi.org/project/kaggle,2024-04-05 22:34:52.000,393.0,222637.0,226025.0,https://anaconda.org/conda-forge/kaggle,2024-04-06 06:35:34.781,145709.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,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-04-01 08:16:02.000000,2024-04-01 08:13:40,1215.0,6.0,651.0,63.0,133.0,59.0,435.0,5739.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",41.0,32,True,2024-04-01 08:16:02.000,2.5.0,210.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1413.0,1380.0,https://pypi.org/project/pytorch-metric-learning,2024-04-01 08:03:08.000,33.0,349108.0,349329.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11293.0,,,,,1.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-04-10 12:19:55.000000,2024-04-10 12:19:52,614.0,13.0,681.0,108.0,188.0,14.0,341.0,5482.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,32,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,1260.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,1260.0,2279926.0,2293262.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,600136.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,2024-04-10 20:08:30.000000,2024-03-22 10:52:33,2173.0,29.0,281.0,43.0,2137.0,337.0,654.0,4744.0,Aim An easy-to-use & supercharged open-source experiment tracker.,64.0,32,True,2024-03-22 10:54:33.000,3.19.2,952.0,aim,conda-forge/aim,,,,529.0,506.0,https://pypi.org/project/aim,2024-04-10 20:08:30.000,23.0,68584.0,69885.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,42963.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,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-04-03 08:42:04.000000,2024-03-15 22:39:59,618.0,4.0,118.0,76.0,68.0,14.0,124.0,3698.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2024-03-15 22:38:56.000,6.2.0,50.0,ftfy,conda-forge/ftfy,,,,19029.0,18362.0,https://pypi.org/project/ftfy,2024-03-15 22:38:56.000,667.0,5029455.0,5036710.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,282980.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,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-04-03 16:13:47.000000,2024-03-15 01:19:18,1424.0,31.0,454.0,56.0,771.0,40.0,475.0,3621.0,NeuralProphet: A simple forecasting package.,52.0,32,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],419.0,414.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,121999.0,121999.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,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-04-10 11:53:08.000000,2024-04-10 11:53:08,1496.0,6.0,363.0,90.0,740.0,136.0,441.0,3198.0,Quickly and accurately render even the largest data.,55.0,32,True,2023-10-26 15:10:16.000,0.16.0,45.0,datashader,conda-forge/datashader,,,,4004.0,3863.0,https://pypi.org/project/datashader,2024-04-10 09:38:31.000,141.0,96081.0,113367.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,812449.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,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,,602.0,78.0,78.0,72.0,161.0,3125.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,,,,5735.0,5564.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,171.0,1959423.0,1962377.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,242231.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,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-04-11 13:23:57.000000,2024-04-11 13:16:35,834.0,45.0,351.0,42.0,910.0,34.0,284.0,2968.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",45.0,32,True,2024-03-04 14:51:09.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",280.0,277.0,https://pypi.org/project/python-doctr,2024-03-04 14:51:09.000,3.0,28086.0,99519.0,,,,,,,,2.0,2714474.0,,,,,,,,,,,,,,,,,,, +227,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-04-05 20:34:01.000000,2024-04-05 20:34:01,476.0,12.0,732.0,119.0,125.0,64.0,370.0,2942.0,"Hidden Markov Models in Python, with scikit-learn like API.",48.0,32,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2563.0,2414.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,149.0,198258.0,203164.0,https://anaconda.org/conda-forge/hmmlearn,2024-03-02 05:37:57.119,210972.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,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-04-11 04:37:47.000000,2024-04-06 01:15:39,702.0,3.0,252.0,43.0,816.0,72.0,285.0,2855.0,PyTorch extensions for high performance and large scale training.,74.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4765.0,4699.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,485623.0,491697.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,176162.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-04-09 21:52:32.000000,2024-04-09 21:52:28,976.0,13.0,225.0,39.0,533.0,71.0,173.0,2797.0,JAX-based neural network library.,81.0,32,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,1892.0,1802.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,90.0,291603.0,292010.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,15502.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +230,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-04-04 13:41:24.000000,2024-03-20 01:04:29,1637.0,3.0,324.0,60.0,189.0,126.0,195.0,2773.0,The machine learning toolkit for time series analysis in Python.,43.0,32,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1259.0,1210.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,365512.0,393526.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1288658.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,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-03-15 06:37:00.287000,2021-10-12 13:32:38,1570.0,,541.0,64.0,546.0,322.0,393.0,2720.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-03-14 18:24:11.000,0.10.1,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,283.0,,https://pypi.org/project/scikit-optimize,2024-03-14 18:24:11.000,283.0,812495.0,828621.0,https://anaconda.org/conda-forge/scikit-optimize,2024-03-15 06:37:00.287,709563.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-04-04 16:01:23.000000,2024-03-18 20:30:45,1372.0,19.0,315.0,22.0,47.0,35.0,202.0,2219.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,474.0,464.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,125494.0,126573.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,43168.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +233,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-03-28 16:57:11.000000,2024-03-28 16:57:04,547.0,4.0,161.0,43.0,77.0,7.0,127.0,1987.0,a python library for doing approximate and phonetic matching of strings.,31.0,32,True,2023-11-17 20:44:09.000,1.0.3,42.0,jellyfish,conda-forge/jellyfish,,,,9033.0,8568.0,https://pypi.org/project/jellyfish,2023-11-17 20:44:09.000,465.0,3155836.0,3173557.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,815194.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-03-28 19:21:09.000000,2024-03-28 19:19:25,204.0,13.0,255.0,57.0,74.0,49.0,225.0,1927.0,A Python wrapper for the tesseract-ocr API.,30.0,32,True,2024-03-28 18:27:41.000,2.6.3,20.0,tesserocr,conda-forge/tesserocr,,,,1028.0,956.0,https://pypi.org/project/tesserocr,2024-03-28 18:27:41.000,72.0,61068.0,63527.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,132765.0,,,,,2.0,163.0,,,,,,,,,,,,,,,,,,, +235,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1588.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,10105.0,9569.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,536.0,643634.0,645255.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,139441.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder +236,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-04-04 02:09:59.000000,2024-04-04 02:09:55,826.0,8.0,327.0,120.0,779.0,215.0,167.0,1460.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",84.0,32,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3690.0,3660.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,30.0,913289.0,913289.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,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-04-11 14:38:40.000000,2024-04-11 14:38:40,11439.0,161.0,236.0,55.0,12098.0,230.0,2180.0,933.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-04-10 20:37:13.000,0.2.130,150.0,hail,,,,['spark'],147.0,127.0,https://pypi.org/project/hail,2024-04-10 20:37:13.000,20.0,39270.0,39270.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,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-04-04 17:53:01.000000,2024-03-30 21:35:04,1071.0,23.0,170.0,35.0,116.0,31.0,60.0,714.0,Snowball compiler and stemming algorithms.,34.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6842.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,6837.0,15865346.0,15950513.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7835373.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-03-17 08:58:36.000000,2023-07-13 08:50:20,531.0,,2702.0,384.0,120.0,232.0,560.0,24821.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],684.0,678.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,14195.0,72435.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,79651.0,,,,,2.0,3063887.0,,,,,,,,,,,,,,,,,,, +240,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2090.0,186.0,1005.0,580.0,719.0,12486.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,False,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1583.0,1577.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,6.0,6670.0,6681.0,,,,,,,,2.0,672.0,,,,,,,,,,,,,,,,,,, +241,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2436.0,457.0,260.0,577.0,363.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5340.0,4851.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,489.0,6980.0,6980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +242,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-03-11 18:51:27.000000,2024-03-11 18:51:26,551.0,4.0,1203.0,168.0,429.0,63.0,470.0,8064.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],100.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,79.0,245776.0,274321.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1341615.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,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-04-09 18:21:43.000000,2024-03-26 15:14:29,5965.0,72.0,968.0,112.0,1631.0,98.0,643.0,7491.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-03-25 22:52:24.000,2.10.0,121.0,perspective-python,conda-forge/perspective,,,['jupyter'],138.0,117.0,https://pypi.org/project/perspective-python,2024-03-25 22:45:59.000,17.0,4410.0,18743.0,https://anaconda.org/conda-forge/perspective,2024-03-26 20:17:11.439,534976.0,,,,,2.0,2511.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-03-25 22:45:31.297,4.0,2425.0,,,,,,,,,,, +244,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-04-01 16:57:33.000000,2024-03-06 05:23:22,360.0,4.0,1455.0,133.0,135.0,13.0,324.0,7441.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2627.0,2508.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,119.0,374958.0,374959.0,,,,,,,,2.0,143.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +245,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,,1594.0,302.0,294.0,152.0,268.0,5409.0,Portfolio and risk analytics in Python.,59.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1022.0,988.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,34.0,9392.0,9567.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12962.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +246,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-04-11 04:15:52.000000,2024-03-28 21:20:06,3860.0,14.0,550.0,85.0,552.0,102.0,474.0,4750.0,Online machine learning in Python.,111.0,31,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,490.0,458.0,https://pypi.org/project/river,2023-12-05 00:13:21.000,32.0,32858.0,34355.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,53923.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,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-04-09 17:30:37.000000,2022-09-24 16:20:26,585.0,,906.0,98.0,222.0,108.0,453.0,4695.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,31,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3845.0,3783.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,62.0,103255.0,103931.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20289.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1009.0,153.0,115.0,150.0,79.0,4470.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,,,,42792.0,41931.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,861.0,492807.0,496315.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,157901.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,71.0,367.0,98.0,460.0,4153.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,31,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,3048.0,2938.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,110.0,26032.0,26198.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4833.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-03-20 17:31:08.000000,2023-11-02 13:49:44,662.0,,824.0,150.0,127.0,124.0,104.0,4021.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,3264.0,3214.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,50.0,86868.0,87504.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,24178.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +251,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-04-08 14:24:28.000000,2024-04-08 14:14:18,1091.0,14.0,351.0,58.0,1347.0,125.0,174.0,3839.0,A Python toolbox for performing gradient-free optimization.,55.0,31,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,684.0,651.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,33.0,87609.0,88604.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,46788.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,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,274.0,669.0,3404.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,285.0,256.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,29.0,287802.0,287972.0,,,,,,,,3.0,15367.0,,,,,,,,,,,,,,,,,,, +253,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-04-05 19:47:48.000000,2024-03-19 23:19:11,3844.0,12.0,533.0,59.0,889.0,343.0,969.0,3394.0,A highly efficient implementation of Gaussian Processes in PyTorch.,130.0,31,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2099.0,2006.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,93.0,192972.0,196180.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,150819.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,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-03-19 06:24:29.000000,2022-05-31 03:18:45,1556.0,,437.0,94.0,124.0,85.0,348.0,3275.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1148.0,1087.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,61.0,254510.0,257033.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,105981.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,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-04-01 11:18:46.000000,2024-04-01 11:18:31,1289.0,13.0,279.0,53.0,220.0,51.0,416.0,2978.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,37.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,713.0,697.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,237529.0,258597.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,969132.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,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-04-01 18:35:40.000000,2024-03-04 19:25:47,1086.0,7.0,386.0,61.0,494.0,207.0,271.0,2819.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'],3535.0,3469.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,66.0,244933.0,245846.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,29216.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,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-04-11 11:13:28.000000,2024-04-11 11:13:27,1166.0,28.0,235.0,27.0,1007.0,96.0,418.0,2730.0,A python library for self-supervised learning on images.,38.0,31,True,2024-03-26 13:01:26.000,1.5.2,116.0,lightly,,,,['pytorch'],239.0,232.0,https://pypi.org/project/lightly,2024-03-26 13:01:26.000,7.0,26116.0,26116.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,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-02-06 22:15:06.000000,2023-11-20 19:03:21,997.0,,482.0,57.0,136.0,345.0,167.0,2667.0,A high performance implementation of HDBSCAN clustering.,87.0,31,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3554.0,3310.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,244.0,411422.0,455502.0,https://anaconda.org/conda-forge/hdbscan,2023-10-06 14:12:48.829,1851376.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,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-04-11 03:35:39.383000,2024-04-10 22:37:28,1136.0,50.0,275.0,35.0,462.0,104.0,341.0,2368.0,Scalable and user friendly neural forecasting algorithms.,43.0,31,True,2024-04-11 00:17:25.000,1.7.1,22.0,neuralforecast,conda-forge/neuralforecast,,,,127.0,120.0,https://pypi.org/project/neuralforecast,2024-04-11 00:17:25.000,7.0,26475.0,27013.0,https://anaconda.org/conda-forge/neuralforecast,2024-04-11 03:35:39.383,13456.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,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-04-09 11:39:30.000000,2024-04-09 11:39:30,957.0,4.0,397.0,39.0,150.0,45.0,242.0,2361.0,A library of sklearn compatible categorical variable encoders.,70.0,31,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1808.0,1624.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,184.0,1611169.0,1619603.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,253033.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,356.0,83.0,168.0,216.0,146.0,2324.0,D3 Renderings of Matplotlib Graphics.,52.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6198.0,5772.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,417.0,444304.0,449391.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,194724.0,,,,,2.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,854.0,,,,,,,,,,, +262,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-04-10 10:23:11.000000,2023-12-27 10:12:23,938.0,,215.0,49.0,313.0,131.0,128.0,1792.0,Evaluate: A library for easily evaluating machine learning models and datasets.,124.0,31,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,8197.0,8034.0,https://pypi.org/project/evaluate,2023-10-13 15:54:47.000,163.0,2630888.0,2630888.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,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-02-23 02:51:07.000000,2024-02-23 02:45:37,1079.0,2.0,227.0,34.0,251.0,53.0,271.0,1512.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,,,,7831.0,7742.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,89.0,2777184.0,2802099.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1046450.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,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-04-11 14:56:34.000000,2024-04-11 14:25:38,3997.0,252.0,46.0,164.0,522.0,136.0,408.0,1445.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2024-03-07 18:04:28.000,4.3.0,71.0,lets-plot,,,,,76.0,71.0,https://pypi.org/project/lets-plot,2024-03-07 17:37:54.000,5.0,18325.0,18337.0,,,,,,,,2.0,640.0,,,,,,,,,,,,,,,,,,, +265,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-04-10 07:52:57.000000,2024-04-10 07:50:36,1549.0,28.0,163.0,16.0,791.0,112.0,445.0,1275.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,108.0,31,True,2024-03-21 03:35:03.000,0.27.0,60.0,pyjanitor,conda-forge/pyjanitor,,,,601.0,581.0,https://pypi.org/project/pyjanitor,2024-03-21 03:34:57.000,20.0,71762.0,75804.0,https://anaconda.org/conda-forge/pyjanitor,2024-03-21 06:08:00.698,189974.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-04-11 10:14:55.000000,2024-04-08 10:27:16,10641.0,238.0,227.0,36.0,1471.0,206.0,349.0,1145.0,Computations and statistics on manifolds with geometric structures.,91.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,102.0,99.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3194.0,3296.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2263.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +267,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-04-10 20:22:56.000000,2024-04-10 20:22:56,3292.0,14.0,240.0,48.0,365.0,70.0,265.0,1028.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-01-23 22:08:06.000,2024.1,95.0,pyopencl,conda-forge/pyopencl,,,,2061.0,1846.0,https://pypi.org/project/pyopencl,2024-01-23 22:46:25.000,215.0,54542.0,76164.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,994619.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,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-04-11 13:10:22.000000,2024-04-10 06:32:51,13244.0,182.0,279.0,34.0,1767.0,463.0,627.0,1004.0,Python package for earth-observing satellite data processing.,152.0,31,False,2024-02-21 11:29:00.000,0.47.0,93.0,satpy,conda-forge/satpy,,,,140.0,122.0,https://pypi.org/project/satpy,2024-02-21 11:29:00.000,18.0,24711.0,28742.0,https://anaconda.org/conda-forge/satpy,2024-02-21 15:57:59.122,185463.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +269,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-03-15 13:42:37.000000,2024-03-12 18:40:47,933.0,11.0,214.0,59.0,99.0,44.0,174.0,983.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1778.0,1722.0,https://pypi.org/project/tensorflow-transform,2023-08-11 23:14:04.000,56.0,862864.0,862864.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,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-04-10 11:26:19.000000,2024-04-09 21:22:39,664.0,23.0,98.0,24.0,517.0,325.0,410.0,931.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-01-30 08:44:06.000,0.9.2,65.0,hvplot,conda-forge/hvplot,,,,4882.0,4773.0,https://pypi.org/project/hvplot,2024-01-29 16:25:57.000,109.0,172556.0,184479.0,https://anaconda.org/conda-forge/hvplot,2024-01-30 08:55:28.301,548461.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,,107.0,32.0,60.0,71.0,79.0,923.0,Describing statistical models in Python using symbolic formulas.,19.0,31,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,95545.0,92783.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,2762.0,15657023.0,15980554.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,10029470.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-03-04 21:27:42.000000,2024-03-04 21:27:41,1930.0,17.0,226.0,18.0,292.0,50.0,267.0,813.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-02-18 21:10:04.000,1.4.8,47.0,salib,conda-forge/salib,,,,1168.0,1077.0,https://pypi.org/project/salib,2024-02-18 21:10:04.000,91.0,168135.0,171672.0,https://anaconda.org/conda-forge/salib,2024-02-18 23:23:58.271,148593.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,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-04-11 15:17:59.000000,2024-03-28 13:41:38,166054.0,3322.0,89.0,51.0,2120.0,105.0,285.0,675.0,TensorFlow ROCm port.,4601.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,4033.0,4033.0,,,,,,,,3.0,21.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,, +274,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-04-11 13:22:38.000000,2024-04-11 13:22:37,2028.0,174.0,57.0,19.0,1500.0,30.0,210.0,520.0,The MLOps stack component for experiment tracking.,54.0,31,True,2024-04-08 08:28:32.000,1.10.2,205.0,neptune-client,conda-forge/neptune-client,,,,473.0,422.0,https://pypi.org/project/neptune-client,2024-04-08 08:28:32.000,51.0,533185.0,538112.0,https://anaconda.org/conda-forge/neptune-client,2024-04-08 09:58:08.810,231574.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-04-11 13:54:41.000000,2024-04-06 16:46:21,17105.0,27.0,110.0,27.0,3570.0,521.0,3381.0,488.0,"Keep code, data, containers under control with git and git-annex.",55.0,31,True,2024-04-06 16:46:33.000,1.0.0,112.0,datalad,conda-forge/datalad,,,,455.0,387.0,https://pypi.org/project/datalad,2024-04-06 16:46:33.000,68.0,18058.0,27379.0,https://anaconda.org/conda-forge/datalad,2024-04-06 20:56:14.874,428793.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,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,,4382.0,1253.0,557.0,836.0,2543.0,17451.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,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,455.0,600.0,,,,,,,,3.0,14438.0,4.0,,,,,,,,,,,,,,,,,, +277,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,,2067.0,284.0,3401.0,51.0,1494.0,10420.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,2218.0,2218.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,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-04-11 07:00:56.000000,2024-04-11 07:00:56,2918.0,39.0,2174.0,192.0,434.0,208.0,473.0,8982.0,FinRL: Financial Reinforcement Learning.,113.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,36.0,36.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1695.0,1695.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +279,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-03-27 23:33:39.000000,2024-02-20 22:38:05,385.0,2.0,2150.0,284.0,97.0,311.0,447.0,8365.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,,,,1591.0,1572.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,7300.0,20180.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6902.0,,,,,2.0,916385.0,,,,,,,,,,,,,,,,,,, +280,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,829.0,7388.0,Automated Machine Learning with scikit-learn.,88.0,30,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],596.0,557.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,17947.0,18536.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,21212.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +281,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-04-09 12:29:48.000000,2024-04-07 08:31:21,992.0,13.0,893.0,136.0,676.0,128.0,312.0,6698.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,85.0,30,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,360.0,353.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,56436.0,56909.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,19415.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,,, +282,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,,1394.0,190.0,785.0,40.0,423.0,6068.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'],633.0,621.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,3077.0,3241.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7556.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,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-02-19 12:55:24.000000,2024-02-19 12:55:23,1086.0,4.0,371.0,80.0,527.0,54.0,453.0,5607.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1228.0,1174.0,https://pypi.org/project/skorch,2023-09-04 09:59:43.000,54.0,143319.0,161438.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,779137.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +284,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-04-03 23:37:06.000000,2024-03-23 22:27:49,596.0,9.0,733.0,82.0,331.0,54.0,322.0,4721.0,Uplift modeling and causal inference with machine learning algorithms.,60.0,30,True,2024-02-22 19:20:29.000,0.15.0,23.0,causalml,,,,,191.0,190.0,https://pypi.org/project/causalml,2024-02-22 19:17:30.000,1.0,98955.0,98955.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,2024-03-16 23:51:50.000000,2024-03-06 14:52:20,787.0,8.0,377.0,75.0,285.0,63.0,508.0,4527.0,Visualizer for pandas data structures.,30.0,30,True,2024-03-07 14:03:25.000,3.11.0,181.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1097.0,1074.0,https://pypi.org/project/dtale,2024-03-07 14:02:27.000,23.0,56067.0,61782.0,https://anaconda.org/conda-forge/dtale,2024-03-07 14:28:38.963,268628.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-04-05 21:17:41.000000,2024-04-05 12:42:12,1456.0,16.0,762.0,74.0,1786.0,309.0,629.0,4249.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,16.0,254587.0,254611.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,749.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-03-18 02:23:40.000000,2023-12-19 14:36:52,3303.0,,537.0,119.0,371.0,77.0,737.0,3966.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,373.0,323.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,50.0,69403.0,70957.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,43538.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,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-04-11 12:41:37.000000,2024-04-10 15:49:43,15403.0,64.0,497.0,70.0,3460.0,839.0,1548.0,3878.0,cuML - RAPIDS Machine Learning Library.,170.0,30,True,2024-04-10 20:54:06.000,24.04.00,38.0,cuml,,,,,7.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,7.0,2572.0,2572.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-03-02 01:06:27.711000,2023-02-26 20:07:33,189.0,,502.0,76.0,37.0,11.0,121.0,3802.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,,,,15740.0,15596.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,144.0,345371.0,670878.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,325507.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +290,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-04-07 00:17:01.000000,2024-03-15 19:57:42,1777.0,53.0,571.0,39.0,821.0,472.0,283.0,3569.0,Time series forecasting with PyTorch.,45.0,30,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,58817.0,60086.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,54580.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-03-25 09:04:27.051000,2024-03-25 08:55:18,3659.0,3.0,459.0,100.0,1047.0,255.0,368.0,3549.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],180.0,55.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,108.0,117703.0,148153.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1272720.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,17.0,3371.0,,,,,,,,,,, +292,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-02-24 20:17:14.000000,2024-02-24 20:17:13,454.0,9.0,522.0,113.0,92.0,20.0,101.0,3412.0,Module for automatic summarization of text documents and HTML pages.,31.0,30,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,2761.0,2649.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,112.0,476389.0,476611.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7550.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-03-20 16:59:01.000000,2023-11-21 21:15:59,435.0,,602.0,78.0,228.0,79.0,406.0,3412.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1336.0,1296.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,40.0,158301.0,171701.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,575085.0,,,,,1.0,709.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,2024-04-11 12:35:54.000000,2024-04-08 19:28:51,1198.0,51.0,471.0,63.0,729.0,7.0,525.0,3399.0,On-device wake word detection powered by deep learning.,37.0,30,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,43.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,15.0,6800.0,6800.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-03-11 01:00:49.000000,2024-03-11 00:59:40,984.0,4.0,570.0,97.0,335.0,41.0,717.0,3246.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,30,True,2024-03-11 01:00:49.000,1.0.4,74.0,pomegranate,conda-forge/pomegranate,,,,1140.0,1080.0,https://pypi.org/project/pomegranate,2024-03-11 01:00:49.000,60.0,45825.0,48898.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,144433.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +296,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-04-11 13:54:18.000000,2024-04-11 09:54:28,616.0,105.0,564.0,37.0,837.0,122.0,688.0,3070.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",78.0,30,True,2024-03-27 16:32:44.000,1.0.1,30.0,anomalib,,,,,61.0,58.0,https://pypi.org/project/anomalib,2024-03-27 16:33:12.000,3.0,9106.0,9413.0,,,,,,,,2.0,8605.0,,,,,,,,,,,,,,,,,,, +297,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,324.0,66.0,75.0,15.0,121.0,3000.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,12940.0,12547.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,393.0,1538386.0,1542428.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,359766.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,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-04-11 14:21:29.000000,2024-04-10 20:51:17,7548.0,386.0,338.0,80.0,8769.0,148.0,329.0,2841.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",114.0,30,True,2024-04-04 18:49:09.000,0.30.0,515.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-04-11 02:40:21.000,4.0,45993.0,46167.0,,,,,,,,3.0,7860.0,,,,,,,,,,,,,,,,,,, +299,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-31 00:50:11.000000,2024-03-31 00:50:11,2705.0,33.0,366.0,36.0,517.0,50.0,216.0,2732.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,30,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,249.0,243.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,6.0,6874.0,7039.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7124.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,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,13.0,421.0,44.0,365.0,22.0,349.0,2649.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,30,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,586.0,572.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,2903.0,3186.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12770.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-04-05 13:21:22.787000,2024-04-05 11:33:33,2908.0,42.0,1055.0,122.0,515.0,61.0,299.0,2546.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,30,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],310.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,310.0,301955.0,325214.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,976911.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,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-04-11 04:18:39.000000,2024-04-10 17:44:46,5591.0,108.0,699.0,88.0,5847.0,201.0,853.0,2078.0,TFX is an end-to-end platform for deploying production ML pipelines.,183.0,30,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,2023-09-06 22:01:30.000,14.0,53538.0,53538.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,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-04-10 14:16:55.000000,2024-04-06 22:13:38,1501.0,56.0,203.0,50.0,251.0,167.0,157.0,2044.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",41.0,30,True,2024-04-06 21:47:05.000,0.33.7,175.0,graphistry,,,,['jupyter'],120.0,113.0,https://pypi.org/project/graphistry,2024-04-06 21:47:05.000,7.0,3260.0,3260.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-04-04 12:44:05.000000,2024-04-04 12:44:05,521.0,4.0,401.0,85.0,104.0,79.0,259.0,2002.0,bt - flexible backtesting for Python.,32.0,30,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1628.0,1600.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,28.0,7728.0,8316.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,21196.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-04-03 21:54:35.000000,2024-04-03 21:54:35,1591.0,3.0,281.0,55.0,138.0,79.0,183.0,1736.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2999.0,2774.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,225.0,45696.0,53460.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,287274.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-03-15 11:44:36.000000,2024-03-15 11:44:10,1176.0,59.0,175.0,19.0,155.0,47.0,134.0,1679.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,27.0,30,True,2024-03-15 11:44:36.000,0.35.0,38.0,audiomentations,,,,,464.0,455.0,https://pypi.org/project/audiomentations,2024-03-15 11:44:36.000,9.0,37721.0,37721.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-04-11 01:36:15.000000,2024-03-27 14:10:14,3874.0,145.0,277.0,27.0,573.0,85.0,711.0,1654.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,77.0,30,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,81.0,78.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1414.0,1414.0,,,,,,,,2.0,19.0,,,,,,,,,,,,,,,,,,, +308,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-03-22 18:13:39.000000,2024-03-05 19:49:17,712.0,9.0,316.0,43.0,365.0,77.0,210.0,1604.0,Training PyTorch models with differential privacy.,77.0,30,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],781.0,761.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,20.0,133035.0,133524.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,13169.0,,,,,2.0,109.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-03-30 17:39:23.000000,2024-03-30 17:39:23,1059.0,8.0,216.0,53.0,204.0,29.0,281.0,1601.0,A full spaCy pipeline and models for scientific/biomedical documents.,33.0,30,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,900.0,869.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,31.0,27689.0,27689.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-04-07 13:04:52.000000,2024-04-07 13:04:52,1249.0,9.0,136.0,30.0,109.0,33.0,253.0,1514.0,Statistical package in Python based on Pandas.,45.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,1976.0,1902.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,62658.0,65148.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,114551.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +311,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-04-11 11:28:40.000000,2024-04-10 15:20:50,1873.0,15.0,269.0,45.0,274.0,59.0,194.0,1490.0,TensorLy: Tensor Learning in Python.,67.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,674.0,616.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,58.0,17618.0,22740.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363676.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,2024-04-10 20:21:11.000000,2024-04-10 20:03:56,944.0,7.0,430.0,87.0,227.0,54.0,238.0,1416.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,30,True,2023-02-02 20:53:47.943,3.1.0,25.0,emcee,conda-forge/emcee,,,,2721.0,2342.0,https://pypi.org/project/emcee,2024-04-10 20:21:11.000,379.0,148698.0,152125.0,https://anaconda.org/conda-forge/emcee,2023-06-16 13:16:26.628,325584.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +313,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-03-15 15:54:00.000000,2024-03-15 15:54:00,4210.0,6.0,285.0,80.0,643.0,19.0,608.0,1273.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,30,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,1507.0,1468.0,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,24634.0,36541.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,535829.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +314,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-04-08 20:56:22.000000,2024-01-05 16:06:48,1120.0,,277.0,45.0,515.0,27.0,183.0,1243.0,ARCH models in Python.,35.0,30,False,2024-01-05 08:24:51.000,6.3.0,46.0,arch,conda-forge/arch-py,,,,1607.0,1533.0,https://pypi.org/project/arch,2024-01-05 08:24:51.000,74.0,324980.0,331180.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,285239.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,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-04-05 19:20:06.000000,2024-04-05 18:52:42,3044.0,26.0,269.0,34.0,37.0,1.0,490.0,1211.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,30,True,2024-04-05 19:20:07.000,0.41.3,210.0,ktrain,,,,['tensorflow'],516.0,513.0,https://pypi.org/project/ktrain,2024-04-05 18:57:50.000,3.0,9962.0,9962.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +316,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-04-02 02:34:15.000000,2024-04-02 02:31:39,818.0,7.0,248.0,40.0,509.0,272.0,256.0,880.0,Scalable Machine Learning with Dask.,78.0,30,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1071.0,996.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,75.0,230418.0,247713.0,https://anaconda.org/conda-forge/dask-ml,2024-03-21 17:55:27.760,812866.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-04-01 17:38:38.000000,2024-03-25 14:43:57,494.0,1.0,120.0,32.0,128.0,27.0,74.0,878.0,Python bindings and utilities for GeoJSON.,56.0,30,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,18199.0,16912.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,1287.0,2188427.0,2244909.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,790757.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +318,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-04-11 01:35:53.000000,2024-02-06 03:22:42,1674.0,17.0,282.0,41.0,1342.0,271.0,363.0,690.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2024-02-06 04:35:56.000,0.36.0,43.0,tensorflow-io,,,,['tensorflow'],36.0,,https://pypi.org/project/tensorflow-io,2024-02-06 04:34:40.000,36.0,2904055.0,2904055.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,,107.0,24.0,53.0,37.0,57.0,479.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,,,,19955.0,19584.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,371.0,1948952.0,1966873.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,752692.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,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-04-11 06:10:33.000000,2023-12-23 16:11:39,302.0,,2729.0,141.0,46.0,119.0,133.0,17770.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",20.0,29,True,2023-12-23 16:12:25.000,1.6.5,185.0,vit-pytorch,,,,['pytorch'],437.0,431.0,https://pypi.org/project/vit-pytorch,2023-12-23 16:12:25.000,6.0,18962.0,18962.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,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-04-11 14:23:26.000000,2024-04-01 14:00:47,2500.0,327.0,1115.0,115.0,2766.0,246.0,831.0,17666.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",98.0,29,True,2024-04-01 15:08:49.000,1.8.4,67.0,,,,,,,,,,,,657.0,,,,,,,,2.0,23676.0,,,,,,,,,,,,,,,,,,, +322,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-03-31 07:29:51.000000,2023-04-19 14:13:08,2404.0,,3665.0,606.0,223.0,48.0,,12916.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2066.0,1993.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,73.0,22229.0,22229.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,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,,1840.0,218.0,46.0,96.0,94.0,8937.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,108006.0,108698.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,31834.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +324,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-04-11 06:15:08.000000,2024-03-12 04:38:33,1169.0,6.0,1318.0,99.0,635.0,691.0,521.0,7999.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,29,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2374.0,2374.0,,,,,4454.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,187071.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,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,,1156.0,211.0,92.0,194.0,121.0,5648.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,29,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,471.0,451.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,20.0,11869.0,11869.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +326,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,881.0,126.0,38.0,69.0,144.0,5163.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3179.0,3132.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,47.0,836185.0,836497.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14706.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +327,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-04-11 03:01:00.000000,2024-04-11 02:29:17,1582.0,27.0,810.0,147.0,1493.0,342.0,398.0,4962.0,Simple and Distributed Machine Learning.,116.0,29,True,2024-04-11 00:33:42.000,1.0.4,48.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,2024-04-11 00:33:42.000,3.0,187995.0,187995.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +328,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4716.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2813.0,2767.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,226069.0,226076.0,,,,,,,,2.0,354.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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,666.0,88.0,206.0,142.0,356.0,4587.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1455.0,1405.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,616217.0,618507.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,171822.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,447.0,41.0,124.0,66.0,154.0,4286.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,,,,1168.0,1135.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,148110.0,148632.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,17776.0,,,,,2.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,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,,267.0,46.0,50.0,26.0,94.0,3825.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,,,,5252.0,5115.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,137.0,926904.0,933766.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,281363.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-04-10 14:38:18.000000,2024-04-08 16:08:42,493.0,9.0,514.0,37.0,517.0,12.0,,3529.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,41.0,29,True,2024-04-08 16:09:10.000,0.11.16,101.0,sahi,conda-forge/sahi,,,,1018.0,1005.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,13.0,132210.0,134634.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,54318.0,,,,,2.0,23349.0,,,,,,,,,,,,,,,,,,, +333,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,,247.0,64.0,52.0,9.0,,3295.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,29,True,2023-12-29 09:27:05.000,4.6.1,27.0,textdistance,conda-forge/textdistance,,,,6132.0,6063.0,https://pypi.org/project/textdistance,2023-12-29 09:26:30.000,69.0,719238.0,726731.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,531113.0,,,,,2.0,1000.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,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,672.0,109.0,72.0,99.0,123.0,2966.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10624.0,10445.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,179.0,78222.0,78222.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +335,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,,289.0,33.0,476.0,33.0,30.0,2943.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1190.0,1144.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,46.0,153684.0,153953.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9705.0,,,,,1.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-04-11 15:07:36.000000,2024-04-11 15:07:36,1166.0,26.0,381.0,49.0,73.0,142.0,478.0,2924.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-04-10 12:40:10.000,1.1.7,90.0,mljar-supervised,conda-forge/mljar-supervised,,,,108.0,106.0,https://pypi.org/project/mljar-supervised,2024-04-10 12:40:10.000,2.0,4661.0,5046.0,https://anaconda.org/conda-forge/mljar-supervised,2024-03-08 11:46:01.564,13103.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,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-03-20 16:55:01.000000,2024-03-20 16:53:52,2297.0,7.0,717.0,78.0,205.0,188.0,466.0,2723.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'],9.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,9.0,77205.0,77205.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +338,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-03-12 03:07:27.000000,2024-03-12 03:07:23,3526.0,14.0,341.0,153.0,1172.0,32.0,60.0,2689.0,Neural Network Libraries.,75.0,29,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,55.0,,https://pypi.org/project/nnabla,2023-12-06 09:31:24.000,55.0,2437.0,2448.0,,,,,,,,3.0,916.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,2024-03-27 14:03:24.000000,2024-03-18 13:44:02,3499.0,59.0,515.0,109.0,346.0,396.0,683.0,2675.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",80.0,29,False,2015-03-31 16:33:30.000,2.0,20.0,essentia,,,,,632.0,612.0,https://pypi.org/project/essentia,2023-10-27 09:13:56.000,20.0,25548.0,25548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +340,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-03-28 13:33:26.000000,2024-03-28 13:33:26,1569.0,40.0,319.0,37.0,330.0,39.0,156.0,2638.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,37.0,29,True,2024-03-12 11:08:12.000,2.4.3,39.0,shapash,,,,['jupyter'],147.0,145.0,https://pypi.org/project/shapash,2024-03-12 11:08:12.000,2.0,7969.0,7969.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,,443.0,126.0,143.0,192.0,247.0,2600.0,PYthon svg GrAph plotting Library.,77.0,29,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,638.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,638.0,370855.0,373408.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,38301.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,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-03-07 14:21:38.000000,2023-12-03 09:09:14,2415.0,,254.0,27.0,1130.0,76.0,224.0,2564.0,Database system for AI-powered apps.,73.0,29,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,8954.0,28531.0,,,,,,,,3.0,411125.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,, +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,2548.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'],1516.0,1494.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,69164.0,69164.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,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-03-18 12:42:13.000000,2018-08-19 12:37:47,130.0,,282.0,66.0,60.0,26.0,39.0,2391.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,29,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4775.0,4697.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,78.0,540796.0,542899.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,170346.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,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-04-09 06:44:48.814000,2024-04-08 19:42:17,436.0,17.0,809.0,90.0,282.0,188.0,102.0,2299.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,29,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,409.0,392.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,17.0,17123.0,17324.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,8669.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,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-02-29 15:39:19.000000,2024-02-28 15:45:58,1631.0,113.0,250.0,66.0,62.0,33.0,186.0,2078.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,29,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,,759.0,759.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,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,4.0,400.0,40.0,62.0,19.0,270.0,1861.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,,,,1545.0,1523.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,40295.0,41006.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,30613.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-04-11 12:23:34.000000,2024-02-07 13:16:15,2447.0,2.0,437.0,76.0,1264.0,148.0,682.0,1792.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],671.0,634.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,32679.0,33034.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,25251.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +349,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-04-04 17:23:09.000000,2024-04-04 17:23:09,848.0,11.0,381.0,36.0,872.0,164.0,293.0,1786.0,A Python package to assess and improve fairness of machine learning models.,81.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,29.0,256567.0,257327.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,31193.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,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-02-07 20:20:08.000000,2024-02-07 20:20:03,285.0,2.0,355.0,51.0,77.0,78.0,111.0,1779.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'],6080.0,5917.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,163.0,174351.0,175481.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,79106.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-03-18 00:35:46.000000,2024-03-18 00:35:45,446.0,6.0,282.0,60.0,103.0,22.0,100.0,1768.0,ffn - a financial function library for Python.,32.0,29,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,467.0,435.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,32.0,152418.0,152611.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,6972.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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-02-16 16:14:43.000000,2024-02-16 16:14:36,365.0,1.0,255.0,48.0,312.0,232.0,184.0,1745.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,29,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],304.0,303.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,474973.0,474973.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,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-04-11 14:54:09.000000,2024-04-10 23:38:53,1667.0,204.0,350.0,28.0,1733.0,221.0,101.0,1714.0,Pytorch domain library for recommendation systems.,223.0,29,True,2024-01-30 23:40:14.000,0.6.0,77.0,torchrec-nightly-cpu,,,,,101.0,101.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,126.0,126.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,6.0,376.0,52.0,125.0,41.0,421.0,1664.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,29,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,249.0,230.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,19.0,1844.0,1965.0,,,,,,,,1.0,11789.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +355,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,,162.0,32.0,245.0,,,1311.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2023-12-19 07:41:39.000,1.3.4,76.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1630.0,1585.0,https://pypi.org/project/spacy-transformers,2023-12-19 07:15:13.000,45.0,217226.0,218212.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,28614.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,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-04-10 04:36:42.000000,2024-04-10 04:36:41,1948.0,39.0,307.0,24.0,2254.0,81.0,226.0,1195.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,29,True,2024-02-09 18:33:49.000,0.34.1,54.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",98.0,95.0,https://pypi.org/project/raiwidgets,2024-02-09 18:24:31.000,3.0,4334.0,4334.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +357,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-04-07 18:50:22.000000,2024-04-07 18:49:22,1086.0,44.0,206.0,24.0,136.0,23.0,191.0,1063.0,Survival analysis built on top of scikit-learn.,20.0,29,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],466.0,452.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,14.0,92637.0,95393.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,79949.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,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,,454.0,42.0,176.0,93.0,102.0,1028.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'],1577.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,1577.0,6004895.0,6036246.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2194592.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,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-03-29 21:39:55.734000,2024-03-29 19:58:22,669.0,3.0,101.0,14.0,95.0,72.0,62.0,837.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2024-03-29 20:37:40.000,0.5.12,31.0,pynndescent,conda-forge/pynndescent,,,,6075.0,5995.0,https://pypi.org/project/pynndescent,2024-03-29 20:37:40.000,80.0,1007278.0,1047216.0,https://anaconda.org/conda-forge/pynndescent,2024-03-29 21:39:55.734,1797249.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +360,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-03-27 11:18:18.000000,2024-03-23 23:16:48,1306.0,4.0,149.0,50.0,57.0,23.0,67.0,828.0,Computer Vision in Python.,34.0,29,True,2024-03-23 23:45:54.000,1.4.14,60.0,mahotas,conda-forge/mahotas,,,,1367.0,1237.0,https://pypi.org/project/mahotas,2024-03-23 23:28:32.000,130.0,13281.0,21908.0,https://anaconda.org/conda-forge/mahotas,2024-03-24 14:21:30.297,396882.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,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-04-04 19:07:37.308000,2024-04-04 16:10:23,1349.0,24.0,127.0,25.0,468.0,13.0,132.0,810.0,A Comparative Framework for Multimodal Recommender Systems.,21.0,29,True,2024-03-21 07:26:15.000,2.1.0,56.0,cornac,conda-forge/cornac,,,,221.0,205.0,https://pypi.org/project/cornac,2024-03-21 07:43:30.000,16.0,82734.0,90550.0,https://anaconda.org/conda-forge/cornac,2024-04-04 19:07:37.308,359541.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,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-04-05 17:09:10.000000,2024-04-05 17:09:09,955.0,12.0,162.0,48.0,83.0,35.0,144.0,750.0,Library for exploring and validating machine learning data.,26.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",884.0,854.0,https://pypi.org/project/tensorflow-data-validation,2023-08-14 06:58:23.000,30.0,194796.0,194805.0,,,,,,,,3.0,645.0,,,,,,,,,,,,,,,,,,, +363,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-04-08 07:47:01.000000,2024-04-05 10:50:01,822.0,30.0,73.0,26.0,382.0,104.0,232.0,561.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-04-05 15:56:28.000,1.12.0,63.0,geoviews,conda-forge/geoviews,,,,981.0,940.0,https://pypi.org/project/geoviews,2024-04-05 10:57:38.000,41.0,10791.0,15782.0,https://anaconda.org/conda-forge/geoviews,2024-04-05 16:04:19.139,214640.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,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-02-07 14:29:13.000000,2024-02-07 14:27:33,227.0,3.0,57.0,13.0,202.0,13.0,187.0,311.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-02-07 14:29:13.000,3.9.0,71.0,pystan,conda-forge/pystan,,,,9995.0,9731.0,https://pypi.org/project/pystan,2024-02-07 14:29:13.000,264.0,1885432.0,1918447.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2806324.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4864.0,649.0,372.0,497.0,436.0,15306.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,594.0,555.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,39.0,1042.0,1042.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +366,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-04-10 06:29:45.000000,2024-03-20 12:48:52,1959.0,2.0,2400.0,282.0,911.0,195.0,679.0,14091.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",123.0,28,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,1487.0,1496.0,,,,,,,,2.0,396.0,,,,,,,,,,,,,,,,,,, +367,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-04-11 09:15:53.000000,2023-12-28 07:35:14,2224.0,,2800.0,197.0,3629.0,1210.0,4077.0,12001.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],1.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,1.0,749.0,749.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +368,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-04-11 12:00:32.000000,2024-04-11 10:05:41,911.0,217.0,950.0,90.0,422.0,215.0,324.0,10783.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",74.0,28,False,2024-04-11 10:06:34.000,2.0.32,100.0,pandas-ai,,,,,2845.0,2845.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,2.0,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,, +369,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-04-03 17:00:30.000000,2024-04-03 17:00:29,338.0,5.0,1387.0,429.0,50.0,98.0,87.0,10365.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,29511.0,29511.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +370,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-04-05 19:03:17.000000,2022-11-08 22:11:16,98.0,,1772.0,204.0,73.0,109.0,36.0,9997.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,138294.0,138294.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,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,,909.0,267.0,98.0,82.0,81.0,7308.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],239.0,231.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,181232.0,181232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1325.0,175.0,46.0,79.0,238.0,6784.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'],33.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,12.0,74575.0,74575.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +373,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,625.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,28,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,59.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,38.0,2078.0,2078.0,,,,,,,,3.0,7.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +374,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,348.0,14.0,42.0,65.0,6309.0,Python library for processing Chinese text.,8.0,28,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1351.0,1309.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,42.0,81193.0,81193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +375,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,2023-02-03 18:46:00.371000,2023-01-19 00:37:33,900.0,,1236.0,152.0,950.0,63.0,787.0,5752.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],82.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,61.0,55425.0,55425.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +376,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,,1368.0,205.0,158.0,44.0,227.0,5486.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'],807.0,753.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,54.0,1762.0,1762.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,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,274.0,438.0,221.0,329.0,4815.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'],354.0,314.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,40.0,309.0,309.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +378,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-03-07 14:59:40.000000,2022-08-06 21:47:18,182.0,,429.0,71.0,61.0,101.0,56.0,4420.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,,,,,1561.0,1554.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,248414.0,248414.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +379,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,,963.0,145.0,31.0,46.0,77.0,4230.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,,,,8400.0,8203.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,197.0,198908.0,199281.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13811.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,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-03-19 16:05:31.000000,2024-03-19 16:05:30,525.0,2.0,719.0,175.0,81.0,8.0,279.0,4148.0,A python wrapper for Alpha Vantage API for financial data.,43.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,551.0,519.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,35421.0,35588.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6519.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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,,407.0,37.0,56.0,118.0,43.0,3946.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'],13549.0,13429.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,274711.0,274711.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,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,,971.0,218.0,408.0,140.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,,,,,1302.0,1042.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,260.0,2051.0,2051.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +383,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-04-11 14:26:53.000000,2024-04-09 22:36:31,1434.0,72.0,343.0,70.0,1322.0,96.0,83.0,3371.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,28,True,2024-04-09 23:12:45.000,1.1.1,16.0,lit-nlp,conda-forge/lit-nlp,,,,33.0,31.0,https://pypi.org/project/lit-nlp,2024-04-09 23:12:45.000,2.0,5280.0,6854.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,67723.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,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-04-08 22:23:07.000000,2024-02-22 12:17:17,1487.0,9.0,237.0,18.0,1738.0,278.0,726.0,3321.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,,,,,367.0,360.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,52178.0,52205.0,,,,,,,,2.0,825.0,,,,,,,,,,,,,,,,,,, +385,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,,399.0,45.0,1085.0,6.0,353.0,3220.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1134.0,1096.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,38.0,8073.0,8073.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +386,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,,417.0,63.0,933.0,315.0,745.0,2884.0,StellarGraph - Machine Learning on Graphs.,37.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],265.0,257.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,8.0,5493.0,5493.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,,330.0,46.0,120.0,62.0,136.0,2822.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1143.0,1119.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,146219.0,147840.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,66461.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,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,8.0,472.0,96.0,43.0,89.0,240.0,2713.0,Learning to Rank in TensorFlow.,34.0,28,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,13.0,98302.0,98302.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,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,3.0,336.0,43.0,57.0,67.0,207.0,2343.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'],290.0,283.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,6654.0,6654.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-03-25 00:23:28.000000,2024-03-08 14:56:57,654.0,6.0,282.0,54.0,645.0,144.0,225.0,2283.0,Algorithms for explaining machine learning models.,21.0,28,False,2024-01-22 16:23:03.000,0.9.5,32.0,alibi,,,,,607.0,581.0,https://pypi.org/project/alibi,2024-01-22 16:14:27.000,26.0,21258.0,21258.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +391,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,,304.0,64.0,14.0,28.0,46.0,2242.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11211.0,10996.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,215.0,433226.0,433226.0,,,,,,,,2.0,,4.0,,,,,,,,,,,,,,,,,, +392,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-03-13 07:28:49.000000,2024-03-07 17:28:22,718.0,6.0,247.0,38.0,530.0,138.0,234.0,2068.0,"Algorithms for outlier, adversarial and drift detection.",22.0,28,False,2024-01-22 16:25:25.000,0.11.5,37.0,alibi-detect,,,,,434.0,428.0,https://pypi.org/project/alibi-detect,2024-01-22 16:14:47.000,6.0,26577.0,26577.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-04-11 06:01:18.000000,2024-04-11 06:01:18,1930.0,227.0,126.0,28.0,169.0,16.0,22.0,1856.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-03-21 07:36:40.000,0.5.1,145.0,labml,,,,,149.0,143.0,https://pypi.org/project/labml,2024-03-21 07:36:40.000,6.0,3551.0,3551.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +394,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-04-10 20:34:32.000000,2024-04-10 20:34:32,862.0,3.0,117.0,20.0,365.0,109.0,227.0,1776.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,47.0,28,True,2024-01-10 21:26:20.000,0.11.3,47.0,equinox,,,,['jax'],567.0,493.0,https://pypi.org/project/equinox,2024-01-10 21:26:20.000,74.0,149687.0,149687.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +395,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-04-02 17:09:49.893000,2024-04-02 12:18:29,202.0,10.0,193.0,33.0,19.0,5.0,84.0,1616.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,28,True,2024-04-02 12:19:49.000,0.1.808,85.0,autoviz,conda-forge/autoviz,,,,667.0,660.0,https://pypi.org/project/autoviz,2024-04-02 12:19:49.000,7.0,38969.0,40449.0,https://anaconda.org/conda-forge/autoviz,2024-04-02 17:09:49.893,47363.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,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-04-11 04:38:44.000000,2024-04-11 04:32:42,1628.0,169.0,86.0,19.0,296.0,33.0,69.0,1599.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",36.0,28,True,2024-04-11 04:32:45.000,2.11.4,114.0,usearch,,unum/usearch,,,80.0,65.0,https://pypi.org/project/usearch,2024-04-10 21:14:25.000,5.0,43635.0,51183.0,,,,https://hub.docker.com/r/unum/usearch,2024-04-11 04:38:09.830715,1.0,73.0,3.0,1184.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-04-10 02:44:41.570,10.0,7436.0,,,,,,,,,,, +397,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1573.0,Distributed Deep learning with Keras & Spark.,27.0,28,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",78.0,75.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,3.0,78125.0,78365.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13494.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +398,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,180.0,34.0,72.0,20.0,52.0,1458.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2829.0,2814.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,15.0,1507938.0,1508438.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19526.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,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-04-06 06:06:37.000000,2024-04-06 06:06:37,575.0,41.0,410.0,30.0,49.0,16.0,125.0,1375.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,580.0,558.0,https://pypi.org/project/minisom,2024-02-16 09:47:58.000,22.0,22255.0,22255.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-04-03 16:22:11.000000,2024-04-03 16:22:10,1042.0,27.0,113.0,23.0,115.0,31.0,52.0,1283.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",23.0,28,True,2024-03-12 03:37:43.000,1.4.3,46.0,imodels,,,,,77.0,70.0,https://pypi.org/project/imodels,2024-03-11 20:28:16.000,7.0,182715.0,182715.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +401,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-04-01 16:00:41.000000,2024-04-01 16:00:40,1434.0,36.0,269.0,73.0,104.0,34.0,55.0,1241.0,Model analysis tools for TensorFlow.,57.0,28,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2023-08-14 20:39:41.000,23.0,79629.0,79629.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,328.0,39.0,301.0,24.0,200.0,1215.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,389.0,367.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,19618.0,19618.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,6.0,420.0,51.0,39.0,16.0,139.0,1213.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,,,,2560.0,2526.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,34.0,416429.0,417285.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,41135.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +404,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-04-10 19:04:26.000000,2024-04-10 19:04:26,510.0,26.0,112.0,23.0,349.0,31.0,270.0,1143.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-03-19 11:51:08.000,0.8.0,49.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],146.0,138.0,https://pypi.org/project/scikit-lego,2024-03-19 13:04:30.000,8.0,23991.0,24980.0,https://anaconda.org/conda-forge/scikit-lego,2024-04-05 13:08:00.402,46488.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +405,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,122.0,901.0,A scikit-learn based module for multi-label et. al. classification.,28.0,28,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1553.0,1528.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,88800.0,88800.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +406,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-04-11 12:42:02.000000,2024-04-08 07:59:22,3072.0,65.0,111.0,16.0,267.0,12.0,141.0,750.0,Python bindings for MPI.,26.0,28,True,2023-10-04 09:04:51.000,3.1.5,27.0,mpi4py,conda-forge/mpi4py,,,,772.0,,https://pypi.org/project/mpi4py,2023-10-04 09:04:51.000,772.0,226334.0,283435.0,https://anaconda.org/conda-forge/mpi4py,2024-02-28 23:37:18.658,2377668.0,,,,,2.0,22072.0,,,,,,,,,,,,,,,,,,, +407,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-03-29 15:14:52.000000,2024-03-03 16:20:10,323.0,59.0,88.0,19.0,114.0,36.0,78.0,572.0,pyspark methods to enhance developer productivity.,27.0,28,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],83.0,76.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,797984.0,797984.0,,,,,,,,3.0,23.0,,,,,,,,,,,,,,,,,,, +408,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,38.0,11.0,69.0,7.0,26.0,208.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,41481.0,41225.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,256.0,6695649.0,6743807.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2070834.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +409,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,,1067.0,231.0,455.0,67.0,265.0,16870.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,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,,55272.0,55680.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,23280.0,2.0,,,,,,,,,,,,,,,,,,,, +410,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,350.0,79.0,48.0,231.0,7903.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,747.0,721.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2421.0,2810.0,,,,,,,,3.0,31193.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +411,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,,1500.0,130.0,51.0,155.0,141.0,7723.0,A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!).,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,136479.0,214240.0,,,,,,,,2.0,3810293.0,,,,,,,,,,,,,,,,,,, +412,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,,1639.0,459.0,698.0,33.0,441.0,7289.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'],40.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,40.0,1799.0,1821.0,,,,,,,,2.0,2002.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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,1004.0,146.0,93.0,88.0,305.0,6168.0,A Python scikit for building and analyzing recommender systems.,45.0,27,False,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,116172.0,124065.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,355203.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,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,125.0,64.0,136.0,74.0,5018.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,,,,,767.0,738.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,29.0,8219.0,8219.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,104.0,617.0,89.0,606.0,4190.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],88.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,88.0,556663.0,558377.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,75439.0,,,,,2.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-04-05 14:20:02.000000,2024-04-05 14:20:01,251.0,2.0,829.0,52.0,52.0,63.0,106.0,4127.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,17.0,27,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1699.0,1680.0,https://pypi.org/project/facenet-pytorch,2021-03-10 01:00:20.000,19.0,50590.0,67172.0,,,,,,,,3.0,878855.0,,,,,,,,,,,,,,,,,,, +417,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-03-09 16:20:29.000000,2023-09-01 03:04:11,1137.0,,720.0,60.0,1013.0,167.0,739.0,4042.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'],122.0,119.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,5886.0,5886.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,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,283.0,226.0,11.0,356.0,3863.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,976830.0,977234.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,21035.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,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-03-25 19:57:27.000000,2024-03-25 19:55:52,1197.0,2.0,405.0,82.0,54.0,57.0,202.0,3366.0,A library of reinforcement learning components and agents.,85.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],198.0,195.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,3142.0,3341.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8189.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +420,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-04-09 15:08:12.000000,2024-04-09 15:08:11,2114.0,6.0,538.0,144.0,239.0,39.0,634.0,3277.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'],442.0,440.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,691.0,691.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2024-04-09 18:37:48.000000,2023-09-10 15:15:16,1059.0,,235.0,61.0,113.0,6.0,270.0,3178.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,527.0,518.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,13979.0,13996.0,,,,,,,,3.0,1084.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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,,363.0,81.0,63.0,154.0,189.0,3158.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,,,,476.0,448.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,28.0,4567.0,12089.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,639443.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,,1012.0,166.0,215.0,43.0,146.0,3067.0,Performance analysis of predictive (alpha) stock factors.,25.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,702.0,684.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,18.0,1463.0,1739.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20454.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +424,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,,455.0,82.0,245.0,61.0,154.0,3033.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,181.0,179.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,55742.0,55743.0,,,,,,,,2.0,75.0,,,,,,,,,,,,,,,,,,, +425,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-04-11 09:11:24.000000,2024-04-11 09:11:17,1576.0,73.0,616.0,44.0,28.0,2.0,433.0,2874.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'],21.0,21.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,759.0,759.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,264.0,52.0,19.0,36.0,97.0,2827.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2152.0,2132.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,20.0,69208.0,69940.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,27835.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-03-04 15:26:06.000000,2022-09-28 17:12:28,249.0,,302.0,29.0,320.0,76.0,38.0,2655.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,27,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],892.0,891.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,19253.0,19340.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2803.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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-04-11 08:27:30.000000,2024-04-08 17:46:51,96.0,13.0,317.0,28.0,291.0,47.0,319.0,2374.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,27,True,2024-02-28 21:47:30.000,0.1.2,19.0,adapter-transformers,,,,['huggingface'],40.0,33.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,119715.0,119715.0,,,,,,,,3.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +429,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-04-10 16:58:39.000000,2024-01-30 18:07:43,695.0,34.0,230.0,35.0,147.0,17.0,141.0,2278.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,27,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,175.0,171.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,4.0,14645.0,14651.0,,,,,,,,3.0,296.0,,,,,,,,,,,,,,,,,,, +430,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,,329.0,78.0,55.0,161.0,68.0,2248.0,Multilingual text (NLP) processing toolkit.,26.0,27,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1307.0,1212.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,95.0,107842.0,107842.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +431,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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,3.0,285.0,56.0,14.0,22.0,79.0,2196.0,Beautiful visualizations of how language differs among document types.,14.0,27,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,532.0,521.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,11.0,14134.0,15215.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,86507.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,,255.0,89.0,124.0,33.0,230.0,2170.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,,,,1853.0,1738.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,115.0,42123.0,43793.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,138684.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,,317.0,64.0,38.0,96.0,160.0,2168.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'],372.0,348.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,24.0,10787.0,10787.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +434,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,491.0,41.0,24.0,66.0,38.0,2116.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,27,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],5018.0,4967.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,77774.0,78002.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11400.0,,,,,3.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-02-21 23:17:37.000000,2024-02-21 23:13:33,479.0,8.0,385.0,63.0,153.0,7.0,92.0,2093.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,,,,,626.0,609.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,17.0,45359.0,45359.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,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,2056.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'],2051.0,2037.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,82105.0,86456.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,488.0,,,,,3.0,256071.0,,,,,,,,,,,,,,,,,,, +437,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2024-03-19 21:59:57.000000,2024-03-19 21:59:57,1652.0,16.0,160.0,61.0,68.0,65.0,130.0,1797.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,27,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,396.0,386.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,10.0,877.0,877.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +438,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,,212.0,36.0,1081.0,25.0,496.0,1729.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],277.0,274.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,3.0,1596.0,2139.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,17378.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +439,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-04-11 13:26:38.000000,2024-04-10 14:11:16,6373.0,136.0,284.0,47.0,2670.0,307.0,1388.0,1566.0,cuGraph - RAPIDS Graph Analytics Library.,112.0,27,True,2024-04-10 21:01:45.000,24.04.00,35.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,2.0,240.0,741.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,18067.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +440,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-03-29 20:40:19.000000,2024-03-29 11:21:07,2828.0,12.0,174.0,25.0,667.0,118.0,443.0,1500.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,27,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,4502.0,4505.0,,,,,,,,2.0,177.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,1479.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,394.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,31.0,2377.0,2377.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +442,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-03-11 14:26:08.000000,2024-03-11 14:26:08,688.0,4.0,155.0,22.0,125.0,3.0,128.0,1355.0,"Extensible, parallel implementations of t-SNE.",11.0,27,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,798.0,774.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,24.0,29785.0,35195.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,238046.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,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-02-29 10:49:59.696000,2024-02-28 20:15:02,673.0,6.0,167.0,48.0,161.0,19.0,381.0,1318.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,164.0,159.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,5.0,17774.0,18083.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,12089.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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,342.0,71.0,87.0,27.0,26.0,1214.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,27,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1489.0,1345.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,144.0,28317.0,28671.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26232.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-02-25 11:40:08.000000,2024-02-08 16:58:25,2080.0,1.0,250.0,41.0,39.0,68.0,590.0,1142.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,,,,678.0,643.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,35.0,56277.0,57642.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,61242.0,,,,,3.0,504.0,,,,,,,,,,,,,,,,,,, +446,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,110.0,21.0,103.0,37.0,74.0,1100.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,27,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2440.0,2420.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,20.0,324187.0,324979.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,34886.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,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-04-11 14:56:41.000000,2024-04-11 11:14:14,1690.0,240.0,72.0,11.0,486.0,55.0,556.0,1063.0,dstack is an open-source orchestration engine for cost-effectively running AI workloads in the cloud as well as on-..,24.0,27,True,2024-04-03 10:20:30.000,0.17.0,195.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-04-10 11:55:25.000,,1939.0,1939.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,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-03-29 13:25:52.761000,2024-03-27 08:01:51,780.0,13.0,60.0,13.0,127.0,45.0,114.0,930.0,Visualize large time series data with plotly.py.,12.0,27,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,997.0,985.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,12.0,394846.0,396184.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,36127.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,922.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'],104.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,62.0,77287.0,85159.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,526844.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,12.0,2327.0,,,,,,,,,,, +450,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-03-20 17:15:18.000000,2024-02-07 23:40:03,16569.0,41.0,359.0,44.0,1615.0,291.0,2961.0,857.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,1.0,605.0,659.0,,,,,,,,3.0,6724.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-04-10 17:57:38.000000,2024-04-10 17:56:00,3710.0,4.0,321.0,66.0,683.0,40.0,526.0,818.0,The Classical Language Toolkit.,121.0,27,True,2024-04-10 17:56:48.000,1.2.3,213.0,cltk,,,,,299.0,257.0,https://pypi.org/project/cltk,2024-04-10 17:56:48.000,42.0,1013.0,1013.0,,,,,,,,2.0,64.0,,,,,,,,,,,,,,,,,,, +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,2024-04-11 12:39:55.000000,2024-04-11 10:27:09,583.0,24.0,161.0,32.0,191.0,5.0,100.0,577.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,31.0,27,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],348.0,327.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,21.0,45080.0,45318.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,5248.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,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-03-25 01:29:33.000000,2023-08-23 17:20:54,1241.0,,154.0,19.0,717.0,26.0,208.0,477.0,A package built to support working with spatial data using open source python.,44.0,27,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,322.0,305.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,7033.0,8241.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,72488.0,,,,,3.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,,1189.0,181.0,213.0,25.0,534.0,8753.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,,,,,247.0,,,,,,,,3.0,9640.0,,,,,,,,,,,,,,,,,,, +455,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,595.0,140.0,31.0,70.0,55.0,5527.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1633.0,1584.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,49.0,1474019.0,1474430.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18531.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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-03-08 08:32:34.000000,2024-03-08 08:24:03,13775.0,127.0,1536.0,141.0,3583.0,845.0,1080.0,5480.0,An Industrial Grade Federated Learning Framework.,100.0,26,True,2024-03-08 08:32:35.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +457,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-22 00:24:33.000000,2024-03-22 00:17:00,218.0,5.0,293.0,69.0,179.0,22.0,54.0,4898.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,113.0,109.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2404.0,2404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,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-04-04 13:02:44.000000,2024-04-04 13:02:44,6153.0,1.0,519.0,151.0,1906.0,310.0,1330.0,4392.0,ArrayFire: a general purpose GPU library.,88.0,26,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,9.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,9.0,1461.0,1515.0,,,,,,,,3.0,5813.0,,,,,,,,,,,,,,,,,,, +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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,95.0,48.0,32.0,3473.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,86.0,76.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,10.0,37415.0,37870.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29612.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-03-29 22:22:06.000000,2024-03-08 19:28:28,465.0,9.0,271.0,50.0,458.0,59.0,256.0,3296.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,4.0,8448.0,9496.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,38488.0,,,,,2.0,391.0,,,,,,,,,,,,,,,,,,, +461,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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,1.0,384.0,162.0,84.0,100.0,101.0,3169.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],12.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,12.0,64016.0,64016.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-03-30 09:25:51.000000,2024-03-30 09:25:51,4343.0,20.0,574.0,41.0,1001.0,227.0,692.0,3153.0,"A unified, comprehensive and efficient recommendation library.",71.0,26,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,2690.0,2803.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4644.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-03-19 19:20:10.000000,2024-03-18 19:51:35,2374.0,14.0,687.0,160.0,61.0,7.0,735.0,3065.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,26,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,907.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,63442.0,,,,,3.0,4712.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,217.0,3649.0,429.0,1111.0,3004.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,,,,,,,,,1606.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,129361.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1505.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,67.0,167.0,164.0,113.0,2725.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,,,,91.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,91.0,373039.0,374832.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,148861.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,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,,217.0,65.0,42.0,16.0,24.0,2677.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,,,,955.0,950.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,73637.0,73903.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14390.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,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,1.0,673.0,178.0,75.0,23.0,565.0,2658.0,Python sync/async framework for Interactive Brokers API.,36.0,26,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,28.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,28.0,31401.0,32083.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,38878.0,,,,,3.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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,458.0,38.0,239.0,52.0,280.0,2473.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,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,39722.0,39946.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6296.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +469,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,6.0,236.0,64.0,31.0,60.0,93.0,2216.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,98.0,97.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,1973.0,1981.0,,,,,,,,3.0,372.0,,,,,,,,,,,,,,,,,,, +470,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-04-11 15:10:09.000000,2023-06-01 12:18:23,739.0,,312.0,42.0,44.0,98.0,56.0,2131.0,A modular active learning framework for Python.,20.0,26,True,2024-04-11 15:10:09.000,0.62.55,838.0,modAL,,,,['sklearn'],17.0,,https://pypi.org/project/modAL,2024-04-11 15:10:09.000,17.0,202049.0,202049.0,,,,,,,,3.0,34.0,4.0,,,,,,,,,,,,,,,,,, +471,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-04-11 15:03:38.000000,2024-02-16 02:06:53,862.0,6.0,446.0,59.0,326.0,113.0,92.0,1864.0,Library for training machine learning models with privacy for training data.,58.0,26,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,17724.0,17726.0,,,,,,,,2.0,151.0,,,,,,,,,,,,,,,,,,, +472,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-04-01 00:45:19.000000,2024-03-31 23:27:50,918.0,39.0,135.0,33.0,440.0,50.0,353.0,1797.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,53.0,52.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,17639.0,17639.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,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-04-01 02:54:47.033000,2024-03-31 23:27:50,918.0,39.0,135.0,33.0,440.0,50.0,353.0,1797.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,53.0,52.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,17639.0,17844.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,5551.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,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,40.0,495.0,172.0,151.0,1743.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,166.0,158.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,36642.0,36648.0,,,,,,,,3.0,457.0,,,,,,,,,,,,,,,,,,, +475,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,,157.0,25.0,81.0,44.0,34.0,1691.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,603.0,584.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,105532.0,106291.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22785.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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-04-11 00:11:36.000000,2024-04-10 21:13:35,880.0,96.0,255.0,46.0,714.0,59.0,64.0,1615.0,A lightweight library for PyTorch training tools and utilities.,124.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,6830.0,6830.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-02-14 20:47:03.000000,2023-06-07 07:35:59,3033.0,,119.0,36.0,336.0,11.0,187.0,1428.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,308.0,290.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,18.0,51515.0,51515.0,,,,,,,,3.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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,231.0,46.0,184.0,53.0,120.0,1375.0,Metric learning algorithms in Python.,22.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],377.0,364.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,13.0,16371.0,16620.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11225.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,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,264.0,76.0,481.0,41.0,198.0,1308.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,1019.0,992.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,27.0,14671.0,14744.0,,,,,,,,3.0,6108.0,,,,,,,,,,,,,,,,,,, +480,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,194.0,43.0,257.0,66.0,212.0,1235.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,445.0,412.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,2153.0,2153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,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,,174.0,26.0,36.0,1.0,116.0,1232.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1594.0,1561.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,33.0,48465.0,48465.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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1220.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,,,,497.0,456.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,41.0,25262.0,35675.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,822695.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-04-11 07:47:41.000000,2024-04-11 07:47:39,395.0,1.0,177.0,26.0,32.0,4.0,129.0,1187.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,26,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],525.0,513.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,12.0,87910.0,88247.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17901.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,,83.0,33.0,109.0,7.0,18.0,1176.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],231.0,220.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,1460526.0,1460526.0,,,,,,,,3.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +485,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-04-11 03:54:28.000000,2024-04-11 03:34:52,2195.0,207.0,84.0,19.0,825.0,81.0,208.0,1064.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,84.0,metricflow,,,,,24.0,21.0,https://pypi.org/project/metricflow,2024-04-04 05:32:07.000,3.0,18705.0,18705.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,2.0,236.0,61.0,246.0,22.0,366.0,957.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,,,,585.0,545.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,40.0,23887.0,24570.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,28602.0,,,,,3.0,264.0,,,,,,,,,,,,,,,,,,, +487,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-03-16 03:13:29.000000,2024-03-16 03:11:16,544.0,84.0,101.0,24.0,97.0,15.0,104.0,661.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",26.0,26,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,117.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,117.0,23321.0,23321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-04-10 14:04:03.000000,2024-04-10 14:03:58,910.0,48.0,107.0,43.0,112.0,56.0,46.0,628.0,Bias Auditing & Fair ML Toolkit.,21.0,26,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,161.0,154.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,7362.0,7362.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,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-04-09 13:42:05.705000,2024-04-03 15:41:01,407.0,65.0,134.0,20.0,46.0,3.0,84.0,542.0,Medical image processing in Python.,20.0,26,False,2024-04-03 15:53:56.000,0.5.1,9.0,MedPy,conda-forge/medpy,,,,1886.0,1839.0,https://pypi.org/project/MedPy,2024-04-03 15:53:56.000,47.0,17080.0,17789.0,https://anaconda.org/conda-forge/medpy,2024-04-09 13:42:05.705,24118.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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-04-10 07:37:43.190000,2022-01-15 18:08:37,1718.0,,65.0,16.0,13.0,35.0,7.0,521.0,Pure-Python full-text search library.,42.0,26,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,3709.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3709.0,437885.0,444638.0,https://anaconda.org/conda-forge/whoosh,2024-04-10 07:37:43.190,236358.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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,423.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7786.0,7501.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,285.0,243747.0,244578.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39932.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,2024-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,11.0,39.0,5.0,15.0,6.0,48.0,320.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,26,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],684.0,652.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,32.0,90341.0,112241.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,919807.0,,,,,3.0,45.0,,,,,,,,,,,,,,,,,,, +493,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,1.0,808.0,146.0,1563.0,114.0,125.0,7947.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,144.0,143.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3672.0,3672.0,,,,,,,,3.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5778.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,,,,,127.0,124.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,334.0,382.0,,,,,,,,2.0,3728.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-02-17 08:10:07.000000,2023-11-19 13:26:15,334.0,,946.0,45.0,33.0,65.0,112.0,4891.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],197.0,188.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,3344.0,3344.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,2024-04-11 10:51:23.000000,2024-04-11 10:51:23,3524.0,121.0,600.0,92.0,3876.0,206.0,1368.0,4886.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,91.0,25,True,2024-03-25 18:23:41.000,1.36.0,76.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,240.0,215.0,51.0,200.0,4367.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,52.0,51.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,732.0,823.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3307.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,,513.0,135.0,649.0,65.0,198.0,3860.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,2137.0,2137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,177.0,385.0,33.0,430.0,3820.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,25,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,152.0,152.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,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-04-07 07:28:07.000000,2024-03-11 08:27:22,2739.0,48.0,1201.0,136.0,1058.0,52.0,73.0,3283.0,a distributed deep learning platform.,88.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,67.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,739.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6466.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,,679.0,73.0,25.0,117.0,101.0,2976.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'],2936.0,2907.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,29.0,1570.0,1570.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,,471.0,97.0,49.0,59.0,253.0,2802.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,,,,718.0,694.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,24.0,3406.0,3720.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15150.0,,,,,3.0,964.0,,,,,,,,,,,,,,,,,,, +503,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-02-21 08:50:08.000000,2023-06-30 21:16:10,470.0,,322.0,64.0,316.0,46.0,124.0,2765.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'],52.0,51.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1893.0,2213.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14747.0,,,,,3.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,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,225.0,49.0,481.0,45.0,70.0,2703.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,,,,,221.0,218.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,18911.0,18912.0,,,,,,,,2.0,67.0,,,,,,,,,,,,,,,,,,, +505,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-04-01 09:29:45.000000,2023-07-01 21:40:58,1936.0,,336.0,40.0,88.0,28.0,157.0,2473.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,2137.0,2137.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +506,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,708.0,167.0,94.0,134.0,358.0,2457.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,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-02-10 10:19:11.000000,2024-02-10 10:17:50,226.0,9.0,244.0,47.0,92.0,20.0,115.0,2132.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",112.0,109.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,3.0,3638.0,3638.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,, +508,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2090.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,56.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,56.0,46379.0,46379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,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-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,12.0,236.0,37.0,38.0,13.0,114.0,2074.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,25,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,234.0,228.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,3395.0,3891.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22361.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +510,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,,301.0,57.0,1313.0,233.0,810.0,1809.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'],103.0,101.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,2.0,550.0,550.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,2024-03-24 14:27:59.853000,2022-12-07 10:32:49,237.0,,293.0,1.0,1.0,1.0,,1703.0,Feature engineering package with sklearn like functionality.,38.0,25,False,2024-03-24 13:29:41.000,1.7.0,39.0,feature_engine,conda-forge/feature_engine,,,,103.0,,https://pypi.org/project/feature_engine,2024-03-24 13:29:41.000,103.0,156491.0,157527.0,https://anaconda.org/conda-forge/feature_engine,2024-03-24 14:27:59.853,45618.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,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,49.0,49.0,23.0,91.0,1591.0,Contextually-keyed word vectors.,19.0,25,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,364.0,350.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,14.0,2810.0,4796.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,36121.0,,,,,3.0,64263.0,,,,,,,,,,,,,,,,,,, +513,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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,204.0,44.0,12.0,4.0,51.0,1561.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],227.0,225.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,132317.0,132317.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +514,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,379.0,89.0,155.0,1558.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,25,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],56.0,54.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,2.0,688.0,688.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +515,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,,267.0,49.0,87.0,22.0,190.0,1523.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],547.0,530.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,17.0,7275.0,7420.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6678.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,,567.0,108.0,283.0,16.0,300.0,1495.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,25,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,156.0,154.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,7594.0,7647.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4486.0,,,,,3.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-03-15 12:44:27.000000,2024-02-01 16:55:49,1031.0,2.0,174.0,17.0,66.0,32.0,336.0,1466.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,25,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,84.0,42448.0,47853.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,248660.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +518,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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,330.0,49.0,43.0,96.0,,1324.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'],462.0,454.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,28820.0,53841.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,311.0,,,,,3.0,1075615.0,,,,,,,,,,,,,,,,,,, +519,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,,141.0,28.0,63.0,7.0,70.0,1282.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'],1419.0,1406.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,13388.0,13388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,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,,292.0,55.0,63.0,13.0,109.0,1230.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,,,,,1049.0,1018.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,31.0,11573.0,11573.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,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,,238.0,35.0,68.0,54.0,206.0,1220.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,25,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],126.0,124.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1128.0,1132.0,,,,,,,,3.0,98.0,,,,,,,,,,,,,,,,,,, +522,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-04-11 07:53:49.000000,2024-04-11 07:53:48,85.0,7.0,226.0,20.0,19.0,5.0,87.0,1175.0,Implementation of the node2vec algorithm.,15.0,25,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,616.0,595.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,21.0,84580.0,84966.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27432.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +523,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-04-10 23:45:42.000000,2024-04-10 15:43:20,1928.0,36.0,364.0,54.0,497.0,156.0,251.0,1085.0,Machine learning on FPGAs using HLS.,59.0,25,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,,1344.0,1514.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7310.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +524,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-04-09 20:36:22.000000,2024-04-09 15:25:20,804.0,8.0,116.0,31.0,410.0,69.0,319.0,1006.0,BAyesian Model-Building Interface (Bambi) in Python.,37.0,25,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,123.0,114.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,9.0,23098.0,23833.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,29416.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,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-03-12 10:20:37.000000,2024-02-13 12:59:29,2071.0,1.0,215.0,41.0,588.0,85.0,432.0,999.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,49.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,49.0,56034.0,56538.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18674.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +526,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,48.0,61.0,1.0,68.0,976.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],436.0,433.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,26222.0,26222.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,,255.0,42.0,72.0,103.0,188.0,915.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,541.0,500.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,41.0,5906.0,5906.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +528,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,76.0,13.0,48.0,22.0,53.0,725.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,25,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1612.0,1583.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,449442.0,449616.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5241.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,,97.0,15.0,193.0,102.0,135.0,656.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,312.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,312.0,2615774.0,2615919.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,17724.0,,,,,,,,,,,,,,,,,,, +530,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-04-09 17:51:29.000000,2024-04-09 17:51:29,840.0,7.0,135.0,29.0,88.0,35.0,75.0,595.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,25,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,447.0,423.0,https://pypi.org/project/ml-metadata,2023-08-10 00:37:12.000,24.0,66663.0,66698.0,,,,,,,,3.0,2136.0,,,,,,,,,,,,,,,,,,, +531,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-04-01 23:32:17.000000,2024-04-01 23:32:17,475.0,5.0,51.0,8.0,57.0,169.0,234.0,583.0,python binding for libvips using cffi.,16.0,25,True,2024-01-04 12:00:44.000,2.2.2,25.0,pyvips,conda-forge/pyvips,,,,744.0,694.0,https://pypi.org/project/pyvips,2024-01-04 12:00:44.000,50.0,44207.0,46000.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,75347.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,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-03-09 00:32:37.185000,2024-03-08 20:01:01,3751.0,42.0,69.0,47.0,355.0,21.0,395.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],59.0,41.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,18.0,323.0,785.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,13421.0,,,,,3.0,13.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-04-03 16:48:08.000000,2024-03-19 09:57:11,5646.0,61.0,92.0,14.0,750.0,16.0,438.0,419.0,Lightwood is Legos for Machine Learning.,46.0,25,False,2024-03-19 10:28:37.000,24.3.3.1,203.0,lightwood,,,,['pytorch'],60.0,58.0,https://pypi.org/project/lightwood,2024-03-19 10:24:49.000,2.0,6876.0,6876.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,2024-02-11 07:50:28.337000,2024-02-11 00:53:13,766.0,9.0,85.0,13.0,30.0,7.0,47.0,366.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,412.0,385.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,27.0,121886.0,123469.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,68083.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-04-09 01:04:50.000000,2024-04-09 01:04:49,540.0,19.0,56.0,39.0,290.0,21.0,60.0,301.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-04-05 02:41:50.000,1.2.9,76.0,gokart,,,,,80.0,75.0,https://pypi.org/project/gokart,2024-04-05 02:41:50.000,5.0,4487.0,4487.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-03-26 18:21:30.000000,2024-03-12 17:13:40,2600.0,62.0,59.0,8.0,248.0,32.0,81.0,257.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,105.0,99.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1059.0,1682.0,https://anaconda.org/conda-forge/lenskit,2024-01-22 16:23:58.143,25581.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,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,,824.0,168.0,1588.0,145.0,74.0,6363.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,1.0,85.0,90.0,,,,,,,,3.0,355.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,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'],1127.0,1111.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,689.0,701.0,,,,,,,,3.0,907.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,2023-12-19 09:38:24.000000,2023-04-28 16:55:30,521.0,,437.0,62.0,90.0,48.0,88.0,4938.0,Finding duplicate images made easy!.,15.0,24,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],104.0,99.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,18044.0,18044.0,,,,,,,,3.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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,1003.0,92.0,63.0,253.0,269.0,4593.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,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,26126.0,26126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,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,,717.0,101.0,35.0,103.0,113.0,4486.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],129.0,124.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5498.0,5501.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,234.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,,1370.0,351.0,59.0,51.0,,4286.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,204.0,183.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,21.0,636.0,636.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,422.0,42.0,52.0,76.0,174.0,4141.0,An Open-Source Framework for Prompt-Learning.,22.0,24,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,114.0,112.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,2.0,963.0,963.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,,721.0,62.0,247.0,129.0,824.0,4032.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,5964.0,5964.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,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-04-03 01:41:03.000000,2024-04-03 01:36:11,1596.0,10.0,503.0,150.0,609.0,69.0,75.0,3524.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,24,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,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,2.0,445.0,89.0,78.0,65.0,137.0,3348.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'],3.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,3.0,421784.0,421786.0,,,,,,,,3.0,178.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,2023-09-22 09:55:14.000000,2023-05-19 17:52:25,508.0,,811.0,62.0,629.0,111.0,396.0,3182.0,A high-performance distributed training framework for Reinforcement Learning.,42.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],124.0,123.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1017.0,1017.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,110.0,73.0,193.0,117.0,3075.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,,,,,142.0,130.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,905.0,967.0,,,,,,,,3.0,4533.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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,3.0,246.0,29.0,2015.0,3.0,650.0,2951.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,3205.0,3299.0,,,,,,,,3.0,2642.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,2024-03-13 21:11:32.000000,2024-03-13 21:09:44,767.0,1.0,362.0,91.0,548.0,144.0,92.0,2740.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'],9.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,9.0,103552.0,103552.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,,316.0,93.0,2157.0,206.0,982.0,2673.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,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,16635.0,16635.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,,316.0,30.0,695.0,49.0,151.0,2475.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,89.0,88.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,1.0,319.0,319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,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,,645.0,89.0,29.0,25.0,52.0,2327.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,,,,,739.0,558.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,181.0,35878.0,35878.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,254.0,56.0,56.0,19.0,50.0,2204.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],682.0,663.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,7666.0,7666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,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,70.0,21.0,93.0,66.0,2087.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,282.0,265.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,17.0,29820.0,29820.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,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,,669.0,82.0,48.0,24.0,64.0,2043.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,504.0,492.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,8774.0,8774.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,,199.0,29.0,65.0,35.0,83.0,1983.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],338.0,331.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,3803.0,3979.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6893.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,2024-03-29 21:12:28.000000,2023-12-04 14:09:45,571.0,,128.0,56.0,450.0,67.0,102.0,1827.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,102.0,95.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,5741.0,5741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-03-29 11:40:20.000000,2024-03-29 09:49:56,639.0,1.0,269.0,27.0,184.0,10.0,389.0,1615.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",23.0,24,True,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],181.0,173.0,https://pypi.org/project/talos,2022-05-28 10:07:34.000,8.0,1647.0,1647.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +560,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,120.0,28.0,31.0,58.0,50.0,1570.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'],421.0,416.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,5.0,123087.0,123087.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,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-03-05 19:49:22.000000,2023-11-08 21:41:55,157.0,,162.0,103.0,185.0,35.0,25.0,1487.0,fklearn: Functional Machine Learning.,55.0,24,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,368.0,368.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,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-03-23 16:41:37.000000,2024-02-25 11:49:35,1255.0,44.0,113.0,32.0,161.0,71.0,141.0,1470.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.0,24,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,,156.0,167.0,,,,,,,,3.0,496.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-03-14 13:20:54.000000,2024-03-14 13:15:40,347.0,5.0,292.0,40.0,253.0,69.0,195.0,1452.0,A framework for Privacy Preserving Machine Learning.,35.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],34.0,33.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,442.0,442.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,403.0,91.0,165.0,103.0,224.0,1355.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],43.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,1.0,98.0,98.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,205.0,54.0,460.0,143.0,293.0,1192.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],74.0,65.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,263.0,263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,223.0,72.0,415.0,75.0,147.0,1152.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,,,,,173.0,163.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,10.0,406.0,406.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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-04 03:15:37.000000,2019-08-16 09:00:15,140.0,,111.0,12.0,22.0,17.0,15.0,1068.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5324.0,5010.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,314.0,393824.0,393824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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,48.0,112.0,52.0,170.0,966.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,340.0,290.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,763.0,763.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,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-03-05 13:03:44.000000,2024-03-05 13:03:44,730.0,3.0,144.0,15.0,103.0,29.0,237.0,946.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'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,26294.0,31832.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,254789.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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,,108.0,26.0,36.0,34.0,69.0,875.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,24,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],607.0,595.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,24049.0,24049.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-04-11 11:10:58.000000,2024-02-14 13:54:40,2672.0,2.0,104.0,10.0,526.0,34.0,93.0,872.0,Time series forecasting with scikit-learn models.,10.0,24,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],258.0,250.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,8.0,46295.0,46295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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-04-03 15:44:10.000000,2024-03-27 16:08:31,342.0,25.0,134.0,19.0,76.0,3.0,65.0,846.0,An intuitive library to extract features from time series.,19.0,24,True,2024-03-27 17:12:39.000,0.1.7,11.0,tsfel,,,,,126.0,123.0,https://pypi.org/project/tsfel,2024-03-27 16:06:38.000,3.0,19841.0,19841.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,2024-04-10 22:46:55.000000,2024-02-01 14:45:49,245.0,8.0,107.0,14.0,42.0,35.0,27.0,833.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,583.0,568.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,32149.0,43164.0,,,,,,,,3.0,451646.0,,,,,,,,,,,,,,,,,,, +574,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],51.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,44.0,5543.0,9926.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,311559.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,630.0,,,,,,,,,,, +575,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,34.0,25.0,34.0,236.0,740.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,169.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,13.0,3079.0,3079.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,2.0,155.0,17.0,72.0,35.0,108.0,693.0,Ternary plotting library for python with matplotlib.,27.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,193.0,166.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,27.0,47083.0,47912.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79648.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +577,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,,138.0,130.0,91.0,43.0,67.0,652.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'],206.0,191.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,15.0,15213.0,15213.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,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,9.0,17.0,11.0,12.0,508.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'],4494.0,4325.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,169.0,2552465.0,2561976.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,894093.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-02-20 10:07:24.000000,2023-12-26 16:13:16,6706.0,,143.0,36.0,394.0,37.0,135.0,371.0,Neuroimaging in Python FMRI analysis package.,69.0,24,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,276.0,224.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,52.0,3730.0,5047.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,106737.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,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,1.0,85.0,29.0,318.0,75.0,27.0,364.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],377.0,370.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,41192.0,41192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,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-03-03 01:46:55.000000,2024-03-03 01:31:19,1096.0,1.0,882.0,116.0,675.0,238.0,542.0,5414.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,117.0,23,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,337.0,337.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-04-11 03:01:00.000000,2024-04-11 02:29:17,1582.0,27.0,810.0,147.0,1493.0,342.0,398.0,4962.0,Simple and Distributed Machine Learning.,116.0,23,True,2024-04-10 19:16:17.000,1.0.4-spark3.5,48.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,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-03-11 13:23:02.000000,2024-03-11 13:23:01,3347.0,3.0,820.0,232.0,110.0,57.0,620.0,4871.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,23,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,22.0,,,,,,,,3.0,1505.0,,,,,,,,,,,,,,,,,,, +584,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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1310.0,305.0,209.0,66.0,211.0,4703.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1814.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143356.0,3.0,,,,,,,,,,,,,,,,,,,, +585,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,,222.0,54.0,36.0,74.0,123.0,3123.0,A GUI for Pandas DataFrames.,15.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],368.0,363.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3077.0,3619.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,21171.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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,,237.0,42.0,110.0,80.0,64.0,2862.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,10332.0,10334.0,,,,,,,,3.0,122.0,,,,,,,,,,,,,,,,,,, +587,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,2397.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'],61.0,59.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1610.0,1773.0,,,,,,,,3.0,12770.0,,,,,,,,,,,,,,,,,,, +588,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,32.0,350.0,2376.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,33.0,33.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,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,,302.0,66.0,78.0,64.0,68.0,2099.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'],30.0,27.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2002.0,2002.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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,,243.0,44.0,33.0,51.0,90.0,1922.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'],167.0,167.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3768.0,3768.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,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,1.0,228.0,42.0,36.0,45.0,24.0,1847.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'],459.0,437.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,2393.0,3298.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,32590.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,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,1770.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,23,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",272.0,261.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,3861.0,3861.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,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,1720.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1678.0,1768.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3257.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,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,,259.0,49.0,312.0,99.0,17.0,1551.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,30689.0,30689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,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-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,2.0,302.0,57.0,115.0,54.0,30.0,1514.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,,,,,88.0,87.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,795.0,795.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2024-03-30 13:44:01.000000,2024-03-30 13:48:32,1194.0,15.0,118.0,27.0,68.0,4.0,29.0,1475.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.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,7160.0,7160.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,, +597,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,160.0,33.0,22.0,42.0,34.0,1268.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],62.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,767.0,767.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,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-04-10 03:25:55.000000,2024-04-10 03:25:54,547.0,29.0,128.0,21.0,262.0,12.0,130.0,1200.0,A standard framework for modelling Deep Learning Models for tabular data.,21.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,3463.0,3463.0,,,,,,,,1.0,25.0,,,,,,,,,,,,,,,,,,, +599,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,185.0,34.0,73.0,3.0,86.0,1034.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'],220.0,211.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,4033.0,4033.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,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,,84.0,26.0,55.0,36.0,28.0,942.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,,,,673.0,650.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,40753.0,42094.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,41593.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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,,149.0,23.0,46.0,15.0,82.0,910.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2394.0,2379.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,15.0,1558.0,1558.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +602,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-03-27 19:52:35.000000,2024-03-27 19:35:37,291.0,7.0,249.0,46.0,18.0,9.0,91.0,818.0,Data compression in TensorFlow.,21.0,23,True,2024-03-27 19:52:35.000,2.16.0,25.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,12597.0,12597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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-03-05 13:03:08.000000,2024-03-05 13:03:07,598.0,4.0,132.0,15.0,57.0,29.0,126.0,755.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,45.0,13613.0,15584.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,92671.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,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,,82.0,21.0,9.0,23.0,41.0,646.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'],445.0,423.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,22.0,36245.0,36274.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2899.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,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-04-11 09:53:57.000000,2024-04-05 17:15:44,866.0,15.0,82.0,10.0,728.0,90.0,438.0,601.0,Automated modeling and machine learning framework FEDOT.,33.0,23,True,2024-03-15 09:42:11.000,0.7.3.1,21.0,fedot,,,,,48.0,45.0,https://pypi.org/project/fedot,2024-03-05 21:31:39.000,3.0,796.0,796.0,,,,,,,,3.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +606,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-02-10 13:12:00.000000,2024-02-10 13:11:04,343.0,11.0,85.0,7.0,19.0,1.0,85.0,537.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,17.0,23,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,69.0,67.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,7242.0,7242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,204.0,278.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,108.0,100.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1805.0,1805.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,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-04-09 09:44:48.000000,2024-04-09 09:44:48,480.0,80.0,105.0,19.0,502.0,58.0,123.0,257.0,An open-source toolkit for large-scale genomic analysis.,26.0,23,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,45080.0,45182.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,3895.0,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,, +609,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,,27.0,7.0,19.0,4.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,23,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2319.0,2163.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,156.0,121057.0,121057.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,545.0,82.0,37.0,59.0,26.0,10803.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,48.0,48.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,708.0,794.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2342.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7983.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,,,,,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,688.0,688.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,261.0,68.0,115.0,136.0,6289.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,3.0,80.0,80.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,1.0,735.0,104.0,588.0,105.0,345.0,5878.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,22,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,23102.0,23102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,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,,779.0,223.0,25.0,8.0,122.0,5320.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'],28.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,8.0,1369.0,1369.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +615,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1698.0,19.0,17.0,70.0,24.0,4987.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,28.0,28.0,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,2736.0,2736.0,,,,,,,,3.0,,5.0,,,,,,,,,,,,,,,,,, +616,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-03-28 17:33:46.000000,2023-01-15 11:37:16,279.0,,916.0,112.0,101.0,148.0,351.0,4782.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,2.0,14149.0,14149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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,4614.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,22,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],6.0,,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,515.0,515.0,,,,,,,,3.0,,-3.0,,,,,,,,,,,,,,,,,, +618,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,321.0,74.0,37.0,95.0,74.0,4387.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,200.0,200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,328.0,89.0,91.0,306.0,3868.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,,,,1.0,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,1.0,80.0,103.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1889.0,,,,,3.0,384.0,,,,,,,,,,,,,,,,,,, +620,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,654.0,75.0,53.0,176.0,101.0,3375.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'],7.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,7.0,2768.0,2777.0,,,,,,,,3.0,557.0,,,,,,,,,,,,,,,,,,, +621,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-04-01 21:52:31.000000,2024-04-01 21:52:26,686.0,2.0,497.0,214.0,16.0,24.0,4.0,3344.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,13.0,13.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,204.0,204.0,,,,,,,,3.0,51.0,,,,,,,,,,,,,,,,,,, +622,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,381.0,207.0,9.0,6.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'],148.0,145.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,2291.0,2291.0,,,,,,,,3.0,,,,google-deepmind/trfl,,,,,,,,,,,,,,,, +623,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2024-04-03 18:36:19.000000,2021-05-06 12:10:38,127.0,,156.0,48.0,62.0,2.0,30.0,3011.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,,,,48.0,48.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,380.0,433.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1438.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,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-04-04 15:52:02.000000,2024-01-21 06:34:10,937.0,2.0,172.0,20.0,77.0,94.0,170.0,2732.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,22,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,41.0,40.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,531.0,531.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,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,,136.0,28.0,200.0,18.0,73.0,2695.0,HiPlot makes understanding high dimensional data easy.,9.0,22,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,18.0,3.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,15.0,22667.0,26254.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,179388.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,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-04-08 05:25:46.000000,2024-04-08 05:25:46,3457.0,3.0,727.0,6.0,1.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.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,597.0,597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,78.0,144.0,36.0,126.0,2382.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'],29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,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-04-05 08:29:34.000000,2024-04-04 10:48:55,541.0,9.0,201.0,42.0,128.0,62.0,127.0,2163.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,28.0,22,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,144.0,144.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +629,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-03-26 08:21:30.000000,2024-02-04 20:37:53,1083.0,8.0,268.0,32.0,39.0,25.0,176.0,1768.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,459.0,459.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,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,1707.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'],159.0,150.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,9.0,2905.0,5122.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,205154.0,,,,,3.0,417.0,,,,,,,,,,,,,,,,,,, +631,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,7.0,15.0,33.0,1641.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'],55.0,49.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,3073.0,3073.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,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,98.0,45.0,187.0,216.0,1636.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,7.0,992.0,992.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +633,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,,116.0,38.0,11.0,33.0,51.0,1610.0,"A fast, efficient universal vector embedding utility package.",4.0,22,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,352.0,340.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,1058.0,1058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,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,,289.0,44.0,801.0,71.0,485.0,1603.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,98.0,98.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,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,6.0,207.0,57.0,52.0,76.0,149.0,1534.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,,725.0,756.0,,,,,,,,3.0,2773.0,,,,,,,,,,,,,,,,,,, +636,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,,84.0,41.0,15.0,9.0,27.0,1311.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'],172.0,159.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,13.0,12076.0,12221.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4360.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +637,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,,189.0,27.0,57.0,21.0,36.0,1269.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'],160.0,155.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,615.0,615.0,,,,,,,,3.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,,173.0,31.0,86.0,16.0,32.0,1255.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,91.0,91.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,,548.0,548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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-03-26 17:17:48.000000,2023-10-17 15:42:30,833.0,,327.0,50.0,793.0,7.0,300.0,1205.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'],2.0,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,2.0,420.0,420.0,,,,,,,,3.0,18.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,,215.0,66.0,29.0,31.0,12.0,1154.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,9828.0,9828.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-04-11 11:55:32.000000,2023-07-16 15:16:10,420.0,,147.0,92.0,120.0,33.0,45.0,1135.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,105.0,104.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,401.0,401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,110.0,51.0,98.0,41.0,51.0,1007.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'],234.0,226.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,8.0,3518.0,3518.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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,,293.0,96.0,121.0,62.0,97.0,1005.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'],37.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,37.0,1295.0,1827.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42564.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,2.0,89.0,18.0,73.0,18.0,44.0,945.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,,,,,169.0,165.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,11827.0,11827.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,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,2.0,193.0,24.0,58.0,12.0,27.0,927.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'],85.0,79.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,6.0,4506.0,4506.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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,220.0,218.0,856.0,"Experiment tracking, ML developer tools.",29.0,22,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,95.0,95.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,740.0,740.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +647,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,24.0,594.0,63.0,511.0,839.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,2823.0,2823.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,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-04-04 17:31:05.000000,2024-04-04 17:25:59,224.0,2.0,83.0,18.0,154.0,24.0,84.0,830.0,Bayesian active learning library for research and industrial usecases.,21.0,22,True,2024-04-04 17:31:05.000,1.9.2,20.0,baal,conda-forge/baal,,,,56.0,55.0,https://pypi.org/project/baal,2024-04-04 17:29:59.000,1.0,2975.0,3176.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7867.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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,,104.0,29.0,60.0,22.0,74.0,829.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,396.0,392.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,4.0,3023.0,3023.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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-04-09 18:34:46.000000,2024-04-09 12:39:07,1172.0,33.0,123.0,30.0,983.0,37.0,50.0,757.0,Machine learning framework for both deep learning and traditional algorithms.,37.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,207.0,207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,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,756.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,22,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],46.0,44.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,2.0,4623.0,4623.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,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,,73.0,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,88837.0,88837.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +653,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,684.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,,,,418.0,411.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,7.0,17183.0,17237.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1899.0,,,,,3.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,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,18.0,78.0,23.0,34.0,676.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],262.0,239.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,85466.0,87168.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,149812.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +655,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,631.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'],90.0,86.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,496.0,496.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,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,,112.0,26.0,23.0,57.0,35.0,601.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,,,,442.0,420.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,22.0,10762.0,11227.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18602.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,22.0,19.0,8.0,29.0,582.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],151.0,146.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,11175.0,11175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,56.0,10.0,21.0,13.0,37.0,538.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,,,,378.0,369.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,12057.0,12467.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,25017.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,2024-04-11 14:31:42.000000,2024-04-06 00:17:54,967.0,5.0,175.0,24.0,836.0,112.0,388.0,533.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,22,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,207.0,2543.0,,,,,,,,3.0,77094.0,,,,,,,,,,,,,,,,,,, +660,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-03-19 15:52:10.000000,2024-03-19 15:52:03,1216.0,2.0,64.0,7.0,208.0,18.0,109.0,497.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'],241.0,236.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3121.0,3121.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-04-04 13:07:15.000000,2024-03-25 11:54:23,1755.0,65.0,67.0,7.0,215.0,47.0,81.0,490.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,25.0,24.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,644.0,649.0,,,,,,,,3.0,152.0,,,,,,,,,,,,,,,,,,, +662,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-10 23:20:43.000000,2024-04-10 23:20:38,280.0,3.0,105.0,13.0,128.0,18.0,138.0,470.0,A Python library for dynamic classifier and ensemble selection.,17.0,22,True,2024-04-10 02:38:53.000,0.3.6,5.0,deslib,,,,['sklearn'],49.0,46.0,https://pypi.org/project/deslib,2024-04-10 02:38:53.000,3.0,2260.0,2260.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-04-06 10:57:13.000000,2023-03-05 00:16:57,419.0,,99.0,36.0,276.0,71.0,173.0,466.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,77.0,75.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1243.0,1246.0,,,,,,,,3.0,301.0,,,,,,,,,,,,,,,,,,, +664,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,2.0,48.0,17.0,2.0,11.0,3.0,371.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,,,,,510.0,508.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,2.0,21682.0,21682.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,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-04-01 02:14:13.000000,2024-04-01 02:14:12,659.0,2.0,62.0,30.0,452.0,13.0,91.0,369.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],87.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,83.0,15310.0,21458.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,577962.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,,27.0,8.0,4.0,21.0,60.0,292.0,Multiple Imputation with LightGBM in Python.,6.0,22,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,128.0,123.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,20489.0,20851.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,11960.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +667,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,4.0,12.0,229.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,,,,1094.0,1048.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,95341.0,96709.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,57496.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,1.0,2238.0,149.0,89.0,254.0,286.0,12782.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/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,647.0,95.0,150.0,98.0,103.0,8367.0,The user analytics platform for LLMs.,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,611.0,611.0,,,,,,,,3.0,,,,nebuly-ai/nebuly,,,,,,,,,,,,,,,, +670,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-03-30 11:33:43.000000,2020-04-18 19:15:25,24.0,,1071.0,140.0,43.0,34.0,10.0,8128.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'],43.0,41.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,1174.0,1174.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1166.0,96.0,48.0,379.0,284.0,6250.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,25.0,25.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,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-03-12 17:57:31.000000,2023-08-15 07:38:22,956.0,,542.0,166.0,46.0,37.0,28.0,4256.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,854.0,854.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,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,,529.0,173.0,50.0,65.0,49.0,3470.0,Fast and flexible AutoML with learning guarantees.,27.0,21,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],3.0,,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,132.0,132.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +674,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,3.0,324.0,53.0,414.0,79.0,106.0,3223.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,21,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],1.0,,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,149.0,149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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,165.0,120.0,22.0,112.0,2926.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,240.0,240.0,,,,,,,,3.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,,327.0,73.0,2.0,18.0,7.0,2906.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'],203.0,195.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,1787.0,1787.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,,361.0,86.0,4.0,3.0,18.0,2161.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,1.0,628.0,628.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,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,,230.0,61.0,106.0,25.0,56.0,2110.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,21,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1155.0,1155.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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,157.0,23.0,33.0,31.0,31.0,1898.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,308.0,466.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4389.0,,,,,3.0,91.0,,,,,,,,,,,,,,,,,,, +680,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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,9.0,341.0,41.0,68.0,161.0,95.0,1846.0,Super easy library for BERT based NLP models.,36.0,21,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,2024-01-30 11:59:18.000,2.0,850.0,850.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-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,1.0,102.0,37.0,30.0,29.0,79.0,1789.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,,,,,30.0,30.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,9868.0,9868.0,,,,,,,,3.0,22.0,,,,,,,,,,,,,,,,,,, +682,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,197.0,30.0,423.0,11.0,163.0,1653.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,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-03-13 07:44:20.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,5.0,74.0,1584.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,4.0,226.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,,, +684,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,281.0,72.0,728.0,53.0,64.0,1579.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,604.0,973.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,18861.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,,273.0,65.0,51.0,23.0,75.0,1472.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,349.0,349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-02-07 11:53:44.000000,2023-12-09 21:53:10,773.0,,182.0,18.0,259.0,77.0,94.0,1264.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,54482.0,54482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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,,219.0,63.0,48.0,36.0,90.0,1250.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,264.0,264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,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-04-10 00:55:27.000000,2024-04-10 00:46:24,185.0,1.0,108.0,37.0,25.0,17.0,114.0,1180.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,21,True,2024-04-10 01:08:04.000,2.2.0,80.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,5374.0,5374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,,208.0,28.0,61.0,54.0,60.0,1061.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,120.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,10.0,463.0,468.0,,,,,,,,3.0,600.0,,,,,,,,,,,,,,,,,,, +690,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,53.0,86.0,64.0,206.0,1018.0,Line based ATR Engine based on OCRopy.,20.0,21,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,1895.0,1895.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,1005.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'],83.0,79.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,163.0,163.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,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-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,1.0,162.0,29.0,111.0,80.0,56.0,881.0,Source code/webpage/demos for the What-If Tool.,20.0,21,True,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,8.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,4.0,4563.0,52605.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2155775.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,2.0,1178.0,,,,,,,,,,, +693,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,825.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],435.0,422.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,13.0,26388.0,26388.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,,160.0,38.0,46.0,43.0,49.0,791.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,99.0,90.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,425.0,425.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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,2.0,78.0,26.0,162.0,51.0,62.0,759.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'],54.0,50.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,516.0,516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,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,25.0,39.0,756.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,,,,,121.0,105.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,16.0,1612.0,1612.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,,144.0,25.0,19.0,26.0,5.0,737.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'],627.0,613.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,14.0,50211.0,50372.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6767.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,,53.0,29.0,12.0,11.0,15.0,632.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,,,,,242.0,188.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,54.0,12587.0,12587.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,,106.0,30.0,1.0,13.0,3.0,632.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']",626.0,618.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,26825.0,26825.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,303.0,596.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,265.0,265.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,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,,94.0,26.0,32.0,35.0,6.0,587.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'],385.0,377.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,27025.0,27025.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,28.0,31.0,5.0,24.0,562.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1436.0,1436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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-04-06 22:05:52.000000,2023-12-29 21:08:41,477.0,,57.0,26.0,9.0,17.0,34.0,518.0,Active Learning for Text Classification in Python.,6.0,21,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",27.0,27.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,282.0,537.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5357.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,9.0,9.0,11.0,21.0,489.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,,,,,112.0,104.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6705.0,6705.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,,, +705,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,,41.0,12.0,11.0,9.0,52.0,487.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,21,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,34.0,29.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,2879.0,2881.0,,,,,,,,3.0,133.0,,,,,,,,,,,,,,,,,,, +706,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,485.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,10763.0,10766.0,,,,,,,,3.0,146.0,,,,,,,,,,,,,,,,,,, +707,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,,107.0,20.0,57.0,26.0,21.0,479.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,21,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,68.0,60.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2534.0,2534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,414.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,128.0,114.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,14.0,4236.0,4236.0,,,,,,,,3.0,92.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,,27.0,9.0,9.0,2.0,9.0,399.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'],1226.0,1220.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,204956.0,204956.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,223.0,223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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-04-08 09:54:58.786000,2024-04-04 10:12:47,814.0,4.0,25.0,7.0,70.0,30.0,21.0,359.0,Flexible time series feature extraction & processing.,6.0,21,True,2024-04-04 10:31:07.000,0.4.0,37.0,tsflex,conda-forge/tsflex,,,,13.0,12.0,https://pypi.org/project/tsflex,2024-04-04 10:23:01.000,1.0,677.0,1295.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,20402.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,11.0,37.0,29.0,37.0,347.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,,,,,242.0,227.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,15.0,5335.0,5335.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,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,,33.0,18.0,6.0,18.0,21.0,305.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],94.0,93.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,2105.0,2105.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +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,2024-04-10 14:20:04.000000,2024-04-10 14:19:53,722.0,55.0,24.0,5.0,275.0,5.0,,288.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,21,False,2024-04-04 16:54:55.000,1.1.271,674.0,upgini,,,,,6.0,6.0,https://pypi.org/project/upgini,2024-04-04 16:54:55.000,,6230.0,6230.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-04-03 15:06:11.000000,2024-04-03 15:06:11,653.0,21.0,11.0,23.0,341.0,42.0,82.0,287.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-03-22 22:53:35.000,1.6.6,72.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,2024-03-22 22:46:43.000,1.0,2214.0,6685.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-03-23 12:28:23.602,100386.0,,,,,3.0,5082.0,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-03-22 22:50:50.695,2.0,268.0,,,,,,,,,,, +716,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2024-03-08 20:29:51.000000,2023-02-07 20:17:52,60.0,,56.0,26.0,42.0,8.0,10.0,286.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,417116.0,417116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,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,,475.0,85.0,180.0,108.0,161.0,3565.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,42.0,64.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1330.0,3.0,,,,,,,,,,,,,,,,,,,, +718,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,96.0,16.0,53.0,17.0,3367.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,148.0,141.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,800.0,800.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,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,,267.0,31.0,22.0,27.0,37.0,3003.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1737.0,1737.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,2915.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,600.0,600.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,,, +721,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,260.0,2825.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,,,,,,,,,,,,,,,,,,,, +722,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,,827.0,85.0,30.0,45.0,80.0,2647.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,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,7.0,694.0,694.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,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,,455.0,127.0,225.0,87.0,183.0,2304.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,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,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,15.0,105.0,2050.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,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,,7139.0,7139.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,,177.0,55.0,895.0,129.0,586.0,1896.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,18.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1020.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,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,,140.0,102.0,150.0,21.0,20.0,1551.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,22.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,739.0,739.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,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,,157.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'],25.0,25.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1685.0,1685.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,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,,356.0,61.0,47.0,37.0,72.0,1474.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,20,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,115.0,115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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,102.0,36.0,13.0,24.0,1420.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,40.0,13.0,14.0,9.0,1267.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,,,,,134.0,133.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,1.0,2509.0,2509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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,1053.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,20,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,121.0,121.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,55.0,14.0,30.0,19.0,1014.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,174.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,851.0,1086.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8258.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,,133.0,36.0,16.0,8.0,4.0,923.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3629.0,3617.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,12.0,737.0,737.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2024-04-11 05:21:41.000000,2024-03-28 20:43:29,214.0,38.0,45.0,11.0,55.0,3.0,16.0,849.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",13.0,20,True,2024-03-28 20:44:13.000,2.0.2,30.0,uform,,,,['pytorch'],25.0,24.0,https://pypi.org/project/uform,2024-03-28 20:44:13.000,1.0,860.0,873.0,,,,,,,,3.0,184.0,,,,,,,,,,,,,,,,,,, +735,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,130.0,18.0,24.0,28.0,39.0,816.0,python partial dependence plot toolbox.,7.0,20,True,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,19794.0,20145.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,20059.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,78.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,11060.0,11060.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,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-04-03 17:21:48.000000,2024-03-27 18:40:09,1505.0,2.0,79.0,34.0,654.0,22.0,118.0,695.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']",13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,117.0,117.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-04-09 08:33:06.000000,2024-01-15 01:52:35,490.0,1.0,110.0,33.0,557.0,206.0,245.0,681.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,2732.0,2732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,104.0,23.0,25.0,43.0,61.0,608.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'],164.0,162.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1610.0,1718.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3690.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,571.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,348.0,344.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,4.0,5772.0,5952.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11565.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,15.0,556.0,A library of metrics for evaluating recommender systems.,20.0,20,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,51.0,51.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,18858.0,18858.0,,,,,,,,3.0,6.0,,,,,,,,,,,,,,,,,,, +742,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,,166.0,56.0,20.0,39.0,60.0,541.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,34.0,29.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,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,,56.0,59.0,9.0,23.0,25.0,523.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,,,,,96.0,95.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,1.0,360.0,360.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,, +744,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-03-30 13:25:33.000000,2024-03-30 13:25:33,69.0,5.0,51.0,18.0,9.0,12.0,10.0,491.0,Topological Data Analysis for Python.,6.0,20,True,2024-03-17 19:09:40.000,1.1.0,5.0,scikit-tda,,,,['sklearn'],55.0,55.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,2063.0,2063.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,,98.0,18.0,9.0,5.0,40.0,439.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,53.0,53.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,2837.0,2837.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,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,15.0,38.0,12.0,1.0,2.0,80.0,401.0,Deep Learning PyTorch.,1.0,20,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,246.0,246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,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,247.0,10.0,23.0,399.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,2038.0,2038.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +748,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,,68.0,24.0,48.0,15.0,19.0,397.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'],47.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,47.0,4939.0,5370.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32377.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,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,370.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,90.0,86.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4283.0,4284.0,,,,,,,,3.0,65.0,,,,,,,,,,,,,,,,,,, +750,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,28.0,110.0,33.0,184.0,364.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,31.0,17.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,14.0,69.0,69.0,,,,,,,,3.0,,,,yomguy/TimeSide,,,,,,,,,,,,,,,, +751,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,16.0,326.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'],244.0,238.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,2173.0,2173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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-03-27 12:25:36.647000,2024-03-27 08:46:27,190.0,11.0,41.0,19.0,3.0,10.0,8.0,281.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,20,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],9.0,9.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1683.0,5856.0,https://anaconda.org/conda-forge/deepgraph,2024-03-27 12:25:36.647,175302.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,5.0,67.0,28.0,31.0,30.0,113.0,260.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,,,,12.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,12.0,1466.0,3489.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,84324.0,,,,,3.0,1869.0,,,,,,,,,,,,,,,,,,, +754,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-04-04 13:54:13.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,177.0,21.0,64.0,239.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,396.0,396.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,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-03-21 11:20:10.000000,2024-03-21 11:20:09,585.0,4.0,33.0,24.0,638.0,21.0,128.0,238.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,1555.0,1575.0,,,,,,,,3.0,1008.0,,,,,,,,,,,,,,,,,,, +756,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,,,,,428.0,414.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,14.0,1435.0,1439.0,,,,,,,,3.0,375.0,,,,,,,,,,,,,,,,,,, +757,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-03-05 09:02:43.000000,2024-03-05 08:55:36,860.0,16.0,17.0,8.0,182.0,11.0,23.0,151.0,Toolkit for developing and maintaining ML models.,14.0,20,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,,8673.0,8673.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,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,,168.0,65.0,54.0,6.0,44.0,3078.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,19,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,59.0,59.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +759,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,,317.0,59.0,242.0,173.0,110.0,3077.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,19,True,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,894.0,906.0,,,,,,,,3.0,673.0,,,,,,,,,,,,,,,,,,, +760,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-04-09 15:16:39.000000,2024-04-09 15:16:39,371.0,2.0,145.0,17.0,71.0,18.0,38.0,1669.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,17.0,19,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1027.0,1027.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,,138.0,17.0,11.0,41.0,43.0,1050.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'],128.0,123.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,2806.0,2806.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,142.0,25.0,76.0,49.0,36.0,1019.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,19,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,259799.0,259959.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7846.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,58.0,69.0,848.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,98.0,97.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,434.0,434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,,227.0,30.0,38.0,41.0,21.0,835.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,2.0,3514.0,3514.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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,70.0,22.0,47.0,11.0,17.0,776.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],20.0,18.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,587.0,1466.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,22861.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,102.0,26.0,48.0,19.0,35.0,729.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,,,,,28.0,26.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,303.0,303.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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-01-28 21:21:14.000000,2024-01-28 21:21:14,295.0,10.0,107.0,17.0,24.0,1.0,85.0,669.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,19,True,2024-01-28 14:11:58.000,0.0.90,37.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-01-28 14:11:58.000,,5339.0,5339.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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-04-03 18:32:28.000000,2021-09-16 17:56:31,171.0,,144.0,34.0,82.0,14.0,55.0,615.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'],22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,13.0,22.0,563.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,391.0,391.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,17.0,111.0,8.0,48.0,557.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],138.0,133.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,3144.0,3144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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,,66.0,13.0,10.0,23.0,41.0,539.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,,,,,47.0,47.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1634.0,1634.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,1.0,68.0,6.0,5.0,4.0,28.0,530.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,19,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,17.0,15.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2054.0,2054.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,,97.0,26.0,6.0,3.0,31.0,490.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,19,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,608.0,608.0,,,,,,,,3.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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,21885.0,21885.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,19,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],5.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,5.0,3571.0,3571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,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-03-25 17:08:37.000000,2024-03-15 20:40:04,322.0,5.0,78.0,25.0,339.0,21.0,9.0,330.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,35.0,19,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2022-12-13 19:06:03.653,,2222.0,2222.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,229.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],74.0,67.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,7.0,4755.0,4755.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,212.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,78.0,76.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,37820.0,37820.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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,,765.0,339.0,58.0,2.0,,6681.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,,25.0,32.0,,,,,,,,3.0,336.0,,,,,,,,,,,,,,,,,,, +780,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,46.0,159.0,6212.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,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-04-10 07:19:59.000000,2024-04-10 07:19:53,684.0,40.0,394.0,39.0,815.0,149.0,111.0,2963.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,79.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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,,411.0,106.0,83.0,67.0,48.0,2943.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'],,,,,,,104.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8543.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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,,462.0,79.0,36.0,83.0,68.0,1676.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,,149.0,149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1642.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,488.0,488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,,176.0,22.0,20.0,16.0,30.0,1595.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,,,,,4.0,4.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,84.0,84.0,,,,,,,,3.0,33.0,,,,,,,,,,,,,,,,,,, +786,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,,253.0,56.0,65.0,8.0,31.0,1365.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,33.0,33.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,34.0,72.0,31.0,30.0,1096.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,8408.0,8408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,,156.0,44.0,5.0,4.0,7.0,1052.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,33.0,27.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,6.0,322.0,322.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,2.0,192.0,61.0,7.0,13.0,29.0,1043.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,18,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,,175.0,18.0,42.0,22.0,59.0,884.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,176.0,173.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,502.0,688.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8187.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,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,2.0,81.0,14.0,35.0,3.0,23.0,795.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,31.0,27.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3052.0,3052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,,188.0,33.0,15.0,18.0,22.0,783.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,225.0,48383.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2070834.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,81.0,81.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,39.0,66.0,465.0,A High Level API for Deep Learning in JAX.,18.0,18,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",45.0,45.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-03-27 15:12:17.000000,2024-01-10 08:10:55,2818.0,,63.0,11.0,255.0,9.0,109.0,427.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,18,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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,,105.0,71.0,7.0,15.0,19.0,421.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,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,3.0,281.0,281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,10.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,61.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,3.0,244.0,453.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,12975.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,,51.0,11.0,60.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,38.0,34.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,258.0,258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,42.0,13.0,63.0,4.0,56.0,315.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,781.0,781.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,19.0,93.0,30.0,18.0,314.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2314.0,2314.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,, +802,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,300.0,Textpipe: clean and extract metadata from text.,29.0,18,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,,76.0,22.0,431.0,27.0,51.0,267.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,18,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,261.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,281.0,281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-02-08 15:04:35.000000,2024-02-08 15:04:34,493.0,1.0,51.0,14.0,77.0,13.0,35.0,242.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,18,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,14232.0,14232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,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,60.0,31.0,47.0,235.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'],16.0,13.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,3.0,31.0,31.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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-04-08 15:16:55.000000,2024-04-08 15:03:47,262.0,2.0,31.0,11.0,199.0,21.0,75.0,194.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",12.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],36.0,35.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,510.0,510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,129.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,,,,9108.0,8922.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,368816.0,368849.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1119.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,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,,1340.0,467.0,21.0,56.0,167.0,7014.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,,,,,,,,,,,,,,,, +810,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,,1028.0,119.0,24.0,14.0,352.0,4232.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,17,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,,985.0,63.0,13.0,44.0,25.0,3583.0,Implementation and experiments of graph embedding algorithms.,9.0,17,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,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,1539.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,,26.0,47.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1688.0,3.0,,,,,,,,,,,,,,,,,,,, +813,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,,111.0,19.0,58.0,2.0,13.0,748.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,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,4438.0,4438.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +814,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,,58.0,15.0,10.0,26.0,17.0,748.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,,,,,47.0,47.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,312.0,312.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,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,747.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'],33.0,33.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2297.0,2392.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2859.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,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,673.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,30.0,30.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,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,24.0,19.0,5.0,20.0,455.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,17,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,83.0,83.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,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-03-30 13:19:11.000000,2024-02-11 10:10:08,681.0,1.0,68.0,31.0,79.0,15.0,25.0,386.0,A Python implementation of active inference for Markov Decision Processes.,14.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,230.0,230.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,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,346.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,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,17,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,,129.0,34.0,323.0,81.0,130.0,323.0,Brain Imaging Analysis Kit.,35.0,17,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,1.0,87.0,105.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1818.0,3.0,,,,,,,,,,,,,,,,,,,, +822,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,86.0,89.0,,,,,,,,3.0,172.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,8.0,44.0,226.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,25.0,23.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,56.0,56.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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-04-01 22:09:11.000000,2024-03-02 11:17:16,371.0,1.0,38.0,6.0,133.0,,35.0,224.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,1068.0,1175.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2905.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +825,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,,29.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,17,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,3659.0,3659.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,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,,539.0,176.0,110.0,54.0,149.0,3909.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,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,57.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,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +828,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,1156.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,16,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],54.0,52.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,138.0,138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,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,20.0,37.0,20.0,8.0,1037.0,Distributed Computing for AI Made Simple.,5.0,16,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,71.0,70.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,71.0,71.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,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,,56.0,18.0,7.0,1.0,10.0,797.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],78.0,77.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3319.0,3319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,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,,113.0,27.0,10.0,25.0,51.0,781.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,,,,,,,,,,,,,,,,,,,, +832,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,,123.0,42.0,435.0,25.0,130.0,707.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,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,,100.0,24.0,101.0,37.0,84.0,701.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,41.0,47.0,,,,,,,,3.0,412.0,,,,,,,,,,,,,,,,,,, +834,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,1.0,87.0,25.0,4.0,39.0,42.0,687.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,16,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,254.0,254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,,92.0,18.0,19.0,3.0,29.0,627.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,14.0,14.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,,41.0,15.0,18.0,,20.0,592.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,16,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,97.0,97.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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.,11.0,16,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,,76.0,79.0,,,,,,,,3.0,221.0,,,vaticle/typedb-ml,,,,,,,,,,,,,,,, +838,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-02-26 20:08:27.000000,2024-01-25 16:57:26,261.0,4.0,66.0,21.0,95.0,19.0,15.0,491.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,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,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,406.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,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,395.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'],10.0,10.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,63.0,63.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,3.0,52.0,10.0,17.0,10.0,29.0,383.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,,987.0,987.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +842,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,33.0,23.0,21.0,17.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,94.0,87.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,7.0,73.0,73.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,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,11.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'],13.0,13.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,545.0,545.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,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,,43.0,1.0,,,,190.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,,,,,,,,,,,,,,,,,,,, +845,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,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,57.0,52.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,33.0,33.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,28.0,53.0,7.0,7.0,104.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,90.0,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,982.0,103.0,28.0,27.0,355.0,3704.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,15,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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,,423.0,143.0,72.0,12.0,53.0,2197.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,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,,167.0,61.0,10.0,26.0,6.0,1841.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,15,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,20.0,20.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +850,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-04-03 18:25:21.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,22.0,42.0,85.0,1265.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,,218.0,39.0,40.0,60.0,34.0,1121.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,,116.0,18.0,295.0,3.0,69.0,1047.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,6.0,6.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,833.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,63.0,63.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,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,814.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,,12.0,12.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,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,,87.0,16.0,15.0,10.0,22.0,722.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],16.0,16.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,109.0,109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,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,24.0,4.0,4.0,2.0,674.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,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,,55.0,16.0,83.0,18.0,49.0,569.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,,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,509.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,,,,,11.0,11.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,228.0,228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,4.0,41.0,20.0,169.0,5.0,64.0,460.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,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-03-28 18:35:11.000000,2024-03-12 17:18:39,77.0,3.0,58.0,16.0,64.0,7.0,9.0,438.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,,,,,9.0,9.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,55.0,55.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,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,3.0,67.0,19.0,177.0,87.0,16.0,397.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,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,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,,391.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,71.0,203.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,5970.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,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,372.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,160.0,160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,2.0,38.0,22.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,15,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],2.0,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,2.0,10.0,10.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,70.0,175.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,,670.0,670.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-03-27 19:43:43.000000,2024-03-27 19:38:52,146.0,101.0,7.0,6.0,15.0,2.0,7.0,230.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,False,,,5.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,2024-03-26 18:15:37.000,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,27.0,11.0,15.0,6.0,4.0,222.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'],8.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,8.0,797.0,797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,12.0,8.0,2.0,,5.0,191.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,15,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,18.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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,5.0,2.0,16.0,23.0,188.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'],11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,353.0,353.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,,9.0,5.0,3.0,1.0,,129.0,Data Analysis Baseline Library.,24.0,15,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,4244.0,4244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-04-10 15:22:19.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2024-04-10 15:22:19.000,3.40.0,283.0,comet_ml,comet_ml,,,,67.0,,https://pypi.org/project/comet_ml,2024-04-10 15:22:19.000,67.0,161256.0,161256.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,820.0,77.0,34.0,116.0,59.0,3282.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,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,140.0,28.0,217.0,102.0,2872.0,A distributed graph deep learning framework.,5.0,14,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,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,,484.0,67.0,26.0,5.0,97.0,1671.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,149.0,32.0,,53.0,59.0,1188.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,83.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4692.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,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,630.0,2046.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,63737.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,1.0,117.0,28.0,111.0,13.0,24.0,1062.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,,, +878,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,337.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,1630.0,1630.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,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,307.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,138.0,138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,240.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,286.0,286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,14,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,6.0,5.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,99.0,99.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,109.0,12.0,39.0,8.0,2683.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,,81.0,48.0,4.0,3.0,,2457.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,1306.0,1308.0,,,,,,,,3.0,58.0,,,,,,,,,,,,,,,,,,, +884,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,38.0,10.0,13.0,3.0,1344.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,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-03-26 16:48:56.000000,2024-01-29 19:20:57,64.0,1.0,43.0,11.0,9.0,3.0,12.0,689.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,13,True,,,,rliable`,,,,,124.0,124.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,18.0,11.0,57.0,4.0,20.0,291.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,,119.0,119.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,244.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,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,232.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,13,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,18.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,,26.0,8.0,16.0,4.0,6.0,191.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,27.0,27.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,,34.0,14.0,18.0,27.0,18.0,122.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,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-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,106.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,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-03-28 08:06:49.000000,2022-02-09 22:20:11,9.0,,468.0,93.0,21.0,52.0,15.0,3260.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,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,,400.0,63.0,6.0,62.0,17.0,1826.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,,,,,,,,,,,,,,,,,,,, +894,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,,315.0,87.0,11.0,12.0,6.0,1701.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,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,,53.0,17.0,3.0,2.0,1.0,527.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,53.0,53.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-04-05 11:56:42.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,256.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,42.0,48.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,8.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,,27.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,40.0,40.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,119.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,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,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,35.0,35.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,,, +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,5.0,14.0,99.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,,680.0,680.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,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,,11.0,13.0,26.0,4.0,13.0,85.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,,77.0,77.0,,,,,,,,3.0,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,, +902,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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,12,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,33.0,33.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,19.0,19.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,2.0,12.0,12.0,17.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,,,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,26.0,26.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,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,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,,112.0,45.0,13.0,7.0,20.0,948.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,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,,145.0,39.0,7.0,15.0,14.0,915.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,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'],3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,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,11,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,7.0,17.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.0,3.0,,,,,,,,,,,,,,,,,,,, +909,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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,11,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,7.0,7.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,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,,81.0,17.0,5.0,4.0,12.0,564.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,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,,50.0,14.0,13.0,12.0,11.0,496.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,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,10,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,11.0,11.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,9,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,11.0,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,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,141.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,6.0,7.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,16.0,16.0,https://anaconda.org/conda-forge/tslumen,,,,,,,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.,,8,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,12.0,12.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-04-18_changes.md b/history/2024-04-18_changes.md new file mode 100644 index 00000000..6aae5783 --- /dev/null +++ b/history/2024-04-18_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._ + +- Flax (🥈39 · ⭐ 5.5K · 📈) - Flax is a neural network library for JAX that is designed for.. Apache-2 +- Theano (🥈38 · ⭐ 9.9K · 📈) - Theano was a Python library that allows you to define, optimize, and.. BSD-3 +- Rasterio (🥈37 · ⭐ 2.1K · 📈) - Rasterio reads and writes geospatial raster datasets. BSD-3 +- PennyLane (🥇36 · ⭐ 2.1K · 📈) - PennyLane is a cross-platform Python library for.. Apache-2 +- qdrant (🥈32 · ⭐ 18K · 📈) - Qdrant - High-performance, massive-scale Vector Database for the.. Apache-2 +- Qlib (🥈30 · ⭐ 14K · 📈) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT +- equinox (🥇30 · ⭐ 1.8K · 📈) - Elegant easy-to-use neural networks + scientific computing.. Apache-2 +- hls4ml (🥈27 · ⭐ 1.1K · 📈) - Machine learning on FPGAs using HLS. Apache-2 +- kubric (🥉24 · ⭐ 2.2K · 📈) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2 +- AdaNet (🥉23 · ⭐ 3.5K · 💀) - Fast and flexible AutoML with learning guarantees. 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._ + +- Tensorflow (🥇56 · ⭐ 180K · 📉) - An Open Source Machine Learning Framework for Everyone. Apache-2 +- pyecharts (🥈36 · ⭐ 14K · 📉) - Python Echarts Plotting Library. MIT +- InsightFace (🥈35 · ⭐ 21K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. MIT +- Ludwig (🥈34 · ⭐ 11K · 📉) - Low-code framework for building custom LLMs, neural networks,.. Apache-2 +- Thinc (🥈34 · ⭐ 2.8K · 📉) - A refreshing functional take on deep learning, compatible with your.. MIT +- TF Addons (🥈34 · ⭐ 1.7K · 📉) - Useful extra functionality for TensorFlow 2.x maintained.. Apache-2 +- igraph (🥇34 · ⭐ 1.2K · 📉) - Python interface for igraph. ❗️GPL-2.0 +- pgmpy (🥈32 · ⭐ 2.6K · 📉) - Python Library for learning (Structure and Parameter), inference.. MIT +- ReAgent (🥉22 · ⭐ 3.5K · 📉) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 +- carefree-learn (🥉18 · ⭐ 400 · 📉) - Deep Learning PyTorch. MIT + diff --git a/history/2024-04-18_projects.csv b/history/2024-04-18_projects.csv new file mode 100644 index 00000000..0068aec8 --- /dev/null +++ b/history/2024-04-18_projects.csv @@ -0,0 +1,918 @@ +,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,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-04-16 12:28:46.000000,2024-04-15 22:07:23,1551.0,15.0,685.0,116.0,324.0,60.0,136.0,4571.0,Benchmarks of approximate nearest neighbor libraries in Python.,103.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-04-11 19:00:26.000000,2024-04-11 19:00:26,330.0,29.0,161.0,54.0,196.0,,3.0,2164.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-04-11 19:00:33.000,2024.04.11,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-04-18 13:48:56.000000,2024-04-18 13:48:56,345.0,26.0,225.0,86.0,192.0,4.0,5.0,3398.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-04-18 13:49:04.000,2024.04.18,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-04-18 13:48:56.000000,2024-04-18 13:48:56,345.0,26.0,225.0,86.0,192.0,4.0,5.0,3398.0,Collection of database clients for python.,12.0,0,True,2024-04-18 13:49:04.000,2024.04.18,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-04-18 13:48:56.000000,2024-04-18 13:48:56,345.0,26.0,225.0,86.0,192.0,4.0,5.0,3398.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-04-18 13:49:04.000,2024.04.18,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-04-18 13:48:56.000000,2024-04-18 13:48:56,345.0,26.0,225.0,86.0,192.0,4.0,5.0,3398.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-04-18 13:49:04.000,2024.04.18,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-04-18 14:11:02.000000,2024-04-18 14:01:51,163097.0,4445.0,73873.0,7641.0,26290.0,2327.0,37161.0,184689.0,An Open Source Machine Learning Framework for Everyone.,4586.0,56,True,2024-03-09 00:23:14.000,2.16.1,193.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],376217.0,360514.0,https://pypi.org/project/tensorflow,2024-03-09 00:23:14.000,15703.0,22454627.0,23518755.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4548584.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-04-18 12:49:27.996701,2377.0,76849938.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-04-18 14:07:22.000000,2024-04-18 14:07:09,71929.0,3427.0,20978.0,1697.0,82802.0,13972.0,28311.0,77632.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4786.0,55,True,2024-03-27 22:27:02.000,2.2.2,51.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],441905.0,428632.0,https://pypi.org/project/torch,2024-03-27 21:06:18.000,13273.0,27287478.0,27963422.0,https://anaconda.org/pytorch/pytorch,2024-03-26 22:24:03.907,20941178.0,,,,,1.0,,38528.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-04-18 14:11:47.000000,2024-04-18 10:18:08,31219.0,366.0,24967.0,2140.0,17092.0,2191.0,9224.0,58034.0,scikit-learn: machine learning in Python.,3106.0,52,True,2024-04-09 20:07:22.000,1.4.2,77.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],782863.0,750825.0,https://pypi.org/project/scikit-learn,2024-04-09 19:53:06.000,32038.0,64492557.0,65079588.0,https://anaconda.org/conda-forge/scikit-learn,2024-04-11 09:12:54.843,27590080.0,,,,,1.0,,948.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-04-18 14:24:26.000000,2024-04-18 14:10:25,15637.0,694.0,24703.0,1092.0,15401.0,1068.0,13739.0,124527.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2535.0,51,True,2024-04-18 14:01:56.000,4.40.0,139.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",162073.0,158801.0,https://pypi.org/project/transformers,2024-04-18 13:59:33.000,3272.0,25107709.0,25143214.0,https://anaconda.org/conda-forge/transformers,2024-04-02 14:17:57.574,1597733.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12.000,2024-04-18 13:54:58.000000,2024-04-17 16:56:07,50148.0,574.0,7386.0,594.0,17899.0,1526.0,9021.0,19212.0,matplotlib: plotting with Python.,1664.0,50,True,2024-04-04 01:47:18.000,3.8.4,123.0,matplotlib,conda-forge/matplotlib,,,,1224597.0,1158312.0,https://pypi.org/project/matplotlib,2024-04-09 18:34:26.000,66285.0,62973015.0,63472091.0,https://anaconda.org/conda-forge/matplotlib,2024-04-09 16:56:24.718,22957496.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-04-18 14:49:42.000000,2024-04-17 22:14:40,32068.0,592.0,4990.0,349.0,10615.0,1764.0,8377.0,12415.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1615.0,50,True,2024-04-02 21:56:52.000,1.13.0,101.0,scipy,conda-forge/scipy,,,,1039324.0,971574.0,https://pypi.org/project/scipy,2024-04-02 21:41:20.000,67750.0,103881749.0,105029935.0,https://anaconda.org/conda-forge/scipy,2024-04-05 03:45:35.344,46919929.0,,,,,1.0,,398889.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,2024-04-18 14:41:52.000000,2024-04-17 16:48:17,57466.0,478.0,4226.0,294.0,13102.0,4986.0,8718.0,12366.0,A computer algebra system written in pure Python.,1292.0,48,True,2024-03-31 22:49:13.000,1.12.1rc1,55.0,sympy,conda-forge/sympy,,,,132454.0,127414.0,https://pypi.org/project/sympy,2024-03-31 22:48:43.000,5040.0,26565220.0,26624846.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5267760.0,,,,,1.0,,538801.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,2024-04-18 07:57:56.000000,2024-04-17 13:43:57,17673.0,629.0,2108.0,221.0,4776.0,89.0,2981.0,11664.0,Python Imaging Library (Fork).,466.0,48,True,2024-04-01 12:34:53.000,10.3.0,97.0,Pillow,conda-forge/pillow,,,,1621243.0,1619542.0,https://pypi.org/project/Pillow,2024-04-01 12:17:01.000,1701.0,93959169.0,94805766.0,https://anaconda.org/conda-forge/pillow,2024-04-03 15:56:48.771,38096875.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,2024-04-18 05:56:31.000000,2024-04-18 04:02:28,10563.0,339.0,19338.0,1907.0,7093.0,202.0,11584.0,60899.0,Deep Learning for humans.,1290.0,47,True,2024-04-10 20:34:44.000,3.2.1,95.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],829.0,,https://pypi.org/project/keras,2024-04-10 20:34:44.000,829.0,17427580.0,17502282.0,https://anaconda.org/conda-forge/keras,2024-04-15 18:24:44.026,3436326.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-04-18 15:20:32.000000,2024-04-18 14:49:20,6256.0,222.0,2767.0,310.0,4349.0,806.0,3305.0,31462.0,Streamlit A faster way to build and share data apps.,225.0,46,True,2024-04-04 17:36:56.000,1.33.0,220.0,streamlit,,,,,358738.0,357195.0,https://pypi.org/project/streamlit,2024-04-04 17:36:47.000,1543.0,3946149.0,3946149.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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-04-18 14:09:31.000000,2024-04-18 09:49:47,40618.0,1025.0,27927.0,2032.0,46089.0,198.0,,38302.0,Apache Spark Python API.,3052.0,45,True,2024-04-18 08:17:20.000,3.4.3,44.0,pyspark,conda-forge/pyspark,,,['spark'],1311.0,,https://pypi.org/project/pyspark,2024-04-18 08:17:20.000,1311.0,29903064.0,29970189.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3087782.0,,,,,1.0,,,stable/spark,,,,,,,,,,,,,,,,, +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-04-18 15:01:39.000000,2024-04-18 06:12:21,21345.0,923.0,5233.0,471.0,27220.0,3622.0,14148.0,30968.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,999.0,45,True,2024-04-17 23:31:04.000,ray-2.11.0,101.0,ray,conda-forge/ray-tune,,,,15367.0,14869.0,https://pypi.org/project/ray,2024-04-17 21:02:43.000,498.0,3946676.0,3951613.0,https://anaconda.org/conda-forge/ray-tune,2024-03-24 13:08:51.334,197410.0,,,,,1.0,,210.0,,,,,,,,,,,,,,,,,, +18,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-04-18 14:10:28.000000,2024-04-18 13:52:40,20302.0,1266.0,2522.0,321.0,13159.0,1667.0,3812.0,27854.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",675.0,45,True,2024-04-03 22:09:19.000,jax-v0.4.26,160.0,jax,conda-forge/jaxlib,,,,25049.0,24125.0,https://pypi.org/project/jax,2024-04-03 21:45:34.000,924.0,5669212.0,5693340.0,https://anaconda.org/conda-forge/jaxlib,2024-04-07 22:22:00.984,1109892.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +19,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-04-18 10:31:03.000000,2024-04-16 23:28:44,10268.0,200.0,3239.0,247.0,10075.0,695.0,6175.0,26798.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",945.0,45,True,2024-04-12 13:15:59.000,2.2.2,269.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],32005.0,31170.0,https://pypi.org/project/pytorch-lightning,2024-04-12 13:15:59.000,835.0,4909943.0,4933983.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-04-12 18:53:30.868,1095352.0,,,,,1.0,,8210.0,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,, +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,2024-04-18 13:58:52.000000,2024-04-18 11:09:30,6809.0,83.0,8652.0,912.0,5075.0,434.0,4751.0,25543.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",640.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,89636.0,87741.0,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1895.0,18708082.0,18811659.0,https://anaconda.org/conda-forge/xgboost,2024-04-18 01:21:37.436,4657864.0,,,,,1.0,,8357.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-04-18 14:14:57.000000,2024-04-18 13:58:15,47927.0,1813.0,5428.0,720.0,45543.0,1929.0,16952.0,21586.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1189.0,45,True,2024-04-09 11:19:43.000,2.6.1,67.0,paddlepaddle,,,,['paddle'],5049.0,4943.0,https://pypi.org/project/paddlepaddle,2024-03-19 06:55:39.000,106.0,221012.0,221179.0,,,,,,,,1.0,,15369.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-04-18 10:59:01.000000,2024-04-15 15:54:58,20462.0,101.0,4158.0,442.0,6038.0,759.0,6872.0,18810.0,"Interactive Data Visualization in the browser, from Python.",691.0,45,True,2024-04-11 21:02:24.000,3.4.1,200.0,bokeh,conda-forge/bokeh,,,,90163.0,86312.0,https://pypi.org/project/bokeh,2024-04-11 21:02:24.000,3851.0,5147814.0,5445185.0,https://anaconda.org/conda-forge/bokeh,2024-04-12 05:55:15.282,13679106.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-04-17 11:43:27.000000,2024-04-16 10:00:22,16124.0,25.0,4395.0,555.0,3988.0,94.0,5492.0,28685.0,Industrial-strength Natural Language Processing (NLP) in Python.,750.0,44,True,2024-02-15 19:16:59.000,3.7.4,229.0,spacy,conda-forge/spacy,,,,88628.0,85565.0,https://pypi.org/project/spacy,2024-02-15 18:47:21.000,3063.0,8299192.0,8372577.0,https://anaconda.org/conda-forge/spacy,2024-04-04 16:04:13.461,3375734.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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,2024-04-18 15:41:41.000000,2024-04-17 20:45:35,6501.0,368.0,2110.0,155.0,3605.0,520.0,3570.0,28586.0,"Wrap UIs around any model, share with anyone.",294.0,44,True,2024-04-08 19:16:48.000,4.26.0,556.0,gradio,,,,,28047.0,27678.0,https://pypi.org/project/gradio,2024-04-08 19:16:48.000,369.0,5707425.0,5707425.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,2024-04-18 14:46:56.000000,2024-04-18 07:04:06,5713.0,476.0,3920.0,289.0,7949.0,1416.0,2408.0,17216.0,Open source platform for the machine learning lifecycle.,721.0,44,True,2024-04-17 13:49:52.000,2.12.1,96.0,mlflow,conda-forge/mlflow,,,,34281.0,33693.0,https://pypi.org/project/mlflow,2024-04-17 03:38:20.000,588.0,12504514.0,12544802.0,https://anaconda.org/conda-forge/mlflow,2024-04-18 12:52:55.901,1853292.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +26,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-04-18 13:55:04.000000,2024-04-17 15:46:48,6434.0,149.0,2481.0,278.0,1624.0,1500.0,1400.0,15223.0,The interactive graphing library for Python This project now includes Plotly Express!.,261.0,44,True,2024-04-17 15:27:19.000,5.21.0,297.0,plotly,conda-forge/plotly,,,,263075.0,257220.0,https://pypi.org/project/plotly,2024-04-17 15:19:34.000,5848.0,15091531.0,15216238.0,https://anaconda.org/conda-forge/plotly,2024-04-17 19:12:51.910,5555882.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,7.0,6497.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-04-18 13:36:57.000000,2024-04-17 20:26:48,7672.0,102.0,3127.0,280.0,3746.0,319.0,2984.0,14153.0,Network Analysis in Python.,716.0,44,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,,258641.0,243117.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,15524.0,50314187.0,50661821.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,15295936.0,,,,,1.0,,67.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-04-18 14:11:00.000000,2024-04-18 14:11:00,8159.0,132.0,1665.0,211.0,5785.0,1047.0,4146.0,11979.0,Parallel computing with task scheduling.,600.0,44,True,2024-04-04 16:15:28.000,2024.4.1,194.0,dask,conda-forge/dask,,,,62421.0,59208.0,https://pypi.org/project/dask,2024-04-04 16:15:28.000,3213.0,7371659.0,7604722.0,https://anaconda.org/conda-forge/dask,2024-04-05 15:23:34.728,10953981.0,,,,,1.0,,,stable/dask,,,,,,,,,,,,,,,,, +29,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-04-18 09:38:53.000000,2024-04-18 01:10:53,4841.0,215.0,2028.0,1687.0,4688.0,289.0,2672.0,11678.0,WebGL2 powered visualization framework.,257.0,44,True,2024-04-18 01:25:44.000,9.0.9,647.0,pydeck,conda-forge/pydeck,,,['jupyter'],8017.0,7456.0,https://pypi.org/project/pydeck,2023-04-15 06:29:01.705,61.0,3202703.0,3630159.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,500618.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-04-18 01:25:32.274,500.0,417444.0,,,,,,,,,,, +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,2024-04-18 11:05:09.000000,2024-04-18 11:05:09,15308.0,39.0,2821.0,280.0,3869.0,2763.0,2749.0,9524.0,Statsmodels: statistical modeling and econometrics in Python.,426.0,44,True,2024-04-17 08:41:57.000,0.14.2,37.0,statsmodels,conda-forge/statsmodels,,,,126510.0,120790.0,https://pypi.org/project/statsmodels,2024-04-17 08:41:57.000,5720.0,17274917.0,17551081.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12703561.0,,,,,2.0,,31.0,,,,,,,,,,,,,,,,,, +31,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-04-18 14:19:16.000000,2024-04-16 16:08:48,5816.0,74.0,1624.0,193.0,4979.0,663.0,1227.0,6537.0,TensorFlows Visualization Toolkit.,319.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],230740.0,227714.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,3026.0,28069006.0,28168939.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4596947.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +32,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-04-09 13:41:51.000000,2024-04-05 12:26:56,2648.0,63.0,3124.0,241.0,853.0,1124.0,1309.0,21565.0,A game theoretic approach to explain the output of any machine learning model.,237.0,43,True,2024-03-08 11:55:08.000,0.45.0,102.0,shap,conda-forge/shap,,,,17321.0,16833.0,https://pypi.org/project/shap,2024-03-08 11:55:08.000,488.0,7928213.0,7992647.0,https://anaconda.org/conda-forge/shap,2024-04-03 17:47:00.611,2577397.0,,,,,1.0,,,,shap/shap,,,,,,,,,,,,,,,, +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-04-18 15:08:57.000000,2024-04-16 04:45:17,2716.0,79.0,3594.0,437.0,3187.0,312.0,2406.0,16785.0,Open standard for machine learning interoperability.,313.0,43,True,2024-03-25 15:40:18.000,1.16.0,32.0,onnx,conda-forge/onnx,,,,27178.0,26434.0,https://pypi.org/project/onnx,2024-03-25 15:25:07.000,744.0,5300399.0,5321457.0,https://anaconda.org/conda-forge/onnx,2024-03-26 22:34:37.040,956744.0,,,,,1.0,,20300.0,,,,,,,,,,,,,,,,,, +34,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-04-18 10:21:56.000000,2024-03-30 18:50:26,3231.0,5.0,1876.0,259.0,1099.0,129.0,2362.0,11938.0,Statistical data visualization in Python.,211.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,404461.0,392351.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,12110.0,17777064.0,17960493.0,https://anaconda.org/conda-forge/seaborn,2024-01-27 07:37:15.644,8437596.0,,,,,1.0,,384.0,,,,,,,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-04-18 15:50:01.000000,2024-04-18 15:48:31,2097.0,474.0,1255.0,177.0,2419.0,518.0,659.0,10886.0,Development repository for the Triton language and compiler.,247.0,43,True,2024-04-05 02:47:42.000,2.3.0,193.0,triton,,,,,22836.0,22727.0,https://pypi.org/project/triton,2024-04-05 02:47:42.000,109.0,10198783.0,10198783.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +36,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-04-18 13:47:02.000000,2024-04-17 18:52:36,2260.0,194.0,3820.0,325.0,2683.0,1034.0,1583.0,32521.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",303.0,42,True,2024-04-15 19:52:37.000,0.14.1,89.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],6723.0,6616.0,https://pypi.org/project/deepspeed,2024-04-15 19:52:37.000,107.0,467286.0,467636.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17873.0,1.0,,,,,,,,,,,,,,,,,,,, +37,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-04-18 13:42:01.000000,2024-04-16 13:34:44,7388.0,288.0,1974.0,416.0,1055.0,829.0,899.0,20458.0,Data Apps & Dashboards for Python. No JavaScript Required.,152.0,42,True,2024-03-06 20:00:34.000,2.16.1,177.0,dash,conda-forge/dash,,,,63021.0,61506.0,https://pypi.org/project/dash,2024-03-06 19:54:50.000,1515.0,2836960.0,2864027.0,https://anaconda.org/conda-forge/dash,2024-03-10 12:59:07.948,1245051.0,,,,,1.0,,70.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,2024-04-18 05:15:30.000000,2024-04-10 19:31:40,3447.0,35.0,3795.0,436.0,3116.0,347.0,2944.0,16036.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",297.0,42,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,32669.0,31793.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,876.0,7561663.0,7616614.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2250598.0,,,,,2.0,,219408.0,,,,,,,,,,,,,,,,,, +39,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-04-18 12:47:01.000000,2024-04-18 11:17:00,3830.0,53.0,6843.0,408.0,5225.0,991.0,2359.0,15407.0,"Datasets, Transforms and Models specific to Computer Vision.",583.0,42,True,2024-03-28 15:37:14.000,0.17.2,43.0,torchvision,conda-forge/torchvision,,,['pytorch'],5313.0,21.0,https://pypi.org/project/torchvision,2024-03-27 21:10:50.000,5292.0,11281461.0,11310131.0,https://anaconda.org/conda-forge/torchvision,2024-02-26 00:12:18.834,1044304.0,,,,,1.0,,37498.0,,,,,,,,,,,,,,,,,, +40,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-04-12 13:47:41.000000,2024-04-05 06:11:40,14511.0,3.0,2832.0,467.0,1455.0,266.0,1514.0,13004.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,42,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,279379.0,266301.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,13078.0,18926495.0,18953465.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2481252.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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,2024-04-18 15:33:13.000000,2024-04-18 07:29:14,6349.0,287.0,602.0,54.0,4322.0,814.0,2268.0,8178.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,175.0,42,True,2024-04-03 20:37:46.000,0.16.6,272.0,wandb,conda-forge/wandb,,,,43850.0,43052.0,https://pypi.org/project/wandb,2024-04-18 00:25:22.000,798.0,12541542.0,12552242.0,https://anaconda.org/conda-forge/wandb,2024-03-25 23:14:36.046,481514.0,,,,,1.0,,,,wandb/wandb,,,,,,,,,,,,,,,, +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,2024-04-18 09:56:45.000000,2024-04-14 01:28:07,13923.0,103.0,2190.0,186.0,4398.0,764.0,2068.0,5864.0,Image processing in Python.,658.0,42,False,2024-04-10 19:19:26.000,0.23.1,64.0,scikit-image,conda-forge/scikit-image,,,,188015.0,177329.0,https://pypi.org/project/scikit-image,2024-04-14 02:16:49.000,10686.0,14263632.0,14396629.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,6117869.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +43,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-04-11 17:16:39.000000,2024-04-11 17:16:39,2209.0,76.0,4566.0,304.0,459.0,65.0,797.0,29669.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",134.0,41,True,2024-02-19 19:35:21.000,0.9.16,56.0,timm,conda-forge/timm,,,['pytorch'],27203.0,26765.0,https://pypi.org/project/timm,2024-02-19 19:33:42.000,438.0,4825142.0,4937277.0,https://anaconda.org/conda-forge/timm,2024-02-21 16:25:26.726,135621.0,,,,,1.0,,6438248.0,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,, +44,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2024-04-18 14:29:43.402196,2024-04-18 13:07:23,19606.0,691.0,2554.0,273.0,19977.0,691.0,9973.0,26694.0,"A cloud-native vector database, storage for next generation AI applications.",269.0,41,True,2024-04-16 15:00:53.000,2.4.0,93.0,pymilvus,,milvusdb/milvus,,,89.0,,https://pypi.org/project/pymilvus,2024-03-20 10:41:55.000,89.0,621911.0,880871.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-04-18 14:29:43.402196,43.0,14030022.0,1.0,,208944.0,,,,,,,,,,,,,,,,,, +45,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-04-18 13:28:08.000000,2024-04-17 11:42:03,1375.0,70.0,2322.0,131.0,389.0,1049.0,920.0,13708.0,Multilingual Sentence & Image Embeddings with BERT.,153.0,41,True,2024-04-17 13:16:06.000,2.7.0,51.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],30887.0,30066.0,https://pypi.org/project/sentence-transformers,2024-04-17 13:15:42.000,821.0,4202293.0,4207487.0,https://anaconda.org/conda-forge/sentence-transformers,2024-04-17 14:59:51.983,223375.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,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-04-17 00:08:53.461000,2024-04-16 15:28:02,9253.0,98.0,1133.0,138.0,5432.0,233.0,4375.0,13095.0,ML Experiments and Data Management with Git.,292.0,41,True,2024-04-16 15:45:20.000,3.50.0,522.0,dvc,conda-forge/dvc,,,,14463.0,14364.0,https://pypi.org/project/dvc,2024-04-16 15:45:20.000,99.0,451280.0,493936.0,https://anaconda.org/conda-forge/dvc,2024-04-17 00:08:53.461,1796602.0,,,,,1.0,,43205.0,,,,,,,,dvc,dvc,dvc,,,,,,,, +47,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-04-12 11:59:46.000000,2024-04-12 11:59:46,8258.0,23.0,3316.0,477.0,702.0,53.0,2134.0,13000.0,A toolkit for making real world machine learning and data analysis applications in C++.,193.0,41,False,2024-04-03 23:33:43.000,19.24.4,37.0,dlib,conda-forge/dlib,,,,27146.0,26341.0,https://pypi.org/project/dlib,2024-04-03 23:33:43.000,805.0,516835.0,531796.0,https://anaconda.org/conda-forge/dlib,2024-04-04 08:17:12.401,677226.0,,,,,2.0,,25418.0,,,,,,,,,,,,,,,,,, +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,2024-04-14 13:46:37.000000,2024-04-14 06:39:40,3660.0,41.0,760.0,142.0,1355.0,168.0,1769.0,8893.0,Declarative statistical visualization library for Python.,163.0,41,True,2024-03-30 15:36:52.000,5.3.0,40.0,altair,conda-forge/altair,,,,123773.0,123086.0,https://pypi.org/project/altair,2024-03-30 15:24:57.000,687.0,23099313.0,23177882.0,https://anaconda.org/conda-forge/altair,2024-03-30 18:57:22.082,2199926.0,,,,,1.0,,120.0,,vega/altair,,,,,,,,,,,,,,,, +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-04-18 12:13:34.000000,2024-04-16 16:14:35,9842.0,121.0,1921.0,225.0,3902.0,255.0,3005.0,8142.0,Bayesian Modeling and Probabilistic Programming in Python.,487.0,41,True,2024-04-15 09:11:30.000,5.13.1,82.0,pymc3,conda-forge/pymc3,,,,3333.0,3083.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,250.0,881360.0,887539.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,554699.0,,,,,1.0,,1937.0,,,,,,,,,,,,,,,,,, +50,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-04-18 15:33:05.000000,2024-04-18 15:16:24,10170.0,4259.0,865.0,57.0,1038.0,531.0,1559.0,7997.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",187.0,41,True,2024-04-18 04:33:15.000,1.35.12,763.0,litellm,,,,others,1558.0,1458.0,https://pypi.org/project/litellm,2024-04-18 04:21:36.000,100.0,548134.0,548350.0,,,,,,,,1.0,,216.0,,,,,,,,,,,,,,,,,, +51,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2024-04-18 08:29:45.000000,2024-04-18 08:29:42,47754.0,543.0,1143.0,192.0,383.0,501.0,1751.0,7732.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1226.0,41,True,2024-02-23 14:10:41.000,1.2.3,110.0,catboost,conda-forge/catboost,,,,384.0,13.0,https://pypi.org/project/catboost,2024-02-23 10:17:27.000,371.0,2120155.0,2159051.0,https://anaconda.org/conda-forge/catboost,2024-02-24 13:08:44.587,1470137.0,,,,,2.0,,240139.0,,,,,,,,,,,,,,,,,, +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,2024-04-06 17:21:54.000000,2023-01-30 18:15:21,1757.0,,8546.0,1062.0,1451.0,90.0,1721.0,33846.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,,,,54891.0,52174.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2717.0,507036.0,512701.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,271961.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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-04-17 03:08:02.000000,2024-04-17 03:08:02,2762.0,20.0,7495.0,611.0,2223.0,208.0,1586.0,25572.0,The fastai deep learning library.,665.0,40,True,2024-02-01 00:30:31.000,2.7.14,148.0,fastai,,,,['pytorch'],17243.0,16892.0,https://pypi.org/project/fastai,2024-02-01 00:30:31.000,351.0,387065.0,387065.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +54,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-04-17 20:43:22.000000,2024-03-21 15:05:22,32610.0,18.0,4509.0,350.0,6355.0,114.0,6642.0,17928.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,40,True,2024-03-04 17:27:13.000,3.6.19,372.0,rasa,,,,['tensorflow'],4153.0,4086.0,https://pypi.org/project/rasa,2024-03-04 17:26:58.000,67.0,117924.0,117924.0,,,,,,,,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,2024-04-16 21:20:42.000000,2024-04-16 21:18:37,1192.0,22.0,2197.0,240.0,543.0,139.0,1134.0,11763.0,Download market data from Yahoo! Finances API.,110.0,40,True,2024-04-16 21:20:42.000,0.2.38,110.0,yfinance,ranaroussi/yfinance,,,,36850.0,36489.0,https://pypi.org/project/yfinance,2024-04-16 21:20:42.000,361.0,1667118.0,1669810.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,88848.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,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-04-18 14:32:20.000000,2024-04-18 14:14:35,1390.0,145.0,788.0,98.0,1334.0,128.0,1226.0,6918.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",244.0,40,True,2024-04-17 15:46:08.000,0.29.3,48.0,accelerate,conda-forge/accelerate,,,['pytorch'],33364.0,32681.0,https://pypi.org/project/accelerate,2024-04-17 15:42:33.000,683.0,7698240.0,7702211.0,https://anaconda.org/conda-forge/accelerate,2024-04-11 13:57:39.766,119147.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +57,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-04-17 18:11:07.000000,2024-04-17 18:07:12,1823.0,47.0,2202.0,164.0,842.0,86.0,1005.0,6664.0,Python Data. Leaflet.js Maps.,166.0,40,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,37085.0,36227.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,858.0,1047196.0,1114900.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2640460.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,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-04-18 14:47:36.000000,2024-04-18 11:08:13,1923.0,53.0,891.0,105.0,1589.0,441.0,1212.0,4169.0,Python tools for geographic data.,223.0,40,True,2024-01-31 19:22:01.000,0.14.3,53.0,geopandas,conda-forge/geopandas,,,['pandas'],35807.0,33800.0,https://pypi.org/project/geopandas,2024-04-13 20:59:29.000,2007.0,6773380.0,6849739.0,https://anaconda.org/conda-forge/geopandas,2024-01-31 21:02:18.644,3511339.0,,,,,1.0,,2478.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-04-18 14:57:56.000000,2024-04-18 14:57:56,3634.0,167.0,1087.0,135.0,2964.0,278.0,1177.0,2038.0,A library for training and deploying machine learning models on Amazon SageMaker.,436.0,40,True,2024-04-17 23:52:42.000,2.216.0,579.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",3943.0,3844.0,https://pypi.org/project/sagemaker,2024-04-17 23:52:42.000,99.0,28335810.0,28352456.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-04-18 02:22:28.870,732446.0,,,,,2.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-04-18 12:30:18.000000,2024-04-18 12:29:52,5751.0,88.0,703.0,55.0,4985.0,1507.0,2327.0,1539.0,A distributed task scheduler for Dask.,323.0,40,True,2024-04-04 16:15:32.000,2024.4.1,226.0,distributed,conda-forge/distributed,,,,35135.0,33785.0,https://pypi.org/project/distributed,2024-04-04 16:15:32.000,1350.0,3631699.0,3916203.0,https://anaconda.org/conda-forge/distributed,2024-04-05 14:35:00.803,13371692.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +61,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-04-18 00:44:08.000000,2024-04-17 10:43:57,1060.0,94.0,3382.0,472.0,916.0,447.0,1926.0,28028.0,A library for efficient similarity search and clustering of dense vectors.,168.0,39,True,2024-03-20 10:41:55.000,2.4.0,93.0,pymilvus,conda-forge/faiss,,,,3657.0,3568.0,https://pypi.org/project/pymilvus,2024-03-20 10:41:55.000,89.0,621911.0,645256.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1097218.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-04-08 03:19:54.000000,2024-04-08 03:19:54,4515.0,6.0,4375.0,436.0,1690.0,381.0,1452.0,15213.0,Topic Modelling for Humans.,451.0,39,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,61397.0,58200.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,3197.0,5065593.0,5098885.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1230150.0,,,,,1.0,,4556.0,,piskvorky/gensim,,,,,,,,,,,,,,,, +63,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-04-07 18:27:51.000000,2024-04-05 10:50:52,5935.0,139.0,2066.0,202.0,1187.0,73.0,2184.0,13553.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,260.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3265.0,3166.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,99.0,151583.0,152099.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,23235.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,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-04-18 11:23:17.000000,2024-04-18 10:12:00,4063.0,191.0,2943.0,168.0,4654.0,479.0,2270.0,12978.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",289.0,39,True,2024-03-06 03:29:59.000,2.1.0,451.0,dgl,,,,,318.0,229.0,https://pypi.org/project/dgl,2024-03-05 07:16:21.000,89.0,93847.0,93847.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-04-18 08:23:19.000000,2024-04-17 09:25:04,17456.0,553.0,948.0,118.0,3485.0,104.0,1522.0,9616.0,A hyperparameter optimization framework.,263.0,39,False,2024-04-01 06:04:15.000,3.6.1,64.0,optuna,conda-forge/optuna,,,,14294.0,13764.0,https://pypi.org/project/optuna,2024-04-01 06:04:15.000,530.0,2240995.0,2258888.0,https://anaconda.org/conda-forge/optuna,2024-03-29 06:40:40.525,823097.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,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-04-18 14:38:56.000000,2024-04-18 14:38:56,9775.0,151.0,1276.0,127.0,1179.0,128.0,939.0,7854.0,A PyTorch-based Speech Toolkit.,233.0,39,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1772.0,1741.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,3608689.0,3608689.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2024-04-18 14:14:02.000000,2024-04-18 14:14:01,4464.0,278.0,1265.0,102.0,3662.0,794.0,1447.0,7391.0,A unified framework for machine learning with time series.,354.0,39,True,2024-03-28 01:36:35.000,0.28.0,65.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2596.0,2526.0,https://pypi.org/project/sktime,2024-03-28 01:36:35.000,70.0,864160.0,892724.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-03-28 10:15:16.543,942601.0,,,,,1.0,,87.0,,sktime/sktime,,,,,,,,,,,,,,,, +68,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-04-18 10:27:38.000000,2024-04-17 20:33:07,4364.0,243.0,588.0,82.0,2316.0,216.0,703.0,5489.0,Flax is a neural network library for JAX that is designed for flexibility.,217.0,39,True,2024-03-14 11:35:04.000,0.8.2,43.0,flax,conda-forge/flax,,,['jax'],7150.0,6915.0,https://pypi.org/project/flax,2024-03-14 11:35:04.000,235.0,3281828.0,3283053.0,https://anaconda.org/conda-forge/flax,2024-03-14 12:49:40.118,45319.0,,,,,2.0,1.0,50.0,,,,,,,,,,,,,,,,,, +69,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-04-17 20:37:41.000000,2024-04-17 20:37:36,6240.0,92.0,1509.0,105.0,4221.0,666.0,716.0,4161.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",304.0,39,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],17357.0,17131.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,226.0,3182952.0,3183751.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,27966.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,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-04-18 13:46:11.000000,2024-04-18 07:24:50,17927.0,117.0,1302.0,83.0,7788.0,512.0,4278.0,2545.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,369.0,39,True,2024-01-16 18:38:53.000,1.6.1,77.0,mne,conda-forge/mne,,,,4033.0,3726.0,https://pypi.org/project/mne,2024-01-16 18:38:53.000,307.0,106521.0,114058.0,https://anaconda.org/conda-forge/mne,2024-01-16 19:57:33.854,354281.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,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-04-17 02:54:59.000000,2024-04-17 02:54:59,6147.0,15.0,7175.0,432.0,2871.0,1207.0,7615.0,38293.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",195.0,38,True,2024-03-29 09:49:07.000,2.7.5,44.0,paddleocr,,,,['paddle'],2504.0,2458.0,https://pypi.org/project/paddleocr,2024-03-29 09:49:07.000,46.0,177294.0,177294.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,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-04-18 06:31:28.000000,2024-02-05 13:23:18,2706.0,5.0,9163.0,371.0,3136.0,1496.0,6658.0,27708.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,38,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2425.0,2386.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,39.0,217817.0,217817.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-04-18 14:13:58.000000,2024-04-18 13:09:50,35182.0,465.0,12856.0,948.0,24666.0,1139.0,,23129.0,Apache Flink Python API.,1848.0,38,True,2024-01-15 16:28:13.000,1.18.1,47.0,apache-flink,,,,,45.0,21.0,https://pypi.org/project/apache-flink,2024-03-15 08:32:38.000,24.0,71221.0,71221.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,,6891.0,1070.0,11124.0,1805.0,7758.0,20707.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'],7490.0,7189.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,296.0,582629.0,583050.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10699.0,,,,,2.0,,26784.0,,apache/mxnet,,,,,,,,,5.0,,,,,,, +75,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-04-10 23:04:22.000000,2024-04-10 23:04:20,8539.0,28.0,2176.0,207.0,4171.0,22.0,1923.0,20002.0,Build multimodal AI applications with cloud-native stack.,176.0,38,True,2024-04-10 14:42:19.000,3.25.1,2461.0,jina,conda-forge/jina-core,jinaai/jina,,,1728.0,1711.0,https://pypi.org/project/jina,2024-04-10 14:39:06.000,17.0,28343.0,56422.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,60977.0,https://hub.docker.com/r/jinaai/jina,2024-04-10 14:51:03.408997,8.0,1305619.0,2.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-04-18 12:53:51.000000,2024-04-18 02:31:11,853.0,67.0,1589.0,129.0,742.0,431.0,486.0,13384.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,142.0,38,True,2024-04-17 02:43:56.000,1.4.4,59.0,albumentations,conda-forge/albumentations,,,['pytorch'],22819.0,22447.0,https://pypi.org/project/albumentations,2024-04-17 02:43:56.000,372.0,1694992.0,1698528.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,159153.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-04-16 18:45:08.000000,2024-04-12 16:27:53,4816.0,117.0,4872.0,381.0,695.0,583.0,1340.0,12175.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,38,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1540.0,1339.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,201.0,225664.0,264742.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,189953.0,,,,,1.0,,3714798.0,,,,,,,,,,,,,,,,,, +78,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,,2511.0,541.0,4118.0,685.0,2087.0,9853.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,17797.0,14958.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,2839.0,275866.0,301663.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2399176.0,,,,,2.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-04-17 20:32:30.000000,2024-04-16 01:10:04,2726.0,92.0,924.0,127.0,1848.0,263.0,634.0,9358.0,Geometric Computer Vision Library for Spatial AI.,256.0,38,True,2024-03-14 09:18:15.000,0.7.2,39.0,kornia,conda-forge/kornia,,,['pytorch'],9478.0,9339.0,https://pypi.org/project/kornia,2024-03-14 09:18:15.000,139.0,1609276.0,1612270.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,119161.0,,,,,1.0,,1055.0,,,,,,,,,,,,,,,,,, +80,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-04-18 01:39:43.525000,2024-04-17 21:17:12,1771.0,18.0,708.0,117.0,581.0,104.0,823.0,8392.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,38,True,2024-04-17 21:37:50.000,0.19.1,95.0,tokenizers,conda-forge/tokenizers,,,,71806.0,71332.0,https://pypi.org/project/tokenizers,2024-04-17 21:36:02.000,474.0,22683977.0,22718129.0,https://anaconda.org/conda-forge/tokenizers,2024-04-18 01:39:43.525,1536867.0,,,,,1.0,,47.0,,,,,,,,,,,,,,,,,, +81,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-04-17 13:48:22.000000,2024-04-15 05:16:10,5209.0,116.0,1712.0,131.0,989.0,347.0,1931.0,8386.0,"An open-source, low-code machine learning library in Python.",134.0,38,True,2024-04-16 03:24:08.000,3.3.1,97.0,pycaret,conda-forge/pycaret,,,,5488.0,5469.0,https://pypi.org/project/pycaret,2024-04-16 03:22:41.000,19.0,348325.0,349338.0,https://anaconda.org/conda-forge/pycaret,2024-04-16 22:09:06.497,43915.0,,,,,2.0,,690.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,2024-04-18 12:21:48.000000,2024-04-15 02:38:51,28456.0,254.0,747.0,126.0,6137.0,544.0,1662.0,7766.0,NumPy & SciPy for GPU.,364.0,38,True,2024-01-18 05:54:29.000,13.0.0,138.0,cupy,conda-forge/cupy,cupy/cupy,,,2223.0,2004.0,https://pypi.org/project/cupy,2023-12-07 05:15:09.000,219.0,24039.0,100025.0,https://anaconda.org/conda-forge/cupy,2024-02-05 02:05:27.119,3410666.0,https://hub.docker.com/r/cupy/cupy,2024-01-18 05:56:19.967362,11.0,61376.0,1.0,,172051.0,,,,,,,,,,,,,,,,,, +83,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-04-17 18:52:28.000000,2024-04-17 11:57:22,2265.0,32.0,554.0,88.0,817.0,271.0,913.0,3658.0,Manipulation and analysis of geometric objects.,153.0,38,True,2024-04-16 22:26:21.000,2.0.4,123.0,shapely,conda-forge/shapely,,,,68009.0,66462.0,https://pypi.org/project/shapely,2024-04-16 22:26:21.000,1547.0,21829442.0,22036846.0,https://anaconda.org/conda-forge/shapely,2024-04-17 10:26:25.080,9121060.0,,,,,2.0,,3242.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-03-18 00:28:14.000000,2020-02-15 08:33:35,523.0,,6692.0,1285.0,166.0,666.0,225.0,32368.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,,,,29421.0,27673.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1748.0,917322.0,919124.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,151377.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +85,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-04-16 23:14:17.000000,2024-04-16 08:53:37,7473.0,146.0,3525.0,253.0,2936.0,947.0,2594.0,20061.0,Graph Neural Network Library for PyTorch.,493.0,37,True,2024-03-20 18:32:11.000,2.5.2,43.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],163.0,,https://pypi.org/project/torch-geometric,2024-03-20 18:32:11.000,163.0,251757.0,252629.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-02-22 16:44:15.527,39264.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +86,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-04-17 14:17:24.000000,2024-04-12 16:04:18,3332.0,299.0,1614.0,122.0,3595.0,194.0,2998.0,13562.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",235.0,37,True,2024-04-09 10:29:05.000,2.0.1,87.0,haystack,,,,,1307.0,1220.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,87.0,3698.0,3698.0,,,,,,,,1.0,,24.0,,,,,,,,,,,,,,,,,, +87,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-04-13 08:50:27.000000,2024-04-09 16:00:51,1390.0,19.0,1616.0,151.0,770.0,214.0,558.0,12016.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,120.0,37,True,2024-03-18 18:22:40.000,4.7.0,57.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",3089.0,2893.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,196.0,610558.0,615179.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,425140.0,,,,,2.0,,78.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +88,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-04-16 23:50:54.000000,2023-07-11 16:23:35,1095.0,,1519.0,253.0,667.0,415.0,1045.0,11748.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,38097.0,37049.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,1048.0,910801.0,913728.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,237132.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +89,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-04-18 14:54:17.000000,2024-04-17 09:45:45,6188.0,111.0,3351.0,242.0,1570.0,1140.0,3894.0,10481.0,Open-source simulator for autonomous driving research.,184.0,37,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,689.0,682.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,14005.0,14005.0,,,,,,,,1.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,2024-04-18 14:15:37.000000,2024-04-18 11:21:20,6358.0,306.0,2061.0,184.0,6285.0,126.0,1975.0,9997.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",304.0,37,True,2024-02-28 06:18:16.000,1.23.0,72.0,nemo-toolkit,,,,['pytorch'],31.0,21.0,https://pypi.org/project/nemo-toolkit,2024-02-28 05:27:18.000,10.0,58717.0,61456.0,,,,,,,,1.0,,150667.0,,,,,,,,,,,,,,,,,, +91,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-04-16 21:08:08.000000,2024-04-16 19:12:40,1410.0,249.0,1784.0,132.0,187.0,1.0,1005.0,9905.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",59.0,37,True,2024-04-16 21:08:09.000,0.0.90,89.0,deepface,,,,,2944.0,2922.0,https://pypi.org/project/deepface,2024-04-16 21:04:33.000,22.0,63692.0,63692.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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-04-14 16:26:12.000000,2024-04-14 16:26:05,945.0,30.0,1096.0,123.0,281.0,36.0,692.0,9440.0,Unsupervised text tokenizer for Neural Network-based text generation.,84.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,62704.0,61688.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1016.0,21428691.0,21446018.0,https://anaconda.org/conda-forge/sentencepiece,2024-03-19 05:24:18.341,755951.0,,,,,1.0,,36018.0,,,,,,,,,,,,,,,,,, +93,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-04-17 19:01:39.000000,2024-04-17 19:01:39,578.0,15.0,1139.0,265.0,167.0,109.0,167.0,8923.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,39144.0,37692.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,1452.0,950940.0,953605.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,245209.0,,,,,1.0,,117.0,,,,,,,,,,,,,,,,,, +94,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-04-17 22:50:12.000000,2024-04-09 01:44:27,21074.0,504.0,2074.0,177.0,3261.0,292.0,2064.0,7858.0,End-to-End Speech Processing Toolkit.,420.0,37,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,313.0,307.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,6.0,46553.0,46554.0,,,,,,,,1.0,,79.0,,,,,,,,,,,,,,,,,, +95,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-04-01 18:07:01.000000,2024-04-01 11:19:59,863.0,13.0,1268.0,141.0,499.0,39.0,554.0,6687.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,37,True,2024-03-31 19:38:20.000,0.12.2,36.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],26602.0,26225.0,https://pypi.org/project/imbalanced-learn,2024-03-31 19:27:16.000,377.0,10614079.0,10625965.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-03-31 19:50:51.503,546786.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +96,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-04-18 13:52:15.000000,2024-04-14 04:49:25,10453.0,386.0,1610.0,147.0,2279.0,604.0,1232.0,5093.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",239.0,37,True,2024-04-03 16:21:23.000,2.8.0,844.0,deepchem,conda-forge/deepchem,,,['tensorflow'],351.0,338.0,https://pypi.org/project/deepchem,2024-04-14 08:08:48.000,13.0,23119.0,25414.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,105602.0,,,,,1.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,2024-04-11 21:00:12.000000,2024-04-11 21:00:11,12131.0,81.0,1073.0,163.0,463.0,669.0,746.0,4128.0,Probabilistic reasoning and statistical analysis in TensorFlow.,489.0,37,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],469.0,,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,469.0,3061151.0,3064403.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,123598.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +98,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-04-18 13:17:12.000000,2024-04-18 02:55:11,3971.0,89.0,1059.0,151.0,1608.0,388.0,875.0,3663.0,Fast data visualization and GUI tools for scientific / engineering applications.,278.0,37,True,2024-03-07 18:08:05.000,0.13.4,22.0,pyqtgraph,conda-forge/pyqtgraph,,,,10230.0,9227.0,https://pypi.org/project/pyqtgraph,2024-03-07 18:08:05.000,1003.0,226053.0,237363.0,https://anaconda.org/conda-forge/pyqtgraph,2024-04-18 02:25:26.972,520290.0,,,,,2.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-04-18 12:17:06.000000,2024-04-18 12:02:57,10738.0,48.0,391.0,59.0,2962.0,1095.0,2161.0,2614.0,"With Holoviews, your data visualizes itself.",140.0,37,True,2024-03-22 00:10:16.630,3.0.2,159.0,holoviews,conda-forge/holoviews,,,['jupyter'],10348.0,10054.0,https://pypi.org/project/holoviews,2024-03-19 19:27:33.000,291.0,395222.0,429140.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1544477.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-03-22 00:10:16.630,3.0,343.0,,,,,,,,,,, +100,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-04-18 14:49:05.000000,2024-04-18 14:49:02,3846.0,24.0,521.0,147.0,1153.0,142.0,1636.0,2137.0,Rasterio reads and writes geospatial raster datasets.,156.0,37,True,2024-04-12 18:29:54.000,1.3.10,157.0,rasterio,conda-forge/rasterio,,,,12214.0,11082.0,https://pypi.org/project/rasterio,2024-04-16 21:46:35.000,1132.0,2722046.0,2796131.0,https://anaconda.org/conda-forge/rasterio,2024-04-13 12:29:45.854,2889010.0,,,,,2.0,1.0,856.0,,,,,,,,,,,,,,,,,, +101,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-04-18 15:40:54.000000,2024-04-18 09:32:21,1372.0,107.0,420.0,58.0,1330.0,159.0,657.0,1654.0,The official Python client for the Huggingface Hub.,157.0,37,True,2024-03-29 12:06:45.000,0.22.2,106.0,huggingface_hub,conda-forge/huggingface_hub,,,,783.0,,https://pypi.org/project/huggingface_hub,2024-03-29 11:58:22.000,783.0,32748523.0,32792334.0,https://anaconda.org/conda-forge/huggingface_hub,2024-04-01 15:52:56.313,1664852.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +102,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2024-04-08 21:04:04.101000,2024-03-21 08:08:33,1233.0,22.0,208.0,32.0,47.0,12.0,163.0,1563.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,67521.0,63936.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,3585.0,10261904.0,10262430.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,44254.0,,,,,2.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,2024-04-15 18:56:40.000000,2024-04-15 18:56:40,1525.0,6.0,279.0,31.0,482.0,95.0,493.0,1406.0,Python library for reading and writing image data.,111.0,37,True,2024-02-12 02:14:34.000,2.34.0,90.0,imageio,conda-forge/imageio,,,,126051.0,122838.0,https://pypi.org/project/imageio,2024-02-12 02:14:29.000,3213.0,21851701.0,21989890.0,https://anaconda.org/conda-forge/imageio,2024-02-12 09:34:41.924,6217874.0,,,,,2.0,,1035.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-04-17 14:57:40.000000,2024-04-17 14:57:37,1511.0,31.0,199.0,47.0,552.0,32.0,755.0,1124.0,Fiona reads and writes geographic data files.,72.0,37,True,2024-03-08 16:14:09.000,1.9.6,112.0,fiona,conda-forge/fiona,,,,19357.0,19248.0,https://pypi.org/project/fiona,2024-04-16 20:38:29.000,109.0,6562252.0,6681973.0,https://anaconda.org/conda-forge/fiona,2024-03-08 21:09:14.732,5387468.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +105,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-04-18 14:59:09.000000,2024-04-17 06:50:41,10270.0,74.0,545.0,69.0,2385.0,296.0,1751.0,1106.0,Machine learning for NeuroImaging in Python.,235.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3364.0,3061.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,303.0,65042.0,71492.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,264319.0,,,,,1.0,,159.0,,,,,,,,,,,,,,,,,, +106,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-04-09 21:25:40.000000,2024-03-13 13:24:17,2322.0,3.0,6232.0,420.0,1333.0,1230.0,3041.0,29193.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3070.0,2993.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,77.0,292032.0,293425.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,62522.0,,,,,2.0,,330.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,2024-03-27 09:20:02.000000,2024-03-03 06:50:21,1649.0,2.0,2825.0,379.0,458.0,11.0,1841.0,14420.0,Python Echarts Plotting Library.,42.0,36,True,2024-03-03 07:03:55.000,2.0.5,73.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4274.0,4022.0,https://pypi.org/project/pyecharts,2024-03-03 07:02:08.000,252.0,154743.0,154745.0,,,,,,,,2.0,-1.0,30.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-04-06 08:14:32.000000,2020-06-01 14:58:26,2913.0,,2425.0,233.0,338.0,295.0,224.0,14133.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,,,,19738.0,19298.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,440.0,396746.0,399390.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,153382.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +109,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-04-18 15:10:28.000000,2024-04-18 12:49:42,28520.0,2244.0,1974.0,199.0,5247.0,23.0,3377.0,9241.0,Perform data science on data that remains in someone elses server.,509.0,36,True,2024-04-03 12:17:16.000,0.8.6,274.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2024-04-07 12:41:47.000,5.0,6589.0,6755.0,,,,,,,,1.0,,2499.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-04-18 14:27:08.000000,2024-04-16 13:07:23,539.0,52.0,2344.0,283.0,150.0,314.0,316.0,8020.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",50.0,36,True,2024-03-30 15:23:07.000,3.10.3,58.0,SpeechRecognition,conda-forge/speechrecognition,,,,888.0,21.0,https://pypi.org/project/SpeechRecognition,2024-03-30 15:23:07.000,867.0,755657.0,759722.0,https://anaconda.org/conda-forge/speechrecognition,2024-03-30 17:20:06.402,178897.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +111,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-04-18 10:38:58.000000,2024-04-18 10:38:58,3049.0,332.0,734.0,72.0,3411.0,226.0,808.0,6521.0,"The most flexible way to serve AI/ML models in production - Build Model Inference Service, LLM APIs, Inference..",197.0,36,True,2024-04-12 02:23:35.000,1.2.11,142.0,bentoml,,,,,1743.0,1729.0,https://pypi.org/project/bentoml,2024-04-12 02:23:35.000,14.0,65528.0,65559.0,,,,,,,,2.0,,1722.0,,,,,,,,,,,,,,,,,, +112,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-03-26 12:38:19.000000,2023-12-31 11:04:55,953.0,,826.0,87.0,203.0,98.0,657.0,4160.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,36,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,391292.0,379008.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,12284.0,13487625.0,13487625.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +113,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-04-12 10:36:40.559000,2024-04-11 12:10:26,2322.0,156.0,206.0,64.0,132.0,72.0,549.0,3812.0,A Grammar of Graphics for Python.,106.0,36,True,2024-04-03 14:18:06.000,0.13.4,25.0,plotnine,conda-forge/plotnine,,,,7604.0,7326.0,https://pypi.org/project/plotnine,2024-04-03 12:30:00.000,278.0,2989008.0,2996607.0,https://anaconda.org/conda-forge/plotnine,2024-04-12 10:36:40.559,349564.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-04-18 12:40:38.000000,2024-04-05 17:23:34,8511.0,73.0,698.0,100.0,13176.0,52.0,827.0,3669.0,State of the Art Natural Language Processing.,112.0,36,True,2024-04-05 17:44:10.000,5.3.3,141.0,spark-nlp,,,,['spark'],445.0,412.0,https://pypi.org/project/spark-nlp,2024-04-05 16:57:09.000,33.0,4026993.0,4026993.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +115,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-04-18 03:32:41.000000,2024-04-18 03:32:41,4297.0,251.0,424.0,35.0,3145.0,520.0,1059.0,2343.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,158.0,36,True,2024-04-03 22:09:29.000,0.43.5,91.0,pyvista,conda-forge/pyvista,,,['jupyter'],3124.0,2840.0,https://pypi.org/project/pyvista,2024-04-03 22:09:29.000,284.0,208814.0,218780.0,https://anaconda.org/conda-forge/pyvista,2024-04-07 22:33:34.572,457978.0,,,,,2.0,,795.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-04-18 15:25:34.000000,2024-04-18 10:48:25,4082.0,221.0,534.0,45.0,4362.0,293.0,939.0,2107.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,166.0,36,True,2024-03-11 22:26:17.000,0.35.1,56.0,pennylane,conda-forge/pennylane,,,,912.0,840.0,https://pypi.org/project/pennylane,2024-03-11 22:26:17.000,72.0,60261.0,61609.0,https://anaconda.org/conda-forge/pennylane,2024-03-19 12:55:56.428,39070.0,,,,,1.0,1.0,77.0,,,,,,,,,,,,,,,,,, +117,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-04-18 14:06:08.000000,2024-04-17 09:28:55,1754.0,126.0,371.0,26.0,1478.0,71.0,741.0,1911.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",235.0,36,True,2024-03-18 12:39:22.000,1.3.2,44.0,metrics,conda-forge/torchmetrics,,,['pytorch'],23358.0,23345.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,13.0,4114.0,39160.0,https://anaconda.org/conda-forge/torchmetrics,2024-03-18 14:59:09.500,1291694.0,,,,,2.0,,5042.0,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +118,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-04-08 15:25:03.090000,2024-04-08 14:41:27,1540.0,18.0,371.0,47.0,1489.0,173.0,678.0,1525.0,Exploratory analysis of Bayesian models with Python.,156.0,36,True,2024-04-05 08:50:12.000,0.18.0,37.0,arviz,conda-forge/arviz,,,,6425.0,6243.0,https://pypi.org/project/arviz,2024-04-05 08:50:12.000,182.0,2097586.0,2142237.0,https://anaconda.org/conda-forge/arviz,2024-04-08 15:25:03.090,2098528.0,,,,,1.0,,134.0,,,,,,,,,,,,,,,,,, +119,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-04-14 16:42:00.000000,2024-04-14 16:42:00,5851.0,85.0,257.0,37.0,803.0,128.0,402.0,622.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,19496.0,18263.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1233.0,487141.0,502210.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,693207.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +120,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-04-17 14:11:28.000000,2024-02-10 14:20:58,4668.0,1.0,3312.0,256.0,725.0,68.0,951.0,28981.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1133.0,1107.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,26.0,110752.0,168014.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,10763.0,,,,,2.0,,2105484.0,,,,,,,,,,,,,,,,,, +121,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-03-27 11:25:38.000000,2023-09-04 11:42:16,615.0,,2931.0,302.0,246.0,377.0,588.0,21853.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,6046.0,5927.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,119.0,241758.0,466118.0,,,,,,,,1.0,,10320560.0,,,,,,,,,,,,,,,,,, +122,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-04-16 17:01:38.000000,2024-04-16 17:01:38,2284.0,1.0,5072.0,500.0,154.0,1044.0,1355.0,21196.0,State-of-the-art 2D and 3D Face Analysis Project.,58.0,35,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],1997.0,1986.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,11.0,421004.0,654768.0,,,,,,,,2.0,-1.0,2805172.0,,,,,,,,,,,,,,,,,, +123,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-17 04:58:18.000000,2021-06-01 10:43:00,1848.0,,4403.0,547.0,715.0,402.0,1270.0,13888.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,,,,,6033.0,5680.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,353.0,30865.0,30865.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,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-02-06 22:23:52.000000,2023-08-20 17:38:53,890.0,,1123.0,319.0,267.0,54.0,343.0,12665.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,,,,4055.0,3765.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,290.0,1166216.0,1175399.0,https://anaconda.org/conda-forge/python-annoy,2023-09-25 04:57:08.085,394891.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,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,,2243.0,279.0,3096.0,91.0,2477.0,11689.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4213.0,4023.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,190.0,49130.0,51033.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,121795.0,,,,,2.0,,62.0,,,,,,,,,,,,,,,,,, +126,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-03-19 22:44:23.623000,2023-12-09 05:39:53,576.0,,2300.0,220.0,245.0,119.0,416.0,9939.0,A little word cloud generator in Python.,72.0,35,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,877.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,856.0,1658935.0,1669296.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,466245.0,,,,,2.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-04-18 13:36:17.000000,2024-04-12 01:53:07,2590.0,106.0,616.0,101.0,463.0,555.0,1226.0,8880.0,An open source multi-tool for exploring and publishing data.,78.0,35,True,2023-12-22 23:22:42.000,0.64.6,147.0,datasette,conda-forge/datasette,,,,1464.0,1231.0,https://pypi.org/project/datasette,2024-03-13 02:20:24.000,233.0,46383.0,47268.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,31837.0,,,,,2.0,,64.0,,,,,,,,datasette,,,,,,,,,, +128,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-04-11 19:57:42.000000,2024-04-11 15:43:27,10412.0,13.0,1965.0,349.0,3423.0,143.0,1134.0,8399.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,35,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,35.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,35.0,107681.0,111117.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-03-26 18:31:32.556,144328.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-04-05 17:29:20.000000,2022-12-08 17:49:19,746.0,,987.0,136.0,228.0,342.0,271.0,8321.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,,,,56084.0,54697.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1387.0,4505332.0,4506708.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,88122.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,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-04-18 07:44:20.000000,2024-04-18 05:00:39,32420.0,100.0,1980.0,385.0,6799.0,2734.0,6586.0,6721.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",263.0,35,True,,,151.0,h2o,,,,,106.0,21.0,https://pypi.org/project/h2o,2024-03-14 11:02:05.000,85.0,364443.0,364443.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,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-04-18 14:57:50.000000,2024-04-18 14:44:51,19976.0,819.0,487.0,51.0,2853.0,494.0,998.0,6644.0,"Visualize, create, and debug image and video datasets and model predictions.",119.0,35,True,2024-04-15 21:52:17.000,0.23.8,142.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",552.0,540.0,https://pypi.org/project/fiftyone,2024-04-15 21:52:17.000,12.0,69139.0,69139.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,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-04-08 14:17:56.000000,2024-03-18 16:03:25,2890.0,18.0,2225.0,175.0,1145.0,28.0,1418.0,6556.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,35,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],281.0,263.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,18.0,12236.0,12236.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,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-04-18 14:58:47.000000,2024-04-16 14:05:35,3001.0,61.0,963.0,89.0,3291.0,313.0,2633.0,5272.0,AI Toolkit for Healthcare Imaging.,184.0,35,True,2023-10-12 17:37:33.000,1.3.0,81.0,monai,conda-forge/monai,,,['pytorch'],2147.0,2091.0,https://pypi.org/project/monai,2024-04-18 06:27:10.000,56.0,230112.0,230907.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,22284.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-02-28 17:12:19.096000,2023-11-23 21:41:49,1136.0,,661.0,89.0,269.0,32.0,252.0,4271.0,Geocoding library for Python.,133.0,35,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4113.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4113.0,5104561.0,5132656.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1292406.0,,,,,2.0,,33.0,,,,,,,,,,,,,,,,,, +135,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-04-17 21:51:01.000000,2024-04-17 17:55:11,3739.0,96.0,804.0,57.0,1528.0,361.0,1233.0,3972.0,"Serve, optimize and scale PyTorch models in production.",189.0,35,True,2024-03-15 00:03:31.000,0.10.0,23.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],654.0,638.0,https://pypi.org/project/torchserve,2024-03-14 21:47:35.000,16.0,51627.0,78251.0,https://anaconda.org/pytorch/torchserve,2024-03-14 21:47:30.323,167411.0,https://hub.docker.com/r/pytorch/torchserve,2024-03-14 22:46:13.511478,25.0,1243107.0,2.0,,5646.0,,,,,,,,,,,,,,,,,, +136,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-04-18 11:38:53.000000,2024-04-16 11:49:19,1308.0,12.0,810.0,283.0,1465.0,323.0,516.0,3441.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",154.0,35,True,2024-03-28 15:40:21.000,0.17.2,33.0,torchtext,,,,['pytorch'],500.0,,https://pypi.org/project/torchtext,2024-03-27 21:12:57.000,500.0,635038.0,635038.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,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-04-08 16:26:58.000000,2024-04-08 16:26:55,1182.0,7.0,1674.0,150.0,210.0,6.0,690.0,3435.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,35,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],345.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,345.0,3581208.0,3583363.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-30 18:21:57.617,94853.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +138,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-04-17 14:03:11.000000,2024-04-17 14:03:11,7374.0,24.0,609.0,116.0,1163.0,349.0,1109.0,3213.0,High-performance interactive 2D/3D data visualization library.,194.0,35,True,2024-03-14 16:50:16.000,0.14.2,38.0,vispy,conda-forge/vispy,,,['jupyter'],1630.0,1480.0,https://pypi.org/project/vispy,2024-03-14 16:13:05.000,148.0,91871.0,102771.0,https://anaconda.org/conda-forge/vispy,2024-03-15 02:52:28.032,468331.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,2.0,9.0,,,,,,,,,,, +139,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-03-26 18:33:29.000000,2024-02-11 16:39:29,1856.0,7.0,199.0,32.0,212.0,22.0,397.0,1357.0,The ctypes-based simple ImageMagick binding for Python.,104.0,35,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,19416.0,18695.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,721.0,878142.0,879548.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,39889.0,,,,,2.0,,45119.0,,,,,,,,,,,,,,,,,, +140,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-04-13 13:53:28.000000,2024-04-12 12:46:25,3015.0,67.0,356.0,55.0,1151.0,303.0,950.0,1348.0,Cartopy - a cartographic python library with matplotlib support.,125.0,35,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,5254.0,4753.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,501.0,209145.0,283182.0,https://anaconda.org/conda-forge/cartopy,2024-04-11 10:31:26.888,3479753.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,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-04-18 15:00:25.000000,2024-04-18 14:11:57,1646.0,110.0,167.0,30.0,1539.0,72.0,177.0,1154.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,78.0,35,True,2024-04-11 16:14:44.000,2024.3.0,26.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],10390.0,10363.0,https://pypi.org/project/scikit-learn-intelex,2024-04-11 13:19:45.000,27.0,147182.0,154126.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-04-16 16:44:36.005,249984.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +142,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-04-12 13:31:17.000000,2024-04-12 13:28:31,1545.0,18.0,211.0,34.0,685.0,31.0,572.0,985.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,31108.0,28981.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2127.0,8802534.0,8967370.0,https://anaconda.org/conda-forge/pyproj,2023-12-08 10:35:21.072,7417655.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,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-04-15 18:33:56.000000,2024-03-22 00:49:10,14865.0,61.0,506.0,51.0,2289.0,394.0,959.0,731.0,Workflows and interfaces for neuroimaging packages.,256.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4417.0,4239.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,178.0,154811.0,168428.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,599149.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,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-04-17 16:03:03.000000,2024-04-17 15:55:53,1510.0,13.0,7269.0,382.0,656.0,465.0,3048.0,28625.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",267.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1718.0,1712.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,6.0,,5178.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,233038.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-04-18 02:28:42.000000,2024-04-18 01:16:36,7853.0,307.0,2653.0,296.0,192.0,28.0,1039.0,26024.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-04-13 03:14:38.000,7.6.0,637.0,netron,,,,"['pytorch', 'tensorflow']",87.0,12.0,https://pypi.org/project/netron,2024-04-13 03:14:38.000,75.0,27273.0,159259.0,,,,,,,,1.0,,131986.0,,,,,,,,,,,,,,,,,, +146,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-03-22 21:40:44.000000,2024-03-13 15:16:33,391.0,2.0,4735.0,845.0,268.0,550.0,611.0,25566.0,Library for fast text representation and classification.,68.0,34,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,6068.0,5835.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,233.0,1144599.0,1146376.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,76413.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3875.0,663.0,1674.0,143.0,1985.0,24212.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'],455.0,412.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,6004.0,22928.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2601.0,,,,,2.0,,1128699.0,,,,,,,,,,,,,,,,,, +148,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-04-18 13:41:42.000000,2024-04-18 04:10:36,17785.0,915.0,2683.0,378.0,4873.0,436.0,3389.0,21198.0,The platform for customizing AI from enterprise data.,825.0,34,False,2024-04-15 13:43:59.000,24.4.3.0,462.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-04-15 13:45:13.000,,16600.0,16600.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,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-04-15 14:54:35.000000,2024-04-05 18:42:52,8866.0,65.0,2975.0,271.0,1239.0,166.0,666.0,17928.0,Best Practices on Recommendation Systems.,131.0,34,True,2022-07-20 05:58:55.000,1.1.1,12.0,recommenders,,,,,109.0,107.0,https://pypi.org/project/recommenders,2022-04-01 08:49:49.000,2.0,40574.0,40581.0,,,,,,,,1.0,,470.0,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +150,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-04-04 11:05:28.000000,2023-10-18 07:33:05,791.0,,4457.0,437.0,441.0,386.0,1725.0,17721.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,34,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,150.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,129.0,816864.0,848859.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1150781.0,,,,,1.0,,2482.0,,,,,,,,,,,,,,,,,, +151,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-04-18 12:04:54.000000,2024-04-18 12:04:53,18214.0,705.0,5878.0,72.0,11666.0,1030.0,15916.0,14018.0,The Unified AI Framework.,1471.0,34,True,2023-06-29 19:33:01.167,0.0.0,116.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,2024-03-15 11:49:07.000,9.0,864.0,864.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,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-03-27 20:19:41.000000,2024-03-25 12:37:43,1333.0,1.0,2229.0,334.0,1588.0,372.0,1857.0,13939.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,34,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1167.0,1130.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,37.0,56290.0,56290.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,, +153,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-04-18 04:59:39.000000,2024-04-18 04:59:38,3848.0,40.0,1162.0,192.0,2851.0,363.0,755.0,10779.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",154.0,34,True,2024-04-08 23:26:12.000,0.10.3,55.0,ludwig,,,,['tensorflow'],254.0,245.0,https://pypi.org/project/ludwig,2024-04-08 23:26:12.000,9.0,4825.0,4825.0,,,,,,,,2.0,-1.0,,,,,,,,,,,,,,,,,,, +154,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-04-16 16:43:04.000000,2024-04-16 16:43:04,2466.0,28.0,986.0,201.0,2294.0,249.0,836.0,8347.0,Deep universal probabilistic programming with Python and PyTorch.,154.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,116.0,277175.0,281372.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,155322.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +155,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-04-17 20:35:08.000000,2024-03-01 05:10:21,4343.0,98.0,870.0,141.0,479.0,99.0,774.0,7043.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,34,True,2024-03-01 06:47:02.000,1.8.1,24.0,stanza,stanfordnlp/stanza,,,,2756.0,2657.0,https://pypi.org/project/stanza,2024-03-01 06:42:39.000,99.0,188753.0,188904.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7401.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-04-01 13:06:05.000000,2023-11-16 08:43:39,1418.0,,872.0,219.0,221.0,174.0,233.0,6783.0,Efficiently computes derivatives of numpy code.,56.0,34,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,8190.0,7862.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,328.0,1321797.0,1340579.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,413219.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-04-10 10:37:11.000000,2024-04-03 20:11:11,3271.0,10.0,914.0,136.0,651.0,53.0,1127.0,6663.0,Python library for audio and music analysis.,120.0,34,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1605.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1605.0,2606913.0,2623156.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,730957.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,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-04-18 11:54:19.000000,2024-04-18 11:54:19,2643.0,632.0,1193.0,243.0,8587.0,782.0,1421.0,5885.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, etc.) on Intel..",99.0,34,True,2023-11-13 02:02:20.000,2.4.0,869.0,bigdl,,,,,54.0,49.0,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,1.0,5100.0,5105.0,,,,,,,,2.0,,423.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,4.0,,, +159,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-04-16 15:41:52.000000,2024-04-16 15:41:47,2340.0,61.0,626.0,95.0,254.0,446.0,537.0,5221.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",94.0,34,True,2024-04-09 16:24:23.000,1.15.1,159.0,clearml,,allegroai/trains,,,1059.0,1041.0,https://pypi.org/project/clearml,2024-04-09 16:23:34.000,18.0,315475.0,316037.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30238.0,2.0,,2398.0,,,,,,,,,,,,,,,,,, +160,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-03-31 13:12:23.000000,2024-03-31 13:12:23,1645.0,8.0,839.0,118.0,527.0,145.0,340.0,4757.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,106.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],13156.0,12963.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,193.0,806742.0,813440.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,301450.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,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-04-18 13:11:45.000000,2024-04-17 20:10:11,1688.0,34.0,607.0,60.0,1833.0,153.0,1256.0,4453.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,481.0,34,True,2024-04-01 10:35:11.000,0.5.0.post2,1593.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2852.0,2799.0,https://pypi.org/project/pytorch-ignite,2024-04-18 00:13:28.000,53.0,170911.0,173471.0,https://anaconda.org/pytorch/ignite,2024-04-01 12:32:01.049,179268.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,2024-04-17 22:28:43.000000,2024-04-05 22:35:54,12206.0,60.0,1105.0,102.0,1335.0,152.0,748.0,4443.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",135.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,518.0,507.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,28249.0,29074.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,37132.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +163,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-04-18 00:39:42.000000,2024-04-11 06:02:44,1146.0,23.0,588.0,115.0,868.0,284.0,1043.0,4044.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",165.0,34,True,2023-11-01 14:46:14.000,7.1,46.0,coremltools,conda-forge/coremltools,,,,3893.0,3720.0,https://pypi.org/project/coremltools,2023-11-01 14:33:59.000,173.0,211551.0,212964.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,54450.0,,,,,2.0,,9291.0,,,,,,,,,,,,,,,,,, +164,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-02-15 18:01:45.000000,2024-02-15 18:01:44,1293.0,3.0,2511.0,1970.0,533.0,386.0,1076.0,3949.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2023-11-09 22:25:24.000,1.54.0,102.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-02-06 19:36:25.000,48.0,623244.0,623252.0,,,,,,,,2.0,,547.0,,,,,,,,,,,,,,,,,, +165,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-04-18 14:09:41.000000,2024-04-18 14:04:56,1845.0,72.0,363.0,54.0,1587.0,65.0,413.0,2943.0,Bayesian optimization in PyTorch.,110.0,34,True,2024-02-27 06:16:38.000,0.10.0,43.0,botorch,conda-forge/botorch,,,['pytorch'],1002.0,954.0,https://pypi.org/project/botorch,2024-02-27 06:16:38.000,48.0,130262.0,132601.0,https://anaconda.org/conda-forge/botorch,2024-02-27 09:02:55.942,102924.0,,,,,1.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,2024-04-18 14:04:17.000000,2024-02-07 15:14:19,5271.0,2.0,274.0,78.0,787.0,17.0,124.0,2787.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,34,True,2024-02-07 18:33:24.000,8.2.3,233.0,thinc,conda-forge/thinc,,,,46165.0,45517.0,https://pypi.org/project/thinc,2024-04-08 14:52:55.000,648.0,8044796.0,8103099.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2740287.0,,,,,2.0,-1.0,,,,,,,,,,,,,,,,,,, +167,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-04-18 11:34:42.000000,2024-03-24 23:49:13,2305.0,8.0,624.0,74.0,2866.0,217.0,719.0,2379.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",225.0,34,True,2024-03-28 15:39:10.000,2.2.2,33.0,torchaudio,,,,['pytorch'],627.0,,https://pypi.org/project/torchaudio,2024-03-27 21:12:31.000,627.0,5936465.0,5936465.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-04-18 13:59:17.000000,2024-04-18 13:54:01,2979.0,187.0,287.0,68.0,1704.0,84.0,606.0,2262.0,Adaptive Experimentation Platform.,167.0,34,True,2024-03-01 16:28:08.000,0.3.7,40.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],729.0,700.0,https://pypi.org/project/ax-platform,2024-03-01 16:28:08.000,29.0,93057.0,93592.0,https://anaconda.org/conda-forge/ax-platform,2024-03-02 16:28:38.668,18194.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +169,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-04-16 18:11:45.829000,2024-04-16 14:21:13,1016.0,77.0,361.0,56.0,1165.0,327.0,393.0,2132.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,103.0,34,True,2024-04-16 13:45:10.000,1.19.0,61.0,optimum,conda-forge/optimum,,,,2227.0,2147.0,https://pypi.org/project/optimum,2024-04-16 13:44:51.000,80.0,949397.0,949920.0,https://anaconda.org/conda-forge/optimum,2024-04-16 18:11:45.829,12566.0,,,,,1.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,2024-04-18 13:23:05.000000,2024-04-16 14:32:26,5139.0,126.0,507.0,19.0,1243.0,1017.0,627.0,2106.0,"This is the development home of the workflow management system Snakemake. For general information, see.",321.0,34,True,2024-04-12 12:08:18.000,8.10.7,329.0,snakemake,bioconda/snakemake,,,,2202.0,1933.0,https://pypi.org/project/snakemake,2024-04-12 12:08:18.000,269.0,162098.0,172107.0,https://anaconda.org/bioconda/snakemake,2024-04-12 13:33:46.639,1020951.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,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-04-18 04:24:29.000000,2024-04-11 23:32:42,4244.0,53.0,1070.0,154.0,1105.0,71.0,633.0,1759.0,Documentation and samples for ArcGIS API for Python.,91.0,34,True,2024-04-11 15:22:41.000,2.3.0,42.0,arcgis,,esridocker/arcgis-api-python-notebook,,,772.0,739.0,https://pypi.org/project/arcgis,2024-02-28 17:36:05.000,33.0,119096.0,119216.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,,11005.0,,,,,,,,,,,,,,,,,, +172,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-04-15 22:25:34.000000,2024-04-15 22:25:34,1519.0,1.0,612.0,57.0,1881.0,87.0,897.0,1681.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,34,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14644.0,14419.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,1085682.0,1085682.0,,,,,,,,2.0,-1.0,,,,,,,,,,,,,,,,,,, +173,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-04-03 09:13:20.470000,2024-03-21 07:35:29,2816.0,48.0,275.0,34.0,209.0,42.0,500.0,1232.0,Python interface for igraph.,74.0,34,False,2024-02-14 11:09:57.000,0.11.4,40.0,python-igraph,conda-forge/igraph,,,,4314.0,3889.0,https://pypi.org/project/python-igraph,2024-02-14 11:09:57.000,425.0,316463.0,334585.0,https://anaconda.org/conda-forge/igraph,2024-04-03 09:13:20.470,516162.0,,,,,1.0,-1.0,562583.0,,,,,,,,,,,,,,,,,, +174,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-04-10 04:44:56.000000,2024-03-13 00:47:35,874.0,8.0,323.0,44.0,1019.0,161.0,168.0,1197.0,Making text a first-class citizen in TensorFlow.,113.0,34,True,2024-03-11 20:48:59.000,2.16.1,69.0,tensorflow-text,,,,['tensorflow'],6817.0,6677.0,https://pypi.org/project/tensorflow-text,2024-03-11 17:56:47.000,140.0,6710818.0,6710818.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-04-15 01:11:58.849000,2024-02-23 21:54:27,1531.0,7.0,153.0,41.0,132.0,8.0,640.0,1162.0,A Python data analysis library that is optimized for humans instead of machines.,52.0,34,True,2023-12-21 20:05:21.000,1.9.1,32.0,agate,conda-forge/agate,,,,3190.0,3041.0,https://pypi.org/project/agate,2023-12-21 20:05:21.000,149.0,6086637.0,6091482.0,https://anaconda.org/conda-forge/agate,2024-04-15 01:11:58.849,169608.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,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-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13245.0,1567.0,227.0,764.0,584.0,51701.0,The worlds simplest facial recognition api for Python and the command line.,54.0,33,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],88.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,67.0,231773.0,232256.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,20167.0,,,,,2.0,,1229.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,2024-04-18 11:22:28.000000,2024-04-18 10:15:50,3058.0,99.0,4219.0,377.0,3808.0,391.0,1197.0,37811.0,"Making large AI models cheaper, faster and more accessible.",174.0,33,True,2024-03-07 15:38:25.000,0.3.6,36.0,,,,,,362.0,362.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +178,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-04-03 20:11:26.000000,2023-07-11 13:03:36,1421.0,,3770.0,755.0,1135.0,403.0,588.0,18925.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'],540.0,502.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,38.0,3121.0,3121.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +179,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2024-02-13 08:02:51.000000,2020-10-14 16:36:49,6226.0,,4630.0,1004.0,1869.0,362.0,658.0,17035.0,"Zipline, a Pythonic Algorithmic Trading Library.",160.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1074.0,988.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,86.0,2749.0,2924.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7536.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-03-07 11:44:47.000000,2023-10-26 05:31:53,3012.0,,1800.0,285.0,3504.0,376.0,1681.0,13724.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,655.0,617.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,15728.0,15728.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +181,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-04-16 18:51:52.000000,2024-04-16 07:37:03,3797.0,42.0,886.0,136.0,172.0,99.0,998.0,11920.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",95.0,33,True,2024-04-16 18:51:52.000,16.2.0,236.0,ocrmypdf,conda-forge/ocrmypdf,,,,808.0,787.0,https://pypi.org/project/ocrmypdf,2024-04-16 18:51:52.000,21.0,89027.0,91055.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,62751.0,,,,,2.0,,3017.0,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +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-04-15 15:28:40.000000,2021-07-29 23:17:25,531.0,,1760.0,263.0,115.0,96.0,535.0,11268.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,,,,5559.0,5378.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,181.0,386701.0,388989.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,201366.0,,,,,1.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,2024-02-26 15:57:08.680000,2024-02-23 19:03:07,2440.0,6.0,1539.0,289.0,430.0,284.0,637.0,9487.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,33,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2757.0,2695.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,62.0,39100.0,44481.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,247565.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +184,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,,898.0,259.0,148.0,108.0,103.0,9112.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,25905.0,23744.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,2161.0,7358844.0,7364518.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,527735.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,4.0,1399.0,302.0,894.0,133.0,759.0,9065.0,AutoML library for deep learning.,143.0,33,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],678.0,665.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,21425.0,21658.0,,,,,,,,1.0,,17961.0,,,,,,,,,,,,,,,,,, +186,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-04-03 14:33:19.000000,2024-03-16 17:36:36,1731.0,9.0,1310.0,147.0,208.0,196.0,145.0,7931.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,33,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3634.0,3569.0,https://pypi.org/project/pyod,2024-02-09 06:50:32.000,65.0,715390.0,717384.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,93725.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,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-04-18 00:28:14.000000,2024-04-11 20:56:42,892.0,62.0,715.0,278.0,1184.0,309.0,367.0,7566.0,"Build and manage real-life ML, AI, and data science projects with ease!.",83.0,33,True,2024-04-12 11:08:43.000,2.11.10,117.0,metaflow,conda-forge/metaflow,,,,650.0,622.0,https://pypi.org/project/metaflow,2024-04-12 11:08:43.000,28.0,254858.0,258515.0,https://anaconda.org/conda-forge/metaflow,2024-04-13 09:30:30.809,164599.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,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-04-18 15:07:31.000000,2024-04-18 15:05:10,38608.0,492.0,829.0,146.0,9463.0,1106.0,5086.0,7261.0,cuDF - GPU DataFrame Library.,277.0,33,True,2024-04-10 15:05:51.000,24.04.00,48.0,cudf,,,,,64.0,53.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,11.0,2972.0,2972.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,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-04-18 08:06:36.000000,2024-04-18 07:43:41,1189.0,58.0,791.0,61.0,951.0,247.0,1159.0,7231.0,A python library for user-friendly forecasting and anomaly detection on time series.,115.0,33,True,2024-04-17 11:54:28.000,0.29.0,42.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,584.0,579.0,https://pypi.org/project/u8darts,2024-04-17 11:54:28.000,5.0,23396.0,24645.0,https://anaconda.org/conda-forge/u8darts-all,2024-04-18 00:03:59.716,40953.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,542.0,1.0,,,,,,,,,,,,,,,,,,,, +190,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-04-18 09:05:28.000000,2024-04-18 04:22:03,2189.0,106.0,840.0,98.0,2443.0,309.0,950.0,7089.0,AutoGluon: Fast and Accurate ML in 3 Lines of Code.,120.0,33,True,2024-04-17 16:48:19.000,1.1.0,1456.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",669.0,660.0,https://pypi.org/project/autogluon,2024-04-18 09:05:28.000,9.0,80937.0,81066.0,,,,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,7372.0,1.0,,,,,,,,,,,,,,,,,,,, +191,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-04-15 18:05:40.000000,2024-04-02 22:34:33,1351.0,36.0,854.0,158.0,1696.0,177.0,824.0,7014.0,An open source python library for automated feature engineering.,72.0,33,True,2024-02-26 17:29:32.000,1.30.0,105.0,featuretools,conda-forge/featuretools,,,,1666.0,1588.0,https://pypi.org/project/featuretools,2024-02-26 17:29:32.000,78.0,50056.0,53941.0,https://anaconda.org/conda-forge/featuretools,2024-02-27 14:54:50.393,178729.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +192,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-04-15 13:36:31.000000,2024-04-15 13:36:31,1788.0,22.0,759.0,128.0,274.0,449.0,333.0,6933.0,Uniform Manifold Approximation and Projection.,130.0,33,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,609.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,608.0,919654.0,971046.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2364032.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +193,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-04-14 22:32:49.000000,2024-04-14 03:04:48,3111.0,161.0,706.0,140.0,102.0,94.0,328.0,5986.0,Fit interpretable models. Explain blackbox machine learning.,42.0,33,True,2024-04-14 22:32:49.000,0.6.1,49.0,interpret,,,,['jupyter'],692.0,660.0,https://pypi.org/project/interpret,2024-04-14 04:27:31.000,32.0,89698.0,89698.0,,,,,,,,1.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,,1397.0,289.0,6588.0,13.0,2030.0,5862.0,A flexible framework of neural networks for deep learning.,324.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3622.0,3218.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,404.0,18957.0,19294.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,16856.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +195,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-02-02 08:20:24.000000,2023-07-28 00:16:45,2332.0,,1102.0,189.0,234.0,270.0,281.0,5545.0,Distributed Evolutionary Algorithms in Python.,87.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5018.0,4641.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,377.0,199149.0,207860.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,365892.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,2024-04-18 13:52:08.000000,2024-04-18 05:27:21,29778.0,283.0,1564.0,182.0,2091.0,35.0,1586.0,4799.0,"mlpack: a fast, header-only C++ machine learning library.",314.0,33,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,2024-04-10 13:40:15.000,1.0,3650.0,7377.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,171461.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +197,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-04-18 01:08:07.000000,2024-04-16 06:27:25,1086.0,34.0,466.0,238.0,760.0,205.0,333.0,4552.0,Model interpretability and understanding for PyTorch.,110.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2036.0,1969.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,67.0,233755.0,234585.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,23261.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +198,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-04-13 17:37:46.000000,2023-12-03 03:47:34,490.0,,595.0,66.0,217.0,191.0,157.0,3994.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6364.0,6298.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,66.0,741984.0,745578.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,143764.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,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-04-18 01:52:38.000000,2024-04-17 02:13:05,1284.0,25.0,239.0,36.0,438.0,90.0,214.0,3528.0,Lightning fast forecasting with statistical and econometric models.,39.0,33,True,2024-04-08 16:44:34.000,1.7.4,32.0,statsforecast,conda-forge/statsforecast,,,,847.0,817.0,https://pypi.org/project/statsforecast,2024-04-08 16:44:34.000,30.0,523519.0,526031.0,https://anaconda.org/conda-forge/statsforecast,2024-04-08 20:04:06.356,62816.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +200,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-04-18 14:18:13.000000,2024-04-17 09:32:31,2949.0,144.0,303.0,25.0,2711.0,161.0,1696.0,3093.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",85.0,33,True,2024-04-18 14:21:07.000,1.27.0,100.0,rubrix,conda-forge/rubrix,,,,2411.0,2411.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,415.0,1460.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,29269.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +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,2024-04-10 05:48:47.000000,2024-04-10 05:48:47,3692.0,15.0,193.0,50.0,1361.0,129.0,718.0,1963.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,2045.0,2022.0,https://pypi.org/project/pythran,2024-01-07 21:21:39.000,23.0,215144.0,225899.0,https://anaconda.org/conda-forge/pythran,2024-01-08 06:40:29.964,462481.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +202,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-04-17 23:02:47.000000,2024-04-17 23:02:42,828.0,10.0,327.0,120.0,781.0,215.0,167.0,1464.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",84.0,33,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3706.0,3676.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,30.0,917448.0,917448.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,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-04-16 13:35:32.000000,2024-04-12 07:29:18,1174.0,4.0,360.0,66.0,600.0,273.0,349.0,1450.0,A Jupyter - Leaflet.js bridge.,88.0,33,True,2024-01-23 17:57:40.189,0.18.2,81.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],8496.0,8306.0,https://pypi.org/project/ipyleaflet,2024-01-23 17:54:03.000,184.0,135500.0,167744.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1117850.0,,,,,3.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-01-23 17:57:40.189,6.0,8460.0,,,,,,,,,,, +204,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-04-18 14:51:59.000000,2024-04-18 14:51:58,13985.0,284.0,419.0,50.0,2094.0,151.0,777.0,668.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",160.0,33,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1167.0,1054.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,113.0,28798.0,38898.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,434311.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-04-18 15:07:23.000000,2024-04-18 06:57:54,4153.0,715.0,2608.0,266.0,3558.0,93.0,485.0,23791.0,You like pytorch? You like micrograd? You love tinygrad!.,299.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],61.0,61.0,,,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +206,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-04-18 15:16:58.000000,2024-04-01 14:00:47,2500.0,326.0,1186.0,115.0,2809.0,254.0,838.0,17785.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",98.0,32,True,2024-04-01 15:08:49.000,1.8.4,67.0,,,,,,114.0,114.0,,,,,707.0,,,,,,,,2.0,3.0,25463.0,,,,,,,,,,,,,,,,,, +207,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,,3420.0,465.0,671.0,590.0,672.0,14865.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,True,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1558.0,1468.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,90.0,4924.0,4924.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +208,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1159.0,337.0,1683.0,523.0,1294.0,11153.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,392.0,371.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,21.0,20187.0,20314.0,,,,,,,,3.0,,9694.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,2024-04-08 20:21:16.000000,2024-04-08 20:21:10,864.0,2.0,1363.0,419.0,87.0,32.0,159.0,9689.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1327.0,1274.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,53.0,27859.0,28374.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,27332.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +210,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-04-18 12:32:14.000000,2024-04-12 10:12:52,1602.0,91.0,649.0,85.0,720.0,103.0,248.0,8582.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",46.0,32,False,2024-03-19 22:29:03.000,2.6.3,28.0,cleanlab,conda-forge/cleanlab,,,,309.0,299.0,https://pypi.org/project/cleanlab,2024-03-19 22:29:03.000,10.0,13919.0,14504.0,https://anaconda.org/conda-forge/cleanlab,2024-03-25 10:23:11.703,21063.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-04-15 21:09:01.000000,2024-04-14 18:28:32,1151.0,20.0,1229.0,147.0,167.0,247.0,1249.0,8265.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,142.0,32,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],788.0,774.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,6847.0,10690.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,203704.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,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-04-18 02:54:26.000000,2024-03-08 03:19:52,2899.0,4.0,1627.0,87.0,1641.0,307.0,1835.0,8227.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",119.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1172.0,1168.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,4.0,2855.0,2855.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-02-11 06:38:37.000000,2024-02-11 06:36:31,669.0,1.0,329.0,68.0,107.0,32.0,137.0,7894.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,32,True,2023-10-01 01:13:46.000,0.7.0,14.0,einops,conda-forge/einops,,,,32561.0,31693.0,https://pypi.org/project/einops,2023-10-01 01:13:46.000,868.0,6386628.0,6391408.0,https://anaconda.org/conda-forge/einops,2023-10-01 10:01:09.036,200778.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +214,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7795.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,43275.0,42267.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,1008.0,2261506.0,2287126.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1152718.0,,,,,2.0,,414.0,,,,,,,,,,,,,,,,,, +215,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-04-15 22:26:34.000000,2024-03-13 19:58:20,1220.0,2.0,1078.0,124.0,275.0,250.0,430.0,7079.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,32,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,14868.0,14356.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,512.0,2165416.0,2176703.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,756288.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,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-03-13 10:57:14.000000,2024-03-13 09:36:57,2708.0,3.0,1130.0,209.0,1048.0,20.0,615.0,6538.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-03-13 10:57:14.000,1.6.0,63.0,deeppavlov,,,,['tensorflow'],394.0,387.0,https://pypi.org/project/deeppavlov,2024-03-13 10:57:14.000,7.0,9195.0,9195.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1850.0,198.0,206.0,12.0,1343.0,6299.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1568.0,1521.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,47.0,13165.0,13514.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10417.0,,,,,3.0,,164.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,2024-04-14 01:28:23.406000,2024-04-12 19:30:39,165.0,12.0,1043.0,196.0,111.0,154.0,304.0,5899.0,Official Kaggle API.,38.0,32,True,2024-04-12 01:56:25.000,1.6.12,71.0,kaggle,conda-forge/kaggle,,,,416.0,21.0,https://pypi.org/project/kaggle,2024-04-12 01:56:25.000,395.0,223031.0,226447.0,https://anaconda.org/conda-forge/kaggle,2024-04-14 01:28:23.406,146911.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,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-04-01 08:16:02.000000,2024-04-01 08:13:40,1215.0,6.0,651.0,63.0,133.0,59.0,435.0,5754.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",41.0,32,True,2024-04-01 08:16:02.000,2.5.0,210.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1437.0,1404.0,https://pypi.org/project/pytorch-metric-learning,2024-04-01 08:03:08.000,33.0,339041.0,339262.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11302.0,,,,,1.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-04-16 19:56:05.000000,2024-04-16 19:56:01,616.0,15.0,681.0,108.0,189.0,14.0,341.0,5496.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,32,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,1265.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,1265.0,2266830.0,2280187.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,601084.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,2024-04-17 20:08:00.000000,2024-04-17 17:08:08,2178.0,32.0,281.0,43.0,2139.0,337.0,654.0,4762.0,Aim An easy-to-use & supercharged open-source experiment tracker.,64.0,32,True,2024-04-17 17:16:40.000,3.19.3,960.0,aim,conda-forge/aim,,,,537.0,513.0,https://pypi.org/project/aim,2024-04-17 20:08:00.000,24.0,67417.0,68738.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,43607.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,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-04-12 04:55:14.000000,2024-03-15 22:39:59,618.0,4.0,118.0,75.0,69.0,14.0,124.0,3706.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2024-03-15 22:38:56.000,6.2.0,50.0,ftfy,conda-forge/ftfy,,,,19255.0,18583.0,https://pypi.org/project/ftfy,2024-03-15 22:38:56.000,672.0,4763690.0,4770961.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,283596.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,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-04-12 04:31:33.000000,2024-03-15 01:19:18,1424.0,23.0,454.0,56.0,772.0,41.0,475.0,3630.0,NeuralProphet: A simple forecasting package.,52.0,32,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],423.0,418.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,120990.0,120990.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,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-04-10 11:53:08.000000,2024-04-10 11:53:08,1496.0,6.0,363.0,90.0,740.0,136.0,441.0,3201.0,Quickly and accurately render even the largest data.,55.0,32,True,2023-10-26 15:10:16.000,0.16.0,45.0,datashader,conda-forge/datashader,,,,4043.0,3900.0,https://pypi.org/project/datashader,2024-04-10 09:38:31.000,143.0,91756.0,109272.0,https://anaconda.org/conda-forge/datashader,2023-10-27 12:10:53.716,823290.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,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,,602.0,78.0,78.0,72.0,161.0,3134.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,,,,5804.0,5632.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,172.0,1942149.0,1945108.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,242717.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,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-04-18 14:29:52.000000,2024-04-15 08:37:53,837.0,45.0,353.0,42.0,917.0,33.0,287.0,2994.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",45.0,32,True,2024-03-04 14:51:09.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",282.0,279.0,https://pypi.org/project/python-doctr,2024-03-04 14:51:09.000,3.0,28059.0,100506.0,,,,,,,,2.0,,2753017.0,,,,,,,,,,,,,,,,,, +227,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-04-17 23:50:28.000000,2024-04-12 17:36:51,703.0,4.0,252.0,43.0,817.0,72.0,285.0,2863.0,PyTorch extensions for high performance and large scale training.,74.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4834.0,4768.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,469012.0,475216.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,179930.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,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-04-09 21:52:32.000000,2024-04-09 21:52:28,976.0,11.0,226.0,39.0,533.0,70.0,174.0,2806.0,JAX-based neural network library.,81.0,32,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,1902.0,1812.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,90.0,283689.0,284101.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,15684.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +229,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-03-15 06:37:00.287000,2021-10-12 13:32:38,1570.0,,541.0,64.0,546.0,322.0,393.0,2726.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-03-14 18:24:11.000,0.10.1,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,286.0,,https://pypi.org/project/scikit-optimize,2024-03-14 18:24:11.000,286.0,806578.0,822744.0,https://anaconda.org/conda-forge/scikit-optimize,2024-03-15 06:37:00.287,711313.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-04-18 13:29:33.000000,2024-04-18 13:29:33,2942.0,12.0,692.0,76.0,859.0,272.0,629.0,2612.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",125.0,32,True,2024-03-08 20:41:28.000,0.1.25,25.0,pgmpy,,,,,941.0,908.0,https://pypi.org/project/pgmpy,2024-03-08 20:00:14.000,33.0,54944.0,54951.0,,,,,,,,2.0,-1.0,333.0,,,,,,,,,,,,,,,,,, +231,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,2.0,584.0,69.0,481.0,245.0,702.0,2283.0,Survival analysis in Python.,117.0,32,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2518.0,2380.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,138.0,477433.0,484276.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,321632.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-04-04 16:01:23.000000,2024-03-18 20:30:45,1372.0,19.0,316.0,22.0,47.0,35.0,202.0,2224.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,476.0,466.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,112828.0,113914.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,43478.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-03-28 16:57:11.000000,2024-03-28 16:57:04,547.0,4.0,161.0,43.0,77.0,7.0,127.0,1989.0,a python library for doing approximate and phonetic matching of strings.,31.0,32,True,2023-11-17 20:44:09.000,1.0.3,42.0,jellyfish,conda-forge/jellyfish,,,,9096.0,8630.0,https://pypi.org/project/jellyfish,2023-11-17 20:44:09.000,466.0,3045327.0,3063198.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,822066.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-03-28 19:21:09.000000,2024-03-28 19:19:25,204.0,13.0,255.0,57.0,74.0,49.0,225.0,1928.0,A Python wrapper for the tesseract-ocr API.,30.0,32,True,2024-03-28 18:27:41.000,2.6.3,20.0,tesserocr,conda-forge/tesserocr,,,,1038.0,966.0,https://pypi.org/project/tesserocr,2024-03-28 18:27:41.000,72.0,60461.0,62939.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,133777.0,,,,,2.0,,164.0,,,,,,,,,,,,,,,,,, +235,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2023-11-20 21:01:48.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,157.0,104.0,218.0,1589.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,10171.0,9634.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,537.0,652020.0,653646.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,139859.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder +236,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-04-18 10:38:55.000000,2024-04-18 04:43:31,13301.0,221.0,279.0,34.0,1770.0,463.0,627.0,1007.0,Python package for earth-observing satellite data processing.,153.0,32,False,2024-02-21 11:29:00.000,0.47.0,93.0,satpy,conda-forge/satpy,,,,141.0,123.0,https://pypi.org/project/satpy,2024-02-21 11:29:00.000,18.0,9619.0,13676.0,https://anaconda.org/conda-forge/satpy,2024-02-21 15:57:59.122,186658.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +237,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-04-18 14:10:59.000000,2024-04-12 19:52:15,11444.0,150.0,236.0,55.0,12112.0,230.0,2182.0,934.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-04-10 20:37:13.000,0.2.130,150.0,hail,,,,['spark'],147.0,127.0,https://pypi.org/project/hail,2024-04-10 20:37:13.000,20.0,38019.0,38019.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,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-04-18 02:03:38.000000,2024-04-18 02:02:56,1072.0,22.0,170.0,35.0,116.0,31.0,61.0,717.0,Snowball compiler and stemming algorithms.,34.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6844.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,6839.0,16070166.0,16155766.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7875218.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-03-17 08:58:36.000000,2023-07-13 08:50:20,531.0,,2707.0,384.0,120.0,232.0,561.0,24863.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],689.0,683.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,14243.0,72739.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,80041.0,,,,,2.0,,3077276.0,,,,,,,,,,,,,,,,,, +240,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2074.0,185.0,1005.0,574.0,723.0,12500.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,False,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1594.0,1587.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,6963.0,6974.0,,,,,,,,2.0,,673.0,,,,,,,,,,,,,,,,,, +241,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2436.0,457.0,260.0,577.0,363.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5356.0,4867.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,489.0,6912.0,6912.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +242,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-04-18 03:13:49.000000,2024-03-11 18:51:26,551.0,4.0,1203.0,168.0,430.0,63.0,470.0,8073.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],100.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,79.0,240049.0,268629.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1343263.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,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-04-18 14:37:24.000000,2024-03-26 15:14:29,5965.0,68.0,968.0,112.0,1633.0,98.0,645.0,7500.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-03-25 22:52:24.000,2.10.0,121.0,perspective-python,conda-forge/perspective,,,['jupyter'],140.0,119.0,https://pypi.org/project/perspective-python,2024-03-25 22:45:59.000,17.0,3773.0,19157.0,https://anaconda.org/conda-forge/perspective,2024-03-26 20:17:11.439,546595.0,,,,,2.0,,2521.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-03-25 22:45:31.297,4.0,3222.0,,,,,,,,,,, +244,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-04-01 16:57:33.000000,2024-03-06 05:23:22,360.0,4.0,1455.0,133.0,135.0,14.0,324.0,7463.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2653.0,2534.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,119.0,393701.0,393702.0,,,,,,,,2.0,,145.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +245,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,,1594.0,302.0,294.0,152.0,268.0,5419.0,Portfolio and risk analytics in Python.,59.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1027.0,993.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,34.0,9197.0,9372.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,12992.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +246,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-04-16 21:35:12.000000,2024-04-15 06:57:29,3861.0,15.0,550.0,85.0,553.0,102.0,474.0,4761.0,Online machine learning in Python.,112.0,31,True,2023-12-05 09:29:54.000,0.21.0,20.0,river,conda-forge/river,,,,493.0,461.0,https://pypi.org/project/river,2023-12-05 00:13:21.000,32.0,33126.0,34643.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,54614.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,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-04-16 18:24:48.000000,2024-04-13 04:21:32,601.0,14.0,733.0,82.0,333.0,54.0,326.0,4735.0,Uplift modeling and causal inference with machine learning algorithms.,62.0,31,True,2024-02-22 19:20:29.000,0.15.0,23.0,causalml,,,,,192.0,191.0,https://pypi.org/project/causalml,2024-02-22 19:17:30.000,1.0,93331.0,93331.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,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-04-09 17:30:37.000000,2022-09-24 16:20:26,585.0,,906.0,98.0,222.0,108.0,454.0,4724.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,31,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3860.0,3798.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,62.0,101553.0,102231.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20350.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1009.0,153.0,115.0,150.0,79.0,4476.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,,,,42978.0,42117.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,861.0,474927.0,478463.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,159129.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,69.0,367.0,98.0,460.0,4156.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,31,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,3062.0,2952.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,110.0,25400.0,25568.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,4887.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-03-20 17:31:08.000000,2023-11-02 13:49:44,662.0,,823.0,150.0,127.0,124.0,104.0,4030.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,3290.0,3240.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,50.0,88094.0,88736.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,24396.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +252,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,274.0,669.0,3406.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,285.0,256.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,29.0,312741.0,312913.0,,,,,,,,3.0,,15484.0,,,,,,,,,,,,,,,,,, +253,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-04-16 18:08:43.000000,2024-03-19 23:19:11,3844.0,12.0,539.0,59.0,889.0,352.0,971.0,3401.0,A highly efficient implementation of Gaussian Processes in PyTorch.,130.0,31,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2120.0,2022.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,98.0,186248.0,189484.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,152112.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,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-03-19 06:24:29.000000,2022-05-31 03:18:45,1556.0,,437.0,94.0,124.0,85.0,348.0,3278.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1156.0,1095.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,61.0,253988.0,256539.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,107153.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,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-04-01 11:18:46.000000,2024-04-01 11:18:31,1289.0,12.0,279.0,54.0,220.0,51.0,416.0,2985.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,37.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,725.0,709.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,231399.0,252505.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,970905.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,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-04-05 20:34:01.000000,2024-04-05 20:34:01,476.0,8.0,732.0,119.0,125.0,64.0,370.0,2944.0,"Hidden Markov Models in Python, with scikit-learn like API.",48.0,31,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2585.0,2436.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,149.0,196394.0,201348.0,https://anaconda.org/conda-forge/hmmlearn,2024-03-02 05:37:57.119,213025.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,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-04-18 14:09:56.000000,2024-04-18 06:37:56,7587.0,392.0,338.0,80.0,8812.0,148.0,329.0,2851.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",114.0,31,True,2024-04-17 22:35:51.000,0.31.0,521.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-04-17 22:58:59.000,4.0,64472.0,64646.0,,,,,,,,3.0,,7849.0,,,,,,,,,,,,,,,,,, +258,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-04-01 18:35:40.000000,2024-03-04 19:25:47,1086.0,7.0,386.0,61.0,494.0,207.0,271.0,2821.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'],3569.0,3503.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,66.0,287428.0,288352.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,29587.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,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-04-16 13:44:04.000000,2024-03-20 01:04:29,1637.0,2.0,324.0,60.0,189.0,126.0,195.0,2776.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'],1274.0,1225.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,358181.0,386268.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1292025.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,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-04-17 09:29:01.000000,2024-04-17 09:24:54,1169.0,30.0,234.0,26.0,1010.0,96.0,418.0,2740.0,A python library for self-supervised learning on images.,38.0,31,True,2024-04-17 09:28:05.000,1.5.3,117.0,lightly,,,,['pytorch'],244.0,237.0,https://pypi.org/project/lightly,2024-04-17 09:29:01.000,7.0,26454.0,26454.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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-04-18 14:14:17.442000,2023-11-20 19:03:21,997.0,,482.0,57.0,136.0,345.0,167.0,2671.0,A high performance implementation of HDBSCAN clustering.,87.0,31,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3579.0,3334.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,245.0,439270.0,483694.0,https://anaconda.org/conda-forge/hdbscan,2024-04-18 14:14:17.442,1865813.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,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-04-18 13:01:12.000000,2024-04-17 21:14:10,1140.0,52.0,276.0,35.0,467.0,104.0,347.0,2398.0,Scalable and user friendly neural forecasting algorithms.,44.0,31,True,2024-04-11 00:17:25.000,1.7.1,22.0,neuralforecast,conda-forge/neuralforecast,,,,130.0,123.0,https://pypi.org/project/neuralforecast,2024-04-11 00:17:25.000,7.0,28144.0,28693.0,https://anaconda.org/conda-forge/neuralforecast,2024-04-11 03:35:39.383,13742.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,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-04-09 11:39:30.000000,2024-04-09 11:39:30,957.0,4.0,397.0,39.0,150.0,45.0,242.0,2363.0,A library of sklearn compatible categorical variable encoders.,70.0,31,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1837.0,1653.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,184.0,1611176.0,1619638.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,253881.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,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-04-18 15:20:09.000000,2024-04-18 15:20:09,942.0,4.0,218.0,48.0,317.0,131.0,131.0,1803.0,Evaluate: A library for easily evaluating machine learning models and datasets.,126.0,31,True,2023-10-13 15:57:18.000,0.4.1,14.0,evaluate,,,,,8400.0,8237.0,https://pypi.org/project/evaluate,2023-10-13 15:54:47.000,163.0,2654070.0,2654070.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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-02-23 02:51:07.000000,2024-02-23 02:45:37,1079.0,2.0,227.0,34.0,251.0,53.0,272.0,1515.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,,,,7925.0,7836.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,89.0,2776326.0,2801316.0,https://anaconda.org/conda-forge/pmdarima,2023-10-27 13:29:40.913,1049613.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,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-04-18 09:58:08.000000,2024-04-17 19:59:03,4025.0,263.0,46.0,164.0,523.0,133.0,414.0,1448.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2024-04-16 17:13:36.000,4.3.1,73.0,lets-plot,,,,,78.0,73.0,https://pypi.org/project/lets-plot,2024-04-16 16:29:08.000,5.0,18991.0,19003.0,,,,,,,,2.0,,650.0,,,,,,,,,,,,,,,,,, +267,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-04-17 15:14:55.545000,2024-04-15 22:54:05,945.0,8.0,430.0,87.0,228.0,55.0,239.0,1420.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,73.0,31,True,2024-04-16 14:26:27.000,3.1.5,26.0,emcee,conda-forge/emcee,,,,2727.0,2347.0,https://pypi.org/project/emcee,2024-04-16 14:26:27.000,380.0,153037.0,162652.0,https://anaconda.org/conda-forge/emcee,2024-04-17 15:14:55.545,326920.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,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-04-18 02:29:17.000000,2024-04-17 23:12:50,1551.0,25.0,163.0,16.0,793.0,112.0,445.0,1278.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,108.0,31,True,2024-03-21 03:35:03.000,0.27.0,60.0,pyjanitor,conda-forge/pyjanitor,,,,603.0,583.0,https://pypi.org/project/pyjanitor,2024-03-21 03:34:57.000,20.0,71990.0,76048.0,https://anaconda.org/conda-forge/pyjanitor,2024-03-21 06:08:00.698,190727.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-04-18 14:10:04.000000,2024-04-18 14:10:04,10668.0,244.0,227.0,36.0,1473.0,206.0,350.0,1146.0,Computations and statistics on manifolds with geometric structures.,92.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,102.0,99.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3216.0,3320.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2308.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +270,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-04-14 16:56:41.000000,2024-04-10 20:22:56,3292.0,14.0,240.0,48.0,365.0,70.0,265.0,1029.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-01-23 22:08:06.000,2024.1,95.0,pyopencl,conda-forge/pyopencl,,,,2065.0,1850.0,https://pypi.org/project/pyopencl,2024-01-23 22:46:25.000,215.0,50880.0,72633.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,1000651.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,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-03-15 13:42:37.000000,2024-03-12 18:40:47,933.0,11.0,214.0,59.0,99.0,44.0,174.0,983.0,Input pipeline framework.,28.0,31,True,2023-08-11 23:14:04.000,1.14.0,56.0,tensorflow-transform,,,,['tensorflow'],1791.0,1735.0,https://pypi.org/project/tensorflow-transform,2023-08-11 23:14:04.000,56.0,869818.0,869818.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,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-04-18 12:10:35.000000,2024-04-18 12:10:34,672.0,30.0,98.0,24.0,523.0,328.0,412.0,938.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-01-30 08:44:06.000,0.9.2,65.0,hvplot,conda-forge/hvplot,,,,4923.0,4814.0,https://pypi.org/project/hvplot,2024-01-29 16:25:57.000,109.0,167123.0,179137.0,https://anaconda.org/conda-forge/hvplot,2024-01-30 08:55:28.301,552680.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,,107.0,32.0,60.0,71.0,79.0,923.0,Describing statistical models in Python using symbolic formulas.,19.0,31,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,96102.0,93339.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,2763.0,15857224.0,16182998.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,10099010.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-03-04 21:27:42.000000,2024-03-04 21:27:41,1930.0,17.0,226.0,18.0,292.0,50.0,267.0,819.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-02-18 21:10:04.000,1.4.8,47.0,salib,conda-forge/salib,,,,1173.0,1082.0,https://pypi.org/project/salib,2024-02-18 21:10:04.000,91.0,162329.0,165893.0,https://anaconda.org/conda-forge/salib,2024-02-18 23:23:58.271,149704.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,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-04-18 13:31:39.000000,2024-04-15 08:59:57,166741.0,3729.0,89.0,51.0,2126.0,82.0,285.0,677.0,TensorFlow ROCm port.,4615.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,3985.0,3985.0,,,,,,,,3.0,,21.0,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,, +276,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-04-18 09:54:51.000000,2024-04-17 13:04:57,2041.0,187.0,57.0,19.0,1517.0,31.0,210.0,527.0,The MLOps stack component for experiment tracking.,54.0,31,True,2024-04-08 08:28:32.000,1.10.2,205.0,neptune-client,conda-forge/neptune-client,,,,487.0,436.0,https://pypi.org/project/neptune-client,2024-04-08 08:28:32.000,51.0,539735.0,544693.0,https://anaconda.org/conda-forge/neptune-client,2024-04-08 09:58:08.810,233056.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-04-17 19:50:28.000000,2024-04-17 04:25:16,17109.0,31.0,110.0,27.0,3572.0,522.0,3382.0,489.0,"Keep code, data, containers under control with git and git-annex.",55.0,31,True,2024-04-17 04:25:26.000,1.0.1,113.0,datalad,conda-forge/datalad,,,,455.0,387.0,https://pypi.org/project/datalad,2024-04-17 04:25:26.000,68.0,17717.0,27146.0,https://anaconda.org/conda-forge/datalad,2024-04-17 08:17:50.800,433755.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,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,,4382.0,1253.0,557.0,836.0,2543.0,17450.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,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,448.0,593.0,,,,,,,,3.0,,14439.0,,,,,,,,,,,,,,,,,, +279,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-04-18 09:53:24.000000,2024-04-13 16:09:30,1960.0,3.0,2406.0,282.0,912.0,195.0,679.0,14124.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",123.0,30,True,2024-04-13 16:11:55.000,0.9.4,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,1610.0,1619.0,,,,,,,,2.0,2.0,396.0,,,,,,,,,,,,,,,,,, +280,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,,2067.0,284.0,3401.0,51.0,1494.0,10425.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,2025.0,2025.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,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-04-17 19:48:28.000000,2024-04-16 00:45:02,2921.0,38.0,2204.0,195.0,437.0,216.0,473.0,9009.0,FinRL: Financial Reinforcement Learning.,113.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,36.0,36.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1946.0,1946.0,,,,,,,,1.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-03-27 23:33:39.000000,2024-02-20 22:38:05,385.0,2.0,2150.0,285.0,97.0,311.0,447.0,8381.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,,,,1602.0,1583.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,7388.0,20286.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,6936.0,,,,,2.0,,917634.0,,,,,,,,,,,,,,,,,, +283,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,186.0,829.0,7394.0,Automated Machine Learning with scikit-learn.,88.0,30,True,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],599.0,560.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,16495.0,17088.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,21364.0,,,,,2.0,,51.0,,,,,,,,,,,,,,,,,, +284,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-04-15 14:01:14.000000,2024-04-15 14:01:10,998.0,14.0,894.0,135.0,681.0,128.0,316.0,6717.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,85.0,30,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,361.0,354.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,53614.0,54092.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,19615.0,,,,,2.0,,33.0,,,,,,,,,,,,,,,,,, +285,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,,1394.0,190.0,785.0,40.0,423.0,6075.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'],638.0,626.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,3217.0,3382.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7594.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,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-02-19 12:55:24.000000,2024-02-19 12:55:23,1086.0,4.0,372.0,80.0,527.0,54.0,453.0,5618.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1236.0,1182.0,https://pypi.org/project/skorch,2023-09-04 09:59:43.000,54.0,153873.0,171998.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,779394.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +287,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-03-16 23:51:50.000000,2024-03-06 14:52:20,787.0,8.0,378.0,76.0,285.0,64.0,508.0,4537.0,Visualizer for pandas data structures.,30.0,30,True,2024-03-07 14:03:25.000,3.11.0,181.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1110.0,1087.0,https://pypi.org/project/dtale,2024-03-07 14:02:27.000,23.0,57053.0,62809.0,https://anaconda.org/conda-forge/dtale,2024-03-07 14:28:38.963,270551.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +288,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-04-18 09:02:03.000000,2024-04-05 12:42:12,1456.0,15.0,762.0,74.0,1786.0,309.0,629.0,4270.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,16.0,277659.0,277684.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,752.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-03-18 02:23:40.000000,2023-12-19 14:36:52,3303.0,,537.0,120.0,371.0,77.0,737.0,3970.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,373.0,323.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,50.0,72373.0,73962.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,44503.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,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-04-18 04:24:10.000000,2024-04-17 03:26:44,15410.0,70.0,500.0,69.0,3467.0,880.0,1548.0,3884.0,cuML - RAPIDS Machine Learning Library.,170.0,30,True,2024-04-10 20:54:06.000,24.04.00,38.0,cuml,,,,,7.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,7.0,2680.0,2680.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-04-08 14:24:28.000000,2024-04-08 14:14:18,1091.0,7.0,351.0,58.0,1347.0,125.0,174.0,3840.0,A Python toolbox for performing gradient-free optimization.,55.0,30,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,691.0,658.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,33.0,102359.0,103360.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,47087.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-03-02 01:06:27.711000,2023-02-26 20:07:33,189.0,,503.0,76.0,37.0,11.0,121.0,3803.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,,,,15844.0,15700.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,144.0,331625.0,658514.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,326889.0,,,,,3.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,2024-03-25 09:04:27.051000,2024-03-25 08:55:18,3659.0,3.0,459.0,100.0,1047.0,255.0,368.0,3551.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],180.0,55.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,108.0,114556.0,145057.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1276968.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,17.0,3332.0,,,,,,,,,,, +294,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-03-20 16:59:01.000000,2023-11-21 21:15:59,435.0,,602.0,78.0,228.0,79.0,406.0,3420.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1339.0,1299.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,40.0,163364.0,176951.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,583158.0,,,,,1.0,,710.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-04-15 19:23:48.000000,2024-04-15 19:23:45,1200.0,52.0,471.0,63.0,730.0,7.0,525.0,3416.0,On-device wake word detection powered by deep learning.,37.0,30,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,43.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,15.0,7229.0,7229.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,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-02-24 20:17:14.000000,2024-02-24 20:17:13,454.0,9.0,522.0,113.0,92.0,20.0,101.0,3415.0,Module for automatic summarization of text documents and HTML pages.,31.0,30,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,2777.0,2665.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,112.0,485451.0,485674.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7606.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-03-11 01:00:49.000000,2024-03-11 00:59:40,984.0,4.0,570.0,97.0,335.0,41.0,718.0,3250.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,30,True,2024-03-11 01:00:49.000,1.0.4,74.0,pomegranate,conda-forge/pomegranate,,,,1141.0,1081.0,https://pypi.org/project/pomegranate,2024-03-11 01:00:49.000,60.0,43672.0,46762.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,145275.0,,,,,3.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-04-18 15:34:31.000000,2024-04-12 10:10:52,617.0,105.0,567.0,37.0,845.0,122.0,690.0,3095.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",78.0,30,True,2024-03-27 16:32:44.000,1.0.1,30.0,anomalib,,,,,63.0,60.0,https://pypi.org/project/anomalib,2024-03-27 16:33:12.000,3.0,10037.0,10352.0,,,,,,,,2.0,,8826.0,,,,,,,,,,,,,,,,,, +299,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,324.0,66.0,75.0,15.0,121.0,3007.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,13028.0,12635.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,393.0,1520914.0,1524972.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,361244.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-31 00:50:11.000000,2024-03-31 00:50:11,2705.0,33.0,366.0,38.0,517.0,50.0,216.0,2744.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,30,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,249.0,243.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,6.0,7061.0,7227.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7171.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,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,13.0,421.0,44.0,365.0,22.0,349.0,2653.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,30,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,587.0,573.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,2848.0,3133.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12839.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-04-05 13:21:22.787000,2024-04-05 11:33:33,2908.0,40.0,1055.0,122.0,515.0,61.0,300.0,2548.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,30,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],310.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,310.0,310996.0,334408.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,983317.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,356.0,83.0,168.0,216.0,146.0,2326.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,30,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6229.0,5803.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,417.0,425547.0,430688.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,195212.0,,,,,3.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,898.0,,,,,,,,,,, +304,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-04-18 08:44:56.000000,2024-04-17 18:45:23,5599.0,103.0,699.0,88.0,5861.0,201.0,853.0,2077.0,TFX is an end-to-end platform for deploying production ML pipelines.,183.0,30,True,2023-09-06 22:01:30.000,1.14.0,95.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,2023-09-06 22:01:30.000,14.0,53327.0,53327.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,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-04-10 14:16:55.000000,2024-04-06 22:13:38,1501.0,56.0,203.0,50.0,251.0,167.0,157.0,2051.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",41.0,30,True,2024-04-06 21:47:05.000,0.33.7,175.0,graphistry,,,,['jupyter'],120.0,113.0,https://pypi.org/project/graphistry,2024-04-06 21:47:05.000,7.0,3420.0,3420.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,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-04-18 04:22:37.000000,2024-04-18 04:22:37,882.0,23.0,121.0,21.0,368.0,115.0,228.0,1789.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,50.0,30,True,2024-04-14 13:04:28.000,0.11.4,48.0,equinox,,,,['jax'],574.0,500.0,https://pypi.org/project/equinox,2024-04-14 13:04:28.000,74.0,175364.0,175364.0,,,,,,,,1.0,2.0,,,,,,,,,,,,,,,,,,, +307,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-04-17 14:43:34.000000,2024-03-15 11:44:10,1176.0,58.0,174.0,19.0,156.0,47.0,134.0,1687.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,27.0,30,True,2024-03-15 11:44:36.000,0.35.0,38.0,audiomentations,,,,,471.0,462.0,https://pypi.org/project/audiomentations,2024-03-15 11:44:36.000,9.0,34461.0,34461.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-04-17 09:45:46.000000,2024-03-27 14:10:14,3874.0,144.0,279.0,27.0,574.0,85.0,711.0,1658.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,77.0,30,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,83.0,80.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1268.0,1268.0,,,,,,,,2.0,,19.0,,,,,,,,,,,,,,,,,, +309,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-03-22 18:13:39.000000,2024-03-05 19:49:17,712.0,9.0,316.0,43.0,365.0,77.0,210.0,1611.0,Training PyTorch models with differential privacy.,77.0,30,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],784.0,764.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,20.0,140350.0,140844.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,13300.0,,,,,2.0,,109.0,,,,,,,,,,,,,,,,,, +310,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-03-30 17:39:23.000000,2024-03-30 17:39:23,1059.0,8.0,216.0,53.0,204.0,29.0,281.0,1606.0,A full spaCy pipeline and models for scientific/biomedical documents.,33.0,30,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,904.0,873.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,31.0,26251.0,26251.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,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-04-07 13:04:52.000000,2024-04-07 13:04:52,1249.0,7.0,136.0,30.0,109.0,35.0,253.0,1522.0,Statistical package in Python based on Pandas.,45.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,1997.0,1923.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,64352.0,66854.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,115093.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +312,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-04-11 17:54:34.000000,2024-04-11 17:54:34,1875.0,17.0,269.0,45.0,274.0,59.0,194.0,1494.0,TensorLy: Tensor Learning in Python.,67.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,678.0,620.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,58.0,17988.0,23112.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,363812.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,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-03-15 15:54:00.000000,2024-03-15 15:54:00,4210.0,6.0,285.0,80.0,643.0,19.0,608.0,1273.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,30,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,1516.0,1477.0,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,24626.0,36560.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,537033.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +314,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-04-16 17:35:41.000000,2024-04-16 17:27:51,1127.0,7.0,241.0,45.0,518.0,36.0,183.0,1249.0,ARCH models in Python.,35.0,30,False,2024-04-16 17:35:41.000,7.0.0,47.0,arch,conda-forge/arch-py,,,,1639.0,1564.0,https://pypi.org/project/arch,2024-04-16 17:35:41.000,75.0,344868.0,351125.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,287824.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,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-04-05 19:20:06.000000,2024-04-05 18:52:42,3044.0,26.0,269.0,34.0,37.0,1.0,490.0,1212.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,30,True,2024-04-05 19:20:07.000,0.41.3,210.0,ktrain,,,,['tensorflow'],517.0,514.0,https://pypi.org/project/ktrain,2024-04-05 18:57:50.000,3.0,9552.0,9552.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +316,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-04-02 02:34:15.000000,2024-04-02 02:31:39,818.0,7.0,248.0,40.0,509.0,273.0,256.0,880.0,Scalable Machine Learning with Dask.,78.0,30,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1076.0,1001.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,75.0,269836.0,287186.0,https://anaconda.org/conda-forge/dask-ml,2024-03-21 17:55:27.760,815488.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-04-01 17:38:38.000000,2024-03-25 14:43:57,494.0,1.0,120.0,32.0,128.0,27.0,74.0,879.0,Python bindings and utilities for GeoJSON.,56.0,30,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,18260.0,16970.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,1290.0,2111407.0,2168045.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,792940.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +318,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-04-17 19:23:28.000000,2024-04-11 17:13:24,1677.0,20.0,282.0,41.0,1346.0,271.0,363.0,691.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,30,True,2024-02-06 04:35:56.000,0.36.0,43.0,tensorflow-io,,,,['tensorflow'],36.0,,https://pypi.org/project/tensorflow-io,2024-02-06 04:34:40.000,36.0,2923350.0,2923350.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,,107.0,24.0,53.0,37.0,57.0,479.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,,,,20135.0,19763.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,372.0,1982861.0,2000863.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,756112.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,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-04-17 16:40:50.000000,2024-04-17 16:40:03,304.0,2.0,2756.0,141.0,46.0,119.0,135.0,17886.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,29,True,2024-04-17 16:40:50.000,1.6.6,186.0,vit-pytorch,,,,['pytorch'],442.0,436.0,https://pypi.org/project/vit-pytorch,2024-04-17 16:40:50.000,6.0,21031.0,21031.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,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-04-17 13:47:17.000000,2023-04-19 14:13:08,2404.0,,3665.0,604.0,224.0,48.0,,12972.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2073.0,1999.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,22009.0,22009.0,,,,,,,,2.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,,1840.0,218.0,46.0,96.0,94.0,8942.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,108678.0,109374.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,32059.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +323,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-04-17 19:14:46.000000,2024-03-12 04:38:33,1169.0,5.0,1318.0,99.0,638.0,691.0,521.0,8017.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,125.0,29,True,,,3.0,,conda-forge/nvidia-apex,,,['pytorch'],2393.0,2393.0,,,,,4534.0,https://anaconda.org/conda-forge/nvidia-apex,2024-01-12 02:06:46.952,190447.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,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,,1156.0,212.0,92.0,194.0,121.0,5661.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,29,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,471.0,451.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,20.0,11624.0,11624.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +325,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,881.0,126.0,38.0,69.0,144.0,5180.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3208.0,3161.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,47.0,818420.0,818735.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,14824.0,,,,,1.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,2024-04-18 01:27:31.000000,2024-04-18 01:27:31,1589.0,34.0,810.0,147.0,1500.0,342.0,398.0,4966.0,Simple and Distributed Machine Learning.,116.0,29,True,2024-04-11 00:33:42.000,1.0.4,48.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,2024-04-11 00:33:42.000,3.0,190481.0,190481.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4720.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2830.0,2784.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,223014.0,223021.0,,,,,,,,2.0,,356.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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,666.0,88.0,206.0,142.0,356.0,4593.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,True,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1463.0,1413.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,572919.0,575221.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,172705.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,447.0,41.0,124.0,66.0,154.0,4291.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,,,,1181.0,1148.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,149124.0,149655.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,18060.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,,267.0,46.0,50.0,26.0,94.0,3830.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,,,,5296.0,5158.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,138.0,925332.0,932207.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,281911.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-04-12 02:18:17.000000,2024-03-15 19:57:42,1777.0,53.0,571.0,39.0,822.0,472.0,283.0,3588.0,Time series forecasting with PyTorch.,45.0,29,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,55015.0,56291.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,54910.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-04-10 14:38:18.000000,2024-04-08 16:08:42,493.0,9.0,515.0,37.0,517.0,12.0,,3544.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,41.0,29,True,2024-04-08 16:09:10.000,0.11.16,101.0,sahi,conda-forge/sahi,,,,1032.0,1019.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,13.0,123551.0,126000.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,54941.0,,,,,2.0,,23506.0,,,,,,,,,,,,,,,,,, +333,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2023-12-29 09:26:48.000000,2023-12-29 09:26:14,403.0,,247.0,64.0,52.0,9.0,,3296.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",14.0,29,True,2023-12-29 09:27:05.000,4.6.1,27.0,textdistance,conda-forge/textdistance,,,,6176.0,6107.0,https://pypi.org/project/textdistance,2023-12-29 09:26:30.000,69.0,711530.0,719071.0,https://anaconda.org/conda-forge/textdistance,2023-06-16 16:13:38.456,534516.0,,,,,2.0,,1000.0,,,,,,,,,,,,,,,,,, +334,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,,399.0,45.0,1085.0,6.0,353.0,3222.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1140.0,1102.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,38.0,9252.0,9252.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,672.0,109.0,72.0,99.0,123.0,2971.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10672.0,10493.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,179.0,74872.0,74872.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +336,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,,289.0,33.0,476.0,33.0,30.0,2944.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1197.0,1151.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,46.0,143241.0,143512.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9771.0,,,,,1.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,2024-04-15 09:57:54.000000,2024-04-13 08:53:37,1167.0,27.0,382.0,49.0,74.0,142.0,478.0,2927.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-04-10 12:40:10.000,1.1.7,90.0,mljar-supervised,conda-forge/mljar-supervised,,,,109.0,107.0,https://pypi.org/project/mljar-supervised,2024-04-10 12:40:10.000,2.0,4274.0,4667.0,https://anaconda.org/conda-forge/mljar-supervised,2024-04-15 06:59:59.678,13363.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,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-03-20 16:55:01.000000,2024-03-20 16:53:52,2297.0,7.0,717.0,78.0,205.0,188.0,466.0,2728.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'],9.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,9.0,99222.0,99222.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +339,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-03-12 03:07:27.000000,2024-03-12 03:07:23,3526.0,10.0,341.0,153.0,1172.0,32.0,60.0,2690.0,Neural Network Libraries.,75.0,29,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,55.0,,https://pypi.org/project/nnabla,2023-12-06 09:31:24.000,55.0,2057.0,2068.0,,,,,,,,3.0,,916.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-04-12 10:18:28.000000,2024-04-12 08:57:57,3501.0,61.0,515.0,109.0,347.0,396.0,683.0,2684.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,20.0,essentia,,,,,639.0,619.0,https://pypi.org/project/essentia,2023-10-27 09:13:56.000,20.0,23654.0,23654.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +341,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-03-28 13:33:26.000000,2024-03-28 13:33:26,1569.0,40.0,319.0,37.0,330.0,39.0,156.0,2640.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,37.0,29,True,2024-03-12 11:08:12.000,2.4.3,39.0,shapash,,,,['jupyter'],148.0,146.0,https://pypi.org/project/shapash,2024-03-12 11:08:12.000,2.0,7087.0,7087.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,,443.0,126.0,143.0,192.0,247.0,2598.0,PYthon svg GrAph plotting Library.,77.0,29,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,638.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,638.0,343114.0,345693.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,38698.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,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-03-07 14:21:38.000000,2023-12-03 09:09:14,2415.0,,254.0,27.0,1130.0,76.0,224.0,2567.0,Database system for AI-powered apps.,73.0,29,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,9079.0,28668.0,,,,,,,,3.0,,411370.0,,georgia-tech-db/evadb,,,,,,,,,,,,,,,, +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,2548.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'],1529.0,1507.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,71410.0,71410.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,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-03-18 12:42:13.000000,2018-08-19 12:37:47,130.0,,282.0,66.0,60.0,26.0,39.0,2396.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,29,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4831.0,4753.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,78.0,552647.0,554756.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,170873.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,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-04-09 06:44:48.814000,2024-04-08 19:42:17,436.0,17.0,809.0,90.0,282.0,188.0,102.0,2304.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,29,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,414.0,397.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,17.0,17347.0,17554.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,8942.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-04-18 14:18:07.000000,2024-04-18 14:18:03,658.0,10.0,282.0,54.0,648.0,144.0,225.0,2287.0,Algorithms for explaining machine learning models.,21.0,29,False,2024-01-22 16:23:03.000,0.9.5,32.0,alibi,,,,,611.0,585.0,https://pypi.org/project/alibi,2024-01-22 16:14:27.000,26.0,21732.0,21732.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,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,,304.0,64.0,14.0,28.0,46.0,2245.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11241.0,11024.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,217.0,447086.0,447086.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,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-02-29 15:39:19.000000,2024-02-28 15:45:58,1631.0,113.0,250.0,66.0,62.0,33.0,186.0,2086.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,29,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,,998.0,998.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,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-04-18 07:38:04.000000,2024-04-17 16:15:35,722.0,10.0,213.0,38.0,533.0,141.0,234.0,2079.0,"Algorithms for outlier, adversarial and drift detection.",22.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,434.0,428.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,6.0,32903.0,32903.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-04-04 12:44:05.000000,2024-04-04 12:44:05,521.0,4.0,401.0,85.0,104.0,79.0,259.0,2009.0,bt - flexible backtesting for Python.,32.0,29,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1628.0,1600.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,28.0,7233.0,7834.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,21667.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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,4.0,400.0,40.0,62.0,19.0,270.0,1863.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,,,,1557.0,1535.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,39685.0,40401.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,30803.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,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-04-15 11:40:05.000000,2024-02-07 13:16:15,2447.0,2.0,437.0,76.0,1264.0,148.0,682.0,1795.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],676.0,639.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,32278.0,32637.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,25492.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +354,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-04-04 17:23:09.000000,2024-04-04 17:23:09,848.0,10.0,381.0,36.0,872.0,164.0,293.0,1792.0,A Python package to assess and improve fairness of machine learning models.,81.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,29.0,252964.0,253728.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,31349.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,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-04-18 04:51:12.000000,2024-02-07 20:20:03,285.0,2.0,355.0,51.0,78.0,78.0,111.0,1779.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'],6101.0,5938.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,163.0,176186.0,177319.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,79364.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-03-18 00:35:46.000000,2024-03-18 00:35:45,446.0,6.0,282.0,60.0,103.0,22.0,100.0,1772.0,ffn - a financial function library for Python.,32.0,29,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,470.0,438.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,32.0,152084.0,152279.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,7041.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +357,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-02-16 16:14:43.000000,2024-02-16 16:14:36,365.0,1.0,255.0,48.0,312.0,232.0,184.0,1748.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,29,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],306.0,305.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,462147.0,462147.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-04-03 21:54:35.000000,2024-04-03 21:54:35,1591.0,2.0,281.0,55.0,138.0,79.0,183.0,1740.0,"CUDA integration for Python, plus shiny features.",82.0,29,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,3003.0,2778.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,225.0,42963.0,50889.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,293281.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +359,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-04-18 15:04:13.000000,2024-04-18 09:16:23,1690.0,218.0,350.0,27.0,1756.0,221.0,102.0,1719.0,Pytorch domain library for recommendation systems.,224.0,29,True,2024-01-30 23:40:14.000,0.6.0,77.0,torchrec-nightly-cpu,,,,,102.0,102.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,36.0,36.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,6.0,376.0,52.0,125.0,41.0,421.0,1665.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,29,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,250.0,231.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,19.0,2533.0,2654.0,,,,,,,,1.0,,11789.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +361,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,2023-12-19 11:34:09.090000,2023-12-19 06:28:04,1472.0,,162.0,32.0,245.0,,,1315.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2023-12-19 07:41:39.000,1.3.4,76.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1646.0,1601.0,https://pypi.org/project/spacy-transformers,2023-12-19 07:15:13.000,45.0,213434.0,214448.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,29434.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,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-04-18 15:07:42.000000,2024-04-17 20:08:47,1954.0,40.0,318.0,26.0,2261.0,86.0,226.0,1203.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,29,True,2024-02-09 18:33:49.000,0.34.1,54.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",99.0,96.0,https://pypi.org/project/raiwidgets,2024-02-09 18:24:31.000,3.0,3763.0,3763.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +363,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-04-14 19:24:39.000000,2024-04-14 18:49:07,1089.0,45.0,206.0,23.0,136.0,23.0,191.0,1068.0,Survival analysis built on top of scikit-learn.,20.0,29,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],470.0,456.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,14.0,88959.0,91776.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,81711.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +364,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,,454.0,42.0,176.0,93.0,102.0,1028.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'],1577.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,1577.0,5888259.0,5919672.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2198951.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,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-03-29 21:39:55.734000,2024-03-29 19:58:22,669.0,3.0,101.0,14.0,95.0,72.0,62.0,838.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2024-03-29 20:37:40.000,0.5.12,31.0,pynndescent,conda-forge/pynndescent,,,,6146.0,6066.0,https://pypi.org/project/pynndescent,2024-03-29 20:37:40.000,80.0,1065391.0,1105509.0,https://anaconda.org/conda-forge/pynndescent,2024-03-29 21:39:55.734,1805328.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-04-18 00:57:35.551000,2024-04-17 11:02:55,1309.0,7.0,149.0,50.0,57.0,22.0,68.0,829.0,Computer Vision in Python.,35.0,29,True,2024-03-23 23:45:54.000,1.4.14,61.0,mahotas,conda-forge/mahotas,,,,1369.0,1239.0,https://pypi.org/project/mahotas,2024-04-17 11:27:48.000,130.0,14470.0,23147.0,https://anaconda.org/conda-forge/mahotas,2024-04-18 00:57:35.551,399150.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,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-04-04 19:07:37.308000,2024-04-04 16:10:23,1349.0,20.0,128.0,25.0,468.0,13.0,132.0,813.0,A Comparative Framework for Multimodal Recommender Systems.,21.0,29,True,2024-03-21 07:26:15.000,2.1.0,56.0,cornac,conda-forge/cornac,,,,223.0,207.0,https://pypi.org/project/cornac,2024-03-21 07:43:30.000,16.0,65781.0,73675.0,https://anaconda.org/conda-forge/cornac,2024-04-04 19:07:37.308,363148.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-04-18 07:29:14.000000,2024-04-15 19:58:57,3088.0,70.0,112.0,16.0,269.0,13.0,143.0,752.0,Python bindings for MPI.,26.0,29,True,2024-04-14 10:39:44.000,3.1.6,28.0,mpi4py,conda-forge/mpi4py,,,,775.0,,https://pypi.org/project/mpi4py,2024-04-14 10:34:55.000,775.0,226251.0,283816.0,https://anaconda.org/conda-forge/mpi4py,2024-04-15 09:42:38.104,2396785.0,,,,,2.0,,22485.0,,,,,,,,,,,,,,,,,, +369,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-04-17 22:39:13.000000,2024-04-17 22:39:12,956.0,13.0,162.0,48.0,83.0,35.0,144.0,750.0,Library for exploring and validating machine learning data.,26.0,29,True,2023-08-14 06:58:23.000,1.14.0,44.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",888.0,858.0,https://pypi.org/project/tensorflow-data-validation,2023-08-14 06:58:23.000,30.0,193936.0,193945.0,,,,,,,,3.0,,646.0,,,,,,,,,,,,,,,,,, +370,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-04-17 20:26:40.000000,2024-04-05 10:50:01,822.0,30.0,74.0,26.0,384.0,104.0,232.0,563.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-04-05 15:56:28.000,1.12.0,63.0,geoviews,conda-forge/geoviews,,,,988.0,946.0,https://pypi.org/project/geoviews,2024-04-05 10:57:38.000,42.0,11396.0,16414.0,https://anaconda.org/conda-forge/geoviews,2024-04-05 16:04:19.139,215795.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +371,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-04-12 14:20:43.000000,2024-04-12 14:18:33,232.0,8.0,57.0,13.0,204.0,13.0,187.0,313.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-04-12 14:20:43.000,3.9.1,72.0,pystan,conda-forge/pystan,,,,10010.0,9746.0,https://pypi.org/project/pystan,2024-04-12 14:20:43.000,264.0,1900793.0,1933844.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2809408.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4864.0,650.0,372.0,497.0,436.0,15316.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,596.0,557.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,39.0,1017.0,1017.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +373,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-04-18 05:44:09.000000,2023-12-28 07:35:14,2224.0,,2800.0,197.0,3638.0,1210.0,4088.0,12030.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],1.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,1.0,775.0,775.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +374,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-04-18 09:07:50.000000,2024-04-17 17:22:43,919.0,205.0,963.0,91.0,431.0,218.0,327.0,10868.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",74.0,28,False,2024-04-17 22:01:01.000,2.0.34,100.0,pandas-ai,,,,,2866.0,2866.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,2.0,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,, +375,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-04-03 17:00:30.000000,2024-04-03 17:00:29,338.0,5.0,1387.0,429.0,50.0,98.0,87.0,10367.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,28296.0,28296.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,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-04-05 19:03:17.000000,2022-11-08 22:11:16,98.0,,1772.0,205.0,73.0,109.0,36.0,10025.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,61142.0,61142.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,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,,909.0,267.0,98.0,82.0,81.0,7308.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],242.0,234.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,126041.0,126041.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +378,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1325.0,175.0,46.0,79.0,238.0,6788.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'],33.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,12.0,77884.0,77884.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +379,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,625.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,28,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,59.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,38.0,1444.0,1444.0,,,,,,,,3.0,,7.0,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +380,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,348.0,14.0,42.0,65.0,6320.0,Python library for processing Chinese text.,8.0,28,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1356.0,1314.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,42.0,87945.0,87945.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +381,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,2023-02-03 18:46:00.371000,2023-01-19 00:37:33,900.0,,1236.0,153.0,950.0,63.0,787.0,5750.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],82.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,61.0,57912.0,57912.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +382,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,,1368.0,204.0,158.0,44.0,227.0,5487.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,757.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,54.0,1645.0,1645.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,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,273.0,438.0,221.0,329.0,4817.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'],354.0,314.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,40.0,352.0,352.0,,,,,,,,3.0,,21.0,,,,,,,,,,,,,,,,,, +384,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-03-07 14:59:40.000000,2022-08-06 21:47:18,182.0,,431.0,71.0,61.0,101.0,56.0,4434.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,,,,,1618.0,1611.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,244122.0,244122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +385,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,,962.0,145.0,31.0,46.0,77.0,4236.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,,,,8447.0,8250.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,197.0,199250.0,199624.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13854.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,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-04-13 16:57:34.000000,2024-03-19 16:05:30,525.0,2.0,717.0,175.0,82.0,8.0,279.0,4154.0,A python wrapper for Alpha Vantage API for financial data.,43.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,554.0,522.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,33188.0,33356.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6557.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,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,,407.0,37.0,56.0,118.0,43.0,3949.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'],13663.0,13543.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,270767.0,270767.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,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,,971.0,217.0,408.0,140.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,,,,,1302.0,1042.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,260.0,1899.0,1899.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +389,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-04-17 02:42:03.000000,2024-04-17 02:40:53,1439.0,75.0,343.0,69.0,1327.0,96.0,83.0,3386.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,28,True,2024-04-09 23:12:45.000,1.1.1,16.0,lit-nlp,conda-forge/lit-nlp,,,,33.0,31.0,https://pypi.org/project/lit-nlp,2024-04-09 23:12:45.000,2.0,5314.0,6904.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,68379.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,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-04-15 17:33:05.000000,2024-04-15 17:32:17,1198.0,3.0,408.0,82.0,54.0,59.0,202.0,3369.0,A library of reinforcement learning components and agents.,85.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],199.0,196.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,3039.0,3240.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8244.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +391,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-04-14 22:18:30.000000,2024-02-22 12:17:17,1487.0,9.0,240.0,18.0,1739.0,287.0,726.0,3336.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,,,,,371.0,364.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,46295.0,46322.0,,,,,,,,2.0,,826.0,,,,,,,,,,,,,,,,,, +392,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,,417.0,63.0,933.0,315.0,745.0,2888.0,StellarGraph - Machine Learning on Graphs.,37.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],266.0,258.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,8.0,7023.0,7023.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,,330.0,46.0,120.0,63.0,136.0,2829.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1149.0,1125.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,141451.0,143083.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,66944.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,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,8.0,472.0,96.0,43.0,89.0,240.0,2713.0,Learning to Rank in TensorFlow.,34.0,28,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,13.0,95104.0,95104.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +395,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-04-17 07:46:05.000000,2024-04-17 07:46:05,101.0,18.0,317.0,27.0,295.0,46.0,324.0,2383.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,28,True,2024-02-28 21:47:30.000,0.1.2,19.0,adapter-transformers,,,,['huggingface'],43.0,36.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,154867.0,154867.0,,,,,,,,2.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +396,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,3.0,336.0,44.0,57.0,67.0,207.0,2344.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'],291.0,284.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,6201.0,6201.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +397,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-04-18 13:51:17.000000,2024-04-16 16:58:50,1939.0,200.0,126.0,28.0,172.0,16.0,22.0,1862.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-03-21 07:36:40.000,0.5.1,145.0,labml,,,,,151.0,145.0,https://pypi.org/project/labml,2024-03-21 07:36:40.000,6.0,4216.0,4216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,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-04-02 17:09:49.893000,2024-04-02 12:18:29,202.0,10.0,193.0,32.0,19.0,5.0,84.0,1617.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",15.0,28,True,2024-04-02 12:19:49.000,0.1.808,85.0,autoviz,conda-forge/autoviz,,,,670.0,663.0,https://pypi.org/project/autoviz,2024-04-02 12:19:49.000,7.0,34540.0,36035.0,https://anaconda.org/conda-forge/autoviz,2024-04-02 17:09:49.893,47852.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +399,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-04-15 06:25:42.000000,2024-04-15 05:29:23,1640.0,180.0,87.0,20.0,299.0,32.0,71.0,1616.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",36.0,28,True,2024-04-15 05:29:25.000,2.11.7,114.0,usearch,,unum/usearch,,,81.0,66.0,https://pypi.org/project/usearch,2024-04-15 06:25:42.000,5.0,50443.0,57031.0,,,,https://hub.docker.com/r/unum/usearch,2024-04-15 05:37:04.966191,1.0,75.0,3.0,,1193.0,,,usearch,https://www.npmjs.com/package/usearch,2024-04-10 02:44:41.570,10.0,6464.0,,,,,,,,,,, +400,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1573.0,Distributed Deep learning with Keras & Spark.,27.0,28,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",78.0,75.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,3.0,61927.0,62168.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13548.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,180.0,34.0,72.0,20.0,52.0,1461.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2864.0,2849.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,15.0,1470184.0,1470689.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,19732.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,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-04-18 02:02:53.000000,2024-04-06 06:06:37,575.0,13.0,410.0,30.0,50.0,16.0,125.0,1378.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,28.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,585.0,563.0,https://pypi.org/project/minisom,2024-02-16 09:47:58.000,22.0,22277.0,22277.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-04-03 16:22:11.000000,2024-04-03 16:22:10,1042.0,27.0,113.0,23.0,115.0,32.0,52.0,1287.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",23.0,28,True,2024-03-12 03:37:43.000,1.4.3,46.0,imodels,,,,,77.0,70.0,https://pypi.org/project/imodels,2024-03-11 20:28:16.000,7.0,187614.0,187614.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +404,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-04-01 16:00:41.000000,2024-04-01 16:00:40,1434.0,35.0,269.0,73.0,104.0,34.0,55.0,1241.0,Model analysis tools for TensorFlow.,57.0,28,True,2023-08-14 20:39:41.000,0.45.0,56.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2023-08-14 20:39:41.000,23.0,79039.0,79039.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +405,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,328.0,39.0,301.0,24.0,200.0,1221.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,389.0,367.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,19496.0,19496.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +406,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,,420.0,51.0,39.0,16.0,139.0,1214.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,,,,2583.0,2548.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,35.0,401299.0,402163.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,41488.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +407,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-04-17 13:14:18.003000,2024-04-10 19:04:26,510.0,24.0,112.0,23.0,349.0,31.0,270.0,1146.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-04-16 14:59:21.000,0.8.2,50.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],147.0,139.0,https://pypi.org/project/scikit-lego,2024-04-16 12:18:11.000,8.0,22483.0,23478.0,https://anaconda.org/conda-forge/scikit-lego,2024-04-17 13:14:18.003,46802.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +408,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,122.0,902.0,A scikit-learn based module for multi-label et. al. classification.,28.0,28,True,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1562.0,1537.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,88768.0,88768.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +409,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-04-15 04:50:08.000000,2024-04-15 04:48:23,3711.0,5.0,322.0,66.0,684.0,40.0,526.0,818.0,The Classical Language Toolkit.,121.0,28,True,2024-04-15 04:50:08.000,1.2.4,214.0,cltk,,,,,300.0,258.0,https://pypi.org/project/cltk,2024-04-15 04:50:08.000,42.0,1420.0,1420.0,,,,,,,,2.0,,64.0,,,,,,,,,,,,,,,,,, +410,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-04-14 07:31:10.000000,2024-04-14 07:29:44,325.0,60.0,88.0,19.0,115.0,36.0,79.0,574.0,pyspark methods to enhance developer productivity.,27.0,28,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],83.0,76.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,795256.0,795256.0,,,,,,,,3.0,,23.0,,,,,,,,,,,,,,,,,, +411,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,38.0,11.0,69.0,7.0,26.0,208.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,41840.0,41584.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,256.0,7055020.0,7103299.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2076038.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +412,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,,1067.0,231.0,455.0,67.0,265.0,16949.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,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,,50845.0,51255.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,23379.0,3.0,,,,,,,,,,,,,,,,,,,, +413,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,2023-07-09 00:54:49.000000,2023-04-19 16:47:52,581.0,,1153.0,350.0,79.0,48.0,231.0,7907.0,StarCraft II Learning Environment.,39.0,27,True,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,752.0,726.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2492.0,2882.0,,,,,,,,3.0,,31207.0,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +414,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,,1500.0,130.0,51.0,155.0,141.0,7730.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'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,140088.0,218188.0,,,,,,,,2.0,,3826905.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,,1639.0,459.0,698.0,33.0,441.0,7292.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'],40.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,40.0,1816.0,1838.0,,,,,,,,2.0,,2066.0,,,,,,,,,,,,,,,,,, +416,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,2023-10-06 08:13:53.418000,2023-01-27 13:12:44,652.0,,1004.0,146.0,93.0,88.0,305.0,6177.0,A Python scikit for building and analyzing recommender systems.,45.0,27,False,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,110341.0,118268.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,356754.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,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,125.0,64.0,136.0,74.0,5021.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,,,,,768.0,739.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,29.0,8317.0,8317.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,104.0,617.0,89.0,606.0,4194.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],88.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,88.0,571332.0,573055.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,75816.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +419,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-04-05 14:20:02.000000,2024-04-05 14:20:01,251.0,2.0,829.0,52.0,52.0,63.0,106.0,4142.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,17.0,27,True,2023-04-07 19:27:35.000,2.5.3,32.0,facenet-pytorch,,,,['pytorch'],1717.0,1698.0,https://pypi.org/project/facenet-pytorch,2021-03-10 01:00:20.000,19.0,50351.0,67079.0,,,,,,,,3.0,,886615.0,,,,,,,,,,,,,,,,,, +420,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-03-09 16:20:29.000000,2023-09-01 03:04:11,1137.0,,720.0,60.0,1013.0,167.0,739.0,4058.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'],122.0,119.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,5558.0,5558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,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,283.0,226.0,11.0,356.0,3864.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,True,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,978397.0,978804.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,21165.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-04-09 15:08:12.000000,2024-04-09 15:08:11,2114.0,6.0,538.0,144.0,239.0,39.0,634.0,3278.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'],442.0,440.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,626.0,626.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +423,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-04-09 18:37:48.000000,2023-09-10 15:15:16,1059.0,,235.0,61.0,113.0,7.0,270.0,3184.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,531.0,522.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,14223.0,14241.0,,,,,,,,3.0,,1117.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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,,363.0,81.0,63.0,154.0,189.0,3167.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,,,,479.0,451.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,28.0,4664.0,12214.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,641767.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,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,,1013.0,166.0,215.0,43.0,146.0,3074.0,Performance analysis of predictive (alpha) stock factors.,25.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,704.0,686.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,18.0,1452.0,1729.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20510.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +426,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,,455.0,82.0,245.0,61.0,154.0,3030.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,182.0,180.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,59528.0,59529.0,,,,,,,,3.0,,76.0,,,,,,,,,,,,,,,,,, +427,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-04-18 09:56:29.000000,2024-04-18 09:56:29,1625.0,122.0,618.0,44.0,28.0,,440.0,2899.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'],21.0,21.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,946.0,946.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,264.0,52.0,19.0,36.0,97.0,2832.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2170.0,2150.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,20.0,67127.0,67866.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,28099.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-03-04 15:26:06.000000,2022-09-28 17:12:28,249.0,,302.0,29.0,320.0,76.0,38.0,2661.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,27,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],900.0,899.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,18783.0,18871.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2832.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,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-04-10 16:58:39.000000,2024-01-30 18:07:43,695.0,34.0,230.0,35.0,147.0,17.0,141.0,2288.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,27,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,176.0,172.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,4.0,14332.0,14338.0,,,,,,,,3.0,,296.0,,,,,,,,,,,,,,,,,, +431,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,,329.0,78.0,55.0,161.0,68.0,2252.0,Multilingual text (NLP) processing toolkit.,26.0,27,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1315.0,1220.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,95.0,110289.0,110289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,3.0,285.0,56.0,14.0,22.0,79.0,2197.0,Beautiful visualizations of how language differs among document types.,14.0,27,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,537.0,526.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,11.0,14519.0,15604.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,86874.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,89.0,124.0,33.0,230.0,2172.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,,,,1859.0,1744.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,115.0,42914.0,44592.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,139331.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,64.0,38.0,96.0,160.0,2169.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'],373.0,349.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,24.0,11162.0,11162.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2023-09-09 21:39:29.000000,2021-07-09 11:06:18,56.0,,491.0,41.0,24.0,66.0,38.0,2119.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,27,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],5060.0,5009.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,78486.0,78715.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11481.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-02-21 23:17:37.000000,2024-02-21 23:13:33,479.0,8.0,385.0,63.0,153.0,7.0,92.0,2093.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,,,,,636.0,619.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,17.0,42792.0,42792.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,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,2057.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'],2064.0,2050.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,81629.0,85986.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,489.0,,,,,3.0,,256418.0,,,,,,,,,,,,,,,,,, +438,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,16.0,160.0,61.0,68.0,65.0,130.0,1797.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,27,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,400.0,390.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,10.0,953.0,953.0,,,,,,,,3.0,,32.0,,,,,,,,,,,,,,,,,, +439,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,,212.0,36.0,1081.0,25.0,496.0,1730.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],277.0,274.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,3.0,1929.0,2476.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,17534.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +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,2024-04-18 13:34:55.000000,2024-04-17 22:42:15,6384.0,138.0,286.0,47.0,2681.0,311.0,1395.0,1566.0,cuGraph - RAPIDS Graph Analytics Library.,112.0,27,True,2024-04-10 21:01:45.000,24.04.00,35.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,2.0,252.0,758.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,18237.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +441,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-03-29 20:40:19.000000,2024-03-29 11:21:07,2828.0,12.0,174.0,25.0,667.0,118.0,443.0,1511.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,27,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,4620.0,4623.0,,,,,,,,2.0,,177.0,,,,,,,,,,,,,,,,,, +442,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,1479.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,394.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,31.0,2292.0,2292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,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-03-11 14:26:08.000000,2024-03-11 14:26:08,688.0,4.0,155.0,22.0,125.0,3.0,128.0,1356.0,"Extensible, parallel implementations of t-SNE.",11.0,27,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,799.0,775.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,24.0,29396.0,34848.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,239916.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,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-02-29 10:49:59.696000,2024-02-28 20:15:02,673.0,6.0,167.0,48.0,161.0,19.0,381.0,1318.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,164.0,159.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,5.0,17415.0,17728.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,12244.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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,343.0,71.0,87.0,27.0,26.0,1219.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,27,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1497.0,1353.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,144.0,28185.0,28540.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26297.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-02-25 11:40:08.000000,2024-02-08 16:58:25,2080.0,1.0,250.0,41.0,39.0,68.0,590.0,1142.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,,,,685.0,650.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,35.0,54951.0,56330.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,61841.0,,,,,3.0,,505.0,,,,,,,,,,,,,,,,,, +447,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,110.0,21.0,103.0,37.0,74.0,1105.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,27,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2480.0,2460.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,20.0,343126.0,343923.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,35102.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,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-04-18 15:47:13.000000,2024-04-17 17:26:21,1947.0,55.0,364.0,53.0,504.0,156.0,253.0,1100.0,Machine learning on FPGAs using HLS.,60.0,27,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,,1325.0,1495.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7348.0,,,,,2.0,2.0,,,,,,,,,,,,,,,,,,, +449,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-04-18 09:43:58.000000,2024-04-17 10:22:21,1712.0,251.0,72.0,11.0,500.0,63.0,568.0,1070.0,dstack is an open-source orchestration engine for cost-effectively running AI workloads in the cloud as well as on-..,24.0,27,True,2024-04-15 15:57:44.000,0.18.0,199.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-04-17 12:27:25.000,,2155.0,2155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,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-03-29 13:25:52.761000,2024-03-27 08:01:51,780.0,11.0,60.0,13.0,127.0,45.0,115.0,935.0,Visualize large time series data with plotly.py.,12.0,27,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1033.0,1021.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,12.0,406844.0,408212.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,36953.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,924.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'],104.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,62.0,72821.0,80577.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,528672.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,12.0,2192.0,,,,,,,,,,, +452,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-04-13 19:16:27.000000,2024-02-07 23:40:03,16569.0,41.0,359.0,44.0,1615.0,292.0,2961.0,857.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,21.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,1.0,625.0,679.0,,,,,,,,3.0,,6756.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-04-18 07:37:43.000000,2024-04-17 16:23:16,600.0,40.0,161.0,32.0,191.0,5.0,100.0,577.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,32.0,27,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],350.0,329.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,21.0,44669.0,44912.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,5355.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,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-03-25 01:29:33.000000,2023-08-23 17:20:54,1241.0,,154.0,19.0,717.0,26.0,208.0,477.0,A package built to support working with spatial data using open source python.,44.0,27,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,327.0,310.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,6939.0,8154.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,72915.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,,1203.0,182.0,213.0,25.0,534.0,8782.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,,,,,249.0,,,,,,,,3.0,,9722.0,,,,,,,,,,,,,,,,,, +456,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,595.0,140.0,31.0,70.0,55.0,5530.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1642.0,1593.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,49.0,1573080.0,1573492.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18578.0,,,,,3.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-03-08 08:32:34.000000,2024-03-08 08:24:03,13775.0,103.0,1536.0,141.0,3583.0,845.0,1090.0,5493.0,An Industrial Grade Federated Learning Framework.,100.0,26,True,2024-03-08 08:32:35.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +458,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-22 00:24:33.000000,2024-03-22 00:17:00,218.0,5.0,293.0,70.0,179.0,22.0,54.0,4899.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,115.0,111.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2413.0,2413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,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-04-04 13:02:44.000000,2024-04-04 13:02:44,6153.0,1.0,519.0,151.0,1906.0,310.0,1330.0,4395.0,ArrayFire: a general purpose GPU library.,88.0,26,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,9.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,9.0,1498.0,1553.0,,,,,,,,3.0,,5853.0,,,,,,,,,,,,,,,,,, +460,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,95.0,48.0,32.0,3476.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,86.0,76.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,10.0,32636.0,33093.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29722.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-03-29 22:22:06.000000,2024-03-08 19:28:28,465.0,9.0,271.0,50.0,458.0,59.0,256.0,3301.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,4.0,7892.0,8944.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,38658.0,,,,,2.0,,395.0,,,,,,,,,,,,,,,,,, +462,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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,1.0,384.0,162.0,84.0,100.0,101.0,3177.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],12.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,12.0,60745.0,60745.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-03-30 09:25:51.000000,2024-03-30 09:25:51,4343.0,20.0,577.0,41.0,1001.0,227.0,692.0,3166.0,"A unified, comprehensive and efficient recommendation library.",71.0,26,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,3173.0,3286.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4670.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,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-03-19 19:20:10.000000,2024-03-18 19:51:35,2374.0,14.0,685.0,160.0,61.0,7.0,742.0,3074.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,26,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,910.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,63666.0,,,,,3.0,,4712.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,217.0,3649.0,429.0,1111.0,3005.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,,,,,,,,,1611.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,129828.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1505.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,67.0,167.0,164.0,113.0,2726.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,,,,91.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,91.0,371547.0,373347.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,149409.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,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,,217.0,65.0,42.0,16.0,24.0,2678.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,,,,960.0,955.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,73863.0,74130.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14440.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +468,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,1.0,677.0,179.0,75.0,23.0,565.0,2666.0,Python sync/async framework for Interactive Brokers API.,36.0,26,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,28.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,28.0,31634.0,32320.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,39103.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +469,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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,461.0,38.0,239.0,52.0,280.0,2474.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,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,39290.0,39516.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6347.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,,707.0,167.0,94.0,134.0,358.0,2456.0,An Algorithmic Trading Library for Crypto-Assets in Python.,151.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,168.0,168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,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,6.0,236.0,64.0,31.0,60.0,93.0,2218.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,99.0,98.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,1947.0,1955.0,,,,,,,,3.0,,372.0,,,,,,,,,,,,,,,,,, +472,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-04-18 14:23:37.000000,2023-06-01 12:18:23,739.0,,312.0,42.0,44.0,98.0,56.0,2136.0,A modular active learning framework for Python.,20.0,26,True,2024-04-18 14:23:37.000,0.62.88,871.0,modAL,,,,['sklearn'],17.0,,https://pypi.org/project/modAL,2024-04-18 14:23:37.000,17.0,201164.0,201164.0,,,,,,,,3.0,,34.0,,,,,,,,,,,,,,,,,, +473,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-04-16 18:19:22.000000,2024-04-16 18:19:18,864.0,8.0,446.0,59.0,327.0,113.0,92.0,1865.0,Library for training machine learning models with privacy for training data.,58.0,26,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,18455.0,18457.0,,,,,,,,2.0,,151.0,,,,,,,,,,,,,,,,,, +474,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-04-01 00:45:19.000000,2024-03-31 23:27:50,918.0,38.0,135.0,33.0,440.0,50.0,353.0,1799.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,54.0,53.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,19210.0,19210.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,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-04-01 02:54:47.033000,2024-03-31 23:27:50,918.0,38.0,135.0,33.0,440.0,50.0,353.0,1799.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,54.0,53.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,19210.0,19425.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,5810.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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,40.0,495.0,172.0,151.0,1748.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,170.0,162.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,36381.0,36387.0,,,,,,,,3.0,,457.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,,158.0,25.0,81.0,43.0,35.0,1694.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,605.0,586.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,105282.0,106046.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,22948.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-04-17 22:35:24.000000,2024-04-17 22:31:16,888.0,93.0,255.0,46.0,721.0,59.0,64.0,1622.0,A lightweight library for PyTorch training tools and utilities.,124.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,6931.0,6931.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +479,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-04-15 09:35:51.000000,2024-04-15 09:35:50,1032.0,3.0,174.0,17.0,68.0,30.0,339.0,1469.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,84.0,42807.0,48338.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,254460.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +480,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-02-14 20:47:03.000000,2023-06-07 07:35:59,3033.0,,119.0,36.0,336.0,11.0,187.0,1429.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,310.0,292.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,18.0,50831.0,50831.0,,,,,,,,3.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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,231.0,46.0,184.0,53.0,120.0,1376.0,Metric learning algorithms in Python.,22.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],380.0,367.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,13.0,16568.0,16818.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11285.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,264.0,76.0,481.0,41.0,198.0,1308.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,1028.0,1001.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,27.0,16363.0,16437.0,,,,,,,,3.0,,6148.0,,,,,,,,,,,,,,,,,, +483,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,196.0,43.0,257.0,66.0,212.0,1238.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,445.0,412.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,2088.0,2088.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,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,,174.0,26.0,36.0,1.0,116.0,1234.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1600.0,1567.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,33.0,48135.0,48135.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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,109.0,152.0,1220.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,,,,499.0,458.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,41.0,28372.0,38864.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,828907.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-04-16 18:02:40.000000,2024-04-16 18:02:40,396.0,2.0,177.0,26.0,32.0,4.0,129.0,1188.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,26,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],529.0,517.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,12.0,85916.0,86255.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,17984.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,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,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,,83.0,33.0,109.0,7.0,18.0,1178.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],232.0,221.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,1479712.0,1479712.0,,,,,,,,3.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +488,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-04-17 03:27:07.000000,2024-04-15 19:59:52,2216.0,213.0,84.0,19.0,840.0,80.0,210.0,1068.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,84.0,metricflow,,,,,24.0,21.0,https://pypi.org/project/metricflow,2024-04-04 05:32:07.000,3.0,18834.0,18834.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +489,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-04-16 01:22:01.000000,2024-04-15 17:28:39,806.0,10.0,116.0,31.0,411.0,68.0,323.0,1010.0,BAyesian Model-Building Interface (Bambi) in Python.,37.0,26,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,125.0,116.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,9.0,22202.0,22942.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,29636.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,2.0,236.0,61.0,246.0,22.0,366.0,957.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,,,,589.0,549.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,40.0,25750.0,26436.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,28754.0,,,,,3.0,,264.0,,,,,,,,,,,,,,,,,, +491,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-03-16 03:13:29.000000,2024-03-16 03:11:16,544.0,84.0,101.0,24.0,97.0,15.0,104.0,662.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",26.0,26,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,117.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,117.0,23626.0,23626.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-04-10 14:04:03.000000,2024-04-10 14:03:58,910.0,47.0,107.0,43.0,112.0,56.0,46.0,631.0,Bias Auditing & Fair ML Toolkit.,21.0,26,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,161.0,154.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,7444.0,7444.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +493,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-04-09 13:42:05.705000,2024-04-03 15:41:01,407.0,65.0,134.0,20.0,46.0,3.0,84.0,544.0,Medical image processing in Python.,20.0,26,False,2024-04-03 15:53:56.000,0.5.1,9.0,MedPy,conda-forge/medpy,,,,1895.0,1848.0,https://pypi.org/project/MedPy,2024-04-03 15:53:56.000,47.0,18145.0,18878.0,https://anaconda.org/conda-forge/medpy,2024-04-09 13:42:05.705,24943.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +494,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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,423.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7796.0,7511.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,285.0,247947.0,248779.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,39959.0,,,,,2.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-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,11.0,39.0,5.0,15.0,6.0,48.0,322.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,26,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],692.0,660.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,32.0,90670.0,112612.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,921573.0,,,,,3.0,,45.0,,,,,,,,,,,,,,,,,, +496,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,1.0,808.0,146.0,1563.0,114.0,125.0,7951.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,145.0,144.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3380.0,3380.0,,,,,,,,3.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5782.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,,,,,127.0,124.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,301.0,349.0,,,,,,,,3.0,,3728.0,,,,,,,,,,,,,,,,,, +498,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-04-14 10:03:42.000000,2023-04-28 16:55:30,521.0,,444.0,62.0,91.0,36.0,88.0,4942.0,Finding duplicate images made easy!.,15.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],105.0,100.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,17621.0,17621.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-02-17 08:10:07.000000,2023-11-19 13:26:15,334.0,,946.0,45.0,33.0,65.0,112.0,4914.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],197.0,188.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,3321.0,3321.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-04-18 12:06:43.000000,2024-04-18 11:08:05,3532.0,118.0,600.0,92.0,3884.0,205.0,1370.0,4904.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,91.0,25,True,2024-03-25 18:23:41.000,1.36.0,76.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,240.0,215.0,51.0,200.0,4371.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,54.0,53.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,648.0,740.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3336.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,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,,513.0,135.0,649.0,65.0,198.0,3861.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,2149.0,2149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,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-04-07 07:28:07.000000,2024-03-11 08:27:22,2739.0,48.0,1201.0,136.0,1058.0,52.0,73.0,3286.0,a distributed deep learning platform.,88.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,68.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,740.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6484.0,3.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,,679.0,73.0,25.0,117.0,101.0,2978.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'],2940.0,2911.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,29.0,1567.0,1567.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,,472.0,97.0,49.0,59.0,253.0,2806.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,,,,719.0,695.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,24.0,3547.0,3863.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15246.0,,,,,3.0,,973.0,,,,,,,,,,,,,,,,,, +506,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-02-21 08:50:08.000000,2023-06-30 21:16:10,470.0,,322.0,64.0,316.0,46.0,124.0,2773.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'],54.0,53.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1831.0,2153.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,14849.0,,,,,3.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,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,226.0,49.0,481.0,45.0,70.0,2706.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,,,,,221.0,218.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,19405.0,19406.0,,,,,,,,3.0,,67.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-04-15 21:12:13.000000,2023-07-01 21:40:58,1936.0,,340.0,40.0,89.0,28.0,157.0,2481.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,2193.0,2193.0,,,,,,,,2.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,,254.0,56.0,56.0,19.0,50.0,2204.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],685.0,666.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,8418.0,8418.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,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-02-10 10:19:11.000000,2024-02-10 10:17:50,226.0,9.0,243.0,47.0,92.0,20.0,115.0,2137.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",112.0,109.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,3.0,3557.0,3557.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,, +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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2091.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,56.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,56.0,43462.0,43462.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,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-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,12.0,236.0,37.0,38.0,13.0,114.0,2084.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,25,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,234.0,228.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,3636.0,4135.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22484.0,,,,,2.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,,302.0,57.0,1313.0,233.0,810.0,1811.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'],103.0,101.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,2.0,566.0,566.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,2024-03-24 14:27:59.853000,2022-12-07 10:32:49,237.0,,293.0,1.0,1.0,1.0,,1703.0,Feature engineering package with sklearn like functionality.,38.0,25,False,2024-03-24 13:29:41.000,1.7.0,39.0,feature_engine,conda-forge/feature_engine,,,,103.0,,https://pypi.org/project/feature_engine,2024-03-24 13:29:41.000,103.0,156589.0,157634.0,https://anaconda.org/conda-forge/feature_engine,2024-03-24 14:27:59.853,46018.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,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,49.0,49.0,23.0,91.0,1593.0,Contextually-keyed word vectors.,19.0,25,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,366.0,352.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,14.0,2825.0,4824.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,36416.0,,,,,3.0,,64550.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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,204.0,44.0,12.0,4.0,51.0,1562.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],231.0,229.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,181029.0,181029.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +517,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,309.0,27.0,379.0,89.0,155.0,1559.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,25,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],56.0,54.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,2.0,636.0,636.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +518,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,,267.0,49.0,87.0,22.0,190.0,1526.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],552.0,535.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,17.0,7038.0,7183.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6714.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,,567.0,108.0,283.0,16.0,300.0,1497.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,25,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,158.0,156.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,7462.0,7515.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4488.0,,,,,3.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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,330.0,49.0,43.0,96.0,,1328.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'],464.0,456.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,27687.0,53287.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,311.0,,,,,3.0,,1100524.0,,,,,,,,,,,,,,,,,, +521,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,,141.0,28.0,63.0,7.0,70.0,1282.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'],1427.0,1414.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,13260.0,13260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,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,,292.0,55.0,63.0,13.0,109.0,1232.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,,,,,1057.0,1026.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,31.0,11821.0,11821.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,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,35.0,68.0,57.0,206.0,1221.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,25,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],127.0,125.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1112.0,1116.0,,,,,,,,3.0,,98.0,,,,,,,,,,,,,,,,,, +524,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-04-11 07:53:49.000000,2024-04-11 07:53:48,85.0,7.0,226.0,20.0,19.0,5.0,87.0,1176.0,Implementation of the node2vec algorithm.,15.0,25,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,617.0,596.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,21.0,73488.0,73875.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27540.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +525,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-04-17 06:22:04.000000,2024-02-13 12:59:29,2071.0,1.0,215.0,41.0,589.0,85.0,432.0,1004.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,49.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,49.0,55978.0,56487.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,18862.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +526,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,48.0,61.0,1.0,68.0,977.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],438.0,435.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,23864.0,23864.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,,255.0,43.0,72.0,103.0,188.0,916.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,543.0,502.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,41.0,5852.0,5852.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +528,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,77.0,13.0,48.0,22.0,53.0,726.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,25,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1678.0,1649.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,477491.0,477667.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5286.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,,97.0,15.0,193.0,102.0,135.0,657.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,312.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,312.0,2642205.0,2642350.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,,17783.0,,,,,,,,,,,,,,,,,, +530,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-04-16 00:57:54.000000,2024-04-16 00:57:53,841.0,7.0,135.0,29.0,88.0,35.0,75.0,595.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,25,True,2023-08-10 00:37:12.000,1.14.0,42.0,ml-metadata,,,,,450.0,426.0,https://pypi.org/project/ml-metadata,2023-08-10 00:37:12.000,24.0,68395.0,68430.0,,,,,,,,3.0,,2136.0,,,,,,,,,,,,,,,,,, +531,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-04-01 23:32:17.000000,2024-04-01 23:32:17,475.0,5.0,51.0,8.0,57.0,169.0,234.0,584.0,python binding for libvips using cffi.,16.0,25,True,2024-01-04 12:00:44.000,2.2.2,25.0,pyvips,conda-forge/pyvips,,,,749.0,699.0,https://pypi.org/project/pyvips,2024-01-04 12:00:44.000,50.0,43733.0,45553.0,https://anaconda.org/conda-forge/pyvips,2023-09-26 03:23:28.071,76449.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,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-03-09 00:32:37.185000,2024-03-08 20:01:01,3751.0,37.0,69.0,47.0,355.0,21.0,395.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],59.0,41.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,18.0,260.0,727.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,13545.0,,,,,3.0,,13.0,,,,,,,,,,,,,,,,,, +533,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-04-10 07:37:43.190000,2022-01-15 18:08:37,1718.0,,66.0,16.0,13.0,35.0,7.0,526.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,,,,3710.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3710.0,433387.0,440208.0,https://anaconda.org/conda-forge/whoosh,2024-04-10 07:37:43.190,238748.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-04-12 04:57:33.000000,2024-03-19 09:57:11,5646.0,61.0,92.0,14.0,751.0,16.0,438.0,420.0,Lightwood is Legos for Machine Learning.,46.0,25,False,2024-03-19 10:28:37.000,24.3.3.1,203.0,lightwood,,,,['pytorch'],60.0,58.0,https://pypi.org/project/lightwood,2024-03-19 10:24:49.000,2.0,6383.0,6383.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,2024-02-11 07:50:28.337000,2024-02-11 00:53:13,766.0,8.0,85.0,13.0,30.0,7.0,48.0,366.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,412.0,385.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,27.0,127317.0,128911.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,68547.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,2024-04-17 21:22:38.000000,2024-04-17 21:22:38,542.0,20.0,56.0,40.0,293.0,21.0,60.0,301.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-04-05 02:41:50.000,1.2.9,76.0,gokart,,,,,80.0,75.0,https://pypi.org/project/gokart,2024-04-05 02:41:50.000,5.0,4387.0,4387.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,2024-04-18 13:51:51.378000,2024-04-16 23:29:50,2610.0,72.0,59.0,8.0,249.0,32.0,81.0,257.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,106.0,100.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1225.0,1854.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,25799.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,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,,824.0,168.0,1588.0,145.0,74.0,6363.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,1.0,100.0,105.0,,,,,,,,3.0,,356.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,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'],1127.0,1111.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,610.0,622.0,,,,,,,,3.0,,908.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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,1002.0,92.0,63.0,253.0,269.0,4599.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,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,26398.0,26398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,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,101.0,35.0,107.0,113.0,4490.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],129.0,124.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5305.0,5308.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,234.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,,1370.0,351.0,59.0,51.0,,4289.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,204.0,183.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,21.0,695.0,695.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,422.0,42.0,52.0,76.0,174.0,4145.0,An Open-Source Framework for Prompt-Learning.,22.0,24,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,114.0,112.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,2.0,962.0,962.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,,721.0,62.0,247.0,129.0,824.0,4038.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,6481.0,6481.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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,177.0,385.0,33.0,430.0,3819.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,143.0,143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,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,2.0,445.0,89.0,78.0,65.0,137.0,3349.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'],3.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,3.0,441923.0,441925.0,,,,,,,,3.0,,179.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,2024-04-18 14:26:44.000000,2024-04-18 10:50:42,510.0,2.0,811.0,62.0,632.0,133.0,396.0,3182.0,A high-performance distributed training framework for Reinforcement Learning.,44.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],124.0,123.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,876.0,876.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,110.0,73.0,193.0,117.0,3076.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,,,,,142.0,130.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,872.0,934.0,,,,,,,,3.0,,4544.0,,,,,,,,,,,,,,,,,, +549,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-03-13 21:11:32.000000,2024-03-13 21:09:44,767.0,1.0,362.0,91.0,548.0,144.0,92.0,2741.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'],9.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,9.0,105643.0,105643.0,,,,,,,,3.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,,316.0,93.0,2157.0,206.0,982.0,2675.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,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,15174.0,15174.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,,317.0,30.0,695.0,49.0,151.0,2477.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,89.0,88.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,1.0,329.0,329.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,,645.0,89.0,29.0,25.0,52.0,2330.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,,,,,747.0,566.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,181.0,30442.0,30442.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,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-04-05 08:29:34.000000,2024-04-04 10:48:55,541.0,9.0,201.0,42.0,128.0,62.0,127.0,2169.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,28.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,2732.0,2732.0,,,,,,,,3.0,2.0,,,,,,,,,,,,,,,,,,, +554,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,70.0,21.0,93.0,66.0,2087.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,282.0,265.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,17.0,29937.0,29937.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,,669.0,82.0,48.0,24.0,64.0,2046.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,504.0,492.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,8768.0,8768.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,,199.0,29.0,65.0,35.0,83.0,1982.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],340.0,333.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,3571.0,3748.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6924.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,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-03-29 21:12:28.000000,2023-12-04 14:09:45,571.0,,128.0,56.0,450.0,67.0,102.0,1832.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,103.0,96.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,5649.0,5649.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-03-29 11:40:20.000000,2024-03-29 09:49:56,639.0,1.0,269.0,27.0,184.0,10.0,389.0,1615.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",23.0,24,True,2022-05-28 10:07:13.000,1.3,17.0,talos,,,,['tensorflow'],182.0,174.0,https://pypi.org/project/talos,2022-05-28 10:07:34.000,8.0,1633.0,1633.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +559,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,120.0,28.0,31.0,58.0,50.0,1572.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'],431.0,426.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,5.0,129732.0,129732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,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-03-05 19:49:22.000000,2023-11-08 21:41:55,157.0,,162.0,104.0,185.0,35.0,25.0,1487.0,fklearn: Functional Machine Learning.,55.0,24,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,490.0,490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,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-04-17 08:19:26.000000,2024-02-25 11:49:35,1255.0,44.0,114.0,32.0,162.0,71.0,141.0,1480.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.0,24,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,,177.0,188.0,,,,,,,,3.0,,496.0,,,,,,,,,,,,,,,,,, +562,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-04-11 17:06:22.000000,2024-03-14 13:15:40,347.0,5.0,292.0,41.0,254.0,69.0,194.0,1454.0,A framework for Privacy Preserving Machine Learning.,35.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],35.0,34.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,431.0,431.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,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,,403.0,91.0,165.0,103.0,224.0,1355.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],43.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,1.0,88.0,88.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,205.0,54.0,460.0,143.0,293.0,1193.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],74.0,65.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,225.0,225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,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,72.0,415.0,75.0,147.0,1152.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,,,,,173.0,163.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,10.0,449.0,449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,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,,112.0,12.0,23.0,18.0,15.0,1070.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5383.0,5069.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,314.0,409275.0,409275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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,,175.0,48.0,112.0,52.0,170.0,967.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,340.0,290.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,732.0,732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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-04-15 09:36:18.000000,2024-04-15 09:36:18,731.0,4.0,144.0,15.0,104.0,29.0,237.0,950.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'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,26692.0,32335.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,259617.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-04-18 09:30:50.000000,2024-02-14 13:54:40,2672.0,2.0,104.0,10.0,529.0,36.0,93.0,882.0,Time series forecasting with scikit-learn models.,10.0,24,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],259.0,251.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,8.0,46798.0,46798.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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,,108.0,26.0,36.0,34.0,69.0,877.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,24,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],609.0,597.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,21725.0,21725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,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-04-03 15:44:10.000000,2024-03-27 16:08:31,342.0,25.0,134.0,19.0,76.0,3.0,65.0,850.0,An intuitive library to extract features from time series.,19.0,24,True,2024-03-27 17:12:39.000,0.1.7,11.0,tsfel,,,,,127.0,124.0,https://pypi.org/project/tsfel,2024-03-27 16:06:38.000,3.0,18094.0,18094.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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-04-10 22:46:55.000000,2024-02-01 14:45:49,245.0,8.0,107.0,14.0,42.0,35.0,27.0,835.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,586.0,571.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,30902.0,41989.0,,,,,,,,3.0,,454577.0,,,,,,,,,,,,,,,,,, +573,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,,150.0,25.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,16.0,24,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],51.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,44.0,5473.0,9841.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,312389.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,605.0,,,,,,,,,,, +574,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,34.0,25.0,34.0,236.0,739.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,169.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,13.0,3463.0,3463.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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,2.0,155.0,17.0,72.0,35.0,108.0,695.0,Ternary plotting library for python with matplotlib.,27.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,194.0,167.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,27.0,43514.0,44346.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,79902.0,,,,,3.0,,25.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,,138.0,131.0,91.0,43.0,67.0,652.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'],207.0,192.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,15.0,14459.0,14459.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,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,9.0,17.0,11.0,12.0,508.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'],4515.0,4346.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,169.0,2636775.0,2646298.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,895213.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-02-20 10:07:24.000000,2023-12-26 16:13:16,6706.0,,143.0,36.0,394.0,37.0,135.0,371.0,Neuroimaging in Python FMRI analysis package.,69.0,24,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,276.0,224.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,52.0,3987.0,5309.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,107102.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,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,1.0,85.0,29.0,318.0,75.0,27.0,366.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],381.0,374.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,42794.0,42794.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,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-03-03 01:46:55.000000,2024-03-03 01:31:19,1096.0,1.0,882.0,116.0,675.0,238.0,542.0,5413.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,117.0,23,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,403.0,403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-04-18 01:27:31.000000,2024-04-18 01:27:31,1589.0,34.0,810.0,147.0,1500.0,342.0,398.0,4966.0,Simple and Distributed Machine Learning.,116.0,23,True,2024-04-10 19:16:17.000,1.0.4-spark3.5,48.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,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-04-18 05:42:13.000000,2024-03-11 13:23:01,3347.0,3.0,820.0,232.0,111.0,57.0,620.0,4873.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,23,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,22.0,,,,,,,,3.0,,1505.0,,,,,,,,,,,,,,,,,, +583,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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1310.0,306.0,209.0,66.0,211.0,4711.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1814.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143360.0,3.0,,,,,,,,,,,,,,,,,,,, +584,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,,529.0,173.0,50.0,65.0,49.0,3470.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],60.0,57.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,135.0,135.0,,,,,,,,3.0,2.0,,,,,,,,,,,,,,,,,,, +585,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,,222.0,54.0,36.0,74.0,123.0,3128.0,A GUI for Pandas DataFrames.,15.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],368.0,363.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3102.0,3649.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,21355.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,2.0,246.0,29.0,2015.0,3.0,652.0,2970.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.0,23,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,3335.0,3429.0,,,,,,,,3.0,,2642.0,,,,,,,,,,,,,,,,,, +587,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,,237.0,42.0,110.0,80.0,64.0,2862.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,10426.0,10428.0,,,,,,,,3.0,,122.0,,,,,,,,,,,,,,,,,, +588,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-04-04 15:52:02.000000,2024-01-21 06:34:10,937.0,1.0,172.0,20.0,77.0,96.0,170.0,2737.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,43.0,42.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,781.0,781.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,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,2397.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'],61.0,59.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1931.0,2094.0,,,,,,,,3.0,,12775.0,,,,,,,,,,,,,,,,,, +590,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,32.0,350.0,2376.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,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,,301.0,66.0,78.0,64.0,68.0,2098.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'],30.0,27.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1844.0,1844.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,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,,243.0,44.0,33.0,51.0,90.0,1926.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'],168.0,168.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,4161.0,4161.0,,,,,,,,3.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,1.0,228.0,42.0,36.0,45.0,24.0,1849.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'],465.0,443.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,2468.0,3385.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,33038.0,,,,,3.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,1771.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,23,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",274.0,263.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,4694.0,4694.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,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,1723.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1530.0,1621.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3279.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,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,98.0,45.0,187.0,216.0,1636.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,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,7.0,1311.0,1311.0,,,,,,,,3.0,,46.0,,,,,,,,,,,,,,,,,, +597,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,,256.0,50.0,312.0,99.0,17.0,1554.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,45327.0,45327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,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-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,2.0,302.0,57.0,115.0,54.0,30.0,1527.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,,,,,88.0,87.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,854.0,854.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,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-04-18 10:50:41.000000,2024-04-18 10:50:48,1196.0,17.0,117.0,27.0,68.0,4.0,29.0,1480.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.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,6944.0,6944.0,,,,,,,,3.0,,17.0,,,,,,,,,,,,,,,,,, +600,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,160.0,33.0,22.0,42.0,34.0,1268.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],62.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,743.0,743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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-04-15 23:18:58.000000,2024-04-10 03:25:54,547.0,20.0,130.0,21.0,263.0,13.0,130.0,1204.0,A standard framework for modelling Deep Learning Models for tabular data.,21.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,3221.0,3221.0,,,,,,,,1.0,,25.0,,,,,,,,,,,,,,,,,, +602,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,185.0,34.0,73.0,3.0,86.0,1035.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'],221.0,212.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,4011.0,4011.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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,,84.0,26.0,55.0,36.0,28.0,942.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,,,,678.0,655.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,43099.0,44461.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,42227.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,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,,149.0,23.0,46.0,15.0,82.0,911.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2395.0,2380.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,15.0,1625.0,1625.0,,,,,,,,3.0,,26.0,,,,,,,,,,,,,,,,,, +605,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,220.0,218.0,856.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,95.0,95.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1264.0,1264.0,,,,,,,,3.0,,16.0,,,,,,,,,,,,,,,,,, +606,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-04-17 06:08:55.000000,2024-04-17 06:07:52,292.0,8.0,249.0,46.0,18.0,9.0,91.0,821.0,Data compression in TensorFlow.,21.0,23,True,2024-03-27 19:52:35.000,2.16.0,25.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,13064.0,13064.0,,,,,,,,3.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,2024-04-15 09:36:07.000000,2024-04-15 09:36:01,599.0,5.0,132.0,15.0,58.0,29.0,126.0,759.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,45.0,13323.0,15342.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,94932.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,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,23.0,41.0,665.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'],446.0,424.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,22.0,38285.0,38314.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2902.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,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-04-18 14:32:31.000000,2024-04-15 11:36:23,867.0,14.0,82.0,10.0,730.0,91.0,438.0,603.0,Automated modeling and machine learning framework FEDOT.,33.0,23,True,2024-03-15 09:42:11.000,0.7.3.1,21.0,fedot,,,,,48.0,45.0,https://pypi.org/project/fedot,2024-03-05 21:31:39.000,3.0,853.0,853.0,,,,,,,,3.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +610,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,204.0,278.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,108.0,100.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,2120.0,2120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,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-04-14 00:13:40.000000,2024-04-09 09:44:48,480.0,80.0,105.0,19.0,503.0,58.0,123.0,258.0,An open-source toolkit for large-scale genomic analysis.,26.0,23,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,41520.0,41623.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,3931.0,,,,,3.0,,18.0,,,,,,,,,,,,,,,,,, +612,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,,27.0,7.0,19.0,4.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,23,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2326.0,2170.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,156.0,103535.0,103535.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,545.0,82.0,37.0,59.0,26.0,10810.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,48.0,48.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,707.0,794.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2367.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7990.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,,,,,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,746.0,746.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2023-08-23 18:39:43.000000,2020-06-03 05:58:03,146.0,,1379.0,261.0,68.0,115.0,136.0,6306.0,Audio fingerprinting and recognition in Python.,23.0,22,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,24.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,3.0,74.0,74.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,1.0,739.0,105.0,588.0,107.0,345.0,5890.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.0,22,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,38558.0,38558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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,,779.0,223.0,25.0,8.0,122.0,5323.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'],28.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,8.0,1363.0,1363.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +618,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1699.0,19.0,17.0,70.0,24.0,4989.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,28.0,28.0,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,2797.0,2797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,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-03-28 17:33:46.000000,2023-01-15 11:37:16,279.0,,917.0,111.0,101.0,148.0,351.0,4797.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,2.0,14047.0,14047.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,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,4612.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,22,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],6.0,,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,493.0,493.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,,321.0,74.0,37.0,95.0,74.0,4388.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,360.0,360.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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,824.0,328.0,89.0,91.0,306.0,3870.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,,,,1.0,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,1.0,69.0,92.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1889.0,,,,,3.0,,384.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-04-03 01:41:03.000000,2024-04-03 01:36:11,1596.0,9.0,502.0,150.0,609.0,69.0,75.0,3521.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.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,,20.0,20.0,,,,,,,,3.0,-2.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,,654.0,75.0,53.0,176.0,101.0,3379.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'],7.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,7.0,2805.0,2814.0,,,,,,,,3.0,,560.0,,,,,,,,,,,,,,,,,, +625,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-04-01 21:52:31.000000,2024-04-01 21:52:26,686.0,2.0,497.0,214.0,16.0,24.0,4.0,3353.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,13.0,13.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,185.0,185.0,,,,,,,,3.0,,51.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,,382.0,207.0,9.0,6.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'],149.0,146.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,2194.0,2194.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-04-11 21:57:38.000000,2021-05-06 12:10:38,127.0,,156.0,48.0,63.0,2.0,30.0,3011.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,,,,48.0,48.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,323.0,376.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1448.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,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,,136.0,28.0,200.0,18.0,73.0,2700.0,HiPlot makes understanding high dimensional data easy.,9.0,22,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,18.0,3.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,15.0,22179.0,25787.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,180420.0,,,,,3.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-04-08 05:25:46.000000,2024-04-08 05:25:46,3457.0,3.0,727.0,7.0,1.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.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,851.0,851.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,78.0,144.0,36.0,126.0,2381.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'],29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,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-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,,102.0,37.0,30.0,29.0,79.0,1791.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,30.0,30.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,9851.0,9851.0,,,,,,,,3.0,,23.0,,,,,,,,,,,,,,,,,, +632,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-03-26 08:21:30.000000,2024-02-04 20:37:53,1083.0,6.0,269.0,32.0,39.0,26.0,176.0,1770.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,386.0,386.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,38.0,111.0,56.0,42.0,1708.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'],159.0,150.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,9.0,2950.0,5177.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,205999.0,,,,,3.0,,417.0,,,,,,,,,,,,,,,,,, +634,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,7.0,15.0,33.0,1641.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'],56.0,50.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,3142.0,3142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,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,,116.0,38.0,11.0,33.0,51.0,1610.0,"A fast, efficient universal vector embedding utility package.",4.0,22,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,352.0,340.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,1084.0,1084.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,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,,290.0,44.0,801.0,71.0,485.0,1604.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,96.0,96.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,6.0,207.0,57.0,52.0,76.0,149.0,1534.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,,792.0,823.0,,,,,,,,3.0,,2783.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-03-18 13:56:39.000000,2022-08-31 13:13:15,103.0,,84.0,41.0,15.0,9.0,27.0,1314.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'],175.0,162.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,13.0,12019.0,12166.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4430.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +639,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,,189.0,27.0,57.0,21.0,36.0,1271.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'],162.0,157.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,656.0,656.0,,,,,,,,3.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,,174.0,31.0,86.0,16.0,32.0,1261.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,92.0,92.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,,592.0,592.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,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-03-26 17:17:48.000000,2023-10-17 15:42:30,833.0,,327.0,50.0,793.0,7.0,300.0,1206.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'],2.0,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,2.0,351.0,351.0,,,,,,,,3.0,,18.0,,,,,,,,,,,,,,,,,, +642,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-04-16 21:45:39.000000,2024-04-16 21:45:16,187.0,3.0,108.0,37.0,25.0,17.0,115.0,1183.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2024-04-15 01:21:13.000,2.2.1,81.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,5362.0,5362.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,,215.0,66.0,29.0,31.0,12.0,1157.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,9529.0,9529.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-04-13 05:26:31.000000,2023-07-16 15:16:10,420.0,,147.0,91.0,122.0,33.0,45.0,1144.0,PFRL: a PyTorch-based deep reinforcement learning library.,19.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,106.0,105.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,326.0,326.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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,110.0,52.0,98.0,41.0,51.0,1007.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'],235.0,227.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,8.0,3647.0,3647.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,,293.0,96.0,121.0,62.0,97.0,1004.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'],37.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,37.0,1170.0,1703.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,42711.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,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,2.0,89.0,18.0,73.0,18.0,44.0,949.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,,,,,170.0,166.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,11912.0,11912.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,2.0,193.0,24.0,58.0,12.0,27.0,929.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'],86.0,80.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,6.0,4588.0,4588.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,24.0,594.0,63.0,511.0,839.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,3114.0,3114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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-04-04 17:31:05.000000,2024-04-04 17:25:59,224.0,2.0,83.0,18.0,154.0,24.0,84.0,830.0,Bayesian active learning library for research and industrial usecases.,21.0,22,True,2024-04-04 17:31:05.000,1.9.2,20.0,baal,conda-forge/baal,,,,57.0,56.0,https://pypi.org/project/baal,2024-04-04 17:29:59.000,1.0,3099.0,3302.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,7932.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,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,,104.0,29.0,60.0,22.0,74.0,829.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,403.0,399.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,4.0,2961.0,2961.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,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-04-09 18:34:46.000000,2024-04-09 12:39:07,1172.0,24.0,123.0,30.0,983.0,37.0,50.0,757.0,Machine learning framework for both deep learning and traditional algorithms.,37.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,187.0,187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,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,756.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,22,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],46.0,44.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,2.0,4092.0,4092.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,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,,73.0,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,85262.0,85262.0,,,,,,,,3.0,,18.0,,,,,,,,,,,,,,,,,, +655,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,684.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,,,,422.0,415.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,7.0,17876.0,17930.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1912.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,18.0,78.0,23.0,34.0,678.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],262.0,239.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,85460.0,87166.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,150214.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +657,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,631.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'],91.0,87.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,472.0,472.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,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,,112.0,26.0,23.0,57.0,35.0,602.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,,,,445.0,423.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,22.0,10292.0,10759.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18707.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,22.0,19.0,8.0,29.0,585.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],154.0,149.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,11025.0,11025.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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,,56.0,10.0,21.0,13.0,37.0,539.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,,,,378.0,369.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,12921.0,13333.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,25143.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,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-02-10 13:12:00.000000,2024-02-10 13:11:04,343.0,7.0,85.0,7.0,19.0,1.0,85.0,538.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,17.0,22,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,69.0,67.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,6431.0,6431.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,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-04-16 02:38:12.000000,2024-04-16 02:04:30,969.0,7.0,176.0,24.0,837.0,112.0,388.0,534.0,MONAI Label is an intelligent open source image labeling and learning tool.,57.0,22,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,131.0,2495.0,,,,,,,,3.0,,78023.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,2024-04-17 16:19:07.000000,2024-03-25 11:54:23,1755.0,65.0,67.0,7.0,215.0,47.0,81.0,498.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,26.0,25.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,642.0,647.0,,,,,,,,3.0,,152.0,,,,,,,,,,,,,,,,,, +664,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2024-03-19 15:52:10.000000,2024-03-19 15:52:03,1216.0,2.0,64.0,7.0,208.0,18.0,109.0,497.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'],243.0,238.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2890.0,2890.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,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,5.0,105.0,13.0,130.0,18.0,138.0,471.0,A Python library for dynamic classifier and ensemble selection.,17.0,22,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],50.0,47.0,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,2027.0,2027.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,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-04-14 12:59:12.000000,2023-03-05 00:16:57,419.0,,99.0,36.0,276.0,71.0,173.0,466.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,77.0,75.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1293.0,1296.0,,,,,,,,3.0,,303.0,,,,,,,,,,,,,,,,,, +667,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2024-02-08 01:53:44.000000,2024-02-08 01:48:49,168.0,2.0,48.0,17.0,2.0,11.0,3.0,372.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,,,,,511.0,509.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,2.0,22303.0,22303.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,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-04-01 02:14:13.000000,2024-04-01 02:14:12,659.0,2.0,62.0,30.0,452.0,13.0,91.0,369.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],87.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,83.0,14949.0,21118.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,579921.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2023-11-16 02:24:03.000000,2023-11-16 02:17:17,251.0,,27.0,8.0,4.0,21.0,60.0,294.0,Multiple Imputation with LightGBM in Python.,6.0,22,False,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,129.0,124.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,19250.0,19615.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,12046.0,,,,,2.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,4.0,12.0,229.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,,,,1096.0,1050.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,98792.0,100175.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,58112.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,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,1.0,2238.0,149.0,89.0,254.0,286.0,12800.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,,,,,,,,,,,,,,,,,,,, +672,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,646.0,94.0,150.0,98.0,103.0,8368.0,The user analytics platform for LLMs.,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,666.0,666.0,,,,,,,,3.0,,,,nebuly-ai/nebuly,,,,,,,,,,,,,,,, +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-04-17 16:24:43.000000,2020-04-18 19:15:25,24.0,,1084.0,141.0,44.0,34.0,10.0,8207.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'],43.0,41.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,1107.0,1107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1166.0,96.0,48.0,379.0,284.0,6264.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,30.0,30.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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-03-12 17:57:31.000000,2023-08-15 07:38:22,956.0,,542.0,166.0,46.0,37.0,28.0,4260.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,655.0,655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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,165.0,120.0,22.0,112.0,2928.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,180.0,180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,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,,327.0,73.0,2.0,18.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'],204.0,196.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,1720.0,1720.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,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,,361.0,86.0,4.0,3.0,18.0,2166.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,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,1.0,798.0,798.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,,230.0,61.0,106.0,25.0,56.0,2109.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,21,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1206.0,1206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,157.0,23.0,33.0,31.0,31.0,1901.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,326.0,485.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4419.0,,,,,3.0,,91.0,,,,,,,,,,,,,,,,,, +681,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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,9.0,341.0,42.0,68.0,161.0,95.0,1846.0,Super easy library for BERT based NLP models.,36.0,21,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,2024-01-30 11:59:18.000,2.0,1029.0,1029.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,197.0,30.0,423.0,11.0,163.0,1654.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,71.0,71.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,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-03-13 07:44:20.000000,2020-12-17 06:57:15,932.0,,294.0,67.0,201.0,5.0,74.0,1584.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,15.0,237.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,,, +684,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,281.0,72.0,728.0,53.0,64.0,1580.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,633.0,1006.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,19037.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,,273.0,65.0,51.0,23.0,75.0,1474.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,296.0,296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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,6.0,182.0,18.0,262.0,77.0,94.0,1267.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,57123.0,57123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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,,219.0,63.0,48.0,36.0,90.0,1250.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,273.0,273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,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,,208.0,28.0,61.0,54.0,60.0,1065.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,120.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,10.0,461.0,466.0,,,,,,,,3.0,,601.0,,,,,,,,,,,,,,,,,, +689,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,53.0,86.0,64.0,206.0,1018.0,Line based ATR Engine based on OCRopy.,20.0,21,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,2057.0,2057.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,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,56.0,14.0,30.0,19.0,1016.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,,,,186.0,174.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,862.0,1099.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8299.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,1.0,162.0,29.0,111.0,80.0,56.0,881.0,Source code/webpage/demos for the What-If Tool.,20.0,21,True,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,8.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,4.0,4565.0,52662.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2160874.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,2.0,1122.0,,,,,,,,,,, +692,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-04-16 22:28:38.000000,2024-04-16 03:55:37,222.0,46.0,48.0,11.0,56.0,5.0,19.0,860.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",14.0,21,True,2024-04-16 03:56:14.000,2.1.1,32.0,uform,,,,['pytorch'],25.0,24.0,https://pypi.org/project/uform,2024-04-16 03:56:14.000,1.0,1002.0,1015.0,,,,,,,,3.0,,195.0,,,,,,,,,,,,,,,,,, +693,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,824.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],437.0,424.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,13.0,27557.0,27557.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,,160.0,38.0,46.0,43.0,49.0,794.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,99.0,90.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,465.0,465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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,2.0,78.0,26.0,162.0,51.0,62.0,758.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'],54.0,50.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,536.0,536.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,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,25.0,39.0,756.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,,,,,121.0,105.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,16.0,1389.0,1389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,,144.0,25.0,19.0,26.0,5.0,737.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'],627.0,613.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,14.0,50139.0,50302.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,6869.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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-04-17 10:33:10.000000,2024-03-27 18:40:09,1505.0,2.0,79.0,34.0,654.0,22.0,118.0,695.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']",13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,154.0,154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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-04-16 17:39:18.000000,2024-01-15 01:52:35,490.0,,110.0,33.0,558.0,206.0,246.0,685.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,2986.0,2986.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,,53.0,29.0,12.0,11.0,15.0,632.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,,,,,243.0,189.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,54.0,12041.0,12041.0,,,,,,,,3.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,,106.0,30.0,1.0,13.0,3.0,632.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']",627.0,619.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,27603.0,27603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,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,312.0,596.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,263.0,263.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,,94.0,26.0,32.0,35.0,6.0,587.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'],386.0,378.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,26430.0,26430.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,28.0,31.0,5.0,24.0,563.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1519.0,1519.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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-04-16 18:49:38.000000,2023-12-29 21:08:41,477.0,,57.0,26.0,9.0,18.0,34.0,520.0,Active Learning for Text Classification in Python.,6.0,21,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",27.0,27.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,456.0,716.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5467.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,9.0,9.0,11.0,21.0,489.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,,,,,113.0,105.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6908.0,6908.0,,,,,,,,3.0,,27.0,,,,,,,,,,,,,,,,,, +707,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,,41.0,12.0,11.0,9.0,52.0,487.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,21,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,34.0,29.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,2936.0,2938.0,,,,,,,,3.0,,135.0,,,,,,,,,,,,,,,,,, +708,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,485.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,8322.0,8325.0,,,,,,,,3.0,,147.0,,,,,,,,,,,,,,,,,, +709,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,,107.0,20.0,57.0,26.0,21.0,480.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,21,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,68.0,60.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2357.0,2357.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,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,414.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,128.0,114.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,14.0,4586.0,4586.0,,,,,,,,3.0,,92.0,,,,,,,,,,,,,,,,,, +711,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,,27.0,9.0,9.0,2.0,9.0,401.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'],1256.0,1250.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,198705.0,198705.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,215.0,215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,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-04-18 12:15:31.000000,2024-04-04 10:12:47,814.0,4.0,25.0,7.0,71.0,30.0,21.0,360.0,Flexible time series feature extraction & processing.,6.0,21,True,2024-04-04 10:31:07.000,0.4.0,37.0,tsflex,conda-forge/tsflex,,,,13.0,12.0,https://pypi.org/project/tsflex,2024-04-04 10:23:01.000,1.0,712.0,1336.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,20611.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,11.0,37.0,29.0,37.0,348.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,,,,,242.0,227.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,15.0,6215.0,6215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,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,,33.0,18.0,6.0,18.0,21.0,306.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],95.0,94.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1746.0,1746.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +716,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-04-12 11:56:49.287000,2024-04-11 22:00:10,655.0,23.0,11.0,23.0,343.0,43.0,83.0,288.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-04-11 22:12:06.000,1.6.7,73.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,2024-04-11 22:04:14.000,1.0,2369.0,7051.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-04-12 11:56:49.287,104028.0,,,,,3.0,,5087.0,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-04-11 22:08:30.475,2.0,333.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,286.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,426128.0,426128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,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,,475.0,85.0,180.0,108.0,161.0,3566.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,55.0,77.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1332.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,96.0,16.0,53.0,17.0,3367.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,148.0,141.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,870.0,870.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,3.0,324.0,53.0,414.0,79.0,106.0,3227.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,20,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],1.0,,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,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,,168.0,65.0,54.0,6.0,44.0,3078.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,20,True,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,173.0,173.0,,,,,,,,3.0,,41.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,,267.0,31.0,22.0,27.0,37.0,3018.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1757.0,1757.0,,,,,,,,,,,,,3.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,,398.0,101.0,54.0,64.0,48.0,2915.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,603.0,603.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,260.0,2828.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,,827.0,85.0,30.0,45.0,80.0,2648.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,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,7.0,682.0,682.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,,455.0,127.0,225.0,87.0,183.0,2306.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,,,,,,,,,,,,,,,,,,,, +727,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,15.0,105.0,2050.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,True,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,,7255.0,7255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2023-06-16 16:17:31.557000,2021-09-30 21:51:09,8208.0,,178.0,55.0,895.0,129.0,586.0,1897.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,18.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1020.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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,,140.0,102.0,150.0,21.0,20.0,1551.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,22.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,846.0,846.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,,157.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'],26.0,26.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1998.0,1998.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,356.0,61.0,47.0,37.0,72.0,1475.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,20,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,132.0,132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,102.0,36.0,13.0,24.0,1421.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,107.0,107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,101.0,40.0,13.0,14.0,9.0,1267.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,,,,,140.0,139.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,1.0,2776.0,2776.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,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,1055.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,20,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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,1005.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'],83.0,79.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,99.0,99.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,,133.0,36.0,16.0,8.0,4.0,922.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3632.0,3620.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,12.0,752.0,752.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,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,129.0,18.0,24.0,28.0,39.0,819.0,python partial dependence plot toolbox.,7.0,20,True,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,19603.0,19955.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,20120.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,78.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,10833.0,10833.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,104.0,23.0,25.0,43.0,61.0,607.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'],169.0,167.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1746.0,1855.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3722.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,571.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,351.0,347.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,4.0,5697.0,5878.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11626.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,15.0,558.0,A library of metrics for evaluating recommender systems.,20.0,20,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,51.0,51.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,18875.0,18875.0,,,,,,,,3.0,,6.0,,,,,,,,,,,,,,,,,, +742,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,,166.0,56.0,20.0,39.0,60.0,541.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,34.0,29.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,98.0,98.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,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,,56.0,59.0,9.0,23.0,25.0,525.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,,,,,96.0,95.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,1.0,400.0,400.0,,,,,,,,3.0,,10.0,,,,,,,,,,,,,,,,,, +744,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-03-30 13:25:33.000000,2024-03-30 13:25:33,69.0,5.0,51.0,18.0,9.0,12.0,10.0,491.0,Topological Data Analysis for Python.,6.0,20,True,2024-03-17 19:09:40.000,1.1.0,5.0,scikit-tda,,,,['sklearn'],55.0,55.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,2995.0,2995.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,,98.0,18.0,9.0,5.0,40.0,443.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,53.0,53.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,2866.0,2866.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,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,247.0,10.0,23.0,402.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1924.0,1924.0,,,,,,,,3.0,,18.0,,,,,,,,,,,,,,,,,, +747,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,,68.0,24.0,48.0,15.0,19.0,397.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'],47.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,47.0,4855.0,5287.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32454.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,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,,61.0,8.0,12.0,11.0,18.0,370.0,TextAugment: Text Augmentation Library.,8.0,20,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,92.0,88.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4292.0,4293.0,,,,,,,,3.0,,65.0,,,,,,,,,,,,,,,,,, +749,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,28.0,110.0,33.0,184.0,366.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,31.0,17.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,14.0,75.0,75.0,,,,,,,,3.0,,,,yomguy/TimeSide,,,,,,,,,,,,,,,, +750,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,16.0,326.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'],245.0,239.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,2413.0,2413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,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-04-16 15:06:09.000000,2024-04-16 09:11:49,723.0,39.0,24.0,5.0,275.0,5.0,,289.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,20,False,2024-04-16 09:44:20.000,1.1.273,676.0,upgini,,,,,6.0,6.0,https://pypi.org/project/upgini,2024-04-16 15:06:09.000,,4941.0,4941.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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-03-27 12:25:36.647000,2024-03-27 08:46:27,190.0,11.0,41.0,19.0,3.0,10.0,8.0,282.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,20,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],9.0,9.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1872.0,6078.0,https://anaconda.org/conda-forge/deepgraph,2024-03-27 12:25:36.647,176674.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,,67.0,28.0,31.0,30.0,113.0,262.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,,,,12.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,12.0,1596.0,3639.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,85098.0,,,,,3.0,,1894.0,,,,,,,,,,,,,,,,,, +754,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-04-04 13:54:13.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,177.0,21.0,64.0,240.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,395.0,395.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,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-03-21 11:20:10.000000,2024-03-21 11:20:09,585.0,3.0,33.0,24.0,638.0,21.0,128.0,239.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,1375.0,1395.0,,,,,,,,3.0,,1010.0,,,,,,,,,,,,,,,,,, +756,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,,,,,432.0,418.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,14.0,1340.0,1344.0,,,,,,,,3.0,,375.0,,,,,,,,,,,,,,,,,, +757,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,,316.0,59.0,242.0,173.0,110.0,3087.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,19,True,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,996.0,1008.0,,,,,,,,3.0,,673.0,,,,,,,,,,,,,,,,,, +758,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-04-09 15:16:39.000000,2024-04-09 15:16:39,371.0,2.0,145.0,17.0,71.0,17.0,39.0,1677.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,17.0,19,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,810.0,810.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,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,,138.0,17.0,11.0,41.0,43.0,1051.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'],129.0,124.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,2736.0,2736.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,142.0,25.0,76.0,49.0,36.0,1021.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,19,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,258659.0,258819.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7875.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,58.0,69.0,848.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,98.0,97.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,437.0,437.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,,227.0,30.0,38.0,41.0,21.0,837.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,2.0,3427.0,3427.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,,81.0,14.0,35.0,3.0,23.0,796.0,Leave One Feature Out Importance.,6.0,19,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,31.0,27.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3650.0,3650.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,69.0,22.0,47.0,11.0,17.0,781.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],21.0,19.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,620.0,1507.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,23065.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,102.0,26.0,48.0,19.0,35.0,729.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,,,,,28.0,26.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,392.0,392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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-01-28 21:21:14.000000,2024-01-28 21:21:14,295.0,10.0,107.0,17.0,24.0,1.0,85.0,672.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,19,True,2024-01-28 14:11:58.000,0.0.90,37.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-01-28 14:11:58.000,,5445.0,5445.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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-04-03 18:32:28.000000,2021-09-16 17:56:31,171.0,,144.0,34.0,82.0,14.0,55.0,615.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'],22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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,13.0,22.0,563.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,387.0,387.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,17.0,111.0,8.0,48.0,557.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],138.0,133.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,3823.0,3823.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,,66.0,13.0,10.0,23.0,41.0,539.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,,,,,48.0,48.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1656.0,1656.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,1.0,68.0,6.0,5.0,4.0,28.0,530.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,19,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,17.0,15.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2020.0,2020.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,2023-12-03 19:05:32.000000,2023-12-03 19:05:16,320.0,,97.0,26.0,6.0,3.0,31.0,490.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,19,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,777.0,777.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,22417.0,22417.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,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,39.0,66.0,465.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']",45.0,45.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,200.0,200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,19,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],5.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,5.0,3369.0,3369.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,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-03-25 17:08:37.000000,2024-03-15 20:40:04,322.0,4.0,78.0,25.0,339.0,21.0,9.0,330.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,35.0,19,True,2023-05-03 23:01:17.460,0.44.0,30.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2022-12-13 19:06:03.653,,1893.0,1893.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,230.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],74.0,67.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,7.0,4576.0,4576.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,212.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,78.0,76.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,35276.0,35276.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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-03-05 09:02:43.000000,2024-03-05 08:55:36,860.0,7.0,17.0,8.0,182.0,11.0,23.0,151.0,Toolkit for developing and maintaining ML models.,14.0,19,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,,8652.0,8652.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,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,,765.0,339.0,58.0,2.0,,6685.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,,23.0,30.0,,,,,,,,3.0,,337.0,,,,,,,,,,,,,,,,,, +781,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,46.0,159.0,6213.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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-04-12 14:48:30.000000,2024-04-12 11:39:24,685.0,36.0,393.0,39.0,819.0,149.0,111.0,2985.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,80.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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,,411.0,106.0,83.0,67.0,48.0,2943.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'],,,,,,,104.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8543.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1642.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,488.0,488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,,176.0,22.0,20.0,16.0,30.0,1597.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,,,,,4.0,4.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,103.0,103.0,,,,,,,,3.0,,33.0,,,,,,,,,,,,,,,,,, +786,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,,253.0,56.0,65.0,8.0,31.0,1366.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,34.0,72.0,31.0,30.0,1096.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,9616.0,9616.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,,156.0,44.0,5.0,4.0,7.0,1057.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,33.0,27.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,6.0,280.0,280.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,2.0,192.0,61.0,7.0,13.0,29.0,1049.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",5.0,18,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,92.0,92.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,,175.0,18.0,42.0,22.0,59.0,889.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,176.0,173.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,505.0,692.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8243.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,188.0,33.0,15.0,18.0,22.0,783.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,77.0,77.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,264.0,48543.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2076038.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,104.0,104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-03-27 15:12:17.000000,2024-01-10 08:10:55,2818.0,,63.0,11.0,255.0,9.0,109.0,427.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,18,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,,105.0,71.0,7.0,15.0,19.0,421.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,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,3.0,346.0,346.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,10.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,61.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,3.0,250.0,460.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,13022.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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,1.0,38.0,12.0,1.0,2.0,80.0,401.0,Deep Learning PyTorch.,1.0,18,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,341.0,341.0,,,,,,,,3.0,-2.0,,,,,,,,,,,,,,,,,,, +798,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'],15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,237.0,237.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,,51.0,11.0,60.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,39.0,35.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,209.0,209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,42.0,13.0,63.0,4.0,56.0,315.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,877.0,877.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,19.0,93.0,30.0,18.0,314.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2150.0,2150.0,,,,,,,,3.0,,9.0,,,,,,,,,,,,,,,,,, +802,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,300.0,Textpipe: clean and extract metadata from text.,29.0,18,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,53.0,53.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,261.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,246.0,246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-04-16 17:34:00.000000,2024-02-08 15:04:34,493.0,1.0,51.0,14.0,78.0,13.0,35.0,244.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,18,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,13291.0,13291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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,60.0,31.0,47.0,235.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'],16.0,13.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,3.0,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,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-04-08 15:16:55.000000,2024-04-08 15:03:47,262.0,2.0,31.0,11.0,199.0,21.0,75.0,194.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",12.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],36.0,35.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,658.0,658.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,129.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,,,,9136.0,8950.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,379551.0,379584.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1121.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,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,,1341.0,468.0,21.0,56.0,167.0,7021.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,,,,,,,,,,,,,,,, +809,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,,1028.0,119.0,24.0,14.0,352.0,4237.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,17,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,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,,986.0,63.0,13.0,44.0,25.0,3584.0,Implementation and experiments of graph embedding algorithms.,9.0,17,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,,462.0,79.0,36.0,83.0,68.0,1676.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,17,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,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,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,1538.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,,30.0,51.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1688.0,3.0,,,,,,,,,,,,,,,,,,,, +813,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,1156.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'],54.0,52.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,168.0,168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,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,,111.0,19.0,58.0,2.0,13.0,749.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,True,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,4662.0,4662.0,,,,,,,,3.0,,30.0,,,,,,,,,,,,,,,,,, +815,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,748.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'],34.0,34.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2314.0,2409.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2879.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,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,,58.0,15.0,10.0,26.0,17.0,747.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,,,,,48.0,48.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,337.0,337.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,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,673.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,25.0,25.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,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,24.0,19.0,5.0,20.0,455.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,17,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,123.0,123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,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-03-30 13:19:11.000000,2024-02-11 10:10:08,681.0,1.0,70.0,31.0,79.0,15.0,25.0,390.0,A Python implementation of active inference for Markov Decision Processes.,14.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,255.0,255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,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,346.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,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,2023-12-12 01:10:32.000000,2023-11-27 22:11:53,398.0,,129.0,34.0,323.0,81.0,130.0,323.0,Brain Imaging Analysis Kit.,35.0,17,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,1.0,97.0,115.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1819.0,3.0,,,,,,,,,,,,,,,,,,,, +822,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,105.0,108.0,,,,,,,,3.0,,172.0,,,,,,,,,,,,,,,,,, +823,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,,76.0,22.0,431.0,27.0,51.0,268.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,17,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,1.0,1.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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,8.0,44.0,226.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,25.0,23.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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-04-01 22:09:11.000000,2024-03-02 11:17:16,371.0,1.0,38.0,6.0,133.0,,35.0,223.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,1577.0,1685.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2928.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +826,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,,29.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,17,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,3713.0,3713.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,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,,539.0,176.0,110.0,54.0,149.0,3909.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +828,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,,167.0,61.0,10.0,26.0,6.0,1841.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,,31.0,31.0,,,,,,,,3.0,,41.0,,,,,,,,,,,,,,,,,, +829,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,57.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,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,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,,116.0,18.0,295.0,3.0,69.0,1049.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,6.0,6.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,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,20.0,37.0,20.0,8.0,1037.0,Distributed Computing for AI Made Simple.,5.0,16,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,71.0,70.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,87.0,87.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,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,,56.0,18.0,7.0,1.0,10.0,797.0,MADGRAD Optimization Method.,2.0,16,True,,,4.0,madgrad,,,,['pytorch'],79.0,78.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3769.0,3769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,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,,123.0,42.0,435.0,25.0,130.0,707.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,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,,100.0,24.0,101.0,37.0,84.0,701.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,79.0,85.0,,,,,,,,3.0,,416.0,,,,,,,,,,,,,,,,,, +835,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,1.0,87.0,25.0,4.0,39.0,42.0,686.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,16,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,185.0,185.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,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,,92.0,18.0,19.0,3.0,29.0,627.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,14.0,14.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,,41.0,15.0,18.0,,20.0,593.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,16,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,92.0,92.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,12.0,16,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,,84.0,87.0,,,,,,,,3.0,,221.0,,vaticle/typedb-ml,,,,,,,,,,,,,,,, +839,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,406.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,22.0,22.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,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,395.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'],10.0,10.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,96.0,96.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,,53.0,10.0,17.0,10.0,29.0,388.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,,1005.0,1005.0,,,,,,,,3.0,,16.0,,,,,,,,,,,,,,,,,, +842,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,33.0,23.0,21.0,17.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,94.0,87.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,7.0,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,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,11.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'],13.0,13.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,543.0,543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,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,,12.0,8.0,2.0,,5.0,192.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'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,,43.0,1.0,,,,191.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,,972.0,972.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,57.0,52.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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,28.0,53.0,7.0,7.0,104.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,128.0,128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,982.0,103.0,28.0,27.0,355.0,3714.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,15,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,140.0,28.0,217.0,102.0,2873.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,6.0,6.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,423.0,143.0,72.0,12.0,53.0,2197.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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-04-03 18:25:21.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,22.0,42.0,85.0,1266.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,218.0,39.0,40.0,60.0,34.0,1126.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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,2022-12-27 06:48:51.000000,2021-04-16 18:50:54,57.0,,121.0,50.0,21.0,15.0,9.0,832.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,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,815.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,,9.0,9.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,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,,113.0,27.0,10.0,25.0,51.0,783.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,1048.0,1048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,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,,87.0,16.0,15.0,10.0,22.0,722.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],16.0,16.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,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,,55.0,16.0,83.0,18.0,49.0,570.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,,85.0,85.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,509.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,,,,,11.0,11.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,228.0,228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,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-04-13 12:16:16.000000,2024-01-25 16:57:26,261.0,4.0,67.0,20.0,98.0,19.0,15.0,491.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,True,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,4.0,41.0,20.0,169.0,5.0,64.0,461.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,,111.0,111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,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,,391.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,31.0,164.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,6003.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,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,372.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,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,2.0,38.0,22.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,15,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],2.0,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,2.0,11.0,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,307.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'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,162.0,162.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,70.0,175.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,,709.0,709.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,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,,,,,6.0,5.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,156.0,156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,27.0,11.0,15.0,6.0,4.0,222.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'],8.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,8.0,876.0,876.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,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,5.0,2.0,16.0,23.0,188.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'],11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,500.0,500.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,,9.0,5.0,3.0,1.0,,129.0,Data Analysis Baseline Library.,24.0,15,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,3864.0,3864.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-04-10 15:22:19.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2024-04-10 15:22:19.000,3.40.0,283.0,comet_ml,comet_ml,,,,67.0,,https://pypi.org/project/comet_ml,2024-04-10 15:22:19.000,67.0,161425.0,161425.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,825.0,77.0,34.0,116.0,59.0,3289.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,484.0,67.0,26.0,5.0,97.0,1672.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,149.0,32.0,,53.0,59.0,1190.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,83.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4693.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,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,1983.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,64121.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,1.0,117.0,28.0,111.0,13.0,24.0,1063.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,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,24.0,4.0,4.0,2.0,675.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'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,19.0,19.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-03-28 18:35:11.000000,2024-03-12 17:18:39,77.0,2.0,58.0,16.0,64.0,7.0,9.0,438.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,14,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,71.0,71.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,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,2.0,67.0,19.0,177.0,87.0,16.0,398.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,,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,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,339.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,1655.0,1655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-04-13 17:06:03.000000,2024-04-13 17:06:03,147.0,97.0,8.0,8.0,15.0,2.0,7.0,247.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,,,5.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,2024-03-26 18:15:37.000,,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,240.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,320.0,320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,232.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,109.0,12.0,39.0,8.0,2685.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,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,,81.0,48.0,4.0,3.0,,2461.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,1322.0,1324.0,,,,,,,,3.0,,58.0,,,,,,,,,,,,,,,,,, +885,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,38.0,10.0,13.0,3.0,1345.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,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-03-26 16:48:56.000000,2024-01-29 19:20:57,64.0,1.0,43.0,11.0,9.0,3.0,12.0,694.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,13,True,,,,rliable`,,,,,124.0,124.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,18.0,11.0,57.0,4.0,20.0,291.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,,115.0,115.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,8.0,6.0,8.0,8.0,244.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,,26.0,8.0,16.0,4.0,6.0,191.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,33.0,33.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,,34.0,14.0,18.0,27.0,18.0,122.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,36.0,36.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,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-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,106.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,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-03-28 08:06:49.000000,2022-02-09 22:20:11,9.0,,469.0,93.0,21.0,52.0,15.0,3260.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,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,,400.0,63.0,6.0,62.0,17.0,1830.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,,,,,,,,,,,,,,,,,,,, +894,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,,315.0,87.0,11.0,12.0,6.0,1702.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,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,,53.0,17.0,3.0,2.0,1.0,527.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,64.0,64.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-04-05 11:56:42.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,256.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,21.0,27.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,,8.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,,27.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,119.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,36.0,36.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,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,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,54.0,54.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,,, +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,5.0,14.0,100.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,,803.0,803.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,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,,11.0,13.0,26.0,4.0,13.0,85.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,,98.0,98.0,,,,,,,,3.0,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,, +902,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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +903,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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,12,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,33.0,33.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,9.0,9.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,2.0,12.0,12.0,17.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,,,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,72.0,72.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,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,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,43.0,43.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,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,,112.0,45.0,13.0,7.0,20.0,948.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,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,,145.0,39.0,7.0,15.0,14.0,915.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,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'],3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,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,11,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,4.0,14.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.0,3.0,,,,,,,,,,,,,,,,,,,, +910,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,,81.0,17.0,5.0,4.0,12.0,565.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,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,,50.0,14.0,13.0,12.0,11.0,496.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,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,10,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,20.0,20.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,9,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,19.0,19.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,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,141.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,10.0,10.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,6.0,7.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,15.0,15.0,https://anaconda.org/conda-forge/tslumen,,,,,,,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.,,8,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,6.0,6.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-05-02_changes.md b/history/2024-05-02_changes.md new file mode 100644 index 00000000..3242a046 --- /dev/null +++ b/history/2024-05-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._ + +- Thinc (🥈36 · ⭐ 2.8K · 📈) - A refreshing functional take on deep learning, compatible with your.. MIT +- einops (🥈34 · ⭐ 7.9K · 📈) - Flexible and powerful tensor operations for readable and reliable code.. MIT +- TensorFlow I/O (🥈34 · ⭐ 690 · 📈) - Dataset, streaming, and file system extensions.. Apache-2 +- torchrec (🥇31 · ⭐ 1.7K · 📈) - Pytorch domain library for recommendation systems. BSD-3 +- GluonCV (🥈30 · ⭐ 5.8K · 💀) - Gluon CV Toolkit. Apache-2 +- USearch (🥉30 · ⭐ 1.7K · 📈) - Fast Open-Source Search & Clustering engine for Vectors &.. Apache-2 +- Talos (🥈27 · ⭐ 1.6K · 📈) - Hyperparameter Experiments with TensorFlow and Keras. MIT +- skforecast (🥉27 · ⭐ 900 · 📈) - Time series forecasting with scikit-learn models. BSD-3 +- ffcv (🥉25 · ⭐ 2.7K · 📈) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2 +- Auto ViML (🥉21 · ⭐ 490 · 📈) - 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._ + +- geopy (🥈33 · ⭐ 4.3K · 📉) - Geocoding library for Python. MIT +- Captum (🥈31 · ⭐ 4.6K · 📉) - Model interpretability and understanding for PyTorch. BSD-3 +- sacred (🥈29 · ⭐ 4.2K · 📉) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT +- Sumy (🥈28 · ⭐ 3.4K · 📉) - Module for automatic summarization of text documents and HTML pages. Apache-2 +- pygal (🥈27 · ⭐ 2.6K · 📉) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0 +- scattertext (🥉25 · ⭐ 2.2K · 📉) - Beautiful visualizations of how language differs among.. Apache-2 +- pymap3d (🥉23 · ⭐ 370 · 📉) - pure-Python (Numpy optional) 3D coordinate conversions for geospace.. BSD-2 +- DeepSpeech (🥉22 · ⭐ 24K · 📉) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 +- YouTokenToMe (🥉21 · ⭐ 940 · 💀) - Unsupervised text tokenizer focused on computational efficiency. MIT +- MXBoard (🥉17 · ⭐ 320 · 💀) - Logging MXNet data for visualization in TensorBoard. Apache-2 + diff --git a/history/2024-05-02_projects.csv b/history/2024-05-02_projects.csv new file mode 100644 index 00000000..1fcf401c --- /dev/null +++ b/history/2024-05-02_projects.csv @@ -0,0 +1,918 @@ +,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,brew_id,apt_id,yum_id,conda_dependent_project_count,trending,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-04-29 06:46:17.000000,2024-04-15 22:07:23,1551.0,15.0,685.0,116.0,326.0,60.0,136.0,4607.0,Benchmarks of approximate nearest neighbor libraries in Python.,103.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-04-25 17:45:15.000000,2024-04-25 17:45:15,334.0,29.0,162.0,54.0,198.0,,3.0,2172.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-04-25 17:45:21.000,2024.04.25,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-05-02 14:12:41.000000,2024-04-25 16:50:28,347.0,24.0,231.0,87.0,194.0,4.0,5.0,3424.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-04-25 16:50:37.000,2024.04.25,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-05-02 14:12:41.000000,2024-04-25 16:50:28,347.0,24.0,231.0,87.0,194.0,4.0,5.0,3424.0,Collection of database clients for python.,12.0,0,True,2024-04-25 16:50:37.000,2024.04.25,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-05-02 14:12:41.000000,2024-04-25 16:50:28,347.0,24.0,231.0,87.0,194.0,4.0,5.0,3424.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-04-25 16:50:37.000,2024.04.25,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-05-02 14:12:41.000000,2024-04-25 16:50:28,347.0,24.0,231.0,87.0,194.0,4.0,5.0,3424.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-04-25 16:50:37.000,2024.04.25,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-05-02 14:10:43.000000,2024-05-02 13:45:42,163746.0,4414.0,73863.0,7635.0,27064.0,2369.0,37229.0,184955.0,An Open Source Machine Learning Framework for Everyone.,4595.0,56,True,2024-03-09 00:23:14.000,2.16.1,193.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],380898.0,365170.0,https://pypi.org/project/tensorflow,2024-03-09 00:23:14.000,15728.0,22719810.0,23760849.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4576544.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-05-02 12:51:06.045981,2396.0,77010561.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-05-02 14:10:39.000000,2024-05-02 13:02:31,72538.0,3454.0,21074.0,1704.0,83463.0,13922.0,28636.0,78075.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4821.0,55,True,2024-04-24 16:12:17.000,2.3.0,52.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],453913.0,438059.0,https://pypi.org/project/torch,2024-04-24 15:44:27.000,15854.0,28295978.0,28958564.0,https://anaconda.org/pytorch/pytorch,2024-04-23 12:59:17.451,21189017.0,,,,,1.0,39611.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-05-02 14:08:06.000000,2024-05-02 14:08:06,31257.0,329.0,24983.0,2140.0,17133.0,2069.0,9258.0,58176.0,scikit-learn: machine learning in Python.,3112.0,52,True,2024-04-09 20:07:22.000,1.4.2,77.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],888235.0,763408.0,https://pypi.org/project/scikit-learn,2024-04-09 19:53:06.000,124827.0,65887140.0,66469659.0,https://anaconda.org/conda-forge/scikit-learn,2024-04-11 09:12:54.843,27960525.0,,,,,1.0,950.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-05-02 14:21:46.000000,2024-05-02 14:20:04,15791.0,744.0,24845.0,1091.0,15575.0,1089.0,13827.0,125353.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2553.0,51,True,2024-04-23 22:01:20.000,4.40.1,140.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",169020.0,164062.0,https://pypi.org/project/transformers,2024-04-23 22:01:10.000,4958.0,26300094.0,26335607.0,https://anaconda.org/conda-forge/transformers,2024-04-27 04:40:44.972,1633602.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12.000,2024-05-02 12:50:21.000000,2024-05-02 11:34:42,50234.0,570.0,7389.0,595.0,17932.0,1525.0,9040.0,19305.0,matplotlib: plotting with Python.,1670.0,50,True,2024-04-04 01:47:18.000,3.8.4,123.0,matplotlib,conda-forge/matplotlib,,,,1241569.0,1175065.0,https://pypi.org/project/matplotlib,2024-04-09 18:34:26.000,66504.0,63785641.0,64280445.0,https://anaconda.org/conda-forge/matplotlib,2024-04-09 16:56:24.718,23255803.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-05-02 13:42:10.000000,2024-05-01 20:59:09,32297.0,744.0,5012.0,348.0,10682.0,1807.0,8408.0,12473.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1622.0,50,True,2024-04-02 21:56:52.000,1.13.0,101.0,scipy,conda-forge/scipy,,,,1214520.0,983601.0,https://pypi.org/project/scipy,2024-04-02 21:41:20.000,230919.0,106106552.0,107240211.0,https://anaconda.org/conda-forge/scipy,2024-04-05 03:45:35.344,47455193.0,,,,,1.0,400095.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-05-02 04:17:26.000000,2024-05-01 17:03:00,10645.0,357.0,19344.0,1908.0,7158.0,196.0,11637.0,60970.0,Deep Learning for humans.,1293.0,48,True,2024-04-26 23:21:04.000,3.3.3,98.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1277.0,,https://pypi.org/project/keras,2024-04-22 23:37:45.000,1277.0,18007216.0,18080784.0,https://anaconda.org/conda-forge/keras,2024-04-27 08:28:33.749,3457707.0,,,,,1.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,2024-05-02 08:55:42.000000,2024-05-02 08:55:42,57571.0,494.0,4293.0,295.0,13130.0,5027.0,8728.0,12405.0,A computer algebra system written in pure Python.,1298.0,48,True,2024-03-31 22:49:13.000,1.12.1rc1,55.0,sympy,conda-forge/sympy,,,,136613.0,131555.0,https://pypi.org/project/sympy,2024-03-31 22:48:43.000,5058.0,27892896.0,27952975.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5369014.0,,,,,1.0,539837.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-05-02 03:43:24.000000,2024-04-30 09:37:37,17754.0,620.0,2115.0,220.0,4811.0,111.0,2991.0,11716.0,Python Imaging Library (Fork).,467.0,48,True,2024-04-01 12:34:53.000,10.3.0,97.0,Pillow,conda-forge/pillow,,,,1641897.0,1639537.0,https://pypi.org/project/Pillow,2024-04-01 12:17:01.000,2360.0,96684730.0,97525890.0,https://anaconda.org/conda-forge/pillow,2024-04-03 15:56:48.771,38693372.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-05-02 15:04:35.000000,2024-05-01 22:23:24,6284.0,210.0,2788.0,313.0,4398.0,797.0,3320.0,31806.0,Streamlit A faster way to build and share data apps.,227.0,46,True,2024-04-04 17:36:56.000,1.33.0,220.0,streamlit,,,,,371102.0,368899.0,https://pypi.org/project/streamlit,2024-04-04 17:36:47.000,2203.0,4051517.0,4051517.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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-05-02 13:59:29.000000,2024-05-02 12:20:34,40804.0,1048.0,27954.0,2030.0,46304.0,202.0,,38404.0,Apache Spark Python API.,3056.0,45,True,2024-04-18 08:17:20.000,3.4.3,44.0,pyspark,conda-forge/pyspark,,,['spark'],1373.0,,https://pypi.org/project/pyspark,2024-04-18 08:17:20.000,1373.0,29648176.0,29714429.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3113921.0,,,,,1.0,,stable/spark,,,,,,,,,,,,,,,,,, +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-05-02 14:36:27.000000,2024-05-02 13:11:06,21485.0,916.0,5261.0,473.0,27408.0,3647.0,14203.0,31168.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,1010.0,45,True,2024-05-01 21:58:22.000,ray-2.20.0,103.0,ray,conda-forge/ray-tune,,,,15805.0,15134.0,https://pypi.org/project/ray,2024-05-01 20:47:31.000,671.0,4442785.0,4447825.0,https://anaconda.org/conda-forge/ray-tune,2024-04-27 07:43:08.400,206565.0,,,,,1.0,211.0,,,,,,,,,,,,,,,,,,, +18,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-05-02 14:17:50.000000,2024-05-02 14:17:45,20503.0,1294.0,2528.0,322.0,13329.0,1667.0,3837.0,28016.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",683.0,45,True,2024-04-03 22:09:19.000,jax-v0.4.26,160.0,jax,conda-forge/jaxlib,,,,25579.0,24655.0,https://pypi.org/project/jax,2024-04-03 21:45:34.000,924.0,6179583.0,6203947.0,https://anaconda.org/conda-forge/jaxlib,2024-04-07 22:22:00.984,1145133.0,,,,,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,2024-05-01 02:49:46.000000,2024-04-28 22:33:46,6827.0,81.0,8665.0,912.0,5108.0,429.0,4753.0,25596.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",640.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,91518.0,89618.0,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1900.0,19234545.0,19337167.0,https://anaconda.org/conda-forge/xgboost,2024-04-18 01:21:37.436,4717469.0,,,,,1.0,8510.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-05-02 13:34:00.000000,2024-04-30 10:47:27,48117.0,1652.0,5428.0,721.0,45858.0,1929.0,16990.0,21625.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1195.0,45,True,2024-04-09 11:19:43.000,2.6.1,67.0,paddlepaddle,,,,['paddle'],5122.0,5016.0,https://pypi.org/project/paddlepaddle,2024-03-19 06:55:39.000,106.0,268461.0,268626.0,,,,,,,,1.0,15369.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-05-01 08:54:18.000000,2024-04-29 20:14:06,20473.0,97.0,4158.0,442.0,6051.0,759.0,6879.0,18847.0,"Interactive Data Visualization in the browser, from Python.",693.0,45,True,2024-04-11 21:02:24.000,3.4.1,200.0,bokeh,conda-forge/bokeh,,,,90850.0,86989.0,https://pypi.org/project/bokeh,2024-04-11 21:02:24.000,3861.0,5313160.0,5606343.0,https://anaconda.org/conda-forge/bokeh,2024-04-12 05:55:15.282,13779636.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,2024-04-27 15:40:42.000000,2024-04-19 16:08:39,15315.0,46.0,2821.0,280.0,3877.0,2763.0,2753.0,9563.0,Statsmodels: statistical modeling and econometrics in Python.,426.0,45,True,2024-04-17 08:41:57.000,0.14.2,37.0,statsmodels,conda-forge/statsmodels,,,,127951.0,122214.0,https://pypi.org/project/statsmodels,2024-04-17 08:41:57.000,5737.0,17547033.0,17821246.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12888028.0,,,,,1.0,31.0,,,,,,,,,,,,,,,,,,, +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-05-02 14:44:23.000000,2024-05-02 04:48:49,6565.0,340.0,2144.0,156.0,3671.0,501.0,3653.0,29030.0,"Wrap UIs around any model, share with anyone.",311.0,44,True,2024-04-26 18:22:11.000,4.28.3,561.0,gradio,,,,,29389.0,28858.0,https://pypi.org/project/gradio,2024-04-26 18:22:11.000,531.0,6147076.0,6147076.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-04-30 07:18:03.000000,2024-04-30 07:17:59,16129.0,17.0,4283.0,555.0,3998.0,107.0,5493.0,28777.0,Industrial-strength Natural Language Processing (NLP) in Python.,751.0,44,True,2024-02-15 19:16:59.000,3.7.4,230.0,spacy,conda-forge/spacy,,,,89958.0,86887.0,https://pypi.org/project/spacy,2024-04-22 09:55:45.000,3071.0,8899386.0,8971834.0,https://anaconda.org/conda-forge/spacy,2024-04-04 16:04:13.461,3405095.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,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-05-02 13:18:02.000000,2024-05-01 22:45:35,10278.0,169.0,3252.0,246.0,10091.0,722.0,6178.0,26953.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",945.0,44,True,2024-05-01 22:58:16.000,2.2.4,271.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],33093.0,31748.0,https://pypi.org/project/pytorch-lightning,2024-05-01 22:58:16.000,1345.0,5026957.0,5050770.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-04-12 18:53:30.868,1109512.0,,,,,2.0,7472.0,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +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-05-02 12:48:36.000000,2024-05-02 01:18:27,5772.0,466.0,3930.0,289.0,8044.0,1428.0,2419.0,17317.0,Open source platform for the machine learning lifecycle.,726.0,44,True,2024-04-17 13:49:52.000,2.12.1,96.0,mlflow,conda-forge/mlflow,,,,34984.0,34391.0,https://pypi.org/project/mlflow,2024-04-17 03:38:20.000,593.0,13488690.0,13529007.0,https://anaconda.org/conda-forge/mlflow,2024-04-19 15:11:57.032,1894933.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,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-05-01 21:21:41.000000,2024-05-01 21:21:36,6470.0,130.0,2487.0,279.0,1633.0,1509.0,1404.0,15308.0,The interactive graphing library for Python This project now includes Plotly Express!.,262.0,44,True,2024-05-01 14:04:11.000,5.22.0,298.0,plotly,conda-forge/plotly,,,,297052.0,261453.0,https://pypi.org/project/plotly,2024-05-01 14:00:07.000,35590.0,15955930.0,16080884.0,https://anaconda.org/conda-forge/plotly,2024-04-17 19:12:51.910,5667360.0,,,,,1.0,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,6884.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-05-02 07:37:57.000000,2024-05-01 19:45:54,7682.0,99.0,3127.0,281.0,3755.0,319.0,2987.0,14201.0,Network Analysis in Python.,717.0,44,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,,263560.0,247999.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,15561.0,52620447.0,52964974.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,15503749.0,,,,,1.0,67.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-05-02 14:48:00.000000,2024-04-30 20:22:56,8174.0,110.0,1668.0,211.0,5804.0,1053.0,4155.0,12019.0,Parallel computing with task scheduling.,600.0,44,True,2024-04-19 21:09:49.000,2024.4.2,195.0,dask,conda-forge/dask,,,,62939.0,59713.0,https://pypi.org/project/dask,2024-04-19 21:09:49.000,3226.0,7838209.0,8068062.0,https://anaconda.org/conda-forge/dask,2024-04-20 03:30:51.092,11032963.0,,,,,1.0,,stable/dask,,,,,,,,,,,,,,,,,, +30,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-05-02 15:05:54.000000,2024-04-30 18:04:15,4869.0,235.0,2034.0,1684.0,4721.0,289.0,2680.0,11711.0,WebGL2 powered visualization framework.,260.0,44,True,2024-04-29 19:16:05.000,0.9.0,652.0,pydeck,conda-forge/pydeck,,,['jupyter'],9728.0,7509.0,https://pypi.org/project/pydeck,2024-04-29 19:16:05.000,61.0,3314377.0,3766794.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,508506.0,,,,,1.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-04-26 21:35:04.370,2158.0,442447.0,,,,,,,,,,,, +31,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-05-02 13:41:09.000000,2024-05-02 13:41:08,5825.0,71.0,1630.0,193.0,4989.0,665.0,1228.0,6548.0,TensorFlows Visualization Toolkit.,319.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],232917.0,230976.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,1941.0,28628932.0,28727416.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4628749.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +32,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-05-02 05:17:49.000000,2024-04-30 16:07:22,2654.0,64.0,3124.0,241.0,860.0,1115.0,1327.0,21670.0,A game theoretic approach to explain the output of any machine learning model.,239.0,43,True,2024-03-08 11:55:08.000,0.45.0,102.0,shap,conda-forge/shap,,,,17618.0,17126.0,https://pypi.org/project/shap,2024-03-08 11:55:08.000,492.0,7233965.0,7299299.0,https://anaconda.org/conda-forge/shap,2024-04-03 17:47:00.611,2678705.0,,,,,1.0,,,shap/shap,,,,,,,,,,,,,,,,, +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-05-02 12:57:55.000000,2024-05-01 20:33:13,2724.0,77.0,3598.0,439.0,3206.0,310.0,2419.0,16880.0,Open standard for machine learning interoperability.,314.0,43,True,2024-03-25 15:40:18.000,1.16.0,32.0,onnx,conda-forge/onnx,,,,27805.0,27054.0,https://pypi.org/project/onnx,2024-03-25 15:25:07.000,751.0,5514666.0,5535631.0,https://anaconda.org/conda-forge/onnx,2024-03-26 22:34:37.040,973254.0,,,,,1.0,20398.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-05-01 20:52:43.000000,2024-05-01 17:57:55,3462.0,47.0,3768.0,437.0,3125.0,376.0,2963.0,16068.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",301.0,43,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,33244.0,32329.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,915.0,7674400.0,7728687.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2274318.0,,,,,2.0,220831.0,,,,,,,,,,,,,,,,,,, +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,2024-04-30 16:33:12.611000,2024-04-25 14:36:49,3234.0,5.0,1860.0,259.0,1103.0,149.0,2366.0,11965.0,Statistical data visualization in Python.,212.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,408763.0,399404.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,9359.0,17508773.0,17691304.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,8578839.0,,,,,1.0,386.0,,,,,,,,,,,,,,,,,,, +36,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-05-02 15:44:03.000000,2024-05-02 15:44:03,2175.0,494.0,1286.0,178.0,2513.0,534.0,673.0,11053.0,Development repository for the Triton language and compiler.,258.0,43,True,2024-04-05 02:47:42.000,2.3.0,193.0,triton,,,,,24918.0,24142.0,https://pypi.org/project/triton,2024-04-05 02:47:42.000,776.0,11182740.0,11182740.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +37,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-05-01 20:03:51.000000,2024-04-22 15:43:08,7425.0,293.0,1985.0,418.0,1058.0,832.0,904.0,20528.0,Data Apps & Dashboards for Python. No JavaScript Required.,153.0,42,True,2024-03-06 20:00:34.000,2.16.1,177.0,dash,conda-forge/dash,,,,63742.0,62221.0,https://pypi.org/project/dash,2024-03-06 19:54:50.000,1521.0,2810836.0,2837673.0,https://anaconda.org/conda-forge/dash,2024-03-10 12:59:07.948,1261334.0,,,,,1.0,70.0,,,,,,,,,,,,,,,,,,, +38,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-05-02 11:34:26.000000,2024-04-29 13:34:48,3837.0,54.0,6847.0,408.0,5236.0,993.0,2368.0,15467.0,"Datasets, Transforms and Models specific to Computer Vision.",586.0,42,True,2024-04-24 16:20:12.000,0.18.0,44.0,torchvision,conda-forge/torchvision,,,['pytorch'],5356.0,21.0,https://pypi.org/project/torchvision,2024-04-24 15:47:57.000,5335.0,12388997.0,12417876.0,https://anaconda.org/conda-forge/torchvision,2024-02-26 00:12:18.834,1080622.0,,,,,1.0,37599.0,,,,,,,,,,,,,,,,,,, +39,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-05-02 15:26:12.000000,2024-05-02 15:26:12,10830.0,4192.0,929.0,56.0,1181.0,570.0,1661.0,8427.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",207.0,42,True,2024-05-02 04:57:23.000,1.35.35,786.0,litellm,,,,others,1758.0,1600.0,https://pypi.org/project/litellm,2024-05-02 04:44:52.000,158.0,565799.0,565923.0,,,,,,,,1.0,248.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,2024-05-02 15:24:34.000000,2024-05-02 03:24:59,6436.0,348.0,602.0,55.0,4437.0,819.0,2281.0,8227.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,176.0,42,True,2024-04-03 20:37:46.000,0.16.6,273.0,wandb,conda-forge/wandb,,,,44991.0,44183.0,https://pypi.org/project/wandb,2024-04-19 19:29:06.000,808.0,12679798.0,12690464.0,https://anaconda.org/conda-forge/wandb,2024-03-25 23:14:36.046,490670.0,,,,,1.0,,,wandb/wandb,,,,,,,,,,,,,,,,, +41,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-04-30 05:39:15.000000,2024-04-30 05:39:15,13931.0,101.0,2190.0,186.0,4403.0,766.0,2072.0,5875.0,Image processing in Python.,660.0,42,False,2024-04-20 19:25:20.000,0.23.2,65.0,scikit-image,conda-forge/scikit-image,,,,189912.0,179201.0,https://pypi.org/project/scikit-image,2024-04-20 19:25:20.000,10711.0,13679023.0,13810418.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,6175605.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,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-05-02 06:30:52.000000,2024-04-29 23:39:12,2280.0,172.0,3836.0,330.0,2705.0,1032.0,1606.0,32815.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",306.0,41,True,2024-04-23 23:26:47.000,0.14.2,90.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],6934.0,6825.0,https://pypi.org/project/deepspeed,2024-04-23 23:26:47.000,109.0,508056.0,508400.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17907.0,1.0,,,,,,,,,,,,,,,,,,,, +43,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-04-30 23:59:10.000000,2024-04-30 17:13:38,2214.0,69.0,4568.0,304.0,463.0,65.0,801.0,29834.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",135.0,41,True,2024-02-19 19:35:21.000,0.9.16,56.0,timm,conda-forge/timm,,,['pytorch'],33196.0,27576.0,https://pypi.org/project/timm,2024-02-19 19:33:42.000,5620.0,5175402.0,5286934.0,https://anaconda.org/conda-forge/timm,2024-02-21 16:25:26.726,142310.0,,,,,1.0,6506362.0,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,, +44,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2024-04-30 15:05:51.000000,2024-04-30 09:37:27,19696.0,662.0,2578.0,274.0,20173.0,723.0,10036.0,27024.0,"A cloud-native vector database, storage for next generation AI applications.",272.0,41,True,2024-04-29 11:34:02.000,2.4.1,94.0,pymilvus,,milvusdb/milvus,,,96.0,,https://pypi.org/project/pymilvus,2024-04-29 11:34:02.000,96.0,548086.0,808780.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-04-30 13:26:02.874294,43.0,14381384.0,1.0,213652.0,,,,,,,,,,,,,,,,,,, +45,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-05-02 15:41:16.000000,2024-05-01 12:57:32,1383.0,66.0,2322.0,132.0,405.0,1049.0,926.0,13828.0,Multilingual Sentence & Image Embeddings with BERT.,157.0,41,True,2024-04-17 13:16:06.000,2.7.0,51.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],32267.0,31446.0,https://pypi.org/project/sentence-transformers,2024-04-17 13:15:42.000,821.0,4276014.0,4281367.0,https://anaconda.org/conda-forge/sentence-transformers,2024-04-17 14:59:51.983,235544.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,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-04-29 19:48:20.000000,2024-04-26 15:01:03,9260.0,85.0,1137.0,140.0,5438.0,210.0,4411.0,13140.0,ML Experiments and Data Management with Git.,295.0,41,True,2024-04-26 15:04:08.000,3.50.1,523.0,dvc,conda-forge/dvc,,,,14785.0,14685.0,https://pypi.org/project/dvc,2024-04-26 15:04:08.000,100.0,485792.0,527842.0,https://anaconda.org/conda-forge/dvc,2024-04-26 20:12:41.589,1824156.0,,,,,1.0,42112.0,,,,,,,,dvc,dvc,dvc,,,,,,,,, +47,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-04-19 08:49:48.000000,2024-04-05 06:11:40,14511.0,2.0,2832.0,465.0,1456.0,266.0,1516.0,13046.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,41,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,283256.0,270159.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,13097.0,20498585.0,20525539.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2506738.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,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-04-27 14:57:29.000000,2024-04-27 14:57:23,8262.0,26.0,3320.0,478.0,703.0,54.0,2138.0,13045.0,A toolkit for making real world machine learning and data analysis applications in C++.,193.0,41,False,2024-04-03 23:33:43.000,19.24.4,37.0,dlib,conda-forge/dlib,,,,26921.0,26721.0,https://pypi.org/project/dlib,2024-04-03 23:33:43.000,200.0,541030.0,555909.0,https://anaconda.org/conda-forge/dlib,2024-04-04 08:17:12.401,688220.0,,,,,2.0,25427.0,,,,,,,,,,,,,,,,,,, +49,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-04-26 19:27:51.000000,2024-04-26 19:27:51,3661.0,40.0,761.0,142.0,1356.0,168.0,1773.0,8929.0,Declarative statistical visualization library for Python.,163.0,41,True,2024-03-30 15:36:52.000,5.3.0,40.0,altair,conda-forge/altair,,,,127900.0,127213.0,https://pypi.org/project/altair,2024-03-30 15:24:57.000,687.0,23558729.0,23635243.0,https://anaconda.org/conda-forge/altair,2024-03-30 18:57:22.082,2218894.0,,,,,1.0,120.0,,vega/altair,,,,,,,,,,,,,,,,, +50,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-05-02 01:48:40.000000,2024-04-30 14:35:44,9855.0,122.0,1924.0,225.0,3919.0,267.0,3014.0,8170.0,Bayesian Modeling and Probabilistic Programming in Python.,488.0,41,True,2024-04-30 14:58:33.000,5.14.0,83.0,pymc3,conda-forge/pymc3,,,,3427.0,3177.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,250.0,880581.0,886726.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,557744.0,,,,,1.0,1937.0,,,,,,,,,,,,,,,,,,, +51,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2024-05-02 07:37:51.000000,2024-05-02 07:37:47,47828.0,518.0,1147.0,192.0,384.0,502.0,1757.0,7754.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1228.0,41,True,2024-04-18 20:19:33.000,1.2.5,111.0,catboost,conda-forge/catboost,,,,399.0,13.0,https://pypi.org/project/catboost,2024-04-18 18:24:32.000,386.0,2043202.0,2081597.0,https://anaconda.org/conda-forge/catboost,2024-04-18 20:39:24.300,1483999.0,,,,,2.0,245018.0,,,,,,,,,,,,,,,,,,, +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,2024-04-06 17:21:54.000000,2023-01-30 18:15:21,1757.0,,8546.0,1062.0,1451.0,90.0,1721.0,33906.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,,,,55395.0,52671.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,2724.0,500948.0,506563.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,275138.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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-04-27 22:14:28.000000,2024-04-27 22:14:00,2765.0,18.0,7514.0,609.0,2225.0,216.0,1589.0,25635.0,The fastai deep learning library.,667.0,40,True,2024-04-27 22:14:28.000,2.7.15,149.0,fastai,,,,['pytorch'],17429.0,17075.0,https://pypi.org/project/fastai,2024-04-27 22:14:28.000,354.0,394640.0,394640.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +54,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-04-28 12:04:35.000000,2024-03-21 15:05:22,32610.0,18.0,4517.0,349.0,6359.0,115.0,6642.0,17989.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,40,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4188.0,4121.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,67.0,109708.0,109708.0,,,,,,,,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,2024-04-28 18:42:17.000000,2024-04-28 11:51:15,1194.0,14.0,2197.0,240.0,551.0,139.0,1133.0,11887.0,Download market data from Yahoo! Finances API.,110.0,40,True,2024-04-16 21:20:42.000,0.2.38,110.0,yfinance,ranaroussi/yfinance,,,,37642.0,37281.0,https://pypi.org/project/yfinance,2024-04-16 21:20:42.000,361.0,1454603.0,1457237.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,89568.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,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-05-02 14:15:26.000000,2024-05-02 11:37:24,1410.0,149.0,788.0,99.0,1358.0,128.0,1253.0,7005.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",245.0,40,True,2024-04-17 15:46:08.000,0.29.3,48.0,accelerate,conda-forge/accelerate,,,['pytorch'],35183.0,34500.0,https://pypi.org/project/accelerate,2024-04-17 15:42:33.000,683.0,8490614.0,8494662.0,https://anaconda.org/conda-forge/accelerate,2024-04-11 13:57:39.766,125501.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +57,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-05-02 05:29:59.000000,2024-04-23 18:16:27,1840.0,63.0,2202.0,164.0,846.0,86.0,1007.0,6688.0,Python Data. Leaflet.js Maps.,166.0,40,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,37714.0,36854.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,860.0,1130337.0,1197212.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2675010.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,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-04-30 14:38:00.000000,2024-04-29 11:36:56,1937.0,61.0,895.0,105.0,1599.0,440.0,1218.0,4191.0,Python tools for geographic data.,223.0,40,True,2024-04-28 13:49:29.000,0.14.4,54.0,geopandas,conda-forge/geopandas,,,['pandas'],36523.0,34483.0,https://pypi.org/project/geopandas,2024-04-28 13:49:24.000,2040.0,6732409.0,6807960.0,https://anaconda.org/conda-forge/geopandas,2024-04-28 20:22:12.956,3549704.0,,,,,1.0,2528.0,,,,,,,,,,,,,,,,,,, +59,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-05-02 14:31:22.000000,2024-04-26 16:47:14,6262.0,102.0,1506.0,105.0,4243.0,667.0,719.0,4186.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",305.0,40,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],17668.0,17369.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,299.0,3744074.0,3744867.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,28568.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-05-02 14:31:51.000000,2024-05-01 21:14:32,3650.0,161.0,1089.0,136.0,2999.0,281.0,1185.0,2043.0,A library for training and deploying machine learning models on Amazon SageMaker.,436.0,40,True,2024-05-01 21:14:37.000,2.218.0,582.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",4037.0,3905.0,https://pypi.org/project/sagemaker,2024-05-01 21:14:37.000,132.0,27714879.0,27731637.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-05-01 22:11:33.857,754152.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,2024-05-02 11:54:30.000000,2024-04-30 15:11:04,5755.0,78.0,707.0,55.0,4994.0,1509.0,2327.0,1543.0,A distributed task scheduler for Dask.,323.0,40,True,2024-04-22 08:34:19.000,2024.4.2,227.0,distributed,conda-forge/distributed,,,,35414.0,34061.0,https://pypi.org/project/distributed,2024-04-19 21:09:55.000,1353.0,3821498.0,4102635.0,https://anaconda.org/conda-forge/distributed,2024-04-19 23:27:47.312,13494606.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +62,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-05-02 08:02:01.000000,2024-05-02 00:25:17,1078.0,75.0,3404.0,476.0,939.0,456.0,1928.0,28279.0,A library for efficient similarity search and clustering of dense vectors.,172.0,39,True,2024-04-29 11:34:02.000,2.4.1,94.0,pymilvus,conda-forge/faiss,,,,3699.0,3603.0,https://pypi.org/project/pymilvus,2024-04-29 11:34:02.000,96.0,548086.0,571725.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1134703.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-04-19 12:21:16.000000,2024-04-10 23:04:20,8539.0,28.0,2176.0,208.0,4172.0,22.0,1924.0,20081.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2024-04-10 14:42:19.000,3.25.1,2461.0,jina,conda-forge/jina-core,jinaai/jina,,,1731.0,1714.0,https://pypi.org/project/jina,2024-04-10 14:39:06.000,17.0,32604.0,60149.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,61959.0,https://hub.docker.com/r/jinaai/jina,2024-04-10 14:51:03.408997,8.0,1306061.0,2.0,,,,,,,,,,,,,,,,,,,, +64,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-04-24 11:04:13.000000,2024-04-08 03:19:54,4515.0,6.0,4375.0,436.0,1691.0,382.0,1452.0,15257.0,Topic Modelling for Humans.,451.0,39,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,62043.0,58843.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,3200.0,5385185.0,5417896.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1241354.0,,,,,1.0,4556.0,,piskvorky/gensim,,,,,,,,,,,,,,,,, +65,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-05-01 16:39:01.000000,2024-04-05 10:50:52,5935.0,132.0,2066.0,202.0,1188.0,74.0,2186.0,13579.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,260.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3299.0,3200.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,99.0,146667.0,147183.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,23759.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,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,,2511.0,541.0,4118.0,685.0,2087.0,9852.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,39,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,17844.0,15005.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,2839.0,425571.0,451134.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2402998.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +67,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-05-01 09:01:41.000000,2024-05-01 07:09:35,17564.0,557.0,948.0,118.0,3500.0,104.0,1524.0,9688.0,A hyperparameter optimization framework.,263.0,39,False,2024-04-01 06:04:15.000,3.6.1,64.0,optuna,conda-forge/optuna,,,,14672.0,14142.0,https://pypi.org/project/optuna,2024-04-01 06:04:15.000,530.0,2416679.0,2435514.0,https://anaconda.org/conda-forge/optuna,2024-03-29 06:40:40.525,885263.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +68,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-04-30 13:53:47.000000,2024-04-30 13:53:47,1772.0,17.0,709.0,120.0,586.0,104.0,854.0,8450.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,39,True,2024-04-17 21:37:50.000,0.19.1,95.0,tokenizers,conda-forge/tokenizers,,,,74623.0,74149.0,https://pypi.org/project/tokenizers,2024-04-17 21:36:02.000,474.0,24281938.0,24316184.0,https://anaconda.org/conda-forge/tokenizers,2024-04-18 01:39:43.525,1575358.0,,,,,1.0,47.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,2024-05-02 14:32:56.000000,2024-05-02 11:42:13,9802.0,158.0,1279.0,127.0,1192.0,124.0,945.0,7902.0,A PyTorch-based Speech Toolkit.,234.0,39,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1833.0,1802.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,3617192.0,3617192.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,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-05-02 09:36:48.000000,2024-05-01 13:08:51,4501.0,252.0,1284.0,102.0,3713.0,803.0,1451.0,7410.0,A unified framework for machine learning with time series.,357.0,39,True,2024-05-01 13:08:23.000,0.29.0,67.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3298.0,2579.0,https://pypi.org/project/sktime,2024-05-01 13:08:23.000,719.0,924404.0,952268.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-04-28 15:54:46.689,947369.0,,,,,1.0,87.0,,sktime/sktime,,,,,,,,,,,,,,,,, +71,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-05-02 14:01:28.000000,2024-05-02 10:52:39,4389.0,221.0,592.0,84.0,2339.0,219.0,704.0,5532.0,Flax is a neural network library for JAX that is designed for flexibility.,219.0,39,True,2024-04-30 09:57:17.000,0.8.3,44.0,flax,conda-forge/flax,,,['jax'],7357.0,7117.0,https://pypi.org/project/flax,2024-04-30 09:57:17.000,240.0,3720024.0,3721250.0,https://anaconda.org/conda-forge/flax,2024-04-30 18:49:11.574,46585.0,,,,,2.0,50.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-05-02 14:43:59.000000,2024-05-02 00:01:13,17957.0,129.0,1283.0,83.0,7822.0,514.0,4285.0,2555.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,369.0,39,True,2024-04-19 18:04:01.000,1.7.0,78.0,mne,conda-forge/mne,,,,4134.0,3789.0,https://pypi.org/project/mne,2024-04-19 18:04:01.000,345.0,113589.0,121060.0,https://anaconda.org/conda-forge/mne,2024-04-19 20:25:11.111,358630.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,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-05-02 11:15:45.000000,2024-04-30 07:15:14,6154.0,20.0,7192.0,433.0,2885.0,1207.0,7709.0,38636.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",195.0,38,True,2024-03-29 09:49:07.000,2.7.5,44.0,paddleocr,,,,['paddle'],2570.0,2524.0,https://pypi.org/project/paddleocr,2024-03-29 09:49:07.000,46.0,154441.0,154441.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-05-02 09:50:29.000000,2024-04-30 11:36:11,35243.0,405.0,12950.0,945.0,24740.0,1180.0,,23190.0,Apache Flink Python API.,1854.0,38,True,2024-01-15 16:28:13.000,1.18.1,47.0,apache-flink,,,,,45.0,21.0,https://pypi.org/project/apache-flink,2024-03-15 08:32:38.000,24.0,64058.0,64058.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,,6891.0,1069.0,11124.0,1805.0,7758.0,20714.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'],7533.0,7232.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,296.0,610411.0,610829.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10714.0,,,,,2.0,26831.0,,apache/mxnet,,,,,,,,,5.0,,,,,,,, +76,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-05-02 13:37:18.000000,2024-05-02 13:37:16,7490.0,140.0,3526.0,253.0,2957.0,955.0,2607.0,20156.0,Graph Neural Network Library for PyTorch.,494.0,38,True,2024-04-19 11:59:51.000,2.5.3,44.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],242.0,,https://pypi.org/project/torch-geometric,2024-04-19 11:59:51.000,242.0,284889.0,285764.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-02-22 16:44:15.527,40270.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,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-05-01 17:15:23.000000,2024-04-30 01:09:26,866.0,80.0,1594.0,129.0,758.0,427.0,497.0,13445.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,142.0,38,True,2024-04-17 02:43:56.000,1.4.4,59.0,albumentations,conda-forge/albumentations,,,['pytorch'],23422.0,22918.0,https://pypi.org/project/albumentations,2024-04-17 02:43:56.000,504.0,1930447.0,1933961.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,161671.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-04-29 07:56:58.000000,2024-04-29 07:56:57,4087.0,176.0,2943.0,169.0,4687.0,479.0,2281.0,13018.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",289.0,38,True,2024-03-06 03:29:59.000,2.1.0,451.0,dgl,,,,,322.0,233.0,https://pypi.org/project/dgl,2024-03-05 07:16:21.000,89.0,95639.0,95639.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-04-21 04:59:48.000000,2024-04-12 16:27:53,4816.0,90.0,4947.0,381.0,697.0,600.0,1342.0,12249.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,38,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1547.0,1346.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,201.0,216108.0,255066.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,194110.0,,,,,1.0,3737998.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-05-02 12:56:17.000000,2024-04-24 11:35:11,2730.0,77.0,935.0,128.0,1854.0,262.0,634.0,9416.0,Geometric Computer Vision Library for Spatial AI.,257.0,38,True,2024-03-14 09:18:15.000,0.7.2,39.0,kornia,conda-forge/kornia,,,['pytorch'],9698.0,9553.0,https://pypi.org/project/kornia,2024-03-14 09:18:15.000,145.0,1506218.0,1509186.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,121047.0,,,,,1.0,1073.0,,,,,,,,,,,,,,,,,,, +81,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-04-28 18:46:27.000000,2024-04-28 18:44:58,5223.0,72.0,1717.0,130.0,991.0,348.0,1933.0,8432.0,"An open-source, low-code machine learning library in Python.",136.0,38,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,5589.0,5570.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,19.0,369010.0,370018.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,44687.0,,,,,2.0,692.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,2024-05-01 14:33:31.000000,2024-05-01 11:31:26,21204.0,522.0,2074.0,175.0,3278.0,292.0,2065.0,7893.0,End-to-End Speech Processing Toolkit.,424.0,38,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,321.0,315.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,6.0,72748.0,72749.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +83,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-05-02 09:36:17.000000,2024-05-01 09:37:05,28472.0,228.0,760.0,127.0,6148.0,562.0,1664.0,7799.0,NumPy & SciPy for GPU.,364.0,38,True,2024-04-19 07:40:12.000,13.1.0,139.0,cupy,conda-forge/cupy,cupy/cupy,,,2248.0,2028.0,https://pypi.org/project/cupy,2024-04-19 04:17:35.000,220.0,23726.0,99696.0,https://anaconda.org/conda-forge/cupy,2024-04-29 17:22:48.759,3484128.0,https://hub.docker.com/r/cupy/cupy,2024-04-19 07:42:49.196765,11.0,61828.0,1.0,172703.0,,,,,,,,,,,,,,,,,,, +84,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-04-30 21:05:08.000000,2024-04-30 21:05:07,12137.0,76.0,1074.0,164.0,463.0,669.0,746.0,4133.0,Probabilistic reasoning and statistical analysis in TensorFlow.,490.0,38,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],551.0,,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,551.0,3524169.0,3527374.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,124998.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +85,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-04-17 18:52:28.000000,2024-04-17 11:57:22,2265.0,29.0,554.0,88.0,817.0,271.0,915.0,3678.0,Manipulation and analysis of geometric objects.,153.0,38,True,2024-04-16 22:26:21.000,2.0.4,123.0,shapely,conda-forge/shapely,,,,69186.0,67639.0,https://pypi.org/project/shapely,2024-04-16 22:26:21.000,1547.0,23451127.0,23655956.0,https://anaconda.org/conda-forge/shapely,2024-04-17 10:26:25.080,9212562.0,,,,,2.0,3312.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-05-02 12:46:37.000000,2024-05-02 12:29:30,1402.0,133.0,432.0,59.0,1348.0,139.0,671.0,1690.0,The official Python client for the Huggingface Hub.,161.0,38,True,2024-05-02 12:46:42.000,0.23.0,109.0,huggingface_hub,conda-forge/huggingface_hub,,,,1199.0,,https://pypi.org/project/huggingface_hub,2024-05-02 12:46:34.000,1199.0,33946417.0,33990033.0,https://anaconda.org/conda-forge/huggingface_hub,2024-04-01 15:52:56.313,1701060.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +87,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-03-18 00:28:14.000000,2020-02-15 08:33:35,523.0,,6702.0,1285.0,166.0,670.0,226.0,32441.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,,,,29731.0,27981.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,1750.0,929640.0,931430.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,152217.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +88,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-05-02 02:06:45.000000,2024-02-05 13:23:18,2706.0,2.0,9163.0,372.0,3137.0,1496.0,6661.0,27853.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2481.0,2442.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,39.0,211920.0,211920.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +89,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-05-02 04:20:01.000000,2024-04-09 16:00:51,1390.0,19.0,1616.0,151.0,771.0,217.0,558.0,12066.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,120.0,37,True,2024-03-18 18:22:40.000,4.7.0,57.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",3231.0,3035.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,196.0,687382.0,691981.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,427781.0,,,,,2.0,84.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +90,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-04-26 08:56:53.000000,2023-07-11 16:23:35,1095.0,,1519.0,253.0,669.0,415.0,1045.0,11806.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,38793.0,37738.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,1055.0,998762.0,1001674.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,238849.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +91,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-05-02 09:05:07.000000,2024-05-02 09:05:07,1439.0,241.0,1811.0,134.0,193.0,3.0,1026.0,10084.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",61.0,37,True,2024-05-02 07:29:37.000,0.0.91,90.0,deepface,,,,,3056.0,3023.0,https://pypi.org/project/deepface,2024-05-02 07:27:16.000,33.0,62330.0,62330.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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-05-01 15:51:14.000000,2024-04-14 16:26:05,945.0,25.0,1096.0,123.0,284.0,36.0,694.0,9513.0,Unsupervised text tokenizer for Neural Network-based text generation.,84.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,64315.0,63299.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1016.0,21949839.0,21967149.0,https://anaconda.org/conda-forge/sentencepiece,2024-03-19 05:24:18.341,772102.0,,,,,1.0,36359.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-05-02 14:47:30.000000,2024-05-02 11:16:01,28996.0,2399.0,1976.0,199.0,5306.0,30.0,3377.0,9263.0,Perform data science on data that remains in someone elses server.,509.0,37,True,2024-04-03 12:17:16.000,0.8.6,280.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2024-04-28 12:46:46.000,5.0,9008.0,9286.0,,,,,,,,1.0,2504.0,,,,,,,,,,,,,,,,,,, +94,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-05-02 00:42:21.000000,2024-05-02 00:42:20,582.0,19.0,1139.0,263.0,172.0,109.0,169.0,8951.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,39580.0,38126.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,1454.0,1016564.0,1019214.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,246519.0,,,,,1.0,117.0,,,,,,,,,,,,,,,,,,, +95,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-05-02 14:32:59.000000,2024-05-01 16:24:52,10462.0,290.0,1616.0,147.0,2288.0,581.0,1234.0,5132.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",240.0,37,True,2024-04-03 16:21:23.000,2.8.0,851.0,deepchem,conda-forge/deepchem,,,['tensorflow'],362.0,351.0,https://pypi.org/project/deepchem,2024-05-01 16:33:59.000,11.0,27313.0,29567.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,105944.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-05-01 02:17:34.000000,2024-04-29 15:18:33,4015.0,128.0,1067.0,151.0,1632.0,390.0,882.0,3684.0,Fast data visualization and GUI tools for scientific / engineering applications.,279.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,10271.0,9359.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,912.0,229948.0,241155.0,https://anaconda.org/conda-forge/pyqtgraph,2024-04-22 12:12:16.506,526765.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,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-05-02 07:22:20.000000,2024-04-29 06:32:25,10744.0,43.0,393.0,59.0,2968.0,1086.0,2166.0,2624.0,"With Holoviews, your data visualizes itself.",141.0,37,True,2024-03-22 00:10:16.630,3.0.2,160.0,holoviews,conda-forge/holoviews,,,['jupyter'],10546.0,10252.0,https://pypi.org/project/holoviews,2024-04-23 15:48:47.000,291.0,399198.0,432729.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1561691.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-03-22 00:10:16.630,3.0,304.0,,,,,,,,,,,, +98,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-04-28 20:27:16.000000,2024-04-28 20:27:16,3847.0,25.0,521.0,147.0,1155.0,142.0,1638.0,2140.0,Rasterio reads and writes geospatial raster datasets.,156.0,37,True,2024-04-12 18:29:54.000,1.3.10,157.0,rasterio,conda-forge/rasterio,,,,12405.0,11267.0,https://pypi.org/project/rasterio,2024-04-16 21:46:35.000,1138.0,2778612.0,2851747.0,https://anaconda.org/conda-forge/rasterio,2024-04-13 12:29:45.854,2925085.0,,,,,2.0,856.0,,,,,,,,,,,,,,,,,,, +99,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2024-04-08 21:04:04.101000,2024-03-21 08:08:33,1233.0,22.0,208.0,32.0,47.0,12.0,164.0,1570.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,68384.0,64789.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,3595.0,10332114.0,10332638.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,44558.0,,,,,2.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-04-29 23:51:56.000000,2024-04-22 02:22:27,1526.0,7.0,282.0,31.0,482.0,102.0,493.0,1411.0,Python library for reading and writing image data.,111.0,37,True,2024-04-22 02:22:40.000,2.34.1,91.0,imageio,conda-forge/imageio,,,,127777.0,124555.0,https://pypi.org/project/imageio,2024-04-22 02:22:35.000,3222.0,22359962.0,22496403.0,https://anaconda.org/conda-forge/imageio,2024-04-22 04:44:13.491,6275601.0,,,,,2.0,1038.0,,,,,,,,,,,,,,,,,,, +101,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-04-29 19:39:15.000000,2024-04-29 19:39:12,1520.0,40.0,199.0,47.0,561.0,32.0,756.0,1128.0,Fiona reads and writes geographic data files.,73.0,37,True,2024-03-08 16:14:09.000,1.9.6,112.0,fiona,conda-forge/fiona,,,,19722.0,19613.0,https://pypi.org/project/fiona,2024-04-16 20:38:29.000,109.0,6506906.0,6625165.0,https://anaconda.org/conda-forge/fiona,2024-03-08 21:09:14.732,5439937.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +102,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-05-02 13:34:26.000000,2024-04-30 11:12:04,10281.0,71.0,548.0,68.0,2395.0,296.0,1760.0,1108.0,Machine learning for NeuroImaging in Python.,235.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3407.0,3101.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,306.0,66778.0,73130.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,266639.0,,,,,1.0,160.0,,,,,,,,,,,,,,,,,,, +103,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-05-02 03:32:08.000000,2024-05-02 03:32:08,2286.0,3.0,5141.0,501.0,155.0,1072.0,1356.0,21324.0,State-of-the-art 2D and 3D Face Analysis Project.,59.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],2063.0,2050.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,13.0,397281.0,626503.0,,,,,,,,2.0,2979898.0,,,,,,,,,,,,,,,,,,, +104,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-03-27 09:20:02.000000,2024-03-03 06:50:21,1649.0,2.0,2825.0,379.0,458.0,14.0,1842.0,14460.0,Python Echarts Plotting Library.,42.0,36,True,2024-03-03 07:03:55.000,2.0.5,73.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4317.0,4065.0,https://pypi.org/project/pyecharts,2024-03-03 07:02:08.000,252.0,171193.0,171195.0,,,,,,,,2.0,40.0,,,,,,,,,,,,,,,,,,, +105,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-04-06 08:14:32.000000,2020-06-01 14:58:26,2913.0,,2425.0,233.0,338.0,295.0,224.0,14162.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,,,,19979.0,19536.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,443.0,405448.0,408066.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,154510.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-05-02 15:22:20.000000,2024-05-02 13:23:07,3357.0,295.0,1632.0,125.0,3631.0,188.0,3026.0,13708.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",239.0,36,True,2024-05-02 10:54:52.000,2.1.0-rc1,91.0,haystack,,,,,228.0,223.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,3873.0,3873.0,,,,,,,,2.0,24.0,,,,,,,,,,,,,,,,,,, +107,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-05-02 14:34:40.000000,2024-05-02 07:10:31,6197.0,97.0,3379.0,243.0,1596.0,1107.0,3982.0,10520.0,Open-source simulator for autonomous driving research.,187.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,726.0,694.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,32.0,12314.0,12314.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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-05-02 12:02:51.000000,2024-05-02 06:06:20,6415.0,332.0,2076.0,185.0,6376.0,126.0,1992.0,10117.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",308.0,36,True,2024-02-28 06:18:16.000,1.23.0,72.0,nemo-toolkit,,,,['pytorch'],31.0,21.0,https://pypi.org/project/nemo-toolkit,2024-02-28 05:27:18.000,10.0,54428.0,57335.0,,,,,,,,2.0,162839.0,,,,,,,,,,,,,,,,,,, +109,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-04-01 18:07:01.000000,2024-04-01 11:19:59,863.0,8.0,1268.0,141.0,499.0,39.0,554.0,6705.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,36,True,2024-03-31 19:38:20.000,0.12.2,36.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],27108.0,26728.0,https://pypi.org/project/imbalanced-learn,2024-03-31 19:27:16.000,380.0,10870682.0,10882455.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-03-31 19:50:51.503,553354.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +110,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-04-28 01:37:29.000000,2023-12-31 11:04:55,953.0,,826.0,87.0,204.0,103.0,657.0,4178.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,36,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,397306.0,384977.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,12329.0,13752608.0,13752608.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +111,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-04-26 19:36:13.000000,2024-04-26 19:27:07,2336.0,156.0,204.0,64.0,133.0,69.0,560.0,3830.0,A Grammar of Graphics for Python.,107.0,36,True,2024-04-26 19:26:18.000,0.13.5,26.0,plotnine,conda-forge/plotnine,,,,7745.0,7463.0,https://pypi.org/project/plotnine,2024-04-26 18:19:23.000,282.0,3012967.0,3020507.0,https://anaconda.org/conda-forge/plotnine,2024-04-26 19:27:02.919,354382.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +112,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-05-02 08:07:51.000000,2024-05-02 08:02:26,8512.0,73.0,698.0,100.0,13180.0,52.0,829.0,3696.0,State of the Art Natural Language Processing.,112.0,36,True,2024-04-05 17:44:10.000,5.3.3,141.0,spark-nlp,,,,['spark'],455.0,422.0,https://pypi.org/project/spark-nlp,2024-04-05 16:57:09.000,33.0,4087688.0,4087688.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +113,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-04-29 09:53:42.000000,2024-04-23 07:20:16,5324.0,13.0,275.0,79.0,790.0,18.0,124.0,2792.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,36,True,2024-04-19 11:40:18.000,9.0.0,234.0,thinc,conda-forge/thinc,,,,46911.0,46263.0,https://pypi.org/project/thinc,2024-04-19 11:39:47.000,648.0,8638248.0,8695711.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2758240.0,,,,,2.0,,,,,,,,,,,,,2.0,,,,,,, +114,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-05-02 14:35:32.000000,2024-05-02 12:26:28,4338.0,256.0,429.0,36.0,3201.0,536.0,1063.0,2370.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,159.0,36,True,2024-04-26 23:13:11.000,0.43.6,92.0,pyvista,conda-forge/pyvista,,,['jupyter'],3189.0,2896.0,https://pypi.org/project/pyvista,2024-04-26 23:13:11.000,293.0,227074.0,236996.0,https://anaconda.org/conda-forge/pyvista,2024-04-27 02:40:36.327,465907.0,,,,,2.0,795.0,,,,,,,,,,,,,,,,,,, +115,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-05-02 15:27:44.000000,2024-05-01 17:58:58,4137.0,239.0,538.0,45.0,4439.0,289.0,957.0,2117.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,166.0,36,True,2024-03-11 22:26:17.000,0.35.1,56.0,pennylane,conda-forge/pennylane,,,,941.0,866.0,https://pypi.org/project/pennylane,2024-03-11 22:26:17.000,75.0,63951.0,65374.0,https://anaconda.org/conda-forge/pennylane,2024-03-19 12:55:56.428,42673.0,,,,,1.0,77.0,,,,,,,,,,,,,,,,,,, +116,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-05-02 05:11:39.000000,2024-04-30 11:56:03,1767.0,127.0,378.0,26.0,1490.0,70.0,743.0,1943.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",238.0,36,True,2024-03-18 12:39:22.000,1.3.2,44.0,metrics,conda-forge/torchmetrics,,,['pytorch'],24047.0,24045.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4011.0,38706.0,https://anaconda.org/conda-forge/torchmetrics,2024-03-18 14:59:09.500,1313386.0,,,,,2.0,5088.0,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +117,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-04-28 12:16:05.000000,2024-04-08 14:41:27,1540.0,17.0,371.0,47.0,1490.0,173.0,678.0,1532.0,Exploratory analysis of Bayesian models with Python.,156.0,36,True,2024-04-05 08:50:12.000,0.18.0,37.0,arviz,conda-forge/arviz,,,,6557.0,6375.0,https://pypi.org/project/arviz,2024-04-05 08:50:12.000,182.0,2171351.0,2215263.0,https://anaconda.org/conda-forge/arviz,2024-04-08 15:25:03.090,2107759.0,,,,,1.0,135.0,,,,,,,,,,,,,,,,,,, +118,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-04-29 13:18:10.000000,2024-04-29 13:17:40,5856.0,90.0,257.0,37.0,805.0,128.0,403.0,625.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,19819.0,18581.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1238.0,491720.0,506590.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,698904.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,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-04-27 07:16:33.000000,2024-02-10 14:20:58,4668.0,1.0,3408.0,261.0,726.0,73.0,953.0,29445.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1200.0,1170.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,30.0,123114.0,179869.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,11176.0,,,,,1.0,2143030.0,,,,,,,,,,,,,,,,,,, +120,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-04-23 08:56:13.000000,2024-03-13 13:24:17,2322.0,2.0,6233.0,420.0,1336.0,1240.0,3042.0,29288.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3130.0,3052.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,78.0,300363.0,301761.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,64130.0,,,,,2.0,331.0,,,,,,,,,,,,,,,,,,, +121,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-03-27 11:25:38.000000,2023-09-04 11:42:16,615.0,,2932.0,304.0,246.0,377.0,588.0,22027.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,6262.0,6143.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,119.0,230329.0,457089.0,,,,,,,,1.0,10657738.0,,,,,,,,,,,,,,,,,,, +122,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-05-01 18:45:29.000000,2024-05-01 02:28:51,8867.0,54.0,2992.0,271.0,1242.0,164.0,671.0,17999.0,Best Practices on Recommendation Systems.,131.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,112.0,108.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,26408.0,26415.0,,,,,,,,1.0,480.0,,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +123,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-05-01 16:22:32.000000,2023-10-18 07:33:05,791.0,,4457.0,438.0,442.0,398.0,1726.0,17768.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,35,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,499.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,478.0,822981.0,854289.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1157390.0,,,,,1.0,2492.0,,,,,,,,,,,,,,,,,,, +124,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-03-27 20:19:41.000000,2024-03-25 12:37:43,1333.0,1.0,2229.0,334.0,1588.0,372.0,1857.0,13953.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1172.0,1135.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,37.0,61420.0,61420.0,,,,,,,,2.0,,stable/horovod,,,,,,,,,,,,,,,,,, +125,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,,4403.0,546.0,716.0,402.0,1270.0,13899.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,,,,,5731.0,5713.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,32178.0,32178.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +126,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-05-02 09:05:39.790000,2023-08-20 17:38:53,890.0,,1126.0,318.0,267.0,54.0,343.0,12714.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,,,,4097.0,3806.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,291.0,1267511.0,1276649.0,https://anaconda.org/conda-forge/python-annoy,2024-05-02 09:05:39.790,402093.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,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,279.0,3096.0,91.0,2477.0,11695.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4234.0,4044.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,190.0,50790.0,52691.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,123565.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,,, +128,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-03-19 22:44:23.623000,2023-12-09 05:39:53,576.0,,2300.0,220.0,245.0,119.0,417.0,9952.0,A little word cloud generator in Python.,72.0,35,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,877.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,856.0,1765569.0,1775818.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,471467.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,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-05-01 15:25:11.000000,2024-04-22 23:01:37,2591.0,92.0,621.0,101.0,468.0,555.0,1228.0,8955.0,An open source multi-tool for exploring and publishing data.,78.0,35,True,2023-12-22 23:22:42.000,0.64.6,147.0,datasette,conda-forge/datasette,,,,1472.0,1239.0,https://pypi.org/project/datasette,2024-03-13 02:20:24.000,233.0,46612.0,47495.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,32649.0,,,,,2.0,64.0,,,,,,,,datasette,,,,,,,,,,, +130,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-04-28 14:49:29.000000,2024-04-11 15:43:27,10412.0,10.0,1965.0,349.0,3424.0,143.0,1134.0,8403.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,35,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,35.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,35.0,123630.0,127098.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-04-26 11:19:26.965,149146.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-04-05 17:29:20.000000,2022-12-08 17:49:19,746.0,,988.0,135.0,228.0,342.0,272.0,8355.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,,,,57219.0,55824.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1395.0,4552275.0,4553661.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,90096.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +132,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-04-28 11:00:47.000000,2024-04-16 13:07:23,539.0,52.0,2344.0,283.0,152.0,314.0,316.0,8051.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",50.0,35,True,2024-03-30 15:23:07.000,3.10.3,58.0,SpeechRecognition,conda-forge/speechrecognition,,,,503.0,21.0,https://pypi.org/project/SpeechRecognition,2024-03-30 15:23:07.000,482.0,754543.0,758552.0,https://anaconda.org/conda-forge/speechrecognition,2024-03-30 17:20:06.402,180411.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +133,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-05-02 14:42:51.000000,2024-04-30 14:57:13,32430.0,91.0,1980.0,383.0,6810.0,2734.0,6591.0,6737.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",264.0,35,True,,,151.0,h2o,,,,,106.0,21.0,https://pypi.org/project/h2o,2024-03-14 11:02:05.000,85.0,332550.0,332550.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,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-05-02 15:07:05.000000,2024-05-02 13:39:28,20093.0,872.0,491.0,51.0,2892.0,487.0,1002.0,6706.0,"Visualize, create, and debug image and video datasets and model predictions.",119.0,35,True,2024-04-15 21:52:17.000,0.23.8,142.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",569.0,557.0,https://pypi.org/project/fiftyone,2024-04-15 21:52:17.000,12.0,59804.0,59804.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +135,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-04-22 09:35:44.000000,2024-03-18 16:03:25,2890.0,14.0,2225.0,175.0,1146.0,28.0,1419.0,6584.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,35,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],286.0,268.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,18.0,12822.0,12822.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,2024-05-02 13:13:41.000000,2024-05-02 13:13:41,3059.0,153.0,737.0,72.0,3425.0,227.0,810.0,6558.0,"The most flexible way to serve AI/ML models in production - Build Model Inference Service, LLM APIs, Inference..",197.0,35,True,2024-04-19 10:29:47.000,1.2.12,143.0,bentoml,,,,,1774.0,1760.0,https://pypi.org/project/bentoml,2024-04-19 10:29:47.000,14.0,73588.0,73619.0,,,,,,,,2.0,1694.0,,,,,,,,,,,,,,,,,,, +137,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-05-01 20:21:01.000000,2024-04-30 05:27:19,3021.0,72.0,970.0,89.0,3326.0,324.0,2647.0,5355.0,AI Toolkit for Healthcare Imaging.,186.0,35,True,2023-10-12 17:37:33.000,1.3.0,83.0,monai,conda-forge/monai,,,['pytorch'],2227.0,2171.0,https://pypi.org/project/monai,2024-04-26 07:08:08.000,56.0,158346.0,159132.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,22819.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +138,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-05-02 12:38:24.000000,2024-05-01 20:52:58,3753.0,99.0,806.0,58.0,1551.0,368.0,1240.0,3994.0,"Serve, optimize and scale PyTorch models in production.",190.0,35,True,2024-03-15 00:03:31.000,0.10.0,23.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],665.0,644.0,https://pypi.org/project/torchserve,2024-03-14 21:47:35.000,21.0,48205.0,74528.0,https://anaconda.org/pytorch/torchserve,2024-03-14 21:47:30.323,173910.0,https://hub.docker.com/r/pytorch/torchserve,2024-03-14 22:46:13.511478,25.0,1246260.0,2.0,5649.0,,,,,,,,,,,,,,,,,,, +139,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-05-02 11:38:23.000000,2024-04-24 22:56:36,1309.0,13.0,810.0,284.0,1466.0,324.0,516.0,3444.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",155.0,35,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],502.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,502.0,628926.0,628926.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,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-04-08 16:26:58.000000,2024-04-08 16:26:55,1182.0,3.0,1673.0,150.0,210.0,7.0,690.0,3438.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,35,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],285.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,285.0,4220014.0,4222140.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-01-30 18:21:57.617,95676.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +141,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-04-17 14:03:11.000000,2024-04-17 14:03:11,7374.0,20.0,609.0,116.0,1163.0,349.0,1109.0,3224.0,High-performance interactive 2D/3D data visualization library.,194.0,35,True,2024-03-14 16:50:16.000,0.14.2,38.0,vispy,conda-forge/vispy,,,['jupyter'],1646.0,1496.0,https://pypi.org/project/vispy,2024-03-14 16:13:05.000,148.0,92181.0,103038.0,https://anaconda.org/conda-forge/vispy,2024-03-15 02:52:28.032,477197.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,2.0,12.0,,,,,,,,,,,, +142,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-05-02 13:23:47.000000,2024-05-02 01:51:58,3011.0,191.0,288.0,68.0,1744.0,84.0,611.0,2270.0,Adaptive Experimentation Platform.,167.0,35,True,2024-03-01 16:28:08.000,0.3.7,40.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],733.0,704.0,https://pypi.org/project/ax-platform,2024-03-01 16:28:08.000,29.0,90201.0,90735.0,https://anaconda.org/conda-forge/ax-platform,2024-03-02 16:28:38.668,18710.0,,,,,1.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,2024-05-01 20:08:19.000000,2024-04-29 01:31:42,3021.0,70.0,360.0,55.0,1157.0,307.0,952.0,1357.0,Cartopy - a cartographic python library with matplotlib support.,125.0,35,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,5323.0,4819.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,504.0,226351.0,299653.0,https://anaconda.org/conda-forge/cartopy,2024-04-11 10:31:26.888,3518524.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-04-28 23:29:41.096000,2024-04-28 20:57:25,1553.0,25.0,152.0,41.0,133.0,4.0,642.0,1164.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2024-04-28 20:24:49.000,1.10.2,35.0,agate,conda-forge/agate,,,,3261.0,3112.0,https://pypi.org/project/agate,2024-04-28 20:24:49.000,149.0,6284373.0,6289183.0,https://anaconda.org/conda-forge/agate,2024-04-28 23:29:41.096,173187.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,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-05-02 15:18:35.000000,2024-05-01 15:17:27,1661.0,100.0,167.0,30.0,1552.0,72.0,177.0,1161.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,79.0,35,True,2024-04-11 16:14:44.000,2024.3.0,26.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],10544.0,10517.0,https://pypi.org/project/scikit-learn-intelex,2024-04-11 13:19:45.000,27.0,136892.0,143825.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-04-19 14:33:00.666,256556.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +146,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-05-01 02:52:24.565000,2024-04-20 13:16:16,1546.0,18.0,211.0,34.0,686.0,31.0,572.0,989.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,31568.0,29438.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,2130.0,8938322.0,9101307.0,https://anaconda.org/conda-forge/pyproj,2024-05-01 02:52:24.565,7497333.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,2024-04-19 15:14:49.000000,2024-03-22 00:49:10,14865.0,60.0,506.0,51.0,2289.0,393.0,960.0,733.0,Workflows and interfaces for neuroimaging packages.,256.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4427.0,4294.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,133.0,151566.0,165001.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,604606.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,2024-05-01 04:50:30.000000,2024-05-01 04:45:49,1513.0,13.0,7238.0,385.0,656.0,490.0,3050.0,28758.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",267.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1754.0,1748.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,6.0,,5280.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,242905.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-03-22 21:40:44.000000,2024-03-13 15:16:33,391.0,2.0,4675.0,845.0,268.0,556.0,611.0,25582.0,Library for fast text representation and classification.,68.0,34,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,6123.0,5890.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,233.0,1154849.0,1156619.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,77884.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-05-02 13:37:03.000000,2024-05-02 13:24:57,18053.0,1058.0,2692.0,379.0,4931.0,436.0,3408.0,21335.0,The platform for customizing AI from enterprise data.,825.0,34,False,2024-04-15 13:43:59.000,24.4.3.0,462.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-04-15 13:45:13.000,,21593.0,21593.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-05-02 11:01:52.000000,2024-05-02 08:41:34,18262.0,661.0,5878.0,71.0,11669.0,1030.0,15922.0,14017.0,The Unified AI Framework.,1471.0,34,True,2023-06-29 19:33:01.167,0.0.0,116.0,ivy,,,,,9.0,,https://pypi.org/project/ivy,2024-03-15 11:49:07.000,9.0,1009.0,1009.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,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-04-29 22:26:56.000000,2024-04-29 16:39:29,3849.0,32.0,1163.0,192.0,2853.0,365.0,756.0,10828.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",155.0,34,True,2024-04-08 23:26:12.000,0.10.3,55.0,ludwig,,,,['tensorflow'],256.0,247.0,https://pypi.org/project/ludwig,2024-04-08 23:26:12.000,9.0,4463.0,4463.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +153,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-05-02 15:08:57.000000,2024-04-23 13:25:01,2468.0,29.0,986.0,201.0,2298.0,249.0,838.0,8368.0,Deep universal probabilistic programming with Python and PyTorch.,154.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],116.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,116.0,273614.0,277784.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,158495.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +154,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-04-28 06:22:09.150000,2024-04-28 03:56:14,675.0,7.0,334.0,68.0,110.0,36.0,138.0,7939.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,34,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,33984.0,32939.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,1045.0,6836476.0,6841254.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,205474.0,,,,,2.0,,,,,,,,,,,,,2.0,,,,,,, +155,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-05-02 14:45:41.000000,2024-04-26 23:34:11,897.0,61.0,715.0,281.0,1193.0,309.0,367.0,7611.0,"Build and manage real-life ML, AI, and data science projects with ease!.",84.0,34,True,2024-04-12 11:08:43.000,2.11.10,117.0,metaflow,conda-forge/metaflow,,,,664.0,636.0,https://pypi.org/project/metaflow,2024-04-12 11:08:43.000,28.0,471551.0,475190.0,https://anaconda.org/conda-forge/metaflow,2024-04-13 09:30:30.809,167415.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,2024-05-02 05:17:09.000000,2024-04-20 16:29:42,4447.0,179.0,872.0,141.0,483.0,100.0,785.0,7054.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,34,True,2024-04-20 18:58:25.000,1.8.2,25.0,stanza,stanfordnlp/stanza,,,,2796.0,2697.0,https://pypi.org/project/stanza,2024-04-20 18:57:48.000,99.0,202772.0,202920.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7407.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-04-27 14:18:10.000000,2023-11-16 08:43:39,1418.0,,872.0,219.0,222.0,174.0,233.0,6798.0,Efficiently computes derivatives of numpy code.,56.0,34,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,8341.0,8013.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,328.0,1411032.0,1429250.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,419032.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-05-02 14:25:33.000000,2024-05-02 14:25:23,3272.0,11.0,922.0,137.0,651.0,52.0,1131.0,6701.0,Python library for audio and music analysis.,120.0,34,True,2023-08-16 13:52:19.000,0.10.1,41.0,librosa,conda-forge/librosa,,,,1177.0,,https://pypi.org/project/librosa,2023-08-16 13:52:19.000,1177.0,2688248.0,2704240.0,https://anaconda.org/conda-forge/librosa,2023-08-16 18:07:49.183,735637.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,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-05-01 12:36:26.000000,2024-05-01 12:36:20,2345.0,58.0,626.0,94.0,256.0,448.0,539.0,5269.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",94.0,34,True,2024-04-09 16:24:23.000,1.15.1,159.0,clearml,,allegroai/trains,,,1090.0,1072.0,https://pypi.org/project/clearml,2024-04-09 16:23:34.000,18.0,309976.0,310529.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30238.0,2.0,2429.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,2024-04-29 18:44:42.000000,2024-04-29 18:44:42,29836.0,269.0,1564.0,182.0,2095.0,35.0,1586.0,4814.0,"mlpack: a fast, header-only C++ machine learning library.",315.0,34,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,2024-04-10 13:40:15.000,1.0,5457.0,9189.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,175432.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,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-03-31 13:12:23.000000,2024-03-31 13:12:23,1645.0,8.0,839.0,118.0,527.0,145.0,341.0,4768.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,106.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],13326.0,13175.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,151.0,632776.0,639362.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,302983.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,2024-04-28 14:35:51.000000,2024-04-20 14:10:54,12222.0,73.0,1105.0,102.0,1337.0,152.0,749.0,4469.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",135.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,524.0,513.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,27199.0,28020.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,37809.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,2024-05-02 13:53:05.000000,2024-04-29 12:18:50,1691.0,37.0,607.0,60.0,1839.0,156.0,1258.0,4458.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,495.0,34,True,2024-04-01 10:35:11.000,0.5.0.post2,1607.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2917.0,2838.0,https://pypi.org/project/pytorch-ignite,2024-05-02 00:13:32.000,79.0,206114.0,208656.0,https://anaconda.org/pytorch/ignite,2024-04-01 12:32:01.049,180548.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,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-04-30 07:51:39.000000,2024-04-30 07:51:39,1150.0,21.0,591.0,118.0,871.0,305.0,1051.0,4072.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",165.0,34,True,2024-04-22 23:27:42.000,7.2,47.0,coremltools,conda-forge/coremltools,,,,3944.0,3764.0,https://pypi.org/project/coremltools,2024-04-23 00:06:00.000,180.0,256210.0,257615.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,55401.0,,,,,2.0,9365.0,,,,,,,,,,,,,,,,,,, +165,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-04-29 18:42:20.000000,2024-02-15 18:01:44,1293.0,3.0,2511.0,1968.0,533.0,386.0,1075.0,3959.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2024-02-06 19:36:25.000,1.55.0,103.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-04-29 18:34:04.000,48.0,632022.0,632030.0,,,,,,,,2.0,557.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,2024-05-01 01:13:57.000000,2024-04-24 23:17:29,1285.0,17.0,240.0,36.0,440.0,90.0,216.0,3568.0,Lightning fast forecasting with statistical and econometric models.,39.0,34,True,2024-04-08 16:44:34.000,1.7.4,32.0,statsforecast,conda-forge/statsforecast,,,,878.0,848.0,https://pypi.org/project/statsforecast,2024-04-08 16:44:34.000,30.0,581169.0,583654.0,https://anaconda.org/conda-forge/statsforecast,2024-04-08 20:04:06.356,64617.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +167,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-05-02 06:04:03.000000,2024-05-02 06:00:50,1861.0,83.0,371.0,53.0,1606.0,71.0,418.0,2957.0,Bayesian optimization in PyTorch.,111.0,34,True,2024-05-01 20:33:09.000,0.11.0,44.0,botorch,conda-forge/botorch,,,['pytorch'],1043.0,969.0,https://pypi.org/project/botorch,2024-05-01 20:33:09.000,74.0,127116.0,129439.0,https://anaconda.org/conda-forge/botorch,2024-05-01 22:13:21.203,104579.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +168,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-05-02 11:34:18.000000,2024-03-24 23:49:13,2305.0,6.0,627.0,73.0,2871.0,217.0,719.0,2383.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",225.0,34,True,2024-04-24 16:19:43.000,2.3.0,34.0,torchaudio,,,,['pytorch'],659.0,,https://pypi.org/project/torchaudio,2024-04-24 15:48:50.000,659.0,6096466.0,6096466.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +169,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-05-02 15:11:14.000000,2024-04-29 11:23:04,1023.0,73.0,366.0,58.0,1180.0,333.0,396.0,2157.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,104.0,34,True,2024-04-24 12:35:53.000,1.19.1,62.0,optimum,conda-forge/optimum,,,,2362.0,2281.0,https://pypi.org/project/optimum,2024-04-24 12:07:57.000,81.0,1062789.0,1063318.0,https://anaconda.org/conda-forge/optimum,2024-04-25 16:34:14.318,13248.0,,,,,1.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,2024-05-02 14:33:13.000000,2024-04-30 16:40:29,5162.0,120.0,513.0,19.0,1262.0,1035.0,632.0,2116.0,"This is the development home of the workflow management system Snakemake. For general information, see.",325.0,34,True,2024-04-29 14:03:27.000,8.11.1,332.0,snakemake,bioconda/snakemake,,,,2228.0,1959.0,https://pypi.org/project/snakemake,2024-04-29 14:03:27.000,269.0,117524.0,127562.0,https://anaconda.org/bioconda/snakemake,2024-04-29 22:07:32.750,1033985.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,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-05-02 02:58:40.000000,2024-04-24 16:43:22,4261.0,59.0,1070.0,153.0,1115.0,71.0,638.0,1770.0,Documentation and samples for ArcGIS API for Python.,91.0,34,True,2024-04-11 15:22:41.000,2.3.0,43.0,arcgis,,esridocker/arcgis-api-python-notebook,,,782.0,748.0,https://pypi.org/project/arcgis,2024-04-23 21:21:11.000,34.0,92480.0,92600.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,11130.0,,,,,,,,,,,,,,,,,,, +172,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-03-26 18:33:29.000000,2024-02-11 16:39:29,1856.0,7.0,199.0,32.0,212.0,22.0,397.0,1360.0,The ctypes-based simple ImageMagick binding for Python.,104.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,19517.0,18794.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,723.0,804512.0,805946.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,42439.0,,,,,2.0,45594.0,,,,,,,,,,,,,,,,,,, +173,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-04-10 04:44:56.000000,2024-03-13 00:47:35,874.0,5.0,325.0,44.0,1019.0,161.0,169.0,1197.0,Making text a first-class citizen in TensorFlow.,113.0,34,True,2024-03-11 20:48:59.000,2.16.1,69.0,tensorflow-text,,,,['tensorflow'],6886.0,6746.0,https://pypi.org/project/tensorflow-text,2024-03-11 17:56:47.000,140.0,6979175.0,6979175.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,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-05-01 06:39:13.000000,2024-04-24 04:18:42,1684.0,12.0,274.0,41.0,1358.0,284.0,363.0,690.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,34,True,2024-05-01 02:14:32.000,0.37.0,44.0,tensorflow-io,,,,['tensorflow'],1511.0,,https://pypi.org/project/tensorflow-io,2024-05-01 02:12:48.000,1511.0,3366068.0,3366068.0,,,,,,,,2.0,,,,,,,,,,,,,4.0,,,,,,, +175,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-05-02 08:03:04.000000,2024-04-29 10:47:47,3081.0,105.0,4240.0,377.0,3870.0,415.0,1200.0,37930.0,"Making large AI models cheaper, faster and more accessible.",177.0,33,True,2024-04-27 11:00:32.000,0.3.7,37.0,,,,,,366.0,366.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-05-02 03:32:36.000000,2024-05-02 03:32:32,7930.0,340.0,2668.0,295.0,193.0,27.0,1048.0,26164.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,33,True,2024-04-28 17:50:25.000,7.6.3,640.0,netron,,,,"['pytorch', 'tensorflow']",87.0,12.0,https://pypi.org/project/netron,2024-04-28 17:50:25.000,75.0,25197.0,59269.0,,,,,,,,1.0,68144.0,,,,,,,,,,,,,,,,,,, +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,2024-04-30 20:50:54.000000,2023-07-11 13:03:36,1421.0,,3770.0,755.0,1136.0,403.0,588.0,18935.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'],534.0,504.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,30.0,3666.0,3666.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +178,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-03-07 11:44:47.000000,2023-10-26 05:31:53,3012.0,,1800.0,284.0,3504.0,381.0,1681.0,13757.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,671.0,633.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,17399.0,17399.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +179,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-04-26 08:50:55.000000,2024-04-24 21:46:05,3798.0,40.0,889.0,136.0,174.0,102.0,1001.0,12038.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",96.0,33,True,2024-04-16 18:51:52.000,16.2.0,236.0,ocrmypdf,conda-forge/ocrmypdf,,,,824.0,803.0,https://pypi.org/project/ocrmypdf,2024-04-16 18:51:52.000,21.0,103538.0,105526.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,63814.0,,,,,2.0,3175.0,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,,, +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,2024-04-15 15:28:40.000000,2021-07-29 23:17:25,531.0,,1760.0,263.0,115.0,96.0,535.0,11301.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,,,,5666.0,5485.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,181.0,358190.0,360477.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,203584.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,2024-04-22 20:10:59.000000,2024-02-23 19:03:07,2440.0,6.0,1539.0,289.0,431.0,284.0,638.0,9505.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,33,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2794.0,2732.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,62.0,42722.0,48027.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,249366.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,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,,898.0,259.0,148.0,108.0,104.0,9124.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,26176.0,24012.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,2164.0,7018514.0,7024152.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,530009.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,4.0,1399.0,302.0,894.0,135.0,759.0,9067.0,AutoML library for deep learning.,143.0,33,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],683.0,670.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18473.0,18704.0,,,,,,,,1.0,18043.0,,,,,,,,,,,,,,,,,,, +184,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-04-30 17:48:50.000000,2024-03-16 17:36:36,1731.0,9.0,1315.0,148.0,216.0,202.0,146.0,7964.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,33,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3696.0,3624.0,https://pypi.org/project/pyod,2024-02-09 06:50:32.000,72.0,743192.0,745176.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,95262.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,2024-05-02 14:00:19.000000,2024-05-02 11:16:57,1193.0,55.0,792.0,61.0,957.0,247.0,1165.0,7294.0,A python library for user-friendly forecasting and anomaly detection on time series.,115.0,33,True,2024-04-17 11:54:28.000,0.29.0,42.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,602.0,597.0,https://pypi.org/project/u8darts,2024-04-17 11:54:28.000,5.0,23420.0,24662.0,https://anaconda.org/conda-forge/u8darts-all,2024-04-18 00:03:59.716,41976.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,564.0,2.0,,,,,,,,,,,,,,,,,,,, +186,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-05-02 15:12:58.000000,2024-05-01 22:56:12,38663.0,402.0,834.0,146.0,9515.0,1094.0,5104.0,7294.0,cuDF - GPU DataFrame Library.,280.0,33,True,2024-05-01 12:29:36.000,24.04.01,49.0,cudf,,,,,64.0,53.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,11.0,3049.0,3049.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,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-05-02 14:37:08.000000,2024-05-02 14:37:08,2197.0,106.0,844.0,98.0,2455.0,330.0,962.0,7157.0,Fast and Accurate ML in 3 Lines of Code.,121.0,33,True,2024-04-17 16:48:19.000,1.1.0,1469.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",691.0,675.0,https://pypi.org/project/autogluon,2024-05-02 09:05:34.000,16.0,89647.0,89776.0,,,,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,7490.0,1.0,,,,,,,,,,,,,,,,,,,, +188,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-05-01 22:07:24.000000,2024-05-01 22:07:22,1355.0,40.0,854.0,158.0,1697.0,177.0,827.0,7031.0,An open source python library for automated feature engineering.,72.0,33,True,2024-02-26 17:29:32.000,1.30.0,105.0,featuretools,conda-forge/featuretools,,,,1697.0,1619.0,https://pypi.org/project/featuretools,2024-02-26 17:29:32.000,78.0,53464.0,57308.0,https://anaconda.org/conda-forge/featuretools,2024-02-27 14:54:50.393,180692.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +189,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-04-30 19:08:04.000000,2024-04-25 01:14:03,1793.0,27.0,759.0,128.0,276.0,449.0,334.0,6957.0,Uniform Manifold Approximation and Projection.,130.0,33,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,617.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,616.0,1151478.0,1202251.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2386365.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-04-25 08:34:42.000000,2024-04-25 06:44:33,3124.0,163.0,706.0,140.0,103.0,97.0,329.0,6001.0,Fit interpretable models. Explain blackbox machine learning.,43.0,33,True,2024-04-14 22:32:49.000,0.6.1,49.0,interpret,,,,['jupyter'],701.0,669.0,https://pypi.org/project/interpret,2024-04-14 04:27:31.000,32.0,83188.0,83188.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +191,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-05-02 00:45:00.000000,2024-04-30 10:19:31,2718.0,618.0,1201.0,243.0,8683.0,797.0,1435.0,5982.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, etc.) on Intel..",99.0,33,True,2023-11-13 02:02:20.000,2.4.0,869.0,bigdl,,,,,58.0,51.0,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,6164.0,6169.0,,,,,,,,2.0,454.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,,, +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,,1397.0,288.0,6588.0,13.0,2030.0,5867.0,A flexible framework of neural networks for deep learning.,324.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3634.0,3230.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,404.0,18518.0,18852.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,17062.0,,,,,3.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-02-28 17:12:19.096000,2023-11-23 21:41:49,1136.0,,661.0,89.0,269.0,32.0,252.0,4289.0,Geocoding library for Python.,133.0,33,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,4117.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,4117.0,5128729.0,5156504.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1305433.0,,,,,2.0,40.0,,,,,,,,,,,,-2.0,,,,,,, +194,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-04-13 17:37:46.000000,2023-12-03 03:47:34,490.0,,595.0,65.0,217.0,191.0,158.0,4023.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6450.0,6384.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,66.0,821450.0,825102.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,149759.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +195,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2024-05-02 05:56:51.000000,2024-04-19 12:38:42,1498.0,8.0,363.0,90.0,742.0,134.0,442.0,3208.0,Quickly and accurately render even the largest data.,55.0,33,True,2024-04-23 11:57:48.000,0.16.1,46.0,datashader,conda-forge/datashader,,,,4136.0,3993.0,https://pypi.org/project/datashader,2024-04-19 12:59:51.000,143.0,97362.0,114884.0,https://anaconda.org/conda-forge/datashader,2024-04-23 12:02:45.109,841079.0,,,,,2.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,2024-05-02 14:43:12.000000,2024-05-02 13:14:30,2968.0,126.0,307.0,25.0,2732.0,156.0,1718.0,3121.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",85.0,33,True,2024-04-18 14:21:07.000,1.27.0,100.0,rubrix,conda-forge/rubrix,,,,2441.0,2441.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,776.0,1802.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,29772.0,,,,,2.0,,,argilla-io/argilla,,,,,,,,,,,,,,,,, +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,2024-05-02 00:00:53.765000,2024-04-30 06:55:56,3704.0,26.0,193.0,50.0,1363.0,129.0,720.0,1966.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,2107.0,2084.0,https://pypi.org/project/pythran,2024-01-07 21:21:39.000,23.0,213969.0,224709.0,https://anaconda.org/conda-forge/pythran,2024-05-02 00:00:53.765,472583.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +198,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-04-19 02:32:01.000000,2024-04-15 22:25:34,1519.0,1.0,612.0,57.0,1882.0,87.0,897.0,1681.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,33,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14766.0,14541.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,1064211.0,1064211.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,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,,282.0,51.0,158.0,104.0,218.0,1594.0,Python Geocoder.,73.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,10333.0,9796.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,537.0,647101.0,648719.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,140791.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,geocoder +200,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-04-24 11:50:07.575000,2024-04-24 08:13:45,1179.0,8.0,359.0,67.0,603.0,272.0,351.0,1452.0,A Jupyter - Leaflet.js bridge.,88.0,33,True,2024-04-23 16:00:01.000,0.19.0,82.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],8784.0,8590.0,https://pypi.org/project/ipyleaflet,2024-04-23 16:00:01.000,185.0,143449.0,176303.0,https://anaconda.org/conda-forge/ipyleaflet,2024-04-24 11:50:07.575,1127977.0,,,,,2.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-04-23 15:59:25.544,9.0,9355.0,,,,,,,,,,,, +201,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-04-29 09:15:31.000000,2024-04-29 09:15:29,2822.0,29.0,275.0,34.0,210.0,42.0,502.0,1235.0,Python interface for igraph.,75.0,33,False,2024-02-14 11:09:57.000,0.11.4,40.0,python-igraph,conda-forge/igraph,,,,4338.0,3912.0,https://pypi.org/project/python-igraph,2024-02-14 11:09:57.000,426.0,284404.0,302347.0,https://anaconda.org/conda-forge/igraph,2024-04-03 09:13:20.470,523011.0,,,,,1.0,562629.0,,,,,,,,,,,,,,,,,,, +202,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-05-01 15:05:11.000000,2024-04-29 15:12:56,13385.0,219.0,279.0,34.0,1780.0,463.0,631.0,1010.0,Python package for earth-observing satellite data processing.,153.0,33,False,2024-04-22 16:20:44.000,0.48.0,93.0,satpy,conda-forge/satpy,,,,306.0,124.0,https://pypi.org/project/satpy,2024-02-21 11:29:00.000,182.0,9507.0,13533.0,https://anaconda.org/conda-forge/satpy,2024-04-23 06:53:48.899,189247.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-04-29 19:24:51.000000,2024-04-29 16:06:42,14024.0,304.0,419.0,50.0,2108.0,151.0,779.0,669.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",161.0,33,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1192.0,1075.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,117.0,31399.0,41368.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,438675.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,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-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13280.0,1567.0,227.0,764.0,584.0,51818.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],89.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,68.0,250807.0,251284.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,20415.0,,,,,2.0,1230.0,,,,,,,,,,,,,,,,,,, +205,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-05-02 15:27:14.000000,2024-05-02 14:58:55,4280.0,759.0,2626.0,266.0,3726.0,101.0,491.0,24080.0,You like pytorch? You like micrograd? You love tinygrad!.,303.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],63.0,63.0,,,,,,,,,,,,,1.0,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +206,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-05-02 15:44:24.000000,2024-04-22 09:58:32,2630.0,451.0,1186.0,117.0,2873.0,254.0,893.0,17980.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",102.0,32,True,2024-04-22 13:27:09.000,1.9.0,68.0,,,,,,114.0,114.0,,,,,831.0,,,,,,,,2.0,30764.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,,4630.0,1005.0,1869.0,362.0,658.0,17073.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,,,,999.0,989.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2634.0,2807.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7612.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +208,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,,3420.0,465.0,671.0,590.0,672.0,14910.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'],1568.0,1478.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,90.0,5560.0,5560.0,,,,,,,,2.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,,1159.0,339.0,1683.0,523.0,1294.0,11155.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,392.0,371.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,21.0,21702.0,21828.0,,,,,,,,3.0,9757.0,,,,,,,,,,,,,,,,,,, +210,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-04-08 20:21:16.000000,2024-04-08 20:21:10,864.0,2.0,1282.0,420.0,87.0,32.0,160.0,9691.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1334.0,1281.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,53.0,35262.0,35776.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,27760.0,,,,,3.0,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +211,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-05-02 13:24:58.000000,2024-05-02 13:24:58,1610.0,94.0,666.0,85.0,729.0,119.0,250.0,8671.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",47.0,32,False,2024-03-19 22:29:03.000,2.6.3,28.0,cleanlab,conda-forge/cleanlab,,,,316.0,305.0,https://pypi.org/project/cleanlab,2024-03-19 22:29:03.000,11.0,19022.0,19605.0,https://anaconda.org/conda-forge/cleanlab,2024-03-25 10:23:11.703,21585.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-04-15 21:09:01.000000,2024-04-14 18:28:32,1151.0,16.0,1254.0,148.0,167.0,265.0,1253.0,8308.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,142.0,32,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],804.0,790.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,6974.0,10814.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,207408.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,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-04-18 02:54:26.000000,2024-03-08 03:19:52,2899.0,4.0,1629.0,87.0,1641.0,307.0,1839.0,8266.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",119.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1181.0,1177.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,4.0,2532.0,2532.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7797.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,43933.0,42925.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,1008.0,2206925.0,2232089.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1157340.0,,,,,2.0,421.0,,,,,,,,,,,,,,,,,,, +215,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-04-23 12:27:20.000000,2024-03-06 05:23:22,360.0,3.0,1498.0,133.0,135.0,14.0,325.0,7510.0,A Python implementation of global optimization with gaussian processes.,44.0,32,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2705.0,2577.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,128.0,452895.0,452896.0,,,,,,,,2.0,145.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +216,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-04-29 22:31:53.000000,2024-03-13 19:58:20,1220.0,2.0,1078.0,124.0,275.0,250.0,435.0,7089.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,32,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,15066.0,14552.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,514.0,2140306.0,2151464.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,758793.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-04-21 11:02:41.000000,2024-03-13 09:36:57,2708.0,3.0,1130.0,209.0,1048.0,21.0,615.0,6547.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-03-13 10:57:14.000,1.6.0,63.0,deeppavlov,,,,['tensorflow'],395.0,388.0,https://pypi.org/project/deeppavlov,2024-03-13 10:57:14.000,7.0,9633.0,9633.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,,1850.0,198.0,206.0,12.0,1343.0,6297.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1577.0,1529.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,48.0,13048.0,13387.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10477.0,,,,,3.0,167.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-05-02 14:47:49.000000,2024-05-02 14:47:48,167.0,13.0,1044.0,199.0,113.0,153.0,305.0,5924.0,Official Kaggle API.,40.0,32,True,2024-04-12 01:56:25.000,1.6.12,71.0,kaggle,conda-forge/kaggle,,,,418.0,21.0,https://pypi.org/project/kaggle,2024-04-12 01:56:25.000,397.0,213520.0,216912.0,https://anaconda.org/conda-forge/kaggle,2024-04-14 01:28:23.406,149252.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,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-04-01 08:16:02.000000,2024-04-01 08:13:40,1215.0,6.0,651.0,63.0,133.0,59.0,435.0,5770.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",41.0,32,True,2024-04-01 08:16:02.000,2.5.0,210.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1490.0,1457.0,https://pypi.org/project/pytorch-metric-learning,2024-04-01 08:03:08.000,33.0,345510.0,345728.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11352.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +221,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-02-02 08:20:24.000000,2023-07-28 00:16:45,2332.0,,1105.0,189.0,234.0,273.0,281.0,5566.0,Distributed Evolutionary Algorithms in Python.,87.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4929.0,4698.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,231.0,216648.0,225270.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,370748.0,,,,,2.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,2024-05-01 20:08:11.000000,2024-04-17 17:08:08,2178.0,31.0,282.0,43.0,2140.0,337.0,654.0,4799.0,Aim An easy-to-use & supercharged open-source experiment tracker.,64.0,32,True,2024-04-17 17:16:40.000,3.19.3,985.0,aim,conda-forge/aim,,,,562.0,530.0,https://pypi.org/project/aim,2024-05-01 20:08:11.000,32.0,75571.0,76893.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,44960.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,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-04-12 04:55:14.000000,2024-03-15 22:39:59,618.0,4.0,118.0,75.0,69.0,15.0,124.0,3715.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2024-03-15 22:38:56.000,6.2.0,50.0,ftfy,conda-forge/ftfy,,,,19637.0,18957.0,https://pypi.org/project/ftfy,2024-03-15 22:38:56.000,680.0,4844771.0,4851893.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,284904.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,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-04-18 16:07:28.000000,2024-03-15 01:19:18,1424.0,23.0,457.0,56.0,773.0,42.0,475.0,3644.0,NeuralProphet: A simple forecasting package.,53.0,32,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],431.0,426.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,119206.0,119206.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,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-05-02 11:05:27.000000,2024-04-30 16:35:28,852.0,54.0,357.0,42.0,929.0,33.0,295.0,3068.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",45.0,32,True,2024-03-04 14:51:09.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",290.0,287.0,https://pypi.org/project/python-doctr,2024-03-04 14:51:09.000,3.0,29610.0,102067.0,,,,,,,,2.0,2825828.0,,,,,,,,,,,,,,,,,,, +226,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-05-02 01:40:13.000000,2024-04-12 17:36:51,703.0,4.0,258.0,43.0,821.0,97.0,285.0,2909.0,PyTorch extensions for high performance and large scale training.,74.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],4982.0,4916.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,498830.0,505078.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,187452.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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-03-15 06:37:00.287000,2021-10-12 13:32:38,1570.0,,541.0,64.0,546.0,322.0,393.0,2726.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-03-14 18:24:11.000,0.10.1,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,286.0,,https://pypi.org/project/scikit-optimize,2024-03-14 18:24:11.000,286.0,810741.0,826616.0,https://anaconda.org/conda-forge/scikit-optimize,2024-03-15 06:37:00.287,714375.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-04-30 07:43:04.000000,2024-04-30 07:43:04,2947.0,16.0,692.0,76.0,861.0,272.0,629.0,2621.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",126.0,32,True,2024-03-08 20:41:28.000,0.1.25,25.0,pgmpy,,,,,1520.0,929.0,https://pypi.org/project/pgmpy,2024-03-08 20:00:14.000,591.0,52249.0,52256.0,,,,,,,,2.0,336.0,,,,,,,,,,,,,,,,,,, +229,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,2.0,584.0,69.0,481.0,245.0,704.0,2287.0,Survival analysis in Python.,117.0,32,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2576.0,2436.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,140.0,509480.0,516264.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,325639.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-04-04 16:01:23.000000,2024-03-18 20:30:45,1372.0,19.0,320.0,22.0,47.0,35.0,202.0,2228.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,485.0,475.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,84806.0,85882.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,44131.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +231,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-04-27 15:12:40.000000,2024-04-27 13:25:47,209.0,18.0,253.0,57.0,76.0,50.0,227.0,1934.0,A Python wrapper for the tesseract-ocr API.,30.0,32,True,2024-04-27 15:12:40.000,2.7.0,21.0,tesserocr,conda-forge/tesserocr,,,,1151.0,982.0,https://pypi.org/project/tesserocr,2024-04-27 15:12:40.000,169.0,64739.0,67215.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,136124.0,,,,,2.0,232.0,,,,,,,,,,,,,,,,,,, +232,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-05-01 04:42:00.000000,2024-04-30 09:39:08,943.0,5.0,224.0,50.0,322.0,179.0,132.0,1821.0,Evaluate: A library for easily evaluating machine learning models and datasets.,126.0,32,True,2024-04-30 09:45:36.000,0.4.2,15.0,evaluate,,,,,8886.0,8665.0,https://pypi.org/project/evaluate,2024-04-30 09:44:17.000,221.0,2725104.0,2725104.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +233,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-05-02 10:57:37.000000,2024-04-26 05:54:17,829.0,9.0,327.0,120.0,783.0,215.0,167.0,1470.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",84.0,32,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3767.0,3737.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,30.0,819605.0,819605.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,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-04-30 20:12:22.000000,2024-04-30 20:12:21,936.0,14.0,214.0,58.0,101.0,44.0,174.0,981.0,Input pipeline framework.,28.0,32,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,,['tensorflow'],1827.0,1771.0,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,56.0,864250.0,864250.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,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-05-02 12:48:23.000000,2024-05-02 12:14:26,11460.0,145.0,236.0,55.0,12141.0,230.0,2183.0,936.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-04-10 20:37:13.000,0.2.130,150.0,hail,,,,['spark'],149.0,129.0,https://pypi.org/project/hail,2024-04-10 20:37:13.000,20.0,44993.0,44993.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,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-05-02 04:23:06.000000,2024-05-02 04:21:55,1073.0,19.0,170.0,35.0,117.0,31.0,61.0,720.0,Snowball compiler and stemming algorithms.,34.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,6848.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,6843.0,15997608.0,16083136.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7954168.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-03-17 08:58:36.000000,2023-07-13 08:50:20,531.0,,2719.0,383.0,120.0,232.0,562.0,24940.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],703.0,697.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,14192.0,72155.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,80869.0,,,,,2.0,3105633.0,,,,,,,,,,,,,,,,,,, +238,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2074.0,184.0,1005.0,574.0,723.0,12515.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,False,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1605.0,1598.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,7652.0,7662.0,,,,,,,,2.0,674.0,,,,,,,,,,,,,,,,,,, +239,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2023-12-02 19:19:10.000000,2020-11-30 04:34:51,613.0,,2414.0,457.0,260.0,576.0,363.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5369.0,4880.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,489.0,6851.0,6851.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +240,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-04-30 16:46:33.000000,2024-04-30 16:46:32,5971.0,73.0,975.0,113.0,1637.0,98.0,649.0,7551.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-03-25 22:52:24.000,2.10.0,121.0,perspective-python,conda-forge/perspective,,,['jupyter'],143.0,122.0,https://pypi.org/project/perspective-python,2024-03-25 22:45:59.000,17.0,5552.0,21400.0,https://anaconda.org/conda-forge/perspective,2024-03-26 20:17:11.439,570727.0,,,,,2.0,2561.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-03-25 22:45:31.297,4.0,3449.0,,,,,,,,,,,, +241,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-04-29 20:35:34.000000,2024-04-16 19:56:01,616.0,11.0,682.0,108.0,190.0,14.0,341.0,5528.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,31,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,835.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,835.0,2043936.0,2057040.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,602829.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,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,,1716.0,302.0,294.0,161.0,268.0,5430.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,,,,1030.0,996.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,34.0,9229.0,9403.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13068.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +243,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-05-01 20:07:33.000000,2024-04-25 07:56:29,3869.0,20.0,524.0,86.0,556.0,109.0,475.0,4777.0,Online machine learning in Python.,113.0,31,True,2024-04-23 13:20:18.000,0.21.1,21.0,river,conda-forge/river,,,,504.0,468.0,https://pypi.org/project/river,2024-04-23 10:26:48.000,36.0,34916.0,36430.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,56044.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,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-04-30 11:44:52.000000,2024-04-25 00:35:53,612.0,23.0,743.0,82.0,340.0,53.0,328.0,4769.0,Uplift modeling and causal inference with machine learning algorithms.,62.0,31,True,2024-04-19 00:19:00.000,0.15.1,24.0,causalml,,,,,194.0,193.0,https://pypi.org/project/causalml,2024-04-19 00:19:00.000,1.0,93204.0,93204.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,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-04-23 09:23:59.000000,2022-09-24 16:20:26,585.0,,910.0,100.0,223.0,108.0,454.0,4761.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,31,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3885.0,3823.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,62.0,100900.0,101559.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20448.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,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-04-25 21:01:06.000000,2024-04-25 20:53:59,1089.0,36.0,466.0,239.0,762.0,205.0,333.0,4581.0,Model interpretability and understanding for PyTorch.,110.0,31,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],67.0,,https://pypi.org/project/captum,2023-12-05 08:32:04.000,67.0,224716.0,225547.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,24112.0,,,,,2.0,,,,,,,,,,,,,-2.0,,,,,,, +247,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1010.0,153.0,115.0,150.0,79.0,4484.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,,,,43395.0,42532.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,863.0,559254.0,562761.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,161341.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,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-05-01 20:35:53.000000,2024-04-22 03:28:24,3849.0,17.0,539.0,59.0,892.0,352.0,973.0,3414.0,A highly efficient implementation of Gaussian Processes in PyTorch.,130.0,31,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2141.0,2043.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,98.0,184796.0,188006.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,154098.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,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,274.0,669.0,3406.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,285.0,256.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,29.0,337314.0,337485.0,,,,,,,,3.0,15595.0,,,,,,,,,,,,,,,,,,, +250,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-03-19 06:24:29.000000,2022-05-31 03:18:45,1556.0,,437.0,94.0,124.0,85.0,348.0,3288.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1165.0,1104.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,61.0,253825.0,256371.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,109485.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,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,,602.0,78.0,78.0,72.0,161.0,3153.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,,,,5864.0,5757.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,107.0,1913444.0,1916380.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,243756.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,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-04-05 20:34:01.000000,2024-04-05 20:34:01,476.0,7.0,732.0,119.0,125.0,64.0,370.0,2945.0,"Hidden Markov Models in Python, with scikit-learn like API.",48.0,31,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2629.0,2479.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,150.0,178474.0,183405.0,https://anaconda.org/conda-forge/hmmlearn,2024-03-02 05:37:57.119,216977.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,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-05-02 14:16:52.000000,2024-05-02 13:43:22,7670.0,407.0,338.0,81.0,8910.0,148.0,337.0,2866.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",114.0,31,True,2024-04-17 22:58:59.000,0.31.0,528.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-04-29 19:55:35.000,4.0,63395.0,63567.0,,,,,,,,3.0,7930.0,,,,,,,,,,,,,,,,,,, +254,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-04-01 18:35:40.000000,2024-03-04 19:25:47,1086.0,7.0,386.0,62.0,494.0,207.0,271.0,2827.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'],3660.0,3594.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,66.0,294969.0,295889.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,30390.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,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-04-09 21:52:32.000000,2024-04-09 21:52:28,976.0,9.0,226.0,39.0,533.0,70.0,174.0,2806.0,JAX-based neural network library.,81.0,31,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,1923.0,1833.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,90.0,200888.0,201302.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,16181.0,,,,,3.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +256,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-04-23 19:51:43.000000,2024-03-20 01:04:29,1637.0,2.0,324.0,61.0,189.0,126.0,195.0,2785.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'],1290.0,1241.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,345403.0,373056.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1299733.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,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-05-02 14:01:29.000000,2024-05-02 11:59:23,1170.0,22.0,236.0,26.0,1014.0,99.0,419.0,2755.0,A python library for self-supervised learning on images.,38.0,31,True,2024-04-17 09:28:05.000,1.5.3,117.0,lightly,,,,['pytorch'],253.0,246.0,https://pypi.org/project/lightly,2024-04-17 09:29:01.000,7.0,29836.0,29836.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,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-04-26 13:22:19.000000,2024-04-17 21:14:10,1140.0,43.0,281.0,36.0,468.0,104.0,359.0,2443.0,Scalable and user friendly neural forecasting algorithms.,44.0,31,True,2024-04-11 00:17:25.000,1.7.1,22.0,neuralforecast,conda-forge/neuralforecast,,,,142.0,135.0,https://pypi.org/project/neuralforecast,2024-04-11 00:17:25.000,7.0,29005.0,29553.0,https://anaconda.org/conda-forge/neuralforecast,2024-04-11 03:35:39.383,14260.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,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-04-09 11:39:30.000000,2024-04-09 11:39:30,957.0,4.0,397.0,39.0,150.0,45.0,242.0,2370.0,A library of sklearn compatible categorical variable encoders.,70.0,31,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1877.0,1693.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,184.0,1678742.0,1686980.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,255384.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,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-05-02 15:13:17.000000,2024-05-01 16:41:19,5623.0,106.0,699.0,88.0,5888.0,201.0,855.0,2078.0,TFX is an end-to-end platform for deploying production ML pipelines.,185.0,31,True,2024-04-29 17:07:02.000,1.15.0,97.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,2024-04-29 19:37:42.000,14.0,59774.0,59774.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +261,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-03-28 16:57:11.000000,2024-03-28 16:57:04,547.0,4.0,161.0,42.0,77.0,7.0,127.0,1989.0,a python library for doing approximate and phonetic matching of strings.,31.0,31,True,2023-11-17 20:44:09.000,1.0.3,42.0,jellyfish,conda-forge/jellyfish,,,,9237.0,8770.0,https://pypi.org/project/jellyfish,2023-11-17 20:44:09.000,467.0,3036369.0,3054151.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,835794.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,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-05-02 11:34:29.000000,2024-05-02 02:37:05,1727.0,223.0,352.0,26.0,1799.0,238.0,102.0,1730.0,Pytorch domain library for recommendation systems.,226.0,31,True,2024-04-25 01:39:04.000,0.7.0,77.0,torchrec-nightly-cpu,,,,,104.0,104.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1280.0,1280.0,,,,,,,,1.0,,,,,,,,,,,,,2.0,,,,,,, +263,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-04-19 13:09:14.696000,2024-02-23 02:45:37,1079.0,2.0,227.0,34.0,251.0,53.0,272.0,1518.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,,,,8050.0,7961.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,89.0,2783909.0,2808494.0,https://anaconda.org/conda-forge/pmdarima,2024-04-19 13:09:14.696,1057196.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,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-05-01 19:32:35.000000,2024-05-01 19:32:33,4046.0,251.0,46.0,163.0,526.0,136.0,416.0,1451.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2024-04-25 16:12:39.000,4.3.2,74.0,lets-plot,,,,,78.0,73.0,https://pypi.org/project/lets-plot,2024-04-25 15:31:02.000,5.0,23796.0,23808.0,,,,,,,,2.0,656.0,,,,,,,,,,,,,,,,,,, +265,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-05-02 00:41:56.000000,2024-05-02 00:41:53,947.0,9.0,430.0,87.0,230.0,55.0,240.0,1424.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,,,,2751.0,2365.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,386.0,162948.0,172364.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,329572.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,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-05-01 13:31:47.000000,2024-04-23 03:21:48,1552.0,24.0,163.0,16.0,800.0,112.0,445.0,1285.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,108.0,31,True,2024-03-21 03:35:03.000,0.27.0,60.0,pyjanitor,conda-forge/pyjanitor,,,,612.0,592.0,https://pypi.org/project/pyjanitor,2024-03-21 03:34:57.000,20.0,74645.0,78649.0,https://anaconda.org/conda-forge/pyjanitor,2024-03-21 06:08:00.698,192206.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-05-01 12:41:40.000000,2024-04-25 09:58:50,10680.0,219.0,226.0,36.0,1475.0,206.0,350.0,1152.0,Computations and statistics on manifolds with geometric structures.,92.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,105.0,102.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3401.0,3505.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2398.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +268,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-05-02 03:24:21.000000,2024-05-01 18:15:00,3303.0,24.0,240.0,48.0,376.0,70.0,265.0,1029.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-01-23 22:08:06.000,2024.1,95.0,pyopencl,conda-forge/pyopencl,,,,2034.0,1870.0,https://pypi.org/project/pyopencl,2024-01-23 22:46:25.000,164.0,53020.0,74595.0,https://anaconda.org/conda-forge/pyopencl,2024-01-24 00:59:29.948,1014029.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,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-05-02 13:50:57.000000,2024-05-02 10:11:32,679.0,25.0,99.0,24.0,534.0,336.0,414.0,942.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-01-30 08:44:06.000,0.9.2,67.0,hvplot,conda-forge/hvplot,,,,5038.0,4919.0,https://pypi.org/project/hvplot,2024-04-19 17:52:37.000,119.0,177128.0,189079.0,https://anaconda.org/conda-forge/hvplot,2024-01-30 08:55:28.301,561715.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,,107.0,32.0,60.0,71.0,79.0,922.0,Describing statistical models in Python using symbolic formulas.,19.0,31,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,97288.0,94525.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,2763.0,16089915.0,16410749.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,10266697.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-04-22 23:18:58.000000,2024-04-22 23:18:58,1950.0,35.0,230.0,18.0,296.0,50.0,268.0,826.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-04-22 16:08:04.000,1.5.0,48.0,salib,conda-forge/salib,,,,1212.0,1096.0,https://pypi.org/project/salib,2024-04-22 16:08:04.000,116.0,171084.0,174625.0,https://anaconda.org/conda-forge/salib,2024-04-22 19:44:20.663,152288.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,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-05-02 13:22:52.000000,2024-04-30 14:25:52,166748.0,3054.0,89.0,51.0,2147.0,83.0,286.0,678.0,TensorFlow ROCm port.,4615.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,4881.0,4881.0,,,,,,,,3.0,21.0,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,, +273,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-04-30 09:26:54.000000,2024-04-30 08:39:32,2045.0,183.0,57.0,19.0,1522.0,29.0,210.0,537.0,The MLOps stack component for experiment tracking.,54.0,31,True,2024-04-08 08:28:32.000,1.10.2,205.0,neptune-client,conda-forge/neptune-client,,,,509.0,458.0,https://pypi.org/project/neptune-client,2024-04-08 08:28:32.000,51.0,543112.0,548030.0,https://anaconda.org/conda-forge/neptune-client,2024-04-08 09:58:08.810,236075.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-04-27 01:15:30.000000,2024-04-27 01:15:30,17120.0,29.0,111.0,27.0,3574.0,521.0,3383.0,489.0,"Keep code, data, containers under control with git and git-annex.",55.0,31,True,2024-04-19 23:11:19.000,1.0.2,114.0,datalad,conda-forge/datalad,,,,457.0,389.0,https://pypi.org/project/datalad,2024-04-19 23:11:19.000,68.0,17715.0,27164.0,https://anaconda.org/conda-forge/datalad,2024-04-20 02:44:01.193,444141.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,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-04-18 16:45:16.000000,2024-04-18 16:44:29,305.0,3.0,2772.0,142.0,46.0,119.0,136.0,18054.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,30,True,2024-04-18 16:45:16.000,1.6.7,187.0,vit-pytorch,,,,['pytorch'],456.0,450.0,https://pypi.org/project/vit-pytorch,2024-04-18 16:45:16.000,6.0,21986.0,21986.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,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,,4382.0,1254.0,557.0,836.0,2543.0,17464.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,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,518.0,662.0,,,,,,,,3.0,14457.0,,,,,,,,,,,,,,,,,,, +277,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,,2095.0,284.0,3401.0,51.0,1494.0,10430.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,2588.0,2588.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,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-04-30 12:35:35.000000,2024-04-30 12:35:31,2927.0,42.0,2217.0,196.0,441.0,220.0,474.0,9123.0,FinRL: Financial Reinforcement Learning.,113.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,36.0,36.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2060.0,2060.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +279,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-03-27 23:33:39.000000,2024-02-20 22:38:05,385.0,2.0,2150.0,286.0,97.0,311.0,448.0,8403.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,,,,1610.0,1591.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,6310.0,19060.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,7008.0,,,,,2.0,919726.0,,,,,,,,,,,,,,,,,,, +280,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-04-22 20:07:04.000000,2024-03-11 18:51:26,551.0,1.0,1203.0,168.0,431.0,63.0,470.0,8091.0,Automatic extraction of relevant features from time series:.,92.0,30,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],101.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,80.0,243985.0,272042.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1346744.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,187.0,829.0,7408.0,Automated Machine Learning with scikit-learn.,88.0,30,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],605.0,566.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,39.0,15568.0,16152.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,21639.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +282,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-05-02 07:44:52.000000,2024-04-22 16:07:14,1000.0,12.0,901.0,134.0,688.0,128.0,317.0,6750.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,85.0,30,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,364.0,357.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,48194.0,48669.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,19959.0,,,,,2.0,33.0,,,,,,,,,,,,,,,,,,, +283,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,,1394.0,189.0,785.0,40.0,423.0,6082.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'],651.0,639.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,12.0,2927.0,3090.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7698.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-04-19 02:47:07.000000,2023-01-19 00:37:33,900.0,,1236.0,153.0,951.0,63.0,787.0,5753.0,Gluon CV Toolkit.,119.0,30,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],82.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,61.0,67678.0,67678.0,,,,,,,,2.0,,,,,,,,,,,,,2.0,,,,,,, +285,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-04-25 21:06:21.000000,2024-04-25 16:08:12,1087.0,5.0,374.0,80.0,528.0,54.0,453.0,5635.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1269.0,1215.0,https://pypi.org/project/skorch,2023-09-04 09:59:43.000,54.0,164369.0,182093.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,779898.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +286,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-04-30 19:55:43.333000,2024-04-30 18:31:30,796.0,11.0,382.0,75.0,286.0,64.0,516.0,4558.0,Visualizer for pandas data structures.,30.0,30,True,2024-04-30 18:56:18.000,3.12.0,182.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1292.0,1098.0,https://pypi.org/project/dtale,2024-04-30 18:56:18.000,194.0,47372.0,53103.0,https://anaconda.org/conda-forge/dtale,2024-04-30 19:55:43.333,275111.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +287,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-04-25 12:25:10.000000,2024-04-24 13:41:15,1457.0,11.0,762.0,74.0,1788.0,310.0,629.0,4306.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],16.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,16.0,319197.0,319221.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,758.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-03-20 17:31:08.000000,2023-11-02 13:49:44,662.0,,827.0,150.0,127.0,124.0,104.0,4048.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,,,,3344.0,3294.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,50.0,103911.0,104550.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,24937.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-03-18 02:23:40.000000,2023-12-19 14:36:52,3303.0,,537.0,120.0,371.0,77.0,737.0,3979.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,375.0,325.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,50.0,76703.0,78296.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,46224.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,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-05-02 11:34:23.000000,2024-05-01 22:19:16,15430.0,79.0,500.0,69.0,3486.0,880.0,1579.0,3915.0,cuML - RAPIDS Machine Learning Library.,171.0,30,True,2024-04-10 20:54:06.000,24.04.00,38.0,cuml,,,,,7.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,7.0,2744.0,2744.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-04-08 14:24:28.000000,2024-04-08 14:14:18,1091.0,7.0,345.0,58.0,1347.0,128.0,174.0,3849.0,A Python toolbox for performing gradient-free optimization.,55.0,30,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,699.0,665.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,34.0,135612.0,136605.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,47704.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-03-02 01:06:27.711000,2023-02-26 20:07:33,189.0,,503.0,76.0,37.0,12.0,121.0,3812.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,,,,16060.0,15946.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,114.0,298738.0,463716.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,329957.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +293,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-05-01 11:35:48.000000,2024-04-25 17:26:26,495.0,11.0,520.0,37.0,519.0,12.0,,3586.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,42.0,30,True,2024-04-08 16:09:10.000,0.11.16,101.0,sahi,conda-forge/sahi,,,,1067.0,1054.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,13.0,124223.0,126648.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,56133.0,,,,,2.0,24003.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,2024-04-30 15:15:19.000000,2024-03-25 08:55:18,3659.0,3.0,459.0,101.0,1048.0,255.0,368.0,3557.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],184.0,55.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,108.0,121720.0,151725.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1285759.0,,,,,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,3219.0,,,,,,,,,,,, +295,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-03-20 16:59:01.000000,2023-11-21 21:15:59,435.0,,602.0,78.0,228.0,80.0,406.0,3427.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1338.0,1310.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,28.0,171381.0,185017.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,598899.0,,,,,2.0,714.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-04-25 20:54:01.681000,2024-04-24 11:35:19,406.0,3.0,244.0,64.0,53.0,9.0,,3302.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",15.0,30,True,2024-04-24 11:36:32.000,4.6.2,28.0,textdistance,conda-forge/textdistance,,,,6283.0,6212.0,https://pypi.org/project/textdistance,2024-04-24 11:35:57.000,71.0,757312.0,770242.0,https://anaconda.org/conda-forge/textdistance,2024-04-25 20:54:01.681,542552.0,,,,,2.0,1000.0,,,,,,,,,,,,,,,,,,, +297,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-03-11 01:00:49.000000,2024-03-11 00:59:40,984.0,4.0,571.0,97.0,335.0,43.0,718.0,3261.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,30,True,2024-03-11 01:00:49.000,1.0.4,74.0,pomegranate,conda-forge/pomegranate,,,,1141.0,1087.0,https://pypi.org/project/pomegranate,2024-03-11 01:00:49.000,54.0,42299.0,45363.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,147113.0,,,,,3.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-05-02 07:09:31.000000,2024-05-02 07:09:31,626.0,99.0,574.0,38.0,854.0,122.0,700.0,3158.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",79.0,30,True,2024-03-27 16:32:44.000,1.0.1,30.0,anomalib,,,,,66.0,63.0,https://pypi.org/project/anomalib,2024-03-27 16:33:12.000,3.0,17349.0,17668.0,,,,,,,,2.0,9256.0,,,,,,,,,,,,,,,,,,, +299,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,324.0,66.0,75.0,15.0,121.0,3019.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,13200.0,12805.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,395.0,1613083.0,1617128.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,364090.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,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-04-01 11:18:46.000000,2024-04-01 11:18:31,1289.0,9.0,281.0,55.0,220.0,52.0,416.0,2995.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,37.0,30,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,744.0,728.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,231107.0,251845.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,974686.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-31 00:50:11.000000,2024-03-31 00:50:11,2705.0,33.0,366.0,38.0,517.0,50.0,216.0,2761.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,30,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,252.0,246.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,6.0,6405.0,6570.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7264.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,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-03-20 16:55:01.000000,2024-03-20 16:53:52,2297.0,3.0,721.0,78.0,205.0,190.0,466.0,2733.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",151.0,30,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],10.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,10.0,101763.0,101763.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +303,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-04-30 15:04:21.000000,2024-04-30 15:04:21,999.0,2.0,482.0,56.0,137.0,345.0,167.0,2674.0,A high performance implementation of HDBSCAN clustering.,88.0,30,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3647.0,3401.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,246.0,517376.0,561285.0,https://anaconda.org/conda-forge/hdbscan,2024-04-18 14:14:17.442,1888123.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,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,12.0,421.0,44.0,365.0,22.0,349.0,2657.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,30,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,592.0,578.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,2631.0,2913.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,12990.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-04-05 13:21:22.787000,2024-04-05 11:33:33,2908.0,33.0,1055.0,121.0,515.0,61.0,300.0,2551.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,30,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],311.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,311.0,419188.0,442318.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,994604.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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,356.0,83.0,168.0,216.0,146.0,2325.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,30,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6036.0,5896.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,131.0,421083.0,426255.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,196295.0,,,,,3.0,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,996.0,,,,,,,,,,,, +307,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,90.0,250.0,66.0,63.0,33.0,186.0,2093.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,30,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,,1248.0,1248.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,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-05-02 02:00:08.000000,2024-04-30 19:42:51,1502.0,49.0,204.0,50.0,253.0,166.0,158.0,2058.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",42.0,30,True,2024-04-30 21:24:12.000,0.33.8,176.0,graphistry,,,,['jupyter'],134.0,114.0,https://pypi.org/project/graphistry,2024-04-30 21:24:12.000,20.0,4567.0,4567.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,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-04-20 09:26:43.000000,2024-04-20 09:26:39,883.0,24.0,125.0,21.0,368.0,115.0,233.0,1819.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,50.0,30,True,2024-04-14 13:04:28.000,0.11.4,48.0,equinox,,,,['jax'],602.0,524.0,https://pypi.org/project/equinox,2024-04-14 13:04:28.000,78.0,246196.0,246196.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +310,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-04-29 20:57:51.000000,2024-04-29 20:57:51,290.0,7.0,355.0,51.0,78.0,78.0,113.0,1780.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,43.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6148.0,5985.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,163.0,172153.0,173277.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,79862.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-04-29 13:01:42.000000,2024-04-29 13:01:42,1192.0,72.0,176.0,19.0,158.0,48.0,135.0,1696.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,30,True,2024-03-15 11:44:36.000,0.35.0,38.0,audiomentations,,,,,490.0,478.0,https://pypi.org/project/audiomentations,2024-03-15 11:44:36.000,12.0,25629.0,25629.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-04-30 09:55:50.000000,2024-04-30 09:55:49,3894.0,89.0,281.0,27.0,574.0,85.0,711.0,1672.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,77.0,30,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,85.0,82.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1280.0,1280.0,,,,,,,,2.0,19.0,,,,,,,,,,,,,,,,,,, +313,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-04-29 20:13:10.000000,2024-04-29 07:26:04,1656.0,190.0,89.0,22.0,301.0,34.0,71.0,1652.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",36.0,30,True,2024-04-29 07:26:08.000,2.12.0,114.0,usearch,,unum/usearch,,,84.0,68.0,https://pypi.org/project/usearch,2024-04-29 08:22:26.000,6.0,61858.0,68382.0,,,,https://hub.docker.com/r/unum/usearch,2024-04-29 07:28:41.232497,1.0,75.0,3.0,1218.0,,,usearch,https://www.npmjs.com/package/usearch,2024-04-10 02:44:41.570,10.0,6409.0,,,,,2.0,,,,,,, +314,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-03-30 17:39:23.000000,2024-03-30 17:39:23,1059.0,8.0,217.0,53.0,204.0,29.0,281.0,1617.0,A full spaCy pipeline and models for scientific/biomedical documents.,33.0,30,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,910.0,879.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,31.0,26659.0,26659.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,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-05-01 13:16:01.000000,2024-03-05 19:49:17,712.0,5.0,316.0,43.0,366.0,77.0,213.0,1616.0,Training PyTorch models with differential privacy.,78.0,30,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],792.0,772.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,20.0,140120.0,140606.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,13552.0,,,,,2.0,109.0,,,,,,,,,,,,,,,,,,, +316,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2024-04-07 13:04:52.000000,2024-04-07 13:04:52,1249.0,5.0,135.0,30.0,109.0,34.0,254.0,1531.0,Statistical package in Python based on Pandas.,45.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,2030.0,1956.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,66987.0,69460.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,116231.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +317,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-04-11 17:54:34.000000,2024-04-11 17:54:34,1875.0,17.0,269.0,45.0,274.0,60.0,196.0,1495.0,TensorLy: Tensor Learning in Python.,67.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,691.0,633.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,58.0,28331.0,33388.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,364106.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,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-04-25 13:15:07.000000,2024-04-25 13:15:07,1476.0,4.0,162.0,32.0,249.0,,,1318.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1682.0,1631.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,51.0,229873.0,230912.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,31199.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2024-03-15 15:54:00.000000,2024-03-15 15:54:00,4210.0,4.0,285.0,80.0,643.0,20.0,608.0,1278.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,30,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,1537.0,1498.0,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,22649.0,34376.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,539458.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +320,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-04-16 17:35:41.000000,2024-04-16 17:27:51,1127.0,7.0,245.0,45.0,518.0,37.0,183.0,1254.0,ARCH models in Python.,35.0,30,False,2024-04-16 17:35:41.000,7.0.0,47.0,arch,conda-forge/arch-py,,,,2493.0,1602.0,https://pypi.org/project/arch,2024-04-16 17:35:41.000,891.0,396352.0,402578.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,292629.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,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-04-05 19:20:06.000000,2024-04-05 18:52:42,3044.0,24.0,269.0,34.0,37.0,1.0,491.0,1212.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,30,True,2024-04-05 19:20:07.000,0.41.3,210.0,ktrain,,,,['tensorflow'],519.0,516.0,https://pypi.org/project/ktrain,2024-04-05 18:57:50.000,3.0,9813.0,9813.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +322,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-04-02 02:34:15.000000,2024-04-02 02:31:39,818.0,7.0,248.0,40.0,509.0,273.0,256.0,882.0,Scalable Machine Learning with Dask.,78.0,30,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1081.0,1006.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,75.0,323284.0,323284.0,https://anaconda.org/conda-forge/dask-ml,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,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-04-24 23:54:11.000000,2024-04-24 23:48:44,959.0,15.0,162.0,48.0,85.0,35.0,144.0,751.0,Library for exploring and validating machine learning data.,26.0,30,True,2024-04-24 23:26:22.000,1.15.1,46.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",909.0,878.0,https://pypi.org/project/tensorflow-data-validation,2024-04-24 23:54:11.000,31.0,188030.0,188039.0,,,,,,,,3.0,647.0,,,,,,,,,,,,,,,,,,, +324,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,,107.0,24.0,53.0,37.0,57.0,479.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,,,,20571.0,20199.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,372.0,2065046.0,2082778.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,762517.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-04-26 06:00:10.000000,2024-04-26 05:51:27,1960.0,3.0,2415.0,281.0,912.0,195.0,679.0,14190.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",123.0,29,True,2023-07-18 11:35:09.110,0.9.3,32.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2023-07-18 11:35:09.110,1.0,2496.0,2505.0,,,,,,,,2.0,396.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-04-23 19:58:08.000000,2023-04-19 14:13:08,2404.0,,3678.0,605.0,227.0,49.0,,13073.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2087.0,2013.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,20854.0,20854.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,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,,1840.0,218.0,46.0,96.0,94.0,8948.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,114134.0,114826.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,32537.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +328,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-05-02 01:13:53.661000,2024-04-26 06:29:23,1174.0,9.0,1318.0,100.0,639.0,691.0,521.0,8042.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,127.0,29,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2430.0,2430.0,,,,,4587.0,https://anaconda.org/conda-forge/nvidia-apex,2024-05-02 01:13:53.661,197260.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,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,,1156.0,211.0,92.0,194.0,122.0,5673.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,29,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,478.0,458.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,20.0,10312.0,10312.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,881.0,126.0,38.0,69.0,144.0,5212.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3267.0,3220.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,47.0,782577.0,782891.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,15082.0,,,,,1.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-05-02 13:56:29.000000,2024-05-01 16:30:03,1594.0,37.0,810.0,146.0,1506.0,342.0,399.0,4972.0,Simple and Distributed Machine Learning.,118.0,29,True,2024-04-11 00:33:42.000,1.0.4,48.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,2024-04-11 00:33:42.000,3.0,186431.0,186431.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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4725.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2870.0,2824.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,209084.0,209091.0,,,,,,,,2.0,359.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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,667.0,88.0,206.0,142.0,356.0,4604.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,,,,1474.0,1424.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,50.0,468692.0,470989.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,174612.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,446.0,41.0,124.0,66.0,154.0,4303.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,,,,1200.0,1167.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,143901.0,144433.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,18648.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,69.0,367.0,98.0,460.0,4158.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,29,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,3083.0,2971.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,112.0,26645.0,26815.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,5115.0,,,,,2.0,,,,,,,,,,,,,-2.0,,,,,,, +336,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,,267.0,46.0,50.0,26.0,94.0,3853.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,,,,5378.0,5239.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,139.0,927689.0,934427.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,283001.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-04-29 19:28:06.000000,2024-03-15 19:57:42,1777.0,48.0,571.0,39.0,826.0,472.0,283.0,3619.0,Time series forecasting with PyTorch.,44.0,29,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,10.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,10.0,50226.0,51488.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,55566.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,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-05-02 05:07:00.000000,2024-04-18 17:19:51,1212.0,40.0,471.0,63.0,733.0,7.0,531.0,3454.0,On-device wake word detection powered by deep learning.,37.0,29,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,43.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,15.0,7864.0,7864.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,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,,399.0,45.0,1085.0,6.0,353.0,3229.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1148.0,1110.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,38.0,9942.0,9942.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,672.0,110.0,72.0,99.0,123.0,2977.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10804.0,10625.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,179.0,72593.0,72593.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +341,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,,289.0,33.0,476.0,33.0,30.0,2948.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1200.0,1154.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,46.0,138509.0,138776.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9901.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +342,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-04-15 09:57:54.000000,2024-04-13 08:53:37,1167.0,17.0,385.0,49.0,74.0,142.0,478.0,2936.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-04-10 12:40:10.000,1.1.7,90.0,mljar-supervised,conda-forge/mljar-supervised,,,,111.0,109.0,https://pypi.org/project/mljar-supervised,2024-04-10 12:40:10.000,2.0,3788.0,4182.0,https://anaconda.org/conda-forge/mljar-supervised,2024-04-15 06:59:59.678,13824.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,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-05-02 09:22:05.000000,2024-04-26 07:52:11,1578.0,42.0,321.0,37.0,334.0,36.0,156.0,2646.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,37.0,29,True,2024-03-12 11:08:12.000,2.4.3,39.0,shapash,,,,['jupyter'],154.0,152.0,https://pypi.org/project/shapash,2024-03-12 11:08:12.000,2.0,7174.0,7174.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,2549.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'],1539.0,1517.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,78421.0,78421.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,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-03-18 12:42:13.000000,2018-08-19 12:37:47,130.0,,282.0,66.0,60.0,26.0,39.0,2399.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,29,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4885.0,4807.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,78.0,559654.0,561751.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,171974.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,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-04-20 10:29:05.000000,2024-04-08 19:42:17,436.0,17.0,809.0,90.0,283.0,188.0,102.0,2314.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,29,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,425.0,408.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,17.0,26913.0,27129.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,9513.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-05-01 17:21:44.000000,2024-05-01 15:19:05,661.0,10.0,247.0,53.0,650.0,146.0,225.0,2290.0,Algorithms for explaining machine learning models.,21.0,29,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,621.0,594.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,27.0,20718.0,20718.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,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-05-01 17:07:24.000000,2024-04-24 16:02:46,725.0,10.0,213.0,37.0,536.0,141.0,235.0,2089.0,"Algorithms for outlier, adversarial and drift detection.",22.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,434.0,428.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,6.0,34578.0,34578.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,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-04-29 11:36:43.000000,2024-02-07 13:16:15,2447.0,2.0,437.0,76.0,1264.0,148.0,682.0,1799.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],680.0,643.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,38443.0,38803.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,25991.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +350,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-03-18 00:35:46.000000,2024-03-18 00:35:45,446.0,6.0,282.0,60.0,103.0,22.0,100.0,1798.0,ffn - a financial function library for Python.,32.0,29,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,467.0,451.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,16.0,153212.0,153406.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,7197.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-04-03 21:54:35.000000,2024-04-03 21:54:35,1591.0,2.0,281.0,55.0,138.0,79.0,183.0,1746.0,"CUDA integration for Python, plus shiny features.",82.0,29,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2938.0,2807.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,131.0,43797.0,51850.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,306023.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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-04-25 08:57:36.000000,2024-04-25 00:46:12,1435.0,29.0,271.0,73.0,105.0,33.0,55.0,1242.0,Model analysis tools for TensorFlow.,57.0,29,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,23.0,74449.0,74449.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,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-05-01 20:29:36.000000,2024-05-01 19:59:43,1957.0,28.0,318.0,25.0,2265.0,86.0,226.0,1218.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,29,True,2024-05-01 20:26:32.000,0.35.0,55.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",100.0,97.0,https://pypi.org/project/raiwidgets,2024-04-18 18:42:57.000,3.0,3655.0,3655.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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,,454.0,42.0,176.0,93.0,102.0,1028.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'],1577.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,1577.0,5591912.0,5623015.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2208326.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +355,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-04-01 17:38:38.000000,2024-03-25 14:43:57,494.0,1.0,120.0,31.0,128.0,27.0,74.0,880.0,Python bindings and utilities for GeoJSON.,56.0,29,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17707.0,17089.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,618.0,1926052.0,1979202.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,797256.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +356,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-03-29 21:39:55.734000,2024-03-29 19:58:22,669.0,3.0,101.0,14.0,95.0,72.0,64.0,841.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2024-03-29 20:37:40.000,0.5.12,31.0,pynndescent,conda-forge/pynndescent,,,,6313.0,6233.0,https://pypi.org/project/pynndescent,2024-03-29 20:37:40.000,80.0,1229898.0,1269520.0,https://anaconda.org/conda-forge/pynndescent,2024-03-29 21:39:55.734,1822653.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-04-18 00:57:35.551000,2024-04-17 11:02:55,1309.0,7.0,149.0,50.0,57.0,21.0,69.0,830.0,Computer Vision in Python.,35.0,29,True,2024-04-17 11:27:48.000,1.4.15,61.0,mahotas,conda-forge/mahotas,,,,1313.0,1253.0,https://pypi.org/project/mahotas,2024-04-17 11:27:48.000,60.0,17031.0,25615.0,https://anaconda.org/conda-forge/mahotas,2024-04-18 00:57:35.551,403483.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +358,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-05-02 14:41:59.000000,2024-05-02 07:57:36,3104.0,72.0,112.0,16.0,273.0,13.0,148.0,754.0,Python bindings for MPI.,26.0,29,True,2024-04-14 10:39:44.000,3.1.6,28.0,mpi4py,conda-forge/mpi4py,,,,775.0,,https://pypi.org/project/mpi4py,2024-04-14 10:34:55.000,775.0,225221.0,282362.0,https://anaconda.org/conda-forge/mpi4py,2024-04-15 09:42:38.104,2435625.0,,,,,2.0,22988.0,,,,,,,,,,,,,,,,,,, +359,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-05-01 16:34:14.000000,2024-05-01 16:34:13,823.0,21.0,74.0,26.0,385.0,104.0,232.0,567.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-04-05 15:56:28.000,1.12.0,63.0,geoviews,conda-forge/geoviews,,,,1013.0,971.0,https://pypi.org/project/geoviews,2024-04-05 10:57:38.000,42.0,11635.0,16597.0,https://anaconda.org/conda-forge/geoviews,2024-04-05 16:04:19.139,218366.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +360,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-04-12 14:20:43.000000,2024-04-12 14:18:33,232.0,8.0,58.0,13.0,204.0,13.0,187.0,315.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-04-12 14:20:43.000,3.9.1,72.0,pystan,conda-forge/pystan,,,,10043.0,9779.0,https://pypi.org/project/pystan,2024-04-12 14:20:43.000,264.0,1909560.0,1942306.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2816218.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +361,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4819.0,650.0,372.0,498.0,436.0,15355.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,563.0,560.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,930.0,930.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,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-04-26 07:19:34.000000,2023-12-28 07:35:14,2224.0,,2806.0,197.0,3640.0,1223.0,4118.0,12088.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],1.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,1.0,752.0,752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +363,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-04-03 17:00:30.000000,2024-04-03 17:00:29,338.0,5.0,1387.0,429.0,50.0,98.0,87.0,10375.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2022-09-21 20:20:42.649,4.0.6,44.0,dopamine-rl,,,,['tensorflow'],57.0,21.0,https://pypi.org/project/dopamine-rl,2022-09-21 20:20:42.649,36.0,27077.0,27077.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +364,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-05-02 01:34:04.000000,2023-04-19 16:47:52,581.0,,1146.0,350.0,80.0,48.0,231.0,7916.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,758.0,732.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,3116.0,3501.0,,,,,,,,2.0,31258.0,,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +365,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,,909.0,267.0,98.0,82.0,81.0,7315.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],244.0,236.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,253561.0,253561.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1325.0,175.0,46.0,79.0,238.0,6813.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'],33.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,12.0,77906.0,77906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +367,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,348.0,14.0,42.0,66.0,6330.0,Python library for processing Chinese text.,8.0,28,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1327.0,1320.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,7.0,79347.0,79347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +368,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,,1368.0,204.0,158.0,44.0,227.0,5493.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'],815.0,761.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,54.0,1580.0,1580.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,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,273.0,438.0,221.0,329.0,4816.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'],317.0,315.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,446.0,446.0,,,,,,,,3.0,22.0,,,,,,,,,,,,,,,,,,, +370,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-03-07 14:59:40.000000,2022-08-06 21:47:18,182.0,,432.0,71.0,61.0,101.0,56.0,4470.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,,,,,1697.0,1690.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,249330.0,249330.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +371,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,,965.0,145.0,31.0,46.0,77.0,4249.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,,,,8419.0,8332.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,87.0,204236.0,204602.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13923.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +372,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-04-29 17:50:14.000000,2024-04-05 14:20:01,251.0,2.0,917.0,52.0,53.0,69.0,106.0,4166.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,17.0,28,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],1769.0,1739.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,30.0,57869.0,75013.0,,,,,,,,3.0,925813.0,,,,,,,,,,,,,,,,,,, +373,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-04-13 16:57:34.000000,2024-03-19 16:05:30,525.0,2.0,716.0,176.0,82.0,8.0,279.0,4163.0,A python wrapper for Alpha Vantage API for financial data.,43.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,565.0,533.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,30807.0,30972.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6631.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,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,,406.0,37.0,56.0,118.0,43.0,3960.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'],13907.0,13787.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,261811.0,261811.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,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,,971.0,217.0,408.0,140.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,,,,,1303.0,1043.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,260.0,2330.0,2330.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +376,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-02-24 20:17:14.000000,2024-02-24 20:17:13,454.0,8.0,522.0,113.0,92.0,20.0,101.0,3421.0,Module for automatic summarization of text documents and HTML pages.,31.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,2721.0,2695.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,26.0,422216.0,422436.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7718.0,,,,,2.0,,,,,,,,,,,,,-2.0,,,,,,, +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,2024-05-02 05:08:24.000000,2024-04-17 02:40:53,1439.0,74.0,343.0,69.0,1332.0,96.0,83.0,3398.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,28,True,2024-04-09 23:12:45.000,1.1.1,16.0,lit-nlp,conda-forge/lit-nlp,,,,33.0,31.0,https://pypi.org/project/lit-nlp,2024-04-09 23:12:45.000,2.0,5436.0,7020.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,69722.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,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-04-26 06:34:23.000000,2024-04-26 06:33:02,1199.0,4.0,410.0,82.0,54.0,59.0,202.0,3379.0,A library of reinforcement learning components and agents.,85.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],202.0,199.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,2265.0,2463.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8357.0,,,,,2.0,,,google-deepmind/acme,,,,,,,,,,,,,,,,, +379,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-04-19 04:00:18.000000,2024-02-22 12:17:17,1487.0,3.0,243.0,19.0,1741.0,287.0,726.0,3372.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,,,,,374.0,367.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,52617.0,52643.0,,,,,,,,2.0,831.0,,,,,,,,,,,,,,,,,,, +380,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,,455.0,82.0,245.0,62.0,154.0,3032.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,,,,,184.0,182.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,61386.0,61387.0,,,,,,,,2.0,77.0,,,,,,,,,,,,,,,,,,, +381,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,,419.0,63.0,933.0,315.0,745.0,2894.0,StellarGraph - Machine Learning on Graphs.,37.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],266.0,258.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,8.0,7817.0,7817.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,,330.0,46.0,120.0,66.0,136.0,2842.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1165.0,1141.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,131960.0,133580.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,68040.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,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,8.0,472.0,96.0,43.0,89.0,240.0,2715.0,Learning to Rank in TensorFlow.,34.0,28,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],13.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,13.0,97757.0,97757.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,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-05-02 14:07:11.000000,2024-05-02 14:06:42,3503.0,10.0,522.0,108.0,347.0,388.0,683.0,2693.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,,,,,653.0,633.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,13915.0,13915.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +385,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-04-24 07:18:21.000000,2024-04-24 07:18:21,3528.0,8.0,341.0,153.0,1173.0,32.0,60.0,2691.0,Neural Network Libraries.,76.0,28,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,55.0,,https://pypi.org/project/nnabla,2023-12-06 09:31:24.000,55.0,3161.0,3172.0,,,,,,,,3.0,916.0,,,,,,,,,,,,,,,,,,, +386,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-04-23 23:08:36.000000,2023-12-03 09:09:14,2415.0,,254.0,27.0,1131.0,77.0,224.0,2575.0,Database system for AI-powered apps.,73.0,28,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,8808.0,27525.0,,,,,,,,3.0,411779.0,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +387,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-05-02 09:33:27.000000,2024-04-25 13:20:13,107.0,21.0,319.0,27.0,299.0,42.0,329.0,2398.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,28,True,2024-04-25 13:54:25.000,0.2.0,19.0,adapter-transformers,,,,['huggingface'],53.0,46.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,122623.0,122623.0,,,,,,,,2.0,,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +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,44.0,57.0,67.0,207.0,2346.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'],293.0,286.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,7389.0,7389.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,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,,304.0,64.0,14.0,28.0,46.0,2248.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11295.0,11078.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,217.0,437864.0,437864.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-04-26 00:01:37.000000,2021-07-09 11:06:18,56.0,,495.0,42.0,25.0,66.0,38.0,2126.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,28,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],5155.0,5104.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,80294.0,80522.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11639.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +391,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-04-04 12:44:05.000000,2024-04-04 12:44:05,521.0,4.0,401.0,85.0,104.0,79.0,259.0,2029.0,bt - flexible backtesting for Python.,32.0,28,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1611.0,1601.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,10.0,6822.0,7429.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,22489.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,2024-02-13 19:24:57.000000,2024-02-01 18:50:30,675.0,,400.0,41.0,62.0,19.0,270.0,1871.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,,,,1597.0,1575.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,39435.0,40143.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,31185.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-05-01 19:50:55.000000,2024-05-01 10:05:18,1988.0,210.0,126.0,28.0,183.0,16.0,22.0,1870.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-03-21 07:36:40.000,0.5.1,145.0,labml,,,,,153.0,147.0,https://pypi.org/project/labml,2024-03-21 07:36:40.000,6.0,4855.0,4855.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +394,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,16.0,160.0,61.0,68.0,65.0,130.0,1801.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,28,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,412.0,402.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,10.0,1113.0,1113.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +395,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-04-25 20:35:50.000000,2024-04-04 17:23:09,848.0,7.0,382.0,36.0,873.0,164.0,294.0,1800.0,A Python package to assess and improve fairness of machine learning models.,81.0,28,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],32.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,29.0,266861.0,267616.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,31723.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +396,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-02-16 16:14:43.000000,2024-02-16 16:14:36,365.0,1.0,256.0,47.0,312.0,232.0,184.0,1753.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,28,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],317.0,316.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,453902.0,453902.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +397,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,6.0,377.0,51.0,125.0,41.0,422.0,1668.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,28,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,251.0,232.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,19.0,3611.0,3731.0,,,,,,,,2.0,11849.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +398,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-04-29 18:33:44.000000,2024-04-29 18:20:59,222.0,30.0,197.0,32.0,20.0,1.0,89.0,1629.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,28,True,2024-04-29 18:33:44.000,0.1.904,89.0,autoviz,conda-forge/autoviz,,,,677.0,670.0,https://pypi.org/project/autoviz,2024-04-29 18:33:44.000,7.0,28450.0,29931.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,48898.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +399,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,179.0,34.0,72.0,20.0,52.0,1475.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],2940.0,2925.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,15.0,1407416.0,1407922.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,20269.0,,,,,2.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,2024-04-30 15:34:20.000000,2024-04-30 15:34:14,586.0,21.0,410.0,30.0,50.0,16.0,125.0,1388.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,29.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,594.0,571.0,https://pypi.org/project/minisom,2024-02-16 09:47:58.000,23.0,21973.0,21973.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +401,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,328.0,39.0,301.0,25.0,200.0,1228.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,396.0,374.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,19136.0,19136.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-01-17 21:03:09.000000,2024-01-17 21:03:09,532.0,,420.0,51.0,39.0,16.0,139.0,1219.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,,,,3027.0,2579.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,448.0,391535.0,392392.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,42004.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,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-04-30 10:44:23.000000,2024-04-20 11:36:11,511.0,22.0,112.0,23.0,351.0,33.0,270.0,1155.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-04-16 14:59:21.000,0.8.2,50.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],149.0,141.0,https://pypi.org/project/scikit-lego,2024-04-16 12:18:11.000,8.0,21237.0,22224.0,https://anaconda.org/conda-forge/scikit-lego,2024-04-17 13:14:18.003,47384.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +404,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-05-01 16:26:50.000000,2024-05-01 16:26:44,1784.0,297.0,73.0,11.0,523.0,42.0,604.0,1105.0,An open-source container orchestration engine for running AI workloads in any cloud or data center...,24.0,28,True,2024-04-30 10:54:46.000,0.18.1,201.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-04-30 10:54:46.000,,2609.0,2609.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +405,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-04-19 17:20:53.000000,2024-04-19 17:19:52,1091.0,35.0,206.0,23.0,136.0,23.0,191.0,1072.0,Survival analysis built on top of scikit-learn.,20.0,28,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],477.0,463.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,14.0,91353.0,94205.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,85568.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +406,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-03-29 13:25:52.761000,2024-03-27 08:01:51,780.0,10.0,60.0,13.0,127.0,45.0,115.0,941.0,Visualize large time series data with plotly.py.,12.0,28,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1057.0,1045.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,12.0,443987.0,445362.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,38524.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-05-01 22:32:35.000000,2024-04-20 18:11:05,3712.0,6.0,322.0,66.0,686.0,39.0,527.0,820.0,The Classical Language Toolkit.,121.0,28,True,2024-04-20 18:11:50.000,1.2.5,215.0,cltk,,,,,274.0,259.0,https://pypi.org/project/cltk,2024-04-20 18:11:50.000,15.0,1871.0,1871.0,,,,,,,,2.0,64.0,,,,,,,,,,,,,,,,,,, +408,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-04-24 20:00:06.000000,2024-04-24 20:00:06,1350.0,18.0,128.0,25.0,469.0,13.0,132.0,817.0,A Comparative Framework for Multimodal Recommender Systems.,21.0,28,True,2024-03-21 07:26:15.000,2.1.0,56.0,cornac,conda-forge/cornac,,,,225.0,209.0,https://pypi.org/project/cornac,2024-03-21 07:43:30.000,16.0,42295.0,50169.0,https://anaconda.org/conda-forge/cornac,2024-04-04 19:07:37.308,370082.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +409,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,38.0,11.0,69.0,7.0,26.0,209.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,42563.0,42307.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,256.0,7945710.0,7993134.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2086674.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +410,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,,1067.0,233.0,455.0,67.0,265.0,17073.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,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,,49418.0,49825.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,23642.0,3.0,,,,,,,,,,,,,,,,,,,, +411,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-05-01 16:26:53.000000,2024-04-26 07:56:50,927.0,189.0,980.0,95.0,433.0,225.0,333.0,11014.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",75.0,27,False,2024-04-26 07:58:12.000,2.0.36,100.0,pandas-ai,,,,,2925.0,2925.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,, +412,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-04-05 19:03:17.000000,2022-11-08 22:11:16,98.0,,1772.0,204.0,73.0,109.0,36.0,10069.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,27,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,56315.0,56315.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,,1500.0,130.0,51.0,155.0,141.0,7756.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'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,142340.0,219502.0,,,,,,,,2.0,3858145.0,,,,,,,,,,,,,,,,,,, +414,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1639.0,459.0,698.0,33.0,441.0,7297.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'],40.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,40.0,2036.0,2059.0,,,,,,,,2.0,2185.0,,,,,,,,,,,,,,,,,,, +415,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,625.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,,1884.0,1884.0,,,,,,,,3.0,8.0,,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +416,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-04-29 16:55:45.000000,2024-04-29 15:11:44,653.0,1.0,1004.0,146.0,95.0,88.0,305.0,6192.0,A Python scikit for building and analyzing recommender systems.,45.0,27,True,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,71.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,50.0,94352.0,102175.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,359877.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,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,125.0,64.0,136.0,74.0,5023.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,,,,,756.0,744.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,9414.0,9414.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,104.0,617.0,89.0,606.0,4200.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],89.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,89.0,590837.0,592542.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,76767.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +419,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-04-23 02:12:59.000000,2024-04-23 02:12:59,1138.0,1.0,720.0,60.0,1013.0,167.0,739.0,4086.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'],125.0,122.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,9230.0,9230.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2023-07-10 10:34:11.000000,2023-04-27 20:08:56,632.0,,964.0,283.0,226.0,12.0,356.0,3865.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,854133.0,854536.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,21382.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,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-04-09 15:08:12.000000,2024-04-09 15:08:11,2114.0,6.0,538.0,144.0,239.0,39.0,634.0,3281.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'],445.0,443.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,801.0,801.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +422,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-04-24 18:10:14.000000,2023-09-10 15:15:16,1059.0,,237.0,62.0,113.0,7.0,272.0,3201.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,539.0,530.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,15723.0,15742.0,,,,,,,,3.0,1227.0,,,,,,,,,,,,,,,,,,, +423,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,,364.0,81.0,63.0,154.0,189.0,3180.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,,,,473.0,457.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,16.0,4668.0,12177.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,645836.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +424,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-04-30 02:18:21.000000,2024-04-30 02:18:03,1631.0,122.0,626.0,44.0,28.0,,459.0,2954.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'],21.0,21.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1006.0,1006.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-04-27 07:02:54.000000,2022-09-28 17:12:28,249.0,,307.0,29.0,321.0,77.0,38.0,2686.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,27,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],915.0,914.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,18605.0,18692.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2886.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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,,443.0,126.0,143.0,192.0,247.0,2603.0,PYthon svg GrAph plotting Library.,77.0,27,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,638.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,638.0,295865.0,298339.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,39592.0,,,,,2.0,,,,,,,,,,,,,-2.0,,,,,,, +427,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,,329.0,78.0,55.0,161.0,68.0,2262.0,Multilingual text (NLP) processing toolkit.,26.0,27,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1285.0,1236.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,95702.0,95702.0,,,,,,,,3.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,,255.0,89.0,124.0,33.0,230.0,2174.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,,,,2224.0,1761.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,463.0,44074.0,45750.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,140799.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,,317.0,64.0,38.0,97.0,160.0,2169.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'],357.0,351.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,11443.0,11443.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,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,2058.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'],2093.0,2079.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,93431.0,97723.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,493.0,,,,,3.0,256872.0,,,,,,,,,,,,,,,,,,, +431,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-04-26 19:41:05.000000,2024-04-26 19:41:00,868.0,12.0,446.0,59.0,332.0,113.0,92.0,1873.0,Library for training machine learning models with privacy for training data.,58.0,27,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,20034.0,20036.0,,,,,,,,2.0,153.0,,,,,,,,,,,,,,,,,,, +432,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,,212.0,36.0,1081.0,25.0,496.0,1730.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],277.0,274.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,3.0,3014.0,3555.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,17871.0,,,,,2.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +433,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,33.0,269.0,27.0,187.0,10.0,390.0,1617.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,27,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],182.0,174.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1961.0,1961.0,,,,,,,,2.0,,,,,,,,,,,,,3.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-05-02 15:05:08.000000,2024-05-02 15:05:05,6396.0,119.0,287.0,47.0,2696.0,311.0,1421.0,1574.0,cuGraph - RAPIDS Graph Analytics Library.,112.0,27,True,2024-04-10 21:01:45.000,24.04.00,35.0,cugraph,conda-forge/libcugraph,,,,4.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,2.0,247.0,748.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,18551.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1573.0,Distributed Deep learning with Keras & Spark.,27.0,27,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",78.0,75.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,3.0,48610.0,48849.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13659.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-03-29 20:40:19.000000,2024-03-29 11:21:07,2828.0,12.0,174.0,25.0,667.0,118.0,444.0,1529.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,27,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,4420.0,4423.0,,,,,,,,2.0,177.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,1478.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,,,,,426.0,395.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,31.0,2097.0,2097.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,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-05-01 11:45:50.000000,2024-02-28 20:15:02,673.0,6.0,167.0,48.0,162.0,19.0,381.0,1323.0,moDel Agnostic Language for Exploration and eXplanation.,24.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,166.0,161.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,5.0,17290.0,17602.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,12483.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-04-22 13:41:28.000000,2024-04-22 13:41:26,1044.0,29.0,113.0,23.0,115.0,32.0,52.0,1292.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",23.0,27,True,2024-03-12 03:37:43.000,1.4.3,46.0,imodels,,,,,78.0,71.0,https://pypi.org/project/imodels,2024-03-11 20:28:16.000,7.0,55744.0,55744.0,,,,,,,,2.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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,345.0,71.0,87.0,27.0,26.0,1227.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,,,,1504.0,1360.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,144.0,27085.0,27438.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26515.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,2024-05-01 18:58:50.000000,2024-04-19 16:22:07,1974.0,63.0,364.0,54.0,510.0,156.0,253.0,1113.0,Machine learning on FPGAs using HLS.,60.0,27,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,,1250.0,1419.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7439.0,,,,,2.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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,925.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'],106.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,62.0,77337.0,85175.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,532952.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2287.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,,174.0,33.0,86.0,88.0,122.0,905.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'],1584.0,1559.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,89763.0,89763.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +444,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-05-01 12:47:24.000000,2024-04-30 17:04:14,3101.0,303.0,107.0,11.0,537.0,36.0,93.0,896.0,Time series forecasting with scikit-learn models.,13.0,27,True,2023-11-16 21:42:02.000,0.11.0,25.0,skforecast,,,,['sklearn'],264.0,256.0,https://pypi.org/project/skforecast,2023-11-16 21:34:56.000,8.0,47839.0,47839.0,,,,,,,,3.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,2024-05-01 13:30:13.000000,2024-05-01 00:09:23,16580.0,26.0,367.0,44.0,1619.0,309.0,2961.0,860.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,22.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,2.0,651.0,705.0,,,,,,,,3.0,6806.0,,,,,,,,,,,,,,,,,,, +446,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-04-25 20:33:29.000000,2024-04-25 20:33:29,602.0,37.0,161.0,32.0,193.0,5.0,100.0,587.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,32.0,27,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],355.0,334.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,21.0,44213.0,44453.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,5540.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-04-14 07:31:10.000000,2024-04-14 07:29:44,325.0,35.0,89.0,19.0,115.0,36.0,79.0,579.0,pyspark methods to enhance developer productivity.,27.0,27,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],83.0,76.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,792922.0,792922.0,,,,,,,,3.0,23.0,,,,,,,,,,,,,,,,,,, +448,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-04-24 18:16:33.000000,2023-08-23 17:20:54,1241.0,,155.0,19.0,717.0,26.0,208.0,478.0,A package built to support working with spatial data using open source python.,44.0,27,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,330.0,313.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,7583.0,8811.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,74955.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,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,,1203.0,184.0,213.0,25.0,534.0,8822.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,,,,,248.0,,,,,,,,3.0,9933.0,,,,,,,,,,,,,,,,,,, +450,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,595.0,140.0,31.0,70.0,55.0,5539.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1666.0,1617.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,49.0,1675182.0,1675587.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18647.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,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-04-29 08:04:00.000000,2024-03-08 08:24:03,13775.0,84.0,1536.0,141.0,3584.0,845.0,1095.0,5514.0,An Industrial Grade Federated Learning Framework.,100.0,26,True,2024-03-08 08:32:35.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-22 00:24:33.000000,2024-03-22 00:17:00,218.0,3.0,295.0,71.0,179.0,24.0,54.0,4901.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,116.0,112.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2304.0,2304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,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-04-04 13:02:44.000000,2024-04-04 13:02:44,6153.0,1.0,527.0,151.0,1906.0,338.0,1331.0,4413.0,ArrayFire: a general purpose GPU library.,88.0,26,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,9.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,9.0,1652.0,1707.0,,,,,,,,3.0,5965.0,,,,,,,,,,,,,,,,,,, +454,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,95.0,48.0,32.0,3484.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,86.0,76.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,10.0,24158.0,24611.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,29949.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-04-19 22:27:39.000000,2024-03-08 19:28:28,465.0,7.0,271.0,50.0,458.0,59.0,256.0,3304.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,4.0,7229.0,8269.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,39202.0,,,,,2.0,444.0,,,,,,,,,,,,,,,,,,, +456,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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,1.0,389.0,161.0,84.0,101.0,101.0,3186.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],14.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,14.0,63816.0,63816.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,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,,1020.0,166.0,215.0,43.0,146.0,3094.0,Performance analysis of predictive (alpha) stock factors.,26.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,704.0,686.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,18.0,1458.0,1732.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20617.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,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-03-19 19:20:10.000000,2024-03-18 19:51:35,2374.0,14.0,685.0,159.0,61.0,7.0,744.0,3080.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,26,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,905.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,64146.0,,,,,3.0,4712.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,217.0,3649.0,429.0,1111.0,3007.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,,,,,,,,,1604.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,130866.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1505.0,3.0,,,,,,,,,shogun,,,,,,,,,,, +460,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,264.0,52.0,19.0,36.0,97.0,2841.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,,,,2195.0,2175.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,20.0,67115.0,67847.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,28583.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,167.0,164.0,113.0,2729.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,,,,91.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,91.0,384852.0,386642.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,150389.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,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,,217.0,66.0,42.0,16.0,24.0,2682.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,,,,968.0,963.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,68747.0,69011.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14543.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,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,1.0,686.0,179.0,75.0,23.0,565.0,2679.0,Python sync/async framework for Interactive Brokers API.,36.0,26,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,28.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,28.0,31728.0,32411.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,39661.0,,,,,3.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,2459.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,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,188.0,188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +465,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-04-10 16:58:39.000000,2024-01-30 18:07:43,695.0,,231.0,35.0,147.0,17.0,142.0,2296.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,,,,,179.0,175.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,4.0,16201.0,16207.0,,,,,,,,3.0,303.0,,,,,,,,,,,,,,,,,,, +466,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,3.0,236.0,64.0,31.0,60.0,94.0,2225.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,100.0,99.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2625.0,2632.0,,,,,,,,3.0,375.0,,,,,,,,,,,,,,,,,,, +467,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-05-02 15:19:04.000000,2023-06-01 12:18:23,739.0,,312.0,42.0,44.0,99.0,56.0,2141.0,A modular active learning framework for Python.,20.0,26,True,2024-05-02 15:19:04.000,0.62.137,920.0,modAL,,,,['sklearn'],23.0,,https://pypi.org/project/modAL,2024-05-02 15:19:04.000,23.0,240797.0,240797.0,,,,,,,,3.0,34.0,,,,,,,,,,,,,,,,,,, +468,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-02-21 23:17:37.000000,2024-02-21 23:13:33,479.0,8.0,385.0,63.0,153.0,7.0,92.0,2102.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,,,,,652.0,635.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,17.0,41835.0,41835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +469,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-04-01 00:45:19.000000,2024-03-31 23:27:50,918.0,26.0,135.0,33.0,440.0,50.0,353.0,1804.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,54.0,53.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,22523.0,22523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,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-04-01 02:54:47.033000,2024-03-31 23:27:50,918.0,26.0,135.0,33.0,440.0,50.0,353.0,1804.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,54.0,53.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,22523.0,22747.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,6282.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,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,40.0,495.0,172.0,151.0,1752.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,171.0,163.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,36282.0,36288.0,,,,,,,,3.0,457.0,,,,,,,,,,,,,,,,,,, +472,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,,159.0,25.0,81.0,43.0,35.0,1704.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,612.0,593.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,113151.0,113900.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,23220.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,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-05-02 00:47:55.000000,2024-05-02 00:40:29,914.0,108.0,256.0,46.0,752.0,59.0,64.0,1628.0,A lightweight library for PyTorch training tools and utilities.,124.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,6905.0,6905.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,,309.0,27.0,379.0,89.0,155.0,1559.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],57.0,55.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,2.0,1374.0,1374.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +475,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-04-30 13:26:27.000000,2023-06-07 07:35:59,3033.0,,119.0,36.0,337.0,11.0,187.0,1430.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,311.0,293.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,18.0,49332.0,49332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,231.0,46.0,184.0,53.0,120.0,1376.0,Metric learning algorithms in Python.,22.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],384.0,371.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,13.0,16406.0,16654.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11415.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,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-03-11 14:26:08.000000,2024-03-11 14:26:08,688.0,4.0,155.0,22.0,125.0,4.0,128.0,1361.0,"Extensible, parallel implementations of t-SNE.",11.0,26,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,810.0,786.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,24.0,29598.0,35022.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,244089.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,266.0,76.0,481.0,42.0,198.0,1314.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,1041.0,1014.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,27.0,16918.0,16991.0,,,,,,,,3.0,6207.0,,,,,,,,,,,,,,,,,,, +479,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,196.0,43.0,257.0,66.0,212.0,1240.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,452.0,419.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,33.0,1868.0,1868.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,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,,174.0,26.0,36.0,1.0,116.0,1237.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1609.0,1576.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,33.0,50302.0,50302.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +481,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,143.0,35.0,214.0,110.0,152.0,1221.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,,,,500.0,459.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,41.0,31895.0,42406.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,840927.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-04-16 18:02:40.000000,2024-04-16 18:02:40,396.0,2.0,177.0,26.0,32.0,4.0,129.0,1190.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,26,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],536.0,524.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,12.0,93403.0,93739.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,18148.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,,83.0,34.0,109.0,7.0,18.0,1185.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],236.0,225.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,2042812.0,2042812.0,,,,,,,,3.0,,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +484,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,1.0,250.0,41.0,39.0,68.0,591.0,1144.0,"pyclustering is a Python, C++ data mining library.",26.0,26,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,692.0,657.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,35.0,50141.0,51517.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,63099.0,,,,,3.0,510.0,,,,,,,,,,,,,,,,,,, +485,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,111.0,21.0,103.0,37.0,74.0,1122.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2547.0,2527.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,20.0,346254.0,347043.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,35530.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-05-01 00:27:24.000000,2024-05-01 00:13:02,2333.0,284.0,87.0,19.0,870.0,82.0,211.0,1075.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,84.0,metricflow,,,,,24.0,21.0,https://pypi.org/project/metricflow,2024-04-04 05:32:07.000,3.0,17838.0,17838.0,,,,,,,,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +487,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-05-02 01:46:57.000000,2024-05-02 01:45:39,808.0,11.0,116.0,31.0,412.0,68.0,324.0,1014.0,BAyesian Model-Building Interface (Bambi) in Python.,37.0,26,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,128.0,119.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,9.0,21658.0,22393.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,30149.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-03-16 03:13:29.000000,2024-03-16 03:11:16,544.0,84.0,101.0,24.0,97.0,15.0,104.0,666.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",26.0,26,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,102.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,102.0,24076.0,24076.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-04-26 16:22:39.000000,2024-04-10 14:03:58,910.0,26.0,106.0,43.0,112.0,56.0,46.0,632.0,Bias Auditing & Fair ML Toolkit.,21.0,26,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,161.0,154.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,15980.0,15980.0,,,,,,,,3.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-04-26 20:02:09.000000,2024-04-26 20:02:08,844.0,9.0,134.0,29.0,89.0,41.0,75.0,597.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2024-04-23 05:17:11.000,1.15.0,43.0,ml-metadata,,,,,466.0,442.0,https://pypi.org/project/ml-metadata,2024-04-23 05:17:11.000,24.0,73127.0,73161.0,,,,,,,,3.0,2153.0,,,,,,,,,,,,,,,,,,, +491,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-04-10 07:37:43.190000,2022-01-15 18:08:37,1718.0,,66.0,15.0,13.0,35.0,7.0,530.0,Pure-Python full-text search library.,42.0,26,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,3710.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,3710.0,442430.0,449200.0,https://anaconda.org/conda-forge/whoosh,2024-04-10 07:37:43.190,243752.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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,423.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7834.0,7549.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,285.0,235941.0,236758.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40043.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +493,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,,808.0,146.0,1563.0,114.0,125.0,7957.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,151.0,150.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3784.0,3784.0,,,,,,,,3.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,,800.0,168.0,1588.0,145.0,74.0,6350.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'],22.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,1.0,175.0,180.0,,,,,,,,3.0,357.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5780.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,,,,,129.0,126.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,361.0,408.0,,,,,,,,3.0,3734.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-04-27 19:15:19.000000,2023-04-28 16:55:30,521.0,,444.0,62.0,93.0,36.0,88.0,4956.0,Finding duplicate images made easy!.,15.0,25,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],112.0,107.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,19477.0,19477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,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-04-26 02:38:27.000000,2023-11-19 13:26:15,334.0,,953.0,45.0,34.0,65.0,112.0,4945.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],202.0,193.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,3728.0,3728.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,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-05-02 12:18:32.000000,2024-04-30 10:47:31,3543.0,115.0,603.0,93.0,3896.0,210.0,1372.0,4917.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,91.0,25,True,2024-04-29 15:41:50.000,1.37.0,77.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,239.0,215.0,51.0,200.0,4378.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,54.0,53.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,722.0,813.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3380.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,,512.0,135.0,649.0,65.0,198.0,3865.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,3015.0,3015.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,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,2.0,443.0,89.0,78.0,67.0,137.0,3351.0,Generate embeddings from large-scale graph-structured data.,32.0,25,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],3.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,3.0,541468.0,541470.0,,,,,,,,2.0,179.0,,,,,,,,,,,,,,,,,,, +502,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2024-05-02 12:49:43.000000,2024-04-30 02:48:23,2762.0,65.0,1209.0,135.0,1066.0,52.0,75.0,3301.0,a distributed deep learning platform.,90.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,68.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,740.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6548.0,3.0,,,,,,,,,,,,,,,,,,,, +503,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-04-22 17:11:22.000000,2024-03-30 09:25:51,4343.0,19.0,582.0,41.0,1002.0,251.0,692.0,3181.0,"A unified, comprehensive and efficient recommendation library.",71.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,4113.0,4225.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4728.0,,,,,3.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,,679.0,73.0,25.0,117.0,101.0,2976.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'],2943.0,2914.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,29.0,1651.0,1651.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,,471.0,98.0,49.0,59.0,253.0,2806.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,,,,720.0,696.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,24.0,3600.0,3913.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15440.0,,,,,3.0,979.0,,,,,,,,,,,,,,,,,,, +506,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-04-22 23:07:16.000000,2023-06-30 21:16:10,470.0,,322.0,64.0,317.0,47.0,124.0,2779.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'],54.0,53.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,2031.0,2350.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,15036.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,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-04-23 22:35:12.000000,2024-01-21 06:34:10,937.0,,173.0,20.0,78.0,95.0,172.0,2747.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,28.0,25,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,45.0,44.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1317.0,1317.0,,,,,,,,3.0,,,,,,,,,,,,,2.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,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,226.0,50.0,481.0,45.0,70.0,2712.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,,,,,224.0,221.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,21319.0,21320.0,,,,,,,,3.0,68.0,,,,,,,,,,,,,,,,,,, +509,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-04-15 21:12:13.000000,2023-07-01 21:40:58,1936.0,,345.0,40.0,89.0,28.0,158.0,2491.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,2265.0,2265.0,,,,,,,,2.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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,463.0,38.0,239.0,52.0,280.0,2481.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,25,True,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,37073.0,37296.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6474.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,,254.0,56.0,56.0,19.0,50.0,2205.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],691.0,672.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,9143.0,9143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,3.0,285.0,56.0,14.0,22.0,79.0,2198.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,11.0,,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,11.0,15494.0,16575.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,87620.0,,,,,3.0,,,,,,,,,,,,,-2.0,,,,,,, +513,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-04-18 20:21:30.000000,2024-02-10 10:17:50,226.0,8.0,248.0,47.0,93.0,20.0,115.0,2147.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",113.0,110.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,3.0,3093.0,3093.0,,,,,,,,3.0,,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,84.0,41.0,47.0,12.0,75.0,2093.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,56.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,56.0,41056.0,41056.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,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-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,12.0,236.0,37.0,38.0,13.0,114.0,2089.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,25,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,237.0,231.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,4172.0,4666.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22749.0,,,,,2.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,,302.0,57.0,1313.0,233.0,810.0,1813.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'],104.0,102.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,2.0,687.0,687.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2024-03-24 14:27:59.853000,2022-12-07 10:32:49,237.0,,293.0,1.0,1.0,1.0,,1703.0,Feature engineering package with sklearn like functionality.,38.0,25,False,2024-03-24 13:29:41.000,1.7.0,39.0,feature_engine,conda-forge/feature_engine,,,,103.0,,https://pypi.org/project/feature_engine,2024-03-24 13:29:41.000,103.0,146237.0,147276.0,https://anaconda.org/conda-forge/feature_engine,2024-03-24 14:27:59.853,46769.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,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,49.0,49.0,23.0,91.0,1595.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,,,,449.0,360.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,89.0,2895.0,4873.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,37052.0,,,,,3.0,64906.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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,205.0,44.0,12.0,4.0,51.0,1564.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],232.0,230.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,217414.0,217414.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +520,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,,268.0,49.0,87.0,22.0,191.0,1535.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],568.0,550.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,18.0,6729.0,6873.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6781.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,,567.0,108.0,283.0,16.0,300.0,1505.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,25,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,162.0,160.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,7630.0,7682.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4489.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,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-04-29 11:27:34.000000,2024-04-29 11:27:33,1033.0,2.0,174.0,17.0,69.0,32.0,339.0,1477.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,25,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],84.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,84.0,41420.0,47095.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,266730.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +523,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,,141.0,28.0,63.0,7.0,70.0,1285.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'],1442.0,1429.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,13229.0,13229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +524,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,109.0,1234.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,,,,,1061.0,1030.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,31.0,11758.0,11758.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,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-04-24 15:34:23.000000,2024-02-13 12:59:29,2071.0,1.0,215.0,41.0,590.0,85.0,433.0,1009.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,49.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,49.0,58423.0,58928.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,19194.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +526,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,48.0,61.0,1.0,68.0,976.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],445.0,442.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,18623.0,18623.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,2.0,236.0,61.0,246.0,22.0,367.0,956.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,,,,592.0,552.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,40.0,24382.0,25059.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,29056.0,,,,,3.0,264.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,,256.0,43.0,72.0,103.0,188.0,917.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,546.0,505.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,41.0,5716.0,5716.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +529,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,77.0,13.0,48.0,22.0,53.0,731.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,25,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1825.0,1796.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,543943.0,544117.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5402.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,,98.0,15.0,193.0,105.0,136.0,661.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,312.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,312.0,3003014.0,3003160.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,18072.0,,,,,,,,,,,,,,,,,,, +531,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-04-28 16:46:16.622000,2024-04-28 11:15:50,477.0,6.0,50.0,8.0,59.0,171.0,236.0,585.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,,,,763.0,708.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,55.0,39884.0,41731.0,https://anaconda.org/conda-forge/pyvips,2024-04-28 16:46:16.622,79431.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,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-03-09 00:32:37.185000,2024-03-08 20:01:01,3751.0,27.0,69.0,47.0,355.0,21.0,395.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],43.0,41.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,447.0,905.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,13766.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,, +533,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-04-09 13:42:05.705000,2024-04-03 15:41:01,407.0,28.0,134.0,20.0,46.0,3.0,84.0,544.0,Medical image processing in Python.,20.0,25,False,2024-04-03 15:53:56.000,0.5.1,9.0,MedPy,conda-forge/medpy,,,,1927.0,1879.0,https://pypi.org/project/MedPy,2024-04-03 15:53:56.000,48.0,20126.0,20882.0,https://anaconda.org/conda-forge/medpy,2024-04-09 13:42:05.705,26465.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-04-30 12:58:13.000000,2024-04-30 12:51:09,5648.0,55.0,92.0,14.0,753.0,16.0,438.0,425.0,Lightwood is Legos for Machine Learning.,46.0,25,False,2024-03-19 10:28:37.000,24.3.3.1,203.0,lightwood,,,,['pytorch'],61.0,59.0,https://pypi.org/project/lightwood,2024-03-19 10:24:49.000,2.0,7031.0,7031.0,,,,,,,,2.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,2024-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,11.0,39.0,5.0,15.0,6.0,48.0,323.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,25,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],707.0,675.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,32.0,89953.0,111466.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,925069.0,,,,,3.0,45.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,2024-04-23 07:31:20.000000,2024-04-23 06:49:41,543.0,20.0,56.0,40.0,293.0,20.0,60.0,299.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,False,2024-04-23 07:31:20.000,1.3.0,77.0,gokart,,,,,81.0,76.0,https://pypi.org/project/gokart,2024-04-23 07:31:20.000,5.0,3982.0,3982.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,2024-04-19 20:13:48.000000,2024-04-19 20:13:39,2612.0,74.0,59.0,8.0,249.0,32.0,81.0,257.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,106.0,100.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1869.0,2495.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,26305.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,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'],1129.0,1113.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,641.0,653.0,,,,,,,,3.0,910.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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,1002.0,92.0,63.0,253.0,269.0,4612.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,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,26584.0,26584.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,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,101.0,35.0,107.0,113.0,4505.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],129.0,124.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5296.0,5299.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,234.0,3.0,,,,,,,,,,,,,,,,,,,, +541,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,423.0,42.0,52.0,76.0,174.0,4157.0,An Open-Source Framework for Prompt-Learning.,22.0,24,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,119.0,117.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,2.0,769.0,769.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,,721.0,62.0,247.0,129.0,824.0,4045.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,6716.0,6716.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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,177.0,385.0,33.0,430.0,3818.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,64.0,64.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,2024-04-19 09:57:26.000000,2024-04-18 10:50:42,510.0,2.0,811.0,62.0,632.0,133.0,396.0,3189.0,A high-performance distributed training framework for Reinforcement Learning.,44.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],124.0,123.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,874.0,874.0,,,,,,,,3.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,110.0,73.0,193.0,117.0,3076.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,,,,,142.0,130.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,942.0,1003.0,,,,,,,,3.0,4573.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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,,246.0,29.0,2015.0,3.0,652.0,3001.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,5036.0,5127.0,,,,,,,,3.0,2642.0,,,,,,,,,,,,,,,,,,, +547,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-03-13 21:11:32.000000,2024-03-13 21:09:44,767.0,1.0,362.0,91.0,548.0,144.0,92.0,2740.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'],9.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,9.0,101638.0,101638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,316.0,93.0,2157.0,206.0,982.0,2678.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,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,19427.0,19427.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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,,319.0,30.0,695.0,49.0,151.0,2509.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,92.0,91.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,1.0,352.0,352.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,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,,645.0,89.0,29.0,25.0,52.0,2331.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,,,,,762.0,581.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,181.0,31592.0,31592.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,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-04-05 08:29:34.000000,2024-04-04 10:48:55,541.0,9.0,210.0,42.0,128.0,61.0,127.0,2181.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,28.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,6379.0,6379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,71.0,21.0,93.0,66.0,2089.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,271.0,267.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,33909.0,33909.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,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,,669.0,82.0,48.0,24.0,64.0,2048.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,510.0,498.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,8601.0,8601.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,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,,200.0,29.0,65.0,35.0,83.0,1984.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],345.0,338.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,7.0,2426.0,2600.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,6996.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,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-03-29 21:12:28.000000,2023-12-04 14:09:45,571.0,,129.0,56.0,450.0,67.0,102.0,1839.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,105.0,98.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,7.0,4494.0,4494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,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,,121.0,28.0,31.0,63.0,50.0,1572.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'],439.0,432.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,134147.0,134147.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,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-04-18 10:50:41.000000,2024-04-18 10:50:48,1196.0,11.0,116.0,27.0,68.0,4.0,29.0,1486.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,24,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,8109.0,8109.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,, +558,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-04-11 17:06:22.000000,2024-03-14 13:15:40,347.0,5.0,269.0,42.0,254.0,77.0,195.0,1459.0,A framework for Privacy Preserving Machine Learning.,35.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],35.0,34.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,321.0,321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,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,91.0,165.0,103.0,224.0,1356.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],42.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,330.0,50.0,43.0,96.0,,1332.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,24,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],469.0,461.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,30307.0,56487.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,312.0,,,,,3.0,1151645.0,,,,,,,,,,,,,,,,,,, +561,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,35.0,68.0,57.0,206.0,1224.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,24,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],127.0,125.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,737.0,741.0,,,,,,,,3.0,101.0,,,,,,,,,,,,,,,,,,, +562,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,205.0,54.0,460.0,143.0,293.0,1192.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],75.0,66.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,510.0,510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-04-11 07:53:49.000000,2024-04-11 07:53:48,85.0,7.0,227.0,20.0,19.0,5.0,87.0,1179.0,Implementation of the node2vec algorithm.,15.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,627.0,606.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,21.0,35530.0,35915.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27764.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,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,72.0,415.0,75.0,147.0,1155.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,,,,,176.0,166.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,10.0,453.0,453.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,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,,114.0,12.0,23.0,18.0,15.0,1072.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5481.0,5154.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,327.0,429200.0,429200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,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,48.0,112.0,53.0,170.0,968.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,340.0,290.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,50.0,825.0,825.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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-04-29 15:05:23.000000,2024-04-29 15:05:22,732.0,3.0,145.0,16.0,105.0,32.0,237.0,957.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'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,27373.0,33114.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,269864.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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,,109.0,26.0,36.0,34.0,69.0,878.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,24,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],609.0,597.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,19943.0,19943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,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-04-30 16:12:32.000000,2024-03-27 16:08:31,342.0,13.0,134.0,19.0,76.0,3.0,66.0,860.0,An intuitive library to extract features from time series.,19.0,24,True,2024-03-27 17:12:39.000,0.1.7,11.0,tsfel,,,,,128.0,125.0,https://pypi.org/project/tsfel,2024-03-27 16:06:38.000,3.0,17687.0,17687.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2024-04-10 22:46:55.000000,2024-02-01 14:45:49,245.0,,108.0,15.0,42.0,35.0,27.0,839.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,596.0,581.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,25746.0,36805.0,,,,,,,,3.0,464485.0,,,,,,,,,,,,,,,,,,, +571,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,,157.0,34.0,25.0,34.0,236.0,739.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,169.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,13.0,3944.0,3944.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,2.0,155.0,17.0,72.0,35.0,108.0,698.0,Ternary plotting library for python with matplotlib.,27.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,194.0,167.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,27.0,40134.0,40963.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,80421.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +573,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,,138.0,132.0,91.0,43.0,67.0,652.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'],207.0,192.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,15.0,14516.0,14516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,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,9.0,17.0,11.0,12.0,508.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'],4563.0,4394.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,169.0,2710896.0,2720344.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,897615.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-04-18 17:01:15.000000,2023-12-26 16:13:16,6706.0,,143.0,36.0,395.0,37.0,135.0,373.0,Neuroimaging in Python FMRI analysis package.,69.0,24,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,245.0,224.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,21.0,3754.0,5069.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,107845.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,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,,1379.0,261.0,69.0,115.0,136.0,6321.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,,115.0,115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,,739.0,105.0,588.0,107.0,345.0,5911.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.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,40164.0,40164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,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-03-03 01:46:55.000000,2024-03-03 01:31:19,1096.0,1.0,924.0,115.0,675.0,146.0,542.0,5416.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,117.0,23,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,574.0,574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,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-04-18 05:42:13.000000,2024-03-11 13:23:01,3347.0,3.0,820.0,231.0,111.0,57.0,620.0,4879.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,23,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,21.0,,,,,,,,3.0,1505.0,,,,,,,,,,,,,,,,,,, +580,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,,1370.0,351.0,59.0,51.0,,4299.0,Python Algorithmic Trading Library.,11.0,23,False,,,8.0,pyalgotrade,,,,,183.0,183.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,639.0,639.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,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-05-01 05:15:16.000000,2024-05-01 05:07:21,1597.0,6.0,514.0,150.0,609.0,86.0,75.0,3522.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,23,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,,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,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,,529.0,173.0,50.0,65.0,49.0,3470.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],61.0,58.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,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,,222.0,54.0,36.0,74.0,123.0,3133.0,A GUI for Pandas DataFrames.,15.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],377.0,372.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3326.0,3869.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,21724.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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,,237.0,42.0,110.0,80.0,64.0,2865.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,9643.0,9645.0,,,,,,,,3.0,122.0,,,,,,,,,,,,,,,,,,, +585,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,2397.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'],62.0,60.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,2266.0,2427.0,,,,,,,,3.0,12776.0,,,,,,,,,,,,,,,,,,, +586,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,440.0,65.0,122.0,32.0,350.0,2377.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,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,,301.0,66.0,78.0,64.0,68.0,2098.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'],30.0,27.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1631.0,1631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,,243.0,44.0,33.0,51.0,90.0,1930.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'],169.0,169.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,4093.0,4093.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,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,1724.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1364.0,1453.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3324.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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,98.0,45.0,187.0,216.0,1638.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,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,7.0,1459.0,1459.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +591,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,,116.0,38.0,11.0,33.0,51.0,1611.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,356.0,344.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,1299.0,1299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,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,,256.0,50.0,312.0,99.0,17.0,1557.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,46019.0,46019.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2024-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,2.0,302.0,57.0,115.0,54.0,30.0,1536.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,,,,,88.0,87.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,850.0,850.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,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-04-25 23:49:18.000000,2023-11-08 21:41:55,157.0,,162.0,104.0,185.0,35.0,25.0,1492.0,fklearn: Functional Machine Learning.,55.0,23,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,585.0,585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,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-04-30 06:12:14.000000,2024-02-25 11:49:35,1255.0,20.0,119.0,32.0,164.0,71.0,142.0,1489.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.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,,204.0,215.0,,,,,,,,3.0,497.0,,,,,,,,,,,,,,,,,,, +596,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,160.0,33.0,22.0,42.0,34.0,1270.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],62.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,1.0,701.0,701.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,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-05-01 19:44:10.000000,2024-04-10 03:25:54,547.0,15.0,128.0,21.0,269.0,14.0,130.0,1215.0,A standard framework for modelling Deep Learning Models for tabular data.,21.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,2356.0,2356.0,,,,,,,,1.0,27.0,,,,,,,,,,,,,,,,,,, +598,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-03-26 17:17:48.000000,2023-10-17 15:42:30,833.0,,327.0,51.0,793.0,7.0,300.0,1206.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,23,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],2.0,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,2.0,1202.0,1202.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +599,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,184.0,34.0,73.0,3.0,86.0,1035.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'],222.0,213.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,3890.0,3890.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,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,,149.0,23.0,46.0,15.0,82.0,910.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2402.0,2386.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,16.0,1564.0,1564.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +601,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,220.0,218.0,856.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,95.0,95.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1477.0,1477.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +602,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-04-17 06:08:55.000000,2024-04-17 06:07:52,292.0,7.0,249.0,46.0,18.0,9.0,91.0,826.0,Data compression in TensorFlow.,21.0,23,True,2024-03-27 19:52:35.000,2.16.0,25.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,16411.0,16411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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-04-29 13:46:08.000000,2024-04-29 13:46:08,600.0,5.0,132.0,15.0,59.0,28.0,127.0,764.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,45.0,13939.0,16019.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,99885.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2023-06-16 13:23:14.332000,2019-07-22 06:22:45,1380.0,,150.0,25.0,154.0,79.0,137.0,761.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'],20.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,5901.0,10360.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,314059.0,,,,,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,721.0,,,,,,,,,,,, +605,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,23.0,41.0,667.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'],449.0,427.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,22.0,37968.0,37997.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2914.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,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-04-26 22:05:18.000000,2024-04-26 13:00:55,869.0,15.0,83.0,11.0,732.0,91.0,438.0,605.0,Automated modeling and machine learning framework FEDOT.,33.0,23,True,2024-03-15 09:42:11.000,0.7.3.1,21.0,fedot,,,,,48.0,45.0,https://pypi.org/project/fedot,2024-03-05 21:31:39.000,3.0,859.0,859.0,,,,,,,,3.0,,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +607,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-04-30 06:41:07.000000,2024-04-24 04:05:07,973.0,10.0,177.0,24.0,842.0,113.0,388.0,541.0,MONAI Label is an intelligent open source image labeling and learning tool.,58.0,23,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,550.0,2906.0,,,,,,,,3.0,80105.0,,,,,,,,,,,,,,,,,,, +608,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-02-11 07:50:28.337000,2024-02-11 00:53:13,766.0,1.0,85.0,13.0,30.0,7.0,48.0,367.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,,,,415.0,388.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,27.0,132636.0,134213.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,69402.0,,,,,3.0,,,,,,,,,,,,,-2.0,,,,,,, +609,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,1.0,84.0,29.0,318.0,75.0,27.0,367.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,23,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],392.0,385.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,48085.0,48085.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,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,204.0,280.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,110.0,102.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,2894.0,2894.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,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-04-28 00:10:44.000000,2024-04-22 13:58:48,483.0,81.0,105.0,19.0,508.0,58.0,124.0,259.0,An open-source toolkit for large-scale genomic analysis.,27.0,23,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,35793.0,35895.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,4004.0,,,,,3.0,34.0,,,,,,,,,,,,,,,,,,, +612,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,,27.0,7.0,19.0,4.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,23,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2344.0,2188.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,156.0,98952.0,98952.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2024-02-18 05:01:17.000000,,,,3875.0,,,143.0,,24202.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",142.0,22,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],43.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,8026.0,8103.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2638.0,,,,,3.0,,,,,,,,,,,,,-12.0,,,,,,, +614,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,545.0,82.0,37.0,59.0,26.0,10841.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",15.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,48.0,48.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,791.0,877.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2417.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7990.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,,,,,1.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,1.0,1060.0,1060.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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,,779.0,223.0,25.0,8.0,122.0,5325.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'],28.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,8.0,1485.0,1485.0,,,,,,,,3.0,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +617,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1704.0,19.0,17.0,70.0,24.0,4996.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,28.0,28.0,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,2757.0,2757.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-05-02 13:56:29.000000,2024-05-01 16:30:03,1594.0,37.0,810.0,146.0,1506.0,342.0,399.0,4972.0,Simple and Distributed Machine Learning.,118.0,22,True,2024-04-10 19:16:17.000,1.0.4-spark3.5,48.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,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-03-28 17:33:46.000000,2023-01-15 11:37:16,279.0,,924.0,111.0,101.0,148.0,351.0,4845.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,2.0,13893.0,13893.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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1228.0,306.0,209.0,64.0,211.0,4723.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1792.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143384.0,3.0,,,,,,,,,,,,,,,,,,,, +621,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,4613.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,22,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],6.0,,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,546.0,546.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,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,74.0,37.0,95.0,75.0,4385.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,568.0,568.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,810.0,328.0,89.0,91.0,306.0,3870.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,,,,1.0,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,1.0,97.0,120.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1890.0,,,,,3.0,384.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,,654.0,75.0,53.0,176.0,101.0,3381.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'],7.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,7.0,3155.0,3164.0,,,,,,,,3.0,560.0,,,,,,,,,,,,,,,,,,, +625,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-04-01 21:52:31.000000,2024-04-01 21:52:26,686.0,2.0,497.0,215.0,16.0,24.0,4.0,3356.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,13.0,13.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,230.0,230.0,,,,,,,,3.0,51.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,,382.0,207.0,9.0,6.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'],149.0,146.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,1735.0,1735.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-04-25 06:01:33.000000,2021-05-06 12:10:38,127.0,,156.0,48.0,64.0,2.0,30.0,3018.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,,,,48.0,48.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,365.0,417.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1467.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,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,,138.0,28.0,200.0,20.0,73.0,2699.0,HiPlot makes understanding high dimensional data easy.,9.0,22,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,20.0,3.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,17.0,20878.0,24451.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,182248.0,,,,,3.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-04-08 05:25:46.000000,2024-04-08 05:25:46,3457.0,3.0,727.0,7.0,1.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.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,690.0,690.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,78.0,144.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'],29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,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,,368.0,86.0,4.0,4.0,18.0,2172.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.0,22,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,49.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,1.0,1181.0,1181.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,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,1.0,228.0,42.0,36.0,45.0,24.0,1851.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,22,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],468.0,446.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,2402.0,3318.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,33918.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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,,341.0,42.0,68.0,161.0,95.0,1847.0,Super easy library for BERT based NLP models.,36.0,22,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,2024-01-30 11:59:18.000,2.0,1547.0,1547.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2024-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,,102.0,37.0,30.0,29.0,79.0,1792.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,30.0,30.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,10884.0,10884.0,,,,,,,,3.0,23.0,,,,,,,,,,,,,,,,,,, +635,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-04-22 13:05:03.000000,2024-02-04 20:37:53,1083.0,3.0,271.0,31.0,40.0,27.0,176.0,1780.0,A library for graph deep learning research.,49.0,22,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,8.0,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,8.0,370.0,370.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,1771.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']",276.0,265.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,5124.0,5124.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,38.0,111.0,56.0,42.0,1709.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'],158.0,152.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,3353.0,5574.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,207784.0,,,,,3.0,419.0,,,,,,,,,,,,,,,,,,, +638,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,7.0,15.0,33.0,1641.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'],56.0,50.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,3274.0,3274.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,290.0,44.0,801.0,71.0,485.0,1608.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,93.0,93.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,3.0,207.0,57.0,52.0,76.0,149.0,1538.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,,749.0,780.0,,,,,,,,3.0,2790.0,,,,,,,,,,,,,,,,,,, +641,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,,85.0,41.0,15.0,9.0,27.0,1323.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'],180.0,167.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,13.0,11875.0,12021.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4551.0,,,,,3.0,,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +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,,189.0,27.0,57.0,22.0,36.0,1273.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'],162.0,157.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,665.0,665.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,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,,181.0,31.0,86.0,16.0,32.0,1267.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,93.0,92.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,540.0,540.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,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-04-16 21:45:39.000000,2024-04-16 21:45:16,187.0,3.0,109.0,37.0,25.0,17.0,115.0,1191.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2024-04-15 01:21:13.000,2.2.1,81.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,5929.0,5929.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,216.0,66.0,29.0,31.0,12.0,1160.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,92.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,15.0,8984.0,8984.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-04-29 07:05:47.000000,2024-04-29 07:05:47,431.0,5.0,148.0,91.0,122.0,33.0,45.0,1146.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,,,,,108.0,107.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,288.0,288.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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,110.0,52.0,98.0,41.0,51.0,1009.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'],236.0,228.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,8.0,3607.0,3607.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,,293.0,96.0,121.0,62.0,97.0,1007.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'],14.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,14.0,1432.0,1963.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,43065.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,2.0,193.0,24.0,58.0,12.0,27.0,931.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'],87.0,81.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,6.0,5259.0,5259.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-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,,162.0,29.0,111.0,80.0,56.0,885.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,,,,8.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,4.0,5932.0,53310.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2170771.0,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,2.0,1192.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,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,24.0,594.0,63.0,511.0,839.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,3345.0,3345.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,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-04-21 20:04:21.000000,2024-04-04 17:25:59,224.0,2.0,83.0,18.0,155.0,24.0,84.0,832.0,Bayesian active learning library for research and industrial usecases.,21.0,22,True,2024-04-04 17:31:05.000,1.9.2,20.0,baal,conda-forge/baal,,,,57.0,56.0,https://pypi.org/project/baal,2024-04-04 17:29:59.000,1.0,1960.0,2161.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,8071.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,,103.0,29.0,60.0,22.0,74.0,831.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,414.0,410.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,4.0,2506.0,2506.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,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-05-01 10:53:02.000000,2024-04-26 15:15:48,1180.0,31.0,123.0,30.0,992.0,37.0,50.0,757.0,Machine learning framework for both deep learning and traditional algorithms.,37.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,372.0,372.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,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,,73.0,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,64332.0,64332.0,,,,,,,,3.0,19.0,,,,,,,,,,,,,,,,,,, +656,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,684.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,,,,434.0,427.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,7.0,18467.0,18520.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1940.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2023-09-19 18:44:18.000000,2023-09-19 18:44:18,355.0,,118.0,18.0,78.0,24.0,34.0,682.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],264.0,241.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,78223.0,79919.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,151026.0,,,,,3.0,,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +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,631.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'],91.0,87.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,628.0,628.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,,112.0,26.0,23.0,57.0,35.0,603.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,,,,447.0,425.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,22.0,10064.0,10523.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18820.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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,129.0,22.0,19.0,8.0,29.0,587.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],156.0,151.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,11164.0,11164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,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,4.0,85.0,7.0,20.0,,89.0,544.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,22,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,69.0,67.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,7169.0,7169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,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,,57.0,10.0,21.0,14.0,37.0,539.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,,,,385.0,376.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13504.0,13912.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,25349.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,2024-04-28 13:30:54.000000,2024-03-25 11:54:23,1755.0,52.0,66.0,7.0,216.0,47.0,81.0,501.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,27.0,26.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1008.0,1013.0,,,,,,,,3.0,152.0,,,,,,,,,,,,,,,,,,, +664,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2024-03-19 15:52:10.000000,2024-03-19 15:52:03,1216.0,2.0,64.0,7.0,208.0,18.0,109.0,500.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'],254.0,249.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3049.0,3049.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,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,5.0,105.0,13.0,130.0,18.0,138.0,472.0,A Python library for dynamic classifier and ensemble selection.,17.0,22,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],50.0,47.0,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,1720.0,1720.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,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-04-14 12:59:12.000000,2023-03-05 00:16:57,419.0,,99.0,36.0,276.0,71.0,173.0,468.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,77.0,75.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1497.0,1500.0,,,,,,,,3.0,307.0,,,,,,,,,,,,,,,,,,, +667,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-05-01 02:15:11.000000,2024-05-01 02:14:09,660.0,2.0,62.0,30.0,457.0,13.0,91.0,370.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],87.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,83.0,14552.0,20702.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,584333.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-04-27 16:26:42.000000,2024-04-27 16:26:42,258.0,7.0,27.0,9.0,5.0,21.0,60.0,313.0,Multiple Imputation with LightGBM in Python.,8.0,22,True,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,132.0,127.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,25563.0,25925.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,12308.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +669,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,4.0,12.0,230.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,,,,1107.0,1061.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,46.0,102616.0,103999.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,59469.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,646.0,94.0,150.0,98.0,103.0,8363.0,The user analytics platform for LLMs.,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,819.0,819.0,,,,,,,,3.0,,,nebuly-ai/nebuly,,,,,,,,,,,,,,,,, +671,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-04-24 23:28:34.000000,2020-04-18 19:15:25,24.0,,1107.0,141.0,44.0,34.0,10.0,8327.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'],48.0,46.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,1005.0,1005.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1170.0,96.0,48.0,391.0,284.0,6280.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,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-03-12 17:57:31.000000,2023-08-15 07:38:22,956.0,,542.0,166.0,46.0,37.0,28.0,4291.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,718.0,718.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,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,165.0,120.0,22.0,112.0,2929.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,236.0,236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,327.0,73.0,2.0,18.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'],204.0,196.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,1555.0,1555.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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,2110.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,21,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],17.0,17.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1245.0,1245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,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,15.0,105.0,2056.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,True,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,,8171.0,8171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,158.0,23.0,33.0,31.0,31.0,1906.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,376.0,532.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4489.0,,,,,3.0,92.0,,,,,,,,,,,,,,,,,,, +679,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,197.0,30.0,423.0,11.0,163.0,1653.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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,,293.0,66.0,202.0,5.0,74.0,1585.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,29.0,247.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,,, +681,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,278.0,71.0,728.0,51.0,64.0,1582.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,591.0,963.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,19392.0,,,,,3.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,,140.0,102.0,150.0,21.0,20.0,1551.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,,,,,22.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,1842.0,1842.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,,272.0,65.0,51.0,23.0,75.0,1477.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,372.0,372.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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,6.0,182.0,18.0,262.0,77.0,94.0,1273.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,59090.0,59090.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,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,,220.0,63.0,48.0,36.0,90.0,1258.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,323.0,323.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,208.0,28.0,61.0,54.0,61.0,1066.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,123.0,121.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,2.0,528.0,533.0,,,,,,,,3.0,602.0,,,,,,,,,,,,,,,,,,, +687,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,1056.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,309.0,309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,53.0,86.0,64.0,206.0,1019.0,Line based ATR Engine based on OCRopy.,20.0,21,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,1973.0,1973.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,1005.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'],83.0,79.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,170.0,170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,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,2.0,90.0,18.0,73.0,18.0,44.0,955.0,Audio processing by using pytorch 1D convolution network.,15.0,21,True,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,178.0,174.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,11928.0,11928.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,,84.0,26.0,55.0,36.0,28.0,943.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,21,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,43963.0,45328.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,43680.0,,,,,3.0,,,,,,,,,,,,,-2.0,,,,,,, +692,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-05-01 04:05:18.000000,2024-04-25 03:40:02,286.0,110.0,51.0,11.0,59.0,4.0,19.0,890.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",14.0,21,True,2024-04-25 03:41:41.000,3.0.2,34.0,uform,,,,['pytorch'],7.0,6.0,https://pypi.org/project/uform,2024-04-25 03:41:41.000,1.0,1349.0,1364.0,,,,,,,,3.0,233.0,,,,,,,,,,,,,,,,,,, +693,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,827.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],441.0,428.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,13.0,27115.0,27115.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,,160.0,38.0,46.0,43.0,49.0,797.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,100.0,91.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,553.0,553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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,26.0,162.0,51.0,62.0,761.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'],55.0,51.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,551.0,551.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,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,,144.0,25.0,19.0,26.0,5.0,737.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'],632.0,618.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,14.0,47881.0,48048.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,7200.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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-04-20 08:47:50.000000,2024-03-27 18:40:09,1505.0,2.0,79.0,34.0,656.0,22.0,118.0,696.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']",13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,244.0,244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,,106.0,30.0,1.0,13.0,3.0,632.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']",628.0,620.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,27005.0,27005.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,,53.0,29.0,12.0,11.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,,,,,243.0,189.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,54.0,13419.0,13419.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,313.0,597.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,290.0,290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,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,,94.0,26.0,32.0,35.0,6.0,590.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'],388.0,380.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,23713.0,23713.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,28.0,31.0,5.0,24.0,564.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1638.0,1638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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-05-01 19:34:57.000000,2023-12-29 21:08:41,477.0,,57.0,26.0,9.0,17.0,35.0,520.0,Active Learning for Text Classification in Python.,6.0,21,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",28.0,28.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,693.0,950.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5667.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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-04-29 12:02:05.000000,2023-12-03 19:05:16,320.0,,97.0,26.0,7.0,3.0,31.0,490.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,8.0,21,True,2023-05-21 22:50:00.406,0.1.716,142.0,autoviml,,,,,26.0,24.0,https://pypi.org/project/autoviml,2022-06-01 23:08:15.000,2.0,1422.0,1422.0,,,,,,,,3.0,,,,,,,,,,,,,2.0,,,,,,, +705,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,414.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,117.0,114.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4954.0,4954.0,,,,,,,,3.0,93.0,,,,,,,,,,,,,,,,,,, +706,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,,27.0,9.0,9.0,2.0,9.0,402.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'],1327.0,1321.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,199398.0,199398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,756.0,756.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,1.0,48.0,17.0,2.0,11.0,3.0,372.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,,,,,512.0,510.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,2.0,21668.0,21668.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,61.0,28.0,110.0,33.0,184.0,366.0,scalable audio processing framework and server written in Python.,22.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,17.0,17.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,177.0,177.0,,,,,,,,3.0,,,yomguy/TimeSide,,,,,,,,,,,,,,,,, +710,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-04-24 09:11:29.000000,2024-04-24 09:11:29,818.0,8.0,25.0,7.0,74.0,30.0,22.0,363.0,Flexible time series feature extraction & processing.,6.0,21,True,2024-04-04 10:31:07.000,0.4.0,37.0,tsflex,conda-forge/tsflex,,,,14.0,13.0,https://pypi.org/project/tsflex,2024-04-04 10:23:01.000,1.0,1080.0,1696.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,20973.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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,349.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,,,,,243.0,228.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,15.0,6934.0,6934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,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,,33.0,18.0,6.0,18.0,21.0,305.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],96.0,95.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1577.0,1577.0,,,,,,,,3.0,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +713,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-04-12 11:56:49.287000,2024-04-11 22:00:10,655.0,19.0,12.0,24.0,343.0,44.0,83.0,292.0,Serverside scaling for Vega and Altair visualizations.,3.0,21,False,2024-04-11 22:12:06.000,1.6.7,73.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,3.0,,https://pypi.org/project/vegafusion-jupyter,2024-04-11 22:04:14.000,1.0,1706.0,6355.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-04-12 11:56:49.287,111621.0,,,,,3.0,5087.0,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-04-11 22:08:30.475,2.0,175.0,,,,,,,,,,,, +714,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,286.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,417322.0,417322.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,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,1.0,2305.0,148.0,89.0,256.0,286.0,12862.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,,,,,,,,,,,,,,,,,,,, +716,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,,475.0,85.0,180.0,108.0,161.0,3574.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,72.0,94.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1333.0,3.0,,,,,,,,,,,,,,,,,,,, +717,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,96.0,16.0,53.0,17.0,3369.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,150.0,143.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,893.0,893.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,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,2.0,328.0,53.0,414.0,82.0,106.0,3230.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,20,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],1.0,,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,170.0,170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,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,,317.0,59.0,242.0,174.0,111.0,3098.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,20,True,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,2817.0,2829.0,,,,,,,,3.0,673.0,,,,,,,,,,,,,,,,,,, +720,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,,168.0,65.0,54.0,6.0,44.0,3078.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,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,303.0,303.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +721,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,,268.0,31.0,22.0,27.0,37.0,3031.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1788.0,1788.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,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,2915.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,,,,,2.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,2.0,1528.0,1528.0,,,,,,,,3.0,,,rhsimplex/image-match,,,,,,,,,,,,,,,,, +723,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,261.0,2826.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,,,,,,,,,,,,,,,,,,,, +724,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,,827.0,85.0,30.0,45.0,80.0,2647.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,69.0,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,629.0,629.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,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,,454.0,127.0,225.0,87.0,183.0,2309.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,,,,,,,,,,,,,,,,,,,, +726,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,,178.0,55.0,895.0,129.0,586.0,1901.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,18.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1020.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,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,,157.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'],27.0,27.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,2526.0,2526.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,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,,356.0,61.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,20,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,132.0,132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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,102.0,36.0,13.0,24.0,1422.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,133.0,133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,40.0,13.0,14.0,9.0,1266.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,,,,,142.0,141.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,1.0,3309.0,3309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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,56.0,14.0,30.0,19.0,1016.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,174.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,12.0,528.0,761.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8415.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,,133.0,36.0,16.0,8.0,4.0,921.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3627.0,3622.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,754.0,754.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,129.0,18.0,24.0,28.0,39.0,823.0,python partial dependence plot toolbox.,7.0,20,True,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,20540.0,20889.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,20244.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,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,759.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'],44.0,44.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,957.0,957.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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,25.0,39.0,757.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,,,,,105.0,105.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,853.0,853.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,78.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,10637.0,10637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,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-04-28 01:04:18.000000,2024-04-25 13:16:31,491.0,1.0,110.0,33.0,558.0,206.0,246.0,687.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,4279.0,4279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,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-04-03 18:32:28.000000,2021-09-16 17:56:31,171.0,,143.0,34.0,82.0,14.0,55.0,616.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'],22.0,19.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,368.0,368.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,104.0,23.0,25.0,43.0,61.0,607.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'],171.0,169.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1916.0,2024.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3808.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,574.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,355.0,351.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,4.0,6724.0,6904.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11754.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,15.0,558.0,A library of metrics for evaluating recommender systems.,20.0,20,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,51.0,51.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,18884.0,18884.0,,,,,,,,3.0,6.0,,,,,,,,,,,,,,,,,,, +742,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,,166.0,56.0,20.0,39.0,60.0,544.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,34.0,29.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,5.0,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,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,529.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,,,,,99.0,97.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,361.0,361.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,, +744,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-03-30 13:25:33.000000,2024-03-30 13:25:33,69.0,5.0,51.0,18.0,9.0,12.0,10.0,495.0,Topological Data Analysis for Python.,6.0,20,True,2024-03-17 19:09:40.000,1.1.0,5.0,scikit-tda,,,,['sklearn'],55.0,55.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,3487.0,3487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,,41.0,12.0,11.0,9.0,52.0,490.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,20,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,34.0,29.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,3436.0,3438.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +746,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,9.0,9.0,11.0,21.0,489.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,,,,,116.0,108.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6153.0,6153.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,,, +747,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,487.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,10739.0,10742.0,,,,,,,,3.0,147.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,,107.0,20.0,57.0,26.0,21.0,481.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,68.0,60.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2182.0,2182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,,99.0,18.0,9.0,5.0,41.0,444.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,53.0,53.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,2834.0,2834.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,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,247.0,10.0,23.0,401.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1593.0,1593.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +751,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,,70.0,24.0,48.0,15.0,19.0,398.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'],47.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,47.0,4598.0,5027.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32607.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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-04-26 21:27:16.000000,2024-04-26 20:31:49,327.0,9.0,77.0,25.0,345.0,26.0,9.0,330.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,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,,1629.0,1629.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,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-05-01 20:05:13.000000,2024-05-01 20:04:28,729.0,36.0,24.0,5.0,280.0,6.0,,290.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,20,False,2024-05-01 20:05:13.000,1.1.279,693.0,upgini,,,,,6.0,6.0,https://pypi.org/project/upgini,2024-05-01 20:05:13.000,,6905.0,6905.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,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-03-27 12:25:36.647000,2024-03-27 08:46:27,190.0,11.0,41.0,19.0,3.0,10.0,8.0,282.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,20,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],9.0,9.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1001.0,5164.0,https://anaconda.org/conda-forge/deepgraph,2024-03-27 12:25:36.647,179030.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,,67.0,28.0,31.0,30.0,113.0,262.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,2002.0,4037.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,86812.0,,,,,3.0,1905.0,,,,,,,,,,,,,,,,,,, +756,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-05-02 05:10:26.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,182.0,21.0,64.0,240.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,383.0,383.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,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-03-21 11:20:10.000000,2024-03-21 11:20:09,585.0,3.0,33.0,24.0,638.0,21.0,128.0,239.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,1391.0,1410.0,,,,,,,,3.0,1012.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,,,,,438.0,424.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,14.0,1126.0,1130.0,,,,,,,,3.0,375.0,,,,,,,,,,,,,,,,,,, +759,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-04-09 15:16:39.000000,2024-04-09 15:16:39,371.0,1.0,147.0,17.0,71.0,18.0,39.0,1687.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,17.0,19,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,622.0,622.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,,138.0,17.0,11.0,41.0,43.0,1056.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'],131.0,126.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,3747.0,3747.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,142.0,25.0,76.0,49.0,36.0,1025.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,19,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,255434.0,255592.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7944.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,58.0,69.0,849.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,98.0,97.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,476.0,476.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,,227.0,30.0,38.0,41.0,21.0,838.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,2.0,2987.0,2987.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,,81.0,14.0,35.0,3.0,23.0,797.0,Leave One Feature Out Importance.,6.0,19,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,31.0,27.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3896.0,3896.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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,69.0,23.0,47.0,11.0,17.0,787.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],21.0,19.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,2.0,699.0,1568.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,23486.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,102.0,26.0,48.0,19.0,35.0,729.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,,,,,28.0,26.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,546.0,546.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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-04-30 16:10:31.000000,2024-01-28 21:21:14,295.0,,108.0,17.0,25.0,2.0,85.0,674.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,19,True,2024-01-28 14:11:58.000,0.0.90,37.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-01-28 14:11:58.000,,6067.0,6067.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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,13.0,22.0,564.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,313.0,313.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,17.0,111.0,8.0,48.0,557.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],140.0,135.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,5034.0,5034.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,,67.0,13.0,10.0,23.0,41.0,541.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,,,,,48.0,48.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1217.0,1217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,22641.0,22641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,39.0,66.0,465.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']",47.0,47.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,404.0,404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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-04-30 19:01:14.000000,2023-11-27 22:11:53,398.0,,129.0,34.0,323.0,81.0,130.0,323.0,Brain Imaging Analysis Kit.,35.0,19,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,1.0,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,1.0,133.0,151.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1822.0,3.0,,,,,,,,,,,,,,,,,,,, +774,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,42.0,13.0,63.0,4.0,56.0,316.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,1165.0,1165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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,299.0,Textpipe: clean and extract metadata from text.,29.0,19,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,149.0,149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-04-30 05:54:50.000000,2024-04-20 15:27:32,496.0,4.0,54.0,14.0,81.0,13.0,35.0,247.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,19,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,12924.0,12924.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,232.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],74.0,67.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,7.0,4399.0,4399.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,212.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,80.0,78.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,27124.0,27124.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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-04-24 21:09:41.000000,2024-04-24 21:09:38,861.0,3.0,17.0,8.0,182.0,11.0,23.0,151.0,Toolkit for developing and maintaining ML models.,14.0,19,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,,9257.0,9257.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,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,,765.0,339.0,58.0,2.0,,6686.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,18,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,72.0,79.0,,,,,,,,3.0,339.0,,,,,,,,,,,,,,,,,,, +781,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,6221.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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-04-30 16:51:15.000000,2024-04-30 16:51:09,687.0,35.0,397.0,39.0,827.0,149.0,111.0,3010.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,81.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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,,412.0,106.0,83.0,67.0,48.0,2943.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'],,,,,,,102.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8543.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,,463.0,79.0,36.0,83.0,68.0,1679.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,,179.0,179.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1640.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,429.0,429.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,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,,174.0,22.0,20.0,16.0,30.0,1606.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,,,,,5.0,5.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,108.0,108.0,,,,,,,,3.0,33.0,,,,,,,,,,,,,,,,,,, +787,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,,254.0,56.0,65.0,8.0,31.0,1369.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,34.0,72.0,31.0,30.0,1096.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,10411.0,10411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,,156.0,44.0,5.0,4.0,7.0,1063.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,33.0,27.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,6.0,266.0,266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,2.0,192.0,61.0,7.0,13.0,29.0,1053.0,Python AutoML for Trading Systems and Sports Betting.,5.0,18,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,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,,176.0,18.0,42.0,22.0,59.0,889.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,177.0,174.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,510.0,696.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8373.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,,188.0,33.0,15.0,18.0,22.0,783.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,77.0,77.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,295.0,47719.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2086674.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,1.0,68.0,6.0,5.0,4.0,29.0,533.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,,,,,17.0,15.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1642.0,1642.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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,24.0,19.0,5.0,20.0,457.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,184.0,184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,18,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,3.0,3010.0,3010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-03-27 15:12:17.000000,2024-01-10 08:10:55,2818.0,,63.0,11.0,255.0,9.0,109.0,427.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,18,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,,105.0,72.0,7.0,15.0,19.0,421.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,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,3.0,505.0,505.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,39.0,10.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,61.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,3.0,219.0,427.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,13114.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,1.0,38.0,12.0,1.0,2.0,80.0,400.0,Deep Learning PyTorch.,1.0,18,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,434.0,434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,,61.0,8.0,12.0,11.0,18.0,372.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,97.0,93.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4532.0,4533.0,,,,,,,,3.0,65.0,,,,,,,,,,,,,,,,,,, +803,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,345.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,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,154.0,154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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'],15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,378.0,378.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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,,51.0,11.0,60.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,39.0,35.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,229.0,229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,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,19.0,93.0,30.0,18.0,314.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2060.0,2060.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +807,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,,76.0,22.0,431.0,27.0,51.0,268.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,18,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,2.0,2.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,171.0,171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,262.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,54.0,51.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,448.0,448.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,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,60.0,31.0,47.0,235.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'],17.0,14.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,3.0,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,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-04-08 15:16:55.000000,2024-04-08 15:03:47,262.0,2.0,31.0,11.0,199.0,21.0,75.0,194.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",12.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],36.0,35.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,743.0,743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,130.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,,,,9197.0,9011.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,390912.0,390945.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1134.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1344.0,468.0,21.0,56.0,167.0,7025.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,google-deepmind/lab,,,,,,,,,,,,,,,,, +813,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,,1028.0,119.0,24.0,14.0,352.0,4247.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,17,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,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,,985.0,63.0,13.0,44.0,25.0,3589.0,Implementation and experiments of graph embedding algorithms.,9.0,17,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,255.0,52.0,13.0,20.0,13.0,1538.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,,50.0,71.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1688.0,3.0,,,,,,,,,,,,,,,,,,,, +816,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,1155.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'],54.0,52.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,325.0,325.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,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,,58.0,15.0,10.0,26.0,17.0,752.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,,,,,48.0,48.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,611.0,611.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,111.0,19.0,58.0,2.0,13.0,749.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,4896.0,4896.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +819,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,749.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'],36.0,36.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2320.0,2414.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2925.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,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,,100.0,24.0,101.0,37.0,84.0,701.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,149.0,155.0,,,,,,,,3.0,416.0,,,,,,,,,,,,,,,,,,, +821,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,687.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,17,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,291.0,291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,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,673.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,97.0,97.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,,40.0,15.0,18.0,,20.0,594.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,17,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,178.0,178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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-04-29 08:29:04.000000,2024-02-11 10:10:08,681.0,1.0,70.0,31.0,79.0,15.0,25.0,395.0,A Python implementation of active inference for Markov Decision Processes.,14.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,332.0,332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,,53.0,10.0,17.0,10.0,29.0,390.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,17,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,,1214.0,1214.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +826,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,14.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'],6.0,,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,6.0,2631.0,2631.0,,,,,,,,3.0,,,,,,,,,,,,,-3.0,,,,,,, +827,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,80.0,83.0,,,,,,,,3.0,172.0,,,,,,,,,,,,,,,,,,, +828,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,8.0,44.0,227.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,25.0,23.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,98.0,98.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,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-04-01 22:09:11.000000,2024-03-02 11:17:16,371.0,1.0,38.0,6.0,133.0,,35.0,224.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,2507.0,2613.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,2973.0,,,,,3.0,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +830,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,,12.0,8.0,2.0,,5.0,192.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'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,178.0,178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,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,3915.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,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,,167.0,61.0,10.0,26.0,6.0,1841.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,,54.0,54.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +833,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,57.0,34.0,22.0,13.0,1266.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,135.0,135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,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,,116.0,19.0,295.0,3.0,69.0,1051.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,6.0,6.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,20.0,37.0,20.0,8.0,1040.0,Distributed Computing for AI Made Simple.,5.0,16,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,71.0,70.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,88.0,88.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,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,50.0,22.0,15.0,9.0,833.0,A medical imaging framework for Pytorch.,8.0,16,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,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,18.0,7.0,,10.0,797.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],80.0,79.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,4694.0,4694.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,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,,113.0,27.0,10.0,25.0,51.0,785.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,1395.0,1395.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,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,,87.0,16.0,15.0,10.0,22.0,723.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],16.0,16.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,367.0,367.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,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,,124.0,42.0,435.0,25.0,130.0,707.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,92.0,18.0,19.0,3.0,29.0,627.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,14.0,14.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,64.0,64.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,552.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,12.0,16,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,,104.0,107.0,,,,,,,,3.0,221.0,,vaticle/typedb-ml,,,,,,,,,,,,,,,,, +843,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,36.0,47.0,5.0,12.0,406.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,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,395.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'],10.0,10.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,,33.0,23.0,21.0,17.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,94.0,87.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,7.0,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,11.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'],14.0,14.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,672.0,672.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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,,29.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,16,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,3263.0,3263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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,,43.0,1.0,,,,190.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,,1075.0,1075.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,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,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,57.0,52.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,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,32.0,53.0,7.0,7.0,105.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,192.0,192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,982.0,103.0,28.0,27.0,356.0,3719.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,15,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,140.0,28.0,217.0,102.0,2875.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,11.0,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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,,423.0,144.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,,,,,,,,,,,,,,,,,,,, +854,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-04-03 18:25:21.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,22.0,42.0,85.0,1269.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,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,,230.0,39.0,40.0,73.0,34.0,1133.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,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,816.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,,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,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,24.0,4.0,4.0,2.0,677.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,98.0,98.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,,55.0,16.0,83.0,18.0,49.0,571.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,,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,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,510.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,,,,,11.0,11.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,221.0,221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,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-04-26 05:02:51.000000,2024-01-25 16:57:26,261.0,,67.0,19.0,99.0,19.0,15.0,490.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,True,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,4.0,42.0,20.0,169.0,5.0,64.0,462.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,,102.0,102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-04-21 03:30:12.000000,2024-04-21 03:30:09,79.0,4.0,61.0,16.0,64.0,6.0,9.0,438.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,,,,,9.0,9.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,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,,391.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,44.0,176.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,6079.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,372.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,172.0,172.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,2.0,38.0,22.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,15,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,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,307.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'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,220.0,220.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,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,70.0,175.0,295.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,,680.0,680.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,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,,,,,6.0,5.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,287.0,287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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,6.0,4.0,222.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'],8.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,8.0,895.0,895.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,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,5.0,2.0,16.0,23.0,188.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'],11.0,11.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,740.0,740.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,,9.0,5.0,3.0,1.0,,129.0,Data Analysis Baseline Library.,24.0,15,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,3622.0,3622.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-04-24 11:56:39.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2024-04-10 15:22:19.000,3.40.0,284.0,comet_ml,comet_ml,,,,67.0,,https://pypi.org/project/comet_ml,2024-04-24 11:56:39.000,67.0,338166.0,338166.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,826.0,77.0,34.0,116.0,59.0,3303.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,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,,483.0,67.0,26.0,5.0,97.0,1672.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,149.0,32.0,,53.0,59.0,1193.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,82.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4702.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,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,522.0,1933.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,64914.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-03-26 16:48:56.000000,2024-01-29 19:20:57,64.0,,43.0,11.0,9.0,3.0,12.0,699.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,14,True,,,,rliable`,,,,,127.0,127.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,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,340.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,1304.0,1304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-04-13 17:06:03.000000,2024-04-13 17:06:03,147.0,54.0,10.0,8.0,15.0,2.0,7.0,254.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,,,5.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,2024-03-26 18:15:37.000,,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.0,14.0,5.0,4.0,240.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,277.0,277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,232.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,109.0,12.0,39.0,8.0,2684.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,,81.0,48.0,4.0,3.0,,2470.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,1506.0,1508.0,,,,,,,,3.0,58.0,,,,,,,,,,,,,,,,,,, +884,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,38.0,10.0,13.0,3.0,1345.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,1.0,117.0,28.0,111.0,14.0,25.0,1068.0,An autoML framework & toolkit for machine learning on graphs.,15.0,13,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,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,1.0,67.0,19.0,177.0,87.0,16.0,402.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,13,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,,112.0,112.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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,18.0,11.0,57.0,4.0,20.0,291.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,,147.0,147.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,8.0,6.0,8.0,8.0,244.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,67.0,67.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,,26.0,8.0,16.0,4.0,6.0,191.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,46.0,46.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,,35.0,14.0,18.0,27.0,18.0,122.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,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,,11.0,13.0,26.0,4.0,13.0,85.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,,151.0,151.0,,,,,,,,3.0,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,, +892,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,33.0,33.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,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,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,169.0,169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,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-03-28 08:06:49.000000,2022-02-09 22:20:11,9.0,,467.0,93.0,21.0,52.0,15.0,3260.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,401.0,63.0,6.0,62.0,17.0,1835.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,315.0,87.0,11.0,12.0,6.0,1702.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,53.0,17.0,3.0,2.0,1.0,527.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,90.0,90.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,2024-04-24 13:48:16.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,258.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,112.0,118.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,8.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,,27.0,21.0,44.0,1.0,5.0,199.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,115.0,115.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,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,120.0,130.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.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,119.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,57.0,57.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,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,68.0,68.0,,,,,,,,3.0,,,genixpro/hypermax,,,,,,,,,,,,,,,,, +903,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,5.0,14.0,100.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,,862.0,862.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +904,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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,77.0,77.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,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,,112.0,45.0,13.0,7.0,20.0,948.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,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,915.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,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'],3.0,3.0,,,,,,,,,,,,,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,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,35.0,35.0,,,,,,,,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-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,107.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,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,2.0,12.0,12.0,17.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,11,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,,,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,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,,81.0,17.0,5.0,4.0,12.0,569.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,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,,50.0,15.0,13.0,14.0,11.0,498.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,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,9,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,38.0,38.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,36.0,36.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,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,143.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,6.0,7.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,32.0,32.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-05-09_changes.md b/history/2024-05-09_changes.md new file mode 100644 index 00000000..594f17bf --- /dev/null +++ b/history/2024-05-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._ + +- jax (🥇46 · ⭐ 28K · 📈) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 +- Shapely (🥈39 · ⭐ 3.7K · 📈) - Manipulation and analysis of geometric objects. BSD-3 +- DeepSpeech (🥈33 · ⭐ 24K · 💀) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 +- Captum (🥇33 · ⭐ 4.6K · 📈) - Model interpretability and understanding for PyTorch. BSD-3 +- pyopencl (🥈33 · ⭐ 1K · 📈) - OpenCL integration for Python, plus shiny features. MIT +- scattertext (🥉27 · ⭐ 2.2K · 📈) - Beautiful visualizations of how language differs among.. Apache-2 +- HiPlot (🥉24 · ⭐ 2.7K · 💤) - HiPlot makes understanding high dimensional data easy. MIT +- Auto ViML (🥉23 · ⭐ 490 · 📈) - Automatically Build Multiple ML Models with a Single Line of.. Apache-2 +- vissl (🥉22 · ⭐ 3.2K · 📈) - VISSL is FAIRs library of extensible, modular and scalable.. MIT +- bias-detector (🥉13 · ⭐ 42 · 📈) - Bias Detector is a python package for detecting bias in machine.. MIT + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- scikit-learn (🥇50 · ⭐ 58K · 📉) - scikit-learn: machine learning in Python. BSD-3 +- SymPy (🥇47 · ⭐ 12K · 📉) - A computer algebra system written in pure Python. BSD-3 +- StatsModels (🥈44 · ⭐ 9.6K · 📉) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 +- XGBoost (🥈42 · ⭐ 26K · 📉) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT.. Apache-2 +- Theano (🥈38 · ⭐ 9.9K · 📉) - Theano was a Python library that allows you to define, optimize, and.. BSD-3 +- Prophet (🥇34 · ⭐ 18K · 💤) - Tool for producing high quality forecasts for time series data that.. MIT +- TensorFlow I/O (🥈32 · ⭐ 690 · 📉) - Dataset, streaming, and file system extensions.. Apache-2 +- Satpy (🥉31 · ⭐ 1K · 📉) - Python package for earth-observing satellite data processing. ❗️GPL-3.0 +- snowballstemmer (🥈30 · ⭐ 720 · 📉) - Snowball compiler and stemming algorithms. BSD-3 +- doctr (🥉29 · ⭐ 3.1K · 📉) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2 + diff --git a/history/2024-05-09_projects.csv b/history/2024-05-09_projects.csv new file mode 100644 index 00000000..640eb306 --- /dev/null +++ b/history/2024-05-09_projects.csv @@ -0,0 +1,918 @@ +,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-05-06 05:38:50.000000,2024-05-06 01:57:53,1553.0,17.0,685.0,116.0,326.0,60.0,141.0,4625.0,Benchmarks of approximate nearest neighbor libraries in Python.,104.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-05-02 18:18:26.000000,2024-05-02 18:18:26,336.0,28.0,162.0,54.0,199.0,,3.0,2182.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-05-02 18:18:37.000,2024.05.02,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-05-09 13:36:52.000000,2024-05-02 21:22:18,349.0,24.0,244.0,87.0,195.0,6.0,5.0,3443.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-05-02 21:22:27.000,2024.05.02,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-05-09 13:36:52.000000,2024-05-02 21:22:18,349.0,24.0,244.0,87.0,195.0,6.0,5.0,3443.0,Collection of database clients for python.,12.0,0,True,2024-05-02 21:22:27.000,2024.05.02,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-05-09 13:36:52.000000,2024-05-02 21:22:18,349.0,24.0,244.0,87.0,195.0,6.0,5.0,3443.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-05-02 21:22:27.000,2024.05.02,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-05-09 13:36:52.000000,2024-05-02 21:22:18,349.0,24.0,244.0,87.0,195.0,6.0,5.0,3443.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-05-02 21:22:27.000,2024.05.02,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-05-09 13:55:06.000000,2024-05-09 13:54:59,164134.0,4398.0,73887.0,7631.0,27441.0,2373.0,37246.0,185087.0,An Open Source Machine Learning Framework for Everyone.,4600.0,56,True,2024-03-09 00:23:14.000,2.16.1,193.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],374662.0,367462.0,https://pypi.org/project/tensorflow,2024-03-09 00:23:14.000,7200.0,23088528.0,24130930.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4588937.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-05-09 12:48:39.037443,2403.0,77070662.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-05-09 14:04:30.000000,2024-05-09 14:04:21,72804.0,3451.0,21097.0,1705.0,83774.0,13933.0,28770.0,78289.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4836.0,55,True,2024-04-24 16:12:17.000,2.3.0,52.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],458760.0,442845.0,https://pypi.org/project/torch,2024-04-24 15:44:27.000,15915.0,28809968.0,29476460.0,https://anaconda.org/pytorch/pytorch,2024-04-23 12:59:17.451,21313789.0,,,,,1.0,40282.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,2024-05-09 14:21:42.000000,2024-05-09 13:36:53,15838.0,750.0,24895.0,1093.0,15639.0,1083.0,13874.0,125713.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2564.0,51,True,2024-05-06 16:09:45.000,4.40.2,141.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",171644.0,166648.0,https://pypi.org/project/transformers,2024-05-06 16:07:56.000,4996.0,27060267.0,27096154.0,https://anaconda.org/conda-forge/transformers,2024-05-07 05:35:22.641,1650830.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,2024-05-09 12:58:54.000000,2024-05-08 06:21:27,31278.0,329.0,24999.0,2141.0,17159.0,2073.0,9273.0,58237.0,scikit-learn: machine learning in Python.,3113.0,50,True,2024-04-09 20:07:22.000,1.4.2,78.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],21302.0,,https://pypi.org/project/scikit-learn,2024-05-06 16:31:43.000,21302.0,66600282.0,67185691.0,https://anaconda.org/conda-forge/scikit-learn,2024-05-07 23:17:12.106,28099229.0,,,,,1.0,950.0,-2.0,,,,,,,,,,,,,,,,,, +10,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12.000,2024-05-09 12:35:46.000000,2024-05-09 07:26:23,50282.0,572.0,7412.0,594.0,17957.0,1535.0,9051.0,19351.0,matplotlib: plotting with Python.,1672.0,50,True,2024-04-04 01:47:18.000,3.8.4,123.0,matplotlib,conda-forge/matplotlib,,,,1227344.0,1183513.0,https://pypi.org/project/matplotlib,2024-04-09 18:34:26.000,43831.0,63034807.0,63532376.0,https://anaconda.org/conda-forge/matplotlib,2024-05-06 01:03:53.090,23385774.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-05-09 13:06:57.000000,2024-05-09 12:13:45,32349.0,767.0,5024.0,348.0,10718.0,1825.0,8432.0,12504.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1628.0,50,True,2024-04-02 21:56:52.000,1.13.0,101.0,scipy,conda-forge/scipy,,,,1030394.0,989705.0,https://pypi.org/project/scipy,2024-04-02 21:41:20.000,40689.0,106968123.0,108107157.0,https://anaconda.org/conda-forge/scipy,2024-05-04 08:53:53.660,47680678.0,,,,,1.0,400753.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-05-08 18:59:51.000000,2024-05-08 18:59:44,10670.0,372.0,19344.0,1907.0,7172.0,199.0,11657.0,60996.0,Deep Learning for humans.,1295.0,48,True,2024-04-26 23:21:04.000,3.3.3,98.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1289.0,,https://pypi.org/project/keras,2024-04-22 23:37:45.000,1289.0,18363468.0,18437263.0,https://anaconda.org/conda-forge/keras,2024-04-27 08:28:33.749,3468380.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,2024-05-08 23:11:05.000000,2024-05-08 06:57:32,17761.0,594.0,2121.0,220.0,4818.0,120.0,2994.0,11738.0,Python Imaging Library (Fork).,468.0,48,True,2024-04-01 12:34:53.000,10.3.0,97.0,Pillow,conda-forge/pillow,,,,1653669.0,1649548.0,https://pypi.org/project/Pillow,2024-04-01 12:17:01.000,4121.0,96810919.0,97657659.0,https://anaconda.org/conda-forge/pillow,2024-04-03 15:56:48.771,38950047.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,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-05-09 14:43:55.000000,2024-05-09 14:43:55,57613.0,478.0,4307.0,295.0,13141.0,5028.0,8734.0,12435.0,A computer algebra system written in pure Python.,1300.0,47,True,2024-03-31 22:49:13.000,1.12.1rc1,55.0,sympy,conda-forge/sympy,,,,136632.0,133629.0,https://pypi.org/project/sympy,2024-03-31 22:48:43.000,3003.0,21116915.0,21177557.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5422766.0,,,,,1.0,540233.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-05-09 13:59:18.000000,2024-05-08 20:45:56,6308.0,206.0,2798.0,313.0,4421.0,802.0,3330.0,31975.0,Streamlit A faster way to build and share data apps.,228.0,46,True,2024-05-02 17:44:20.000,1.34.0,221.0,streamlit,,,,,377138.0,374913.0,https://pypi.org/project/streamlit,2024-05-02 17:44:12.000,2225.0,4202069.0,4202069.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-05-09 14:10:13.000000,2024-05-09 14:10:07,20619.0,1300.0,2571.0,321.0,13416.0,1683.0,3844.0,28098.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",687.0,46,True,2024-05-07 17:47:55.000,0.4.27,161.0,jax,conda-forge/jaxlib,,,,26471.0,24946.0,https://pypi.org/project/jax,2024-05-07 17:47:55.000,1525.0,6460334.0,6485035.0,https://anaconda.org/conda-forge/jaxlib,2024-05-03 19:45:09.278,1160983.0,,,,,1.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,2024-05-09 13:37:58.000000,2024-05-09 09:27:04,40937.0,1121.0,27960.0,2031.0,46479.0,198.0,,38454.0,Apache Spark Python API.,3059.0,45,True,2024-04-18 08:17:20.000,3.4.3,44.0,pyspark,conda-forge/pyspark,,,['spark'],1380.0,,https://pypi.org/project/pyspark,2024-04-18 08:17:20.000,1380.0,29389586.0,29456124.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3127323.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-05-09 14:10:30.000000,2024-05-09 04:36:14,21542.0,922.0,5287.0,472.0,27491.0,3670.0,14230.0,31287.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,1012.0,45,True,2024-05-08 20:34:48.000,ray-2.21.0,104.0,ray,conda-forge/ray-tune,,,,15963.0,15286.0,https://pypi.org/project/ray,2024-05-08 20:29:44.000,677.0,4605873.0,4611005.0,https://anaconda.org/conda-forge/ray-tune,2024-04-27 07:43:08.400,210334.0,,,,,1.0,211.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,2024-05-09 13:44:51.000000,2024-05-09 13:44:51,48200.0,1574.0,5439.0,722.0,45981.0,1859.0,16997.0,21642.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1196.0,45,True,2024-04-09 11:19:43.000,2.6.1,67.0,paddlepaddle,,,,['paddle'],5162.0,5056.0,https://pypi.org/project/paddlepaddle,2024-03-19 06:55:39.000,106.0,267771.0,267936.0,,,,,,,,1.0,15373.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,2024-05-09 13:07:33.000000,2024-05-09 09:49:31,20486.0,108.0,4161.0,442.0,6066.0,776.0,6886.0,18867.0,"Interactive Data Visualization in the browser, from Python.",693.0,45,True,2024-04-11 21:02:24.000,3.4.1,201.0,bokeh,conda-forge/bokeh,,,,88948.0,87381.0,https://pypi.org/project/bokeh,2024-05-08 19:44:08.000,1567.0,5476409.0,5770654.0,https://anaconda.org/conda-forge/bokeh,2024-04-12 05:55:15.282,13829537.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +21,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-05-09 15:07:16.000000,2024-05-09 15:04:17,6591.0,331.0,2154.0,154.0,3697.0,497.0,3683.0,29200.0,"Wrap UIs around any model, share with anyone.",315.0,44,True,2024-05-03 18:15:11.000,4.29.0,562.0,gradio,,,,,30036.0,29497.0,https://pypi.org/project/gradio,2024-05-03 18:15:11.000,539.0,6484366.0,6484366.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +22,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-05-02 14:48:10.000000,2024-05-02 14:46:41,16130.0,17.0,4283.0,555.0,3998.0,107.0,5494.0,28825.0,Industrial-strength Natural Language Processing (NLP) in Python.,751.0,44,True,2024-02-15 19:16:59.000,3.7.4,230.0,spacy,conda-forge/spacy,,,,89885.0,87517.0,https://pypi.org/project/spacy,2024-04-22 09:55:45.000,2368.0,10088928.0,10161704.0,https://anaconda.org/conda-forge/spacy,2024-04-04 16:04:13.461,3420517.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,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-05-09 14:07:50.000000,2024-05-09 11:46:27,10281.0,151.0,3254.0,246.0,10099.0,725.0,6182.0,27015.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",945.0,44,True,2024-05-01 22:58:16.000,2.2.4,271.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],33387.0,32041.0,https://pypi.org/project/pytorch-lightning,2024-05-01 22:58:16.000,1346.0,5043286.0,5067262.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-04-12 18:53:30.868,1117131.0,,,,,2.0,7498.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,, +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-05-09 14:41:24.000000,2024-05-09 10:32:30,5810.0,438.0,3941.0,288.0,8105.0,1451.0,2422.0,17360.0,Open source platform for the machine learning lifecycle.,726.0,44,True,2024-04-17 13:49:52.000,2.12.1,96.0,mlflow,conda-forge/mlflow,,,,35487.0,34723.0,https://pypi.org/project/mlflow,2024-04-17 03:38:20.000,764.0,13918698.0,13959341.0,https://anaconda.org/conda-forge/mlflow,2024-05-09 09:35:02.346,1910266.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,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-05-08 19:52:05.000000,2024-05-01 21:21:36,6470.0,117.0,2487.0,277.0,1638.0,1509.0,1405.0,15343.0,The interactive graphing library for Python This project now includes Plotly Express!.,262.0,44,True,2024-05-01 14:04:11.000,5.22.0,298.0,plotly,conda-forge/plotly,,,,269053.0,263669.0,https://pypi.org/project/plotly,2024-05-01 14:00:07.000,5375.0,16151194.0,16280438.0,https://anaconda.org/conda-forge/plotly,2024-05-04 13:44:40.868,5726675.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,9939.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,2024-05-09 08:50:29.000000,2024-05-08 00:18:14,7684.0,94.0,3140.0,281.0,3755.0,331.0,2987.0,14225.0,Network Analysis in Python.,717.0,44,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,,258834.0,250544.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,8290.0,53596797.0,53943718.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,15611486.0,,,,,1.0,68.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,2024-05-09 08:17:44.000000,2024-05-08 16:07:26,8192.0,108.0,1670.0,211.0,5822.0,1060.0,4158.0,12036.0,Parallel computing with task scheduling.,600.0,44,True,2024-05-07 09:10:44.000,2024.5.0,196.0,dask,conda-forge/dask,,,,62048.0,59958.0,https://pypi.org/project/dask,2024-05-03 21:20:19.000,2090.0,8218874.0,8449559.0,https://anaconda.org/conda-forge/dask,2024-05-04 00:43:29.012,11072889.0,,,,,1.0,,,stable/dask,,,,,,,,,,,,,,,,, +28,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-05-09 13:53:13.000000,2024-05-07 13:11:22,4880.0,230.0,2040.0,1684.0,4728.0,288.0,2683.0,11733.0,WebGL2 powered visualization framework.,263.0,44,True,2024-05-06 07:39:07.905,9.0.14,655.0,pydeck,conda-forge/pydeck,,,['jupyter'],7913.0,7538.0,https://pypi.org/project/pydeck,2024-04-29 19:16:05.000,87.0,3409803.0,3867252.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,512706.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-05-06 07:39:07.905,288.0,447396.0,,,,,,,,,,, +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,2024-05-08 22:36:30.000000,2024-05-08 22:36:30,15317.0,41.0,2824.0,280.0,3878.0,2780.0,2754.0,9579.0,Statsmodels: statistical modeling and econometrics in Python.,426.0,44,True,2024-04-17 08:41:57.000,0.14.2,37.0,statsmodels,conda-forge/statsmodels,,,,126861.0,122947.0,https://pypi.org/project/statsmodels,2024-04-17 08:41:57.000,3914.0,17352302.0,17628366.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,12975046.0,,,,,2.0,31.0,-1.0,,,,,,,,,,,,,,,,,, +30,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-05-09 02:29:47.000000,2024-05-08 13:45:59,5827.0,68.0,1629.0,192.0,4992.0,663.0,1229.0,6558.0,TensorFlows Visualization Toolkit.,319.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],234616.0,232659.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,1957.0,28927978.0,29026798.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4644549.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +31,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-05-08 21:55:59.406000,2024-05-03 15:53:31,2655.0,57.0,3172.0,241.0,861.0,1118.0,1329.0,21708.0,A game theoretic approach to explain the output of any machine learning model.,239.0,43,True,2024-05-07 11:40:34.000,0.45.1,103.0,shap,conda-forge/shap,,,,17952.0,17286.0,https://pypi.org/project/shap,2024-05-07 11:40:34.000,666.0,6974833.0,7041297.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,2725054.0,,,,,1.0,,,,shap/shap,,,,,,,,,,,,,,,, +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-05-08 16:51:31.000000,2024-05-08 16:35:01,2733.0,80.0,3602.0,438.0,3212.0,318.0,2424.0,16911.0,Open standard for machine learning interoperability.,316.0,43,True,2024-03-25 15:40:18.000,1.16.0,32.0,onnx,conda-forge/onnx,,,,28285.0,27374.0,https://pypi.org/project/onnx,2024-03-25 15:25:07.000,911.0,5581562.0,5602675.0,https://anaconda.org/conda-forge/onnx,2024-03-26 22:34:37.040,980193.0,,,,,1.0,20443.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-05-09 13:42:15.000000,2024-05-08 21:08:29,3466.0,49.0,3773.0,436.0,3133.0,383.0,2964.0,16088.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",301.0,43,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,33600.0,32594.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,1006.0,7721651.0,7776204.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2285863.0,,,,,2.0,221232.0,,,,,,,,,,,,,,,,,,, +34,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-05-07 10:43:38.000000,2024-04-25 14:36:49,3234.0,5.0,1862.0,259.0,1104.0,150.0,2367.0,11985.0,Statistical data visualization in Python.,212.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,412387.0,402974.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,9413.0,17310054.0,17494097.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,8649914.0,,,,,1.0,387.0,,,,,,,,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/openai/triton,https://github.com/openai/triton,MIT,2014-08-30 17:07:16.000,2024-05-09 15:24:57.000000,2024-05-09 00:22:44,2199.0,505.0,1289.0,179.0,2545.0,541.0,679.0,11132.0,Development repository for the Triton language and compiler.,258.0,43,True,2024-04-05 02:47:42.000,2.3.0,193.0,triton,,,,,24994.0,24824.0,https://pypi.org/project/triton,2024-04-05 02:47:42.000,170.0,11643379.0,11643379.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +36,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-05-09 00:13:31.000000,2024-05-08 23:44:07,6831.0,82.0,8666.0,911.0,5112.0,441.0,4757.0,25608.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",640.0,42,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,1758.0,,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1758.0,19193312.0,19296555.0,https://anaconda.org/conda-forge/xgboost,2024-04-18 01:21:37.436,4746036.0,,,,,2.0,8537.0,-3.0,,,,,,,,,,,,,,,,,, +37,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-05-09 12:51:20.000000,2024-05-06 13:23:02,7455.0,254.0,1991.0,419.0,1061.0,829.0,910.0,20575.0,Data Apps & Dashboards for Python. No JavaScript Required.,154.0,42,True,2024-05-03 17:00:38.000,2.17.0,178.0,dash,conda-forge/dash,,,,63714.0,62574.0,https://pypi.org/project/dash,2024-05-03 16:56:05.000,1140.0,2845997.0,2873050.0,https://anaconda.org/conda-forge/dash,2024-05-04 04:54:12.137,1271472.0,,,,,1.0,72.0,,,,,,,,,,,,,,,,,,, +38,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-05-09 11:34:59.000000,2024-05-09 10:42:12,3845.0,55.0,6848.0,409.0,5251.0,995.0,2373.0,15491.0,"Datasets, Transforms and Models specific to Computer Vision.",586.0,42,True,2024-04-24 16:20:12.000,0.18.0,44.0,torchvision,conda-forge/torchvision,,,['pytorch'],4819.0,21.0,https://pypi.org/project/torchvision,2024-04-24 15:47:57.000,4798.0,12880891.0,12910207.0,https://anaconda.org/conda-forge/torchvision,2024-02-26 00:12:18.834,1097233.0,,,,,1.0,37634.0,,,,,,,,,,,,,,,,,,, +39,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-05-09 15:03:24.000000,2024-05-09 15:01:17,11200.0,4028.0,956.0,59.0,1268.0,572.0,1709.0,8706.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",219.0,42,True,2024-05-09 04:53:02.000,1.36.4,794.0,litellm,,,,others,1846.0,1677.0,https://pypi.org/project/litellm,2024-05-09 04:40:51.000,169.0,573064.0,573184.0,,,,,,,,1.0,240.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,2024-05-09 14:10:34.000000,2024-05-08 22:33:03,6494.0,387.0,610.0,54.0,4496.0,817.0,2295.0,8276.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,176.0,42,True,2024-05-07 23:10:29.000,0.17.0,274.0,wandb,conda-forge/wandb,,,,45945.0,44745.0,https://pypi.org/project/wandb,2024-05-07 22:08:37.000,1200.0,12908191.0,12918962.0,https://anaconda.org/conda-forge/wandb,2024-03-25 23:14:36.046,495505.0,,,,,1.0,,,,wandb/wandb,,,,,,,,,,,,,,,, +41,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-05-08 21:52:34.000000,2024-05-08 10:22:59,13939.0,104.0,2191.0,186.0,4407.0,767.0,2074.0,5887.0,Image processing in Python.,660.0,42,False,2024-04-20 19:25:20.000,0.23.2,65.0,scikit-image,conda-forge/scikit-image,,,,185676.0,180208.0,https://pypi.org/project/scikit-image,2024-04-20 19:25:20.000,5468.0,13529247.0,13661245.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,6203948.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,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-05-09 11:36:21.000000,2024-05-08 22:04:02,2284.0,149.0,3864.0,331.0,2711.0,1057.0,1608.0,32908.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",307.0,41,True,2024-04-23 23:26:47.000,0.14.2,90.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],7081.0,6922.0,https://pypi.org/project/deepspeed,2024-04-23 23:26:47.000,159.0,526265.0,526610.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17950.0,1.0,,,,,,,,,,,,,,,,,,,, +43,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-05-07 00:17:07.000000,2024-05-04 03:26:56,2221.0,73.0,4568.0,305.0,466.0,65.0,803.0,29907.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",135.0,41,True,2024-02-19 19:35:21.000,0.9.16,56.0,timm,conda-forge/timm,,,['pytorch'],28743.0,28030.0,https://pypi.org/project/timm,2024-02-19 19:33:42.000,713.0,5144712.0,5256756.0,https://anaconda.org/conda-forge/timm,2024-02-21 16:25:26.726,145912.0,,,,,1.0,6532354.0,,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,, +44,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2024-05-09 14:51:30.000000,2024-05-09 14:51:30,19751.0,688.0,2578.0,273.0,20268.0,723.0,10076.0,27113.0,"A cloud-native vector database, storage for next generation AI applications.",272.0,41,True,2024-05-06 12:00:08.000,2.4.1,94.0,pymilvus,,milvusdb/milvus,,,119.0,,https://pypi.org/project/pymilvus,2024-04-29 11:34:02.000,119.0,509759.0,775387.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-05-09 12:05:30.291140,43.0,14655372.0,1.0,215884.0,,,,,,,,,,,,,,,,,,, +45,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-05-08 23:24:02.000000,2024-05-08 08:20:29,1384.0,66.0,2322.0,133.0,410.0,1049.0,926.0,13890.0,Multilingual Sentence & Image Embeddings with BERT.,158.0,41,True,2024-04-17 13:16:06.000,2.7.0,51.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],33411.0,32183.0,https://pypi.org/project/sentence-transformers,2024-04-17 13:15:42.000,1228.0,4265705.0,4271187.0,https://anaconda.org/conda-forge/sentence-transformers,2024-04-17 14:59:51.983,241233.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,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-05-07 08:05:15.000000,2024-05-03 15:58:53,9261.0,77.0,1138.0,140.0,5440.0,209.0,4413.0,13168.0,ML Experiments and Data Management with Git.,296.0,41,True,2024-04-26 15:04:08.000,3.50.1,523.0,dvc,conda-forge/dvc,,,,14974.0,14860.0,https://pypi.org/project/dvc,2024-04-26 15:04:08.000,114.0,494966.0,537270.0,https://anaconda.org/conda-forge/dvc,2024-04-26 20:12:41.589,1835619.0,,,,,1.0,42240.0,,,,,,,,,dvc,dvc,dvc,,,,,,,, +47,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-05-06 17:04:31.000000,2024-04-27 14:57:23,8262.0,25.0,3321.0,477.0,703.0,53.0,2139.0,13061.0,A toolkit for making real world machine learning and data analysis applications in C++.,193.0,41,False,2024-04-03 23:33:43.000,19.24.4,37.0,dlib,conda-forge/dlib,,,,27115.0,26915.0,https://pypi.org/project/dlib,2024-04-03 23:33:43.000,200.0,508462.0,523440.0,https://anaconda.org/conda-forge/dlib,2024-04-04 08:17:12.401,692873.0,,,,,2.0,25430.0,,,,,,,,,,,,,,,,,,, +48,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-04-19 08:49:48.000000,2024-04-05 06:11:40,14511.0,2.0,2817.0,465.0,1456.0,271.0,1516.0,13060.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,41,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,276211.0,272114.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,4097.0,21253091.0,21280173.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2518677.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +49,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-05-08 17:09:23.000000,2024-05-08 17:09:22,3662.0,40.0,763.0,141.0,1358.0,167.0,1776.0,8948.0,Declarative statistical visualization library for Python.,163.0,41,True,2024-03-30 15:36:52.000,5.3.0,40.0,altair,conda-forge/altair,,,,130002.0,129249.0,https://pypi.org/project/altair,2024-03-30 15:24:57.000,753.0,23791254.0,23868091.0,https://anaconda.org/conda-forge/altair,2024-03-30 18:57:22.082,2228263.0,,,,,1.0,122.0,,,vega/altair,,,,,,,,,,,,,,,, +50,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-05-09 13:36:52.000000,2024-05-09 08:16:14,9864.0,118.0,1926.0,225.0,3924.0,269.0,3016.0,8186.0,Bayesian Modeling and Probabilistic Programming in Python.,489.0,41,True,2024-04-30 14:58:33.000,5.14.0,83.0,pymc3,conda-forge/pymc3,,,,3418.0,3227.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,191.0,853428.0,859588.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,559190.0,,,,,1.0,1937.0,,,,,,,,,,,,,,,,,,, +51,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2024-05-09 03:29:02.000000,2024-05-09 03:21:32,47864.0,483.0,1147.0,192.0,384.0,507.0,1757.0,7767.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1229.0,41,True,2024-04-18 20:19:33.000,1.2.5,111.0,catboost,conda-forge/catboost,,,,399.0,13.0,https://pypi.org/project/catboost,2024-04-18 18:24:32.000,386.0,2022874.0,2061444.0,https://anaconda.org/conda-forge/catboost,2024-04-18 20:39:24.300,1490169.0,,,,,2.0,247225.0,,,,,,,,,,,,,,,,,,, +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,2024-05-02 16:09:06.000000,2023-01-30 18:15:21,1757.0,,8557.0,1062.0,1452.0,92.0,1721.0,33933.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,,,,54456.0,52953.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1503.0,504659.0,510304.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,276615.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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-04-27 22:14:28.000000,2024-04-27 22:14:00,2765.0,18.0,7515.0,609.0,2225.0,216.0,1589.0,25665.0,The fastai deep learning library.,667.0,40,True,2024-04-27 22:14:28.000,2.7.15,149.0,fastai,,,,['pytorch'],17455.0,17166.0,https://pypi.org/project/fastai,2024-04-27 22:14:28.000,289.0,372894.0,372894.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +54,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-05-07 12:46:18.000000,2024-03-21 15:05:22,32610.0,18.0,4532.0,349.0,6359.0,117.0,6642.0,18018.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,40,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4191.0,4132.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,59.0,108869.0,108869.0,,,,,,,,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,2024-05-09 09:05:43.000000,2024-04-28 11:51:15,1194.0,12.0,2197.0,241.0,551.0,139.0,1133.0,11949.0,Download market data from Yahoo! Finances API.,110.0,40,True,2024-04-16 21:20:42.000,0.2.38,110.0,yfinance,ranaroussi/yfinance,,,,38055.0,37694.0,https://pypi.org/project/yfinance,2024-04-16 21:20:42.000,361.0,1478833.0,1481479.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,89978.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,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-05-09 15:19:47.000000,2024-05-09 13:30:13,1421.0,147.0,805.0,98.0,1371.0,133.0,1259.0,7049.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",249.0,40,True,2024-05-03 15:29:05.000,0.30.0,50.0,accelerate,conda-forge/accelerate,,,['pytorch'],36465.0,35388.0,https://pypi.org/project/accelerate,2024-05-03 14:36:32.000,1077.0,8847977.0,8852141.0,https://anaconda.org/conda-forge/accelerate,2024-05-03 18:58:07.359,129106.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +57,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-05-07 16:37:16.000000,2024-05-07 16:32:35,1851.0,70.0,2209.0,164.0,847.0,97.0,1013.0,6696.0,Python Data. Leaflet.js Maps.,166.0,40,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,37774.0,37146.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,628.0,1199912.0,1267226.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2692565.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,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-05-08 13:21:24.000000,2024-05-06 14:11:49,1938.0,60.0,895.0,105.0,1602.0,436.0,1219.0,4211.0,Python tools for geographic data.,223.0,40,True,2024-04-28 13:49:29.000,0.14.4,54.0,geopandas,conda-forge/geopandas,,,['pandas'],37186.0,34798.0,https://pypi.org/project/geopandas,2024-04-28 13:49:24.000,2388.0,6379051.0,6454998.0,https://anaconda.org/conda-forge/geopandas,2024-04-28 20:22:12.956,3568310.0,,,,,1.0,2531.0,,,,,,,,,,,,,,,,,,, +59,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-05-09 00:17:12.000000,2024-05-08 19:51:07,6272.0,95.0,1507.0,105.0,4252.0,672.0,721.0,4191.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",306.0,40,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],17783.0,17482.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,301.0,4064350.0,4065151.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,28848.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-05-09 14:17:43.000000,2024-05-08 21:47:24,3663.0,159.0,1090.0,136.0,3020.0,286.0,1189.0,2048.0,A library for training and deploying machine learning models on Amazon SageMaker.,437.0,40,True,2024-05-08 20:32:53.000,2.219.0,585.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",4064.0,3932.0,https://pypi.org/project/sagemaker,2024-05-08 20:32:53.000,132.0,26631937.0,26648878.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-05-09 00:58:02.385,762351.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,2024-05-09 13:04:45.000000,2024-05-08 06:53:19,5758.0,79.0,707.0,54.0,5002.0,1512.0,2330.0,1544.0,A distributed task scheduler for Dask.,324.0,40,True,2024-05-03 21:20:23.000,2024.5.0,228.0,distributed,conda-forge/distributed,,,,34951.0,34216.0,https://pypi.org/project/distributed,2024-05-03 21:20:23.000,735.0,3900666.0,4183095.0,https://anaconda.org/conda-forge/distributed,2024-05-03 22:43:44.576,13556611.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +62,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-05-09 05:49:48.000000,2024-05-09 04:52:46,1082.0,77.0,3409.0,476.0,947.0,452.0,1930.0,28393.0,A library for efficient similarity search and clustering of dense vectors.,172.0,39,True,2024-04-29 11:34:02.000,2.4.1,94.0,pymilvus,conda-forge/faiss,,,,3737.0,3618.0,https://pypi.org/project/pymilvus,2024-04-29 11:34:02.000,119.0,509759.0,533745.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1151346.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-04-19 12:21:16.000000,2024-04-10 23:04:20,8539.0,28.0,2187.0,209.0,4172.0,22.0,1924.0,20120.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2024-04-10 14:42:19.000,3.25.1,2461.0,jina,conda-forge/jina-core,jinaai/jina,,,1747.0,1720.0,https://pypi.org/project/jina,2024-04-10 14:39:06.000,27.0,35964.0,63533.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,62568.0,https://hub.docker.com/r/jinaai/jina,2024-04-10 14:51:03.408997,8.0,1306330.0,2.0,,,,,,,,,,,,,,,,,,,, +64,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-04-24 11:04:13.000000,2024-04-08 03:19:54,4515.0,3.0,4343.0,435.0,1691.0,382.0,1452.0,15273.0,Topic Modelling for Humans.,451.0,39,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,60437.0,59138.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,1299.0,5498612.0,5531452.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1246268.0,,,,,1.0,4556.0,,,piskvorky/gensim,,,,,,,,,,,,,,,, +65,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-05-03 22:45:49.000000,2024-05-03 17:11:18,5942.0,62.0,2066.0,202.0,1189.0,75.0,2187.0,13588.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,261.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3316.0,3217.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,99.0,172199.0,172720.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,24002.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-05-09 10:23:15.000000,2024-05-08 01:48:50,17597.0,522.0,952.0,118.0,3508.0,102.0,1531.0,9722.0,A hyperparameter optimization framework.,263.0,39,False,2024-04-01 06:04:15.000,3.6.1,64.0,optuna,conda-forge/optuna,,,,15126.0,14313.0,https://pypi.org/project/optuna,2024-04-01 06:04:15.000,813.0,2499198.0,2518669.0,https://anaconda.org/conda-forge/optuna,2024-03-29 06:40:40.525,915138.0,,,,,1.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,2024-05-06 09:49:39.000000,2024-05-06 09:49:38,1773.0,16.0,726.0,119.0,586.0,81.0,863.0,8489.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,39,True,2024-04-17 21:37:50.000,0.19.1,95.0,tokenizers,conda-forge/tokenizers,,,,76325.0,75587.0,https://pypi.org/project/tokenizers,2024-04-17 21:36:02.000,738.0,25249530.0,25284160.0,https://anaconda.org/conda-forge/tokenizers,2024-04-18 01:39:43.525,1593015.0,,,,,1.0,47.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,2024-05-07 22:54:59.000000,2024-05-03 12:19:20,9811.0,153.0,1279.0,128.0,1197.0,124.0,946.0,7931.0,A PyTorch-based Speech Toolkit.,234.0,39,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1857.0,1826.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,3516215.0,3516215.0,,,,,,,,1.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-05-09 14:25:43.000000,2024-05-09 14:25:42,4505.0,242.0,1285.0,102.0,3725.0,812.0,1453.0,7438.0,A unified framework for machine learning with time series.,357.0,39,True,2024-05-01 13:08:23.000,0.29.0,67.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2725.0,2616.0,https://pypi.org/project/sktime,2024-05-01 13:08:23.000,109.0,930643.0,958578.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-05-04 19:43:57.141,949766.0,,,,,1.0,87.0,,,sktime/sktime,,,,,,,,,,,,,,,, +70,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-05-09 12:59:33.000000,2024-05-08 18:23:30,4401.0,221.0,593.0,84.0,2355.0,221.0,704.0,5545.0,Flax is a neural network library for JAX that is designed for flexibility.,220.0,39,True,2024-04-30 09:57:17.000,0.8.3,44.0,flax,conda-forge/flax,,,['jax'],7605.0,7215.0,https://pypi.org/project/flax,2024-04-30 09:57:17.000,390.0,4034454.0,4035705.0,https://anaconda.org/conda-forge/flax,2024-04-30 18:49:11.574,47502.0,,,,,2.0,50.0,,,,,,,,,,,,,,,,,,, +71,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-05-07 10:27:10.000000,2024-05-06 09:19:52,2266.0,29.0,555.0,88.0,817.0,272.0,918.0,3685.0,Manipulation and analysis of geometric objects.,153.0,39,True,2024-04-16 22:26:21.000,2.0.4,123.0,shapely,conda-forge/shapely,,,,70737.0,68229.0,https://pypi.org/project/shapely,2024-04-16 22:26:21.000,2508.0,23983236.0,24188989.0,https://anaconda.org/conda-forge/shapely,2024-04-17 10:26:25.080,9254122.0,,,,,2.0,3314.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-05-08 17:08:29.000000,2024-05-06 08:09:14,17962.0,123.0,1283.0,83.0,7828.0,514.0,4286.0,2560.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,370.0,39,True,2024-04-19 18:04:01.000,1.7.0,78.0,mne,conda-forge/mne,,,,4160.0,3815.0,https://pypi.org/project/mne,2024-04-19 18:04:01.000,345.0,116355.0,123864.0,https://anaconda.org/conda-forge/mne,2024-04-19 20:25:11.111,360466.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,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-05-09 11:33:18.000000,2024-05-09 11:33:18,6156.0,22.0,7213.0,431.0,2891.0,1207.0,7802.0,38809.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",195.0,38,True,2024-03-29 09:49:07.000,2.7.5,44.0,paddleocr,,,,['paddle'],2597.0,2551.0,https://pypi.org/project/paddleocr,2024-03-29 09:49:07.000,46.0,152946.0,152946.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,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-05-06 03:35:31.000000,2024-02-05 13:23:18,2706.0,,9204.0,370.0,3138.0,1566.0,6662.0,27931.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,38,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2528.0,2464.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,64.0,207854.0,207854.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +75,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-05-09 13:59:26.000000,2024-05-09 07:34:22,35266.0,388.0,12974.0,945.0,24750.0,1184.0,,23217.0,Apache Flink Python API.,1855.0,38,True,2024-01-15 16:28:13.000,1.18.1,47.0,apache-flink,,,,,45.0,21.0,https://pypi.org/project/apache-flink,2024-03-15 08:32:38.000,24.0,65325.0,65325.0,,,,,,,,2.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,,6812.0,1069.0,11124.0,1805.0,7758.0,20715.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'],7372.0,7250.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,116.0,611825.0,612243.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10724.0,,,,,2.0,26861.0,,,apache/mxnet,,,,,,,,,6.0,,,,,,, +77,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-05-08 17:31:10.000000,2024-05-07 06:50:01,7516.0,147.0,3533.0,255.0,2982.0,955.0,2607.0,20211.0,Graph Neural Network Library for PyTorch.,494.0,38,True,2024-04-19 11:59:51.000,2.5.3,44.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],242.0,,https://pypi.org/project/torch-geometric,2024-04-19 11:59:51.000,242.0,287528.0,288416.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-05-04 18:04:48.733,40863.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +78,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-05-08 23:00:15.000000,2024-05-08 23:00:12,877.0,91.0,1593.0,128.0,773.0,426.0,507.0,13469.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,142.0,38,True,2024-05-04 05:34:03.000,1.4.6,61.0,albumentations,conda-forge/albumentations,,,['pytorch'],23668.0,23164.0,https://pypi.org/project/albumentations,2024-05-04 05:34:03.000,504.0,2054484.0,2058022.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,162787.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-05-09 09:06:48.000000,2024-05-09 09:06:48,4094.0,154.0,2961.0,168.0,4696.0,511.0,2286.0,13039.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",289.0,38,True,2024-05-08 07:16:07.000,2.2.0,452.0,dgl,,,,,364.0,238.0,https://pypi.org/project/dgl,2024-05-08 07:16:07.000,126.0,95125.0,95125.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +80,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-04-21 04:59:48.000000,2024-04-12 16:27:53,4816.0,83.0,4965.0,381.0,697.0,603.0,1343.0,12277.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,38,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1521.0,1352.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,169.0,209241.0,248358.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,196204.0,,,,,1.0,3749651.0,,,,,,,,,,,,,,,,,,, +81,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2024-05-07 20:18:32.000000,2024-05-07 19:29:08,1444.0,70.0,1629.0,150.0,781.0,215.0,561.0,12080.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,123.0,38,True,2024-05-07 19:57:59.000,4.8.3,61.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",3278.0,3096.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,182.0,730444.0,735057.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,429012.0,,,,,2.0,88.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +82,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2024-01-15 03:16:24.000000,2024-01-15 03:16:24,28133.0,,2511.0,541.0,4118.0,685.0,2087.0,9855.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15197.0,15025.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,525522.0,551103.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2404705.0,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +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,2024-05-08 17:35:40.000000,2024-05-06 08:02:27,951.0,28.0,1111.0,123.0,287.0,27.0,696.0,9558.0,Unsupervised text tokenizer for Neural Network-based text generation.,86.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,65584.0,64073.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1511.0,22405663.0,22423135.0,https://anaconda.org/conda-forge/sentencepiece,2024-03-19 05:24:18.341,779435.0,,,,,1.0,36461.0,,,,,,,,,,,,,,,,,,, +84,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-05-09 09:27:09.000000,2024-05-07 23:58:59,2732.0,70.0,937.0,129.0,1857.0,268.0,635.0,9441.0,Geometric Computer Vision Library for Spatial AI.,260.0,38,True,2024-03-14 09:18:15.000,0.7.2,39.0,kornia,conda-forge/kornia,,,['pytorch'],9904.0,9669.0,https://pypi.org/project/kornia,2024-03-14 09:18:15.000,235.0,1492374.0,1495370.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,122187.0,,,,,1.0,1091.0,,,,,,,,,,,,,,,,,,, +85,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-05-03 20:31:35.000000,2024-04-28 18:44:58,5223.0,70.0,1723.0,131.0,992.0,350.0,1933.0,8452.0,"An open-source, low-code machine learning library in Python.",136.0,38,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,5663.0,5633.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,30.0,369375.0,370391.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,45058.0,,,,,2.0,692.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,2024-05-09 14:09:03.000000,2024-05-08 14:39:44,21235.0,537.0,2089.0,175.0,3282.0,308.0,2067.0,7917.0,End-to-End Speech Processing Toolkit.,425.0,38,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,330.0,318.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,77114.0,77115.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +87,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-05-09 11:56:45.000000,2024-05-08 12:06:08,28474.0,192.0,771.0,127.0,6150.0,571.0,1664.0,7811.0,NumPy & SciPy for GPU.,364.0,38,True,2024-04-19 07:40:12.000,13.1.0,139.0,cupy,conda-forge/cupy,cupy/cupy,,,2249.0,2037.0,https://pypi.org/project/cupy,2024-04-19 04:17:35.000,212.0,23779.0,100448.0,https://anaconda.org/conda-forge/cupy,2024-04-29 17:22:48.759,3517204.0,https://hub.docker.com/r/cupy/cupy,2024-04-19 07:42:49.196765,11.0,62045.0,1.0,173140.0,,,,,,,,,,,,,,,,,,, +88,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-05-07 08:03:38.000000,2024-05-07 08:03:36,12138.0,68.0,1075.0,164.0,463.0,669.0,746.0,4134.0,Probabilistic reasoning and statistical analysis in TensorFlow.,493.0,38,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],560.0,,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,560.0,3823025.0,3826248.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,125728.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,2024-05-09 11:40:45.000000,2024-05-09 11:40:44,10752.0,49.0,394.0,59.0,2978.0,1095.0,2166.0,2626.0,"With Holoviews, your data visualizes itself.",141.0,38,True,2024-03-22 00:10:16.630,3.0.2,160.0,holoviews,conda-forge/holoviews,,,['jupyter'],10695.0,10334.0,https://pypi.org/project/holoviews,2024-04-23 15:48:47.000,356.0,422661.0,456348.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1569400.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-03-22 00:10:16.630,5.0,296.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,2024-05-08 14:54:38.000000,2024-05-03 08:55:51,1404.0,128.0,433.0,58.0,1354.0,141.0,674.0,1706.0,The official Python client for the Huggingface Hub.,161.0,38,True,2024-05-02 12:46:42.000,0.23.0,109.0,huggingface_hub,conda-forge/huggingface_hub,,,,1207.0,,https://pypi.org/project/huggingface_hub,2024-05-02 12:46:34.000,1207.0,34525999.0,34570113.0,https://anaconda.org/conda-forge/huggingface_hub,2024-05-03 19:11:46.697,1720447.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +91,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-03-18 00:28:14.000000,2020-02-15 08:33:35,523.0,,6704.0,1285.0,166.0,670.0,226.0,32479.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,,,,28910.0,28155.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,755.0,931251.0,933047.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,152673.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +92,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-05-07 14:51:33.000000,2023-07-11 16:23:35,1095.0,,1519.0,254.0,670.0,415.0,1046.0,11848.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,38926.0,38150.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,776.0,1058796.0,1061723.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,240050.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +93,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-05-07 18:07:06.000000,2024-05-07 18:07:06,1445.0,225.0,1811.0,134.0,195.0,4.0,1027.0,10162.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",61.0,37,True,2024-05-02 07:29:37.000,0.0.91,90.0,deepface,,,,,3101.0,3068.0,https://pypi.org/project/deepface,2024-05-02 07:27:16.000,33.0,62953.0,62953.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +94,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-05-09 13:06:49.000000,2024-05-08 16:11:38,29155.0,2455.0,1976.0,198.0,5322.0,30.0,3377.0,9274.0,Perform data science on data that remains in someone elses server.,510.0,37,True,2024-04-03 12:17:16.000,0.8.6,280.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2024-04-28 12:46:46.000,5.0,9468.0,9746.0,,,,,,,,1.0,2504.0,,,,,,,,,,,,,,,,,,, +95,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-05-07 16:35:28.000000,2024-05-07 16:35:27,583.0,20.0,1139.0,263.0,173.0,109.0,169.0,8959.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,38678.0,38349.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,329.0,1047453.0,1050109.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,247044.0,,,,,1.0,117.0,,,,,,,,,,,,,,,,,,, +96,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-05-08 07:44:29.000000,2024-05-07 14:59:56,10463.0,242.0,1617.0,147.0,2289.0,581.0,1235.0,5148.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",240.0,37,True,2024-04-03 16:21:23.000,2.8.0,852.0,deepchem,conda-forge/deepchem,,,['tensorflow'],372.0,361.0,https://pypi.org/project/deepchem,2024-05-07 15:11:47.000,11.0,27779.0,30036.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,106096.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +97,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-05-05 12:54:38.000000,2024-04-29 15:18:33,4015.0,126.0,1072.0,151.0,1633.0,393.0,882.0,3693.0,Fast data visualization and GUI tools for scientific / engineering applications.,279.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,10316.0,9402.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,914.0,230173.0,241457.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,530365.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +98,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-05-09 00:00:08.000000,2024-05-09 00:00:08,3848.0,24.0,523.0,147.0,1157.0,145.0,1638.0,2142.0,Rasterio reads and writes geospatial raster datasets.,156.0,37,True,2024-04-12 18:29:54.000,1.3.10,157.0,rasterio,conda-forge/rasterio,,,,12571.0,11357.0,https://pypi.org/project/rasterio,2024-04-16 21:46:35.000,1214.0,2647449.0,2720957.0,https://anaconda.org/conda-forge/rasterio,2024-04-13 12:29:45.854,2940011.0,,,,,2.0,859.0,,,,,,,,,,,,,,,,,,, +99,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2024-04-08 21:04:04.101000,2024-03-21 08:08:33,1233.0,22.0,209.0,32.0,47.0,13.0,164.0,1572.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,67495.0,65182.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2313.0,10651418.0,10651944.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,44740.0,,,,,2.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-05-08 12:28:44.000000,2024-05-05 06:53:19,1528.0,9.0,283.0,31.0,487.0,105.0,494.0,1412.0,Python library for reading and writing image data.,111.0,37,True,2024-04-22 02:22:40.000,2.34.1,91.0,imageio,conda-forge/imageio,,,,127677.0,125520.0,https://pypi.org/project/imageio,2024-04-22 02:22:35.000,2157.0,22850298.0,22987361.0,https://anaconda.org/conda-forge/imageio,2024-04-22 04:44:13.491,6304251.0,,,,,2.0,1042.0,,,,,,,,,,,,,,,,,,, +101,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-05-08 02:07:57.000000,2024-05-08 02:07:54,1521.0,41.0,199.0,47.0,562.0,32.0,756.0,1129.0,Fiona reads and writes geographic data files.,73.0,37,True,2024-03-08 16:14:09.000,1.9.6,112.0,fiona,conda-forge/fiona,,,,19896.0,19787.0,https://pypi.org/project/fiona,2024-04-16 20:38:29.000,109.0,6330598.0,6449395.0,https://anaconda.org/conda-forge/fiona,2024-03-08 21:09:14.732,5464704.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +102,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-05-08 20:08:37.000000,2024-05-08 18:48:03,10282.0,65.0,548.0,68.0,2397.0,296.0,1760.0,1109.0,Machine learning for NeuroImaging in Python.,235.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3397.0,3125.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,272.0,69237.0,75615.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,267725.0,,,,,1.0,160.0,,,,,,,,,,,,,,,,,,, +103,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-05-08 07:52:03.000000,2024-05-08 07:52:03,2292.0,9.0,5171.0,500.0,157.0,1076.0,1356.0,21387.0,State-of-the-art 2D and 3D Face Analysis Project.,60.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],2104.0,2084.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,20.0,397102.0,633013.0,,,,,,,,2.0,3066851.0,,,,,,,,,,,,,,,,,,, +104,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-03-27 09:20:02.000000,2024-03-03 06:50:21,1649.0,2.0,2825.0,379.0,458.0,13.0,1845.0,14473.0,Python Echarts Plotting Library.,42.0,36,True,2024-03-03 07:03:55.000,2.0.5,73.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4335.0,4083.0,https://pypi.org/project/pyecharts,2024-03-03 07:02:08.000,252.0,169686.0,169688.0,,,,,,,,2.0,44.0,,,,,,,,,,,,,,,,,,, +105,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-04-06 08:14:32.000000,2020-06-01 14:58:26,2913.0,,2413.0,233.0,338.0,300.0,224.0,14169.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,,,,19904.0,19653.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,251.0,408512.0,411140.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,155072.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-05-09 14:43:13.000000,2024-05-09 13:40:36,3372.0,284.0,1636.0,126.0,3655.0,195.0,3039.0,13782.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",241.0,36,True,2024-05-07 09:03:14.000,2.1.0,93.0,haystack,,,,,241.0,236.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,4036.0,4036.0,,,,,,,,2.0,24.0,,,,,,,,,,,,,,,,,,, +107,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-05-08 15:09:05.000000,2024-05-07 08:49:47,6209.0,86.0,3379.0,242.0,1571.0,1107.0,4028.0,10554.0,Open-source simulator for autonomous driving research.,187.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,710.0,703.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,12425.0,12425.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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-05-09 14:13:05.000000,2024-05-08 21:56:38,6450.0,350.0,2080.0,188.0,6426.0,126.0,2009.0,10157.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",309.0,36,True,2024-02-28 06:18:16.000,1.23.0,72.0,nemo-toolkit,,,,['pytorch'],31.0,21.0,https://pypi.org/project/nemo-toolkit,2024-02-28 05:27:18.000,10.0,50221.0,53210.0,,,,,,,,2.0,167404.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-05-09 15:13:49.000000,2024-05-08 17:47:01,20230.0,987.0,493.0,52.0,2927.0,487.0,1005.0,6750.0,"Visualize, create, and debug image and video datasets and model predictions.",120.0,36,True,2024-04-15 21:52:17.000,0.23.8,142.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",574.0,562.0,https://pypi.org/project/fiftyone,2024-04-15 21:52:17.000,12.0,63467.0,63467.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +110,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-04-01 18:07:01.000000,2024-04-01 11:19:59,863.0,8.0,1273.0,141.0,499.0,40.0,554.0,6710.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,36,True,2024-03-31 19:38:20.000,0.12.2,36.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],27365.0,26982.0,https://pypi.org/project/imbalanced-learn,2024-03-31 19:27:16.000,383.0,10900516.0,10912356.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-03-31 19:50:51.503,556493.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +111,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-04-28 01:37:29.000000,2023-12-31 11:04:55,953.0,,796.0,87.0,204.0,114.0,657.0,4190.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,36,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,397307.0,388089.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,9218.0,13819094.0,13819094.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +112,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-05-09 12:45:42.000000,2024-05-06 15:21:43,2338.0,130.0,205.0,64.0,133.0,66.0,563.0,3835.0,A Grammar of Graphics for Python.,107.0,36,True,2024-04-26 19:26:18.000,0.13.5,26.0,plotnine,conda-forge/plotnine,,,,7790.0,7530.0,https://pypi.org/project/plotnine,2024-04-26 18:19:23.000,260.0,3041746.0,3049327.0,https://anaconda.org/conda-forge/plotnine,2024-04-26 19:27:02.919,356330.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +113,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-05-07 19:49:26.000000,2024-05-02 08:02:26,8512.0,57.0,698.0,100.0,13182.0,52.0,829.0,3701.0,State of the Art Natural Language Processing.,112.0,36,True,2024-04-05 17:44:10.000,5.3.3,141.0,spark-nlp,,,,['spark'],457.0,424.0,https://pypi.org/project/spark-nlp,2024-04-05 16:57:09.000,33.0,4087811.0,4087811.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +114,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-05-04 06:12:13.000000,2024-04-23 07:20:16,5324.0,11.0,275.0,79.0,791.0,19.0,124.0,2796.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,36,True,2024-04-19 11:40:18.000,9.0.0,234.0,thinc,conda-forge/thinc,,,,46739.0,46614.0,https://pypi.org/project/thinc,2024-04-19 11:39:47.000,125.0,9081452.0,9139089.0,https://anaconda.org/conda-forge/thinc,2023-12-29 09:50:56.118,2766582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +115,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-05-09 13:13:10.000000,2024-05-09 10:48:31,4363.0,261.0,434.0,36.0,3233.0,550.0,1068.0,2384.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,159.0,36,True,2024-05-04 07:48:44.000,0.43.7,93.0,pyvista,conda-forge/pyvista,,,['jupyter'],3384.0,2915.0,https://pypi.org/project/pyvista,2024-05-04 07:48:44.000,469.0,260136.0,270149.0,https://anaconda.org/conda-forge/pyvista,2024-05-04 09:09:26.421,470150.0,,,,,2.0,796.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-05-09 14:55:08.000000,2024-05-09 14:30:30,4151.0,235.0,538.0,44.0,4479.0,291.0,959.0,2124.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,166.0,36,True,2024-05-06 23:38:06.000,0.36.0,57.0,pennylane,conda-forge/pennylane,,,,976.0,874.0,https://pypi.org/project/pennylane,2024-05-06 23:38:06.000,102.0,65794.0,67280.0,https://anaconda.org/conda-forge/pennylane,2024-05-07 13:17:23.986,44558.0,,,,,1.0,77.0,,,,,,,,,,,,,,,,,,, +117,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-05-08 19:01:23.000000,2024-05-07 11:30:21,1778.0,123.0,377.0,26.0,1497.0,69.0,744.0,1962.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",239.0,36,True,2024-05-06 09:20:11.000,1.4.0,45.0,metrics,conda-forge/torchmetrics,,,['pytorch'],24400.0,24398.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4412.0,39403.0,https://anaconda.org/conda-forge/torchmetrics,2024-05-06 21:04:38.969,1324589.0,,,,,2.0,5116.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +118,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-05-05 02:16:05.000000,2024-04-08 14:41:27,1540.0,16.0,372.0,47.0,1491.0,175.0,678.0,1532.0,Exploratory analysis of Bayesian models with Python.,156.0,36,True,2024-04-05 08:50:12.000,0.18.0,37.0,arviz,conda-forge/arviz,,,,6717.0,6435.0,https://pypi.org/project/arviz,2024-04-05 08:50:12.000,282.0,2102641.0,2146651.0,https://anaconda.org/conda-forge/arviz,2024-04-08 15:25:03.090,2112468.0,,,,,1.0,135.0,,,,,,,,,,,,,,,,,,, +119,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-05-06 13:09:16.000000,2024-05-06 13:09:16,5858.0,92.0,257.0,37.0,806.0,128.0,403.0,625.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,19748.0,18729.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1019.0,496322.0,511245.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,701407.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +120,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-05-08 14:26:25.000000,2024-02-10 14:20:58,4668.0,1.0,3482.0,263.0,729.0,74.0,953.0,29661.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1249.0,1203.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,46.0,126944.0,184154.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,11327.0,,,,,1.0,2160116.0,,,,,,,,,,,,,,,,,,, +121,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-05-04 06:59:48.000000,2024-03-13 13:24:17,2322.0,2.0,6242.0,419.0,1334.0,1242.0,3042.0,29334.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3207.0,3100.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,107.0,287487.0,288899.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,64777.0,,,,,2.0,332.0,,,,,,,,,,,,,,,,,,, +122,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-03-27 11:25:38.000000,2023-09-04 11:42:16,615.0,,2940.0,306.0,246.0,382.0,588.0,22109.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,6418.0,6249.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,169.0,235232.0,465289.0,,,,,,,,1.0,10812722.0,,,,,,,,,,,,,,,,,,, +123,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-05-01 18:45:29.000000,2024-05-01 02:28:51,8867.0,51.0,2994.0,270.0,1242.0,154.0,682.0,18053.0,Best Practices on Recommendation Systems.,131.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,112.0,108.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,22148.0,22155.0,,,,,,,,1.0,485.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +124,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-05-06 06:32:37.000000,2024-05-02 08:41:34,18262.0,625.0,5865.0,71.0,11675.0,1020.0,15930.0,14021.0,The Unified AI Framework.,1471.0,35,True,2023-06-29 19:33:01.167,0.0.0,116.0,ivy,,,,,12.0,,https://pypi.org/project/ivy,2024-03-15 11:49:07.000,12.0,924.0,924.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,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-03-27 20:19:41.000000,2024-03-25 12:37:43,1333.0,1.0,2213.0,333.0,1588.0,387.0,1857.0,13968.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1167.0,1138.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,29.0,66870.0,66870.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,, +126,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,,4403.0,546.0,716.0,402.0,1271.0,13905.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,,,,,5741.0,5723.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,32844.0,32844.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,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-05-02 09:05:39.790000,2023-08-20 17:38:53,890.0,,1139.0,317.0,267.0,55.0,343.0,12744.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,,,,4017.0,3833.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,184.0,1288541.0,1297750.0,https://anaconda.org/conda-forge/python-annoy,2024-05-02 09:05:39.790,405221.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,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,,2244.0,279.0,3096.0,91.0,2477.0,11701.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4176.0,4051.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,53106.0,55017.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,124259.0,,,,,2.0,62.0,,,,,,,,,,,,,,,,,,, +129,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-05-07 13:46:36.000000,2024-04-22 23:01:37,2591.0,61.0,625.0,100.0,471.0,555.0,1228.0,8963.0,An open source multi-tool for exploring and publishing data.,78.0,35,True,2023-12-22 23:22:42.000,0.64.6,147.0,datasette,conda-forge/datasette,,,,1481.0,1248.0,https://pypi.org/project/datasette,2024-03-13 02:20:24.000,233.0,42964.0,43860.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,33115.0,,,,,2.0,64.0,,,,,,,,,datasette,,,,,,,,,, +130,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-05-07 12:29:37.000000,2022-12-08 17:49:19,746.0,,1002.0,135.0,229.0,352.0,272.0,8374.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,,,,57559.0,56466.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1093.0,4594332.0,4595740.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,91553.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +131,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-05-06 02:00:59.322000,2024-05-05 04:04:50,542.0,55.0,2366.0,283.0,153.0,320.0,317.0,8062.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",50.0,35,True,2024-05-05 04:42:09.000,3.10.4,59.0,SpeechRecognition,conda-forge/speechrecognition,,,,503.0,21.0,https://pypi.org/project/SpeechRecognition,2024-05-05 04:36:10.000,482.0,765212.0,769235.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,181050.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +132,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-05-09 15:09:19.000000,2024-05-07 21:36:26,32439.0,96.0,1988.0,384.0,6813.0,2752.0,6597.0,6744.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",264.0,35,True,,,151.0,h2o,,,,,65.0,21.0,https://pypi.org/project/h2o,2024-03-14 11:02:05.000,44.0,313521.0,313521.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-05-02 17:53:32.093000,2024-05-02 14:25:23,3272.0,11.0,922.0,137.0,651.0,52.0,1131.0,6717.0,Python library for audio and music analysis.,120.0,35,True,2024-05-02 17:33:29.000,0.10.2,42.0,librosa,conda-forge/librosa,,,,1177.0,,https://pypi.org/project/librosa,2024-05-02 17:33:29.000,1177.0,2742632.0,2758673.0,https://anaconda.org/conda-forge/librosa,2024-05-02 17:53:32.093,737890.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +134,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-05-06 21:03:12.000000,2024-03-18 16:03:25,2890.0,14.0,2225.0,175.0,1147.0,28.0,1419.0,6592.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,35,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],287.0,269.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,18.0,12937.0,12937.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +135,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-05-09 10:35:29.000000,2024-05-09 05:27:02,3078.0,155.0,740.0,73.0,3441.0,227.0,817.0,6586.0,"The most flexible way to serve AI/ML models in production - Build Model Inference Service, LLM APIs, Inference..",199.0,35,True,2024-05-08 10:08:44.000,1.2.14,145.0,bentoml,,,,,1800.0,1777.0,https://pypi.org/project/bentoml,2024-05-08 10:08:44.000,23.0,85724.0,85754.0,,,,,,,,2.0,1671.0,,,,,,,,,,,,,,,,,,, +136,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-05-09 13:46:05.000000,2024-05-09 13:46:02,3027.0,74.0,973.0,89.0,3332.0,333.0,2652.0,5376.0,AI Toolkit for Healthcare Imaging.,189.0,35,True,2023-10-12 17:37:33.000,1.3.0,83.0,monai,conda-forge/monai,,,['pytorch'],2281.0,2192.0,https://pypi.org/project/monai,2024-04-26 07:08:08.000,89.0,156726.0,157521.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,23081.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,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-05-08 16:28:04.000000,2024-05-08 15:56:21,3761.0,98.0,806.0,58.0,1556.0,366.0,1240.0,4000.0,"Serve, optimize and scale PyTorch models in production.",192.0,35,True,2024-03-15 00:03:31.000,0.10.0,23.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],668.0,647.0,https://pypi.org/project/torchserve,2024-03-14 21:47:35.000,21.0,48810.0,75199.0,https://anaconda.org/pytorch/torchserve,2024-03-14 21:47:30.323,175903.0,https://hub.docker.com/r/pytorch/torchserve,2024-03-14 22:46:13.511478,25.0,1247718.0,2.0,5660.0,,,,,,,,,,,,,,,,,,, +138,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-05-09 11:39:05.000000,2024-04-24 22:56:36,1309.0,10.0,810.0,285.0,1466.0,323.0,516.0,3446.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",155.0,35,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],259.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,259.0,673283.0,673283.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +139,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-04-17 14:03:11.000000,2024-04-17 14:03:11,7374.0,18.0,616.0,116.0,1163.0,348.0,1109.0,3225.0,High-performance interactive 2D/3D data visualization library.,194.0,35,True,2024-03-14 16:50:16.000,0.14.2,38.0,vispy,conda-forge/vispy,,,['jupyter'],1653.0,1505.0,https://pypi.org/project/vispy,2024-03-14 16:13:05.000,145.0,98042.0,108980.0,https://anaconda.org/conda-forge/vispy,2024-03-15 02:52:28.032,480748.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,12.0,,,,,,,,,,, +140,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-05-09 11:34:50.000000,2024-03-24 23:49:13,2305.0,5.0,627.0,73.0,2871.0,221.0,719.0,2388.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",225.0,35,True,2024-04-24 16:19:43.000,2.3.0,34.0,torchaudio,,,,['pytorch'],1035.0,,https://pypi.org/project/torchaudio,2024-04-24 15:48:50.000,1035.0,6030356.0,6030356.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +141,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-05-09 13:13:04.000000,2024-05-09 13:08:24,3026.0,191.0,294.0,68.0,1760.0,114.0,614.0,2276.0,Adaptive Experimentation Platform.,168.0,35,True,2024-05-02 22:09:25.000,0.4.0,41.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],756.0,708.0,https://pypi.org/project/ax-platform,2024-05-02 22:09:25.000,48.0,91042.0,91587.0,https://anaconda.org/conda-forge/ax-platform,2024-05-03 19:13:18.752,19079.0,,,,,1.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,2024-05-04 02:22:50.000000,2024-05-04 02:22:50,3023.0,70.0,360.0,55.0,1157.0,307.0,952.0,1360.0,Cartopy - a cartographic python library with matplotlib support.,125.0,35,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,5436.0,4861.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,575.0,230569.0,304228.0,https://anaconda.org/conda-forge/cartopy,2024-04-11 10:31:26.888,3535642.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-04-28 23:29:41.096000,2024-04-28 20:57:25,1553.0,25.0,152.0,41.0,133.0,4.0,642.0,1165.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2024-04-28 20:24:49.000,1.10.2,35.0,agate,conda-forge/agate,,,,3186.0,3142.0,https://pypi.org/project/agate,2024-04-28 20:24:49.000,44.0,6396548.0,6401400.0,https://anaconda.org/conda-forge/agate,2024-04-28 23:29:41.096,174697.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,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-05-08 20:09:13.000000,2024-05-08 09:26:15,1668.0,102.0,168.0,30.0,1560.0,68.0,178.0,1162.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,79.0,35,True,2024-04-11 16:14:44.000,2024.3.0,26.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],10638.0,10596.0,https://pypi.org/project/scikit-learn-intelex,2024-04-11 13:19:45.000,42.0,120618.0,127623.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-04-19 14:33:00.666,259194.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +145,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-05-01 02:52:24.565000,2024-04-20 13:16:16,1546.0,16.0,212.0,34.0,686.0,31.0,572.0,993.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,31160.0,29661.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,1499.0,8840769.0,9004570.0,https://anaconda.org/conda-forge/pyproj,2024-05-01 02:52:24.565,7534874.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,2024-05-06 11:54:14.000000,2024-05-06 11:54:14,14881.0,75.0,506.0,51.0,2291.0,393.0,960.0,734.0,Workflows and interfaces for neuroimaging packages.,256.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4448.0,4315.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,133.0,156562.0,170040.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,606533.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,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-05-09 08:33:42.000000,2024-05-08 05:15:28,1517.0,16.0,7248.0,384.0,661.0,487.0,3051.0,28815.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",268.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1779.0,1768.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,11.0,1.0,5371.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,247056.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-05-09 03:30:00.000000,2024-05-09 03:29:53,7953.0,335.0,2669.0,295.0,193.0,27.0,1050.0,26233.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-05-04 04:07:15.000,7.6.4,641.0,netron,,,,"['pytorch', 'tensorflow']",90.0,12.0,https://pypi.org/project/netron,2024-05-04 04:07:15.000,78.0,24295.0,85969.0,,,,,,,,1.0,61674.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-03-22 21:40:44.000000,2024-03-13 15:16:33,391.0,2.0,4675.0,845.0,268.0,556.0,611.0,25606.0,Library for fast text representation and classification.,68.0,34,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,6147.0,5922.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,225.0,1133439.0,1135221.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,78451.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-05-09 12:30:40.000000,2024-05-09 09:57:52,18161.0,1098.0,2705.0,379.0,4947.0,426.0,3415.0,21389.0,The platform for customizing AI from enterprise data.,826.0,34,False,2024-04-15 13:43:59.000,24.4.3.0,462.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-04-15 13:45:13.000,,21081.0,21081.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,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-05-04 20:00:03.000000,2023-10-18 07:33:05,791.0,,4457.0,437.0,442.0,401.0,1726.0,17807.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,34,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,110.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,89.0,815145.0,846546.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1160783.0,,,,,1.0,2499.0,-1.0,,,,,,,,,,,,,,,,,, +152,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-05-06 22:02:49.000000,2024-04-29 16:39:29,3849.0,28.0,1163.0,192.0,2853.0,365.0,757.0,10846.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",155.0,34,True,2024-04-08 23:26:12.000,0.10.3,55.0,ludwig,,,,['tensorflow'],257.0,248.0,https://pypi.org/project/ludwig,2024-04-08 23:26:12.000,9.0,4324.0,4324.0,,,,,,,,2.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,2024-03-19 22:44:23.623000,2023-12-09 05:39:53,576.0,,2301.0,219.0,245.0,119.0,417.0,9962.0,A little word cloud generator in Python.,72.0,34,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,509.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,488.0,1830436.0,1840731.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,473578.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,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-05-09 14:13:36.000000,2024-04-11 15:43:27,10412.0,9.0,1965.0,349.0,3424.0,143.0,1134.0,8409.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,34,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,38.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,38.0,100019.0,103540.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-04-26 11:19:26.965,151403.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +155,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-05-07 17:19:47.000000,2024-05-07 17:19:43,2471.0,27.0,986.0,201.0,2300.0,253.0,839.0,8377.0,Deep universal probabilistic programming with Python and PyTorch.,155.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],172.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,172.0,269377.0,273595.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,160318.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +156,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-05-08 14:49:36.000000,2024-03-16 17:36:36,1731.0,4.0,1318.0,149.0,217.0,207.0,146.0,7982.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3762.0,3656.0,https://pypi.org/project/pyod,2024-02-09 06:50:32.000,106.0,723627.0,725634.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,96362.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-04-28 06:22:09.150000,2024-04-28 03:56:14,675.0,7.0,335.0,68.0,110.0,34.0,138.0,7957.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",26.0,34,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,35360.0,33632.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,1728.0,7179432.0,7184273.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,208168.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,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-05-09 09:11:54.860000,2024-05-08 22:20:11,911.0,64.0,719.0,280.0,1203.0,315.0,369.0,7630.0,"Build and manage real-life ML, AI, and data science projects with ease!.",88.0,34,True,2024-05-08 22:46:11.000,2.11.15,122.0,metaflow,conda-forge/metaflow,,,,682.0,640.0,https://pypi.org/project/metaflow,2024-05-08 22:46:11.000,42.0,537290.0,540965.0,https://anaconda.org/conda-forge/metaflow,2024-05-09 09:11:54.860,169078.0,,,,,2.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,2024-05-09 07:41:05.000000,2024-04-20 16:29:42,4447.0,163.0,870.0,141.0,483.0,91.0,785.0,7061.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,34,True,2024-04-20 18:58:25.000,1.8.2,25.0,stanza,stanfordnlp/stanza,,,,2890.0,2722.0,https://pypi.org/project/stanza,2024-04-20 18:57:48.000,168.0,222956.0,223104.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7410.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,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-05-09 13:27:11.000000,2024-05-07 18:27:47,1361.0,38.0,854.0,158.0,1706.0,177.0,830.0,7051.0,An open source python library for automated feature engineering.,72.0,34,True,2024-02-26 17:29:32.000,1.30.0,105.0,featuretools,conda-forge/featuretools,,,,1704.0,1626.0,https://pypi.org/project/featuretools,2024-02-26 17:29:32.000,78.0,57215.0,61081.0,https://anaconda.org/conda-forge/featuretools,2024-02-27 14:54:50.393,181739.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +161,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-04-27 14:18:10.000000,2023-11-16 08:43:39,1418.0,,872.0,219.0,222.0,174.0,233.0,6806.0,Efficiently computes derivatives of numpy code.,56.0,34,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,8345.0,8083.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,262.0,1421217.0,1439538.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,421383.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,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-05-08 20:41:19.000000,2024-05-08 20:41:13,2348.0,52.0,634.0,93.0,257.0,459.0,541.0,5281.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",94.0,34,True,2024-04-09 16:24:23.000,1.15.1,160.0,clearml,,allegroai/trains,,,1121.0,1088.0,https://pypi.org/project/clearml,2024-05-08 16:43:22.000,33.0,297405.0,297958.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30238.0,2.0,2448.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,2024-05-09 13:01:47.000000,2024-05-06 11:33:58,29837.0,266.0,1564.0,182.0,2098.0,35.0,1588.0,4829.0,"mlpack: a fast, header-only C++ machine learning library.",316.0,34,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,2024-04-10 13:40:15.000,1.0,5318.0,9081.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,176867.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,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-03-31 13:12:23.000000,2024-03-31 13:12:23,1645.0,8.0,845.0,117.0,527.0,144.0,341.0,4772.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,106.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],13440.0,13287.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,153.0,632091.0,638694.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,303758.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,2024-05-07 13:51:52.000000,2024-05-06 14:43:44,12226.0,77.0,1105.0,101.0,1339.0,152.0,752.0,4489.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",135.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,525.0,514.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,27904.0,28733.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,38172.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,2024-05-09 13:07:09.000000,2024-05-08 08:17:10,1693.0,34.0,607.0,60.0,1840.0,155.0,1259.0,4461.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,503.0,34,True,2024-04-01 10:35:11.000,0.5.0.post2,1614.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2942.0,2861.0,https://pypi.org/project/pytorch-ignite,2024-05-09 00:13:36.000,81.0,251003.0,253552.0,https://anaconda.org/pytorch/ignite,2024-04-01 12:32:01.049,181011.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +167,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-04-30 07:51:39.000000,2024-04-30 07:51:39,1150.0,19.0,591.0,118.0,871.0,305.0,1052.0,4086.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",165.0,34,True,2024-04-22 23:27:42.000,7.2,47.0,coremltools,conda-forge/coremltools,,,,3969.0,3789.0,https://pypi.org/project/coremltools,2024-04-23 00:06:00.000,180.0,271647.0,273062.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,55794.0,,,,,2.0,9440.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-05-08 19:44:37.000000,2024-05-02 18:05:35,1286.0,17.0,244.0,36.0,440.0,90.0,217.0,3585.0,Lightning fast forecasting with statistical and econometric models.,39.0,34,True,2024-04-08 16:44:34.000,1.7.4,32.0,statsforecast,conda-forge/statsforecast,,,,889.0,859.0,https://pypi.org/project/statsforecast,2024-04-08 16:44:34.000,30.0,559841.0,562373.0,https://anaconda.org/conda-forge/statsforecast,2024-04-08 20:04:06.356,65836.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +169,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-05-07 05:39:07.350000,2024-04-08 16:26:55,1182.0,2.0,1674.0,150.0,210.0,7.0,690.0,3441.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],285.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,285.0,4677234.0,4679369.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,96089.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,2024-05-09 11:16:11.000000,2024-05-09 00:43:55,1866.0,84.0,371.0,53.0,1609.0,73.0,418.0,2960.0,Bayesian optimization in PyTorch.,112.0,34,True,2024-05-01 20:33:09.000,0.11.0,44.0,botorch,conda-forge/botorch,,,['pytorch'],1056.0,982.0,https://pypi.org/project/botorch,2024-05-01 20:33:09.000,74.0,124377.0,126721.0,https://anaconda.org/conda-forge/botorch,2024-05-01 22:13:21.203,105514.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +171,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-05-09 14:07:35.313000,2024-05-09 10:58:50,1026.0,68.0,369.0,57.0,1181.0,345.0,396.0,2175.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,104.0,34,True,2024-05-09 11:17:31.000,1.19.2,63.0,optimum,conda-forge/optimum,,,,2467.0,2337.0,https://pypi.org/project/optimum,2024-05-09 11:10:12.000,130.0,1122442.0,1122985.0,https://anaconda.org/conda-forge/optimum,2024-05-09 14:07:35.313,13585.0,,,,,1.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-05-07 15:09:16.000000,2024-05-07 16:39:52,5169.0,110.0,515.0,19.0,1269.0,1036.0,643.0,2117.0,"This is the development home of the workflow management system Snakemake. For general information, see.",325.0,34,True,2024-05-03 12:11:52.000,8.11.3,334.0,snakemake,bioconda/snakemake,,,,2186.0,1968.0,https://pypi.org/project/snakemake,2024-05-03 12:11:52.000,218.0,98318.0,108419.0,https://anaconda.org/bioconda/snakemake,2024-05-03 18:24:01.575,1040465.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,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-05-09 01:37:33.000000,2024-04-24 16:43:22,4261.0,56.0,1070.0,153.0,1117.0,71.0,638.0,1777.0,Documentation and samples for ArcGIS API for Python.,91.0,34,True,2024-04-23 21:21:11.000,2.3.0,44.0,arcgis,,esridocker/arcgis-api-python-notebook,,,786.0,750.0,https://pypi.org/project/arcgis,2024-05-03 16:52:08.000,36.0,75451.0,75572.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,11201.0,,,,,,,,,,,,,,,,,,, +174,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-05-02 20:10:29.000000,2024-03-13 00:47:35,874.0,5.0,328.0,44.0,1020.0,168.0,169.0,1197.0,Making text a first-class citizen in TensorFlow.,113.0,34,True,2024-03-11 20:48:59.000,2.16.1,69.0,tensorflow-text,,,,['tensorflow'],6978.0,6775.0,https://pypi.org/project/tensorflow-text,2024-03-11 17:56:47.000,203.0,7221617.0,7221617.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,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-05-09 12:04:25.000000,2024-05-09 12:04:25,3094.0,99.0,4240.0,377.0,3888.0,415.0,1201.0,37974.0,"Making large AI models cheaper, faster and more accessible.",178.0,33,True,2024-04-27 11:00:32.000,0.3.7,37.0,,,,,,368.0,368.0,,,,,,,,,,,,,2.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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3875.0,663.0,1674.0,143.0,1985.0,24380.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'],460.0,417.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,43.0,8445.0,25207.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2659.0,,,,,2.0,1134576.0,11.0,,,,,,,,,,,,,,,,,, +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,2024-04-30 20:50:54.000000,2023-07-11 13:03:36,1421.0,,3727.0,756.0,1136.0,408.0,588.0,18946.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'],509.0,504.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,4003.0,4003.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +178,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-05-08 17:53:27.000000,2023-10-26 05:31:53,3012.0,,1800.0,284.0,3506.0,384.0,1681.0,13778.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,673.0,635.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,17199.0,17199.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +179,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-05-08 07:52:11.000000,2024-05-08 07:39:27,3800.0,38.0,889.0,136.0,174.0,102.0,1004.0,12119.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",96.0,33,True,2024-04-16 18:51:52.000,16.2.0,236.0,ocrmypdf,conda-forge/ocrmypdf,,,,831.0,808.0,https://pypi.org/project/ocrmypdf,2024-04-16 18:51:52.000,23.0,103058.0,105069.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,64414.0,,,,,2.0,3248.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +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,2024-05-07 09:56:24.000000,2021-07-29 23:17:25,531.0,,1785.0,264.0,116.0,111.0,535.0,11315.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,,,,5711.0,5529.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,182.0,343910.0,346210.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,204744.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,2024-04-22 20:10:59.000000,2024-02-23 19:03:07,2440.0,6.0,1539.0,288.0,431.0,284.0,638.0,9515.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,33,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2778.0,2741.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,37.0,43553.0,48875.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,250137.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,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,,877.0,259.0,148.0,107.0,104.0,9128.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,25065.0,24146.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,919.0,6997010.0,7002661.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,531211.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,4.0,1399.0,302.0,894.0,136.0,759.0,9074.0,AutoML library for deep learning.,143.0,33,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],686.0,673.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18692.0,18923.0,,,,,,,,1.0,18069.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,2024-05-09 09:36:09.000000,2024-05-07 19:26:02,1198.0,57.0,801.0,61.0,962.0,264.0,1169.0,7321.0,A python library for user-friendly forecasting and anomaly detection on time series.,115.0,33,True,2024-04-17 11:54:28.000,0.29.0,42.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,611.0,605.0,https://pypi.org/project/u8darts,2024-04-17 11:54:28.000,6.0,22671.0,23935.0,https://anaconda.org/conda-forge/u8darts-all,2024-04-18 00:03:59.716,42710.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,569.0,2.0,,,,,,,,,,,,,,,,,,,, +185,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-05-09 14:57:48.000000,2024-05-09 13:31:25,38715.0,414.0,836.0,145.0,9560.0,1095.0,5122.0,7317.0,cuDF - GPU DataFrame Library.,281.0,33,True,2024-05-01 12:29:36.000,24.04.01,49.0,cudf,,,,,70.0,53.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,17.0,3005.0,3005.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,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-05-09 09:06:19.000000,2024-05-08 02:19:20,2206.0,111.0,846.0,98.0,2463.0,337.0,965.0,7186.0,Fast and Accurate ML in 3 Lines of Code.,122.0,33,True,2024-05-02 19:07:34.000,0.8.3,1477.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",703.0,685.0,https://pypi.org/project/autogluon,2024-05-09 09:06:19.000,18.0,82800.0,82930.0,,,,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,7551.0,1.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,2024-04-30 19:08:04.000000,2024-04-25 01:14:03,1793.0,27.0,765.0,128.0,276.0,455.0,334.0,6970.0,Uniform Manifold Approximation and Projection.,130.0,33,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,834.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,833.0,1227145.0,1278136.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2396592.0,,,,,2.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,2024-05-09 13:10:44.000000,2024-05-09 11:50:04,2755.0,591.0,1202.0,243.0,8720.0,801.0,1447.0,6026.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, etc.) on Intel..",99.0,33,True,2023-11-13 02:02:20.000,2.4.0,869.0,bigdl,,,,,58.0,51.0,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,6620.0,6625.0,,,,,,,,2.0,465.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,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-05-06 20:59:56.000000,2024-05-05 18:52:21,3126.0,142.0,710.0,140.0,105.0,100.0,331.0,6010.0,Fit interpretable models. Explain blackbox machine learning.,44.0,33,True,2024-04-14 22:32:49.000,0.6.1,49.0,interpret,,,,['jupyter'],716.0,673.0,https://pypi.org/project/interpret,2024-04-14 04:27:31.000,43.0,82742.0,82742.0,,,,,,,,1.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,,1366.0,288.0,6588.0,13.0,2030.0,5867.0,A flexible framework of neural networks for deep learning.,324.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3292.0,3234.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,18487.0,18823.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,17163.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +191,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-05-07 17:56:16.000000,2024-05-07 17:47:54,1090.0,36.0,465.0,240.0,763.0,213.0,333.0,4596.0,Model interpretability and understanding for PyTorch.,111.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2149.0,2036.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,113.0,224668.0,225513.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,24515.0,,,,,1.0,,2.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-04-13 17:37:46.000000,2023-12-03 03:47:34,490.0,,595.0,65.0,217.0,191.0,158.0,4033.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6496.0,6430.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,66.0,887316.0,891033.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,152426.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-04-29 18:42:20.000000,2024-02-15 18:01:44,1293.0,1.0,2511.0,1967.0,533.0,386.0,1075.0,3956.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,33,True,2024-02-06 19:36:25.000,1.55.0,103.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-04-29 18:34:04.000,48.0,623046.0,623054.0,,,,,,,,2.0,557.0,,,,,,,,,,,,,,,,,,, +194,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-05-09 12:13:32.000000,2024-04-19 12:38:42,1498.0,8.0,363.0,90.0,743.0,137.0,443.0,3211.0,Quickly and accurately render even the largest data.,55.0,33,True,2024-04-23 11:57:48.000,0.16.1,46.0,datashader,conda-forge/datashader,,,,4205.0,4027.0,https://pypi.org/project/datashader,2024-04-19 12:59:51.000,178.0,103297.0,121054.0,https://anaconda.org/conda-forge/datashader,2024-04-23 12:02:45.109,852347.0,,,,,2.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,2024-05-09 15:07:32.000000,2024-05-09 14:28:24,2990.0,128.0,308.0,25.0,2750.0,145.0,1742.0,3132.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",86.0,33,True,2024-05-09 15:13:09.000,1.28.0,100.0,rubrix,conda-forge/rubrix,,,,2458.0,2458.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,917.0,1952.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,30039.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +196,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-05-07 10:19:17.000000,2024-05-07 10:19:17,3709.0,28.0,190.0,50.0,1364.0,134.0,721.0,1967.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,2137.0,2118.0,https://pypi.org/project/pythran,2024-01-07 21:21:39.000,19.0,216830.0,227672.0,https://anaconda.org/conda-forge/pythran,2024-05-02 00:00:53.765,477081.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +197,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-04-19 02:32:01.000000,2024-04-15 22:25:34,1519.0,1.0,606.0,57.0,1882.0,88.0,897.0,1677.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,33,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14832.0,14607.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,1016729.0,1016729.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +198,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,,282.0,51.0,158.0,104.0,218.0,1595.0,Python Geocoder.,73.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,10060.0,9878.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,182.0,645873.0,647495.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,141179.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,geocoder +199,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-04-24 11:50:07.575000,2024-04-24 08:13:45,1179.0,8.0,359.0,67.0,603.0,276.0,352.0,1454.0,A Jupyter - Leaflet.js bridge.,88.0,33,True,2024-04-23 16:00:01.000,0.19.0,82.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],8985.0,8727.0,https://pypi.org/project/ipyleaflet,2024-04-23 16:00:01.000,249.0,149286.0,182242.0,https://anaconda.org/conda-forge/ipyleaflet,2024-04-24 11:50:07.575,1132278.0,,,,,2.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-04-23 15:59:25.544,9.0,9367.0,,,,,,,,,,, +200,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-03-26 18:33:29.000000,2024-02-11 16:39:29,1856.0,1.0,200.0,32.0,212.0,26.0,398.0,1362.0,The ctypes-based simple ImageMagick binding for Python.,104.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,19066.0,18832.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,234.0,793519.0,794981.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,43800.0,,,,,2.0,45830.0,,,,,,,,,,,,,,,,,,, +201,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-05-07 18:54:37.635000,2024-05-07 17:36:36,2827.0,30.0,247.0,34.0,210.0,44.0,502.0,1236.0,Python interface for igraph.,75.0,33,False,2024-05-07 17:50:45.000,0.11.5,41.0,python-igraph,conda-forge/igraph,,,,4290.0,3921.0,https://pypi.org/project/python-igraph,2024-05-07 17:50:45.000,369.0,253512.0,271520.0,https://anaconda.org/conda-forge/igraph,2024-05-07 18:54:37.635,525894.0,,,,,1.0,562736.0,,,,,,,,,,,,,,,,,,, +202,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-05-09 12:35:04.365000,2024-05-09 02:09:46,3325.0,46.0,236.0,48.0,382.0,73.0,267.0,1030.0,"OpenCL integration for Python, plus shiny features.",96.0,33,True,2024-05-09 02:10:31.000,2024.2.2,98.0,pyopencl,conda-forge/pyopencl,,,,2041.0,1877.0,https://pypi.org/project/pyopencl,2024-05-09 02:37:50.000,164.0,57391.0,79078.0,https://anaconda.org/conda-forge/pyopencl,2024-05-09 12:35:04.365,1019308.0,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +203,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-05-08 21:58:32.000000,2024-05-07 18:41:16,14029.0,303.0,419.0,51.0,2111.0,151.0,779.0,673.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",161.0,33,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1202.0,1085.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,117.0,32208.0,42219.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,440499.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,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-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13290.0,1566.0,227.0,766.0,584.0,51884.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],129.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,108.0,218588.0,219068.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,20515.0,,,,,2.0,1230.0,,,,,,,,,,,,,,,,,,, +205,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-05-09 15:04:56.000000,2024-05-09 03:32:41,4354.0,803.0,2642.0,264.0,3818.0,97.0,498.0,24153.0,You like pytorch? You like micrograd? You love tinygrad!.,304.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],63.0,63.0,,,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +206,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-05-09 14:49:14.000000,2024-05-09 12:28:34,2697.0,518.0,1212.0,120.0,2910.0,230.0,900.0,18084.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",103.0,32,True,2024-05-02 20:24:56.000,1.9.1,69.0,,,,,,114.0,114.0,,,,,872.0,,,,,,,,2.0,32275.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,,4630.0,1005.0,1869.0,362.0,658.0,17098.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,,,,999.0,989.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2741.0,2914.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7638.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +208,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,,3420.0,464.0,671.0,590.0,672.0,14934.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'],1494.0,1480.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,5759.0,5759.0,,,,,,,,2.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,,1159.0,338.0,1683.0,523.0,1294.0,11159.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,392.0,371.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,21.0,20960.0,21087.0,,,,,,,,3.0,9801.0,,,,,,,,,,,,,,,,,,, +210,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-04-08 20:21:16.000000,2024-04-08 20:21:10,864.0,2.0,1280.0,420.0,87.0,32.0,160.0,9691.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1302.0,1282.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,20.0,35844.0,36360.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,27911.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +211,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,,2414.0,457.0,261.0,576.0,363.0,9606.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],4896.0,4884.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,12.0,6834.0,6834.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +212,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-05-08 16:12:11.004000,2024-05-05 19:24:47,1613.0,87.0,669.0,86.0,735.0,120.0,251.0,8718.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",47.0,32,False,2024-05-07 18:34:46.000,2.6.4,29.0,cleanlab,conda-forge/cleanlab,,,,321.0,305.0,https://pypi.org/project/cleanlab,2024-05-07 18:34:46.000,16.0,22181.0,22771.0,https://anaconda.org/conda-forge/cleanlab,2024-05-08 16:12:11.004,21851.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-05-02 21:03:56.000000,2024-05-02 20:58:05,1152.0,15.0,1254.0,147.0,167.0,265.0,1257.0,8332.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,142.0,32,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],811.0,797.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,6939.0,10814.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,209268.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,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-04-18 02:54:26.000000,2024-03-08 03:19:52,2899.0,4.0,1644.0,88.0,1641.0,213.0,1841.0,8282.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",119.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1187.0,1180.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2450.0,2450.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7803.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,44268.0,43260.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,1008.0,2177177.0,2202407.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1160354.0,,,,,2.0,421.0,,,,,,,,,,,,,,,,,,, +216,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-04-23 12:27:20.000000,2024-03-06 05:23:22,360.0,3.0,1498.0,134.0,135.0,14.0,325.0,7527.0,A Python implementation of global optimization with gaussian processes.,44.0,32,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2724.0,2596.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,128.0,505369.0,505370.0,,,,,,,,2.0,145.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +217,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-04-29 22:31:53.000000,2024-03-13 19:58:20,1220.0,2.0,1039.0,124.0,275.0,212.0,440.0,7092.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,32,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,15071.0,14653.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,418.0,2247545.0,2258722.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,760090.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,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-05-09 11:23:39.000000,2024-03-13 09:36:57,2708.0,3.0,1130.0,210.0,1049.0,22.0,615.0,6552.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-03-13 10:57:14.000,1.6.0,63.0,deeppavlov,,,,['tensorflow'],396.0,389.0,https://pypi.org/project/deeppavlov,2024-03-13 10:57:14.000,7.0,10536.0,10536.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +219,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,,1850.0,197.0,206.0,12.0,1343.0,6298.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1557.0,1539.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,13152.0,13493.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10519.0,,,,,3.0,167.0,,,,,,,,,,,,,,,,,,, +220,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-05-06 16:38:13.000000,2024-05-06 16:38:12,172.0,18.0,1048.0,198.0,114.0,149.0,306.0,5931.0,Official Kaggle API.,42.0,32,True,2024-04-12 01:56:25.000,1.6.12,71.0,kaggle,conda-forge/kaggle,,,,206.0,21.0,https://pypi.org/project/kaggle,2024-04-12 01:56:25.000,185.0,204897.0,208311.0,https://anaconda.org/conda-forge/kaggle,2024-04-14 01:28:23.406,150223.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,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-04-01 08:16:02.000000,2024-04-01 08:13:40,1215.0,6.0,651.0,63.0,133.0,59.0,435.0,5784.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",41.0,32,True,2024-04-01 08:16:02.000,2.5.0,210.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1505.0,1472.0,https://pypi.org/project/pytorch-metric-learning,2024-04-01 08:03:08.000,33.0,334524.0,334743.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11396.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +222,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-05-07 13:49:33.000000,2024-05-07 13:49:33,2334.0,2.0,1105.0,189.0,235.0,273.0,281.0,5576.0,Distributed Evolutionary Algorithms in Python.,88.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4963.0,4732.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,231.0,223744.0,232415.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,372880.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,2024-05-08 20:16:41.000000,2024-04-17 17:08:08,2178.0,26.0,286.0,43.0,2140.0,345.0,654.0,4817.0,Aim An easy-to-use & supercharged open-source experiment tracker.,64.0,32,True,2024-04-17 17:16:40.000,3.19.3,992.0,aim,conda-forge/aim,,,,571.0,539.0,https://pypi.org/project/aim,2024-05-08 20:16:41.000,32.0,76055.0,77393.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,45500.0,,,,,2.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-05-03 19:17:17.000000,2023-11-23 21:41:49,1136.0,,632.0,89.0,270.0,40.0,252.0,4295.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,,,,780.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,780.0,5201156.0,5229049.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1311009.0,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +225,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-05-06 21:26:30.000000,2024-03-15 22:39:59,618.0,4.0,118.0,75.0,70.0,19.0,124.0,3718.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2024-03-15 22:38:56.000,6.2.0,50.0,ftfy,conda-forge/ftfy,,,,19648.0,19162.0,https://pypi.org/project/ftfy,2024-03-15 22:38:56.000,486.0,4902120.0,4909255.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,285434.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,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-05-06 20:51:42.000000,2024-03-15 01:19:18,1424.0,23.0,461.0,56.0,776.0,42.0,475.0,3653.0,NeuralProphet: A simple forecasting package.,53.0,32,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],442.0,437.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,120182.0,120182.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,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-05-09 07:45:35.000000,2024-05-03 16:54:19,704.0,4.0,258.0,43.0,823.0,97.0,285.0,2924.0,PyTorch extensions for high performance and large scale training.,75.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],5052.0,4986.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,506916.0,513260.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,190332.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,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-03-15 06:37:00.287000,2021-10-12 13:32:38,1570.0,,544.0,64.0,546.0,322.0,393.0,2726.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-03-14 18:24:11.000,0.10.1,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,333.0,,https://pypi.org/project/scikit-optimize,2024-03-14 18:24:11.000,333.0,822359.0,838263.0,https://anaconda.org/conda-forge/scikit-optimize,2024-03-15 06:37:00.287,715714.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-04-30 07:43:04.000000,2024-04-30 07:43:04,2947.0,16.0,692.0,75.0,861.0,272.0,629.0,2624.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",126.0,32,True,2024-03-08 20:41:28.000,0.1.25,25.0,pgmpy,,,,,992.0,949.0,https://pypi.org/project/pgmpy,2024-03-08 20:00:14.000,43.0,51922.0,51929.0,,,,,,,,2.0,337.0,,,,,,,,,,,,,,,,,,, +230,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,2.0,584.0,69.0,481.0,245.0,704.0,2288.0,Survival analysis in Python.,117.0,32,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2580.0,2454.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,126.0,512188.0,519014.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,327684.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-04-04 16:01:23.000000,2024-03-18 20:30:45,1372.0,19.0,320.0,22.0,47.0,35.0,202.0,2232.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,486.0,476.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,83619.0,84703.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,44475.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,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-05-09 05:59:56.000000,2024-05-09 00:14:23,5631.0,101.0,692.0,88.0,5896.0,228.0,856.0,2079.0,TFX is an end-to-end platform for deploying production ML pipelines.,185.0,32,True,2024-04-29 17:07:02.000,1.15.0,97.0,tfx,,,,['tensorflow'],14.0,,https://pypi.org/project/tfx,2024-04-29 19:37:42.000,14.0,63668.0,63668.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-04-27 15:12:40.000000,2024-04-27 13:25:47,209.0,16.0,253.0,56.0,76.0,50.0,227.0,1936.0,A Python wrapper for the tesseract-ocr API.,30.0,32,True,2024-04-27 15:12:40.000,2.7.0,21.0,tesserocr,conda-forge/tesserocr,,,,1019.0,985.0,https://pypi.org/project/tesserocr,2024-04-27 15:12:40.000,34.0,66431.0,68924.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,137006.0,,,,,2.0,235.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-05-01 04:42:00.000000,2024-04-30 09:39:08,943.0,5.0,224.0,49.0,322.0,181.0,132.0,1830.0,Evaluate: A library for easily evaluating machine learning models and datasets.,126.0,32,True,2024-04-30 09:45:36.000,0.4.2,15.0,evaluate,,,,,9211.0,8881.0,https://pypi.org/project/evaluate,2024-04-30 09:44:17.000,330.0,2781680.0,2781680.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,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-05-02 22:47:28.000000,2024-05-02 22:47:23,830.0,8.0,321.0,119.0,783.0,217.0,167.0,1470.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",85.0,32,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3802.0,3759.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,43.0,796917.0,796917.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,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-04-30 20:12:22.000000,2024-04-30 20:12:21,936.0,13.0,210.0,58.0,101.0,44.0,174.0,981.0,Input pipeline framework.,28.0,32,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,,['tensorflow'],1805.0,1788.0,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,17.0,929673.0,929673.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,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-05-09 14:31:14.000000,2024-05-08 18:56:06,11472.0,141.0,236.0,55.0,12160.0,230.0,2185.0,938.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-04-10 20:37:13.000,0.2.130,150.0,hail,,,,['spark'],150.0,130.0,https://pypi.org/project/hail,2024-04-10 20:37:13.000,20.0,41580.0,41580.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,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-05-08 19:53:32.000000,2024-04-24 04:18:42,1684.0,10.0,275.0,41.0,1361.0,288.0,363.0,690.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,32,True,2024-05-01 02:14:32.000,0.37.0,44.0,tensorflow-io,,,,['tensorflow'],60.0,,https://pypi.org/project/tensorflow-io,2024-05-01 02:12:48.000,60.0,3678268.0,3678268.0,,,,,,,,2.0,,-2.0,,,,,,,,,,,,,,,,,, +239,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-03-17 08:58:36.000000,2023-07-13 08:50:20,531.0,,2723.0,383.0,120.0,232.0,562.0,24983.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],709.0,703.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,13896.0,72114.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,81165.0,,,,,2.0,3119335.0,,,,,,,,,,,,,,,,,,, +240,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2074.0,184.0,1005.0,574.0,723.0,12536.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,False,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1611.0,1604.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,7459.0,7469.0,,,,,,,,2.0,678.0,,,,,,,,,,,,,,,,,,, +241,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-05-06 20:49:46.000000,2024-05-05 09:45:02,2928.0,43.0,2217.0,196.0,444.0,220.0,474.0,9151.0,FinRL: Financial Reinforcement Learning.,113.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,38.0,38.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1771.0,1771.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +242,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-04-22 20:07:04.000000,2024-03-11 18:51:26,551.0,1.0,1197.0,167.0,431.0,67.0,470.0,8104.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],94.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,73.0,245958.0,274053.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1348582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,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-05-04 04:44:38.000000,2024-05-04 04:44:37,5973.0,66.0,994.0,114.0,1638.0,100.0,649.0,7569.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-03-25 22:52:24.000,2.10.0,121.0,perspective-python,conda-forge/perspective,,,['jupyter'],148.0,122.0,https://pypi.org/project/perspective-python,2024-03-25 22:45:59.000,22.0,5452.0,9300.0,https://anaconda.org/conda-forge/perspective,,,,,,,2.0,2577.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-03-25 22:45:31.297,4.0,3591.0,,,,,,,,,,, +244,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-05-08 23:39:09.000000,2024-05-08 23:39:06,618.0,12.0,695.0,108.0,190.0,16.0,344.0,5541.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,31,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,835.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,835.0,2017757.0,2030881.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,603735.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,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,,1716.0,302.0,294.0,161.0,268.0,5439.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,,,,1015.0,1003.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,12.0,8862.0,9036.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13103.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +246,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-05-08 06:33:01.000000,2022-09-24 16:20:26,585.0,,919.0,100.0,224.0,108.0,454.0,4794.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,31,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3904.0,3842.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,62.0,102367.0,103028.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20497.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,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-05-09 09:19:44.000000,2024-05-03 13:05:14,3871.0,22.0,527.0,86.0,560.0,107.0,475.0,4787.0,Online machine learning in Python.,113.0,31,True,2024-04-23 13:20:18.000,0.21.1,21.0,river,conda-forge/river,,,,523.0,472.0,https://pypi.org/project/river,2024-04-23 10:26:48.000,51.0,33840.0,35367.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,56534.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,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-04-30 11:44:52.000000,2024-04-25 00:35:53,612.0,22.0,743.0,83.0,340.0,55.0,328.0,4778.0,Uplift modeling and causal inference with machine learning algorithms.,62.0,31,True,2024-04-19 00:19:00.000,0.15.1,24.0,causalml,,,,,195.0,194.0,https://pypi.org/project/causalml,2024-04-19 00:19:00.000,1.0,86249.0,86249.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1024.0,153.0,115.0,161.0,79.0,4483.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,,,,43141.0,42727.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,414.0,596277.0,599806.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,162370.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,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-05-09 12:56:52.000000,2024-05-06 21:29:06,15433.0,71.0,502.0,70.0,3491.0,880.0,1580.0,3936.0,cuML - RAPIDS Machine Learning Library.,171.0,31,True,2024-04-10 20:54:06.000,24.04.00,38.0,cuml,,,,,13.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,13.0,2746.0,2746.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,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-05-07 21:39:20.000000,2024-04-22 03:28:24,3849.0,16.0,541.0,59.0,893.0,356.0,973.0,3419.0,A highly efficient implementation of Gaussian Processes in PyTorch.,130.0,31,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2219.0,2067.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,152.0,188203.0,191437.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,155260.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,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,274.0,669.0,3407.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,274.0,256.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,343538.0,343710.0,,,,,,,,3.0,15712.0,,,,,,,,,,,,,,,,,,, +253,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-03-19 06:24:29.000000,2022-05-31 03:18:45,1556.0,,438.0,94.0,124.0,86.0,348.0,3296.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1169.0,1109.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,251419.0,253984.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,110316.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,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,,602.0,78.0,78.0,72.0,161.0,3160.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,,,,5935.0,5828.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,107.0,1905990.0,1908934.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,244403.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,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-05-03 19:57:15.000000,2024-04-05 20:34:01,476.0,7.0,732.0,119.0,125.0,64.0,370.0,2947.0,"Hidden Markov Models in Python, with scikit-learn like API.",48.0,31,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2570.0,2494.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,76.0,167404.0,172372.0,https://anaconda.org/conda-forge/hmmlearn,2024-03-02 05:37:57.119,218621.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,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-05-09 14:13:33.000000,2024-05-08 22:16:00,7712.0,427.0,345.0,81.0,8964.0,121.0,337.0,2872.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",114.0,31,True,2024-05-08 15:35:57.000,0.32.0,532.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-05-08 15:59:45.000,4.0,62314.0,62490.0,,,,,,,,3.0,7932.0,,,,,,,,,,,,,,,,,,, +257,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-04-01 18:35:40.000000,2024-03-04 19:25:47,1086.0,7.0,384.0,62.0,494.0,210.0,271.0,2829.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'],3735.0,3631.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,104.0,305309.0,306242.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,30814.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,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-04-09 21:52:32.000000,2024-04-09 21:52:28,976.0,9.0,226.0,39.0,533.0,70.0,174.0,2811.0,JAX-based neural network library.,81.0,31,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,1937.0,1847.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,90.0,207036.0,207456.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,16384.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +259,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-04-23 19:51:43.000000,2024-03-20 01:04:29,1637.0,2.0,324.0,61.0,189.0,126.0,195.0,2792.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'],1300.0,1251.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,49.0,336046.0,363773.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1303180.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,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-05-08 07:21:02.000000,2024-05-06 10:34:45,1172.0,21.0,237.0,26.0,1015.0,99.0,420.0,2765.0,A python library for self-supervised learning on images.,38.0,31,True,2024-04-17 09:28:05.000,1.5.3,117.0,lightly,,,,['pytorch'],254.0,247.0,https://pypi.org/project/lightly,2024-04-17 09:29:01.000,7.0,30835.0,30835.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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-05-08 14:25:08.000000,2024-05-07 16:31:11,1145.0,48.0,286.0,35.0,471.0,99.0,365.0,2492.0,Scalable and user friendly neural forecasting algorithms.,44.0,31,True,2024-05-07 16:36:59.000,1.7.2,23.0,neuralforecast,conda-forge/neuralforecast,,,,159.0,143.0,https://pypi.org/project/neuralforecast,2024-05-07 16:36:59.000,16.0,31366.0,31927.0,https://anaconda.org/conda-forge/neuralforecast,2024-05-08 05:29:53.055,14595.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,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-04-09 11:39:30.000000,2024-04-09 11:39:30,957.0,4.0,394.0,39.0,150.0,45.0,242.0,2371.0,A library of sklearn compatible categorical variable encoders.,70.0,31,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1959.0,1719.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,240.0,1674224.0,1682485.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,256121.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,356.0,83.0,168.0,216.0,146.0,2325.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6076.0,5936.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,131.0,455217.0,460367.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,196880.0,,,,,2.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,962.0,,,,,,,,,,, +264,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-03-28 16:57:11.000000,2024-03-28 16:57:04,547.0,4.0,155.0,42.0,77.0,6.0,127.0,1994.0,a python library for doing approximate and phonetic matching of strings.,31.0,31,True,2023-11-17 20:44:09.000,1.0.3,42.0,jellyfish,conda-forge/jellyfish,,,,9067.0,8830.0,https://pypi.org/project/jellyfish,2023-11-17 20:44:09.000,237.0,3156393.0,3174312.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,842218.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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-05-09 14:43:31.000000,2024-05-09 14:38:18,1752.0,231.0,358.0,27.0,1827.0,257.0,102.0,1734.0,Pytorch domain library for recommendation systems.,228.0,31,True,2024-04-25 01:39:04.000,0.7.0,77.0,torchrec-nightly-cpu,,,,,109.0,109.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1291.0,1291.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +266,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-04-19 13:09:14.696000,2024-02-23 02:45:37,1079.0,2.0,226.0,34.0,251.0,57.0,272.0,1526.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,,,,8166.0,8030.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,136.0,2734488.0,2759156.0,https://anaconda.org/conda-forge/pmdarima,2024-04-19 13:09:14.696,1060766.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,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-05-09 14:45:13.000000,2024-05-09 14:45:09,4060.0,252.0,46.0,164.0,530.0,137.0,418.0,1455.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2024-04-25 16:12:39.000,4.3.2,74.0,lets-plot,,,,,82.0,74.0,https://pypi.org/project/lets-plot,2024-04-25 15:31:02.000,8.0,23187.0,23199.0,,,,,,,,2.0,657.0,,,,,,,,,,,,,,,,,,, +268,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-05-02 00:41:56.000000,2024-05-02 00:41:53,947.0,9.0,430.0,87.0,230.0,55.0,240.0,1427.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,,,,2756.0,2370.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,386.0,166799.0,176257.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,331049.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,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-05-07 09:46:40.000000,2024-05-06 13:02:13,1553.0,24.0,164.0,16.0,802.0,116.0,445.0,1287.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,108.0,31,True,2024-03-21 03:35:03.000,0.27.0,60.0,pyjanitor,conda-forge/pyjanitor,,,,627.0,599.0,https://pypi.org/project/pyjanitor,2024-03-21 03:34:57.000,28.0,77253.0,81274.0,https://anaconda.org/conda-forge/pyjanitor,2024-03-21 06:08:00.698,193014.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-04-16 17:35:41.000000,2024-04-16 17:27:51,1127.0,7.0,245.0,45.0,518.0,37.0,183.0,1257.0,ARCH models in Python.,35.0,31,False,2024-04-16 17:35:41.000,7.0.0,47.0,arch,conda-forge/arch-py,,,,1706.0,1616.0,https://pypi.org/project/arch,2024-04-16 17:35:41.000,90.0,445050.0,451321.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,294764.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +271,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-05-07 08:37:52.000000,2024-04-25 09:58:50,10680.0,214.0,227.0,36.0,1476.0,206.0,350.0,1157.0,Computations and statistics on manifolds with geometric structures.,92.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,105.0,102.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3035.0,3141.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2443.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +272,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-05-09 14:38:30.000000,2024-04-29 15:12:56,13385.0,190.0,279.0,34.0,1783.0,463.0,631.0,1014.0,Python package for earth-observing satellite data processing.,153.0,31,False,2024-04-22 16:20:44.000,0.48.0,93.0,satpy,conda-forge/satpy,,,,151.0,126.0,https://pypi.org/project/satpy,2024-02-21 11:29:00.000,25.0,9118.0,13173.0,https://anaconda.org/conda-forge/satpy,2024-04-23 06:53:48.899,190592.0,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +273,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-05-08 14:11:18.000000,2024-05-06 11:56:52,685.0,29.0,99.0,24.0,537.0,337.0,417.0,948.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-05-07 03:58:11.000,0.10.0,70.0,hvplot,conda-forge/hvplot,,,,5128.0,4956.0,https://pypi.org/project/hvplot,2024-05-06 12:24:45.000,172.0,198540.0,210564.0,https://anaconda.org/conda-forge/hvplot,2024-05-07 04:39:01.018,565154.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,,102.0,32.0,60.0,71.0,80.0,923.0,Describing statistical models in Python using symbolic formulas.,19.0,31,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,95597.0,95118.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,479.0,15903331.0,16226645.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,10346071.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-04-22 23:18:58.000000,2024-04-22 23:18:58,1950.0,35.0,230.0,18.0,296.0,50.0,268.0,830.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-04-22 16:08:04.000,1.5.0,48.0,salib,conda-forge/salib,,,,1214.0,1098.0,https://pypi.org/project/salib,2024-04-22 16:08:04.000,116.0,184655.0,188225.0,https://anaconda.org/conda-forge/salib,2024-04-22 19:44:20.663,153524.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,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-05-09 14:26:33.000000,2024-05-08 08:19:18,167525.0,3440.0,89.0,51.0,2161.0,86.0,286.0,679.0,TensorFlow ROCm port.,4619.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,5327.0,5327.0,,,,,,,,3.0,21.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,, +277,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-05-09 14:09:08.133000,2024-05-08 09:35:14,2052.0,139.0,57.0,19.0,1536.0,23.0,210.0,538.0,The MLOps stack component for experiment tracking.,54.0,31,True,2024-05-09 11:33:08.000,1.10.3,206.0,neptune-client,conda-forge/neptune-client,,,,542.0,465.0,https://pypi.org/project/neptune-client,2024-05-09 11:29:26.000,77.0,540420.0,545373.0,https://anaconda.org/conda-forge/neptune-client,2024-05-09 14:09:08.133,237778.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-05-08 13:47:50.000000,2024-05-07 14:47:52,17128.0,34.0,111.0,27.0,3576.0,521.0,3383.0,490.0,"Keep code, data, containers under control with git and git-annex.",55.0,31,True,2024-04-19 23:11:19.000,1.0.2,114.0,datalad,conda-forge/datalad,,,,484.0,392.0,https://pypi.org/project/datalad,2024-04-19 23:11:19.000,92.0,17900.0,27443.0,https://anaconda.org/conda-forge/datalad,2024-04-20 02:44:01.193,448529.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,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-05-02 15:47:25.000000,2024-05-02 15:46:39,306.0,4.0,2779.0,142.0,46.0,120.0,136.0,18148.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,30,True,2024-05-02 15:47:25.000,1.6.8,188.0,vit-pytorch,,,,['pytorch'],465.0,454.0,https://pypi.org/project/vit-pytorch,2024-05-02 15:47:25.000,11.0,22497.0,22497.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,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,,4382.0,1254.0,557.0,836.0,2543.0,17470.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,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,534.0,678.0,,,,,,,,3.0,14494.0,,,,,,,,,,,,,,,,,,, +281,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-05-09 05:25:50.000000,2024-05-08 05:50:55,1961.0,4.0,2467.0,282.0,914.0,223.0,679.0,14231.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",123.0,30,True,2024-05-07 10:16:46.000,0.9.4,33.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-05-07 10:16:46.000,1.0,2972.0,2981.0,,,,,,,,2.0,397.0,,,,,,,,,,,,,,,,,,, +282,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,,2095.0,283.0,3401.0,51.0,1494.0,10433.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,2743.0,2743.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-05-03 20:57:52.000000,2024-02-20 22:38:05,385.0,2.0,2150.0,285.0,98.0,311.0,448.0,8415.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,,,,1619.0,1600.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,6559.0,19331.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,7048.0,,,,,2.0,921232.0,,,,,,,,,,,,,,,,,,, +284,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,214.0,711.0,187.0,829.0,7419.0,Automated Machine Learning with scikit-learn.,88.0,30,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],597.0,566.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,31.0,15597.0,16186.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,21797.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +285,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-05-07 01:34:57.000000,2024-05-07 01:34:51,1005.0,16.0,904.0,135.0,691.0,128.0,317.0,6776.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,86.0,30,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,367.0,360.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,49980.0,50459.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,20151.0,,,,,2.0,34.0,,,,,,,,,,,,,,,,,,, +286,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,,1383.0,189.0,785.0,44.0,423.0,6086.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'],650.0,643.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2419.0,2583.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7742.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-04-19 02:47:07.000000,2023-01-19 00:37:33,900.0,,1236.0,153.0,951.0,63.0,787.0,5755.0,Gluon CV Toolkit.,119.0,30,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],82.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,61.0,68975.0,68975.0,,,,,,,,2.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-04-25 21:06:21.000000,2024-04-25 16:08:12,1087.0,5.0,378.0,80.0,528.0,59.0,453.0,5641.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1300.0,1224.0,https://pypi.org/project/skorch,2023-09-04 09:59:43.000,76.0,162938.0,180669.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,780175.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +289,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-05-07 13:10:17.000000,2024-04-30 18:31:30,796.0,11.0,382.0,75.0,288.0,64.0,516.0,4567.0,Visualizer for pandas data structures.,30.0,30,True,2024-04-30 18:56:18.000,3.12.0,182.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1296.0,1102.0,https://pypi.org/project/dtale,2024-04-30 18:56:18.000,194.0,51152.0,56937.0,https://anaconda.org/conda-forge/dtale,2024-04-30 19:55:43.333,277707.0,,,,,3.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-05-07 17:21:56.000000,2024-05-07 11:59:05,1458.0,11.0,734.0,74.0,1790.0,311.0,629.0,4322.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],27.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,27.0,302681.0,302705.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,762.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-03-20 17:31:08.000000,2023-11-02 13:49:44,662.0,,844.0,150.0,127.0,133.0,104.0,4053.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,,,,3422.0,3333.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,89.0,110132.0,110779.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,25242.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-03-18 02:23:40.000000,2023-12-19 14:36:52,3303.0,,537.0,120.0,371.0,77.0,737.0,3984.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,343.0,325.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,18.0,75851.0,77470.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,46970.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-04-08 14:24:28.000000,2024-04-08 14:14:18,1091.0,7.0,345.0,58.0,1347.0,128.0,174.0,3851.0,A Python toolbox for performing gradient-free optimization.,55.0,30,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,705.0,671.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,34.0,187394.0,188393.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,47982.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-03-02 01:06:27.711000,2023-02-26 20:07:33,189.0,,504.0,76.0,37.0,12.0,121.0,3818.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,,,,16173.0,16059.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,114.0,279556.0,445296.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,331480.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +295,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-05-06 09:39:36.000000,2024-04-25 17:26:26,495.0,11.0,521.0,38.0,519.0,12.0,,3606.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,42.0,30,True,2024-04-08 16:09:10.000,0.11.16,101.0,sahi,conda-forge/sahi,,,,1081.0,1068.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,13.0,118890.0,121341.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,56810.0,,,,,2.0,24175.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-04-30 15:15:19.000000,2024-03-25 08:55:18,3659.0,3.0,462.0,101.0,1048.0,256.0,368.0,3561.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],168.0,55.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,92.0,123417.0,153468.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1289824.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,3180.0,,,,,,,,,,, +297,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-05-02 05:07:00.000000,2024-04-18 17:19:51,1212.0,37.0,471.0,63.0,733.0,7.0,531.0,3471.0,On-device wake word detection powered by deep learning.,37.0,30,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,43.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,15.0,8317.0,8317.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-03-20 16:59:01.000000,2023-11-21 21:15:59,435.0,,604.0,78.0,228.0,85.0,406.0,3432.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1346.0,1318.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,28.0,175731.0,189509.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,605099.0,,,,,2.0,755.0,,,,,,,,,,,,,,,,,,, +299,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-04-25 20:54:01.681000,2024-04-24 11:35:19,406.0,3.0,243.0,64.0,53.0,9.0,,3307.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",15.0,30,True,2024-04-24 11:36:32.000,4.6.2,28.0,textdistance,conda-forge/textdistance,,,,6362.0,6269.0,https://pypi.org/project/textdistance,2024-04-24 11:35:57.000,93.0,845364.0,858391.0,https://anaconda.org/conda-forge/textdistance,2024-04-25 20:54:01.681,546606.0,,,,,2.0,1000.0,,,,,,,,,,,,,,,,,,, +300,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-05-06 21:21:33.000000,2024-03-11 00:59:40,984.0,4.0,571.0,97.0,336.0,44.0,718.0,3263.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,30,True,2024-03-11 01:00:49.000,1.0.4,74.0,pomegranate,conda-forge/pomegranate,,,,1144.0,1090.0,https://pypi.org/project/pomegranate,2024-03-11 01:00:49.000,54.0,41214.0,44292.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,147771.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +301,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-05-09 12:17:09.000000,2024-05-09 07:40:51,629.0,95.0,579.0,37.0,857.0,122.0,703.0,3195.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",79.0,30,True,2024-03-27 16:32:44.000,1.0.1,30.0,anomalib,,,,,66.0,63.0,https://pypi.org/project/anomalib,2024-03-27 16:33:12.000,3.0,18095.0,18422.0,,,,,,,,2.0,9494.0,,,,,,,,,,,,,,,,,,, +302,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,324.0,66.0,75.0,15.0,121.0,3020.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,13100.0,12886.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,214.0,1633585.0,1637644.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,365318.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,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-04-01 11:18:46.000000,2024-04-01 11:18:31,1289.0,8.0,281.0,55.0,220.0,51.0,420.0,2999.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,37.0,30,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,751.0,735.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,16.0,232093.0,252872.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,976644.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-31 00:50:11.000000,2024-03-31 00:50:11,2705.0,33.0,366.0,38.0,517.0,51.0,216.0,2769.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,30,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,252.0,246.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,6.0,5614.0,5780.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7314.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,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-03-20 16:55:01.000000,2024-03-20 16:53:52,2297.0,3.0,722.0,79.0,205.0,191.0,466.0,2736.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",151.0,30,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],12.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,12.0,103098.0,103098.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +306,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-04-30 15:04:21.000000,2024-04-30 15:04:21,999.0,2.0,482.0,56.0,137.0,349.0,167.0,2685.0,A high performance implementation of HDBSCAN clustering.,88.0,30,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3727.0,3431.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,296.0,566200.0,610316.0,https://anaconda.org/conda-forge/hdbscan,2024-04-18 14:14:17.442,1897012.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,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,12.0,421.0,44.0,365.0,22.0,349.0,2662.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,30,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,593.0,579.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,2558.0,2842.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,13068.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,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-05-06 15:33:09.000000,2024-05-06 15:17:55,1587.0,44.0,321.0,37.0,337.0,33.0,159.0,2648.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,38.0,30,True,2024-05-06 15:33:09.000,2.5.0,40.0,shapash,,,,['jupyter'],162.0,158.0,https://pypi.org/project/shapash,2024-05-06 15:33:09.000,4.0,7413.0,7413.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-05-06 22:09:13.000000,2024-04-05 11:33:33,2908.0,28.0,991.0,121.0,516.0,59.0,300.0,2553.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,30,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],109.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,109.0,451033.0,474285.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,999848.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,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,85.0,250.0,66.0,63.0,33.0,186.0,2096.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,30,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,,1327.0,1327.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-05-02 02:00:08.000000,2024-04-30 19:42:51,1502.0,48.0,204.0,50.0,253.0,166.0,158.0,2062.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",42.0,30,True,2024-04-30 21:24:12.000,0.33.8,176.0,graphistry,,,,['jupyter'],120.0,114.0,https://pypi.org/project/graphistry,2024-04-30 21:24:12.000,6.0,4546.0,4546.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,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-05-08 23:38:26.000000,2024-04-20 09:26:39,883.0,24.0,126.0,21.0,369.0,118.0,234.0,1828.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,50.0,30,True,2024-04-14 13:04:28.000,0.11.4,48.0,equinox,,,,['jax'],653.0,534.0,https://pypi.org/project/equinox,2024-04-14 13:04:28.000,119.0,259117.0,259117.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +313,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-05-09 13:59:01.000000,2024-05-09 13:59:01,451.0,11.0,282.0,60.0,105.0,22.0,100.0,1803.0,ffn - a financial function library for Python.,33.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,470.0,454.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,16.0,153652.0,153848.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,7265.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,2024-04-29 20:57:51.000000,2024-04-29 20:57:51,290.0,5.0,355.0,51.0,78.0,78.0,113.0,1780.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,43.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6106.0,6008.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,98.0,164438.0,165566.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,80118.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,2024-05-08 21:10:35.000000,2024-05-08 21:10:35,1593.0,4.0,281.0,55.0,139.0,79.0,183.0,1751.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2954.0,2823.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,131.0,44410.0,52580.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,310488.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,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-05-08 05:13:14.000000,2024-04-29 07:26:04,1656.0,190.0,89.0,23.0,303.0,33.0,73.0,1704.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",36.0,30,True,2024-04-29 07:26:08.000,2.12.0,114.0,usearch,,unum/usearch,,,89.0,69.0,https://pypi.org/project/usearch,2024-04-29 08:22:26.000,6.0,69179.0,75395.0,,,,https://hub.docker.com/r/unum/usearch,2024-04-29 07:28:41.232497,1.0,75.0,3.0,1226.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-04-10 02:44:41.570,14.0,6100.0,,,,,,,,,,, +317,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-05-03 19:44:08.000000,2024-04-29 13:01:42,1192.0,72.0,176.0,19.0,159.0,48.0,135.0,1701.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,30,True,2024-03-15 11:44:36.000,0.35.0,38.0,audiomentations,,,,,494.0,482.0,https://pypi.org/project/audiomentations,2024-03-15 11:44:36.000,12.0,23459.0,23459.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-05-09 07:46:01.000000,2024-05-09 07:46:01,3896.0,78.0,282.0,27.0,574.0,86.0,712.0,1681.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,78.0,30,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,85.0,82.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1211.0,1211.0,,,,,,,,2.0,20.0,,,,,,,,,,,,,,,,,,, +319,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-03-30 17:39:23.000000,2024-03-30 17:39:23,1059.0,8.0,216.0,52.0,204.0,29.0,281.0,1617.0,A full spaCy pipeline and models for scientific/biomedical documents.,33.0,30,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,915.0,884.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,31.0,25601.0,25601.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,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-05-01 13:16:01.000000,2024-03-05 19:49:17,712.0,4.0,316.0,43.0,366.0,77.0,213.0,1615.0,Training PyTorch models with differential privacy.,78.0,30,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],800.0,780.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,20.0,139402.0,139893.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,13697.0,,,,,2.0,109.0,,,,,,,,,,,,,,,,,,, +321,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-04-07 13:04:52.000000,2024-04-07 13:04:52,1249.0,5.0,135.0,30.0,109.0,35.0,254.0,1535.0,Statistical package in Python based on Pandas.,45.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,2046.0,1972.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,67898.0,70385.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,116908.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +322,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-04-11 17:54:34.000000,2024-04-11 17:54:34,1875.0,17.0,269.0,45.0,274.0,60.0,198.0,1499.0,TensorLy: Tensor Learning in Python.,67.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,716.0,639.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,77.0,31142.0,36201.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,364254.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,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-04-25 13:15:07.000000,2024-04-25 13:15:07,1476.0,4.0,159.0,32.0,249.0,,,1318.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1694.0,1643.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,51.0,240426.0,241490.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,31928.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,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-03-15 15:54:00.000000,2024-03-15 15:54:00,4210.0,4.0,285.0,80.0,643.0,20.0,608.0,1279.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,30,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,1548.0,1509.0,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,22116.0,33865.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,540462.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +325,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-04-05 19:20:06.000000,2024-04-05 18:52:42,3044.0,24.0,269.0,34.0,37.0,1.0,491.0,1212.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,30,True,2024-04-05 19:20:07.000,0.41.3,210.0,ktrain,,,,['tensorflow'],520.0,517.0,https://pypi.org/project/ktrain,2024-04-05 18:57:50.000,3.0,10137.0,10137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +326,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-04-02 02:34:15.000000,2024-04-02 02:31:39,818.0,7.0,248.0,40.0,509.0,273.0,256.0,883.0,Scalable Machine Learning with Dask.,78.0,30,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1101.0,1012.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,89.0,326455.0,343597.0,https://anaconda.org/conda-forge/dask-ml,2024-03-21 17:55:27.760,822819.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-05-08 08:35:29.000000,2024-05-08 08:27:52,3113.0,75.0,112.0,16.0,277.0,7.0,149.0,755.0,Python bindings for MPI.,26.0,30,True,2024-04-14 10:39:44.000,3.1.6,28.0,mpi4py,conda-forge/mpi4py,,,,672.0,,https://pypi.org/project/mpi4py,2024-04-14 10:34:55.000,672.0,227398.0,284948.0,https://anaconda.org/conda-forge/mpi4py,2024-04-15 09:42:38.104,2453018.0,,,,,2.0,23201.0,,,,,,,,,,,,,,,,,,, +328,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-05-08 17:43:55.000000,2024-05-08 17:43:54,962.0,16.0,165.0,48.0,85.0,37.0,144.0,751.0,Library for exploring and validating machine learning data.,26.0,30,True,2024-04-24 23:26:22.000,1.15.1,46.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",911.0,880.0,https://pypi.org/project/tensorflow-data-validation,2024-04-24 23:54:11.000,31.0,186223.0,186232.0,,,,,,,,3.0,648.0,,,,,,,,,,,,,,,,,,, +329,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-05-02 04:23:06.000000,2024-05-02 04:21:55,1073.0,19.0,173.0,35.0,117.0,27.0,61.0,721.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,,,,403.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,398.0,16032139.0,16118055.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,7990212.0,,,,,2.0,,-2.0,,,,,,,,,,,,,,,,,, +330,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,,107.0,24.0,53.0,37.0,57.0,479.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,,,,20544.0,20419.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,125.0,2096139.0,2113935.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,765241.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,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-04-23 19:58:08.000000,2023-04-19 14:13:08,2404.0,,3678.0,605.0,227.0,49.0,,13132.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2086.0,2026.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,60.0,20358.0,20358.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,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,,1840.0,217.0,46.0,96.0,94.0,8949.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,116404.0,117100.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,32753.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +333,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-05-09 01:38:51.000000,2024-04-26 06:29:23,1174.0,6.0,1318.0,100.0,640.0,691.0,521.0,8055.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,127.0,29,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2449.0,2449.0,,,,,4655.0,https://anaconda.org/conda-forge/nvidia-apex,2024-05-02 01:13:53.661,200194.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,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,,1156.0,211.0,92.0,194.0,122.0,5689.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,29,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,471.0,459.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,11175.0,11175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +335,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,888.0,126.0,38.0,72.0,144.0,5222.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3359.0,3271.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,88.0,773975.0,774291.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,15196.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +336,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-05-03 15:03:51.000000,2024-05-03 06:07:39,1600.0,42.0,810.0,146.0,1513.0,342.0,399.0,4975.0,Simple and Distributed Machine Learning.,118.0,29,True,2024-04-11 00:33:42.000,1.0.4,48.0,synapseml,,,,,3.0,,https://pypi.org/project/synapseml,2024-04-11 00:33:42.000,3.0,234909.0,234909.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4728.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2888.0,2842.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,206544.0,206551.0,,,,,,,,2.0,361.0,,,,,,,,,,,,,,,,,,, +338,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,445.0,41.0,124.0,67.0,154.0,4309.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,,,,1207.0,1174.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,33.0,123256.0,123800.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,19043.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,69.0,367.0,98.0,460.0,4161.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,29,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,3045.0,2987.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,58.0,28281.0,28453.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,5182.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,,274.0,46.0,50.0,27.0,94.0,3860.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,,,,5410.0,5272.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,138.0,913576.0,920327.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,283559.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-05-06 19:06:24.000000,2024-03-15 19:57:42,1777.0,48.0,583.0,39.0,829.0,481.0,283.0,3631.0,Time series forecasting with PyTorch.,44.0,29,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,16.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,16.0,49515.0,50785.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,55921.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,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-06 14:40:43.000000,2024-02-24 20:17:13,454.0,8.0,522.0,113.0,93.0,20.0,101.0,3428.0,Module for automatic summarization of text documents and HTML pages.,31.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,2739.0,2713.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,26.0,389954.0,390177.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7828.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,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,,384.0,45.0,1085.0,2.0,353.0,3231.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1144.0,1114.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,11637.0,11637.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,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-05-07 11:09:53.000000,2024-05-07 11:04:36,856.0,54.0,361.0,42.0,933.0,33.0,301.0,3097.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",45.0,29,True,2024-03-04 14:51:09.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",3.0,,https://pypi.org/project/python-doctr,2024-03-04 14:51:09.000,3.0,30372.0,103780.0,,,,,,,,3.0,2862918.0,-3.0,,,,,,,,,,,,,,,,,, +345,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,674.0,110.0,72.0,100.0,123.0,2980.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10784.0,10682.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,102.0,68553.0,68553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +346,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,,294.0,33.0,476.0,53.0,30.0,2949.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1244.0,1160.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,84.0,133765.0,134034.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,9958.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +347,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-04-15 09:57:54.000000,2024-04-13 08:53:37,1167.0,17.0,385.0,49.0,74.0,142.0,479.0,2941.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-04-10 12:40:10.000,1.1.7,90.0,mljar-supervised,conda-forge/mljar-supervised,,,,111.0,109.0,https://pypi.org/project/mljar-supervised,2024-04-10 12:40:10.000,2.0,3572.0,3974.0,https://anaconda.org/conda-forge/mljar-supervised,2024-04-15 06:59:59.678,14077.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,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,,419.0,63.0,933.0,315.0,745.0,2898.0,StellarGraph - Machine Learning on Graphs.,37.0,29,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],268.0,260.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,8.0,9113.0,9113.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,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-05-07 09:00:20.000000,2024-05-07 09:00:14,3530.0,10.0,341.0,153.0,1174.0,32.0,60.0,2694.0,Neural Network Libraries.,76.0,29,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,55.0,,https://pypi.org/project/nnabla,2023-12-06 09:31:24.000,55.0,3345.0,3356.0,,,,,,,,3.0,916.0,,,,,,,,,,,,,,,,,,, +350,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,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'],1544.0,1522.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,76717.0,76717.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,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-03-18 12:42:13.000000,2018-08-19 12:37:47,130.0,,279.0,65.0,60.0,29.0,39.0,2400.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,29,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4932.0,4850.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,82.0,540604.0,542706.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,172414.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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-05-06 21:11:26.000000,2024-04-08 19:42:17,436.0,17.0,809.0,90.0,284.0,188.0,102.0,2321.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,29,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,425.0,408.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,17.0,43730.0,43953.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,9841.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-05-07 14:46:34.000000,2024-05-07 14:46:34,662.0,11.0,247.0,52.0,650.0,146.0,225.0,2296.0,Algorithms for explaining machine learning models.,22.0,29,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,623.0,596.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,27.0,19182.0,19182.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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-05-07 14:46:58.000000,2024-05-07 14:46:58,726.0,11.0,213.0,37.0,536.0,141.0,235.0,2092.0,"Algorithms for outlier, adversarial and drift detection.",23.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,438.0,432.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,6.0,34653.0,34653.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-05-09 15:02:07.000000,2024-04-04 17:23:09,848.0,5.0,392.0,37.0,874.0,170.0,294.0,1806.0,A Python package to assess and improve fairness of machine learning models.,81.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],53.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,50.0,285510.0,286269.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,31894.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,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-05-06 18:14:08.000000,2024-05-06 18:14:07,2448.0,1.0,437.0,76.0,1264.0,148.0,682.0,1801.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],683.0,646.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,45959.0,46322.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,26194.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,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-05-03 19:51:28.000000,2024-02-16 16:14:36,365.0,1.0,260.0,48.0,313.0,247.0,184.0,1757.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,29,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],321.0,320.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,472978.0,472978.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,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-04-25 08:57:36.000000,2024-04-25 00:46:12,1435.0,21.0,271.0,73.0,105.0,33.0,55.0,1242.0,Model analysis tools for TensorFlow.,57.0,29,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,23.0,75865.0,75865.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +359,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-05-03 19:48:19.000000,2024-05-03 19:48:19,1959.0,24.0,321.0,26.0,2266.0,87.0,226.0,1227.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,29,True,2024-05-01 20:26:32.000,0.35.0,55.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",104.0,98.0,https://pypi.org/project/raiwidgets,2024-04-18 18:42:57.000,6.0,3966.0,3966.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-05-03 21:03:08.000000,2024-01-17 21:03:09,532.0,,411.0,51.0,40.0,16.0,139.0,1221.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2626.0,2588.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,366696.0,367559.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,42309.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,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-05-05 17:04:45.000000,2024-05-05 17:04:42,1099.0,42.0,207.0,23.0,138.0,24.0,192.0,1074.0,Survival analysis built on top of scikit-learn.,20.0,29,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],495.0,468.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,27.0,92486.0,95384.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,86965.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,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-04-01 17:38:38.000000,2024-03-25 14:43:57,494.0,1.0,121.0,31.0,128.0,27.0,74.0,882.0,Python bindings and utilities for GeoJSON.,56.0,29,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17751.0,17132.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,619.0,1765884.0,1819159.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,799138.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +363,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-03-29 21:39:55.734000,2024-03-29 19:58:22,669.0,3.0,102.0,14.0,95.0,71.0,64.0,841.0,A Python nearest neighbor descent for approximate nearest neighbors.,27.0,29,True,2024-03-29 20:37:40.000,0.5.12,31.0,pynndescent,conda-forge/pynndescent,,,,6448.0,6310.0,https://pypi.org/project/pynndescent,2024-03-29 20:37:40.000,138.0,1290412.0,1330218.0,https://anaconda.org/conda-forge/pynndescent,2024-03-29 21:39:55.734,1831098.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-05-02 23:52:53.000000,2024-05-02 23:51:30,1310.0,8.0,149.0,50.0,57.0,21.0,69.0,830.0,Computer Vision in Python.,35.0,29,True,2024-04-17 11:27:48.000,1.4.15,61.0,mahotas,conda-forge/mahotas,,,,1316.0,1256.0,https://pypi.org/project/mahotas,2024-04-17 11:27:48.000,60.0,17561.0,26179.0,https://anaconda.org/conda-forge/mahotas,2024-04-18 00:57:35.551,405090.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,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-05-07 15:53:15.000000,2024-05-01 16:34:13,823.0,21.0,75.0,26.0,385.0,109.0,232.0,568.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-04-05 15:56:28.000,1.12.0,63.0,geoviews,conda-forge/geoviews,,,,1035.0,979.0,https://pypi.org/project/geoviews,2024-04-05 10:57:38.000,56.0,12217.0,17205.0,https://anaconda.org/conda-forge/geoviews,2024-04-05 16:04:19.139,219480.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,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-04-12 14:20:43.000000,2024-04-12 14:18:33,232.0,5.0,58.0,13.0,204.0,13.0,187.0,316.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-04-12 14:20:43.000,3.9.1,72.0,pystan,conda-forge/pystan,,,,9952.0,9795.0,https://pypi.org/project/pystan,2024-04-12 14:20:43.000,157.0,1902239.0,1935021.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2819255.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +367,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4819.0,651.0,372.0,498.0,436.0,15365.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,564.0,561.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,901.0,901.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,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-05-09 12:17:17.000000,2023-12-28 07:35:14,2224.0,,2813.0,197.0,3644.0,1200.0,4124.0,12120.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,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,731.0,731.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +369,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-05-06 20:38:27.000000,2024-05-06 20:36:49,342.0,9.0,1364.0,428.0,50.0,102.0,87.0,10379.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2024-05-06 20:38:27.000,4.0.9,47.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-05-06 20:38:27.000,10.0,26897.0,26897.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +370,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-05-02 01:34:04.000000,2023-04-19 16:47:52,581.0,,1146.0,350.0,80.0,49.0,231.0,7920.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,761.0,735.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,3250.0,3636.0,,,,,,,,2.0,31271.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +371,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,,909.0,267.0,98.0,82.0,81.0,7319.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],245.0,237.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,262928.0,262928.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1328.0,175.0,46.0,78.0,238.0,6818.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'],30.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,9.0,80357.0,80357.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +373,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,,1368.0,204.0,158.0,44.0,227.0,5493.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'],768.0,762.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1559.0,1559.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,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,273.0,438.0,221.0,329.0,4817.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'],317.0,315.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,517.0,517.0,,,,,,,,3.0,22.0,,,,,,,,,,,,,,,,,,, +375,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,676.0,88.0,206.0,153.0,356.0,4611.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,,,,1463.0,1431.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,430275.0,432581.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,175330.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,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-03-07 14:59:40.000000,2022-08-06 21:47:18,182.0,,434.0,71.0,61.0,101.0,56.0,4497.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,,,,,1748.0,1741.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,250426.0,250426.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +377,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,,966.0,145.0,31.0,46.0,77.0,4258.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,,,,8459.0,8372.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,87.0,206365.0,206732.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13956.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,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-05-04 10:26:27.000000,2024-04-05 14:20:01,251.0,2.0,917.0,52.0,54.0,69.0,106.0,4185.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,17.0,28,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],1791.0,1761.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,30.0,59310.0,76953.0,,,,,,,,3.0,952757.0,,,,,,,,,,,,,,,,,,, +379,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-04-13 16:57:34.000000,2024-03-19 16:05:30,525.0,2.0,717.0,176.0,82.0,8.0,280.0,4166.0,A python wrapper for Alpha Vantage API for financial data.,43.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,571.0,539.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,32.0,30444.0,30610.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6660.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,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,137.0,43.0,3962.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'],14010.0,13890.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,258608.0,258608.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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,,971.0,217.0,408.0,140.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,,,,,1057.0,1045.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2509.0,2509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +382,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-05-02 05:08:24.000000,2024-04-17 02:40:53,1439.0,73.0,343.0,69.0,1332.0,96.0,83.0,3400.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,28,True,2024-04-09 23:12:45.000,1.1.1,16.0,lit-nlp,conda-forge/lit-nlp,,,,34.0,32.0,https://pypi.org/project/lit-nlp,2024-04-09 23:12:45.000,2.0,4539.0,6134.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,70212.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,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-05-03 17:19:46.000000,2024-05-03 17:18:25,1200.0,5.0,410.0,82.0,54.0,61.0,202.0,3385.0,A library of reinforcement learning components and agents.,85.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],202.0,199.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1991.0,2191.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8421.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +384,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,,455.0,82.0,245.0,62.0,154.0,3035.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,,,,,184.0,182.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,60994.0,60995.0,,,,,,,,2.0,77.0,,,,,,,,,,,,,,,,,,, +385,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,,330.0,46.0,120.0,66.0,136.0,2847.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1172.0,1148.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,132879.0,134513.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,68630.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,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,8.0,473.0,96.0,43.0,89.0,240.0,2715.0,Learning to Rank in TensorFlow.,34.0,28,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,123694.0,123694.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,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-05-09 14:43:17.000000,2024-05-09 14:43:16,3514.0,11.0,522.0,108.0,347.0,388.0,683.0,2699.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,,,,,663.0,643.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,12355.0,12355.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +388,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-04-23 23:08:36.000000,2023-12-03 09:09:14,2415.0,,254.0,27.0,1131.0,77.0,224.0,2583.0,Database system for AI-powered apps.,73.0,28,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,7155.0,25879.0,,,,,,,,3.0,411934.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,, +389,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-05-08 20:19:36.000000,2024-05-08 20:19:36,108.0,22.0,319.0,27.0,302.0,42.0,330.0,2406.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,28,True,2024-04-25 13:54:25.000,0.2.0,19.0,adapter-transformers,,,,['huggingface'],55.0,48.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,129839.0,129839.0,,,,,,,,2.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +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,44.0,57.0,67.0,207.0,2346.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'],296.0,289.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,7539.0,7539.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +391,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,,313.0,64.0,14.0,29.0,47.0,2248.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11249.0,11105.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,144.0,409747.0,409747.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +392,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-04-26 00:01:37.000000,2021-07-09 11:06:18,56.0,,495.0,42.0,25.0,66.0,38.0,2128.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,28,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],5197.0,5146.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,80742.0,80971.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11706.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +393,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,62.0,19.0,270.0,1874.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,,,,1621.0,1599.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,35312.0,36024.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,31367.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-05-07 12:37:14.000000,2024-05-07 12:37:14,2031.0,232.0,126.0,28.0,190.0,16.0,22.0,1873.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-03-21 07:36:40.000,0.5.1,145.0,labml,,,,,154.0,148.0,https://pypi.org/project/labml,2024-03-21 07:36:40.000,6.0,4904.0,4904.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +395,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,6.0,377.0,50.0,125.0,41.0,422.0,1673.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,28,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,247.0,234.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,13.0,3550.0,3670.0,,,,,,,,2.0,11851.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +396,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-04-29 18:33:44.000000,2024-04-29 18:20:59,222.0,30.0,197.0,32.0,20.0,1.0,89.0,1633.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,28,True,2024-04-29 18:33:44.000,0.1.904,89.0,autoviz,conda-forge/autoviz,,,,681.0,674.0,https://pypi.org/project/autoviz,2024-04-29 18:33:44.000,7.0,30798.0,32296.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,49459.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +397,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,183.0,34.0,72.0,21.0,52.0,1483.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],3014.0,2985.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,29.0,1388743.0,1389254.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,20445.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +398,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-05-03 13:51:20.000000,2024-05-03 13:51:12,588.0,20.0,414.0,30.0,50.0,14.0,125.0,1389.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,29.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,601.0,577.0,https://pypi.org/project/minisom,2024-02-16 09:47:58.000,24.0,22571.0,22571.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,328.0,39.0,301.0,26.0,200.0,1231.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,401.0,379.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,21017.0,21017.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,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-05-09 14:41:11.000000,2024-05-07 08:20:18,512.0,23.0,113.0,23.0,355.0,34.0,271.0,1157.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-04-16 14:59:21.000,0.8.2,50.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],150.0,142.0,https://pypi.org/project/scikit-lego,2024-04-16 12:18:11.000,8.0,22081.0,23073.0,https://anaconda.org/conda-forge/scikit-lego,2024-04-17 13:14:18.003,47661.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +401,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-05-09 14:34:38.000000,2024-05-08 11:04:54,1793.0,294.0,73.0,10.0,531.0,44.0,608.0,1112.0,An open-source container orchestration engine for running AI workloads in any cloud or data center...,24.0,28,True,2024-04-30 10:54:46.000,0.18.1,201.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-04-30 10:54:46.000,,2665.0,2665.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,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,,446.0,42.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'],304.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,304.0,5500710.0,5531885.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2213439.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-05-09 10:58:08.000000,2024-05-05 12:36:31,3120.0,279.0,107.0,11.0,547.0,36.0,108.0,907.0,Time series forecasting with scikit-learn models.,13.0,28,True,2024-05-05 12:55:26.000,0.12.0,26.0,skforecast,,,,['sklearn'],268.0,257.0,https://pypi.org/project/skforecast,2024-05-05 12:52:36.000,11.0,48394.0,48394.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,2024-05-07 15:07:57.000000,2024-05-07 15:07:54,3714.0,7.0,323.0,66.0,687.0,38.0,528.0,821.0,The Classical Language Toolkit.,121.0,28,True,2024-05-07 15:05:11.000,1.2.6,216.0,cltk,,,,,275.0,260.0,https://pypi.org/project/cltk,2024-05-07 15:05:11.000,15.0,2065.0,2065.0,,,,,,,,2.0,64.0,,,,,,,,,,,,,,,,,,, +405,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-05-07 17:51:00.077000,2024-05-06 22:23:15,1352.0,20.0,130.0,25.0,471.0,13.0,132.0,820.0,A Comparative Framework for Multimodal Recommender Systems.,21.0,28,True,2024-05-06 22:24:15.000,2.2.0,57.0,cornac,conda-forge/cornac,,,,228.0,210.0,https://pypi.org/project/cornac,2024-05-06 22:50:06.000,18.0,31688.0,39632.0,https://anaconda.org/conda-forge/cornac,2024-05-07 17:51:00.077,373414.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +406,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,36.0,11.0,69.0,7.0,26.0,209.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,42744.0,42651.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,93.0,8553566.0,8601121.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2092451.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +407,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,,1067.0,236.0,455.0,67.0,265.0,17118.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,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,,46996.0,47405.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,23724.0,3.0,,,,,,,,,,,,,,,,,,,, +408,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-05-05 22:32:38.000000,2024-05-05 22:30:17,929.0,182.0,986.0,96.0,434.0,230.0,333.0,11104.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",75.0,27,False,2024-05-05 22:32:38.000,2.0.37,100.0,pandas-ai,,,,,2961.0,2961.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,, +409,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-04-05 19:03:17.000000,2022-11-08 22:11:16,98.0,,1772.0,204.0,73.0,109.0,36.0,10096.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,27,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,12.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,10.0,57384.0,57384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,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,,1500.0,130.0,51.0,155.0,141.0,7765.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'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,144292.0,221734.0,,,,,,,,2.0,3872128.0,,,,,,,,,,,,,,,,,,, +411,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,,1639.0,459.0,698.0,33.0,441.0,7298.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,2108.0,2131.0,,,,,,,,2.0,2186.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,,1353.0,348.0,14.0,42.0,66.0,6336.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1333.0,1326.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,7.0,43056.0,43056.0,,,,,,,,3.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,624.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,,2149.0,2149.0,,,,,,,,3.0,8.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +414,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-05-09 13:02:01.000000,2024-04-29 15:11:44,653.0,1.0,1003.0,146.0,97.0,90.0,305.0,6202.0,A Python scikit for building and analyzing recommender systems.,45.0,27,True,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,57.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,36.0,88275.0,96126.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,361188.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,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-04-29 08:04:00.000000,2024-03-08 08:24:03,13775.0,82.0,1536.0,141.0,3584.0,845.0,1097.0,5521.0,An Industrial Grade Federated Learning Framework.,100.0,27,True,2024-03-08 08:32:35.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,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,125.0,64.0,136.0,74.0,5027.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,,,,,761.0,749.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,9756.0,9756.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,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-04-04 13:02:44.000000,2024-04-04 13:02:44,6153.0,1.0,527.0,151.0,1906.0,338.0,1331.0,4419.0,ArrayFire: a general purpose GPU library.,88.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,1542.0,1598.0,,,,,,,,2.0,6012.0,,,,,,,,,,,,,,,,,,, +418,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,548.0,104.0,617.0,89.0,606.0,4203.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],91.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,91.0,572966.0,574684.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,77319.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +419,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-04-23 02:12:59.000000,2024-04-23 02:12:59,1138.0,1.0,720.0,60.0,1013.0,167.0,740.0,4098.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'],125.0,122.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,9322.0,9322.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2023-07-10 10:34:11.000000,2023-04-27 20:08:56,632.0,,964.0,283.0,226.0,12.0,356.0,3868.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,798581.0,798986.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,21512.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,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-05-08 10:57:30.000000,2024-02-22 12:17:17,1487.0,2.0,243.0,19.0,1742.0,287.0,726.0,3381.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,27,False,2024-01-31 13:08:55.000,0.18.1,60.0,deepchecks,,,,,377.0,370.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,59108.0,59134.0,,,,,,,,2.0,831.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-04-09 15:08:12.000000,2024-04-09 15:08:11,2114.0,6.0,538.0,144.0,239.0,39.0,634.0,3284.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'],446.0,444.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,2.0,939.0,939.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +423,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-04-24 18:10:14.000000,2023-09-10 15:15:16,1059.0,,237.0,62.0,113.0,8.0,272.0,3212.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,544.0,535.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,9.0,16767.0,16787.0,,,,,,,,3.0,1264.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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,,363.0,81.0,63.0,154.0,189.0,3184.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,,,,474.0,458.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,16.0,4730.0,12260.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,647582.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-04-30 02:18:21.000000,2024-04-30 02:18:03,1631.0,122.0,626.0,43.0,28.0,3.0,465.0,2976.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'],21.0,21.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,722.0,722.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +426,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-04-27 07:02:54.000000,2022-09-28 17:12:28,249.0,,308.0,29.0,321.0,77.0,38.0,2697.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,27,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],924.0,923.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,18824.0,18912.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2911.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +427,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,,329.0,77.0,55.0,161.0,68.0,2266.0,Multilingual text (NLP) processing toolkit.,26.0,27,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1292.0,1243.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,66960.0,66960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,3.0,285.0,56.0,14.0,22.0,79.0,2204.0,Beautiful visualizations of how language differs among document types.,14.0,27,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,550.0,545.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,5.0,14833.0,15918.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,87944.0,,,,,3.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,,255.0,89.0,124.0,33.0,230.0,2177.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,,,,1837.0,1771.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,46554.0,48236.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,141332.0,,,,,3.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,,317.0,64.0,38.0,97.0,160.0,2169.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'],358.0,352.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,11214.0,11214.0,,,,,,,,2.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,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,2061.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'],2104.0,2090.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,94022.0,98317.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,494.0,,,,,3.0,257099.0,,,,,,,,,,,,,,,,,,, +432,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-05-03 16:38:58.000000,2024-04-04 12:44:05,521.0,2.0,401.0,85.0,104.0,79.0,259.0,2035.0,bt - flexible backtesting for Python.,32.0,27,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1613.0,1603.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,10.0,7225.0,7842.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,22839.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,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,16.0,160.0,61.0,68.0,65.0,130.0,1802.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,27,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,408.0,406.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,946.0,946.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +434,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,1731.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],279.0,274.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2950.0,3497.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,18053.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +435,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,33.0,269.0,27.0,187.0,10.0,390.0,1617.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,27,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],182.0,174.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1771.0,1771.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-05-09 14:24:37.000000,2024-05-09 13:05:24,6399.0,114.0,288.0,47.0,2708.0,311.0,1424.0,1579.0,cuGraph - RAPIDS Graph Analytics Library.,113.0,27,True,2024-04-10 21:01:45.000,24.04.00,35.0,cugraph,conda-forge/libcugraph,,,,6.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,237.0,741.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,18675.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +437,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,27,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",75.0,75.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,,40320.0,40560.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13730.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-05-04 17:17:57.000000,2024-05-04 16:48:06,2829.0,13.0,175.0,25.0,669.0,118.0,444.0,1534.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,27,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,4663.0,4666.0,,,,,,,,2.0,177.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,1478.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,,,,,398.0,396.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1946.0,1946.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,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-05-05 21:11:03.000000,2024-05-05 21:11:00,676.0,9.0,167.0,48.0,162.0,19.0,382.0,1329.0,moDel Agnostic Language for Exploration and eXplanation.,25.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,168.0,163.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,5.0,17648.0,17963.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,12624.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +441,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-04-22 13:41:28.000000,2024-04-22 13:41:26,1044.0,29.0,113.0,23.0,115.0,32.0,52.0,1293.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",23.0,27,True,2024-03-12 03:37:43.000,1.4.3,46.0,imodels,,,,,79.0,72.0,https://pypi.org/project/imodels,2024-03-11 20:28:16.000,7.0,48210.0,48210.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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,345.0,71.0,87.0,27.0,26.0,1228.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,,,,1419.0,1367.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,52.0,26405.0,26759.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26617.0,,,,,2.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,,249.0,41.0,39.0,68.0,591.0,1144.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,,,,691.0,662.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,29.0,47777.0,49163.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,63542.0,,,,,3.0,511.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-05-09 04:02:12.000000,2024-05-03 23:42:39,1985.0,68.0,364.0,54.0,511.0,156.0,253.0,1116.0,Machine learning on FPGAs using HLS.,60.0,27,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,,1104.0,1274.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7494.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +445,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-03-29 13:25:52.761000,2024-03-27 08:01:51,780.0,3.0,62.0,13.0,127.0,46.0,115.0,951.0,Visualize large time series data with plotly.py.,12.0,27,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1092.0,1070.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,22.0,441540.0,442941.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,39246.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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,65.0,174.0,925.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'],125.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,81.0,77073.0,85372.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,534613.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2731.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,,174.0,33.0,86.0,88.0,122.0,906.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'],1592.0,1570.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,22.0,89351.0,89351.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +448,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-05-09 07:59:27.000000,2024-05-01 00:09:23,16580.0,11.0,367.0,44.0,1620.0,309.0,2961.0,860.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,22.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,2.0,637.0,692.0,,,,,,,,3.0,6827.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-04-25 20:33:29.000000,2024-04-25 20:33:29,602.0,35.0,162.0,32.0,193.0,4.0,100.0,589.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,32.0,27,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],360.0,334.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,26.0,45114.0,45358.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,5620.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-05-07 09:34:12.000000,2024-05-07 09:33:03,327.0,33.0,90.0,19.0,117.0,36.0,80.0,581.0,pyspark methods to enhance developer productivity.,28.0,27,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],83.0,76.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,782769.0,782769.0,,,,,,,,3.0,23.0,,,,,,,,,,,,,,,,,,, +451,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-04-24 18:16:33.000000,2023-08-23 17:20:54,1241.0,,154.0,19.0,717.0,26.0,208.0,478.0,A package built to support working with spatial data using open source python.,44.0,27,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,336.0,319.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,7687.0,8920.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,75267.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,,1203.0,184.0,213.0,25.0,534.0,8846.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,,,,,250.0,,,,,,,,3.0,10022.0,,,,,,,,,,,,,,,,,,, +453,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,595.0,140.0,31.0,70.0,55.0,5542.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1673.0,1624.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,49.0,1673294.0,1673699.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18672.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-22 00:24:33.000000,2024-03-22 00:17:00,218.0,3.0,295.0,71.0,179.0,24.0,54.0,4904.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,118.0,114.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2452.0,2452.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,95.0,48.0,32.0,3485.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,86.0,76.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,10.0,20251.0,20706.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,30075.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,1.0,392.0,161.0,84.0,102.0,101.0,3191.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],23.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,23.0,83982.0,83982.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,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,,1020.0,166.0,215.0,43.0,146.0,3102.0,Performance analysis of predictive (alpha) stock factors.,26.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,691.0,686.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1494.0,1769.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20673.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,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-03-19 19:20:10.000000,2024-03-18 19:51:35,2374.0,14.0,686.0,159.0,61.0,8.0,748.0,3084.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,26,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,907.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,64368.0,,,,,3.0,4712.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,217.0,3649.0,429.0,1111.0,3010.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,,,,,,,,,1609.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,131209.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1507.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +460,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,264.0,52.0,19.0,36.0,97.0,2840.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,,,,2214.0,2194.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,20.0,67932.0,68671.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,28821.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,167.0,164.0,113.0,2728.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,,,,57.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,57.0,385602.0,387397.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,150801.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,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,1.0,689.0,179.0,75.0,23.0,565.0,2688.0,Python sync/async framework for Interactive Brokers API.,36.0,26,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,28.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,28.0,30743.0,31432.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,39991.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,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,,217.0,66.0,42.0,16.0,24.0,2683.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,,,,977.0,972.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,67321.0,67586.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14612.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,,443.0,126.0,143.0,192.0,247.0,2605.0,PYthon svg GrAph plotting Library.,77.0,26,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,96.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,96.0,305831.0,308327.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,39950.0,,,,,2.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,2458.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,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,182.0,182.0,,,,,,,,3.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-04-10 16:58:39.000000,2024-01-30 18:07:43,695.0,,231.0,35.0,147.0,17.0,143.0,2302.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,,,,,183.0,179.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,4.0,16111.0,16117.0,,,,,,,,3.0,303.0,,,,,,,,,,,,,,,,,,, +467,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,3.0,236.0,64.0,31.0,60.0,94.0,2227.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,101.0,100.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2902.0,2910.0,,,,,,,,3.0,380.0,,,,,,,,,,,,,,,,,,, +468,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-05-09 14:49:10.000000,2023-06-01 12:18:23,739.0,,313.0,42.0,44.0,99.0,56.0,2146.0,A modular active learning framework for Python.,20.0,26,True,2024-05-09 14:49:10.000,0.62.153,936.0,modAL,,,,['sklearn'],25.0,,https://pypi.org/project/modAL,2024-05-09 14:49:10.000,25.0,264784.0,264784.0,,,,,,,,3.0,34.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-02-21 23:17:37.000000,2024-02-21 23:13:33,479.0,8.0,385.0,63.0,153.0,7.0,92.0,2104.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,,,,,656.0,639.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,17.0,42184.0,42184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,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-04-26 19:41:05.000000,2024-04-26 19:41:00,868.0,9.0,446.0,59.0,332.0,113.0,92.0,1875.0,Library for training machine learning models with privacy for training data.,58.0,26,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,20728.0,20730.0,,,,,,,,3.0,153.0,,,,,,,,,,,,,,,,,,, +471,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-05-06 20:43:34.000000,2024-03-31 23:27:50,918.0,26.0,135.0,33.0,441.0,50.0,353.0,1808.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,55.0,54.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,21576.0,21576.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,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-05-06 20:43:34.000000,2024-03-31 23:27:50,918.0,26.0,135.0,33.0,441.0,50.0,353.0,1808.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,55.0,54.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,21576.0,21807.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,6490.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,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,40.0,495.0,172.0,151.0,1754.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,173.0,165.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,36857.0,36863.0,,,,,,,,3.0,457.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,,159.0,25.0,81.0,43.0,35.0,1707.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,613.0,594.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,114128.0,114881.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,23350.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-05-08 19:55:30.000000,2024-05-08 19:51:46,920.0,110.0,258.0,46.0,758.0,59.0,64.0,1629.0,A lightweight library for PyTorch training tools and utilities.,126.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,6753.0,6753.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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,379.0,56.0,155.0,1559.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],56.0,55.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1368.0,1368.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +477,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-04-30 13:26:27.000000,2023-06-07 07:35:59,3033.0,,119.0,36.0,337.0,11.0,187.0,1431.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,314.0,296.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,18.0,46731.0,46731.0,,,,,,,,3.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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,231.0,46.0,184.0,53.0,120.0,1376.0,Metric learning algorithms in Python.,22.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],379.0,372.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,16642.0,16891.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11474.0,,,,,3.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-05-08 07:55:00.000000,2024-05-08 07:54:56,689.0,5.0,155.0,22.0,125.0,4.0,128.0,1362.0,"Extensible, parallel implementations of t-SNE.",11.0,26,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,813.0,789.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,24.0,28901.0,34358.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,245585.0,,,,,3.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,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,270.0,76.0,481.0,49.0,198.0,1316.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,1035.0,1024.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,11.0,16791.0,16865.0,,,,,,,,3.0,6243.0,,,,,,,,,,,,,,,,,,, +481,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,196.0,43.0,257.0,66.0,212.0,1242.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,447.0,420.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,1862.0,1862.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,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,,174.0,26.0,36.0,1.0,116.0,1237.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1604.0,1583.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,53094.0,53094.0,,,,,,,,2.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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,144.0,35.0,214.0,117.0,152.0,1222.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,,,,518.0,463.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,55.0,31645.0,42235.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,847249.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-04-16 18:02:40.000000,2024-04-16 18:02:40,396.0,2.0,177.0,26.0,32.0,4.0,129.0,1192.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,26,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],542.0,528.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,14.0,92090.0,92427.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,18245.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2023-11-24 11:08:54.000000,2023-11-24 11:08:47,208.0,,84.0,34.0,109.0,7.0,18.0,1189.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],237.0,226.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,2398414.0,2398414.0,,,,,,,,3.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +486,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,112.0,21.0,103.0,43.0,74.0,1128.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2610.0,2571.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,39.0,329219.0,330012.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,35717.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-05-09 00:03:39.000000,2024-05-09 00:02:48,2354.0,303.0,88.0,19.0,891.0,83.0,211.0,1079.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,84.0,metricflow,,,,,26.0,23.0,https://pypi.org/project/metricflow,2024-04-04 05:32:07.000,3.0,18415.0,18415.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +488,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-05-02 01:46:57.000000,2024-05-02 01:45:39,808.0,10.0,116.0,31.0,412.0,71.0,324.0,1017.0,BAyesian Model-Building Interface (Bambi) in Python.,37.0,26,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,129.0,119.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,10.0,21171.0,21913.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,30425.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-05-05 08:49:40.000000,2024-05-05 08:48:44,545.0,85.0,101.0,24.0,97.0,15.0,105.0,667.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",26.0,26,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,102.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,102.0,28108.0,28108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-04-26 16:22:39.000000,2024-04-10 14:03:58,910.0,23.0,106.0,43.0,112.0,56.0,46.0,634.0,Bias Auditing & Fair ML Toolkit.,21.0,26,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,161.0,154.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,31708.0,31708.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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-04-26 20:02:09.000000,2024-04-26 20:02:08,844.0,9.0,133.0,29.0,89.0,40.0,75.0,597.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2024-04-23 05:17:11.000,1.15.0,43.0,ml-metadata,,,,,475.0,444.0,https://pypi.org/project/ml-metadata,2024-04-23 05:17:11.000,31.0,74697.0,74732.0,,,,,,,,3.0,2188.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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,424.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7693.0,7563.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,130.0,223922.0,224739.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40072.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +493,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-02-01 02:29:47.000000,2024-02-01 02:29:37,1618.0,,808.0,146.0,1563.0,114.0,125.0,7963.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,152.0,151.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3962.0,3962.0,,,,,,,,3.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,,800.0,168.0,1588.0,145.0,74.0,6349.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'],22.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,1.0,158.0,163.0,,,,,,,,3.0,358.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,979.0,182.0,327.0,334.0,292.0,5782.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,,,,,129.0,126.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,3.0,355.0,402.0,,,,,,,,2.0,3734.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-04-27 19:15:19.000000,2023-04-28 16:55:30,521.0,,444.0,62.0,93.0,36.0,88.0,4963.0,Finding duplicate images made easy!.,15.0,25,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],115.0,110.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,19066.0,19066.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,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-04-26 02:38:27.000000,2023-11-19 13:26:15,334.0,,954.0,45.0,34.0,65.0,112.0,4962.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],205.0,196.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,3512.0,3512.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,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-05-09 14:23:23.000000,2024-05-09 12:31:41,3550.0,115.0,603.0,93.0,3904.0,213.0,1372.0,4925.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,91.0,25,True,2024-05-07 16:55:22.000,1.37.1,78.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,239.0,215.0,51.0,200.0,4387.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,54.0,53.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,722.0,814.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3405.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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,425.0,42.0,52.0,77.0,174.0,4166.0,An Open-Source Framework for Prompt-Learning.,22.0,25,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,122.0,120.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,2.0,1149.0,1149.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,135.0,649.0,65.0,198.0,3868.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,3073.0,3073.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2024-05-07 11:36:17.000000,2024-04-30 02:48:23,2762.0,57.0,1207.0,135.0,1070.0,52.0,75.0,3311.0,a distributed deep learning platform.,90.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,68.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,742.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6557.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,2024-04-19 22:27:39.000000,2024-03-08 19:28:28,465.0,7.0,271.0,50.0,458.0,59.0,256.0,3305.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,4.0,6143.0,7192.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,39527.0,,,,,2.0,446.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-05-07 06:18:57.000000,2024-05-07 06:18:34,512.0,4.0,811.0,62.0,638.0,133.0,396.0,3194.0,A high-performance distributed training framework for Reinforcement Learning.,44.0,25,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],125.0,124.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,822.0,822.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-04-22 17:11:22.000000,2024-03-30 09:25:51,4343.0,19.0,582.0,40.0,1002.0,251.0,692.0,3191.0,"A unified, comprehensive and efficient recommendation library.",71.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,4327.0,4439.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4745.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,,246.0,29.0,2015.0,3.0,652.0,3010.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,8853.0,8944.0,,,,,,,,3.0,2643.0,,,,,,,,,,,,,,,,,,, +507,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,,679.0,72.0,25.0,117.0,101.0,2976.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'],2919.0,2918.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1721.0,1721.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,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,,470.0,98.0,49.0,59.0,253.0,2810.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,,,,722.0,698.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,24.0,3540.0,3855.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15511.0,,,,,3.0,983.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,2024-04-22 23:07:16.000000,2023-06-30 21:16:10,470.0,,322.0,64.0,317.0,47.0,124.0,2780.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'],55.0,54.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,2119.0,2440.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,15116.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,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-05-06 14:31:47.000000,2024-05-06 14:20:38,944.0,6.0,173.0,20.0,78.0,94.0,174.0,2749.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,25,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,45.0,44.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1656.0,1656.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,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,228.0,50.0,481.0,45.0,70.0,2718.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,,,,,225.0,222.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,20060.0,20061.0,,,,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +512,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-04-15 21:12:13.000000,2023-07-01 21:40:58,1936.0,,347.0,40.0,89.0,28.0,158.0,2501.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,2126.0,2126.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +513,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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,463.0,38.0,239.0,52.0,280.0,2488.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,25,True,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,34884.0,35109.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6534.0,,,,,2.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,,253.0,56.0,56.0,19.0,50.0,2205.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],695.0,676.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,8871.0,8871.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,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-05-07 23:16:28.000000,2024-02-10 10:17:50,226.0,8.0,252.0,48.0,94.0,20.0,115.0,2150.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",115.0,111.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2957.0,2957.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,, +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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,85.0,41.0,47.0,12.0,75.0,2096.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,60.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,60.0,42054.0,42054.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,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-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,12.0,236.0,37.0,38.0,13.0,114.0,2089.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,25,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,238.0,232.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,4228.0,4726.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,22912.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +518,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,,302.0,57.0,1313.0,233.0,810.0,1817.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'],104.0,102.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,2.0,740.0,740.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,2024-03-24 14:27:59.853000,2022-12-07 10:32:49,237.0,,293.0,1.0,1.0,1.0,,1703.0,Feature engineering package with sklearn like functionality.,38.0,25,False,2024-03-24 13:29:41.000,1.7.0,39.0,feature_engine,conda-forge/feature_engine,,,,103.0,,https://pypi.org/project/feature_engine,2024-03-24 13:29:41.000,103.0,138212.0,139260.0,https://anaconda.org/conda-forge/feature_engine,2024-03-24 14:27:59.853,47184.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,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,49.0,49.0,23.0,91.0,1597.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,,,,376.0,363.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2795.0,4783.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,37277.0,,,,,3.0,65118.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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,205.0,44.0,12.0,4.0,51.0,1564.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],232.0,230.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,210300.0,210300.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +522,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,,268.0,49.0,87.0,22.0,191.0,1541.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],573.0,556.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,17.0,6678.0,6823.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6820.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,,567.0,108.0,283.0,16.0,300.0,1511.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,25,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,162.0,160.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,7497.0,7549.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4489.0,,,,,3.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-04-29 11:27:34.000000,2024-04-29 11:27:33,1033.0,2.0,174.0,17.0,69.0,30.0,341.0,1479.0,PyTorch Extension Library of Optimized Scatter Operations.,29.0,25,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],128.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,128.0,39447.0,45210.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,270875.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +525,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,7.0,70.0,1289.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'],1453.0,1440.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,13596.0,13596.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,,296.0,55.0,63.0,16.0,109.0,1237.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,,,,,1050.0,1039.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,11203.0,11203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,48.0,61.0,1.0,68.0,976.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],447.0,444.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,16735.0,16735.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,2.0,236.0,61.0,246.0,22.0,367.0,957.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,,,,585.0,554.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,31.0,23630.0,24311.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,29204.0,,,,,3.0,266.0,,,,,,,,,,,,,,,,,,, +529,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,256.0,43.0,72.0,103.0,188.0,918.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,546.0,509.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5976.0,5976.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +530,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,76.0,13.0,48.0,22.0,53.0,732.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,25,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1905.0,1876.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,565655.0,565830.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5436.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,,103.0,15.0,193.0,117.0,136.0,663.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,608.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,608.0,3157500.0,3157649.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,18332.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-04-28 16:46:16.622000,2024-04-28 11:15:50,477.0,6.0,50.0,8.0,59.0,172.0,237.0,590.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,,,,767.0,712.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,55.0,41614.0,43487.0,https://anaconda.org/conda-forge/pyvips,2024-04-28 16:46:16.622,80577.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,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-03-09 00:32:37.185000,2024-03-08 20:01:01,3751.0,27.0,69.0,47.0,355.0,21.0,395.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],43.0,41.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,471.0,933.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,13879.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,, +534,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-04-10 07:37:43.190000,2022-01-15 18:08:37,1718.0,,67.0,15.0,13.0,35.0,7.0,534.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,,,,225.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,225.0,462760.0,469609.0,https://anaconda.org/conda-forge/whoosh,2024-04-10 07:37:43.190,246571.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,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-05-07 17:16:16.000000,2024-05-07 17:09:18,5652.0,59.0,92.0,15.0,755.0,16.0,438.0,427.0,Lightwood is Legos for Machine Learning.,46.0,25,False,2024-03-19 10:28:37.000,24.3.3.1,203.0,lightwood,,,,['pytorch'],62.0,60.0,https://pypi.org/project/lightwood,2024-03-19 10:24:49.000,2.0,7062.0,7062.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +536,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-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,11.0,39.0,5.0,15.0,6.0,48.0,323.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,25,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],727.0,681.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,46.0,85011.0,106567.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,926949.0,,,,,3.0,46.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-05-06 20:32:37.000000,2024-05-06 20:32:36,545.0,20.0,56.0,40.0,296.0,20.0,60.0,299.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,False,2024-04-23 07:31:20.000,1.3.0,77.0,gokart,,,,,82.0,77.0,https://pypi.org/project/gokart,2024-04-23 07:31:20.000,5.0,3511.0,3511.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-05-07 01:15:58.000000,2024-05-07 00:36:25,2639.0,100.0,59.0,8.0,251.0,44.0,84.0,257.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,107.0,101.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,2106.0,2737.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,26543.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,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'],1129.0,1113.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,692.0,704.0,,,,,,,,3.0,910.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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,1004.0,92.0,63.0,254.0,269.0,4620.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,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,26443.0,26443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,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,101.0,35.0,107.0,113.0,4510.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],129.0,124.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5185.0,5188.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,235.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,,721.0,62.0,247.0,129.0,824.0,4052.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,6788.0,6788.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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,177.0,385.0,33.0,430.0,3820.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,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,2.0,443.0,89.0,78.0,67.0,137.0,3352.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,596602.0,596604.0,,,,,,,,2.0,180.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,110.0,73.0,193.0,117.0,3077.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,,,,,142.0,130.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,927.0,988.0,,,,,,,,3.0,4580.0,,,,,,,,,,,,,,,,,,, +546,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,,137.0,28.0,200.0,20.0,73.0,2700.0,HiPlot makes understanding high dimensional data easy.,9.0,24,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,426.0,400.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,21309.0,24901.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,183231.0,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +547,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,,317.0,93.0,2157.0,206.0,982.0,2677.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,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,18973.0,18973.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,,336.0,31.0,695.0,43.0,151.0,2514.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,96.0,92.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,397.0,397.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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,,645.0,89.0,29.0,25.0,52.0,2333.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,,,,,642.0,590.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,52.0,32350.0,32350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,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-04-05 08:29:34.000000,2024-04-04 10:48:55,541.0,9.0,211.0,42.0,128.0,61.0,127.0,2184.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,28.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,6375.0,6375.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,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,71.0,21.0,93.0,66.0,2089.0,Open source time series library for Python.,6.0,24,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,271.0,267.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,53468.0,53468.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,669.0,82.0,48.0,24.0,64.0,2052.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,511.0,499.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,8520.0,8520.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,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,1986.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],347.0,339.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1849.0,2024.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,7038.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,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-03-29 21:12:28.000000,2023-12-04 14:09:45,571.0,,134.0,56.0,450.0,68.0,102.0,1842.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,111.0,101.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,4654.0,4654.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,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,98.0,45.0,187.0,216.0,1638.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,,,,,11.0,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,1311.0,1311.0,,,,,,,,2.0,48.0,,,,,,,,,,,,,,,,,,, +556,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,,121.0,28.0,31.0,63.0,50.0,1572.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'],442.0,435.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,133118.0,133118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,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-04-18 10:50:41.000000,2024-04-18 10:50:48,1196.0,10.0,116.0,26.0,68.0,4.0,29.0,1486.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,24,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,8457.0,8457.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,, +558,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-05-02 18:48:18.000000,2024-05-02 18:45:10,350.0,8.0,269.0,42.0,254.0,77.0,195.0,1466.0,A framework for Privacy Preserving Machine Learning.,35.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],36.0,35.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,342.0,342.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,330.0,50.0,43.0,96.0,,1333.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,24,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],475.0,467.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,30782.0,57586.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,312.0,,,,,3.0,1179110.0,,,,,,,,,,,,,,,,,,, +560,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,35.0,68.0,57.0,206.0,1226.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,24,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],128.0,126.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,732.0,736.0,,,,,,,,3.0,101.0,,,,,,,,,,,,,,,,,,, +561,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,205.0,54.0,460.0,143.0,293.0,1194.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],75.0,66.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,738.0,738.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-05-05 07:26:14.000000,2024-05-05 07:26:07,87.0,9.0,227.0,20.0,20.0,5.0,87.0,1180.0,Implementation of the node2vec algorithm.,15.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,631.0,610.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,21.0,29986.0,30372.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27863.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +563,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,72.0,415.0,75.0,147.0,1156.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,,,,,171.0,166.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,601.0,601.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,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,,114.0,12.0,23.0,18.0,15.0,1075.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5592.0,5189.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,403.0,434073.0,434073.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,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-05-07 11:56:42.000000,2024-02-13 12:59:29,2071.0,1.0,215.0,41.0,590.0,85.0,433.0,1010.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,24,False,2023-08-01 13:38:54.000,2.0.2,47.0,smac,conda-forge/smac,,,,33.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,33.0,58026.0,58535.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,19377.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +566,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,48.0,112.0,53.0,170.0,969.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,316.0,293.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,937.0,937.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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-04-29 15:05:23.000000,2024-04-29 15:05:22,732.0,3.0,144.0,16.0,105.0,29.0,240.0,959.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'],75.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,75.0,26660.0,32477.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,273423.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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,,109.0,26.0,36.0,34.0,69.0,878.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,24,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],612.0,600.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,20643.0,20643.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,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-05-09 13:38:37.000000,2024-03-27 16:08:31,342.0,13.0,134.0,19.0,79.0,3.0,66.0,861.0,An intuitive library to extract features from time series.,19.0,24,True,2024-03-27 17:12:39.000,0.1.7,11.0,tsfel,,,,,128.0,125.0,https://pypi.org/project/tsfel,2024-03-27 16:06:38.000,3.0,19360.0,19360.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2024-05-06 12:25:30.000000,2024-02-01 14:45:49,245.0,,109.0,15.0,43.0,35.0,27.0,843.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,601.0,586.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,25373.0,36599.0,,,,,,,,3.0,471496.0,,,,,,,,,,,,,,,,,,, +571,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,,157.0,34.0,25.0,34.0,236.0,739.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,,,,,173.0,169.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,4506.0,4506.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,2.0,155.0,17.0,72.0,35.0,108.0,698.0,Ternary plotting library for python with matplotlib.,27.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,198.0,169.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,29.0,39276.0,40107.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,80645.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +573,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,132.0,91.0,42.0,67.0,652.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'],203.0,193.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,10.0,15041.0,15041.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,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-04-09 13:42:05.705000,2024-04-03 15:41:01,407.0,9.0,134.0,20.0,46.0,3.0,84.0,548.0,Medical image processing in Python.,20.0,24,False,2024-04-03 15:53:56.000,0.5.1,9.0,MedPy,conda-forge/medpy,,,,1940.0,1892.0,https://pypi.org/project/MedPy,2024-04-03 15:53:56.000,48.0,20177.0,20949.0,https://anaconda.org/conda-forge/medpy,2024-04-09 13:42:05.705,27025.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,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,9.0,17.0,11.0,12.0,508.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'],4519.0,4420.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,99.0,2724210.0,2733676.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,899310.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2024-05-07 21:17:52.000000,2024-02-11 00:53:13,766.0,1.0,85.0,13.0,31.0,7.0,49.0,369.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,,,,433.0,391.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,42.0,132944.0,134533.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,69934.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7990.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,1131.0,1131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,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,,1379.0,261.0,69.0,115.0,136.0,6325.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,,105.0,105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,,739.0,104.0,588.0,107.0,345.0,5917.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.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,49436.0,49436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,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-03-03 01:46:55.000000,2024-03-03 01:31:19,1096.0,1.0,924.0,114.0,675.0,146.0,542.0,5417.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,117.0,23,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,567.0,567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,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-04-18 05:42:13.000000,2024-03-11 13:23:01,3347.0,3.0,820.0,231.0,111.0,57.0,620.0,4883.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,23,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,21.0,,,,,,,,3.0,1506.0,,,,,,,,,,,,,,,,,,, +582,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,,1370.0,351.0,59.0,51.0,,4301.0,Python Algorithmic Trading Library.,11.0,23,False,,,8.0,pyalgotrade,,,,,184.0,184.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,582.0,582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,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-05-01 05:15:16.000000,2024-05-01 05:07:21,1597.0,6.0,514.0,150.0,609.0,86.0,75.0,3523.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,23,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,,30.0,30.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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,,529.0,173.0,50.0,65.0,49.0,3470.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],61.0,58.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,3.0,136.0,136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,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,,223.0,54.0,36.0,74.0,123.0,3132.0,A GUI for Pandas DataFrames.,15.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],380.0,375.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3353.0,3899.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,21859.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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,,237.0,42.0,110.0,80.0,64.0,2867.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,9529.0,9531.0,,,,,,,,3.0,122.0,,,,,,,,,,,,,,,,,,, +587,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-03-13 21:11:32.000000,2024-03-13 21:09:44,767.0,1.0,362.0,91.0,548.0,144.0,92.0,2740.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,23,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,9.0,52934.0,52934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,2398.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'],63.0,61.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,2520.0,2681.0,,,,,,,,3.0,12783.0,,,,,,,,,,,,,,,,,,, +589,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,439.0,65.0,122.0,32.0,350.0,2378.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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,,299.0,66.0,78.0,64.0,68.0,2098.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'],30.0,27.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1510.0,1510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,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,,243.0,44.0,33.0,51.0,90.0,1936.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'],170.0,170.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3656.0,3656.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,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,1853.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'],468.0,446.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,2465.0,3391.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,34287.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,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,1727.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1803.0,1893.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3348.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,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,,116.0,38.0,11.0,33.0,51.0,1612.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,357.0,345.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,12.0,1280.0,1280.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,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,,256.0,50.0,312.0,99.0,17.0,1557.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],30.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,30.0,54490.0,54490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,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-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,2.0,302.0,57.0,115.0,54.0,30.0,1540.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,,,,,89.0,88.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,887.0,887.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-05-06 14:21:43.000000,2023-11-08 21:41:55,157.0,,163.0,104.0,186.0,35.0,25.0,1494.0,fklearn: Functional Machine Learning.,55.0,23,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,695.0,695.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,2024-05-08 15:24:36.000000,2024-02-25 11:49:35,1255.0,13.0,121.0,31.0,164.0,71.0,142.0,1494.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.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,,188.0,199.0,,,,,,,,3.0,498.0,,,,,,,,,,,,,,,,,,, +599,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,,403.0,91.0,165.0,103.0,224.0,1356.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,23,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],42.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,161.0,33.0,22.0,42.0,34.0,1271.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],61.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,654.0,654.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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-05-06 23:01:11.000000,2024-04-10 03:25:54,547.0,11.0,128.0,21.0,269.0,14.0,130.0,1219.0,A standard framework for modelling Deep Learning Models for tabular data.,21.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,2412.0,2412.0,,,,,,,,1.0,27.0,,,,,,,,,,,,,,,,,,, +602,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-03-26 17:17:48.000000,2023-10-17 15:42:30,833.0,,327.0,51.0,793.0,7.0,300.0,1207.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,23,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],2.0,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,2.0,1400.0,1400.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +603,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-05-07 04:53:40.000000,2024-04-29 07:05:47,431.0,5.0,150.0,92.0,122.0,33.0,45.0,1148.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,23,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,108.0,107.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,294.0,294.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,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,184.0,34.0,73.0,3.0,86.0,1036.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'],222.0,213.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,3823.0,3823.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,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,,149.0,23.0,46.0,15.0,82.0,911.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2400.0,2391.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1452.0,1452.0,,,,,,,,3.0,26.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,,84.0,14.0,77.0,220.0,218.0,858.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,95.0,95.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1533.0,1533.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +607,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-04-17 06:08:55.000000,2024-04-17 06:07:52,292.0,7.0,249.0,46.0,18.0,9.0,91.0,827.0,Data compression in TensorFlow.,21.0,23,True,2024-03-27 19:52:35.000,2.16.0,25.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,16947.0,16947.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,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-04-29 13:46:08.000000,2024-04-29 13:46:08,600.0,4.0,132.0,15.0,59.0,27.0,128.0,765.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],45.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,45.0,13758.0,15874.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,101599.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,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,,150.0,25.0,154.0,79.0,137.0,761.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'],20.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,6903.0,11381.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,314699.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,732.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-05-06 14:08:02.000000,2023-09-19 18:44:18,355.0,,118.0,18.0,79.0,24.0,34.0,683.0,Working with molecular structures in pandas DataFrames.,15.0,23,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],267.0,244.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,63191.0,64892.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,151430.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,89.0,21.0,9.0,25.0,41.0,667.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'],438.0,428.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,39953.0,39982.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2917.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,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-05-03 16:06:47.000000,2024-05-03 12:15:14,872.0,17.0,83.0,10.0,735.0,92.0,438.0,606.0,Automated modeling and machine learning framework FEDOT.,33.0,23,True,2024-05-03 16:06:47.000,0.7.3.2,22.0,fedot,,,,,50.0,45.0,https://pypi.org/project/fedot,2024-05-03 15:56:33.000,5.0,1046.0,1046.0,,,,,,,,3.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +613,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-05-08 22:34:31.000000,2024-05-08 22:27:13,975.0,12.0,178.0,24.0,844.0,119.0,388.0,545.0,MONAI Label is an intelligent open source image labeling and learning tool.,59.0,23,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,849.0,3252.0,,,,,,,,3.0,81714.0,,,,,,,,,,,,,,,,,,, +614,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-05-09 11:13:30.000000,2024-05-09 11:11:44,330.0,10.0,99.0,26.0,7.0,1.0,31.0,494.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,23,True,2024-05-09 11:13:30.000,0.1.722,145.0,autoviml,,,,,27.0,24.0,https://pypi.org/project/autoviml,2024-05-09 11:13:30.000,3.0,2288.0,2288.0,,,,,,,,3.0,,2.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-05-06 13:22:25.000000,2024-05-06 13:22:25,6709.0,1.0,143.0,36.0,395.0,37.0,136.0,373.0,Neuroimaging in Python FMRI analysis package.,69.0,23,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,245.0,224.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,21.0,2786.0,4104.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,108097.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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,1.0,83.0,29.0,318.0,75.0,27.0,367.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,23,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],396.0,389.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,49891.0,49891.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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,204.0,281.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,111.0,103.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,2570.0,2570.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,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-05-05 00:10:04.000000,2024-04-22 13:58:48,483.0,66.0,105.0,19.0,509.0,58.0,124.0,259.0,An open-source toolkit for large-scale genomic analysis.,27.0,23,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,38162.0,38265.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,4045.0,,,,,3.0,38.0,,,,,,,,,,,,,,,,,,, +619,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,,27.0,7.0,19.0,4.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,23,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2239.0,2195.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,100796.0,100796.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,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,2023-11-05 11:43:31.000000,2023-02-15 20:15:59,196.0,,545.0,82.0,37.0,59.0,26.0,10853.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,22,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,48.0,48.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,788.0,875.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2444.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,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,,779.0,223.0,25.0,8.0,122.0,5325.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'],28.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,8.0,1346.0,1346.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +622,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1704.0,19.0,17.0,70.0,24.0,5003.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,28.0,28.0,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,2583.0,2583.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-05-03 15:03:51.000000,2024-05-03 06:07:39,1600.0,42.0,810.0,146.0,1513.0,342.0,399.0,4975.0,Simple and Distributed Machine Learning.,118.0,22,True,2024-04-10 19:16:17.000,1.0.4-spark3.5,48.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,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-03-28 17:33:46.000000,2023-01-15 11:37:16,279.0,,926.0,112.0,101.0,148.0,351.0,4867.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,2.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,2.0,13798.0,13798.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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1228.0,306.0,209.0,64.0,211.0,4729.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1792.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143392.0,3.0,,,,,,,,,,,,,,,,,,,, +626,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,4615.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,22,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],6.0,,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,534.0,534.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,,321.0,74.0,37.0,95.0,75.0,4384.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,579.0,579.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,810.0,328.0,89.0,91.0,306.0,3870.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,,108.0,131.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1890.0,,,,,3.0,384.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,,654.0,75.0,53.0,176.0,101.0,3383.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'],7.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,7.0,3280.0,3289.0,,,,,,,,3.0,562.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-04-01 21:52:31.000000,2024-04-01 21:52:26,686.0,2.0,497.0,215.0,16.0,24.0,4.0,3359.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,13.0,13.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,214.0,214.0,,,,,,,,3.0,51.0,,,,,,,,,,,,,,,,,,, +631,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,2.0,328.0,53.0,414.0,82.0,106.0,3230.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'],40.0,39.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,162.0,162.0,,,,,,,,3.0,,2.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,,381.0,207.0,9.0,6.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'],149.0,146.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,3.0,1540.0,1540.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-05-06 16:34:46.000000,2021-05-06 12:10:38,127.0,,156.0,48.0,66.0,2.0,30.0,3020.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,,,,48.0,48.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,400.0,452.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1479.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,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-05-07 08:59:07.000000,2024-04-08 05:25:46,3457.0,3.0,727.0,7.0,5.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.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,637.0,637.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,78.0,144.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'],29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,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,,368.0,86.0,4.0,4.0,18.0,2173.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.0,22,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,48.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,1448.0,1448.0,,,,,,,,3.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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,,341.0,42.0,68.0,161.0,95.0,1846.0,Super easy library for BERT based NLP models.,36.0,22,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,2024-01-30 11:59:18.000,2.0,1504.0,1504.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2024-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,,102.0,37.0,30.0,29.0,79.0,1793.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,30.0,30.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,10743.0,10743.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +639,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,255.0,44.0,14.0,57.0,35.0,1772.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']",277.0,266.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,5291.0,5291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,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,1709.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'],158.0,152.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,3311.0,5540.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,208453.0,,,,,3.0,420.0,,,,,,,,,,,,,,,,,,, +641,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,7.0,15.0,33.0,1642.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'],56.0,50.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,3130.0,3130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,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,,290.0,44.0,801.0,71.0,485.0,1610.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,93.0,93.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,3.0,207.0,56.0,52.0,77.0,149.0,1538.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,,777.0,808.0,,,,,,,,3.0,2791.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,,85.0,41.0,15.0,9.0,27.0,1323.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'],182.0,169.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,13.0,11040.0,11189.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4629.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +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,,188.0,27.0,57.0,22.0,36.0,1273.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'],163.0,158.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,671.0,671.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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,,181.0,31.0,86.0,16.0,32.0,1271.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,93.0,92.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,435.0,435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,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-04-16 21:45:39.000000,2024-04-16 21:45:16,187.0,3.0,109.0,37.0,25.0,17.0,115.0,1191.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2024-04-15 01:21:13.000,2.2.1,81.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,6111.0,6111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,215.0,66.0,29.0,31.0,12.0,1159.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,79.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,9255.0,9255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,,294.0,96.0,121.0,62.0,97.0,1011.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'],14.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,14.0,1440.0,1973.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,43216.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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,110.0,52.0,98.0,41.0,51.0,1008.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'],237.0,229.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,8.0,3547.0,3547.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,2.0,193.0,24.0,58.0,12.0,27.0,931.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'],90.0,84.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,6.0,5350.0,5350.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-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,,162.0,29.0,111.0,80.0,56.0,887.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,,,,8.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,4.0,5432.0,52942.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2176096.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,2.0,1211.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,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,24.0,594.0,63.0,511.0,839.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,3305.0,3305.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,,103.0,29.0,60.0,22.0,74.0,834.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,415.0,414.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2253.0,2253.0,,,,,,,,3.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-05-04 16:36:51.000000,2024-04-04 17:25:59,224.0,2.0,83.0,18.0,155.0,24.0,84.0,833.0,Bayesian active learning library for research and industrial usecases.,21.0,22,True,2024-04-04 17:31:05.000,1.9.2,20.0,baal,conda-forge/baal,,,,57.0,56.0,https://pypi.org/project/baal,2024-04-04 17:29:59.000,1.0,4463.0,4666.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,8143.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,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-05-09 08:48:06.000000,2024-05-09 08:46:55,1188.0,39.0,123.0,30.0,997.0,37.0,50.0,757.0,Machine learning framework for both deep learning and traditional algorithms.,37.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,398.0,398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,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,,73.0,26.0,37.0,25.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,26.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,26.0,61338.0,61338.0,,,,,,,,3.0,19.0,,,,,,,,,,,,,,,,,,, +658,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.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,,,,436.0,431.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,17589.0,17643.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1956.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,633.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'],91.0,87.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,715.0,715.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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,57.0,35.0,603.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,,,,448.0,426.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,22.0,9087.0,9546.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18855.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,129.0,22.0,19.0,8.0,30.0,588.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],158.0,153.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,11218.0,11218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,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,4.0,85.0,7.0,20.0,2.0,89.0,546.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,22,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,69.0,67.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,7625.0,7625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,57.0,10.0,21.0,14.0,37.0,542.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,,,,390.0,381.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,14512.0,14922.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,25449.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2024-03-19 15:52:10.000000,2024-03-19 15:52:03,1216.0,2.0,64.0,7.0,208.0,18.0,109.0,503.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'],254.0,249.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2829.0,2829.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,2024-05-05 16:01:33.000000,2024-05-05 16:01:32,1771.0,65.0,67.0,7.0,216.0,47.0,81.0,502.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,27.0,26.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1079.0,1084.0,,,,,,,,3.0,152.0,,,,,,,,,,,,,,,,,,, +666,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,5.0,105.0,13.0,130.0,18.0,138.0,473.0,A Python library for dynamic classifier and ensemble selection.,17.0,22,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],50.0,47.0,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,1514.0,1514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,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-04-14 12:59:12.000000,2023-03-05 00:16:57,419.0,,99.0,36.0,276.0,71.0,173.0,469.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,77.0,75.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1551.0,1554.0,,,,,,,,3.0,307.0,,,,,,,,,,,,,,,,,,, +668,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,,48.0,17.0,2.0,11.0,3.0,373.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,,,,,518.0,510.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,15541.0,15541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2024-04-27 16:26:42.000000,2024-04-27 16:26:42,258.0,7.0,27.0,9.0,5.0,22.0,60.0,313.0,Multiple Imputation with LightGBM in Python.,8.0,22,True,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,136.0,131.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,31954.0,32319.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,12441.0,,,,,2.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,4.0,12.0,231.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,,,,1125.0,1069.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,56.0,104623.0,106016.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,59940.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-04-24 23:28:34.000000,2020-04-18 19:15:25,24.0,,1119.0,141.0,44.0,34.0,10.0,8396.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'],50.0,48.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,2.0,977.0,977.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,644.0,94.0,150.0,98.0,103.0,8362.0,The user analytics platform for LLMs.,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,775.0,775.0,,,,,,,,3.0,,,,nebuly-ai/nebuly,,,,,,,,,,,,,,,, +673,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1170.0,95.0,48.0,391.0,284.0,6291.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,40.0,40.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-03-12 17:57:31.000000,2023-08-15 07:38:22,956.0,,542.0,166.0,46.0,37.0,28.0,4303.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,786.0,786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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,165.0,120.0,22.0,112.0,2930.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,269.0,269.0,,,,,,,,3.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,,327.0,73.0,2.0,18.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'],206.0,198.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,8.0,1448.0,1448.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,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,2110.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,21,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],18.0,18.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1141.0,1141.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,,251.0,54.0,35.0,15.0,105.0,2059.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,True,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,,8525.0,8525.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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,158.0,23.0,33.0,31.0,31.0,1913.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,370.0,528.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4530.0,,,,,3.0,92.0,,,,,,,,,,,,,,,,,,, +680,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-04-22 13:05:03.000000,2024-02-04 20:37:53,1083.0,,271.0,31.0,40.0,27.0,176.0,1783.0,A library for graph deep learning research.,49.0,21,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,,391.0,391.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,197.0,30.0,423.0,11.0,163.0,1652.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,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,,293.0,66.0,202.0,5.0,74.0,1585.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,31.0,249.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,,, +683,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,278.0,71.0,728.0,51.0,64.0,1582.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,585.0,960.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,19539.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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,,140.0,102.0,150.0,21.0,20.0,1551.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,,,,,22.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,1.0,2063.0,2063.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,,272.0,65.0,51.0,23.0,75.0,1477.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,381.0,381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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,102.0,36.0,13.0,24.0,1422.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,151.0,151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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,6.0,182.0,18.0,262.0,77.0,94.0,1277.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,57320.0,57320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,220.0,63.0,48.0,36.0,90.0,1257.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,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,3.0,385.0,385.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,,208.0,28.0,61.0,54.0,61.0,1067.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,123.0,121.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,2.0,503.0,508.0,,,,,,,,3.0,605.0,,,,,,,,,,,,,,,,,,, +690,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,47.0,46.0,26.0,127.0,1057.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,318.0,318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,53.0,86.0,64.0,206.0,1021.0,Line based ATR Engine based on OCRopy.,20.0,21,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,2200.0,2200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,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,1005.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'],83.0,79.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,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,2.0,90.0,18.0,73.0,18.0,44.0,960.0,Audio processing by using pytorch 1D convolution network.,15.0,21,True,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,180.0,176.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,11239.0,11239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,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,,84.0,26.0,55.0,36.0,28.0,944.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,21,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,44419.0,45801.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,44225.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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-05-01 04:05:18.000000,2024-04-25 03:40:02,286.0,110.0,51.0,11.0,59.0,4.0,19.0,897.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",14.0,21,True,2024-04-25 03:41:41.000,3.0.2,34.0,uform,,,,['pytorch'],7.0,6.0,https://pypi.org/project/uform,2024-04-25 03:41:41.000,1.0,1285.0,1301.0,,,,,,,,3.0,241.0,,,,,,,,,,,,,,,,,,, +696,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,828.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],445.0,432.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,13.0,29415.0,29415.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,,160.0,38.0,46.0,43.0,49.0,799.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,100.0,91.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,548.0,548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,26.0,162.0,51.0,62.0,761.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'],56.0,52.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,604.0,604.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,,144.0,25.0,19.0,26.0,5.0,737.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'],629.0,621.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,48361.0,48531.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,7334.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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-04-20 08:47:50.000000,2024-03-27 18:40:09,1505.0,2.0,79.0,34.0,656.0,22.0,118.0,697.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']",13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,247.0,247.0,,,,,,,,3.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,,106.0,30.0,1.0,13.0,3.0,632.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']",628.0,620.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,8.0,20587.0,20587.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,,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,,,,,199.0,191.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,13705.0,13705.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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,313.0,597.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,311.0,311.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,,95.0,26.0,32.0,35.0,6.0,590.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'],389.0,381.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,24334.0,24334.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,28.0,31.0,5.0,24.0,564.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1732.0,1732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,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-05-05 11:20:27.000000,2023-12-29 21:08:41,477.0,,57.0,26.0,9.0,17.0,35.0,521.0,Active Learning for Text Classification in Python.,6.0,21,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",28.0,28.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,750.0,1012.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5771.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,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,414.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,118.0,115.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4764.0,4764.0,,,,,,,,3.0,93.0,,,,,,,,,,,,,,,,,,, +708,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,,27.0,9.0,9.0,2.0,9.0,405.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'],1353.0,1347.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,205285.0,205285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,895.0,895.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,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-05-01 02:15:11.000000,2024-05-01 02:14:09,660.0,2.0,65.0,30.0,457.0,22.0,91.0,370.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],18.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,14.0,14208.0,20375.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,585866.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,60.0,28.0,110.0,33.0,184.0,366.0,scalable audio processing framework and server written in Python.,22.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,17.0,17.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,235.0,235.0,,,,,,,,3.0,,,,yomguy/TimeSide,,,,,,,,,,,,,,,, +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-05-06 12:03:00.000000,2024-04-24 09:11:29,818.0,6.0,25.0,7.0,75.0,30.0,22.0,365.0,Flexible time series feature extraction & processing.,6.0,21,True,2024-04-04 10:31:07.000,0.4.0,37.0,tsflex,conda-forge/tsflex,,,,14.0,13.0,https://pypi.org/project/tsflex,2024-04-04 10:23:01.000,1.0,702.0,1324.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,21179.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,349.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,,,,,245.0,229.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,4912.0,4912.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,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,,33.0,18.0,6.0,19.0,21.0,305.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],97.0,96.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1470.0,1470.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +715,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-05-09 14:49:33.000000,2024-05-07 16:07:09,658.0,20.0,14.0,24.0,347.0,45.0,83.0,292.0,Serverside scaling for Vega and Altair visualizations.,4.0,21,False,2024-05-07 18:23:47.000,1.6.8,74.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-07 16:08:21.000,2.0,1604.0,6416.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-05-08 17:59:03.571,114459.0,,,,,3.0,5093.0,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-07 16:12:51.359,3.0,229.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-05-08 16:31:46.000000,2024-05-08 15:07:49,731.0,33.0,24.0,5.0,282.0,7.0,,290.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,21,False,2024-05-08 15:07:11.000,1.1.282,710.0,upgini,,,,,6.0,6.0,https://pypi.org/project/upgini,2024-05-08 16:31:46.000,,8249.0,8249.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,286.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,423327.0,423327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,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,1.0,2312.0,147.0,89.0,256.0,286.0,12895.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,,,,,,,,,,,,,,,,,,,, +719,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,,475.0,85.0,180.0,108.0,161.0,3574.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,76.0,98.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1333.0,3.0,,,,,,,,,,,,,,,,,,,, +720,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,96.0,16.0,53.0,17.0,3371.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,151.0,144.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,903.0,903.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,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,,318.0,59.0,242.0,174.0,111.0,3102.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,20,True,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,3239.0,3251.0,,,,,,,,3.0,675.0,,,,,,,,,,,,,,,,,,, +722,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,,168.0,65.0,54.0,6.0,44.0,3078.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,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,365.0,365.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +723,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,,268.0,31.0,22.0,27.0,37.0,3036.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1807.0,1807.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,398.0,101.0,54.0,64.0,48.0,2914.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,,,,,2.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,2.0,1798.0,1798.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,,, +725,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,101.0,1000.0,94.0,261.0,2826.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,827.0,85.0,30.0,45.0,80.0,2648.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,69.0,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,646.0,646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,454.0,127.0,225.0,87.0,183.0,2310.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,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2023-06-16 16:17:31.557000,2021-09-30 21:51:09,8208.0,,178.0,55.0,895.0,129.0,586.0,1905.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,18.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1020.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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,,157.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,20,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],27.0,27.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,2579.0,2579.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,,356.0,61.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,20,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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,40.0,13.0,14.0,9.0,1267.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,,,,,143.0,141.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3213.0,3213.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,56.0,14.0,30.0,19.0,1017.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,,,,176.0,174.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,806.0,1040.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8441.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,,132.0,36.0,16.0,8.0,4.0,923.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3627.0,3622.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,720.0,720.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,130.0,18.0,24.0,28.0,39.0,825.0,python partial dependence plot toolbox.,7.0,20,True,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,20691.0,21041.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,20311.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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,759.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'],44.0,44.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,937.0,937.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,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,25.0,39.0,757.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,,,,,106.0,106.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,811.0,811.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,78.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,10895.0,10895.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-04-28 01:04:18.000000,2024-04-25 13:16:31,491.0,1.0,110.0,33.0,558.0,206.0,246.0,689.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,5352.0,5352.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,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-04-03 18:32:28.000000,2021-09-16 17:56:31,171.0,,144.0,34.0,82.0,16.0,55.0,617.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'],23.0,20.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,480.0,480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,104.0,23.0,25.0,43.0,61.0,607.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'],172.0,170.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1925.0,2035.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3852.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,103.0,10.0,14.0,5.0,16.0,574.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,356.0,352.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,4.0,7121.0,7302.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11823.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,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,15.0,558.0,A library of metrics for evaluating recommender systems.,20.0,20,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,51.0,51.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,18864.0,18864.0,,,,,,,,3.0,6.0,,,,,,,,,,,,,,,,,,, +743,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,,166.0,56.0,20.0,39.0,60.0,544.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,30.0,29.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,121.0,121.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,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,531.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,,,,,100.0,98.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,348.0,348.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,, +745,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-03-30 13:25:33.000000,2024-03-30 13:25:33,69.0,5.0,51.0,18.0,9.0,12.0,10.0,495.0,Topological Data Analysis for Python.,6.0,20,True,2024-03-17 19:09:40.000,1.1.0,5.0,scikit-tda,,,,['sklearn'],55.0,55.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,3676.0,3676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,,41.0,12.0,11.0,9.0,52.0,491.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,20,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,34.0,29.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,3602.0,3604.0,,,,,,,,3.0,137.0,,,,,,,,,,,,,,,,,,, +747,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,9.0,9.0,11.0,21.0,490.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,,,,,118.0,110.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6403.0,6403.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,,, +748,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,487.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,11483.0,11486.0,,,,,,,,3.0,148.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,,107.0,20.0,57.0,26.0,21.0,484.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,69.0,61.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2326.0,2326.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,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,,99.0,18.0,9.0,5.0,41.0,443.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,53.0,53.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,3064.0,3064.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,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,247.0,10.0,23.0,402.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1510.0,1510.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +752,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-04-26 21:27:16.000000,2024-04-26 20:31:49,327.0,9.0,77.0,25.0,345.0,26.0,9.0,332.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,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,,1519.0,1519.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,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-03-27 12:25:36.647000,2024-03-27 08:46:27,190.0,11.0,41.0,19.0,3.0,10.0,8.0,282.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,20,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],9.0,9.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,817.0,5003.0,https://anaconda.org/conda-forge/deepgraph,2024-03-27 12:25:36.647,180024.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,,67.0,28.0,31.0,30.0,113.0,262.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,1946.0,3997.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,87464.0,,,,,3.0,1907.0,,,,,,,,,,,,,,,,,,, +755,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-05-02 05:10:26.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,182.0,21.0,64.0,240.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,363.0,363.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,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,,,,,439.0,425.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,14.0,1157.0,1161.0,,,,,,,,3.0,375.0,,,,,,,,,,,,,,,,,,, +757,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-04-09 15:16:39.000000,2024-04-09 15:16:39,371.0,1.0,148.0,17.0,71.0,18.0,39.0,1692.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,17.0,19,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,565.0,565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,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,41.0,43.0,1057.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'],131.0,126.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,3979.0,3979.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,142.0,25.0,76.0,49.0,36.0,1031.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,19,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,2.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,2.0,255647.0,255806.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,7986.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,58.0,69.0,849.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,98.0,97.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,424.0,424.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,,227.0,30.0,38.0,41.0,21.0,838.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,,,,,2.0,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,2.0,2841.0,2841.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,,81.0,14.0,35.0,3.0,23.0,798.0,Leave One Feature Out Importance.,6.0,19,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,31.0,27.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,4050.0,4050.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,69.0,23.0,47.0,16.0,17.0,789.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],24.0,19.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,5.0,679.0,1557.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,23710.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,102.0,26.0,48.0,19.0,35.0,729.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,,,,,28.0,26.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,511.0,511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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-05-05 11:51:57.000000,2024-05-05 11:51:05,300.0,5.0,108.0,17.0,25.0,1.0,86.0,674.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,,7011.0,7011.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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,13.0,22.0,564.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,298.0,298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,17.0,111.0,8.0,48.0,559.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],140.0,135.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,5055.0,5055.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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,,68.0,13.0,10.0,23.0,41.0,541.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,,,,,49.0,49.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1273.0,1273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,58.0,72.0,18.0,71.0,523.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,,,,,19.0,19.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,175.0,175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,468.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,22559.0,22559.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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,39.0,66.0,465.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']",47.0,47.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,438.0,438.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,,70.0,24.0,48.0,15.0,19.0,399.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,4558.0,4988.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32695.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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-04-30 19:01:14.000000,2023-11-27 22:11:53,398.0,,129.0,34.0,323.0,81.0,130.0,323.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,,135.0,153.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1825.0,3.0,,,,,,,,,,,,,,,,,,,, +774,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,43.0,13.0,63.0,4.0,56.0,318.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,1334.0,1334.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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,299.0,Textpipe: clean and extract metadata from text.,29.0,19,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-05-08 22:37:02.000000,2024-04-20 15:27:32,496.0,3.0,55.0,14.0,83.0,13.0,35.0,248.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,19,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,15136.0,15136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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-03-21 11:20:10.000000,2024-03-21 11:20:09,585.0,1.0,33.0,24.0,638.0,21.0,128.0,239.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,19,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,1337.0,1356.0,,,,,,,,3.0,1015.0,,,,,,,,,,,,,,,,,,, +778,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,233.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],77.0,67.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,4352.0,4352.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,212.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,81.0,79.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,25618.0,25618.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,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-04-24 21:09:41.000000,2024-04-24 21:09:38,861.0,3.0,17.0,8.0,182.0,11.0,23.0,151.0,Toolkit for developing and maintaining ML models.,14.0,19,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,,9096.0,9096.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,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,,765.0,339.0,58.0,2.0,,6687.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,,94.0,101.0,,,,,,,,3.0,341.0,,,,,,,,,,,,,,,,,,, +782,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,46.0,160.0,6232.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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-05-07 20:37:29.000000,2024-05-07 20:36:57,691.0,38.0,399.0,39.0,833.0,149.0,114.0,3028.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,81.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,,412.0,106.0,83.0,67.0,48.0,2944.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'],,,,,,,102.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8543.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,,461.0,79.0,36.0,83.0,68.0,1679.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,,169.0,169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1641.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,535.0,535.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,,174.0,22.0,20.0,16.0,30.0,1608.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,,,,,5.0,5.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,110.0,110.0,,,,,,,,3.0,33.0,,,,,,,,,,,,,,,,,,, +788,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,,254.0,56.0,65.0,8.0,31.0,1367.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,34.0,72.0,31.0,30.0,1096.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,9674.0,9674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,,156.0,44.0,5.0,4.0,7.0,1065.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,33.0,27.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,6.0,286.0,286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,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,2.0,192.0,61.0,7.0,13.0,29.0,1057.0,Python AutoML for Trading Systems and Sports Betting.,5.0,18,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,200.0,200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,,176.0,18.0,42.0,22.0,59.0,891.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,177.0,174.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,456.0,644.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8462.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,188.0,33.0,15.0,18.0,22.0,783.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,71.0,71.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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,,58.0,15.0,10.0,26.0,17.0,754.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,18,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,48.0,48.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,1310.0,1310.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,288.0,47843.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2092451.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,1.0,68.0,6.0,5.0,4.0,29.0,534.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,,,,,17.0,15.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1518.0,1518.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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,24.0,19.0,5.0,20.0,457.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,199.0,199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,18,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,3.0,2836.0,2836.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-05-07 15:16:56.000000,2024-01-10 08:10:55,2818.0,,63.0,11.0,255.0,9.0,109.0,427.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,18,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,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,,105.0,72.0,7.0,15.0,19.0,421.0,semantic similarity framework for knowledge graph.,10.0,18,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,46.0,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,482.0,482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,38.0,10.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,62.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,4.0,233.0,441.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,13161.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,1.0,38.0,12.0,1.0,2.0,80.0,400.0,Deep Learning PyTorch.,1.0,18,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,275.0,275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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-05-08 20:14:16.000000,2024-05-08 20:14:15,683.0,3.0,70.0,30.0,80.0,15.0,25.0,397.0,A Python implementation of active inference for Markov Decision Processes.,15.0,18,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,382.0,382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,61.0,8.0,12.0,11.0,18.0,374.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,97.0,93.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4551.0,4552.0,,,,,,,,3.0,67.0,,,,,,,,,,,,,,,,,,, +805,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,345.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,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,163.0,163.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,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'],15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,388.0,388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,51.0,11.0,60.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,40.0,36.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,210.0,210.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,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,19.0,93.0,30.0,18.0,314.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2161.0,2161.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +809,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,2023-12-04 13:11:50.000000,2023-12-04 13:11:50,418.0,,76.0,22.0,431.0,27.0,51.0,268.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,18,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,2.0,2.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,262.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,55.0,52.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,463.0,463.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,60.0,31.0,47.0,235.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'],18.0,14.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,43.0,43.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,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-04-08 15:16:55.000000,2024-04-08 15:03:47,262.0,2.0,31.0,11.0,199.0,21.0,75.0,194.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",12.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],36.0,35.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,759.0,759.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,130.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,,,,9221.0,9035.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,370467.0,370500.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1142.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,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,,1345.0,468.0,21.0,56.0,167.0,7029.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,,,,,,,,,,,,,,,, +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,,1028.0,119.0,24.0,14.0,352.0,4254.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,17,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,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,,987.0,63.0,13.0,44.0,25.0,3595.0,Implementation and experiments of graph embedding algorithms.,9.0,17,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,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,1539.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,,62.0,83.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1688.0,3.0,,,,,,,,,,,,,,,,,,,, +818,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,57.0,34.0,22.0,13.0,1266.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,17,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,144.0,17.0,11.0,25.0,18.0,1156.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'],54.0,52.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,422.0,422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,111.0,19.0,58.0,2.0,13.0,749.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,5135.0,5135.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +821,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,749.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'],36.0,36.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2341.0,2436.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2948.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,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,,100.0,24.0,101.0,37.0,84.0,702.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,154.0,160.0,,,,,,,,3.0,420.0,,,,,,,,,,,,,,,,,,, +823,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,687.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,17,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,307.0,307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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,673.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,17,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,,40.0,15.0,18.0,,20.0,594.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,17,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,203.0,203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,,53.0,10.0,17.0,10.0,29.0,392.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,17,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,,1337.0,1337.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +827,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,69.0,72.0,,,,,,,,3.0,173.0,,,,,,,,,,,,,,,,,,, +828,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,8.0,44.0,228.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,26.0,24.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,98.0,98.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,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-04-01 22:09:11.000000,2024-03-02 11:17:16,371.0,1.0,38.0,6.0,133.0,,35.0,224.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,2706.0,2813.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3000.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +830,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,,12.0,8.0,2.0,,5.0,192.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'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,233.0,233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,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,3916.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,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,,167.0,61.0,10.0,26.0,6.0,1841.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,,50.0,50.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +833,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,,116.0,19.0,295.0,3.0,69.0,1054.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,6.0,6.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,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,20.0,37.0,20.0,8.0,1040.0,Distributed Computing for AI Made Simple.,5.0,16,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,71.0,70.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,86.0,86.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,50.0,22.0,15.0,9.0,833.0,A medical imaging framework for Pytorch.,8.0,16,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,59.0,59.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,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,18.0,7.0,,10.0,797.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],80.0,79.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,4997.0,4997.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,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,,113.0,27.0,10.0,25.0,51.0,785.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,1460.0,1460.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,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,,87.0,16.0,15.0,10.0,22.0,722.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],17.0,17.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,360.0,360.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,124.0,42.0,435.0,25.0,130.0,707.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,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,,92.0,18.0,19.0,3.0,29.0,628.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,14.0,14.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,552.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,12.0,16,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,,126.0,129.0,,,,,,,,3.0,222.0,,,vaticle/typedb-ml,,,,,,,,,,,,,,,, +842,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,406.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,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,395.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'],10.0,10.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,131.0,131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,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,,33.0,23.0,21.0,17.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,94.0,87.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,7.0,76.0,76.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,16,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],,,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2440.0,2440.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,11.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'],14.0,14.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,752.0,752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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,,29.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,16,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,3206.0,3206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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,,43.0,1.0,,,,192.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,,973.0,973.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,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,,31.0,13.0,54.0,16.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,,,,,57.0,52.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,88.0,88.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,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,32.0,53.0,7.0,7.0,105.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,182.0,182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,982.0,102.0,28.0,27.0,356.0,3724.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,15,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,140.0,28.0,217.0,102.0,2876.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,11.0,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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,,423.0,144.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,,,,,,,,,,,,,,,,,,,, +854,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-04-03 18:25:21.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,22.0,42.0,85.0,1269.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,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,,230.0,39.0,40.0,73.0,34.0,1134.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,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,816.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,,12.0,12.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,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,24.0,4.0,4.0,2.0,677.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,135.0,135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,,55.0,16.0,83.0,18.0,49.0,571.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,,104.0,104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,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,510.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,,,,,11.0,11.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,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-04-26 05:02:51.000000,2024-01-25 16:57:26,261.0,,67.0,19.0,99.0,19.0,15.0,488.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,True,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,119.0,119.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,3.0,42.0,20.0,169.0,5.0,64.0,463.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,,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-04-21 03:30:12.000000,2024-04-21 03:30:09,79.0,4.0,61.0,16.0,64.0,6.0,9.0,438.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,,,,,9.0,9.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,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,,391.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,42.0,174.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,6114.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,372.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,168.0,168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,2.0,38.0,22.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,15,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,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,307.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'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,209.0,209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,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,70.0,175.0,295.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,,683.0,683.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,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,,,,,6.0,5.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,349.0,349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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,,28.0,10.0,15.0,6.0,4.0,222.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'],8.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,8.0,1037.0,1037.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,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,5.0,2.0,16.0,23.0,188.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'],12.0,12.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,703.0,703.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,,9.0,5.0,3.0,1.0,,129.0,Data Analysis Baseline Library.,24.0,15,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,4059.0,4059.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-04-24 11:56:39.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2024-04-10 15:22:19.000,3.40.0,284.0,comet_ml,comet_ml,,,,67.0,,https://pypi.org/project/comet_ml,2024-04-24 11:56:39.000,67.0,415756.0,415756.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,826.0,77.0,34.0,116.0,59.0,3308.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,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,,482.0,67.0,26.0,5.0,97.0,1672.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,149.0,32.0,,53.0,59.0,1194.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,82.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4702.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,,117.0,28.0,111.0,14.0,25.0,1069.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,,, +877,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,416.0,1833.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,65218.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,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-03-26 16:48:56.000000,2024-01-29 19:20:57,64.0,,43.0,11.0,9.0,4.0,12.0,700.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,14,True,,,,rliable`,,,,,128.0,128.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,67.0,19.0,177.0,87.0,16.0,402.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,,123.0,123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,341.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,1288.0,1288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-04-13 17:06:03.000000,2024-04-13 17:06:03,147.0,53.0,10.0,8.0,15.0,2.0,7.0,254.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,,,5.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,2024-03-26 18:15:37.000,,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.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,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,,,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,299.0,299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,32.0,8.0,72.0,31.0,8.0,233.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,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,109.0,12.0,39.0,8.0,2684.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,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,,81.0,48.0,4.0,3.0,,2478.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,59.0,,,,,,,,,,,,,,,,,,, +886,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,38.0,10.0,13.0,3.0,1345.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,18.0,11.0,57.0,4.0,20.0,291.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,,115.0,115.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,8.0,6.0,8.0,8.0,244.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,87.0,87.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,,25.0,8.0,16.0,4.0,6.0,191.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,51.0,51.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,,35.0,14.0,18.0,27.0,18.0,122.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,33.0,33.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,58.0,58.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,,,42.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,,,,,,,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,160.0,160.0,,,,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +893,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,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,168.0,168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,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-03-28 08:06:49.000000,2022-02-09 22:20:11,9.0,,465.0,93.0,21.0,52.0,15.0,3262.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,400.0,63.0,6.0,62.0,17.0,1837.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,315.0,87.0,11.0,12.0,6.0,1702.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,53.0,17.0,3.0,2.0,1.0,528.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,103.0,103.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,2024-04-24 13:48:16.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,258.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,116.0,122.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,8.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,,27.0,21.0,44.0,1.0,5.0,199.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,123.0,123.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,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,121.0,131.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.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,119.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,70.0,70.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,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,76.0,76.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,,, +903,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,5.0,14.0,100.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,,847.0,847.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,,11.0,13.0,26.0,4.0,13.0,85.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,,140.0,140.0,,,,,,,,3.0,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,, +905,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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,83.0,83.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,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,,111.0,45.0,13.0,7.0,20.0,947.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,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,,,,,,,,,,,,,,,,,,,, +908,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'],3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,37.0,37.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,107.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,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,,81.0,17.0,5.0,4.0,12.0,568.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,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,,50.0,15.0,13.0,14.0,11.0,498.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,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,9,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,40.0,40.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,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,144.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,15.0,15.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,6.0,7.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,35.0,35.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-05-16_changes.md b/history/2024-05-16_changes.md new file mode 100644 index 00000000..861a6a59 --- /dev/null +++ b/history/2024-05-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._ + +- transformers (🥇52 · ⭐ 130K · 📈) - Transformers: State-of-the-art Machine Learning for.. Apache-2 +- scikit-learn (🥇52 · ⭐ 58K · 📈) - scikit-learn: machine learning in Python. BSD-3 +- XGBoost (🥇45 · ⭐ 26K · 📈) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT.. Apache-2 +- StatsModels (🥇45 · ⭐ 9.6K · 📈) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 +- Tokenizers (🥇40 · ⭐ 8.5K · 📈) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 +- Fiona (🥈38 · ⭐ 1.1K · 📈) - Fiona reads and writes geographic data files. BSD-3 +- imgaug (🥈37 · ⭐ 14K · 💀) - Image augmentation for machine learning experiments. MIT +- Coqui TTS (🥇36 · ⭐ 30K · 📈) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 +- ivy (🥈36 · ⭐ 14K · 📈) - The Unified AI Framework. Apache-2 +- YouTokenToMe (🥉23 · ⭐ 940 · 💀) - Unsupervised text tokenizer focused on computational efficiency. 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._ + +- Matplotlib (🥇48 · ⭐ 19K · 📉) - matplotlib: plotting with Python. ❗Unlicensed +- jax (🥇45 · ⭐ 28K · 📉) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 +- speechbrain (🥇38 · ⭐ 8K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 +- CuPy (🥇37 · ⭐ 7.8K · 📉) - NumPy & SciPy for GPU. MIT +- metrics (🥈35 · ⭐ 2K · 📉) - Torchmetrics - Machine learning metrics for distributed,.. Apache-2 +- TF-Agents (🥇28 · ⭐ 2.7K · 📉) - TF-Agents: A reliable, scalable and easy to use.. Apache-2 +- Pytorch Toolbelt (🥉22 · ⭐ 1.5K · 📉) - PyTorch extensions for fast R&D prototyping and.. MIT +- Vulkan Kompute (🥉21 · ⭐ 1.5K · 📉) - General purpose GPU compute framework built on Vulkan.. Apache-2 +- TimeSide (🥉19 · ⭐ 370 · 💀) - scalable audio processing framework and server written in.. ❗️AGPL-3.0 +- OpenKE (🥉13 · ⭐ 3.7K · 📉) - An Open-Source Package for Knowledge Embedding (KE). ❗Unlicensed + diff --git a/history/2024-05-16_projects.csv b/history/2024-05-16_projects.csv new file mode 100644 index 00000000..b279370c --- /dev/null +++ b/history/2024-05-16_projects.csv @@ -0,0 +1,918 @@ +,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-05-16 10:19:16.000000,2024-05-16 10:19:16,1557.0,21.0,685.0,117.0,328.0,60.0,142.0,4644.0,Benchmarks of approximate nearest neighbor libraries in Python.,104.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-05-09 17:47:27.000000,2024-05-09 17:47:27,338.0,28.0,162.0,56.0,200.0,,3.0,2191.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-05-09 17:47:33.000,2024.05.09,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-05-16 13:43:14.000000,2024-05-09 15:40:11,351.0,24.0,244.0,87.0,196.0,6.0,5.0,3456.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-05-09 15:40:21.000,2024.05.09,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-05-16 13:43:14.000000,2024-05-09 15:40:11,351.0,24.0,244.0,87.0,196.0,6.0,5.0,3456.0,Collection of database clients for python.,12.0,0,True,2024-05-09 15:40:21.000,2024.05.09,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-05-16 13:43:14.000000,2024-05-09 15:40:11,351.0,24.0,244.0,87.0,196.0,6.0,5.0,3456.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-05-09 15:40:21.000,2024.05.09,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-05-16 13:43:14.000000,2024-05-09 15:40:11,351.0,24.0,244.0,87.0,196.0,6.0,5.0,3456.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-05-09 15:40:21.000,2024.05.09,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-05-16 14:08:50.000000,2024-05-16 13:57:45,164588.0,4506.0,73916.0,7634.0,27899.0,2393.0,37268.0,185262.0,An Open Source Machine Learning Framework for Everyone.,4603.0,56,True,2024-03-09 00:23:14.000,2.16.1,193.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],376924.0,369682.0,https://pypi.org/project/tensorflow,2024-03-09 00:23:14.000,7242.0,23037029.0,24080969.0,https://anaconda.org/conda-forge/tensorflow,2024-01-30 00:38:25.304,4604826.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-05-16 12:50:06.935265,2408.0,77126241.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-05-16 14:02:48.000000,2024-05-16 13:41:45,73103.0,3464.0,21135.0,1713.0,84148.0,13942.0,28911.0,78506.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4851.0,55,True,2024-04-24 16:12:17.000,2.3.0,52.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],463383.0,447340.0,https://pypi.org/project/torch,2024-04-24 15:44:27.000,16043.0,28933536.0,29603699.0,https://anaconda.org/pytorch/pytorch,2024-04-23 12:59:17.451,21430869.0,,,,,1.0,41371.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,2024-05-16 14:23:02.000000,2024-05-16 13:32:21,15897.0,758.0,24928.0,1097.0,15714.0,1094.0,13934.0,126152.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2575.0,52,True,2024-05-06 16:09:45.000,4.40.2,141.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",174098.0,169077.0,https://pypi.org/project/transformers,2024-05-06 16:07:56.000,5021.0,27641839.0,27678067.0,https://anaconda.org/conda-forge/transformers,2024-05-07 05:35:22.641,1666528.0,,,,,1.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,2024-05-16 13:47:35.000000,2024-05-16 13:47:35,31303.0,323.0,24999.0,2141.0,17188.0,2073.0,9285.0,58309.0,scikit-learn: machine learning in Python.,3117.0,52,True,2024-04-09 20:07:22.000,1.4.2,78.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],796618.0,775248.0,https://pypi.org/project/scikit-learn,2024-05-06 16:31:43.000,21370.0,67303273.0,67891718.0,https://anaconda.org/conda-forge/scikit-learn,2024-05-07 23:17:12.106,28244948.0,,,,,1.0,953.0,2.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-05-16 14:13:10.000000,2024-05-16 04:28:44,32456.0,839.0,5024.0,348.0,10746.0,1825.0,8448.0,12519.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1631.0,50,True,2024-04-02 21:56:52.000,1.13.0,101.0,scipy,conda-forge/scipy,,,,1036314.0,995546.0,https://pypi.org/project/scipy,2024-04-02 21:41:20.000,40768.0,107178573.0,108323158.0,https://anaconda.org/conda-forge/scipy,2024-05-04 08:53:53.660,47913462.0,,,,,1.0,401644.0,,,,,,,,,,,,,,,,,,, +11,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-05-16 11:47:46.000000,2024-05-15 17:33:01,10681.0,364.0,19349.0,1909.0,7181.0,180.0,11685.0,61041.0,Deep Learning for humans.,1297.0,48,True,2024-04-26 23:21:04.000,3.3.3,98.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1304.0,,https://pypi.org/project/keras,2024-04-22 23:37:45.000,1304.0,18311863.0,18385917.0,https://anaconda.org/conda-forge/keras,2024-04-27 08:28:33.749,3480580.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,2024-05-16 05:57:27.000000,2024-05-15 14:24:51,50307.0,545.0,7412.0,594.0,17972.0,1535.0,9064.0,19373.0,matplotlib: plotting with Python.,1673.0,48,True,2024-05-15 23:51:33.000,3.9.0,124.0,matplotlib,conda-forge/matplotlib,,,,1235371.0,1191451.0,https://pypi.org/project/matplotlib,2024-05-15 23:37:04.000,43920.0,63489644.0,63990070.0,https://anaconda.org/conda-forge/matplotlib,2024-05-06 01:03:53.090,23520058.0,,,,,1.0,,-2.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,2024-05-16 12:56:00.000000,2024-05-14 16:01:21,17786.0,590.0,2123.0,220.0,4829.0,117.0,2997.0,11760.0,Python Imaging Library (Fork).,468.0,48,True,2024-04-01 12:34:53.000,10.3.0,97.0,Pillow,conda-forge/pillow,,,,1663335.0,1659088.0,https://pypi.org/project/Pillow,2024-04-01 12:17:01.000,4247.0,96961271.0,97813727.0,https://anaconda.org/conda-forge/pillow,2024-04-03 15:56:48.771,39212990.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,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-05-16 15:02:23.000000,2024-05-15 18:00:11,57644.0,486.0,4307.0,295.0,13147.0,5028.0,8737.0,12460.0,A computer algebra system written in pure Python.,1302.0,47,True,2024-03-31 22:49:13.000,1.12.1rc1,55.0,sympy,conda-forge/sympy,,,,138582.0,135560.0,https://pypi.org/project/sympy,2024-03-31 22:48:43.000,3022.0,21851857.0,21913256.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5494618.0,,,,,1.0,541404.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-05-16 14:22:16.000000,2024-05-16 11:32:01,6324.0,199.0,2800.0,314.0,4455.0,805.0,3344.0,32149.0,Streamlit A faster way to build and share data apps.,229.0,46,True,2024-05-02 17:44:20.000,1.34.0,221.0,streamlit,,,,,382567.0,380313.0,https://pypi.org/project/streamlit,2024-05-02 17:44:12.000,2254.0,4330041.0,4330041.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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-05-16 14:04:04.000000,2024-05-16 12:58:15,41038.0,1182.0,27972.0,2031.0,46589.0,199.0,,38515.0,Apache Spark Python API.,3065.0,45,True,2024-04-18 08:17:20.000,3.4.3,44.0,pyspark,conda-forge/pyspark,,,['spark'],1389.0,,https://pypi.org/project/pyspark,2024-04-18 08:17:20.000,1389.0,29194107.0,29260974.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3142769.0,,,,,1.0,,,stable/spark,,,,,,,,,,,,,,,,, +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-05-16 14:59:00.000000,2024-05-16 02:29:10,21622.0,951.0,5298.0,471.0,27607.0,3696.0,14261.0,31400.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,1016.0,45,True,2024-05-14 23:39:54.000,ray-2.22.0,105.0,ray,conda-forge/ray-tune,,,,16130.0,15442.0,https://pypi.org/project/ray,2024-05-14 23:39:50.000,688.0,4575871.0,4581138.0,https://anaconda.org/conda-forge/ray-tune,2024-04-27 07:43:08.400,215883.0,,,,,1.0,213.0,,,,,,,,,,,,,,,,,,, +18,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-05-16 14:11:37.000000,2024-05-16 05:06:45,20735.0,1294.0,2572.0,322.0,13508.0,1596.0,3854.0,28186.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",693.0,45,True,2024-05-09 23:28:46.000,jax-v0.4.28,162.0,jax,conda-forge/jaxlib,,,,26749.0,25217.0,https://pypi.org/project/jax,2024-05-09 23:23:10.000,1532.0,6684928.0,6710052.0,https://anaconda.org/conda-forge/jaxlib,2024-05-03 19:45:09.278,1180833.0,,,,,1.0,,-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,2024-05-16 11:32:12.000000,2024-05-16 11:32:12,6841.0,90.0,8665.0,912.0,5142.0,443.0,4766.0,25632.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",640.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,93064.0,91298.0,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1766.0,19284971.0,19388981.0,https://anaconda.org/conda-forge/xgboost,2024-04-18 01:21:37.436,4781272.0,,,,,1.0,8566.0,3.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-05-16 14:10:17.000000,2024-05-16 11:57:07,48345.0,1716.0,5439.0,722.0,46173.0,1859.0,17020.0,21656.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1197.0,45,True,2024-04-09 11:19:43.000,2.6.1,67.0,paddlepaddle,,,,['paddle'],5209.0,5103.0,https://pypi.org/project/paddlepaddle,2024-03-19 06:55:39.000,106.0,263787.0,263952.0,,,,,,,,1.0,15374.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-05-15 11:04:54.000000,2024-05-14 16:55:06,20493.0,105.0,4161.0,443.0,6070.0,776.0,6889.0,18884.0,"Interactive Data Visualization in the browser, from Python.",693.0,45,True,2024-04-11 21:02:24.000,3.4.1,201.0,bokeh,conda-forge/bokeh,,,,89287.0,87720.0,https://pypi.org/project/bokeh,2024-05-08 19:44:08.000,1567.0,5164456.0,5459792.0,https://anaconda.org/conda-forge/bokeh,2024-04-12 05:55:15.282,13880825.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,2024-05-15 14:24:43.000000,2024-05-14 16:08:22,15325.0,45.0,2824.0,280.0,3882.0,2780.0,2754.0,9597.0,Statsmodels: statistical modeling and econometrics in Python.,426.0,45,True,2024-04-17 08:41:57.000,0.14.2,37.0,statsmodels,conda-forge/statsmodels,,,,127575.0,123632.0,https://pypi.org/project/statsmodels,2024-04-17 08:41:57.000,3943.0,17144417.0,17422494.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,13069665.0,,,,,1.0,31.0,1.0,,,,,,,,,,,,,,,,,, +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-05-16 15:08:49.000000,2024-05-16 10:18:10,6618.0,317.0,2186.0,156.0,3722.0,509.0,3698.0,29434.0,"Wrap UIs around any model, share with anyone.",321.0,44,True,2024-05-15 22:32:26.000,4.31.3,566.0,gradio,,,,,30599.0,30048.0,https://pypi.org/project/gradio,2024-05-15 22:32:26.000,551.0,6812769.0,6812769.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-05-15 10:34:38.000000,2024-05-15 10:11:33,16131.0,15.0,4295.0,556.0,4000.0,117.0,5502.0,28873.0,Industrial-strength Natural Language Processing (NLP) in Python.,751.0,44,True,2024-02-15 19:16:59.000,3.7.4,230.0,spacy,conda-forge/spacy,,,,90483.0,88100.0,https://pypi.org/project/spacy,2024-04-22 09:55:45.000,2383.0,12322448.0,12395637.0,https://anaconda.org/conda-forge/spacy,2024-04-04 16:04:13.461,3439903.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,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-05-16 14:21:31.000000,2024-05-15 17:07:31,10284.0,120.0,3256.0,246.0,10103.0,732.0,6184.0,27064.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",945.0,44,True,2024-05-01 22:58:16.000,2.2.4,271.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],33637.0,32288.0,https://pypi.org/project/pytorch-lightning,2024-05-01 22:58:16.000,1349.0,5105912.0,5130036.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-04-12 18:53:30.868,1124025.0,,,,,2.0,7535.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,, +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-05-16 14:46:42.000000,2024-05-16 09:34:02,5845.0,431.0,3948.0,288.0,8162.0,1461.0,2424.0,17409.0,Open source platform for the machine learning lifecycle.,727.0,44,True,2024-05-09 18:07:47.000,2.12.2,97.0,mlflow,conda-forge/mlflow,,,,35901.0,35132.0,https://pypi.org/project/mlflow,2024-05-09 16:13:11.000,769.0,14103908.0,14144900.0,https://anaconda.org/conda-forge/mlflow,2024-05-10 07:49:17.766,1926652.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,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-05-13 19:25:31.000000,2024-05-13 19:25:31,6490.0,114.0,2487.0,278.0,1638.0,1509.0,1411.0,15375.0,The interactive graphing library for Python This project now includes Plotly Express!.,263.0,44,True,2024-05-01 14:04:11.000,5.22.0,298.0,plotly,conda-forge/plotly,,,,271135.0,265695.0,https://pypi.org/project/plotly,2024-05-01 14:00:07.000,5431.0,16155668.0,16286573.0,https://anaconda.org/conda-forge/plotly,2024-05-04 13:44:40.868,5788864.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,10304.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-05-15 18:03:53.000000,2024-05-15 15:05:26,7686.0,87.0,3141.0,282.0,3761.0,331.0,2988.0,14257.0,Network Analysis in Python.,718.0,44,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,,261144.0,252813.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,8331.0,53834026.0,54183680.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,15734462.0,,,,,1.0,71.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-05-16 08:14:03.000000,2024-05-15 15:27:33,8196.0,98.0,1674.0,211.0,5825.0,1061.0,4161.0,12053.0,Parallel computing with task scheduling.,600.0,44,True,2024-05-07 09:10:44.000,2024.5.0,196.0,dask,conda-forge/dask,,,,62292.0,60197.0,https://pypi.org/project/dask,2024-05-03 21:20:19.000,2095.0,8276272.0,8507741.0,https://anaconda.org/conda-forge/dask,2024-05-04 00:43:29.012,11110542.0,,,,,1.0,,,stable/dask,,,,,,,,,,,,,,,,, +30,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-05-16 13:45:04.000000,2024-05-16 13:44:13,4887.0,228.0,2040.0,1684.0,4740.0,288.0,2687.0,11768.0,WebGL2 powered visualization framework.,263.0,44,True,2024-05-10 15:36:17.000,0.9.1,655.0,pydeck,conda-forge/pydeck,,,['jupyter'],7945.0,7570.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,87.0,3542098.0,4006950.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,517266.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-05-06 07:39:07.905,288.0,454710.0,,,,,,,,,,, +31,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-05-16 07:26:47.000000,2024-05-13 02:15:10,5828.0,58.0,1630.0,192.0,4993.0,663.0,1230.0,6563.0,TensorFlows Visualization Toolkit.,319.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],236171.0,234203.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,1968.0,28734735.0,28833920.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4661729.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +32,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-05-14 20:49:09.000000,2024-05-14 18:39:29,2657.0,54.0,3172.0,240.0,864.0,822.0,1631.0,21750.0,A game theoretic approach to explain the output of any machine learning model.,239.0,43,True,2024-05-07 11:40:34.000,0.45.1,103.0,shap,conda-forge/shap,,,,18114.0,17441.0,https://pypi.org/project/shap,2024-05-07 11:40:34.000,673.0,6937609.0,7005355.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,2777599.0,,,,,1.0,,,,shap/shap,,,,,,,,,,,,,,,, +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-05-14 14:22:19.000000,2024-05-08 16:35:01,2733.0,74.0,3604.0,437.0,3214.0,315.0,2424.0,16948.0,Open standard for machine learning interoperability.,317.0,43,True,2024-03-25 15:40:18.000,1.16.0,32.0,onnx,conda-forge/onnx,,,,28571.0,27655.0,https://pypi.org/project/onnx,2024-03-25 15:25:07.000,916.0,5583932.0,5605252.0,https://anaconda.org/conda-forge/onnx,2024-03-26 22:34:37.040,989880.0,,,,,1.0,20518.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-05-16 03:35:11.000000,2024-05-16 03:35:11,3469.0,49.0,3773.0,436.0,3134.0,383.0,2966.0,16120.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",301.0,43,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,33822.0,32814.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,1008.0,7697055.0,7751904.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2298426.0,,,,,2.0,222163.0,,,,,,,,,,,,,,,,,,, +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,2024-05-10 15:09:58.000000,2024-04-25 14:36:49,3234.0,5.0,1862.0,260.0,1106.0,150.0,2367.0,12001.0,Statistical data visualization in Python.,212.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,415896.0,406455.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,9441.0,17419975.0,17605665.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,8727313.0,,,,,1.0,391.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-05-16 15:19:16.000000,2024-05-16 14:31:34,2238.0,511.0,1303.0,178.0,2598.0,545.0,683.0,11273.0,Development repository for the Triton language and compiler.,258.0,43,True,2024-04-05 02:47:42.000,2.3.0,193.0,triton,,,,,25675.0,25505.0,https://pypi.org/project/triton,2024-04-05 02:47:42.000,170.0,11933255.0,11933255.0,,,,,,,,1.0,,,,triton-lang/triton,,,,,,,,,,,,,,,, +37,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-05-15 19:22:03.000000,2024-05-15 19:22:03,7479.0,200.0,1991.0,419.0,1065.0,829.0,916.0,20605.0,Data Apps & Dashboards for Python. No JavaScript Required.,154.0,42,True,2024-05-03 17:00:38.000,2.17.0,178.0,dash,conda-forge/dash,,,,64099.0,62956.0,https://pypi.org/project/dash,2024-05-03 16:56:05.000,1143.0,2890316.0,2917610.0,https://anaconda.org/conda-forge/dash,2024-05-04 04:54:12.137,1282779.0,,,,,1.0,72.0,,,,,,,,,,,,,,,,,,, +38,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-05-16 11:34:54.000000,2024-05-10 08:33:52,3848.0,56.0,6848.0,413.0,5254.0,995.0,2375.0,15522.0,"Datasets, Transforms and Models specific to Computer Vision.",586.0,42,True,2024-04-24 16:20:12.000,0.18.0,44.0,torchvision,conda-forge/torchvision,,,['pytorch'],4859.0,21.0,https://pypi.org/project/torchvision,2024-04-24 15:47:57.000,4838.0,13265157.0,13294940.0,https://anaconda.org/conda-forge/torchvision,2024-05-16 09:07:24.923,1114947.0,,,,,1.0,37674.0,,,,,,,,,,,,,,,,,,, +39,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-05-16 14:55:24.000000,2024-05-16 05:27:45,11667.0,4196.0,976.0,59.0,1342.0,574.0,1759.0,8917.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",228.0,42,True,2024-05-16 06:18:55.000,1.37.12,804.0,litellm,,,,others,1933.0,1760.0,https://pypi.org/project/litellm,2024-05-16 06:05:45.000,173.0,581117.0,581359.0,,,,,,,,1.0,242.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,2024-05-16 15:06:40.000000,2024-05-16 03:13:29,6519.0,392.0,610.0,54.0,4529.0,815.0,2307.0,8315.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,176.0,42,True,2024-05-07 23:10:29.000,0.17.0,274.0,wandb,conda-forge/wandb,,,,46471.0,45263.0,https://pypi.org/project/wandb,2024-05-07 22:08:37.000,1208.0,13212530.0,13223404.0,https://anaconda.org/conda-forge/wandb,2024-03-25 23:14:36.046,500245.0,,,,,1.0,,,,wandb/wandb,,,,,,,,,,,,,,,, +41,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-05-16 07:34:47.000000,2024-05-14 17:31:17,13977.0,128.0,2198.0,187.0,4410.0,773.0,2074.0,5897.0,Image processing in Python.,660.0,42,False,2024-04-20 19:25:20.000,0.23.2,65.0,scikit-image,conda-forge/scikit-image,,,,186619.0,181127.0,https://pypi.org/project/scikit-image,2024-04-20 19:25:20.000,5492.0,12949104.0,13081755.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,6234642.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,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-05-16 04:37:54.000000,2024-05-16 00:34:25,2293.0,135.0,3870.0,335.0,2723.0,1067.0,1614.0,32999.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",308.0,41,True,2024-04-23 23:26:47.000,0.14.2,90.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],7180.0,7021.0,https://pypi.org/project/deepspeed,2024-04-23 23:26:47.000,159.0,530583.0,530928.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17964.0,1.0,,,,,,,,,,,,,,,,,,,, +43,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-05-16 07:02:45.732000,2024-05-15 18:06:22,2259.0,91.0,4582.0,306.0,472.0,64.0,806.0,30016.0,"PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT),..",137.0,41,True,2024-05-15 18:19:44.000,1.0.3,57.0,timm,conda-forge/timm,,,['pytorch'],29193.0,28460.0,https://pypi.org/project/timm,2024-05-15 18:16:15.000,733.0,5137454.0,5250021.0,https://anaconda.org/conda-forge/timm,2024-05-16 07:02:45.732,149494.0,,,,,1.0,6559135.0,,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,, +44,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2024-05-16 12:59:53.010507,2024-05-16 12:01:03,19819.0,753.0,2588.0,273.0,20384.0,723.0,10124.0,27252.0,"A cloud-native vector database, storage for next generation AI applications.",272.0,41,True,2024-05-14 13:00:20.000,2.4.2,95.0,pymilvus,,milvusdb/milvus,,,120.0,,https://pypi.org/project/pymilvus,2024-05-14 13:00:20.000,120.0,501008.0,770501.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-05-16 12:59:53.010507,43.0,14869325.0,1.0,218381.0,,,,,,,,,,,,,,,,,,, +45,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-05-16 13:40:26.000000,2024-05-14 06:21:19,1386.0,63.0,2322.0,132.0,418.0,1049.0,929.0,13964.0,Multilingual Sentence & Image Embeddings with BERT.,159.0,41,True,2024-04-17 13:16:06.000,2.7.0,51.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],34057.0,32829.0,https://pypi.org/project/sentence-transformers,2024-04-17 13:15:42.000,1228.0,4268794.0,4274390.0,https://anaconda.org/conda-forge/sentence-transformers,2024-04-17 14:59:51.983,246267.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,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-05-14 23:19:34.000000,2024-05-13 17:24:06,9263.0,76.0,1145.0,140.0,5443.0,214.0,4415.0,13191.0,ML Experiments and Data Management with Git.,296.0,41,True,2024-05-13 17:26:59.000,3.50.2,524.0,dvc,conda-forge/dvc,,,,15161.0,15046.0,https://pypi.org/project/dvc,2024-05-13 17:26:59.000,115.0,506037.0,548572.0,https://anaconda.org/conda-forge/dvc,2024-05-14 07:22:35.709,1851574.0,,,,,1.0,40829.0,,,,,,,,,dvc,dvc,dvc,,,,,,,, +47,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-05-12 00:07:37.000000,2024-05-12 00:07:36,8263.0,26.0,3321.0,478.0,705.0,53.0,2142.0,13081.0,A toolkit for making real world machine learning and data analysis applications in C++.,195.0,41,False,2024-04-03 23:33:43.000,19.24.4,37.0,dlib,conda-forge/dlib,,,,27298.0,27098.0,https://pypi.org/project/dlib,2024-04-03 23:33:43.000,200.0,496040.0,511144.0,https://anaconda.org/conda-forge/dlib,2024-04-04 08:17:12.401,698789.0,,,,,2.0,25434.0,,,,,,,,,,,,,,,,,,, +48,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-04-19 08:49:48.000000,2024-04-05 06:11:40,14511.0,2.0,2821.0,465.0,1456.0,272.0,1516.0,13080.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,41,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,277975.0,273840.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,4135.0,21773356.0,21800569.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2530821.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +49,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-05-15 10:18:31.000000,2024-05-15 05:03:08,3663.0,41.0,765.0,141.0,1361.0,166.0,1779.0,8968.0,Declarative statistical visualization library for Python.,163.0,41,True,2024-03-30 15:36:52.000,5.3.0,40.0,altair,conda-forge/altair,,,,131620.0,130865.0,https://pypi.org/project/altair,2024-03-30 15:24:57.000,755.0,23963580.0,24040756.0,https://anaconda.org/conda-forge/altair,2024-03-30 18:57:22.082,2238098.0,,,,,1.0,123.0,,,vega/altair,,,,,,,,,,,,,,,, +50,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-05-16 15:11:47.000000,2024-05-16 12:29:19,9870.0,114.0,1928.0,225.0,3933.0,278.0,3018.0,8202.0,Bayesian Modeling and Probabilistic Programming in Python.,490.0,41,True,2024-05-13 14:33:39.000,5.15.0,84.0,pymc3,conda-forge/pymc3,,,,3470.0,3279.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,191.0,850456.0,856637.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,561032.0,,,,,1.0,1939.0,,,,,,,,,,,,,,,,,,, +51,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2024-05-16 11:33:37.000000,2024-05-16 11:33:33,47917.0,488.0,1148.0,192.0,387.0,507.0,1757.0,7776.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1233.0,41,True,2024-04-18 20:19:33.000,1.2.5,111.0,catboost,conda-forge/catboost,,,,399.0,13.0,https://pypi.org/project/catboost,2024-04-18 18:24:32.000,386.0,2010447.0,2049251.0,https://anaconda.org/conda-forge/catboost,2024-04-18 20:39:24.300,1498657.0,,,,,2.0,249794.0,,,,,,,,,,,,,,,,,,, +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,2024-05-02 16:09:06.000000,2023-01-30 18:15:21,1757.0,,8557.0,1062.0,1452.0,92.0,1721.0,33967.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,,,,54700.0,53197.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1503.0,443121.0,448804.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,278470.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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-04-27 22:14:28.000000,2024-04-27 22:14:00,2765.0,18.0,7515.0,610.0,2225.0,216.0,1589.0,25683.0,The fastai deep learning library.,667.0,40,True,2024-04-27 22:14:28.000,2.7.15,149.0,fastai,,,,['pytorch'],17548.0,17259.0,https://pypi.org/project/fastai,2024-04-27 22:14:28.000,289.0,367058.0,367058.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +54,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-05-07 12:46:18.000000,2024-03-21 15:05:22,32610.0,16.0,4534.0,350.0,6359.0,117.0,6642.0,18041.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,40,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4203.0,4144.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,59.0,112808.0,112808.0,,,,,,,,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,2024-05-13 19:55:41.000000,2024-04-28 11:51:15,1194.0,11.0,2197.0,238.0,555.0,139.0,1136.0,11988.0,Download market data from Yahoo! Finances API.,110.0,40,True,2024-04-16 21:20:42.000,0.2.38,110.0,yfinance,ranaroussi/yfinance,,,,38641.0,38100.0,https://pypi.org/project/yfinance,2024-04-16 21:20:42.000,541.0,1485440.0,1488096.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,90322.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,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-05-06 09:49:39.000000,2024-05-06 09:49:38,1773.0,14.0,726.0,120.0,586.0,81.0,874.0,8512.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,40,True,2024-04-17 21:37:50.000,0.19.1,95.0,tokenizers,conda-forge/tokenizers,,,,77620.0,76881.0,https://pypi.org/project/tokenizers,2024-04-17 21:36:02.000,739.0,25862379.0,25897410.0,https://anaconda.org/conda-forge/tokenizers,2024-04-18 01:39:43.525,1611462.0,,,,,1.0,47.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-05-16 15:12:37.000000,2024-05-16 12:09:58,1433.0,144.0,809.0,96.0,1384.0,135.0,1274.0,7082.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",252.0,40,True,2024-05-10 17:47:54.000,0.30.1,51.0,accelerate,conda-forge/accelerate,,,['pytorch'],37253.0,36160.0,https://pypi.org/project/accelerate,2024-05-10 17:41:43.000,1093.0,9020564.0,9024846.0,https://anaconda.org/conda-forge/accelerate,2024-05-11 15:02:26.384,132760.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,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-05-07 16:37:16.000000,2024-05-07 16:32:35,1851.0,70.0,2208.0,164.0,847.0,87.0,1014.0,6705.0,Python Data. Leaflet.js Maps.,166.0,40,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,38023.0,37386.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,637.0,1231440.0,1299181.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2709655.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +59,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-05-16 14:41:58.000000,2024-05-15 14:01:40,1940.0,57.0,895.0,105.0,1606.0,436.0,1221.0,4220.0,Python tools for geographic data.,223.0,40,True,2024-04-28 13:49:29.000,0.14.4,54.0,geopandas,conda-forge/geopandas,,,['pandas'],37491.0,35086.0,https://pypi.org/project/geopandas,2024-04-28 13:49:24.000,2405.0,6258908.0,6335240.0,https://anaconda.org/conda-forge/geopandas,2024-04-28 20:22:12.956,3586384.0,,,,,1.0,2534.0,,,,,,,,,,,,,,,,,,, +60,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-05-15 19:52:14.000000,2024-05-15 19:52:10,6283.0,106.0,1512.0,106.0,4259.0,676.0,720.0,4201.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",306.0,40,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],17895.0,17591.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,304.0,4285952.0,4286761.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,29132.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +61,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-05-16 06:42:10.000000,2024-05-16 02:18:16,3675.0,162.0,1091.0,136.0,3037.0,290.0,1190.0,2049.0,A library for training and deploying machine learning models on Amazon SageMaker.,438.0,40,True,2024-05-15 19:45:17.000,2.220.0,586.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",4085.0,3953.0,https://pypi.org/project/sagemaker,2024-05-15 19:45:17.000,132.0,25991429.0,26008666.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-05-16 02:58:34.789,775695.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +62,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-05-16 11:26:19.000000,2024-05-08 06:53:19,5758.0,68.0,710.0,54.0,5002.0,1519.0,2330.0,1544.0,A distributed task scheduler for Dask.,324.0,40,True,2024-05-03 21:20:23.000,2024.5.0,228.0,distributed,conda-forge/distributed,,,,35075.0,34337.0,https://pypi.org/project/distributed,2024-05-03 21:20:23.000,738.0,3828072.0,4111768.0,https://anaconda.org/conda-forge/distributed,2024-05-03 22:43:44.576,13617412.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-05-16 05:26:09.000000,2024-05-16 00:53:30,1095.0,76.0,3409.0,477.0,971.0,452.0,1935.0,28499.0,A library for efficient similarity search and clustering of dense vectors.,173.0,39,True,2024-05-14 13:00:20.000,2.4.2,95.0,pymilvus,conda-forge/faiss,,,,3761.0,3641.0,https://pypi.org/project/pymilvus,2024-05-14 13:00:20.000,120.0,501008.0,525399.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1170798.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-05-16 11:00:01.190646,2024-05-16 10:39:34,8540.0,26.0,2187.0,208.0,4174.0,22.0,1925.0,20171.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2024-04-10 14:42:19.000,3.25.1,2461.0,jina,conda-forge/jina-core,jinaai/jina,,,1750.0,1723.0,https://pypi.org/project/jina,2024-04-10 14:39:06.000,27.0,38298.0,65886.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,63023.0,https://hub.docker.com/r/jinaai/jina,2024-05-16 11:00:01.190646,8.0,1306582.0,2.0,,,,,,,,,,,,,,,,,,,, +65,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-04-24 11:04:13.000000,2024-04-08 03:19:54,4515.0,3.0,4346.0,435.0,1691.0,382.0,1452.0,15289.0,Topic Modelling for Humans.,451.0,39,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,60704.0,59403.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,1301.0,5512228.0,5545225.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1252241.0,,,,,1.0,4556.0,,,piskvorky/gensim,,,,,,,,,,,,,,,, +66,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-05-15 15:53:54.000000,2024-05-03 17:11:18,5942.0,52.0,2064.0,202.0,1190.0,83.0,2188.0,13596.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,261.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3372.0,3243.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,129.0,208339.0,208866.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,24287.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-05-15 13:25:14.000000,2024-05-15 13:25:14,17606.0,446.0,952.0,117.0,3513.0,102.0,1535.0,9754.0,A hyperparameter optimization framework.,263.0,39,False,2024-04-01 06:04:15.000,3.6.1,64.0,optuna,conda-forge/optuna,,,,15283.0,14462.0,https://pypi.org/project/optuna,2024-04-01 06:04:15.000,821.0,2548223.0,2568416.0,https://anaconda.org/conda-forge/optuna,2024-03-29 06:40:40.525,949083.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-05-16 14:56:42.000000,2024-05-10 03:41:21,4507.0,224.0,1285.0,103.0,3742.0,821.0,1456.0,7455.0,A unified framework for machine learning with time series.,357.0,39,True,2024-05-01 13:08:23.000,0.29.0,67.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2755.0,2646.0,https://pypi.org/project/sktime,2024-05-01 13:08:23.000,109.0,920982.0,949001.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-05-04 19:43:57.141,952621.0,,,,,1.0,91.0,,,sktime/sktime,,,,,,,,,,,,,,,, +69,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-05-16 13:01:52.000000,2024-05-16 13:01:46,4423.0,226.0,593.0,84.0,2364.0,221.0,705.0,5562.0,Flax is a neural network library for JAX that is designed for flexibility.,220.0,39,True,2024-04-30 09:57:17.000,0.8.3,44.0,flax,conda-forge/flax,,,['jax'],7721.0,7330.0,https://pypi.org/project/flax,2024-04-30 09:57:17.000,391.0,4185346.0,4186627.0,https://anaconda.org/conda-forge/flax,2024-04-30 18:49:11.574,48653.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +70,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-05-15 23:37:39.000000,2024-05-14 08:55:08,2267.0,20.0,555.0,88.0,821.0,272.0,918.0,3692.0,Manipulation and analysis of geometric objects.,153.0,39,True,2024-04-16 22:26:21.000,2.0.4,123.0,shapely,conda-forge/shapely,,,,71308.0,68770.0,https://pypi.org/project/shapely,2024-04-16 22:26:21.000,2538.0,24780724.0,24987490.0,https://anaconda.org/conda-forge/shapely,2024-04-17 10:26:25.080,9299685.0,,,,,2.0,3332.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,2024-05-16 13:32:12.000000,2024-05-15 19:01:02,17968.0,116.0,1286.0,83.0,7831.0,530.0,4288.0,2566.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,370.0,39,True,2024-04-19 18:04:01.000,1.7.0,78.0,mne,conda-forge/mne,,,,4180.0,3835.0,https://pypi.org/project/mne,2024-04-19 18:04:01.000,345.0,115921.0,123477.0,https://anaconda.org/conda-forge/mne,2024-04-19 20:25:11.111,362696.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,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-05-16 13:21:07.000000,2024-05-16 07:32:24,6165.0,31.0,7230.0,429.0,2897.0,1207.0,7963.0,38977.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",195.0,38,True,2024-03-29 09:49:07.000,2.7.5,44.0,paddleocr,,,,['paddle'],2631.0,2585.0,https://pypi.org/project/paddleocr,2024-03-29 09:49:07.000,46.0,169608.0,169608.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,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-05-16 12:34:03.000000,2024-02-05 13:23:18,2706.0,,9204.0,369.0,3140.0,1566.0,6664.0,28003.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,38,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2552.0,2488.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,64.0,206858.0,206858.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-05-16 13:48:45.000000,2024-05-16 13:48:45,35303.0,404.0,12994.0,945.0,24787.0,1187.0,,23248.0,Apache Flink Python API.,1858.0,38,True,2024-01-15 16:28:13.000,1.18.1,47.0,apache-flink,,,,,45.0,21.0,https://pypi.org/project/apache-flink,2024-03-15 08:32:38.000,24.0,76696.0,76696.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,,6813.0,1069.0,11124.0,1805.0,7758.0,20724.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'],7389.0,7267.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,116.0,595657.0,596076.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10762.0,,,,,2.0,26891.0,,,apache/mxnet,,,,,,,,,6.0,,,,,,, +76,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-05-15 20:58:33.000000,2024-05-13 13:31:41,7520.0,139.0,3535.0,255.0,2987.0,960.0,2608.0,20264.0,Graph Neural Network Library for PyTorch.,494.0,38,True,2024-04-19 11:59:51.000,2.5.3,44.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],243.0,,https://pypi.org/project/torch-geometric,2024-04-19 11:59:51.000,243.0,287839.0,288739.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-05-04 18:04:48.733,41407.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,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-05-15 21:20:21.000000,2024-05-15 03:36:24,880.0,86.0,1593.0,129.0,777.0,426.0,514.0,13495.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,142.0,38,True,2024-05-14 00:43:00.000,1.4.7,61.0,albumentations,conda-forge/albumentations,,,['pytorch'],23893.0,23386.0,https://pypi.org/project/albumentations,2024-05-04 05:34:03.000,507.0,2137325.0,2140891.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,164071.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-05-16 09:34:52.000000,2024-05-16 06:52:19,4106.0,163.0,2963.0,168.0,4714.0,512.0,2290.0,13050.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",289.0,38,True,2024-05-13 01:10:39.000,2.2.1,453.0,dgl,,,,,365.0,238.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,127.0,101155.0,101155.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-05-15 08:14:23.000000,2024-04-12 16:27:53,4816.0,44.0,4965.0,383.0,701.0,603.0,1344.0,12309.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,38,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1528.0,1359.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,169.0,203731.0,243027.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,198731.0,,,,,1.0,3762152.0,,,,,,,,,,,,,,,,,,, +80,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2024-05-16 05:33:39.000000,2024-05-07 19:29:08,1444.0,69.0,1630.0,150.0,782.0,216.0,561.0,12099.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,123.0,38,True,2024-05-07 19:57:59.000,4.8.3,61.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",3327.0,3145.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,182.0,756218.0,760846.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,430405.0,,,,,2.0,96.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +81,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,,2511.0,541.0,4118.0,685.0,2087.0,9855.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15210.0,15038.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,568774.0,594376.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2406649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +82,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2024-05-10 05:50:45.000000,2024-05-10 05:50:45,953.0,28.0,1116.0,123.0,287.0,25.0,696.0,9587.0,Unsupervised text tokenizer for Neural Network-based text generation.,87.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,66279.0,64751.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1528.0,22373489.0,22391151.0,https://anaconda.org/conda-forge/sentencepiece,2024-03-19 05:24:18.341,787931.0,,,,,1.0,36899.0,,,,,,,,,,,,,,,,,,, +83,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-05-16 12:33:16.000000,2024-05-16 07:51:37,2737.0,63.0,937.0,129.0,1859.0,269.0,636.0,9463.0,Geometric Computer Vision Library for Spatial AI.,261.0,38,True,2024-03-14 09:18:15.000,0.7.2,39.0,kornia,conda-forge/kornia,,,['pytorch'],10005.0,9766.0,https://pypi.org/project/kornia,2024-03-14 09:18:15.000,239.0,1461722.0,1464743.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,123237.0,,,,,1.0,1104.0,,,,,,,,,,,,,,,,,,, +84,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-05-03 20:31:35.000000,2024-04-28 18:44:58,5223.0,69.0,1723.0,131.0,992.0,350.0,1933.0,8492.0,"An open-source, low-code machine learning library in Python.",136.0,38,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,5699.0,5669.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,30.0,364580.0,365605.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,45455.0,,,,,2.0,694.0,,,,,,,,,,,,,,,,,,, +85,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-05-16 13:44:35.000000,2024-05-16 07:59:14,9813.0,147.0,1279.0,129.0,1200.0,124.0,947.0,7970.0,A PyTorch-based Speech Toolkit.,234.0,38,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1882.0,1851.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,3094498.0,3094498.0,,,,,,,,1.0,,-1.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,2024-05-16 06:41:12.000000,2024-05-08 14:39:44,21235.0,410.0,2100.0,175.0,3282.0,310.0,2067.0,7933.0,End-to-End Speech Processing Toolkit.,425.0,38,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,337.0,325.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,73934.0,73935.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +87,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-05-15 18:29:05.000000,2024-05-15 18:29:03,12139.0,58.0,1075.0,164.0,463.0,669.0,746.0,4139.0,Probabilistic reasoning and statistical analysis in TensorFlow.,493.0,38,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],562.0,,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,562.0,3939030.0,3942271.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,126422.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +88,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2024-05-16 13:09:34.000000,2024-05-16 13:09:33,10756.0,49.0,394.0,60.0,2983.0,1095.0,2171.0,2632.0,"With Holoviews, your data visualizes itself.",141.0,38,True,2024-03-22 00:10:16.630,3.0.2,160.0,holoviews,conda-forge/holoviews,,,['jupyter'],10782.0,10421.0,https://pypi.org/project/holoviews,2024-04-23 15:48:47.000,356.0,440366.0,474212.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1578750.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-03-22 00:10:16.630,5.0,256.0,,,,,,,,,,, +89,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2024-05-16 13:00:35.000000,2024-05-03 08:55:51,1404.0,124.0,433.0,58.0,1357.0,141.0,675.0,1720.0,The official Python client for the Huggingface Hub.,161.0,38,True,2024-05-02 12:46:42.000,0.23.0,109.0,huggingface_hub,conda-forge/huggingface_hub,,,,1207.0,,https://pypi.org/project/huggingface_hub,2024-05-02 12:46:34.000,1207.0,34668991.0,34713581.0,https://anaconda.org/conda-forge/huggingface_hub,2024-05-03 19:11:46.697,1739017.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +90,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-05-13 22:24:55.000000,2024-05-13 22:24:51,1523.0,43.0,199.0,47.0,564.0,32.0,756.0,1128.0,Fiona reads and writes geographic data files.,73.0,38,True,2024-03-08 16:14:09.000,1.9.6,112.0,fiona,conda-forge/fiona,,,,20149.0,19956.0,https://pypi.org/project/fiona,2024-04-16 20:38:29.000,193.0,6271485.0,6390870.0,https://anaconda.org/conda-forge/fiona,2024-03-08 21:09:14.732,5491750.0,,,,,2.0,,1.0,,,,,,,,,,,,,,,,,, +91,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-03-18 00:28:14.000000,2020-02-15 08:33:35,523.0,,6704.0,1285.0,166.0,670.0,226.0,32517.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,,,,29071.0,28312.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,759.0,955361.0,957163.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,153237.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +92,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-04-06 08:14:32.000000,2020-06-01 14:58:26,2913.0,,2413.0,233.0,338.0,300.0,224.0,14178.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,,,,20013.0,19762.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,251.0,442073.0,444711.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,155671.0,,,,,2.0,,1.0,,,,,,,,,,,,,,,,,, +93,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-05-07 14:51:33.000000,2023-07-11 16:23:35,1095.0,,1519.0,255.0,670.0,415.0,1047.0,11872.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,39296.0,38505.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,791.0,1087194.0,1090136.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,241291.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +94,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-05-15 05:58:01.000000,2024-05-14 07:47:39,1448.0,214.0,1811.0,135.0,196.0,4.0,1028.0,10257.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",61.0,37,True,2024-05-02 07:29:37.000,0.0.91,90.0,deepface,,,,,3155.0,3122.0,https://pypi.org/project/deepface,2024-05-02 07:27:16.000,33.0,63115.0,63115.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-05-16 15:06:48.000000,2024-05-16 07:15:10,29376.0,2449.0,1976.0,197.0,5345.0,30.0,3380.0,9285.0,Perform data science on data that remains in someone elses server.,510.0,37,True,2024-04-03 12:17:16.000,0.8.6,280.0,syft,,,,['pytorch'],4.0,1.0,https://pypi.org/project/syft,2024-04-28 12:46:46.000,3.0,10340.0,10618.0,,,,,,,,1.0,2506.0,,,,,,,,,,,,,,,,,,, +96,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-05-13 21:42:50.000000,2024-05-07 16:35:27,583.0,13.0,1139.0,263.0,174.0,109.0,169.0,8968.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,38870.0,38536.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,334.0,1094974.0,1097636.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,247612.0,,,,,1.0,117.0,,,,,,,,,,,,,,,,,,, +97,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-05-15 20:56:05.000000,2024-05-13 00:42:32,28479.0,180.0,771.0,127.0,6153.0,574.0,1664.0,7830.0,NumPy & SciPy for GPU.,364.0,37,True,2024-04-19 07:40:12.000,13.1.0,139.0,cupy,conda-forge/cupy,cupy/cupy,,,2257.0,2043.0,https://pypi.org/project/cupy,2024-04-19 04:17:35.000,214.0,23713.0,101314.0,https://anaconda.org/conda-forge/cupy,2024-04-29 17:22:48.759,3561250.0,https://hub.docker.com/r/cupy/cupy,2024-04-19 07:42:49.196765,11.0,62293.0,1.0,173909.0,-1.0,,,,,,,,,,,,,,,,,, +98,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-05-16 07:57:04.000000,2024-05-15 15:56:12,10464.0,207.0,1621.0,147.0,2294.0,585.0,1235.0,5164.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",240.0,37,True,2024-04-03 16:21:23.000,2.8.0,853.0,deepchem,conda-forge/deepchem,,,['tensorflow'],381.0,368.0,https://pypi.org/project/deepchem,2024-05-15 16:36:42.000,13.0,29142.0,31402.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,106221.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,2024-05-16 13:47:45.000000,2024-05-13 16:56:56,4028.0,117.0,1072.0,151.0,1635.0,393.0,884.0,3705.0,Fast data visualization and GUI tools for scientific / engineering applications.,279.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,10389.0,9471.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,918.0,229315.0,240665.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,533454.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +100,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-05-10 14:45:40.000000,2024-05-10 14:45:37,3850.0,23.0,523.0,147.0,1157.0,143.0,1639.0,2141.0,Rasterio reads and writes geospatial raster datasets.,157.0,37,True,2024-04-12 18:29:54.000,1.3.10,157.0,rasterio,conda-forge/rasterio,,,,12652.0,11428.0,https://pypi.org/project/rasterio,2024-04-16 21:46:35.000,1224.0,2658907.0,2732886.0,https://anaconda.org/conda-forge/rasterio,2024-04-13 12:29:45.854,2958868.0,,,,,2.0,862.0,,,,,,,,,,,,,,,,,,, +101,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,30.0,209.0,32.0,47.0,13.0,166.0,1575.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,67881.0,65561.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2320.0,11110272.0,11110800.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,44895.0,,,,,2.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-05-14 17:21:53.000000,2024-05-11 06:28:19,1530.0,9.0,285.0,31.0,487.0,105.0,495.0,1415.0,Python library for reading and writing image data.,111.0,37,True,2024-04-22 02:22:40.000,2.34.1,91.0,imageio,conda-forge/imageio,,,,128480.0,126313.0,https://pypi.org/project/imageio,2024-04-22 02:22:35.000,2167.0,22304701.0,22442400.0,https://anaconda.org/conda-forge/imageio,2024-04-22 04:44:13.491,6333492.0,,,,,2.0,1049.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-05-15 12:33:24.000000,2024-05-15 07:13:58,10283.0,63.0,549.0,68.0,2398.0,296.0,1760.0,1113.0,Machine learning for NeuroImaging in Python.,235.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3418.0,3146.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,272.0,64802.0,71207.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,268866.0,,,,,1.0,163.0,,,,,,,,,,,,,,,,,,, +104,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-05-10 15:50:50.000000,2024-02-10 14:20:58,4668.0,,3482.0,263.0,730.0,74.0,953.0,29862.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",164.0,36,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1277.0,1231.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,46.0,128216.0,185808.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,11597.0,,,,,1.0,2174302.0,1.0,,,,,,,,,,,,,,,,,, +105,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-05-15 06:40:00.000000,2024-05-08 07:52:03,2292.0,9.0,5171.0,502.0,159.0,1076.0,1357.0,21478.0,State-of-the-art 2D and 3D Face Analysis Project.,60.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],2132.0,2112.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,20.0,385502.0,627675.0,,,,,,,,2.0,3148252.0,,,,,,,,,,,,,,,,,,, +106,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-03-27 09:20:02.000000,2024-03-03 06:50:21,1649.0,2.0,2830.0,378.0,458.0,14.0,1852.0,14495.0,Python Echarts Plotting Library.,42.0,36,True,2024-03-03 07:03:55.000,2.0.5,73.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4292.0,4104.0,https://pypi.org/project/pyecharts,2024-03-03 07:02:08.000,188.0,178663.0,178666.0,,,,,,,,2.0,45.0,,,,,,,,,,,,,,,,,,, +107,ivy,unifyai/ivy,ml-frameworks,,https://github.com/unifyai/ivy,https://github.com/unifyai/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-05-16 13:47:11.000000,2024-05-16 13:47:07,18266.0,574.0,5865.0,70.0,11677.0,1020.0,15930.0,14024.0,The Unified AI Framework.,1472.0,36,True,2023-06-29 19:33:01.167,0.0.0,116.0,ivy,,,,,12.0,,https://pypi.org/project/ivy,2024-03-15 11:49:07.000,12.0,1126.0,1126.0,,,,,,,,2.0,,1.0,,,,,,,,,,,,,,,,,, +108,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-05-16 13:40:06.000000,2024-05-15 21:58:41,3387.0,274.0,1639.0,126.0,3674.0,190.0,3065.0,13878.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",242.0,36,True,2024-05-16 13:40:34.000,2.1.2,96.0,haystack,,,,,255.0,250.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,4329.0,4329.0,,,,,,,,2.0,24.0,,,,,,,,,,,,,,,,,,, +109,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-05-16 14:36:58.000000,2024-05-15 05:45:46,6212.0,77.0,3401.0,242.0,1583.0,1076.0,4079.0,10582.0,Open-source simulator for autonomous driving research.,187.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,716.0,709.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,12501.0,12501.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +110,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-05-16 14:12:50.000000,2024-05-16 04:57:22,6479.0,348.0,2087.0,189.0,6483.0,126.0,2020.0,10212.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",310.0,36,True,2024-02-28 06:18:16.000,1.23.0,72.0,nemo-toolkit,,,,['pytorch'],31.0,21.0,https://pypi.org/project/nemo-toolkit,2024-02-28 05:27:18.000,10.0,51319.0,54366.0,,,,,,,,2.0,170669.0,,,,,,,,,,,,,,,,,,, +111,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-05-14 10:01:38.000000,2024-05-13 15:59:31,20234.0,955.0,495.0,53.0,2944.0,487.0,1008.0,6775.0,"Visualize, create, and debug image and video datasets and model predictions.",122.0,36,True,2024-04-15 21:52:17.000,0.23.8,142.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",581.0,569.0,https://pypi.org/project/fiftyone,2024-04-15 21:52:17.000,12.0,62052.0,62052.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +112,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-04-01 18:07:01.000000,2024-04-01 11:19:59,863.0,8.0,1275.0,141.0,499.0,41.0,555.0,6714.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,36,True,2024-03-31 19:38:20.000,0.12.2,36.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],27604.0,27219.0,https://pypi.org/project/imbalanced-learn,2024-03-31 19:27:16.000,385.0,11105892.0,11117801.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-03-31 19:50:51.503,559736.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-05-14 09:05:03.000000,2023-12-31 11:04:55,953.0,,796.0,87.0,204.0,115.0,657.0,4202.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,36,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,400290.0,391007.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,9283.0,13927062.0,13927062.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +114,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-05-10 20:16:43.000000,2024-05-10 19:47:30,2343.0,104.0,205.0,64.0,133.0,67.0,564.0,3842.0,A Grammar of Graphics for Python.,107.0,36,True,2024-05-10 08:15:43.000,0.13.6,27.0,plotnine,conda-forge/plotnine,,,,7864.0,7599.0,https://pypi.org/project/plotnine,2024-05-09 20:44:49.000,265.0,3087989.0,3095617.0,https://anaconda.org/conda-forge/plotnine,2024-05-10 08:18:51.149,358541.0,,,,,2.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-05-16 02:59:26.000000,2024-05-02 08:02:26,8512.0,52.0,698.0,100.0,13184.0,52.0,829.0,3713.0,State of the Art Natural Language Processing.,112.0,36,True,2024-04-05 17:44:10.000,5.3.3,141.0,spark-nlp,,,,['spark'],464.0,428.0,https://pypi.org/project/spark-nlp,2024-04-05 16:57:09.000,36.0,4096900.0,4096900.0,,,,,,,,2.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-05-14 19:20:12.000000,2024-04-23 07:20:16,5324.0,10.0,274.0,79.0,791.0,20.0,124.0,2798.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,36,True,2024-04-19 11:40:18.000,9.0.0,234.0,thinc,conda-forge/thinc,,,,47077.0,46952.0,https://pypi.org/project/thinc,2024-04-19 11:39:47.000,125.0,9636947.0,9694875.0,https://anaconda.org/conda-forge/thinc,2024-05-11 21:24:32.807,2780568.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +117,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-05-16 11:53:29.000000,2024-05-16 01:09:19,4381.0,264.0,435.0,36.0,3250.0,550.0,1076.0,2389.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,159.0,36,True,2024-05-14 09:37:23.000,0.43.8,94.0,pyvista,conda-forge/pyvista,,,['jupyter'],3414.0,2942.0,https://pypi.org/project/pyvista,2024-05-14 09:37:23.000,472.0,266565.0,276659.0,https://anaconda.org/conda-forge/pyvista,2024-05-14 14:55:18.741,473981.0,,,,,2.0,796.0,,,,,,,,,,,,,,,,,,, +118,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-05-16 15:25:20.000000,2024-05-16 13:13:31,4164.0,220.0,539.0,45.0,4497.0,287.0,962.0,2131.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,167.0,36,True,2024-05-06 23:38:06.000,0.36.0,57.0,pennylane,conda-forge/pennylane,,,,981.0,879.0,https://pypi.org/project/pennylane,2024-05-06 23:38:06.000,102.0,62418.0,63980.0,https://anaconda.org/conda-forge/pennylane,2024-05-07 13:17:23.986,46850.0,,,,,1.0,78.0,,,,,,,,,,,,,,,,,,, +119,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-05-10 09:11:35.000000,2024-05-10 09:11:35,1542.0,18.0,372.0,47.0,1491.0,175.0,678.0,1535.0,Exploratory analysis of Bayesian models with Python.,158.0,36,True,2024-04-05 08:50:12.000,0.18.0,37.0,arviz,conda-forge/arviz,,,,6777.0,6494.0,https://pypi.org/project/arviz,2024-04-05 08:50:12.000,283.0,2121512.0,2165630.0,https://anaconda.org/conda-forge/arviz,2024-04-08 15:25:03.090,2117602.0,,,,,1.0,136.0,,,,,,,,,,,,,,,,,,, +120,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-05-06 13:09:16.000000,2024-05-06 13:09:16,5858.0,92.0,257.0,37.0,806.0,128.0,403.0,627.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,19905.0,18882.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1023.0,502978.0,517968.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,704538.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +121,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-05-15 04:52:24.000000,2024-03-13 13:24:17,2322.0,2.0,6244.0,420.0,1334.0,1243.0,3042.0,29395.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3233.0,3124.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,109.0,293558.0,294990.0,https://anaconda.org/conda-forge/fairseq,2023-12-03 20:00:06.516,65716.0,,,,,2.0,333.0,,,,,,,,,,,,,,,,,,, +122,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-03-27 11:25:38.000000,2023-09-04 11:42:16,615.0,,2940.0,305.0,246.0,382.0,588.0,22191.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,6525.0,6356.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,169.0,238172.0,471408.0,,,,,,,,1.0,10962130.0,,,,,,,,,,,,,,,,,,, +123,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-05-16 04:55:28.000000,2024-05-01 02:28:51,8867.0,48.0,2994.0,270.0,1245.0,156.0,682.0,18109.0,Best Practices on Recommendation Systems.,131.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,112.0,108.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,23828.0,23835.0,,,,,,,,1.0,490.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +124,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-03-27 20:19:41.000000,2024-03-25 12:37:43,1333.0,1.0,2213.0,333.0,1588.0,387.0,1858.0,13987.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1169.0,1140.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,29.0,66046.0,66046.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,, +125,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,,4403.0,546.0,716.0,402.0,1272.0,13910.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,,,,,5746.0,5728.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,32899.0,32899.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +126,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-05-02 09:05:39.790000,2023-08-20 17:38:53,890.0,,1142.0,316.0,267.0,56.0,343.0,12761.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,,,,4038.0,3854.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,184.0,1275899.0,1285190.0,https://anaconda.org/conda-forge/python-annoy,2024-05-02 09:05:39.790,408825.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,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,,2243.0,279.0,3096.0,91.0,2477.0,11701.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4180.0,4055.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,50847.0,52774.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,125286.0,,,,,2.0,63.0,,,,,,,,,,,,,,,,,,, +128,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-05-15 23:38:28.000000,2024-04-22 23:01:37,2591.0,51.0,631.0,100.0,471.0,578.0,1228.0,8972.0,An open source multi-tool for exploring and publishing data.,78.0,35,True,2023-12-22 23:22:42.000,0.64.6,147.0,datasette,conda-forge/datasette,,,,1649.0,1255.0,https://pypi.org/project/datasette,2024-03-13 02:20:24.000,394.0,40561.0,41467.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,33487.0,,,,,2.0,64.0,,,,,,,,,datasette,,,,,,,,,, +129,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-05-07 12:29:37.000000,2022-12-08 17:49:19,746.0,,1002.0,135.0,229.0,352.0,272.0,8397.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,,,,58104.0,56993.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1111.0,4628610.0,4630035.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,92685.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,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-05-06 02:00:59.322000,2024-05-05 04:04:50,542.0,55.0,2370.0,283.0,153.0,319.0,318.0,8072.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",50.0,35,True,2024-05-05 04:42:09.000,3.10.4,59.0,SpeechRecognition,conda-forge/speechrecognition,,,,505.0,21.0,https://pypi.org/project/SpeechRecognition,2024-05-05 04:36:10.000,484.0,771743.0,775787.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,181983.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,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-05-16 14:41:20.000000,2024-05-13 14:53:52,32443.0,91.0,1988.0,384.0,6814.0,2750.0,6599.0,6746.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",264.0,35,True,,,152.0,h2o,,,,,65.0,21.0,https://pypi.org/project/h2o,2024-05-13 17:04:43.000,44.0,309853.0,309853.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,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-05-16 09:40:43.000000,2024-05-16 09:20:07,3090.0,167.0,740.0,73.0,3454.0,229.0,817.0,6602.0,"The most flexible way to serve AI/ML models in production - Build Model Inference Service, LLM APIs, Inference..",199.0,35,True,2024-05-16 09:39:50.000,1.2.16,147.0,bentoml,,,,,1811.0,1788.0,https://pypi.org/project/bentoml,2024-05-16 09:40:43.000,23.0,96823.0,96853.0,,,,,,,,2.0,1615.0,,,,,,,,,,,,,,,,,,, +133,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-05-15 16:51:14.000000,2024-05-15 16:51:14,2891.0,15.0,2225.0,175.0,1148.0,28.0,1419.0,6601.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,35,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],288.0,270.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,18.0,12953.0,12953.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,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-05-16 14:41:13.000000,2024-05-16 02:29:51,3031.0,78.0,974.0,89.0,3343.0,329.0,2658.0,5384.0,AI Toolkit for Healthcare Imaging.,189.0,35,True,2023-10-12 17:37:33.000,1.3.0,84.0,monai,conda-forge/monai,,,['pytorch'],2330.0,2237.0,https://pypi.org/project/monai,2024-05-10 06:01:02.000,93.0,148731.0,149535.0,https://anaconda.org/conda-forge/monai,2023-10-12 17:35:33.024,23327.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +135,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-05-16 05:17:23.000000,2024-05-16 04:44:21,3773.0,103.0,807.0,58.0,1564.0,360.0,1243.0,4009.0,"Serve, optimize and scale PyTorch models in production.",194.0,35,True,2024-03-15 00:03:31.000,0.10.0,23.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],670.0,649.0,https://pypi.org/project/torchserve,2024-03-14 21:47:35.000,21.0,48412.0,74858.0,https://anaconda.org/pytorch/torchserve,2024-03-14 21:47:30.323,177266.0,https://hub.docker.com/r/pytorch/torchserve,2024-03-14 22:46:13.511478,25.0,1249310.0,2.0,5682.0,,,,,,,,,,,,,,,,,,, +136,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-05-16 11:42:39.000000,2024-04-24 22:56:36,1309.0,10.0,810.0,288.0,1467.0,323.0,516.0,3448.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",155.0,35,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],259.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,259.0,697920.0,697920.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,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-05-13 13:33:22.000000,2024-05-13 13:33:20,7376.0,13.0,616.0,116.0,1164.0,348.0,1110.0,3228.0,High-performance interactive 2D/3D data visualization library.,194.0,35,True,2024-03-14 16:50:16.000,0.14.2,38.0,vispy,conda-forge/vispy,,,['jupyter'],1666.0,1517.0,https://pypi.org/project/vispy,2024-03-14 16:13:05.000,146.0,95482.0,106520.0,https://anaconda.org/conda-forge/vispy,2024-03-15 02:52:28.032,485278.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,9.0,,,,,,,,,,, +138,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-05-16 11:34:45.000000,2024-05-14 17:59:27,2308.0,7.0,627.0,73.0,2878.0,221.0,719.0,2390.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",225.0,35,True,2024-04-24 16:19:43.000,2.3.0,34.0,torchaudio,,,,['pytorch'],1054.0,,https://pypi.org/project/torchaudio,2024-04-24 15:48:50.000,1054.0,5718071.0,5718071.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +139,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-05-16 00:22:49.000000,2024-05-16 00:18:21,3047.0,199.0,294.0,68.0,1776.0,114.0,614.0,2277.0,Adaptive Experimentation Platform.,168.0,35,True,2024-05-02 22:09:25.000,0.4.0,41.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],758.0,710.0,https://pypi.org/project/ax-platform,2024-05-02 22:09:25.000,48.0,95153.0,95706.0,https://anaconda.org/conda-forge/ax-platform,2024-05-03 19:13:18.752,19356.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +140,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-05-16 05:28:17.806000,2024-05-14 12:18:46,1782.0,109.0,379.0,26.0,1504.0,72.0,744.0,1969.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",239.0,35,True,2024-05-15 11:24:52.000,1.4.0.post0,46.0,metrics,conda-forge/torchmetrics,,,['pytorch'],24701.0,24699.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4673.0,39959.0,https://anaconda.org/conda-forge/torchmetrics,2024-05-16 05:28:17.806,1335757.0,,,,,2.0,5138.0,-1.0,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +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,2024-05-13 20:05:51.000000,2024-05-04 02:22:50,3023.0,65.0,360.0,55.0,1158.0,307.0,956.0,1363.0,Cartopy - a cartographic python library with matplotlib support.,125.0,35,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,5476.0,4895.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,581.0,233368.0,307448.0,https://anaconda.org/conda-forge/cartopy,2024-04-11 10:31:26.888,3555886.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-04-28 23:29:41.096000,2024-04-28 20:57:25,1553.0,19.0,152.0,41.0,133.0,4.0,642.0,1165.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2024-04-28 20:24:49.000,1.10.2,35.0,agate,conda-forge/agate,,,,3216.0,3171.0,https://pypi.org/project/agate,2024-04-28 20:24:49.000,45.0,6544544.0,6549455.0,https://anaconda.org/conda-forge/agate,2024-04-28 23:29:41.096,176811.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,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-05-16 14:22:44.000000,2024-05-15 19:56:03,1672.0,97.0,168.0,30.0,1566.0,69.0,179.0,1165.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,79.0,35,True,2024-05-16 14:22:44.000,2024.4.0,27.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],10701.0,10659.0,https://pypi.org/project/scikit-learn-intelex,2024-05-13 17:40:51.000,42.0,122612.0,129709.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-04-19 14:33:00.666,262623.0,,,,,1.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-05-13 19:31:12.000000,2024-04-20 13:16:16,1546.0,11.0,212.0,34.0,687.0,31.0,572.0,994.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,31387.0,29880.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,1507.0,8801753.0,8966430.0,https://anaconda.org/conda-forge/pyproj,2024-05-01 02:52:24.565,7575177.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,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-05-06 11:54:14.000000,2024-05-06 11:54:14,14881.0,74.0,506.0,51.0,2291.0,393.0,960.0,734.0,Workflows and interfaces for neuroimaging packages.,256.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4476.0,4343.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,133.0,161967.0,175522.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,610003.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,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-05-09 08:33:42.000000,2024-05-08 05:15:28,1517.0,16.0,7248.0,384.0,661.0,487.0,3053.0,28894.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",268.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1792.0,1781.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,11.0,1.0,5493.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,252634.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-05-16 14:07:34.000000,2024-05-16 14:05:06,7992.0,352.0,2675.0,295.0,194.0,28.0,1057.0,26334.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-05-13 22:25:01.000,7.6.6,643.0,netron,,,,"['pytorch', 'tensorflow']",90.0,12.0,https://pypi.org/project/netron,2024-05-13 22:25:01.000,78.0,22384.0,134042.0,,,,,,,,1.0,111658.0,,,,,,,,,,,,,,,,,,, +148,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-03-22 21:40:44.000000,2024-03-13 15:16:33,391.0,2.0,4675.0,844.0,268.0,556.0,611.0,25609.0,Library for fast text representation and classification.,68.0,34,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,6176.0,5951.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,225.0,1177474.0,1179274.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,79226.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-05-16 14:14:52.000000,2024-05-16 12:59:59,18235.0,1094.0,2705.0,380.0,4963.0,426.0,3423.0,21462.0,The platform for customizing AI from enterprise data.,826.0,34,False,2024-04-15 13:43:59.000,24.4.3.0,462.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-04-15 13:45:13.000,,22341.0,22341.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,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-05-04 20:00:03.000000,2023-10-18 07:33:05,791.0,,4458.0,437.0,442.0,404.0,1726.0,17841.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,173.0,34,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,110.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,89.0,805573.0,837089.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1165037.0,,,,,1.0,2509.0,,,,,,,,,,,,,,,,,,, +151,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-05-16 06:48:00.000000,2024-04-29 16:39:29,3849.0,28.0,1163.0,192.0,2853.0,365.0,757.0,10859.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",155.0,34,True,2024-04-08 23:26:12.000,0.10.3,55.0,ludwig,,,,['tensorflow'],256.0,250.0,https://pypi.org/project/ludwig,2024-04-08 23:26:12.000,6.0,4334.0,4334.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,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-03-19 22:44:23.623000,2023-12-09 05:39:53,576.0,,2301.0,219.0,245.0,119.0,417.0,9967.0,A little word cloud generator in Python.,72.0,34,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,512.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,491.0,1892547.0,1902903.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,476401.0,,,,,2.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-05-11 13:16:30.000000,2024-05-09 19:06:28,10414.0,8.0,1927.0,349.0,3424.0,134.0,1134.0,8412.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,34,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,38.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,38.0,86209.0,89790.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-04-26 11:19:26.965,154013.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,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-05-10 13:49:21.000000,2024-05-07 17:19:43,2471.0,23.0,986.0,201.0,2301.0,253.0,839.0,8388.0,Deep universal probabilistic programming with Python and PyTorch.,155.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],172.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,172.0,272766.0,277031.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,162074.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +155,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-05-12 05:57:55.000000,2024-05-12 05:49:07,676.0,7.0,335.0,67.0,110.0,34.0,139.0,7969.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",27.0,34,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,35987.0,34241.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,1746.0,7544890.0,7549798.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,211066.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,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-05-15 22:48:35.000000,2024-05-10 16:30:28,912.0,63.0,719.0,281.0,1207.0,315.0,372.0,7645.0,"Build and manage real-life ML, AI, and data science projects with ease!.",88.0,34,True,2024-05-08 22:46:11.000,2.11.15,122.0,metaflow,conda-forge/metaflow,,,,691.0,647.0,https://pypi.org/project/metaflow,2024-05-08 22:46:11.000,44.0,529776.0,533483.0,https://anaconda.org/conda-forge/metaflow,2024-05-09 09:11:54.860,170551.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,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-05-16 04:42:14.000000,2024-04-20 16:29:42,4447.0,140.0,870.0,141.0,484.0,93.0,785.0,7064.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,34,True,2024-04-20 18:58:25.000,1.8.2,25.0,stanza,stanfordnlp/stanza,,,,2919.0,2750.0,https://pypi.org/project/stanza,2024-04-20 18:57:48.000,169.0,231630.0,231778.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7422.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,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-05-15 15:26:44.535000,2024-05-14 18:43:10,1366.0,30.0,860.0,157.0,1711.0,143.0,862.0,7061.0,An open source python library for automated feature engineering.,72.0,34,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1706.0,1633.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,73.0,63358.0,67244.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,182654.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +159,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-04-27 14:18:10.000000,2023-11-16 08:43:39,1418.0,,872.0,218.0,222.0,174.0,233.0,6814.0,Efficiently computes derivatives of numpy code.,56.0,34,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,8412.0,8150.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,262.0,1390140.0,1408579.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,424111.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-05-15 16:59:32.016000,2024-05-14 15:47:55,3273.0,12.0,924.0,138.0,652.0,53.0,1134.0,6724.0,Python library for audio and music analysis.,120.0,34,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1186.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1186.0,2795234.0,2811333.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,740555.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,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-05-14 22:00:46.000000,2024-05-14 22:00:38,2351.0,48.0,634.0,93.0,257.0,459.0,547.0,5297.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",96.0,34,True,2024-04-09 16:24:23.000,1.15.1,160.0,clearml,,allegroai/trains,,,1130.0,1097.0,https://pypi.org/project/clearml,2024-05-08 16:43:22.000,33.0,290818.0,291371.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30238.0,2.0,2462.0,,,,,,,,,,,,,,,,,,, +162,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-03-31 13:12:23.000000,2024-03-31 13:12:23,1645.0,8.0,845.0,117.0,527.0,144.0,341.0,4778.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,106.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],13520.0,13367.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,153.0,630735.0,637358.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,304675.0,,,,,2.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,2024-05-14 18:53:40.000000,2024-05-06 14:43:44,12226.0,68.0,1105.0,101.0,1340.0,152.0,752.0,4503.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",135.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,527.0,516.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,26801.0,27638.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,38530.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +164,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-05-16 00:13:14.000000,2024-05-10 10:20:27,1695.0,35.0,606.0,60.0,1841.0,154.0,1260.0,4459.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,509.0,34,True,2024-04-01 10:35:11.000,0.5.0.post2,1621.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2970.0,2886.0,https://pypi.org/project/pytorch-ignite,2024-05-16 00:13:14.000,84.0,301356.0,303913.0,https://anaconda.org/pytorch/ignite,2024-04-01 12:32:01.049,181597.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +165,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-05-13 23:18:22.000000,2024-05-13 18:38:14,1151.0,18.0,596.0,119.0,872.0,309.0,1052.0,4096.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",166.0,34,True,2024-04-22 23:27:42.000,7.2,47.0,coremltools,conda-forge/coremltools,,,,3881.0,3810.0,https://pypi.org/project/coremltools,2024-04-23 00:06:00.000,71.0,286225.0,287655.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,56386.0,,,,,2.0,9582.0,,,,,,,,,,,,,,,,,,, +166,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-05-16 09:25:55.000000,2024-02-15 18:01:44,1293.0,,2511.0,1968.0,534.0,386.0,1075.0,3961.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,34,True,2024-02-06 19:36:25.000,1.55.0,103.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-04-29 18:34:04.000,48.0,612593.0,612601.0,,,,,,,,2.0,567.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,2024-05-13 20:04:54.000000,2024-05-02 18:05:35,1286.0,17.0,246.0,36.0,441.0,96.0,217.0,3595.0,Lightning fast forecasting with statistical and econometric models.,39.0,34,True,2024-04-08 16:44:34.000,1.7.4,32.0,statsforecast,conda-forge/statsforecast,,,,926.0,871.0,https://pypi.org/project/statsforecast,2024-04-08 16:44:34.000,55.0,575071.0,577653.0,https://anaconda.org/conda-forge/statsforecast,2024-04-08 20:04:06.356,67144.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +168,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-05-07 05:39:07.350000,2024-04-08 16:26:55,1182.0,2.0,1674.0,150.0,210.0,7.0,690.0,3444.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],285.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,285.0,5255540.0,5257683.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,96467.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,2024-05-16 11:30:21.000000,2024-05-15 15:49:16,1875.0,83.0,372.0,53.0,1617.0,71.0,421.0,2965.0,Bayesian optimization in PyTorch.,114.0,34,True,2024-05-01 20:33:09.000,0.11.0,44.0,botorch,conda-forge/botorch,,,['pytorch'],1060.0,986.0,https://pypi.org/project/botorch,2024-05-01 20:33:09.000,74.0,137201.0,139563.0,https://anaconda.org/conda-forge/botorch,2024-05-01 22:13:21.203,106326.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +170,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-05-16 14:34:50.000000,2024-05-15 15:06:40,1027.0,61.0,372.0,57.0,1182.0,347.0,397.0,2191.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,104.0,34,True,2024-05-09 11:17:31.000,1.19.2,63.0,optimum,conda-forge/optimum,,,,2537.0,2407.0,https://pypi.org/project/optimum,2024-05-09 11:10:12.000,130.0,1140543.0,1141100.0,https://anaconda.org/conda-forge/optimum,2024-05-09 14:07:35.313,13936.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +171,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-05-16 08:26:38.000000,2024-05-16 08:22:53,5179.0,116.0,516.0,19.0,1277.0,1031.0,644.0,2125.0,"This is the development home of the workflow management system Snakemake. For general information, see.",325.0,34,True,2024-05-16 08:26:08.000,8.11.5,336.0,snakemake,bioconda/snakemake,,,,2193.0,1974.0,https://pypi.org/project/snakemake,2024-05-16 08:26:38.000,219.0,78273.0,88437.0,https://anaconda.org/bioconda/snakemake,2024-05-03 18:24:01.575,1046900.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,2024-05-13 02:52:59.000000,2024-05-13 02:52:59,4263.0,56.0,1070.0,153.0,1117.0,71.0,656.0,1779.0,Documentation and samples for ArcGIS API for Python.,91.0,34,True,2024-04-23 21:21:11.000,2.3.0,44.0,arcgis,,esridocker/arcgis-api-python-notebook,,,787.0,751.0,https://pypi.org/project/arcgis,2024-05-03 16:52:08.000,36.0,69445.0,69567.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,11262.0,,,,,,,,,,,,,,,,,,, +173,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-05-14 18:16:15.000000,2024-05-14 15:08:32,1184.0,13.0,359.0,67.0,604.0,276.0,353.0,1454.0,A Jupyter - Leaflet.js bridge.,88.0,34,True,2024-05-14 08:14:02.000,0.19.1,83.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],9116.0,8856.0,https://pypi.org/project/ipyleaflet,2024-05-14 07:54:14.000,251.0,150563.0,184029.0,https://anaconda.org/conda-forge/ipyleaflet,2024-05-14 09:17:21.014,1137965.0,,,,,2.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-05-13 13:06:55.933,9.0,9759.0,,,,,,,,,,, +174,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-03-26 18:33:29.000000,2024-02-11 16:39:29,1856.0,,200.0,32.0,212.0,26.0,399.0,1363.0,The ctypes-based simple ImageMagick binding for Python.,104.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,19106.0,18870.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,236.0,808155.0,809639.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,44913.0,,,,,2.0,46049.0,,,,,,,,,,,,,,,,,,, +175,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-05-15 01:47:44.000000,2024-03-13 00:47:35,874.0,5.0,328.0,44.0,1022.0,168.0,169.0,1199.0,Making text a first-class citizen in TensorFlow.,113.0,34,True,2024-03-11 20:48:59.000,2.16.1,69.0,tensorflow-text,,,,['tensorflow'],7006.0,6803.0,https://pypi.org/project/tensorflow-text,2024-03-11 17:56:47.000,203.0,7472093.0,7472093.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,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-05-16 13:05:29.000000,2024-05-16 05:54:32,3100.0,105.0,4240.0,377.0,3909.0,415.0,1204.0,38013.0,"Making large AI models cheaper, faster and more accessible.",178.0,33,True,2024-04-27 11:00:32.000,0.3.7,37.0,,,,,,369.0,369.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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3875.0,662.0,1674.0,143.0,1985.0,24423.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'],442.0,418.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,9043.0,25850.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2681.0,,,,,2.0,1137579.0,,,,,,,,,,,,,,,,,,, +178,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-04-30 20:50:54.000000,2023-07-11 13:03:36,1421.0,,3727.0,755.0,1136.0,408.0,588.0,18950.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'],510.0,505.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,3994.0,3994.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +179,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-05-10 14:44:06.000000,2023-10-26 05:31:53,3012.0,,1800.0,284.0,3506.0,385.0,1682.0,13794.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,679.0,641.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,17997.0,17997.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,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-05-11 09:01:28.000000,2024-05-11 08:03:41,3802.0,27.0,889.0,136.0,174.0,106.0,1004.0,12190.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",96.0,33,True,2024-04-16 18:51:52.000,16.2.0,236.0,ocrmypdf,conda-forge/ocrmypdf,,,,842.0,818.0,https://pypi.org/project/ocrmypdf,2024-04-16 18:51:52.000,24.0,102849.0,104881.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,64930.0,,,,,2.0,3319.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +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,2024-05-07 09:56:24.000000,2021-07-29 23:17:25,531.0,,1785.0,264.0,116.0,111.0,535.0,11326.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,,,,5762.0,5578.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,184.0,355686.0,357999.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,205916.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,2024-05-15 17:55:00.000000,2024-02-23 19:03:07,2440.0,6.0,1539.0,287.0,432.0,284.0,638.0,9519.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,33,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2790.0,2753.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,37.0,42815.0,48158.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,251156.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +183,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,,877.0,259.0,148.0,107.0,104.0,9134.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,25203.0,24278.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,925.0,6861626.0,6867290.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,532491.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +184,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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,4.0,1399.0,302.0,894.0,137.0,759.0,9076.0,AutoML library for deep learning.,143.0,33,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],688.0,675.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,19482.0,19714.0,,,,,,,,1.0,18126.0,,,,,,,,,,,,,,,,,,, +185,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-05-16 01:08:15.000000,2024-03-16 17:36:36,1731.0,4.0,1318.0,148.0,227.0,207.0,146.0,7996.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,33,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3801.0,3695.0,https://pypi.org/project/pyod,2024-02-09 06:50:32.000,106.0,718844.0,720874.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,97474.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,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-05-15 12:31:39.000000,2024-05-13 17:33:24,1200.0,57.0,805.0,61.0,962.0,265.0,1170.0,7365.0,A python library for user-friendly forecasting and anomaly detection on time series.,115.0,33,True,2024-04-17 11:54:28.000,0.29.0,42.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,616.0,610.0,https://pypi.org/project/u8darts,2024-04-17 11:54:28.000,6.0,22324.0,23607.0,https://anaconda.org/conda-forge/u8darts-all,2024-04-18 00:03:59.716,43376.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,576.0,2.0,,,,,,,,,,,,,,,,,,,, +187,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-05-16 14:44:00.000000,2024-05-16 14:43:58,38754.0,427.0,836.0,145.0,9598.0,1095.0,5228.0,7356.0,cuDF - GPU DataFrame Library.,282.0,33,True,2024-05-01 12:29:36.000,24.04.01,49.0,cudf,,,,,71.0,54.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,17.0,2979.0,2979.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,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-05-16 11:04:04.000000,2024-05-16 11:04:04,2207.0,107.0,850.0,98.0,2469.0,346.0,968.0,7210.0,Fast and Accurate ML in 3 Lines of Code.,122.0,33,True,2024-05-02 19:07:34.000,0.8.3,1484.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",715.0,694.0,https://pypi.org/project/autogluon,2024-05-16 09:05:51.000,21.0,81823.0,81954.0,,,,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,7606.0,1.0,,,,,,,,,,,,,,,,,,,, +189,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-04-30 19:08:04.000000,2024-04-25 01:14:03,1793.0,25.0,765.0,128.0,276.0,455.0,334.0,6977.0,Uniform Manifold Approximation and Projection.,130.0,33,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,834.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,833.0,1289279.0,1340515.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2408094.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,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-05-16 14:34:58.000000,2024-05-16 14:23:39,2801.0,637.0,1206.0,242.0,8780.0,810.0,1460.0,6064.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, etc.) on Intel..",99.0,33,True,2023-11-13 02:02:20.000,2.4.0,869.0,bigdl,,,,,58.0,51.0,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,4109.0,4114.0,,,,,,,,2.0,473.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,,, +191,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-05-15 18:59:54.000000,2024-05-15 18:52:48,3129.0,144.0,710.0,143.0,105.0,100.0,332.0,6045.0,Fit interpretable models. Explain blackbox machine learning.,44.0,33,True,2024-04-14 22:32:49.000,0.6.1,49.0,interpret,,,,['jupyter'],717.0,674.0,https://pypi.org/project/interpret,2024-04-14 04:27:31.000,43.0,81615.0,81615.0,,,,,,,,1.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,,1366.0,288.0,6588.0,13.0,2030.0,5867.0,A flexible framework of neural networks for deep learning.,324.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3295.0,3237.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,19723.0,20061.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,17261.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +193,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-05-16 14:20:05.000000,2024-05-16 14:20:05,29863.0,270.0,1564.0,182.0,2102.0,35.0,1591.0,4846.0,"mlpack: a fast, header-only C++ machine learning library.",316.0,33,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,2024-04-10 13:40:15.000,1.0,4173.0,7989.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,179373.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +194,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-05-07 17:56:16.000000,2024-05-07 17:47:54,1090.0,36.0,465.0,244.0,763.0,213.0,333.0,4611.0,Model interpretability and understanding for PyTorch.,111.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2167.0,2054.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,113.0,225222.0,226081.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,24915.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +195,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-05-15 03:12:08.000000,2023-12-03 03:47:34,490.0,,589.0,65.0,218.0,211.0,158.0,4043.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6594.0,6472.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,122.0,912861.0,916680.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,156594.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +196,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-05-10 04:35:01.000000,2024-05-10 04:35:00,1499.0,7.0,363.0,90.0,743.0,138.0,444.0,3215.0,Quickly and accurately render even the largest data.,55.0,33,True,2024-04-23 11:57:48.000,0.16.1,46.0,datashader,conda-forge/datashader,,,,4252.0,4074.0,https://pypi.org/project/datashader,2024-04-19 12:59:51.000,178.0,107625.0,125696.0,https://anaconda.org/conda-forge/datashader,2024-04-23 12:02:45.109,867415.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +197,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-05-16 15:22:17.000000,2024-05-16 15:00:08,2998.0,135.0,310.0,25.0,2768.0,141.0,1756.0,3144.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",86.0,33,True,2024-05-09 15:13:09.000,1.28.0,100.0,rubrix,conda-forge/rubrix,,,,2473.0,2473.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,1100.0,2144.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,30286.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +198,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-05-14 11:39:12.000000,2024-05-14 11:25:56,3711.0,27.0,190.0,50.0,1367.0,134.0,722.0,1968.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-01-07 21:21:39.000,0.15.0,59.0,pythran,conda-forge/pythran,,,,2167.0,2148.0,https://pypi.org/project/pythran,2024-01-07 21:21:39.000,19.0,219594.0,230572.0,https://anaconda.org/conda-forge/pythran,2024-05-02 00:00:53.765,483033.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +199,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-05-11 11:34:04.000000,2024-04-15 22:25:34,1519.0,1.0,606.0,57.0,1882.0,88.0,898.0,1677.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,33,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14879.0,14654.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,998706.0,998706.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,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,,282.0,51.0,158.0,104.0,218.0,1596.0,Python Geocoder.,73.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,10151.0,9967.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,184.0,633692.0,635319.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,141585.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder +201,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-05-13 13:11:16.000000,2024-05-11 01:06:41,2830.0,26.0,247.0,34.0,212.0,44.0,503.0,1239.0,Python interface for igraph.,75.0,33,False,2024-05-07 17:50:45.000,0.11.5,41.0,python-igraph,conda-forge/igraph,,,,4307.0,3937.0,https://pypi.org/project/python-igraph,2024-05-07 17:50:45.000,370.0,235232.0,253314.0,https://anaconda.org/conda-forge/igraph,2024-05-07 18:54:37.635,529181.0,,,,,1.0,562815.0,,,,,,,,,,,,,,,,,,, +202,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-05-14 08:04:20.000000,2024-05-10 13:09:10,3328.0,48.0,236.0,48.0,385.0,73.0,267.0,1030.0,"OpenCL integration for Python, plus shiny features.",96.0,33,True,2024-05-09 02:37:50.000,2024.2.2,98.0,pyopencl,conda-forge/pyopencl,,,,2050.0,1886.0,https://pypi.org/project/pyopencl,2024-05-09 02:37:50.000,164.0,57582.0,79462.0,https://anaconda.org/conda-forge/pyopencl,2024-05-09 12:35:04.365,1028400.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-05-16 14:09:01.000000,2024-05-16 03:00:26,14039.0,312.0,419.0,52.0,2119.0,151.0,780.0,676.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",161.0,33,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1212.0,1095.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,117.0,29815.0,39881.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,442933.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,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-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13289.0,1566.0,227.0,767.0,585.0,51976.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],129.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,108.0,207588.0,208070.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,20626.0,,,,,2.0,1230.0,,,,,,,,,,,,,,,,,,, +205,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-05-16 14:49:15.000000,2024-05-16 12:43:41,4449.0,853.0,2649.0,264.0,3933.0,104.0,505.0,24228.0,You like pytorch? You like micrograd? You love tinygrad!.,306.0,32,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],63.0,63.0,,,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +206,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-05-16 15:19:11.000000,2024-05-10 07:11:27,2698.0,517.0,1212.0,119.0,2938.0,230.0,904.0,18172.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",104.0,32,True,2024-05-10 08:04:53.000,1.9.2,70.0,,,,,,114.0,114.0,,,,,945.0,,,,,,,,2.0,35000.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,,4630.0,1005.0,1869.0,362.0,658.0,17112.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,,,,999.0,989.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2779.0,2953.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7680.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +208,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,,3425.0,464.0,671.0,590.0,672.0,14960.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'],1494.0,1480.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,6123.0,6123.0,,,,,,,,2.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,,1159.0,338.0,1683.0,523.0,1294.0,11155.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,376.0,371.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,18725.0,18852.0,,,,,,,,3.0,9852.0,,,,,,,,,,,,,,,,,,, +210,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-04-08 20:21:16.000000,2024-04-08 20:21:10,864.0,2.0,1280.0,420.0,87.0,32.0,161.0,9692.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1305.0,1285.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,20.0,31137.0,31658.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,28156.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +211,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,,2414.0,457.0,261.0,576.0,363.0,9608.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],4903.0,4891.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,12.0,6900.0,6900.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +212,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-05-15 04:06:02.000000,2024-05-15 04:06:02,1618.0,68.0,669.0,85.0,738.0,120.0,251.0,8815.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",48.0,32,False,2024-05-07 18:34:46.000,2.6.4,29.0,cleanlab,conda-forge/cleanlab,,,,324.0,308.0,https://pypi.org/project/cleanlab,2024-05-07 18:34:46.000,16.0,27069.0,27666.0,https://anaconda.org/conda-forge/cleanlab,2024-05-08 16:12:11.004,22124.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-05-14 22:35:18.000000,2024-05-13 23:40:34,1154.0,15.0,1254.0,148.0,168.0,265.0,1258.0,8354.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,142.0,32,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],818.0,804.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,7009.0,10920.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,211230.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,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-05-16 03:46:31.000000,2024-03-08 03:19:52,2899.0,4.0,1644.0,88.0,1643.0,213.0,1843.0,8295.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",119.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1201.0,1194.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2301.0,2301.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7804.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,44118.0,43521.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,597.0,2186264.0,2211560.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1163392.0,,,,,2.0,421.0,,,,,,,,,,,,,,,,,,, +216,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-04-23 12:27:20.000000,2024-03-06 05:23:22,360.0,3.0,1504.0,134.0,135.0,15.0,325.0,7541.0,A Python implementation of global optimization with gaussian processes.,44.0,32,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2741.0,2610.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,131.0,538299.0,538300.0,,,,,,,,2.0,147.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +217,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-04-29 22:31:53.000000,2024-03-13 19:58:20,1220.0,2.0,1042.0,124.0,275.0,205.0,445.0,7097.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,32,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,15181.0,14761.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,420.0,2308217.0,2319413.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,761361.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,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-05-14 11:55:09.000000,2024-03-13 09:36:57,2708.0,3.0,1130.0,209.0,1049.0,22.0,615.0,6553.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-03-13 10:57:14.000,1.6.0,63.0,deeppavlov,,,,['tensorflow'],394.0,390.0,https://pypi.org/project/deeppavlov,2024-03-13 10:57:14.000,4.0,10480.0,10480.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +219,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,,1816.0,197.0,206.0,13.0,1343.0,6298.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1559.0,1541.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,13728.0,14070.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10542.0,,,,,3.0,167.0,,,,,,,,,,,,,,,,,,, +220,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-05-06 16:38:13.000000,2024-05-06 16:38:12,172.0,18.0,1048.0,198.0,114.0,149.0,306.0,5941.0,Official Kaggle API.,42.0,32,True,2024-04-12 01:56:25.000,1.6.12,71.0,kaggle,conda-forge/kaggle,,,,206.0,21.0,https://pypi.org/project/kaggle,2024-04-12 01:56:25.000,185.0,206569.0,210011.0,https://anaconda.org/conda-forge/kaggle,2024-04-14 01:28:23.406,151486.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,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-04-01 08:16:02.000000,2024-04-01 08:13:40,1215.0,6.0,651.0,63.0,133.0,59.0,437.0,5798.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",41.0,32,True,2024-04-01 08:16:02.000,2.5.0,210.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1522.0,1489.0,https://pypi.org/project/pytorch-metric-learning,2024-04-01 08:03:08.000,33.0,372236.0,372455.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11414.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +222,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-05-07 13:49:33.000000,2024-05-07 13:49:33,2334.0,2.0,1105.0,189.0,235.0,273.0,281.0,5584.0,Distributed Evolutionary Algorithms in Python.,88.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,4989.0,4758.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,231.0,220005.0,228737.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,375491.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,2024-05-15 20:08:13.000000,2024-04-17 17:08:08,2178.0,26.0,286.0,43.0,2140.0,345.0,654.0,4834.0,Aim An easy-to-use & supercharged open-source experiment tracker.,64.0,32,True,2024-04-17 17:16:40.000,3.19.3,999.0,aim,conda-forge/aim,,,,586.0,552.0,https://pypi.org/project/aim,2024-05-15 20:08:13.000,34.0,71240.0,72602.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,46337.0,,,,,2.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-05-03 19:17:17.000000,2023-11-23 21:41:49,1136.0,,632.0,89.0,270.0,40.0,252.0,4304.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,,,,782.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,782.0,5180589.0,5208610.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1316990.0,,,,,3.0,42.0,,,,,,,,,,,,,,,,,,, +225,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-05-06 21:26:30.000000,2024-03-15 22:39:59,618.0,4.0,118.0,75.0,70.0,19.0,124.0,3723.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2024-03-15 22:38:56.000,6.2.0,50.0,ftfy,conda-forge/ftfy,,,,19826.0,19340.0,https://pypi.org/project/ftfy,2024-03-15 22:38:56.000,486.0,4857588.0,4864739.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,286075.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,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-05-06 20:51:42.000000,2024-03-15 01:19:18,1424.0,13.0,461.0,56.0,776.0,43.0,475.0,3662.0,NeuralProphet: A simple forecasting package.,53.0,32,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],444.0,439.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,139843.0,139843.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,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-05-15 22:49:58.000000,2024-05-03 16:54:19,704.0,4.0,258.0,43.0,824.0,99.0,285.0,2934.0,PyTorch extensions for high performance and large scale training.,75.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],5106.0,5040.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,528814.0,535304.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,194701.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,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-03-15 06:37:00.287000,2021-10-12 13:32:38,1570.0,,545.0,64.0,546.0,322.0,393.0,2725.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-03-14 18:24:11.000,0.10.1,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,335.0,,https://pypi.org/project/scikit-optimize,2024-03-14 18:24:11.000,335.0,822741.0,838676.0,https://anaconda.org/conda-forge/scikit-optimize,2024-03-15 06:37:00.287,717101.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-04-30 07:43:04.000000,2024-04-30 07:43:04,2947.0,16.0,691.0,74.0,861.0,274.0,629.0,2626.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",126.0,32,True,2024-03-08 20:41:28.000,0.1.25,25.0,pgmpy,,,,,1007.0,964.0,https://pypi.org/project/pgmpy,2024-03-08 20:00:14.000,43.0,52439.0,52446.0,,,,,,,,2.0,342.0,,,,,,,,,,,,,,,,,,, +230,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,1.0,584.0,69.0,481.0,247.0,705.0,2293.0,Survival analysis in Python.,117.0,32,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2600.0,2473.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,127.0,519707.0,526571.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,329518.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-04-04 16:01:23.000000,2024-03-18 20:30:45,1372.0,19.0,320.0,22.0,47.0,35.0,202.0,2234.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,487.0,477.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,80430.0,81522.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,44788.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,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-05-15 23:04:11.000000,2024-05-15 23:04:06,5637.0,92.0,692.0,88.0,5907.0,228.0,856.0,2079.0,TFX is an end-to-end platform for deploying production ML pipelines.,185.0,32,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,,['tensorflow'],17.0,,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,70179.0,70179.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-03-28 16:57:11.000000,2024-03-28 16:57:04,547.0,4.0,155.0,42.0,77.0,6.0,127.0,1995.0,a python library for doing approximate and phonetic matching of strings.,31.0,32,True,2023-11-17 20:44:09.000,1.0.3,42.0,jellyfish,conda-forge/jellyfish,,,,9118.0,8881.0,https://pypi.org/project/jellyfish,2023-11-17 20:44:09.000,237.0,3451244.0,3469321.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,849646.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-04-27 15:12:40.000000,2024-04-27 13:25:47,209.0,16.0,253.0,56.0,76.0,50.0,227.0,1940.0,A Python wrapper for the tesseract-ocr API.,30.0,32,True,2024-04-27 15:12:40.000,2.7.0,21.0,tesserocr,conda-forge/tesserocr,,,,1019.0,985.0,https://pypi.org/project/tesserocr,2024-04-27 15:12:40.000,34.0,67855.0,70373.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,138424.0,,,,,2.0,244.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-05-09 19:34:13.000000,2024-04-30 09:39:08,943.0,5.0,224.0,49.0,323.0,181.0,132.0,1840.0,Evaluate: A library for easily evaluating machine learning models and datasets.,126.0,32,True,2024-04-30 09:45:36.000,0.4.2,15.0,evaluate,,,,,9414.0,9079.0,https://pypi.org/project/evaluate,2024-04-30 09:44:17.000,335.0,2891360.0,2891360.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,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-05-02 22:47:28.000000,2024-05-02 22:47:23,830.0,7.0,320.0,119.0,783.0,217.0,167.0,1472.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",85.0,32,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3822.0,3779.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,43.0,768901.0,768901.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,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-04-30 20:12:22.000000,2024-04-30 20:12:21,936.0,13.0,210.0,58.0,101.0,44.0,174.0,982.0,Input pipeline framework.,28.0,32,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,,['tensorflow'],1817.0,1800.0,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,17.0,965342.0,965342.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,2024-05-16 12:58:40.000000,2024-05-16 00:52:44,11487.0,134.0,235.0,55.0,12174.0,232.0,2187.0,940.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-04-10 20:37:13.000,0.2.130,150.0,hail,,,,['spark'],160.0,130.0,https://pypi.org/project/hail,2024-04-10 20:37:13.000,30.0,39557.0,39557.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,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-05-15 10:35:30.000000,2024-04-24 04:18:42,1684.0,10.0,275.0,41.0,1363.0,288.0,363.0,690.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,32,True,2024-05-01 02:14:32.000,0.37.0,44.0,tensorflow-io,,,,['tensorflow'],60.0,,https://pypi.org/project/tensorflow-io,2024-05-01 02:12:48.000,60.0,3886741.0,3886741.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-03-17 08:58:36.000000,2023-07-13 08:50:20,531.0,,2729.0,383.0,120.0,232.0,562.0,25019.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],716.0,710.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,13739.0,72211.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,81686.0,,,,,2.0,3132806.0,,,,,,,,,,,,,,,,,,, +241,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2074.0,184.0,1005.0,574.0,724.0,12544.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,False,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1623.0,1616.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,7309.0,7319.0,,,,,,,,2.0,680.0,,,,,,,,,,,,,,,,,,, +242,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-05-13 09:26:27.000000,2024-05-13 09:26:23,2930.0,43.0,2217.0,198.0,444.0,220.0,474.0,9178.0,FinRL: Financial Reinforcement Learning.,113.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,39.0,39.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1331.0,1331.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +243,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-04-22 20:07:04.000000,2024-03-11 18:51:26,551.0,1.0,1197.0,168.0,431.0,67.0,470.0,8128.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],94.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,73.0,245003.0,273142.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1350700.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,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-05-16 13:23:18.000000,2024-05-04 04:44:37,5973.0,51.0,996.0,114.0,1643.0,102.0,651.0,7588.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-03-25 22:52:24.000,2.10.0,121.0,perspective-python,conda-forge/perspective,,,['jupyter'],148.0,122.0,https://pypi.org/project/perspective-python,2024-03-25 22:45:59.000,22.0,5755.0,22253.0,https://anaconda.org/conda-forge/perspective,2024-03-26 20:17:11.439,594457.0,,,,,2.0,2615.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-03-25 22:45:31.297,4.0,3589.0,,,,,,,,,,, +245,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-05-08 23:39:09.000000,2024-05-08 23:39:06,618.0,10.0,696.0,108.0,190.0,12.0,344.0,5557.0,Python-tesseract is an optical character recognition (OCR) tool for python.,49.0,31,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,840.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,840.0,2024296.0,2037440.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,604636.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,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,,1716.0,302.0,294.0,161.0,268.0,5445.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,,,,1018.0,1006.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,12.0,8418.0,8593.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13140.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +247,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-05-08 06:33:01.000000,2022-09-24 16:20:26,585.0,,922.0,100.0,224.0,108.0,454.0,4810.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,31,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3957.0,3858.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,99.0,102759.0,103422.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20557.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,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-05-15 22:55:44.000000,2024-05-15 11:51:13,3873.0,23.0,527.0,86.0,562.0,109.0,475.0,4801.0,Online machine learning in Python.,114.0,31,True,2024-04-23 13:20:18.000,0.21.1,21.0,river,conda-forge/river,,,,530.0,479.0,https://pypi.org/project/river,2024-04-23 10:26:48.000,51.0,35302.0,36853.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,57423.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,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-05-09 21:11:54.000000,2024-05-09 21:11:54,613.0,20.0,743.0,83.0,341.0,54.0,331.0,4791.0,Uplift modeling and causal inference with machine learning algorithms.,62.0,31,True,2024-04-19 00:19:00.000,0.15.1,24.0,causalml,,,,,197.0,196.0,https://pypi.org/project/causalml,2024-04-19 00:19:00.000,1.0,77730.0,77730.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,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-05-07 13:10:17.000000,2024-04-30 18:31:30,796.0,11.0,383.0,75.0,288.0,58.0,516.0,4572.0,Visualizer for pandas data structures.,30.0,31,True,2024-04-30 18:56:18.000,3.12.0,182.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1148.0,1109.0,https://pypi.org/project/dtale,2024-04-30 18:56:18.000,39.0,56425.0,62258.0,https://anaconda.org/conda-forge/dtale,2024-04-30 19:55:43.333,279989.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1024.0,153.0,115.0,161.0,79.0,4486.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,,,,43327.0,42913.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,414.0,627315.0,630877.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,163871.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,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-05-16 13:57:00.000000,2024-05-06 21:29:06,15433.0,68.0,502.0,69.0,3493.0,880.0,1581.0,3952.0,cuML - RAPIDS Machine Learning Library.,171.0,31,True,2024-04-10 20:54:06.000,24.04.00,38.0,cuml,,,,,13.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,13.0,2808.0,2808.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,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-05-15 19:48:26.000000,2024-04-22 03:28:24,3849.0,16.0,541.0,59.0,893.0,356.0,973.0,3427.0,A highly efficient implementation of Gaussian Processes in PyTorch.,130.0,31,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2228.0,2075.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,153.0,199503.0,202757.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,156221.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,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,185.0,737.0,274.0,669.0,3409.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,274.0,256.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,336816.0,336989.0,,,,,,,,3.0,15804.0,,,,,,,,,,,,,,,,,,, +255,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-03-19 06:24:29.000000,2022-05-31 03:18:45,1556.0,,438.0,94.0,124.0,86.0,348.0,3302.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1177.0,1117.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,240269.0,242869.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,111822.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,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,,606.0,78.0,78.0,72.0,161.0,3173.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,,,,5999.0,5892.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,107.0,1876135.0,1879086.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,244985.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,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-05-16 02:22:51.000000,2024-05-16 02:03:05,1302.0,19.0,282.0,57.0,224.0,55.0,421.0,3026.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,37.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,766.0,743.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,23.0,232015.0,252842.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,978895.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,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-05-03 19:57:15.000000,2024-04-05 20:34:01,476.0,7.0,736.0,119.0,125.0,65.0,370.0,2953.0,"Hidden Markov Models in Python, with scikit-learn like API.",48.0,31,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2584.0,2508.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,76.0,183301.0,188322.0,https://anaconda.org/conda-forge/hmmlearn,2024-03-02 05:37:57.119,220967.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,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-04-01 18:35:40.000000,2024-03-04 19:25:47,1086.0,7.0,384.0,62.0,494.0,210.0,271.0,2832.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'],3780.0,3675.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,105.0,284687.0,285631.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,31163.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,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-05-15 12:04:41.000000,2024-05-15 12:04:36,978.0,9.0,226.0,39.0,535.0,72.0,174.0,2816.0,JAX-based neural network library.,81.0,31,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,2012.0,1856.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,156.0,204659.0,205083.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,16556.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +261,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-04-23 19:51:43.000000,2024-03-20 01:04:29,1637.0,2.0,323.0,60.0,189.0,126.0,195.0,2803.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'],1328.0,1257.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,71.0,351800.0,379628.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1307961.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,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-05-16 12:54:13.000000,2024-05-16 12:30:34,1178.0,24.0,240.0,26.0,1022.0,98.0,423.0,2782.0,A python library for self-supervised learning on images.,39.0,31,True,2024-05-16 12:53:22.000,1.5.4,118.0,lightly,,,,['pytorch'],259.0,252.0,https://pypi.org/project/lightly,2024-05-16 12:54:13.000,7.0,31860.0,31860.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,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-05-16 15:28:12.000000,2024-05-07 16:31:11,1145.0,47.0,288.0,34.0,475.0,99.0,368.0,2517.0,Scalable and user friendly neural forecasting algorithms.,44.0,31,True,2024-05-07 16:36:59.000,1.7.2,23.0,neuralforecast,conda-forge/neuralforecast,,,,162.0,146.0,https://pypi.org/project/neuralforecast,2024-05-07 16:36:59.000,16.0,35344.0,35917.0,https://anaconda.org/conda-forge/neuralforecast,2024-05-08 05:29:53.055,14902.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,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-04-09 11:39:30.000000,2024-04-09 11:39:30,957.0,4.0,394.0,39.0,150.0,45.0,242.0,2373.0,A library of sklearn compatible categorical variable encoders.,70.0,31,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1992.0,1750.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,242.0,1678573.0,1686863.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,257018.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,356.0,83.0,167.0,216.0,146.0,2327.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6110.0,5970.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,131.0,483799.0,488916.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,197494.0,,,,,2.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,915.0,,,,,,,,,,, +266,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-05-16 11:34:57.000000,2024-05-16 01:09:39,1783.0,250.0,358.0,27.0,1863.0,257.0,103.0,1735.0,Pytorch domain library for recommendation systems.,232.0,31,True,2024-04-25 01:39:04.000,0.7.0,77.0,torchrec-nightly-cpu,,,,,111.0,111.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1314.0,1314.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +267,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-04-19 13:09:14.696000,2024-02-23 02:45:37,1079.0,1.0,226.0,34.0,251.0,57.0,272.0,1529.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,,,,8231.0,8094.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,137.0,2687197.0,2711965.0,https://anaconda.org/conda-forge/pmdarima,2024-04-19 13:09:14.696,1065031.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,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-05-16 14:04:26.000000,2024-05-16 09:22:41,4076.0,253.0,46.0,164.0,530.0,138.0,419.0,1461.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2024-04-25 16:12:39.000,4.3.2,74.0,lets-plot,,,,,83.0,75.0,https://pypi.org/project/lets-plot,2024-04-25 15:31:02.000,8.0,25033.0,25045.0,,,,,,,,2.0,660.0,,,,,,,,,,,,,,,,,,, +269,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-05-02 00:41:56.000000,2024-05-02 00:41:53,947.0,8.0,430.0,87.0,229.0,55.0,240.0,1429.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,,,,2764.0,2377.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,387.0,164489.0,173988.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,332490.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,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-05-13 19:33:37.000000,2024-05-10 08:39:25,1554.0,21.0,166.0,16.0,803.0,116.0,445.0,1291.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,108.0,31,True,2024-03-21 03:35:03.000,0.27.0,60.0,pyjanitor,conda-forge/pyjanitor,,,,635.0,607.0,https://pypi.org/project/pyjanitor,2024-03-21 03:34:57.000,28.0,76640.0,80675.0,https://anaconda.org/conda-forge/pyjanitor,2024-03-21 06:08:00.698,193711.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-04-16 17:35:41.000000,2024-04-16 17:27:51,1127.0,7.0,245.0,45.0,518.0,37.0,183.0,1260.0,ARCH models in Python.,35.0,31,False,2024-04-16 17:35:41.000,7.0.0,47.0,arch,conda-forge/arch-py,,,,1720.0,1630.0,https://pypi.org/project/arch,2024-04-16 17:35:41.000,90.0,474942.0,481275.0,https://anaconda.org/conda-forge/arch-py,2024-01-05 09:54:56.136,297663.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +272,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-05-15 12:21:29.000000,2024-05-15 12:21:28,10682.0,203.0,227.0,36.0,1477.0,206.0,350.0,1159.0,Computations and statistics on manifolds with geometric structures.,92.0,31,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,107.0,104.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,2941.0,3049.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2484.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +273,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-05-15 14:24:26.000000,2024-05-15 14:24:26,13421.0,183.0,279.0,34.0,1785.0,463.0,631.0,1018.0,Python package for earth-observing satellite data processing.,153.0,31,False,2024-04-22 16:20:44.000,0.48.0,93.0,satpy,conda-forge/satpy,,,,152.0,127.0,https://pypi.org/project/satpy,2024-02-21 11:29:00.000,25.0,7985.0,12064.0,https://anaconda.org/conda-forge/satpy,2024-04-23 06:53:48.899,191717.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +274,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-05-08 14:11:18.000000,2024-05-06 11:56:52,685.0,29.0,99.0,24.0,537.0,337.0,420.0,958.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-05-07 03:58:11.000,0.10.0,70.0,hvplot,conda-forge/hvplot,,,,5171.0,4999.0,https://pypi.org/project/hvplot,2024-05-06 12:24:45.000,172.0,211609.0,223715.0,https://anaconda.org/conda-forge/hvplot,2024-05-07 04:39:01.018,569010.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,,102.0,32.0,60.0,71.0,80.0,923.0,Describing statistical models in Python using symbolic formulas.,19.0,31,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,96108.0,95629.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,479.0,15712643.0,16038619.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,10431235.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-04-22 23:18:58.000000,2024-04-22 23:18:58,1950.0,35.0,230.0,18.0,296.0,50.0,268.0,833.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-04-22 16:08:04.000,1.5.0,48.0,salib,conda-forge/salib,,,,1218.0,1102.0,https://pypi.org/project/salib,2024-04-22 16:08:04.000,116.0,186474.0,190072.0,https://anaconda.org/conda-forge/salib,2024-04-22 19:44:20.663,154726.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,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-05-16 09:10:25.000000,2024-05-14 13:03:21,167532.0,3097.0,89.0,51.0,2172.0,86.0,286.0,679.0,TensorFlow ROCm port.,4620.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,5287.0,5287.0,,,,,,,,3.0,21.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,, +278,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-05-16 08:47:18.000000,2024-05-15 14:57:18,2054.0,131.0,58.0,18.0,1542.0,23.0,211.0,541.0,The MLOps stack component for experiment tracking.,54.0,31,True,2024-05-15 10:02:27.000,1.10.4,207.0,neptune-client,conda-forge/neptune-client,,,,552.0,475.0,https://pypi.org/project/neptune-client,2024-05-15 10:02:27.000,77.0,538849.0,543834.0,https://anaconda.org/conda-forge/neptune-client,2024-05-15 11:17:51.713,239327.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-05-15 17:42:30.000000,2024-05-07 14:47:52,17128.0,32.0,111.0,27.0,3578.0,521.0,3389.0,492.0,"Keep code, data, containers under control with git and git-annex.",55.0,31,True,2024-04-19 23:11:19.000,1.0.2,114.0,datalad,conda-forge/datalad,,,,486.0,394.0,https://pypi.org/project/datalad,2024-04-19 23:11:19.000,92.0,18429.0,28087.0,https://anaconda.org/conda-forge/datalad,2024-04-20 02:44:01.193,453946.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,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-05-11 15:05:28.000000,2024-05-11 15:04:32,307.0,5.0,2793.0,143.0,46.0,120.0,137.0,18233.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,30,True,2024-05-11 15:05:28.000,1.6.9,189.0,vit-pytorch,,,,['pytorch'],472.0,461.0,https://pypi.org/project/vit-pytorch,2024-05-11 15:05:28.000,11.0,23025.0,23025.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,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,,4300.0,1253.0,557.0,840.0,2543.0,17478.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,30,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,534.0,679.0,,,,,,,,3.0,14528.0,,,,,,,,,,,,,,,,,,, +282,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-05-10 06:42:42.000000,2024-05-10 06:42:41,1964.0,7.0,2467.0,283.0,914.0,223.0,679.0,14271.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",124.0,30,True,2024-05-07 10:16:46.000,0.9.4,33.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-05-07 10:16:46.000,1.0,3158.0,3171.0,,,,,,,,2.0,581.0,,,,,,,,,,,,,,,,,,, +283,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,,2095.0,283.0,3401.0,51.0,1494.0,10434.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,3112.0,3112.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +284,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-05-03 20:57:52.000000,2024-02-20 22:38:05,385.0,2.0,2150.0,285.0,98.0,311.0,448.0,8425.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,,,,1623.0,1604.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,8224.0,21023.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,7085.0,,,,,2.0,923087.0,,,,,,,,,,,,,,,,,,, +285,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,187.0,829.0,7422.0,Automated Machine Learning with scikit-learn.,88.0,30,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],599.0,568.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,31.0,16377.0,16970.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,21950.0,,,,,2.0,52.0,,,,,,,,,,,,,,,,,,, +286,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-05-15 19:44:37.000000,2024-05-15 15:28:11,1006.0,17.0,903.0,136.0,695.0,128.0,318.0,6794.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,87.0,30,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,371.0,364.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,49349.0,49833.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,20335.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +287,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,,1383.0,189.0,785.0,44.0,423.0,6091.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'],657.0,650.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2127.0,2292.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7786.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,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,,1236.0,153.0,951.0,63.0,787.0,5756.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,72409.0,72409.0,,,,,,,,2.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,2024-05-16 12:04:00.000000,2024-05-15 16:01:03,1602.0,43.0,815.0,146.0,1515.0,348.0,399.0,4981.0,Simple and Distributed Machine Learning.,118.0,30,True,2024-04-11 00:33:42.000,1.0.4,48.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-04-11 00:33:42.000,5.0,232737.0,232737.0,,,,,,,,2.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-05-07 17:21:56.000000,2024-05-07 11:59:05,1458.0,11.0,734.0,74.0,1790.0,311.0,629.0,4339.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],27.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,27.0,281864.0,281888.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,762.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-03-20 17:31:08.000000,2023-11-02 13:49:44,662.0,,844.0,150.0,127.0,133.0,104.0,4058.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,,,,3449.0,3360.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,89.0,118703.0,119358.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,25552.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-03-18 02:23:40.000000,2023-12-19 14:36:52,3303.0,,537.0,120.0,371.0,77.0,737.0,3987.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,344.0,326.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,18.0,76199.0,77853.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,47977.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-05-09 18:32:20.000000,2024-04-08 14:14:18,1091.0,7.0,346.0,58.0,1348.0,130.0,174.0,3853.0,A Python toolbox for performing gradient-free optimization.,55.0,30,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,720.0,674.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,46.0,218910.0,219914.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,48207.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-05-13 07:42:00.000000,2024-04-25 17:26:26,495.0,11.0,526.0,39.0,520.0,12.0,,3623.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,42.0,30,True,2024-04-08 16:09:10.000,0.11.16,101.0,sahi,conda-forge/sahi,,,,1093.0,1080.0,https://pypi.org/project/sahi,2023-11-05 23:19:54.000,13.0,116637.0,119111.0,https://anaconda.org/conda-forge/sahi,2023-11-06 10:35:24.165,57386.0,,,,,2.0,24331.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-04-30 15:15:19.000000,2024-03-25 08:55:18,3659.0,3.0,462.0,101.0,1048.0,256.0,368.0,3564.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],168.0,55.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,92.0,123850.0,154055.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1294432.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,3238.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,2024-05-02 05:07:00.000000,2024-04-18 17:19:51,1212.0,37.0,471.0,63.0,733.0,7.0,531.0,3497.0,On-device wake word detection powered by deep learning.,37.0,30,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,43.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,15.0,8173.0,8173.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-03-20 16:59:01.000000,2023-11-21 21:15:59,435.0,,604.0,77.0,228.0,85.0,406.0,3435.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1359.0,1331.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,28.0,180943.0,194935.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,614430.0,,,,,2.0,786.0,,,,,,,,,,,,,,,,,,, +298,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-04-25 20:54:01.681000,2024-04-24 11:35:19,406.0,3.0,243.0,64.0,53.0,9.0,,3308.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",15.0,30,True,2024-04-24 11:36:32.000,4.6.2,28.0,textdistance,conda-forge/textdistance,,,,6401.0,6308.0,https://pypi.org/project/textdistance,2024-04-24 11:35:57.000,93.0,851364.0,864488.0,https://anaconda.org/conda-forge/textdistance,2024-04-25 20:54:01.681,550686.0,,,,,2.0,1000.0,,,,,,,,,,,,,,,,,,, +299,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-05-06 21:21:33.000000,2024-03-11 00:59:40,984.0,4.0,571.0,97.0,336.0,44.0,718.0,3270.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,30,True,2024-03-11 01:00:49.000,1.0.4,74.0,pomegranate,conda-forge/pomegranate,,,,1146.0,1092.0,https://pypi.org/project/pomegranate,2024-03-11 01:00:49.000,54.0,42442.0,45543.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,148876.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +300,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-05-16 15:18:46.000000,2024-05-16 07:26:21,634.0,94.0,579.0,37.0,866.0,122.0,709.0,3221.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",79.0,30,True,2024-03-27 16:32:44.000,1.0.1,30.0,anomalib,,,,,67.0,64.0,https://pypi.org/project/anomalib,2024-03-27 16:33:12.000,3.0,20424.0,20758.0,,,,,,,,2.0,9712.0,,,,,,,,,,,,,,,,,,, +301,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2023-12-13 21:21:22.000000,2023-10-24 18:29:08,333.0,,324.0,66.0,75.0,15.0,121.0,3023.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,13162.0,12948.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,214.0,1675232.0,1679307.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,366768.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,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-05-16 13:53:49.000000,2024-05-16 13:52:59,7745.0,431.0,345.0,81.0,9001.0,121.0,338.0,2876.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",115.0,30,True,2024-05-10 17:24:08.000,0.32.1,534.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-05-10 17:47:38.000,4.0,52967.0,53144.0,,,,,,,,3.0,7984.0,,,,,,,,,,,,,,,,,,, +303,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-31 00:50:11.000000,2024-03-31 00:50:11,2705.0,31.0,366.0,38.0,517.0,53.0,216.0,2775.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,30,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,255.0,249.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,6.0,4663.0,4830.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7366.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,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-04-30 15:04:21.000000,2024-04-30 15:04:21,999.0,2.0,482.0,56.0,137.0,349.0,167.0,2687.0,A high performance implementation of HDBSCAN clustering.,88.0,30,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3756.0,3458.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,298.0,599551.0,643904.0,https://anaconda.org/conda-forge/hdbscan,2024-04-18 14:14:17.442,1907188.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,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,12.0,421.0,44.0,365.0,22.0,349.0,2664.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,30,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,595.0,581.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,2495.0,2780.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,13135.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,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-05-16 14:36:23.000000,2024-05-06 15:17:55,1587.0,44.0,321.0,37.0,338.0,33.0,159.0,2650.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,38.0,30,True,2024-05-06 15:33:09.000,2.5.0,40.0,shapash,,,,['jupyter'],162.0,158.0,https://pypi.org/project/shapash,2024-05-06 15:33:09.000,4.0,7330.0,7330.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-05-06 22:09:13.000000,2024-04-05 11:33:33,2908.0,28.0,991.0,121.0,516.0,59.0,300.0,2555.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,30,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],109.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,109.0,488071.0,511461.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1005808.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,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,85.0,250.0,66.0,63.0,33.0,186.0,2098.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,30,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],50.0,49.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,1.0,1321.0,1321.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,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-05-02 02:00:08.000000,2024-04-30 19:42:51,1502.0,48.0,204.0,50.0,253.0,166.0,158.0,2063.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",42.0,30,True,2024-04-30 21:24:12.000,0.33.8,176.0,graphistry,,,,['jupyter'],120.0,114.0,https://pypi.org/project/graphistry,2024-04-30 21:24:12.000,6.0,4766.0,4766.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,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-05-15 17:41:38.000000,2024-05-15 17:41:38,890.0,31.0,127.0,21.0,375.0,118.0,236.0,1837.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,51.0,30,True,2024-04-14 13:04:28.000,0.11.4,48.0,equinox,,,,['jax'],670.0,548.0,https://pypi.org/project/equinox,2024-04-14 13:04:28.000,122.0,261397.0,261397.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +311,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-05-09 13:59:01.000000,2024-05-09 13:59:01,451.0,11.0,282.0,60.0,105.0,22.0,100.0,1807.0,ffn - a financial function library for Python.,33.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,471.0,455.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,16.0,153383.0,153580.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,7321.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2024-04-29 20:57:51.000000,2024-04-29 20:57:51,290.0,5.0,359.0,51.0,78.0,77.0,113.0,1784.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,43.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6130.0,6032.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,98.0,155402.0,156534.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,80394.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,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-05-03 19:51:28.000000,2024-02-16 16:14:36,365.0,,261.0,48.0,313.0,248.0,184.0,1758.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,30,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],323.0,322.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,472232.0,472232.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,2024-05-08 21:10:35.000000,2024-05-08 21:10:35,1593.0,3.0,283.0,55.0,139.0,80.0,184.0,1756.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2972.0,2841.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,131.0,46286.0,54666.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,318476.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,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-05-16 00:55:58.000000,2024-04-29 07:26:04,1656.0,190.0,90.0,23.0,306.0,34.0,73.0,1738.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",36.0,30,True,2024-04-29 07:26:08.000,2.12.0,114.0,usearch,,unum/usearch,,,89.0,69.0,https://pypi.org/project/usearch,2024-04-29 08:22:26.000,6.0,62928.0,68941.0,,,,https://hub.docker.com/r/unum/usearch,2024-04-29 07:28:41.232497,1.0,75.0,3.0,1251.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-04-10 02:44:41.570,14.0,5895.0,,,,,,,,,,, +316,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-05-03 19:44:08.000000,2024-04-29 13:01:42,1192.0,72.0,177.0,19.0,159.0,49.0,135.0,1708.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,30,True,2024-03-15 11:44:36.000,0.35.0,38.0,audiomentations,,,,,497.0,484.0,https://pypi.org/project/audiomentations,2024-03-15 11:44:36.000,13.0,21972.0,21972.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-05-12 19:49:56.000000,2024-05-09 07:46:01,3896.0,63.0,281.0,27.0,574.0,88.0,712.0,1687.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,78.0,30,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,85.0,82.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1122.0,1122.0,,,,,,,,2.0,21.0,,,,,,,,,,,,,,,,,,, +318,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-05-01 13:16:01.000000,2024-03-05 19:49:17,712.0,3.0,318.0,43.0,366.0,81.0,214.0,1621.0,Training PyTorch models with differential privacy.,78.0,30,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],815.0,783.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,32.0,132177.0,132672.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,13830.0,,,,,2.0,109.0,,,,,,,,,,,,,,,,,,, +319,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-03-30 17:39:23.000000,2024-03-30 17:39:23,1059.0,8.0,217.0,52.0,204.0,29.0,281.0,1618.0,A full spaCy pipeline and models for scientific/biomedical documents.,33.0,30,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,922.0,891.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,31.0,26598.0,26598.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,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-04-07 13:04:52.000000,2024-04-07 13:04:52,1249.0,5.0,136.0,30.0,109.0,35.0,254.0,1541.0,Statistical package in Python based on Pandas.,45.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,2066.0,1992.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,66144.0,68643.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,117472.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +321,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-04-11 17:54:34.000000,2024-04-11 17:54:34,1875.0,17.0,269.0,45.0,274.0,60.0,198.0,1503.0,TensorLy: Tensor Learning in Python.,67.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,727.0,650.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,77.0,32752.0,37812.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,364382.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,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-04-25 13:15:07.000000,2024-04-25 13:15:07,1476.0,4.0,159.0,32.0,249.0,,,1321.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1699.0,1648.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,51.0,257525.0,258625.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,33009.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,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-05-13 16:50:32.000000,2024-03-15 15:54:00,4210.0,4.0,285.0,80.0,644.0,21.0,609.0,1279.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,30,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,1556.0,1517.0,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,24269.0,36047.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,541808.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +324,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-04-05 19:20:06.000000,2024-04-05 18:52:42,3044.0,24.0,269.0,34.0,37.0,1.0,491.0,1213.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,30,True,2024-04-05 19:20:07.000,0.41.3,210.0,ktrain,,,,['tensorflow'],521.0,518.0,https://pypi.org/project/ktrain,2024-04-05 18:57:50.000,3.0,10708.0,10708.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +325,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-04-02 02:34:15.000000,2024-04-02 02:31:39,818.0,7.0,248.0,40.0,509.0,274.0,256.0,884.0,Scalable Machine Learning with Dask.,78.0,30,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1105.0,1016.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,89.0,328672.0,345864.0,https://anaconda.org/conda-forge/dask-ml,2024-03-21 17:55:27.760,825238.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-05-15 18:04:27.000000,2024-05-15 18:04:20,3119.0,80.0,112.0,16.0,278.0,7.0,150.0,759.0,Python bindings for MPI.,26.0,30,True,2024-04-14 10:39:44.000,3.1.6,28.0,mpi4py,conda-forge/mpi4py,,,,672.0,,https://pypi.org/project/mpi4py,2024-04-14 10:34:55.000,672.0,218999.0,277007.0,https://anaconda.org/conda-forge/mpi4py,2024-04-15 09:42:38.104,2472542.0,,,,,2.0,23372.0,,,,,,,,,,,,,,,,,,, +327,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-05-08 17:43:55.000000,2024-05-08 17:43:54,962.0,14.0,166.0,48.0,85.0,37.0,144.0,753.0,Library for exploring and validating machine learning data.,26.0,30,True,2024-04-24 23:26:22.000,1.15.1,46.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",917.0,886.0,https://pypi.org/project/tensorflow-data-validation,2024-04-24 23:54:11.000,31.0,191423.0,191432.0,,,,,,,,3.0,653.0,,,,,,,,,,,,,,,,,,, +328,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-05-02 04:23:06.000000,2024-05-02 04:21:55,1073.0,19.0,173.0,35.0,117.0,27.0,61.0,722.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,,,,406.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,401.0,15758675.0,15844980.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8026367.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,,107.0,24.0,53.0,37.0,57.0,479.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,,,,20740.0,20617.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,123.0,2087653.0,2105531.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,768780.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,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-04-23 19:58:08.000000,2023-04-19 14:13:08,2404.0,,3678.0,605.0,227.0,49.0,,13182.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2098.0,2037.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,61.0,19908.0,19908.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,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,,1840.0,217.0,46.0,96.0,94.0,8954.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,116248.0,116949.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,32985.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +332,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-05-09 01:38:51.000000,2024-04-26 06:29:23,1174.0,6.0,1318.0,100.0,640.0,691.0,521.0,8076.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,127.0,29,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2459.0,2459.0,,,,,4761.0,https://anaconda.org/conda-forge/nvidia-apex,2024-05-02 01:13:53.661,204760.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,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,,1156.0,211.0,92.0,194.0,122.0,5696.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,29,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,471.0,459.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,17795.0,17795.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +334,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-05-11 05:24:38.000000,2024-04-25 16:08:12,1087.0,2.0,378.0,80.0,529.0,59.0,454.0,5648.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,29,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1312.0,1235.0,https://pypi.org/project/skorch,2023-09-04 09:59:43.000,77.0,164861.0,182598.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,780441.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +335,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,888.0,126.0,38.0,72.0,144.0,5243.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3384.0,3295.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,89.0,754637.0,754955.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,15283.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +336,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4731.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2910.0,2864.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,215627.0,215634.0,,,,,,,,2.0,364.0,,,,,,,,,,,,,,,,,,, +337,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,445.0,41.0,124.0,67.0,154.0,4318.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,,,,1239.0,1179.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,60.0,119280.0,119832.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,19351.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,69.0,367.0,98.0,460.0,4162.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,29,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,3060.0,3002.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,58.0,28791.0,28965.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,5231.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,,274.0,46.0,50.0,27.0,94.0,3869.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,,,,5450.0,5312.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,138.0,894632.0,901398.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,284194.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,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,,510.0,76.0,38.0,12.0,121.0,3819.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,,,,16276.0,16162.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,114.0,265847.0,432343.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,332993.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +341,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-06 14:40:43.000000,2024-02-24 20:17:13,454.0,6.0,524.0,113.0,93.0,21.0,101.0,3431.0,Module for automatic summarization of text documents and HTML pages.,31.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,2749.0,2723.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,26.0,416453.0,416678.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7895.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,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,,384.0,45.0,1085.0,2.0,353.0,3234.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1147.0,1117.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,12378.0,12378.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,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-05-16 13:41:04.000000,2024-05-15 20:39:52,858.0,53.0,364.0,42.0,934.0,33.0,304.0,3120.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",46.0,29,True,2024-03-04 14:51:09.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",3.0,,https://pypi.org/project/python-doctr,2024-03-04 14:51:09.000,3.0,31439.0,105832.0,,,,,,,,3.0,2901337.0,,,,,,,,,,,,,,,,,,, +344,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,674.0,110.0,72.0,100.0,123.0,2983.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10836.0,10734.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,102.0,66502.0,66502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +345,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,,294.0,33.0,476.0,53.0,30.0,2952.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1250.0,1166.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,84.0,136424.0,136694.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,10015.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +346,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-04-15 09:57:54.000000,2024-04-13 08:53:37,1167.0,17.0,385.0,49.0,74.0,142.0,479.0,2943.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-04-10 12:40:10.000,1.1.7,90.0,mljar-supervised,conda-forge/mljar-supervised,,,,112.0,110.0,https://pypi.org/project/mljar-supervised,2024-04-10 12:40:10.000,2.0,3478.0,3886.0,https://anaconda.org/conda-forge/mljar-supervised,2024-04-15 06:59:59.678,14295.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,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,,424.0,63.0,933.0,325.0,745.0,2899.0,StellarGraph - Machine Learning on Graphs.,37.0,29,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],271.0,260.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,8754.0,8754.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,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-05-15 22:09:09.000000,2024-05-15 22:09:02,3535.0,15.0,341.0,153.0,1176.0,32.0,60.0,2695.0,Neural Network Libraries.,76.0,29,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2023-12-06 09:31:24.000,44.0,3395.0,3406.0,,,,,,,,3.0,918.0,,,,,,,,,,,,,,,,,,, +349,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,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'],1550.0,1528.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,78130.0,78130.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,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-03-18 12:42:13.000000,2018-08-19 12:37:47,130.0,,279.0,65.0,60.0,29.0,39.0,2402.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,29,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4964.0,4880.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,84.0,520325.0,522434.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,172987.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,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,67.0,207.0,2347.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,29,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],298.0,291.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,8612.0,8612.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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-05-06 21:11:26.000000,2024-04-08 19:42:17,436.0,17.0,809.0,90.0,284.0,188.0,102.0,2327.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,29,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,437.0,411.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,26.0,45889.0,46118.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,10083.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-05-07 14:46:34.000000,2024-05-07 14:46:34,662.0,10.0,247.0,52.0,650.0,146.0,225.0,2303.0,Algorithms for explaining machine learning models.,22.0,29,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,622.0,597.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,18691.0,18691.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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-05-07 14:46:58.000000,2024-05-07 14:46:58,726.0,10.0,213.0,37.0,536.0,141.0,235.0,2100.0,"Algorithms for outlier, adversarial and drift detection.",23.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,443.0,436.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,30914.0,30914.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-05-16 15:15:58.000000,2024-05-16 15:15:57,850.0,5.0,392.0,37.0,874.0,170.0,294.0,1818.0,A Python package to assess and improve fairness of machine learning models.,81.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],53.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,50.0,276229.0,276992.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,32054.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,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-05-16 07:49:49.000000,2024-05-06 18:14:07,2448.0,1.0,437.0,76.0,1265.0,148.0,682.0,1802.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],692.0,655.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,52577.0,52944.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,26469.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,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-04-25 08:57:36.000000,2024-04-25 00:46:12,1435.0,20.0,271.0,73.0,105.0,33.0,55.0,1242.0,Model analysis tools for TensorFlow.,57.0,29,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,23.0,78344.0,78344.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,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-05-15 15:59:37.000000,2024-05-03 19:48:19,1959.0,18.0,321.0,27.0,2267.0,87.0,226.0,1235.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,29,True,2024-05-01 20:26:32.000,0.35.0,55.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",104.0,98.0,https://pypi.org/project/raiwidgets,2024-04-18 18:42:57.000,6.0,4335.0,4335.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +359,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-05-03 21:03:08.000000,2024-01-17 21:03:09,532.0,,411.0,51.0,40.0,16.0,139.0,1223.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2638.0,2600.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,349656.0,350524.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,42569.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,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-05-13 00:54:40.000000,2024-05-05 17:04:42,1099.0,37.0,207.0,23.0,139.0,24.0,192.0,1075.0,Survival analysis built on top of scikit-learn.,20.0,29,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],500.0,473.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,27.0,96336.0,99298.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,88889.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,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-04-01 17:38:38.000000,2024-03-25 14:43:57,494.0,1.0,121.0,31.0,128.0,27.0,74.0,885.0,Python bindings and utilities for GeoJSON.,56.0,29,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17814.0,17190.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,624.0,1749364.0,1802813.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,801748.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +362,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-05-15 15:22:35.000000,2024-05-15 15:22:35,674.0,8.0,104.0,14.0,97.0,71.0,65.0,842.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,29,True,2024-03-29 20:37:40.000,0.5.12,31.0,pynndescent,conda-forge/pynndescent,,,,6530.0,6391.0,https://pypi.org/project/pynndescent,2024-03-29 20:37:40.000,139.0,1344837.0,1384834.0,https://anaconda.org/conda-forge/pynndescent,2024-03-29 21:39:55.734,1839888.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +363,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-05-02 23:52:53.000000,2024-05-02 23:51:30,1310.0,8.0,149.0,50.0,57.0,21.0,69.0,831.0,Computer Vision in Python.,35.0,29,True,2024-04-17 11:27:48.000,1.4.15,61.0,mahotas,conda-forge/mahotas,,,,1317.0,1257.0,https://pypi.org/project/mahotas,2024-04-17 11:27:48.000,60.0,18212.0,26880.0,https://anaconda.org/conda-forge/mahotas,2024-04-18 00:57:35.551,407403.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,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-05-07 15:53:15.000000,2024-05-01 16:34:13,823.0,15.0,75.0,26.0,385.0,109.0,233.0,568.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-04-05 15:56:28.000,1.12.0,63.0,geoviews,conda-forge/geoviews,,,,1041.0,985.0,https://pypi.org/project/geoviews,2024-04-05 10:57:38.000,56.0,12762.0,17777.0,https://anaconda.org/conda-forge/geoviews,2024-04-05 16:04:19.139,220674.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,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-04-12 14:20:43.000000,2024-04-12 14:18:33,232.0,5.0,58.0,13.0,204.0,13.0,187.0,317.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-04-12 14:20:43.000,3.9.1,72.0,pystan,conda-forge/pystan,,,,9957.0,9800.0,https://pypi.org/project/pystan,2024-04-12 14:20:43.000,157.0,1882087.0,1914917.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2823388.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4819.0,651.0,372.0,498.0,436.0,15395.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,566.0,563.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,881.0,881.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +367,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-05-16 07:22:34.000000,2023-12-28 07:35:14,2224.0,,2813.0,197.0,3655.0,1200.0,4131.0,12162.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,28,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,726.0,726.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +368,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-05-06 20:38:27.000000,2024-05-06 20:36:49,342.0,9.0,1365.0,428.0,50.0,102.0,87.0,10378.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2024-05-06 20:38:27.000,4.0.9,47.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-05-06 20:38:27.000,10.0,27301.0,27301.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +369,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-04-05 19:03:17.000000,2022-11-08 22:11:16,98.0,,1772.0,205.0,73.0,109.0,36.0,10122.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,15.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,13.0,59992.0,59992.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +370,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-05-02 01:34:04.000000,2023-04-19 16:47:52,581.0,,1146.0,350.0,80.0,49.0,231.0,7929.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,768.0,742.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,3088.0,3474.0,,,,,,,,2.0,31302.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +371,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,,909.0,267.0,98.0,82.0,81.0,7325.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],246.0,238.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,277449.0,277449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1330.0,175.0,46.0,78.0,238.0,6830.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'],30.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,9.0,79417.0,79417.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +373,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,,1368.0,204.0,158.0,44.0,227.0,5492.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'],768.0,762.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1572.0,1572.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +374,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,273.0,438.0,221.0,329.0,4819.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'],317.0,315.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,626.0,626.0,,,,,,,,3.0,22.0,,,,,,,,,,,,,,,,,,, +375,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,2023-12-24 09:12:15.000000,2023-04-30 18:36:20,483.0,,676.0,88.0,206.0,153.0,356.0,4618.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,,,,1465.0,1433.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,423263.0,425585.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,176508.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,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-03-07 14:59:40.000000,2022-08-06 21:47:18,182.0,,435.0,71.0,61.0,101.0,56.0,4520.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,,,,,1797.0,1790.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,260415.0,260415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +377,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,,988.0,146.0,31.0,51.0,77.0,4259.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,,,,8502.0,8415.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,87.0,206741.0,207109.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,13987.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,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-05-10 20:41:29.000000,2024-04-05 14:20:01,251.0,2.0,917.0,52.0,55.0,69.0,106.0,4198.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,17.0,28,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],1822.0,1792.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,30.0,66186.0,84139.0,,,,,,,,3.0,969489.0,,,,,,,,,,,,,,,,,,, +379,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-04-13 16:57:34.000000,2024-03-19 16:05:30,525.0,2.0,725.0,176.0,82.0,8.0,280.0,4170.0,A python wrapper for Alpha Vantage API for financial data.,43.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,581.0,548.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,33.0,30596.0,30763.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6682.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,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,137.0,43.0,3967.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'],14125.0,14005.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,251532.0,251532.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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,,971.0,217.0,408.0,140.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,,,,,1057.0,1045.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2600.0,2600.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +382,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-05-14 20:21:00.000000,2024-03-15 19:57:42,1777.0,38.0,583.0,39.0,830.0,481.0,283.0,3646.0,Time series forecasting with PyTorch.,44.0,28,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,16.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,16.0,48141.0,49419.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,56248.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,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-05-10 21:58:54.000000,2024-04-17 02:40:53,1439.0,60.0,343.0,69.0,1333.0,96.0,83.0,3408.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,28,True,2024-04-09 23:12:45.000,1.1.1,16.0,lit-nlp,conda-forge/lit-nlp,,,,35.0,32.0,https://pypi.org/project/lit-nlp,2024-04-09 23:12:45.000,3.0,4607.0,6220.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,71008.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,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-05-08 10:57:30.000000,2024-02-22 12:17:17,1487.0,2.0,244.0,19.0,1742.0,287.0,726.0,3398.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,,,,,381.0,374.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,70192.0,70218.0,,,,,,,,2.0,834.0,,,,,,,,,,,,,,,,,,, +385,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-05-03 17:19:46.000000,2024-05-03 17:18:25,1200.0,5.0,413.0,82.0,54.0,61.0,202.0,3396.0,A library of reinforcement learning components and agents.,85.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],202.0,199.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1953.0,2154.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8469.0,,,,,1.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +386,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,,455.0,82.0,245.0,61.0,155.0,3035.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,,,,,184.0,182.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,59940.0,59941.0,,,,,,,,2.0,77.0,,,,,,,,,,,,,,,,,,, +387,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,,330.0,46.0,120.0,66.0,136.0,2851.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1180.0,1156.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,128794.0,130440.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,69133.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,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-03-20 16:55:01.000000,2024-03-20 16:53:52,2297.0,1.0,722.0,79.0,205.0,191.0,466.0,2740.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'],12.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,12.0,47087.0,47087.0,,,,,,,,1.0,,-2.0,,,,,,,,,,,,,,,,,, +389,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,8.0,473.0,96.0,43.0,89.0,240.0,2716.0,Learning to Rank in TensorFlow.,34.0,28,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,129319.0,129319.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,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-05-15 11:53:37.000000,2024-05-13 15:04:22,3519.0,14.0,522.0,108.0,350.0,388.0,685.0,2709.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,,,,,670.0,650.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,18193.0,18193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +391,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-04-23 23:08:36.000000,2023-12-03 09:09:14,2415.0,,254.0,27.0,1131.0,77.0,224.0,2583.0,Database system for AI-powered apps.,73.0,28,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],142.0,142.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,5357.0,24093.0,,,,,,,,3.0,412207.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,, +392,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-05-15 12:20:54.000000,2024-05-11 08:34:44,110.0,24.0,319.0,27.0,304.0,40.0,332.0,2414.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,28,True,2024-04-25 13:54:25.000,0.2.0,19.0,adapter-transformers,,,,['huggingface'],56.0,49.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,126180.0,126180.0,,,,,,,,2.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +393,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,,313.0,64.0,14.0,29.0,47.0,2248.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11277.0,11133.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,144.0,395512.0,395512.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-04-26 00:01:37.000000,2021-07-09 11:06:18,56.0,,496.0,42.0,25.0,66.0,38.0,2128.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,28,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],5246.0,5195.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,81317.0,81547.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11774.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +395,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-05-16 14:29:35.000000,2024-05-16 14:29:35,2057.0,248.0,126.0,28.0,198.0,16.0,22.0,1877.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-03-21 07:36:40.000,0.5.1,145.0,labml,,,,,155.0,149.0,https://pypi.org/project/labml,2024-03-21 07:36:40.000,6.0,4803.0,4803.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,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,62.0,19.0,270.0,1875.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,,,,1642.0,1620.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,34297.0,35014.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,31559.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +397,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,,377.0,50.0,125.0,41.0,422.0,1671.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,28,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,248.0,235.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,13.0,2998.0,3118.0,,,,,,,,1.0,11855.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +398,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-04-29 18:33:44.000000,2024-04-29 18:20:59,222.0,29.0,197.0,32.0,20.0,1.0,89.0,1637.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,28,True,2024-04-29 18:33:44.000,0.1.904,89.0,autoviz,conda-forge/autoviz,,,,683.0,676.0,https://pypi.org/project/autoviz,2024-04-29 18:33:44.000,7.0,34785.0,36299.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,49983.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +399,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,184.0,34.0,72.0,22.0,52.0,1488.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],3049.0,3019.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,30.0,1390009.0,1390528.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,20775.0,,,,,2.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,2024-05-13 09:59:37.000000,2024-05-13 09:59:37,589.0,20.0,415.0,30.0,50.0,14.0,125.0,1393.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,29.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,608.0,584.0,https://pypi.org/project/minisom,2024-02-16 09:47:58.000,24.0,23128.0,23128.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +401,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-04-22 13:41:28.000000,2024-04-22 13:41:26,1044.0,29.0,113.0,23.0,115.0,32.0,53.0,1300.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",23.0,28,True,2024-03-12 03:37:43.000,1.4.3,46.0,imodels,,,,,79.0,72.0,https://pypi.org/project/imodels,2024-03-11 20:28:16.000,7.0,70027.0,70027.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,327.0,39.0,301.0,27.0,200.0,1234.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,405.0,383.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,22904.0,22904.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,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-05-16 07:10:44.000000,2024-05-12 11:19:19,514.0,25.0,113.0,23.0,364.0,33.0,273.0,1160.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-04-16 14:59:21.000,0.8.2,50.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],151.0,143.0,https://pypi.org/project/scikit-lego,2024-04-16 12:18:11.000,8.0,22001.0,22999.0,https://anaconda.org/conda-forge/scikit-lego,2024-04-17 13:14:18.003,47910.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +404,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-05-16 15:30:08.000000,2024-05-16 15:30:04,1806.0,285.0,76.0,10.0,541.0,44.0,623.0,1125.0,An open-source container orchestration engine for running AI workloads in any cloud or data center...,24.0,28,True,2024-04-30 10:54:46.000,0.18.1,202.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-05-13 11:35:57.000,,2635.0,2635.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +405,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,,445.0,42.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'],304.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,304.0,5354524.0,5385768.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2218356.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-05-15 21:24:15.000000,2024-05-13 10:29:37,3144.0,281.0,107.0,11.0,547.0,36.0,108.0,933.0,Time series forecasting with scikit-learn models.,13.0,28,True,2024-05-05 12:55:26.000,0.12.0,26.0,skforecast,,,,['sklearn'],271.0,260.0,https://pypi.org/project/skforecast,2024-05-05 12:52:36.000,11.0,49172.0,49172.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +407,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-05-12 23:17:26.000000,2024-05-12 22:59:32,3715.0,8.0,323.0,65.0,687.0,37.0,528.0,820.0,The Classical Language Toolkit.,121.0,28,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,,275.0,260.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,2227.0,2227.0,,,,,,,,2.0,64.0,,,,,,,,,,,,,,,,,,, +408,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-05-07 17:51:00.077000,2024-05-06 22:23:15,1352.0,20.0,130.0,25.0,471.0,14.0,132.0,820.0,A Comparative Framework for Multimodal Recommender Systems.,21.0,28,True,2024-05-06 22:24:15.000,2.2.0,57.0,cornac,conda-forge/cornac,,,,228.0,210.0,https://pypi.org/project/cornac,2024-05-06 22:50:06.000,18.0,33003.0,41037.0,https://anaconda.org/conda-forge/cornac,2024-05-07 17:51:00.077,377643.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +409,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,36.0,11.0,69.0,7.0,26.0,209.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,43081.0,42987.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,94.0,9046381.0,9094124.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2100729.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +410,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,,1068.0,236.0,455.0,67.0,265.0,17176.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,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,,47610.0,48020.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,23814.0,3.0,,,,,,,,,,,,,,,,,,,, +411,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-05-16 12:12:05.000000,2024-05-16 11:58:37,937.0,189.0,995.0,97.0,437.0,233.0,335.0,11182.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",78.0,27,False,2024-05-16 12:12:05.000,2.0.41,100.0,pandas-ai,,,,,2998.0,2998.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,, +412,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,,1500.0,130.0,51.0,155.0,141.0,7768.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'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,141784.0,219522.0,,,,,,,,2.0,3886942.0,,,,,,,,,,,,,,,,,,, +413,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,,1639.0,459.0,698.0,33.0,441.0,7297.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,2526.0,2549.0,,,,,,,,2.0,2191.0,,,,,,,,,,,,,,,,,,, +414,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,,1351.0,348.0,14.0,42.0,66.0,6341.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1336.0,1329.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,7.0,34028.0,34028.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,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,624.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,,2309.0,2309.0,,,,,,,,3.0,8.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +416,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-05-09 13:02:01.000000,2024-04-29 15:11:44,653.0,1.0,1003.0,146.0,97.0,90.0,305.0,6207.0,A Python scikit for building and analyzing recommender systems.,45.0,27,True,2022-09-23 17:17:00.724,1.1.3,11.0,scikit-surprise,conda-forge/scikit-surprise,,,,57.0,21.0,https://pypi.org/project/scikit-surprise,2022-09-23 17:17:00.724,36.0,87314.0,95206.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,363053.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,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-04-29 08:04:00.000000,2024-03-08 08:24:03,13775.0,82.0,1536.0,141.0,3584.0,850.0,1101.0,5527.0,An Industrial Grade Federated Learning Framework.,100.0,27,True,2024-03-08 08:32:35.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +418,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,125.0,64.0,136.0,74.0,5027.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,,,,,761.0,749.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,9836.0,9836.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,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-04-04 13:02:44.000000,2024-04-04 13:02:44,6153.0,1.0,527.0,151.0,1906.0,338.0,1331.0,4425.0,ArrayFire: a general purpose GPU library.,88.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,1618.0,1674.0,,,,,,,,2.0,6076.0,,,,,,,,,,,,,,,,,,, +420,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,553.0,104.0,617.0,95.0,606.0,4206.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],91.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,91.0,565805.0,567533.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,77779.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,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-04-23 02:12:59.000000,2024-04-23 02:12:59,1138.0,1.0,720.0,60.0,1013.0,167.0,740.0,4105.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'],126.0,123.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,9821.0,9821.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,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,283.0,226.0,12.0,356.0,3868.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,733445.0,733852.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,21614.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-04-09 15:08:12.000000,2024-04-09 15:08:11,2114.0,6.0,538.0,144.0,239.0,39.0,634.0,3283.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'],450.0,446.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,941.0,941.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,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-05-15 16:45:32.000000,2023-09-10 15:15:16,1059.0,,238.0,62.0,114.0,8.0,273.0,3219.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,553.0,540.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,13.0,17429.0,17450.0,,,,,,,,3.0,1306.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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,,363.0,81.0,63.0,154.0,189.0,3192.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,,,,476.0,460.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,16.0,4612.0,12173.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,650294.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +426,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-05-14 09:50:52.000000,2024-05-14 09:50:38,1632.0,120.0,629.0,44.0,28.0,1.0,473.0,3006.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'],21.0,21.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,753.0,753.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-04-27 07:02:54.000000,2022-09-28 17:12:28,249.0,,310.0,29.0,321.0,77.0,38.0,2715.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,27,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],932.0,931.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,19334.0,19423.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2937.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,,255.0,89.0,124.0,33.0,230.0,2179.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,,,,1842.0,1776.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,47459.0,49151.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,142140.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,,317.0,64.0,38.0,97.0,160.0,2170.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'],358.0,352.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,10730.0,10730.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,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,2063.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'],2114.0,2100.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,104677.0,108976.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,494.0,,,,,3.0,257285.0,,,,,,,,,,,,,,,,,,, +431,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-05-03 16:38:58.000000,2024-04-04 12:44:05,521.0,2.0,401.0,85.0,104.0,79.0,259.0,2044.0,bt - flexible backtesting for Python.,32.0,27,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1613.0,1603.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,10.0,7455.0,8086.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,23359.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +432,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,16.0,160.0,61.0,68.0,65.0,130.0,1803.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,27,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,412.0,410.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,935.0,935.0,,,,,,,,3.0,34.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,1729.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],282.0,277.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2661.0,3212.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,18210.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +434,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,33.0,269.0,27.0,187.0,10.0,390.0,1618.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,27,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],182.0,174.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1703.0,1703.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-05-16 14:52:34.000000,2024-05-15 23:44:28,6414.0,121.0,289.0,46.0,2717.0,311.0,1425.0,1585.0,cuGraph - RAPIDS Graph Analytics Library.,113.0,27,True,2024-04-10 21:01:45.000,24.04.00,35.0,cugraph,conda-forge/libcugraph,,,,6.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,239.0,748.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,18868.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,27,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",75.0,75.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,,41500.0,41741.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13790.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-05-14 09:53:07.000000,2024-05-04 16:48:06,2829.0,13.0,175.0,26.0,669.0,118.0,445.0,1541.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,27,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,4999.0,5002.0,,,,,,,,2.0,180.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,1478.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,,,,,398.0,396.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,2254.0,2254.0,,,,,,,,3.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-05-05 21:11:03.000000,2024-05-05 21:11:00,676.0,9.0,167.0,48.0,162.0,19.0,382.0,1334.0,moDel Agnostic Language for Exploration and eXplanation.,25.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,171.0,164.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,7.0,19070.0,19388.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,12734.0,,,,,2.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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,345.0,71.0,87.0,27.0,26.0,1227.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,,,,1424.0,1372.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,52.0,27602.0,27958.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26702.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +441,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-05-15 15:24:09.000000,2023-11-24 11:08:47,208.0,,84.0,34.0,110.0,7.0,18.0,1192.0,A library of reinforcement learning building blocks in JAX.,21.0,27,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],237.0,226.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,2628392.0,2628392.0,,,,,,,,2.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +442,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,,249.0,41.0,39.0,68.0,591.0,1145.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,,,,696.0,667.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,29.0,45732.0,47134.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,64294.0,,,,,3.0,512.0,,,,,,,,,,,,,,,,,,, +443,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-05-15 20:15:42.000000,2024-05-03 23:42:39,1985.0,60.0,364.0,54.0,513.0,156.0,253.0,1121.0,Machine learning on FPGAs using HLS.,60.0,27,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,,1047.0,1218.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7539.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +444,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-03-29 13:25:52.761000,2024-03-27 08:01:51,780.0,3.0,63.0,13.0,127.0,46.0,115.0,960.0,Visualize large time series data with plotly.py.,12.0,27,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1112.0,1090.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,22.0,442987.0,444421.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,40169.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,65.0,174.0,926.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'],125.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,81.0,76899.0,85246.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,537009.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2754.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,,174.0,33.0,86.0,88.0,122.0,906.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'],1605.0,1583.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,22.0,89207.0,89207.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,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-05-09 07:59:27.000000,2024-05-01 00:09:23,16580.0,11.0,367.0,44.0,1620.0,309.0,2961.0,864.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,22.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,2.0,656.0,711.0,,,,,,,,3.0,6868.0,,,,,,,,,,,,,,,,,,, +448,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-05-16 08:24:16.000000,2024-05-16 08:24:16,603.0,36.0,162.0,32.0,194.0,4.0,100.0,591.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,32.0,27,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],362.0,336.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,26.0,41618.0,41865.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,5698.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-05-07 09:34:12.000000,2024-05-07 09:33:03,327.0,27.0,90.0,19.0,117.0,36.0,80.0,582.0,pyspark methods to enhance developer productivity.,28.0,27,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],84.0,77.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,768193.0,768193.0,,,,,,,,3.0,23.0,,,,,,,,,,,,,,,,,,, +450,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-04-24 18:16:33.000000,2023-08-23 17:20:54,1241.0,,154.0,19.0,717.0,26.0,208.0,478.0,A package built to support working with spatial data using open source python.,44.0,27,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,338.0,321.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,7885.0,9123.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,75578.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,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,,1203.0,184.0,213.0,25.0,534.0,8870.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,,,,,252.0,,,,,,,,3.0,10119.0,,,,,,,,,,,,,,,,,,, +452,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,595.0,140.0,31.0,70.0,55.0,5547.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1683.0,1630.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,53.0,1707453.0,1707859.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18702.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-22 00:24:33.000000,2024-03-22 00:17:00,218.0,3.0,295.0,71.0,179.0,24.0,54.0,4906.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,119.0,115.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2414.0,2414.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,95.0,48.0,32.0,3486.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,85.0,76.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,9.0,20318.0,20775.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,30190.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,1.0,392.0,161.0,84.0,102.0,101.0,3196.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],23.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,23.0,94859.0,94859.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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,,1020.0,167.0,215.0,43.0,146.0,3108.0,Performance analysis of predictive (alpha) stock factors.,26.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,692.0,687.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1508.0,1784.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20729.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,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-03-19 19:20:10.000000,2024-03-18 19:51:35,2374.0,14.0,687.0,159.0,61.0,7.0,754.0,3089.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,26,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,910.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,64586.0,,,,,3.0,4713.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,217.0,3649.0,429.0,1111.0,3009.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,,,,,,,,,1616.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,131834.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1508.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +459,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,264.0,52.0,19.0,36.0,97.0,2842.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,,,,2241.0,2212.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,29.0,69055.0,69799.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,29031.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,167.0,164.0,113.0,2728.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,,,,57.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,57.0,382332.0,384132.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,151276.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,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,1.0,696.0,179.0,75.0,21.0,565.0,2695.0,Python sync/async framework for Interactive Brokers API.,36.0,26,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,40.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,40.0,30885.0,31578.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,40249.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,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,,217.0,66.0,42.0,16.0,24.0,2683.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,,,,979.0,974.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,65868.0,66134.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14679.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,,443.0,126.0,143.0,192.0,247.0,2609.0,PYthon svg GrAph plotting Library.,77.0,26,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,96.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,96.0,310151.0,312679.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,40461.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,167.0,94.0,136.0,358.0,2460.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,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,240.0,240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +465,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-04-10 16:58:39.000000,2024-01-30 18:07:43,695.0,,231.0,35.0,147.0,17.0,144.0,2307.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,,,,,183.0,179.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,4.0,16923.0,16929.0,,,,,,,,3.0,306.0,,,,,,,,,,,,,,,,,,, +466,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,,329.0,77.0,55.0,161.0,68.0,2268.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1300.0,1251.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,57777.0,57777.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,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,3.0,236.0,64.0,31.0,60.0,95.0,2234.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,102.0,101.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2927.0,2935.0,,,,,,,,3.0,384.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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,1.0,285.0,56.0,14.0,22.0,79.0,2208.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,554.0,549.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,5.0,14643.0,15733.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,88349.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +469,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-05-15 17:39:21.000000,2023-06-01 12:18:23,739.0,,314.0,42.0,44.0,99.0,56.0,2147.0,A modular active learning framework for Python.,20.0,26,True,2024-05-15 17:39:21.000,0.62.170,953.0,modAL,,,,['sklearn'],27.0,,https://pypi.org/project/modAL,2024-05-15 17:39:21.000,27.0,285876.0,285876.0,,,,,,,,3.0,35.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-02-21 23:17:37.000000,2024-02-21 23:13:33,479.0,8.0,335.0,63.0,153.0,7.0,92.0,2107.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,,,,,660.0,643.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,17.0,42712.0,42712.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,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-05-13 22:13:39.000000,2024-05-13 22:13:34,870.0,8.0,446.0,59.0,333.0,113.0,92.0,1879.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'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,20633.0,20635.0,,,,,,,,3.0,153.0,,,,,,,,,,,,,,,,,,, +472,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-05-06 20:43:34.000000,2024-03-31 23:27:50,918.0,26.0,135.0,33.0,441.0,50.0,353.0,1808.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,56.0,55.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,20983.0,20983.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,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-05-06 20:43:34.000000,2024-03-31 23:27:50,918.0,26.0,135.0,33.0,441.0,50.0,353.0,1808.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,56.0,55.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,20983.0,21225.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,6783.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,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,40.0,495.0,172.0,151.0,1755.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,174.0,166.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,35411.0,35417.0,,,,,,,,3.0,457.0,,,,,,,,,,,,,,,,,,, +475,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,,160.0,25.0,81.0,43.0,35.0,1713.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,615.0,596.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,123002.0,123759.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,23497.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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-05-15 17:39:12.000000,2024-05-15 17:28:54,928.0,113.0,259.0,46.0,764.0,59.0,65.0,1630.0,A lightweight library for PyTorch training tools and utilities.,127.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],38.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,38.0,6892.0,6892.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,,309.0,27.0,379.0,56.0,155.0,1560.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],56.0,55.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1349.0,1349.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +478,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-05-10 13:50:09.000000,2024-05-10 13:50:09,1034.0,3.0,176.0,17.0,70.0,30.0,341.0,1480.0,PyTorch Extension Library of Optimized Scatter Operations.,30.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],128.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,128.0,37510.0,43428.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-01-12 22:30:52.418,278169.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +479,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-04-30 13:26:27.000000,2023-06-07 07:35:59,3033.0,,119.0,36.0,337.0,11.0,187.0,1431.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,321.0,299.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,22.0,45172.0,45172.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,231.0,46.0,184.0,53.0,120.0,1378.0,Metric learning algorithms in Python.,22.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],382.0,375.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,16497.0,16747.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11532.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,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-05-08 07:55:00.000000,2024-05-08 07:54:56,689.0,5.0,155.0,22.0,125.0,4.0,128.0,1373.0,"Extensible, parallel implementations of t-SNE.",11.0,26,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,836.0,793.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,43.0,28671.0,34186.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,248202.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,270.0,76.0,481.0,49.0,198.0,1320.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,1037.0,1026.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,11.0,15945.0,16019.0,,,,,,,,3.0,6295.0,,,,,,,,,,,,,,,,,,, +483,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,197.0,43.0,257.0,66.0,212.0,1245.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,448.0,421.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,1869.0,1869.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,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,,174.0,26.0,36.0,1.0,116.0,1238.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1610.0,1589.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,54902.0,54902.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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,144.0,35.0,214.0,117.0,152.0,1222.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,,,,518.0,463.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,55.0,30035.0,40707.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,853830.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-04-16 18:02:40.000000,2024-04-16 18:02:40,396.0,2.0,177.0,26.0,32.0,4.0,129.0,1197.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,26,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],543.0,529.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,14.0,99591.0,99930.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,18313.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,112.0,21.0,103.0,43.0,74.0,1132.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2646.0,2607.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,39.0,296194.0,296992.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,35925.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,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-05-16 02:24:18.000000,2024-05-16 02:24:17,2367.0,262.0,88.0,19.0,910.0,85.0,212.0,1083.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,84.0,metricflow,,,,,26.0,23.0,https://pypi.org/project/metricflow,2024-04-04 05:32:07.000,3.0,20090.0,20090.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +489,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-05-13 13:12:24.000000,2024-05-02 01:45:39,808.0,10.0,116.0,31.0,412.0,71.0,324.0,1019.0,BAyesian Model-Building Interface (Bambi) in Python.,37.0,26,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,129.0,119.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,10.0,22051.0,22798.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,30666.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-05-12 11:54:30.000000,2024-05-12 11:54:13,549.0,89.0,101.0,24.0,98.0,15.0,106.0,667.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",26.0,26,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,103.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,103.0,28533.0,28533.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-05-15 16:08:44.000000,2024-05-13 16:47:27,911.0,22.0,106.0,43.0,113.0,56.0,46.0,636.0,Bias Auditing & Fair ML Toolkit.,21.0,26,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,161.0,154.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,33913.0,33913.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,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-04-26 20:02:09.000000,2024-04-26 20:02:08,844.0,8.0,133.0,29.0,89.0,40.0,75.0,601.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2024-04-23 05:17:11.000,1.15.0,43.0,ml-metadata,,,,,480.0,449.0,https://pypi.org/project/ml-metadata,2024-04-23 05:17:11.000,31.0,80770.0,80805.0,,,,,,,,3.0,2208.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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,425.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7704.0,7574.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,130.0,217240.0,218058.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40114.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +494,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-05-15 17:14:00.000000,2024-05-15 16:50:06,2745.0,206.0,59.0,8.0,256.0,40.0,90.0,257.0,Python recommendation toolkit.,14.0,26,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,108.0,102.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,2331.0,2968.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,26778.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,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-05-16 01:29:54.000000,2024-05-16 01:29:48,1619.0,1.0,808.0,146.0,1564.0,114.0,125.0,7964.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,155.0,154.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4027.0,4027.0,,,,,,,,3.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,,800.0,168.0,1588.0,145.0,74.0,6348.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,,161.0,166.0,,,,,,,,3.0,358.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,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,968.0,182.0,327.0,338.0,292.0,5783.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,,,,,126.0,126.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,356.0,404.0,,,,,,,,2.0,3745.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-04-26 02:38:27.000000,2023-11-19 13:26:15,334.0,,954.0,45.0,34.0,65.0,112.0,4982.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],205.0,196.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,3439.0,3439.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,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-04-27 19:15:19.000000,2023-04-28 16:55:30,521.0,,444.0,62.0,93.0,36.0,88.0,4972.0,Finding duplicate images made easy!.,15.0,25,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],116.0,111.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,19185.0,19185.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-05-16 14:46:30.000000,2024-05-16 14:46:30,3559.0,111.0,603.0,93.0,3913.0,211.0,1375.0,4931.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,91.0,25,True,2024-05-07 16:55:22.000,1.37.1,78.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,239.0,215.0,51.0,200.0,4396.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,55.0,54.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,847.0,939.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3425.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,430.0,42.0,52.0,88.0,174.0,4174.0,An Open-Source Framework for Prompt-Learning.,22.0,25,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,125.0,122.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,1114.0,1114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,512.0,135.0,649.0,65.0,198.0,3867.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,3104.0,3104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,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-05-11 02:56:33.000000,2024-04-30 02:48:23,2762.0,56.0,1206.0,135.0,1070.0,52.0,75.0,3312.0,a distributed deep learning platform.,90.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,68.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,744.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6557.0,3.0,,,,,,,,,,,,,,,,,,,, +505,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-04-19 22:27:39.000000,2024-03-08 19:28:28,465.0,3.0,271.0,50.0,458.0,59.0,256.0,3303.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,4.0,5552.0,6606.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,39699.0,,,,,2.0,496.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-04-22 17:11:22.000000,2024-03-30 09:25:51,4343.0,19.0,582.0,40.0,1002.0,251.0,692.0,3199.0,"A unified, comprehensive and efficient recommendation library.",71.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,4176.0,4289.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4780.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,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-05-07 06:18:57.000000,2024-05-07 06:18:34,512.0,4.0,811.0,62.0,638.0,133.0,399.0,3198.0,A high-performance distributed training framework for Reinforcement Learning.,44.0,25,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],125.0,124.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,920.0,920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,,246.0,29.0,2015.0,3.0,652.0,3015.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,10572.0,10663.0,,,,,,,,3.0,2644.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,,663.0,73.0,25.0,117.0,101.0,2977.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'],2921.0,2920.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1810.0,1810.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,,471.0,97.0,49.0,59.0,253.0,2815.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,,,,721.0,700.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,3441.0,3759.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15632.0,,,,,3.0,987.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,2024-04-22 23:07:16.000000,2023-06-30 21:16:10,470.0,,322.0,64.0,317.0,47.0,124.0,2785.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'],55.0,54.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,2151.0,2474.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,15227.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,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-05-09 16:39:09.000000,2024-05-06 14:20:38,944.0,6.0,173.0,20.0,78.0,94.0,174.0,2751.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,25,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,45.0,44.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1920.0,1920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,228.0,50.0,481.0,45.0,70.0,2719.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,,,,,225.0,222.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,21192.0,21193.0,,,,,,,,2.0,68.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-04-15 21:12:13.000000,2023-07-01 21:40:58,1936.0,,347.0,40.0,89.0,28.0,158.0,2504.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,2112.0,2112.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +515,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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,466.0,38.0,239.0,52.0,281.0,2494.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,25,True,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,34109.0,34335.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +516,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-05-07 23:16:28.000000,2024-02-10 10:17:50,226.0,,252.0,48.0,94.0,20.0,115.0,2155.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",116.0,112.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2618.0,2618.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,, +517,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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,85.0,41.0,47.0,14.0,75.0,2098.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,62.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,62.0,43179.0,43179.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,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-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,12.0,236.0,38.0,38.0,13.0,114.0,2091.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,25,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,240.0,234.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,4255.0,4755.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,23037.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +519,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,71.0,21.0,93.0,66.0,2091.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,,,,,271.0,267.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,73986.0,73986.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,,302.0,57.0,1313.0,233.0,810.0,1819.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'],106.0,102.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,775.0,775.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,2024-03-24 14:27:59.853000,2022-12-07 10:32:49,237.0,,293.0,1.0,1.0,1.0,,1703.0,Feature engineering package with sklearn like functionality.,38.0,25,False,2024-03-24 13:29:41.000,1.7.0,39.0,feature_engine,conda-forge/feature_engine,,,,147.0,,https://pypi.org/project/feature_engine,2024-03-24 13:29:41.000,147.0,135364.0,136420.0,https://anaconda.org/conda-forge/feature_engine,2024-03-24 14:27:59.853,47550.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,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,49.0,49.0,23.0,91.0,1600.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,,,,380.0,367.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2730.0,4731.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,37666.0,,,,,3.0,65296.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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,205.0,44.0,12.0,4.0,51.0,1564.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],233.0,231.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,206026.0,206026.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +524,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,,268.0,49.0,87.0,22.0,191.0,1542.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],580.0,563.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,17.0,6419.0,6564.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6845.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,,579.0,108.0,283.0,19.0,300.0,1511.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,25,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,162.0,160.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,7636.0,7688.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4489.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-05-11 00:44:31.000000,2024-05-11 00:41:32,352.0,10.0,269.0,42.0,254.0,77.0,195.0,1466.0,A framework for Privacy Preserving Machine Learning.,35.0,25,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],37.0,36.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,323.0,323.0,,,,,,,,3.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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,330.0,50.0,43.0,96.0,,1336.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'],476.0,468.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,41096.0,68612.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,313.0,,,,,3.0,1210433.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,,142.0,28.0,63.0,7.0,70.0,1290.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'],1463.0,1450.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,13572.0,13572.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,109.0,1241.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,,,,,1055.0,1044.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,10801.0,10801.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,2024-05-16 13:45:13.000000,2024-05-16 13:11:43,2072.0,1.0,215.0,41.0,593.0,85.0,433.0,1016.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2024-05-16 13:20:06.000,2.1.0,47.0,smac,conda-forge/smac,,,,33.0,,https://pypi.org/project/smac,2023-08-01 13:30:07.000,33.0,55419.0,55933.0,https://anaconda.org/conda-forge/smac,2023-08-11 21:35:06.370,19554.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +531,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,48.0,61.0,1.0,68.0,976.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],449.0,446.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,17159.0,17159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,2.0,236.0,61.0,246.0,22.0,367.0,960.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,,,,585.0,554.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,31.0,22398.0,23082.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,29336.0,,,,,3.0,269.0,,,,,,,,,,,,,,,,,,, +533,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,,256.0,43.0,72.0,103.0,188.0,918.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,547.0,510.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5836.0,5836.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +534,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,76.0,13.0,48.0,22.0,53.0,733.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,25,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,1984.0,1955.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,577434.0,577611.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5487.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,,103.0,15.0,193.0,117.0,136.0,666.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,617.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,617.0,3141715.0,3141865.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,18460.0,,,,,,,,,,,,,,,,,,, +536,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-04-28 16:46:16.622000,2024-04-28 11:15:50,477.0,6.0,50.0,8.0,59.0,173.0,237.0,590.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,,,,786.0,713.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,73.0,42801.0,44711.0,https://anaconda.org/conda-forge/pyvips,2024-04-28 16:46:16.622,82153.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-03-09 00:32:37.185000,2024-03-08 20:01:01,3751.0,24.0,69.0,47.0,355.0,21.0,395.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],43.0,41.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,589.0,1055.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,13982.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,, +538,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-04-10 07:37:43.190000,2022-01-15 18:08:37,1718.0,,67.0,15.0,13.0,35.0,7.0,536.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,,,,225.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,225.0,475318.0,482249.0,https://anaconda.org/conda-forge/whoosh,2024-04-10 07:37:43.190,249523.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,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-05-15 13:37:20.000000,2024-05-15 12:32:23,5658.0,65.0,91.0,15.0,756.0,16.0,438.0,428.0,Lightwood is Legos for Machine Learning.,46.0,25,False,2024-05-15 13:29:47.000,24.5.2.0,204.0,lightwood,,,,['pytorch'],62.0,60.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,7987.0,7987.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +540,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,,85.0,13.0,31.0,7.0,49.0,369.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,439.0,397.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,42.0,135197.0,136798.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,70451.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,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-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,11.0,39.0,5.0,15.0,6.0,48.0,323.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,25,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],739.0,693.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,46.0,82536.0,104142.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,929089.0,,,,,3.0,46.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,2024-05-11 10:51:24.000000,2024-05-11 10:51:24,547.0,21.0,56.0,40.0,298.0,20.0,60.0,299.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,False,2024-04-23 07:31:20.000,1.3.0,77.0,gokart,,,,,82.0,77.0,https://pypi.org/project/gokart,2024-04-23 07:31:20.000,5.0,3207.0,3207.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'],1129.0,1113.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,711.0,723.0,,,,,,,,3.0,910.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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,1004.0,92.0,63.0,255.0,269.0,4622.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,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,26794.0,26794.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,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,101.0,35.0,107.0,113.0,4518.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],129.0,124.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5079.0,5082.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,235.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,,722.0,62.0,247.0,129.0,824.0,4053.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,6182.0,6182.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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,177.0,385.0,33.0,430.0,3817.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,2.0,443.0,89.0,78.0,67.0,137.0,3353.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,605433.0,605435.0,,,,,,,,2.0,180.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,110.0,73.0,193.0,117.0,3079.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,,,,,142.0,130.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,930.0,991.0,,,,,,,,3.0,4581.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,2024-03-13 21:11:32.000000,2024-03-13 21:09:44,767.0,1.0,362.0,91.0,548.0,144.0,92.0,2741.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,40497.0,40497.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,,137.0,28.0,200.0,20.0,73.0,2704.0,HiPlot makes understanding high dimensional data easy.,9.0,24,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,429.0,403.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,20604.0,24211.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,183977.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,,317.0,92.0,2157.0,206.0,982.0,2675.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,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,19815.0,19815.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,,336.0,31.0,695.0,43.0,151.0,2520.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,97.0,93.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,589.0,589.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,,645.0,89.0,29.0,25.0,52.0,2334.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,,,,,648.0,596.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,52.0,33560.0,33560.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,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,2202.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],698.0,679.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,7263.0,7263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,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-04-05 08:29:34.000000,2024-04-04 10:48:55,541.0,9.0,211.0,42.0,128.0,61.0,127.0,2190.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,28.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,7357.0,7357.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,,669.0,82.0,48.0,24.0,64.0,2055.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,514.0,502.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,8274.0,8274.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,1987.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],347.0,339.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1370.0,1546.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,7072.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-05-13 12:34:46.000000,2023-12-04 14:09:45,571.0,,134.0,56.0,452.0,68.0,102.0,1843.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,111.0,101.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,4411.0,4411.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,,311.0,98.0,45.0,187.0,216.0,1638.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,,,,,11.0,2.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,1321.0,1321.0,,,,,,,,3.0,49.0,,,,,,,,,,,,,,,,,,, +561,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,,121.0,28.0,31.0,63.0,50.0,1572.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'],449.0,442.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,130235.0,130235.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,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,,403.0,91.0,165.0,103.0,224.0,1354.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],42.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,149.0,149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,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,35.0,68.0,57.0,206.0,1228.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,24,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],128.0,126.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,848.0,852.0,,,,,,,,3.0,101.0,,,,,,,,,,,,,,,,,,, +564,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,205.0,54.0,460.0,143.0,293.0,1193.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],75.0,66.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,803.0,803.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-05-05 07:26:14.000000,2024-05-05 07:26:07,87.0,9.0,227.0,20.0,20.0,5.0,87.0,1181.0,Implementation of the node2vec algorithm.,15.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,641.0,614.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,27.0,26690.0,27078.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27991.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +566,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,223.0,72.0,415.0,75.0,147.0,1155.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,,,,,171.0,166.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,679.0,679.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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,,114.0,12.0,23.0,18.0,15.0,1079.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5637.0,5229.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,408.0,427495.0,427495.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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,48.0,112.0,53.0,170.0,970.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,317.0,294.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,975.0,975.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,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-04-29 15:05:23.000000,2024-04-29 15:05:22,732.0,3.0,145.0,16.0,105.0,30.0,240.0,959.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'],103.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,103.0,25810.0,31760.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-01-09 03:56:17.077,279680.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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,,109.0,26.0,36.0,34.0,69.0,878.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,24,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],617.0,605.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,23400.0,23400.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,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-05-14 15:59:42.000000,2024-05-14 09:36:49,344.0,15.0,134.0,19.0,80.0,3.0,66.0,865.0,An intuitive library to extract features from time series.,20.0,24,True,2024-03-27 17:12:39.000,0.1.7,11.0,tsfel,,,,,128.0,125.0,https://pypi.org/project/tsfel,2024-03-27 16:06:38.000,3.0,21650.0,21650.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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-05-16 09:24:43.000000,2024-05-16 09:24:42,249.0,4.0,109.0,15.0,44.0,35.0,27.0,849.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,606.0,591.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,29446.0,40863.0,,,,,,,,3.0,479538.0,,,,,,,,,,,,,,,,,,, +573,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,,157.0,34.0,25.0,34.0,236.0,739.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,,,,,174.0,170.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,5103.0,5103.0,,,,,,,,3.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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,2.0,155.0,17.0,72.0,35.0,108.0,700.0,Ternary plotting library for python with matplotlib.,27.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,198.0,169.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,29.0,38190.0,39024.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,80937.0,,,,,3.0,25.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,,136.0,132.0,91.0,42.0,67.0,653.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'],204.0,194.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,10.0,14945.0,14945.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-05-03 16:06:47.000000,2024-05-03 12:15:14,872.0,16.0,83.0,10.0,735.0,92.0,438.0,609.0,Automated modeling and machine learning framework FEDOT.,33.0,24,True,2024-05-03 16:06:47.000,0.7.3.2,22.0,fedot,,,,,50.0,45.0,https://pypi.org/project/fedot,2024-05-03 15:56:33.000,5.0,1112.0,1112.0,,,,,,,,3.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +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-04-09 13:42:05.705000,2024-04-03 15:41:01,407.0,9.0,134.0,20.0,46.0,3.0,84.0,548.0,Medical image processing in Python.,20.0,24,False,2024-04-03 15:53:56.000,0.5.1,9.0,MedPy,conda-forge/medpy,,,,1957.0,1909.0,https://pypi.org/project/MedPy,2024-04-03 15:53:56.000,48.0,19110.0,19905.0,https://anaconda.org/conda-forge/medpy,2024-04-09 13:42:05.705,27847.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,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,9.0,17.0,11.0,12.0,508.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'],4540.0,4441.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,99.0,2708075.0,2717553.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,900484.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,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-05-12 10:24:37.000000,2023-02-15 20:15:59,196.0,,545.0,82.0,38.0,59.0,26.0,10858.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,23,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,48.0,48.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,835.0,923.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2467.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7991.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,1248.0,1248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,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,,1379.0,261.0,69.0,115.0,136.0,6325.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,,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,,739.0,104.0,588.0,107.0,345.0,5926.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.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,39880.0,39880.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,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-03-03 01:46:55.000000,2024-03-03 01:31:19,1096.0,1.0,924.0,114.0,675.0,146.0,542.0,5419.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,117.0,23,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,508.0,508.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-05-16 12:04:00.000000,2024-05-15 16:01:03,1602.0,43.0,815.0,146.0,1515.0,348.0,399.0,4981.0,Simple and Distributed Machine Learning.,118.0,23,True,2024-04-10 19:16:17.000,1.0.4-spark3.5,48.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,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-03-28 17:33:46.000000,2023-01-15 11:37:16,279.0,,933.0,111.0,101.0,148.0,351.0,4891.0,Backtest trading strategies in Python.,19.0,23,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,4.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,4.0,14066.0,14066.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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-05-14 07:28:25.000000,2024-03-11 13:23:01,3347.0,3.0,820.0,230.0,111.0,57.0,620.0,4882.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,23,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,21.0,,,,,,,,3.0,1506.0,,,,,,,,,,,,,,,,,,, +587,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,,1370.0,351.0,59.0,51.0,,4306.0,Python Algorithmic Trading Library.,11.0,23,False,,,8.0,pyalgotrade,,,,,184.0,184.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,538.0,538.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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-05-15 07:21:55.000000,2024-05-15 07:15:09,1598.0,7.0,514.0,150.0,609.0,86.0,75.0,3525.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,23,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,,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,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,,532.0,173.0,50.0,67.0,49.0,3470.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],60.0,58.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,108.0,108.0,,,,,,,,3.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,,223.0,54.0,36.0,74.0,123.0,3135.0,A GUI for Pandas DataFrames.,15.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],381.0,376.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3396.0,3948.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,22085.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,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,,237.0,42.0,110.0,80.0,64.0,2868.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,8752.0,8754.0,,,,,,,,3.0,122.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,131.0,136.0,60.0,128.0,2397.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'],63.0,61.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,2244.0,2405.0,,,,,,,,3.0,12783.0,,,,,,,,,,,,,,,,,,, +593,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,439.0,64.0,122.0,32.0,350.0,2378.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,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,,299.0,66.0,78.0,64.0,68.0,2099.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'],30.0,27.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1463.0,1463.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,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,,243.0,44.0,33.0,51.0,90.0,1940.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'],172.0,172.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3520.0,3520.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,1854.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'],471.0,449.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,2418.0,3361.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,34906.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,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,1728.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1832.0,1923.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3367.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,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,,116.0,38.0,11.0,33.0,51.0,1611.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,355.0,346.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1436.0,1436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,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-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,2.0,302.0,56.0,115.0,54.0,30.0,1542.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,,,,,89.0,88.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,866.0,866.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,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-05-06 14:21:43.000000,2023-11-08 21:41:55,157.0,,163.0,104.0,186.0,35.0,25.0,1497.0,fklearn: Functional Machine Learning.,55.0,23,True,2023-11-09 12:59:48.000,3.0.0,31.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2023-11-09 12:59:48.000,,722.0,722.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,,86.0,41.0,15.0,9.0,27.0,1325.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'],191.0,172.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,19.0,10986.0,11137.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4689.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,161.0,33.0,22.0,42.0,34.0,1273.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],61.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,791.0,791.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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-05-15 00:02:07.000000,2024-04-10 03:25:54,547.0,11.0,127.0,21.0,270.0,13.0,131.0,1229.0,A standard framework for modelling Deep Learning Models for tabular data.,21.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,2784.0,2784.0,,,,,,,,1.0,27.0,,,,,,,,,,,,,,,,,,, +604,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-05-16 12:38:16.000000,2023-10-17 15:42:30,833.0,,326.0,51.0,794.0,10.0,300.0,1207.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,23,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,,1671.0,1671.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +605,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-05-07 04:53:40.000000,2024-04-29 07:05:47,431.0,5.0,150.0,92.0,122.0,33.0,45.0,1149.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,23,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,110.0,109.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,346.0,346.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,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,184.0,34.0,73.0,3.0,86.0,1037.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'],223.0,214.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,4412.0,4412.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,,84.0,26.0,55.0,36.0,28.0,944.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,,,,694.0,671.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,44103.0,45510.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,45050.0,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +608,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,,149.0,23.0,46.0,15.0,82.0,914.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2403.0,2394.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1254.0,1254.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +609,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-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,,162.0,29.0,111.0,86.0,56.0,887.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,5290.0,52943.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2181417.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,1240.0,,,,,,,,,,, +610,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,220.0,218.0,859.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,96.0,96.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1618.0,1618.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +611,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-05-13 23:58:05.000000,2024-05-13 15:22:51,225.0,3.0,83.0,18.0,155.0,28.0,85.0,837.0,Bayesian active learning library for research and industrial usecases.,21.0,23,True,2024-04-04 17:31:05.000,1.9.2,20.0,baal,conda-forge/baal,,,,57.0,56.0,https://pypi.org/project/baal,2024-04-04 17:29:59.000,1.0,4517.0,4722.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,8211.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,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-04-17 06:08:55.000000,2024-04-17 06:07:52,292.0,7.0,249.0,46.0,18.0,9.0,91.0,827.0,Data compression in TensorFlow.,21.0,23,True,2024-03-27 19:52:35.000,2.16.0,25.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,14879.0,14879.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-04-29 13:46:08.000000,2024-04-29 13:46:08,600.0,4.0,135.0,15.0,59.0,27.0,128.0,765.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],51.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,51.0,13617.0,15794.0,https://anaconda.org/conda-forge/pytorch_cluster,2023-12-29 00:14:59.843,104526.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,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,,150.0,25.0,154.0,79.0,137.0,761.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'],22.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,7546.0,12106.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,315664.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,803.0,,,,,,,,,,, +615,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-05-16 11:08:41.000000,2024-05-14 10:29:23,1196.0,47.0,123.0,30.0,1003.0,37.0,50.0,757.0,Machine learning framework for both deep learning and traditional algorithms.,37.0,23,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,412.0,412.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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,,89.0,21.0,9.0,25.0,41.0,672.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'],440.0,430.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,41260.0,41289.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2919.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,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,3.0,85.0,7.0,20.0,,91.0,552.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,69.0,67.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,8280.0,8280.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,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-05-12 11:40:34.000000,2024-05-08 22:27:13,975.0,12.0,178.0,24.0,845.0,119.0,388.0,549.0,MONAI Label is an intelligent open source image labeling and learning tool.,59.0,23,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1074.0,3492.0,,,,,,,,3.0,82239.0,,,,,,,,,,,,,,,,,,, +619,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-05-11 10:46:51.000000,2024-05-11 10:43:02,331.0,11.0,99.0,26.0,7.0,1.0,33.0,497.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,23,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,28.0,25.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,2457.0,2457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-05-06 13:22:25.000000,2024-05-06 13:22:25,6709.0,1.0,144.0,36.0,395.0,37.0,136.0,373.0,Neuroimaging in Python FMRI analysis package.,69.0,23,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,245.0,224.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,21.0,2168.0,3492.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,108576.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,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,1.0,83.0,29.0,318.0,75.0,27.0,368.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,23,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],400.0,393.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,50252.0,50252.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,,49.0,14.0,712.0,217.0,204.0,281.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,111.0,103.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,2164.0,2164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,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-05-12 00:09:57.000000,2024-04-22 13:58:48,483.0,63.0,105.0,19.0,510.0,58.0,124.0,259.0,An open-source toolkit for large-scale genomic analysis.,27.0,23,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,37667.0,37771.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,4076.0,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +624,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,,27.0,7.0,19.0,4.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,23,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2245.0,2201.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,100263.0,100263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,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,,780.0,223.0,25.0,8.0,122.0,5327.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,1153.0,1153.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +626,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1703.0,19.0,17.0,70.0,24.0,5007.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,28.0,28.0,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,2725.0,2725.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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1228.0,306.0,209.0,64.0,211.0,4737.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1792.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143395.0,3.0,,,,,,,,,,,,,,,,,,,, +628,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,4615.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,22,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],6.0,,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,547.0,547.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,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,74.0,37.0,95.0,75.0,4379.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,641.0,641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,810.0,328.0,89.0,91.0,306.0,3870.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,,120.0,143.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1890.0,,,,,3.0,384.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,,675.0,74.0,53.0,179.0,101.0,3383.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,3290.0,3299.0,,,,,,,,3.0,562.0,,,,,,,,,,,,,,,,,,, +632,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-04-01 21:52:31.000000,2024-04-01 21:52:26,686.0,2.0,497.0,215.0,16.0,24.0,4.0,3362.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,True,2024-01-01 21:29:17.000,0.11.13,14.0,finmarketpy,,,,,13.0,13.0,https://pypi.org/project/finmarketpy,2024-01-01 21:29:17.000,,274.0,274.0,,,,,,,,3.0,51.0,,,,,,,,,,,,,,,,,,, +633,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,2.0,328.0,53.0,414.0,82.0,106.0,3233.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'],40.0,39.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,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,207.0,9.0,4.0,16.0,3141.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],148.0,146.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1478.0,1478.0,,,,,,,,3.0,,,,google-deepmind/trfl,,,,,,,,,,,,,,,, +635,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-05-06 16:34:46.000000,2021-05-06 12:10:38,127.0,,156.0,48.0,66.0,2.0,30.0,3021.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,,,,49.0,49.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,444.0,497.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1489.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,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-05-07 08:59:07.000000,2024-04-08 05:25:46,3457.0,3.0,727.0,7.0,5.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.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,512.0,512.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,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,144.0,36.0,126.0,2381.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'],29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,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,,367.0,86.0,4.0,4.0,18.0,2173.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.0,22,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,48.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,1527.0,1527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,,340.0,42.0,68.0,163.0,95.0,1846.0,Super easy library for BERT based NLP models.,36.0,22,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-01-30 11:59:18.000,,1509.0,1509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,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-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,,102.0,37.0,30.0,29.0,79.0,1791.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,30.0,30.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,11338.0,11338.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +641,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,1772.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']",278.0,267.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,4439.0,4439.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,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,1707.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'],158.0,152.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,3196.0,5437.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,209563.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +643,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,7.0,15.0,33.0,1642.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'],57.0,51.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,3210.0,3210.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,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,,290.0,44.0,801.0,71.0,485.0,1610.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,132.0,132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,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,99.0,17.0,1560.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,45107.0,45107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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,3.0,207.0,56.0,52.0,78.0,149.0,1539.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,,809.0,840.0,,,,,,,,3.0,2794.0,,,,,,,,,,,,,,,,,,, +647,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-04-18 10:50:41.000000,2024-04-18 10:50:48,1196.0,6.0,116.0,26.0,68.0,4.0,29.0,1487.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,22,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,7894.0,7894.0,,,,,,,,3.0,17.0,-2.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,,181.0,31.0,86.0,16.0,32.0,1276.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,93.0,92.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,475.0,475.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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,,188.0,27.0,57.0,22.0,36.0,1275.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'],165.0,160.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,721.0,721.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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-05-13 01:48:48.000000,2024-05-13 01:47:40,189.0,5.0,109.0,37.0,25.0,17.0,116.0,1195.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2024-05-13 01:50:26.000,2.2.2,82.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,6227.0,6227.0,,,,,,,,3.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,66.0,29.0,31.0,12.0,1159.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,79.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,9261.0,9261.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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,,294.0,96.0,121.0,62.0,97.0,1014.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'],14.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,14.0,1461.0,1996.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,43392.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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,110.0,52.0,98.0,41.0,51.0,1009.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'],240.0,229.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3425.0,3425.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,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,44.0,962.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,,,,,181.0,177.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,10638.0,10638.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,2.0,193.0,24.0,58.0,12.0,27.0,933.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'],92.0,84.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,5530.0,5530.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,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,135.0,24.0,594.0,63.0,511.0,840.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,,,,,,,,,,,,,,,,,,,, +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,,103.0,29.0,60.0,22.0,74.0,836.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,419.0,418.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2168.0,2168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,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,,75.0,26.0,37.0,27.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,33.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,33.0,60822.0,60822.0,,,,,,,,3.0,19.0,,,,,,,,,,,,,,,,,,, +659,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.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,,,,440.0,435.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,16454.0,16508.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1968.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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-05-06 14:08:02.000000,2023-09-19 18:44:18,355.0,,118.0,18.0,79.0,24.0,34.0,685.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],269.0,246.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,57703.0,59409.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,151901.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +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,633.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'],91.0,87.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,783.0,783.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,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,57.0,35.0,604.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,,,,451.0,428.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,23.0,8898.0,9358.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18889.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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,129.0,22.0,19.0,8.0,30.0,588.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],159.0,154.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,11534.0,11534.0,,,,,,,,3.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,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,57.0,10.0,21.0,14.0,37.0,543.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,,,,392.0,383.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,14486.0,14897.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,25529.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,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-05-13 23:44:56.000000,2024-03-19 15:52:03,1216.0,2.0,65.0,7.0,209.0,18.0,109.0,508.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'],257.0,252.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2938.0,2938.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,2024-05-05 16:01:33.000000,2024-05-05 16:01:32,1771.0,65.0,68.0,7.0,216.0,47.0,81.0,506.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,27.0,26.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1050.0,1055.0,,,,,,,,3.0,153.0,,,,,,,,,,,,,,,,,,, +667,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,5.0,105.0,13.0,130.0,18.0,138.0,473.0,A Python library for dynamic classifier and ensemble selection.,17.0,22,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],50.0,47.0,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,1309.0,1309.0,,,,,,,,3.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-04-14 12:59:12.000000,2023-03-05 00:16:57,419.0,,99.0,36.0,276.0,71.0,173.0,471.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,77.0,75.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1552.0,1555.0,,,,,,,,3.0,307.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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,1323.0,1323.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,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,,48.0,17.0,2.0,11.0,3.0,373.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,,,,,520.0,512.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,13897.0,13897.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2024-04-27 16:26:42.000000,2024-04-27 16:26:42,258.0,7.0,27.0,9.0,5.0,22.0,60.0,314.0,Multiple Imputation with LightGBM in Python.,8.0,22,True,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,140.0,135.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,38326.0,38695.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,12550.0,,,,,2.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,4.0,12.0,231.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,,,,1134.0,1078.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,56.0,103482.0,104895.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,60787.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-05-09 19:10:29.000000,2020-04-18 19:15:25,24.0,,1131.0,141.0,45.0,39.0,10.0,8444.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'],51.0,48.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,977.0,977.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,645.0,94.0,150.0,98.0,103.0,8362.0,The user analytics platform for LLMs.,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,722.0,722.0,,,,,,,,3.0,,,,nebuly-ai/nebuly,,,,,,,,,,,,,,,, +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,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1170.0,95.0,48.0,391.0,284.0,6301.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],15.0,15.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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-03-12 17:57:31.000000,2023-08-15 07:38:22,956.0,,542.0,166.0,46.0,37.0,28.0,4311.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,768.0,768.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,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,165.0,120.0,22.0,112.0,2930.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,252.0,252.0,,,,,,,,3.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,,327.0,73.0,2.0,18.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'],202.0,199.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1366.0,1366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,2111.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,21,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],18.0,18.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1198.0,1198.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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,2060.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,True,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,,9834.0,9834.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,159.0,23.0,33.0,32.0,31.0,1917.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,412.0,571.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4561.0,,,,,3.0,94.0,,,,,,,,,,,,,,,,,,, +682,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-04-22 13:05:03.000000,2024-02-04 20:37:53,1083.0,,272.0,31.0,40.0,27.0,176.0,1786.0,A library for graph deep learning research.,49.0,21,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,,,,,,,,,,,,,,,,,,,, +683,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,197.0,30.0,423.0,11.0,163.0,1652.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2024-04-19 09:46:18.000000,2020-12-17 06:57:15,932.0,,293.0,66.0,202.0,5.0,74.0,1585.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,27.0,245.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,,, +685,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,278.0,71.0,728.0,51.0,64.0,1583.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,608.0,987.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,19757.0,,,,,3.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,,140.0,102.0,150.0,21.0,20.0,1551.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,,,,,21.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,2424.0,2424.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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-05-08 15:24:36.000000,2024-02-25 11:49:35,1255.0,2.0,122.0,31.0,164.0,71.0,142.0,1503.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.0,21,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,,185.0,196.0,,,,,,,,3.0,499.0,-2.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,,272.0,65.0,51.0,23.0,75.0,1477.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,444.0,444.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,102.0,36.0,13.0,24.0,1421.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,164.0,164.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-04-17 19:59:55.000000,2024-04-17 19:59:46,779.0,6.0,182.0,18.0,262.0,77.0,94.0,1280.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,53692.0,53692.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,,220.0,63.0,48.0,36.0,90.0,1262.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'],34.0,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,395.0,395.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,,204.0,28.0,61.0,52.0,61.0,1068.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,123.0,121.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,2.0,540.0,545.0,,,,,,,,3.0,608.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,,249.0,47.0,46.0,26.0,127.0,1057.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,299.0,299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,53.0,86.0,64.0,206.0,1022.0,Line based ATR Engine based on OCRopy.,20.0,21,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,2129.0,2129.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,1005.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'],83.0,79.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,183.0,183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,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-05-01 04:05:18.000000,2024-04-25 03:40:02,286.0,108.0,51.0,11.0,59.0,5.0,19.0,904.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",14.0,21,True,2024-04-25 03:41:41.000,3.0.2,34.0,uform,,,,['pytorch'],7.0,6.0,https://pypi.org/project/uform,2024-04-25 03:41:41.000,1.0,1294.0,1311.0,,,,,,,,3.0,256.0,,,,,,,,,,,,,,,,,,, +697,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,830.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],448.0,436.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,12.0,31944.0,31944.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,,160.0,38.0,46.0,43.0,49.0,798.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,100.0,91.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,562.0,562.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,26.0,162.0,51.0,62.0,761.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'],57.0,53.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,651.0,651.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,,144.0,25.0,19.0,26.0,5.0,737.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'],630.0,622.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,46127.0,46300.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,7473.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,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-05-14 06:37:14.000000,2024-03-27 18:40:09,1505.0,2.0,80.0,34.0,660.0,22.0,118.0,698.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']",13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,290.0,290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,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,,106.0,30.0,1.0,13.0,3.0,633.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']",640.0,623.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,19134.0,19134.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,,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,,,,,201.0,193.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,15344.0,15344.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,313.0,597.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,317.0,317.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,,95.0,26.0,32.0,35.0,6.0,591.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'],389.0,381.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,22489.0,22489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,28.0,31.0,5.0,24.0,564.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1683.0,1683.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-05-12 12:31:35.000000,2023-12-29 21:08:41,477.0,,57.0,26.0,9.0,15.0,37.0,521.0,Active Learning for Text Classification in Python.,6.0,21,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",28.0,28.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,687.0,954.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,5874.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,414.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,121.0,118.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4352.0,4352.0,,,,,,,,3.0,93.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,,27.0,9.0,9.0,2.0,9.0,405.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'],1377.0,1371.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,206765.0,206765.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,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-05-01 02:15:11.000000,2024-05-01 02:14:09,660.0,2.0,65.0,30.0,457.0,22.0,91.0,370.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],18.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,14.0,16714.0,22906.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,588291.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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-05-15 11:09:46.000000,2024-05-15 11:06:29,819.0,6.0,25.0,7.0,76.0,30.0,22.0,369.0,Flexible time series feature extraction & processing.,6.0,21,True,2024-04-04 10:31:07.000,0.4.0,37.0,tsflex,conda-forge/tsflex,,,,14.0,13.0,https://pypi.org/project/tsflex,2024-04-04 10:23:01.000,1.0,662.0,1289.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,21346.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,11.0,37.0,29.0,37.0,349.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,,,,,247.0,231.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,4350.0,4350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,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,,33.0,18.0,6.0,19.0,21.0,306.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],98.0,97.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1562.0,1562.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +714,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-05-10 13:02:13.580000,2024-05-09 18:56:02,660.0,18.0,14.0,24.0,348.0,44.0,84.0,296.0,Serverside scaling for Vega and Altair visualizations.,4.0,21,False,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,1154.0,6181.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-05-10 13:02:13.580,119823.0,,,,,3.0,5113.0,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,237.0,,,,,,,,,,, +715,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-05-16 09:53:12.000000,2024-05-15 12:46:11,734.0,35.0,24.0,5.0,282.0,7.0,,290.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,21,False,2024-05-15 12:46:11.000,1.1.285,715.0,upgini,,,,,6.0,6.0,https://pypi.org/project/upgini,2024-05-16 09:53:12.000,,9187.0,9187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,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,286.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']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,434092.0,434092.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,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,1.0,2312.0,148.0,89.0,256.0,286.0,12918.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,,,,,,,,,,,,,,,,,,,, +718,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,,475.0,85.0,180.0,108.0,161.0,3574.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,69.0,91.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1333.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,99.0,16.0,53.0,17.0,3387.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,152.0,145.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,945.0,945.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,,318.0,59.0,242.0,174.0,111.0,3108.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,20,True,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,3803.0,3815.0,,,,,,,,3.0,677.0,,,,,,,,,,,,,,,,,,, +721,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,,169.0,65.0,54.0,6.0,44.0,3078.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,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,394.0,394.0,,,,,,,,3.0,41.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,,268.0,31.0,22.0,27.0,37.0,3043.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1825.0,1825.0,,,,,,,,,,,,,3.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,,398.0,101.0,54.0,64.0,48.0,2917.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,,,,,2.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,2.0,1838.0,1838.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,2826.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,,827.0,85.0,30.0,45.0,80.0,2650.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,69.0,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,663.0,663.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,,454.0,127.0,225.0,87.0,183.0,2310.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,95.0,95.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,,178.0,55.0,895.0,129.0,586.0,1906.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,18.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1020.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-04-09 15:16:39.000000,2024-04-09 15:16:39,371.0,1.0,150.0,18.0,71.0,18.0,39.0,1697.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,17.0,20,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,798.0,798.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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,,157.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,20,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],27.0,27.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,2407.0,2407.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,,356.0,61.0,47.0,37.0,72.0,1478.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,20,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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,40.0,13.0,14.0,9.0,1268.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,,,,,144.0,142.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3192.0,3192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,142.0,25.0,76.0,49.0,36.0,1031.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,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,254694.0,254854.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,8019.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,56.0,14.0,30.0,19.0,1020.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,,,,176.0,174.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,801.0,1036.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8484.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,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,,132.0,36.0,16.0,8.0,4.0,924.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3629.0,3624.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,684.0,684.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,130.0,18.0,24.0,28.0,39.0,825.0,python partial dependence plot toolbox.,7.0,20,True,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,23043.0,23394.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,20374.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,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,762.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'],44.0,44.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,813.0,813.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,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,25.0,39.0,758.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,,,,,106.0,106.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,848.0,848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,78.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,11134.0,11134.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-04-28 01:04:18.000000,2024-04-25 13:16:31,491.0,1.0,110.0,33.0,558.0,206.0,246.0,690.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,5930.0,5930.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,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-05-05 11:51:57.000000,2024-05-05 11:51:05,300.0,5.0,108.0,17.0,25.0,1.0,87.0,675.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,20,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,,8342.0,8342.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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-04-03 18:32:28.000000,2021-09-16 17:56:31,171.0,,144.0,34.0,82.0,16.0,55.0,617.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'],23.0,20.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,551.0,551.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,104.0,23.0,25.0,43.0,61.0,608.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'],172.0,170.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1799.0,1910.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3889.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,104.0,10.0,14.0,5.0,16.0,574.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,364.0,358.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,6.0,7408.0,7590.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11885.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,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,15.0,559.0,A library of metrics for evaluating recommender systems.,20.0,20,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,51.0,51.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,18882.0,18882.0,,,,,,,,3.0,6.0,,,,,,,,,,,,,,,,,,, +745,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,,166.0,56.0,20.0,39.0,60.0,544.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,30.0,29.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,132.0,132.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,60.0,9.0,25.0,25.0,533.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,,,,,100.0,98.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,328.0,328.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,, +747,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-03-30 13:25:33.000000,2024-03-30 13:25:33,69.0,5.0,51.0,18.0,9.0,12.0,10.0,495.0,Topological Data Analysis for Python.,6.0,20,True,2024-03-17 19:09:40.000,1.1.0,5.0,scikit-tda,,,,['sklearn'],55.0,55.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,3122.0,3122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2023-12-15 16:29:56.000000,2023-12-15 16:28:41,2274.0,,41.0,12.0,11.0,9.0,52.0,492.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,20,True,2023-11-01 10:40:28.000,4.6.0,75.0,hyperactive,,,,,34.0,29.0,https://pypi.org/project/hyperactive,2023-10-24 14:03:36.000,5.0,3726.0,3728.0,,,,,,,,3.0,139.0,,,,,,,,,,,,,,,,,,, +749,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,9.0,9.0,11.0,21.0,491.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,,,,,120.0,112.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6498.0,6498.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,,, +750,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,487.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,12898.0,12901.0,,,,,,,,3.0,149.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,,107.0,20.0,57.0,26.0,21.0,485.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,69.0,61.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2389.0,2389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,,99.0,18.0,9.0,6.0,41.0,443.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,53.0,53.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,3067.0,3067.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,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,247.0,10.0,23.0,401.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1553.0,1553.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +754,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-04-26 21:27:16.000000,2024-04-26 20:31:49,327.0,9.0,77.0,25.0,345.0,26.0,9.0,332.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,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,,1428.0,1428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,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-03-27 12:25:36.647000,2024-03-27 08:46:27,190.0,11.0,41.0,19.0,3.0,10.0,8.0,282.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,20,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],9.0,9.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,782.0,5001.0,https://anaconda.org/conda-forge/deepgraph,2024-03-27 12:25:36.647,181454.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-01-18 11:58:52.000000,2024-01-18 11:58:51,626.0,,67.0,28.0,31.0,30.0,113.0,263.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,1879.0,3954.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,88532.0,,,,,3.0,1912.0,,,,,,,,,,,,,,,,,,, +757,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-05-02 05:10:26.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,182.0,21.0,64.0,241.0,Python Implementation and Extension of RDF2Vec.,7.0,20,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,42.0,40.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,402.0,402.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,,,,,428.0,426.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1155.0,1159.0,,,,,,,,3.0,380.0,,,,,,,,,,,,,,,,,,, +759,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,,192.0,61.0,7.0,13.0,29.0,1061.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,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,205.0,205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,41.0,43.0,1058.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'],132.0,127.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,4182.0,4182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,58.0,69.0,849.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,99.0,98.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,410.0,410.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,,227.0,30.0,38.0,41.0,21.0,839.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,,3098.0,3098.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,,81.0,14.0,35.0,3.0,23.0,803.0,Leave One Feature Out Importance.,6.0,19,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,32.0,28.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,4037.0,4037.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,69.0,23.0,47.0,16.0,17.0,792.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],24.0,19.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,5.0,599.0,1484.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,23896.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,102.0,26.0,48.0,19.0,35.0,730.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,,,,,28.0,26.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,473.0,473.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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,13.0,22.0,564.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,309.0,309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,17.0,111.0,8.0,48.0,560.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],140.0,135.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,4548.0,4548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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,,67.0,13.0,10.0,23.0,41.0,541.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,,,,,49.0,49.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1167.0,1167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,58.0,72.0,18.0,71.0,523.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,,,,,19.0,19.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,169.0,169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,468.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,21891.0,21891.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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,39.0,66.0,465.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']",48.0,48.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,456.0,456.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,,70.0,24.0,48.0,15.0,19.0,400.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,4518.0,4949.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32765.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,60.0,28.0,110.0,33.0,184.0,366.0,scalable audio processing framework and server written in Python.,22.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,,257.0,257.0,,,,,,,,3.0,,-2.0,,yomguy/TimeSide,,,,,,,,,,,,,,,, +774,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-04-30 19:01:14.000000,2023-11-27 22:11:53,398.0,,129.0,34.0,323.0,81.0,130.0,324.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,,131.0,149.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1825.0,3.0,,,,,,,,,,,,,,,,,,,, +775,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,43.0,13.0,63.0,4.0,56.0,319.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,1549.0,1549.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,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,299.0,Textpipe: clean and extract metadata from text.,29.0,19,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,217.0,217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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-05-16 14:57:50.000000,2023-12-04 13:11:50,418.0,,76.0,22.0,432.0,27.0,51.0,268.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,2.0,2.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-05-14 19:29:04.000000,2024-04-20 15:27:32,496.0,3.0,56.0,14.0,84.0,13.0,35.0,249.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,19,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,15696.0,15696.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2024-03-21 11:20:10.000000,2024-03-21 11:20:09,585.0,1.0,33.0,24.0,638.0,21.0,128.0,239.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,19,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,1334.0,1354.0,,,,,,,,3.0,1020.0,,,,,,,,,,,,,,,,,,, +780,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,234.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],77.0,67.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,4306.0,4306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,211.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,81.0,79.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,25792.0,25792.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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-04-24 21:09:41.000000,2024-04-24 21:09:38,861.0,3.0,17.0,8.0,182.0,11.0,23.0,151.0,Toolkit for developing and maintaining ML models.,14.0,19,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,,9102.0,9102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,765.0,339.0,58.0,2.0,,6693.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,,116.0,123.0,,,,,,,,3.0,341.0,,,,,,,,,,,,,,,,,,, +784,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,111.0,51.0,46.0,160.0,6231.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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-05-16 15:35:41.000000,2024-05-07 20:36:57,691.0,33.0,401.0,39.0,835.0,149.0,115.0,3036.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,81.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2023-06-16 13:22:46.522000,2020-02-09 21:03:48,299.0,,412.0,106.0,83.0,67.0,48.0,2945.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'],,,,,,,102.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8543.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,,461.0,79.0,36.0,83.0,68.0,1680.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,,156.0,156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,26.0,1004.0,127.0,65.0,1641.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,599.0,599.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,,175.0,22.0,20.0,16.0,30.0,1611.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,,,,,5.0,5.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,125.0,125.0,,,,,,,,3.0,33.0,,,,,,,,,,,,,,,,,,, +790,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,,254.0,56.0,65.0,8.0,31.0,1368.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,53.0,53.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,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,34.0,72.0,31.0,30.0,1096.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,9059.0,9059.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,,156.0,44.0,5.0,4.0,7.0,1066.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,27.0,27.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,310.0,310.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,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,,176.0,18.0,42.0,22.0,59.0,891.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,177.0,174.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,456.0,646.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8568.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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,,188.0,33.0,15.0,18.0,22.0,783.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,755.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,18,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,48.0,48.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,1907.0,1907.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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,674.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,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,200.0,200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,272.0,48015.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2100729.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,1.0,68.0,7.0,5.0,4.0,29.0,536.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,,,,,17.0,15.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1350.0,1350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,24.0,19.0,5.0,20.0,457.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,215.0,215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,18,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,3.0,2919.0,2919.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-05-07 15:16:56.000000,2024-01-10 08:10:55,2818.0,,63.0,11.0,255.0,9.0,109.0,427.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,18,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,,105.0,72.0,7.0,15.0,19.0,423.0,semantic similarity framework for knowledge graph.,10.0,18,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,46.0,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,438.0,438.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,38.0,10.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,62.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,4.0,206.0,415.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,13208.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,1.0,38.0,12.0,1.0,2.0,80.0,400.0,Deep Learning PyTorch.,1.0,18,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,355.0,355.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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,,61.0,8.0,12.0,11.0,18.0,377.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,97.0,93.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4680.0,4681.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +806,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,345.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,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,168.0,168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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'],15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,333.0,333.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,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,,52.0,11.0,60.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,40.0,36.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,213.0,213.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,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,19.0,93.0,30.0,18.0,314.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2252.0,2252.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +810,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,262.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,55.0,52.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,484.0,484.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,60.0,31.0,47.0,235.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'],18.0,14.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,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-04-08 15:16:55.000000,2024-04-08 15:03:47,262.0,2.0,31.0,11.0,199.0,21.0,75.0,194.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",12.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],36.0,35.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,741.0,741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,130.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,,,,9242.0,9056.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,366413.0,366446.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1154.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,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,,1345.0,468.0,21.0,57.0,167.0,7032.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,,,,,,,,,,,,,,,, +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,119.0,24.0,17.0,352.0,4258.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,17,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,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,,987.0,63.0,13.0,44.0,25.0,3603.0,Implementation and experiments of graph embedding algorithms.,9.0,17,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,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,1539.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,,60.0,81.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1688.0,3.0,,,,,,,,,,,,,,,,,,,, +818,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,57.0,34.0,22.0,13.0,1267.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,17,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,200.0,200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,144.0,17.0,11.0,25.0,18.0,1156.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'],54.0,52.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,466.0,466.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,111.0,19.0,58.0,2.0,13.0,750.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,4536.0,4536.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +821,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,750.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'],36.0,36.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2384.0,2479.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,2971.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,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,,100.0,24.0,101.0,37.0,84.0,702.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,180.0,186.0,,,,,,,,3.0,420.0,,,,,,,,,,,,,,,,,,, +823,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,688.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,17,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,280.0,280.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,,40.0,15.0,18.0,,20.0,595.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,17,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,286.0,286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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-05-08 20:14:16.000000,2024-05-08 20:14:15,683.0,2.0,71.0,30.0,80.0,15.0,25.0,398.0,A Python implementation of active inference for Markov Decision Processes.,15.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,449.0,449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,,53.0,10.0,17.0,10.0,29.0,393.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,17,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,,1426.0,1426.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +827,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,2023-03-28 03:38:13.000000,2023-03-28 03:38:13,1094.0,,69.0,28.0,57.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,62.0,65.0,,,,,,,,3.0,174.0,,,,,,,,,,,,,,,,,,, +828,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,8.0,44.0,228.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,26.0,24.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,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-04-01 22:09:11.000000,2024-03-02 11:17:16,371.0,1.0,38.0,6.0,133.0,,35.0,224.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,2727.0,2834.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3022.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +830,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,,12.0,8.0,2.0,,5.0,192.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'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,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,3917.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,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,,167.0,61.0,10.0,26.0,6.0,1841.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,,48.0,48.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +833,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,,109.0,20.0,37.0,20.0,8.0,1039.0,Distributed Computing for AI Made Simple.,5.0,16,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,71.0,70.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,81.0,81.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,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,50.0,22.0,15.0,9.0,833.0,A medical imaging framework for Pytorch.,8.0,16,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,18.0,7.0,,10.0,797.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],80.0,79.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,5025.0,5025.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,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,,113.0,27.0,10.0,25.0,51.0,785.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,1531.0,1531.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,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,,87.0,16.0,15.0,10.0,22.0,722.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],17.0,17.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,378.0,378.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,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,,124.0,42.0,435.0,25.0,130.0,707.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,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,24.0,4.0,4.0,2.0,677.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'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,154.0,154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,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,,92.0,18.0,19.0,3.0,29.0,630.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,14.0,14.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,102.0,102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,552.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,12.0,16,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,,137.0,140.0,,,,,,,,3.0,225.0,,,vaticle/typedb-ml,,,,,,,,,,,,,,,, +842,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,3.0,42.0,21.0,169.0,5.0,64.0,465.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,,101.0,101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,36.0,47.0,5.0,12.0,406.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,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,395.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'],10.0,10.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,115.0,115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,87.0,87.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,76.0,76.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,16,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],,,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2279.0,2279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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,11.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'],14.0,14.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,736.0,736.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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,,29.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,16,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,3046.0,3046.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,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,,43.0,1.0,,,,195.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,,996.0,996.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,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,,31.0,13.0,54.0,16.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,,,,,57.0,52.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,32.0,53.0,7.0,7.0,105.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,160.0,160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-05-13 14:52:17.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-05-13 14:52:17.000,3.42.0,285.0,comet_ml,comet_ml,,,,68.0,,https://pypi.org/project/comet_ml,2024-05-13 14:52:17.000,68.0,555941.0,555941.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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,140.0,28.0,217.0,102.0,2875.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,12.0,12.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,423.0,144.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,,,,,,,,,,,,,,,,,,,, +855,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-04-03 18:25:21.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,22.0,42.0,85.0,1269.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,230.0,39.0,40.0,73.0,34.0,1138.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,,118.0,28.0,111.0,14.0,25.0,1071.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,,, +858,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,,116.0,19.0,295.0,3.0,69.0,1056.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,6.0,6.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,816.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,,12.0,12.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,55.0,16.0,83.0,18.0,49.0,572.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,,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,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,510.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,,,,,11.0,11.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,228.0,228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,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-04-26 05:02:51.000000,2024-01-25 16:57:26,261.0,,67.0,19.0,99.0,19.0,15.0,488.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,True,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,129.0,129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-04-21 03:30:12.000000,2024-04-21 03:30:09,79.0,4.0,61.0,16.0,64.0,6.0,9.0,438.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,,,,,9.0,9.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,,391.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,40.0,173.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,6147.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,372.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'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,199.0,199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,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,2.0,38.0,22.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,15,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,114.0,114.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,307.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'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,182.0,182.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,70.0,175.0,295.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,,703.0,703.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-05-12 20:02:22.000000,2024-05-12 19:43:50,153.0,51.0,11.0,8.0,15.0,2.0,7.0,259.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,False,,,6.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,2024-05-12 20:02:22.000,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,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,,,,,6.0,5.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,383.0,383.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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,,28.0,10.0,15.0,6.0,4.0,222.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,974.0,974.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,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,188.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'],12.0,12.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,770.0,770.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,,9.0,5.0,3.0,1.0,,129.0,Data Analysis Baseline Library.,24.0,15,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,4940.0,4940.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,827.0,77.0,34.0,116.0,59.0,3320.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,67.0,26.0,10.0,97.0,1675.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,149.0,32.0,,53.0,59.0,1194.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,82.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4702.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,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,400.0,1828.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,65730.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,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-03-26 16:48:56.000000,2024-01-29 19:20:57,64.0,,43.0,11.0,9.0,4.0,12.0,703.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,14,True,,,,rliable`,,,,,130.0,130.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,67.0,19.0,177.0,87.0,16.0,402.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,,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,341.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,1319.0,1319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,11.0,16.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,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,298.0,298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,233.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,131.0,131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,356.0,3725.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +884,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,109.0,12.0,39.0,8.0,2686.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,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,,81.0,49.0,4.0,3.0,,2480.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,1652.0,1654.0,,,,,,,,3.0,59.0,,,,,,,,,,,,,,,,,,, +886,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,38.0,10.0,13.0,3.0,1346.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,18.0,11.0,57.0,4.0,20.0,291.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,,110.0,110.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,8.0,6.0,8.0,8.0,246.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,103.0,103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,,25.0,8.0,16.0,4.0,6.0,192.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,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,,233.0,243.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.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,,35.0,14.0,18.0,27.0,18.0,122.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,51.0,51.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,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,,11.0,13.0,26.0,4.0,13.0,85.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,,,,,,,,,,,,,,,, +893,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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,33.0,33.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,65.0,65.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,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,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,178.0,178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,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-03-28 08:06:49.000000,2022-02-09 22:20:11,9.0,,465.0,93.0,21.0,52.0,15.0,3262.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,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,,400.0,63.0,6.0,62.0,17.0,1838.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,,,,,,,,,,,,,,,,,,,, +897,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,,316.0,87.0,11.0,12.0,6.0,1701.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,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,530.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,114.0,114.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-04-24 13:48:16.000000,2022-11-21 12:12:41,1044.0,,11.0,6.0,26.0,1.0,2.0,258.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,115.0,121.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,8.0,,,,,,,,,,,,,,,,,,, +900,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,199.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,94.0,94.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,119.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,61.0,61.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,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,79.0,79.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,,, +903,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,5.0,14.0,100.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,,851.0,851.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +904,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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,76.0,76.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,12.0,17.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,,,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,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,,111.0,45.0,13.0,7.0,20.0,947.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,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,,,,,,,,,,,,,,,,,,,, +908,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'],3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,107.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,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,,81.0,17.0,5.0,4.0,12.0,568.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,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,,50.0,15.0,13.0,14.0,11.0,499.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,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,9,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,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,144.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,15.0,15.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,6.0,7.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,34.0,34.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-05-23_changes.md b/history/2024-05-23_changes.md new file mode 100644 index 00000000..2fa7ee76 --- /dev/null +++ b/history/2024-05-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._ + +- scipy (🥇51 · ⭐ 13K · 📈) - Ecosystem of open-source software for mathematics, science, and.. BSD-3 +- Altair (🥇42 · ⭐ 9K · 📈) - Declarative statistical visualization library for Python. BSD-3 +- Faiss (🥇40 · ⭐ 29K · 📈) - A library for efficient similarity search and clustering of dense vectors. MIT +- MONAI (🥈36 · ⭐ 5.4K · 📈) - AI Toolkit for Healthcare Imaging. Apache-2 +- ColossalAI (🥈34 · ⭐ 38K · 📈) - Making large AI models cheaper, faster and more accessible. Apache-2 +- datashader (🥈34 · ⭐ 3.2K · 📈) - Quickly and accurately render even the largest data. BSD-3 +- tinygrad (🥇33 · ⭐ 24K · 📈) - You like pytorch? You like micrograd? You love tinygrad!. MIT +- scikit-surprise (🥈29 · ⭐ 6.2K · 📈) - A Python scikit for building and analyzing recommender.. BSD-3 +- Hyperactive (🥉22 · ⭐ 490 · 📈) - An optimization and data collection toolbox for convenient and.. MIT +- TimeSide (🥉21 · ⭐ 370 · 💀) - 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._ + +- StatsModels (🥈44 · ⭐ 9.6K · 📉) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 +- PyMC3 (🥇40 · ⭐ 8.2K · 📉) - Bayesian Modeling and Probabilistic Programming in Python. Apache-2 +- Rasa (🥇39 · ⭐ 18K · 📉) - Open source machine learning framework to automate text- and.. Apache-2 +- Jina (🥈38 · ⭐ 20K · 📉) - Build multimodal AI applications with cloud-native stack. Apache-2 +- NeuralProphet (🥈30 · ⭐ 3.7K · 📉) - NeuralProphet: A simple forecasting package. MIT +- mtcnn (🥉25 · ⭐ 2.1K · 💀) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT +- auto_ml (🥉22 · ⭐ 1.6K · 💀) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT +- optunity (🥉19 · ⭐ 410 · 💀) - optimization routines for hyperparameter tuning. BSD-3 +- PipelineDP (🥉17 · ⭐ 270 · 📉) - PipelineDP is a Python framework for applying differentially.. Apache-2 +- celer (🥉16 · ⭐ 190 · 📉) - Fast solver for L1-type problems: Lasso, sparse Logisitic.. BSD-3 + diff --git a/history/2024-05-23_projects.csv b/history/2024-05-23_projects.csv new file mode 100644 index 00000000..ce2943ff --- /dev/null +++ b/history/2024-05-23_projects.csv @@ -0,0 +1,918 @@ +,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-05-23 14:17:06.000000,2024-05-22 10:54:06,1558.0,22.0,685.0,117.0,332.0,60.0,143.0,4661.0,Benchmarks of approximate nearest neighbor libraries in Python.,104.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-05-16 17:19:41.000000,2024-05-16 17:19:41,340.0,27.0,163.0,56.0,201.0,,3.0,2195.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-05-16 17:19:46.000,2024.05.16,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-05-23 13:52:56.000000,2024-05-23 13:52:56,355.0,26.0,244.0,87.0,197.0,6.0,5.0,3468.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-05-23 13:53:03.000,2024.05.23,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-05-23 13:52:56.000000,2024-05-23 13:52:56,355.0,26.0,244.0,87.0,197.0,6.0,5.0,3469.0,Collection of database clients for python.,12.0,0,True,2024-05-23 13:53:03.000,2024.05.23,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-05-23 13:52:56.000000,2024-05-23 13:52:56,355.0,26.0,244.0,87.0,197.0,6.0,5.0,3469.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-05-23 13:53:03.000,2024.05.23,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-05-23 13:52:56.000000,2024-05-23 13:52:56,355.0,26.0,244.0,87.0,197.0,6.0,5.0,3469.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-05-23 13:53:03.000,2024.05.23,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-05-23 14:11:10.000000,2024-05-23 14:09:07,164935.0,4423.0,73940.0,7629.0,28661.0,2788.0,37288.0,185407.0,An Open Source Machine Learning Framework for Everyone.,4607.0,56,True,2024-03-09 00:23:14.000,2.16.1,193.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],379349.0,372059.0,https://pypi.org/project/tensorflow,2024-03-09 00:23:14.000,7290.0,22997608.0,24043379.0,https://anaconda.org/conda-forge/tensorflow,2024-05-23 12:11:35.590,4624242.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-05-23 12:48:45.238455,2416.0,77189112.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-05-23 14:13:25.000000,2024-05-23 09:01:29,73368.0,3518.0,21135.0,1718.0,84545.0,13942.0,29089.0,78730.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4864.0,55,True,2024-04-24 16:12:17.000,2.3.0,52.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],468125.0,451902.0,https://pypi.org/project/torch,2024-04-24 15:44:27.000,16223.0,29219045.0,29893125.0,https://anaconda.org/pytorch/pytorch,2024-04-23 12:59:17.451,21555998.0,,,,,1.0,41963.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,2024-05-23 14:24:06.000000,2024-05-23 14:01:29,15960.0,772.0,25033.0,1100.0,15789.0,1077.0,13990.0,126499.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2584.0,52,True,2024-05-22 20:36:44.000,4.41.1,143.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",176667.0,171572.0,https://pypi.org/project/transformers,2024-05-22 20:36:40.000,5095.0,28158165.0,28194787.0,https://anaconda.org/conda-forge/transformers,2024-05-23 03:00:54.170,1684616.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,2024-05-23 13:37:23.000000,2024-05-22 14:24:48,31327.0,296.0,25019.0,2140.0,17221.0,2050.0,9327.0,58387.0,scikit-learn: machine learning in Python.,3120.0,52,True,2024-05-21 16:37:08.000,1.5.0,79.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],803100.0,781526.0,https://pypi.org/project/scikit-learn,2024-05-21 16:33:03.000,21574.0,67263217.0,67854744.0,https://anaconda.org/conda-forge/scikit-learn,2024-05-21 17:17:23.994,28392883.0,,,,,1.0,955.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-05-23 14:56:28.000000,2024-05-23 08:33:03,32511.0,857.0,5034.0,346.0,10778.0,1821.0,8463.0,12539.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1634.0,51,True,2024-05-23 04:06:33.000,1.13.1,102.0,scipy,conda-forge/scipy,,,,1042382.0,1001211.0,https://pypi.org/project/scipy,2024-05-23 03:19:01.000,41171.0,106550796.0,107700771.0,https://anaconda.org/conda-forge/scipy,2024-05-23 14:29:41.561,48139573.0,,,,,1.0,402355.0,1.0,,,,,,,,,,,,,,,,,, +11,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-05-23 07:35:34.000000,2024-05-22 21:24:34,10691.0,350.0,19347.0,1909.0,7194.0,190.0,11687.0,61072.0,Deep Learning for humans.,1299.0,48,True,2024-04-26 23:21:04.000,3.3.3,98.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1322.0,,https://pypi.org/project/keras,2024-04-22 23:37:45.000,1322.0,18200753.0,18275084.0,https://anaconda.org/conda-forge/keras,2024-04-27 08:28:33.749,3493590.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,2024-05-23 09:58:21.000000,2024-05-23 08:33:21,50373.0,585.0,7424.0,594.0,18003.0,1546.0,9072.0,19423.0,matplotlib: plotting with Python.,1675.0,48,True,2024-05-15 23:51:33.000,3.9.0,124.0,matplotlib,conda-forge/matplotlib,,,,1243639.0,1199450.0,https://pypi.org/project/matplotlib,2024-05-15 23:37:04.000,44189.0,64889662.0,65393024.0,https://anaconda.org/conda-forge/matplotlib,2024-05-17 21:11:33.658,23658048.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,2024-05-23 14:08:58.000000,2024-05-23 14:08:58,17812.0,566.0,2123.0,220.0,4836.0,117.0,3000.0,11776.0,Python Imaging Library (Fork).,468.0,48,True,2024-04-01 12:34:53.000,10.3.0,97.0,Pillow,conda-forge/pillow,,,,1673095.0,1668848.0,https://pypi.org/project/Pillow,2024-04-01 12:17:01.000,4247.0,97879031.0,98737143.0,https://anaconda.org/conda-forge/pillow,2024-04-03 15:56:48.771,39473158.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,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-05-23 13:20:44.000000,2024-05-20 21:27:44,57657.0,486.0,4307.0,295.0,13153.0,5028.0,8744.0,12475.0,A computer algebra system written in pure Python.,1304.0,47,True,2024-03-31 22:49:13.000,1.12.1rc1,55.0,sympy,conda-forge/sympy,,,,140540.0,137498.0,https://pypi.org/project/sympy,2024-03-31 22:48:43.000,3042.0,22102375.0,22164363.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5550749.0,,,,,1.0,541863.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-05-23 14:54:15.000000,2024-05-23 11:38:12,6342.0,211.0,2815.0,315.0,4496.0,823.0,3351.0,32313.0,Streamlit A faster way to build and share data apps.,230.0,46,True,2024-05-02 17:44:20.000,1.34.0,221.0,streamlit,,,,,388383.0,386104.0,https://pypi.org/project/streamlit,2024-05-02 17:44:12.000,2279.0,4648513.0,4648513.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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-05-23 13:47:51.000000,2024-05-23 11:46:46,41103.0,1163.0,27972.0,2030.0,46688.0,199.0,,38557.0,Apache Spark Python API.,3067.0,45,True,2024-04-18 08:17:20.000,3.4.3,44.0,pyspark,conda-forge/pyspark,,,['spark'],1389.0,,https://pypi.org/project/pyspark,2024-04-18 08:17:20.000,1389.0,29032122.0,29099253.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3155193.0,,,,,1.0,,,stable/spark,,,,,,,,,,,,,,,,, +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-05-23 14:44:26.000000,2024-05-23 07:30:57,21694.0,940.0,5311.0,471.0,27701.0,3723.0,14291.0,31481.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,1020.0,45,True,2024-05-22 23:37:00.000,ray-2.23.0,106.0,ray,conda-forge/ray-tune,,,,16262.0,15574.0,https://pypi.org/project/ray,2024-05-22 22:51:23.000,688.0,4535791.0,4541221.0,https://anaconda.org/conda-forge/ray-tune,2024-05-23 14:37:18.453,222575.0,,,,,1.0,213.0,,,,,,,,,,,,,,,,,,, +18,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-05-23 14:14:04.000000,2024-05-23 13:40:34,20845.0,1325.0,2572.0,323.0,13601.0,1596.0,3863.0,28267.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",695.0,45,True,2024-05-09 23:28:46.000,jax-v0.4.28,162.0,jax,conda-forge/jaxlib,,,,27041.0,25509.0,https://pypi.org/project/jax,2024-05-09 23:23:10.000,1532.0,6782293.0,6807951.0,https://anaconda.org/conda-forge/jaxlib,2024-05-22 17:25:16.028,1205970.0,,,,,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,2024-05-23 10:20:56.000000,2024-05-23 10:11:25,6861.0,95.0,8665.0,911.0,5157.0,443.0,4778.0,25653.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",640.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,94041.0,92268.0,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1773.0,19393250.0,19497988.0,https://anaconda.org/conda-forge/xgboost,2024-04-18 01:21:37.436,4814747.0,,,,,1.0,8589.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-05-23 14:00:25.000000,2024-05-23 13:32:26,48489.0,1614.0,5439.0,722.0,46342.0,1859.0,17027.0,21663.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1200.0,45,True,2024-04-09 11:19:43.000,2.6.1,67.0,paddlepaddle,,,,['paddle'],5257.0,5151.0,https://pypi.org/project/paddlepaddle,2024-03-19 06:55:39.000,106.0,208724.0,208889.0,,,,,,,,1.0,15374.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-05-23 14:37:59.000000,2024-05-21 08:44:05,20497.0,103.0,4161.0,443.0,6077.0,777.0,6892.0,18897.0,"Interactive Data Visualization in the browser, from Python.",693.0,45,True,2024-04-11 21:02:24.000,3.4.1,202.0,bokeh,conda-forge/bokeh,,,,89558.0,87979.0,https://pypi.org/project/bokeh,2024-05-21 08:47:33.000,1579.0,4943530.0,5239955.0,https://anaconda.org/conda-forge/bokeh,2024-04-12 05:55:15.282,13931996.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +22,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-05-23 14:35:11.000000,2024-05-23 14:21:19,6646.0,319.0,2196.0,158.0,3751.0,503.0,3742.0,29640.0,"Wrap UIs around any model, share with anyone.",327.0,44,True,2024-05-21 21:10:16.000,4.31.5,568.0,gradio,,,,,31215.0,30655.0,https://pypi.org/project/gradio,2024-05-21 21:10:16.000,560.0,7271910.0,7271910.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-05-17 07:12:06.000000,2024-05-15 10:11:33,16131.0,14.0,4295.0,556.0,4001.0,117.0,5503.0,28916.0,Industrial-strength Natural Language Processing (NLP) in Python.,751.0,44,True,2024-02-15 19:16:59.000,3.7.4,230.0,spacy,conda-forge/spacy,,,,91176.0,88779.0,https://pypi.org/project/spacy,2024-04-22 09:55:45.000,2397.0,12871309.0,12944861.0,https://anaconda.org/conda-forge/spacy,2024-04-04 16:04:13.461,3456964.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,2024-05-23 14:08:59.000000,2024-05-23 12:55:52,10300.0,125.0,3267.0,246.0,10117.0,739.0,6186.0,27115.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",946.0,44,True,2024-05-22 17:36:29.000,2.2.5,272.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],33907.0,32549.0,https://pypi.org/project/pytorch-lightning,2024-05-22 17:36:29.000,1358.0,5244002.0,5268320.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-04-12 18:53:30.868,1133159.0,,,,,2.0,7536.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,, +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,2024-05-23 14:20:18.000000,2024-05-23 11:51:40,5917.0,461.0,3959.0,289.0,8244.0,1472.0,2433.0,17454.0,Open source platform for the machine learning lifecycle.,728.0,44,True,2024-05-20 07:17:17.000,2.13.0,99.0,mlflow,conda-forge/mlflow,,,,36365.0,35590.0,https://pypi.org/project/mlflow,2024-05-20 00:48:19.000,775.0,14526638.0,14568125.0,https://anaconda.org/conda-forge/mlflow,2024-05-21 13:49:18.783,1949895.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +26,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-05-17 15:59:53.000000,2024-05-13 19:25:31,6490.0,111.0,2487.0,278.0,1639.0,1509.0,1413.0,15411.0,The interactive graphing library for Python This project now includes Plotly Express!.,263.0,44,True,2024-05-01 14:04:11.000,5.22.0,298.0,plotly,conda-forge/plotly,,,,273093.0,267600.0,https://pypi.org/project/plotly,2024-05-01 14:00:07.000,5484.0,16293214.0,16425540.0,https://anaconda.org/conda-forge/plotly,2024-05-04 13:44:40.868,5848100.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,10491.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-05-23 04:28:02.000000,2024-05-22 18:01:42,7689.0,85.0,3141.0,282.0,3765.0,331.0,2990.0,14278.0,Network Analysis in Python.,718.0,44,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,,263480.0,255084.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,8396.0,54098628.0,54450670.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,15841911.0,,,,,1.0,71.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-05-23 08:15:23.000000,2024-05-22 09:02:20,8203.0,94.0,1674.0,211.0,5835.0,1066.0,4170.0,12076.0,Parallel computing with task scheduling.,600.0,44,True,2024-05-17 20:18:01.000,2024.5.1,197.0,dask,conda-forge/dask,,,,62554.0,60446.0,https://pypi.org/project/dask,2024-05-17 20:12:49.000,2108.0,8466180.0,8698451.0,https://anaconda.org/conda-forge/dask,2024-05-18 02:42:15.720,11149032.0,,,,,1.0,,,stable/dask,,,,,,,,,,,,,,,,, +29,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-05-23 07:54:30.000000,2024-05-22 21:35:20,4894.0,222.0,2044.0,1683.0,4747.0,294.0,2689.0,11789.0,WebGL2 powered visualization framework.,263.0,44,True,2024-05-10 15:36:17.000,0.9.1,655.0,pydeck,conda-forge/pydeck,,,['jupyter'],7983.0,7607.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,87.0,3686796.0,4152298.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,522218.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-05-06 07:39:07.905,289.0,455263.0,,,,,,,,,,, +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,2024-05-21 00:51:24.000000,2024-05-14 16:08:22,15325.0,38.0,2824.0,280.0,3884.0,2780.0,2755.0,9617.0,Statsmodels: statistical modeling and econometrics in Python.,426.0,44,True,2024-04-17 08:41:57.000,0.14.2,37.0,statsmodels,conda-forge/statsmodels,,,,128304.0,124342.0,https://pypi.org/project/statsmodels,2024-04-17 08:41:57.000,3962.0,16744170.0,17024154.0,https://anaconda.org/conda-forge/statsmodels,2024-05-17 10:41:00.825,13159279.0,,,,,2.0,31.0,-1.0,,,,,,,,,,,,,,,,,, +31,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-05-21 23:34:27.000000,2024-05-21 23:34:27,5833.0,62.0,1629.0,192.0,4999.0,663.0,1231.0,6570.0,TensorFlows Visualization Toolkit.,320.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],237726.0,235742.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,1984.0,28629949.0,28729531.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4680377.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +32,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-05-22 13:41:57.000000,2024-05-14 18:39:29,2657.0,45.0,3172.0,240.0,865.0,818.0,1640.0,21798.0,A game theoretic approach to explain the output of any machine learning model.,239.0,43,True,2024-05-07 11:40:34.000,0.45.1,103.0,shap,conda-forge/shap,,,,18285.0,17610.0,https://pypi.org/project/shap,2024-05-07 11:40:34.000,675.0,6861614.0,6930639.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,2830059.0,,,,,1.0,,,,shap/shap,,,,,,,,,,,,,,,, +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-05-23 12:48:10.000000,2024-05-23 05:41:30,2734.0,70.0,3607.0,437.0,3217.0,316.0,2425.0,16987.0,Open standard for machine learning interoperability.,317.0,43,True,2024-03-25 15:40:18.000,1.16.0,32.0,onnx,conda-forge/onnx,,,,28882.0,27962.0,https://pypi.org/project/onnx,2024-03-25 15:25:07.000,920.0,5663273.0,5684854.0,https://anaconda.org/conda-forge/onnx,2024-05-17 14:14:18.371,1002097.0,,,,,1.0,20610.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-05-23 03:03:55.000000,2024-05-23 02:03:55,3472.0,43.0,3773.0,435.0,3138.0,383.0,2969.0,16142.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",302.0,43,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,34103.0,33095.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,1008.0,7681382.0,7736549.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2312080.0,,,,,2.0,222764.0,,,,,,,,,,,,,,,,,,, +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,2024-05-20 19:20:08.000000,2024-04-25 14:36:49,3234.0,5.0,1862.0,260.0,1107.0,150.0,2368.0,12018.0,Statistical data visualization in Python.,212.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,419266.0,409756.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,9510.0,17476263.0,17663359.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,8793373.0,,,,,1.0,392.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-05-23 15:09:24.000000,2024-05-23 15:09:24,2277.0,518.0,1303.0,182.0,2641.0,545.0,690.0,11397.0,Development repository for the Triton language and compiler.,263.0,43,True,2024-04-05 02:47:42.000,2.3.0,193.0,triton,,,,,26272.0,26100.0,https://pypi.org/project/triton,2024-04-05 02:47:42.000,172.0,12254415.0,12254415.0,,,,,,,,1.0,,,,triton-lang/triton,,,,,,,,,,,,,,,, +37,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-05-15 19:22:03.000000,2024-05-15 19:22:03,7479.0,192.0,1991.0,419.0,1065.0,829.0,918.0,20638.0,Data Apps & Dashboards for Python. No JavaScript Required.,154.0,42,True,2024-05-03 17:00:38.000,2.17.0,178.0,dash,conda-forge/dash,,,,64435.0,63282.0,https://pypi.org/project/dash,2024-05-03 16:56:05.000,1153.0,2926935.0,2954484.0,https://anaconda.org/conda-forge/dash,2024-05-04 04:54:12.137,1294762.0,,,,,1.0,72.0,,,,,,,,,,,,,,,,,,, +38,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-05-23 11:59:04.000000,2024-05-20 14:26:43,3851.0,59.0,6848.0,415.0,5262.0,995.0,2376.0,15548.0,"Datasets, Transforms and Models specific to Computer Vision.",587.0,42,True,2024-04-24 16:20:12.000,0.18.0,44.0,torchvision,conda-forge/torchvision,,,['pytorch'],4911.0,21.0,https://pypi.org/project/torchvision,2024-04-24 15:47:57.000,4890.0,13857592.0,13887984.0,https://anaconda.org/conda-forge/torchvision,2024-05-16 09:07:24.923,1138068.0,,,,,1.0,37717.0,,,,,,,,,,,,,,,,,,, +39,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-05-23 09:19:00.000000,2024-05-23 04:11:00,11958.0,4192.0,993.0,60.0,1410.0,574.0,1792.0,9084.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",232.0,42,True,2024-05-23 03:48:47.000,1.38.0,811.0,litellm,,,,others,2019.0,1827.0,https://pypi.org/project/litellm,2024-05-23 03:36:23.000,192.0,599977.0,600231.0,,,,,,,,1.0,254.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,2024-05-23 09:47:43.000000,2024-05-18 08:08:27,3665.0,42.0,765.0,141.0,1362.0,169.0,1778.0,8974.0,Declarative statistical visualization library for Python.,163.0,42,True,2024-03-30 15:36:52.000,5.3.0,40.0,altair,conda-forge/altair,,,,133069.0,132309.0,https://pypi.org/project/altair,2024-03-30 15:24:57.000,760.0,24140969.0,24218534.0,https://anaconda.org/conda-forge/altair,2024-03-30 18:57:22.082,2249367.0,,,,,1.0,123.0,1.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,2024-05-23 03:03:53.000000,2024-05-23 02:56:36,6536.0,390.0,611.0,54.0,4560.0,822.0,2310.0,8345.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,177.0,42,True,2024-05-07 23:10:29.000,0.17.0,274.0,wandb,conda-forge/wandb,,,,47050.0,45829.0,https://pypi.org/project/wandb,2024-05-07 22:08:37.000,1221.0,13544201.0,13555203.0,https://anaconda.org/conda-forge/wandb,2024-03-25 23:14:36.046,506128.0,,,,,1.0,,,,wandb/wandb,,,,,,,,,,,,,,,, +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,2024-05-21 16:08:00.000000,2024-05-14 17:31:17,13977.0,106.0,2198.0,187.0,4411.0,773.0,2075.0,5902.0,Image processing in Python.,660.0,42,False,2024-04-20 19:25:20.000,0.23.2,65.0,scikit-image,conda-forge/scikit-image,,,,187496.0,181971.0,https://pypi.org/project/scikit-image,2024-04-20 19:25:20.000,5525.0,12699670.0,12832978.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,6265504.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +43,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-05-23 02:29:36.000000,2024-05-22 21:52:39,2308.0,136.0,3870.0,335.0,2731.0,1067.0,1620.0,33091.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",313.0,41,True,2024-04-23 23:26:47.000,0.14.2,90.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],7296.0,7137.0,https://pypi.org/project/deepspeed,2024-04-23 23:26:47.000,159.0,522238.0,522584.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,18003.0,1.0,,,,,,,,,,,,,,,,,,,, +44,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2024-05-22 21:34:46.000000,2024-05-22 21:33:39,2267.0,95.0,4593.0,308.0,474.0,64.0,806.0,30119.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",139.0,41,True,2024-05-15 18:19:44.000,1.0.3,57.0,timm,conda-forge/timm,,,['pytorch'],29612.0,28866.0,https://pypi.org/project/timm,2024-05-15 18:16:15.000,746.0,5259201.0,5372331.0,https://anaconda.org/conda-forge/timm,2024-05-16 07:02:45.732,153524.0,,,,,1.0,6587616.0,,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,, +45,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2024-05-23 14:53:55.000000,2024-05-23 12:03:40,19893.0,775.0,2596.0,273.0,20527.0,723.0,10186.0,27413.0,"A cloud-native vector database, storage for next generation AI applications.",273.0,41,True,2024-05-23 03:54:58.000,2.3.16,96.0,pymilvus,,milvusdb/milvus,,,120.0,,https://pypi.org/project/pymilvus,2024-05-17 04:01:58.000,120.0,501763.0,775939.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-05-23 14:17:54.023720,44.0,15129021.0,1.0,220861.0,,,,,,,,,,,,,,,,,,, +46,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-05-23 14:32:12.000000,2024-05-22 13:48:55,1390.0,58.0,2322.0,132.0,425.0,1049.0,931.0,14018.0,Multilingual Sentence & Image Embeddings with BERT.,162.0,41,True,2024-04-17 13:16:06.000,2.7.0,51.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],34723.0,33495.0,https://pypi.org/project/sentence-transformers,2024-04-17 13:15:42.000,1228.0,4260565.0,4266299.0,https://anaconda.org/conda-forge/sentence-transformers,2024-04-17 14:59:51.983,252299.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +47,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-05-23 14:48:28.000000,2024-05-22 12:21:55,9265.0,74.0,1145.0,140.0,5447.0,216.0,4416.0,13223.0,ML Experiments and Data Management with Git.,296.0,41,True,2024-05-23 14:48:28.000,3.50.3,524.0,dvc,conda-forge/dvc,,,,15329.0,15214.0,https://pypi.org/project/dvc,2024-05-13 17:26:59.000,115.0,497610.0,540831.0,https://anaconda.org/conda-forge/dvc,2024-05-14 07:22:35.709,1872762.0,,,,,1.0,40509.0,,,,,,,,,dvc,dvc,dvc,,,,,,,, +48,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-05-22 16:53:07.000000,2024-04-05 06:11:40,14511.0,2.0,2821.0,463.0,1457.0,272.0,1517.0,13104.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,41,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,279839.0,275686.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,4153.0,21625247.0,21652597.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2543611.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +49,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-05-18 11:08:05.245000,2024-05-12 00:07:36,8263.0,25.0,3323.0,478.0,705.0,48.0,2143.0,13090.0,A toolkit for making real world machine learning and data analysis applications in C++.,195.0,41,False,2024-04-03 23:33:43.000,19.24.4,37.0,dlib,conda-forge/dlib,,,,27445.0,27245.0,https://pypi.org/project/dlib,2024-04-03 23:33:43.000,200.0,480670.0,495975.0,https://anaconda.org/conda-forge/dlib,2024-05-18 11:08:05.245,708229.0,,,,,2.0,25435.0,,,,,,,,,,,,,,,,,,, +50,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-05-23 08:39:31.000000,2024-05-23 08:39:27,47956.0,479.0,1148.0,192.0,388.0,507.0,1758.0,7795.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1234.0,41,True,2024-04-18 20:19:33.000,1.2.5,111.0,catboost,conda-forge/catboost,,,,400.0,14.0,https://pypi.org/project/catboost,2024-04-18 18:24:32.000,386.0,2098763.0,2137867.0,https://anaconda.org/conda-forge/catboost,2024-04-18 20:39:24.300,1509990.0,,,,,2.0,252186.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-05-02 16:09:06.000000,2023-01-30 18:15:21,1757.0,,8557.0,1062.0,1452.0,92.0,1721.0,33990.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,,,,54936.0,53430.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1506.0,438665.0,444389.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,280523.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +52,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-05-23 14:51:07.000000,2024-05-23 14:47:33,1118.0,96.0,3409.0,474.0,997.0,452.0,1940.0,28610.0,A library for efficient similarity search and clustering of dense vectors.,175.0,40,True,2024-05-17 04:01:58.000,2.4.3,96.0,pymilvus,conda-forge/faiss,,,,3776.0,3656.0,https://pypi.org/project/pymilvus,2024-05-17 04:01:58.000,120.0,501763.0,526638.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1194047.0,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +53,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-04-27 22:14:28.000000,2024-04-27 22:14:00,2765.0,18.0,7515.0,611.0,2225.0,216.0,1590.0,25711.0,The fastai deep learning library.,667.0,40,True,2024-04-27 22:14:28.000,2.7.15,149.0,fastai,,,,['pytorch'],17614.0,17325.0,https://pypi.org/project/fastai,2024-04-27 22:14:28.000,289.0,364828.0,364828.0,,,,,,,,2.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,2024-05-20 18:16:25.000000,2024-05-19 16:25:01,1225.0,39.0,2210.0,238.0,557.0,152.0,1139.0,12035.0,Download market data from Yahoo! Finances API.,112.0,40,True,2024-05-19 16:28:00.000,0.2.40,112.0,yfinance,ranaroussi/yfinance,,,,39076.0,38521.0,https://pypi.org/project/yfinance,2024-05-19 16:28:00.000,555.0,1466555.0,1469225.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,90791.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-05-23 13:23:34.000000,2024-05-06 09:49:38,1773.0,14.0,726.0,120.0,590.0,81.0,887.0,8531.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,40,True,2024-04-17 21:37:50.000,0.19.1,95.0,tokenizers,conda-forge/tokenizers,,,,78908.0,78169.0,https://pypi.org/project/tokenizers,2024-04-17 21:36:02.000,739.0,26168423.0,26203887.0,https://anaconda.org/conda-forge/tokenizers,2024-04-18 01:39:43.525,1631346.0,,,,,1.0,47.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-05-23 10:55:32.000000,2024-05-23 10:55:32,9881.0,119.0,1928.0,225.0,3940.0,278.0,3018.0,8219.0,Bayesian Modeling and Probabilistic Programming in Python.,492.0,40,True,2024-05-13 14:33:39.000,5.15.0,84.0,pymc3,conda-forge/pymc3,,,,191.0,,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,191.0,859223.0,865427.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,563143.0,,,,,1.0,1939.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-05-23 14:55:52.000000,2024-05-23 14:55:52,1440.0,150.0,809.0,96.0,1390.0,135.0,1291.0,7119.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",253.0,40,True,2024-05-10 17:47:54.000,0.30.1,51.0,accelerate,conda-forge/accelerate,,,['pytorch'],38019.0,36926.0,https://pypi.org/project/accelerate,2024-05-10 17:41:43.000,1093.0,8644717.0,8649109.0,https://anaconda.org/conda-forge/accelerate,2024-05-11 15:02:26.384,136180.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,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-05-23 12:54:22.000000,2024-05-23 12:49:32,1853.0,71.0,2208.0,163.0,850.0,87.0,1016.0,6706.0,Python Data. Leaflet.js Maps.,167.0,40,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,38296.0,37655.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,641.0,1249826.0,1318045.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2728783.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +59,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-05-23 12:51:09.000000,2024-05-23 12:50:39,1959.0,75.0,895.0,105.0,1618.0,436.0,1225.0,4237.0,Python tools for geographic data.,223.0,40,True,2024-04-28 13:49:29.000,0.14.4,54.0,geopandas,conda-forge/geopandas,,,['pandas'],37795.0,35372.0,https://pypi.org/project/geopandas,2024-04-28 13:49:24.000,2423.0,6197979.0,6274766.0,https://anaconda.org/conda-forge/geopandas,2024-04-28 20:22:12.956,3607737.0,,,,,1.0,2538.0,,,,,,,,,,,,,,,,,,, +60,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-05-23 12:34:17.000000,2024-05-23 12:34:07,6289.0,111.0,1515.0,106.0,4265.0,675.0,724.0,4210.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",306.0,40,True,2023-12-18 13:28:11.000,4.9.4,37.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],17996.0,17691.0,https://pypi.org/project/tensorflow-datasets,2023-12-18 13:28:06.000,305.0,4357502.0,4358319.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,29445.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +61,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-05-23 14:33:16.000000,2024-05-22 22:51:20,3687.0,167.0,1096.0,136.0,3049.0,291.0,1191.0,2053.0,A library for training and deploying machine learning models on Amazon SageMaker.,439.0,40,True,2024-05-22 22:51:24.000,2.221.1,588.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",4116.0,3983.0,https://pypi.org/project/sagemaker,2024-05-22 22:51:24.000,133.0,24501217.0,24518828.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-05-23 04:49:38.975,792507.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +62,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-05-23 08:13:41.000000,2024-05-22 17:45:58,5762.0,64.0,710.0,54.0,5005.0,1519.0,2331.0,1544.0,A distributed task scheduler for Dask.,324.0,40,True,2024-05-17 20:12:56.000,2024.5.1,229.0,distributed,conda-forge/distributed,,,,35200.0,34458.0,https://pypi.org/project/distributed,2024-05-17 20:12:56.000,742.0,3935353.0,4220385.0,https://anaconda.org/conda-forge/distributed,2024-05-17 21:36:49.014,13681546.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,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-05-21 12:05:26.000000,2024-03-21 15:05:22,32610.0,6.0,4534.0,350.0,6359.0,117.0,6642.0,18075.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4220.0,4161.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,59.0,113934.0,113934.0,,,,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +64,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-05-18 12:34:14.000000,2024-05-18 12:34:14,4516.0,4.0,4346.0,435.0,1692.0,381.0,1454.0,15314.0,Topic Modelling for Humans.,452.0,39,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,61013.0,59708.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,1305.0,5278363.0,5311554.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1259617.0,,,,,1.0,4557.0,,,piskvorky/gensim,,,,,,,,,,,,,,,, +65,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-05-22 12:00:30.000000,2024-05-03 17:11:18,5942.0,44.0,2064.0,202.0,1190.0,83.0,2189.0,13620.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,261.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3389.0,3260.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,129.0,228176.0,228713.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,24704.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-05-23 09:12:18.000000,2024-05-23 09:12:18,17652.0,428.0,952.0,117.0,3516.0,102.0,1538.0,9804.0,A hyperparameter optimization framework.,264.0,39,False,2024-04-01 06:04:15.000,3.6.1,64.0,optuna,conda-forge/optuna,,,,15457.0,14636.0,https://pypi.org/project/optuna,2024-04-01 06:04:15.000,821.0,2608938.0,2629752.0,https://anaconda.org/conda-forge/optuna,2024-03-29 06:40:40.525,978302.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2024-05-23 12:53:38.000000,2024-05-23 08:39:51,4531.0,226.0,1285.0,103.0,3765.0,824.0,1466.0,7466.0,A unified framework for machine learning with time series.,358.0,39,True,2024-05-01 13:08:23.000,0.29.0,67.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2787.0,2678.0,https://pypi.org/project/sktime,2024-05-01 13:08:23.000,109.0,893423.0,921526.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-05-04 19:43:57.141,955491.0,,,,,1.0,91.0,,,sktime/sktime,,,,,,,,,,,,,,,, +68,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-05-23 08:42:18.000000,2024-05-22 09:26:09,4431.0,220.0,593.0,83.0,2372.0,221.0,705.0,5590.0,Flax is a neural network library for JAX that is designed for flexibility.,220.0,39,True,2024-04-30 09:57:17.000,0.8.3,44.0,flax,conda-forge/flax,,,['jax'],7836.0,7444.0,https://pypi.org/project/flax,2024-04-30 09:57:17.000,392.0,4265387.0,4266692.0,https://anaconda.org/conda-forge/flax,2024-04-30 18:49:11.574,49585.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +69,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-05-20 22:07:13.000000,2024-05-14 08:55:08,2267.0,20.0,555.0,88.0,822.0,272.0,918.0,3697.0,Manipulation and analysis of geometric objects.,153.0,39,True,2024-04-16 22:26:21.000,2.0.4,123.0,shapely,conda-forge/shapely,,,,71872.0,69334.0,https://pypi.org/project/shapely,2024-04-16 22:26:21.000,2538.0,25309279.0,25517279.0,https://anaconda.org/conda-forge/shapely,2024-05-16 17:07:32.339,9355203.0,,,,,2.0,3333.0,,,,,,,,,,,,,,,,,,, +70,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-05-21 18:39:16.000000,2024-05-21 17:47:22,17978.0,119.0,1286.0,83.0,7838.0,530.0,4291.0,2574.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,371.0,39,True,2024-04-19 18:04:01.000,1.7.0,78.0,mne,conda-forge/mne,,,,4210.0,3865.0,https://pypi.org/project/mne,2024-04-19 18:04:01.000,345.0,118878.0,126495.0,https://anaconda.org/conda-forge/mne,2024-04-19 20:25:11.111,365650.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,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-05-23 13:43:18.000000,2024-05-22 06:21:48,6172.0,38.0,7245.0,427.0,2903.0,1207.0,8086.0,39134.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",195.0,38,True,2024-03-29 09:49:07.000,2.7.5,44.0,paddleocr,,,,['paddle'],2658.0,2612.0,https://pypi.org/project/paddleocr,2024-03-29 09:49:07.000,46.0,166850.0,166850.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,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-05-20 13:14:57.000000,2024-02-05 13:23:18,2706.0,,9204.0,369.0,3140.0,1566.0,6667.0,28065.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,38,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2580.0,2516.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,64.0,194731.0,194731.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-05-23 14:12:15.000000,2024-05-23 14:12:14,35344.0,402.0,12994.0,945.0,24819.0,1187.0,,23285.0,Apache Flink Python API.,1861.0,38,True,2024-01-15 16:28:13.000,1.18.1,47.0,apache-flink,,,,,45.0,21.0,https://pypi.org/project/apache-flink,2024-03-15 08:32:38.000,24.0,78219.0,78219.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,,6813.0,1070.0,11124.0,1805.0,7758.0,20724.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'],7415.0,7293.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,116.0,579310.0,579729.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10772.0,,,,,2.0,26911.0,,,apache/mxnet,,,,,,,,,6.0,,,,,,, +75,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-05-23 06:31:46.000000,2024-05-23 06:30:25,7526.0,135.0,3542.0,255.0,2995.0,970.0,2611.0,20316.0,Graph Neural Network Library for PyTorch.,495.0,38,True,2024-04-19 11:59:51.000,2.5.3,44.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],247.0,,https://pypi.org/project/torch-geometric,2024-04-19 11:59:51.000,247.0,286894.0,287806.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-05-04 18:04:48.733,41974.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-05-16 16:09:03.000000,2024-05-16 10:39:34,8540.0,24.0,2187.0,208.0,4174.0,22.0,1925.0,20218.0,Build multimodal AI applications with cloud-native stack.,176.0,38,True,2024-04-10 14:42:19.000,3.25.1,2461.0,jina,conda-forge/jina-core,jinaai/jina,,,1751.0,1724.0,https://pypi.org/project/jina,2024-04-10 14:39:06.000,27.0,31388.0,59008.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,63816.0,https://hub.docker.com/r/jinaai/jina,2024-05-16 11:00:01.190646,8.0,1306947.0,2.0,,-1.0,,,,,,,,,,,,,,,,,, +77,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-05-23 08:57:49.000000,2024-05-21 22:12:59,886.0,86.0,1593.0,129.0,784.0,426.0,520.0,13539.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,142.0,38,True,2024-05-14 00:43:00.000,1.4.7,61.0,albumentations,conda-forge/albumentations,,,['pytorch'],24084.0,23577.0,https://pypi.org/project/albumentations,2024-05-04 05:34:03.000,507.0,2148731.0,2152331.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,165619.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-05-23 03:51:39.000000,2024-05-23 03:51:38,4111.0,150.0,2963.0,168.0,4721.0,512.0,2296.0,13069.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",289.0,38,True,2024-05-13 01:10:39.000,2.2.1,453.0,dgl,,,,,367.0,240.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,127.0,103408.0,103408.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-05-23 11:32:24.000000,2024-05-23 11:31:24,1445.0,68.0,1633.0,151.0,782.0,218.0,561.0,12110.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,123.0,38,True,2024-05-07 19:57:59.000,4.8.3,61.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",3383.0,3201.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,182.0,793601.0,798247.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,432146.0,,,,,2.0,97.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +80,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,,2511.0,541.0,4118.0,685.0,2087.0,9856.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15237.0,15065.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,538677.0,564305.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2409047.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +81,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2024-05-23 11:46:20.000000,2024-05-22 06:38:53,957.0,23.0,1116.0,123.0,291.0,25.0,696.0,9626.0,Unsupervised text tokenizer for Neural Network-based text generation.,87.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,66985.0,65457.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1528.0,22258387.0,22276269.0,https://anaconda.org/conda-forge/sentencepiece,2024-03-19 05:24:18.341,797884.0,,,,,1.0,37086.0,,,,,,,,,,,,,,,,,,, +82,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-05-22 09:52:28.000000,2024-05-22 09:52:28,2743.0,65.0,937.0,129.0,1865.0,269.0,638.0,9482.0,Geometric Computer Vision Library for Spatial AI.,262.0,38,True,2024-03-14 09:18:15.000,0.7.2,39.0,kornia,conda-forge/kornia,,,['pytorch'],10091.0,9852.0,https://pypi.org/project/kornia,2024-03-14 09:18:15.000,239.0,1437726.0,1440781.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,124635.0,,,,,1.0,1110.0,,,,,,,,,,,,,,,,,,, +83,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-05-03 20:31:35.000000,2024-04-28 18:44:58,5223.0,56.0,1723.0,131.0,992.0,350.0,1934.0,8531.0,"An open-source, low-code machine learning library in Python.",136.0,38,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,5731.0,5701.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,30.0,357071.0,358107.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,45952.0,,,,,2.0,694.0,,,,,,,,,,,,,,,,,,, +84,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-05-22 08:48:05.000000,2024-05-22 08:48:04,9814.0,140.0,1279.0,128.0,1200.0,124.0,948.0,7998.0,A PyTorch-based Speech Toolkit.,234.0,38,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1905.0,1874.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,2498959.0,2498959.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,2024-05-23 14:01:35.000000,2024-05-22 17:19:24,21277.0,395.0,2100.0,175.0,3285.0,310.0,2068.0,7962.0,End-to-End Speech Processing Toolkit.,425.0,38,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,339.0,327.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,65275.0,65276.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +86,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-05-15 18:29:05.000000,2024-05-15 18:29:03,12139.0,55.0,1075.0,164.0,463.0,669.0,746.0,4140.0,Probabilistic reasoning and statistical analysis in TensorFlow.,493.0,38,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],564.0,,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,564.0,3959716.0,3962979.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,127273.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +87,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-05-23 14:20:44.000000,2024-05-23 10:00:16,10767.0,59.0,394.0,60.0,2989.0,1079.0,2178.0,2637.0,"With Holoviews, your data visualizes itself.",141.0,38,True,2024-03-22 00:10:16.630,3.0.2,161.0,holoviews,conda-forge/holoviews,,,['jupyter'],10872.0,10510.0,https://pypi.org/project/holoviews,2024-05-17 14:07:26.000,357.0,486796.0,520826.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1588869.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-03-22 00:10:16.630,5.0,225.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,2024-05-23 09:28:39.000000,2024-05-22 12:49:07,1410.0,123.0,441.0,59.0,1361.0,149.0,677.0,1729.0,The official Python client for the Huggingface Hub.,162.0,38,True,2024-05-21 16:25:42.000,0.23.1,110.0,huggingface_hub,conda-forge/huggingface_hub,,,,1242.0,,https://pypi.org/project/huggingface_hub,2024-05-21 16:18:27.000,1242.0,34849741.0,34894805.0,https://anaconda.org/conda-forge/huggingface_hub,2024-05-03 19:11:46.697,1757525.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +89,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-05-21 17:04:26.616000,2024-05-20 22:32:01,1526.0,46.0,199.0,47.0,567.0,32.0,757.0,1129.0,Fiona reads and writes geographic data files.,74.0,38,True,2024-03-08 16:14:09.000,1.9.6,112.0,fiona,conda-forge/fiona,,,,20308.0,20115.0,https://pypi.org/project/fiona,2024-04-16 20:38:29.000,193.0,6188767.0,6308845.0,https://anaconda.org/conda-forge/fiona,2024-05-21 17:04:26.616,5523611.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +90,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-03-18 00:28:14.000000,2020-02-15 08:33:35,523.0,,6704.0,1285.0,166.0,670.0,227.0,32552.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,,,,29226.0,28462.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,764.0,945629.0,947438.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,153794.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +91,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-04-06 08:14:32.000000,2020-06-01 14:58:26,2913.0,,2413.0,233.0,338.0,300.0,224.0,14190.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,,,,20096.0,19845.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,251.0,457230.0,459881.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,156447.0,,,,,2.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-05-21 13:52:52.000000,2024-04-12 16:27:53,4816.0,17.0,4965.0,385.0,701.0,603.0,1346.0,12334.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1531.0,1362.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,169.0,204277.0,243757.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,201337.0,,,,,2.0,3774991.0,,,,,,,,,,,,,,,,,,, +93,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-05-07 14:51:33.000000,2023-07-11 16:23:35,1095.0,,1519.0,255.0,670.0,415.0,1048.0,11898.0,Video editing with Python.,160.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,39689.0,38892.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,797.0,1144368.0,1147332.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,243125.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +94,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-05-20 08:13:52.000000,2024-05-20 08:13:52,1458.0,207.0,1842.0,135.0,197.0,5.0,1033.0,10328.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",62.0,37,True,2024-05-02 07:29:37.000,0.0.91,90.0,deepface,,,,,3188.0,3155.0,https://pypi.org/project/deepface,2024-05-02 07:27:16.000,33.0,62690.0,62690.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-05-23 14:43:10.000000,2024-05-23 11:45:12,29525.0,2454.0,1976.0,198.0,5369.0,30.0,3380.0,9296.0,Perform data science on data that remains in someone elses server.,510.0,37,True,2024-04-03 12:17:16.000,0.8.6,280.0,syft,,,,['pytorch'],4.0,1.0,https://pypi.org/project/syft,2024-04-28 12:46:46.000,3.0,10059.0,10337.0,,,,,,,,1.0,2506.0,,,,,,,,,,,,,,,,,,, +96,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-05-20 21:18:42.000000,2024-05-07 16:35:27,583.0,12.0,1139.0,263.0,174.0,109.0,170.0,8978.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,39076.0,38738.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,338.0,1115449.0,1118119.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,248372.0,,,,,1.0,117.0,,,,,,,,,,,,,,,,,,, +97,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-05-23 12:47:28.000000,2024-05-21 14:44:52,28484.0,168.0,771.0,127.0,6158.0,574.0,1665.0,7856.0,NumPy & SciPy for GPU.,364.0,37,True,2024-04-19 07:40:12.000,13.1.0,139.0,cupy,conda-forge/cupy,cupy/cupy,,,2271.0,2054.0,https://pypi.org/project/cupy,2024-04-19 04:17:35.000,217.0,22630.0,101403.0,https://anaconda.org/conda-forge/cupy,2024-04-29 17:22:48.759,3616831.0,https://hub.docker.com/r/cupy/cupy,2024-04-19 07:42:49.196765,11.0,62781.0,1.0,174500.0,,,,,,,,,,,,,,,,,,, +98,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-05-23 14:37:05.000000,2024-05-23 14:37:01,4034.0,114.0,1072.0,151.0,1641.0,393.0,884.0,3711.0,Fast data visualization and GUI tools for scientific / engineering applications.,279.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,10441.0,9517.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,924.0,229914.0,241329.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,536507.0,,,,,2.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-05-21 07:32:22.456000,2024-05-10 14:45:37,3850.0,23.0,523.0,147.0,1157.0,143.0,1640.0,2150.0,Rasterio reads and writes geospatial raster datasets.,157.0,37,True,2024-04-12 18:29:54.000,1.3.10,157.0,rasterio,conda-forge/rasterio,,,,12747.0,11509.0,https://pypi.org/project/rasterio,2024-04-16 21:46:35.000,1238.0,2704823.0,2779305.0,https://anaconda.org/conda-forge/rasterio,2024-05-21 07:32:22.456,2978990.0,,,,,2.0,862.0,,,,,,,,,,,,,,,,,,, +100,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,30.0,209.0,32.0,47.0,13.0,166.0,1579.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,68290.0,65957.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2333.0,11555347.0,11555877.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,45097.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +101,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-05-20 10:55:33.000000,2024-05-11 06:28:19,1530.0,9.0,286.0,31.0,488.0,105.0,496.0,1424.0,Python library for reading and writing image data.,111.0,37,True,2024-04-22 02:22:40.000,2.34.1,91.0,imageio,conda-forge/imageio,,,,129324.0,127148.0,https://pypi.org/project/imageio,2024-04-22 02:22:35.000,2176.0,22306383.0,22444701.0,https://anaconda.org/conda-forge/imageio,2024-04-22 04:44:13.491,6361955.0,,,,,2.0,1050.0,,,,,,,,,,,,,,,,,,, +102,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-05-23 11:02:59.000000,2024-05-23 10:43:46,10286.0,65.0,551.0,69.0,2402.0,296.0,1763.0,1112.0,Machine learning for NeuroImaging in Python.,236.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3440.0,3168.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,272.0,63183.0,69619.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,270146.0,,,,,1.0,163.0,,,,,,,,,,,,,,,,,,, +103,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-05-22 05:52:39.000000,2024-02-10 14:20:58,4668.0,,3482.0,265.0,732.0,75.0,956.0,30043.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,36,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1306.0,1260.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,46.0,120791.0,178793.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,11931.0,,,,,1.0,2189495.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-05-15 06:40:00.000000,2024-05-08 07:52:03,2292.0,9.0,5171.0,504.0,159.0,1076.0,1358.0,21527.0,State-of-the-art 2D and 3D Face Analysis Project.,60.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],2161.0,2141.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,20.0,381425.0,629547.0,,,,,,,,2.0,3225598.0,,,,,,,,,,,,,,,,,,, +105,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-03-27 09:20:02.000000,2024-03-03 06:50:21,1649.0,2.0,2830.0,378.0,458.0,14.0,1855.0,14521.0,Python Echarts Plotting Library.,42.0,36,True,2024-03-03 07:03:55.000,2.0.5,73.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4314.0,4126.0,https://pypi.org/project/pyecharts,2024-03-03 07:02:08.000,188.0,180879.0,180882.0,,,,,,,,2.0,45.0,,,,,,,,,,,,,,,,,,, +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,2024-05-23 14:46:10.000000,2024-05-23 14:28:24,3398.0,252.0,1648.0,126.0,3688.0,168.0,3096.0,13988.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",243.0,36,True,2024-05-16 13:40:34.000,2.1.2,96.0,haystack,,,,,274.0,269.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,4389.0,4389.0,,,,,,,,2.0,24.0,,,,,,,,,,,,,,,,,,, +107,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-05-23 14:50:13.000000,2024-05-21 13:05:12,6217.0,59.0,3401.0,243.0,1594.0,1076.0,4117.0,10625.0,Open-source simulator for autonomous driving research.,187.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,720.0,713.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,12151.0,12151.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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-05-23 13:51:22.000000,2024-05-23 01:10:25,6509.0,361.0,2101.0,192.0,6545.0,126.0,2032.0,10257.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",312.0,36,True,2024-02-28 06:18:16.000,1.23.0,72.0,nemo-toolkit,,,,['pytorch'],31.0,21.0,https://pypi.org/project/nemo-toolkit,2024-02-28 05:27:18.000,10.0,48539.0,51648.0,,,,,,,,2.0,174152.0,,,,,,,,,,,,,,,,,,, +109,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-04-01 18:07:01.000000,2024-04-01 11:19:59,863.0,8.0,1275.0,141.0,499.0,41.0,556.0,6720.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,36,True,2024-03-31 19:38:20.000,0.12.2,36.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],27876.0,27488.0,https://pypi.org/project/imbalanced-learn,2024-03-31 19:27:16.000,388.0,11252690.0,11264673.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-03-31 19:50:51.503,563238.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +110,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-05-23 14:35:37.000000,2024-05-23 14:35:37,3041.0,81.0,977.0,90.0,3352.0,334.0,2665.0,5407.0,AI Toolkit for Healthcare Imaging.,189.0,36,True,2024-05-21 08:24:42.000,1.3.1,86.0,monai,conda-forge/monai,,,['pytorch'],2368.0,2273.0,https://pypi.org/project/monai,2024-05-21 04:45:20.000,95.0,147712.0,148528.0,https://anaconda.org/conda-forge/monai,2024-05-21 06:44:33.713,23675.0,,,,,2.0,,1.0,,,,,,,,,,,,,,,,,, +111,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-05-22 17:07:27.000000,2024-05-17 16:56:46,10466.0,173.0,1623.0,148.0,2298.0,585.0,1236.0,5183.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",240.0,36,True,2024-04-03 16:21:23.000,2.8.0,854.0,deepchem,conda-forge/deepchem,,,['tensorflow'],384.0,371.0,https://pypi.org/project/deepchem,2024-05-17 17:03:25.000,13.0,25227.0,27491.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,106438.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +112,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-05-23 13:49:10.000000,2024-05-10 19:47:30,2343.0,73.0,205.0,64.0,134.0,67.0,565.0,3851.0,A Grammar of Graphics for Python.,107.0,36,True,2024-05-10 08:15:43.000,0.13.6,27.0,plotnine,conda-forge/plotnine,,,,7925.0,7660.0,https://pypi.org/project/plotnine,2024-05-09 20:44:49.000,265.0,3191055.0,3198735.0,https://anaconda.org/conda-forge/plotnine,2024-05-10 08:18:51.149,361002.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +113,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-05-23 07:54:59.000000,2024-05-23 00:17:31,4395.0,260.0,435.0,36.0,3266.0,550.0,1078.0,2402.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,159.0,36,True,2024-05-14 09:37:23.000,0.43.8,94.0,pyvista,conda-forge/pyvista,,,['jupyter'],3436.0,2964.0,https://pypi.org/project/pyvista,2024-05-14 09:37:23.000,472.0,275747.0,285932.0,https://anaconda.org/conda-forge/pyvista,2024-05-14 14:55:18.741,478267.0,,,,,2.0,796.0,,,,,,,,,,,,,,,,,,, +114,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-05-10 09:11:35.000000,2024-05-10 09:11:35,1542.0,14.0,372.0,47.0,1491.0,175.0,678.0,1536.0,Exploratory analysis of Bayesian models with Python.,158.0,36,True,2024-04-05 08:50:12.000,0.18.0,37.0,arviz,conda-forge/arviz,,,,6822.0,6539.0,https://pypi.org/project/arviz,2024-04-05 08:50:12.000,283.0,2182429.0,2226651.0,https://anaconda.org/conda-forge/arviz,2024-04-08 15:25:03.090,2122586.0,,,,,1.0,136.0,,,,,,,,,,,,,,,,,,, +115,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-05-21 22:33:48.000000,2024-05-06 13:09:16,5858.0,75.0,257.0,37.0,807.0,128.0,403.0,629.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,20070.0,19043.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1027.0,505296.0,520360.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,708017.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +116,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-05-23 08:25:47.000000,2024-03-13 13:24:17,2322.0,2.0,6252.0,420.0,1334.0,1244.0,3042.0,29428.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3256.0,3147.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,109.0,307378.0,308843.0,https://anaconda.org/conda-forge/fairseq,2024-05-17 03:12:57.351,67251.0,,,,,2.0,333.0,,,,,,,,,,,,,,,,,,, +117,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-05-17 09:10:59.000000,2023-09-04 11:42:16,615.0,,2940.0,307.0,247.0,382.0,588.0,22289.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,6617.0,6448.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,169.0,245812.0,482335.0,,,,,,,,1.0,11116598.0,,,,,,,,,,,,,,,,,,, +118,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-05-22 12:40:47.000000,2024-05-20 08:56:40,8907.0,74.0,2994.0,270.0,1248.0,155.0,683.0,18150.0,Best Practices on Recommendation Systems.,131.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,114.0,110.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,26269.0,26276.0,,,,,,,,1.0,492.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +119,ivy,unifyai/ivy,ml-frameworks,,https://github.com/Transpile-AI/ivy,https://github.com/Transpile-AI/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-05-22 16:27:29.000000,2024-05-22 08:39:58,18273.0,518.0,5865.0,71.0,11679.0,1020.0,15931.0,14028.0,The Unified AI Framework.,1472.0,35,True,2023-06-29 19:33:01.167,0.0.0,116.0,ivy,,,,,12.0,,https://pypi.org/project/ivy,2024-03-15 11:49:07.000,12.0,821.0,821.0,,,,,,,,2.0,,,,Transpile-AI/ivy,,,,,,,,,,,,,,,, +120,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-03-27 20:19:41.000000,2024-03-25 12:37:43,1333.0,1.0,2213.0,333.0,1588.0,387.0,1858.0,13989.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1174.0,1145.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,29.0,63390.0,63390.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,, +121,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,,4403.0,545.0,716.0,402.0,1272.0,13919.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,,,,,5758.0,5740.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,31089.0,31089.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,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-05-02 09:05:39.790000,2023-08-20 17:38:53,890.0,,1142.0,317.0,267.0,56.0,343.0,12783.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,,,,4063.0,3877.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,186.0,1211109.0,1220503.0,https://anaconda.org/conda-forge/python-annoy,2024-05-02 09:05:39.790,413340.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,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,,2243.0,279.0,3096.0,91.0,2477.0,11701.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4189.0,4064.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,49527.0,51476.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,126688.0,,,,,2.0,63.0,,,,,,,,,,,,,,,,,,, +124,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-05-17 09:36:48.000000,2022-12-08 17:49:19,746.0,,1002.0,134.0,230.0,352.0,272.0,8427.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,,,,58713.0,57583.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1130.0,4724865.0,4726310.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,93983.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,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-05-16 20:28:31.000000,2024-05-05 04:04:50,542.0,55.0,2374.0,282.0,154.0,321.0,318.0,8087.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",50.0,35,True,2024-05-05 04:42:09.000,3.10.4,59.0,SpeechRecognition,conda-forge/speechrecognition,,,,508.0,21.0,https://pypi.org/project/SpeechRecognition,2024-05-05 04:36:10.000,487.0,811340.0,815411.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,183198.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +126,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-05-23 15:10:14.000000,2024-05-23 14:23:24,20278.0,980.0,498.0,53.0,2962.0,487.0,1013.0,6807.0,"Visualize, create, and debug image and video datasets and model predictions.",125.0,35,True,2024-04-15 21:52:17.000,0.23.8,142.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",590.0,578.0,https://pypi.org/project/fiftyone,2024-04-15 21:52:17.000,12.0,57612.0,57612.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,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-05-23 14:21:40.000000,2024-05-13 14:53:52,32443.0,85.0,1988.0,384.0,6818.0,2752.0,6600.0,6751.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",264.0,35,True,,,152.0,h2o,,,,,67.0,21.0,https://pypi.org/project/h2o,2024-05-13 17:04:43.000,46.0,302369.0,302369.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,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-05-23 03:36:15.000000,2024-05-23 03:36:15,3098.0,160.0,744.0,73.0,3465.0,235.0,820.0,6627.0,"The easiest way to serve AI/ML models in production - Build Model Inference Service, LLM APIs, Multi-model Inference..",199.0,35,True,2024-05-16 09:40:43.000,1.2.16,147.0,bentoml,,,,,1822.0,1799.0,https://pypi.org/project/bentoml,2024-05-16 09:40:43.000,23.0,102886.0,102916.0,,,,,,,,2.0,1615.0,,,,,,,,,,,,,,,,,,, +129,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-05-21 08:13:28.000000,2024-05-15 16:51:14,2891.0,11.0,2225.0,175.0,1149.0,28.0,1419.0,6614.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,35,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],288.0,270.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,18.0,12032.0,12032.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,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-05-23 11:50:07.000000,2024-05-21 14:32:22,955.0,2.0,796.0,87.0,206.0,115.0,662.0,4217.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,35,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,403256.0,393884.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,9372.0,14083888.0,14083888.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,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-05-22 11:04:30.000000,2024-05-21 22:44:00,3778.0,97.0,810.0,58.0,1572.0,366.0,1243.0,4013.0,"Serve, optimize and scale PyTorch models in production.",195.0,35,True,2024-05-17 03:59:56.000,0.11.0,24.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],675.0,654.0,https://pypi.org/project/torchserve,2024-05-16 18:10:47.000,21.0,50937.0,77493.0,https://anaconda.org/pytorch/torchserve,2024-05-16 18:53:25.751,181179.0,https://hub.docker.com/r/pytorch/torchserve,2024-05-16 18:48:58.030552,25.0,1250902.0,2.0,5704.0,,,,,,,,,,,,,,,,,,, +132,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-05-23 11:01:00.000000,2024-05-02 08:02:26,8512.0,42.0,698.0,100.0,13205.0,52.0,832.0,3717.0,State of the Art Natural Language Processing.,112.0,35,True,2024-04-05 17:44:10.000,5.3.3,141.0,spark-nlp,,,,['spark'],467.0,431.0,https://pypi.org/project/spark-nlp,2024-04-05 16:57:09.000,36.0,4143275.0,4143275.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,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-05-23 11:39:27.000000,2024-04-24 22:56:36,1309.0,10.0,810.0,290.0,1467.0,323.0,516.0,3452.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",155.0,35,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],259.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,259.0,721599.0,721599.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,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-05-20 12:34:50.000000,2024-05-20 12:34:48,7378.0,15.0,616.0,116.0,1165.0,348.0,1110.0,3230.0,High-performance interactive 2D/3D data visualization library.,194.0,35,True,2024-03-14 16:50:16.000,0.14.2,38.0,vispy,conda-forge/vispy,,,['jupyter'],1674.0,1525.0,https://pypi.org/project/vispy,2024-03-14 16:13:05.000,146.0,90959.0,102158.0,https://anaconda.org/conda-forge/vispy,2024-05-17 02:25:53.125,492216.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,13.0,,,,,,,,,,, +135,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-05-14 19:20:12.000000,2024-04-23 07:20:16,5324.0,9.0,274.0,79.0,791.0,20.0,124.0,2799.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2024-04-19 11:40:18.000,9.0.0,234.0,thinc,conda-forge/thinc,,,,47472.0,47347.0,https://pypi.org/project/thinc,2024-04-19 11:39:47.000,125.0,9822946.0,9881160.0,https://anaconda.org/conda-forge/thinc,2024-05-11 21:24:32.807,2794282.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,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-05-23 11:34:46.000000,2024-05-14 17:59:27,2308.0,7.0,627.0,73.0,2878.0,221.0,720.0,2397.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",225.0,35,True,2024-04-24 16:19:43.000,2.3.0,34.0,torchaudio,,,,['pytorch'],1054.0,,https://pypi.org/project/torchaudio,2024-04-24 15:48:50.000,1054.0,5309791.0,5309791.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-05-23 07:27:48.000000,2024-05-22 16:27:48,3052.0,196.0,294.0,68.0,1782.0,114.0,618.0,2282.0,Adaptive Experimentation Platform.,168.0,35,True,2024-05-02 22:09:25.000,0.4.0,41.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],763.0,715.0,https://pypi.org/project/ax-platform,2024-05-02 22:09:25.000,48.0,96034.0,96597.0,https://anaconda.org/conda-forge/ax-platform,2024-05-03 19:13:18.752,19714.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +138,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-05-23 14:52:21.000000,2024-05-22 16:56:49,4175.0,211.0,541.0,45.0,4517.0,297.0,968.0,2134.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",167.0,35,True,2024-05-06 23:38:06.000,0.36.0,57.0,pennylane,conda-forge/pennylane,,,,990.0,888.0,https://pypi.org/project/pennylane,2024-05-06 23:38:06.000,102.0,56259.0,57927.0,https://anaconda.org/conda-forge/pennylane,2024-05-07 13:17:23.986,50014.0,,,,,1.0,78.0,,,,,,,,,,,,,,,,,,, +139,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-05-23 06:25:44.000000,2024-05-21 12:38:35,1789.0,111.0,380.0,26.0,1512.0,77.0,745.0,1971.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",241.0,35,True,2024-05-15 11:24:52.000,1.4.0.post0,46.0,metrics,conda-forge/torchmetrics,,,['pytorch'],25028.0,25026.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4742.0,40342.0,https://anaconda.org/conda-forge/torchmetrics,2024-05-16 05:28:17.806,1347676.0,,,,,2.0,5158.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +140,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-05-21 16:16:07.000000,2024-05-21 16:16:06,3029.0,63.0,360.0,55.0,1162.0,307.0,956.0,1366.0,Cartopy - a cartographic python library with matplotlib support.,126.0,35,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,5514.0,4931.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,583.0,234870.0,309479.0,https://anaconda.org/conda-forge/cartopy,2024-05-16 22:28:29.744,3581269.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-04-28 23:29:41.096000,2024-04-28 20:57:25,1553.0,18.0,152.0,41.0,133.0,5.0,642.0,1166.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2024-04-28 20:24:49.000,1.10.2,35.0,agate,conda-forge/agate,,,,3243.0,3198.0,https://pypi.org/project/agate,2024-04-28 20:24:49.000,45.0,6795767.0,6800751.0,https://anaconda.org/conda-forge/agate,2024-04-28 23:29:41.096,179445.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +142,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-05-23 11:09:45.000000,2024-05-22 20:14:33,1674.0,85.0,168.0,30.0,1573.0,70.0,179.0,1166.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,79.0,35,True,2024-05-16 14:22:44.000,2024.4.0,27.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],10772.0,10730.0,https://pypi.org/project/scikit-learn-intelex,2024-05-13 17:40:51.000,42.0,111122.0,118324.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-04-19 14:33:00.666,266482.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +143,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-05-06 11:54:14.000000,2024-05-06 11:54:14,14881.0,71.0,506.0,51.0,2291.0,394.0,960.0,738.0,Workflows and interfaces for neuroimaging packages.,256.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4513.0,4378.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,135.0,164750.0,178404.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,614438.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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-05-23 14:58:12.000000,2024-05-23 09:44:06,3300.0,227.0,4241.0,379.0,3928.0,415.0,1204.0,38050.0,"Making large AI models cheaper, faster and more accessible.",184.0,34,True,2024-04-27 11:00:32.000,0.3.7,37.0,,,,,,371.0,371.0,,,,,,,,,,,,,2.0,,1.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,2024-05-22 17:16:50.000000,2024-05-21 21:37:34,1518.0,17.0,7248.0,383.0,664.0,487.0,3054.0,28957.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",269.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1803.0,1792.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,11.0,1.0,5694.0,https://anaconda.org/conda-forge/detectron2,2024-05-19 11:29:45.019,261898.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-05-23 13:06:47.000000,2024-05-23 01:35:18,8012.0,330.0,2678.0,295.0,194.0,25.0,1058.0,26407.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-05-18 02:20:08.000,7.6.8,645.0,netron,,,,"['pytorch', 'tensorflow']",90.0,12.0,https://pypi.org/project/netron,2024-05-18 02:20:08.000,78.0,21494.0,135552.0,,,,,,,,1.0,114058.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-05-19 03:10:51.802000,2024-03-13 15:16:33,391.0,1.0,4675.0,844.0,268.0,556.0,611.0,25626.0,Library for fast text representation and classification.,68.0,34,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,6203.0,5976.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,227.0,1238987.0,1240820.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,80688.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-05-23 09:03:45.000000,2024-05-23 08:39:01,18302.0,1044.0,2722.0,379.0,4983.0,427.0,3431.0,21514.0,The platform for customizing AI from enterprise data.,826.0,34,False,2024-05-22 11:21:02.000,24.5.4.0,463.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-05-22 11:22:07.000,,18663.0,18663.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,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-05-18 14:08:15.000000,2024-05-18 14:08:15,800.0,9.0,4458.0,437.0,444.0,404.0,1729.0,17866.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,179.0,34,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,110.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,89.0,811693.0,843330.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1169531.0,,,,,1.0,2520.0,,,,,,,,,,,,,,,,,,, +150,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-05-23 04:26:40.000000,2024-04-29 16:39:29,3849.0,23.0,1163.0,192.0,2854.0,365.0,757.0,10879.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",155.0,34,True,2024-04-08 23:26:12.000,0.10.3,55.0,ludwig,,,,['tensorflow'],257.0,251.0,https://pypi.org/project/ludwig,2024-04-08 23:26:12.000,6.0,4453.0,4453.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,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-03-19 22:44:23.623000,2023-12-09 05:39:53,576.0,,2301.0,219.0,245.0,119.0,417.0,9972.0,A little word cloud generator in Python.,72.0,34,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,513.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,492.0,1960403.0,1970837.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,479968.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,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-05-20 16:44:45.000000,2024-04-22 23:01:37,2591.0,38.0,631.0,100.0,471.0,578.0,1228.0,8990.0,An open source multi-tool for exploring and publishing data.,78.0,34,True,2023-12-22 23:22:42.000,0.64.6,147.0,datasette,conda-forge/datasette,,,,1651.0,1257.0,https://pypi.org/project/datasette,2024-03-13 02:20:24.000,394.0,40161.0,41082.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,34040.0,,,,,2.0,64.0,,,,,,,,,datasette,,,,,,,,,, +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-05-11 13:16:30.000000,2024-05-09 19:06:28,10414.0,8.0,1927.0,350.0,3424.0,134.0,1134.0,8418.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,34,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,38.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,38.0,84161.0,87831.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-04-26 11:19:26.965,157829.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,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-05-22 06:18:20.000000,2024-05-07 17:19:43,2471.0,21.0,986.0,201.0,2302.0,253.0,839.0,8394.0,Deep universal probabilistic programming with Python and PyTorch.,155.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],172.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,172.0,282604.0,286932.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,164491.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +155,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-05-12 05:57:55.000000,2024-05-12 05:49:07,676.0,7.0,335.0,67.0,110.0,34.0,139.0,7992.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",27.0,34,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,36573.0,34827.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,1746.0,7637269.0,7642249.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,214159.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,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-05-23 14:22:14.000000,2024-05-23 04:33:24,927.0,70.0,722.0,284.0,1223.0,319.0,372.0,7666.0,"Build and manage real-life ML, AI, and data science projects with ease!.",89.0,34,True,2024-05-22 00:31:28.000,2.11.16,123.0,metaflow,conda-forge/metaflow,,,,698.0,653.0,https://pypi.org/project/metaflow,2024-05-22 00:31:28.000,45.0,535054.0,538807.0,https://anaconda.org/conda-forge/metaflow,2024-05-09 09:11:54.860,172662.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,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-05-23 05:57:10.000000,2024-04-20 16:29:42,4447.0,122.0,870.0,141.0,484.0,93.0,785.0,7078.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,34,True,2024-04-20 18:58:25.000,1.8.2,25.0,stanza,stanfordnlp/stanza,,,,2938.0,2769.0,https://pypi.org/project/stanza,2024-04-20 18:57:48.000,169.0,256837.0,256985.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7424.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,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-05-23 05:07:41.000000,2024-05-23 05:07:41,1369.0,29.0,860.0,157.0,1715.0,146.0,863.0,7074.0,An open source python library for automated feature engineering.,72.0,34,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1711.0,1638.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,73.0,67981.0,71899.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,184183.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +159,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-04-27 14:18:10.000000,2023-11-16 08:43:39,1418.0,,872.0,218.0,222.0,174.0,233.0,6820.0,Efficiently computes derivatives of numpy code.,56.0,34,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,8472.0,8208.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,264.0,1319164.0,1337710.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,426571.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-05-15 16:59:32.016000,2024-05-14 15:47:55,3273.0,11.0,924.0,138.0,652.0,53.0,1134.0,6732.0,Python library for audio and music analysis.,120.0,34,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1193.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1193.0,2821596.0,2837760.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,743554.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,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-05-22 07:08:28.000000,2024-05-22 07:08:00,2364.0,58.0,635.0,93.0,259.0,456.0,547.0,5309.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",96.0,34,True,2024-05-17 20:17:06.000,1.16.1,163.0,clearml,,allegroai/trains,,,1143.0,1109.0,https://pypi.org/project/clearml,2024-05-21 10:20:23.000,34.0,296482.0,297036.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30241.0,2.0,2493.0,,,,,,,,,,,,,,,,,,, +162,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-03-31 13:12:23.000000,2024-03-31 13:12:23,1645.0,6.0,845.0,118.0,527.0,144.0,341.0,4782.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,106.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],13616.0,13461.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,155.0,619625.0,626273.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,305852.0,,,,,2.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,2024-05-23 09:05:18.000000,2024-05-06 14:43:44,12226.0,63.0,1105.0,101.0,1340.0,152.0,752.0,4518.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",135.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,532.0,521.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,26951.0,27800.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,39063.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +164,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-05-23 14:16:33.000000,2024-05-23 10:01:25,1699.0,39.0,605.0,60.0,1846.0,154.0,1260.0,4463.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,518.0,34,True,2024-04-01 10:35:11.000,0.5.0.post2,1628.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2990.0,2906.0,https://pypi.org/project/pytorch-ignite,2024-05-23 00:13:43.000,84.0,301732.0,304299.0,https://anaconda.org/pytorch/ignite,2024-04-01 12:32:01.049,182265.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +165,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-05-17 00:01:43.000000,2024-05-17 00:01:43,1152.0,18.0,596.0,119.0,872.0,309.0,1058.0,4111.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",167.0,34,True,2024-04-22 23:27:42.000,7.2,47.0,coremltools,conda-forge/coremltools,,,,3905.0,3834.0,https://pypi.org/project/coremltools,2024-04-23 00:06:00.000,71.0,322688.0,324138.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,57193.0,,,,,2.0,9639.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,2024-05-21 18:41:24.000000,2024-05-02 18:05:35,1286.0,16.0,246.0,36.0,441.0,96.0,218.0,3601.0,Lightning fast forecasting with statistical and econometric models.,39.0,34,True,2024-04-08 16:44:34.000,1.7.4,32.0,statsforecast,conda-forge/statsforecast,,,,943.0,888.0,https://pypi.org/project/statsforecast,2024-04-08 16:44:34.000,55.0,581976.0,584617.0,https://anaconda.org/conda-forge/statsforecast,2024-04-08 20:04:06.356,68675.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +167,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-05-07 05:39:07.350000,2024-04-08 16:26:55,1182.0,2.0,1674.0,150.0,210.0,9.0,690.0,3444.0,A library for transfer learning by reusing parts of TensorFlow models.,106.0,34,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],286.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,286.0,5446826.0,5448980.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,96938.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,2024-05-23 14:40:58.000000,2024-05-23 13:16:55,1505.0,13.0,363.0,90.0,752.0,138.0,447.0,3221.0,Quickly and accurately render even the largest data.,55.0,34,True,2024-04-23 11:57:48.000,0.16.1,47.0,datashader,conda-forge/datashader,,,,4300.0,4121.0,https://pypi.org/project/datashader,2024-05-23 13:31:47.000,179.0,114077.0,132467.0,https://anaconda.org/conda-forge/datashader,2024-04-23 12:02:45.109,882731.0,,,,,2.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,2024-05-22 23:25:30.000000,2024-05-20 21:46:11,1878.0,81.0,372.0,53.0,1621.0,71.0,421.0,2971.0,Bayesian optimization in PyTorch.,114.0,34,True,2024-05-01 20:33:09.000,0.11.0,44.0,botorch,conda-forge/botorch,,,['pytorch'],1069.0,995.0,https://pypi.org/project/botorch,2024-05-01 20:33:09.000,74.0,149160.0,151548.0,https://anaconda.org/conda-forge/botorch,2024-05-01 22:13:21.203,107468.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +170,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-05-23 15:05:53.000000,2024-05-23 13:58:55,1029.0,54.0,372.0,58.0,1189.0,347.0,395.0,2209.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,104.0,34,True,2024-05-09 11:17:31.000,1.19.2,63.0,optimum,conda-forge/optimum,,,,2593.0,2463.0,https://pypi.org/project/optimum,2024-05-09 11:10:12.000,130.0,1113262.0,1113837.0,https://anaconda.org/conda-forge/optimum,2024-05-09 14:07:35.313,14392.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +171,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-05-23 07:06:43.000000,2024-05-22 14:51:53,5182.0,106.0,515.0,19.0,1282.0,1034.0,644.0,2128.0,"This is the development home of the workflow management system Snakemake. For general information, see.",326.0,34,True,2024-05-17 05:21:07.000,8.11.6,337.0,snakemake,bioconda/snakemake,,,,2196.0,1976.0,https://pypi.org/project/snakemake,2024-05-17 05:21:07.000,220.0,57282.0,67508.0,https://anaconda.org/bioconda/snakemake,2024-05-03 18:24:01.575,1053326.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,2024-05-23 10:11:59.000000,2024-05-22 05:11:40,4269.0,61.0,1070.0,153.0,1122.0,71.0,656.0,1777.0,Documentation and samples for ArcGIS API for Python.,91.0,34,True,2024-04-23 21:21:11.000,2.3.0,45.0,arcgis,,esridocker/arcgis-api-python-notebook,,,794.0,758.0,https://pypi.org/project/arcgis,2024-05-17 14:10:32.000,36.0,67023.0,67145.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,11314.0,,,,,,,,,,,,,,,,,,, +173,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-05-14 18:16:15.000000,2024-05-14 15:08:32,1184.0,13.0,359.0,67.0,604.0,276.0,353.0,1454.0,A Jupyter - Leaflet.js bridge.,88.0,34,True,2024-05-14 08:14:02.000,0.19.1,83.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],9245.0,8983.0,https://pypi.org/project/ipyleaflet,2024-05-14 07:54:14.000,253.0,152342.0,186163.0,https://anaconda.org/conda-forge/ipyleaflet,2024-05-14 09:17:21.014,1145208.0,,,,,2.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-05-13 13:06:55.933,9.0,9963.0,,,,,,,,,,, +174,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-03-26 18:33:29.000000,2024-02-11 16:39:29,1856.0,,200.0,32.0,212.0,26.0,399.0,1364.0,The ctypes-based simple ImageMagick binding for Python.,104.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,19142.0,18905.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,237.0,842521.0,844033.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,46258.0,,,,,2.0,46276.0,,,,,,,,,,,,,,,,,,, +175,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-05-20 19:53:50.000000,2024-03-13 00:47:35,874.0,5.0,328.0,44.0,1028.0,168.0,169.0,1200.0,Making text a first-class citizen in TensorFlow.,113.0,34,True,2024-03-11 20:48:59.000,2.16.1,69.0,tensorflow-text,,,,['tensorflow'],7034.0,6831.0,https://pypi.org/project/tensorflow-text,2024-03-11 17:56:47.000,203.0,7642662.0,7642662.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-05-13 19:31:12.000000,2024-04-20 13:16:16,1546.0,8.0,212.0,35.0,687.0,31.0,572.0,999.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,34,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,31616.0,30092.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,1524.0,8704009.0,8869715.0,https://anaconda.org/conda-forge/pyproj,2024-05-01 02:52:24.565,7622512.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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3875.0,661.0,1674.0,143.0,1985.0,24458.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'],443.0,419.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,5030.0,21874.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2707.0,,,,,2.0,1140020.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,2024-05-23 15:03:17.000000,2024-05-23 03:59:50,4506.0,879.0,2658.0,266.0,4005.0,93.0,521.0,24277.0,You like pytorch? You like micrograd? You love tinygrad!.,307.0,33,True,2024-01-09 18:16:07.000,0.8.0,5.0,,,,,['pytorch'],64.0,64.0,,,,,,,,,,,,,1.0,,1.0,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +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-05-20 14:56:42.000000,2023-07-11 13:03:36,1421.0,,3728.0,755.0,1136.0,410.0,588.0,18960.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'],512.0,507.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,4207.0,4207.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +180,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-05-10 14:44:06.000000,2023-10-26 05:31:53,3012.0,,1800.0,284.0,3506.0,385.0,1682.0,13809.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,684.0,646.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,16511.0,16511.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +181,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-05-23 07:14:18.000000,2024-05-21 08:39:30,3812.0,35.0,901.0,136.0,174.0,107.0,1008.0,12270.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",96.0,33,True,2024-05-21 09:05:36.000,16.3.1,238.0,ocrmypdf,conda-forge/ocrmypdf,,,,848.0,824.0,https://pypi.org/project/ocrmypdf,2024-05-21 09:05:36.000,24.0,98175.0,100240.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,65774.0,,,,,2.0,3417.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +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-05-07 09:56:24.000000,2021-07-29 23:17:25,531.0,,1785.0,264.0,116.0,111.0,535.0,11334.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,,,,5799.0,5615.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,184.0,353878.0,356206.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,207242.0,,,,,1.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,2024-05-15 17:55:00.000000,2024-02-23 19:03:07,2440.0,,1539.0,287.0,432.0,284.0,638.0,9532.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,33,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2799.0,2762.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,37.0,42828.0,48197.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,252379.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +184,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,,877.0,259.0,148.0,107.0,104.0,9134.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,25327.0,24395.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,932.0,6812800.0,6818480.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,533924.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,4.0,1399.0,302.0,894.0,137.0,759.0,9084.0,AutoML library for deep learning.,143.0,33,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],688.0,675.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,19306.0,19538.0,,,,,,,,1.0,18144.0,,,,,,,,,,,,,,,,,,, +186,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-05-22 00:18:00.000000,2024-03-16 17:36:36,1731.0,4.0,1318.0,148.0,228.0,207.0,146.0,8015.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,33,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3826.0,3720.0,https://pypi.org/project/pyod,2024-02-09 06:50:32.000,106.0,709995.0,712053.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,98788.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,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-05-23 14:55:29.000000,2024-05-23 13:59:55,38785.0,414.0,838.0,146.0,9652.0,1095.0,5275.0,7453.0,cuDF - GPU DataFrame Library.,285.0,33,True,2024-05-01 12:29:36.000,24.04.01,49.0,cudf,,,,,72.0,55.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,17.0,3250.0,3250.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,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-05-23 01:30:29.000000,2024-05-16 18:33:34,1201.0,58.0,805.0,61.0,966.0,265.0,1171.0,7387.0,A python library for user-friendly forecasting and anomaly detection on time series.,115.0,33,True,2024-04-17 11:54:28.000,0.29.0,42.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,623.0,617.0,https://pypi.org/project/u8darts,2024-04-17 11:54:28.000,6.0,21109.0,22422.0,https://anaconda.org/conda-forge/u8darts-all,2024-04-18 00:03:59.716,44398.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,580.0,2.0,,,,,,,,,,,,,,,,,,,, +189,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-05-23 09:06:09.000000,2024-05-22 19:56:20,2216.0,108.0,851.0,98.0,2476.0,343.0,974.0,7246.0,Fast and Accurate ML in 3 Lines of Code.,122.0,33,True,2024-05-02 19:07:34.000,0.8.3,1491.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",722.0,699.0,https://pypi.org/project/autogluon,2024-05-23 09:06:09.000,23.0,74515.0,74648.0,,,,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,7715.0,1.0,,,,,,,,,,,,,,,,,,,, +190,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-05-17 14:26:43.000000,2024-04-25 01:14:03,1793.0,25.0,765.0,128.0,277.0,455.0,335.0,6987.0,Uniform Manifold Approximation and Projection.,130.0,33,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,834.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,833.0,1338883.0,1390381.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2420431.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,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-05-23 10:25:21.000000,2024-05-23 09:37:37,2840.0,600.0,1209.0,242.0,8821.0,816.0,1473.0,6091.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, etc.) on Intel..",99.0,33,True,2023-11-13 02:02:20.000,2.4.0,869.0,bigdl,,,,,58.0,51.0,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,2421.0,2426.0,,,,,,,,2.0,484.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,,, +192,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-05-22 20:27:36.000000,2024-05-22 20:27:20,3138.0,152.0,717.0,143.0,106.0,101.0,332.0,6057.0,Fit interpretable models. Explain blackbox machine learning.,44.0,33,True,2024-04-14 22:32:49.000,0.6.1,49.0,interpret,,,,['jupyter'],724.0,679.0,https://pypi.org/project/interpret,2024-04-14 04:27:31.000,45.0,79679.0,79679.0,,,,,,,,1.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,,1366.0,288.0,6588.0,13.0,2030.0,5868.0,A flexible framework of neural networks for deep learning.,324.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3298.0,3240.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,19675.0,20016.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,17403.0,,,,,3.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,2024-05-23 13:28:41.000000,2024-05-18 17:30:37,29879.0,261.0,1564.0,182.0,2106.0,35.0,1592.0,4852.0,"mlpack: a fast, header-only C++ machine learning library.",316.0,33,True,2023-12-12 00:54:05.000,4.3.0,46.0,mlpack,conda-forge/mlpack,,,,1.0,,https://pypi.org/project/mlpack,2024-04-10 13:40:15.000,1.0,2947.0,6830.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,182540.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +195,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-05-07 17:56:16.000000,2024-05-07 17:47:54,1090.0,34.0,465.0,245.0,763.0,213.0,333.0,4623.0,Model interpretability and understanding for PyTorch.,111.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2185.0,2072.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,113.0,225123.0,225994.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,25278.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +196,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-05-20 02:14:43.000000,2023-12-03 03:47:34,490.0,,591.0,65.0,218.0,213.0,158.0,4054.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6618.0,6496.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,122.0,915097.0,919008.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,160374.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +197,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-05-16 16:15:58.000000,2024-05-16 16:15:57,1295.0,2.0,2511.0,1967.0,534.0,386.0,1075.0,3969.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,33,True,2024-02-06 19:36:25.000,1.55.0,103.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-04-29 18:34:04.000,48.0,583813.0,583821.0,,,,,,,,2.0,577.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-05-23 14:38:50.000000,2024-05-23 13:02:26,3007.0,143.0,313.0,25.0,2784.0,148.0,1764.0,3152.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",88.0,33,True,2024-05-09 15:13:09.000,1.28.0,100.0,rubrix,conda-forge/rubrix,,,,2482.0,2482.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,714.0,1772.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,30682.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +199,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-05-21 14:47:05.000000,2024-05-21 14:46:52,3713.0,28.0,190.0,50.0,1367.0,132.0,722.0,1969.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-05-20 19:27:51.000,0.16.0,60.0,pythran,conda-forge/pythran,,,,2204.0,2185.0,https://pypi.org/project/pythran,2024-05-20 19:27:51.000,19.0,228971.0,240122.0,https://anaconda.org/conda-forge/pythran,2024-05-21 00:59:04.558,490684.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +200,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-05-11 11:34:04.000000,2024-04-15 22:25:34,1519.0,1.0,606.0,57.0,1882.0,88.0,898.0,1679.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,33,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14918.0,14693.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,1023510.0,1023510.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2024-04-20 16:14:16.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,158.0,104.0,218.0,1596.0,Python Geocoder.,73.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,10212.0,10027.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,185.0,613657.0,615290.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,142098.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder +202,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-05-02 22:47:28.000000,2024-05-02 22:47:23,830.0,5.0,320.0,119.0,783.0,217.0,167.0,1473.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",85.0,33,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3840.0,3797.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,43.0,777501.0,777501.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,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-05-21 12:00:02.000000,2024-05-19 16:09:04,2833.0,28.0,247.0,34.0,215.0,44.0,504.0,1242.0,Python interface for igraph.,75.0,33,False,2024-05-07 17:50:45.000,0.11.5,41.0,python-igraph,conda-forge/igraph,,,,4319.0,3946.0,https://pypi.org/project/python-igraph,2024-05-07 17:50:45.000,373.0,228474.0,246633.0,https://anaconda.org/conda-forge/igraph,2024-05-07 18:54:37.635,532654.0,,,,,1.0,562823.0,,,,,,,,,,,,,,,,,,, +204,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-05-21 14:39:57.000000,2024-05-20 17:11:41,3332.0,52.0,236.0,48.0,389.0,73.0,269.0,1033.0,"OpenCL integration for Python, plus shiny features.",96.0,33,True,2024-05-09 02:37:50.000,2024.2.2,98.0,pyopencl,conda-forge/pyopencl,,,,2063.0,1899.0,https://pypi.org/project/pyopencl,2024-05-09 02:37:50.000,164.0,54441.0,76525.0,https://anaconda.org/conda-forge/pyopencl,2024-05-09 12:35:04.365,1037955.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-05-22 21:34:35.000000,2024-05-20 12:56:50,14061.0,325.0,419.0,52.0,2128.0,151.0,781.0,677.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",161.0,33,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1219.0,1102.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,117.0,27382.0,37519.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,446045.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +206,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-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13289.0,1566.0,227.0,767.0,585.0,52008.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],129.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,108.0,195741.0,196227.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,20791.0,,,,,2.0,1230.0,,,,,,,,,,,,,,,,,,, +207,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-05-23 14:05:48.000000,2024-05-10 07:11:27,2698.0,517.0,1212.0,118.0,2990.0,230.0,908.0,18260.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",104.0,32,True,2024-05-10 08:04:53.000,1.9.2,70.0,,,,,,114.0,114.0,,,,,988.0,,,,,,,,2.0,36587.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,,4630.0,1004.0,1869.0,362.0,658.0,17126.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,,,,1001.0,991.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2797.0,2973.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7751.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,,3425.0,464.0,671.0,590.0,672.0,14981.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'],1495.0,1481.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,6386.0,6386.0,,,,,,,,2.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,,1159.0,338.0,1683.0,523.0,1294.0,11159.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,376.0,371.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,17402.0,17530.0,,,,,,,,3.0,9879.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,2024-04-08 20:21:16.000000,2024-04-08 20:21:10,864.0,2.0,1282.0,420.0,87.0,32.0,161.0,9697.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1307.0,1289.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,18.0,29388.0,29916.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,28528.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +212,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,,2414.0,457.0,261.0,576.0,363.0,9611.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],4912.0,4900.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,12.0,6637.0,6637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +213,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-05-23 12:02:08.000000,2024-05-23 02:34:29,1621.0,68.0,669.0,85.0,741.0,120.0,251.0,8855.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",48.0,32,False,2024-05-07 18:34:46.000,2.6.4,29.0,cleanlab,conda-forge/cleanlab,,,,327.0,311.0,https://pypi.org/project/cleanlab,2024-05-07 18:34:46.000,16.0,31696.0,32303.0,https://anaconda.org/conda-forge/cleanlab,2024-05-08 16:12:11.004,22479.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-05-14 22:35:18.000000,2024-05-13 23:40:34,1154.0,13.0,1254.0,148.0,168.0,265.0,1260.0,8379.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,142.0,32,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],825.0,811.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,6613.0,10555.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,212891.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,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-05-23 06:13:32.000000,2024-05-20 11:03:18,2900.0,5.0,1644.0,88.0,1648.0,214.0,1843.0,8312.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",119.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1206.0,1199.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2345.0,2345.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7811.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,44388.0,43791.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,597.0,2196384.0,2221753.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1166758.0,,,,,2.0,421.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-04-23 12:27:20.000000,2024-03-06 05:23:22,360.0,3.0,1504.0,134.0,135.0,15.0,325.0,7552.0,A Python implementation of global optimization with gaussian processes.,44.0,32,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2758.0,2627.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,131.0,546258.0,546259.0,,,,,,,,2.0,147.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +218,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-04-29 22:31:53.000000,2024-03-13 19:58:20,1220.0,2.0,1042.0,124.0,275.0,205.0,445.0,7099.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,32,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,15334.0,14912.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,422.0,2405795.0,2417009.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,762603.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-05-21 10:43:16.000000,2024-03-13 09:36:57,2708.0,3.0,1130.0,209.0,1049.0,22.0,615.0,6559.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-03-13 10:57:14.000,1.6.0,63.0,deeppavlov,,,,['tensorflow'],394.0,390.0,https://pypi.org/project/deeppavlov,2024-03-13 10:57:14.000,4.0,10580.0,10580.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,,1816.0,197.0,206.0,13.0,1343.0,6298.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1563.0,1545.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,13666.0,14009.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10585.0,,,,,3.0,168.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-05-21 08:03:20.000000,2024-05-17 14:47:16,175.0,21.0,1048.0,199.0,118.0,151.0,308.0,5954.0,Official Kaggle API.,42.0,32,True,2024-05-17 17:24:39.000,1.6.14,72.0,kaggle,conda-forge/kaggle,,,,206.0,21.0,https://pypi.org/project/kaggle,2024-05-17 17:24:39.000,185.0,208443.0,211926.0,https://anaconda.org/conda-forge/kaggle,2024-05-17 23:52:36.218,153280.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,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-04-01 08:16:02.000000,2024-04-01 08:13:40,1215.0,6.0,651.0,63.0,133.0,59.0,437.0,5810.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",41.0,32,True,2024-04-01 08:16:02.000,2.5.0,210.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1540.0,1507.0,https://pypi.org/project/pytorch-metric-learning,2024-04-01 08:03:08.000,33.0,403247.0,403467.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11459.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +223,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-05-18 12:01:53.615000,2024-05-07 13:49:33,2334.0,2.0,1105.0,189.0,235.0,273.0,281.0,5590.0,Distributed Evolutionary Algorithms in Python.,88.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5012.0,4781.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,231.0,214785.0,223605.0,https://anaconda.org/conda-forge/deap,2024-05-18 12:01:53.615,379282.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,2024-05-22 20:07:47.000000,2024-04-17 17:08:08,2178.0,26.0,286.0,43.0,2142.0,345.0,654.0,4851.0,Aim An easy-to-use & supercharged open-source experiment tracker.,64.0,32,True,2024-04-17 17:16:40.000,3.19.3,1006.0,aim,conda-forge/aim,,,,594.0,560.0,https://pypi.org/project/aim,2024-05-22 20:07:47.000,34.0,80239.0,81633.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,47408.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-05-03 19:17:17.000000,2023-11-23 21:41:49,1136.0,,632.0,89.0,270.0,40.0,252.0,4316.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,,,,786.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,786.0,5196208.0,5224377.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1323976.0,,,,,3.0,47.0,,,,,,,,,,,,,,,,,,, +226,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-05-21 07:56:58.000000,2024-03-15 22:39:59,618.0,4.0,118.0,75.0,71.0,19.0,124.0,3724.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2024-03-15 22:38:56.000,6.2.0,50.0,ftfy,conda-forge/ftfy,,,,20049.0,19555.0,https://pypi.org/project/ftfy,2024-03-15 22:38:56.000,494.0,4914014.0,4921185.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,286855.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,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-05-20 18:12:28.000000,2024-05-03 16:54:19,704.0,4.0,258.0,43.0,825.0,99.0,285.0,2943.0,PyTorch extensions for high performance and large scale training.,75.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],5178.0,5112.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,521017.0,527703.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,200599.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,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-03-15 06:37:00.287000,2021-10-12 13:32:38,1570.0,,545.0,64.0,546.0,322.0,393.0,2725.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-03-14 18:24:11.000,0.10.1,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,337.0,,https://pypi.org/project/scikit-optimize,2024-03-14 18:24:11.000,337.0,797986.0,813969.0,https://anaconda.org/conda-forge/scikit-optimize,2024-03-15 06:37:00.287,719279.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-05-21 04:42:08.000000,2024-05-21 04:42:08,2951.0,20.0,691.0,74.0,865.0,274.0,630.0,2628.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",127.0,32,True,2024-03-08 20:41:28.000,0.1.25,25.0,pgmpy,,,,,1015.0,972.0,https://pypi.org/project/pgmpy,2024-03-08 20:00:14.000,43.0,53817.0,53824.0,,,,,,,,2.0,344.0,,,,,,,,,,,,,,,,,,, +230,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,1.0,584.0,69.0,481.0,247.0,705.0,2295.0,Survival analysis in Python.,117.0,32,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2620.0,2493.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,127.0,512246.0,519153.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,331568.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-04-04 16:01:23.000000,2024-03-18 20:30:45,1372.0,19.0,320.0,22.0,47.0,35.0,202.0,2243.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,491.0,481.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,78965.0,80069.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,45286.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,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-05-23 07:15:44.000000,2024-05-21 18:45:56,5643.0,95.0,692.0,88.0,5911.0,228.0,856.0,2080.0,TFX is an end-to-end platform for deploying production ML pipelines.,185.0,32,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,,['tensorflow'],17.0,,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,73211.0,73211.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-03-28 16:57:11.000000,2024-03-28 16:57:04,547.0,4.0,155.0,42.0,77.0,6.0,127.0,1998.0,a python library for doing approximate and phonetic matching of strings.,31.0,32,True,2023-11-17 20:44:09.000,1.0.3,42.0,jellyfish,conda-forge/jellyfish,,,,9204.0,8965.0,https://pypi.org/project/jellyfish,2023-11-17 20:44:09.000,239.0,3732043.0,3750300.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,858111.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-04-27 15:12:40.000000,2024-04-27 13:25:47,209.0,16.0,253.0,56.0,76.0,50.0,227.0,1945.0,A Python wrapper for the tesseract-ocr API.,30.0,32,True,2024-04-27 15:12:40.000,2.7.0,21.0,tesserocr,conda-forge/tesserocr,,,,1020.0,986.0,https://pypi.org/project/tesserocr,2024-04-27 15:12:40.000,34.0,68339.0,70887.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,140065.0,,,,,2.0,248.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-05-09 19:34:13.000000,2024-04-30 09:39:08,943.0,5.0,224.0,49.0,323.0,181.0,132.0,1844.0,Evaluate: A library for easily evaluating machine learning models and datasets.,126.0,32,True,2024-04-30 09:45:36.000,0.4.2,15.0,evaluate,,,,,9588.0,9253.0,https://pypi.org/project/evaluate,2024-04-30 09:44:17.000,335.0,2965925.0,2965925.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,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-04-19 13:09:14.696000,2024-02-23 02:45:37,1079.0,,227.0,34.0,251.0,57.0,272.0,1534.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,,,,8293.0,8155.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,138.0,2535649.0,2560521.0,https://anaconda.org/conda-forge/pmdarima,2024-04-19 13:09:14.696,1069504.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,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-04-30 20:12:22.000000,2024-04-30 20:12:21,936.0,11.0,210.0,58.0,101.0,44.0,174.0,982.0,Input pipeline framework.,28.0,32,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,,['tensorflow'],1834.0,1817.0,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,17.0,968816.0,968816.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,2024-05-23 14:30:43.000000,2024-05-22 16:27:01,11492.0,120.0,235.0,55.0,12179.0,232.0,2187.0,943.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-04-10 20:37:13.000,0.2.130,150.0,hail,,,,['spark'],160.0,130.0,https://pypi.org/project/hail,2024-04-10 20:37:13.000,30.0,35259.0,35259.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,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-05-20 19:50:12.000000,2024-04-24 04:18:42,1684.0,10.0,275.0,41.0,1365.0,288.0,363.0,690.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,32,True,2024-05-01 02:14:32.000,0.37.0,44.0,tensorflow-io,,,,['tensorflow'],60.0,,https://pypi.org/project/tensorflow-io,2024-05-01 02:12:48.000,60.0,3997287.0,3997287.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,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-05-23 01:33:00.000000,2024-05-20 07:29:51,168792.0,3899.0,89.0,51.0,2174.0,86.0,286.0,679.0,TensorFlow ROCm port.,4634.0,32,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,4637.0,4637.0,,,,,,,,3.0,21.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,, +241,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-03-17 08:58:36.000000,2023-07-13 08:50:20,531.0,,2736.0,383.0,120.0,232.0,562.0,25055.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],723.0,717.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,13722.0,72456.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,82325.0,,,,,2.0,3146592.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,2024-05-23 12:47:41.000000,2024-05-21 00:15:18,1969.0,12.0,2467.0,285.0,917.0,223.0,680.0,14306.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",126.0,31,True,2024-05-07 10:16:46.000,0.9.4,33.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-05-07 10:16:46.000,1.0,2632.0,2645.0,,,,,,,,1.0,581.0,,,,,,,,,,,,,,,,,,, +243,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2074.0,184.0,1005.0,574.0,724.0,12552.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,False,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1633.0,1626.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,7132.0,7142.0,,,,,,,,2.0,680.0,,,,,,,,,,,,,,,,,,, +244,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-05-03 20:57:52.000000,2024-02-20 22:38:05,385.0,,2150.0,285.0,98.0,311.0,448.0,8437.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1626.0,1607.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,9337.0,22158.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,7138.0,,,,,2.0,924661.0,,,,,,,,,,,,,,,,,,, +245,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-04-22 20:07:04.000000,2024-03-11 18:51:26,551.0,1.0,1197.0,168.0,431.0,67.0,470.0,8138.0,Automatic extraction of relevant features from time series:.,92.0,31,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],96.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,75.0,243492.0,271669.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1352541.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,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-05-23 08:03:46.000000,2024-05-23 04:25:54,5985.0,60.0,1005.0,117.0,1647.0,104.0,652.0,7603.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-05-23 08:03:19.000,2.10.1,121.0,perspective-python,conda-forge/perspective,,,['jupyter'],149.0,123.0,https://pypi.org/project/perspective-python,2024-05-23 07:42:47.000,22.0,4580.0,21609.0,https://anaconda.org/conda-forge/perspective,2024-03-26 20:17:11.439,614033.0,,,,,2.0,2699.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-03-25 22:45:31.297,4.0,3696.0,,,,,,,,,,, +247,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,,1716.0,303.0,294.0,161.0,268.0,5451.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,,,,1021.0,1009.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,12.0,8514.0,8689.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13180.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +248,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-05-21 23:30:02.000000,2022-09-24 16:20:26,585.0,,927.0,100.0,225.0,108.0,455.0,4835.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,31,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3973.0,3874.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,99.0,107254.0,107918.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20607.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,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-05-22 00:27:35.000000,2024-05-20 03:43:37,3875.0,25.0,526.0,85.0,566.0,110.0,477.0,4813.0,Online machine learning in Python.,114.0,31,True,2024-04-23 13:20:18.000,0.21.1,21.0,river,conda-forge/river,,,,539.0,488.0,https://pypi.org/project/river,2024-04-23 10:26:48.000,51.0,36492.0,38073.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,58522.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,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-05-20 03:37:07.000000,2024-05-09 21:11:54,613.0,20.0,743.0,83.0,342.0,54.0,331.0,4810.0,Uplift modeling and causal inference with machine learning algorithms.,62.0,31,True,2024-04-19 00:19:00.000,0.15.1,24.0,causalml,,,,,199.0,198.0,https://pypi.org/project/causalml,2024-04-19 00:19:00.000,1.0,65361.0,65361.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,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-05-07 13:10:17.000000,2024-04-30 18:31:30,796.0,11.0,383.0,75.0,288.0,58.0,516.0,4578.0,Visualizer for pandas data structures.,30.0,31,True,2024-04-30 18:56:18.000,3.12.0,182.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1151.0,1112.0,https://pypi.org/project/dtale,2024-04-30 18:56:18.000,39.0,60667.0,66569.0,https://anaconda.org/conda-forge/dtale,2024-04-30 19:55:43.333,283302.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1026.0,153.0,115.0,161.0,79.0,4489.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,,,,43493.0,43078.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,415.0,646728.0,650328.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,165616.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,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-05-22 20:34:02.000000,2024-05-22 18:35:38,15436.0,69.0,505.0,69.0,3500.0,880.0,1584.0,3968.0,cuML - RAPIDS Machine Learning Library.,172.0,31,True,2024-04-10 20:54:06.000,24.04.00,38.0,cuml,,,,,13.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,13.0,2980.0,2980.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,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-05-15 19:48:26.000000,2024-04-22 03:28:24,3849.0,16.0,541.0,59.0,893.0,356.0,974.0,3434.0,A highly efficient implementation of Gaussian Processes in PyTorch.,130.0,31,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2243.0,2090.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,153.0,217725.0,221017.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,158044.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,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,185.0,737.0,274.0,669.0,3410.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,274.0,256.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,308597.0,308771.0,,,,,,,,3.0,15855.0,,,,,,,,,,,,,,,,,,, +256,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-03-19 06:24:29.000000,2022-05-31 03:18:45,1556.0,,438.0,94.0,124.0,86.0,348.0,3305.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1192.0,1132.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,229196.0,231841.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,113754.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,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,,606.0,78.0,78.0,72.0,161.0,3180.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,,,,6069.0,5962.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,107.0,1855833.0,1858791.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,245584.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,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-05-23 12:38:06.000000,2024-05-23 12:37:11,1303.0,19.0,284.0,57.0,224.0,55.0,421.0,3035.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,37.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,774.0,751.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,23.0,232175.0,253046.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,980976.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,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-05-20 14:07:09.000000,2023-10-24 18:29:08,333.0,,324.0,66.0,76.0,15.0,123.0,3027.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,13227.0,13011.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,216.0,1744372.0,1748464.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,368307.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,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-05-22 19:32:05.771000,2024-04-05 20:34:01,476.0,7.0,736.0,119.0,125.0,65.0,370.0,2957.0,"Hidden Markov Models in Python, with scikit-learn like API.",48.0,31,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2603.0,2525.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,78.0,194864.0,199961.0,https://anaconda.org/conda-forge/hmmlearn,2024-05-22 19:32:05.771,224279.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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-04-01 18:35:40.000000,2024-03-04 19:25:47,1086.0,7.0,384.0,62.0,494.0,210.0,271.0,2837.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'],3819.0,3714.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,105.0,268209.0,269167.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,31645.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,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-05-22 09:28:20.000000,2024-05-22 09:27:50,979.0,9.0,226.0,39.0,536.0,71.0,175.0,2816.0,JAX-based neural network library.,81.0,31,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,2022.0,1866.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,156.0,226191.0,226622.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,16825.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +263,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-04-23 19:51:43.000000,2024-03-20 01:04:29,1637.0,2.0,323.0,60.0,189.0,126.0,195.0,2808.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'],1337.0,1266.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,71.0,354327.0,382262.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1312957.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,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-05-23 14:28:19.000000,2024-05-22 09:39:01,1180.0,21.0,243.0,26.0,1025.0,101.0,423.0,2787.0,A python library for self-supervised learning on images.,40.0,31,True,2024-05-16 12:53:22.000,1.5.4,118.0,lightly,,,,['pytorch'],266.0,255.0,https://pypi.org/project/lightly,2024-05-16 12:54:13.000,11.0,30892.0,30892.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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-05-22 21:00:42.000000,2024-05-22 21:00:42,1001.0,4.0,482.0,56.0,138.0,349.0,168.0,2691.0,A high performance implementation of HDBSCAN clustering.,89.0,31,True,2023-07-18 17:54:02.116,0.8.33,51.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3786.0,3487.0,https://pypi.org/project/hdbscan,2023-11-20 19:06:35.000,299.0,620105.0,664722.0,https://anaconda.org/conda-forge/hdbscan,2024-04-18 14:14:17.442,1918540.0,,,,,2.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,2024-05-23 13:46:44.000000,2024-05-23 01:37:16,1146.0,44.0,292.0,34.0,476.0,99.0,371.0,2545.0,Scalable and user friendly neural forecasting algorithms.,44.0,31,True,2024-05-07 16:36:59.000,1.7.2,23.0,neuralforecast,conda-forge/neuralforecast,,,,164.0,148.0,https://pypi.org/project/neuralforecast,2024-05-07 16:36:59.000,16.0,38842.0,39431.0,https://anaconda.org/conda-forge/neuralforecast,2024-05-08 05:29:53.055,15332.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,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-04-09 11:39:30.000000,2024-04-09 11:39:30,957.0,4.0,394.0,39.0,150.0,45.0,242.0,2373.0,A library of sklearn compatible categorical variable encoders.,70.0,31,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2011.0,1769.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,242.0,1669693.0,1678018.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,258089.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,356.0,83.0,167.0,216.0,146.0,2327.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6142.0,6002.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,131.0,490361.0,495382.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,198215.0,,,,,2.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,804.0,,,,,,,,,,, +269,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-05-23 15:01:00.000000,2024-05-22 22:43:29,4084.0,232.0,46.0,165.0,531.0,139.0,420.0,1464.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2024-04-25 16:12:39.000,4.3.2,74.0,lets-plot,,,,,85.0,77.0,https://pypi.org/project/lets-plot,2024-04-25 15:31:02.000,8.0,22354.0,22366.0,,,,,,,,2.0,679.0,,,,,,,,,,,,,,,,,,, +270,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-05-02 00:41:56.000000,2024-05-02 00:41:53,947.0,8.0,430.0,87.0,229.0,55.0,241.0,1430.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,,,,2776.0,2388.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,388.0,155250.0,164795.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,334105.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,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-05-22 10:31:58.000000,2024-05-19 03:26:04,1555.0,21.0,166.0,16.0,806.0,116.0,445.0,1294.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,108.0,31,True,2024-03-21 03:35:03.000,0.27.0,60.0,pyjanitor,conda-forge/pyjanitor,,,,642.0,614.0,https://pypi.org/project/pyjanitor,2024-03-21 03:34:57.000,28.0,76388.0,80446.0,https://anaconda.org/conda-forge/pyjanitor,2024-03-21 06:08:00.698,194797.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-05-22 21:11:36.000000,2024-05-17 11:02:01,1129.0,9.0,245.0,45.0,521.0,37.0,183.0,1262.0,ARCH models in Python.,35.0,31,False,2024-04-16 17:35:41.000,7.0.0,47.0,arch,conda-forge/arch-py,,,,1735.0,1644.0,https://pypi.org/project/arch,2024-04-16 17:35:41.000,91.0,485516.0,491949.0,https://anaconda.org/conda-forge/arch-py,2024-05-17 19:52:40.969,302367.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +273,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-05-23 09:39:19.000000,2024-05-20 10:07:03,13424.0,164.0,279.0,34.0,1789.0,463.0,632.0,1020.0,Python package for earth-observing satellite data processing.,153.0,31,False,2024-04-22 16:20:44.000,0.48.0,93.0,satpy,conda-forge/satpy,,,,152.0,127.0,https://pypi.org/project/satpy,2024-02-21 11:29:00.000,25.0,7723.0,11840.0,https://anaconda.org/conda-forge/satpy,2024-04-23 06:53:48.899,193519.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +274,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-05-08 14:11:18.000000,2024-05-06 11:56:52,685.0,29.0,99.0,24.0,537.0,337.0,420.0,966.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-05-07 03:58:11.000,0.10.0,70.0,hvplot,conda-forge/hvplot,,,,5226.0,5054.0,https://pypi.org/project/hvplot,2024-05-06 12:24:45.000,172.0,228991.0,241179.0,https://anaconda.org/conda-forge/hvplot,2024-05-07 04:39:01.018,572851.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,,102.0,32.0,60.0,71.0,80.0,924.0,Describing statistical models in Python using symbolic formulas.,19.0,31,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,96607.0,96125.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,482.0,15267841.0,15596151.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,10505950.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-04-22 23:18:58.000000,2024-04-22 23:18:58,1950.0,30.0,230.0,18.0,296.0,50.0,268.0,836.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-04-22 16:08:04.000,1.5.0,48.0,salib,conda-forge/salib,,,,1224.0,1108.0,https://pypi.org/project/salib,2024-04-22 16:08:04.000,116.0,184570.0,188200.0,https://anaconda.org/conda-forge/salib,2024-04-22 19:44:20.663,156096.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,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-05-23 12:45:58.000000,2024-05-21 10:21:49,2059.0,132.0,58.0,18.0,1557.0,23.0,211.0,541.0,The MLOps stack component for experiment tracking.,54.0,31,True,2024-05-15 10:02:27.000,1.10.4,207.0,neptune-client,conda-forge/neptune-client,,,,558.0,481.0,https://pypi.org/project/neptune-client,2024-05-15 10:02:27.000,77.0,527728.0,532764.0,https://anaconda.org/conda-forge/neptune-client,2024-05-15 11:17:51.713,241737.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-05-22 03:52:53.000000,2024-05-20 18:26:47,17133.0,37.0,111.0,27.0,3580.0,521.0,3389.0,492.0,"Keep code, data, containers under control with git and git-annex.",55.0,31,True,2024-04-19 23:11:19.000,1.0.2,114.0,datalad,conda-forge/datalad,,,,490.0,398.0,https://pypi.org/project/datalad,2024-04-19 23:11:19.000,92.0,19309.0,29123.0,https://anaconda.org/conda-forge/datalad,2024-04-20 02:44:01.193,461302.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,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-05-11 15:05:28.000000,2024-05-11 15:04:32,307.0,5.0,2793.0,145.0,46.0,120.0,137.0,18310.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,30,True,2024-05-11 15:05:28.000,1.6.9,189.0,vit-pytorch,,,,['pytorch'],477.0,466.0,https://pypi.org/project/vit-pytorch,2024-05-11 15:05:28.000,11.0,22300.0,22300.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,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,,4300.0,1252.0,557.0,840.0,2543.0,17478.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,30,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,435.0,580.0,,,,,,,,3.0,14547.0,,,,,,,,,,,,,,,,,,, +281,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,,2095.0,283.0,3401.0,51.0,1494.0,10434.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,3109.0,3109.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,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-05-21 19:54:54.000000,2024-05-13 09:26:23,2930.0,40.0,2217.0,198.0,446.0,220.0,474.0,9208.0,FinRL: Financial Reinforcement Learning.,113.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,39.0,39.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1289.0,1289.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +283,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,187.0,829.0,7430.0,Automated Machine Learning with scikit-learn.,88.0,30,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],601.0,569.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,32.0,16593.0,17192.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,22182.0,,,,,2.0,52.0,,,,,,,,,,,,,,,,,,, +284,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-05-22 19:51:29.000000,2024-05-22 18:28:12,1010.0,21.0,904.0,136.0,699.0,129.0,318.0,6812.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,89.0,30,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,374.0,367.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,49299.0,49792.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,20720.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +285,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,,1383.0,189.0,785.0,44.0,423.0,6092.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'],660.0,653.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1942.0,2109.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7860.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,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,,1236.0,153.0,951.0,63.0,788.0,5759.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,66620.0,66620.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,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-05-08 23:39:09.000000,2024-05-08 23:39:06,618.0,8.0,696.0,108.0,190.0,12.0,344.0,5570.0,Python-tesseract is an optical character recognition (OCR) tool for python.,49.0,30,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,844.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,844.0,2094131.0,2107297.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,605668.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-05-21 16:05:57.000000,2024-05-21 15:50:17,1604.0,45.0,817.0,146.0,1515.0,351.0,399.0,4988.0,Simple and Distributed Machine Learning.,118.0,30,True,2024-04-11 00:33:42.000,1.0.4,48.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-04-11 00:33:42.000,5.0,235033.0,235033.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,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-05-23 09:00:21.000000,2024-05-21 14:26:58,1460.0,13.0,734.0,74.0,1794.0,313.0,629.0,4360.0,Probabilistic time series modeling in Python.,112.0,30,True,2024-02-02 12:38:04.000,0.14.4,108.0,gluonts,anaconda/gluonts,,,['mxnet'],27.0,,https://pypi.org/project/gluonts,2024-02-02 12:38:04.000,27.0,270841.0,270865.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,763.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-05-23 02:03:20.000000,2023-11-02 13:49:44,662.0,,844.0,150.0,129.0,133.0,104.0,4065.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,,,,3478.0,3389.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,89.0,120081.0,120743.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,25833.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-03-18 02:23:40.000000,2023-12-19 14:36:52,3303.0,,537.0,120.0,371.0,77.0,737.0,3990.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,344.0,326.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,18.0,68701.0,70405.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,49440.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-05-09 18:32:20.000000,2024-04-08 14:14:18,1091.0,3.0,346.0,58.0,1348.0,130.0,174.0,3861.0,A Python toolbox for performing gradient-free optimization.,55.0,30,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,725.0,679.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,46.0,239995.0,241006.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,48555.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,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-05-21 05:38:23.000000,2024-03-15 01:19:18,1424.0,2.0,458.0,56.0,777.0,43.0,475.0,3672.0,NeuralProphet: A simple forecasting package.,53.0,30,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],447.0,442.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,155253.0,155253.0,,,,,,,,2.0,,-2.0,,,,,,,,,,,,,,,,,, +294,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-05-22 09:08:18.000000,2024-05-20 08:31:13,502.0,18.0,540.0,40.0,526.0,12.0,,3647.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,44.0,30,True,2024-05-20 08:40:32.000,0.11.16,102.0,sahi,conda-forge/sahi,,,,1117.0,1092.0,https://pypi.org/project/sahi,2024-05-20 08:40:32.000,25.0,114990.0,117506.0,https://anaconda.org/conda-forge/sahi,2024-05-21 00:15:11.285,58375.0,,,,,2.0,24707.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-05-21 14:48:48.000000,2024-05-21 13:42:18,3660.0,4.0,462.0,101.0,1049.0,256.0,368.0,3574.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],168.0,55.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,92.0,120286.0,150410.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1300491.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,3031.0,,,,,,,,,,, +296,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-03-20 16:59:01.000000,2023-11-21 21:15:59,435.0,,604.0,77.0,228.0,85.0,406.0,3440.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1363.0,1335.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,28.0,184923.0,199212.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,627490.0,,,,,1.0,786.0,,,,,,,,,,,,,,,,,,, +297,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-04-25 20:54:01.681000,2024-04-24 11:35:19,406.0,3.0,243.0,64.0,53.0,9.0,,3313.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",15.0,30,True,2024-04-24 11:36:32.000,4.6.2,28.0,textdistance,conda-forge/textdistance,,,,6448.0,6355.0,https://pypi.org/project/textdistance,2024-04-24 11:35:57.000,93.0,898419.0,911643.0,https://anaconda.org/conda-forge/textdistance,2024-04-25 20:54:01.681,554898.0,,,,,2.0,1000.0,,,,,,,,,,,,,,,,,,, +298,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-05-06 21:21:33.000000,2024-03-11 00:59:40,984.0,4.0,573.0,97.0,336.0,45.0,718.0,3274.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,30,True,2024-03-11 01:00:49.000,1.0.4,74.0,pomegranate,conda-forge/pomegranate,,,,1149.0,1095.0,https://pypi.org/project/pomegranate,2024-03-11 01:00:49.000,54.0,37262.0,40392.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,150241.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +299,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-05-23 12:35:56.000000,2024-05-20 15:07:51,638.0,91.0,581.0,37.0,872.0,122.0,715.0,3236.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",79.0,30,True,2024-03-27 16:32:44.000,1.0.1,30.0,anomalib,,,,,70.0,67.0,https://pypi.org/project/anomalib,2024-03-27 16:33:12.000,3.0,19655.0,20000.0,,,,,,,,2.0,10011.0,,,,,,,,,,,,,,,,,,, +300,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-05-23 07:28:58.000000,2024-05-22 20:30:06,7777.0,443.0,345.0,81.0,9034.0,121.0,338.0,2884.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",115.0,30,True,2024-05-10 17:47:38.000,0.32.1,535.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-05-22 16:33:06.000,4.0,44512.0,44690.0,,,,,,,,3.0,8013.0,,,,,,,,,,,,,,,,,,, +301,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-31 00:50:11.000000,2024-03-31 00:50:11,2705.0,27.0,366.0,38.0,517.0,53.0,216.0,2780.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,30,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,257.0,251.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,6.0,3694.0,3863.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7441.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,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,12.0,421.0,45.0,365.0,22.0,349.0,2667.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,30,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,597.0,583.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,2565.0,2853.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,13251.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,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-05-23 09:12:42.000000,2024-05-06 15:17:55,1587.0,44.0,322.0,37.0,339.0,33.0,159.0,2650.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,38.0,30,True,2024-05-06 15:33:09.000,2.5.0,40.0,shapash,,,,['jupyter'],163.0,159.0,https://pypi.org/project/shapash,2024-05-06 15:33:09.000,4.0,7129.0,7129.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,2024-05-06 22:09:13.000000,2024-04-05 11:33:33,2908.0,28.0,991.0,122.0,516.0,59.0,300.0,2556.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,30,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],109.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,109.0,515411.0,538935.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1011544.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,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,78.0,250.0,66.0,63.0,33.0,186.0,2102.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,30,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],50.0,49.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,1.0,1218.0,1218.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,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-05-23 10:06:57.000000,2024-04-30 19:42:51,1502.0,45.0,204.0,50.0,256.0,166.0,158.0,2073.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",42.0,30,True,2024-04-30 21:24:12.000,0.33.8,176.0,graphistry,,,,['jupyter'],120.0,114.0,https://pypi.org/project/graphistry,2024-04-30 21:24:12.000,6.0,4102.0,4102.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,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-05-23 11:53:57.000000,2024-05-23 11:53:56,896.0,37.0,126.0,21.0,380.0,118.0,238.0,1846.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,51.0,30,True,2024-04-14 13:04:28.000,0.11.4,48.0,equinox,,,,['jax'],684.0,558.0,https://pypi.org/project/equinox,2024-04-14 13:04:28.000,126.0,280938.0,280938.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +308,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-05-09 13:59:01.000000,2024-05-09 13:59:01,451.0,11.0,282.0,60.0,105.0,22.0,100.0,1806.0,ffn - a financial function library for Python.,33.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,473.0,457.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,16.0,151193.0,151393.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,7402.0,,,,,2.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-04-29 20:57:51.000000,2024-04-29 20:57:51,290.0,5.0,359.0,51.0,78.0,78.0,113.0,1785.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,43.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6160.0,6062.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,98.0,154995.0,156132.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,80781.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,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-05-17 01:07:41.000000,2024-02-16 16:14:36,365.0,,261.0,48.0,314.0,248.0,184.0,1763.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,30,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],326.0,325.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,473645.0,473645.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +311,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-05-08 21:10:35.000000,2024-05-08 21:10:35,1593.0,3.0,283.0,55.0,139.0,80.0,185.0,1762.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,2990.0,2859.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,131.0,47350.0,56005.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,328898.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-05-23 06:44:42.000000,2024-04-29 07:26:04,1656.0,173.0,93.0,22.0,311.0,34.0,77.0,1761.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",36.0,30,True,2024-04-29 07:26:08.000,2.12.0,114.0,usearch,,unum/usearch,,,94.0,74.0,https://pypi.org/project/usearch,2024-04-29 08:22:26.000,6.0,59559.0,65955.0,,,,https://hub.docker.com/r/unum/usearch,2024-04-29 07:28:41.232497,1.0,75.0,3.0,1263.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-04-10 02:44:41.570,14.0,6277.0,,,,,,,,,,, +313,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-05-23 15:25:45.000000,2024-05-23 15:13:35,1805.0,262.0,358.0,28.0,1890.0,257.0,104.0,1741.0,Pytorch domain library for recommendation systems.,233.0,30,True,2024-04-25 01:39:04.000,0.7.0,77.0,torchrec-nightly-cpu,,,,,113.0,113.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,530.0,530.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +314,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-05-03 19:44:08.000000,2024-04-29 13:01:42,1192.0,70.0,179.0,19.0,159.0,49.0,135.0,1713.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,30,True,2024-03-15 11:44:36.000,0.35.0,38.0,audiomentations,,,,,500.0,487.0,https://pypi.org/project/audiomentations,2024-03-15 11:44:36.000,13.0,22165.0,22165.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,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-03-30 17:39:23.000000,2024-03-30 17:39:23,1059.0,8.0,217.0,52.0,204.0,30.0,281.0,1620.0,A full spaCy pipeline and models for scientific/biomedical documents.,33.0,30,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,929.0,898.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,31.0,25402.0,25402.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2024-04-07 13:04:52.000000,2024-04-07 13:04:52,1249.0,4.0,136.0,31.0,109.0,35.0,254.0,1544.0,Statistical package in Python based on Pandas.,45.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,2082.0,2008.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,66355.0,68871.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,118266.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +317,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-04-11 17:54:34.000000,2024-04-11 17:54:34,1875.0,17.0,269.0,45.0,274.0,61.0,198.0,1504.0,TensorLy: Tensor Learning in Python.,67.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,732.0,654.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,78.0,32109.0,37172.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,364579.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,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-05-22 17:53:40.000000,2024-04-25 13:15:07,1476.0,4.0,159.0,31.0,251.0,,,1321.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1714.0,1663.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,51.0,275122.0,276267.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,34377.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2024-05-13 16:50:32.000000,2024-03-15 15:54:00,4210.0,3.0,285.0,80.0,644.0,21.0,609.0,1281.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,30,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,1564.0,1525.0,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,25564.0,37374.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,543269.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +320,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-04-05 19:20:06.000000,2024-04-05 18:52:42,3044.0,17.0,269.0,34.0,37.0,1.0,491.0,1213.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,30,True,2024-04-05 19:20:07.000,0.41.3,210.0,ktrain,,,,['tensorflow'],523.0,520.0,https://pypi.org/project/ktrain,2024-04-05 18:57:50.000,3.0,10582.0,10582.0,,,,,,,,3.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,2024-05-21 08:53:03.000000,2024-05-21 08:53:03,10684.0,171.0,227.0,36.0,1477.0,206.0,350.0,1162.0,Computations and statistics on manifolds with geometric structures.,92.0,30,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,109.0,106.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,2457.0,2567.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2537.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +322,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-04-02 02:34:15.000000,2024-04-02 02:31:39,818.0,7.0,248.0,40.0,509.0,274.0,256.0,884.0,Scalable Machine Learning with Dask.,78.0,30,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1107.0,1018.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,89.0,280266.0,297518.0,https://anaconda.org/conda-forge/dask-ml,2024-03-21 17:55:27.760,828122.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-05-23 13:45:24.000000,2024-05-20 11:53:29,3125.0,81.0,112.0,16.0,280.0,7.0,150.0,761.0,Python bindings for MPI.,26.0,30,True,2024-04-14 10:39:44.000,3.1.6,28.0,mpi4py,conda-forge/mpi4py,,,,674.0,,https://pypi.org/project/mpi4py,2024-04-14 10:34:55.000,674.0,232788.0,291263.0,https://anaconda.org/conda-forge/mpi4py,2024-04-15 09:42:38.104,2492479.0,,,,,2.0,23520.0,,,,,,,,,,,,,,,,,,, +324,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-05-08 17:43:55.000000,2024-05-08 17:43:54,962.0,12.0,166.0,48.0,85.0,37.0,144.0,753.0,Library for exploring and validating machine learning data.,26.0,30,True,2024-04-24 23:26:22.000,1.15.1,46.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",924.0,893.0,https://pypi.org/project/tensorflow-data-validation,2024-04-24 23:54:11.000,31.0,192656.0,192665.0,,,,,,,,3.0,653.0,,,,,,,,,,,,,,,,,,, +325,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-05-02 04:23:06.000000,2024-05-02 04:21:55,1073.0,19.0,173.0,35.0,117.0,27.0,61.0,722.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,,,,410.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,405.0,15747471.0,15834116.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8057998.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-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,,107.0,24.0,53.0,37.0,57.0,479.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,,,,20908.0,20785.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,123.0,2053879.0,2071848.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,772670.0,,,,,2.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-04-23 19:58:08.000000,2023-04-19 14:13:08,2404.0,,3678.0,607.0,227.0,49.0,,13219.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2113.0,2049.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,64.0,20859.0,20859.0,,,,,,,,2.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,,1840.0,217.0,46.0,96.0,94.0,8963.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,114372.0,115082.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,33378.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +329,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-05-17 03:07:31.985000,2024-04-26 06:29:23,1174.0,6.0,1318.0,101.0,640.0,691.0,521.0,8094.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,127.0,29,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2472.0,2472.0,,,,,4909.0,https://anaconda.org/conda-forge/nvidia-apex,2024-05-17 03:07:31.985,211121.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,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-05-20 10:08:43.793000,2024-05-19 16:15:59,658.0,6.0,1003.0,146.0,99.0,90.0,309.0,6216.0,A Python scikit for building and analyzing recommender systems.,46.0,29,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,57.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,36.0,92009.0,99968.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,366146.0,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +331,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,,1156.0,211.0,92.0,194.0,122.0,5702.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,29,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,473.0,461.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,22383.0,22383.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +332,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-05-23 14:16:22.000000,2024-04-25 16:08:12,1087.0,1.0,378.0,80.0,531.0,59.0,454.0,5658.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,29,True,2023-09-04 10:10:59.000,0.15.0,19.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1318.0,1241.0,https://pypi.org/project/skorch,2023-09-04 09:59:43.000,77.0,167511.0,185255.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,780769.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +333,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2023-10-19 19:24:54.000000,2023-10-19 19:24:51,248.0,,888.0,127.0,38.0,72.0,145.0,5260.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,29,True,2022-04-22 15:21:47.000,0.2.3,7.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3406.0,3317.0,https://pypi.org/project/torchdiffeq,2022-04-22 15:21:47.000,89.0,731220.0,731541.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,15434.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +334,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4737.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2926.0,2880.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,211830.0,211837.0,,,,,,,,2.0,365.0,,,,,,,,,,,,,,,,,,, +335,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-05-21 15:37:39.000000,2023-04-30 18:36:20,483.0,,676.0,88.0,207.0,153.0,356.0,4629.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,,,,1473.0,1441.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,417069.0,419412.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,178124.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,445.0,41.0,124.0,67.0,154.0,4330.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,,,,1245.0,1185.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,60.0,118536.0,119098.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,19699.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,69.0,367.0,98.0,460.0,4163.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,29,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,3072.0,3014.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,58.0,30443.0,30619.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,5298.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,,274.0,46.0,50.0,27.0,94.0,3883.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,,,,5488.0,5350.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,138.0,855360.0,862143.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,284886.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,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,,510.0,76.0,38.0,12.0,121.0,3824.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,,,,16372.0,16258.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,114.0,258261.0,425620.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,334719.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +340,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-05-02 05:07:00.000000,2024-04-18 17:19:51,1212.0,31.0,471.0,63.0,733.0,7.0,533.0,3506.0,On-device wake word detection powered by deep learning.,37.0,29,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,43.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,15.0,8010.0,8010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +341,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,8.0,524.0,113.0,93.0,21.0,101.0,3436.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,,,,2773.0,2747.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,26.0,425867.0,426095.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,7981.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,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-05-21 23:00:48.000000,2024-02-22 12:17:17,1487.0,,245.0,19.0,1746.0,287.0,726.0,3415.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,,,,,382.0,375.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,75973.0,75999.0,,,,,,,,2.0,836.0,,,,,,,,,,,,,,,,,,, +343,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,,384.0,45.0,1085.0,2.0,353.0,3235.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1155.0,1125.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,12228.0,12228.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,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-05-23 12:26:25.000000,2024-05-22 15:39:19,861.0,54.0,365.0,42.0,937.0,33.0,311.0,3158.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",46.0,29,True,2024-03-04 14:51:09.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",3.0,,https://pypi.org/project/python-doctr,2024-03-04 14:51:09.000,3.0,31539.0,106932.0,,,,,,,,3.0,2940346.0,,,,,,,,,,,,,,,,,,, +345,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,674.0,110.0,72.0,100.0,123.0,2983.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10892.0,10788.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,104.0,66060.0,66060.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +346,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,,294.0,33.0,476.0,53.0,30.0,2961.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1258.0,1174.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,84.0,133512.0,133512.0,https://anaconda.org/conda-forge/torch-optimizer,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +347,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-05-22 19:47:51.730000,2024-05-22 12:58:11,1169.0,19.0,388.0,49.0,74.0,149.0,480.0,2949.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-05-22 13:25:36.000,1.1.7,91.0,mljar-supervised,conda-forge/mljar-supervised,,,,114.0,111.0,https://pypi.org/project/mljar-supervised,2024-05-22 12:58:42.000,3.0,3126.0,3543.0,https://anaconda.org/conda-forge/mljar-supervised,2024-05-22 19:47:51.730,14626.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,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,,424.0,63.0,933.0,325.0,745.0,2899.0,StellarGraph - Machine Learning on Graphs.,37.0,29,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],271.0,260.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,8451.0,8451.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,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-05-22 00:57:25.000000,2024-05-22 00:57:22,3538.0,18.0,341.0,153.0,1177.0,32.0,60.0,2694.0,Neural Network Libraries.,76.0,29,True,2023-12-07 00:57:13.000,1.38.0,78.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2023-12-06 09:31:24.000,44.0,3153.0,3164.0,,,,,,,,3.0,918.0,,,,,,,,,,,,,,,,,,, +350,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,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'],1559.0,1537.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,78231.0,78231.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,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-03-18 12:42:13.000000,2018-08-19 12:37:47,130.0,,279.0,65.0,60.0,29.0,39.0,2405.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,29,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],5001.0,4917.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,84.0,495733.0,497850.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,173666.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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,67.0,207.0,2347.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,29,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],299.0,292.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,9925.0,9925.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-05-23 00:34:40.000000,2024-05-21 08:57:13,663.0,11.0,247.0,52.0,652.0,146.0,225.0,2308.0,Algorithms for explaining machine learning models.,22.0,29,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,625.0,600.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,17231.0,17231.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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-05-21 10:49:30.000000,2024-05-21 10:49:30,727.0,11.0,216.0,37.0,537.0,141.0,235.0,2104.0,"Algorithms for outlier, adversarial and drift detection.",23.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,444.0,437.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,34087.0,34087.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-05-22 08:40:13.000000,2024-05-22 08:40:13,851.0,6.0,392.0,37.0,875.0,170.0,294.0,1821.0,A Python package to assess and improve fairness of machine learning models.,82.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],53.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,50.0,267092.0,267861.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,32310.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,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-05-22 21:54:05.000000,2024-05-06 18:14:07,2448.0,1.0,437.0,76.0,1266.0,148.0,682.0,1803.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],695.0,658.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,58275.0,58647.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,26851.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-05-23 07:33:19.000000,2024-05-23 07:33:18,3898.0,55.0,281.0,27.0,575.0,88.0,712.0,1692.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,78.0,29,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,85.0,82.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,958.0,958.0,,,,,,,,2.0,21.0,,,,,,,,,,,,,,,,,,, +358,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-05-19 15:07:34.000000,2024-05-19 14:52:17,713.0,2.0,318.0,43.0,367.0,81.0,215.0,1624.0,Training PyTorch models with differential privacy.,79.0,29,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],823.0,791.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,32.0,130909.0,131411.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,14025.0,,,,,2.0,109.0,,,,,,,,,,,,,,,,,,, +359,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-04-25 08:57:36.000000,2024-04-25 00:46:12,1435.0,16.0,271.0,73.0,105.0,33.0,55.0,1242.0,Model analysis tools for TensorFlow.,57.0,29,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,23.0,78512.0,78512.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,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-05-21 06:47:52.000000,2024-05-21 06:47:51,1964.0,23.0,322.0,27.0,2270.0,88.0,227.0,1242.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,29,True,2024-05-20 22:12:33.000,0.35.1,56.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",105.0,99.0,https://pypi.org/project/raiwidgets,2024-05-20 22:07:15.000,6.0,6016.0,6016.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-05-03 21:03:08.000000,2024-01-17 21:03:09,532.0,,411.0,51.0,40.0,16.0,139.0,1223.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2651.0,2613.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,332882.0,333756.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,42838.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,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-05-19 11:47:01.000000,2024-05-19 11:47:01,1104.0,42.0,207.0,23.0,139.0,24.0,192.0,1078.0,Survival analysis built on top of scikit-learn.,20.0,29,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],508.0,481.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,27.0,95744.0,98775.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,90935.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +363,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-04-01 17:38:38.000000,2024-03-25 14:43:57,494.0,1.0,120.0,32.0,128.0,27.0,74.0,890.0,Python bindings and utilities for GeoJSON.,56.0,29,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17896.0,17254.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,642.0,1725633.0,1779232.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,803995.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,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-05-15 15:22:35.000000,2024-05-15 15:22:35,674.0,8.0,104.0,14.0,97.0,71.0,65.0,846.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,29,True,2024-03-29 20:37:40.000,0.5.12,31.0,pynndescent,conda-forge/pynndescent,,,,6600.0,6461.0,https://pypi.org/project/pynndescent,2024-03-29 20:37:40.000,139.0,1395717.0,1435902.0,https://anaconda.org/conda-forge/pynndescent,2024-03-29 21:39:55.734,1848530.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-05-22 06:32:24.000000,2024-05-22 06:30:31,1311.0,9.0,149.0,50.0,57.0,20.0,69.0,832.0,Computer Vision in Python.,35.0,29,True,2024-04-17 11:27:48.000,1.4.15,61.0,mahotas,conda-forge/mahotas,,,,1325.0,1265.0,https://pypi.org/project/mahotas,2024-04-17 11:27:48.000,60.0,16517.0,25264.0,https://anaconda.org/conda-forge/mahotas,2024-05-18 06:10:05.533,411143.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,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-05-07 15:53:15.000000,2024-05-01 16:34:13,823.0,15.0,75.0,26.0,385.0,109.0,233.0,569.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-04-05 15:56:28.000,1.12.0,63.0,geoviews,conda-forge/geoviews,,,,1048.0,992.0,https://pypi.org/project/geoviews,2024-04-05 10:57:38.000,56.0,13228.0,18272.0,https://anaconda.org/conda-forge/geoviews,2024-04-05 16:04:19.139,221944.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +367,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-05-18 15:32:00.000000,2024-04-12 14:18:33,232.0,5.0,58.0,13.0,206.0,13.0,187.0,319.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-04-12 14:20:43.000,3.9.1,72.0,pystan,conda-forge/pystan,,,,9970.0,9813.0,https://pypi.org/project/pystan,2024-04-12 14:20:43.000,157.0,1905613.0,1938493.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2827737.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +368,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2023-11-21 01:05:50.000000,2020-01-31 13:06:18,347.0,,4819.0,651.0,372.0,498.0,436.0,15420.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,567.0,564.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,885.0,885.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +369,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-05-06 20:38:27.000000,2024-05-06 20:36:49,342.0,9.0,1365.0,428.0,50.0,102.0,87.0,10391.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2024-05-06 20:38:27.000,4.0.9,47.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-05-06 20:38:27.000,10.0,32056.0,32056.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +370,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-04-05 19:03:17.000000,2022-11-08 22:11:16,98.0,,1772.0,205.0,73.0,109.0,36.0,10133.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,15.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,13.0,63389.0,63389.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,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-05-02 01:34:04.000000,2023-04-19 16:47:52,581.0,,1146.0,350.0,80.0,49.0,231.0,7936.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,773.0,747.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2687.0,3073.0,,,,,,,,2.0,31335.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +372,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,,909.0,267.0,98.0,82.0,81.0,7331.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],247.0,239.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,277277.0,277277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +373,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1330.0,175.0,46.0,78.0,238.0,6837.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'],30.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,9.0,77951.0,77951.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +374,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,,1368.0,204.0,158.0,44.0,227.0,5495.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'],768.0,762.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1585.0,1585.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +375,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,273.0,438.0,221.0,329.0,4823.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'],319.0,317.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,450.0,450.0,,,,,,,,3.0,22.0,,,,,,,,,,,,,,,,,,, +376,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-03-07 14:59:40.000000,2022-08-06 21:47:18,182.0,,435.0,71.0,61.0,101.0,56.0,4537.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,,,,,1829.0,1822.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,270527.0,270527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +377,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,,988.0,146.0,31.0,51.0,77.0,4269.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,,,,8543.0,8456.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,87.0,209673.0,210041.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,14019.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,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-05-10 20:41:29.000000,2024-04-05 14:20:01,251.0,2.0,917.0,52.0,55.0,69.0,106.0,4216.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,17.0,28,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],1836.0,1806.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,30.0,66218.0,84463.0,,,,,,,,3.0,985283.0,,,,,,,,,,,,,,,,,,, +379,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-04-13 16:57:34.000000,2024-03-19 16:05:30,525.0,2.0,725.0,176.0,82.0,8.0,280.0,4174.0,A python wrapper for Alpha Vantage API for financial data.,43.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,596.0,563.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,33.0,31170.0,31337.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6714.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,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,137.0,43.0,3970.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'],14234.0,14114.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,241855.0,241855.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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,,971.0,217.0,408.0,140.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,,,,,1057.0,1045.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2654.0,2654.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +382,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-05-21 06:21:14.000000,2024-03-15 19:57:42,1777.0,36.0,583.0,39.0,831.0,481.0,283.0,3657.0,Time series forecasting with PyTorch.,44.0,28,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,16.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,16.0,49962.0,51251.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,56734.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,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-05-20 11:58:19.000000,2024-05-20 11:57:13,1201.0,6.0,413.0,82.0,54.0,61.0,202.0,3399.0,A library of reinforcement learning components and agents.,85.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],202.0,199.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1540.0,1743.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8556.0,,,,,1.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +384,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,,330.0,46.0,120.0,66.0,136.0,2854.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1187.0,1163.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,129343.0,131008.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,69959.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,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-03-20 16:55:01.000000,2024-03-20 16:53:52,2297.0,1.0,722.0,79.0,205.0,191.0,466.0,2742.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'],12.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,12.0,43976.0,43976.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +386,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,8.0,473.0,96.0,43.0,89.0,240.0,2717.0,Learning to Rank in TensorFlow.,34.0,28,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,134120.0,134120.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,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-05-22 12:04:04.000000,2024-05-13 15:04:22,3519.0,14.0,522.0,108.0,351.0,388.0,685.0,2710.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,,,,,674.0,654.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,19253.0,19253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +388,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,2590.0,Database system for AI-powered apps.,73.0,28,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],143.0,143.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,3179.0,21922.0,,,,,,,,3.0,412353.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,, +389,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-05-23 09:22:00.000000,2024-05-21 19:11:35,111.0,22.0,321.0,28.0,304.0,40.0,332.0,2423.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,28,True,2024-05-21 19:16:35.000,0.2.1,19.0,adapter-transformers,,,,['huggingface'],63.0,56.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,107599.0,107599.0,,,,,,,,2.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +390,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-05-20 14:20:45.000000,2024-04-08 19:42:17,436.0,5.0,809.0,90.0,285.0,188.0,102.0,2334.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,28,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,437.0,411.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,26.0,48844.0,49078.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,10330.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +391,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,,313.0,64.0,14.0,29.0,47.0,2250.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11307.0,11163.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,144.0,405358.0,405358.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +392,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-05-20 17:35:37.000000,2024-05-19 09:52:31,2062.0,236.0,126.0,28.0,200.0,16.0,22.0,1881.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-03-21 07:36:40.000,0.5.1,145.0,labml,,,,,155.0,149.0,https://pypi.org/project/labml,2024-03-21 07:36:40.000,6.0,3751.0,3751.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +393,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,62.0,19.0,270.0,1878.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,,,,1655.0,1633.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,36428.0,37151.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,31824.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,,377.0,50.0,125.0,41.0,422.0,1676.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,28,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,248.0,235.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,13.0,2334.0,2454.0,,,,,,,,1.0,11855.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +395,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-04-29 18:33:44.000000,2024-04-29 18:20:59,222.0,29.0,197.0,32.0,20.0,1.0,90.0,1643.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,28,True,2024-04-29 18:33:44.000,0.1.904,89.0,autoviz,conda-forge/autoviz,,,,689.0,682.0,https://pypi.org/project/autoviz,2024-04-29 18:33:44.000,7.0,37355.0,38893.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,50775.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,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,2023-09-26 23:11:11.000000,2023-09-26 23:11:11,163.0,,184.0,34.0,72.0,22.0,52.0,1492.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],3070.0,3040.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,30.0,1375175.0,1375704.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,21188.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +397,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-05-13 09:59:37.000000,2024-05-13 09:59:37,589.0,20.0,415.0,30.0,50.0,14.0,125.0,1394.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,29.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,616.0,592.0,https://pypi.org/project/minisom,2024-02-16 09:47:58.000,24.0,23123.0,23123.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +398,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-05-22 12:17:19.000000,2024-05-22 12:17:17,677.0,10.0,167.0,48.0,162.0,19.0,382.0,1334.0,moDel Agnostic Language for Exploration and eXplanation.,25.0,28,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,172.0,165.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,7.0,18881.0,19203.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,12894.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-05-23 09:55:57.000000,2024-05-22 20:16:54,1045.0,30.0,115.0,23.0,116.0,32.0,53.0,1307.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",23.0,28,True,2024-05-22 20:17:23.000,1.4.4,47.0,imodels,,,,,81.0,72.0,https://pypi.org/project/imodels,2024-05-22 20:17:23.000,9.0,71701.0,71701.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,327.0,39.0,301.0,27.0,200.0,1235.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,405.0,383.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,21802.0,21802.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +401,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-05-23 14:57:31.000000,2024-05-21 11:24:48,516.0,27.0,113.0,23.0,366.0,34.0,273.0,1161.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-04-16 14:59:21.000,0.8.2,50.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],152.0,144.0,https://pypi.org/project/scikit-lego,2024-04-16 12:18:11.000,8.0,21890.0,22897.0,https://anaconda.org/conda-forge/scikit-lego,2024-04-17 13:14:18.003,48340.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,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-05-23 11:42:03.000000,2024-05-23 11:19:26,1826.0,288.0,79.0,10.0,559.0,49.0,643.0,1131.0,An open-source container orchestration engine for running AI workloads in any cloud or data center...,25.0,28,True,2024-05-23 11:42:03.000,0.18.2,204.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-05-23 11:42:03.000,,2331.0,2331.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,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,,445.0,42.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'],304.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,304.0,5208247.0,5239559.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2223170.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-05-20 17:06:17.000000,2024-05-20 13:49:09,3166.0,288.0,108.0,11.0,551.0,23.0,108.0,961.0,Time series forecasting with scikit-learn models.,13.0,28,True,2024-05-20 17:06:17.000,0.12.1,27.0,skforecast,,,,['sklearn'],274.0,262.0,https://pypi.org/project/skforecast,2024-05-20 17:02:30.000,12.0,47969.0,47969.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +405,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-05-23 08:33:53.000000,2024-05-23 08:33:53,1355.0,23.0,131.0,25.0,474.0,14.0,134.0,824.0,A Comparative Framework for Multimodal Recommender Systems.,21.0,28,True,2024-05-06 22:24:15.000,2.2.0,57.0,cornac,conda-forge/cornac,,,,229.0,211.0,https://pypi.org/project/cornac,2024-05-06 22:50:06.000,18.0,34410.0,42571.0,https://anaconda.org/conda-forge/cornac,2024-05-22 19:13:36.782,383587.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +406,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-05-12 23:17:26.000000,2024-05-12 22:59:32,3715.0,8.0,324.0,65.0,687.0,37.0,531.0,821.0,The Classical Language Toolkit.,121.0,28,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,,276.0,261.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,1611.0,1611.0,,,,,,,,2.0,64.0,,,,,,,,,,,,,,,,,,, +407,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,2023-11-03 15:14:22.000000,2023-11-03 14:46:16,569.0,,36.0,11.0,69.0,7.0,26.0,209.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,12.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,43470.0,43376.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,94.0,9226546.0,9274458.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2108158.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +408,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,,1071.0,236.0,455.0,67.0,265.0,17232.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,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,,44662.0,45074.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,23927.0,3.0,,,,,,,,,,,,,,,,,,,, +409,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-05-23 13:04:23.000000,2024-05-22 05:05:34,2225.0,1.0,2813.0,197.0,3661.0,1200.0,4134.0,12188.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,27,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,716.0,716.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,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-05-23 12:43:02.000000,2024-05-23 12:29:27,950.0,176.0,1003.0,97.0,441.0,241.0,337.0,11244.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",80.0,27,False,2024-05-19 00:58:57.000,2.0.43,100.0,pandas-ai,,,,,3037.0,3037.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,, +411,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,,1500.0,130.0,51.0,155.0,141.0,7775.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'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,137585.0,215694.0,,,,,,,,2.0,3905466.0,,,,,,,,,,,,,,,,,,, +412,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,,1639.0,459.0,698.0,33.0,441.0,7300.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,2281.0,2304.0,,,,,,,,2.0,2191.0,,,,,,,,,,,,,,,,,,, +413,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,,1352.0,348.0,14.0,42.0,66.0,6347.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1337.0,1330.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,7.0,35295.0,35295.0,,,,,,,,3.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,624.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,,1556.0,1556.0,,,,,,,,3.0,8.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +415,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-04-29 08:04:00.000000,2024-03-08 08:24:03,13775.0,66.0,1536.0,140.0,3584.0,856.0,1103.0,5539.0,An Industrial Grade Federated Learning Framework.,100.0,27,True,2024-03-08 08:32:35.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,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,125.0,64.0,136.0,74.0,5031.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,,,,,766.0,754.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,10004.0,10004.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,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-04-04 13:02:44.000000,2024-04-04 13:02:44,6153.0,1.0,527.0,150.0,1906.0,338.0,1331.0,4430.0,ArrayFire: a general purpose GPU library.,88.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,1463.0,1520.0,,,,,,,,2.0,6108.0,,,,,,,,,,,,,,,,,,, +418,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,553.0,104.0,617.0,95.0,606.0,4210.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],93.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,93.0,549900.0,551640.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,78340.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,283.0,226.0,12.0,356.0,3870.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,687079.0,687490.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,21794.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,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-05-22 20:37:14.000000,2024-04-17 02:40:53,1439.0,35.0,343.0,69.0,1334.0,96.0,83.0,3409.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,27,True,2024-04-09 23:12:45.000,1.1.1,16.0,lit-nlp,conda-forge/lit-nlp,,,,35.0,32.0,https://pypi.org/project/lit-nlp,2024-04-09 23:12:45.000,3.0,4171.0,5809.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,72077.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,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-04-09 15:08:12.000000,2024-04-09 15:08:11,2114.0,6.0,538.0,144.0,239.0,39.0,634.0,3284.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'],450.0,446.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,866.0,866.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +422,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-05-20 17:20:08.000000,2023-09-10 15:15:16,1059.0,,238.0,62.0,114.0,9.0,274.0,3230.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,556.0,543.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,13.0,17235.0,17256.0,,,,,,,,3.0,1325.0,,,,,,,,,,,,,,,,,,, +423,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,,364.0,81.0,63.0,154.0,189.0,3200.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,,,,476.0,460.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,16.0,4502.0,12104.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,653772.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +424,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,,455.0,82.0,245.0,61.0,155.0,3035.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,27,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,186.0,184.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,58984.0,58985.0,,,,,,,,3.0,77.0,,,,,,,,,,,,,,,,,,, +425,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-05-18 05:22:53.000000,2024-05-18 05:22:47,1636.0,123.0,630.0,44.0,28.0,4.0,476.0,3029.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'],21.0,21.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,391.0,391.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +426,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-04-27 07:02:54.000000,2022-09-28 17:12:28,249.0,,312.0,29.0,321.0,77.0,38.0,2731.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,27,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],945.0,944.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,19399.0,19489.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,2975.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +427,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,,331.0,77.0,55.0,161.0,68.0,2270.0,Multilingual text (NLP) processing toolkit.,26.0,27,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1307.0,1258.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,62464.0,62464.0,,,,,,,,3.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,,255.0,89.0,124.0,33.0,230.0,2179.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,,,,1845.0,1779.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,47769.0,49475.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,143315.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,,317.0,64.0,38.0,97.0,160.0,2170.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'],359.0,353.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,11126.0,11126.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,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,2063.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'],2121.0,2107.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,105074.0,109375.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,494.0,,,,,3.0,257448.0,,,,,,,,,,,,,,,,,,, +431,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-05-03 16:38:58.000000,2024-04-04 12:44:05,521.0,2.0,401.0,85.0,104.0,79.0,259.0,2046.0,bt - flexible backtesting for Python.,32.0,27,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1614.0,1604.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,10.0,7318.0,7968.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,24052.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +432,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,16.0,160.0,61.0,68.0,65.0,130.0,1805.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,27,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,415.0,413.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,851.0,851.0,,,,,,,,3.0,34.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,1729.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],285.0,280.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2377.0,2936.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,18455.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +434,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,33.0,269.0,27.0,187.0,10.0,390.0,1617.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,27,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],182.0,174.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1326.0,1326.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-05-22 22:01:16.000000,2024-05-22 01:24:18,6428.0,126.0,289.0,46.0,2728.0,311.0,1439.0,1590.0,cuGraph - RAPIDS Graph Analytics Library.,114.0,27,True,2024-04-10 21:01:45.000,24.04.00,35.0,cugraph,conda-forge/libcugraph,,,,6.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,211.0,728.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,19146.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,27,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",75.0,75.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,,41928.0,42171.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13880.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,1478.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,,,,,399.0,397.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,2156.0,2156.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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,347.0,71.0,87.0,27.0,26.0,1229.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,,,,1430.0,1378.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,52.0,27796.0,28153.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26834.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,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-05-17 10:42:26.000000,2023-11-24 11:08:47,208.0,,83.0,34.0,110.0,7.0,18.0,1193.0,A library of reinforcement learning building blocks in JAX.,21.0,27,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],240.0,229.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,2643804.0,2643804.0,,,,,,,,2.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +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-02-25 11:40:08.000000,2024-02-08 16:58:25,2080.0,,249.0,41.0,39.0,68.0,591.0,1146.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,,,,700.0,671.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,29.0,44877.0,46302.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,65331.0,,,,,3.0,512.0,,,,,,,,,,,,,,,,,,, +441,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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,65.0,174.0,927.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'],125.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,81.0,77467.0,85909.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,539758.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2820.0,,,,,,,,,,, +442,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,122.0,907.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'],1615.0,1593.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,22.0,82479.0,82479.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +443,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-05-09 07:59:27.000000,2024-05-01 00:09:23,16580.0,11.0,367.0,44.0,1620.0,309.0,2961.0,864.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,22.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,2.0,510.0,565.0,,,,,,,,3.0,6893.0,,,,,,,,,,,,,,,,,,, +444,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-05-17 13:18:43.000000,2024-05-17 13:18:43,604.0,33.0,162.0,32.0,195.0,4.0,100.0,595.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,32.0,27,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],367.0,341.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,26.0,40303.0,40554.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,5793.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-05-17 21:25:45.000000,2024-05-07 09:33:03,327.0,17.0,91.0,19.0,118.0,36.0,80.0,583.0,pyspark methods to enhance developer productivity.,28.0,27,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],84.0,77.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,766057.0,766057.0,,,,,,,,3.0,23.0,,,,,,,,,,,,,,,,,,, +446,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-04-24 18:16:33.000000,2023-08-23 17:20:54,1241.0,,154.0,19.0,717.0,26.0,208.0,479.0,A package built to support working with spatial data using open source python.,44.0,27,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,340.0,323.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,7679.0,8923.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,75937.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,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,,1203.0,184.0,213.0,25.0,534.0,8893.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,,,,,257.0,,,,,,,,3.0,10287.0,,,,,,,,,,,,,,,,,,, +448,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,595.0,140.0,31.0,70.0,55.0,5550.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1695.0,1642.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,53.0,1662956.0,1663363.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18747.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-22 00:24:33.000000,2024-03-22 00:17:00,218.0,3.0,295.0,71.0,179.0,24.0,54.0,4908.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,121.0,117.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2610.0,2610.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,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-04-23 02:12:59.000000,2024-04-23 02:12:59,1138.0,1.0,720.0,60.0,1013.0,167.0,740.0,4118.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'],128.0,125.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,5652.0,5652.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,95.0,48.0,32.0,3490.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,85.0,76.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,9.0,15609.0,16069.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,30364.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,1.0,392.0,161.0,84.0,102.0,101.0,3199.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],23.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,23.0,94048.0,94048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,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,,1022.0,167.0,215.0,43.0,146.0,3117.0,Performance analysis of predictive (alpha) stock factors.,26.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,694.0,689.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1449.0,1726.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20816.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,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-03-19 19:20:10.000000,2024-03-18 19:51:35,2374.0,14.0,687.0,159.0,61.0,7.0,756.0,3097.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,26,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,913.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,64776.0,,,,,3.0,4714.0,,,,,,,,,,,,,,,,,,, +455,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,217.0,3649.0,429.0,1111.0,3009.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,,,,,,,,,1626.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,132637.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1511.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +456,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,264.0,53.0,19.0,36.0,97.0,2843.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,,,,2254.0,2225.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,29.0,71348.0,72099.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,29320.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,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,167.0,164.0,113.0,2731.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,,,,57.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,57.0,372594.0,374402.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,151924.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,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,1.0,696.0,180.0,75.0,21.0,565.0,2702.0,Python sync/async framework for Interactive Brokers API.,36.0,26,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,40.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,40.0,31332.0,32033.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,40694.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,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,,217.0,66.0,42.0,16.0,24.0,2685.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,,,,984.0,979.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,66172.0,66440.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14763.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,,443.0,126.0,143.0,192.0,247.0,2609.0,PYthon svg GrAph plotting Library.,77.0,26,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,96.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,96.0,311446.0,314020.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,41193.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +461,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-04-10 16:58:39.000000,2024-01-30 18:07:43,695.0,,232.0,35.0,147.0,17.0,144.0,2313.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,,,,,185.0,181.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,4.0,17741.0,17747.0,,,,,,,,3.0,307.0,,,,,,,,,,,,,,,,,,, +462,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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,1.0,285.0,56.0,14.0,22.0,79.0,2210.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,558.0,553.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,5.0,13029.0,14126.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,88920.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,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-05-21 21:29:02.000000,2023-06-01 12:18:23,739.0,,315.0,42.0,44.0,99.0,56.0,2151.0,A modular active learning framework for Python.,20.0,26,True,2024-05-21 21:29:02.000,0.62.180,963.0,modAL,,,,['sklearn'],27.0,,https://pypi.org/project/modAL,2024-05-21 21:29:02.000,27.0,292952.0,292952.0,,,,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,, +464,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-05-21 23:50:54.000000,2024-05-21 15:42:46,481.0,2.0,335.0,63.0,155.0,8.0,92.0,2107.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,,,,,666.0,649.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,17.0,41837.0,41837.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +465,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-05-13 22:13:39.000000,2024-05-13 22:13:34,870.0,8.0,446.0,59.0,333.0,113.0,92.0,1879.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'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,21172.0,21174.0,,,,,,,,3.0,155.0,,,,,,,,,,,,,,,,,,, +466,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-05-06 20:43:34.000000,2024-03-31 23:27:50,918.0,26.0,135.0,33.0,441.0,50.0,353.0,1811.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,57.0,56.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,19753.0,19753.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,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-05-06 20:43:34.000000,2024-03-31 23:27:50,918.0,26.0,135.0,33.0,441.0,50.0,353.0,1811.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,57.0,56.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,19753.0,20009.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,7175.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +468,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,40.0,495.0,172.0,151.0,1756.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,175.0,167.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,35677.0,35683.0,,,,,,,,3.0,457.0,,,,,,,,,,,,,,,,,,, +469,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,,160.0,25.0,81.0,43.0,35.0,1714.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,623.0,604.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,138119.0,138883.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,23690.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,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-05-21 17:39:54.000000,2024-05-21 17:32:58,936.0,116.0,262.0,46.0,772.0,76.0,65.0,1631.0,A lightweight library for PyTorch training tools and utilities.,128.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,7195.0,7195.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-05-17 08:23:44.000000,2024-05-17 08:23:43,2830.0,9.0,175.0,26.0,669.0,118.0,446.0,1544.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,26,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,5308.0,5311.0,,,,,,,,2.0,180.0,,,,,,,,,,,,,,,,,,, +472,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-05-19 03:08:50.610000,2024-05-10 13:50:09,1034.0,3.0,177.0,17.0,71.0,30.0,342.0,1483.0,PyTorch Extension Library of Optimized Scatter Operations.,30.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],128.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,128.0,36946.0,43086.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-05-19 03:08:50.610,288582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +473,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-04-30 13:26:27.000000,2023-06-07 07:35:59,3033.0,,120.0,36.0,337.0,11.0,187.0,1432.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,321.0,299.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,22.0,43716.0,43716.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,231.0,46.0,184.0,53.0,120.0,1380.0,Metric learning algorithms in Python.,22.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],383.0,376.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,16079.0,16331.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11625.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,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-05-23 06:44:53.000000,2024-05-23 06:44:52,691.0,7.0,155.0,22.0,126.0,4.0,128.0,1379.0,"Extensible, parallel implementations of t-SNE.",12.0,26,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,842.0,799.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,43.0,30825.0,36423.0,https://anaconda.org/conda-forge/opentsne,2024-05-19 08:28:58.978,251916.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,270.0,76.0,481.0,49.0,198.0,1328.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,1045.0,1034.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,11.0,15150.0,15225.0,,,,,,,,3.0,6378.0,,,,,,,,,,,,,,,,,,, +477,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,197.0,43.0,257.0,66.0,212.0,1250.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,448.0,421.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,1740.0,1740.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,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,,174.0,26.0,36.0,1.0,116.0,1238.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1612.0,1591.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,57979.0,57979.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +479,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,144.0,35.0,214.0,117.0,152.0,1222.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,,,,518.0,463.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,55.0,25599.0,36355.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,860495.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-04-16 18:02:40.000000,2024-04-16 18:02:40,396.0,2.0,177.0,26.0,32.0,4.0,129.0,1202.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,26,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],547.0,533.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,14.0,108969.0,109310.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,18444.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,112.0,21.0,103.0,43.0,74.0,1134.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2676.0,2637.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,39.0,281153.0,281958.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,36260.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,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-05-20 12:37:40.000000,2024-05-03 23:42:39,1985.0,54.0,364.0,55.0,513.0,156.0,253.0,1129.0,Machine learning on FPGAs using HLS.,60.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,,874.0,1046.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7606.0,,,,,2.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,2024-05-22 20:03:34.000000,2024-05-21 21:43:45,2369.0,262.0,88.0,19.0,917.0,86.0,214.0,1086.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,84.0,metricflow,,,,,26.0,23.0,https://pypi.org/project/metricflow,2024-04-04 05:32:07.000,3.0,20672.0,20672.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +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-03-29 13:25:52.761000,2024-03-27 08:01:51,780.0,3.0,63.0,13.0,127.0,46.0,115.0,962.0,Visualize large time series data with plotly.py.,12.0,26,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1126.0,1104.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,22.0,432281.0,433758.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,41378.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-05-21 01:36:11.000000,2024-05-21 01:35:55,553.0,93.0,101.0,24.0,98.0,15.0,106.0,668.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",26.0,26,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,103.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,103.0,29706.0,29706.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-05-15 16:08:44.000000,2024-05-13 16:47:27,911.0,12.0,107.0,43.0,113.0,56.0,46.0,638.0,Bias Auditing & Fair ML Toolkit.,21.0,26,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,163.0,156.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,36850.0,36850.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,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-04-26 20:02:09.000000,2024-04-26 20:02:08,844.0,7.0,133.0,29.0,89.0,40.0,75.0,601.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2024-04-23 05:17:11.000,1.15.0,43.0,ml-metadata,,,,,485.0,454.0,https://pypi.org/project/ml-metadata,2024-04-23 05:17:11.000,31.0,84514.0,84549.0,,,,,,,,3.0,2209.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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,425.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7716.0,7586.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,130.0,223618.0,224437.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40172.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +489,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-05-22 08:39:18.000000,2024-05-15 16:50:06,2745.0,206.0,59.0,8.0,258.0,40.0,90.0,257.0,Python recommendation toolkit.,14.0,26,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,108.0,102.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1760.0,2406.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,27150.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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-05-16 01:29:54.000000,2024-05-16 01:29:48,1619.0,1.0,808.0,146.0,1564.0,114.0,125.0,7966.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,156.0,155.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3820.0,3820.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2023-10-03 15:31:03.000000,2022-09-22 23:59:07,1084.0,,968.0,182.0,327.0,338.0,292.0,5783.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,,,,,126.0,126.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,393.0,441.0,,,,,,,,2.0,3745.0,,,,,,,,,,,,,,,,,,, +492,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-04-26 02:38:27.000000,2023-11-19 13:26:15,334.0,,955.0,45.0,34.0,65.0,112.0,4997.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],206.0,197.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,3494.0,3494.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-04-27 19:15:19.000000,2023-04-28 16:55:30,521.0,,444.0,62.0,93.0,36.0,88.0,4979.0,Finding duplicate images made easy!.,15.0,25,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],121.0,116.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,18946.0,18946.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,2024-05-23 10:22:01.000000,2024-05-23 10:22:01,3563.0,108.0,604.0,93.0,3918.0,213.0,1377.0,4935.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,91.0,25,True,2024-05-07 16:55:22.000,1.37.1,78.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,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-01-16 11:28:25.000000,2022-08-23 22:54:23,1046.0,,982.0,240.0,215.0,51.0,200.0,4397.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,False,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,57.0,56.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,801.0,894.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3460.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,430.0,42.0,52.0,88.0,174.0,4189.0,An Open-Source Framework for Prompt-Learning.,22.0,25,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,126.0,123.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,1134.0,1134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,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,,513.0,135.0,649.0,65.0,198.0,3869.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,2787.0,2787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,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-05-23 08:03:04.000000,2024-05-23 08:03:04,2779.0,70.0,1207.0,135.0,1073.0,52.0,75.0,3314.0,a distributed deep learning platform.,91.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,68.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,745.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6558.0,3.0,,,,,,,,,,,,,,,,,,,, +499,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-05-20 22:24:28.000000,2024-05-20 22:24:17,466.0,3.0,271.0,50.0,459.0,59.0,256.0,3306.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,4.0,5318.0,6380.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,40000.0,,,,,2.0,502.0,,,,,,,,,,,,,,,,,,, +500,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-04-22 17:11:22.000000,2024-03-30 09:25:51,4343.0,16.0,582.0,40.0,1002.0,251.0,692.0,3204.0,"A unified, comprehensive and efficient recommendation library.",71.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,3798.0,3912.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4817.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-05-23 12:40:02.000000,2024-05-23 12:40:02,514.0,6.0,811.0,62.0,640.0,133.0,399.0,3201.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'],126.0,125.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,824.0,824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,,246.0,29.0,2015.0,3.0,652.0,3020.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,13676.0,13767.0,,,,,,,,3.0,2645.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,,663.0,73.0,25.0,117.0,101.0,2977.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'],2922.0,2921.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1710.0,1710.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,,471.0,97.0,49.0,59.0,253.0,2820.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,,,,722.0,701.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,3525.0,3846.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15800.0,,,,,3.0,993.0,,,,,,,,,,,,,,,,,,, +505,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-04-22 23:07:16.000000,2023-06-30 21:16:10,470.0,,322.0,64.0,317.0,47.0,124.0,2794.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'],55.0,54.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1698.0,2025.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,15381.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,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-05-21 12:48:00.000000,2024-05-06 14:20:38,944.0,6.0,173.0,20.0,78.0,95.0,174.0,2760.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,25,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,46.0,45.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1645.0,1645.0,,,,,,,,3.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,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,229.0,50.0,481.0,45.0,70.0,2725.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,,,,,228.0,225.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,25669.0,25670.0,,,,,,,,2.0,68.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-04-15 21:12:13.000000,2023-07-01 21:40:58,1936.0,,350.0,40.0,89.0,28.0,158.0,2511.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,1842.0,1842.0,,,,,,,,2.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-02-10 12:55:47.000000,2023-07-23 14:42:27,191.0,,468.0,38.0,239.0,52.0,282.0,2499.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,25,True,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,36096.0,36325.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6658.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +510,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,2456.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,145.0,145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,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,1.0,236.0,64.0,31.0,60.0,95.0,2235.0,Fast and Easy Infinite Neural Networks in Python.,29.0,25,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,102.0,101.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2864.0,2872.0,,,,,,,,3.0,384.0,,,,,,,,,,,,,,,,,,, +512,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-05-22 17:55:04.000000,2024-05-22 17:55:04,542.0,10.0,211.0,42.0,129.0,61.0,127.0,2194.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,28.0,25,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,3.0,3.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,3275.0,3275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,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-05-21 22:55:07.000000,2024-02-10 10:17:50,226.0,,252.0,48.0,95.0,20.0,115.0,2162.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",116.0,112.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2423.0,2423.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,, +514,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-04-26 00:01:37.000000,2021-07-09 11:06:18,56.0,,496.0,42.0,25.0,66.0,38.0,2133.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,25,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],51.0,,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,80714.0,80946.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11870.0,,,,,3.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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,85.0,41.0,47.0,14.0,75.0,2098.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,62.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,62.0,44161.0,44161.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,,239.0,71.0,21.0,93.0,66.0,2092.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,,,,,271.0,267.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,94725.0,94725.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,,303.0,57.0,1313.0,233.0,810.0,1821.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'],106.0,102.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,744.0,744.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,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-03-24 14:27:59.853000,2022-12-07 10:32:49,237.0,,293.0,1.0,1.0,1.0,,1703.0,Feature engineering package with sklearn like functionality.,38.0,25,False,2024-03-24 13:29:41.000,1.7.0,39.0,feature_engine,conda-forge/feature_engine,,,,147.0,,https://pypi.org/project/feature_engine,2024-03-24 13:29:41.000,147.0,131133.0,132200.0,https://anaconda.org/conda-forge/feature_engine,2024-03-24 14:27:59.853,48016.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,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,49.0,49.0,23.0,91.0,1603.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,,,,387.0,374.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2311.0,4329.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,38170.0,,,,,3.0,65473.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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,205.0,44.0,12.0,4.0,51.0,1564.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],234.0,232.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,192763.0,192763.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +521,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,379.0,56.0,155.0,1559.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,25,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],57.0,56.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,686.0,686.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +522,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,,267.0,50.0,87.0,22.0,191.0,1546.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],585.0,568.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,17.0,6411.0,6557.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6895.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,,579.0,108.0,283.0,19.0,300.0,1513.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,25,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,162.0,160.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,7793.0,7845.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4490.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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,330.0,51.0,43.0,96.0,,1342.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'],481.0,473.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,46919.0,75093.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,314.0,,,,,3.0,1239357.0,,,,,,,,,,,,,,,,,,, +525,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,7.0,70.0,1293.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'],1471.0,1458.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,13550.0,13550.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,,296.0,55.0,63.0,16.0,109.0,1244.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,,,,,1059.0,1048.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,10952.0,10952.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-05-13 13:12:24.000000,2024-05-02 01:45:39,808.0,9.0,116.0,31.0,412.0,71.0,325.0,1022.0,BAyesian Model-Building Interface (Bambi) in Python.,37.0,25,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,132.0,122.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,10.0,23094.0,23851.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,31058.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,2024-05-16 20:20:11.437000,2024-05-16 13:11:43,2072.0,1.0,215.0,41.0,593.0,85.0,433.0,1018.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2024-05-16 14:21:22.000,2.1.0,48.0,smac,conda-forge/smac,,,,33.0,,https://pypi.org/project/smac,2024-05-16 14:21:22.000,33.0,47180.0,47702.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,19855.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +529,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,48.0,61.0,1.0,68.0,976.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],451.0,448.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,17140.0,17140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,2.0,236.0,61.0,246.0,22.0,367.0,960.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,,,,587.0,556.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,31.0,20849.0,21537.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,29517.0,,,,,3.0,269.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,,256.0,43.0,72.0,103.0,188.0,917.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,547.0,510.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5742.0,5742.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +532,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,76.0,13.0,48.0,22.0,53.0,736.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,25,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,2078.0,2049.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,581801.0,581980.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5558.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,,103.0,15.0,193.0,117.0,136.0,668.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,617.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,617.0,3222146.0,3222296.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,18547.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-04-28 16:46:16.622000,2024-04-28 11:15:50,477.0,5.0,50.0,8.0,59.0,173.0,238.0,596.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,,,,791.0,718.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,73.0,44068.0,46024.0,https://anaconda.org/conda-forge/pyvips,2024-04-28 16:46:16.622,84126.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,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-04-10 07:37:43.190000,2022-01-15 18:08:37,1718.0,,67.0,15.0,13.0,35.0,7.0,538.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,,,,225.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,225.0,486897.0,493916.0,https://anaconda.org/conda-forge/whoosh,2024-04-10 07:37:43.190,252702.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,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-05-21 08:01:17.000000,2024-05-15 12:32:23,5658.0,65.0,92.0,15.0,757.0,16.0,438.0,428.0,Lightwood is Legos for Machine Learning.,46.0,25,False,2024-05-15 13:29:47.000,24.5.2.0,204.0,lightwood,,,,['pytorch'],62.0,60.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,7240.0,7240.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +537,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,,85.0,13.0,31.0,7.0,49.0,369.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,445.0,402.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,43.0,134348.0,135965.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,71151.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-05-21 10:43:30.000000,2024-05-21 10:37:24,549.0,21.0,56.0,40.0,300.0,20.0,60.0,300.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-05-21 10:43:30.000,1.4.0,78.0,gokart,,,,,85.0,77.0,https://pypi.org/project/gokart,2024-05-21 10:43:30.000,8.0,2852.0,2852.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,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,,800.0,168.0,1588.0,145.0,74.0,6348.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,105.0,110.0,,,,,,,,3.0,358.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,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'],1129.0,1113.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,676.0,688.0,,,,,,,,3.0,910.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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,1006.0,92.0,63.0,255.0,269.0,4626.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,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,25880.0,25880.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,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,101.0,35.0,107.0,113.0,4522.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],129.0,124.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5264.0,5267.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,235.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,,724.0,62.0,247.0,129.0,824.0,4057.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,5776.0,5776.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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,177.0,385.0,33.0,430.0,3818.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,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,1.0,443.0,89.0,78.0,67.0,137.0,3354.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,600647.0,600649.0,,,,,,,,2.0,181.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,110.0,73.0,193.0,117.0,3078.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,,,,,142.0,130.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,834.0,895.0,,,,,,,,3.0,4584.0,,,,,,,,,,,,,,,,,,, +547,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-03-13 21:11:32.000000,2024-03-13 21:09:44,767.0,1.0,362.0,91.0,548.0,144.0,92.0,2741.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,42653.0,42653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,,137.0,28.0,200.0,20.0,73.0,2704.0,HiPlot makes understanding high dimensional data easy.,9.0,24,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,434.0,408.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,20018.0,23645.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,184994.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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,,318.0,92.0,2157.0,206.0,982.0,2678.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,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,16862.0,16862.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,,336.0,31.0,695.0,43.0,151.0,2531.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,98.0,94.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,750.0,750.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,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,,645.0,89.0,29.0,25.0,52.0,2336.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,,,,,652.0,600.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,52.0,35446.0,35446.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,2203.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],700.0,681.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,6707.0,6707.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2024-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,7.0,236.0,38.0,38.0,13.0,114.0,2092.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,,,,240.0,234.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,4146.0,4651.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,23265.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +554,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,,669.0,82.0,48.0,24.0,64.0,2057.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,518.0,506.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,8457.0,8457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,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,1986.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],350.0,342.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1297.0,1475.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,7133.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,2024-05-13 12:34:46.000000,2023-12-04 14:09:45,571.0,,134.0,57.0,452.0,68.0,102.0,1847.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,112.0,102.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,3977.0,3977.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,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,,121.0,28.0,31.0,63.0,50.0,1575.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'],455.0,448.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,129622.0,129622.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-05-16 21:03:19.000000,2024-05-16 20:58:06,353.0,9.0,269.0,42.0,254.0,77.0,195.0,1468.0,A framework for Privacy Preserving Machine Learning.,35.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],37.0,36.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,315.0,315.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,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,35.0,68.0,57.0,206.0,1229.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,24,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],128.0,126.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,865.0,869.0,,,,,,,,3.0,101.0,,,,,,,,,,,,,,,,,,, +560,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,205.0,54.0,460.0,143.0,293.0,1193.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],75.0,66.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,546.0,546.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-05-05 07:26:14.000000,2024-05-05 07:26:07,87.0,9.0,227.0,20.0,20.0,5.0,87.0,1183.0,Implementation of the node2vec algorithm.,15.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,644.0,617.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,27.0,28268.0,28659.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,28175.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +562,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,72.0,415.0,75.0,147.0,1155.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,,,,,172.0,167.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,718.0,718.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,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,,114.0,12.0,23.0,18.0,15.0,1084.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5684.0,5275.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,409.0,416838.0,416838.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,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,48.0,112.0,53.0,170.0,972.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,319.0,296.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,986.0,986.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,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-05-19 05:55:47.946000,2024-04-29 15:05:22,732.0,3.0,145.0,16.0,105.0,31.0,240.0,962.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'],103.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,103.0,25108.0,31241.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-05-19 05:55:47.946,288271.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,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,34.0,69.0,878.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,24,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],625.0,613.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,24025.0,24025.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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-05-21 08:03:11.000000,2024-05-14 09:36:49,344.0,15.0,134.0,19.0,82.0,3.0,66.0,867.0,An intuitive library to extract features from time series.,20.0,24,True,2024-03-27 17:12:39.000,0.1.7,11.0,tsfel,,,,,129.0,126.0,https://pypi.org/project/tsfel,2024-03-27 16:06:38.000,3.0,21994.0,21994.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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-05-16 09:24:43.000000,2024-05-16 09:24:42,249.0,4.0,109.0,15.0,44.0,35.0,27.0,857.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,612.0,597.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,30510.0,42084.0,,,,,,,,3.0,486144.0,,,,,,,,,,,,,,,,,,, +569,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,34.0,25.0,34.0,236.0,739.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,,,,,176.0,172.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,5331.0,5331.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,2.0,155.0,17.0,72.0,35.0,108.0,703.0,Ternary plotting library for python with matplotlib.,27.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,199.0,169.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,30.0,37203.0,38041.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,81349.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +571,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,132.0,91.0,42.0,67.0,653.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'],204.0,194.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,10.0,14874.0,14874.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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-05-17 14:30:32.000000,2024-05-17 14:29:47,873.0,17.0,84.0,10.0,736.0,92.0,439.0,611.0,Automated modeling and machine learning framework FEDOT.,33.0,24,True,2024-05-03 16:06:47.000,0.7.3.2,22.0,fedot,,,,,51.0,46.0,https://pypi.org/project/fedot,2024-05-03 15:56:33.000,5.0,1202.0,1202.0,,,,,,,,3.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +573,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-03-09 00:32:37.185000,2024-03-08 20:01:01,3751.0,7.0,69.0,47.0,355.0,21.0,395.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,24,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],43.0,41.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,443.0,914.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,14140.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,, +574,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-04-09 13:42:05.705000,2024-04-03 15:41:01,407.0,9.0,134.0,20.0,46.0,3.0,84.0,548.0,Medical image processing in Python.,20.0,24,False,2024-04-03 15:53:56.000,0.5.1,9.0,MedPy,conda-forge/medpy,,,,1969.0,1921.0,https://pypi.org/project/MedPy,2024-04-03 15:53:56.000,48.0,18759.0,19586.0,https://anaconda.org/conda-forge/medpy,2024-04-09 13:42:05.705,28948.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,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,9.0,17.0,11.0,12.0,508.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'],4569.0,4470.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,99.0,2681373.0,2690865.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,901784.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,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-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,,39.0,5.0,15.0,6.0,48.0,324.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,24,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],753.0,707.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,46.0,84859.0,106510.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,931000.0,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +577,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-05-12 10:24:37.000000,2023-02-15 20:15:59,196.0,,545.0,82.0,38.0,59.0,26.0,10870.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,23,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,48.0,48.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,798.0,887.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2508.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7996.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,1180.0,1180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1379.0,261.0,69.0,115.0,136.0,6329.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,,101.0,101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2024-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,,740.0,104.0,588.0,107.0,345.0,5937.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,58.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,41376.0,41376.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,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-03-03 01:46:55.000000,2024-03-03 01:31:19,1096.0,1.0,924.0,114.0,675.0,146.0,542.0,5424.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,117.0,23,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,351.0,351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-05-21 16:05:57.000000,2024-05-21 15:50:17,1604.0,45.0,817.0,146.0,1515.0,351.0,399.0,4988.0,Simple and Distributed Machine Learning.,118.0,23,True,2024-04-10 19:16:17.000,1.0.4-spark3.5,48.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,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-03-28 17:33:46.000000,2023-01-15 11:37:16,279.0,,935.0,111.0,101.0,148.0,351.0,4904.0,Backtest trading strategies in Python.,19.0,23,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,4.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,4.0,15564.0,15564.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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-05-22 08:48:09.000000,2024-03-11 13:23:01,3347.0,3.0,820.0,230.0,111.0,57.0,621.0,4884.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,23,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,21.0,,,,,,,,3.0,1506.0,,,,,,,,,,,,,,,,,,, +585,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,,1370.0,351.0,59.0,51.0,,4308.0,Python Algorithmic Trading Library.,11.0,23,False,,,8.0,pyalgotrade,,,,,184.0,184.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,508.0,508.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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-05-15 07:21:55.000000,2024-05-15 07:15:09,1598.0,7.0,514.0,150.0,609.0,86.0,75.0,3527.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,23,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,,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,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,,532.0,173.0,50.0,67.0,49.0,3472.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],60.0,58.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,107.0,107.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-05-19 22:21:30.000000,2024-05-19 22:15:20,687.0,3.0,489.0,214.0,16.0,24.0,4.0,3366.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,23,True,2024-05-19 22:21:30.000,0.11.14,15.0,finmarketpy,,,,,13.0,13.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,305.0,305.0,,,,,,,,3.0,51.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,,223.0,54.0,36.0,75.0,123.0,3137.0,A GUI for Pandas DataFrames.,15.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],386.0,381.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3270.0,3829.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,22378.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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,,237.0,42.0,110.0,80.0,64.0,2872.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,8315.0,8317.0,,,,,,,,3.0,123.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,131.0,136.0,60.0,128.0,2398.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'],63.0,61.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,2473.0,2634.0,,,,,,,,3.0,12783.0,,,,,,,,,,,,,,,,,,, +592,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,439.0,64.0,122.0,32.0,350.0,2379.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,97.0,97.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,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,,299.0,66.0,78.0,65.0,68.0,2102.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'],30.0,27.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1285.0,1285.0,,,,,,,,3.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,,243.0,44.0,33.0,51.0,90.0,1942.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'],172.0,172.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3307.0,3307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,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,1855.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'],473.0,451.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,2306.0,3269.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,35646.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,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,1728.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1884.0,1975.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3401.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,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,,116.0,38.0,11.0,33.0,51.0,1612.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,356.0,347.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1160.0,1160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,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-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,2.0,302.0,56.0,115.0,54.0,30.0,1546.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,,,,,89.0,88.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,630.0,630.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,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-05-23 14:10:39.000000,2023-11-08 21:41:55,157.0,,163.0,104.0,186.0,35.0,25.0,1498.0,fklearn: Functional Machine Learning.,55.0,23,True,2023-11-09 12:59:48.000,3.0.0,32.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2024-05-23 14:10:39.000,,600.0,600.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,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,,403.0,91.0,165.0,103.0,224.0,1357.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,23,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],42.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,108.0,108.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,,87.0,41.0,15.0,9.0,27.0,1327.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'],193.0,174.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,19.0,10588.0,10742.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4775.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +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,2022-07-25 15:59:11.000000,2022-05-22 23:59:48,1219.0,,161.0,33.0,22.0,42.0,34.0,1273.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],61.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,799.0,799.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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-05-15 00:02:07.000000,2024-04-10 03:25:54,547.0,11.0,128.0,21.0,270.0,12.0,132.0,1234.0,A standard framework for modelling Deep Learning Models for tabular data.,21.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,4176.0,4176.0,,,,,,,,1.0,27.0,,,,,,,,,,,,,,,,,,, +604,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-05-07 04:53:40.000000,2024-04-29 07:05:47,431.0,5.0,150.0,92.0,122.0,33.0,46.0,1150.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,23,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,111.0,110.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,347.0,347.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,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,184.0,34.0,73.0,3.0,86.0,1037.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'],223.0,214.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,4462.0,4462.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,,84.0,26.0,55.0,36.0,28.0,944.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,,,,702.0,679.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,40107.0,41553.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,46295.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,,149.0,23.0,46.0,15.0,82.0,914.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2404.0,2395.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1269.0,1269.0,,,,,,,,3.0,26.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-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,,162.0,29.0,111.0,86.0,56.0,888.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,4226.0,51877.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2187409.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,1111.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,,84.0,14.0,77.0,220.0,218.0,859.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,96.0,96.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1150.0,1150.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +610,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-05-21 23:28:19.000000,2024-05-13 15:22:51,225.0,3.0,83.0,18.0,158.0,28.0,85.0,839.0,Bayesian active learning library for research and industrial usecases.,21.0,23,True,2024-04-04 17:31:05.000,1.9.2,20.0,baal,conda-forge/baal,,,,57.0,56.0,https://pypi.org/project/baal,2024-04-04 17:29:59.000,1.0,4606.0,4814.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,8322.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,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-05-20 17:06:25.000000,2024-05-20 17:04:15,293.0,7.0,249.0,46.0,18.0,10.0,91.0,830.0,Data compression in TensorFlow.,21.0,23,True,2024-03-27 19:52:35.000,2.16.0,25.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,11173.0,11173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,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-05-17 11:31:45.001000,2024-04-29 13:46:08,600.0,3.0,135.0,15.0,59.0,27.0,129.0,767.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],51.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,51.0,13384.0,15653.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-05-17 11:31:45.001,108918.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2023-06-16 13:23:14.332000,2019-07-22 06:22:45,1380.0,,150.0,25.0,154.0,79.0,137.0,761.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'],22.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,8305.0,12831.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,316954.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,753.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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,89.0,21.0,9.0,25.0,41.0,675.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'],442.0,432.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,39496.0,39525.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2920.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,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,3.0,85.0,7.0,20.0,1.0,91.0,557.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,69.0,67.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,8292.0,8292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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-05-22 18:24:25.000000,2024-05-22 04:25:13,977.0,14.0,179.0,24.0,847.0,120.0,388.0,555.0,MONAI Label is an intelligent open source image labeling and learning tool.,59.0,23,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,832.0,3289.0,,,,,,,,3.0,83561.0,,,,,,,,,,,,,,,,,,, +617,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-05-11 10:46:51.000000,2024-05-11 10:43:02,331.0,11.0,99.0,26.0,7.0,1.0,33.0,500.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,23,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,28.0,25.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,2209.0,2209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-05-06 13:22:25.000000,2024-05-06 13:22:25,6709.0,1.0,144.0,36.0,395.0,37.0,136.0,373.0,Neuroimaging in Python FMRI analysis package.,69.0,23,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,247.0,226.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,21.0,1895.0,3226.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,109218.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,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,1.0,83.0,29.0,318.0,75.0,27.0,368.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,23,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],403.0,396.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,47698.0,47698.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,204.0,281.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,111.0,103.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1482.0,1482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,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-05-12 00:09:57.000000,2024-04-22 13:58:48,483.0,57.0,105.0,19.0,510.0,58.0,124.0,260.0,An open-source toolkit for large-scale genomic analysis.,27.0,23,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,41539.0,41645.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,4125.0,,,,,3.0,55.0,,,,,,,,,,,,,,,,,,, +622,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,,27.0,7.0,19.0,4.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,23,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2251.0,2207.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,102573.0,102573.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1704.0,19.0,17.0,72.0,24.0,5011.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,28.0,28.0,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,2751.0,2751.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1228.0,306.0,209.0,64.0,211.0,4740.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1792.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143403.0,3.0,,,,,,,,,,,,,,,,,,,, +625,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,4615.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,22,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],6.0,,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,518.0,518.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,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,74.0,37.0,95.0,75.0,4378.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,327.0,327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,810.0,327.0,89.0,91.0,306.0,3870.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,,98.0,121.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1890.0,,,,,3.0,384.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,3385.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,2948.0,2957.0,,,,,,,,3.0,562.0,,,,,,,,,,,,,,,,,,, +629,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,1.0,328.0,53.0,414.0,82.0,106.0,3233.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'],41.0,40.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,157.0,157.0,,,,,,,,3.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,207.0,9.0,4.0,16.0,3141.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],148.0,146.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1296.0,1296.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,2024-05-20 23:57:09.000000,2021-05-06 12:10:38,127.0,,156.0,48.0,67.0,2.0,30.0,3021.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,,,,50.0,50.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,407.0,460.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1506.0,,,,,3.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-05-07 08:59:07.000000,2024-04-08 05:25:46,3457.0,3.0,727.0,7.0,5.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.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,473.0,473.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,78.0,144.0,36.0,126.0,2381.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'],29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,55.0,55.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,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,,367.0,86.0,4.0,4.0,18.0,2174.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.0,22,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,48.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,1770.0,1770.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,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-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,,102.0,37.0,30.0,29.0,79.0,1794.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,30.0,30.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,10727.0,10727.0,,,,,,,,3.0,26.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,1773.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']",281.0,270.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,4433.0,4433.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,1707.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'],158.0,152.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,2891.0,5147.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,210937.0,,,,,3.0,425.0,,,,,,,,,,,,,,,,,,, +638,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,7.0,15.0,33.0,1642.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'],57.0,51.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,3310.0,3310.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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,98.0,45.0,187.0,216.0,1638.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,22,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,939.0,939.0,,,,,,,,3.0,49.0,-2.0,,,,,,,,,,,,,,,,,, +640,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,,290.0,44.0,801.0,71.0,485.0,1612.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,110.0,110.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,50.0,312.0,99.0,17.0,1559.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,46676.0,46676.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,3.0,207.0,56.0,52.0,78.0,149.0,1541.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,,871.0,902.0,,,,,,,,3.0,2795.0,,,,,,,,,,,,,,,,,,, +643,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-04-18 10:50:41.000000,2024-04-18 10:50:48,1196.0,6.0,116.0,26.0,68.0,4.0,29.0,1489.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,22,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,7484.0,7484.0,,,,,,,,3.0,17.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,,181.0,31.0,86.0,16.0,32.0,1289.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,93.0,92.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,544.0,544.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,,188.0,27.0,57.0,22.0,36.0,1276.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'],165.0,160.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,709.0,709.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-05-22 17:18:53.000000,2024-05-22 17:18:49,834.0,1.0,326.0,51.0,795.0,10.0,300.0,1207.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,,1464.0,1464.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +647,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-05-13 01:48:48.000000,2024-05-13 01:47:40,189.0,5.0,109.0,37.0,25.0,17.0,116.0,1197.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2024-05-13 01:50:26.000,2.2.2,82.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,5553.0,5553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,215.0,66.0,29.0,31.0,12.0,1160.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,79.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,9304.0,9304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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-01-27 00:07:06.000000,2024-01-04 20:41:21,582.0,,294.0,96.0,121.0,62.0,97.0,1014.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'],14.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,14.0,1736.0,2274.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,43655.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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,110.0,52.0,98.0,41.0,51.0,1009.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'],241.0,230.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3306.0,3306.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,,90.0,18.0,73.0,18.0,44.0,966.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,,,,,182.0,178.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,9899.0,9899.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,2.0,193.0,24.0,58.0,12.0,27.0,934.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'],92.0,84.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,5148.0,5148.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,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,134.0,24.0,594.0,63.0,511.0,841.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,3077.0,3077.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,,104.0,29.0,60.0,22.0,74.0,836.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,422.0,421.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,1998.0,1998.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,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-05-23 12:09:23.000000,2024-05-14 10:29:23,1196.0,47.0,123.0,30.0,1004.0,37.0,50.0,757.0,Machine learning framework for both deep learning and traditional algorithms.,37.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,142.0,142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,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,,75.0,26.0,37.0,27.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,33.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,33.0,65128.0,65128.0,,,,,,,,3.0,19.0,,,,,,,,,,,,,,,,,,, +657,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-05-06 14:08:02.000000,2023-09-19 18:44:18,355.0,,118.0,18.0,79.0,24.0,34.0,688.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],271.0,248.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,51026.0,52739.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,152513.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +658,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.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,,,,443.0,438.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,12709.0,12764.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,1984.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,633.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'],91.0,87.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,650.0,650.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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,,110.0,26.0,23.0,57.0,35.0,605.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,,,,454.0,431.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,23.0,9408.0,9869.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18911.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,129.0,22.0,19.0,8.0,30.0,588.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],159.0,154.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,11525.0,11525.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,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,,57.0,10.0,21.0,14.0,37.0,545.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,,,,395.0,386.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,14629.0,15043.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,25698.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-05-16 19:00:04.000000,2024-03-19 15:52:03,1216.0,2.0,65.0,7.0,210.0,18.0,109.0,508.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'],257.0,252.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2658.0,2658.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,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-05-05 16:01:33.000000,2024-05-05 16:01:32,1771.0,64.0,69.0,7.0,216.0,47.0,81.0,506.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,27.0,26.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,718.0,723.0,,,,,,,,3.0,153.0,,,,,,,,,,,,,,,,,,, +665,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-05-17 17:10:37.000000,2024-05-17 17:08:49,2279.0,5.0,41.0,12.0,11.0,8.0,52.0,493.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,22,True,2024-05-17 16:42:37.000,4.6.1,76.0,hyperactive,,,,,42.0,29.0,https://pypi.org/project/hyperactive,2024-05-17 16:42:37.000,13.0,2936.0,2938.0,,,,,,,,3.0,139.0,2.0,,,,,,,,,,,,,,,,,, +666,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,5.0,105.0,13.0,130.0,18.0,138.0,473.0,A Python library for dynamic classifier and ensemble selection.,17.0,22,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],50.0,47.0,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,1193.0,1193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,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-04-14 12:59:12.000000,2023-03-05 00:16:57,419.0,,99.0,36.0,276.0,71.0,173.0,471.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,77.0,75.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1384.0,1387.0,,,,,,,,3.0,307.0,,,,,,,,,,,,,,,,,,, +668,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,,48.0,17.0,2.0,11.0,3.0,373.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,,,,,521.0,513.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,13504.0,13504.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2024-04-27 16:26:42.000000,2024-04-27 16:26:42,258.0,7.0,27.0,9.0,5.0,22.0,60.0,317.0,Multiple Imputation with LightGBM in Python.,8.0,22,True,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,141.0,136.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,43691.0,44065.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,12724.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +670,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,22,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,443987.0,443987.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,4.0,12.0,231.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,,,,1139.0,1083.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,56.0,102403.0,103839.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,61777.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,1.0,2312.0,149.0,89.0,256.0,286.0,12946.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,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-05-09 19:10:29.000000,2020-04-18 19:15:25,24.0,,1138.0,142.0,45.0,39.0,10.0,8509.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'],52.0,49.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,986.0,986.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,645.0,94.0,150.0,98.0,103.0,8359.0,The user analytics platform for LLMs.,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,712.0,712.0,,,,,,,,3.0,,,,nebuly-ai/nebuly,,,,,,,,,,,,,,,, +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,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1170.0,94.0,48.0,391.0,284.0,6318.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],16.0,16.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,33.0,33.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,,781.0,223.0,25.0,8.0,122.0,5329.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,1002.0,1002.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +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,2024-05-20 22:36:46.000000,2023-08-15 07:38:22,956.0,,542.0,166.0,47.0,37.0,28.0,4320.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,579.0,579.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,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,165.0,120.0,22.0,112.0,2931.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,226.0,226.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,,327.0,73.0,2.0,18.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'],202.0,199.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1320.0,1320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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,2112.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,21,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],18.0,18.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1190.0,1190.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,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,2063.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,True,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,,9924.0,9924.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,159.0,23.0,33.0,32.0,31.0,1922.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,330.0,491.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4618.0,,,,,3.0,94.0,,,,,,,,,,,,,,,,,,, +683,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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,,341.0,42.0,68.0,163.0,95.0,1846.0,Super easy library for BERT based NLP models.,36.0,21,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-01-30 11:59:18.000,,1096.0,1096.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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-04-22 13:05:03.000000,2024-02-04 20:37:53,1083.0,,272.0,30.0,40.0,27.0,176.0,1791.0,A library for graph deep learning research.,50.0,21,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,,473.0,473.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-04-09 15:16:39.000000,2024-04-09 15:16:39,371.0,1.0,150.0,18.0,71.0,19.0,39.0,1700.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,17.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1237.0,1237.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,197.0,30.0,423.0,11.0,163.0,1651.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,62.0,62.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,66.0,202.0,5.0,74.0,1584.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,12.0,230.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,,, +688,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,278.0,71.0,728.0,51.0,64.0,1584.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,586.0,971.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,20044.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,,140.0,102.0,150.0,21.0,20.0,1551.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,,,,,21.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,1230.0,1230.0,,,,,,,,3.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,,272.0,65.0,51.0,23.0,75.0,1479.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,297.0,297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,6.0,182.0,18.0,262.0,77.0,94.0,1285.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,56126.0,56126.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,,220.0,63.0,48.0,36.0,90.0,1263.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'],34.0,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,328.0,328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,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,,204.0,28.0,61.0,52.0,61.0,1069.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,123.0,121.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,2.0,476.0,481.0,,,,,,,,3.0,608.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,47.0,46.0,26.0,127.0,1059.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,202.0,202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,53.0,86.0,64.0,207.0,1023.0,Line based ATR Engine based on OCRopy.,20.0,21,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,2177.0,2177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,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,56.0,14.0,30.0,19.0,1021.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,,,,176.0,174.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,896.0,1133.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8555.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-05-01 04:05:18.000000,2024-04-25 03:40:02,286.0,103.0,53.0,13.0,59.0,5.0,19.0,912.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",14.0,21,True,2024-04-25 03:41:41.000,3.0.2,34.0,uform,,,,['pytorch'],7.0,6.0,https://pypi.org/project/uform,2024-04-25 03:41:41.000,1.0,1089.0,1106.0,,,,,,,,3.0,267.0,,,,,,,,,,,,,,,,,,, +698,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,831.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],449.0,437.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,12.0,33032.0,33032.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,,160.0,38.0,46.0,43.0,49.0,800.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,100.0,91.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,550.0,550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,26.0,162.0,51.0,62.0,761.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'],57.0,53.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,677.0,677.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,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,,144.0,25.0,19.0,26.0,5.0,738.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'],633.0,625.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,47715.0,47892.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,7624.0,,,,,3.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,2024-05-21 08:40:24.000000,2024-03-27 18:40:09,1505.0,2.0,80.0,34.0,661.0,22.0,118.0,698.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']",13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,204.0,204.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-04-28 01:04:18.000000,2024-04-25 13:16:31,491.0,1.0,110.0,33.0,558.0,206.0,246.0,694.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,8548.0,8548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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,,106.0,30.0,1.0,14.0,3.0,635.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']",641.0,624.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,18652.0,18652.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,,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,,,,,204.0,196.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,16511.0,16511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,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,313.0,599.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,291.0,291.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,,95.0,26.0,32.0,35.0,6.0,592.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'],391.0,383.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,23060.0,23060.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,28.0,31.0,5.0,24.0,565.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1633.0,1633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,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-05-22 11:57:09.000000,2023-12-29 21:08:41,477.0,,57.0,26.0,9.0,17.0,37.0,523.0,Active Learning for Text Classification in Python.,6.0,21,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",28.0,28.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,652.0,926.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,6037.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,,27.0,9.0,9.0,2.0,9.0,406.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'],1398.0,1392.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,205620.0,205620.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,380.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,900.0,900.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,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-05-18 03:50:45.535000,2024-05-01 02:14:09,660.0,2.0,65.0,30.0,457.0,22.0,91.0,371.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],18.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,14.0,18527.0,30856.0,https://anaconda.org/conda-forge/vega,2024-05-18 03:50:45.535,591825.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,60.0,28.0,110.0,33.0,184.0,367.0,scalable audio processing framework and server written in Python.,22.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,17.0,17.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,235.0,235.0,,,,,,,,3.0,,2.0,,yomguy/TimeSide,,,,,,,,,,,,,,,, +714,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,11.0,37.0,29.0,37.0,349.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,,,,,249.0,233.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3826.0,3826.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,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,,33.0,18.0,6.0,19.0,21.0,306.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],98.0,97.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1413.0,1413.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +716,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-05-23 13:09:08.000000,2024-05-23 13:09:08,661.0,17.0,14.0,24.0,350.0,44.0,84.0,296.0,Serverside scaling for Vega and Altair visualizations.,4.0,21,False,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,1001.0,6262.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-05-10 13:02:13.580,125631.0,,,,,3.0,5114.0,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,248.0,,,,,,,,,,, +717,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-05-22 08:47:49.000000,2024-05-22 08:44:26,738.0,37.0,24.0,5.0,283.0,6.0,,291.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,21,False,2024-05-22 08:47:49.000,1.1.288,719.0,upgini,,,,,6.0,6.0,https://pypi.org/project/upgini,2024-05-22 08:47:49.000,,8272.0,8272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-05-21 04:33:27.096000,2024-01-18 11:58:51,626.0,,68.0,28.0,31.0,30.0,113.0,263.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,1426.0,3542.0,https://anaconda.org/conda-forge/somoclu,2024-05-21 04:33:27.096,90288.0,,,,,3.0,1915.0,,,,,,,,,,,,,,,,,,, +719,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-05-02 05:10:26.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,182.0,21.0,64.0,241.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,43.0,41.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,375.0,375.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,,475.0,85.0,180.0,108.0,161.0,3575.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,50.0,72.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1333.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,99.0,16.0,53.0,17.0,3391.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,152.0,145.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,861.0,861.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,,318.0,59.0,242.0,174.0,111.0,3111.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,20,True,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,3173.0,3185.0,,,,,,,,3.0,677.0,,,,,,,,,,,,,,,,,,, +723,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,,170.0,65.0,54.0,6.0,44.0,3079.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,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,225.0,225.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +724,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,,268.0,31.0,22.0,27.0,37.0,3047.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1841.0,1841.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,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,2918.0,Quickly search over billions of images.,20.0,20,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,2.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,2.0,1271.0,1271.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,,, +726,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,2826.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,,,,,,,,,,,,,,,,,,,, +727,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,,827.0,85.0,30.0,45.0,80.0,2650.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,69.0,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,638.0,638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,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,,455.0,127.0,225.0,87.0,183.0,2312.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,83.0,83.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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,,178.0,55.0,895.0,129.0,586.0,1908.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,18.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1020.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,,157.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'],27.0,27.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,2331.0,2331.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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-05-08 15:24:36.000000,2024-02-25 11:49:35,1255.0,2.0,124.0,31.0,164.0,71.0,142.0,1512.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",24.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,,135.0,146.0,,,,,,,,3.0,499.0,,,,,,,,,,,,,,,,,,, +732,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,,356.0,61.0,47.0,37.0,72.0,1478.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,20,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,103.0,103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,102.0,36.0,13.0,24.0,1421.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,140.0,140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,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,40.0,13.0,14.0,9.0,1268.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,,,,,145.0,143.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3110.0,3110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,142.0,25.0,76.0,49.0,36.0,1031.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,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,252619.0,252780.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,8073.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,,184.0,52.0,12.0,16.0,42.0,1005.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'],84.0,80.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,142.0,142.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,,132.0,36.0,16.0,8.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,,,,,3629.0,3624.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,620.0,620.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,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,129.0,18.0,24.0,28.0,39.0,826.0,python partial dependence plot toolbox.,7.0,20,True,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,22550.0,22902.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,20451.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,,126.0,30.0,29.0,21.0,34.0,763.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'],44.0,44.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,564.0,564.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,,148.0,36.0,33.0,25.0,39.0,758.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,,,,,106.0,106.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,838.0,838.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,79.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,10632.0,10632.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,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-05-05 11:51:57.000000,2024-05-05 11:51:05,300.0,5.0,108.0,17.0,25.0,1.0,87.0,680.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,20,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,,9172.0,9172.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-04-03 18:32:28.000000,2021-09-16 17:56:31,171.0,,144.0,34.0,82.0,16.0,55.0,619.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'],23.0,20.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,538.0,538.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,105.0,23.0,25.0,43.0,61.0,608.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'],172.0,170.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1568.0,1680.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3946.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,104.0,10.0,14.0,5.0,16.0,575.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,368.0,362.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,6.0,7749.0,7933.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,11967.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,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,15.0,559.0,A library of metrics for evaluating recommender systems.,20.0,20,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,52.0,52.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,18757.0,18757.0,,,,,,,,3.0,6.0,,,,,,,,,,,,,,,,,,, +747,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,,167.0,56.0,20.0,39.0,60.0,545.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,30.0,29.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,118.0,118.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,533.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,,,,,101.0,99.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,333.0,333.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,, +749,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-03-30 13:25:33.000000,2024-03-30 13:25:33,69.0,5.0,51.0,18.0,9.0,12.0,10.0,496.0,Topological Data Analysis for Python.,6.0,20,True,2024-03-17 19:09:40.000,1.1.0,5.0,scikit-tda,,,,['sklearn'],55.0,55.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,3150.0,3150.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,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,9.0,9.0,11.0,21.0,490.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,,,,,121.0,113.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6332.0,6332.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,,, +751,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,487.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,14857.0,14860.0,,,,,,,,3.0,149.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,,108.0,20.0,57.0,26.0,21.0,485.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,69.0,61.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2445.0,2445.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,,100.0,18.0,9.0,6.0,41.0,445.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,53.0,53.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,2914.0,2914.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,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,247.0,10.0,23.0,404.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1450.0,1450.0,,,,,,,,3.0,18.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-05-15 11:09:46.000000,2024-05-15 11:06:29,819.0,6.0,25.0,7.0,76.0,30.0,22.0,371.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-04-04 10:31:07.000,0.4.0,37.0,tsflex,conda-forge/tsflex,,,,14.0,13.0,https://pypi.org/project/tsflex,2024-04-04 10:23:01.000,1.0,396.0,1032.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,21626.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,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-04-26 21:27:16.000000,2024-04-26 20:31:49,327.0,8.0,77.0,25.0,345.0,26.0,9.0,333.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,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,,1179.0,1179.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,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-03-27 12:25:36.647000,2024-03-27 08:46:27,190.0,11.0,41.0,19.0,3.0,10.0,8.0,282.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,20,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],9.0,9.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,577.0,4843.0,https://anaconda.org/conda-forge/deepgraph,2024-03-27 12:25:36.647,183453.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-05-17 19:12:15.000000,2024-05-16 21:59:57,520.0,27.0,57.0,14.0,85.0,13.0,35.0,249.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,20,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,17044.0,17044.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,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,,192.0,61.0,7.0,13.0,29.0,1072.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,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,185.0,185.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,41.0,43.0,1059.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'],134.0,129.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,3692.0,3692.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,58.0,69.0,851.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,99.0,98.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,345.0,345.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,,227.0,30.0,38.0,41.0,21.0,838.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,,3336.0,3336.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,,81.0,14.0,35.0,3.0,23.0,805.0,Leave One Feature Out Importance.,6.0,19,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,32.0,28.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,4079.0,4079.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,69.0,23.0,47.0,16.0,17.0,793.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],26.0,21.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,5.0,951.0,1848.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,24230.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,102.0,26.0,48.0,19.0,35.0,729.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,,,,,28.0,26.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,334.0,334.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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,13.0,22.0,564.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,279.0,279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,17.0,111.0,8.0,48.0,560.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],140.0,135.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,3833.0,3833.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,,68.0,7.0,5.0,4.0,29.0,538.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,19,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,17.0,15.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1295.0,1295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,58.0,72.0,18.0,71.0,523.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,,,,,19.0,19.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,163.0,163.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,467.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,21486.0,21486.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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,39.0,66.0,466.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']",48.0,48.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,335.0,335.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,414.0,optimization routines for hyperparameter tuning.,9.0,19,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,3.0,,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4223.0,4223.0,,,,,,,,3.0,93.0,-2.0,,,,,,,,,,,,,,,,,, +773,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,,70.0,24.0,48.0,15.0,19.0,400.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,4587.0,5019.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32869.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,43.0,13.0,63.0,4.0,56.0,319.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],33.0,31.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,1510.0,1510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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,299.0,Textpipe: clean and extract metadata from text.,29.0,19,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,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,234.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],77.0,67.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,4483.0,4483.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,,,,,428.0,426.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1038.0,1042.0,,,,,,,,3.0,380.0,,,,,,,,,,,,,,,,,,, +778,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,210.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,81.0,79.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,23578.0,23578.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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-04-24 21:09:41.000000,2024-04-24 21:09:38,861.0,3.0,17.0,8.0,182.0,11.0,23.0,151.0,Toolkit for developing and maintaining ML models.,14.0,19,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,,8974.0,8974.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,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,,765.0,339.0,58.0,2.0,,6695.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,,94.0,101.0,,,,,,,,3.0,341.0,,,,,,,,,,,,,,,,,,, +781,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,46.0,160.0,6232.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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-05-22 12:09:32.000000,2024-05-22 12:09:27,693.0,33.0,403.0,39.0,836.0,149.0,115.0,3046.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,81.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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,,412.0,106.0,83.0,67.0,48.0,2945.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'],,,,,,,102.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8543.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,25.0,1004.0,127.0,65.0,1641.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,688.0,688.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,,175.0,22.0,20.0,16.0,30.0,1614.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,,,,,5.0,5.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,120.0,120.0,,,,,,,,3.0,33.0,,,,,,,,,,,,,,,,,,, +786,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,,254.0,56.0,65.0,8.0,31.0,1370.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,,156.0,44.0,5.0,4.0,7.0,1066.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,27.0,27.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,348.0,348.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,,176.0,18.0,42.0,22.0,59.0,893.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,177.0,174.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,381.0,573.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8651.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,,188.0,33.0,15.0,18.0,22.0,783.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,109.0,109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,25.0,17.0,756.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,18,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,48.0,48.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,2646.0,2646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,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,674.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,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,263.0,48175.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2108158.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,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,,68.0,13.0,10.0,23.0,41.0,542.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,,,,,49.0,49.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,965.0,965.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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,24.0,19.0,5.0,20.0,458.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,168.0,168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,18,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,3.0,2778.0,2778.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-05-22 17:14:10.000000,2024-01-10 08:10:55,2818.0,,63.0,11.0,255.0,9.0,109.0,427.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,18,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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,,105.0,72.0,7.0,15.0,19.0,423.0,semantic similarity framework for knowledge graph.,10.0,18,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,46.0,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,332.0,332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,38.0,10.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,62.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,4.0,183.0,393.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,13280.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,1.0,38.0,12.0,1.0,2.0,80.0,400.0,Deep Learning PyTorch.,1.0,18,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,296.0,296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,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,,61.0,8.0,12.0,11.0,18.0,380.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,98.0,94.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4562.0,4563.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +801,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'],15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,250.0,250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,,52.0,11.0,60.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,40.0,36.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,202.0,202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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-04-30 19:01:14.000000,2023-11-27 22:11:53,398.0,,129.0,34.0,323.0,81.0,130.0,324.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,,104.0,122.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1829.0,3.0,,,,,,,,,,,,,,,,,,,, +804,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,19.0,93.0,30.0,18.0,314.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2183.0,2183.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +805,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-05-19 13:43:01.000000,2023-03-28 03:38:13,1094.0,,70.0,28.0,58.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,45.0,48.0,,,,,,,,3.0,174.0,,,,,,,,,,,,,,,,,,, +806,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,262.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,55.0,52.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,555.0,555.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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-03-21 11:20:10.000000,2024-03-21 11:20:09,585.0,1.0,33.0,24.0,638.0,21.0,128.0,239.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,18,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,1010.0,1030.0,,,,,,,,3.0,1023.0,,,,,,,,,,,,,,,,,,, +808,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,60.0,31.0,47.0,235.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'],18.0,14.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,130.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,,,,9278.0,9092.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,357724.0,357758.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1171.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,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,,1346.0,467.0,21.0,58.0,167.0,7036.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,,,,,,,,,,,,,,,, +811,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,119.0,24.0,17.0,352.0,4261.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,17,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,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,,988.0,63.0,13.0,44.0,25.0,3605.0,Implementation and experiments of graph embedding algorithms.,9.0,17,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,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,,462.0,79.0,36.0,83.0,68.0,1680.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,17,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,,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,255.0,52.0,13.0,20.0,13.0,1540.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,,65.0,86.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1688.0,3.0,,,,,,,,,,,,,,,,,,,, +815,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,57.0,34.0,22.0,13.0,1267.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,17,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,200.0,200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,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,1157.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'],56.0,54.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,377.0,377.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,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,34.0,72.0,31.0,30.0,1096.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,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,8056.0,8056.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,111.0,19.0,58.0,2.0,13.0,750.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,4275.0,4275.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +819,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,750.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'],36.0,36.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2515.0,2612.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3008.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,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,688.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,17,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,199.0,199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,,41.0,15.0,18.0,,20.0,595.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,17,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,199.0,199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,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-05-19 15:53:53.000000,2024-05-08 20:14:15,683.0,2.0,71.0,30.0,80.0,15.0,25.0,399.0,A Python implementation of active inference for Markov Decision Processes.,15.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,380.0,380.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,,53.0,10.0,17.0,10.0,29.0,394.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,17,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,,1361.0,1361.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +824,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,345.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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-05-17 15:10:11.000000,2024-05-17 15:10:11,420.0,2.0,76.0,22.0,433.0,27.0,51.0,268.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,17,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,2.0,2.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,115.0,115.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +826,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,14.0,36.0,8.0,44.0,229.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,27.0,25.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,82.0,82.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2024-04-01 22:09:11.000000,2024-03-02 11:17:16,371.0,1.0,38.0,6.0,133.0,,35.0,224.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,1663.0,1772.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3058.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +828,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,,12.0,8.0,2.0,,5.0,193.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'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,240.0,240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,176.0,110.0,56.0,149.0,3921.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,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,,167.0,61.0,10.0,26.0,6.0,1842.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,,36.0,36.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +831,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,,109.0,20.0,37.0,20.0,8.0,1040.0,Distributed Computing for AI Made Simple.,5.0,16,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,71.0,70.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,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,50.0,22.0,15.0,9.0,835.0,A medical imaging framework for Pytorch.,8.0,16,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],16.0,16.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,96.0,96.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,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,18.0,7.0,,10.0,797.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],80.0,79.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,5143.0,5143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,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,,113.0,27.0,10.0,25.0,51.0,786.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,1633.0,1633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,,87.0,16.0,15.0,10.0,22.0,722.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],17.0,17.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,302.0,302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,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,,124.0,42.0,435.0,25.0,130.0,707.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,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,,100.0,24.0,101.0,37.0,84.0,702.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,130.0,136.0,,,,,,,,3.0,420.0,,,,,,,,,,,,,,,,,,, +838,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,92.0,18.0,19.0,3.0,29.0,630.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,15.0,15.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,73.0,73.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,552.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,12.0,16,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,,111.0,114.0,,,,,,,,3.0,225.0,,,vaticle/typedb-ml,,,,,,,,,,,,,,,, +840,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,3.0,42.0,21.0,169.0,5.0,64.0,467.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,,96.0,96.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,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,407.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,51.0,51.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,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,395.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'],10.0,10.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,86.0,86.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,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,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,87.0,87.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,60.0,60.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,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,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,16,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],,,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2448.0,2448.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,11.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'],14.0,14.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,707.0,707.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,,29.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,16,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,2912.0,2912.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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,,43.0,1.0,,,,196.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,,991.0,991.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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-04-08 15:16:55.000000,2024-04-08 15:03:47,262.0,2.0,31.0,11.0,199.0,21.0,75.0,194.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",12.0,16,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],1.0,,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,611.0,611.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +849,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,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,57.0,52.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-05-22 10:04:57.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-05-22 10:04:57.000,3.42.1,286.0,comet_ml,comet_ml,,,,68.0,,https://pypi.org/project/comet_ml,2024-05-22 10:04:57.000,68.0,657399.0,657399.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,140.0,28.0,217.0,102.0,2876.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,6.0,6.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,,423.0,144.0,72.0,12.0,53.0,2199.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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-04-03 18:25:21.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,22.0,42.0,85.0,1272.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,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,,230.0,39.0,40.0,73.0,34.0,1140.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,,118.0,28.0,111.0,14.0,25.0,1071.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,,, +856,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,,116.0,19.0,295.0,3.0,69.0,1057.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,6.0,6.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,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,817.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,,10.0,10.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,24.0,4.0,4.0,2.0,677.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,92.0,92.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,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,,56.0,16.0,83.0,18.0,49.0,575.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,,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,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,510.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,,,,,11.0,11.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,205.0,205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-05-16 17:54:39.000000,2024-01-25 16:57:26,261.0,,67.0,19.0,100.0,19.0,15.0,488.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,True,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,103.0,103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-04-21 03:30:12.000000,2024-04-21 03:30:09,79.0,3.0,61.0,16.0,64.0,6.0,9.0,438.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,,,,,9.0,9.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,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,,392.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,36.0,170.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,6204.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,2.0,38.0,22.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,15,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,74.0,74.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,307.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'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,188.0,188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,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,70.0,175.0,295.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,,703.0,703.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-05-12 20:02:22.000000,2024-05-12 19:43:50,153.0,45.0,11.0,8.0,15.0,2.0,7.0,261.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,False,,,6.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,2024-05-12 20:02:22.000,,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,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,,,,,6.0,5.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,247.0,247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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,6.0,4.0,222.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,920.0,920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,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,188.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'],12.0,12.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,590.0,590.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,,9.0,5.0,3.0,1.0,,129.0,Data Analysis Baseline Library.,24.0,15,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,5411.0,5411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,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,32.0,53.0,7.0,7.0,105.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,15,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,827.0,78.0,34.0,116.0,59.0,3321.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,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,1678.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,149.0,32.0,,53.0,59.0,1194.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,82.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4702.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,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,425.0,1868.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,66382.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-03-26 16:48:56.000000,2024-01-29 19:20:57,64.0,,43.0,11.0,9.0,4.0,12.0,705.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",6.0,14,True,,,,rliable`,,,,,134.0,134.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,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,403.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,,101.0,101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,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,14,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,133.0,133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,341.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,1300.0,1300.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,12.0,16.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,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,270.0,270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,233.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,356.0,3730.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,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,109.0,12.0,39.0,8.0,2689.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,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,,82.0,50.0,4.0,3.0,,2483.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,1675.0,1677.0,,,,,,,,3.0,59.0,,,,,,,,,,,,,,,,,,, +886,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,38.0,10.0,13.0,3.0,1346.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,17.0,11.0,57.0,3.0,20.0,291.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,,144.0,144.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,8.0,6.0,8.0,8.0,246.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,83.0,83.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,,25.0,8.0,16.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,48.0,48.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,,35.0,14.0,18.0,27.0,18.0,122.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,39.0,39.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,33.0,33.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,51.0,51.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,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-03-28 08:06:49.000000,2022-02-09 22:20:11,9.0,,464.0,93.0,21.0,52.0,15.0,3262.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,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,,400.0,63.0,6.0,62.0,17.0,1842.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,,,,,,,,,,,,,,,,,,,, +894,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,,316.0,87.0,11.0,12.0,6.0,1704.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,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,,53.0,17.0,3.0,2.0,1.0,530.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,98.0,98.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-04-24 13:48:16.000000,2022-11-21 12:12:41,1044.0,,12.0,6.0,26.0,1.0,2.0,258.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,62.0,68.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,242.0,3.0,8.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,,27.0,21.0,44.0,1.0,5.0,199.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,74.0,74.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,126.0,Experiment tracking for machine and deep learning projects.,3.0,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,137.0,147.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.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,119.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,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,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,43.0,43.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,,, +901,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,5.0,14.0,101.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,,738.0,738.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,,11.0,13.0,26.0,4.0,13.0,85.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,,128.0,128.0,,,,,,,,3.0,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,, +903,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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,12.0,17.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,,,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,124.0,124.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,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,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,85.0,85.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,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,,111.0,45.0,13.0,7.0,20.0,947.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,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,,,,,,,,,,,,,,,,,,,, +908,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'],3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,107.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,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,,82.0,17.0,5.0,4.0,12.0,573.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,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,,50.0,15.0,13.0,14.0,11.0,501.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,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,9,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,16.0,16.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,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,144.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,13.0,13.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,6.0,7.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,24.0,24.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-05-30_changes.md b/history/2024-05-30_changes.md new file mode 100644 index 00000000..76bea002 --- /dev/null +++ b/history/2024-05-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._ + +- PaddleOCR (🥇40 · ⭐ 39K · 📈) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 +- scikit-optimize (🥇34 · ⭐ 2.7K · 💀) - Sequential model-based optimization with a.. BSD-3 +- jellyfish (🥈34 · ⭐ 2K · 📈) - a python library for doing approximate and phonetic matching of.. MIT +- skorch (🥉31 · ⭐ 5.7K · 📈) - A scikit-learn compatible neural network library that.. BSD-3 +- torchdiffeq (🥇31 · ⭐ 5.3K · 💤) - Differentiable ODE solvers with full GPU support and.. MIT +- mtcnn (🥉28 · ⭐ 2.1K · 💀) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT +- TensorTrade (🥈27 · ⭐ 4.4K · 📈) - An open source reinforcement learning framework for.. Apache-2 +- optunity (🥉21 · ⭐ 410 · 💀) - optimization routines for hyperparameter tuning. BSD-3 +- pykale (🥉20 · ⭐ 430 · 📈) - Knowledge-Aware machine LEarning (KALE): accessible machine.. MIT +- celer (🥉18 · ⭐ 190 · 📈) - Fast solver for L1-type problems: Lasso, sparse Logisitic.. 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._ + +- shap (🥇42 · ⭐ 22K · 📉) - A game theoretic approach to explain the output of any machine learning.. MIT +- dash (🥇41 · ⭐ 21K · 📉) - Data Apps & Dashboards for Python. No JavaScript Required. MIT +- Altair (🥇41 · ⭐ 9K · 📉) - Declarative statistical visualization library for Python. BSD-3 +- espnet (🥇37 · ⭐ 8K · 📉) - End-to-End Speech Processing Toolkit. Apache-2 +- deepface (🥈36 · ⭐ 10K · 📉) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT +- torchtext (🥈34 · ⭐ 3.5K · 📉) - Models, data loaders and abstractions for language.. BSD-3 +- Ax (🥇34 · ⭐ 2.3K · 📉) - Adaptive Experimentation Platform. MIT +- AmpliGraph (🥈28 · ⭐ 2.1K · 📉) - Python library for Representation Learning on Knowledge.. Apache-2 +- pygraphistry (🥈27 · ⭐ 2.1K · 📉) - PyGraphistry is a Python library to quickly load,.. BSD-3 +- quinn (🥉24 · ⭐ 580 · 📉) - pyspark methods to enhance developer productivity. Apache-2 + diff --git a/history/2024-05-30_projects.csv b/history/2024-05-30_projects.csv new file mode 100644 index 00000000..0a8d10e0 --- /dev/null +++ b/history/2024-05-30_projects.csv @@ -0,0 +1,918 @@ +,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-05-24 10:46:05.000000,2024-05-24 10:46:05,1559.0,20.0,685.0,117.0,332.0,60.0,144.0,4672.0,Benchmarks of approximate nearest neighbor libraries in Python.,105.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-05-23 16:49:09.000000,2024-05-23 16:49:08,342.0,27.0,162.0,56.0,202.0,,3.0,2206.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-05-23 16:49:13.000,2024.05.23,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-05-30 14:43:22.000000,2024-05-30 14:43:22,357.0,26.0,244.0,88.0,198.0,6.0,5.0,3477.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-05-30 14:43:28.000,2024.05.30,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-05-30 14:43:22.000000,2024-05-30 14:43:22,357.0,26.0,244.0,88.0,198.0,6.0,5.0,3477.0,Collection of database clients for python.,12.0,0,True,2024-05-30 14:43:28.000,2024.05.30,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-05-30 14:43:22.000000,2024-05-30 14:43:22,357.0,26.0,244.0,88.0,198.0,6.0,5.0,3477.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-05-30 14:43:28.000,2024.05.30,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-05-30 14:43:22.000000,2024-05-30 14:43:22,357.0,26.0,244.0,88.0,198.0,6.0,5.0,3477.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-05-30 14:43:28.000,2024.05.30,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-05-30 13:58:38.000000,2024-05-30 12:32:14,165132.0,4093.0,73970.0,7629.0,28980.0,2893.0,37325.0,185587.0,An Open Source Machine Learning Framework for Everyone.,4610.0,56,True,2024-03-09 00:23:14.000,2.16.1,193.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],381758.0,374432.0,https://pypi.org/project/tensorflow,2024-03-09 00:23:14.000,7326.0,22001326.0,22859529.0,https://anaconda.org/conda-forge/tensorflow,2024-05-24 12:35:11.711,4642438.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-05-30 12:49:34.164230,2427.0,77242753.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-05-30 14:08:26.000000,2024-05-30 14:08:16,73651.0,3536.0,21239.0,1719.0,84939.0,14049.0,29169.0,78965.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4877.0,55,True,2024-04-24 16:12:17.000,2.3.0,52.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],473303.0,456861.0,https://pypi.org/project/torch,2024-04-24 15:44:27.000,16442.0,29056342.0,29734043.0,https://anaconda.org/pytorch/pytorch,2024-04-23 12:59:17.451,21671710.0,,,,,1.0,42451.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,2024-05-30 14:26:41.000000,2024-05-30 14:25:43,16025.0,782.0,25051.0,1099.0,15878.0,1069.0,14038.0,126894.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2598.0,52,True,2024-05-22 20:36:44.000,4.41.1,143.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",179455.0,174302.0,https://pypi.org/project/transformers,2024-05-22 20:36:40.000,5153.0,28120195.0,28157163.0,https://anaconda.org/conda-forge/transformers,2024-05-23 03:00:54.170,1700555.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,2024-05-30 13:56:00.000000,2024-05-30 12:07:33,31350.0,293.0,25019.0,2141.0,17256.0,2050.0,9339.0,58472.0,scikit-learn: machine learning in Python.,3123.0,52,True,2024-05-21 16:37:08.000,1.5.0,79.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],810060.0,788344.0,https://pypi.org/project/scikit-learn,2024-05-21 16:33:03.000,21716.0,67386755.0,67981294.0,https://anaconda.org/conda-forge/scikit-learn,2024-05-23 19:24:01.860,28537454.0,,,,,1.0,957.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-05-30 14:23:51.000000,2024-05-30 13:00:05,32580.0,886.0,5038.0,346.0,10826.0,1808.0,8490.0,12570.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1636.0,51,True,2024-05-23 04:06:33.000,1.13.1,103.0,scipy,conda-forge/scipy,,,,1048880.0,1007431.0,https://pypi.org/project/scipy,2024-05-30 02:42:50.000,41449.0,107568025.0,108723336.0,https://anaconda.org/conda-forge/scipy,2024-05-23 18:18:29.047,48363416.0,,,,,1.0,403012.0,,,,,,,,,,,,,,,,,,, +11,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-05-30 12:30:45.000000,2024-05-29 23:24:03,10704.0,348.0,19352.0,1909.0,7207.0,200.0,11700.0,61094.0,Deep Learning for humans.,1300.0,48,True,2024-04-26 23:21:04.000,3.3.3,98.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1345.0,,https://pypi.org/project/keras,2024-04-22 23:37:45.000,1345.0,17582652.0,17657265.0,https://anaconda.org/conda-forge/keras,2024-04-27 08:28:33.749,3506851.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,2024-05-30 11:14:43.000000,2024-05-30 01:08:27,50404.0,579.0,7424.0,594.0,18027.0,1546.0,9084.0,19463.0,matplotlib: plotting with Python.,1681.0,48,True,2024-05-15 23:51:33.000,3.9.0,124.0,matplotlib,conda-forge/matplotlib,,,,1252436.0,1207932.0,https://pypi.org/project/matplotlib,2024-05-15 23:37:04.000,44504.0,64949015.0,65455158.0,https://anaconda.org/conda-forge/matplotlib,2024-05-17 21:11:33.658,23788737.0,,,,,1.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,2024-05-30 14:28:43.000000,2024-05-29 17:55:34,57670.0,453.0,4314.0,295.0,13161.0,5050.0,8745.0,12491.0,A computer algebra system written in pure Python.,1305.0,48,True,2024-05-29 17:56:24.000,1.12.1,56.0,sympy,conda-forge/sympy,,,,142715.0,139617.0,https://pypi.org/project/sympy,2024-05-29 17:56:05.000,3098.0,21993702.0,22056270.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5606054.0,,,,,1.0,542465.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-05-30 10:20:23.000000,2024-05-30 06:08:11,17840.0,554.0,2123.0,220.0,4846.0,117.0,3002.0,11795.0,Python Imaging Library (Fork).,470.0,48,True,2024-04-01 12:34:53.000,10.3.0,97.0,Pillow,conda-forge/pillow,,,,1683133.0,1678886.0,https://pypi.org/project/Pillow,2024-04-01 12:17:01.000,4247.0,97917183.0,98780715.0,https://anaconda.org/conda-forge/pillow,2024-04-03 15:56:48.771,39722480.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-05-30 13:44:37.000000,2024-05-29 14:38:51,6360.0,222.0,2824.0,314.0,4519.0,842.0,3359.0,32460.0,Streamlit A faster way to build and share data apps.,230.0,46,True,2024-05-23 17:12:57.000,1.35.0,222.0,streamlit,,,,,394559.0,392253.0,https://pypi.org/project/streamlit,2024-05-23 17:12:48.000,2306.0,4816261.0,4816261.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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-05-30 13:56:14.000000,2024-05-30 09:31:28,41165.0,1141.0,27972.0,2030.0,46778.0,199.0,,38598.0,Apache Spark Python API.,3073.0,45,True,2024-04-18 08:17:20.000,3.4.3,44.0,pyspark,conda-forge/pyspark,,,['spark'],1389.0,,https://pypi.org/project/pyspark,2024-04-18 08:17:20.000,1389.0,28854870.0,28922362.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3172164.0,,,,,1.0,,stable/spark,,,,,,,,,,,,,,,,,, +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-05-30 14:23:52.000000,2024-05-30 06:50:54,21744.0,903.0,5319.0,471.0,27765.0,3738.0,14320.0,31560.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,1023.0,45,True,2024-05-22 23:37:00.000,ray-2.23.0,106.0,ray,conda-forge/ray-tune,,,,16439.0,15751.0,https://pypi.org/project/ray,2024-05-22 22:51:23.000,688.0,4243975.0,4249562.0,https://anaconda.org/conda-forge/ray-tune,2024-05-29 06:33:26.486,229001.0,,,,,1.0,213.0,,,,,,,,,,,,,,,,,,, +18,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-05-30 14:18:44.000000,2024-05-30 13:13:01,20975.0,1375.0,2572.0,325.0,13695.0,1596.0,3877.0,28343.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",698.0,45,True,2024-05-09 23:28:46.000,jax-v0.4.28,162.0,jax,conda-forge/jaxlib,,,,27338.0,25806.0,https://pypi.org/project/jax,2024-05-09 23:23:10.000,1532.0,6385531.0,6411688.0,https://anaconda.org/conda-forge/jaxlib,2024-05-22 17:25:16.028,1229423.0,,,,,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,2024-05-30 13:52:16.000000,2024-05-30 12:14:39,6874.0,100.0,8665.0,912.0,5176.0,443.0,4783.0,25679.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",641.0,45,True,2023-12-19 21:59:17.000,2.0.3,80.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,95067.0,93279.0,https://pypi.org/project/xgboost,2023-12-19 21:59:17.000,1788.0,19607826.0,19713184.0,https://anaconda.org/conda-forge/xgboost,2024-04-18 01:21:37.436,4843280.0,,,,,1.0,8611.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-05-30 13:51:56.000000,2024-05-30 11:19:05,48632.0,1573.0,5439.0,721.0,46546.0,1859.0,17046.0,21686.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1202.0,45,True,2024-04-09 11:19:43.000,2.6.1,67.0,paddlepaddle,,,,['paddle'],5296.0,5190.0,https://pypi.org/project/paddlepaddle,2024-03-19 06:55:39.000,106.0,195550.0,195715.0,,,,,,,,1.0,15374.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-05-30 14:32:54.000000,2024-05-30 14:32:50,20503.0,96.0,4161.0,443.0,6082.0,777.0,6898.0,18919.0,"Interactive Data Visualization in the browser, from Python.",693.0,45,True,2024-04-11 21:02:24.000,3.4.1,202.0,bokeh,conda-forge/bokeh,,,,89825.0,88242.0,https://pypi.org/project/bokeh,2024-05-21 08:47:33.000,1583.0,4517395.0,4814863.0,https://anaconda.org/conda-forge/bokeh,2024-04-12 05:55:15.282,13981020.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,2024-05-30 13:38:02.000000,2024-05-25 15:36:27,15347.0,58.0,2824.0,281.0,3886.0,2780.0,2760.0,9633.0,Statsmodels: statistical modeling and econometrics in Python.,429.0,45,True,2024-04-17 08:41:57.000,0.14.2,37.0,statsmodels,conda-forge/statsmodels,,,,129050.0,125060.0,https://pypi.org/project/statsmodels,2024-04-17 08:41:57.000,3990.0,16433036.0,16714913.0,https://anaconda.org/conda-forge/statsmodels,2024-05-17 10:41:00.825,13248234.0,,,,,1.0,31.0,,,,,,,,,,,,,,,,,,, +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-05-29 23:41:35.000000,2024-05-29 23:00:00,6663.0,325.0,2215.0,158.0,3772.0,500.0,3765.0,29795.0,"Wrap UIs around any model, share with anyone.",329.0,44,True,2024-05-29 23:09:22.000,4.32.0,569.0,gradio,,,,,31825.0,31252.0,https://pypi.org/project/gradio,2024-05-29 23:09:22.000,573.0,7372170.0,7372170.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-05-28 15:57:41.000000,2024-05-15 10:11:33,16131.0,14.0,4295.0,556.0,4002.0,117.0,5504.0,28960.0,Industrial-strength Natural Language Processing (NLP) in Python.,751.0,44,True,2024-02-15 19:16:59.000,3.7.4,230.0,spacy,conda-forge/spacy,,,,91815.0,89409.0,https://pypi.org/project/spacy,2024-04-22 09:55:45.000,2406.0,13315457.0,13389346.0,https://anaconda.org/conda-forge/spacy,2024-04-04 16:04:13.461,3472794.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,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-05-30 12:57:37.000000,2024-05-30 10:12:41,10303.0,114.0,3266.0,244.0,10125.0,748.0,6189.0,27176.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",946.0,44,True,2024-05-22 17:36:29.000,2.2.5,272.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],34189.0,32826.0,https://pypi.org/project/pytorch-lightning,2024-05-22 17:36:29.000,1363.0,5337398.0,5361871.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-04-12 18:53:30.868,1140400.0,,,,,2.0,7578.0,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +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-05-30 13:58:21.000000,2024-05-30 13:58:21,5964.0,458.0,3966.0,289.0,8302.0,1475.0,2436.0,17505.0,Open source platform for the machine learning lifecycle.,730.0,44,True,2024-05-20 07:17:17.000,2.13.0,99.0,mlflow,conda-forge/mlflow,,,,37053.0,36275.0,https://pypi.org/project/mlflow,2024-05-20 00:48:19.000,778.0,13884346.0,13926226.0,https://anaconda.org/conda-forge/mlflow,2024-05-21 13:49:18.783,1968394.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,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-05-30 13:16:36.000000,2024-05-13 19:25:31,6490.0,111.0,2498.0,278.0,1641.0,1511.0,1414.0,15455.0,The interactive graphing library for Python This project now includes Plotly Express!.,263.0,44,True,2024-05-01 14:04:11.000,5.22.0,298.0,plotly,conda-forge/plotly,,,,275302.0,269768.0,https://pypi.org/project/plotly,2024-05-01 14:00:07.000,5525.0,15785214.0,15924233.0,https://anaconda.org/conda-forge/plotly,2024-05-04 13:44:40.868,5906354.0,,,,,1.0,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,15970.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-05-29 17:29:33.000000,2024-05-29 17:29:33,7691.0,77.0,3151.0,282.0,3768.0,337.0,2991.0,14317.0,Network Analysis in Python.,719.0,44,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,,266006.0,257562.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,8444.0,54255305.0,54609641.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,15945136.0,,,,,1.0,71.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-05-30 08:15:07.000000,2024-05-29 16:21:45,8207.0,90.0,1677.0,211.0,5839.0,1062.0,4176.0,12106.0,Parallel computing with task scheduling.,600.0,44,True,2024-05-17 20:18:01.000,2024.5.1,197.0,dask,conda-forge/dask,,,,62804.0,60680.0,https://pypi.org/project/dask,2024-05-17 20:12:49.000,2124.0,8636892.0,8869933.0,https://anaconda.org/conda-forge/dask,2024-05-18 02:42:15.720,11185982.0,,,,,1.0,,stable/dask,,,,,,,,,,,,,,,,,, +30,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-05-29 18:26:54.070000,2024-05-29 18:09:36,4899.0,209.0,2049.0,1683.0,4753.0,300.0,2690.0,11805.0,WebGL2 powered visualization framework.,264.0,44,True,2024-05-29 18:26:54.070,9.0.17,658.0,pydeck,conda-forge/pydeck,,,['jupyter'],8023.0,7644.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,88.0,3683311.0,4146372.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,528028.0,,,,,1.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-05-29 18:26:54.070,291.0,452708.0,,,,,,,,,,,, +31,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-05-21 23:34:27.000000,2024-05-21 23:34:27,5833.0,60.0,1629.0,192.0,4999.0,663.0,1231.0,6575.0,TensorFlows Visualization Toolkit.,320.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],239343.0,237339.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,2004.0,27495174.0,27595146.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4698704.0,,,,,1.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-05-30 02:23:30.000000,2024-05-23 05:41:30,2734.0,57.0,3612.0,437.0,3217.0,321.0,2428.0,17025.0,Open standard for machine learning interoperability.,317.0,43,True,2024-05-23 17:55:03.000,1.16.1,33.0,onnx,conda-forge/onnx,,,,29226.0,28297.0,https://pypi.org/project/onnx,2024-05-23 17:55:03.000,929.0,5610828.0,5632623.0,https://anaconda.org/conda-forge/onnx,2024-05-24 08:39:44.809,1012136.0,,,,,1.0,20696.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-05-30 03:24:05.000000,2024-05-30 02:36:01,3478.0,44.0,3782.0,435.0,3141.0,383.0,2979.0,16160.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",302.0,43,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,34407.0,33388.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,1019.0,7564180.0,7619643.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2324866.0,,,,,2.0,223223.0,,,,,,,,,,,,,,,,,,, +34,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-05-29 20:16:50.000000,2024-04-25 14:36:49,3234.0,4.0,1862.0,260.0,1108.0,150.0,2370.0,12043.0,Statistical data visualization in Python.,212.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,423015.0,413435.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,9580.0,17336329.0,17524914.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,8863399.0,,,,,1.0,392.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-05-30 14:37:12.000000,2024-05-30 13:48:56,2315.0,510.0,1342.0,183.0,2681.0,523.0,699.0,11526.0,Development repository for the Triton language and compiler.,271.0,43,True,2024-05-27 21:44:18.000,2.3.1,194.0,triton,,,,,26977.0,26802.0,https://pypi.org/project/triton,2024-05-27 21:44:18.000,175.0,12065304.0,12065304.0,,,,,,,,1.0,,,triton-lang/triton,,,,,,,,,,,,,,,,, +36,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-05-30 00:45:34.000000,2024-05-28 17:21:56,2659.0,42.0,3172.0,240.0,866.0,810.0,1653.0,21851.0,A game theoretic approach to explain the output of any machine learning model.,239.0,42,True,2024-05-07 11:40:34.000,0.45.1,103.0,shap,conda-forge/shap,,,,18468.0,17784.0,https://pypi.org/project/shap,2024-05-07 11:40:34.000,684.0,6830402.0,6900635.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,2879556.0,,,,,1.0,,,shap/shap,,,,,,-1.0,,,,,,,,,,, +37,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-05-30 13:36:55.000000,2024-05-30 09:36:14,3860.0,67.0,6848.0,416.0,5274.0,995.0,2382.0,15576.0,"Datasets, Transforms and Models specific to Computer Vision.",591.0,42,True,2024-04-24 16:20:12.000,0.18.0,44.0,torchvision,conda-forge/torchvision,,,['pytorch'],4985.0,21.0,https://pypi.org/project/torchvision,2024-04-24 15:47:57.000,4964.0,13376793.0,13407628.0,https://anaconda.org/conda-forge/torchvision,2024-05-16 09:07:24.923,1154873.0,,,,,1.0,37765.0,,,,,,,,,,,,,,,,,,, +38,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-05-30 08:12:43.000000,2024-05-30 04:41:20,12332.0,4220.0,1021.0,60.0,1482.0,574.0,1838.0,9364.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",238.0,42,True,2024-05-30 04:26:48.000,1.39.3,823.0,litellm,,,,others,2097.0,1893.0,https://pypi.org/project/litellm,2024-05-30 04:14:12.000,204.0,603826.0,604077.0,,,,,,,,1.0,251.0,,,,,,,,,,,,,,,,,,, +39,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2024-05-30 14:48:54.000000,2024-05-30 05:14:47,6548.0,389.0,611.0,54.0,4580.0,824.0,2314.0,8383.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,179.0,42,True,2024-05-07 23:10:29.000,0.17.0,274.0,wandb,conda-forge/wandb,,,,47583.0,46350.0,https://pypi.org/project/wandb,2024-05-07 22:08:37.000,1233.0,14001895.0,14013001.0,https://anaconda.org/conda-forge/wandb,2024-03-25 23:14:36.046,510910.0,,,,,1.0,,,wandb/wandb,,,,,,,,,,,,,,,,, +40,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-05-29 17:44:03.000000,2024-05-25 21:07:25,13984.0,100.0,2198.0,186.0,4413.0,773.0,2075.0,5905.0,Image processing in Python.,661.0,42,False,2024-04-20 19:25:20.000,0.23.2,65.0,scikit-image,conda-forge/scikit-image,,,,188418.0,182838.0,https://pypi.org/project/scikit-image,2024-04-20 19:25:20.000,5580.0,13235653.0,13369544.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,6292892.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +41,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-05-30 13:11:39.000000,2024-05-28 23:42:59,2314.0,132.0,3870.0,335.0,2746.0,1067.0,1625.0,33181.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",313.0,41,True,2024-04-23 23:26:47.000,0.14.2,90.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],7392.0,7233.0,https://pypi.org/project/deepspeed,2024-04-23 23:26:47.000,159.0,499329.0,499676.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,18049.0,1.0,,,,,,,,,,,,,,,,,,,, +42,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-05-28 05:10:59.000000,2024-05-27 21:56:03,2269.0,97.0,4598.0,310.0,474.0,64.0,809.0,30226.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",139.0,41,True,2024-05-15 18:19:44.000,1.0.3,57.0,timm,conda-forge/timm,,,['pytorch'],30094.0,29337.0,https://pypi.org/project/timm,2024-05-15 18:16:15.000,757.0,5134298.0,5247967.0,https://anaconda.org/conda-forge/timm,2024-05-16 07:02:45.732,157545.0,,,,,1.0,6614704.0,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,, +43,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-05-30 13:08:47.000000,2024-05-30 12:01:00,19941.0,751.0,2610.0,275.0,20608.0,723.0,10219.0,27554.0,"A cloud-native vector database, storage for next generation AI applications.",275.0,41,True,2024-05-29 07:35:28.000,2.4.3,96.0,pymilvus,,milvusdb/milvus,,,120.0,,https://pypi.org/project/pymilvus,2024-05-17 04:01:58.000,120.0,504903.0,794201.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-05-30 13:07:09.350477,44.0,15973545.0,1.0,223186.0,,,,,,,,,,,,,,,,,,, +44,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-05-30 13:33:42.000000,2024-05-27 18:40:31,7483.0,156.0,1998.0,420.0,1066.0,828.0,921.0,20666.0,Data Apps & Dashboards for Python. No JavaScript Required.,154.0,41,True,2024-05-03 17:00:38.000,2.17.0,178.0,dash,conda-forge/dash,,,,64817.0,63657.0,https://pypi.org/project/dash,2024-05-03 16:56:05.000,1160.0,2923091.0,2950887.0,https://anaconda.org/conda-forge/dash,2024-05-04 04:54:12.137,1306376.0,,,,,1.0,72.0,,,,,,,,-1.0,,,,,,,,,,, +45,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-05-29 16:09:40.000000,2024-05-29 16:09:40,1439.0,95.0,2358.0,133.0,439.0,1071.0,935.0,14090.0,Multilingual Sentence & Image Embeddings with BERT.,163.0,41,True,2024-05-28 11:54:03.000,3.0.0,52.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],35526.0,34260.0,https://pypi.org/project/sentence-transformers,2024-05-28 11:53:37.000,1266.0,4218564.0,4224420.0,https://anaconda.org/conda-forge/sentence-transformers,2024-05-28 20:41:43.135,257666.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,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-05-30 06:44:17.309000,2024-05-27 08:52:44,9276.0,66.0,1149.0,140.0,5449.0,216.0,4421.0,13251.0,ML Experiments and Data Management with Git.,296.0,41,True,2024-05-27 08:54:15.000,3.51.1,527.0,dvc,conda-forge/dvc,,,,15503.0,15386.0,https://pypi.org/project/dvc,2024-05-27 08:54:15.000,117.0,482494.0,526062.0,https://anaconda.org/conda-forge/dvc,2024-05-30 06:44:17.309,1891030.0,,,,,1.0,40011.0,,,,,,,,,dvc,dvc,dvc,,,,,,,, +47,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-05-29 16:57:45.000000,2024-04-05 06:11:40,14511.0,2.0,2821.0,463.0,1458.0,272.0,1517.0,13126.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,41,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,281776.0,277556.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,4220.0,21003168.0,21030646.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2555503.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,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-05-18 11:08:05.245000,2024-05-12 00:07:36,8263.0,24.0,3324.0,478.0,703.0,48.0,2143.0,13116.0,A toolkit for making real world machine learning and data analysis applications in C++.,194.0,41,False,2024-04-03 23:33:43.000,19.24.4,37.0,dlib,conda-forge/dlib,,,,27623.0,27423.0,https://pypi.org/project/dlib,2024-04-03 23:33:43.000,200.0,478002.0,493463.0,https://anaconda.org/conda-forge/dlib,2024-05-18 11:08:05.245,715562.0,,,,,2.0,25436.0,,,,,,,,,,,,,,,,,,, +49,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-05-30 12:46:31.000000,2024-05-23 19:17:20,3666.0,39.0,765.0,141.0,1365.0,170.0,1778.0,8983.0,Declarative statistical visualization library for Python.,164.0,41,True,2024-03-30 15:36:52.000,5.3.0,40.0,altair,conda-forge/altair,,,,134745.0,133974.0,https://pypi.org/project/altair,2024-03-30 15:24:57.000,771.0,24057885.0,24135815.0,https://anaconda.org/conda-forge/altair,2024-03-30 18:57:22.082,2259963.0,,,,,1.0,123.0,,vega/altair,,,,,,-1.0,,,,,,,,,,, +50,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-05-30 14:26:53.000000,2024-05-30 11:18:54,9900.0,125.0,1936.0,225.0,3945.0,273.0,3019.0,8229.0,Bayesian Modeling and Probabilistic Programming in Python.,493.0,41,True,2024-05-30 11:59:48.000,5.15.1,85.0,pymc3,conda-forge/pymc3,,,,3547.0,3356.0,https://pypi.org/project/pymc3,2022-03-15 10:10:19.000,191.0,873023.0,879248.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,565031.0,,,,,1.0,1939.0,,,,,,,,,,,,,,,,,,, +51,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2024-05-30 13:40:02.000000,2024-05-30 11:18:55,47990.0,469.0,1148.0,192.0,390.0,507.0,1759.0,7812.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1235.0,41,True,2024-04-18 20:19:33.000,1.2.5,111.0,catboost,conda-forge/catboost,,,,400.0,14.0,https://pypi.org/project/catboost,2024-04-18 18:24:32.000,386.0,2175945.0,2215283.0,https://anaconda.org/conda-forge/catboost,2024-04-18 20:39:24.300,1518774.0,,,,,2.0,254215.0,,,,,,,,,,,,,,,,,,, +52,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-05-30 02:16:10.000000,2024-05-30 02:16:10,6186.0,52.0,7261.0,427.0,2915.0,1207.0,8481.0,39295.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",195.0,40,True,2024-03-29 09:49:07.000,2.7.5,44.0,paddleocr,,,,['paddle'],2683.0,2637.0,https://pypi.org/project/paddleocr,2024-03-29 09:49:07.000,46.0,167520.0,167520.0,,,,,,,,1.0,,,,,,,,,2.0,,,,,,,,,,, +53,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-05-02 16:09:06.000000,2023-01-30 18:15:21,1757.0,,8557.0,1063.0,1452.0,92.0,1721.0,34018.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,,,,55195.0,53680.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1515.0,445633.0,451396.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,282413.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +54,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-05-30 03:07:24.000000,2024-05-28 18:47:04,1123.0,99.0,3409.0,474.0,1003.0,452.0,1951.0,28726.0,A library for efficient similarity search and clustering of dense vectors.,176.0,40,True,2024-05-17 04:01:58.000,2.4.3,96.0,pymilvus,conda-forge/faiss,,,,3785.0,3665.0,https://pypi.org/project/pymilvus,2024-05-17 04:01:58.000,120.0,504903.0,530204.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1214480.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,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-05-25 05:17:03.000000,2024-05-25 05:16:59,2768.0,20.0,7515.0,611.0,2225.0,216.0,1590.0,25730.0,The fastai deep learning library.,667.0,40,True,2024-04-27 22:14:28.000,2.7.15,149.0,fastai,,,,['pytorch'],17694.0,17405.0,https://pypi.org/project/fastai,2024-04-27 22:14:28.000,289.0,359038.0,359038.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +56,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-05-27 14:39:38.000000,2024-05-19 16:25:01,1225.0,35.0,2210.0,240.0,558.0,152.0,1144.0,12091.0,Download market data from Yahoo! Finances API.,112.0,40,True,2024-05-19 16:28:00.000,0.2.40,112.0,yfinance,ranaroussi/yfinance,,,,39482.0,38927.0,https://pypi.org/project/yfinance,2024-05-19 16:28:00.000,555.0,1509825.0,1512504.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,91100.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +57,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-05-23 13:23:34.000000,2024-05-06 09:49:38,1773.0,14.0,736.0,120.0,590.0,60.0,899.0,8559.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,87.0,40,True,2024-04-17 21:37:50.000,0.19.1,95.0,tokenizers,conda-forge/tokenizers,,,,80351.0,79598.0,https://pypi.org/project/tokenizers,2024-04-17 21:36:02.000,753.0,25734481.0,25770335.0,https://anaconda.org/conda-forge/tokenizers,2024-04-18 01:39:43.525,1649314.0,,,,,1.0,47.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,2024-05-30 03:44:00.000000,2024-05-28 14:10:13,1443.0,129.0,817.0,96.0,1396.0,135.0,1302.0,7163.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",253.0,40,True,2024-05-10 17:47:54.000,0.30.1,51.0,accelerate,conda-forge/accelerate,,,['pytorch'],38863.0,37770.0,https://pypi.org/project/accelerate,2024-05-10 17:41:43.000,1093.0,8005312.0,8009805.0,https://anaconda.org/conda-forge/accelerate,2024-05-11 15:02:26.384,139298.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +59,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-05-24 16:44:31.000000,2024-05-23 12:49:32,1853.0,64.0,2208.0,163.0,850.0,87.0,1016.0,6717.0,Python Data. Leaflet.js Maps.,167.0,40,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,38567.0,37918.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,649.0,1245470.0,1314084.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2744598.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +60,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-05-30 11:02:57.000000,2024-05-28 08:06:08,1963.0,75.0,895.0,105.0,1621.0,436.0,1227.0,4254.0,Python tools for geographic data.,223.0,40,True,2024-04-28 13:49:29.000,0.14.4,54.0,geopandas,conda-forge/geopandas,,,['pandas'],38147.0,35684.0,https://pypi.org/project/geopandas,2024-04-28 13:49:24.000,2463.0,6131807.0,6209039.0,https://anaconda.org/conda-forge/geopandas,2024-04-28 20:22:12.956,3628650.0,,,,,1.0,2541.0,,,,,,,,,,,,,,,,,,, +61,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-05-30 11:43:19.000000,2024-05-30 09:04:27,6295.0,115.0,1517.0,106.0,4276.0,681.0,724.0,4216.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",307.0,40,True,2024-05-30 08:37:58.000,4.9.5,38.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],18102.0,17796.0,https://pypi.org/project/tensorflow-datasets,2024-05-30 08:37:52.000,306.0,4018548.0,4019375.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,29775.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +62,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-05-29 22:38:25.000000,2024-05-29 18:24:22,3690.0,153.0,1098.0,136.0,3057.0,294.0,1191.0,2058.0,A library for training and deploying machine learning models on Amazon SageMaker.,439.0,40,True,2024-05-22 22:51:24.000,2.221.1,588.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",4145.0,4011.0,https://pypi.org/project/sagemaker,2024-05-22 22:51:24.000,134.0,23934212.0,23952138.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-05-23 04:49:38.975,806683.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +63,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-05-30 13:51:23.000000,2024-05-28 16:35:07,5764.0,56.0,710.0,54.0,5008.0,1518.0,2332.0,1544.0,A distributed task scheduler for Dask.,324.0,40,True,2024-05-17 20:12:56.000,2024.5.1,229.0,distributed,conda-forge/distributed,,,,35326.0,34580.0,https://pypi.org/project/distributed,2024-05-17 20:12:56.000,746.0,4032957.0,4319258.0,https://anaconda.org/conda-forge/distributed,2024-05-17 21:36:49.014,13742453.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-05-25 02:26:16.000000,2024-05-16 10:39:34,8540.0,18.0,2187.0,208.0,4175.0,22.0,1925.0,20277.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2024-04-10 14:42:19.000,3.25.1,2461.0,jina,conda-forge/jina-core,jinaai/jina,,,1753.0,1726.0,https://pypi.org/project/jina,2024-04-10 14:39:06.000,27.0,38476.0,66121.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,64517.0,https://hub.docker.com/r/jinaai/jina,2024-05-16 11:00:01.190646,8.0,1307098.0,2.0,,,,,,,,,,,,,,,,,,,, +65,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-05-27 11:47:17.000000,2024-03-21 15:05:22,32610.0,6.0,4534.0,349.0,6359.0,117.0,6642.0,18108.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4235.0,4176.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,59.0,115559.0,115559.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-05-27 13:45:21.000000,2024-05-18 12:34:14,4516.0,4.0,4346.0,433.0,1693.0,381.0,1454.0,15334.0,Topic Modelling for Humans.,452.0,39,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,61338.0,60033.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,1305.0,4941165.0,4974532.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1266308.0,,,,,1.0,4557.0,,piskvorky/gensim,,,,,,,,,,,,,,,,, +67,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-05-30 12:07:35.000000,2024-05-24 14:42:05,5955.0,55.0,2064.0,202.0,1192.0,83.0,2189.0,13633.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,261.0,39,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3412.0,3283.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,129.0,265980.0,266524.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,25034.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +68,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-05-30 05:40:50.000000,2024-05-27 07:11:37,17662.0,364.0,953.0,117.0,3523.0,102.0,1545.0,9856.0,A hyperparameter optimization framework.,264.0,39,False,2024-04-01 06:04:15.000,3.6.1,64.0,optuna,conda-forge/optuna,,,,15641.0,14820.0,https://pypi.org/project/optuna,2024-04-01 06:04:15.000,821.0,2486254.0,2507721.0,https://anaconda.org/conda-forge/optuna,2024-03-29 06:40:40.525,1008967.0,,,,,1.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-05-30 14:36:57.000000,2024-05-30 14:27:40,4560.0,228.0,1285.0,103.0,3790.0,820.0,1477.0,7486.0,A unified framework for machine learning with time series.,361.0,39,True,2024-05-01 13:08:23.000,0.29.0,67.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2844.0,2735.0,https://pypi.org/project/sktime,2024-05-01 13:08:23.000,109.0,826753.0,854936.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-05-24 09:16:15.474,958212.0,,,,,1.0,91.0,,sktime/sktime,,,,,,,,,,,,,,,,, +70,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-05-30 09:48:44.000000,2024-05-30 09:48:38,4452.0,222.0,596.0,84.0,2384.0,225.0,706.0,5606.0,Flax is a neural network library for JAX that is designed for flexibility.,221.0,39,True,2024-05-24 17:09:35.000,0.8.4,45.0,flax,conda-forge/flax,,,['jax'],7941.0,7546.0,https://pypi.org/project/flax,2024-05-24 17:09:35.000,395.0,3941334.0,3942680.0,https://anaconda.org/conda-forge/flax,2024-04-30 18:49:11.574,51115.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +71,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-05-29 09:31:09.000000,2024-05-14 08:55:08,2267.0,18.0,555.0,88.0,822.0,272.0,919.0,3706.0,Manipulation and analysis of geometric objects.,153.0,39,True,2024-04-16 22:26:21.000,2.0.4,123.0,shapely,conda-forge/shapely,,,,72455.0,69917.0,https://pypi.org/project/shapely,2024-04-16 22:26:21.000,2538.0,25820702.0,26029689.0,https://anaconda.org/conda-forge/shapely,2024-05-16 17:07:32.339,9399636.0,,,,,2.0,3339.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-05-30 14:41:11.000000,2024-05-30 14:41:11,17984.0,118.0,1286.0,83.0,7846.0,530.0,4294.0,2576.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,371.0,39,True,2024-04-19 18:04:01.000,1.7.0,78.0,mne,conda-forge/mne,,,,4244.0,3899.0,https://pypi.org/project/mne,2024-04-19 18:04:01.000,345.0,119327.0,126998.0,https://anaconda.org/conda-forge/mne,2024-05-26 15:11:46.143,368208.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,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-05-27 18:57:39.000000,2024-02-05 13:23:18,2706.0,,9221.0,369.0,3141.0,1605.0,6669.0,28159.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,38,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2609.0,2545.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,64.0,244745.0,244745.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-05-30 14:15:00.000000,2024-05-30 14:14:45,35395.0,414.0,12994.0,944.0,24857.0,1187.0,,23317.0,Apache Flink Python API.,1864.0,38,True,2024-01-15 16:28:13.000,1.18.1,47.0,apache-flink,,,,,45.0,21.0,https://pypi.org/project/apache-flink,2024-03-15 08:32:38.000,24.0,80903.0,80903.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,,6813.0,1070.0,11124.0,1805.0,7758.0,20724.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'],7432.0,7310.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,116.0,554903.0,555322.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10774.0,,,,,2.0,26922.0,,apache/mxnet,,,,,,,,,,6.0,,,,,,, +76,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-05-30 00:35:40.000000,2024-05-28 08:40:21,7530.0,125.0,3544.0,255.0,2999.0,973.0,2614.0,20363.0,Graph Neural Network Library for PyTorch.,495.0,38,True,2024-04-19 11:59:51.000,2.5.3,44.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],247.0,,https://pypi.org/project/torch-geometric,2024-04-19 11:59:51.000,247.0,303011.0,303938.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-05-04 18:04:48.733,42652.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,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-05-30 13:14:41.000000,2024-05-29 22:06:26,894.0,90.0,1601.0,129.0,793.0,425.0,526.0,13560.0,Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation:..,142.0,38,True,2024-05-28 23:52:29.000,1.4.8,62.0,albumentations,conda-forge/albumentations,,,['pytorch'],24316.0,23804.0,https://pypi.org/project/albumentations,2024-05-28 23:52:29.000,512.0,2094082.0,2097714.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,167111.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-05-30 08:30:03.000000,2024-05-30 08:30:03,4121.0,132.0,2963.0,168.0,4731.0,512.0,2307.0,13099.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",289.0,38,True,2024-05-13 01:10:39.000,2.2.1,453.0,dgl,,,,,371.0,244.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,127.0,104623.0,104623.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-05-23 11:32:24.000000,2024-05-23 11:31:24,1445.0,62.0,1633.0,152.0,782.0,219.0,561.0,12133.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,123.0,38,True,2024-05-07 19:57:59.000,4.8.3,61.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",3431.0,3249.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,182.0,797466.0,802128.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,433619.0,,,,,2.0,97.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +80,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-05-29 15:27:42.000000,2024-05-27 18:04:07,1101.0,6.0,1519.0,255.0,675.0,415.0,1053.0,11922.0,Video editing with Python.,161.0,38,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,40105.0,39293.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,812.0,1154993.0,1157976.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,244683.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +81,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,,2511.0,541.0,4118.0,685.0,2087.0,9859.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15270.0,15098.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,457643.0,483292.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2411083.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +82,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2024-05-27 12:59:09.752000,2024-05-25 07:22:15,961.0,21.0,1116.0,122.0,292.0,25.0,699.0,9659.0,Unsupervised text tokenizer for Neural Network-based text generation.,88.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,67724.0,66196.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1528.0,21520188.0,21538276.0,https://anaconda.org/conda-forge/sentencepiece,2024-05-27 12:59:09.752,807208.0,,,,,1.0,37288.0,,,,,,,,,,,,,,,,,,, +83,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-05-30 13:54:40.000000,2024-05-28 20:41:06,2744.0,62.0,937.0,129.0,1867.0,269.0,639.0,9508.0,Geometric Computer Vision Library for Spatial AI.,262.0,38,True,2024-03-14 09:18:15.000,0.7.2,39.0,kornia,conda-forge/kornia,,,['pytorch'],10203.0,9964.0,https://pypi.org/project/kornia,2024-03-14 09:18:15.000,239.0,1421422.0,1424506.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,125805.0,,,,,1.0,1115.0,,,,,,,,,,,,,,,,,,, +84,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-05-03 20:31:35.000000,2024-04-28 18:44:58,5223.0,45.0,1723.0,131.0,992.0,350.0,1936.0,8555.0,"An open-source, low-code machine learning library in Python.",136.0,38,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,5764.0,5734.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,30.0,343534.0,344580.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,46431.0,,,,,2.0,694.0,,,,,,,,,,,,,,,,,,, +85,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-05-30 14:49:42.000000,2024-05-30 14:20:23,9816.0,119.0,1279.0,128.0,1203.0,124.0,950.0,8026.0,A PyTorch-based Speech Toolkit.,234.0,38,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1934.0,1903.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,2411285.0,2411285.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +86,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-05-27 12:58:13.692000,2024-05-24 19:38:39,12140.0,52.0,1075.0,164.0,463.0,668.0,746.0,4144.0,Probabilistic reasoning and statistical analysis in TensorFlow.,493.0,38,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],569.0,,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,569.0,3677230.0,3680516.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,128174.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +87,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-05-30 14:37:46.000000,2024-05-30 12:49:18,10774.0,65.0,394.0,60.0,2994.0,1084.0,2180.0,2643.0,"With Holoviews, your data visualizes itself.",142.0,38,True,2024-03-22 00:10:16.630,3.0.2,162.0,holoviews,conda-forge/holoviews,,,['jupyter'],10945.0,10580.0,https://pypi.org/project/holoviews,2024-05-23 15:23:52.000,360.0,492742.0,526958.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1597633.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-03-22 00:10:16.630,5.0,224.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,2024-05-30 14:31:21.000000,2024-05-30 14:31:21,1423.0,120.0,447.0,58.0,1367.0,146.0,683.0,1749.0,The official Python client for the Huggingface Hub.,164.0,38,True,2024-05-27 08:32:53.000,0.23.2,111.0,huggingface_hub,conda-forge/huggingface_hub,,,,1265.0,,https://pypi.org/project/huggingface_hub,2024-05-27 08:30:13.000,1265.0,35007585.0,35053117.0,https://anaconda.org/conda-forge/huggingface_hub,2024-05-28 17:55:41.829,1775780.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +89,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-05-27 07:39:22.000000,2024-05-20 22:32:01,1526.0,45.0,199.0,47.0,568.0,32.0,757.0,1132.0,Fiona reads and writes geographic data files.,74.0,38,True,2024-03-08 16:14:09.000,1.9.6,112.0,fiona,conda-forge/fiona,,,,20464.0,20271.0,https://pypi.org/project/fiona,2024-04-16 20:38:29.000,193.0,6113817.0,6234514.0,https://anaconda.org/conda-forge/fiona,2024-05-21 17:04:26.616,5552093.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +90,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-03-18 00:28:14.000000,2020-02-15 08:33:35,523.0,,6704.0,1284.0,166.0,670.0,227.0,32592.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,,,,29379.0,28612.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,767.0,926069.0,927884.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,154278.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +91,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-04-06 08:14:32.000000,2020-06-01 14:58:26,2913.0,,2413.0,233.0,338.0,300.0,224.0,14198.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,,,,20209.0,19957.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,252.0,454815.0,457479.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,157189.0,,,,,2.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-05-30 13:57:14.000000,2024-04-12 16:27:53,4816.0,15.0,4991.0,385.0,702.0,612.0,1346.0,12366.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1536.0,1365.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,171.0,210078.0,249734.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,204027.0,,,,,2.0,3786802.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-05-30 14:46:12.000000,2024-05-30 14:02:09,29704.0,2430.0,1987.0,198.0,5390.0,31.0,3385.0,9302.0,Perform data science on data that remains in someone elses server.,512.0,37,True,2024-04-03 12:17:16.000,0.8.6,282.0,syft,,,,['pytorch'],4.0,1.0,https://pypi.org/project/syft,2024-05-28 06:40:34.000,3.0,10303.0,10581.0,,,,,,,,1.0,2505.0,,,,,,,,,,,,,,,,,,, +94,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-05-29 18:10:55.000000,2024-05-29 18:10:54,584.0,13.0,1139.0,262.0,174.0,109.0,170.0,8989.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,39296.0,38953.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,343.0,1123670.0,1126348.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,249116.0,,,,,1.0,117.0,,,,,,,,,,,,,,,,,,, +95,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-05-30 04:02:20.000000,2024-05-30 02:58:14,21325.0,381.0,2100.0,176.0,3291.0,310.0,2069.0,7978.0,End-to-End Speech Processing Toolkit.,426.0,37,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,341.0,329.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,43049.0,43050.0,,,,,,,,1.0,79.0,,,,,,,,-1.0,,,,,,,,,,, +96,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-05-30 11:38:24.000000,2024-05-30 04:41:52,28497.0,163.0,777.0,127.0,6163.0,582.0,1666.0,7875.0,NumPy & SciPy for GPU.,365.0,37,True,2024-04-19 07:40:12.000,13.1.0,139.0,cupy,conda-forge/cupy,cupy/cupy,,,2285.0,2068.0,https://pypi.org/project/cupy,2024-04-19 04:17:35.000,217.0,21725.0,101461.0,https://anaconda.org/conda-forge/cupy,2024-04-29 17:22:48.759,3662686.0,https://hub.docker.com/r/cupy/cupy,2024-04-19 07:42:49.196765,11.0,63005.0,1.0,174799.0,,,,,,,,,,,,,,,,,,, +97,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-05-28 15:38:50.650000,2024-05-28 14:28:56,865.0,10.0,1275.0,141.0,500.0,42.0,559.0,6726.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,37,True,2024-05-28 15:13:16.000,0.12.3,37.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],28139.0,27745.0,https://pypi.org/project/imbalanced-learn,2024-05-28 15:11:10.000,394.0,11829351.0,11841413.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-05-28 15:38:50.650,566941.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +98,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-05-29 13:45:03.000000,2024-05-27 13:07:53,4042.0,117.0,1072.0,152.0,1642.0,393.0,884.0,3719.0,Fast data visualization and GUI tools for scientific / engineering applications.,279.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,10497.0,9567.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,930.0,226429.0,237911.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,539657.0,,,,,2.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-05-21 07:32:22.456000,2024-05-10 14:45:37,3850.0,20.0,523.0,147.0,1157.0,143.0,1640.0,2153.0,Rasterio reads and writes geospatial raster datasets.,157.0,37,True,2024-04-12 18:29:54.000,1.3.10,157.0,rasterio,conda-forge/rasterio,,,,12833.0,11587.0,https://pypi.org/project/rasterio,2024-04-16 21:46:35.000,1246.0,2682959.0,2757894.0,https://anaconda.org/conda-forge/rasterio,2024-05-21 07:32:22.456,2997111.0,,,,,2.0,862.0,,,,,,,,,,,,,,,,,,, +100,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,27.0,209.0,32.0,47.0,13.0,166.0,1586.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,68764.0,66414.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2350.0,11778511.0,11779043.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,45296.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +101,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-05-20 10:55:33.000000,2024-05-11 06:28:19,1530.0,9.0,286.0,31.0,488.0,105.0,497.0,1425.0,Python library for reading and writing image data.,111.0,37,True,2024-04-22 02:22:40.000,2.34.1,91.0,imageio,conda-forge/imageio,,,,130174.0,127991.0,https://pypi.org/project/imageio,2024-04-22 02:22:35.000,2183.0,22200361.0,22339251.0,https://anaconda.org/conda-forge/imageio,2024-04-22 04:44:13.491,6388286.0,,,,,2.0,1053.0,,,,,,,,,,,,,,,,,,, +102,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-05-30 14:47:14.000000,2024-05-29 09:15:01,10289.0,58.0,551.0,69.0,2405.0,296.0,1766.0,1116.0,Machine learning for NeuroImaging in Python.,237.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3458.0,3183.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,275.0,62157.0,68619.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,271247.0,,,,,1.0,165.0,,,,,,,,,,,,,,,,,,, +103,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-05-29 20:57:00.000000,2024-02-10 14:20:58,4668.0,,3507.0,266.0,733.0,79.0,956.0,30282.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,36,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1334.0,1288.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,46.0,115683.0,174125.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,12188.0,,,,,1.0,2205865.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-05-15 06:40:00.000000,2024-05-08 07:52:03,2292.0,9.0,5171.0,504.0,159.0,1076.0,1359.0,21612.0,State-of-the-art 2D and 3D Face Analysis Project.,60.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],2190.0,2170.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,20.0,366810.0,620769.0,,,,,,,,2.0,3301470.0,,,,,,,,,,,,,,,,,,, +105,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-03-27 09:20:02.000000,2024-03-03 06:50:21,1649.0,2.0,2834.0,378.0,458.0,11.0,1856.0,14539.0,Python Echarts Plotting Library.,42.0,36,True,2024-03-03 07:03:55.000,2.0.5,73.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4345.0,4154.0,https://pypi.org/project/pyecharts,2024-03-03 07:02:08.000,191.0,181235.0,181238.0,,,,,,,,2.0,50.0,,,,,,,,,,,,,,,,,,, +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,2024-05-30 13:34:53.000000,2024-05-30 13:34:52,3411.0,206.0,1648.0,126.0,3701.0,168.0,3139.0,14097.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",245.0,36,True,2024-05-16 13:40:34.000,2.1.2,96.0,haystack,,,,,282.0,277.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,4292.0,4292.0,,,,,,,,2.0,24.0,,,,,,,,,,,,,,,,,,, +107,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-05-30 14:50:01.000000,2024-05-28 11:43:20,6219.0,61.0,3401.0,243.0,1602.0,1076.0,4155.0,10640.0,Open-source simulator for autonomous driving research.,187.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,725.0,718.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,12533.0,12533.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +108,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-05-20 08:13:52.000000,2024-05-20 08:13:52,1458.0,187.0,1842.0,135.0,197.0,5.0,1035.0,10411.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",62.0,36,True,2024-05-02 07:29:37.000,0.0.91,90.0,deepface,,,,,3237.0,3202.0,https://pypi.org/project/deepface,2024-05-02 07:27:16.000,35.0,63049.0,63049.0,,,,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +109,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-05-30 14:29:02.000000,2024-05-30 14:25:12,6531.0,343.0,2187.0,193.0,6593.0,141.0,2041.0,10303.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",317.0,36,True,2024-02-28 06:18:16.000,1.23.0,72.0,nemo-toolkit,,,,['pytorch'],34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-02-28 05:27:18.000,13.0,48965.0,52122.0,,,,,,,,2.0,176839.0,,,,,,,,,,,,,,,,,,, +110,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-05-30 13:58:51.000000,2024-05-30 13:58:51,3046.0,82.0,984.0,89.0,3360.0,330.0,2671.0,5427.0,AI Toolkit for Healthcare Imaging.,189.0,36,True,2024-05-21 08:24:42.000,1.3.1,86.0,monai,conda-forge/monai,,,['pytorch'],2397.0,2300.0,https://pypi.org/project/monai,2024-05-21 04:45:20.000,97.0,145954.0,146781.0,https://anaconda.org/conda-forge/monai,2024-05-21 06:44:33.713,23996.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +111,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-05-29 19:57:38.000000,2024-05-29 16:54:30,10469.0,143.0,1625.0,148.0,2300.0,587.0,1236.0,5196.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",240.0,36,True,2024-04-03 16:21:23.000,2.8.0,857.0,deepchem,conda-forge/deepchem,,,['tensorflow'],385.0,372.0,https://pypi.org/project/deepchem,2024-05-29 19:57:38.000,13.0,24106.0,26374.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,106633.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +112,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-05-30 13:15:51.000000,2024-05-30 12:46:29,956.0,3.0,796.0,88.0,207.0,115.0,663.0,4228.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,36,True,2023-12-31 11:17:16.000,80,72.0,opencv-python,,,,,406327.0,396864.0,https://pypi.org/project/opencv-python,2023-12-31 13:34:00.000,9463.0,14155970.0,14155970.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +113,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-05-29 20:32:05.000000,2024-05-27 16:09:24,2355.0,71.0,205.0,64.0,135.0,70.0,567.0,3861.0,A Grammar of Graphics for Python.,107.0,36,True,2024-05-10 08:15:43.000,0.13.6,27.0,plotnine,conda-forge/plotnine,,,,7976.0,7711.0,https://pypi.org/project/plotnine,2024-05-09 20:44:49.000,265.0,3234117.0,3241840.0,https://anaconda.org/conda-forge/plotnine,2024-05-10 08:18:51.149,363027.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +114,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-05-30 14:37:39.000000,2024-05-29 23:38:35,4424.0,268.0,435.0,36.0,3297.0,550.0,1080.0,2406.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,159.0,36,True,2024-05-14 09:37:23.000,0.43.8,94.0,pyvista,conda-forge/pyvista,,,['jupyter'],3473.0,3001.0,https://pypi.org/project/pyvista,2024-05-14 09:37:23.000,472.0,283396.0,293659.0,https://anaconda.org/conda-forge/pyvista,2024-05-14 14:55:18.741,481921.0,,,,,2.0,796.0,,,,,,,,,,,,,,,,,,, +115,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-05-28 16:59:00.000000,2024-05-10 09:11:35,1542.0,14.0,372.0,47.0,1492.0,175.0,678.0,1538.0,Exploratory analysis of Bayesian models with Python.,158.0,36,True,2024-04-05 08:50:12.000,0.18.0,37.0,arviz,conda-forge/arviz,,,,6877.0,6594.0,https://pypi.org/project/arviz,2024-04-05 08:50:12.000,283.0,2228742.0,2273061.0,https://anaconda.org/conda-forge/arviz,2024-04-08 15:25:03.090,2127244.0,,,,,1.0,136.0,,,,,,,,,,,,,,,,,,, +116,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-05-29 14:38:32.000000,2024-05-29 14:38:32,5860.0,60.0,257.0,37.0,808.0,128.0,403.0,630.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,20238.0,19201.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1037.0,494983.0,510111.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,711018.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +117,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-05-29 13:18:36.000000,2024-03-13 13:24:17,2322.0,1.0,6252.0,420.0,1335.0,1244.0,3044.0,29467.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3285.0,3176.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,109.0,292971.0,294460.0,https://anaconda.org/conda-forge/fairseq,2024-05-17 03:12:57.351,68334.0,,,,,2.0,333.0,,,,,,,,,,,,,,,,,,, +118,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-05-30 09:13:44.000000,2023-09-04 11:42:16,615.0,,2940.0,306.0,248.0,382.0,589.0,22387.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,6728.0,6559.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,169.0,258932.0,498787.0,,,,,,,,1.0,11273186.0,,,,,,,,,,,,,,,,,,, +119,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-05-26 05:54:03.000000,2024-05-20 08:56:40,8907.0,67.0,2994.0,271.0,1249.0,156.0,683.0,18193.0,Best Practices on Recommendation Systems.,131.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,116.0,112.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,27384.0,27391.0,,,,,,,,1.0,494.0,,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +120,ivy,unifyai/ivy,ml-frameworks,,https://github.com/Transpile-AI/ivy,https://github.com/Transpile-AI/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-05-29 14:43:29.000000,2024-05-29 14:38:58,18288.0,447.0,5865.0,71.0,11684.0,1020.0,15935.0,14028.0,The Unified AI Framework.,1472.0,35,True,2023-06-29 19:33:01.167,0.0.0,116.0,ivy,,,,,12.0,,https://pypi.org/project/ivy,2024-03-15 11:49:07.000,12.0,1022.0,1022.0,,,,,,,,2.0,,,Transpile-AI/ivy,,,,,,,,,,,,,,,,, +121,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-05-29 03:01:54.000000,2024-03-25 12:37:43,1333.0,1.0,2213.0,333.0,1589.0,387.0,1859.0,14012.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1179.0,1150.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,29.0,74251.0,74251.0,,,,,,,,2.0,,stable/horovod,,,,,,,,,,,,,,,,,, +122,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,,4403.0,545.0,716.0,402.0,1273.0,13925.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,,,,,5774.0,5756.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,30432.0,30432.0,,,,,,,,2.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-05-02 09:05:39.790000,2023-08-20 17:38:53,890.0,,1142.0,317.0,267.0,56.0,343.0,12799.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,,,,4091.0,3903.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,188.0,1139100.0,1148580.0,https://anaconda.org/conda-forge/python-annoy,2024-05-02 09:05:39.790,417124.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,,2243.0,279.0,3096.0,91.0,2477.0,11701.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4198.0,4073.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,51273.0,53240.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,127906.0,,,,,2.0,63.0,,,,,,,,,,,,,,,,,,, +125,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-05-17 09:36:48.000000,2022-12-08 17:49:19,746.0,,1002.0,134.0,230.0,352.0,272.0,8450.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,,,,59348.0,58208.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1140.0,4698264.0,4699740.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,95986.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +126,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-05-16 20:28:31.000000,2024-05-05 04:04:50,542.0,55.0,2374.0,282.0,154.0,321.0,318.0,8100.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",50.0,35,True,2024-05-05 04:42:09.000,3.10.4,59.0,SpeechRecognition,conda-forge/speechrecognition,,,,513.0,21.0,https://pypi.org/project/SpeechRecognition,2024-05-05 04:36:10.000,492.0,864711.0,868804.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,184191.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,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-05-30 14:44:09.000000,2024-05-30 14:44:08,20368.0,1019.0,509.0,53.0,2979.0,497.0,1015.0,6832.0,"Visualize, create, and debug image and video datasets and model predictions.",125.0,35,True,2024-05-29 19:19:20.000,0.24.0,143.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",601.0,583.0,https://pypi.org/project/fiftyone,2024-05-29 18:57:44.000,18.0,58401.0,58401.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,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-05-30 13:43:21.000000,2024-05-29 21:56:35,32449.0,71.0,1988.0,384.0,6824.0,2755.0,6605.0,6756.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",264.0,35,True,,,152.0,h2o,,,,,67.0,21.0,https://pypi.org/project/h2o,2024-05-13 17:04:43.000,46.0,295167.0,295167.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,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-05-30 09:55:36.000000,2024-05-30 04:01:20,3106.0,147.0,744.0,74.0,3476.0,235.0,821.0,6650.0,"The easiest way to serve AI/ML models in production - Build Model Inference Service, LLM APIs, Multi-model Inference..",200.0,35,True,2024-05-16 09:40:43.000,1.2.16,147.0,bentoml,,,,,1837.0,1814.0,https://pypi.org/project/bentoml,2024-05-16 09:40:43.000,23.0,103923.0,103953.0,,,,,,,,2.0,1615.0,,,,,,,,,,,,,,,,,,, +130,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-05-28 13:55:25.000000,2024-05-15 16:51:14,2891.0,10.0,2225.0,175.0,1149.0,28.0,1421.0,6625.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,35,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],292.0,274.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,18.0,10682.0,10682.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,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-05-30 06:15:18.000000,2024-05-21 22:44:00,3778.0,83.0,813.0,58.0,1577.0,373.0,1243.0,4020.0,"Serve, optimize and scale PyTorch models in production.",195.0,35,True,2024-05-17 03:59:56.000,0.11.0,24.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],681.0,660.0,https://pypi.org/project/torchserve,2024-05-16 18:10:47.000,21.0,52198.0,78848.0,https://anaconda.org/pytorch/torchserve,2024-05-16 18:53:25.751,184407.0,https://hub.docker.com/r/pytorch/torchserve,2024-05-16 18:48:58.030552,25.0,1252438.0,2.0,5723.0,,,,,,,,,,,,,,,,,,, +132,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-05-30 14:11:39.000000,2024-05-27 14:06:00,8514.0,32.0,698.0,100.0,13238.0,52.0,832.0,3724.0,State of the Art Natural Language Processing.,112.0,35,True,2024-04-05 17:44:10.000,5.3.3,141.0,spark-nlp,,,,['spark'],470.0,434.0,https://pypi.org/project/spark-nlp,2024-04-05 16:57:09.000,36.0,4137754.0,4137754.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,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-05-30 10:43:03.000000,2024-05-30 10:43:02,1183.0,3.0,1673.0,150.0,210.0,10.0,690.0,3445.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,35,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],289.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,289.0,5210772.0,5212938.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,97480.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +134,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-05-29 14:04:15.000000,2024-05-29 14:04:15,7383.0,20.0,616.0,116.0,1169.0,348.0,1111.0,3233.0,High-performance interactive 2D/3D data visualization library.,196.0,35,True,2024-03-14 16:50:16.000,0.14.2,38.0,vispy,conda-forge/vispy,,,['jupyter'],1681.0,1532.0,https://pypi.org/project/vispy,2024-03-14 16:13:05.000,146.0,92126.0,103439.0,https://anaconda.org/conda-forge/vispy,2024-05-17 02:25:53.125,497314.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,11.0,,,,,,,,,,,, +135,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-05-14 19:20:12.000000,2024-04-23 07:20:16,5324.0,9.0,274.0,79.0,791.0,20.0,124.0,2801.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,35,True,2024-04-19 11:40:18.000,9.0.0,234.0,thinc,conda-forge/thinc,,,,47802.0,47677.0,https://pypi.org/project/thinc,2024-04-19 11:39:47.000,125.0,10144598.0,10203076.0,https://anaconda.org/conda-forge/thinc,2024-05-11 21:24:32.807,2806967.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,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-05-30 11:34:47.000000,2024-05-14 17:59:27,2308.0,6.0,627.0,73.0,2878.0,221.0,720.0,2402.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",225.0,35,True,2024-04-24 16:19:43.000,2.3.0,34.0,torchaudio,,,,['pytorch'],1054.0,,https://pypi.org/project/torchaudio,2024-04-24 15:48:50.000,1054.0,5089904.0,5089904.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,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-05-30 14:59:50.000000,2024-05-30 14:53:12,4199.0,226.0,545.0,45.0,4544.0,301.0,977.0,2142.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",168.0,35,True,2024-05-06 23:38:06.000,0.36.0,57.0,pennylane,conda-forge/pennylane,,,,1009.0,907.0,https://pypi.org/project/pennylane,2024-05-06 23:38:06.000,102.0,53304.0,55047.0,https://anaconda.org/conda-forge/pennylane,2024-05-07 13:17:23.986,52287.0,,,,,1.0,78.0,,,,,,,,,,,,,,,,,,, +138,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-05-30 13:53:30.000000,2024-05-30 12:30:00,1796.0,107.0,380.0,26.0,1522.0,79.0,748.0,1980.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",241.0,35,True,2024-05-15 11:24:52.000,1.4.0.post0,46.0,metrics,conda-forge/torchmetrics,,,['pytorch'],25357.0,25355.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4500.0,40360.0,https://anaconda.org/conda-forge/torchmetrics,2024-05-16 05:28:17.806,1357520.0,,,,,2.0,5169.0,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +139,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-05-26 07:12:48.000000,2024-05-21 16:16:06,3029.0,61.0,360.0,55.0,1164.0,307.0,957.0,1367.0,Cartopy - a cartographic python library with matplotlib support.,126.0,35,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,5561.0,4972.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,589.0,223407.0,298452.0,https://anaconda.org/conda-forge/cartopy,2024-05-16 22:28:29.744,3602178.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,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-05-30 10:13:44.000000,2024-05-29 08:13:37,1679.0,81.0,168.0,29.0,1579.0,70.0,179.0,1169.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,79.0,35,True,2024-05-16 14:22:44.000,2024.4.0,27.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],10836.0,10794.0,https://pypi.org/project/scikit-learn-intelex,2024-05-13 17:40:51.000,42.0,102764.0,110055.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-04-19 14:33:00.666,269776.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +141,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-05-27 17:23:19.000000,2024-05-27 17:21:31,1555.0,20.0,152.0,41.0,133.0,4.0,643.0,1166.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2024-05-27 17:23:19.000,1.11.0,36.0,agate,conda-forge/agate,,,,3269.0,3224.0,https://pypi.org/project/agate,2024-05-27 17:23:19.000,45.0,7108758.0,7113807.0,https://anaconda.org/conda-forge/agate,2024-04-28 23:29:41.096,181795.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +142,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-05-30 14:50:41.000000,2024-05-30 14:50:18,14882.0,58.0,506.0,50.0,2293.0,394.0,960.0,738.0,Workflows and interfaces for neuroimaging packages.,256.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4542.0,4407.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,135.0,169922.0,183653.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,617919.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,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-05-30 12:11:17.000000,2024-05-30 05:48:46,3356.0,270.0,4248.0,379.0,3943.0,415.0,1205.0,38115.0,"Making large AI models cheaper, faster and more accessible.",185.0,34,True,2024-04-27 11:00:32.000,0.3.7,37.0,,,,,,374.0,374.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,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-05-30 10:13:11.000000,2024-05-29 18:42:23,1522.0,21.0,7248.0,382.0,667.0,487.0,3054.0,29025.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",269.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1819.0,1808.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,11.0,1.0,5849.0,https://anaconda.org/conda-forge/detectron2,2024-05-19 11:29:45.019,269027.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-05-30 03:52:39.000000,2024-05-30 03:52:35,8047.0,347.0,2684.0,295.0,194.0,24.0,1062.0,26475.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-05-28 13:28:18.000,7.7.0,647.0,netron,,,,"['pytorch', 'tensorflow']",91.0,12.0,https://pypi.org/project/netron,2024-05-28 13:28:18.000,79.0,22284.0,148966.0,,,,,,,,1.0,126682.0,,,,,,,,,,,,,,,,,,, +146,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-05-19 03:10:51.802000,2024-03-13 15:16:33,391.0,1.0,4675.0,844.0,268.0,556.0,611.0,25643.0,Library for fast text representation and classification.,68.0,34,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,6240.0,6012.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,228.0,1177642.0,1179499.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,81731.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-05-30 14:02:30.000000,2024-05-30 09:52:14,18367.0,1007.0,2840.0,381.0,5000.0,428.0,3443.0,21683.0,The platform for customizing AI from enterprise data.,826.0,34,False,2024-05-22 11:21:02.000,24.5.4.0,463.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-05-22 11:22:07.000,,17978.0,17978.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,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-05-18 14:08:15.000000,2024-05-18 14:08:15,800.0,9.0,4458.0,440.0,444.0,404.0,1729.0,17894.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,179.0,34,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,110.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,89.0,817233.0,848980.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1173587.0,,,,,1.0,2539.0,,,,,,,,,,,,,,,,,,, +149,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-05-25 21:26:03.000000,2024-05-21 08:39:30,3812.0,34.0,901.0,136.0,174.0,107.0,1009.0,12335.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",96.0,34,True,2024-05-21 09:05:36.000,16.3.1,238.0,ocrmypdf,conda-forge/ocrmypdf,,,,859.0,834.0,https://pypi.org/project/ocrmypdf,2024-05-21 09:05:36.000,25.0,91688.0,93780.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,66538.0,,,,,2.0,3481.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +150,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-05-29 12:42:23.000000,2024-05-23 22:13:49,3851.0,21.0,1163.0,193.0,2856.0,365.0,757.0,10893.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",155.0,34,True,2024-04-08 23:26:12.000,0.10.3,55.0,ludwig,,,,['tensorflow'],259.0,253.0,https://pypi.org/project/ludwig,2024-04-08 23:26:12.000,6.0,4615.0,4615.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,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-03-19 22:44:23.623000,2023-12-09 05:39:53,576.0,,2304.0,218.0,245.0,120.0,417.0,9977.0,A little word cloud generator in Python.,72.0,34,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,514.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,493.0,1952544.0,1963043.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,482960.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,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-05-20 16:44:45.000000,2024-04-22 23:01:37,2591.0,32.0,632.0,99.0,471.0,578.0,1228.0,9004.0,An open source multi-tool for exploring and publishing data.,78.0,34,True,2023-12-22 23:22:42.000,0.64.6,147.0,datasette,conda-forge/datasette,,,,1655.0,1261.0,https://pypi.org/project/datasette,2024-03-13 02:20:24.000,394.0,38588.0,39523.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,34558.0,,,,,2.0,64.0,,,,,,,,,datasette,,,,,,,,,, +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-05-23 16:02:00.000000,2024-05-23 15:30:50,10415.0,7.0,1927.0,350.0,3424.0,134.0,1135.0,8421.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,34,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,40.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,40.0,65138.0,68875.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-04-26 11:19:26.965,160698.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,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-05-29 15:52:13.000000,2024-05-28 06:04:42,2472.0,20.0,986.0,201.0,2303.0,253.0,840.0,8399.0,Deep universal probabilistic programming with Python and PyTorch.,155.0,34,True,2024-02-19 18:03:28.000,1.9.0,35.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],172.0,,https://pypi.org/project/pyro-ppl,2024-02-19 18:03:28.000,172.0,280708.0,285072.0,https://anaconda.org/conda-forge/pyro-ppl,2024-02-20 17:06:11.848,165861.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +155,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-05-30 03:47:21.000000,2024-03-16 17:36:36,1731.0,4.0,1318.0,148.0,231.0,207.0,146.0,8038.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,50.0,34,True,2024-02-09 06:52:05.000,1.1.3,91.0,pyod,conda-forge/pyod,,,,3862.0,3756.0,https://pypi.org/project/pyod,2024-02-09 06:50:32.000,106.0,683371.0,685454.0,https://anaconda.org/conda-forge/pyod,2024-02-09 07:53:55.073,99994.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-05-26 07:26:18.000000,2024-05-26 07:26:18,677.0,8.0,335.0,67.0,110.0,34.0,140.0,8007.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",27.0,34,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,37246.0,35500.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,1746.0,7424748.0,7429797.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,217137.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,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-05-28 06:39:09.000000,2024-04-20 16:29:42,4447.0,104.0,870.0,141.0,485.0,93.0,785.0,7090.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,34,True,2024-04-20 18:58:25.000,1.8.2,25.0,stanza,stanfordnlp/stanza,,,,2968.0,2799.0,https://pypi.org/project/stanza,2024-04-20 18:57:48.000,169.0,289514.0,289662.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7426.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,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-05-29 13:18:13.000000,2024-05-29 13:18:13,1370.0,24.0,860.0,157.0,1716.0,145.0,864.0,7088.0,An open source python library for automated feature engineering.,72.0,34,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1717.0,1644.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,73.0,68938.0,72887.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,185616.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +159,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-05-15 16:59:32.016000,2024-05-14 15:47:55,3273.0,11.0,930.0,138.0,652.0,54.0,1134.0,6751.0,Python library for audio and music analysis.,120.0,34,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1199.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1199.0,2741848.0,2758069.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,746205.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,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-05-29 06:32:59.000000,2024-05-28 08:24:39,2365.0,56.0,635.0,93.0,261.0,456.0,548.0,5327.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",96.0,34,True,2024-05-17 20:17:06.000,1.16.1,163.0,clearml,,allegroai/trains,,,1155.0,1121.0,https://pypi.org/project/clearml,2024-05-21 10:20:23.000,34.0,298926.0,299480.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30241.0,2.0,2508.0,,,,,,,,,,,,,,,,,,, +161,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-03-31 13:12:23.000000,2024-03-31 13:12:23,1645.0,6.0,845.0,118.0,527.0,144.0,341.0,4783.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,106.0,34,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],13709.0,13554.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,155.0,640015.0,646685.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,306836.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,2024-05-29 07:54:56.000000,2024-05-06 14:43:44,12226.0,63.0,1105.0,101.0,1341.0,152.0,752.0,4529.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",135.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,534.0,523.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,24904.0,25764.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,39571.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,2024-05-30 00:14:30.000000,2024-05-29 13:44:04,1701.0,41.0,605.0,60.0,1848.0,153.0,1260.0,4469.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,524.0,34,True,2024-04-01 10:35:11.000,0.5.0.post2,1634.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3013.0,2929.0,https://pypi.org/project/pytorch-ignite,2024-05-30 00:14:30.000,84.0,274145.0,276721.0,https://anaconda.org/pytorch/ignite,2024-04-01 12:32:01.049,182901.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,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-05-17 00:01:43.000000,2024-05-17 00:01:43,1152.0,18.0,596.0,119.0,872.0,309.0,1058.0,4128.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",167.0,34,True,2024-04-22 23:27:42.000,7.2,47.0,coremltools,conda-forge/coremltools,,,,3928.0,3857.0,https://pypi.org/project/coremltools,2024-04-23 00:06:00.000,71.0,340238.0,341703.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,57839.0,,,,,2.0,9665.0,,,,,,,,,,,,,,,,,,, +165,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-05-30 01:05:35.000000,2024-05-30 01:02:25,1291.0,21.0,248.0,36.0,446.0,97.0,220.0,3624.0,Lightning fast forecasting with statistical and econometric models.,41.0,34,True,2024-05-24 17:17:51.000,1.7.5,33.0,statsforecast,conda-forge/statsforecast,,,,957.0,902.0,https://pypi.org/project/statsforecast,2024-05-24 17:17:51.000,55.0,558692.0,561381.0,https://anaconda.org/conda-forge/statsforecast,2024-05-24 22:58:45.044,69920.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +166,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-05-30 11:39:04.000000,2024-04-24 22:56:36,1309.0,9.0,810.0,290.0,1467.0,323.0,516.0,3460.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",155.0,34,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],259.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,259.0,704194.0,704194.0,,,,,,,,2.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,2024-05-30 11:31:34.000000,2024-05-30 10:41:31,1509.0,17.0,363.0,90.0,754.0,139.0,448.0,3226.0,Quickly and accurately render even the largest data.,55.0,34,True,2024-04-23 11:57:48.000,0.16.1,47.0,datashader,conda-forge/datashader,,,,4341.0,4158.0,https://pypi.org/project/datashader,2024-05-23 13:31:47.000,183.0,113631.0,132285.0,https://anaconda.org/conda-forge/datashader,2024-04-23 12:02:45.109,895399.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,2024-05-30 11:14:30.000000,2024-05-29 16:53:39,1882.0,73.0,372.0,53.0,1626.0,71.0,425.0,2972.0,Bayesian optimization in PyTorch.,114.0,34,True,2024-05-01 20:33:09.000,0.11.0,44.0,botorch,conda-forge/botorch,,,['pytorch'],1085.0,1011.0,https://pypi.org/project/botorch,2024-05-01 20:33:09.000,74.0,152989.0,155395.0,https://anaconda.org/conda-forge/botorch,2024-05-01 22:13:21.203,108299.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +169,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-03-15 06:37:00.287000,2021-10-12 13:32:38,1570.0,,545.0,64.0,546.0,322.0,393.0,2726.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,34,False,2024-03-14 18:24:11.000,0.10.1,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,6277.0,5936.0,https://pypi.org/project/scikit-optimize,2024-03-14 18:24:11.000,341.0,770802.0,786817.0,https://anaconda.org/conda-forge/scikit-optimize,2024-03-15 06:37:00.287,720678.0,,,,,1.0,,,,,,,,,2.0,,,,,,,,,,, +170,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-05-30 07:34:55.000000,2024-05-30 02:01:53,3056.0,185.0,294.0,68.0,1788.0,114.0,620.0,2285.0,Adaptive Experimentation Platform.,168.0,34,True,2024-05-02 22:09:25.000,0.4.0,41.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],770.0,722.0,https://pypi.org/project/ax-platform,2024-05-02 22:09:25.000,48.0,95579.0,96152.0,https://anaconda.org/conda-forge/ax-platform,2024-05-03 19:13:18.752,20060.0,,,,,1.0,,,,,,,,,-1.0,,,,,,,,,,, +171,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-05-29 19:43:21.254000,2024-05-29 14:35:15,1040.0,54.0,384.0,59.0,1195.0,356.0,397.0,2224.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,105.0,34,True,2024-05-29 15:10:54.000,1.20.0,64.0,optimum,conda-forge/optimum,,,,2654.0,2518.0,https://pypi.org/project/optimum,2024-05-29 14:30:44.000,136.0,1002241.0,1002838.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,14936.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +172,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-05-29 14:53:10.399000,2024-05-28 18:13:20,553.0,10.0,156.0,42.0,77.0,4.0,129.0,1999.0,a python library for doing approximate and phonetic matching of strings.,31.0,34,True,2024-05-28 18:19:40.000,1.0.4,43.0,jellyfish,conda-forge/jellyfish,,,,9289.0,9048.0,https://pypi.org/project/jellyfish,2024-05-28 18:19:40.000,241.0,3910858.0,3929307.0,https://anaconda.org/conda-forge/jellyfish,2024-05-29 14:53:10.399,867124.0,,,,,2.0,,,,,,,,,2.0,,,,,,,,,,, +173,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-05-28 19:55:55.000000,2024-05-22 05:11:40,4269.0,59.0,1070.0,152.0,1123.0,71.0,657.0,1781.0,Documentation and samples for ArcGIS API for Python.,91.0,34,True,2024-04-23 21:21:11.000,2.3.0,48.0,arcgis,,esridocker/arcgis-api-python-notebook,,,795.0,759.0,https://pypi.org/project/arcgis,2024-05-28 19:55:55.000,36.0,65918.0,66041.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,11358.0,,,,,,,,,,,,,,,,,,, +174,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-05-29 11:38:37.000000,2024-05-29 11:38:37,1186.0,13.0,359.0,67.0,606.0,276.0,354.0,1455.0,A Jupyter - Leaflet.js bridge.,88.0,34,True,2024-05-14 08:14:02.000,0.19.1,83.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],9364.0,9102.0,https://pypi.org/project/ipyleaflet,2024-05-14 07:54:14.000,253.0,142506.0,176760.0,https://anaconda.org/conda-forge/ipyleaflet,2024-05-14 09:17:21.014,1151332.0,,,,,2.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-05-13 13:06:55.933,9.0,10268.0,,,,,,,,,,,, +175,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-03-26 18:33:29.000000,2024-02-11 16:39:29,1856.0,,200.0,32.0,212.0,26.0,399.0,1366.0,The ctypes-based simple ImageMagick binding for Python.,104.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,19187.0,18950.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,237.0,845015.0,846550.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,47397.0,,,,,2.0,46482.0,,,,,,,,,,,,,,,,,,, +176,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-05-30 03:36:02.000000,2024-03-13 00:47:35,874.0,3.0,328.0,44.0,1029.0,168.0,169.0,1201.0,Making text a first-class citizen in TensorFlow.,113.0,34,True,2024-03-11 20:48:59.000,2.16.1,69.0,tensorflow-text,,,,['tensorflow'],7058.0,6855.0,https://pypi.org/project/tensorflow-text,2024-03-11 17:56:47.000,203.0,7221116.0,7221116.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-05-13 19:31:12.000000,2024-04-20 13:16:16,1546.0,7.0,212.0,35.0,687.0,32.0,573.0,1003.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,34,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,31823.0,30294.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,1529.0,8577112.0,8743664.0,https://anaconda.org/conda-forge/pyproj,2024-05-01 02:52:24.565,7661394.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +178,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-05-29 17:04:30.000000,2022-06-10 09:12:18,238.0,,13289.0,1565.0,228.0,767.0,586.0,52063.0,The worlds simplest facial recognition api for Python and the command line.,54.0,33,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],129.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,108.0,195180.0,195669.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,20936.0,,,,,2.0,1231.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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3875.0,662.0,1674.0,143.0,1985.0,24508.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'],445.0,421.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,4632.0,21512.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2735.0,,,,,2.0,1142406.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,2024-05-30 14:46:27.000000,2024-05-30 14:12:20,4573.0,897.0,2670.0,265.0,4083.0,92.0,524.0,24499.0,You like pytorch? You like micrograd? You love tinygrad!.,309.0,33,True,2024-05-28 18:48:47.000,0.9.0,6.0,,,,,['pytorch'],66.0,66.0,,,,,,,,,,,,,1.0,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +181,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-05-20 14:56:42.000000,2023-07-11 13:03:36,1421.0,,3728.0,755.0,1136.0,410.0,588.0,18966.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'],513.0,508.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,4217.0,4217.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +182,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-05-10 14:44:06.000000,2023-10-26 05:31:53,3012.0,,1800.0,284.0,3506.0,387.0,1682.0,13818.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,687.0,649.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,15380.0,15380.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-05-07 09:56:24.000000,2021-07-29 23:17:25,531.0,,1785.0,264.0,116.0,111.0,535.0,11355.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,,,,5839.0,5651.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,188.0,358670.0,361011.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,208378.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +184,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-05-15 17:55:00.000000,2024-02-23 19:03:07,2440.0,,1539.0,287.0,432.0,284.0,638.0,9541.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,33,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2811.0,2774.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,37.0,41753.0,47146.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,253515.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +185,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,,877.0,259.0,148.0,107.0,104.0,9139.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,25489.0,24548.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,941.0,6760097.0,6765790.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,535184.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,4.0,1399.0,302.0,894.0,137.0,759.0,9085.0,AutoML library for deep learning.,143.0,33,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],692.0,679.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18797.0,19030.0,,,,,,,,1.0,18183.0,,,,,,,,,,,,,,,,,,, +187,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-05-29 17:09:34.000000,2024-05-29 17:09:33,938.0,77.0,725.0,285.0,1237.0,319.0,372.0,7699.0,"Build and manage real-life ML, AI, and data science projects with ease!.",89.0,33,True,2024-05-28 09:55:38.000,2.12.0,124.0,metaflow,conda-forge/metaflow,,,,705.0,660.0,https://pypi.org/project/metaflow,2024-05-28 09:55:38.000,45.0,390139.0,393936.0,https://anaconda.org/conda-forge/metaflow,2024-05-28 18:18:22.090,174667.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,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-05-30 14:52:24.000000,2024-05-30 14:31:20,38840.0,437.0,840.0,145.0,9690.0,1095.0,5287.0,7491.0,cuDF - GPU DataFrame Library.,285.0,33,True,2024-05-01 12:29:36.000,24.04.01,50.0,cudf,,,,,72.0,55.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,17.0,3236.0,3236.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,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-05-30 12:11:37.000000,2024-05-27 21:30:10,1202.0,50.0,805.0,61.0,966.0,265.0,1181.0,7413.0,A python library for user-friendly forecasting and anomaly detection on time series.,116.0,33,True,2024-04-17 11:54:28.000,0.29.0,42.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,626.0,620.0,https://pypi.org/project/u8darts,2024-04-17 11:54:28.000,6.0,21749.0,23086.0,https://anaconda.org/conda-forge/u8darts-all,2024-04-18 00:03:59.716,45202.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,583.0,2.0,,,,,,,,,,,,,,,,,,,, +190,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-05-30 09:06:22.000000,2024-05-28 23:47:13,2225.0,115.0,854.0,98.0,2488.0,351.0,975.0,7263.0,Fast and Accurate ML in 3 Lines of Code.,122.0,33,True,2024-05-02 19:07:34.000,0.8.3,1498.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",733.0,710.0,https://pypi.org/project/autogluon,2024-05-30 09:06:22.000,23.0,73586.0,73721.0,,,,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,7849.0,1.0,,,,,,,,,,,,,,,,,,,, +191,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-05-27 10:46:46.000000,2024-04-25 01:14:03,1793.0,25.0,765.0,127.0,278.0,455.0,336.0,7059.0,Uniform Manifold Approximation and Projection.,130.0,33,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,834.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,833.0,1398349.0,1450066.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2430714.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +192,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-05-25 08:44:40.000000,2024-05-25 08:44:40,1420.0,2.0,872.0,218.0,223.0,174.0,233.0,6828.0,Efficiently computes derivatives of numpy code.,56.0,33,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,8549.0,8285.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,264.0,1293593.0,1312257.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,429275.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +193,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-05-30 10:27:29.000000,2024-05-30 09:40:18,2885.0,583.0,1209.0,243.0,8866.0,822.0,1480.0,6107.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, Phi, etc.) on..",100.0,33,True,2023-11-13 02:02:20.000,2.4.0,869.0,bigdl,,,,,58.0,51.0,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,3335.0,3340.0,,,,,,,,2.0,491.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,,, +194,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-05-30 08:10:53.000000,2024-05-30 08:10:16,3156.0,161.0,717.0,143.0,106.0,101.0,333.0,6068.0,Fit interpretable models. Explain blackbox machine learning.,44.0,33,True,2024-04-14 22:32:49.000,0.6.1,49.0,interpret,,,,['jupyter'],729.0,684.0,https://pypi.org/project/interpret,2024-04-14 04:27:31.000,45.0,77380.0,77380.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +195,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,,1366.0,288.0,6588.0,13.0,2031.0,5870.0,A flexible framework of neural networks for deep learning.,325.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3302.0,3244.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,19647.0,19990.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,17524.0,,,,,3.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,2024-05-29 17:05:30.000000,2024-05-28 20:08:34,29931.0,238.0,1572.0,182.0,2114.0,26.0,1592.0,4860.0,"mlpack: a fast, header-only C++ machine learning library.",316.0,33,True,2024-05-28 22:59:10.000,4.4.0,47.0,mlpack,conda-forge/mlpack,,,,2.0,,https://pypi.org/project/mlpack,2024-05-28 22:59:10.000,2.0,2816.0,6759.0,https://anaconda.org/conda-forge/mlpack,2024-05-29 13:49:41.651,185344.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +197,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-05-30 02:52:54.000000,2024-05-29 18:17:16,1091.0,34.0,465.0,245.0,766.0,213.0,334.0,4636.0,Model interpretability and understanding for PyTorch.,111.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2209.0,2096.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,113.0,230881.0,231769.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,25760.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +198,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-05-20 02:14:43.000000,2023-12-03 03:47:34,490.0,,591.0,65.0,218.0,213.0,159.0,4069.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,33,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,6653.0,6531.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,122.0,898552.0,902559.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,164310.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,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-05-16 16:15:58.000000,2024-05-16 16:15:57,1295.0,2.0,2511.0,1967.0,534.0,386.0,1075.0,3974.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,33,True,2024-02-06 19:36:25.000,1.55.0,103.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-04-29 18:34:04.000,48.0,555554.0,555563.0,,,,,,,,2.0,605.0,,,,,,,,,,,,,,,,,,, +200,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-05-30 15:08:18.000000,2024-05-30 08:45:19,3017.0,133.0,313.0,25.0,2818.0,151.0,1770.0,3161.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",89.0,33,True,2024-05-09 15:13:09.000,1.28.0,100.0,rubrix,conda-forge/rubrix,,,,2502.0,2502.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,662.0,1732.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,31039.0,,,,,2.0,,,argilla-io/argilla,,,,,,,,,,,,,,,,, +201,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-05-29 13:52:25.000000,2024-05-27 12:21:01,5187.0,100.0,515.0,19.0,1286.0,1044.0,647.0,2136.0,"This is the development home of the workflow management system Snakemake. For general information, see.",326.0,33,True,2024-05-27 12:22:03.000,8.12.0,338.0,snakemake,bioconda/snakemake,,,,2202.0,1982.0,https://pypi.org/project/snakemake,2024-05-27 12:22:03.000,220.0,43512.0,53801.0,https://anaconda.org/bioconda/snakemake,2024-05-28 12:40:46.200,1059816.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-05-28 19:51:36.901000,2024-05-28 04:59:06,3715.0,30.0,190.0,49.0,1370.0,133.0,722.0,1969.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-05-28 05:22:14.000,0.16.1,61.0,pythran,conda-forge/pythran,,,,2234.0,2215.0,https://pypi.org/project/pythran,2024-05-28 05:22:14.000,19.0,232098.0,243406.0,https://anaconda.org/conda-forge/pythran,2024-05-28 19:51:36.901,497559.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +203,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-05-27 22:30:20.000000,2024-04-15 22:25:34,1519.0,1.0,606.0,57.0,1883.0,88.0,898.0,1680.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,33,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],14967.0,14742.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,1028291.0,1028291.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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-04-20 16:14:16.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,158.0,104.0,218.0,1597.0,Python Geocoder.,73.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,10275.0,10089.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,186.0,601889.0,603529.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,142703.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder +205,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-05-02 22:47:28.000000,2024-05-02 22:47:23,830.0,5.0,320.0,118.0,783.0,217.0,167.0,1473.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",85.0,33,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3863.0,3820.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,43.0,813756.0,813756.0,,,,,,,,2.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-05-29 10:06:39.000000,2024-05-29 10:06:38,2837.0,32.0,247.0,34.0,215.0,44.0,505.0,1249.0,Python interface for igraph.,75.0,33,False,2024-05-07 17:50:45.000,0.11.5,41.0,python-igraph,conda-forge/igraph,,,,4330.0,3957.0,https://pypi.org/project/python-igraph,2024-05-07 17:50:45.000,373.0,224260.0,242500.0,https://anaconda.org/conda-forge/igraph,2024-05-28 10:29:51.775,536273.0,,,,,1.0,562829.0,,,,,,,,,,,,,,,,,,, +207,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-05-29 20:28:04.000000,2024-05-28 21:41:01,3333.0,53.0,236.0,48.0,389.0,73.0,269.0,1036.0,"OpenCL integration for Python, plus shiny features.",96.0,33,True,2024-05-09 02:37:50.000,2024.2.2,98.0,pyopencl,conda-forge/pyopencl,,,,2074.0,1909.0,https://pypi.org/project/pyopencl,2024-05-09 02:37:50.000,165.0,52717.0,74970.0,https://anaconda.org/conda-forge/pyopencl,2024-05-09 12:35:04.365,1045895.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,2024-05-29 15:52:47.000000,2024-05-29 11:55:47,14063.0,296.0,419.0,54.0,2131.0,151.0,781.0,679.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",161.0,33,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1228.0,1110.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,118.0,25560.0,35755.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,448591.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,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-05-30 15:20:36.000000,2024-05-28 12:22:14,2795.0,614.0,1212.0,118.0,3031.0,230.0,910.0,18396.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",108.0,32,True,2024-05-28 12:43:45.000,1.9.4,72.0,,,,,,114.0,114.0,,,,,1065.0,,,,,,,,2.0,39405.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,,4630.0,1005.0,1869.0,362.0,658.0,17150.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,,,,1001.0,991.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3128.0,3305.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7798.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +211,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,,3425.0,464.0,671.0,590.0,672.0,15010.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'],1497.0,1483.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,6634.0,6634.0,,,,,,,,2.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,,1159.0,338.0,1683.0,523.0,1294.0,11160.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,376.0,371.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,16606.0,16734.0,,,,,,,,3.0,9885.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,2024-04-08 20:21:16.000000,2024-04-08 20:21:10,864.0,2.0,1282.0,420.0,87.0,32.0,161.0,9705.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1310.0,1292.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,18.0,22461.0,22994.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,28796.0,,,,,3.0,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +214,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,,2414.0,457.0,261.0,576.0,363.0,9614.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],4922.0,4910.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,12.0,6597.0,6597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +215,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-05-28 17:57:42.805000,2024-05-25 01:05:13,1629.0,70.0,682.0,85.0,747.0,115.0,252.0,8876.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",49.0,32,False,2024-05-24 23:57:29.000,2.6.5,30.0,cleanlab,conda-forge/cleanlab,,,,333.0,317.0,https://pypi.org/project/cleanlab,2024-05-24 23:57:29.000,16.0,32207.0,32824.0,https://anaconda.org/conda-forge/cleanlab,2024-05-28 17:57:42.805,22860.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,2024-05-28 13:08:51.000000,2024-05-13 23:40:34,1154.0,13.0,1254.0,148.0,169.0,265.0,1266.0,8398.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,142.0,32,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],833.0,819.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,6361.0,10334.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,214576.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2024-05-30 10:40:38.000000,2024-05-20 11:03:18,2900.0,5.0,1644.0,88.0,1652.0,213.0,1846.0,8333.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",119.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1211.0,1204.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2276.0,2276.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,2024-05-26 14:55:00.000000,2024-05-26 14:55:00,554.0,4.0,1197.0,168.0,431.0,67.0,472.0,8150.0,Automatic extraction of relevant features from time series:.,94.0,32,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],96.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,75.0,242687.0,270902.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1354337.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7814.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,44672.0,44075.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,597.0,2123283.0,2148719.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1169863.0,,,,,2.0,421.0,,,,,,,,,,,,,,,,,,, +220,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-04-29 22:31:53.000000,2024-03-13 19:58:20,1220.0,2.0,1042.0,124.0,275.0,205.0,447.0,7108.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,32,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,15624.0,15201.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,423.0,2407544.0,2418778.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,763973.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,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-05-21 10:43:16.000000,2024-03-13 09:36:57,2708.0,3.0,1130.0,209.0,1049.0,22.0,615.0,6568.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-03-13 10:57:14.000,1.6.0,63.0,deeppavlov,,,,['tensorflow'],394.0,390.0,https://pypi.org/project/deeppavlov,2024-03-13 10:57:14.000,4.0,10665.0,10665.0,,,,,,,,2.0,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +222,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,,1816.0,197.0,206.0,13.0,1343.0,6300.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1566.0,1548.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,13320.0,13665.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10634.0,,,,,3.0,168.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,2024-05-21 08:03:20.000000,2024-05-17 14:47:16,175.0,21.0,1048.0,199.0,118.0,151.0,308.0,5968.0,Official Kaggle API.,42.0,32,True,2024-05-17 17:24:39.000,1.6.14,72.0,kaggle,conda-forge/kaggle,,,,206.0,21.0,https://pypi.org/project/kaggle,2024-05-17 17:24:39.000,185.0,208098.0,211613.0,https://anaconda.org/conda-forge/kaggle,2024-05-17 23:52:36.218,154685.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,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-04-01 08:16:02.000000,2024-04-01 08:13:40,1215.0,6.0,651.0,63.0,133.0,59.0,437.0,5818.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",41.0,32,True,2024-04-01 08:16:02.000,2.5.0,210.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1561.0,1528.0,https://pypi.org/project/pytorch-metric-learning,2024-04-01 08:03:08.000,33.0,416030.0,416250.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11470.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +225,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-05-18 12:01:53.615000,2024-05-07 13:49:33,2334.0,2.0,1105.0,190.0,235.0,273.0,281.0,5595.0,Distributed Evolutionary Algorithms in Python.,88.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5039.0,4808.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,231.0,212478.0,221368.0,https://anaconda.org/conda-forge/deap,2024-05-18 12:01:53.615,382274.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-05-29 20:01:56.000000,2024-05-29 12:08:48,2179.0,25.0,288.0,43.0,2143.0,345.0,655.0,4865.0,Aim An easy-to-use & supercharged open-source experiment tracker.,64.0,32,True,2024-04-17 17:16:40.000,3.19.3,1007.0,aim,conda-forge/aim,,,,607.0,573.0,https://pypi.org/project/aim,2024-05-23 20:07:50.000,34.0,75414.0,76833.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,48275.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-05-03 19:17:17.000000,2023-11-23 21:41:49,1136.0,,632.0,89.0,270.0,40.0,252.0,4320.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,,,,787.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,787.0,5199501.0,5227810.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1330523.0,,,,,3.0,47.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-05-21 07:56:58.000000,2024-03-15 22:39:59,618.0,4.0,118.0,75.0,71.0,19.0,124.0,3724.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2024-03-15 22:38:56.000,6.2.0,50.0,ftfy,conda-forge/ftfy,,,,20257.0,19760.0,https://pypi.org/project/ftfy,2024-03-15 22:38:56.000,497.0,5002046.0,5009235.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,287596.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,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-05-20 18:12:28.000000,2024-05-03 16:54:19,704.0,4.0,258.0,43.0,825.0,99.0,285.0,2952.0,PyTorch extensions for high performance and large scale training.,75.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],5237.0,5171.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,511676.0,518522.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,205380.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,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-04-01 18:35:40.000000,2024-03-04 19:25:47,1086.0,7.0,384.0,62.0,494.0,210.0,271.0,2835.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'],3866.0,3761.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,105.0,262937.0,263908.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,32075.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,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-05-24 23:42:54.551000,2024-05-24 16:20:11,1005.0,8.0,491.0,56.0,139.0,351.0,168.0,2698.0,A high performance implementation of HDBSCAN clustering.,89.0,32,True,2024-05-24 16:32:20.000,0.8.36,52.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3825.0,3524.0,https://pypi.org/project/hdbscan,2024-05-24 16:32:20.000,301.0,698480.0,743328.0,https://anaconda.org/conda-forge/hdbscan,2024-05-24 23:42:54.551,1928496.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-05-29 11:54:55.000000,2024-05-28 09:19:27,2953.0,18.0,691.0,74.0,869.0,274.0,630.0,2631.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",127.0,32,True,2024-03-08 20:41:28.000,0.1.25,25.0,pgmpy,,,,,1044.0,1001.0,https://pypi.org/project/pgmpy,2024-03-08 20:00:14.000,43.0,52057.0,52064.0,,,,,,,,2.0,344.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-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,1.0,584.0,69.0,481.0,249.0,705.0,2298.0,Survival analysis in Python.,117.0,32,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2644.0,2517.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,127.0,507956.0,514907.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,333691.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-04-04 16:01:23.000000,2024-03-18 20:30:45,1372.0,19.0,320.0,22.0,47.0,35.0,202.0,2247.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,493.0,483.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,77448.0,78563.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,45747.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,2024-05-29 23:50:12.000000,2024-05-29 20:16:19,5646.0,87.0,692.0,88.0,5913.0,228.0,856.0,2083.0,TFX is an end-to-end platform for deploying production ML pipelines.,186.0,32,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,,['tensorflow'],17.0,,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,70301.0,70301.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-04-27 15:12:40.000000,2024-04-27 13:25:47,209.0,15.0,253.0,56.0,76.0,50.0,227.0,1947.0,A Python wrapper for the tesseract-ocr API.,30.0,32,True,2024-04-27 15:12:40.000,2.7.0,21.0,tesserocr,conda-forge/tesserocr,,,,1021.0,987.0,https://pypi.org/project/tesserocr,2024-04-27 15:12:40.000,34.0,67342.0,69916.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,141487.0,,,,,2.0,249.0,,,,,,,,,,,,,,,,,,, +237,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-05-09 19:34:13.000000,2024-04-30 09:39:08,943.0,5.0,224.0,49.0,323.0,181.0,132.0,1849.0,Evaluate: A library for easily evaluating machine learning models and datasets.,126.0,32,True,2024-04-30 09:45:36.000,0.4.2,15.0,evaluate,,,,,9788.0,9453.0,https://pypi.org/project/evaluate,2024-04-30 09:44:17.000,335.0,2819683.0,2819683.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,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-04-19 13:09:14.696000,2024-02-23 02:45:37,1079.0,,227.0,34.0,251.0,57.0,272.0,1534.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,,,,8370.0,8232.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,138.0,2375436.0,2400399.0,https://anaconda.org/conda-forge/pmdarima,2024-04-19 13:09:14.696,1073448.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,2024-05-30 00:04:52.000000,2024-05-29 19:34:32,11497.0,101.0,235.0,55.0,12185.0,232.0,2187.0,944.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-04-10 20:37:13.000,0.2.130,150.0,hail,,,,['spark'],160.0,130.0,https://pypi.org/project/hail,2024-04-10 20:37:13.000,30.0,14804.0,14804.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,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-05-28 19:21:27.000000,2024-05-24 04:39:56,1686.0,12.0,275.0,41.0,1366.0,288.0,363.0,690.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",108.0,32,True,2024-05-01 02:14:32.000,0.37.0,44.0,tensorflow-io,,,,['tensorflow'],60.0,,https://pypi.org/project/tensorflow-io,2024-05-01 02:12:48.000,60.0,3701991.0,3701991.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-05-29 17:59:47.818000,2024-05-28 16:15:52,17148.0,52.0,111.0,27.0,3583.0,521.0,3390.0,493.0,"Keep code, data, containers under control with git and git-annex.",55.0,32,True,2024-04-19 23:11:19.000,1.0.2,114.0,datalad,conda-forge/datalad,,,,493.0,400.0,https://pypi.org/project/datalad,2024-04-19 23:11:19.000,93.0,20282.0,30231.0,https://anaconda.org/conda-forge/datalad,2024-05-29 17:59:47.818,467640.0,,,,,2.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-03-17 08:58:36.000000,2023-07-13 08:50:20,531.0,,2741.0,383.0,120.0,232.0,562.0,25089.0,Deezer source separation library including pretrained models.,19.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],724.0,718.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,13914.0,72894.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,82862.0,,,,,2.0,3159558.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,2024-05-30 07:07:52.000000,2024-05-29 09:44:18,1974.0,17.0,2490.0,285.0,918.0,223.0,683.0,14342.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",127.0,31,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,3515.0,3528.0,,,,,,,,1.0,581.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,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2074.0,184.0,1005.0,574.0,724.0,12556.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,False,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1640.0,1633.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,6543.0,6553.0,,,,,,,,2.0,680.0,,,,,,,,,,,,,,,,,,, +245,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-05-03 20:57:52.000000,2024-02-20 22:38:05,385.0,,2150.0,285.0,98.0,311.0,448.0,8443.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1630.0,1611.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,9778.0,22616.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,7193.0,,,,,2.0,925793.0,,,,,,,,,,,,,,,,,,, +246,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-05-30 13:29:13.000000,2024-05-29 16:43:27,5995.0,57.0,1007.0,118.0,1649.0,104.0,652.0,7636.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-05-23 08:03:19.000,2.10.1,122.0,perspective-python,conda-forge/perspective,,,['jupyter'],151.0,123.0,https://pypi.org/project/perspective-python,2024-05-23 07:42:47.000,22.0,4943.0,22292.0,https://anaconda.org/conda-forge/perspective,2024-05-23 17:36:07.137,629811.0,,,,,2.0,2712.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-05-23 07:42:19.941,6.0,3678.0,,,,,,,,,,,, +247,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-04-23 12:27:20.000000,2024-03-06 05:23:22,360.0,2.0,1504.0,134.0,135.0,13.0,328.0,7568.0,A Python implementation of global optimization with gaussian processes.,44.0,31,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2783.0,2652.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,131.0,544847.0,544848.0,,,,,,,,2.0,147.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +248,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-05-30 08:55:05.943000,2024-05-27 15:27:45,1090.0,4.0,381.0,81.0,533.0,60.0,454.0,5666.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']",1330.0,1250.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,80.0,168844.0,186596.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,781116.0,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +249,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,,1716.0,303.0,294.0,161.0,268.0,5454.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,,,,1023.0,1011.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,12.0,8049.0,8225.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13218.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +250,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,,900.0,127.0,38.0,71.0,145.0,5275.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3439.0,3350.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,89.0,704211.0,704535.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,15567.0,,,,,1.0,,,,,,,,,2.0,,,,,,,,,,, +251,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-05-25 04:44:34.000000,2022-09-24 16:20:26,585.0,,932.0,100.0,227.0,108.0,455.0,4861.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,31,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],3987.0,3888.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,99.0,111281.0,111947.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20676.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,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-05-30 10:33:04.000000,2024-05-20 03:43:37,3875.0,22.0,526.0,85.0,566.0,110.0,480.0,4823.0,Online machine learning in Python.,114.0,31,True,2024-04-23 13:20:18.000,0.21.1,21.0,river,conda-forge/river,,,,543.0,492.0,https://pypi.org/project/river,2024-04-23 10:26:48.000,51.0,37126.0,38731.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,59403.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,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-05-07 13:10:17.000000,2024-04-30 18:31:30,796.0,11.0,383.0,74.0,288.0,60.0,516.0,4585.0,Visualizer for pandas data structures.,30.0,31,True,2024-04-30 18:56:18.000,3.12.0,182.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1157.0,1118.0,https://pypi.org/project/dtale,2024-04-30 18:56:18.000,39.0,58830.0,64797.0,https://anaconda.org/conda-forge/dtale,2024-04-30 19:55:43.333,286430.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1026.0,153.0,115.0,161.0,79.0,4495.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,,,,43667.0,43251.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,416.0,593327.0,596958.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,167051.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,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-05-30 14:31:17.000000,2024-05-29 16:10:11,15440.0,67.0,506.0,69.0,3503.0,880.0,1585.0,3976.0,cuML - RAPIDS Machine Learning Library.,172.0,31,True,2024-04-10 20:54:06.000,24.04.00,38.0,cuml,,,,,13.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,13.0,3100.0,3100.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,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-05-15 19:48:26.000000,2024-04-22 03:28:24,3849.0,16.0,541.0,59.0,893.0,356.0,974.0,3435.0,A highly efficient implementation of Gaussian Processes in PyTorch.,130.0,31,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2264.0,2111.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,153.0,219955.0,223265.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,158892.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,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,185.0,737.0,274.0,669.0,3411.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,274.0,256.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,299340.0,299515.0,,,,,,,,3.0,15990.0,,,,,,,,,,,,,,,,,,, +258,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-05-28 21:49:54.000000,2022-05-31 03:18:45,1556.0,,438.0,94.0,125.0,86.0,348.0,3310.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1201.0,1141.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,217588.0,220266.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,115190.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,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,,606.0,78.0,78.0,72.0,161.0,3187.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,,,,6124.0,6017.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,107.0,1825247.0,1828212.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,246126.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-05-30 01:41:11.000000,2024-05-30 01:40:30,1306.0,22.0,284.0,57.0,226.0,55.0,422.0,3043.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,37.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,783.0,760.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,23.0,233488.0,254403.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,983006.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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-05-22 19:32:05.771000,2024-04-05 20:34:01,476.0,6.0,736.0,119.0,125.0,65.0,370.0,2961.0,"Hidden Markov Models in Python, with scikit-learn like API.",48.0,31,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2619.0,2540.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,79.0,194081.0,199241.0,https://anaconda.org/conda-forge/hmmlearn,2024-05-22 19:32:05.771,227064.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,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-05-22 09:28:20.000000,2024-05-22 09:27:50,979.0,7.0,226.0,39.0,536.0,71.0,175.0,2820.0,JAX-based neural network library.,81.0,31,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,2041.0,1885.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,156.0,275310.0,275748.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,17094.0,,,,,3.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +263,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-04-23 19:51:43.000000,2024-03-20 01:04:29,1637.0,1.0,323.0,60.0,189.0,126.0,195.0,2812.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'],1345.0,1274.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,71.0,360813.0,388843.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1317422.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,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-05-29 13:36:53.000000,2024-05-29 12:43:51,1182.0,23.0,243.0,26.0,1027.0,101.0,423.0,2793.0,A python library for self-supervised learning on images.,40.0,31,True,2024-05-29 13:05:30.000,1.5.5,119.0,lightly,,,,['pytorch'],272.0,259.0,https://pypi.org/project/lightly,2024-05-29 13:06:19.000,13.0,31858.0,31858.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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-04-09 11:39:30.000000,2024-04-09 11:39:30,957.0,4.0,394.0,39.0,150.0,45.0,242.0,2377.0,A library of sklearn compatible categorical variable encoders.,70.0,31,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2034.0,1792.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,242.0,1606932.0,1615293.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,259197.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,356.0,83.0,168.0,216.0,146.0,2328.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6182.0,6042.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,131.0,510386.0,515420.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,198857.0,,,,,2.0,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,803.0,,,,,,,,,,,, +267,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-05-29 21:27:28.000000,2024-05-29 21:27:26,4106.0,227.0,47.0,165.0,535.0,139.0,422.0,1474.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2024-05-29 18:04:54.000,4.3.3,75.0,lets-plot,,,,,92.0,79.0,https://pypi.org/project/lets-plot,2024-05-29 17:30:35.000,13.0,21103.0,21116.0,,,,,,,,2.0,709.0,,,,,,,,,,,,,,,,,,, +268,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-05-02 00:41:56.000000,2024-05-02 00:41:53,947.0,7.0,430.0,87.0,230.0,55.0,241.0,1433.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,,,,2783.0,2395.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,388.0,140572.0,150166.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,335812.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,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-05-29 12:12:28.000000,2024-05-27 22:01:20,1557.0,23.0,166.0,16.0,808.0,116.0,445.0,1297.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,108.0,31,True,2024-03-21 03:35:03.000,0.27.0,60.0,pyjanitor,conda-forge/pyjanitor,,,,644.0,616.0,https://pypi.org/project/pyjanitor,2024-03-21 03:34:57.000,28.0,75275.0,79354.0,https://anaconda.org/conda-forge/pyjanitor,2024-03-21 06:08:00.698,195801.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-05-22 21:11:36.000000,2024-05-17 11:02:01,1129.0,9.0,245.0,45.0,521.0,37.0,183.0,1265.0,ARCH models in Python.,35.0,31,False,2024-04-16 17:35:41.000,7.0.0,47.0,arch,conda-forge/arch-py,,,,1746.0,1655.0,https://pypi.org/project/arch,2024-04-16 17:35:41.000,91.0,492938.0,499450.0,https://anaconda.org/conda-forge/arch-py,2024-05-17 19:52:40.969,306069.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +271,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-05-29 09:50:37.000000,2024-05-20 10:07:03,13424.0,161.0,279.0,34.0,1790.0,463.0,632.0,1023.0,Python package for earth-observing satellite data processing.,153.0,31,False,2024-04-22 16:20:44.000,0.48.0,93.0,satpy,conda-forge/satpy,,,,152.0,127.0,https://pypi.org/project/satpy,2024-02-21 11:29:00.000,25.0,7287.0,11441.0,https://anaconda.org/conda-forge/satpy,2024-04-23 06:53:48.899,195281.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +272,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-04-30 20:12:22.000000,2024-04-30 20:12:21,936.0,5.0,210.0,58.0,101.0,44.0,174.0,982.0,Input pipeline framework.,28.0,31,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,,['tensorflow'],1847.0,1830.0,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,17.0,936390.0,936390.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +273,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-05-30 00:50:50.000000,2024-05-06 11:56:52,685.0,27.0,99.0,24.0,540.0,337.0,421.0,979.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-05-07 03:58:11.000,0.10.0,70.0,hvplot,conda-forge/hvplot,,,,5259.0,5087.0,https://pypi.org/project/hvplot,2024-05-06 12:24:45.000,172.0,232347.0,244609.0,https://anaconda.org/conda-forge/hvplot,2024-05-07 04:39:01.018,576357.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,,102.0,32.0,60.0,71.0,80.0,928.0,Describing statistical models in Python using symbolic formulas.,19.0,31,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,97127.0,96644.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,483.0,14958680.0,15289438.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,10584266.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-04-22 23:18:58.000000,2024-04-22 23:18:58,1950.0,30.0,230.0,18.0,296.0,50.0,268.0,841.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-04-22 16:08:04.000,1.5.0,48.0,salib,conda-forge/salib,,,,1231.0,1115.0,https://pypi.org/project/salib,2024-04-22 16:08:04.000,116.0,169346.0,173004.0,https://anaconda.org/conda-forge/salib,2024-04-22 19:44:20.663,157335.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,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-05-30 14:10:12.000000,2024-05-30 06:02:37,168794.0,3371.0,91.0,51.0,2181.0,87.0,286.0,681.0,TensorFlow ROCm port.,4634.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,4372.0,4372.0,,,,,,,,3.0,21.0,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,, +277,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-05-29 13:48:21.000000,2024-05-28 09:07:31,2065.0,132.0,58.0,18.0,1562.0,23.0,211.0,541.0,The MLOps stack component for experiment tracking.,54.0,31,True,2024-05-15 10:02:27.000,1.10.4,207.0,neptune-client,conda-forge/neptune-client,,,,565.0,488.0,https://pypi.org/project/neptune-client,2024-05-15 10:02:27.000,77.0,521505.0,526586.0,https://anaconda.org/conda-forge/neptune-client,2024-05-15 11:17:51.713,243901.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,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-05-25 03:31:23.000000,2024-05-11 15:04:32,307.0,5.0,2793.0,145.0,47.0,120.0,137.0,18392.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,30,True,2024-05-11 15:05:28.000,1.6.9,189.0,vit-pytorch,,,,['pytorch'],484.0,473.0,https://pypi.org/project/vit-pytorch,2024-05-11 15:05:28.000,11.0,22263.0,22263.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,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,,4300.0,1252.0,557.0,840.0,2543.0,17479.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,30,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,368.0,513.0,,,,,,,,3.0,14547.0,,,,,,,,,,,,,,,,,,, +280,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,,2095.0,283.0,3401.0,51.0,1494.0,10437.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,30,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],26.0,21.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,3024.0,3024.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,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-05-17 03:07:31.985000,2024-04-26 06:29:23,1174.0,6.0,1318.0,100.0,640.0,691.0,521.0,8111.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,127.0,30,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2485.0,2485.0,,,,,5015.0,https://anaconda.org/conda-forge/nvidia-apex,2024-05-17 03:07:31.985,215686.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,187.0,829.0,7434.0,Automated Machine Learning with scikit-learn.,88.0,30,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],605.0,573.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,32.0,17479.0,18084.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,22389.0,,,,,2.0,52.0,,,,,,,,,,,,,,,,,,, +283,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-05-29 17:28:29.000000,2024-05-29 15:31:32,1012.0,23.0,904.0,137.0,701.0,129.0,319.0,6823.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,89.0,30,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,380.0,373.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,47283.0,47794.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,21483.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +284,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,,1383.0,189.0,785.0,44.0,423.0,6089.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'],665.0,658.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1666.0,1834.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7922.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,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-05-27 20:13:37.000000,2024-05-08 23:39:06,618.0,8.0,696.0,108.0,191.0,13.0,345.0,5582.0,Python-tesseract is an optical character recognition (OCR) tool for python.,49.0,30,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,848.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,848.0,2123936.0,2137123.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,606632.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,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-05-26 06:00:36.000000,2024-05-09 21:11:54,613.0,20.0,743.0,83.0,342.0,54.0,331.0,4823.0,Uplift modeling and causal inference with machine learning algorithms.,62.0,30,True,2024-04-19 00:19:00.000,0.15.1,24.0,causalml,,,,,201.0,200.0,https://pypi.org/project/causalml,2024-04-19 00:19:00.000,1.0,52154.0,52154.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,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-05-30 10:06:43.000000,2024-05-29 14:49:37,1466.0,19.0,737.0,74.0,1798.0,313.0,632.0,4371.0,Probabilistic time series modeling in Python.,113.0,30,True,2024-05-27 13:18:31.000,0.15.0,109.0,gluonts,anaconda/gluonts,,,['mxnet'],27.0,,https://pypi.org/project/gluonts,2024-05-27 13:18:31.000,27.0,240391.0,240415.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,766.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-05-23 02:03:20.000000,2023-11-02 13:49:44,662.0,,844.0,150.0,129.0,133.0,104.0,4077.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,,,,3520.0,3431.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,89.0,119420.0,120088.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,26060.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-03-18 02:23:40.000000,2023-12-19 14:36:52,3303.0,,537.0,120.0,371.0,77.0,737.0,3992.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,30,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,344.0,326.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,18.0,68785.0,70531.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,50646.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-05-29 08:58:56.000000,2024-04-08 14:14:18,1091.0,3.0,346.0,58.0,1349.0,130.0,174.0,3864.0,A Python toolbox for performing gradient-free optimization.,55.0,30,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,734.0,688.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,46.0,244045.0,245063.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,48889.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,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-05-21 05:38:23.000000,2024-03-15 01:19:18,1424.0,1.0,459.0,56.0,777.0,44.0,475.0,3683.0,NeuralProphet: A simple forecasting package.,53.0,30,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],449.0,444.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,165813.0,165813.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-05-27 13:55:52.000000,2024-05-20 08:31:13,502.0,18.0,545.0,40.0,527.0,13.0,,3682.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,44.0,30,True,2024-05-20 08:40:32.000,0.11.16,102.0,sahi,conda-forge/sahi,,,,1134.0,1109.0,https://pypi.org/project/sahi,2024-05-20 08:40:32.000,25.0,115681.0,118231.0,https://anaconda.org/conda-forge/sahi,2024-05-21 00:15:11.285,59308.0,,,,,2.0,24871.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,2024-05-21 14:48:48.000000,2024-05-21 13:42:18,3660.0,4.0,462.0,101.0,1049.0,256.0,368.0,3580.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],168.0,55.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,92.0,117846.0,148003.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1305062.0,,,,,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2969.0,,,,,,,,,,,, +294,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-05-27 17:19:38.000000,2023-11-21 21:15:59,435.0,,604.0,77.0,229.0,85.0,406.0,3446.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1368.0,1340.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,28.0,190061.0,204578.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,637526.0,,,,,1.0,786.0,,,,,,,,,,,,,,,,,,, +295,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-04-25 20:54:01.681000,2024-04-24 11:35:19,406.0,3.0,243.0,64.0,53.0,9.0,,3317.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",15.0,30,True,2024-04-24 11:36:32.000,4.6.2,28.0,textdistance,conda-forge/textdistance,,,,6498.0,6405.0,https://pypi.org/project/textdistance,2024-04-24 11:35:57.000,93.0,886590.0,899913.0,https://anaconda.org/conda-forge/textdistance,2024-04-25 20:54:01.681,559034.0,,,,,2.0,1000.0,,,,,,,,,,,,,,,,,,, +296,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-05-06 21:21:33.000000,2024-03-11 00:59:40,984.0,4.0,573.0,97.0,336.0,46.0,718.0,3275.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,30,True,2024-03-11 01:00:49.000,1.0.4,74.0,pomegranate,conda-forge/pomegranate,,,,1153.0,1099.0,https://pypi.org/project/pomegranate,2024-03-11 01:00:49.000,54.0,33283.0,36439.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,151520.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +297,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-05-30 14:22:37.000000,2024-05-24 12:31:11,643.0,74.0,584.0,37.0,878.0,122.0,720.0,3272.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",79.0,30,True,2024-03-27 16:32:44.000,1.0.1,30.0,anomalib,,,,,72.0,69.0,https://pypi.org/project/anomalib,2024-03-27 16:33:12.000,3.0,16606.0,16959.0,,,,,,,,2.0,10243.0,,,,,,,,,,,,,,,,,,, +298,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-05-26 18:22:38.000000,2024-05-26 18:22:07,334.0,1.0,323.0,66.0,76.0,15.0,123.0,3039.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,13288.0,13070.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,218.0,1731634.0,1735744.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,369900.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,2024-05-30 14:08:22.000000,2024-05-29 20:44:03,7801.0,422.0,345.0,81.0,9072.0,121.0,338.0,2889.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",115.0,30,True,2024-05-29 20:46:58.000,0.33.0,541.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-05-29 21:14:14.000,4.0,46702.0,46880.0,,,,,,,,3.0,8016.0,,,,,,,,,,,,,,,,,,, +300,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-31 00:50:11.000000,2024-03-31 00:50:11,2705.0,24.0,366.0,38.0,517.0,53.0,216.0,2786.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,30,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,259.0,253.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,6.0,3361.0,3531.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7511.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,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,12.0,421.0,45.0,365.0,22.0,349.0,2669.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,30,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,598.0,584.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,2436.0,2726.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,13346.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,2024-05-23 09:12:42.000000,2024-05-06 15:17:55,1587.0,44.0,322.0,37.0,339.0,33.0,159.0,2652.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,38.0,30,True,2024-05-06 15:33:09.000,2.5.0,40.0,shapash,,,,['jupyter'],166.0,162.0,https://pypi.org/project/shapash,2024-05-06 15:33:09.000,4.0,6879.0,6879.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,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-05-30 01:19:32.000000,2024-05-30 01:17:33,1149.0,41.0,295.0,33.0,479.0,99.0,373.0,2565.0,Scalable and user friendly neural forecasting algorithms.,45.0,30,True,2024-05-07 16:36:59.000,1.7.2,23.0,neuralforecast,conda-forge/neuralforecast,,,,170.0,154.0,https://pypi.org/project/neuralforecast,2024-05-07 16:36:59.000,16.0,41366.0,41970.0,https://anaconda.org/conda-forge/neuralforecast,2024-05-08 05:29:53.055,15712.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,2024-05-06 22:09:13.000000,2024-04-05 11:33:33,2908.0,28.0,991.0,122.0,516.0,59.0,300.0,2558.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,30,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],109.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,109.0,460350.0,484005.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1017179.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,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-05-29 19:27:30.000000,2024-05-29 19:27:30,898.0,38.0,128.0,21.0,382.0,119.0,240.0,1859.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,52.0,30,True,2024-04-14 13:04:28.000,0.11.4,48.0,equinox,,,,['jax'],695.0,568.0,https://pypi.org/project/equinox,2024-04-14 13:04:28.000,127.0,246346.0,246346.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +306,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-05-09 13:59:01.000000,2024-05-09 13:59:01,451.0,11.0,282.0,60.0,105.0,22.0,100.0,1810.0,ffn - a financial function library for Python.,33.0,30,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,473.0,457.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,16.0,149042.0,149244.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,7487.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-05-27 11:41:58.000000,2024-05-06 18:14:07,2448.0,1.0,437.0,76.0,1266.0,148.0,682.0,1804.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],696.0,659.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,61458.0,61835.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,27157.0,,,,,3.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,2024-04-29 20:57:51.000000,2024-04-29 20:57:51,290.0,5.0,359.0,50.0,78.0,78.0,113.0,1785.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,43.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6185.0,6087.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,98.0,152986.0,154128.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,81127.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-05-28 21:36:35.000000,2024-04-29 07:26:04,1656.0,163.0,96.0,22.0,312.0,35.0,77.0,1775.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",36.0,30,True,2024-04-29 07:26:08.000,2.12.0,114.0,usearch,,unum/usearch,,,98.0,78.0,https://pypi.org/project/usearch,2024-04-29 08:22:26.000,6.0,63019.0,69447.0,,,,https://hub.docker.com/r/unum/usearch,2024-04-29 07:28:41.232497,1.0,75.0,3.0,1266.0,,,usearch,https://www.npmjs.com/package/usearch,2024-04-10 02:44:41.570,14.0,6308.0,,,,,,,,,,,, +310,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-05-17 01:07:41.000000,2024-02-16 16:14:36,365.0,,261.0,48.0,314.0,248.0,184.0,1767.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,30,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],328.0,327.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,461221.0,461221.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +311,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-05-08 21:10:35.000000,2024-05-08 21:10:35,1593.0,3.0,283.0,55.0,139.0,80.0,185.0,1763.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,3011.0,2876.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,135.0,50721.0,59579.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,336635.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,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-05-30 11:34:58.000000,2024-05-29 21:46:13,1820.0,260.0,358.0,28.0,1909.0,257.0,105.0,1752.0,Pytorch domain library for recommendation systems.,234.0,30,True,2024-04-25 01:39:04.000,0.7.0,77.0,torchrec-nightly-cpu,,,,,115.0,115.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,915.0,915.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +313,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-05-03 19:44:08.000000,2024-04-29 13:01:42,1192.0,70.0,181.0,19.0,159.0,48.0,136.0,1719.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,30,True,2024-03-15 11:44:36.000,0.35.0,38.0,audiomentations,,,,,504.0,491.0,https://pypi.org/project/audiomentations,2024-03-15 11:44:36.000,13.0,22086.0,22086.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,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-03-30 17:39:23.000000,2024-03-30 17:39:23,1059.0,8.0,217.0,52.0,204.0,30.0,281.0,1624.0,A full spaCy pipeline and models for scientific/biomedical documents.,33.0,30,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,934.0,903.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,31.0,25595.0,25595.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2024-05-27 05:55:24.000000,2024-05-27 05:55:23,1252.0,6.0,136.0,31.0,111.0,35.0,256.0,1549.0,Statistical package in Python based on Pandas.,45.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,2119.0,2045.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,65641.0,68175.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,119143.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +316,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-04-11 17:54:34.000000,2024-04-11 17:54:34,1875.0,14.0,269.0,45.0,274.0,62.0,198.0,1509.0,TensorLy: Tensor Learning in Python.,67.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,738.0,658.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,80.0,28774.0,33840.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,364756.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,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-05-30 09:45:48.000000,2024-05-30 09:45:47,1477.0,5.0,159.0,31.0,251.0,,,1321.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1723.0,1672.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,51.0,278580.0,279763.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,35494.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,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-05-13 16:50:32.000000,2024-03-15 15:54:00,4210.0,3.0,285.0,80.0,644.0,21.0,609.0,1283.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,30,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,1571.0,1532.0,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,25482.0,37322.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,544649.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +319,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-05-21 06:47:52.000000,2024-05-21 06:47:51,1964.0,22.0,322.0,28.0,2270.0,88.0,227.0,1249.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,30,True,2024-05-20 22:12:33.000,0.35.1,56.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",107.0,101.0,https://pypi.org/project/raiwidgets,2024-05-20 22:07:15.000,6.0,9220.0,9220.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,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-04-05 19:20:06.000000,2024-04-05 18:52:42,3044.0,17.0,269.0,34.0,37.0,1.0,491.0,1214.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,30,True,2024-04-05 19:20:07.000,0.41.3,210.0,ktrain,,,,['tensorflow'],524.0,521.0,https://pypi.org/project/ktrain,2024-04-05 18:57:50.000,3.0,10051.0,10051.0,,,,,,,,3.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,2024-05-21 08:53:03.000000,2024-05-21 08:53:03,10684.0,152.0,228.0,36.0,1477.0,206.0,350.0,1163.0,Computations and statistics on manifolds with geometric structures.,92.0,30,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,110.0,107.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,2725.0,2837.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2596.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +322,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-05-29 19:55:10.000000,2024-05-29 19:55:06,1108.0,44.0,207.0,23.0,142.0,24.0,192.0,1081.0,Survival analysis built on top of scikit-learn.,20.0,30,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],514.0,487.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,27.0,94668.0,97767.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,92980.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,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-04-02 02:34:15.000000,2024-04-02 02:31:39,818.0,7.0,249.0,40.0,509.0,274.0,256.0,884.0,Scalable Machine Learning with Dask.,78.0,30,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1109.0,1020.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,89.0,257217.0,274534.0,https://anaconda.org/conda-forge/dask-ml,2024-03-21 17:55:27.760,831223.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-05-29 11:12:17.000000,2024-05-28 17:02:06,3135.0,84.0,113.0,16.0,283.0,7.0,150.0,764.0,Python bindings for MPI.,26.0,30,True,2024-04-14 10:39:44.000,3.1.6,28.0,mpi4py,conda-forge/mpi4py,,,,681.0,,https://pypi.org/project/mpi4py,2024-04-14 10:34:55.000,681.0,258396.0,317405.0,https://anaconda.org/conda-forge/mpi4py,2024-05-25 09:47:11.574,2515064.0,,,,,2.0,23948.0,,,,,,,,,,,,,,,,,,, +325,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-05-08 17:43:55.000000,2024-05-08 17:43:54,962.0,10.0,166.0,48.0,85.0,37.0,144.0,753.0,Library for exploring and validating machine learning data.,26.0,30,True,2024-04-24 23:26:22.000,1.15.1,46.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",930.0,899.0,https://pypi.org/project/tensorflow-data-validation,2024-04-24 23:54:11.000,31.0,193841.0,193850.0,,,,,,,,3.0,653.0,,,,,,,,,,,,,,,,,,, +326,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-05-02 04:23:06.000000,2024-05-02 04:21:55,1073.0,18.0,173.0,35.0,117.0,27.0,61.0,724.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,,,,413.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,408.0,15238935.0,15325904.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8088194.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,2024-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,,107.0,24.0,53.0,37.0,57.0,479.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,,,,21096.0,20973.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,123.0,1955377.0,1973430.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,776308.0,,,,,2.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-05-23 20:31:05.000000,2020-01-31 13:06:18,347.0,,4819.0,651.0,373.0,498.0,436.0,15434.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,,,,,568.0,565.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,893.0,893.0,,,,,,,,1.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-05-30 05:54:08.000000,2023-04-19 14:13:08,2404.0,,3678.0,607.0,228.0,49.0,,13266.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2135.0,2071.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,64.0,22086.0,22086.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,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-05-27 13:35:39.000000,2024-05-27 13:35:35,2933.0,41.0,2217.0,197.0,446.0,221.0,475.0,9237.0,FinRL: Financial Reinforcement Learning.,113.0,29,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,39.0,39.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,915.0,915.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +331,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,,1840.0,217.0,46.0,96.0,94.0,8966.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,114558.0,115277.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,33825.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,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-05-20 10:08:43.793000,2024-05-19 16:15:59,658.0,6.0,1003.0,146.0,99.0,90.0,309.0,6219.0,A Python scikit for building and analyzing recommender systems.,46.0,29,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,57.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,36.0,97896.0,105903.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,368353.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,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,,1236.0,153.0,951.0,63.0,788.0,5762.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,56045.0,56045.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,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,,1181.0,211.0,92.0,199.0,122.0,5710.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,29,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,476.0,464.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,21922.0,21922.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +335,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-05-28 20:43:36.000000,2024-05-21 15:50:17,1604.0,39.0,819.0,146.0,1516.0,350.0,399.0,4992.0,Simple and Distributed Machine Learning.,118.0,29,True,2024-04-11 00:33:42.000,1.0.4,48.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-04-11 00:33:42.000,5.0,244943.0,244943.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4738.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2948.0,2902.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,210476.0,210483.0,,,,,,,,2.0,372.0,,,,,,,,,,,,,,,,,,, +337,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-05-21 15:37:39.000000,2023-04-30 18:36:20,483.0,,676.0,88.0,207.0,153.0,356.0,4634.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,,,,1481.0,1449.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,414527.0,416885.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,179281.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,445.0,41.0,124.0,67.0,154.0,4332.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,,,,1258.0,1198.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,60.0,119578.0,120148.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,19970.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,69.0,367.0,98.0,460.0,4166.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,29,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,3095.0,3037.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,58.0,30751.0,30929.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,5361.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,,274.0,45.0,50.0,27.0,94.0,3892.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,,,,5526.0,5388.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,138.0,814179.0,820979.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,285610.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,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,,510.0,76.0,38.0,12.0,121.0,3828.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,,,,16474.0,16360.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,114.0,248979.0,417094.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,336230.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +342,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-05-02 05:07:00.000000,2024-04-18 17:19:51,1212.0,31.0,471.0,63.0,733.0,7.0,532.0,3528.0,On-device wake word detection powered by deep learning.,37.0,29,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,43.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,15.0,7949.0,7949.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +343,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,2.0,524.0,113.0,93.0,21.0,101.0,3439.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,,,,2796.0,2769.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,27.0,512722.0,512952.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,8063.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,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-05-21 23:00:48.000000,2024-02-22 12:17:17,1487.0,,246.0,19.0,1746.0,287.0,726.0,3432.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,,,,,385.0,378.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,75161.0,75188.0,,,,,,,,2.0,837.0,,,,,,,,,,,,,,,,,,, +345,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,,384.0,45.0,1085.0,2.0,353.0,3237.0,Accelerated deep learning R&D.,104.0,29,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1160.0,1130.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,12687.0,12687.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,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-05-30 05:55:15.000000,2024-05-22 15:39:19,861.0,45.0,366.0,41.0,938.0,33.0,312.0,3181.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",46.0,29,True,2024-03-04 14:51:09.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",3.0,,https://pypi.org/project/python-doctr,2024-03-04 14:51:09.000,3.0,30610.0,106971.0,,,,,,,,2.0,2978092.0,,,,,,,,,,,,,,,,,,, +347,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,674.0,110.0,72.0,100.0,123.0,2984.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10940.0,10836.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,104.0,63366.0,63366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +348,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,,294.0,33.0,476.0,53.0,30.0,2965.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,29,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1265.0,1181.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,84.0,125046.0,125320.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,10167.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,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-05-24 02:52:36.000000,2024-05-22 12:58:11,1169.0,19.0,388.0,49.0,75.0,149.0,479.0,2951.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,29,True,2024-05-22 13:25:36.000,1.1.7,91.0,mljar-supervised,conda-forge/mljar-supervised,,,,115.0,112.0,https://pypi.org/project/mljar-supervised,2024-05-22 12:58:42.000,3.0,2894.0,3321.0,https://anaconda.org/conda-forge/mljar-supervised,2024-05-22 19:47:51.730,14964.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,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,,424.0,63.0,933.0,325.0,745.0,2906.0,StellarGraph - Machine Learning on Graphs.,37.0,29,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],271.0,260.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,8357.0,8357.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,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-05-29 02:51:02.000000,2024-05-29 02:40:34,3539.0,19.0,334.0,153.0,1177.0,35.0,60.0,2697.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,3788.0,3799.0,,,,,,,,3.0,918.0,,,,,,,,,,,,,,,,,,, +352,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,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'],1566.0,1544.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,77305.0,77305.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,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-03-18 12:42:13.000000,2018-08-19 12:37:47,130.0,,279.0,65.0,60.0,29.0,39.0,2405.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,29,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],5031.0,4947.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,84.0,471663.0,473788.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,174256.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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,68.0,207.0,2348.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,29,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],302.0,295.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,9244.0,9244.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-05-23 00:34:40.000000,2024-05-21 08:57:13,663.0,11.0,247.0,52.0,652.0,146.0,225.0,2313.0,Algorithms for explaining machine learning models.,22.0,29,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,628.0,603.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,16115.0,16115.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,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-05-21 10:49:30.000000,2024-05-21 10:49:30,727.0,11.0,216.0,37.0,537.0,141.0,235.0,2111.0,"Algorithms for outlier, adversarial and drift detection.",23.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,447.0,440.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,35927.0,35927.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +357,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-05-30 10:42:05.000000,2024-05-22 08:40:13,851.0,6.0,392.0,37.0,879.0,170.0,294.0,1823.0,A Python package to assess and improve fairness of machine learning models.,82.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],53.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,50.0,250798.0,251572.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,32542.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,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-05-30 00:05:47.000000,2024-05-19 14:52:17,713.0,2.0,318.0,43.0,367.0,81.0,215.0,1626.0,Training PyTorch models with differential privacy.,79.0,29,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],831.0,799.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,32.0,134016.0,134525.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,14211.0,,,,,2.0,109.0,,,,,,,,,,,,,,,,,,, +359,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,,187.0,34.0,73.0,23.0,52.0,1497.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],3117.0,3087.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,30.0,1346135.0,1346672.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,21501.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,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-04-25 08:57:36.000000,2024-04-25 00:46:12,1435.0,14.0,271.0,73.0,105.0,33.0,55.0,1243.0,Model analysis tools for TensorFlow.,57.0,29,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,23.0,78172.0,78172.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-05-03 21:03:08.000000,2024-01-17 21:03:09,532.0,,411.0,51.0,40.0,16.0,139.0,1225.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2662.0,2624.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,315548.0,316427.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,43113.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,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-04-01 17:38:38.000000,2024-03-25 14:43:57,494.0,1.0,120.0,32.0,128.0,27.0,74.0,892.0,Python bindings and utilities for GeoJSON.,56.0,29,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,17960.0,17306.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,654.0,1711993.0,1765731.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,806070.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +363,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-05-15 15:22:35.000000,2024-05-15 15:22:35,674.0,8.0,104.0,14.0,97.0,71.0,65.0,852.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,29,True,2024-03-29 20:37:40.000,0.5.12,31.0,pynndescent,conda-forge/pynndescent,,,,6661.0,6522.0,https://pypi.org/project/pynndescent,2024-03-29 20:37:40.000,139.0,1460583.0,1500935.0,https://anaconda.org/conda-forge/pynndescent,2024-03-29 21:39:55.734,1856207.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-05-22 06:32:24.000000,2024-05-22 06:30:31,1311.0,9.0,149.0,50.0,57.0,20.0,69.0,831.0,Computer Vision in Python.,35.0,29,True,2024-04-17 11:27:48.000,1.4.15,61.0,mahotas,conda-forge/mahotas,,,,1327.0,1267.0,https://pypi.org/project/mahotas,2024-04-17 11:27:48.000,60.0,14854.0,23657.0,https://anaconda.org/conda-forge/mahotas,2024-05-18 06:10:05.533,413771.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +365,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-05-07 15:53:15.000000,2024-05-01 16:34:13,823.0,14.0,75.0,26.0,385.0,109.0,233.0,571.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-04-05 15:56:28.000,1.12.0,63.0,geoviews,conda-forge/geoviews,,,,1055.0,999.0,https://pypi.org/project/geoviews,2024-04-05 10:57:38.000,56.0,13278.0,18346.0,https://anaconda.org/conda-forge/geoviews,2024-04-05 16:04:19.139,223017.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,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-05-18 15:32:00.000000,2024-04-12 14:18:33,232.0,5.0,58.0,13.0,206.0,13.0,187.0,320.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-04-12 14:20:43.000,3.9.1,72.0,pystan,conda-forge/pystan,,,,9984.0,9827.0,https://pypi.org/project/pystan,2024-04-12 14:20:43.000,157.0,1949084.0,1982008.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2831543.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +367,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-05-06 20:38:27.000000,2024-05-06 20:36:49,342.0,9.0,1365.0,428.0,50.0,102.0,87.0,10395.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2024-05-06 20:38:27.000,4.0.9,47.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-05-06 20:38:27.000,10.0,31633.0,31633.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,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-04-05 19:03:17.000000,2022-11-08 22:11:16,98.0,,1772.0,205.0,73.0,109.0,36.0,10155.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,15.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,13.0,61947.0,61947.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,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-05-02 01:34:04.000000,2023-04-19 16:47:52,581.0,,1146.0,350.0,80.0,49.0,231.0,7934.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,782.0,756.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2289.0,2676.0,,,,,,,,2.0,31350.0,,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +370,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,,909.0,267.0,98.0,82.0,81.0,7331.0,Visualizations for machine learning datasets.,31.0,28,True,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],248.0,240.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,186315.0,186315.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +371,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1330.0,175.0,46.0,78.0,238.0,6844.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'],30.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,9.0,73842.0,73842.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,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,,1368.0,204.0,158.0,44.0,227.0,5496.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'],770.0,764.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1564.0,1564.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +373,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,273.0,438.0,221.0,329.0,4823.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'],319.0,317.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,451.0,451.0,,,,,,,,3.0,22.0,,,,,,,,,,,,,,,,,,, +374,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-03-07 14:59:40.000000,2022-08-06 21:47:18,182.0,,436.0,71.0,61.0,101.0,56.0,4552.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,,,,,1869.0,1862.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,278103.0,278103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +375,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,,988.0,146.0,31.0,51.0,77.0,4275.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,,,,8590.0,8503.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,87.0,213282.0,213652.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,14066.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,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-05-28 14:01:22.000000,2024-04-05 14:20:01,251.0,2.0,917.0,52.0,55.0,69.0,106.0,4230.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,17.0,28,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],1862.0,1832.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,30.0,62531.0,81097.0,,,,,,,,3.0,1002599.0,,,,,,,,,,,,,,,,,,, +377,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-04-13 16:57:34.000000,2024-03-19 16:05:30,525.0,2.0,725.0,176.0,82.0,8.0,280.0,4177.0,A python wrapper for Alpha Vantage API for financial data.,43.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,602.0,569.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,33.0,31770.0,31938.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6739.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,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,137.0,43.0,3975.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'],14353.0,14233.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,234214.0,234214.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,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,,971.0,217.0,408.0,140.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,,,,,1057.0,1045.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2303.0,2303.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +380,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-05-21 06:21:14.000000,2024-03-15 19:57:42,1777.0,12.0,584.0,39.0,831.0,481.0,283.0,3669.0,Time series forecasting with PyTorch.,44.0,28,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,16.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,16.0,51717.0,53017.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,57208.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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-05-20 11:58:19.000000,2024-05-20 11:57:13,1201.0,6.0,413.0,82.0,54.0,62.0,202.0,3401.0,A library of reinforcement learning components and agents.,85.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],204.0,201.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1520.0,1725.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8640.0,,,,,2.0,,,google-deepmind/acme,,,,,,,,,,,,,,,,, +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,,455.0,82.0,245.0,61.0,155.0,3036.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,,,,,187.0,185.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,60944.0,60945.0,,,,,,,,2.0,77.0,,,,,,,,,,,,,,,,,,, +383,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,,330.0,46.0,120.0,66.0,136.0,2857.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1204.0,1180.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,139099.0,140782.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,70704.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,2024-03-20 16:55:01.000000,2024-03-20 16:53:52,2297.0,1.0,722.0,79.0,205.0,191.0,466.0,2745.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'],12.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,12.0,42781.0,42781.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,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-05-29 16:28:21.000000,2024-05-29 16:28:21,3543.0,38.0,522.0,109.0,352.0,388.0,686.0,2720.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,,,,,683.0,663.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,19665.0,19665.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +386,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,8.0,473.0,96.0,43.0,89.0,240.0,2718.0,Learning to Rank in TensorFlow.,34.0,28,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,128003.0,128003.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,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,,255.0,27.0,1132.0,77.0,224.0,2594.0,Database system for AI-powered apps.,73.0,28,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],143.0,143.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1029.0,19780.0,,,,,,,,3.0,412534.0,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +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,2024-05-28 20:50:25.000000,2024-05-21 19:11:35,111.0,21.0,321.0,28.0,305.0,40.0,332.0,2433.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,28,True,2024-05-21 19:16:35.000,0.2.1,19.0,adapter-transformers,,,,['huggingface'],66.0,59.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,99398.0,99398.0,,,,,,,,2.0,,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +389,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-05-26 21:07:37.000000,2024-04-08 19:42:17,436.0,5.0,809.0,90.0,285.0,188.0,102.0,2334.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,28,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,440.0,414.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,26.0,43637.0,43877.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,10602.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,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,,313.0,64.0,14.0,29.0,47.0,2255.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11337.0,11193.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,144.0,415980.0,415980.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +391,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-04-26 00:01:37.000000,2021-07-09 11:06:18,56.0,,497.0,42.0,25.0,66.0,38.0,2136.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,28,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],5323.0,5272.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,80685.0,80919.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,11982.0,,,,,3.0,,,,,,,,,3.0,,,,,,,,,,, +392,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,66.0,63.0,34.0,186.0,2101.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,28,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],50.0,49.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,1.0,1401.0,1401.0,,,,,,,,2.0,,,,,,,,,-2.0,,,,,,,,,,, +393,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-05-28 18:51:20.000000,2024-05-28 18:51:20,2068.0,205.0,127.0,28.0,201.0,17.0,22.0,1887.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-05-23 20:28:44.000,0.5.2,146.0,labml,,,,,161.0,149.0,https://pypi.org/project/labml,2024-05-23 20:28:44.000,12.0,3010.0,3010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +394,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,62.0,19.0,270.0,1880.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,,,,1670.0,1648.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,35022.0,35750.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,32051.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +395,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-05-30 09:46:32.000000,2024-05-28 13:52:12,3901.0,36.0,280.0,27.0,576.0,91.0,712.0,1699.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,78.0,28,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,86.0,83.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,971.0,971.0,,,,,,,,2.0,21.0,,,,,,,,,,,,,,,,,,, +396,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,,376.0,50.0,125.0,41.0,422.0,1677.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,28,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,250.0,237.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,13.0,2423.0,2543.0,,,,,,,,2.0,11855.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +397,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-04-29 18:33:44.000000,2024-04-29 18:20:59,222.0,29.0,197.0,32.0,20.0,1.0,90.0,1648.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,28,True,2024-04-29 18:33:44.000,0.1.904,89.0,autoviz,conda-forge/autoviz,,,,692.0,685.0,https://pypi.org/project/autoviz,2024-04-29 18:33:44.000,7.0,41493.0,43055.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,51571.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,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-05-29 11:59:39.000000,2024-05-29 11:59:39,592.0,23.0,415.0,30.0,51.0,14.0,125.0,1397.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,618.0,594.0,https://pypi.org/project/minisom,2024-02-16 09:47:58.000,24.0,23698.0,23698.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-05-26 01:26:12.000000,2024-05-26 01:26:12,1054.0,32.0,115.0,23.0,116.0,32.0,53.0,1319.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,28,True,2024-05-23 16:06:48.000,1.4.5,48.0,imodels,,,,,81.0,72.0,https://pypi.org/project/imodels,2024-05-23 15:06:31.000,9.0,70273.0,70273.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,328.0,39.0,301.0,27.0,200.0,1236.0,A research toolkit for particle swarm optimization in Python.,45.0,28,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,408.0,386.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,22458.0,22458.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +401,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-05-27 20:32:15.000000,2024-05-26 20:21:46,518.0,28.0,113.0,24.0,367.0,34.0,274.0,1166.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-05-26 20:16:14.000,0.9.0,51.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],157.0,146.0,https://pypi.org/project/scikit-lego,2024-05-25 11:01:56.000,11.0,22083.0,23098.0,https://anaconda.org/conda-forge/scikit-lego,2024-04-17 13:14:18.003,48749.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,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-05-30 14:42:47.000000,2024-05-30 06:05:20,1836.0,269.0,79.0,10.0,570.0,49.0,656.0,1138.0,An open-source container orchestration engine for running AI workloads in any cloud or data center...,25.0,28,True,2024-05-23 11:42:03.000,0.18.2,204.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-05-23 11:42:03.000,,2137.0,2137.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,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,,445.0,42.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'],304.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,304.0,5016637.0,5048029.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2228902.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-05-30 09:35:45.000000,2024-05-30 09:35:45,3195.0,298.0,110.0,11.0,556.0,23.0,108.0,973.0,Time series forecasting with scikit-learn models.,13.0,28,True,2024-05-20 17:06:17.000,0.12.1,27.0,skforecast,,,,['sklearn'],277.0,265.0,https://pypi.org/project/skforecast,2024-05-20 17:02:30.000,12.0,47779.0,47779.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +405,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-05-24 19:05:44.859000,2024-05-24 09:53:21,1356.0,23.0,131.0,25.0,474.0,14.0,134.0,833.0,A Comparative Framework for Multimodal Recommender Systems.,21.0,28,True,2024-05-24 10:07:10.000,2.2.1,58.0,cornac,conda-forge/cornac,,,,232.0,214.0,https://pypi.org/project/cornac,2024-05-24 10:21:42.000,18.0,36103.0,44380.0,https://anaconda.org/conda-forge/cornac,2024-05-24 19:05:44.859,389062.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +406,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-05-12 23:17:26.000000,2024-05-12 22:59:32,3715.0,8.0,324.0,65.0,687.0,37.0,531.0,822.0,The Classical Language Toolkit.,121.0,28,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,,277.0,262.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,1734.0,1734.0,,,,,,,,2.0,64.0,,,,,,,,,,,,,,,,,,, +407,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-05-28 10:12:23.000000,2024-05-28 10:12:22,570.0,1.0,36.0,11.0,71.0,7.0,26.0,213.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,43790.0,43696.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,94.0,9544102.0,9592189.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2115834.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +408,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,,1076.0,235.0,455.0,67.0,265.0,17279.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,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,,40855.0,41269.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,24024.0,3.0,,,,,,,,,,,,,,,,,,,, +409,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-05-29 08:38:46.000000,2024-05-22 05:05:34,2225.0,1.0,2813.0,196.0,3674.0,1200.0,4137.0,12217.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,27,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,671.0,671.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,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-05-30 15:20:41.000000,2024-05-30 15:20:41,961.0,160.0,1014.0,97.0,446.0,247.0,340.0,11347.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",80.0,27,False,2024-05-29 09:02:36.000,2.0.44,100.0,pandas-ai,,,,,3074.0,3074.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,, +411,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,,1500.0,130.0,51.0,155.0,141.0,7781.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'],44.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,43.0,138944.0,217351.0,,,,,,,,2.0,3920377.0,,,,,,,,,,,,,,,,,,, +412,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,,1639.0,459.0,698.0,33.0,441.0,7301.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,2264.0,2287.0,,,,,,,,2.0,2191.0,,,,,,,,,,,,,,,,,,, +413,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,,1351.0,348.0,14.0,42.0,66.0,6350.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1343.0,1336.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,7.0,41072.0,41072.0,,,,,,,,3.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,624.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..",122.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,,1412.0,1412.0,,,,,,,,3.0,8.0,,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +415,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,125.0,64.0,136.0,74.0,5037.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,,,,,771.0,759.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,9539.0,9539.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +416,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-05-24 22:28:37.000000,2024-04-04 13:02:44,6153.0,1.0,527.0,150.0,1906.0,338.0,1332.0,4439.0,ArrayFire: a general purpose GPU library.,90.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,1748.0,1805.0,,,,,,,,2.0,6141.0,,,,,,,,,,,,,,,,,,, +417,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-05-27 11:51:33.000000,2024-05-27 11:51:32,1060.0,14.0,982.0,239.0,217.0,51.0,203.0,4405.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,,,,57.0,56.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,828.0,922.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3493.0,,,,,2.0,,,,,,,,,2.0,,,,,,,,,,, +418,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,553.0,105.0,617.0,95.0,606.0,4218.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],93.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,93.0,541297.0,543045.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,78701.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,283.0,226.0,12.0,356.0,3870.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,695002.0,695416.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,21956.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,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-05-30 01:59:54.000000,2024-04-17 02:40:53,1439.0,31.0,343.0,69.0,1339.0,96.0,84.0,3415.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,27,True,2024-04-09 23:12:45.000,1.1.1,16.0,lit-nlp,conda-forge/lit-nlp,,,,37.0,34.0,https://pypi.org/project/lit-nlp,2024-04-09 23:12:45.000,3.0,3632.0,5288.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,72901.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,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-04-09 15:08:12.000000,2024-04-09 15:08:11,2114.0,6.0,538.0,144.0,239.0,39.0,634.0,3286.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'],451.0,447.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,734.0,734.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +422,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-05-20 17:20:08.000000,2023-09-10 15:15:16,1059.0,,239.0,62.0,114.0,8.0,275.0,3238.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,561.0,548.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,13.0,16261.0,16282.0,,,,,,,,3.0,1336.0,,,,,,,,,,,,,,,,,,, +423,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-01-05 06:03:44.000000,2024-01-02 20:16:48,4161.0,,363.0,83.0,63.0,154.0,189.0,3206.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,,,,478.0,462.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,16.0,4342.0,11980.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,656953.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +424,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-05-28 07:06:37.000000,2024-05-28 07:06:00,1641.0,126.0,635.0,43.0,28.0,2.0,484.0,3050.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'],21.0,21.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,344.0,344.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-04-27 07:02:54.000000,2022-09-28 17:12:28,249.0,,313.0,29.0,321.0,77.0,38.0,2731.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,17.0,27,False,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],953.0,952.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,18986.0,19076.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3002.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,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,,332.0,77.0,55.0,161.0,68.0,2273.0,Multilingual text (NLP) processing toolkit.,26.0,27,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1314.0,1265.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,66819.0,66819.0,,,,,,,,3.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,,255.0,89.0,124.0,33.0,230.0,2181.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,,,,1849.0,1783.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,49383.0,51100.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,144230.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,,317.0,63.0,38.0,97.0,160.0,2170.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'],361.0,355.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,10792.0,10792.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +429,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-05-30 03:08:12.000000,2024-04-30 19:42:51,1502.0,23.0,204.0,50.0,257.0,166.0,158.0,2076.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",42.0,27,True,2024-04-30 21:24:12.000,0.33.8,176.0,graphistry,,,,['jupyter'],6.0,,https://pypi.org/project/graphistry,2024-04-30 21:24:12.000,6.0,4094.0,4094.0,,,,,,,,2.0,,,,,,,,,-3.0,,,,,,,,,,, +430,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,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2138.0,2124.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,100634.0,104939.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,494.0,,,,,3.0,257682.0,,,,,,,,,,,,,,,,,,, +431,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-05-03 16:38:58.000000,2024-04-04 12:44:05,521.0,2.0,401.0,85.0,104.0,79.0,260.0,2055.0,bt - flexible backtesting for Python.,32.0,27,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1614.0,1604.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,10.0,7246.0,7910.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,24600.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +432,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,16.0,160.0,61.0,68.0,65.0,130.0,1805.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,27,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,419.0,417.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,829.0,829.0,,,,,,,,3.0,34.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,1730.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],287.0,282.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1899.0,2464.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,18659.0,,,,,2.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +434,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,33.0,269.0,27.0,187.0,10.0,390.0,1617.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,27,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],182.0,174.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1220.0,1220.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-05-30 14:29:56.000000,2024-05-30 04:44:27,6441.0,131.0,288.0,46.0,2738.0,311.0,1515.0,1602.0,cuGraph - RAPIDS Graph Analytics Library.,115.0,27,True,2024-04-10 21:01:45.000,24.04.00,35.0,cugraph,conda-forge/libcugraph,,,,6.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,242.0,765.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,19353.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1571.0,Distributed Deep learning with Keras & Spark.,27.0,27,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",75.0,75.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,,45888.0,46132.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,13962.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,1478.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,,,,,399.0,397.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,2228.0,2228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,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-05-22 12:17:19.000000,2024-05-22 12:17:17,677.0,4.0,167.0,48.0,162.0,19.0,382.0,1335.0,moDel Agnostic Language for Exploration and eXplanation.,25.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,172.0,165.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,7.0,18920.0,19246.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,13053.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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,346.0,71.0,87.0,27.0,26.0,1233.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,,,,1432.0,1380.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,52.0,27048.0,27407.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26973.0,,,,,2.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-02-25 11:40:08.000000,2024-02-08 16:58:25,2080.0,,249.0,41.0,39.0,68.0,591.0,1147.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,,,,703.0,674.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,29.0,43012.0,44453.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,66089.0,,,,,3.0,524.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,2024-05-28 22:15:13.000000,2024-05-03 23:42:39,1985.0,50.0,364.0,56.0,513.0,156.0,253.0,1131.0,Machine learning on FPGAs using HLS.,60.0,27,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,,931.0,1105.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7676.0,,,,,2.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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,65.0,174.0,928.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'],125.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,81.0,77733.0,86153.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,542013.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2775.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,,174.0,33.0,86.0,88.0,122.0,908.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'],1630.0,1608.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,22.0,81717.0,81717.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +444,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-05-09 07:59:27.000000,2024-05-01 00:09:23,16580.0,11.0,367.0,44.0,1620.0,309.0,2961.0,869.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,22.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,2.0,517.0,572.0,,,,,,,,3.0,6930.0,,,,,,,,,,,,,,,,,,, +445,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-05-30 06:55:01.000000,2024-05-29 19:35:16,605.0,34.0,162.0,32.0,199.0,4.0,100.0,597.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,32.0,27,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],372.0,346.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,26.0,36472.0,36728.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,5898.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,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-04-24 18:16:33.000000,2023-08-23 17:20:54,1241.0,,154.0,19.0,717.0,26.0,208.0,480.0,A package built to support working with spatial data using open source python.,44.0,27,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,343.0,326.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,7582.0,8832.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,76271.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,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,,1203.0,184.0,213.0,25.0,534.0,8917.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,,,,,260.0,,,,,,,,3.0,10419.0,,,,,,,,,,,,,,,,,,, +448,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,,968.0,182.0,328.0,338.0,292.0,5783.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,,,,,126.0,126.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,431.0,479.0,,,,,,,,2.0,3747.0,,,,,,,,,,,,,,,,,,, +449,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,595.0,141.0,31.0,70.0,55.0,5558.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1702.0,1649.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,53.0,1644845.0,1645253.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18786.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,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-04-29 08:04:00.000000,2024-03-08 08:24:03,13775.0,20.0,1536.0,140.0,3584.0,857.0,1107.0,5546.0,An Industrial Grade Federated Learning Framework.,100.0,26,True,2024-03-08 08:32:35.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +451,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-22 00:24:33.000000,2024-03-22 00:17:00,218.0,3.0,295.0,71.0,179.0,24.0,54.0,4909.0,"A data augmentations library for audio, image, text, and video.",34.0,26,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,123.0,119.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2706.0,2706.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,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-04-23 02:12:59.000000,2024-04-23 02:12:59,1138.0,1.0,720.0,60.0,1013.0,167.0,740.0,4127.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'],128.0,125.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,5880.0,5880.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,309.0,85.0,95.0,48.0,32.0,3492.0,Python library that makes it easy for data scientists to create charts.,25.0,26,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,85.0,76.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,9.0,20291.0,20753.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,30534.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,1.0,392.0,161.0,84.0,102.0,101.0,3203.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],23.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,23.0,81182.0,81182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,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,,1019.0,167.0,215.0,43.0,146.0,3125.0,Performance analysis of predictive (alpha) stock factors.,26.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,694.0,689.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1439.0,1717.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20887.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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-03-19 19:20:10.000000,2024-03-18 19:51:35,2374.0,14.0,687.0,159.0,61.0,7.0,756.0,3100.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,26,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,916.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,64993.0,,,,,3.0,4715.0,,,,,,,,,,,,,,,,,,, +457,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,217.0,3649.0,429.0,1111.0,3012.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,,,,,,,,,1634.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,133263.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1512.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +458,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,265.0,53.0,19.0,36.0,97.0,2848.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,,,,2267.0,2238.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,29.0,67473.0,68232.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,29632.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,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,167.0,164.0,113.0,2732.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,,,,57.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,57.0,347907.0,349722.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,152492.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,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,1.0,703.0,180.0,75.0,21.0,565.0,2711.0,Python sync/async framework for Interactive Brokers API.,36.0,26,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,40.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,40.0,32172.0,32880.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,41094.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,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,,217.0,66.0,42.0,16.0,24.0,2685.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,,,,990.0,985.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,69339.0,69608.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14842.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,,443.0,126.0,143.0,192.0,247.0,2611.0,PYthon svg GrAph plotting Library.,77.0,26,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,96.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,96.0,307302.0,309908.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,41711.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +463,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-05-29 19:29:03.000000,2023-07-23 14:42:27,191.0,,467.0,38.0,243.0,52.0,282.0,2519.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,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,36796.0,37028.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6740.0,,,,,2.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-04-10 16:58:39.000000,2024-01-30 18:07:43,695.0,,232.0,35.0,147.0,17.0,144.0,2321.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,,,,,188.0,184.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,4.0,18145.0,18152.0,,,,,,,,3.0,308.0,,,,,,,,,,,,,,,,,,, +465,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,64.0,31.0,60.0,95.0,2239.0,Fast and Easy Infinite Neural Networks in Python.,29.0,26,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,103.0,102.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2606.0,2614.0,,,,,,,,3.0,385.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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,1.0,285.0,56.0,14.0,22.0,79.0,2216.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,563.0,558.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,5.0,12355.0,13458.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,89419.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,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-05-29 19:52:15.000000,2023-06-01 12:18:23,739.0,,315.0,42.0,44.0,99.0,56.0,2152.0,A modular active learning framework for Python.,20.0,26,True,2024-05-29 19:52:15.000,0.62.192,975.0,modAL,,,,['sklearn'],41.0,,https://pypi.org/project/modAL,2024-05-29 19:52:15.000,41.0,272254.0,272254.0,,,,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,, +468,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-05-21 23:50:54.000000,2024-05-21 15:42:46,481.0,2.0,335.0,63.0,155.0,8.0,92.0,2109.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,,,,,670.0,652.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,18.0,41959.0,41959.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +469,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-05-13 22:13:39.000000,2024-05-13 22:13:34,870.0,8.0,446.0,59.0,333.0,113.0,92.0,1883.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'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,20944.0,20946.0,,,,,,,,2.0,155.0,,,,,,,,,,,,,,,,,,, +470,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-05-06 20:43:34.000000,2024-03-31 23:27:50,918.0,26.0,135.0,33.0,441.0,50.0,353.0,1812.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,57.0,56.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,20579.0,20579.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,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-05-06 20:43:34.000000,2024-03-31 23:27:50,918.0,26.0,135.0,33.0,441.0,50.0,353.0,1812.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,57.0,56.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,20579.0,20846.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,7487.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,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,40.0,495.0,172.0,151.0,1759.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,26,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,178.0,170.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,50431.0,50437.0,,,,,,,,3.0,457.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,,160.0,25.0,81.0,43.0,35.0,1719.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,625.0,606.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,151053.0,151823.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,23884.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,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-05-28 16:06:28.000000,2024-05-28 15:55:37,937.0,113.0,262.0,46.0,773.0,76.0,65.0,1632.0,A lightweight library for PyTorch training tools and utilities.,128.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,7326.0,7326.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-05-24 14:31:34.000000,2024-05-17 08:23:43,2830.0,7.0,175.0,26.0,671.0,118.0,446.0,1551.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,26,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,6101.0,6104.0,,,,,,,,2.0,180.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-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,,579.0,107.0,283.0,19.0,300.0,1514.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,26,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,163.0,161.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,8098.0,8150.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4492.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,2024-05-27 12:25:38.000000,2024-05-27 12:25:37,1035.0,4.0,177.0,17.0,72.0,28.0,345.0,1484.0,PyTorch Extension Library of Optimized Scatter Operations.,30.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],128.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,128.0,35764.0,42067.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-05-19 03:08:50.610,296260.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +478,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-04-30 13:26:27.000000,2023-06-07 07:35:59,3033.0,,119.0,36.0,337.0,11.0,187.0,1434.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,323.0,301.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,22.0,41136.0,41136.0,,,,,,,,3.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-05-23 06:44:53.000000,2024-05-23 06:44:52,691.0,7.0,155.0,22.0,126.0,4.0,128.0,1383.0,"Extensible, parallel implementations of t-SNE.",12.0,26,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,844.0,801.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,43.0,33189.0,38849.0,https://anaconda.org/conda-forge/opentsne,2024-05-19 08:28:58.978,254709.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,231.0,46.0,184.0,53.0,120.0,1382.0,Metric learning algorithms in Python.,22.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],385.0,378.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,16295.0,16549.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11715.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,330.0,51.0,43.0,96.0,112.0,1345.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'],487.0,479.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,46931.0,75925.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,314.0,,,,,3.0,1275440.0,,,,,,,,,,,,,,,,,,, +482,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,270.0,76.0,481.0,49.0,198.0,1331.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,1055.0,1044.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,11.0,16048.0,16124.0,,,,,,,,3.0,6442.0,,,,,,,,,,,,,,,,,,, +483,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,197.0,43.0,257.0,66.0,212.0,1251.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,448.0,421.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,1827.0,1827.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,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,,174.0,26.0,36.0,1.0,116.0,1238.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1616.0,1595.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,57834.0,57834.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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,144.0,35.0,214.0,117.0,152.0,1222.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,,,,520.0,465.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,55.0,24888.0,35723.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,866807.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-04-16 18:02:40.000000,2024-04-16 18:02:40,396.0,2.0,177.0,26.0,32.0,4.0,129.0,1207.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,26,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],552.0,536.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,16.0,118164.0,118507.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,18557.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,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-05-24 12:07:23.000000,2024-05-24 12:07:18,209.0,1.0,83.0,34.0,110.0,7.0,18.0,1196.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],241.0,230.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,2328428.0,2328428.0,,,,,,,,3.0,,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +488,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,113.0,21.0,103.0,43.0,74.0,1141.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2703.0,2664.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,39.0,280029.0,280841.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,36578.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,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-05-30 01:51:27.000000,2024-05-30 00:16:47,2380.0,254.0,88.0,19.0,923.0,86.0,214.0,1087.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,84.0,metricflow,,,,,27.0,23.0,https://pypi.org/project/metricflow,2024-04-04 05:32:07.000,4.0,21062.0,21062.0,,,,,,,,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +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-03-29 13:25:52.761000,2024-03-27 08:01:51,780.0,3.0,63.0,13.0,127.0,46.0,115.0,963.0,Visualize large time series data with plotly.py.,12.0,26,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1144.0,1122.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,22.0,407730.0,409244.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,42411.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,,236.0,61.0,246.0,22.0,367.0,960.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,,,,588.0,557.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,31.0,19842.0,20534.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,29693.0,,,,,3.0,269.0,,,,,,,,,,,,,,,,,,, +492,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-04-26 20:02:09.000000,2024-04-26 20:02:08,844.0,7.0,133.0,29.0,89.0,40.0,75.0,602.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2024-04-23 05:17:11.000,1.15.0,43.0,ml-metadata,,,,,490.0,459.0,https://pypi.org/project/ml-metadata,2024-04-23 05:17:11.000,31.0,83580.0,83615.0,,,,,,,,3.0,2213.0,,,,,,,,,,,,,,,,,,, +493,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-05-21 08:01:17.000000,2024-05-15 12:32:23,5658.0,61.0,92.0,15.0,757.0,16.0,438.0,429.0,Lightwood is Legos for Machine Learning.,46.0,26,False,2024-05-15 13:29:47.000,24.5.2.0,204.0,lightwood,,,,['pytorch'],64.0,62.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,8952.0,8952.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +494,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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,425.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7731.0,7601.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,130.0,221417.0,222237.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40220.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +495,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-05-29 22:36:19.000000,2024-05-29 19:01:08,2793.0,254.0,59.0,8.0,267.0,41.0,90.0,258.0,Python recommendation toolkit.,14.0,26,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,108.0,102.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1620.0,2273.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,27467.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,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-05-16 01:29:54.000000,2024-05-16 01:29:48,1619.0,1.0,808.0,146.0,1564.0,114.0,125.0,7973.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,156.0,155.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3428.0,3428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,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-04-26 02:38:27.000000,2023-11-19 13:26:15,334.0,,954.0,45.0,34.0,65.0,112.0,5002.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],208.0,199.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,3434.0,3434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,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-04-27 19:15:19.000000,2023-04-28 16:55:30,521.0,,444.0,62.0,93.0,36.0,88.0,4989.0,Finding duplicate images made easy!.,15.0,25,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],125.0,120.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,17844.0,17844.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,2024-05-30 12:17:50.000000,2024-05-28 18:19:17,3570.0,109.0,605.0,93.0,3929.0,215.0,1377.0,4945.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,92.0,25,True,2024-05-29 09:42:13.000,1.38.0,79.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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,430.0,42.0,52.0,88.0,174.0,4193.0,An Open-Source Framework for Prompt-Learning.,22.0,25,True,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,126.0,123.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,1125.0,1125.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,,512.0,135.0,649.0,65.0,198.0,3871.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,2437.0,2437.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2024-05-26 13:12:31.000000,2024-05-23 08:03:04,2779.0,70.0,1208.0,136.0,1075.0,52.0,75.0,3314.0,a distributed deep learning platform.,91.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,68.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,747.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6563.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,2024-05-28 18:32:51.000000,2024-05-28 18:32:51,467.0,4.0,271.0,50.0,460.0,59.0,257.0,3308.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,4.0,5237.0,6307.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,40313.0,,,,,3.0,502.0,,,,,,,,,,,,,,,,,,, +504,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-05-30 08:12:07.000000,2024-03-30 09:25:51,4343.0,13.0,585.0,40.0,1003.0,251.0,692.0,3214.0,"A unified, comprehensive and efficient recommendation library.",71.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,3459.0,3574.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4839.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,2024-05-23 12:40:02.000000,2024-05-23 12:40:02,514.0,6.0,811.0,62.0,640.0,133.0,399.0,3206.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'],126.0,125.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,888.0,888.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,,246.0,29.0,2015.0,3.0,652.0,3029.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,16415.0,16506.0,,,,,,,,3.0,2645.0,,,,,,,,,,,,,,,,,,, +507,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,,663.0,73.0,25.0,117.0,101.0,2977.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'],2925.0,2924.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1572.0,1572.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,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,,471.0,97.0,49.0,59.0,253.0,2823.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,,,,724.0,703.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,3665.0,3989.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15919.0,,,,,3.0,1007.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,2024-04-22 23:07:16.000000,2023-06-30 21:16:10,470.0,,322.0,64.0,317.0,48.0,124.0,2800.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'],55.0,54.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1604.0,1934.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,15510.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,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-05-21 12:48:00.000000,2024-05-06 14:20:38,944.0,6.0,173.0,20.0,78.0,95.0,174.0,2770.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,25,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,46.0,45.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1441.0,1441.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,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,229.0,50.0,481.0,45.0,70.0,2732.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,,,,,230.0,227.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,28989.0,28990.0,,,,,,,,3.0,70.0,,,,,,,,,,,,,,,,,,, +512,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-04-15 21:12:13.000000,2023-07-01 21:40:58,1936.0,,352.0,40.0,89.0,28.0,158.0,2519.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,1706.0,1706.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +513,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,2456.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,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-05-22 17:55:04.000000,2024-05-22 17:55:04,542.0,10.0,211.0,42.0,129.0,61.0,127.0,2200.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,28.0,25,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,4.0,4.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,2073.0,2073.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,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-05-21 22:55:07.000000,2024-02-10 10:17:50,226.0,,252.0,48.0,95.0,21.0,115.0,2166.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",116.0,112.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2230.0,2230.0,,,,,,,,3.0,,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,85.0,41.0,47.0,14.0,75.0,2098.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,62.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,62.0,41394.0,41394.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,,239.0,71.0,21.0,93.0,66.0,2094.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,,,,,271.0,267.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,114894.0,114894.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,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,,302.0,57.0,1313.0,233.0,810.0,1822.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'],107.0,103.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,712.0,712.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,2024-05-27 06:51:43.605000,2022-12-07 10:32:49,237.0,,302.0,1.0,1.0,1.0,,1766.0,Feature engineering package with sklearn like functionality.,38.0,25,False,2024-05-26 13:28:07.000,1.8.0,40.0,feature_engine,conda-forge/feature_engine,,,,151.0,,https://pypi.org/project/feature_engine,2024-05-26 13:28:07.000,151.0,129429.0,130508.0,https://anaconda.org/conda-forge/feature_engine,2024-05-27 06:51:43.605,48593.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,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,49.0,49.0,23.0,91.0,1604.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,,,,388.0,375.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,1995.0,4027.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,38564.0,,,,,3.0,65601.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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,206.0,44.0,12.0,4.0,51.0,1564.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],234.0,232.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,183217.0,183217.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +522,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,379.0,56.0,155.0,1560.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,25,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],57.0,56.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,808.0,808.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +523,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,,266.0,50.0,87.0,22.0,191.0,1548.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],589.0,572.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,17.0,6899.0,7046.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,6952.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +524,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,7.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'],1481.0,1468.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,14186.0,14186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,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,109.0,1247.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,,,,,1059.0,1048.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,10234.0,10234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-05-27 01:44:47.000000,2024-05-02 01:45:39,808.0,8.0,117.0,31.0,412.0,71.0,325.0,1027.0,BAyesian Model-Building Interface (Bambi) in Python.,37.0,25,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,133.0,123.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,10.0,21278.0,22044.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,31407.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,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-05-16 20:20:11.437000,2024-05-16 13:11:43,2072.0,1.0,215.0,41.0,593.0,85.0,433.0,1023.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2024-05-16 14:21:22.000,2.1.0,48.0,smac,conda-forge/smac,,,,33.0,,https://pypi.org/project/smac,2024-05-16 14:21:22.000,33.0,37434.0,37963.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,20122.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +528,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,48.0,61.0,1.0,68.0,977.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],453.0,450.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,17174.0,17174.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,256.0,43.0,72.0,103.0,188.0,917.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,550.0,513.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,6398.0,6398.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +530,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,76.0,13.0,48.0,22.0,53.0,738.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,25,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,2147.0,2118.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,589075.0,589256.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5618.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-05-29 14:29:26.000000,2024-05-28 19:37:24,554.0,32.0,101.0,24.0,98.0,15.0,106.0,672.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",26.0,25,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,103.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,103.0,29057.0,29057.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,,103.0,15.0,193.0,117.0,136.0,670.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,617.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,617.0,3152028.0,3152179.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,18631.0,,,,,,,,,,,,,,,,,,, +533,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-05-15 16:08:44.000000,2024-05-13 16:47:27,911.0,8.0,108.0,43.0,113.0,56.0,46.0,640.0,Bias Auditing & Fair ML Toolkit.,21.0,25,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,163.0,156.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,32205.0,32205.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-04-28 16:46:16.622000,2024-04-28 11:15:50,477.0,5.0,50.0,8.0,59.0,174.0,240.0,600.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,,,,797.0,724.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,73.0,44762.0,46753.0,https://anaconda.org/conda-forge/pyvips,2024-04-28 16:46:16.622,85655.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,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-04-10 07:37:43.190000,2022-01-15 18:08:37,1718.0,,67.0,15.0,13.0,35.0,7.0,542.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,,,,225.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,225.0,491052.0,498165.0,https://anaconda.org/conda-forge/whoosh,2024-04-10 07:37:43.190,256086.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,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,,85.0,13.0,31.0,7.0,49.0,372.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,446.0,403.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,43.0,133876.0,135506.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,71757.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,2024-05-21 10:43:30.000000,2024-05-21 10:37:24,549.0,18.0,56.0,40.0,300.0,20.0,60.0,301.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-05-21 10:43:30.000,1.4.0,78.0,gokart,,,,,85.0,77.0,https://pypi.org/project/gokart,2024-05-21 10:43:30.000,8.0,2834.0,2834.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,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,,800.0,168.0,1588.0,145.0,74.0,6350.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,77.0,82.0,,,,,,,,3.0,358.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-05-25 03:02:04.000000,2024-05-25 02:46:48,1097.0,2.0,924.0,114.0,675.0,146.0,542.0,5425.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,118.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,260.0,260.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,4946.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'],1129.0,1113.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,614.0,626.0,,,,,,,,3.0,911.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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,1007.0,92.0,63.0,255.0,270.0,4630.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,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,26208.0,26208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,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,101.0,35.0,107.0,113.0,4526.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,24,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],130.0,125.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5448.0,5451.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,235.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,,725.0,62.0,247.0,129.0,824.0,4065.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,5566.0,5566.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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,177.0,385.0,33.0,430.0,3822.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,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,1.0,443.0,89.0,78.0,67.0,137.0,3354.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,591524.0,591526.0,,,,,,,,2.0,181.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,110.0,73.0,193.0,117.0,3077.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,,,,,142.0,130.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,817.0,879.0,,,,,,,,3.0,4589.0,,,,,,,,,,,,,,,,,,, +547,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-03-13 21:11:32.000000,2024-03-13 21:09:44,767.0,1.0,362.0,91.0,548.0,144.0,92.0,2742.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,39012.0,39012.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,,137.0,28.0,200.0,20.0,73.0,2706.0,HiPlot makes understanding high dimensional data easy.,9.0,24,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,435.0,409.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,19611.0,23261.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,186178.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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,,318.0,92.0,2157.0,206.0,982.0,2679.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,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,15322.0,15322.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,,336.0,31.0,695.0,43.0,151.0,2537.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,99.0,95.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,723.0,723.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,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,,645.0,89.0,29.0,25.0,52.0,2340.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,,,,,658.0,606.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,52.0,33731.0,33731.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,2203.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],704.0,685.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,5639.0,5639.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2024-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,6.0,236.0,38.0,38.0,13.0,114.0,2093.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,,,,243.0,237.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,4141.0,4651.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,23462.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +554,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,,669.0,82.0,48.0,24.0,64.0,2064.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,520.0,508.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,8132.0,8132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,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,1988.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],350.0,342.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1274.0,1453.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,7183.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,2024-05-13 12:34:46.000000,2023-12-04 14:09:45,571.0,,134.0,57.0,452.0,68.0,102.0,1847.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,112.0,102.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,3593.0,3593.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,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,,121.0,28.0,31.0,63.0,50.0,1574.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'],462.0,455.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,132855.0,132855.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-05-23 23:41:29.000000,2024-05-23 23:38:04,354.0,9.0,269.0,43.0,254.0,77.0,195.0,1474.0,A framework for Privacy Preserving Machine Learning.,36.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],37.0,36.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,308.0,308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,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-05-27 20:19:18.000000,2022-05-22 23:59:48,1219.0,,162.0,33.0,23.0,42.0,34.0,1273.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],61.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,797.0,797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,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,35.0,68.0,57.0,206.0,1231.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,24,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],128.0,126.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,901.0,905.0,,,,,,,,3.0,101.0,,,,,,,,,,,,,,,,,,, +561,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,205.0,54.0,460.0,143.0,293.0,1192.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],75.0,66.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,572.0,572.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-05-05 07:26:14.000000,2024-05-05 07:26:07,87.0,9.0,227.0,20.0,20.0,5.0,87.0,1186.0,Implementation of the node2vec algorithm.,15.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,647.0,620.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,27.0,27764.0,28157.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,28310.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +563,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,72.0,415.0,75.0,147.0,1155.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,,,,,172.0,167.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,800.0,800.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,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,,114.0,12.0,23.0,18.0,15.0,1088.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5735.0,5319.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,416.0,401168.0,401168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,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,48.0,112.0,53.0,170.0,974.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,320.0,297.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,929.0,929.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,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-05-19 05:55:47.946000,2024-04-29 15:05:22,732.0,3.0,144.0,16.0,105.0,30.0,241.0,965.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'],103.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,103.0,24558.0,30832.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-05-19 05:55:47.946,294889.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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,34.0,69.0,876.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,24,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],628.0,616.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,23745.0,23745.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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-05-21 08:03:11.000000,2024-05-14 09:36:49,344.0,15.0,134.0,19.0,82.0,3.0,66.0,870.0,An intuitive library to extract features from time series.,20.0,24,True,2024-03-27 17:12:39.000,0.1.7,11.0,tsfel,,,,,130.0,127.0,https://pypi.org/project/tsfel,2024-03-27 16:06:38.000,3.0,23242.0,23242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,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-05-16 09:24:43.000000,2024-05-16 09:24:42,249.0,4.0,110.0,15.0,44.0,35.0,27.0,859.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,617.0,602.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,30593.0,42390.0,,,,,,,,3.0,495484.0,,,,,,,,,,,,,,,,,,, +570,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-05-28 00:06:54.000000,2024-05-28 00:06:51,238.0,16.0,83.0,18.0,160.0,24.0,89.0,840.0,Bayesian active learning library for research and industrial usecases.,23.0,24,True,2024-04-04 17:31:05.000,1.9.2,20.0,baal,conda-forge/baal,,,,57.0,56.0,https://pypi.org/project/baal,2024-04-04 17:29:59.000,1.0,4580.0,4790.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,8416.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,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,34.0,25.0,34.0,236.0,742.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,,,,,177.0,173.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,5543.0,5543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,2.0,155.0,17.0,72.0,35.0,108.0,704.0,Ternary plotting library for python with matplotlib.,27.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,202.0,172.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,30.0,36015.0,36856.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,81673.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +573,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,132.0,91.0,42.0,67.0,655.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'],204.0,194.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,10.0,15117.0,15117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,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-05-29 21:47:06.000000,2024-05-29 21:47:06,874.0,17.0,84.0,10.0,738.0,92.0,440.0,614.0,Automated modeling and machine learning framework FEDOT.,33.0,24,True,2024-05-03 16:06:47.000,0.7.3.2,22.0,fedot,,,,,51.0,46.0,https://pypi.org/project/fedot,2024-05-03 15:56:33.000,5.0,1362.0,1362.0,,,,,,,,3.0,,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +575,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-05-17 21:25:45.000000,2024-05-07 09:33:03,327.0,5.0,91.0,19.0,118.0,36.0,80.0,584.0,pyspark methods to enhance developer productivity.,28.0,24,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],7.0,,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,759470.0,759470.0,,,,,,,,3.0,23.0,,,,,,,,-3.0,,,,,,,,,,, +576,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-03-09 00:32:37.185000,2024-03-08 20:01:01,3751.0,7.0,69.0,47.0,355.0,21.0,395.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,24,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],44.0,42.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,380.0,856.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,14287.0,,,,,3.0,13.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-04-09 13:42:05.705000,2024-04-03 15:41:01,407.0,9.0,134.0,20.0,46.0,3.0,84.0,551.0,Medical image processing in Python.,20.0,24,False,2024-04-03 15:53:56.000,0.5.1,9.0,MedPy,conda-forge/medpy,,,,1982.0,1934.0,https://pypi.org/project/MedPy,2024-04-03 15:53:56.000,48.0,18716.0,19566.0,https://anaconda.org/conda-forge/medpy,2024-04-09 13:42:05.705,29778.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,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,9.0,17.0,11.0,12.0,508.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'],4584.0,4485.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,99.0,2604574.0,2614079.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,903028.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,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,,83.0,29.0,318.0,75.0,27.0,368.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],407.0,400.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,45799.0,45799.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,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-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,,39.0,5.0,15.0,6.0,48.0,324.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,24,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],758.0,712.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,46.0,86689.0,108381.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,932793.0,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +581,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-05-12 10:24:37.000000,2023-02-15 20:15:59,196.0,,545.0,82.0,38.0,59.0,26.0,10907.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,23,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,48.0,48.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,884.0,974.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2543.0,,,,,3.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,,1379.0,261.0,69.0,115.0,136.0,6332.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,,89.0,89.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-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,,740.0,104.0,588.0,107.0,345.0,5943.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,41846.0,41846.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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-03-28 17:33:46.000000,2023-01-15 11:37:16,279.0,,940.0,110.0,101.0,148.0,352.0,4923.0,Backtest trading strategies in Python.,19.0,23,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,4.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,4.0,16639.0,16639.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,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-05-22 08:48:09.000000,2024-03-11 13:23:01,3347.0,3.0,820.0,230.0,111.0,57.0,621.0,4886.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,23,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,21.0,,,,,,,,3.0,1506.0,,,,,,,,,,,,,,,,,,, +586,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,,1370.0,351.0,59.0,51.0,,4309.0,Python Algorithmic Trading Library.,11.0,23,False,,,8.0,pyalgotrade,,,,,184.0,184.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,517.0,517.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,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-05-15 07:21:55.000000,2024-05-15 07:15:09,1598.0,6.0,514.0,150.0,609.0,86.0,75.0,3530.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,23,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,,25.0,25.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,532.0,173.0,50.0,67.0,49.0,3473.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],60.0,58.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,93.0,93.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-05-19 22:21:30.000000,2024-05-19 22:15:20,687.0,3.0,489.0,214.0,16.0,24.0,4.0,3369.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,23,True,2024-05-19 22:21:30.000,0.11.14,15.0,finmarketpy,,,,,13.0,13.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,322.0,322.0,,,,,,,,3.0,51.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,,224.0,54.0,36.0,75.0,123.0,3138.0,A GUI for Pandas DataFrames.,15.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],386.0,381.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3233.0,3798.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,22600.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,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,42.0,110.0,80.0,64.0,2874.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,9213.0,9215.0,,,,,,,,3.0,123.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,131.0,136.0,60.0,128.0,2398.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'],63.0,61.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,2704.0,2865.0,,,,,,,,3.0,12783.0,,,,,,,,,,,,,,,,,,, +593,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,438.0,64.0,122.0,32.0,350.0,2381.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,96.0,96.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,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,,299.0,64.0,78.0,65.0,68.0,2104.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'],30.0,27.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1449.0,1449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,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,,243.0,44.0,33.0,51.0,90.0,1943.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'],175.0,175.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,4016.0,4016.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,1857.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'],473.0,451.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,2352.0,3328.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,36124.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,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,1729.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1918.0,2010.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3434.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,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,,116.0,38.0,11.0,33.0,51.0,1614.0,"A fast, efficient universal vector embedding utility package.",4.0,23,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,356.0,347.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1113.0,1113.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,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-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,2.0,302.0,56.0,115.0,54.0,30.0,1546.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,,,,,89.0,88.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,520.0,520.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,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-05-23 14:10:39.000000,2023-11-08 21:41:55,157.0,,164.0,104.0,186.0,38.0,25.0,1498.0,fklearn: Functional Machine Learning.,55.0,23,True,2023-11-09 12:59:48.000,3.0.0,32.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2024-05-23 14:10:39.000,,987.0,987.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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,,403.0,91.0,165.0,103.0,224.0,1357.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,23,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],42.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,112.0,112.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-03-18 13:56:39.000000,2022-08-31 13:13:15,103.0,,87.0,41.0,15.0,9.0,27.0,1330.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'],198.0,179.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,19.0,10664.0,10820.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4856.0,,,,,3.0,,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +603,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-05-30 00:20:29.000000,2024-04-10 03:25:54,547.0,11.0,127.0,21.0,271.0,12.0,132.0,1237.0,A standard framework for modelling Deep Learning Models for tabular data.,21.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,4949.0,4949.0,,,,,,,,1.0,27.0,,,,,,,,,,,,,,,,,,, +604,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-05-07 04:53:40.000000,2024-04-29 07:05:47,431.0,5.0,151.0,92.0,122.0,33.0,46.0,1152.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,23,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,111.0,110.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,371.0,371.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,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,185.0,34.0,73.0,3.0,86.0,1037.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'],223.0,214.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,4820.0,4820.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-05-25 09:25:40.000000,2024-01-04 20:41:21,582.0,,295.0,96.0,122.0,62.0,97.0,1015.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'],14.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,14.0,1675.0,2216.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,43879.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,,84.0,26.0,55.0,36.0,28.0,945.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,,,,704.0,681.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,37346.0,38821.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,47217.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,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,,149.0,23.0,46.0,15.0,82.0,914.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2410.0,2401.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1286.0,1286.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +609,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-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,,163.0,29.0,111.0,86.0,56.0,888.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,3488.0,51201.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2192484.0,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,1065.0,,,,,,,,,,,, +610,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,220.0,218.0,859.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,96.0,96.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1220.0,1220.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +611,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-05-17 11:31:45.001000,2024-04-29 13:46:08,600.0,3.0,135.0,15.0,59.0,27.0,129.0,769.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],51.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,51.0,12918.0,15253.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-05-17 11:31:45.001,112116.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,,150.0,25.0,154.0,79.0,137.0,761.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'],22.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,8304.0,12787.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,318035.0,,,,,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,697.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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,89.0,21.0,9.0,25.0,41.0,675.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'],445.0,435.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,38469.0,38498.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2922.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,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,3.0,85.0,7.0,20.0,1.0,91.0,559.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,69.0,67.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,8401.0,8401.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,2024-05-25 05:48:12.000000,2024-05-24 20:49:00,978.0,15.0,181.0,24.0,848.0,121.0,388.0,557.0,MONAI Label is an intelligent open source image labeling and learning tool.,59.0,23,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,750.0,3232.0,,,,,,,,3.0,84420.0,,,,,,,,,,,,,,,,,,, +616,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-05-11 10:46:51.000000,2024-05-11 10:43:02,331.0,11.0,99.0,26.0,7.0,1.0,33.0,506.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,23,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,28.0,25.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,2158.0,2158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-05-06 13:22:25.000000,2024-05-06 13:22:25,6709.0,1.0,144.0,36.0,395.0,37.0,136.0,373.0,Neuroimaging in Python FMRI analysis package.,69.0,23,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,248.0,226.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,22.0,1485.0,2822.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,109699.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,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-05-26 00:09:44.000000,2024-04-22 13:58:48,483.0,47.0,105.0,19.0,511.0,58.0,124.0,261.0,An open-source toolkit for large-scale genomic analysis.,27.0,23,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,45837.0,45945.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,4178.0,,,,,3.0,55.0,,,,,,,,,,,,,,,,,,, +619,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,,27.0,7.0,19.0,4.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,23,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2261.0,2217.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,104108.0,104108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,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,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7997.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,979.0,979.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2023-05-02 04:54:25.000000,2021-06-13 00:22:13,176.0,,1706.0,19.0,17.0,72.0,24.0,5014.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,22,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,28.0,28.0,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,2949.0,2949.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-05-28 20:43:36.000000,2024-05-21 15:50:17,1604.0,39.0,819.0,146.0,1516.0,350.0,399.0,4992.0,Simple and Distributed Machine Learning.,118.0,22,True,2024-04-10 19:16:17.000,1.0.4-spark3.5,48.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,1.0,1.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-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1228.0,305.0,209.0,64.0,211.0,4746.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1792.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143406.0,3.0,,,,,,,,,,,,,,,,,,,, +624,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,4620.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,22,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],6.0,,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,490.0,490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,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,75.0,4378.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,264.0,264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,810.0,327.0,89.0,91.0,306.0,3870.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,,94.0,117.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1890.0,,,,,3.0,384.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,3388.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,2798.0,2807.0,,,,,,,,3.0,562.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,207.0,9.0,4.0,16.0,3141.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],149.0,147.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1400.0,1400.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-05-20 23:57:09.000000,2021-05-06 12:10:38,127.0,,156.0,48.0,67.0,2.0,30.0,3022.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,,,,50.0,50.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,413.0,467.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1524.0,,,,,3.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-05-07 08:59:07.000000,2024-04-08 05:25:46,3457.0,3.0,727.0,7.0,5.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.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,502.0,502.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,78.0,144.0,36.0,126.0,2381.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'],29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,51.0,51.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,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,,367.0,86.0,4.0,4.0,18.0,2177.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.0,22,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,48.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,1981.0,1981.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,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-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,,103.0,37.0,30.0,29.0,79.0,1797.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,30.0,30.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,10236.0,10236.0,,,,,,,,3.0,26.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,1773.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']",283.0,272.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,4327.0,4327.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,,213.0,38.0,111.0,56.0,42.0,1707.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'],158.0,152.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,2617.0,4884.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,212059.0,,,,,3.0,428.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,,203.0,38.0,7.0,15.0,33.0,1643.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'],57.0,51.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,3514.0,3514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,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,98.0,45.0,187.0,216.0,1638.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,22,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,765.0,765.0,,,,,,,,3.0,49.0,,,,,,,,,,,,,,,,,,, +638,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,,290.0,44.0,801.0,71.0,485.0,1615.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,110.0,110.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,50.0,312.0,99.0,18.0,1560.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,46519.0,46519.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,3.0,207.0,56.0,52.0,78.0,149.0,1542.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,,855.0,886.0,,,,,,,,3.0,2800.0,,,,,,,,,,,,,,,,,,, +641,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-04-18 10:50:41.000000,2024-04-18 10:50:48,1196.0,4.0,117.0,26.0,68.0,4.0,29.0,1490.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,22,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,7429.0,7429.0,,,,,,,,3.0,17.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,,181.0,31.0,86.0,16.0,32.0,1292.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,93.0,92.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,595.0,595.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,,188.0,27.0,57.0,22.0,36.0,1277.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'],166.0,161.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,635.0,635.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-05-22 17:18:53.000000,2024-05-22 17:18:49,834.0,1.0,326.0,51.0,795.0,10.0,300.0,1207.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,,1112.0,1112.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +645,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-05-13 01:48:48.000000,2024-05-13 01:47:40,189.0,5.0,109.0,37.0,25.0,17.0,116.0,1202.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2024-05-13 01:50:26.000,2.2.2,82.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,5431.0,5431.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,,215.0,66.0,29.0,31.0,12.0,1164.0,Anomaly Detection and Correlation library.,9.0,22,True,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,79.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,9590.0,9590.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,2022-06-30 08:14:18.000000,2022-06-30 08:14:18,208.0,,110.0,52.0,98.0,41.0,51.0,1009.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'],241.0,230.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3140.0,3140.0,,,,,,,,3.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,18.0,73.0,18.0,44.0,968.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,,,,,185.0,181.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,10245.0,10245.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,1.0,193.0,24.0,58.0,12.0,27.0,934.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'],93.0,85.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,5062.0,5062.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,134.0,24.0,594.0,63.0,511.0,841.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,2933.0,2933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,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,,104.0,29.0,60.0,22.0,74.0,835.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,426.0,425.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,1923.0,1923.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,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-05-20 17:06:25.000000,2024-05-20 17:04:15,293.0,4.0,249.0,46.0,18.0,10.0,91.0,831.0,Data compression in TensorFlow.,21.0,22,True,2024-03-27 19:52:35.000,2.16.0,25.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,7788.0,7788.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,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-05-30 11:20:03.000000,2024-05-29 12:31:00,1197.0,44.0,124.0,30.0,1006.0,37.0,50.0,757.0,Machine learning framework for both deep learning and traditional algorithms.,37.0,22,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,142.0,142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,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,,75.0,26.0,37.0,27.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,33.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,33.0,63872.0,63872.0,,,,,,,,3.0,19.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-05-06 14:08:02.000000,2023-09-19 18:44:18,355.0,,118.0,18.0,79.0,24.0,34.0,691.0,Working with molecular structures in pandas DataFrames.,15.0,22,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],273.0,250.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,49205.0,50924.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,153042.0,,,,,3.0,,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +656,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.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,,,,447.0,442.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,10939.0,10994.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2003.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,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,633.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'],91.0,87.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,522.0,522.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,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,,110.0,26.0,23.0,57.0,35.0,606.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,,,,462.0,439.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,23.0,9152.0,9613.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18940.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,129.0,22.0,19.0,8.0,30.0,588.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],161.0,156.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12894.0,12894.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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,,57.0,10.0,21.0,14.0,37.0,545.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,,,,403.0,394.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,14508.0,14924.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,25820.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,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-05-16 19:00:04.000000,2024-03-19 15:52:03,1216.0,2.0,67.0,7.0,210.0,18.0,109.0,511.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'],261.0,256.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2568.0,2568.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-05-05 16:01:33.000000,2024-05-05 16:01:32,1771.0,57.0,70.0,7.0,216.0,47.0,81.0,507.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,27.0,26.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,499.0,504.0,,,,,,,,3.0,153.0,,,,,,,,,,,,,,,,,,, +663,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-05-17 17:10:37.000000,2024-05-17 17:08:49,2279.0,5.0,41.0,12.0,11.0,8.0,52.0,495.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,22,True,2024-05-17 16:42:37.000,4.6.1,76.0,hyperactive,,,,,42.0,29.0,https://pypi.org/project/hyperactive,2024-05-17 16:42:37.000,13.0,3010.0,3012.0,,,,,,,,3.0,139.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-04-14 12:59:12.000000,2023-03-05 00:16:57,419.0,,99.0,36.0,276.0,71.0,173.0,473.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,77.0,75.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1450.0,1453.0,,,,,,,,3.0,310.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,,48.0,17.0,2.0,11.0,3.0,373.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,,,,,523.0,515.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,13270.0,13270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2024-04-27 16:26:42.000000,2024-04-27 16:26:42,258.0,7.0,27.0,9.0,5.0,22.0,60.0,317.0,Multiple Imputation with LightGBM in Python.,8.0,22,True,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,143.0,138.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,45685.0,46063.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,12859.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +667,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,22,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,445261.0,445261.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,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,204.0,281.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,111.0,103.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,762.0,762.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,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,4.0,12.0,231.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,,,,1150.0,1094.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,56.0,105084.0,106538.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,62556.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,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,1.0,2312.0,149.0,89.0,256.0,286.0,12978.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,,,,,,,,,,,,,,,,,,,, +671,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-05-09 19:10:29.000000,2020-04-18 19:15:25,24.0,,1154.0,143.0,45.0,39.0,10.0,8580.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'],54.0,51.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1069.0,1069.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,643.0,94.0,150.0,98.0,103.0,8365.0,The user analytics platform for LLMs.,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,628.0,628.0,,,,,,,,3.0,,,nebuly-ai/nebuly,,,,,,,,,,,,,,,,, +673,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1170.0,94.0,48.0,391.0,284.0,6335.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],16.0,16.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,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,,781.0,223.0,25.0,8.0,122.0,5330.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,857.0,857.0,,,,,,,,3.0,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +675,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-05-20 22:36:46.000000,2023-08-15 07:38:22,956.0,,542.0,166.0,47.0,37.0,28.0,4325.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,569.0,569.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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,1.0,328.0,53.0,414.0,82.0,106.0,3233.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,21,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],41.0,40.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,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,165.0,120.0,22.0,112.0,2929.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,239.0,239.0,,,,,,,,3.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,,327.0,73.0,2.0,18.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'],202.0,199.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1230.0,1230.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,2116.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,21,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],18.0,18.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1211.0,1211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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,2063.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,True,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,,9975.0,9975.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,159.0,23.0,33.0,32.0,31.0,1922.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,304.0,467.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4670.0,,,,,3.0,94.0,,,,,,,,,,,,,,,,,,, +682,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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,,341.0,42.0,68.0,163.0,95.0,1848.0,Super easy library for BERT based NLP models.,36.0,21,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-01-30 11:59:18.000,,838.0,838.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,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-04-22 13:05:03.000000,2024-02-04 20:37:53,1083.0,,271.0,30.0,40.0,27.0,176.0,1798.0,A library for graph deep learning research.,50.0,21,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,,457.0,457.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-04-09 15:16:39.000000,2024-04-09 15:16:39,371.0,1.0,150.0,18.0,71.0,19.0,39.0,1705.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,17.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1186.0,1186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,197.0,30.0,423.0,11.0,163.0,1652.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,278.0,71.0,728.0,51.0,64.0,1585.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,589.0,978.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,20278.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,66.0,202.0,5.0,74.0,1584.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,6.0,224.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,,, +688,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,,140.0,102.0,150.0,21.0,20.0,1551.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,,,,,21.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,1155.0,1155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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-05-29 14:46:26.000000,2024-05-29 14:38:23,1260.0,5.0,124.0,31.0,164.0,71.0,142.0,1518.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",26.0,21,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,,121.0,132.0,,,,,,,,3.0,499.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,1481.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,275.0,275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,6.0,182.0,18.0,262.0,77.0,94.0,1290.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,56245.0,56245.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,,220.0,64.0,48.0,36.0,90.0,1265.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'],34.0,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,310.0,310.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,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,,204.0,28.0,61.0,52.0,61.0,1069.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,123.0,121.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,2.0,500.0,505.0,,,,,,,,3.0,608.0,,,,,,,,,,,,,,,,,,, +694,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,53.0,86.0,64.0,207.0,1022.0,Line based ATR Engine based on OCRopy.,20.0,21,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,2524.0,2524.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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,56.0,14.0,30.0,19.0,1021.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,,,,176.0,174.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,1035.0,1274.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8628.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,830.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],451.0,439.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,12.0,33362.0,33362.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,,160.0,38.0,46.0,43.0,49.0,802.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,100.0,91.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,525.0,525.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,26.0,162.0,51.0,62.0,761.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'],57.0,53.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,637.0,637.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,,144.0,25.0,19.0,26.0,5.0,738.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'],639.0,631.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,47985.0,48164.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,7712.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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-05-29 08:35:11.000000,2024-03-27 18:40:09,1505.0,2.0,80.0,34.0,662.0,22.0,118.0,698.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']",13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,162.0,162.0,,,,,,,,3.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,14.0,3.0,637.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']",643.0,626.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,18439.0,18439.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,,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,,,,,205.0,197.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,23126.0,23126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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,313.0,600.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,245.0,245.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,,95.0,26.0,32.0,35.0,6.0,595.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'],393.0,385.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,22896.0,22896.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,28.0,31.0,5.0,24.0,565.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1479.0,1479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,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-05-22 11:57:09.000000,2023-12-29 21:08:41,477.0,,57.0,26.0,9.0,17.0,37.0,524.0,Active Learning for Text Classification in Python.,6.0,21,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",28.0,28.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,637.0,917.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,6180.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,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,5.0,105.0,13.0,130.0,18.0,138.0,474.0,A Python library for dynamic classifier and ensemble selection.,17.0,21,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],50.0,47.0,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,954.0,954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,413.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,121.0,118.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4067.0,4067.0,,,,,,,,3.0,93.0,,,,,,,,2.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,,27.0,9.0,9.0,2.0,9.0,407.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'],1418.0,1412.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,197295.0,197295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,380.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,776.0,776.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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-05-18 03:50:45.535000,2024-05-01 02:14:09,660.0,2.0,65.0,30.0,457.0,22.0,91.0,371.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],18.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,14.0,19533.0,31919.0,https://anaconda.org/conda-forge/vega,2024-05-18 03:50:45.535,594533.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,60.0,28.0,110.0,33.0,184.0,367.0,scalable audio processing framework and server written in Python.,22.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,17.0,17.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,197.0,197.0,,,,,,,,3.0,,,yomguy/TimeSide,,,,,,,,,,,,,,,,, +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,349.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,,,,,249.0,233.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3060.0,3060.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,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,,34.0,18.0,6.0,19.0,21.0,307.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],98.0,97.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1461.0,1461.0,,,,,,,,3.0,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +715,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-05-23 13:09:08.000000,2024-05-23 13:09:08,661.0,15.0,14.0,24.0,350.0,44.0,84.0,297.0,Serverside scaling for Vega and Altair visualizations.,4.0,21,False,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,2498.0,7916.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-05-10 13:02:13.580,130332.0,,,,,3.0,5115.0,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,224.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-05-30 14:11:27.000000,2024-05-30 08:02:28,740.0,39.0,25.0,5.0,284.0,7.0,,295.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,21,False,2024-05-30 08:02:42.000,1.1.289,722.0,upgini,,,,,6.0,6.0,https://pypi.org/project/upgini,2024-05-30 14:11:27.000,,8580.0,8580.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-05-21 04:33:27.096000,2024-01-18 11:58:51,626.0,,68.0,28.0,31.0,30.0,113.0,263.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,1443.0,3589.0,https://anaconda.org/conda-forge/somoclu,2024-05-21 04:33:27.096,91567.0,,,,,3.0,1915.0,,,,,,,,,,,,,,,,,,, +718,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-05-02 05:10:26.000000,2023-07-02 18:02:16,1462.0,,45.0,15.0,182.0,21.0,64.0,240.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,43.0,41.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,2.0,388.0,388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,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,,475.0,85.0,180.0,108.0,161.0,3578.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,49.0,71.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1334.0,3.0,,,,,,,,,,,,,,,,,,,, +720,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,99.0,16.0,53.0,17.0,3394.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,152.0,145.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,801.0,801.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,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,,318.0,59.0,242.0,175.0,111.0,3113.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,20,True,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,3255.0,3267.0,,,,,,,,3.0,677.0,,,,,,,,,,,,,,,,,,, +722,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,,170.0,65.0,54.0,6.0,44.0,3078.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,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,156.0,156.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +723,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,,268.0,31.0,22.0,27.0,37.0,3054.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1862.0,1862.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,398.0,101.0,54.0,64.0,48.0,2920.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,,,,,2.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,2.0,1128.0,1128.0,,,,,,,,3.0,,,rhsimplex/image-match,,,,,,,,,,,,,,,,, +725,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,101.0,1000.0,94.0,263.0,2828.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,827.0,85.0,30.0,45.0,80.0,2651.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,69.0,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,594.0,594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,455.0,127.0,225.0,87.0,183.0,2312.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,63.0,63.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2023-06-16 16:17:31.557000,2021-09-30 21:51:09,8208.0,,179.0,55.0,895.0,129.0,586.0,1911.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,18.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1020.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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,,157.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'],27.0,27.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,2194.0,2194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,,356.0,61.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,20,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,99.0,99.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,102.0,36.0,13.0,24.0,1420.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,112.0,112.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,,101.0,40.0,13.0,14.0,9.0,1268.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,,,,,145.0,143.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3053.0,3053.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,47.0,46.0,26.0,127.0,1059.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,20,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,141.0,141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,142.0,25.0,76.0,49.0,36.0,1034.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,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,251898.0,252060.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,8117.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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,1005.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'],84.0,80.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,120.0,120.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,,132.0,36.0,16.0,8.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,,,,,3629.0,3624.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,604.0,604.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,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-05-29 14:46:40.000000,2024-04-25 03:40:02,286.0,103.0,55.0,13.0,60.0,5.0,19.0,917.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",14.0,20,True,2024-04-25 03:41:41.000,3.0.2,34.0,uform,,,,['pytorch'],7.0,6.0,https://pypi.org/project/uform,2024-04-25 03:41:41.000,1.0,738.0,756.0,,,,,,,,3.0,276.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,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,130.0,18.0,24.0,28.0,39.0,828.0,python partial dependence plot toolbox.,7.0,20,True,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,21631.0,21984.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,20524.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,,126.0,30.0,29.0,21.0,34.0,763.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'],44.0,44.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,536.0,536.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,,148.0,36.0,33.0,25.0,39.0,756.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,,,,,107.0,107.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,855.0,855.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,79.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,10604.0,10604.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,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-04-28 01:04:18.000000,2024-04-25 13:16:31,491.0,1.0,110.0,33.0,558.0,206.0,246.0,699.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,8096.0,8096.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,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-05-05 11:51:57.000000,2024-05-05 11:51:05,300.0,5.0,108.0,17.0,25.0,1.0,87.0,685.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,20,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,,11872.0,11872.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-04-03 18:32:28.000000,2021-09-16 17:56:31,171.0,,144.0,34.0,82.0,16.0,55.0,620.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'],24.0,21.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,369.0,369.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,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,105.0,23.0,25.0,43.0,61.0,608.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'],174.0,172.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1506.0,1620.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,3999.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,104.0,10.0,14.0,5.0,16.0,575.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,370.0,364.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,6.0,7814.0,7999.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,12057.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,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,15.0,560.0,A library of metrics for evaluating recommender systems.,20.0,20,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,52.0,52.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,18696.0,18696.0,,,,,,,,3.0,6.0,,,,,,,,,,,,,,,,,,, +748,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,,167.0,56.0,20.0,39.0,60.0,545.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,30.0,29.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,121.0,121.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,533.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,,,,,102.0,100.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,377.0,377.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,, +750,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,9.0,9.0,11.0,21.0,490.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,,,,,123.0,115.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6333.0,6333.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,,, +751,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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,487.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,15106.0,15109.0,,,,,,,,3.0,149.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,,108.0,20.0,57.0,26.0,21.0,485.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,69.0,61.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2510.0,2510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,,100.0,18.0,9.0,6.0,41.0,445.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,53.0,53.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,2804.0,2804.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-05-29 15:40:39.000000,2024-05-29 15:40:39,3025.0,67.0,63.0,11.0,259.0,9.0,110.0,428.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,20,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,68.0,68.0,,,,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +755,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,247.0,10.0,23.0,404.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1338.0,1338.0,,,,,,,,3.0,18.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-05-15 11:09:46.000000,2024-05-15 11:06:29,819.0,6.0,25.0,7.0,76.0,30.0,22.0,375.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-04-04 10:31:07.000,0.4.0,37.0,tsflex,conda-forge/tsflex,,,,14.0,13.0,https://pypi.org/project/tsflex,2024-04-04 10:23:01.000,1.0,325.0,968.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,21885.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,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-03-27 12:25:36.647000,2024-03-27 08:46:27,190.0,11.0,41.0,19.0,3.0,10.0,8.0,281.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,20,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],9.0,9.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,468.0,4772.0,https://anaconda.org/conda-forge/deepgraph,2024-03-27 12:25:36.647,185072.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-05-17 19:12:15.000000,2024-05-16 21:59:57,520.0,27.0,57.0,14.0,85.0,13.0,35.0,250.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,20,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,17442.0,17442.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,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,,192.0,61.0,7.0,13.0,29.0,1073.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,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,169.0,169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,,140.0,17.0,11.0,41.0,43.0,1063.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'],136.0,131.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,3506.0,3506.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,58.0,69.0,851.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,99.0,98.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,285.0,285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,,228.0,30.0,38.0,41.0,21.0,838.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,,3424.0,3424.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,,82.0,14.0,35.0,3.0,23.0,806.0,Leave One Feature Out Importance.,6.0,19,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,32.0,28.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,4030.0,4030.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,71.0,23.0,47.0,16.0,17.0,794.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],26.0,21.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,5.0,877.0,1786.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,24543.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,102.0,26.0,48.0,19.0,35.0,730.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,,,,,28.0,26.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,275.0,275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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,13.0,22.0,565.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,262.0,262.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,17.0,111.0,8.0,48.0,561.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],140.0,135.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,3282.0,3282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,,68.0,7.0,5.0,4.0,29.0,540.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,19,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,18.0,16.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1272.0,1272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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-03-30 13:25:33.000000,2024-03-30 13:25:33,69.0,2.0,51.0,18.0,9.0,12.0,10.0,496.0,Topological Data Analysis for Python.,6.0,19,True,2024-03-17 19:09:40.000,1.1.0,5.0,scikit-tda,,,,['sklearn'],56.0,56.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,2811.0,2811.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,468.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,22245.0,22245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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,39.0,66.0,467.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']",48.0,48.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,235.0,235.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,,70.0,24.0,48.0,15.0,19.0,400.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,4333.0,4766.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,32961.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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-04-26 21:27:16.000000,2024-04-26 20:31:49,327.0,7.0,77.0,25.0,345.0,26.0,9.0,333.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,,850.0,850.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,43.0,13.0,63.0,4.0,56.0,319.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],34.0,32.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,1264.0,1264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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,234.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],77.0,67.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,4498.0,4498.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,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,,,,,428.0,426.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1010.0,1014.0,,,,,,,,3.0,380.0,,,,,,,,,,,,,,,,,,, +777,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,211.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,82.0,80.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,22327.0,22327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,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-04-24 21:09:41.000000,2024-04-24 21:09:38,861.0,3.0,17.0,8.0,182.0,11.0,23.0,151.0,Toolkit for developing and maintaining ML models.,14.0,19,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,,8790.0,8790.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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,,765.0,339.0,58.0,2.0,,6700.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,,86.0,93.0,,,,,,,,3.0,343.0,,,,,,,,,,,,,,,,,,, +780,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,6234.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,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-05-30 05:09:11.000000,2024-05-22 12:09:27,693.0,31.0,407.0,39.0,838.0,149.0,115.0,3056.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,81.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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,,413.0,106.0,83.0,67.0,48.0,2946.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'],,,,,,,102.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8546.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,24.0,1004.0,127.0,65.0,1641.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,697.0,697.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,,175.0,22.0,20.0,16.0,30.0,1616.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,,,,,5.0,5.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,99.0,99.0,,,,,,,,3.0,33.0,,,,,,,,,,,,,,,,,,, +785,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,,254.0,56.0,65.0,8.0,31.0,1371.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,57.0,57.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,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,,156.0,44.0,5.0,4.0,7.0,1067.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,27.0,27.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,396.0,396.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,,176.0,18.0,42.0,22.0,59.0,893.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,179.0,176.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,390.0,583.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8722.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,,188.0,33.0,15.0,18.0,22.0,783.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,25.0,17.0,758.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,18,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,48.0,48.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,3582.0,3582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,674.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,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,180.0,180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,234.0,48321.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2115834.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,,68.0,13.0,10.0,23.0,41.0,542.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,,,,,49.0,49.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,993.0,993.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,143.0,143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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,24.0,19.0,6.0,20.0,459.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,206.0,206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,18,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,3.0,2759.0,2759.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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,,105.0,72.0,7.0,15.0,19.0,425.0,semantic similarity framework for knowledge graph.,10.0,18,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,46.0,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,274.0,274.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,38.0,10.0,29.0,17.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,62.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,4.0,158.0,369.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,13347.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,1.0,38.0,12.0,1.0,2.0,80.0,400.0,Deep Learning PyTorch.,1.0,18,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,405.0,405.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,381.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,101.0,97.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4644.0,4645.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +800,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'],15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,239.0,239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,,52.0,11.0,60.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,40.0,36.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,193.0,193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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-04-30 19:01:14.000000,2023-11-27 22:11:53,398.0,,129.0,34.0,323.0,81.0,130.0,324.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,,99.0,117.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1829.0,3.0,,,,,,,,,,,,,,,,,,,, +803,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,19.0,93.0,30.0,18.0,314.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2373.0,2373.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +804,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,299.0,Textpipe: clean and extract metadata from text.,29.0,18,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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-05-19 13:43:01.000000,2023-03-28 03:38:13,1094.0,,70.0,28.0,58.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,51.0,54.0,,,,,,,,3.0,174.0,,,,,,,,,,,,,,,,,,, +806,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,262.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,56.0,53.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,554.0,554.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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-05-24 11:23:35.000000,2024-03-21 11:20:09,585.0,1.0,33.0,24.0,639.0,21.0,128.0,240.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,18,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,1040.0,1060.0,,,,,,,,3.0,1026.0,,,,,,,,,,,,,,,,,,, +808,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,60.0,31.0,47.0,235.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'],18.0,14.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,64.0,64.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,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-04-08 15:16:55.000000,2024-04-08 15:03:47,262.0,2.0,31.0,11.0,199.0,21.0,75.0,194.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",12.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],37.0,36.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,650.0,650.0,,,,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +810,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,2.0,1.0,130.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,,,,9310.0,9124.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,350676.0,350710.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1176.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,,1347.0,467.0,21.0,58.0,167.0,7041.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,,,,,,,,,,,,,,,,, +812,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,119.0,24.0,17.0,353.0,4264.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,17,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,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,,988.0,63.0,13.0,44.0,25.0,3612.0,Implementation and experiments of graph embedding algorithms.,9.0,17,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,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,,462.0,79.0,36.0,83.0,68.0,1683.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,17,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,,113.0,113.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,255.0,52.0,13.0,20.0,13.0,1540.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,,56.0,77.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1688.0,3.0,,,,,,,,,,,,,,,,,,,, +816,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,57.0,34.0,22.0,13.0,1267.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,17,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,529.0,529.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,144.0,17.0,11.0,25.0,18.0,1156.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'],56.0,54.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,320.0,320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,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,34.0,72.0,31.0,30.0,1096.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,17,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,6803.0,6803.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,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,,111.0,19.0,58.0,2.0,13.0,751.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,4057.0,4057.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +820,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,749.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'],37.0,37.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2541.0,2639.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3040.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,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,689.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,17,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,203.0,203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,,41.0,15.0,18.0,,20.0,596.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,17,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,215.0,215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,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-05-19 15:53:53.000000,2024-05-08 20:14:15,683.0,2.0,72.0,30.0,80.0,15.0,25.0,404.0,A Python implementation of active inference for Markov Decision Processes.,15.0,17,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,353.0,353.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,,53.0,10.0,17.0,10.0,29.0,394.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,17,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,,1210.0,1210.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +825,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,345.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,45.0,45.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,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-05-17 15:10:11.000000,2024-05-17 15:10:11,420.0,2.0,76.0,22.0,433.0,27.0,51.0,268.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,17,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,2.0,2.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,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,8.0,44.0,229.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,27.0,25.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +828,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-04-01 22:09:11.000000,2024-03-02 11:17:16,371.0,1.0,38.0,6.0,133.0,,35.0,224.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,1243.0,1353.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3092.0,,,,,3.0,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +829,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,,12.0,9.0,2.0,,5.0,194.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'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,228.0,228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,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,3921.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,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,,167.0,61.0,10.0,26.0,6.0,1843.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,,27.0,27.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +832,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,,109.0,20.0,37.0,20.0,8.0,1041.0,Distributed Computing for AI Made Simple.,5.0,16,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,71.0,70.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,89.0,89.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,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,50.0,22.0,15.0,9.0,836.0,A medical imaging framework for Pytorch.,8.0,16,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],16.0,16.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,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,18.0,7.0,,10.0,797.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],81.0,80.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,4959.0,4959.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,,113.0,27.0,10.0,25.0,51.0,787.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,1473.0,1473.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,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,,124.0,42.0,435.0,25.0,130.0,707.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,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,,100.0,24.0,101.0,37.0,84.0,702.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,101.0,107.0,,,,,,,,3.0,420.0,,,,,,,,,,,,,,,,,,, +838,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,92.0,18.0,19.0,3.0,29.0,630.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,15.0,15.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,552.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,12.0,16,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,,101.0,104.0,,,,,,,,3.0,225.0,,vaticle/typedb-ml,,,,,,,,,,,,,,,,, +840,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,3.0,42.0,21.0,169.0,5.0,64.0,471.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,,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,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,407.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,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,395.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'],10.0,10.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,85.0,85.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,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,22.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,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,,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,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,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,87.0,87.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,16,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],,,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2474.0,2474.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-05-26 21:28:48.000000,2024-05-26 21:15:44,155.0,47.0,11.0,8.0,15.0,2.0,7.0,264.0,A Jax-based library for designing and training transformer models from scratch.,3.0,16,False,,,7.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,2024-05-26 21:28:48.000,,160.0,160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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,11.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'],14.0,14.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,641.0,641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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,,29.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,16,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,2915.0,2915.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,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,,43.0,1.0,,,,197.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,,762.0,762.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,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,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,62.0,57.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-05-29 17:50:11.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-05-29 17:50:11.000,3.43.0,287.0,comet_ml,comet_ml,,,,68.0,,https://pypi.org/project/comet_ml,2024-05-29 17:50:11.000,68.0,669618.0,669618.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,140.0,28.0,217.0,102.0,2878.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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,,423.0,144.0,72.0,12.0,53.0,2199.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,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-04-03 18:25:21.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,22.0,42.0,85.0,1274.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,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,,230.0,39.0,40.0,73.0,34.0,1141.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,,118.0,28.0,111.0,14.0,25.0,1072.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,,, +857,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,,116.0,19.0,295.0,3.0,69.0,1058.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,True,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,6.0,6.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,817.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,,10.0,10.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,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,,87.0,16.0,15.0,10.0,22.0,722.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],17.0,17.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,105.0,105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,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,24.0,4.0,4.0,2.0,677.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,102.0,102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,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,,56.0,16.0,83.0,18.0,49.0,575.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,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,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,510.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,,,,,11.0,11.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,175.0,175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,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-05-16 17:54:39.000000,2024-01-25 16:57:26,261.0,,67.0,19.0,100.0,19.0,15.0,488.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,True,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,104.0,104.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-04-21 03:30:12.000000,2024-04-21 03:30:09,79.0,3.0,61.0,16.0,64.0,7.0,9.0,438.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,,,,,9.0,9.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,120.0,120.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,18.0,6.0,6.0,,392.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,36.0,171.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,6255.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,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,309.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'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,182.0,182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,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,70.0,175.0,295.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,,687.0,687.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,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,6.0,4.0,222.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,1009.0,1009.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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,188.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'],12.0,12.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,382.0,382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,,9.0,5.0,3.0,1.0,,129.0,Data Analysis Baseline Library.,24.0,15,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,5402.0,5402.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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,32.0,53.0,7.0,7.0,105.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,15,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,828.0,78.0,34.0,116.0,59.0,3330.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,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,1679.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,149.0,32.0,,53.0,59.0,1194.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,82.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4702.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,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,413.0,1867.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,66892.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,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,403.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,,105.0,105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,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,14,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,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,341.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,1273.0,1273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,17.0,11.0,57.0,3.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,,149.0,149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,12.0,16.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,14,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,168.0,168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,234.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,14,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,152.0,152.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,356.0,3734.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,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,109.0,12.0,39.0,8.0,2690.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,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,,82.0,50.0,4.0,3.0,,2491.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,1580.0,1582.0,,,,,,,,3.0,59.0,,,,,,,,,,,,,,,,,,, +886,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,38.0,10.0,13.0,3.0,1346.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,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-05-28 20:32:15.000000,2024-05-28 20:32:14,66.0,2.0,43.0,11.0,9.0,4.0,13.0,710.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",7.0,13,True,,,,rliable`,,,,,134.0,134.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,8.0,6.0,8.0,8.0,246.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,74.0,74.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,,25.0,8.0,16.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,48.0,48.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,,35.0,14.0,18.0,27.0,18.0,122.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,37.0,37.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,33.0,33.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,60.0,60.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,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-03-28 08:06:49.000000,2022-02-09 22:20:11,9.0,,465.0,93.0,21.0,52.0,15.0,3260.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,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,,400.0,63.0,6.0,62.0,17.0,1843.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,,,,,,,,,,,,,,,,,,,, +894,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,,317.0,87.0,11.0,12.0,6.0,1708.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,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,,53.0,17.0,3.0,2.0,1.0,530.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,86.0,86.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-04-24 13:48:16.000000,2022-11-21 12:12:41,1044.0,,13.0,6.0,26.0,1.0,2.0,259.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,69.0,75.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,245.0,3.0,8.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,,27.0,21.0,44.0,1.0,5.0,199.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,72.0,72.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,126.0,Experiment tracking for machine and deep learning projects.,3.0,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,134.0,144.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.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,119.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,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,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,29.0,29.0,,,,,,,,3.0,,,genixpro/hypermax,,,,,,,,,,,,,,,,, +901,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,101.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,,644.0,644.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,,11.0,13.0,26.0,4.0,13.0,85.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,,63.0,63.0,,,,,,,,3.0,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,, +903,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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,51.0,51.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,12.0,17.0,,,42.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,,,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,118.0,118.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,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,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,53.0,53.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,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,,111.0,45.0,13.0,7.0,20.0,947.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,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,,,,,,,,,,,,,,,,,,,, +908,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'],3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,108.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,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,,83.0,17.0,5.0,4.0,12.0,577.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,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,15.0,13.0,14.0,11.0,505.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,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,9,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,20.0,20.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,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,144.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,12.0,12.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,6.0,7.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,16.0,16.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-06-06_changes.md b/history/2024-06-06_changes.md new file mode 100644 index 00000000..6c4c4857 --- /dev/null +++ b/history/2024-06-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._ + +- SageMaker SDK (🥇41 · ⭐ 2.1K · 📈) - A library for training and deploying machine learning.. Apache-2 +- imageio (🥇38 · ⭐ 1.4K · 📈) - Python library for reading and writing image data. BSD-2 +- deepface (🥈37 · ⭐ 11K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT +- plotnine (🥈37 · ⭐ 3.9K · 📈) - A Grammar of Graphics for Python. MIT +- ivy (🥈36 · ⭐ 14K · 📈) - The Unified AI Framework. Apache-2 +- ParlAI (🥈32 · ⭐ 10K · 💤) - A framework for training and evaluating AI models on a variety of.. MIT +- pygraphistry (🥈29 · ⭐ 2.1K · 📈) - PyGraphistry is a Python library to quickly load,.. BSD-3 +- quinn (🥉26 · ⭐ 580 · 📈) - pyspark methods to enhance developer productivity. Apache-2 +- Lucid (🥉25 · ⭐ 4.6K · 💀) - A collection of infrastructure and tools for research in.. Apache-2 +- pymdp (🥉19 · ⭐ 400 · 📈) - A Python implementation of active inference for Markov Decision Processes. 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._ + +- SymPy (🥇47 · ⭐ 12K · 📉) - A computer algebra system written in pure Python. BSD-3 +- flair (🥇37 · ⭐ 14K · 📉) - A very simple framework for state-of-the-art Natural Language.. MIT +- wordcloud (🥈32 · ⭐ 10K · 📉) - A little word cloud generator in Python. MIT +- SciSpacy (🥈28 · ⭐ 1.6K · 📉) - A full spaCy pipeline and models for scientific/biomedical.. Apache-2 +- TF-Agents (🥈26 · ⭐ 2.7K · 📉) - TF-Agents: A reliable, scalable and easy to use.. Apache-2 +- TensorForce (🥉24 · ⭐ 3.3K · 📉) - Tensorforce: a TensorFlow library for applied.. Apache-2 +- Neural Tangents (🥉24 · ⭐ 2.2K · 📉) - Fast and Easy Infinite Neural Networks in Python. Apache-2 +- AugLy (🥉23 · ⭐ 4.9K · 📉) - A data augmentations library for audio, image, text, and video. MIT +- ExplainX.ai (🥉15 · ⭐ 400 · 📉) - Explainable AI framework for data scientists. Explain & debug any.. MIT +- NeuralCompression (🥉14 · ⭐ 480 · 📉) - A collection of tools for neural compression enthusiasts. MIT + diff --git a/history/2024-06-06_projects.csv b/history/2024-06-06_projects.csv new file mode 100644 index 00000000..39695fba --- /dev/null +++ b/history/2024-06-06_projects.csv @@ -0,0 +1,918 @@ +,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-05-24 10:46:05.000000,2024-05-24 10:46:05,1559.0,20.0,685.0,117.0,332.0,60.0,144.0,4678.0,Benchmarks of approximate nearest neighbor libraries in Python.,105.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-05-30 19:17:41.000000,2024-05-30 19:17:40,344.0,27.0,162.0,56.0,203.0,,3.0,2212.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-05-30 19:17:46.000,2024.05.30,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-06-06 14:07:06.000000,2024-06-06 14:07:06,359.0,26.0,244.0,90.0,199.0,6.0,5.0,3493.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-06-06 14:07:06.000000,2024-06-06 14:07:06,359.0,26.0,244.0,90.0,199.0,6.0,5.0,3493.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-06-06 14:07:06.000000,2024-06-06 14:07:06,359.0,26.0,244.0,90.0,199.0,6.0,5.0,3493.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-06-06 14:07:06.000000,2024-06-06 14:07:06,359.0,26.0,244.0,90.0,199.0,6.0,5.0,3493.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-06-06 14:13:31.000000,2024-06-06 14:11:19,165429.0,4094.0,73996.0,7631.0,29379.0,3011.0,37363.0,185703.0,An Open Source Machine Learning Framework for Everyone.,4612.0,56,True,2024-03-09 00:23:14.000,2.16.1,193.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],384064.0,376695.0,https://pypi.org/project/tensorflow,2024-03-09 00:23:14.000,7369.0,21428899.0,22278536.0,https://anaconda.org/conda-forge/tensorflow,2024-05-24 12:35:11.711,4660192.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-06-06 12:52:21.719176,2431.0,77299917.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-06-06 14:15:09.000000,2024-06-06 13:01:42,73964.0,3579.0,21332.0,1719.0,85353.0,14230.0,29286.0,79207.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,4896.0,55,True,2024-06-05 19:16:07.000,2.3.1,53.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],478136.0,461508.0,https://pypi.org/project/torch,2024-06-05 16:39:11.000,16628.0,29125158.0,29786030.0,https://anaconda.org/pytorch/pytorch,2024-06-04 13:27:13.152,21793550.0,,,,,1.0,42982.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,2024-06-06 14:19:31.000000,2024-06-06 13:50:45,16095.0,787.0,25139.0,1101.0,15966.0,1083.0,14082.0,127214.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2624.0,52,True,2024-05-30 17:59:26.000,4.41.2,144.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",182194.0,176947.0,https://pypi.org/project/transformers,2024-05-30 17:59:20.000,5247.0,28552272.0,28588829.0,https://anaconda.org/conda-forge/transformers,2024-05-31 06:00:30.850,1718224.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,2024-06-06 14:13:08.000000,2024-06-06 14:13:08,31383.0,290.0,25019.0,2141.0,17303.0,2050.0,9362.0,58549.0,scikit-learn: machine learning in Python.,3129.0,52,True,2024-05-21 16:37:08.000,1.5.0,79.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],816873.0,794945.0,https://pypi.org/project/scikit-learn,2024-05-21 16:33:03.000,21928.0,68149006.0,68734535.0,https://anaconda.org/conda-forge/scikit-learn,2024-05-23 19:24:01.860,28690496.0,,,,,1.0,957.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-06-06 13:49:41.000000,2024-06-06 00:57:40,32657.0,905.0,5041.0,346.0,10878.0,1797.0,8516.0,12594.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1641.0,51,True,2024-05-23 04:06:33.000,1.13.1,103.0,scipy,conda-forge/scipy,,,,1054877.0,1013284.0,https://pypi.org/project/scipy,2024-05-30 02:42:50.000,41593.0,109298410.0,110432195.0,https://anaconda.org/conda-forge/scipy,2024-05-23 18:18:29.047,48590483.0,,,,,1.0,403919.0,,,,,,,,,,,,,,,,,,, +11,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-06-05 16:27:35.000000,2024-06-05 16:27:35,10717.0,355.0,19353.0,1910.0,7223.0,209.0,11709.0,61134.0,Deep Learning for humans.,1301.0,48,True,2024-04-26 23:21:04.000,3.3.3,98.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1358.0,,https://pypi.org/project/keras,2024-04-22 23:37:45.000,1358.0,17152824.0,17226159.0,https://anaconda.org/conda-forge/keras,2024-04-27 08:28:33.749,3520098.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,2024-06-06 13:43:33.000000,2024-06-05 21:34:21,50423.0,529.0,7424.0,594.0,18047.0,1546.0,9099.0,19503.0,matplotlib: plotting with Python.,1685.0,48,True,2024-05-15 23:51:33.000,3.9.0,124.0,matplotlib,conda-forge/matplotlib,,,,1261117.0,1216262.0,https://pypi.org/project/matplotlib,2024-05-15 23:37:04.000,44855.0,65756647.0,66255106.0,https://anaconda.org/conda-forge/matplotlib,2024-05-17 21:11:33.658,23926065.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,2024-06-06 11:18:29.000000,2024-06-06 09:14:08,17864.0,527.0,2123.0,220.0,4859.0,117.0,3004.0,11816.0,Python Imaging Library (Fork).,470.0,48,True,2024-04-01 12:34:53.000,10.3.0,97.0,Pillow,conda-forge/pillow,,,,1692995.0,1688748.0,https://pypi.org/project/Pillow,2024-04-01 12:17:01.000,4247.0,99338763.0,100189530.0,https://anaconda.org/conda-forge/pillow,2024-04-03 15:56:48.771,39986076.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,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-06-06 14:39:27.000000,2024-06-06 13:17:50,57919.0,547.0,4321.0,295.0,13185.0,5050.0,8757.0,12495.0,A computer algebra system written in pure Python.,1304.0,47,True,2024-06-06 14:39:27.000,1.13.0rc1,57.0,sympy,conda-forge/sympy,,,,144687.0,141577.0,https://pypi.org/project/sympy,2024-06-06 14:39:04.000,3110.0,22989974.0,23052518.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5664921.0,,,,,1.0,542829.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-06-06 14:57:27.000000,2024-06-06 09:16:47,6383.0,231.0,2837.0,315.0,4541.0,842.0,3381.0,32611.0,Streamlit A faster way to build and share data apps.,230.0,46,True,2024-05-23 17:12:57.000,1.35.0,222.0,streamlit,,,,,401295.0,398964.0,https://pypi.org/project/streamlit,2024-05-23 17:12:48.000,2331.0,4944968.0,4944968.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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-06-06 12:52:08.000000,2024-06-06 12:52:02,41238.0,1149.0,28005.0,2030.0,46868.0,217.0,,38638.0,Apache Spark Python API.,3075.0,45,True,2024-04-18 08:17:20.000,3.4.3,45.0,pyspark,conda-forge/pyspark,,,['spark'],1406.0,,https://pypi.org/project/pyspark,2024-06-03 00:29:52.000,1406.0,29066827.0,29133282.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3189885.0,,,,,1.0,,,stable/spark,,,,,,,,,,,,,,,,, +17,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-06-06 14:22:17.000000,2024-06-06 14:10:09,21132.0,1426.0,2572.0,324.0,13841.0,1596.0,3889.0,28672.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",702.0,45,True,2024-05-09 23:28:46.000,jax-v0.4.28,162.0,jax,conda-forge/jaxlib,,,,27627.0,26095.0,https://pypi.org/project/jax,2024-05-09 23:23:10.000,1532.0,5868293.0,5894369.0,https://anaconda.org/conda-forge/jaxlib,2024-05-22 17:25:16.028,1251686.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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-06-06 13:29:51.000000,2024-06-06 13:16:56,48789.0,1553.0,5439.0,721.0,46706.0,1859.0,17068.0,21706.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1204.0,45,True,2024-04-09 11:19:43.000,2.6.1,67.0,paddlepaddle,,,,['paddle'],5346.0,5240.0,https://pypi.org/project/paddlepaddle,2024-03-19 06:55:39.000,106.0,206506.0,206669.0,,,,,,,,1.0,15374.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-06-06 10:40:39.000000,2024-06-05 18:42:01,20511.0,95.0,4159.0,443.0,6085.0,778.0,6901.0,18938.0,"Interactive Data Visualization in the browser, from Python.",693.0,45,True,2024-04-11 21:02:24.000,3.4.1,204.0,bokeh,conda-forge/bokeh,,,,90112.0,88520.0,https://pypi.org/project/bokeh,2024-06-04 03:53:00.000,1592.0,4018274.0,4310763.0,https://anaconda.org/conda-forge/bokeh,2024-04-12 05:55:15.282,14039502.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +20,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-06-06 11:26:25.000000,2024-06-01 18:48:11,15351.0,62.0,2824.0,281.0,3890.0,2780.0,2762.0,9652.0,Statsmodels: statistical modeling and econometrics in Python.,429.0,45,True,2024-04-17 08:41:57.000,0.14.2,37.0,statsmodels,conda-forge/statsmodels,,,,129783.0,125769.0,https://pypi.org/project/statsmodels,2024-04-17 08:41:57.000,4014.0,16664674.0,16942811.0,https://anaconda.org/conda-forge/statsmodels,2024-05-17 10:41:00.825,13350580.0,,,,,1.0,31.0,,,,,,,,,,,,,,,,,,, +21,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-06-06 14:42:12.000000,2024-06-06 14:37:02,21807.0,850.0,5335.0,472.0,27842.0,3758.0,14352.0,31620.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,1028.0,44,True,2024-05-22 23:37:00.000,ray-2.23.0,106.0,ray,conda-forge/ray-tune,,,,16584.0,15884.0,https://pypi.org/project/ray,2024-05-22 22:51:23.000,700.0,4014290.0,4019881.0,https://anaconda.org/conda-forge/ray-tune,2024-05-29 06:33:26.486,234757.0,,,,,1.0,213.0,,,,,,,,,,,,,,,,,,, +22,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-06-06 15:08:07.000000,2024-06-06 14:58:20,6700.0,325.0,2228.0,161.0,3813.0,512.0,3794.0,30054.0,"Wrap UIs around any model, share with anyone.",333.0,44,True,2024-06-05 00:12:55.000,4.33.0,572.0,gradio,,,,,32463.0,31879.0,https://pypi.org/project/gradio,2024-06-05 00:12:55.000,584.0,7535730.0,7535730.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-06-05 17:20:24.000000,2024-05-31 17:20:46,16132.0,15.0,4308.0,557.0,4005.0,121.0,5507.0,29011.0,Industrial-strength Natural Language Processing (NLP) in Python.,751.0,44,True,2024-06-05 07:57:36.000,3.7.5,231.0,spacy,conda-forge/spacy,,,,92460.0,90031.0,https://pypi.org/project/spacy,2024-06-05 07:20:28.000,2429.0,13196174.0,13268892.0,https://anaconda.org/conda-forge/spacy,2024-06-05 13:25:11.299,3490503.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,2024-06-06 11:44:17.000000,2024-06-06 00:24:45,10320.0,116.0,3265.0,246.0,10134.0,755.0,6194.0,27211.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",952.0,44,True,2024-05-22 17:36:29.000,2.2.5,272.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],34452.0,33086.0,https://pypi.org/project/pytorch-lightning,2024-05-22 17:36:29.000,1366.0,5421407.0,5445578.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-04-12 18:53:30.868,1150385.0,,,,,2.0,7613.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,, +25,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-06-06 09:43:05.000000,2024-06-05 02:35:37,6898.0,119.0,8671.0,913.0,5210.0,432.0,4789.0,25699.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",642.0,44,True,2023-12-19 21:59:17.000,2.0.3,81.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,96032.0,94229.0,https://pypi.org/project/xgboost,2024-05-31 16:14:56.000,1803.0,19939012.0,20042694.0,https://anaconda.org/conda-forge/xgboost,2024-04-18 01:21:37.436,4869795.0,,,,,2.0,8641.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-06-06 14:09:46.000000,2024-06-06 14:09:45,6026.0,484.0,3989.0,290.0,8372.0,1478.0,2442.0,17668.0,Open source platform for the machine learning lifecycle.,730.0,44,True,2024-06-06 13:44:50.000,2.13.2,101.0,mlflow,conda-forge/mlflow,,,,37492.0,36710.0,https://pypi.org/project/mlflow,2024-06-06 11:27:36.000,782.0,13621657.0,13663005.0,https://anaconda.org/conda-forge/mlflow,2024-06-06 12:47:20.430,1984740.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,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-06-05 18:10:58.000000,2024-06-03 17:27:01,6493.0,109.0,2498.0,278.0,1647.0,1511.0,1431.0,15497.0,The interactive graphing library for Python This project now includes Plotly Express!.,263.0,44,True,2024-05-01 14:04:11.000,5.22.0,298.0,plotly,conda-forge/plotly,,,,277594.0,272020.0,https://pypi.org/project/plotly,2024-05-01 14:00:07.000,5565.0,15556934.0,15692748.0,https://anaconda.org/conda-forge/plotly,2024-05-04 13:44:40.868,5973366.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,13909.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-06-06 12:05:44.000000,2024-06-04 21:15:49,7696.0,69.0,3162.0,284.0,3782.0,346.0,2996.0,14347.0,Network Analysis in Python.,721.0,44,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,,268419.0,259888.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,8531.0,55024303.0,55373411.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,16058991.0,,,,,1.0,71.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-06-06 08:16:38.000000,2024-06-05 12:46:51,8210.0,79.0,1679.0,211.0,5842.0,1066.0,4182.0,12134.0,Parallel computing with task scheduling.,600.0,44,True,2024-05-31 21:13:10.000,2024.5.2,198.0,dask,conda-forge/dask,,,,63063.0,60922.0,https://pypi.org/project/dask,2024-05-31 21:13:10.000,2141.0,8918928.0,9148170.0,https://anaconda.org/conda-forge/dask,2024-05-31 23:54:22.246,11232862.0,,,,,1.0,,,stable/dask,,,,,,,,,,,,,,,,, +30,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-06-05 22:05:47.000000,2024-06-05 15:36:29,5835.0,56.0,1629.0,193.0,5001.0,665.0,1231.0,6579.0,TensorFlows Visualization Toolkit.,320.0,44,True,2024-02-16 19:56:55.000,2.16.2,60.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],240903.0,238891.0,https://pypi.org/project/tensorboard,2024-02-16 19:56:55.000,2012.0,26788685.0,26886981.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4718236.0,,,,,1.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-06-06 13:54:39.000000,2024-06-03 15:32:02,2737.0,49.0,3611.0,437.0,3225.0,325.0,2433.0,17066.0,Open standard for machine learning interoperability.,317.0,43,True,2024-05-23 17:55:03.000,1.16.1,33.0,onnx,conda-forge/onnx,,,,29523.0,28589.0,https://pypi.org/project/onnx,2024-05-23 17:55:03.000,934.0,5652995.0,5674557.0,https://anaconda.org/conda-forge/onnx,2024-05-24 08:39:44.809,1022578.0,,,,,1.0,20764.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-06-06 00:39:09.000000,2024-06-05 12:54:16,3483.0,48.0,3782.0,435.0,3145.0,383.0,2982.0,16168.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",302.0,43,True,2024-01-26 03:29:02.000,4.3.0,36.0,lightgbm,conda-forge/lightgbm,,,,34675.0,33656.0,https://pypi.org/project/lightgbm,2024-01-26 03:29:02.000,1019.0,7567640.0,7622202.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2338245.0,,,,,2.0,223690.0,,,,,,,,,,,,,,,,,,, +33,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-05-29 20:16:50.000000,2024-04-25 14:36:49,3234.0,4.0,1862.0,261.0,1108.0,150.0,2373.0,12059.0,Statistical data visualization in Python.,212.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,426667.0,417004.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,9663.0,17381795.0,17568140.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,8944429.0,,,,,1.0,392.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,2024-06-06 11:31:02.000000,2024-06-04 16:46:01,4901.0,182.0,2049.0,1683.0,4755.0,300.0,2692.0,11813.0,WebGL2 powered visualization framework.,264.0,43,True,2024-05-29 18:26:54.070,9.0.17,658.0,pydeck,conda-forge/pydeck,,,['jupyter'],8050.0,7671.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,88.0,3698789.0,4170879.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,533103.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-05-29 18:26:54.070,291.0,461839.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-06-06 12:52:30.000000,2024-06-06 01:49:08,2341.0,491.0,1342.0,182.0,2715.0,527.0,709.0,11588.0,Development repository for the Triton language and compiler.,275.0,43,True,2024-05-27 21:44:18.000,2.3.1,194.0,triton,,,,,27608.0,27430.0,https://pypi.org/project/triton,2024-05-27 21:44:18.000,178.0,12210616.0,12210616.0,,,,,,,,1.0,,,,triton-lang/triton,,,,,,,,,,,,,,,, +36,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-06-05 09:34:49.000000,2024-06-04 05:38:00,2661.0,25.0,3172.0,240.0,869.0,812.0,1654.0,21901.0,A game theoretic approach to explain the output of any machine learning model.,239.0,42,True,2024-05-07 11:40:34.000,0.45.1,103.0,shap,conda-forge/shap,,,,18674.0,17987.0,https://pypi.org/project/shap,2024-05-07 11:40:34.000,687.0,6802940.0,6872720.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,2930786.0,,,,,1.0,,,,shap/shap,,,,,,,,,,,,,,,, +37,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-06-06 14:13:34.000000,2024-06-06 14:02:45,3875.0,75.0,6857.0,416.0,5288.0,987.0,2389.0,15615.0,"Datasets, Transforms and Models specific to Computer Vision.",597.0,42,True,2024-06-05 19:23:45.000,0.18.1,45.0,torchvision,conda-forge/torchvision,,,['pytorch'],5028.0,21.0,https://pypi.org/project/torchvision,2024-06-05 16:42:50.000,5007.0,13074246.0,13104735.0,https://anaconda.org/conda-forge/torchvision,2024-05-16 09:07:24.923,1171961.0,,,,,1.0,37805.0,,,,,,,,,,,,,,,,,,, +38,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-06-06 14:52:40.000000,2024-06-06 14:52:40,12687.0,4289.0,1050.0,62.0,1551.0,574.0,1907.0,9517.0,"Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker,..",246.0,42,True,2024-06-06 05:17:40.000,1.40.4,834.0,litellm,,,,others,2187.0,1972.0,https://pypi.org/project/litellm,2024-06-06 05:04:43.000,215.0,613720.0,613846.0,,,,,,,,1.0,252.0,,,,,,,,,,,,,,,,,,, +39,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2024-06-06 14:50:47.000000,2024-06-06 14:28:25,6573.0,383.0,611.0,54.0,4611.0,824.0,2321.0,8424.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,179.0,42,True,2024-05-07 23:10:29.000,0.17.0,274.0,wandb,conda-forge/wandb,,,,48175.0,46928.0,https://pypi.org/project/wandb,2024-05-07 22:08:37.000,1247.0,14083134.0,14094131.0,https://anaconda.org/conda-forge/wandb,2024-03-25 23:14:36.046,516891.0,,,,,1.0,,,,wandb/wandb,,,,,,,,,,,,,,,, +40,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-06-05 14:33:35.000000,2024-06-05 01:58:14,13996.0,111.0,2198.0,186.0,4418.0,773.0,2075.0,5915.0,Image processing in Python.,661.0,42,False,2024-04-20 19:25:20.000,0.23.2,65.0,scikit-image,conda-forge/scikit-image,,,,189356.0,183731.0,https://pypi.org/project/scikit-image,2024-04-20 19:25:20.000,5625.0,13593083.0,13724880.0,https://anaconda.org/conda-forge/scikit-image,2024-06-04 00:11:45.777,6326259.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +41,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-06-06 09:32:30.000000,2024-06-05 20:28:46,2321.0,125.0,3908.0,335.0,2764.0,1081.0,1628.0,33272.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",315.0,41,True,2024-04-23 23:26:47.000,0.14.2,90.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],7513.0,7346.0,https://pypi.org/project/deepspeed,2024-04-23 23:26:47.000,167.0,525652.0,525993.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,18108.0,1.0,,,,,,,,,,,,,,,,,,,, +42,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-06-05 15:15:41.000000,2024-05-27 21:56:03,2269.0,95.0,4598.0,311.0,478.0,57.0,818.0,30301.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",139.0,41,True,2024-05-15 18:19:44.000,1.0.3,57.0,timm,conda-forge/timm,,,['pytorch'],30511.0,29754.0,https://pypi.org/project/timm,2024-05-15 18:16:15.000,757.0,5058821.0,5171134.0,https://anaconda.org/conda-forge/timm,2024-05-16 07:02:45.732,161388.0,,,,,1.0,6641735.0,,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,, +43,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-06-06 14:49:53.000000,2024-06-06 10:05:51,19991.0,740.0,2654.0,273.0,20721.0,791.0,10266.0,27682.0,"A cloud-native vector database, storage for next generation AI applications.",276.0,41,True,2024-05-31 13:41:05.000,2.3.17,96.0,pymilvus,,milvusdb/milvus,,,120.0,,https://pypi.org/project/pymilvus,2024-05-17 04:01:58.000,120.0,551244.0,857598.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-06-06 12:16:52.411253,45.0,17232472.0,1.0,225687.0,,,,,,,,,,,,,,,,,,, +44,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-06-06 13:36:59.000000,2024-06-03 13:28:03,7492.0,145.0,1998.0,419.0,1068.0,828.0,955.0,20702.0,Data Apps & Dashboards for Python. No JavaScript Required.,155.0,41,True,2024-05-03 17:00:38.000,2.17.0,178.0,dash,conda-forge/dash,,,,65165.0,64003.0,https://pypi.org/project/dash,2024-05-03 16:56:05.000,1162.0,2885390.0,2912842.0,https://anaconda.org/conda-forge/dash,2024-05-04 04:54:12.137,1317652.0,,,,,1.0,72.0,,,,,,,,,,,,,,,,,,, +45,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-06-06 14:44:43.000000,2024-06-06 14:44:43,1480.0,135.0,2358.0,133.0,456.0,1071.0,947.0,14139.0,Multilingual Sentence & Image Embeddings with BERT.,166.0,41,True,2024-05-28 11:54:03.000,3.0.0,52.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],36265.0,34999.0,https://pypi.org/project/sentence-transformers,2024-05-28 11:53:37.000,1266.0,4339929.0,4345785.0,https://anaconda.org/conda-forge/sentence-transformers,2024-05-28 20:41:43.135,263563.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,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-06-03 16:27:40.446000,2024-06-03 11:55:31,9280.0,58.0,1152.0,140.0,5452.0,215.0,4422.0,13277.0,ML Experiments and Data Management with Git.,298.0,41,True,2024-06-03 11:55:36.000,3.51.2,528.0,dvc,conda-forge/dvc,,,,15646.0,15527.0,https://pypi.org/project/dvc,2024-06-03 11:55:36.000,119.0,492244.0,535095.0,https://anaconda.org/conda-forge/dvc,2024-06-03 16:27:40.446,1909792.0,,,,,1.0,39844.0,,,,,,,,,dvc,dvc,dvc,,,,,,,, +47,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-05-29 16:57:45.000000,2024-04-05 06:11:40,14511.0,2.0,2821.0,464.0,1458.0,272.0,1517.0,13143.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,41,True,2023-07-20 15:52:53.307,0.9.9,59.0,nltk,conda-forge/nltk,,,,283585.0,279334.0,https://pypi.org/project/nltk,2023-07-20 15:52:53.307,4251.0,20322429.0,20349757.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2568876.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,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-05-18 11:08:05.245000,2024-05-12 00:07:36,8263.0,19.0,3325.0,478.0,703.0,50.0,2143.0,13127.0,A toolkit for making real world machine learning and data analysis applications in C++.,194.0,41,False,2024-04-03 23:33:43.000,19.24.4,37.0,dlib,conda-forge/dlib,,,,27795.0,27595.0,https://pypi.org/project/dlib,2024-04-03 23:33:43.000,200.0,475060.0,490359.0,https://anaconda.org/conda-forge/dlib,2024-05-18 11:08:05.245,723105.0,,,,,2.0,25438.0,,,,,,,,,,,,,,,,,,, +49,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-06-06 14:05:36.000000,2024-05-23 19:17:20,3666.0,38.0,765.0,141.0,1366.0,171.0,1779.0,8998.0,Declarative statistical visualization library for Python.,164.0,41,True,2024-03-30 15:36:52.000,5.3.0,40.0,altair,conda-forge/altair,,,,136788.0,136014.0,https://pypi.org/project/altair,2024-03-30 15:24:57.000,774.0,23762188.0,23837900.0,https://anaconda.org/conda-forge/altair,2024-03-30 18:57:22.082,2271330.0,,,,,1.0,123.0,,,vega/altair,,,,,,,,,,,,,,,, +50,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-06-05 20:51:39.000000,2024-06-05 20:51:39,9922.0,141.0,1937.0,225.0,3955.0,271.0,3021.0,8241.0,Bayesian Modeling and Probabilistic Programming in Python.,493.0,41,True,2024-05-31 12:35:21.000,3.11.6,86.0,pymc3,conda-forge/pymc3,,,,3594.0,3403.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,191.0,899357.0,911189.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,567206.0,,,,,1.0,1939.0,,,,,,,,,,,,,,,,,,, +51,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2024-06-06 13:47:36.000000,2024-06-06 13:47:32,48024.0,480.0,1148.0,192.0,390.0,509.0,1763.0,7823.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1238.0,41,True,2024-04-18 20:19:33.000,1.2.5,111.0,catboost,conda-forge/catboost,,,,400.0,14.0,https://pypi.org/project/catboost,2024-04-18 18:24:32.000,386.0,2221823.0,2260522.0,https://anaconda.org/conda-forge/catboost,2024-04-18 20:39:24.300,1527816.0,,,,,2.0,256710.0,,,,,,,,,,,,,,,,,,, +52,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-06-06 14:17:34.000000,2024-06-05 17:19:05,3700.0,145.0,1098.0,136.0,3064.0,294.0,1193.0,2057.0,A library for training and deploying machine learning models on Amazon SageMaker.,439.0,41,True,2024-05-22 22:51:24.000,2.221.1,588.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",4157.0,4023.0,https://pypi.org/project/sagemaker,2024-05-22 22:51:24.000,134.0,24161621.0,24179454.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-05-23 04:49:38.975,820355.0,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +53,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-06-06 06:53:01.000000,2024-06-06 05:56:41,6196.0,61.0,7348.0,429.0,2924.0,535.0,8658.0,39455.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",195.0,40,True,2024-03-29 09:49:07.000,2.7.5,44.0,paddleocr,,,,['paddle'],2740.0,2675.0,https://pypi.org/project/paddleocr,2024-03-29 09:49:07.000,65.0,191082.0,191082.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +54,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-05-02 16:09:06.000000,2023-01-30 18:15:21,1757.0,,8557.0,1063.0,1452.0,92.0,1722.0,34040.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,,,,55440.0,53922.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1518.0,456255.0,461947.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,284646.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-06-05 06:05:23.000000,2024-06-05 04:59:57,1128.0,103.0,3409.0,477.0,1005.0,452.0,1953.0,28860.0,A library for efficient similarity search and clustering of dense vectors.,177.0,40,True,2024-05-17 04:01:58.000,2.4.3,96.0,pymilvus,conda-forge/faiss,,,,3802.0,3682.0,https://pypi.org/project/pymilvus,2024-05-17 04:01:58.000,120.0,551244.0,576459.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1235583.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,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-05-25 05:17:03.000000,2024-05-25 05:16:59,2768.0,14.0,7515.0,611.0,2225.0,216.0,1590.0,25755.0,The fastai deep learning library.,667.0,40,True,2024-04-27 22:14:28.000,2.7.15,149.0,fastai,,,,['pytorch'],17777.0,17488.0,https://pypi.org/project/fastai,2024-04-27 22:14:28.000,289.0,367244.0,367244.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +57,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-06-04 12:51:06.000000,2024-06-04 12:51:06,1227.0,36.0,2225.0,240.0,559.0,156.0,1144.0,12175.0,Download market data from Yahoo! Finances API.,113.0,40,True,2024-05-19 16:28:00.000,0.2.40,112.0,yfinance,ranaroussi/yfinance,,,,39906.0,39343.0,https://pypi.org/project/yfinance,2024-05-19 16:28:00.000,563.0,1711054.0,1713666.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,91452.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,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-06-06 11:19:00.000000,2024-06-06 11:18:59,1775.0,16.0,736.0,121.0,593.0,60.0,905.0,8569.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,88.0,40,True,2024-04-17 21:37:50.000,0.19.1,95.0,tokenizers,conda-forge/tokenizers,,,,81709.0,80956.0,https://pypi.org/project/tokenizers,2024-04-17 21:36:02.000,753.0,25647268.0,25682765.0,https://anaconda.org/conda-forge/tokenizers,2024-04-18 01:39:43.525,1668393.0,,,,,1.0,47.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-06-06 13:43:09.000000,2024-06-06 13:43:08,1451.0,124.0,822.0,99.0,1405.0,135.0,1311.0,7195.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",254.0,40,True,2024-05-10 17:47:54.000,0.30.1,51.0,accelerate,conda-forge/accelerate,,,['pytorch'],39685.0,38592.0,https://pypi.org/project/accelerate,2024-05-10 17:41:43.000,1093.0,7716101.0,7720563.0,https://anaconda.org/conda-forge/accelerate,2024-05-11 15:02:26.384,142809.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +60,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-06-03 16:44:35.000000,2024-06-03 16:38:52,1856.0,59.0,2208.0,163.0,853.0,87.0,1016.0,6724.0,Python Data. Leaflet.js Maps.,167.0,40,True,2024-02-29 08:58:17.000,0.16.0,31.0,folium,conda-forge/folium,,,,38888.0,38231.0,https://pypi.org/project/folium,2024-02-29 08:58:17.000,657.0,1239333.0,1306758.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2764451.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +61,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-06-06 12:14:07.000000,2024-06-04 11:02:39,1973.0,82.0,895.0,105.0,1633.0,436.0,1231.0,4264.0,Python tools for geographic data.,223.0,40,True,2024-04-28 13:49:29.000,0.14.4,54.0,geopandas,conda-forge/geopandas,,,['pandas'],38474.0,35980.0,https://pypi.org/project/geopandas,2024-04-28 13:49:24.000,2494.0,6139669.0,6215759.0,https://anaconda.org/conda-forge/geopandas,2024-04-28 20:22:12.956,3651077.0,,,,,1.0,2546.0,,,,,,,,,,,,,,,,,,, +62,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-06-06 14:40:47.000000,2024-06-06 14:40:39,6305.0,118.0,1518.0,106.0,4287.0,681.0,728.0,4217.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",307.0,40,True,2024-06-05 08:15:47.000,4.9.6,39.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],18220.0,17912.0,https://pypi.org/project/tensorflow-datasets,2024-06-05 08:15:42.000,308.0,3592409.0,3593220.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,30018.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,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-06-06 08:11:45.000000,2024-06-05 15:00:02,5774.0,56.0,710.0,54.0,5015.0,1526.0,2334.0,1549.0,A distributed task scheduler for Dask.,325.0,40,True,2024-05-31 21:13:12.000,2024.5.2,230.0,distributed,conda-forge/distributed,,,,35436.0,34686.0,https://pypi.org/project/distributed,2024-05-31 21:13:12.000,750.0,4165582.0,4447546.0,https://anaconda.org/conda-forge/distributed,2024-05-31 22:20:38.265,13816267.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-05-25 02:26:16.000000,2024-05-16 10:39:34,8540.0,17.0,2187.0,208.0,4175.0,22.0,1928.0,20334.0,Build multimodal AI applications with cloud-native stack.,176.0,39,True,2024-04-10 14:42:19.000,3.25.1,2461.0,jina,conda-forge/jina-core,jinaai/jina,,,1754.0,1727.0,https://pypi.org/project/jina,2024-04-10 14:39:06.000,27.0,39545.0,66655.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,65043.0,https://hub.docker.com/r/jinaai/jina,2024-05-16 11:00:01.190646,8.0,1307230.0,2.0,,,,,,,,,,,,,,,,,,,, +65,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-06-04 18:58:43.000000,2024-06-02 23:16:09,4517.0,5.0,4346.0,433.0,1695.0,383.0,1454.0,15356.0,Topic Modelling for Humans.,452.0,39,True,2023-08-24 08:48:21.000,4.3.2,93.0,gensim,conda-forge/gensim,,,,61628.0,60318.0,https://pypi.org/project/gensim,2023-08-24 08:48:21.000,1310.0,4721679.0,4754363.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1272972.0,,,,,1.0,4557.0,,,piskvorky/gensim,,,,,,,,,,,,,,,, +66,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,,2018-02-21 06:12:56.000,2024-06-06 13:15:20.626000,2024-05-31 08:44:38,17665.0,321.0,955.0,117.0,3527.0,102.0,1549.0,9910.0,A hyperparameter optimization framework.,264.0,39,False,2024-04-01 06:04:15.000,3.6.1,64.0,optuna,conda-forge/optuna,,,,15812.0,14991.0,https://pypi.org/project/optuna,2024-04-01 06:04:15.000,821.0,2452301.0,2474044.0,https://anaconda.org/conda-forge/optuna,2024-06-06 13:15:20.626,1043706.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2024-06-06 14:46:30.000000,2024-06-05 23:43:08,4604.0,259.0,1284.0,102.0,3828.0,823.0,1484.0,7503.0,A unified framework for machine learning with time series.,365.0,39,True,2024-06-04 20:22:29.000,0.30.1,70.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],2892.0,2776.0,https://pypi.org/project/sktime,2024-06-04 20:22:29.000,116.0,797131.0,824592.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-06-05 08:05:09.568,961111.0,,,,,1.0,91.0,,,sktime/sktime,,,,,,,,,,,,,,,, +68,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-06-06 13:37:00.000000,2024-06-06 10:43:56,4472.0,231.0,596.0,85.0,2400.0,225.0,708.0,5671.0,Flax is a neural network library for JAX that is designed for flexibility.,223.0,39,True,2024-05-24 17:09:35.000,0.8.4,45.0,flax,conda-forge/flax,,,['jax'],8054.0,7658.0,https://pypi.org/project/flax,2024-05-24 17:09:35.000,396.0,3383300.0,3384633.0,https://anaconda.org/conda-forge/flax,2024-04-30 18:49:11.574,51979.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +69,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-06-04 06:36:34.000000,2024-05-14 08:55:08,2267.0,14.0,555.0,88.0,822.0,272.0,919.0,3717.0,Manipulation and analysis of geometric objects.,153.0,39,True,2024-04-16 22:26:21.000,2.0.4,123.0,shapely,conda-forge/shapely,,,,73067.0,70529.0,https://pypi.org/project/shapely,2024-04-16 22:26:21.000,2538.0,26731038.0,26936535.0,https://anaconda.org/conda-forge/shapely,2024-05-16 17:07:32.339,9448105.0,,,,,2.0,3343.0,,,,,,,,,,,,,,,,,,, +70,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-06-06 14:38:49.000000,2024-06-05 19:14:35,17989.0,115.0,1286.0,82.0,7855.0,530.0,4296.0,2585.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,371.0,39,True,2024-04-19 18:04:01.000,1.7.0,78.0,mne,conda-forge/mne,,,,4277.0,3926.0,https://pypi.org/project/mne,2024-04-19 18:04:01.000,351.0,119764.0,127332.0,https://anaconda.org/conda-forge/mne,2024-05-26 15:11:46.143,370832.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,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-06-03 16:01:27.000000,2024-02-05 13:23:18,2706.0,,9221.0,369.0,3142.0,1605.0,6672.0,28242.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,38,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],2646.0,2582.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,64.0,255697.0,255697.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,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-06-06 13:59:18.000000,2024-06-06 12:34:24,35425.0,412.0,12994.0,943.0,24890.0,1187.0,,23352.0,Apache Flink Python API.,1869.0,38,True,2024-01-15 16:28:13.000,1.18.1,47.0,apache-flink,,,,,45.0,21.0,https://pypi.org/project/apache-flink,2024-03-15 08:32:38.000,24.0,79848.0,79848.0,,,,,,,,2.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,,6813.0,1070.0,11114.0,1804.0,7751.0,20724.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",981.0,38,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7452.0,7330.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,116.0,553053.0,553468.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10781.0,,,,,2.0,26938.0,,,apache/mxnet,,,,,,,,,6.0,,,,,,, +74,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-06-06 13:16:51.000000,2024-06-06 08:22:24,7536.0,118.0,3551.0,254.0,3012.0,981.0,2618.0,20398.0,Graph Neural Network Library for PyTorch.,496.0,38,True,2024-04-19 11:59:51.000,2.5.3,44.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],254.0,,https://pypi.org/project/torch-geometric,2024-04-19 11:59:51.000,254.0,332125.0,333045.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-05-04 18:04:48.733,43263.0,,,,,1.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-05-27 11:47:17.000000,2024-03-21 15:05:22,32610.0,2.0,4534.0,349.0,6359.0,117.0,6642.0,18137.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,38,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4252.0,4193.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,59.0,122949.0,122949.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-06-06 03:03:34.000000,2024-06-06 03:03:30,902.0,91.0,1601.0,129.0,802.0,425.0,540.0,13611.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,142.0,38,True,2024-05-28 23:52:29.000,1.4.8,62.0,albumentations,conda-forge/albumentations,,,['pytorch'],24544.0,24032.0,https://pypi.org/project/albumentations,2024-05-28 23:52:29.000,512.0,2113379.0,2116965.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,168583.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-06-06 06:47:38.000000,2024-06-06 06:47:38,4126.0,121.0,2963.0,169.0,4738.0,512.0,2307.0,13122.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",289.0,38,True,2024-05-13 01:10:39.000,2.2.1,453.0,dgl,,,,,376.0,249.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,127.0,108463.0,108463.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-05-31 14:32:31.000000,2024-05-31 14:31:30,1446.0,62.0,1636.0,152.0,783.0,221.0,561.0,12157.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,124.0,38,True,2024-05-07 19:57:59.000,4.8.3,61.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",3488.0,3305.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,823344.0,827971.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,434978.0,,,,,2.0,100.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +79,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-06-02 11:21:37.000000,2024-05-27 18:04:07,1101.0,6.0,1519.0,253.0,676.0,415.0,1055.0,11967.0,Video editing with Python.,161.0,38,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,40461.0,39641.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,820.0,1202273.0,1205241.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,246411.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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-06-05 14:19:22.000000,2024-06-04 08:59:23,963.0,22.0,1116.0,122.0,295.0,24.0,701.0,9688.0,Unsupervised text tokenizer for Neural Network-based text generation.,88.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,68452.0,66924.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1528.0,20851013.0,20868920.0,https://anaconda.org/conda-forge/sentencepiece,2024-05-27 12:59:09.752,816473.0,,,,,1.0,37565.0,,,,,,,,,,,,,,,,,,, +81,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-06-05 13:18:12.000000,2024-05-28 20:41:06,2744.0,58.0,937.0,129.0,1868.0,269.0,639.0,9530.0,Geometric Computer Vision Library for Spatial AI.,262.0,38,True,2024-03-14 09:18:15.000,0.7.2,39.0,kornia,conda-forge/kornia,,,['pytorch'],10315.0,10076.0,https://pypi.org/project/kornia,2024-03-14 09:18:15.000,239.0,1440453.0,1443492.0,https://anaconda.org/conda-forge/kornia,2024-02-20 17:25:27.727,127007.0,,,,,1.0,1122.0,,,,,,,,,,,,,,,,,,, +82,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-06-06 14:33:20.000000,2024-06-06 10:53:34,9831.0,134.0,1307.0,128.0,1210.0,132.0,952.0,8063.0,A PyTorch-based Speech Toolkit.,235.0,38,True,2024-02-26 20:55:33.000,1.0.0,16.0,speechbrain,,,,['pytorch'],1964.0,1933.0,https://pypi.org/project/speechbrain,2024-02-26 20:55:33.000,31.0,2255792.0,2255792.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +83,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-05-27 12:58:13.692000,2024-05-24 19:38:39,12140.0,43.0,1076.0,165.0,463.0,670.0,747.0,4143.0,Probabilistic reasoning and statistical analysis in TensorFlow.,493.0,38,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],573.0,,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,573.0,3293003.0,3296229.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,129077.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-06-06 14:27:33.000000,2024-06-06 13:29:05,10784.0,71.0,394.0,60.0,3003.0,1084.0,2185.0,2645.0,"With Holoviews, your data visualizes itself.",142.0,38,True,2024-03-22 00:10:16.630,3.0.2,162.0,holoviews,conda-forge/holoviews,,,['jupyter'],11030.0,10665.0,https://pypi.org/project/holoviews,2024-05-23 15:23:52.000,360.0,489785.0,523468.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1607091.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-03-22 00:10:16.630,5.0,202.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-06-06 12:03:36.000000,2024-06-05 15:07:29,1435.0,125.0,456.0,59.0,1380.0,139.0,689.0,1777.0,The official Python client for the Huggingface Hub.,167.0,38,True,2024-06-05 12:48:32.000,0.23.3,112.0,huggingface_hub,conda-forge/huggingface_hub,,,,1301.0,,https://pypi.org/project/huggingface_hub,2024-06-05 12:46:05.000,1301.0,36269951.0,36314826.0,https://anaconda.org/conda-forge/huggingface_hub,2024-06-05 20:01:39.181,1795027.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-06-03 20:37:19.000000,2024-06-03 20:37:19,1532.0,11.0,286.0,31.0,489.0,105.0,497.0,1428.0,Python library for reading and writing image data.,112.0,38,True,2024-04-22 02:22:40.000,2.34.1,91.0,imageio,conda-forge/imageio,,,,131047.0,128846.0,https://pypi.org/project/imageio,2024-04-22 02:22:35.000,2201.0,22245604.0,22382202.0,https://anaconda.org/conda-forge/imageio,2024-04-22 04:44:13.491,6419401.0,,,,,1.0,1060.0,1.0,,,,,,,,,,,,,,,,,, +87,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-04-06 08:14:32.000000,2020-06-01 14:58:26,2913.0,,2413.0,233.0,338.0,300.0,224.0,14213.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,,,,20319.0,20067.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,252.0,478470.0,481103.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,158026.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +88,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-06-06 11:53:15.000000,2024-05-24 14:42:05,5955.0,41.0,2064.0,202.0,1193.0,83.0,2190.0,13648.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,261.0,37,True,2023-12-18 09:34:55.000,0.13.1,32.0,flair,conda-forge/python-flair,,,['pytorch'],3425.0,3296.0,https://pypi.org/project/flair,2023-12-18 09:34:55.000,129.0,293891.0,294430.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,25337.0,,,,,1.0,,-2.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-06-05 01:51:53.000000,2024-04-12 16:27:53,4816.0,15.0,4991.0,385.0,706.0,612.0,1351.0,12403.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1544.0,1370.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,174.0,218286.0,257656.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,206065.0,,,,,2.0,3798419.0,,,,,,,,,,,,,,,,,,, +90,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-06-06 15:05:21.000000,2024-06-06 15:05:20,1484.0,193.0,1851.0,136.0,200.0,6.0,1043.0,10512.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",62.0,37,True,2024-05-02 07:29:37.000,0.0.91,90.0,deepface,,,,,3291.0,3255.0,https://pypi.org/project/deepface,2024-05-02 07:27:16.000,36.0,66421.0,66421.0,,,,,,,,2.0,,1.0,,,,,,,,,,,,,,,,,, +91,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,,2511.0,540.0,4118.0,685.0,2087.0,9859.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,,,,15299.0,15127.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,300221.0,325625.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2413421.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +92,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-06-06 03:04:47.000000,2024-06-05 17:04:16,29994.0,2447.0,1988.0,198.0,5408.0,27.0,3385.0,9316.0,Perform data science on data that remains in someone elses server.,513.0,37,True,2024-04-03 12:17:16.000,0.8.6,283.0,syft,,,,['pytorch'],4.0,1.0,https://pypi.org/project/syft,2024-06-03 13:48:29.000,3.0,12678.0,12929.0,,,,,,,,1.0,2513.0,,,,,,,,,,,,,,,,,,, +93,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-06-05 17:19:20.000000,2024-06-05 17:19:20,585.0,14.0,1139.0,262.0,175.0,109.0,170.0,8994.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2021-10-22 03:18:24.000,0.17.1,59.0,textblob,conda-forge/textblob,,,,39504.0,39159.0,https://pypi.org/project/textblob,2021-10-22 03:18:24.000,345.0,1131927.0,1134586.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,249974.0,,,,,1.0,117.0,,,,,,,,,,,,,,,,,,, +94,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-05-31 16:35:35.000000,2024-04-28 18:44:58,5223.0,26.0,1723.0,131.0,992.0,352.0,1936.0,8570.0,"An open-source, low-code machine learning library in Python.",136.0,37,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,5805.0,5775.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,30.0,327283.0,328313.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,46779.0,,,,,2.0,694.0,,,,,,,,,,,,,,,,,,, +95,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-06-06 07:35:31.000000,2024-06-04 20:22:38,21337.0,385.0,2100.0,176.0,3299.0,310.0,2072.0,7997.0,End-to-End Speech Processing Toolkit.,427.0,37,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,,349.0,337.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,34272.0,34273.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +96,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-06-06 11:33:34.000000,2024-06-06 00:31:08,28569.0,180.0,777.0,128.0,6168.0,582.0,1668.0,7893.0,NumPy & SciPy for GPU.,369.0,37,True,2024-04-19 07:40:12.000,13.1.0,139.0,cupy,conda-forge/cupy,cupy/cupy,,,2295.0,2078.0,https://pypi.org/project/cupy,2024-04-19 04:17:35.000,217.0,22897.0,102032.0,https://anaconda.org/conda-forge/cupy,2024-04-29 17:22:48.759,3711275.0,https://hub.docker.com/r/cupy/cupy,2024-04-19 07:42:49.196765,13.0,63221.0,1.0,175589.0,,,,,,,,,,,,,,,,,,, +97,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-05-28 15:38:50.650000,2024-05-28 14:28:56,865.0,10.0,1275.0,141.0,500.0,42.0,559.0,6731.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,37,True,2024-05-28 15:13:16.000,0.12.3,37.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],28406.0,28007.0,https://pypi.org/project/imbalanced-learn,2024-05-28 15:11:10.000,399.0,12088866.0,12100756.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-05-28 15:38:50.650,570750.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +98,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-05-30 17:24:05.000000,2024-05-30 17:15:13,2356.0,54.0,205.0,64.0,135.0,71.0,567.0,3869.0,A Grammar of Graphics for Python.,108.0,37,True,2024-05-10 08:15:43.000,0.13.6,27.0,plotnine,conda-forge/plotnine,,,,8036.0,7771.0,https://pypi.org/project/plotnine,2024-05-09 20:44:49.000,265.0,3339737.0,3347346.0,https://anaconda.org/conda-forge/plotnine,2024-05-10 08:18:51.149,365274.0,,,,,2.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,2024-06-06 11:07:15.000000,2024-06-05 22:59:13,4052.0,113.0,1072.0,152.0,1649.0,393.0,885.0,3728.0,Fast data visualization and GUI tools for scientific / engineering applications.,279.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,10563.0,9623.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,940.0,231911.0,243220.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,542847.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +100,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-06-06 11:54:57.216000,2024-05-10 14:45:37,3850.0,18.0,523.0,147.0,1159.0,143.0,1640.0,2161.0,Rasterio reads and writes geospatial raster datasets.,157.0,37,True,2024-04-12 18:29:54.000,1.3.10,157.0,rasterio,conda-forge/rasterio,,,,12937.0,11682.0,https://pypi.org/project/rasterio,2024-04-16 21:46:35.000,1255.0,2805577.0,2879196.0,https://anaconda.org/conda-forge/rasterio,2024-06-06 11:54:57.216,3018084.0,,,,,2.0,862.0,,,,,,,,,,,,,,,,,,, +101,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,25.0,209.0,32.0,47.0,13.0,166.0,1586.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,69227.0,66862.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2365.0,12008003.0,12008532.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,45503.0,,,,,2.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-06-03 07:24:39.000000,2024-05-20 22:32:01,1526.0,32.0,199.0,47.0,569.0,32.0,757.0,1132.0,Fiona reads and writes geographic data files.,74.0,37,True,2024-03-08 16:14:09.000,1.9.6,112.0,fiona,conda-forge/fiona,,,,20632.0,20439.0,https://pypi.org/project/fiona,2024-04-16 20:38:29.000,193.0,6133294.0,6252113.0,https://anaconda.org/conda-forge/fiona,2024-05-21 17:04:26.616,5584500.0,,,,,2.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-06-06 13:50:10.000000,2024-06-05 09:11:20,10295.0,58.0,551.0,69.0,2413.0,296.0,1775.0,1119.0,Machine learning for NeuroImaging in Python.,237.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3471.0,3196.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,275.0,59724.0,66063.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,272429.0,,,,,1.0,166.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-03-18 00:28:14.000000,2020-02-15 08:33:35,523.0,,6704.0,1284.0,166.0,670.0,227.0,32609.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,,,,29543.0,28776.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,767.0,981272.0,983071.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,154772.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +105,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-05-15 06:40:00.000000,2024-05-08 07:52:03,2292.0,9.0,5202.0,505.0,159.0,1086.0,1360.0,21681.0,State-of-the-art 2D and 3D Face Analysis Project.,60.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],2214.0,2192.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,22.0,357067.0,598502.0,,,,,,,,2.0,3380102.0,,,,,,,,,,,,,,,,,,, +106,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-06-06 01:51:31.000000,2024-06-06 01:51:24,1651.0,2.0,2834.0,378.0,459.0,12.0,1861.0,14569.0,Python Echarts Plotting Library.,43.0,36,True,2024-03-03 07:03:55.000,2.0.5,73.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4367.0,4176.0,https://pypi.org/project/pyecharts,2024-03-03 07:02:08.000,191.0,205097.0,205100.0,,,,,,,,2.0,58.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,2024-06-06 13:57:19.000000,2024-06-06 13:57:18,3435.0,203.0,1676.0,128.0,3727.0,128.0,3157.0,14193.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",245.0,36,True,2024-06-06 08:16:36.000,2.2.1,100.0,haystack,,,,,294.0,289.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,4556.0,4556.0,,,,,,,,2.0,24.0,,,,,,,,,,,,,,,,,,, +108,ivy,unifyai/ivy,ml-frameworks,,https://github.com/Transpile-AI/ivy,https://github.com/Transpile-AI/ivy,Apache-2.0,2021-01-19 08:37:25.000,2024-06-06 13:19:04.000000,2024-06-06 13:18:58,18293.0,384.0,5833.0,71.0,11686.0,944.0,15935.0,14029.0,The Unified AI Framework.,1472.0,36,True,2023-06-29 19:33:01.167,0.0.0,117.0,ivy,,,,,12.0,,https://pypi.org/project/ivy,2024-06-05 10:32:06.000,12.0,1503.0,1503.0,,,,,,,,2.0,,1.0,,Transpile-AI/ivy,,,,,,,,,,,,,,,, +109,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-06-06 14:47:25.000000,2024-06-05 10:30:22,6238.0,73.0,3401.0,244.0,1614.0,1076.0,4176.0,10673.0,Open-source simulator for autonomous driving research.,188.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,728.0,721.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,7.0,12574.0,12574.0,,,,,,,,1.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-06-01 19:24:27.000000,2024-05-05 04:04:50,542.0,55.0,2374.0,282.0,155.0,321.0,318.0,8116.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",50.0,36,True,2024-05-05 04:42:09.000,3.10.4,59.0,SpeechRecognition,conda-forge/speechrecognition,,,,520.0,21.0,https://pypi.org/project/SpeechRecognition,2024-05-05 04:36:10.000,499.0,928113.0,932138.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,185160.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +111,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-06-06 08:22:41.000000,2024-05-31 03:26:46,3047.0,82.0,984.0,89.0,3362.0,331.0,2673.0,5445.0,AI Toolkit for Healthcare Imaging.,189.0,36,True,2024-05-21 08:24:42.000,1.3.1,86.0,monai,conda-forge/monai,,,['pytorch'],2432.0,2335.0,https://pypi.org/project/monai,2024-05-21 04:45:20.000,97.0,149732.0,150541.0,https://anaconda.org/conda-forge/monai,2024-05-21 06:44:33.713,24290.0,,,,,2.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-06-06 14:38:49.000000,2024-06-05 16:46:57,10474.0,90.0,1626.0,148.0,2318.0,599.0,1236.0,5215.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",241.0,36,True,2024-04-03 16:21:23.000,2.8.0,862.0,deepchem,conda-forge/deepchem,,,['tensorflow'],389.0,376.0,https://pypi.org/project/deepchem,2024-06-05 20:58:18.000,13.0,23565.0,25790.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,106802.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-06-03 16:58:54.000000,2024-06-03 13:36:42,961.0,8.0,804.0,88.0,209.0,115.0,667.0,4244.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,36,True,2024-06-03 13:41:58.000,82,73.0,opencv-python,,,,,409393.0,399859.0,https://pypi.org/project/opencv-python,2024-06-03 16:58:54.000,9534.0,14556947.0,14556947.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +114,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-06-04 21:14:27.000000,2024-06-03 20:04:41,5325.0,10.0,275.0,79.0,793.0,19.0,124.0,2801.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,36,True,2024-06-04 21:15:11.000,8.2.4,235.0,thinc,conda-forge/thinc,,,,48108.0,47983.0,https://pypi.org/project/thinc,2024-06-04 21:13:35.000,125.0,9943107.0,10000645.0,https://anaconda.org/conda-forge/thinc,2024-05-11 21:24:32.807,2819399.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +115,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-06-06 08:12:53.198000,2024-06-06 06:02:18,4452.0,279.0,441.0,36.0,3343.0,560.0,1085.0,2414.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,159.0,36,True,2024-06-06 03:22:16.000,0.43.9,95.0,pyvista,conda-forge/pyvista,,,['jupyter'],3513.0,3027.0,https://pypi.org/project/pyvista,2024-06-06 03:22:16.000,486.0,276218.0,286349.0,https://anaconda.org/conda-forge/pyvista,2024-06-06 08:12:53.198,485836.0,,,,,2.0,796.0,,,,,,,,,,,,,,,,,,, +116,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-06-05 18:01:52.000000,2024-06-05 18:01:48,1546.0,18.0,375.0,47.0,1494.0,175.0,678.0,1543.0,Exploratory analysis of Bayesian models with Python.,158.0,36,True,2024-04-05 08:50:12.000,0.18.0,37.0,arviz,conda-forge/arviz,,,,6940.0,6657.0,https://pypi.org/project/arviz,2024-04-05 08:50:12.000,283.0,2414508.0,2458019.0,https://anaconda.org/conda-forge/arviz,2024-06-04 17:15:32.811,2132016.0,,,,,1.0,136.0,,,,,,,,,,,,,,,,,,, +117,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-05-29 14:38:32.000000,2024-05-29 14:38:32,5860.0,57.0,257.0,37.0,808.0,128.0,403.0,631.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,20393.0,19346.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1047.0,499472.0,514351.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,714211.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-05-31 05:24:51.000000,2024-02-10 14:20:58,4668.0,,3609.0,266.0,734.0,89.0,956.0,30523.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1367.0,1321.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,46.0,117376.0,174696.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,12439.0,,,,,2.0,2220359.0,,,,,,,,,,,,,,,,,,, +119,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-06-06 13:45:36.000000,2024-05-30 21:44:49,2323.0,2.0,6252.0,423.0,1337.0,1244.0,3044.0,29527.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3306.0,3197.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,109.0,273348.0,274829.0,https://anaconda.org/conda-forge/fairseq,2024-05-17 03:12:57.351,69457.0,,,,,2.0,333.0,,,,,,,,,,,,,,,,,,, +120,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-05-30 09:13:44.000000,2023-09-04 11:42:16,615.0,,2976.0,307.0,248.0,394.0,589.0,22466.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",128.0,35,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,,6830.0,6652.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,178.0,270794.0,509662.0,,,,,,,,1.0,11465709.0,,,,,,,,,,,,,,,,,,, +121,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-06-05 20:14:18.000000,2024-06-05 20:08:41,8919.0,78.0,3011.0,272.0,1251.0,156.0,683.0,18221.0,Best Practices on Recommendation Systems.,132.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,119.0,115.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,28594.0,28601.0,,,,,,,,1.0,495.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +122,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-05-29 03:01:54.000000,2024-03-25 12:37:43,1333.0,1.0,2213.0,333.0,1589.0,387.0,1859.0,14024.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",172.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1183.0,1154.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,29.0,94973.0,94973.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,, +123,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,,4403.0,545.0,716.0,402.0,1273.0,13939.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,,,,,5788.0,5770.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,30128.0,30128.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,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-05-02 09:05:39.790000,2023-08-20 17:38:53,890.0,,1142.0,318.0,267.0,56.0,343.0,12819.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,,,,4115.0,3924.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,191.0,1115947.0,1125306.0,https://anaconda.org/conda-forge/python-annoy,2024-05-02 09:05:39.790,421163.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,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-06-01 09:01:23.000000,2024-06-01 09:01:11,3821.0,43.0,908.0,137.0,174.0,108.0,1013.0,12418.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",96.0,35,True,2024-05-21 09:05:36.000,16.3.1,238.0,ocrmypdf,conda-forge/ocrmypdf,,,,870.0,845.0,https://pypi.org/project/ocrmypdf,2024-05-21 09:05:36.000,25.0,93254.0,95285.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,67079.0,,,,,1.0,3555.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +126,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,,2243.0,279.0,3096.0,91.0,2477.0,11701.0,"An open-source NLP research library, built on PyTorch.",266.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4209.0,4084.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,55184.0,57140.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,129117.0,,,,,2.0,63.0,,,,,,,,,,,,,,,,,,, +127,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-06-06 14:22:16.000000,2024-06-06 13:01:57,6559.0,351.0,2216.0,195.0,6633.0,143.0,2047.0,10373.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",317.0,35,True,2024-06-06 05:46:45.000,2.0.0rc0,73.0,nemo-toolkit,,,,['pytorch'],34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-06-06 05:28:42.000,13.0,48503.0,51656.0,,,,,,,,2.0,179745.0,,,,,,,,,,,,,,,,,,, +128,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-05-17 09:36:48.000000,2022-12-08 17:49:19,746.0,,1002.0,134.0,230.0,352.0,272.0,8471.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,,,,59990.0,58828.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1162.0,4795136.0,4796614.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,97602.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,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-06-05 00:22:19.000000,2024-06-01 07:31:50,1749.0,22.0,1330.0,146.0,234.0,220.0,146.0,8062.0,A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection).,53.0,35,True,2024-06-01 07:34:34.000,2.0.0,92.0,pyod,conda-forge/pyod,,,,3896.0,3790.0,https://pypi.org/project/pyod,2024-06-01 07:34:34.000,106.0,679566.0,681630.0,https://anaconda.org/conda-forge/pyod,2024-06-01 11:48:22.321,101149.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +130,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-06-06 14:57:46.000000,2024-06-06 13:45:09,20387.0,977.0,509.0,53.0,2994.0,498.0,1017.0,6869.0,"Visualize, create, and debug image and video datasets and model predictions.",125.0,35,True,2024-05-29 19:19:20.000,0.24.0,143.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",611.0,593.0,https://pypi.org/project/fiftyone,2024-05-29 18:57:44.000,18.0,50793.0,50793.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,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-06-06 13:39:49.000000,2024-06-04 21:43:41,32458.0,69.0,1994.0,385.0,6833.0,2823.0,6618.0,6758.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",265.0,35,True,,,152.0,h2o,,,,,67.0,21.0,https://pypi.org/project/h2o,2024-05-13 17:04:43.000,46.0,294191.0,294191.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,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-06-06 10:55:35.000000,2024-06-06 01:17:21,3113.0,140.0,755.0,74.0,3486.0,236.0,823.0,6683.0,"The easiest way to serve AI/ML models in production - Build Model Inference Service, LLM APIs, Multi-model Inference..",202.0,35,True,2024-06-03 09:54:28.000,1.2.17,148.0,bentoml,,,,,1852.0,1829.0,https://pypi.org/project/bentoml,2024-06-03 09:54:28.000,23.0,102340.0,102369.0,,,,,,,,2.0,1579.0,,,,,,,,,,,,,,,,,,, +133,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-05-28 13:55:25.000000,2024-05-15 16:51:14,2891.0,10.0,2225.0,175.0,1149.0,28.0,1421.0,6636.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,35,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],294.0,276.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,18.0,10830.0,10830.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,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-06-04 05:33:45.000000,2024-05-17 00:01:43,1152.0,18.0,596.0,118.0,873.0,309.0,1060.0,4133.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",167.0,35,True,2024-04-22 23:27:42.000,7.2,47.0,coremltools,conda-forge/coremltools,,,,3945.0,3874.0,https://pypi.org/project/coremltools,2024-04-23 00:06:00.000,71.0,553765.0,555214.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,58558.0,,,,,2.0,9717.0,,,,,,,,,,,,,,,,,,, +135,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-06-06 04:25:35.000000,2024-06-05 23:07:46,3782.0,79.0,816.0,58.0,1584.0,380.0,1244.0,4034.0,"Serve, optimize and scale PyTorch models in production.",195.0,35,True,2024-05-17 03:59:56.000,0.11.0,24.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],686.0,665.0,https://pypi.org/project/torchserve,2024-05-16 18:10:47.000,21.0,58729.0,85144.0,https://anaconda.org/pytorch/torchserve,2024-05-16 18:53:25.751,187156.0,https://hub.docker.com/r/pytorch/torchserve,2024-05-16 18:48:58.030552,27.0,1263276.0,2.0,5726.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,2024-06-06 11:52:32.000000,2024-05-27 14:06:00,8514.0,24.0,704.0,99.0,13239.0,51.0,833.0,3730.0,State of the Art Natural Language Processing.,112.0,35,True,2024-04-05 17:44:10.000,5.3.3,142.0,spark-nlp,,,,['spark'],474.0,437.0,https://pypi.org/project/spark-nlp,2024-06-05 17:30:45.000,37.0,4162473.0,4162473.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,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-06-05 02:38:10.000000,2024-06-05 02:38:07,1185.0,5.0,1674.0,151.0,210.0,8.0,692.0,3447.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,35,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],292.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,292.0,4802661.0,4804789.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,97910.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +138,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-06-06 12:51:20.000000,2024-06-06 09:03:01,7385.0,22.0,616.0,116.0,1171.0,348.0,1111.0,3239.0,High-performance interactive 2D/3D data visualization library.,196.0,35,True,2024-03-14 16:50:16.000,0.14.2,38.0,vispy,conda-forge/vispy,,,['jupyter'],1693.0,1541.0,https://pypi.org/project/vispy,2024-03-14 16:13:05.000,149.0,89562.0,100741.0,https://anaconda.org/conda-forge/vispy,2024-05-17 02:25:53.125,502483.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,13.0,,,,,,,,,,, +139,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-06-06 11:34:53.000000,2024-05-14 17:59:27,2308.0,6.0,634.0,73.0,2878.0,231.0,720.0,2408.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",225.0,35,True,2024-06-05 19:22:04.000,2.3.1,35.0,torchaudio,,,,['pytorch'],1099.0,,https://pypi.org/project/torchaudio,2024-06-05 16:44:44.000,1099.0,4898241.0,4898241.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,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-06-06 14:59:42.000000,2024-06-06 04:47:30,4222.0,229.0,551.0,45.0,4581.0,301.0,980.0,2151.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",168.0,35,True,2024-05-06 23:38:06.000,0.36.0,57.0,pennylane,conda-forge/pennylane,,,,1017.0,915.0,https://pypi.org/project/pennylane,2024-05-06 23:38:06.000,102.0,50642.0,52413.0,https://anaconda.org/conda-forge/pennylane,2024-05-07 13:17:23.986,54884.0,,,,,1.0,78.0,,,,,,,,,,,,,,,,,,, +141,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-06-06 13:21:09.000000,2024-06-06 11:35:52,1810.0,110.0,380.0,26.0,1535.0,73.0,756.0,1985.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",241.0,35,True,2024-05-15 11:24:52.000,1.4.0.post0,46.0,metrics,conda-forge/torchmetrics,,,['pytorch'],25678.0,25676.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4333.0,39627.0,https://anaconda.org/conda-forge/torchmetrics,2024-05-16 05:28:17.806,1371331.0,,,,,2.0,5175.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +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,2024-05-26 07:12:48.000000,2024-05-21 16:16:06,3029.0,56.0,360.0,55.0,1164.0,307.0,958.0,1368.0,Cartopy - a cartographic python library with matplotlib support.,126.0,35,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,5598.0,5006.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,592.0,222602.0,296576.0,https://anaconda.org/conda-forge/cartopy,2024-05-16 22:28:29.744,3624739.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,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-06-06 14:59:28.000000,2024-06-06 14:02:41,1687.0,85.0,168.0,29.0,1586.0,70.0,179.0,1170.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,79.0,35,True,2024-05-16 14:22:44.000,2024.4.0,27.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],10912.0,10870.0,https://pypi.org/project/scikit-learn-intelex,2024-05-13 17:40:51.000,42.0,101424.0,108606.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-04-19 14:33:00.666,272916.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +144,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-05-31 16:33:41.797000,2024-05-27 17:21:31,1555.0,20.0,152.0,41.0,133.0,4.0,643.0,1167.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2024-05-27 17:23:19.000,1.11.0,36.0,agate,conda-forge/agate,,,,3299.0,3252.0,https://pypi.org/project/agate,2024-05-27 17:23:19.000,47.0,7547045.0,7552024.0,https://anaconda.org/conda-forge/agate,2024-05-31 16:33:41.797,184245.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +145,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-06-02 01:39:52.000000,2024-06-02 01:38:30,1550.0,10.0,212.0,34.0,690.0,31.0,575.0,1010.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,32039.0,30506.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,1533.0,8534103.0,8698023.0,https://anaconda.org/conda-forge/pyproj,2024-05-01 02:52:24.565,7704256.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,2024-06-01 04:06:25.000000,2024-05-30 14:50:18,14882.0,51.0,506.0,50.0,2294.0,396.0,960.0,741.0,Workflows and interfaces for neuroimaging packages.,256.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,4578.0,4443.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,135.0,172706.0,186225.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,621875.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,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-06-06 12:52:14.000000,2024-06-06 11:09:50,3374.0,265.0,4244.0,381.0,3964.0,415.0,1208.0,38127.0,"Making large AI models cheaper, faster and more accessible.",187.0,34,True,2024-05-31 11:41:19.000,0.3.8,38.0,,,,,,376.0,376.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,2024-06-06 04:04:37.000000,2024-06-06 04:00:30,1523.0,19.0,7288.0,384.0,669.0,493.0,3054.0,29082.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",269.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],1830.0,1819.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,11.0,,5875.0,https://anaconda.org/conda-forge/detectron2,2024-05-19 11:29:45.019,276135.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-06-06 05:16:15.000000,2024-06-06 05:16:11,8068.0,351.0,2686.0,294.0,194.0,23.0,1062.0,26532.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,34,True,2024-06-01 01:30:19.000,7.7.1,648.0,netron,,,,"['pytorch', 'tensorflow']",91.0,12.0,https://pypi.org/project/netron,2024-06-01 01:30:19.000,79.0,25388.0,132398.0,,,,,,,,1.0,107010.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-05-19 03:10:51.802000,2024-03-13 15:16:33,391.0,1.0,4675.0,845.0,268.0,556.0,611.0,25653.0,Library for fast text representation and classification.,68.0,34,True,2020-04-28 09:54:50.000,0.9.2,36.0,fasttext,conda-forge/fasttext,,,,6275.0,6047.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000,228.0,1281227.0,1283065.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,82718.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-06-06 13:49:27.000000,2024-06-06 13:38:09,18378.0,940.0,2894.0,381.0,5017.0,437.0,3450.0,21775.0,The platform for customizing AI from enterprise data.,826.0,34,False,2024-06-04 13:38:58.000,24.6.1.0,464.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-06-04 13:39:58.000,,17183.0,17183.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,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-06-04 18:45:12.000000,2024-05-18 14:08:15,800.0,9.0,4458.0,442.0,445.0,404.0,1729.0,17917.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,179.0,34,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,,110.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,89.0,834639.0,865665.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1177886.0,,,,,1.0,2544.0,,,,,,,,,,,,,,,,,,, +153,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-06-01 19:40:44.000000,2024-06-01 19:40:44,3853.0,18.0,1163.0,193.0,2856.0,365.0,759.0,10907.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",156.0,34,True,2024-04-08 23:26:12.000,0.10.3,55.0,ludwig,,,,['tensorflow'],262.0,256.0,https://pypi.org/project/ludwig,2024-04-08 23:26:12.000,6.0,4669.0,4669.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,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-06-06 08:22:54.000000,2024-05-23 15:30:50,10415.0,5.0,1927.0,351.0,3425.0,134.0,1135.0,8422.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,336.0,34,True,2023-07-19 17:15:55.000,9.9.0,29.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,40.0,,https://pypi.org/project/vowpalwabbit,2023-07-19 17:15:55.000,40.0,61626.0,65345.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-04-26 11:19:26.965,163678.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +155,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-06-03 00:37:06.159000,2024-06-01 17:51:42,2474.0,21.0,986.0,201.0,2304.0,255.0,840.0,8407.0,Deep universal probabilistic programming with Python and PyTorch.,155.0,34,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],177.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,177.0,294708.0,299018.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,168114.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +156,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-05-31 15:54:09.000000,2024-05-26 07:26:18,677.0,8.0,335.0,68.0,111.0,34.0,140.0,8039.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",27.0,34,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,37887.0,36141.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,1746.0,7251027.0,7256038.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,220523.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,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-06-06 06:13:22.000000,2024-04-20 16:29:42,4447.0,91.0,870.0,141.0,485.0,93.0,785.0,7095.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,34,True,2024-04-20 18:58:25.000,1.8.2,25.0,stanza,stanfordnlp/stanza,,,,2988.0,2817.0,https://pypi.org/project/stanza,2024-04-20 18:57:48.000,171.0,306799.0,306944.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7427.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,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-06-03 19:06:20.000000,2024-06-03 19:06:20,1372.0,25.0,860.0,157.0,1718.0,145.0,864.0,7093.0,An open source python library for automated feature engineering.,72.0,34,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1725.0,1652.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,73.0,67139.0,71029.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,186738.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +159,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-06-03 13:38:42.000000,2024-06-03 13:38:42,3274.0,10.0,930.0,138.0,653.0,54.0,1136.0,6763.0,Python library for audio and music analysis.,121.0,34,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1200.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1200.0,2778757.0,2794688.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,748776.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,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-06-05 17:12:00.000000,2024-06-05 17:12:00,2368.0,56.0,637.0,93.0,261.0,460.0,549.0,5343.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",98.0,34,True,2024-05-17 20:17:06.000,1.16.1,163.0,clearml,,allegroai/trains,,,1162.0,1128.0,https://pypi.org/project/clearml,2024-05-21 10:20:23.000,34.0,305767.0,306313.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30241.0,2.0,2527.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,2024-06-05 16:55:34.000000,2024-05-06 14:43:44,12226.0,63.0,1105.0,101.0,1341.0,152.0,752.0,4553.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",135.0,34,True,2024-02-17 23:58:41.000,1.17.1,58.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,542.0,531.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-02-17 23:56:02.000,11.0,24055.0,24904.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-02-18 02:39:29.665,39939.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +162,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-06-06 00:13:38.000000,2024-06-04 07:08:18,1702.0,42.0,605.0,60.0,1849.0,153.0,1260.0,4474.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,530.0,34,True,2024-04-01 10:35:11.000,0.5.0.post2,1640.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3028.0,2944.0,https://pypi.org/project/pytorch-ignite,2024-06-06 00:13:38.000,84.0,255709.0,258257.0,https://anaconda.org/pytorch/ignite,2024-04-01 12:32:01.049,183477.0,,,,,2.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,2024-06-05 20:27:03.000000,2024-05-30 01:02:25,1291.0,19.0,248.0,36.0,446.0,97.0,221.0,3639.0,Lightning fast forecasting with statistical and econometric models.,41.0,34,True,2024-05-24 17:17:51.000,1.7.5,33.0,statsforecast,conda-forge/statsforecast,,,,970.0,915.0,https://pypi.org/project/statsforecast,2024-05-24 17:17:51.000,55.0,594784.0,597425.0,https://anaconda.org/conda-forge/statsforecast,2024-05-24 22:58:45.044,71310.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +164,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-06-06 11:48:11.000000,2024-04-24 22:56:36,1309.0,9.0,810.0,291.0,1467.0,323.0,516.0,3460.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",155.0,34,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],259.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,259.0,680751.0,680751.0,,,,,,,,2.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,2024-06-06 09:13:29.000000,2024-05-31 06:52:17,1512.0,20.0,363.0,90.0,755.0,134.0,448.0,3229.0,Quickly and accurately render even the largest data.,55.0,34,True,2024-05-31 10:06:24.000,0.16.2,49.0,datashader,conda-forge/datashader,,,,4378.0,4195.0,https://pypi.org/project/datashader,2024-05-31 07:00:43.000,183.0,116886.0,135436.0,https://anaconda.org/conda-forge/datashader,2024-05-31 10:05:11.909,908965.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,2024-06-06 11:15:16.000000,2024-06-06 02:04:50,1886.0,71.0,372.0,54.0,1630.0,71.0,429.0,2978.0,Bayesian optimization in PyTorch.,114.0,34,True,2024-05-01 20:33:09.000,0.11.0,44.0,botorch,conda-forge/botorch,,,['pytorch'],1100.0,1026.0,https://pypi.org/project/botorch,2024-05-01 20:33:09.000,74.0,161010.0,163384.0,https://anaconda.org/conda-forge/botorch,2024-05-01 22:13:21.203,109230.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +167,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,64.0,546.0,322.0,393.0,2731.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,34,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,6320.0,5978.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,342.0,761225.0,776937.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,722782.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +168,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-06-06 13:43:35.000000,2024-06-05 20:36:30,3065.0,182.0,294.0,69.0,1801.0,114.0,623.0,2287.0,Adaptive Experimentation Platform.,169.0,34,True,2024-05-02 22:09:25.000,0.4.0,41.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],777.0,729.0,https://pypi.org/project/ax-platform,2024-05-02 22:09:25.000,48.0,95009.0,95576.0,https://anaconda.org/conda-forge/ax-platform,2024-05-03 19:13:18.752,20445.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +169,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-06-06 15:21:05.000000,2024-06-06 08:42:52,1042.0,56.0,384.0,61.0,1201.0,356.0,397.0,2243.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,107.0,34,True,2024-05-29 15:10:54.000,1.20.0,64.0,optimum,conda-forge/optimum,,,,2707.0,2571.0,https://pypi.org/project/optimum,2024-05-29 14:30:44.000,136.0,930651.0,931243.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,15394.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +170,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-06-03 04:20:54.000000,2024-05-28 18:13:20,553.0,10.0,156.0,42.0,79.0,4.0,129.0,2003.0,a python library for doing approximate and phonetic matching of strings.,31.0,34,True,2024-05-28 18:19:40.000,1.0.4,43.0,jellyfish,conda-forge/jellyfish,,,,9391.0,9146.0,https://pypi.org/project/jellyfish,2024-05-28 18:19:40.000,245.0,4197236.0,4215489.0,https://anaconda.org/conda-forge/jellyfish,2024-05-29 14:53:10.399,876155.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,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-06-05 23:15:00.000000,2024-05-22 05:11:40,4269.0,59.0,1070.0,154.0,1125.0,71.0,659.0,1785.0,Documentation and samples for ArcGIS API for Python.,91.0,34,True,2024-04-23 21:21:11.000,2.3.0,48.0,arcgis,,esridocker/arcgis-api-python-notebook,,,799.0,763.0,https://pypi.org/project/arcgis,2024-05-28 19:55:55.000,36.0,67686.0,67808.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,11406.0,,,,,,,,,,,,,,,,,,, +172,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-05-29 11:38:37.000000,2024-05-29 11:38:37,1186.0,13.0,359.0,68.0,606.0,276.0,356.0,1456.0,A Jupyter - Leaflet.js bridge.,88.0,34,True,2024-05-14 08:14:02.000,0.19.1,83.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],9499.0,9237.0,https://pypi.org/project/ipyleaflet,2024-05-14 07:54:14.000,253.0,139650.0,173908.0,https://anaconda.org/conda-forge/ipyleaflet,2024-05-14 09:17:21.014,1157705.0,,,,,2.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-05-13 13:06:55.933,9.0,10632.0,,,,,,,,,,, +173,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-06-05 02:07:52.000000,2024-06-04 06:41:47,878.0,6.0,329.0,45.0,1030.0,168.0,169.0,1201.0,Making text a first-class citizen in TensorFlow.,115.0,34,True,2024-03-11 20:48:59.000,2.16.1,69.0,tensorflow-text,,,,['tensorflow'],7093.0,6890.0,https://pypi.org/project/tensorflow-text,2024-03-11 17:56:47.000,203.0,6986854.0,6986854.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,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-05-29 17:04:30.000000,2022-06-10 09:12:18,238.0,,13324.0,1566.0,228.0,773.0,586.0,52116.0,The worlds simplest facial recognition api for Python and the command line.,54.0,33,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],131.0,21.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,110.0,192510.0,192992.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,21064.0,,,,,2.0,1231.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,2024-06-06 14:56:28.000000,2024-06-06 13:09:45,4633.0,888.0,2671.0,265.0,4149.0,92.0,532.0,24561.0,You like pytorch? You like micrograd? You love tinygrad!.,310.0,33,True,2024-05-28 18:48:47.000,0.9.0,6.0,,,,,['pytorch'],69.0,69.0,,,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +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-02-18 05:01:17.000000,2021-11-17 17:52:52,3466.0,,3875.0,665.0,1674.0,143.0,1985.0,24543.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'],445.0,421.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,4233.0,20902.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,2757.0,,,,,2.0,1144812.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,2024-06-06 14:58:13.000000,2024-05-28 12:22:14,2795.0,336.0,1250.0,118.0,3063.0,230.0,911.0,18460.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",108.0,33,True,2024-05-28 12:43:45.000,1.9.4,72.0,,,,,,114.0,114.0,,,,,1127.0,,,,,,,,2.0,42856.0,,,,,,,,,,,,,,,,,,, +178,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-05-10 14:44:06.000000,2023-10-26 05:31:53,3012.0,,1800.0,283.0,3506.0,388.0,1683.0,13826.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,693.0,655.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,38.0,15389.0,15389.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +179,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2024-05-07 09:56:24.000000,2021-07-29 23:17:25,531.0,,1785.0,264.0,116.0,111.0,535.0,11366.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,,,,5878.0,5690.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,188.0,372482.0,374810.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,209566.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2024-05-15 17:55:00.000000,2024-02-23 19:03:07,2440.0,,1539.0,287.0,432.0,284.0,638.0,9547.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,33,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],2820.0,2783.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,37.0,42333.0,47633.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,254441.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +181,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,,877.0,259.0,148.0,107.0,104.0,9146.0,Fuzzy String Matching in Python.,70.0,33,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,25908.0,24785.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1123.0,6727638.0,6733287.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,536726.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +182,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-05-20 16:44:45.000000,2024-04-22 23:01:37,2591.0,25.0,635.0,99.0,471.0,578.0,1228.0,9015.0,An open source multi-tool for exploring and publishing data.,78.0,33,True,2023-12-22 23:22:42.000,0.64.6,147.0,datasette,conda-forge/datasette,,,,1661.0,1267.0,https://pypi.org/project/datasette,2024-03-13 02:20:24.000,394.0,38262.0,39183.0,https://anaconda.org/conda-forge/datasette,2024-01-03 22:47:34.900,34977.0,,,,,2.0,64.0,,,,,,,,,datasette,,,,,,,,,, +183,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-05-30 17:11:56.000000,2024-05-30 17:06:38,1155.0,11.0,1254.0,149.0,169.0,265.0,1267.0,8414.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,142.0,33,False,2024-02-22 18:30:39.000,0.7.6,17.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],843.0,829.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,6287.0,10219.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,216312.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +184,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-06-06 14:21:28.000000,2024-06-06 14:19:06,38873.0,418.0,846.0,147.0,9731.0,1095.0,5297.0,7839.0,cuDF - GPU DataFrame Library.,286.0,33,True,2024-06-05 15:08:25.000,24.06.00,50.0,cudf,,,,,72.0,55.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,17.0,3457.0,3457.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,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-06-06 14:28:13.000000,2024-06-05 20:25:54,945.0,83.0,728.0,286.0,1248.0,324.0,372.0,7727.0,"Build and manage real-life ML, AI, and data science projects with ease!.",90.0,33,True,2024-06-05 23:31:19.000,2.12.3,127.0,metaflow,conda-forge/metaflow,,,,712.0,667.0,https://pypi.org/project/metaflow,2024-06-05 23:31:19.000,45.0,310007.0,313757.0,https://anaconda.org/conda-forge/metaflow,2024-06-04 12:54:10.826,176291.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,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-06-06 14:07:10.000000,2024-06-05 11:34:27,1204.0,46.0,805.0,60.0,968.0,265.0,1185.0,7434.0,A python library for user-friendly forecasting and anomaly detection on time series.,116.0,33,True,2024-04-17 11:54:28.000,0.29.0,42.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,632.0,626.0,https://pypi.org/project/u8darts,2024-04-17 11:54:28.000,6.0,23731.0,25050.0,https://anaconda.org/conda-forge/u8darts-all,2024-04-18 00:03:59.716,45916.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,592.0,2.0,,,,,,,,,,,,,,,,,,,, +187,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-06-06 09:06:36.000000,2024-06-05 23:17:36,2230.0,118.0,857.0,99.0,2496.0,357.0,976.0,7287.0,Fast and Accurate ML in 3 Lines of Code.,122.0,33,True,2024-05-02 19:07:34.000,0.8.3,1504.0,autogluon,,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",744.0,720.0,https://pypi.org/project/autogluon,2024-06-06 09:06:36.000,24.0,77407.0,77542.0,,,,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,7966.0,1.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,2024-05-27 10:46:46.000000,2024-04-25 01:14:03,1793.0,25.0,765.0,127.0,278.0,455.0,336.0,7103.0,Uniform Manifold Approximation and Projection.,130.0,33,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,834.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,833.0,1381339.0,1432239.0,https://anaconda.org/conda-forge/umap-learn,2024-02-04 15:29:26.812,2443213.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-05-25 08:44:40.000000,2024-05-25 08:44:40,1420.0,2.0,872.0,219.0,223.0,174.0,233.0,6836.0,Efficiently computes derivatives of numpy code.,56.0,33,True,2023-06-23 08:37:07.368,1.6.2,29.0,autograd,conda-forge/autograd,,,,8612.0,8346.0,https://pypi.org/project/autograd,2023-06-23 08:37:07.368,266.0,1333612.0,1351607.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,431902.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,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-06-06 11:52:20.000000,2024-06-06 10:25:20,2925.0,592.0,1212.0,245.0,8917.0,833.0,1490.0,6131.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, Phi, etc.) on..",102.0,33,True,2023-11-13 02:02:20.000,2.4.0,869.0,bigdl,,,,,58.0,51.0,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,3261.0,3266.0,,,,,,,,2.0,499.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,,, +191,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-06-06 07:37:33.000000,2024-06-06 07:34:21,3164.0,162.0,717.0,143.0,106.0,101.0,333.0,6081.0,Fit interpretable models. Explain blackbox machine learning.,44.0,33,True,2024-04-14 22:32:49.000,0.6.1,49.0,interpret,,,,['jupyter'],736.0,691.0,https://pypi.org/project/interpret,2024-04-14 04:27:31.000,45.0,81023.0,81023.0,,,,,,,,1.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,,1366.0,288.0,6588.0,13.0,2031.0,5869.0,A flexible framework of neural networks for deep learning.,325.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3305.0,3247.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,19442.0,19780.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,17623.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +193,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-04-01 08:16:02.000000,2024-04-01 08:13:40,1215.0,5.0,651.0,63.0,133.0,59.0,437.0,5833.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",41.0,33,True,2024-04-01 08:16:02.000,2.5.0,210.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1574.0,1541.0,https://pypi.org/project/pytorch-metric-learning,2024-04-01 08:03:08.000,33.0,459960.0,460176.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11485.0,,,,,1.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,2024-06-05 19:44:27.000000,2024-06-03 13:02:31,29934.0,219.0,1572.0,181.0,2116.0,26.0,1595.0,4865.0,"mlpack: a fast, header-only C++ machine learning library.",316.0,33,True,2024-05-28 22:59:10.000,4.4.0,47.0,mlpack,conda-forge/mlpack,,,,2.0,,https://pypi.org/project/mlpack,2024-05-28 22:59:10.000,2.0,2282.0,6204.0,https://anaconda.org/conda-forge/mlpack,2024-05-29 13:49:41.651,188285.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +195,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-03-31 13:12:23.000000,2024-03-31 13:12:23,1645.0,6.0,845.0,118.0,527.0,144.0,341.0,4793.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,106.0,33,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],13826.0,13669.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,157.0,630211.0,636758.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,307748.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +196,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-05-16 16:15:58.000000,2024-05-16 16:15:57,1295.0,2.0,2511.0,1965.0,534.0,386.0,1076.0,3980.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,33,True,2024-02-06 19:36:25.000,1.55.0,103.0,azureml-sdk,,,,,48.0,,https://pypi.org/project/azureml-sdk,2024-04-29 18:34:04.000,48.0,538157.0,538166.0,,,,,,,,2.0,620.0,,,,,,,,,,,,,,,,,,, +197,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-06-06 15:12:32.000000,2024-06-03 16:38:23,3041.0,152.0,314.0,25.0,2840.0,169.0,1788.0,3171.0,"Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data..",89.0,33,True,2024-05-30 15:46:15.000,1.29.0,100.0,rubrix,conda-forge/rubrix,,,,2512.0,2512.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,503.0,1546.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,31291.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +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,2024-05-24 23:42:54.551000,2024-05-24 16:20:11,1005.0,8.0,491.0,56.0,139.0,351.0,168.0,2708.0,A high performance implementation of HDBSCAN clustering.,89.0,33,True,2024-05-24 16:32:20.000,0.8.36,52.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3859.0,3555.0,https://pypi.org/project/hdbscan,2024-05-24 16:32:20.000,304.0,742119.0,786208.0,https://anaconda.org/conda-forge/hdbscan,2024-05-24 23:42:54.551,1939945.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-06-05 16:22:45.000000,2024-06-05 10:44:19,5190.0,93.0,516.0,19.0,1289.0,1047.0,649.0,2145.0,"This is the development home of the workflow management system Snakemake. For general information, see.",326.0,33,True,2024-06-05 10:45:28.000,8.13.0,339.0,snakemake,bioconda/snakemake,,,,2214.0,1992.0,https://pypi.org/project/snakemake,2024-06-05 10:45:28.000,222.0,43423.0,53686.0,https://anaconda.org/bioconda/snakemake,2024-06-05 11:44:37.712,1067395.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,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-05-28 19:51:36.901000,2024-05-28 04:59:06,3715.0,30.0,190.0,49.0,1370.0,133.0,722.0,1969.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-05-28 05:22:14.000,0.16.1,61.0,pythran,conda-forge/pythran,,,,2265.0,2246.0,https://pypi.org/project/pythran,2024-05-28 05:22:14.000,19.0,232503.0,243708.0,https://anaconda.org/conda-forge/pythran,2024-05-28 19:51:36.901,504252.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +201,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-05-27 22:30:20.000000,2024-04-15 22:25:34,1519.0,1.0,606.0,59.0,1883.0,88.0,898.0,1678.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,33,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],15013.0,14788.0,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,225.0,1046287.0,1046287.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,2024-04-20 16:14:16.000000,2018-10-12 15:53:05,1251.0,,282.0,51.0,158.0,104.0,218.0,1598.0,Python Geocoder.,73.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,10358.0,10170.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,188.0,615246.0,616873.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,143228.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder +203,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-05-02 22:47:28.000000,2024-05-02 22:47:23,830.0,5.0,320.0,119.0,783.0,217.0,167.0,1475.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",85.0,33,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],3885.0,3842.0,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,43.0,835717.0,835717.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-03-26 18:33:29.000000,2024-02-11 16:39:29,1856.0,,200.0,32.0,212.0,26.0,399.0,1370.0,The ctypes-based simple ImageMagick binding for Python.,104.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,19236.0,18997.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,239.0,872463.0,873998.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,48711.0,,,,,2.0,46680.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-06-02 23:18:49.000000,2024-06-02 23:18:47,2838.0,31.0,247.0,34.0,215.0,44.0,506.0,1256.0,Python interface for igraph.,75.0,33,False,2024-05-07 17:50:45.000,0.11.5,41.0,python-igraph,conda-forge/igraph,,,,4337.0,3964.0,https://pypi.org/project/python-igraph,2024-05-07 17:50:45.000,373.0,223690.0,241676.0,https://anaconda.org/conda-forge/igraph,2024-05-28 10:29:51.775,539760.0,,,,,1.0,562835.0,,,,,,,,,,,,,,,,,,, +206,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-06-06 14:54:21.000000,2024-06-06 14:53:57,3344.0,64.0,237.0,48.0,392.0,72.0,271.0,1036.0,"OpenCL integration for Python, plus shiny features.",96.0,33,True,2024-06-06 14:55:58.000,2024.2.5,99.0,pyopencl,conda-forge/pyopencl,,,,2077.0,1912.0,https://pypi.org/project/pyopencl,2024-06-05 21:51:33.000,165.0,53586.0,75549.0,https://anaconda.org/conda-forge/pyopencl,2024-05-09 12:35:04.365,1054260.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +207,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-06-06 13:29:31.000000,2024-05-29 11:55:47,14063.0,217.0,419.0,54.0,2132.0,151.0,781.0,681.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",161.0,33,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1233.0,1115.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,118.0,25135.0,35168.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,451487.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,2024-05-30 17:18:19.000000,2023-07-11 13:03:36,1421.0,,3728.0,755.0,1137.0,410.0,588.0,18976.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'],513.0,508.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,4423.0,4423.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,,4630.0,1006.0,1869.0,362.0,658.0,17166.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,,,,1001.0,991.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,4307.0,4481.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,7850.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,,3425.0,465.0,671.0,590.0,672.0,15022.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'],1499.0,1485.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,6426.0,6426.0,,,,,,,,2.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,,1159.0,338.0,1683.0,523.0,1294.0,11163.0,Turi Create simplifies the development of custom machine learning models.,86.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,376.0,371.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,15976.0,16103.0,,,,,,,,3.0,9914.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,,2095.0,284.0,3401.0,51.0,1494.0,10436.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,32,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],242.0,237.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,2514.0,2514.0,,,,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +213,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-03-19 22:44:23.623000,2023-12-09 05:39:53,576.0,,2304.0,218.0,245.0,120.0,417.0,9983.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,,,,516.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,495.0,1978215.0,1988552.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,485859.0,,,,,2.0,,-2.0,,,,,,,,,,,,,,,,,, +214,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-04-08 20:21:16.000000,2024-04-08 20:21:10,864.0,2.0,1282.0,421.0,87.0,32.0,161.0,9709.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1314.0,1296.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,18.0,18457.0,18985.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,29083.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +215,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,,2414.0,457.0,261.0,576.0,363.0,9611.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,32,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],4932.0,4920.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,12.0,6498.0,6498.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +216,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,4.0,1399.0,302.0,894.0,137.0,759.0,9088.0,AutoML library for deep learning.,143.0,32,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],695.0,682.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18173.0,18404.0,,,,,,,,2.0,18267.0,,,,,,,,,,,,,,,,,,, +217,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-06-04 06:03:56.000000,2024-05-25 01:05:13,1629.0,59.0,682.0,85.0,747.0,115.0,252.0,8896.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",49.0,32,False,2024-05-24 23:57:29.000,2.6.5,30.0,cleanlab,conda-forge/cleanlab,,,,343.0,327.0,https://pypi.org/project/cleanlab,2024-05-24 23:57:29.000,16.0,37372.0,37982.0,https://anaconda.org/conda-forge/cleanlab,2024-05-28 17:57:42.805,23216.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,2024-05-26 14:55:00.000000,2024-05-26 14:55:00,554.0,4.0,1197.0,168.0,431.0,67.0,472.0,8160.0,Automatic extraction of relevant features from time series:.,94.0,32,True,2024-01-28 09:46:21.000,0.20.2,31.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],96.0,21.0,https://pypi.org/project/tsfresh,2024-01-28 09:46:21.000,75.0,248118.0,275799.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1356384.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2023-11-12 14:28:03.000000,2023-11-12 14:28:03,528.0,,870.0,86.0,274.0,78.0,376.0,7814.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,32,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,44957.0,44360.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,597.0,2191903.0,2216872.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1173326.0,,,,,2.0,421.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,2024-04-23 12:27:20.000000,2024-03-06 05:23:22,360.0,,1504.0,134.0,135.0,13.0,328.0,7579.0,A Python implementation of global optimization with gaussian processes.,44.0,32,True,2023-04-25 22:00:01.831,1.4.3,14.0,bayesian-optimization,,,,,2804.0,2673.0,https://pypi.org/project/bayesian-optimization,2023-04-25 22:00:01.831,131.0,530531.0,530532.0,,,,,,,,2.0,147.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +221,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-04-29 22:31:53.000000,2024-03-13 19:58:20,1220.0,2.0,1042.0,124.0,275.0,205.0,454.0,7117.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,32,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,15771.0,15345.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,426.0,2401237.0,2412331.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,765489.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,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,,1816.0,197.0,206.0,13.0,1343.0,6297.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,True,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1568.0,1550.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,14206.0,14541.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,10670.0,,,,,3.0,169.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,2024-06-05 21:26:15.000000,2024-05-17 14:47:16,175.0,21.0,1050.0,200.0,119.0,151.0,309.0,5979.0,Official Kaggle API.,42.0,32,True,2024-05-17 17:24:39.000,1.6.14,72.0,kaggle,conda-forge/kaggle,,,,206.0,21.0,https://pypi.org/project/kaggle,2024-05-17 17:24:39.000,185.0,214385.0,217853.0,https://anaconda.org/conda-forge/kaggle,2024-05-17 23:52:36.218,156091.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,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-05-18 12:01:53.615000,2024-05-07 13:49:33,2334.0,2.0,1105.0,191.0,235.0,273.0,281.0,5618.0,Distributed Evolutionary Algorithms in Python.,88.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5059.0,4826.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,233.0,209952.0,218713.0,https://anaconda.org/conda-forge/deap,2024-05-18 12:01:53.615,385497.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,2024-06-06 15:01:41.000000,2024-06-03 11:23:06,2183.0,25.0,292.0,43.0,2148.0,345.0,656.0,4882.0,Aim An easy-to-use & supercharged open-source experiment tracker.,64.0,32,True,2024-06-03 12:26:33.000,3.20.1,1011.0,aim,conda-forge/aim,,,,614.0,578.0,https://pypi.org/project/aim,2024-06-05 20:08:17.000,36.0,73213.0,74619.0,https://anaconda.org/conda-forge/aim,2023-06-16 19:26:46.894,49226.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,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-06-05 00:53:03.000000,2024-05-31 18:07:32,1092.0,31.0,465.0,247.0,767.0,213.0,335.0,4650.0,Model interpretability and understanding for PyTorch.,111.0,32,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2226.0,2113.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,113.0,236356.0,237230.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,26225.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +227,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-05-03 19:17:17.000000,2023-11-23 21:41:49,1136.0,,632.0,89.0,270.0,40.0,252.0,4328.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,,,,792.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,792.0,5205456.0,5233335.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1338232.0,,,,,3.0,48.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-05-20 02:14:43.000000,2023-12-03 03:47:34,490.0,,591.0,65.0,218.0,213.0,159.0,4082.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,,,,6670.0,6548.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,122.0,854850.0,858839.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,167543.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-05-21 07:56:58.000000,2024-03-15 22:39:59,618.0,4.0,118.0,75.0,71.0,19.0,124.0,3723.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,32,True,2024-03-15 22:38:56.000,6.2.0,50.0,ftfy,conda-forge/ftfy,,,,20443.0,19944.0,https://pypi.org/project/ftfy,2024-03-15 22:38:56.000,499.0,5128175.0,5135206.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,288306.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,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-05-20 18:12:28.000000,2024-05-03 16:54:19,704.0,4.0,259.0,44.0,825.0,99.0,285.0,2960.0,PyTorch extensions for high performance and large scale training.,75.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],5331.0,5265.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,66.0,505493.0,512278.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,210339.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,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-04-01 18:35:40.000000,2024-03-04 19:25:47,1086.0,,384.0,62.0,494.0,210.0,271.0,2834.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'],3909.0,3804.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,105.0,268378.0,269332.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,32447.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-06-01 06:18:06.000000,2024-06-01 06:18:06,2955.0,17.0,691.0,74.0,871.0,274.0,630.0,2636.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",127.0,32,True,2024-03-08 20:41:28.000,0.1.25,25.0,pgmpy,,,,,1061.0,1018.0,https://pypi.org/project/pgmpy,2024-03-08 20:00:14.000,43.0,52126.0,52133.0,,,,,,,,2.0,365.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-03-07 12:10:22.000000,2024-03-07 12:10:22,2293.0,,584.0,69.0,481.0,249.0,705.0,2301.0,Survival analysis in Python.,117.0,32,True,2024-01-03 22:01:02.000,0.28.0,170.0,lifelines,conda-forge/lifelines,,,,2672.0,2544.0,https://pypi.org/project/lifelines,2024-01-03 22:01:02.000,128.0,546992.0,553840.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,335600.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-04-04 16:01:23.000000,2024-03-18 20:30:45,1372.0,19.0,320.0,22.0,47.0,35.0,202.0,2249.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,32,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,497.0,487.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,80852.0,81949.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,46092.0,,,,,1.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,2024-06-06 14:27:06.000000,2024-06-06 14:26:55,5650.0,86.0,692.0,89.0,5920.0,228.0,856.0,2086.0,TFX is an end-to-end platform for deploying production ML pipelines.,186.0,32,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,,['tensorflow'],17.0,,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,69008.0,69008.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-04-27 15:12:40.000000,2024-04-27 13:25:47,209.0,13.0,253.0,56.0,76.0,50.0,227.0,1949.0,A Python wrapper for the tesseract-ocr API.,30.0,32,True,2024-04-27 15:12:40.000,2.7.0,21.0,tesserocr,conda-forge/tesserocr,,,,1027.0,993.0,https://pypi.org/project/tesserocr,2024-04-27 15:12:40.000,34.0,66097.0,68652.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,143014.0,,,,,2.0,253.0,,,,,,,,,,,,,,,,,,, +237,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-06-05 19:45:49.000000,2024-04-30 09:39:08,943.0,5.0,225.0,50.0,325.0,181.0,132.0,1854.0,Evaluate: A library for easily evaluating machine learning models and datasets.,126.0,32,True,2024-04-30 09:45:36.000,0.4.2,15.0,evaluate,,,,,9999.0,9664.0,https://pypi.org/project/evaluate,2024-04-30 09:44:17.000,335.0,2696098.0,2696098.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +238,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-04-19 13:09:14.696000,2024-02-23 02:45:37,1079.0,,227.0,34.0,251.0,57.0,272.0,1535.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,,,,8441.0,8303.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,138.0,2374707.0,2399210.0,https://anaconda.org/conda-forge/pmdarima,2024-04-19 13:09:14.696,1078166.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,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-06-06 10:37:13.000000,2024-06-05 06:35:33,13522.0,230.0,284.0,34.0,1792.0,472.0,632.0,1024.0,Python package for earth-observing satellite data processing.,155.0,32,False,2024-06-05 06:36:58.000,0.49.0,94.0,satpy,conda-forge/satpy,,,,152.0,127.0,https://pypi.org/project/satpy,2024-06-05 06:36:58.000,25.0,7584.0,11684.0,https://anaconda.org/conda-forge/satpy,2024-04-23 06:53:48.899,196815.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +240,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-06-06 14:29:18.000000,2024-06-06 14:29:18,11501.0,95.0,238.0,55.0,12189.0,225.0,2190.0,946.0,Cloud-native genomic dataframes and batch computing.,92.0,32,True,2024-06-05 17:49:43.000,0.2.131,151.0,hail,,,,['spark'],160.0,130.0,https://pypi.org/project/hail,2024-06-05 17:49:43.000,30.0,18752.0,18752.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,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-06-04 19:14:52.000000,2024-05-24 04:39:56,1686.0,12.0,275.0,42.0,1369.0,288.0,363.0,690.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",108.0,32,True,2024-05-01 02:14:32.000,0.37.0,44.0,tensorflow-io,,,,['tensorflow'],60.0,,https://pypi.org/project/tensorflow-io,2024-05-01 02:12:48.000,60.0,3280553.0,3280553.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-06-06 14:58:34.000000,2024-06-06 14:19:34,17151.0,54.0,111.0,27.0,3584.0,521.0,3392.0,495.0,"Keep code, data, containers under control with git and git-annex.",56.0,32,True,2024-04-19 23:11:19.000,1.0.2,114.0,datalad,conda-forge/datalad,,,,493.0,400.0,https://pypi.org/project/datalad,2024-04-19 23:11:19.000,93.0,20836.0,30718.0,https://anaconda.org/conda-forge/datalad,2024-05-29 17:59:47.818,474340.0,,,,,2.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,2024-06-06 10:07:59.000000,2024-06-06 05:39:49,1978.0,20.0,2490.0,285.0,920.0,223.0,683.0,14384.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",129.0,31,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,3856.0,3868.0,,,,,,,,1.0,581.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,2023-10-18 03:42:44.000000,2023-03-28 11:49:55,2665.0,,2074.0,184.0,1005.0,574.0,725.0,12563.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,False,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1647.0,1640.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,7006.0,7016.0,,,,,,,,2.0,680.0,,,,,,,,,,,,,,,,,,, +245,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-05-03 20:57:52.000000,2024-02-20 22:38:05,385.0,,2150.0,285.0,98.0,311.0,448.0,8452.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1634.0,1615.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10926.0,23607.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,7235.0,,,,,2.0,927137.0,,,,,,,,,,,,,,,,,,, +246,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-05-30 10:40:38.000000,2024-05-20 11:03:18,2900.0,1.0,1644.0,88.0,1652.0,214.0,1847.0,8352.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",119.0,31,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1215.0,1208.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2430.0,2430.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,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-06-03 17:52:56.000000,2024-05-29 16:43:27,5995.0,55.0,1014.0,117.0,1649.0,103.0,652.0,7658.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",93.0,31,True,2024-05-23 08:03:19.000,2.10.1,122.0,perspective-python,conda-forge/perspective,,,['jupyter'],151.0,123.0,https://pypi.org/project/perspective-python,2024-05-23 07:42:47.000,22.0,5872.0,23378.0,https://anaconda.org/conda-forge/perspective,2024-05-23 17:36:07.137,646591.0,,,,,2.0,2890.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-05-23 07:42:19.941,6.0,3774.0,,,,,,,,,,, +248,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-05-31 12:44:53.000000,2024-03-13 09:36:57,2708.0,2.0,1130.0,209.0,1049.0,23.0,615.0,6572.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,31,True,2024-03-13 10:57:14.000,1.6.0,63.0,deeppavlov,,,,['tensorflow'],394.0,390.0,https://pypi.org/project/deeppavlov,2024-03-13 10:57:14.000,4.0,10202.0,10202.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +249,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-05-31 15:26:51.000000,2024-05-30 14:31:49,1091.0,5.0,381.0,81.0,533.0,60.0,455.0,5668.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']",1342.0,1262.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,80.0,166520.0,183885.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,781440.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +250,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,,1716.0,303.0,294.0,161.0,268.0,5466.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,,,,1025.0,1013.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,12.0,8106.0,8280.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13256.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +251,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,,900.0,127.0,38.0,71.0,145.0,5283.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],3479.0,3390.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,89.0,691178.0,691497.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,15670.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +252,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-06-06 14:38:51.000000,2022-09-24 16:20:26,585.0,,933.0,100.0,228.0,108.0,455.0,4879.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,31,False,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4010.0,3911.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,99.0,112352.0,113000.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,20740.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,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-06-04 08:45:09.000000,2024-05-20 03:43:37,3875.0,22.0,526.0,85.0,567.0,112.0,480.0,4827.0,Online machine learning in Python.,114.0,31,True,2024-04-23 13:20:18.000,0.21.1,21.0,river,conda-forge/river,,,,545.0,494.0,https://pypi.org/project/river,2024-04-23 10:26:48.000,51.0,40378.0,41965.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,60327.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-01-27 06:33:38.000000,2022-01-27 13:24:16,139.0,,1026.0,153.0,115.0,161.0,79.0,4497.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,,,,43853.0,43437.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,416.0,575333.0,578920.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,168606.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,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-06-06 08:20:51.000000,2024-06-06 03:24:34,15453.0,74.0,510.0,69.0,3510.0,880.0,1584.0,3995.0,cuML - RAPIDS Machine Learning Library.,172.0,31,True,2024-06-05 17:43:18.000,24.06.00,39.0,cuml,,,,,13.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,13.0,3373.0,3373.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,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-05-15 19:48:26.000000,2024-04-22 03:28:24,3849.0,15.0,541.0,59.0,893.0,356.0,974.0,3437.0,A highly efficient implementation of Gaussian Processes in PyTorch.,130.0,31,True,2023-06-02 22:04:02.000,1.11,38.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2279.0,2126.0,https://pypi.org/project/gpytorch,2023-06-02 22:13:00.914,153.0,236449.0,239725.0,https://anaconda.org/conda-forge/gpytorch,2023-08-11 22:34:06.614,160562.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,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,185.0,737.0,274.0,669.0,3411.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,274.0,256.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,292907.0,293081.0,,,,,,,,3.0,16099.0,,,,,,,,,,,,,,,,,,, +258,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-06-06 02:27:50.000000,2022-05-31 03:18:45,1556.0,,438.0,94.0,125.0,86.0,348.0,3315.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,47.0,31,False,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1208.0,1148.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,60.0,211115.0,213770.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,116835.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,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,,606.0,78.0,78.0,72.0,161.0,3200.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,,,,6186.0,6079.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,107.0,1804004.0,1806941.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,246731.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-06-05 04:19:39.000000,2024-06-01 10:51:44,1308.0,24.0,285.0,57.0,226.0,55.0,423.0,3050.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,38.0,31,True,2023-08-21 11:33:22.000,1.12.0,28.0,stumpy,conda-forge/stumpy,,,,792.0,769.0,https://pypi.org/project/stumpy,2023-08-21 11:33:22.000,23.0,241010.0,261534.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,985192.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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-05-22 09:28:20.000000,2024-05-22 09:27:50,979.0,7.0,226.0,40.0,536.0,71.0,175.0,2824.0,JAX-based neural network library.,81.0,31,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,2051.0,1895.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,156.0,292445.0,292877.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,17307.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +262,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-06-05 12:57:55.000000,2024-06-05 12:35:16,1184.0,23.0,244.0,26.0,1029.0,102.0,423.0,2796.0,A python library for self-supervised learning on images.,40.0,31,True,2024-06-05 12:57:55.000,1.5.6,120.0,lightly,,,,['pytorch'],276.0,263.0,https://pypi.org/project/lightly,2024-05-29 13:06:19.000,13.0,32004.0,32004.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,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-04-09 11:39:30.000000,2024-04-09 11:39:30,957.0,4.0,394.0,39.0,150.0,45.0,243.0,2378.0,A library of sklearn compatible categorical variable encoders.,70.0,31,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2061.0,1819.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,242.0,1568622.0,1576764.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,260554.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-05-08 21:10:35.000000,2024-05-08 21:10:35,1593.0,3.0,283.0,55.0,139.0,80.0,185.0,1766.0,"CUDA integration for Python, plus shiny features.",82.0,31,True,2024-01-03 16:54:41.000,2024.1,53.0,pycuda,conda-forge/pycuda,,,,3025.0,2890.0,https://pypi.org/project/pycuda,2024-01-03 16:54:26.000,135.0,53476.0,62327.0,https://anaconda.org/conda-forge/pycuda,2024-01-06 20:33:04.514,345217.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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-06-06 15:15:22.000000,2024-06-06 05:40:30,1833.0,250.0,358.0,28.0,1930.0,257.0,105.0,1762.0,Pytorch domain library for recommendation systems.,235.0,31,True,2024-04-25 01:39:04.000,0.7.0,77.0,torchrec-nightly-cpu,,,,,116.0,116.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1144.0,1144.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +266,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-06-06 11:42:59.000000,2024-06-06 11:42:56,4118.0,206.0,47.0,166.0,537.0,139.0,422.0,1476.0,Multiplatform plotting library based on the Grammar of Graphics.,20.0,31,True,2024-05-29 18:04:54.000,4.3.3,75.0,lets-plot,,,,,92.0,79.0,https://pypi.org/project/lets-plot,2024-05-29 17:30:35.000,13.0,19209.0,19222.0,,,,,,,,2.0,717.0,,,,,,,,,,,,,,,,,,, +267,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-06-02 05:51:22.000000,2024-05-02 00:41:53,947.0,7.0,430.0,87.0,230.0,55.0,241.0,1432.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,,,,2795.0,2405.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,390.0,127677.0,137044.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,337238.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,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-06-06 00:27:21.000000,2024-06-04 09:47:09,1562.0,28.0,165.0,16.0,810.0,116.0,446.0,1299.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,108.0,31,True,2024-03-21 03:35:03.000,0.27.0,60.0,pyjanitor,conda-forge/pyjanitor,,,,647.0,619.0,https://pypi.org/project/pyjanitor,2024-03-21 03:34:57.000,28.0,75675.0,79686.0,https://anaconda.org/conda-forge/pyjanitor,2024-03-21 06:08:00.698,196581.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-05-22 21:11:36.000000,2024-05-17 11:02:01,1129.0,9.0,245.0,45.0,521.0,37.0,183.0,1273.0,ARCH models in Python.,35.0,31,False,2024-04-16 17:35:41.000,7.0.0,47.0,arch,conda-forge/arch-py,,,,1760.0,1669.0,https://pypi.org/project/arch,2024-04-16 17:35:41.000,91.0,491954.0,498412.0,https://anaconda.org/conda-forge/arch-py,2024-05-17 19:52:40.969,310023.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +270,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-06-04 15:15:15.000000,2024-05-06 11:56:52,685.0,27.0,99.0,24.0,541.0,337.0,422.0,985.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",46.0,31,True,2024-05-07 03:58:11.000,0.10.0,70.0,hvplot,conda-forge/hvplot,,,,5302.0,5130.0,https://pypi.org/project/hvplot,2024-05-06 12:24:45.000,172.0,242894.0,254985.0,https://anaconda.org/conda-forge/hvplot,2024-05-07 04:39:01.018,580368.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,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-04-30 20:12:22.000000,2024-04-30 20:12:21,936.0,4.0,210.0,59.0,101.0,44.0,174.0,981.0,Input pipeline framework.,28.0,31,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,,['tensorflow'],1859.0,1842.0,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,17.0,876576.0,876576.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +272,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-01-05 15:46:09.327000,2024-01-04 18:54:38,558.0,,102.0,32.0,60.0,71.0,80.0,928.0,Describing statistical models in Python using symbolic formulas.,19.0,31,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,97675.0,97190.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,485.0,15105150.0,15428637.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,10675072.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-04-22 23:18:58.000000,2024-04-22 23:18:58,1950.0,20.0,230.0,18.0,296.0,50.0,269.0,844.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,31,True,2024-04-22 16:08:04.000,1.5.0,48.0,salib,conda-forge/salib,,,,1241.0,1125.0,https://pypi.org/project/salib,2024-04-22 16:08:04.000,116.0,158899.0,162507.0,https://anaconda.org/conda-forge/salib,2024-04-22 19:44:20.663,158790.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,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-06-06 11:47:14.000000,2024-06-06 11:47:08,169284.0,3563.0,91.0,51.0,2189.0,87.0,286.0,682.0,TensorFlow ROCm port.,4638.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],6.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,6.0,4143.0,4143.0,,,,,,,,3.0,21.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,, +275,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-06-06 10:43:33.000000,2024-06-05 13:18:31,2076.0,136.0,61.0,18.0,1573.0,23.0,211.0,547.0,The MLOps stack component for experiment tracking.,54.0,31,True,2024-05-15 10:02:27.000,1.10.4,207.0,neptune-client,conda-forge/neptune-client,,,,572.0,495.0,https://pypi.org/project/neptune-client,2024-05-15 10:02:27.000,77.0,517845.0,522854.0,https://anaconda.org/conda-forge/neptune-client,2024-05-15 11:17:51.713,245460.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-03-17 08:58:36.000000,2023-07-13 08:50:20,531.0,,2747.0,384.0,120.0,232.0,562.0,25141.0,Deezer source separation library including pretrained models.,19.0,30,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],728.0,722.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,6.0,14829.0,72990.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,83380.0,,,,,2.0,3172127.0,,,,,,,,,,,,,,,,,,, +277,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-05-25 03:31:23.000000,2024-05-11 15:04:32,307.0,5.0,2798.0,144.0,47.0,120.0,137.0,18443.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,30,True,2024-05-11 15:05:28.000,1.6.9,189.0,vit-pytorch,,,,['pytorch'],492.0,481.0,https://pypi.org/project/vit-pytorch,2024-05-11 15:05:28.000,11.0,22751.0,22751.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,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,,4301.0,1251.0,557.0,840.0,2543.0,17479.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,30,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,21.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,19.0,384.0,528.0,,,,,,,,3.0,14563.0,,,,,,,,,,,,,,,,,,, +279,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-05-17 03:07:31.985000,2024-04-26 06:29:23,1174.0,6.0,1318.0,101.0,640.0,691.0,521.0,8128.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,127.0,30,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2501.0,2501.0,,,,,5022.0,https://anaconda.org/conda-forge/nvidia-apex,2024-05-17 03:07:31.985,220979.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,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,2023-12-25 14:05:19.000000,2023-04-18 11:08:13,2759.0,,1267.0,215.0,711.0,187.0,829.0,7450.0,Automated Machine Learning with scikit-learn.,88.0,30,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],608.0,576.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,32.0,17723.0,18316.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,22542.0,,,,,2.0,53.0,,,,,,,,,,,,,,,,,,, +281,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,,1383.0,189.0,785.0,44.0,423.0,6094.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'],669.0,662.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1546.0,1712.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,7974.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,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-06-03 20:25:49.000000,2024-05-08 23:39:06,618.0,8.0,696.0,108.0,191.0,13.0,345.0,5589.0,Python-tesseract is an optical character recognition (OCR) tool for python.,49.0,30,True,2023-10-15 15:39:44.000,0.3.13,27.0,pytesseract,conda-forge/pytesseract,,,,854.0,,https://pypi.org/project/pytesseract,2022-08-16 19:20:38.334,854.0,2143121.0,2156049.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,607628.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,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-06-06 10:45:18.000000,2024-05-09 21:11:54,613.0,19.0,743.0,84.0,343.0,55.0,331.0,4832.0,Uplift modeling and causal inference with machine learning algorithms.,62.0,30,True,2024-04-19 00:19:00.000,0.15.1,24.0,causalml,,,,,206.0,205.0,https://pypi.org/project/causalml,2024-04-19 00:19:00.000,1.0,44994.0,44994.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +284,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-05-07 13:10:17.000000,2024-04-30 18:31:30,796.0,9.0,385.0,74.0,288.0,60.0,516.0,4592.0,Visualizer for pandas data structures.,30.0,30,True,2024-04-30 18:56:18.000,3.12.0,182.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1159.0,1120.0,https://pypi.org/project/dtale,2024-04-30 18:56:18.000,39.0,72606.0,78500.0,https://anaconda.org/conda-forge/dtale,2024-04-30 19:55:43.333,288838.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +285,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-06-03 07:20:43.000000,2024-05-31 16:52:39,1469.0,21.0,736.0,74.0,1804.0,312.0,633.0,4380.0,Probabilistic time series modeling in Python.,113.0,30,True,2024-06-03 07:20:43.000,0.15.1,110.0,gluonts,anaconda/gluonts,,,['mxnet'],27.0,,https://pypi.org/project/gluonts,2024-06-03 07:20:43.000,27.0,238184.0,238207.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,766.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-05-23 02:03:20.000000,2023-11-02 13:49:44,662.0,,844.0,150.0,129.0,133.0,104.0,4086.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,,,,3547.0,3458.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,89.0,131856.0,132511.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,26232.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-06-06 12:28:15.000000,2024-04-08 14:14:18,1091.0,3.0,346.0,59.0,1349.0,130.0,174.0,3870.0,A Python toolbox for performing gradient-free optimization.,55.0,30,True,2024-02-20 14:59:08.000,1.0.2,47.0,nevergrad,conda-forge/nevergrad,,,,737.0,691.0,https://pypi.org/project/nevergrad,2024-02-20 14:59:08.000,46.0,242238.0,243241.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,49160.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-06-04 21:11:13.000000,2024-06-02 21:58:04,509.0,25.0,545.0,40.0,534.0,13.0,,3697.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,47.0,30,True,2024-06-02 15:44:03.000,0.11.17,102.0,sahi,conda-forge/sahi,,,,1149.0,1124.0,https://pypi.org/project/sahi,2024-05-20 08:40:32.000,25.0,119262.0,121767.0,https://anaconda.org/conda-forge/sahi,2024-05-21 00:15:11.285,59955.0,,,,,2.0,25311.0,,,,,,,,,,,,,,,,,,, +289,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-05-21 05:38:23.000000,2024-03-15 01:19:18,1424.0,1.0,459.0,56.0,777.0,45.0,475.0,3690.0,NeuralProphet: A simple forecasting package.,53.0,30,True,2024-02-23 20:22:47.000,0.8.0,34.0,neuralprophet,,,,['pytorch'],456.0,451.0,https://pypi.org/project/neuralprophet,2024-02-23 20:22:47.000,5.0,179586.0,179586.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,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-05-21 14:48:48.000000,2024-05-21 13:42:18,3660.0,4.0,463.0,101.0,1049.0,256.0,368.0,3581.0,Plotting library for IPython/Jupyter notebooks.,64.0,30,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],168.0,55.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,92.0,119751.0,149527.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1310368.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,3034.0,,,,,,,,,,, +291,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-05-27 17:19:38.000000,2023-11-21 21:15:59,435.0,,604.0,77.0,229.0,85.0,406.0,3449.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1377.0,1349.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,28.0,215232.0,229661.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,648118.0,,,,,2.0,787.0,,,,,,,,,,,,,,,,,,, +292,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-04-25 20:54:01.681000,2024-04-24 11:35:19,406.0,3.0,243.0,64.0,53.0,9.0,,3319.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",15.0,30,True,2024-04-24 11:36:32.000,4.6.2,28.0,textdistance,conda-forge/textdistance,,,,6536.0,6443.0,https://pypi.org/project/textdistance,2024-04-24 11:35:57.000,93.0,812349.0,825451.0,https://anaconda.org/conda-forge/textdistance,2024-04-25 20:54:01.681,562833.0,,,,,2.0,1000.0,,,,,,,,,,,,,,,,,,, +293,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-06-06 11:05:02.000000,2024-06-06 11:05:02,647.0,77.0,589.0,38.0,885.0,122.0,722.0,3295.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",79.0,30,True,2024-05-31 15:52:13.000,1.1.0,31.0,anomalib,,,,,78.0,73.0,https://pypi.org/project/anomalib,2024-05-31 15:52:38.000,5.0,17183.0,17533.0,,,,,,,,2.0,10518.0,,,,,,,,,,,,,,,,,,, +294,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-05-06 21:21:33.000000,2024-03-11 00:59:40,984.0,4.0,573.0,96.0,336.0,46.0,718.0,3276.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,30,True,2024-03-11 01:00:49.000,1.0.4,74.0,pomegranate,conda-forge/pomegranate,,,,1155.0,1101.0,https://pypi.org/project/pomegranate,2024-03-11 01:00:49.000,54.0,28339.0,31454.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,152674.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +295,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-05-26 18:22:38.000000,2024-05-26 18:22:07,334.0,1.0,323.0,66.0,76.0,15.0,123.0,3047.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,13353.0,13134.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,219.0,1748714.0,1752793.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,371220.0,,,,,2.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-05-22 19:32:05.771000,2024-04-05 20:34:01,476.0,2.0,736.0,119.0,125.0,65.0,370.0,2964.0,"Hidden Markov Models in Python, with scikit-learn like API.",48.0,30,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2633.0,2554.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,79.0,210346.0,215458.0,https://anaconda.org/conda-forge/hmmlearn,2024-05-22 19:32:05.771,230065.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +297,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-06-06 14:15:37.000000,2024-06-06 14:15:36,7820.0,409.0,345.0,81.0,9097.0,121.0,338.0,2894.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",115.0,30,True,2024-05-29 20:46:58.000,0.33.0,541.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-05-29 21:14:14.000,4.0,47493.0,47668.0,,,,,,,,3.0,8063.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-04-23 19:51:43.000000,2024-03-20 01:04:29,1637.0,1.0,323.0,60.0,189.0,126.0,195.0,2818.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'],1359.0,1288.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,71.0,390302.0,417848.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1322214.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,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-06-04 17:20:13.000000,2024-05-30 01:17:33,1149.0,34.0,299.0,34.0,481.0,99.0,374.0,2586.0,Scalable and user friendly neural forecasting algorithms.,45.0,30,True,2024-05-07 16:36:59.000,1.7.2,23.0,neuralforecast,conda-forge/neuralforecast,,,,175.0,159.0,https://pypi.org/project/neuralforecast,2024-05-07 16:36:59.000,16.0,43078.0,43671.0,https://anaconda.org/conda-forge/neuralforecast,2024-05-08 05:29:53.055,16035.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-06-06 09:39:52.000000,2024-06-04 12:09:38,2910.0,18.0,991.0,122.0,516.0,59.0,300.0,2559.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,30,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],109.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,109.0,489908.0,513152.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1022739.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,356.0,83.0,168.0,216.0,146.0,2330.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,30,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6210.0,6070.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,131.0,533449.0,538393.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,199459.0,,,,,3.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,789.0,,,,,,,,,,, +302,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-06-04 00:07:43.000000,2024-05-29 19:27:30,898.0,38.0,129.0,22.0,384.0,121.0,241.0,1870.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,52.0,30,True,2024-04-14 13:04:28.000,0.11.4,48.0,equinox,,,,['jax'],712.0,581.0,https://pypi.org/project/equinox,2024-04-14 13:04:28.000,131.0,243285.0,243285.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +303,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-06-03 11:40:41.000000,2024-05-06 18:14:07,2448.0,1.0,437.0,76.0,1266.0,148.0,682.0,1809.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-02-07 15:19:13.000,2.9.1,49.0,gpflow,conda-forge/gpflow,,,['tensorflow'],698.0,661.0,https://pypi.org/project/gpflow,2024-02-07 15:19:13.000,37.0,62195.0,62571.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,27458.0,,,,,3.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-06-03 16:18:15.000000,2024-04-29 07:26:04,1656.0,144.0,103.0,22.0,322.0,41.0,78.0,1794.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",36.0,30,True,2024-04-29 07:26:08.000,2.12.0,114.0,usearch,,unum/usearch,,,100.0,80.0,https://pypi.org/project/usearch,2024-04-29 08:22:26.000,6.0,62528.0,68681.0,,,,https://hub.docker.com/r/unum/usearch,2024-04-29 07:28:41.232497,1.0,75.0,3.0,1300.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-04-10 02:44:41.570,14.0,6041.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,2024-04-29 20:57:51.000000,2024-04-29 20:57:51,290.0,5.0,359.0,50.0,78.0,78.0,113.0,1785.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,43.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6212.0,6113.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,99.0,146708.0,147838.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,81381.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,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-05-17 01:07:41.000000,2024-02-16 16:14:36,365.0,,262.0,49.0,314.0,248.0,184.0,1772.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,30,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],331.0,330.0,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,1.0,466058.0,466058.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,2024-05-27 05:55:24.000000,2024-05-27 05:55:23,1252.0,5.0,136.0,31.0,111.0,35.0,256.0,1551.0,Statistical package in Python based on Pandas.,45.0,30,False,2024-01-13 15:48:45.000,0.5.4,40.0,pingouin,conda-forge/pingouin,,,,2144.0,2070.0,https://pypi.org/project/pingouin,2024-01-13 15:46:36.000,74.0,67509.0,70005.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,119837.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +308,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-04-11 17:54:34.000000,2024-04-11 17:54:34,1875.0,14.0,269.0,45.0,274.0,62.0,198.0,1511.0,TensorLy: Tensor Learning in Python.,67.0,30,True,2023-03-08 01:09:02.237,0.8.1,20.0,tensorly,conda-forge/tensorly,,,,740.0,660.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,80.0,30455.0,35453.0,https://anaconda.org/conda-forge/tensorly,2023-06-16 16:08:38.154,364895.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,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,6.0,159.0,31.0,252.0,,,1320.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],1735.0,1684.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,51.0,279283.0,280462.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,36559.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,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-05-13 16:50:32.000000,2024-03-15 15:54:00,4210.0,3.0,285.0,80.0,644.0,21.0,609.0,1284.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,30,True,2024-01-31 22:49:04.000,24.01,37.0,pysal,conda-forge/pysal,,,,1576.0,1537.0,https://pypi.org/project/pysal,2024-01-31 22:49:08.000,39.0,29054.0,40670.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,545978.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +311,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-05-21 06:47:52.000000,2024-05-21 06:47:51,1964.0,21.0,322.0,29.0,2270.0,88.0,227.0,1255.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,42.0,30,True,2024-05-20 22:12:33.000,0.35.1,56.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",107.0,101.0,https://pypi.org/project/raiwidgets,2024-05-20 22:07:15.000,6.0,11658.0,11658.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,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-04-05 19:20:06.000000,2024-04-05 18:52:42,3044.0,16.0,269.0,34.0,37.0,1.0,491.0,1212.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,16.0,30,True,2024-04-05 19:20:07.000,0.41.3,210.0,ktrain,,,,['tensorflow'],525.0,522.0,https://pypi.org/project/ktrain,2024-04-05 18:57:50.000,3.0,9976.0,9976.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-05-21 08:53:03.000000,2024-05-21 08:53:03,10684.0,137.0,229.0,36.0,1477.0,206.0,350.0,1162.0,Computations and statistics on manifolds with geometric structures.,92.0,30,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,110.0,107.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3372.0,3481.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,2639.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +314,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-04-02 02:34:15.000000,2024-04-02 02:31:39,818.0,6.0,250.0,40.0,509.0,275.0,256.0,884.0,Scalable Machine Learning with Dask.,78.0,30,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1111.0,1022.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,89.0,247947.0,264974.0,https://anaconda.org/conda-forge/dask-ml,2024-03-21 17:55:27.760,834364.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-2-Clause,2013-09-05 14:44:25.000,2024-06-04 07:41:24.000000,2024-06-03 18:46:11,3139.0,85.0,113.0,16.0,284.0,7.0,150.0,764.0,Python bindings for MPI.,26.0,30,True,2024-04-14 10:39:44.000,3.1.6,28.0,mpi4py,conda-forge/mpi4py,,,,683.0,,https://pypi.org/project/mpi4py,2024-04-14 10:34:55.000,683.0,300237.0,358396.0,https://anaconda.org/conda-forge/mpi4py,2024-05-25 09:47:11.574,2536454.0,,,,,2.0,24116.0,,,,,,,,,,,,,,,,,,, +316,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-06-03 08:17:54.000000,2024-06-03 08:17:53,963.0,10.0,166.0,49.0,85.0,37.0,144.0,754.0,Library for exploring and validating machine learning data.,26.0,30,True,2024-04-24 23:26:22.000,1.15.1,46.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",935.0,904.0,https://pypi.org/project/tensorflow-data-validation,2024-04-24 23:54:11.000,31.0,197979.0,197988.0,,,,,,,,3.0,653.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,2024-05-02 04:23:06.000000,2024-05-02 04:21:55,1073.0,18.0,173.0,35.0,117.0,27.0,61.0,724.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,,,,416.0,5.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,411.0,15239527.0,15325921.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8121112.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-05-23 20:31:05.000000,2020-01-31 13:06:18,347.0,,4819.0,652.0,373.0,498.0,436.0,15444.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,,,,,569.0,566.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,868.0,868.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +319,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-05-30 05:54:08.000000,2023-04-19 14:13:08,2404.0,,3723.0,608.0,228.0,50.0,,13305.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2145.0,2081.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,64.0,24498.0,24498.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,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-06-04 08:05:24.000000,2024-06-04 08:05:24,2935.0,42.0,2217.0,197.0,448.0,222.0,475.0,9270.0,FinRL: Financial Reinforcement Learning.,114.0,29,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,40.0,40.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,944.0,944.0,,,,,,,,1.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,,1840.0,217.0,46.0,96.0,94.0,8967.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'],114.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,94.0,115540.0,116255.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,34322.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,2024-06-05 17:00:21.000000,2024-06-05 15:43:43,1017.0,28.0,904.0,137.0,703.0,130.0,321.0,6830.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,90.0,29,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,384.0,377.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,44872.0,45387.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,22173.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +323,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-05-20 10:08:43.793000,2024-05-19 16:15:59,658.0,6.0,1003.0,146.0,99.0,90.0,309.0,6232.0,A Python scikit for building and analyzing recommender systems.,46.0,29,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,57.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,36.0,104579.0,112462.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,370522.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,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,,1236.0,153.0,951.0,63.0,788.0,5762.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,54799.0,54799.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,2024-06-06 14:38:57.000000,2024-05-21 15:50:17,1604.0,39.0,819.0,145.0,1516.0,350.0,399.0,4994.0,Simple and Distributed Machine Learning.,118.0,29,True,2024-04-11 00:33:42.000,1.0.4,48.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-04-11 00:33:42.000,5.0,221798.0,221798.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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4740.0,Deep Learning Visualization Toolkit.,33.0,29,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],2967.0,2921.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,46.0,220603.0,220610.0,,,,,,,,2.0,377.0,,,,,,,,,,,,,,,,,,, +327,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-05-21 15:37:39.000000,2023-04-30 18:36:20,483.0,,676.0,88.0,207.0,153.0,356.0,4640.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,,,,1485.0,1453.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,430787.0,433132.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,180611.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +328,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2023-06-16 19:26:38.185000,2022-07-07 05:16:43,738.0,,444.0,41.0,124.0,67.0,154.0,4333.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,,,,1268.0,1208.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,60.0,120965.0,121528.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,20284.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-02-17 21:29:54.000000,2023-11-13 07:19:19,1344.0,,375.0,69.0,367.0,98.0,460.0,4170.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,29,True,2023-11-13 07:24:08.000,0.8.5,29.0,sacred,conda-forge/sacred,,,,3104.0,3046.0,https://pypi.org/project/sacred,2023-11-13 07:24:08.000,58.0,30755.0,30929.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,5419.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-03-18 02:23:40.000000,2023-12-19 14:36:52,3303.0,,537.0,120.0,371.0,77.0,737.0,4008.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",70.0,29,True,2023-02-17 16:58:05.493,2.0.23,174.0,dedupe,conda-forge/dedupe,,,,344.0,326.0,https://pypi.org/project/dedupe,2023-02-17 16:58:05.493,18.0,67117.0,68846.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,51876.0,,,,,2.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,2024-01-12 14:48:30.000000,2024-01-12 14:48:30,249.0,,274.0,45.0,50.0,27.0,94.0,3906.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,,,,5569.0,5431.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,138.0,783420.0,790078.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,286318.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,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,,510.0,76.0,38.0,12.0,121.0,3835.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,,,,16562.0,16448.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,114.0,246750.0,359323.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,337720.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +333,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-05-02 05:07:00.000000,2024-04-18 17:19:51,1212.0,31.0,471.0,63.0,733.0,7.0,533.0,3548.0,On-device wake word detection powered by deep learning.,37.0,29,True,2024-01-30 21:38:49.000,3.0.2,34.0,pvporcupine,,,,,43.0,28.0,https://pypi.org/project/pvporcupine,2024-01-30 21:38:49.000,15.0,7957.0,7957.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,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-05-21 23:00:48.000000,2024-02-22 12:17:17,1487.0,,245.0,19.0,1746.0,287.0,726.0,3446.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,,,,,386.0,379.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,7.0,85900.0,85926.0,,,,,,,,2.0,838.0,,,,,,,,,,,,,,,,,,, +335,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,2.0,524.0,113.0,93.0,21.0,101.0,3444.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,,,,2821.0,2794.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,27.0,533212.0,533438.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,8140.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-06-06 13:43:30.000000,2024-06-06 10:19:52,866.0,45.0,379.0,41.0,945.0,33.0,314.0,3201.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",46.0,29,True,2024-03-04 14:51:09.000,0.8.1,15.0,python-doctr,,,,"['tensorflow', 'pytorch']",7.0,,https://pypi.org/project/python-doctr,2024-03-04 14:51:09.000,7.0,30227.0,105774.0,,,,,,,,2.0,3021895.0,,,,,,,,,,,,,,,,,,, +337,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2022-02-11 16:25:24.000000,2021-02-25 05:05:09,452.0,,674.0,110.0,72.0,100.0,123.0,2989.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],10992.0,10888.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,104.0,62962.0,62962.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +338,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,,424.0,63.0,933.0,325.0,745.0,2909.0,StellarGraph - Machine Learning on Graphs.,37.0,29,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],272.0,261.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,8523.0,8523.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-03-31 00:50:11.000000,2024-03-31 00:50:11,2705.0,15.0,366.0,38.0,517.0,53.0,216.0,2795.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",65.0,29,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,263.0,257.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,6.0,3168.0,3335.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,7557.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,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-06-06 06:26:28.000000,2024-06-06 06:26:25,3541.0,19.0,334.0,153.0,1178.0,35.0,60.0,2701.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,4239.0,4250.0,,,,,,,,3.0,918.0,,,,,,,,,,,,,,,,,,, +341,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,,421.0,45.0,365.0,22.0,349.0,2673.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,29,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,598.0,584.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,2613.0,2898.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,13422.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,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-05-23 09:12:42.000000,2024-05-06 15:17:55,1587.0,38.0,322.0,36.0,339.0,33.0,159.0,2670.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,38.0,29,True,2024-05-06 15:33:09.000,2.5.0,40.0,shapash,,,,['jupyter'],167.0,163.0,https://pypi.org/project/shapash,2024-05-06 15:33:09.000,4.0,6856.0,6856.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,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'],1571.0,1549.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,81541.0,81541.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,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,68.0,207.0,2348.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,29,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],304.0,297.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,9764.0,9764.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,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-05-30 03:08:12.000000,2024-04-30 19:42:51,1502.0,23.0,204.0,50.0,257.0,166.0,158.0,2080.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",42.0,29,True,2024-04-30 21:24:12.000,0.33.8,176.0,graphistry,,,,['jupyter'],120.0,114.0,https://pypi.org/project/graphistry,2024-04-30 21:24:12.000,6.0,3785.0,3785.0,,,,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +346,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-06-06 13:50:13.000000,2024-06-04 13:05:04,856.0,11.0,392.0,37.0,882.0,170.0,295.0,1830.0,A Python package to assess and improve fairness of machine learning models.,82.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],53.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,50.0,229786.0,230546.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,32720.0,,,,,2.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-05-09 13:59:01.000000,2024-05-09 13:59:01,451.0,11.0,282.0,61.0,105.0,22.0,101.0,1821.0,ffn - a financial function library for Python.,33.0,29,True,2023-12-31 16:05:45.000,1.0.1,33.0,ffn,conda-forge/ffn,,,,477.0,461.0,https://pypi.org/project/ffn,2023-12-31 15:47:45.000,16.0,147902.0,148101.0,https://anaconda.org/conda-forge/ffn,2023-12-31 19:11:58.314,7562.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-05-03 19:44:08.000000,2024-04-29 13:01:42,1192.0,29.0,181.0,20.0,159.0,48.0,136.0,1723.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,29,True,2024-03-15 11:44:36.000,0.35.0,38.0,audiomentations,,,,,507.0,494.0,https://pypi.org/project/audiomentations,2024-03-15 11:44:36.000,13.0,21181.0,21181.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,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-05-31 20:25:52.000000,2024-05-31 20:17:25,714.0,2.0,318.0,43.0,367.0,81.0,219.0,1637.0,Training PyTorch models with differential privacy.,79.0,29,True,2024-02-11 17:28:30.000,1.4.1,21.0,opacus,conda-forge/opacus,,,['pytorch'],839.0,807.0,https://pypi.org/project/opacus,2024-02-11 17:28:30.000,32.0,153780.0,154276.0,https://anaconda.org/conda-forge/opacus,2024-02-11 19:23:25.249,14337.0,,,,,2.0,109.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,,187.0,34.0,73.0,24.0,52.0,1499.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],3158.0,3128.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,30.0,1314621.0,1315153.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,21836.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,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-04-25 08:57:36.000000,2024-04-25 00:46:12,1435.0,10.0,271.0,74.0,105.0,33.0,55.0,1244.0,Model analysis tools for TensorFlow.,57.0,29,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",25.0,2.0,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,23.0,76970.0,76970.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-05-03 21:03:08.000000,2024-01-17 21:03:09,532.0,,411.0,51.0,40.0,16.0,139.0,1228.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2680.0,2642.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,322385.0,323252.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,43371.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,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-06-02 19:36:27.000000,2024-05-29 19:55:06,1108.0,44.0,207.0,23.0,142.0,24.0,192.0,1084.0,Survival analysis built on top of scikit-learn.,20.0,29,False,2023-12-30 23:36:40.000,0.22.2,28.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],521.0,494.0,https://pypi.org/project/scikit-survival,2023-12-30 23:36:40.000,27.0,95484.0,98551.0,https://anaconda.org/conda-forge/scikit-survival,2023-12-31 00:55:10.043,95095.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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-04-01 17:38:38.000000,2024-03-25 14:43:57,494.0,1.0,120.0,32.0,128.0,27.0,74.0,894.0,Python bindings and utilities for GeoJSON.,56.0,29,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,18021.0,17366.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,655.0,1736670.0,1787189.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,808312.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +355,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-05-31 22:15:16.000000,2024-05-15 15:22:35,674.0,8.0,105.0,14.0,98.0,71.0,65.0,855.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,29,True,2024-03-29 20:37:40.000,0.5.12,31.0,pynndescent,conda-forge/pynndescent,,,,6735.0,6596.0,https://pypi.org/project/pynndescent,2024-03-29 20:37:40.000,139.0,1450199.0,1489896.0,https://anaconda.org/conda-forge/pynndescent,2024-03-29 21:39:55.734,1865777.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +356,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-05-22 06:32:24.000000,2024-05-22 06:30:31,1311.0,9.0,149.0,50.0,57.0,20.0,69.0,831.0,Computer Vision in Python.,35.0,29,True,2024-04-17 11:27:48.000,1.4.15,61.0,mahotas,conda-forge/mahotas,,,,1334.0,1274.0,https://pypi.org/project/mahotas,2024-04-17 11:27:48.000,60.0,15489.0,24165.0,https://anaconda.org/conda-forge/mahotas,2024-05-18 06:10:05.533,416481.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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-06-03 16:39:00.000000,2024-06-03 16:38:59,824.0,15.0,75.0,26.0,385.0,109.0,234.0,572.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-04-05 15:56:28.000,1.12.0,63.0,geoviews,conda-forge/geoviews,,,,1062.0,1006.0,https://pypi.org/project/geoviews,2024-04-05 10:57:38.000,56.0,13152.0,18132.0,https://anaconda.org/conda-forge/geoviews,2024-04-05 16:04:19.139,224114.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +358,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-03-04 08:10:52.000000,2023-12-15 12:50:52,282.0,,107.0,24.0,53.0,37.0,57.0,479.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,,,,21271.0,21148.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,123.0,1946092.0,1963819.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,779996.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +359,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-05-18 15:32:00.000000,2024-04-12 14:18:33,232.0,5.0,58.0,13.0,206.0,13.0,187.0,322.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-04-12 14:20:43.000,3.9.1,72.0,pystan,conda-forge/pystan,,,,9995.0,9838.0,https://pypi.org/project/pystan,2024-04-12 14:20:43.000,157.0,2015763.0,2048356.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2835605.0,,,,,3.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-05-06 20:38:27.000000,2024-05-06 20:36:49,342.0,9.0,1365.0,428.0,50.0,102.0,87.0,10399.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,True,2024-05-06 20:38:27.000,4.0.9,47.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-05-06 20:38:27.000,10.0,31920.0,31920.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,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-04-05 19:03:17.000000,2022-11-08 22:11:16,98.0,,1774.0,206.0,73.0,109.0,36.0,10171.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,30.0,28,False,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,15.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,13.0,63983.0,63983.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-05-02 01:34:04.000000,2023-04-19 16:47:52,581.0,,1146.0,351.0,80.0,49.0,231.0,7941.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,784.0,758.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2193.0,2575.0,,,,,,,,2.0,31387.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,,909.0,267.0,98.0,82.0,81.0,7333.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'],248.0,240.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,158862.0,158862.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,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,2023-10-24 07:07:43.000000,2023-08-16 23:55:56,220.0,,1330.0,175.0,46.0,78.0,238.0,6854.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'],30.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,9.0,70320.0,70320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,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,,1181.0,211.0,92.0,199.0,122.0,5720.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,,,,,477.0,465.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,21251.0,21251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,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,,1368.0,204.0,158.0,44.0,227.0,5495.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'],770.0,764.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1531.0,1531.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,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-05-28 14:01:22.000000,2024-04-05 14:20:01,251.0,2.0,917.0,53.0,55.0,69.0,106.0,4244.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,17.0,28,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],1877.0,1847.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,30.0,62729.0,81255.0,,,,,,,,3.0,1018950.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-04-13 16:57:34.000000,2024-03-19 16:05:30,525.0,2.0,725.0,176.0,82.0,8.0,280.0,4183.0,A python wrapper for Alpha Vantage API for financial data.,43.0,28,True,2020-12-21 02:37:29.000,2.3.1,34.0,alpha_vantage,conda-forge/alpha_vantage,,,,610.0,577.0,https://pypi.org/project/alpha_vantage,2020-12-21 02:36:15.000,33.0,47360.0,47524.0,https://anaconda.org/conda-forge/alpha_vantage,2023-06-16 19:24:19.804,6761.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,,971.0,217.0,408.0,140.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,,,,,1058.0,1046.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2035.0,2035.0,,,,,,,,3.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-05-20 11:58:19.000000,2024-05-20 11:57:13,1201.0,6.0,413.0,83.0,54.0,62.0,202.0,3405.0,A library of reinforcement learning components and agents.,85.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],205.0,202.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1500.0,1702.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,8703.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +371,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,,384.0,45.0,1085.0,2.0,353.0,3238.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1164.0,1134.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,13527.0,13527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2024-06-02 22:41:13.000000,2024-01-02 20:16:48,4161.0,,365.0,83.0,64.0,154.0,189.0,3210.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,,,,481.0,465.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,16.0,4185.0,11772.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,660139.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +373,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,,455.0,82.0,245.0,61.0,155.0,3039.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,,,,,188.0,186.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,70886.0,70887.0,,,,,,,,2.0,77.0,,,,,,,,,,,,,,,,,,, +374,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,,294.0,33.0,476.0,53.0,30.0,2966.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,28,True,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],1273.0,1189.0,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,84.0,123289.0,123557.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,10217.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2024-06-03 17:12:53.954000,2024-06-03 11:48:00,1172.0,9.0,389.0,49.0,75.0,152.0,481.0,2952.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",26.0,28,True,2024-06-03 11:50:12.000,1.1.9,92.0,mljar-supervised,conda-forge/mljar-supervised,,,,115.0,112.0,https://pypi.org/project/mljar-supervised,2024-06-03 11:50:12.000,3.0,2909.0,3333.0,https://anaconda.org/conda-forge/mljar-supervised,2024-06-03 17:12:53.954,15269.0,,,,,2.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-01-06 17:57:28.000000,2024-01-06 17:57:28,619.0,,330.0,46.0,120.0,66.0,136.0,2868.0,A python library for decision tree visualization and model interpretation.,26.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1218.0,1194.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,24.0,139153.0,140811.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,71322.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-06-05 10:39:55.000000,2024-05-29 16:28:21,3543.0,38.0,522.0,109.0,354.0,388.0,686.0,2732.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,,,,,689.0,669.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,20094.0,20094.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +378,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,,254.0,27.0,1132.0,77.0,224.0,2599.0,Database system for AI-powered apps.,73.0,28,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],144.0,144.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,460.0,18402.0,,,,,,,,3.0,412675.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,, +379,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-06-05 17:31:58.000000,2024-05-21 19:11:35,111.0,21.0,321.0,29.0,307.0,40.0,332.0,2438.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,8.0,28,True,2024-05-21 19:16:35.000,0.2.1,19.0,adapter-transformers,,,,['huggingface'],68.0,61.0,https://pypi.org/project/adapter-transformers,2023-12-16 14:14:02.000,7.0,92023.0,92023.0,,,,,,,,2.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +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-03-18 12:42:13.000000,2018-08-19 12:37:47,130.0,,279.0,65.0,60.0,29.0,39.0,2408.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'],5063.0,4979.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,84.0,463905.0,466011.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,174811.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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-05-26 21:07:37.000000,2024-04-08 19:42:17,436.0,5.0,809.0,90.0,285.0,188.0,102.0,2342.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,28,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,445.0,419.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,26.0,31385.0,31625.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,10837.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-05-23 00:34:40.000000,2024-05-21 08:57:13,663.0,9.0,247.0,53.0,652.0,146.0,225.0,2316.0,Algorithms for explaining machine learning models.,22.0,28,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,630.0,605.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,17091.0,17091.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,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,,313.0,64.0,14.0,29.0,47.0,2258.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11361.0,11217.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,144.0,425762.0,425762.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-04-26 00:01:37.000000,2021-07-09 11:06:18,56.0,,499.0,42.0,25.0,67.0,38.0,2136.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,28,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],5363.0,5312.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,51.0,83447.0,83678.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,12051.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +385,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-05-21 10:49:30.000000,2024-05-21 10:49:30,727.0,9.0,216.0,37.0,537.0,141.0,235.0,2114.0,"Algorithms for outlier, adversarial and drift detection.",23.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,448.0,441.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,41787.0,41787.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,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,66.0,63.0,35.0,186.0,2102.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,28,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],51.0,50.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,1.0,1424.0,1424.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,62.0,19.0,270.0,1880.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,,,,1691.0,1669.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,35502.0,36218.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,32242.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-06-03 20:28:38.000000,2024-06-03 08:29:10,3912.0,42.0,279.0,27.0,577.0,92.0,713.0,1705.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,78.0,28,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,86.0,83.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,966.0,966.0,,,,,,,,2.0,21.0,,,,,,,,,,,,,,,,,,, +389,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-04-29 18:33:44.000000,2024-04-29 18:20:59,222.0,29.0,197.0,32.0,20.0,2.0,90.0,1652.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,28,True,2024-04-29 18:33:44.000,0.1.904,89.0,autoviz,conda-forge/autoviz,,,,694.0,687.0,https://pypi.org/project/autoviz,2024-04-29 18:33:44.000,7.0,40115.0,41648.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,52141.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,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-03-30 17:39:23.000000,2024-03-30 17:39:23,1059.0,1.0,222.0,52.0,204.0,32.0,281.0,1627.0,A full spaCy pipeline and models for scientific/biomedical documents.,33.0,28,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,941.0,907.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,34.0,26464.0,26464.0,,,,,,,,2.0,,-2.0,,,,,,,,,,,,,,,,,, +391,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-05-29 11:59:39.000000,2024-05-29 11:59:39,592.0,23.0,415.0,31.0,51.0,14.0,125.0,1404.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,28,False,2024-02-16 09:48:48.000,2.3.2,25.0,minisom,,,,,623.0,598.0,https://pypi.org/project/minisom,2024-02-16 09:47:58.000,25.0,24239.0,24239.0,,,,,,,,2.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-05-26 01:26:12.000000,2024-05-26 01:26:12,1054.0,31.0,115.0,23.0,116.0,32.0,53.0,1323.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,28,True,2024-05-23 16:06:48.000,1.4.5,48.0,imodels,,,,,81.0,72.0,https://pypi.org/project/imodels,2024-05-23 15:06:31.000,9.0,65240.0,65240.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,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-06-04 05:31:09.583000,2024-05-26 20:21:46,518.0,27.0,113.0,25.0,368.0,34.0,275.0,1165.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-05-26 20:16:14.000,0.9.0,51.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],159.0,148.0,https://pypi.org/project/scikit-lego,2024-05-25 11:01:56.000,11.0,22023.0,23025.0,https://anaconda.org/conda-forge/scikit-lego,2024-06-04 05:31:09.583,49116.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,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-06-06 12:22:03.000000,2024-06-06 10:11:03,1859.0,273.0,80.0,10.0,588.0,40.0,667.0,1144.0,An open-source container orchestration engine for running AI workloads in any cloud or data center...,25.0,28,True,2024-06-06 10:55:14.000,0.18.3,206.0,dstack,,,,,14.0,14.0,https://pypi.org/project/dstack,2024-06-06 10:09:51.000,,2017.0,2017.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +395,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,,445.0,42.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'],304.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,304.0,4992012.0,5023042.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2234166.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-06-06 14:51:55.000000,2024-05-30 09:35:45,3195.0,293.0,111.0,11.0,558.0,23.0,112.0,981.0,Time series forecasting with scikit-learn models.,13.0,28,True,2024-05-20 17:06:17.000,0.12.1,27.0,skforecast,,,,['sklearn'],279.0,267.0,https://pypi.org/project/skforecast,2024-05-20 17:02:30.000,12.0,48019.0,48019.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +397,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-05-24 19:05:44.859000,2024-05-24 09:53:21,1356.0,20.0,131.0,25.0,474.0,14.0,134.0,835.0,A Comparative Framework for Multimodal Recommender Systems.,21.0,28,True,2024-05-24 10:07:10.000,2.2.1,58.0,cornac,conda-forge/cornac,,,,234.0,216.0,https://pypi.org/project/cornac,2024-05-24 10:21:42.000,18.0,37558.0,45773.0,https://anaconda.org/conda-forge/cornac,2024-05-24 19:05:44.859,394359.0,,,,,2.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-05-12 23:17:26.000000,2024-05-12 22:59:32,3715.0,8.0,325.0,65.0,687.0,37.0,532.0,823.0,The Classical Language Toolkit.,121.0,28,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,,277.0,262.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,1926.0,1926.0,,,,,,,,2.0,64.0,,,,,,,,,,,,,,,,,,, +399,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-05-28 10:12:23.000000,2024-05-28 10:12:22,570.0,1.0,36.0,11.0,71.0,8.0,26.0,213.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,28,False,2023-09-22 06:31:01.000,0.7.11,46.0,blis,conda-forge/cython-blis,,,,44090.0,43996.0,https://pypi.org/project/blis,2023-09-22 06:27:17.000,94.0,9317522.0,9364711.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2123548.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,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-06-04 02:54:20.000000,2024-05-22 05:05:34,2225.0,1.0,2813.0,197.0,3675.0,1200.0,4141.0,12240.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",159.0,27,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,669.0,669.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,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-06-06 14:53:12.000000,2024-06-06 10:01:58,978.0,154.0,1028.0,98.0,463.0,95.0,496.0,11464.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",83.0,27,False,2024-06-06 10:03:52.000,2.1.1,100.0,pandas-ai,,,,,3112.0,3112.0,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,, +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,,1521.0,130.0,51.0,162.0,141.0,7783.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'],71.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,70.0,142072.0,219223.0,,,,,,,,2.0,3934717.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,,1607.0,459.0,698.0,33.0,441.0,7299.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,2214.0,2237.0,,,,,,,,2.0,2191.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,,1350.0,348.0,14.0,42.0,66.0,6347.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1349.0,1342.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,7.0,41668.0,41668.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,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,625.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..",122.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,,1289.0,1289.0,,,,,,,,3.0,8.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +406,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,273.0,438.0,221.0,329.0,4823.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'],319.0,317.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,457.0,457.0,,,,,,,,3.0,22.0,,,,,,,,,,,,,,,,,,, +407,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-03-07 14:59:40.000000,2022-08-06 21:47:18,182.0,,438.0,71.0,61.0,101.0,56.0,4568.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,,,,,1902.0,1895.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,7.0,294318.0,294318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,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-06-05 20:00:20.000000,2024-04-04 13:02:44,6153.0,1.0,527.0,150.0,1912.0,338.0,1334.0,4445.0,ArrayFire: a general purpose GPU library.,90.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,1750.0,1807.0,,,,,,,,2.0,6214.0,,,,,,,,,,,,,,,,,,, +409,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-05-27 11:51:33.000000,2024-05-27 11:51:32,1060.0,14.0,982.0,239.0,217.0,51.0,203.0,4416.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,,,,57.0,56.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,792.0,884.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3517.0,,,,,2.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,,988.0,145.0,31.0,51.0,77.0,4281.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,,,,8626.0,8537.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,89.0,237648.0,238009.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,14100.0,,,,,3.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,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,553.0,105.0,617.0,95.0,606.0,4219.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,True,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],97.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,97.0,534013.0,535733.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,79163.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +412,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,137.0,43.0,3972.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'],14467.0,14347.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,120.0,235565.0,235565.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +413,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,283.0,226.0,12.0,356.0,3870.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,697367.0,697775.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,22075.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-06-06 06:33:45.000000,2024-03-15 19:57:42,1777.0,6.0,585.0,39.0,832.0,481.0,283.0,3681.0,Time series forecasting with PyTorch.,45.0,27,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,16.0,,https://pypi.org/project/pytorch-forecasting,2020-07-26 21:35:43.000,16.0,53079.0,54358.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,57560.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,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-06-06 14:38:39.000000,2024-04-17 02:40:53,1439.0,31.0,344.0,69.0,1351.0,96.0,84.0,3416.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,36.0,27,True,2024-04-09 23:12:45.000,1.1.1,16.0,lit-nlp,conda-forge/lit-nlp,,,,37.0,34.0,https://pypi.org/project/lit-nlp,2024-04-09 23:12:45.000,3.0,3424.0,5064.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,73821.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,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-06-06 06:32:49.000000,2023-09-10 15:15:16,1059.0,,241.0,62.0,116.0,9.0,275.0,3242.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2023-09-10 19:39:46.000,0.3.2,22.0,vidgear,,,,,570.0,557.0,https://pypi.org/project/vidgear,2023-09-10 19:39:46.000,13.0,15699.0,15720.0,,,,,,,,3.0,1357.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-06-03 10:00:38.000000,2024-06-03 10:00:38,1644.0,113.0,638.0,43.0,28.0,4.0,488.0,3068.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'],21.0,21.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,435.0,435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,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,8.0,473.0,97.0,43.0,89.0,240.0,2719.0,Learning to Rank in TensorFlow.,34.0,27,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,124435.0,124435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,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,,332.0,77.0,55.0,161.0,68.0,2275.0,Multilingual text (NLP) processing toolkit.,26.0,27,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1319.0,1270.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,62942.0,62942.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,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,89.0,124.0,33.0,230.0,2183.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,,,,1851.0,1785.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,50083.0,51790.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,145119.0,,,,,3.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,,317.0,63.0,38.0,97.0,160.0,2171.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'],361.0,355.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,11318.0,11318.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +422,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,2067.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'],2144.0,2130.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,101397.0,105634.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,494.0,,,,,3.0,257836.0,,,,,,,,,,,,,,,,,,, +423,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-05-03 16:38:58.000000,2024-04-04 12:44:05,521.0,2.0,401.0,85.0,104.0,79.0,261.0,2064.0,bt - flexible backtesting for Python.,32.0,27,True,2023-11-20 03:03:12.000,1.0.0,26.0,bt,conda-forge/bt,,,,1616.0,1606.0,https://pypi.org/project/bt,2023-11-20 03:03:12.000,10.0,7096.0,7759.0,https://anaconda.org/conda-forge/bt,2023-11-20 16:37:06.276,25214.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-05-28 18:51:20.000000,2024-05-28 18:51:20,2068.0,187.0,127.0,28.0,201.0,17.0,22.0,1893.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2024-05-23 20:28:44.000,0.5.2,146.0,labml,,,,,164.0,152.0,https://pypi.org/project/labml,2024-05-23 20:28:44.000,12.0,2469.0,2469.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,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,41.0,495.0,172.0,151.0,1758.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,27,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,179.0,171.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,75446.0,75452.0,,,,,,,,3.0,457.0,,,,,,,,,,,,,,,,,,, +426,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,1730.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],287.0,282.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2016.0,2569.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,18824.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +427,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-02-13 11:22:02.000000,2024-02-13 11:18:32,1805.0,,376.0,50.0,125.0,39.0,424.0,1681.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,27,True,2023-12-16 01:55:15.000,1.2.3,29.0,vizdoom,,,,,253.0,240.0,https://pypi.org/project/vizdoom,2023-12-16 01:55:15.000,13.0,2335.0,2454.0,,,,,,,,2.0,11857.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +428,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,33.0,269.0,27.0,187.0,10.0,390.0,1616.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,27,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],182.0,174.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1342.0,1342.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,2024-06-06 13:59:22.000000,2024-06-06 00:05:39,6455.0,131.0,287.0,46.0,2746.0,311.0,1516.0,1607.0,cuGraph - RAPIDS Graph Analytics Library.,115.0,27,True,2024-06-05 17:44:23.000,24.06.00,36.0,cugraph,conda-forge/libcugraph,,,,6.0,2.0,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,267.0,781.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,19569.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-01-05 03:23:07.000000,2022-08-31 01:52:51,509.0,,308.0,103.0,49.0,8.0,151.0,1571.0,Distributed Deep learning with Keras & Spark.,27.0,27,False,2024-01-05 03:23:07.000,5.2.1,42.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",75.0,75.0,https://pypi.org/project/elephas,2024-01-05 03:23:07.000,,44840.0,45081.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,14022.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,1479.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,,,,,400.0,398.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,2263.0,2263.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-05-22 12:17:19.000000,2024-05-22 12:17:17,677.0,4.0,167.0,48.0,162.0,19.0,383.0,1338.0,moDel Agnostic Language for Exploration and eXplanation.,25.0,27,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,173.0,166.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,7.0,18715.0,19036.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,13185.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-03-02 16:58:45.000000,2023-06-06 09:46:40,415.0,,329.0,39.0,301.0,28.0,200.0,1239.0,A research toolkit for particle swarm optimization in Python.,45.0,27,True,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,412.0,390.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,22123.0,22123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,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-01-31 21:10:59.000000,2020-10-14 13:22:39,167.0,,346.0,71.0,87.0,27.0,26.0,1234.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,,,,1439.0,1387.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,52.0,26854.0,27210.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,27062.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,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,,249.0,41.0,39.0,68.0,591.0,1147.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,,,,707.0,678.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,29.0,42612.0,44041.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,66937.0,,,,,3.0,545.0,,,,,,,,,,,,,,,,,,, +436,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,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,65.0,174.0,930.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'],125.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,81.0,77011.0,85294.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,544484.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2670.0,,,,,,,,,,, +437,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,122.0,911.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'],1638.0,1616.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,22.0,80979.0,80979.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +438,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-05-09 07:59:27.000000,2024-05-01 00:09:23,16580.0,11.0,367.0,44.0,1620.0,309.0,2961.0,869.0,An open-source application for biological image analysis.,143.0,27,True,2023-08-14 19:59:48.000,4.2.6,48.0,cellprofiler,,,,,22.0,20.0,https://pypi.org/project/cellprofiler,2023-08-14 19:14:28.000,2.0,454.0,509.0,,,,,,,,3.0,6951.0,,,,,,,,,,,,,,,,,,, +439,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-06-05 12:54:23.000000,2024-06-05 12:54:23,609.0,36.0,162.0,32.0,202.0,4.0,100.0,599.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,33.0,27,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],374.0,348.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,26.0,33553.0,33801.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,5971.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,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,19.0,717.0,26.0,208.0,480.0,A package built to support working with spatial data using open source python.,44.0,27,True,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,350.0,333.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,9699.0,10933.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,76559.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,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,,1082.0,236.0,455.0,67.0,265.0,17313.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,26,True,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,,41068.0,41476.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,24101.0,3.0,,,,,,,,,,,,,,,,,,,, +442,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,,1203.0,185.0,213.0,25.0,534.0,8937.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,,,,,257.0,,,,,,,,3.0,10558.0,,,,,,,,,,,,,,,,,,, +443,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,,968.0,182.0,328.0,338.0,292.0,5783.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,,,,,126.0,126.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,456.0,503.0,,,,,,,,2.0,3750.0,,,,,,,,,,,,,,,,,,, +444,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2023-10-23 02:26:28.000000,2020-05-03 07:13:22,108.0,,595.0,141.0,31.0,70.0,55.0,5559.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1711.0,1658.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,53.0,1631860.0,1632260.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,18841.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,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,125.0,64.0,136.0,74.0,5038.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,,,,,778.0,766.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8749.0,8749.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,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-06-02 03:16:52.000000,2024-04-23 02:12:59,1138.0,1.0,720.0,60.0,1014.0,167.0,740.0,4138.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'],129.0,126.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,3.0,6014.0,6014.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,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-03-03 01:58:14.000000,2024-03-03 01:31:19,180.0,,392.0,162.0,84.0,102.0,101.0,3208.0,A deep learning library for video understanding research.,55.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],23.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,23.0,66995.0,66995.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,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,,1021.0,167.0,215.0,44.0,146.0,3138.0,Performance analysis of predictive (alpha) stock factors.,26.0,26,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,697.0,692.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1379.0,1654.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20938.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,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,217.0,3649.0,429.0,1111.0,3014.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,,,,,,,,,1622.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,133898.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1512.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +450,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-12-04 12:10:57.449000,2023-11-29 13:26:08,135.0,,265.0,53.0,19.0,36.0,97.0,2850.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,,,,2294.0,2265.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,29.0,66605.0,67351.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,29869.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,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,,220.0,65.0,42.0,17.0,24.0,2754.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,,,,996.0,991.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,74641.0,74907.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14898.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,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-03-20 16:55:01.000000,2024-03-20 16:53:52,2297.0,1.0,722.0,80.0,205.0,191.0,466.0,2749.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",151.0,26,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],12.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,12.0,40164.0,40164.0,,,,,,,,2.0,,-2.0,,,,,,,,,,,,,,,,,, +453,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,167.0,164.0,113.0,2736.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,,,,57.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,57.0,338514.0,340314.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,153076.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-06-02 15:40:01.000000,2024-06-02 15:40:01,251.0,1.0,313.0,29.0,321.0,76.0,39.0,2734.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,26,True,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],960.0,959.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,18544.0,18633.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3026.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +455,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-02-01 01:44:20.000000,2023-12-11 13:43:52,1053.0,,443.0,126.0,143.0,192.0,247.0,2611.0,PYthon svg GrAph plotting Library.,77.0,26,False,2023-11-21 15:34:11.000,3.0.4,80.0,pygal,conda-forge/pygal,,,,98.0,,https://pypi.org/project/pygal,2023-11-21 15:34:11.000,98.0,312366.0,314853.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,42289.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +456,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-06-05 04:51:14.000000,2023-07-23 14:42:27,191.0,,468.0,38.0,243.0,52.0,282.0,2527.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,True,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,38598.0,38824.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,6798.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +457,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-04-10 16:58:39.000000,2024-01-30 18:07:43,695.0,,232.0,35.0,147.0,17.0,144.0,2324.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,,,,,190.0,186.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,4.0,18146.0,18152.0,,,,,,,,3.0,308.0,,,,,,,,,,,,,,,,,,, +458,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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,,285.0,56.0,14.0,22.0,79.0,2216.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,566.0,561.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,5.0,11900.0,12995.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,89844.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,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-06-06 09:45:26.000000,2023-06-01 12:18:23,739.0,,315.0,42.0,44.0,99.0,56.0,2158.0,A modular active learning framework for Python.,20.0,26,True,2024-06-06 09:45:26.000,0.62.203,985.0,modAL,,,,['sklearn'],41.0,,https://pypi.org/project/modAL,2024-06-06 09:45:26.000,41.0,282525.0,282525.0,,,,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,, +460,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-06-03 23:56:16.000000,2024-05-21 15:42:46,481.0,2.0,335.0,63.0,156.0,8.0,92.0,2109.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,,,,,676.0,658.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,18.0,42158.0,42158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,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-05-13 22:13:39.000000,2024-05-13 22:13:34,870.0,8.0,446.0,60.0,333.0,113.0,92.0,1890.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'],15.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,15.0,21072.0,21074.0,,,,,,,,2.0,156.0,,,,,,,,,,,,,,,,,,, +462,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-05-06 20:43:34.000000,2024-03-31 23:27:50,918.0,26.0,135.0,34.0,441.0,50.0,353.0,1814.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,58.0,57.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,21000.0,21000.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,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-05-06 20:43:34.000000,2024-03-31 23:27:50,918.0,26.0,135.0,34.0,441.0,50.0,353.0,1814.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,26,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,58.0,57.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,21000.0,21268.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,7786.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,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,16.0,160.0,61.0,68.0,65.0,130.0,1805.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,,,,,423.0,421.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,757.0,757.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +465,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,,160.0,25.0,81.0,43.0,35.0,1721.0,A Python package for time series classification.,14.0,26,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,633.0,614.0,https://pypi.org/project/pyts,2021-10-31 13:51:09.000,19.0,174717.0,175468.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,24054.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,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-06-05 00:17:34.000000,2024-06-05 00:09:05,939.0,103.0,263.0,46.0,775.0,76.0,65.0,1633.0,A lightweight library for PyTorch training tools and utilities.,129.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,7436.0,7436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-05-31 12:24:55.000000,2024-05-31 12:24:55,2832.0,5.0,176.0,26.0,671.0,118.0,448.0,1556.0,A Python library for learning and evaluating knowledge graph embeddings.,39.0,26,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,6.0,,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,6619.0,6622.0,,,,,,,,2.0,180.0,,,,,,,,,,,,,,,,,,, +468,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-01-04 20:19:39.000000,2024-01-04 20:19:39,950.0,,579.0,107.0,283.0,19.0,300.0,1517.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,26,True,2023-06-28 20:49:21.000,2.9.0,31.0,tabpy,anaconda/tabpy-client,,,,163.0,161.0,https://pypi.org/project/tabpy,2023-01-30 23:34:02.112,2.0,8480.0,8532.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4492.0,,,,,3.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,2024-05-27 12:25:38.000000,2024-05-27 12:25:37,1035.0,4.0,177.0,17.0,72.0,28.0,345.0,1489.0,PyTorch Extension Library of Optimized Scatter Operations.,30.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],128.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,128.0,36978.0,43321.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-05-19 03:08:50.610,304485.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +470,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-04-30 13:26:27.000000,2023-06-07 07:35:59,3033.0,,119.0,36.0,337.0,11.0,187.0,1436.0,Multi-class confusion matrix library in Python.,17.0,26,True,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,325.0,303.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,22.0,40488.0,40488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,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-05-23 06:44:53.000000,2024-05-23 06:44:52,691.0,7.0,155.0,22.0,126.0,4.0,128.0,1395.0,"Extensible, parallel implementations of t-SNE.",12.0,26,True,2023-11-29 14:50:50.000,1.0.1,27.0,opentsne,conda-forge/opentsne,,,,849.0,806.0,https://pypi.org/project/opentsne,2023-11-29 14:45:37.000,43.0,39334.0,44937.0,https://anaconda.org/conda-forge/opentsne,2024-05-19 08:28:58.978,257772.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,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,2023-10-09 07:21:10.000000,2023-09-29 00:13:39,295.0,,231.0,46.0,184.0,53.0,120.0,1382.0,Metric learning algorithms in Python.,22.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],385.0,378.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,16361.0,16611.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,11777.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,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,2023-11-06 16:35:44.000000,2023-11-06 15:20:05,206.0,,330.0,51.0,43.0,96.0,112.0,1349.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'],490.0,482.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,47520.0,76577.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,314.0,,,,,3.0,1307267.0,,,,,,,,,,,,,,,,,,, +474,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2023-10-05 01:24:33.000000,2023-10-05 01:24:32,851.0,,270.0,76.0,481.0,49.0,198.0,1333.0,Underthesea - Vietnamese NLP Toolkit.,18.0,26,False,2023-09-22 23:57:31.000,6.8.0,125.0,underthesea,,,,,1063.0,1052.0,https://pypi.org/project/underthesea,2023-09-22 23:50:49.000,11.0,16399.0,16475.0,,,,,,,,3.0,6470.0,,,,,,,,,,,,,,,,,,, +475,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2023-11-28 23:16:10.000000,2023-09-10 06:51:22,1752.0,,198.0,43.0,257.0,66.0,212.0,1257.0,Python audio and music signal processing library.,20.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,449.0,422.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,1888.0,1888.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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,,174.0,26.0,36.0,1.0,116.0,1240.0,Multivariate imputation and matrix completion algorithms implemented in Python.,12.0,26,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1621.0,1600.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,58316.0,58316.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +477,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,2023-06-16 13:22:22.238000,2022-12-22 14:52:10,805.0,,144.0,35.0,214.0,117.0,152.0,1224.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,,,,520.0,465.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,55.0,24400.0,35186.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,873742.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-04-16 18:02:40.000000,2024-04-16 18:02:40,396.0,2.0,177.0,26.0,32.0,4.0,129.0,1211.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,26,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],559.0,543.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,16.0,137706.0,138045.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,18651.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +479,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-05-24 12:07:23.000000,2024-05-24 12:07:18,209.0,1.0,83.0,35.0,110.0,7.0,18.0,1202.0,A library of reinforcement learning building blocks in JAX.,21.0,26,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],243.0,232.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,1877047.0,1877047.0,,,,,,,,2.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +480,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2023-11-24 07:58:55.401000,2023-11-09 17:20:43,139.0,,113.0,21.0,103.0,43.0,74.0,1141.0,Python 3.8+ toolbox for submitting jobs to Slurm.,23.0,26,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,2729.0,2690.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,39.0,300186.0,300985.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,36776.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,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-06-06 14:28:46.000000,2024-05-31 16:50:12,1986.0,49.0,364.0,56.0,516.0,156.0,253.0,1139.0,Machine learning on FPGAs using HLS.,61.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,,939.0,1110.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,7728.0,,,,,2.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,2024-06-06 07:00:44.000000,2024-06-06 07:00:43,2395.0,266.0,88.0,19.0,942.0,85.0,216.0,1088.0,"MetricFlow allows you to define, build, and maintain metrics in code.",44.0,26,False,2024-03-02 00:18:17.000,0.205.0,85.0,metricflow,,,,,27.0,23.0,https://pypi.org/project/metricflow,2024-06-04 18:03:57.000,4.0,22012.0,22012.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +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-06-05 10:03:23.000000,2024-03-27 08:01:51,780.0,3.0,63.0,13.0,128.0,46.0,115.0,966.0,Visualize large time series data with plotly.py.,12.0,26,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1170.0,1148.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,22.0,401141.0,402638.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,43414.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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,,236.0,61.0,246.0,22.0,367.0,961.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,,,,589.0,558.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,31.0,18297.0,18977.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,29849.0,,,,,3.0,269.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-06-04 20:39:28.000000,2024-06-04 20:39:27,845.0,7.0,133.0,29.0,89.0,40.0,75.0,602.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2024-04-23 05:17:11.000,1.15.0,43.0,ml-metadata,,,,,494.0,463.0,https://pypi.org/project/ml-metadata,2024-04-23 05:17:11.000,31.0,87640.0,87675.0,,,,,,,,3.0,2213.0,,,,,,,,,,,,,,,,,,, +486,quinn,MrPowers/quinn,ml-experiments,,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-05-17 21:25:45.000000,2024-05-07 09:33:03,327.0,4.0,91.0,19.0,118.0,36.0,80.0,585.0,pyspark methods to enhance developer productivity.,28.0,26,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],84.0,77.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,755400.0,755400.0,,,,,,,,3.0,23.0,2.0,,,,,,,,,,,,,,,,,, +487,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-05-21 08:01:17.000000,2024-05-15 12:32:23,5658.0,53.0,92.0,16.0,757.0,16.0,438.0,430.0,Lightwood is Legos for Machine Learning.,46.0,26,False,2024-05-15 13:29:47.000,24.5.2.0,204.0,lightwood,,,,['pytorch'],66.0,64.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,8859.0,8859.0,,,,,,,,2.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,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,46.0,,214.0,22.0,17.0,46.0,23.0,425.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2017-06-22 18:49:27.000,0.3.6,9.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],7750.0,7620.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000,130.0,229413.0,230218.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40258.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +489,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-06-06 14:56:47.000000,2024-06-05 22:49:39,2901.0,305.0,59.0,8.0,272.0,44.0,92.0,259.0,Python recommendation toolkit.,14.0,26,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,109.0,103.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1494.0,2139.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,27746.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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-05-16 01:29:54.000000,2024-05-16 01:29:48,1619.0,1.0,808.0,146.0,1564.0,114.0,125.0,7979.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,158.0,157.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3287.0,3287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,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-04-29 08:04:00.000000,2024-03-08 08:24:03,13775.0,,1536.0,140.0,3584.0,860.0,1107.0,5553.0,An Industrial Grade Federated Learning Framework.,100.0,25,True,2024-03-08 08:32:35.000,2.1.0,49.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,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-04-26 02:38:27.000000,2023-11-19 13:26:15,334.0,,955.0,45.0,34.0,65.0,112.0,5016.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",20.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],210.0,201.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,9.0,3917.0,3917.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-06-03 22:04:59.000000,2023-04-28 16:55:30,521.0,,444.0,62.0,93.0,36.0,88.0,4996.0,Finding duplicate images made easy!.,15.0,25,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],125.0,120.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,18180.0,18180.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,2024-06-06 13:56:40.000000,2024-06-06 00:03:24,3581.0,106.0,606.0,94.0,3941.0,217.0,1379.0,4953.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,92.0,25,True,2024-05-29 09:42:13.000,1.38.0,79.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,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,159.0,130.0,83.0,101.0,4622.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'],770.0,764.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,460.0,460.0,,,,,,,,3.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,135.0,649.0,65.0,198.0,3869.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,2528.0,2528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,309.0,86.0,95.0,48.0,32.0,3495.0,Python library that makes it easy for data scientists to create charts.,25.0,25,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,85.0,76.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,9.0,26308.0,26765.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,30656.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,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-05-31 08:23:23.000000,2024-05-23 08:03:04,2779.0,51.0,1207.0,136.0,1075.0,52.0,75.0,3314.0,a distributed deep learning platform.,90.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,3.0,3.0,,,,,68.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,747.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,6604.0,3.0,,,,,,,,,,,,,,,,,,,, +499,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-05-30 22:44:23.000000,2024-05-30 22:39:37,469.0,4.0,271.0,50.0,463.0,59.0,257.0,3307.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,4.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,4.0,4658.0,5710.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,40648.0,,,,,3.0,505.0,,,,,,,,,,,,,,,,,,, +500,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-05-30 08:12:07.000000,2024-03-30 09:25:51,4343.0,10.0,586.0,40.0,1003.0,251.0,693.0,3223.0,"A unified, comprehensive and efficient recommendation library.",71.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,3345.0,3458.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4872.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-05-31 04:02:18.000000,2024-05-23 12:40:02,514.0,6.0,811.0,62.0,641.0,133.0,399.0,3207.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'],127.0,126.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,912.0,912.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,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-03-19 19:20:10.000000,2024-03-18 19:51:35,2374.0,14.0,688.0,159.0,61.0,7.0,756.0,3100.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,25,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,907.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,65224.0,,,,,3.0,4715.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,,663.0,73.0,25.0,117.0,101.0,2977.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'],2926.0,2925.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1275.0,1275.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,,471.0,97.0,49.0,59.0,253.0,2825.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,,,,724.0,703.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,3607.0,3927.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,16057.0,,,,,3.0,1012.0,,,,,,,,,,,,,,,,,,, +505,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-04-22 23:07:16.000000,2023-06-30 21:16:10,470.0,,322.0,64.0,317.0,49.0,124.0,2806.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'],55.0,54.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1532.0,1857.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,15640.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,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-05-21 12:48:00.000000,2024-05-06 14:20:38,944.0,5.0,173.0,20.0,78.0,94.0,176.0,2774.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,25,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,46.0,45.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1199.0,1199.0,,,,,,,,3.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,2023-11-01 10:12:46.000000,2022-10-05 16:26:03,376.0,,229.0,50.0,481.0,45.0,70.0,2736.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,,,,,232.0,229.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,29232.0,29233.0,,,,,,,,3.0,70.0,,,,,,,,,,,,,,,,,,, +508,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,1.0,705.0,180.0,75.0,21.0,565.0,2720.0,Python sync/async framework for Interactive Brokers API.,36.0,25,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,40.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,40.0,32866.0,33567.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,41378.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,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-05-31 16:04:07.000000,2023-07-01 21:40:58,1936.0,,355.0,40.0,90.0,28.0,158.0,2532.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,25,True,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,,['pytorch'],3.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,3.0,1832.0,1832.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +510,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,2458.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,27.0,25.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,111.0,111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,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-05-21 22:55:07.000000,2024-02-10 10:17:50,226.0,,252.0,49.0,95.0,22.0,115.0,2175.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",116.0,112.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2054.0,2054.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,, +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,2023-06-20 17:42:42.000000,2023-06-20 17:42:34,12566.0,,85.0,42.0,47.0,14.0,75.0,2100.0,The friendly PIL fork.,385.0,25,False,,,47.0,pillow-simd,,,,,62.0,,https://pypi.org/project/pillow-simd,2022-01-04 16:11:51.000,62.0,39668.0,39668.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,,239.0,71.0,21.0,93.0,66.0,2095.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,,,,,272.0,268.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,118272.0,118272.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,,303.0,57.0,1313.0,233.0,810.0,1824.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'],107.0,103.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,689.0,689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2024-05-27 06:51:43.605000,2022-12-07 10:32:49,237.0,,302.0,1.0,1.0,1.0,,1766.0,Feature engineering package with sklearn like functionality.,38.0,25,False,2024-05-26 13:28:07.000,1.8.0,40.0,feature_engine,conda-forge/feature_engine,,,,151.0,,https://pypi.org/project/feature_engine,2024-05-26 13:28:07.000,151.0,129557.0,130624.0,https://anaconda.org/conda-forge/feature_engine,2024-05-27 06:51:43.605,49116.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,2022-07-01 09:55:35.000000,2021-07-08 19:03:55,108.0,,206.0,44.0,12.0,4.0,51.0,1564.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,False,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],234.0,232.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,2.0,178571.0,178571.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +517,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,309.0,27.0,379.0,56.0,155.0,1559.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,25,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],57.0,56.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,929.0,929.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +518,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,,266.0,50.0,87.0,22.0,191.0,1552.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,25,True,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],594.0,577.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,17.0,7171.0,7317.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,7016.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,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,7.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'],1499.0,1486.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,13.0,13923.0,13923.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,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,109.0,1248.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,,,,,1063.0,1052.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,10216.0,10216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-06-02 16:09:47.000000,2024-06-02 16:08:34,809.0,9.0,117.0,31.0,413.0,72.0,325.0,1030.0,BAyesian Model-Building Interface (Bambi) in Python.,37.0,25,True,2023-10-25 02:06:14.000,0.13.0,28.0,bambi,conda-forge/bambi,,,,133.0,123.0,https://pypi.org/project/bambi,2023-10-25 02:06:14.000,10.0,21097.0,21851.0,https://anaconda.org/conda-forge/bambi,2023-10-27 17:16:55.433,31687.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,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-05-16 20:20:11.437000,2024-05-16 13:11:43,2072.0,1.0,215.0,41.0,593.0,85.0,433.0,1027.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2024-05-16 14:21:22.000,2.1.0,48.0,smac,conda-forge/smac,,,,33.0,,https://pypi.org/project/smac,2024-05-16 14:21:22.000,33.0,30221.0,30741.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,20309.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +523,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,2023-09-20 15:32:40.000000,2023-09-20 15:32:36,567.0,,191.0,49.0,61.0,1.0,68.0,978.0,Training neural models with structured signals.,38.0,25,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],456.0,453.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,17160.0,17160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +524,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,,256.0,43.0,72.0,103.0,188.0,918.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,552.0,515.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,7884.0,7884.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +525,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2023-08-27 04:36:31.000000,2021-02-11 16:40:18,279.0,,77.0,13.0,48.0,22.0,53.0,742.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,25,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,2261.0,2232.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,29.0,626947.0,627124.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,5667.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,tinytag,devsnd/tinytag,audio,,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000,2024-06-05 15:31:41.000000,2024-06-05 15:31:41,555.0,12.0,101.0,24.0,99.0,15.0,106.0,672.0,"Python library for reading audio file metadata, duration of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA, Wave, AIFF and a few..",27.0,25,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,103.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,103.0,25246.0,25246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,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-01-05 08:05:26.000000,2024-01-05 08:05:26,564.0,,103.0,15.0,193.0,117.0,136.0,671.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",33.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,617.0,,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,617.0,3218757.0,3218907.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,18698.0,,,,,,,,,,,,,,,,,,, +528,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-05-15 16:08:44.000000,2024-05-13 16:47:27,911.0,8.0,108.0,43.0,113.0,56.0,46.0,644.0,Bias Auditing & Fair ML Toolkit.,21.0,25,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,163.0,156.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,7.0,21542.0,21542.0,,,,,,,,3.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-04-28 16:46:16.622000,2024-04-28 11:15:50,477.0,4.0,50.0,8.0,59.0,176.0,240.0,602.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,,,,803.0,730.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,73.0,45534.0,47518.0,https://anaconda.org/conda-forge/pyvips,2024-04-28 16:46:16.622,87338.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,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-04-10 07:37:43.190000,2022-01-15 18:08:37,1718.0,,67.0,15.0,13.0,35.0,7.0,544.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,,,,227.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,227.0,493639.0,500660.0,https://anaconda.org/conda-forge/whoosh,2024-04-10 07:37:43.190,259790.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,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,,85.0,13.0,31.0,7.0,49.0,371.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,451.0,408.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,43.0,139408.0,141013.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,72268.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-05-21 10:43:30.000000,2024-05-21 10:37:24,549.0,17.0,56.0,40.0,300.0,20.0,60.0,301.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-05-21 10:43:30.000,1.4.0,78.0,gokart,,,,,86.0,78.0,https://pypi.org/project/gokart,2024-05-21 10:43:30.000,8.0,2705.0,2705.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,800.0,169.0,1588.0,145.0,74.0,6350.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,95.0,100.0,,,,,,,,3.0,358.0,,,,,,,,,,,,,,,,,,, +534,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-05-25 03:02:04.000000,2024-05-25 02:46:48,1097.0,1.0,924.0,115.0,675.0,146.0,542.0,5430.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,118.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],18.0,17.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,196.0,196.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,4947.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'],1130.0,1114.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,909.0,921.0,,,,,,,,3.0,914.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-01-13 08:14:49.000000,2022-07-29 10:37:24,205.0,,1009.0,92.0,63.0,255.0,270.0,4639.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,24,False,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,27002.0,27002.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,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-01-16 13:26:41.000000,2023-05-06 14:09:10,264.0,,430.0,42.0,52.0,88.0,174.0,4204.0,An Open-Source Framework for Prompt-Learning.,22.0,24,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,126.0,123.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,758.0,758.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,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,,726.0,62.0,247.0,129.0,824.0,4071.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,,,,,36.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,36.0,5328.0,5328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,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,2021-06-03 02:58:49.000000,2021-06-02 17:38:16,1810.0,,917.0,177.0,385.0,33.0,430.0,3822.0,"Facilitating the design, comparison and sharing of deep text matching models.",36.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,121.0,121.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,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,,443.0,90.0,78.0,67.0,137.0,3354.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,556228.0,556230.0,,,,,,,,2.0,181.0,,,,,,,,,,,,,,,,,,, +541,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-04-09 15:08:12.000000,2024-04-09 15:08:11,2114.0,6.0,538.0,144.0,239.0,39.0,634.0,3286.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'],4.0,,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,697.0,697.0,,,,,,,,3.0,,-3.0,,,,,,,,,,,,,,,,,, +542,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,110.0,73.0,193.0,117.0,3077.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,,,,,142.0,130.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,785.0,846.0,,,,,,,,3.0,4598.0,,,,,,,,,,,,,,,,,,, +543,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,,246.0,29.0,2015.0,3.0,652.0,3037.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.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,,17522.0,17610.0,,,,,,,,3.0,2647.0,,,,,,,,,,,,,,,,,,, +544,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,,137.0,29.0,200.0,20.0,73.0,2705.0,HiPlot makes understanding high dimensional data easy.,9.0,24,True,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,439.0,413.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,18718.0,22318.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,187248.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,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,,319.0,92.0,2157.0,206.0,982.0,2680.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,,,,,1.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,1.0,15295.0,15295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,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,,336.0,31.0,695.0,43.0,151.0,2546.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,100.0,96.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,645.0,645.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,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,,645.0,89.0,29.0,25.0,52.0,2340.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,,,,,664.0,612.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,52.0,31560.0,31560.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,64.0,31.0,60.0,95.0,2243.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,,,,,103.0,102.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2268.0,2276.0,,,,,,,,3.0,385.0,-2.0,,,,,,,,,,,,,,,,,, +549,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,,254.0,56.0,56.0,19.0,50.0,2205.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,True,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],707.0,688.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,5164.0,5164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,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-06-06 14:05:43.000000,2024-06-06 14:05:43,545.0,10.0,211.0,42.0,132.0,61.0,127.0,2200.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,30.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,4.0,4.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,2290.0,2290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,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,,669.0,83.0,48.0,24.0,64.0,2066.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,523.0,511.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,8494.0,8494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,1988.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],354.0,346.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1253.0,1429.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,7225.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,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-06-05 15:23:45.000000,2023-12-04 14:09:45,571.0,,134.0,57.0,453.0,68.0,102.0,1854.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,29.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,114.0,104.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,3358.0,3358.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,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,49.0,49.0,23.0,91.0,1604.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,,,,388.0,375.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,1874.0,3875.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,38966.0,,,,,3.0,65780.0,,,,,,,,,,,,,,,,,,, +555,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,,121.0,29.0,31.0,63.0,50.0,1575.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'],466.0,459.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,152502.0,152502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,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-05-23 14:10:39.000000,2023-11-08 21:41:55,157.0,,164.0,102.0,186.0,38.0,25.0,1498.0,fklearn: Functional Machine Learning.,55.0,24,True,2023-11-09 12:59:48.000,3.0.0,32.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,2024-05-23 14:10:39.000,,1135.0,1135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-05-23 23:41:29.000000,2024-05-23 23:38:04,354.0,8.0,269.0,44.0,254.0,77.0,195.0,1476.0,A framework for Privacy Preserving Machine Learning.,36.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],37.0,36.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,289.0,289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,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,,403.0,91.0,165.0,103.0,224.0,1357.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],42.0,42.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,183.0,183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,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-05-31 02:58:01.000000,2022-05-22 23:59:48,1219.0,,163.0,33.0,23.0,42.0,34.0,1273.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],61.0,61.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,802.0,802.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,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,35.0,68.0,57.0,206.0,1234.0,A toolbox to iNNvestigate neural networks predictions!.,20.0,24,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],129.0,127.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,797.0,801.0,,,,,,,,3.0,101.0,,,,,,,,,,,,,,,,,,, +561,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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,205.0,54.0,460.0,143.0,293.0,1194.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],75.0,66.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,484.0,484.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-06-05 15:55:27.000000,2024-05-05 07:26:07,87.0,9.0,230.0,20.0,21.0,5.0,87.0,1189.0,Implementation of the node2vec algorithm.,15.0,24,True,2022-08-01 11:35:00.616,0.4.6,18.0,node2vec,conda-forge/node2vec,,,,652.0,625.0,https://pypi.org/project/node2vec,2022-08-01 11:35:00.616,27.0,24687.0,25076.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,28433.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +563,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,72.0,415.0,75.0,147.0,1156.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,,,,,172.0,167.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,783.0,783.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,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,,114.0,12.0,23.0,18.0,15.0,1090.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,24,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,5778.0,5362.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,416.0,402509.0,402509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,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,48.0,112.0,53.0,170.0,973.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,320.0,297.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,787.0,787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,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,34.0,69.0,876.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,24,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],628.0,616.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,27974.0,27974.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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-05-21 08:03:11.000000,2024-05-14 09:36:49,344.0,15.0,134.0,19.0,82.0,3.0,66.0,873.0,An intuitive library to extract features from time series.,20.0,24,True,2024-03-27 17:12:39.000,0.1.7,11.0,tsfel,,,,,132.0,129.0,https://pypi.org/project/tsfel,2024-03-27 16:06:38.000,3.0,23190.0,23190.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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-05-16 09:24:43.000000,2024-05-16 09:24:42,249.0,4.0,110.0,15.0,44.0,35.0,27.0,869.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,619.0,604.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,15.0,30146.0,41856.0,,,,,,,,3.0,503566.0,,,,,,,,,,,,,,,,,,, +569,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-04 01:53:35.000000,2024-05-28 00:06:51,238.0,16.0,83.0,18.0,160.0,24.0,90.0,840.0,Bayesian active learning library for research and industrial usecases.,23.0,24,True,2024-04-04 17:31:05.000,1.9.2,20.0,baal,conda-forge/baal,,,,57.0,56.0,https://pypi.org/project/baal,2024-04-04 17:29:59.000,1.0,1284.0,1491.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,8492.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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,34.0,25.0,34.0,236.0,742.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,,,,,177.0,173.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,5142.0,5142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,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-03-07 03:49:45.000000,2024-03-07 03:49:45,400.0,,155.0,17.0,72.0,35.0,108.0,706.0,Ternary plotting library for python with matplotlib.,27.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,202.0,172.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,30.0,35263.0,36100.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,82064.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +572,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,133.0,91.0,42.0,67.0,656.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'],204.0,194.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,10.0,15305.0,15305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,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-06-06 12:58:25.000000,2024-05-29 21:47:06,874.0,14.0,84.0,10.0,739.0,95.0,440.0,615.0,Automated modeling and machine learning framework FEDOT.,33.0,24,True,2024-05-03 16:06:47.000,0.7.3.2,22.0,fedot,,,,,51.0,46.0,https://pypi.org/project/fedot,2024-05-03 15:56:33.000,5.0,1280.0,1280.0,,,,,,,,3.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +574,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-04-09 13:42:05.705000,2024-04-03 15:41:01,407.0,9.0,135.0,20.0,46.0,3.0,84.0,555.0,Medical image processing in Python.,20.0,24,False,2024-04-03 15:53:56.000,0.5.1,9.0,MedPy,conda-forge/medpy,,,,1995.0,1946.0,https://pypi.org/project/MedPy,2024-04-03 15:53:56.000,49.0,20149.0,21002.0,https://anaconda.org/conda-forge/medpy,2024-04-09 13:42:05.705,30722.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,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,9.0,17.0,11.0,12.0,508.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'],4601.0,4500.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,101.0,2608030.0,2617450.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,904352.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,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,,84.0,30.0,318.0,75.0,27.0,368.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.0,24,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],410.0,403.0,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,43794.0,43794.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,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-02-19 07:00:31.744000,2024-02-18 18:51:38,532.0,,39.0,5.0,15.0,6.0,48.0,325.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,24,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],769.0,723.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,46.0,97674.0,118920.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-02-19 07:00:31.744,934844.0,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +578,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-05-12 10:24:37.000000,2023-02-15 20:15:59,196.0,,545.0,82.0,38.0,59.0,26.0,10927.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,23,False,2023-02-15 20:19:00.626,1.0.0,12.0,prettymaps,conda-forge/prettymaps,,,,48.0,48.0,https://pypi.org/project/prettymaps,2021-10-19 13:33:43.000,,918.0,1006.0,https://anaconda.org/conda-forge/prettymaps,2023-06-18 08:40:31.986,2565.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1379.0,261.0,69.0,115.0,136.0,6339.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,,87.0,87.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2024-01-23 18:30:32.000000,2024-01-23 18:30:25,598.0,,743.0,104.0,588.0,107.0,345.0,5958.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,37959.0,37959.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,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-01 12:19:45.000000,2021-06-13 00:22:13,176.0,,1706.0,19.0,18.0,72.0,24.0,5015.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,23,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,28.0,28.0,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,3240.0,3240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-03-22 00:24:33.000000,2024-03-22 00:17:00,218.0,1.0,295.0,73.0,179.0,24.0,54.0,4911.0,"A data augmentations library for audio, image, text, and video.",34.0,23,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,124.0,120.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2711.0,2711.0,,,,,,,,3.0,,-3.0,,,,,,,,,,,,,,,,,, +583,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-05-31 10:07:43.000000,2024-03-11 13:23:01,3347.0,3.0,820.0,230.0,111.0,57.0,621.0,4884.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,23,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,21.0,,,,,,,,3.0,1506.0,,,,,,,,,,,,,,,,,,, +584,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,4528.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,23,False,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],130.0,125.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5764.0,5767.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,235.0,3.0,,,,,,,,,,,,,,,,,,,, +585,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,,1370.0,351.0,59.0,51.0,,4311.0,Python Algorithmic Trading Library.,11.0,23,False,,,8.0,pyalgotrade,,,,,184.0,184.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,531.0,531.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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-05-15 07:21:55.000000,2024-05-15 07:15:09,1598.0,5.0,514.0,150.0,609.0,86.0,75.0,3533.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",166.0,23,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,,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,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,,532.0,174.0,50.0,67.0,49.0,3474.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],60.0,58.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,88.0,88.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-05-19 22:21:30.000000,2024-05-19 22:15:20,687.0,3.0,489.0,214.0,16.0,24.0,4.0,3372.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,23,True,2024-05-19 22:21:30.000,0.11.14,15.0,finmarketpy,,,,,13.0,13.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,356.0,356.0,,,,,,,,3.0,51.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,,223.0,54.0,36.0,75.0,123.0,3141.0,A GUI for Pandas DataFrames.,15.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],387.0,382.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,5.0,3240.0,3797.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,22863.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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,42.0,110.0,80.0,64.0,2874.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,23,True,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,8825.0,8827.0,,,,,,,,3.0,123.0,,,,,,,,,,,,,,,,,,, +591,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-03-13 21:11:32.000000,2024-03-13 21:09:44,767.0,1.0,362.0,92.0,548.0,144.0,92.0,2742.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,23,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,36695.0,36695.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,131.0,136.0,60.0,128.0,2399.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'],64.0,62.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,2435.0,2594.0,,,,,,,,3.0,12783.0,,,,,,,,,,,,,,,,,,, +593,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2021-07-09 03:57:16.000000,2021-07-09 03:57:16,955.0,,438.0,64.0,122.0,32.0,350.0,2380.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,80.0,80.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,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,,299.0,64.0,78.0,65.0,68.0,2104.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'],31.0,28.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1510.0,1510.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-03-05 11:46:16.000000,2024-03-05 11:46:12,2314.0,,237.0,38.0,38.0,13.0,114.0,2094.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,,,,243.0,237.0,https://pypi.org/project/karateclub,2022-10-22 16:17:27.886,6.0,4266.0,4768.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,23616.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,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,,243.0,44.0,33.0,51.0,90.0,1945.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'],175.0,175.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,4408.0,4408.0,,,,,,,,3.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,1859.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'],473.0,451.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,2587.0,3554.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,36748.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,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,1728.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1605.0,1696.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3459.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,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-03-05 07:56:07.000000,2024-03-05 07:56:07,582.0,,302.0,56.0,115.0,54.0,30.0,1548.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,,,,,91.0,90.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,494.0,494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,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-06-06 05:03:00.000000,2024-06-06 00:54:09,549.0,13.0,129.0,21.0,278.0,11.0,133.0,1241.0,A standard framework for modelling Deep Learning Models for tabular data.,21.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],2.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,2.0,5387.0,5387.0,,,,,,,,1.0,27.0,,,,,,,,,,,,,,,,,,, +601,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-05-07 04:53:40.000000,2024-04-29 07:05:47,431.0,5.0,151.0,92.0,122.0,33.0,46.0,1153.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,23,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,111.0,110.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,378.0,378.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,2023-11-17 11:03:05.000000,2023-11-17 10:59:26,412.0,,185.0,34.0,73.0,3.0,86.0,1038.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'],223.0,214.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,5023.0,5023.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-05-25 09:25:40.000000,2024-01-04 20:41:21,582.0,,295.0,96.0,122.0,62.0,97.0,1016.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'],14.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,14.0,1571.0,2108.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,44051.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,110.0,52.0,99.0,41.0,51.0,1009.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,23,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],243.0,232.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3382.0,3382.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-05-19 05:55:47.946000,2024-04-29 15:05:22,732.0,2.0,144.0,16.0,105.0,30.0,241.0,965.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'],103.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,103.0,25118.0,31404.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-05-19 05:55:47.946,301765.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,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,,149.0,23.0,46.0,15.0,82.0,915.0,kapre: Keras Audio Preprocessors.,13.0,23,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2410.0,2401.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1311.0,1311.0,,,,,,,,3.0,26.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,220.0,218.0,860.0,"Experiment tracking, ML developer tools.",29.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,96.0,96.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1264.0,1264.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +608,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2023-06-16 13:23:14.332000,2019-07-22 06:22:45,1380.0,,150.0,25.0,154.0,79.0,137.0,761.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'],22.0,4.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,8124.0,12550.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,319160.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,672.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-05-06 14:08:02.000000,2023-09-19 18:44:18,355.0,,118.0,18.0,79.0,24.0,34.0,693.0,Working with molecular structures in pandas DataFrames.,15.0,23,True,2023-08-28 15:31:05.000,0.5.1de,20.0,biopandas,conda-forge/biopandas,,,['pandas'],276.0,253.0,https://pypi.org/project/biopandas,2023-08-28 15:32:25.000,23.0,61812.0,63518.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,153540.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +610,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-05-25 05:48:12.000000,2024-05-24 20:49:00,978.0,15.0,181.0,24.0,848.0,121.0,388.0,562.0,MONAI Label is an intelligent open source image labeling and learning tool.,59.0,23,True,2023-10-18 15:08:49.000,0.8.0,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,442.0,2862.0,,,,,,,,3.0,84706.0,,,,,,,,,,,,,,,,,,, +611,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,3.0,85.0,7.0,20.0,1.0,91.0,560.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,70.0,68.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,8873.0,8873.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,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-03-09 00:32:37.185000,2024-03-08 20:01:01,3751.0,,69.0,47.0,355.0,21.0,395.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,23,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],44.0,42.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,430.0,894.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,14394.0,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,, +613,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-05-11 10:46:51.000000,2024-05-11 10:43:02,331.0,11.0,99.0,26.0,7.0,1.0,33.0,508.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,23,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,28.0,25.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,2030.0,2030.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-06-01 06:30:17.000000,2024-06-01 06:30:03,2287.0,13.0,41.0,12.0,11.0,8.0,52.0,494.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,7.0,23,True,2024-05-17 16:42:37.000,4.6.1,76.0,hyperactive,,,,,42.0,29.0,https://pypi.org/project/hyperactive,2024-05-17 16:42:37.000,13.0,2868.0,2870.0,,,,,,,,3.0,139.0,,,,,,,,,,,,,,,,,,, +615,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2023-06-16 18:03:39.000000,2023-03-04 05:19:44,2327.0,,606.0,145.0,1362.0,118.0,986.0,7998.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,1080.0,1080.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-06-06 14:38:57.000000,2024-05-21 15:50:17,1604.0,39.0,819.0,145.0,1516.0,350.0,399.0,4994.0,Simple and Distributed Machine Learning.,118.0,22,True,2024-04-10 19:16:17.000,1.0.4-spark3.5,48.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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-03-28 17:33:46.000000,2023-01-15 11:37:16,279.0,,945.0,111.0,101.0,148.0,352.0,4944.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,4.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,4.0,17145.0,17145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-02-14 12:21:00.000000,2022-08-09 13:26:32,565.0,,1228.0,305.0,209.0,64.0,211.0,4756.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1770.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143413.0,3.0,,,,,,,,,,,,,,,,,,,, +619,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,321.0,75.0,37.0,95.0,75.0,4379.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,,,,,51.0,51.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,297.0,297.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,2023-06-16 13:24:50.216000,2019-05-22 18:27:54,1118.0,,810.0,327.0,89.0,91.0,306.0,3870.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,,84.0,107.0,https://anaconda.org/anaconda/neon,2023-06-16 13:24:50.216,1890.0,,,,,3.0,384.0,,,,,,,,,,,,,,,,,,, +621,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,3392.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,2633.0,2642.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +622,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,207.0,9.0,4.0,16.0,3141.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],149.0,147.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1482.0,1482.0,,,,,,,,3.0,,,,google-deepmind/trfl,,,,,,,,,,,,,,,, +623,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2024-05-31 02:09:46.000000,2021-05-06 12:10:38,127.0,,156.0,48.0,67.0,2.0,30.0,3025.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,,,,50.0,50.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,403.0,455.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1534.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,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,144.0,36.0,126.0,2381.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'],29.0,27.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,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,,367.0,86.0,4.0,4.0,18.0,2178.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.0,22,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,48.0,48.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,2073.0,2073.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,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-01-18 18:33:20.000000,2024-01-16 17:27:35,27.0,,103.0,37.0,30.0,29.0,79.0,1798.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,30.0,30.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,10766.0,10766.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +627,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,1774.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']",284.0,273.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,3725.0,3725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,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,1707.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'],158.0,152.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,2900.0,5155.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,213195.0,,,,,3.0,428.0,,,,,,,,,,,,,,,,,,, +629,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,203.0,38.0,7.0,15.0,33.0,1647.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'],57.0,51.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,3987.0,3987.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,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,98.0,45.0,187.0,217.0,1640.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,22,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,789.0,789.0,,,,,,,,3.0,49.0,,,,,,,,,,,,,,,,,,, +631,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,,292.0,44.0,801.0,71.0,485.0,1618.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,3.0,3.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,107.0,107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,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,,116.0,38.0,11.0,33.0,51.0,1613.0,"A fast, efficient universal vector embedding utility package.",4.0,22,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,357.0,348.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1014.0,1014.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,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,99.0,18.0,1562.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,42131.0,42131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,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,3.0,207.0,56.0,52.0,79.0,149.0,1540.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,,843.0,873.0,,,,,,,,3.0,2802.0,,,,,,,,,,,,,,,,,,, +635,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-04-18 10:50:41.000000,2024-04-18 10:50:48,1196.0,4.0,117.0,26.0,68.0,4.0,29.0,1493.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,22,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,6128.0,6128.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,, +636,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,,87.0,42.0,15.0,9.0,27.0,1330.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'],200.0,181.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,19.0,11136.0,11289.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,4911.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +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,,181.0,31.0,86.0,16.0,32.0,1299.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,93.0,92.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,589.0,589.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,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,,188.0,27.0,57.0,22.0,36.0,1278.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'],171.0,166.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,585.0,585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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-05-13 01:48:48.000000,2024-05-13 01:47:40,189.0,5.0,109.0,37.0,25.0,17.0,116.0,1206.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,14.0,22,True,2024-05-13 01:50:26.000,2.2.2,82.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,5051.0,5051.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,,215.0,66.0,29.0,31.0,12.0,1164.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,79.0,77.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,9484.0,9484.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,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,44.0,968.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,,,,,185.0,181.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,10663.0,10663.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,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,,85.0,26.0,55.0,36.0,28.0,946.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,,,,710.0,687.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,35733.0,37192.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,48155.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,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-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,,163.0,29.0,111.0,86.0,56.0,889.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,3367.0,50282.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2198734.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,1109.0,,,,,,,,,,, +644,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,134.0,24.0,594.0,63.0,511.0,840.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,3787.0,3787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,104.0,29.0,60.0,22.0,74.0,834.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,429.0,428.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,1891.0,1891.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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-05-20 17:06:25.000000,2024-05-20 17:04:15,293.0,4.0,249.0,47.0,18.0,10.0,91.0,832.0,Data compression in TensorFlow.,21.0,22,True,2024-03-27 19:52:35.000,2.16.0,25.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,4194.0,4194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,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-05-17 11:31:45.001000,2024-04-29 13:46:08,600.0,2.0,135.0,15.0,59.0,27.0,130.0,771.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,22,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],51.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,51.0,13643.0,15999.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-05-17 11:31:45.001,115472.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,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,,75.0,26.0,37.0,27.0,21.0,735.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,22,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,33.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,33.0,60524.0,60524.0,,,,,,,,3.0,19.0,,,,,,,,,,,,,,,,,,, +649,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2023-06-16 19:26:00.374000,2019-10-30 09:27:48,189.0,,81.0,21.0,12.0,,38.0,684.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,,,,450.0,445.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11890.0,11944.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2014.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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,,89.0,21.0,9.0,25.0,41.0,675.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'],450.0,440.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,37464.0,37493.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2924.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,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,,110.0,26.0,23.0,57.0,35.0,607.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,,,,464.0,441.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,23.0,9349.0,9800.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,18963.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,128.0,22.0,19.0,8.0,30.0,588.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],164.0,159.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,13194.0,13194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,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-05-16 19:00:04.000000,2024-03-19 15:52:03,1216.0,2.0,67.0,7.0,210.0,18.0,109.0,512.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'],265.0,260.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2494.0,2494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,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-04-14 12:59:12.000000,2023-03-05 00:16:57,419.0,,99.0,36.0,276.0,71.0,173.0,474.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",19.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,77.0,75.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1492.0,1495.0,,,,,,,,3.0,310.0,,,,,,,,,,,,,,,,,,, +655,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-05-06 13:22:25.000000,2024-05-06 13:22:25,6709.0,1.0,144.0,36.0,395.0,37.0,137.0,373.0,Neuroimaging in Python FMRI analysis package.,69.0,22,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,249.0,227.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,22.0,1498.0,2826.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,110238.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,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,,48.0,17.0,2.0,11.0,3.0,373.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,,,,,523.0,515.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,13431.0,13431.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2024-04-27 16:26:42.000000,2024-04-27 16:26:42,258.0,7.0,27.0,9.0,5.0,22.0,60.0,316.0,Multiple Imputation with LightGBM in Python.,8.0,22,True,2023-11-16 02:24:03.000,5.7.0,45.0,miceforest,conda-forge/miceforest,,,,144.0,139.0,https://pypi.org/project/miceforest,2023-11-16 02:24:03.000,5.0,45762.0,46132.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,12971.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +658,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,22,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",18.0,16.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,458150.0,458150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,204.0,280.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,111.0,103.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,644.0,644.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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-06-02 00:10:06.000000,2024-04-22 13:58:48,483.0,32.0,105.0,19.0,512.0,58.0,124.0,261.0,An open-source toolkit for large-scale genomic analysis.,27.0,22,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,43086.0,43191.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,4219.0,,,,,3.0,55.0,,,,,,,,,,,,,,,,,,, +661,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,4.0,12.0,232.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,,,,1157.0,1101.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,56.0,112261.0,113702.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,63443.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,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,,27.0,7.0,19.0,4.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,,,,,2270.0,2226.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,105860.0,105860.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-05-09 19:10:29.000000,2020-04-18 19:15:25,24.0,,1161.0,143.0,45.0,39.0,10.0,8615.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'],55.0,52.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1095.0,1095.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/nebuly,https://github.com/nebuly-ai/nebuly,Apache-2.0,2022-02-12 17:17:14.000,2023-10-28 10:19:07.000000,2023-10-28 10:19:07,763.0,,643.0,94.0,150.0,98.0,103.0,8362.0,The user analytics platform for LLMs.,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,539.0,539.0,,,,,,,,3.0,,,,nebuly-ai/nebuly,,,,,,,,,,,,,,,, +665,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2023-12-22 07:27:57.000000,2023-10-19 02:11:57,190.0,,1170.0,95.0,48.0,391.0,284.0,6343.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,31.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],16.0,16.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,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,,781.0,223.0,25.0,8.0,122.0,5331.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,865.0,865.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +667,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-05-20 22:36:46.000000,2023-08-15 07:38:22,956.0,,542.0,166.0,47.0,37.0,28.0,4336.0,High-performance TensorFlow library for quantitative finance.,47.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],2.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,2.0,526.0,526.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,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,3234.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,21,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],41.0,40.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,327.0,73.0,2.0,18.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'],202.0,199.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1169.0,1169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,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-06-04 02:54:03.000000,2024-04-08 05:25:46,3457.0,2.0,727.0,7.0,6.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.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,350.0,350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,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,2062.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,True,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,,10578.0,10578.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,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-01-30 02:43:49.000000,2023-08-10 17:09:47,309.0,,161.0,23.0,33.0,32.0,31.0,1925.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",11.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],29.0,28.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,301.0,459.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,4707.0,,,,,3.0,94.0,,,,,,,,,,,,,,,,,,, +673,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-01-30 11:59:18.000000,2024-01-30 11:58:43,345.0,,341.0,42.0,68.0,163.0,95.0,1848.0,Super easy library for BERT based NLP models.,36.0,21,True,2024-01-30 11:59:18.000,2.0.25,71.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-01-30 11:59:18.000,,794.0,794.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,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-04-22 13:05:03.000000,2024-02-04 20:37:53,1083.0,,273.0,30.0,40.0,27.0,176.0,1803.0,A library for graph deep learning research.,50.0,21,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,,482.0,482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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-04-09 15:16:39.000000,2024-04-09 15:16:39,371.0,1.0,151.0,18.0,71.0,19.0,39.0,1708.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,17.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1135.0,1135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2023-02-11 12:08:00.000000,2022-11-13 04:54:45,1941.0,,197.0,30.0,423.0,11.0,163.0,1652.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2023-06-16 19:17:34.578000,2023-03-23 14:35:34,422.0,,278.0,72.0,728.0,51.0,64.0,1585.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,584.0,971.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,20524.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,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,1584.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,4.0,219.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,,,,,, +679,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-05-29 14:46:26.000000,2024-05-29 14:38:23,1260.0,5.0,124.0,31.0,164.0,71.0,142.0,1530.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",26.0,21,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,,123.0,133.0,,,,,,,,3.0,499.0,,,,,,,,,,,,,,,,,,, +680,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,271.0,65.0,51.0,23.0,75.0,1482.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,,,,,35.0,35.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,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,6.0,182.0,18.0,262.0,77.0,94.0,1293.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,54808.0,54808.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,220.0,64.0,48.0,36.0,90.0,1264.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'],34.0,34.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,282.0,282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-05-22 17:18:53.000000,2024-05-22 17:18:49,834.0,1.0,326.0,51.0,795.0,11.0,300.0,1209.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,,1039.0,1039.0,,,,,,,,3.0,18.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,,204.0,28.0,61.0,52.0,61.0,1070.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,123.0,121.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,2.0,541.0,546.0,,,,,,,,3.0,608.0,,,,,,,,,,,,,,,,,,, +685,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-01-21 21:15:50.000000,2023-08-18 11:01:23,442.0,,210.0,53.0,86.0,64.0,207.0,1023.0,Line based ATR Engine based on OCRopy.,20.0,21,True,2023-08-18 11:50:18.000,1.0.6,41.0,calamari_ocr,,,,,5.0,,https://pypi.org/project/calamari_ocr,2023-08-18 11:50:18.000,5.0,2447.0,2447.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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,56.0,14.0,30.0,19.0,1021.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,,,,176.0,174.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,1087.0,1321.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,8681.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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,1.0,193.0,24.0,58.0,12.0,27.0,934.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,21,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],93.0,85.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,5561.0,5561.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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,76.0,6.0,5.0,4.0,23.0,829.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,,['sklearn'],452.0,440.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,12.0,34109.0,34109.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,,160.0,38.0,46.0,43.0,49.0,802.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,100.0,91.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,554.0,554.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,26.0,162.0,51.0,62.0,761.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'],58.0,54.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,634.0,634.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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-06-05 13:19:40.000000,2024-05-29 12:31:00,1197.0,43.0,124.0,30.0,1008.0,37.0,50.0,758.0,Machine learning framework for both deep learning and traditional algorithms.,37.0,21,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,,,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,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,,144.0,25.0,19.0,26.0,5.0,738.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'],641.0,633.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,47929.0,48106.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,7801.0,,,,,3.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,2024-05-31 01:17:06.000000,2024-03-27 18:40:09,1505.0,2.0,80.0,34.0,663.0,22.0,118.0,698.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']",13.0,11.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,153.0,153.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,14.0,3.0,637.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']",643.0,626.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,18339.0,18339.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,633.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'],92.0,88.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,394.0,394.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,,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,,,,,206.0,198.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,26063.0,26063.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,313.0,599.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,,,,,61.0,60.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,245.0,245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,,95.0,26.0,32.0,35.0,6.0,595.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'],394.0,386.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,22510.0,22510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,28.0,31.0,5.0,24.0,567.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,,,,,49.0,47.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1601.0,1601.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,,57.0,10.0,21.0,14.0,37.0,545.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,,,,403.0,394.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,14436.0,14847.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,25908.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,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-05-05 16:01:33.000000,2024-05-05 16:01:32,1771.0,52.0,70.0,7.0,216.0,47.0,81.0,507.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,27.0,26.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,444.0,449.0,,,,,,,,3.0,153.0,,,,,,,,,,,,,,,,,,, +702,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,5.0,105.0,13.0,130.0,18.0,138.0,474.0,A Python library for dynamic classifier and ensemble selection.,17.0,21,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],50.0,47.0,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,994.0,994.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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,414.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,121.0,118.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,3716.0,3716.0,,,,,,,,3.0,93.0,,,,,,,,,,,,,,,,,,, +704,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,,27.0,9.0,9.0,2.0,9.0,408.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'],1434.0,1428.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,196662.0,196662.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,21.0,247.0,10.0,23.0,405.0,A toolkit that streamlines and automates the generation of model cards.,22.0,21,True,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,24.0,23.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1205.0,1205.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,,,,,, +706,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,2023-09-06 17:29:29.000000,2023-09-06 17:29:29,2412.0,,52.0,24.0,231.0,57.0,195.0,380.0,Studio: Simplify and expedite model building process.,24.0,21,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,773.0,773.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,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-06-01 01:58:11.000000,2024-05-01 02:14:09,660.0,2.0,65.0,30.0,462.0,22.0,91.0,371.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,,['jupyter'],18.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,14.0,20886.0,33074.0,https://anaconda.org/conda-forge/vega,2024-05-18 03:50:45.535,597230.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,349.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,,,,,249.0,233.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,2741.0,2741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,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,,34.0,19.0,6.0,19.0,21.0,307.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,True,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],99.0,98.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,1.0,1546.0,1546.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +710,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-05-23 13:09:08.000000,2024-05-23 13:09:08,661.0,15.0,14.0,24.0,350.0,44.0,84.0,297.0,Serverside scaling for Vega and Altair visualizations.,4.0,21,False,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,2570.0,7948.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-05-10 13:02:13.580,135015.0,,,,,3.0,5115.0,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,202.0,,,,,,,,,,, +711,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-06-05 16:39:08.000000,2024-06-01 20:11:24,741.0,38.0,25.0,5.0,285.0,8.0,,295.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,12.0,21,False,2024-06-01 20:11:40.000,1.1.290,727.0,upgini,,,,,6.0,6.0,https://pypi.org/project/upgini,2024-06-05 16:23:46.000,,8476.0,8476.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-05-21 04:33:27.096000,2024-01-18 11:58:51,626.0,,68.0,28.0,31.0,30.0,113.0,263.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,1574.0,3700.0,https://anaconda.org/conda-forge/somoclu,2024-05-21 04:33:27.096,92857.0,,,,,3.0,1915.0,,,,,,,,,,,,,,,,,,, +713,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-06-04 14:19:07.000000,2023-07-02 18:02:16,1462.0,,47.0,15.0,187.0,27.0,64.0,240.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,48.0,42.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,374.0,374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,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,1.0,2312.0,150.0,89.0,256.0,286.0,13005.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,,,,,,,,,,,,,,,,,,,, +715,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,,475.0,85.0,180.0,108.0,161.0,3575.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,40.0,62.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1335.0,3.0,,,,,,,,,,,,,,,,,,,, +716,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,99.0,16.0,53.0,17.0,3396.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,True,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,152.0,145.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,816.0,816.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,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,,318.0,59.0,242.0,175.0,111.0,3111.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,3258.0,3270.0,,,,,,,,3.0,681.0,,,,,,,,,,,,,,,,,,, +718,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,,268.0,31.0,22.0,27.0,37.0,3061.0,A small package to create visualizations of PyTorch execution graphs.,6.0,20,False,,,,,,,,,1883.0,1883.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,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,165.0,120.0,22.0,112.0,2928.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,20,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,143.0,143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,102.0,1000.0,94.0,263.0,2828.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,,,,,,,,,,,,,,,,,,,, +721,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,,827.0,85.0,30.0,45.0,80.0,2653.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,69.0,69.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,559.0,559.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,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,,455.0,127.0,225.0,87.0,183.0,2314.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,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,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,62.0,106.0,27.0,56.0,2117.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,True,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],18.0,18.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1285.0,1285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,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,,179.0,55.0,895.0,129.0,586.0,1911.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",50.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,1020.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,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,,140.0,102.0,150.0,21.0,20.0,1551.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,21.0,21.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,769.0,769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,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,,157.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'],27.0,27.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,2035.0,2035.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,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,,356.0,61.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,20,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],38.0,32.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,105.0,105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,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,102.0,36.0,13.0,24.0,1421.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'],31.0,31.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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,40.0,13.0,14.0,9.0,1269.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,,,,,145.0,143.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3105.0,3105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,47.0,46.0,26.0,127.0,1059.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,20,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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-01-14 08:39:28.000000,2020-04-17 02:27:44,79.0,,142.0,25.0,76.0,49.0,36.0,1035.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,20,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,250218.0,250377.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,8153.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,20,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],84.0,80.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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-05-29 14:46:40.000000,2024-04-25 03:40:02,286.0,103.0,56.0,13.0,60.0,5.0,19.0,931.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",14.0,20,True,2024-04-25 03:41:41.000,3.0.2,34.0,uform,,,,['pytorch'],7.0,6.0,https://pypi.org/project/uform,2024-04-25 03:41:41.000,1.0,732.0,749.0,,,,,,,,3.0,286.0,,,,,,,,,,,,,,,,,,, +734,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,,132.0,36.0,16.0,8.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,,,,,3631.0,3626.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,600.0,600.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2023-06-10 14:57:37.569000,2023-06-05 01:35:02,228.0,,130.0,18.0,24.0,28.0,39.0,829.0,python partial dependence plot toolbox.,7.0,20,True,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,20721.0,21069.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,20587.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,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,764.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'],44.0,44.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,495.0,495.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,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,25.0,39.0,756.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,,,,,109.0,109.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,785.0,785.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,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,2023-03-30 20:05:58.000000,2019-11-15 21:43:53,221.0,,158.0,79.0,98.0,51.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,20,False,2018-11-16 20:50:02.000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,10497.0,10497.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-06-05 12:38:08.000000,2024-04-25 13:16:31,491.0,1.0,110.0,33.0,558.0,206.0,246.0,703.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-01-15 02:09:18.000,23.12.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,7380.0,7380.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,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-05-05 11:51:57.000000,2024-05-05 11:51:05,300.0,5.0,108.0,17.0,25.0,1.0,87.0,688.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,20,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,,11799.0,11799.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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-04-03 18:32:28.000000,2021-09-16 17:56:31,171.0,,144.0,35.0,82.0,16.0,55.0,619.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'],24.0,21.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,298.0,298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2023-07-28 19:05:13.000000,2022-02-09 16:35:40,142.0,,105.0,23.0,25.0,43.0,61.0,608.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'],175.0,173.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1704.0,1816.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,4042.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2023-06-16 16:12:33.889000,2022-06-08 03:46:02,305.0,,104.0,10.0,14.0,5.0,16.0,574.0,Make Waffle Charts in Python.,6.0,20,False,2022-06-08 03:10:36.000,1.1.0,27.0,pywaffle,conda-forge/pywaffle,,,,371.0,365.0,https://pypi.org/project/pywaffle,2022-06-08 03:10:36.000,6.0,7681.0,7864.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,12113.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,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,15.0,560.0,A library of metrics for evaluating recommender systems.,20.0,20,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,52.0,52.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,18730.0,18730.0,,,,,,,,3.0,6.0,,,,,,,,,,,,,,,,,,, +745,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,,167.0,56.0,20.0,39.0,60.0,545.0,Bayesian inference in HSMMs and HMMs.,13.0,20,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,30.0,29.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,125.0,125.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,60.0,9.0,25.0,25.0,534.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,,,,,103.0,101.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,383.0,383.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,, +747,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-06-01 11:59:22.000000,2023-12-29 21:08:41,477.0,,57.0,26.0,9.0,16.0,38.0,524.0,Active Learning for Text Classification in Python.,6.0,20,True,2023-12-29 21:23:01.000,1.3.3,20.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",28.0,28.0,https://pypi.org/project/small-text,2023-12-29 21:17:11.000,,719.0,992.0,https://anaconda.org/conda-forge/small-text,2023-12-29 21:40:00.838,6288.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,2023-11-17 16:30:15.000000,2021-11-18 21:06:54,172.0,,46.0,9.0,9.0,12.0,21.0,492.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,,,,,123.0,115.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6268.0,6268.0,,,,,,,,3.0,27.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-02-04 00:13:12.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,223.0,15.0,40.0,488.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,True,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",22.0,20.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,10339.0,10342.0,,,,,,,,3.0,149.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,,108.0,20.0,57.0,26.0,21.0,485.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,True,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,71.0,63.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2657.0,2657.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2023-12-26 14:50:12.000000,2023-12-26 14:50:08,383.0,,100.0,18.0,9.0,7.0,42.0,445.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2022-02-16 06:14:54.000,0.0.17,17.0,chefboost,,,,,53.0,53.0,https://pypi.org/project/chefboost,2022-02-16 06:14:54.000,,2624.0,2624.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-05-29 15:40:39.000000,2024-05-29 15:40:39,3025.0,67.0,63.0,11.0,259.0,9.0,110.0,431.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,22.0,20,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],1.0,1.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,42.0,42.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,2024-06-05 07:09:45.000000,2024-06-05 07:08:25,820.0,7.0,25.0,8.0,77.0,30.0,22.0,376.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-04-04 10:31:07.000,0.4.0,37.0,tsflex,conda-forge/tsflex,,,,14.0,13.0,https://pypi.org/project/tsflex,2024-04-04 10:23:01.000,1.0,315.0,945.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,22065.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,TimeSide,Parisson/TimeSide,audio,,https://github.com/yomguy/TimeSide,https://github.com/yomguy/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2023-10-24 10:20:08.000000,2023-02-01 10:38:52,3728.0,,60.0,28.0,110.0,33.0,184.0,367.0,scalable audio processing framework and server written in Python.,22.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,17.0,17.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,138.0,138.0,,,,,,,,3.0,,,,yomguy/TimeSide,,,,,,,,,,,,,,,, +755,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,BSD-3-Clause,2021-06-03 12:39:38.000,2024-06-05 20:01:32.000000,2024-05-16 21:59:57,520.0,27.0,56.0,14.0,86.0,13.0,35.0,251.0,Represent trained machine learning models as Pyomo optimization formulations.,17.0,20,False,2022-01-21 16:05:52.000,0.3.1,7.0,omlt,,,,,1.0,,https://pypi.org/project/omlt,2022-02-08 01:23:07.000,1.0,16921.0,16921.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,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,,169.0,65.0,54.0,6.0,44.0,3079.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,19,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,4.0,4.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,72.0,72.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +757,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,2921.0,Quickly search over billions of images.,19.0,19,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,2.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,2.0,890.0,890.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,,, +758,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,,192.0,62.0,7.0,13.0,29.0,1079.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,,,,,4.0,4.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,149.0,149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,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,,140.0,17.0,11.0,41.0,43.0,1063.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'],138.0,133.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,3264.0,3264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,58.0,69.0,851.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,100.0,99.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,270.0,270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,,228.0,30.0,38.0,41.0,21.0,840.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,,3336.0,3336.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,,82.0,14.0,35.0,3.0,23.0,807.0,Leave One Feature Out Importance.,6.0,19,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,32.0,28.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,4166.0,4166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,2023-10-03 19:59:49.000000,2023-08-29 06:49:30,294.0,,71.0,23.0,47.0,16.0,17.0,794.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2023-08-29 06:52:02.000,0.2.16,22.0,evojax,conda-forge/evojax,,,['jax'],26.0,21.0,https://pypi.org/project/evojax,2023-08-29 06:52:02.000,5.0,824.0,1708.0,https://anaconda.org/conda-forge/evojax,2023-08-29 10:08:55.843,24769.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,2023-04-23 10:08:18.000000,2020-04-25 18:37:42,198.0,,102.0,26.0,48.0,19.0,35.0,730.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,,,,,28.0,26.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,332.0,332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,13.0,22.0,566.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,20.0,19,True,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,35.0,31.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,232.0,232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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,2023-07-09 16:15:44.000000,2023-07-09 16:09:49,767.0,,63.0,17.0,111.0,8.0,48.0,566.0,A simplified framework and utilities for PyTorch.,20.0,19,False,2023-07-09 16:15:44.000,1.17.1,37.0,poutyne,,,,['pytorch'],140.0,135.0,https://pypi.org/project/poutyne,2022-04-28 20:18:33.000,5.0,3311.0,3311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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-02-21 14:38:09.000000,2024-02-21 14:09:04,30.0,,68.0,7.0,5.0,4.0,29.0,541.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,19,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,18.0,16.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1242.0,1242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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,2023-10-04 01:35:07.000000,2023-09-04 05:41:43,372.0,,97.0,28.0,21.0,37.0,12.0,468.0,A python library for Bayesian time series modeling.,6.0,19,True,2023-05-07 06:30:08.000,0.1.1.12,14.0,pydlm,,,,,35.0,33.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000,2.0,22438.0,22438.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,39.0,66.0,467.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']",48.0,48.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,245.0,245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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-06-06 11:39:31.000000,2024-06-06 11:39:31,957.0,41.0,71.0,31.0,81.0,15.0,27.0,405.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,,,,,9.0,9.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,288.0,288.0,,,,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +771,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,,70.0,24.0,48.0,15.0,19.0,401.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,4339.0,4767.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,33029.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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-04-26 21:27:16.000000,2024-04-26 20:31:49,327.0,6.0,77.0,26.0,345.0,26.0,9.0,334.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,,784.0,784.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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-03-27 12:25:36.647000,2024-03-27 08:46:27,190.0,11.0,41.0,19.0,3.0,10.0,8.0,281.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'],9.0,9.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,492.0,4737.0,https://anaconda.org/conda-forge/deepgraph,2024-03-27 12:25:36.647,186791.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,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,234.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],77.0,67.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,4384.0,4384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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,,,,,430.0,428.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,997.0,1001.0,,,,,,,,3.0,380.0,,,,,,,,,,,,,,,,,,, +776,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,211.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,83.0,81.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,21794.0,21794.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,4.0,17.0,8.0,184.0,11.0,23.0,152.0,Toolkit for developing and maintaining ML models.,14.0,19,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,,8820.0,8820.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,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,,765.0,339.0,58.0,2.0,,6706.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,,58.0,65.0,,,,,,,,3.0,344.0,,,,,,,,,,,,,,,,,,, +779,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,6237.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,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-05-30 05:09:11.000000,2024-05-22 12:09:27,693.0,28.0,407.0,39.0,838.0,149.0,115.0,3072.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,81.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,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,,413.0,106.0,83.0,67.0,48.0,2946.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'],,,,,,,101.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8546.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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,2023-03-03 23:59:33.000000,2022-05-24 23:48:09,791.0,,71.0,24.0,1004.0,127.0,65.0,1642.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,533.0,533.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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,,176.0,22.0,20.0,16.0,30.0,1622.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,,,,,5.0,5.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,88.0,88.0,,,,,,,,3.0,33.0,,,,,,,,,,,,,,,,,,, +784,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,,254.0,56.0,65.0,8.0,31.0,1372.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,18,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,34.0,72.0,31.0,30.0,1099.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,6794.0,6794.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,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,,156.0,44.0,5.0,4.0,7.0,1071.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,27.0,27.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,398.0,398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,,178.0,18.0,42.0,23.0,59.0,894.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,181.0,178.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,377.0,567.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,8772.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,,188.0,33.0,15.0,18.0,22.0,783.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'],14.0,13.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,1.0,145.0,145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,25.0,17.0,759.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,18,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,49.0,49.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,3021.0,3021.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,674.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,,,,,3.0,3.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,177.0,177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,18,False,2020-11-15 13:40:18.000,0.4.2,15.0,baikal,conda-forge/cython-blis,,,,12.0,11.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,234.0,47423.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2123548.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,,68.0,13.0,10.0,23.0,41.0,543.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,,,,,49.0,49.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,900.0,900.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,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,58.0,72.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,126.0,126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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-03-30 13:25:33.000000,2024-03-30 13:25:33,69.0,2.0,51.0,18.0,9.0,12.0,10.0,499.0,Topological Data Analysis for Python.,6.0,18,True,2024-03-17 19:09:40.000,1.1.0,5.0,scikit-tda,,,,['sklearn'],56.0,56.0,https://pypi.org/project/scikit-tda,2021-08-03 00:23:20.000,,2772.0,2772.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,24.0,19.0,6.0,20.0,460.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'],12.0,12.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,209.0,209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,431.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,18,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,3.0,3008.0,3008.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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,,105.0,72.0,7.0,15.0,19.0,425.0,semantic similarity framework for knowledge graph.,10.0,18,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,46.0,46.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,225.0,225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,2023-06-16 16:14:07.121000,2020-10-05 06:14:18,178.0,,38.0,10.0,29.0,17.0,17.0,404.0,A python package for animating plots build on matplotlib.,7.0,18,False,2020-10-05 06:20:52.000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,62.0,58.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000,4.0,130.0,339.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,13413.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,380.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,103.0,99.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5031.0,5032.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +800,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'],15.0,13.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,206.0,206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,,52.0,11.0,60.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,40.0,36.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,186.0,186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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-04-30 19:01:14.000000,2023-11-27 22:11:53,398.0,,129.0,34.0,323.0,81.0,130.0,324.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,,102.0,120.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1832.0,3.0,,,,,,,,,,,,,,,,,,,, +803,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,2023-11-09 23:19:49.000000,2023-11-09 23:18:48,634.0,,43.0,13.0,63.0,4.0,56.0,319.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2023-01-11 12:30:05.335,2.0.9,35.0,ivis,,,,['tensorflow'],34.0,32.0,https://pypi.org/project/ivis,2022-03-10 14:57:02.000,2.0,1089.0,1089.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,19.0,93.0,30.0,18.0,314.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,18,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",11.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,11.0,2423.0,2423.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +805,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,299.0,Textpipe: clean and extract metadata from text.,29.0,18,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,9.0,8.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,111.0,111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,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-05-19 13:43:01.000000,2023-03-28 03:38:13,1094.0,,70.0,28.0,58.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'],3.0,3.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,36.0,39.0,,,,,,,,3.0,174.0,,,,,,,,,,,,,,,,,,, +807,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-06-03 12:35:11.000000,2024-06-03 12:35:11,422.0,4.0,76.0,22.0,438.0,27.0,51.0,268.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,31.0,18,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,2.0,2.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,128.0,128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,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,2023-07-17 13:39:53.000000,2022-07-12 07:44:31,366.0,,19.0,6.0,31.0,20.0,39.0,262.0,Streaming over lightweight data transformations.,5.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,57.0,54.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,362.0,362.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,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-05-24 11:23:35.000000,2024-03-21 11:20:09,585.0,1.0,33.0,24.0,639.0,21.0,128.0,240.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,18,False,2023-08-10 10:30:37.000,0.13.0,20.0,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,2023-08-10 10:30:37.000,,946.0,965.0,,,,,,,,3.0,1026.0,,,,,,,,,,,,,,,,,,, +810,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-04-08 15:16:55.000000,2024-04-08 15:03:47,262.0,2.0,31.0,11.0,199.0,21.0,75.0,195.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",12.0,18,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],39.0,38.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,637.0,637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,5.0,,57.0,5.0,2.0,3.0,1.0,130.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,,,,9339.0,9153.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,186.0,362696.0,362729.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1182.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1347.0,468.0,21.0,58.0,167.0,7043.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,google-deepmind/lab,,,,,,,,,,,,,,,, +813,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,119.0,24.0,17.0,353.0,4269.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,17,True,,,,,,,,,3.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,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,,462.0,79.0,36.0,83.0,68.0,1682.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,17,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,,109.0,109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,255.0,52.0,13.0,20.0,13.0,1540.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,,46.0,66.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1688.0,3.0,,,,,,,,,,,,,,,,,,,, +816,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,56.0,34.0,22.0,13.0,1266.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,17,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,534.0,534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,145.0,17.0,11.0,25.0,18.0,1156.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'],56.0,54.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,222.0,222.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,109.0,21.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,,,,,71.0,70.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,88.0,88.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,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,759.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'],37.0,37.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2595.0,2690.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3061.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,111.0,19.0,58.0,2.0,13.0,751.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,3918.0,3918.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +821,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,689.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,17,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2023-12-21 13:50:16.000000,2023-12-21 13:50:13,819.0,,41.0,15.0,18.0,1.0,20.0,597.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,17,True,2023-09-22 14:58:06.000,3.1.3,27.0,opytimizer,,,,,16.0,16.0,https://pypi.org/project/opytimizer,2022-05-04 20:51:15.000,,251.0,251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,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,1.0,38.0,12.0,1.0,2.0,80.0,400.0,Deep Learning PyTorch.,1.0,17,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,405.0,405.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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,345.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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,60.0,31.0,47.0,235.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'],18.0,14.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,14.0,36.0,8.0,44.0,229.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,27.0,25.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,39.0,39.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2024-06-01 12:08:35.000000,2024-06-01 12:08:31,372.0,1.0,38.0,6.0,133.0,,35.0,224.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,1127.0,1234.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3117.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +828,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,177.0,110.0,56.0,149.0,3920.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,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,,988.0,63.0,13.0,44.0,25.0,3613.0,Implementation and experiments of graph embedding algorithms.,9.0,16,False,,,,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,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,,116.0,19.0,295.0,3.0,69.0,1063.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,,,,,6.0,6.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,3.0,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,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,50.0,22.0,15.0,9.0,836.0,A medical imaging framework for Pytorch.,8.0,16,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],16.0,16.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,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,18.0,7.0,,10.0,797.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],82.0,81.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,4892.0,4892.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,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,,113.0,27.0,10.0,25.0,51.0,787.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,1522.0,1522.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,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,,124.0,42.0,435.0,25.0,130.0,707.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,,100.0,24.0,101.0,37.0,84.0,702.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,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,1.0,93.0,99.0,,,,,,,,3.0,420.0,,,,,,,,,,,,,,,,,,, +836,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,,92.0,18.0,19.0,3.0,29.0,630.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,15.0,15.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,kglib,vaticle/kglib,graph,,https://github.com/vaticle/typedb-ml,https://github.com/vaticle/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,552.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,12.0,16,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,,77.0,80.0,,,,,,,,3.0,225.0,,,vaticle/typedb-ml,,,,,,,,,,,,,,,, +838,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,407.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,,,,,3.0,2.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,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,396.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'],10.0,10.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,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,22.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,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,,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,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,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,87.0,87.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,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,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,16,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],,,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,3016.0,3016.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-05-26 21:28:48.000000,2024-05-26 21:15:44,155.0,45.0,11.0,8.0,15.0,2.0,7.0,263.0,A Jax-based library for designing and training transformer models from scratch.,3.0,16,False,,,7.0,nanodl,,,,['jax'],,,https://pypi.org/project/nanodl,2024-05-26 21:28:48.000,,183.0,183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,11.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'],14.0,14.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,671.0,671.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,,29.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,16,False,,,23.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,2287.0,2287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,,44.0,1.0,,,,197.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,,779.0,779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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,,12.0,9.0,2.0,,5.0,196.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'],10.0,8.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,178.0,178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,13.0,54.0,16.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,,,,,62.0,57.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,102.0,102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-05-29 17:50:11.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-05-29 17:50:11.000,3.43.0,287.0,comet_ml,comet_ml,,,,68.0,,https://pypi.org/project/comet_ml,2024-05-29 17:50:11.000,68.0,705863.0,705863.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,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,140.0,28.0,217.0,102.0,2881.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'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,3.0,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,,423.0,144.0,72.0,12.0,53.0,2196.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,,168.0,61.0,10.0,26.0,6.0,1843.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,15,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,20.0,20.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +853,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-04-03 18:25:21.000000,2022-04-04 08:29:54,41.0,,294.0,54.0,22.0,42.0,85.0,1274.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,15,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,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,,230.0,40.0,40.0,73.0,34.0,1142.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,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-02-27 22:17:46.000000,2024-02-05 15:11:35,743.0,,118.0,28.0,111.0,14.0,25.0,1071.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,,, +856,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,815.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,,7.0,7.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,87.0,16.0,15.0,10.0,22.0,722.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],17.0,17.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,128.0,128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,24.0,4.0,4.0,2.0,677.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],7.0,5.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,106.0,106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,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,,56.0,16.0,83.0,18.0,49.0,579.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,,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,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-05-16 17:54:39.000000,2024-01-25 16:57:26,261.0,,67.0,19.0,100.0,19.0,15.0,489.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,True,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,,,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,71.0,71.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-04-21 03:30:12.000000,2024-04-21 03:30:09,79.0,3.0,61.0,17.0,64.0,7.0,9.0,438.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,,,,,9.0,9.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,133.0,133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-03-01 15:54:36.000000,2024-01-15 19:35:42,191.0,,53.0,10.0,17.0,10.0,29.0,396.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,,1060.0,1060.0,,,,,,,,3.0,16.0,-2.0,,,,,,,,,,,,,,,,,, +863,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,19.0,6.0,6.0,,393.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,,,,10.0,9.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,32.0,165.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,6292.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,309.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'],26.0,26.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,216.0,216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,70.0,175.0,294.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,,646.0,646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,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,6.0,4.0,222.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,1043.0,1043.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,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,188.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'],12.0,12.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,363.0,363.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,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-01-09 19:00:03.000000,2024-01-09 18:05:38,305.0,,9.0,5.0,3.0,1.0,,129.0,Data Analysis Baseline Library.,24.0,15,False,2023-02-28 01:21:03.335,0.2.5,17.0,dabl,,,,['sklearn'],1.0,,https://pypi.org/project/dabl,2024-01-09 18:32:27.000,1.0,5022.0,5022.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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,105.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,15,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],41.0,41.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2022-11-21 22:24:51.000000,2018-09-19 19:27:00,59.0,,828.0,78.0,34.0,116.0,59.0,3336.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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,1679.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2023-06-16 16:16:18.265000,2021-01-14 02:18:46,15.0,,149.0,32.0,,53.0,59.0,1198.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,False,,,4.0,,milagraph/graphvite,,,,,,,,,,81.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4711.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,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,524.0,1958.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,67432.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,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,511.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,,,,,11.0,11.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,2.0,42.0,22.0,169.0,5.0,64.0,477.0,A collection of tools for neural compression enthusiasts.,10.0,14,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,86.0,86.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +876,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,403.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,,97.0,97.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,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,372.0,A PyTorch Graph Neural Network Library.,8.0,14,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],3.0,3.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,141.0,141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,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,340.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,1209.0,1209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,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,234.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,14,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,6.0,5.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,356.0,3742.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,109.0,12.0,39.0,8.0,2692.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,,82.0,50.0,4.0,3.0,,2497.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,1461.0,1463.0,,,,,,,,3.0,59.0,,,,,,,,,,,,,,,,,,, +884,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,38.0,10.0,13.0,3.0,1345.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,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-05-28 20:32:15.000000,2024-05-28 20:32:14,66.0,2.0,43.0,11.0,9.0,4.0,13.0,713.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",7.0,13,True,,,,rliable`,,,,,135.0,135.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,2020-05-28 19:00:02.000000,2020-05-28 17:31:53,465.0,,17.0,11.0,57.0,3.0,20.0,291.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,,115.0,115.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,246.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,77.0,77.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,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,2021-05-03 09:15:25.000000,2021-05-03 09:15:21,219.0,,12.0,16.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,13,False,2021-04-20 13:53:12.000,0.1.2,14.0,backprop,,,,,2.0,2.0,https://pypi.org/project/backprop,2021-04-20 13:53:12.000,,146.0,146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-01-09 14:26:49.000000,2024-01-09 14:26:42,74.0,,25.0,8.0,16.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'],4.0,4.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,43.0,43.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,,35.0,14.0,18.0,27.0,18.0,121.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,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,,12.0,7.0,20.0,3.0,,50.0,Distributed machine learning made simple.,2.0,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,33.0,33.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,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,,401.0,63.0,6.0,62.0,17.0,1851.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,,,,,,,,,,,,,,,,,,,, +893,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,,317.0,87.0,11.0,12.0,6.0,1710.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,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,531.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,3.0,3.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,79.0,79.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-04-24 13:48:16.000000,2022-11-21 12:12:41,1044.0,,13.0,6.0,26.0,1.0,2.0,260.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,45.0,51.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,245.0,3.0,8.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,,27.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,59.0,59.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,126.0,Experiment tracking for machine and deep learning projects.,3.0,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,130.0,139.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.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,119.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,26.0,26.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,102.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,,733.0,733.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,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,,11.0,13.0,26.0,4.0,13.0,85.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,,78.0,78.0,,,,,,,,3.0,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,, +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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,,,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,35.0,35.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,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,,,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,84.0,84.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,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +904,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-03-28 08:06:49.000000,2022-02-09 22:20:11,9.0,,467.0,93.0,21.0,52.0,15.0,3268.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,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,,111.0,45.0,13.0,7.0,20.0,947.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,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,40.0,7.0,19.0,14.0,916.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,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,13.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'],3.0,3.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,111.0,"Better, faster hyper-parameter optimization.",8.0,11,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,17.0,17.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,,, +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-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,108.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,,['jax'],4.0,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,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,,83.0,17.0,5.0,4.0,12.0,580.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,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,507.0,Library for Textless Spoken Language Processing.,8.0,10,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,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,10,False,,,2.0,autodist,,,,['tensorflow'],,,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,14.0,14.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,9,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,17.0,17.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,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']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,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,145.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,,,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,9.0,9.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,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,2022-11-23 19:03:57.000000,2022-11-22 16:44:39,2.0,,6.0,7.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,10.0,10.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-09-05_changes.md b/history/2024-09-05_changes.md new file mode 100644 index 00000000..10093832 --- /dev/null +++ b/history/2024-09-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._ + +- nltk (🥇45 · ⭐ 13K · 📈) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 +- Optuna (🥇43 · ⭐ 10K · 📈) - A hyperparameter optimization framework. MIT +- Netron (🥇37 · ⭐ 27K · 📈) - Visualizer for neural network, deep learning and machine.. MIT +- Datasette (🥇36 · ⭐ 9.2K · 📈) - An open source multi-tool for exploring and publishing data. Apache-2 +- Autograd (🥇36 · ⭐ 6.9K · 📈) - Efficiently computes derivatives of NumPy code. MIT +- bt (🥇31 · ⭐ 2.2K · 📈) - bt - flexible backtesting for Python. MIT +- python-soundfile (🥉29 · ⭐ 700 · 📈) - SoundFile is an audio library based on libsndfile, CFFI,.. BSD-3 +- miceforest (🥇26 · ⭐ 330 · 📈) - Multiple Imputation with LightGBM in Python. MIT +- dabl (🥉20 · ⭐ 720 · 💤) - Data Analysis Baseline Library. BSD-3 +- MXBoard (🥉20 · ⭐ 320 · 💀) - Logging MXNet data for visualization in TensorBoard. 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._ + +- tensorflow-probability (🥇35 · ⭐ 4.2K · 📉) - Probabilistic reasoning and statistical analysis in.. Apache-2 +- Graphviz (🥈34 · ⭐ 1.6K · 📉) - Simple Python interface for Graphviz. MIT +- SpeechRecognition (🥈33 · ⭐ 8.3K · 📉) - Speech recognition module for Python, supporting.. BSD-3 +- OpenNMT (🥈32 · ⭐ 6.7K · 📉) - Open Source Neural Machine Translation and (Large) Language.. MIT +- tensorflow-hub (🥈32 · ⭐ 3.5K · 📉) - A library for transfer learning by reusing parts of.. Apache-2 +- TF Model Optimization (🥈28 · ⭐ 1.5K · 📉) - A toolkit to optimize ML models for deployment for.. Apache-2 +- data-validation (🥉26 · ⭐ 760 · 📉) - Library for exploring and validating machine learning.. Apache-2 +- TF Recommenders (🥉24 · ⭐ 1.8K · 📉) - TensorFlow Recommenders is a library for building.. Apache-2 +- pandas-ai (🥉23 · ⭐ 13K · 📉) - Chat with your database (SQL, CSV, pandas, polars,.. ❗Unlicensed +- TensorFrames (🥉16 · ⭐ 720 · 💀) - Tensorflow wrapper for DataFrames on Apache Spark. Apache-2 + +## ➕ Added Projects + +_Projects that were recently added to this best-of list._ + +- Runhouse (🥉24 · ⭐ 960 · ➕) - Orchestrate heterogeneous ML workloads in Python, like PyTorch.. Apache-2 + diff --git a/history/2024-09-05_projects.csv b/history/2024-09-05_projects.csv new file mode 100644 index 00000000..f996204d --- /dev/null +++ b/history/2024-09-05_projects.csv @@ -0,0 +1,919 @@ +,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,docs_url,labels,github_release_downloads,monthly_downloads,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,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,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-09-02 06:22:28.000000,2024-09-02 06:22:28,1567.0,8.0,693.0,117.0,338.0,62.0,145.0,4842.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,,166.0,57.0,205.0,,3.0,2279.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,244.0,93.0,199.0,6.0,5.0,3596.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,244.0,93.0,199.0,6.0,5.0,3596.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,244.0,93.0,199.0,6.0,5.0,3596.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,244.0,93.0,199.0,6.0,5.0,3596.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,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-09-05 14:13:12.000000,2024-09-05 12:52:43,78064.0,4008.0,21955.0,1744.0,90205.0,14808.0,30877.0,81851.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5097.0,56,True,2024-09-04 19:59:29.000,2.4.1,55.0,torch,pytorch/pytorch,https://pytorch.org/docs/stable/index.html,['pytorch'],55050.0,35132513.0,536836.0,518370.0,https://pypi.org/project/torch,2024-09-04 19:10:42.000,18466.0,34482200.0,https://anaconda.org/pytorch/pytorch,2024-09-03 16:47:49.313,23390644.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +7,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-09-05 14:08:30.000000,2024-09-05 13:45:19,169190.0,3689.0,74162.0,7603.0,34823.0,4553.0,38022.0,187888.0,An Open Source Machine Learning Framework for Everyone.,4668.0,55,True,2024-07-11 16:45:52.000,2.17.0,197.0,tensorflow,conda-forge/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],,19035138.0,413414.0,405612.0,https://pypi.org/project/tensorflow,2024-07-11 16:45:52.000,7802.0,18200590.0,https://anaconda.org/conda-forge/tensorflow,2024-08-31 23:00:17.783,4914489.0,1.0,tensorflow/tensorflow,https://hub.docker.com/r/tensorflow/tensorflow,2024-09-04 12:48:51.219515,2540.0,78043486.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,2024-09-05 14:24:31.000000,2024-09-05 14:17:34,16759.0,648.0,26184.0,1118.0,17258.0,1400.0,14593.0,131616.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2790.0,52,True,2024-08-22 16:56:32.000,4.44.2,157.0,transformers,conda-forge/transformers,,"['pytorch', 'tensorflow']",,35821691.0,217088.0,211035.0,https://pypi.org/project/transformers,2024-08-22 16:56:29.000,6053.0,35781688.0,https://anaconda.org/conda-forge/transformers,2024-08-23 08:59:54.225,2000152.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,2024-09-05 12:14:52.000000,2024-09-05 12:14:52,31652.0,263.0,25230.0,2141.0,17665.0,2098.0,9550.0,59339.0,scikit-learn: machine learning in Python.,3173.0,52,True,2024-07-03 09:17:35.000,1.5.1,80.0,scikit-learn,conda-forge/scikit-learn,,['sklearn'],1019.0,72877506.0,901554.0,877595.0,https://pypi.org/project/scikit-learn,2024-07-03 09:11:11.000,23959.0,72287515.0,https://anaconda.org/conda-forge/scikit-learn,2024-07-03 09:49:53.256,30679039.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-09-04 22:29:36.000000,2024-09-04 22:29:36,33268.0,565.0,5121.0,347.0,11234.0,1808.0,8756.0,12886.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1678.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,411363.0,120625329.0,1128458.0,1083640.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,44818.0,119493193.0,https://anaconda.org/conda-forge/scipy,2024-08-22 15:46:59.754,51906302.0,1.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-09-05 12:15:40.000000,2024-09-05 12:15:40,58816.0,785.0,4370.0,292.0,13365.0,5124.0,8847.0,12752.0,A computer algebra system written in pure Python.,1322.0,49,True,2024-08-11 16:59:00.000,1.13.2,63.0,sympy,conda-forge/sympy,,,547056.0,29664701.0,169884.0,166484.0,https://pypi.org/project/sympy,2024-08-11 16:58:39.000,3400.0,29535996.0,https://anaconda.org/conda-forge/sympy,2024-08-12 22:08:15.340,6480408.0,1.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-09-05 03:42:28.000000,2024-09-05 03:42:28,10920.0,201.0,19416.0,1913.0,7419.0,240.0,11863.0,61555.0,Deep Learning for humans.,1325.0,48,True,2024-08-12 20:42:48.000,3.5.0,102.0,keras,conda-forge/keras,https://keras.io,['tensorflow'],,14026758.0,1528.0,,https://pypi.org/project/keras,2024-08-12 20:42:48.000,1528.0,13954555.0,https://anaconda.org/conda-forge/keras,2024-08-17 19:28:53.337,3682388.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-09-03 22:00:24.000000,2024-09-03 22:00:24,50973.0,494.0,7554.0,595.0,18303.0,1600.0,9240.0,19922.0,matplotlib: plotting with Python.,1717.0,48,True,2024-08-13 01:44:21.000,3.9.2,127.0,matplotlib,conda-forge/matplotlib,,,,72120676.0,1368264.0,1319685.0,https://pypi.org/project/matplotlib,2024-08-13 01:44:21.000,48579.0,71617361.0,https://anaconda.org/conda-forge/matplotlib,2024-08-22 20:32:53.714,25669070.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-09-05 12:54:21.000000,2024-09-05 12:53:48,18389.0,456.0,2210.0,220.0,5027.0,134.0,3065.0,12076.0,Python Imaging Library (Fork).,475.0,48,True,2024-07-01 09:51:39.000,10.4.0,98.0,Pillow,conda-forge/pillow,,,,113732231.0,1818069.0,1810387.0,https://pypi.org/project/Pillow,2024-07-01 09:45:22.000,7682.0,112857636.0,https://anaconda.org/conda-forge/pillow,2024-07-02 08:21:06.154,43729768.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-09-05 14:10:56.000000,2024-09-05 12:11:28,6607.0,218.0,2976.0,319.0,4823.0,937.0,3573.0,34405.0,Streamlit A faster way to build and share data apps.,240.0,46,True,2024-08-27 18:46:56.000,1.38.0,226.0,streamlit,,,,,5631298.0,498767.0,496110.0,https://pypi.org/project/streamlit,2024-08-27 18:46:49.000,2657.0,5631298.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +16,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-09-05 13:36:36.000000,2024-09-05 11:57:52,22800.0,1609.0,2713.0,323.0,15182.0,1703.0,4160.0,29742.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",742.0,46,True,2024-07-30 00:25:44.000,0.4.31,165.0,jax,conda-forge/jaxlib,,,,3410536.0,31375.0,29587.0,https://pypi.org/project/jax,2024-07-30 00:25:44.000,1788.0,3378882.0,https://anaconda.org/conda-forge/jaxlib,2024-08-31 00:56:55.014,1614396.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +17,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-09-05 12:19:34.000000,2024-09-05 12:19:34,50806.0,2002.0,5535.0,717.0,49544.0,1822.0,17311.0,22049.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1267.0,46,True,2024-06-27 10:00:34.000,3.0.0-beta0,69.0,paddlepaddle,,,['paddle'],15389.0,513774.0,5982.0,5822.0,https://pypi.org/project/paddlepaddle,2024-07-08 06:22:25.000,160.0,513616.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +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-09-05 14:56:39.000000,2024-09-05 14:56:37,22555.0,728.0,5571.0,475.0,28864.0,3963.0,14866.0,32918.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,1066.0,45,True,2024-08-28 00:11:51.000,ray-2.35.0,114.0,ray,conda-forge/ray-tune,,,235.0,4187177.0,18328.0,17572.0,https://pypi.org/project/ray,2024-08-27 22:09:04.000,756.0,4178743.0,https://anaconda.org/conda-forge/ray-tune,2024-08-29 18:04:13.302,379447.0,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,2024-09-02 20:06:23.000000,2024-09-02 11:44:12,7077.0,178.0,8699.0,911.0,5527.0,463.0,4886.0,26063.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",649.0,45,True,2024-07-31 08:14:26.000,2.1.1,83.0,xgboost,conda-forge/xgboost,https://xgboost.readthedocs.io/en/latest/,,10600.0,20972549.0,107800.0,105855.0,https://pypi.org/project/xgboost,2024-07-31 08:14:26.000,1945.0,20868255.0,https://anaconda.org/conda-forge/xgboost,2024-08-28 02:29:22.781,5210537.0,1.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,2024-09-05 13:46:10.000000,2024-09-05 05:49:08,20582.0,67.0,4176.0,443.0,6151.0,760.0,6969.0,19203.0,"Interactive Data Visualization in the browser, from Python.",698.0,45,True,2024-08-23 08:14:02.000,3.5.2,214.0,bokeh,conda-forge/bokeh,,,,4638994.0,93450.0,91749.0,https://pypi.org/project/bokeh,2024-08-23 08:14:02.000,1701.0,4348692.0,https://anaconda.org/conda-forge/bokeh,2024-08-23 12:55:11.815,14805433.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +21,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-04 01:00:39.000000,2024-09-04 01:00:39,14678.0,146.0,2856.0,463.0,1485.0,273.0,1547.0,13404.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,,,,21531340.0,306804.0,302235.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4569.0,21465994.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2744535.0,1.0,,,,,,4.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,2024-09-05 10:38:13.000000,2024-09-05 10:38:13,15476.0,98.0,2865.0,283.0,3913.0,2828.0,2780.0,9959.0,Statsmodels: statistical modeling and econometrics in Python.,434.0,45,True,2024-04-17 08:41:57.000,0.14.2,37.0,statsmodels,conda-forge/statsmodels,,,33.0,16200181.0,138847.0,134520.0,https://pypi.org/project/statsmodels,2024-04-17 08:41:57.000,4327.0,15911517.0,https://anaconda.org/conda-forge/statsmodels,2024-05-17 10:41:00.825,14721872.0,1.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,2024-09-05 13:02:43.000000,2024-09-05 13:02:20,42077.0,821.0,28177.0,2025.0,47970.0,215.0,,39247.0,Apache Spark Python API.,3115.0,44,True,2024-08-12 14:57:56.000,3.5.2,46.0,pyspark,conda-forge/pyspark,,['spark'],,30302212.0,1513.0,,https://pypi.org/project/pyspark,2024-08-12 14:57:56.000,1513.0,30235908.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3381530.0,2.0,,,,,,,stable/spark,,,,,,,,,,,,,,,,,, +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,2024-09-03 22:39:19.000000,2024-08-22 13:59:19,10415.0,91.0,3337.0,247.0,10257.0,750.0,6294.0,27910.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",969.0,44,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,['pytorch'],8322.0,6318926.0,37505.0,36085.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1420.0,6293942.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1263355.0,2.0,,,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +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,2024-09-05 09:50:22.000000,2024-09-05 09:50:22,6428.0,392.0,4131.0,296.0,8960.0,1587.0,2558.0,18271.0,Open source platform for the machine learning lifecycle.,765.0,44,True,2024-08-30 22:00:41.000,2.16.0,111.0,mlflow,conda-forge/mlflow,,,,14963496.0,42464.0,41608.0,https://pypi.org/project/mlflow,2024-08-30 08:49:56.000,856.0,14918455.0,https://anaconda.org/conda-forge/mlflow,2024-09-04 14:05:24.643,2297113.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +26,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-08-30 19:40:02.000000,2024-08-29 18:22:16,6632.0,117.0,2535.0,273.0,1692.0,530.0,2435.0,15967.0,The interactive graphing library for Python This project now includes Plotly Express!.,265.0,44,True,2024-08-29 17:58:45.000,5.24.0,300.0,plotly,conda-forge/plotly,,,,17866134.0,305245.0,299117.0,https://pypi.org/project/plotly,2024-08-29 17:54:43.000,6119.0,17728870.0,https://anaconda.org/conda-forge/plotly,2024-08-30 03:08:35.026,6843734.0,1.0,,,,,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,5654.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-09-04 20:26:08.000000,2024-09-02 06:15:24,7773.0,77.0,3202.0,281.0,3860.0,347.0,3018.0,14674.0,Network Analysis in Python.,744.0,44,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,73.0,64361613.0,298297.0,289035.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,9262.0,64004873.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,17480261.0,1.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-09-05 08:14:59.000000,2024-09-04 14:46:00,8309.0,99.0,1693.0,212.0,5951.0,1096.0,4242.0,12371.0,Parallel computing with task scheduling.,608.0,44,True,2024-08-30 20:43:20.000,2024.8.2,206.0,dask,conda-forge/dask,,,,10903598.0,66368.0,64053.0,https://pypi.org/project/dask,2024-08-30 20:43:20.000,2315.0,10676383.0,https://anaconda.org/conda-forge/dask,2024-08-31 00:34:24.911,11815186.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,2024-09-05 03:56:20.000000,2024-09-02 17:00:47,7001.0,296.0,2379.0,168.0,4207.0,546.0,4145.0,31960.0,"Wrap UIs around any model, share with anyone.",372.0,43,True,2024-09-04 06:35:28.000,@self/spaces-test@0.0.1,584.0,gradio,,,,,6255022.0,40474.0,39730.0,https://pypi.org/project/gradio,2024-09-04 06:40:21.000,744.0,6255022.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +30,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-09-04 12:31:25.000000,2024-08-20 10:16:08,16136.0,4.0,4344.0,560.0,4010.0,139.0,5511.0,29609.0,Industrial-strength Natural Language Processing (NLP) in Python.,751.0,43,True,2024-08-20 14:29:00.000,3.7.6,233.0,spacy,conda-forge/spacy,,,117.0,11866882.0,100391.0,97783.0,https://pypi.org/project/spacy,2024-08-20 14:29:00.000,2608.0,11788576.0,https://anaconda.org/conda-forge/spacy,2024-07-29 11:52:18.238,3993558.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +31,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-09-05 10:55:38.000000,2024-09-05 10:55:38,2754.0,78.0,3233.0,239.0,948.0,768.0,1759.0,22438.0,A game theoretic approach to explain the output of any machine learning model.,250.0,43,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,6506013.0,20641.0,19903.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,738.0,6422895.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,3740335.0,1.0,,,,,,,,shap/shap,,,,,,,,,,,,,,,,, +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-09-05 00:16:09.000000,2024-09-04 21:18:58,2805.0,68.0,3650.0,440.0,3325.0,341.0,2493.0,17598.0,Open standard for machine learning interoperability.,323.0,43,True,2024-08-01 13:15:32.000,1.16.2,34.0,onnx,conda-forge/onnx,,,21593.0,5758482.0,33748.0,32732.0,https://pypi.org/project/onnx,2024-08-01 13:10:23.000,1016.0,5734602.0,https://anaconda.org/conda-forge/onnx,2024-09-03 14:45:24.706,1204660.0,1.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-09-04 03:30:31.000000,2024-09-04 03:30:30,3566.0,83.0,3819.0,434.0,3244.0,367.0,3056.0,16510.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",318.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,233786.0,10071468.0,37967.0,36890.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,10013983.0,https://anaconda.org/conda-forge/lightgbm,2024-08-02 18:29:39.160,2633258.0,2.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-09-05 12:40:43.000000,2024-09-05 01:41:47,2638.0,283.0,1506.0,186.0,3129.0,617.0,767.0,12466.0,Development repository for the Triton language and compiler.,319.0,43,True,2024-07-09 07:22:23.000,3.0.0,195.0,triton,,,,,13542382.0,35802.0,35571.0,https://pypi.org/project/triton,2024-07-09 07:22:23.000,231.0,13542382.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-09-05 01:55:22.000000,2024-09-04 17:53:05,4978.0,77.0,2074.0,1679.0,4843.0,341.0,2713.0,12041.0,WebGL2 powered visualization framework.,271.0,43,True,2024-09-04 13:59:16.023,9.0.29,669.0,pydeck,conda-forge/pydeck,,['jupyter'],,5217497.0,8403.0,7999.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,105.0,4566579.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,601103.0,1.0,,,,,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-09-04 13:59:16.023,299.0,639989.0,,,,,,,,,,,, +36,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-09-05 15:25:56.000000,2024-09-05 15:21:41,17365.0,4526.0,1366.0,66.0,2408.0,550.0,2541.0,11994.0,"Python SDK, Proxy Server to call 100+ LLM APIs using the OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere,..",324.0,43,True,2024-09-05 04:45:50.000,1.44.17-stable,937.0,litellm,,,others,242.0,1559753.0,3534.0,3154.0,https://pypi.org/project/litellm,2024-09-05 15:25:56.000,380.0,1559632.0,,,,1.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-09-05 04:43:31.000000,2024-09-05 04:43:24,18214.0,491.0,994.0,115.0,3638.0,69.0,1596.0,10459.0,A hyperparameter optimization framework.,271.0,43,True,2024-09-02 05:17:47.000,4.0.0,66.0,optuna,conda-forge/optuna,,,,3351160.0,18145.0,17194.0,https://pypi.org/project/optuna,2024-09-02 05:17:47.000,951.0,3320886.0,https://anaconda.org/conda-forge/optuna,2024-09-03 06:05:16.374,1543998.0,1.0,,,,,,4.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-09-05 14:30:43.000000,2024-09-05 14:30:24,2454.0,148.0,4692.0,309.0,512.0,45.0,859.0,31348.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",149.0,42,True,2024-08-23 23:42:07.000,1.0.9,60.0,timm,conda-forge/timm,,['pytorch'],6969269.0,5947330.0,36485.0,35590.0,https://pypi.org/project/timm,2024-08-23 23:31:27.000,895.0,5834016.0,https://anaconda.org/conda-forge/timm,2024-08-24 14:28:50.700,221014.0,1.0,,,,,,,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,, +39,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-09-05 14:32:35.000000,2024-09-04 13:41:41,7623.0,122.0,2041.0,418.0,1112.0,463.0,1338.0,21132.0,Data Apps & Dashboards for Python. No JavaScript Required.,159.0,42,True,2024-09-04 14:31:07.000,2.18.0,180.0,dash,conda-forge/dash,,,76.0,3245981.0,69614.0,68345.0,https://pypi.org/project/dash,2024-09-04 14:26:34.000,1269.0,3217358.0,https://anaconda.org/conda-forge/dash,2024-09-05 04:54:06.311,1459763.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +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-09-05 13:28:27.000000,2024-09-04 10:38:51,3933.0,55.0,6910.0,433.0,5378.0,1007.0,2437.0,15947.0,"Datasets, Transforms and Models specific to Computer Vision.",606.0,42,True,2024-09-04 20:08:34.000,0.19.1,47.0,torchvision,conda-forge/torchvision,,['pytorch'],38565.0,13377945.0,5497.0,21.0,https://pypi.org/project/torchvision,2024-09-04 19:14:53.000,5476.0,13340535.0,https://anaconda.org/conda-forge/torchvision,2024-08-25 15:07:24.274,1553048.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-09-05 03:36:05.000000,2024-09-03 02:56:43,9329.0,49.0,1172.0,140.0,5505.0,222.0,4457.0,13566.0,ML Experiments and Data Management with Git.,301.0,42,True,2024-09-02 15:02:10.000,3.55.2,538.0,dvc,conda-forge/dvc,,,,600267.0,17607.0,17481.0,https://pypi.org/project/dvc,2024-09-02 15:02:10.000,126.0,557541.0,https://anaconda.org/conda-forge/dvc,2024-09-02 18:55:30.141,2179063.0,1.0,,,,,,,,,,,,,,dvc,dvc,dvc,,,,,,,,, +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-08-14 20:01:50.000000,2024-07-22 11:32:48,3237.0,3.0,1904.0,261.0,1120.0,176.0,2403.0,12374.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,,,419.0,18094687.0,473046.0,462540.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10506.0,17898371.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10012000.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +43,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-09-05 09:18:52.000000,2024-09-05 09:18:51,3763.0,97.0,782.0,142.0,1462.0,178.0,1803.0,9199.0,Declarative statistical visualization library for Python.,170.0,42,True,2024-08-27 04:41:23.000,5.4.1,42.0,altair,conda-forge/altair,,,174.0,22084817.0,159050.0,158209.0,https://pypi.org/project/altair,2024-08-27 04:31:06.000,841.0,22012005.0,https://anaconda.org/conda-forge/altair,2024-08-27 10:22:34.589,2402786.0,1.0,,,,,,,,vega/altair,,,,,,,,,,,,,,,,, +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-09-05 00:11:34.000000,2024-09-04 23:51:45,6907.0,319.0,651.0,58.0,5002.0,846.0,2426.0,8851.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",189.0,42,True,2024-08-28 22:11:23.000,0.17.8,283.0,wandb,conda-forge/wandb,,,277.0,12946058.0,54367.0,52983.0,https://pypi.org/project/wandb,2024-08-28 22:09:00.000,1384.0,12933950.0,https://anaconda.org/conda-forge/wandb,2024-08-28 20:54:30.560,605101.0,1.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,2024-09-03 22:11:37.000000,2024-08-27 03:03:32,5854.0,19.0,1645.0,191.0,5027.0,677.0,1238.0,6658.0,TensorFlows Visualization Toolkit.,320.0,42,True,2024-08-14 18:18:37.000,2.17.1,62.0,tensorboard,conda-forge/tensorboard,,['tensorflow'],,21513117.0,259225.0,257050.0,https://pypi.org/project/tensorboard,2024-08-14 18:10:47.000,2175.0,21415698.0,https://anaconda.org/conda-forge/tensorboard,2024-08-15 09:13:38.483,4968389.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-09-03 19:28:26.000000,2024-09-03 19:28:26,14109.0,99.0,2216.0,184.0,4475.0,791.0,2099.0,6019.0,Image processing in Python.,670.0,42,False,2024-06-18 19:05:37.000,0.24.0,67.0,scikit-image,conda-forge/scikit-image,,,,17382632.0,200381.0,194319.0,https://pypi.org/project/scikit-image,2024-06-18 19:03:37.000,6062.0,17249339.0,https://anaconda.org/conda-forge/scikit-image,2024-08-17 02:34:14.270,6797987.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,2024-09-02 11:29:22.000000,2024-09-02 11:28:02,6278.0,82.0,7641.0,437.0,3060.0,174.0,9111.0,42390.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",249.0,41,True,2024-07-17 10:49:23.000,2.8.1,46.0,paddleocr,,,['paddle'],230881.0,475540.0,3293.0,3201.0,https://pypi.org/project/paddleocr,2024-07-17 10:49:23.000,92.0,470730.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +48,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-09-05 01:34:45.000000,2024-09-05 01:34:42,2470.0,148.0,4042.0,343.0,2922.0,1123.0,1706.0,34617.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",340.0,41,True,2024-09-05 01:33:59.000,0.15.1,95.0,deepspeed,,,['pytorch'],,461111.0,8778.0,8581.0,https://pypi.org/project/deepspeed,2024-09-05 01:33:59.000,197.0,460783.0,,,,1.0,deepspeed/deepspeed,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,18380.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-09-05 05:19:57.000000,2024-09-05 05:17:02,1219.0,91.0,3540.0,482.0,1147.0,236.0,2244.0,30340.0,A library for efficient similarity search and clustering of dense vectors.,187.0,41,True,2024-08-30 07:29:13.000,2.4.6,100.0,pymilvus,conda-forge/faiss,,,,825509.0,4099.0,3940.0,https://pypi.org/project/pymilvus,2024-08-30 07:29:13.000,159.0,794245.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1594497.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-09-05 13:09:28.364231,2024-09-05 12:01:05,20670.0,668.0,2799.0,275.0,22168.0,700.0,10976.0,29302.0,"A cloud-native vector database, storage for next generation AI applications.",288.0,41,True,2024-08-30 09:21:31.000,2.4.10,100.0,pymilvus,,,,259969.0,1904227.0,159.0,,https://pypi.org/project/pymilvus,2024-08-30 07:29:13.000,159.0,794245.0,,,,1.0,milvusdb/milvus,https://hub.docker.com/r/milvusdb/milvus,2024-09-05 13:09:28.364231,59.0,66334585.0,,,,,,,,,,,,,,,,,,,, +51,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,14.0,4374.0,430.0,1708.0,382.0,1465.0,15547.0,Topic Modelling for Humans.,458.0,41,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,4722.0,4201043.0,65193.0,63837.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1356.0,4168453.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1366943.0,1.0,,,,,,,,piskvorky/gensim,,,,,,,,,,,,,,,,, +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-08-30 08:44:27.000000,2024-08-30 08:44:27,1533.0,46.0,2427.0,138.0,526.0,1166.0,991.0,14780.0,State-of-the-Art Text Embeddings.,179.0,41,True,2024-06-07 13:01:30.000,3.0.1,53.0,sentence-transformers,conda-forge/sentence-transformers,,['pytorch'],,4913606.0,47128.0,45545.0,https://pypi.org/project/sentence-transformers,2024-06-07 13:01:10.000,1583.0,4905931.0,https://anaconda.org/conda-forge/sentence-transformers,2024-06-07 15:19:38.412,368404.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-09-04 21:20:43.000000,2024-08-26 18:27:55,1294.0,66.0,2284.0,241.0,592.0,177.0,1170.0,12908.0,Download market data from Yahoo! Finances API.,122.0,41,True,2024-08-24 20:39:46.000,0.2.43,115.0,yfinance,ranaroussi/yfinance,,,,1966258.0,46265.0,45638.0,https://pypi.org/project/yfinance,2024-08-24 20:39:46.000,627.0,1963773.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,94462.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +54,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-09-03 15:45:07.000000,2024-09-03 15:45:06,10032.0,110.0,1986.0,224.0,4045.0,298.0,3055.0,8612.0,Bayesian Modeling and Probabilistic Programming in Python.,503.0,41,True,2024-07-11 13:49:51.000,5.16.2,89.0,pymc3,conda-forge/pymc3,,,1947.0,275288.0,4163.0,3971.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,263601.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,595236.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,2024-09-05 10:03:09.000000,2024-09-05 06:08:28,48537.0,505.0,1176.0,192.0,394.0,544.0,1777.0,7987.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1270.0,41,True,2024-09-05 10:59:44.000,1.2.6,112.0,catboost,conda-forge/catboost,,,294391.0,2650894.0,549.0,14.0,https://pypi.org/project/catboost,2024-09-05 10:03:09.000,535.0,2610929.0,https://anaconda.org/conda-forge/catboost,2024-04-18 20:39:24.300,1677221.0,2.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-09-04 20:23:27.000000,2024-09-04 20:23:27,3828.0,127.0,1129.0,137.0,3174.0,307.0,1203.0,2088.0,A library for training and deploying machine learning models on Amazon SageMaker.,456.0,41,True,2024-08-30 17:42:25.000,2.231.0,604.0,sagemaker,conda-forge/sagemaker-python-sdk,,"['mxnet', 'tensorflow']",,33835130.0,4482.0,4339.0,https://pypi.org/project/sagemaker,2024-08-30 17:42:25.000,143.0,33814126.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1029235.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +57,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-08-27 06:50:53.000000,2024-08-27 06:50:42,2786.0,18.0,7546.0,607.0,2231.0,222.0,1593.0,26074.0,The fastai deep learning library.,670.0,40,True,2024-08-27 06:50:53.000,2.7.17,151.0,fastai,,,['pytorch'],,315129.0,18794.0,18490.0,https://pypi.org/project/fastai,2024-08-27 06:50:53.000,304.0,315129.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +58,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-09-03 08:25:22.000000,2024-09-03 08:25:22,7613.0,77.0,3605.0,252.0,3111.0,1016.0,2654.0,20905.0,Graph Neural Network Library for PyTorch.,517.0,40,True,2024-04-19 11:59:51.000,2.5.3,44.0,torch-geometric,conda-forge/pytorch_geometric,,['pytorch'],,389778.0,6701.0,6377.0,https://pypi.org/project/torch-geometric,2024-04-19 11:59:51.000,324.0,388189.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-08-16 19:08:43.757,79465.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +59,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-09-02 16:21:40.000000,2024-09-02 16:21:40,978.0,74.0,1621.0,128.0,885.0,371.0,649.0,13988.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,149.0,40,True,2024-08-16 00:23:18.000,1.4.14,69.0,albumentations,conda-forge/albumentations,,['pytorch'],,4533041.0,27156.0,26604.0,https://pypi.org/project/albumentations,2024-08-16 00:23:18.000,552.0,4529241.0,https://anaconda.org/conda-forge/albumentations,2024-08-20 07:47:48.612,190041.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +60,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-09-01 13:05:09.000000,2024-09-01 13:05:09,8276.0,13.0,3351.0,478.0,711.0,50.0,2168.0,13347.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,,,25490.0,357231.0,30004.0,29791.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,340590.0,https://anaconda.org/conda-forge/dlib,2024-08-31 20:33:43.161,837060.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,2024-09-03 22:28:12.000000,2024-08-12 05:35:33,1813.0,38.0,762.0,120.0,638.0,33.0,943.0,8870.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,93.0,40,True,2024-08-08 16:56:21.000,0.20.0,97.0,tokenizers,conda-forge/tokenizers,,,57.0,28598184.0,100087.0,99175.0,https://pypi.org/project/tokenizers,2024-08-08 16:55:26.000,912.0,28558418.0,https://anaconda.org/conda-forge/tokenizers,2024-08-12 03:17:57.893,1988293.0,1.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,2024-09-05 14:19:42.000000,2024-09-05 14:19:42,9909.0,73.0,1351.0,131.0,1244.0,146.0,973.0,8514.0,A PyTorch-based Speech Toolkit.,240.0,40,True,2024-09-02 14:04:56.000,1.0.1,17.0,speechbrain,,,['pytorch'],,4037771.0,2275.0,2213.0,https://pypi.org/project/speechbrain,2024-09-02 14:25:26.000,62.0,4037771.0,,,,1.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-09-05 15:38:47.000000,2024-09-05 15:38:47,1547.0,91.0,925.0,95.0,1515.0,145.0,1434.0,7626.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",286.0,40,True,2024-09-05 15:36:16.000,0.34.1,57.0,accelerate,conda-forge/accelerate,,['pytorch'],,6517938.0,50432.0,49008.0,https://pypi.org/project/accelerate,2024-09-05 15:33:32.000,1424.0,6512326.0,https://anaconda.org/conda-forge/accelerate,2024-09-03 15:48:09.434,196424.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-09-03 20:47:21.021000,2024-09-03 08:58:09,2299.0,32.0,565.0,90.0,866.0,288.0,939.0,3827.0,Manipulation and analysis of geometric objects.,158.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,3635.0,32501511.0,81108.0,78173.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,32294031.0,https://anaconda.org/conda-forge/shapely,2024-09-03 20:47:21.021,10161508.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,2024-09-05 08:13:24.000000,2024-09-04 16:38:14,5884.0,110.0,715.0,56.0,5135.0,1571.0,2364.0,1565.0,A distributed task scheduler for Dask.,328.0,40,True,2024-08-30 20:43:22.000,2024.8.2,238.0,distributed,conda-forge/distributed,,,,6095513.0,36963.0,36149.0,https://pypi.org/project/distributed,2024-08-30 20:43:22.000,814.0,5812010.0,https://anaconda.org/conda-forge/distributed,2024-08-30 22:53:22.106,14742163.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-05-02 16:09:06.000000,2023-01-30 18:15:21,1757.0,,8590.0,1058.0,1452.0,102.0,1722.0,34440.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,,,,629681.0,58077.0,56529.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,623777.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,312958.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +67,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-09-05 10:11:47.000000,2024-09-05 09:59:32,8569.0,29.0,2220.0,211.0,4193.0,22.0,1936.0,20871.0,Build multimodal AI applications with cloud-native stack.,177.0,39,True,2024-09-05 09:59:53.000,3.27.5,2469.0,jina,conda-forge/jina-core,,,,90464.0,1786.0,1759.0,https://pypi.org/project/jina,2024-09-05 09:58:58.000,27.0,57532.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,73081.0,2.0,jinaai/jina,https://hub.docker.com/r/jinaai/jina,2024-09-05 10:08:16.457296,8.0,1699656.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,2024-08-14 14:44:40.000000,2024-03-21 15:05:22,32610.0,,4591.0,352.0,6369.0,124.0,6642.0,18587.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",596.0,39,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,['tensorflow'],,141768.0,4482.0,4422.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,141768.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +69,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-09-03 11:27:56.000000,2024-08-30 09:20:57,6142.0,168.0,2088.0,201.0,1226.0,110.0,2213.0,13800.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,270.0,39,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,['pytorch'],,86410.0,3621.0,3480.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,141.0,85803.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,30364.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-09-05 06:59:25.000000,2024-09-05 06:59:25,4384.0,257.0,2997.0,172.0,5012.0,524.0,2349.0,13338.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,39,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,112876.0,433.0,285.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,112876.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-08-30 05:10:50.000000,2024-08-30 05:10:49,28935.0,315.0,805.0,126.0,6318.0,636.0,1712.0,8107.0,NumPy & SciPy for GPU.,385.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,,,182316.0,119156.0,2492.0,2226.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,266.0,28953.0,https://anaconda.org/conda-forge/cupy,2024-08-22 12:51:10.755,4512558.0,1.0,cupy/cupy,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,66167.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,2024-09-05 14:53:52.000000,2024-09-05 14:52:15,4869.0,262.0,1311.0,102.0,4145.0,932.0,1563.0,7731.0,A unified framework for machine learning with time series.,389.0,39,True,2024-08-27 11:56:34.000,0.32.3,78.0,sktime,conda-forge/sktime-all-extras,,['sklearn'],96.0,722930.0,3320.0,3200.0,https://pypi.org/project/sktime,2024-08-27 11:56:34.000,120.0,696509.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-08-27 19:11:08.275,1003993.0,1.0,,,,,,,,sktime/sktime,,,,,,,,,,,,,,,,, +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,2024-09-04 07:45:40.000000,2024-09-04 07:45:33,1880.0,24.0,2220.0,163.0,867.0,88.0,1027.0,6841.0,Python Data. Leaflet.js Maps.,170.0,39,True,2024-06-16 15:22:45.000,0.17.0,32.0,folium,conda-forge/folium,,,,1504780.0,42873.0,42161.0,https://pypi.org/project/folium,2024-06-16 15:22:45.000,712.0,1436271.0,https://anaconda.org/conda-forge/folium,2024-06-17 06:35:28.582,3014422.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +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-09-01 08:07:48.000000,2024-09-01 08:07:48,2019.0,41.0,919.0,104.0,1683.0,440.0,1259.0,4428.0,Python tools for geographic data.,234.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,['pandas'],2665.0,6666206.0,42567.0,39820.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2747.0,6589249.0,https://anaconda.org/conda-forge/geopandas,2024-07-02 15:18:57.572,3923462.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +75,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-09-05 14:30:29.000000,2024-09-05 14:30:21,6445.0,117.0,1530.0,109.0,4401.0,681.0,742.0,4266.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",312.0,39,True,2024-06-05 08:15:47.000,4.9.6,39.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,['tensorflow'],,1555850.0,19425.0,19099.0,https://pypi.org/project/tensorflow-datasets,2024-06-05 08:15:42.000,326.0,1555002.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,33934.0,1.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,2024-09-04 18:05:33.000000,2024-09-04 18:05:32,18102.0,110.0,1306.0,81.0,7982.0,527.0,4349.0,2661.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,378.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,159291.0,4693.0,4313.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,380.0,151306.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,415234.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +77,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-09-05 03:22:35.000000,2024-09-05 03:22:35,35757.0,327.0,13217.0,947.0,25277.0,1220.0,,23766.0,Apache Flink Python API.,1904.0,38,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,150523.0,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,150523.0,,,,2.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,,6800.0,1069.0,11114.0,1804.0,7751.0,20761.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",981.0,38,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,['mxnet'],27439.0,471183.0,7594.0,7470.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,118.0,470773.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11052.0,2.0,,,,,,,,apache/mxnet,,,,,,,,,6.0,,,,,,,, +79,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-07-10 02:16:05.000000,2024-06-20 12:51:40,1687.0,22.0,2841.0,378.0,467.0,4.0,1894.0,14749.0,Python Echarts Plotting Library.,44.0,38,True,2024-06-20 15:50:49.000,2.0.6,74.0,pyecharts,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],68.0,134092.0,4616.0,4407.0,https://pypi.org/project/pyecharts,2024-06-20 15:48:17.000,209.0,134089.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +80,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,,1540.0,257.0,682.0,473.0,1058.0,12312.0,Video editing with Python.,161.0,38,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,1308586.0,45249.0,44335.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,914.0,1305513.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,264311.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +81,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2024-09-01 15:52:35.000000,2024-08-18 00:47:35,986.0,23.0,1157.0,124.0,307.0,31.0,710.0,10030.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,,,40987.0,22188381.0,77472.0,75740.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,22167848.0,https://anaconda.org/conda-forge/sentencepiece,2024-08-23 08:25:25.532,998617.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +82,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-09-03 21:17:53.000000,2024-09-02 21:37:48,2793.0,49.0,955.0,128.0,1926.0,287.0,654.0,9767.0,Geometric Computer Vision Library for Spatial AI.,266.0,38,True,2024-06-28 15:16:20.000,0.7.3,40.0,kornia,conda-forge/kornia,,['pytorch'],1391.0,1889460.0,11738.0,11476.0,https://pypi.org/project/kornia,2024-06-28 15:16:20.000,262.0,1886240.0,https://anaconda.org/conda-forge/kornia,2024-06-28 20:04:02.857,144063.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +83,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-08-30 03:35:21.000000,2024-08-30 03:34:11,5357.0,122.0,1748.0,134.0,1019.0,364.0,1947.0,8792.0,"An open-source, low-code machine learning library in Python.",141.0,38,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,705.0,268851.0,6290.0,6259.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,267746.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,53495.0,2.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-09-05 13:39:02.000000,2024-09-05 13:38:11,4704.0,245.0,472.0,35.0,3635.0,602.0,1119.0,2581.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,162.0,38,True,2024-07-22 04:26:19.000,0.44.1,98.0,pyvista,conda-forge/pyvista,,['jupyter'],810.0,276368.0,3893.0,3366.0,https://pypi.org/project/pyvista,2024-07-20 05:33:22.000,527.0,265749.0,https://anaconda.org/conda-forge/pyvista,2024-07-20 12:44:44.232,541131.0,2.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-09-05 14:01:57.000000,2024-09-05 07:46:04,1544.0,108.0,511.0,59.0,1486.0,144.0,774.0,1960.0,The official Python client for the Huggingface Hub.,193.0,38,True,2024-08-19 15:17:05.000,0.24.6,122.0,huggingface_hub,conda-forge/huggingface_hub,,,,40978066.0,1696.0,,https://pypi.org/project/huggingface_hub,2024-08-19 15:15:01.000,1696.0,40929582.0,https://anaconda.org/conda-forge/huggingface_hub,2024-08-19 22:26:15.558,2084843.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-08-19 12:09:51.456000,2024-08-19 02:35:18,1541.0,9.0,290.0,31.0,494.0,98.0,507.0,1457.0,Python library for reading and writing image data.,114.0,38,True,2024-08-19 02:35:29.000,2.35.1,94.0,imageio,conda-forge/imageio,,,1174.0,26056186.0,141223.0,138868.0,https://pypi.org/project/imageio,2024-08-19 02:35:25.000,2355.0,25919460.0,https://anaconda.org/conda-forge/imageio,2024-08-19 12:09:51.456,6835506.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +87,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1282.0,167.0,674.0,227.0,33051.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,,,,1471478.0,31437.0,30621.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,816.0,1469680.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,160075.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +88,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,,9357.0,369.0,3153.0,1751.0,6702.0,29008.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,['pytorch'],,190801.0,2990.0,2909.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,81.0,190801.0,,,,2.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-09-05 07:12:07.000000,2024-09-05 07:11:35,8397.0,328.0,2732.0,297.0,218.0,21.0,1098.0,27433.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-08-30 11:38:30.000,7.8.5,662.0,netron,,,"['pytorch', 'tensorflow']",98619.0,132315.0,634.0,551.0,https://pypi.org/project/netron,2024-08-30 11:38:30.000,83.0,33696.0,,,,1.0,,,,,,3.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-08-30 11:23:11.000000,2024-08-30 11:23:11,2332.0,39.0,5316.0,511.0,174.0,1115.0,1370.0,22733.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'],4473507.0,608441.0,2652.0,2623.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,29.0,345294.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +91,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,230.0,339.0,304.0,225.0,14332.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,,,,541462.0,21729.0,21464.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,538701.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,174003.0,2.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-09-03 15:47:14.000000,2024-09-03 09:14:49,1479.0,33.0,1664.0,152.0,806.0,231.0,571.0,12370.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,130.0,37,True,2024-07-15 18:20:05.000,4.9.0,62.0,pandas-profiling,conda-forge/pandas-profiling,,"['jupyter', 'pandas']",152.0,336457.0,4173.0,3990.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,331726.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,458902.0,2.0,,,,,,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +93,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-09-03 08:56:11.000000,2024-09-03 08:56:11,1631.0,143.0,1980.0,142.0,233.0,6.0,1093.0,11656.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",66.0,37,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,97628.0,3954.0,3912.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,42.0,97628.0,,,,2.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,,2483.0,539.0,4118.0,694.0,2087.0,9881.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,,,,114999.0,15612.0,15440.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,90081.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2442032.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-09-05 15:10:11.000000,2024-09-05 14:15:14,32493.0,2269.0,1991.0,199.0,5787.0,37.0,3389.0,9426.0,Perform data science on data that remains in someone elses server.,515.0,37,True,2024-09-04 20:09:29.000,0.9.1,313.0,syft,,,['pytorch'],2154.0,12410.0,4.0,1.0,https://pypi.org/project/syft,2024-09-05 07:00:58.000,3.0,12195.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +96,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-09-02 22:04:30.000000,2024-08-07 18:02:18,598.0,13.0,1129.0,262.0,192.0,106.0,171.0,9078.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,121.0,2097572.0,42402.0,42028.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,374.0,2094874.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,261741.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +97,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2024-09-04 18:48:43.000000,2024-09-04 18:25:41,22063.0,462.0,2146.0,180.0,3355.0,341.0,2075.0,8262.0,End-to-End Speech Processing Toolkit.,446.0,37,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,81.0,50479.0,381.0,369.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,50478.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,2024-09-05 11:56:43.000000,2024-09-05 01:28:59,4653.0,173.0,623.0,85.0,2528.0,262.0,730.0,5929.0,Flax is a neural network library for JAX that is designed for flexibility.,236.0,37,True,2024-08-27 17:51:42.000,0.9.0,47.0,flax,conda-forge/flax,,['jax'],51.0,668380.0,9420.0,8969.0,https://pypi.org/project/flax,2024-08-27 17:51:42.000,451.0,666738.0,https://anaconda.org/conda-forge/flax,2024-08-27 20:55:17.110,68970.0,2.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,2024-08-22 17:31:22.000000,2024-08-22 17:31:17,4163.0,96.0,1096.0,153.0,1714.0,416.0,893.0,3838.0,Fast data visualization and GUI tools for scientific / engineering applications.,287.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,276665.0,11125.0,10126.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,999.0,265181.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,585711.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,2024-08-29 16:34:03.000000,2024-08-29 16:34:02,10829.0,39.0,401.0,59.0,3053.0,1101.0,2215.0,2684.0,"With Holoviews, your data visualizes itself.",144.0,37,True,2024-08-01 13:45:47.955,3.0.3,168.0,holoviews,conda-forge/holoviews,,['jupyter'],,676537.0,12230.0,11845.0,https://pypi.org/project/holoviews,2024-07-31 08:09:44.000,380.0,642079.0,https://anaconda.org/conda-forge/holoviews,2024-07-07 07:21:50.008,1748226.0,2.0,,,,,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,180.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-09-05 14:15:01.000000,2024-09-05 14:15:01,3883.0,33.0,524.0,146.0,1193.0,142.0,1667.0,2213.0,Rasterio reads and writes geospatial raster datasets.,158.0,37,True,2024-09-04 04:51:20.000,1.3.11,160.0,rasterio,conda-forge/rasterio,,,923.0,3266100.0,14204.0,12815.0,https://pypi.org/project/rasterio,2024-09-04 04:20:11.000,1389.0,3187374.0,https://anaconda.org/conda-forge/rasterio,2024-09-04 14:30:01.289,3463632.0,2.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-09-05 01:10:28.000000,2024-09-05 01:10:15,1554.0,27.0,202.0,47.0,599.0,31.0,769.0,1144.0,Fiona reads and writes geographic data files.,74.0,37,True,2024-09-04 03:19:07.000,1.10.0,116.0,fiona,conda-forge/fiona,,,,5109390.0,22432.0,22170.0,https://pypi.org/project/fiona,2024-09-04 01:14:04.000,262.0,4990988.0,https://anaconda.org/conda-forge/fiona,2024-09-04 14:00:00.641,5920141.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,7.0,2222.0,334.0,1600.0,405.0,1860.0,14147.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,,,,,149620.0,1250.0,1217.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,149620.0,,,,2.0,,,,,,,stable/horovod,,,,,,,,,,,,,,,,,, +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,2024-09-05 04:04:49.000000,2024-09-05 04:04:48,18563.0,270.0,5801.0,70.0,11726.0,938.0,15954.0,14029.0,Convert Machine Learning Code Between Frameworks.,1480.0,36,True,2023-06-29 19:33:01.167,0.0.0,123.0,ivy,,,,,2044.0,12.0,,https://pypi.org/project/ivy,2024-08-09 04:51:17.000,12.0,2044.0,,,,2.0,,,,,,,,ivy-llc/ivy,,,,,,,,,,,,,,,,, +105,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,,2243.0,280.0,3096.0,91.0,2477.0,11730.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'],66.0,67572.0,4324.0,4199.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,65453.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,146252.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +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-09-05 14:14:47.000000,2024-09-05 07:54:57,7032.0,459.0,2376.0,201.0,7437.0,133.0,2164.0,11437.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",344.0,36,True,2024-08-15 21:55:14.000,r2.0.0rc1,74.0,nemo-toolkit,,,['pytorch'],230059.0,83808.0,34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-08-15 22:05:43.000,13.0,79974.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +107,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-09-04 18:34:41.000000,2024-08-29 12:58:48,6290.0,52.0,3561.0,244.0,1663.0,1079.0,4394.0,11081.0,Open-source simulator for autonomous driving research.,190.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,10274.0,800.0,789.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,10274.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +108,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-09-03 15:37:27.000000,2024-09-03 15:37:26,2650.0,59.0,660.0,99.0,492.0,592.0,1259.0,9236.0,An open source multi-tool for exploring and publishing data.,80.0,36,True,2024-06-21 23:45:38.000,0.64.8,151.0,datasette,conda-forge/datasette,,,67.0,61402.0,1722.0,1313.0,https://pypi.org/project/datasette,2024-08-16 05:13:16.000,409.0,60366.0,https://anaconda.org/conda-forge/datasette,2024-06-24 15:27:37.980,42454.0,1.0,,,,,,3.0,,,,,,,,datasette,,,,,,,,,,, +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-07-23 01:26:10.000000,2024-06-22 03:57:49,1820.0,26.0,1356.0,143.0,248.0,223.0,146.0,8411.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",59.0,36,True,2024-06-22 04:46:20.000,2.0.1,93.0,pyod,conda-forge/pyod,,,,646629.0,4252.0,4140.0,https://pypi.org/project/pyod,2024-06-22 04:42:15.000,112.0,644359.0,https://anaconda.org/conda-forge/pyod,2024-06-22 08:10:13.582,118091.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +110,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-09-02 17:48:59.000000,2024-09-02 17:48:57,1436.0,16.0,905.0,215.0,234.0,178.0,242.0,6917.0,Efficiently computes derivatives of NumPy code.,59.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,1828773.0,9593.0,9312.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,281.0,1811388.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,469413.0,1.0,,,,,,3.0,,,,,,,,,,,,,,,,,,, +111,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-09-04 10:42:49.000000,2024-09-04 10:42:49,3129.0,82.0,1034.0,90.0,3462.0,348.0,2750.0,5666.0,AI Toolkit for Healthcare Imaging.,203.0,36,True,2024-06-26 07:23:34.000,1.3.2,95.0,monai,conda-forge/monai,,['pytorch'],,166068.0,2846.0,2738.0,https://pypi.org/project/monai,2024-09-02 07:30:00.000,108.0,165198.0,https://anaconda.org/conda-forge/monai,2024-06-26 07:27:45.102,28729.0,1.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-08-23 18:44:41.000000,2024-08-23 16:39:43,10527.0,51.0,1650.0,144.0,2415.0,622.0,1237.0,5385.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",247.0,36,True,2024-04-03 16:21:23.000,2.8.0,915.0,deepchem,conda-forge/deepchem,,['tensorflow'],,39616.0,435.0,422.0,https://pypi.org/project/deepchem,2024-08-23 18:44:41.000,13.0,37474.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,109279.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-08-11 15:17:42.000000,2024-07-24 14:28:18,965.0,4.0,833.0,91.0,217.0,124.0,682.0,4420.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",49.0,36,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,17433489.0,445864.0,435571.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10293.0,17433489.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +114,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-09-02 10:35:13.000000,2024-09-02 09:57:22,5337.0,12.0,275.0,78.0,796.0,21.0,125.0,2814.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,36,True,2024-09-02 10:35:13.000,9.1.0,238.0,thinc,conda-forge/thinc,,,87.0,9993159.0,52268.0,52135.0,https://pypi.org/project/thinc,2024-09-02 10:35:13.000,133.0,9934671.0,https://anaconda.org/conda-forge/thinc,2024-07-14 15:52:37.957,3041420.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +115,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-09-05 10:41:37.000000,2024-09-04 19:30:23,1903.0,93.0,388.0,30.0,1636.0,82.0,774.0,2069.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",246.0,36,True,2024-08-03 11:32:06.000,1.4.1,47.0,metrics,conda-forge/torchmetrics,,['pytorch'],5500.0,40932.0,29482.0,29480.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4212.0,https://anaconda.org/conda-forge/torchmetrics,2024-05-16 05:28:17.806,1536812.0,2.0,,,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +116,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-08-28 20:17:07.000000,2024-08-28 20:17:07,1559.0,13.0,391.0,47.0,1507.0,176.0,684.0,1581.0,Exploratory analysis of Bayesian models with Python.,161.0,36,True,2024-07-19 19:33:56.000,0.19.0,38.0,arviz,conda-forge/arviz,,,144.0,1520808.0,7701.0,7412.0,https://pypi.org/project/arviz,2024-07-19 19:33:56.000,289.0,1478550.0,https://anaconda.org/conda-forge/arviz,2024-07-20 08:30:56.752,2197336.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +117,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-09-05 14:00:06.000000,2024-09-05 14:00:06,10348.0,51.0,576.0,70.0,2476.0,281.0,1805.0,1159.0,Machine learning for NeuroImaging in Python.,241.0,36,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,['sklearn'],209.0,58624.0,3694.0,3404.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,290.0,52322.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,289683.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +118,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,,13413.0,1565.0,231.0,785.0,587.0,52792.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'],1297.0,124215.0,3238.0,3122.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,123671.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,25440.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +119,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,,4001.0,279.0,744.0,71.0,1024.0,33194.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,"['pytorch', 'tensorflow']",2855299.0,167512.0,1691.0,1640.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,51.0,99065.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,16254.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +120,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-07-26 12:51:31.000000,2024-07-22 08:17:18,2324.0,1.0,6351.0,428.0,1341.0,1271.0,3049.0,30108.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,427.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,['pytorch'],349.0,184716.0,3597.0,3480.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,182939.0,https://anaconda.org/conda-forge/fairseq,2024-05-17 03:12:57.351,88665.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +121,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,25829.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,,,,1665792.0,6768.0,6528.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,240.0,1663745.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,98297.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +122,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-08-30 18:31:04.000000,2024-08-27 10:39:25,8997.0,78.0,3021.0,273.0,1283.0,159.0,699.0,18755.0,Best Practices on Recommendation Systems.,135.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,553.0,31399.0,122.0,118.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,31392.0,,,,1.0,,,,,,,,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +123,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-09-05 15:21:49.000000,2024-09-04 16:05:56,3625.0,187.0,1819.0,132.0,3961.0,132.0,3376.0,16538.0,"LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",259.0,35,True,2024-09-04 14:04:33.000,2.5.0,100.0,haystack,,,,,5558.0,473.0,468.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5558.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +124,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-09-05 08:46:33.000000,2024-09-05 08:46:26,3867.0,45.0,986.0,135.0,180.0,109.0,1061.0,13520.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",100.0,35,True,2024-08-31 09:35:44.000,16.5.0,244.0,ocrmypdf,conda-forge/ocrmypdf,,,4884.0,126827.0,998.0,966.0,https://pypi.org/project/ocrmypdf,2024-08-31 09:35:10.000,32.0,124692.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,75716.0,1.0,,,,,,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,,, +125,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,4.0,1142.0,319.0,268.0,56.0,343.0,13065.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,89.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,1119506.0,4389.0,4191.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,198.0,1109031.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,502805.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +126,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,,5131.0,385.0,717.0,643.0,1362.0,12812.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,,,3920432.0,256332.0,1620.0,1430.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,190.0,216326.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,241565.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +127,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,,1020.0,133.0,232.0,360.0,274.0,8743.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,,,,5713922.0,67799.0,66468.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1331.0,5712280.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,113331.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +128,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-08-08 01:22:06.000000,2024-08-08 01:21:29,682.0,5.0,344.0,68.0,113.0,35.0,142.0,8328.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",27.0,35,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,4890277.0,46031.0,43991.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,4884639.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,264989.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +129,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-09-05 15:15:08.000000,2024-09-05 13:52:01,39401.0,516.0,882.0,150.0,10346.0,1036.0,5446.0,8223.0,cuDF - GPU DataFrame Library.,294.0,35,True,2024-08-14 22:39:42.000,24.08.02,53.0,cudf,,,,,2818.0,78.0,56.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,2818.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +130,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-09-05 13:07:33.000000,2024-09-04 16:06:58,21064.0,570.0,535.0,55.0,3260.0,519.0,1049.0,8057.0,"Visualize, create, and debug image and video datasets and model predictions.",132.0,35,True,2024-08-20 15:56:11.000,0.25.0,145.0,fiftyone,,,"['tensorflow', 'pytorch', 'jupyter']",,119206.0,697.0,677.0,https://pypi.org/project/fiftyone,2024-08-20 15:17:07.000,20.0,119206.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,2024-09-05 07:13:08.000000,2024-09-05 07:13:08,3234.0,121.0,773.0,78.0,3629.0,167.0,912.0,6952.0,"The easiest way to serve AI apps and models - Build reliable Inference APIs, LLM apps, Multi-model chains, RAG..",207.0,35,True,2024-08-23 11:45:30.000,1.3.3,158.0,bentoml,,,,1294.0,106975.0,2040.0,2014.0,https://pypi.org/project/bentoml,2024-08-23 11:45:30.000,26.0,106951.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +132,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-09-05 00:36:37.000000,2024-08-29 22:15:09,32510.0,49.0,1994.0,384.0,6865.0,2832.0,6655.0,6852.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",268.0,35,True,,,155.0,h2o,,,,,313236.0,67.0,21.0,https://pypi.org/project/h2o,2024-08-29 13:55:23.000,46.0,313236.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +133,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-05-28 15:38:50.650000,2024-05-28 14:28:56,865.0,,1275.0,142.0,500.0,44.0,561.0,6800.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,35,True,2024-05-28 15:13:16.000,0.12.3,37.0,imbalanced-learn,conda-forge/imbalanced-learn,,['sklearn'],,11765134.0,31875.0,31445.0,https://pypi.org/project/imbalanced-learn,2024-05-28 15:11:10.000,430.0,11753217.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-05-28 15:38:50.650,607777.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +134,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-09-04 15:53:54.000000,2024-09-03 13:23:23,30261.0,292.0,1590.0,183.0,2167.0,24.0,1610.0,5006.0,"mlpack: a fast, header-only C++ machine learning library.",321.0,35,True,2024-05-28 22:59:10.000,4.4.0,47.0,mlpack,conda-forge/mlpack,,,,8724.0,4.0,,https://pypi.org/project/mlpack,2024-07-25 00:43:07.000,4.0,4098.0,https://anaconda.org/conda-forge/mlpack,2024-05-29 13:49:41.651,235964.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +135,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-09-05 09:58:24.000000,2024-09-05 09:42:18,1719.0,17.0,610.0,60.0,1867.0,157.0,1265.0,4509.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,619.0,35,True,2024-08-13 12:47:02.000,0.5.1,1729.0,pytorch-ignite,pytorch/ignite,,['pytorch'],,170596.0,3256.0,3161.0,https://pypi.org/project/pytorch-ignite,2024-09-05 00:15:01.000,95.0,167988.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,195646.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +136,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-08-31 01:21:52.000000,2024-08-31 01:21:52,1174.0,22.0,624.0,122.0,918.0,345.0,1088.0,4316.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",176.0,35,True,2024-04-22 23:27:42.000,7.2,49.0,coremltools,conda-forge/coremltools,,,10949.0,905019.0,4157.0,4081.0,https://pypi.org/project/coremltools,2024-08-16 01:15:18.000,76.0,903440.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,68106.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +137,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-08-23 17:55:31.000000,2024-08-23 17:55:30,12168.0,28.0,1091.0,163.0,465.0,682.0,754.0,4233.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,35,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,['tensorflow'],,1534347.0,607.0,1.0,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,606.0,1531057.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,141506.0,1.0,,,,,,-3.0,,,,,,,,,,,,,,,,,,, +138,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-09-01 14:09:34.000000,2024-08-24 00:17:46,3856.0,72.0,835.0,59.0,1675.0,397.0,1262.0,4166.0,"Serve, optimize and scale PyTorch models in production.",211.0,35,True,2024-07-18 18:56:54.000,0.11.1,25.0,torchserve,pytorch/torchserve,,['pytorch'],6189.0,79734.0,733.0,711.0,https://pypi.org/project/torchserve,2024-07-18 17:19:00.000,22.0,52373.0,https://anaconda.org/pytorch/torchserve,2024-07-18 17:18:59.921,252285.0,2.0,pytorch/torchserve,https://hub.docker.com/r/pytorch/torchserve,2024-07-18 18:10:34.554819,28.0,1326644.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,2024-09-04 22:59:49.000000,2024-08-01 18:14:49,2387.0,17.0,210.0,63.0,144.0,90.0,584.0,3963.0,A Grammar of Graphics for Python.,111.0,35,True,2024-05-10 08:15:43.000,0.13.6,27.0,plotnine,conda-forge/plotnine,,,,2764406.0,8859.0,8554.0,https://pypi.org/project/plotnine,2024-05-09 20:44:49.000,305.0,2756670.0,https://anaconda.org/conda-forge/plotnine,2024-05-10 08:18:51.149,394578.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,2024-09-05 15:31:54.000000,2024-09-01 18:18:11,8568.0,38.0,707.0,98.0,13304.0,43.0,851.0,3801.0,State of the Art Natural Language Processing.,113.0,35,True,2024-08-29 12:23:33.000,5.4.2,146.0,spark-nlp,,,['spark'],,4029205.0,532.0,495.0,https://pypi.org/project/spark-nlp,2024-08-28 16:05:44.000,37.0,4029205.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +141,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-09-04 12:47:04.775000,2024-08-27 09:55:50,7396.0,11.0,618.0,115.0,1181.0,353.0,1115.0,3289.0,High-performance interactive 2D/3D data visualization library.,198.0,35,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,['jupyter'],,196048.0,1830.0,1657.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,170.0,183834.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,585915.0,2.0,,,,,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,8.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,2024-09-05 13:28:32.000000,2024-08-27 15:26:44,2313.0,4.0,641.0,73.0,2892.0,249.0,726.0,2476.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",227.0,35,True,2024-09-04 20:06:34.000,2.4.1,37.0,torchaudio,,,['pytorch'],,6218890.0,1263.0,,https://pypi.org/project/torchaudio,2024-09-04 19:15:37.000,1263.0,6218890.0,,,,1.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,2024-09-05 06:40:46.000000,2024-09-04 22:40:43,4378.0,75.0,1074.0,152.0,1258.0,71.0,681.0,1861.0,Documentation and samples for ArcGIS API for Python.,91.0,35,True,2024-07-09 18:02:58.000,2.3.1,49.0,arcgis,,,,12067.0,71658.0,858.0,818.0,https://pypi.org/project/arcgis,2024-07-09 17:29:35.000,40.0,71533.0,,,,2.0,esridocker/arcgis-api-python-notebook,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,,,,,,,,,,,,,,,,,,,, +144,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-09-05 06:54:28.000000,2024-09-05 06:54:23,889.0,10.0,335.0,42.0,1050.0,185.0,169.0,1220.0,Making text a first-class citizen in TensorFlow.,116.0,35,True,2024-07-15 22:42:38.000,2.17.0,71.0,tensorflow-text,,,['tensorflow'],,6408586.0,7496.0,7286.0,https://pypi.org/project/tensorflow-text,2024-07-15 22:26:08.000,210.0,6408586.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +145,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-09-05 15:50:28.000000,2024-09-05 15:50:28,1809.0,121.0,171.0,30.0,1746.0,90.0,189.0,1206.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,81.0,35,True,2024-08-13 15:40:01.000,2024.6.0,29.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,['sklearn'],,120809.0,11971.0,11922.0,https://pypi.org/project/scikit-learn-intelex,2024-08-07 15:13:02.000,49.0,112778.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-08-20 09:58:15.356,329271.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +146,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-09-04 08:35:41.569000,2024-08-30 12:40:09,1568.0,18.0,211.0,33.0,702.0,32.0,585.0,1039.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,8958110.0,34779.0,33112.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,1667.0,8789322.0,https://anaconda.org/conda-forge/pyproj,2024-09-04 08:35:41.569,8439424.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +147,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-09-04 03:52:24.000000,2024-09-03 08:37:16,3673.0,277.0,4296.0,384.0,4156.0,415.0,1257.0,38571.0,"Making large AI models cheaper, faster and more accessible.",193.0,34,True,2024-07-31 02:06:47.000,0.4.2,42.0,,,,,,,409.0,409.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,,3938.0,670.0,1678.0,149.0,1987.0,25019.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'],1176068.0,22810.0,470.0,446.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,6396.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3076.0,2.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-08-14 05:22:49.000000,2024-07-25 01:00:20,617.0,2.0,3090.0,314.0,258.0,416.0,594.0,23600.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,14060947.0,726898.0,8190.0,7985.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,205.0,451194.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +150,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,,4403.0,544.0,716.0,402.0,1282.0,14014.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,,,,,29222.0,5921.0,5903.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,29222.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +151,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,415.0,1684.0,13968.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,34,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,162010.0,760.0,713.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,162010.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +152,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-08-27 17:00:49.000000,2024-08-04 23:25:47,2485.0,11.0,983.0,201.0,2318.0,258.0,845.0,8490.0,Deep universal probabilistic programming with Python and PyTorch.,155.0,34,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,['pytorch'],,328251.0,186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,323718.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,190387.0,1.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-09-05 13:46:25.848000,2024-08-01 18:55:53,10421.0,6.0,1926.0,351.0,3428.0,130.0,1138.0,8456.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,,,,56411.0,40.0,,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,51889.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-09-05 13:46:25.848,212545.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +154,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-09-05 08:14:49.000000,2024-09-05 06:07:38,1027.0,82.0,751.0,284.0,1362.0,317.0,410.0,8008.0,"Build and manage real-life ML, AI, and data science projects with ease!.",93.0,34,True,2024-09-04 23:07:10.000,2.12.19,143.0,metaflow,conda-forge/metaflow,,,,716505.0,763.0,718.0,https://pypi.org/project/metaflow,2024-09-04 23:07:10.000,45.0,712366.0,https://anaconda.org/conda-forge/metaflow,2024-08-23 00:56:47.364,206985.0,2.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-08-18 00:48:19.000000,2024-08-18 00:48:18,1815.0,22.0,796.0,127.0,285.0,473.0,337.0,7338.0,Uniform Manifold Approximation and Projection.,134.0,34,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,1424940.0,959.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,958.0,1374141.0,https://anaconda.org/conda-forge/umap-learn,2024-08-14 17:32:09.484,2590751.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +156,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-07-25 01:34:14.000000,2024-07-24 12:37:14,1228.0,13.0,657.0,63.0,136.0,61.0,444.0,5937.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",42.0,34,True,2024-07-25 01:34:14.000,2.6.1,212.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,['pytorch'],,839541.0,1846.0,1796.0,https://pypi.org/project/pytorch-metric-learning,2024-07-25 01:34:14.000,50.0,839331.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11778.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +157,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-09-04 21:13:26.000000,2024-09-04 21:13:26,2420.0,51.0,642.0,96.0,268.0,477.0,561.0,5552.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",100.0,34,True,2024-08-27 19:48:22.000,1.16.4,169.0,clearml,,,,2762.0,314803.0,1299.0,1264.0,https://pypi.org/project/clearml,2024-08-27 19:47:15.000,35.0,314280.0,,,,2.0,allegroai/trains,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30243.0,,,,,,,,,,,,,,,,,,,, +158,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-09-05 07:21:42.000000,2024-08-29 20:55:31,12385.0,68.0,1144.0,101.0,1375.0,154.0,757.0,4741.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",138.0,34,True,2024-07-03 17:29:44.000,1.18.1,60.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,27508.0,597.0,577.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-07-03 17:21:24.000,20.0,26566.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-07-03 22:45:10.329,47101.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +159,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-09-03 22:59:59.000000,2024-09-03 22:57:39,1307.0,16.0,266.0,38.0,461.0,99.0,233.0,3841.0,Lightning fast forecasting with statistical and econometric models.,43.0,34,True,2024-07-17 21:37:08.000,1.7.6,34.0,statsforecast,conda-forge/statsforecast,,,,770487.0,1147.0,1090.0,https://pypi.org/project/statsforecast,2024-07-17 21:37:08.000,57.0,767508.0,https://anaconda.org/conda-forge/statsforecast,2024-07-18 06:07:43.894,89390.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +160,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-09-05 15:17:56.000000,2024-09-05 15:14:52,3353.0,289.0,351.0,29.0,3177.0,140.0,1970.0,3779.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,95.0,34,True,2024-09-05 15:11:08.000,2.1.0,100.0,rubrix,conda-forge/rubrix,,,,1752.0,2686.0,2686.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,687.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,35166.0,2.0,,,,,,,,argilla-io/argilla,,,,,,,,,,,,,,,,, +161,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-08-16 14:16:04.000000,2024-08-16 14:16:04,1353.0,45.0,316.0,60.0,244.0,66.0,444.0,3604.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,34,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,351045.0,895.0,865.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,331111.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1016641.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +162,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-09-05 12:54:08.000000,2024-09-05 02:02:04,1972.0,86.0,388.0,52.0,1719.0,65.0,457.0,3052.0,Bayesian optimization in PyTorch.,125.0,34,True,2024-07-22 21:09:12.000,0.11.3,46.0,botorch,conda-forge/botorch,,['pytorch'],,184626.0,1214.0,1131.0,https://pypi.org/project/botorch,2024-07-22 21:09:12.000,83.0,182144.0,https://anaconda.org/conda-forge/botorch,2024-07-23 15:58:22.505,121640.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +163,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-09-05 14:15:02.000000,2024-09-05 14:01:33,1087.0,45.0,423.0,56.0,1268.0,408.0,413.0,2438.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,118.0,34,True,2024-08-16 13:25:20.000,1.21.4,69.0,optimum,conda-forge/optimum,,,,891070.0,3439.0,3284.0,https://pypi.org/project/optimum,2024-08-16 13:22:26.000,155.0,890309.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,22086.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +164,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-09-05 07:29:00.000000,2024-09-05 02:02:04,3244.0,176.0,301.0,69.0,1986.0,54.0,712.0,2340.0,Adaptive Experimentation Platform.,174.0,34,True,2024-07-23 19:26:30.000,0.4.1,42.0,ax-platform,conda-forge/ax-platform,,['pytorch'],,94257.0,835.0,785.0,https://pypi.org/project/ax-platform,2024-07-23 19:26:30.000,50.0,93593.0,https://anaconda.org/conda-forge/ax-platform,2024-07-24 14:52:58.388,25927.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +165,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-09-05 15:27:40.000000,2024-09-05 14:24:45,4478.0,245.0,583.0,46.0,4905.0,310.0,1060.0,2257.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",184.0,34,True,2024-09-03 23:49:00.000,0.38.0,59.0,pennylane,conda-forge/pennylane,,,88.0,69711.0,107.0,,https://pypi.org/project/pennylane,2024-09-03 23:49:00.000,107.0,65924.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,128747.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +166,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-09-05 08:27:29.000000,2024-09-05 08:26:24,5272.0,81.0,541.0,19.0,1364.0,1109.0,682.0,2226.0,"This is the development home of the workflow management system Snakemake. For general information, see.",342.0,34,True,2024-09-05 08:23:46.000,8.19.3,352.0,snakemake,bioconda/snakemake,,,,108825.0,2290.0,2063.0,https://pypi.org/project/snakemake,2024-09-05 08:23:46.000,227.0,98062.0,https://anaconda.org/bioconda/snakemake,2024-08-21 12:22:56.372,1151746.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +167,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-09-04 19:31:25.000000,2024-09-04 19:30:08,5816.0,166.0,701.0,87.0,5995.0,245.0,857.0,2104.0,TFX is an end-to-end platform for deploying production ML pipelines.,189.0,34,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,['tensorflow'],,39139.0,1566.0,1549.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,39139.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +168,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,,208.0,32.0,47.0,13.0,166.0,1619.0,Simple Python interface for Graphviz.,23.0,34,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,13497770.0,74628.0,72074.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2554.0,13497224.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,48608.0,2.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,2024-09-03 20:55:53.000000,2024-09-03 20:55:53,3070.0,38.0,359.0,54.0,1185.0,312.0,968.0,1406.0,Cartopy - a cartographic python library with matplotlib support.,127.0,34,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,380924.0,6214.0,5537.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,677.0,304340.0,https://anaconda.org/conda-forge/cartopy,2024-05-16 22:28:29.744,3982400.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,2024-07-08 02:24:05.000000,2024-02-11 16:39:29,1856.0,,200.0,32.0,212.0,26.0,401.0,1389.0,The ctypes-based simple ImageMagick binding for Python.,104.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,49335.0,753695.0,19785.0,19533.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,252.0,751850.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,69638.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +171,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-09-04 13:45:48.000000,2024-09-04 13:45:43,2902.0,64.0,247.0,35.0,224.0,48.0,510.0,1283.0,Python interface for igraph.,75.0,34,False,2024-07-08 23:38:30.000,0.11.6,42.0,python-igraph,conda-forge/igraph,,,563830.0,204812.0,4484.0,4097.0,https://pypi.org/project/python-igraph,2024-07-08 23:38:30.000,387.0,186692.0,https://anaconda.org/conda-forge/igraph,2024-06-28 12:12:37.634,590874.0,1.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,2024-08-13 00:14:45.000000,2024-07-26 13:09:43,5902.0,40.0,257.0,37.0,823.0,134.0,405.0,645.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,34,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,621704.0,22281.0,21142.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1139.0,606753.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,762513.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,2024-08-26 11:04:11.128000,2024-08-22 17:00:16,1529.0,6.0,7384.0,386.0,681.0,519.0,3065.0,29902.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",272.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,['pytorch'],,7917.0,1994.0,1981.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,https://anaconda.org/conda-forge/detectron2,2024-08-26 11:04:11.128,395884.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +174,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-09-05 14:02:00.000000,2024-09-04 14:43:15,18617.0,231.0,4788.0,393.0,5311.0,170.0,3785.0,26165.0,The platform for building AI from enterprise data.,837.0,33,False,2024-09-03 13:15:40.000,24.9.1.0,482.0,mindsdb,,,['pytorch'],,10617.0,,,https://pypi.org/project/mindsdb,2024-09-03 13:16:52.000,,10617.0,,,,3.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,2024-09-05 14:18:34.000000,2024-09-05 13:06:25,5802.0,1163.0,2821.0,273.0,5581.0,103.0,603.0,26062.0,You like pytorch? You like micrograd? You love tinygrad!.,333.0,33,True,2024-08-13 23:19:48.000,0.9.2,8.0,,,,['pytorch'],,,93.0,93.0,,,,,,,,1.0,,,,,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +176,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-09-05 13:56:35.000000,2024-08-29 14:14:49,3228.0,433.0,1323.0,120.0,3547.0,280.0,974.0,19701.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",116.0,33,True,2024-08-29 16:32:22.000,1.11.3,81.0,,,,,135866.0,3313.0,114.0,114.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,2024-09-03 22:09:45.000000,2024-05-18 14:08:15,800.0,,4501.0,452.0,459.0,420.0,1729.0,18256.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,179.0,33,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,2741.0,342047.0,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,311641.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1245442.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +178,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2024-07-25 20:32:21.000000,2021-07-29 23:17:25,531.0,,1795.0,263.0,117.0,120.0,535.0,11496.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,,,,399317.0,6384.0,6186.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,198.0,396885.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,226215.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +179,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-08-21 07:05:41.000000,2024-08-21 07:05:41,3857.0,4.0,1185.0,193.0,2863.0,361.0,766.0,11078.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'],,2837.0,276.0,270.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2837.0,,,,3.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-09-03 22:35:30.000000,2023-12-09 05:39:53,576.0,,2311.0,217.0,247.0,125.0,417.0,10069.0,A little word cloud generator in Python.,72.0,33,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,1426760.0,545.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,524.0,1416171.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,529489.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +181,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-08-15 23:22:23.000000,2024-08-15 23:18:22,1171.0,16.0,1258.0,148.0,174.0,265.0,1327.0,8636.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,148.0,33,False,2024-06-27 11:32:25.000,0.7.7,18.0,pytorch3d,pytorch3d/pytorch3d,,['pytorch'],,13898.0,956.0,942.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,9749.0,https://anaconda.org/pytorch3d/pytorch3d,2024-06-27 11:25:52.604,240650.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +182,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-08-13 19:06:58.000000,2024-08-13 19:06:55,544.0,1.0,2389.0,281.0,159.0,325.0,318.0,8293.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",51.0,33,True,2024-05-05 04:42:09.000,3.10.4,59.0,SpeechRecognition,conda-forge/speechrecognition,,,,1056761.0,569.0,21.0,https://pypi.org/project/SpeechRecognition,2024-05-05 04:36:10.000,548.0,1052690.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,199491.0,2.0,,,,,,-3.0,,,,,,,,,,,,,,,,,,, +183,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-09-04 16:24:24.000000,2024-09-03 05:23:45,6065.0,70.0,1132.0,121.0,1696.0,98.0,690.0,8262.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",94.0,33,True,2024-09-03 06:53:38.000,3.0.3,130.0,perspective-python,conda-forge/perspective,,['jupyter'],3812.0,33451.0,169.0,139.0,https://pypi.org/project/perspective-python,2024-09-03 06:52:27.000,24.0,8090.0,https://anaconda.org/conda-forge/perspective,2024-08-24 00:07:23.633,1083760.0,2.0,,,,,,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-09-03 06:50:59.267,6.0,3839.0,,,,,,,,,,,, +184,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,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,7848.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,,,438.0,2856011.0,48323.0,47698.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2831822.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1209219.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,2024-08-20 18:16:26.000000,2024-07-23 07:44:51,373.0,13.0,1525.0,129.0,156.0,13.0,346.0,7777.0,A Python implementation of global optimization with gaussian processes.,47.0,33,True,2024-07-10 12:02:35.000,1.5.1,16.0,bayesian-optimization,,,,155.0,435015.0,3043.0,2899.0,https://pypi.org/project/bayesian-optimization,2024-07-10 12:02:35.000,144.0,435014.0,,,,1.0,,,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +186,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-09-05 09:04:27.000000,2024-09-04 18:51:00,2298.0,65.0,897.0,101.0,2575.0,345.0,1077.0,7626.0,Fast and Accurate ML in 3 Lines of Code.,125.0,33,True,2024-06-14 20:30:21.000,1.1.1,1596.0,autogluon,conda-forge/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",,87778.0,827.0,802.0,https://pypi.org/project/autogluon,2024-09-05 09:04:27.000,25.0,86734.0,https://anaconda.org/conda-forge/autogluon,2024-06-18 07:07:41.213,17733.0,1.0,autogluon/autogluon,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,9816.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-08-05 23:12:38.000000,2024-03-13 19:58:20,1220.0,,1045.0,122.0,276.0,174.0,495.0,7188.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,2291978.0,17101.0,16658.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,443.0,2281082.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,784556.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +188,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-09-02 17:04:17.000000,2024-06-21 13:43:40,1379.0,7.0,869.0,155.0,1730.0,149.0,865.0,7182.0,An open source python library for automated feature engineering.,72.0,33,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,62695.0,1822.0,1748.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,58712.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,203139.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +189,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-08-19 10:49:43.000000,2024-08-19 10:49:35,3281.0,7.0,954.0,137.0,661.0,54.0,1155.0,6984.0,Python library for audio and music analysis.,123.0,33,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,2717172.0,1330.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1330.0,2701096.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,803833.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +190,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-09-05 01:46:07.000000,2024-09-05 01:10:22,3346.0,181.0,726.0,144.0,123.0,103.0,341.0,6199.0,Fit interpretable models. Explain blackbox machine learning.,46.0,33,True,2024-08-07 19:03:09.000,0.6.3,51.0,interpret,,,['jupyter'],,87779.0,782.0,733.0,https://pypi.org/project/interpret,2024-08-07 19:03:09.000,49.0,87779.0,,,,1.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,286.0,6588.0,12.0,2032.0,5884.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,,,,47307.0,3360.0,3302.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,46961.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,19061.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +192,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,,1118.0,191.0,238.0,277.0,285.0,5751.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,,,,208297.0,5398.0,5153.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,245.0,199155.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,429717.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +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,2024-08-30 15:18:25.000000,2024-08-22 17:38:55,1117.0,25.0,482.0,265.0,799.0,230.0,338.0,4792.0,Model interpretability and understanding for PyTorch.,116.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,['pytorch'],,255610.0,2442.0,2316.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,253839.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,58453.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-08-14 15:31:25.000000,2023-11-23 21:41:49,1136.0,,644.0,89.0,271.0,41.0,252.0,4429.0,Geocoding library for Python.,133.0,33,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,75.0,5803222.0,874.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,874.0,5775135.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1432450.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +195,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-09-03 22:54:33.000000,2024-08-06 01:28:54,637.0,16.0,119.0,75.0,75.0,13.0,129.0,3753.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",19.0,33,True,2024-08-06 01:36:27.000,6.2.3,53.0,ftfy,conda-forge/ftfy,,,6.0,5372067.0,22922.0,22370.0,https://pypi.org/project/ftfy,2024-08-06 01:30:44.000,552.0,5365291.0,https://anaconda.org/conda-forge/ftfy,2024-08-06 18:05:02.848,298158.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +196,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-09-05 11:34:49.000000,2024-08-14 20:32:21,1311.0,2.0,813.0,308.0,1470.0,331.0,518.0,3493.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'],,1048153.0,285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,1048153.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +197,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-08-18 13:16:01.000000,2024-08-08 09:18:37,1519.0,7.0,363.0,90.0,763.0,136.0,448.0,3295.0,Quickly and accurately render even the largest data.,56.0,33,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,134895.0,4869.0,4676.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,193.0,113912.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1091154.0,2.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,2024-08-15 21:14:21.000000,2024-08-15 21:14:21,1029.0,22.0,492.0,56.0,145.0,358.0,170.0,2761.0,A high performance implementation of HDBSCAN clustering.,92.0,33,True,2024-08-05 22:10:29.000,release-0.8.38-1,54.0,hdbscan,conda-forge/hdbscan,,['sklearn'],,620044.0,4295.0,3966.0,https://pypi.org/project/hdbscan,2024-08-05 22:21:39.000,329.0,575151.0,https://anaconda.org/conda-forge/hdbscan,2024-08-14 05:14:15.129,2109979.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,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,2738.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,,,,827580.0,6811.0,6445.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,366.0,812468.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,740514.0,1.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-09-04 20:35:55.000000,2024-09-04 20:35:48,2982.0,25.0,698.0,74.0,893.0,293.0,632.0,2696.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",127.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,499.0,74021.0,1194.0,1142.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,52.0,74012.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,2024-07-30 20:34:59.057000,2024-07-28 08:14:03,562.0,9.0,157.0,42.0,80.0,7.0,130.0,2037.0,a python library for doing approximate and phonetic matching of strings.,32.0,33,True,2024-07-28 08:19:05.000,1.1.0,44.0,jellyfish,conda-forge/jellyfish,,,,5445651.0,10523.0,10258.0,https://pypi.org/project/jellyfish,2024-07-28 08:19:05.000,265.0,5426320.0,https://anaconda.org/conda-forge/jellyfish,2024-07-30 20:34:59.057,985899.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-09-03 03:38:51.615000,2024-09-02 05:23:34,3744.0,29.0,190.0,49.0,1382.0,133.0,728.0,1993.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-05-28 05:22:14.000,0.16.1,61.0,pythran,conda-forge/pythran,,,,210331.0,2576.0,2557.0,https://pypi.org/project/pythran,2024-05-28 05:22:14.000,19.0,196371.0,https://anaconda.org/conda-forge/pythran,2024-09-03 03:38:51.615,670089.0,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran,,,,,, +203,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-08-17 22:59:08.823000,2024-07-30 13:52:24,1606.0,12.0,285.0,56.0,141.0,83.0,190.0,1816.0,"CUDA integration for Python, plus shiny features.",82.0,33,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,62182.0,3233.0,3077.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,156.0,49585.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,529087.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +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-08-15 14:54:51.000000,2024-08-15 14:54:50,1948.0,56.0,288.0,45.0,284.0,58.0,212.0,1536.0,TensorLy: Tensor Learning in Python.,68.0,33,True,2024-06-09 17:29:20.000,0.8.2,20.0,tensorly,conda-forge/tensorly,,,,78491.0,826.0,734.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,92.0,70670.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,367622.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +205,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-08-21 06:38:39.000000,2024-07-22 07:57:37,1193.0,7.0,363.0,67.0,616.0,292.0,358.0,1482.0,A Jupyter - Leaflet.js bridge.,90.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,['jupyter'],,288659.0,11057.0,10776.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,272.0,258297.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1241059.0,2.0,,,,,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,6496.0,,,,,,,,,,,, +206,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,2.0,155.0,40.0,133.0,4.0,644.0,1169.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,33,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,9935088.0,3729.0,3680.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,9929442.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,225876.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +207,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-08-01 09:45:41.000000,2024-05-30 14:50:18,14882.0,,506.0,50.0,2299.0,403.0,962.0,745.0,Workflows and interfaces for neuroimaging packages.,256.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,188208.0,5011.0,4864.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,147.0,174437.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,674782.0,2.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,1008.0,1869.0,363.0,658.0,17473.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,,,,2656.0,1017.0,1007.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2479.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,8543.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,,3461.0,465.0,671.0,590.0,672.0,15290.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'],,6734.0,1521.0,1507.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,6734.0,,,,2.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,,1135.0,338.0,1683.0,523.0,1294.0,11191.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,,,,10421.0,16235.0,379.0,374.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,16107.0,,,,3.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,,2095.0,283.0,3401.0,51.0,1494.0,10463.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'],,3715.0,257.0,252.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,3715.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,2024-07-30 21:21:24.000000,2024-04-08 20:21:10,864.0,,1289.0,423.0,88.0,32.0,161.0,9746.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,['tensorflow'],,17646.0,1351.0,1332.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,17078.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,32999.0,3.0,,,,,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +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,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1559.0,287.0,434.0,293.0,639.0,9652.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'],,47953.0,2972.0,2934.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,42712.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,267314.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +214,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-09-04 16:32:20.000000,2024-09-04 16:32:12,1733.0,80.0,711.0,89.0,795.0,121.0,270.0,9364.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",50.0,32,False,2024-06-25 23:18:36.000,2.6.6,31.0,cleanlab,conda-forge/cleanlab,,,,23896.0,389.0,371.0,https://pypi.org/project/cleanlab,2024-06-25 23:18:36.000,18.0,23193.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,28826.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +215,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-08-31 00:08:42.000000,2024-08-23 06:11:11,2922.0,6.0,1664.0,90.0,1674.0,228.0,1872.0,8537.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",126.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,['paddle'],,1691.0,1273.0,1266.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1691.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-08-04 02:13:02.666000,2024-08-03 20:47:58,560.0,6.0,1206.0,169.0,436.0,68.0,474.0,8345.0,Automatic extraction of relevant features from time series:.,96.0,32,True,2024-08-03 20:51:43.000,0.20.3,32.0,tsfresh,conda-forge/tsfresh,,['sklearn'],,310733.0,113.0,21.0,https://pypi.org/project/tsfresh,2024-08-03 20:51:43.000,92.0,284114.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1384223.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +217,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-09-04 21:50:46.000000,2024-04-20 16:29:42,4447.0,,884.0,141.0,496.0,97.0,793.0,7203.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,32,True,2024-04-20 18:58:25.000,1.8.2,25.0,stanza,stanfordnlp/stanza,,,,425715.0,3222.0,3048.0,https://pypi.org/project/stanza,2024-04-20 18:57:48.000,174.0,425569.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7896.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,4.0,2243.0,176.0,1152.0,27.0,1429.0,6701.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'],,8393.0,311.0,288.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,8393.0,,,,2.0,,,,,,-3.0,,,,,,,,,,,,,,,,,,, +219,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-09-05 09:06:07.000000,2024-09-05 09:06:07,3426.0,486.0,1238.0,246.0,9488.0,954.0,1576.0,6449.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, Phi, MiniCPM,..",108.0,32,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,626.0,4199.0,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,4192.0,,,,2.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,, +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,,1813.0,196.0,206.0,13.0,1343.0,6296.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'],177.0,13870.0,1608.0,1590.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,13546.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11281.0,3.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-09-04 21:56:50.000000,2024-09-04 21:45:33,194.0,16.0,1072.0,198.0,138.0,153.0,327.0,6116.0,Official Kaggle API.,46.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,203033.0,223.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,202.0,199351.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,176764.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-08-16 02:36:10.000000,2024-05-08 23:39:06,618.0,,714.0,110.0,192.0,18.0,348.0,5753.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,,,,3090860.0,941.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,941.0,3078423.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,621879.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,2024-09-04 20:02:13.000000,2024-08-29 12:26:27,2209.0,26.0,315.0,43.0,2177.0,363.0,664.0,5121.0,Aim An easy-to-use & supercharged open-source experiment tracker.,76.0,32,True,2024-08-14 09:46:54.000,3.24.0,1105.0,aim,conda-forge/aim,,,,96759.0,698.0,660.0,https://pypi.org/project/aim,2024-09-02 20:08:21.000,38.0,94868.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,71862.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +224,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-07-02 00:51:45.000000,2024-07-02 00:51:45,1646.0,1.0,855.0,115.0,528.0,146.0,342.0,4857.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,107.0,32,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,['sklearn'],,604684.0,15021.0,14848.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,173.0,598279.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,320255.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +225,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-08-15 14:31:34.000000,2024-08-15 14:20:30,3331.0,28.0,548.0,120.0,379.0,72.0,743.0,4082.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,32,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,77683.0,352.0,333.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,75574.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,69628.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-08-08 15:36:05.000000,2024-08-08 15:36:05,1297.0,2.0,2506.0,1954.0,535.0,390.0,1076.0,4062.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,104.0,azureml-sdk,,,,634.0,491873.0,31.0,,https://pypi.org/project/azureml-sdk,2024-08-05 21:53:53.000,31.0,491865.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-09-05 03:23:42.000000,2024-09-05 03:23:42,3891.0,33.0,552.0,58.0,909.0,363.0,977.0,3517.0,A highly efficient implementation of Gaussian Processes in PyTorch.,135.0,32,True,2024-06-27 15:53:07.000,1.12,39.0,gpytorch,conda-forge/gpytorch,,['pytorch'],,244066.0,2476.0,2307.0,https://pypi.org/project/gpytorch,2024-06-27 15:58:50.000,169.0,240733.0,https://anaconda.org/conda-forge/gpytorch,2024-06-28 20:37:43.289,173359.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-06-06 21:49:17.000000,2024-06-06 21:49:15,1186.0,,1666.0,152.0,210.0,13.0,692.0,3462.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'],,1914394.0,298.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,298.0,1912276.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,103822.0,2.0,,,,,,-3.0,,,,,,,,,,,,,,,,,,, +229,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,,273.0,45.0,828.0,102.0,285.0,3134.0,PyTorch extensions for high performance and large scale training.,75.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,['pytorch'],,510370.0,6292.0,6139.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,502054.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,282767.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +230,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-09-04 13:56:55.000000,2024-08-20 08:04:50,1245.0,61.0,245.0,29.0,1093.0,89.0,486.0,2913.0,A python library for self-supervised learning on images.,42.0,32,True,2024-08-20 10:04:51.000,1.5.12,126.0,lightly,,,['pytorch'],,32177.0,320.0,306.0,https://pypi.org/project/lightly,2024-08-20 10:05:59.000,14.0,32177.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +231,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-06-27 16:03:16.815000,2024-06-26 15:35:26,2300.0,7.0,551.0,69.0,483.0,260.0,710.0,2340.0,Survival analysis in Python.,118.0,32,True,2024-06-26 15:36:45.000,0.29.0,171.0,lifelines,conda-forge/lifelines,,,,745554.0,2992.0,2852.0,https://pypi.org/project/lifelines,2024-06-26 15:36:45.000,140.0,738598.0,https://anaconda.org/conda-forge/lifelines,2024-06-27 16:03:16.815,361747.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +232,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,1688.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'],,925066.0,363.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,363.0,925066.0,,,,2.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,2024-08-29 18:19:04.000000,2024-08-29 18:13:19,728.0,14.0,331.0,46.0,381.0,72.0,225.0,1668.0,Training PyTorch models with differential privacy.,81.0,32,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,['pytorch'],116.0,260323.0,894.0,858.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,259801.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,16658.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +234,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,51.0,158.0,114.0,218.0,1617.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,743362.0,11307.0,11102.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,205.0,741726.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,148945.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,geocoder, +235,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-08-19 19:12:04.000000,2024-02-23 02:45:37,1079.0,,231.0,34.0,254.0,62.0,272.0,1572.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,,,,2252557.0,9287.0,9134.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2227875.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1160080.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +236,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-07-31 17:39:21.000000,2024-07-31 17:39:21,4358.0,131.0,303.0,79.0,669.0,17.0,634.0,1309.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,32,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,49983.0,1679.0,1630.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,38579.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,570233.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +237,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-08-30 16:16:32.000000,2024-08-30 16:16:31,3374.0,29.0,239.0,49.0,404.0,74.0,277.0,1052.0,"OpenCL integration for Python, plus shiny features.",96.0,32,True,2024-06-25 02:02:14.000,2024.2.7,102.0,pyopencl,conda-forge/pyopencl,,,,82675.0,2189.0,2017.0,https://pypi.org/project/pyopencl,2024-06-25 02:02:14.000,172.0,58208.0,https://anaconda.org/conda-forge/pyopencl,2024-06-26 04:14:07.618,1247842.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +238,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-09-04 15:14:53.000000,2024-09-04 15:14:51,13939.0,294.0,290.0,34.0,1846.0,482.0,659.0,1048.0,Python package for earth-observing satellite data processing.,160.0,32,False,2024-08-15 13:27:18.000,0.51.0,96.0,satpy,conda-forge/satpy,,,,12195.0,167.0,139.0,https://pypi.org/project/satpy,2024-08-15 13:27:18.000,28.0,7947.0,https://anaconda.org/conda-forge/satpy,2024-08-15 19:19:25.115,216695.0,3.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,2024-08-29 15:51:12.000000,2024-08-29 15:51:12,11555.0,51.0,241.0,57.0,12256.0,239.0,2210.0,965.0,Cloud-native genomic dataframes and batch computing.,95.0,32,True,2024-08-12 18:22:08.000,0.2.130.post1,154.0,hail,,,['spark'],,204253.0,174.0,140.0,https://pypi.org/project/hail,2024-08-08 16:40:33.000,34.0,204253.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,2024-09-05 13:31:30.000000,2024-09-05 13:31:30,14374.0,304.0,434.0,54.0,2208.0,191.0,799.0,699.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",163.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,40639.0,1329.0,1207.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,122.0,30275.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,497504.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +241,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-08-31 11:24:45.000000,2024-08-31 11:15:33,17267.0,65.0,111.0,28.0,3610.0,528.0,3407.0,522.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,,,,33415.0,511.0,416.0,https://pypi.org/project/datalad,2024-08-08 02:59:23.000,95.0,21819.0,https://anaconda.org/conda-forge/datalad,2024-08-08 08:36:45.951,591438.0,2.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-08-04 12:17:57.000000,2023-07-13 08:50:20,531.0,,2796.0,385.0,122.0,239.0,561.0,25593.0,Deezer source separation library including pretrained models.,19.0,31,False,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,['tensorflow'],3378448.0,76978.0,783.0,771.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,18147.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,91078.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +243,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-08-28 19:22:10.000000,2024-08-28 19:21:31,321.0,14.0,2941.0,146.0,54.0,132.0,139.0,19523.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,31,True,2024-08-28 19:22:10.000,1.7.12,202.0,vit-pytorch,,,['pytorch'],,18371.0,536.0,523.0,https://pypi.org/project/vit-pytorch,2024-08-28 19:22:10.000,13.0,18371.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +244,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,1.0,3735.0,754.0,1140.0,413.0,589.0,19076.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'],,4242.0,532.0,527.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,4242.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +245,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-03 10:18:37.000000,2024-08-30 09:01:55,1994.0,16.0,2583.0,295.0,937.0,238.0,690.0,15130.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,31,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,['pytorch'],676.0,1940.0,22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,1926.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +246,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,2.0,2074.0,182.0,1006.0,574.0,726.0,12664.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'],748.0,5698.0,1714.0,1707.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5687.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +247,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,457.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'],,5353.0,5007.0,4993.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,5353.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +248,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,,878.0,259.0,148.0,107.0,104.0,9206.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,,,,7888163.0,1192.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1171.0,7882501.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,554888.0,2.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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,,1399.0,302.0,894.0,142.0,759.0,9109.0,AutoML library for deep learning.,143.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,['tensorflow'],18712.0,48635.0,741.0,728.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,48407.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +250,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,287.0,98.0,311.0,446.0,8549.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,937470.0,18226.0,1677.0,1658.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,5897.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,7787.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +251,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-08-30 11:22:48.000000,2024-08-30 11:22:47,1185.0,11.0,1375.0,101.0,656.0,722.0,526.0,8285.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'],,6374.0,2680.0,2680.0,,,,,https://anaconda.org/conda-forge/nvidia-apex,2024-05-17 03:07:31.985,299613.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +252,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-09-03 14:08:17.000000,2023-04-18 11:08:13,2759.0,,1269.0,215.0,719.0,196.0,829.0,7534.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'],59.0,13691.0,634.0,600.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,13084.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,24920.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-08-12 17:22:54.000000,2024-08-12 17:08:04,2710.0,2.0,1140.0,208.0,1051.0,24.0,615.0,6646.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'],,10217.0,409.0,405.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,10217.0,,,,2.0,,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +254,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-09-03 12:07:36.000000,2024-05-30 14:31:49,1091.0,,385.0,81.0,538.0,62.0,457.0,5758.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']",,160247.0,1459.0,1374.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,143885.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,785413.0,3.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-05-29 15:01:39.000000,2023-10-19 19:24:51,248.0,,910.0,125.0,38.0,74.0,147.0,5452.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,['pytorch'],,823505.0,3865.0,3765.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,100.0,823175.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,17187.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +256,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-09-04 06:56:44.000000,2024-09-04 06:53:27,3906.0,31.0,537.0,81.0,602.0,114.0,494.0,4980.0,Online machine learning in Python.,118.0,31,True,2024-07-09 19:24:30.000,0.21.2,22.0,river,conda-forge/river,,,,41668.0,602.0,549.0,https://pypi.org/project/river,2024-07-09 19:24:30.000,53.0,39812.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,76097.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,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,4524.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,,,,1294592.0,45933.0,45505.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,428.0,1290853.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,186951.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +258,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,1.0,619.0,64.0,223.0,223.0,162.0,4247.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,,,,862544.0,7033.0,6899.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,857596.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,222693.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +259,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,,863.0,149.0,131.0,136.0,104.0,4233.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,160562.0,4081.0,3978.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,103.0,159891.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,28880.0,1.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-08-26 09:23:15.000000,2024-08-26 09:20:38,1348.0,4.0,380.0,68.0,371.0,102.0,460.0,4207.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,31,True,2024-08-26 09:23:15.000,0.8.6,30.0,sacred,conda-forge/sacred,,,,30972.0,3218.0,3158.0,https://pypi.org/project/sacred,2024-08-26 09:23:15.000,60.0,30786.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,6343.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,2024-09-05 14:47:53.000000,2024-09-04 15:02:56,15522.0,68.0,525.0,72.0,3599.0,888.0,1600.0,4139.0,cuML - RAPIDS Machine Learning Library.,177.0,31,True,2024-08-08 02:09:42.000,24.08.00,41.0,cuml,,,,,2782.0,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,2782.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +262,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-09-03 16:41:09.000000,2024-08-28 11:41:45,1101.0,9.0,352.0,58.0,1365.0,133.0,175.0,3924.0,A Python toolbox for performing gradient-free optimization.,56.0,31,True,2024-08-16 08:31:34.000,1.0.4,49.0,nevergrad,conda-forge/nevergrad,,,,148444.0,799.0,741.0,https://pypi.org/project/nevergrad,2024-08-16 08:31:34.000,58.0,147423.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,53101.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,184.0,737.0,277.0,669.0,3416.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,16929.0,248386.0,281.0,263.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,248208.0,,,,3.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,,616.0,76.0,78.0,73.0,162.0,3278.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,,,,1773263.0,7033.0,6917.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,116.0,1770325.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,255648.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +265,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-09-05 08:13:29.000000,2024-09-04 19:50:53,8153.0,328.0,347.0,83.0,9500.0,108.0,345.0,2980.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",118.0,31,True,2024-08-23 21:25:59.000,0.36.0,584.0,determined,,https://docs.determined.ai,"['pytorch', 'tensorflow']",9621.0,30118.0,4.0,,https://pypi.org/project/determined,2024-08-23 21:49:24.000,4.0,29918.0,,,,3.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,2024-09-04 18:46:25.000000,2024-09-02 16:21:25,1179.0,30.0,332.0,35.0,519.0,111.0,423.0,2913.0,Scalable and user friendly neural forecasting algorithms.,48.0,31,True,2024-07-30 18:29:38.000,1.7.4,25.0,neuralforecast,conda-forge/neuralforecast,,,,39647.0,211.0,195.0,https://pypi.org/project/neuralforecast,2024-07-30 18:29:38.000,16.0,38936.0,https://anaconda.org/conda-forge/neuralforecast,2024-07-31 00:28:02.817,21346.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +267,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-09-01 16:40:50.000000,2024-08-06 16:26:17,551.0,30.0,412.0,88.0,115.0,77.0,264.0,2163.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,,,,8205.0,1631.0,1621.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,7213.0,https://anaconda.org/conda-forge/bt,2024-08-06 16:21:23.081,40675.0,1.0,,,,,,4.0,,,,,,,,,,,,,,,,,,, +268,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-08-14 10:44:50.000000,2024-06-10 10:21:50,944.0,1.0,243.0,47.0,335.0,206.0,134.0,1948.0,Evaluate: A library for easily evaluating machine learning models and datasets.,128.0,31,True,2024-04-30 09:45:36.000,0.4.2,15.0,evaluate,,,,,2226920.0,12436.0,12040.0,https://pypi.org/project/evaluate,2024-04-30 09:44:17.000,396.0,2226920.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +269,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-09-04 23:29:53.000000,2024-09-04 20:43:41,4285.0,167.0,49.0,171.0,565.0,138.0,451.0,1540.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,31,True,2024-08-21 16:52:52.000,4.4.1,78.0,lets-plot,,,,931.0,18874.0,132.0,119.0,https://pypi.org/project/lets-plot,2024-08-21 16:33:28.000,13.0,18858.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +270,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-09-03 12:01:44.000000,2024-08-20 20:52:54,1593.0,31.0,165.0,18.0,830.0,111.0,450.0,1341.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,108.0,31,True,2024-08-09 10:45:17.000,0.28.1,62.0,pyjanitor,conda-forge/pyjanitor,,,,86801.0,702.0,673.0,https://pypi.org/project/pyjanitor,2024-08-09 10:45:12.000,29.0,82782.0,https://anaconda.org/conda-forge/pyjanitor,2024-08-09 15:37:31.887,208995.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +271,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-08-29 09:42:50.000000,2024-07-27 04:51:19,1133.0,4.0,245.0,48.0,533.0,31.0,185.0,1315.0,ARCH models in Python.,35.0,31,False,2024-04-16 17:35:41.000,7.0.0,47.0,arch,conda-forge/arch-py,,,,503094.0,1978.0,1874.0,https://pypi.org/project/arch,2024-04-16 17:35:41.000,104.0,495604.0,https://anaconda.org/conda-forge/arch-py,2024-05-17 19:52:40.969,382035.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +272,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-08-18 09:36:59.000000,2024-08-18 09:36:04,1138.0,27.0,211.0,23.0,148.0,25.0,198.0,1111.0,Survival analysis built on top of scikit-learn.,21.0,31,False,2024-06-30 09:36:26.000,0.23.0,29.0,scikit-survival,conda-forge/scikit-survival,,['sklearn'],,111751.0,609.0,576.0,https://pypi.org/project/scikit-survival,2024-06-30 09:36:26.000,33.0,107695.0,https://anaconda.org/conda-forge/scikit-survival,2024-06-30 11:16:56.800,137930.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +273,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-08-30 00:04:01.000000,2024-08-29 05:54:49,704.0,19.0,104.0,25.0,567.0,358.0,438.0,1067.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",47.0,31,True,2024-05-07 03:58:11.000,0.10.0,71.0,hvplot,conda-forge/hvplot,,,,245729.0,5883.0,5697.0,https://pypi.org/project/hvplot,2024-07-23 13:19:56.000,186.0,233404.0,https://anaconda.org/conda-forge/hvplot,2024-05-07 04:39:01.018,628581.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +274,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-09-04 08:05:36.172000,2024-08-31 14:58:16,3183.0,44.0,118.0,17.0,305.0,6.0,164.0,784.0,Python bindings for MPI.,27.0,31,True,2024-07-28 09:41:14.000,4.0.0,29.0,mpi4py,conda-forge/mpi4py,,,26290.0,955633.0,728.0,,https://pypi.org/project/mpi4py,2024-07-28 09:41:14.000,728.0,894177.0,https://anaconda.org/conda-forge/mpi4py,2024-09-04 08:05:36.172,2863772.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +275,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-09-05 13:34:50.000000,2024-08-27 04:32:10,172141.0,2156.0,93.0,51.0,2270.0,90.0,286.0,685.0,TensorFlow ROCm port.,4682.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,['tensorflow'],23.0,3440.0,9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,3440.0,,,,3.0,,,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,, +276,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-07-27 07:23:34.000000,2024-07-25 15:02:21,587.0,17.0,38.0,11.0,75.0,10.0,26.0,216.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,31,False,2024-07-27 07:23:34.000,1.0.0,48.0,blis,conda-forge/cython-blis,,,55.0,10275552.0,48104.0,48004.0,https://pypi.org/project/blis,2024-07-27 07:23:34.000,100.0,10228547.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2256242.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +277,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-09-04 00:44:02.000000,2024-09-04 00:43:59,2959.0,23.0,2322.0,201.0,467.0,243.0,475.0,9606.0,FinRL: Financial Reinforcement Learning.,116.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,932.0,45.0,45.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,932.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +278,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-09-02 09:48:22.000000,2024-09-02 09:48:19,1237.0,33.0,847.0,59.0,1005.0,256.0,1291.0,7883.0,A python library for user-friendly forecasting and anomaly detection on time series.,124.0,30,True,2024-06-19 16:52:35.000,0.30.0,43.0,u8darts,conda-forge/u8darts-all,,,,54769.0,10.0,,https://pypi.org/project/u8darts,2024-06-19 16:52:35.000,10.0,53285.0,https://anaconda.org/conda-forge/u8darts-all,2024-06-21 14:16:42.811,56105.0,2.0,unit8/darts,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,629.0,,,,,,,,,,,,,,,,,,,, +279,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,294.0,161.0,267.0,5606.0,Portfolio and risk analytics in Python.,60.0,30,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,6769.0,1081.0,1067.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,6595.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13784.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +280,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,1.0,1001.0,105.0,242.0,107.0,474.0,5190.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'],,127922.0,4231.0,4120.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,111.0,127305.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,21625.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +281,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-09-05 15:41:25.000000,2024-09-05 15:41:25,810.0,14.0,394.0,76.0,296.0,62.0,526.0,4693.0,Visualizer for pandas data structures.,30.0,30,True,2024-07-01 21:22:49.000,3.13.1,184.0,dtale,conda-forge/dtale,,"['pandas', 'jupyter']",,44465.0,1242.0,1199.0,https://pypi.org/project/dtale,2024-06-28 19:21:46.000,43.0,38206.0,https://anaconda.org/conda-forge/dtale,2024-06-28 19:50:28.028,325508.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +282,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,45.0,51.0,28.0,97.0,3998.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,,,,580721.0,6054.0,5905.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,149.0,574377.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,291851.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +283,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-09-05 11:02:25.000000,2024-09-05 11:02:25,1885.0,94.0,608.0,41.0,884.0,500.0,292.0,3848.0,Time series forecasting with PyTorch.,50.0,30,True,2023-04-10 19:57:38.490,1.0.0,34.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,63446.0,20.0,,https://pypi.org/project/pytorch-forecasting,2023-04-10 19:57:38.490,20.0,62138.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,62792.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +284,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-08-30 16:06:25.000000,2024-08-30 16:04:57,1227.0,15.0,496.0,64.0,748.0,,545.0,3671.0,On-device wake word detection powered by deep learning.,38.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,10448.0,66.0,33.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,33.0,10448.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +285,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,77.0,230.0,89.0,406.0,3522.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,1236.0,226782.0,1471.0,1442.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,209645.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,820764.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +286,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-07-09 22:20:22.000000,2024-06-23 04:04:02,1559.0,2.0,447.0,93.0,126.0,91.0,348.0,3371.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,48.0,30,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,184645.0,1263.0,1200.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,181668.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,139936.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +287,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-09-03 08:03:11.000000,2024-09-03 08:03:10,413.0,7.0,248.0,64.0,55.0,9.0,,3349.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,,,1022.0,856034.0,7077.0,6978.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,842735.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,611217.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +288,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-07-11 06:05:21.000000,2024-07-11 06:02:00,993.0,9.0,590.0,95.0,338.0,21.0,758.0,3341.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,30,True,2024-07-11 06:11:27.000,1.1.0,76.0,pomegranate,conda-forge/pomegranate,,,,16461.0,1207.0,1148.0,https://pypi.org/project/pomegranate,2024-07-11 06:05:21.000,59.0,13215.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,168832.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +289,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,28.0,252.0,62.0,121.0,6.0,288.0,3324.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,30,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,1559.0,21886.0,614.0,599.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,21863.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +290,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-06-20 07:03:41.000000,2024-06-20 07:03:30,339.0,4.0,328.0,66.0,76.0,15.0,123.0,3112.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,1359050.0,14270.0,14034.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,236.0,1354887.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,391335.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +291,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,2.0,336.0,59.0,194.0,135.0,196.0,2879.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'],,407474.0,1485.0,1406.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,380067.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1397799.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +292,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-08-30 13:27:59.000000,2024-08-30 13:27:55,984.0,4.0,232.0,38.0,541.0,75.0,175.0,2859.0,JAX-based neural network library.,82.0,30,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,196798.0,2209.0,2042.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,167.0,196310.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,20988.0,3.0,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +293,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,1.0,392.0,64.0,496.0,218.0,273.0,2846.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'],,327491.0,4413.0,4298.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,326455.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,38337.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +294,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-04-09 11:39:30.000000,2024-04-09 11:39:30,957.0,,393.0,38.0,150.0,46.0,244.0,2396.0,A library of sklearn compatible categorical variable encoders.,70.0,30,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,['sklearn'],,1285177.0,2323.0,2059.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,264.0,1277234.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,278010.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +295,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-08-09 06:42:16.000000,2024-08-03 19:13:40,1565.0,62.0,206.0,50.0,265.0,171.0,161.0,2113.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",44.0,30,True,2024-08-03 18:57:36.000,0.34.3,180.0,graphistry,,,['jupyter'],,3865.0,123.0,117.0,https://pypi.org/project/graphistry,2024-08-03 18:57:36.000,6.0,3865.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +296,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-09-03 02:40:06.000000,2024-08-28 19:04:32,1849.0,118.0,122.0,27.0,341.0,47.0,101.0,2100.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",52.0,30,True,2024-08-28 20:01:05.000,2.15.1,123.0,usearch,,,,18208.0,113055.0,141.0,113.0,https://pypi.org/project/usearch,2024-08-28 20:01:05.000,14.0,103505.0,,,,2.0,unum/usearch,https://hub.docker.com/r/unum/usearch,2024-08-28 19:11:57.156669,1.0,111.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-08-28 19:12:14.604,14.0,8332.0,,,,,,,,,,,, +297,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-09-03 14:53:46.000000,2024-09-03 14:53:46,929.0,28.0,134.0,23.0,414.0,146.0,274.0,2021.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,55.0,30,True,2024-08-18 19:11:57.000,0.11.5,49.0,equinox,,,['jax'],,92338.0,842.0,694.0,https://pypi.org/project/equinox,2024-08-18 19:11:57.000,148.0,92338.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +298,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-08-26 20:21:57.000000,2024-08-26 17:26:56,210.0,1.0,254.0,56.0,76.0,50.0,229.0,1986.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,,,421.0,85210.0,1110.0,1074.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,81784.0,https://anaconda.org/conda-forge/tesserocr,2024-07-30 13:52:35.216,171127.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,2024-09-05 11:34:59.000000,2024-09-05 04:09:34,2067.0,227.0,394.0,30.0,2196.0,300.0,114.0,1855.0,Pytorch domain library for recommendation systems.,260.0,30,True,2024-07-23 18:00:18.000,0.8.0,77.0,torchrec-nightly-cpu,,,,,715.0,129.0,129.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,715.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +300,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-07-29 11:38:56.000000,2024-06-14 08:51:32,2450.0,2.0,435.0,75.0,1269.0,154.0,682.0,1829.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'],,76246.0,719.0,684.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,75195.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,32602.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +301,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,79.0,78.0,113.0,1802.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'],,129880.0,6503.0,6400.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,128744.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,85201.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +302,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-03 22:56:08.000000,2024-08-20 10:36:51,1828.0,23.0,376.0,50.0,129.0,38.0,426.0,1710.0,Reinforcement Learning environments based on the 1993 game Doom.,54.0,30,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,11920.0,2189.0,276.0,261.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,2073.0,,,,1.0,,,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +303,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-09-01 04:06:27.000000,2024-07-03 00:11:45,948.0,1.0,431.0,86.0,233.0,57.0,241.0,1455.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,,,,185581.0,3005.0,2580.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,425.0,176456.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,355887.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +304,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-08-30 01:04:00.000000,2024-08-30 01:03:59,1482.0,47.0,274.0,73.0,107.0,33.0,55.0,1254.0,Model analysis tools for TensorFlow.,57.0,30,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,"['tensorflow', 'jupyter']",,214147.0,19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,19.0,214147.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +305,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-08-30 08:50:22.000000,2024-08-30 08:50:22,10764.0,80.0,235.0,38.0,1500.0,206.0,353.0,1200.0,Computations and statistics on manifolds with geometric structures.,92.0,30,True,2023-08-30 05:36:10.000,2.7.0,32.0,geomstats,conda-forge/geomstats,https://geomstats.github.io/,,,3275.0,123.0,120.0,https://pypi.org/project/geomstats,2023-08-30 05:33:32.000,3.0,3150.0,https://anaconda.org/conda-forge/geomstats,2023-08-30 16:59:06.279,3398.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +306,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-09-05 15:01:49.000000,2024-08-13 21:16:30,3511.0,294.0,123.0,10.0,612.0,18.0,150.0,1069.0,Time series forecasting with machine learning models.,14.0,30,True,2024-08-01 13:18:23.000,0.13.0,28.0,skforecast,,,['sklearn'],,79250.0,335.0,320.0,https://pypi.org/project/skforecast,2024-08-01 12:24:50.000,15.0,79250.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +307,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,61.0,72.0,82.0,941.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,,,,15203931.0,104248.0,103732.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,516.0,14873650.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,11890133.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +308,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-08-19 20:16:48.120000,2024-07-14 11:03:35,1955.0,5.0,234.0,18.0,297.0,53.0,282.0,866.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",46.0,30,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,184587.0,1361.0,1235.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,126.0,180804.0,https://anaconda.org/conda-forge/salib,2024-08-19 20:16:48.120,177807.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +309,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,15.0,149.0,50.0,59.0,21.0,70.0,838.0,Computer Vision in Python.,35.0,30,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,31303.0,1399.0,1337.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,62.0,21808.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,484249.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +310,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-09-02 00:21:47.000000,2024-09-02 00:21:43,1083.0,10.0,174.0,35.0,117.0,27.0,62.0,748.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,,,,20424635.0,447.0,9.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,438.0,20336349.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8563836.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +311,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-09-03 19:40:26.000000,2024-07-01 21:47:36,1690.0,4.0,283.0,42.0,1410.0,290.0,371.0,697.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'],,1389153.0,61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,1389153.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +312,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-09-02 14:17:03.000000,2024-08-02 08:19:12,2094.0,18.0,63.0,19.0,1623.0,29.0,214.0,572.0,The experiment tracker for foundation model training.,54.0,30,True,2024-08-20 12:56:39.000,1.11.1,209.0,neptune-client,conda-forge/neptune-client,,,,446086.0,661.0,584.0,https://pypi.org/project/neptune-client,2024-08-20 12:56:39.000,77.0,440855.0,https://anaconda.org/conda-forge/neptune-client,2024-08-20 14:58:11.790,272059.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +313,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,53.0,37.0,57.0,482.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,,,,1985088.0,23595.0,23462.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,133.0,1966901.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,854792.0,2.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,,4286.0,1251.0,557.0,840.0,2543.0,17499.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,,,,14648.0,727.0,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,587.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +315,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,,4854.0,647.0,375.0,504.0,436.0,15622.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,,,,,835.0,580.0,577.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,835.0,,,,2.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,,3836.0,609.0,230.0,51.0,,13943.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,30692.0,2330.0,2257.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,73.0,30692.0,,,,2.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,215.0,46.0,101.0,94.0,9009.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'],,151940.0,86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,151147.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,40451.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +318,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-08-29 18:13:51.000000,2024-08-04 05:05:42,1038.0,21.0,910.0,136.0,732.0,129.0,340.0,6992.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,92.0,29,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,39.0,40830.0,422.0,415.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,40172.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,30292.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +319,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,6150.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'],,1941.0,738.0,731.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1770.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,8725.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +320,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,,1212.0,153.0,951.0,58.0,789.0,5801.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,['mxnet'],,64856.0,76.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,64856.0,,,,3.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,2024-08-31 18:49:56.000000,2024-08-30 02:03:46,1631.0,27.0,827.0,145.0,1552.0,367.0,401.0,5041.0,Simple and Distributed Machine Learning.,120.0,29,True,2024-08-30 02:16:51.000,1.0.5,51.0,synapseml,,,,,237594.0,5.0,,https://pypi.org/project/synapseml,2024-08-30 02:13:37.000,5.0,237594.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +322,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-08-01 13:16:45.000000,2024-08-01 13:16:45,618.0,5.0,758.0,84.0,346.0,55.0,338.0,4963.0,Uplift modeling and causal inference with machine learning algorithms.,63.0,29,True,2024-04-19 00:19:00.000,0.15.1,24.0,causalml,,,,,46665.0,218.0,217.0,https://pypi.org/project/causalml,2024-04-19 00:19:00.000,1.0,46665.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +323,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,208.0,157.0,358.0,4709.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,,,,412115.0,1561.0,1529.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,409421.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,215576.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +324,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-08-06 20:03:27.000000,2024-07-25 12:17:22,1473.0,4.0,744.0,75.0,1813.0,322.0,633.0,4529.0,Probabilistic time series modeling in Python.,117.0,29,True,2024-06-03 07:20:43.000,0.15.1,110.0,gluonts,anaconda/gluonts,,['mxnet'],,250647.0,31.0,,https://pypi.org/project/gluonts,2024-06-03 07:20:43.000,31.0,250622.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,899.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +325,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,41.0,125.0,75.0,154.0,4399.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,,,,118672.0,1410.0,1345.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,118054.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,24124.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +326,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,32.0,735.0,175.0,90.0,1.0,288.0,4226.0,A python wrapper for Alpha Vantage API for financial data.,44.0,29,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,33166.0,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,33001.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7289.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-08-27 11:49:25.000000,2024-08-27 11:02:25,515.0,5.0,568.0,42.0,541.0,14.0,,3934.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,29,True,2024-08-27 11:49:25.000,0.11.19,103.0,sahi,conda-forge/sahi,,,26828.0,192924.0,1327.0,1301.0,https://pypi.org/project/sahi,2024-07-10 10:19:56.000,26.0,190287.0,https://anaconda.org/conda-forge/sahi,2024-07-24 03:28:58.170,70497.0,3.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,,515.0,77.0,38.0,14.0,121.0,3890.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,,,,274981.0,17794.0,17674.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,120.0,215379.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,357612.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +329,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-09-04 03:03:11.000000,2024-09-04 03:03:10,1461.0,37.0,469.0,54.0,819.0,58.0,494.0,3798.0,NeuralProphet: A simple forecasting package.,56.0,29,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,['pytorch'],,159469.0,8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,159469.0,,,,2.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,2024-09-03 20:22:46.000000,2024-09-03 20:21:34,675.0,28.0,638.0,39.0,940.0,122.0,761.0,3622.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",80.0,29,True,2024-08-12 12:57:29.000,1.1.1,32.0,anomalib,,,,13141.0,27116.0,92.0,87.0,https://pypi.org/project/anomalib,2024-08-12 12:57:52.000,5.0,26718.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,2024-08-29 02:56:49.000000,2024-08-29 02:47:33,880.0,13.0,414.0,44.0,969.0,38.0,327.0,3536.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",50.0,29,True,2024-08-08 14:03:10.000,0.9.0,16.0,python-doctr,,,"['tensorflow', 'pytorch']",3601406.0,136535.0,12.0,,https://pypi.org/project/python-doctr,2024-08-08 14:03:10.000,12.0,52782.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +332,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,,455.0,82.0,245.0,62.0,155.0,3059.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,,,,85.0,124279.0,197.0,195.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,124278.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,109.0,73.0,102.0,123.0,3016.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,['pandas'],,59754.0,11678.0,11569.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,59754.0,,,,3.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-05-22 19:32:05.771000,2024-04-05 20:34:01,476.0,,737.0,120.0,125.0,69.0,370.0,3014.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,29,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,['sklearn'],,113569.0,2818.0,2731.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,87.0,107941.0,https://anaconda.org/conda-forge/hmmlearn,2024-05-22 19:32:05.771,270169.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-09-02 13:38:40.000000,2024-09-02 13:38:40,1202.0,28.0,399.0,50.0,91.0,160.0,496.0,2996.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",28.0,29,True,2024-06-03 11:50:12.000,1.1.9,92.0,mljar-supervised,conda-forge/mljar-supervised,,,,5452.0,133.0,129.0,https://pypi.org/project/mljar-supervised,2024-06-03 11:50:12.000,4.0,4923.0,https://anaconda.org/conda-forge/mljar-supervised,2024-06-03 17:12:53.954,20641.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +336,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-08-22 03:23:17.000000,2024-08-22 03:22:36,2303.0,6.0,714.0,79.0,205.0,198.0,469.0,2773.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'],,70048.0,14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,70048.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,2024-09-03 13:22:10.000000,2024-09-03 13:22:10,1638.0,38.0,327.0,37.0,348.0,36.0,167.0,2712.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,38.0,29,True,2024-07-04 10:21:38.000,2.6.0,42.0,shapash,,,['jupyter'],,7273.0,175.0,171.0,https://pypi.org/project/shapash,2024-07-04 10:21:38.000,4.0,7273.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +338,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-09-02 22:27:25.000000,2024-07-02 07:21:59,2916.0,6.0,997.0,123.0,525.0,65.0,300.0,2575.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,29,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,['jupyter'],,556659.0,112.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,112.0,533374.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1094416.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +339,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'],,84220.0,1624.0,1602.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,84220.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +340,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,357.0,82.0,168.0,217.0,148.0,2346.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,29,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,328586.0,6578.0,6430.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,139.0,323492.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,207608.0,3.0,,,,,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1024.0,,,,,,,,,,,, +341,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,1.0,324.0,22.0,49.0,35.0,203.0,2288.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,,,,91434.0,539.0,529.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,90291.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,51439.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +342,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-08-05 07:13:17.000000,2024-05-21 10:49:30,727.0,,218.0,37.0,545.0,136.0,235.0,2201.0,"Algorithms for outlier, adversarial and drift detection.",23.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,64322.0,477.0,470.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,64322.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,2024-02-13 19:24:57.000000,2024-02-01 18:50:30,675.0,,400.0,41.0,62.0,23.0,271.0,1911.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,,,,102312.0,1915.0,1893.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,101571.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,35597.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +344,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-09-01 16:40:55.000000,2024-08-06 14:00:12,485.0,34.0,282.0,61.0,121.0,23.0,103.0,1894.0,ffn - a financial function library for Python.,35.0,29,True,2024-08-06 13:45:28.000,1.1.0,37.0,ffn,conda-forge/ffn,,,,48540.0,504.0,488.0,https://pypi.org/project/ffn,2024-08-05 23:48:25.000,16.0,48261.0,https://anaconda.org/conda-forge/ffn,2024-08-06 14:03:54.464,11459.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +345,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-09-03 22:47:31.000000,2024-09-03 12:37:19,874.0,18.0,412.0,38.0,905.0,160.0,316.0,1889.0,A Python package to assess and improve fairness of machine learning models.,83.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,['sklearn'],,177842.0,58.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,55.0,177070.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,35553.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +346,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-09-04 07:50:37.000000,2024-09-04 07:50:35,1215.0,22.0,186.0,20.0,162.0,47.0,136.0,1801.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,29,True,2024-09-03 07:35:15.000,0.37.0,41.0,audiomentations,,,,,45502.0,575.0,557.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,45502.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +347,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-09-04 11:16:25.000000,2024-09-04 09:30:07,2850.0,18.0,182.0,26.0,692.0,118.0,457.0,1620.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,29,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,200.0,6465.0,245.0,239.0,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,6462.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +348,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-09-04 22:25:36.166000,2024-09-04 10:38:43,1254.0,2.0,137.0,31.0,114.0,35.0,269.0,1596.0,Statistical package in Python based on Pandas.,46.0,29,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,91497.0,2496.0,2340.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,88930.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,130946.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +349,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-09-05 15:35:38.000000,2024-09-05 15:30:47,997.0,47.0,592.0,107.0,287.0,22.0,300.0,1549.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,True,2024-09-05 15:35:38.000,2.11.0,33.0,tabpy,anaconda/tabpy-client,,,,6997.0,176.0,174.0,https://pypi.org/project/tabpy,2024-09-05 15:35:38.000,2.0,6946.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4579.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +350,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,,,1334.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'],,248246.0,1922.0,1835.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,246514.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,58893.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +351,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,22.0,268.0,34.0,38.0,1.0,495.0,1221.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,29,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,['tensorflow'],,7697.0,552.0,548.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,7697.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +352,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-08-08 16:10:29.000000,2024-08-08 16:10:29,495.0,1.0,120.0,31.0,129.0,26.0,75.0,907.0,Python bindings and utilities for GeoJSON.,56.0,29,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,2200632.0,18817.0,18126.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,691.0,2156391.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,840590.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +353,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,1.0,255.0,40.0,513.0,278.0,257.0,890.0,Scalable Machine Learning with Dask.,80.0,29,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,250134.0,1181.0,1088.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,233157.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,882840.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-07-27 07:14:46.000000,2024-07-27 07:14:46,566.0,2.0,106.0,16.0,196.0,119.0,139.0,698.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,,,19666.0,4569845.0,41907.0,41127.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,4569691.0,https://anaconda.org/anaconda/pysoundfile,,,3.0,,,,,,4.0,,,,,,,,,,,,,,,,,,, +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-08-02 07:27:48.000000,2024-08-01 18:07:01,834.0,10.0,75.0,25.0,396.0,104.0,240.0,586.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-04-05 15:56:28.000,1.12.0,64.0,geoviews,conda-forge/geoviews,,,,18755.0,1152.0,1095.0,https://pypi.org/project/geoviews,2024-08-02 07:27:48.000,57.0,13749.0,https://anaconda.org/conda-forge/geoviews,2024-04-05 16:04:19.139,240327.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +356,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,5.0,58.0,13.0,207.0,12.0,187.0,335.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,824052.0,10145.0,9985.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,160.0,791939.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2890192.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +357,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,349.0,81.0,50.0,231.0,7988.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,31719.0,2847.0,828.0,802.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2474.0,,,,2.0,,,,,,,,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +358,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,7345.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'],,130769.0,270.0,262.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,130769.0,,,,3.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,1.0,1338.0,172.0,46.0,80.0,241.0,6989.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'],,84431.0,31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,84431.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +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,,1190.0,210.0,92.0,201.0,122.0,5797.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,,,,,10443.0,513.0,501.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,10443.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +361,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,,455.0,72.0,63.0,110.0,57.0,4760.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,,,,,369566.0,2670.0,2648.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,369566.0,,,,3.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,2024-09-04 23:54:45.000000,2024-09-03 19:39:21,6165.0,12.0,530.0,147.0,1937.0,338.0,1371.0,4519.0,ArrayFire: a general purpose GPU library.,92.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,6822.0,2244.0,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,2183.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +363,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,1.0,942.0,53.0,57.0,73.0,108.0,4421.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,28,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,['pytorch'],1228157.0,84783.0,2206.0,2155.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,63608.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +364,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,,740.0,58.0,1015.0,187.0,741.0,4267.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,28,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,['pytorch'],,14045.0,162.0,158.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,14045.0,,,,3.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,218.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,,,,,2358.0,1070.0,1058.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2358.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +366,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-09-03 15:35:53.000000,2024-09-03 15:35:53,3662.0,2.0,463.0,102.0,1050.0,259.0,368.0,3608.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'],,172574.0,177.0,58.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,98.0,143649.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1372748.0,3.0,,,,,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2526.0,,,,,,,,,,,, +367,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-07-31 19:18:48.000000,2024-02-22 12:17:17,1487.0,,249.0,19.0,1746.0,295.0,726.0,3550.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,,,,1001.0,130586.0,421.0,409.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,12.0,130558.0,,,,2.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,113.0,93.0,23.0,101.0,3495.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,,,,433501.0,3062.0,3034.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,28.0,433268.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,9089.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +369,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-08-26 16:20:21.000000,2024-08-26 16:19:18,1204.0,3.0,418.0,82.0,55.0,62.0,203.0,3466.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'],,1706.0,218.0,215.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1498.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,9604.0,2.0,,,,,,,,google-deepmind/acme,,,,,,,,,,,,,,,,, +370,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,,368.0,84.0,64.0,154.0,189.0,3268.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,,,,13711.0,498.0,481.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,5881.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,704751.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +371,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,45.0,1085.0,2.0,353.0,3263.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,['pytorch'],,21536.0,1211.0,1181.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,21536.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +372,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,745.0,2932.0,StellarGraph - Machine Learning on Graphs.,37.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,['tensorflow'],,12067.0,283.0,272.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,12067.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +373,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,45.0,121.0,72.0,137.0,2922.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,,,,127117.0,1337.0,1284.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,125351.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,81281.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +374,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-07-26 11:49:48.000000,2024-07-26 10:43:49,3587.0,23.0,522.0,108.0,361.0,388.0,688.0,2794.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,,,,,9887.0,772.0,752.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,9887.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +375,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,5.0,411.0,125.0,144.0,198.0,247.0,2634.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,,,,401541.0,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,398387.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,63083.0,2.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,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'],,429598.0,5427.0,5342.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,427470.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,183059.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +377,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,54.0,659.0,147.0,225.0,2369.0,Algorithms for explaining machine learning models.,22.0,28,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,16067.0,670.0,645.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,16067.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,68.0,207.0,2361.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'],,10685.0,330.0,323.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10685.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,2295.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,351028.0,11686.0,11532.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,154.0,351028.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +380,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-03-30 17:39:23.000000,2024-03-30 17:39:23,1059.0,,222.0,52.0,205.0,33.0,285.0,1675.0,A full spaCy pipeline and models for scientific/biomedical documents.,33.0,28,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,23962.0,985.0,951.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,34.0,23962.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +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-05-25 02:57:17.000000,2023-09-26 23:11:11,163.0,,196.0,34.0,73.0,27.0,52.0,1547.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,['pytorch'],,1902041.0,3675.0,3638.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1901435.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,26668.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,2024-07-08 22:06:23.000000,2024-07-08 22:06:19,831.0,1.0,320.0,118.0,784.0,225.0,168.0,1487.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'],,830093.0,45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,830093.0,,,,2.0,,,,,,-5.0,,,,,,,,,,,,,,,,,,, +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-08-13 11:02:01.000000,2024-08-13 10:02:03,694.0,3.0,158.0,22.0,126.0,5.0,131.0,1441.0,"Extensible, parallel implementations of t-SNE.",12.0,28,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,44653.0,906.0,859.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,38473.0,https://anaconda.org/conda-forge/opentsne,2024-05-19 08:28:58.978,302826.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +384,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-08-28 13:05:22.000000,2024-08-28 13:05:21,610.0,18.0,417.0,31.0,51.0,16.0,128.0,1426.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,,,,,22586.0,672.0,641.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,22586.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +385,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-09-05 11:30:41.000000,2024-09-05 11:30:39,2068.0,205.0,98.0,10.0,765.0,92.0,788.0,1315.0,"A lightweight alternative to Kubernetes for AI, simplifying container orchestration on any cloud or on-premises and..",32.0,28,True,2024-09-04 12:15:41.000,0.18.12,225.0,dstack,,,,,3586.0,15.0,15.0,https://pypi.org/project/dstack,2024-09-04 11:24:25.000,,3586.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +386,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,,396.0,71.0,89.0,36.0,26.0,1268.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,,,,22552.0,1508.0,1452.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,22189.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,28736.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +387,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,30.0,200.0,1261.0,A research toolkit for particle swarm optimization in Python.,45.0,28,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,30447.0,447.0,425.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,30447.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +388,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-08-30 21:02:45.000000,2024-07-29 16:12:37,144.0,5.0,119.0,24.0,107.0,43.0,74.0,1251.0,Python 3.8+ toolbox for submitting jobs to Slurm.,24.0,28,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,463843.0,3172.0,3127.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,45.0,463029.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,39922.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-08-21 11:39:17.000000,2024-08-21 11:39:14,534.0,16.0,116.0,26.0,384.0,31.0,285.0,1243.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-07-10 14:32:19.000,0.9.1,52.0,scikit-lego,conda-forge/scikit-lego,,['sklearn'],,28403.0,170.0,159.0,https://pypi.org/project/scikit-lego,2024-07-10 14:08:28.000,11.0,27359.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,54308.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,,416.0,52.0,41.0,17.0,139.0,1238.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,,,,243944.0,2834.0,2796.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,243036.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,48157.0,2.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,,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'],,3898619.0,311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3868046.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2293025.0,2.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-08-16 06:28:21.000000,2024-04-30 20:12:21,936.0,,211.0,58.0,103.0,45.0,174.0,984.0,Input pipeline framework.,28.0,28,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,['tensorflow'],,541896.0,18.0,,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,18.0,541896.0,,,,2.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-09-03 21:38:15.000000,2023-02-20 00:24:10,1723.0,,185.0,41.0,175.0,65.0,174.0,941.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'],,80411.0,96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,72749.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,588520.0,3.0,,,,,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1777.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-08-30 01:23:38.000000,2024-08-30 01:23:17,16620.0,40.0,374.0,45.0,1646.0,309.0,2978.0,893.0,An open-source application for biological image analysis.,144.0,28,True,2024-07-29 23:00:49.000,4.2.7,34.0,cellprofiler,,,,7579.0,705.0,24.0,22.0,https://pypi.org/project/cellprofiler,2024-07-29 23:00:49.000,2.0,646.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +395,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,5.0,105.0,14.0,99.0,73.0,66.0,878.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,,,,1694910.0,7747.0,7591.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1655022.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,1994437.0,3.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-09-04 03:39:02.000000,2024-09-04 03:39:02,1366.0,10.0,138.0,25.0,486.0,17.0,139.0,858.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,,,,52158.0,247.0,229.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,41607.0,https://anaconda.org/conda-forge/cornac,2024-08-15 18:30:49.226,538145.0,2.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-08-18 16:23:07.000000,2024-05-12 22:59:32,3715.0,,328.0,65.0,690.0,36.0,533.0,832.0,The Classical Language Toolkit.,121.0,28,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,83.0,1570.0,286.0,271.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,1570.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +398,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,,1131.0,239.0,455.0,72.0,264.0,17758.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,,,,36595.0,,,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,36186.0,,,,2.0,remnux/ciphey,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,25404.0,,,,,,,,,,,,,,,,,,,, +399,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-09-04 14:27:06.000000,2024-07-11 14:30:01,2227.0,2.0,2847.0,197.0,3726.0,1237.0,4158.0,12561.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",160.0,27,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,['paddle'],,472.0,2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,472.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +400,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-05-06 20:38:27.000000,2024-05-06 20:36:49,342.0,,1367.0,425.0,50.0,102.0,87.0,10442.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-05-06 20:38:27.000,4.0.9,47.0,dopamine-rl,,,['tensorflow'],,32233.0,31.0,21.0,https://pypi.org/project/dopamine-rl,2024-05-06 20:38:27.000,10.0,32233.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,,1523.0,131.0,51.0,163.0,141.0,7850.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'],4144590.0,246230.0,73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,169479.0,,,,2.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,,1609.0,458.0,699.0,33.0,441.0,7317.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'],2349.0,2020.0,11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1996.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +403,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,,1354.0,350.0,14.0,42.0,66.0,6396.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,24750.0,1420.0,1412.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,24750.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +404,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,1.0,1007.0,145.0,100.0,87.0,310.0,6338.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,,,,87932.0,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,79847.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,404286.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +405,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,625.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..",122.0,27,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,12.0,1120.0,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1120.0,,,,3.0,,,,,,,,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +406,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,64.0,1544.0,138.0,3616.0,55.0,1972.0,5639.0,An Industrial Grade Federated Learning Framework.,101.0,27,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,,,,,,,,,,,,,,,,,,,,,,,,, +407,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,5574.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,1664624.0,1818.0,1762.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1664234.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,19505.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +408,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,5511.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'],,904.0,789.0,783.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,904.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +409,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'],24.0,544.0,330.0,328.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,544.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +410,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4760.0,Deep Learning Visualization Toolkit.,33.0,27,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,['paddle'],430.0,154442.0,84.0,2.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,82.0,154434.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +411,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,4377.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,,,,324160.0,9159.0,9064.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,95.0,323814.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,14566.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +412,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,43.0,3997.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'],,206808.0,15780.0,15645.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,206808.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +413,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,3871.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']",,662536.0,5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,662119.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,23816.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +414,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-09-04 09:06:07.000000,2024-09-04 09:06:06,1663.0,19.0,670.0,42.0,28.0,9.0,548.0,3374.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'],,1391.0,23.0,23.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1391.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +415,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,,1130.0,167.0,215.0,49.0,146.0,3259.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,,,,1618.0,713.0,708.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1342.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,21805.0,3.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,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,272.0,52.0,20.0,41.0,97.0,2892.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,72195.0,2478.0,2448.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,71421.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,33291.0,3.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,2.0,381.0,38.0,521.0,58.0,217.0,2886.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,,,,3888.0,298.0,287.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,3716.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8279.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,,740.0,180.0,75.0,21.0,565.0,2800.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,,,,33054.0,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,32316.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,45761.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +419,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-06-20 23:39:09.000000,2024-06-20 23:39:05,3544.0,3.0,333.0,153.0,1179.0,35.0,60.0,2720.0,Neural Network Libraries.,76.0,27,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,923.0,2975.0,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,2965.0,,,,3.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,,421.0,45.0,365.0,22.0,350.0,2713.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,,,,3442.0,634.0,620.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,3152.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,14533.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,,256.0,27.0,1132.0,77.0,224.0,2622.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'],414528.0,16482.0,147.0,147.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,539.0,,,,3.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,2024-08-22 18:44:14.000000,2024-08-22 18:30:45,140.0,29.0,336.0,31.0,325.0,41.0,340.0,2516.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,13.0,27,True,2024-08-10 15:47:41.000,1.0.0,21.0,adapter-transformers,,,['huggingface'],,20882.0,108.0,96.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,20882.0,,,,3.0,,,,,,,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +423,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,1.0,827.0,89.0,286.0,199.0,103.0,2401.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,,,,33018.0,504.0,472.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,32730.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,13868.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,,255.0,87.0,124.0,33.0,230.0,2201.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,,,,28033.0,1921.0,1855.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,26224.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,159230.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +425,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-09-05 15:01:30.000000,2023-06-01 12:18:23,739.0,,316.0,43.0,44.0,99.0,56.0,2191.0,A modular active learning framework for Python.,20.0,27,False,2024-09-05 15:01:30.000,0.64.84,1208.0,modAL,,,['sklearn'],39.0,328774.0,53.0,,https://pypi.org/project/modAL,2024-09-05 15:01:30.000,53.0,328774.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +426,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-04-26 00:01:37.000000,2021-07-09 11:06:18,56.0,,523.0,43.0,25.0,74.0,38.0,2182.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,27,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,['tensorflow'],,110145.0,5982.0,5911.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,71.0,109911.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,12873.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +427,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,2176.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'],,12292.0,378.0,372.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,12292.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +428,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-09-04 21:04:43.000000,2024-08-23 09:42:27,14659.0,12.0,84.0,42.0,53.0,15.0,78.0,2139.0,The friendly PIL fork.,435.0,27,False,,,66.0,pillow-simd,,,,,27287.0,65.0,,https://pypi.org/project/pillow-simd,2024-08-23 09:48:44.000,65.0,27287.0,,,,3.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,2024-09-03 12:39:56.000000,2024-09-03 12:39:51,2211.0,143.0,132.0,28.0,244.0,5.0,42.0,1986.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2024-05-23 20:28:44.000,0.5.2,146.0,labml,,,,,3204.0,180.0,166.0,https://pypi.org/project/labml,2024-05-23 20:28:44.000,14.0,3204.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +430,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,1778.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,27,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,478.0,148181.0,186.0,178.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,148175.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +431,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,1737.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,['pytorch'],,1955.0,298.0,293.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1374.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,21518.0,2.0,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +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-09-05 14:40:14.000000,2024-09-03 18:03:22,6569.0,112.0,297.0,45.0,2883.0,178.0,1560.0,1668.0,cuGraph - RAPIDS Graph Analytics Library.,115.0,27,True,2024-08-08 02:37:35.000,24.08.00,39.0,cugraph,conda-forge/libcugraph,,,,760.0,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,206.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,22745.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,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,,,,,1463.0,408.0,406.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1463.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +434,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,50.0,44.0,99.0,114.0,1383.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,27,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,['tensorflow'],1637405.0,68867.0,557.0,549.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,34748.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,327.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +435,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-06-22 10:18:00.000000,2024-06-22 10:17:04,858.0,7.0,270.0,77.0,487.0,53.0,202.0,1370.0,Underthesea - Vietnamese NLP Toolkit.,19.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,6885.0,21759.0,1192.0,1181.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,21681.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +436,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,6.0,343.0,31.0,2278.0,86.0,229.0,1325.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']",,10455.0,6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,10455.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,1.0,202.0,43.0,258.0,68.0,213.0,1302.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,,,,,1980.0,458.0,431.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,1980.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,,174.0,25.0,36.0,1.0,116.0,1245.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'],,79584.0,1679.0,1658.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,79584.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +439,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,1158.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,,,581.0,25194.0,752.0,720.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,23503.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,84263.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +440,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-09-05 14:13:02.000000,2024-09-05 14:11:35,820.0,11.0,121.0,31.0,422.0,79.0,330.0,1060.0,BAyesian Model-Building Interface (Bambi) in Python.,39.0,27,True,2024-07-10 09:48:04.000,0.14.0,29.0,bambi,conda-forge/bambi,,,,29242.0,151.0,141.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,28439.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,36170.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +441,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-08-26 20:12:53.000000,2024-08-26 20:12:53,623.0,12.0,162.0,31.0,215.0,4.0,103.0,623.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,34.0,27,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],,31673.0,410.0,382.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,28.0,31392.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,7590.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +442,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'],,218487.0,7980.0,7843.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,137.0,217721.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40648.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +443,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,1.0,1815.0,206.0,73.0,113.0,37.0,10449.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,32.0,26,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,64121.0,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,64121.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +444,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,,1203.0,186.0,213.0,28.0,534.0,9210.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,,,,,12287.0,279.0,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +445,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-08-21 22:24:55.000000,2024-08-21 22:24:50,1623.0,4.0,814.0,144.0,1568.0,122.0,125.0,8031.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,,,,,4064.0,169.0,168.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4064.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +446,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,554.0,104.0,617.0,98.0,607.0,4262.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,['sklearn'],,383420.0,104.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,104.0,381733.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,82694.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +447,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-09-05 14:19:47.000000,2024-06-26 19:01:50,1492.0,36.0,353.0,67.0,1417.0,109.0,85.0,3454.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,26,True,2024-06-26 16:33:42.000,1.2,17.0,lit-nlp,conda-forge/lit-nlp,,,,5983.0,41.0,38.0,https://pypi.org/project/lit-nlp,2024-06-26 16:32:34.000,3.0,4187.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,86218.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +448,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,2.0,532.0,141.0,240.0,42.0,635.0,3293.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'],,656.0,455.0,451.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,656.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +449,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,216.0,3649.0,429.0,1111.0,3025.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,,,,1674.0,,,,,,,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,143244.0,3.0,shogun/shogun,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1513.0,,,,,,,,,shogun,,,,,,,,,,, +450,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,3010.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'],,147684.0,86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,147409.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,11304.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +451,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-06-02 15:40:01.000000,2024-06-02 15:40:01,251.0,,326.0,30.0,321.0,81.0,39.0,2863.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,26,True,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,['sklearn'],,17192.0,1050.0,1049.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,17100.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3413.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +452,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,2778.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,,,,85758.0,1112.0,1107.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,85490.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,15843.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +453,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,,234.0,51.0,482.0,45.0,70.0,2778.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,75.0,27233.0,255.0,252.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,27232.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +454,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,167.0,164.0,113.0,2752.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,,,,235172.0,60.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,60.0,233335.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,161708.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +455,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,43.0,89.0,240.0,2736.0,Learning to Rank in TensorFlow.,34.0,26,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,['tensorflow'],,99151.0,15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,99151.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +456,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-08-30 08:05:48.000000,2023-07-23 14:42:27,191.0,,481.0,38.0,248.0,52.0,287.0,2589.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'],,40114.0,11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,39876.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,7879.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +457,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,166.0,94.0,136.0,358.0,2485.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,,,,,465.0,28.0,26.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,465.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +458,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,1.0,238.0,35.0,147.0,24.0,145.0,2369.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,,,,325.0,19590.0,225.0,218.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,7.0,19584.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +459,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,,337.0,77.0,55.0,169.0,68.0,2300.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,44018.0,1394.0,1345.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,44018.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +460,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,160.0,13.0,92.0,2130.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,,,,,50503.0,723.0,704.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,50503.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +461,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'],259869.0,95354.0,2260.0,2246.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,91283.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,513.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +462,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-09-04 19:43:13.000000,2024-09-04 19:42:12,887.0,17.0,444.0,60.0,356.0,117.0,92.0,1915.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'],168.0,19817.0,21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,19815.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +463,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-09-04 08:38:12.000000,2024-08-31 13:01:11,360.0,23.0,307.0,1.0,1.0,1.0,,1841.0,Feature engineering package with sklearn like functionality.,49.0,26,True,2024-08-31 13:22:28.000,1.8.1,41.0,feature_engine,conda-forge/feature_engine,,,,146745.0,159.0,,https://pypi.org/project/feature_engine,2024-08-31 13:22:28.000,159.0,145608.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,55745.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +464,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,25.0,81.0,46.0,35.0,1750.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,,,,139829.0,713.0,668.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,139073.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,26466.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +465,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-06-21 10:56:28.000000,2024-06-03 08:29:10,3912.0,,284.0,29.0,578.0,91.0,721.0,1744.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,78.0,26,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,27.0,1605.0,104.0,101.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1605.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +466,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,1733.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,26,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,['pytorch'],,1250.0,231.0,228.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1158.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3811.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +467,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-08-30 21:18:04.000000,2024-08-30 21:14:50,983.0,44.0,266.0,45.0,822.0,79.0,66.0,1654.0,A lightweight library for PyTorch training tools and utilities.,132.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,['pytorch'],,4784.0,24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,4784.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +468,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,10.0,390.0,1618.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,26,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,['tensorflow'],,1817.0,194.0,186.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1817.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +469,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,,273.0,51.0,87.0,22.0,191.0,1584.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'],,14574.0,654.0,635.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,14425.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,7642.0,3.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,,309.0,27.0,379.0,56.0,155.0,1568.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,['paddle'],,1189.0,61.0,60.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1189.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +471,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-08-19 01:12:36.000000,2023-06-07 07:35:59,3033.0,,121.0,35.0,355.0,14.0,187.0,1442.0,Multi-class confusion matrix library in Python.,17.0,26,False,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,42439.0,354.0,330.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,24.0,42439.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +472,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-09-04 08:57:04.000000,2024-06-07 09:11:54,678.0,,165.0,48.0,163.0,24.0,383.0,1361.0,moDel Agnostic Language for Exploration and eXplanation.,25.0,26,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,21478.0,188.0,181.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,7.0,21121.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,15730.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +473,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-08-16 07:37:12.000000,2024-08-16 07:37:10,1060.0,6.0,119.0,23.0,116.0,36.0,56.0,1359.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,26,True,2024-07-02 18:00:43.000,1.4.6,49.0,imodels,,,,,32044.0,104.0,95.0,https://pypi.org/project/imodels,2024-07-02 18:00:43.000,9.0,32044.0,,,,2.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-06-18 04:54:15.000000,2022-12-22 14:52:10,805.0,,147.0,34.0,215.0,118.0,152.0,1235.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,,,,35230.0,545.0,488.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,23600.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,976975.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +475,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-09-04 00:23:21.000000,2024-09-03 12:30:52,2112.0,93.0,388.0,55.0,535.0,176.0,255.0,1218.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']",,1164.0,,,https://pypi.org/project/hls4ml,2023-12-19 21:00:58.000,,988.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,8475.0,2.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,2024-09-05 04:53:57.000000,2024-09-05 04:53:56,2496.0,97.0,92.0,19.0,1071.0,78.0,231.0,1122.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,,,,,20066.0,28.0,24.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,20066.0,,,,3.0,,,,,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +477,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,,236.0,61.0,246.0,22.0,367.0,972.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,,,294.0,21249.0,608.0,574.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,20571.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,31765.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +478,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,927.0,Gaussian Process Optimization using GPy.,50.0,26,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,20948.0,566.0,529.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,20948.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +479,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,916.0,A scikit-learn based module for multi-label et. al. classification.,28.0,26,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,['sklearn'],,49867.0,1759.0,1734.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,49867.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +480,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,,80.0,12.0,49.0,22.0,53.0,781.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,26,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,838611.0,3550.0,3473.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,838425.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,6539.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +481,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-09-04 21:14:38.000000,2024-09-04 21:14:37,967.0,4.0,168.0,47.0,85.0,37.0,144.0,757.0,Library for exploring and validating machine learning data.,26.0,26,True,2024-04-24 23:26:22.000,1.15.1,46.0,tensorflow-data-validation,,,"['tensorflow', 'jupyter']",759.0,206477.0,31.0,,https://pypi.org/project/tensorflow-data-validation,2024-04-24 23:54:11.000,31.0,206467.0,,,,3.0,,,,,,-4.0,,,,,,,,,,,,,,,,,,, +482,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-08-29 19:53:11.000000,2024-08-29 19:51:59,354.0,25.0,95.0,20.0,140.0,36.0,94.0,619.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'],32.0,656720.0,90.0,83.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,656720.0,,,,3.0,,,,,,,,mrpowers-io/quinn,,,,,,,,,,,,,,,,, +483,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-08-30 00:51:12.000000,2024-08-30 00:51:11,848.0,3.0,140.0,28.0,91.0,43.0,75.0,611.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2024-04-23 05:17:11.000,1.15.0,43.0,ml-metadata,,,,2431.0,73070.0,581.0,550.0,https://pypi.org/project/ml-metadata,2024-04-23 05:17:11.000,31.0,73034.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +484,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,,153.0,18.0,717.0,26.0,208.0,494.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,,,,8887.0,380.0,363.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,7644.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,80799.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +485,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,79.0,30.0,9.0,6.0,7.0,77.0,332.0,Multiple Imputation with LightGBM in Python.,8.0,26,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,63361.0,162.0,153.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,62977.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,14627.0,1.0,,,,,,4.0,,,,,,,,,,,,,,,,,,, +486,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,5787.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,,,,3804.0,624.0,134.0,134.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,578.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +487,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,5.0,974.0,47.0,34.0,64.0,112.0,5165.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'],,4266.0,237.0,222.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4266.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-07-03 14:09:40.000000,2023-04-28 16:55:30,521.0,,449.0,63.0,94.0,36.0,88.0,5073.0,Finding duplicate images made easy!.,15.0,25,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,['tensorflow'],,40266.0,145.0,140.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,40266.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +489,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,5055.0,Image augmentation library in Python for machine learning.,23.0,25,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,6649.0,825.0,813.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,6649.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +490,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-09-05 10:04:13.000000,2024-09-05 10:04:13,3665.0,80.0,615.0,90.0,4023.0,228.0,1397.0,5054.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,93.0,25,True,2024-08-29 19:14:26.000,1.41.0,82.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +491,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,4649.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'],,512.0,787.0,781.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,512.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +492,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,352.0,59.0,51.0,,4377.0,Python Algorithmic Trading Library.,11.0,25,False,,,8.0,pyalgotrade,,,,,1138.0,191.0,191.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,1138.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +493,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,437.0,43.0,54.0,88.0,174.0,4290.0,An Open-Source Framework for Prompt-Learning.,22.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,600.0,146.0,143.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,600.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +494,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,,917.0,176.0,386.0,33.0,430.0,3834.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'],,98.0,17.0,17.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,98.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,2024-08-30 13:40:38.000000,2024-08-17 14:22:50,2847.0,65.0,1220.0,134.0,1108.0,52.0,76.0,3340.0,a distributed deep learning platform.,91.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,,,,77.0,4.0,4.0,,,,,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,769.0,3.0,apache/singa,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,7895.0,,,,,,,,,,,,,,,,,,,, +496,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,8.0,599.0,40.0,1007.0,283.0,706.0,3321.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'],,54520.0,2.0,,https://pypi.org/project/recbole,2023-10-31 12:52:34.000,2.0,54396.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,5718.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +497,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2024-08-13 17:52:35.000000,2024-08-13 17:16:53,181.0,1.0,401.0,156.0,85.0,105.0,101.0,3273.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'],,16415.0,24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,16415.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +498,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,2975.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'],,1353.0,2968.0,2967.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1353.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +499,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,2846.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,,,1062.0,2738.0,742.0,721.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2400.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,17973.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +500,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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,,289.0,55.0,14.0,22.0,80.0,2231.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,17915.0,619.0,614.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,5.0,16780.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,96525.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +501,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,2208.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'],,8480.0,729.0,710.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,8480.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +502,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,66.0,63.0,41.0,187.0,2136.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,25,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,['tensorflow'],,898.0,57.0,55.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,898.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +503,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,2107.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,,,,,270855.0,277.0,273.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,270855.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +504,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,1853.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'],,507.0,116.0,112.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,507.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +505,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,8.0,135.0,34.0,446.0,50.0,354.0,1853.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,25,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,18857.0,62.0,61.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,18857.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +506,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,8.0,135.0,34.0,446.0,50.0,354.0,1853.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,25,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,19264.0,62.0,61.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,18857.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,13048.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +507,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,66.0,130.0,1817.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,,,,41.0,649.0,469.0,467.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,649.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +508,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,1.0,196.0,32.0,20.0,3.0,91.0,1702.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,,,,59132.0,750.0,739.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,57464.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,61723.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +509,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,15.0,302.0,55.0,116.0,54.0,31.0,1603.0,Interpretability and explainability of data and machine learning models.,41.0,25,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,469.0,99.0,98.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,469.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +510,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,1573.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-08-04 13:39:34.000,6.1.0,44.0,elephas,conda-forge/elephas,,"['keras', 'spark']",,37649.0,,,https://pypi.org/project/elephas,2024-08-04 13:39:34.000,,37405.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,14944.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +511,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-08-24 06:55:52.306000,2024-08-15 08:12:47,1036.0,1.0,179.0,17.0,74.0,30.0,356.0,1535.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'],,43039.0,152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,34259.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-08-24 06:55:52.306,447819.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +512,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-07-18 17:36:15.000000,2024-07-18 17:32:59,357.0,3.0,269.0,44.0,255.0,77.0,197.0,1517.0,A framework for Privacy Preserving Machine Learning.,38.0,25,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,['pytorch'],,427.0,43.0,42.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,427.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,2.0,231.0,46.0,186.0,53.0,121.0,1391.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'],,6650.0,406.0,399.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,6394.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,12825.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +514,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,1364.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'],,168.0,45.0,45.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,168.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +515,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'],,15744.0,1656.0,1640.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,15744.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +516,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,35.0,68.0,57.0,206.0,1253.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,25,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,['tensorflow'],132.0,711.0,139.0,137.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,706.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +517,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-06-10 09:07:10.000000,2024-06-10 09:07:08,398.0,2.0,177.0,26.0,33.0,4.0,129.0,1246.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,25,True,2023-10-11 22:35:06.000,0.13.0,59.0,prince,conda-forge/prince-factor-analysis,,['sklearn'],,153813.0,614.0,596.0,https://pypi.org/project/prince,2023-10-11 22:35:06.000,18.0,153465.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,20202.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +518,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,3.0,245.0,20.0,23.0,5.0,88.0,1209.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,,,,17143.0,703.0,672.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,16746.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,30246.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,,119.0,11.0,23.0,28.0,15.0,1115.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,,,,,505577.0,6390.0,5928.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,462.0,505577.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,2024-08-26 14:27:38.000000,2024-07-24 14:36:04,2074.0,2.0,218.0,42.0,604.0,101.0,440.0,1061.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,18981.0,39.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,39.0,18423.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,23441.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +521,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,5.0,118.0,17.0,84.0,21.0,38.0,706.0,Working with molecular structures in pandas DataFrames.,18.0,25,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,['pandas'],,69288.0,316.0,278.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,66006.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,160860.0,3.0,,,,,,,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +522,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-08-29 13:38:23.000000,2024-08-29 13:37:57,573.0,13.0,101.0,23.0,102.0,15.0,110.0,687.0,Python library for reading audio file metadata.,27.0,25,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,25262.0,113.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,113.0,25262.0,,,,3.0,,,,,,,,tinytag/tinytag,,,,,,,,,,,,,,,,, +523,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-09-04 20:33:29.000000,2024-09-04 20:33:24,894.0,20.0,86.0,10.0,760.0,97.0,448.0,630.0,Automated modeling and machine learning framework FEDOT.,34.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,1134.0,57.0,52.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1134.0,,,,2.0,,,,,,,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +524,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-08-26 11:19:41.000000,2024-08-26 11:19:41,478.0,1.0,49.0,9.0,61.0,187.0,251.0,627.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,,,,56048.0,865.0,788.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,53498.0,https://anaconda.org/conda-forge/pyvips,2024-04-28 16:46:16.622,119856.0,3.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-03 23:00:22.000000,2024-07-23 14:46:53,413.0,6.0,137.0,21.0,49.0,1.0,87.0,567.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,,,,31691.0,2219.0,2166.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,30337.0,https://anaconda.org/conda-forge/medpy,2024-08-18 07:02:58.905,52836.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +526,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,,67.0,15.0,13.0,35.0,7.0,566.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,,,,961333.0,230.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,230.0,953588.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,309839.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +527,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-09-02 18:09:15.000000,2024-08-30 12:42:13,2350.0,63.0,41.0,12.0,15.0,12.0,61.0,502.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,8.0,25,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,208.0,3324.0,47.0,34.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,3321.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +528,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-07-28 17:27:34.085000,2024-07-25 12:35:52,6718.0,9.0,144.0,36.0,400.0,38.0,138.0,382.0,Neuroimaging in Python FMRI analysis package.,69.0,25,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,63102.0,257.0,233.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,24.0,2357.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,121491.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +529,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-09-05 08:22:12.000000,2024-09-04 05:30:28,562.0,12.0,57.0,41.0,315.0,23.0,61.0,304.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-09-04 06:00:45.000,1.5.0,82.0,gokart,,,,,3956.0,88.0,80.0,https://pypi.org/project/gokart,2024-09-04 06:00:45.000,8.0,3956.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +530,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-08-28 19:06:36.000000,2024-08-28 19:06:31,3583.0,589.0,60.0,7.0,322.0,46.0,102.0,264.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,2617.0,120.0,114.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1911.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,32480.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +531,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,4.0,521.0,81.0,39.0,63.0,27.0,11101.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,,,,932.0,54.0,54.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,830.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3265.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +532,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,168.0,1588.0,145.0,74.0,6341.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,['pytorch'],387.0,136.0,21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,131.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +533,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-05-25 03:02:04.000000,2024-05-25 02:46:48,1097.0,,924.0,114.0,675.0,146.0,543.0,5472.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,118.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,['pytorch'],,408.0,21.0,20.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,408.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +534,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'],943.0,811.0,1143.0,1127.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,799.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +535,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-08-23 15:25:36.000000,2024-08-23 14:49:22,219.0,1.0,296.0,77.0,179.0,24.0,54.0,4937.0,"A data augmentations library for audio, image, text, and video.",35.0,24,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,2939.0,142.0,138.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2939.0,,,,3.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,1.0,1015.0,92.0,64.0,257.0,270.0,4701.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'],,31024.0,28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,31024.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +537,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,2.0,982.0,242.0,217.0,51.0,203.0,4497.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,24,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,798.0,61.0,60.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,704.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3877.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +538,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,4122.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,,,,,5315.0,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,5315.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +539,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,3886.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,,,,,972.0,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,972.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +540,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,324.0,86.0,95.0,51.0,32.0,3512.0,Python library that makes it easy for data scientists to create charts.,25.0,24,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,2708.0,87.0,78.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,9.0,2245.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,32474.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +541,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,173.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'],,214.0,61.0,59.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,214.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +542,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,3363.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'],200.0,454582.0,2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,454579.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +543,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-08-23 09:06:37.000000,2024-08-12 16:29:55,476.0,7.0,276.0,50.0,474.0,70.0,259.0,3331.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,24,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,627.0,4992.0,7.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,7.0,3867.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,46751.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,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,1.0,814.0,62.0,642.0,133.0,404.0,3240.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'],,754.0,130.0,129.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,754.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +545,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-08-27 16:46:19.000000,2024-03-18 19:51:35,2374.0,,712.0,158.0,61.0,6.0,808.0,3162.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'],4751.0,911.0,,,,,,,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,68277.0,3.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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,,246.0,31.0,2015.0,3.0,654.0,3152.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,2683.0,29643.0,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,29562.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,110.0,73.0,193.0,117.0,3082.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,,,,4659.0,1045.0,162.0,150.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,986.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,,171.0,20.0,78.0,102.0,177.0,2821.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,,,,,1205.0,54.0,53.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1205.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +549,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-08-01 02:26:29.000000,2024-08-01 02:26:24,769.0,2.0,361.0,90.0,550.0,143.0,92.0,2749.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'],,12950.0,11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,12950.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,,137.0,28.0,200.0,20.0,73.0,2738.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,,,,47623.0,458.0,432.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,43937.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,202762.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,,325.0,92.0,2157.0,214.0,982.0,2692.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,,,,,14258.0,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,14258.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,,345.0,32.0,695.0,43.0,151.0,2640.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,357.0,111.0,107.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,357.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-06-18 18:31:40.000000,2023-07-01 21:40:58,1936.0,,366.0,39.0,91.0,41.0,158.0,2611.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,24,False,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,['pytorch'],,1568.0,7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,1568.0,,,,2.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,64.0,123.0,32.0,350.0,2386.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,['tensorflow'],,135.0,71.0,69.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,135.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,,618.0,88.0,29.0,25.0,52.0,2360.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,,,,,23634.0,742.0,689.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,53.0,23634.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,63.0,32.0,60.0,95.0,2262.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,,,,457.0,2366.0,112.0,111.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2358.0,,,,3.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,,255.0,49.0,98.0,23.0,116.0,2210.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']",,3228.0,131.0,127.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3228.0,,,,3.0,,,,,,,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +558,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,5.0,244.0,38.0,39.0,7.0,114.0,2134.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,,,,5829.0,273.0,260.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5311.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,25911.0,2.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,,669.0,84.0,48.0,24.0,64.0,2109.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,8551.0,543.0,531.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,8551.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,1995.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,['jupyter'],,1264.0,368.0,360.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1087.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,7798.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +561,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-07-16 07:33:35.000000,2024-07-15 22:10:03,578.0,7.0,154.0,56.0,463.0,74.0,103.0,1991.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,32.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,920.0,120.0,110.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,920.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-08-16 19:10:13.000000,2024-08-16 19:10:08,367.0,2.0,272.0,49.0,320.0,262.0,184.0,1815.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'],,380964.0,2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,380964.0,,,,3.0,,,,,,-6.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,49.0,49.0,23.0,91.0,1615.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,,,67393.0,4857.0,412.0,399.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2787.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,45423.0,3.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,,121.0,28.0,31.0,63.0,50.0,1578.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'],,254739.0,523.0,516.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,254739.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +565,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,1.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,24,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,['pytorch'],,182087.0,250.0,246.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,182087.0,,,,2.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,2.0,163.0,103.0,189.0,40.0,25.0,1499.0,fklearn: Functional Machine Learning.,56.0,24,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,1614.0,14.0,14.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,1614.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +567,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,110.0,1277.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,24,True,2023-07-30 07:07:37.000,0.6.2,24.0,stockstats,,,,,7978.0,1101.0,1090.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,7978.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,2024-05-24 12:07:23.000000,2024-05-24 12:07:18,209.0,,85.0,34.0,110.0,8.0,18.0,1232.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'],,19846.0,276.0,265.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,19846.0,,,,3.0,,,,,,,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,206.0,53.0,460.0,144.0,294.0,1201.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,['tensorflow'],,448.0,76.0,67.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,448.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,,221.0,70.0,415.0,75.0,147.0,1163.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,,,,,421.0,175.0,170.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,421.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +571,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,1039.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'],,5197.0,233.0,224.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,5197.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +572,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-08-30 07:29:10.000000,2024-08-24 15:16:00,781.0,1.0,67.0,14.0,129.0,51.0,117.0,1003.0,Visualize large time series data with plotly.py.,12.0,24,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,329928.0,1379.0,1355.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,327958.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,63051.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,,175.0,48.0,114.0,53.0,170.0,981.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,803.0,327.0,304.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,803.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,1.0,191.0,48.0,61.0,1.0,68.0,980.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'],,8452.0,478.0,475.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,8452.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-09-05 14:46:49.000000,2024-09-05 14:46:47,1718.0,291.0,35.0,9.0,1180.0,9.0,42.0,956.0,"Orchestrate heterogeneous ML workloads in Python, like PyTorch for ML infra. Iterable, debuggable, multi-cloud,..",15.0,24,True,2024-09-04 17:42:13.000,0.0.33,41.0,runhouse,,,,31.0,26421.0,1.0,,https://pypi.org/project/runhouse,2024-09-04 16:41:42.000,1.0,26420.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,True +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-09-05 15:05:49.000000,2024-08-27 12:49:30,410.0,38.0,143.0,19.0,84.0,6.0,66.0,901.0,An intuitive library to extract features from time series.,20.0,24,True,2024-08-27 13:19:18.000,0.1.8,12.0,tsfel,,,,,25191.0,152.0,145.0,https://pypi.org/project/tsfel,2024-08-27 13:07:53.000,7.0,25191.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,2023-01-03 21:24:56.000000,2023-01-03 21:24:56,1146.0,,158.0,33.0,25.0,34.0,236.0,742.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,,,,,2019.0,180.0,176.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2019.0,,,,3.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-03 13:49:16.000000,2024-08-28 13:16:20,919.0,8.0,111.0,43.0,117.0,51.0,47.0,665.0,Bias Auditing & Fair ML Toolkit.,22.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,20623.0,176.0,168.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,20623.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,,136.0,130.0,91.0,42.0,67.0,661.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'],,14522.0,223.0,211.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,14522.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-07-30 17:53:48.000000,2024-07-30 17:53:48,3762.0,11.0,69.0,46.0,358.0,21.0,397.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,24,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,['sklearn'],14.0,1080.0,46.0,44.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,601.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,16314.0,3.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,510.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'],,2473567.0,4834.0,4731.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2464275.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,919937.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +582,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-07-08 15:42:44.119000,2024-06-26 08:01:19,535.0,3.0,40.0,5.0,16.0,7.0,51.0,331.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,24,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,['sklearn'],57.0,121760.0,851.0,803.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,48.0,101274.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-07-08 15:42:44.119,962878.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +583,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-08-31 15:20:57.000000,2024-08-31 15:20:52,1052.0,70.0,1187.0,103.0,505.0,100.0,585.0,12503.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",88.0,23,False,2024-08-06 09:48:26.000,2.2.14,100.0,pandas-ai,,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,3.0,,,,,,-4.0,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,, +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,,1379.0,262.0,69.0,115.0,136.0,6397.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,168.0,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,168.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-06-28 18:04:33.000000,2024-06-28 18:04:28,599.0,1.0,745.0,105.0,590.0,107.0,345.0,6099.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'],,66860.0,2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,66860.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +586,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,,1033.0,117.0,105.0,172.0,355.0,5292.0,Backtest trading strategies in Python.,19.0,23,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,15142.0,5.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,5.0,15142.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +587,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,211.0,4842.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,,,,1709.0,,,,,,,,,,3.0,shadowreaver/crypto-signal,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143568.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,3870.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,,,398.0,135.0,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,115.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1711.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,,229.0,54.0,36.0,75.0,125.0,3172.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'],,4488.0,430.0,416.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,3890.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,26322.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +590,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-06-17 16:48:21.000000,2024-06-17 16:48:16,471.0,1.0,322.0,67.0,318.0,50.0,124.0,2852.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'],,1788.0,59.0,58.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1443.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,17612.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,130.0,136.0,60.0,128.0,2402.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'],12871.0,3602.0,67.0,65.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,3447.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +592,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,,300.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,23,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,['pytorch'],,2034.0,33.0,30.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2034.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +593,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,,246.0,44.0,33.0,51.0,90.0,1965.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'],,3995.0,178.0,178.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,3995.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +594,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-09-05 10:37:12.000000,2024-09-05 10:37:12,1286.0,26.0,137.0,33.0,177.0,71.0,149.0,1938.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",27.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,558.0,161.0,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,150.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +595,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,1876.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'],,3048.0,484.0,462.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1876.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,48088.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +596,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,1581.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,['tensorflow'],,72029.0,3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,72029.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +597,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-09-01 10:23:29.000000,2024-09-01 10:27:11,1206.0,10.0,117.0,26.0,68.0,4.0,29.0,1513.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,23,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,['pytorch'],28.0,7311.0,7.0,,https://pypi.org/project/pytorch_toolbelt,2022-06-27 19:59:57.000,7.0,7311.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,1282.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,['sklearn'],,873.0,64.0,64.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,873.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +599,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,4.0,151.0,92.0,122.0,33.0,46.0,1176.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,23,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,248.0,113.0,112.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,248.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +600,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-07-31 11:37:05.000000,2024-07-30 22:14:35,447.0,5.0,210.0,53.0,89.0,68.0,208.0,1035.0,Line based ATR Engine based on OCRopy.,20.0,23,True,2024-07-31 11:34:41.000,1.0.7,42.0,calamari_ocr,,,,,3816.0,8.0,,https://pypi.org/project/calamari_ocr,2024-07-31 11:34:41.000,8.0,3816.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +601,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-08-15 16:04:00.000000,2024-08-15 16:03:59,733.0,1.0,145.0,15.0,106.0,29.0,246.0,991.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'],,31103.0,122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,22777.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-05-19 05:55:47.946,424647.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +602,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,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'],,26172.0,665.0,653.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,26172.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +603,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,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,865.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,20.0,1375.0,99.0,99.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1375.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +604,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,1.0,155.0,17.0,73.0,35.0,109.0,724.0,Ternary plotting library for python with matplotlib.,28.0,23,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,30.0,16847.0,217.0,185.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,15978.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,87787.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +605,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,,80.0,21.0,12.0,,39.0,684.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,,,,11387.0,502.0,497.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11332.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2201.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +606,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-09-05 05:07:45.000000,2024-09-05 05:07:45,985.0,7.0,189.0,24.0,855.0,130.0,394.0,586.0,MONAI Label is an intelligent open source image labeling and learning tool.,61.0,23,True,2024-07-23 17:48:05.000,0.8.3,114.0,monailabel-weekly,,,,92128.0,2947.0,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,523.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +607,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,516.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,['huggingface'],,2272.0,281.0,276.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2272.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +608,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-08-12 09:24:26.000000,2024-08-12 09:24:26,399.0,16.0,102.0,18.0,9.0,7.0,49.0,451.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,23,True,2024-06-08 21:33:50.000,0.0.18,18.0,chefboost,,,,,3560.0,59.0,59.0,https://pypi.org/project/chefboost,2024-06-08 21:33:50.000,,3560.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +609,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2024-09-04 00:22:36.000000,2024-05-15 12:32:23,5658.0,,92.0,17.0,764.0,16.0,446.0,437.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'],,5985.0,71.0,69.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,5985.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +610,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,382.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,,,,191254.0,476.0,432.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,189590.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,79874.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +611,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,,1407.0,149.0,50.0,46.0,11.0,9929.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'],,1008.0,64.0,61.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1008.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +612,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,8.0,639.0,92.0,152.0,99.0,103.0,8369.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,,,,,976.0,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,976.0,,,,3.0,,,,,,,,nebuly-ai/optimate,,,,,,,,,,,,,,,,, +613,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,146.0,1362.0,129.0,987.0,8017.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,,,,,699.0,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,699.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +614,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,,783.0,223.0,25.0,8.0,122.0,5342.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'],,1338.0,22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,1338.0,,,,3.0,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +615,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-08-31 18:49:56.000000,2024-08-30 02:03:46,1631.0,27.0,827.0,145.0,1552.0,367.0,401.0,5041.0,Simple and Distributed Machine Learning.,120.0,22,True,2024-08-30 02:16:51.000,1.0.5,51.0,mmlspark,,,['spark'],,1.0,,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,1.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +616,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,,322.0,75.0,37.0,95.0,75.0,4375.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,,,,,402.0,53.0,53.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,402.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +617,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-08-12 15:50:03.000000,2024-08-12 15:45:58,1602.0,4.0,514.0,148.0,610.0,86.0,75.0,3555.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",167.0,22,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,['pytorch'],,41.0,,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,41.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +618,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,214.0,16.0,24.0,4.0,3415.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,,,,54.0,287.0,14.0,14.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,287.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +619,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,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'],599.0,1261.0,8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1252.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +620,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,53.0,414.0,82.0,106.0,3248.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'],,148.0,49.0,48.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,148.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +621,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'],,1673.0,160.0,158.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1673.0,,,,3.0,,,,,,,,google-deepmind/trfl,,,,,,,,,,,,,,,,, +622,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-09-02 02:30:42.000000,2021-05-06 12:10:38,127.0,,155.0,48.0,70.0,2.0,30.0,3055.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,,,,521.0,53.0,53.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,468.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1717.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +623,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,165.0,120.0,22.0,112.0,2936.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,283.0,10.0,10.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,283.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +624,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,42.0,110.0,80.0,64.0,2882.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,,,,141.0,3513.0,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,3511.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +625,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-08-05 15:27:11.000000,2024-08-05 15:27:03,3460.0,3.0,727.0,7.0,30.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,['spark'],,576.0,1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,576.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +626,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,144.0,36.0,126.0,2385.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'],,68.0,30.0,28.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,68.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +627,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,1855.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,,,,,1389.0,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1389.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +628,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,1788.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']",,2587.0,308.0,297.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2587.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +629,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,1719.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'],611.0,4458.0,168.0,162.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,2106.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,229087.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +630,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,1641.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,22,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,59.0,1087.0,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,1087.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +631,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,44.0,801.0,72.0,485.0,1635.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,99.0,5.0,5.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,99.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +632,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,1588.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'],,1211.0,4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,782.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,24045.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +633,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,,183.0,32.0,86.0,16.0,33.0,1377.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,377.0,94.0,93.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,377.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +634,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,,88.0,40.0,15.0,11.0,27.0,1353.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'],,11306.0,235.0,213.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,11136.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,5982.0,3.0,,,,,,,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +635,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-09-02 23:23:31.000000,2024-06-07 09:12:27,550.0,,133.0,21.0,295.0,21.0,138.0,1313.0,A standard framework for modelling Deep Learning Models for tabular data.,22.0,22,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,['pytorch'],35.0,2981.0,3.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,3.0,2981.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +636,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,,189.0,27.0,57.0,22.0,36.0,1288.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'],,546.0,179.0,174.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,546.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +637,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-07-26 00:37:30.000000,2024-07-26 00:21:42,195.0,6.0,113.0,38.0,30.0,17.0,118.0,1235.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,22,True,2024-07-26 00:44:37.000,2.2.4,84.0,ngt,,,,,2893.0,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,2893.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +638,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,,213.0,65.0,29.0,31.0,12.0,1178.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,11718.0,81.0,79.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,11718.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +639,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,,293.0,96.0,123.0,62.0,97.0,1044.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'],,2119.0,16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1569.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,46800.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +640,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,52.0,99.0,44.0,51.0,1016.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'],,2875.0,255.0,244.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,2875.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +641,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,1004.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,,,,,12510.0,207.0,203.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,12510.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +642,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,952.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,,,,46937.0,756.0,733.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,45218.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,61901.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +643,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,950.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'],,42067.0,108.0,100.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,42067.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +644,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-08-17 17:13:45.000000,2024-08-17 13:50:12,251.0,2.0,115.0,15.0,48.0,38.0,29.0,920.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,,,,641342.0,41309.0,704.0,674.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,27367.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +645,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,919.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,['tensorflow'],28.0,1725.0,2442.0,2433.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1725.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +646,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-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,,167.0,29.0,111.0,88.0,56.0,903.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,,,,50783.0,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,5585.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2268354.0,3.0,,,,,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,721.0,,,,,,,,,,,, +647,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,844.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,1839.0,477.0,476.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,1839.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +648,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,133.0,24.0,594.0,63.0,511.0,843.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,2629.0,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,2629.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +649,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-08-28 13:26:28.147000,2024-08-15 11:12:26,601.0,1.0,142.0,15.0,63.0,37.0,134.0,803.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,34.0,22,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,['pytorch'],,16808.0,62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,13326.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,181070.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +650,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'],,10271.0,18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,5957.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,334866.0,3.0,,,,,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,509.0,,,,,,,,,,,, +651,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-08-25 07:39:58.000000,2024-07-23 12:43:38,1508.0,3.0,80.0,34.0,674.0,22.0,118.0,700.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']",,267.0,14.0,12.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,267.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +652,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,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,683.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'],,32836.0,475.0,465.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,32808.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2985.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +653,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,609.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,,,,8886.0,488.0,463.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,8455.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19431.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +654,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,22.0,19.0,8.0,30.0,596.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,['sklearn'],,10274.0,171.0,166.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,10274.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +655,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,4.0,63.0,17.0,114.0,8.0,48.0,570.0,A simplified framework and utilities for PyTorch.,21.0,22,False,2024-07-08 19:12:54.000,1.17.2,38.0,poutyne,,,['pytorch'],,3101.0,147.0,142.0,https://pypi.org/project/poutyne,2024-07-08 19:15:42.000,5.0,3101.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +656,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-08-18 16:37:29.577000,2024-08-18 15:52:42,512.0,28.0,60.0,25.0,10.0,13.0,44.0,545.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']",,1043.0,30.0,30.0,https://pypi.org/project/small-text,2024-08-18 16:00:34.000,,707.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,8742.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +657,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,,99.0,26.0,8.0,1.0,33.0,518.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,2941.0,29.0,26.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,2941.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +658,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,,102.0,36.0,276.0,71.0,173.0,484.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,,,,362.0,1257.0,83.0,81.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1253.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +659,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-08-30 06:50:55.000000,2024-08-30 06:50:52,386.0,14.0,98.0,28.0,33.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,,,,,23138.0,38.0,36.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,23138.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,379.0,Studio: Simplify and expedite model building process.,24.0,22,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,719.0,6.0,6.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,719.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +661,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2024-09-01 02:29:03.000000,2024-09-01 02:27:39,668.0,8.0,65.0,30.0,481.0,21.0,91.0,372.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,['jupyter'],,23323.0,19.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,15.0,11059.0,https://anaconda.org/conda-forge/vega,2024-05-18 03:50:45.535,637728.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +662,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-08-19 11:40:22.000000,2023-02-01 10:38:52,3728.0,,60.0,28.0,110.0,33.0,184.0,368.0,scalable audio processing framework and server written in Python.,22.0,22,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,158.0,18.0,18.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,158.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +663,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,204.0,282.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,613.0,116.0,108.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,613.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +664,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,4.0,12.0,236.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,,,,154248.0,1231.0,1174.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,152617.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,76677.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +665,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,,28.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,,,,,103107.0,2377.0,2333.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,103107.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +666,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,1190.0,93.0,49.0,395.0,286.0,6480.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,33.0,21,True,,,1.0,pyslowfast,,,['pytorch'],,49.0,17.0,17.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,49.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +667,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,4907.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,,,,,1524.0,20.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +668,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,4599.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,,,['tensorflow'],,4594.0,5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,4591.0,,,,3.0,idealo/image-super-resolution-gpu,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,238.0,,,,,,,,,,,,,,,,,,,, +669,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-05-20 22:36:46.000000,2023-08-15 07:38:22,956.0,,567.0,166.0,47.0,35.0,28.0,4445.0,High-performance TensorFlow library for quantitative finance.,47.0,21,False,,,30.0,tf-quant-finance,,,['tensorflow'],,464.0,3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,464.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +670,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,2904.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'],,1359.0,206.0,203.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1359.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +671,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-06-27 09:47:40.000000,2024-06-27 09:47:40,546.0,1.0,223.0,42.0,133.0,63.0,127.0,2272.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,30.0,21,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,4549.0,6.0,6.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,4549.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +672,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,370.0,84.0,4.0,5.0,18.0,2203.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,,,,,835.0,50.0,50.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,835.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +673,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,248.0,54.0,35.0,16.0,105.0,2091.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'],,8203.0,,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,8203.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +674,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,163.0,24.0,34.0,33.0,31.0,1962.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'],105.0,514.0,30.0,29.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,353.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5275.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +675,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,34.0,176.0,1838.0,A library for graph deep learning research.,50.0,21,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,465.0,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,465.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +676,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,2.0,158.0,18.0,74.0,23.0,41.0,1764.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'],,1658.0,31.0,31.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1658.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +677,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,29.0,424.0,11.0,163.0,1663.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,['pytorch'],,135.0,,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,135.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +678,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,1653.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'],,4594.0,65.0,59.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,4594.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +679,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,,210.0,56.0,52.0,80.0,149.0,1560.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,21,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,2849.0,721.0,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,691.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +680,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,102.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,,,,,1932.0,23.0,23.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,1932.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +681,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,1490.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,,,,,342.0,36.0,36.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,342.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +682,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,,353.0,60.0,47.0,37.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'],,186.0,39.0,33.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,186.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +683,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,1274.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'],,252.0,36.0,36.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,252.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +684,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-06-07 14:38:03.000000,2024-06-07 14:37:59,835.0,,324.0,51.0,796.0,11.0,300.0,1210.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'],19.0,762.0,,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,762.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +685,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,36.0,1076.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,,,,240186.0,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,240026.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,8690.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +686,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,205.0,27.0,61.0,52.0,61.0,1075.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,703.0,518.0,124.0,122.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,2.0,512.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +687,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,1066.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,['tensorflow'],,186.0,29.0,29.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,186.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +688,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2024-06-27 20:02:41.000000,2024-06-27 20:02:41,240.0,2.0,86.0,18.0,160.0,20.0,94.0,858.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,,,,1834.0,62.0,60.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1614.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,9684.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +689,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-08-07 20:25:13.000000,2024-08-07 18:21:25,294.0,1.0,248.0,46.0,18.0,11.0,91.0,850.0,Data compression in TensorFlow.,21.0,21,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,['tensorflow'],,2080.0,2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2080.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +690,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,39.0,840.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,,,,13585.0,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,13240.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,21390.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +691,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,75.0,6.0,5.0,2.0,23.0,839.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,['sklearn'],,21582.0,486.0,471.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,15.0,21582.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +692,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,,160.0,37.0,46.0,43.0,49.0,815.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,487.0,106.0,97.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,487.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +693,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,26.0,162.0,51.0,62.0,768.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'],,561.0,59.0,55.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,561.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +694,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-09-05 12:37:36.000000,2024-09-04 16:47:26,1237.0,40.0,126.0,30.0,1046.0,37.0,54.0,763.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,,,,,480.0,1.0,1.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,480.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +695,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,24.0,19.0,26.0,5.0,743.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'],,42159.0,663.0,655.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,41981.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8391.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +696,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,,,,25.0,39659.0,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,39659.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +697,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,641.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']",,33021.0,668.0,651.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,33021.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +698,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,633.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'],,340.0,94.0,90.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,340.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +699,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,,,,,30260.0,217.0,209.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,30260.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +700,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,44.0,61.0,612.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'],,3599.0,180.0,178.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,3481.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,4612.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +701,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,,95.0,26.0,32.0,35.0,6.0,608.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'],,19716.0,403.0,395.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,19716.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +702,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,605.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,,,,,275.0,63.0,62.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,275.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +703,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,,85.0,7.0,20.0,3.0,92.0,575.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,,,,,9487.0,74.0,72.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,9487.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +704,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,,57.0,10.0,21.0,15.0,37.0,553.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,,,,11203.0,445.0,436.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,10787.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,27484.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +705,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,,167.0,56.0,20.0,39.0,60.0,546.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,174.0,32.0,31.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,174.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +706,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,9.0,10.0,13.0,21.0,496.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,,,,28.0,6398.0,141.0,133.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6398.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +707,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,419.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'],,435639.0,1758.0,1752.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,435639.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +708,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,413.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,97.0,4531.0,128.0,125.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4531.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +709,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-08-24 14:34:24.000000,2024-08-24 14:34:21,823.0,3.0,25.0,8.0,78.0,30.0,22.0,395.0,Flexible time series feature extraction & processing.,6.0,21,True,2024-04-04 10:31:07.000,0.4.0,37.0,tsflex,conda-forge/tsflex,,,,1500.0,16.0,15.0,https://pypi.org/project/tsflex,2024-04-04 10:23:01.000,1.0,843.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,24992.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,377.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,,,,,18735.0,535.0,527.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,18735.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +711,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2024-02-25 19:17:18.000000,2024-02-25 19:17:13,576.0,,85.0,29.0,318.0,75.0,27.0,372.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'],,33125.0,7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,33125.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +712,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,11.0,37.0,29.0,37.0,352.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,,,,,3523.0,255.0,239.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3523.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +713,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,,35.0,18.0,6.0,19.0,21.0,310.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,['tensorflow'],,1349.0,114.0,111.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1349.0,,,,3.0,,,,,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +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,2024-09-05 14:47:34.000000,2024-09-05 14:47:26,781.0,40.0,25.0,5.0,294.0,5.0,,310.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-09-05 14:47:28.000,1.2.3,799.0,upgini,,,,,9872.0,7.0,7.0,https://pypi.org/project/upgini,2024-09-05 14:47:28.000,,9872.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']",,458639.0,19.0,17.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,458639.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-09-01 00:12:21.000000,2024-06-26 15:54:34,489.0,6.0,109.0,19.0,539.0,58.0,126.0,263.0,An open-source toolkit for large-scale genomic analysis.,28.0,21,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,89.0,69266.0,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,69153.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,4842.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +717,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2024-08-26 15:06:41.000000,2024-08-24 17:15:47,524.0,4.0,57.0,14.0,89.0,26.0,39.0,261.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2024-08-26 15:06:41.000,1.2.0,8.0,omlt,,,,,18251.0,22.0,19.0,https://pypi.org/project/omlt,2024-08-26 15:06:41.000,3.0,18251.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +718,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-09-03 04:39:16.000000,2023-07-02 18:02:16,1462.0,,47.0,16.0,203.0,27.0,64.0,243.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,425.0,50.0,44.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,425.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +719,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-08-09 06:53:19.000000,2024-08-09 06:53:17,591.0,6.0,34.0,24.0,644.0,21.0,129.0,242.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,,,,1143.0,1387.0,8.0,8.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,1367.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +720,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,,2392.0,148.0,89.0,255.0,286.0,13319.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,,,,,,,,,,,,,,,,,,,,,,,,, +721,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,,1717.0,19.0,19.0,72.0,24.0,5077.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,,,,,5140.0,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,5140.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +722,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,85.0,180.0,108.0,161.0,3612.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,,,,121.0,2.0,2.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,100.0,,,,3.0,bytepsimage/tensorflow,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1345.0,,,,,,,,,,,,,,,,,,,, +723,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,3407.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,,,,,823.0,157.0,150.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,823.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +724,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,,321.0,59.0,242.0,175.0,111.0,3163.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,,,,688.0,3690.0,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3678.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +725,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,,171.0,65.0,54.0,6.0,44.0,3080.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,,,,46.0,335.0,5.0,5.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,335.0,,,,3.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,,398.0,101.0,54.0,64.0,48.0,2932.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,,,,,694.0,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,694.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,2851.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,84.0,30.0,46.0,80.0,2663.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,519.0,71.0,71.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,519.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,2322.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,,,,,93.0,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,93.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +730,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,2133.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,['pytorch'],,1234.0,19.0,19.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1234.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,,181.0,55.0,895.0,129.0,586.0,1928.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,1037.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +732,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,38.0,31.0,30.0,79.0,1809.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,,,,32.0,6552.0,33.0,33.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,6552.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +733,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,1622.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,,,,,1480.0,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1480.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +734,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,1590.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,,,['tensorflow'],,230.0,1.0,1.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,26.0,,,,3.0,zh794390558/delta,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13118.0,,,,,,,,,,,,,,,,,,,, +735,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,46.0,3.0,13.0,15.0,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'],,1708.0,29.0,29.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1708.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,101.0,36.0,13.0,24.0,1426.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'],,95.0,32.0,32.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,95.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-04-17 19:59:55.000000,2024-04-17 19:59:46,779.0,,182.0,18.0,262.0,77.0,94.0,1331.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']",,42427.0,6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,42427.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,,101.0,39.0,13.0,14.0,9.0,1272.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,,,,,2543.0,158.0,156.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2543.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-02-10 16:41:21.000000,2024-02-10 16:41:20,438.0,,200.0,62.0,7.0,13.0,29.0,1124.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,,,,,237.0,5.0,5.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,237.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +740,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,1025.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,,,,711.0,183.0,181.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,480.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9262.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +741,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,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,20,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,['tensorflow'],,91.0,87.0,83.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,91.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,,130.0,36.0,16.0,9.0,4.0,921.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,610.0,3640.0,3635.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,610.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,2024-06-27 07:32:19.000000,2024-06-27 07:26:43,298.0,4.0,77.0,23.0,47.0,16.0,17.0,826.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'],,1964.0,31.0,25.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1043.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,28579.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,,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'],,747.0,46.0,46.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,747.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +745,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,761.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,,,,,696.0,113.0,113.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,696.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-07-28 01:04:48.000000,2024-07-22 10:16:42,493.0,2.0,112.0,34.0,561.0,211.0,246.0,743.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,,,,,8082.0,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,8082.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +747,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,732.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,20,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,447.0,29.0,27.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,447.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-08-07 20:31:21.000000,2024-01-09 18:05:38,305.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'],,4727.0,3.0,,https://pypi.org/project/dabl,2024-08-07 20:31:21.000,3.0,4727.0,,,,3.0,,,,,,5.0,,,,,,,,,,,,,,,,,,, +749,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,,113.0,18.0,26.0,1.0,87.0,721.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,20,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,8724.0,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,8724.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,,144.0,34.0,84.0,16.0,55.0,627.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'],,218.0,26.0,23.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,218.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +751,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,2.0,105.0,9.0,15.0,6.0,16.0,579.0,Make Waffle Charts in Python.,6.0,20,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,5745.0,404.0,398.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,5556.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,13067.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +752,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,27.0,31.0,5.0,24.0,570.0,Python module for machine learning time series:.,14.0,20,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,1057.0,52.0,50.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1057.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +753,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,13.0,22.0,565.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,,,,,182.0,37.0,33.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,182.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,60.0,9.0,25.0,25.0,541.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,,,,12.0,527.0,111.0,109.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,527.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +755,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2024-06-28 04:46:54.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,224.0,15.0,40.0,493.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']",197.0,36392.0,23.0,21.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,36389.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,,108.0,20.0,57.0,26.0,21.0,492.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,,,,,2889.0,76.0,68.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,2889.0,,,,3.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-09-02 10:07:56.000000,2024-07-16 08:32:27,987.0,30.0,80.0,30.0,95.0,15.0,27.0,433.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,,,,,242.0,12.0,12.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,242.0,,,,3.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,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,409.0,A python package for animating plots build on matplotlib.,7.0,20,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,599.0,63.0,59.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,297.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,14231.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +759,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-08-28 17:11:07.000000,2024-04-26 20:31:49,327.0,,78.0,25.0,345.0,26.0,10.0,341.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,"['tensorflow', 'jupyter']",,1120.0,,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,1120.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +760,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-06-13 05:29:40.000000,2024-06-13 05:28:48,643.0,9.0,43.0,13.0,63.0,3.0,57.0,327.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,20,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,['tensorflow'],,1411.0,37.0,35.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1411.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,,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'],,2489.0,253.0,253.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2489.0,,,,3.0,,,,,,4.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,2024-08-15 00:23:47.000000,2024-08-14 15:39:49,663.0,2.0,18.0,24.0,353.0,47.0,87.0,316.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,,,5846.0,8518.0,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,926.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-05-10 13:02:13.580,218096.0,3.0,,,,,,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,141.0,,,,,,,,,,,, +763,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,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,,,,,399.0,10.0,9.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,399.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-05-21 04:33:27.096000,2024-01-18 11:58:51,626.0,,67.0,28.0,31.0,32.0,113.0,265.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,,,1999.0,3535.0,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1092.0,https://anaconda.org/conda-forge/somoclu,2024-05-21 04:33:27.096,114045.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +765,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,11.0,19.0,6.0,33.0,20.0,39.0,263.0,Streaming over lightweight data transformations.,6.0,20,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,320.0,60.0,57.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,320.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +766,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,18.0,464.0,90.0,76.0,234.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,['pytorch'],,5336.0,81.0,71.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,5336.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,,,,401.0,1121.0,444.0,442.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1117.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +768,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,3160.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,,2106.0,2106.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,,254.0,56.0,65.0,8.0,31.0,1378.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,,,,,59.0,3.0,3.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,59.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +770,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,1105.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'],,17328.0,2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,17328.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +771,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,,138.0,17.0,11.0,42.0,43.0,1079.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'],,3865.0,153.0,148.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,3865.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,,141.0,14.0,24.0,58.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,,,,,277.0,102.0,101.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,277.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,,230.0,29.0,38.0,43.0,21.0,849.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,,,,,2088.0,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,2088.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +774,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'],,211.0,14.0,14.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,211.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +775,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-08-18 17:19:42.000000,2024-08-18 17:07:49,821.0,2.0,40.0,15.0,18.0,1.0,22.0,599.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,,,,,626.0,17.0,17.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,626.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +776,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,561.0,A library of metrics for evaluating recommender systems.,20.0,19,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,7.0,4090.0,56.0,56.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4090.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +777,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,557.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,,,,,1236.0,51.0,51.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1236.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +778,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,1.0,54.0,18.0,10.0,4.0,18.0,518.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'],,1138.0,60.0,60.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1138.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +779,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,468.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']",,366.0,52.0,52.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,366.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +780,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-09-04 12:31:15.000000,2024-07-27 08:09:44,3033.0,8.0,63.0,11.0,266.0,11.0,110.0,435.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,24.0,19,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,['pytorch'],,131.0,3.0,3.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,131.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +781,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,247.0,10.0,23.0,418.0,A toolkit that streamlines and automates the generation of model cards.,22.0,19,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,24.0,1004.0,25.0,24.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1004.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +782,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,24.0,48.0,18.0,19.0,405.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'],,5566.0,28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,5138.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,34242.0,3.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,283.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'],,5146.0,10.0,10.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,586.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,214359.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-08-02 14:28:42.000000,2024-08-02 14:28:42,423.0,1.0,76.0,21.0,441.0,27.0,51.0,271.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,,,,,234.0,3.0,3.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,234.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +785,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,212.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,15952.0,91.0,89.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,15952.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +786,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,3.0,33.0,11.0,202.0,21.0,76.0,198.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,19,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,['sklearn'],,618.0,40.0,39.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,618.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,,765.0,338.0,58.0,2.0,,6744.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,,,,359.0,88.0,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,82.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,112.0,51.0,46.0,160.0,6269.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,2024-08-28 18:43:26.000000,2024-08-28 18:43:21,703.0,10.0,423.0,39.0,851.0,149.0,118.0,3229.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,84.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,,413.0,106.0,83.0,67.0,48.0,2966.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,8603.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,,176.0,23.0,20.0,18.0,30.0,1671.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,,,,40.0,116.0,7.0,7.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,115.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +792,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,26.0,1005.0,127.0,65.0,1647.0,Version control for machine learning.,17.0,18,False,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,117.0,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,117.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +793,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,1266.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,,,,,192.0,3.0,2.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,192.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,,163.0,43.0,5.0,4.0,7.0,1095.0,XAI - An eXplainability toolbox for machine learning.,3.0,18,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,326.0,31.0,31.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,326.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +795,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-05-29 14:46:40.000000,2024-04-25 03:40:02,286.0,,60.0,15.0,60.0,8.0,21.0,1011.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",14.0,18,True,2024-04-25 03:41:41.000,3.0.2,34.0,uform,,,['pytorch'],381.0,961.0,7.0,6.0,https://pypi.org/project/uform,2024-04-25 03:41:41.000,1.0,941.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +796,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,18.0,42.0,23.0,60.0,903.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,18,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,516.0,190.0,187.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,322.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,9545.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,,84.0,14.0,35.0,3.0,24.0,813.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,3207.0,37.0,33.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3207.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,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,768.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'],,2860.0,43.0,43.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2763.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3416.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,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,,,,,528.0,4.0,4.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,528.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +800,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,47256.0,14.0,13.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,251.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2256242.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +801,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,558.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,,,,,1377.0,21.0,19.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1377.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +802,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,,140.0,56.0,72.0,18.0,71.0,524.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,148.0,21.0,21.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,148.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +803,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-08-11 17:21:13.000000,2024-08-11 17:21:13,1772.0,1.0,74.0,9.0,218.0,49.0,81.0,524.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,18,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,178.0,741.0,33.0,32.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,736.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,478.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'],,508.0,13.0,13.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,508.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,477.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'],,745.0,3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,745.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,,105.0,71.0,7.0,15.0,19.0,428.0,semantic similarity framework for knowledge graph.,10.0,18,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,226.0,47.0,47.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,226.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +807,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,393.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,92.0,6058.0,126.0,122.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,6057.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +808,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,345.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,,,,,182.0,6.0,6.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,182.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +809,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'],,303.0,16.0,14.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,303.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,,52.0,11.0,60.0,17.0,41.0,331.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,215.0,41.0,37.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,215.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +811,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,1.0,129.0,34.0,325.0,84.0,131.0,330.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,,,,214.0,,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,,197.0,,,,3.0,brainiak/brainiak,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1844.0,,,,,,,,,,,,,,,,,,,, +812,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'],181.0,83.0,4.0,4.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,80.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +813,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,224.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,,,,1987.0,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,1878.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3495.0,3.0,,,,,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +814,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,,1348.0,466.0,21.0,59.0,167.0,7090.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,,,,,,,,,,,,,,,,, +815,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,,460.0,79.0,36.0,83.0,68.0,1688.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,17,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,142.0,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,142.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +816,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,1541.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,,,,,89.0,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,69.0,,,,3.0,tobegit3hub/advisor,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1690.0,,,,,,,,,,,,,,,,,,,, +817,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,144.0,17.0,11.0,25.0,18.0,1162.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'],,291.0,58.0,56.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,291.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +818,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,776.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,,,,,400.0,51.0,51.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,400.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +819,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,,111.0,19.0,58.0,2.0,13.0,763.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,,34.0,5209.0,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,5209.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +820,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,703.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,,,,469.0,188.0,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,182.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +821,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,690.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,17,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,101.0,3.0,3.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,101.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +822,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,432.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,['sklearn'],,3824.0,3.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,3.0,3824.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +823,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,399.0,Deep Learning PyTorch.,1.0,17,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,['pytorch'],,846.0,7.0,7.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,846.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +824,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,43.0,11.0,60.0,31.0,47.0,238.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'],,62.0,20.0,16.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,62.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +825,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,8.0,44.0,230.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,99.0,30.0,28.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,99.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +826,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,1.0,57.0,5.0,2.0,3.0,1.0,130.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,17,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,304549.0,9689.0,9560.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,304517.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1232.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +827,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,119.0,24.0,17.0,353.0,4309.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,16,True,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +828,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,3937.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +829,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,139.0,28.0,217.0,102.0,2889.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'],,21.0,1.0,1.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,21.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +830,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,1845.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,,,,46.0,42.0,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,42.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +831,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,120.0,29.0,111.0,14.0,25.0,1078.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,,,,,,,, +832,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,,108.0,19.0,37.0,20.0,8.0,1040.0,Distributed Computing for AI Made Simple.,5.0,16,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,110.0,79.0,78.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,110.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +833,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,821.0,Translate - a PyTorch Language Library.,88.0,16,False,,,1.0,pytorch-translate,,,['pytorch'],,27.0,,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +834,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,799.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,['pytorch'],,4139.0,84.0,83.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,4139.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +835,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']",,9561.0,1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,9561.0,,,,3.0,,,,,,-4.0,,,,,,,,,,,,,,,,,,, +836,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,,125.0,42.0,435.0,25.0,130.0,712.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +837,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,,92.0,18.0,19.0,4.0,29.0,634.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,88.0,17.0,17.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,88.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +838,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,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,16,True,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,235.0,131.0,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,128.0,,,,3.0,,,,,,,,typedb/typedb-ml,,,,,,,,,,,,,,,,, +839,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,411.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,,,,,64.0,4.0,3.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,64.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +840,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,16,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,['pytorch'],,93.0,11.0,11.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,93.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +841,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,16,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,['tensorflow'],,93.0,,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,93.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +842,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,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,,,,,52.0,88.0,88.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +843,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,18.0,93.0,30.0,18.0,317.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,"['sklearn', 'pandas']",11.0,2639.0,2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2639.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +844,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,271.0,A Jax-based library for designing and training transformer models from scratch.,3.0,16,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,['jax'],,166.0,1.0,1.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,166.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +845,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,242.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,,,,,245.0,3.0,3.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,245.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +846,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'],,233.0,16.0,16.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,233.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +847,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,,44.0,1.0,,,,206.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'],,991.0,,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,991.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +848,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,202.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'],,238.0,11.0,9.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,238.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +849,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,153.0,Toolkit for developing and maintaining ML models.,14.0,16,False,2024-02-02 14:57:28.000,0.1.2,35.0,modelkit,,,,,6834.0,,,https://pypi.org/project/modelkit,2024-02-02 14:55:53.000,,6834.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +850,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,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,89.0,63.0,58.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,89.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +851,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,16,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,['pytorch'],,139.0,49.0,49.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,139.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +852,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-08-28 10:19:32.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-08-28 10:19:32.000,3.45.0,295.0,comet_ml,comet_ml,,,,768295.0,74.0,,https://pypi.org/project/comet_ml,2024-08-28 10:19:32.000,74.0,768295.0,https://anaconda.org/anaconda/comet_ml,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +853,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,,841.0,77.0,35.0,120.0,59.0,3387.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,15,False,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +854,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2199.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +855,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,1158.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +856,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,1069.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,,,,,2.0,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,2.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +857,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,843.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,['pytorch'],,95.0,17.0,17.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,95.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +858,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,27.0,10.0,25.0,51.0,793.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,10.0,anchor_exp,,,,,1010.0,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1010.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +859,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,726.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,['pytorch'],,108.0,22.0,22.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,108.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +860,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,681.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,['pytorch'],,106.0,8.0,6.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,106.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +861,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,,56.0,16.0,83.0,18.0,49.0,592.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'],,139.0,,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,139.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +862,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,512.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,,,,,255.0,12.0,12.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,255.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-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,,42.0,21.0,169.0,6.0,65.0,496.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,,,,,109.0,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,109.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +864,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,490.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,True,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,113.0,3.0,3.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,113.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,1.0,52.0,10.0,17.0,10.0,29.0,404.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,,,,17.0,208.0,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,208.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,,394.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,,,,190.0,11.0,10.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,54.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,6848.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,,40.0,12.0,17.0,2.0,5.0,372.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'],,211.0,4.0,4.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,211.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'],,195.0,27.0,27.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,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,,18.0,13.0,271.0,64.0,181.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,390.0,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,390.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +870,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,,,,,331.0,7.0,6.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,331.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +871,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,223.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'],,348.0,9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,348.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +872,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'],,428.0,28.0,28.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,428.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +873,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,192.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'],,865.0,13.0,13.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,865.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +874,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,,994.0,64.0,13.0,44.0,25.0,3662.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,['sklearn'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +875,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,67.0,26.0,10.0,97.0,1683.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +876,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,53.0,23.0,42.0,85.0,1289.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,['pytorch'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +877,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,,,,1927.0,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,408.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,75987.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +878,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,6.0,45.0,11.0,11.0,1.0,15.0,742.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",8.0,14,True,,,,rliable`,,,,,,144.0,144.0,https://pypi.org/project/rliable`,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +879,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-06-18 15:30:37.000000,2024-06-18 15:30:34,80.0,1.0,61.0,16.0,65.0,7.0,9.0,440.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,14,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,109.0,11.0,11.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,109.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +880,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,412.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'],,136.0,,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,136.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +881,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,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,,,,,1497.0,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,1497.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +882,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,,17.0,11.0,58.0,3.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'],,99.0,,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,99.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +883,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,32.0,8.0,72.0,31.0,8.0,233.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,124.0,5.0,5.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,124.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +884,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,,,,,170.0,41.0,41.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,170.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +885,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,3801.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +886,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,2690.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +887,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,,84.0,47.0,4.0,3.0,,2529.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'],70.0,1222.0,1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,1220.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +888,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,1362.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +889,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,1.0,150.0,32.0,,53.0,60.0,1215.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,13,True,,,4.0,,milagraph/graphvite,,,,79.0,,,,,,,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4823.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +890,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-08-13 12:19:40.000000,2022-11-21 12:12:41,1044.0,,13.0,6.0,26.0,1.0,2.0,262.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,,['pytorch'],9.0,154.0,,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,149.0,,,,3.0,enliteai/maze,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,248.0,,,,,,,,,,,,,,,,,,,, +891,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,250.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,64.0,2.0,2.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,64.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +892,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'],,56.0,5.0,5.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,56.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +893,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,122.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,44.0,2.0,2.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,44.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +894,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,,461.0,93.0,22.0,52.0,15.0,3264.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +895,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,404.0,63.0,6.0,63.0,17.0,1910.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +896,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,321.0,87.0,11.0,12.0,6.0,1755.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +897,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,53.0,17.0,3.0,2.0,1.0,534.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,116.0,4.0,4.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,116.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,,27.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,126.0,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,126.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,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,,,,136.0,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,127.0,,,,3.0,modelchimp/modelchimp-server,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.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,121.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,"['tensorflow', 'pytorch']",,70.0,5.0,5.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,70.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,111.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,89.0,5.0,5.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,89.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,103.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'],,986.0,,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,986.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +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,,11.0,13.0,26.0,4.0,13.0,85.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,,,,,114.0,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,114.0,,,,3.0,,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,, +904,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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,69.0,2.0,2.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,69.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +905,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,12.0,17.0,,,44.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,151.0,2.0,2.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,151.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,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,130.0,7.0,7.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,130.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +907,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,,109.0,44.0,13.0,7.0,20.0,948.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +908,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,915.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +909,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'],,,4.0,4.0,,,,,,,,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,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,['tensorflow'],,52.0,2.0,2.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,52.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-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,117.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,['jax'],,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +912,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,,86.0,17.0,5.0,4.0,12.0,594.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,['sklearn'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +913,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,,50.0,15.0,13.0,14.0,11.0,518.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,['pytorch'],,,,,,,,,,,,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,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,56.0,3.0,3.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,56.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +915,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']",,40.0,1.0,1.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,40.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,147.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,19.0,1.0,1.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +917,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,,7.0,7.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,,,,53.0,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,53.0,https://anaconda.org/conda-forge/tslumen,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-09-12_changes.md b/history/2024-09-12_changes.md new file mode 100644 index 00000000..accb7c91 --- /dev/null +++ b/history/2024-09-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._ + +- Gradio (🥇44 · ⭐ 32K · 📈) - Wrap UIs around any model, share with anyone. Apache-2 +- spaCy (🥇44 · ⭐ 30K · 📈) - Industrial-strength Natural Language Processing (NLP) in Python. MIT +- dash (🥇43 · ⭐ 21K · 📈) - Data Apps & Dashboards for Python. No JavaScript Required. MIT +- PyOD (🥇37 · ⭐ 8.4K · 📈) - A Python Library for Outlier and Anomaly Detection, Integrating.. BSD-2 +- haystack (🥈36 · ⭐ 17K · 📈) - AI orchestration framework to build customizable, production-.. Apache-2 +- PennyLane (🥇36 · ⭐ 2.3K · 📈) - PennyLane is a cross-platform Python library for quantum.. Apache-2 +- stanza (🥈34 · ⭐ 7.2K · 📈) - Stanford NLP Python library for tokenization, sentence.. Apache-2 +- pytorch-forecasting (🥈32 · ⭐ 3.9K · 📈) - Time series forecasting with PyTorch. MIT +- Prince (🥈29 · ⭐ 1.2K · 📈) - Multivariate exploratory data analysis in Python PCA, CA, MCA,.. MIT +- NeoML (🥉23 · ⭐ 760 · 📈) - Machine learning framework for both deep learning and traditional.. 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._ + +- gensim (🥇40 · ⭐ 16K · 📉) - Topic Modelling for Humans. ❗️LGPL-2.1 +- Datasette (🥈35 · ⭐ 9.4K · 📉) - An open source multi-tool for exploring and publishing data. Apache-2 +- OCRmyPDF (🥇34 · ⭐ 14K · 📉) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing.. MPL-2.0 +- TensorFlow Text (🥈34 · ⭐ 1.2K · 📉) - Making text a first-class citizen in TensorFlow. Apache-2 +- NNI (🥇33 · ⭐ 14K · 💤) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT +- STUMPY (🥇33 · ⭐ 3.6K · 📉) - STUMPY is a powerful and scalable Python library for modern time.. BSD-3 +- AzureML SDK (🥈31 · ⭐ 4.1K · 📉) - Python notebooks with ML and deep learning examples with Azure.. MIT +- skorch (🥉30 · ⭐ 5.8K · 📉) - A scikit-learn compatible neural network library that.. BSD-3 +- bt (🥈30 · ⭐ 2.2K · 📉) - bt - flexible backtesting for Python. MIT +- arch (🥈30 · ⭐ 1.3K · 📉) - ARCH models in Python. ❗Unlicensed + diff --git a/history/2024-09-12_projects.csv b/history/2024-09-12_projects.csv new file mode 100644 index 00000000..e054b0f0 --- /dev/null +++ b/history/2024-09-12_projects.csv @@ -0,0 +1,919 @@ +,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,docs_url,labels,github_release_downloads,monthly_downloads,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,helm_id,trending,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-09-02 06:22:28.000000,2024-09-02 06:22:28,1567.0,8.0,695.0,117.0,338.0,62.0,145.0,4854.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,,166.0,57.0,205.0,,3.0,2281.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,244.0,93.0,199.0,6.0,5.0,3608.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,244.0,93.0,199.0,6.0,5.0,3608.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,244.0,93.0,199.0,6.0,5.0,3608.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,244.0,93.0,199.0,6.0,5.0,3608.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,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-09-12 13:55:39.000000,2024-09-12 11:39:09,78369.0,3950.0,21955.0,1748.0,90559.0,14808.0,30969.0,82096.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5115.0,56,True,2024-09-04 19:59:29.000,2.4.1,55.0,torch,pytorch/pytorch,https://pytorch.org/docs/stable/index.html,['pytorch'],56135.0,34749925.0,541233.0,522702.0,https://pypi.org/project/torch,2024-09-04 19:10:42.000,18531.0,34096619.0,https://anaconda.org/pytorch/pytorch,2024-09-03 16:47:49.313,23498006.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +7,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-09-12 14:10:27.000000,2024-09-12 13:35:25,169515.0,3744.0,74168.0,7600.0,35246.0,4672.0,38062.0,187997.0,An Open Source Machine Learning Framework for Everyone.,4676.0,55,True,2024-07-11 16:45:52.000,2.17.0,197.0,tensorflow,conda-forge/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],,18557042.0,415535.0,407733.0,https://pypi.org/project/tensorflow,2024-07-11 16:45:52.000,7802.0,17721716.0,https://anaconda.org/conda-forge/tensorflow,2024-08-31 23:00:17.783,4932825.0,1.0,tensorflow/tensorflow,https://hub.docker.com/r/tensorflow/tensorflow,2024-09-12 12:48:44.377019,2550.0,78087020.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,2024-09-12 14:11:15.000000,2024-09-12 14:03:15,16809.0,657.0,26184.0,1117.0,17322.0,1400.0,14622.0,131913.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2804.0,52,True,2024-08-22 16:56:32.000,4.44.2,157.0,transformers,conda-forge/transformers,,"['pytorch', 'tensorflow']",,36307192.0,219692.0,213574.0,https://pypi.org/project/transformers,2024-08-22 16:56:29.000,6118.0,36266783.0,https://anaconda.org/conda-forge/transformers,2024-08-23 08:59:54.225,2020487.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,2024-09-12 13:12:10.000000,2024-09-12 13:12:10,31682.0,271.0,25248.0,2139.0,17700.0,2090.0,9564.0,59407.0,scikit-learn: machine learning in Python.,3178.0,52,True,2024-09-11 15:52:05.000,1.5.2,81.0,scikit-learn,conda-forge/scikit-learn,,['sklearn'],1021.0,71245435.0,908241.0,884112.0,https://pypi.org/project/scikit-learn,2024-09-11 15:49:19.000,24129.0,70652640.0,https://anaconda.org/conda-forge/scikit-learn,2024-09-11 20:00:28.266,30824857.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-09-11 22:28:51.000000,2024-09-11 22:28:51,33378.0,638.0,5121.0,347.0,11258.0,1808.0,8775.0,12893.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1681.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,411939.0,119356058.0,1133739.0,1088921.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,44818.0,118218736.0,https://anaconda.org/conda-forge/scipy,2024-09-09 09:00:52.252,52144621.0,1.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-09-12 00:13:03.000000,2024-09-12 00:13:03,58860.0,756.0,4370.0,292.0,13378.0,5124.0,8853.0,12766.0,A computer algebra system written in pure Python.,1325.0,49,True,2024-08-11 16:59:00.000,1.13.2,63.0,sympy,conda-forge/sympy,,,547366.0,30877309.0,171897.0,168480.0,https://pypi.org/project/sympy,2024-08-11 16:58:39.000,3417.0,30747568.0,https://anaconda.org/conda-forge/sympy,2024-08-12 22:08:15.340,6534198.0,1.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-09-11 22:29:47.000000,2024-09-11 22:29:41,10939.0,199.0,19415.0,1911.0,7437.0,239.0,11879.0,61590.0,Deep Learning for humans.,1329.0,48,True,2024-08-12 20:42:48.000,3.5.0,102.0,keras,conda-forge/keras,https://keras.io,['tensorflow'],,14051217.0,1541.0,,https://pypi.org/project/keras,2024-08-12 20:42:48.000,1541.0,13978804.0,https://anaconda.org/conda-forge/keras,2024-08-17 19:28:53.337,3693068.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-09-12 11:57:41.000000,2024-09-12 09:28:44,51014.0,496.0,7554.0,594.0,18324.0,1600.0,9248.0,19959.0,matplotlib: plotting with Python.,1720.0,48,True,2024-08-13 01:44:21.000,3.9.2,127.0,matplotlib,conda-forge/matplotlib,,,,72904145.0,1376686.0,1327914.0,https://pypi.org/project/matplotlib,2024-08-13 01:44:21.000,48772.0,72398630.0,https://anaconda.org/conda-forge/matplotlib,2024-08-22 20:32:53.714,25781280.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-09-12 11:47:49.000000,2024-09-12 11:47:49,18457.0,469.0,2210.0,220.0,5045.0,134.0,3068.0,12087.0,Python Imaging Library (Fork).,477.0,48,True,2024-07-01 09:51:39.000,10.4.0,98.0,Pillow,conda-forge/pillow,,,,115569948.0,1827281.0,1819599.0,https://pypi.org/project/Pillow,2024-07-01 09:45:22.000,7682.0,114690050.0,https://anaconda.org/conda-forge/pillow,2024-09-11 18:35:06.338,43994904.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-09-12 14:38:03.000000,2024-09-11 21:36:59,6626.0,212.0,2992.0,319.0,4850.0,926.0,3592.0,34507.0,Streamlit A faster way to build and share data apps.,241.0,46,True,2024-08-27 18:46:56.000,1.38.0,226.0,streamlit,,,,,5758032.0,506502.0,503826.0,https://pypi.org/project/streamlit,2024-08-27 18:46:49.000,2676.0,5758032.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +16,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-09-12 14:23:17.000000,2024-09-12 14:11:36,22931.0,1584.0,2722.0,326.0,15286.0,1687.0,4174.0,29793.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",746.0,46,True,2024-09-11 20:10:43.000,0.4.32,166.0,jax,conda-forge/jaxlib,,,,3414503.0,31675.0,29861.0,https://pypi.org/project/jax,2024-09-11 20:10:43.000,1814.0,3382350.0,https://anaconda.org/conda-forge/jaxlib,2024-08-31 00:56:55.014,1639847.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +17,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-09-12 12:13:05.000000,2024-09-12 12:13:04,50888.0,1988.0,5539.0,718.0,49684.0,1773.0,17323.0,22068.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1270.0,46,True,2024-06-27 10:00:34.000,3.0.0-beta0,69.0,paddlepaddle,,,['paddle'],15389.0,620795.0,6029.0,5869.0,https://pypi.org/project/paddlepaddle,2024-07-08 06:22:25.000,160.0,620637.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +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-09-12 06:51:25.000000,2024-09-12 03:39:21,22618.0,726.0,5571.0,474.0,28945.0,3963.0,14886.0,33007.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,1068.0,45,True,2024-08-28 00:11:51.000,ray-2.35.0,114.0,ray,conda-forge/ray-tune,,,235.0,4511164.0,18452.0,17689.0,https://pypi.org/project/ray,2024-08-27 22:09:04.000,763.0,4502341.0,https://anaconda.org/conda-forge/ray-tune,2024-08-29 18:04:13.302,396958.0,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,2024-09-11 07:55:08.000000,2024-09-11 07:54:19,7084.0,180.0,8699.0,910.0,5536.0,463.0,4887.0,26093.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",649.0,45,True,2024-07-31 08:14:26.000,2.1.1,83.0,xgboost,conda-forge/xgboost,https://xgboost.readthedocs.io/en/latest/,,10706.0,20830976.0,108787.0,106842.0,https://pypi.org/project/xgboost,2024-07-31 08:14:26.000,1945.0,20726219.0,https://anaconda.org/conda-forge/xgboost,2024-08-28 02:29:22.781,5233692.0,1.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,2024-09-12 11:05:26.000000,2024-09-12 10:04:09,20586.0,61.0,4176.0,443.0,6154.0,760.0,6972.0,19214.0,"Interactive Data Visualization in the browser, from Python.",698.0,45,True,2024-08-23 08:14:02.000,3.5.2,214.0,bokeh,conda-forge/bokeh,,,,4571770.0,93748.0,92039.0,https://pypi.org/project/bokeh,2024-08-23 08:14:02.000,1709.0,4280479.0,https://anaconda.org/conda-forge/bokeh,2024-08-23 12:55:11.815,14855848.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +21,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-04 01:00:39.000000,2024-09-04 01:00:39,14678.0,145.0,2856.0,463.0,1487.0,273.0,1548.0,13417.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,,,,22908186.0,308556.0,303958.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4598.0,22842568.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2755997.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,2024-09-12 11:32:29.000000,2024-09-12 11:32:29,15483.0,77.0,2865.0,283.0,3916.0,2828.0,2783.0,9976.0,Statsmodels: statistical modeling and econometrics in Python.,434.0,45,True,2024-04-17 08:41:57.000,0.14.2,37.0,statsmodels,conda-forge/statsmodels,,,33.0,16406147.0,139581.0,135227.0,https://pypi.org/project/statsmodels,2024-04-17 08:41:57.000,4354.0,16115598.0,https://anaconda.org/conda-forge/statsmodels,2024-05-17 10:41:00.825,14818049.0,1.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,2024-09-12 14:17:32.000000,2024-09-12 14:17:28,42155.0,853.0,28177.0,2023.0,48058.0,215.0,,39276.0,Apache Spark Python API.,3119.0,44,True,2024-08-12 14:57:56.000,3.5.2,46.0,pyspark,conda-forge/pyspark,,['spark'],,30241764.0,1513.0,,https://pypi.org/project/pyspark,2024-08-12 14:57:56.000,1513.0,30175150.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3397362.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,2024-09-12 15:20:42.000000,2024-09-10 21:38:52,7011.0,288.0,2393.0,170.0,4236.0,556.0,4185.0,32104.0,"Wrap UIs around any model, share with anyone.",377.0,44,True,2024-09-10 21:46:23.000,4.44.0,586.0,gradio,,,,,6286199.0,41076.0,40323.0,https://pypi.org/project/gradio,2024-09-10 21:46:23.000,753.0,6286199.0,,,,1.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-09-11 21:46:54.000000,2024-09-10 12:29:03,16154.0,22.0,4355.0,560.0,4012.0,135.0,5511.0,29639.0,Industrial-strength Natural Language Processing (NLP) in Python.,757.0,44,True,2024-09-11 21:46:54.000,3.8.0,235.0,spacy,conda-forge/spacy,,,218.0,12272345.0,101016.0,98391.0,https://pypi.org/project/spacy,2024-09-11 21:46:54.000,2625.0,12193193.0,https://anaconda.org/conda-forge/spacy,2024-07-29 11:52:18.238,4036695.0,1.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-09-09 05:49:51.000000,2024-09-08 14:38:06,10416.0,87.0,3341.0,247.0,10264.0,762.0,6295.0,27946.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",969.0,44,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,['pytorch'],8379.0,6487702.0,37742.0,36318.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1424.0,6462572.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1270733.0,2.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-09-12 14:05:56.000000,2024-09-12 14:05:55,6456.0,381.0,4131.0,297.0,9007.0,1587.0,2561.0,18317.0,Open source platform for the machine learning lifecycle.,769.0,44,True,2024-08-30 22:00:41.000,2.16.0,111.0,mlflow,conda-forge/mlflow,,,,14022605.0,42812.0,41956.0,https://pypi.org/project/mlflow,2024-08-30 08:49:56.000,856.0,13977106.0,https://anaconda.org/conda-forge/mlflow,2024-09-04 14:05:24.643,2320464.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +28,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-09-12 14:09:02.000000,2024-09-09 20:42:45,6659.0,134.0,2535.0,273.0,1700.0,530.0,2438.0,15994.0,The interactive graphing library for Python This project now includes Plotly Express!.,266.0,44,True,2024-08-29 17:58:45.000,5.24.0,300.0,plotly,conda-forge/plotly,,,,18341463.0,307530.0,301355.0,https://pypi.org/project/plotly,2024-08-29 17:54:43.000,6166.0,18202858.0,https://anaconda.org/conda-forge/plotly,2024-08-30 03:08:35.026,6903501.0,1.0,,,,,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,5846.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-09-08 18:22:37.000000,2024-09-08 18:22:37,7782.0,82.0,3202.0,279.0,3868.0,347.0,3021.0,14716.0,Network Analysis in Python.,746.0,44,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,73.0,66637758.0,300496.0,291234.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,9262.0,66279037.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,17577335.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-09-12 14:31:57.000000,2024-09-10 00:10:27,8314.0,97.0,1693.0,212.0,5956.0,1090.0,4246.0,12393.0,Parallel computing with task scheduling.,608.0,44,True,2024-08-30 20:43:20.000,2024.8.2,206.0,dask,conda-forge/dask,,,,10709223.0,66624.0,64299.0,https://pypi.org/project/dask,2024-08-30 20:43:20.000,2325.0,10481289.0,https://anaconda.org/conda-forge/dask,2024-08-31 00:34:24.911,11852572.0,1.0,,,,,,stable/dask,,,,,,,,,,,,,,,,,, +31,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-09-12 08:57:36.000000,2024-09-07 03:06:18,2757.0,75.0,3233.0,240.0,956.0,760.0,1768.0,22483.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,,,,6483054.0,20794.0,20051.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,743.0,6398488.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,3805510.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-09-12 14:42:56.000000,2024-09-12 14:42:52,7662.0,141.0,2041.0,418.0,1118.0,463.0,1340.0,21156.0,Data Apps & Dashboards for Python. No JavaScript Required.,161.0,43,True,2024-09-04 14:31:07.000,2.18.0,180.0,dash,conda-forge/dash,,,76.0,3342913.0,69949.0,68677.0,https://pypi.org/project/dash,2024-09-04 14:26:34.000,1272.0,3314141.0,https://anaconda.org/conda-forge/dash,2024-09-05 04:54:06.311,1467362.0,1.0,,,,,,,1.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-09-12 10:20:06.000000,2024-09-12 09:20:52,2817.0,71.0,3652.0,440.0,3335.0,333.0,2496.0,17629.0,Open standard for machine learning interoperability.,323.0,43,True,2024-08-01 13:15:32.000,1.16.2,34.0,onnx,conda-forge/onnx,,,21663.0,5638213.0,34062.0,33031.0,https://pypi.org/project/onnx,2024-08-01 13:10:23.000,1031.0,5614071.0,https://anaconda.org/conda-forge/onnx,2024-09-03 14:45:24.706,1217950.0,1.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-09-10 21:22:59.000000,2024-09-04 03:30:30,3566.0,78.0,3819.0,433.0,3250.0,367.0,3057.0,16527.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",318.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,234287.0,9868488.0,38224.0,37147.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,9810281.0,https://anaconda.org/conda-forge/lightgbm,2024-08-02 18:29:39.160,2667612.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,2024-09-12 14:22:29.000000,2024-09-12 14:22:26,2678.0,291.0,1506.0,187.0,3174.0,627.0,768.0,12649.0,Development repository for the Triton language and compiler.,321.0,43,True,2024-07-09 07:22:23.000,3.0.0,195.0,triton,,,,,13952363.0,36387.0,36152.0,https://pypi.org/project/triton,2024-07-09 07:22:23.000,235.0,13952363.0,,,,1.0,,,,,,,,triton-lang/triton,,,,,,,,,,,,,,,, +36,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-09-12 15:08:54.000000,2024-09-12 15:08:48,17647.0,4429.0,1396.0,67.0,2474.0,550.0,2585.0,12165.0,"Python SDK, Proxy Server to call 100+ LLM APIs using the OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere,..",332.0,43,True,2024-09-12 15:02:03.000,1.44.25,943.0,litellm,,,others,231.0,1650457.0,3600.0,3209.0,https://pypi.org/project/litellm,2024-09-12 14:49:47.000,391.0,1650342.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +37,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2024-09-09 23:06:03.000000,2024-09-08 15:11:33,4979.0,71.0,2074.0,1679.0,4843.0,341.0,2716.0,12055.0,WebGL2 powered visualization framework.,272.0,43,True,2024-09-04 13:59:16.023,9.0.29,669.0,pydeck,conda-forge/pydeck,,['jupyter'],,5311349.0,8440.0,8036.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,105.0,4709462.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,604902.0,1.0,,,,,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-09-04 13:59:16.023,299.0,590889.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-09-12 12:28:38.000000,2024-09-12 12:28:38,18231.0,476.0,994.0,115.0,3639.0,69.0,1600.0,10509.0,A hyperparameter optimization framework.,271.0,43,True,2024-09-02 05:17:47.000,4.0.0,66.0,optuna,conda-forge/optuna,,,,3550259.0,18310.0,17359.0,https://pypi.org/project/optuna,2024-09-02 05:17:47.000,951.0,3519315.0,https://anaconda.org/conda-forge/optuna,2024-09-03 06:05:16.374,1578190.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-09-06 22:36:19.000000,2024-09-05 14:30:24,2454.0,123.0,4692.0,309.0,513.0,47.0,860.0,31438.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",149.0,42,True,2024-08-23 23:42:07.000,1.0.9,60.0,timm,conda-forge/timm,,['pytorch'],6993947.0,6084413.0,36922.0,36027.0,https://pypi.org/project/timm,2024-08-23 23:31:27.000,895.0,5970644.0,https://anaconda.org/conda-forge/timm,2024-08-24 14:28:50.700,224470.0,1.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-09-12 11:34:44.000000,2024-09-12 09:43:39,3938.0,58.0,6910.0,434.0,5388.0,1007.0,2438.0,15974.0,"Datasets, Transforms and Models specific to Computer Vision.",606.0,42,True,2024-09-04 20:08:34.000,0.19.1,47.0,torchvision,conda-forge/torchvision,,['pytorch'],38634.0,13521009.0,5521.0,21.0,https://pypi.org/project/torchvision,2024-09-04 19:14:53.000,5500.0,13482998.0,https://anaconda.org/conda-forge/torchvision,2024-08-25 15:07:24.274,1578256.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-09-10 03:22:57.000000,2024-09-10 03:22:55,9331.0,50.0,1172.0,139.0,5508.0,222.0,4459.0,13594.0,ML Experiments and Data Management with Git.,301.0,42,True,2024-09-02 15:02:10.000,3.55.2,538.0,dvc,conda-forge/dvc,,,,624658.0,17723.0,17597.0,https://pypi.org/project/dvc,2024-09-02 15:02:10.000,126.0,581572.0,https://anaconda.org/conda-forge/dvc,2024-09-02 18:55:30.141,2197417.0,1.0,,,,,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +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-08-14 20:01:50.000000,2024-07-22 11:32:48,3237.0,3.0,1904.0,262.0,1120.0,176.0,2403.0,12391.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,,,419.0,18243912.0,476824.0,466233.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10591.0,18046199.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10083220.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +43,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-09-10 17:40:19.000000,2024-09-10 17:40:09,3770.0,104.0,782.0,142.0,1468.0,183.0,1808.0,9219.0,Declarative statistical visualization library for Python.,171.0,42,True,2024-08-27 04:41:23.000,5.4.1,42.0,altair,conda-forge/altair,,,175.0,22227848.0,160586.0,159742.0,https://pypi.org/project/altair,2024-08-27 04:31:06.000,844.0,22154764.0,https://anaconda.org/conda-forge/altair,2024-08-27 10:22:34.589,2411757.0,1.0,,,,,,,,vega/altair,,,,,,,,,,,,,,,, +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-09-12 15:10:19.000000,2024-09-12 08:00:40,6963.0,353.0,652.0,58.0,5067.0,853.0,2431.0,8883.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",190.0,42,True,2024-09-11 22:13:42.000,0.18.0,286.0,wandb,conda-forge/wandb,,,288.0,12753874.0,54800.0,53397.0,https://pypi.org/project/wandb,2024-09-11 22:02:53.000,1403.0,12741623.0,https://anaconda.org/conda-forge/wandb,2024-08-28 20:54:30.560,612297.0,1.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,2024-09-06 15:58:56.000000,2024-09-06 15:58:56,5855.0,17.0,1645.0,191.0,5028.0,678.0,1238.0,6661.0,TensorFlows Visualization Toolkit.,320.0,42,True,2024-08-14 18:18:37.000,2.17.1,62.0,tensorboard,conda-forge/tensorboard,,['tensorflow'],,21206260.0,260597.0,258409.0,https://pypi.org/project/tensorboard,2024-08-14 18:10:47.000,2188.0,21108523.0,https://anaconda.org/conda-forge/tensorboard,2024-08-15 09:13:38.483,4984625.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-09-11 16:18:50.000000,2024-09-11 16:18:50,14110.0,92.0,2216.0,184.0,4481.0,791.0,2099.0,6026.0,Image processing in Python.,670.0,42,False,2024-06-18 19:05:37.000,0.24.0,67.0,scikit-image,conda-forge/scikit-image,,,,19225534.0,201172.0,195110.0,https://pypi.org/project/scikit-image,2024-06-18 19:03:37.000,6062.0,19091488.0,https://anaconda.org/conda-forge/scikit-image,2024-08-17 02:34:14.270,6836378.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,2024-09-11 11:17:35.000000,2024-09-11 11:16:30,6281.0,81.0,7661.0,438.0,3064.0,175.0,9131.0,42565.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",255.0,41,True,2024-07-17 10:49:23.000,2.8.1,46.0,paddleocr,,,['paddle'],273831.0,565665.0,3339.0,3245.0,https://pypi.org/project/paddleocr,2024-07-17 10:49:23.000,94.0,559961.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +48,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-09-12 00:52:44.000000,2024-09-11 23:21:43,2479.0,147.0,4042.0,342.0,2931.0,1123.0,1731.0,34684.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",341.0,41,True,2024-09-05 01:33:59.000,0.15.1,95.0,deepspeed,,,['pytorch'],,462742.0,8857.0,8660.0,https://pypi.org/project/deepspeed,2024-09-05 01:33:59.000,197.0,462414.0,,,,1.0,deepspeed/deepspeed,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,18423.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-09-12 03:07:01.000000,2024-09-12 03:01:04,1229.0,94.0,3540.0,481.0,1158.0,236.0,2252.0,30448.0,A library for efficient similarity search and clustering of dense vectors.,187.0,41,True,2024-08-30 07:29:13.000,2.4.6,100.0,pymilvus,conda-forge/faiss,,,,874232.0,4119.0,3960.0,https://pypi.org/project/pymilvus,2024-08-30 07:29:13.000,159.0,842410.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1622962.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-09-12 13:00:58.403216,2024-09-12 12:37:08,20725.0,678.0,2812.0,276.0,22277.0,705.0,11038.0,29427.0,"A cloud-native vector database, storage for next generation AI applications.",288.0,41,True,2024-09-10 07:31:57.000,2.4.11,100.0,pymilvus,,,,262270.0,1957203.0,159.0,,https://pypi.org/project/pymilvus,2024-08-30 07:29:13.000,159.0,842410.0,,,,1.0,milvusdb/milvus,https://hub.docker.com/r/milvusdb/milvus,2024-09-12 13:00:58.403216,59.0,66620886.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-09-11 14:56:12.000000,2024-09-11 14:56:06,1546.0,59.0,2432.0,138.0,530.0,1149.0,1000.0,14811.0,State-of-the-Art Text Embeddings.,181.0,41,True,2024-09-11 14:06:41.000,3.1.0,54.0,sentence-transformers,conda-forge/sentence-transformers,,['pytorch'],,4967028.0,47928.0,46318.0,https://pypi.org/project/sentence-transformers,2024-09-11 14:04:17.000,1610.0,4959210.0,https://anaconda.org/conda-forge/sentence-transformers,2024-06-07 15:19:38.412,375286.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +52,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-09-08 11:53:20.000000,2024-08-26 18:27:55,1294.0,64.0,2284.0,241.0,592.0,177.0,1172.0,12968.0,Download market data from Yahoo! Finances API.,122.0,41,True,2024-08-24 20:39:46.000,0.2.43,115.0,yfinance,ranaroussi/yfinance,,,,1924292.0,46692.0,46065.0,https://pypi.org/project/yfinance,2024-08-24 20:39:46.000,627.0,1921798.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,94782.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,2024-09-11 11:28:54.000000,2024-09-11 11:28:54,10043.0,112.0,1986.0,224.0,4049.0,298.0,3056.0,8629.0,Bayesian Modeling and Probabilistic Programming in Python.,503.0,41,True,2024-07-11 13:49:51.000,5.16.2,89.0,pymc3,conda-forge/pymc3,,,1947.0,273405.0,4219.0,4027.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,261677.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,597337.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +54,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-09-11 08:40:36.000000,2024-09-11 08:40:31,48559.0,484.0,1176.0,191.0,395.0,544.0,1776.0,7987.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1272.0,41,True,2024-09-07 20:11:05.000,1.2.7,113.0,catboost,conda-forge/catboost,,,299819.0,2907040.0,550.0,15.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,2866655.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1693578.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +55,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-09-11 19:39:11.000000,2024-09-11 18:54:12,3835.0,120.0,1129.0,137.0,3178.0,307.0,1203.0,2090.0,A library for training and deploying machine learning models on Amazon SageMaker.,458.0,41,True,2024-08-30 17:42:25.000,2.231.0,604.0,sagemaker,conda-forge/sagemaker-python-sdk,,"['mxnet', 'tensorflow']",,32672569.0,4503.0,4360.0,https://pypi.org/project/sagemaker,2024-08-30 17:42:25.000,143.0,32651273.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1043540.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +56,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-08-27 06:50:53.000000,2024-08-27 06:50:42,2786.0,18.0,7546.0,607.0,2233.0,222.0,1593.0,26092.0,The fastai deep learning library.,670.0,40,True,2024-08-27 06:50:53.000,2.7.17,151.0,fastai,,,['pytorch'],,328121.0,18867.0,18563.0,https://pypi.org/project/fastai,2024-08-27 06:50:53.000,304.0,328121.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,2024-09-11 22:46:11.000000,2024-09-10 05:33:20,7615.0,74.0,3610.0,252.0,3114.0,1020.0,2654.0,20938.0,Graph Neural Network Library for PyTorch.,518.0,40,True,2024-04-19 11:59:51.000,2.5.3,44.0,torch-geometric,conda-forge/pytorch_geometric,,['pytorch'],,399209.0,6752.0,6421.0,https://pypi.org/project/torch-geometric,2024-04-19 11:59:51.000,331.0,397566.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-08-16 19:08:43.757,82167.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +58,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,8.0,4374.0,430.0,1708.0,383.0,1465.0,15550.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,,,4724.0,4283132.0,65436.0,64074.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1362.0,4250350.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1375018.0,1.0,,,,,,,-1.0,piskvorky/gensim,,,,,,,,,,,,,,,, +59,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-09-12 02:23:31.000000,2024-09-12 02:23:28,983.0,78.0,1621.0,129.0,890.0,371.0,652.0,14024.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,149.0,40,True,2024-08-16 00:23:18.000,1.4.14,69.0,albumentations,conda-forge/albumentations,,['pytorch'],,4478939.0,27359.0,26807.0,https://pypi.org/project/albumentations,2024-08-16 00:23:18.000,552.0,4475107.0,https://anaconda.org/conda-forge/albumentations,2024-08-20 07:47:48.612,191610.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +60,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-09-11 22:57:26.780000,2024-09-07 17:29:40,8277.0,14.0,3361.0,479.0,713.0,52.0,2171.0,13392.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,,,25491.0,306938.0,30154.0,29941.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,290127.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,845704.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,2024-09-03 22:28:12.000000,2024-08-12 05:35:33,1813.0,35.0,762.0,119.0,638.0,34.0,943.0,8881.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,93.0,40,True,2024-08-08 16:56:21.000,0.20.0,97.0,tokenizers,conda-forge/tokenizers,,,57.0,29193572.0,101470.0,100558.0,https://pypi.org/project/tokenizers,2024-08-08 16:55:26.000,912.0,29153321.0,https://anaconda.org/conda-forge/tokenizers,2024-08-12 03:17:57.893,2012539.0,1.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,2024-09-11 15:38:30.000000,2024-09-11 15:38:30,9978.0,142.0,1351.0,132.0,1256.0,146.0,989.0,8553.0,A PyTorch-based Speech Toolkit.,241.0,40,True,2024-09-02 14:04:56.000,1.0.1,17.0,speechbrain,,,['pytorch'],,3466200.0,2288.0,2226.0,https://pypi.org/project/speechbrain,2024-09-02 14:25:26.000,62.0,3466200.0,,,,1.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-09-12 15:09:02.000000,2024-09-11 19:44:39,1560.0,93.0,925.0,95.0,1527.0,143.0,1452.0,7643.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",289.0,40,True,2024-09-05 16:45:17.000,0.34.2,58.0,accelerate,conda-forge/accelerate,,['pytorch'],,6777342.0,51211.0,49787.0,https://pypi.org/project/accelerate,2024-09-05 16:45:17.000,1424.0,6771579.0,https://anaconda.org/conda-forge/accelerate,2024-09-06 14:22:25.390,201712.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-09-09 20:32:06.000000,2024-09-09 20:32:06,2305.0,35.0,565.0,90.0,868.0,288.0,943.0,3833.0,Manipulation and analysis of geometric objects.,158.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,3637.0,32459033.0,81653.0,78718.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,32250413.0,https://anaconda.org/conda-forge/shapely,2024-09-03 20:47:21.021,10217364.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,2024-09-12 13:48:13.000000,2024-09-12 13:48:13,5886.0,104.0,715.0,56.0,5141.0,1574.0,2367.0,1567.0,A distributed task scheduler for Dask.,329.0,40,True,2024-08-30 20:43:22.000,2024.8.2,238.0,distributed,conda-forge/distributed,,,,5622200.0,37091.0,36277.0,https://pypi.org/project/distributed,2024-08-30 20:43:22.000,814.0,5337559.0,https://anaconda.org/conda-forge/distributed,2024-08-30 22:53:22.106,14801337.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-05-02 16:09:06.000000,2023-01-30 18:15:21,1757.0,,8590.0,1059.0,1452.0,102.0,1722.0,34468.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,,,,841510.0,58286.0,56738.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,835561.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,315303.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +67,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-09-12 11:46:25.000000,2024-09-12 09:51:47,8575.0,30.0,2218.0,212.0,4195.0,22.0,1936.0,20902.0,Build multimodal AI applications with cloud-native stack.,177.0,39,True,2024-09-12 09:52:08.000,3.27.7,2471.0,jina,conda-forge/jina-core,,,,93841.0,1787.0,1760.0,https://pypi.org/project/jina,2024-09-12 09:51:08.000,27.0,60891.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,73541.0,2.0,jinaai/jina,https://hub.docker.com/r/jinaai/jina,2024-09-12 10:00:42.533296,8.0,1699953.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,2024-08-14 14:44:40.000000,2024-03-21 15:05:22,32610.0,,4591.0,352.0,6370.0,124.0,6642.0,18612.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",597.0,39,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,['tensorflow'],,147964.0,4491.0,4431.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,147964.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +69,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-09-10 09:52:19.000000,2024-08-30 09:20:57,6142.0,146.0,2088.0,201.0,1227.0,110.0,2213.0,13809.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,270.0,39,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,['pytorch'],,85701.0,3634.0,3493.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,141.0,85086.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,30762.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-09-12 08:55:33.000000,2024-09-12 08:55:33,4394.0,261.0,2997.0,172.0,5023.0,524.0,2353.0,13356.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,39,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,105386.0,439.0,291.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,105386.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-09-12 00:52:13.000000,2024-09-11 15:39:32,28940.0,301.0,805.0,126.0,6320.0,636.0,1714.0,8117.0,NumPy & SciPy for GPU.,385.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,,,182541.0,116825.0,2504.0,2238.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,266.0,25239.0,https://anaconda.org/conda-forge/cupy,2024-08-22 12:51:10.755,4584134.0,1.0,cupy/cupy,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,66397.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,2024-09-12 09:15:15.000000,2024-09-10 06:38:58,4891.0,271.0,1318.0,102.0,4173.0,935.0,1564.0,7743.0,A unified framework for machine learning with time series.,389.0,39,True,2024-09-10 06:38:13.000,0.33.0,80.0,sktime,conda-forge/sktime-all-extras,,['sklearn'],97.0,723127.0,3344.0,3224.0,https://pypi.org/project/sktime,2024-09-10 06:38:13.000,120.0,696625.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-09-07 16:29:31.495,1007062.0,1.0,,,,,,,,sktime/sktime,,,,,,,,,,,,,,,, +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,2024-09-04 07:45:40.000000,2024-09-04 07:45:33,1880.0,16.0,2220.0,162.0,867.0,88.0,1034.0,6845.0,Python Data. Leaflet.js Maps.,170.0,39,True,2024-06-16 15:22:45.000,0.17.0,32.0,folium,conda-forge/folium,,,,1541846.0,43190.0,42472.0,https://pypi.org/project/folium,2024-06-16 15:22:45.000,718.0,1472842.0,https://anaconda.org/conda-forge/folium,2024-06-17 06:35:28.582,3036177.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +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-09-09 04:52:19.000000,2024-09-01 08:07:48,2019.0,36.0,919.0,104.0,1685.0,440.0,1260.0,4437.0,Python tools for geographic data.,234.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,['pandas'],2669.0,6713582.0,42907.0,40138.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2769.0,6636204.0,https://anaconda.org/conda-forge/geopandas,2024-07-02 15:18:57.572,3944929.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +75,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-09-12 10:49:31.000000,2024-09-12 09:23:11,6451.0,111.0,1532.0,109.0,4413.0,685.0,742.0,4269.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",312.0,39,True,2024-06-05 08:15:47.000,4.9.6,39.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,['tensorflow'],,1518786.0,19515.0,19187.0,https://pypi.org/project/tensorflow-datasets,2024-06-05 08:15:42.000,328.0,1517933.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,34146.0,1.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,2024-09-12 14:25:20.000000,2024-09-12 14:25:18,18110.0,110.0,1306.0,83.0,7997.0,527.0,4354.0,2664.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,378.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,150082.0,4723.0,4341.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,382.0,142032.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,418630.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +77,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-09-12 08:28:49.000000,2024-09-12 08:28:49,35793.0,312.0,13217.0,948.0,25307.0,1220.0,,23827.0,Apache Flink Python API.,1907.0,38,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,116792.0,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,116792.0,,,,2.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,,6800.0,1069.0,11114.0,1804.0,7751.0,20764.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",981.0,38,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,['mxnet'],27479.0,499601.0,7604.0,7480.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,118.0,499191.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11061.0,2.0,,,,,,,,apache/mxnet,,,,,,,,,6.0,,,,,,, +79,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-07-10 02:16:05.000000,2024-06-20 12:51:40,1687.0,16.0,2841.0,378.0,467.0,6.0,1894.0,14765.0,Python Echarts Plotting Library.,44.0,38,True,2024-06-20 15:50:49.000,2.0.6,74.0,pyecharts,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],68.0,139248.0,4623.0,4414.0,https://pypi.org/project/pyecharts,2024-06-20 15:48:17.000,209.0,139245.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +80,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,,1540.0,257.0,683.0,473.0,1057.0,12339.0,Video editing with Python.,161.0,38,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,1313526.0,45623.0,44699.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,924.0,1310444.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,265070.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +81,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2024-09-01 15:52:35.000000,2024-08-18 00:47:35,986.0,23.0,1157.0,125.0,307.0,33.0,710.0,10060.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,,,41104.0,21495077.0,78135.0,76403.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,21474186.0,https://anaconda.org/conda-forge/sentencepiece,2024-08-23 08:25:25.532,1016439.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +82,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-09-10 12:21:41.000000,2024-09-10 12:21:39,2798.0,49.0,955.0,127.0,1930.0,287.0,656.0,9788.0,Geometric Computer Vision Library for Spatial AI.,267.0,38,True,2024-06-28 15:16:20.000,0.7.3,40.0,kornia,conda-forge/kornia,,['pytorch'],1397.0,1920515.0,11835.0,11573.0,https://pypi.org/project/kornia,2024-06-28 15:16:20.000,262.0,1917269.0,https://anaconda.org/conda-forge/kornia,2024-06-28 20:04:02.857,145228.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +83,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-08-30 03:35:21.000000,2024-08-30 03:34:11,5357.0,122.0,1748.0,134.0,1020.0,365.0,1948.0,8809.0,"An open-source, low-code machine learning library in Python.",141.0,38,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,705.0,268887.0,6330.0,6299.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,267770.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,54083.0,2.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-09-12 14:28:20.000000,2024-09-12 13:09:44,4719.0,237.0,474.0,35.0,3655.0,602.0,1123.0,2595.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,163.0,38,True,2024-07-22 04:26:19.000,0.44.1,98.0,pyvista,conda-forge/pyvista,,['jupyter'],810.0,277028.0,3916.0,3389.0,https://pypi.org/project/pyvista,2024-07-20 05:33:22.000,527.0,266323.0,https://anaconda.org/conda-forge/pyvista,2024-07-20 12:44:44.232,545542.0,2.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-09-12 15:25:26.343000,2024-09-12 08:43:24,1553.0,106.0,514.0,58.0,1495.0,150.0,781.0,1975.0,The official Python client for the Huggingface Hub.,195.0,38,True,2024-09-12 09:05:09.000,0.24.7,123.0,huggingface_hub,conda-forge/huggingface_hub,,,,41613554.0,1720.0,,https://pypi.org/project/huggingface_hub,2024-09-12 08:58:22.000,1720.0,41564583.0,https://anaconda.org/conda-forge/huggingface_hub,2024-09-12 15:25:26.343,2105773.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-08-19 12:09:51.456000,2024-08-19 02:35:18,1541.0,9.0,291.0,31.0,494.0,98.0,507.0,1457.0,Python library for reading and writing image data.,114.0,38,True,2024-08-19 02:35:29.000,2.35.1,94.0,imageio,conda-forge/imageio,,,1185.0,27723736.0,142040.0,139662.0,https://pypi.org/project/imageio,2024-08-19 02:35:25.000,2378.0,27586364.0,https://anaconda.org/conda-forge/imageio,2024-08-19 12:09:51.456,6867813.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +87,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1282.0,167.0,674.0,227.0,33081.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,,,,1504771.0,31593.0,30769.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,824.0,1502969.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,160450.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +88,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,,9357.0,369.0,3153.0,1751.0,6709.0,29058.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,['pytorch'],,183210.0,3013.0,2932.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,81.0,183210.0,,,,2.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-09-12 02:11:27.000000,2024-09-12 02:10:52,8427.0,330.0,2734.0,299.0,219.0,22.0,1103.0,27526.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-09-07 01:42:27.000,7.8.6,663.0,netron,,,"['pytorch', 'tensorflow']",141611.0,177450.0,640.0,557.0,https://pypi.org/project/netron,2024-09-07 01:42:27.000,83.0,35839.0,,,,1.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-08-30 11:23:11.000000,2024-08-30 11:23:11,2332.0,39.0,5316.0,512.0,174.0,1115.0,1371.0,22804.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'],4561656.0,599148.0,2688.0,2659.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,29.0,330816.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +91,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,230.0,339.0,304.0,225.0,14341.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,,,,528134.0,21834.0,21569.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,525354.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,175173.0,2.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-09-07 10:08:11.000000,2024-09-06 20:39:03,1481.0,35.0,1666.0,152.0,807.0,232.0,571.0,12377.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,130.0,37,True,2024-09-07 09:50:39.000,4.10.0,63.0,pandas-profiling,conda-forge/pandas-profiling,,"['jupyter', 'pandas']",160.0,322222.0,4268.0,4085.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,317475.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,460456.0,2.0,,,,,,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +93,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-09-06 08:28:43.000000,2024-09-06 08:28:36,1633.0,119.0,1987.0,143.0,234.0,7.0,1093.0,11743.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",66.0,37,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,101672.0,4007.0,3965.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,42.0,101672.0,,,,2.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,,2483.0,539.0,4119.0,694.0,2087.0,9885.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,,,,111794.0,15636.0,15464.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,86854.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2444147.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-09-12 14:44:49.000000,2024-09-12 08:55:10,32551.0,2167.0,1989.0,198.0,5799.0,38.0,3389.0,9432.0,Perform data science on data that remains in someone elses server.,515.0,37,True,2024-09-04 20:09:29.000,0.9.1,314.0,syft,,,['pytorch'],2152.0,14578.0,4.0,1.0,https://pypi.org/project/syft,2024-09-08 12:38:36.000,3.0,14363.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +96,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-09-09 22:14:14.000000,2024-08-07 18:02:18,598.0,12.0,1129.0,262.0,192.0,106.0,171.0,9083.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,121.0,3192050.0,42639.0,42258.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,381.0,3189342.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,262687.0,1.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,2024-09-06 16:48:34.000000,2024-09-05 19:08:20,1865.0,67.0,1356.0,143.0,248.0,221.0,146.0,8422.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",60.0,37,True,2024-09-06 03:26:33.000,2.0.2,94.0,pyod,conda-forge/pyod,,,,659835.0,4274.0,4161.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,657544.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,119151.0,1.0,,,,,,,1.0,,,,,,,,,,,,,,,,, +98,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-09-09 17:33:27.000000,2024-09-09 17:12:14,22096.0,467.0,2146.0,182.0,3358.0,341.0,2075.0,8287.0,End-to-End Speech Processing Toolkit.,447.0,37,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,81.0,51264.0,382.0,370.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,51263.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +99,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-09-11 20:19:29.000000,2024-09-11 20:19:22,4671.0,172.0,623.0,85.0,2541.0,262.0,730.0,5942.0,Flax is a neural network library for JAX that is designed for flexibility.,236.0,37,True,2024-08-27 17:51:42.000,0.9.0,47.0,flax,conda-forge/flax,,['jax'],51.0,664138.0,9525.0,9074.0,https://pypi.org/project/flax,2024-08-27 17:51:42.000,451.0,662477.0,https://anaconda.org/conda-forge/flax,2024-08-27 20:55:17.110,69785.0,2.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,2024-09-10 14:00:56.000000,2024-09-08 06:20:16,4165.0,85.0,1096.0,153.0,1716.0,416.0,895.0,3845.0,Fast data visualization and GUI tools for scientific / engineering applications.,287.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,271175.0,11175.0,10173.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1002.0,259635.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,588569.0,2.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,2024-09-11 10:18:56.000000,2024-08-29 16:34:02,10829.0,29.0,401.0,59.0,3055.0,1101.0,2215.0,2688.0,"With Holoviews, your data visualizes itself.",144.0,37,True,2024-08-01 13:45:47.955,3.0.3,168.0,holoviews,conda-forge/holoviews,,['jupyter'],,685398.0,12317.0,11929.0,https://pypi.org/project/holoviews,2024-07-31 08:09:44.000,383.0,650609.0,https://anaconda.org/conda-forge/holoviews,2024-07-07 07:21:50.008,1762484.0,2.0,,,,,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,231.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,2024-09-10 17:56:13.000000,2024-09-10 03:59:11,3887.0,37.0,525.0,146.0,1195.0,134.0,1671.0,2217.0,Rasterio reads and writes geospatial raster datasets.,158.0,37,True,2024-09-04 04:51:20.000,1.3.11,162.0,rasterio,conda-forge/rasterio,,,929.0,3112259.0,14309.0,12912.0,https://pypi.org/project/rasterio,2024-09-10 16:34:32.000,1397.0,3032658.0,https://anaconda.org/conda-forge/rasterio,2024-09-10 17:56:13.000,3502111.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +103,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-09-11 18:12:02.989000,2024-09-06 22:25:02,1555.0,28.0,202.0,47.0,600.0,31.0,769.0,1146.0,Fiona reads and writes geographic data files.,75.0,37,True,2024-09-04 03:19:07.000,1.10.0,116.0,fiona,conda-forge/fiona,,,,5109395.0,22579.0,22317.0,https://pypi.org/project/fiona,2024-09-04 01:14:04.000,262.0,4990519.0,https://anaconda.org/conda-forge/fiona,2024-09-11 18:12:02.989,5943841.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +104,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-09-12 14:54:38.000000,2024-09-12 14:41:00,3645.0,194.0,1825.0,133.0,3979.0,120.0,3392.0,16663.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",261.0,36,True,2024-09-10 14:08:08.000,2.5.1,100.0,haystack,,,,,5478.0,494.0,489.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5478.0,,,,2.0,,,,,,,1.0,,,,,,,,,,,,,,,,, +105,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,7.0,2222.0,334.0,1601.0,405.0,1860.0,14158.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,,,,,149395.0,1253.0,1220.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,149395.0,,,,2.0,,,,,,stable/horovod,,,,,,,,,,,,,,,,,, +106,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,2024-09-12 14:50:26.000000,2024-09-12 14:49:52,18581.0,288.0,5801.0,71.0,11725.0,938.0,15947.0,14029.0,Convert Machine Learning Code Between Frameworks.,1479.0,36,True,2023-06-29 19:33:01.167,0.0.0,123.0,ivy,,,,,2338.0,12.0,,https://pypi.org/project/ivy,2024-08-09 04:51:17.000,12.0,2338.0,,,,2.0,,,,,,,,ivy-llc/ivy,,,,,,,,,,,,,,,, +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,,2243.0,280.0,3096.0,91.0,2477.0,11730.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'],66.0,74501.0,4326.0,4201.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,72365.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,147450.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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-09-12 13:28:50.000000,2024-09-12 05:28:33,7100.0,491.0,2376.0,200.0,7546.0,133.0,2179.0,11487.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",345.0,36,True,2024-08-15 21:55:14.000,r2.0.0rc1,74.0,nemo-toolkit,,,['pytorch'],237299.0,89086.0,34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-08-15 22:05:43.000,13.0,85132.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +109,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-09-12 14:58:37.000000,2024-09-12 12:26:28,6292.0,53.0,3561.0,244.0,1670.0,1079.0,4401.0,11104.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,,,,,10337.0,805.0,794.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,10337.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +110,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-09-09 17:38:58.000000,2024-09-02 17:48:57,1436.0,16.0,905.0,214.0,236.0,178.0,242.0,6932.0,Efficiently computes derivatives of NumPy code.,59.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,1854344.0,9663.0,9382.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,281.0,1836867.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,471900.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +111,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-09-10 09:49:58.000000,2024-09-10 09:49:57,3132.0,84.0,1035.0,89.0,3464.0,341.0,2755.0,5685.0,AI Toolkit for Healthcare Imaging.,203.0,36,True,2024-06-26 07:23:34.000,1.3.2,96.0,monai,conda-forge/monai,,['pytorch'],,172480.0,2881.0,2769.0,https://pypi.org/project/monai,2024-09-08 14:26:40.000,112.0,171599.0,https://anaconda.org/conda-forge/monai,2024-06-26 07:27:45.102,29090.0,1.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-09-11 18:32:37.000000,2024-09-11 16:45:05,10530.0,54.0,1659.0,144.0,2421.0,630.0,1237.0,5393.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",247.0,36,True,2024-04-03 16:21:23.000,2.8.0,918.0,deepchem,conda-forge/deepchem,,['tensorflow'],,39008.0,437.0,424.0,https://pypi.org/project/deepchem,2024-09-11 18:32:37.000,13.0,36862.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,109453.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-08-11 15:17:42.000000,2024-07-24 14:28:18,965.0,4.0,833.0,91.0,217.0,124.0,683.0,4429.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",49.0,36,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,17691170.0,448684.0,438328.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,17691170.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +114,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-09-12 09:19:24.000000,2024-09-12 09:17:05,5339.0,14.0,275.0,78.0,796.0,20.0,128.0,2816.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,36,True,2024-09-02 10:35:13.000,9.1.0,238.0,thinc,conda-forge/thinc,,,102.0,10410585.0,52627.0,52494.0,https://pypi.org/project/thinc,2024-09-02 10:35:13.000,133.0,10351813.0,https://anaconda.org/conda-forge/thinc,2024-07-14 15:52:37.957,3056130.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +115,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-09-12 15:00:58.000000,2024-09-12 14:06:42,4506.0,241.0,583.0,46.0,4941.0,310.0,1069.0,2267.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",184.0,36,True,2024-09-12 15:00:58.000,0.38.1,60.0,pennylane,conda-forge/pennylane,,,88.0,72577.0,1162.0,1055.0,https://pypi.org/project/pennylane,2024-09-03 23:49:00.000,107.0,68439.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,140691.0,1.0,,,,,,,2.0,,,,,,,,,,,,,,,,, +116,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-09-11 22:14:26.000000,2024-09-11 22:12:55,1914.0,95.0,391.0,30.0,1649.0,78.0,777.0,2075.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",248.0,36,True,2024-08-03 11:32:06.000,1.4.1,47.0,metrics,conda-forge/torchmetrics,,['pytorch'],5516.0,40783.0,29746.0,29744.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,3823.0,https://anaconda.org/conda-forge/torchmetrics,2024-05-16 05:28:17.806,1546853.0,2.0,,,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +117,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-09-11 16:02:11.000000,2024-09-11 16:02:11,1562.0,15.0,392.0,47.0,1510.0,176.0,685.0,1584.0,Exploratory analysis of Bayesian models with Python.,161.0,36,True,2024-07-19 19:33:56.000,0.19.0,38.0,arviz,conda-forge/arviz,,,145.0,1559231.0,7769.0,7480.0,https://pypi.org/project/arviz,2024-07-19 19:33:56.000,289.0,1516893.0,https://anaconda.org/conda-forge/arviz,2024-07-20 08:30:56.752,2201486.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +118,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-09-12 06:02:08.000000,2024-09-12 06:02:08,10354.0,50.0,576.0,70.0,2482.0,281.0,1806.0,1160.0,Machine learning for NeuroImaging in Python.,241.0,36,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,['sklearn'],209.0,58625.0,3706.0,3416.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,290.0,52298.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,290841.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +119,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,,13413.0,1565.0,232.0,785.0,588.0,52836.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'],1351.0,125180.0,3269.0,3153.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,124627.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,25824.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +120,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,,4001.0,279.0,745.0,73.0,1024.0,33360.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,"['pytorch', 'tensorflow']",2972920.0,171217.0,1711.0,1660.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,51.0,99963.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,16509.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +121,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-09-09 19:31:53.000000,2024-07-22 08:17:18,2324.0,1.0,6351.0,429.0,1342.0,1271.0,3049.0,30149.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,427.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,['pytorch'],353.0,178328.0,3611.0,3494.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,176513.0,https://anaconda.org/conda-forge/fairseq,2024-05-17 03:12:57.351,90588.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +122,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,25842.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,,,,1724102.0,6793.0,6553.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,240.0,1722031.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,99411.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +123,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-09-11 08:50:57.000000,2024-09-11 08:45:28,9010.0,87.0,3024.0,273.0,1285.0,159.0,701.0,18796.0,Best Practices on Recommendation Systems.,136.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,557.0,32439.0,122.0,118.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,32432.0,,,,1.0,,,,,,,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +124,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,4.0,1142.0,319.0,268.0,56.0,343.0,13087.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,89.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,1120012.0,4402.0,4204.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,198.0,1109366.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,511015.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +125,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,,5131.0,384.0,717.0,643.0,1362.0,12836.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,,,3930994.0,282056.0,1621.0,1431.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,190.0,241898.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,244084.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +126,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-09-09 16:18:55.000000,2024-09-09 16:18:47,2658.0,55.0,662.0,100.0,493.0,595.0,1262.0,9387.0,An open source multi-tool for exploring and publishing data.,80.0,35,True,2024-06-21 23:45:38.000,0.64.8,152.0,datasette,conda-forge/datasette,,,67.0,59169.0,1726.0,1315.0,https://pypi.org/project/datasette,2024-09-06 04:05:34.000,411.0,58119.0,https://anaconda.org/conda-forge/datasette,2024-06-24 15:27:37.980,43027.0,2.0,,,,,,,-1.0,,,,,,,datasette,,,,,,,,,, +127,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,,1020.0,133.0,232.0,360.0,274.0,8759.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,,,,5704267.0,68387.0,67047.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1340.0,5702614.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,114107.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +128,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-08-08 01:22:06.000000,2024-08-08 01:21:29,682.0,5.0,344.0,68.0,113.0,35.0,142.0,8348.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",27.0,35,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,5084536.0,46632.0,44592.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5078850.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,267279.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +129,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-09-12 13:47:45.000000,2024-09-12 02:11:20,39426.0,493.0,882.0,150.0,10381.0,1036.0,5451.0,8234.0,cuDF - GPU DataFrame Library.,294.0,35,True,2024-08-14 22:39:42.000,24.08.02,53.0,cudf,,,,,2977.0,79.0,57.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,2977.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +130,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-09-12 15:18:39.000000,2024-09-12 12:51:44,21106.0,549.0,537.0,56.0,3280.0,524.0,1050.0,8080.0,"Visualize, create, and debug image and video datasets and model predictions.",133.0,35,True,2024-09-06 18:49:57.000,0.25.1,146.0,fiftyone,,,"['tensorflow', 'pytorch', 'jupyter']",,121090.0,704.0,683.0,https://pypi.org/project/fiftyone,2024-09-06 18:11:54.000,21.0,121090.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,2024-09-12 10:09:55.000000,2024-09-12 10:09:55,3243.0,113.0,775.0,78.0,3640.0,169.0,913.0,6973.0,"The easiest way to serve AI apps and models - Build reliable Inference APIs, LLM apps, Multi-model chains, RAG..",208.0,35,True,2024-09-10 06:35:47.000,1.3.5,160.0,bentoml,,,,1186.0,107610.0,2055.0,2028.0,https://pypi.org/project/bentoml,2024-09-10 06:35:47.000,27.0,107588.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +132,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-09-12 00:36:34.000000,2024-09-11 22:26:19,32512.0,49.0,1994.0,383.0,6866.0,2832.0,6656.0,6860.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",268.0,35,True,,,155.0,h2o,,,,,301678.0,67.0,21.0,https://pypi.org/project/h2o,2024-08-29 13:55:23.000,46.0,301678.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +133,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-05-28 15:38:50.650000,2024-05-28 14:28:56,865.0,,1275.0,142.0,500.0,44.0,562.0,6803.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,35,True,2024-05-28 15:13:16.000,0.12.3,37.0,imbalanced-learn,conda-forge/imbalanced-learn,,['sklearn'],,11450448.0,32136.0,31706.0,https://pypi.org/project/imbalanced-learn,2024-05-28 15:11:10.000,430.0,11438486.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-05-28 15:38:50.650,610093.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +134,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-09-11 13:45:40.000000,2024-09-11 13:45:40,30323.0,325.0,1590.0,183.0,2170.0,24.0,1611.0,5011.0,"mlpack: a fast, header-only C++ machine learning library.",322.0,35,True,2024-05-28 22:59:10.000,4.4.0,47.0,mlpack,conda-forge/mlpack,,,,8585.0,4.0,,https://pypi.org/project/mlpack,2024-07-25 00:43:07.000,4.0,3883.0,https://anaconda.org/conda-forge/mlpack,2024-05-29 13:49:41.651,239812.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +135,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-09-12 00:15:38.000000,2024-09-10 13:55:29,1722.0,17.0,609.0,59.0,1870.0,154.0,1266.0,4511.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,626.0,35,True,2024-08-13 12:47:02.000,0.5.1,1736.0,pytorch-ignite,pytorch/ignite,,['pytorch'],,161006.0,3276.0,3181.0,https://pypi.org/project/pytorch-ignite,2024-09-12 00:15:38.000,95.0,158391.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,196151.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +136,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-09-06 16:21:52.000000,2024-09-06 15:12:15,1177.0,20.0,624.0,122.0,922.0,345.0,1088.0,4319.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",176.0,35,True,2024-04-22 23:27:42.000,7.2,49.0,coremltools,conda-forge/coremltools,,,10971.0,536006.0,4174.0,4098.0,https://pypi.org/project/coremltools,2024-08-16 01:15:18.000,76.0,534414.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,68718.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +137,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-09-09 14:57:15.000000,2024-09-09 14:57:13,12169.0,28.0,1093.0,163.0,465.0,682.0,754.0,4234.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,35,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,['tensorflow'],,1537395.0,609.0,1.0,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,608.0,1534086.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,142304.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +138,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-09-11 23:11:03.000000,2024-09-11 03:50:23,3859.0,68.0,836.0,59.0,1682.0,402.0,1263.0,4178.0,"Serve, optimize and scale PyTorch models in production.",212.0,35,True,2024-07-18 18:56:54.000,0.11.1,25.0,torchserve,pytorch/torchserve,,['pytorch'],6201.0,80779.0,737.0,715.0,https://pypi.org/project/torchserve,2024-07-18 17:19:00.000,22.0,53280.0,https://anaconda.org/pytorch/torchserve,2024-07-18 17:18:59.921,256633.0,2.0,pytorch/torchserve,https://hub.docker.com/r/pytorch/torchserve,2024-07-18 18:10:34.554819,28.0,1329892.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,2024-09-04 22:59:49.000000,2024-08-01 18:14:49,2387.0,17.0,210.0,63.0,145.0,90.0,584.0,3968.0,A Grammar of Graphics for Python.,111.0,35,True,2024-05-10 08:15:43.000,0.13.6,27.0,plotnine,conda-forge/plotnine,,,,2796165.0,8921.0,8614.0,https://pypi.org/project/plotnine,2024-05-09 20:44:49.000,307.0,2788374.0,https://anaconda.org/conda-forge/plotnine,2024-05-10 08:18:51.149,397359.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,2024-09-12 15:04:17.000000,2024-09-01 18:18:11,8568.0,28.0,707.0,97.0,13309.0,42.0,852.0,3805.0,State of the Art Natural Language Processing.,113.0,35,True,2024-08-29 12:23:33.000,5.4.2,147.0,spark-nlp,,,['spark'],,4017595.0,533.0,496.0,https://pypi.org/project/spark-nlp,2024-09-06 10:53:18.000,37.0,4017595.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +141,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-09-04 12:47:04.775000,2024-08-27 09:55:50,7396.0,10.0,618.0,115.0,1182.0,353.0,1115.0,3292.0,High-performance interactive 2D/3D data visualization library.,198.0,35,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,['jupyter'],,205956.0,1841.0,1665.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,193626.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,591457.0,2.0,,,,,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,8.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,2024-09-12 11:34:36.000000,2024-08-27 15:26:44,2313.0,4.0,641.0,73.0,2894.0,249.0,726.0,2481.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",227.0,35,True,2024-09-04 20:06:34.000,2.4.1,37.0,torchaudio,,,['pytorch'],,5589338.0,1263.0,,https://pypi.org/project/torchaudio,2024-09-04 19:15:37.000,1263.0,5589338.0,,,,1.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,2024-09-12 04:04:17.000000,2024-09-06 15:46:30,4383.0,80.0,1078.0,152.0,1277.0,71.0,683.0,1866.0,Documentation and samples for ArcGIS API for Python.,91.0,35,True,2024-07-09 18:02:58.000,2.3.1,49.0,arcgis,,,,12122.0,72360.0,861.0,821.0,https://pypi.org/project/arcgis,2024-07-09 17:29:35.000,40.0,72234.0,,,,2.0,esridocker/arcgis-api-python-notebook,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,,,,,,,,,,,,,,,,,,, +144,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-09-12 12:31:17.000000,2024-09-10 18:41:55,1817.0,119.0,171.0,30.0,1762.0,90.0,190.0,1206.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,81.0,35,True,2024-08-13 15:40:01.000,2024.6.0,29.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,['sklearn'],,110433.0,12027.0,11978.0,https://pypi.org/project/scikit-learn-intelex,2024-08-07 15:13:02.000,49.0,102246.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-08-20 09:58:15.356,335691.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +145,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-09-10 03:49:23.000000,2024-08-30 12:40:09,1568.0,18.0,211.0,33.0,703.0,32.0,586.0,1040.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,8945817.0,35036.0,33348.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,1688.0,8775637.0,https://anaconda.org/conda-forge/pyproj,2024-09-04 08:35:41.569,8509028.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +146,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-09-08 13:45:03.000000,2024-09-07 19:21:20,5921.0,54.0,257.0,37.0,826.0,134.0,405.0,646.0,Python package to access a cacophony of neuro-imaging file formats.,105.0,35,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,653690.0,22424.0,21285.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1139.0,638671.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,765972.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +147,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-09-11 09:25:14.000000,2024-09-11 09:25:14,3679.0,263.0,4298.0,384.0,4166.0,415.0,1259.0,38593.0,"Making large AI models cheaper, faster and more accessible.",193.0,34,True,2024-09-10 02:39:50.000,0.4.3,43.0,,,,,,,409.0,409.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,2024-09-09 22:31:14.000000,2024-09-09 22:27:36,1530.0,6.0,7384.0,386.0,681.0,519.0,3066.0,29955.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",272.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,['pytorch'],,8139.0,2006.0,1993.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,https://anaconda.org/conda-forge/detectron2,2024-08-26 11:04:11.128,406975.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +149,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,,3938.0,670.0,1678.0,149.0,1987.0,25054.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'],1178479.0,24077.0,473.0,449.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,7629.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3093.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-08-14 05:22:49.000000,2024-07-25 01:00:20,617.0,2.0,3090.0,315.0,258.0,416.0,594.0,23672.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,14253900.0,720926.0,8293.0,8088.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,205.0,441438.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +151,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,,4403.0,543.0,716.0,402.0,1283.0,14024.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,,,,,27968.0,5925.0,5907.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,27968.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +152,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-09-05 08:46:33.000000,2024-09-05 08:46:26,3867.0,33.0,986.0,136.0,180.0,109.0,1062.0,13586.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",100.0,34,True,2024-08-31 09:35:44.000,16.5.0,244.0,ocrmypdf,conda-forge/ocrmypdf,,,4960.0,129290.0,1006.0,974.0,https://pypi.org/project/ocrmypdf,2024-08-31 09:35:10.000,32.0,127135.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,76286.0,1.0,,,,,,,-1.0,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +153,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-09-11 22:15:42.000000,2024-09-11 22:09:43,1172.0,17.0,1261.0,148.0,174.0,265.0,1328.0,8662.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,149.0,34,False,2024-06-27 11:32:25.000,0.7.7,18.0,pytorch3d,pytorch3d/pytorch3d,,['pytorch'],,16459.0,963.0,949.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,12277.0,https://anaconda.org/pytorch3d/pytorch3d,2024-06-27 11:25:52.604,242599.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +154,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-08-27 17:00:49.000000,2024-08-04 23:25:47,2485.0,11.0,983.0,201.0,2318.0,258.0,845.0,8498.0,Deep universal probabilistic programming with Python and PyTorch.,155.0,34,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,['pytorch'],,357329.0,186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,352760.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,191925.0,1.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,2024-09-05 15:50:55.744000,2024-08-01 18:55:53,10421.0,6.0,1926.0,352.0,3428.0,130.0,1138.0,8458.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,,,,50858.0,40.0,,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,46255.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-09-05 15:50:55.744,216373.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +156,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-09-12 11:06:23.000000,2024-09-11 14:14:07,1031.0,84.0,751.0,285.0,1368.0,317.0,411.0,8028.0,"Build and manage real-life ML, AI, and data science projects with ease!.",93.0,34,True,2024-09-04 23:07:10.000,2.12.19,143.0,metaflow,conda-forge/metaflow,,,,794105.0,765.0,720.0,https://pypi.org/project/metaflow,2024-09-04 23:07:10.000,45.0,789915.0,https://anaconda.org/conda-forge/metaflow,2024-09-05 20:40:59.821,209549.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +157,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-08-18 00:48:19.000000,2024-08-18 00:48:18,1815.0,16.0,796.0,127.0,285.0,473.0,337.0,7355.0,Uniform Manifold Approximation and Projection.,134.0,34,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,1433555.0,959.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,958.0,1382562.0,https://anaconda.org/conda-forge/umap-learn,2024-08-14 17:32:09.484,2600688.0,2.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,2024-09-12 07:23:29.000000,2024-09-12 04:57:23,4678.0,128.0,885.0,141.0,497.0,98.0,802.0,7208.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,34,True,2024-09-12 07:23:29.000,1.9.0,26.0,stanza,stanfordnlp/stanza,,,,407728.0,3235.0,3060.0,https://pypi.org/project/stanza,2024-09-12 07:11:24.000,175.0,407582.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7899.0,2.0,,,,,,,2.0,,,,,,,,,,,,,,,,, +159,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-08-05 23:12:38.000000,2024-03-13 19:58:20,1220.0,,1045.0,121.0,276.0,174.0,499.0,7194.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,2098453.0,17201.0,16758.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,443.0,2087535.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,786112.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-09-11 20:27:12.000000,2024-09-11 20:27:12,1230.0,15.0,657.0,63.0,137.0,61.0,444.0,5944.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",42.0,34,True,2024-07-25 01:34:14.000,2.6.1,212.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,['pytorch'],,950895.0,1862.0,1812.0,https://pypi.org/project/pytorch-metric-learning,2024-07-25 01:34:14.000,50.0,950685.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11800.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +161,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-09-12 06:38:53.000000,2024-09-12 06:38:34,2422.0,51.0,643.0,96.0,268.0,484.0,561.0,5566.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",100.0,34,True,2024-08-27 19:48:22.000,1.16.4,170.0,clearml,,,,2768.0,330106.0,1312.0,1272.0,https://pypi.org/project/clearml,2024-09-11 11:45:08.000,40.0,329583.0,,,,2.0,allegroai/trains,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30244.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,2024-09-05 07:21:42.000000,2024-08-29 20:55:31,12385.0,63.0,1144.0,100.0,1376.0,154.0,757.0,4752.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",138.0,34,True,2024-07-03 17:29:44.000,1.18.1,60.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,28610.0,603.0,583.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-07-03 17:21:24.000,20.0,27659.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-07-03 22:45:10.329,47566.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,2024-09-11 03:59:05.000000,2024-09-11 03:56:41,1310.0,16.0,266.0,39.0,464.0,99.0,235.0,3848.0,Lightning fast forecasting with statistical and econometric models.,44.0,34,True,2024-07-17 21:37:08.000,1.7.6,34.0,statsforecast,conda-forge/statsforecast,,,,806765.0,1157.0,1100.0,https://pypi.org/project/statsforecast,2024-07-17 21:37:08.000,57.0,803747.0,https://anaconda.org/conda-forge/statsforecast,2024-07-18 06:07:43.894,90549.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +164,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-09-12 15:09:19.000000,2024-09-11 11:59:18,3356.0,270.0,351.0,29.0,3194.0,135.0,1978.0,3792.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,95.0,34,True,2024-09-05 15:11:08.000,2.1.0,100.0,rubrix,conda-forge/rubrix,,,,2001.0,2690.0,2690.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,928.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,35412.0,2.0,,,,,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +165,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-09-12 14:15:00.000000,2024-09-12 14:11:56,1985.0,87.0,388.0,51.0,1735.0,65.0,458.0,3057.0,Bayesian optimization in PyTorch.,125.0,34,True,2024-07-22 21:09:12.000,0.11.3,46.0,botorch,conda-forge/botorch,,['pytorch'],,207026.0,1218.0,1135.0,https://pypi.org/project/botorch,2024-07-22 21:09:12.000,83.0,204529.0,https://anaconda.org/conda-forge/botorch,2024-07-23 15:58:22.505,122396.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +166,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-09-12 14:49:35.000000,2024-09-11 07:41:00,1091.0,45.0,434.0,55.0,1272.0,417.0,413.0,2454.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,120.0,34,True,2024-09-10 21:37:01.000,1.22.0,70.0,optimum,conda-forge/optimum,,,,888272.0,3493.0,3335.0,https://pypi.org/project/optimum,2024-09-10 16:18:53.000,158.0,887494.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,22567.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +167,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-09-12 07:29:48.000000,2024-09-11 22:43:00,3256.0,177.0,301.0,69.0,2002.0,54.0,714.0,2343.0,Adaptive Experimentation Platform.,174.0,34,True,2024-07-23 19:26:30.000,0.4.1,42.0,ax-platform,conda-forge/ax-platform,,['pytorch'],,98140.0,843.0,793.0,https://pypi.org/project/ax-platform,2024-07-23 19:26:30.000,50.0,97467.0,https://anaconda.org/conda-forge/ax-platform,2024-07-24 14:52:58.388,26256.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +168,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-09-09 17:00:51.616000,2024-09-09 16:03:43,5285.0,90.0,542.0,19.0,1375.0,1110.0,682.0,2232.0,"This is the development home of the workflow management system Snakemake. For general information, see.",342.0,34,True,2024-09-09 16:05:08.000,8.20.3,356.0,snakemake,bioconda/snakemake,,,,109456.0,2293.0,2066.0,https://pypi.org/project/snakemake,2024-09-09 16:05:08.000,227.0,98633.0,https://anaconda.org/bioconda/snakemake,2024-09-09 17:00:51.616,1158073.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +169,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-09-10 22:49:32.000000,2024-09-10 22:48:11,5818.0,161.0,701.0,87.0,5997.0,245.0,857.0,2105.0,TFX is an end-to-end platform for deploying production ML pipelines.,189.0,34,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,['tensorflow'],,31274.0,1572.0,1555.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,31274.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +170,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-09-07 01:20:44.000000,2024-09-07 01:20:42,565.0,12.0,157.0,42.0,80.0,7.0,130.0,2040.0,a python library for doing approximate and phonetic matching of strings.,32.0,34,True,2024-07-28 08:19:05.000,1.1.0,44.0,jellyfish,conda-forge/jellyfish,,,,5430850.0,10620.0,10354.0,https://pypi.org/project/jellyfish,2024-07-28 08:19:05.000,266.0,5411340.0,https://anaconda.org/conda-forge/jellyfish,2024-09-06 22:00:00.405,995020.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +171,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,,208.0,32.0,47.0,13.0,166.0,1620.0,Simple Python interface for Graphviz.,23.0,34,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,13902158.0,75022.0,72450.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2572.0,13901610.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,48776.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +172,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-09-03 20:55:53.000000,2024-09-03 20:55:53,3070.0,35.0,359.0,55.0,1185.0,312.0,969.0,1408.0,Cartopy - a cartographic python library with matplotlib support.,127.0,34,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,381758.0,6274.0,5584.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,690.0,304658.0,https://anaconda.org/conda-forge/cartopy,2024-05-16 22:28:29.744,4009223.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,2024-07-08 02:24:05.000000,2024-02-11 16:39:29,1856.0,,200.0,32.0,212.0,26.0,401.0,1393.0,The ctypes-based simple ImageMagick binding for Python.,104.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,49524.0,801791.0,19824.0,19570.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,254.0,799926.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,70690.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +174,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-09-04 13:45:48.000000,2024-09-04 13:45:43,2902.0,63.0,247.0,35.0,224.0,48.0,510.0,1282.0,Python interface for igraph.,75.0,34,False,2024-07-08 23:38:30.000,0.11.6,42.0,python-igraph,conda-forge/igraph,,,563841.0,262637.0,4488.0,4100.0,https://pypi.org/project/python-igraph,2024-07-08 23:38:30.000,388.0,244430.0,https://anaconda.org/conda-forge/igraph,2024-06-28 12:12:37.634,595133.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +175,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-09-05 06:54:28.000000,2024-09-05 06:54:23,889.0,8.0,335.0,42.0,1050.0,185.0,169.0,1222.0,Making text a first-class citizen in TensorFlow.,116.0,34,True,2024-07-15 22:42:38.000,2.17.0,71.0,tensorflow-text,,,['tensorflow'],,6312095.0,7520.0,7308.0,https://pypi.org/project/tensorflow-text,2024-07-15 22:26:08.000,212.0,6312095.0,,,,2.0,,,,,,,-1.0,,,,,,,,,,,,,,,,, +176,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-09-12 12:52:50.000000,2024-09-12 12:52:49,18632.0,218.0,4797.0,397.0,5329.0,163.0,3785.0,26219.0,The platform for building AI from enterprise data.,837.0,33,False,2024-09-10 16:53:56.000,24.9.2.1,484.0,mindsdb,,,['pytorch'],,13628.0,,,https://pypi.org/project/mindsdb,2024-09-10 16:55:20.000,,13628.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +177,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-09-12 12:09:31.000000,2024-09-12 12:08:02,5903.0,1182.0,2829.0,273.0,5698.0,100.0,613.0,26111.0,You like pytorch? You like micrograd? You love tinygrad!.,333.0,33,True,2024-08-13 23:19:48.000,0.9.2,8.0,,,,['pytorch'],,,96.0,96.0,,,,,,,,1.0,,,,,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +178,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-09-12 14:44:30.000000,2024-08-29 14:14:49,3228.0,358.0,1323.0,120.0,3580.0,280.0,976.0,19774.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",116.0,33,True,2024-08-29 16:32:22.000,1.11.3,81.0,,,,,140688.0,3431.0,114.0,114.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +179,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-09-03 22:09:45.000000,2024-05-18 14:08:15,800.0,,4501.0,451.0,459.0,420.0,1730.0,18265.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,179.0,33,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,2747.0,356421.0,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,325866.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1251536.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +180,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,13981.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,33,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,14702.0,766.0,719.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,14702.0,,,,1.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,2024-07-25 20:32:21.000000,2021-07-29 23:17:25,531.0,,1795.0,263.0,117.0,120.0,535.0,11508.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,,,,393954.0,6432.0,6234.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,198.0,391514.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,226964.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +182,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-09-11 16:58:54.000000,2024-08-21 07:05:41,3857.0,4.0,1185.0,193.0,2865.0,361.0,766.0,11084.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'],,3522.0,276.0,270.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,3522.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +183,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-03 22:35:30.000000,2023-12-09 05:39:53,576.0,,2311.0,217.0,247.0,125.0,417.0,10072.0,A little word cloud generator in Python.,72.0,33,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,1488401.0,547.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,526.0,1477750.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,532565.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +184,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-08-13 19:06:58.000000,2024-08-13 19:06:55,544.0,1.0,2389.0,282.0,159.0,325.0,318.0,8312.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",51.0,33,True,2024-05-05 04:42:09.000,3.10.4,59.0,SpeechRecognition,conda-forge/speechrecognition,,,,1064271.0,574.0,21.0,https://pypi.org/project/SpeechRecognition,2024-05-05 04:36:10.000,553.0,1060179.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,200555.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +185,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-09-12 00:59:58.000000,2024-09-03 05:23:45,6065.0,70.0,1132.0,122.0,1699.0,98.0,691.0,8273.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",94.0,33,True,2024-09-03 06:53:38.000,3.0.3,130.0,perspective-python,conda-forge/perspective,,['jupyter'],3885.0,37407.0,172.0,142.0,https://pypi.org/project/perspective-python,2024-09-03 06:52:27.000,24.0,10787.0,https://anaconda.org/conda-forge/perspective,2024-08-24 00:07:23.633,1155069.0,2.0,,,,,,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-09-03 06:50:59.267,6.0,3695.0,,,,,,,,,,, +186,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,7851.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,,,439.0,3097468.0,48558.0,47933.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,3073247.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1210844.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +187,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-09-08 09:09:00.000000,2024-09-08 09:09:00,378.0,18.0,1525.0,129.0,157.0,12.0,349.0,7795.0,A Python implementation of global optimization with gaussian processes.,47.0,33,True,2024-07-10 12:02:35.000,1.5.1,16.0,bayesian-optimization,,,,155.0,426492.0,3058.0,2914.0,https://pypi.org/project/bayesian-optimization,2024-07-10 12:02:35.000,144.0,426491.0,,,,1.0,,,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +188,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-09-12 09:04:34.000000,2024-09-11 21:56:38,2302.0,60.0,899.0,100.0,2580.0,347.0,1079.0,7648.0,Fast and Accurate ML in 3 Lines of Code.,125.0,33,True,2024-06-14 20:30:21.000,1.1.1,1603.0,autogluon,conda-forge/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",,102549.0,840.0,813.0,https://pypi.org/project/autogluon,2024-09-12 09:04:34.000,27.0,101485.0,https://anaconda.org/conda-forge/autogluon,2024-06-18 07:07:41.213,18088.0,1.0,autogluon/autogluon,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,9925.0,,,,,,,,,,,,,,,,,,, +189,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-09-02 17:04:17.000000,2024-06-21 13:43:40,1379.0,7.0,869.0,155.0,1730.0,149.0,865.0,7188.0,An open source python library for automated feature engineering.,72.0,33,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,75042.0,1830.0,1756.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,71040.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,204114.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +190,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-09-09 18:22:59.000000,2024-09-09 18:22:58,3283.0,9.0,957.0,136.0,664.0,53.0,1156.0,7005.0,Python library for audio and music analysis.,123.0,33,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,2923264.0,1337.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1337.0,2907135.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,806489.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +191,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-09-12 07:10:53.000000,2024-09-12 07:10:50,3456.0,478.0,1237.0,246.0,9530.0,954.0,1579.0,6472.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, Phi, MiniCPM,..",108.0,33,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,626.0,12884.0,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,12877.0,,,,2.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,,, +192,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-09-12 07:09:20.000000,2024-09-12 07:08:00,3374.0,183.0,726.0,144.0,123.0,103.0,341.0,6209.0,Fit interpretable models. Explain blackbox machine learning.,46.0,33,True,2024-08-07 19:03:09.000,0.6.3,51.0,interpret,,,['jupyter'],,88335.0,783.0,734.0,https://pypi.org/project/interpret,2024-08-07 19:03:09.000,49.0,88335.0,,,,1.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,286.0,6588.0,12.0,2032.0,5885.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,,,,54548.0,3363.0,3305.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,54200.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,19164.0,3.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-09-03 13:46:04.210000,2024-05-07 13:49:33,2334.0,,1118.0,191.0,238.0,277.0,285.0,5763.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,,,,230418.0,5430.0,5185.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,245.0,221197.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,433397.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +195,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-09-12 14:30:19.000000,2024-09-12 14:23:56,1124.0,29.0,482.0,268.0,807.0,230.0,338.0,4805.0,Model interpretability and understanding for PyTorch.,117.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,['pytorch'],,247741.0,2466.0,2340.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,245882.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,61366.0,1.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-08-14 15:31:25.000000,2023-11-23 21:41:49,1136.0,,644.0,89.0,271.0,41.0,253.0,4428.0,Geocoding library for Python.,133.0,33,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,76.0,5833329.0,879.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,879.0,5805131.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1438141.0,2.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-09-03 22:54:33.000000,2024-08-06 01:28:54,637.0,16.0,119.0,75.0,75.0,13.0,129.0,3761.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",19.0,33,True,2024-08-06 01:36:27.000,6.2.3,53.0,ftfy,conda-forge/ftfy,,,6.0,5540122.0,23071.0,22519.0,https://pypi.org/project/ftfy,2024-08-06 01:30:44.000,552.0,5533331.0,https://anaconda.org/conda-forge/ftfy,2024-08-06 18:05:02.848,298845.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +198,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-08-16 14:16:04.000000,2024-08-16 14:16:04,1353.0,40.0,317.0,59.0,244.0,66.0,444.0,3618.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,33,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,304602.0,901.0,871.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,284629.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1018633.0,1.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,2024-09-12 11:34:40.000000,2024-08-14 20:32:21,1311.0,2.0,813.0,309.0,1470.0,331.0,518.0,3495.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'],,1073231.0,285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,1073231.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,2024-09-10 15:54:36.000000,2024-08-08 09:18:37,1519.0,5.0,363.0,90.0,764.0,136.0,448.0,3296.0,Quickly and accurately render even the largest data.,56.0,33,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,139680.0,4902.0,4708.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,194.0,118422.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1105427.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +201,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-09-12 08:34:28.551000,2024-08-15 21:14:21,1029.0,22.0,492.0,56.0,145.0,358.0,170.0,2765.0,A high performance implementation of HDBSCAN clustering.,92.0,33,True,2024-08-05 22:10:29.000,release-0.8.38-1,54.0,hdbscan,conda-forge/hdbscan,,['sklearn'],,615379.0,4330.0,3999.0,https://pypi.org/project/hdbscan,2024-08-05 22:21:39.000,331.0,570267.0,https://anaconda.org/conda-forge/hdbscan,2024-09-12 08:34:28.551,2120286.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +202,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,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,2741.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,,,,829988.0,6857.0,6489.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,814855.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,741538.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +203,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-09-10 10:47:26.000000,2024-09-10 10:24:00,2986.0,26.0,698.0,74.0,894.0,293.0,633.0,2700.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",127.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,501.0,80364.0,1204.0,1151.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,80355.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-09-05 19:07:36.000000,2024-09-05 19:07:36,2302.0,9.0,551.0,70.0,485.0,260.0,710.0,2338.0,Survival analysis in Python.,119.0,33,True,2024-06-26 15:36:45.000,0.29.0,171.0,lifelines,conda-forge/lifelines,,,,763667.0,3009.0,2865.0,https://pypi.org/project/lifelines,2024-06-26 15:36:45.000,144.0,756678.0,https://anaconda.org/conda-forge/lifelines,2024-06-27 16:03:16.815,363452.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-09-08 09:23:13.000000,2024-09-08 09:23:13,3746.0,31.0,190.0,49.0,1382.0,133.0,729.0,1993.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-05-28 05:22:14.000,0.16.1,61.0,pythran,conda-forge/pythran,,,,216393.0,2592.0,2573.0,https://pypi.org/project/pythran,2024-05-28 05:22:14.000,19.0,201858.0,https://anaconda.org/conda-forge/pythran,2024-09-03 03:38:51.615,697697.0,2.0,,,,,,,,,,,,,,,,,,,,,,pythran,python-pythran, +206,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-08-17 22:59:08.823000,2024-07-30 13:52:24,1606.0,12.0,285.0,56.0,141.0,83.0,191.0,1817.0,"CUDA integration for Python, plus shiny features.",82.0,33,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,64721.0,3245.0,3089.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,156.0,51516.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,554616.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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-08-15 14:54:51.000000,2024-08-15 14:54:50,1948.0,56.0,288.0,44.0,285.0,58.0,212.0,1538.0,TensorLy: Tensor Learning in Python.,68.0,33,True,2024-06-09 17:29:20.000,0.8.2,20.0,tensorly,conda-forge/tensorly,,,,76195.0,828.0,736.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,92.0,68370.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,367775.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-08-21 06:38:39.000000,2024-07-22 07:57:37,1193.0,5.0,363.0,67.0,616.0,292.0,359.0,1485.0,A Jupyter - Leaflet.js bridge.,90.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,['jupyter'],,317619.0,11240.0,10956.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,286497.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1246465.0,2.0,,,,,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,7152.0,,,,,,,,,,, +209,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,2.0,155.0,40.0,133.0,4.0,644.0,1170.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,33,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,10149289.0,3761.0,3712.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,10143508.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,231245.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +210,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-08-01 09:45:41.000000,2024-05-30 14:50:18,14882.0,,506.0,50.0,2299.0,404.0,962.0,745.0,Workflows and interfaces for neuroimaging packages.,256.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,194328.0,5030.0,4882.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,148.0,180482.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,678497.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,1008.0,1869.0,363.0,658.0,17492.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,,,,2972.0,1018.0,1008.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2794.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,8587.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +212,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,,3461.0,466.0,671.0,590.0,672.0,15315.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'],,7406.0,1521.0,1507.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,7406.0,,,,2.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,,1135.0,338.0,1683.0,523.0,1294.0,11187.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,,,,10424.0,16649.0,380.0,375.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,16521.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,,2095.0,283.0,3401.0,51.0,1494.0,10467.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'],,3845.0,257.0,252.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,3845.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,2024-07-30 21:21:24.000000,2024-04-08 20:21:10,864.0,,1289.0,423.0,88.0,32.0,161.0,9746.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,['tensorflow'],,18980.0,1353.0,1334.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,18407.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,33248.0,3.0,,,,,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +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,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1559.0,287.0,434.0,293.0,639.0,9654.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'],,49902.0,2984.0,2946.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,44646.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,268086.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +217,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-09-06 18:07:12.000000,2024-09-06 18:07:12,1736.0,73.0,712.0,89.0,796.0,121.0,271.0,9395.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",51.0,32,False,2024-06-25 23:18:36.000,2.6.6,31.0,cleanlab,conda-forge/cleanlab,,,,24639.0,392.0,374.0,https://pypi.org/project/cleanlab,2024-06-25 23:18:36.000,18.0,23925.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,29279.0,2.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,2024-08-31 00:08:42.000000,2024-08-23 06:11:11,2922.0,5.0,1664.0,90.0,1675.0,229.0,1873.0,8554.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",126.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,['paddle'],,1754.0,1279.0,1272.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1754.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-08-04 02:13:02.666000,2024-08-03 20:47:58,560.0,6.0,1206.0,169.0,436.0,68.0,474.0,8356.0,Automatic extraction of relevant features from time series:.,96.0,32,True,2024-08-03 20:51:43.000,0.20.3,32.0,tsfresh,conda-forge/tsfresh,,['sklearn'],,267196.0,113.0,21.0,https://pypi.org/project/tsfresh,2024-08-03 20:51:43.000,92.0,240544.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1385952.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,4.0,2243.0,176.0,1152.0,27.0,1429.0,6709.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'],,8241.0,311.0,288.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,8241.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,,1813.0,196.0,206.0,13.0,1343.0,6296.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'],179.0,13122.0,1609.0,1591.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,12797.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11321.0,3.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,2024-09-10 23:30:23.000000,2024-09-10 18:48:17,196.0,16.0,1073.0,196.0,140.0,153.0,329.0,6120.0,Official Kaggle API.,47.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,210502.0,223.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,202.0,206792.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,178109.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,2024-08-16 02:36:10.000000,2024-05-08 23:39:06,618.0,,714.0,110.0,192.0,18.0,348.0,5759.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,,,,3063996.0,944.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,944.0,3051538.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,622912.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,2024-09-12 01:26:22.000000,2024-08-29 12:26:27,2209.0,21.0,315.0,44.0,2179.0,363.0,664.0,5140.0,Aim An easy-to-use & supercharged open-source experiment tracker.,76.0,32,True,2024-08-14 09:46:54.000,3.24.0,1105.0,aim,conda-forge/aim,,,,112407.0,702.0,664.0,https://pypi.org/project/aim,2024-09-02 20:08:21.000,38.0,110417.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,75634.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +225,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-07-02 00:51:45.000000,2024-07-02 00:51:45,1646.0,1.0,855.0,116.0,528.0,146.0,342.0,4862.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,107.0,32,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,['sklearn'],,630582.0,15142.0,14967.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,175.0,624158.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,321205.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +226,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-08-15 14:31:34.000000,2024-08-15 14:20:30,3331.0,28.0,548.0,120.0,379.0,72.0,743.0,4089.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,32,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,97516.0,354.0,335.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,95370.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,70831.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +227,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-09-12 13:15:45.000000,2024-09-12 13:04:15,1105.0,13.0,352.0,58.0,1370.0,133.0,176.0,3928.0,A Python toolbox for performing gradient-free optimization.,56.0,32,True,2024-08-16 08:31:34.000,1.0.4,49.0,nevergrad,conda-forge/nevergrad,,,,126975.0,799.0,741.0,https://pypi.org/project/nevergrad,2024-08-16 08:31:34.000,58.0,125950.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,53316.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +228,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2024-09-09 19:49:22.000000,2024-09-09 08:58:52,1894.0,103.0,610.0,41.0,894.0,503.0,295.0,3861.0,Time series forecasting with PyTorch.,52.0,32,True,2024-09-09 09:36:07.000,1.1.1,36.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,59080.0,450.0,430.0,https://pypi.org/project/pytorch-forecasting,2024-09-09 09:36:07.000,20.0,57766.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,63112.0,2.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,2024-09-07 18:14:18.267000,2024-09-06 22:28:40,3895.0,37.0,553.0,58.0,910.0,366.0,979.0,3524.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'],,271104.0,2486.0,2317.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,267755.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,174177.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,2024-06-06 21:49:17.000000,2024-06-06 21:49:15,1186.0,,1666.0,152.0,210.0,13.0,692.0,3463.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'],,1918045.0,298.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,298.0,1915918.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,104240.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +231,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,,273.0,45.0,828.0,102.0,285.0,3144.0,PyTorch extensions for high performance and large scale training.,75.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,['pytorch'],,515243.0,6342.0,6189.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,506767.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,288207.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,2024-09-12 15:01:04.000000,2024-08-20 08:04:50,1245.0,59.0,245.0,29.0,1096.0,89.0,487.0,2919.0,A python library for self-supervised learning on images.,42.0,32,True,2024-08-20 10:04:51.000,1.5.12,126.0,lightly,,,['pytorch'],,30782.0,321.0,307.0,https://pypi.org/project/lightly,2024-08-20 10:05:59.000,14.0,30782.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +233,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-12 10:34:49.000000,2024-09-11 14:39:09,949.0,5.0,250.0,47.0,347.0,210.0,136.0,1961.0,Evaluate: A library for easily evaluating machine learning models and datasets.,128.0,32,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,2322175.0,12628.0,12225.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2322175.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +234,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,1688.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'],,988734.0,363.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,363.0,988734.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +235,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-09-06 01:03:46.000000,2024-09-06 01:00:00,729.0,14.0,331.0,45.0,381.0,72.0,233.0,1672.0,Training PyTorch models with differential privacy.,81.0,32,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,['pytorch'],116.0,271438.0,898.0,862.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,270911.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,16827.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +236,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,51.0,158.0,114.0,218.0,1618.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,764806.0,11392.0,11185.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,207.0,763165.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,149332.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,geocoder +237,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-08-19 19:12:04.000000,2024-02-23 02:45:37,1079.0,,231.0,34.0,254.0,62.0,272.0,1572.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,,,,2290297.0,9323.0,9170.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2265431.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1168715.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +238,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-07-31 17:39:21.000000,2024-07-31 17:39:21,4358.0,131.0,303.0,79.0,669.0,17.0,634.0,1312.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,32,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,54687.0,1690.0,1641.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,43244.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,572156.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +239,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-08-30 16:16:32.000000,2024-08-30 16:16:31,3374.0,27.0,239.0,50.0,404.0,74.0,277.0,1054.0,"OpenCL integration for Python, plus shiny features.",96.0,32,True,2024-06-25 02:02:14.000,2024.2.7,102.0,pyopencl,conda-forge/pyopencl,,,,85631.0,2192.0,2020.0,https://pypi.org/project/pyopencl,2024-06-25 02:02:14.000,172.0,60665.0,https://anaconda.org/conda-forge/pyopencl,2024-06-26 04:14:07.618,1273281.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +240,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-09-11 15:25:06.000000,2024-09-11 15:25:06,13941.0,233.0,290.0,34.0,1847.0,482.0,659.0,1050.0,Python package for earth-observing satellite data processing.,160.0,32,False,2024-08-15 13:27:18.000,0.51.0,96.0,satpy,conda-forge/satpy,,,,12203.0,170.0,140.0,https://pypi.org/project/satpy,2024-08-15 13:27:18.000,30.0,7926.0,https://anaconda.org/conda-forge/satpy,2024-08-15 19:19:25.115,218153.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +241,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-09-09 23:28:57.000000,2024-09-09 23:28:56,11556.0,51.0,241.0,57.0,12265.0,239.0,2210.0,967.0,Cloud-native genomic dataframes and batch computing.,95.0,32,True,2024-08-12 18:22:08.000,0.2.130.post1,154.0,hail,,,['spark'],,193004.0,175.0,141.0,https://pypi.org/project/hail,2024-08-08 16:40:33.000,34.0,193004.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +242,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-09-11 13:43:17.000000,2024-09-11 13:43:17,14448.0,365.0,434.0,54.0,2209.0,191.0,799.0,700.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",163.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,41212.0,1343.0,1220.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,30764.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,501545.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +243,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-09-10 14:17:30.000000,2024-09-10 14:17:30,17277.0,74.0,111.0,28.0,3612.0,528.0,3412.0,523.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,,,,40646.0,511.0,416.0,https://pypi.org/project/datalad,2024-08-08 02:59:23.000,95.0,28823.0,https://anaconda.org/conda-forge/datalad,2024-08-08 08:36:45.951,602988.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +244,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-08-04 12:17:57.000000,2023-07-13 08:50:20,531.0,,2796.0,385.0,122.0,239.0,561.0,25615.0,Deezer source separation library including pretrained models.,19.0,31,False,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,['tensorflow'],3388624.0,77608.0,788.0,776.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,18596.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,91568.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +245,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-08-28 19:22:10.000000,2024-08-28 19:21:31,321.0,13.0,2941.0,147.0,54.0,132.0,140.0,19611.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,31,True,2024-08-28 19:22:10.000,1.7.12,202.0,vit-pytorch,,,['pytorch'],,17915.0,541.0,528.0,https://pypi.org/project/vit-pytorch,2024-08-28 19:22:10.000,13.0,17915.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +246,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,1.0,3735.0,754.0,1140.0,413.0,589.0,19080.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'],,4911.0,533.0,528.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,4911.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +247,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-09 08:07:52.000000,2024-08-30 09:01:55,1994.0,16.0,2583.0,295.0,938.0,238.0,690.0,15164.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,31,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,['pytorch'],681.0,2545.0,22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,2531.0,,,,1.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,2.0,2074.0,182.0,1006.0,574.0,726.0,12669.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'],751.0,5871.0,1719.0,1712.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5860.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +249,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,457.0,261.0,577.0,364.0,9617.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'],,7461.0,5011.0,4997.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,7461.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +250,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,,878.0,259.0,148.0,107.0,104.0,9211.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,,,,8184352.0,1196.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1175.0,8178677.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,556191.0,2.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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,,1399.0,302.0,894.0,142.0,759.0,9109.0,AutoML library for deep learning.,143.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,['tensorflow'],18730.0,48752.0,745.0,732.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,48524.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +252,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,287.0,98.0,311.0,446.0,8558.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,938241.0,18814.0,1678.0,1659.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,6474.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,7818.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-09-10 09:10:05.964000,2024-08-30 11:22:47,1185.0,10.0,1375.0,101.0,657.0,722.0,526.0,8296.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'],,6516.0,2698.0,2698.0,,,,,https://anaconda.org/conda-forge/nvidia-apex,2024-09-10 09:10:05.964,306273.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +254,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-09-12 13:53:25.000000,2024-09-02 09:48:19,1237.0,33.0,847.0,59.0,1005.0,256.0,1296.0,7901.0,A python library for user-friendly forecasting and anomaly detection on time series.,124.0,31,True,2024-06-19 16:52:35.000,0.30.0,43.0,u8darts,conda-forge/u8darts-all,,,,61433.0,10.0,,https://pypi.org/project/u8darts,2024-06-19 16:52:35.000,10.0,59936.0,https://anaconda.org/conda-forge/u8darts-all,2024-06-21 14:16:42.811,56597.0,2.0,unit8/darts,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,632.0,,,,,,,,,,,,,,,,,,, +255,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-09-09 07:00:47.000000,2023-04-18 11:08:13,2759.0,,1269.0,215.0,719.0,196.0,829.0,7538.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'],59.0,15023.0,636.0,602.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,14413.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,25050.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-08-12 17:22:54.000000,2024-08-12 17:08:04,2710.0,2.0,1140.0,209.0,1051.0,24.0,615.0,6651.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'],,10718.0,409.0,405.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,10718.0,,,,2.0,,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +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-05-29 15:01:39.000000,2023-10-19 19:24:51,248.0,,910.0,125.0,38.0,74.0,147.0,5466.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,['pytorch'],,834558.0,3890.0,3790.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,100.0,834226.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,17287.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +258,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-09-11 22:07:01.000000,2024-09-11 22:02:54,3912.0,37.0,537.0,81.0,603.0,114.0,495.0,4984.0,Online machine learning in Python.,119.0,31,True,2024-07-09 19:24:30.000,0.21.2,22.0,river,conda-forge/river,,,,50019.0,603.0,550.0,https://pypi.org/project/river,2024-07-09 19:24:30.000,53.0,48128.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,77548.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,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,4525.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,,,,1093908.0,46101.0,45673.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,428.0,1090144.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,188211.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +260,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,1.0,619.0,64.0,223.0,223.0,162.0,4263.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,,,,899747.0,7048.0,6914.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,894723.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,226121.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +261,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,,863.0,149.0,131.0,136.0,104.0,4246.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,168311.0,4116.0,4013.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,103.0,167636.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,29038.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +262,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-08-26 09:23:15.000000,2024-08-26 09:20:38,1348.0,4.0,380.0,69.0,371.0,102.0,460.0,4209.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,31,True,2024-08-26 09:23:15.000,0.8.6,30.0,sacred,conda-forge/sacred,,,,44881.0,3229.0,3169.0,https://pypi.org/project/sacred,2024-08-26 09:23:15.000,60.0,44693.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,6410.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,2024-09-12 14:03:17.000000,2024-09-12 14:03:13,15528.0,69.0,525.0,72.0,3603.0,888.0,1603.0,4150.0,cuML - RAPIDS Machine Learning Library.,177.0,31,True,2024-08-08 02:09:42.000,24.08.00,41.0,cuml,,,,,2841.0,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,2841.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +264,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-08-08 15:36:05.000000,2024-08-08 15:36:05,1297.0,2.0,2506.0,1952.0,535.0,390.0,1077.0,4069.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,31,True,2024-08-05 21:53:53.000,1.57.0,104.0,azureml-sdk,,,,634.0,437068.0,31.0,,https://pypi.org/project/azureml-sdk,2024-08-05 21:53:53.000,31.0,437060.0,,,,2.0,,,,,,,-1.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,3417.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,16959.0,261988.0,281.0,263.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,261810.0,,,,3.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,,616.0,77.0,78.0,73.0,162.0,3282.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,,,,1761826.0,7073.0,6955.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,118.0,1758880.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,256314.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +267,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-09-12 14:19:51.000000,2024-09-11 21:04:46,8171.0,319.0,347.0,83.0,9528.0,108.0,345.0,2983.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",118.0,31,True,2024-08-23 21:25:59.000,0.36.0,584.0,determined,,https://docs.determined.ai,"['pytorch', 'tensorflow']",9687.0,26617.0,4.0,,https://pypi.org/project/determined,2024-08-23 21:49:24.000,4.0,26416.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +268,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-09-12 14:13:56.000000,2024-09-09 15:24:55,1180.0,28.0,334.0,35.0,521.0,111.0,425.0,2924.0,Scalable and user friendly neural forecasting algorithms.,48.0,31,True,2024-07-30 18:29:38.000,1.7.4,25.0,neuralforecast,conda-forge/neuralforecast,,,,39378.0,215.0,199.0,https://pypi.org/project/neuralforecast,2024-07-30 18:29:38.000,16.0,38656.0,https://anaconda.org/conda-forge/neuralforecast,2024-07-31 00:28:02.817,21665.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +269,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-09-10 17:09:08.000000,2024-09-09 09:29:19,931.0,22.0,134.0,23.0,420.0,146.0,279.0,2029.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,55.0,31,True,2024-08-18 19:11:57.000,0.11.5,49.0,equinox,,,['jax'],,110269.0,856.0,708.0,https://pypi.org/project/equinox,2024-08-18 19:11:57.000,148.0,110269.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +270,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-09-12 11:34:47.000000,2024-09-12 07:12:31,2085.0,218.0,396.0,32.0,2214.0,300.0,114.0,1864.0,Pytorch domain library for recommendation systems.,264.0,31,True,2024-07-23 18:00:18.000,0.8.0,77.0,torchrec-nightly-cpu,,,,,1701.0,129.0,129.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1701.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +271,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-07-29 11:38:56.000000,2024-06-14 08:51:32,2450.0,,435.0,75.0,1269.0,154.0,682.0,1830.0,Gaussian processes in TensorFlow.,84.0,31,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,['tensorflow'],,78526.0,719.0,684.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,77464.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,32950.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +272,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-09-12 08:09:56.000000,2024-09-09 22:01:43,4288.0,169.0,49.0,171.0,566.0,144.0,457.0,1543.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,31,True,2024-08-21 16:52:52.000,4.4.1,78.0,lets-plot,,,,933.0,21169.0,133.0,120.0,https://pypi.org/project/lets-plot,2024-08-21 16:33:28.000,13.0,21153.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +273,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-09-12 06:43:00.000000,2024-08-20 20:52:54,1593.0,26.0,165.0,18.0,835.0,111.0,450.0,1343.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,108.0,31,True,2024-08-09 10:45:17.000,0.28.1,62.0,pyjanitor,conda-forge/pyjanitor,,,,86225.0,710.0,681.0,https://pypi.org/project/pyjanitor,2024-08-09 10:45:12.000,29.0,82190.0,https://anaconda.org/conda-forge/pyjanitor,2024-08-09 15:37:31.887,209823.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +274,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-09-10 11:38:37.614000,2024-09-09 16:59:27,10782.0,43.0,245.0,38.0,1503.0,208.0,353.0,1221.0,Computations and statistics on manifolds with geometric structures.,92.0,31,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,https://geomstats.github.io/,,,3414.0,132.0,120.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,3285.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,3504.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +275,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-09-08 08:51:44.000000,2024-08-18 09:36:04,1138.0,22.0,211.0,23.0,148.0,25.0,198.0,1112.0,Survival analysis built on top of scikit-learn.,21.0,31,False,2024-06-30 09:36:26.000,0.23.0,29.0,scikit-survival,conda-forge/scikit-survival,,['sklearn'],,121640.0,613.0,580.0,https://pypi.org/project/scikit-survival,2024-06-30 09:36:26.000,33.0,117449.0,https://anaconda.org/conda-forge/scikit-survival,2024-06-30 11:16:56.800,142527.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +276,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-09-12 14:28:59.000000,2024-09-12 14:28:57,706.0,21.0,105.0,25.0,569.0,358.0,440.0,1073.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",48.0,31,True,2024-05-07 03:58:11.000,0.10.0,71.0,hvplot,conda-forge/hvplot,,,,234837.0,5916.0,5730.0,https://pypi.org/project/hvplot,2024-07-23 13:19:56.000,186.0,222437.0,https://anaconda.org/conda-forge/hvplot,2024-05-07 04:39:01.018,632413.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +277,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-09-10 11:53:18.000000,2024-09-09 18:05:11,1960.0,10.0,234.0,18.0,299.0,53.0,284.0,868.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",47.0,31,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,229182.0,1369.0,1242.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,225375.0,https://anaconda.org/conda-forge/salib,2024-08-19 20:16:48.120,178967.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +278,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-09-12 07:35:11.000000,2024-09-06 10:09:05,173135.0,2863.0,93.0,51.0,2281.0,90.0,286.0,686.0,TensorFlow ROCm port.,4696.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,['tensorflow'],23.0,3955.0,9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,3955.0,,,,3.0,,,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,, +279,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-09-12 08:37:47.000000,2024-09-12 08:37:29,590.0,20.0,38.0,11.0,75.0,10.0,26.0,216.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,31,False,2024-07-27 07:23:34.000,1.0.0,48.0,blis,conda-forge/cython-blis,,,58.0,10869402.0,48441.0,48341.0,https://pypi.org/project/blis,2024-07-27 07:23:34.000,100.0,10822223.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2264593.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +280,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-09-04 00:44:02.000000,2024-09-04 00:43:59,2959.0,21.0,2322.0,201.0,467.0,243.0,475.0,9630.0,FinRL: Financial Reinforcement Learning.,116.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,937.0,45.0,45.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,937.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +281,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-09-09 10:45:08.000000,2024-09-06 10:46:58,1092.0,1.0,385.0,81.0,538.0,62.0,457.0,5763.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']",,162326.0,1466.0,1381.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,145958.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,785707.0,3.0,,,,,,,-1.0,,,,,,,,,,,,,,,,, +282,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,294.0,161.0,267.0,5612.0,Portfolio and risk analytics in Python.,60.0,30,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,7006.0,1081.0,1067.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,6832.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13819.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +283,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,1.0,1001.0,106.0,243.0,107.0,477.0,5208.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'],,136032.0,4245.0,4134.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,111.0,135413.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,21682.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +284,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-09-10 15:55:41.876000,2024-09-10 14:13:20,813.0,17.0,396.0,76.0,297.0,60.0,528.0,4699.0,Visualizer for pandas data structures.,30.0,30,True,2024-09-10 15:24:26.000,3.14.1,186.0,dtale,conda-forge/dtale,,"['pandas', 'jupyter']",,45520.0,1251.0,1207.0,https://pypi.org/project/dtale,2024-09-10 15:17:39.000,44.0,39212.0,https://anaconda.org/conda-forge/dtale,2024-09-10 15:55:41.876,328048.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +285,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,45.0,51.0,28.0,97.0,4005.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,,,,586198.0,6079.0,5929.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,579848.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,292136.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +286,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-09-11 22:52:05.000000,2024-08-30 16:04:57,1227.0,15.0,496.0,64.0,749.0,,545.0,3681.0,On-device wake word detection powered by deep learning.,38.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,10915.0,66.0,33.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,33.0,10915.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +287,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,77.0,230.0,89.0,406.0,3524.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,1238.0,248190.0,1481.0,1452.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,230756.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,835052.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +288,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-09 06:18:10.925000,2024-06-23 04:04:02,1559.0,2.0,447.0,93.0,126.0,91.0,348.0,3375.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,48.0,30,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,178241.0,1266.0,1203.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,175219.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,142036.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +289,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,9.0,248.0,64.0,56.0,9.0,,3354.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,,,1023.0,825920.0,7105.0,7006.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,812531.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,615344.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +290,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-07-11 06:05:21.000000,2024-07-11 06:02:00,993.0,9.0,590.0,95.0,338.0,21.0,758.0,3345.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,30,True,2024-07-11 06:11:27.000,1.1.0,76.0,pomegranate,conda-forge/pomegranate,,,,16768.0,1210.0,1151.0,https://pypi.org/project/pomegranate,2024-07-11 06:05:21.000,59.0,13498.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,170053.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +291,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,23.0,252.0,62.0,121.0,6.0,288.0,3329.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,30,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,1570.0,23377.0,617.0,602.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,23354.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +292,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-06-20 07:03:41.000000,2024-06-20 07:03:30,339.0,4.0,328.0,66.0,76.0,15.0,123.0,3121.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,1386464.0,14346.0,14108.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,238.0,1382287.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,392651.0,2.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-09-11 23:07:53.942000,2024-04-05 20:34:01,476.0,,737.0,121.0,127.0,69.0,371.0,3020.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,['sklearn'],,141148.0,2832.0,2745.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,87.0,135455.0,https://anaconda.org/conda-forge/hmmlearn,2024-09-11 23:07:53.942,273273.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,2.0,336.0,59.0,194.0,135.0,196.0,2880.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'],,434272.0,1490.0,1411.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,406749.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1403685.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +295,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-09-11 14:51:53.000000,2024-09-11 14:51:47,985.0,4.0,232.0,38.0,542.0,75.0,175.0,2859.0,JAX-based neural network library.,82.0,30,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,192385.0,2215.0,2048.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,167.0,191890.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,21317.0,3.0,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +296,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,1.0,392.0,64.0,496.0,218.0,273.0,2846.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'],,333243.0,4455.0,4340.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,332196.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,38748.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +297,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-09-09 14:20:57.000000,2024-09-09 14:20:57,1640.0,38.0,328.0,37.0,347.0,36.0,168.0,2712.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,38.0,30,True,2024-07-04 10:21:38.000,2.6.0,42.0,shapash,,,['jupyter'],,10256.0,175.0,171.0,https://pypi.org/project/shapash,2024-07-04 10:21:38.000,4.0,10256.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +298,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-04-09 11:39:30.000000,2024-04-09 11:39:30,957.0,,393.0,38.0,150.0,46.0,244.0,2398.0,A library of sklearn compatible categorical variable encoders.,70.0,30,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,['sklearn'],,1288068.0,2340.0,2076.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,264.0,1280092.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,279170.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,2024-09-01 16:40:50.000000,2024-08-06 16:26:17,551.0,30.0,412.0,88.0,115.0,77.0,264.0,2173.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,,,,7741.0,1632.0,1622.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,6723.0,https://anaconda.org/conda-forge/bt,2024-08-06 16:21:23.081,41739.0,2.0,,,,,,,-1.0,,,,,,,,,,,,,,,,, +300,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-08-09 06:42:16.000000,2024-08-03 19:13:40,1565.0,62.0,206.0,50.0,265.0,171.0,161.0,2117.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",44.0,30,True,2024-08-03 18:57:36.000,0.34.3,180.0,graphistry,,,['jupyter'],,3726.0,123.0,117.0,https://pypi.org/project/graphistry,2024-08-03 18:57:36.000,6.0,3726.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +301,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-09-10 12:44:24.000000,2024-08-28 19:04:32,1849.0,113.0,122.0,28.0,345.0,47.0,102.0,2112.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",52.0,30,True,2024-08-28 20:01:05.000,2.15.1,123.0,usearch,,,,20908.0,140791.0,144.0,116.0,https://pypi.org/project/usearch,2024-08-28 20:01:05.000,14.0,131098.0,,,,2.0,unum/usearch,https://hub.docker.com/r/unum/usearch,2024-08-28 19:11:57.156669,1.0,116.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-08-28 19:12:14.604,14.0,8294.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-08-26 20:21:57.000000,2024-08-26 17:26:56,210.0,1.0,254.0,56.0,77.0,50.0,229.0,1989.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,,,442.0,87065.0,1117.0,1081.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,83599.0,https://anaconda.org/conda-forge/tesserocr,2024-07-30 13:52:35.216,173123.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,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,79.0,78.0,113.0,1802.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'],,123145.0,6521.0,6418.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,122004.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,85584.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +304,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,376.0,50.0,136.0,38.0,426.0,1714.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,,,,11926.0,2436.0,278.0,263.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,2320.0,,,,1.0,,,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +305,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-09-07 12:54:02.000000,2024-09-07 12:53:56,949.0,2.0,431.0,86.0,233.0,57.0,241.0,1456.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,,,,255919.0,3030.0,2597.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,433.0,246764.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,357057.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +306,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-08-29 09:42:50.000000,2024-07-27 04:51:19,1133.0,4.0,245.0,48.0,533.0,31.0,185.0,1316.0,ARCH models in Python.,35.0,30,False,2024-04-16 17:35:41.000,7.0.0,47.0,arch,conda-forge/arch-py,,,,379807.0,1999.0,1895.0,https://pypi.org/project/arch,2024-04-16 17:35:41.000,104.0,372131.0,https://anaconda.org/conda-forge/arch-py,2024-05-17 19:52:40.969,391525.0,2.0,,,,,,,-1.0,,,,,,,,,,,,,,,,, +307,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-08-30 01:04:00.000000,2024-08-30 01:03:59,1482.0,46.0,274.0,73.0,107.0,33.0,55.0,1255.0,Model analysis tools for TensorFlow.,57.0,30,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,"['tensorflow', 'jupyter']",,247858.0,19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,19.0,247858.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +308,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-09-12 13:31:52.000000,2024-08-13 21:16:30,3511.0,271.0,123.0,10.0,612.0,18.0,150.0,1079.0,Time series forecasting with machine learning models.,14.0,30,True,2024-08-01 13:18:23.000,0.13.0,28.0,skforecast,,,['sklearn'],,76295.0,336.0,321.0,https://pypi.org/project/skforecast,2024-08-01 12:24:50.000,15.0,76295.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +309,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,61.0,72.0,82.0,941.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,,,,15417065.0,104739.0,104223.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,516.0,15084489.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,11972740.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +310,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,15.0,149.0,50.0,59.0,21.0,70.0,839.0,Computer Vision in Python.,35.0,30,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,31569.0,1404.0,1342.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,62.0,21959.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,490134.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,2024-09-04 08:05:36.172000,2024-08-31 14:58:16,3183.0,41.0,118.0,17.0,305.0,7.0,165.0,788.0,Python bindings for MPI.,27.0,30,True,2024-07-28 09:41:14.000,4.0.0,29.0,mpi4py,conda-forge/mpi4py,,,26460.0,1020570.0,732.0,,https://pypi.org/project/mpi4py,2024-07-28 09:41:14.000,732.0,958527.0,https://anaconda.org/conda-forge/mpi4py,2024-09-04 08:05:36.172,2891168.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +312,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-09-10 22:31:48.000000,2024-09-10 22:30:54,1084.0,11.0,174.0,35.0,117.0,27.0,62.0,748.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,,,,19899378.0,448.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,438.0,19810813.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8590845.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +313,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-09-05 19:42:46.000000,2024-07-01 21:47:36,1690.0,4.0,283.0,42.0,1411.0,290.0,371.0,699.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'],,1441819.0,61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,1441819.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +314,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-09-10 06:19:53.000000,2024-09-10 06:19:51,2095.0,18.0,63.0,19.0,1626.0,29.0,214.0,572.0,The experiment tracker for foundation model training.,54.0,30,True,2024-08-20 12:56:39.000,1.11.1,209.0,neptune-client,conda-forge/neptune-client,,,,476803.0,668.0,591.0,https://pypi.org/project/neptune-client,2024-08-20 12:56:39.000,77.0,471538.0,https://anaconda.org/conda-forge/neptune-client,2024-08-20 14:58:11.790,273815.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +315,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,53.0,37.0,57.0,482.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,,,,2165105.0,23798.0,23665.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,133.0,2146805.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,860104.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +316,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,17500.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,,,,14653.0,870.0,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,730.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +317,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,,4854.0,648.0,375.0,504.0,436.0,15632.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,,,,,879.0,583.0,580.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,879.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +318,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,,3836.0,610.0,230.0,51.0,,13997.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,31513.0,2343.0,2270.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,73.0,31513.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +319,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,215.0,46.0,101.0,94.0,9009.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'],,150784.0,86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,149981.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,40974.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +320,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-08-29 18:13:51.000000,2024-08-04 05:05:42,1038.0,18.0,911.0,136.0,732.0,131.0,340.0,7004.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,92.0,29,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,39.0,44088.0,426.0,419.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,43419.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,30798.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +321,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,6156.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'],,1909.0,747.0,740.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1737.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,8773.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +322,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,,1212.0,153.0,952.0,58.0,788.0,5802.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,['mxnet'],,71739.0,76.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,71739.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +323,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-09-12 00:26:06.000000,2024-09-10 16:49:55,1635.0,30.0,827.0,145.0,1559.0,367.0,403.0,5041.0,Simple and Distributed Machine Learning.,120.0,29,True,2024-08-30 02:16:51.000,1.0.5,51.0,synapseml,,,,,226967.0,5.0,,https://pypi.org/project/synapseml,2024-08-30 02:13:37.000,5.0,226967.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-08-01 13:16:45.000000,2024-08-01 13:16:45,618.0,5.0,757.0,84.0,346.0,54.0,339.0,4971.0,Uplift modeling and causal inference with machine learning algorithms.,63.0,29,True,2024-04-19 00:19:00.000,0.15.1,24.0,causalml,,,,,48936.0,219.0,218.0,https://pypi.org/project/causalml,2024-04-19 00:19:00.000,1.0,48936.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +325,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,208.0,157.0,358.0,4722.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,,,,404366.0,1563.0,1531.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,401599.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,221406.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +326,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,41.0,125.0,75.0,154.0,4405.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,,,,123517.0,1417.0,1352.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,122892.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,24402.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +327,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,32.0,735.0,175.0,90.0,1.0,288.0,4234.0,A python wrapper for Alpha Vantage API for financial data.,44.0,29,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,33221.0,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,33055.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7340.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +328,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,5.0,568.0,43.0,541.0,14.0,,3950.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,29,True,2024-08-27 11:49:25.000,0.11.19,103.0,sahi,conda-forge/sahi,,,27050.0,186926.0,1340.0,1314.0,https://pypi.org/project/sahi,2024-07-10 10:19:56.000,26.0,184262.0,https://anaconda.org/conda-forge/sahi,2024-07-24 03:28:58.170,71235.0,3.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,,515.0,77.0,38.0,14.0,121.0,3894.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,,,,281355.0,17904.0,17784.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,120.0,221549.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,358841.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +330,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-09-12 02:10:20.000000,2024-09-04 03:03:10,1461.0,37.0,469.0,54.0,820.0,58.0,496.0,3807.0,NeuralProphet: A simple forecasting package.,56.0,29,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,['pytorch'],,149235.0,8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,149235.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +331,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-09-12 15:17:01.000000,2024-09-03 20:21:34,675.0,26.0,639.0,39.0,942.0,122.0,761.0,3648.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",80.0,29,True,2024-08-12 12:57:29.000,1.1.1,32.0,anomalib,,,,13320.0,29194.0,95.0,90.0,https://pypi.org/project/anomalib,2024-08-12 12:57:52.000,5.0,28791.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +332,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-09-09 07:33:42.000000,2024-09-09 07:33:42,3663.0,3.0,463.0,102.0,1052.0,259.0,368.0,3613.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'],,180371.0,178.0,58.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,99.0,151409.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1376781.0,3.0,,,,,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2486.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,2024-05-16 18:13:04.000000,2024-05-16 18:13:03,456.0,,526.0,113.0,93.0,23.0,101.0,3506.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,,,,471302.0,3076.0,3048.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,28.0,471068.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,9151.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +334,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,,455.0,82.0,245.0,62.0,155.0,3060.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,,,,85.0,129119.0,197.0,195.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,129118.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +335,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,73.0,102.0,123.0,3018.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,['pandas'],,59301.0,11736.0,11627.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,59301.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,2024-09-10 16:42:21.786000,2024-09-10 16:31:32,1208.0,32.0,401.0,49.0,91.0,163.0,496.0,3002.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",28.0,29,True,2024-09-10 16:36:20.000,1.1.11,94.0,mljar-supervised,conda-forge/mljar-supervised,,,,5409.0,133.0,129.0,https://pypi.org/project/mljar-supervised,2024-09-10 16:36:20.000,4.0,4867.0,https://anaconda.org/conda-forge/mljar-supervised,2024-09-10 16:42:21.786,21142.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +337,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-08-22 03:23:17.000000,2024-08-22 03:22:36,2303.0,6.0,714.0,79.0,205.0,198.0,469.0,2774.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'],,83320.0,14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,83320.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +338,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-09-02 22:27:25.000000,2024-07-02 07:21:59,2916.0,6.0,997.0,123.0,525.0,65.0,300.0,2574.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,29,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,['jupyter'],,551333.0,112.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,112.0,527938.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1099573.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +339,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'],,87696.0,1625.0,1603.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,87696.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +340,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,357.0,82.0,168.0,217.0,148.0,2347.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,29,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,334964.0,6607.0,6458.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,140.0,329826.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,208153.0,3.0,,,,,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1057.0,,,,,,,,,,, +341,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,1.0,324.0,22.0,49.0,35.0,203.0,2289.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,,,,89060.0,544.0,534.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,87911.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,51723.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +342,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-08-05 07:13:17.000000,2024-05-21 10:49:30,727.0,,219.0,37.0,545.0,136.0,235.0,2204.0,"Algorithms for outlier, adversarial and drift detection.",23.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,65716.0,480.0,473.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,65716.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,2024-02-13 19:24:57.000000,2024-02-01 18:50:30,675.0,,400.0,41.0,63.0,23.0,271.0,1914.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,,,,121489.0,1931.0,1909.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,120740.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,35960.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +344,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-09-12 14:48:00.000000,2024-09-12 14:48:00,878.0,16.0,412.0,38.0,906.0,160.0,316.0,1904.0,A Python package to assess and improve fairness of machine learning models.,84.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,['sklearn'],,175915.0,58.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,55.0,175138.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,35770.0,2.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-09-01 16:40:55.000000,2024-08-06 14:00:12,485.0,34.0,282.0,61.0,121.0,23.0,103.0,1897.0,ffn - a financial function library for Python.,35.0,29,True,2024-08-06 13:45:28.000,1.1.0,37.0,ffn,conda-forge/ffn,,,,17711.0,504.0,488.0,https://pypi.org/project/ffn,2024-08-05 23:48:25.000,16.0,17429.0,https://anaconda.org/conda-forge/ffn,2024-08-06 14:03:54.464,11580.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +346,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-09-09 08:51:17.000000,2024-09-09 08:51:12,1216.0,20.0,186.0,20.0,162.0,47.0,136.0,1807.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,29,True,2024-09-03 07:35:15.000,0.37.0,41.0,audiomentations,,,,,45648.0,578.0,560.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,45648.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +347,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-09-10 12:22:12.000000,2024-09-08 12:37:34,2855.0,23.0,183.0,26.0,695.0,118.0,457.0,1625.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,29,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,201.0,6831.0,246.0,240.0,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,6828.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +348,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-09-04 22:25:36.166000,2024-09-04 10:38:43,1254.0,2.0,137.0,31.0,115.0,35.0,269.0,1599.0,Statistical package in Python based on Pandas.,46.0,29,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,91478.0,2517.0,2361.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,88894.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,131799.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +349,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-09-10 20:30:58.000000,2024-09-10 20:30:58,1004.0,54.0,592.0,106.0,288.0,22.0,300.0,1549.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,True,2024-09-05 15:35:38.000,2.11.0,33.0,tabpy,anaconda/tabpy-client,,,,7554.0,176.0,174.0,https://pypi.org/project/tabpy,2024-09-05 15:35:38.000,2.0,7503.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4579.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +350,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,,,1337.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'],,250946.0,1927.0,1840.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,249128.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,61816.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +351,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,26.0,39.0,9.0,130.0,1247.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'],,164135.0,618.0,600.0,https://pypi.org/project/prince,2024-09-07 18:34:31.000,18.0,163786.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,20299.0,2.0,,,,,,,4.0,,,,,,,,,,,,,,,,, +352,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,15.0,268.0,34.0,38.0,1.0,496.0,1222.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,29,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,['tensorflow'],,7604.0,552.0,548.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,7604.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +353,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-08-08 16:10:29.000000,2024-08-08 16:10:29,495.0,1.0,120.0,32.0,129.0,26.0,75.0,908.0,Python bindings and utilities for GeoJSON.,56.0,29,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,2452780.0,18878.0,18181.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,697.0,2408394.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,843338.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +354,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,1.0,255.0,40.0,513.0,279.0,257.0,892.0,Scalable Machine Learning with Dask.,80.0,29,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,214673.0,1184.0,1091.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,197649.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,885249.0,2.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-07-27 07:14:46.000000,2024-07-27 07:14:46,566.0,2.0,106.0,16.0,196.0,119.0,139.0,699.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,,,19749.0,5119126.0,42268.0,41488.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,5118971.0,https://anaconda.org/anaconda/pysoundfile,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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-09-09 16:30:58.000000,2024-09-09 16:23:10,835.0,11.0,75.0,25.0,398.0,104.0,241.0,587.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-04-05 15:56:28.000,1.12.0,64.0,geoviews,conda-forge/geoviews,,,,17801.0,1162.0,1103.0,https://pypi.org/project/geoviews,2024-08-02 07:27:48.000,59.0,12768.0,https://anaconda.org/conda-forge/geoviews,2024-04-05 16:04:19.139,241585.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +357,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,5.0,58.0,13.0,207.0,12.0,187.0,335.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,836253.0,10157.0,9997.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,160.0,804092.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2894492.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,348.0,81.0,50.0,231.0,7991.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,31757.0,2609.0,834.0,808.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2236.0,,,,2.0,,,,,,,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +359,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,7345.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'],,117632.0,272.0,264.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,117632.0,,,,3.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,1.0,1338.0,172.0,46.0,80.0,241.0,6997.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'],,84370.0,31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,84370.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,2024-06-16 11:25:37.000000,2024-06-14 19:31:58,659.0,,1007.0,145.0,100.0,87.0,310.0,6349.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,,,,89952.0,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,81811.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,407070.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,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,5802.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,,,,,12468.0,513.0,501.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,12468.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,,455.0,72.0,63.0,110.0,57.0,4776.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,,,,,377773.0,2740.0,2718.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,377773.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +364,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-08-06 20:03:27.000000,2024-07-25 12:17:22,1473.0,2.0,744.0,75.0,1813.0,323.0,633.0,4541.0,Probabilistic time series modeling in Python.,117.0,28,True,2024-06-03 07:20:43.000,0.15.1,110.0,gluonts,anaconda/gluonts,,['mxnet'],,299851.0,31.0,,https://pypi.org/project/gluonts,2024-06-03 07:20:43.000,31.0,299826.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,901.0,3.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-09-11 17:55:17.000000,2024-09-03 19:39:21,6165.0,12.0,530.0,147.0,1939.0,338.0,1374.0,4523.0,ArrayFire: a general purpose GPU library.,92.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,6867.0,2579.0,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,2518.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +366,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,1.0,942.0,53.0,57.0,73.0,108.0,4431.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,28,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,['pytorch'],1246398.0,87227.0,2240.0,2189.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,65738.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +367,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,,740.0,58.0,1015.0,187.0,741.0,4278.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,28,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,['pytorch'],,12883.0,163.0,159.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,12883.0,,,,3.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,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,,,,,2137.0,1070.0,1058.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2137.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +369,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-08-29 02:56:49.000000,2024-08-29 02:47:33,880.0,8.0,414.0,44.0,970.0,38.0,327.0,3565.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",50.0,28,True,2024-08-08 14:03:10.000,0.9.0,16.0,python-doctr,,,"['tensorflow', 'pytorch']",3653259.0,137283.0,12.0,,https://pypi.org/project/python-doctr,2024-08-08 14:03:10.000,12.0,52324.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,2024-07-31 19:18:48.000000,2024-02-22 12:17:17,1487.0,,249.0,20.0,1746.0,295.0,726.0,3560.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,,,,1009.0,117641.0,423.0,411.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,12.0,117613.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +371,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-08-26 16:20:21.000000,2024-08-26 16:19:18,1204.0,3.0,421.0,82.0,57.0,65.0,203.0,3468.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'],,1662.0,218.0,215.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1452.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,9661.0,2.0,,,,,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +372,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2024-08-03 07:04:44.000000,2024-01-02 20:16:48,4161.0,,368.0,84.0,64.0,154.0,189.0,3273.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,,,,14348.0,498.0,481.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6486.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,707654.0,3.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,45.0,1085.0,2.0,353.0,3267.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,['pytorch'],,18147.0,1214.0,1184.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,18147.0,,,,2.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,745.0,2933.0,StellarGraph - Machine Learning on Graphs.,37.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,['tensorflow'],,13170.0,284.0,273.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,13170.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +375,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,45.0,121.0,72.0,137.0,2930.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,,,,124726.0,1344.0,1291.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,122943.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,82023.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +376,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-07-26 11:49:48.000000,2024-07-26 10:43:49,3587.0,23.0,522.0,108.0,361.0,388.0,688.0,2802.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,,,,,11600.0,780.0,760.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,11600.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +377,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-09-11 07:35:59.000000,2024-09-11 07:35:56,3549.0,7.0,333.0,153.0,1181.0,35.0,60.0,2721.0,Neural Network Libraries.,76.0,28,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,923.0,3519.0,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,3509.0,,,,3.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,5.0,411.0,124.0,144.0,198.0,247.0,2635.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,,,,366706.0,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,363333.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,67469.0,2.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,2429.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'],,421703.0,5452.0,5367.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,419569.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,183593.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +380,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,54.0,659.0,147.0,225.0,2376.0,Algorithms for explaining machine learning models.,22.0,28,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,17725.0,675.0,650.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,17725.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,68.0,207.0,2364.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'],,11950.0,332.0,325.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,11950.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,14.0,28.0,47.0,2296.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,359873.0,11719.0,11565.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,154.0,359873.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +383,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-09-06 08:00:19.000000,2024-09-06 08:00:19,1060.0,1.0,222.0,52.0,206.0,32.0,288.0,1676.0,A full spaCy pipeline and models for scientific/biomedical documents.,33.0,28,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,22059.0,986.0,952.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,34.0,22059.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +384,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,,196.0,34.0,73.0,27.0,52.0,1548.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,['pytorch'],,1921841.0,3694.0,3657.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1921229.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,26964.0,2.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-07-08 22:06:23.000000,2024-07-08 22:06:19,831.0,1.0,320.0,119.0,784.0,225.0,168.0,1488.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'],,864801.0,45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,864801.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-08-13 11:02:01.000000,2024-08-13 10:02:03,694.0,3.0,158.0,22.0,126.0,5.0,131.0,1446.0,"Extensible, parallel implementations of t-SNE.",12.0,28,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,44395.0,909.0,862.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,38149.0,https://anaconda.org/conda-forge/opentsne,2024-05-19 08:28:58.978,306065.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +387,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-08-28 13:05:22.000000,2024-08-28 13:05:21,610.0,18.0,417.0,31.0,51.0,16.0,128.0,1428.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,,,,,24253.0,673.0,642.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,24253.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +388,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-09-12 14:28:33.000000,2024-09-12 14:28:22,2082.0,202.0,98.0,10.0,772.0,93.0,795.0,1320.0,"A lightweight alternative to Kubernetes for AI, simplifying container orchestration on any cloud or on-premises and..",32.0,28,True,2024-09-11 14:24:52.000,0.18.13,227.0,dstack,,,,,5346.0,15.0,15.0,https://pypi.org/project/dstack,2024-09-11 13:07:32.000,,5346.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +389,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,,396.0,71.0,89.0,36.0,26.0,1272.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,,,,24257.0,1510.0,1454.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,23892.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,28838.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +390,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,30.0,200.0,1263.0,A research toolkit for particle swarm optimization in Python.,45.0,28,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,32004.0,451.0,429.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,32004.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +391,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-08-30 21:02:45.000000,2024-07-29 16:12:37,144.0,5.0,119.0,24.0,107.0,43.0,76.0,1255.0,Python 3.8+ toolbox for submitting jobs to Slurm.,24.0,28,True,2023-11-09 17:23:02.000,1.5.1,23.0,submitit,conda-forge/submitit,,,,478466.0,3196.0,3151.0,https://pypi.org/project/submitit,2023-11-09 17:23:02.000,45.0,477647.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,40163.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +392,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-09-09 07:21:47.000000,2024-09-09 07:21:47,535.0,16.0,116.0,26.0,384.0,31.0,286.0,1246.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-07-10 14:32:19.000,0.9.1,52.0,scikit-lego,conda-forge/scikit-lego,,['sklearn'],,27469.0,170.0,159.0,https://pypi.org/project/scikit-lego,2024-07-10 14:08:28.000,11.0,26417.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,54713.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +393,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,1238.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,,,,250714.0,2843.0,2805.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,249800.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,48486.0,2.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'],,3958446.0,311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3927826.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2296523.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-09-10 20:53:34.000000,2024-09-10 20:53:34,939.0,3.0,211.0,58.0,103.0,45.0,174.0,984.0,Input pipeline framework.,29.0,28,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,['tensorflow'],,520419.0,18.0,,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,18.0,520419.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-09-03 21:38:15.000000,2023-02-20 00:24:10,1723.0,,185.0,41.0,175.0,65.0,174.0,942.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'],,82622.0,96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,74848.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,590944.0,3.0,,,,,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1865.0,,,,,,,,,,, +397,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-08-30 01:23:38.000000,2024-08-30 01:23:17,16620.0,40.0,374.0,45.0,1646.0,309.0,2978.0,893.0,An open-source application for biological image analysis.,144.0,28,True,2024-07-29 23:00:49.000,4.2.7,34.0,cellprofiler,,,,7634.0,833.0,24.0,22.0,https://pypi.org/project/cellprofiler,2024-07-29 23:00:49.000,2.0,774.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,5.0,105.0,14.0,99.0,73.0,66.0,879.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,,,,1691039.0,7842.0,7686.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1650988.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2002551.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-12 09:53:34.000000,2024-09-12 09:53:34,1367.0,11.0,138.0,25.0,486.0,18.0,139.0,862.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,,,,54089.0,250.0,232.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,43071.0,https://anaconda.org/conda-forge/cornac,2024-08-15 18:30:49.226,561937.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +400,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,,328.0,65.0,690.0,36.0,533.0,832.0,The Classical Language Toolkit.,121.0,28,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,83.0,2203.0,286.0,271.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,2203.0,,,,2.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,,1131.0,239.0,455.0,72.0,264.0,17793.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,,,,37981.0,,,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,37570.0,,,,2.0,remnux/ciphey,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,25538.0,,,,,,,,,,,,,,,,,,, +402,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-09-11 12:48:08.000000,2024-07-11 14:30:01,2227.0,2.0,2847.0,197.0,3729.0,1237.0,4161.0,12589.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",160.0,27,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,['paddle'],,518.0,2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,518.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +403,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-05-06 20:38:27.000000,2024-05-06 20:36:49,342.0,,1367.0,425.0,50.0,102.0,87.0,10444.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-05-06 20:38:27.000,4.0.9,47.0,dopamine-rl,,,['tensorflow'],,34432.0,31.0,21.0,https://pypi.org/project/dopamine-rl,2024-05-06 20:38:27.000,10.0,34432.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +404,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,131.0,51.0,163.0,141.0,7850.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'],4160232.0,246338.0,73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,169297.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +405,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,7318.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'],2354.0,1897.0,11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1873.0,,,,2.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,,1354.0,350.0,14.0,42.0,66.0,6399.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,23504.0,1420.0,1412.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,23504.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +407,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,626.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..",122.0,27,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,12.0,1524.0,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1524.0,,,,3.0,,,,,,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +408,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,64.0,1544.0,138.0,3616.0,55.0,1973.0,5645.0,An Industrial Grade Federated Learning Framework.,101.0,27,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,,,,,,,,,,,,,,,,,,,,,,,, +409,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,5576.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,1616343.0,1825.0,1769.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1615953.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,19540.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +410,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,5513.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'],,1080.0,791.0,785.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1080.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +411,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'],24.0,711.0,330.0,328.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,711.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +412,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4763.0,Deep Learning Visualization Toolkit.,33.0,27,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,['paddle'],432.0,152490.0,84.0,2.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,82.0,152482.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +413,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,4380.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,,,,327981.0,9185.0,9090.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,95.0,327634.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,14602.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +414,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,43.0,4000.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'],,205851.0,15886.0,15751.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,205851.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +415,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,3871.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']",,679956.0,5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,679536.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,23942.0,3.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-09-10 05:41:48.000000,2024-09-10 05:41:41,1664.0,17.0,670.0,43.0,28.0,9.0,548.0,3398.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'],,1703.0,23.0,23.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1703.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +417,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,,1130.0,167.0,215.0,49.0,146.0,3263.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,,,,1643.0,713.0,708.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1367.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,21859.0,3.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,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,272.0,52.0,21.0,41.0,97.0,2904.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,72960.0,2502.0,2472.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,72181.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,33529.0,3.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,2.0,381.0,38.0,521.0,59.0,217.0,2893.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,,,,3821.0,302.0,291.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,3648.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8322.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,,740.0,180.0,75.0,21.0,565.0,2802.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,,,,35306.0,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,34564.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,46045.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,,421.0,45.0,365.0,22.0,350.0,2719.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,,,,3603.0,637.0,623.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,3311.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,14601.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,,256.0,27.0,1132.0,77.0,224.0,2626.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'],414658.0,16562.0,147.0,147.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,614.0,,,,3.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,2024-08-22 18:44:14.000000,2024-08-22 18:30:45,140.0,29.0,336.0,31.0,325.0,41.0,340.0,2521.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,13.0,27,True,2024-08-10 15:47:41.000,1.0.0,21.0,adapter-transformers,,,['huggingface'],,19642.0,108.0,96.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,19642.0,,,,3.0,,,,,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +424,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,1.0,827.0,89.0,286.0,199.0,103.0,2408.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,,,,33272.0,509.0,477.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,32979.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,14071.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +425,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,2203.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,,,,28591.0,1924.0,1858.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,26771.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,160201.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +426,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-09-12 14:33:01.000000,2023-06-01 12:18:23,739.0,,316.0,43.0,44.0,99.0,56.0,2191.0,A modular active learning framework for Python.,20.0,27,False,2024-09-12 14:33:01.000,0.64.103,1227.0,modAL,,,['sklearn'],39.0,345709.0,53.0,,https://pypi.org/project/modAL,2024-09-12 14:33:01.000,53.0,345709.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +427,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-04-26 00:01:37.000000,2021-07-09 11:06:18,56.0,,523.0,43.0,25.0,74.0,38.0,2187.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,27,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,['tensorflow'],,113517.0,6028.0,5957.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,71.0,113282.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,12925.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,,317.0,63.0,38.0,97.0,160.0,2176.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'],,12688.0,378.0,372.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,12688.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +429,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-09-11 15:55:08.000000,2024-08-23 09:42:27,14659.0,12.0,84.0,42.0,54.0,15.0,78.0,2142.0,The friendly PIL fork.,435.0,27,False,,,66.0,pillow-simd,,,,,26762.0,65.0,,https://pypi.org/project/pillow-simd,2024-08-23 09:48:44.000,65.0,26762.0,,,,3.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,2024-09-09 14:08:30.000000,2024-09-09 14:08:30,2228.0,155.0,132.0,28.0,249.0,5.0,42.0,2000.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2024-05-23 20:28:44.000,0.5.2,146.0,labml,,,,,4138.0,181.0,167.0,https://pypi.org/project/labml,2024-05-23 20:28:44.000,14.0,4138.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +431,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,1777.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,27,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,478.0,150933.0,186.0,178.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,150927.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +432,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,1738.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,['pytorch'],,2041.0,300.0,295.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1455.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,21693.0,2.0,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +433,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-09-11 23:33:51.000000,2024-09-11 19:01:15,6572.0,113.0,297.0,44.0,2887.0,178.0,1563.0,1672.0,cuGraph - RAPIDS Graph Analytics Library.,115.0,27,True,2024-08-08 02:37:35.000,24.08.00,39.0,cugraph,conda-forge/libcugraph,,,,759.0,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,200.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,22935.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,,,,,1510.0,408.0,406.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1510.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +435,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,50.0,44.0,99.0,114.0,1385.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,27,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,['tensorflow'],1651513.0,69390.0,560.0,552.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,34977.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,328.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +436,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,6.0,343.0,30.0,2278.0,86.0,229.0,1326.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']",,10839.0,6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,10839.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,1.0,202.0,43.0,258.0,68.0,213.0,1305.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,,,,,2561.0,459.0,432.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2561.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,,174.0,25.0,36.0,1.0,116.0,1248.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'],,89948.0,1680.0,1659.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,89948.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +439,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,1161.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,,,585.0,27280.0,757.0,725.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,25539.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,86792.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +440,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-09-08 09:11:10.000000,2024-09-08 09:09:53,822.0,13.0,122.0,31.0,424.0,80.0,332.0,1061.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,,,,29243.0,152.0,142.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,28433.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,36463.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +441,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-09-07 14:23:46.000000,2024-09-07 14:23:46,624.0,11.0,162.0,31.0,217.0,4.0,103.0,623.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,34.0,27,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],,28306.0,415.0,387.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,28.0,28021.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,7720.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +442,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'],,225689.0,7991.0,7854.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,137.0,224922.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40670.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +443,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,1.0,1815.0,206.0,74.0,113.0,37.0,10453.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,32.0,26,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,63305.0,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,63305.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +444,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,,1203.0,184.0,213.0,29.0,534.0,9218.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,,,,,12388.0,281.0,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +445,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,7.0,814.0,142.0,1571.0,122.0,125.0,8037.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,,,,,4059.0,173.0,172.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4059.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +446,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,554.0,104.0,617.0,98.0,607.0,4262.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,['sklearn'],,381684.0,105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,379990.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,83046.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +447,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-09-12 13:10:37.000000,2024-06-26 19:01:50,1492.0,30.0,353.0,67.0,1425.0,109.0,85.0,3459.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,26,True,2024-06-26 16:33:42.000,1.2,17.0,lit-nlp,conda-forge/lit-nlp,,,,5996.0,41.0,38.0,https://pypi.org/project/lit-nlp,2024-06-26 16:32:34.000,3.0,4182.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,87072.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +448,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,8.0,601.0,40.0,1009.0,283.0,706.0,3342.0,"A unified, comprehensive and efficient recommendation library.",74.0,26,True,2023-11-04 11:23:19.000,1.2.0,10.0,recbole,aibox/recbole,,['pytorch'],,60386.0,2.0,,https://pypi.org/project/recbole,2023-10-31 12:52:34.000,2.0,60261.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,5766.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +449,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,2.0,532.0,141.0,240.0,42.0,635.0,3293.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'],,750.0,455.0,451.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,750.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +450,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,216.0,3649.0,429.0,1111.0,3027.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,,,,1681.0,,,,,,,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,143819.0,3.0,shogun/shogun,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1513.0,,,,,,,,,shogun,,,,,,,,,, +451,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,3012.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'],,146593.0,86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,146316.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,11367.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +452,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-06-02 15:40:01.000000,2024-06-02 15:40:01,251.0,,327.0,30.0,321.0,82.0,39.0,2866.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,26,True,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,['sklearn'],,17728.0,1067.0,1066.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,17635.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3441.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +453,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,51.0,482.0,45.0,70.0,2785.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,76.0,27091.0,256.0,253.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,27090.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +454,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,2779.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,,,,91232.0,1115.0,1110.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,90963.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,15887.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +455,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,167.0,164.0,113.0,2752.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,,,,205311.0,61.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,61.0,203467.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,162314.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +456,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,43.0,89.0,240.0,2736.0,Learning to Rank in TensorFlow.,34.0,26,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,['tensorflow'],,102693.0,15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,102693.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +457,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-09-10 13:43:53.000000,2023-07-23 14:42:27,191.0,,482.0,38.0,249.0,52.0,288.0,2595.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'],,40581.0,11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,40340.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,7960.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +458,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,166.0,94.0,136.0,358.0,2483.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,,,,,365.0,28.0,26.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,365.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +459,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,1.0,238.0,35.0,147.0,24.0,145.0,2371.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,,,,330.0,20564.0,227.0,220.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,7.0,20558.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +460,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,,337.0,77.0,55.0,169.0,68.0,2305.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,37884.0,1400.0,1351.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,37884.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +461,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,160.0,13.0,92.0,2131.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,,,,,50578.0,724.0,705.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,50578.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +462,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'],259971.0,100129.0,2267.0,2253.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,96056.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,513.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +463,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-09-04 19:43:13.000000,2024-09-04 19:42:12,887.0,16.0,444.0,60.0,356.0,117.0,92.0,1919.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'],169.0,20208.0,21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,20206.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +464,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-09-04 08:38:12.000000,2024-08-31 13:01:11,360.0,23.0,307.0,1.0,1.0,1.0,,1841.0,Feature engineering package with sklearn like functionality.,49.0,26,True,2024-08-31 13:22:28.000,1.8.1,41.0,feature_engine,conda-forge/feature_engine,,,,152154.0,159.0,,https://pypi.org/project/feature_engine,2024-08-31 13:22:28.000,159.0,151009.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,56135.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +465,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,25.0,81.0,46.0,35.0,1750.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,,,,145893.0,720.0,675.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,145133.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,26634.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +466,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-06-21 10:56:28.000000,2024-06-03 08:29:10,3912.0,,284.0,29.0,578.0,92.0,720.0,1744.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,78.0,26,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,27.0,1836.0,105.0,102.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1836.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +467,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,1734.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,26,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,['pytorch'],,1120.0,231.0,228.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1027.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3833.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +468,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,32.0,20.0,3.0,91.0,1708.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,,,,58063.0,756.0,745.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,56381.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,62246.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +469,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-09-09 23:28:22.000000,2024-09-09 23:17:48,985.0,44.0,266.0,45.0,827.0,79.0,66.0,1656.0,A lightweight library for PyTorch training tools and utilities.,132.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,['pytorch'],,4982.0,24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,4982.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +470,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,10.0,390.0,1619.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,26,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,['tensorflow'],,2027.0,198.0,190.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,2027.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +471,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,,273.0,51.0,87.0,22.0,191.0,1586.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'],,25221.0,663.0,644.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,25071.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,7676.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,,309.0,27.0,379.0,56.0,155.0,1568.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,['paddle'],,1950.0,61.0,60.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1950.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +473,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-09-09 01:05:48.000000,2023-06-07 07:35:59,3033.0,,121.0,35.0,356.0,14.0,187.0,1442.0,Multi-class confusion matrix library in Python.,17.0,26,False,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,43102.0,355.0,331.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,24.0,43102.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +474,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-06-22 10:18:00.000000,2024-06-22 10:17:04,858.0,2.0,270.0,77.0,487.0,53.0,202.0,1371.0,Underthesea - Vietnamese NLP Toolkit.,19.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,6902.0,19755.0,1194.0,1183.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,19677.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +475,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-09-04 08:57:04.000000,2024-06-07 09:11:54,678.0,,165.0,48.0,163.0,24.0,383.0,1362.0,moDel Agnostic Language for Exploration and eXplanation.,25.0,26,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,21795.0,188.0,181.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,7.0,21434.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,15909.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +476,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-08-16 07:37:12.000000,2024-08-16 07:37:10,1060.0,6.0,119.0,22.0,116.0,36.0,56.0,1360.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,26,True,2024-07-02 18:00:43.000,1.4.6,49.0,imodels,,,,,32260.0,106.0,97.0,https://pypi.org/project/imodels,2024-07-02 18:00:43.000,9.0,32260.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +477,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,1233.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,,,,34198.0,545.0,488.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,22426.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,988893.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +478,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-09-11 16:58:26.000000,2024-09-11 16:56:48,2117.0,88.0,388.0,55.0,537.0,176.0,255.0,1223.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']",,1202.0,,,https://pypi.org/project/hls4ml,2023-12-19 21:00:58.000,,1025.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,8516.0,2.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,2024-09-10 19:32:00.000000,2024-09-10 18:37:46,2503.0,94.0,94.0,19.0,1084.0,78.0,231.0,1125.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,,,,,20633.0,28.0,24.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,20633.0,,,,3.0,,,,,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +480,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,,236.0,61.0,246.0,22.0,367.0,973.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,,,295.0,23586.0,614.0,580.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,22905.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,31911.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +481,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,927.0,Gaussian Process Optimization using GPy.,50.0,26,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,11000.0,566.0,529.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,11000.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +482,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,918.0,A scikit-learn based module for multi-label et. al. classification.,28.0,26,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,['sklearn'],,47714.0,1766.0,1741.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,47714.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +483,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,49.0,22.0,53.0,782.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,26,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,864483.0,3617.0,3540.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,864294.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,6621.0,3.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,2024-09-06 17:02:25.000000,2024-09-06 17:02:23,968.0,5.0,168.0,47.0,85.0,37.0,144.0,758.0,Library for exploring and validating machine learning data.,26.0,26,True,2024-04-24 23:26:22.000,1.15.1,46.0,tensorflow-data-validation,,,"['tensorflow', 'jupyter']",766.0,206800.0,31.0,,https://pypi.org/project/tensorflow-data-validation,2024-04-24 23:54:11.000,31.0,206790.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +485,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-09-06 03:01:34.001000,2024-08-26 11:19:41,478.0,1.0,49.0,9.0,61.0,188.0,251.0,630.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,,,,65825.0,867.0,790.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,63167.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,124965.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +486,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-09-07 16:17:54.000000,2024-08-29 19:51:59,354.0,23.0,95.0,20.0,141.0,36.0,98.0,621.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'],33.0,657825.0,90.0,83.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,657825.0,,,,3.0,,,,,,,,mrpowers-io/quinn,,,,,,,,,,,,,,,, +487,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-08-30 00:51:12.000000,2024-08-30 00:51:11,848.0,3.0,140.0,28.0,91.0,43.0,75.0,612.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2024-04-23 05:17:11.000,1.15.0,43.0,ml-metadata,,,,2442.0,71368.0,587.0,556.0,https://pypi.org/project/ml-metadata,2024-04-23 05:17:11.000,31.0,71331.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +488,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,26.0,208.0,496.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,,,,9452.0,381.0,364.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,8205.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,81116.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +489,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,79.0,30.0,9.0,6.0,7.0,77.0,334.0,Multiple Imputation with LightGBM in Python.,8.0,26,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,65426.0,166.0,157.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,65039.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,14731.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +490,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,168.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'],388.0,220.0,21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,215.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +491,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,5785.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,,,,3807.0,666.0,135.0,135.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,620.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +492,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,5.0,974.0,47.0,34.0,64.0,112.0,5184.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'],,4511.0,237.0,222.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4511.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-07-03 14:09:40.000000,2023-04-28 16:55:30,521.0,,451.0,63.0,94.0,36.0,88.0,5093.0,Finding duplicate images made easy!.,15.0,25,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,['tensorflow'],,53434.0,146.0,141.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,53434.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,2024-09-11 18:06:15.000000,2024-09-11 18:06:14,3671.0,72.0,615.0,91.0,4030.0,233.0,1398.0,5063.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,93.0,25,True,2024-08-29 19:14:26.000,1.41.0,82.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +495,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,5056.0,Image augmentation library in Python for machine learning.,23.0,25,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,6819.0,827.0,815.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,6819.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,4652.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'],,599.0,788.0,782.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,599.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +497,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,,982.0,242.0,217.0,51.0,203.0,4499.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,834.0,61.0,60.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,739.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3904.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,,437.0,43.0,54.0,88.0,174.0,4303.0,An Open-Source Framework for Prompt-Learning.,22.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,578.0,147.0,144.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,578.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +499,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,,917.0,176.0,386.0,33.0,430.0,3835.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'],,107.0,17.0,17.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,107.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +500,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-08-30 13:40:38.000000,2024-08-17 14:22:50,2847.0,59.0,1219.0,134.0,1108.0,52.0,80.0,3341.0,a distributed deep learning platform.,91.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,,,,78.0,4.0,4.0,,,,,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,781.0,3.0,apache/singa,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,7941.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-08-13 17:52:35.000000,2024-08-13 17:16:53,181.0,1.0,401.0,156.0,85.0,105.0,101.0,3279.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'],,16391.0,24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,16391.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,,664.0,71.0,25.0,117.0,101.0,2975.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'],,1440.0,2969.0,2968.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1440.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,,475.0,97.0,49.0,65.0,254.0,2846.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,,,1062.0,2933.0,743.0,722.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2592.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,18102.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +504,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,2387.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'],,198.0,71.0,69.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,198.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +505,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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,,289.0,55.0,14.0,22.0,80.0,2233.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,18226.0,624.0,619.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,5.0,17086.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,96912.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +506,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,2208.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'],,8903.0,730.0,711.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,8903.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +507,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,66.0,63.0,41.0,187.0,2137.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,25,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,['tensorflow'],,865.0,57.0,55.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,865.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +508,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,2106.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,,,,,274923.0,277.0,273.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,274923.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,234.0,810.0,1856.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'],,485.0,116.0,112.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,485.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +510,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,8.0,135.0,34.0,446.0,50.0,354.0,1855.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,25,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,19113.0,62.0,61.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,19113.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +511,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,8.0,135.0,34.0,446.0,50.0,354.0,1855.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,25,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,19532.0,62.0,61.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,19113.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,13434.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +512,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,1818.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,,,,41.0,768.0,474.0,472.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,768.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +513,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,15.0,302.0,55.0,116.0,54.0,31.0,1609.0,Interpretability and explainability of data and machine learning models.,41.0,25,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,852.0,100.0,99.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,852.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +514,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,1573.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-08-04 13:39:34.000,6.1.0,44.0,elephas,conda-forge/elephas,,"['keras', 'spark']",,37500.0,,,https://pypi.org/project/elephas,2024-08-04 13:39:34.000,,37255.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15000.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +515,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'],,175861.0,251.0,247.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,175861.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +516,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-08-24 06:55:52.306000,2024-08-15 08:12:47,1036.0,1.0,179.0,17.0,74.0,30.0,357.0,1537.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'],,42145.0,152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,33040.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-08-24 06:55:52.306,464375.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +517,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-07-18 17:36:15.000000,2024-07-18 17:32:59,357.0,3.0,269.0,44.0,255.0,77.0,197.0,1520.0,A framework for Privacy Preserving Machine Learning.,38.0,25,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,['pytorch'],,387.0,43.0,42.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,387.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +518,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,2.0,231.0,46.0,186.0,53.0,121.0,1393.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'],,5626.0,407.0,400.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5368.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,12905.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +519,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,1364.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'],,162.0,45.0,45.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,162.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +520,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'],,14506.0,1661.0,1645.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,14506.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +521,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,110.0,1280.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,,,,,8334.0,1104.0,1093.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,8334.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,35.0,68.0,57.0,206.0,1253.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,25,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,['tensorflow'],132.0,729.0,139.0,137.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,724.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +523,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,3.0,245.0,20.0,23.0,5.0,88.0,1210.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,,,,17051.0,705.0,674.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,16652.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,30375.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,,119.0,11.0,23.0,28.0,15.0,1120.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,,,,,527046.0,6456.0,5984.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,527046.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +525,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-09-09 02:06:21.000000,2024-07-24 14:36:04,2074.0,1.0,218.0,42.0,605.0,101.0,440.0,1063.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,19945.0,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,19383.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,23645.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +526,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-09-12 12:53:59.000000,2024-09-12 10:35:25,429.0,56.0,143.0,19.0,87.0,5.0,71.0,903.0,An intuitive library to extract features from time series.,20.0,25,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,25136.0,155.0,148.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,25136.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +527,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,112.0,43.0,118.0,51.0,48.0,669.0,Bias Auditing & Fair ML Toolkit.,22.0,25,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,20610.0,176.0,168.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,20610.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +528,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-09-12 10:30:48.000000,2024-09-08 23:31:27,895.0,19.0,86.0,10.0,762.0,98.0,448.0,631.0,Automated modeling and machine learning framework FEDOT.,34.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,1284.0,57.0,52.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1284.0,,,,2.0,,,,,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +529,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-03 23:00:22.000000,2024-07-23 14:46:53,413.0,6.0,137.0,21.0,49.0,1.0,87.0,568.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,,,,33313.0,2230.0,2177.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,31908.0,https://anaconda.org/conda-forge/medpy,2024-08-18 07:02:58.905,54825.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +530,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,,67.0,15.0,13.0,35.0,7.0,568.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,,,,792649.0,230.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,230.0,784803.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,313871.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +531,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-09-11 13:18:14.000000,2024-09-11 13:18:14,3767.0,16.0,69.0,46.0,359.0,21.0,397.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,['sklearn'],14.0,1376.0,46.0,44.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,892.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,16465.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +532,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-09-07 10:33:52.000000,2024-08-30 12:42:13,2350.0,63.0,41.0,12.0,15.0,12.0,61.0,503.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,8.0,25,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,212.0,3181.0,47.0,34.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,3178.0,,,,2.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-07-28 17:27:34.085000,2024-07-25 12:35:52,6718.0,9.0,144.0,36.0,400.0,38.0,138.0,382.0,Neuroimaging in Python FMRI analysis package.,69.0,25,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,63814.0,258.0,234.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,24.0,2571.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,122487.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +534,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-07-08 15:42:44.119000,2024-06-26 08:01:19,535.0,3.0,40.0,5.0,16.0,7.0,51.0,337.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,25,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,['sklearn'],58.0,113540.0,855.0,807.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,48.0,93015.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-07-08 15:42:44.119,964689.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-09-11 13:30:39.000000,2024-09-07 10:34:40,563.0,13.0,57.0,41.0,315.0,23.0,61.0,304.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-09-04 06:00:45.000,1.5.0,82.0,gokart,,,,,3933.0,88.0,80.0,https://pypi.org/project/gokart,2024-09-04 06:00:45.000,8.0,3933.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-09-12 02:42:39.000000,2024-09-12 02:42:39,3585.0,554.0,60.0,7.0,323.0,46.0,102.0,264.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,2622.0,120.0,114.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1911.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,32746.0,3.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,4.0,521.0,81.0,39.0,63.0,27.0,11098.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,,,,903.0,54.0,54.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,800.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3323.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-05-25 03:02:04.000000,2024-05-25 02:46:48,1097.0,,924.0,114.0,675.0,146.0,543.0,5476.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,118.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,['pytorch'],,411.0,21.0,20.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,411.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,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'],945.0,792.0,1144.0,1128.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,780.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-09-09 22:37:50.000000,2024-09-09 22:28:58,220.0,2.0,296.0,77.0,179.0,24.0,54.0,4938.0,"A data augmentations library for audio, image, text, and video.",35.0,24,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,3381.0,143.0,139.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3381.0,,,,3.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,1.0,1016.0,92.0,64.0,257.0,270.0,4706.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'],,34299.0,28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,34299.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,352.0,59.0,51.0,,4384.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,995.0,192.0,192.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,995.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,4125.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,,,,,7866.0,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,7866.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,133.0,649.0,65.0,198.0,3888.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,,,,,1051.0,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1051.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +545,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,3870.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,,,398.0,172.0,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,152.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1711.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +546,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,324.0,86.0,95.0,51.0,32.0,3517.0,Python library that makes it easy for data scientists to create charts.,25.0,24,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,2674.0,87.0,78.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,9.0,2209.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,32592.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,173.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'],,250.0,61.0,59.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,250.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +548,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,3363.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'],200.0,454179.0,2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,454176.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +549,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-08-23 09:06:37.000000,2024-08-12 16:29:55,476.0,7.0,276.0,51.0,474.0,70.0,259.0,3332.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,24,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,634.0,5301.0,7.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,7.0,4167.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,47133.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +550,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,1.0,814.0,62.0,642.0,133.0,404.0,3242.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'],,1029.0,130.0,129.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1029.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +551,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-09-11 23:08:58.000000,2024-03-18 19:51:35,2374.0,,712.0,158.0,62.0,8.0,811.0,3166.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'],4752.0,914.0,,,,,,,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,68508.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +552,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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,,246.0,31.0,2015.0,4.0,655.0,3162.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,2683.0,24232.0,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,24151.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +553,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,110.0,73.0,193.0,118.0,3083.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,,,,4663.0,1057.0,162.0,150.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,998.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,,171.0,20.0,78.0,101.0,178.0,2830.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,,,,,1516.0,54.0,53.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1516.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,2024-08-01 02:26:29.000000,2024-08-01 02:26:24,769.0,2.0,361.0,90.0,550.0,143.0,92.0,2749.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'],,14977.0,11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,14977.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +556,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,,138.0,28.0,200.0,20.0,73.0,2738.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,,,,54955.0,458.0,432.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,51252.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,203690.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +557,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,2157.0,214.0,982.0,2693.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,,,,,14653.0,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,14653.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,,345.0,32.0,695.0,43.0,151.0,2642.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,358.0,113.0,109.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,358.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +559,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-06-18 18:31:40.000000,2023-07-01 21:40:58,1936.0,,366.0,39.0,91.0,41.0,158.0,2615.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,24,False,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,['pytorch'],,1536.0,7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,1536.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +560,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,88.0,29.0,25.0,52.0,2362.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,,,,,23751.0,751.0,697.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,23751.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,63.0,32.0,60.0,95.0,2266.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,,,,461.0,2580.0,112.0,111.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2571.0,,,,3.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,,255.0,49.0,98.0,23.0,116.0,2212.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']",,2895.0,131.0,127.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2895.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,2024-07-17 19:00:35.000000,2024-07-17 19:00:21,2319.0,5.0,244.0,38.0,39.0,7.0,114.0,2132.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,,,,5078.0,273.0,260.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,4557.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,26056.0,2.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,,669.0,84.0,48.0,24.0,64.0,2109.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,8967.0,544.0,532.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,8967.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +565,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,1997.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,['jupyter'],,1351.0,368.0,360.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1174.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,7831.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +566,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-07-16 07:33:35.000000,2024-07-15 22:10:03,578.0,3.0,154.0,56.0,465.0,74.0,103.0,1996.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,32.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,1012.0,120.0,110.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1012.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,2024-08-16 19:10:13.000000,2024-08-16 19:10:08,367.0,2.0,272.0,49.0,320.0,262.0,184.0,1819.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'],,402479.0,2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,402479.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +568,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,49.0,49.0,23.0,91.0,1617.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,,,67465.0,4762.0,413.0,400.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2678.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,45923.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +569,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,1580.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'],,263415.0,528.0,521.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,263415.0,,,,3.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,2.0,163.0,103.0,189.0,40.0,25.0,1502.0,fklearn: Functional Machine Learning.,56.0,24,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,1782.0,14.0,14.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,1782.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +571,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-05-24 12:07:23.000000,2024-05-24 12:07:18,209.0,,85.0,34.0,110.0,8.0,18.0,1234.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'],,21545.0,277.0,266.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,21545.0,,,,3.0,,,,,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,206.0,53.0,460.0,144.0,294.0,1203.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,['tensorflow'],,423.0,76.0,67.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,423.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,70.0,415.0,75.0,147.0,1163.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,,,,,465.0,175.0,170.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,465.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +574,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,1039.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'],,5401.0,234.0,225.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,5401.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +575,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-09-09 08:45:12.000000,2024-08-24 15:16:00,781.0,1.0,67.0,14.0,130.0,51.0,117.0,1006.0,Visualize large time series data with plotly.py.,12.0,24,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,340459.0,1391.0,1367.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,338411.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,65541.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,,174.0,48.0,114.0,53.0,170.0,981.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,767.0,327.0,304.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,767.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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,1.0,191.0,48.0,61.0,1.0,68.0,980.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'],,8280.0,481.0,478.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,8280.0,,,,3.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,2024-09-12 15:18:44.000000,2024-09-12 15:18:42,1737.0,298.0,35.0,9.0,1203.0,9.0,42.0,962.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,24,True,2024-09-12 11:45:42.000,0.0.34,42.0,runhouse,,,,32.0,31973.0,1.0,,https://pypi.org/project/runhouse,2024-09-12 11:45:45.000,1.0,31972.0,,,,3.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,2023-01-03 21:24:56.000000,2023-01-03 21:24:56,1146.0,,158.0,33.0,25.0,34.0,236.0,742.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,,,,,2218.0,180.0,176.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2218.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +580,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,,155.0,17.0,73.0,35.0,109.0,724.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,,,30.0,16397.0,217.0,185.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,15525.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,88118.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +581,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,5.0,118.0,17.0,84.0,21.0,38.0,707.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'],,58088.0,319.0,281.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,54797.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,161303.0,3.0,,,,,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +582,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-08-29 13:38:23.000000,2024-08-29 13:37:57,573.0,9.0,101.0,23.0,102.0,15.0,110.0,690.0,Python library for reading audio file metadata.,27.0,24,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,26687.0,113.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,113.0,26687.0,,,,3.0,,,,,,,,tinytag/tinytag,,,,,,,,,,,,,,,, +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,,136.0,132.0,91.0,42.0,67.0,661.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'],,14205.0,224.0,212.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,14205.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +584,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,510.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'],,2446864.0,4852.0,4749.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2437562.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,920964.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +585,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-08-31 15:20:57.000000,2024-08-31 15:20:52,1052.0,54.0,1192.0,104.0,505.0,98.0,591.0,12539.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",88.0,23,False,2024-08-06 09:48:26.000,2.2.14,100.0,pandas-ai,,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,3.0,,,,,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,, +586,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,8.0,639.0,92.0,152.0,99.0,103.0,8373.0,A collection of libraries to optimise AI model performances.,40.0,23,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,1263.0,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,1263.0,,,,3.0,,,,,,,,nebuly-ai/optimate,,,,,,,,,,,,,,,, +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,,1379.0,262.0,69.0,115.0,136.0,6400.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,201.0,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,201.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-06-28 18:04:33.000000,2024-06-28 18:04:28,599.0,1.0,745.0,106.0,590.0,107.0,345.0,6107.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'],,64552.0,2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,64552.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +589,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,,1033.0,119.0,105.0,172.0,355.0,5325.0,Backtest trading strategies in Python.,19.0,23,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,15357.0,5.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,5.0,15357.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-09-12 00:26:06.000000,2024-09-10 16:49:55,1635.0,30.0,827.0,145.0,1559.0,367.0,403.0,5041.0,Simple and Distributed Machine Learning.,120.0,23,True,2024-08-30 02:16:51.000,1.0.5,51.0,mmlspark,,,['spark'],,,,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +591,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,211.0,4846.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,,,,1709.0,,,,,,,,,,3.0,shadowreaver/crypto-signal,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143580.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,,328.0,53.0,414.0,82.0,106.0,3250.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'],,149.0,50.0,49.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,149.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,,229.0,54.0,36.0,75.0,125.0,3172.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'],,4242.0,432.0,418.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,3639.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,26565.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +594,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-06-17 16:48:21.000000,2024-06-17 16:48:16,471.0,1.0,322.0,67.0,318.0,50.0,124.0,2855.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'],,1983.0,59.0,58.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1636.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,17743.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,130.0,136.0,60.0,128.0,2401.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'],12871.0,3684.0,67.0,65.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,3529.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +596,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,,300.0,64.0,78.0,65.0,68.0,2104.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'],,1819.0,33.0,30.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1819.0,,,,3.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,1968.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'],,4557.0,178.0,178.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,4557.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,2024-09-05 10:37:12.000000,2024-09-05 10:37:12,1286.0,26.0,138.0,33.0,177.0,71.0,149.0,1943.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",27.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,560.0,162.0,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,151.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,1878.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'],,3082.0,486.0,464.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1885.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,49094.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,,311.0,97.0,45.0,187.0,217.0,1641.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,,,,59.0,1815.0,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,1815.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +601,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,1581.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,['tensorflow'],,70336.0,3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,70336.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,,164.0,32.0,24.0,42.0,34.0,1282.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,['sklearn'],,1094.0,67.0,67.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1094.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +603,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,4.0,151.0,92.0,122.0,33.0,46.0,1179.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,23,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,348.0,114.0,113.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,348.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +604,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-07-31 11:37:05.000000,2024-07-30 22:14:35,447.0,5.0,210.0,53.0,89.0,68.0,208.0,1035.0,Line based ATR Engine based on OCRopy.,20.0,23,True,2024-07-31 11:34:41.000,1.0.7,42.0,calamari_ocr,,,,,4296.0,8.0,,https://pypi.org/project/calamari_ocr,2024-07-31 11:34:41.000,8.0,4296.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-08-15 16:04:00.000000,2024-08-15 16:03:59,733.0,1.0,145.0,15.0,106.0,29.0,249.0,991.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'],,30875.0,122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,22265.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-05-19 05:55:47.946,439156.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +606,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2024-09-11 20:07:00.000000,2024-02-01 21:38:56,330.0,,169.0,29.0,113.0,88.0,56.0,904.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,,,,51744.0,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,6380.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2272269.0,3.0,,,,,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,810.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,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'],,21413.0,666.0,654.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,21413.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,867.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,20.0,2151.0,99.0,99.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,2151.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +609,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-09-12 13:59:02.000000,2024-09-12 13:58:07,1244.0,47.0,126.0,30.0,1052.0,37.0,54.0,763.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,23,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,1115.0,1.0,1.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,1115.0,,,,3.0,,,,,,,2.0,,,,,,,,,,,,,,,,, +610,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,,80.0,21.0,12.0,,39.0,684.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,,,,11387.0,507.0,502.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11332.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2212.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +611,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-09-09 13:17:32.000000,2024-09-05 05:07:45,985.0,7.0,189.0,24.0,855.0,131.0,394.0,587.0,MONAI Label is an intelligent open source image labeling and learning tool.,61.0,23,True,2024-07-23 17:48:05.000,0.8.3,114.0,monailabel-weekly,,,,92569.0,3311.0,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,875.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +612,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-08-18 16:37:29.577000,2024-08-18 15:52:42,512.0,15.0,60.0,25.0,10.0,13.0,44.0,547.0,Active Learning for Text Classification in Python.,7.0,23,True,2024-08-18 16:02:51.000,1.4.1,22.0,small-text,conda-forge/small-text,,"['sklearn', 'pytorch']",,1156.0,30.0,30.0,https://pypi.org/project/small-text,2024-08-18 16:00:34.000,,813.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,8925.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +613,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,516.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,['huggingface'],,2236.0,282.0,277.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2236.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +614,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,,92.0,18.0,764.0,16.0,446.0,438.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'],,7179.0,71.0,69.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,7179.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +615,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,383.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,,,,194332.0,477.0,433.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,192657.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,80412.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +616,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,23,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,1097.0,6.0,6.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,1097.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,,1420.0,149.0,50.0,46.0,11.0,9981.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'],,1015.0,65.0,62.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1015.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,,609.0,146.0,1362.0,129.0,987.0,8019.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,,,,,537.0,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,537.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +619,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,,783.0,223.0,25.0,8.0,122.0,5342.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'],,1516.0,22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,1516.0,,,,3.0,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +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,,322.0,75.0,37.0,95.0,75.0,4374.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,,,,,661.0,53.0,53.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,661.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +621,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-08-12 15:50:03.000000,2024-08-12 15:45:58,1602.0,4.0,514.0,148.0,610.0,86.0,75.0,3556.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",167.0,22,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,['pytorch'],,39.0,,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +622,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,215.0,16.0,24.0,4.0,3419.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,,,,54.0,350.0,14.0,14.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,350.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,,677.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'],600.0,1429.0,8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1420.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +624,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,205.0,9.0,4.0,16.0,3135.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,['tensorflow'],,1677.0,160.0,158.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1677.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,2024-09-02 02:30:42.000000,2021-05-06 12:10:38,127.0,,155.0,48.0,70.0,2.0,30.0,3054.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,,,,559.0,53.0,53.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,505.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1731.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,165.0,120.0,22.0,112.0,2936.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,312.0,10.0,10.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,312.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +627,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,42.0,110.0,80.0,64.0,2883.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,,,,141.0,3524.0,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,3522.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +628,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-08-05 15:27:11.000000,2024-08-05 15:27:03,3460.0,3.0,727.0,7.0,30.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,['spark'],,596.0,1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,596.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +629,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,144.0,36.0,126.0,2387.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'],,106.0,30.0,28.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,106.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +630,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,1854.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,,,,,1448.0,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1448.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +631,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,255.0,44.0,14.0,57.0,35.0,1789.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']",,2697.0,309.0,298.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2697.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +632,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,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,1721.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'],613.0,4823.0,168.0,162.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,2461.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,230100.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,,197.0,29.0,424.0,11.0,163.0,1663.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'],,156.0,,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,156.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +634,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,1637.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,104.0,5.0,5.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,104.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,70.0,730.0,51.0,64.0,1588.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'],,1391.0,4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,958.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,24293.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +636,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-09-01 10:23:29.000000,2024-09-01 10:27:11,1206.0,9.0,117.0,26.0,68.0,4.0,29.0,1512.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,22,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,['pytorch'],29.0,7749.0,7.0,,https://pypi.org/project/pytorch_toolbelt,2022-06-27 19:59:57.000,7.0,7749.0,,,,3.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,,185.0,32.0,86.0,16.0,33.0,1380.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,444.0,94.0,93.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,444.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-03-18 13:56:39.000000,2022-08-31 13:13:15,103.0,,88.0,40.0,15.0,11.0,27.0,1356.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'],,10504.0,236.0,214.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,10332.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6053.0,3.0,,,,,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +639,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-09-09 23:28:27.000000,2024-06-07 09:12:27,550.0,,133.0,21.0,295.0,21.0,139.0,1316.0,A standard framework for modelling Deep Learning Models for tabular data.,22.0,22,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,['pytorch'],35.0,3176.0,3.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,3.0,3176.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +640,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,,189.0,27.0,57.0,22.0,36.0,1289.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'],,600.0,179.0,174.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,600.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +641,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-07-26 00:37:30.000000,2024-07-26 00:21:42,195.0,6.0,113.0,38.0,30.0,17.0,119.0,1238.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,22,True,2024-07-26 00:44:37.000,2.2.4,84.0,ngt,,,,,3187.0,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,3187.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-06-07 14:38:03.000000,2024-06-07 14:37:59,835.0,,324.0,51.0,796.0,11.0,300.0,1210.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'],19.0,1234.0,,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,1234.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,,213.0,65.0,29.0,31.0,12.0,1179.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,11156.0,81.0,79.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,11156.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-05-25 09:25:40.000000,2024-01-04 20:41:21,582.0,,294.0,96.0,123.0,62.0,97.0,1047.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'],,2175.0,16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1623.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,46975.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,,112.0,51.0,99.0,44.0,51.0,1016.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'],,2667.0,255.0,244.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,2667.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,,89.0,18.0,73.0,18.0,45.0,1006.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,,,,,11146.0,210.0,206.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,11146.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,26.0,55.0,36.0,28.0,952.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,,,,59091.0,758.0,735.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,57344.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,62895.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,,190.0,24.0,58.0,12.0,27.0,950.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'],,57608.0,110.0,102.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,57608.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +649,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-08-17 17:13:45.000000,2024-08-17 13:50:12,251.0,2.0,115.0,15.0,48.0,38.0,29.0,924.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,,,,653249.0,41830.0,706.0,676.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,27629.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +650,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,23.0,46.0,16.0,82.0,919.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,['tensorflow'],28.0,1774.0,2443.0,2434.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1774.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +651,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,844.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,2131.0,482.0,481.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2131.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,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,133.0,24.0,594.0,63.0,511.0,844.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,2956.0,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,2956.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +653,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,142.0,15.0,63.0,37.0,135.0,809.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'],,16509.0,62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,12850.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,190298.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'],,10779.0,18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,6377.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,335882.0,3.0,,,,,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,586.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-08-25 07:39:58.000000,2024-07-23 12:43:38,1508.0,3.0,80.0,34.0,674.0,22.0,118.0,700.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']",,384.0,14.0,12.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,384.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,,88.0,21.0,9.0,25.0,41.0,684.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'],,29539.0,475.0,465.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,29511.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2986.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,,111.0,26.0,23.0,66.0,35.0,609.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,,,,8484.0,489.0,464.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,8052.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19452.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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,22.0,19.0,8.0,30.0,597.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,['sklearn'],,10873.0,171.0,166.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,10873.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +659,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,4.0,63.0,17.0,114.0,8.0,48.0,570.0,A simplified framework and utilities for PyTorch.,23.0,22,False,2024-07-08 19:12:54.000,1.17.2,38.0,poutyne,,,['pytorch'],,3268.0,147.0,142.0,https://pypi.org/project/poutyne,2024-07-08 19:15:42.000,5.0,3268.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +660,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,,100.0,26.0,8.0,1.0,33.0,518.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,4380.0,29.0,26.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,4380.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +661,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,,102.0,36.0,276.0,71.0,173.0,484.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,,,,362.0,1416.0,83.0,81.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1412.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +662,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,,,,,21827.0,38.0,36.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,21827.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +663,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-08-12 09:24:26.000000,2024-08-12 09:24:26,399.0,5.0,102.0,18.0,9.0,7.0,49.0,453.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-06-08 21:33:50.000,0.0.18,18.0,chefboost,,,,,3793.0,59.0,59.0,https://pypi.org/project/chefboost,2024-06-08 21:33:50.000,,3793.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +664,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,420.0,Fast PyTorch based DSP for audio and 1D signals.,2.0,22,False,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,['pytorch'],,499201.0,1780.0,1774.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,499201.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +665,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-09-01 02:29:03.000000,2024-09-01 02:27:39,668.0,8.0,65.0,30.0,481.0,21.0,91.0,372.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,['jupyter'],,23995.0,19.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,15.0,11681.0,https://anaconda.org/conda-forge/vega,2024-05-18 03:50:45.535,640372.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +666,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-08-19 11:40:22.000000,2023-02-01 10:38:52,3728.0,,60.0,28.0,110.0,33.0,184.0,368.0,scalable audio processing framework and server written in Python.,22.0,22,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,170.0,18.0,18.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,170.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +667,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,204.0,283.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,746.0,116.0,108.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,746.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +668,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,4.0,12.0,236.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,,,,98465.0,1235.0,1178.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,96806.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,77980.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +669,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,,,,,108302.0,2387.0,2343.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,108302.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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-08-13 19:13:05.000000,2024-08-13 19:09:33,193.0,2.0,1190.0,93.0,50.0,395.0,286.0,6495.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,33.0,21,True,,,1.0,pyslowfast,,,['pytorch'],,57.0,17.0,17.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +671,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,4910.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,,,,,1524.0,20.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +672,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,4604.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,,,['tensorflow'],,4497.0,5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,4494.0,,,,3.0,idealo/image-super-resolution-gpu,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,239.0,,,,,,,,,,,,,,,,,,, +673,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-05-20 22:36:46.000000,2023-08-15 07:38:22,956.0,,567.0,168.0,47.0,35.0,28.0,4480.0,High-performance TensorFlow library for quantitative finance.,47.0,21,False,,,30.0,tf-quant-finance,,,['tensorflow'],,494.0,3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,494.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +674,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,2904.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'],,1564.0,209.0,206.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1564.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +675,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-06-27 09:47:40.000000,2024-06-27 09:47:40,546.0,1.0,223.0,42.0,133.0,63.0,127.0,2274.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,30.0,21,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,6071.0,6.0,6.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,6071.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +676,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,2204.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,,,,,505.0,50.0,50.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,505.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +677,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,,248.0,54.0,35.0,16.0,105.0,2094.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'],,9142.0,,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,9142.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +678,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,163.0,24.0,34.0,33.0,31.0,1964.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'],107.0,611.0,30.0,29.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,449.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5302.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +679,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,34.0,176.0,1840.0,A library for graph deep learning research.,50.0,21,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,444.0,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,444.0,,,,3.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,2.0,158.0,18.0,74.0,24.0,41.0,1768.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'],,2084.0,31.0,31.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,2084.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +681,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,1654.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'],,4977.0,65.0,59.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,4977.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +682,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,,211.0,56.0,52.0,80.0,149.0,1561.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,21,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,2854.0,755.0,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,725.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +683,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,102.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,,,,,2753.0,23.0,23.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,2753.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +684,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,1490.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,,,,,430.0,36.0,36.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,430.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +685,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,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'],,196.0,39.0,33.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,196.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,,222.0,64.0,48.0,40.0,90.0,1274.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'],,317.0,36.0,36.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,317.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +687,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,36.0,1079.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,,,,242557.0,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,242396.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,8725.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +688,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,27.0,61.0,52.0,61.0,1075.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,706.0,736.0,125.0,123.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,2.0,730.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,1067.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,['tensorflow'],,262.0,29.0,29.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,262.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,1.0,86.0,18.0,160.0,20.0,94.0,858.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,,,,2001.0,62.0,60.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1780.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,9754.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +691,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-08-07 20:25:13.000000,2024-08-07 18:21:25,294.0,1.0,248.0,46.0,18.0,11.0,91.0,850.0,Data compression in TensorFlow.,21.0,21,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,['tensorflow'],,2374.0,2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2374.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +692,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,39.0,840.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,,,,14049.0,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,13703.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,21462.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +693,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,75.0,6.0,5.0,2.0,23.0,840.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,['sklearn'],,21333.0,488.0,473.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,15.0,21333.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,,160.0,37.0,46.0,43.0,49.0,816.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,538.0,107.0,98.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,538.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +695,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,26.0,162.0,51.0,62.0,768.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'],,549.0,59.0,55.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,549.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-07-28 01:04:48.000000,2024-07-22 10:16:42,493.0,1.0,112.0,34.0,561.0,211.0,246.0,748.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,,,,,8986.0,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,8986.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +697,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,24.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'],,43705.0,664.0,656.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,43527.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8412.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +698,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,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,,,,25.0,39399.0,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,39399.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +699,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,641.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']",,33467.0,669.0,652.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,33467.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +700,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,633.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'],,401.0,94.0,90.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,401.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +701,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,,,,,29909.0,218.0,210.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,29909.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +702,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,44.0,61.0,612.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'],,3898.0,180.0,178.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,3779.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,4655.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,,95.0,26.0,32.0,35.0,6.0,609.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'],,21113.0,404.0,396.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,21113.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,606.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,,,,,345.0,63.0,62.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,345.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +705,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,,85.0,7.0,20.0,3.0,92.0,575.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,,,,,12586.0,74.0,72.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,12586.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +706,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,27.0,31.0,5.0,24.0,570.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,,,,,1233.0,52.0,50.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1233.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +707,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,,57.0,10.0,21.0,15.0,37.0,555.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,,,,12355.0,447.0,438.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,11938.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,27562.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +708,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,,167.0,56.0,20.0,39.0,60.0,547.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,188.0,32.0,31.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,188.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +709,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,497.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,,,,28.0,6491.0,142.0,134.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6491.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +710,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,413.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,98.0,4441.0,131.0,128.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4441.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +711,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,4.0,26.0,8.0,78.0,33.0,23.0,396.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,,,,1511.0,17.0,15.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,849.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,25162.0,3.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,377.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,,,,,16389.0,535.0,527.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,16389.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,,85.0,29.0,318.0,75.0,27.0,372.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'],,32697.0,7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,32697.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +714,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,11.0,37.0,29.0,37.0,352.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,,,,,2583.0,255.0,239.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,2583.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +715,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-09-07 14:51:28.000000,2024-09-07 14:51:10,784.0,40.0,25.0,5.0,294.0,5.0,,311.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-09-07 14:51:28.000,1.2.5,801.0,upgini,,,,,14212.0,7.0,7.0,https://pypi.org/project/upgini,2024-09-07 14:51:28.000,,14212.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +716,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,,35.0,18.0,6.0,19.0,21.0,310.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,['tensorflow'],,1463.0,114.0,111.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1463.0,,,,3.0,,,,,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +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']",,464197.0,19.0,17.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,464197.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-09-12 02:49:51.000000,2024-09-06 02:02:34,490.0,7.0,109.0,19.0,544.0,58.0,126.0,264.0,An open-source toolkit for large-scale genomic analysis.,28.0,21,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,91.0,67698.0,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,67584.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,4894.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +719,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,89.0,26.0,39.0,263.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2024-08-26 15:06:41.000,1.2.0,8.0,omlt,,,,,17241.0,22.0,19.0,https://pypi.org/project/omlt,2024-08-26 15:06:41.000,3.0,17241.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +720,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-09-03 04:39:16.000000,2023-07-02 18:02:16,1462.0,,47.0,15.0,203.0,27.0,64.0,243.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,471.0,50.0,44.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,471.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +721,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-08-09 06:53:19.000000,2024-08-09 06:53:17,591.0,6.0,34.0,24.0,644.0,21.0,129.0,242.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,,,,1145.0,1740.0,8.0,8.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,1720.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +722,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,,2392.0,148.0,89.0,255.0,286.0,13350.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,,,,,,,,,,,,,,,,,,,,,,,, +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,,1717.0,19.0,19.0,72.0,24.0,5079.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,,,,,5092.0,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,5092.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +724,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,85.0,180.0,108.0,161.0,3615.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,,,,104.0,2.0,2.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,83.0,,,,3.0,bytepsimage/tensorflow,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1346.0,,,,,,,,,,,,,,,,,,, +725,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,3408.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,,,,,843.0,158.0,151.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,843.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +726,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,,321.0,59.0,242.0,175.0,111.0,3167.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,,,,689.0,3779.0,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3767.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +727,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,,171.0,65.0,54.0,6.0,44.0,3080.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,,,,46.0,444.0,5.0,5.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,444.0,,,,3.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,,398.0,101.0,54.0,64.0,48.0,2937.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,,,,,641.0,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,641.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,2851.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,84.0,30.0,46.0,80.0,2667.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,508.0,72.0,72.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,508.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,126.0,225.0,90.0,183.0,2323.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,,,,,119.0,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,119.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +732,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,2133.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,['pytorch'],,1272.0,19.0,19.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1272.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,,181.0,55.0,895.0,129.0,586.0,1929.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,1046.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,2024-06-13 10:11:03.000000,2024-01-16 17:27:35,27.0,,104.0,38.0,31.0,30.0,79.0,1809.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,,,,32.0,6489.0,33.0,33.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,6489.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,37.0,11.0,39.0,51.0,1622.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,,,,,1551.0,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1551.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,1590.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,,,['tensorflow'],,263.0,1.0,1.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,59.0,,,,3.0,zh794390558/delta,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13118.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,,155.0,46.0,3.0,13.0,15.0,1530.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'],,1685.0,29.0,29.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1685.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,1425.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'],,127.0,32.0,32.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,127.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-04-17 19:59:55.000000,2024-04-17 19:59:46,779.0,,182.0,18.0,262.0,77.0,94.0,1334.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']",,42257.0,6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,42257.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +740,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,101.0,39.0,13.0,14.0,9.0,1272.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,,,,,2578.0,160.0,158.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2578.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +741,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,,200.0,62.0,7.0,13.0,29.0,1128.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,,,,,354.0,5.0,5.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,354.0,,,,3.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,1026.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,,,,713.0,183.0,181.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,481.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9299.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +743,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,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,20,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,['tensorflow'],,102.0,87.0,83.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,102.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,,130.0,36.0,16.0,9.0,4.0,922.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,649.0,3640.0,3635.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,649.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,2024-06-27 07:32:19.000000,2024-06-27 07:26:43,298.0,4.0,78.0,23.0,47.0,16.0,17.0,827.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'],,1978.0,31.0,25.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1051.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,28765.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,,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'],,801.0,46.0,46.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,801.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,,146.0,36.0,33.0,26.0,39.0,761.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,,,,,717.0,113.0,113.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,717.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +748,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,733.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,20,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,626.0,29.0,27.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,626.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +749,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,,113.0,18.0,26.0,1.0,87.0,723.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,20,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,8830.0,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,8830.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-08-07 20:31:21.000000,2024-01-09 18:05:38,305.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'],,4305.0,3.0,,https://pypi.org/project/dabl,2024-08-07 20:31:21.000,3.0,4305.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,,144.0,34.0,84.0,16.0,55.0,626.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'],,212.0,26.0,23.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,212.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +752,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,2.0,105.0,9.0,15.0,6.0,16.0,579.0,Make Waffle Charts in Python.,6.0,20,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,6144.0,406.0,400.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,5954.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,13122.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +753,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,13.0,22.0,567.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,,,,,174.0,37.0,33.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,174.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,60.0,9.0,25.0,25.0,541.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,,,,12.0,574.0,112.0,110.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,574.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,,108.0,20.0,57.0,26.0,21.0,493.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,,,,,4168.0,76.0,68.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,4168.0,,,,3.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-06-28 04:46:54.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,224.0,15.0,40.0,493.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']",199.0,33034.0,23.0,21.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,33031.0,,,,3.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-09-02 10:07:56.000000,2024-07-16 08:32:27,987.0,30.0,81.0,30.0,95.0,15.0,27.0,441.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,,,,,282.0,12.0,12.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,282.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-09-12 15:16:22.000000,2024-07-27 08:09:44,3033.0,8.0,63.0,11.0,266.0,11.0,110.0,436.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,24.0,20,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,['pytorch'],,199.0,3.0,3.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,199.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +759,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,409.0,A python package for animating plots build on matplotlib.,7.0,20,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,648.0,63.0,59.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,344.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,14293.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +760,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-08-28 17:11:07.000000,2024-04-26 20:31:49,327.0,,78.0,25.0,345.0,26.0,10.0,341.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,"['tensorflow', 'jupyter']",,1311.0,,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,1311.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +761,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-06-13 05:29:40.000000,2024-06-13 05:28:48,643.0,,43.0,13.0,63.0,3.0,57.0,329.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,20,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,['tensorflow'],,1587.0,37.0,35.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1587.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +762,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,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'],,2424.0,254.0,254.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2424.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +763,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-08-15 00:23:47.000000,2024-08-14 15:39:49,663.0,2.0,18.0,24.0,353.0,49.0,87.0,316.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,,,5863.0,9001.0,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1158.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-05-10 13:02:13.580,224901.0,3.0,,,,,,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,164.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,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,,,,,309.0,10.0,9.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,309.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +765,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2024-09-12 13:38:42.000000,2024-09-12 13:38:41,426.0,4.0,76.0,21.0,443.0,27.0,51.0,272.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,,,,,258.0,3.0,3.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,258.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +766,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-05-21 04:33:27.096000,2024-01-18 11:58:51,626.0,,68.0,28.0,31.0,32.0,113.0,266.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,,,2001.0,4178.0,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1694.0,https://anaconda.org/conda-forge/somoclu,2024-05-21 04:33:27.096,115980.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +767,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,11.0,19.0,6.0,33.0,20.0,39.0,263.0,Streaming over lightweight data transformations.,6.0,20,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,429.0,60.0,57.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,429.0,,,,3.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,18.0,464.0,90.0,76.0,234.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,['pytorch'],,6428.0,81.0,71.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6428.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,,,,401.0,1119.0,444.0,442.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1115.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,,765.0,337.0,58.0,2.0,,6748.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,,,,361.0,152.0,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,146.0,,,,3.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,3164.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,,2118.0,2118.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,,256.0,56.0,65.0,8.0,31.0,1379.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,,,,,72.0,3.0,3.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,72.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,33.0,72.0,31.0,30.0,1105.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'],,16549.0,2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,16549.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +774,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,164.0,43.0,5.0,4.0,7.0,1098.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,,,,,312.0,31.0,31.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,312.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +775,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,,138.0,17.0,11.0,42.0,43.0,1080.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'],,5457.0,154.0,149.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5457.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,,179.0,18.0,42.0,23.0,60.0,903.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,,,,562.0,191.0,188.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,367.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,9597.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,,141.0,14.0,24.0,58.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,,,,,349.0,102.0,101.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,349.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,,230.0,29.0,38.0,43.0,21.0,850.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,,,,,2277.0,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,2277.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-08-18 17:19:42.000000,2024-08-18 17:07:49,821.0,2.0,40.0,15.0,18.0,1.0,22.0,599.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,,,,,799.0,18.0,18.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,799.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,561.0,A library of metrics for evaluating recommender systems.,20.0,19,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,7.0,4300.0,56.0,56.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4300.0,,,,3.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,,71.0,13.0,10.0,24.0,41.0,559.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,,,,,1190.0,52.0,52.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1190.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,,140.0,56.0,72.0,18.0,71.0,525.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,,,,,182.0,21.0,21.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,182.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,1.0,54.0,18.0,10.0,4.0,18.0,518.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'],,1216.0,60.0,60.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1216.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,16.0,148.0,40.0,66.0,468.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']",,488.0,52.0,52.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,488.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +785,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,,84.0,20.0,248.0,10.0,23.0,418.0,A toolkit that streamlines and automates the generation of model cards.,22.0,19,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,24.0,1073.0,25.0,24.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1073.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,,72.0,25.0,48.0,18.0,19.0,406.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'],,5494.0,28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,5066.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,34317.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +787,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,284.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'],,5270.0,10.0,10.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,665.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,216465.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +788,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:53:03.000000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,211.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,15570.0,91.0,89.0,https://pypi.org/project/numerizer,2023-01-03 08:08:01.830,2.0,15570.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +789,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,3.0,33.0,11.0,202.0,21.0,76.0,198.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,19,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,['sklearn'],,756.0,40.0,39.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,756.0,,,,3.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,6269.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,['jax'],,,20.0,20.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,,413.0,106.0,83.0,67.0,48.0,2968.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,8603.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,,459.0,79.0,36.0,83.0,68.0,1688.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,,,,,184.0,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,184.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +793,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,,176.0,23.0,20.0,18.0,30.0,1675.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,,,,40.0,115.0,7.0,7.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,114.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-08-12 14:02:24.000000,2022-05-24 23:48:09,791.0,,71.0,26.0,1005.0,127.0,65.0,1649.0,Version control for machine learning.,17.0,18,False,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,119.0,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,119.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,1265.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,,,,,169.0,3.0,2.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,169.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +796,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-05-29 14:46:40.000000,2024-04-25 03:40:02,286.0,,60.0,15.0,60.0,8.0,21.0,1015.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",14.0,18,True,2024-04-25 03:41:41.000,3.0.2,34.0,uform,,,['pytorch'],387.0,985.0,7.0,6.0,https://pypi.org/project/uform,2024-04-25 03:41:41.000,1.0,965.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,,84.0,14.0,35.0,3.0,24.0,812.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,3220.0,37.0,33.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3220.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,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'],,107.0,14.0,14.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,107.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,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,769.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'],,2834.0,43.0,43.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2736.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3439.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,25.0,4.0,39.0,42.0,690.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,,,,,225.0,3.0,3.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,225.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,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,,,,,489.0,4.0,4.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,489.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +802,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,47456.0,14.0,13.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,277.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2264593.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,,69.0,7.0,6.0,4.0,32.0,558.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,,,,,1871.0,21.0,19.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1871.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +804,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-08-11 17:21:13.000000,2024-08-11 17:21:13,1772.0,1.0,74.0,9.0,218.0,49.0,81.0,526.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,18,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,182.0,750.0,33.0,32.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,745.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,479.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'],,487.0,13.0,13.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,487.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,479.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'],,717.0,3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,717.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +807,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,,105.0,71.0,7.0,15.0,19.0,428.0,semantic similarity framework for knowledge graph.,10.0,18,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,246.0,47.0,47.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,246.0,,,,3.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,394.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,92.0,5725.0,128.0,124.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5724.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +809,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,11.0,121.0,31.0,150.0,345.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,,,,,194.0,6.0,6.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,194.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +810,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,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'],,613.0,16.0,14.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,613.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +811,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,,52.0,11.0,60.0,17.0,41.0,331.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,250.0,41.0,37.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,250.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +812,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,1.0,129.0,34.0,325.0,83.0,132.0,330.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,,,,252.0,,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,,235.0,,,,3.0,brainiak/brainiak,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1845.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,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'],190.0,104.0,4.0,4.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,101.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +814,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,224.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,,,,1971.0,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,1861.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3520.0,3.0,,,,,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +815,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1348.0,466.0,21.0,59.0,167.0,7092.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,3.0,,,,,,,,google-deepmind/lab,,,,,,,,,,,,,,,, +816,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2024-08-28 18:43:26.000000,2024-08-28 18:43:21,703.0,9.0,423.0,39.0,851.0,149.0,119.0,3241.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,84.0,17,True,,,,,,,['jax'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +817,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,1542.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,,,,,104.0,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,84.0,,,,3.0,tobegit3hub/advisor,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1691.0,,,,,,,,,,,,,,,,,,, +818,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,1162.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'],,338.0,58.0,56.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,338.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +819,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,776.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,,,,,467.0,51.0,51.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,467.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +820,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,111.0,20.0,58.0,2.0,13.0,765.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,,35.0,5690.0,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,5690.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +821,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,703.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,,,,471.0,294.0,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,288.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +822,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-02-08 01:27:56.000000,2023-01-13 21:57:34,832.0,,55.0,,,,,432.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-02-08 01:27:56.000,0.12.1,49.0,sklearn-evaluation,,,['sklearn'],,4015.0,3.0,,https://pypi.org/project/sklearn-evaluation,2024-02-08 01:27:56.000,3.0,4015.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +823,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,399.0,Deep Learning PyTorch.,1.0,17,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,['pytorch'],,461.0,7.0,7.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,461.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +824,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,43.0,11.0,60.0,31.0,47.0,240.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'],,104.0,20.0,16.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,104.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +825,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,8.0,44.0,230.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,146.0,30.0,28.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,146.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +826,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,1.0,57.0,5.0,2.0,3.0,1.0,131.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,17,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,307093.0,9703.0,9574.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,307061.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1234.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +827,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'],,201.0,49.0,49.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,201.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +828,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,119.0,24.0,17.0,353.0,4312.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,16,True,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +829,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,176.0,110.0,56.0,149.0,3939.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +830,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,2891.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'],,25.0,1.0,1.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,25.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +831,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,1845.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,,,,46.0,43.0,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,43.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +832,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,1081.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,,,,,,, +833,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,,108.0,19.0,37.0,20.0,8.0,1040.0,Distributed Computing for AI Made Simple.,5.0,16,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,112.0,79.0,78.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,112.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +834,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,821.0,Translate - a PyTorch Language Library.,88.0,16,False,,,1.0,pytorch-translate,,,['pytorch'],,25.0,,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,25.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +835,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,799.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,['pytorch'],,3963.0,84.0,83.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3963.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +836,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']",,9922.0,1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,9922.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +837,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,,126.0,42.0,435.0,25.0,130.0,712.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +838,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,681.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'],,319.0,8.0,6.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,319.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +839,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,,93.0,18.0,19.0,4.0,29.0,636.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,82.0,17.0,17.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,82.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +840,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,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,16,True,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,236.0,133.0,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,130.0,,,,3.0,,,,,,,,typedb/typedb-ml,,,,,,,,,,,,,,,, +841,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,492.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,,,,,161.0,3.0,3.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,161.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +842,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,411.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,,,,,95.0,4.0,3.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,95.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +843,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,16,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,['pytorch'],,98.0,11.0,11.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,98.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +844,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,16,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,['tensorflow'],,91.0,,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,91.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +845,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,,,,,39.0,88.0,88.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +846,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.",4.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,"['sklearn', 'pandas']",11.0,2577.0,2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2577.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +847,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,270.0,A Jax-based library for designing and training transformer models from scratch.,3.0,16,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,['jax'],,176.0,1.0,1.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,176.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +848,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,242.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,,,,,270.0,3.0,3.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,270.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +849,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'],,349.0,16.0,16.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,349.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +850,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,,45.0,1.0,,,,209.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'],,1046.0,,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1046.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +851,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,13.0,9.0,2.0,,5.0,202.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'],,379.0,11.0,9.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,379.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +852,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,192.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'],,1228.0,13.0,13.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,1228.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +853,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,16,False,2024-02-02 14:57:28.000,0.1.2,35.0,modelkit,,,,,7060.0,,,https://pypi.org/project/modelkit,2024-02-02 14:55:53.000,,7060.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +854,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,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,126.0,63.0,58.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,126.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +855,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-08-28 10:19:32.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-08-28 10:19:32.000,3.45.0,295.0,comet_ml,comet_ml,,,,712622.0,74.0,,https://pypi.org/project/comet_ml,2024-08-28 10:19:32.000,74.0,712622.0,https://anaconda.org/anaconda/comet_ml,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +856,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,,841.0,77.0,35.0,120.0,59.0,3394.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,15,False,,,,,,,['tensorflow'],,,,,,,,,,,,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,143.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,,,,,,,,,,,,,,,,,,,,,,,, +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,1160.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +859,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,1069.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,,,,,2.0,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,2.0,,,,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,,121.0,49.0,22.0,15.0,9.0,844.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,['pytorch'],,109.0,17.0,17.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,109.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,28.0,10.0,25.0,51.0,794.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,10.0,anchor_exp,,,,,960.0,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,960.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +862,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,728.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,['pytorch'],,110.0,22.0,22.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,110.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +863,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,56.0,16.0,83.0,18.0,49.0,593.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'],,144.0,,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,144.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,511.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,,,,,249.0,12.0,12.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,249.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +865,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-03-18 22:30:20.000000,2024-03-18 22:30:15,140.0,,42.0,21.0,169.0,6.0,65.0,497.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,,,,,144.0,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,144.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,,68.0,19.0,177.0,87.0,16.0,412.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'],,175.0,,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,175.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,405.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,,,,17.0,356.0,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,356.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,,394.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,,,,194.0,11.0,10.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,57.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,6880.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,372.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'],,289.0,4.0,4.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,289.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,310.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'],,161.0,27.0,27.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,161.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,13.0,271.0,64.0,181.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,396.0,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,396.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,233.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,176.0,5.0,5.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,176.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,,,,,490.0,7.0,6.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,490.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,,27.0,10.0,15.0,9.0,4.0,223.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'],,363.0,9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,363.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,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'],,489.0,28.0,28.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,489.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +876,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,994.0,64.0,13.0,44.0,25.0,3667.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,['sklearn'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +877,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,1684.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +878,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,1292.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,,,,,,,,,,,,,,,,,,,,,,,, +879,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,,150.0,32.0,,53.0,60.0,1215.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,79.0,,,,,,,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4826.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +880,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,,,,1970.0,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,436.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,76716.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +881,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,6.0,45.0,11.0,11.0,1.0,15.0,744.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",8.0,14,True,,,,rliable`,,,,,,146.0,146.0,https://pypi.org/project/rliable`,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +882,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-06-18 15:30:37.000000,2024-06-18 15:30:34,80.0,1.0,61.0,16.0,65.0,7.0,9.0,440.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,14,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,103.0,11.0,11.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,103.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,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,,,,,1455.0,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,1455.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,,17.0,11.0,58.0,3.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'],,73.0,,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,73.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,,28.0,8.0,6.0,8.0,8.0,250.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,,,,,105.0,3.0,3.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,105.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +886,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,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,,,,,193.0,41.0,41.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,193.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +887,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,103.0,28.0,28.0,357.0,3804.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +888,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,485.0,108.0,12.0,39.0,8.0,2692.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +889,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,84.0,47.0,4.0,3.0,,2530.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'],70.0,1221.0,1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,1219.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +890,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,175.0,37.0,10.0,13.0,3.0,1362.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +891,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-10 06:49:18.000000,2022-11-21 12:12:41,1044.0,,13.0,6.0,26.0,1.0,2.0,263.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,,['pytorch'],9.0,222.0,,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,217.0,,,,3.0,enliteai/maze,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,250.0,,,,,,,,,,,,,,,,,,, +892,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,,,,,226.0,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,226.0,,,,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'],,50.0,5.0,5.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,50.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +894,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,123.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,47.0,2.0,2.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,47.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +895,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,,,,,177.0,7.0,7.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,177.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +896,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,,461.0,93.0,22.0,52.0,15.0,3264.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +897,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,,405.0,63.0,6.0,63.0,17.0,1913.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,,,,,,,,,,,,,,,,,,,,,,,, +898,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,,321.0,87.0,11.0,12.0,6.0,1756.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +899,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,533.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,138.0,4.0,4.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,138.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,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,,,,146.0,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,137.0,,,,3.0,modelchimp/modelchimp-server,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,662.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,121.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,"['tensorflow', 'pytorch']",,94.0,5.0,5.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,94.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,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,132.0,5.0,5.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,132.0,,,,3.0,,,,,,,,genixpro/hypermax,,,,,,,,,,,,,,,, +903,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,103.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'],,817.0,,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,817.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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,,11.0,13.0,26.0,4.0,13.0,85.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,,,,,116.0,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,116.0,,,,3.0,,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,, +905,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,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,117.0,2.0,2.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,117.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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,12.0,17.0,,,44.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,300.0,2.0,2.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,300.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +907,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,948.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +908,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,915.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +909,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'],,,4.0,4.0,,,,,,,,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,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,['tensorflow'],,54.0,2.0,2.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,54.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-02-28 09:09:14.000000,2023-11-24 19:47:45,314.0,,7.0,7.0,126.0,7.0,9.0,117.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2023-11-24 19:49:33.000,0.2.7,9.0,,,,['jax'],,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +912,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,,86.0,17.0,5.0,4.0,12.0,601.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,['sklearn'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +913,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,,50.0,15.0,13.0,14.0,11.0,519.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,['pytorch'],,,,,,,,,,,,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,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,62.0,3.0,3.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,62.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +915,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']",,42.0,1.0,1.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,42.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,147.0,Python package to generate stock portfolios.,4.0,8,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,19.0,1.0,1.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +917,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,,7.0,7.0,2.0,1.0,,66.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,,,,43.0,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,43.0,https://anaconda.org/conda-forge/tslumen,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-09-19_changes.md b/history/2024-09-19_changes.md new file mode 100644 index 00000000..810ab2be --- /dev/null +++ b/history/2024-09-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._ + +- OpenAI Gym (🥇40 · ⭐ 35K · 💀) - A toolkit for developing and comparing reinforcement learning.. MIT +- Nilearn (🥇37 · ⭐ 1.2K · 📈) - Machine learning for NeuroImaging in Python. BSD-3 +- einops (🥈36 · ⭐ 8.4K · 📈) - Flexible and powerful tensor operations for readable and reliable code.. MIT +- FiftyOne (🥈36 · ⭐ 8.1K · 📈) - Visualize, create, and debug image and video datasets.. Apache-2 +- Bayesian Optimization (🥇34 · ⭐ 7.8K · 📈) - A Python implementation of global optimization with.. MIT +- Chainer (🥈34 · ⭐ 5.9K · 💀) - A flexible framework of neural networks for deep learning. MIT +- hnswlib (🥈32 · ⭐ 4.3K · 📈) - Header-only C++/python library for fast approximate nearest.. Apache-2 +- NMSLIB (🥈32 · ⭐ 3.4K · 📈) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2 +- sklearn-evaluation (🥉19 · ⭐ 460 · 💀) - Machine learning model evaluation made easy: plots,.. MIT +- jaxdf (🥉13 · ⭐ 120 · 📈) - A JAX-based research framework for writing differentiable.. ❗️LGPL-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._ + +- jax (🥇45 · ⭐ 30K · 📉) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 +- Seaborn (🥇41 · ⭐ 12K · 📉) - Statistical data visualization in Python. BSD-3 +- folium (🥈38 · ⭐ 6.9K · 📉) - Python Data. Leaflet.js Maps. MIT +- pyecharts (🥈37 · ⭐ 15K · 📉) - Python Echarts Plotting Library. MIT +- haystack (🥈35 · ⭐ 17K · 📉) - AI orchestration framework to build customizable, production-.. Apache-2 +- opencv-python (🥈35 · ⭐ 4.4K · 📉) - Automated CI toolchain to produce precompiled opencv-python,.. MIT +- VisPy (🥈34 · ⭐ 3.3K · 📉) - High-performance interactive 2D/3D data visualization library. BSD-3 +- PyTorch3D (🥈33 · ⭐ 8.7K · 📉) - PyTorch3D is FAIRs library of reusable components for.. ❗Unlicensed +- StatsForecast (🥇33 · ⭐ 3.9K · 📉) - Lightning fast forecasting with statistical and.. Apache-2 +- NNI (🥈32 · ⭐ 14K · 💤) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT + diff --git a/history/2024-09-19_projects.csv b/history/2024-09-19_projects.csv new file mode 100644 index 00000000..d2999a98 --- /dev/null +++ b/history/2024-09-19_projects.csv @@ -0,0 +1,919 @@ +,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,docs_url,labels,github_release_downloads,monthly_downloads,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,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-09-02 06:22:28.000000,2024-09-02 06:22:28,1567.0,5.0,698.0,117.0,338.0,62.0,145.0,4861.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,,166.0,57.0,205.0,,3.0,2287.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,244.0,93.0,199.0,6.0,6.0,3616.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,244.0,93.0,199.0,6.0,6.0,3616.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,244.0,93.0,199.0,6.0,6.0,3616.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,244.0,93.0,199.0,6.0,6.0,3616.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,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-09-19 13:46:13.000000,2024-09-19 12:44:54,78607.0,3920.0,21955.0,1745.0,90802.0,14808.0,31115.0,82253.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5125.0,56,True,2024-09-04 19:59:29.000,2.4.1,55.0,torch,pytorch/pytorch,https://pytorch.org/docs/stable/index.html,['pytorch'],57033.0,35385865.0,545821.0,527093.0,https://pypi.org/project/torch,2024-09-04 19:10:42.000,18728.0,34729808.0,https://anaconda.org/pytorch/pytorch,2024-09-03 16:47:49.313,23596674.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +7,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-09-19 14:13:14.000000,2024-09-19 14:13:04,169811.0,3724.0,74175.0,7597.0,35641.0,4775.0,38096.0,188111.0,An Open Source Machine Learning Framework for Everyone.,4679.0,55,True,2024-07-11 16:45:52.000,2.17.0,197.0,tensorflow,conda-forge/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],,18411943.0,417697.0,409842.0,https://pypi.org/project/tensorflow,2024-07-11 16:45:52.000,7855.0,17575889.0,https://anaconda.org/conda-forge/tensorflow,2024-08-31 23:00:17.783,4948256.0,1.0,tensorflow/tensorflow,https://hub.docker.com/r/tensorflow/tensorflow,2024-09-19 12:49:15.704873,2559.0,78131539.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,2024-09-19 13:30:16.000000,2024-09-19 11:02:46,16864.0,664.0,26184.0,1116.0,17423.0,1400.0,14670.0,132228.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2818.0,52,True,2024-08-22 16:56:32.000,4.44.2,157.0,transformers,conda-forge/transformers,,"['pytorch', 'tensorflow']",,36393565.0,222459.0,216341.0,https://pypi.org/project/transformers,2024-08-22 16:56:29.000,6118.0,36352759.0,https://anaconda.org/conda-forge/transformers,2024-08-23 08:59:54.225,2040340.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,2024-09-19 14:02:03.000000,2024-09-19 14:02:03,31707.0,268.0,25248.0,2139.0,17741.0,2090.0,9583.0,59449.0,scikit-learn: machine learning in Python.,3180.0,52,True,2024-09-11 15:52:05.000,1.5.2,81.0,scikit-learn,conda-forge/scikit-learn,,['sklearn'],1022.0,71519526.0,914830.0,890673.0,https://pypi.org/project/scikit-learn,2024-09-11 15:49:19.000,24157.0,70924136.0,https://anaconda.org/conda-forge/scikit-learn,2024-09-11 20:00:28.266,30959764.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-09-18 18:36:15.000000,2024-09-18 18:36:15,33508.0,714.0,5121.0,347.0,11276.0,1808.0,8791.0,12911.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1684.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,412541.0,120445743.0,1139668.0,1094569.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,45099.0,119303570.0,https://anaconda.org/conda-forge/scipy,2024-09-09 09:00:52.252,52367459.0,1.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-09-18 23:04:27.000000,2024-09-18 23:04:27,58883.0,697.0,4387.0,291.0,13401.0,5117.0,8860.0,12783.0,A computer algebra system written in pure Python.,1328.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,547731.0,31025344.0,173966.0,170504.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3462.0,30894559.0,https://anaconda.org/conda-forge/sympy,2024-08-12 22:08:15.340,6588329.0,1.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-09-18 21:21:11.000000,2024-09-18 21:21:07,10965.0,204.0,19419.0,1912.0,7447.0,240.0,11886.0,61632.0,Deep Learning for humans.,1330.0,48,True,2024-08-12 20:42:48.000,3.5.0,102.0,keras,conda-forge/keras,https://keras.io,['tensorflow'],,14046025.0,1552.0,,https://pypi.org/project/keras,2024-08-12 20:42:48.000,1552.0,13973426.0,https://anaconda.org/conda-forge/keras,2024-08-17 19:28:53.337,3702591.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-09-19 05:41:46.000000,2024-09-19 02:36:21,51061.0,507.0,7554.0,594.0,18351.0,1600.0,9262.0,19986.0,matplotlib: plotting with Python.,1726.0,48,True,2024-08-13 01:44:21.000,3.9.2,127.0,matplotlib,conda-forge/matplotlib,,,,73904376.0,1385583.0,1336468.0,https://pypi.org/project/matplotlib,2024-08-13 01:44:21.000,49115.0,73396703.0,https://anaconda.org/conda-forge/matplotlib,2024-09-12 20:10:05.995,25891367.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-09-19 05:07:41.000000,2024-09-19 05:07:06,18516.0,498.0,2210.0,220.0,5065.0,134.0,3071.0,12107.0,Python Imaging Library (Fork).,478.0,48,True,2024-07-01 09:51:39.000,10.4.0,98.0,Pillow,conda-forge/pillow,,,,117283774.0,1836637.0,1828955.0,https://pypi.org/project/Pillow,2024-07-01 09:45:22.000,7682.0,116399058.0,https://anaconda.org/conda-forge/pillow,2024-09-11 18:35:06.338,44235801.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-09-19 12:09:20.000000,2024-09-19 10:09:30,6647.0,214.0,3000.0,318.0,4877.0,946.0,3604.0,34641.0,Streamlit A faster way to build and share data apps.,241.0,46,True,2024-08-27 18:46:56.000,1.38.0,226.0,streamlit,,,,,6060248.0,514305.0,511601.0,https://pypi.org/project/streamlit,2024-08-27 18:46:49.000,2704.0,6060248.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +16,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-09-19 13:24:45.000000,2024-09-19 13:24:45,50981.0,1951.0,5539.0,717.0,49804.0,1773.0,17342.0,22080.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1274.0,46,True,2024-09-13 08:31:46.000,2.6.2,70.0,paddlepaddle,,,['paddle'],15389.0,633126.0,6089.0,5911.0,https://pypi.org/project/paddlepaddle,2024-09-13 08:31:46.000,178.0,632968.0,,,,1.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-09-19 01:43:28.000000,2024-09-19 01:43:28,22664.0,707.0,5589.0,474.0,29014.0,3998.0,14922.0,33090.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,1071.0,45,True,2024-09-17 18:30:24.000,ray-2.36.0,115.0,ray,conda-forge/ray-tune,,,235.0,5051318.0,18571.0,17806.0,https://pypi.org/project/ray,2024-09-16 19:58:14.000,765.0,5042361.0,https://anaconda.org/conda-forge/ray-tune,2024-09-18 10:02:50.369,402998.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +18,jax,google/jax,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000,2024-09-19 14:21:05.000000,2024-09-19 12:30:45,23067.0,1606.0,2738.0,328.0,15418.0,1711.0,4189.0,29954.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",752.0,45,True,2024-09-16 18:42:31.000,jax-v0.4.33,167.0,jax,conda-forge/jaxlib,,,,3569467.0,31922.0,30097.0,https://pypi.org/project/jax,2024-09-16 18:38:45.000,1825.0,3536891.0,https://anaconda.org/conda-forge/jaxlib,2024-08-31 00:56:55.014,1661385.0,1.0,,,,,,-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,2024-09-18 18:33:49.000000,2024-09-18 18:33:49,7087.0,164.0,8699.0,909.0,5543.0,463.0,4887.0,26115.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",651.0,45,True,2024-07-31 08:14:26.000,2.1.1,83.0,xgboost,conda-forge/xgboost,https://xgboost.readthedocs.io/en/latest/,,10753.0,20759150.0,109786.0,107822.0,https://pypi.org/project/xgboost,2024-07-31 08:14:26.000,1964.0,20653984.0,https://anaconda.org/conda-forge/xgboost,2024-08-28 02:29:22.781,5254096.0,1.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,2024-09-19 12:52:21.000000,2024-09-18 16:26:23,20591.0,63.0,4176.0,442.0,6158.0,760.0,6974.0,19237.0,"Interactive Data Visualization in the browser, from Python.",698.0,45,True,2024-08-23 08:14:02.000,3.5.2,214.0,bokeh,conda-forge/bokeh,,,,4563107.0,94062.0,92353.0,https://pypi.org/project/bokeh,2024-08-23 08:14:02.000,1709.0,4270773.0,https://anaconda.org/conda-forge/bokeh,2024-08-23 12:55:11.815,14909076.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +21,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-04 01:00:39.000000,2024-09-04 01:00:39,14678.0,145.0,2856.0,462.0,1487.0,273.0,1548.0,13434.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,,,,22884694.0,310352.0,305731.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4621.0,22818812.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2767053.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,2024-09-17 07:54:08.000000,2024-09-15 22:10:29,15487.0,61.0,2869.0,283.0,3927.0,2829.0,2786.0,9986.0,Statsmodels: statistical modeling and econometrics in Python.,435.0,45,True,2024-09-16 09:55:30.000,0.14.3,38.0,statsmodels,conda-forge/statsmodels,,,33.0,16726149.0,140300.0,135913.0,https://pypi.org/project/statsmodels,2024-09-16 09:55:30.000,4387.0,16433803.0,https://anaconda.org/conda-forge/statsmodels,2024-09-16 14:09:12.591,14909651.0,1.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,2024-09-19 13:11:00.000000,2024-09-19 13:10:52,42222.0,850.0,28177.0,2021.0,48134.0,215.0,,39322.0,Apache Spark Python API.,3122.0,44,True,2024-08-12 14:57:56.000,3.5.2,46.0,pyspark,conda-forge/pyspark,,['spark'],,30235720.0,1513.0,,https://pypi.org/project/pyspark,2024-08-12 14:57:56.000,1513.0,30168751.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3415452.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,2024-09-19 15:25:23.000000,2024-09-19 00:00:11,7026.0,284.0,2393.0,169.0,4276.0,556.0,4204.0,32242.0,"Wrap UIs around any model, share with anyone.",377.0,44,True,2024-09-10 21:46:23.000,4.44.0,586.0,gradio,,,,,6328401.0,41709.0,40956.0,https://pypi.org/project/gradio,2024-09-10 21:46:23.000,753.0,6328401.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-09-14 11:13:17.000000,2024-09-14 09:36:27,16169.0,36.0,4355.0,561.0,4013.0,137.0,5512.0,29684.0,Industrial-strength Natural Language Processing (NLP) in Python.,757.0,44,True,2024-09-14 09:07:39.000,3.8.1,236.0,spacy,conda-forge/spacy,,,167.0,12734843.0,101707.0,99059.0,https://pypi.org/project/spacy,2024-09-14 09:07:39.000,2648.0,12654939.0,https://anaconda.org/conda-forge/spacy,2024-07-29 11:52:18.238,4075042.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-09-16 10:48:57.000000,2024-09-16 10:48:55,10419.0,82.0,3345.0,247.0,10266.0,767.0,6297.0,28000.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",969.0,44,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,['pytorch'],8521.0,6750928.0,37959.0,36531.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1428.0,6725676.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1276753.0,2.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-09-19 11:27:04.000000,2024-09-19 11:27:04,6500.0,380.0,4142.0,296.0,9060.0,1589.0,2569.0,18352.0,Open source platform for the machine learning lifecycle.,772.0,44,True,2024-09-17 03:45:48.000,2.16.2,113.0,mlflow,conda-forge/mlflow,,,,14158857.0,43152.0,42290.0,https://pypi.org/project/mlflow,2024-09-17 02:23:27.000,862.0,14113102.0,https://anaconda.org/conda-forge/mlflow,2024-09-17 10:26:09.229,2333539.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +28,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-09-19 14:30:30.000000,2024-09-18 18:25:07,6678.0,151.0,2533.0,273.0,1703.0,527.0,2440.0,16023.0,The interactive graphing library for Python This project now includes Plotly Express!.,269.0,44,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,18980196.0,309890.0,303659.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6222.0,18840274.0,https://anaconda.org/conda-forge/plotly,2024-09-12 22:24:43.567,6962397.0,1.0,,,,,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,6030.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-09-18 22:48:09.000000,2024-09-18 22:48:09,7784.0,80.0,3202.0,279.0,3873.0,347.0,3022.0,14757.0,Network Analysis in Python.,747.0,44,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,73.0,67552558.0,302870.0,293540.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,9330.0,67191939.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,17670347.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-09-19 08:15:15.000000,2024-09-14 01:03:22,8317.0,91.0,1696.0,212.0,5961.0,1100.0,4247.0,12416.0,Parallel computing with task scheduling.,609.0,44,True,2024-09-13 21:27:30.000,2024.9.0,207.0,dask,conda-forge/dask,,,,11383440.0,66910.0,64560.0,https://pypi.org/project/dask,2024-09-13 21:27:30.000,2350.0,11154767.0,https://anaconda.org/conda-forge/dask,2024-09-14 00:35:37.416,11891044.0,1.0,,,,,,,stable/dask,,,,,,,,,,,,,,,,, +31,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-09-18 11:29:47.000000,2024-09-18 11:29:44,2765.0,81.0,3251.0,240.0,962.0,756.0,1773.0,22526.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,,,,6571772.0,20972.0,20225.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,747.0,6486058.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,3857143.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-09-18 13:02:39.000000,2024-09-18 13:02:39,7672.0,134.0,2041.0,418.0,1123.0,469.0,1343.0,21190.0,Data Apps & Dashboards for Python. No JavaScript Required.,162.0,43,True,2024-09-12 16:11:13.000,2.18.1,181.0,dash,conda-forge/dash,,,76.0,3379225.0,70256.0,68973.0,https://pypi.org/project/dash,2024-09-12 16:08:23.000,1283.0,3350270.0,https://anaconda.org/conda-forge/dash,2024-09-14 04:47:51.793,1476695.0,1.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-09-18 15:35:41.000000,2024-09-17 19:09:39,2822.0,69.0,3652.0,439.0,3345.0,336.0,2506.0,17650.0,Open standard for machine learning interoperability.,323.0,43,True,2024-08-01 13:15:32.000,1.16.2,34.0,onnx,conda-forge/onnx,,,21715.0,5495689.0,34374.0,33341.0,https://pypi.org/project/onnx,2024-08-01 13:10:23.000,1033.0,5471317.0,https://anaconda.org/conda-forge/onnx,2024-09-03 14:45:24.706,1229693.0,1.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-09-16 02:54:09.000000,2024-09-04 03:30:30,3566.0,67.0,3819.0,433.0,3251.0,367.0,3057.0,16540.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",318.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,234668.0,9860488.0,38474.0,37397.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,9801903.0,https://anaconda.org/conda-forge/lightgbm,2024-09-12 16:03:18.124,2685585.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,2024-09-19 10:12:28.000000,2024-09-18 23:36:56,2696.0,283.0,1506.0,189.0,3203.0,634.0,778.0,12753.0,Development repository for the Triton language and compiler.,323.0,43,True,2024-07-09 07:22:23.000,3.0.0,195.0,triton,,,,,14337784.0,37001.0,36764.0,https://pypi.org/project/triton,2024-07-09 07:22:23.000,237.0,14337784.0,,,,1.0,,,,,,,,triton-lang/triton,,,,,,,,,,,,,,,, +36,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-09-19 15:22:58.000000,2024-09-19 05:39:15,17752.0,4176.0,1418.0,67.0,2550.0,550.0,2615.0,12300.0,"Python SDK, Proxy Server to call 100+ LLM APIs using the OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere,..",334.0,43,True,2024-09-19 01:38:50.000,1.46.6,953.0,litellm,,,others,234.0,1805715.0,3724.0,3317.0,https://pypi.org/project/litellm,2024-09-19 01:26:49.000,407.0,1805481.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +37,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2024-09-19 14:57:39.000000,2024-09-16 18:12:36,4981.0,60.0,2074.0,1677.0,4849.0,341.0,2718.0,12071.0,WebGL2 powered visualization framework.,273.0,43,True,2024-09-04 13:59:16.023,9.0.29,669.0,pydeck,conda-forge/pydeck,,['jupyter'],,5522263.0,8465.0,8061.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,105.0,4942603.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,608686.0,1.0,,,,,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-09-04 13:59:16.023,299.0,568593.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-09-19 02:01:33.000000,2024-09-19 02:01:33,18234.0,425.0,994.0,115.0,3645.0,69.0,1603.0,10555.0,A hyperparameter optimization framework.,271.0,43,True,2024-09-02 05:17:47.000,4.0.0,66.0,optuna,conda-forge/optuna,,,,3629381.0,18465.0,17514.0,https://pypi.org/project/optuna,2024-09-02 05:17:47.000,951.0,3597798.0,https://anaconda.org/conda-forge/optuna,2024-09-03 06:05:16.374,1610776.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-09-18 21:09:40.000000,2024-09-05 14:30:24,2454.0,114.0,4695.0,310.0,514.0,47.0,860.0,31528.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",149.0,42,True,2024-08-23 23:42:07.000,1.0.9,60.0,timm,conda-forge/timm,,['pytorch'],7017781.0,6197681.0,37351.0,36443.0,https://pypi.org/project/timm,2024-08-23 23:31:27.000,908.0,6083459.0,https://anaconda.org/conda-forge/timm,2024-08-24 14:28:50.700,228507.0,1.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-09-19 12:55:42.854000,2024-09-12 15:48:47,3939.0,58.0,6910.0,434.0,5390.0,1007.0,2439.0,15995.0,"Datasets, Transforms and Models specific to Computer Vision.",606.0,42,True,2024-09-04 20:08:34.000,0.19.1,47.0,torchvision,conda-forge/torchvision,,['pytorch'],38691.0,13755884.0,5521.0,21.0,https://pypi.org/project/torchvision,2024-09-04 19:14:53.000,5500.0,13717350.0,https://anaconda.org/conda-forge/torchvision,2024-09-19 12:55:42.854,1600227.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-09-18 04:20:14.000000,2024-09-17 07:24:32,9334.0,50.0,1172.0,137.0,5512.0,222.0,4460.0,13623.0,ML Experiments and Data Management with Git.,301.0,42,True,2024-09-02 15:02:10.000,3.55.2,538.0,dvc,conda-forge/dvc,,,,632260.0,17887.0,17761.0,https://pypi.org/project/dvc,2024-09-02 15:02:10.000,126.0,588838.0,https://anaconda.org/conda-forge/dvc,2024-09-02 18:55:30.141,2214533.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-09-17 15:48:43.000000,2024-09-17 13:58:58,3772.0,101.0,782.0,141.0,1471.0,189.0,1809.0,9236.0,Declarative statistical visualization library for Python.,171.0,42,True,2024-08-27 04:41:23.000,5.4.1,42.0,altair,conda-forge/altair,,,175.0,22415808.0,162170.0,161326.0,https://pypi.org/project/altair,2024-08-27 04:31:06.000,844.0,22342460.0,https://anaconda.org/conda-forge/altair,2024-08-27 10:22:34.589,2420467.0,1.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-09-19 15:16:43.000000,2024-09-18 23:56:34,7016.0,387.0,654.0,59.0,5125.0,871.0,2436.0,8907.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",191.0,42,True,2024-09-16 22:31:52.000,0.18.1,287.0,wandb,conda-forge/wandb,,,297.0,12612925.0,55225.0,53815.0,https://pypi.org/project/wandb,2024-09-16 21:34:39.000,1410.0,12600494.0,https://anaconda.org/conda-forge/wandb,2024-09-16 19:54:24.139,621295.0,1.0,,,,,,,,wandb/wandb,,,,,,,,,,,,,,,, +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-09-06 15:58:56.000000,2024-09-06 15:58:56,5855.0,15.0,1646.0,191.0,5029.0,679.0,1238.0,6669.0,TensorFlows Visualization Toolkit.,320.0,42,True,2024-08-14 18:18:37.000,2.17.1,62.0,tensorboard,conda-forge/tensorboard,,['tensorflow'],,21254623.0,261949.0,259748.0,https://pypi.org/project/tensorboard,2024-08-14 18:10:47.000,2201.0,21156594.0,https://anaconda.org/conda-forge/tensorboard,2024-08-15 09:13:38.483,4999497.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-09-17 17:12:01.000000,2024-09-16 06:44:11,14112.0,80.0,2216.0,184.0,4488.0,791.0,2102.0,6043.0,Image processing in Python.,671.0,42,False,2024-06-18 19:05:37.000,0.24.0,67.0,scikit-image,conda-forge/scikit-image,,,,19162729.0,202032.0,195907.0,https://pypi.org/project/scikit-image,2024-06-18 19:03:37.000,6125.0,19028073.0,https://anaconda.org/conda-forge/scikit-image,2024-08-17 02:34:14.270,6867460.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-09-13 04:53:09.000000,2024-09-13 04:53:09,6283.0,77.0,7661.0,438.0,3066.0,175.0,9134.0,42734.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",255.0,41,True,2024-07-17 10:49:23.000,2.8.1,46.0,paddleocr,,,['paddle'],314485.0,576187.0,3376.0,3282.0,https://pypi.org/project/paddleocr,2024-07-17 10:49:23.000,94.0,569636.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-09-18 21:56:00.000000,2024-09-16 22:24:45,2480.0,136.0,4042.0,343.0,2943.0,1123.0,1738.0,34791.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",342.0,41,True,2024-09-05 01:33:59.000,0.15.1,95.0,deepspeed,,,['pytorch'],,474809.0,8934.0,8737.0,https://pypi.org/project/deepspeed,2024-09-05 01:33:59.000,197.0,474480.0,,,,1.0,deepspeed/deepspeed,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,18441.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-09-17 18:49:56.000000,2024-09-17 18:46:24,1241.0,101.0,3540.0,480.0,1174.0,236.0,2260.0,30556.0,A library for efficient similarity search and clustering of dense vectors.,190.0,41,True,2024-08-30 07:29:13.000,2.4.6,100.0,pymilvus,conda-forge/faiss,,,,895927.0,4139.0,3980.0,https://pypi.org/project/pymilvus,2024-08-30 07:29:13.000,159.0,863619.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1647732.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-09-19 10:43:11.000000,2024-09-19 10:43:10,20770.0,667.0,2812.0,277.0,22348.0,705.0,11087.0,29564.0,"A cloud-native vector database, storage for next generation AI applications.",288.0,41,True,2024-09-10 07:31:57.000,2.4.11,100.0,pymilvus,,,,264096.0,1978938.0,159.0,,https://pypi.org/project/pymilvus,2024-08-30 07:29:13.000,159.0,863619.0,,,,1.0,milvusdb/milvus,https://hub.docker.com/r/milvusdb/milvus,2024-09-14 01:59:06.477863,61.0,66650638.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-09-19 14:18:03.000000,2024-09-19 12:59:28,1549.0,51.0,2437.0,139.0,534.0,1155.0,1002.0,14865.0,State-of-the-Art Text Embeddings.,181.0,41,True,2024-09-19 14:18:18.000,3.1.1,55.0,sentence-transformers,conda-forge/sentence-transformers,,['pytorch'],,4973021.0,48805.0,47171.0,https://pypi.org/project/sentence-transformers,2024-09-19 14:18:03.000,1634.0,4965039.0,https://anaconda.org/conda-forge/sentence-transformers,2024-06-07 15:19:38.412,383144.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-09-08 11:53:20.000000,2024-08-26 18:27:55,1294.0,62.0,2284.0,243.0,594.0,177.0,1174.0,13025.0,Download market data from Yahoo! Finances API.,122.0,41,True,2024-08-24 20:39:46.000,0.2.43,115.0,yfinance,ranaroussi/yfinance,,,,2035666.0,47153.0,46526.0,https://pypi.org/project/yfinance,2024-08-24 20:39:46.000,627.0,2033164.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,95081.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +52,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,2.0,1904.0,262.0,1120.0,176.0,2403.0,12408.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,,,420.0,18655548.0,480680.0,470002.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10678.0,18456490.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10151819.0,1.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,2024-09-18 14:29:39.000000,2024-09-18 14:29:39,10049.0,97.0,1986.0,224.0,4056.0,298.0,3058.0,8638.0,Bayesian Modeling and Probabilistic Programming in Python.,505.0,41,True,2024-07-11 13:49:51.000,5.16.2,89.0,pymc3,conda-forge/pymc3,,,1947.0,292107.0,4275.0,4083.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,280347.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,598985.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +54,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-09-19 12:19:59.000000,2024-09-19 12:19:54,48581.0,465.0,1176.0,191.0,395.0,544.0,1777.0,7999.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1274.0,41,True,2024-09-07 20:11:05.000,1.2.7,113.0,catboost,conda-forge/catboost,,,302469.0,3101219.0,550.0,15.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3060642.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1700959.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +55,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-09-17 15:15:16.000000,2024-09-17 14:17:54,3840.0,110.0,1130.0,137.0,3180.0,310.0,1203.0,2090.0,A library for training and deploying machine learning models on Amazon SageMaker.,458.0,41,True,2024-09-12 20:47:49.000,2.232.0,605.0,sagemaker,conda-forge/sagemaker-python-sdk,,"['mxnet', 'tensorflow']",,31228508.0,4532.0,4389.0,https://pypi.org/project/sagemaker,2024-09-12 20:47:49.000,143.0,31206941.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1056797.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +56,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-05-02 16:09:06.000000,2023-01-30 18:15:21,1757.0,,8590.0,1059.0,1452.0,102.0,1722.0,34503.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,,,,4039520.0,58444.0,56896.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,4033540.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,316958.0,1.0,,,,,,1.0,,,,,,,,,,,,,,,,,, +57,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-09-19 06:59:21.000000,2024-09-19 06:59:21,2788.0,20.0,7546.0,608.0,2233.0,222.0,1593.0,26122.0,The fastai deep learning library.,670.0,40,True,2024-08-27 06:50:53.000,2.7.17,151.0,fastai,,,['pytorch'],,336934.0,18945.0,18641.0,https://pypi.org/project/fastai,2024-08-27 06:50:53.000,304.0,336934.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +58,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-09-17 23:01:19.000000,2024-09-17 11:43:07,7621.0,73.0,3615.0,252.0,3126.0,1023.0,2654.0,20975.0,Graph Neural Network Library for PyTorch.,518.0,40,True,2024-09-13 06:51:06.000,2.6.0,45.0,torch-geometric,conda-forge/pytorch_geometric,,['pytorch'],,417870.0,6804.0,6464.0,https://pypi.org/project/torch-geometric,2024-09-13 06:51:06.000,340.0,416172.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-09-13 10:30:18.649,84915.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +59,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,8.0,4374.0,430.0,1708.0,384.0,1465.0,15567.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,,,4724.0,4445316.0,65717.0,64351.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1366.0,4412409.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1380279.0,1.0,,,,,,,,piskvorky/gensim,,,,,,,,,,,,,,,, +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-09-18 23:35:09.000000,2024-09-18 23:35:09,994.0,76.0,1629.0,129.0,902.0,359.0,661.0,14052.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,150.0,40,True,2024-09-13 01:54:43.000,1.4.15,70.0,albumentations,conda-forge/albumentations,,['pytorch'],,4438455.0,27560.0,26991.0,https://pypi.org/project/albumentations,2024-09-13 01:54:43.000,569.0,4434592.0,https://anaconda.org/conda-forge/albumentations,2024-08-20 07:47:48.612,193173.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-09-11 22:57:26.780000,2024-09-07 17:29:40,8277.0,14.0,3366.0,480.0,717.0,53.0,2171.0,13426.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,,,25492.0,254142.0,30317.0,30104.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,237166.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,854124.0,2.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-09-17 04:50:52.000000,2024-08-12 05:35:33,1813.0,33.0,762.0,119.0,642.0,35.0,943.0,8893.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,93.0,40,True,2024-08-08 16:56:21.000,0.20.0,97.0,tokenizers,conda-forge/tokenizers,,,57.0,29681771.0,102908.0,101996.0,https://pypi.org/project/tokenizers,2024-08-08 16:55:26.000,912.0,29641114.0,https://anaconda.org/conda-forge/tokenizers,2024-08-12 03:17:57.893,2032824.0,1.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,2024-09-19 15:06:02.000000,2024-09-19 01:01:34,10112.0,273.0,1351.0,133.0,1262.0,146.0,990.0,8584.0,A PyTorch-based Speech Toolkit.,240.0,40,True,2024-02-26 20:55:33.000,1.0.0,17.0,speechbrain,,,['pytorch'],,3295021.0,2309.0,2247.0,https://pypi.org/project/speechbrain,2024-09-02 14:25:26.000,62.0,3295021.0,,,,1.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-09-18 17:13:16.000000,2024-09-18 17:13:16,1568.0,96.0,928.0,96.0,1536.0,130.0,1456.0,7696.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",289.0,40,True,2024-09-05 16:45:17.000,0.34.2,60.0,accelerate,conda-forge/accelerate,,['pytorch'],,7007570.0,52128.0,50677.0,https://pypi.org/project/accelerate,2024-09-13 12:50:42.000,1451.0,7001664.0,https://anaconda.org/conda-forge/accelerate,2024-09-06 14:22:25.390,206716.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-09-17 20:04:25.000000,2024-09-17 09:07:00,2311.0,40.0,565.0,90.0,879.0,288.0,949.0,3838.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,,,3643.0,32759039.0,82328.0,79393.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,32549508.0,https://anaconda.org/conda-forge/shapely,2024-09-03 20:47:21.021,10261935.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,2024-09-19 08:13:51.000000,2024-09-17 17:32:55,5889.0,102.0,717.0,56.0,5145.0,1575.0,2368.0,1569.0,A distributed task scheduler for Dask.,329.0,40,True,2024-09-13 21:27:35.000,2024.9.0,239.0,distributed,conda-forge/distributed,,,,5304748.0,37224.0,36403.0,https://pypi.org/project/distributed,2024-09-13 21:27:35.000,821.0,5018956.0,https://anaconda.org/conda-forge/distributed,2024-09-13 22:57:54.097,14861234.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +67,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-09-18 23:03:47.000000,2024-09-18 23:03:46,8587.0,42.0,2218.0,211.0,4200.0,23.0,1936.0,20936.0,Build multimodal AI applications with cloud-native stack.,177.0,39,True,2024-09-18 19:05:39.000,3.27.11,2475.0,jina,conda-forge/jina-core,,,,116041.0,1791.0,1764.0,https://pypi.org/project/jina,2024-09-18 18:58:05.000,27.0,83026.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,74138.0,2.0,jinaai/jina,https://hub.docker.com/r/jinaai/jina,2024-09-18 19:14:47.924318,8.0,1702612.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,2024-09-16 12:14:44.000000,2024-03-21 15:05:22,32610.0,,4591.0,352.0,6372.0,124.0,6642.0,18646.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",597.0,39,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,['tensorflow'],,154412.0,4518.0,4458.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,154412.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +69,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-09-17 20:06:54.000000,2024-08-30 09:20:57,6142.0,145.0,2088.0,201.0,1227.0,110.0,2215.0,13818.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,270.0,39,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,['pytorch'],,89163.0,3658.0,3517.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,141.0,88542.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,31065.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-09-19 09:05:11.000000,2024-09-19 09:05:11,4400.0,263.0,2997.0,172.0,5030.0,524.0,2354.0,13375.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,39,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,106071.0,444.0,296.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,106071.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-09-18 05:19:00.000000,2024-09-18 04:41:37,28983.0,329.0,805.0,127.0,6329.0,636.0,1755.0,8267.0,NumPy & SciPy for GPU.,386.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,,,182802.0,128642.0,2516.0,2247.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,36186.0,https://anaconda.org/conda-forge/cupy,2024-08-22 12:51:10.755,4629032.0,1.0,cupy/cupy,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,66656.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,2024-09-18 21:03:45.000000,2024-09-18 07:50:20,4897.0,255.0,1318.0,102.0,4194.0,937.0,1566.0,7753.0,A unified framework for machine learning with time series.,389.0,39,True,2024-09-10 06:38:13.000,0.33.0,80.0,sktime,conda-forge/sktime-all-extras,,['sklearn'],97.0,733989.0,3361.0,3241.0,https://pypi.org/project/sktime,2024-09-10 06:38:13.000,120.0,707417.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-09-07 16:29:31.495,1009717.0,1.0,,,,,,,,sktime/sktime,,,,,,,,,,,,,,,, +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-09-17 10:48:49.000000,2024-09-17 10:48:48,2020.0,28.0,919.0,104.0,1686.0,440.0,1261.0,4445.0,Python tools for geographic data.,234.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,['pandas'],2673.0,7010635.0,43214.0,40445.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2769.0,6932897.0,https://anaconda.org/conda-forge/geopandas,2024-07-02 15:18:57.572,3963270.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,2024-09-19 13:50:20.000000,2024-09-19 10:26:35,6481.0,132.0,1533.0,109.0,4420.0,689.0,742.0,4275.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",313.0,39,True,2024-06-05 08:15:47.000,4.9.6,39.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,['tensorflow'],,1519406.0,19601.0,19272.0,https://pypi.org/project/tensorflow-datasets,2024-06-05 08:15:42.000,329.0,1518547.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,34365.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-09-18 18:48:24.000000,2024-09-18 18:48:24,18119.0,111.0,1306.0,82.0,8006.0,527.0,4360.0,2666.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,378.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,145070.0,4747.0,4365.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,382.0,136971.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,421193.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +76,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-09-19 11:32:29.000000,2024-09-19 11:31:33,35839.0,343.0,13217.0,947.0,25346.0,1220.0,,23852.0,Apache Flink Python API.,1912.0,38,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,100709.0,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,100709.0,,,,2.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,,6800.0,1068.0,11114.0,1804.0,7751.0,20769.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",981.0,38,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,['mxnet'],27499.0,531365.0,7616.0,7490.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,530955.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11079.0,2.0,,,,,,,,apache/mxnet,,,,,,,,,6.0,,,,,,, +78,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,,1540.0,257.0,683.0,473.0,1058.0,12366.0,Video editing with Python.,161.0,38,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,1300415.0,45986.0,45062.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,924.0,1297324.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,265882.0,1.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-09-01 15:52:35.000000,2024-08-18 00:47:35,986.0,22.0,1157.0,125.0,307.0,34.0,710.0,10089.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,,,41151.0,21426430.0,78818.0,77086.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,21405366.0,https://anaconda.org/conda-forge/sentencepiece,2024-08-23 08:25:25.532,1025083.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-09-16 21:17:22.000000,2024-09-15 12:06:03,2799.0,47.0,955.0,127.0,1933.0,287.0,656.0,9817.0,Geometric Computer Vision Library for Spatial AI.,267.0,38,True,2024-06-28 15:16:20.000,0.7.3,40.0,kornia,conda-forge/kornia,,['pytorch'],1402.0,1839425.0,11929.0,11667.0,https://pypi.org/project/kornia,2024-06-28 15:16:20.000,262.0,1836155.0,https://anaconda.org/conda-forge/kornia,2024-06-28 20:04:02.857,146305.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +81,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-08-30 03:35:21.000000,2024-08-30 03:34:11,5357.0,89.0,1748.0,135.0,1020.0,365.0,1948.0,8827.0,"An open-source, low-code machine learning library in Python.",141.0,38,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,706.0,268879.0,6356.0,6325.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,267753.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,54499.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +82,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-09-04 07:45:40.000000,2024-09-04 07:45:33,1880.0,8.0,2220.0,162.0,867.0,88.0,1034.0,6856.0,Python Data. Leaflet.js Maps.,170.0,38,True,2024-06-16 15:22:45.000,0.17.0,32.0,folium,conda-forge/folium,,,,1553358.0,43470.0,42741.0,https://pypi.org/project/folium,2024-06-16 15:22:45.000,729.0,1483933.0,https://anaconda.org/conda-forge/folium,2024-06-17 06:35:28.582,3054732.0,2.0,,,,,,-1.0,,,,,,,,,,,,,,,,,, +83,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-09-19 13:05:00.000000,2024-09-18 13:52:33,4728.0,238.0,476.0,35.0,3663.0,602.0,1126.0,2610.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,163.0,38,True,2024-07-22 04:26:19.000,0.44.1,98.0,pyvista,conda-forge/pyvista,,['jupyter'],810.0,279170.0,3949.0,3422.0,https://pypi.org/project/pyvista,2024-07-20 05:33:22.000,527.0,268387.0,https://anaconda.org/conda-forge/pyvista,2024-07-20 12:44:44.232,549496.0,2.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-09-19 13:31:16.000000,2024-09-18 14:11:43,1561.0,110.0,516.0,58.0,1505.0,148.0,790.0,1985.0,The official Python client for the Huggingface Hub.,196.0,38,True,2024-09-17 16:36:52.000,0.25.0,126.0,huggingface_hub,conda-forge/huggingface_hub,,,,42337297.0,1751.0,,https://pypi.org/project/huggingface_hub,2024-09-17 16:34:23.000,1751.0,42287834.0,https://anaconda.org/conda-forge/huggingface_hub,2024-09-18 14:43:22.572,2126942.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-08-19 12:09:51.456000,2024-08-19 02:35:18,1541.0,8.0,291.0,31.0,494.0,98.0,507.0,1460.0,Python library for reading and writing image data.,114.0,38,True,2024-08-19 02:35:29.000,2.35.1,94.0,imageio,conda-forge/imageio,,,1191.0,27549494.0,142775.0,140386.0,https://pypi.org/project/imageio,2024-08-19 02:35:25.000,2389.0,27411534.0,https://anaconda.org/conda-forge/imageio,2024-08-19 12:09:51.456,6897183.0,1.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-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1281.0,167.0,674.0,227.0,33108.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,,,,1396362.0,31743.0,30913.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,830.0,1394556.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,160820.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +87,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,,9357.0,368.0,3155.0,1751.0,6709.0,29120.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,['pytorch'],,184817.0,3038.0,2957.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,81.0,184817.0,,,,2.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-09-19 02:06:31.000000,2024-09-19 02:06:00,8459.0,331.0,2743.0,299.0,225.0,20.0,1108.0,27598.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-09-18 02:06:12.000,7.8.9,666.0,netron,,,"['pytorch', 'tensorflow']",27184.0,63839.0,642.0,559.0,https://pypi.org/project/netron,2024-09-18 02:06:12.000,83.0,36655.0,,,,1.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-09-18 07:38:07.000000,2024-09-18 07:38:07,2334.0,38.0,5316.0,511.0,175.0,1115.0,1371.0,22864.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'],4646377.0,586058.0,2725.0,2696.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,29.0,312742.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +90,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-07-10 02:16:05.000000,2024-06-20 12:51:40,1687.0,,2841.0,378.0,467.0,7.0,1895.0,14776.0,Python Echarts Plotting Library.,44.0,37,True,2024-06-20 15:50:49.000,2.0.6,74.0,pyecharts,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],68.0,138788.0,4638.0,4429.0,https://pypi.org/project/pyecharts,2024-06-20 15:48:17.000,209.0,138785.0,,,,2.0,,,,,,-1.0,,,,,,,,,,,,,,,,,, +91,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,230.0,340.0,304.0,225.0,14345.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,,,,533914.0,21928.0,21663.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,531116.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,176277.0,2.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-09-17 15:19:25.000000,2024-09-17 15:18:20,1482.0,32.0,1666.0,152.0,808.0,234.0,571.0,12393.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,130.0,37,True,2024-09-07 09:50:39.000,4.10.0,63.0,pandas-profiling,conda-forge/pandas-profiling,,"['jupyter', 'pandas']",165.0,328939.0,4344.0,4161.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,324179.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,461664.0,2.0,,,,,,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +93,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-09-06 08:28:43.000000,2024-09-06 08:28:36,1633.0,113.0,1990.0,144.0,234.0,9.0,1096.0,11814.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",66.0,37,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,91122.0,4072.0,4030.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,42.0,91122.0,,,,2.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,,2483.0,539.0,4119.0,694.0,2087.0,9891.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,,,,110325.0,15650.0,15478.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,85367.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2445912.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-09-19 14:51:16.000000,2024-09-19 12:37:02,32880.0,2253.0,1992.0,198.0,5815.0,40.0,3389.0,9434.0,Perform data science on data that remains in someone elses server.,515.0,37,True,2024-09-04 20:09:29.000,0.9.1,315.0,syft,,,['pytorch'],2140.0,14872.0,4.0,1.0,https://pypi.org/project/syft,2024-09-15 12:49:26.000,3.0,14658.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +96,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-09-16 22:16:29.000000,2024-08-07 18:02:18,598.0,11.0,1129.0,262.0,192.0,106.0,171.0,9092.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,121.0,3029751.0,42874.0,42493.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,381.0,3027036.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,263398.0,1.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,2024-09-06 16:48:34.000000,2024-09-05 19:08:20,1865.0,46.0,1356.0,143.0,248.0,221.0,146.0,8451.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",60.0,37,True,2024-09-06 03:26:33.000,2.0.2,94.0,pyod,conda-forge/pyod,,,,661470.0,4288.0,4175.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,659161.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,120073.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +98,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-09-17 19:59:34.000000,2024-09-09 17:12:14,22096.0,467.0,2146.0,182.0,3360.0,341.0,2076.0,8308.0,End-to-End Speech Processing Toolkit.,447.0,37,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,81.0,30169.0,385.0,373.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,30168.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +99,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-09-19 08:54:58.000000,2024-09-18 13:43:35,4682.0,169.0,623.0,86.0,2557.0,262.0,731.0,5957.0,Flax is a neural network library for JAX that is designed for flexibility.,236.0,37,True,2024-08-27 17:51:42.000,0.9.0,47.0,flax,conda-forge/flax,,['jax'],51.0,715126.0,9620.0,9160.0,https://pypi.org/project/flax,2024-08-27 17:51:42.000,460.0,713448.0,https://anaconda.org/conda-forge/flax,2024-08-27 20:55:17.110,70491.0,2.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,2024-09-10 14:00:56.000000,2024-09-08 06:20:16,4165.0,77.0,1096.0,153.0,1717.0,416.0,895.0,3850.0,Fast data visualization and GUI tools for scientific / engineering applications.,287.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,292941.0,11225.0,10220.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1005.0,281346.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,591365.0,2.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,2024-09-19 12:34:17.000000,2024-09-19 12:34:16,10834.0,33.0,401.0,59.0,3062.0,1101.0,2217.0,2689.0,"With Holoviews, your data visualizes itself.",144.0,37,True,2024-08-01 13:45:47.955,3.0.3,168.0,holoviews,conda-forge/holoviews,,['jupyter'],,702030.0,12426.0,12032.0,https://pypi.org/project/holoviews,2024-07-31 08:09:44.000,389.0,666984.0,https://anaconda.org/conda-forge/holoviews,2024-07-07 07:21:50.008,1775262.0,2.0,,,,,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,237.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,2024-09-18 10:55:04.549000,2024-09-10 03:59:11,3887.0,35.0,525.0,146.0,1196.0,134.0,1672.0,2223.0,Rasterio reads and writes geospatial raster datasets.,158.0,37,True,2024-09-04 04:51:20.000,1.3.11,162.0,rasterio,conda-forge/rasterio,,,930.0,3156321.0,14419.0,13013.0,https://pypi.org/project/rasterio,2024-09-10 16:34:32.000,1406.0,3076069.0,https://anaconda.org/conda-forge/rasterio,2024-09-18 10:55:04.549,3530760.0,2.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-09-18 16:21:50.000000,2024-09-18 16:21:50,10361.0,50.0,576.0,70.0,2487.0,281.0,1812.0,1165.0,Machine learning for NeuroImaging in Python.,241.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,['sklearn'],209.0,60840.0,3727.0,3436.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,291.0,54489.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,291938.0,1.0,,,,,,1.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-09-18 13:16:30.929000,2024-09-16 20:33:38,1561.0,28.0,202.0,47.0,604.0,31.0,772.0,1149.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,,,,5205531.0,22718.0,22446.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,272.0,5086170.0,https://anaconda.org/conda-forge/fiona,2024-09-18 13:16:30.929,5968074.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +105,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,7.0,2222.0,334.0,1601.0,405.0,1860.0,14166.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,,,,,148851.0,1256.0,1223.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,148851.0,,,,2.0,,,,,,,stable/horovod,,,,,,,,,,,,,,,,, +106,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,2024-09-19 05:19:06.000000,2024-09-19 04:04:47,18629.0,333.0,5801.0,70.0,11734.0,937.0,15949.0,14029.0,Convert Machine Learning Code Between Frameworks.,1479.0,36,True,2023-06-29 19:33:01.167,0.0.0,123.0,ivy,,,,,2518.0,12.0,,https://pypi.org/project/ivy,2024-08-09 04:51:17.000,12.0,2518.0,,,,2.0,,,,,,,,ivy-llc/ivy,,,,,,,,,,,,,,,, +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,,2243.0,280.0,3096.0,91.0,2477.0,11732.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'],66.0,81779.0,4337.0,4212.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,79627.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,148520.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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-09-19 14:30:41.000000,2024-09-19 14:30:38,7134.0,512.0,2376.0,202.0,7598.0,133.0,2184.0,11547.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",346.0,36,True,2024-08-15 21:55:14.000,r2.0.0rc1,74.0,nemo-toolkit,,,['pytorch'],242545.0,83379.0,34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-08-15 22:05:43.000,13.0,79337.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +109,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-09-19 14:48:21.000000,2024-09-13 19:07:25,6293.0,52.0,3561.0,244.0,1688.0,1079.0,4422.0,11120.0,Open-source simulator for autonomous driving research.,193.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,10686.0,812.0,801.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,10686.0,,,,1.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-09-17 07:29:52.000000,2024-09-17 07:23:50,696.0,19.0,344.0,67.0,124.0,35.0,148.0,8367.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",28.0,36,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,5095118.0,47213.0,45173.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5089386.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,269446.0,2.0,,,,,,1.0,,,,,,,,,,,,,,,,,, +111,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-09-19 15:03:38.000000,2024-09-18 14:48:55,21164.0,588.0,537.0,56.0,3301.0,524.0,1050.0,8112.0,"Visualize, create, and debug image and video datasets and model predictions.",133.0,36,True,2024-09-06 18:49:57.000,0.25.1,146.0,fiftyone,,,"['tensorflow', 'pytorch', 'jupyter']",,99406.0,710.0,689.0,https://pypi.org/project/fiftyone,2024-09-06 18:11:54.000,21.0,99406.0,,,,2.0,,,,,,1.0,,,,,,,,,,,,,,,,,, +112,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-09-16 21:28:38.000000,2024-09-16 21:28:36,1438.0,18.0,905.0,214.0,237.0,178.0,242.0,6943.0,Efficiently computes derivatives of NumPy code.,59.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,1993338.0,9750.0,9467.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,1975788.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,473868.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-09-18 10:46:06.000000,2024-09-18 08:52:37,3136.0,87.0,1038.0,89.0,3470.0,343.0,2755.0,5703.0,AI Toolkit for Healthcare Imaging.,204.0,36,True,2024-06-26 07:23:34.000,1.3.2,97.0,monai,conda-forge/monai,,['pytorch'],,176070.0,2917.0,2804.0,https://pypi.org/project/monai,2024-09-16 07:38:00.000,113.0,175178.0,https://anaconda.org/conda-forge/monai,2024-06-26 07:27:45.102,29446.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +114,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-09-17 00:29:05.000000,2024-09-16 16:56:48,10531.0,49.0,1661.0,144.0,2428.0,635.0,1237.0,5400.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",247.0,36,True,2024-04-03 16:21:23.000,2.8.0,919.0,deepchem,conda-forge/deepchem,,['tensorflow'],,37175.0,441.0,428.0,https://pypi.org/project/deepchem,2024-09-17 00:29:05.000,13.0,35026.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,109610.0,1.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-09-12 21:26:35.000000,2024-09-12 19:53:51,5342.0,17.0,275.0,78.0,796.0,18.0,128.0,2819.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,36,True,2024-09-12 21:26:35.000,9.1.1,239.0,thinc,conda-forge/thinc,,,235.0,10800384.0,52992.0,52854.0,https://pypi.org/project/thinc,2024-09-12 21:26:35.000,138.0,10741406.0,https://anaconda.org/conda-forge/thinc,2024-07-14 15:52:37.957,3066763.0,2.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-09-19 15:14:47.000000,2024-09-19 14:03:24,4535.0,237.0,586.0,46.0,4959.0,300.0,1074.0,2276.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",184.0,36,True,2024-09-12 16:21:00.000,0.38.1,59.0,pennylane,conda-forge/pennylane,,,89.0,71484.0,1174.0,1061.0,https://pypi.org/project/pennylane,2024-09-12 16:21:00.000,113.0,67272.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,143182.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +117,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-09-18 09:29:00.000000,2024-09-17 21:11:55,1924.0,105.0,393.0,30.0,1658.0,82.0,781.0,2080.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",249.0,36,True,2024-09-13 20:01:21.000,1.4.2,48.0,metrics,conda-forge/torchmetrics,,['pytorch'],5534.0,41186.0,29999.0,29997.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,3967.0,https://anaconda.org/conda-forge/torchmetrics,2024-09-14 06:48:05.562,1557711.0,2.0,,,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +118,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-09-16 15:31:24.000000,2024-09-11 16:02:11,1562.0,14.0,390.0,47.0,1511.0,176.0,685.0,1586.0,Exploratory analysis of Bayesian models with Python.,161.0,36,True,2024-07-19 19:33:56.000,0.19.0,38.0,arviz,conda-forge/arviz,,,146.0,1709761.0,7830.0,7541.0,https://pypi.org/project/arviz,2024-07-19 19:33:56.000,289.0,1667339.0,https://anaconda.org/conda-forge/arviz,2024-07-20 08:30:56.752,2205868.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +119,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,,13413.0,1566.0,232.0,785.0,588.0,52898.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'],1385.0,126006.0,3317.0,3201.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,125445.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,26214.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +120,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,,4001.0,281.0,745.0,72.0,1025.0,33512.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,"['pytorch', 'tensorflow']",3107415.0,174887.0,1736.0,1685.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,51.0,100423.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,16761.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +121,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-09-09 19:31:53.000000,2024-07-22 08:17:18,2324.0,1.0,6351.0,429.0,1342.0,1271.0,3049.0,30185.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,427.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,['pytorch'],353.0,167841.0,3639.0,3522.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,166005.0,https://anaconda.org/conda-forge/fairseq,2024-05-17 03:12:57.351,91642.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +122,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,25854.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,,,,1725232.0,6824.0,6577.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1723140.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,100416.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +123,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-09-17 02:40:39.000000,2024-09-11 08:45:28,9010.0,87.0,3026.0,273.0,1287.0,159.0,701.0,18834.0,Best Practices on Recommendation Systems.,136.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,564.0,32964.0,123.0,119.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,32956.0,,,,1.0,,,,,,,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +124,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-09-19 14:59:37.000000,2024-09-19 14:59:35,3659.0,183.0,1825.0,133.0,3994.0,120.0,3403.0,16794.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",262.0,35,True,2024-09-10 14:08:08.000,2.5.1,100.0,haystack,,,,,5855.0,510.0,505.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5855.0,,,,2.0,,,,,,-1.0,,,,,,,,,,,,,,,,,, +125,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,4.0,1144.0,319.0,268.0,56.0,343.0,13114.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,89.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,1098497.0,4446.0,4248.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,198.0,1087745.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,516123.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +126,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,,5131.0,383.0,717.0,643.0,1362.0,12865.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,,,3941619.0,337042.0,1625.0,1435.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,190.0,296733.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,246591.0,2.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-09-09 16:18:55.000000,2024-09-09 16:18:47,2658.0,55.0,665.0,101.0,493.0,595.0,1262.0,9410.0,An open source multi-tool for exploring and publishing data.,80.0,35,True,2024-06-21 23:45:38.000,0.64.8,152.0,datasette,conda-forge/datasette,,,67.0,56603.0,1733.0,1322.0,https://pypi.org/project/datasette,2024-09-06 04:05:34.000,411.0,55542.0,https://anaconda.org/conda-forge/datasette,2024-06-24 15:27:37.980,43497.0,2.0,,,,,,,,,,,,,,datasette,,,,,,,,,, +128,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,,1020.0,133.0,233.0,360.0,274.0,8785.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,,,,5741579.0,68962.0,67622.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1340.0,5739912.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,115058.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +129,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-09-19 14:14:45.000000,2024-09-19 05:44:30,39443.0,491.0,883.0,152.0,10409.0,1052.0,5459.0,8267.0,cuDF - GPU DataFrame Library.,294.0,35,True,2024-09-17 00:25:17.000,24.08.03,54.0,cudf,,,,,3101.0,79.0,57.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3101.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +130,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-09-19 09:19:48.000000,2024-09-18 04:32:50,3246.0,98.0,775.0,78.0,3648.0,169.0,914.0,6989.0,"The easiest way to serve AI apps and models - Build reliable Inference APIs, LLM apps, Multi-model chains, RAG..",208.0,35,True,2024-09-10 06:35:47.000,1.3.5,160.0,bentoml,,,,1188.0,111199.0,2062.0,2035.0,https://pypi.org/project/bentoml,2024-09-10 06:35:47.000,27.0,111177.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +131,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-09-19 15:39:11.000000,2024-09-18 23:14:28,32516.0,48.0,1994.0,383.0,6871.0,2834.0,6657.0,6864.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",268.0,35,True,,,155.0,h2o,,,,,298041.0,67.0,21.0,https://pypi.org/project/h2o,2024-08-29 13:55:23.000,46.0,298041.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +132,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-05-28 15:38:50.650000,2024-05-28 14:28:56,865.0,,1275.0,142.0,500.0,44.0,562.0,6805.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,35,True,2024-05-28 15:13:16.000,0.12.3,37.0,imbalanced-learn,conda-forge/imbalanced-learn,,['sklearn'],,11142593.0,32398.0,31960.0,https://pypi.org/project/imbalanced-learn,2024-05-28 15:11:10.000,438.0,11130587.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-05-28 15:38:50.650,612328.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +133,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-09-18 13:08:41.000000,2024-09-18 13:05:53,30343.0,316.0,1590.0,183.0,2175.0,24.0,1611.0,5023.0,"mlpack: a fast, header-only C++ machine learning library.",322.0,35,True,2024-09-18 13:09:07.000,4.5.0,48.0,mlpack,conda-forge/mlpack,,,,8635.0,4.0,,https://pypi.org/project/mlpack,2024-07-25 00:43:07.000,4.0,3880.0,https://anaconda.org/conda-forge/mlpack,2024-05-29 13:49:41.651,242520.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,2024-09-19 00:15:40.000000,2024-09-14 10:06:56,1723.0,18.0,609.0,59.0,1871.0,155.0,1266.0,4513.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,634.0,35,True,2024-08-13 12:47:02.000,0.5.1,1743.0,pytorch-ignite,pytorch/ignite,,['pytorch'],,153786.0,3286.0,3191.0,https://pypi.org/project/pytorch-ignite,2024-09-19 00:15:40.000,95.0,151164.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,196663.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +135,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,2.0,833.0,91.0,217.0,124.0,685.0,4441.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,,,,,17674341.0,451401.0,441045.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,17674341.0,,,,2.0,,,,,,-1.0,,,,,,,,,,,,,,,,,, +136,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-09-18 16:48:16.000000,2024-09-17 18:08:30,1181.0,22.0,627.0,123.0,924.0,350.0,1090.0,4331.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",176.0,35,True,2024-09-16 20:50:54.000,8.0,50.0,coremltools,conda-forge/coremltools,,,11005.0,494564.0,4199.0,4118.0,https://pypi.org/project/coremltools,2024-09-16 21:06:12.000,81.0,492959.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,69314.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +137,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-09-09 14:57:15.000000,2024-09-09 14:57:13,12169.0,24.0,1094.0,163.0,465.0,682.0,754.0,4237.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,35,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,['tensorflow'],,1527073.0,611.0,1.0,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,610.0,1523744.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,143155.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +138,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-09-18 18:30:33.000000,2024-09-18 14:10:48,3870.0,76.0,841.0,57.0,1691.0,400.0,1263.0,4188.0,"Serve, optimize and scale PyTorch models in production.",214.0,35,True,2024-07-18 18:56:54.000,0.11.1,25.0,torchserve,pytorch/torchserve,,['pytorch'],6214.0,80423.0,739.0,717.0,https://pypi.org/project/torchserve,2024-07-18 17:19:00.000,22.0,52846.0,https://anaconda.org/pytorch/torchserve,2024-07-18 17:18:59.921,257631.0,2.0,pytorch/torchserve,https://hub.docker.com/r/pytorch/torchserve,2024-07-18 18:10:34.554819,28.0,1333431.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,2024-09-17 16:27:38.000000,2024-08-01 18:14:49,2387.0,17.0,210.0,63.0,145.0,90.0,587.0,3971.0,A Grammar of Graphics for Python.,111.0,35,True,2024-05-10 08:15:43.000,0.13.6,27.0,plotnine,conda-forge/plotnine,,,,2887437.0,8986.0,8679.0,https://pypi.org/project/plotnine,2024-05-09 20:44:49.000,307.0,2879603.0,https://anaconda.org/conda-forge/plotnine,2024-05-10 08:18:51.149,399571.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,2024-09-19 15:24:32.000000,2024-09-01 18:18:11,8568.0,25.0,707.0,97.0,13314.0,42.0,853.0,3812.0,State of the Art Natural Language Processing.,113.0,35,True,2024-08-29 12:23:33.000,5.4.2,147.0,spark-nlp,,,['spark'],,3998851.0,536.0,499.0,https://pypi.org/project/spark-nlp,2024-09-06 10:53:18.000,37.0,3998851.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,2024-09-19 11:34:36.000000,2024-09-14 09:02:47,2314.0,5.0,641.0,73.0,2894.0,249.0,726.0,2486.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",227.0,35,True,2024-09-04 20:06:34.000,2.4.1,37.0,torchaudio,,,['pytorch'],,5548850.0,1263.0,,https://pypi.org/project/torchaudio,2024-09-04 19:15:37.000,1263.0,5548850.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +142,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-09-19 09:39:33.000000,2024-09-06 15:46:30,4383.0,77.0,1079.0,151.0,1300.0,71.0,683.0,1872.0,Documentation and samples for ArcGIS API for Python.,91.0,35,True,2024-07-09 18:02:58.000,2.3.1,49.0,arcgis,,,,12160.0,74380.0,863.0,823.0,https://pypi.org/project/arcgis,2024-07-09 17:29:35.000,40.0,74254.0,,,,2.0,esridocker/arcgis-api-python-notebook,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,,,,,,,,,,,,,,,,,,, +143,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-09-19 15:31:03.000000,2024-09-19 08:47:10,1823.0,117.0,173.0,30.0,1775.0,91.0,190.0,1207.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,82.0,35,True,2024-09-18 12:49:48.000,2024.7.0,30.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,['sklearn'],,97333.0,12085.0,12030.0,https://pypi.org/project/scikit-learn-intelex,2024-09-17 16:36:34.000,55.0,89073.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-08-20 09:58:15.356,338695.0,1.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-09-18 18:08:56.919000,2024-09-16 21:02:10,1569.0,17.0,211.0,34.0,704.0,32.0,586.0,1042.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,65.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,9088035.0,35266.0,33565.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,1701.0,8916913.0,https://anaconda.org/conda-forge/pyproj,2024-09-18 18:08:56.919,8556125.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +145,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-09-08 13:45:03.000000,2024-09-07 19:21:20,5921.0,54.0,257.0,37.0,827.0,134.0,405.0,647.0,Python package to access a cacophony of neuro-imaging file formats.,105.0,35,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,848389.0,22586.0,21434.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1152.0,833318.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,768655.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +146,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-09-19 02:53:34.000000,2024-09-19 02:45:32,3699.0,260.0,4305.0,384.0,4171.0,415.0,1262.0,38624.0,"Making large AI models cheaper, faster and more accessible.",193.0,34,True,2024-09-19 02:53:35.000,0.4.4,44.0,,,,,,,413.0,413.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +147,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-09-09 22:31:14.000000,2024-09-09 22:27:36,1530.0,5.0,7384.0,386.0,681.0,519.0,3066.0,30006.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",272.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,['pytorch'],,8280.0,2023.0,2010.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,https://anaconda.org/conda-forge/detectron2,2024-08-26 11:04:11.128,414037.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,,3938.0,671.0,1678.0,149.0,1987.0,25095.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'],1180469.0,24617.0,474.0,450.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,8141.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3114.0,2.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-08-14 05:22:49.000000,2024-07-25 01:00:20,617.0,2.0,3090.0,315.0,258.0,416.0,594.0,23766.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2023-09-04 11:55:27.000,1.7.1,32.0,easyocr,,,,14463659.0,761563.0,8415.0,8210.0,https://pypi.org/project/easyocr,2023-09-04 11:55:27.000,205.0,477962.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +150,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,,4403.0,543.0,716.0,402.0,1283.0,14028.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,,,,,29424.0,5938.0,5920.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,29424.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +151,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-09-15 23:43:40.000000,2024-09-15 23:43:35,3868.0,33.0,986.0,136.0,180.0,110.0,1063.0,13651.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",100.0,34,True,2024-08-31 09:35:44.000,16.5.0,244.0,ocrmypdf,conda-forge/ocrmypdf,,,5028.0,130905.0,1018.0,984.0,https://pypi.org/project/ocrmypdf,2024-08-31 09:35:10.000,34.0,128730.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,76943.0,1.0,,,,,,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +152,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-09-19 14:04:56.000000,2024-09-18 04:01:15,2488.0,14.0,983.0,201.0,2322.0,258.0,846.0,8502.0,Deep universal probabilistic programming with Python and PyTorch.,156.0,34,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,['pytorch'],,342534.0,186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,337932.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,193296.0,1.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-09-05 15:50:55.744000,2024-08-01 18:55:53,10421.0,4.0,1926.0,352.0,3428.0,131.0,1138.0,8465.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,,,,48190.0,40.0,,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,43530.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-09-05 15:50:55.744,219040.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +154,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-09-19 07:22:20.000000,2024-09-19 07:22:19,1043.0,89.0,752.0,285.0,1383.0,314.0,416.0,8058.0,"Build and manage real-life ML, AI, and data science projects with ease!.",93.0,34,True,2024-09-16 18:11:37.000,2.12.20,144.0,metaflow,conda-forge/metaflow,,,,876418.0,766.0,721.0,https://pypi.org/project/metaflow,2024-09-16 18:11:37.000,45.0,872189.0,https://anaconda.org/conda-forge/metaflow,2024-09-17 05:12:56.084,211465.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +155,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-09-08 09:09:00.000000,2024-09-08 09:09:00,378.0,18.0,1525.0,129.0,157.0,12.0,349.0,7809.0,A Python implementation of global optimization with gaussian processes.,47.0,34,True,2024-07-10 12:02:35.000,1.5.1,16.0,bayesian-optimization,,,,156.0,455383.0,3076.0,2932.0,https://pypi.org/project/bayesian-optimization,2024-07-10 12:02:35.000,144.0,455382.0,,,,1.0,,,,,,1.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +156,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-08-18 00:48:19.000000,2024-08-18 00:48:18,1815.0,14.0,796.0,127.0,285.0,473.0,337.0,7365.0,Uniform Manifold Approximation and Projection.,134.0,34,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,1454120.0,959.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,958.0,1402935.0,https://anaconda.org/conda-forge/umap-learn,2024-08-14 17:32:09.484,2610453.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +157,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-09-19 00:14:50.000000,2024-09-12 23:27:08,4682.0,119.0,885.0,140.0,498.0,91.0,803.0,7222.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,,,,372876.0,3260.0,3085.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,372730.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7902.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +158,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-08-05 23:12:38.000000,2024-03-13 19:58:20,1220.0,,1045.0,121.0,276.0,174.0,503.0,7203.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,2149287.0,17297.0,16852.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,445.0,2138351.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,787438.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +159,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-09-11 20:27:12.000000,2024-09-11 20:27:12,1230.0,15.0,657.0,63.0,137.0,61.0,445.0,5950.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",42.0,34,True,2024-07-25 01:34:14.000,2.6.1,212.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,['pytorch'],,910650.0,1876.0,1826.0,https://pypi.org/project/pytorch-metric-learning,2024-07-25 01:34:14.000,50.0,910439.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11827.0,1.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,2023-08-28 17:18:20.000000,2022-10-17 02:18:00,30611.0,,1368.0,286.0,6588.0,12.0,2032.0,5885.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,,,,96436.0,3365.0,3307.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,96086.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,19271.0,2.0,,,,,,1.0,,,,,,,,,,,,,,,,,, +161,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-09-17 12:01:32.000000,2024-09-17 12:01:32,2424.0,49.0,643.0,95.0,272.0,484.0,562.0,5578.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",100.0,34,True,2024-08-27 19:48:22.000,1.16.4,170.0,clearml,,,,2779.0,335239.0,1323.0,1283.0,https://pypi.org/project/clearml,2024-09-11 11:45:08.000,40.0,334715.0,,,,2.0,allegroai/trains,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30247.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,2024-09-16 21:51:01.000000,2024-08-29 20:55:31,12385.0,56.0,1144.0,99.0,1376.0,154.0,757.0,4766.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",138.0,34,True,2024-07-03 17:29:44.000,1.18.1,60.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,30133.0,605.0,585.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-07-03 17:21:24.000,20.0,29172.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-09-12 19:33:28.595,48076.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +163,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-09-19 14:59:26.000000,2024-09-19 14:27:45,3389.0,245.0,353.0,30.0,3221.0,138.0,1983.0,3801.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,95.0,34,True,2024-09-19 14:59:38.000,2.2.0,100.0,rubrix,conda-forge/rubrix,,,,2076.0,2698.0,2698.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,994.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,35715.0,2.0,,,,,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +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,2024-09-16 19:59:27.000000,2024-09-16 19:59:26,7398.0,8.0,618.0,115.0,1184.0,353.0,1115.0,3295.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'],,262700.0,1852.0,1676.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,250277.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,595994.0,2.0,,,,,,-1.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,7.0,,,,,,,,,,, +165,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-09-18 13:03:11.000000,2024-09-17 15:36:10,1997.0,93.0,390.0,51.0,1744.0,65.0,463.0,3064.0,Bayesian optimization in PyTorch.,129.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,['pytorch'],,197531.0,1231.0,1147.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,195017.0,https://anaconda.org/conda-forge/botorch,2024-07-23 15:58:22.505,123228.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +166,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-09-19 13:20:50.000000,2024-09-18 20:48:34,1096.0,49.0,434.0,55.0,1277.0,417.0,415.0,2461.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,122.0,34,True,2024-09-10 21:37:01.000,1.22.0,70.0,optimum,conda-forge/optimum,,,,889379.0,3536.0,3378.0,https://pypi.org/project/optimum,2024-09-10 16:18:53.000,158.0,888586.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,23013.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +167,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-09-19 07:08:10.000000,2024-09-18 17:49:37,3265.0,182.0,301.0,69.0,2010.0,54.0,714.0,2347.0,Adaptive Experimentation Platform.,174.0,34,True,2024-07-23 19:26:30.000,0.4.1,42.0,ax-platform,conda-forge/ax-platform,,['pytorch'],,99014.0,847.0,797.0,https://pypi.org/project/ax-platform,2024-07-23 19:26:30.000,50.0,98332.0,https://anaconda.org/conda-forge/ax-platform,2024-07-24 14:52:58.388,26623.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +168,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-09-19 14:21:41.000000,2024-09-19 14:21:17,5289.0,94.0,542.0,19.0,1380.0,1110.0,682.0,2240.0,"This is the development home of the workflow management system Snakemake. For general information, see.",342.0,34,True,2024-09-09 16:05:08.000,8.20.3,356.0,snakemake,bioconda/snakemake,,,,113307.0,2300.0,2073.0,https://pypi.org/project/snakemake,2024-09-09 16:05:08.000,227.0,102418.0,https://anaconda.org/bioconda/snakemake,2024-09-09 17:00:51.616,1165144.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +169,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-09-10 22:49:32.000000,2024-09-10 22:48:11,5818.0,156.0,701.0,87.0,5997.0,245.0,857.0,2104.0,TFX is an end-to-end platform for deploying production ML pipelines.,189.0,34,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,['tensorflow'],,29654.0,1575.0,1558.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,29654.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +170,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-09-07 01:20:44.000000,2024-09-07 01:20:42,565.0,12.0,157.0,42.0,80.0,7.0,130.0,2041.0,a python library for doing approximate and phonetic matching of strings.,32.0,34,True,2024-07-28 08:19:05.000,1.1.0,44.0,jellyfish,conda-forge/jellyfish,,,,5358157.0,10719.0,10453.0,https://pypi.org/project/jellyfish,2024-07-28 08:19:05.000,266.0,5338505.0,https://anaconda.org/conda-forge/jellyfish,2024-09-06 22:00:00.405,1002274.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +171,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,,208.0,32.0,47.0,13.0,168.0,1622.0,Simple Python interface for Graphviz.,23.0,34,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,14643820.0,75406.0,72814.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2592.0,14643271.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,48925.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +172,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-09-18 16:35:11.000000,2024-09-18 16:35:10,3074.0,36.0,359.0,55.0,1187.0,312.0,970.0,1411.0,Cartopy - a cartographic python library with matplotlib support.,127.0,34,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,370032.0,6314.0,5614.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,700.0,292505.0,https://anaconda.org/conda-forge/cartopy,2024-09-12 21:24:51.674,4031412.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,2024-07-08 02:24:05.000000,2024-02-11 16:39:29,1856.0,,200.0,32.0,212.0,26.0,401.0,1396.0,The ctypes-based simple ImageMagick binding for Python.,104.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,49716.0,848976.0,19850.0,19596.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,254.0,847082.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,72273.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +174,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-09-16 13:17:44.000000,2024-09-04 13:45:43,2902.0,58.0,247.0,35.0,225.0,48.0,510.0,1282.0,Python interface for igraph.,75.0,34,False,2024-07-08 23:38:30.000,0.11.6,42.0,python-igraph,conda-forge/igraph,,,563847.0,403787.0,4501.0,4113.0,https://pypi.org/project/python-igraph,2024-07-08 23:38:30.000,388.0,385518.0,https://anaconda.org/conda-forge/igraph,2024-06-28 12:12:37.634,598179.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +175,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-09-17 00:22:09.000000,2024-09-05 06:54:23,889.0,8.0,335.0,42.0,1051.0,187.0,169.0,1222.0,Making text a first-class citizen in TensorFlow.,116.0,34,True,2024-07-15 22:42:38.000,2.17.0,71.0,tensorflow-text,,,['tensorflow'],,6493457.0,7544.0,7332.0,https://pypi.org/project/tensorflow-text,2024-07-15 22:26:08.000,212.0,6493457.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +176,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-09-19 11:58:30.000000,2024-09-19 11:42:56,18641.0,214.0,4794.0,398.0,5352.0,179.0,3788.0,26260.0,The platform for building AI from enterprise data.,838.0,33,False,2024-09-18 16:36:14.000,24.9.3.2,487.0,mindsdb,,,['pytorch'],,23354.0,,,https://pypi.org/project/mindsdb,2024-09-18 16:40:40.000,,23354.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +177,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-09-19 14:35:59.000000,2024-09-19 14:34:42,5990.0,1187.0,2842.0,274.0,5803.0,103.0,615.0,26175.0,You like pytorch? You like micrograd? You love tinygrad!.,335.0,33,True,2024-08-13 23:19:48.000,0.9.2,8.0,,,,['pytorch'],,,97.0,97.0,,,,,,,,1.0,,,,,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +178,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-09-19 11:04:23.000000,2024-09-17 15:04:40,3308.0,374.0,1331.0,120.0,3611.0,280.0,984.0,19854.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",120.0,33,True,2024-09-17 16:53:26.000,1.11.4,82.0,,,,,148142.0,3613.0,114.0,114.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +179,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-09-03 22:09:45.000000,2024-05-18 14:08:15,800.0,,4501.0,451.0,460.0,420.0,1730.0,18283.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,179.0,33,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,2752.0,339567.0,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,308928.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1254997.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,2024-07-25 20:32:21.000000,2021-07-29 23:17:25,531.0,,1795.0,263.0,117.0,120.0,535.0,11519.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,,,,393280.0,6485.0,6282.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,390830.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,227920.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +181,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-09-11 16:58:54.000000,2024-08-21 07:05:41,3857.0,4.0,1185.0,194.0,2865.0,361.0,766.0,11092.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'],,3880.0,277.0,271.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,3880.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +182,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-09-13 14:58:15.228000,2024-09-13 09:31:49,1175.0,13.0,1264.0,148.0,175.0,265.0,1334.0,8682.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,149.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,['pytorch'],,16289.0,973.0,959.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,12060.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,245306.0,2.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-08-13 19:06:58.000000,2024-08-13 19:06:55,544.0,1.0,2389.0,282.0,159.0,325.0,319.0,8329.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",51.0,33,True,2024-05-05 04:42:09.000,3.10.4,59.0,SpeechRecognition,conda-forge/speechrecognition,,,,1098607.0,585.0,21.0,https://pypi.org/project/SpeechRecognition,2024-05-05 04:36:10.000,564.0,1094496.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,201483.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +184,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-09-18 02:55:53.000000,2024-09-18 02:54:05,6081.0,86.0,1136.0,121.0,1708.0,98.0,693.0,8291.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",94.0,33,True,2024-09-03 06:53:38.000,3.0.3,130.0,perspective-python,conda-forge/perspective,,['jupyter'],3956.0,41501.0,172.0,142.0,https://pypi.org/project/perspective-python,2024-09-03 06:52:27.000,24.0,14011.0,https://anaconda.org/conda-forge/perspective,2024-09-17 18:01:52.950,1171025.0,2.0,,,,,,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-09-03 06:50:59.267,6.0,4247.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,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,7853.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,,,439.0,3162340.0,48761.0,48136.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,3138085.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1212533.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +186,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-09-19 09:04:39.000000,2024-09-18 23:53:49,2310.0,60.0,902.0,100.0,2586.0,350.0,1080.0,7678.0,Fast and Accurate ML in 3 Lines of Code.,125.0,33,True,2024-06-14 20:30:21.000,1.1.1,1610.0,autogluon,conda-forge/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",,109188.0,844.0,817.0,https://pypi.org/project/autogluon,2024-09-19 09:04:39.000,27.0,108104.0,https://anaconda.org/conda-forge/autogluon,2024-06-18 07:07:41.213,18449.0,1.0,autogluon/autogluon,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,10046.0,,,,,,,,,,,,,,,,,,, +187,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-09-16 17:03:56.000000,2024-06-21 13:43:40,1379.0,,869.0,156.0,1730.0,149.0,865.0,7198.0,An open source python library for automated feature engineering.,72.0,33,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,74518.0,1835.0,1761.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,70493.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,205296.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +188,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-09-09 18:22:59.000000,2024-09-09 18:22:58,3283.0,9.0,957.0,136.0,664.0,53.0,1157.0,7021.0,Python library for audio and music analysis.,123.0,33,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,2934054.0,1337.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1337.0,2917879.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,808770.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +189,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-09-19 10:45:06.000000,2024-09-19 10:45:05,3467.0,430.0,1239.0,249.0,9541.0,960.0,1583.0,6495.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, Phi, MiniCPM,..",108.0,33,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,629.0,19903.0,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,19896.0,,,,2.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,,, +190,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-09-18 23:13:20.000000,2024-09-18 21:09:06,3382.0,155.0,726.0,144.0,123.0,103.0,341.0,6219.0,Fit interpretable models. Explain blackbox machine learning.,46.0,33,True,2024-08-07 19:03:09.000,0.6.3,51.0,interpret,,,['jupyter'],,91932.0,786.0,737.0,https://pypi.org/project/interpret,2024-08-07 19:03:09.000,49.0,91932.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +191,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,,1118.0,191.0,238.0,277.0,285.0,5769.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,,,,286362.0,5460.0,5213.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,247.0,277084.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,436105.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +192,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-09-17 06:05:26.000000,2024-09-17 05:58:59,1128.0,31.0,483.0,267.0,813.0,230.0,338.0,4814.0,Model interpretability and understanding for PyTorch.,118.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,['pytorch'],,258812.0,2488.0,2362.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,256872.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,64050.0,1.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-08-14 15:31:25.000000,2023-11-23 21:41:49,1136.0,,644.0,89.0,271.0,41.0,253.0,4433.0,Geocoding library for Python.,133.0,33,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,77.0,5928697.0,879.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,879.0,5900373.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1444568.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +194,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-09-19 01:06:11.000000,2024-09-18 19:10:11,1320.0,26.0,268.0,39.0,472.0,100.0,237.0,3863.0,Lightning fast forecasting with statistical and econometric models.,44.0,33,True,2024-09-13 19:50:58.000,1.7.7.1,36.0,statsforecast,conda-forge/statsforecast,,,,783233.0,1167.0,1110.0,https://pypi.org/project/statsforecast,2024-09-13 19:39:07.000,57.0,780142.0,https://anaconda.org/conda-forge/statsforecast,2024-09-13 21:37:20.018,92735.0,1.0,,,,,,-1.0,,,,,,,,,,,,,,,,,, +195,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-09-03 22:54:33.000000,2024-08-06 01:28:54,637.0,16.0,119.0,75.0,75.0,13.0,129.0,3764.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",19.0,33,True,2024-08-06 01:36:27.000,6.2.3,53.0,ftfy,conda-forge/ftfy,,,6.0,5690798.0,23228.0,22670.0,https://pypi.org/project/ftfy,2024-08-06 01:30:44.000,558.0,5683988.0,https://anaconda.org/conda-forge/ftfy,2024-08-06 18:05:02.848,299651.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +196,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-09-16 01:55:17.000000,2024-09-16 01:55:17,1355.0,35.0,318.0,59.0,244.0,66.0,446.0,3622.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,33,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,299403.0,905.0,875.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,279391.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1020652.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,2024-09-19 11:34:41.000000,2024-08-14 20:32:21,1311.0,2.0,813.0,308.0,1470.0,331.0,518.0,3495.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'],,1087696.0,285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,1087696.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +198,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-09-13 12:32:29.000000,2024-09-13 12:32:27,1520.0,6.0,363.0,90.0,764.0,136.0,448.0,3298.0,Quickly and accurately render even the largest data.,56.0,33,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,151955.0,4953.0,4757.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,130422.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1119757.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +199,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-09-12 08:34:28.551000,2024-08-15 21:14:21,1029.0,20.0,492.0,56.0,145.0,358.0,170.0,2769.0,A high performance implementation of HDBSCAN clustering.,92.0,33,True,2024-08-05 22:10:29.000,release-0.8.38-1,54.0,hdbscan,conda-forge/hdbscan,,['sklearn'],,634169.0,4360.0,4029.0,https://pypi.org/project/hdbscan,2024-08-05 22:21:39.000,331.0,588853.0,https://anaconda.org/conda-forge/hdbscan,2024-09-12 08:34:28.551,2129872.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,322.0,393.0,2741.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,,,,864858.0,6893.0,6525.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,849705.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,742545.0,1.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-09-18 18:35:15.000000,2024-09-18 18:35:15,2987.0,18.0,698.0,74.0,895.0,293.0,633.0,2705.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",127.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,504.0,87951.0,1208.0,1155.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,87942.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,2024-09-05 19:07:36.000000,2024-09-05 19:07:36,2302.0,9.0,551.0,70.0,486.0,260.0,710.0,2342.0,Survival analysis in Python.,119.0,33,True,2024-06-26 15:36:45.000,0.29.0,171.0,lifelines,conda-forge/lifelines,,,,773937.0,3039.0,2891.0,https://pypi.org/project/lifelines,2024-06-26 15:36:45.000,148.0,766915.0,https://anaconda.org/conda-forge/lifelines,2024-06-27 16:03:16.815,365145.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-09-08 09:23:13.000000,2024-09-08 09:23:13,3746.0,31.0,191.0,49.0,1382.0,133.0,729.0,1994.0,Ahead of Time compiler for numeric kernels.,72.0,33,True,2024-05-28 05:22:14.000,0.16.1,61.0,pythran,conda-forge/pythran,,,,218056.0,2621.0,2602.0,https://pypi.org/project/pythran,2024-05-28 05:22:14.000,19.0,203388.0,https://anaconda.org/conda-forge/pythran,2024-09-03 03:38:51.615,704090.0,2.0,,,,,,,,,,,,,,,,,,,,,,pythran,python-pythran, +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-08-17 22:59:08.823000,2024-07-30 13:52:24,1606.0,12.0,285.0,56.0,142.0,83.0,191.0,1823.0,"CUDA integration for Python, plus shiny features.",82.0,33,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,67028.0,3263.0,3107.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,156.0,53624.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,562983.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +205,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-08-15 14:54:51.000000,2024-08-15 14:54:50,1948.0,56.0,288.0,44.0,286.0,58.0,212.0,1538.0,TensorLy: Tensor Learning in Python.,68.0,33,True,2024-06-09 17:29:20.000,0.8.2,20.0,tensorly,conda-forge/tensorly,,,,87181.0,836.0,744.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,92.0,79353.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,367958.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +206,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2024-08-21 06:38:39.000000,2024-07-22 07:57:37,1193.0,5.0,363.0,67.0,616.0,292.0,359.0,1484.0,A Jupyter - Leaflet.js bridge.,90.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,['jupyter'],,348596.0,11413.0,11129.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,316986.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1251976.0,2.0,,,,,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,7534.0,,,,,,,,,,, +207,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,2.0,155.0,40.0,133.0,4.0,644.0,1171.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,33,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,10306731.0,3800.0,3751.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,10300903.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,233142.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +208,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-08-01 09:45:41.000000,2024-05-30 14:50:18,14882.0,,506.0,50.0,2300.0,404.0,962.0,745.0,Workflows and interfaces for neuroimaging packages.,256.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,207657.0,5054.0,4906.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,148.0,193737.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,682100.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,1009.0,1869.0,363.0,658.0,17519.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,,,,3150.0,1018.0,1008.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2971.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,8635.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,,3461.0,466.0,671.0,590.0,672.0,15331.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'],,7825.0,1521.0,1507.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,7825.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +211,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,13991.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,32,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,15046.0,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,15046.0,,,,2.0,,,,,,-1.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,,1135.0,338.0,1683.0,523.0,1294.0,11189.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,,,,10433.0,16904.0,380.0,375.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,16776.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,,2095.0,283.0,3401.0,51.0,1494.0,10470.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'],,3858.0,258.0,253.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,3858.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,2024-09-16 13:29:20.331000,2024-09-15 17:01:45,578.0,2.0,2311.0,217.0,250.0,125.0,417.0,10084.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,,,,1558817.0,552.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,531.0,1548101.0,https://anaconda.org/conda-forge/wordcloud,2024-09-16 13:29:20.331,535807.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,2024-09-18 19:20:18.000000,2024-04-08 20:21:10,864.0,,1289.0,423.0,89.0,32.0,161.0,9747.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,['tensorflow'],,20596.0,1355.0,1336.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,20019.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,33520.0,3.0,,,,,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +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,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1559.0,287.0,434.0,293.0,639.0,9664.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'],,49456.0,2997.0,2959.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,44184.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,268898.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +217,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-09-06 18:07:12.000000,2024-09-06 18:07:12,1736.0,58.0,724.0,89.0,796.0,110.0,271.0,9420.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",51.0,32,False,2024-06-25 23:18:36.000,2.6.6,31.0,cleanlab,conda-forge/cleanlab,,,,26052.0,395.0,377.0,https://pypi.org/project/cleanlab,2024-06-25 23:18:36.000,18.0,25331.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,29576.0,2.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,2024-08-31 00:08:42.000000,2024-08-23 06:11:11,2922.0,5.0,1665.0,91.0,1676.0,226.0,1878.0,8571.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",126.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,['paddle'],,1706.0,1284.0,1277.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1706.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-08-04 02:13:02.666000,2024-08-03 20:47:58,560.0,6.0,1206.0,169.0,436.0,68.0,474.0,8364.0,Automatic extraction of relevant features from time series:.,97.0,32,True,2024-08-03 20:51:43.000,0.20.3,32.0,tsfresh,conda-forge/tsfresh,,['sklearn'],,262486.0,114.0,21.0,https://pypi.org/project/tsfresh,2024-08-03 20:51:43.000,93.0,235801.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1387622.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,4.0,2243.0,176.0,1152.0,27.0,1429.0,6715.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'],,8390.0,312.0,289.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,8390.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,,1813.0,196.0,206.0,13.0,1343.0,6296.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'],180.0,13323.0,1614.0,1596.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,12997.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11370.0,3.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,2024-09-18 16:13:42.000000,2024-09-18 16:13:42,200.0,20.0,1076.0,196.0,142.0,153.0,332.0,6130.0,Official Kaggle API.,47.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,219998.0,223.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,202.0,216261.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,179393.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,2024-08-16 02:36:10.000000,2024-05-08 23:39:06,618.0,,714.0,110.0,192.0,18.0,348.0,5769.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,,,,2960485.0,953.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,953.0,2948008.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,623893.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,2024-09-18 20:01:57.000000,2024-08-29 12:26:27,2209.0,17.0,315.0,44.0,2182.0,375.0,664.0,5151.0,Aim An easy-to-use & supercharged open-source experiment tracker.,76.0,32,True,2024-08-14 09:46:54.000,3.24.0,1106.0,aim,conda-forge/aim,,,,129954.0,709.0,671.0,https://pypi.org/project/aim,2024-09-02 20:08:21.000,38.0,127940.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,76560.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +225,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-07-02 00:51:45.000000,2024-07-02 00:51:45,1646.0,1.0,855.0,116.0,529.0,146.0,342.0,4862.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,107.0,32,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,['sklearn'],,638304.0,15244.0,15067.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,177.0,631864.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,322038.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-08-11 18:38:37.000000,2024-06-17 19:23:44,491.0,,619.0,65.0,223.0,223.0,162.0,4277.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,,,,931053.0,7074.0,6940.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,925967.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,228874.0,2.0,,,,,,1.0,,,,,,,,,,,,,,,,,, +227,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-08-26 09:23:15.000000,2024-08-26 09:20:38,1348.0,4.0,380.0,69.0,371.0,102.0,460.0,4219.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,32,True,2024-08-26 09:23:15.000,0.8.6,30.0,sacred,conda-forge/sacred,,,,108889.0,3235.0,3175.0,https://pypi.org/project/sacred,2024-08-26 09:23:15.000,60.0,108700.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,6451.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +228,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-09-16 02:22:13.000000,2024-08-15 14:20:30,3331.0,24.0,548.0,120.0,380.0,72.0,743.0,4097.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,32,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,103785.0,357.0,338.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,101604.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,71992.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +229,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-09-13 15:44:53.000000,2024-09-12 13:04:15,1105.0,11.0,352.0,58.0,1371.0,133.0,176.0,3932.0,A Python toolbox for performing gradient-free optimization.,56.0,32,True,2024-08-16 08:31:34.000,1.0.4,49.0,nevergrad,conda-forge/nevergrad,,,,117348.0,801.0,743.0,https://pypi.org/project/nevergrad,2024-08-16 08:31:34.000,58.0,116318.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,53563.0,2.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-09-13 16:05:45.000000,2024-09-13 16:05:45,1895.0,104.0,610.0,41.0,894.0,503.0,296.0,3869.0,Time series forecasting with PyTorch.,52.0,32,True,2024-09-09 09:36:07.000,1.1.1,36.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,55676.0,454.0,434.0,https://pypi.org/project/pytorch-forecasting,2024-09-09 09:36:07.000,20.0,54354.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,63497.0,2.0,,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,, +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-09-13 18:40:58.000000,2024-09-13 18:40:58,3897.0,33.0,553.0,58.0,912.0,366.0,979.0,3531.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'],,262922.0,2508.0,2339.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,259555.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,175102.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-06-06 21:49:17.000000,2024-06-06 21:49:15,1186.0,,1665.0,153.0,210.0,13.0,692.0,3465.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'],,1905286.0,299.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,299.0,1903151.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,104648.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-17 07:58:21.000000,2024-09-17 07:58:06,1578.0,21.0,447.0,93.0,126.0,91.0,348.0,3378.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,48.0,32,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,178324.0,1270.0,1207.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,175266.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,143770.0,2.0,,,,,,2.0,,,,,,,,,,,,,,,,,, +234,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,,273.0,46.0,828.0,102.0,285.0,3151.0,PyTorch extensions for high performance and large scale training.,75.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,['pytorch'],,560975.0,6395.0,6242.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,552365.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,292767.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-09-17 13:12:03.000000,2024-09-17 13:12:02,1250.0,62.0,247.0,29.0,1099.0,89.0,489.0,2923.0,A python library for self-supervised learning on images.,42.0,32,True,2024-08-20 10:04:51.000,1.5.12,126.0,lightly,,,['pytorch'],,31036.0,323.0,309.0,https://pypi.org/project/lightly,2024-08-20 10:05:59.000,14.0,31036.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +236,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,250.0,46.0,349.0,210.0,140.0,1966.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,,,,,2445432.0,12796.0,12393.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2445432.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,1689.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'],,1076929.0,363.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,363.0,1076929.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,2024-09-17 22:25:49.000000,2024-09-17 22:21:28,730.0,15.0,331.0,45.0,383.0,72.0,233.0,1679.0,Training PyTorch models with differential privacy.,81.0,32,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,['pytorch'],116.0,254694.0,903.0,867.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,254162.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,16991.0,2.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,51.0,158.0,114.0,218.0,1619.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,780539.0,11480.0,11273.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,207.0,778894.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,149720.0,3.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-08-19 19:12:04.000000,2024-02-23 02:45:37,1079.0,,232.0,34.0,254.0,62.0,272.0,1572.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,,,,2407811.0,9372.0,9219.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2382861.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1172670.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +241,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-07-31 17:39:21.000000,2024-07-31 17:39:21,4358.0,131.0,303.0,79.0,670.0,17.0,634.0,1314.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,32,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,55377.0,1695.0,1646.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,43905.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,573642.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +242,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-08-30 16:16:32.000000,2024-08-30 16:16:31,3374.0,27.0,239.0,50.0,405.0,74.0,277.0,1053.0,"OpenCL integration for Python, plus shiny features.",96.0,32,True,2024-06-25 02:02:14.000,2024.2.7,102.0,pyopencl,conda-forge/pyopencl,,,,88760.0,2195.0,2023.0,https://pypi.org/project/pyopencl,2024-06-25 02:02:14.000,172.0,63633.0,https://anaconda.org/conda-forge/pyopencl,2024-06-26 04:14:07.618,1281489.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,2024-09-19 12:17:41.000000,2024-09-19 12:17:41,13950.0,234.0,290.0,34.0,1851.0,482.0,659.0,1051.0,Python package for earth-observing satellite data processing.,160.0,32,False,2024-08-15 13:27:18.000,0.51.0,96.0,satpy,conda-forge/satpy,,,,12374.0,170.0,140.0,https://pypi.org/project/satpy,2024-08-15 13:27:18.000,30.0,8069.0,https://anaconda.org/conda-forge/satpy,2024-08-15 19:19:25.115,219591.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +244,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-09-18 21:07:38.000000,2024-09-18 18:41:57,11559.0,49.0,241.0,56.0,12278.0,239.0,2210.0,970.0,Cloud-native genomic dataframes and batch computing.,95.0,32,True,2024-08-12 18:22:08.000,0.2.130.post1,154.0,hail,,,['spark'],,120009.0,175.0,141.0,https://pypi.org/project/hail,2024-08-08 16:40:33.000,34.0,120009.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-09-17 12:56:09.000000,2024-09-17 12:56:09,14454.0,371.0,434.0,54.0,2213.0,191.0,799.0,703.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",163.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,41163.0,1348.0,1225.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,30660.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,504186.0,2.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-08-04 12:17:57.000000,2023-07-13 08:50:20,531.0,,2801.0,386.0,122.0,239.0,561.0,25642.0,Deezer source separation library including pretrained models.,19.0,31,False,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,['tensorflow'],3401308.0,78528.0,792.0,780.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,19292.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,92079.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +247,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-08-28 19:22:10.000000,2024-08-28 19:21:31,321.0,13.0,2941.0,147.0,54.0,132.0,140.0,19680.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,31,True,2024-08-28 19:22:10.000,1.7.12,202.0,vit-pytorch,,,['pytorch'],,17225.0,543.0,530.0,https://pypi.org/project/vit-pytorch,2024-08-28 19:22:10.000,13.0,17225.0,,,,2.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,1.0,3735.0,753.0,1140.0,413.0,589.0,19097.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'],,5553.0,533.0,528.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,5553.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,2024-09-12 15:44:41.000000,2024-09-12 15:44:27,1995.0,11.0,2583.0,296.0,938.0,238.0,690.0,15201.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,31,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,['pytorch'],683.0,2642.0,22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,2628.0,,,,1.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,2.0,2074.0,182.0,1006.0,574.0,726.0,12678.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'],754.0,5349.0,1725.0,1718.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5338.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,457.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'],,7288.0,5015.0,5001.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,7288.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +252,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,,878.0,259.0,148.0,107.0,104.0,9213.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,,,,8322557.0,1203.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1182.0,8316868.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,557524.0,2.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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,,1399.0,302.0,894.0,142.0,759.0,9114.0,AutoML library for deep learning.,143.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,['tensorflow'],18813.0,38522.0,745.0,732.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,38293.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +254,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,287.0,98.0,311.0,446.0,8565.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,938996.0,18955.0,1684.0,1665.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,6604.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,7861.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,2024-09-10 09:10:05.964000,2024-08-30 11:22:47,1185.0,10.0,1375.0,101.0,657.0,722.0,526.0,8313.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'],,6626.0,2709.0,2709.0,,,,,https://anaconda.org/conda-forge/nvidia-apex,2024-09-10 09:10:05.964,311444.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +256,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-09-19 10:57:47.000000,2024-09-15 13:55:29,1242.0,30.0,851.0,59.0,1009.0,256.0,1306.0,7919.0,A python library for user-friendly forecasting and anomaly detection on time series.,125.0,31,True,2024-06-19 16:52:35.000,0.30.0,43.0,u8darts,conda-forge/u8darts-all,,,,69030.0,10.0,,https://pypi.org/project/u8darts,2024-06-19 16:52:35.000,10.0,67519.0,https://anaconda.org/conda-forge/u8darts-all,2024-06-21 14:16:42.811,57131.0,2.0,unit8/darts,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,644.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-09-09 07:00:47.000000,2023-04-18 11:08:13,2759.0,,1269.0,215.0,719.0,196.0,829.0,7548.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'],59.0,15324.0,637.0,603.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,14709.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,25220.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +258,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-08-12 17:22:54.000000,2024-08-12 17:08:04,2710.0,2.0,1140.0,209.0,1051.0,25.0,615.0,6662.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'],,10274.0,412.0,408.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,10274.0,,,,2.0,,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +259,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,125.0,38.0,74.0,147.0,5476.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,['pytorch'],,803714.0,3908.0,3808.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,100.0,803380.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,17405.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +260,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-09-11 22:07:01.000000,2024-09-11 22:02:54,3912.0,37.0,537.0,81.0,603.0,114.0,495.0,4993.0,Online machine learning in Python.,119.0,31,True,2024-07-09 19:24:30.000,0.21.2,22.0,river,conda-forge/river,,,,56544.0,607.0,554.0,https://pypi.org/project/river,2024-07-09 19:24:30.000,53.0,54630.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,78503.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +261,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,4529.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,,,,931246.0,46250.0,45820.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,430.0,927460.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,189331.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,2024-07-17 04:40:56.000000,2023-11-02 13:49:44,662.0,,863.0,149.0,132.0,136.0,104.0,4252.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,189618.0,4171.0,4068.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,103.0,188939.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,29198.0,1.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,2024-09-19 14:40:30.000000,2024-09-18 22:05:45,15531.0,70.0,525.0,72.0,3606.0,888.0,1603.0,4159.0,cuML - RAPIDS Machine Learning Library.,177.0,31,True,2024-08-08 02:09:42.000,24.08.00,41.0,cuml,,,,,2936.0,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,2936.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +264,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-08-08 15:36:05.000000,2024-08-08 15:36:05,1297.0,2.0,2506.0,1952.0,535.0,390.0,1077.0,4067.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,31,True,2024-08-05 21:53:53.000,1.57.0,104.0,azureml-sdk,,,,635.0,436434.0,31.0,,https://pypi.org/project/azureml-sdk,2024-08-05 21:53:53.000,31.0,436426.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,3418.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,17004.0,278463.0,281.0,263.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,278285.0,,,,3.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,,616.0,77.0,78.0,73.0,162.0,3288.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,,,,1744830.0,7137.0,7019.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,118.0,1741878.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,256877.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +267,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-09-19 14:18:14.000000,2024-09-18 22:17:30,8194.0,315.0,347.0,83.0,9564.0,108.0,346.0,2986.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",118.0,31,True,2024-08-23 21:25:59.000,0.36.0,584.0,determined,,https://docs.determined.ai,"['pytorch', 'tensorflow']",9705.0,22625.0,4.0,,https://pypi.org/project/determined,2024-08-23 21:49:24.000,4.0,22423.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +268,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-09-18 13:50:17.000000,2024-09-18 13:44:34,1184.0,32.0,336.0,35.0,522.0,111.0,427.0,2940.0,Scalable and user friendly neural forecasting algorithms.,48.0,31,True,2024-07-30 18:29:38.000,1.7.4,25.0,neuralforecast,conda-forge/neuralforecast,,,,38628.0,218.0,202.0,https://pypi.org/project/neuralforecast,2024-07-30 18:29:38.000,16.0,37895.0,https://anaconda.org/conda-forge/neuralforecast,2024-07-31 00:28:02.817,21992.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +269,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,2.0,336.0,59.0,194.0,135.0,196.0,2883.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'],,483082.0,1498.0,1419.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,455479.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1407800.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-09-17 14:57:15.000000,2024-09-17 14:57:14,1646.0,44.0,328.0,37.0,348.0,36.0,169.0,2714.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,38.0,31,True,2024-07-04 10:21:38.000,2.6.0,42.0,shapash,,,['jupyter'],,11902.0,175.0,171.0,https://pypi.org/project/shapash,2024-07-04 10:21:38.000,4.0,11902.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +271,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-09-18 18:54:11.000000,2024-09-18 18:53:51,944.0,34.0,135.0,23.0,428.0,155.0,284.0,2042.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,55.0,31,True,2024-09-18 17:10:13.000,0.11.7,51.0,equinox,,,['jax'],,143250.0,877.0,721.0,https://pypi.org/project/equinox,2024-09-18 17:10:13.000,156.0,143250.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +272,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-09-19 11:34:47.000000,2024-09-19 00:46:12,2101.0,204.0,398.0,32.0,2233.0,300.0,115.0,1872.0,Pytorch domain library for recommendation systems.,266.0,31,True,2024-07-23 18:00:18.000,0.8.0,77.0,torchrec-nightly-cpu,,,,,2368.0,130.0,130.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,2368.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +273,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-07-29 11:38:56.000000,2024-06-14 08:51:32,2450.0,,435.0,75.0,1269.0,154.0,682.0,1830.0,Gaussian processes in TensorFlow.,84.0,31,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,['tensorflow'],,79949.0,720.0,685.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,78876.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,33265.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +274,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-09-19 15:25:27.000000,2024-09-19 08:48:12,4294.0,158.0,49.0,171.0,567.0,146.0,459.0,1545.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,31,True,2024-08-21 16:52:52.000,4.4.1,78.0,lets-plot,,,,938.0,22056.0,134.0,121.0,https://pypi.org/project/lets-plot,2024-08-21 16:33:28.000,13.0,22040.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +275,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-09-18 13:04:58.000000,2024-09-17 12:03:53,1602.0,30.0,166.0,18.0,838.0,111.0,452.0,1344.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-09-15 12:51:28.000,0.29.0,63.0,pyjanitor,conda-forge/pyjanitor,,,,89248.0,723.0,692.0,https://pypi.org/project/pyjanitor,2024-09-15 12:51:24.000,31.0,85196.0,https://anaconda.org/conda-forge/pyjanitor,2024-09-15 16:48:20.329,210755.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +276,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-09-16 08:36:54.000000,2024-09-16 08:36:13,1140.0,23.0,211.0,23.0,149.0,25.0,198.0,1118.0,Survival analysis built on top of scikit-learn.,21.0,31,False,2024-06-30 09:36:26.000,0.23.0,29.0,scikit-survival,conda-forge/scikit-survival,,['sklearn'],,128594.0,616.0,583.0,https://pypi.org/project/scikit-survival,2024-06-30 09:36:26.000,33.0,124341.0,https://anaconda.org/conda-forge/scikit-survival,2024-06-30 11:16:56.800,144634.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +277,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-09-13 21:31:24.000000,2024-09-13 12:04:33,710.0,21.0,105.0,25.0,570.0,360.0,443.0,1080.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",48.0,31,True,2024-05-07 03:58:11.000,0.10.0,72.0,hvplot,conda-forge/hvplot,,,,241604.0,5976.0,5784.0,https://pypi.org/project/hvplot,2024-09-13 13:15:26.000,192.0,229122.0,https://anaconda.org/conda-forge/hvplot,2024-05-07 04:39:01.018,636605.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +278,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-09-10 11:53:18.000000,2024-09-09 18:05:11,1960.0,10.0,234.0,18.0,299.0,53.0,284.0,869.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",47.0,31,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,355291.0,1374.0,1247.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,351453.0,https://anaconda.org/conda-forge/salib,2024-08-19 20:16:48.120,180402.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +279,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-09-18 15:00:54.000000,2024-09-18 09:53:04,3186.0,44.0,118.0,17.0,306.0,7.0,166.0,792.0,Python bindings for MPI.,27.0,31,True,2024-07-28 09:41:14.000,4.0.0,29.0,mpi4py,conda-forge/mpi4py,,,26663.0,985272.0,735.0,,https://pypi.org/project/mpi4py,2024-07-28 09:41:14.000,735.0,922833.0,https://anaconda.org/conda-forge/mpi4py,2024-09-04 08:05:36.172,2909624.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,2024-09-19 14:57:47.000000,2024-09-06 10:09:05,173135.0,2544.0,93.0,51.0,2302.0,90.0,286.0,687.0,TensorFlow ROCm port.,4696.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,['tensorflow'],23.0,4133.0,9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,4133.0,,,,3.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-09-17 13:15:22.000000,2024-09-10 14:17:30,17277.0,52.0,111.0,28.0,3613.0,528.0,3412.0,525.0,"Keep code, data, containers under control with git and git-annex.",57.0,31,True,2024-08-08 02:59:23.000,1.1.3,119.0,datalad,conda-forge/datalad,,,,50715.0,95.0,,https://pypi.org/project/datalad,2024-08-08 02:59:23.000,95.0,38774.0,https://anaconda.org/conda-forge/datalad,2024-08-08 08:36:45.951,609039.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +282,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-09-13 08:21:34.000000,2024-09-12 22:24:23,593.0,22.0,38.0,10.0,75.0,10.0,26.0,217.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,31,False,2024-09-13 08:21:34.000,1.0.1,49.0,blis,conda-forge/cython-blis,,,117.0,11312001.0,48773.0,48672.0,https://pypi.org/project/blis,2024-09-13 08:21:34.000,101.0,11264695.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2270649.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +283,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-09-04 00:44:02.000000,2024-09-04 00:43:59,2959.0,18.0,2322.0,201.0,467.0,243.0,475.0,9657.0,FinRL: Financial Reinforcement Learning.,116.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,1009.0,47.0,47.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1009.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +284,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-09-19 13:52:19.000000,2024-09-19 13:52:15,1093.0,2.0,385.0,82.0,538.0,62.0,457.0,5807.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']",,152618.0,1471.0,1386.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,136244.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,785995.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +285,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,294.0,161.0,267.0,5623.0,Portfolio and risk analytics in Python.,60.0,30,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,7115.0,1083.0,1069.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,6940.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13853.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +286,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,1.0,1007.0,106.0,247.0,107.0,477.0,5223.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'],,154325.0,4262.0,4151.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,111.0,153704.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,21749.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +287,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-09-10 15:55:41.876000,2024-09-10 14:13:20,813.0,17.0,396.0,75.0,297.0,60.0,529.0,4707.0,Visualizer for pandas data structures.,30.0,30,True,2024-09-10 15:24:26.000,3.14.1,186.0,dtale,conda-forge/dtale,,"['pandas', 'jupyter']",,45362.0,1257.0,1213.0,https://pypi.org/project/dtale,2024-09-10 15:17:39.000,44.0,39007.0,https://anaconda.org/conda-forge/dtale,2024-09-10 15:55:41.876,330465.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +288,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,45.0,51.0,28.0,97.0,4011.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,,,,586738.0,6108.0,5958.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,580382.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,292403.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +289,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-09-17 21:38:04.000000,2024-09-17 21:35:02,1231.0,17.0,496.0,64.0,754.0,3.0,546.0,3691.0,On-device wake word detection powered by deep learning.,38.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,11446.0,68.0,33.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,11446.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +290,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,77.0,230.0,89.0,406.0,3529.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,1243.0,258537.0,1484.0,1455.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,240892.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,845142.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +291,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,9.0,248.0,64.0,56.0,9.0,,3358.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,,,1024.0,838039.0,7149.0,7050.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,824570.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,619023.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +292,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-07-11 06:05:21.000000,2024-07-11 06:02:00,993.0,9.0,590.0,95.0,338.0,21.0,758.0,3350.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,30,True,2024-07-11 06:11:27.000,1.1.0,76.0,pomegranate,conda-forge/pomegranate,,,,17359.0,1213.0,1154.0,https://pypi.org/project/pomegranate,2024-07-11 06:05:21.000,59.0,14068.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,171164.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +293,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-06-20 07:03:41.000000,2024-06-20 07:03:30,339.0,,328.0,66.0,76.0,15.0,123.0,3125.0,A Python Perceptual Image Hashing Module.,26.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,1443633.0,14430.0,14192.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,238.0,1439443.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,393892.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +294,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,73.0,102.0,123.0,3021.0,Productivity Tools for Plotly + Pandas.,38.0,30,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,['pandas'],,60243.0,11783.0,11674.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,60243.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +295,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-09-11 14:51:53.000000,2024-09-11 14:51:47,985.0,4.0,232.0,38.0,542.0,75.0,175.0,2863.0,JAX-based neural network library.,82.0,30,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,212013.0,2219.0,2052.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,167.0,211512.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,21556.0,3.0,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +296,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,1.0,392.0,64.0,497.0,218.0,273.0,2847.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'],,338638.0,4475.0,4360.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,337581.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,39120.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +297,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-04-09 11:39:30.000000,2024-04-09 11:39:30,957.0,,393.0,38.0,150.0,46.0,244.0,2401.0,A library of sklearn compatible categorical variable encoders.,70.0,30,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,['sklearn'],,1308527.0,2357.0,2093.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,264.0,1300521.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,280240.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +298,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,,327.0,22.0,49.0,35.0,203.0,2293.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,30,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,91999.0,545.0,535.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,90840.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,52161.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,2024-09-01 16:40:50.000000,2024-08-06 16:26:17,551.0,30.0,412.0,88.0,115.0,77.0,264.0,2188.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,,,,8056.0,1632.0,1622.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,7020.0,https://anaconda.org/conda-forge/bt,2024-08-06 16:21:23.081,42482.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +300,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-09-19 04:08:41.000000,2024-08-28 19:04:32,1849.0,109.0,122.0,27.0,347.0,47.0,102.0,2124.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",52.0,30,True,2024-08-28 20:01:05.000,2.15.1,123.0,usearch,,,,23249.0,139020.0,149.0,121.0,https://pypi.org/project/usearch,2024-08-28 20:01:05.000,14.0,128766.0,,,,3.0,unum/usearch,https://hub.docker.com/r/unum/usearch,2024-08-28 19:11:57.156669,1.0,118.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-08-28 19:12:14.604,14.0,8699.0,,,,,,,,,,, +301,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-09-15 08:24:34.000000,2024-08-03 19:13:40,1565.0,62.0,206.0,50.0,268.0,171.0,161.0,2122.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",44.0,30,True,2024-08-03 18:57:36.000,0.34.3,180.0,graphistry,,,['jupyter'],,3270.0,123.0,117.0,https://pypi.org/project/graphistry,2024-08-03 18:57:36.000,6.0,3270.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-09-13 13:36:57.070000,2024-08-26 17:26:56,210.0,1.0,254.0,56.0,77.0,50.0,229.0,1992.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,,,447.0,92348.0,1119.0,1083.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,88823.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,176060.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,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,79.0,78.0,113.0,1802.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'],,125467.0,6534.0,6431.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,124323.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,85859.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +304,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,377.0,50.0,136.0,38.0,426.0,1720.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,,,,11927.0,2601.0,278.0,263.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,2485.0,,,,1.0,,,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +305,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-09-07 12:54:02.000000,2024-09-07 12:53:56,949.0,2.0,431.0,86.0,233.0,57.0,241.0,1458.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,,,,405802.0,3039.0,2605.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,434.0,396618.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,358211.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +306,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-08-29 09:42:50.000000,2024-07-27 04:51:19,1133.0,4.0,245.0,48.0,533.0,31.0,185.0,1322.0,ARCH models in Python.,35.0,30,False,2024-04-16 17:35:41.000,7.0.0,47.0,arch,conda-forge/arch-py,,,,367208.0,2016.0,1911.0,https://pypi.org/project/arch,2024-04-16 17:35:41.000,105.0,359461.0,https://anaconda.org/conda-forge/arch-py,2024-05-17 19:52:40.969,395105.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,2024-09-10 11:38:37.614000,2024-09-09 16:59:27,10782.0,41.0,245.0,38.0,1503.0,208.0,353.0,1234.0,Computations and statistics on manifolds with geometric structures.,92.0,30,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,https://geomstats.github.io/,,,3171.0,132.0,120.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,3039.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,3577.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +308,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-09-19 09:55:52.000000,2024-08-13 21:16:30,3511.0,241.0,122.0,10.0,613.0,18.0,150.0,1082.0,Time series forecasting with machine learning models.,14.0,30,True,2024-08-01 13:18:23.000,0.13.0,28.0,skforecast,,,['sklearn'],,73900.0,340.0,325.0,https://pypi.org/project/skforecast,2024-08-01 12:24:50.000,15.0,73900.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +309,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,61.0,72.0,82.0,941.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,,,,15566027.0,105238.0,104722.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,516.0,15231223.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,12052953.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +310,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,15.0,149.0,50.0,59.0,21.0,70.0,839.0,Computer Vision in Python.,35.0,30,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,31736.0,1411.0,1349.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,62.0,22062.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,493417.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +311,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-09-10 22:31:48.000000,2024-09-10 22:30:54,1084.0,11.0,174.0,35.0,117.0,27.0,62.0,750.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,,,,21051681.0,448.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,438.0,20962835.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8618142.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +312,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-09-18 19:23:35.000000,2024-07-01 21:47:36,1690.0,3.0,283.0,42.0,1415.0,290.0,371.0,700.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'],,1502099.0,61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,1502099.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +313,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-09-19 12:55:12.000000,2024-09-10 06:19:51,2095.0,13.0,63.0,19.0,1630.0,29.0,214.0,574.0,The experiment tracker for foundation model training.,54.0,30,True,2024-08-20 12:56:39.000,1.11.1,209.0,neptune-client,conda-forge/neptune-client,,,,510322.0,669.0,592.0,https://pypi.org/project/neptune-client,2024-08-20 12:56:39.000,77.0,505021.0,https://anaconda.org/conda-forge/neptune-client,2024-08-20 14:58:11.790,275697.0,2.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,53.0,37.0,57.0,482.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,,,,2192008.0,23975.0,23840.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2173634.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,863621.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,,4286.0,1251.0,557.0,840.0,2543.0,17501.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,,,,14656.0,942.0,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,802.0,,,,3.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,,4854.0,648.0,375.0,504.0,436.0,15644.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,,,,,925.0,585.0,582.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,925.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +317,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,,3836.0,609.0,231.0,51.0,,14037.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,32221.0,2355.0,2281.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,32221.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +318,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,215.0,46.0,101.0,94.0,9012.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'],,142395.0,86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,141584.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,41400.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +319,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-08-29 18:13:51.000000,2024-08-04 05:05:42,1038.0,16.0,909.0,137.0,732.0,134.0,341.0,7011.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,92.0,29,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,39.0,47393.0,428.0,421.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,46714.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,31248.0,2.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,189.0,786.0,45.0,423.0,6161.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'],,2012.0,751.0,744.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1839.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,8829.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +321,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,,1212.0,153.0,952.0,58.0,788.0,5804.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,['mxnet'],,71192.0,76.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,71192.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +322,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-09-16 06:47:25.000000,2024-09-10 16:49:55,1635.0,29.0,827.0,145.0,1561.0,367.0,403.0,5048.0,Simple and Distributed Machine Learning.,120.0,29,True,2024-08-30 02:16:51.000,1.0.5,51.0,synapseml,,,,,244449.0,5.0,,https://pypi.org/project/synapseml,2024-08-30 02:13:37.000,5.0,244449.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +323,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-09-14 01:21:18.000000,2024-09-14 01:21:18,619.0,6.0,759.0,84.0,347.0,53.0,340.0,4980.0,Uplift modeling and causal inference with machine learning algorithms.,63.0,29,True,2024-04-19 00:19:00.000,0.15.1,24.0,causalml,,,,,48284.0,221.0,220.0,https://pypi.org/project/causalml,2024-04-19 00:19:00.000,1.0,48284.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +324,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,208.0,157.0,358.0,4726.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,,,,393804.0,1567.0,1535.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,391022.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,222567.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +325,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,41.0,126.0,75.0,154.0,4409.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,,,,122033.0,1427.0,1362.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,121401.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,24651.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +326,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,32.0,735.0,175.0,90.0,1.0,288.0,4239.0,A python wrapper for Alpha Vantage API for financial data.,44.0,29,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,33852.0,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,33685.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7390.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-08-27 11:49:25.000000,2024-08-27 11:02:25,515.0,5.0,568.0,43.0,541.0,14.0,,3966.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,29,True,2024-08-27 11:49:25.000,0.11.19,103.0,sahi,conda-forge/sahi,,,27278.0,193680.0,1356.0,1330.0,https://pypi.org/project/sahi,2024-07-10 10:19:56.000,26.0,190989.0,https://anaconda.org/conda-forge/sahi,2024-07-24 03:28:58.170,72010.0,2.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,,515.0,77.0,38.0,14.0,121.0,3901.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,,,,288582.0,18003.0,17881.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,228594.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,359928.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +329,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-09-16 21:51:17.000000,2024-09-13 01:42:25,1464.0,26.0,469.0,54.0,823.0,58.0,496.0,3813.0,NeuralProphet: A simple forecasting package.,56.0,29,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,['pytorch'],,161681.0,8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,161681.0,,,,2.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,2024-09-18 11:01:17.000000,2024-09-03 20:21:34,675.0,26.0,642.0,39.0,944.0,122.0,767.0,3655.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",80.0,29,True,2024-08-12 12:57:29.000,1.1.1,32.0,anomalib,,,,13455.0,34213.0,96.0,91.0,https://pypi.org/project/anomalib,2024-08-12 12:57:52.000,5.0,33806.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +331,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-09-09 07:33:42.000000,2024-09-09 07:33:42,3663.0,3.0,463.0,102.0,1052.0,259.0,368.0,3615.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'],,189879.0,178.0,58.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,99.0,160826.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1380744.0,3.0,,,,,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2501.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,2024-05-16 18:13:04.000000,2024-05-16 18:13:03,456.0,,526.0,113.0,93.0,23.0,101.0,3508.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,,,,484750.0,3100.0,3072.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,28.0,484514.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,9229.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +333,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,3.0,252.0,62.0,121.0,6.0,288.0,3334.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,29,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,1602.0,24789.0,619.0,604.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,24765.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +334,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,,455.0,82.0,245.0,62.0,155.0,3061.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,,,,85.0,120387.0,199.0,197.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,2.0,120386.0,,,,2.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-09-16 09:34:18.000000,2024-09-16 09:34:18,477.0,1.0,737.0,121.0,127.0,69.0,371.0,3023.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,29,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,['sklearn'],,224857.0,2845.0,2758.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,87.0,219106.0,https://anaconda.org/conda-forge/hmmlearn,2024-09-11 23:07:53.942,276049.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,2024-09-17 10:10:04.000000,2024-09-17 10:10:04,1209.0,33.0,401.0,49.0,91.0,163.0,496.0,3005.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",28.0,29,True,2024-09-10 16:36:20.000,1.1.11,94.0,mljar-supervised,conda-forge/mljar-supervised,,,,5630.0,133.0,129.0,https://pypi.org/project/mljar-supervised,2024-09-10 16:36:20.000,4.0,5080.0,https://anaconda.org/conda-forge/mljar-supervised,2024-09-10 16:42:21.786,21453.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +337,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-09-18 20:04:05.000000,2024-09-18 20:03:03,2304.0,7.0,714.0,79.0,206.0,198.0,469.0,2776.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'],,103384.0,14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,103384.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +338,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-09-02 22:27:25.000000,2024-07-02 07:21:59,2916.0,6.0,997.0,123.0,525.0,65.0,300.0,2575.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,29,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,['jupyter'],,518741.0,112.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,112.0,495242.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1104473.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +339,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'],,91209.0,1628.0,1606.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,91209.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +340,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,357.0,82.0,168.0,217.0,148.0,2349.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,29,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,370050.0,6637.0,6485.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,143.0,365009.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,208651.0,3.0,,,,,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,950.0,,,,,,,,,,, +341,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-08-05 07:13:17.000000,2024-05-21 10:49:30,727.0,,220.0,39.0,545.0,136.0,235.0,2210.0,"Algorithms for outlier, adversarial and drift detection.",23.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,66127.0,480.0,473.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,66127.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,2024-09-01 16:40:55.000000,2024-08-06 14:00:12,485.0,34.0,286.0,63.0,121.0,22.0,105.0,1965.0,ffn - a financial function library for Python.,35.0,29,True,2024-08-06 13:45:28.000,1.1.0,37.0,ffn,conda-forge/ffn,,,,14493.0,504.0,488.0,https://pypi.org/project/ffn,2024-08-05 23:48:25.000,16.0,14208.0,https://anaconda.org/conda-forge/ffn,2024-08-06 14:03:54.464,11717.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,2024-02-13 19:24:57.000000,2024-02-01 18:50:30,675.0,,400.0,41.0,63.0,23.0,272.0,1919.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,,,,116430.0,1942.0,1920.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,115674.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,36313.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +344,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-09-12 14:48:00.000000,2024-09-12 14:48:00,878.0,16.0,412.0,38.0,906.0,160.0,316.0,1908.0,A Python package to assess and improve fairness of machine learning models.,84.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,['sklearn'],,176450.0,58.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,55.0,175668.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,36011.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +345,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-09-19 06:59:59.000000,2024-09-19 06:59:57,1227.0,31.0,186.0,20.0,165.0,47.0,137.0,1815.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,29,True,2024-09-03 07:35:15.000,0.37.0,41.0,audiomentations,,,,,51571.0,580.0,562.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,51571.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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-09-15 02:16:48.000000,2024-09-15 02:16:48,1062.0,3.0,222.0,52.0,208.0,32.0,288.0,1682.0,A full spaCy pipeline and models for scientific/biomedical documents.,34.0,29,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,21078.0,990.0,956.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,34.0,21078.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +347,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-09-14 21:26:54.000000,2024-09-08 12:37:34,2855.0,23.0,184.0,26.0,703.0,118.0,457.0,1628.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,29,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,201.0,7831.0,246.0,240.0,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,7828.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +348,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-09-04 22:25:36.166000,2024-09-04 10:38:43,1254.0,2.0,137.0,31.0,115.0,35.0,269.0,1599.0,Statistical package in Python based on Pandas.,46.0,29,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,102082.0,2527.0,2371.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,99481.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,132681.0,3.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,2024-06-05 08:48:15.000000,2024-06-05 08:42:47,1478.0,,163.0,32.0,252.0,,,1339.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'],,343874.0,1941.0,1854.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,342025.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,62881.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +350,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-08-30 01:04:00.000000,2024-08-30 01:03:59,1482.0,41.0,274.0,72.0,107.0,33.0,55.0,1255.0,Model analysis tools for TensorFlow.,57.0,29,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,"['tensorflow', 'jupyter']",,239544.0,19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,19.0,239544.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,8.0,120.0,24.0,109.0,46.0,77.0,1255.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,,,,458553.0,3224.0,3175.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,457729.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,40386.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,26.0,39.0,9.0,130.0,1249.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'],,182348.0,620.0,602.0,https://pypi.org/project/prince,2024-09-07 18:34:31.000,18.0,181997.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,20412.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +353,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-08-08 16:10:29.000000,2024-08-08 16:10:29,495.0,1.0,120.0,32.0,130.0,26.0,75.0,908.0,Python bindings and utilities for GeoJSON.,56.0,29,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,2678845.0,18915.0,18218.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,697.0,2634274.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,846861.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +354,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,1.0,255.0,40.0,513.0,279.0,257.0,892.0,Scalable Machine Learning with Dask.,80.0,29,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,164896.0,1192.0,1099.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,147827.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,887606.0,2.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-07-27 07:14:46.000000,2024-07-27 07:14:46,566.0,2.0,106.0,16.0,196.0,119.0,139.0,701.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,,,19809.0,5431378.0,42633.0,41853.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,5431223.0,https://anaconda.org/anaconda/pysoundfile,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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-09-17 10:57:22.057000,2024-09-16 15:50:28,842.0,16.0,75.0,25.0,399.0,103.0,241.0,589.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,,,,18187.0,1170.0,1111.0,https://pypi.org/project/geoviews,2024-09-16 16:00:44.000,59.0,13116.0,https://anaconda.org/conda-forge/geoviews,2024-09-17 10:57:22.057,243442.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +357,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,5.0,58.0,13.0,207.0,12.0,187.0,337.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,826385.0,10167.0,10007.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,160.0,794189.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2897708.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,348.0,81.0,50.0,231.0,7993.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,31803.0,2654.0,838.0,812.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2280.0,,,,2.0,,,,,,,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +359,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,7345.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'],,120890.0,272.0,264.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,120890.0,,,,3.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,1.0,1338.0,172.0,46.0,80.0,241.0,7009.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'],,67523.0,31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,67523.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,2024-06-16 11:25:37.000000,2024-06-14 19:31:58,659.0,,1007.0,145.0,100.0,87.0,310.0,6359.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,,,,92652.0,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,84473.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,408987.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,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,5810.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,,,,,14094.0,514.0,502.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,14094.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,5515.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'],,1141.0,792.0,786.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1141.0,,,,2.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,,455.0,72.0,63.0,110.0,57.0,4793.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,,,,,379361.0,2807.0,2785.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,379361.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +365,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-08-06 20:03:27.000000,2024-07-25 12:17:22,1473.0,2.0,744.0,75.0,1814.0,325.0,633.0,4555.0,Probabilistic time series modeling in Python.,117.0,28,True,2024-06-03 07:20:43.000,0.15.1,110.0,gluonts,anaconda/gluonts,,['mxnet'],,388865.0,31.0,,https://pypi.org/project/gluonts,2024-06-03 07:20:43.000,31.0,388840.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,903.0,3.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-09-11 17:55:17.000000,2024-09-03 19:39:21,6165.0,12.0,529.0,147.0,1939.0,338.0,1377.0,4525.0,ArrayFire: a general purpose GPU library.,92.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,6911.0,2747.0,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,2685.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +367,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,1.0,942.0,53.0,57.0,73.0,108.0,4439.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,28,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,['pytorch'],1268128.0,90676.0,2263.0,2212.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,68812.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +368,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,,740.0,58.0,1015.0,187.0,741.0,4286.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,28,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,['pytorch'],,13141.0,163.0,159.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,13141.0,,,,3.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,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,,,,,2132.0,1070.0,1058.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2132.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +370,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-08-29 02:56:49.000000,2024-08-29 02:47:33,880.0,8.0,414.0,44.0,972.0,38.0,329.0,3600.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",50.0,28,True,2024-08-08 14:03:10.000,0.9.0,16.0,python-doctr,,,"['tensorflow', 'pytorch']",3705783.0,139432.0,12.0,,https://pypi.org/project/python-doctr,2024-08-08 14:03:10.000,12.0,53251.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,2024-09-15 16:09:19.000000,2024-02-22 12:17:17,1487.0,,249.0,20.0,1746.0,295.0,726.0,3568.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,,,,1017.0,127507.0,428.0,416.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,12.0,127478.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-09-17 20:09:27.000000,2024-09-17 20:08:40,1205.0,4.0,420.0,82.0,55.0,62.0,203.0,3471.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'],,1667.0,218.0,215.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1456.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,9731.0,2.0,,,,,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +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,2024-08-03 07:04:44.000000,2024-01-02 20:16:48,4161.0,,368.0,84.0,64.0,154.0,189.0,3281.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,,,,14745.0,500.0,483.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6852.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,710449.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,,387.0,46.0,1085.0,2.0,353.0,3275.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,['pytorch'],,19821.0,1216.0,1186.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,19821.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,,429.0,62.0,933.0,325.0,745.0,2935.0,StellarGraph - Machine Learning on Graphs.,37.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,['tensorflow'],,14120.0,285.0,274.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,14120.0,,,,2.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,2.0,334.0,45.0,121.0,72.0,137.0,2933.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,,,,120097.0,1351.0,1298.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,118299.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,82726.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-07-26 11:49:48.000000,2024-07-26 10:43:49,3587.0,14.0,522.0,107.0,361.0,388.0,688.0,2811.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,,,,,12590.0,783.0,763.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,12590.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-09-11 07:35:59.000000,2024-09-11 07:35:56,3549.0,5.0,333.0,153.0,1181.0,35.0,60.0,2719.0,Neural Network Libraries.,76.0,28,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,924.0,3418.0,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,3408.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +379,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,5.0,411.0,124.0,144.0,198.0,247.0,2639.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,,,,298655.0,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,295252.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,68068.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,2429.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'],,408457.0,5469.0,5384.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,406317.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,184101.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +381,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,56.0,659.0,147.0,225.0,2383.0,Algorithms for explaining machine learning models.,22.0,28,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,17096.0,677.0,652.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,17096.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +382,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,45.0,57.0,68.0,207.0,2365.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'],,12138.0,334.0,327.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,12138.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +383,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,2298.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,370141.0,11755.0,11600.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,370141.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +384,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,,196.0,34.0,73.0,27.0,52.0,1552.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,['pytorch'],,1877417.0,3726.0,3689.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1876797.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,27318.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +385,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-09-18 21:11:22.000000,2024-09-18 21:11:22,1014.0,33.0,592.0,106.0,289.0,22.0,300.0,1551.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,28,True,2024-09-05 15:35:38.000,2.11.0,33.0,tabpy,anaconda/tabpy-client,,,,7357.0,178.0,176.0,https://pypi.org/project/tabpy,2024-09-05 15:35:38.000,2.0,7306.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4593.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +386,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-07-08 22:06:23.000000,2024-07-08 22:06:19,831.0,1.0,320.0,119.0,784.0,225.0,168.0,1487.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'],,913897.0,45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,913897.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +387,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-09-13 08:50:44.958000,2024-08-13 10:02:03,694.0,3.0,158.0,22.0,126.0,5.0,131.0,1448.0,"Extensible, parallel implementations of t-SNE.",12.0,28,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,41188.0,915.0,868.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,34874.0,https://anaconda.org/conda-forge/opentsne,2024-09-13 08:50:44.958,309412.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-08-28 13:05:22.000000,2024-08-28 13:05:21,610.0,18.0,417.0,31.0,51.0,16.0,128.0,1429.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,,,,,25786.0,677.0,646.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,25786.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +389,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-09-19 14:33:57.000000,2024-09-19 14:33:56,2105.0,218.0,98.0,10.0,791.0,93.0,807.0,1321.0,"dstack is an open-source alternative to Kubernetes, designed to simplify development, training, and deployment of AI..",32.0,28,True,2024-09-18 09:40:25.000,0.18.14,229.0,dstack,,,,,5406.0,15.0,15.0,https://pypi.org/project/dstack,2024-09-18 09:00:02.000,,5406.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +390,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,,396.0,71.0,89.0,36.0,26.0,1275.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,,,,23905.0,1513.0,1457.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,23539.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,28931.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +391,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,39.0,302.0,30.0,200.0,1265.0,A research toolkit for particle swarm optimization in Python.,45.0,28,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,33716.0,454.0,432.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,33716.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +392,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-09-09 07:21:47.000000,2024-09-09 07:21:47,535.0,15.0,115.0,26.0,384.0,31.0,286.0,1252.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-07-10 14:32:19.000,0.9.1,52.0,scikit-lego,conda-forge/scikit-lego,,['sklearn'],,23026.0,170.0,159.0,https://pypi.org/project/scikit-lego,2024-07-10 14:08:28.000,11.0,21967.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,55092.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +393,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,1237.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,,,,272455.0,2853.0,2815.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,271535.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,48762.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +394,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,1.0,268.0,34.0,38.0,1.0,496.0,1225.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'],,8496.0,554.0,550.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,8496.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +395,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'],,3996365.0,311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3965700.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2299878.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +396,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-09-10 20:53:34.000000,2024-09-10 20:53:34,939.0,3.0,211.0,58.0,103.0,45.0,174.0,984.0,Input pipeline framework.,29.0,28,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,['tensorflow'],,488663.0,18.0,,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,18.0,488663.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +397,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2024-09-03 21:38:15.000000,2023-02-20 00:24:10,1723.0,,185.0,41.0,175.0,65.0,174.0,943.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'],,87856.0,96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,79971.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,593239.0,3.0,,,,,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1953.0,,,,,,,,,,, +398,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-09-17 21:11:46.000000,2024-08-30 01:23:17,16620.0,40.0,376.0,45.0,1647.0,310.0,2978.0,893.0,An open-source application for biological image analysis.,144.0,28,True,2024-09-18 16:48:47.000,4.2.8,35.0,cellprofiler,,,,7729.0,925.0,24.0,22.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,865.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +399,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,66.0,879.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,,,,1717803.0,7926.0,7770.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1677580.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2011173.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +400,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,11.0,138.0,25.0,487.0,17.0,140.0,863.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,,,,54534.0,252.0,234.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,43416.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,567021.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +401,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,,328.0,65.0,690.0,36.0,533.0,834.0,The Classical Language Toolkit.,121.0,28,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,85.0,2772.0,288.0,273.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,2772.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +402,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,,1131.0,239.0,455.0,72.0,264.0,17855.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,,,,40464.0,,,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,40051.0,,,,2.0,remnux/ciphey,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,25646.0,,,,,,,,,,,,,,,,,,, +403,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-09-11 12:48:08.000000,2024-07-11 14:30:01,2227.0,2.0,2847.0,197.0,3729.0,1237.0,4170.0,12609.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",160.0,27,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,['paddle'],,493.0,2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,493.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +404,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,,1815.0,206.0,74.0,113.0,37.0,10485.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,,,,,71953.0,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,71953.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +405,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-05-06 20:38:27.000000,2024-05-06 20:36:49,342.0,,1367.0,425.0,50.0,102.0,87.0,10448.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-05-06 20:38:27.000,4.0.9,47.0,dopamine-rl,,,['tensorflow'],,34207.0,31.0,21.0,https://pypi.org/project/dopamine-rl,2024-05-06 20:38:27.000,10.0,34207.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +406,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,131.0,51.0,163.0,141.0,7859.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'],4173169.0,238958.0,73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,161678.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +407,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,7323.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'],2359.0,1557.0,11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1533.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +408,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,,1354.0,350.0,14.0,42.0,66.0,6400.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,22404.0,1421.0,1413.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,22404.0,,,,3.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,626.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..",122.0,27,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,12.0,1976.0,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1976.0,,,,3.0,,,,,,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +410,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,62.0,1544.0,138.0,3616.0,55.0,1973.0,5651.0,An Industrial Grade Federated Learning Framework.,101.0,27,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,,,,,,,,,,,,,,,,,,,,,,,, +411,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,5580.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,1616444.0,1830.0,1774.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1616052.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,19624.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +412,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,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,['tensorflow'],24.0,875.0,330.0,328.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,875.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +413,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4766.0,Deep Learning Visualization Toolkit.,33.0,27,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,['paddle'],434.0,155931.0,84.0,2.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,82.0,155923.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +414,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,4391.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,,,,326115.0,9224.0,9129.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,95.0,325767.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,14633.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,43.0,4003.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'],,205057.0,15970.0,15835.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,205057.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,3871.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']",,710073.0,5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,709651.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,24083.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-09-14 13:32:57.000000,2024-09-14 13:26:49,1669.0,21.0,670.0,43.0,28.0,9.0,551.0,3411.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'],,1756.0,23.0,23.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1756.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,,1130.0,166.0,215.0,49.0,146.0,3272.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,,,,1771.0,713.0,708.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1494.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,21923.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +419,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,,272.0,52.0,21.0,41.0,97.0,2912.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,75302.0,2525.0,2495.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,74517.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,33765.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +420,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,2.0,381.0,38.0,522.0,59.0,217.0,2900.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,,,,4021.0,304.0,293.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,3847.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8382.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,,740.0,180.0,75.0,21.0,565.0,2805.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,,,,41908.0,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,41161.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,46340.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,,421.0,45.0,365.0,22.0,350.0,2729.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,,,,3803.0,638.0,624.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,3510.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,14681.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,27.0,1132.0,77.0,224.0,2628.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'],414788.0,16563.0,147.0,147.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,610.0,,,,3.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,2024-08-22 18:44:14.000000,2024-08-22 18:30:45,140.0,27.0,336.0,31.0,326.0,41.0,340.0,2528.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,13.0,27,True,2024-08-10 15:47:41.000,1.0.0,21.0,adapter-transformers,,,['huggingface'],,20206.0,109.0,97.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,20206.0,,,,3.0,,,,,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +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,2024-07-05 14:45:32.000000,2024-07-05 14:45:32,437.0,1.0,827.0,89.0,286.0,199.0,103.0,2409.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,,,,32306.0,515.0,483.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,32009.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,14259.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,,255.0,87.0,124.0,33.0,230.0,2206.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,,,,31450.0,1928.0,1862.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,29620.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,161096.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +427,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-09-19 11:31:34.000000,2023-06-01 12:18:23,739.0,,320.0,44.0,44.0,99.0,56.0,2193.0,A modular active learning framework for Python.,20.0,27,False,2024-09-19 11:31:34.000,0.64.125,1245.0,modAL,,,['sklearn'],39.0,356319.0,53.0,,https://pypi.org/project/modAL,2024-09-19 11:31:34.000,53.0,356319.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +428,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-04-26 00:01:37.000000,2021-07-09 11:06:18,56.0,,523.0,43.0,25.0,74.0,38.0,2192.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,27,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,['tensorflow'],,103840.0,6085.0,6014.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,71.0,103605.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,12974.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,,317.0,63.0,38.0,97.0,160.0,2176.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'],,13850.0,378.0,372.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,13850.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +430,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-09-18 20:24:46.000000,2024-08-23 09:42:27,14659.0,12.0,85.0,42.0,55.0,15.0,78.0,2148.0,The friendly PIL fork.,435.0,27,False,,,66.0,pillow-simd,,,,,29586.0,65.0,,https://pypi.org/project/pillow-simd,2024-08-23 09:48:44.000,65.0,29586.0,,,,3.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,2024-09-15 07:08:18.000000,2024-09-15 07:08:17,2242.0,167.0,135.0,28.0,250.0,5.0,42.0,2004.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,,,,,4593.0,184.0,170.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,4593.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +432,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,,280.0,40.0,495.0,172.0,151.0,1780.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,27,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,478.0,158802.0,187.0,179.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,158796.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,1738.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,['pytorch'],,2239.0,302.0,297.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1648.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,21881.0,2.0,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +434,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,32.0,20.0,3.0,91.0,1709.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,,,,63271.0,759.0,748.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,61573.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,62854.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-09-19 05:43:35.000000,2024-09-19 05:43:32,6576.0,115.0,296.0,44.0,2891.0,178.0,1564.0,1676.0,cuGraph - RAPIDS Graph Analytics Library.,115.0,27,True,2024-08-08 02:37:35.000,24.08.00,39.0,cugraph,conda-forge/libcugraph,,,,803.0,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,239.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,23139.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,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,,,,,1941.0,408.0,406.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1941.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +437,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,50.0,44.0,99.0,114.0,1386.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,27,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,['tensorflow'],1663843.0,73317.0,562.0,554.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,38647.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,330.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +438,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,6.0,343.0,30.0,2278.0,86.0,229.0,1328.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']",,10769.0,6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,10769.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +439,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,202.0,43.0,258.0,68.0,213.0,1306.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,,,,,2661.0,462.0,435.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2661.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +440,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,,174.0,25.0,36.0,1.0,116.0,1249.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'],,104915.0,1685.0,1664.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,104915.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +441,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,1164.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,,,586.0,28330.0,761.0,729.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,26571.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,87658.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +442,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-09-08 09:11:10.000000,2024-09-08 09:09:53,822.0,13.0,122.0,31.0,424.0,80.0,332.0,1061.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,,,,26949.0,153.0,143.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,26133.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,36759.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +443,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'],,236212.0,8007.0,7868.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,235445.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40697.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +444,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,,1203.0,184.0,213.0,29.0,534.0,9235.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,,,,,12534.0,284.0,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +445,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,7.0,814.0,142.0,1571.0,122.0,125.0,8044.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,,,,,4905.0,173.0,172.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4905.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +446,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,554.0,104.0,617.0,98.0,608.0,4268.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,['sklearn'],,375528.0,105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,373828.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,83310.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +447,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-09-19 01:22:51.000000,2024-06-26 19:01:50,1492.0,23.0,353.0,68.0,1434.0,109.0,85.0,3464.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,26,True,2024-06-26 16:33:42.000,1.2,17.0,lit-nlp,conda-forge/lit-nlp,,,,5711.0,41.0,38.0,https://pypi.org/project/lit-nlp,2024-06-26 16:32:34.000,3.0,3879.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,87939.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +448,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,8.0,600.0,40.0,1009.0,283.0,706.0,3349.0,"A unified, comprehensive and efficient recommendation library.",74.0,26,True,2023-11-04 11:23:19.000,1.2.0,10.0,recbole,aibox/recbole,,['pytorch'],,65957.0,2.0,,https://pypi.org/project/recbole,2023-10-31 12:52:34.000,2.0,65832.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,5785.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +449,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,2.0,532.0,141.0,240.0,42.0,635.0,3294.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'],,836.0,455.0,451.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,836.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +450,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,216.0,3649.0,429.0,1111.0,3027.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,,,,1688.0,,,,,,,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,144434.0,3.0,shogun/shogun,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1514.0,,,,,,,,,shogun,,,,,,,,,, +451,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,3013.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'],,153139.0,86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,152860.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,11449.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +452,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-06-02 15:40:01.000000,2024-06-02 15:40:01,251.0,,329.0,30.0,321.0,82.0,39.0,2869.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,26,True,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,['sklearn'],,18231.0,1076.0,1075.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,18138.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3471.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +453,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,,233.0,51.0,482.0,45.0,70.0,2789.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,76.0,28659.0,258.0,255.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,28658.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +454,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,2779.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,,,,86808.0,1117.0,1112.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,86538.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,15961.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +455,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,167.0,164.0,113.0,2752.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,,,,185928.0,61.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,61.0,184077.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,162896.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +456,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,43.0,89.0,240.0,2736.0,Learning to Rank in TensorFlow.,34.0,26,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,['tensorflow'],,99438.0,15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,99438.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +457,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-09-18 22:37:19.000000,2023-07-23 14:42:27,191.0,,482.0,38.0,249.0,52.0,288.0,2596.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'],,41041.0,11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,40798.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,8020.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +458,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,166.0,94.0,136.0,358.0,2484.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,,,,,616.0,28.0,26.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,616.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +459,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,1.0,239.0,35.0,147.0,24.0,145.0,2374.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,,,,330.0,21610.0,229.0,222.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,7.0,21604.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +460,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,,337.0,77.0,55.0,169.0,68.0,2307.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,36309.0,1407.0,1358.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,36309.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +461,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,160.0,13.0,92.0,2131.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,,,,,58850.0,730.0,711.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,58850.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +462,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'],260008.0,108717.0,2273.0,2259.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,104644.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,513.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +463,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-09-04 19:43:13.000000,2024-09-04 19:42:12,887.0,16.0,444.0,60.0,356.0,117.0,92.0,1923.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'],169.0,21694.0,21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,21692.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +464,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-09-04 08:38:12.000000,2024-08-31 13:01:11,360.0,22.0,307.0,1.0,1.0,1.0,,1841.0,Feature engineering package with sklearn like functionality.,49.0,26,True,2024-08-31 13:22:28.000,1.8.1,41.0,feature_engine,conda-forge/feature_engine,,,,160880.0,159.0,,https://pypi.org/project/feature_engine,2024-08-31 13:22:28.000,159.0,159727.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,56507.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +465,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,25.0,81.0,46.0,35.0,1754.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,,,,163425.0,724.0,679.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,162660.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,26776.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +466,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-06-21 10:56:28.000000,2024-06-03 08:29:10,3912.0,,286.0,29.0,578.0,92.0,720.0,1750.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,78.0,26,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,27.0,1929.0,107.0,104.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,1929.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +467,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,1734.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,26,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,['pytorch'],,1105.0,231.0,228.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1011.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3859.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +468,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-09-17 19:24:07.000000,2024-09-17 19:20:28,991.0,49.0,266.0,45.0,830.0,79.0,66.0,1658.0,A lightweight library for PyTorch training tools and utilities.,132.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,['pytorch'],,4920.0,24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,4920.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +469,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,10.0,390.0,1619.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,26,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,['tensorflow'],,2116.0,198.0,190.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,2116.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +470,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,,274.0,51.0,87.0,22.0,191.0,1589.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'],,32671.0,665.0,646.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,32520.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,7720.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +471,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,379.0,56.0,155.0,1570.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,['paddle'],,2542.0,61.0,60.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,2542.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +472,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-09-19 15:15:20.000000,2023-06-07 07:35:59,3033.0,,121.0,35.0,356.0,14.0,187.0,1442.0,Multi-class confusion matrix library in Python.,17.0,26,False,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,42132.0,356.0,332.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,24.0,42132.0,,,,3.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-06-22 10:18:00.000000,2024-06-22 10:17:04,858.0,2.0,270.0,78.0,487.0,53.0,202.0,1379.0,Underthesea - Vietnamese NLP Toolkit.,19.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,6927.0,19510.0,1199.0,1188.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,19432.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +474,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-08-16 07:37:12.000000,2024-08-16 07:37:10,1060.0,6.0,119.0,22.0,116.0,36.0,56.0,1364.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,26,True,2024-07-02 18:00:43.000,1.4.6,49.0,imodels,,,,,21237.0,106.0,97.0,https://pypi.org/project/imodels,2024-07-02 18:00:43.000,9.0,21237.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +475,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-09-04 08:57:04.000000,2024-06-07 09:11:54,678.0,,165.0,48.0,163.0,24.0,383.0,1362.0,moDel Agnostic Language for Exploration and eXplanation.,25.0,26,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,21477.0,188.0,181.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,7.0,21113.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,16044.0,2.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-06-18 04:54:15.000000,2022-12-22 14:52:10,805.0,,147.0,34.0,215.0,118.0,152.0,1234.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,,,,33825.0,548.0,491.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,21945.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,997948.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +477,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-09-18 19:25:13.000000,2024-09-13 00:21:18,2118.0,88.0,388.0,56.0,538.0,176.0,256.0,1230.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']",,1170.0,,,https://pypi.org/project/hls4ml,2023-12-19 21:00:58.000,,992.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,8566.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +478,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-09-18 22:44:56.000000,2024-09-18 18:54:30,2505.0,83.0,94.0,19.0,1090.0,76.0,233.0,1125.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,,,,,21498.0,28.0,24.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,21498.0,,,,3.0,,,,,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +479,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,,236.0,61.0,246.0,22.0,367.0,975.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,,,297.0,25054.0,614.0,580.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,24369.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,32059.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +480,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,927.0,Gaussian Process Optimization using GPy.,50.0,26,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,20420.0,566.0,529.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,20420.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +481,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,918.0,A scikit-learn based module for multi-label et. al. classification.,28.0,26,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,['sklearn'],,48956.0,1768.0,1743.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,48956.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +482,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,,80.0,12.0,49.0,22.0,53.0,782.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,26,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,866802.0,3714.0,3637.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,866611.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,6689.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +483,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-09-06 17:02:25.000000,2024-09-06 17:02:23,968.0,5.0,168.0,47.0,85.0,37.0,144.0,758.0,Library for exploring and validating machine learning data.,26.0,26,True,2024-04-24 23:26:22.000,1.15.1,46.0,tensorflow-data-validation,,,"['tensorflow', 'jupyter']",773.0,213015.0,31.0,,https://pypi.org/project/tensorflow-data-validation,2024-04-24 23:54:11.000,31.0,213005.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +484,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-09-06 03:01:34.001000,2024-08-26 11:19:41,478.0,1.0,49.0,9.0,62.0,190.0,251.0,631.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,,,,67655.0,872.0,795.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,64963.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,126569.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +485,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-09-07 16:17:54.000000,2024-08-29 19:51:59,354.0,23.0,96.0,20.0,144.0,36.0,98.0,624.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'],33.0,650253.0,90.0,83.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,650253.0,,,,3.0,,,,,,,,mrpowers-io/quinn,,,,,,,,,,,,,,,, +486,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-09-07 14:23:46.000000,2024-09-07 14:23:46,624.0,9.0,162.0,31.0,217.0,4.0,103.0,623.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,34.0,26,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],,29574.0,417.0,389.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,28.0,29285.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,7808.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +487,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-08-30 00:51:12.000000,2024-08-30 00:51:11,848.0,3.0,140.0,28.0,94.0,43.0,75.0,613.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2024-04-23 05:17:11.000,1.15.0,43.0,ml-metadata,,,,2448.0,72987.0,590.0,559.0,https://pypi.org/project/ml-metadata,2024-04-23 05:17:11.000,31.0,72950.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +488,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,500.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,,,,9886.0,382.0,365.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,8634.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,81399.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +489,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,79.0,30.0,9.0,7.0,7.0,78.0,335.0,Multiple Imputation with LightGBM in Python.,8.0,26,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,65711.0,168.0,159.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,65321.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,14851.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +490,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,168.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'],388.0,219.0,21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,214.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +491,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,5785.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,,,,3810.0,582.0,135.0,135.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,536.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +492,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,5.0,974.0,46.0,34.0,64.0,112.0,5199.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'],,4603.0,239.0,224.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4603.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-07-03 14:09:40.000000,2023-04-28 16:55:30,521.0,,451.0,63.0,94.0,36.0,88.0,5100.0,Finding duplicate images made easy!.,15.0,25,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,['tensorflow'],,53942.0,146.0,141.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,53942.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,2024-09-18 12:46:23.000000,2024-09-18 12:44:33,3675.0,69.0,615.0,91.0,4033.0,232.0,1400.0,5069.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,93.0,25,True,2024-08-29 19:14:26.000,1.41.0,82.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +495,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,5055.0,Image augmentation library in Python for machine learning.,23.0,25,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,6924.0,831.0,819.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,6924.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-09-18 01:04:17.000000,2024-09-18 00:59:25,221.0,3.0,296.0,77.0,179.0,24.0,54.0,4941.0,"A data augmentations library for audio, image, text, and video.",35.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,3018.0,143.0,139.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3018.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,4653.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'],,719.0,788.0,782.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,719.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +498,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,,982.0,242.0,217.0,51.0,203.0,4509.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,827.0,61.0,60.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,732.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3930.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,,437.0,43.0,54.0,88.0,174.0,4303.0,An Open-Source Framework for Prompt-Learning.,22.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,699.0,147.0,144.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,699.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +500,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,4133.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.0,25,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,8293.0,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,8293.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,133.0,649.0,65.0,198.0,3889.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,,,,,3300.0,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,3300.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +502,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,,917.0,176.0,386.0,33.0,430.0,3835.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'],,116.0,17.0,17.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,116.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +503,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-09-17 13:21:51.000000,2024-08-17 14:22:50,2847.0,45.0,1219.0,134.0,1114.0,52.0,83.0,3341.0,a distributed deep learning platform.,91.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,,,,78.0,4.0,4.0,,,,,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,789.0,3.0,apache/singa,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,7943.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,2024-08-13 17:52:35.000000,2024-08-13 17:16:53,181.0,1.0,401.0,156.0,85.0,105.0,101.0,3283.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'],,17134.0,24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,17134.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,,664.0,71.0,25.0,117.0,101.0,2976.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'],,1355.0,2970.0,2969.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1355.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,,475.0,97.0,49.0,65.0,254.0,2846.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,,,1062.0,3029.0,744.0,723.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2686.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,18225.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +507,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,,138.0,28.0,200.0,20.0,73.0,2741.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,,,,60106.0,460.0,434.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,56384.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,204724.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +508,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,2387.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'],,196.0,71.0,69.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,196.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-03-06 06:56:13.000000,2024-03-06 06:55:14,388.0,,289.0,55.0,14.0,22.0,80.0,2233.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-03-06 06:56:13.000,0.2.1,150.0,scattertext,conda-forge/scattertext,,,,18018.0,626.0,621.0,https://pypi.org/project/scattertext,2024-03-06 06:56:13.000,5.0,16873.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,97351.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,2209.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'],,9230.0,731.0,712.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,9230.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +511,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,66.0,63.0,41.0,198.0,2138.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,25,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,['tensorflow'],,953.0,57.0,55.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,953.0,,,,2.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,2107.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,,,,,278038.0,277.0,273.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,278038.0,,,,3.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,234.0,810.0,1857.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'],,485.0,117.0,113.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,485.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +514,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,8.0,135.0,34.0,446.0,50.0,354.0,1856.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,25,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,13313.0,62.0,61.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,13313.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +515,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,8.0,135.0,34.0,446.0,50.0,354.0,1856.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,25,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,13742.0,62.0,61.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,13313.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,13740.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,1819.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,,,,41.0,808.0,476.0,474.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,808.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +517,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,15.0,302.0,55.0,116.0,54.0,31.0,1611.0,Interpretability and explainability of data and machine learning models.,41.0,25,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,883.0,102.0,101.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,883.0,,,,3.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-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,25,False,2024-08-04 13:39:34.000,6.1.0,44.0,elephas,conda-forge/elephas,,"['keras', 'spark']",,38295.0,,,https://pypi.org/project/elephas,2024-08-04 13:39:34.000,,38048.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15070.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,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'],,169571.0,252.0,248.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,169571.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-08-24 06:55:52.306000,2024-08-15 08:12:47,1036.0,1.0,179.0,17.0,74.0,30.0,357.0,1541.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'],,42884.0,152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,33621.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-08-24 06:55:52.306,472458.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +521,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-07-18 17:36:15.000000,2024-07-18 17:32:59,357.0,3.0,269.0,43.0,255.0,77.0,197.0,1521.0,A framework for Privacy Preserving Machine Learning.,38.0,25,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,['pytorch'],,384.0,43.0,42.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,384.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +522,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,2.0,231.0,46.0,186.0,53.0,121.0,1395.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'],,5543.0,407.0,400.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5284.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,12979.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +523,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,,403.0,90.0,165.0,103.0,224.0,1363.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'],,195.0,45.0,45.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,195.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +524,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'],,13430.0,1672.0,1656.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,13430.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +525,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,1280.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,,,,,8336.0,1106.0,1095.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,8336.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,35.0,68.0,57.0,206.0,1252.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,25,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,['tensorflow'],133.0,761.0,139.0,137.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,756.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +527,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,3.0,245.0,20.0,23.0,5.0,88.0,1211.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,,,,17236.0,709.0,678.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,16835.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,30521.0,2.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,,119.0,11.0,23.0,28.0,15.0,1120.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,,,,,534479.0,6494.0,6022.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,534479.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +529,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-09-17 16:58:06.000000,2024-07-24 14:36:04,2074.0,1.0,218.0,42.0,605.0,101.0,440.0,1064.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,19852.0,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,19285.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,23846.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +530,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-09-12 12:53:59.000000,2024-09-12 10:35:25,429.0,56.0,143.0,19.0,87.0,5.0,71.0,906.0,An intuitive library to extract features from time series.,20.0,25,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,25961.0,156.0,149.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,25961.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +531,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,112.0,43.0,118.0,51.0,48.0,672.0,Bias Auditing & Fair ML Toolkit.,22.0,25,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,20398.0,178.0,170.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,20398.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,2024-09-12 19:06:50.000000,2024-09-08 23:31:27,895.0,19.0,86.0,10.0,762.0,98.0,449.0,635.0,Automated modeling and machine learning framework FEDOT.,34.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,1206.0,57.0,52.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1206.0,,,,2.0,,,,,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +533,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,6.0,137.0,21.0,49.0,1.0,87.0,570.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,,,,33082.0,2251.0,2198.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,31644.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,56120.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +534,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,,67.0,15.0,13.0,35.0,7.0,569.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,,,,631664.0,230.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,230.0,623724.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,317621.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +535,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-09-11 13:18:14.000000,2024-09-11 13:18:14,3767.0,16.0,69.0,46.0,359.0,21.0,397.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,['sklearn'],14.0,1691.0,47.0,45.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,1204.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,16591.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +536,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-09-16 16:21:46.000000,2024-08-30 12:42:13,2350.0,63.0,41.0,12.0,16.0,12.0,61.0,504.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,8.0,25,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,214.0,2211.0,47.0,34.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2208.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +537,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-09-19 13:30:16.000000,2024-09-19 13:30:16,537.0,3.0,40.0,5.0,16.0,7.0,51.0,338.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,25,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,['sklearn'],58.0,106915.0,859.0,811.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,48.0,86353.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-07-08 15:42:44.119,966423.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +538,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-09-19 03:59:24.000000,2024-09-19 03:58:37,566.0,15.0,57.0,41.0,317.0,20.0,62.0,305.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-09-19 03:59:24.000,1.6.1,84.0,gokart,,,,,4051.0,88.0,80.0,https://pypi.org/project/gokart,2024-09-19 03:59:24.000,8.0,4051.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +539,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-09-12 02:42:39.000000,2024-09-12 02:42:39,3585.0,530.0,60.0,7.0,324.0,46.0,102.0,264.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,2760.0,120.0,114.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,2042.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,33062.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +540,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,4.0,521.0,81.0,39.0,63.0,27.0,11102.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,,,,924.0,54.0,54.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,819.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3369.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-05-25 03:02:04.000000,2024-05-25 02:46:48,1097.0,,924.0,114.0,675.0,146.0,543.0,5481.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,118.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,['pytorch'],,401.0,21.0,20.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,401.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +542,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,136.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'],946.0,809.0,1146.0,1130.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,797.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +543,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,1.0,1016.0,92.0,64.0,257.0,270.0,4715.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'],,34179.0,28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,34179.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +544,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,352.0,59.0,51.0,,4391.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,1061.0,192.0,192.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,1061.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +545,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,3869.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,,,400.0,173.0,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,153.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1717.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +546,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,324.0,86.0,95.0,51.0,32.0,3520.0,Python library that makes it easy for data scientists to create charts.,25.0,24,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,2890.0,87.0,78.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,9.0,2423.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,32720.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,173.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'],,334.0,61.0,59.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,334.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +548,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-08-23 09:06:37.000000,2024-08-12 16:29:55,476.0,7.0,276.0,51.0,474.0,70.0,259.0,3331.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,24,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,641.0,7237.0,7.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,7.0,6093.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,47578.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +549,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,1.0,815.0,62.0,642.0,133.0,404.0,3246.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'],,1011.0,130.0,129.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1011.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-09-11 23:08:58.000000,2024-03-18 19:51:35,2374.0,,712.0,155.0,62.0,7.0,814.0,3170.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'],4753.0,917.0,,,,,,,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,68769.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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,,246.0,30.0,2015.0,5.0,659.0,3166.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,2683.0,20914.0,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,20833.0,,,,3.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,110.0,73.0,193.0,118.0,3084.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,,,,4667.0,1031.0,162.0,150.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,972.0,,,,3.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-06-17 16:48:21.000000,2024-06-17 16:48:16,471.0,,323.0,66.0,318.0,50.0,124.0,2862.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'],,2323.0,59.0,58.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,1973.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,17882.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,,171.0,20.0,78.0,102.0,178.0,2831.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,,,,,1587.0,54.0,53.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1587.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,2024-08-01 02:26:29.000000,2024-08-01 02:26:24,769.0,2.0,361.0,90.0,550.0,143.0,92.0,2749.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'],,17014.0,11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,17014.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,,325.0,92.0,2157.0,214.0,982.0,2696.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,,,,,13729.0,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,13729.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,,345.0,32.0,695.0,43.0,151.0,2644.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,423.0,113.0,109.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,423.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +558,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-06-18 18:31:40.000000,2023-07-01 21:40:58,1936.0,,366.0,39.0,91.0,41.0,158.0,2619.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,24,False,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,['pytorch'],,1733.0,7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,1733.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +559,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,88.0,29.0,25.0,52.0,2363.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,,,,,24364.0,754.0,700.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,24364.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,2268.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,,,,461.0,2656.0,112.0,111.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2647.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,,255.0,49.0,98.0,23.0,116.0,2212.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']",,3141.0,131.0,127.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3141.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,2024-07-17 19:00:35.000000,2024-07-17 19:00:21,2319.0,5.0,244.0,38.0,39.0,7.0,114.0,2134.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,,,,5639.0,275.0,262.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5115.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,26230.0,2.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,,669.0,84.0,48.0,24.0,64.0,2112.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,9378.0,546.0,534.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,9378.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +564,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-07-16 07:33:35.000000,2024-07-15 22:10:03,578.0,3.0,154.0,56.0,465.0,74.0,103.0,1999.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,32.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,1091.0,121.0,111.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1091.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +565,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,1998.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,['jupyter'],,1334.0,371.0,363.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1156.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,7872.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,2024-08-16 19:10:13.000000,2024-08-16 19:10:08,367.0,2.0,272.0,49.0,320.0,262.0,184.0,1822.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'],,418163.0,2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,418163.0,,,,3.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,49.0,49.0,23.0,91.0,1617.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,,,67530.0,5050.0,415.0,402.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2954.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,46322.0,3.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,,122.0,28.0,31.0,63.0,50.0,1581.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'],,245364.0,529.0,522.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,245364.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,2.0,163.0,103.0,189.0,40.0,25.0,1503.0,fklearn: Functional Machine Learning.,56.0,24,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,1906.0,14.0,14.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,1906.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +570,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,1283.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,['sklearn'],,1350.0,67.0,67.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1350.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +571,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-05-24 12:07:23.000000,2024-05-24 12:07:18,209.0,,85.0,34.0,110.0,8.0,18.0,1235.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'],,22187.0,277.0,266.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,22187.0,,,,3.0,,,,,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +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,2023-10-19 08:20:16.000000,2023-02-08 02:25:50,604.0,,206.0,53.0,460.0,145.0,294.0,1203.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,False,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,['tensorflow'],,406.0,76.0,67.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,406.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,70.0,415.0,75.0,147.0,1164.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,,,,,511.0,175.0,170.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,511.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +574,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,1040.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'],,5290.0,234.0,225.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,5290.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +575,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-09-09 08:45:12.000000,2024-08-24 15:16:00,781.0,1.0,67.0,14.0,130.0,51.0,117.0,1009.0,Visualize large time series data with plotly.py.,12.0,24,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,351732.0,1403.0,1379.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,349655.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,66470.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,,173.0,49.0,114.0,53.0,170.0,984.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,750.0,328.0,305.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,750.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,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,980.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'],,8058.0,484.0,481.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,8058.0,,,,3.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,2024-09-19 13:48:13.000000,2024-09-18 22:47:07,1748.0,275.0,35.0,9.0,1213.0,9.0,42.0,962.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,24,True,2024-09-18 03:52:33.000,0.0.35,43.0,runhouse,,,,34.0,37815.0,1.0,,https://pypi.org/project/runhouse,2024-09-18 03:50:09.000,1.0,37814.0,,,,3.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,2023-01-03 21:24:56.000000,2023-01-03 21:24:56,1146.0,,158.0,33.0,25.0,34.0,236.0,742.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,,,,,2744.0,181.0,177.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2744.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +580,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,,155.0,17.0,73.0,35.0,109.0,726.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,,,30.0,17840.0,219.0,187.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,16964.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,88510.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +581,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,5.0,119.0,17.0,84.0,21.0,38.0,708.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'],,42189.0,320.0,282.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,38886.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,161859.0,3.0,,,,,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +582,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-08-29 13:38:23.000000,2024-08-29 13:37:57,573.0,8.0,101.0,23.0,102.0,15.0,111.0,691.0,Python library for reading audio file metadata.,27.0,24,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,27843.0,113.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,113.0,27843.0,,,,3.0,,,,,,,,tinytag/tinytag,,,,,,,,,,,,,,,, +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,,136.0,131.0,91.0,42.0,67.0,664.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'],,14392.0,224.0,212.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,14392.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +584,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,510.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'],,2464642.0,4872.0,4769.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2455331.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,921822.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +585,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2024-09-04 00:22:36.000000,2024-05-15 12:32:23,5658.0,,93.0,18.0,764.0,16.0,446.0,439.0,Lightwood is Legos for Machine Learning.,46.0,24,False,2024-05-15 13:29:47.000,24.5.2.0,204.0,lightwood,,,['pytorch'],,8669.0,71.0,69.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,8669.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +586,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-07-28 17:27:34.085000,2024-07-25 12:35:52,6718.0,2.0,144.0,36.0,400.0,38.0,138.0,382.0,Neuroimaging in Python FMRI analysis package.,69.0,24,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,64253.0,258.0,234.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,24.0,2629.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,123249.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +587,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-08-31 15:20:57.000000,2024-08-31 15:20:52,1052.0,46.0,1196.0,104.0,507.0,91.0,599.0,12575.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",88.0,23,False,2024-08-06 09:48:26.000,2.2.14,100.0,pandas-ai,,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,3.0,,,,,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,, +588,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,8.0,639.0,92.0,152.0,99.0,103.0,8374.0,A collection of libraries to optimise AI model performances.,40.0,23,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,1274.0,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,1274.0,,,,3.0,,,,,,,,nebuly-ai/optimate,,,,,,,,,,,,,,,, +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,,1379.0,262.0,69.0,115.0,136.0,6403.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,240.0,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,240.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-06-28 18:04:33.000000,2024-06-28 18:04:28,599.0,1.0,745.0,106.0,590.0,107.0,345.0,6112.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'],,65373.0,2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,65373.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +591,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,,1033.0,119.0,105.0,172.0,355.0,5334.0,Backtest trading strategies in Python.,19.0,23,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,16103.0,5.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,5.0,16103.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +592,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-09-16 06:47:25.000000,2024-09-10 16:49:55,1635.0,29.0,827.0,145.0,1561.0,367.0,403.0,5048.0,Simple and Distributed Machine Learning.,120.0,23,True,2024-08-30 02:16:51.000,1.0.5,51.0,mmlspark,,,['spark'],,,,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +593,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,212.0,4849.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,,,,1709.0,,,,,,,,,,3.0,shadowreaver/crypto-signal,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143588.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,,447.0,89.0,78.0,67.0,137.0,3364.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'],200.0,434244.0,2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,434241.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,53.0,414.0,82.0,106.0,3250.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'],,202.0,50.0,49.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,202.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,,229.0,54.0,36.0,75.0,125.0,3174.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'],,4541.0,435.0,421.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,3933.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,26794.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,130.0,136.0,60.0,128.0,2401.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'],12871.0,1969.0,67.0,65.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1814.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,,300.0,64.0,78.0,65.0,68.0,2104.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'],,1836.0,33.0,30.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1836.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,1970.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'],,4623.0,178.0,178.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,4623.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-09-12 16:55:27.000000,2024-09-12 16:55:27,1287.0,27.0,139.0,33.0,178.0,71.0,149.0,1946.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",27.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,562.0,217.0,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,206.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,1880.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'],,3036.0,486.0,464.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1826.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,49632.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +602,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,1642.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,,,,59.0,1809.0,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,1809.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +603,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,1581.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,['tensorflow'],,70292.0,3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,70292.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-09-17 18:30:02.000000,2024-09-17 18:29:59,1210.0,12.0,117.0,26.0,68.0,4.0,29.0,1512.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,23,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,['pytorch'],30.0,8032.0,7.0,,https://pypi.org/project/pytorch_toolbelt,2022-06-27 19:59:57.000,7.0,8032.0,,,,3.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-09-17 07:49:50.000000,2024-09-17 07:49:48,563.0,13.0,133.0,21.0,299.0,21.0,139.0,1321.0,A standard framework for modelling Deep Learning Models for tabular data.,23.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,['pytorch'],35.0,3384.0,3.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,3.0,3384.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +606,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,4.0,151.0,92.0,122.0,33.0,46.0,1179.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,23,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,564.0,114.0,113.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,564.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +607,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-07-31 11:37:05.000000,2024-07-30 22:14:35,447.0,5.0,210.0,53.0,90.0,68.0,208.0,1037.0,Line based ATR Engine based on OCRopy.,20.0,23,True,2024-07-31 11:34:41.000,1.0.7,42.0,calamari_ocr,,,,,5063.0,8.0,,https://pypi.org/project/calamari_ocr,2024-07-31 11:34:41.000,8.0,5063.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-09-18 16:19:21.851000,2024-08-15 16:03:59,733.0,1.0,146.0,15.0,106.0,29.0,249.0,994.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'],,31312.0,122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,22566.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-09-18 16:19:21.851,446073.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +609,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,950.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,23,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,['tensorflow'],,78754.0,110.0,102.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,78754.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,3.0,115.0,15.0,48.0,38.0,29.0,927.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,,,,662930.0,41299.0,715.0,685.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,26888.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +611,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2024-09-11 20:07:00.000000,2024-02-01 21:38:56,330.0,,169.0,29.0,113.0,88.0,56.0,905.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,,,,51860.0,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,6467.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2276087.0,3.0,,,,,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,764.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,34.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'],,22601.0,667.0,655.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,22601.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,,85.0,14.0,77.0,221.0,218.0,866.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,20.0,3475.0,99.0,99.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,3475.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +614,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,,80.0,21.0,12.0,,39.0,683.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,,,,11717.0,509.0,504.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11662.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2227.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,2024-09-09 13:17:32.000000,2024-09-05 05:07:45,985.0,5.0,189.0,24.0,855.0,131.0,394.0,590.0,MONAI Label is an intelligent open source image labeling and learning tool.,61.0,23,True,2024-07-23 17:48:05.000,0.8.3,114.0,monailabel-weekly,,,,92878.0,3623.0,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1179.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +616,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-09-18 18:05:27.000000,2024-08-18 15:52:42,512.0,15.0,60.0,25.0,10.0,13.0,44.0,548.0,Active Learning for Text Classification in Python.,7.0,23,True,2024-08-18 16:02:51.000,1.4.1,22.0,small-text,conda-forge/small-text,,"['sklearn', 'pytorch']",,1153.0,30.0,30.0,https://pypi.org/project/small-text,2024-08-18 16:00:34.000,,805.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,9073.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +617,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,516.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,['huggingface'],,2296.0,284.0,279.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2296.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +618,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,386.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,,,,202635.0,481.0,437.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,200948.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,80985.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +619,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,23,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,1424.0,6.0,6.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,1424.0,,,,3.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,,1440.0,149.0,50.0,46.0,11.0,10032.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'],,946.0,65.0,62.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,946.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,,609.0,146.0,1362.0,129.0,987.0,8019.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,,,,,557.0,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,557.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +622,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,,783.0,223.0,25.0,8.0,122.0,5346.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'],,1772.0,22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,1772.0,,,,3.0,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +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,,322.0,75.0,37.0,95.0,75.0,4373.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,,,,,714.0,53.0,53.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,714.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-08-12 15:50:03.000000,2024-08-12 15:45:58,1602.0,4.0,514.0,148.0,610.0,86.0,75.0,3559.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",167.0,22,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,['pytorch'],,40.0,,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +625,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,215.0,16.0,24.0,4.0,3422.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,,,,54.0,423.0,14.0,14.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,423.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,,677.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'],602.0,1506.0,8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1497.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,3135.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,['tensorflow'],,1771.0,160.0,158.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1771.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-09-19 02:32:13.000000,2021-05-06 12:10:38,127.0,,155.0,48.0,70.0,2.0,30.0,3058.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,,,,583.0,53.0,53.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,529.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1746.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,165.0,120.0,22.0,112.0,2935.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,275.0,10.0,10.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,275.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,,239.0,42.0,110.0,80.0,64.0,2879.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,,,,141.0,3776.0,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,3774.0,,,,3.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-08-05 15:27:11.000000,2024-08-05 15:27:03,3460.0,3.0,727.0,7.0,30.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,['spark'],,736.0,1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,736.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,77.0,144.0,36.0,126.0,2387.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'],,114.0,30.0,28.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,114.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +633,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-06-27 09:47:40.000000,2024-06-27 09:47:40,546.0,1.0,223.0,42.0,133.0,63.0,127.0,2279.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,30.0,22,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,8352.0,6.0,6.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,8352.0,,,,3.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,1.0,341.0,42.0,68.0,163.0,95.0,1854.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,,,,,1431.0,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1431.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,1789.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']",,2551.0,310.0,299.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2551.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,,213.0,38.0,111.0,56.0,42.0,1722.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'],618.0,5427.0,168.0,162.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,3053.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,231218.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +637,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,1637.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,136.0,5.0,5.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,136.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,1588.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'],,1379.0,4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,942.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,24507.0,3.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,,187.0,32.0,86.0,16.0,33.0,1387.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,682.0,94.0,93.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,682.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,,88.0,40.0,15.0,11.0,27.0,1357.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'],,34971.0,237.0,215.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,34797.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6116.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,,190.0,27.0,57.0,22.0,36.0,1291.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'],,697.0,179.0,174.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,697.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +642,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-09-18 00:15:10.000000,2024-09-18 00:14:54,196.0,7.0,113.0,38.0,30.0,17.0,119.0,1238.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,22,True,2024-07-26 00:44:37.000,2.2.4,84.0,ngt,,,,,2897.0,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,2897.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +643,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-06-07 14:38:03.000000,2024-06-07 14:37:59,835.0,,324.0,51.0,796.0,11.0,300.0,1210.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'],19.0,1779.0,,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,1779.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,,213.0,65.0,29.0,31.0,12.0,1182.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,10684.0,81.0,79.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,10684.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +645,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,,294.0,96.0,123.0,62.0,97.0,1048.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'],,2191.0,16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1637.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,47154.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,,112.0,51.0,99.0,44.0,51.0,1016.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'],,2431.0,256.0,245.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,2431.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +647,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,1009.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,,,,,14158.0,211.0,207.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,14158.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,953.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,,,,59106.0,762.0,739.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,57335.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,63775.0,3.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,23.0,46.0,16.0,82.0,919.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,['tensorflow'],28.0,1682.0,2443.0,2434.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1682.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +650,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,133.0,24.0,594.0,63.0,511.0,845.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,2978.0,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,2978.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +651,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,843.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,2358.0,484.0,483.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2358.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +652,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,142.0,15.0,63.0,37.0,135.0,813.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'],,16954.0,62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,13229.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,193742.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +653,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-09-17 19:07:10.000000,2024-09-17 19:07:10,1248.0,47.0,126.0,30.0,1056.0,37.0,54.0,764.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,,,,,990.0,1.0,1.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,990.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'],,10801.0,18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,6396.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,336845.0,3.0,,,,,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,578.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-08-25 07:39:58.000000,2024-07-23 12:43:38,1508.0,3.0,80.0,34.0,674.0,22.0,118.0,700.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']",,617.0,14.0,12.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,617.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,,88.0,21.0,9.0,25.0,41.0,684.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'],,29119.0,476.0,466.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,29090.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2987.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +657,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,130.0,22.0,19.0,8.0,30.0,597.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,['sklearn'],,11673.0,171.0,166.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,11673.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +658,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,4.0,63.0,17.0,114.0,8.0,48.0,570.0,A simplified framework and utilities for PyTorch.,23.0,22,False,2024-07-08 19:12:54.000,1.17.2,38.0,poutyne,,,['pytorch'],,4080.0,147.0,142.0,https://pypi.org/project/poutyne,2024-07-08 19:15:42.000,5.0,4080.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +659,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,,100.0,26.0,8.0,1.0,33.0,519.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,5461.0,29.0,26.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,5461.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +660,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,,102.0,36.0,276.0,71.0,173.0,484.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,,,,364.0,1530.0,83.0,81.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1526.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +661,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,,,,,22847.0,38.0,36.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,22847.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +662,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-08-12 09:24:26.000000,2024-08-12 09:24:26,399.0,5.0,102.0,18.0,9.0,7.0,49.0,453.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-06-08 21:33:50.000,0.0.18,18.0,chefboost,,,,,3856.0,59.0,59.0,https://pypi.org/project/chefboost,2024-06-08 21:33:50.000,,3856.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +663,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,421.0,Fast PyTorch based DSP for audio and 1D signals.,2.0,22,False,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,['pytorch'],,479165.0,1798.0,1792.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,479165.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +664,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-09-01 02:29:03.000000,2024-09-01 02:27:39,668.0,8.0,65.0,30.0,481.0,21.0,91.0,372.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2023-07-18 13:09:18.000,4.0.0,40.0,vega,conda-forge/vega,,['jupyter'],,24759.0,19.0,4.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,15.0,12394.0,https://anaconda.org/conda-forge/vega,2024-05-18 03:50:45.535,642997.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +665,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-08-19 11:40:22.000000,2023-02-01 10:38:52,3728.0,,60.0,28.0,110.0,33.0,184.0,369.0,scalable audio processing framework and server written in Python.,22.0,22,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,280.0,18.0,18.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,280.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +666,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,204.0,283.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,785.0,116.0,108.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,785.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +667,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,4.0,12.0,236.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,,,,93607.0,1241.0,1184.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,91933.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,78724.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +668,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,,,,,107280.0,2392.0,2348.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,107280.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +669,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,1190.0,93.0,50.0,395.0,287.0,6512.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,33.0,21,True,,,1.0,pyslowfast,,,['pytorch'],,48.0,17.0,17.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,48.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +670,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,4916.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,,,,,1524.0,20.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +671,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-03-12 11:21:52.000000,2021-06-02 09:45:13,150.0,,742.0,102.0,35.0,107.0,113.0,4609.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,,,['tensorflow'],,4894.0,5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,4891.0,,,,3.0,idealo/image-super-resolution-gpu,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,239.0,,,,,,,,,,,,,,,,,,, +672,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-05-20 22:36:46.000000,2023-08-15 07:38:22,956.0,,567.0,168.0,47.0,35.0,28.0,4484.0,High-performance TensorFlow library for quantitative finance.,47.0,21,False,,,30.0,tf-quant-finance,,,['tensorflow'],,623.0,3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,623.0,,,,3.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,,330.0,72.0,2.0,20.0,7.0,2904.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'],,1993.0,210.0,207.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1993.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,,370.0,84.0,4.0,5.0,18.0,2207.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,,,,,292.0,50.0,50.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,292.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,,249.0,54.0,35.0,16.0,105.0,2097.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'],,10644.0,,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,10644.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,1.0,163.0,24.0,34.0,33.0,31.0,1965.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'],107.0,591.0,30.0,29.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,428.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5339.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +677,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,34.0,176.0,1846.0,A library for graph deep learning research.,50.0,21,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,402.0,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,402.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +678,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,2.0,158.0,18.0,74.0,24.0,41.0,1771.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'],,2466.0,31.0,31.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,2466.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +679,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,1663.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,['pytorch'],,108.0,,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,108.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +680,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,1655.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'],,5324.0,66.0,60.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,5324.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +681,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,,211.0,56.0,52.0,80.0,149.0,1561.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,21,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,2856.0,786.0,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,756.0,,,,3.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,102.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,,,,,3607.0,23.0,23.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,3607.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,1490.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,,,,,527.0,36.0,36.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,527.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,,352.0,60.0,47.0,37.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'],,247.0,39.0,33.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,247.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +685,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,1274.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'],,318.0,36.0,36.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,318.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +686,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,36.0,1079.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,,,,236070.0,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,235908.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,8766.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +687,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,27.0,61.0,52.0,61.0,1075.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,708.0,885.0,126.0,123.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,879.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +688,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,1067.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,['tensorflow'],,334.0,29.0,29.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,334.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +689,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'],,243.0,87.0,83.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,243.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,1.0,86.0,18.0,160.0,20.0,94.0,859.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,,,,2029.0,62.0,60.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1806.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,9839.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +691,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-08-07 20:25:13.000000,2024-08-07 18:21:25,294.0,1.0,248.0,46.0,18.0,11.0,91.0,850.0,Data compression in TensorFlow.,21.0,21,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,['tensorflow'],,2744.0,2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2744.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +692,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,75.0,6.0,5.0,2.0,23.0,843.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,['sklearn'],,21453.0,490.0,475.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,15.0,21453.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +693,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,39.0,840.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,,,,14349.0,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,14002.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,21516.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,,160.0,37.0,46.0,43.0,49.0,818.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,575.0,107.0,98.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,575.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +695,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,26.0,162.0,51.0,62.0,768.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'],,555.0,59.0,55.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,555.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-07-28 01:04:48.000000,2024-07-22 10:16:42,493.0,1.0,112.0,34.0,561.0,211.0,246.0,750.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,,,,,9304.0,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,9304.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +697,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,24.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'],,43363.0,666.0,658.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,43184.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8430.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +698,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,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,,,,25.0,39456.0,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,39456.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +699,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,641.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']",,26686.0,672.0,655.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,26686.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +700,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,634.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'],,648.0,94.0,90.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,648.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +701,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,,,,,29378.0,218.0,210.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,29378.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +702,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,44.0,61.0,612.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'],,4351.0,183.0,181.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,4231.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,4696.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,,95.0,26.0,32.0,35.0,6.0,610.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'],,20905.0,405.0,397.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,20905.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +704,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,609.0,a distributed Hyperband implementation on Steroids.,11.0,21,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,7892.0,490.0,465.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,7460.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19478.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,606.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,,,,,395.0,63.0,62.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,395.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +706,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,580.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,,,,6617.0,407.0,401.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,6426.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,13192.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +707,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,,85.0,7.0,20.0,3.0,92.0,580.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,,,,,14105.0,74.0,72.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,14105.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,27.0,31.0,5.0,24.0,570.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,,,,,1389.0,52.0,50.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1389.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +709,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,,57.0,10.0,21.0,15.0,37.0,556.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,,,,13001.0,449.0,440.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,12583.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,27649.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +710,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,,167.0,56.0,20.0,39.0,60.0,547.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,189.0,32.0,31.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,189.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +711,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,497.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,,,,28.0,6710.0,143.0,135.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6710.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +712,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-09-19 15:31:09.000000,2024-09-16 10:22:24,3046.0,21.0,63.0,11.0,267.0,11.0,111.0,436.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'],,261.0,3.0,3.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,261.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +713,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,414.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,98.0,4483.0,132.0,129.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4483.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +714,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,4.0,26.0,8.0,78.0,33.0,23.0,396.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,,,,1613.0,17.0,15.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,945.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,25390.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,377.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,,,,,13324.0,536.0,528.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,13324.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,,85.0,29.0,318.0,75.0,27.0,372.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'],,30858.0,7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,30858.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,,49.0,11.0,37.0,29.0,37.0,352.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,,,,,3153.0,255.0,239.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3153.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-09-19 13:22:45.000000,2024-09-07 14:51:10,784.0,39.0,25.0,5.0,294.0,5.0,,311.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-09-07 14:51:28.000,1.2.5,802.0,upgini,,,,,12004.0,7.0,7.0,https://pypi.org/project/upgini,2024-09-17 04:53:11.000,,12004.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +719,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,,35.0,18.0,6.0,19.0,21.0,310.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,['tensorflow'],,1480.0,114.0,111.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1480.0,,,,3.0,,,,,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +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']",,472017.0,19.0,17.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,472017.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +721,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,,68.0,28.0,31.0,32.0,113.0,266.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,,,2005.0,4465.0,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1946.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,117612.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +722,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-09-14 23:54:17.000000,2024-09-14 23:54:15,492.0,4.0,109.0,19.0,544.0,58.0,126.0,265.0,An open-source toolkit for large-scale genomic analysis.,28.0,21,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,91.0,63528.0,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,63413.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,4934.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +723,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,89.0,26.0,39.0,264.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2024-08-26 15:06:41.000,1.2.0,8.0,omlt,,,,,14630.0,22.0,19.0,https://pypi.org/project/omlt,2024-08-26 15:06:41.000,3.0,14630.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +724,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-09-18 15:02:40.000000,2023-07-02 18:02:16,1462.0,,47.0,15.0,208.0,27.0,64.0,243.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,489.0,50.0,44.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,489.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +725,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-08-09 06:53:19.000000,2024-08-09 06:53:17,591.0,3.0,34.0,24.0,644.0,21.0,129.0,242.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,,,,1156.0,1769.0,8.0,8.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,1748.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +726,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,,2392.0,148.0,89.0,255.0,286.0,13378.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,,,,,,,,,,,,,,,,,,,,,,,, +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,,1716.0,19.0,19.0,72.0,24.0,5083.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,,,,,5023.0,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,5023.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +728,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,85.0,180.0,108.0,161.0,3617.0,A high performance and generic framework for distributed DNN training.,21.0,20,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,,,,119.0,2.0,2.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,98.0,,,,3.0,bytepsimage/tensorflow,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1346.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,100.0,16.0,53.0,17.0,3410.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,,,,,853.0,160.0,153.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,853.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,,321.0,59.0,242.0,175.0,111.0,3171.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,,,,689.0,3468.0,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3456.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +731,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,,171.0,65.0,54.0,6.0,44.0,3080.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,,,,46.0,343.0,5.0,5.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,343.0,,,,3.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,,398.0,101.0,54.0,64.0,48.0,2937.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,,,,,629.0,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,629.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,2851.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,84.0,30.0,46.0,80.0,2668.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,545.0,72.0,72.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,545.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,126.0,225.0,90.0,183.0,2324.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,,,,,125.0,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,125.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +736,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,2133.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,['pytorch'],,1300.0,19.0,19.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1300.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +737,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,1930.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,1046.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +738,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,1812.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,,,,32.0,6164.0,33.0,33.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,6164.0,,,,3.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,1623.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,,,,,1718.0,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1718.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +740,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,1590.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,,,['tensorflow'],,275.0,1.0,1.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,71.0,,,,3.0,zh794390558/delta,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13119.0,,,,,,,,,,,,,,,,,,, +741,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,1530.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'],,1711.0,29.0,29.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1711.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +742,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,1426.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'],,148.0,32.0,32.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,148.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +743,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,,182.0,18.0,262.0,77.0,94.0,1338.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']",,40026.0,6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,40026.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +744,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,1272.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,,,,,2644.0,160.0,158.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2644.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +745,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,,200.0,62.0,7.0,13.0,29.0,1131.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,,,,,402.0,5.0,5.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,402.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +746,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,1026.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,,,,681.0,183.0,181.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,449.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9314.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,,130.0,36.0,16.0,9.0,4.0,922.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,727.0,3640.0,3635.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,727.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,,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'],,1026.0,46.0,46.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1026.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +749,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,762.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,,,,,744.0,113.0,113.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,744.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +750,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,733.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,20,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,593.0,29.0,27.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,593.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +751,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,,113.0,18.0,26.0,1.0,87.0,723.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,20,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,8863.0,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,8863.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +752,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-08-07 20:31:21.000000,2024-01-09 18:05:38,305.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'],,4191.0,3.0,,https://pypi.org/project/dabl,2024-08-07 20:31:21.000,3.0,4191.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,,144.0,34.0,84.0,16.0,55.0,628.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'],,211.0,26.0,23.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,211.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +754,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,13.0,22.0,567.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,,,,,219.0,37.0,33.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,219.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +755,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,543.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,,,,12.0,568.0,112.0,110.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,568.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,,108.0,20.0,57.0,26.0,21.0,493.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,,,,,4577.0,80.0,72.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,4577.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +757,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-06-28 04:46:54.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,224.0,15.0,40.0,493.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']",201.0,27321.0,23.0,21.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,27318.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +758,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-09-02 10:07:56.000000,2024-07-16 08:32:27,987.0,13.0,81.0,30.0,95.0,15.0,27.0,445.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,,,,,336.0,12.0,12.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,336.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +759,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,410.0,A python package for animating plots build on matplotlib.,7.0,20,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,698.0,63.0,59.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,393.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,14362.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +760,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-08-28 17:11:07.000000,2024-04-26 20:31:49,327.0,,78.0,25.0,345.0,26.0,10.0,341.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,"['tensorflow', 'jupyter']",,1427.0,,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,1427.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +761,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-06-13 05:29:40.000000,2024-06-13 05:28:48,643.0,,43.0,13.0,63.0,3.0,57.0,330.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,20,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,['tensorflow'],,1531.0,37.0,35.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1531.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +762,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,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'],,2814.0,255.0,255.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2814.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +763,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-08-15 00:23:47.000000,2024-08-14 15:39:49,663.0,2.0,18.0,24.0,353.0,49.0,87.0,317.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,,,5876.0,9120.0,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1071.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-05-10 13:02:13.580,229531.0,3.0,,,,,,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,215.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,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,,,,,308.0,10.0,9.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,308.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +765,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2024-09-13 15:25:32.000000,2024-09-13 15:25:31,427.0,5.0,76.0,21.0,443.0,27.0,51.0,273.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,,,,,311.0,3.0,3.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,311.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +766,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,11.0,19.0,6.0,33.0,20.0,39.0,263.0,Streaming over lightweight data transformations.,6.0,20,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,494.0,60.0,57.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,494.0,,,,3.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,18.0,464.0,90.0,76.0,235.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,['pytorch'],,6850.0,81.0,71.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6850.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +768,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,,,,402.0,1277.0,445.0,443.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1273.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +769,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,765.0,337.0,58.0,2.0,,6748.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,,,,362.0,236.0,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,230.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-04-02 17:52:52.000000,2021-06-15 18:41:51,22.0,,279.0,31.0,22.0,34.0,37.0,3170.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,,2131.0,2131.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,,256.0,56.0,65.0,8.0,31.0,1380.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,,,,,97.0,3.0,3.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,97.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,33.0,72.0,31.0,30.0,1106.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'],,15753.0,2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,15753.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,,165.0,43.0,5.0,4.0,7.0,1098.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,,,,,344.0,31.0,31.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,344.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +774,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,1082.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'],,5765.0,155.0,150.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5765.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,,179.0,18.0,42.0,23.0,60.0,906.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,,,,587.0,193.0,190.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,390.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,9653.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,,141.0,14.0,24.0,58.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,,,,,398.0,102.0,101.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,398.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,,230.0,29.0,38.0,43.0,21.0,850.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,,,,,2485.0,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,2485.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,2.0,79.0,23.0,47.0,16.0,17.0,830.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'],,2037.0,31.0,25.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1101.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,29029.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-08-18 17:19:42.000000,2024-08-18 17:07:49,821.0,2.0,40.0,15.0,18.0,1.0,22.0,599.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,,,,,567.0,18.0,18.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,567.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +780,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,562.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,,,,,1301.0,52.0,52.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1301.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,561.0,A library of metrics for evaluating recommender systems.,20.0,19,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,7.0,4329.0,56.0,56.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4329.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,,140.0,56.0,72.0,18.0,71.0,525.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,,,,,270.0,21.0,21.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,270.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,1.0,54.0,18.0,10.0,4.0,18.0,521.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'],,1120.0,60.0,60.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1120.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,16.0,148.0,40.0,66.0,468.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']",,661.0,52.0,52.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,661.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'],,4367.0,3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,4367.0,,,,3.0,,,,,,2.0,,,,,,,,,,,,,,,,,, +786,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,418.0,A toolkit that streamlines and automates the generation of model cards.,22.0,19,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,24.0,991.0,25.0,24.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,991.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,,72.0,25.0,48.0,18.0,19.0,406.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'],,5258.0,28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4829.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,34399.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +788,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,284.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'],,5501.0,10.0,10.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,860.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,218167.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +789,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2023-05-01 07:55:52.405000,2023-05-01 07:50:02,24.0,,23.0,8.0,11.0,5.0,9.0,211.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2023-05-01 07:55:52.405,0.2.3,11.0,numerizer,,,,,16201.0,92.0,89.0,https://pypi.org/project/numerizer,2023-05-01 07:55:52.405,3.0,16201.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +790,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,3.0,33.0,11.0,202.0,21.0,76.0,199.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,19,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,['sklearn'],,741.0,40.0,39.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,741.0,,,,3.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,6274.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,,413.0,106.0,83.0,67.0,48.0,2971.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,8604.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,,459.0,79.0,36.0,83.0,68.0,1690.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,,,,,188.0,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,188.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +794,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,,177.0,23.0,20.0,18.0,30.0,1679.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,,,,40.0,83.0,7.0,7.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,82.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,2024-08-12 14:02:24.000000,2022-05-24 23:48:09,791.0,,71.0,26.0,1005.0,127.0,65.0,1649.0,Version control for machine learning.,17.0,18,False,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,125.0,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,125.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,1266.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,,,,,201.0,3.0,2.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,201.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +797,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-05-29 14:46:40.000000,2024-04-25 03:40:02,286.0,,60.0,15.0,60.0,8.0,21.0,1019.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",14.0,18,True,2024-04-25 03:41:41.000,3.0.2,34.0,uform,,,['pytorch'],390.0,1035.0,7.0,6.0,https://pypi.org/project/uform,2024-04-25 03:41:41.000,1.0,1015.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,,84.0,14.0,35.0,3.0,24.0,814.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,3123.0,37.0,33.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3123.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,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'],,111.0,14.0,14.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,111.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,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,771.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'],,2830.0,43.0,43.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2731.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3469.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,25.0,4.0,39.0,42.0,690.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,,,,,305.0,3.0,3.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,305.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,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,,,,,490.0,4.0,4.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,490.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +803,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,47597.0,14.0,13.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,292.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2270649.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,,69.0,7.0,6.0,4.0,32.0,559.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,,,,,2143.0,21.0,19.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2143.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +805,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-08-11 17:21:13.000000,2024-08-11 17:21:13,1772.0,1.0,74.0,9.0,218.0,49.0,81.0,526.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,18,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,184.0,689.0,34.0,33.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,684.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,481.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'],,592.0,13.0,13.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,592.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,479.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'],,813.0,3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,813.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,,105.0,71.0,7.0,15.0,19.0,428.0,semantic similarity framework for knowledge graph.,10.0,18,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,253.0,47.0,47.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,253.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,8.0,12.0,11.0,18.0,394.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,92.0,5458.0,128.0,124.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5457.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,345.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,,,,,220.0,6.0,6.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,220.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'],,1013.0,16.0,14.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1013.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +812,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,,52.0,11.0,60.0,17.0,41.0,332.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,302.0,41.0,37.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,302.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +813,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,1.0,129.0,34.0,325.0,83.0,132.0,330.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,,,,267.0,,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,,250.0,,,,3.0,brainiak/brainiak,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1847.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,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'],190.0,129.0,4.0,4.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,126.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,14.0,36.0,8.0,44.0,231.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,,,,,201.0,30.0,28.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,201.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +816,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,224.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,,,,2046.0,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,1936.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3545.0,3.0,,,,,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +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,,1348.0,466.0,21.0,59.0,167.0,7098.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,2024-08-28 18:43:26.000000,2024-08-28 18:43:21,703.0,9.0,425.0,39.0,851.0,149.0,119.0,3252.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,84.0,17,True,,,,,,,['jax'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +819,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,1543.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,,,,,141.0,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,121.0,,,,3.0,tobegit3hub/advisor,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1691.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,,144.0,17.0,11.0,25.0,18.0,1162.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'],,315.0,58.0,56.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,315.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +821,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,15.0,10.0,26.0,17.0,776.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,,,,,522.0,53.0,53.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,522.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +822,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,111.0,20.0,58.0,2.0,13.0,766.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,,36.0,6624.0,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,6624.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +823,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,,,,473.0,249.0,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,243.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +824,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,399.0,Deep Learning PyTorch.,1.0,17,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,['pytorch'],,1000.0,7.0,7.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,1000.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +825,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,60.0,31.0,47.0,240.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'],,125.0,20.0,16.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,125.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +826,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,,45.0,1.0,,,,211.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'],,1129.0,,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1129.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +827,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,,,,,177.0,63.0,58.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,177.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +828,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,1.0,57.0,5.0,2.0,3.0,1.0,131.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,17,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,308659.0,9732.0,9603.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,308627.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1236.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +829,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'],,212.0,49.0,49.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,212.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +830,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,119.0,24.0,17.0,353.0,4315.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,16,True,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +831,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,3939.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +832,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,2892.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'],,27.0,1.0,1.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +833,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,1845.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,,,,47.0,55.0,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,55.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +834,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,1083.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,,,,,,, +835,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,1069.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,,,,,3.0,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +836,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,,108.0,19.0,37.0,20.0,8.0,1040.0,Distributed Computing for AI Made Simple.,5.0,16,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,135.0,79.0,78.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,135.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +837,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,822.0,Translate - a PyTorch Language Library.,88.0,16,False,,,1.0,pytorch-translate,,,['pytorch'],,29.0,,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,29.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +838,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,800.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,['pytorch'],,3652.0,86.0,85.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3652.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +839,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,727.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,['pytorch'],,171.0,22.0,22.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,171.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +840,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']",,10236.0,1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,10236.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +841,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,,126.0,42.0,435.0,25.0,130.0,712.0,GPU accelerated signal processing.,46.0,16,True,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +842,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,682.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'],,344.0,8.0,6.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,344.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +843,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,,93.0,18.0,19.0,4.0,29.0,637.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,86.0,17.0,17.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,86.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +844,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,,56.0,16.0,83.0,18.0,49.0,594.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'],,185.0,,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,185.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +845,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,98.0,38.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,16,True,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,236.0,121.0,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,118.0,,,,3.0,,,,,,,,typedb/typedb-ml,,,,,,,,,,,,,,,, +846,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-18 19:41:24.000000,2024-09-18 15:28:38,141.0,1.0,42.0,21.0,171.0,6.0,65.0,499.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,,,,,151.0,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,151.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +847,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,492.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,,,,,245.0,3.0,3.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,245.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +848,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,411.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,,,,,143.0,4.0,3.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,143.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +849,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,16,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,['pytorch'],,104.0,11.0,11.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,104.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +850,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,16,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,['tensorflow'],,131.0,,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,131.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,,,,,27.0,88.0,88.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,27.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,317.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,"['sklearn', 'pandas']",11.0,2668.0,2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2668.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +853,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,272.0,A Jax-based library for designing and training transformer models from scratch.,3.0,16,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,['jax'],,183.0,1.0,1.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,183.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +854,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,242.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,,,,,386.0,3.0,3.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,386.0,,,,3.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'],,620.0,16.0,16.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,620.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,202.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'],,363.0,11.0,9.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,363.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,192.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'],,1348.0,13.0,13.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,1348.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +858,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,16,False,2024-02-02 14:57:28.000,0.1.2,35.0,modelkit,,,,,7597.0,,,https://pypi.org/project/modelkit,2024-02-02 14:55:53.000,,7597.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +859,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-09-19 11:41:36.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-09-19 11:41:36.000,3.46.0,297.0,comet_ml,comet_ml,,,,768438.0,76.0,,https://pypi.org/project/comet_ml,2024-09-19 11:41:36.000,76.0,768438.0,https://anaconda.org/anaconda/comet_ml,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +860,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,,841.0,77.0,35.0,120.0,59.0,3402.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,15,False,,,,,,,['tensorflow'],,,,,,,,,,,,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,2201.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,1161.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,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,,121.0,49.0,22.0,15.0,9.0,844.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,['pytorch'],,117.0,17.0,17.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,117.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +864,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,794.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,10.0,anchor_exp,,,,,883.0,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,883.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,510.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,,,,,424.0,12.0,12.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,424.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +866,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-06-18 15:30:37.000000,2024-06-18 15:30:34,80.0,,61.0,16.0,65.0,7.0,9.0,440.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,,,,,93.0,11.0,11.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,93.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,,68.0,19.0,177.0,87.0,16.0,413.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'],,181.0,,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,181.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +868,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,1.0,52.0,10.0,17.0,10.0,29.0,407.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,,,,17.0,482.0,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,482.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,,393.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,,,,228.0,11.0,10.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,90.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,6929.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,372.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'],,272.0,4.0,4.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,272.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,310.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'],,160.0,27.0,27.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,160.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,13.0,271.0,64.0,181.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,431.0,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,431.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,232.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,166.0,5.0,5.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,166.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,,,,,621.0,7.0,6.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,621.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,223.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'],,299.0,9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,299.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'],,603.0,28.0,28.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,603.0,,,,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,,994.0,64.0,13.0,44.0,25.0,3673.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,['sklearn'],,,,,,,,,,,,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,67.0,26.0,10.0,97.0,1683.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,['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,1293.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,,150.0,32.0,,53.0,60.0,1217.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,79.0,,,,,,,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4826.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,,,,2075.0,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,531.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,77211.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,6.0,46.0,11.0,11.0,1.0,16.0,748.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",8.0,14,True,,,,rliable`,,,,,,147.0,147.0,https://pypi.org/project/rliable`,,,,,,,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,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,,,,,1328.0,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,1328.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,,17.0,11.0,58.0,3.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'],,77.0,,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,77.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,,28.0,8.0,6.0,8.0,8.0,251.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,,,,,135.0,3.0,3.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,135.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +886,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,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,,,,,149.0,41.0,41.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,149.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +887,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,103.0,28.0,28.0,356.0,3806.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +888,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,484.0,108.0,12.0,39.0,8.0,2693.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +889,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,84.0,47.0,4.0,3.0,,2533.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'],71.0,1197.0,1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,1195.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +890,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,175.0,37.0,10.0,13.0,3.0,1362.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +891,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,533.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,167.0,4.0,4.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,167.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +892,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-10 06:49:18.000000,2022-11-21 12:12:41,1044.0,,12.0,6.0,26.0,1.0,2.0,263.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,,['pytorch'],9.0,202.0,,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,197.0,,,,3.0,enliteai/maze,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,250.0,,,,,,,,,,,,,,,,,,, +893,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,,,,,262.0,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,262.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +894,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'],,43.0,5.0,5.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,43.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +895,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,,,,,246.0,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,237.0,,,,3.0,modelchimp/modelchimp-server,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,663.0,,,,,,,,,,,,,,,,,,, +896,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,123.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,60.0,2.0,2.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,60.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +897,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,119.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'],,,5.0,5.0,,,,,,,,3.0,,,,,,2.0,,,,,,,,,,,,,,,,,, +898,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,,,,,165.0,7.0,7.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,165.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +899,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,,461.0,93.0,22.0,52.0,15.0,3264.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +900,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,,406.0,63.0,6.0,64.0,17.0,1915.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,,,,,,,,,,,,,,,,,,,,,,,, +901,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,,321.0,87.0,11.0,12.0,6.0,1757.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,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,121.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,"['tensorflow', 'pytorch']",,97.0,5.0,5.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,97.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,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,97.0,5.0,5.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,97.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,8.0,4.0,6.0,14.0,103.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'],,627.0,,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,627.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,13.0,26.0,4.0,13.0,85.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,,,,,76.0,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,76.0,,,,3.0,,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,, +906,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,7.0,4.0,14.0,18.0,84.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,109.0,2.0,2.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,109.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +907,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,12.0,17.0,,,44.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,400.0,2.0,2.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,400.0,,,,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,948.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,915.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,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'],,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +911,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,11,False,,,2.0,autodist,,,['tensorflow'],,70.0,2.0,2.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,70.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +912,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,,86.0,17.0,5.0,4.0,12.0,603.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,['sklearn'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +913,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,,50.0,15.0,13.0,14.0,11.0,521.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,['pytorch'],,,,,,,,,,,,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,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,52.0,3.0,3.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +915,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,147.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,22.0,1.0,1.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,22.0,,,,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.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,"['pytorch', 'tensorflow', 'sklearn']",,30.0,1.0,1.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,30.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +917,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,,7.0,7.0,2.0,1.0,,66.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,,,,41.0,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,41.0,https://anaconda.org/conda-forge/tslumen,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-09-26_changes.md b/history/2024-09-26_changes.md new file mode 100644 index 00000000..13fafdbc --- /dev/null +++ b/history/2024-09-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._ + +- litellm (🥇44 · ⭐ 12K · 📈) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s +- Catboost (🥈42 · ⭐ 8K · 📈) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2 +- Jina (🥈40 · ⭐ 21K · 📈) - Build multimodal AI applications with cloud-native stack. Apache-2 +- EasyOCR (🥇36 · ⭐ 24K · 📈) - Ready-to-use OCR with 80+ supported languages and all popular.. Apache-2 +- Ax (🥇36 · ⭐ 2.4K · 📈) - Adaptive Experimentation Platform. MIT +- datalad (🥈33 · ⭐ 530 · 📈) - Keep code, data, containers under control with git and git-annex. MIT +- CellProfiler (🥈30 · ⭐ 900 · 📈) - An open-source application for biological image analysis. BSD-3 +- T5 (🥉25 · ⭐ 6.1K · 📈) - Code for the paper Exploring the Limits of Transfer Learning with.. Apache-2 +- vega (🥉24 · ⭐ 370 · 📈) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 +- numerizer (🥉21 · ⭐ 210 · 📈) - A Python module to convert natural language numerics into ints and.. 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._ + +- speechbrain (🥇39 · ⭐ 8.6K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 +- Kornia (🥈37 · ⭐ 9.8K · 📉) - Geometric Computer Vision Library for Spatial AI. Apache-2 +- PyOD (🥇36 · ⭐ 8.5K · 📉) - A Python Library for Outlier and Anomaly Detection, Integrating.. BSD-2 +- carla (🥈34 · ⭐ 11K · 📉) - Open-source simulator for autonomous driving research. MIT +- Hyperopt (🥇33 · ⭐ 7.2K · 📉) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3 +- Lifelines (🥈32 · ⭐ 2.3K · 📉) - Survival analysis in Python. MIT +- Tesseract (🥈31 · ⭐ 5.8K · 📉) - Python-tesseract is an optical character recognition (OCR).. Apache-2 +- hdbscan (🥈31 · ⭐ 2.8K · 📉) - A high performance implementation of HDBSCAN clustering. BSD-3 +- pmdarima (🥈31 · ⭐ 1.6K · 📉) - A statistical library designed to fill the void in Pythons time.. MIT +- Qlib (🥈30 · ⭐ 15K · 📉) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT + diff --git a/history/2024-09-26_projects.csv b/history/2024-09-26_projects.csv new file mode 100644 index 00000000..e000b76f --- /dev/null +++ b/history/2024-09-26_projects.csv @@ -0,0 +1,919 @@ +,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,docs_url,labels,github_release_downloads,monthly_downloads,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,updated_github_id,helm_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-09-02 06:22:28.000000,2024-09-02 06:22:28,1567.0,5.0,701.0,117.0,338.0,62.0,145.0,4871.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,,167.0,58.0,205.0,,3.0,2290.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,244.0,93.0,199.0,6.0,6.0,3621.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,244.0,93.0,199.0,6.0,6.0,3621.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,244.0,93.0,199.0,6.0,6.0,3621.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,244.0,93.0,199.0,6.0,6.0,3621.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,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-09-26 14:17:05.000000,2024-09-26 14:12:12,78814.0,3856.0,22193.0,1744.0,91081.0,15027.0,31315.0,82470.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5141.0,56,True,2024-09-04 19:59:29.000,2.4.1,55.0,torch,pytorch/pytorch,https://pytorch.org/docs/stable/index.html,['pytorch'],58093.0,35245371.0,550719.0,531745.0,https://pypi.org/project/torch,2024-09-04 19:10:42.000,18974.0,34586237.0,https://anaconda.org/pytorch/pytorch,2024-09-03 16:47:49.313,23707046.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +7,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-09-26 14:16:17.000000,2024-09-26 14:14:29,170130.0,3785.0,74211.0,7599.0,36142.0,4929.0,38158.0,188304.0,An Open Source Machine Learning Framework for Everyone.,4683.0,55,True,2024-07-11 16:45:52.000,2.17.0,197.0,tensorflow,conda-forge/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],,18389357.0,419839.0,411984.0,https://pypi.org/project/tensorflow,2024-07-11 16:45:52.000,7855.0,17552563.0,https://anaconda.org/conda-forge/tensorflow,2024-08-31 23:00:17.783,4963682.0,1.0,tensorflow/tensorflow,https://hub.docker.com/r/tensorflow/tensorflow,2024-09-26 12:48:04.271550,2562.0,78177234.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,2024-09-26 14:18:10.000000,2024-09-26 14:18:07,16929.0,682.0,26400.0,1116.0,17507.0,1423.0,14747.0,132597.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2831.0,52,True,2024-09-25 18:11:59.000,4.45.0,158.0,transformers,conda-forge/transformers,,"['pytorch', 'tensorflow']",,36286135.0,225464.0,219189.0,https://pypi.org/project/transformers,2024-09-25 18:10:28.000,6275.0,36244899.0,https://anaconda.org/conda-forge/transformers,2024-08-23 08:59:54.225,2061817.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,2024-09-23 17:48:47.000000,2024-09-23 17:48:47,31717.0,264.0,25284.0,2138.0,17765.0,2092.0,9594.0,59529.0,scikit-learn: machine learning in Python.,3180.0,52,True,2024-09-11 15:52:05.000,1.5.2,81.0,scikit-learn,conda-forge/scikit-learn,,['sklearn'],1026.0,73889112.0,921916.0,897471.0,https://pypi.org/project/scikit-learn,2024-09-11 15:49:19.000,24445.0,73291006.0,https://anaconda.org/conda-forge/scikit-learn,2024-09-11 20:00:28.266,31101018.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-09-26 10:38:59.000000,2024-09-26 10:38:59,33539.0,685.0,5121.0,346.0,11309.0,1808.0,8809.0,12931.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1685.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,414955.0,125127248.0,1145695.0,1100338.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,45357.0,123980018.0,https://anaconda.org/conda-forge/scipy,2024-09-09 09:00:52.252,52599092.0,1.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-09-25 17:31:41.000000,2024-09-25 17:31:41,58932.0,698.0,4394.0,291.0,13414.0,5124.0,8867.0,12812.0,A computer algebra system written in pure Python.,1329.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,548337.0,31603137.0,176224.0,172734.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3490.0,31471267.0,https://anaconda.org/conda-forge/sympy,2024-08-12 22:08:15.340,6644506.0,1.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-09-25 18:42:57.000000,2024-09-25 18:42:54,10990.0,204.0,19419.0,1911.0,7455.0,249.0,11887.0,61664.0,Deep Learning for humans.,1330.0,48,True,2024-08-12 20:42:48.000,3.5.0,102.0,keras,conda-forge/keras,https://keras.io,['tensorflow'],,13993381.0,1567.0,,https://pypi.org/project/keras,2024-08-12 20:42:48.000,1567.0,13993381.0,https://anaconda.org/conda-forge/keras,,,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-09-26 09:36:50.000000,2024-09-26 09:36:50,51095.0,471.0,7579.0,593.0,18377.0,1597.0,9278.0,20028.0,matplotlib: plotting with Python.,1729.0,48,True,2024-08-13 01:44:21.000,3.9.2,127.0,matplotlib,conda-forge/matplotlib,,,,76789571.0,1395122.0,1345592.0,https://pypi.org/project/matplotlib,2024-08-13 01:44:21.000,49530.0,76279771.0,https://anaconda.org/conda-forge/matplotlib,2024-09-12 20:10:05.995,25999839.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-09-26 10:20:50.000000,2024-09-26 10:20:50,18555.0,467.0,2210.0,220.0,5082.0,134.0,3074.0,12132.0,Python Imaging Library (Fork).,479.0,48,True,2024-07-01 09:51:39.000,10.4.0,98.0,Pillow,conda-forge/pillow,,,,121254624.0,1846353.0,1838671.0,https://pypi.org/project/Pillow,2024-07-01 09:45:22.000,7682.0,120365128.0,https://anaconda.org/conda-forge/pillow,2024-09-11 18:35:06.338,44474801.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-09-26 15:12:40.000000,2024-09-25 23:20:45,6668.0,227.0,3013.0,319.0,4904.0,952.0,3617.0,34792.0,Streamlit A faster way to build and share data apps.,241.0,46,True,2024-09-23 19:37:48.000,1.26.1,227.0,streamlit,,,,,6220714.0,522694.0,519966.0,https://pypi.org/project/streamlit,2024-09-23 19:37:48.000,2728.0,6220714.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +16,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-09-26 09:14:53.000000,2024-09-26 09:14:53,51088.0,1896.0,5546.0,717.0,49943.0,1751.0,17361.0,22096.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1281.0,46,True,2024-09-13 08:31:46.000,2.6.2,70.0,paddlepaddle,,,['paddle'],15403.0,576391.0,6119.0,5941.0,https://pypi.org/project/paddlepaddle,2024-09-13 08:31:46.000,178.0,576233.0,,,,1.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-09-26 12:25:23.000000,2024-09-26 12:25:23,22702.0,685.0,5612.0,475.0,29070.0,4028.0,14940.0,33168.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,1075.0,45,True,2024-09-24 23:37:52.000,ray-2.37.0,117.0,ray,conda-forge/ray-tune,,,237.0,5568945.0,18698.0,17930.0,https://pypi.org/project/ray,2024-09-24 23:30:46.000,768.0,5559857.0,https://anaconda.org/conda-forge/ray-tune,2024-09-25 03:15:35.287,408902.0,1.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-09-26 14:24:07.000000,2024-09-26 12:53:15,23226.0,1597.0,2749.0,334.0,15558.0,1366.0,4198.0,30043.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",758.0,45,True,2024-09-16 18:42:31.000,jax-v0.4.33,167.0,jax,conda-forge/jaxlib,,,,3720804.0,32206.0,30368.0,https://pypi.org/project/jax,2024-09-16 18:38:45.000,1838.0,3687830.0,https://anaconda.org/conda-forge/jaxlib,2024-08-31 00:56:55.014,1681677.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,2024-09-25 15:41:32.000000,2024-09-25 15:41:28,7104.0,167.0,8699.0,909.0,5558.0,463.0,4890.0,26127.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",652.0,45,True,2024-07-31 08:14:26.000,2.1.1,83.0,xgboost,conda-forge/xgboost,https://xgboost.readthedocs.io/en/latest/,,10972.0,22590825.0,110761.0,108797.0,https://pypi.org/project/xgboost,2024-07-31 08:14:26.000,1964.0,22485272.0,https://anaconda.org/conda-forge/xgboost,2024-09-25 05:38:44.236,5273349.0,1.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,2024-09-26 05:39:30.000000,2024-09-25 15:37:56,20603.0,69.0,4175.0,442.0,6167.0,761.0,6978.0,19251.0,"Interactive Data Visualization in the browser, from Python.",699.0,45,True,2024-08-23 08:14:02.000,3.5.2,216.0,bokeh,conda-forge/bokeh,,,,4561843.0,94360.0,92629.0,https://pypi.org/project/bokeh,2024-09-25 15:55:56.000,1731.0,4268516.0,https://anaconda.org/conda-forge/bokeh,2024-08-23 12:55:11.815,14959685.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +21,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,147.0,2856.0,463.0,1488.0,273.0,1553.0,13452.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,,,,23073189.0,312409.0,307755.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4654.0,23007038.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2778364.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,2024-09-23 12:50:32.000000,2024-09-15 22:10:29,15487.0,59.0,2869.0,282.0,3928.0,2829.0,2787.0,10003.0,Statsmodels: statistical modeling and econometrics in Python.,435.0,45,True,2024-09-16 09:55:30.000,0.14.3,38.0,statsmodels,conda-forge/statsmodels,,,34.0,16859934.0,141115.0,136694.0,https://pypi.org/project/statsmodels,2024-09-16 09:55:30.000,4421.0,16565715.0,https://anaconda.org/conda-forge/statsmodels,2024-09-21 06:26:48.581,15005214.0,1.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,2024-09-26 13:28:26.000000,2024-09-26 13:28:16,42294.0,850.0,28218.0,2021.0,48233.0,200.0,,39374.0,Apache Spark Python API.,3124.0,44,True,2024-09-24 00:28:04.000,3.5.3,47.0,pyspark,conda-forge/pyspark,,['spark'],,30297176.0,1543.0,,https://pypi.org/project/pyspark,2024-09-24 00:28:04.000,1543.0,30229907.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3430741.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,2024-09-26 15:18:53.000000,2024-09-19 00:00:11,7026.0,258.0,2415.0,169.0,4309.0,533.0,4229.0,32375.0,"Wrap UIs around any model, share with anyone.",384.0,44,True,2024-09-10 21:46:23.000,4.44.0,588.0,gradio,,,,,6346385.0,42407.0,41634.0,https://pypi.org/project/gradio,2024-09-23 19:20:22.000,773.0,6346385.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-09-22 12:43:59.353000,2024-09-14 09:36:27,16169.0,35.0,4355.0,562.0,4015.0,137.0,5512.0,29732.0,Industrial-strength Natural Language Processing (NLP) in Python.,757.0,44,True,2024-09-14 09:07:39.000,3.8.1,236.0,spacy,conda-forge/spacy,,,239.0,12644946.0,102374.0,99706.0,https://pypi.org/project/spacy,2024-09-14 09:07:39.000,2668.0,12564479.0,https://anaconda.org/conda-forge/spacy,2024-09-22 12:43:59.353,4103669.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-09-26 11:51:45.000000,2024-09-26 11:51:24,10421.0,71.0,3359.0,247.0,10273.0,771.0,6299.0,28047.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",970.0,44,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,['pytorch'],9122.0,6863183.0,38197.0,36763.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1434.0,6837792.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1283093.0,2.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-09-26 06:24:09.000000,2024-09-26 01:48:11,6518.0,365.0,4155.0,296.0,9099.0,1596.0,2575.0,18398.0,Open source platform for the machine learning lifecycle.,773.0,44,True,2024-09-17 03:45:48.000,2.16.2,113.0,mlflow,conda-forge/mlflow,,,,14564283.0,43581.0,42710.0,https://pypi.org/project/mlflow,2024-09-17 02:23:27.000,871.0,14518313.0,https://anaconda.org/conda-forge/mlflow,2024-09-17 10:26:09.229,2344474.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +28,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-09-23 17:31:30.000000,2024-09-19 16:25:54,6683.0,155.0,2533.0,274.0,1704.0,527.0,2440.0,16054.0,The interactive graphing library for Python This project now includes Plotly Express!.,269.0,44,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,19489359.0,312331.0,306065.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6257.0,19348227.0,https://anaconda.org/conda-forge/plotly,2024-09-12 22:24:43.567,7019493.0,1.0,,,,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,6142.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-09-25 15:22:02.000000,2024-09-20 20:47:12,7785.0,77.0,3202.0,279.0,3876.0,347.0,3022.0,14776.0,Network Analysis in Python.,747.0,44,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,76.0,70274191.0,305437.0,296040.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,9397.0,69911558.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,17769026.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +30,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-09-26 05:11:57.000000,2024-09-26 05:11:57,17848.0,3856.0,1444.0,70.0,2614.0,601.0,2660.0,12462.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",337.0,44,True,2024-09-26 03:46:57.000,1.48.2,961.0,litellm,,,others,541.0,1931431.0,3842.0,3421.0,https://pypi.org/project/litellm,2024-09-26 03:34:35.000,421.0,1930890.0,,,,1.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-09-26 08:15:07.000000,2024-09-24 15:15:11,8318.0,92.0,1696.0,212.0,5964.0,1100.0,4247.0,12436.0,Parallel computing with task scheduling.,609.0,44,True,2024-09-13 21:27:30.000,2024.9.0,207.0,dask,conda-forge/dask,,,,11736917.0,67163.0,64813.0,https://pypi.org/project/dask,2024-09-13 21:27:30.000,2350.0,11507550.0,https://anaconda.org/conda-forge/dask,2024-09-14 00:35:37.416,11927090.0,1.0,,,,,,,stable/dask,,,,,,,,,,,,,,,,, +32,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-09-25 06:13:33.000000,2024-09-24 21:13:32,2766.0,70.0,3251.0,241.0,965.0,754.0,1776.0,22566.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,,,,6690695.0,21150.0,20402.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6603818.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,3909509.0,1.0,,,,,,shap/shap,,,,,,,,,,,,,,,,,, +33,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-09-20 15:45:31.000000,2024-09-20 15:45:31,7679.0,123.0,2041.0,420.0,1125.0,469.0,1346.0,21230.0,Data Apps & Dashboards for Python. No JavaScript Required.,162.0,43,True,2024-09-12 16:11:13.000,2.18.1,181.0,dash,conda-forge/dash,,,78.0,3439594.0,70607.0,69324.0,https://pypi.org/project/dash,2024-09-12 16:08:23.000,1283.0,3410465.0,https://anaconda.org/conda-forge/dash,2024-09-14 04:47:51.793,1485533.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +34,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-09-25 21:48:32.399000,2024-09-25 01:30:32,2825.0,72.0,3652.0,440.0,3354.0,340.0,2508.0,17691.0,Open standard for machine learning interoperability.,323.0,43,True,2024-08-01 13:15:32.000,1.16.2,34.0,onnx,conda-forge/onnx,,,21769.0,5419500.0,34707.0,33662.0,https://pypi.org/project/onnx,2024-08-01 13:10:23.000,1045.0,5394926.0,https://anaconda.org/conda-forge/onnx,2024-09-25 21:48:32.399,1239954.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +35,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-09-26 02:39:47.000000,2024-09-26 02:39:45,3570.0,71.0,3819.0,433.0,3251.0,367.0,3059.0,16554.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",318.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,235621.0,9927607.0,38776.0,37699.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,9868658.0,https://anaconda.org/conda-forge/lightgbm,2024-09-12 16:03:18.124,2702527.0,2.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-09-26 15:22:44.000000,2024-09-26 15:22:44,2719.0,291.0,1506.0,191.0,3243.0,641.0,780.0,12859.0,Development repository for the Triton language and compiler.,324.0,43,True,2024-07-09 07:22:23.000,3.0.0,195.0,triton,,,,,14717636.0,37741.0,37504.0,https://pypi.org/project/triton,2024-07-09 07:22:23.000,237.0,14717636.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-09-26 12:54:44.000000,2024-09-26 09:35:08,4990.0,65.0,2080.0,1674.0,4855.0,351.0,2718.0,12108.0,WebGL2 powered visualization framework.,273.0,43,True,2024-09-23 08:13:29.833,9.0.30,670.0,pydeck,conda-forge/pydeck,,['jupyter'],,5697663.0,8499.0,8088.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,112.0,5119806.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,612632.0,1.0,,,,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-09-23 08:13:29.833,299.0,566719.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-09-26 08:46:04.000000,2024-09-26 08:46:03,18260.0,388.0,994.0,116.0,3648.0,69.0,1605.0,10595.0,A hyperparameter optimization framework.,271.0,43,True,2024-09-02 05:17:47.000,4.0.0,66.0,optuna,conda-forge/optuna,,,,3683716.0,18644.0,17693.0,https://pypi.org/project/optuna,2024-09-02 05:17:47.000,951.0,3651503.0,https://anaconda.org/conda-forge/optuna,2024-09-03 06:05:16.374,1642891.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-09-22 17:28:29.000000,2024-09-22 17:28:29,2464.0,114.0,4708.0,310.0,515.0,49.0,862.0,31616.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",150.0,42,True,2024-08-23 23:42:07.000,1.0.9,60.0,timm,conda-forge/timm,,['pytorch'],7040901.0,6154650.0,37847.0,36928.0,https://pypi.org/project/timm,2024-08-23 23:31:27.000,919.0,6039975.0,https://anaconda.org/conda-forge/timm,2024-08-24 14:28:50.700,233077.0,1.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-09-26 11:34:57.000000,2024-09-12 15:48:47,3939.0,58.0,6910.0,432.0,5395.0,1007.0,2439.0,16025.0,"Datasets, Transforms and Models specific to Computer Vision.",606.0,42,True,2024-09-04 20:08:34.000,0.19.1,47.0,torchvision,conda-forge/torchvision,,['pytorch'],38770.0,13985767.0,5521.0,21.0,https://pypi.org/project/torchvision,2024-09-04 19:14:53.000,5500.0,13946720.0,https://anaconda.org/conda-forge/torchvision,2024-09-19 12:55:42.854,1621704.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-09-26 10:11:53.000000,2024-09-26 02:28:06,9337.0,50.0,1172.0,136.0,5515.0,222.0,4464.0,13643.0,ML Experiments and Data Management with Git.,303.0,42,True,2024-09-02 15:02:10.000,3.55.2,538.0,dvc,conda-forge/dvc,,,,652977.0,18050.0,17924.0,https://pypi.org/project/dvc,2024-09-02 15:02:10.000,126.0,609256.0,https://anaconda.org/conda-forge/dvc,2024-09-02 18:55:30.141,2229788.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-09-26 12:52:13.000000,2024-09-26 12:51:18,3778.0,100.0,782.0,141.0,1478.0,191.0,1813.0,9249.0,Declarative statistical visualization library for Python.,172.0,42,True,2024-08-27 04:41:23.000,5.4.1,42.0,altair,conda-forge/altair,,,191.0,22631907.0,163812.0,162968.0,https://pypi.org/project/altair,2024-08-27 04:31:06.000,844.0,22558292.0,https://anaconda.org/conda-forge/altair,2024-08-27 10:22:34.589,2429231.0,1.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-09-26 07:09:01.000000,2024-09-26 07:08:59,7056.0,406.0,654.0,59.0,5173.0,872.0,2444.0,8932.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",192.0,42,True,2024-09-16 22:31:52.000,0.18.1,287.0,wandb,conda-forge/wandb,,,319.0,14211747.0,55696.0,54286.0,https://pypi.org/project/wandb,2024-09-16 21:34:39.000,1410.0,14199106.0,https://anaconda.org/conda-forge/wandb,2024-09-24 22:40:55.346,631700.0,1.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-09-26 09:30:58.000000,2024-09-26 09:30:53,48614.0,462.0,1176.0,191.0,396.0,553.0,1780.0,8015.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1276.0,42,True,2024-09-07 20:11:05.000,1.2.7,113.0,catboost,conda-forge/catboost,,,306312.0,3311384.0,550.0,15.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3270602.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1708293.0,2.0,,,,,,,,,,,,,1.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-09-25 21:42:16.000000,2024-09-25 21:42:16,5863.0,23.0,1650.0,191.0,5039.0,682.0,1238.0,6680.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'],,21331384.0,263402.0,261189.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2213.0,21233035.0,https://anaconda.org/conda-forge/tensorboard,2024-08-15 09:13:38.483,5015810.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-09-25 15:43:10.000000,2024-09-24 17:49:49,14116.0,83.0,2216.0,185.0,4492.0,791.0,2103.0,6046.0,Image processing in Python.,671.0,42,False,2024-06-18 19:05:37.000,0.24.0,67.0,scikit-image,conda-forge/scikit-image,,,,21138496.0,202876.0,196751.0,https://pypi.org/project/scikit-image,2024-06-18 19:03:37.000,6125.0,21003202.0,https://anaconda.org/conda-forge/scikit-image,2024-08-17 02:34:14.270,6900036.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,2024-09-26 03:43:14.000000,2024-09-24 17:11:01,6286.0,79.0,7697.0,440.0,3071.0,178.0,9151.0,42887.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",255.0,41,True,2024-07-17 10:49:23.000,2.8.1,46.0,paddleocr,,,['paddle'],357320.0,582773.0,3420.0,3320.0,https://pypi.org/project/paddleocr,2024-07-17 10:49:23.000,100.0,575329.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +48,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-09-26 14:54:47.000000,2024-09-26 13:10:52,2484.0,129.0,4042.0,342.0,2950.0,1123.0,1751.0,34885.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",342.0,41,True,2024-09-05 01:33:59.000,0.15.1,95.0,deepspeed,,,['pytorch'],,484619.0,9027.0,8830.0,https://pypi.org/project/deepspeed,2024-09-05 01:33:59.000,197.0,484286.0,,,,1.0,deepspeed/deepspeed,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,18696.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-09-26 02:15:57.000000,2024-09-26 02:12:41,1253.0,111.0,3572.0,481.0,1186.0,240.0,2261.0,30657.0,A library for efficient similarity search and clustering of dense vectors.,191.0,41,True,2024-09-25 11:24:52.000,2.4.7,101.0,pymilvus,conda-forge/faiss,,,,960435.0,4172.0,4005.0,https://pypi.org/project/pymilvus,2024-09-25 11:24:52.000,167.0,927662.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1671468.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-09-26 13:23:16.000000,2024-09-26 13:23:16,20816.0,653.0,2834.0,276.0,22443.0,747.0,11137.0,29669.0,"A cloud-native vector database, storage for next generation AI applications.",289.0,41,True,2024-09-25 11:24:52.000,2.4.7,101.0,pymilvus,,,,266335.0,2043934.0,167.0,,https://pypi.org/project/pymilvus,2024-09-25 11:24:52.000,167.0,927662.0,,,,1.0,milvusdb/milvus,https://hub.docker.com/r/milvusdb/milvus,2024-09-25 06:52:07.958133,62.0,66705494.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-09-26 10:50:54.000000,2024-09-26 10:50:54,1550.0,46.0,2437.0,139.0,541.0,1155.0,1006.0,14921.0,State-of-the-Art Text Embeddings.,181.0,41,True,2024-09-19 14:18:18.000,3.1.1,55.0,sentence-transformers,conda-forge/sentence-transformers,,['pytorch'],,5136690.0,49747.0,48113.0,https://pypi.org/project/sentence-transformers,2024-09-19 14:18:03.000,1634.0,5128534.0,https://anaconda.org/conda-forge/sentence-transformers,2024-09-24 16:14:33.235,391503.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +52,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-09-22 16:53:39.000000,2024-09-21 10:56:54,1295.0,60.0,2284.0,242.0,594.0,177.0,1175.0,13076.0,Download market data from Yahoo! Finances API.,122.0,41,True,2024-08-24 20:39:46.000,0.2.43,115.0,yfinance,ranaroussi/yfinance,,,,2299315.0,47637.0,47010.0,https://pypi.org/project/yfinance,2024-08-24 20:39:46.000,627.0,2296808.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,95288.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,2.0,1904.0,263.0,1121.0,176.0,2404.0,12428.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,,,432.0,19028794.0,484831.0,474077.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10754.0,18828373.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10221344.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +54,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-09-23 17:29:03.000000,2024-09-18 14:29:39,10049.0,75.0,1986.0,224.0,4058.0,298.0,3059.0,8651.0,Bayesian Modeling and Probabilistic Programming in Python.,505.0,41,True,2024-07-11 13:49:51.000,5.16.2,89.0,pymc3,conda-forge/pymc3,,,1955.0,291155.0,4332.0,4140.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,279365.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,600495.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +55,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-09-24 15:16:35.000000,2024-09-24 14:18:00,3843.0,107.0,1132.0,137.0,3181.0,314.0,1203.0,2092.0,A library for training and deploying machine learning models on Amazon SageMaker.,458.0,41,True,2024-09-19 17:38:01.000,2.232.1,606.0,sagemaker,conda-forge/sagemaker-python-sdk,,"['mxnet', 'tensorflow']",,31271601.0,4562.0,4419.0,https://pypi.org/project/sagemaker,2024-09-19 17:38:01.000,143.0,31249789.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1068834.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +56,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-05-02 16:09:06.000000,2023-01-30 18:15:21,1757.0,,8590.0,1058.0,1454.0,102.0,1723.0,34551.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,,,,11078178.0,58621.0,57073.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,11072169.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,318517.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +57,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-09-25 15:53:49.000000,2024-09-25 15:53:46,2789.0,16.0,7546.0,607.0,2234.0,222.0,1593.0,26147.0,The fastai deep learning library.,670.0,40,True,2024-08-27 06:50:53.000,2.7.17,151.0,fastai,,,['pytorch'],,359966.0,19032.0,18728.0,https://pypi.org/project/fastai,2024-08-27 06:50:53.000,304.0,359966.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +58,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-09-26 08:11:27.000000,2024-09-24 15:27:12,7624.0,58.0,3625.0,252.0,3127.0,1026.0,2654.0,21044.0,Graph Neural Network Library for PyTorch.,519.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,['pytorch'],,410590.0,6861.0,6515.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,346.0,408840.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-09-13 10:30:18.649,87543.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +59,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-09-25 23:03:49.000000,2024-09-25 23:03:47,8599.0,54.0,2216.0,211.0,4204.0,22.0,1936.0,20974.0,Build multimodal AI applications with cloud-native stack.,177.0,40,True,2024-09-25 11:08:12.000,3.27.15,2479.0,jina,conda-forge/jina-core,,,,117241.0,1792.0,1765.0,https://pypi.org/project/jina,2024-09-25 11:07:16.000,27.0,83409.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,74735.0,2.0,jinaai/jina,https://hub.docker.com/r/jinaai/jina,2024-09-25 15:15:01.283262,8.0,1746687.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,8.0,4374.0,430.0,1708.0,384.0,1465.0,15581.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,,,4877.0,4477993.0,66006.0,64635.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1371.0,4444966.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1385207.0,1.0,,,,,,piskvorky/gensim,,,,,,,,,,,,,,,,,, +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-09-24 19:41:55.000000,2024-09-24 19:41:54,1000.0,72.0,1636.0,129.0,908.0,351.0,668.0,14077.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,150.0,40,True,2024-09-22 20:42:28.000,1.4.16,71.0,albumentations,conda-forge/albumentations,,['pytorch'],,4455068.0,27772.0,27199.0,https://pypi.org/project/albumentations,2024-09-22 20:42:28.000,573.0,4451172.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,194816.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-09-23 11:44:21.000000,2024-09-23 11:44:21,8280.0,14.0,3366.0,480.0,721.0,53.0,2173.0,13449.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,,,25497.0,196533.0,30494.0,30281.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,179421.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,861041.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-09-17 04:50:52.000000,2024-08-12 05:35:33,1813.0,32.0,762.0,119.0,642.0,38.0,943.0,8907.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,93.0,40,True,2024-08-08 16:56:21.000,0.20.0,97.0,tokenizers,conda-forge/tokenizers,,,63.0,29977897.0,104483.0,103571.0,https://pypi.org/project/tokenizers,2024-08-08 16:55:26.000,912.0,29936813.0,https://anaconda.org/conda-forge/tokenizers,2024-08-12 03:17:57.893,2054185.0,1.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-09-26 11:45:12.000000,2024-09-18 17:13:16,1568.0,95.0,928.0,97.0,1539.0,130.0,1457.0,7750.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",290.0,40,True,2024-09-05 16:45:17.000,0.34.2,60.0,accelerate,conda-forge/accelerate,,['pytorch'],,7271473.0,53066.0,51615.0,https://pypi.org/project/accelerate,2024-09-13 12:50:42.000,1451.0,7265426.0,https://anaconda.org/conda-forge/accelerate,2024-09-06 14:22:25.390,211666.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-09-25 14:46:10.973000,2024-09-24 07:58:22,2316.0,42.0,565.0,90.0,881.0,288.0,951.0,3846.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,,,3675.0,32792082.0,82945.0,80010.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,32581592.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10308905.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,2024-09-26 08:11:44.000000,2024-09-24 18:45:36,5891.0,85.0,717.0,56.0,5147.0,1575.0,2368.0,1569.0,A distributed task scheduler for Dask.,329.0,40,True,2024-09-13 21:27:35.000,2024.9.0,239.0,distributed,conda-forge/distributed,,,,5235633.0,37342.0,36521.0,https://pypi.org/project/distributed,2024-09-13 21:27:35.000,821.0,4948730.0,https://anaconda.org/conda-forge/distributed,2024-09-13 22:57:54.097,14918974.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +67,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-09-16 12:14:44.000000,2024-03-21 15:05:22,32610.0,,4599.0,352.0,6373.0,125.0,6642.0,18681.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",597.0,39,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,['tensorflow'],,156356.0,4526.0,4466.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,156356.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +68,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-09-17 20:06:54.000000,2024-08-30 09:20:57,6142.0,140.0,2088.0,202.0,1228.0,110.0,2215.0,13838.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,270.0,39,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,['pytorch'],,92738.0,3672.0,3531.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,141.0,92112.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,31326.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +69,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-09-25 02:40:08.000000,2024-09-25 02:40:07,4404.0,249.0,2997.0,173.0,5035.0,524.0,2355.0,13385.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,39,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,107198.0,449.0,301.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,107198.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-09-26 11:09:47.000000,2024-09-26 05:33:29,28994.0,338.0,806.0,127.0,6341.0,636.0,1757.0,9167.0,NumPy & SciPy for GPU.,388.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,,,188379.0,137730.0,2524.0,2255.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,44372.0,https://anaconda.org/conda-forge/cupy,2024-08-22 12:51:10.755,4671219.0,1.0,cupy/cupy,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,67341.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-09-25 10:32:25.000000,2024-09-25 10:32:25,10119.0,253.0,1368.0,133.0,1266.0,136.0,993.0,8608.0,A PyTorch-based Speech Toolkit.,242.0,39,True,2024-02-26 20:55:33.000,1.0.0,17.0,speechbrain,,,['pytorch'],,2814422.0,2334.0,2272.0,https://pypi.org/project/speechbrain,2024-09-02 14:25:26.000,62.0,2814422.0,,,,1.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,2024-09-26 13:05:53.000000,2024-09-26 12:42:41,4924.0,276.0,1326.0,104.0,4218.0,939.0,1574.0,7773.0,A unified framework for machine learning with time series.,391.0,39,True,2024-09-26 08:11:08.000,0.33.1,81.0,sktime,conda-forge/sktime-all-extras,,['sklearn'],101.0,751387.0,3396.0,3272.0,https://pypi.org/project/sktime,2024-09-26 08:11:08.000,124.0,724747.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-09-25 06:57:14.828,1012285.0,1.0,,,,,,sktime/sktime,,,,,,,,,,,,,,,,,, +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-09-24 21:46:31.000000,2024-09-24 21:46:31,2022.0,24.0,919.0,104.0,1689.0,440.0,1262.0,4457.0,Python tools for geographic data.,234.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,['pandas'],2716.0,7216637.0,43610.0,40808.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2802.0,7138467.0,https://anaconda.org/conda-forge/geopandas,2024-09-21 05:55:22.256,3985297.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,2024-09-26 15:14:14.000000,2024-09-26 08:36:03,6493.0,133.0,1533.0,109.0,4436.0,688.0,742.0,4283.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",313.0,39,True,2024-06-05 08:15:47.000,4.9.6,39.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,['tensorflow'],,1557866.0,19724.0,19395.0,https://pypi.org/project/tensorflow-datasets,2024-06-05 08:15:42.000,329.0,1557000.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,34670.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-09-25 14:44:04.000000,2024-09-25 14:44:04,18133.0,120.0,1306.0,83.0,8014.0,527.0,4364.0,2677.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,378.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,160558.0,4783.0,4399.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,384.0,152416.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,423401.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +76,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-09-26 11:53:53.000000,2024-09-26 11:53:53,35913.0,379.0,13217.0,947.0,25394.0,1220.0,,23879.0,Apache Flink Python API.,1916.0,38,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,204406.0,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,204406.0,,,,2.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,,6800.0,1068.0,11124.0,1805.0,7758.0,20772.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'],27581.0,584536.0,7628.0,7502.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,584125.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11089.0,2.0,,,,,,apache/mxnet,,,,,,,,,,,6.0,,,,,,, +78,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,,1540.0,257.0,683.0,473.0,1058.0,12398.0,Video editing with Python.,161.0,38,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,1325963.0,46394.0,45463.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,931.0,1322862.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,266720.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +79,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-09-06 08:28:43.000000,2024-09-06 08:28:36,1633.0,110.0,1998.0,144.0,234.0,9.0,1099.0,11910.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",66.0,38,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,90613.0,4117.0,4075.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,42.0,90613.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +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-09-24 13:51:40.923000,2024-08-18 00:47:35,986.0,21.0,1157.0,127.0,307.0,32.0,713.0,10111.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,,,42182.0,21192354.0,79481.0,77749.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,21171103.0,https://anaconda.org/conda-forge/sentencepiece,2024-09-24 13:51:40.923,1033734.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +81,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-08-30 03:35:21.000000,2024-08-30 03:34:11,5357.0,54.0,1748.0,135.0,1020.0,365.0,1948.0,8842.0,"An open-source, low-code machine learning library in Python.",141.0,38,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,713.0,272331.0,6399.0,6368.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,271198.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,54866.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +82,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-09-23 06:18:00.000000,2024-09-04 07:45:33,1880.0,7.0,2220.0,162.0,868.0,88.0,1034.0,6864.0,Python Data. Leaflet.js Maps.,170.0,38,True,2024-06-16 15:22:45.000,0.17.0,32.0,folium,conda-forge/folium,,,,1535976.0,43833.0,43093.0,https://pypi.org/project/folium,2024-06-16 15:22:45.000,740.0,1466061.0,https://anaconda.org/conda-forge/folium,2024-06-17 06:35:28.582,3076298.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +83,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-09-25 16:02:34.000000,2024-09-25 04:48:25,4739.0,234.0,477.0,35.0,3675.0,602.0,1127.0,2623.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,163.0,38,True,2024-07-22 04:26:19.000,0.44.1,98.0,pyvista,conda-forge/pyvista,,['jupyter'],829.0,283931.0,3981.0,3454.0,https://pypi.org/project/pyvista,2024-07-20 05:33:22.000,527.0,273083.0,https://anaconda.org/conda-forge/pyvista,2024-07-20 12:44:44.232,552787.0,2.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-09-26 14:34:25.000000,2024-09-26 14:34:25,1566.0,108.0,522.0,58.0,1512.0,153.0,796.0,1997.0,The official Python client for the Huggingface Hub.,197.0,38,True,2024-09-23 13:28:43.000,0.25.1,127.0,huggingface_hub,conda-forge/huggingface_hub,,,,43133370.0,1771.0,,https://pypi.org/project/huggingface_hub,2024-09-23 13:23:36.000,1771.0,43083361.0,https://anaconda.org/conda-forge/huggingface_hub,2024-09-23 21:01:59.161,2150424.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-08-19 12:09:51.456000,2024-08-19 02:35:18,1541.0,6.0,291.0,31.0,494.0,98.0,507.0,1461.0,Python library for reading and writing image data.,116.0,38,True,2024-08-19 02:35:29.000,2.35.1,94.0,imageio,conda-forge/imageio,,,1318.0,29610497.0,143553.0,141150.0,https://pypi.org/project/imageio,2024-08-19 02:35:25.000,2403.0,29471905.0,https://anaconda.org/conda-forge/imageio,2024-08-19 12:09:51.456,6928746.0,1.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-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1280.0,167.0,674.0,227.0,33141.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,,,,1352139.0,31916.0,31081.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,835.0,1350328.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,161208.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +87,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,,9357.0,371.0,3156.0,1751.0,6711.0,29184.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,['pytorch'],,183773.0,3069.0,2988.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,81.0,183773.0,,,,2.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-09-26 13:20:37.000000,2024-09-26 13:20:29,8490.0,328.0,2747.0,300.0,229.0,21.0,1112.0,27685.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-09-21 02:11:00.000,7.9.0,667.0,netron,,,"['pytorch', 'tensorflow']",62099.0,99143.0,649.0,566.0,https://pypi.org/project/netron,2024-09-21 02:11:00.000,83.0,37044.0,,,,1.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-09-18 07:38:07.000000,2024-09-18 07:38:07,2334.0,36.0,5316.0,511.0,175.0,1115.0,1371.0,22940.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'],4731263.0,580438.0,2751.0,2722.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,29.0,302129.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +90,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-09-26 09:55:42.000000,2024-06-20 12:51:40,1687.0,,2841.0,378.0,468.0,4.0,1899.0,14803.0,Python Echarts Plotting Library.,44.0,37,True,2024-06-20 15:50:49.000,2.0.6,74.0,pyecharts,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],69.0,143954.0,4650.0,4441.0,https://pypi.org/project/pyecharts,2024-06-20 15:48:17.000,209.0,143951.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +91,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,340.0,304.0,225.0,14356.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,,,,537181.0,22030.0,21765.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,534364.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,177512.0,2.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-09-23 00:47:08.000000,2024-09-23 00:46:06,1483.0,32.0,1672.0,152.0,809.0,234.0,571.0,12415.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,130.0,37,True,2024-09-07 09:50:39.000,4.10.0,63.0,pandas-profiling,conda-forge/pandas-profiling,,"['jupyter', 'pandas']",181.0,328635.0,4407.0,4224.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,323862.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,462918.0,2.0,,,,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,, +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,,2483.0,538.0,4119.0,694.0,2087.0,9893.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,,,,117053.0,15672.0,15500.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,92078.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2447635.0,2.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-09-24 08:44:31.000000,2024-09-24 08:44:28,2801.0,42.0,955.0,127.0,1934.0,287.0,656.0,9836.0,Geometric Computer Vision Library for Spatial AI.,268.0,37,True,2024-06-28 15:16:20.000,0.7.3,40.0,kornia,conda-forge/kornia,,['pytorch'],1461.0,1842324.0,12014.0,11752.0,https://pypi.org/project/kornia,2024-06-28 15:16:20.000,262.0,1839023.0,https://anaconda.org/conda-forge/kornia,2024-06-28 20:04:02.857,147648.0,2.0,,,,,,,,,,,,,-1.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-09-26 14:48:03.000000,2024-09-26 14:44:43,33091.0,2299.0,1992.0,198.0,5835.0,40.0,3389.0,9444.0,Perform data science on data that remains in someone elses server.,515.0,37,True,2024-09-04 20:09:29.000,0.9.1,315.0,syft,,,['pytorch'],2472.0,13804.0,4.0,1.0,https://pypi.org/project/syft,2024-09-15 12:49:26.000,3.0,13557.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +96,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-09-23 22:20:57.000000,2024-08-07 18:02:18,598.0,10.0,1129.0,262.0,192.0,106.0,171.0,9098.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,37,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,123.0,3063651.0,43137.0,42754.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,383.0,3060929.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,264118.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +97,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2024-09-24 21:48:23.000000,2024-09-24 15:16:32,22115.0,478.0,2159.0,182.0,3366.0,347.0,2076.0,8324.0,End-to-End Speech Processing Toolkit.,448.0,37,True,2024-02-06 03:28:17.000,.202402,52.0,espnet,,,,82.0,34952.0,386.0,374.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,34951.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,2024-09-26 14:16:58.000000,2024-09-24 23:54:15,4694.0,159.0,623.0,86.0,2568.0,262.0,732.0,5983.0,Flax is a neural network library for JAX that is designed for flexibility.,238.0,37,True,2024-08-27 17:51:42.000,0.9.0,47.0,flax,conda-forge/flax,,['jax'],54.0,756815.0,9717.0,9252.0,https://pypi.org/project/flax,2024-08-27 17:51:42.000,465.0,755120.0,https://anaconda.org/conda-forge/flax,2024-08-27 20:55:17.110,71166.0,2.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,2024-09-10 14:00:56.000000,2024-09-08 06:20:16,4165.0,71.0,1096.0,153.0,1717.0,416.0,895.0,3859.0,Fast data visualization and GUI tools for scientific / engineering applications.,287.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,333416.0,11290.0,10280.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1010.0,321772.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,593887.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,2024-09-26 10:34:36.000000,2024-09-26 10:34:35,10840.0,35.0,401.0,59.0,3064.0,1101.0,2224.0,2692.0,"With Holoviews, your data visualizes itself.",145.0,37,True,2024-08-01 13:45:47.955,3.0.3,168.0,holoviews,conda-forge/holoviews,,['jupyter'],,676131.0,12514.0,12120.0,https://pypi.org/project/holoviews,2024-07-31 08:09:44.000,389.0,640820.0,https://anaconda.org/conda-forge/holoviews,2024-07-07 07:21:50.008,1788193.0,2.0,,,,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,249.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-09-26 14:07:15.000000,2024-09-26 01:19:49,3889.0,37.0,529.0,146.0,1200.0,140.0,1675.0,2229.0,Rasterio reads and writes geospatial raster datasets.,158.0,37,True,2024-09-26 00:40:43.000,1.4.0,163.0,rasterio,conda-forge/rasterio,,,962.0,3224250.0,14525.0,13101.0,https://pypi.org/project/rasterio,2024-09-26 00:17:56.000,1424.0,3143367.0,https://anaconda.org/conda-forge/rasterio,2024-09-26 10:48:51.089,3558503.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +102,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-09-26 08:10:37.000000,2024-09-26 08:10:35,10367.0,46.0,576.0,70.0,2493.0,281.0,1816.0,1168.0,Machine learning for NeuroImaging in Python.,242.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,['sklearn'],233.0,61450.0,3739.0,3448.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,291.0,55075.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,293024.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +103,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-09-23 08:01:40.000000,2024-09-16 20:33:38,1561.0,28.0,202.0,47.0,606.0,31.0,773.0,1151.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,,,,5267202.0,22840.0,22568.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,272.0,5147413.0,https://anaconda.org/conda-forge/fiona,2024-09-18 13:16:30.929,5989459.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +104,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,3.0,3122.0,315.0,257.0,423.0,594.0,23854.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,36,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,14665964.0,756807.0,8562.0,8349.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,469240.0,,,,1.0,,,,,,,,,,,,,2.0,,,,,,,,,,, +105,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,7.0,2222.0,335.0,1601.0,405.0,1860.0,14176.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,,,,,145598.0,1258.0,1225.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,145598.0,,,,2.0,,,,,,,stable/horovod,,,,,,,,,,,,,,,,, +106,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,2024-09-26 08:51:57.000000,2024-09-26 08:51:57,18669.0,353.0,5767.0,70.0,11735.0,937.0,15949.0,14023.0,Convert Machine Learning Code Between Frameworks.,1479.0,36,True,2023-06-29 19:33:01.167,0.0.0,124.0,ivy,,,,,2803.0,12.0,,https://pypi.org/project/ivy,2024-09-25 03:02:55.000,12.0,2803.0,,,,2.0,,,,,,ivy-llc/ivy,,,,,,,,,,,,,,,,,, +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,,2243.0,280.0,3096.0,91.0,2477.0,11735.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'],68.0,86683.0,4343.0,4218.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,84518.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,149414.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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-09-26 14:19:23.000000,2024-09-26 01:27:13,7172.0,516.0,2426.0,205.0,7679.0,137.0,2200.0,11607.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",348.0,36,True,2024-08-15 21:55:14.000,r2.0.0rc1,74.0,nemo-toolkit,,,['pytorch'],249596.0,89887.0,34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-08-15 22:05:43.000,13.0,85728.0,,,,2.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-09-06 16:48:34.000000,2024-09-05 19:08:20,1865.0,27.0,1356.0,143.0,248.0,221.0,146.0,8467.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",60.0,36,True,2024-09-06 03:26:33.000,2.0.2,94.0,pyod,conda-forge/pyod,,,,666788.0,4315.0,4202.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,664463.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,120919.0,1.0,,,,,,,,,,,,,-1.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-09-21 19:23:59.000000,2024-09-21 19:22:59,697.0,20.0,344.0,67.0,125.0,35.0,148.0,8389.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",29.0,36,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,5031320.0,47827.0,45787.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5025536.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,271883.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +111,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-09-26 15:16:20.000000,2024-09-26 14:16:17,21291.0,686.0,540.0,55.0,3330.0,493.0,1052.0,8141.0,"Visualize, create, and debug image and video datasets and model predictions.",133.0,36,True,2024-09-19 20:05:07.000,0.25.2,147.0,fiftyone,,,"['tensorflow', 'pytorch', 'jupyter']",,87169.0,716.0,695.0,https://pypi.org/project/fiftyone,2024-09-19 20:05:07.000,21.0,87169.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +112,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-09-25 17:12:23.000000,2024-09-25 17:11:08,1440.0,20.0,905.0,213.0,239.0,178.0,243.0,6949.0,Efficiently computes derivatives of NumPy code.,59.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,2102417.0,9830.0,9547.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,2084798.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,475724.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-09-26 04:38:36.000000,2024-09-26 04:38:36,3138.0,82.0,1041.0,89.0,3476.0,351.0,2759.0,5722.0,AI Toolkit for Healthcare Imaging.,204.0,36,True,2024-06-26 07:23:34.000,1.3.2,98.0,monai,conda-forge/monai,,['pytorch'],,172999.0,2963.0,2846.0,https://pypi.org/project/monai,2024-09-23 02:47:42.000,117.0,172097.0,https://anaconda.org/conda-forge/monai,2024-06-26 07:27:45.102,29772.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +114,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-09-20 21:09:41.000000,2024-09-20 16:37:57,10535.0,49.0,1662.0,144.0,2431.0,633.0,1237.0,5411.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",247.0,36,True,2024-04-03 16:21:23.000,2.8.0,923.0,deepchem,conda-forge/deepchem,,['tensorflow'],,42361.0,444.0,431.0,https://pypi.org/project/deepchem,2024-09-20 21:09:41.000,13.0,40209.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,109781.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-09-26 15:23:56.000000,2024-09-25 20:47:01,8601.0,53.0,709.0,97.0,13326.0,38.0,853.0,3819.0,State of the Art Natural Language Processing.,113.0,36,True,2024-09-25 20:20:27.000,5.5.0,148.0,spark-nlp,,,['spark'],,4002688.0,538.0,501.0,https://pypi.org/project/spark-nlp,2024-09-25 14:58:28.000,37.0,4002688.0,,,,2.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-09-12 21:26:35.000000,2024-09-12 19:53:51,5342.0,17.0,275.0,78.0,797.0,18.0,128.0,2818.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",63.0,36,True,2024-09-12 21:26:35.000,9.1.1,239.0,thinc,conda-forge/thinc,,,300.0,10840155.0,53363.0,53223.0,https://pypi.org/project/thinc,2024-09-12 21:26:35.000,140.0,10780973.0,https://anaconda.org/conda-forge/thinc,2024-07-14 15:52:37.957,3077343.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +117,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-09-26 07:17:42.000000,2024-09-25 22:09:22,3283.0,197.0,303.0,69.0,2027.0,59.0,715.0,2350.0,Adaptive Experimentation Platform.,174.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,['pytorch'],,104367.0,862.0,808.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,103678.0,https://anaconda.org/conda-forge/ax-platform,2024-09-24 20:13:10.358,26907.0,1.0,,,,,,,,,,,,,2.0,,,,,,,,,,, +118,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-09-26 15:02:24.000000,2024-09-26 09:51:46,4556.0,253.0,586.0,46.0,4976.0,289.0,1075.0,2283.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",184.0,36,True,2024-09-12 16:21:00.000,0.38.1,59.0,pennylane,conda-forge/pennylane,,,95.0,72776.0,1182.0,1069.0,https://pypi.org/project/pennylane,2024-09-12 16:21:00.000,113.0,68505.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,145213.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-09-24 17:15:29.000000,2024-09-24 17:14:43,1926.0,101.0,395.0,30.0,1662.0,84.0,785.0,2092.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",250.0,36,True,2024-09-13 20:01:21.000,1.4.2,48.0,metrics,conda-forge/torchmetrics,,['pytorch'],5656.0,41923.0,30298.0,30296.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4450.0,https://anaconda.org/conda-forge/torchmetrics,2024-09-14 06:48:05.562,1568241.0,2.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-09-26 09:17:32.000000,2024-09-25 16:49:43,4874.0,563.0,1082.0,150.0,1320.0,71.0,687.0,1881.0,Documentation and samples for ArcGIS API for Python.,92.0,36,True,2024-09-24 16:57:38.000,2.4.0,49.0,arcgis,,,,12211.0,73599.0,865.0,825.0,https://pypi.org/project/arcgis,2024-07-09 17:29:35.000,40.0,73472.0,,,,2.0,esridocker/arcgis-api-python-notebook,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,,,,,,,,,,,,,,,,,,, +121,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-09-25 19:27:49.000000,2024-09-25 19:27:46,1566.0,16.0,391.0,47.0,1515.0,176.0,686.0,1589.0,Exploratory analysis of Bayesian models with Python.,162.0,36,True,2024-07-19 19:33:56.000,0.19.0,38.0,arviz,conda-forge/arviz,,,157.0,1689954.0,7894.0,7605.0,https://pypi.org/project/arviz,2024-07-19 19:33:56.000,289.0,1647451.0,https://anaconda.org/conda-forge/arviz,2024-07-20 08:30:56.752,2210062.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +122,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,,13413.0,1566.0,232.0,785.0,588.0,52956.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'],1386.0,123267.0,3362.0,3246.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,122698.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,26626.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +123,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,,4001.0,282.0,746.0,71.0,1026.0,33728.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,"['pytorch', 'tensorflow']",3206660.0,183960.0,1766.0,1715.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,51.0,107127.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,16974.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +124,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-09-22 22:23:30.593000,2024-07-22 08:17:18,2324.0,1.0,6351.0,429.0,1342.0,1271.0,3050.0,30218.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,427.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,['pytorch'],357.0,160326.0,3667.0,3550.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,158469.0,https://anaconda.org/conda-forge/fairseq,2024-09-22 22:23:30.593,92685.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,25865.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,,,,1716661.0,6856.0,6609.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1714553.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,101231.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +126,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-09-26 12:35:01.000000,2024-09-11 08:45:28,9010.0,76.0,3028.0,273.0,1288.0,160.0,702.0,18865.0,Best Practices on Recommendation Systems.,136.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,583.0,33540.0,124.0,120.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,33532.0,,,,1.0,,,,,,recommenders-team/recommenders,,,,,,,,,,,,,,,,,, +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,2024-09-26 15:01:37.000000,2024-09-26 15:01:35,3673.0,184.0,1825.0,133.0,4008.0,120.0,3413.0,16893.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",262.0,35,True,2024-09-10 14:08:08.000,2.5.1,100.0,haystack,,,,,5995.0,527.0,522.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5995.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +128,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,4.0,1146.0,319.0,268.0,56.0,343.0,13129.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,89.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,1015947.0,4461.0,4262.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,199.0,1005101.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,520633.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +129,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,,5131.0,381.0,718.0,643.0,1363.0,12891.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,,,3952767.0,406137.0,1633.0,1440.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,193.0,365652.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,249921.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +130,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-09-09 16:18:55.000000,2024-09-09 16:18:47,2658.0,51.0,668.0,101.0,493.0,595.0,1262.0,9422.0,An open source multi-tool for exploring and publishing data.,80.0,35,True,2024-06-21 23:45:38.000,0.64.8,152.0,datasette,conda-forge/datasette,,,68.0,57191.0,1737.0,1326.0,https://pypi.org/project/datasette,2024-09-06 04:05:34.000,411.0,56119.0,https://anaconda.org/conda-forge/datasette,2024-06-24 15:27:37.980,43935.0,2.0,,,,,,,,,,,,,,datasette,,,,,,,,,, +131,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,,1024.0,133.0,233.0,360.0,274.0,8803.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,,,,5715004.0,69644.0,68292.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1352.0,5713322.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,116076.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +132,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-09-26 15:02:00.000000,2024-09-26 02:51:18,39505.0,505.0,883.0,152.0,10484.0,1052.0,5470.0,8295.0,cuDF - GPU DataFrame Library.,295.0,35,True,2024-09-17 00:25:17.000,24.08.03,55.0,cudf,,,,,3162.0,79.0,57.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3162.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +133,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-09-26 09:19:10.000000,2024-09-26 09:19:09,3291.0,141.0,780.0,78.0,3665.0,168.0,914.0,7004.0,"The easiest way to serve AI apps and models - Build reliable Inference APIs, LLM apps, Multi-model chains, RAG..",208.0,35,True,2024-09-25 12:30:24.000,1.3.7,162.0,bentoml,,,,1196.0,105652.0,2081.0,2053.0,https://pypi.org/project/bentoml,2024-09-25 12:30:24.000,28.0,105629.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +134,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-09-26 13:12:20.000000,2024-09-25 17:21:24,32519.0,49.0,1994.0,390.0,6872.0,2838.0,6661.0,6871.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",268.0,35,True,,,155.0,h2o,,,,,282834.0,69.0,21.0,https://pypi.org/project/h2o,2024-08-29 13:55:23.000,48.0,282834.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +135,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-05-28 15:38:50.650000,2024-05-28 14:28:56,865.0,,1275.0,142.0,500.0,44.0,562.0,6809.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,35,True,2024-05-28 15:13:16.000,0.12.3,37.0,imbalanced-learn,conda-forge/imbalanced-learn,,['sklearn'],,12619898.0,32664.0,32226.0,https://pypi.org/project/imbalanced-learn,2024-05-28 15:11:10.000,438.0,12607848.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-05-28 15:38:50.650,614556.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +136,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-09-23 16:20:50.000000,2024-09-23 16:20:49,30369.0,313.0,1593.0,183.0,2180.0,19.0,1612.0,5035.0,"mlpack: a fast, header-only C++ machine learning library.",323.0,35,True,2024-09-20 14:12:49.000,4.5.0,48.0,mlpack,conda-forge/mlpack,,,,9324.0,4.0,,https://pypi.org/project/mlpack,2024-09-20 14:12:49.000,4.0,4515.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,245289.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +137,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-09-26 00:15:39.000000,2024-09-14 10:06:56,1723.0,17.0,611.0,59.0,1871.0,155.0,1266.0,4512.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,641.0,35,True,2024-08-13 12:47:02.000,0.5.1,1750.0,pytorch-ignite,pytorch/ignite,,['pytorch'],,161763.0,3321.0,3226.0,https://pypi.org/project/pytorch-ignite,2024-09-26 00:15:39.000,95.0,159135.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,197114.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +138,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,2.0,833.0,91.0,218.0,124.0,685.0,4462.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,,,,,17532507.0,454253.0,443897.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,17532507.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +139,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-09-23 18:46:17.000000,2024-09-23 18:46:01,1182.0,22.0,627.0,123.0,927.0,350.0,1090.0,4344.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",176.0,35,True,2024-09-16 20:50:54.000,8.0,50.0,coremltools,conda-forge/coremltools,,,11700.0,446444.0,4215.0,4134.0,https://pypi.org/project/coremltools,2024-09-16 21:06:12.000,81.0,444820.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,69802.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +140,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-09-20 19:50:34.000000,2024-09-20 19:50:32,12171.0,25.0,1094.0,163.0,466.0,686.0,754.0,4241.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,35,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,['tensorflow'],,1535351.0,614.0,1.0,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,613.0,1532004.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,143926.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +141,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-09-24 22:42:09.000000,2024-09-24 16:41:17,3877.0,65.0,845.0,57.0,1698.0,400.0,1265.0,4195.0,"Serve, optimize and scale PyTorch models in production.",215.0,35,True,2024-07-18 18:56:54.000,0.11.1,25.0,torchserve,pytorch/torchserve,,['pytorch'],6550.0,80155.0,742.0,720.0,https://pypi.org/project/torchserve,2024-07-18 17:19:00.000,22.0,52481.0,https://anaconda.org/pytorch/torchserve,2024-07-18 17:18:59.921,259475.0,2.0,pytorch/torchserve,https://hub.docker.com/r/pytorch/torchserve,2024-07-18 18:10:34.554819,28.0,1336743.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,2024-09-23 21:33:43.000000,2024-09-23 17:14:15,2401.0,31.0,210.0,63.0,145.0,90.0,593.0,3978.0,A Grammar of Graphics for Python.,111.0,35,True,2024-05-10 08:15:43.000,0.13.6,27.0,plotnine,conda-forge/plotnine,,,,2954280.0,9061.0,8754.0,https://pypi.org/project/plotnine,2024-05-09 20:44:49.000,307.0,2946402.0,https://anaconda.org/conda-forge/plotnine,2024-09-20 10:25:14.080,401783.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,2024-09-26 11:34:48.000000,2024-09-14 09:02:47,2314.0,4.0,641.0,73.0,2895.0,249.0,726.0,2489.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",227.0,35,True,2024-09-04 20:06:34.000,2.4.1,37.0,torchaudio,,,['pytorch'],,5219606.0,1263.0,,https://pypi.org/project/torchaudio,2024-09-04 19:15:37.000,1263.0,5219606.0,,,,1.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,2024-09-26 14:17:52.000000,2024-09-26 07:29:19,1097.0,43.0,436.0,55.0,1279.0,417.0,417.0,2482.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,124.0,35,True,2024-09-10 21:37:01.000,1.22.0,70.0,optimum,conda-forge/optimum,,,,917469.0,3586.0,3428.0,https://pypi.org/project/optimum,2024-09-10 16:18:53.000,158.0,916661.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,23443.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +145,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-09-23 21:18:10.000000,2024-09-23 21:16:54,5877.0,213.0,701.0,88.0,5997.0,245.0,858.0,2106.0,TFX is an end-to-end platform for deploying production ML pipelines.,189.0,35,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,['tensorflow'],,30307.0,1577.0,1560.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,30307.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +146,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-09-23 13:32:26.000000,2024-09-04 13:45:43,2902.0,54.0,247.0,35.0,226.0,49.0,510.0,1285.0,Python interface for igraph.,75.0,35,False,2024-07-08 23:38:30.000,0.11.6,42.0,python-igraph,conda-forge/igraph,,,564820.0,554801.0,4520.0,4124.0,https://pypi.org/project/python-igraph,2024-07-08 23:38:30.000,396.0,536427.0,https://anaconda.org/conda-forge/igraph,2024-06-28 12:12:37.634,602763.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +147,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-09-26 07:36:03.000000,2024-09-26 07:36:03,1839.0,119.0,173.0,30.0,1786.0,91.0,191.0,1209.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,82.0,35,True,2024-09-18 12:49:48.000,2024.7.0,30.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,['sklearn'],,89094.0,12136.0,12081.0,https://pypi.org/project/scikit-learn-intelex,2024-09-17 16:36:34.000,55.0,80759.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-08-20 09:58:15.356,341754.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +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-09-23 15:56:04.000000,2024-09-23 15:54:45,1570.0,18.0,211.0,34.0,705.0,32.0,586.0,1047.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,66.0,35,True,2023-09-21 02:07:12.000,3.6.1,61.0,pyproj,conda-forge/pyproj,,,,9243355.0,35546.0,33817.0,https://pypi.org/project/pyproj,2023-09-21 02:07:12.000,1729.0,9071261.0,https://anaconda.org/conda-forge/pyproj,2024-09-18 18:08:56.919,8604712.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +149,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-09-25 01:18:06.000000,2024-09-25 01:18:06,5997.0,117.0,257.0,37.0,842.0,134.0,406.0,647.0,Python package to access a cacophony of neuro-imaging file formats.,105.0,35,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,1047125.0,22734.0,21579.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1155.0,1032003.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,771242.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +150,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-09-26 04:45:13.000000,2024-09-26 04:29:27,3701.0,241.0,4307.0,384.0,4176.0,415.0,1263.0,38657.0,"Making large AI models cheaper, faster and more accessible.",193.0,34,True,2024-09-19 02:53:35.000,0.4.4,44.0,,,,,,,415.0,415.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,2024-09-09 22:31:14.000000,2024-09-09 22:27:36,1530.0,5.0,7384.0,386.0,684.0,519.0,3068.0,30072.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",272.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,['pytorch'],,8399.0,2032.0,2019.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,https://anaconda.org/conda-forge/detectron2,2024-08-26 11:04:11.128,419992.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +152,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,,3938.0,672.0,1678.0,149.0,1987.0,25125.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'],1187417.0,28449.0,476.0,452.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,11876.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3132.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +153,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,,4403.0,543.0,717.0,402.0,1283.0,14032.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,,,,,40189.0,5945.0,5927.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,40189.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-09-15 23:43:40.000000,2024-09-15 23:43:35,3868.0,31.0,988.0,137.0,180.0,112.0,1063.0,13718.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",100.0,34,True,2024-08-31 09:35:44.000,16.5.0,244.0,ocrmypdf,conda-forge/ocrmypdf,,,5156.0,128792.0,1023.0,989.0,https://pypi.org/project/ocrmypdf,2024-08-31 09:35:10.000,34.0,126593.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,77534.0,2.0,,,,,,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +155,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-09-26 13:00:42.000000,2024-09-25 07:50:36,6256.0,8.0,3561.0,244.0,1702.0,1079.0,4430.0,11152.0,Open-source simulator for autonomous driving research.,189.0,34,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,16666.0,817.0,806.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,16666.0,,,,2.0,,,,,,,,,,,,,-2.0,,,,,,,,,,, +156,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2024-09-26 08:57:46.000000,2024-09-26 08:57:45,2492.0,16.0,983.0,201.0,2324.0,258.0,846.0,8503.0,Deep universal probabilistic programming with Python and PyTorch.,156.0,34,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,['pytorch'],,334458.0,186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,329825.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,194618.0,1.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-09-05 15:50:55.744000,2024-08-01 18:55:53,10421.0,4.0,1926.0,352.0,3428.0,131.0,1138.0,8466.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,,,,50710.0,40.0,,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,46007.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-09-05 15:50:55.744,221065.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +158,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-09-26 11:24:56.000000,2024-09-24 17:21:39,1051.0,95.0,754.0,286.0,1398.0,320.0,416.0,8076.0,"Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems.",93.0,34,True,2024-09-20 00:45:58.000,2.12.22,146.0,metaflow,conda-forge/metaflow,,,,947182.0,769.0,724.0,https://pypi.org/project/metaflow,2024-09-20 00:45:58.000,45.0,942917.0,https://anaconda.org/conda-forge/metaflow,2024-09-17 05:12:56.084,213253.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +159,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-09-20 07:52:27.000000,2024-09-20 07:52:27,381.0,17.0,1525.0,129.0,162.0,8.0,354.0,7819.0,A Python implementation of global optimization with gaussian processes.,47.0,34,True,2024-07-10 12:02:35.000,1.5.1,16.0,bayesian-optimization,,,,160.0,472092.0,3087.0,2943.0,https://pypi.org/project/bayesian-optimization,2024-07-10 12:02:35.000,144.0,472091.0,,,,1.0,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,, +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-08-18 00:48:19.000000,2024-08-18 00:48:18,1815.0,14.0,796.0,127.0,285.0,473.0,337.0,7378.0,Uniform Manifold Approximation and Projection.,134.0,34,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,1471000.0,959.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,958.0,1419638.0,https://anaconda.org/conda-forge/umap-learn,2024-08-14 17:32:09.484,2619496.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,2024-09-22 18:07:58.000000,2024-09-12 23:27:08,4682.0,109.0,885.0,140.0,498.0,92.0,803.0,7236.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,,,,342273.0,3271.0,3096.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,342127.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7914.0,2.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-09-11 20:27:12.000000,2024-09-11 20:27:12,1230.0,15.0,657.0,63.0,137.0,61.0,445.0,5955.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",42.0,34,True,2024-07-25 01:34:14.000,2.6.1,212.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,['pytorch'],,841405.0,1902.0,1852.0,https://pypi.org/project/pytorch-metric-learning,2024-07-25 01:34:14.000,50.0,841194.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11850.0,1.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,2023-08-28 17:18:20.000000,2022-10-17 02:18:00,30611.0,,1368.0,285.0,6588.0,12.0,2032.0,5886.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,,,,144605.0,3368.0,3310.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,144253.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,19377.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +164,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-09-26 07:42:55.000000,2024-09-26 07:42:31,2427.0,50.0,646.0,95.0,273.0,488.0,563.0,5592.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",101.0,34,True,2024-08-27 19:48:22.000,1.16.4,171.0,clearml,,,,2886.0,344052.0,1341.0,1301.0,https://pypi.org/project/clearml,2024-09-23 09:39:53.000,40.0,343527.0,,,,2.0,allegroai/trains,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30295.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,2024-09-25 07:33:51.000000,2024-09-24 09:04:12,12397.0,67.0,1144.0,100.0,1380.0,154.0,757.0,4776.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",138.0,34,True,2024-07-03 17:29:44.000,1.18.1,60.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,32500.0,605.0,585.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-07-03 17:21:24.000,20.0,31530.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-09-12 19:33:28.595,48516.0,1.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,2024-09-25 18:14:02.000000,2024-09-25 18:11:30,1326.0,29.0,269.0,39.0,476.0,100.0,239.0,3874.0,Lightning fast forecasting with statistical and econometric models.,45.0,34,True,2024-09-19 21:41:21.000,1.7.8,37.0,statsforecast,conda-forge/statsforecast,,,,750263.0,1183.0,1126.0,https://pypi.org/project/statsforecast,2024-09-19 21:39:13.000,57.0,747114.0,https://anaconda.org/conda-forge/statsforecast,2024-09-23 21:39:04.210,94472.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +167,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-09-26 15:43:05.000000,2024-09-26 10:52:28,3411.0,254.0,356.0,30.0,3241.0,136.0,1992.0,3825.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,95.0,34,True,2024-09-25 14:55:23.000,2.2.2,100.0,rubrix,conda-forge/rubrix,,,,2133.0,2708.0,2708.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,1045.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,35929.0,2.0,,,,,,argilla-io/argilla,,,,,,,,,,,,,,,,,, +168,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-09-23 13:51:37.000000,2024-09-23 13:51:35,7399.0,9.0,618.0,115.0,1185.0,353.0,1115.0,3298.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'],,281424.0,1858.0,1682.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,268912.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,600261.0,2.0,,,,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,7.0,,,,,,,,,,,, +169,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-09-24 11:45:23.000000,2024-09-24 01:25:50,2002.0,94.0,390.0,51.0,1747.0,65.0,465.0,3069.0,Bayesian optimization in PyTorch.,129.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,['pytorch'],,193972.0,1243.0,1159.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,191442.0,https://anaconda.org/conda-forge/botorch,2024-09-20 23:53:13.019,124006.0,1.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,2024-09-25 13:49:09.996000,2024-09-25 11:39:14,5295.0,98.0,545.0,19.0,1387.0,1120.0,685.0,2244.0,"This is the development home of the workflow management system Snakemake. For general information, see.",342.0,34,True,2024-09-25 11:40:47.000,8.20.5,358.0,snakemake,bioconda/snakemake,,,,122887.0,2312.0,2083.0,https://pypi.org/project/snakemake,2024-09-25 11:40:47.000,229.0,111937.0,https://anaconda.org/bioconda/snakemake,2024-09-25 13:49:09.996,1171698.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +171,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-09-07 01:20:44.000000,2024-09-07 01:20:42,565.0,12.0,157.0,42.0,80.0,7.0,130.0,2043.0,a python library for doing approximate and phonetic matching of strings.,32.0,34,True,2024-07-28 08:19:05.000,1.1.0,44.0,jellyfish,conda-forge/jellyfish,,,,5429408.0,10812.0,10544.0,https://pypi.org/project/jellyfish,2024-07-28 08:19:05.000,268.0,5409579.0,https://anaconda.org/conda-forge/jellyfish,2024-09-06 22:00:00.405,1011316.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +172,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,,208.0,32.0,47.0,13.0,168.0,1624.0,Simple Python interface for Graphviz.,23.0,34,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,15389748.0,75827.0,73221.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2606.0,15389197.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,49089.0,2.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,2024-09-25 19:28:03.000000,2024-09-25 19:28:03,3080.0,31.0,359.0,54.0,1194.0,312.0,970.0,1414.0,Cartopy - a cartographic python library with matplotlib support.,127.0,34,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,376243.0,6375.0,5667.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,708.0,298331.0,https://anaconda.org/conda-forge/cartopy,2024-09-12 21:24:51.674,4051437.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +174,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-09-26 13:40:56.000000,2024-09-26 13:40:50,1872.0,7.0,200.0,33.0,214.0,26.0,401.0,1397.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,,,49955.0,884018.0,19891.0,19634.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,882092.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,74025.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +175,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-09-26 00:26:38.000000,2024-09-05 06:54:23,889.0,6.0,337.0,42.0,1054.0,191.0,169.0,1221.0,Making text a first-class citizen in TensorFlow.,116.0,34,True,2024-07-15 22:42:38.000,2.17.0,71.0,tensorflow-text,,,['tensorflow'],,6879145.0,7583.0,7367.0,https://pypi.org/project/tensorflow-text,2024-07-15 22:26:08.000,216.0,6879145.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +176,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,2.0,155.0,40.0,133.0,4.0,644.0,1170.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,,,,10385825.0,3832.0,3783.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,10379952.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,234948.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +177,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-09-26 15:02:11.000000,2024-09-26 15:00:49,6136.0,1250.0,2850.0,274.0,5963.0,100.0,625.0,26349.0,You like pytorch? You like micrograd? You love tinygrad!.,339.0,33,True,2024-08-13 23:19:48.000,0.9.2,8.0,,,,['pytorch'],,,100.0,100.0,,,,,,,,1.0,,,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,,, +178,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-09-26 13:54:42.000000,2024-09-26 13:52:25,18660.0,207.0,4790.0,398.0,5371.0,178.0,3789.0,26305.0,The platform for building AI from enterprise data.,840.0,33,False,2024-09-25 14:42:27.000,24.9.4.0,488.0,mindsdb,,,['pytorch'],,24315.0,,,https://pypi.org/project/mindsdb,2024-09-25 14:45:46.000,,24315.0,,,,3.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,2024-09-26 10:59:19.000000,2024-09-23 15:10:35,3322.0,356.0,1333.0,122.0,3635.0,280.0,989.0,19933.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",122.0,33,True,2024-09-23 18:20:31.000,1.11.5,83.0,,,,,157624.0,3844.0,114.0,114.0,,,,,,,,2.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-09-23 13:49:48.000000,2024-09-23 13:40:51,805.0,4.0,4501.0,451.0,463.0,420.0,1730.0,18308.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,181.0,33,True,2023-10-10 12:57:04.000,1.1.5,16.0,fbprophet,conda-forge/prophet,,,2807.0,321470.0,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,290752.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1258194.0,1.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,,3461.0,466.0,671.0,590.0,672.0,15362.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'],,8246.0,1521.0,1507.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,8246.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-07-25 20:32:21.000000,2021-07-29 23:17:25,531.0,,1795.0,262.0,117.0,120.0,535.0,11529.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,,,,390260.0,6547.0,6344.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,387800.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,228808.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +183,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-09-25 09:12:22.000000,2024-08-21 07:05:41,3857.0,4.0,1185.0,194.0,2866.0,361.0,766.0,11100.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'],,4123.0,277.0,271.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,4123.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +184,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-09-26 00:38:47.000000,2024-09-26 00:34:03,1176.0,12.0,1268.0,148.0,175.0,265.0,1337.0,8697.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,149.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,['pytorch'],,13936.0,979.0,965.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,9647.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,248786.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +185,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-08-13 19:06:58.000000,2024-08-13 19:06:55,544.0,1.0,2389.0,282.0,159.0,325.0,319.0,8339.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",51.0,33,True,2024-05-05 04:42:09.000,3.10.4,59.0,SpeechRecognition,conda-forge/speechrecognition,,,,1117694.0,591.0,21.0,https://pypi.org/project/SpeechRecognition,2024-05-05 04:36:10.000,570.0,1113567.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,202239.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +186,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-09-24 00:04:41.000000,2024-09-23 04:48:53,6095.0,100.0,1159.0,123.0,1714.0,101.0,702.0,8312.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",94.0,33,True,2024-09-23 15:44:54.000,3.1.0,131.0,perspective-python,conda-forge/perspective,,['jupyter'],4582.0,45448.0,176.0,144.0,https://pypi.org/project/perspective-python,2024-09-23 15:44:54.000,26.0,17737.0,https://anaconda.org/conda-forge/perspective,2024-09-21 14:46:30.468,1185353.0,2.0,,,,,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-09-23 15:43:29.269,6.0,4142.0,,,,,,,,,,,, +187,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,7853.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,,,446.0,3167952.0,49028.0,48403.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,3143659.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1214442.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +188,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-09-26 09:05:28.000000,2024-09-26 07:57:52,2313.0,58.0,904.0,100.0,2591.0,356.0,1080.0,7751.0,Fast and Accurate ML in 3 Lines of Code.,125.0,33,True,2024-06-14 20:30:21.000,1.1.1,1617.0,autogluon,conda-forge/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",,130381.0,853.0,826.0,https://pypi.org/project/autogluon,2024-09-26 09:05:28.000,27.0,129276.0,https://anaconda.org/conda-forge/autogluon,2024-06-18 07:07:41.213,18805.0,1.0,autogluon/autogluon,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,10230.0,,,,,,,,,,,,,,,,,,, +189,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-09-20 14:04:22.000000,2024-06-21 13:43:40,1379.0,,869.0,156.0,1730.0,149.0,865.0,7213.0,An open source python library for automated feature engineering.,72.0,33,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,76888.0,1840.0,1766.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,72842.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,206367.0,1.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,2024-09-25 17:28:01.000000,2024-09-25 17:28:01,1221.0,1.0,1045.0,121.0,277.0,174.0,509.0,7210.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,,,,2238027.0,17416.0,16967.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,449.0,2227072.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,788761.0,1.0,,,,,,,,,,,,,-1.0,,,,,,,,,,, +191,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-09-09 18:22:59.000000,2024-09-09 18:22:58,3283.0,9.0,957.0,136.0,664.0,53.0,1157.0,7040.0,Python library for audio and music analysis.,123.0,33,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,2900677.0,1347.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1347.0,2884440.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,811858.0,2.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-09-26 09:40:22.000000,2024-09-26 09:40:22,3491.0,419.0,1242.0,250.0,9567.0,967.0,1586.0,6529.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, Phi, MiniCPM,..",108.0,33,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,632.0,21590.0,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,21583.0,,,,2.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,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-09-26 11:36:05.000000,2024-09-26 11:35:14,3394.0,162.0,726.0,144.0,123.0,103.0,341.0,6229.0,Fit interpretable models. Explain blackbox machine learning.,46.0,33,True,2024-08-07 19:03:09.000,0.6.3,51.0,interpret,,,['jupyter'],,94083.0,792.0,743.0,https://pypi.org/project/interpret,2024-08-07 19:03:09.000,49.0,94083.0,,,,1.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-09-03 13:46:04.210000,2024-05-07 13:49:33,2334.0,,1118.0,191.0,238.0,277.0,285.0,5780.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,,,,328973.0,5494.0,5245.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,249.0,319640.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,438694.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +195,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-09-25 20:46:28.000000,2024-09-25 20:37:19,1135.0,34.0,483.0,268.0,818.0,230.0,338.0,4833.0,Model interpretability and understanding for PyTorch.,119.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,['pytorch'],,261710.0,2509.0,2383.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,259685.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,66854.0,1.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-08-14 15:31:25.000000,2023-11-23 21:41:49,1136.0,,644.0,89.0,271.0,41.0,253.0,4437.0,Geocoding library for Python.,133.0,33,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,82.0,5985983.0,885.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,885.0,5957538.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1450714.0,2.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-09-03 22:54:33.000000,2024-08-06 01:28:54,637.0,16.0,119.0,76.0,75.0,13.0,130.0,3777.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",19.0,33,True,2024-08-06 01:36:27.000,6.2.3,53.0,ftfy,conda-forge/ftfy,,,13.0,5609996.0,23412.0,22852.0,https://pypi.org/project/ftfy,2024-08-06 01:30:44.000,560.0,5603169.0,https://anaconda.org/conda-forge/ftfy,2024-08-06 18:05:02.848,300405.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +198,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-09-16 01:55:17.000000,2024-09-16 01:55:17,1355.0,24.0,316.0,59.0,244.0,66.0,446.0,3628.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,33,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,305662.0,911.0,881.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,285613.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1022516.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,2024-09-26 11:34:53.000000,2024-08-14 20:32:21,1311.0,2.0,813.0,306.0,1470.0,331.0,518.0,3498.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'],,1097302.0,285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,1097302.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,2024-09-20 14:59:40.000000,2024-09-20 08:15:46,1521.0,6.0,363.0,90.0,765.0,136.0,449.0,3301.0,Quickly and accurately render even the largest data.,56.0,33,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,158685.0,4983.0,4787.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,136862.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1134807.0,2.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,2742.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,,,,936904.0,6938.0,6570.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,921731.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,743489.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +202,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-09-23 15:18:42.000000,2024-09-23 15:18:42,2995.0,25.0,698.0,74.0,899.0,293.0,633.0,2704.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",127.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,536.0,101838.0,1218.0,1165.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,101828.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-09-23 11:42:47.000000,2024-09-23 11:42:47,3754.0,39.0,192.0,49.0,1386.0,133.0,731.0,1994.0,Ahead of Time compiler for numeric kernels.,73.0,33,True,2024-05-28 05:22:14.000,0.16.1,61.0,pythran,conda-forge/pythran,,,,212388.0,2640.0,2621.0,https://pypi.org/project/pythran,2024-05-28 05:22:14.000,19.0,197613.0,https://anaconda.org/conda-forge/pythran,2024-09-03 03:38:51.615,709208.0,2.0,,,,,,,,,,,,,,,,,,,,,,pythran,python-pythran, +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-08-17 22:59:08.823000,2024-07-30 13:52:24,1606.0,12.0,285.0,56.0,142.0,83.0,191.0,1826.0,"CUDA integration for Python, plus shiny features.",82.0,33,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,78146.0,3281.0,3125.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,156.0,64596.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,569135.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +205,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-08-15 14:54:51.000000,2024-08-15 14:54:50,1948.0,56.0,288.0,44.0,286.0,58.0,212.0,1541.0,TensorLy: Tensor Learning in Python.,68.0,33,True,2024-06-09 17:29:20.000,0.8.2,20.0,tensorly,conda-forge/tensorly,,,,99875.0,840.0,748.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,92.0,92043.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,368112.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +206,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2024-08-21 06:38:39.000000,2024-07-22 07:57:37,1193.0,4.0,363.0,67.0,616.0,292.0,359.0,1485.0,A Jupyter - Leaflet.js bridge.,90.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,['jupyter'],,344130.0,11583.0,11299.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,312211.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1256954.0,2.0,,,,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,7747.0,,,,,,,,,,,, +207,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-08-01 09:45:41.000000,2024-05-30 14:50:18,14882.0,,506.0,50.0,2313.0,404.0,962.0,745.0,Workflows and interfaces for neuroimaging packages.,256.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,217466.0,5080.0,4932.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,148.0,203490.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,684858.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +208,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-09-17 13:15:22.000000,2024-09-10 14:17:30,17277.0,51.0,111.0,28.0,3613.0,528.0,3413.0,526.0,"Keep code, data, containers under control with git and git-annex.",57.0,33,True,2024-08-08 02:59:23.000,1.1.3,119.0,datalad,conda-forge/datalad,,,,61827.0,516.0,421.0,https://pypi.org/project/datalad,2024-08-08 02:59:23.000,95.0,49784.0,https://anaconda.org/conda-forge/datalad,2024-08-08 08:36:45.951,614214.0,2.0,,,,,,,,,,,,,2.0,,,,,,,,,,, +209,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-08-28 19:22:10.000000,2024-08-28 19:21:31,321.0,13.0,2944.0,149.0,54.0,132.0,140.0,19759.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-08-28 19:22:10.000,1.7.12,202.0,vit-pytorch,,,['pytorch'],,17884.0,543.0,530.0,https://pypi.org/project/vit-pytorch,2024-08-28 19:22:10.000,13.0,17884.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,1010.0,1869.0,363.0,658.0,17540.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,,,,3504.0,1018.0,1008.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3324.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,8678.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +211,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,13995.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,32,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,18019.0,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,18019.0,,,,2.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,,1135.0,338.0,1683.0,523.0,1294.0,11192.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,,,,10726.0,17578.0,380.0,375.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,17446.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,,2095.0,283.0,3401.0,51.0,1494.0,10475.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'],,3540.0,258.0,253.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,3540.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,2024-09-16 13:29:20.331000,2024-09-15 17:01:45,578.0,2.0,2311.0,217.0,251.0,125.0,417.0,10090.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,,,,1635344.0,552.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,531.0,1624577.0,https://anaconda.org/conda-forge/wordcloud,2024-09-16 13:29:20.331,538372.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,2024-09-18 19:20:18.000000,2024-04-08 20:21:10,864.0,,1289.0,423.0,89.0,32.0,161.0,9755.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,['tensorflow'],,21943.0,1359.0,1340.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,21362.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,33753.0,3.0,,,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,, +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,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1559.0,287.0,434.0,293.0,639.0,9680.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'],,50732.0,3017.0,2979.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,45446.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,269605.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +217,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-09-26 14:40:26.000000,2024-09-26 14:40:26,1737.0,51.0,728.0,89.0,797.0,112.0,271.0,9435.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",51.0,32,False,2024-06-25 23:18:36.000,2.6.6,31.0,cleanlab,conda-forge/cleanlab,,,,26017.0,399.0,381.0,https://pypi.org/project/cleanlab,2024-06-25 23:18:36.000,18.0,25289.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,29854.0,2.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,2024-09-24 17:32:19.000000,2024-08-23 06:11:11,2922.0,3.0,1668.0,91.0,1678.0,226.0,1880.0,8590.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",126.0,32,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,['paddle'],,1762.0,1285.0,1278.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1762.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-08-04 02:13:02.666000,2024-08-03 20:47:58,560.0,6.0,1206.0,169.0,436.0,68.0,474.0,8374.0,Automatic extraction of relevant features from time series:.,97.0,32,True,2024-08-03 20:51:43.000,0.20.3,32.0,tsfresh,conda-forge/tsfresh,,['sklearn'],,268050.0,114.0,21.0,https://pypi.org/project/tsfresh,2024-08-03 20:51:43.000,93.0,241335.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1389213.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,176.0,1152.0,27.0,1429.0,6720.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'],,8359.0,312.0,289.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,8359.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,,1813.0,196.0,206.0,13.0,1343.0,6296.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'],184.0,13700.0,1615.0,1597.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,13373.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11409.0,3.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,2024-09-25 23:13:53.000000,2024-09-25 22:38:01,201.0,21.0,1076.0,196.0,145.0,153.0,332.0,6144.0,Official Kaggle API.,47.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,227174.0,223.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,202.0,223411.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,180633.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,2024-09-26 14:03:33.000000,2024-09-26 13:37:54,2210.0,18.0,315.0,44.0,2183.0,375.0,664.0,5161.0,Aim An easy-to-use & supercharged open-source experiment tracker.,76.0,32,True,2024-08-14 09:46:54.000,3.24.0,1106.0,aim,conda-forge/aim,,,,155910.0,719.0,681.0,https://pypi.org/project/aim,2024-09-02 20:08:21.000,38.0,153874.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,77396.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-09-11 22:07:01.000000,2024-09-11 22:02:54,3912.0,36.0,537.0,81.0,603.0,114.0,495.0,5013.0,Online machine learning in Python.,121.0,32,True,2024-07-09 19:24:30.000,0.21.2,22.0,river,conda-forge/river,,,,65659.0,610.0,556.0,https://pypi.org/project/river,2024-07-09 19:24:30.000,54.0,63726.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,79274.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +225,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-07-02 00:51:45.000000,2024-07-02 00:51:45,1646.0,1.0,855.0,116.0,529.0,146.0,342.0,4864.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,107.0,32,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,['sklearn'],,655023.0,15353.0,15174.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,179.0,648568.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,322753.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-08-11 18:38:37.000000,2024-06-17 19:23:44,491.0,,619.0,65.0,223.0,223.0,162.0,4294.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,,,,958663.0,7095.0,6961.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,953518.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,231539.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +227,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-08-26 09:23:15.000000,2024-08-26 09:20:38,1348.0,4.0,380.0,69.0,371.0,102.0,460.0,4221.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,32,True,2024-08-26 09:23:15.000,0.8.6,30.0,sacred,conda-forge/sacred,,,,196992.0,3242.0,3182.0,https://pypi.org/project/sacred,2024-08-26 09:23:15.000,60.0,196801.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,6514.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +228,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-09-23 02:29:48.000000,2024-08-15 14:20:30,3331.0,15.0,548.0,120.0,381.0,72.0,743.0,4105.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,32,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,119075.0,358.0,339.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,116864.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,72976.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +229,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-09-25 16:43:58.000000,2024-09-25 16:18:58,1111.0,17.0,352.0,58.0,1376.0,121.0,184.0,3940.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,,,,90556.0,803.0,745.0,https://pypi.org/project/nevergrad,2024-09-25 16:43:58.000,58.0,89522.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,53769.0,2.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-09-25 08:32:21.000000,2024-09-21 06:05:03,1901.0,110.0,614.0,41.0,899.0,475.0,304.0,3881.0,Time series forecasting with PyTorch.,52.0,32,True,2024-09-09 09:36:07.000,1.1.1,36.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,56140.0,457.0,435.0,https://pypi.org/project/pytorch-forecasting,2024-09-09 09:36:07.000,22.0,54811.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,63804.0,2.0,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,,, +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-09-20 21:18:58.000000,2024-09-13 18:40:58,3897.0,30.0,553.0,58.0,913.0,366.0,979.0,3535.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'],,260348.0,2528.0,2359.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,256965.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,175916.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-06-06 21:49:17.000000,2024-06-06 21:49:15,1186.0,,1664.0,153.0,210.0,12.0,692.0,3467.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'],,1924975.0,301.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,301.0,1922832.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,105027.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,22.0,447.0,93.0,126.0,91.0,348.0,3383.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,,,,184615.0,1272.0,1209.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,181528.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,145100.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +234,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,,274.0,46.0,828.0,102.0,285.0,3156.0,PyTorch extensions for high performance and large scale training.,75.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,['pytorch'],,553130.0,6449.0,6296.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,544403.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,296730.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-09-25 07:51:07.000000,2024-09-25 07:51:04,1253.0,61.0,250.0,29.0,1104.0,89.0,490.0,2934.0,A python library for self-supervised learning on images.,42.0,32,True,2024-09-24 08:48:24.000,1.5.13,127.0,lightly,,,['pytorch'],,31780.0,329.0,315.0,https://pypi.org/project/lightly,2024-09-24 08:50:32.000,14.0,31780.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +236,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-09-05 19:07:36.000000,2024-09-05 19:07:36,2302.0,2.0,551.0,70.0,486.0,260.0,710.0,2346.0,Survival analysis in Python.,119.0,32,True,2024-06-26 15:36:45.000,0.29.0,171.0,lifelines,conda-forge/lifelines,,,,801053.0,3069.0,2920.0,https://pypi.org/project/lifelines,2024-06-26 15:36:45.000,149.0,793998.0,https://anaconda.org/conda-forge/lifelines,2024-06-27 16:03:16.815,366910.0,2.0,,,,,,,,,,,,,-1.0,,,,,,,,,,, +237,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,251.0,46.0,349.0,210.0,141.0,1975.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,,,,,2497358.0,12986.0,12583.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2497358.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +238,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,1690.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'],,1142181.0,363.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,363.0,1142181.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,2024-09-25 16:29:21.000000,2024-09-25 16:23:34,731.0,15.0,331.0,45.0,383.0,72.0,234.0,1682.0,Training PyTorch models with differential privacy.,81.0,32,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,['pytorch'],120.0,229995.0,908.0,872.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,229457.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,17159.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +240,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,51.0,158.0,114.0,218.0,1619.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,799598.0,11563.0,11351.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,797948.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,150165.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,geocoder +241,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-07-31 17:39:21.000000,2024-07-31 17:39:21,4358.0,131.0,303.0,79.0,670.0,17.0,634.0,1316.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,32,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,56959.0,1702.0,1653.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,45455.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,575245.0,3.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,2024-09-20 10:07:26.000000,2024-09-20 10:07:26,13980.0,232.0,290.0,34.0,1853.0,482.0,661.0,1056.0,Python package for earth-observing satellite data processing.,162.0,32,False,2024-08-15 13:27:18.000,0.51.0,96.0,satpy,conda-forge/satpy,,,,13494.0,173.0,143.0,https://pypi.org/project/satpy,2024-08-15 13:27:18.000,30.0,9165.0,https://anaconda.org/conda-forge/satpy,2024-08-15 19:19:25.115,220827.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +243,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-08-30 16:16:32.000000,2024-08-30 16:16:31,3374.0,14.0,239.0,50.0,405.0,74.0,277.0,1055.0,"OpenCL integration for Python, plus shiny features.",96.0,32,True,2024-06-25 02:02:14.000,2024.2.7,102.0,pyopencl,conda-forge/pyopencl,,,,93751.0,2200.0,2028.0,https://pypi.org/project/pyopencl,2024-06-25 02:02:14.000,172.0,68488.0,https://anaconda.org/conda-forge/pyopencl,2024-06-26 04:14:07.618,1288450.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +244,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-09-25 23:39:20.000000,2024-09-25 23:39:20,11566.0,48.0,241.0,56.0,12284.0,239.0,2211.0,972.0,Cloud-native genomic dataframes and batch computing.,95.0,32,True,2024-08-12 18:22:08.000,0.2.130.post1,154.0,hail,,,['spark'],,63452.0,175.0,141.0,https://pypi.org/project/hail,2024-08-08 16:40:33.000,34.0,63452.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +245,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-09-20 11:56:36.472000,2024-09-20 11:04:38,1963.0,13.0,234.0,18.0,300.0,53.0,285.0,872.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,,,,459847.0,1384.0,1257.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,455981.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,181720.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,2024-09-25 04:13:47.000000,2024-09-25 04:13:46,14460.0,309.0,434.0,54.0,2218.0,191.0,800.0,702.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",164.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,39992.0,1355.0,1232.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,29441.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,506460.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-08-04 12:17:57.000000,2023-07-13 08:50:20,531.0,,2804.0,386.0,123.0,239.0,561.0,25680.0,Deezer source separation library including pretrained models.,19.0,31,False,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,['tensorflow'],3414142.0,79111.0,795.0,783.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,19651.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,92504.0,2.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,1.0,3735.0,753.0,1140.0,413.0,589.0,19110.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'],,5902.0,533.0,528.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,5902.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,2.0,2074.0,181.0,1006.0,574.0,727.0,12682.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'],792.0,5241.0,1726.0,1719.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5229.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +250,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-09-04 00:44:02.000000,2024-09-04 00:43:59,2959.0,16.0,2322.0,201.0,468.0,243.0,475.0,9684.0,FinRL: Financial Reinforcement Learning.,116.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,1107.0,48.0,48.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1107.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +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,457.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'],,7259.0,5025.0,5011.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,7259.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +252,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,,878.0,259.0,148.0,107.0,104.0,9217.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,,,,8291884.0,1205.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1184.0,8286182.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,558891.0,2.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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,,1399.0,302.0,894.0,142.0,759.0,9119.0,AutoML library for deep learning.,143.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,['tensorflow'],18821.0,37603.0,749.0,736.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,37374.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +254,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,288.0,98.0,311.0,446.0,8575.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,939999.0,19843.0,1690.0,1671.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,7479.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,7895.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,2024-09-10 09:10:05.964000,2024-08-30 11:22:47,1185.0,10.0,1375.0,100.0,658.0,722.0,526.0,8325.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'],,6710.0,2727.0,2727.0,,,,,https://anaconda.org/conda-forge/nvidia-apex,2024-09-10 09:10:05.964,315415.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +256,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-09-25 08:26:13.000000,2024-09-25 08:26:12,1244.0,30.0,856.0,60.0,1011.0,256.0,1312.0,7938.0,A python library for user-friendly forecasting and anomaly detection on time series.,125.0,31,True,2024-06-19 16:52:35.000,0.30.0,43.0,u8darts,conda-forge/u8darts-all,,,,73143.0,10.0,,https://pypi.org/project/u8darts,2024-06-19 16:52:35.000,10.0,71619.0,https://anaconda.org/conda-forge/u8darts-all,2024-06-21 14:16:42.811,57595.0,2.0,unit8/darts,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,652.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-09-09 07:00:47.000000,2023-04-18 11:08:13,2759.0,,1269.0,215.0,719.0,196.0,829.0,7569.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'],62.0,17491.0,638.0,604.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,16873.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,25361.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +258,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-08-12 17:22:54.000000,2024-08-12 17:08:04,2710.0,2.0,1140.0,209.0,1051.0,25.0,615.0,6669.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'],,10504.0,414.0,410.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,10504.0,,,,2.0,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,, +259,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-09-20 10:35:33.000000,2024-09-20 10:02:01,1094.0,3.0,385.0,82.0,538.0,62.0,457.0,5822.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']",,154195.0,1476.0,1391.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,137815.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,786265.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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,2024-09-22 11:00:43.000000,2024-09-22 11:00:40,620.0,2.0,714.0,110.0,192.0,18.0,348.0,5775.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,,,,2783843.0,961.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,961.0,2771347.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,624824.0,2.0,,,,,,,,,,,,,-1.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-05-29 15:01:39.000000,2023-10-19 19:24:51,248.0,,910.0,125.0,38.0,74.0,147.0,5488.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,['pytorch'],,794944.0,3937.0,3837.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,100.0,794608.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,17512.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +262,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,,1009.0,106.0,248.0,107.0,477.0,5239.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'],,170752.0,4291.0,4180.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,111.0,170129.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,21836.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,4529.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,,,,810755.0,46417.0,45987.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,430.0,806949.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,190310.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-09-26 04:31:11.000000,2024-09-24 23:56:30,15535.0,73.0,525.0,72.0,3616.0,888.0,1605.0,4165.0,cuML - RAPIDS Machine Learning Library.,177.0,31,True,2024-08-08 02:09:42.000,24.08.00,41.0,cuml,,,,,3074.0,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3074.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,2024-08-08 15:36:05.000000,2024-08-08 15:36:05,1297.0,2.0,2506.0,1952.0,535.0,390.0,1077.0,4071.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,31,True,2024-08-05 21:53:53.000,1.57.0,104.0,azureml-sdk,,,,655.0,430483.0,31.0,,https://pypi.org/project/azureml-sdk,2024-08-05 21:53:53.000,31.0,430474.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,184.0,737.0,277.0,669.0,3419.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,17089.0,295219.0,281.0,263.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,295040.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +267,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,,616.0,77.0,78.0,73.0,162.0,3293.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,,,,1730659.0,7201.0,7083.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,118.0,1727699.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,257537.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +268,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-09-22 17:07:53.000000,2024-09-22 17:07:50,342.0,3.0,329.0,66.0,76.0,20.0,123.0,3137.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,1466963.0,14517.0,14278.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,239.0,1462761.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,395072.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +269,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-09-26 07:53:49.000000,2024-09-25 19:52:32,8223.0,311.0,347.0,83.0,9597.0,108.0,347.0,2994.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",118.0,31,True,2024-08-23 21:49:24.000,0.36.0,588.0,determined,,https://docs.determined.ai,"['pytorch', 'tensorflow']",11516.0,19896.0,4.0,,https://pypi.org/project/determined,2024-09-25 18:29:11.000,4.0,19657.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +270,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-09-26 12:23:48.000000,2024-09-23 15:26:40,1187.0,35.0,340.0,35.0,524.0,109.0,429.0,2962.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,,,,40057.0,223.0,206.0,https://pypi.org/project/neuralforecast,2024-09-20 17:38:31.000,17.0,39313.0,https://anaconda.org/conda-forge/neuralforecast,2024-09-20 23:37:40.226,22326.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +271,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2024-07-26 07:25:11.554000,2024-07-01 04:53:53,1639.0,1.0,336.0,59.0,194.0,135.0,196.0,2887.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'],,495276.0,1502.0,1423.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,467596.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1411701.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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-08-01 18:13:21.000000,2024-06-24 17:09:39,1087.0,,392.0,64.0,497.0,218.0,273.0,2848.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'],,312910.0,4511.0,4396.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,311843.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,39507.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +273,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-09-12 08:34:28.551000,2024-08-15 21:14:21,1029.0,20.0,492.0,56.0,145.0,358.0,170.0,2770.0,A high performance implementation of HDBSCAN clustering.,92.0,31,True,2024-08-05 22:10:29.000,release-0.8.38-1,54.0,hdbscan,conda-forge/hdbscan,,['sklearn'],,632559.0,331.0,,https://pypi.org/project/hdbscan,2024-08-05 22:21:39.000,331.0,587035.0,https://anaconda.org/conda-forge/hdbscan,2024-09-12 08:34:28.551,2139649.0,2.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,2024-09-24 18:35:37.000000,2024-09-24 18:35:37,555.0,14.0,412.0,88.0,116.0,77.0,264.0,2196.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,,,,8552.0,1633.0,1623.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,7489.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,43609.0,1.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-09-18 18:54:11.000000,2024-09-18 18:53:51,944.0,31.0,135.0,23.0,429.0,155.0,288.0,2054.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,55.0,31,True,2024-09-18 17:10:13.000,0.11.7,51.0,equinox,,,['jax'],,167247.0,884.0,728.0,https://pypi.org/project/equinox,2024-09-18 17:10:13.000,156.0,167247.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +276,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-07-29 11:38:56.000000,2024-06-14 08:51:32,2450.0,,435.0,75.0,1269.0,154.0,682.0,1832.0,Gaussian processes in TensorFlow.,84.0,31,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,['tensorflow'],,81011.0,721.0,686.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,79930.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,33533.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +277,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,232.0,34.0,255.0,62.0,273.0,1574.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,,,,2383143.0,9455.0,9302.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2358120.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1176102.0,2.0,,,,,,,,,,,,,-1.0,,,,,,,,,,, +278,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-09-26 14:12:46.000000,2024-09-26 00:16:33,4308.0,161.0,49.0,171.0,569.0,152.0,460.0,1552.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,31,True,2024-08-21 16:52:52.000,4.4.1,78.0,lets-plot,,,,1033.0,28366.0,136.0,123.0,https://pypi.org/project/lets-plot,2024-08-21 16:33:28.000,13.0,28349.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-09-07 12:54:02.000000,2024-09-07 12:53:56,949.0,2.0,431.0,86.0,233.0,57.0,241.0,1459.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,,,,551046.0,3049.0,2614.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,435.0,541833.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,359330.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-09-26 04:04:33.000000,2024-09-23 20:34:15,1606.0,32.0,166.0,18.0,840.0,110.0,454.0,1347.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-09-23 20:05:45.000,0.29.1,64.0,pyjanitor,conda-forge/pyjanitor,,,,89977.0,735.0,703.0,https://pypi.org/project/pyjanitor,2024-09-23 20:05:40.000,32.0,85907.0,https://anaconda.org/conda-forge/pyjanitor,2024-09-24 00:58:12.217,211660.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +281,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-09-25 20:47:09.000000,2024-09-25 20:47:05,1143.0,24.0,211.0,23.0,150.0,24.0,199.0,1120.0,Survival analysis built on top of scikit-learn.,21.0,31,False,2024-06-30 09:36:26.000,0.23.0,29.0,scikit-survival,conda-forge/scikit-survival,,['sklearn'],,132423.0,625.0,592.0,https://pypi.org/project/scikit-survival,2024-06-30 09:36:26.000,33.0,128114.0,https://anaconda.org/conda-forge/scikit-survival,2024-06-30 11:16:56.800,146537.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +282,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-09-25 16:35:48.000000,2024-09-25 16:35:47,715.0,25.0,105.0,25.0,571.0,356.0,448.0,1084.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",49.0,31,True,2024-05-07 03:58:11.000,0.10.0,73.0,hvplot,conda-forge/hvplot,,,,230171.0,6026.0,5830.0,https://pypi.org/project/hvplot,2024-09-20 15:00:40.000,196.0,217618.0,https://anaconda.org/conda-forge/hvplot,2024-05-07 04:39:01.018,640251.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +283,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-09-26 15:26:05.000000,2024-09-26 15:26:05,173138.0,2275.0,93.0,51.0,2313.0,90.0,286.0,686.0,TensorFlow ROCm port.,4697.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,['tensorflow'],24.0,4140.0,9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,4140.0,,,,3.0,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,,, +284,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-09-13 08:21:34.000000,2024-09-12 22:24:23,593.0,22.0,38.0,10.0,75.0,10.0,26.0,217.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,31,False,2024-09-13 08:21:34.000,1.0.1,49.0,blis,conda-forge/cython-blis,,,180.0,11345841.0,49130.0,49029.0,https://pypi.org/project/blis,2024-09-13 08:21:34.000,101.0,11298396.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2277276.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +285,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,,4854.0,647.0,375.0,504.0,436.0,15673.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,30,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,1100.0,585.0,582.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1100.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +286,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,8.0,2583.0,297.0,938.0,238.0,690.0,15239.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,30,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,['pytorch'],719.0,3109.0,22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,3095.0,,,,2.0,,,,,,,,,,,,,-1.0,,,,,,,,,,, +287,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,295.0,161.0,267.0,5628.0,Portfolio and risk analytics in Python.,60.0,30,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,7588.0,1084.0,1070.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,7413.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13885.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +288,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,,864.0,148.0,132.0,136.0,104.0,4260.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,,,,190099.0,4217.0,4114.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,103.0,189417.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,29337.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-08-08 18:40:13.000000,2024-01-12 14:48:30,249.0,,280.0,45.0,51.0,28.0,97.0,4016.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,,,,605341.0,6137.0,5987.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,598979.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,292694.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,2024-09-24 20:32:54.000000,2024-09-17 21:35:02,1231.0,15.0,496.0,64.0,755.0,3.0,549.0,3699.0,On-device wake word detection powered by deep learning.,38.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,11780.0,68.0,33.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,11780.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +291,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,77.0,230.0,89.0,406.0,3532.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,1416.0,286705.0,1488.0,1459.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,268861.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,854447.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +292,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,9.0,248.0,64.0,56.0,9.0,,3364.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,,,1035.0,876191.0,7186.0,7087.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,862603.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,624482.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +293,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-07-11 06:05:21.000000,2024-07-11 06:02:00,993.0,9.0,590.0,95.0,338.0,20.0,759.0,3352.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,30,True,2024-07-11 06:11:27.000,1.1.0,76.0,pomegranate,conda-forge/pomegranate,,,,17769.0,1219.0,1160.0,https://pypi.org/project/pomegranate,2024-07-11 06:05:21.000,59.0,14459.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,172137.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +294,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-09-25 08:37:53.000000,2024-09-25 08:37:49,986.0,5.0,232.0,37.0,544.0,75.0,175.0,2864.0,JAX-based neural network library.,83.0,30,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,227203.0,2223.0,2056.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,167.0,226697.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,21771.0,3.0,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,, +295,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-09-17 14:57:15.000000,2024-09-17 14:57:14,1646.0,34.0,329.0,37.0,348.0,36.0,169.0,2715.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,38.0,30,True,2024-07-04 10:21:38.000,2.6.0,42.0,shapash,,,['jupyter'],,16955.0,177.0,173.0,https://pypi.org/project/shapash,2024-07-04 10:21:38.000,4.0,16955.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +296,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-04-09 11:39:30.000000,2024-04-09 11:39:30,957.0,,393.0,38.0,150.0,46.0,244.0,2402.0,A library of sklearn compatible categorical variable encoders.,70.0,30,True,2023-10-29 20:29:52.000,2.6.3,32.0,category_encoders,conda-forge/category_encoders,,['sklearn'],,1315536.0,2387.0,2123.0,https://pypi.org/project/category_encoders,2023-10-29 20:29:52.000,264.0,1307496.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,281420.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +297,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,,327.0,22.0,49.0,35.0,203.0,2295.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,30,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,87510.0,549.0,539.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,86343.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,52521.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +298,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-09-19 04:08:41.000000,2024-08-28 19:04:32,1849.0,108.0,123.0,27.0,347.0,47.0,104.0,2136.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",52.0,30,True,2024-08-28 20:01:05.000,2.15.1,123.0,usearch,,,,25916.0,146681.0,150.0,122.0,https://pypi.org/project/usearch,2024-08-28 20:01:05.000,14.0,136488.0,,,,3.0,unum/usearch,https://hub.docker.com/r/unum/usearch,2024-08-28 19:11:57.156669,1.0,119.0,,,usearch,https://www.npmjs.com/package/usearch,2024-08-28 19:12:14.604,14.0,8460.0,,,,,,,,,,,, +299,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-09-23 23:50:02.000000,2024-09-23 23:49:58,1603.0,100.0,204.0,50.0,270.0,171.0,163.0,2128.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",44.0,30,True,2024-09-23 23:49:09.000,0.34.5,182.0,graphistry,,,['jupyter'],,4239.0,123.0,117.0,https://pypi.org/project/graphistry,2024-09-23 23:49:09.000,6.0,4239.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +300,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,229.0,1995.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,,,556.0,99117.0,1119.0,1083.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,95552.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,178000.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,2024-09-26 13:02:40.000000,2024-09-26 12:56:17,2120.0,189.0,401.0,32.0,2256.0,300.0,117.0,1881.0,Pytorch domain library for recommendation systems.,269.0,30,True,2024-07-23 18:00:18.000,0.8.0,77.0,torchrec-nightly-cpu,,,,,4293.0,135.0,135.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,4293.0,,,,1.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,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,79.0,78.0,113.0,1802.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'],,127874.0,6550.0,6447.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,126727.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,86063.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +303,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,377.0,50.0,136.0,38.0,426.0,1723.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,,,,11988.0,2538.0,282.0,267.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,2421.0,,,,1.0,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,, +304,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-09-14 21:26:54.000000,2024-09-08 12:37:34,2855.0,21.0,184.0,26.0,703.0,118.0,457.0,1630.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,30,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,213.0,8176.0,247.0,241.0,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,8172.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +305,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,,,1340.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,30,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,['spacy'],,471667.0,1951.0,1864.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,469790.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,63848.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +306,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-09-24 16:15:26.723000,2024-09-24 08:43:54,1135.0,6.0,247.0,48.0,534.0,31.0,185.0,1323.0,ARCH models in Python.,35.0,30,False,2024-09-24 09:58:38.000,7.1.0,48.0,arch,conda-forge/arch-py,,,,349970.0,2033.0,1926.0,https://pypi.org/project/arch,2024-09-24 09:58:38.000,107.0,342149.0,https://anaconda.org/conda-forge/arch-py,2024-09-24 16:15:26.723,398882.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,2024-09-10 11:38:37.614000,2024-09-09 16:59:27,10782.0,41.0,245.0,38.0,1504.0,208.0,353.0,1239.0,Computations and statistics on manifolds with geometric structures.,92.0,30,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,https://geomstats.github.io/,,,3288.0,133.0,121.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,3154.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,3636.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +308,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-09-26 14:06:48.000000,2024-08-13 21:16:30,3511.0,216.0,123.0,10.0,617.0,19.0,150.0,1085.0,Time series forecasting with machine learning models.,14.0,30,True,2024-08-01 13:18:23.000,0.13.0,28.0,skforecast,,,['sklearn'],,76250.0,341.0,326.0,https://pypi.org/project/skforecast,2024-08-01 12:24:50.000,15.0,76250.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +309,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,61.0,72.0,82.0,944.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,,,,15602961.0,105796.0,105271.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,525.0,15265862.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,12135576.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +310,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-09-24 16:02:24.000000,2024-09-24 16:01:52,16653.0,73.0,377.0,45.0,1649.0,306.0,2981.0,897.0,An open-source application for biological image analysis.,144.0,30,True,2024-09-18 16:48:47.000,4.2.8,35.0,cellprofiler,,,,8028.0,1361.0,24.0,22.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1299.0,,,,2.0,,,,,,,,,,,,,2.0,,,,,,,,,,, +311,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,15.0,149.0,50.0,59.0,21.0,70.0,839.0,Computer Vision in Python.,35.0,30,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,33900.0,1413.0,1351.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,62.0,24178.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,495853.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +312,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-09-18 15:00:54.000000,2024-09-18 09:53:04,3186.0,42.0,118.0,17.0,306.0,6.0,168.0,796.0,Python bindings for MPI.,27.0,30,True,2024-07-28 09:41:14.000,4.0.0,29.0,mpi4py,conda-forge/mpi4py,,,26851.0,939619.0,737.0,,https://pypi.org/project/mpi4py,2024-07-28 09:41:14.000,737.0,876825.0,https://anaconda.org/conda-forge/mpi4py,2024-09-04 08:05:36.172,2926119.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +313,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-09-10 22:31:48.000000,2024-09-10 22:30:54,1084.0,11.0,174.0,35.0,117.0,27.0,62.0,754.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,,,,19996051.0,454.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,444.0,19906920.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8645707.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +314,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-09-25 19:48:58.000000,2024-07-01 21:47:36,1690.0,3.0,283.0,42.0,1419.0,290.0,371.0,701.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'],,1523262.0,61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,1523262.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +315,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,53.0,37.0,57.0,482.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,,,,2157758.0,24174.0,24039.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2139291.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,867992.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +316,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,1250.0,557.0,840.0,2543.0,17504.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,,,,14698.0,1016.0,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,875.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +317,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,,3836.0,609.0,231.0,51.0,,14087.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,34423.0,2371.0,2297.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,34423.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +318,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,9017.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'],,128636.0,86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,127814.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,41925.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +319,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-08-29 18:13:51.000000,2024-08-04 05:05:42,1038.0,16.0,910.0,137.0,732.0,133.0,342.0,7029.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,92.0,29,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,40.0,51546.0,430.0,423.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,50856.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,31755.0,2.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,6167.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'],,2071.0,755.0,748.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1897.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,8881.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +321,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,,1212.0,153.0,952.0,58.0,788.0,5810.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,['mxnet'],,72841.0,76.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,72841.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +322,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-09-16 06:47:25.000000,2024-09-10 16:49:55,1635.0,26.0,830.0,145.0,1561.0,371.0,403.0,5053.0,Simple and Distributed Machine Learning.,120.0,29,True,2024-08-30 02:16:51.000,1.0.5,51.0,synapseml,,,,,249840.0,5.0,,https://pypi.org/project/synapseml,2024-08-30 02:13:37.000,5.0,249840.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +323,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-09-14 01:21:18.000000,2024-09-14 01:21:18,619.0,6.0,760.0,84.0,347.0,53.0,340.0,4997.0,Uplift modeling and causal inference with machine learning algorithms.,63.0,29,True,2024-04-19 00:19:00.000,0.15.1,24.0,causalml,,,,,47876.0,222.0,221.0,https://pypi.org/project/causalml,2024-04-19 00:19:00.000,1.0,47876.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +324,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,208.0,157.0,358.0,4728.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,,,,367376.0,1571.0,1539.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,364582.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,223537.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +325,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-09-10 15:55:41.876000,2024-09-10 14:13:20,813.0,8.0,396.0,74.0,297.0,60.0,529.0,4719.0,Visualizer for pandas data structures.,30.0,29,True,2024-09-10 15:24:26.000,3.14.1,186.0,dtale,conda-forge/dtale,,"['pandas', 'jupyter']",,45156.0,1262.0,1218.0,https://pypi.org/project/dtale,2024-09-10 15:17:39.000,44.0,38758.0,https://anaconda.org/conda-forge/dtale,2024-09-10 15:55:41.876,332730.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +326,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-08-06 20:03:27.000000,2024-07-25 12:17:22,1473.0,2.0,744.0,75.0,1814.0,324.0,634.0,4565.0,Probabilistic time series modeling in Python.,117.0,29,True,2024-06-03 07:20:43.000,0.15.1,110.0,gluonts,anaconda/gluonts,,['mxnet'],,505257.0,31.0,,https://pypi.org/project/gluonts,2024-06-03 07:20:43.000,31.0,505230.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,953.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +327,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,41.0,126.0,75.0,154.0,4410.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,,,,128291.0,1438.0,1373.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,127652.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,24921.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +328,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,32.0,735.0,175.0,90.0,1.0,288.0,4243.0,A python wrapper for Alpha Vantage API for financial data.,44.0,29,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,34665.0,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,34497.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7434.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-08-27 11:49:25.000000,2024-08-27 11:02:25,515.0,5.0,568.0,43.0,541.0,14.0,,3979.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,29,True,2024-08-27 11:49:25.000,0.11.19,103.0,sahi,conda-forge/sahi,,,27447.0,191841.0,1373.0,1347.0,https://pypi.org/project/sahi,2024-07-10 10:19:56.000,26.0,189128.0,https://anaconda.org/conda-forge/sahi,2024-07-24 03:28:58.170,72640.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +330,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,77.0,38.0,14.0,121.0,3908.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,,,,286231.0,18112.0,17990.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,226032.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,361196.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +331,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-09-16 21:51:17.000000,2024-09-13 01:42:25,1464.0,22.0,469.0,55.0,823.0,58.0,496.0,3820.0,NeuralProphet: A simple forecasting package.,56.0,29,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,['pytorch'],,157510.0,8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,157510.0,,,,2.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-09-26 07:54:12.000000,2024-09-26 07:54:12,679.0,29.0,645.0,38.0,953.0,122.0,773.0,3673.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",80.0,29,True,2024-08-12 12:57:29.000,1.1.1,32.0,anomalib,,,,13746.0,39946.0,98.0,93.0,https://pypi.org/project/anomalib,2024-08-12 12:57:52.000,5.0,39530.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +333,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-09-09 07:33:42.000000,2024-09-09 07:33:42,3663.0,3.0,463.0,102.0,1052.0,259.0,368.0,3616.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'],,197009.0,178.0,58.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,99.0,167912.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1384766.0,3.0,,,,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2467.0,,,,,,,,,,,, +334,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,113.0,93.0,23.0,101.0,3512.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,,,,476701.0,3128.0,3098.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,30.0,476464.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,9276.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +335,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,62.0,121.0,6.0,288.0,3336.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,29,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,1673.0,26083.0,620.0,605.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,26058.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +336,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,3061.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,,,,89.0,106727.0,201.0,198.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,106726.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +337,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-09-23 10:52:39.000000,2024-09-23 10:52:39,478.0,2.0,737.0,121.0,127.0,69.0,371.0,3030.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,29,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,['sklearn'],,334831.0,2862.0,2775.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,87.0,329034.0,https://anaconda.org/conda-forge/hmmlearn,2024-09-11 23:07:53.942,278277.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +338,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,73.0,102.0,123.0,3023.0,Productivity Tools for Plotly + Pandas.,38.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,['pandas'],,59386.0,11841.0,11732.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,59386.0,,,,3.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-09-25 10:35:12.000000,2024-09-25 10:35:12,1211.0,35.0,401.0,49.0,92.0,163.0,501.0,3009.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2024-09-10 16:36:20.000,1.1.11,94.0,mljar-supervised,conda-forge/mljar-supervised,,,,5778.0,133.0,129.0,https://pypi.org/project/mljar-supervised,2024-09-10 16:36:20.000,4.0,5221.0,https://anaconda.org/conda-forge/mljar-supervised,2024-09-10 16:42:21.786,21741.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +340,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-09-18 20:04:05.000000,2024-09-18 20:03:03,2304.0,7.0,714.0,79.0,206.0,198.0,469.0,2776.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'],,115755.0,14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,115755.0,,,,2.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,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'],,94989.0,1631.0,1609.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,94989.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +342,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,357.0,82.0,168.0,217.0,148.0,2350.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,29,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,382609.0,6658.0,6504.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,145.0,377651.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,209130.0,3.0,,,,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,858.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-08-05 07:13:17.000000,2024-05-21 10:49:30,727.0,,220.0,40.0,545.0,136.0,235.0,2213.0,"Algorithms for outlier, adversarial and drift detection.",23.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,65167.0,481.0,474.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,65167.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +344,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-09-01 16:40:55.000000,2024-08-06 14:00:12,485.0,17.0,287.0,63.0,121.0,22.0,105.0,1983.0,ffn - a financial function library for Python.,35.0,29,True,2024-08-06 13:45:28.000,1.1.0,37.0,ffn,conda-forge/ffn,,,,15526.0,509.0,491.0,https://pypi.org/project/ffn,2024-08-05 23:48:25.000,18.0,15236.0,https://anaconda.org/conda-forge/ffn,2024-08-06 14:03:54.464,11914.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +345,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,23.0,272.0,1921.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,,,,93285.0,1958.0,1936.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,92521.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,36698.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +346,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-09-24 10:24:40.000000,2024-09-24 10:24:40,879.0,17.0,412.0,38.0,907.0,160.0,320.0,1910.0,A Python package to assess and improve fairness of machine learning models.,84.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,['sklearn'],,176010.0,58.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,55.0,175224.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,36180.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +347,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-09-26 11:16:10.000000,2024-09-26 11:16:08,1235.0,39.0,186.0,20.0,169.0,47.0,137.0,1817.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,29,True,2024-09-03 07:35:15.000,0.37.0,41.0,audiomentations,,,,,51901.0,589.0,571.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,51901.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +348,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-09-15 02:16:48.000000,2024-09-15 02:16:48,1062.0,3.0,222.0,51.0,208.0,32.0,288.0,1682.0,A full spaCy pipeline and models for scientific/biomedical documents.,34.0,29,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,21361.0,993.0,959.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,34.0,21361.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +349,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-09-04 22:25:36.166000,2024-09-04 10:38:43,1254.0,2.0,137.0,31.0,115.0,35.0,269.0,1603.0,Statistical package in Python based on Pandas.,46.0,29,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,106686.0,2545.0,2389.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,104067.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,133570.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +350,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-08-30 01:04:00.000000,2024-08-30 01:03:59,1482.0,40.0,274.0,72.0,107.0,33.0,55.0,1255.0,Model analysis tools for TensorFlow.,57.0,29,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,"['tensorflow', 'jupyter']",,243209.0,19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,19.0,243209.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +351,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,26.0,39.0,9.0,130.0,1255.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'],,184529.0,622.0,604.0,https://pypi.org/project/prince,2024-09-07 18:34:31.000,18.0,184176.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,20506.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +352,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-08-08 16:10:29.000000,2024-08-08 16:10:29,495.0,1.0,120.0,32.0,130.0,26.0,75.0,913.0,Python bindings and utilities for GeoJSON.,56.0,29,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,2892240.0,18984.0,18286.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,698.0,2847496.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,850136.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +353,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,1.0,255.0,40.0,513.0,279.0,257.0,893.0,Scalable Machine Learning with Dask.,80.0,29,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,137412.0,1195.0,1102.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,120294.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,890185.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-07-27 07:14:46.000000,2024-07-27 07:14:46,566.0,2.0,106.0,16.0,196.0,119.0,139.0,701.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,,,19929.0,5662143.0,43036.0,42256.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,5661987.0,https://anaconda.org/anaconda/pysoundfile,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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-09-20 07:45:49.000000,2024-09-20 07:45:47,843.0,13.0,75.0,25.0,400.0,103.0,241.0,591.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,,,,18122.0,1180.0,1121.0,https://pypi.org/project/geoviews,2024-09-16 16:00:44.000,59.0,13021.0,https://anaconda.org/conda-forge/geoviews,2024-09-17 10:57:22.057,244878.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-09-26 12:17:30.000000,2024-09-26 12:17:28,2097.0,8.0,63.0,19.0,1631.0,31.0,213.0,574.0,The experiment tracker for foundation model training.,54.0,29,True,2024-08-20 12:56:39.000,1.11.1,209.0,neptune-client,conda-forge/neptune-client,,,,504961.0,676.0,599.0,https://pypi.org/project/neptune-client,2024-08-20 12:56:39.000,77.0,499628.0,https://anaconda.org/conda-forge/neptune-client,2024-08-20 14:58:11.790,277367.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +357,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,5.0,58.0,13.0,207.0,12.0,187.0,338.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,29,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,809212.0,10174.0,10014.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,160.0,776983.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2900620.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,348.0,81.0,50.0,231.0,7998.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,31837.0,2629.0,840.0,814.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2255.0,,,,2.0,,,,,,google-deepmind/pysc2,,,,,,,,,,,,,,,,,, +359,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,7348.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'],,111986.0,272.0,264.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,111986.0,,,,3.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,1.0,1338.0,172.0,46.0,80.0,241.0,7026.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'],,68151.0,31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,68151.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,2024-06-16 11:25:37.000000,2024-06-14 19:31:58,659.0,,1007.0,145.0,100.0,87.0,310.0,6367.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,,,,91702.0,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,83488.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,410725.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,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,5824.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,,,,,16553.0,516.0,504.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,16553.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,5516.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'],,1275.0,793.0,787.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1275.0,,,,2.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,,457.0,73.0,63.0,110.0,57.0,4801.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,,,,,372943.0,2898.0,2876.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,372943.0,,,,3.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-09-11 17:55:17.000000,2024-09-03 19:39:21,6165.0,12.0,528.0,147.0,1940.0,338.0,1377.0,4530.0,ArrayFire: a general purpose GPU library.,92.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,6962.0,2833.0,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,2771.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +366,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,1.0,942.0,53.0,57.0,73.0,108.0,4454.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,28,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,['pytorch'],1284312.0,92965.0,2279.0,2228.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,70822.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +367,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,,740.0,58.0,1015.0,187.0,742.0,4294.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,28,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,['pytorch'],,12080.0,165.0,161.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,12080.0,,,,3.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,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,,,,,1976.0,1072.0,1060.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1976.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +369,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-09-25 06:35:52.000000,2024-08-29 02:47:33,880.0,8.0,414.0,44.0,973.0,38.0,329.0,3634.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",50.0,28,True,2024-08-08 14:03:10.000,0.9.0,16.0,python-doctr,,,"['tensorflow', 'pytorch']",3762890.0,138605.0,12.0,,https://pypi.org/project/python-doctr,2024-08-08 14:03:10.000,12.0,51096.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,2024-09-25 09:06:07.000000,2024-02-22 12:17:17,1487.0,,249.0,20.0,1746.0,295.0,726.0,3573.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,,,,1192.0,117830.0,432.0,420.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,12.0,117796.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +371,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-09-17 20:09:27.000000,2024-09-17 20:08:40,1205.0,4.0,420.0,82.0,55.0,62.0,203.0,3476.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'],,1770.0,218.0,215.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1558.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,9793.0,2.0,,,,,,google-deepmind/acme,,,,,,,,,,,,,,,,,, +372,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2024-08-03 07:04:44.000000,2024-01-02 20:16:48,4161.0,,368.0,84.0,65.0,156.0,189.0,3285.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,,,,14837.0,501.0,484.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6917.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,712872.0,3.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,3277.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,['pytorch'],,22886.0,1218.0,1188.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,22886.0,,,,2.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,746.0,2936.0,StellarGraph - Machine Learning on Graphs.,37.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,['tensorflow'],,14221.0,289.0,278.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,14221.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +375,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,45.0,121.0,72.0,137.0,2935.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,,,,119664.0,1359.0,1306.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,117852.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,83361.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +376,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-07-26 11:49:48.000000,2024-07-26 10:43:49,3587.0,14.0,522.0,107.0,361.0,388.0,688.0,2819.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,,,,,13242.0,795.0,775.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,13242.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +377,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-09-24 01:23:55.000000,2024-09-24 01:23:52,3553.0,9.0,333.0,153.0,1182.0,35.0,60.0,2720.0,Neural Network Libraries.,76.0,28,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,979.0,3589.0,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,3578.0,,,,3.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,5.0,411.0,124.0,144.0,198.0,247.0,2641.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,,,,256859.0,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,253430.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,68587.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +379,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-09-02 22:27:25.000000,2024-07-02 07:21:59,2916.0,2.0,997.0,123.0,525.0,65.0,300.0,2576.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,28,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,['jupyter'],,488109.0,112.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,112.0,464523.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1108554.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,2429.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'],,412028.0,5495.0,5410.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,409882.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,184591.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +381,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,56.0,659.0,147.0,225.0,2386.0,Algorithms for explaining machine learning models.,22.0,28,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,17419.0,678.0,653.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,17419.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +382,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,45.0,57.0,67.0,209.0,2364.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'],,13044.0,336.0,329.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,13044.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +383,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,2300.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,384395.0,11783.0,11628.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,384395.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +384,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,,196.0,34.0,73.0,27.0,52.0,1553.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,['pytorch'],,1857300.0,3761.0,3724.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1856674.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,27567.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +385,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-09-23 20:40:57.000000,2024-09-23 18:45:00,1017.0,35.0,592.0,106.0,292.0,22.0,300.0,1552.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,28,True,2024-09-23 20:40:57.000,2.12.0,34.0,tabpy,anaconda/tabpy-client,,,,7231.0,179.0,177.0,https://pypi.org/project/tabpy,2024-09-23 20:40:57.000,2.0,7180.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4595.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +386,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-09-25 00:22:42.000000,2024-09-25 00:22:36,832.0,2.0,320.0,119.0,785.0,225.0,168.0,1486.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'],,915838.0,45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,915838.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +387,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-09-13 08:50:44.958000,2024-08-13 10:02:03,694.0,3.0,158.0,22.0,126.0,5.0,131.0,1449.0,"Extensible, parallel implementations of t-SNE.",12.0,28,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,42194.0,922.0,875.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,35831.0,https://anaconda.org/conda-forge/opentsne,2024-09-13 08:50:44.958,311803.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-08-28 13:05:22.000000,2024-08-28 13:05:21,610.0,18.0,417.0,31.0,51.0,16.0,128.0,1429.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,,,,,26627.0,684.0,653.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,26627.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +389,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-09-26 13:38:20.000000,2024-09-26 13:38:17,2116.0,219.0,98.0,10.0,801.0,94.0,816.0,1334.0,"dstack is an open-source alternative to Kubernetes, designed to simplify development, training, and deployment of AI..",32.0,28,True,2024-09-25 10:56:34.000,0.18.15,231.0,dstack,,,,,6512.0,15.0,15.0,https://pypi.org/project/dstack,2024-09-25 10:38:51.000,,6512.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +390,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,,396.0,71.0,89.0,36.0,26.0,1281.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,,,,24787.0,1515.0,1459.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,24420.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,29013.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +391,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,39.0,302.0,31.0,200.0,1268.0,A research toolkit for particle swarm optimization in Python.,45.0,28,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,35330.0,456.0,434.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,35330.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +392,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,8.0,120.0,24.0,109.0,46.0,77.0,1261.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,,,,433941.0,3268.0,3219.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,433113.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,40572.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +393,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-09-23 20:28:23.000000,2024-09-23 20:28:19,536.0,16.0,115.0,26.0,386.0,31.0,286.0,1258.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-07-10 14:32:19.000,0.9.1,52.0,scikit-lego,conda-forge/scikit-lego,,['sklearn'],,24304.0,171.0,160.0,https://pypi.org/project/scikit-lego,2024-07-10 14:08:28.000,11.0,23239.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,55387.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,,416.0,52.0,41.0,17.0,139.0,1238.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,,,,272196.0,2859.0,2821.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,271271.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,49033.0,2.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,1.0,268.0,34.0,38.0,1.0,496.0,1225.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'],,8873.0,555.0,551.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,8873.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +396,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'],,3879020.0,311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3848309.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2303375.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +397,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-09-10 20:53:34.000000,2024-09-10 20:53:34,939.0,3.0,211.0,58.0,103.0,45.0,174.0,984.0,Input pipeline framework.,29.0,28,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,['tensorflow'],,472975.0,18.0,,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,18.0,472975.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +398,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-09-03 21:38:15.000000,2023-02-20 00:24:10,1723.0,,185.0,41.0,175.0,65.0,174.0,943.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'],,89918.0,96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,81834.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,595227.0,3.0,,,,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2132.0,,,,,,,,,,,, +399,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,66.0,880.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,,,,1716299.0,8011.0,7855.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1675908.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2019568.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +400,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,,327.0,65.0,690.0,36.0,533.0,834.0,The Classical Language Toolkit.,121.0,28,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,94.0,3661.0,288.0,273.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,3661.0,,,,2.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,,1131.0,239.0,455.0,72.0,264.0,17911.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,,,,44197.0,,,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,43782.0,,,,2.0,remnux/ciphey,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,25755.0,,,,,,,,,,,,,,,,,,, +402,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-09-24 17:16:38.000000,2024-07-11 14:30:01,2227.0,2.0,2847.0,197.0,3734.0,1237.0,4175.0,12633.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",160.0,27,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,['paddle'],,491.0,2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,491.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,,1815.0,206.0,74.0,113.0,37.0,10514.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,,,,,68016.0,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,68016.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +404,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-05-06 20:38:27.000000,2024-05-06 20:36:49,342.0,,1367.0,425.0,50.0,102.0,87.0,10453.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-05-06 20:38:27.000,4.0.9,47.0,dopamine-rl,,,['tensorflow'],,35327.0,31.0,21.0,https://pypi.org/project/dopamine-rl,2024-05-06 20:38:27.000,10.0,35327.0,,,,2.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,131.0,51.0,163.0,141.0,7871.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'],4186197.0,227044.0,73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,149522.0,,,,2.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,7327.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'],2467.0,1954.0,11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1929.0,,,,2.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,,1354.0,350.0,14.0,42.0,66.0,6401.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,23319.0,1424.0,1416.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,23319.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +408,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..",122.0,27,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,13.0,1860.0,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1860.0,,,,3.0,,,,,,numenta/nupic-legacy,,,,,,,,,,,,,,,,,, +409,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,5581.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,1640908.0,1839.0,1783.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1640514.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,19712.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +410,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,271.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'],25.0,966.0,331.0,329.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,966.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +411,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,789.0,141.0,356.0,4767.0,Deep Learning Visualization Toolkit.,33.0,27,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,['paddle'],450.0,160344.0,84.0,2.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,82.0,160336.0,,,,3.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,4396.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,,,,329004.0,9270.0,9173.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,328655.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,14662.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +413,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,43.0,4007.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'],,197268.0,16095.0,15960.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,197268.0,,,,2.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,3872.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']",,700619.0,5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,700195.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,24182.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-09-25 12:12:06.000000,2024-09-14 13:26:49,1669.0,21.0,670.0,43.0,28.0,9.0,553.0,3434.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'],,2414.0,23.0,23.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,2414.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,,1130.0,166.0,215.0,49.0,146.0,3280.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,,,,1948.0,713.0,708.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1670.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,21977.0,3.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,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,272.0,52.0,21.0,41.0,97.0,2924.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,77961.0,2544.0,2514.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,77171.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,34011.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +418,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,2.0,381.0,38.0,522.0,59.0,217.0,2914.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,,,,4142.0,309.0,298.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,3967.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8424.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,,748.0,181.0,75.0,21.0,565.0,2809.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,,,,46892.0,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,46141.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,46602.0,3.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,,421.0,46.0,365.0,22.0,350.0,2732.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,,,,4129.0,641.0,627.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,3834.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,14752.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,,256.0,27.0,1132.0,77.0,224.0,2630.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'],414989.0,16465.0,147.0,147.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,504.0,,,,3.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,2024-08-22 18:44:14.000000,2024-08-22 18:30:45,140.0,22.0,336.0,31.0,326.0,41.0,340.0,2536.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,13.0,27,True,2024-08-10 15:47:41.000,1.0.0,21.0,adapter-transformers,,,['huggingface'],,19854.0,110.0,98.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,19854.0,,,,3.0,,,,,,adapter-hub/adapters,,,,,,,,,,,,,,,,,, +423,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,1.0,827.0,90.0,286.0,199.0,103.0,2413.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,,,,33359.0,519.0,487.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,33059.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,14443.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,,255.0,87.0,124.0,33.0,230.0,2208.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,,,,32534.0,1930.0,1864.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,30695.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,161856.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +425,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-04-26 00:01:37.000000,2021-07-09 11:06:18,56.0,,523.0,43.0,25.0,74.0,38.0,2199.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,27,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,['tensorflow'],,105577.0,6142.0,6071.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,71.0,105340.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13040.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +426,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-09-26 04:04:54.000000,2023-06-01 12:18:23,739.0,,320.0,44.0,44.0,99.0,56.0,2198.0,A modular active learning framework for Python.,20.0,27,False,2024-09-26 04:04:54.000,0.64.145,1265.0,modAL,,,['sklearn'],41.0,378791.0,54.0,,https://pypi.org/project/modAL,2024-09-26 04:04:54.000,54.0,378791.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +427,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,2176.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'],,13744.0,380.0,374.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,13744.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +428,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-09-26 12:27:55.000000,2024-09-23 17:14:22,14660.0,13.0,85.0,42.0,57.0,13.0,78.0,2154.0,The friendly PIL fork.,435.0,27,False,,,72.0,pillow-simd,,,,,32627.0,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,32627.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +429,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,160.0,13.0,92.0,2131.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,,,,,61543.0,731.0,712.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,61543.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,2024-09-26 09:03:32.000000,2024-09-26 09:03:28,2253.0,174.0,135.0,27.0,254.0,5.0,42.0,2013.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,,,,,4351.0,184.0,170.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,4351.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +431,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,,280.0,40.0,495.0,172.0,151.0,1783.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,27,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,512.0,161071.0,189.0,181.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,161065.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +432,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,1739.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,['pytorch'],,2271.0,304.0,299.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1675.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,22056.0,2.0,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,, +433,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-09-26 14:45:52.000000,2024-09-25 18:21:35,6582.0,115.0,297.0,45.0,2909.0,178.0,1569.0,1676.0,cuGraph - RAPIDS Graph Analytics Library.,115.0,27,True,2024-08-08 02:37:35.000,24.08.00,39.0,cugraph,conda-forge/libcugraph,,,,845.0,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,277.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,23302.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,,,,,2479.0,408.0,406.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,2479.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +435,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,50.0,44.0,99.0,114.0,1387.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,27,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,['tensorflow'],1676261.0,72370.0,567.0,559.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,37441.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,331.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +436,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-06-22 10:18:00.000000,2024-06-22 10:17:04,858.0,,270.0,78.0,487.0,53.0,202.0,1382.0,Underthesea - Vietnamese NLP Toolkit.,19.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,7065.0,19839.0,1203.0,1192.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,19759.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +437,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,6.0,343.0,30.0,2278.0,86.0,229.0,1337.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']",,10764.0,6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,10764.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +438,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,202.0,43.0,258.0,68.0,213.0,1306.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,,,,,2839.0,464.0,437.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2839.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,,175.0,25.0,36.0,1.0,116.0,1249.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'],,112492.0,1689.0,1668.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,112492.0,,,,2.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-02-25 11:40:08.000000,2024-02-08 16:58:25,2080.0,,250.0,41.0,39.0,76.0,591.0,1165.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,,,598.0,30458.0,768.0,736.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,28688.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,88247.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +441,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-09-08 09:11:10.000000,2024-09-08 09:09:53,822.0,13.0,122.0,31.0,425.0,80.0,333.0,1064.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,,,,26023.0,153.0,143.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,25201.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,37033.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +442,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,9.0,138.0,25.0,487.0,17.0,140.0,866.0,A Comparative Framework for Multimodal Recommender Systems.,22.0,27,True,2024-08-15 06:25:57.000,2.2.2,59.0,cornac,conda-forge/cornac,,,,54233.0,253.0,235.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,43035.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,571102.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +443,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-09-21 16:06:04.000000,2024-09-21 16:05:44,484.0,7.0,49.0,9.0,65.0,191.0,251.0,632.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,,,,70481.0,875.0,798.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,67760.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,127890.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +444,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'],,246220.0,8019.0,7880.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,245452.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40720.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +445,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,,1203.0,184.0,213.0,29.0,534.0,9254.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,,,,,12648.0,287.0,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +446,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,7.0,814.0,142.0,1571.0,122.0,125.0,8055.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,,,,,5112.0,174.0,173.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,5112.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +447,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,37.0,1544.0,138.0,3616.0,55.0,1976.0,5658.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,,,,,,,,,,,,,,,,,,,,,,,, +448,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2023-07-29 21:28:21.000000,2023-07-05 18:14:28,901.0,,554.0,104.0,617.0,98.0,608.0,4270.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,26,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,['sklearn'],,379099.0,105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,377395.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,83525.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +449,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,8.0,604.0,41.0,1010.0,283.0,706.0,3362.0,"A unified, comprehensive and efficient recommendation library.",74.0,26,True,2023-11-04 11:23:19.000,1.2.0,10.0,recbole,aibox/recbole,,['pytorch'],,60751.0,2.0,,https://pypi.org/project/recbole,2023-10-31 12:52:34.000,2.0,60618.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,6148.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +450,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,2.0,532.0,141.0,240.0,42.0,635.0,3295.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'],,874.0,455.0,451.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,874.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +451,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,3030.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,,,,1694.0,,,,,,,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,144951.0,3.0,shogun/shogun,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1514.0,,,,,,,,,shogun,,,,,,,,,, +452,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,3020.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'],,158340.0,86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,158060.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,11499.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +453,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-06-02 15:40:01.000000,2024-06-02 15:40:01,251.0,,330.0,30.0,322.0,82.0,39.0,2870.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,26,True,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,['sklearn'],,17940.0,1090.0,1089.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,17846.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3497.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +454,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,,233.0,51.0,482.0,45.0,70.0,2795.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,80.0,30800.0,262.0,259.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,30799.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +455,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,2779.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,,,,83127.0,1124.0,1119.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,82856.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16021.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +456,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,167.0,164.0,113.0,2752.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,,,,163312.0,61.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,61.0,161456.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,163383.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +457,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,43.0,89.0,240.0,2736.0,Learning to Rank in TensorFlow.,34.0,26,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,['tensorflow'],,99065.0,15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,99065.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +458,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-09-20 17:12:10.000000,2023-07-23 14:42:27,191.0,,480.0,38.0,249.0,52.0,288.0,2603.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'],,41554.0,11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,41310.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,8076.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +459,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,166.0,94.0,136.0,358.0,2485.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,,,,,879.0,28.0,26.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,879.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +460,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,1.0,239.0,35.0,147.0,24.0,145.0,2377.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,,,,333.0,22547.0,229.0,222.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,7.0,22541.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +461,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,,337.0,77.0,55.0,169.0,68.0,2308.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,36350.0,1411.0,1362.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,36350.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +462,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,2233.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,,,,17771.0,630.0,625.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,16621.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,97804.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +463,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,2067.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'],260155.0,111571.0,2286.0,2272.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,107496.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,513.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +464,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-09-20 02:51:44.000000,2024-09-20 02:51:40,888.0,17.0,444.0,60.0,357.0,117.0,92.0,1925.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'],172.0,23539.0,21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,23537.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +465,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-09-04 08:38:12.000000,2024-08-31 13:01:11,360.0,22.0,307.0,1.0,1.0,1.0,,1841.0,Feature engineering package with sklearn like functionality.,49.0,26,True,2024-08-31 13:22:28.000,1.8.1,41.0,feature_engine,conda-forge/feature_engine,,,,166443.0,159.0,,https://pypi.org/project/feature_engine,2024-08-31 13:22:28.000,159.0,165283.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,56872.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +466,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,25.0,81.0,46.0,35.0,1758.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,,,,169052.0,733.0,688.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,168284.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,26888.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +467,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-06-21 10:56:28.000000,2024-06-03 08:29:10,3912.0,,286.0,29.0,578.0,92.0,721.0,1752.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,78.0,26,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,34.0,2008.0,108.0,105.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,2008.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +468,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,1734.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,26,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,['pytorch'],,3384.0,231.0,228.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,3290.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3878.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +469,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,32.0,20.0,3.0,91.0,1710.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,,,,55472.0,764.0,753.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,53760.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,63369.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +470,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-09-25 05:35:02.000000,2024-09-25 05:30:26,994.0,43.0,266.0,44.0,833.0,79.0,66.0,1658.0,A lightweight library for PyTorch training tools and utilities.,132.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,['pytorch'],,5239.0,24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5239.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +471,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,10.0,390.0,1619.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,26,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,['tensorflow'],,2282.0,198.0,190.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,2282.0,,,,2.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,2023-11-29 15:04:03.000000,2023-08-12 06:34:27,161.0,,274.0,51.0,87.0,22.0,191.0,1589.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'],,38214.0,668.0,649.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,38062.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,7754.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +473,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,380.0,56.0,155.0,1570.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,True,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,['paddle'],,2608.0,61.0,60.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,2608.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +474,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-09-24 09:41:42.000000,2023-06-07 07:35:59,3033.0,,123.0,35.0,358.0,12.0,187.0,1441.0,Multi-class confusion matrix library in Python.,17.0,26,False,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,40991.0,361.0,337.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,24.0,40991.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +475,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-09-21 21:59:47.000000,2024-09-21 13:36:46,1061.0,7.0,119.0,22.0,116.0,36.0,56.0,1371.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,26,True,2024-07-02 18:00:43.000,1.4.6,49.0,imodels,,,,,31519.0,114.0,105.0,https://pypi.org/project/imodels,2024-07-02 18:00:43.000,9.0,31519.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +476,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-09-04 08:57:04.000000,2024-06-07 09:11:54,678.0,,165.0,48.0,163.0,24.0,383.0,1364.0,moDel Agnostic Language for Exploration and eXplanation.,25.0,26,False,2024-02-28 20:54:37.000,1.7.0,27.0,dalex,conda-forge/dalex,,,,21715.0,188.0,181.0,https://pypi.org/project/dalex,2024-02-28 20:54:37.000,7.0,21347.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,16192.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +477,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-09-25 23:50:09.000000,2024-09-13 00:21:18,2118.0,79.0,388.0,58.0,539.0,176.0,257.0,1238.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']",,1167.0,,,https://pypi.org/project/hls4ml,2023-12-19 21:00:58.000,,988.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,8612.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +478,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,1237.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,,,,50194.0,549.0,492.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,38162.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,1010771.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,2024-09-26 01:25:50.000000,2024-09-26 01:22:45,2526.0,83.0,94.0,19.0,1109.0,76.0,233.0,1130.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,,,,,22157.0,28.0,24.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,22157.0,,,,3.0,,,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,, +480,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-02-29 13:41:12.000000,2024-02-29 13:41:11,1144.0,,236.0,61.0,247.0,22.0,367.0,975.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,,,312.0,28804.0,617.0,583.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,28116.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,32202.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +481,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,927.0,Gaussian Process Optimization using GPy.,50.0,26,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,24402.0,568.0,531.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,24402.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +482,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,919.0,A scikit-learn based module for multi-label et. al. classification.,28.0,26,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,['sklearn'],,50216.0,1782.0,1757.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,50216.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +483,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,,80.0,12.0,49.0,22.0,53.0,785.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,26,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,875119.0,3811.0,3734.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,874927.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,6731.0,3.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,2024-09-06 17:02:25.000000,2024-09-06 17:02:23,968.0,5.0,169.0,47.0,86.0,37.0,144.0,758.0,Library for exploring and validating machine learning data.,26.0,26,True,2024-04-24 23:26:22.000,1.15.1,46.0,tensorflow-data-validation,,,"['tensorflow', 'jupyter']",860.0,206426.0,31.0,,https://pypi.org/project/tensorflow-data-validation,2024-04-24 23:54:11.000,31.0,206415.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +485,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-09-07 14:23:46.000000,2024-09-07 14:23:46,624.0,7.0,162.0,31.0,218.0,4.0,103.0,625.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,34.0,26,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],,30745.0,417.0,389.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,28.0,30454.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,7874.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +486,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-09-07 16:17:54.000000,2024-08-29 19:51:59,354.0,23.0,96.0,20.0,145.0,36.0,98.0,625.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'],39.0,652338.0,91.0,84.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,652338.0,,,,3.0,,,,,,mrpowers-io/quinn,,,,,,,,,,,,,,,,,, +487,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-08-30 00:51:12.000000,2024-08-30 00:51:11,848.0,3.0,140.0,29.0,95.0,43.0,75.0,616.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2024-04-23 05:17:11.000,1.15.0,43.0,ml-metadata,,,,2664.0,75878.0,591.0,560.0,https://pypi.org/project/ml-metadata,2024-04-23 05:17:11.000,31.0,75838.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +488,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,500.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,,,,10421.0,384.0,367.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,9165.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,81675.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +489,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,79.0,30.0,9.0,7.0,7.0,78.0,340.0,Multiple Imputation with LightGBM in Python.,8.0,26,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,64984.0,170.0,161.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,64591.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,14962.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +490,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,168.0,1588.0,145.0,74.0,6340.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'],403.0,224.0,21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,219.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +491,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,,747.0,106.0,590.0,107.0,345.0,6122.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,59.0,25,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,['tensorflow'],,61077.0,2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,61077.0,,,,3.0,,,,,,,,,,,,,2.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,,966.0,181.0,328.0,338.0,294.0,5787.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,,,,3827.0,534.0,135.0,135.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,488.0,,,,3.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,,974.0,46.0,34.0,65.0,112.0,5204.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'],,5608.0,242.0,227.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,5608.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +494,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,63.0,94.0,36.0,88.0,5115.0,Finding duplicate images made easy!.,15.0,25,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,['tensorflow'],,56124.0,148.0,143.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,56124.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-09-24 17:27:12.000000,2024-09-24 17:27:12,3679.0,69.0,615.0,92.0,4039.0,234.0,1401.0,5088.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,93.0,25,True,2024-08-29 19:14:26.000,1.41.0,82.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +496,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,5059.0,Image augmentation library in Python for machine learning.,23.0,25,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,7624.0,832.0,820.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,7624.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-09-20 14:28:38.000000,2024-09-20 13:39:24,222.0,4.0,297.0,78.0,179.0,24.0,54.0,4946.0,"A data augmentations library for audio, image, text, and video.",36.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,2988.0,143.0,139.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2988.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,4652.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'],,745.0,788.0,782.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,745.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +499,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,,982.0,242.0,217.0,51.0,203.0,4513.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,25,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,893.0,61.0,60.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,797.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3953.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,,437.0,43.0,54.0,88.0,174.0,4308.0,An Open-Source Framework for Prompt-Learning.,22.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,694.0,148.0,145.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,694.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +501,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,4132.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.0,25,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,8479.0,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,8479.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +502,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,3888.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,,,,,3334.0,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,3334.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +503,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,,917.0,176.0,386.0,33.0,430.0,3835.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'],,125.0,17.0,17.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,125.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +504,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-09-25 19:36:52.000000,2024-06-26 19:01:50,1492.0,,353.0,68.0,1436.0,109.0,85.0,3468.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,25,True,2024-06-26 16:33:42.000,1.2,17.0,lit-nlp,conda-forge/lit-nlp,,,,5662.0,41.0,38.0,https://pypi.org/project/lit-nlp,2024-06-26 16:32:34.000,3.0,3816.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,88645.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,2024-09-17 13:21:51.000000,2024-08-17 14:22:50,2847.0,45.0,1230.0,134.0,1114.0,52.0,83.0,3356.0,a distributed deep learning platform.,91.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,,,,78.0,4.0,4.0,,,,,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,795.0,3.0,apache/singa,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,7982.0,,,,,,,,,,,,,,,,,,, +506,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,401.0,156.0,85.0,105.0,101.0,3288.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'],,18197.0,24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,18197.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +507,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,2978.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'],,1501.0,2971.0,2970.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1501.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +508,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,2849.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,,,1071.0,3185.0,744.0,723.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2840.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,18331.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +509,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,,139.0,28.0,200.0,20.0,73.0,2743.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,,,,66450.0,462.0,436.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,62711.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,205690.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +510,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,2388.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'],,216.0,71.0,69.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,216.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,2210.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'],,9006.0,733.0,714.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,9006.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +512,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-04-25 09:54:03.000000,2024-02-28 15:45:58,1631.0,,251.0,66.0,63.0,41.0,198.0,2140.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,25,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,['tensorflow'],,923.0,57.0,55.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,923.0,,,,2.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,2107.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,,,,,283138.0,277.0,273.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,283138.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-07-16 07:33:35.000000,2024-07-15 22:10:03,578.0,3.0,154.0,56.0,466.0,74.0,103.0,2000.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,32.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,1100.0,121.0,111.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1100.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,234.0,810.0,1860.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'],,789.0,117.0,113.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,789.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +516,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,8.0,135.0,34.0,446.0,50.0,354.0,1859.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,25,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,13097.0,62.0,61.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,13097.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +517,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,8.0,135.0,34.0,446.0,50.0,354.0,1859.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,25,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,13534.0,62.0,61.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,13097.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,13987.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-08-16 19:10:13.000000,2024-08-16 19:10:08,367.0,1.0,272.0,49.0,320.0,262.0,184.0,1825.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'],,446190.0,2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,446190.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +519,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,1819.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,,,,48.0,830.0,479.0,477.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,830.0,,,,3.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-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,25,False,2024-08-04 13:39:34.000,6.1.0,44.0,elephas,conda-forge/elephas,,"['keras', 'spark']",,38865.0,,,https://pypi.org/project/elephas,2024-08-04 13:39:34.000,,38617.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15128.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,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'],,164931.0,255.0,251.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,164931.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +522,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-08-24 06:55:52.306000,2024-08-15 08:12:47,1036.0,1.0,179.0,17.0,74.0,30.0,357.0,1540.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'],,44529.0,152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,35140.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-08-24 06:55:52.306,478839.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +523,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-07-18 17:36:15.000000,2024-07-18 17:32:59,357.0,3.0,269.0,43.0,255.0,77.0,197.0,1522.0,A framework for Privacy Preserving Machine Learning.,38.0,25,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,['pytorch'],,394.0,43.0,42.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,394.0,,,,3.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,2.0,231.0,46.0,186.0,53.0,121.0,1396.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'],,5223.0,410.0,403.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,4963.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,13047.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,1363.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'],,185.0,45.0,45.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,185.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,,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'],,13608.0,1682.0,1666.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,13608.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +527,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,1282.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,,,,,8714.0,1106.0,1095.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,8714.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,35.0,68.0,57.0,206.0,1255.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,25,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,['tensorflow'],147.0,733.0,139.0,137.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,728.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,2024-09-24 21:15:08.000000,2024-05-24 12:07:18,209.0,,85.0,34.0,111.0,8.0,18.0,1239.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'],,21444.0,278.0,267.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,21444.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,2024-08-02 11:14:24.000000,2024-08-02 11:14:21,90.0,3.0,245.0,20.0,23.0,5.0,88.0,1213.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,,,,17237.0,715.0,684.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,16834.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,30631.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +531,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,119.0,11.0,23.0,28.0,15.0,1126.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,,,,,504960.0,6543.0,6071.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,504960.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +532,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-09-25 14:07:59.000000,2024-07-24 14:36:04,2074.0,1.0,218.0,42.0,606.0,101.0,442.0,1065.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,21283.0,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,20711.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,24028.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +533,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-09-12 12:53:59.000000,2024-09-12 10:35:25,429.0,48.0,143.0,20.0,87.0,5.0,71.0,912.0,An intuitive library to extract features from time series.,20.0,25,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,26926.0,157.0,150.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,26926.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,112.0,43.0,118.0,51.0,48.0,674.0,Bias Auditing & Fair ML Toolkit.,22.0,25,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,21514.0,178.0,170.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,21514.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-09-26 10:16:42.000000,2024-09-20 17:20:34,896.0,20.0,86.0,10.0,763.0,98.0,450.0,638.0,Automated modeling and machine learning framework FEDOT.,34.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,1462.0,57.0,52.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1462.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,6.0,137.0,21.0,49.0,1.0,87.0,570.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,,,,32396.0,2263.0,2210.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,30930.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,57190.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +537,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,,67.0,15.0,13.0,35.0,7.0,569.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,,,,514156.0,230.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,230.0,506138.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,320732.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +538,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-09-11 13:18:14.000000,2024-09-11 13:18:14,3767.0,16.0,69.0,46.0,359.0,21.0,397.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,['sklearn'],15.0,1877.0,47.0,45.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,1385.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,16760.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +539,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-09-26 10:20:15.000000,2024-09-26 10:20:07,2352.0,65.0,42.0,12.0,16.0,15.0,61.0,507.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,8.0,25,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,244.0,2188.0,47.0,34.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2185.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +540,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-09-21 13:32:52.000000,2024-09-21 13:32:52,6720.0,4.0,144.0,36.0,405.0,38.0,138.0,382.0,Neuroimaging in Python FMRI analysis package.,70.0,25,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,64238.0,258.0,234.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,24.0,2334.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,123809.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +541,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-09-19 03:59:24.000000,2024-09-19 03:58:37,566.0,15.0,57.0,41.0,317.0,20.0,62.0,305.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-09-19 03:59:24.000,1.6.1,84.0,gokart,,,,,4127.0,88.0,80.0,https://pypi.org/project/gokart,2024-09-19 03:59:24.000,8.0,4127.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +542,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-09-19 18:32:47.000000,2024-09-19 18:22:50,3596.0,541.0,60.0,7.0,325.0,46.0,102.0,264.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,2739.0,120.0,114.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,2015.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,33308.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +543,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,4.0,521.0,81.0,39.0,63.0,27.0,11108.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,,,,992.0,56.0,56.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,886.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3405.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +544,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-05-25 03:02:04.000000,2024-05-25 02:46:48,1097.0,,924.0,114.0,675.0,146.0,543.0,5483.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,118.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,['pytorch'],,522.0,21.0,20.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,522.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,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'],956.0,821.0,1146.0,1130.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,809.0,,,,3.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,1.0,1016.0,92.0,64.0,257.0,270.0,4724.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'],,32436.0,28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,32436.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,353.0,59.0,51.0,,4399.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,1016.0,192.0,192.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,1016.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +548,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,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,3871.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,,,411.0,163.0,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,143.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1717.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +549,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,324.0,86.0,95.0,51.0,32.0,3523.0,Python library that makes it easy for data scientists to create charts.,25.0,24,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,3338.0,87.0,78.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,9.0,2869.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,32834.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +550,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,527.0,173.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'],,500.0,61.0,59.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,500.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +551,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-09-20 22:00:16.000000,2024-08-12 16:29:55,476.0,6.0,276.0,51.0,474.0,70.0,259.0,3334.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,24,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,691.0,7718.0,7.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,7.0,6561.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,48067.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +552,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,1.0,815.0,62.0,642.0,133.0,404.0,3249.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'],,1027.0,130.0,129.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1027.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,2024-09-11 23:08:58.000000,2024-03-18 19:51:35,2374.0,,712.0,156.0,62.0,6.0,820.0,3181.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'],4773.0,920.0,,,,,,,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,68995.0,3.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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,,246.0,30.0,2015.0,5.0,659.0,3173.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,2704.0,14883.0,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,14802.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +555,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,110.0,73.0,193.0,118.0,3085.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,,,,4695.0,1022.0,162.0,150.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,962.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +556,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,323.0,66.0,319.0,50.0,124.0,2868.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'],,3043.0,59.0,58.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,2691.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,17978.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +557,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,,171.0,20.0,78.0,102.0,178.0,2835.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,,,,,1636.0,54.0,53.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1636.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,2024-08-01 02:26:29.000000,2024-08-01 02:26:24,769.0,2.0,361.0,90.0,550.0,143.0,95.0,2749.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'],,16642.0,11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,16642.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,,325.0,92.0,2157.0,214.0,982.0,2698.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,,,,,14278.0,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,14278.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +560,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,32.0,695.0,43.0,151.0,2651.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,435.0,114.0,110.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,435.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +561,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-06-18 18:31:40.000000,2023-07-01 21:40:58,1936.0,,367.0,39.0,92.0,41.0,158.0,2628.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,24,False,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,['pytorch'],,1853.0,7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,1853.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +562,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,88.0,29.0,25.0,52.0,2366.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,,,,,24691.0,760.0,706.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,24691.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,62.0,32.0,60.0,96.0,2271.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,,,,496.0,2816.0,112.0,111.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2807.0,,,,3.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,,255.0,50.0,98.0,23.0,116.0,2217.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']",,3573.0,131.0,127.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3573.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,2024-07-17 19:00:35.000000,2024-07-17 19:00:21,2319.0,5.0,244.0,38.0,39.0,7.0,114.0,2140.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,,,,6301.0,277.0,264.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5774.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,26376.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,,669.0,84.0,48.0,24.0,64.0,2112.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,9706.0,548.0,536.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,9706.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +567,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,2001.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,True,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,['jupyter'],,1423.0,371.0,363.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1244.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,7915.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +568,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,49.0,49.0,23.0,91.0,1617.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,,,67609.0,4928.0,417.0,404.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2821.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,46711.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +569,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,5.0,302.0,55.0,116.0,54.0,31.0,1612.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,,,,,1048.0,102.0,101.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1048.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +570,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,122.0,28.0,31.0,63.0,50.0,1581.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'],,219536.0,530.0,523.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,219536.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +571,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,163.0,103.0,189.0,40.0,25.0,1504.0,fklearn: Functional Machine Learning.,56.0,24,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,1888.0,14.0,14.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,1888.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +572,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,1283.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,['sklearn'],,1476.0,67.0,67.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1476.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +573,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,206.0,53.0,461.0,145.0,295.0,1203.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'],,524.0,76.0,67.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,524.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +574,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,1166.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,,,,,569.0,175.0,170.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,569.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +575,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,1040.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'],,5285.0,234.0,225.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,5285.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +576,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-09-09 08:45:12.000000,2024-08-24 15:16:00,781.0,1.0,67.0,14.0,130.0,51.0,117.0,1013.0,Visualize large time series data with plotly.py.,12.0,24,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,367705.0,1423.0,1399.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,365598.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,67445.0,3.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,,173.0,49.0,114.0,53.0,170.0,985.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,715.0,328.0,305.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,715.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,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,981.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'],,7696.0,485.0,482.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,7696.0,,,,3.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,2024-09-26 15:47:25.000000,2024-09-25 20:11:56,1764.0,271.0,35.0,9.0,1238.0,9.0,42.0,964.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,24,True,2024-09-18 03:52:33.000,0.0.35,43.0,runhouse,,,,44.0,34506.0,1.0,,https://pypi.org/project/runhouse,2024-09-18 03:50:09.000,1.0,34504.0,,,,3.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,2023-01-03 21:24:56.000000,2023-01-03 21:24:56,1146.0,,158.0,33.0,25.0,34.0,236.0,742.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,,,,,3142.0,181.0,177.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3142.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +581,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,,155.0,17.0,73.0,35.0,109.0,726.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,,,32.0,19324.0,219.0,187.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,18445.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,88825.0,3.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-08-02 05:29:18.056000,2024-08-01 17:33:11,360.0,5.0,119.0,17.0,84.0,21.0,38.0,707.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'],,29524.0,322.0,284.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,26211.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,162360.0,3.0,,,,,,BioPandas/biopandas,,,,,,,,,,,,,,,,,, +583,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-08-29 13:38:23.000000,2024-08-29 13:37:57,573.0,8.0,101.0,23.0,102.0,15.0,112.0,691.0,Python library for reading audio file metadata.,27.0,24,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,26669.0,113.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,113.0,26669.0,,,,3.0,,,,,,tinytag/tinytag,,,,,,,,,,,,,,,,,, +584,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,132.0,91.0,42.0,67.0,664.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'],,17761.0,225.0,213.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,17761.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +585,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,510.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'],,2492971.0,4883.0,4780.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2483651.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,922731.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,2024-09-04 00:22:36.000000,2024-05-15 12:32:23,5658.0,,93.0,18.0,764.0,16.0,446.0,441.0,Lightwood is Legos for Machine Learning.,46.0,24,False,2024-05-15 13:29:47.000,24.5.2.0,204.0,lightwood,,,['pytorch'],,9526.0,71.0,69.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,9526.0,,,,3.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,2024-09-25 20:44:27.334000,2024-09-25 14:24:53,674.0,14.0,65.0,29.0,483.0,16.0,91.0,372.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'],,25682.0,21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,13271.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,645381.0,3.0,,,,,,,,,,,,,2.0,,,,,,,,,,, +588,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-09-19 13:30:16.000000,2024-09-19 13:30:16,537.0,2.0,40.0,5.0,16.0,7.0,51.0,339.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,24,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,['sklearn'],64.0,108260.0,868.0,820.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,48.0,87663.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-07-08 15:42:44.119,968102.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +589,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,,1440.0,149.0,50.0,46.0,11.0,10089.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,23,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,['pytorch'],,1106.0,66.0,63.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1106.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +590,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,8.0,639.0,92.0,152.0,99.0,102.0,8375.0,A collection of libraries to optimise AI model performances.,40.0,23,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,1190.0,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,1190.0,,,,3.0,,,,,,nebuly-ai/optimate,,,,,,,,,,,,,,,,,, +591,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,132.0,136.0,6405.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,252.0,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,252.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +592,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,,1033.0,119.0,105.0,172.0,356.0,5358.0,Backtest trading strategies in Python.,19.0,23,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,16273.0,5.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,5.0,16273.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +593,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-09-16 06:47:25.000000,2024-09-10 16:49:55,1635.0,26.0,830.0,145.0,1561.0,371.0,403.0,5053.0,Simple and Distributed Machine Learning.,120.0,23,True,2024-08-30 02:16:51.000,1.0.5,51.0,mmlspark,,,['spark'],,,,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +594,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,212.0,4855.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,23,False,,,,,,,,,1709.0,,,,,,,,,,3.0,shadowreaver/crypto-signal,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143595.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,,447.0,89.0,78.0,67.0,137.0,3365.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'],206.0,426949.0,2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,426946.0,,,,3.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,,328.0,54.0,414.0,82.0,106.0,3251.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'],,202.0,52.0,51.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,202.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,,232.0,54.0,36.0,75.0,125.0,3178.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'],,4654.0,437.0,423.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,4041.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,26983.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +598,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,130.0,136.0,60.0,128.0,2402.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'],12874.0,1935.0,67.0,65.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1780.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,,299.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'],,1789.0,34.0,31.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1789.0,,,,3.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,1972.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'],,5022.0,178.0,178.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,5022.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +601,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-09-12 16:55:27.000000,2024-09-12 16:55:27,1287.0,27.0,141.0,33.0,179.0,71.0,149.0,1955.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",27.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,577.0,239.0,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,228.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,1883.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'],,2989.0,490.0,468.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1768.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,50068.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +603,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,1641.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,,,,67.0,1908.0,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,1908.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +604,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,1583.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,['tensorflow'],,65691.0,3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,65691.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-09-17 18:30:02.000000,2024-09-17 18:29:59,1210.0,11.0,117.0,26.0,68.0,4.0,29.0,1512.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,23,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,['pytorch'],43.0,8039.0,7.0,,https://pypi.org/project/pytorch_toolbelt,2022-06-27 19:59:57.000,7.0,8039.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,2024-09-23 23:44:23.000000,2024-09-17 07:49:48,563.0,13.0,133.0,21.0,300.0,21.0,139.0,1330.0,A standard framework for modelling Deep Learning Models for tabular data.,23.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,['pytorch'],42.0,3489.0,3.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,3.0,3488.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +607,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,4.0,151.0,91.0,122.0,33.0,46.0,1180.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,23,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,718.0,114.0,113.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,718.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +608,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000,2024-07-31 11:37:05.000000,2024-07-30 22:14:35,447.0,5.0,210.0,53.0,90.0,68.0,208.0,1038.0,Line based ATR Engine based on OCRopy.,20.0,23,True,2024-07-31 11:34:41.000,1.0.7,42.0,calamari_ocr,,,,,5469.0,8.0,,https://pypi.org/project/calamari_ocr,2024-07-31 11:34:41.000,8.0,5469.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-09-18 16:19:21.851000,2024-08-15 16:03:59,733.0,1.0,146.0,15.0,106.0,29.0,249.0,997.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'],,32741.0,122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,23885.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-09-18 16:19:21.851,451689.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +610,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,953.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,,,,62094.0,765.0,742.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,60302.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,64533.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +611,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,950.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,23,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,['tensorflow'],,93354.0,111.0,103.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,93354.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,3.0,115.0,15.0,48.0,38.0,29.0,931.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,,,,672749.0,43095.0,719.0,689.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,28471.0,,,,3.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,,169.0,29.0,113.0,88.0,56.0,907.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,,,,52263.0,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,6888.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2280037.0,3.0,,,,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,669.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,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'],,22733.0,668.0,656.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,22733.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,,85.0,14.0,77.0,221.0,218.0,867.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,25.0,3838.0,99.0,99.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,3838.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,,80.0,21.0,12.0,,39.0,683.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,,,,12138.0,513.0,508.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,12082.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2240.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +617,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-09-25 09:53:40.000000,2024-09-25 09:53:40,986.0,5.0,189.0,23.0,856.0,131.0,397.0,595.0,MONAI Label is an intelligent open source image labeling and learning tool.,61.0,23,True,2024-07-23 17:48:05.000,0.8.3,114.0,monailabel-weekly,,,,93624.0,3653.0,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1190.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +618,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-09-18 18:05:27.000000,2024-08-18 15:52:42,512.0,14.0,60.0,25.0,10.0,13.0,44.0,548.0,Active Learning for Text Classification in Python.,7.0,23,True,2024-08-18 16:02:51.000,1.4.1,22.0,small-text,conda-forge/small-text,,"['sklearn', 'pytorch']",,1116.0,31.0,31.0,https://pypi.org/project/small-text,2024-08-18 16:00:34.000,,763.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,9178.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +619,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,515.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,['huggingface'],,2346.0,288.0,283.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2346.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,388.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,,,,209112.0,483.0,439.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,207417.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,81403.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,23,True,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,2141.0,6.0,6.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,2141.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-09-25 16:48:16.000000,2024-09-25 16:46:45,1055.0,38.0,1208.0,105.0,508.0,96.0,604.0,12640.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",88.0,22,False,2024-09-25 16:48:16.000,2.2.15,100.0,pandas-ai,,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,3.0,,,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,,, +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,,609.0,146.0,1362.0,129.0,987.0,8017.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,,,,,669.0,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,669.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,,783.0,223.0,25.0,8.0,122.0,5347.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'],,1777.0,22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,1777.0,,,,3.0,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,,, +625,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,75.0,4372.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,,,,,950.0,53.0,53.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,950.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-08-12 15:50:03.000000,2024-08-12 15:45:58,1602.0,4.0,514.0,148.0,610.0,86.0,75.0,3560.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",167.0,22,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,['pytorch'],,57.0,,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +627,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,215.0,16.0,24.0,4.0,3425.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,,,,56.0,457.0,14.0,14.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,457.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,,677.0,74.0,53.0,179.0,101.0,3403.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'],618.0,1569.0,8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1560.0,,,,3.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,3135.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,['tensorflow'],,1789.0,160.0,158.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1789.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-09-19 02:32:13.000000,2021-05-06 12:10:38,127.0,,155.0,48.0,70.0,2.0,30.0,3062.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,,,,590.0,53.0,53.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,536.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1758.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,2936.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,38.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,347.0,10.0,10.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,347.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +632,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,42.0,110.0,80.0,64.0,2881.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,,,,151.0,3978.0,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,3976.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +633,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,4.0,727.0,7.0,33.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,['spark'],,866.0,1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,866.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +634,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,144.0,36.0,126.0,2387.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'],,129.0,30.0,28.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,129.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +635,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-06-27 09:47:40.000000,2024-06-27 09:47:40,546.0,,223.0,42.0,133.0,63.0,127.0,2289.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,30.0,22,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7642.0,6.0,6.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,7642.0,,,,3.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,1.0,341.0,42.0,68.0,163.0,95.0,1855.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,,,,,1620.0,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1620.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,1790.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']",,2583.0,311.0,300.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2583.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,,213.0,38.0,111.0,56.0,42.0,1722.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'],669.0,5596.0,168.0,162.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,3210.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,232168.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +639,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,295.0,44.0,801.0,72.0,485.0,1637.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,146.0,5.0,5.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,146.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,1589.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'],,1404.0,4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,964.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,24691.0,3.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,,188.0,32.0,86.0,16.0,33.0,1396.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,True,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,824.0,94.0,93.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,824.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,,88.0,39.0,15.0,11.0,27.0,1357.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'],,55698.0,237.0,215.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,55522.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6174.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,,190.0,27.0,57.0,22.0,36.0,1292.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'],,813.0,179.0,174.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,813.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +644,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-09-18 00:15:10.000000,2024-09-18 00:14:54,196.0,6.0,113.0,38.0,30.0,18.0,119.0,1239.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,22,True,2024-07-26 00:44:37.000,2.2.4,84.0,ngt,,,,,2674.0,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,2674.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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-06-07 14:38:03.000000,2024-06-07 14:37:59,835.0,,324.0,51.0,796.0,11.0,300.0,1210.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'],21.0,1720.0,,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,1720.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,,213.0,65.0,29.0,31.0,12.0,1182.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,9100.0,81.0,79.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,9100.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +647,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,,294.0,96.0,123.0,62.0,97.0,1050.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'],,2087.0,16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1531.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,47318.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +648,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,112.0,51.0,99.0,44.0,51.0,1016.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'],,2595.0,256.0,245.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,2595.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,,89.0,18.0,73.0,18.0,45.0,1011.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,,,,,14187.0,215.0,211.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,14187.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +650,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,23.0,46.0,16.0,82.0,920.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,['tensorflow'],29.0,1631.0,2443.0,2434.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1631.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +651,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,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,860.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,,,,2028.0,62.0,60.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1804.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,9899.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,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,133.0,24.0,594.0,63.0,511.0,846.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,3658.0,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3658.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,,107.0,28.0,60.0,27.0,74.0,844.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,2459.0,487.0,486.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2459.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +654,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,142.0,15.0,63.0,37.0,136.0,816.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'],,17149.0,62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,13367.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,196697.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +655,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-09-26 14:20:12.000000,2024-09-20 13:31:32,1250.0,48.0,125.0,30.0,1058.0,37.0,54.0,765.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,,,,,1080.0,1.0,1.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,1080.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +656,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'],,10885.0,18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,6395.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,337796.0,3.0,,,,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,652.0,,,,,,,,,,,, +657,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-08-25 07:39:58.000000,2024-07-23 12:43:38,1508.0,3.0,80.0,34.0,674.0,22.0,118.0,700.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']",,873.0,14.0,12.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,873.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +658,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,684.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'],,29618.0,476.0,466.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,29589.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2987.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +659,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,2023-11-18 04:12:38.000000,2021-01-30 21:50:02,249.0,,131.0,22.0,20.0,9.0,30.0,598.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,22,False,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,['sklearn'],,11899.0,171.0,166.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,11899.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +660,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,4.0,63.0,17.0,114.0,8.0,48.0,570.0,A simplified framework and utilities for PyTorch.,23.0,22,False,2024-07-08 19:12:54.000,1.17.2,38.0,poutyne,,,['pytorch'],,4055.0,147.0,142.0,https://pypi.org/project/poutyne,2024-07-08 19:15:42.000,5.0,4055.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +661,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,,100.0,26.0,8.0,1.0,33.0,520.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,5004.0,29.0,26.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,5004.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +662,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,,102.0,36.0,276.0,72.0,173.0,486.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,,,,377.0,1606.0,83.0,81.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1602.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +663,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,,,,,23947.0,38.0,36.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,23947.0,,,,3.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-08-12 09:24:26.000000,2024-08-12 09:24:26,399.0,5.0,102.0,18.0,9.0,7.0,49.0,453.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-06-08 21:33:50.000,0.0.18,18.0,chefboost,,,,,4284.0,59.0,59.0,https://pypi.org/project/chefboost,2024-06-08 21:33:50.000,,4284.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +665,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-08-19 11:40:22.000000,2023-02-01 10:38:52,3728.0,,60.0,28.0,110.0,33.0,184.0,369.0,scalable audio processing framework and server written in Python.,22.0,22,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,416.0,18.0,18.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,416.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +666,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,204.0,283.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,741.0,116.0,108.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,741.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +667,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,4.0,12.0,237.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,,,,88701.0,1251.0,1194.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,87014.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,79316.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +668,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,,,,,107743.0,2398.0,2354.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,107743.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +669,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,1190.0,95.0,50.0,395.0,287.0,6525.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,33.0,21,True,,,1.0,pyslowfast,,,['pytorch'],,57.0,17.0,17.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +670,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,4921.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,,,,,1531.0,20.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +671,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-03-12 11:21:52.000000,2021-06-02 09:45:13,150.0,,742.0,102.0,35.0,107.0,113.0,4615.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,,,['tensorflow'],,4830.0,5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,4827.0,,,,3.0,idealo/image-super-resolution-gpu,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,240.0,,,,,,,,,,,,,,,,,,, +672,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-05-20 22:36:46.000000,2023-08-15 07:38:22,956.0,,567.0,168.0,47.0,35.0,28.0,4491.0,High-performance TensorFlow library for quantitative finance.,47.0,21,False,,,30.0,tf-quant-finance,,,['tensorflow'],,763.0,3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,763.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +673,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,,475.0,85.0,180.0,108.0,161.0,3620.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,,,,,153.0,2.0,2.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,132.0,,,,3.0,bytepsimage/tensorflow,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1347.0,,,,,,,,,,,,,,,,,,, +674,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,2904.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'],,2432.0,210.0,207.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,2432.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +675,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,2324.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,,,,,169.0,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,169.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +676,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,2208.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,,,,,276.0,50.0,50.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,276.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +677,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,,249.0,54.0,35.0,16.0,105.0,2100.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'],,11881.0,,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,11881.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +678,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,163.0,24.0,34.0,33.0,31.0,1970.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'],115.0,608.0,30.0,29.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,444.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5375.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +679,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,34.0,176.0,1851.0,A library for graph deep learning research.,50.0,21,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,421.0,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,421.0,,,,3.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,2.0,159.0,18.0,74.0,24.0,41.0,1777.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'],,2401.0,31.0,31.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,2401.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +681,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,197.0,29.0,424.0,11.0,163.0,1665.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,['pytorch'],,117.0,,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,117.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +682,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,200.0,38.0,7.0,15.0,33.0,1655.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'],,6611.0,66.0,60.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,6611.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +683,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,,211.0,56.0,52.0,80.0,149.0,1562.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,21,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,2865.0,855.0,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,825.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +684,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,101.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,,,,,3096.0,23.0,23.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,3096.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,1492.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,,,,,534.0,36.0,36.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,534.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,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'],,302.0,39.0,33.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,302.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,1426.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'],,168.0,32.0,32.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,168.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +688,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,222.0,64.0,48.0,40.0,90.0,1275.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'],,372.0,36.0,36.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,372.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +689,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,36.0,1082.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,,,,230303.0,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,230141.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,8795.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +690,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,27.0,61.0,52.0,61.0,1075.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,759.0,935.0,126.0,123.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,929.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,,251.0,48.0,46.0,26.0,127.0,1069.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,['tensorflow'],,512.0,29.0,29.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,512.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +692,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'],,276.0,87.0,83.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,276.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +693,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-09-24 19:35:07.000000,2024-09-24 19:34:39,295.0,2.0,248.0,46.0,18.0,11.0,91.0,853.0,Data compression in TensorFlow.,21.0,21,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,['tensorflow'],,2632.0,2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2632.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +694,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,75.0,6.0,5.0,3.0,23.0,843.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,['sklearn'],,24178.0,493.0,478.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,15.0,24178.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +695,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,39.0,840.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,,,,14845.0,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,14497.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,21587.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +696,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,,160.0,37.0,46.0,43.0,49.0,819.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,680.0,107.0,98.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,680.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,26.0,162.0,51.0,62.0,768.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'],,569.0,59.0,55.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,569.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-07-28 01:04:48.000000,2024-07-22 10:16:42,493.0,1.0,112.0,34.0,561.0,211.0,246.0,756.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,,,,,9425.0,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,9425.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,24.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'],,42244.0,666.0,658.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,42065.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8443.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,,,,26.0,39989.0,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,39989.0,,,,3.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,641.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']",,23600.0,674.0,657.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,23600.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,634.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'],,805.0,94.0,90.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,805.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,,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,,,,,28702.0,220.0,212.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,28702.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,,95.0,26.0,32.0,35.0,6.0,613.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'],,20039.0,406.0,398.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,20039.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +705,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,44.0,61.0,612.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'],,4602.0,183.0,181.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,4481.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,4738.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +706,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,609.0,a distributed Hyperband implementation on Steroids.,11.0,21,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,7958.0,490.0,465.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,7525.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19507.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +707,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,606.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,,,,,454.0,63.0,62.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,454.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,,85.0,7.0,20.0,3.0,92.0,583.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,,,,,21033.0,75.0,73.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,21033.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,,105.0,9.0,15.0,6.0,16.0,580.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,,,,6607.0,412.0,406.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,6416.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,13246.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,27.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,,,,,1505.0,52.0,50.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1505.0,,,,3.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,,58.0,10.0,21.0,15.0,37.0,557.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,,,,13645.0,450.0,441.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13225.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,27745.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,,167.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,,,,,221.0,32.0,31.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,221.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +713,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,497.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,,,,29.0,6752.0,145.0,137.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6752.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,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,493.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']",236.0,10048.0,23.0,21.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,10044.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +715,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-09-24 16:37:20.000000,2024-09-24 15:52:47,3054.0,29.0,63.0,11.0,268.0,11.0,112.0,436.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'],,257.0,3.0,3.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,257.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,422.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'],,436945.0,1825.0,1819.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,436945.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +717,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,414.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,104.0,4462.0,133.0,130.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4462.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +718,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,4.0,26.0,8.0,78.0,33.0,23.0,396.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,,,,1589.0,17.0,15.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,917.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,25545.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,17.0,2.0,12.0,3.0,377.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,,,,,10456.0,537.0,529.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,10456.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,2024-02-25 19:17:18.000000,2024-02-25 19:17:13,576.0,,85.0,29.0,318.0,75.0,27.0,372.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'],,31086.0,7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,31086.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,352.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,,,,,4916.0,256.0,240.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,4916.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,2024-09-26 05:39:32.000000,2024-09-26 05:39:24,787.0,42.0,25.0,5.0,295.0,5.0,,311.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-09-23 09:04:32.000,1.2.6,803.0,upgini,,,,,14520.0,8.0,8.0,https://pypi.org/project/upgini,2024-09-23 09:04:32.000,,14520.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +723,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,,35.0,18.0,6.0,19.0,21.0,310.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,['tensorflow'],,1471.0,115.0,112.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1471.0,,,,3.0,,,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,,, +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,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']",,482995.0,19.0,17.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,482995.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,2024-08-26 15:06:41.000000,2024-08-24 17:15:47,524.0,4.0,57.0,14.0,89.0,26.0,39.0,269.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2024-08-26 15:06:41.000,1.2.0,8.0,omlt,,,,,12756.0,22.0,19.0,https://pypi.org/project/omlt,2024-08-26 15:06:41.000,3.0,12756.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,2024-09-13 04:58:28.982000,2024-01-18 11:58:51,626.0,,68.0,28.0,31.0,32.0,113.0,266.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,,,2052.0,5071.0,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,2528.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,118750.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,2024-09-22 00:12:17.000000,2024-09-14 23:54:15,492.0,3.0,109.0,19.0,547.0,58.0,126.0,265.0,An open-source toolkit for large-scale genomic analysis.,28.0,21,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,98.0,64690.0,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,64574.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,4966.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +728,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-09-20 12:04:54.000000,2023-07-02 18:02:16,1462.0,,47.0,15.0,208.0,27.0,64.0,245.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,486.0,50.0,44.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,486.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +729,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-08-09 06:53:19.000000,2024-08-09 06:53:17,591.0,3.0,34.0,24.0,644.0,21.0,129.0,242.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,,,,1209.0,1917.0,8.0,8.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,1896.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +730,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,3.0,11.0,212.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,,,,,17895.0,92.0,89.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,17895.0,,,,3.0,,,,,,,,,,,,,2.0,,,,,,,,,,, +731,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,,2392.0,148.0,89.0,255.0,286.0,13405.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,,,,,,,,,,,,,,,,,,,,,,,, +732,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,,1715.0,19.0,19.0,72.0,24.0,5088.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,,,,,5082.0,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,5082.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +733,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,3411.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,,,,,918.0,160.0,153.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,918.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,,321.0,59.0,242.0,175.0,111.0,3172.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,,,,693.0,3071.0,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3059.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +735,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,,171.0,65.0,54.0,6.0,44.0,3082.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,,,,48.0,440.0,5.0,5.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,440.0,,,,3.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,,398.0,101.0,54.0,64.0,48.0,2938.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,,,,,606.0,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,606.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,101.0,1000.0,94.0,263.0,2853.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,84.0,30.0,46.0,80.0,2672.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,584.0,73.0,73.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,584.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +739,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,2134.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,['pytorch'],,1315.0,19.0,19.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1315.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +740,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,1930.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,1046.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,,104.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,,,,34.0,6045.0,33.0,33.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,6044.0,,,,3.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,1623.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,,,,,1917.0,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1917.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,66.0,202.0,5.0,74.0,1590.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,,,['tensorflow'],,300.0,1.0,1.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,96.0,,,,3.0,zh794390558/delta,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13119.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,1531.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'],,1786.0,29.0,29.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1786.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-04-17 19:59:55.000000,2024-04-17 19:59:46,779.0,,182.0,18.0,262.0,77.0,94.0,1341.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']",,38879.0,6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,38879.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,,101.0,39.0,13.0,14.0,9.0,1272.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,,,,,2750.0,162.0,160.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2750.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +747,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,,200.0,62.0,7.0,13.0,29.0,1136.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,,,,,568.0,5.0,5.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,568.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +748,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,1026.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,,,,627.0,183.0,181.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,394.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9335.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +749,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,,130.0,36.0,16.0,9.0,4.0,922.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,703.0,3640.0,3635.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,703.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +750,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,,81.0,22.0,47.0,16.0,17.0,830.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'],,1981.0,31.0,25.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1038.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,29258.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +751,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'],,1044.0,46.0,46.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1044.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +752,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,763.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,,,,,797.0,114.0,114.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,797.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +753,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,733.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,20,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,568.0,29.0,27.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,568.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +754,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,,113.0,18.0,26.0,1.0,87.0,725.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,20,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,8798.0,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,8798.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-08-07 20:31:21.000000,2024-01-09 18:05:38,305.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'],,4369.0,3.0,,https://pypi.org/project/dabl,2024-08-07 20:31:21.000,3.0,4369.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,,144.0,34.0,84.0,16.0,55.0,628.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'],,179.0,26.0,23.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,179.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +757,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,13.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,,,,,236.0,37.0,33.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,236.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +758,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,543.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,,,,13.0,547.0,112.0,110.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,547.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +759,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,,108.0,20.0,57.0,26.0,21.0,493.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,,,,,5387.0,81.0,73.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5387.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +760,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-09-24 19:30:20.000000,2024-07-16 08:32:27,987.0,13.0,84.0,30.0,98.0,15.0,27.0,447.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,,,,,389.0,12.0,12.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,389.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +761,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,419.0,A toolkit that streamlines and automates the generation of model cards.,22.0,20,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,26.0,1507.0,25.0,24.0,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1507.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +762,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,410.0,A python package for animating plots build on matplotlib.,7.0,20,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,793.0,63.0,59.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,487.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,14423.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +763,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-08-28 17:11:07.000000,2024-04-26 20:31:49,327.0,,78.0,25.0,345.0,26.0,10.0,341.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,"['tensorflow', 'jupyter']",,1439.0,,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,1439.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +764,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-06-13 05:29:40.000000,2024-06-13 05:28:48,643.0,,43.0,13.0,63.0,3.0,57.0,330.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,20,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,['tensorflow'],,1415.0,37.0,35.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1415.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'],,2750.0,255.0,255.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2750.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +766,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-08-15 00:23:47.000000,2024-08-14 15:39:49,663.0,2.0,18.0,24.0,353.0,50.0,87.0,317.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,,,7480.0,9224.0,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,986.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-05-10 13:02:13.580,233548.0,3.0,,,,,,vega/vegafusion,,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,221.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,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,,,,,504.0,10.0,9.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,504.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-09-13 15:25:32.000000,2024-09-13 15:25:31,427.0,5.0,76.0,21.0,443.0,27.0,51.0,273.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,,,,,309.0,3.0,3.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,309.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,235.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,['pytorch'],,7271.0,81.0,71.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,7271.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,,,,414.0,1285.0,445.0,443.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1281.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,,765.0,337.0,58.0,2.0,,6749.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,,,,365.0,330.0,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,323.0,,,,3.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,3172.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,,2147.0,2147.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,2024-08-12 14:02:24.000000,2022-05-24 23:48:09,791.0,,71.0,26.0,1005.0,127.0,65.0,1649.0,Version control for machine learning.,17.0,19,False,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,163.0,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,163.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +774,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,,256.0,56.0,65.0,8.0,31.0,1380.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,,,,,138.0,3.0,3.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,138.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +775,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,33.0,72.0,31.0,30.0,1106.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'],,14479.0,2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,14479.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,,166.0,42.0,6.0,4.0,7.0,1099.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,,,,,366.0,31.0,31.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,366.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,,138.0,17.0,11.0,42.0,43.0,1083.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'],,5852.0,156.0,151.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5852.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +778,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,18.0,42.0,23.0,60.0,909.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,,,,750.0,193.0,190.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,553.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,9692.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,,141.0,14.0,24.0,58.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,,,,,398.0,102.0,101.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,398.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,29.0,38.0,43.0,21.0,850.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,,,,,2549.0,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,2549.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-08-18 17:19:42.000000,2024-08-18 17:07:49,821.0,2.0,40.0,15.0,18.0,,22.0,599.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,,,,,569.0,18.0,18.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,569.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,,97.0,15.0,53.0,13.0,16.0,562.0,A library of metrics for evaluating recommender systems.,20.0,19,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,8.0,4298.0,56.0,56.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4298.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +783,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,562.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,,,,,1305.0,52.0,52.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1305.0,,,,3.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,,140.0,56.0,72.0,18.0,71.0,525.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,,,,,341.0,21.0,21.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,341.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,1.0,54.0,18.0,10.0,4.0,18.0,521.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'],,1154.0,60.0,60.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1154.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,469.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']",,708.0,52.0,52.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,708.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'],,4099.0,3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,4099.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,,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'],,5708.0,28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,5278.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,34474.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'],,1122.0,16.0,14.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1122.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +790,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,19,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,['pytorch'],202.0,185.0,4.0,4.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,182.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +791,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,284.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'],,5745.0,10.0,10.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1073.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,219626.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +792,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,19,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,541.0,60.0,57.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,541.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +793,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,3.0,33.0,11.0,202.0,21.0,76.0,199.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,19,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,['sklearn'],,856.0,40.0,39.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,856.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,112.0,51.0,46.0,160.0,6278.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,,414.0,106.0,83.0,67.0,48.0,2974.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,8622.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,,459.0,79.0,36.0,83.0,68.0,1691.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,,,,,182.0,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,182.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +797,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,1682.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,,,,45.0,98.0,7.0,7.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,97.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,,254.0,52.0,13.0,20.0,13.0,1543.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,,,,,224.0,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,204.0,,,,3.0,tobegit3hub/advisor,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1691.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,1266.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,,,,,317.0,3.0,2.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,317.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +800,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-05-29 14:46:40.000000,2024-04-25 03:40:02,286.0,,60.0,15.0,60.0,8.0,21.0,1023.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",14.0,18,True,2024-04-25 03:41:41.000,3.0.2,34.0,uform,,,['pytorch'],395.0,1035.0,7.0,6.0,https://pypi.org/project/uform,2024-04-25 03:41:41.000,1.0,1015.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,,84.0,14.0,35.0,3.0,24.0,815.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,3123.0,37.0,33.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3123.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,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'],,94.0,14.0,14.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,94.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,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,771.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'],,3050.0,44.0,44.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,2951.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3490.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,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,691.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,,,,,485.0,3.0,3.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,485.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,,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,,,,,485.0,4.0,4.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,485.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +806,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,47811.0,14.0,13.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,368.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2277276.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,560.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,,,,,2411.0,21.0,19.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2411.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +808,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-09-20 20:01:05.000000,2024-08-11 17:21:13,1772.0,1.0,74.0,9.0,218.0,50.0,81.0,530.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,18,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,234.0,771.0,34.0,33.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,764.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,482.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'],,658.0,13.0,13.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,658.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,479.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'],,1046.0,3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,1046.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,,105.0,71.0,7.0,15.0,19.0,429.0,semantic similarity framework for knowledge graph.,10.0,18,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,344.0,47.0,47.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,344.0,,,,3.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,399.0,Deep Learning PyTorch.,1.0,18,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,['pytorch'],,1627.0,7.0,7.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,1627.0,,,,3.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,395.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,106.0,5253.0,129.0,125.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5252.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,,,,,221.0,6.0,6.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,221.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +815,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,,52.0,11.0,60.0,17.0,41.0,333.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,318.0,41.0,37.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,318.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +816,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,1.0,129.0,34.0,325.0,83.0,132.0,330.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,,,,344.0,,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,,326.0,,,,3.0,brainiak/brainiak,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1863.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,8.0,44.0,231.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,,,,,220.0,30.0,28.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,220.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +818,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,224.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,,,,1914.0,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,1803.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3572.0,3.0,,,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,, +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,,1348.0,466.0,21.0,59.0,167.0,7102.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,2024-08-28 18:43:26.000000,2024-08-28 18:43:21,703.0,9.0,426.0,39.0,851.0,149.0,120.0,3260.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,84.0,17,True,,,,,,,['jax'],,,,,,,,,,,,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,,144.0,17.0,11.0,25.0,18.0,1162.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'],,350.0,58.0,56.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,350.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,,109.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,,,,,167.0,80.0,79.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,167.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,15.0,10.0,26.0,17.0,776.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,,,,,529.0,56.0,56.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,529.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,,111.0,20.0,58.0,2.0,13.0,766.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,,40.0,6609.0,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,6609.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +825,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,,,,508.0,277.0,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,270.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +826,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,551.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,,,,240.0,175.0,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,172.0,,,,3.0,,,,,,typedb/typedb-ml,,,,,,,,,,,,,,,,,, +827,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,411.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,,,,,160.0,4.0,3.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,160.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +828,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'],,197.0,,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,197.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +829,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,43.0,11.0,60.0,31.0,47.0,240.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'],,143.0,20.0,16.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,143.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +830,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'],,2330.0,16.0,16.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,2330.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +831,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,,45.0,1.0,,,,212.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'],,1225.0,,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1225.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +832,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,,,,,8452.0,,,https://pypi.org/project/modelkit,2024-02-02 14:55:53.000,,8452.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +833,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,,,,,267.0,63.0,58.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,267.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +834,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,1.0,57.0,5.0,2.0,3.0,1.0,131.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,17,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,316980.0,9760.0,9631.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,316948.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1238.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +835,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'],,228.0,49.0,49.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,228.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +836,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,119.0,24.0,17.0,353.0,4319.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,16,True,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +837,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,3939.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +838,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,2894.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'],,41.0,1.0,1.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,41.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +839,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,1846.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,,,,49.0,70.0,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,70.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +840,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,1085.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,,,,,,, +841,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,1071.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,,,,,4.0,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,4.0,,,,3.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,823.0,Translate - a PyTorch Language Library.,88.0,16,False,,,1.0,pytorch-translate,,,['pytorch'],,34.0,,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,34.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,801.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,['pytorch'],,3249.0,88.0,87.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3249.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +844,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,727.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,True,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,['pytorch'],,243.0,22.0,22.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,243.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +845,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']",,10247.0,1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,10247.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,,127.0,42.0,435.0,25.0,130.0,712.0,GPU accelerated signal processing.,46.0,16,True,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,24.0,4.0,4.0,2.0,682.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'],,370.0,8.0,6.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,370.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +848,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,,93.0,18.0,19.0,5.0,29.0,639.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,112.0,17.0,17.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,112.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,,56.0,16.0,83.0,18.0,49.0,597.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'],,191.0,,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,191.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +850,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,499.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,,,,,155.0,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,155.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,492.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,,,,,244.0,3.0,3.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,244.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-09-21 07:09:49.000000,2024-06-18 15:30:34,80.0,,61.0,16.0,66.0,7.0,9.0,441.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,,,,,101.0,11.0,11.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,101.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,,37.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'],,106.0,11.0,11.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,106.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,,,,,29.0,88.0,88.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,29.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,317.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,"['sklearn', 'pandas']",12.0,2690.0,2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2690.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +856,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,272.0,A Jax-based library for designing and training transformer models from scratch.,3.0,16,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,['jax'],,210.0,1.0,1.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,210.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +857,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,242.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,,,,,424.0,3.0,3.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,424.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,202.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'],,427.0,11.0,9.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,427.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,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'],,1104.0,13.0,13.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,1104.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +860,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-09-19 11:41:36.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-09-19 11:41:36.000,3.46.0,297.0,comet_ml,comet_ml,,,,731305.0,76.0,,https://pypi.org/project/comet_ml,2024-09-19 11:41:36.000,76.0,731305.0,https://anaconda.org/anaconda/comet_ml,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +861,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,3404.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,15,False,,,,,,,['tensorflow'],,,,,,,,,,,,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,142.0,72.0,12.0,53.0,2201.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,['tensorflow'],,,,,,,,,,,,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,39.0,40.0,73.0,34.0,1163.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,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,,121.0,49.0,22.0,15.0,9.0,844.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,['pytorch'],,105.0,17.0,17.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,105.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +865,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,794.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,10.0,anchor_exp,,,,,966.0,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,966.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +866,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,511.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,,,,,712.0,12.0,12.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,712.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,,68.0,19.0,177.0,87.0,16.0,413.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'],,196.0,,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,196.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +868,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,1.0,52.0,10.0,17.0,10.0,29.0,407.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,,,,18.0,798.0,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,798.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,,394.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,,,,253.0,11.0,10.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,114.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,6962.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,372.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'],,257.0,4.0,4.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,257.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,13.0,271.0,64.0,181.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,446.0,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,446.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,232.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,196.0,5.0,5.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,196.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,,,,,607.0,7.0,6.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,607.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,,27.0,10.0,15.0,9.0,4.0,223.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'],,342.0,9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,342.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,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'],,673.0,28.0,28.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,673.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +876,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,995.0,64.0,13.0,44.0,25.0,3679.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,['sklearn'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +877,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,1683.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +878,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,1296.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,,,,,,,,,,,,,,,,,,,,,,,, +879,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,,150.0,32.0,,53.0,60.0,1220.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,79.0,,,,,,,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4826.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +880,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,,,,2117.0,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,564.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,77650.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +881,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,6.0,46.0,11.0,11.0,1.0,16.0,750.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",8.0,14,True,,,,rliable`,,,,,,148.0,148.0,https://pypi.org/project/rliable`,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +882,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,,,,,1310.0,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,1310.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +883,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,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,['pytorch'],,136.0,27.0,27.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,136.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,,17.0,11.0,58.0,3.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'],,123.0,,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,123.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,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,,,,,131.0,3.0,3.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,131.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +886,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,356.0,3811.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +887,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,2694.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +888,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,47.0,4.0,3.0,,2534.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'],74.0,1288.0,1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,1286.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +889,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,1364.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +890,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,535.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,223.0,4.0,4.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,223.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +891,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,263.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,,['pytorch'],10.0,190.0,,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,185.0,,,,3.0,enliteai/maze,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,250.0,,,,,,,,,,,,,,,,,,, +892,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,,,,,333.0,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,333.0,,,,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'],,48.0,5.0,5.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,48.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +894,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,,,,,383.0,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,374.0,,,,3.0,modelchimp/modelchimp-server,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,667.0,,,,,,,,,,,,,,,,,,, +895,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,123.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,92.0,2.0,2.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,92.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +896,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,119.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'],,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +897,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,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,115.0,41.0,41.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,115.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +898,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,,,,,167.0,7.0,7.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,167.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +899,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,,462.0,93.0,22.0,52.0,15.0,3265.0,AutoML algorithms for model architecture search at scale.,1.0,12,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +900,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,,407.0,63.0,6.0,64.0,17.0,1917.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,,,,,,,,,,,,,,,,,,,,,,,, +901,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,,322.0,87.0,11.0,12.0,6.0,1754.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,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,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,"['tensorflow', 'pytorch']",,134.0,5.0,5.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,134.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,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,114.0,5.0,5.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,114.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,8.0,4.0,6.0,14.0,103.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'],,582.0,,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,582.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,13.0,26.0,4.0,13.0,85.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,,,,,97.0,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,97.0,,,,3.0,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,,, +906,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,7.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,94.0,2.0,2.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,94.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +907,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,12.0,17.0,,,44.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,436.0,2.0,2.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,436.0,,,,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,949.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,915.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'],,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +911,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,11,False,,,2.0,autodist,,,['tensorflow'],,84.0,2.0,2.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,84.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +912,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,,87.0,17.0,5.0,4.0,12.0,603.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,['sklearn'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +913,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,,50.0,15.0,13.0,14.0,11.0,522.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,['pytorch'],,,,,,,,,,,,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,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,50.0,3.0,3.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,50.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +915,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,147.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,24.0,1.0,1.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,24.0,,,,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.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,"['pytorch', 'tensorflow', 'sklearn']",,31.0,1.0,1.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,31.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +917,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,,7.0,7.0,2.0,1.0,,66.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,,,,36.0,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,36.0,https://anaconda.org/conda-forge/tslumen,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-10-03_changes.md b/history/2024-10-03_changes.md new file mode 100644 index 00000000..e3a88336 --- /dev/null +++ b/history/2024-10-03_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._ + +- XGBoost (🥇46 · ⭐ 26K · 📈) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT.. Apache-2 +- PySpark (🥇45 · ⭐ 39K · 📈) - Apache Spark Python API. Apache-2 +- spaCy (🥇45 · ⭐ 30K · 📈) - Industrial-strength Natural Language Processing (NLP) in Python. MIT +- Prophet (🥇35 · ⭐ 18K · 📈) - Tool for producing high quality forecasts for time series data that.. MIT +- hdbscan (🥈33 · ⭐ 2.8K · 📈) - A high performance implementation of HDBSCAN clustering. BSD-3 +- category_encoders (🥈32 · ⭐ 2.4K · 📈) - A library of sklearn compatible categorical variable.. BSD-3 +- audiomentations (🥈31 · ⭐ 1.8K · 📈) - A Python library for audio data augmentation. Inspired by.. MIT +- PaddleDetection (🥈29 · ⭐ 13K · 📈) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2 +- ivis (🥉24 · ⭐ 330 · 📈) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 +- UForm (🥉20 · ⭐ 1K · 📈) - Pocket-Sized Multimodal AI for content understanding and.. 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._ + +- mlflow (🥇43 · ⭐ 18K · 📉) - Open source platform for the machine learning lifecycle. Apache-2 +- networkx (🥇43 · ⭐ 15K · 📉) - Network Analysis in Python. BSD-3 +- litellm (🥇43 · ⭐ 13K · 📉) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s +- DeepChem (🥈34 · ⭐ 5.4K · 📉) - Democratizing Deep-Learning for Drug Discovery, Quantum.. MIT +- dask-ml (🥉27 · ⭐ 890 · 📉) - Scalable Machine Learning with Dask. BSD-3 +- Alibi (🥈26 · ⭐ 2.4K · 📉) - Algorithms for explaining machine learning models. ❗️Intel +- Orbit (🥉23 · ⭐ 1.9K · 📉) - A Python package for Bayesian forecasting with object-oriented.. Apache-2 +- uber/orbit (🥉23 · ⭐ 1.9K · 📉) - A Python package for Bayesian forecasting with object-.. Apache-2 +- nebullvm (🥉21 · ⭐ 8.4K · 📉) - A collection of libraries to optimise AI model performances. Apache-2 +- model-card-toolkit (🥉18 · ⭐ 420 · 💀) - A toolkit that streamlines and automates the.. Apache-2 + +## ➕ Added Projects + +_Projects that were recently added to this best-of list._ + +- Opik (🥉24 · ⭐ 1.5K · ➕) - Open-source end-to-end LLM Development Platform. Apache-2 + diff --git a/history/2024-10-03_projects.csv b/history/2024-10-03_projects.csv new file mode 100644 index 00000000..21b91893 --- /dev/null +++ b/history/2024-10-03_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,docs_url,labels,github_release_downloads,monthly_downloads,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,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,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-09-02 06:22:28.000000,2024-09-02 06:22:28,1567.0,5.0,702.0,117.0,338.0,63.0,145.0,4880.0,Benchmarks of approximate nearest neighbor libraries in Python.,107.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,,168.0,58.0,205.0,,3.0,2294.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,244.0,93.0,199.0,6.0,6.0,3631.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,244.0,93.0,199.0,6.0,6.0,3631.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,244.0,93.0,199.0,6.0,6.0,3631.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,244.0,93.0,199.0,6.0,6.0,3631.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,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-10-03 14:11:44.000000,2024-10-03 13:13:48,79076.0,3882.0,22243.0,1741.0,91449.0,15034.0,31472.0,82642.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5150.0,56,True,2024-09-04 19:59:29.000,2.4.1,55.0,torch,pytorch/pytorch,https://pytorch.org/docs/stable/index.html,['pytorch'],59101.0,35226820.0,555607.0,536511.0,https://pypi.org/project/torch,2024-09-04 19:10:42.000,19096.0,34582793.0,https://anaconda.org/pytorch/pytorch,2024-09-03 16:47:49.313,23806471.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +7,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-10-03 14:08:38.000000,2024-10-03 14:08:31,170393.0,3804.0,74226.0,7597.0,36547.0,5029.0,38251.0,188376.0,An Open Source Machine Learning Framework for Everyone.,4688.0,55,True,2024-07-11 16:45:52.000,2.17.0,198.0,tensorflow,conda-forge/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],,18340087.0,422172.0,414242.0,https://pypi.org/project/tensorflow,2024-09-30 18:37:14.000,7930.0,17511392.0,https://anaconda.org/conda-forge/tensorflow,2024-08-31 23:00:17.783,4980093.0,1.0,tensorflow/tensorflow,https://hub.docker.com/r/tensorflow/tensorflow,2024-10-03 12:48:36.001955,2564.0,78222098.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,2024-10-03 14:20:36.000000,2024-10-03 14:15:36,17006.0,726.0,26500.0,1115.0,17628.0,1464.0,14819.0,132893.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2854.0,52,True,2024-09-26 18:07:17.000,4.45.1,159.0,transformers,conda-forge/transformers,,"['pytorch', 'tensorflow']",,36573328.0,228541.0,222216.0,https://pypi.org/project/transformers,2024-09-26 18:06:57.000,6325.0,36532493.0,https://anaconda.org/conda-forge/transformers,2024-09-28 18:07:52.119,2082589.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,2024-10-03 07:46:59.000000,2024-10-03 07:46:58,31738.0,262.0,25306.0,2140.0,17822.0,2121.0,9603.0,59632.0,scikit-learn: machine learning in Python.,3185.0,52,True,2024-09-11 15:52:05.000,1.5.2,81.0,scikit-learn,conda-forge/scikit-learn,,['sklearn'],1027.0,76644697.0,928831.0,904341.0,https://pypi.org/project/scikit-learn,2024-09-11 15:49:19.000,24490.0,76055259.0,https://anaconda.org/conda-forge/scikit-learn,2024-09-11 20:00:28.266,31239721.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-10-03 07:06:47.000000,2024-10-03 07:06:47,33582.0,677.0,5121.0,348.0,11328.0,1808.0,8842.0,12950.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1690.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,415730.0,131546483.0,1151698.0,1106074.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,45624.0,130418503.0,https://anaconda.org/conda-forge/scipy,2024-09-09 09:00:52.252,52839050.0,1.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-10-01 16:02:52.000000,2024-10-01 16:02:52,58956.0,685.0,4394.0,290.0,13427.0,5124.0,8869.0,12840.0,A computer algebra system written in pure Python.,1330.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,548671.0,32004613.0,178381.0,174881.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,31874027.0,https://anaconda.org/conda-forge/sympy,2024-09-28 13:25:27.288,6705675.0,1.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-10-02 17:59:33.000000,2024-10-02 17:59:30,11020.0,220.0,19426.0,1911.0,7470.0,250.0,11899.0,61699.0,Deep Learning for humans.,1332.0,48,True,2024-08-12 20:42:48.000,3.5.0,102.0,keras,conda-forge/keras,https://keras.io,['tensorflow'],,13900813.0,1579.0,,https://pypi.org/project/keras,2024-08-12 20:42:48.000,1579.0,13829224.0,https://anaconda.org/conda-forge/keras,2024-08-17 19:28:53.337,3722667.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-10-02 20:23:38.000000,2024-10-02 20:23:38,51126.0,466.0,7589.0,593.0,18401.0,1595.0,9295.0,20063.0,matplotlib: plotting with Python.,1730.0,48,True,2024-08-13 01:44:21.000,3.9.2,127.0,matplotlib,conda-forge/matplotlib,,,,80212687.0,1404784.0,1355044.0,https://pypi.org/project/matplotlib,2024-08-13 01:44:21.000,49740.0,79710617.0,https://anaconda.org/conda-forge/matplotlib,2024-09-12 20:10:05.995,26107686.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-10-03 03:55:55.000000,2024-10-03 03:55:35,18604.0,469.0,2210.0,220.0,5097.0,134.0,3080.0,12151.0,Python Imaging Library (Fork).,479.0,48,True,2024-07-01 09:51:39.000,10.4.0,98.0,Pillow,conda-forge/pillow,,,,125639490.0,1856303.0,1848621.0,https://pypi.org/project/Pillow,2024-07-01 09:45:22.000,7682.0,124762737.0,https://anaconda.org/conda-forge/pillow,2024-09-11 18:35:06.338,44714440.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-10-03 06:46:38.000000,2024-10-02 20:06:00,6686.0,225.0,3027.0,320.0,4933.0,956.0,3634.0,34906.0,Streamlit A faster way to build and share data apps.,242.0,46,True,2024-10-01 17:36:45.000,1.39.0,228.0,streamlit,,,,,6424810.0,532292.0,529550.0,https://pypi.org/project/streamlit,2024-10-01 17:36:39.000,2742.0,6424810.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-10-03 11:19:38.000000,2024-09-30 17:28:43,7120.0,171.0,8707.0,909.0,5576.0,452.0,4897.0,26140.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",652.0,46,True,2024-07-31 08:14:26.000,2.1.1,83.0,xgboost,conda-forge/xgboost,https://xgboost.readthedocs.io/en/latest/,,11119.0,24735747.0,111781.0,109779.0,https://pypi.org/project/xgboost,2024-07-31 08:14:26.000,2002.0,24631830.0,https://anaconda.org/conda-forge/xgboost,2024-09-29 19:48:48.053,5295343.0,1.0,,,,,,1.0,,,,,,,,,,,,,,,,,,, +17,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-10-01 10:34:04.000000,2024-10-01 10:34:04,51135.0,1811.0,5553.0,717.0,50007.0,1740.0,17371.0,22120.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1283.0,46,True,2024-09-13 08:31:46.000,2.6.2,70.0,paddlepaddle,,,['paddle'],15406.0,476198.0,6165.0,5987.0,https://pypi.org/project/paddlepaddle,2024-09-13 08:31:46.000,178.0,476041.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,2024-10-03 09:36:30.000000,2024-10-03 09:36:26,42342.0,858.0,28218.0,2023.0,48307.0,206.0,,39405.0,Apache Spark Python API.,3127.0,45,True,2024-09-24 00:28:04.000,3.5.3,48.0,pyspark,conda-forge/pyspark,,['spark'],,30465110.0,1545.0,,https://pypi.org/project/pyspark,2024-09-27 14:56:40.000,1545.0,30398899.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3443012.0,1.0,,,,,,1.0,stable/spark,,,,,,,,,,,,,,,,,, +19,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-10-02 23:44:53.000000,2024-10-01 16:47:29,22722.0,668.0,5612.0,475.0,29104.0,4028.0,14954.0,33285.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,1076.0,45,True,2024-09-24 23:37:52.000,ray-2.37.0,117.0,ray,conda-forge/ray-tune,,,237.0,5815297.0,18849.0,18081.0,https://pypi.org/project/ray,2024-09-24 23:30:46.000,768.0,5806256.0,https://anaconda.org/conda-forge/ray-tune,2024-10-01 08:55:53.218,415800.0,1.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,2024-10-03 14:23:26.000000,2024-10-03 14:23:22,23377.0,1657.0,2749.0,334.0,15677.0,1373.0,4208.0,30092.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",760.0,45,True,2024-09-16 18:42:31.000,jax-v0.4.33,167.0,jax,conda-forge/jaxlib,,,,3850537.0,32493.0,30655.0,https://pypi.org/project/jax,2024-09-16 18:38:45.000,1838.0,3817738.0,https://anaconda.org/conda-forge/jaxlib,2024-10-02 23:05:15.613,1705566.0,1.0,,,,,,,,jax-ml/jax,,,,,,,,,,,,,,,,, +21,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-10-01 23:10:18.000000,2024-10-01 23:01:40,16203.0,69.0,4363.0,562.0,4019.0,144.0,5517.0,29765.0,Industrial-strength Natural Language Processing (NLP) in Python.,758.0,45,True,2024-10-01 18:20:24.000,3.8.2,237.0,spacy,conda-forge/spacy,,,170.0,12486420.0,103102.0,100413.0,https://pypi.org/project/spacy,2024-10-01 18:20:24.000,2689.0,12406466.0,https://anaconda.org/conda-forge/spacy,2024-09-22 12:43:59.353,4157546.0,1.0,,,,,,1.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-10-02 20:21:43.000000,2024-10-02 20:21:43,20613.0,71.0,4178.0,442.0,6171.0,760.0,6981.0,19258.0,"Interactive Data Visualization in the browser, from Python.",702.0,45,True,2024-09-26 16:27:00.000,3.6.0,218.0,bokeh,conda-forge/bokeh,,,,4736651.0,94636.0,92892.0,https://pypi.org/project/bokeh,2024-09-26 16:55:03.000,1744.0,4448031.0,https://anaconda.org/conda-forge/bokeh,2024-09-26 20:39:59.050,15008272.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,2024-09-25 08:35:09.000000,2024-09-25 08:35:04,14681.0,130.0,2856.0,462.0,1489.0,273.0,1555.0,13477.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,,,,23497148.0,314238.0,309541.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,23432243.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2790945.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,2024-10-02 10:48:25.000000,2024-10-02 10:48:22,15491.0,60.0,2869.0,282.0,3931.0,2829.0,2788.0,10022.0,Statsmodels: statistical modeling and econometrics in Python.,436.0,45,True,2024-09-16 09:55:30.000,0.14.3,38.0,statsmodels,conda-forge/statsmodels,,,34.0,17273546.0,141925.0,137467.0,https://pypi.org/project/statsmodels,2024-09-16 09:55:30.000,4458.0,16983118.0,https://anaconda.org/conda-forge/statsmodels,2024-09-21 06:26:48.581,15102307.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,2024-10-03 16:00:20.000000,2024-10-03 15:22:57,7035.0,254.0,2434.0,170.0,4347.0,555.0,4247.0,32494.0,"Wrap UIs around any model, share with anyone.",391.0,44,True,2024-09-30 17:52:33.000,4.44.1,591.0,gradio,,,,,6364920.0,43068.0,42284.0,https://pypi.org/project/gradio,2024-09-30 20:13:30.000,784.0,6364920.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-10-03 11:50:14.000000,2024-10-02 16:18:43,10427.0,67.0,3363.0,251.0,10276.0,774.0,6304.0,28094.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",973.0,44,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,['pytorch'],9142.0,6919900.0,38449.0,37006.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1443.0,6894869.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1289797.0,2.0,,,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +27,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-10-02 19:47:45.000000,2024-09-19 16:25:54,6683.0,148.0,2533.0,274.0,1705.0,527.0,2441.0,16071.0,The interactive graphing library for Python This project now includes Plotly Express!.,269.0,44,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,20188778.0,314814.0,308485.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,20049048.0,https://anaconda.org/conda-forge/plotly,2024-09-12 22:24:43.567,7080231.0,1.0,,,,,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,6141.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-10-03 08:14:58.000000,2024-10-02 14:37:01,8323.0,88.0,1698.0,212.0,5966.0,1108.0,4249.0,12459.0,Parallel computing with task scheduling.,610.0,44,True,2024-09-28 00:59:40.000,2024.9.1,208.0,dask,conda-forge/dask,,,,12662855.0,67476.0,65078.0,https://pypi.org/project/dask,2024-09-28 00:59:40.000,2398.0,12437087.0,https://anaconda.org/conda-forge/dask,2024-09-28 03:30:27.336,11965718.0,1.0,,,,,,,stable/dask,,,,,,,,,,,,,,,,,, +29,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-10-01 15:57:42.000000,2024-09-24 21:13:32,2766.0,59.0,3251.0,241.0,966.0,750.0,1782.0,22607.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,,,,6815315.0,21368.0,20620.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6729158.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,3963255.0,1.0,,,,,,,,shap/shap,,,,,,,,,,,,,,,,, +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-10-01 00:35:10.000000,2024-09-20 15:45:31,7679.0,113.0,2041.0,420.0,1126.0,469.0,1349.0,21267.0,Data Apps & Dashboards for Python. No JavaScript Required.,163.0,43,True,2024-09-12 16:11:13.000,2.18.1,181.0,dash,conda-forge/dash,,,78.0,3410685.0,70966.0,69683.0,https://pypi.org/project/dash,2024-09-12 16:08:23.000,1283.0,3381962.0,https://anaconda.org/conda-forge/dash,2024-09-14 04:47:51.793,1493570.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +31,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-10-03 04:39:22.000000,2024-10-03 04:39:22,6547.0,351.0,4159.0,297.0,9153.0,1598.0,2581.0,18430.0,Open source platform for the machine learning lifecycle.,775.0,43,True,2024-09-27 04:49:37.000,2.17.0rc0,114.0,mlflow,conda-forge/mlflow,,,,14344484.0,44027.0,43154.0,https://pypi.org/project/mlflow,2024-09-27 00:54:05.000,873.0,14299092.0,https://anaconda.org/conda-forge/mlflow,2024-09-17 10:26:09.229,2360394.0,1.0,,,,,,-1.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-10-03 10:06:01.000000,2024-10-02 16:04:33,2844.0,83.0,3656.0,439.0,3376.0,342.0,2512.0,17719.0,Open standard for machine learning interoperability.,324.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,21883.0,5453518.0,35006.0,33958.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1048.0,5429164.0,https://anaconda.org/conda-forge/onnx,2024-09-25 21:48:32.399,1252888.0,1.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-10-02 16:19:30.000000,2024-10-02 16:19:28,3571.0,62.0,3819.0,433.0,3253.0,367.0,3062.0,16562.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",318.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,236254.0,9897514.0,39077.0,38000.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,9839334.0,https://anaconda.org/conda-forge/lightgbm,2024-09-12 16:03:18.124,2722204.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +34,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-10-02 00:01:00.000000,2024-10-01 04:24:04,7790.0,54.0,3202.0,279.0,3883.0,347.0,3025.0,14802.0,Network Analysis in Python.,749.0,43,True,2024-04-06 13:09:07.000,networkx-3.3,94.0,networkx,conda-forge/networkx,,,76.0,74933529.0,307917.0,298485.0,https://pypi.org/project/networkx,2024-04-06 12:59:44.000,9432.0,74576078.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,17872598.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-10-03 16:15:52.000000,2024-10-03 16:15:52,2749.0,308.0,1557.0,191.0,3268.0,649.0,780.0,12916.0,Development repository for the Triton language and compiler.,326.0,43,True,2024-07-09 07:22:23.000,3.0.0,195.0,triton,,,,,14845610.0,38433.0,38184.0,https://pypi.org/project/triton,2024-07-09 07:22:23.000,249.0,14845610.0,,,,1.0,,,,,,,,triton-lang/triton,,,,,,,,,,,,,,,,, +36,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-10-03 16:06:21.000000,2024-10-03 13:16:25,17939.0,3675.0,1457.0,71.0,2676.0,600.0,2711.0,12637.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",341.0,43,True,2024-10-03 03:15:05.000,1.48.10,969.0,litellm,,,others,467.0,2071557.0,4036.0,3595.0,https://pypi.org/project/litellm,2024-10-03 03:03:00.000,441.0,2071324.0,,,,1.0,,,,,,-1.0,,,,,,,,,,,,,,,,,,, +37,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2024-10-02 14:18:55.214000,2024-10-02 13:31:21,5004.0,71.0,2082.0,1674.0,4865.0,344.0,2724.0,12137.0,WebGL2 powered visualization framework.,273.0,43,True,2024-10-02 14:18:55.214,9.0.32,672.0,pydeck,conda-forge/pydeck,,['jupyter'],,5895541.0,8537.0,8118.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,5302818.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,616652.0,1.0,,,,,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-10-02 14:18:55.214,299.0,581712.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-10-01 06:00:11.000000,2024-10-01 06:00:11,18266.0,303.0,1006.0,117.0,3655.0,68.0,1605.0,10635.0,A hyperparameter optimization framework.,271.0,43,True,2024-09-02 05:17:47.000,4.0.0,66.0,optuna,conda-forge/optuna,,,,3644610.0,18868.0,17882.0,https://pypi.org/project/optuna,2024-09-02 05:17:47.000,986.0,3612395.0,https://anaconda.org/conda-forge/optuna,2024-09-03 06:05:16.374,1675199.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-10-02 22:18:00.000000,2024-10-02 22:17:53,2476.0,125.0,4711.0,311.0,516.0,49.0,864.0,31678.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",150.0,42,True,2024-08-23 23:42:07.000,1.0.9,60.0,timm,conda-forge/timm,,['pytorch'],7062417.0,6211084.0,38306.0,37379.0,https://pypi.org/project/timm,2024-08-23 23:31:27.000,927.0,6097781.0,https://anaconda.org/conda-forge/timm,2024-08-24 14:28:50.700,237223.0,1.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-10-03 11:35:11.000000,2024-10-03 10:30:16,3943.0,59.0,6929.0,432.0,5405.0,1025.0,2441.0,16055.0,"Datasets, Transforms and Models specific to Computer Vision.",607.0,42,True,2024-09-04 20:08:34.000,0.19.1,47.0,torchvision,conda-forge/torchvision,,['pytorch'],38813.0,14075378.0,5654.0,21.0,https://pypi.org/project/torchvision,2024-09-04 19:14:53.000,5633.0,14036703.0,https://anaconda.org/conda-forge/torchvision,2024-10-02 09:23:08.191,1644508.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-10-03 01:04:13.000000,2024-10-03 01:04:11,9339.0,51.0,1172.0,136.0,5518.0,224.0,4467.0,13667.0,ML Experiments and Data Management with Git.,303.0,42,True,2024-09-02 15:02:10.000,3.55.2,538.0,dvc,conda-forge/dvc,,,,662641.0,18229.0,18103.0,https://pypi.org/project/dvc,2024-09-02 15:02:10.000,126.0,619443.0,https://anaconda.org/conda-forge/dvc,2024-09-02 18:55:30.141,2246318.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-10-03 14:23:18.000000,2024-10-03 14:23:18,3783.0,100.0,791.0,140.0,1487.0,196.0,1814.0,9254.0,Declarative statistical visualization library for Python.,172.0,42,True,2024-08-27 04:41:23.000,5.4.1,42.0,altair,conda-forge/altair,,,192.0,22910642.0,165656.0,164782.0,https://pypi.org/project/altair,2024-08-27 04:31:06.000,874.0,22838930.0,https://anaconda.org/conda-forge/altair,2024-10-02 18:03:41.017,2438140.0,1.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-10-03 15:54:13.000000,2024-10-02 20:01:29,7085.0,412.0,658.0,59.0,5208.0,875.0,2451.0,8953.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",192.0,42,True,2024-10-01 23:28:58.000,0.18.3,289.0,wandb,conda-forge/wandb,,,325.0,16531245.0,56145.0,54723.0,https://pypi.org/project/wandb,2024-10-01 23:27:12.000,1422.0,16518596.0,https://anaconda.org/conda-forge/wandb,2024-09-24 22:40:55.346,644773.0,1.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-10-03 11:22:20.000000,2024-10-03 11:15:38,48634.0,434.0,1176.0,191.0,396.0,553.0,1778.0,8025.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1277.0,42,True,2024-09-07 20:11:05.000,1.2.7,113.0,catboost,conda-forge/catboost,,,308976.0,3367764.0,550.0,15.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3327617.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1716110.0,2.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-09-27 11:17:28.293000,2024-09-26 19:35:59,5864.0,23.0,1655.0,189.0,5042.0,683.0,1239.0,6683.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'],,21418757.0,264848.0,262628.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2220.0,21321977.0,https://anaconda.org/conda-forge/tensorboard,2024-09-27 11:17:28.293,5032592.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-10-03 03:57:51.000000,2024-10-03 03:57:51,14131.0,95.0,2216.0,186.0,4500.0,791.0,2105.0,6056.0,Image processing in Python.,672.0,42,False,2024-06-18 19:05:37.000,0.24.0,67.0,scikit-image,conda-forge/scikit-image,,,,24074634.0,203793.0,197668.0,https://pypi.org/project/scikit-image,2024-06-18 19:03:37.000,6125.0,23941298.0,https://anaconda.org/conda-forge/scikit-image,2024-08-17 02:34:14.270,6933520.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,2024-10-02 11:10:04.000000,2024-10-02 10:45:14,6294.0,84.0,7715.0,440.0,3080.0,169.0,9153.0,42987.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",255.0,41,True,2024-07-17 10:49:23.000,2.8.1,46.0,paddleocr,,,['paddle'],388109.0,531095.0,3477.0,3375.0,https://pypi.org/project/paddleocr,2024-07-17 10:49:23.000,102.0,523175.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +48,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-10-02 22:02:15.000000,2024-09-27 20:32:48,2492.0,132.0,4042.0,342.0,2963.0,1123.0,1762.0,34969.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",342.0,41,True,2024-09-05 01:33:59.000,0.15.1,95.0,deepspeed,,,['pytorch'],,507555.0,9121.0,8924.0,https://pypi.org/project/deepspeed,2024-09-05 01:33:59.000,197.0,507227.0,,,,1.0,deepspeed/deepspeed,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,18723.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-10-02 20:56:06.000000,2024-10-01 02:35:31,1255.0,110.0,3572.0,480.0,1190.0,240.0,2270.0,30753.0,A library for efficient similarity search and clustering of dense vectors.,192.0,41,True,2024-09-25 11:24:52.000,2.4.7,101.0,pymilvus,conda-forge/faiss,,,,1032151.0,4190.0,4023.0,https://pypi.org/project/pymilvus,2024-09-25 11:24:52.000,167.0,999555.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1695041.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-09-30 17:05:17.000000,2024-09-30 17:05:15,20852.0,630.0,2840.0,277.0,22488.0,755.0,11155.0,29800.0,"A cloud-native vector database, storage for next generation AI applications.",290.0,41,True,2024-09-25 11:24:52.000,2.4.7,101.0,pymilvus,,,,267892.0,2098298.0,167.0,,https://pypi.org/project/pymilvus,2024-09-25 11:24:52.000,167.0,999555.0,,,,1.0,milvusdb/milvus,https://hub.docker.com/r/milvusdb/milvus,2024-09-27 08:06:32.767498,62.0,66751036.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-09-30 15:54:02.000000,2024-09-30 15:54:02,1553.0,46.0,2437.0,140.0,546.0,1155.0,1009.0,14966.0,State-of-the-Art Text Embeddings.,182.0,41,True,2024-09-19 14:18:18.000,3.1.1,55.0,sentence-transformers,conda-forge/sentence-transformers,,['pytorch'],,5381125.0,50652.0,49018.0,https://pypi.org/project/sentence-transformers,2024-09-19 14:18:03.000,1634.0,5372974.0,https://anaconda.org/conda-forge/sentence-transformers,2024-09-24 16:14:33.235,399428.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +52,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-10-02 19:12:48.000000,2024-10-02 19:11:30,1307.0,70.0,2325.0,242.0,601.0,185.0,1177.0,13146.0,Download market data from Yahoo! Finances API.,122.0,41,True,2024-09-30 19:02:33.000,0.2.44,116.0,yfinance,ranaroussi/yfinance,,,,2241798.0,48218.0,47561.0,https://pypi.org/project/yfinance,2024-09-30 19:02:33.000,657.0,2239350.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,95509.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,2.0,1904.0,263.0,1121.0,176.0,2406.0,12444.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,,,443.0,19386920.0,489486.0,478643.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,19188968.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10293392.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +54,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-10-03 09:53:46.000000,2024-10-03 09:16:46,10053.0,68.0,1999.0,224.0,4062.0,311.0,3061.0,8665.0,Bayesian Modeling and Probabilistic Programming in Python.,505.0,41,True,2024-10-03 09:11:52.000,5.17.0,90.0,pymc3,conda-forge/pymc3,,,1955.0,296856.0,4404.0,4212.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,285260.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,602191.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +55,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-02 09:57:29.000000,2024-10-02 09:57:23,2317.0,43.0,565.0,90.0,883.0,288.0,951.0,3850.0,Manipulation and analysis of geometric objects.,160.0,41,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,3682.0,32820717.0,83675.0,80740.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,32613466.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10357485.0,1.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-10-03 14:18:01.000000,2024-10-02 00:18:26,3846.0,102.0,1132.0,137.0,3186.0,314.0,1204.0,2093.0,A library for training and deploying machine learning models on Amazon SageMaker.,458.0,41,True,2024-09-19 17:38:01.000,2.232.1,606.0,sagemaker,conda-forge/sagemaker-python-sdk,,"['mxnet', 'tensorflow']",,31443125.0,4604.0,4461.0,https://pypi.org/project/sagemaker,2024-09-19 17:38:01.000,143.0,31421476.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1082471.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +57,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-05-02 16:09:06.000000,2023-01-30 18:15:21,1757.0,,8590.0,1058.0,1454.0,102.0,1723.0,34577.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,,,,17380770.0,58867.0,57319.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,17374841.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,320168.0,1.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,2024-09-25 15:53:49.000000,2024-09-25 15:53:46,2789.0,14.0,7546.0,606.0,2234.0,222.0,1593.0,26172.0,The fastai deep learning library.,670.0,40,True,2024-08-27 06:50:53.000,2.7.17,151.0,fastai,,,['pytorch'],,374569.0,19128.0,18824.0,https://pypi.org/project/fastai,2024-08-27 06:50:53.000,304.0,374569.0,,,,2.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-10-03 14:48:24.000000,2024-09-24 15:27:12,7624.0,52.0,3629.0,252.0,3128.0,1029.0,2654.0,21079.0,Graph Neural Network Library for PyTorch.,519.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,['pytorch'],,420958.0,6909.0,6555.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,354.0,419176.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-09-26 16:16:39.995,90920.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +60,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-10-01 23:03:49.000000,2024-10-01 23:03:47,8605.0,60.0,2216.0,210.0,4206.0,22.0,1936.0,21008.0,Build multimodal AI applications with cloud-native stack.,177.0,40,True,2024-10-01 09:31:10.000,3.27.17,2481.0,jina,conda-forge/jina-core,,,,126912.0,1795.0,1768.0,https://pypi.org/project/jina,2024-10-01 09:22:15.000,27.0,93664.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,75294.0,2.0,jinaai/jina,https://hub.docker.com/r/jinaai/jina,2024-10-01 09:40:53.390346,8.0,1748039.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,8.0,4374.0,430.0,1708.0,384.0,1465.0,15591.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,,,4879.0,4540994.0,66324.0,64947.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4508612.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1390512.0,1.0,,,,,,,,piskvorky/gensim,,,,,,,,,,,,,,,,, +62,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-10-03 02:26:08.000000,2024-10-03 02:26:00,1010.0,74.0,1638.0,129.0,919.0,343.0,682.0,14101.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,150.0,40,True,2024-09-30 22:34:00.000,1.4.17,72.0,albumentations,conda-forge/albumentations,,['pytorch'],,4419616.0,27993.0,27412.0,https://pypi.org/project/albumentations,2024-09-30 22:34:00.000,581.0,4415770.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,196182.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-09-30 01:59:21.000000,2024-09-30 01:59:21,8281.0,15.0,3366.0,479.0,724.0,53.0,2174.0,13461.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,,,25502.0,176979.0,30672.0,30459.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,160040.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,869027.0,2.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-10-01 12:48:03.000000,2024-10-01 12:48:02,1820.0,39.0,762.0,119.0,646.0,38.0,946.0,8928.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,93.0,40,True,2024-08-08 16:56:21.000,0.20.0,97.0,tokenizers,conda-forge/tokenizers,,,65.0,30573931.0,106110.0,105198.0,https://pypi.org/project/tokenizers,2024-08-08 16:55:26.000,912.0,30533203.0,https://anaconda.org/conda-forge/tokenizers,2024-08-12 03:17:57.893,2077113.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +65,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-10-01 14:25:54.000000,2024-10-01 14:25:53,10120.0,248.0,1368.0,133.0,1268.0,136.0,992.0,8639.0,A PyTorch-based Speech Toolkit.,242.0,40,True,2024-10-01 10:55:15.000,1.0.1,17.0,speechbrain,,,['pytorch'],,2887533.0,2359.0,2297.0,https://pypi.org/project/speechbrain,2024-09-02 14:25:26.000,62.0,2887533.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +66,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-09-30 12:50:30.000000,2024-09-30 12:50:29,1570.0,83.0,928.0,97.0,1545.0,130.0,1460.0,7767.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",290.0,40,True,2024-09-05 16:45:17.000,0.34.2,60.0,accelerate,conda-forge/accelerate,,['pytorch'],,7450666.0,53996.0,52545.0,https://pypi.org/project/accelerate,2024-09-13 12:50:42.000,1451.0,7444655.0,https://anaconda.org/conda-forge/accelerate,2024-09-06 14:22:25.390,216428.0,1.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-10-03 08:10:43.000000,2024-10-02 14:37:26,5896.0,82.0,718.0,57.0,5149.0,1573.0,2369.0,1570.0,A distributed task scheduler for Dask.,329.0,40,True,2024-09-28 00:59:41.000,2024.9.1,240.0,distributed,conda-forge/distributed,,,,5298602.0,37501.0,36660.0,https://pypi.org/project/distributed,2024-09-28 00:59:41.000,841.0,5015859.0,https://anaconda.org/conda-forge/distributed,2024-09-28 02:21:08.800,14985422.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +68,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-09-28 18:48:21.000000,2024-08-30 09:20:57,6142.0,101.0,2088.0,202.0,1229.0,110.0,2219.0,13853.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,270.0,39,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,['pytorch'],,93190.0,3680.0,3539.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,141.0,92570.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,31663.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +69,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-09-25 02:40:08.000000,2024-09-25 02:40:07,4404.0,239.0,2997.0,173.0,5039.0,524.0,2355.0,13403.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,39,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,112261.0,449.0,301.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,112261.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-10-03 13:47:47.000000,2024-10-03 05:15:22,29045.0,373.0,808.0,127.0,6355.0,636.0,1757.0,9298.0,NumPy & SciPy for GPU.,388.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,,,188677.0,142951.0,2536.0,2267.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,50418.0,https://anaconda.org/conda-forge/cupy,2024-08-22 12:51:10.755,4719511.0,1.0,cupy/cupy,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,67698.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-10-03 08:36:44.000000,2024-10-01 20:22:37,4932.0,258.0,1331.0,104.0,4245.0,951.0,1578.0,7797.0,A unified framework for machine learning with time series.,395.0,39,True,2024-09-26 08:11:08.000,0.33.1,81.0,sktime,conda-forge/sktime-all-extras,,['sklearn'],101.0,751998.0,3432.0,3306.0,https://pypi.org/project/sktime,2024-09-26 08:11:08.000,126.0,725972.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-09-25 06:57:14.828,1015002.0,1.0,,,,,,,,sktime/sktime,,,,,,,,,,,,,,,,, +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-09-24 21:46:31.000000,2024-09-24 21:46:31,2022.0,20.0,919.0,104.0,1689.0,440.0,1262.0,4465.0,Python tools for geographic data.,234.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,['pandas'],2720.0,7419352.0,43992.0,41167.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2825.0,7342295.0,https://anaconda.org/conda-forge/geopandas,2024-09-21 05:55:22.256,4005608.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,2024-10-03 16:25:33.000000,2024-10-03 12:25:12,6507.0,136.0,1536.0,109.0,4449.0,689.0,742.0,4287.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",313.0,39,True,2024-06-05 08:15:47.000,4.9.6,39.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,['tensorflow'],,1595718.0,19824.0,19495.0,https://pypi.org/project/tensorflow-datasets,2024-06-05 08:15:42.000,329.0,1594864.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,35053.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,2024-10-02 17:12:20.000000,2024-10-02 17:12:20,18141.0,123.0,1306.0,83.0,8021.0,527.0,4366.0,2681.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,378.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,164404.0,4816.0,4428.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,388.0,156369.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,425892.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +75,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-10-03 13:44:23.000000,2024-10-03 13:44:23,35983.0,414.0,13217.0,947.0,25432.0,1220.0,,23888.0,Apache Flink Python API.,1922.0,38,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,205320.0,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,205320.0,,,,2.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,,6800.0,1068.0,11124.0,1805.0,7758.0,20772.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'],27614.0,640370.0,7634.0,7508.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,639962.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11099.0,2.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-09-16 12:14:44.000000,2024-03-21 15:05:22,32610.0,,4612.0,352.0,6373.0,124.0,6642.0,18716.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",597.0,38,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,['tensorflow'],,150528.0,4538.0,4478.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,150528.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +78,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,,1540.0,255.0,683.0,473.0,1059.0,12423.0,Video editing with Python.,161.0,38,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,1320384.0,46810.0,45873.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,937.0,1317309.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,267540.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +79,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-10-01 08:52:45.000000,2024-10-01 08:52:45,1640.0,115.0,2000.0,143.0,236.0,9.0,1105.0,11989.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",66.0,38,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,94968.0,4172.0,4130.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,42.0,94968.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +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-10-01 15:58:11.000000,2024-08-18 00:47:35,986.0,19.0,1157.0,127.0,309.0,34.0,714.0,10133.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,,,44455.0,21764165.0,80208.0,78476.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,21743096.0,https://anaconda.org/conda-forge/sentencepiece,2024-09-28 23:52:46.995,1043946.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,2024-10-01 06:32:46.000000,2024-10-01 06:12:23,22119.0,470.0,2159.0,182.0,3372.0,347.0,2078.0,8348.0,End-to-End Speech Processing Toolkit.,448.0,38,True,2024-10-01 06:28:01.000,.202409,53.0,espnet,,,,82.0,29969.0,386.0,374.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,29968.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +82,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-10-03 11:49:18.000000,2024-10-03 11:49:15,1881.0,7.0,2220.0,162.0,868.0,88.0,1034.0,6873.0,Python Data. Leaflet.js Maps.,170.0,38,True,2024-06-16 15:22:45.000,0.17.0,32.0,folium,conda-forge/folium,,,,1528889.0,44202.0,43456.0,https://pypi.org/project/folium,2024-06-16 15:22:45.000,746.0,1460090.0,https://anaconda.org/conda-forge/folium,2024-06-17 06:35:28.582,3095996.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +83,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-10-01 09:35:21.000000,2024-10-01 06:27:15,4740.0,216.0,477.0,36.0,3679.0,602.0,1128.0,2641.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,163.0,38,True,2024-07-22 04:26:19.000,0.44.1,98.0,pyvista,conda-forge/pyvista,,['jupyter'],831.0,293629.0,3998.0,3471.0,https://pypi.org/project/pyvista,2024-07-20 05:33:22.000,527.0,282926.0,https://anaconda.org/conda-forge/pyvista,2024-07-20 12:44:44.232,556051.0,2.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-10-02 16:13:13.000000,2024-10-01 16:54:30,3893.0,40.0,530.0,147.0,1208.0,140.0,1679.0,2237.0,Rasterio reads and writes geospatial raster datasets.,159.0,38,True,2024-10-01 13:34:26.000,1.4.1,164.0,rasterio,conda-forge/rasterio,,,965.0,3353841.0,14624.0,13191.0,https://pypi.org/project/rasterio,2024-10-01 13:28:36.000,1433.0,3274061.0,https://anaconda.org/conda-forge/rasterio,2024-10-01 11:13:22.492,3589784.0,2.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-10-03 12:10:52.000000,2024-10-03 12:10:52,1574.0,109.0,531.0,58.0,1519.0,156.0,807.0,2020.0,The official Python client for the Huggingface Hub.,199.0,38,True,2024-09-23 13:28:43.000,0.25.1,127.0,huggingface_hub,conda-forge/huggingface_hub,,,,43399449.0,1823.0,,https://pypi.org/project/huggingface_hub,2024-09-23 13:23:36.000,1823.0,43350028.0,https://anaconda.org/conda-forge/huggingface_hub,2024-09-23 21:01:59.161,2174546.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-08-19 12:09:51.456000,2024-08-19 02:35:18,1541.0,6.0,292.0,30.0,495.0,98.0,507.0,1464.0,Python library for reading and writing image data.,116.0,38,True,2024-08-19 02:35:29.000,2.35.1,94.0,imageio,conda-forge/imageio,,,1321.0,32675783.0,144437.0,142016.0,https://pypi.org/project/imageio,2024-08-19 02:35:25.000,2421.0,32539311.0,https://anaconda.org/conda-forge/imageio,2024-08-19 12:09:51.456,6959199.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +87,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,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,33157.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,,,,1335895.0,32075.0,31237.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1334101.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,161532.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +88,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,,9401.0,371.0,3157.0,1782.0,6712.0,29223.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,['pytorch'],,176399.0,3096.0,3014.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,176399.0,,,,2.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-10-03 01:30:42.000000,2024-10-03 01:30:14,8515.0,321.0,2754.0,300.0,230.0,25.0,1114.0,27750.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-09-29 17:23:25.000,7.9.3,670.0,netron,,,"['pytorch', 'tensorflow']",68195.0,102806.0,651.0,568.0,https://pypi.org/project/netron,2024-09-29 17:23:25.000,83.0,34611.0,,,,1.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-09-30 03:00:08.000000,2024-09-30 03:00:08,2336.0,33.0,5362.0,510.0,176.0,1128.0,1371.0,22995.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'],4828478.0,555063.0,2780.0,2750.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,286815.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +91,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-09-26 09:55:42.000000,2024-06-20 12:51:40,1687.0,,2841.0,378.0,468.0,5.0,1899.0,14812.0,Python Echarts Plotting Library.,44.0,37,True,2024-06-20 15:50:49.000,2.0.6,74.0,pyecharts,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],69.0,141978.0,4667.0,4458.0,https://pypi.org/project/pyecharts,2024-06-20 15:48:17.000,209.0,141975.0,,,,2.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-09-27 01:02:27.000000,2024-09-27 01:01:22,1484.0,33.0,1672.0,152.0,809.0,235.0,571.0,12425.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,130.0,37,True,2024-09-07 09:50:39.000,4.10.0,63.0,pandas-profiling,conda-forge/pandas-profiling,,"['jupyter', 'pandas']",186.0,330975.0,4461.0,4278.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,326238.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,464160.0,2.0,,,,,,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +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,,2483.0,538.0,4119.0,694.0,2087.0,9894.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,,,,118116.0,15691.0,15519.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,93375.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2449450.0,2.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-10-01 08:48:41.000000,2024-10-01 08:48:39,2802.0,42.0,955.0,127.0,1936.0,287.0,657.0,9848.0,Geometric Computer Vision Library for Spatial AI.,268.0,37,True,2024-06-28 15:16:20.000,0.7.3,40.0,kornia,conda-forge/kornia,,['pytorch'],1490.0,1887349.0,12119.0,11857.0,https://pypi.org/project/kornia,2024-06-28 15:16:20.000,262.0,1884096.0,https://anaconda.org/conda-forge/kornia,2024-06-28 20:04:02.857,148742.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-10-03 07:40:16.000000,2024-10-01 17:13:09,33177.0,2109.0,1992.0,198.0,5844.0,40.0,3390.0,9454.0,Perform data science on data that remains in someone elses server.,515.0,37,True,2024-09-04 20:09:29.000,0.9.1,315.0,syft,,,['pytorch'],2472.0,15050.0,4.0,1.0,https://pypi.org/project/syft,2024-09-15 12:49:26.000,3.0,14826.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +96,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-08-30 03:35:21.000000,2024-08-30 03:34:11,5357.0,47.0,1748.0,135.0,1020.0,365.0,1948.0,8850.0,"An open-source, low-code machine learning library in Python.",141.0,37,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,713.0,269294.0,6432.0,6401.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,268176.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,55278.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,2024-10-03 13:27:04.000000,2024-10-02 09:57:35,4717.0,164.0,623.0,86.0,2582.0,262.0,732.0,6006.0,Flax is a neural network library for JAX that is designed for flexibility.,238.0,37,True,2024-08-27 17:51:42.000,0.9.0,47.0,flax,conda-forge/flax,,['jax'],54.0,786816.0,9835.0,9368.0,https://pypi.org/project/flax,2024-08-27 17:51:42.000,467.0,785146.0,https://anaconda.org/conda-forge/flax,2024-08-27 20:55:17.110,71845.0,2.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,2024-10-01 16:21:54.000000,2024-10-01 12:41:17,10845.0,31.0,402.0,59.0,3073.0,1110.0,2226.0,2692.0,"With Holoviews, your data visualizes itself.",145.0,37,True,2024-08-01 13:45:47.955,3.0.3,169.0,holoviews,conda-forge/holoviews,,['jupyter'],,717254.0,12608.0,12211.0,https://pypi.org/project/holoviews,2024-10-01 16:21:54.000,392.0,682361.0,https://anaconda.org/conda-forge/holoviews,2024-07-07 07:21:50.008,1799524.0,2.0,,,,,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,287.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-10-02 23:05:03.000000,2024-10-02 23:05:03,4901.0,576.0,1102.0,150.0,1334.0,63.0,697.0,1883.0,Documentation and samples for ArcGIS API for Python.,92.0,37,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,,,12300.0,75318.0,870.0,830.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,75192.0,,,,2.0,esridocker/arcgis-api-python-notebook,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,,,,,,,,,,,,,,,,,,,, +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-09-30 16:27:33.000000,2024-09-30 16:27:25,1562.0,29.0,202.0,47.0,607.0,31.0,774.0,1152.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,,,,5272863.0,22942.0,22670.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,272.0,5154976.0,https://anaconda.org/conda-forge/fiona,2024-09-18 13:16:30.929,6012270.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +101,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,3.0,3122.0,315.0,259.0,423.0,594.0,23928.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,36,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,14871420.0,742520.0,8776.0,8563.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,456532.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +102,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,340.0,304.0,225.0,14358.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,,,,530036.0,22174.0,21909.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,527245.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,178649.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,7.0,2222.0,335.0,1601.0,405.0,1860.0,14190.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,,,,,139620.0,1260.0,1227.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,139620.0,,,,2.0,,,,,,,stable/horovod,,,,,,,,,,,,,,,,,, +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,2024-10-03 16:34:11.000000,2024-10-03 09:52:39,18686.0,357.0,5767.0,70.0,11739.0,937.0,15949.0,14023.0,Convert Machine Learning Code Between Frameworks.,1479.0,36,True,2023-06-29 19:33:01.167,0.0.0,124.0,ivy,,,,,3349.0,12.0,,https://pypi.org/project/ivy,2024-09-25 03:02:55.000,12.0,3349.0,,,,2.0,,,,,,,,ivy-llc/ivy,,,,,,,,,,,,,,,,, +105,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,,5179.0,380.0,719.0,655.0,1363.0,12920.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,36,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,3963112.0,481364.0,1634.0,1441.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,193.0,441115.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,254700.0,2.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,,2243.0,280.0,3096.0,91.0,2477.0,11740.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'],68.0,92940.0,4351.0,4226.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,90791.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,150484.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +107,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-10-03 13:53:03.000000,2024-10-03 13:32:48,7207.0,514.0,2440.0,206.0,7779.0,154.0,2210.0,11707.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",348.0,36,True,2024-08-15 21:55:14.000,r2.0.0rc1,74.0,nemo-toolkit,,,['pytorch'],257201.0,136989.0,34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-08-15 22:05:43.000,13.0,132773.0,,,,1.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-09-30 22:36:07.000000,2024-08-07 18:02:18,598.0,9.0,1129.0,263.0,192.0,106.0,171.0,9107.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,,,123.0,3092436.0,43419.0,43032.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,387.0,3089734.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,264886.0,1.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-10-03 14:19:27.000000,2024-10-01 15:34:18,21346.0,725.0,547.0,55.0,3361.0,485.0,1052.0,8707.0,"Visualize, create, and debug image and video datasets and model predictions.",133.0,36,True,2024-10-01 13:49:20.000,1.0.0,148.0,fiftyone,,,"['tensorflow', 'pytorch', 'jupyter']",,72725.0,721.0,699.0,https://pypi.org/project/fiftyone,2024-10-01 01:41:17.000,22.0,72725.0,,,,2.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-09-06 16:48:34.000000,2024-09-05 19:08:20,1865.0,11.0,1356.0,143.0,248.0,221.0,146.0,8480.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",60.0,36,True,2024-09-06 03:26:33.000,2.0.2,94.0,pyod,conda-forge/pyod,,,,670811.0,4345.0,4232.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,668514.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,121747.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +111,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-09-21 19:23:59.000000,2024-09-21 19:22:59,697.0,20.0,344.0,67.0,125.0,35.0,149.0,8403.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",29.0,36,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,5108874.0,48488.0,46448.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5103161.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,274226.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +112,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-09-30 20:26:40.000000,2024-09-30 20:26:35,1441.0,21.0,905.0,213.0,240.0,178.0,243.0,6959.0,Efficiently computes derivatives of NumPy code.,59.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,2244303.0,9926.0,9643.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,2227246.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,477605.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-09-30 07:44:06.000000,2024-09-30 07:41:14,3141.0,78.0,1049.0,89.0,3481.0,354.0,2760.0,5729.0,AI Toolkit for Healthcare Imaging.,204.0,36,True,2024-06-26 07:23:34.000,1.3.2,101.0,monai,conda-forge/monai,,['pytorch'],,161724.0,2990.0,2873.0,https://pypi.org/project/monai,2024-09-30 07:44:06.000,117.0,160838.0,https://anaconda.org/conda-forge/monai,2024-06-26 07:27:45.102,30133.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +114,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-09-27 13:25:23.000000,2024-09-08 06:20:16,4165.0,58.0,1096.0,153.0,1719.0,416.0,895.0,3869.0,Fast data visualization and GUI tools for scientific / engineering applications.,287.0,36,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,341930.0,11358.0,10332.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,330460.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,596486.0,2.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-10-02 23:09:33.000000,2024-09-28 18:56:29,8603.0,48.0,709.0,97.0,13331.0,38.0,854.0,3827.0,State of the Art Natural Language Processing.,113.0,36,True,2024-09-25 20:20:27.000,5.5.0,148.0,spark-nlp,,,['spark'],,3986756.0,545.0,508.0,https://pypi.org/project/spark-nlp,2024-09-25 14:58:28.000,37.0,3986756.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,2816.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,,,376.0,11071932.0,53755.0,53614.0,https://pypi.org/project/thinc,2024-10-01 10:35:24.000,141.0,11013652.0,https://anaconda.org/conda-forge/thinc,2024-07-14 15:52:37.957,3088649.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +117,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-10-03 07:08:33.000000,2024-10-03 01:27:39,3305.0,208.0,303.0,69.0,2056.0,59.0,716.0,2353.0,Adaptive Experimentation Platform.,174.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,['pytorch'],,111380.0,865.0,811.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,110700.0,https://anaconda.org/conda-forge/ax-platform,2024-09-24 20:13:10.358,27219.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +118,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-10-03 15:34:06.000000,2024-10-03 15:34:04,4575.0,265.0,590.0,46.0,4999.0,302.0,1077.0,2294.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",185.0,36,True,2024-09-12 16:21:00.000,0.38.1,59.0,pennylane,conda-forge/pennylane,,,95.0,73297.0,1194.0,1078.0,https://pypi.org/project/pennylane,2024-09-12 16:21:00.000,116.0,69076.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,147714.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-10-03 08:32:19.000000,2024-10-02 11:16:41,1928.0,95.0,395.0,31.0,1665.0,85.0,785.0,2097.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",251.0,36,True,2024-09-13 20:01:21.000,1.4.2,48.0,metrics,conda-forge/torchmetrics,,['pytorch'],5666.0,42323.0,30598.0,30596.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,5433.0,https://anaconda.org/conda-forge/torchmetrics,2024-09-14 06:48:05.562,1580656.0,2.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-09-29 12:11:02.561000,2024-09-28 20:14:16,1567.0,17.0,394.0,48.0,1516.0,179.0,686.0,1594.0,Exploratory analysis of Bayesian models with Python.,162.0,36,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,157.0,1753802.0,8000.0,7687.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1712019.0,https://anaconda.org/conda-forge/arviz,2024-09-29 12:11:02.561,2214395.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +121,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-10-03 13:36:07.000000,2024-10-03 13:36:06,10377.0,51.0,576.0,70.0,2503.0,281.0,1823.0,1170.0,Machine learning for NeuroImaging in Python.,244.0,36,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,['sklearn'],236.0,66154.0,3753.0,3459.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,294.0,59894.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,294012.0,1.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-01 16:10:00.706000,2024-10-01 04:57:51,1580.0,27.0,210.0,34.0,711.0,32.0,588.0,1049.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,66.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,9412901.0,35816.0,34076.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,9243189.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,8655323.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +123,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,,13413.0,1568.0,232.0,785.0,588.0,53021.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'],1387.0,123201.0,3394.0,3278.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,122635.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,27027.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +124,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,,4146.0,287.0,747.0,78.0,1026.0,34275.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']",3322891.0,189447.0,1797.0,1744.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,111693.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,17235.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +125,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-09-27 02:13:41.000000,2024-09-27 02:13:41,2325.0,2.0,6351.0,428.0,1344.0,1271.0,3050.0,30238.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,35,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,['pytorch'],358.0,152549.0,3679.0,3562.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,150705.0,https://anaconda.org/conda-forge/fairseq,2024-09-22 22:23:30.593,93845.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +126,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,25870.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,,,,1774308.0,6883.0,6636.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1772224.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,102130.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +127,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-09-29 03:24:15.000000,2024-09-11 08:45:28,9010.0,64.0,3027.0,273.0,1290.0,162.0,703.0,18892.0,Best Practices on Recommendation Systems.,136.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,589.0,33317.0,124.0,120.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,33309.0,,,,1.0,,,,,,,,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +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-02 23:56:38.000000,2024-10-02 23:54:25,816.0,15.0,4515.0,452.0,463.0,418.0,1732.0,18327.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,182.0,35,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,2823.0,308828.0,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,278757.0,https://anaconda.org/conda-forge/prophet,2023-10-20 01:36:39.935,1261699.0,1.0,,,,,,2.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-10-03 07:07:34.000000,2024-10-02 13:26:05,3684.0,184.0,1856.0,138.0,4025.0,120.0,3420.0,16984.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",264.0,35,True,2024-10-03 07:07:57.000,2.6.0,100.0,haystack,,,,,5873.0,543.0,538.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5873.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +130,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,,4403.0,544.0,717.0,402.0,1283.0,14037.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,,,,,74956.0,5953.0,5935.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,74956.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +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,4.0,1148.0,318.0,268.0,56.0,343.0,13150.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,,,,1043955.0,4488.0,4287.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,1033213.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,526393.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +132,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-09-27 05:15:10.000000,2024-09-09 16:18:47,2658.0,50.0,670.0,101.0,494.0,595.0,1262.0,9444.0,An open source multi-tool for exploring and publishing data.,80.0,35,True,2024-06-21 23:45:38.000,0.64.8,152.0,datasette,conda-forge/datasette,,,68.0,58701.0,1739.0,1328.0,https://pypi.org/project/datasette,2024-09-06 04:05:34.000,411.0,57643.0,https://anaconda.org/conda-forge/datasette,2024-06-24 15:27:37.980,44428.0,2.0,,,,,,,,,,,,,,datasette,,,,,,,,,,, +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,2024-10-03 15:30:26.000000,2024-10-03 12:53:08,39580.0,545.0,883.0,152.0,10528.0,1052.0,5491.0,8315.0,cuDF - GPU DataFrame Library.,295.0,35,True,2024-09-17 00:25:17.000,24.08.03,56.0,cudf,,,,,3124.0,79.0,57.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3124.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,2024-09-30 11:48:20.000000,2024-09-30 11:48:20,3294.0,138.0,780.0,78.0,3670.0,168.0,914.0,7024.0,"The easiest way to serve AI apps and models - Build reliable Inference APIs, LLM apps, Multi-model chains, RAG..",208.0,35,True,2024-09-25 12:30:24.000,1.3.7,162.0,bentoml,,,,1199.0,106111.0,2097.0,2069.0,https://pypi.org/project/bentoml,2024-09-25 12:30:24.000,28.0,106088.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +135,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-10-03 00:36:55.000000,2024-09-25 17:21:24,32519.0,49.0,1994.0,388.0,6876.0,2838.0,6661.0,6877.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",268.0,35,True,,,155.0,h2o,,,,,290366.0,69.0,21.0,https://pypi.org/project/h2o,2024-08-29 13:55:23.000,48.0,290366.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +136,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-05-28 15:38:50.650000,2024-05-28 14:28:56,865.0,,1275.0,142.0,500.0,44.0,562.0,6815.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,84.0,35,True,2024-05-28 15:13:16.000,0.12.3,37.0,imbalanced-learn,conda-forge/imbalanced-learn,,['sklearn'],,14690135.0,32949.0,32511.0,https://pypi.org/project/imbalanced-learn,2024-05-28 15:11:10.000,438.0,14678274.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-05-28 15:38:50.650,616795.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +137,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-10-02 16:51:27.000000,2024-10-02 16:51:26,30379.0,282.0,1593.0,183.0,2185.0,19.0,1612.0,5048.0,"mlpack: a fast, header-only C++ machine learning library.",323.0,35,True,2024-09-20 14:12:49.000,4.5.0,48.0,mlpack,conda-forge/mlpack,,,,10880.0,4.0,,https://pypi.org/project/mlpack,2024-09-20 14:12:49.000,4.0,6103.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,248430.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +138,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-10-03 00:15:54.000000,2024-10-02 14:39:37,1727.0,20.0,611.0,59.0,1874.0,154.0,1266.0,4511.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,648.0,35,True,2024-08-13 12:47:02.000,0.5.1,1757.0,pytorch-ignite,pytorch/ignite,,['pytorch'],,157872.0,3337.0,3242.0,https://pypi.org/project/pytorch-ignite,2024-10-03 00:15:54.000,95.0,155252.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,199169.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +139,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,2.0,833.0,91.0,218.0,124.0,685.0,4466.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,,,,,17119674.0,457223.0,446867.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,17119674.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +140,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-10-03 12:10:38.000000,2024-10-03 12:10:36,12174.0,28.0,1095.0,162.0,466.0,688.0,754.0,4245.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,35,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,['tensorflow'],,1575673.0,614.0,1.0,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,613.0,1572380.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,144932.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +141,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-02 19:30:19.000000,2024-09-24 16:41:17,3877.0,57.0,849.0,57.0,1703.0,406.0,1265.0,4199.0,"Serve, optimize and scale PyTorch models in production.",215.0,35,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,,['pytorch'],6577.0,79714.0,745.0,723.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,52307.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,267521.0,2.0,pytorch/torchserve,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,28.0,1339977.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,2024-09-30 11:22:26.000000,2024-09-30 11:08:58,2406.0,36.0,210.0,63.0,145.0,90.0,594.0,3986.0,A Grammar of Graphics for Python.,111.0,35,True,2024-05-10 08:15:43.000,0.13.6,27.0,plotnine,conda-forge/plotnine,,,,3052846.0,9137.0,8830.0,https://pypi.org/project/plotnine,2024-05-09 20:44:49.000,307.0,3045071.0,https://anaconda.org/conda-forge/plotnine,2024-09-20 10:25:14.080,404319.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,2024-10-03 11:34:34.000000,2024-09-29 13:33:28,2315.0,4.0,641.0,72.0,2896.0,249.0,726.0,2495.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",226.0,35,True,2024-09-04 20:06:34.000,2.4.1,37.0,torchaudio,,,['pytorch'],,5399609.0,1263.0,,https://pypi.org/project/torchaudio,2024-09-04 19:15:37.000,1263.0,5399609.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +144,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-09-27 05:48:14.000000,2024-09-27 05:46:58,5879.0,215.0,701.0,88.0,6003.0,245.0,859.0,2106.0,TFX is an end-to-end platform for deploying production ML pipelines.,189.0,35,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,['tensorflow'],,34483.0,1583.0,1566.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,34483.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +145,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-10-03 16:20:24.000000,2024-10-03 07:59:14,1850.0,120.0,173.0,30.0,1798.0,91.0,192.0,1210.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,82.0,35,True,2024-09-18 12:49:48.000,2024.7.0,30.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,['sklearn'],,88044.0,12179.0,12124.0,https://pypi.org/project/scikit-learn-intelex,2024-09-17 16:36:34.000,55.0,79825.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-08-20 09:58:15.356,345210.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +146,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-02 19:08:11.000000,2024-10-02 19:08:11,6021.0,141.0,257.0,37.0,846.0,134.0,406.0,649.0,Python package to access a cacophony of neuro-imaging file formats.,105.0,35,True,2024-02-27 04:17:30.000,5.2.1,42.0,nibabel,conda-forge/nibabel,,,,1418262.0,22911.0,21753.0,https://pypi.org/project/nibabel,2024-02-27 04:13:17.000,1158.0,1403373.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,774229.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +147,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-09-30 17:48:16.000000,2024-09-26 04:29:27,3701.0,228.0,4311.0,383.0,4181.0,415.0,1263.0,38690.0,"Making large AI models cheaper, faster and more accessible.",193.0,34,True,2024-09-19 02:53:35.000,0.4.4,44.0,,,,,,,418.0,418.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,2024-09-09 22:31:14.000000,2024-09-09 22:27:36,1530.0,5.0,7424.0,386.0,685.0,524.0,3069.0,30134.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",272.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,['pytorch'],,8367.0,2045.0,2032.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,https://anaconda.org/conda-forge/detectron2,2024-08-26 11:04:11.128,426761.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +149,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,1678.0,151.0,1987.0,25153.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'],1193103.0,29937.0,478.0,454.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,13514.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3157.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +150,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-09-15 23:43:40.000000,2024-09-15 23:43:35,3868.0,27.0,990.0,135.0,180.0,113.0,1063.0,13771.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",100.0,34,True,2024-08-31 09:35:44.000,16.5.0,244.0,ocrmypdf,conda-forge/ocrmypdf,,,5208.0,128570.0,1026.0,992.0,https://pypi.org/project/ocrmypdf,2024-08-31 09:35:10.000,34.0,126423.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,78127.0,2.0,,,,,,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,,, +151,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-10-03 13:41:20.000000,2024-09-27 08:19:41,6257.0,9.0,3561.0,244.0,1711.0,1079.0,4451.0,11179.0,Open-source simulator for autonomous driving research.,189.0,34,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,17408.0,820.0,809.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,17408.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +152,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,,1024.0,133.0,233.0,360.0,274.0,8823.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,,,,5873403.0,70300.0,68942.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1358.0,5871732.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,116985.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +153,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-09-28 02:01:11.000000,2024-09-28 02:01:11,2493.0,17.0,983.0,201.0,2325.0,258.0,846.0,8508.0,Deep universal probabilistic programming with Python and PyTorch.,157.0,34,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,['pytorch'],,327958.0,186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,323402.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,195923.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +154,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-09-05 15:50:55.744000,2024-08-01 18:55:53,10421.0,4.0,1926.0,352.0,3428.0,131.0,1138.0,8470.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,,,,55245.0,40.0,,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,50583.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-09-05 15:50:55.744,223793.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +155,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-10-03 13:15:36.000000,2024-10-01 23:15:01,1063.0,98.0,762.0,288.0,1411.0,324.0,417.0,8087.0,"Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems.",95.0,34,True,2024-10-01 14:32:48.000,2.12.23,147.0,metaflow,conda-forge/metaflow,,,,924362.0,770.0,725.0,https://pypi.org/project/metaflow,2024-10-01 14:32:48.000,45.0,920149.0,https://anaconda.org/conda-forge/metaflow,2024-10-01 20:38:59.400,214907.0,2.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,2024-10-01 17:08:05.000000,2024-10-01 17:08:05,385.0,19.0,1525.0,129.0,163.0,8.0,355.0,7824.0,A Python implementation of global optimization with gaussian processes.,47.0,34,True,2024-07-10 12:02:35.000,1.5.1,16.0,bayesian-optimization,,,,160.0,465833.0,3103.0,2959.0,https://pypi.org/project/bayesian-optimization,2024-07-10 12:02:35.000,144.0,465832.0,,,,1.0,,,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +157,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-10-03 09:04:49.000000,2024-10-02 22:33:51,2321.0,65.0,909.0,100.0,2602.0,363.0,1083.0,7781.0,Fast and Accurate ML in 3 Lines of Code.,125.0,34,True,2024-06-14 20:30:21.000,1.1.1,1624.0,autogluon,conda-forge/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",,162789.0,860.0,833.0,https://pypi.org/project/autogluon,2024-10-03 09:04:49.000,27.0,161714.0,https://anaconda.org/conda-forge/autogluon,2024-06-18 07:07:41.213,19136.0,1.0,autogluon/autogluon,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,10343.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,2024-09-22 18:07:58.000000,2024-09-12 23:27:08,4682.0,109.0,885.0,140.0,498.0,92.0,803.0,7249.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,,,,305995.0,3286.0,3111.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,305851.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7924.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +159,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-09-11 20:27:12.000000,2024-09-11 20:27:12,1230.0,15.0,657.0,63.0,137.0,61.0,445.0,5961.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",42.0,34,True,2024-07-25 01:34:14.000,2.6.1,212.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,['pytorch'],,796091.0,1929.0,1879.0,https://pypi.org/project/pytorch-metric-learning,2024-07-25 01:34:14.000,50.0,795883.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11875.0,1.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,2023-08-28 17:18:20.000000,2022-10-17 02:18:00,30611.0,,1368.0,284.0,6588.0,12.0,2032.0,5887.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,,,,191011.0,3371.0,3313.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,190664.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,19480.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +161,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-10-01 07:26:30.000000,2024-09-29 11:04:41,2428.0,44.0,649.0,95.0,273.0,489.0,563.0,5608.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",101.0,34,True,2024-08-27 19:48:22.000,1.16.4,172.0,clearml,,,,2891.0,359060.0,1353.0,1313.0,https://pypi.org/project/clearml,2024-10-01 07:26:30.000,40.0,358542.0,,,,2.0,allegroai/trains,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30296.0,,,,,,,,,,,,,,,,,,,, +162,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-09-20 21:09:41.000000,2024-09-20 16:37:57,10535.0,40.0,1662.0,143.0,2432.0,633.0,1237.0,5422.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",247.0,34,True,2024-04-03 16:21:23.000,2.8.0,923.0,deepchem,conda-forge/deepchem,,['tensorflow'],,45786.0,447.0,434.0,https://pypi.org/project/deepchem,2024-09-20 21:09:41.000,13.0,43672.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,109963.0,2.0,,,,,,-2.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,2024-10-03 01:54:09.200000,2024-10-02 21:15:59,12401.0,56.0,1156.0,98.0,1384.0,140.0,758.0,4787.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,,,,32501.0,612.0,592.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-10-02 21:24:21.000,20.0,31540.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-10-03 01:54:09.200,49012.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +164,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-09-23 18:46:17.000000,2024-09-23 18:46:01,1182.0,22.0,627.0,125.0,928.0,350.0,1092.0,4355.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",176.0,34,True,2024-09-16 20:50:54.000,8.0,50.0,coremltools,conda-forge/coremltools,,,11705.0,371416.0,4234.0,4153.0,https://pypi.org/project/coremltools,2024-09-16 21:06:12.000,81.0,369812.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,70429.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +165,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-09-30 22:06:15.000000,2024-09-30 22:03:47,1327.0,30.0,272.0,39.0,478.0,100.0,239.0,3889.0,Lightning fast forecasting with statistical and econometric models.,45.0,34,True,2024-09-19 21:41:21.000,1.7.8,37.0,statsforecast,conda-forge/statsforecast,,,,711150.0,1198.0,1141.0,https://pypi.org/project/statsforecast,2024-09-19 21:39:13.000,57.0,708047.0,https://anaconda.org/conda-forge/statsforecast,2024-09-23 21:39:04.210,96212.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +166,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-10-03 15:48:12.000000,2024-10-03 14:44:59,3434.0,250.0,356.0,29.0,3256.0,130.0,2002.0,3838.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,96.0,34,True,2024-10-03 15:11:46.000,2.3.0,100.0,rubrix,conda-forge/rubrix,,,,2108.0,2724.0,2724.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,1043.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,36215.0,2.0,,,,,,,,argilla-io/argilla,,,,,,,,,,,,,,,,, +167,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-09-23 13:51:37.000000,2024-09-23 13:51:35,7399.0,9.0,618.0,115.0,1185.0,353.0,1115.0,3304.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'],,431676.0,1868.0,1692.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,419322.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,605230.0,2.0,,,,,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,3.0,,,,,,,,,,,, +168,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-10-02 21:23:58.000000,2024-10-02 21:20:33,2010.0,95.0,390.0,51.0,1754.0,65.0,466.0,3069.0,Bayesian optimization in PyTorch.,131.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,['pytorch'],,199378.0,1250.0,1166.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,196882.0,https://anaconda.org/conda-forge/botorch,2024-09-20 23:53:13.019,124808.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +169,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-10-03 15:15:05.000000,2024-09-30 16:51:01,1100.0,36.0,437.0,55.0,1280.0,417.0,418.0,2497.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,126.0,34,True,2024-09-10 21:37:01.000,1.22.0,70.0,optimum,conda-forge/optimum,,,,938253.0,3645.0,3487.0,https://pypi.org/project/optimum,2024-09-10 16:18:53.000,158.0,937458.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,23858.0,2.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,2024-09-25 13:49:09.996000,2024-09-25 11:39:14,5295.0,83.0,545.0,19.0,1391.0,1120.0,684.0,2246.0,"This is the development home of the workflow management system Snakemake. For general information, see.",342.0,34,True,2024-09-25 11:40:47.000,8.20.5,358.0,snakemake,bioconda/snakemake,,,,123425.0,2322.0,2093.0,https://pypi.org/project/snakemake,2024-09-25 11:40:47.000,229.0,112509.0,https://anaconda.org/bioconda/snakemake,2024-09-25 13:49:09.996,1178965.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +171,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-09-07 01:20:44.000000,2024-09-07 01:20:42,565.0,12.0,157.0,42.0,80.0,7.0,130.0,2049.0,a python library for doing approximate and phonetic matching of strings.,32.0,34,True,2024-07-28 08:19:05.000,1.1.0,44.0,jellyfish,conda-forge/jellyfish,,,,5659230.0,10927.0,10659.0,https://pypi.org/project/jellyfish,2024-07-28 08:19:05.000,268.0,5639564.0,https://anaconda.org/conda-forge/jellyfish,2024-09-06 22:00:00.405,1022660.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +172,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,,209.0,32.0,47.0,13.0,168.0,1625.0,Simple Python interface for Graphviz.,23.0,34,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,16283829.0,76297.0,73678.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,16283282.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,49308.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,2024-10-01 11:37:22.000000,2024-10-01 11:37:17,1873.0,8.0,200.0,33.0,214.0,26.0,402.0,1399.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,,,50161.0,922520.0,19953.0,19696.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,920595.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,75608.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +174,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-09-27 00:45:23.000000,2024-09-27 00:45:22,2904.0,41.0,247.0,35.0,226.0,48.0,510.0,1290.0,Python interface for igraph.,75.0,34,False,2024-07-08 23:38:30.000,0.11.6,42.0,python-igraph,conda-forge/igraph,,,564849.0,807108.0,4530.0,4133.0,https://pypi.org/project/python-igraph,2024-07-08 23:38:30.000,397.0,788964.0,https://anaconda.org/conda-forge/igraph,2024-06-28 12:12:37.634,606755.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +175,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-09-30 23:37:10.000000,2024-09-05 06:54:23,889.0,6.0,337.0,42.0,1054.0,191.0,170.0,1220.0,Making text a first-class citizen in TensorFlow.,116.0,34,True,2024-07-15 22:42:38.000,2.17.0,72.0,tensorflow-text,,,['tensorflow'],,7210734.0,7614.0,7398.0,https://pypi.org/project/tensorflow-text,2024-09-30 23:25:49.000,216.0,7210734.0,,,,2.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,2024-10-03 15:04:58.000000,2024-10-03 12:40:04,6207.0,1261.0,2857.0,274.0,6051.0,103.0,627.0,26409.0,You like pytorch? You like micrograd? You love tinygrad!.,340.0,33,True,2024-08-13 23:19:48.000,0.9.2,8.0,,,,['pytorch'],,,107.0,107.0,,,,,,,,1.0,,,,,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +177,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-10-03 10:47:48.000000,2024-10-03 08:34:49,18671.0,203.0,4798.0,400.0,5386.0,172.0,3798.0,26396.0,The platform for building AI from enterprise data.,842.0,33,False,2024-10-01 11:01:18.000,24.10.1.0,490.0,mindsdb,,,['pytorch'],,25656.0,,,https://pypi.org/project/mindsdb,2024-10-01 11:02:27.000,,25656.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +178,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-10-03 14:10:16.000000,2024-09-23 15:10:35,3322.0,349.0,1350.0,122.0,3655.0,301.0,994.0,20012.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",122.0,33,True,2024-09-23 18:20:31.000,1.11.5,83.0,,,,,181356.0,4318.0,114.0,114.0,,,,,,,,2.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,,3461.0,465.0,671.0,590.0,672.0,15376.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'],,8566.0,1522.0,1508.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,8566.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +180,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-09-25 09:12:22.000000,2024-08-21 07:05:41,3857.0,4.0,1185.0,194.0,2866.0,361.0,766.0,11111.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'],,4156.0,277.0,271.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,4156.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +181,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-10-02 18:13:14.000000,2024-10-02 18:09:29,1177.0,13.0,1269.0,148.0,177.0,265.0,1341.0,8710.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,149.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,['pytorch'],,13847.0,984.0,970.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,9599.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,250637.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +182,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-10-01 08:21:26.000000,2024-10-01 08:21:26,2935.0,15.0,1681.0,92.0,1683.0,236.0,1883.0,8600.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,33,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,['paddle'],,1579.0,1288.0,1281.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1579.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +183,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-10-01 05:08:11.000000,2024-09-23 04:48:53,6095.0,94.0,1169.0,122.0,1718.0,101.0,705.0,8375.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",94.0,33,True,2024-09-23 15:44:54.000,3.1.0,131.0,perspective-python,conda-forge/perspective,,['jupyter'],4606.0,45509.0,176.0,144.0,https://pypi.org/project/perspective-python,2024-09-23 15:44:54.000,26.0,17829.0,https://anaconda.org/conda-forge/perspective,2024-09-21 14:46:30.468,1202093.0,2.0,,,,,,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-09-23 15:43:29.269,6.0,4256.0,,,,,,,,,,,, +184,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-08-13 19:06:58.000000,2024-08-13 19:06:55,544.0,1.0,2389.0,282.0,159.0,325.0,319.0,8356.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",51.0,33,True,2024-05-05 04:42:09.000,3.10.4,59.0,SpeechRecognition,conda-forge/speechrecognition,,,,1115897.0,599.0,21.0,https://pypi.org/project/SpeechRecognition,2024-05-05 04:36:10.000,578.0,1111834.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,203187.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,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,7859.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,,,447.0,3254683.0,49286.0,48661.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,3230835.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1216030.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,2024-08-18 00:48:19.000000,2024-08-18 00:48:18,1815.0,14.0,796.0,127.0,285.0,473.0,337.0,7391.0,Uniform Manifold Approximation and Projection.,134.0,33,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,1362052.0,959.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,958.0,1311481.0,https://anaconda.org/conda-forge/umap-learn,2024-08-14 17:32:09.484,2629696.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +187,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-09-20 14:04:22.000000,2024-06-21 13:43:40,1379.0,,874.0,158.0,1730.0,150.0,865.0,7224.0,An open source python library for automated feature engineering.,73.0,33,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,81452.0,1850.0,1776.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,77463.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,207444.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +188,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-09-30 22:59:48.000000,2024-09-25 17:28:01,1221.0,1.0,1051.0,121.0,277.0,143.0,509.0,7214.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,,,,2367258.0,17529.0,17076.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2356433.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,790232.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +189,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-10-02 15:38:03.000000,2024-09-09 18:22:58,3283.0,8.0,960.0,136.0,665.0,56.0,1158.0,7054.0,Python library for audio and music analysis.,123.0,33,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,2889646.0,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2873687.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,813916.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +190,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-09-30 00:58:13.000000,2024-09-29 10:08:49,3493.0,377.0,1250.0,250.0,9576.0,986.0,1587.0,6550.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, Phi, MiniCPM,..",108.0,33,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,638.0,24268.0,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,24261.0,,,,2.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,,,, +191,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-09-30 09:44:19.000000,2024-09-30 06:17:56,3404.0,172.0,725.0,144.0,124.0,107.0,342.0,6237.0,Fit interpretable models. Explain blackbox machine learning.,46.0,33,True,2024-09-28 21:45:37.000,0.6.4,52.0,interpret,,,['jupyter'],,95103.0,802.0,753.0,https://pypi.org/project/interpret,2024-09-28 19:03:14.000,49.0,95103.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +192,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,,1118.0,191.0,238.0,277.0,285.0,5791.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,,,,348332.0,5525.0,5273.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,339144.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,441067.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +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,2024-09-26 22:44:27.000000,2024-09-26 22:36:43,1136.0,34.0,483.0,267.0,818.0,204.0,338.0,4846.0,Model interpretability and understanding for PyTorch.,119.0,33,True,2023-12-05 09:21:02.000,0.7.0,9.0,captum,conda-forge/captum,,['pytorch'],,261700.0,2404.0,2404.0,https://pypi.org/project/captum,,,259638.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,70129.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-08-14 15:31:25.000000,2023-11-23 21:41:49,1136.0,,644.0,89.0,271.0,41.0,253.0,4440.0,Geocoding library for Python.,133.0,33,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,83.0,6220354.0,894.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,894.0,6192327.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1457447.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +195,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-09-03 22:54:33.000000,2024-08-06 01:28:54,637.0,16.0,119.0,76.0,75.0,13.0,130.0,3782.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",19.0,33,True,2024-08-06 01:36:27.000,6.2.3,53.0,ftfy,conda-forge/ftfy,,,14.0,5634183.0,23577.0,23017.0,https://pypi.org/project/ftfy,2024-08-06 01:30:44.000,560.0,5627492.0,https://anaconda.org/conda-forge/ftfy,2024-08-06 18:05:02.848,301120.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +196,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-09-16 01:55:17.000000,2024-09-16 01:55:17,1355.0,24.0,316.0,58.0,244.0,66.0,446.0,3636.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,33,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,292237.0,920.0,890.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,272536.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1024452.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +197,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-09-30 12:29:41.000000,2024-09-30 12:29:40,1523.0,6.0,363.0,90.0,767.0,136.0,449.0,3304.0,Quickly and accurately render even the largest data.,56.0,33,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,162854.0,5012.0,4816.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,141232.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1146012.0,2.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,2024-09-12 08:34:28.551000,2024-08-15 21:14:21,1029.0,14.0,492.0,56.0,145.0,358.0,171.0,2778.0,A high performance implementation of HDBSCAN clustering.,92.0,33,True,2024-08-05 22:10:29.000,release-0.8.38-1,54.0,hdbscan,conda-forge/hdbscan,,['sklearn'],,640065.0,4409.0,4078.0,https://pypi.org/project/hdbscan,2024-08-05 22:21:39.000,331.0,595277.0,https://anaconda.org/conda-forge/hdbscan,2024-09-12 08:34:28.551,2149855.0,2.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,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,2741.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,,,,960827.0,6964.0,6596.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,945936.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,744575.0,1.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-10-02 07:53:20.000000,2024-10-02 07:53:08,3010.0,38.0,698.0,74.0,905.0,293.0,633.0,2708.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",127.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,537.0,108584.0,1228.0,1175.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,108574.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,2024-09-23 11:42:47.000000,2024-09-23 11:42:47,3754.0,36.0,192.0,49.0,1386.0,133.0,734.0,1994.0,Ahead of Time compiler for numeric kernels.,73.0,33,True,2024-05-28 05:22:14.000,0.16.1,61.0,pythran,conda-forge/pythran,,,,215365.0,2663.0,2644.0,https://pypi.org/project/pythran,2024-05-28 05:22:14.000,19.0,200758.0,https://anaconda.org/conda-forge/pythran,2024-09-03 03:38:51.615,715749.0,2.0,,,,,,,,,,,,,,,,,,,,,,pythran,python-pythran,, +202,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-08-17 22:59:08.823000,2024-07-30 13:52:24,1606.0,12.0,285.0,56.0,142.0,83.0,191.0,1828.0,"CUDA integration for Python, plus shiny features.",82.0,33,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,86012.0,3294.0,3137.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,72592.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,577066.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +203,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-09-28 14:28:05.000000,2024-09-28 14:28:05,1953.0,61.0,288.0,44.0,286.0,58.0,212.0,1543.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,,,,106233.0,854.0,762.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,92.0,98561.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,368268.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +204,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-08-21 06:38:39.000000,2024-07-22 07:57:37,1193.0,4.0,363.0,67.0,616.0,292.0,359.0,1486.0,A Jupyter - Leaflet.js bridge.,90.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,['jupyter'],,314768.0,11733.0,11449.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,283204.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1262178.0,2.0,,,,,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,7750.0,,,,,,,,,,,, +205,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-09-25 19:28:03.000000,2024-09-25 19:28:03,3080.0,26.0,359.0,54.0,1194.0,312.0,970.0,1414.0,Cartopy - a cartographic python library with matplotlib support.,127.0,33,True,2024-04-10 17:52:06.000,0.23.0,30.0,cartopy,conda-forge/cartopy,,,,398825.0,6424.0,5711.0,https://pypi.org/project/cartopy,2024-04-10 17:52:06.000,713.0,321997.0,https://anaconda.org/conda-forge/cartopy,2024-09-12 21:24:51.674,4071894.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +206,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,2.0,155.0,40.0,133.0,4.0,644.0,1170.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,33,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,10627644.0,3856.0,3807.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,10621869.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,236797.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +207,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-08-01 09:45:41.000000,2024-05-30 14:50:18,14882.0,,506.0,50.0,2314.0,405.0,962.0,746.0,Workflows and interfaces for neuroimaging packages.,256.0,33,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,218194.0,5117.0,4969.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,148.0,204424.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,688549.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +208,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-08-28 19:22:10.000000,2024-08-28 19:21:31,321.0,13.0,2982.0,151.0,54.0,134.0,140.0,19888.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-08-28 19:22:10.000,1.7.12,202.0,vit-pytorch,,,['pytorch'],,18266.0,545.0,532.0,https://pypi.org/project/vit-pytorch,2024-08-28 19:22:10.000,13.0,18266.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,1011.0,1869.0,363.0,658.0,17560.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,,,,3695.0,1018.0,1008.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3517.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,8723.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +210,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,11542.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,,,,398282.0,6603.0,6400.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,395838.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,229737.0,1.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,,1135.0,339.0,1683.0,523.0,1294.0,11191.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,,,,10736.0,16787.0,380.0,375.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,16657.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,283.0,3401.0,51.0,1494.0,10478.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'],,3348.0,258.0,253.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,3348.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +213,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,2311.0,217.0,251.0,125.0,417.0,10101.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,,,,1672107.0,552.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,531.0,1661495.0,https://anaconda.org/conda-forge/wordcloud,2024-09-16 13:29:20.331,541238.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +214,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-01 18:34:33.000000,2024-04-08 20:21:10,864.0,,1289.0,422.0,89.0,32.0,161.0,9757.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,['tensorflow'],,21744.0,1362.0,1343.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,21168.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,34014.0,3.0,,,,,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +215,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-09-30 16:34:15.000000,2024-09-30 16:34:14,1741.0,50.0,729.0,89.0,801.0,112.0,271.0,9450.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",51.0,32,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,26319.0,399.0,381.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,25601.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,30166.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-08-04 02:13:02.666000,2024-08-03 20:47:58,560.0,6.0,1206.0,170.0,436.0,68.0,474.0,8382.0,Automatic extraction of relevant features from time series:.,97.0,32,True,2024-08-03 20:51:43.000,0.20.3,32.0,tsfresh,conda-forge/tsfresh,,['sklearn'],,266435.0,114.0,21.0,https://pypi.org/project/tsfresh,2024-08-03 20:51:43.000,93.0,240192.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1390886.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +217,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,177.0,1152.0,27.0,1429.0,6730.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'],,9110.0,313.0,290.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,9110.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +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,6296.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'],184.0,14030.0,1617.0,1599.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,13711.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11446.0,3.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-10-02 16:04:37.000000,2024-10-02 16:04:33,204.0,22.0,1083.0,197.0,146.0,151.0,338.0,6158.0,Official Kaggle API.,47.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,227364.0,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,223650.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,182006.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +220,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-10-02 20:10:49.000000,2024-10-02 16:35:21,2213.0,21.0,315.0,44.0,2187.0,375.0,664.0,5165.0,Aim An easy-to-use & supercharged open-source experiment tracker.,76.0,32,True,2024-10-02 17:28:03.000,3.25.0,1113.0,aim,conda-forge/aim,,,,175905.0,727.0,689.0,https://pypi.org/project/aim,2024-10-02 20:10:49.000,38.0,173896.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,78357.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +221,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-09-11 22:07:01.000000,2024-09-11 22:02:54,3912.0,34.0,537.0,81.0,603.0,114.0,495.0,5024.0,Online machine learning in Python.,121.0,32,True,2024-07-09 19:24:30.000,0.21.2,22.0,river,conda-forge/river,,,,73518.0,614.0,560.0,https://pypi.org/project/river,2024-07-09 19:24:30.000,54.0,71609.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,80184.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +222,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-07-02 00:51:45.000000,2024-07-02 00:51:45,1646.0,,855.0,116.0,529.0,146.0,342.0,4868.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,107.0,32,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,['sklearn'],,630612.0,15476.0,15295.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,181.0,624269.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,323520.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-08-11 18:38:37.000000,2024-06-17 19:23:44,491.0,,619.0,64.0,223.0,223.0,162.0,4306.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,,,,989269.0,7124.0,6990.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,984165.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,234809.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +224,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-08-26 09:23:15.000000,2024-08-26 09:20:38,1348.0,4.0,380.0,69.0,371.0,102.0,460.0,4225.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,32,True,2024-08-26 09:23:15.000,0.8.6,30.0,sacred,conda-forge/sacred,,,,204714.0,3255.0,3195.0,https://pypi.org/project/sacred,2024-08-26 09:23:15.000,60.0,204527.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,6572.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +225,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-09-23 02:29:48.000000,2024-08-15 14:20:30,3331.0,10.0,548.0,120.0,381.0,72.0,743.0,4111.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,32,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,123797.0,358.0,339.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,121619.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,74079.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +226,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-10-03 15:19:21.000000,2024-10-03 10:50:41,1112.0,18.0,352.0,58.0,1379.0,121.0,184.0,3942.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,,,,81095.0,804.0,746.0,https://pypi.org/project/nevergrad,2024-09-25 16:43:58.000,58.0,80077.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,54000.0,2.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-10-03 00:44:05.000000,2024-09-30 11:53:45,1902.0,111.0,614.0,41.0,899.0,476.0,304.0,3896.0,Time series forecasting with PyTorch.,52.0,32,True,2024-09-09 09:36:07.000,1.1.1,36.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,55837.0,458.0,436.0,https://pypi.org/project/pytorch-forecasting,2024-09-09 09:36:07.000,22.0,54527.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,64205.0,2.0,,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,, +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,2024-09-27 22:14:33.000000,2024-09-27 22:14:33,3900.0,29.0,553.0,58.0,914.0,366.0,979.0,3539.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'],,265298.0,2536.0,2367.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,261961.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,176865.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,2024-10-03 11:34:38.000000,2024-08-14 20:32:21,1311.0,2.0,813.0,306.0,1470.0,331.0,518.0,3503.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'],,1197255.0,285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,1197255.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,2024-06-06 21:49:17.000000,2024-06-06 21:49:15,1186.0,,1663.0,153.0,210.0,12.0,693.0,3467.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'],,1949224.0,303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1947116.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,105443.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +231,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,22.0,447.0,93.0,126.0,91.0,348.0,3385.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,,,,192119.0,1278.0,1215.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,189058.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,146946.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +232,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,,274.0,46.0,828.0,102.0,285.0,3164.0,PyTorch extensions for high performance and large scale training.,75.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,['pytorch'],,560074.0,6522.0,6369.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,551462.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,301440.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +233,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-10-03 13:09:55.000000,2024-10-03 13:09:54,1254.0,58.0,256.0,29.0,1105.0,72.0,490.0,3061.0,A python library for self-supervised learning on images.,43.0,32,True,2024-09-24 08:48:24.000,1.5.13,127.0,lightly,,,['pytorch'],,30765.0,332.0,318.0,https://pypi.org/project/lightly,2024-09-24 08:50:32.000,14.0,30765.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,2024-10-02 13:16:06.886000,2024-10-01 21:19:30,966.0,9.0,393.0,38.0,151.0,46.0,248.0,2405.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'],,1327842.0,2442.0,2158.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1319995.0,https://anaconda.org/conda-forge/category_encoders,2024-10-02 13:16:06.886,282506.0,2.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,2024-09-05 19:07:36.000000,2024-09-05 19:07:36,2302.0,2.0,551.0,70.0,486.0,260.0,710.0,2349.0,Survival analysis in Python.,119.0,32,True,2024-06-26 15:36:45.000,0.29.0,171.0,lifelines,conda-forge/lifelines,,,,802930.0,3088.0,2938.0,https://pypi.org/project/lifelines,2024-06-26 15:36:45.000,150.0,795976.0,https://anaconda.org/conda-forge/lifelines,2024-06-27 16:03:16.815,368603.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +236,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,251.0,46.0,349.0,210.0,141.0,1982.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,,,,,2478995.0,13191.0,12788.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2478995.0,,,,1.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,1690.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'],,1177928.0,363.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,363.0,1177928.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,2024-09-25 16:29:21.000000,2024-09-25 16:23:34,731.0,15.0,331.0,45.0,384.0,72.0,235.0,1683.0,Training PyTorch models with differential privacy.,81.0,32,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,['pytorch'],120.0,226668.0,910.0,874.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,226142.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,17310.0,2.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,51.0,158.0,114.0,218.0,1619.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,885803.0,11666.0,11454.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,884166.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,150607.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,geocoder, +240,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-01 17:37:14.000000,2024-10-01 17:37:14,4364.0,113.0,303.0,79.0,670.0,17.0,634.0,1318.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,32,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,57561.0,1706.0,1657.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,46252.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,576796.0,3.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,2024-10-02 13:52:03.000000,2024-10-02 13:52:03,13999.0,236.0,290.0,34.0,1860.0,482.0,664.0,1055.0,Python package for earth-observing satellite data processing.,162.0,32,False,2024-08-15 13:27:18.000,0.51.0,96.0,satpy,conda-forge/satpy,,,,13319.0,173.0,143.0,https://pypi.org/project/satpy,2024-08-15 13:27:18.000,30.0,9047.0,https://anaconda.org/conda-forge/satpy,2024-08-15 19:19:25.115,222169.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +242,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-09-20 11:56:36.472000,2024-09-20 11:04:38,1963.0,13.0,234.0,18.0,300.0,53.0,285.0,873.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,,,,488861.0,1396.0,1269.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,485047.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,183094.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +243,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-10-02 14:51:27.000000,2024-10-02 14:51:27,14466.0,296.0,434.0,54.0,2221.0,191.0,800.0,702.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",164.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,41162.0,1365.0,1242.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,30776.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,508949.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +244,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-09-30 20:17:48.000000,2024-09-30 20:17:46,17279.0,40.0,111.0,28.0,3613.0,528.0,3412.0,526.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,,,,62118.0,517.0,422.0,https://pypi.org/project/datalad,2024-08-08 02:59:23.000,95.0,50185.0,https://anaconda.org/conda-forge/datalad,2024-08-08 08:36:45.951,620549.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +245,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-08-04 12:17:57.000000,2023-07-13 08:50:20,531.0,,2809.0,387.0,123.0,239.0,561.0,25701.0,Deezer source separation library including pretrained models.,19.0,31,False,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,['tensorflow'],3431697.0,78682.0,802.0,790.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,19911.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,93083.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +246,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,1.0,3735.0,752.0,1140.0,413.0,589.0,19116.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'],,6051.0,535.0,530.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,6051.0,,,,2.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,,1807.0,284.0,3507.0,417.0,1684.0,14001.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,18018.0,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,18018.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,2.0,2074.0,182.0,1006.0,574.0,727.0,12688.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'],794.0,5154.0,1733.0,1726.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5143.0,,,,2.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,2024-10-03 13:32:48.000000,2024-10-03 13:32:48,2961.0,18.0,2357.0,201.0,470.0,246.0,475.0,9715.0,FinRL: Financial Reinforcement Learning.,117.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,1165.0,48.0,48.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1165.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +250,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,,1559.0,287.0,434.0,293.0,639.0,9688.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'],,50560.0,3032.0,2994.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,45360.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,270414.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +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,457.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'],,7213.0,5031.0,5017.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,7213.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +252,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,,878.0,259.0,148.0,107.0,104.0,9220.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,,,,8201842.0,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,8196185.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,560116.0,2.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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,,1399.0,302.0,894.0,142.0,759.0,9124.0,AutoML library for deep learning.,143.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,['tensorflow'],18852.0,22803.0,749.0,736.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,22576.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +254,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,288.0,98.0,311.0,446.0,8581.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,940891.0,21269.0,1692.0,1673.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,9052.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,7929.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +255,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-10-03 14:31:54.000000,2024-09-28 10:51:50,1245.0,25.0,858.0,60.0,1016.0,256.0,1315.0,7954.0,A python library for user-friendly forecasting and anomaly detection on time series.,125.0,31,True,2024-06-19 16:52:35.000,0.30.0,43.0,u8darts,conda-forge/u8darts-all,,,,74987.0,10.0,,https://pypi.org/project/u8darts,2024-06-19 16:52:35.000,10.0,73487.0,https://anaconda.org/conda-forge/u8darts-all,2024-06-21 14:16:42.811,58159.0,2.0,unit8/darts,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,693.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-09-26 14:50:30.000000,2023-04-18 11:08:13,2759.0,,1269.0,215.0,720.0,196.0,829.0,7579.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'],62.0,19207.0,641.0,607.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,18599.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,25542.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +257,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-08-12 17:22:54.000000,2024-08-12 17:08:04,2710.0,2.0,1140.0,209.0,1051.0,25.0,615.0,6673.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'],,10925.0,415.0,411.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,10925.0,,,,2.0,,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +258,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-09-20 10:35:33.000000,2024-09-20 10:02:01,1094.0,3.0,385.0,81.0,538.0,62.0,457.0,5835.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']",,159189.0,1486.0,1401.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,143138.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,786545.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +259,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-09-22 11:00:43.000000,2024-09-22 11:00:40,620.0,2.0,714.0,110.0,192.0,18.0,350.0,5782.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,,,,2574049.0,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,2561780.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,625767.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +260,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,125.0,38.0,74.0,147.0,5498.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,['pytorch'],,834796.0,3965.0,3865.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,100.0,834464.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,17619.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +261,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,4531.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,,,,593125.0,46609.0,46179.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,430.0,589370.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,191531.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +262,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-10-03 15:31:12.000000,2024-10-03 14:48:21,15538.0,74.0,525.0,72.0,3623.0,888.0,1606.0,4178.0,cuML - RAPIDS Machine Learning Library.,177.0,31,True,2024-08-08 02:09:42.000,24.08.00,41.0,cuml,,,,,3031.0,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3031.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +263,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-08-08 15:36:05.000000,2024-08-08 15:36:05,1297.0,2.0,2506.0,1950.0,535.0,390.0,1077.0,4073.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,31,True,2024-08-05 21:53:53.000,1.57.0,104.0,azureml-sdk,,,,655.0,430693.0,31.0,,https://pypi.org/project/azureml-sdk,2024-08-05 21:53:53.000,31.0,430684.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +264,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,3420.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,17117.0,304470.0,281.0,263.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,304292.0,,,,3.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,,616.0,77.0,78.0,73.0,162.0,3300.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,,,,1709777.0,7263.0,7143.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1706846.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,258006.0,2.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-09-22 17:07:53.000000,2024-09-22 17:07:50,342.0,3.0,329.0,65.0,76.0,20.0,123.0,3142.0,A Python Perceptual Image Hashing Module.,26.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,1511575.0,14585.0,14344.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,241.0,1507404.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,396335.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +267,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-10-03 14:23:19.000000,2024-10-02 22:24:15,8240.0,312.0,347.0,83.0,9619.0,108.0,347.0,3001.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",120.0,31,True,2024-09-30 15:28:11.000,0.37.0,589.0,determined,,https://docs.determined.ai,"['pytorch', 'tensorflow']",11525.0,22452.0,4.0,,https://pypi.org/project/determined,2024-09-30 15:49:23.000,4.0,22212.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +268,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-10-02 08:36:03.000000,2024-10-01 06:55:06,1190.0,33.0,341.0,35.0,531.0,109.0,431.0,2976.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,,,,42445.0,226.0,209.0,https://pypi.org/project/neuralforecast,2024-09-20 17:38:31.000,17.0,41714.0,https://anaconda.org/conda-forge/neuralforecast,2024-09-20 23:37:40.226,22687.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +269,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,59.0,194.0,135.0,196.0,2891.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'],,481413.0,1510.0,1431.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,454181.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1416076.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-08-01 18:13:21.000000,2024-06-24 17:09:39,1087.0,,392.0,63.0,497.0,218.0,273.0,2848.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'],,277690.0,4536.0,4421.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,276640.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,39916.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +271,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-10-01 15:28:33.000000,2024-10-01 15:28:28,557.0,14.0,412.0,90.0,117.0,77.0,265.0,2218.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,,,,8916.0,1634.0,1624.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,7854.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,44644.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +272,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-01 16:51:28.000000,2024-10-01 16:51:23,947.0,34.0,135.0,23.0,431.0,155.0,290.0,2063.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,55.0,31,True,2024-09-18 17:10:13.000,0.11.7,51.0,equinox,,,['jax'],,194272.0,892.0,736.0,https://pypi.org/project/equinox,2024-09-18 17:10:13.000,156.0,194272.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +273,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-10-03 11:34:45.000000,2024-10-03 04:44:45,2149.0,205.0,408.0,32.0,2293.0,300.0,117.0,1889.0,Pytorch domain library for recommendation systems.,272.0,31,True,2024-07-23 18:00:18.000,0.8.0,77.0,torchrec-nightly-cpu,,,,,7230.0,139.0,139.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,7230.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,, +274,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-10-03 15:48:48.000000,2024-06-14 08:51:32,2450.0,,435.0,76.0,1270.0,154.0,682.0,1834.0,Gaussian processes in TensorFlow.,84.0,31,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,['tensorflow'],,78750.0,722.0,687.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,77692.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,33859.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +275,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-10-02 09:01:13.000000,2024-10-02 09:01:11,1255.0,59.0,186.0,21.0,176.0,47.0,137.0,1822.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,,,,,48613.0,591.0,573.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,48613.0,,,,2.0,,,,,,2.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-09-25 17:37:58.000000,2024-09-24 16:10:31,1080.0,1.0,232.0,35.0,255.0,62.0,273.0,1577.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,,,,2479457.0,9524.0,9371.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2454869.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1180230.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,2024-10-03 15:06:53.000000,2024-10-03 13:26:57,4321.0,159.0,49.0,171.0,572.0,152.0,460.0,1553.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,31,True,2024-08-21 16:52:52.000,4.4.1,78.0,lets-plot,,,,1052.0,30134.0,138.0,125.0,https://pypi.org/project/lets-plot,2024-08-21 16:33:28.000,13.0,30117.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +278,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-10-02 09:51:38.000000,2024-10-02 09:49:17,1611.0,32.0,167.0,18.0,842.0,110.0,455.0,1348.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,,,,90775.0,747.0,715.0,https://pypi.org/project/pyjanitor,2024-09-28 19:45:12.000,32.0,86764.0,https://anaconda.org/conda-forge/pyjanitor,2024-09-28 23:43:58.175,212606.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +279,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-09-25 20:47:09.000000,2024-09-25 20:47:05,1143.0,12.0,211.0,23.0,150.0,24.0,199.0,1121.0,Survival analysis built on top of scikit-learn.,21.0,31,False,2024-06-30 09:36:26.000,0.23.0,29.0,scikit-survival,conda-forge/scikit-survival,,['sklearn'],,134066.0,628.0,595.0,https://pypi.org/project/scikit-survival,2024-06-30 09:36:26.000,33.0,129820.0,https://anaconda.org/conda-forge/scikit-survival,2024-06-30 11:16:56.800,148617.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +280,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-10-03 00:29:52.000000,2024-09-30 07:51:07,720.0,29.0,105.0,25.0,577.0,357.0,450.0,1089.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",49.0,31,True,2024-09-27 16:52:43.000,0.11.0,76.0,hvplot,conda-forge/hvplot,,,,233163.0,6061.0,5859.0,https://pypi.org/project/hvplot,2024-09-27 13:31:34.000,202.0,220766.0,https://anaconda.org/conda-forge/hvplot,2024-09-30 07:58:27.071,644681.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +281,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-08-30 16:16:32.000000,2024-08-30 16:16:31,3374.0,9.0,239.0,50.0,406.0,74.0,277.0,1057.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-06-25 02:02:14.000,2024.2.7,102.0,pyopencl,conda-forge/pyopencl,,,,98993.0,2206.0,2033.0,https://pypi.org/project/pyopencl,2024-06-25 02:02:14.000,173.0,74042.0,https://anaconda.org/conda-forge/pyopencl,2024-06-26 04:14:07.618,1297465.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +282,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-10-02 17:44:20.000000,2024-10-02 17:44:19,11569.0,49.0,241.0,56.0,12286.0,239.0,2212.0,975.0,Cloud-native genomic dataframes and batch computing.,95.0,31,True,2024-08-12 18:22:08.000,0.2.130.post1,154.0,hail,,,['spark'],,51577.0,177.0,143.0,https://pypi.org/project/hail,2024-08-08 16:40:33.000,34.0,51577.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +283,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2024-10-02 08:27:02.000000,2024-10-01 10:58:50,3192.0,48.0,118.0,17.0,309.0,6.0,170.0,798.0,Python bindings for MPI.,27.0,31,True,2024-07-28 09:41:14.000,4.0.0,29.0,mpi4py,conda-forge/mpi4py,,,27007.0,860725.0,741.0,,https://pypi.org/project/mpi4py,2024-07-28 09:41:14.000,741.0,798813.0,https://anaconda.org/conda-forge/mpi4py,2024-09-04 08:05:36.172,2946401.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,2024-10-02 20:13:22.000000,2024-10-01 09:06:18,174406.0,3301.0,93.0,50.0,2319.0,91.0,286.0,684.0,TensorFlow ROCm port.,4714.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,['tensorflow'],24.0,5373.0,9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,5373.0,,,,3.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-09-13 08:21:34.000000,2024-09-12 22:24:23,593.0,22.0,38.0,10.0,75.0,10.0,26.0,218.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,31,False,2024-09-13 08:21:34.000,1.0.1,49.0,blis,conda-forge/cython-blis,,,180.0,11431546.0,49505.0,49404.0,https://pypi.org/project/blis,2024-09-13 08:21:34.000,101.0,11384934.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2283907.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +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,1250.0,557.0,840.0,2543.0,17506.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,,,,14704.0,1128.0,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,988.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +287,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,7.0,2583.0,298.0,938.0,238.0,690.0,15279.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,30,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,['pytorch'],719.0,3283.0,22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,3269.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +288,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-09-28 02:49:12.000000,2024-09-28 02:45:37,1186.0,9.0,1387.0,100.0,659.0,729.0,526.0,8330.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'],,6681.0,2738.0,2738.0,,,,,https://anaconda.org/conda-forge/nvidia-apex,2024-09-10 09:10:05.964,320691.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +289,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,5641.0,Portfolio and risk analytics in Python.,60.0,30,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,7717.0,1088.0,1074.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,7544.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13919.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,,1027.0,107.0,250.0,114.0,479.0,5273.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'],,177148.0,4327.0,4207.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,120.0,176540.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,21911.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +291,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,4024.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,,,,644776.0,6179.0,6029.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,638544.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,292924.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +292,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-09-27 18:07:36.000000,2024-09-27 18:07:34,1237.0,18.0,496.0,64.0,759.0,3.0,549.0,3707.0,On-device wake word detection powered by deep learning.,38.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,11381.0,69.0,34.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,11381.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +293,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,77.0,231.0,89.0,406.0,3533.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,1418.0,320771.0,1519.0,1490.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,303086.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,864537.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +294,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,9.0,248.0,64.0,56.0,9.0,,3367.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,,,1036.0,916168.0,7223.0,7124.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,902721.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,631479.0,2.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-09-23 10:52:39.000000,2024-09-23 10:52:39,478.0,2.0,737.0,121.0,127.0,69.0,371.0,3033.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,['sklearn'],,692638.0,2886.0,2799.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,87.0,686911.0,https://anaconda.org/conda-forge/hmmlearn,2024-09-11 23:07:53.942,280662.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +296,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-03 02:29:44.000000,2024-09-25 08:37:49,986.0,4.0,233.0,37.0,545.0,75.0,175.0,2866.0,JAX-based neural network library.,83.0,30,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,236926.0,2230.0,2063.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,167.0,236426.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,22001.0,3.0,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +297,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-09-17 14:57:15.000000,2024-09-17 14:57:14,1646.0,17.0,329.0,37.0,349.0,36.0,169.0,2717.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,38.0,30,True,2024-07-04 10:21:38.000,2.6.0,42.0,shapash,,,['jupyter'],,26480.0,177.0,173.0,https://pypi.org/project/shapash,2024-07-04 10:21:38.000,4.0,26480.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +298,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-09-28 05:29:21.000000,2024-09-28 04:31:20,1853.0,112.0,128.0,26.0,351.0,53.0,105.0,2150.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",53.0,30,True,2024-09-28 05:29:21.000,2.15.2,124.0,usearch,,,,26480.0,170692.0,158.0,123.0,https://pypi.org/project/usearch,2024-09-28 05:29:21.000,21.0,160808.0,,,,3.0,unum/usearch,https://hub.docker.com/r/unum/usearch,2024-09-28 04:33:06.403413,1.0,131.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-09-28 04:36:18.652,14.0,8223.0,,,,,,,,,,,, +299,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-10-03 10:15:39.000000,2024-09-23 23:49:58,1603.0,97.0,204.0,50.0,271.0,171.0,163.0,2134.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",44.0,30,True,2024-09-23 23:49:09.000,0.34.5,182.0,graphistry,,,['jupyter'],,5470.0,124.0,118.0,https://pypi.org/project/graphistry,2024-09-23 23:49:09.000,6.0,5470.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +300,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,229.0,1997.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,,,570.0,101478.0,1127.0,1091.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,97932.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,180627.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +301,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,377.0,50.0,136.0,38.0,426.0,1723.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,,,,12015.0,2632.0,283.0,268.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,2516.0,,,,1.0,,,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +302,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-10-03 11:56:59.000000,2024-10-03 11:41:49,2867.0,33.0,183.0,27.0,707.0,118.0,457.0,1633.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,30,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,213.0,8912.0,248.0,242.0,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,8908.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +303,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-10-01 04:43:39.000000,2024-09-07 12:53:56,949.0,1.0,431.0,86.0,234.0,57.0,241.0,1461.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,,,,1285652.0,3060.0,2622.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,1276642.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,360420.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +304,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-10-01 14:33:45.000000,2024-10-01 14:33:45,1137.0,8.0,247.0,48.0,535.0,31.0,185.0,1328.0,ARCH models in Python.,35.0,30,False,2024-09-24 09:58:38.000,7.1.0,48.0,arch,conda-forge/arch-py,,,,344925.0,2060.0,1953.0,https://pypi.org/project/arch,2024-09-24 09:58:38.000,107.0,337180.0,https://anaconda.org/conda-forge/arch-py,2024-09-24 16:15:26.723,402742.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +305,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-09-10 11:38:37.614000,2024-09-09 16:59:27,10782.0,41.0,245.0,38.0,1504.0,208.0,353.0,1244.0,Computations and statistics on manifolds with geometric structures.,92.0,30,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,https://geomstats.github.io/,,,3538.0,134.0,122.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,3406.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,3701.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +306,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,61.0,72.0,82.0,944.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,,,,15962165.0,106311.0,105784.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,527.0,15631876.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,12220723.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +307,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-09-27 19:27:52.000000,2024-09-24 16:01:52,16653.0,73.0,377.0,45.0,1649.0,306.0,2981.0,899.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,,,,7803.0,1478.0,24.0,22.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1418.0,,,,2.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,2024-09-10 22:31:48.000000,2024-09-10 22:30:54,1084.0,11.0,174.0,35.0,117.0,27.0,62.0,756.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,,,,22928854.0,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,22840320.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8676361.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +309,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-09-30 19:36:58.000000,2024-07-01 21:47:36,1690.0,,283.0,42.0,1421.0,290.0,371.0,702.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'],,1500082.0,61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,1500082.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +310,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,53.0,37.0,57.0,483.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,,,,2132990.0,24387.0,24252.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2114833.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,871556.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +311,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,,4862.0,647.0,375.0,504.0,436.0,15682.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,,,,,1063.0,585.0,582.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1063.0,,,,2.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,,3836.0,609.0,231.0,51.0,,14121.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,38269.0,2383.0,2309.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,38269.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +313,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-09-30 23:13:38.000000,2024-09-30 23:13:38,2289.0,28.0,2847.0,197.0,3737.0,1237.0,4182.0,12646.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",180.0,29,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,['paddle'],,454.0,2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,454.0,,,,2.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,46.0,101.0,94.0,9019.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'],,137043.0,86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,136229.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,42357.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,2024-10-03 14:24:22.000000,2024-10-03 14:24:22,1041.0,18.0,911.0,137.0,733.0,132.0,343.0,7037.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,92.0,29,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,40.0,54454.0,433.0,426.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,54454.0,https://anaconda.org/conda-forge/dowhy,,,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,6170.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'],,2002.0,759.0,752.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1831.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,8935.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +317,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,,1212.0,153.0,952.0,58.0,788.0,5816.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,['mxnet'],,73979.0,76.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,73979.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,2024-10-01 23:10:08.000000,2024-09-10 16:49:55,1635.0,25.0,830.0,145.0,1563.0,371.0,403.0,5054.0,Simple and Distributed Machine Learning.,120.0,29,True,2024-08-30 02:16:51.000,1.0.5,51.0,synapseml,,,,,245473.0,5.0,,https://pypi.org/project/synapseml,2024-08-30 02:13:37.000,5.0,245473.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,2024-10-01 06:25:01.000000,2024-10-01 03:37:26,624.0,8.0,770.0,84.0,351.0,55.0,341.0,5014.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,,,,,49106.0,223.0,221.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,49106.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +320,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-09-10 15:55:41.876000,2024-09-10 14:13:20,813.0,8.0,396.0,74.0,297.0,60.0,529.0,4724.0,Visualizer for pandas data structures.,30.0,29,True,2024-09-10 15:24:26.000,3.14.1,186.0,dtale,conda-forge/dtale,,"['pandas', 'jupyter']",,46022.0,1268.0,1224.0,https://pypi.org/project/dtale,2024-09-10 15:17:39.000,44.0,39700.0,https://anaconda.org/conda-forge/dtale,2024-09-10 15:55:41.876,335081.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +321,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-08-06 20:03:27.000000,2024-07-25 12:17:22,1473.0,2.0,744.0,75.0,1815.0,325.0,634.0,4567.0,Probabilistic time series modeling in Python.,117.0,29,True,2024-06-03 07:20:43.000,0.15.1,110.0,gluonts,anaconda/gluonts,,['mxnet'],,573392.0,31.0,,https://pypi.org/project/gluonts,2024-06-03 07:20:43.000,31.0,573366.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,955.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +322,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,4415.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,,,,129994.0,1449.0,1384.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,129365.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,25176.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +323,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,,874.0,148.0,132.0,136.0,104.0,4270.0,Technical Analysis Library using Pandas and Numpy.,34.0,29,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,186116.0,4262.0,4159.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,103.0,185446.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,29496.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +324,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,15.0,735.0,175.0,90.0,1.0,288.0,4247.0,A python wrapper for Alpha Vantage API for financial data.,44.0,29,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,36701.0,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,36535.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7481.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +325,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,4.0,568.0,43.0,541.0,14.0,,3991.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,29,True,2024-08-27 11:49:25.000,0.11.19,103.0,sahi,conda-forge/sahi,,,27604.0,183423.0,1395.0,1369.0,https://pypi.org/project/sahi,2024-07-10 10:19:56.000,26.0,180759.0,https://anaconda.org/conda-forge/sahi,2024-07-24 03:28:58.170,73367.0,2.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,,515.0,77.0,38.0,14.0,121.0,3913.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,,,,273585.0,18223.0,18101.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,221834.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,362259.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +327,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-09-16 21:51:17.000000,2024-09-13 01:42:25,1464.0,22.0,469.0,55.0,823.0,58.0,496.0,3829.0,NeuralProphet: A simple forecasting package.,56.0,29,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,['pytorch'],,136444.0,8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,136444.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +328,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-10-03 14:20:39.000000,2024-10-03 14:20:38,681.0,30.0,646.0,38.0,961.0,122.0,776.0,3684.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,29,True,2024-08-12 12:57:29.000,1.1.1,32.0,anomalib,,,,13958.0,46217.0,101.0,96.0,https://pypi.org/project/anomalib,2024-08-12 12:57:52.000,5.0,45807.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,2024-10-01 08:56:34.000000,2024-10-01 08:42:24,886.0,14.0,416.0,43.0,975.0,38.0,332.0,3667.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",51.0,29,True,2024-08-08 14:03:10.000,0.9.0,16.0,python-doctr,,,"['tensorflow', 'pytorch']",3823654.0,136735.0,12.0,,https://pypi.org/project/python-doctr,2024-08-08 14:03:10.000,12.0,49834.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +330,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-09-09 07:33:42.000000,2024-09-09 07:33:42,3663.0,3.0,463.0,102.0,1052.0,259.0,368.0,3616.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'],,203595.0,178.0,58.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,99.0,174862.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1388449.0,3.0,,,,,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2536.0,,,,,,,,,,,, +331,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,113.0,93.0,23.0,101.0,3514.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,,,,481571.0,3153.0,3122.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,481338.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,9346.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +332,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-07-11 06:05:21.000000,2024-07-11 06:02:00,993.0,9.0,590.0,95.0,338.0,20.0,759.0,3354.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,29,True,2024-07-11 06:11:27.000,1.1.0,76.0,pomegranate,conda-forge/pomegranate,,,,18054.0,1221.0,1162.0,https://pypi.org/project/pomegranate,2024-07-11 06:05:21.000,59.0,14787.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,173170.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +333,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,6.0,288.0,3340.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,29,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,1718.0,26215.0,625.0,610.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,26190.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +334,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,3062.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,,,,89.0,104534.0,201.0,198.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,104533.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +335,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,3024.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,['pandas'],,60490.0,11910.0,11801.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,60490.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,2024-09-30 11:30:32.000000,2024-09-30 11:30:32,1216.0,40.0,402.0,49.0,94.0,163.0,520.0,3017.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2024-09-10 16:36:20.000,1.1.11,94.0,mljar-supervised,conda-forge/mljar-supervised,,,,6319.0,133.0,129.0,https://pypi.org/project/mljar-supervised,2024-09-10 16:36:20.000,4.0,5769.0,https://anaconda.org/conda-forge/mljar-supervised,2024-09-10 16:42:21.786,22027.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +337,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-09-30 15:29:26.000000,2024-09-30 15:28:36,2305.0,8.0,714.0,79.0,206.0,198.0,469.0,2781.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'],,118613.0,14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,118613.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,95.0,1045.0,260.0,297.0,2556.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'],,98927.0,1633.0,1611.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,98927.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +339,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,357.0,82.0,168.0,217.0,148.0,2352.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,29,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,386049.0,6688.0,6533.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,381308.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,209618.0,3.0,,,,,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,710.0,,,,,,,,,,,, +340,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,,327.0,22.0,49.0,35.0,203.0,2301.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,,,,83482.0,551.0,541.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,82332.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,52914.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +341,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-10-01 13:02:53.000000,2024-10-01 13:02:45,487.0,10.0,288.0,64.0,122.0,22.0,105.0,1991.0,ffn - a financial function library for Python.,35.0,29,True,2024-08-06 13:45:28.000,1.1.0,37.0,ffn,conda-forge/ffn,,,,16521.0,510.0,492.0,https://pypi.org/project/ffn,2024-08-05 23:48:25.000,18.0,16234.0,https://anaconda.org/conda-forge/ffn,2024-08-06 14:03:54.464,12069.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +342,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,24.0,272.0,1925.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,,,,93077.0,1975.0,1953.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,92316.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,37316.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +343,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-09-24 10:24:40.000000,2024-09-24 10:24:40,879.0,15.0,412.0,38.0,908.0,160.0,320.0,1917.0,A Python package to assess and improve fairness of machine learning models.,84.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,['sklearn'],,166890.0,58.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,55.0,166117.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,36374.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +344,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,79.0,78.0,113.0,1802.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'],,127490.0,6574.0,6471.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,126355.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,86299.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +345,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-09-15 02:16:48.000000,2024-09-15 02:16:48,1062.0,3.0,222.0,51.0,208.0,32.0,289.0,1688.0,A full spaCy pipeline and models for scientific/biomedical documents.,34.0,29,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,22275.0,1001.0,967.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,34.0,22275.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +346,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-09-04 22:25:36.166000,2024-09-04 10:38:43,1254.0,2.0,138.0,31.0,117.0,35.0,269.0,1606.0,Statistical package in Python based on Pandas.,46.0,29,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,139373.0,2554.0,2398.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,136789.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,134412.0,3.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,2024-06-05 08:48:15.000000,2024-06-05 08:42:47,1478.0,,163.0,32.0,252.0,,,1342.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'],,548246.0,1961.0,1874.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,548246.0,https://anaconda.org/conda-forge/spacy-transformers,,,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,2024-09-18 16:05:13.000000,2024-09-18 16:03:14,147.0,8.0,120.0,24.0,109.0,46.0,77.0,1266.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,,,,451479.0,3299.0,3250.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,450663.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,40822.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +349,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,26.0,39.0,9.0,130.0,1256.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'],,194172.0,624.0,606.0,https://pypi.org/project/prince,2024-09-07 18:34:31.000,18.0,193823.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,20613.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +350,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-10-03 12:37:15.000000,2024-08-13 21:16:30,3511.0,190.0,125.0,10.0,622.0,19.0,150.0,1093.0,Time series forecasting with machine learning models.,14.0,29,True,2024-08-01 13:18:23.000,0.13.0,28.0,skforecast,,,['sklearn'],,75599.0,343.0,328.0,https://pypi.org/project/skforecast,2024-08-01 12:24:50.000,15.0,75599.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +351,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-08-08 16:10:29.000000,2024-08-08 16:10:29,495.0,1.0,121.0,32.0,130.0,27.0,75.0,913.0,Python bindings and utilities for GeoJSON.,56.0,29,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,3027296.0,19051.0,18350.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,701.0,2984628.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,853364.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +352,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,12.0,149.0,50.0,59.0,21.0,70.0,839.0,Computer Vision in Python.,35.0,29,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,33909.0,1417.0,1354.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,24311.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,499113.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-10-01 15:59:32.000000,2024-09-30 12:28:02,845.0,15.0,75.0,25.0,404.0,103.0,241.0,592.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,,,,19215.0,1184.0,1125.0,https://pypi.org/project/geoviews,2024-09-16 16:00:44.000,59.0,14188.0,https://anaconda.org/conda-forge/geoviews,2024-09-17 10:57:22.057,246350.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-10-02 12:46:58.862000,2024-09-26 12:17:28,2097.0,7.0,63.0,18.0,1633.0,30.0,213.0,575.0,The experiment tracker for foundation model training.,54.0,29,True,2024-10-02 08:04:08.000,1.12.0,210.0,neptune-client,conda-forge/neptune-client,,,,508676.0,684.0,607.0,https://pypi.org/project/neptune-client,2024-10-02 08:04:08.000,77.0,503409.0,https://anaconda.org/conda-forge/neptune-client,2024-10-02 12:46:58.862,279195.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +355,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,7350.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'],,90381.0,273.0,265.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,90381.0,,,,3.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,1.0,1338.0,172.0,46.0,80.0,241.0,7032.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'],,67303.0,31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,67303.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +357,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,145.0,100.0,87.0,310.0,6367.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,,,,90112.0,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,82018.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,412827.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,,1190.0,210.0,92.0,201.0,122.0,5833.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,,,,,15700.0,520.0,508.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,15700.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,,1362.0,200.0,158.0,49.0,227.0,5517.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'],,1317.0,795.0,789.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1317.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +360,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,271.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'],25.0,1266.0,331.0,329.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1266.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +361,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,,459.0,73.0,63.0,110.0,57.0,4822.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,,,,,374377.0,2947.0,2925.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,374377.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +362,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,208.0,157.0,358.0,4735.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,,,,346097.0,1575.0,1543.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,343322.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,224779.0,2.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,2024-10-01 23:47:54.000000,2024-10-01 23:47:53,6174.0,21.0,528.0,147.0,1943.0,338.0,1381.0,4535.0,ArrayFire: a general purpose GPU library.,94.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,7013.0,3192.0,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3130.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,218.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,,,,,1989.0,1073.0,1061.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1989.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,2024-09-25 09:06:07.000000,2024-02-22 12:17:17,1487.0,,249.0,20.0,1746.0,248.0,726.0,3581.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,,,,1202.0,87769.0,437.0,425.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,12.0,87736.0,,,,2.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-09-17 20:09:27.000000,2024-09-17 20:08:40,1205.0,4.0,420.0,83.0,55.0,62.0,203.0,3480.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'],,1522.0,219.0,216.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1313.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,9851.0,2.0,,,,,,,,google-deepmind/acme,,,,,,,,,,,,,,,,, +367,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,,370.0,83.0,65.0,156.0,189.0,3285.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,,,,14954.0,502.0,485.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,7088.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,715871.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,,387.0,46.0,1085.0,2.0,353.0,3279.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,['pytorch'],,25506.0,1220.0,1190.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,25506.0,,,,2.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,2.0,334.0,45.0,121.0,72.0,137.0,2939.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,,,,119044.0,1361.0,1308.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,117256.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,84039.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +370,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,61.0,933.0,325.0,747.0,2936.0,StellarGraph - Machine Learning on Graphs.,37.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,['tensorflow'],,14830.0,289.0,278.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,14830.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +371,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-01 13:46:57.000000,2024-10-01 13:46:57,3630.0,36.0,522.0,108.0,361.0,388.0,688.0,2823.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,,,,,15898.0,801.0,781.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,15898.0,,,,3.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-09-24 01:23:55.000000,2024-09-24 01:23:52,3553.0,9.0,333.0,154.0,1182.0,35.0,60.0,2722.0,Neural Network Libraries.,76.0,28,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,979.0,4336.0,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,4325.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +373,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,5.0,411.0,124.0,144.0,198.0,247.0,2643.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,,,,244307.0,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,241012.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,69204.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +374,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-09-02 22:27:25.000000,2024-07-02 07:21:59,2916.0,,997.0,123.0,525.0,65.0,300.0,2584.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,28,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,['jupyter'],,512075.0,112.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,112.0,488886.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1113113.0,2.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,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'],,422563.0,5523.0,5438.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,420436.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,185128.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,67.0,209.0,2365.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'],,13199.0,338.0,331.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,13199.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,14.0,28.0,47.0,2302.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,393701.0,11796.0,11641.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,393701.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +378,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-08-05 07:13:17.000000,2024-05-21 10:49:30,727.0,,221.0,40.0,546.0,136.0,235.0,2215.0,"Algorithms for outlier, adversarial and drift detection.",23.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,65957.0,486.0,479.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,65957.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +379,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,,196.0,34.0,73.0,27.0,52.0,1557.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,False,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,['pytorch'],,1887713.0,3795.0,3758.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1887094.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,27888.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +380,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-09-23 20:40:57.000000,2024-09-23 18:45:00,1017.0,35.0,592.0,106.0,292.0,22.0,300.0,1555.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,28,True,2024-09-23 20:40:57.000,2.12.0,34.0,tabpy,anaconda/tabpy-client,,,,7178.0,179.0,177.0,https://pypi.org/project/tabpy,2024-09-23 20:40:57.000,2.0,7127.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4601.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +381,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-09-25 00:22:42.000000,2024-09-25 00:22:36,832.0,2.0,320.0,120.0,785.0,225.0,168.0,1486.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'],,933473.0,45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,933473.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +382,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-09-13 08:50:44.958000,2024-08-13 10:02:03,694.0,3.0,158.0,22.0,126.0,5.0,131.0,1453.0,"Extensible, parallel implementations of t-SNE.",12.0,28,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,42848.0,928.0,881.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,36552.0,https://anaconda.org/conda-forge/opentsne,2024-09-13 08:50:44.958,314801.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +383,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-08-28 13:05:22.000000,2024-08-28 13:05:21,610.0,18.0,417.0,31.0,51.0,16.0,128.0,1430.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,,,,,26039.0,689.0,658.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,26039.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +384,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-10-03 10:06:40.000000,2024-10-03 10:06:38,2138.0,224.0,105.0,9.0,823.0,106.0,835.0,1347.0,"dstack is an open-source alternative to Kubernetes, designed to simplify development, training, and deployment of AI..",34.0,28,True,2024-09-30 10:29:42.000,0.18.16,232.0,dstack,,,,,6912.0,15.0,15.0,https://pypi.org/project/dstack,2024-09-30 10:04:56.000,,6912.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +385,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,1268.0,A research toolkit for particle swarm optimization in Python.,45.0,28,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,34226.0,457.0,435.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,34226.0,,,,2.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,2024-09-23 20:28:23.000000,2024-09-23 20:28:19,536.0,13.0,115.0,26.0,386.0,31.0,286.0,1261.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-07-10 14:32:19.000,0.9.1,52.0,scikit-lego,conda-forge/scikit-lego,,['sklearn'],,26439.0,172.0,161.0,https://pypi.org/project/scikit-lego,2024-07-10 14:08:28.000,11.0,25388.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,55736.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,2024-10-01 20:44:24.000000,2024-10-01 20:44:24,1484.0,28.0,274.0,72.0,107.0,33.0,55.0,1256.0,Model analysis tools for TensorFlow.,58.0,28,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,"['tensorflow', 'jupyter']",,222289.0,19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,19.0,222289.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,1238.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,,,,277814.0,2865.0,2827.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,276902.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,49269.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +389,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,1.0,268.0,34.0,38.0,1.0,497.0,1226.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'],,10299.0,555.0,551.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,10299.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +390,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'],,3942157.0,311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3911803.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2306940.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +391,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-09-03 21:38:15.000000,2023-02-20 00:24:10,1723.0,,185.0,41.0,175.0,65.0,174.0,942.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'],,88979.0,96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,80749.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,597215.0,3.0,,,,,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2317.0,,,,,,,,,,,, +392,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,879.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,,,,1481561.0,8082.0,7926.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1441770.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2029342.0,3.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-08-18 16:23:07.000000,2024-05-12 22:59:32,3715.0,,327.0,65.0,690.0,36.0,533.0,835.0,The Classical Language Toolkit.,121.0,28,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,94.0,4650.0,288.0,273.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,4650.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +394,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,2.0,106.0,16.0,196.0,119.0,139.0,701.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",34.0,28,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,20019.0,5752563.0,43447.0,42667.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,5752407.0,https://anaconda.org/anaconda/pysoundfile,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +395,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,,58.0,13.0,207.0,12.0,187.0,338.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,,,,798921.0,10191.0,10031.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,160.0,767010.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2903946.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +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,,1131.0,239.0,455.0,72.0,264.0,18012.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,,,,45902.0,,,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,45492.0,,,,2.0,remnux/ciphey,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,25856.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,2024-06-16 11:20:30.000000,2024-06-16 11:20:30,100.0,,1815.0,206.0,74.0,113.0,37.0,10534.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,,,,,67162.0,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,67162.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +398,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-05-06 20:38:27.000000,2024-05-06 20:36:49,342.0,,1367.0,425.0,50.0,102.0,87.0,10521.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-05-06 20:38:27.000,4.0.9,47.0,dopamine-rl,,,['tensorflow'],,36669.0,31.0,21.0,https://pypi.org/project/dopamine-rl,2024-05-06 20:38:27.000,10.0,36669.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +399,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,50.0,231.0,8002.0,StarCraft II Learning Environment.,39.0,27,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,31861.0,2820.0,843.0,817.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2450.0,,,,3.0,,,,,,,,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +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,,1523.0,131.0,51.0,163.0,141.0,7874.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'],4198612.0,237405.0,73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,161067.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +401,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,7327.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'],2471.0,2688.0,11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,2663.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +402,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,,1354.0,350.0,14.0,42.0,66.0,6404.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,22006.0,1429.0,1421.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,22006.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +403,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,6337.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",122.0,27,False,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,13.0,2323.0,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,2323.0,,,,3.0,,,,,,,,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +404,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,791.0,141.0,356.0,4770.0,Deep Learning Visualization Toolkit.,33.0,27,False,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,['paddle'],451.0,162774.0,84.0,2.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,82.0,162766.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +405,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,1.0,942.0,53.0,57.0,73.0,108.0,4465.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'],1299510.0,92437.0,2303.0,2252.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,70412.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +406,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,4406.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,,,,331985.0,9312.0,9215.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,331644.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,14701.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +407,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,,740.0,58.0,1015.0,187.0,742.0,4301.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'],,9557.0,168.0,164.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,9557.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +408,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,104.0,618.0,98.0,608.0,4276.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'],,374809.0,105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,373135.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,83748.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +409,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,43.0,4006.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'],,202332.0,16210.0,16075.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,202332.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +410,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']",,717492.0,5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,717074.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,24290.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +411,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-09-25 12:12:06.000000,2024-09-14 13:26:49,1669.0,20.0,670.0,44.0,28.0,9.0,553.0,3445.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'],,2466.0,23.0,23.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,2466.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +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,,1130.0,166.0,215.0,49.0,146.0,3284.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,,,,1996.0,713.0,708.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1721.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22034.0,3.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,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,272.0,52.0,21.0,41.0,97.0,2928.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,81991.0,2563.0,2533.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,81213.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,34245.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +414,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,,748.0,181.0,75.0,21.0,565.0,2810.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,,,,50890.0,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,50147.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,46869.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +415,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,,421.0,46.0,366.0,22.0,350.0,2733.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,,,,4819.0,643.0,629.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4529.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,14837.0,2.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,,256.0,27.0,1132.0,77.0,224.0,2630.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'],415170.0,16075.0,147.0,147.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,699.0,,,,3.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,2024-08-22 18:44:14.000000,2024-08-22 18:30:45,140.0,18.0,336.0,31.0,327.0,40.0,341.0,2542.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,13.0,27,True,2024-08-10 15:47:41.000,1.0.0,21.0,adapter-transformers,,,['huggingface'],,21478.0,113.0,101.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,21478.0,,,,3.0,,,,,,,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +418,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,166.0,94.0,136.0,358.0,2486.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,,,,,1120.0,28.0,26.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,1120.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +419,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,2209.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,,,,33524.0,1934.0,1868.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,31695.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,162823.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +420,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-10-03 13:46:17.000000,2023-06-01 12:18:23,739.0,,320.0,44.0,44.0,99.0,56.0,2203.0,A modular active learning framework for Python.,20.0,27,False,2024-10-03 13:46:17.000,0.64.167,1287.0,modAL,,,['sklearn'],41.0,439886.0,56.0,,https://pypi.org/project/modAL,2024-10-03 13:46:17.000,56.0,439886.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +421,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-04-26 00:01:37.000000,2021-07-09 11:06:18,56.0,,523.0,43.0,25.0,74.0,38.0,2200.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,27,False,2021-07-09 11:16:39.000,0.1.1,11.0,mtcnn,conda-forge/mtcnn,,['tensorflow'],,107654.0,6192.0,6121.0,https://pypi.org/project/mtcnn,2021-07-09 11:16:39.000,71.0,107421.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13097.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +422,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,2176.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'],,13028.0,385.0,379.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,13028.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +423,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-09-26 12:27:55.000000,2024-09-23 17:14:22,14660.0,13.0,85.0,42.0,58.0,13.0,78.0,2158.0,The friendly PIL fork.,435.0,27,False,,,72.0,pillow-simd,,,,,36552.0,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,36552.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +424,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-09-26 09:03:32.000000,2024-09-26 09:03:28,2253.0,174.0,135.0,27.0,254.0,5.0,42.0,2018.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,,,,,5903.0,185.0,171.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,5903.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +425,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,,281.0,40.0,495.0,172.0,151.0,1785.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,27,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,514.0,159570.0,189.0,181.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,159564.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +426,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,1740.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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,['pytorch'],,2575.0,304.0,299.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1990.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,22244.0,2.0,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +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,53.0,446.0,6.0,402.0,1734.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'],,18727.0,231.0,228.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,18635.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3901.0,2.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,2024-10-03 15:40:15.000000,2024-10-03 13:51:54,6589.0,110.0,298.0,44.0,2923.0,178.0,1571.0,1681.0,cuGraph - RAPIDS Graph Analytics Library.,116.0,27,True,2024-08-08 02:37:35.000,24.08.00,39.0,cugraph,conda-forge/libcugraph,,,,829.0,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,269.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,23522.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,,,,,2442.0,408.0,406.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,2442.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +430,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,50.0,44.0,99.0,114.0,1389.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,27,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,['tensorflow'],1686729.0,72214.0,573.0,565.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,37784.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,331.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +431,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-06-22 10:18:00.000000,2024-06-22 10:17:04,858.0,,270.0,78.0,487.0,53.0,202.0,1382.0,Underthesea - Vietnamese NLP Toolkit.,19.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,7077.0,17751.0,1208.0,1197.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,17672.0,,,,2.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,9.0,165.0,49.0,164.0,25.0,384.0,1366.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,,,,22049.0,189.0,182.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,21686.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,16360.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,1.0,202.0,43.0,258.0,68.0,213.0,1309.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,,,,,2975.0,464.0,437.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2975.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +434,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,,396.0,71.0,89.0,36.0,26.0,1285.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,,,,24526.0,1520.0,1464.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,24163.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,29095.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +435,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,,175.0,25.0,36.0,1.0,116.0,1250.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'],,109375.0,1692.0,1671.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,109375.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +436,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,118.0,152.0,1239.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,,,,126816.0,549.0,492.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,114689.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,1030810.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +437,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,1166.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,,,600.0,29793.0,770.0,738.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,28041.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,89082.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +438,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,12.0,121.0,31.0,425.0,80.0,334.0,1064.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,,,,25084.0,156.0,146.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,24273.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,37343.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +439,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-09-10 20:53:34.000000,2024-09-10 20:53:34,939.0,3.0,211.0,58.0,103.0,45.0,174.0,984.0,Input pipeline framework.,29.0,27,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,['tensorflow'],,476223.0,18.0,,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,18.0,476223.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +440,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,,236.0,61.0,249.0,22.0,367.0,976.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,,,312.0,30419.0,620.0,586.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,29742.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,32370.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +441,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,1.0,255.0,40.0,513.0,279.0,257.0,894.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,,,,132908.0,1199.0,1106.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,116065.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,892729.0,3.0,,,,,,-2.0,,,,,,,,,,,,,,,,,,, +442,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,6.0,139.0,25.0,487.0,17.0,140.0,868.0,A Comparative Framework for Multimodal Recommender Systems.,22.0,27,True,2024-08-15 06:25:57.000,2.2.2,59.0,cornac,conda-forge/cornac,,,,54906.0,254.0,236.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,43830.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,575971.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +443,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,788.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,897432.0,3931.0,3854.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,897243.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,6806.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +444,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'],,243406.0,8032.0,7893.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,242652.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40768.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +445,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,,1203.0,184.0,213.0,30.0,534.0,9262.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,,,,,13157.0,292.0,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +446,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,7.0,814.0,141.0,1571.0,122.0,125.0,8066.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,,,,,5455.0,176.0,175.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,5455.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +447,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,37.0,1544.0,137.0,3616.0,55.0,1976.0,5664.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,,,,,,,,,,,,,,,,,,,,,,,,, +448,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,5583.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1698055.0,1848.0,1792.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1697668.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,19742.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +449,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,5060.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,,,,,8375.0,834.0,822.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8375.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,,982.0,242.0,217.0,51.0,203.0,4517.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,,,,1098.0,62.0,61.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1004.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,3979.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +451,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,3029.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,,,,1682.0,,,,,,,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,145551.0,3.0,shogun/shogun,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1516.0,,,,,,,,,shogun,,,,,,,,,,, +452,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,3023.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'],,159273.0,86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,158998.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,11556.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +453,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,2.0,381.0,38.0,522.0,59.0,217.0,2921.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,26,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,4387.0,311.0,300.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,4214.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8477.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +454,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-06-02 15:40:01.000000,2024-06-02 15:40:01,251.0,,330.0,30.0,322.0,82.0,39.0,2871.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,26,True,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,['sklearn'],,18064.0,1096.0,1095.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,17972.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3528.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +455,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,,233.0,50.0,482.0,45.0,70.0,2802.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,84.0,30564.0,262.0,259.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,30563.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +456,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,2780.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,,,,77459.0,1134.0,1129.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,77191.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16089.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +457,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,167.0,164.0,113.0,2754.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,,,,172669.0,61.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,61.0,170828.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,163867.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +458,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,43.0,89.0,240.0,2736.0,Learning to Rank in TensorFlow.,34.0,26,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,['tensorflow'],,102403.0,15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,102403.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +459,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-01 12:31:58.000000,2023-07-23 14:42:27,191.0,,481.0,38.0,249.0,52.0,288.0,2604.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'],,41393.0,11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,41154.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,8147.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +460,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,,827.0,90.0,286.0,199.0,103.0,2418.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,,,,34421.0,520.0,488.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,34123.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,14642.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +461,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,56.0,659.0,147.0,225.0,2391.0,Algorithms for explaining machine learning models.,22.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,17465.0,682.0,657.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,17465.0,,,,2.0,,,,,,-2.0,,,,,,,,,,,,,,,,,,, +462,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,,337.0,77.0,55.0,169.0,68.0,2309.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,35832.0,1417.0,1368.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,35832.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +463,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,2233.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,,,,18517.0,634.0,629.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,17375.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,98259.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +464,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,160.0,13.0,92.0,2132.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,,,,,64622.0,739.0,720.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,64622.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +465,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'],260304.0,112438.0,2294.0,2280.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,108423.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,519.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +466,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-09-20 02:51:44.000000,2024-09-20 02:51:40,888.0,16.0,444.0,60.0,357.0,117.0,92.0,1927.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'],173.0,24666.0,21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,24664.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +467,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-09-04 08:38:12.000000,2024-08-31 13:01:11,360.0,22.0,307.0,1.0,1.0,1.0,,1841.0,Feature engineering package with sklearn like functionality.,49.0,26,True,2024-08-31 13:22:28.000,1.8.1,41.0,feature_engine,conda-forge/feature_engine,,,,171931.0,159.0,,https://pypi.org/project/feature_engine,2024-08-31 13:22:28.000,159.0,170787.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,57243.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +468,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,1820.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,,,,48.0,1229.0,482.0,480.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,1229.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +469,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,25.0,81.0,46.0,35.0,1758.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,,,,176500.0,738.0,693.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,175750.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,27008.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +470,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-06-21 10:56:28.000000,2024-06-03 08:29:10,3912.0,,287.0,29.0,578.0,92.0,721.0,1755.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,80.0,26,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,35.0,2001.0,108.0,105.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,2001.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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,196.0,32.0,20.0,3.0,91.0,1711.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,,,,49712.0,767.0,756.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,48030.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,63928.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +472,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-10-02 04:20:21.000000,2024-10-02 04:14:30,999.0,47.0,266.0,43.0,845.0,79.0,66.0,1658.0,A lightweight library for PyTorch training tools and utilities.,132.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,['pytorch'],,5334.0,24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5334.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,2023-11-29 15:04:03.000000,2023-08-12 06:34:27,161.0,,275.0,51.0,87.0,22.0,191.0,1593.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'],,34083.0,672.0,653.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,33934.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,7786.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,,309.0,28.0,380.0,56.0,155.0,1570.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'],,2907.0,61.0,60.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,2907.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +475,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-10-03 16:01:09.000000,2023-06-07 07:35:59,3033.0,,123.0,35.0,359.0,12.0,187.0,1445.0,Multi-class confusion matrix library in Python.,17.0,26,False,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,39807.0,363.0,339.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,24.0,39807.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +476,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-09-21 21:59:47.000000,2024-09-21 13:36:46,1061.0,3.0,119.0,24.0,116.0,36.0,56.0,1374.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,26,True,2024-07-02 18:00:43.000,1.4.6,49.0,imodels,,,,,39906.0,114.0,105.0,https://pypi.org/project/imodels,2024-07-02 18:00:43.000,9.0,39906.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +477,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,2.0,343.0,31.0,2279.0,86.0,229.0,1346.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']",,10408.0,6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,10408.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +478,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-10-02 16:50:38.000000,2024-10-02 15:12:44,2134.0,93.0,388.0,58.0,542.0,176.0,257.0,1241.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']",,1269.0,,,https://pypi.org/project/hls4ml,2023-12-19 21:00:58.000,,1092.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,8673.0,2.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,2024-10-03 16:08:43.000000,2024-10-02 19:52:43,2538.0,95.0,94.0,19.0,1123.0,76.0,233.0,1132.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,,,,,23153.0,28.0,24.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,23153.0,,,,3.0,,,,,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +480,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,927.0,Gaussian Process Optimization using GPy.,50.0,26,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,27848.0,569.0,532.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,27848.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +481,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,919.0,A scikit-learn based module for multi-label et. al. classification.,28.0,26,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,['sklearn'],,50452.0,1794.0,1769.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,50452.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +482,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-10-03 01:29:04.000000,2024-10-03 00:42:09,971.0,8.0,169.0,47.0,88.0,37.0,144.0,758.0,Library for exploring and validating machine learning data.,27.0,26,True,2024-10-03 00:57:52.000,1.16.0,47.0,tensorflow-data-validation,,,"['tensorflow', 'jupyter']",863.0,198324.0,31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-03 01:29:04.000,31.0,198313.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +483,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-09-21 16:06:04.000000,2024-09-21 16:05:44,484.0,7.0,49.0,9.0,65.0,191.0,251.0,636.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,,,,72065.0,878.0,801.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,69362.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,129782.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +484,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-03 00:32:57.000000,2024-10-03 00:31:50,356.0,25.0,96.0,20.0,145.0,36.0,98.0,627.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'],39.0,655406.0,91.0,84.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,655406.0,,,,3.0,,,,,,,,mrpowers-io/quinn,,,,,,,,,,,,,,,,, +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-01 23:08:54.000000,2024-10-01 22:23:18,849.0,4.0,145.0,29.0,96.0,49.0,75.0,616.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,19.0,26,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,2669.0,77490.0,596.0,565.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,77451.0,,,,3.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,,154.0,18.0,717.0,27.0,208.0,500.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,,,,10853.0,386.0,369.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,9610.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,82051.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +487,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,79.0,30.0,9.0,7.0,7.0,78.0,342.0,Multiple Imputation with LightGBM in Python.,8.0,26,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,62632.0,170.0,161.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,62246.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,15074.0,1.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,,801.0,168.0,1588.0,145.0,74.0,6340.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'],403.0,312.0,21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,307.0,,,,3.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,,966.0,181.0,328.0,338.0,294.0,5791.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,,,,3830.0,532.0,135.0,135.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,486.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +490,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,974.0,46.0,34.0,65.0,112.0,5213.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'],,5568.0,242.0,227.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,5568.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +491,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2024-10-01 18:05:02.000000,2024-10-01 18:05:02,3687.0,75.0,615.0,92.0,4049.0,235.0,1403.0,5092.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,93.0,25,True,2024-09-30 16:53:23.000,1.42.0,83.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +492,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-09-20 14:28:38.000000,2024-09-20 13:39:24,222.0,4.0,298.0,78.0,179.0,24.0,54.0,4949.0,"A data augmentations library for audio, image, text, and video.",36.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,2793.0,145.0,141.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2793.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +493,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,658.0,158.0,130.0,83.0,101.0,4653.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'],,851.0,789.0,783.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,851.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +494,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,4135.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.0,25,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,8655.0,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,8655.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +495,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,3890.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,,,,,3473.0,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,3473.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +496,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,,917.0,176.0,386.0,33.0,430.0,3836.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'],,119.0,17.0,17.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,119.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +497,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2024-10-03 01:38:23.000000,2024-06-26 19:01:50,1492.0,,353.0,68.0,1439.0,109.0,85.0,3473.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,25,True,2024-06-26 16:33:42.000,1.2,17.0,lit-nlp,conda-forge/lit-nlp,,,,5658.0,41.0,38.0,https://pypi.org/project/lit-nlp,2024-06-26 16:32:34.000,3.0,3832.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,89489.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +498,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,8.0,603.0,41.0,1012.0,283.0,707.0,3373.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'],,52941.0,2.0,,https://pypi.org/project/recbole,2023-10-31 12:52:34.000,2.0,52810.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,6159.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +499,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2024-09-17 13:21:51.000000,2024-08-17 14:22:50,2847.0,45.0,1239.0,134.0,1114.0,50.0,83.0,3358.0,a distributed deep learning platform.,91.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,,,,78.0,4.0,4.0,,,,,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,799.0,3.0,apache/singa,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8049.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-09-27 21:49:19.000000,2024-09-27 21:49:19,477.0,7.0,276.0,51.0,475.0,70.0,260.0,3334.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,693.0,8410.0,7.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,7.0,7270.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,48501.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +501,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,2.0,532.0,141.0,240.0,42.0,635.0,3297.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,25,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,['tensorflow'],,1070.0,456.0,452.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,1070.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,2024-08-13 17:52:35.000000,2024-08-13 17:16:53,181.0,1.0,401.0,156.0,85.0,105.0,101.0,3292.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'],,19467.0,24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,19467.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,,664.0,71.0,25.0,117.0,101.0,2979.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'],,1340.0,2974.0,2973.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1340.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,,475.0,97.0,49.0,65.0,254.0,2850.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,,,1072.0,3337.0,745.0,724.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2996.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,18458.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +505,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,2389.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'],,243.0,71.0,69.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,243.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +506,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,1.0,243.0,35.0,147.0,24.0,145.0,2383.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,25,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,333.0,22890.0,233.0,224.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,22884.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +507,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,2210.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'],,8747.0,734.0,715.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,8747.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +508,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,66.0,63.0,41.0,198.0,2141.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,25,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,['tensorflow'],,880.0,57.0,55.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,880.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +509,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,240.0,70.0,21.0,93.0,66.0,2107.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,,,,,281765.0,277.0,273.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,281765.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +510,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,1863.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'],,861.0,118.0,114.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,861.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +511,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-08-16 19:10:13.000000,2024-08-16 19:10:08,367.0,1.0,272.0,49.0,320.0,262.0,184.0,1828.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'],,445831.0,2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,445831.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,1620.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,['tensorflow'],,2060.0,198.0,190.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,2060.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-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,25,False,2024-08-04 13:39:34.000,6.1.0,44.0,elephas,conda-forge/elephas,,"['keras', 'spark']",,39209.0,,,https://pypi.org/project/elephas,2024-08-04 13:39:34.000,,38964.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15192.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,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'],,160674.0,256.0,252.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,160674.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +515,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-08-24 06:55:52.306000,2024-08-15 08:12:47,1036.0,1.0,179.0,17.0,74.0,30.0,358.0,1543.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'],,46596.0,152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,37231.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-08-24 06:55:52.306,486989.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +516,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,2.0,231.0,46.0,186.0,53.0,121.0,1396.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'],,5060.0,411.0,404.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,4803.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,13112.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +517,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,1364.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'],,264.0,45.0,45.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,264.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +518,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'],,12892.0,1688.0,1672.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,12892.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +519,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,1283.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,,,,,8783.0,1113.0,1102.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,8783.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +520,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,1255.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,25,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,['tensorflow'],151.0,783.0,140.0,138.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,778.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +521,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,,85.0,34.0,111.0,8.0,18.0,1242.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'],,23623.0,280.0,269.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,23623.0,,,,3.0,,,,,,,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +522,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,3.0,245.0,20.0,23.0,5.0,88.0,1216.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,,,,17162.0,719.0,688.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,16763.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,30767.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +523,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,1128.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,,,,,513954.0,6606.0,6134.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,513954.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +524,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-09-27 15:25:46.000000,2024-07-24 14:36:04,2074.0,1.0,218.0,42.0,606.0,101.0,443.0,1067.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,22797.0,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,22234.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,24224.0,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +525,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,678.0,Bias Auditing & Fair ML Toolkit.,22.0,25,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,22922.0,178.0,170.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,22922.0,,,,3.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,2024-09-30 08:54:39.000000,2024-09-30 08:54:32,897.0,18.0,86.0,10.0,764.0,98.0,450.0,636.0,Automated modeling and machine learning framework FEDOT.,34.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,1542.0,57.0,52.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1542.0,,,,2.0,,,,,,,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +527,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-03 11:40:14.000000,2024-10-03 11:40:14,627.0,9.0,162.0,31.0,221.0,4.0,103.0,625.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,35.0,25,True,2024-04-10 11:45:27.000,0.6,12.0,pyriemann,conda-forge/pyriemann,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],,34721.0,420.0,392.0,https://pypi.org/project/pyriemann,2024-04-10 11:46:01.000,28.0,34437.0,https://anaconda.org/conda-forge/pyriemann,2024-04-10 14:21:44.720,7959.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +528,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,6.0,137.0,21.0,49.0,1.0,87.0,570.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,,,,29855.0,2287.0,2234.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,28391.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,58578.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +529,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-09-11 13:18:14.000000,2024-09-11 13:18:14,3767.0,16.0,69.0,46.0,359.0,21.0,397.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,['sklearn'],15.0,2095.0,47.0,45.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,1613.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,16880.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +530,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-10-01 13:58:06.000000,2024-10-01 13:25:16,2378.0,91.0,42.0,12.0,16.0,15.0,61.0,508.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,8.0,25,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,247.0,2494.0,47.0,34.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2491.0,,,,2.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,2024-09-29 01:46:34.000000,2024-09-29 01:46:34,567.0,16.0,57.0,41.0,318.0,20.0,63.0,313.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-09-19 03:59:24.000,1.6.1,84.0,gokart,,,,,4114.0,88.0,80.0,https://pypi.org/project/gokart,2024-09-19 03:59:24.000,8.0,4114.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +532,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-09-26 17:28:38.000000,2024-09-26 17:15:34,3625.0,511.0,60.0,7.0,325.0,45.0,103.0,264.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,2629.0,120.0,114.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1914.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,33627.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +533,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,,747.0,106.0,590.0,107.0,345.0,6129.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'],,57917.0,2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,57917.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +534,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-05-25 03:02:04.000000,2024-05-25 02:46:48,1097.0,,924.0,114.0,675.0,146.0,543.0,5485.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,118.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,['pytorch'],,668.0,21.0,20.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,668.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +535,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,63.0,94.0,36.0,88.0,5121.0,Finding duplicate images made easy!.,15.0,24,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,['tensorflow'],,56737.0,149.0,144.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,56737.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +536,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,136.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'],958.0,890.0,1148.0,1132.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,878.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +537,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,1.0,1014.0,92.0,64.0,258.0,270.0,4730.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'],,29250.0,28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,29250.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +538,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,353.0,59.0,51.0,,4404.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,1017.0,192.0,192.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,1017.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +539,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,,441.0,44.0,54.0,88.0,174.0,4319.0,An Open-Source Framework for Prompt-Learning.,22.0,24,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,675.0,150.0,147.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,675.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +540,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,3872.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,,,412.0,199.0,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,179.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1728.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +541,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,324.0,86.0,95.0,51.0,32.0,3527.0,Python library that makes it easy for data scientists to create charts.,25.0,24,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,3501.0,87.0,78.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,9.0,3037.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,32956.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,173.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'],,676.0,61.0,59.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,676.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +543,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-09-11 23:08:58.000000,2024-03-18 19:51:35,2374.0,,712.0,156.0,62.0,6.0,822.0,3183.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'],4776.0,913.0,,,,,,,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,69268.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-01-20 00:01:11.000000,2024-01-20 00:01:11,1576.0,,246.0,30.0,2016.0,5.0,659.0,3180.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,35.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,2706.0,14651.0,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,14572.0,,,,3.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,110.0,73.0,193.0,118.0,3085.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,,,,4704.0,987.0,162.0,150.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,928.0,,,,3.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,1.0,323.0,66.0,319.0,50.0,124.0,2871.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'],,3232.0,59.0,58.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,2884.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,18104.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,,171.0,20.0,79.0,103.0,178.0,2842.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,,,,,1402.0,54.0,53.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1402.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +548,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-08-01 02:26:29.000000,2024-08-01 02:26:24,769.0,2.0,361.0,90.0,550.0,143.0,95.0,2749.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'],,16757.0,11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,16757.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,,139.0,28.0,200.0,20.0,73.0,2743.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,,,,59171.0,465.0,439.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,55480.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,206730.0,3.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,,325.0,92.0,2157.0,214.0,982.0,2701.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,,,,,13705.0,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,13705.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,,345.0,32.0,695.0,43.0,151.0,2654.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,413.0,114.0,110.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,413.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-06-18 18:31:40.000000,2023-07-01 21:40:58,1936.0,,367.0,39.0,92.0,41.0,158.0,2629.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,24,False,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,['pytorch'],,2084.0,7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,2084.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +553,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,88.0,29.0,25.0,52.0,2367.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,,,,,23523.0,763.0,709.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,23523.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,2273.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,,,,496.0,2784.0,113.0,112.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2775.0,,,,3.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,,255.0,49.0,98.0,23.0,116.0,2221.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']",,5436.0,132.0,128.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,5436.0,,,,3.0,,,,,,,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +556,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,,669.0,84.0,48.0,24.0,64.0,2114.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,9790.0,548.0,536.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,9790.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,29.0,65.0,11.0,83.0,2002.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'],,1379.0,371.0,363.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1203.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,7962.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,2024-07-16 07:33:35.000000,2024-07-15 22:10:03,578.0,3.0,154.0,56.0,466.0,74.0,103.0,2001.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,32.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,1286.0,121.0,111.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1286.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +559,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,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,1618.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,,,67690.0,4888.0,419.0,406.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2813.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,47150.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,5.0,302.0,56.0,116.0,54.0,31.0,1615.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,,,,,1182.0,102.0,101.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1182.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +561,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,1583.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'],,215084.0,533.0,526.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,215084.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +562,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-07-18 17:36:15.000000,2024-07-18 17:32:59,357.0,3.0,270.0,43.0,256.0,77.0,197.0,1524.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'],,410.0,45.0,44.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,410.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +563,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,163.0,104.0,189.0,40.0,25.0,1507.0,fklearn: Functional Machine Learning.,56.0,24,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,1962.0,14.0,14.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,1962.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +564,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-10-03 16:14:19.000000,2024-10-03 13:13:40,196.0,196.0,87.0,24.0,320.0,7.0,16.0,1504.0,Open-source end-to-end LLM Development Platform.,23.0,24,True,2024-10-03 09:58:00.000,0.1.18,46.0,opik,,,,,2526.0,,,https://pypi.org/project/opik,2024-10-03 09:58:22.000,,2526.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,True +565,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,1285.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",12.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,['sklearn'],,1619.0,67.0,67.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1619.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +566,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,1.0,206.0,53.0,461.0,145.0,295.0,1205.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'],,885.0,76.0,67.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,885.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +567,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,1166.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,,,,,644.0,177.0,172.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,644.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +568,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,1042.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'],,5304.0,235.0,226.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,5304.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +569,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-09-09 08:45:12.000000,2024-08-24 15:16:00,781.0,1.0,67.0,14.0,130.0,51.0,117.0,1015.0,Visualize large time series data with plotly.py.,12.0,24,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,348775.0,1438.0,1414.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,346700.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,68490.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,986.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,706.0,328.0,305.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,706.0,,,,3.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,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'],,7806.0,486.0,483.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,7806.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +572,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-10-02 22:17:12.000000,2024-09-29 07:46:54,1771.0,255.0,35.0,9.0,1251.0,9.0,42.0,965.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,24,True,2024-09-18 03:52:33.000,0.0.35,43.0,runhouse,,,,44.0,27363.0,1.0,,https://pypi.org/project/runhouse,2024-09-18 03:50:09.000,1.0,27361.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +573,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-09-28 20:43:04.000000,2024-09-12 10:35:25,429.0,33.0,143.0,20.0,87.0,5.0,71.0,915.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,,,,,23891.0,157.0,150.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,23891.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +574,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,34.0,236.0,742.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,,,,,3764.0,181.0,177.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3764.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,,155.0,17.0,73.0,35.0,109.0,726.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,,,32.0,21964.0,220.0,188.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,21090.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,89208.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +576,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,5.0,119.0,17.0,84.0,21.0,38.0,709.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'],,19455.0,324.0,286.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,16198.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,162850.0,3.0,,,,,,,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +577,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-08-29 13:38:23.000000,2024-08-29 13:37:57,573.0,8.0,101.0,23.0,102.0,15.0,112.0,692.0,Python library for reading audio file metadata.,27.0,24,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,27342.0,113.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,113.0,27342.0,,,,3.0,,,,,,,,tinytag/tinytag,,,,,,,,,,,,,,,,, +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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,136.0,132.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'],,18422.0,226.0,214.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,18422.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +579,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,,68.0,15.0,13.0,35.0,7.0,570.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,,,,423168.0,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,415263.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,324131.0,3.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,510.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'],,2493856.0,4893.0,4790.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2484621.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,923556.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-09-04 00:22:36.000000,2024-05-15 12:32:23,5658.0,,93.0,19.0,764.0,16.0,446.0,442.0,Lightwood is Legos for Machine Learning.,46.0,24,False,2024-05-15 13:29:47.000,24.5.2.0,204.0,lightwood,,,['pytorch'],,10351.0,71.0,69.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,10351.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +582,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-09-21 13:32:52.000000,2024-09-21 13:32:52,6720.0,4.0,144.0,36.0,406.0,38.0,138.0,383.0,Neuroimaging in Python FMRI analysis package.,70.0,24,False,2023-12-21 16:45:52.000,0.6.0,8.0,nipy,conda-forge/nipy,,,,44656.0,258.0,234.0,https://pypi.org/project/nipy,2023-12-21 16:45:52.000,24.0,3128.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,124585.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-10-01 02:29:20.000000,2024-10-01 02:29:19,677.0,15.0,65.0,29.0,486.0,16.0,91.0,372.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'],,25697.0,21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,13469.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,648119.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-09-19 13:30:16.000000,2024-09-19 13:30:16,537.0,2.0,40.0,5.0,16.0,7.0,52.0,340.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,24,True,2024-02-18 18:57:32.000,0.9.0,25.0,scikit-posthocs,conda-forge/scikit-posthocs,,['sklearn'],64.0,105239.0,879.0,831.0,https://pypi.org/project/scikit-posthocs,2024-02-18 18:57:32.000,48.0,85035.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-07-08 15:42:44.119,969807.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +585,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'],,1488.0,37.0,35.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1488.0,,,,3.0,,,,,,4.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,,521.0,81.0,39.0,63.0,27.0,11116.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,,,,1014.0,56.0,56.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,910.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3441.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,132.0,136.0,6412.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,296.0,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,296.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +588,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,119.0,105.0,172.0,356.0,5386.0,Backtest trading strategies in Python.,19.0,23,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,16424.0,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,16424.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-10-01 23:10:08.000000,2024-09-10 16:49:55,1635.0,25.0,830.0,145.0,1563.0,371.0,403.0,5054.0,Simple and Distributed Machine Learning.,120.0,23,True,2024-08-30 02:16:51.000,1.0.5,51.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,,321.0,75.0,37.0,95.0,75.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,,,,,1282.0,53.0,53.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,1282.0,,,,3.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,,447.0,89.0,78.0,67.0,137.0,3367.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'],207.0,424893.0,2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,424890.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +592,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,1.0,815.0,62.0,642.0,133.0,404.0,3253.0,A high-performance distributed training framework for Reinforcement Learning.,45.0,23,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,['paddle'],,1000.0,130.0,129.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1000.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,3253.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'],,199.0,52.0,51.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,199.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,,232.0,54.0,36.0,75.0,125.0,3181.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'],,4632.0,438.0,424.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,4027.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,27229.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,130.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'],12875.0,1280.0,67.0,65.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1127.0,,,,3.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-06-27 09:47:40.000000,2024-06-27 09:47:40,546.0,,223.0,41.0,133.0,63.0,127.0,2299.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,,,,,14642.0,6.0,6.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,14642.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,5.0,244.0,38.0,39.0,7.0,114.0,2144.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,,,,6775.0,277.0,264.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6255.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,26559.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,,299.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'],,1561.0,34.0,31.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1561.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,1973.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'],,4957.0,179.0,179.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,4957.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-09-28 12:41:59.000000,2024-09-28 12:41:59,1288.0,28.0,141.0,33.0,179.0,71.0,149.0,1964.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",28.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,580.0,345.0,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,334.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,1884.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'],,2857.0,491.0,469.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1651.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,50658.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,8.0,135.0,35.0,446.0,50.0,354.0,1862.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,,,,,12692.0,62.0,61.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,12692.0,,,,3.0,,,,,,-2.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,8.0,135.0,35.0,446.0,50.0,354.0,1862.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,,,,13124.0,62.0,61.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,12692.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,14281.0,3.0,,,,,,-2.0,,,,,,,,,,,,,,,,,,, +604,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,1641.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,,,,67.0,2823.0,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,2823.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +605,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,295.0,44.0,801.0,72.0,485.0,1638.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,182.0,5.0,5.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,182.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +606,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,1584.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,['tensorflow'],,62525.0,3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,62525.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +607,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-01 11:46:17.000000,2024-10-01 11:50:32,1211.0,12.0,117.0,26.0,68.0,4.0,29.0,1512.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,23,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,['pytorch'],43.0,7531.0,7.0,,https://pypi.org/project/pytorch_toolbelt,2022-06-27 19:59:57.000,7.0,7531.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,2024-03-18 13:56:39.000000,2022-08-31 13:13:15,103.0,,88.0,39.0,15.0,11.0,27.0,1358.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'],,63576.0,239.0,217.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,63403.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6250.0,2.0,,,,,,,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +609,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-10-01 11:28:41.000000,2024-09-17 07:49:48,563.0,13.0,134.0,21.0,305.0,21.0,140.0,1340.0,A standard framework for modelling Deep Learning Models for tabular data.,23.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,['pytorch'],43.0,3647.0,3.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,3.0,3646.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,, +610,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,4.0,151.0,91.0,122.0,33.0,46.0,1182.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,23,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,789.0,114.0,113.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,789.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +611,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,27.0,209.0,53.0,92.0,66.0,219.0,1040.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,,,,,5695.0,8.0,,https://pypi.org/project/calamari_ocr,2024-10-01 23:42:11.000,8.0,5695.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +612,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-09-18 16:19:21.851000,2024-08-15 16:03:59,733.0,1.0,147.0,15.0,107.0,30.0,249.0,997.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'],,34158.0,122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,25335.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-09-18 16:19:21.851,458808.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +613,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,953.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,,,,86807.0,767.0,744.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,85037.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,65500.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +614,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,950.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,23,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,['tensorflow'],,96316.0,112.0,104.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,96316.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,2024-09-11 20:07:00.000000,2024-02-01 21:38:56,330.0,,169.0,29.0,113.0,88.0,56.0,907.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,,,,52424.0,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,7938.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2283914.0,3.0,,,,,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,565.0,,,,,,,,,,,, +616,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'],,20212.0,671.0,659.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,20212.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +617,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,868.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,25.0,4093.0,99.0,99.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,4093.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +618,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-09-30 13:31:28.000000,2024-09-30 12:29:20,1251.0,49.0,126.0,30.0,1058.0,37.0,54.0,766.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,23,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,1223.0,1.0,1.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,1223.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +619,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,,80.0,21.0,12.0,,39.0,683.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,,,,12049.0,516.0,511.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11995.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2251.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +620,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-09-27 03:56:46.000000,2024-09-27 03:56:46,987.0,6.0,189.0,23.0,857.0,131.0,397.0,596.0,MONAI Label is an intelligent open source image labeling and learning tool.,61.0,23,True,2024-07-23 17:48:05.000,0.8.3,114.0,monailabel-weekly,,,,94480.0,3849.0,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1427.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +621,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-09-18 18:05:27.000000,2024-08-18 15:52:42,512.0,14.0,60.0,25.0,10.0,13.0,44.0,548.0,Active Learning for Text Classification in Python.,7.0,23,True,2024-08-18 16:02:51.000,1.4.1,22.0,small-text,conda-forge/small-text,,"['sklearn', 'pytorch']",,1333.0,31.0,31.0,https://pypi.org/project/small-text,2024-08-18 16:00:34.000,,988.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,9327.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +622,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,515.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,['huggingface'],,2334.0,290.0,285.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2334.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +623,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,388.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,,,,217342.0,483.0,439.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,215672.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,81876.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,2024-09-25 16:48:16.000000,2024-09-25 16:46:45,1055.0,31.0,1216.0,107.0,510.0,92.0,612.0,12761.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",88.0,22,False,2024-09-25 16:48:16.000,2.2.15,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,,1449.0,149.0,50.0,46.0,11.0,10125.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'],,1087.0,66.0,63.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1087.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,,609.0,145.0,1362.0,129.0,987.0,8019.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,,,,,737.0,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,737.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +627,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,,783.0,223.0,25.0,8.0,122.0,5348.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'],,1750.0,22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,1750.0,,,,3.0,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +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,305.0,210.0,66.0,220.0,4861.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,,,,1689.0,,,,,,,,,,3.0,shadowreaver/crypto-signal,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143615.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,2024-08-12 15:50:03.000000,2024-08-12 15:45:58,1602.0,4.0,514.0,148.0,610.0,86.0,75.0,3560.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",167.0,22,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,['pytorch'],,66.0,,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,66.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,215.0,16.0,24.0,4.0,3425.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,,,,56.0,478.0,14.0,14.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,478.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,,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'],619.0,1747.0,8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1738.0,,,,3.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,3135.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,['tensorflow'],,1752.0,160.0,158.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1752.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-09-30 02:41:02.000000,2021-05-06 12:10:38,127.0,,155.0,47.0,70.0,2.0,30.0,3063.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,,,,611.0,53.0,53.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,558.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1770.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,2936.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,,,,,479.0,10.0,10.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,479.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,42.0,110.0,80.0,64.0,2881.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,,,,151.0,4123.0,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,4121.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +636,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,4.0,727.0,7.0,33.0,406.0,855.0,2606.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",108.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,['spark'],,998.0,1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,998.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +637,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,144.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'],,136.0,30.0,28.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,136.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +638,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,1855.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,,,,,1700.0,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1700.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +639,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,255.0,44.0,14.0,57.0,35.0,1791.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']",,2391.0,312.0,301.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2391.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +640,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,1723.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'],671.0,5695.0,168.0,162.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,3323.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,233280.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +641,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,197.0,30.0,424.0,11.0,163.0,1667.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'],,190.0,,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,190.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,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'],,1452.0,4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,1016.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,24899.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +643,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,,188.0,32.0,86.0,16.0,33.0,1401.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,,,,,868.0,95.0,94.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,868.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +644,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,,191.0,27.0,57.0,22.0,36.0,1292.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'],,875.0,179.0,174.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,875.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +645,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-09-18 00:15:10.000000,2024-09-18 00:14:54,196.0,6.0,113.0,39.0,30.0,18.0,119.0,1242.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,22,True,2024-07-26 00:44:37.000,2.2.4,84.0,ngt,,,,,3425.0,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,3425.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-06-07 14:38:03.000000,2024-06-07 14:37:59,835.0,,324.0,51.0,796.0,11.0,300.0,1210.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'],21.0,2336.0,,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,2336.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +647,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,,294.0,96.0,123.0,62.0,97.0,1051.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'],,2251.0,16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1699.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,47489.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +648,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,112.0,51.0,99.0,44.0,51.0,1016.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'],,2468.0,256.0,245.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,2468.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,,89.0,18.0,73.0,18.0,45.0,1013.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,,,,,15517.0,221.0,217.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,15517.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,2.0,115.0,15.0,48.0,38.0,29.0,933.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,,,,682454.0,47071.0,721.0,691.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,32551.0,,,,3.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,16.0,82.0,920.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,['tensorflow'],29.0,1694.0,2444.0,2435.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1694.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +652,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,861.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,,,,2082.0,62.0,60.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1861.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,9974.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,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,133.0,24.0,594.0,63.0,511.0,845.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,3441.0,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3441.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,,107.0,28.0,60.0,27.0,74.0,844.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,2560.0,490.0,489.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2560.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +655,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,142.0,15.0,63.0,37.0,137.0,815.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'],,18168.0,62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,14388.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,200392.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +656,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'],,10198.0,18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,5773.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,338757.0,3.0,,,,,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,619.0,,,,,,,,,,,, +657,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-02 20:38:41.000000,2024-07-23 12:43:38,1508.0,3.0,80.0,34.0,677.0,22.0,118.0,700.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']",,981.0,14.0,12.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,981.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +658,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,684.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'],,29728.0,478.0,468.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,29700.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2991.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +659,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,130.0,22.0,20.0,8.0,31.0,598.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'],,12032.0,172.0,167.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12032.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +660,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,,102.0,36.0,276.0,75.0,173.0,487.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,,,,381.0,1757.0,83.0,81.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1753.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +661,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,,,,,25855.0,38.0,36.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,25855.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +662,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-08-12 09:24:26.000000,2024-08-12 09:24:26,399.0,4.0,102.0,18.0,9.0,7.0,49.0,453.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-06-08 21:33:50.000,0.0.18,18.0,chefboost,,,,,3982.0,59.0,59.0,https://pypi.org/project/chefboost,2024-06-08 21:33:50.000,,3982.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,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,,,,,3597.0,6.0,6.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,3597.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +664,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-08-19 11:40:22.000000,2023-02-01 10:38:52,3728.0,,60.0,28.0,110.0,33.0,184.0,369.0,scalable audio processing framework and server written in Python.,22.0,22,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,426.0,18.0,18.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,426.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,,49.0,14.0,712.0,217.0,204.0,283.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,768.0,117.0,109.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,768.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,4.0,12.0,237.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,,,,85887.0,1259.0,1202.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,84219.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,80103.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,,,,,105395.0,2402.0,2358.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,105395.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +668,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,8.0,639.0,92.0,152.0,99.0,102.0,8376.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,,,,,1055.0,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,1055.0,,,,3.0,,,,,,-2.0,,nebuly-ai/optimate,,,,,,,,,,,,,,,,, +669,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,1190.0,95.0,50.0,395.0,287.0,6537.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,33.0,21,True,,,1.0,pyslowfast,,,['pytorch'],,58.0,18.0,18.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,58.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +670,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,4923.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,,,,,1532.0,20.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +671,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-03-12 11:21:52.000000,2021-06-02 09:45:13,150.0,,742.0,102.0,35.0,107.0,113.0,4623.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,,,['tensorflow'],,5110.0,5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5107.0,,,,3.0,idealo/image-super-resolution-gpu,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,240.0,,,,,,,,,,,,,,,,,,,, +672,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-05-20 22:36:46.000000,2023-08-15 07:38:22,956.0,,567.0,168.0,47.0,35.0,28.0,4495.0,High-performance TensorFlow library for quantitative finance.,47.0,21,False,,,30.0,tf-quant-finance,,,['tensorflow'],,890.0,3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,890.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +673,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,,475.0,85.0,180.0,108.0,161.0,3620.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,,,,,159.0,2.0,2.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,138.0,,,,3.0,bytepsimage/tensorflow,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1349.0,,,,,,,,,,,,,,,,,,,, +674,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,2904.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'],,2978.0,210.0,207.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,2978.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +675,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,2325.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,,,,,167.0,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,167.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +676,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,2209.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,,,,,284.0,50.0,50.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,284.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +677,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,,250.0,54.0,35.0,16.0,105.0,2104.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'],,11404.0,,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,11404.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +678,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,163.0,24.0,34.0,33.0,31.0,1973.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'],115.0,716.0,31.0,30.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,555.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5419.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +679,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,1655.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'],,6868.0,67.0,61.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,6868.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +680,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,,211.0,57.0,52.0,80.0,149.0,1563.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,21,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,2867.0,958.0,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,928.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +681,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,101.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,,,,,3533.0,23.0,23.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,3533.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +682,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,1493.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,,,,,737.0,36.0,36.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,737.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +683,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,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,['tensorflow'],,357.0,39.0,33.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,357.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +684,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,1426.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'],,185.0,32.0,32.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,185.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +685,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,1275.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'],,521.0,36.0,36.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,521.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +686,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,,213.0,65.0,29.0,31.0,12.0,1183.0,Anomaly Detection and Correlation library.,9.0,21,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,7855.0,81.0,79.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,7855.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +687,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,36.0,1082.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,,,,248046.0,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,247886.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,8837.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +688,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,27.0,61.0,52.0,61.0,1075.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,760.0,883.0,126.0,123.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,877.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,,251.0,48.0,46.0,26.0,127.0,1071.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,['tensorflow'],,614.0,29.0,29.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,614.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +690,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'],,347.0,87.0,83.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,347.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +691,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-09-24 19:35:07.000000,2024-09-24 19:34:39,295.0,2.0,248.0,46.0,18.0,11.0,91.0,853.0,Data compression in TensorFlow.,21.0,21,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,['tensorflow'],,2923.0,2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2923.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +692,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,2022-06-06 22:38:33.000000,2022-06-06 22:38:33,57.0,,75.0,6.0,5.0,3.0,23.0,845.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,False,2021-10-03 18:49:49.000,0.1.7,6.0,iterative-stratification,,,['sklearn'],,29816.0,493.0,478.0,https://pypi.org/project/iterative-stratification,2021-10-03 18:49:49.000,15.0,29816.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +693,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,39.0,841.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,,,,15105.0,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,14762.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,21636.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,,160.0,37.0,46.0,43.0,49.0,819.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,777.0,107.0,98.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,777.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +695,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,768.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'],,632.0,60.0,56.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,632.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +696,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,24.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'],,41697.0,667.0,659.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,41521.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8463.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +697,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,,,,26.0,39959.0,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,39959.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +698,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,641.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']",,22588.0,676.0,659.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,22588.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +699,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'],,1015.0,94.0,90.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1015.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +700,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,,,,,25565.0,222.0,214.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,25565.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +701,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,,95.0,26.0,32.0,35.0,6.0,616.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'],,19812.0,407.0,399.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,19812.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +702,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,609.0,a distributed Hyperband implementation on Steroids.,11.0,21,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,7495.0,492.0,467.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,7071.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19522.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +703,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,606.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,,,,,623.0,63.0,62.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,623.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +704,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,,85.0,7.0,20.0,4.0,92.0,585.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,,,,,31874.0,75.0,73.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,31874.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +705,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,580.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,,,,7279.0,412.0,406.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,7089.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,13322.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +706,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,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,,,,,1678.0,52.0,50.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1678.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +707,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,4.0,63.0,17.0,114.0,8.0,48.0,570.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'],,4277.0,147.0,142.0,https://pypi.org/project/poutyne,2024-07-08 19:15:42.000,5.0,4277.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +708,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,15.0,37.0,559.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,,,,13620.0,451.0,442.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13205.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,27848.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +709,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,,167.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,,,,,240.0,32.0,31.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,240.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +710,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,,100.0,26.0,8.0,1.0,33.0,520.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,,,,,5434.0,29.0,26.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,5434.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +711,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,498.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,,,,29.0,6378.0,150.0,142.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6378.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +712,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']",236.0,12933.0,23.0,21.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,12929.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +713,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-09-26 19:31:17.000000,2024-09-24 15:52:47,3054.0,27.0,63.0,11.0,268.0,11.0,112.0,437.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'],,298.0,3.0,3.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,298.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,423.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'],,419033.0,1850.0,1844.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,419033.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,,79.0,24.0,12.0,48.0,49.0,415.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,104.0,4574.0,133.0,130.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4574.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +716,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,4.0,26.0,8.0,78.0,33.0,23.0,396.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,,,,1790.0,17.0,15.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1130.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,25770.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,377.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,,,,,9861.0,539.0,531.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,9861.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +718,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,,85.0,29.0,318.0,75.0,27.0,372.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'],,31536.0,7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,31536.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +719,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,352.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,,,,,4936.0,256.0,240.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,4936.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,2024-10-03 09:34:25.000000,2024-09-27 06:33:10,788.0,41.0,25.0,5.0,295.0,4.0,,313.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-09-27 06:33:32.000,1.2.8,808.0,upgini,,,,,18863.0,8.0,8.0,https://pypi.org/project/upgini,2024-10-03 09:30:29.000,,18863.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +721,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,,35.0,18.0,6.0,19.0,21.0,310.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,['tensorflow'],,1443.0,116.0,113.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1443.0,,,,3.0,,,,,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +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']",,488893.0,19.0,17.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,488893.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +723,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,89.0,26.0,39.0,270.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2024-08-26 15:06:41.000,1.2.0,8.0,omlt,,,,,12327.0,23.0,20.0,https://pypi.org/project/omlt,2024-08-26 15:06:41.000,3.0,12327.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,2024-09-13 04:58:28.982000,2024-01-18 11:58:51,626.0,,68.0,28.0,31.0,33.0,113.0,267.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,,,2052.0,5551.0,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,3032.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,120141.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,2024-09-29 00:11:53.000000,2024-09-14 23:54:15,492.0,3.0,109.0,19.0,548.0,58.0,126.0,266.0,An open-source toolkit for large-scale genomic analysis.,28.0,21,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,109.0,60741.0,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,60627.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5009.0,3.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,2024-10-01 21:27:00.000000,2023-07-02 18:02:16,1462.0,,47.0,15.0,213.0,27.0,64.0,245.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,538.0,50.0,44.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,538.0,,,,3.0,,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,, +727,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-08-09 06:53:19.000000,2024-08-09 06:53:17,591.0,3.0,34.0,24.0,644.0,21.0,129.0,242.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,,,,1210.0,2276.0,9.0,9.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,2255.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +728,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,3.0,11.0,213.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,,,,,22373.0,92.0,89.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,22373.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +729,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,,2392.0,148.0,89.0,255.0,286.0,13425.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,,,,,,,,,,,,,,,,,,,,,,,,, +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,,1716.0,19.0,19.0,72.0,24.0,5096.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,,,,,5162.0,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,5162.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,100.0,16.0,53.0,17.0,3412.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,,,,,979.0,160.0,153.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,979.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,,321.0,58.0,242.0,175.0,111.0,3177.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,,,,693.0,3103.0,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3092.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +733,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,,171.0,65.0,54.0,6.0,44.0,3083.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,,,,48.0,416.0,5.0,5.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,416.0,,,,3.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,,398.0,101.0,54.0,64.0,48.0,2938.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,,,,,762.0,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,762.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,101.0,1000.0,94.0,263.0,2853.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,84.0,30.0,46.0,80.0,2672.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,612.0,73.0,73.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,612.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +737,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,2136.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,['pytorch'],,1374.0,19.0,19.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1374.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +738,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,1930.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,1055.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,,281.0,31.0,41.0,34.0,176.0,1853.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,,,,,440.0,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,440.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +740,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,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,,,,35.0,6137.0,33.0,33.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,6136.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +741,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,2.0,159.0,18.0,74.0,24.0,41.0,1782.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'],,2358.0,31.0,31.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,2358.0,,,,3.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,1624.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,,,,,1944.0,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1944.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,66.0,202.0,5.0,74.0,1590.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,,,['tensorflow'],,296.0,1.0,1.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,94.0,,,,3.0,zh794390558/delta,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13131.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,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'],,1894.0,29.0,29.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,1894.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +745,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,1380.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,,,,,179.0,3.0,3.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,179.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +746,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,,182.0,19.0,262.0,77.0,94.0,1344.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']",,37440.0,6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,37440.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,,101.0,39.0,13.0,14.0,9.0,1272.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,,,,,2767.0,164.0,162.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2767.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +748,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,,201.0,62.0,7.0,13.0,29.0,1140.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,,,,,821.0,5.0,5.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,821.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,61.0,15.0,62.0,9.0,21.0,1027.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'],412.0,1494.0,8.0,6.0,https://pypi.org/project/uform,2024-10-01 18:35:24.000,2.0,1474.0,,,,3.0,,,,,,2.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,1026.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,,,,656.0,183.0,181.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,428.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9371.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,,130.0,36.0,16.0,9.0,4.0,922.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,667.0,3640.0,3635.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,667.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,,83.0,23.0,49.0,16.0,17.0,832.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'],,2054.0,31.0,25.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1132.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,29530.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,,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'],,1076.0,46.0,46.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1076.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,763.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,,,,,696.0,114.0,114.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,696.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +755,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,1.0,112.0,34.0,561.0,211.0,246.0,758.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,,,,,9456.0,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,9456.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +756,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,,113.0,18.0,26.0,1.0,87.0,726.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,20,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,9071.0,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,9071.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +757,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-08-07 20:31:21.000000,2024-01-09 18:05:38,305.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'],,4829.0,3.0,,https://pypi.org/project/dabl,2024-08-07 20:31:21.000,3.0,4829.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,44.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'],,4839.0,184.0,182.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,4720.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,4774.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,,,,,305.0,37.0,33.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,305.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,543.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,,,,13.0,419.0,112.0,110.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,419.0,,,,3.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,20.0,57.0,26.0,21.0,495.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,,,,,5490.0,82.0,74.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5490.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +762,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,410.0,A python package for animating plots build on matplotlib.,7.0,20,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,788.0,63.0,59.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,487.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,14494.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,,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'],,2808.0,255.0,255.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2808.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,2024-10-01 00:51:05.000000,2024-08-14 15:39:49,663.0,2.0,18.0,23.0,357.0,50.0,87.0,317.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,,,7518.0,9202.0,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1106.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-05-10 13:02:13.580,238570.0,3.0,,,,,,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,174.0,,,,,,,,,,,, +765,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,,,,,661.0,10.0,9.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,661.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-09-13 15:25:32.000000,2024-09-13 15:25:31,427.0,5.0,76.0,21.0,443.0,27.0,51.0,274.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,,,,,308.0,3.0,3.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,308.0,,,,3.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,18.0,464.0,90.0,76.0,235.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,['pytorch'],,7838.0,81.0,71.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,7838.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +768,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,,,,414.0,1373.0,445.0,443.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1369.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +769,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,765.0,337.0,58.0,2.0,,6748.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,,,,369.0,366.0,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,360.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-04-02 17:52:52.000000,2021-06-15 18:41:51,22.0,,279.0,31.0,22.0,34.0,37.0,3179.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,,2169.0,2169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +771,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,27.0,1005.0,127.0,65.0,1649.0,Version control for machine learning.,17.0,19,False,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,232.0,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,232.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,33.0,72.0,31.0,30.0,1107.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'],,10314.0,2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,10314.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,,167.0,43.0,6.0,4.0,7.0,1104.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,,,,,376.0,31.0,31.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,376.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +774,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,,138.0,17.0,11.0,42.0,43.0,1085.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'],,5634.0,160.0,155.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5634.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,,179.0,18.0,42.0,23.0,60.0,911.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,,,,814.0,193.0,190.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,619.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,9754.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,,141.0,14.0,24.0,58.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,,,,,428.0,102.0,101.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,428.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,,230.0,29.0,38.0,43.0,21.0,851.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,,,,,2498.0,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,2498.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,,,,,649.0,29.0,27.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,649.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +779,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,,144.0,34.0,84.0,16.0,55.0,628.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'],,159.0,26.0,23.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,159.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +780,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-08-18 17:19:42.000000,2024-08-18 17:07:49,821.0,2.0,40.0,15.0,18.0,,22.0,599.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,,,,,701.0,18.0,18.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,701.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,565.0,A library of metrics for evaluating recommender systems.,20.0,19,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,8.0,4309.0,56.0,56.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4309.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +782,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,564.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,,,,,1223.0,52.0,52.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1223.0,,,,3.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,,140.0,56.0,72.0,18.0,71.0,525.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,,,,,410.0,21.0,21.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,410.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,16.0,148.0,40.0,66.0,469.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']",,931.0,53.0,53.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,931.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'],,4606.0,3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,4606.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +786,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,5.0,84.0,30.0,98.0,15.0,27.0,450.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,,,,,443.0,12.0,12.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,443.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,,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'],,5657.0,28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,5231.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,34546.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-08-28 17:11:07.000000,2024-04-26 20:31:49,327.0,,78.0,25.0,345.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']",,1578.0,,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,1578.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'],,1437.0,16.0,14.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1437.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +790,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,284.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'],,5650.0,10.0,10.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1039.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,221347.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +791,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,3.0,33.0,11.0,202.0,21.0,76.0,199.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,19,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,['sklearn'],,992.0,40.0,39.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,992.0,,,,3.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,112.0,51.0,46.0,160.0,6282.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,['jax'],,,20.0,20.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +793,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-02 11:40:35.000000,2024-09-30 19:52:44,705.0,11.0,425.0,39.0,856.0,149.0,119.0,3269.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,85.0,18,True,,,,,,,['jax'],,,,,,,,,,,,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,2974.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,8737.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +795,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,,459.0,80.0,36.0,83.0,68.0,1693.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,,,,,222.0,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,222.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +796,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,1685.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,,,,45.0,108.0,7.0,7.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,107.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,,254.0,52.0,13.0,20.0,13.0,1545.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,,,,,279.0,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,260.0,,,,3.0,tobegit3hub/advisor,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1692.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,55.0,34.0,22.0,13.0,1266.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,,,,,451.0,3.0,2.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,451.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,,84.0,14.0,35.0,3.0,24.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,,,,,3253.0,37.0,33.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3253.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,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'],,129.0,14.0,14.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,129.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,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,771.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'],,3202.0,44.0,44.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,3105.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3513.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,25.0,4.0,39.0,42.0,692.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,,,,,693.0,3.0,3.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,693.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,,,,,529.0,4.0,4.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,529.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +804,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,47041.0,14.0,13.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,431.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2283907.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,561.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,,,,,2452.0,21.0,19.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2452.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +806,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-09-20 20:01:05.000000,2024-08-11 17:21:13,1772.0,1.0,75.0,10.0,218.0,50.0,81.0,535.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,20.0,18,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,237.0,1009.0,35.0,34.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1002.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,1.0,54.0,18.0,10.0,4.0,18.0,522.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'],,1130.0,61.0,61.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1130.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,482.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'],,680.0,13.0,13.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,680.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,,105.0,71.0,7.0,15.0,19.0,430.0,semantic similarity framework for knowledge graph.,10.0,18,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,530.0,47.0,47.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,530.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,,82.0,20.0,248.0,10.0,23.0,419.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,,,,26.0,1805.0,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1805.0,,,,3.0,,,,,,-2.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,400.0,Deep Learning PyTorch.,1.0,18,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,['pytorch'],,1856.0,7.0,7.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,1856.0,,,,3.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,395.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,109.0,5322.0,131.0,127.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5321.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,,,,,263.0,6.0,6.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,263.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +814,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,,52.0,11.0,60.0,17.0,41.0,333.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,329.0,41.0,37.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,329.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +815,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,1.0,129.0,34.0,325.0,83.0,132.0,332.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,,,,414.0,,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,,397.0,,,,3.0,brainiak/brainiak,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1869.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,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'],202.0,214.0,4.0,4.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,211.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +817,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,,,,,592.0,60.0,57.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,592.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +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,,43.0,11.0,60.0,31.0,47.0,240.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'],,174.0,20.0,16.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,174.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,231.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,,,,,230.0,31.0,29.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,230.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,131.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,,,,320066.0,9798.0,9669.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,320035.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1244.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,,1349.0,466.0,21.0,59.0,167.0,7105.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,,144.0,17.0,11.0,25.0,18.0,1162.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'],,545.0,58.0,56.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,545.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,,109.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,,,,,191.0,80.0,79.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,191.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,776.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,,,,,520.0,57.0,57.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,520.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,,111.0,20.0,58.0,2.0,13.0,769.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,,40.0,7064.0,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,7064.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,,,,510.0,353.0,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,347.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +827,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,551.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,,,,240.0,232.0,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,229.0,,,,3.0,,,,,,,,typedb/typedb-ml,,,,,,,,,,,,,,,,, +828,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,479.0,A Python library for dynamic classifier and ensemble selection.,17.0,17,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,['sklearn'],,1067.0,3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,1067.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,36.0,47.0,5.0,12.0,411.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,,,,,233.0,4.0,3.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,233.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,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'],,279.0,,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,279.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +831,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,17,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,['sklearn'],,4144.0,16.0,16.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,4144.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,224.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,,,,2090.0,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,1981.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3597.0,3.0,,,,,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +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,,45.0,1.0,,,,212.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'],,1319.0,,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1319.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,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,,,,,9460.0,,,https://pypi.org/project/modelkit,2024-02-02 14:55:53.000,,9460.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,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,,,,,306.0,63.0,58.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,306.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,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'],,301.0,49.0,49.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,301.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,119.0,24.0,17.0,353.0,4322.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.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,3939.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,2894.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'],,43.0,1.0,1.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,43.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,1846.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,,,,50.0,77.0,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,77.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +841,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,119.0,29.0,111.0,14.0,25.0,1085.0,An autoML framework & toolkit for machine learning on graphs.,15.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,,,,,,,,,,,,,,,,,,,,,,,,, +842,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,117.0,19.0,295.0,3.0,70.0,1071.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,,,,,4.0,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +843,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,844.0,A medical imaging framework for Pytorch.,8.0,16,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,['pytorch'],,149.0,17.0,17.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,149.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,823.0,Translate - a PyTorch Language Library.,88.0,16,False,,,1.0,pytorch-translate,,,['pytorch'],,39.0,,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,39.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,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'],,3333.0,88.0,87.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3333.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,727.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'],,281.0,22.0,22.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,281.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']",,10383.0,1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,10383.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,,127.0,42.0,435.0,25.0,130.0,712.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,682.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'],,392.0,8.0,6.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,392.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +850,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,,93.0,18.0,19.0,4.0,29.0,639.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,133.0,17.0,17.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,133.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,,56.0,16.0,83.0,18.0,49.0,599.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'],,184.0,,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,184.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,499.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,,,,,192.0,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,192.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,492.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,,,,,327.0,3.0,3.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,327.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +854,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,16,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,['pytorch'],,123.0,11.0,11.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,123.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,,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,,,,,43.0,88.0,88.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,43.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,317.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,"['sklearn', 'pandas']",12.0,2653.0,2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2653.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +857,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,272.0,A Jax-based library for designing and training transformer models from scratch.,3.0,16,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,['jax'],,223.0,1.0,1.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,223.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,201.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'],,410.0,11.0,9.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,410.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,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'],,1502.0,13.0,13.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,1502.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +860,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-09-26 18:33:56.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-09-19 11:41:36.000,3.46.0,298.0,comet_ml,comet_ml,,,,602548.0,77.0,,https://pypi.org/project/comet_ml,2024-09-26 18:33:56.000,77.0,602548.0,https://anaconda.org/anaconda/comet_ml,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +861,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,3408.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,15,False,,,,,,,['tensorflow'],,,,,,,,,,,,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,142.0,72.0,12.0,53.0,2201.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,['tensorflow'],,,,,,,,,,,,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,39.0,40.0,73.0,34.0,1164.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +864,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,795.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,10.0,anchor_exp,,,,,1095.0,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1095.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,512.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,,,,,920.0,12.0,12.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,920.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +866,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-09-28 19:50:20.000000,2024-09-28 19:49:30,81.0,1.0,61.0,16.0,67.0,7.0,9.0,441.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,,,,,142.0,11.0,11.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,142.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,,68.0,19.0,177.0,87.0,16.0,413.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'],,225.0,,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,225.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +868,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,1.0,52.0,10.0,17.0,10.0,29.0,410.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,,,,18.0,1050.0,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,1050.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,,395.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,,,,290.0,11.0,10.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,153.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7003.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,372.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'],,280.0,4.0,4.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,280.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,13.0,271.0,64.0,181.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,473.0,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,473.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,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,,,,,178.0,3.0,3.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,178.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,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,,,,,570.0,3.0,3.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,570.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,,,,,302.0,5.0,5.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,302.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,,,,,735.0,7.0,6.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,735.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,,27.0,10.0,15.0,9.0,4.0,223.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'],,436.0,9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,436.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'],,720.0,28.0,28.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,720.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,,995.0,64.0,13.0,44.0,25.0,3682.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,['sklearn'],,,,,,,,,,,,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,1683.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,53.0,23.0,42.0,85.0,1299.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,,150.0,32.0,,53.0,60.0,1220.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,4828.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,,,,2164.0,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,632.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,78152.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,4.0,46.0,11.0,11.0,1.0,16.0,753.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,,150.0,150.0,https://pypi.org/project/rliable`,,,,,,,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,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,,,,,1420.0,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,1420.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +885,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,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,['pytorch'],,148.0,27.0,27.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,148.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,,17.0,11.0,58.0,3.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'],,173.0,,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,173.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +887,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,103.0,28.0,28.0,357.0,3813.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +888,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,485.0,108.0,12.0,39.0,8.0,2696.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +889,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,86.0,47.0,4.0,3.0,,2536.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'],75.0,1331.0,1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,1329.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +890,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,175.0,37.0,10.0,13.0,3.0,1364.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +891,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,535.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,274.0,4.0,4.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,274.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +892,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,,,['pytorch'],10.0,263.0,,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,258.0,,,,3.0,enliteai/maze,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,256.0,,,,,,,,,,,,,,,,,,,, +893,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,,,,,442.0,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,442.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +894,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'],,59.0,5.0,5.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,59.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +895,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,,,,,524.0,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,515.0,,,,3.0,modelchimp/modelchimp-server,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,667.0,,,,,,,,,,,,,,,,,,,, +896,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,123.0,A deep learning python package for neuroimaging data. Made by:.,6.0,13,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,109.0,2.0,2.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,109.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']",,179.0,5.0,5.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,179.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +898,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,119.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'],,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +899,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,13,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,138.0,41.0,41.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,138.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,,,,,178.0,7.0,7.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,178.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,,407.0,63.0,6.0,64.0,17.0,1920.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,,323.0,88.0,11.0,12.0,6.0,1757.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,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,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,138.0,5.0,5.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,138.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,8.0,4.0,6.0,14.0,103.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'],,643.0,,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,643.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,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,,,,,95.0,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,95.0,,,,3.0,,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,, +906,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,7.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,121.0,2.0,2.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,121.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +907,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,12.0,17.0,,,44.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,456.0,2.0,2.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,456.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +908,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,,460.0,93.0,22.0,52.0,15.0,3265.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +909,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,,,,,,,,,,,,,,,,,,,,,,,,, +910,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,,,,,,,,,,,,,,,,,,,,,,,,, +911,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'],,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, +912,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,11,False,,,2.0,autodist,,,['tensorflow'],,105.0,2.0,2.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,105.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,,87.0,17.0,5.0,4.0,12.0,605.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,,50.0,15.0,13.0,14.0,11.0,525.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,,,,,64.0,3.0,3.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,64.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,147.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,27.0,1.0,1.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,27.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']",,35.0,1.0,1.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,35.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,,7.0,7.0,2.0,1.0,,66.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,,,,37.0,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,37.0,https://anaconda.org/conda-forge/tslumen,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-10-10_changes.md b/history/2024-10-10_changes.md new file mode 100644 index 00000000..3f66a973 --- /dev/null +++ b/history/2024-10-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._ + +- VisPy (🥈36 · ⭐ 3.3K · 📈) - High-performance interactive 2D/3D data visualization library. BSD-3 +- NIPYPE (🥈35 · ⭐ 750 · 📈) - Workflows and interfaces for neuroimaging packages. Apache-2 +- pygraphistry (🥈32 · ⭐ 2.1K · 📈) - PyGraphistry is a Python library to quickly load,.. BSD-3 +- mtcnn (🥈29 · ⭐ 2.2K · 📈) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT +- pyRiemann (🥉27 · ⭐ 630 · 📈) - Machine learning for multivariate data through the.. BSD-3 +- NIPY (🥉27 · ⭐ 380 · 📈) - Neuroimaging in Python FMRI analysis package. ❗Unlicensed +- scikit-posthocs (🥉26 · ⭐ 340 · 📈) - Multiple Pairwise Comparisons (Post Hoc) Tests in.. MIT +- PARL (🥉25 · ⭐ 3.3K · 📈) - A high-performance distributed training framework for.. Apache-2 +- Quantus (🥉21 · ⭐ 540 · 📈) - Quantus is an eXplainable AI toolkit for responsible evaluation.. ❗️GPL-3.0 +- DeepNeuro (🥉15 · ⭐ 120 · 💀) - A deep learning python package for neuroimaging data. Made by:. 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._ + +- PaddlePaddle (🥇45 · ⭐ 22K · 📉) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2 +- PySpark (🥈44 · ⭐ 39K · 📉) - Apache Spark Python API. Apache-2 +- litellm (🥇42 · ⭐ 13K · 📉) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s +- sentence-transformers (🥇40 · ⭐ 15K · 📉) - State-of-the-Art Text Embeddings. Apache-2 +- Shapely (🥇40 · ⭐ 3.9K · 📉) - Manipulation and analysis of geometric objects. BSD-3 +- PyCaret (🥈36 · ⭐ 8.9K · 📉) - An open-source, low-code machine learning library in Python. MIT +- horovod (🥈35 · ⭐ 14K · 📉) - Distributed training framework for TensorFlow, Keras, PyTorch,.. Apache-2 +- PyOD (🥇35 · ⭐ 8.5K · 📉) - A Python Library for Outlier and Anomaly Detection, Integrating.. BSD-2 +- imbalanced-learn (🥇33 · ⭐ 6.8K · 📉) - A Python Package to Tackle the Curse of Imbalanced.. MIT +- cleanlab (🥈31 · ⭐ 9.6K · 📉) - The standard data-centric AI package for data quality and.. ❗️AGPL-3.0 + diff --git a/history/2024-10-10_projects.csv b/history/2024-10-10_projects.csv new file mode 100644 index 00000000..645de0dc --- /dev/null +++ b/history/2024-10-10_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,docs_url,labels,github_release_downloads,monthly_downloads,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,updated_github_id,trending,helm_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-09-02 06:22:28.000000,2024-09-02 06:22:28,1567.0,5.0,736.0,118.0,338.0,71.0,145.0,4892.0,Benchmarks of approximate nearest neighbor libraries in Python.,107.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,,168.0,58.0,205.0,,3.0,2298.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,3643.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,3643.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,3643.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,3643.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,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-10-10 14:13:33.000000,2024-10-10 13:20:40,79348.0,3876.0,22322.0,1739.0,91763.0,15065.0,31576.0,82822.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5164.0,56,True,2024-09-04 19:59:29.000,2.4.1,55.0,torch,pytorch/pytorch,https://pytorch.org/docs/stable/index.html,['pytorch'],60032.0,35139785.0,560298.0,541202.0,https://pypi.org/project/torch,2024-09-04 19:10:42.000,19096.0,34493064.0,https://anaconda.org/pytorch/pytorch,2024-09-03 16:47:49.313,23905843.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +7,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-10-10 14:11:55.000000,2024-10-10 13:39:35,170650.0,3684.0,74242.0,7593.0,37057.0,5153.0,38310.0,188469.0,An Open Source Machine Learning Framework for Everyone.,4690.0,55,True,2024-07-11 16:45:52.000,2.17.0,199.0,tensorflow,conda-forge/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],,18563185.0,424398.0,416437.0,https://pypi.org/project/tensorflow,2024-10-07 23:18:07.000,7961.0,17733716.0,https://anaconda.org/conda-forge/tensorflow,2024-08-31 23:00:17.783,4998578.0,1.0,tensorflow/tensorflow,https://hub.docker.com/r/tensorflow/tensorflow,2024-10-10 12:48:38.900859,2570.0,78266028.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,2024-10-10 14:14:25.000000,2024-10-10 13:28:00,17129.0,796.0,26586.0,1118.0,17727.0,1416.0,14882.0,133172.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2872.0,52,True,2024-10-07 17:42:52.000,4.45.2,160.0,transformers,conda-forge/transformers,,"['pytorch', 'tensorflow']",,37770282.0,231384.0,225011.0,https://pypi.org/project/transformers,2024-10-07 17:42:51.000,6373.0,37729029.0,https://anaconda.org/conda-forge/transformers,2024-10-07 23:40:09.014,2103949.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,2024-10-10 13:45:26.000000,2024-10-10 13:45:26,31766.0,256.0,25320.0,2140.0,17850.0,2125.0,9611.0,59716.0,scikit-learn: machine learning in Python.,3193.0,52,True,2024-09-11 15:52:05.000,1.5.2,81.0,scikit-learn,conda-forge/scikit-learn,,['sklearn'],1027.0,79875309.0,936056.0,911371.0,https://pypi.org/project/scikit-learn,2024-09-11 15:49:19.000,24685.0,79283072.0,https://anaconda.org/conda-forge/scikit-learn,2024-09-11 20:00:28.266,31388034.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-10-10 09:10:45.000000,2024-10-10 09:10:45,33600.0,633.0,5160.0,348.0,11341.0,1745.0,8857.0,12970.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1695.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,416800.0,139476345.0,1157675.0,1111799.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,45876.0,138342995.0,https://anaconda.org/conda-forge/scipy,2024-09-09 09:00:52.252,53091055.0,1.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-10-09 14:04:04.000000,2024-10-09 14:04:03,58999.0,656.0,4407.0,291.0,13440.0,5133.0,8872.0,12863.0,A computer algebra system written in pure Python.,1330.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,548931.0,30289903.0,180463.0,176963.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,30285837.0,https://anaconda.org/conda-forge/sympy,,,1.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-10-08 13:47:26.000000,2024-10-08 13:47:26,11028.0,212.0,19438.0,1911.0,7477.0,254.0,11902.0,61851.0,Deep Learning for humans.,1333.0,48,True,2024-10-03 19:44:54.000,3.6.0,103.0,keras,conda-forge/keras,https://keras.io,['tensorflow'],,13888197.0,1582.0,,https://pypi.org/project/keras,2024-10-03 19:44:54.000,1582.0,13816386.0,https://anaconda.org/conda-forge/keras,2024-10-07 20:46:42.672,3734201.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-10-10 08:07:45.000000,2024-10-10 08:07:44,51166.0,461.0,7597.0,595.0,18419.0,1597.0,9310.0,20089.0,matplotlib: plotting with Python.,1731.0,48,True,2024-08-13 01:44:21.000,3.9.2,127.0,matplotlib,conda-forge/matplotlib,,,,85153105.0,1414573.0,1364833.0,https://pypi.org/project/matplotlib,2024-08-13 01:44:21.000,49740.0,84648814.0,https://anaconda.org/conda-forge/matplotlib,2024-09-12 20:10:05.995,26223156.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-10-10 11:51:07.000000,2024-10-10 11:50:26,18686.0,533.0,2210.0,219.0,5109.0,134.0,3082.0,12162.0,Python Imaging Library (Fork).,479.0,48,True,2024-07-01 09:51:39.000,10.4.0,98.0,Pillow,conda-forge/pillow,,,,131147947.0,1865979.0,1858297.0,https://pypi.org/project/Pillow,2024-07-01 09:45:22.000,7682.0,130266038.0,https://anaconda.org/conda-forge/pillow,2024-09-11 18:35:06.338,44977385.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-10-10 08:06:30.000000,2024-10-10 08:05:47,6708.0,239.0,3030.0,318.0,4957.0,963.0,3646.0,35028.0,Streamlit A faster way to build and share data apps.,242.0,46,True,2024-10-01 17:36:45.000,1.39.0,228.0,streamlit,,,,,7212499.0,541479.0,538732.0,https://pypi.org/project/streamlit,2024-10-01 17:36:39.000,2747.0,7212499.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-10-09 10:21:36.000000,2024-10-09 10:21:36,7126.0,164.0,8711.0,909.0,5581.0,451.0,4898.0,26176.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",652.0,46,True,2024-07-31 08:14:26.000,2.1.1,83.0,xgboost,conda-forge/xgboost,https://xgboost.readthedocs.io/en/latest/,,11179.0,27159364.0,112788.0,110786.0,https://pypi.org/project/xgboost,2024-07-31 08:14:26.000,2002.0,27055001.0,https://anaconda.org/conda-forge/xgboost,2024-09-29 19:48:48.053,5318030.0,1.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-10-10 10:11:48.000000,2024-10-10 10:11:47,22756.0,612.0,5647.0,475.0,29159.0,4079.0,14974.0,33364.0,Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a..,1078.0,45,True,2024-09-24 23:37:52.000,ray-2.37.0,117.0,ray,conda-forge/ray-tune,,,240.0,6091824.0,19006.0,18238.0,https://pypi.org/project/ray,2024-09-24 23:30:46.000,768.0,6082633.0,https://anaconda.org/conda-forge/ray-tune,2024-10-01 08:55:53.218,422718.0,1.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-10-10 14:20:48.000000,2024-10-10 14:07:08,23501.0,1655.0,2755.0,335.0,15783.0,1386.0,4216.0,30160.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",762.0,45,True,2024-10-04 14:51:10.000,jax-v0.4.34,168.0,jax,conda-forge/jaxlib,,,,4047497.0,32818.0,30950.0,https://pypi.org/project/jax,2024-10-04 14:37:10.000,1868.0,4014236.0,https://anaconda.org/conda-forge/jaxlib,2024-10-02 23:05:15.613,1729586.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-01 23:10:18.000000,2024-10-01 23:01:40,16203.0,69.0,4363.0,562.0,4022.0,144.0,5519.0,29815.0,Industrial-strength Natural Language Processing (NLP) in Python.,758.0,45,True,2024-10-01 18:20:24.000,3.8.2,237.0,spacy,conda-forge/spacy,,,202.0,12979891.0,103784.0,101095.0,https://pypi.org/project/spacy,2024-10-01 18:20:24.000,2689.0,12898819.0,https://anaconda.org/conda-forge/spacy,2024-09-22 12:43:59.353,4215685.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,2024-10-10 13:55:32.000000,2024-10-10 13:55:32,51177.0,1685.0,5554.0,717.0,50059.0,1710.0,17377.0,22134.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1285.0,45,True,2024-09-13 08:31:46.000,2.6.2,70.0,paddlepaddle,,,['paddle'],15406.0,378235.0,6205.0,6027.0,https://pypi.org/project/paddlepaddle,2024-09-13 08:31:46.000,178.0,378078.0,,,,1.0,,,,,,,-1.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-10-10 10:07:21.000000,2024-10-02 20:21:43,20613.0,63.0,4178.0,442.0,6174.0,760.0,6983.0,19277.0,"Interactive Data Visualization in the browser, from Python.",702.0,45,True,2024-09-26 16:27:00.000,3.6.0,218.0,bokeh,conda-forge/bokeh,,,,4790390.0,94942.0,93198.0,https://pypi.org/project/bokeh,2024-09-26 16:55:03.000,1744.0,4500789.0,https://anaconda.org/conda-forge/bokeh,2024-09-26 20:39:59.050,15059255.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +22,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,90.0,2876.0,462.0,1492.0,275.0,1556.0,13502.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,,,,22368052.0,316047.0,311350.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,22302848.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2803782.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-10-08 16:07:02.000000,2024-10-08 16:07:02,15497.0,65.0,2875.0,282.0,3934.0,2833.0,2791.0,10044.0,Statsmodels: statistical modeling and econometrics in Python.,436.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,34.0,17285134.0,142764.0,138295.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16992710.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,15206077.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,2024-10-10 12:55:42.000000,2024-10-10 12:55:34,42402.0,830.0,28233.0,2023.0,48381.0,220.0,,39459.0,Apache Spark Python API.,3129.0,44,True,2024-09-24 00:28:04.000,3.5.3,48.0,pyspark,conda-forge/pyspark,,['spark'],,30548243.0,1545.0,,https://pypi.org/project/pyspark,2024-09-27 14:56:40.000,1545.0,30481728.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3458787.0,2.0,,,,,,,-1.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-10-10 15:17:05.000000,2024-10-10 02:44:37,7076.0,268.0,2454.0,172.0,4441.0,551.0,4270.0,32674.0,"Wrap UIs around any model, share with anyone.",412.0,44,True,2024-10-09 22:17:27.000,5.0.1,598.0,gradio,,,,,6447500.0,43682.0,42885.0,https://pypi.org/project/gradio,2024-10-09 22:17:27.000,797.0,6447500.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-10-08 23:30:44.000000,2024-10-08 23:30:44,10428.0,60.0,3367.0,251.0,10282.0,782.0,6306.0,28143.0,"Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.",974.0,44,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,['pytorch'],9170.0,6939568.0,38697.0,37254.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1443.0,6914361.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1298859.0,2.0,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,,, +27,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-10-09 21:55:56.000000,2024-10-04 20:25:37,6690.0,145.0,2533.0,275.0,1711.0,527.0,2443.0,16105.0,The interactive graphing library for Python This project now includes Plotly Express!.,271.0,44,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,20552687.0,317340.0,311011.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,20411626.0,https://anaconda.org/conda-forge/plotly,2024-09-12 22:24:43.567,7146559.0,1.0,,,,,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,6221.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-10-10 12:20:11.000000,2024-10-10 12:20:11,8326.0,88.0,1699.0,213.0,5970.0,1107.0,4258.0,12473.0,Parallel computing with task scheduling.,610.0,44,True,2024-09-28 00:59:40.000,2024.9.1,208.0,dask,conda-forge/dask,,,,13177068.0,67733.0,65335.0,https://pypi.org/project/dask,2024-09-28 00:59:40.000,2398.0,12950525.0,https://anaconda.org/conda-forge/dask,2024-09-28 03:30:27.336,12006782.0,1.0,,,,,,,,stable/dask,,,,,,,,,,,,,,,, +29,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-10-09 16:12:05.000000,2024-10-09 16:03:01,2770.0,62.0,3262.0,241.0,971.0,750.0,1788.0,22652.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,,,,6849791.0,21555.0,20807.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6762397.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,4020124.0,1.0,,,,,,shap/shap,,,,,,,,,,,,,,,,,, +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-10-09 14:21:12.000000,2024-10-09 13:33:21,7690.0,117.0,2054.0,421.0,1132.0,481.0,1353.0,21301.0,Data Apps & Dashboards for Python. No JavaScript Required.,165.0,43,True,2024-09-12 16:11:13.000,2.18.1,181.0,dash,conda-forge/dash,,,78.0,3466862.0,71294.0,70011.0,https://pypi.org/project/dash,2024-09-12 16:08:23.000,1283.0,3437938.0,https://anaconda.org/conda-forge/dash,2024-09-14 04:47:51.793,1504017.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +31,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-10-10 07:52:26.000000,2024-10-10 03:24:22,6573.0,350.0,4180.0,297.0,9199.0,1607.0,2586.0,18471.0,Open source platform for the machine learning lifecycle.,775.0,43,True,2024-09-27 04:49:37.000,2.17.0rc0,114.0,mlflow,conda-forge/mlflow,,,,15174967.0,44453.0,43578.0,https://pypi.org/project/mlflow,2024-09-27 00:54:05.000,875.0,15129277.0,https://anaconda.org/conda-forge/mlflow,2024-09-17 10:26:09.229,2375907.0,1.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-10-10 14:40:25.000000,2024-10-10 09:01:50,2853.0,89.0,3658.0,438.0,3390.0,347.0,2518.0,17746.0,Open standard for machine learning interoperability.,325.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,21988.0,5554717.0,35289.0,34236.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5530140.0,https://anaconda.org/conda-forge/onnx,2024-10-05 10:56:04.588,1264466.0,1.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-10-10 08:17:38.424000,2024-10-09 23:46:26,3576.0,57.0,3819.0,433.0,3260.0,367.0,3064.0,16571.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",318.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,236846.0,9761774.0,39377.0,38300.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,9703196.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2741444.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +34,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-10-10 01:41:45.000000,2024-10-10 01:41:45,7796.0,51.0,3221.0,279.0,3886.0,342.0,3028.0,14821.0,Network Analysis in Python.,750.0,43,True,2024-04-06 13:09:07.000,networkx-3.3,95.0,networkx,conda-forge/networkx,,,76.0,80981276.0,310422.0,300909.0,https://pypi.org/project/networkx,2024-10-06 17:29:58.000,9513.0,80621684.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,17979629.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-10-10 15:19:29.000000,2024-10-10 06:46:25,2772.0,311.0,1582.0,193.0,3297.0,653.0,787.0,12976.0,Development repository for the Triton language and compiler.,329.0,43,True,2024-07-09 07:22:23.000,3.0.0,195.0,triton,,,,,14959145.0,39159.0,38910.0,https://pypi.org/project/triton,2024-07-09 07:22:23.000,249.0,14959145.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-10-10 13:23:10.000000,2024-10-04 05:16:35,5005.0,69.0,2083.0,1673.0,4870.0,343.0,2727.0,12165.0,WebGL2 powered visualization framework.,273.0,43,True,2024-10-08 18:05:20.283,9.0.33,673.0,pydeck,conda-forge/pydeck,,['jupyter'],,6129680.0,8554.0,8135.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,5534362.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,620702.0,1.0,,,,,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-10-08 18:05:20.283,299.0,584235.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-10-08 04:19:19.000000,2024-10-08 04:19:18,18279.0,249.0,1009.0,117.0,3659.0,70.0,1605.0,10685.0,A hyperparameter optimization framework.,272.0,43,True,2024-09-02 05:17:47.000,4.0.0,66.0,optuna,conda-forge/optuna,,,,3596886.0,19072.0,18074.0,https://pypi.org/project/optuna,2024-09-02 05:17:47.000,998.0,3564028.0,https://anaconda.org/conda-forge/optuna,2024-09-03 06:05:16.374,1708642.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +38,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-10-09 15:49:58.000000,2024-10-09 15:49:58,14150.0,110.0,2224.0,186.0,4510.0,809.0,2107.0,6060.0,Image processing in Python.,672.0,43,False,2024-06-18 19:05:37.000,0.24.0,69.0,scikit-image,conda-forge/scikit-image,,,,28482247.0,204803.0,198501.0,https://pypi.org/project/scikit-image,2024-10-07 07:58:05.000,6302.0,28348318.0,https://anaconda.org/conda-forge/scikit-image,2024-08-17 02:34:14.270,6964351.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-10-09 21:12:27.000000,2024-10-09 17:25:32,2480.0,119.0,4714.0,311.0,519.0,49.0,866.0,31759.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",150.0,42,True,2024-08-23 23:42:07.000,1.0.9,60.0,timm,conda-forge/timm,,['pytorch'],7087305.0,6225650.0,38776.0,37847.0,https://pypi.org/project/timm,2024-08-23 23:31:27.000,929.0,6111862.0,https://anaconda.org/conda-forge/timm,2024-08-24 14:28:50.700,242434.0,1.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-10-10 11:34:44.000000,2024-10-03 10:30:16,3943.0,55.0,6934.0,432.0,5408.0,1024.0,2443.0,16081.0,"Datasets, Transforms and Models specific to Computer Vision.",607.0,42,True,2024-09-04 20:08:34.000,0.19.1,47.0,torchvision,conda-forge/torchvision,,['pytorch'],38863.0,14251122.0,5654.0,21.0,https://pypi.org/project/torchvision,2024-09-04 19:14:53.000,5633.0,14211875.0,https://anaconda.org/conda-forge/torchvision,2024-10-07 12:02:14.673,1669110.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-10-08 12:20:39.000000,2024-10-08 12:20:36,9341.0,50.0,1177.0,137.0,5520.0,231.0,4470.0,13687.0,ML Experiments and Data Management with Git.,304.0,42,True,2024-09-02 15:02:10.000,3.55.2,538.0,dvc,conda-forge/dvc,,,,662605.0,18368.0,18242.0,https://pypi.org/project/dvc,2024-09-02 15:02:10.000,126.0,619019.0,https://anaconda.org/conda-forge/dvc,2024-09-02 18:55:30.141,2266519.0,1.0,,,,,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +42,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-10-10 14:08:50.000000,2024-10-10 14:05:48,18025.0,3419.0,1482.0,70.0,2728.0,619.0,2756.0,12766.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",345.0,42,True,2024-10-10 14:08:50.000,1.49.0.de8,978.0,litellm,,,others,418.0,2314255.0,4169.0,3717.0,https://pypi.org/project/litellm,2024-10-09 10:56:33.000,452.0,2314046.0,,,,1.0,,,,,,,-1.0,,,,,,,,,,,,,,,,, +43,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-10-08 21:31:52.000000,2024-10-06 17:06:42,3785.0,97.0,791.0,140.0,1491.0,198.0,1814.0,9257.0,Declarative statistical visualization library for Python.,172.0,42,True,2024-08-27 04:41:23.000,5.4.1,42.0,altair,conda-forge/altair,,,193.0,23138370.0,167506.0,166632.0,https://pypi.org/project/altair,2024-08-27 04:31:06.000,874.0,23066336.0,https://anaconda.org/conda-forge/altair,2024-10-02 18:03:41.017,2449101.0,1.0,,,,,,vega/altair,,,,,,,,,,,,,,,,,, +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-10-10 09:17:14.000000,2024-10-10 01:37:15,7113.0,419.0,665.0,60.0,5248.0,876.0,2461.0,8982.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",194.0,42,True,2024-10-01 23:28:58.000,0.18.3,289.0,wandb,conda-forge/wandb,,,328.0,19105729.0,56670.0,55248.0,https://pypi.org/project/wandb,2024-10-01 23:27:12.000,1422.0,19092825.0,https://anaconda.org/conda-forge/wandb,2024-10-08 19:48:22.115,657753.0,1.0,,,,,,wandb/wandb,,,,,,,,,,,,,,,,,, +45,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-10-10 13:34:53.000000,2024-10-10 13:34:48,48668.0,423.0,1176.0,190.0,397.0,553.0,1778.0,8037.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1277.0,42,True,2024-09-07 20:11:05.000,1.2.7,113.0,catboost,conda-forge/catboost,,,311780.0,3404646.0,550.0,15.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3364281.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1724770.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,2024-10-08 00:39:40.000000,2024-10-08 00:39:40,5865.0,24.0,1655.0,189.0,5043.0,682.0,1240.0,6690.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'],,21690922.0,266330.0,264104.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,21593805.0,https://anaconda.org/conda-forge/tensorboard,2024-09-27 11:17:28.293,5050093.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,2024-10-10 11:49:12.000000,2024-10-10 11:48:04,6302.0,80.0,7723.0,442.0,3090.0,171.0,9154.0,43115.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",255.0,41,True,2024-07-17 10:49:23.000,2.8.1,46.0,paddleocr,,,['paddle'],422488.0,451287.0,3518.0,3415.0,https://pypi.org/project/paddleocr,2024-07-17 10:49:23.000,103.0,442665.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +48,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-10-10 13:25:06.000000,2024-10-10 02:59:26,2510.0,144.0,4060.0,343.0,2975.0,1110.0,1771.0,35034.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",344.0,41,True,2024-10-09 17:47:57.000,0.15.2,96.0,deepspeed,,,['pytorch'],,508278.0,9242.0,9033.0,https://pypi.org/project/deepspeed,2024-10-09 17:47:57.000,209.0,507950.0,,,,1.0,deepspeed/deepspeed,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,18748.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-10-09 16:31:16.000000,2024-10-09 15:26:22,1264.0,113.0,3572.0,480.0,1209.0,240.0,2277.0,30842.0,A library for efficient similarity search and clustering of dense vectors.,192.0,41,True,2024-10-04 21:33:29.000,1.9.0,101.0,pymilvus,conda-forge/faiss,,,,1066092.0,4209.0,4042.0,https://pypi.org/project/pymilvus,2024-09-25 11:24:52.000,167.0,1033025.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1719496.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-10-10 12:36:09.000000,2024-10-10 12:33:21,20879.0,606.0,2840.0,277.0,22539.0,755.0,11194.0,29900.0,"A cloud-native vector database, storage for next generation AI applications.",290.0,41,True,2024-10-08 07:25:52.000,2.3.22,101.0,pymilvus,,,,269542.0,2132591.0,167.0,,https://pypi.org/project/pymilvus,2024-09-25 11:24:52.000,167.0,1033025.0,,,,1.0,milvusdb/milvus,https://hub.docker.com/r/milvusdb/milvus,2024-10-08 06:17:07.407533,63.0,66799516.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-10-07 20:30:03.000000,2024-10-07 18:50:24,1319.0,80.0,2325.0,242.0,604.0,185.0,1185.0,13209.0,Download market data from Yahoo! Finances API.,123.0,41,True,2024-09-30 19:02:33.000,0.2.44,116.0,yfinance,ranaroussi/yfinance,,,,2340478.0,48728.0,48071.0,https://pypi.org/project/yfinance,2024-09-30 19:02:33.000,657.0,2338023.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,95760.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +52,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,1.0,1904.0,263.0,1122.0,176.0,2407.0,12462.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,,,444.0,19450628.0,494224.0,483381.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,19251248.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10367651.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,2024-10-10 13:03:08.000000,2024-10-10 13:03:08,10089.0,93.0,1999.0,224.0,4070.0,311.0,3065.0,8672.0,Bayesian Modeling and Probabilistic Programming in Python.,505.0,41,True,2024-10-03 09:11:52.000,5.17.0,90.0,pymc3,conda-forge/pymc3,,,1955.0,289587.0,4469.0,4277.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,277955.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,604067.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +54,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-10-08 20:54:15.000000,2024-10-08 20:54:15,3851.0,96.0,1138.0,137.0,3188.0,318.0,1204.0,2094.0,A library for training and deploying machine learning models on Amazon SageMaker.,458.0,41,True,2024-10-03 22:43:56.000,2.232.2,607.0,sagemaker,conda-forge/sagemaker-python-sdk,,"['mxnet', 'tensorflow']",,30744869.0,4671.0,4521.0,https://pypi.org/project/sagemaker,2024-10-03 22:43:56.000,150.0,30722920.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1097461.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +55,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-05-02 16:09:06.000000,2023-01-30 18:15:21,1757.0,,8590.0,1059.0,1455.0,104.0,1723.0,34614.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,,,,22348415.0,59074.0,57526.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,22342454.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,321934.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +56,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-09-25 15:53:49.000000,2024-09-25 15:53:46,2789.0,14.0,7546.0,605.0,2235.0,222.0,1593.0,26187.0,The fastai deep learning library.,670.0,40,True,2024-08-27 06:50:53.000,2.7.17,151.0,fastai,,,['pytorch'],,393285.0,19244.0,18940.0,https://pypi.org/project/fastai,2024-08-27 06:50:53.000,304.0,393285.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,2024-10-10 08:43:40.000000,2024-10-09 12:11:39,7629.0,54.0,3631.0,252.0,3137.0,1034.0,2659.0,21113.0,Graph Neural Network Library for PyTorch.,520.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,['pytorch'],,414365.0,6967.0,6612.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,412523.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-09-26 16:16:39.995,93982.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +58,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-10-01 23:03:49.000000,2024-10-01 23:03:47,8605.0,54.0,2216.0,211.0,4207.0,22.0,1937.0,21030.0,Build multimodal AI applications with cloud-native stack.,177.0,40,True,2024-10-01 09:31:10.000,3.27.17,2481.0,jina,conda-forge/jina-core,,,,163039.0,1798.0,1771.0,https://pypi.org/project/jina,2024-10-01 09:22:15.000,27.0,129763.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,76050.0,2.0,jinaai/jina,https://hub.docker.com/r/jinaai/jina,2024-10-01 09:40:53.390346,8.0,1748405.0,,,,,,,,,,,,,,,,,,, +59,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,8.0,4376.0,430.0,1708.0,384.0,1465.0,15603.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,,,4879.0,4584796.0,66600.0,65223.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4552293.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1395715.0,1.0,,,,,,piskvorky/gensim,,,,,,,,,,,,,,,,,, +60,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-10-10 11:28:23.000000,2024-10-10 11:28:23,1557.0,37.0,2449.0,140.0,548.0,1171.0,1010.0,15012.0,State-of-the-Art Text Embeddings.,184.0,40,True,2024-09-19 14:18:18.000,3.1.1,55.0,sentence-transformers,conda-forge/sentence-transformers,,['pytorch'],,5557852.0,51528.0,49894.0,https://pypi.org/project/sentence-transformers,2024-09-19 14:18:03.000,1634.0,5549545.0,https://anaconda.org/conda-forge/sentence-transformers,2024-09-24 16:14:33.235,407086.0,1.0,,,,,,,-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-10-10 01:27:13.000000,2024-10-10 01:27:12,1024.0,87.0,1638.0,128.0,933.0,333.0,732.0,14110.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,151.0,40,True,2024-10-08 22:32:45.000,1.4.18,73.0,albumentations,conda-forge/albumentations,,['pytorch'],,4572444.0,28224.0,27639.0,https://pypi.org/project/albumentations,2024-10-08 22:32:45.000,585.0,4568569.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,197663.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-06 16:57:35.000000,2024-10-06 16:57:24,8284.0,17.0,3366.0,479.0,725.0,53.0,2174.0,13472.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,,,25504.0,181682.0,30855.0,30642.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,164578.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,877608.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-10-10 13:30:26.000000,2024-10-10 13:30:24,1823.0,41.0,783.0,120.0,649.0,46.0,949.0,8976.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,94.0,40,True,2024-10-10 09:56:39.000,0.20.1,99.0,tokenizers,conda-forge/tokenizers,,,65.0,31252358.0,107745.0,106749.0,https://pypi.org/project/tokenizers,2024-10-10 09:56:28.000,996.0,31211163.0,https://anaconda.org/conda-forge/tokenizers,2024-08-12 03:17:57.893,2100926.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,2024-10-09 10:48:40.000000,2024-10-09 10:48:40,10143.0,266.0,1368.0,133.0,1271.0,136.0,994.0,8690.0,A PyTorch-based Speech Toolkit.,245.0,40,True,2024-10-01 10:55:15.000,1.0.1,17.0,speechbrain,,,['pytorch'],,2863542.0,2384.0,2322.0,https://pypi.org/project/speechbrain,2024-09-02 14:25:26.000,62.0,2863542.0,,,,1.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-10-09 16:12:06.000000,2024-10-09 16:12:04,1584.0,94.0,945.0,98.0,1552.0,119.0,1486.0,7798.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",295.0,40,True,2024-10-07 15:42:18.000,1.0.0,61.0,accelerate,conda-forge/accelerate,,['pytorch'],,7685742.0,54895.0,53392.0,https://pypi.org/project/accelerate,2024-10-07 15:29:34.000,1503.0,7679626.0,https://anaconda.org/conda-forge/accelerate,2024-10-08 05:27:45.262,220191.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-10-07 22:35:43.000000,2024-10-02 09:57:23,2317.0,40.0,565.0,90.0,884.0,288.0,951.0,3859.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,,,3685.0,33837610.0,84285.0,81350.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,33629328.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10409004.0,1.0,,,,,,,-1.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-10-10 11:06:20.000000,2024-10-10 11:06:20,5898.0,75.0,719.0,57.0,5153.0,1574.0,2371.0,1571.0,A distributed task scheduler for Dask.,329.0,40,True,2024-09-28 00:59:41.000,2024.9.1,240.0,distributed,conda-forge/distributed,,,,5340269.0,37633.0,36792.0,https://pypi.org/project/distributed,2024-09-28 00:59:41.000,841.0,5056300.0,https://anaconda.org/conda-forge/distributed,2024-09-28 02:21:08.800,15050383.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +68,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-10-09 14:18:54.000000,2024-08-30 09:20:57,6142.0,83.0,2097.0,203.0,1230.0,114.0,2219.0,13864.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,270.0,39,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,['pytorch'],,98259.0,3690.0,3549.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,141.0,97631.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,32056.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +69,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-10 05:29:33.000000,2024-10-10 05:29:33,4407.0,231.0,2997.0,174.0,5043.0,524.0,2356.0,13436.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,39,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,129875.0,454.0,306.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,129875.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-10-10 09:26:15.000000,2024-10-10 09:26:15,29078.0,392.0,811.0,129.0,6363.0,636.0,1765.0,9337.0,NumPy & SciPy for GPU.,391.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,,,189053.0,150086.0,2550.0,2281.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,56688.0,https://anaconda.org/conda-forge/cupy,2024-08-22 12:51:10.755,4764844.0,1.0,cupy/cupy,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,68093.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-10-10 10:45:12.000000,2024-10-10 10:45:12,4939.0,255.0,1331.0,105.0,4263.0,954.0,1584.0,7815.0,A unified framework for machine learning with time series.,397.0,39,True,2024-09-26 08:11:08.000,0.33.1,81.0,sktime,conda-forge/sktime-all-extras,,['sklearn'],101.0,786792.0,3464.0,3338.0,https://pypi.org/project/sktime,2024-09-26 08:11:08.000,126.0,760693.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-09-25 06:57:14.828,1017846.0,1.0,,,,,,sktime/sktime,,,,,,,,,,,,,,,,,, +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-10-10 11:01:17.000000,2024-10-10 11:01:17,2028.0,24.0,919.0,104.0,1695.0,440.0,1265.0,4475.0,Python tools for geographic data.,234.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,['pandas'],2726.0,7828874.0,44401.0,41562.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7751423.0,https://anaconda.org/conda-forge/geopandas,2024-09-21 05:55:22.256,4026056.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,2024-10-10 11:19:25.000000,2024-10-10 07:47:18,6517.0,138.0,1538.0,109.0,4464.0,692.0,742.0,4291.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",313.0,39,True,2024-06-05 08:15:47.000,4.9.6,39.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,['tensorflow'],,1706987.0,19937.0,19608.0,https://pypi.org/project/tensorflow-datasets,2024-06-05 08:15:42.000,329.0,1706125.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,35382.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,2024-10-09 20:54:58.000000,2024-10-09 20:54:58,18147.0,121.0,1306.0,83.0,8029.0,527.0,4367.0,2693.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,378.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,163868.0,4855.0,4467.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,388.0,155777.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,428875.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +75,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-10-10 12:13:42.000000,2024-10-10 12:13:42,36003.0,396.0,13281.0,947.0,25470.0,1218.0,,23917.0,Apache Flink Python API.,1924.0,38,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,219414.0,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,219414.0,,,,2.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,,6800.0,1068.0,11124.0,1805.0,7758.0,20773.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'],27631.0,676088.0,7646.0,7520.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,675680.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11107.0,2.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-09-16 12:14:44.000000,2024-03-21 15:05:22,32610.0,,4611.0,352.0,6373.0,124.0,6642.0,18745.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",597.0,38,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,['tensorflow'],,160291.0,4562.0,4502.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,160291.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +78,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,,1555.0,255.0,683.0,480.0,1059.0,12440.0,Video editing with Python.,161.0,38,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,1363565.0,47146.0,46203.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,943.0,1360478.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,268602.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +79,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-10-10 10:51:18.000000,2024-10-10 10:51:18,1662.0,137.0,2031.0,143.0,240.0,9.0,1111.0,12065.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",67.0,38,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,105108.0,4230.0,4186.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,105108.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +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-10-01 15:58:11.000000,2024-08-18 00:47:35,986.0,13.0,1168.0,127.0,309.0,36.0,715.0,10159.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,,,44535.0,22526464.0,80896.0,79164.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,22505200.0,https://anaconda.org/conda-forge/sentencepiece,2024-09-28 23:52:46.995,1053816.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +81,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-10-10 10:34:18.000000,2024-10-10 10:34:18,2805.0,43.0,955.0,127.0,1941.0,287.0,659.0,9870.0,Geometric Computer Vision Library for Spatial AI.,269.0,38,True,2024-06-28 15:16:20.000,0.7.3,40.0,kornia,conda-forge/kornia,,['pytorch'],1493.0,1906936.0,12226.0,11964.0,https://pypi.org/project/kornia,2024-06-28 15:16:20.000,262.0,1903655.0,https://anaconda.org/conda-forge/kornia,2024-06-28 20:04:02.857,150010.0,1.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,2024-10-10 11:52:52.000000,2024-10-10 11:31:20,22150.0,464.0,2159.0,182.0,3376.0,347.0,2079.0,8372.0,End-to-End Speech Processing Toolkit.,452.0,38,True,2024-10-01 06:28:01.000,.202409,53.0,espnet,,,,82.0,32938.0,390.0,378.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,32937.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +83,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-10-08 04:45:28.000000,2024-10-08 04:45:28,1883.0,9.0,2220.0,163.0,874.0,88.0,1035.0,6881.0,Python Data. Leaflet.js Maps.,170.0,38,True,2024-06-16 15:22:45.000,0.17.0,32.0,folium,conda-forge/folium,,,,1528181.0,44645.0,43899.0,https://pypi.org/project/folium,2024-06-16 15:22:45.000,746.0,1458943.0,https://anaconda.org/conda-forge/folium,2024-06-17 06:35:28.582,3115716.0,2.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-10-09 08:07:06.000000,2024-10-09 08:07:04,4745.0,210.0,481.0,36.0,3683.0,602.0,1131.0,2648.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,163.0,38,True,2024-07-22 04:26:19.000,0.44.1,98.0,pyvista,conda-forge/pyvista,,['jupyter'],835.0,311306.0,4032.0,3505.0,https://pypi.org/project/pyvista,2024-07-20 05:33:22.000,527.0,300534.0,https://anaconda.org/conda-forge/pyvista,2024-07-20 12:44:44.232,559630.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +85,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-10-08 14:37:33.000000,2024-10-07 17:42:22,3894.0,39.0,530.0,147.0,1210.0,140.0,1680.0,2237.0,Rasterio reads and writes geospatial raster datasets.,159.0,38,True,2024-10-01 13:34:26.000,1.4.1,164.0,rasterio,conda-forge/rasterio,,,966.0,3597263.0,14723.0,13290.0,https://pypi.org/project/rasterio,2024-10-01 13:28:36.000,1433.0,3516712.0,https://anaconda.org/conda-forge/rasterio,2024-10-01 11:13:22.492,3624459.0,2.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-10-10 12:15:12.000000,2024-10-10 12:15:11,1581.0,105.0,531.0,59.0,1525.0,155.0,815.0,2033.0,The official Python client for the Huggingface Hub.,199.0,38,True,2024-10-09 08:35:18.000,0.25.2,128.0,huggingface_hub,conda-forge/huggingface_hub,,,,43537142.0,1863.0,,https://pypi.org/project/huggingface_hub,2024-10-09 08:32:39.000,1863.0,43487122.0,https://anaconda.org/conda-forge/huggingface_hub,2024-10-09 14:52:14.987,2200907.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-08-19 12:09:51.456000,2024-08-19 02:35:18,1541.0,5.0,292.0,30.0,495.0,98.0,507.0,1466.0,Python library for reading and writing image data.,116.0,38,True,2024-08-19 02:35:29.000,2.35.1,94.0,imageio,conda-forge/imageio,,,1328.0,37654167.0,145224.0,142803.0,https://pypi.org/project/imageio,2024-08-19 02:35:25.000,2421.0,37517125.0,https://anaconda.org/conda-forge/imageio,2024-08-19 12:09:51.456,6988257.0,1.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-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1279.0,167.0,674.0,227.0,33176.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,,,,1266540.0,32225.0,31387.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1264742.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,161899.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +89,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9401.0,371.0,3157.0,1782.0,6714.0,29274.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,['pytorch'],,178362.0,3120.0,3038.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,178362.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +90,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-10-10 03:50:14.000000,2024-10-10 03:50:05,8541.0,315.0,2759.0,301.0,231.0,23.0,1118.0,27807.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-10-06 05:05:31.000,7.9.5,671.0,netron,,,"['pytorch', 'tensorflow']",55243.0,87924.0,653.0,570.0,https://pypi.org/project/netron,2024-10-06 05:05:31.000,83.0,32681.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +91,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-09-30 03:00:08.000000,2024-09-30 03:00:08,2336.0,32.0,5376.0,510.0,177.0,1135.0,1372.0,23050.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'],4916384.0,552599.0,2807.0,2777.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,279467.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +92,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-10-09 03:23:34.000000,2024-06-20 12:51:40,1687.0,,2848.0,378.0,469.0,3.0,1903.0,14826.0,Python Echarts Plotting Library.,44.0,37,True,2024-06-20 15:50:49.000,2.0.6,74.0,pyecharts,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],70.0,134791.0,4684.0,4475.0,https://pypi.org/project/pyecharts,2024-06-20 15:48:17.000,209.0,134788.0,,,,2.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-10-05 19:10:14.000000,2024-10-04 03:31:10,1485.0,16.0,1672.0,154.0,810.0,236.0,571.0,12446.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,130.0,37,True,2024-09-07 09:50:39.000,4.10.0,63.0,pandas-profiling,conda-forge/pandas-profiling,,"['jupyter', 'pandas']",188.0,338906.0,4524.0,4341.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,334154.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,465675.0,2.0,,,,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,, +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,,2483.0,538.0,4120.0,694.0,2087.0,9895.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,,,,119647.0,15712.0,15540.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,94886.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2451409.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-10-10 03:54:36.000000,2024-10-10 03:54:34,33315.0,2078.0,1992.0,199.0,5852.0,42.0,3390.0,9467.0,Perform data science on data that remains in someone elses server.,515.0,37,True,2024-09-04 20:09:29.000,0.9.1,317.0,syft,,,['pytorch'],2314.0,18648.0,5.0,1.0,https://pypi.org/project/syft,2024-10-06 12:38:26.000,4.0,18438.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,2024-10-10 13:01:19.000000,2024-10-10 11:20:38,4762.0,183.0,623.0,86.0,2611.0,262.0,734.0,6028.0,Flax is a neural network library for JAX that is designed for flexibility.,240.0,37,True,2024-08-27 17:51:42.000,0.9.0,47.0,flax,conda-forge/flax,,['jax'],55.0,842110.0,9952.0,9484.0,https://pypi.org/project/flax,2024-08-27 17:51:42.000,468.0,840419.0,https://anaconda.org/conda-forge/flax,2024-08-27 20:55:17.110,72692.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +97,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-10-10 05:39:26.000000,2024-10-09 06:38:58,10849.0,32.0,402.0,59.0,3079.0,1110.0,2228.0,2694.0,"With Holoviews, your data visualizes itself.",145.0,37,True,2024-08-01 13:45:47.955,3.0.3,169.0,holoviews,conda-forge/holoviews,,['jupyter'],,718292.0,12710.0,12313.0,https://pypi.org/project/holoviews,2024-10-01 16:21:54.000,392.0,683242.0,https://anaconda.org/conda-forge/holoviews,2024-07-07 07:21:50.008,1808836.0,2.0,,,,,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,265.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-10-04 16:37:24.000000,2024-10-02 23:05:03,4901.0,553.0,1102.0,149.0,1335.0,63.0,699.0,1883.0,Documentation and samples for ArcGIS API for Python.,92.0,37,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,,,12405.0,78580.0,875.0,835.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,78453.0,,,,2.0,esridocker/arcgis-api-python-notebook,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,,,,,,,,,,,,,,,,,,, +99,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-07 07:58:03.000000,2024-09-30 16:27:25,1562.0,24.0,202.0,47.0,609.0,31.0,774.0,1153.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,,,,5426743.0,23042.0,22770.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,272.0,5308379.0,https://anaconda.org/conda-forge/fiona,2024-09-18 13:16:30.929,6036564.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +100,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-10-03 15:50:44.000000,2024-10-03 15:50:44,2326.0,3.0,6351.0,428.0,1347.0,1271.0,3050.0,30297.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'],358.0,150035.0,3699.0,3582.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,148170.0,https://anaconda.org/conda-forge/fairseq,2024-09-22 22:23:30.593,94917.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +101,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,3.0,3130.0,315.0,259.0,427.0,594.0,24010.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,36,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,15061230.0,758389.0,8883.0,8670.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,468750.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +102,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,340.0,304.0,225.0,14363.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,,,,542028.0,22292.0,22027.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,539219.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,179806.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +103,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,2024-10-10 13:51:40.000000,2024-10-10 06:24:40,18715.0,358.0,5767.0,70.0,11740.0,937.0,15949.0,14023.0,Convert Machine Learning Code Between Frameworks.,1479.0,36,True,2023-06-29 19:33:01.167,0.0.0,124.0,ivy,,,,,5505.0,12.0,,https://pypi.org/project/ivy,2024-09-25 03:02:55.000,12.0,5505.0,,,,2.0,,,,,,ivy-llc/ivy,,,,,,,,,,,,,,,,,, +104,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,,5179.0,381.0,719.0,655.0,1366.0,12951.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,36,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,3974365.0,593835.0,1636.0,1443.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,193.0,553398.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,258661.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +105,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-10-10 14:16:46.000000,2024-10-10 14:16:44,7263.0,528.0,2448.0,205.0,7861.0,149.0,2216.0,11762.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",352.0,36,True,2024-08-15 21:55:14.000,r2.0.0rc1,74.0,nemo-toolkit,,,['pytorch'],266454.0,145661.0,34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-08-15 22:05:43.000,13.0,141293.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,,2243.0,280.0,3096.0,91.0,2477.0,11747.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'],68.0,117730.0,4362.0,4237.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,115560.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,151922.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +107,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-10-08 00:11:20.000000,2024-08-07 18:02:18,598.0,9.0,1131.0,262.0,196.0,109.0,171.0,9121.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,,,123.0,1288979.0,43707.0,43317.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,1286269.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,265654.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +108,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-08-30 03:35:21.000000,2024-08-30 03:34:11,5357.0,41.0,1748.0,134.0,1020.0,366.0,1948.0,8868.0,"An open-source, low-code machine learning library in Python.",141.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,713.0,279676.0,6472.0,6441.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,278548.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,55753.0,2.0,,,,,,,-1.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-10-10 15:14:40.000000,2024-10-09 14:35:51,21380.0,734.0,549.0,56.0,3383.0,494.0,1062.0,8760.0,"Visualize, create, and debug image and video datasets and model predictions.",133.0,36,True,2024-10-01 13:49:20.000,1.0.0,148.0,fiftyone,,,"['tensorflow', 'pytorch', 'jupyter']",,77393.0,728.0,706.0,https://pypi.org/project/fiftyone,2024-10-01 01:41:17.000,22.0,77393.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-09-21 19:23:59.000000,2024-09-21 19:22:59,697.0,20.0,344.0,67.0,125.0,35.0,149.0,8421.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",29.0,36,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,5199114.0,49166.0,47126.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5193317.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,278276.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +111,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-10-07 23:00:37.000000,2024-10-07 23:00:35,1442.0,22.0,910.0,213.0,241.0,179.0,243.0,6969.0,Efficiently computes derivatives of NumPy code.,59.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,2661913.0,10018.0,9735.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,2644780.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,479741.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-09-30 07:44:06.000000,2024-09-30 07:41:14,3141.0,73.0,1051.0,89.0,3484.0,359.0,2760.0,5743.0,AI Toolkit for Healthcare Imaging.,204.0,36,True,2024-06-26 07:23:34.000,1.3.2,101.0,monai,conda-forge/monai,,['pytorch'],,154647.0,3040.0,2923.0,https://pypi.org/project/monai,2024-09-30 07:44:06.000,117.0,153750.0,https://anaconda.org/conda-forge/monai,2024-06-26 07:27:45.102,30500.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +113,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-09-27 13:25:23.000000,2024-09-08 06:20:16,4165.0,50.0,1096.0,154.0,1721.0,416.0,895.0,3876.0,Fast data visualization and GUI tools for scientific / engineering applications.,287.0,36,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,359986.0,11411.0,10385.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,348459.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,599414.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-10-10 14:58:19.000000,2024-09-28 18:56:29,8603.0,48.0,710.0,99.0,13339.0,36.0,854.0,3832.0,State of the Art Natural Language Processing.,113.0,36,True,2024-09-25 20:20:27.000,5.5.0,148.0,spark-nlp,,,['spark'],,3986872.0,549.0,512.0,https://pypi.org/project/spark-nlp,2024-09-25 14:58:28.000,37.0,3986872.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +115,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-07 18:43:02.000000,2024-10-07 18:43:00,7401.0,10.0,618.0,115.0,1187.0,353.0,1115.0,3306.0,High-performance interactive 2D/3D data visualization library.,198.0,36,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,['jupyter'],,458816.0,1874.0,1698.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,446361.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,610195.0,2.0,,,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,3.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,2816.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,,,376.0,11477492.0,54101.0,53960.0,https://pypi.org/project/thinc,2024-10-01 10:35:24.000,141.0,11418968.0,https://anaconda.org/conda-forge/thinc,2024-07-14 15:52:37.957,3101570.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +117,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-10-10 07:23:43.000000,2024-10-10 06:10:39,3338.0,233.0,303.0,69.0,2087.0,59.0,716.0,2360.0,Adaptive Experimentation Platform.,174.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,['pytorch'],,112707.0,869.0,815.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,112018.0,https://anaconda.org/conda-forge/ax-platform,2024-09-24 20:13:10.358,27598.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +118,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-10-10 14:57:28.000000,2024-10-10 14:18:04,4602.0,277.0,592.0,46.0,5036.0,312.0,1083.0,2307.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",185.0,36,True,2024-09-12 16:21:00.000,0.38.1,59.0,pennylane,conda-forge/pennylane,,,95.0,76617.0,1201.0,1085.0,https://pypi.org/project/pennylane,2024-09-12 16:21:00.000,116.0,72323.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,150266.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-10-10 14:51:13.000000,2024-10-10 09:42:18,1937.0,100.0,394.0,32.0,1673.0,80.0,791.0,2110.0,"Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.",253.0,36,True,2024-10-10 12:04:35.000,1.4.3,49.0,metrics,conda-forge/torchmetrics,,['pytorch'],5679.0,43192.0,30894.0,30892.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,5967.0,https://anaconda.org/conda-forge/torchmetrics,2024-09-14 06:48:05.562,1595014.0,2.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,18.0,395.0,48.0,1518.0,179.0,687.0,1597.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,,,157.0,1737214.0,8071.0,7758.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1695332.0,https://anaconda.org/conda-forge/arviz,2024-09-29 12:11:02.561,2219647.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +121,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-10-10 13:21:02.000000,2024-10-10 13:20:58,10397.0,68.0,595.0,70.0,2533.0,298.0,1827.0,1173.0,Machine learning for NeuroImaging in Python.,245.0,36,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,['sklearn'],237.0,71391.0,3778.0,3482.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,296.0,65106.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,295192.0,1.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-10 01:18:22.000000,2024-10-10 01:16:59,1583.0,30.0,210.0,34.0,714.0,32.0,589.0,1050.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,66.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,9773356.0,36092.0,34352.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,9602592.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,8708988.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,2024-10-08 21:25:48.779000,2024-10-08 18:27:56,6030.0,137.0,258.0,37.0,848.0,129.0,409.0,649.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-10-08 18:26:39.000,5.3.0,43.0,nibabel,conda-forge/nibabel,,,,1561429.0,23102.0,21930.0,https://pypi.org/project/nibabel,2024-10-08 18:24:51.000,1172.0,1546477.0,https://anaconda.org/conda-forge/nibabel,2024-10-08 21:25:48.779,777550.0,1.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,,13454.0,1565.0,232.0,792.0,588.0,53087.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'],1387.0,126776.0,3435.0,3319.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,126201.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,27483.0,2.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,,4179.0,286.0,747.0,85.0,1028.0,34491.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']",3336425.0,197497.0,1821.0,1768.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,119421.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,17493.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +126,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,25878.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,,,,1831265.0,6915.0,6668.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1829161.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,103128.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +127,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-10-09 12:26:05.000000,2024-09-11 08:45:28,9010.0,57.0,3078.0,274.0,1292.0,162.0,703.0,18934.0,Best Practices on Recommendation Systems.,136.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,590.0,29731.0,125.0,121.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,29723.0,,,,1.0,,,,,,recommenders-team/recommenders,,,,,,,,,,,,,,,,,, +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-04 13:02:12.277000,2024-10-02 23:54:25,816.0,15.0,4515.0,453.0,463.0,418.0,1732.0,18352.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,182.0,35,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,2826.0,282976.0,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,252793.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1266395.0,1.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-10-10 14:20:16.000000,2024-10-08 12:35:43,3685.0,165.0,1864.0,138.0,4030.0,124.0,3425.0,17068.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",266.0,35,True,2024-10-10 08:53:02.000,2.6.1,100.0,haystack,,,,,6372.0,558.0,553.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6372.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,2024-08-31 11:57:00.000000,2024-08-31 11:55:45,1340.0,1.0,2222.0,335.0,1602.0,405.0,1860.0,14212.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,,,,,130854.0,1265.0,1232.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,130854.0,,,,2.0,,,,,,,-1.0,stable/horovod,,,,,,,,,,,,,,,, +131,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,544.0,717.0,412.0,1283.0,14042.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,,,,,88263.0,5959.0,5941.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,88263.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,4.0,1149.0,318.0,268.0,56.0,343.0,13162.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,,,,1052593.0,4512.0,4311.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,1041736.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,532011.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,2024-10-08 13:55:40.000000,2024-10-07 17:40:57,2659.0,51.0,676.0,101.0,495.0,605.0,1263.0,9460.0,An open source multi-tool for exploring and publishing data.,80.0,35,True,2024-10-07 17:38:03.000,0.65,153.0,datasette,conda-forge/datasette,,,68.0,62392.0,1745.0,1332.0,https://pypi.org/project/datasette,2024-10-07 17:41:27.000,413.0,61320.0,https://anaconda.org/conda-forge/datasette,2024-10-08 05:31:37.168,44997.0,1.0,,,,,,,,,,,,,,datasette,,,,,,,,,, +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-09-06 16:48:34.000000,2024-09-05 19:08:20,1865.0,5.0,1356.0,144.0,248.0,221.0,146.0,8492.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,,,,663254.0,4371.0,4258.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,660937.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,122808.0,1.0,,,,,,,-1.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-09-05 15:50:55.744000,2024-08-01 18:55:53,10421.0,4.0,1926.0,352.0,3428.0,131.0,1138.0,8473.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,,,,60314.0,40.0,,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,55588.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-09-05 15:50:55.744,226873.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-10-10 13:29:39.000000,2024-10-10 12:48:05,39617.0,547.0,884.0,153.0,10571.0,1052.0,5500.0,8343.0,cuDF - GPU DataFrame Library.,295.0,35,True,2024-10-09 15:25:13.000,24.10.00,56.0,cudf,,,,,3237.0,79.0,57.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3237.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,2024-10-10 03:46:56.000000,2024-10-10 03:46:56,3301.0,135.0,780.0,78.0,3678.0,168.0,915.0,7060.0,"The easiest way to serve AI apps and models - Build reliable Inference APIs, LLM apps, Multi-model chains, RAG..",208.0,35,True,2024-09-25 12:30:24.000,1.3.7,162.0,bentoml,,,,1199.0,110803.0,2112.0,2084.0,https://pypi.org/project/bentoml,2024-09-25 12:30:24.000,28.0,110780.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +138,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-10-10 03:56:52.000000,2024-10-04 08:11:09,32520.0,44.0,1994.0,387.0,6879.0,2838.0,6661.0,6886.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",268.0,35,True,,,155.0,h2o,,,,,294788.0,69.0,21.0,https://pypi.org/project/h2o,2024-08-29 13:55:23.000,48.0,294788.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +139,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-10-07 17:52:42.000000,2024-10-07 17:43:42,10536.0,36.0,1669.0,143.0,2435.0,637.0,1237.0,5427.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",248.0,35,True,2024-04-03 16:21:23.000,2.8.0,924.0,deepchem,conda-forge/deepchem,,['tensorflow'],,72555.0,450.0,437.0,https://pypi.org/project/deepchem,2024-10-07 17:52:42.000,13.0,70437.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,110167.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +140,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-10-10 13:52:36.000000,2024-10-10 13:52:36,30411.0,259.0,1593.0,183.0,2186.0,19.0,1612.0,5062.0,"mlpack: a fast, header-only C++ machine learning library.",323.0,35,True,2024-09-20 14:12:49.000,4.5.0,48.0,mlpack,conda-forge/mlpack,,,,13232.0,4.0,,https://pypi.org/project/mlpack,2024-09-20 14:12:49.000,4.0,8400.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,251312.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,2024-10-10 00:16:00.000000,2024-10-02 14:39:37,1727.0,20.0,612.0,59.0,1874.0,154.0,1266.0,4513.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,655.0,35,True,2024-08-13 12:47:02.000,0.5.1,1764.0,pytorch-ignite,pytorch/ignite,,['pytorch'],,179734.0,3363.0,3265.0,https://pypi.org/project/pytorch-ignite,2024-10-10 00:16:00.000,98.0,177103.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,199990.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +142,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,2.0,833.0,91.0,218.0,124.0,685.0,4478.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,,,,,16698171.0,460073.0,449717.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,16698171.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +143,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-10-03 12:10:38.000000,2024-10-03 12:10:36,12174.0,27.0,1095.0,163.0,466.0,689.0,754.0,4254.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,35,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,['tensorflow'],,1586617.0,615.0,2.0,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,613.0,1583298.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,146048.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +144,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-07 23:02:32.000000,2024-10-03 20:57:31,3879.0,53.0,852.0,57.0,1706.0,406.0,1267.0,4207.0,"Serve, optimize and scale PyTorch models in production.",216.0,35,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,,['pytorch'],6932.0,75165.0,753.0,731.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,52645.0,https://anaconda.org/pytorch/torchserve,,,2.0,pytorch/torchserve,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,28.0,1343539.0,,,,,,,,,,,,,,,,,,, +145,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-10-04 19:48:50.000000,2024-10-04 19:35:56,2407.0,37.0,210.0,64.0,145.0,90.0,594.0,3999.0,A Grammar of Graphics for Python.,111.0,35,True,2024-05-10 08:15:43.000,0.13.6,27.0,plotnine,conda-forge/plotnine,,,,3095625.0,9221.0,8914.0,https://pypi.org/project/plotnine,2024-05-09 20:44:49.000,307.0,3087797.0,https://anaconda.org/conda-forge/plotnine,2024-09-20 10:25:14.080,407058.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,2024-10-10 11:34:35.000000,2024-09-29 13:33:28,2315.0,4.0,641.0,72.0,2898.0,249.0,726.0,2500.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",226.0,35,True,2024-09-04 20:06:34.000,2.4.1,37.0,torchaudio,,,['pytorch'],,5548604.0,1263.0,,https://pypi.org/project/torchaudio,2024-09-04 19:15:37.000,1263.0,5548604.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +147,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-10-10 06:10:36.000000,2024-10-09 08:53:53,5900.0,232.0,701.0,88.0,6006.0,245.0,859.0,2110.0,TFX is an end-to-end platform for deploying production ML pipelines.,190.0,35,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,['tensorflow'],,37022.0,1588.0,1571.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,37022.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +148,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-10-10 11:41:52.000000,2024-10-10 11:41:51,1859.0,120.0,173.0,30.0,1815.0,91.0,192.0,1212.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,82.0,35,True,2024-09-18 12:49:48.000,2024.7.0,30.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,['sklearn'],,93436.0,12233.0,12178.0,https://pypi.org/project/scikit-learn-intelex,2024-09-17 16:36:34.000,55.0,85120.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-08-20 09:58:15.356,349274.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,2024-10-07 18:14:12.000000,2024-10-07 18:14:12,14985.0,103.0,506.0,50.0,2320.0,402.0,965.0,746.0,Workflows and interfaces for neuroimaging packages.,258.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,216910.0,5154.0,5006.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,148.0,203068.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,692106.0,2.0,,,,,,,2.0,,,,,,,,,,,,,,,,, +150,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-10-10 09:02:50.000000,2024-10-10 09:02:49,3703.0,211.0,4314.0,383.0,4190.0,415.0,1263.0,38715.0,"Making large AI models cheaper, faster and more accessible.",193.0,34,True,2024-09-19 02:53:35.000,0.4.4,44.0,,,,,,,423.0,423.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,2024-10-10 03:44:12.000000,2024-10-10 03:30:41,1531.0,6.0,7430.0,386.0,686.0,525.0,3069.0,30183.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'],,8494.0,2052.0,2039.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,https://anaconda.org/conda-forge/detectron2,2024-08-26 11:04:11.128,433202.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +152,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,671.0,1677.0,151.0,1987.0,25191.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'],1195037.0,50435.0,481.0,457.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,33984.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3178.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +153,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-09-15 23:43:40.000000,2024-09-15 23:43:35,3868.0,24.0,993.0,136.0,180.0,113.0,1063.0,13821.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",100.0,34,True,2024-08-31 09:35:44.000,16.5.0,244.0,ocrmypdf,conda-forge/ocrmypdf,,,5282.0,132428.0,1035.0,1001.0,https://pypi.org/project/ocrmypdf,2024-08-31 09:35:10.000,34.0,130258.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,78903.0,2.0,,,,,,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +154,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-10-10 10:31:09.000000,2024-10-08 19:09:35,6259.0,5.0,3623.0,245.0,1717.0,1099.0,4455.0,11199.0,Open-source simulator for autonomous driving research.,190.0,34,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,18681.0,825.0,814.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,18681.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +155,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,,1028.0,133.0,233.0,360.0,274.0,8848.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,,,,6446306.0,70898.0,69529.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6444620.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,118032.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +156,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2024-09-28 02:01:11.000000,2024-09-28 02:01:11,2493.0,16.0,983.0,201.0,2325.0,258.0,846.0,8516.0,Deep universal probabilistic programming with Python and PyTorch.,157.0,34,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,['pytorch'],,329067.0,186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,324481.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,197228.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +157,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-10-10 13:47:11.000000,2024-10-09 20:38:38,1070.0,105.0,763.0,288.0,1429.0,328.0,417.0,8101.0,"Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems.",95.0,34,True,2024-10-07 19:08:12.000,2.12.25,149.0,metaflow,conda-forge/metaflow,,,,926414.0,773.0,728.0,https://pypi.org/project/metaflow,2024-10-07 19:08:12.000,45.0,922156.0,https://anaconda.org/conda-forge/metaflow,2024-10-08 15:30:55.152,217174.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +158,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-01 17:08:05.000000,2024-10-01 17:08:05,385.0,15.0,1525.0,129.0,163.0,8.0,355.0,7835.0,A Python implementation of global optimization with gaussian processes.,47.0,34,True,2024-07-10 12:02:35.000,1.5.1,16.0,bayesian-optimization,,,,160.0,465627.0,3118.0,2974.0,https://pypi.org/project/bayesian-optimization,2024-07-10 12:02:35.000,144.0,465626.0,,,,1.0,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,, +159,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-10-10 09:05:04.000000,2024-10-10 07:47:00,2327.0,69.0,911.0,99.0,2613.0,367.0,1086.0,7808.0,Fast and Accurate ML in 3 Lines of Code.,125.0,34,True,2024-06-14 20:30:21.000,1.1.1,1631.0,autogluon,conda-forge/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",,242545.0,868.0,841.0,https://pypi.org/project/autogluon,2024-10-10 09:05:04.000,27.0,241446.0,https://anaconda.org/conda-forge/autogluon,2024-06-18 07:07:41.213,19597.0,1.0,autogluon/autogluon,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,10465.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-09-22 18:07:58.000000,2024-09-12 23:27:08,4682.0,107.0,885.0,140.0,498.0,92.0,803.0,7261.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,,,,282278.0,3301.0,3126.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,282134.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7933.0,2.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-09-11 20:27:12.000000,2024-09-11 20:27:12,1230.0,15.0,657.0,63.0,137.0,61.0,445.0,5972.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",42.0,34,True,2024-07-25 01:34:14.000,2.6.1,212.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,['pytorch'],,707966.0,1946.0,1896.0,https://pypi.org/project/pytorch-metric-learning,2024-07-25 01:34:14.000,50.0,707758.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11904.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +162,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,284.0,6588.0,12.0,2032.0,5889.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,,,,210357.0,3375.0,3317.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,210007.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,19617.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +163,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-10-09 19:44:24.000000,2024-10-09 19:44:19,2431.0,44.0,649.0,95.0,273.0,489.0,563.0,5621.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",101.0,34,True,2024-08-27 19:48:22.000,1.16.4,172.0,clearml,,,,2892.0,340260.0,1364.0,1324.0,https://pypi.org/project/clearml,2024-10-01 07:26:30.000,40.0,339742.0,,,,2.0,allegroai/trains,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30296.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,2024-10-07 20:31:19.000000,2024-10-07 20:28:33,12403.0,58.0,1156.0,98.0,1385.0,140.0,758.0,4800.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,,,,43546.0,618.0,598.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-10-02 21:24:21.000,20.0,42572.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-10-03 01:54:09.200,49675.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +165,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-10-08 19:10:13.000000,2024-10-08 19:10:13,1186.0,26.0,627.0,125.0,934.0,350.0,1095.0,4372.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",178.0,34,True,2024-09-16 20:50:54.000,8.0,50.0,coremltools,conda-forge/coremltools,,,11722.0,405939.0,4252.0,4171.0,https://pypi.org/project/coremltools,2024-09-16 21:06:12.000,81.0,404323.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,71007.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,2024-10-10 06:57:48.000000,2024-10-10 06:55:05,1330.0,33.0,274.0,40.0,479.0,100.0,239.0,3903.0,Lightning fast forecasting with statistical and econometric models.,46.0,34,True,2024-09-19 21:41:21.000,1.7.8,37.0,statsforecast,conda-forge/statsforecast,,,,676328.0,1206.0,1149.0,https://pypi.org/project/statsforecast,2024-09-19 21:39:13.000,57.0,673177.0,https://anaconda.org/conda-forge/statsforecast,2024-09-23 21:39:04.210,97689.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +167,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-10-10 14:49:50.000000,2024-10-10 13:57:46,3445.0,245.0,358.0,29.0,3280.0,123.0,2013.0,3861.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,96.0,34,True,2024-10-08 09:45:50.000,2.3.1,100.0,rubrix,conda-forge/rubrix,,,,2905.0,2740.0,2740.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,1830.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,36564.0,2.0,,,,,,argilla-io/argilla,,,,,,,,,,,,,,,,,, +168,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-10-07 15:31:41.000000,2024-10-07 15:27:57,2013.0,95.0,390.0,51.0,1758.0,65.0,467.0,3075.0,Bayesian optimization in PyTorch.,131.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,['pytorch'],,200322.0,1256.0,1172.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,197810.0,https://anaconda.org/conda-forge/botorch,2024-09-20 23:53:13.019,125619.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +169,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-10-10 15:01:49.000000,2024-10-10 11:57:31,1106.0,38.0,448.0,56.0,1292.0,414.0,422.0,2511.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,126.0,34,True,2024-10-10 11:52:00.000,1.23.0,71.0,optimum,conda-forge/optimum,,,,955520.0,3714.0,3543.0,https://pypi.org/project/optimum,2024-10-10 11:24:39.000,171.0,954709.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,24351.0,2.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,2024-10-09 15:13:19.000000,2024-10-09 15:11:49,5299.0,81.0,547.0,19.0,1403.0,1134.0,686.0,2250.0,"This is the development home of the workflow management system Snakemake. For general information, see.",342.0,34,True,2024-10-07 14:34:19.000,8.20.6,359.0,snakemake,bioconda/snakemake,,,,133506.0,2333.0,2102.0,https://pypi.org/project/snakemake,2024-10-07 14:34:19.000,231.0,122523.0,https://anaconda.org/bioconda/snakemake,2024-10-07 18:27:45.938,1186172.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +171,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-09-07 01:20:44.000000,2024-09-07 01:20:42,565.0,11.0,157.0,42.0,80.0,7.0,130.0,2049.0,a python library for doing approximate and phonetic matching of strings.,32.0,34,True,2024-07-28 08:19:05.000,1.1.0,44.0,jellyfish,conda-forge/jellyfish,,,,5822623.0,11031.0,10762.0,https://pypi.org/project/jellyfish,2024-07-28 08:19:05.000,269.0,5802770.0,https://anaconda.org/conda-forge/jellyfish,2024-09-06 22:00:00.405,1032397.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +172,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,,209.0,32.0,47.0,13.0,169.0,1629.0,Simple Python interface for Graphviz.,23.0,34,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,16660307.0,76691.0,74072.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,16659758.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,49431.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +173,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-09-28 14:28:05.000000,2024-09-28 14:28:05,1953.0,49.0,288.0,45.0,287.0,58.0,213.0,1547.0,TensorLy: Tensor Learning in Python.,69.0,34,True,2024-06-09 17:29:20.000,0.8.2,20.0,tensorly,conda-forge/tensorly,,,,116941.0,862.0,770.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,92.0,109265.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,368478.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,2024-10-09 19:25:52.000000,2024-10-08 21:39:20,3089.0,29.0,362.0,55.0,1199.0,316.0,972.0,1417.0,Cartopy - a cartographic python library with matplotlib support.,128.0,34,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,428542.0,6483.0,5765.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,351251.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4096448.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,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,1400.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,,,50347.0,951399.0,19985.0,19728.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,949447.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,77095.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +176,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-10-07 13:07:02.000000,2024-09-27 00:45:22,2904.0,32.0,247.0,35.0,227.0,48.0,510.0,1294.0,Python interface for igraph.,75.0,34,False,2024-07-08 23:38:30.000,0.11.6,42.0,python-igraph,conda-forge/igraph,,,564897.0,855730.0,4542.0,4145.0,https://pypi.org/project/python-igraph,2024-07-08 23:38:30.000,397.0,837503.0,https://anaconda.org/conda-forge/igraph,2024-06-28 12:12:37.634,610935.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +177,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-09-30 23:37:10.000000,2024-09-05 06:54:23,889.0,6.0,340.0,42.0,1054.0,190.0,170.0,1220.0,Making text a first-class citizen in TensorFlow.,117.0,34,True,2024-07-15 22:42:38.000,2.17.0,72.0,tensorflow-text,,,['tensorflow'],,7662492.0,7632.0,7416.0,https://pypi.org/project/tensorflow-text,2024-09-30 23:25:49.000,216.0,7662492.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +178,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-10-10 14:02:03.000000,2024-10-09 09:19:17,18679.0,192.0,4815.0,401.0,5403.0,193.0,3808.0,26532.0,The platform for building AI from enterprise data.,845.0,33,False,2024-10-08 16:12:07.000,24.10.2.0,491.0,mindsdb,,,['pytorch'],,29150.0,,,https://pypi.org/project/mindsdb,2024-10-08 16:13:16.000,,29150.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +179,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-10-10 14:53:26.000000,2024-10-10 14:52:05,6272.0,1225.0,2873.0,272.0,6141.0,118.0,632.0,26479.0,You like pytorch? You like micrograd? You love tinygrad!.,343.0,33,True,2024-08-13 23:19:48.000,0.9.2,8.0,,,,['pytorch'],,,110.0,110.0,,,,,,,,1.0,,,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,,, +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,2024-10-10 12:48:54.000000,2024-10-08 12:33:47,3373.0,356.0,1361.0,122.0,3686.0,308.0,998.0,20094.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",122.0,33,True,2024-10-08 18:44:58.000,1.12.0,84.0,,,,,209919.0,4998.0,114.0,114.0,,,,,,,,2.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,,3461.0,465.0,671.0,590.0,672.0,15398.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'],,9157.0,1524.0,1510.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9157.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +182,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-08 00:31:52.000000,2024-08-21 07:05:41,3857.0,3.0,1185.0,194.0,2866.0,361.0,766.0,11125.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'],,4802.0,279.0,273.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,4802.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +183,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-10-09 21:42:24.000000,2024-10-09 21:38:42,1179.0,14.0,1270.0,148.0,178.0,265.0,1341.0,8718.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'],,12611.0,992.0,978.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,8325.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,252910.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,2024-10-10 12:33:36.000000,2024-10-10 12:33:36,2936.0,16.0,1681.0,92.0,1684.0,236.0,1887.0,8614.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,33,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,['paddle'],,1480.0,1293.0,1286.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1480.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +185,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-10-07 03:57:15.000000,2024-10-06 03:56:47,6097.0,90.0,1169.0,122.0,1721.0,101.0,706.0,8398.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",94.0,33,True,2024-09-23 15:44:54.000,3.1.0,131.0,perspective-python,conda-forge/perspective,,['jupyter'],5228.0,52632.0,178.0,146.0,https://pypi.org/project/perspective-python,2024-09-23 15:44:54.000,26.0,24462.0,https://anaconda.org/conda-forge/perspective,2024-09-21 14:46:30.468,1219146.0,2.0,,,,,,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-09-23 15:43:29.269,6.0,4377.0,,,,,,,,,,, +186,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-08-13 19:06:58.000000,2024-08-13 19:06:55,544.0,1.0,2389.0,283.0,159.0,325.0,319.0,8369.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",51.0,33,True,2024-05-05 04:42:09.000,3.10.4,59.0,SpeechRecognition,conda-forge/speechrecognition,,,,1117899.0,599.0,21.0,https://pypi.org/project/SpeechRecognition,2024-05-05 04:36:10.000,578.0,1113817.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,204126.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +187,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,7863.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,,,447.0,3241077.0,49519.0,48894.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,3217164.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1219347.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,2024-08-18 00:48:19.000000,2024-08-18 00:48:18,1815.0,12.0,796.0,127.0,285.0,473.0,337.0,7397.0,Uniform Manifold Approximation and Projection.,134.0,33,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,1414224.0,959.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,958.0,1363449.0,https://anaconda.org/conda-forge/umap-learn,2024-08-14 17:32:09.484,2640311.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +189,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-10-07 18:05:03.000000,2024-06-21 13:43:40,1379.0,,874.0,158.0,1731.0,150.0,865.0,7230.0,An open source python library for automated feature engineering.,73.0,33,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,73878.0,1863.0,1789.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,69862.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,208880.0,1.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,2024-10-08 00:38:04.000000,2024-09-25 17:28:01,1221.0,1.0,1051.0,121.0,277.0,143.0,513.0,7223.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,,,,2417340.0,17642.0,17189.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2406495.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,791714.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +191,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,9.0,959.0,136.0,666.0,54.0,1161.0,7071.0,Python library for audio and music analysis.,123.0,33,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,2850984.0,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2834969.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,816790.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +192,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,566.0,6819.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'],,17187885.0,452.0,,https://pypi.org/project/imbalanced-learn,2024-10-04 17:00:52.000,452.0,17175969.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-10-04 17:49:36.866,619659.0,1.0,,,,,,,-2.0,,,,,,,,,,,,,,,,, +193,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-10-10 07:44:36.000000,2024-10-10 07:44:36,3502.0,355.0,1254.0,250.0,9595.0,987.0,1588.0,6574.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, Phi, MiniCPM,..",108.0,33,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,639.0,54102.0,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,54095.0,,,,2.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,,, +194,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-10-10 07:08:33.000000,2024-10-10 05:08:10,3409.0,174.0,725.0,144.0,124.0,107.0,342.0,6248.0,Fit interpretable models. Explain blackbox machine learning.,46.0,33,True,2024-09-28 21:45:37.000,0.6.4,52.0,interpret,,,['jupyter'],,97537.0,808.0,759.0,https://pypi.org/project/interpret,2024-09-28 19:03:14.000,49.0,97537.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +195,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,190.0,238.0,279.0,285.0,5800.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,,,,351009.0,5556.0,5304.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,341770.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,443502.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +196,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-09-26 22:44:27.000000,2024-09-26 22:36:43,1136.0,34.0,483.0,267.0,819.0,230.0,338.0,4859.0,Model interpretability and understanding for PyTorch.,119.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,['pytorch'],,258270.0,2551.0,2425.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,256129.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,72794.0,1.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-08-14 15:31:25.000000,2023-11-23 21:41:49,1136.0,,644.0,89.0,271.0,41.0,253.0,4447.0,Geocoding library for Python.,133.0,33,True,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,84.0,6294943.0,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,6266778.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1464595.0,2.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-10-10 02:24:26.000000,2024-10-10 02:24:06,654.0,33.0,119.0,75.0,75.0,13.0,132.0,3788.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-08-06 01:36:27.000,6.2.3,53.0,ftfy,conda-forge/ftfy,,,15.0,5555463.0,23798.0,23235.0,https://pypi.org/project/ftfy,2024-08-06 01:30:44.000,563.0,5548754.0,https://anaconda.org/conda-forge/ftfy,2024-08-06 18:05:02.848,301907.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +199,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-09-16 01:55:17.000000,2024-09-16 01:55:17,1355.0,14.0,316.0,59.0,244.0,66.0,446.0,3644.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,33,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,290021.0,926.0,896.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,270281.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1026494.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,2024-10-10 06:47:05.000000,2024-10-10 06:47:04,1526.0,9.0,363.0,90.0,770.0,136.0,449.0,3307.0,Quickly and accurately render even the largest data.,56.0,33,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,168223.0,5052.0,4856.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,146450.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1154003.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +201,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-08 14:15:10.522000,2024-10-08 01:20:27,1031.0,16.0,497.0,56.0,145.0,360.0,171.0,2782.0,A high performance implementation of HDBSCAN clustering.,92.0,33,True,2024-10-08 01:50:20.000,release-0.8.38.post2,55.0,hdbscan,conda-forge/hdbscan,,['sklearn'],,665612.0,4437.0,4105.0,https://pypi.org/project/hdbscan,2024-10-08 01:35:17.000,332.0,620590.0,https://anaconda.org/conda-forge/hdbscan,2024-10-08 14:15:10.522,2161095.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +202,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,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,2740.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,,,,1005789.0,7001.0,6633.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,990876.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,745676.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +203,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-10-02 07:53:20.000000,2024-10-02 07:53:08,3010.0,36.0,698.0,74.0,905.0,293.0,633.0,2710.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",127.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,537.0,121101.0,1240.0,1187.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,121091.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,2024-09-23 11:42:47.000000,2024-09-23 11:42:47,3754.0,36.0,192.0,49.0,1386.0,133.0,734.0,1996.0,Ahead of Time compiler for numeric kernels.,73.0,33,True,2024-05-28 05:22:14.000,0.16.1,61.0,pythran,conda-forge/pythran,,,,218156.0,2690.0,2671.0,https://pypi.org/project/pythran,2024-05-28 05:22:14.000,19.0,203409.0,https://anaconda.org/conda-forge/pythran,2024-09-03 03:38:51.615,722622.0,2.0,,,,,,,,,,,,,,,,,,,,,,pythran,python-pythran, +205,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-08-17 22:59:08.823000,2024-07-30 13:52:24,1606.0,12.0,285.0,56.0,142.0,83.0,191.0,1833.0,"CUDA integration for Python, plus shiny features.",82.0,33,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,109090.0,3302.0,3145.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,95463.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,585990.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +206,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2024-08-21 06:38:39.000000,2024-07-22 07:57:37,1193.0,4.0,363.0,67.0,616.0,292.0,359.0,1486.0,A Jupyter - Leaflet.js bridge.,90.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,['jupyter'],,315077.0,11873.0,11589.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,283706.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1268226.0,2.0,,,,,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,7443.0,,,,,,,,,,, +207,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,2.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,33,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,10664116.0,3896.0,3847.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,10658271.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,239655.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +208,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-09 14:33:07.000000,2024-10-09 14:32:25,323.0,15.0,2998.0,152.0,54.0,134.0,141.0,19987.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-10-09 14:33:07.000,1.8.1,204.0,vit-pytorch,,,['pytorch'],,21764.0,547.0,534.0,https://pypi.org/project/vit-pytorch,2024-10-09 14:33:07.000,13.0,21764.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,1011.0,1869.0,363.0,658.0,17587.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,,,,3802.0,1021.0,1011.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3623.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,8773.0,1.0,,,,,,,,,,,,,,,,,,,,,,,, +210,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,11557.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,,,,369336.0,6644.0,6441.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,366881.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,230804.0,1.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,,1135.0,339.0,1683.0,523.0,1294.0,11196.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,,,,10739.0,17833.0,381.0,376.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,17703.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,283.0,3401.0,51.0,1494.0,10479.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'],,3843.0,261.0,256.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,3843.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +213,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,251.0,129.0,417.0,10116.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,,,,1673298.0,552.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,531.0,1662622.0,https://anaconda.org/conda-forge/wordcloud,2024-09-16 13:29:20.331,544508.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +214,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-01 18:34:33.000000,2024-04-08 20:21:10,864.0,,1289.0,422.0,89.0,32.0,161.0,9760.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,['tensorflow'],,22338.0,1363.0,1344.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,21757.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,34284.0,3.0,,,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,, +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-08-04 02:13:02.666000,2024-08-03 20:47:58,560.0,6.0,1206.0,170.0,436.0,68.0,474.0,8390.0,Automatic extraction of relevant features from time series:.,97.0,32,True,2024-08-03 20:51:43.000,0.20.3,32.0,tsfresh,conda-forge/tsfresh,,['sklearn'],,265533.0,114.0,21.0,https://pypi.org/project/tsfresh,2024-08-03 20:51:43.000,93.0,239257.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1392650.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,177.0,1152.0,27.0,1429.0,6738.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'],,9804.0,314.0,291.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,9804.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,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,6297.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'],184.0,14276.0,1624.0,1606.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,13955.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11497.0,3.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,2024-10-07 16:58:48.000000,2024-10-07 16:58:46,205.0,21.0,1083.0,198.0,148.0,151.0,339.0,6176.0,Official Kaggle API.,47.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,224375.0,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,220630.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,183514.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +219,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-10-09 20:10:42.000000,2024-10-02 16:35:21,2213.0,16.0,315.0,45.0,2189.0,375.0,664.0,5175.0,Aim An easy-to-use & supercharged open-source experiment tracker.,76.0,32,True,2024-10-02 17:28:03.000,3.25.0,1120.0,aim,conda-forge/aim,,,,350856.0,734.0,696.0,https://pypi.org/project/aim,2024-10-09 20:10:42.000,38.0,348813.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,79679.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +220,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-03 19:31:42.000000,2024-10-03 19:24:18,3913.0,30.0,537.0,82.0,603.0,114.0,495.0,5036.0,Online machine learning in Python.,121.0,32,True,2024-07-09 19:24:30.000,0.21.2,22.0,river,conda-forge/river,,,,80414.0,626.0,570.0,https://pypi.org/project/river,2024-07-09 19:24:30.000,56.0,78483.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,81135.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +221,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-07-02 00:51:45.000000,2024-07-02 00:51:45,1646.0,,858.0,116.0,530.0,149.0,342.0,4875.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,107.0,32,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,['sklearn'],,613880.0,15594.0,15413.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,181.0,607519.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,324417.0,2.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,2024-08-11 18:38:37.000000,2024-06-17 19:23:44,491.0,,619.0,65.0,223.0,223.0,162.0,4319.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,,,,989617.0,7152.0,7018.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,984433.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,238471.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +223,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-08-26 09:23:15.000000,2024-08-26 09:20:38,1348.0,4.0,380.0,69.0,371.0,102.0,460.0,4233.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",105.0,32,True,2024-08-26 09:23:15.000,0.8.6,30.0,sacred,conda-forge/sacred,,,,209009.0,3268.0,3208.0,https://pypi.org/project/sacred,2024-08-26 09:23:15.000,60.0,208820.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,6635.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +224,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-10-07 02:25:19.000000,2024-08-15 14:20:30,3331.0,10.0,548.0,120.0,382.0,72.0,743.0,4116.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,32,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,153620.0,359.0,340.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,151409.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,75187.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +225,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-10-04 07:57:04.000000,2024-10-04 07:45:46,1113.0,19.0,352.0,58.0,1379.0,121.0,184.0,3946.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,,,,81607.0,809.0,751.0,https://pypi.org/project/nevergrad,2024-09-25 16:43:58.000,58.0,80583.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,54295.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +226,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-10-10 10:12:03.000000,2024-10-10 10:12:03,1904.0,113.0,620.0,42.0,904.0,476.0,305.0,3911.0,Time series forecasting with PyTorch.,53.0,32,True,2024-09-09 09:36:07.000,1.1.1,36.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,56557.0,464.0,442.0,https://pypi.org/project/pytorch-forecasting,2024-09-09 09:36:07.000,22.0,55237.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,64694.0,2.0,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,,, +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-09-27 22:14:33.000000,2024-09-27 22:14:33,3900.0,20.0,553.0,58.0,914.0,366.0,979.0,3540.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'],,266604.0,2546.0,2377.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,263247.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,177950.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +228,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-10-10 11:34:40.000000,2024-08-14 20:32:21,1311.0,2.0,813.0,306.0,1470.0,331.0,518.0,3505.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'],,1364311.0,285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,1364311.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +229,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,1663.0,154.0,210.0,13.0,693.0,3473.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'],,1943980.0,303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1941863.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,105865.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +230,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,3391.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,,,,230544.0,1283.0,1220.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,227448.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,148636.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +231,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,,276.0,46.0,828.0,102.0,285.0,3168.0,PyTorch extensions for high performance and large scale training.,75.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,['pytorch'],,550012.0,6591.0,6438.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,541271.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,305937.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,2024-10-10 12:04:09.000000,2024-10-10 09:19:45,1267.0,63.0,267.0,29.0,1121.0,72.0,498.0,3118.0,A python library for self-supervised learning on images.,53.0,32,True,2024-09-24 08:48:24.000,1.5.13,127.0,lightly,,,['pytorch'],,34804.0,335.0,321.0,https://pypi.org/project/lightly,2024-09-24 08:50:32.000,14.0,34804.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,2024-10-02 13:16:06.886000,2024-10-01 21:19:30,966.0,9.0,393.0,38.0,151.0,46.0,248.0,2405.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'],,1363638.0,2473.0,2189.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1355758.0,https://anaconda.org/conda-forge/category_encoders,2024-10-02 13:16:06.886,283692.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-09-05 19:07:36.000000,2024-09-05 19:07:36,2302.0,2.0,551.0,70.0,486.0,260.0,710.0,2350.0,Survival analysis in Python.,119.0,32,True,2024-06-26 15:36:45.000,0.29.0,171.0,lifelines,conda-forge/lifelines,,,,1175275.0,3115.0,2965.0,https://pypi.org/project/lifelines,2024-06-26 15:36:45.000,150.0,1168282.0,https://anaconda.org/conda-forge/lifelines,2024-06-27 16:03:16.815,370667.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +235,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-10-10 10:51:35.000000,2024-10-10 02:35:10,1747.0,238.0,205.0,50.0,280.0,172.0,163.0,2136.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-10 00:18:57.000,0.34.14,191.0,graphistry,,,['jupyter'],,9867.0,125.0,119.0,https://pypi.org/project/graphistry,2024-10-10 00:18:57.000,6.0,9867.0,,,,2.0,,,,,,,2.0,,,,,,,,,,,,,,,,, +236,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,252.0,47.0,349.0,210.0,141.0,1988.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,,,,,2464507.0,13408.0,13005.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2464507.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +237,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-10-10 11:34:47.000000,2024-10-10 01:41:26,2158.0,196.0,419.0,32.0,2304.0,301.0,118.0,1893.0,Pytorch domain library for recommendation systems.,276.0,32,True,2024-07-23 18:00:18.000,0.8.0,77.0,torchrec-nightly-cpu,,,,,9152.0,144.0,144.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,9152.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +238,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,1691.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'],,1182367.0,363.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,363.0,1182367.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,2024-09-25 16:29:21.000000,2024-09-25 16:23:34,731.0,15.0,331.0,46.0,384.0,72.0,234.0,1686.0,Training PyTorch models with differential privacy.,81.0,32,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,['pytorch'],124.0,218030.0,915.0,879.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,217497.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,17526.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +240,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,51.0,158.0,114.0,218.0,1619.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,887767.0,11765.0,11553.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,886126.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,151048.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,geocoder +241,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,68.0,303.0,79.0,671.0,17.0,634.0,1322.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,32,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,57814.0,1712.0,1663.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,46471.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,578505.0,3.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,2024-10-09 14:52:43.000000,2024-10-09 09:12:50,721.0,30.0,108.0,25.0,579.0,357.0,451.0,1112.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",49.0,32,True,2024-09-27 16:52:43.000,0.11.0,76.0,hvplot,conda-forge/hvplot,,,,238230.0,6101.0,5899.0,https://pypi.org/project/hvplot,2024-09-27 13:31:34.000,202.0,225726.0,https://anaconda.org/conda-forge/hvplot,2024-09-30 07:58:27.071,650241.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +243,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-10-09 16:52:45.000000,2024-10-09 16:52:44,3382.0,17.0,239.0,50.0,410.0,74.0,279.0,1059.0,"OpenCL integration for Python, plus shiny features.",96.0,32,True,2024-06-25 02:02:14.000,2024.2.7,102.0,pyopencl,conda-forge/pyopencl,,,,107558.0,2214.0,2041.0,https://pypi.org/project/pyopencl,2024-06-25 02:02:14.000,173.0,82441.0,https://anaconda.org/conda-forge/pyopencl,2024-06-26 04:14:07.618,1306119.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-10-09 08:05:34.000000,2024-10-09 08:05:34,14009.0,230.0,290.0,34.0,1862.0,482.0,667.0,1057.0,Python package for earth-observing satellite data processing.,163.0,32,False,2024-08-15 13:27:18.000,0.51.0,96.0,satpy,conda-forge/satpy,,,,13668.0,177.0,147.0,https://pypi.org/project/satpy,2024-08-15 13:27:18.000,30.0,9368.0,https://anaconda.org/conda-forge/satpy,2024-08-15 19:19:25.115,223634.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +245,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-10-09 18:53:09.000000,2024-10-08 17:19:00,11574.0,47.0,243.0,56.0,12298.0,255.0,2213.0,976.0,Cloud-native genomic dataframes and batch computing.,95.0,32,True,2024-10-04 20:34:16.000,0.2.133,155.0,hail,,,['spark'],,37331.0,178.0,144.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,37331.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-09 08:40:32.000000,2024-10-09 08:40:29,1965.0,15.0,234.0,18.0,301.0,53.0,285.0,875.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,,,,498395.0,1400.0,1273.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,494556.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,184303.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-10-10 12:43:23.000000,2024-10-10 12:43:23,14480.0,280.0,434.0,54.0,2222.0,191.0,802.0,707.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",164.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,49363.0,1372.0,1249.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,38921.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,511683.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +248,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-08-04 12:17:57.000000,2023-07-13 08:50:20,531.0,,2810.0,387.0,123.0,239.0,561.0,25723.0,Deezer source separation library including pretrained models.,19.0,31,False,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,['tensorflow'],3449049.0,79735.0,814.0,802.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,20665.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,93621.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +249,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,1.0,3735.0,752.0,1140.0,413.0,589.0,19129.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'],,6974.0,537.0,532.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,6974.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,,1807.0,284.0,3507.0,417.0,1684.0,14006.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,True,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,18342.0,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,18342.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,2.0,2074.0,182.0,1006.0,574.0,727.0,12692.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'],795.0,5241.0,1738.0,1731.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5230.0,,,,2.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-10-08 06:44:39.000000,2024-10-08 06:44:36,2963.0,19.0,2375.0,201.0,472.0,246.0,475.0,9850.0,FinRL: Financial Reinforcement Learning.,117.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,1564.0,51.0,51.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1564.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +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,,1559.0,287.0,434.0,293.0,639.0,9694.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'],,49703.0,3049.0,3011.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,44487.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,271267.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,261.0,577.0,364.0,9619.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'],,4968.0,5033.0,5019.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4968.0,,,,3.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-09-30 16:34:15.000000,2024-09-30 16:34:14,1741.0,26.0,729.0,90.0,801.0,112.0,271.0,9582.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",51.0,31,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,25784.0,405.0,387.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,25058.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,30504.0,2.0,,,,,,,-1.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,,878.0,259.0,148.0,107.0,104.0,9223.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,,,,7883792.0,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,7878122.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,561413.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-03-20 22:02:13.000000,2024-03-20 22:02:12,1391.0,,1399.0,302.0,894.0,143.0,759.0,9129.0,AutoML library for deep learning.,143.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,['tensorflow'],18902.0,24092.0,752.0,739.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,23865.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,,2157.0,289.0,98.0,311.0,446.0,8589.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,941562.0,21422.0,1699.0,1680.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,9195.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,7982.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +259,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-10-04 13:51:29.000000,2024-09-28 10:51:50,1245.0,22.0,869.0,60.0,1019.0,241.0,1318.0,7964.0,A python library for user-friendly forecasting and anomaly detection on time series.,125.0,31,True,2024-06-19 16:52:35.000,0.30.0,43.0,u8darts,conda-forge/u8darts-all,,,,75755.0,10.0,,https://pypi.org/project/u8darts,2024-06-19 16:52:35.000,10.0,74240.0,https://anaconda.org/conda-forge/u8darts-all,2024-06-21 14:16:42.811,58762.0,2.0,unit8/darts,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,701.0,,,,,,,,,,,,,,,,,,, +260,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2024-10-08 14:46:02.000000,2023-04-18 11:08:13,2759.0,,1269.0,215.0,721.0,196.0,829.0,7590.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'],62.0,19626.0,644.0,610.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,19013.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,25766.0,2.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,2024-10-08 13:20:21.000000,2024-08-12 17:08:04,2710.0,2.0,1140.0,209.0,1051.0,25.0,615.0,6681.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'],,12579.0,416.0,412.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,12579.0,,,,2.0,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,, +262,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-09-20 10:35:33.000000,2024-09-20 10:02:01,1094.0,3.0,386.0,81.0,538.0,62.0,457.0,5844.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']",,163116.0,1496.0,1411.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,147057.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,786902.0,3.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,2024-10-07 21:53:02.000000,2024-09-22 11:00:40,620.0,2.0,714.0,110.0,193.0,18.0,350.0,5795.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,,,,2448950.0,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,2436656.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,627002.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +264,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,125.0,38.0,74.0,147.0,5506.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,['pytorch'],,841182.0,3985.0,3885.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,100.0,840848.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,17743.0,1.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,4530.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,,,,542880.0,46790.0,46355.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,539101.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,192754.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-10-10 14:21:00.000000,2024-10-08 00:54:07,15550.0,82.0,525.0,74.0,3630.0,888.0,1608.0,4186.0,cuML - RAPIDS Machine Learning Library.,178.0,31,True,2024-10-09 20:29:23.000,24.10.00,42.0,cuml,,,,,3075.0,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3075.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-08-08 15:36:05.000000,2024-08-08 15:36:05,1297.0,2.0,2506.0,1948.0,535.0,390.0,1077.0,4080.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,31,True,2024-08-05 21:53:53.000,1.57.0,104.0,azureml-sdk,,,,655.0,434490.0,31.0,,https://pypi.org/project/azureml-sdk,2024-08-05 21:53:53.000,31.0,434481.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,3419.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,17183.0,309002.0,282.0,264.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,308824.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +269,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,,616.0,77.0,78.0,73.0,162.0,3309.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,,,,1724808.0,7317.0,7197.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1721870.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,258569.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,3146.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,,,,1539496.0,14686.0,14444.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1535308.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,397925.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-07 08:34:51.000000,2024-10-07 08:34:51,479.0,3.0,737.0,121.0,130.0,69.0,371.0,3037.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,31,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,['sklearn'],,778890.0,2906.0,2819.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,87.0,773107.0,https://anaconda.org/conda-forge/hmmlearn,2024-09-11 23:07:53.942,283412.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-10-10 13:51:16.000000,2024-10-10 13:51:13,8253.0,302.0,347.0,83.0,9638.0,108.0,347.0,3008.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",120.0,31,True,2024-09-30 15:28:11.000,0.37.0,589.0,determined,,https://docs.determined.ai,"['pytorch', 'tensorflow']",11556.0,29436.0,4.0,,https://pypi.org/project/determined,2024-09-30 15:49:23.000,4.0,29196.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +273,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-10-10 14:17:40.000000,2024-10-10 14:15:45,1193.0,36.0,342.0,36.0,534.0,109.0,433.0,2987.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,,,,50134.0,242.0,225.0,https://pypi.org/project/neuralforecast,2024-09-20 17:38:31.000,17.0,49389.0,https://anaconda.org/conda-forge/neuralforecast,2024-09-20 23:37:40.226,23096.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,,336.0,59.0,194.0,135.0,196.0,2894.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'],,482421.0,1524.0,1445.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,455106.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1420380.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,,392.0,63.0,497.0,218.0,273.0,2852.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'],,248090.0,4560.0,4445.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,247029.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,40322.0,2.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,2024-10-01 15:28:33.000000,2024-10-01 15:28:28,557.0,14.0,412.0,90.0,117.0,77.0,265.0,2230.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,,,,10386.0,1636.0,1626.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,9298.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,45697.0,1.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-08 03:21:33.000000,2024-10-08 03:21:30,949.0,34.0,135.0,24.0,434.0,155.0,292.0,2073.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,55.0,31,True,2024-09-18 17:10:13.000,0.11.7,51.0,equinox,,,['jax'],,227529.0,906.0,750.0,https://pypi.org/project/equinox,2024-09-18 17:10:13.000,156.0,227529.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-10-07 10:29:52.000000,2024-10-07 10:29:49,1258.0,59.0,186.0,21.0,176.0,47.0,137.0,1830.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,,,,,49042.0,594.0,576.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,49042.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-09-25 17:37:58.000000,2024-09-24 16:10:31,1080.0,1.0,233.0,36.0,255.0,62.0,273.0,1579.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,,,,2560171.0,9589.0,9436.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2535497.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1184359.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-10-10 14:54:00.000000,2024-10-10 14:51:26,4346.0,167.0,49.0,171.0,576.0,152.0,462.0,1554.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,31,True,2024-08-21 16:52:52.000,4.4.1,78.0,lets-plot,,,,1056.0,41852.0,140.0,127.0,https://pypi.org/project/lets-plot,2024-08-21 16:33:28.000,13.0,41835.0,,,,2.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-10-10 00:53:03.000000,2024-10-10 00:53:03,951.0,3.0,431.0,86.0,234.0,57.0,241.0,1464.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,,,,1440608.0,3066.0,2628.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,1431564.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,361792.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-10-08 13:54:27.000000,2024-10-08 13:52:08,1612.0,33.0,169.0,18.0,843.0,110.0,455.0,1349.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,,,,93138.0,756.0,724.0,https://pypi.org/project/pyjanitor,2024-09-28 19:45:12.000,32.0,89105.0,https://anaconda.org/conda-forge/pyjanitor,2024-09-28 23:43:58.175,213769.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +283,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-10-07 00:14:25.000000,2024-09-25 20:47:05,1143.0,10.0,211.0,23.0,151.0,25.0,199.0,1123.0,Survival analysis built on top of scikit-learn.,21.0,31,False,2024-06-30 09:36:26.000,0.23.0,29.0,scikit-survival,conda-forge/scikit-survival,,['sklearn'],,140635.0,634.0,601.0,https://pypi.org/project/scikit-survival,2024-06-30 09:36:26.000,33.0,136330.0,https://anaconda.org/conda-forge/scikit-survival,2024-06-30 11:16:56.800,150705.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +284,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-10-10 08:25:46.000000,2024-10-10 06:34:50,3198.0,49.0,118.0,17.0,314.0,7.0,170.0,800.0,Python bindings for MPI.,27.0,31,True,2024-07-28 09:41:14.000,4.0.0,29.0,mpi4py,conda-forge/mpi4py,,,27201.0,771181.0,741.0,,https://pypi.org/project/mpi4py,2024-07-28 09:41:14.000,741.0,708820.0,https://anaconda.org/conda-forge/mpi4py,2024-09-04 08:05:36.172,2967782.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-10-10 14:11:23.000000,2024-10-01 09:06:18,174406.0,2920.0,94.0,50.0,2325.0,91.0,286.0,684.0,TensorFlow ROCm port.,4714.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,['tensorflow'],24.0,6156.0,9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,6156.0,,,,3.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,2024-09-30 20:17:48.000000,2024-09-30 20:17:46,17279.0,37.0,111.0,28.0,3613.0,528.0,3412.0,526.0,"Keep code, data, containers under control with git and git-annex.",57.0,31,True,2024-08-08 02:59:23.000,1.1.3,119.0,datalad,conda-forge/datalad,,,,57731.0,518.0,423.0,https://pypi.org/project/datalad,2024-08-08 02:59:23.000,95.0,45677.0,https://anaconda.org/conda-forge/datalad,2024-08-08 08:36:45.951,626841.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +287,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2024-09-13 08:21:34.000000,2024-09-12 22:24:23,593.0,22.0,38.0,10.0,75.0,10.0,26.0,218.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,31,False,2024-09-13 08:21:34.000,1.0.1,49.0,blis,conda-forge/cython-blis,,,180.0,11495599.0,49831.0,49730.0,https://pypi.org/project/blis,2024-09-13 08:21:34.000,101.0,11448828.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2291725.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,,4286.0,1250.0,557.0,840.0,2543.0,17507.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,,,,14704.0,1591.0,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,1451.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +289,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,,4862.0,647.0,375.0,504.0,436.0,15705.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,30,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,1493.0,587.0,584.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1493.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,, +290,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,5.0,2583.0,298.0,939.0,238.0,690.0,15325.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,30,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,['pytorch'],719.0,4817.0,22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,4803.0,,,,2.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-09-28 02:49:12.000000,2024-09-28 02:45:37,1186.0,9.0,1387.0,100.0,659.0,729.0,526.0,8342.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'],,6785.0,2753.0,2753.0,,,,,https://anaconda.org/conda-forge/nvidia-apex,2024-09-10 09:10:05.964,325719.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +292,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,5652.0,Portfolio and risk analytics in Python.,60.0,30,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,7931.0,1090.0,1076.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,7757.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13956.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,,1027.0,108.0,250.0,114.0,479.0,5292.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'],,174782.0,4350.0,4230.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,120.0,174172.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,21979.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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,2024-09-10 15:55:41.876000,2024-09-10 14:13:20,813.0,8.0,402.0,75.0,297.0,60.0,529.0,4733.0,Visualizer for pandas data structures.,30.0,30,True,2024-09-10 15:24:26.000,3.14.1,186.0,dtale,conda-forge/dtale,,"['pandas', 'jupyter']",,78611.0,1273.0,1229.0,https://pypi.org/project/dtale,2024-09-10 15:17:39.000,44.0,72240.0,https://anaconda.org/conda-forge/dtale,2024-09-10 15:55:41.876,337684.0,3.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-08-08 18:40:13.000000,2024-01-12 14:48:30,249.0,,280.0,44.0,51.0,28.0,97.0,4033.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,,,,666989.0,6217.0,6067.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,660751.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,293207.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,2024-09-27 18:07:36.000000,2024-09-27 18:07:34,1237.0,17.0,496.0,64.0,759.0,4.0,549.0,3721.0,On-device wake word detection powered by deep learning.,38.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,11813.0,69.0,34.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,11813.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +297,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,77.0,231.0,89.0,406.0,3535.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,1424.0,300200.0,1530.0,1501.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,282305.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,874761.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +298,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,9.0,248.0,64.0,56.0,9.0,,3369.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,,,1036.0,918869.0,7258.0,7159.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,905300.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,637216.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +299,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-09 16:41:41.000000,2024-09-25 08:37:49,986.0,4.0,234.0,37.0,545.0,75.0,175.0,2872.0,JAX-based neural network library.,83.0,30,True,2024-02-28 18:11:54.000,0.0.12,15.0,dm-haiku,conda-forge/dm-haiku,,,,247137.0,2244.0,2077.0,https://pypi.org/project/dm-haiku,2024-02-28 18:11:54.000,167.0,246631.0,https://anaconda.org/conda-forge/dm-haiku,2024-02-28 22:18:23.853,22307.0,3.0,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,, +300,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-10 12:10:22.000000,2024-10-10 11:44:50,1670.0,39.0,331.0,37.0,357.0,36.0,173.0,2721.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,30,True,2024-10-10 12:10:22.000,2.7.0,43.0,shapash,,,['jupyter'],,28873.0,179.0,175.0,https://pypi.org/project/shapash,2024-10-10 12:10:22.000,4.0,28873.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +301,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-10-10 13:59:39.000000,2024-10-10 04:10:55,1896.0,146.0,130.0,26.0,353.0,54.0,105.0,2156.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",54.0,30,True,2024-10-10 05:09:50.000,2.15.3,125.0,usearch,,,,27698.0,183171.0,160.0,125.0,https://pypi.org/project/usearch,2024-10-10 05:09:50.000,21.0,174416.0,,,,3.0,unum/usearch,https://hub.docker.com/r/unum/usearch,2024-10-10 04:15:31.133870,1.0,131.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-10-10 04:16:54.769,14.0,7018.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-09-13 13:36:57.070000,2024-08-26 17:26:56,210.0,1.0,254.0,56.0,78.0,51.0,229.0,2001.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,,,576.0,105281.0,1132.0,1096.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,101691.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,182857.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +303,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-10-07 11:38:14.000000,2024-10-04 09:56:03,2451.0,1.0,435.0,76.0,1270.0,154.0,682.0,1842.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'],,77344.0,724.0,689.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,76275.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,34238.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +304,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,379.0,50.0,136.0,29.0,435.0,1725.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,,,,12020.0,3997.0,286.0,271.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,3881.0,,,,1.0,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,, +305,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-10-07 09:06:23.000000,2024-10-07 09:06:22,2868.0,34.0,183.0,27.0,708.0,118.0,457.0,1636.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,30,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,213.0,9811.0,250.0,244.0,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,9807.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +306,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-09 07:05:08.000000,2024-10-09 07:05:08,1256.0,4.0,137.0,31.0,120.0,35.0,268.0,1610.0,Statistical package in Python based on Pandas.,47.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,150419.0,2568.0,2412.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,147814.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,135511.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +307,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-10-10 14:02:21.000000,2024-10-01 14:33:45,1137.0,8.0,248.0,48.0,536.0,31.0,185.0,1330.0,ARCH models in Python.,35.0,30,False,2024-09-24 09:58:38.000,7.1.0,48.0,arch,conda-forge/arch-py,,,,396432.0,2089.0,1980.0,https://pypi.org/project/arch,2024-09-24 09:58:38.000,109.0,388575.0,https://anaconda.org/conda-forge/arch-py,2024-09-24 16:15:26.723,408611.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +308,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,42.0,245.0,38.0,1505.0,208.0,354.0,1250.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/,,,3863.0,135.0,123.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,3729.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,3777.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +309,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/JoaquinAmatRodrigo/skforecast,https://github.com/JoaquinAmatRodrigo/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2024-10-10 11:36:24.000000,2024-08-13 21:16:30,3511.0,142.0,126.0,10.0,626.0,23.0,150.0,1100.0,Time series forecasting with machine learning models.,14.0,30,True,2024-08-01 13:18:23.000,0.13.0,28.0,skforecast,,,['sklearn'],,79582.0,346.0,331.0,https://pypi.org/project/skforecast,2024-08-01 12:24:50.000,15.0,79582.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +310,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,61.0,72.0,82.0,944.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,,,,15861150.0,106829.0,106302.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,527.0,15528438.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,12310370.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +311,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-07 18:17:28.000000,2024-10-04 14:18:34,499.0,5.0,121.0,32.0,132.0,25.0,75.0,913.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,,,,3105819.0,19100.0,18399.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,701.0,3062975.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,856897.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +312,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-09-27 19:27:52.000000,2024-09-24 16:01:52,16653.0,73.0,377.0,45.0,1649.0,306.0,2982.0,902.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,,,,7843.0,2220.0,25.0,23.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,2160.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +313,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-09-10 22:31:48.000000,2024-09-10 22:30:54,1084.0,11.0,174.0,35.0,117.0,27.0,62.0,756.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,,,,23690729.0,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,23601867.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8708502.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +314,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-10-09 19:48:43.000000,2024-07-01 21:47:36,1690.0,,283.0,42.0,1426.0,290.0,371.0,701.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'],,1445184.0,61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,1445184.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +315,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,53.0,37.0,57.0,484.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,,,,2094934.0,24590.0,24455.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2076679.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,876281.0,2.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,,3877.0,609.0,231.0,52.0,,14169.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,39326.0,2401.0,2327.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,39326.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-10-10 09:55:07.000000,2024-10-10 09:55:06,2290.0,26.0,2847.0,197.0,3739.0,1237.0,4186.0,12661.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",180.0,29,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,['paddle'],,549.0,2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,549.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +318,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,9020.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'],,140493.0,86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,139672.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,42724.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +319,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-10-09 17:10:34.000000,2024-10-09 16:12:32,1044.0,19.0,911.0,138.0,739.0,130.0,345.0,7051.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,94.0,29,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,40.0,57117.0,437.0,430.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,56421.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,32749.0,2.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,6174.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'],,2077.0,762.0,755.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1904.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9006.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +321,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,952.0,58.0,788.0,5819.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,['mxnet'],,92946.0,76.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,92946.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +322,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-01 23:10:08.000000,2024-09-10 16:49:55,1635.0,24.0,830.0,146.0,1563.0,371.0,403.0,5058.0,Simple and Distributed Machine Learning.,120.0,29,True,2024-08-30 02:16:51.000,1.0.5,51.0,synapseml,,,,,245820.0,5.0,,https://pypi.org/project/synapseml,2024-08-30 02:13:37.000,5.0,245820.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +323,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-07 18:08:16.000000,2024-10-07 18:08:16,625.0,9.0,774.0,84.0,352.0,53.0,343.0,5025.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,,,,,51464.0,224.0,222.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,51464.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +324,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-08-06 20:03:27.000000,2024-07-25 12:17:22,1473.0,2.0,744.0,75.0,1815.0,325.0,634.0,4570.0,Probabilistic time series modeling in Python.,117.0,29,True,2024-06-03 07:20:43.000,0.15.1,110.0,gluonts,anaconda/gluonts,,['mxnet'],,649342.0,31.0,,https://pypi.org/project/gluonts,2024-06-03 07:20:43.000,31.0,649315.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,977.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +325,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,4424.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,,,,128535.0,1459.0,1394.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,127898.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,25501.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +326,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,,894.0,148.0,132.0,138.0,104.0,4284.0,Technical Analysis Library using Pandas and Numpy.,34.0,29,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,185915.0,4301.0,4194.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,185241.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,29662.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +327,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,10.0,735.0,175.0,90.0,1.0,288.0,4248.0,A python wrapper for Alpha Vantage API for financial data.,44.0,29,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,39559.0,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,39392.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7532.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +328,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,4.0,568.0,43.0,541.0,14.0,,4006.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,29,True,2024-08-27 11:49:25.000,0.11.19,103.0,sahi,conda-forge/sahi,,,27771.0,177710.0,1412.0,1386.0,https://pypi.org/project/sahi,2024-07-10 10:19:56.000,26.0,175017.0,https://anaconda.org/conda-forge/sahi,2024-07-24 03:28:58.170,74256.0,2.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,,515.0,77.0,38.0,14.0,121.0,3917.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,,,,278039.0,18361.0,18239.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,226101.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,363569.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +330,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-09-16 21:51:17.000000,2024-09-13 01:42:25,1464.0,22.0,469.0,55.0,823.0,58.0,497.0,3834.0,NeuralProphet: A simple forecasting package.,56.0,29,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,['pytorch'],,135237.0,8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,135237.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +331,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-10-09 13:31:30.000000,2024-10-09 11:23:54,683.0,26.0,659.0,38.0,972.0,147.0,777.0,3706.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,29,True,2024-08-12 12:57:29.000,1.1.1,32.0,anomalib,,,,14147.0,58948.0,103.0,98.0,https://pypi.org/project/anomalib,2024-08-12 12:57:52.000,5.0,58532.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,2024-10-10 13:18:07.000000,2024-10-10 13:12:22,890.0,18.0,415.0,43.0,982.0,38.0,334.0,3694.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",51.0,29,True,2024-08-08 14:03:10.000,0.9.0,16.0,python-doctr,,,"['tensorflow', 'pytorch']",3878421.0,140051.0,12.0,,https://pypi.org/project/python-doctr,2024-08-08 14:03:10.000,12.0,51906.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +333,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-09-09 07:33:42.000000,2024-09-09 07:33:42,3663.0,3.0,463.0,102.0,1052.0,259.0,368.0,3616.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'],,213814.0,178.0,58.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,99.0,185191.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1392874.0,3.0,,,,,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2343.0,,,,,,,,,,, +334,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-09-25 09:06:07.000000,2024-02-22 12:17:17,1487.0,,252.0,21.0,1746.0,295.0,726.0,3591.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,,,,1207.0,96637.0,449.0,437.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,12.0,96604.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +335,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,113.0,93.0,23.0,101.0,3514.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,,,,449335.0,3167.0,3136.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,449100.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,9438.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +336,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-07-11 06:05:21.000000,2024-07-11 06:02:00,993.0,,589.0,95.0,338.0,20.0,760.0,3354.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,29,True,2024-07-11 06:11:27.000,1.1.0,76.0,pomegranate,conda-forge/pomegranate,,,,21760.0,1223.0,1164.0,https://pypi.org/project/pomegranate,2024-07-11 06:05:21.000,59.0,18473.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,174244.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +337,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,289.0,3349.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,29,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,1745.0,25583.0,629.0,614.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,25557.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +338,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,3063.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,,,,89.0,100061.0,202.0,199.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,100060.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +339,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,3026.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,['pandas'],,60997.0,11980.0,11871.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,60997.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +340,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-09 07:20:59.000000,2024-10-09 07:09:55,1217.0,32.0,403.0,49.0,94.0,139.0,520.0,3025.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2024-10-09 07:20:59.000,1.1.12,95.0,mljar-supervised,conda-forge/mljar-supervised,,,,7385.0,135.0,131.0,https://pypi.org/project/mljar-supervised,2024-10-09 07:10:53.000,4.0,6824.0,https://anaconda.org/conda-forge/mljar-supervised,2024-09-10 16:42:21.786,22445.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +341,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,8.0,721.0,79.0,206.0,199.0,469.0,2786.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'],,113091.0,14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,113091.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +342,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'],,100396.0,1640.0,1618.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,100396.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +343,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-01-11 18:01:50.000000,2023-12-23 13:05:00,887.0,,357.0,82.0,168.0,217.0,148.0,2352.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,29,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,379637.0,6712.0,6557.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,374834.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,210275.0,3.0,,,,,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,760.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,49.0,35.0,203.0,2304.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,,,,83935.0,552.0,542.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,82773.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,53462.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,42.0,29.0,49.0,81.0,2204.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'],,110267.0,6240.0,6167.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,110033.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13146.0,2.0,,,,,,,2.0,,,,,,,,,,,,,,,,, +346,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-10-01 13:02:53.000000,2024-10-01 13:02:45,487.0,10.0,289.0,64.0,122.0,22.0,105.0,1998.0,ffn - a financial function library for Python.,35.0,29,True,2024-08-06 13:45:28.000,1.1.0,37.0,ffn,conda-forge/ffn,,,,17542.0,512.0,494.0,https://pypi.org/project/ffn,2024-08-05 23:48:25.000,18.0,17251.0,https://anaconda.org/conda-forge/ffn,2024-08-06 14:03:54.464,12241.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +347,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,24.0,272.0,1927.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,,,,81742.0,1991.0,1969.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,80968.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,37963.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,79.0,78.0,113.0,1803.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'],,135155.0,6594.0,6491.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,134016.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,86591.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +349,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-09-15 02:16:48.000000,2024-09-15 02:16:48,1062.0,3.0,225.0,51.0,208.0,32.0,289.0,1688.0,A full spaCy pipeline and models for scientific/biomedical documents.,34.0,29,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,24296.0,1008.0,974.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,34.0,24296.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +350,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-10-10 10:23:40.000000,2024-10-10 09:54:28,2152.0,230.0,125.0,10.0,841.0,110.0,849.0,1389.0,"dstack is an open-source alternative to Kubernetes, designed to simplify development, training, and deployment of AI..",36.0,29,True,2024-10-09 10:20:31.000,0.18.17,233.0,dstack,,,,,9681.0,16.0,16.0,https://pypi.org/project/dstack,2024-10-09 09:12:09.000,,9681.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-06-05 08:48:15.000000,2024-06-05 08:42:47,1478.0,,163.0,32.0,252.0,,,1342.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'],,560394.0,1974.0,1887.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,558505.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,66140.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,8.0,120.0,24.0,110.0,46.0,77.0,1267.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,,,,459244.0,3329.0,3280.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,458423.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,41068.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,26.0,39.0,9.0,130.0,1261.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'],,200844.0,631.0,613.0,https://pypi.org/project/prince,2024-09-07 18:34:31.000,18.0,200492.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,20770.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +354,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-10-09 00:17:12.000000,2024-10-09 00:17:11,1503.0,44.0,274.0,72.0,107.0,33.0,55.0,1256.0,Model analysis tools for TensorFlow.,58.0,29,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,"['tensorflow', 'jupyter']",,126850.0,19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,19.0,126850.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +355,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,1227.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,29,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,['tensorflow'],,13638.0,559.0,555.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,13638.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +356,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,,327.0,65.0,690.0,36.0,533.0,835.0,The Classical Language Toolkit.,121.0,29,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,95.0,8777.0,289.0,274.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,8777.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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-10-08 15:25:17.000000,2024-10-08 15:25:16,847.0,17.0,75.0,25.0,405.0,103.0,241.0,592.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,,,,21719.0,1188.0,1129.0,https://pypi.org/project/geoviews,2024-09-16 16:00:44.000,59.0,16644.0,https://anaconda.org/conda-forge/geoviews,2024-09-17 10:57:22.057,248704.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-10-07 14:26:43.000000,2024-09-26 12:17:28,2097.0,6.0,63.0,18.0,1634.0,30.0,213.0,577.0,The experiment tracker for foundation model training.,54.0,29,True,2024-10-02 08:04:08.000,1.12.0,210.0,neptune-client,conda-forge/neptune-client,,,,512024.0,694.0,617.0,https://pypi.org/project/neptune-client,2024-10-02 08:04:08.000,77.0,506714.0,https://anaconda.org/conda-forge/neptune-client,2024-10-02 12:46:58.862,281478.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +359,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,7353.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'],,94479.0,274.0,266.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,94479.0,,,,3.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,1.0,1338.0,172.0,46.0,80.0,241.0,7038.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'],,64364.0,31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,64364.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,2024-06-16 11:25:37.000000,2024-06-14 19:31:58,659.0,,1011.0,145.0,100.0,87.0,310.0,6372.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,,,,86032.0,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,77897.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,414894.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,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,5838.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,,,,,15286.0,527.0,515.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,15286.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,5519.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'],,1320.0,796.0,790.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1320.0,,,,2.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,,459.0,73.0,63.0,110.0,57.0,4833.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,,,,,365637.0,2987.0,2965.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,365637.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,271.0,438.0,221.0,329.0,4832.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'],25.0,2140.0,332.0,330.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,2140.0,,,,3.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,208.0,157.0,358.0,4738.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,,,,336124.0,1583.0,1551.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,333333.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,226125.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-10-08 20:55:12.000000,2024-10-01 23:47:53,6174.0,21.0,530.0,147.0,1946.0,338.0,1381.0,4542.0,ArrayFire: a general purpose GPU library.,94.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,7060.0,4211.0,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,4148.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,218.0,408.0,139.0,402.0,3844.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,,,,,2186.0,1076.0,1064.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2186.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +369,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-09-17 20:09:27.000000,2024-09-17 20:08:40,1205.0,4.0,420.0,83.0,55.0,62.0,203.0,3485.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'],,1764.0,220.0,217.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1553.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,9933.0,2.0,,,,,,google-deepmind/acme,,,,,,,,,,,,,,,,,, +370,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,,371.0,83.0,65.0,156.0,189.0,3289.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,,,,15320.0,503.0,486.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,7418.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,719156.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +371,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,3281.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,['pytorch'],,34094.0,1229.0,1199.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,34094.0,,,,2.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,2.0,334.0,46.0,121.0,72.0,137.0,2943.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,,,,118979.0,1367.0,1314.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,117176.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,84750.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +373,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,2940.0,StellarGraph - Machine Learning on Graphs.,37.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,['tensorflow'],,16233.0,291.0,280.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,16233.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +374,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-01 13:46:57.000000,2024-10-01 13:46:57,3630.0,25.0,522.0,108.0,361.0,388.0,688.0,2832.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,,,,,17851.0,810.0,790.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,17851.0,,,,3.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-09-24 01:23:55.000000,2024-09-24 01:23:52,3553.0,9.0,333.0,154.0,1182.0,35.0,60.0,2722.0,Neural Network Libraries.,76.0,28,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,979.0,7513.0,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,7502.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +376,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,5.0,411.0,124.0,144.0,198.0,247.0,2647.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,,,,239285.0,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,235954.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,69969.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +377,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-09-02 22:27:25.000000,2024-07-02 07:21:59,2916.0,,997.0,123.0,525.0,65.0,300.0,2585.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,28,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,['jupyter'],,479929.0,112.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,112.0,456632.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1118297.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +378,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,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'],,436368.0,5556.0,5471.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,434234.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,185689.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +379,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,67.0,209.0,2365.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'],,12211.0,340.0,333.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,12211.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +380,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,2307.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,405393.0,11817.0,11662.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,405393.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +381,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2024-08-05 07:13:17.000000,2024-05-21 10:49:30,727.0,,221.0,40.0,546.0,136.0,235.0,2218.0,"Algorithms for outlier, adversarial and drift detection.",23.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,66460.0,488.0,481.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,66460.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +382,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2024-10-06 02:32:35.000000,2023-06-01 12:18:23,739.0,,320.0,44.0,44.0,99.0,56.0,2205.0,A modular active learning framework for Python.,20.0,28,False,2024-10-06 02:32:35.000,0.64.178,1298.0,modAL,,,['sklearn'],42.0,589731.0,59.0,,https://pypi.org/project/modAL,2024-10-06 02:32:35.000,59.0,589731.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +383,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-10-07 11:52:00.000000,2024-10-07 11:51:15,2256.0,156.0,135.0,27.0,255.0,5.0,42.0,2024.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,,,,,9399.0,186.0,172.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,9399.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +384,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-09-24 10:24:40.000000,2024-09-24 10:24:40,879.0,9.0,412.0,39.0,908.0,160.0,321.0,1924.0,A Python package to assess and improve fairness of machine learning models.,84.0,28,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,['sklearn'],,160559.0,58.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,55.0,159781.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,36585.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +385,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,1563.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,28,False,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,['pytorch'],,1875782.0,3823.0,3786.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1875156.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,28205.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +386,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-09-23 20:40:57.000000,2024-09-23 18:45:00,1017.0,35.0,592.0,106.0,292.0,22.0,300.0,1558.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,28,True,2024-09-23 20:40:57.000,2.12.0,34.0,tabpy,anaconda/tabpy-client,,,,7228.0,180.0,178.0,https://pypi.org/project/tabpy,2024-09-23 20:40:57.000,2.0,7177.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4601.0,2.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-09-25 00:22:42.000000,2024-09-25 00:22:36,832.0,1.0,320.0,120.0,785.0,225.0,168.0,1487.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'],,901394.0,45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,901394.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +388,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-09-13 08:50:44.958000,2024-08-13 10:02:03,694.0,3.0,158.0,22.0,126.0,5.0,131.0,1456.0,"Extensible, parallel implementations of t-SNE.",12.0,28,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,42922.0,933.0,886.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,36570.0,https://anaconda.org/conda-forge/opentsne,2024-09-13 08:50:44.958,317601.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-08-28 13:05:22.000000,2024-08-28 13:05:21,610.0,18.0,417.0,31.0,51.0,16.0,128.0,1433.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,,,,,26300.0,692.0,661.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,26300.0,,,,2.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-06 04:17:24.000000,2024-10-06 04:17:23,862.0,4.0,270.0,78.0,491.0,53.0,206.0,1389.0,Underthesea - Vietnamese NLP Toolkit.,19.0,28,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,7093.0,19843.0,1212.0,1201.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,19764.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +391,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,1270.0,A research toolkit for particle swarm optimization in Python.,45.0,28,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,27911.0,464.0,442.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,27911.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +392,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-09-23 20:28:23.000000,2024-09-23 20:28:19,536.0,10.0,115.0,26.0,386.0,31.0,286.0,1263.0,Extra blocks for scikit-learn pipelines.,67.0,28,True,2024-07-10 14:32:19.000,0.9.1,52.0,scikit-lego,conda-forge/scikit-lego,,['sklearn'],,27705.0,174.0,163.0,https://pypi.org/project/scikit-lego,2024-07-10 14:08:28.000,11.0,26646.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,56169.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +393,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,1239.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,,,,276018.0,2877.0,2839.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,275100.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,49612.0,2.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'],,3995023.0,311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3964618.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2310805.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +395,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-09-03 21:38:15.000000,2023-02-20 00:24:10,1723.0,,185.0,41.0,175.0,65.0,174.0,943.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'],,90256.0,96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,81869.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,599618.0,3.0,,,,,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2451.0,,,,,,,,,,, +396,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,,106.0,14.0,99.0,73.0,67.0,881.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,,,,1470461.0,8162.0,8006.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1430478.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2039144.0,3.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,5.0,149.0,50.0,59.0,21.0,70.0,839.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,,,,36165.0,1423.0,1360.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,26510.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,502098.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +398,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,2.0,106.0,16.0,196.0,119.0,139.0,705.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",34.0,28,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,20080.0,5745107.0,43859.0,43079.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,5744951.0,https://anaconda.org/anaconda/pysoundfile,,,3.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,,58.0,13.0,207.0,12.0,187.0,338.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,,,,783642.0,10207.0,10046.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,751695.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2907262.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,,1133.0,239.0,455.0,72.0,264.0,18047.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,True,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,,,,50091.0,,,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,49679.0,,,,3.0,remnux/ciphey,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,25956.0,,,,,,,,,,,,,,,,,,, +401,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,,1815.0,206.0,74.0,113.0,37.0,10554.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,,,,,81054.0,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,81054.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +402,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-05-06 20:38:27.000000,2024-05-06 20:36:49,342.0,,1367.0,425.0,50.0,102.0,88.0,10532.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-05-06 20:38:27.000,4.0.9,47.0,dopamine-rl,,,['tensorflow'],,40190.0,31.0,21.0,https://pypi.org/project/dopamine-rl,2024-05-06 20:38:27.000,10.0,40190.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +403,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,50.0,231.0,8005.0,StarCraft II Learning Environment.,39.0,27,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,31880.0,2937.0,847.0,821.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2567.0,,,,3.0,,,,,,google-deepmind/pysc2,,,,,,,,,,,,,,,,,, +404,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,131.0,51.0,163.0,141.0,7881.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'],4210859.0,244509.0,73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,167948.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +405,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,7328.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'],2472.0,3234.0,11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,3209.0,,,,2.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,,1354.0,350.0,14.0,42.0,66.0,6408.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,22361.0,1434.0,1426.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,22361.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +407,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,,,,13.0,3257.0,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,3257.0,,,,3.0,,,,,,numenta/nupic-legacy,,,,,,,,,,,,,,,,,, +408,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,2023-09-20 11:21:28.000000,2023-09-20 11:21:28,918.0,,634.0,147.0,791.0,141.0,356.0,4771.0,Deep Learning Visualization Toolkit.,33.0,27,False,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,['paddle'],453.0,156480.0,84.0,2.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,82.0,156472.0,,,,3.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,1.0,945.0,53.0,57.0,76.0,108.0,4477.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'],1315263.0,92409.0,2322.0,2271.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,70117.0,,,,3.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,31.0,52.0,77.0,4411.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,,,,339550.0,9367.0,9270.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,339207.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,14753.0,3.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-07-15 00:15:22.000000,2024-04-23 02:12:59,1138.0,,740.0,58.0,1015.0,187.0,742.0,4308.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'],,8787.0,172.0,168.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,8787.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +412,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,104.0,618.0,98.0,608.0,4279.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'],,383711.0,105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,382030.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,84053.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +413,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,43.0,4007.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'],,205229.0,16322.0,16187.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,205229.0,,,,2.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,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']",,693109.0,5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,692688.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,24452.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-09-25 12:12:06.000000,2024-09-14 13:26:49,1669.0,20.0,670.0,44.0,28.0,9.0,556.0,3461.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'],,4146.0,24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,4146.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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,,1136.0,165.0,215.0,49.0,146.0,3313.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,,,,2380.0,715.0,710.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,2104.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22102.0,3.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,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,277.0,53.0,21.0,45.0,97.0,2934.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,81743.0,2590.0,2560.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,80958.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,34541.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,,748.0,181.0,75.0,21.0,565.0,2814.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,,,,54199.0,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,53449.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,47283.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,,421.0,46.0,366.0,22.0,350.0,2738.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,,,,5843.0,646.0,632.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,5550.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,14965.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,,256.0,27.0,1132.0,77.0,224.0,2630.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'],415346.0,17324.0,148.0,148.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1941.0,,,,3.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,2024-08-22 18:44:14.000000,2024-08-22 18:30:45,140.0,15.0,336.0,31.0,327.0,40.0,341.0,2545.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,13.0,27,True,2024-08-10 15:47:41.000,1.0.0,21.0,adapter-transformers,,,['huggingface'],,24491.0,120.0,108.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,24491.0,,,,3.0,,,,,,adapter-hub/adapters,,,,,,,,,,,,,,,,,, +422,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,166.0,94.0,136.0,358.0,2487.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,,,,,2210.0,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,2210.0,,,,3.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,,255.0,87.0,124.0,33.0,230.0,2209.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,,,,34597.0,1936.0,1870.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,32757.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,163789.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,,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'],,13178.0,386.0,380.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,13178.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +425,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,2162.0,The friendly PIL fork.,435.0,27,False,,,72.0,pillow-simd,,,,,39320.0,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,39320.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +426,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,,281.0,40.0,495.0,172.0,151.0,1787.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,27,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,516.0,163625.0,190.0,182.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,163619.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +427,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,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,27,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,['pytorch'],,3286.0,305.0,300.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2695.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,22471.0,2.0,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,, +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,1735.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'],,33745.0,232.0,229.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,33652.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3936.0,3.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,2024-10-09 23:09:15.000000,2024-10-09 16:29:01,6619.0,131.0,300.0,45.0,2937.0,173.0,1573.0,1688.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,,,,865.0,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,300.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,23739.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,,,,,2766.0,411.0,409.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,2766.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +431,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,50.0,44.0,99.0,114.0,1389.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,27,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,['tensorflow'],1696553.0,72564.0,581.0,573.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,37934.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,334.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,9.0,165.0,49.0,164.0,25.0,384.0,1365.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,,,,23581.0,190.0,183.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,23213.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,16566.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,1.0,202.0,43.0,258.0,68.0,213.0,1313.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,,,,,2631.0,466.0,439.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2631.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +434,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,,396.0,71.0,89.0,36.0,26.0,1286.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,,,,23587.0,1521.0,1465.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,23220.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,29392.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +435,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,,175.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'],,115019.0,1696.0,1675.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,115019.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +436,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,118.0,152.0,1239.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,,,,130218.0,551.0,494.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,117923.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,1045145.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +437,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,1166.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,,,600.0,29556.0,774.0,742.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,27787.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,89928.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +438,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-09-10 20:53:34.000000,2024-09-10 20:53:34,939.0,3.0,211.0,58.0,103.0,45.0,174.0,984.0,Input pipeline framework.,29.0,27,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,['tensorflow'],,506609.0,18.0,,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,18.0,506609.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +439,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,,236.0,61.0,249.0,22.0,367.0,979.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,,,313.0,30381.0,622.0,588.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,29700.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,32564.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +440,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,1.0,255.0,40.0,513.0,280.0,257.0,897.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,,,,136037.0,1207.0,1114.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,119138.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,895667.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +441,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,6.0,139.0,25.0,487.0,17.0,140.0,868.0,A Comparative Framework for Multimodal Recommender Systems.,22.0,27,True,2024-08-15 06:25:57.000,2.2.2,59.0,cornac,conda-forge/cornac,,,,58902.0,256.0,238.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,47729.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,581021.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +442,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,788.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,7.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,899636.0,4006.0,3929.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,899446.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,6865.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +443,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-05 19:22:51.000000,2024-10-05 19:22:51,630.0,11.0,164.0,31.0,223.0,5.0,103.0,632.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'],,37818.0,424.0,396.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,37528.0,https://anaconda.org/conda-forge/pyriemann,2024-10-04 03:48:24.751,8120.0,3.0,,,,,,,2.0,,,,,,,,,,,,,,,,, +444,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'],,243392.0,8045.0,7906.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,242637.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40795.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +445,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,79.0,145.0,36.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,,,,47068.0,259.0,235.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,5297.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,125315.0,3.0,,,,,,,3.0,,,,,,,,,,,,,,,,, +446,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,,1203.0,184.0,213.0,30.0,534.0,9279.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,,,,,13367.0,297.0,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +447,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,7.0,814.0,141.0,1571.0,122.0,125.0,8072.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,,,,,5967.0,179.0,178.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,5967.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +448,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,31.0,1545.0,136.0,3616.0,61.0,1976.0,5676.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,,,,,,,,,,,,,,,,,,,,,,,, +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,5584.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1692464.0,1853.0,1797.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1692077.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,19785.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +450,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,5061.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,,,,,12966.0,838.0,826.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,12966.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +451,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,,982.0,243.0,217.0,51.0,203.0,4525.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,,,,1387.0,63.0,62.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1292.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4013.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +452,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,,917.0,176.0,386.0,33.0,430.0,3836.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,26,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,['tensorflow'],,153.0,18.0,18.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,153.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +453,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,2.0,532.0,141.0,240.0,42.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'],,1220.0,459.0,455.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,1220.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +454,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,3031.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,,,,1689.0,,,,,,,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,146241.0,3.0,shogun/shogun,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1516.0,,,,,,,,,shogun,,,,,,,,,, +455,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,3022.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'],,162029.0,86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,161753.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,11617.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +456,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,2.0,381.0,38.0,522.0,59.0,217.0,2925.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,26,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,5222.0,313.0,302.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,5048.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8544.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +457,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-06-02 15:40:01.000000,2024-06-02 15:40:01,251.0,,330.0,30.0,322.0,82.0,39.0,2874.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,26,True,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,['sklearn'],,17713.0,1106.0,1105.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,17620.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3565.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +458,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,,233.0,50.0,482.0,45.0,70.0,2807.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,84.0,31165.0,265.0,262.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,31164.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +459,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,2781.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,,,,70510.0,1143.0,1138.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,70241.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16166.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,68.0,167.0,164.0,113.0,2756.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,,,,177613.0,61.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,61.0,175765.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,164494.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,,473.0,97.0,43.0,89.0,240.0,2736.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'],,106094.0,15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,106094.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +462,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-09 14:10:58.000000,2023-07-23 14:42:27,191.0,,483.0,38.0,250.0,52.0,289.0,2612.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'],,42110.0,11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,41869.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,8219.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +463,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,,829.0,90.0,287.0,200.0,103.0,2425.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,,,,35813.0,526.0,494.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,35510.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,14867.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +464,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,56.0,659.0,147.0,225.0,2392.0,Algorithms for explaining machine learning models.,22.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,19437.0,686.0,661.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,19437.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +465,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,,337.0,77.0,55.0,169.0,68.0,2309.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,43273.0,1420.0,1371.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,43273.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,1.0,289.0,55.0,14.0,22.0,80.0,2236.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,,,,20403.0,638.0,633.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,19255.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,98741.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +467,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,66.0,63.0,41.0,198.0,2143.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'],,1462.0,58.0,56.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1462.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +468,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,160.0,13.0,92.0,2133.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,,,,,70461.0,745.0,726.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,70461.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +469,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'],260376.0,119478.0,2307.0,2293.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,115462.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,525.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +470,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-09-20 02:51:44.000000,2024-09-20 02:51:40,888.0,16.0,444.0,60.0,357.0,117.0,92.0,1928.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'],173.0,25254.0,21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,25252.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +471,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,1868.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'],,1211.0,119.0,115.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,1211.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +472,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-09-04 08:38:12.000000,2024-08-31 13:01:11,360.0,19.0,307.0,1.0,1.0,1.0,,1843.0,Feature engineering package with sklearn like functionality.,49.0,26,True,2024-08-31 13:22:28.000,1.8.1,41.0,feature_engine,conda-forge/feature_engine,,,,178329.0,159.0,,https://pypi.org/project/feature_engine,2024-08-31 13:22:28.000,159.0,177174.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,57775.0,3.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,1820.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,,,,49.0,1597.0,485.0,483.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,1597.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +474,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-06-21 10:56:28.000000,2024-06-03 08:29:10,3912.0,,288.0,29.0,578.0,92.0,722.0,1760.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,80.0,26,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,35.0,2168.0,109.0,106.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,2168.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +475,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,25.0,81.0,46.0,35.0,1759.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,,,,171620.0,743.0,698.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,170866.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,27153.0,3.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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,196.0,32.0,20.0,3.0,91.0,1716.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,,,,47030.0,775.0,764.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,45326.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,64776.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +477,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-10-10 06:09:56.000000,2024-10-10 06:03:46,1007.0,53.0,267.0,43.0,849.0,79.0,66.0,1659.0,A lightweight library for PyTorch training tools and utilities.,133.0,26,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,['pytorch'],,5748.0,24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5748.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +478,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,,275.0,51.0,87.0,22.0,191.0,1593.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'],,37268.0,677.0,658.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,37117.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,7857.0,3.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,380.0,56.0,155.0,1570.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'],,4680.0,62.0,61.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,4680.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +480,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-10-08 09:03:57.000000,2023-06-07 07:35:59,3033.0,,123.0,36.0,361.0,12.0,187.0,1447.0,Multi-class confusion matrix library in Python.,17.0,26,False,2023-06-07 14:06:28.000,4.0,44.0,pycm,,,,,40173.0,365.0,341.0,https://pypi.org/project/pycm,2023-06-07 14:08:01.991,24.0,40173.0,,,,3.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-08-09 14:16:22.000000,2024-08-07 01:34:48,1970.0,1.0,344.0,31.0,2280.0,86.0,231.0,1356.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']",,10651.0,6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,10651.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +482,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-10-10 14:14:53.000000,2024-10-02 15:12:44,2134.0,89.0,388.0,58.0,543.0,176.0,257.0,1246.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']",,1595.0,,,https://pypi.org/project/hls4ml,2023-12-19 21:00:58.000,,1417.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,8748.0,2.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,2024-10-10 15:24:48.000000,2024-10-10 00:31:40,2542.0,92.0,94.0,19.0,1134.0,74.0,235.0,1135.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,,,,,24610.0,29.0,25.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,24610.0,,,,3.0,,,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,, +484,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,9.0,121.0,31.0,425.0,80.0,334.0,1067.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,,,,32170.0,160.0,150.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,31351.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,37683.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,927.0,Gaussian Process Optimization using GPy.,50.0,26,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,33145.0,571.0,534.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,33145.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +486,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,26,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,['sklearn'],,55518.0,1803.0,1778.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,55518.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-10-03 01:29:04.000000,2024-10-03 00:42:09,971.0,6.0,170.0,47.0,88.0,37.0,144.0,759.0,Library for exploring and validating machine learning data.,27.0,26,True,2024-10-03 00:57:52.000,1.16.0,47.0,tensorflow-data-validation,,,"['tensorflow', 'jupyter']",867.0,188823.0,31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-03 01:29:04.000,31.0,188812.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +488,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-09-21 16:06:04.000000,2024-09-21 16:05:44,484.0,7.0,49.0,9.0,65.0,190.0,253.0,638.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,,,,75397.0,884.0,807.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,72655.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,131643.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +489,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-10 11:42:00.000000,2024-10-10 11:40:47,365.0,17.0,97.0,20.0,147.0,36.0,98.0,628.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'],40.0,650845.0,92.0,85.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,650845.0,,,,3.0,,,,,,mrpowers-io/quinn,,,,,,,,,,,,,,,,,, +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-09 18:57:29.000000,2024-10-09 18:57:29,854.0,9.0,145.0,29.0,96.0,49.0,75.0,618.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,20.0,26,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,2670.0,77372.0,600.0,569.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,77333.0,,,,3.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,,154.0,18.0,717.0,27.0,208.0,501.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,,,,11362.0,388.0,371.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,10113.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,82459.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +492,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,79.0,30.0,9.0,7.0,7.0,78.0,343.0,Multiple Imputation with LightGBM in Python.,8.0,26,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,65379.0,174.0,165.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,64989.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,15237.0,1.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-10-10 11:04:43.478000,2024-10-09 09:55:44,538.0,3.0,40.0,5.0,16.0,6.0,52.0,341.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,26,True,2024-10-09 10:34:12.000,0.9.1,26.0,scikit-posthocs,conda-forge/scikit-posthocs,,['sklearn'],64.0,100605.0,897.0,843.0,https://pypi.org/project/scikit-posthocs,2024-10-09 10:34:12.000,54.0,80363.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-10-10 11:04:43.478,971621.0,3.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,,801.0,168.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'],404.0,409.0,21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,404.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +495,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,,748.0,107.0,590.0,107.0,345.0,6137.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,59.0,25,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,['tensorflow'],,60212.0,2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,60212.0,,,,3.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,,966.0,181.0,328.0,338.0,294.0,5792.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,,,,3833.0,683.0,136.0,136.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,637.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +497,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,,988.0,46.0,34.0,66.0,112.0,5222.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'],,6658.0,243.0,228.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,6658.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +498,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-10-10 07:07:55.000000,2024-10-10 07:07:55,3696.0,79.0,615.0,92.0,4059.0,241.0,1404.0,5099.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,93.0,25,True,2024-09-30 16:53:23.000,1.42.0,83.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +499,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-10-09 22:24:15.000000,2024-10-09 22:17:48,223.0,5.0,298.0,78.0,179.0,24.0,54.0,4954.0,"A data augmentations library for audio, image, text, and video.",37.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,3010.0,146.0,142.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3010.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,,658.0,158.0,130.0,83.0,101.0,4655.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'],,1077.0,790.0,784.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,1077.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,133.0,649.0,65.0,198.0,3889.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,,,,,4324.0,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,4324.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +502,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-10-09 23:39:47.000000,2024-06-26 19:01:50,1492.0,,353.0,68.0,1440.0,109.0,85.0,3474.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,25,True,2024-06-26 16:33:42.000,1.2,17.0,lit-nlp,conda-forge/lit-nlp,,,,5565.0,42.0,39.0,https://pypi.org/project/lit-nlp,2024-06-26 16:32:34.000,3.0,3721.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,90359.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +503,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,173.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'],,1856.0,62.0,60.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,1856.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +504,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,8.0,603.0,41.0,1012.0,283.0,708.0,3383.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'],,45624.0,2.0,,https://pypi.org/project/recbole,2023-10-31 12:52:34.000,2.0,45493.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,6175.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,2024-09-17 13:21:51.000000,2024-08-17 14:22:50,2847.0,45.0,1239.0,134.0,1114.0,50.0,83.0,3359.0,a distributed deep learning platform.,91.0,25,True,2020-04-21 08:01:08.000,3.0.0,3.0,,nusdbsystem/singa,,,,71.0,5.0,5.0,,,,,https://anaconda.org/nusdbsystem/singa,,,3.0,apache/singa,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8095.0,,,,,,,,,,,,,,,,,,, +506,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-10 01:26:47.000000,2024-09-27 21:49:19,477.0,7.0,276.0,51.0,475.0,70.0,260.0,3338.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,695.0,8934.0,7.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,7.0,7784.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,48904.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,1.0,410.0,156.0,85.0,105.0,101.0,3294.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'],,19175.0,24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,19175.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,3255.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'],,1293.0,131.0,130.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1293.0,,,,3.0,,,,,,,2.0,,,,,,,,,,,,,,,,, +509,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-10 08:29:16.000000,2024-10-10 08:29:16,1580.0,4.0,246.0,29.0,2017.0,5.0,659.0,3185.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,37.0,25,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,2710.0,14667.0,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,14588.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,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,25,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,4705.0,1114.0,164.0,152.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1055.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,,664.0,71.0,25.0,117.0,101.0,2979.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'],,1390.0,2975.0,2974.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1390.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +512,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,2853.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,,,1077.0,3843.0,748.0,727.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,3499.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,18599.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +513,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,2389.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'],,466.0,72.0,70.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,466.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +514,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,1.0,243.0,35.0,147.0,24.0,145.0,2389.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,25,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,333.0,23081.0,237.0,228.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,23075.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +515,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,50.0,98.0,23.0,116.0,2226.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,"['pytorch', 'sklearn']",,10324.0,134.0,130.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,10324.0,,,,3.0,,,,,,mckinsey/causalnex,,,,,,,,,,,,,,,,,, +516,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,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,['pytorch'],,9377.0,745.0,726.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,9377.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,2109.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,,,,,238332.0,278.0,274.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,238332.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,1621.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,['tensorflow'],,2142.0,199.0,191.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,2142.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-08-04 13:39:34.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-08-04 13:39:34.000,6.1.0,44.0,elephas,conda-forge/elephas,,"['keras', 'spark']",,40208.0,,,https://pypi.org/project/elephas,2024-08-04 13:39:34.000,,39962.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15281.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,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'],,159615.0,259.0,255.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,159615.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-10-08 05:32:52.462000,2024-08-15 08:12:47,1036.0,1.0,179.0,17.0,74.0,30.0,359.0,1544.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'],,49650.0,152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,40111.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-10-08 05:32:52.462,496053.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +522,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,2.0,231.0,46.0,186.0,53.0,121.0,1396.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'],,5468.0,413.0,406.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5210.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,13199.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +523,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-09-21 21:59:47.000000,2024-09-21 13:36:46,1061.0,2.0,119.0,24.0,116.0,36.0,56.0,1377.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,25,True,2024-07-02 18:00:43.000,1.4.6,49.0,imodels,,,,,39578.0,115.0,106.0,https://pypi.org/project/imodels,2024-07-02 18:00:43.000,9.0,39578.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +524,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,404.0,90.0,165.0,103.0,224.0,1365.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'],,377.0,46.0,46.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,377.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +525,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'],,14890.0,1698.0,1682.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,14890.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,,296.0,55.0,63.0,16.0,111.0,1286.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,,,,,8933.0,1116.0,1105.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,8933.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,1257.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,25,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,['tensorflow'],152.0,971.0,141.0,139.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,966.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +528,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,,85.0,34.0,111.0,8.0,18.0,1245.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'],,22849.0,281.0,270.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,22849.0,,,,3.0,,,,,,google-deepmind/rlax,,,,,,,,,,,,,,,,,, +529,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,3.0,245.0,20.0,23.0,5.0,88.0,1220.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,,,,17120.0,724.0,693.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,16719.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,30923.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +530,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,1.0,207.0,53.0,461.0,145.0,295.0,1204.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'],,1861.0,77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,1861.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,,119.0,11.0,23.0,28.0,15.0,1130.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,,,,,523181.0,6664.0,6192.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,523181.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +532,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-09 12:09:36.000000,2024-07-24 14:36:04,2074.0,1.0,218.0,42.0,607.0,101.0,445.0,1072.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,25,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,23273.0,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,22704.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,24490.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +533,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,683.0,Bias Auditing & Fair ML Toolkit.,22.0,25,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,26342.0,179.0,171.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,26342.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-09-30 08:54:39.000000,2024-09-30 08:54:32,897.0,18.0,86.0,10.0,764.0,98.0,450.0,635.0,Automated modeling and machine learning framework FEDOT.,34.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,2213.0,58.0,53.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,2213.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,6.0,137.0,21.0,49.0,1.0,87.0,572.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,,,,27988.0,2307.0,2254.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,26490.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,59936.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-09-11 13:18:14.000000,2024-09-11 13:18:14,3767.0,16.0,69.0,46.0,359.0,21.0,397.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,37.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,['sklearn'],15.0,2814.0,48.0,46.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,2328.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,17027.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +537,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-10-01 13:58:06.000000,2024-10-01 13:25:16,2378.0,91.0,42.0,12.0,16.0,15.0,61.0,509.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,8.0,25,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,248.0,3998.0,48.0,35.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,3995.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +538,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-10-08 11:58:21.000000,2024-09-29 01:46:34,567.0,13.0,57.0,41.0,319.0,20.0,63.0,314.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-09-19 03:59:24.000,1.6.1,84.0,gokart,,,,,5469.0,89.0,81.0,https://pypi.org/project/gokart,2024-09-19 03:59:24.000,8.0,5469.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +539,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-10-08 18:54:04.000000,2024-10-08 18:53:55,3688.0,540.0,60.0,7.0,329.0,48.0,103.0,264.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,2911.0,122.0,116.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,2189.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,33961.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +540,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,,521.0,82.0,39.0,63.0,27.0,11128.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,,,,1224.0,58.0,58.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,1119.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3491.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-05-25 03:02:04.000000,2024-05-25 02:46:48,1097.0,,924.0,114.0,676.0,146.0,543.0,5486.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,118.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,['pytorch'],,1094.0,22.0,21.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,1094.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,,450.0,63.0,94.0,36.0,88.0,5130.0,Finding duplicate images made easy!.,15.0,24,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,['tensorflow'],,56012.0,151.0,146.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,56012.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,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'],960.0,1040.0,1149.0,1133.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,1028.0,,,,3.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,1.0,1032.0,92.0,64.0,271.0,270.0,4735.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'],,26648.0,28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,26648.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,353.0,59.0,51.0,,4412.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,998.0,193.0,193.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,998.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,,441.0,44.0,54.0,88.0,174.0,4326.0,An Open-Source Framework for Prompt-Learning.,22.0,24,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,807.0,151.0,148.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,807.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,4136.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,,,,,7001.0,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,7001.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +548,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,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,3872.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,,,414.0,272.0,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,252.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1737.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +549,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-03-20 17:23:36.000000,2023-10-12 08:57:51,209.0,,324.0,87.0,95.0,51.0,32.0,3526.0,Python library that makes it easy for data scientists to create charts.,25.0,24,True,2023-10-12 09:02:25.000,4.0.5,25.0,chartify,conda-forge/chartify,,,,3948.0,88.0,79.0,https://pypi.org/project/chartify,2023-10-12 09:02:25.000,9.0,3482.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,33133.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-09-11 23:08:58.000000,2024-03-18 19:51:35,2374.0,,712.0,156.0,62.0,6.0,826.0,3188.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'],4777.0,916.0,,,,,,,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,69504.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,1.0,323.0,66.0,319.0,50.0,124.0,2875.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'],,4878.0,61.0,60.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,4527.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,18259.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,,171.0,21.0,79.0,102.0,179.0,2847.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,,,,,1037.0,55.0,54.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1037.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,2024-10-07 17:22:10.000000,2024-08-01 02:26:24,769.0,2.0,361.0,90.0,552.0,143.0,95.0,2749.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'],,17214.0,11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,17214.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,,140.0,28.0,200.0,20.0,73.0,2743.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,,,,55540.0,467.0,441.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,51826.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,207989.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,,325.0,92.0,2158.0,214.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,,,,,24758.0,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,24758.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,,345.0,32.0,695.0,43.0,151.0,2661.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,442.0,115.0,111.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,442.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-06-18 18:31:40.000000,2023-07-01 21:40:58,1936.0,,368.0,39.0,93.0,41.0,158.0,2636.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,24,False,2022-09-04 16:37:07.000,0.54.0,46.0,torch-geometric-temporal,,,['pytorch'],,2474.0,7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,2474.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +558,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,88.0,29.0,25.0,52.0,2368.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,,,,,23586.0,766.0,712.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,23586.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +559,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,2275.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,,,,497.0,3192.0,115.0,114.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3183.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,84.0,48.0,24.0,64.0,2122.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,10381.0,553.0,541.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,10381.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +561,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-07-16 07:33:35.000000,2024-07-15 22:10:03,578.0,3.0,154.0,56.0,466.0,74.0,103.0,2006.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,32.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,2288.0,123.0,113.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,2288.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +562,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,2004.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'],,1596.0,372.0,364.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1418.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8010.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,2024-08-16 19:10:13.000000,2024-08-16 19:10:08,367.0,1.0,272.0,49.0,320.0,262.0,184.0,1829.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'],,439204.0,2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,439204.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,1617.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,,,67830.0,5059.0,421.0,408.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2971.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,47570.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +565,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-10-10 12:18:05.000000,2024-10-10 12:16:15,230.0,230.0,96.0,23.0,345.0,3.0,17.0,1613.0,Open-source end-to-end LLM Development Platform.,23.0,24,True,2024-10-10 12:14:26.000,0.1.22,50.0,opik,,,,,3207.0,,,https://pypi.org/project/opik,2024-10-10 12:14:51.000,,3207.0,,,,3.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,1583.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'],,205030.0,539.0,532.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,205030.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-07-18 17:36:15.000000,2024-07-18 17:32:59,357.0,3.0,270.0,43.0,256.0,77.0,197.0,1526.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'],,505.0,46.0,45.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,505.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,2.0,163.0,104.0,189.0,40.0,25.0,1508.0,fklearn: Functional Machine Learning.,56.0,24,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,3026.0,15.0,15.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,3026.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,1288.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'],,1971.0,68.0,68.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1971.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,,221.0,70.0,415.0,75.0,147.0,1166.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,,,,,761.0,178.0,173.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,761.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +571,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,1043.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'],,6718.0,236.0,227.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,6718.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +572,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-09-09 08:45:12.000000,2024-08-24 15:16:00,781.0,1.0,67.0,15.0,130.0,51.0,117.0,1020.0,Visualize large time series data with plotly.py.,12.0,24,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,355645.0,1455.0,1431.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,353530.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,69812.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,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,718.0,329.0,306.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,718.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'],,7738.0,488.0,485.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,7738.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-10-10 13:59:36.000000,2024-10-09 21:29:18,1780.0,250.0,35.0,9.0,1266.0,9.0,42.0,965.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,24,True,2024-09-18 03:52:33.000,0.0.35,43.0,runhouse,,,,44.0,20742.0,1.0,,https://pypi.org/project/runhouse,2024-09-18 03:50:09.000,1.0,20740.0,,,,3.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-09-28 20:43:04.000000,2024-09-12 10:35:25,429.0,31.0,143.0,20.0,87.0,5.0,71.0,921.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,,,,,20991.0,160.0,153.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,20991.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,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,,,,,4472.0,182.0,178.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,4472.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,,155.0,17.0,73.0,35.0,109.0,726.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,,,32.0,24199.0,221.0,189.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,23320.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,89728.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +579,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-08-29 13:38:23.000000,2024-08-29 13:37:57,573.0,8.0,101.0,23.0,102.0,15.0,112.0,692.0,Python library for reading audio file metadata.,27.0,24,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,27628.0,113.0,,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,113.0,27628.0,,,,3.0,,,,,,tinytag/tinytag,,,,,,,,,,,,,,,,,, +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,,136.0,132.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'],,19826.0,227.0,215.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,19826.0,,,,3.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,,69.0,15.0,13.0,35.0,7.0,571.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,,,,403890.0,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,395898.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,327676.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,510.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'],,2467903.0,4914.0,4811.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2458659.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,924439.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-09-04 00:22:36.000000,2024-05-15 12:32:23,5658.0,,93.0,19.0,764.0,16.0,446.0,442.0,Lightwood is Legos for Machine Learning.,46.0,24,False,2024-05-15 13:29:47.000,24.5.2.0,204.0,lightwood,,,['pytorch'],,12527.0,73.0,71.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,12527.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-10-01 02:29:20.000000,2024-10-01 02:29:19,677.0,15.0,65.0,29.0,486.0,16.0,91.0,372.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'],,25874.0,21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,13594.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,650847.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +585,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'],,1859.0,38.0,36.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1859.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +586,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,,1454.0,149.0,50.0,46.0,12.0,10166.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,23,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,['pytorch'],,1348.0,68.0,65.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1348.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,,609.0,145.0,1362.0,129.0,987.0,8018.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,,,,,1188.0,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,1188.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,132.0,136.0,6416.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,371.0,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,371.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +589,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,120.0,108.0,172.0,356.0,5414.0,Backtest trading strategies in Python.,19.0,23,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,17144.0,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,17144.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-10-01 23:10:08.000000,2024-09-10 16:49:55,1635.0,24.0,830.0,146.0,1563.0,371.0,403.0,5058.0,Simple and Distributed Machine Learning.,120.0,23,True,2024-08-30 02:16:51.000,1.0.5,51.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,,321.0,75.0,37.0,95.0,75.0,4371.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,,,,,3553.0,54.0,54.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,3553.0,,,,3.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,,447.0,89.0,78.0,67.0,137.0,3368.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'],207.0,426757.0,2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,426754.0,,,,2.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,3253.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'],,199.0,54.0,53.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,199.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,,232.0,53.0,36.0,75.0,125.0,3184.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'],,5125.0,440.0,426.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,4515.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,27472.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,4.0,727.0,7.0,33.0,406.0,855.0,2606.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'],,3982.0,1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,3982.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,130.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'],12875.0,1818.0,68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1665.0,,,,3.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,78.0,144.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'],,186.0,31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,186.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +598,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,2301.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,,,,,38761.0,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,38761.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,5.0,244.0,38.0,39.0,7.0,114.0,2148.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,,,,7877.0,279.0,266.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,7353.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,26769.0,2.0,,,,,,,,,,,,,,,,,,,,,,,, +600,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,,299.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'],,1930.0,35.0,32.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1930.0,,,,3.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,1973.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'],,5904.0,180.0,180.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,5904.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +602,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-09-28 12:41:59.000000,2024-09-28 12:41:59,1288.0,28.0,143.0,33.0,179.0,71.0,149.0,1971.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",28.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,581.0,654.0,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,643.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +603,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,1886.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'],,3022.0,492.0,470.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1802.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,51257.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +604,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,1863.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,,,,,14037.0,64.0,63.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,14037.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +605,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,35.0,446.0,50.0,354.0,1863.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,,,,14480.0,64.0,63.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,14037.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,14624.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +606,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,1642.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,,,,67.0,6578.0,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,6578.0,,,,3.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,44.0,801.0,72.0,485.0,1639.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,361.0,6.0,6.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,361.0,,,,3.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,2024-07-16 05:54:41.000000,2024-07-16 05:54:41,602.0,1.0,302.0,56.0,117.0,54.0,31.0,1618.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,,,,,1418.0,103.0,102.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1418.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +609,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,1584.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,23,True,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,['tensorflow'],,64260.0,3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,64260.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +610,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,32.0,86.0,16.0,33.0,1411.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,,,,,1367.0,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,1367.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +611,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,,88.0,39.0,15.0,11.0,27.0,1361.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'],,67627.0,242.0,220.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,67452.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6333.0,2.0,,,,,,google-deepmind/jraph,,,,,,,,,,,,,,,,,, +612,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-10-08 01:44:06.000000,2024-09-17 07:49:48,563.0,13.0,134.0,21.0,306.0,21.0,140.0,1348.0,A standard framework for modelling Deep Learning Models for tabular data.,23.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,['pytorch'],43.0,3927.0,3.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,3.0,3926.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,, +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,,192.0,27.0,57.0,22.0,36.0,1294.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'],,1594.0,180.0,175.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,1594.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +614,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,27.0,209.0,53.0,94.0,66.0,219.0,1040.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,,,,,6505.0,8.0,,https://pypi.org/project/calamari_ocr,2024-10-01 23:42:11.000,8.0,6505.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +615,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-10-08 21:24:59.446000,2024-08-15 16:03:59,733.0,1.0,147.0,15.0,107.0,30.0,249.0,998.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'],,36800.0,122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,27830.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-10-08 21:24:59.446,466471.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +616,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,954.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,,,,80713.0,769.0,746.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,78917.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,66479.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +617,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,951.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,23,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,['tensorflow'],,89480.0,114.0,106.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,89480.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,2024-09-11 20:07:00.000000,2024-02-01 21:38:56,330.0,,169.0,29.0,113.0,88.0,56.0,909.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,,,,53331.0,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,8751.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2288218.0,3.0,,,,,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,576.0,,,,,,,,,,, +619,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'],,21824.0,673.0,661.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,21824.0,,,,3.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,,85.0,14.0,77.0,221.0,218.0,868.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,25.0,7139.0,100.0,100.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,7139.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +621,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-09-30 13:31:28.000000,2024-09-30 12:29:20,1251.0,46.0,126.0,30.0,1058.0,37.0,54.0,766.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,23,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2291.0,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,2291.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,2024-08-02 05:29:18.056000,2024-08-01 17:33:11,360.0,2.0,119.0,17.0,84.0,21.0,38.0,709.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'],,15586.0,327.0,289.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,12317.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,163474.0,3.0,,,,,,BioPandas/biopandas,,,,,,,,,,,,,,,,,, +623,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-09 16:45:39.000000,2024-07-23 12:43:38,1508.0,3.0,80.0,34.0,680.0,22.0,118.0,700.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']",,1558.0,15.0,13.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,1558.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +624,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,23,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,12320.0,519.0,514.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,12265.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2268.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +625,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-10-08 15:38:12.000000,2024-09-27 03:56:46,987.0,6.0,193.0,23.0,858.0,129.0,397.0,597.0,MONAI Label is an intelligent open source image labeling and learning tool.,61.0,23,True,2024-07-23 17:48:05.000,0.8.3,114.0,monailabel-weekly,,,,95440.0,4877.0,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,2430.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +626,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-10-05 19:02:22.000000,2024-08-18 15:52:42,512.0,12.0,60.0,25.0,10.0,13.0,44.0,551.0,Active Learning for Text Classification in Python.,7.0,23,True,2024-08-18 16:02:51.000,1.4.1,22.0,small-text,conda-forge/small-text,,"['sklearn', 'pytorch']",,1959.0,32.0,32.0,https://pypi.org/project/small-text,2024-08-18 16:00:34.000,,1607.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,9505.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +627,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,515.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,['huggingface'],,2932.0,292.0,287.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2932.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +628,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,390.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,,,,225437.0,488.0,444.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,223755.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,82466.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +629,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-09-25 16:48:16.000000,2024-09-25 16:46:45,1055.0,30.0,1224.0,108.0,513.0,91.0,617.0,12837.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",88.0,22,False,2024-09-25 16:48:16.000,2.2.15,100.0,pandas-ai,,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,3.0,,,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,,, +630,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,8.0,639.0,92.0,152.0,99.0,102.0,8378.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,,,,,1396.0,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,1396.0,,,,3.0,,,,,,nebuly-ai/optimate,,,,,,,,,,,,,,,,,, +631,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,,783.0,223.0,25.0,8.0,122.0,5352.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'],,1924.0,22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,1924.0,,,,3.0,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,,, +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,305.0,210.0,66.0,220.0,4871.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,,,,1689.0,,,,,,,,,,3.0,shadowreaver/crypto-signal,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143621.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,,475.0,85.0,180.0,108.0,161.0,3620.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,,,,,277.0,3.0,3.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,256.0,,,,3.0,bytepsimage/tensorflow,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1349.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,2024-08-12 15:50:03.000000,2024-08-12 15:45:58,1602.0,3.0,514.0,148.0,610.0,86.0,75.0,3562.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",167.0,22,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,['pytorch'],,77.0,,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,77.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +635,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,215.0,16.0,24.0,4.0,3430.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,,,,56.0,933.0,15.0,15.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,933.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +636,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'],622.0,2018.0,8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,2009.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +637,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,3135.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,['tensorflow'],,2004.0,161.0,159.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2004.0,,,,3.0,,,,,,google-deepmind/trfl,,,,,,,,,,,,,,,,,, +638,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-09-30 02:41:02.000000,2021-05-06 12:10:38,127.0,,155.0,48.0,70.0,2.0,30.0,3067.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,,,,697.0,54.0,54.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,643.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1790.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +639,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,2936.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,,,,,607.0,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,607.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +640,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,42.0,110.0,80.0,64.0,2882.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,,,,152.0,4078.0,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,4076.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,1.0,162.0,24.0,34.0,33.0,31.0,1975.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'],115.0,1228.0,32.0,31.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,1066.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5469.0,3.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,1.0,341.0,42.0,68.0,163.0,95.0,1855.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,,,,,3963.0,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,3963.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,1791.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']",,2239.0,318.0,307.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2239.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +644,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,1724.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'],676.0,6209.0,169.0,163.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,3826.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,234385.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,,197.0,30.0,424.0,11.0,163.0,1669.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'],,455.0,,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,455.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +646,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'],,1941.0,4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,1501.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,25118.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,,211.0,57.0,52.0,80.0,149.0,1564.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,,,,2867.0,1102.0,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1072.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +648,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-01 11:46:17.000000,2024-10-01 11:50:32,1211.0,8.0,118.0,27.0,69.0,4.0,29.0,1514.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,7.0,22,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,['pytorch'],44.0,7807.0,7.0,,https://pypi.org/project/pytorch_toolbelt,2022-06-27 19:59:57.000,7.0,7807.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +649,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-09-18 00:15:10.000000,2024-09-18 00:14:54,196.0,5.0,113.0,39.0,30.0,19.0,119.0,1244.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,22,True,2024-07-26 00:44:37.000,2.2.4,84.0,ngt,,,,,4372.0,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,4372.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-06-07 14:38:03.000000,2024-06-07 14:37:59,835.0,,324.0,51.0,796.0,11.0,300.0,1210.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'],21.0,3692.0,,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,3692.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,1.0,152.0,91.0,122.0,33.0,46.0,1186.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,,,,,968.0,116.0,115.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,968.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,,205.0,27.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,,,,764.0,1153.0,127.0,124.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,1147.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +653,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,1071.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,22,True,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,['tensorflow'],,1468.0,30.0,30.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,1468.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +654,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,,294.0,96.0,123.0,62.0,97.0,1052.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'],,2849.0,16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,2295.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,47709.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +655,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,1016.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'],,2771.0,259.0,248.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,2771.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,,89.0,18.0,73.0,18.0,45.0,1015.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,,,,,16476.0,223.0,219.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,16476.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +657,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,938.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,,,,689524.0,53604.0,727.0,697.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,38934.0,,,,3.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,16.0,82.0,920.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,['tensorflow'],29.0,1717.0,2446.0,2437.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1717.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +659,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,862.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,,,,2924.0,63.0,61.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,2700.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,10085.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +660,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,3.0,248.0,46.0,18.0,11.0,91.0,855.0,Data compression in TensorFlow.,21.0,22,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,['tensorflow'],,3617.0,2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,3617.0,,,,3.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-05 19:58:50.000000,2024-10-05 17:28:06,58.0,1.0,75.0,6.0,5.0,3.0,24.0,848.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,True,2024-10-05 19:58:50.000,0.1.8,7.0,iterative-stratification,,,['sklearn'],,33823.0,496.0,481.0,https://pypi.org/project/iterative-stratification,2024-10-05 19:58:50.000,15.0,33823.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,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,134.0,24.0,594.0,63.0,511.0,847.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,4339.0,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,4339.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,,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,,,,,2661.0,493.0,492.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2661.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +664,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,142.0,15.0,63.0,37.0,137.0,816.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'],,20010.0,62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,16161.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,204017.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +665,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,768.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,22,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,['jax'],,1108.0,61.0,57.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,1108.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'],,11223.0,18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,6860.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,339844.0,3.0,,,,,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,545.0,,,,,,,,,,, +667,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,687.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'],,32119.0,479.0,469.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,32091.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2991.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +668,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,22,True,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,['pytorch'],,1536.0,95.0,91.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1536.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,130.0,22.0,20.0,8.0,31.0,598.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'],,12207.0,173.0,168.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12207.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,521.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,11714.0,30.0,27.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,11714.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-08-18 17:30:50.000000,2023-03-05 00:16:57,419.0,,102.0,36.0,276.0,75.0,174.0,486.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,,,,381.0,2158.0,84.0,82.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,2154.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +672,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,,,,,26608.0,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,26608.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +673,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-08-12 09:24:26.000000,2024-08-12 09:24:26,399.0,4.0,102.0,18.0,9.0,7.0,49.0,454.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-06-08 21:33:50.000,0.0.18,18.0,chefboost,,,,,4546.0,60.0,60.0,https://pypi.org/project/chefboost,2024-06-08 21:33:50.000,,4546.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,,,,,5801.0,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,5801.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-08-19 11:40:22.000000,2023-02-01 10:38:52,3728.0,,60.0,28.0,110.0,33.0,184.0,369.0,scalable audio processing framework and server written in Python.,22.0,22,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,564.0,19.0,19.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,564.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,2024-10-10 08:57:34.000000,2024-10-10 08:57:19,793.0,46.0,25.0,5.0,297.0,5.0,,314.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,22,True,2024-10-10 08:57:34.000,1.2.12,822.0,upgini,,,,,24713.0,9.0,9.0,https://pypi.org/project/upgini,2024-10-10 08:57:34.000,,24713.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +677,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,204.0,283.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,940.0,118.0,110.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,940.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +678,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,4.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,,,,86062.0,1268.0,1211.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,84377.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,80901.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,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,,,,,103341.0,2410.0,2366.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,103341.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,,2392.0,149.0,89.0,255.0,286.0,13443.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,,,,,,,,,,,,,,,,,,,,,,,, +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,2.0,1190.0,95.0,50.0,395.0,287.0,6555.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,33.0,21,True,,,1.0,pyslowfast,,,['pytorch'],,60.0,20.0,20.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,60.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,4928.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,,,,,1532.0,20.0,,,,,,,,,,3.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,4626.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,,,['tensorflow'],,5174.0,5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5171.0,,,,3.0,idealo/image-super-resolution-gpu,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,240.0,,,,,,,,,,,,,,,,,,, +684,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-05-20 22:36:46.000000,2023-08-15 07:38:22,956.0,,567.0,169.0,47.0,35.0,28.0,4503.0,High-performance TensorFlow library for quantitative finance.,47.0,21,False,,,30.0,tf-quant-finance,,,['tensorflow'],,978.0,3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,978.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,3085.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,,,,49.0,1113.0,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,1113.0,,,,3.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,2904.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'],,3833.0,212.0,209.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,3833.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,2325.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,,,,,204.0,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,204.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,2211.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,,,,,398.0,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,398.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,,250.0,54.0,35.0,16.0,105.0,2105.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'],,11208.0,,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,11208.0,,,,3.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,,200.0,38.0,7.0,15.0,33.0,1655.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'],,7597.0,69.0,63.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,7597.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,101.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,,,,,7742.0,24.0,24.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,7742.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,,271.0,65.0,51.0,23.0,75.0,1494.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,,,,,1032.0,37.0,37.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,1032.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,,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,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,['tensorflow'],,1086.0,40.0,34.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,1086.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,1427.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'],,242.0,33.0,33.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,242.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,1275.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'],,615.0,37.0,37.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,615.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +696,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,,213.0,65.0,29.0,31.0,12.0,1184.0,Anomaly Detection and Correlation library.,9.0,21,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,7931.0,82.0,80.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,7931.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,,202.0,62.0,7.0,13.0,29.0,1142.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,,,,,2359.0,6.0,6.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,2359.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,1085.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,,,,254943.0,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,254782.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,8880.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'],,408.0,88.0,84.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,408.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,39.0,841.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,,,,16472.0,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,16128.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,21704.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,,160.0,37.0,46.0,43.0,49.0,819.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,1022.0,108.0,99.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,1022.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,,126.0,30.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'],,1161.0,47.0,47.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1161.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,24.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'],,40246.0,669.0,661.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,40070.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8489.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,,,,26.0,42083.0,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,42083.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,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']",,20170.0,678.0,661.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,20170.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,,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,,,,,22896.0,227.0,219.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,22896.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,,95.0,26.0,32.0,35.0,6.0,618.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'],,19045.0,408.0,400.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,19045.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +708,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,609.0,a distributed Hyperband implementation on Steroids.,11.0,21,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,7607.0,494.0,469.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,7182.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19554.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,606.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,,,,,879.0,64.0,63.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,879.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,,86.0,7.0,20.0,4.0,92.0,586.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,,,,,39514.0,76.0,74.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,39514.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,,105.0,9.0,15.0,6.0,16.0,581.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,,,,8039.0,414.0,408.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,7848.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,13413.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,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,,,,,1984.0,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1984.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-07-08 19:15:42.000000,2024-07-08 19:11:02,771.0,,63.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'],,4527.0,148.0,143.0,https://pypi.org/project/poutyne,2024-07-08 19:15:42.000,5.0,4527.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,,58.0,10.0,21.0,15.0,37.0,558.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,,,,13578.0,457.0,448.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13161.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,27958.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,,167.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,,,,,286.0,33.0,32.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,286.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +716,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-08 08:24:02.000000,2024-10-08 08:24:02,1774.0,3.0,75.0,10.0,218.0,49.0,82.0,541.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,21.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,238.0,1431.0,36.0,35.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1424.0,,,,3.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,497.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,,,,29.0,6850.0,152.0,144.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6850.0,,,,3.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']",238.0,19560.0,24.0,22.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,19556.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +719,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,20.0,64.0,11.0,268.0,11.0,112.0,437.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'],,533.0,4.0,4.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,533.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +720,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,423.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'],,378457.0,1878.0,1872.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,378457.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +721,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,415.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,104.0,4739.0,135.0,132.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4739.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +722,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,410.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,,,,1289.0,64.0,60.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,986.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,14591.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +723,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,397.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,,,,2117.0,19.0,17.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1451.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,26008.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +724,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,377.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,,,,,9356.0,540.0,532.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,9356.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,,85.0,29.0,318.0,75.0,27.0,373.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'],,32495.0,7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,32495.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,352.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,,,,,5071.0,257.0,241.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,5071.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +727,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,310.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,['tensorflow'],,1928.0,118.0,115.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1928.0,,,,3.0,,,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,,, +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']",,493643.0,20.0,18.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,493643.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +729,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,272.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2024-08-26 15:06:41.000,1.2.0,8.0,omlt,,,,,12266.0,24.0,21.0,https://pypi.org/project/omlt,2024-08-26 15:06:41.000,3.0,12266.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,,68.0,28.0,31.0,33.0,113.0,267.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,,,2053.0,6632.0,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,4084.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,121529.0,3.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-10-01 21:27:00.000000,2023-07-02 18:02:16,1462.0,,47.0,15.0,213.0,27.0,64.0,245.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,631.0,51.0,45.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,631.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-08-09 06:53:19.000000,2024-08-09 06:53:17,591.0,1.0,35.0,24.0,644.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,,,,1213.0,3444.0,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,3423.0,,,,3.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,3.0,11.0,213.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,,,,,22538.0,93.0,90.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,22538.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,,1717.0,19.0,19.0,72.0,24.0,5097.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,,,,,5302.0,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,5302.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,101.0,16.0,53.0,17.0,3414.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,,,,,1067.0,161.0,154.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,1067.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,,321.0,58.0,242.0,175.0,111.0,3183.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,,,,694.0,4522.0,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,4511.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +737,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,2938.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,,,,,887.0,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,887.0,,,,3.0,,,,,,rhsimplex/image-match,,,,,,,,,,,,,,,,,, +738,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,2854.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,,,,,,,,,,,,,,,,,,,,,,,, +739,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,2672.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,696.0,74.0,74.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,696.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +740,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,2136.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,['pytorch'],,1325.0,20.0,20.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1325.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,1930.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,1055.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,1860.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,,,,,547.0,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,547.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,,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,,,,36.0,6814.0,34.0,34.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,6813.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +744,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,2.0,159.0,18.0,74.0,24.0,41.0,1790.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'],,2218.0,33.0,33.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,2218.0,,,,3.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,1624.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,,,,,2942.0,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,2942.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,66.0,202.0,5.0,74.0,1590.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,,,['tensorflow'],,339.0,2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,137.0,,,,3.0,zh794390558/delta,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13131.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'],,2075.0,32.0,32.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,2075.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +748,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,1380.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,,,,,420.0,4.0,4.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,420.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +749,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,,182.0,19.0,262.0,77.0,94.0,1347.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']",,33719.0,6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,33719.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +750,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,1272.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,,,,,2876.0,170.0,168.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2876.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +751,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,1031.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'],412.0,1882.0,8.0,6.0,https://pypi.org/project/uform,2024-10-01 18:35:24.000,2.0,1862.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +752,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,1026.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,,,,716.0,184.0,182.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,487.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9410.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +753,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,,,,,778.0,3641.0,3636.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,778.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +754,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,,85.0,23.0,49.0,16.0,17.0,833.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'],,2775.0,32.0,26.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1843.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,29844.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,763.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,,,,,790.0,115.0,115.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,790.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +756,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,1.0,112.0,34.0,561.0,211.0,246.0,759.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,,,,,9406.0,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,9406.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +757,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,,114.0,18.0,26.0,2.0,87.0,727.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,20,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,11910.0,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,11910.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +758,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-08-07 20:31:21.000000,2024-01-09 18:05:38,305.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'],,5508.0,3.0,,https://pypi.org/project/dabl,2024-08-07 20:31:21.000,3.0,5508.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +759,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,44.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'],,5069.0,185.0,183.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,4949.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,4824.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,,,,,396.0,38.0,34.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,396.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,546.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,,,,13.0,595.0,115.0,113.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,595.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,495.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,,,,,5161.0,83.0,75.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5161.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,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']",,2296.0,54.0,54.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,2296.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +764,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'],,2735.0,256.0,256.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2735.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-10-09 16:17:25.000000,2024-08-14 15:39:49,663.0,2.0,18.0,23.0,361.0,50.0,87.0,318.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,,,7523.0,9926.0,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1589.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-05-10 13:02:13.580,243767.0,3.0,,,,,,vega/vegafusion,,,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,247.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,,,,,1019.0,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,1019.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +767,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-09-13 15:25:32.000000,2024-09-13 15:25:31,427.0,5.0,76.0,21.0,443.0,27.0,51.0,274.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,,,,,464.0,4.0,4.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,464.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +768,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-10-10 01:45:54.000000,2024-10-04 20:13:18,493.0,4.0,109.0,20.0,552.0,58.0,126.0,266.0,An open-source toolkit for large-scale genomic analysis.,28.0,20,False,2024-03-12 08:52:09.000,2.0.0,16.0,glow.py,conda-forge/glow,,,109.0,58731.0,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,58615.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5070.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,235.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,['pytorch'],,6743.0,82.0,72.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6743.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,,,,414.0,1530.0,448.0,446.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1526.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,,766.0,338.0,58.0,2.0,,6758.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,,,,370.0,546.0,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,540.0,,,,3.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,3184.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,,2189.0,2189.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,,178.0,24.0,20.0,18.0,30.0,1693.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,,,,46.0,190.0,8.0,8.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,189.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +774,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,27.0,1005.0,127.0,65.0,1649.0,Version control for machine learning.,17.0,19,False,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,371.0,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,371.0,,,,3.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,,167.0,43.0,6.0,4.0,7.0,1109.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,,,,,411.0,32.0,32.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,411.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +776,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,,138.0,17.0,11.0,42.0,43.0,1084.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'],,6911.0,161.0,156.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,6911.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +777,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,18.0,42.0,23.0,60.0,913.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,,,,964.0,194.0,191.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,768.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,9822.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,,141.0,14.0,24.0,58.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,,,,,527.0,103.0,102.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,527.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +779,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,29.0,38.0,43.0,21.0,851.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,,,,,2576.0,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,2576.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,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'],,205.0,15.0,15.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,205.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +781,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,,,,,804.0,30.0,28.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,804.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +782,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,,144.0,34.0,84.0,16.0,55.0,628.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'],,228.0,27.0,24.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,228.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +783,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-08-18 17:19:42.000000,2024-08-18 17:07:49,821.0,2.0,40.0,15.0,18.0,,22.0,600.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,,,,,804.0,19.0,19.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,804.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +784,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,565.0,A library of metrics for evaluating recommender systems.,20.0,19,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,8.0,4485.0,58.0,58.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4485.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +785,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,564.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,,,,,1264.0,53.0,53.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,1264.0,,,,3.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,,140.0,56.0,72.0,18.0,71.0,525.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,,,,,871.0,22.0,22.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,871.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +787,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,483.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'],,1674.0,14.0,14.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,1674.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +788,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'],,5091.0,3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,5091.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +789,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'],,5769.0,28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,5342.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,34632.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-08-28 17:11:07.000000,2024-04-26 20:31:49,327.0,,78.0,25.0,345.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']",,2274.0,,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,2274.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'],,2518.0,17.0,15.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,2518.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +792,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,,129.0,34.0,325.0,83.0,132.0,333.0,Brain Imaging Analysis Kit.,35.0,19,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,,,,595.0,,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,,578.0,,,,3.0,brainiak/brainiak,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1869.0,,,,,,,,,,,,,,,,,,, +793,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,284.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'],,6852.0,11.0,11.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,2205.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,223098.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +794,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,1.0,33.0,11.0,202.0,21.0,76.0,199.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,19,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,['sklearn'],,1682.0,41.0,40.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,1682.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,112.0,51.0,46.0,160.0,6286.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,2024-10-08 15:51:41.000000,2024-10-08 15:51:35,707.0,13.0,425.0,39.0,859.0,149.0,119.0,3287.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,85.0,18,True,,,,,,,['jax'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +797,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,2975.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,8787.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,,459.0,80.0,36.0,83.0,68.0,1693.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,,,,,280.0,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,280.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,1546.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,,,,,602.0,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,583.0,,,,3.0,tobegit3hub/advisor,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1692.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,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,,,,,696.0,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,696.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,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'],,7903.0,2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,7903.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +802,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,18,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,1519.0,81.0,80.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,1519.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,,84.0,14.0,35.0,3.0,24.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,,,,,3585.0,38.0,34.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3585.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +804,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,,111.0,20.0,58.0,2.0,13.0,771.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,,40.0,10700.0,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,10700.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +805,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,771.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'],,3406.0,46.0,46.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,3308.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3542.0,3.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,25.0,4.0,39.0,42.0,692.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,,,,,840.0,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,840.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,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,,,,,691.0,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,691.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +808,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2023-10-01 08:59:57.840000,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,15.0,baikal,conda-forge/cython-blis,,,,47458.0,15.0,14.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,689.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2291725.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,562.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,,,,,2559.0,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2559.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,1.0,54.0,18.0,10.0,4.0,18.0,524.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'],,1202.0,62.0,62.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1202.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,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'],,1260.0,3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,1260.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +812,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,1.0,84.0,30.0,98.0,15.0,27.0,452.0,A Python implementation of active inference for Markov Decision Processes.,18.0,18,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,769.0,13.0,13.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,769.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,,105.0,71.0,7.0,15.0,19.0,430.0,semantic similarity framework for knowledge graph.,10.0,18,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,552.0,48.0,48.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,552.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,,82.0,20.0,248.0,10.0,23.0,421.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,,,,26.0,1946.0,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1946.0,,,,3.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,401.0,Deep Learning PyTorch.,1.0,18,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,['pytorch'],,3230.0,8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,3230.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,396.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,110.0,5606.0,133.0,129.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5605.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,,,,,760.0,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,760.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +818,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,,52.0,11.0,60.0,17.0,41.0,333.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,430.0,42.0,38.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,430.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +819,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'],202.0,360.0,5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,357.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +820,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,,,,,713.0,61.0,58.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,713.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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,,43.0,11.0,60.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'],,257.0,22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,257.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,231.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,,,,,303.0,32.0,30.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,303.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +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,131.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,,,,315873.0,9827.0,9698.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,315841.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1255.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,,1350.0,466.0,21.0,59.0,167.0,7107.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,,144.0,17.0,11.0,25.0,18.0,1162.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'],,1051.0,59.0,57.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,1051.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,777.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,,,,,611.0,59.0,59.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,611.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,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,,,,512.0,628.0,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,621.0,,,,3.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,4.0,29.0,639.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,,,,,267.0,18.0,18.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,267.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,,98.0,38.0,106.0,12.0,51.0,551.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,,,,240.0,369.0,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,366.0,,,,3.0,,,,,,typedb/typedb-ml,,,,,,,,,,,,,,,,,, +830,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,411.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,,,,,327.0,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,327.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,,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'],,174.0,12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,174.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,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'],,518.0,,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,518.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +833,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,17,False,,,1.0,pdvega,,,,,160.0,89.0,89.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,160.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +834,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,17,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,['sklearn'],,5554.0,17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,5554.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,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,,,,3198.0,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,3088.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3632.0,3.0,,,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,, +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,,45.0,1.0,,,,213.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'],,1408.0,,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1408.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,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,,,,,10065.0,,,https://pypi.org/project/modelkit,2024-02-02 14:55:53.000,,10065.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,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,,,,,419.0,64.0,59.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,419.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,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'],,559.0,50.0,50.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,559.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,119.0,24.0,17.0,353.0,4324.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.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,3939.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,2896.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'],,73.0,2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,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,1848.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,,,,50.0,133.0,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,133.0,,,,3.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,,119.0,29.0,111.0,14.0,25.0,1086.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,,117.0,19.0,295.0,3.0,70.0,1073.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,,,,,4.0,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,4.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,845.0,A medical imaging framework for Pytorch.,8.0,16,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,['pytorch'],,196.0,18.0,18.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,196.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,42.0,667.0,28.0,27.0,823.0,Translate - a PyTorch Language Library.,88.0,16,False,,,1.0,pytorch-translate,,,['pytorch'],,46.0,,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,46.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'],,3499.0,90.0,89.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3499.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,795.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,1596.0,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1596.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,730.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'],,509.0,23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,509.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']",,10245.0,1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,10245.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,,127.0,42.0,435.0,25.0,130.0,712.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,682.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'],,422.0,9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,422.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,,56.0,16.0,83.0,18.0,49.0,601.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'],,291.0,,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,291.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,512.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,,,,,1841.0,13.0,13.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,1841.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,44.0,21.0,171.0,6.0,65.0,500.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,,,,,323.0,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,323.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +857,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,19.0,101.0,19.0,15.0,492.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,,,,,651.0,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,651.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +858,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-09-28 19:50:20.000000,2024-09-28 19:49:30,81.0,1.0,61.0,16.0,67.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,,,,,289.0,12.0,12.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,289.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +859,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,413.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,,,,18.0,1702.0,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,1702.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.",4.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,"['sklearn', 'pandas']",12.0,2528.0,2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2528.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +861,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,16,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,['jax'],,342.0,2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,342.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +862,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,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,,,,,1408.0,4.0,4.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,1408.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +863,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,,,,,1407.0,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,1407.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +864,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,204.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'],,916.0,12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,916.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +865,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,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'],,2565.0,14.0,14.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,2565.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +866,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-09-26 18:33:56.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-09-19 11:41:36.000,3.46.0,298.0,comet_ml,comet_ml,,,,671504.0,77.0,,https://pypi.org/project/comet_ml,2024-09-26 18:33:56.000,77.0,671504.0,https://anaconda.org/anaconda/comet_ml,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +867,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,3412.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,15,False,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +868,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,2201.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,['tensorflow'],,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +869,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,1166.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,3.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'],,311.0,,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,311.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +871,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,,395.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,,,,543.0,12.0,11.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,405.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7060.0,3.0,,,,,,,,,,,,,,,,,,,,,,,, +872,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,372.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'],,514.0,5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,514.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +873,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'],,175.0,28.0,28.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,175.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +874,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,13.0,271.0,64.0,181.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,564.0,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,564.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,,,,,250.0,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,250.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,,,,,567.0,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,567.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,223.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'],,601.0,9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,601.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'],,912.0,29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,912.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,123.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,,,,,228.0,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,228.0,,,,3.0,,,,,,,2.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,,995.0,64.0,13.0,44.0,25.0,3686.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,['sklearn'],,,,,,,,,,,,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,1683.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,1300.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,,150.0,32.0,,53.0,60.0,1221.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,4828.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,,,,2234.0,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,692.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,78652.0,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,4.0,46.0,11.0,11.0,1.0,16.0,755.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,,153.0,153.0,https://pypi.org/project/rliable`,,,,,,,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,345.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,,,,,1466.0,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,1466.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,,17.0,11.0,58.0,3.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'],,262.0,,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,262.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,,,,,245.0,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,245.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,,,,,200.0,42.0,42.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,200.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,3816.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,2698.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,,84.0,48.0,4.0,3.0,,2541.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'],75.0,1590.0,1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,1588.0,,,,3.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,,175.0,37.0,10.0,13.0,3.0,1364.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,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,535.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,424.0,5.0,5.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,424.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-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,,,['pytorch'],10.0,556.0,,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,551.0,,,,3.0,enliteai/maze,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,256.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,,27.0,21.0,44.0,1.0,5.0,201.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,1023.0,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,1023.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'],,115.0,6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,115.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,,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'],,217.0,3.0,3.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,217.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,,,,,842.0,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,833.0,,,,3.0,modelchimp/modelchimp-server,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,667.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']",,441.0,6.0,6.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,441.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,119.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,,,,,,,,,,,,,,,,,,,,,,,, +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,,,,,246.0,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,246.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,,,,,960.0,3.0,3.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,960.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,,,,,323.0,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,323.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,,408.0,63.0,6.0,65.0,17.0,1928.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,,323.0,88.0,11.0,12.0,6.0,1758.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,104.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'],,657.0,,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,657.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,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,,,,,128.0,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,128.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,,460.0,93.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,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, +911,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,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,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,,87.0,17.0,5.0,4.0,12.0,606.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,,50.0,16.0,13.0,14.0,11.0,528.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,,,,,128.0,4.0,4.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,128.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,,,,,34.0,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,34.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']",,83.0,2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,83.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,,7.0,7.0,2.0,1.0,,66.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,,,,55.0,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,55.0,https://anaconda.org/conda-forge/tslumen,,,3.0,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-10-24_changes.md b/history/2024-10-24_changes.md new file mode 100644 index 00000000..65fb75e9 --- /dev/null +++ b/history/2024-10-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._ + +- Core ML Tools (🥈36 · ⭐ 4.4K · 📈) - Core ML tools contain supporting tools for Core ML model.. BSD-3 +- optimum (🥇36 · ⭐ 2.5K · 📈) - Accelerate training and inference of Transformers and Diffusers.. Apache-2 +- cartopy (🥈36 · ⭐ 1.4K · 📈) - Cartopy - a cartographic python library with matplotlib support. BSD-3 +- SpeechRecognition (🥇35 · ⭐ 8.4K · 📈) - Speech recognition module for Python, supporting.. BSD-3 +- causalml (🥈31 · ⭐ 5.1K · 📈) - Uplift modeling and causal inference with machine learning.. Apache-2 +- LIT (🥈28 · ⭐ 3.5K · 📈) - The Learning Interpretability Tool: Interactively analyze ML models.. Apache-2 +- pycm (🥈28 · ⭐ 1.4K · 📈) - Multi-class confusion matrix library in Python. MIT +- tinytag (🥉28 · ⭐ 700 · 📈) - Python library for reading audio file metadata. MIT +- Chartify (🥉27 · ⭐ 3.5K · 📈) - Python library that makes it easy for data scientists to create.. Apache-2 +- Pytorch Toolbelt (🥉24 · ⭐ 1.5K · 📈) - PyTorch extensions for fast R&D prototyping and.. 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._ + +- PyTorch (🥇55 · ⭐ 83K · 📉) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3 +- PaddleOCR (🥇40 · ⭐ 44K · 📉) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 +- gensim (🥇39 · ⭐ 16K · 📉) - Topic Modelling for Humans. ❗️LGPL-2.1 +- flair (🥇38 · ⭐ 14K · 📉) - A very simple framework for state-of-the-art Natural Language.. MIT +- dgl (🥇38 · ⭐ 13K · 📉) - Python package built to ease deep learning on graph, on top of.. Apache-2 +- EasyOCR (🥇35 · ⭐ 24K · 📉) - Ready-to-use OCR with 80+ supported languages and all popular.. Apache-2 +- spark-nlp (🥈35 · ⭐ 3.9K · 📉) - State of the Art Natural Language Processing. Apache-2 +- VisPy (🥈34 · ⭐ 3.3K · 📉) - High-performance interactive 2D/3D data visualization library. BSD-3 +- PML (🥇32 · ⭐ 6K · 📉) - The easiest way to use deep metric learning in your application... MIT +- pomegranate (🥉27 · ⭐ 3.4K · 📉) - Fast, flexible and easy to use probabilistic modelling in Python. MIT + diff --git a/history/2024-10-24_projects.csv b/history/2024-10-24_projects.csv new file mode 100644 index 00000000..054d2895 --- /dev/null +++ b/history/2024-10-24_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-09-02 06:22:28.000000,2024-09-02 06:22:28,1567.0,3.0,739.0,118.0,340.0,71.0,145.0,4924.0,Benchmarks of approximate nearest neighbor libraries in Python.,107.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,,169.0,58.0,205.0,,3.0,2310.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,3666.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,3666.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,3666.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,3666.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-10-24 14:17:12.000000,2024-10-24 14:17:02,171353.0,3810.0,74277.0,7589.0,38111.0,5512.0,38439.0,188783.0,An Open Source Machine Learning Framework for Everyone.,4699.0,55,True,2024-07-11 16:45:52.000,2.17.0,200.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],429074.0,421070.0,https://pypi.org/project/tensorflow,2024-10-16 18:29:33.000,8004.0,18707254.0,19538216.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5033566.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-10-24 12:51:22.898468,2587.0,78352366.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-10-24 14:15:51.000000,2024-10-24 12:39:31,79944.0,3746.0,22412.0,1739.0,92590.0,15161.0,31775.0,83280.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5197.0,55,True,2024-10-17 16:26:53.000,2.5.0,56.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],570667.0,551245.0,https://pypi.org/project/torch,2024-10-17 14:44:26.000,19422.0,34897258.0,35550172.0,https://anaconda.org/pytorch/pytorch,2024-10-16 16:20:15.870,24134171.0,,,,,1.0,62137.0,-1.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,2024-10-24 14:19:45.000000,2024-10-24 13:22:50,17239.0,784.0,26783.0,1122.0,17896.0,1448.0,14971.0,133898.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2897.0,52,True,2024-10-24 08:15:48.000,4.46.0,161.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",237640.0,231125.0,https://pypi.org/project/transformers,2024-10-24 08:15:07.000,6515.0,45099705.0,45141777.0,https://anaconda.org/conda-forge/transformers,2024-10-24 11:52:28.443,2145712.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,2024-10-24 13:56:58.000000,2024-10-24 13:56:58,31839.0,280.0,25351.0,2141.0,17913.0,2073.0,9651.0,59867.0,scikit-learn: machine learning in Python.,3203.0,52,True,2024-09-11 15:52:05.000,1.5.2,81.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],950361.0,925676.0,https://pypi.org/project/scikit-learn,2024-09-11 15:49:19.000,24685.0,82019037.0,82616841.0,https://anaconda.org/conda-forge/scikit-learn,2024-09-11 20:00:28.266,31683101.0,,,,,1.0,1028.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-10-24 00:39:38.000000,2024-10-24 00:39:38,33648.0,570.0,5160.0,348.0,11378.0,1745.0,8882.0,13016.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1698.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,,1169778.0,1123902.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,45876.0,138310150.0,139454226.0,https://anaconda.org/conda-forge/scipy,2024-10-21 07:19:53.878,53593571.0,,,,,1.0,420491.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-10-24 12:06:47.000000,2024-10-24 12:06:47,59060.0,618.0,4410.0,291.0,13462.0,5137.0,8884.0,12934.0,A computer algebra system written in pure Python.,1333.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,184839.0,181339.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,31433120.0,31567221.0,https://anaconda.org/conda-forge/sympy,2024-10-09 14:38:28.134,6891599.0,,,,,1.0,549606.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-10-24 05:06:22.000000,2024-10-24 05:06:22,11073.0,225.0,19446.0,1910.0,7505.0,260.0,11936.0,61928.0,Deep Learning for humans.,1339.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,14023504.0,14095760.0,https://anaconda.org/conda-forge/keras,2024-10-07 20:46:42.672,3757346.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-10-24 07:31:47.000000,2024-10-24 05:02:26,51225.0,431.0,7601.0,592.0,18458.0,1590.0,9326.0,20181.0,matplotlib: plotting with Python.,1737.0,48,True,2024-08-13 01:44:21.000,3.9.2,127.0,matplotlib,conda-forge/matplotlib,,,,1432938.0,1383198.0,https://pypi.org/project/matplotlib,2024-08-13 01:44:21.000,49740.0,82342765.0,82851332.0,https://anaconda.org/conda-forge/matplotlib,2024-09-12 20:10:05.995,26445513.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-10-23 04:30:40.000000,2024-10-23 04:30:34,18740.0,505.0,2218.0,219.0,5133.0,111.0,3095.0,12211.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,,,,1887410.0,1878515.0,https://pypi.org/project/Pillow,2024-10-15 14:21:49.000,8895.0,129905232.0,130797031.0,https://anaconda.org/conda-forge/pillow,2024-10-18 22:08:55.292,45481767.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-10-24 07:59:51.000000,2024-10-24 07:59:51,6732.0,239.0,3064.0,320.0,5009.0,999.0,3656.0,35302.0,Streamlit A faster way to build and share data apps.,243.0,46,True,2024-10-01 17:36:45.000,1.39.0,228.0,streamlit,,,,,558951.0,556204.0,https://pypi.org/project/streamlit,2024-10-01 17:36:39.000,2747.0,7296709.0,7296709.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-10-24 13:16:56.000000,2024-10-24 13:16:56,7146.0,143.0,8716.0,908.0,5611.0,461.0,4906.0,26221.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/,,114789.0,112743.0,https://pypi.org/project/xgboost,2024-10-23 14:19:26.000,2046.0,29173158.0,29278396.0,https://anaconda.org/conda-forge/xgboost,2024-09-29 19:48:48.053,5362629.0,,,,,1.0,11349.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-10-24 13:09:30.000000,2024-10-24 13:09:25,42577.0,890.0,28255.0,2019.0,48605.0,233.0,,39551.0,Apache Spark Python API.,3133.0,45,True,2024-09-24 00:28:04.000,3.5.3,48.0,pyspark,conda-forge/pyspark,,,['spark'],1545.0,,https://pypi.org/project/pyspark,2024-09-27 14:56:40.000,1545.0,30637675.0,30704624.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3481354.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-10-24 06:38:57.000000,2024-10-24 06:38:56,22837.0,591.0,5696.0,473.0,29285.0,4201.0,15044.0,33559.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1084.0,45,True,2024-10-23 21:57:05.000,ray-2.38.0,118.0,ray,conda-forge/ray-tune,,,,19300.0,18512.0,https://pypi.org/project/ray,2024-10-23 19:27:39.000,788.0,6174350.0,6183836.0,https://anaconda.org/conda-forge/ray-tune,2024-10-23 01:52:29.788,436296.0,,,,,1.0,240.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-10-24 14:13:35.000000,2024-10-24 13:56:32,23750.0,1620.0,2776.0,338.0,15974.0,1409.0,4242.0,30316.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",771.0,45,True,2024-10-22 21:01:49.000,jax-v0.4.35,169.0,jax,conda-forge/jaxlib,,,,33517.0,31610.0,https://pypi.org/project/jax,2024-10-22 20:56:34.000,1907.0,4073441.0,4107715.0,https://anaconda.org/conda-forge/jaxlib,2024-10-24 10:52:07.546,1782257.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,561.0,4026.0,150.0,5521.0,29931.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,,,,105171.0,102482.0,https://pypi.org/project/spacy,2024-10-01 18:20:24.000,2689.0,14211845.0,14295392.0,https://anaconda.org/conda-forge/spacy,2024-09-22 12:43:59.353,4344312.0,,,,,1.0,289.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-10-24 09:58:40.000000,2024-10-24 09:58:40,51358.0,1535.0,5554.0,717.0,50334.0,1710.0,17410.0,22189.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1291.0,45,True,2024-09-13 08:31:46.000,2.6.2,70.0,paddlepaddle,,,,['paddle'],6319.0,6141.0,https://pypi.org/project/paddlepaddle,2024-09-13 08:31:46.000,178.0,330138.0,330295.0,,,,,,,,1.0,15407.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-10-24 08:54:19.000000,2024-10-22 17:15:27,20624.0,65.0,4178.0,442.0,6189.0,760.0,6985.0,19309.0,"Interactive Data Visualization in the browser, from Python.",702.0,45,True,2024-09-26 16:27:00.000,3.6.0,218.0,bokeh,conda-forge/bokeh,,,,95514.0,93770.0,https://pypi.org/project/bokeh,2024-09-26 16:55:03.000,1744.0,4354723.0,4646519.0,https://anaconda.org/conda-forge/bokeh,2024-10-14 19:05:13.977,15173396.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-10-23 21:38:20.000000,2024-10-22 17:08:54,6880.0,266.0,2533.0,275.0,1725.0,527.0,2448.0,16168.0,The interactive graphing library for Python This project now includes Plotly Express!.,277.0,45,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,322442.0,316113.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,20516515.0,20659715.0,https://anaconda.org/conda-forge/plotly,2024-09-12 22:24:43.567,7268722.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,6055.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,74.0,2878.0,462.0,1494.0,277.0,1558.0,13547.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,,,,319825.0,315128.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,22953483.0,23019232.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2827238.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-24 10:32:53.000000,2024-10-24 10:32:52,15559.0,98.0,2875.0,282.0,3949.0,2833.0,2796.0,10087.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,,,,144243.0,139774.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16934558.0,17230657.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,15397156.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-10-24 14:11:28.000000,2024-10-24 14:03:10,7162.0,307.0,2516.0,175.0,4537.0,522.0,4457.0,33431.0,"Wrap UIs around any model, share with anyone.",437.0,44,True,2024-10-22 02:47:32.000,5.3.0,603.0,gradio,,,,,45126.0,44310.0,https://pypi.org/project/gradio,2024-10-22 02:47:32.000,816.0,6717011.0,6717011.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,2024-10-21 15:15:33.000000,2024-10-21 15:15:31,10434.0,48.0,3374.0,250.0,10289.0,799.0,6306.0,28244.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",975.0,44,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],39190.0,37747.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1443.0,6926958.0,6952485.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1315392.0,,,,,2.0,9274.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,2024-10-24 11:34:14.000000,2024-10-24 11:34:14,6640.0,351.0,4208.0,301.0,9313.0,1644.0,2598.0,18579.0,Open source platform for the machine learning lifecycle.,780.0,44,True,2024-10-14 15:08:06.000,2.17.0,115.0,mlflow,conda-forge/mlflow,,,,45502.0,44619.0,https://pypi.org/project/mlflow,2024-10-12 01:37:13.000,883.0,16263001.0,16309272.0,https://anaconda.org/conda-forge/mlflow,2024-10-16 17:14:22.919,2406128.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,2024-10-23 17:54:23.000000,2024-10-23 17:54:23,7818.0,67.0,3235.0,278.0,3908.0,343.0,3033.0,14869.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,,,,315763.0,306133.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,81093552.0,81457843.0,https://anaconda.org/conda-forge/networkx,2024-10-21 17:15:32.856,18214556.0,,,,,1.0,76.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-10-24 10:35:00.000000,2024-10-24 10:35:00,8342.0,95.0,1702.0,212.0,5984.0,1107.0,4278.0,12527.0,Parallel computing with task scheduling.,612.0,44,True,2024-10-17 09:20:07.000,2024.10.0,209.0,dask,conda-forge/dask,,,,68298.0,65862.0,https://pypi.org/project/dask,2024-10-17 09:13:37.000,2436.0,13078395.0,13306609.0,https://anaconda.org/conda-forge/dask,2024-10-18 13:49:42.706,12095389.0,,,,,1.0,,,stable/dask,,,,,,,,,,,,,,,,, +31,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-10-21 22:22:20.000000,2024-10-15 08:44:34,2771.0,53.0,3262.0,243.0,974.0,744.0,1798.0,22732.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,,,,21907.0,21159.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6792141.0,6881703.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,4119863.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-10-23 19:41:39.000000,2024-10-23 19:41:35,7723.0,138.0,2057.0,423.0,1142.0,483.0,1358.0,21369.0,Data Apps & Dashboards for Python. No JavaScript Required.,167.0,43,True,2024-09-12 16:11:13.000,2.18.1,181.0,dash,conda-forge/dash,,,,72015.0,70732.0,https://pypi.org/project/dash,2024-09-12 16:08:23.000,1283.0,3561150.0,3590449.0,https://anaconda.org/conda-forge/dash,2024-09-14 04:47:51.793,1523545.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-10-23 19:41:12.000000,2024-10-23 17:10:35,2880.0,105.0,3669.0,438.0,3422.0,345.0,2527.0,17819.0,Open standard for machine learning interoperability.,325.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,35910.0,34857.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,6023663.0,6048698.0,https://anaconda.org/conda-forge/onnx,2024-10-21 21:30:32.889,1288194.0,,,,,1.0,22099.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-10-23 12:35:47.000000,2024-10-21 19:25:22,3587.0,50.0,3828.0,433.0,3275.0,371.0,3070.0,16638.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",319.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,39954.0,38877.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,9588023.0,9647379.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2778969.0,,,,,2.0,237949.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-10-24 13:55:04.000000,2024-10-24 13:55:04,2828.0,321.0,1596.0,193.0,3383.0,662.0,797.0,13157.0,Development repository for the Triton language and compiler.,335.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,40725.0,40460.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,15120538.0,15120538.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-10-24 14:58:38.000000,2024-10-21 11:44:19,5007.0,60.0,2083.0,1671.0,4872.0,343.0,2728.0,12200.0,WebGL2 powered visualization framework.,273.0,43,True,2024-10-24 14:59:06.000,9.0.34,673.0,pydeck,conda-forge/pydeck,,,['jupyter'],8621.0,8202.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,5678182.0,6295138.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,628974.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-10-08 18:05:20.283,299.0,605725.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-10-24 05:29:52.000000,2024-10-24 05:29:52,18327.0,235.0,1021.0,117.0,3674.0,72.0,1612.0,10756.0,A hyperparameter optimization framework.,273.0,43,True,2024-09-02 05:17:47.000,4.0.0,66.0,optuna,conda-forge/optuna,,,,19450.0,18452.0,https://pypi.org/project/optuna,2024-09-02 05:17:47.000,998.0,3690735.0,3724714.0,https://anaconda.org/conda-forge/optuna,2024-09-03 06:05:16.374,1766915.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +38,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-10-23 16:25:54.000000,2024-10-23 16:25:54,14176.0,133.0,2224.0,186.0,4520.0,809.0,2111.0,6069.0,Image processing in Python.,673.0,43,False,2024-06-18 19:05:37.000,0.24.0,69.0,scikit-image,conda-forge/scikit-image,,,,206471.0,200169.0,https://pypi.org/project/scikit-image,2024-10-07 07:58:05.000,6302.0,26207115.0,26342344.0,https://anaconda.org/conda-forge/scikit-image,2024-08-17 02:34:14.270,7031944.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-10-24 04:51:09.000000,2024-10-24 04:51:09,2519.0,131.0,4733.0,312.0,523.0,47.0,873.0,31971.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",151.0,42,True,2024-10-16 21:19:16.000,1.0.11,62.0,timm,conda-forge/timm,,,['pytorch'],39685.0,38731.0,https://pypi.org/project/timm,2024-10-16 21:17:47.000,954.0,5950487.0,6065148.0,https://anaconda.org/conda-forge/timm,2024-10-17 16:34:27.541,251587.0,,,,,1.0,7132381.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-10-24 11:34:56.000000,2024-10-23 10:36:26,3950.0,52.0,6941.0,433.0,5419.0,1020.0,2451.0,16141.0,"Datasets, Transforms and Models specific to Computer Vision.",612.0,42,True,2024-10-17 16:22:28.000,0.20.0,48.0,torchvision,conda-forge/torchvision,,,['pytorch'],5775.0,21.0,https://pypi.org/project/torchvision,2024-10-17 14:48:44.000,5754.0,14485011.0,14525229.0,https://anaconda.org/conda-forge/torchvision,2024-10-14 15:39:27.942,1710789.0,,,,,1.0,38999.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-10-24 02:18:57.000000,2024-10-24 02:18:55,9350.0,54.0,1180.0,138.0,5529.0,234.0,4478.0,13803.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,,,,18680.0,18547.0,https://pypi.org/project/dvc,2024-10-23 02:16:24.000,133.0,693020.0,737303.0,https://anaconda.org/conda-forge/dvc,2024-10-23 06:04:08.856,2302718.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +42,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-10-24 12:41:09.000000,2024-10-24 12:41:09,18148.0,2863.0,1529.0,73.0,2853.0,687.0,2831.0,13204.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",347.0,42,True,2024-10-23 12:43:51.000,1.50.1.de1,988.0,litellm,,,,others,4480.0,4014.0,https://pypi.org/project/litellm,2024-10-22 23:10:00.000,466.0,2998522.0,2998892.0,,,,,,,,1.0,370.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,2024-08-14 20:01:50.000000,2024-07-22 11:32:48,3237.0,,1904.0,263.0,1123.0,176.0,2414.0,12505.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,,,,501777.0,490934.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,19333875.0,19535919.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10506178.0,,,,,1.0,446.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,2024-10-24 14:14:41.000000,2024-10-23 19:47:36,3795.0,83.0,793.0,140.0,1501.0,200.0,1822.0,9300.0,Declarative statistical visualization library for Python.,172.0,42,True,2024-08-27 04:41:23.000,5.4.1,42.0,altair,conda-forge/altair,,,,170895.0,170021.0,https://pypi.org/project/altair,2024-08-27 04:31:06.000,874.0,22920638.0,22993226.0,https://anaconda.org/conda-forge/altair,2024-10-02 18:03:41.017,2467944.0,,,,,1.0,195.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,2024-10-24 05:17:55.000000,2024-10-24 05:17:53,7187.0,454.0,671.0,60.0,5341.0,873.0,2482.0,9053.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",194.0,42,True,2024-10-17 22:45:42.000,0.18.5,291.0,wandb,conda-forge/wandb,,,,57777.0,56330.0,https://pypi.org/project/wandb,2024-10-17 22:09:55.000,1447.0,21486197.0,21499705.0,https://anaconda.org/conda-forge/wandb,2024-10-23 22:43:47.058,688595.0,,,,,1.0,346.0,,,wandb/wandb,,,,,,,,,,,,,,,, +46,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-10-24 12:18:41.000000,2024-10-24 12:06:01,48719.0,391.0,1176.0,191.0,398.0,553.0,1783.0,8065.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1280.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,3408149.0,3448927.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1741342.0,,,,,2.0,317043.0,,,,,,,,,,,,,,,,,,, +47,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-18 17:32:05.000000,2024-10-18 17:32:05,5869.0,25.0,1655.0,189.0,5046.0,682.0,1240.0,6700.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'],269410.0,267184.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,22375150.0,22472923.0,https://anaconda.org/conda-forge/tensorboard,2024-09-27 11:17:28.293,5084213.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,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-10-24 11:10:51.000000,2024-10-23 20:29:30,2530.0,141.0,4071.0,343.0,2997.0,1099.0,1799.0,35202.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",347.0,41,True,2024-10-22 21:15:07.000,0.15.3,97.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],9471.0,9259.0,https://pypi.org/project/deepspeed,2024-10-22 21:15:07.000,212.0,510019.0,510358.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,19379.0,1.0,,,,,,,,,,,,,,,,,,,, +49,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,1060.0,1456.0,114.0,1723.0,34679.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,,,,59572.0,58024.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,13149003.0,13155036.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,325787.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +50,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-10-24 12:46:08.000000,2024-10-24 12:42:41,1292.0,134.0,3600.0,480.0,1238.0,247.0,2292.0,31081.0,A library for efficient similarity search and clustering of dense vectors.,193.0,41,True,2024-10-12 10:48:38.000,2.4.8,102.0,pymilvus,conda-forge/faiss,,,,4256.0,4084.0,https://pypi.org/project/pymilvus,2024-10-12 10:48:38.000,172.0,1089498.0,1123489.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1767579.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,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-10-24 11:52:02.970178,2024-10-24 11:23:29,21007.0,640.0,2871.0,280.0,22762.0,752.0,11276.0,30182.0,"A cloud-native vector database, storage for next generation AI applications.",291.0,41,True,2024-10-17 09:18:01.000,2.4.13-hotfix,102.0,pymilvus,,milvusdb/milvus,,,172.0,,https://pypi.org/project/pymilvus,2024-10-12 10:48:38.000,172.0,1089498.0,2190450.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-10-24 11:52:02.970178,64.0,66879819.0,1.0,273774.0,,,,,,,,,,,,,,,,,,, +52,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,21.0,7554.0,604.0,2235.0,229.0,1593.0,26224.0,The fastai deep learning library.,670.0,41,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],19405.0,19097.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,457071.0,457071.0,,,,,,,,2.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-10-21 22:42:01.150000,2024-10-21 10:58:02,1571.0,51.0,2460.0,141.0,565.0,1175.0,1023.0,15128.0,State-of-the-Art Text Embeddings.,189.0,41,True,2024-10-21 12:19:51.000,3.2.1,57.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],53458.0,51725.0,https://pypi.org/project/sentence-transformers,2024-10-21 12:19:46.000,1733.0,6074370.0,6082975.0,https://anaconda.org/conda-forge/sentence-transformers,2024-10-21 22:42:01.150,421667.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,2024-10-22 17:55:03.000000,2024-10-22 17:55:03,1338.0,79.0,2355.0,246.0,612.0,178.0,1194.0,14034.0,Download market data from Yahoo! Finances API.,125.0,41,True,2024-10-21 17:39:54.000,0.2.46,118.0,yfinance,ranaroussi/yfinance,,,,49799.0,49128.0,https://pypi.org/project/yfinance,2024-10-21 17:39:54.000,671.0,2440300.0,2442768.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,96254.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-10-22 12:33:18.000000,2024-10-22 12:33:18,10167.0,265.0,1368.0,134.0,1276.0,136.0,1003.0,8777.0,A PyTorch-based Speech Toolkit.,245.0,41,True,2024-10-01 10:55:15.000,1.0.1,17.0,speechbrain,,,,['pytorch'],2443.0,2381.0,https://pypi.org/project/speechbrain,2024-09-02 14:25:26.000,62.0,3821736.0,3821736.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-10-24 10:19:12.000000,2024-10-24 10:19:09,10099.0,96.0,1999.0,224.0,4077.0,311.0,3066.0,8688.0,Bayesian Modeling and Probabilistic Programming in Python.,505.0,41,True,2024-10-03 09:11:52.000,5.17.0,90.0,pymc3,conda-forge/pymc3,,,,4573.0,4381.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,240131.0,251836.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,607842.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-10-23 19:19:34.000000,2024-10-23 18:26:03,3866.0,96.0,1139.0,138.0,3207.0,323.0,1204.0,2099.0,A library for training and deploying machine learning models on Amazon SageMaker.,458.0,41,True,2024-10-03 22:43:56.000,2.232.2,607.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",4784.0,4634.0,https://pypi.org/project/sagemaker,2024-10-03 22:43:56.000,150.0,29248245.0,29270741.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1124821.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-10-24 13:50:58.000000,2024-10-24 13:49:35,6324.0,91.0,7767.0,444.0,3130.0,186.0,9172.0,43676.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'],3615.0,3507.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,386166.0,396796.0,,,,,,,,1.0,520901.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-10-23 23:34:11.000000,2024-10-21 03:30:12,7633.0,54.0,3639.0,252.0,3146.0,1045.0,2660.0,21223.0,Graph Neural Network Library for PyTorch.,520.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],7072.0,6717.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,387191.0,389121.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-09-26 16:16:39.995,98457.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +60,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000,2024-10-01 23:03:49.000000,2024-10-01 23:03:47,8605.0,45.0,2216.0,212.0,4214.0,22.0,1937.0,21089.0,Build multimodal AI applications with cloud-native stack.,177.0,40,True,2024-10-01 09:31:10.000,3.27.17,2481.0,jina,conda-forge/jina-core,jinaai/jina,,,1801.0,1774.0,https://pypi.org/project/jina,2024-10-01 09:22:15.000,27.0,159047.0,192371.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,77249.0,https://hub.docker.com/r/jinaai/jina,2024-10-01 09:40:53.390346,8.0,1749294.0,2.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-10-24 14:28:57.000000,2024-10-23 21:57:54,1041.0,94.0,1645.0,129.0,950.0,278.0,755.0,14163.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-10-23 20:36:45.000,1.4.19,74.0,albumentations,conda-forge/albumentations,,,['pytorch'],28691.0,28096.0,https://pypi.org/project/albumentations,2024-10-23 20:36:45.000,595.0,4626792.0,4630719.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,200286.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,20.0,3366.0,478.0,726.0,53.0,2175.0,13505.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,,,,31166.0,30953.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,173908.0,191360.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,895730.0,,,,,2.0,25510.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-10-21 13:45:28.000000,2024-10-14 06:40:17,1824.0,40.0,793.0,119.0,657.0,57.0,951.0,9002.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,95.0,40,True,2024-10-10 09:56:39.000,0.20.1,99.0,tokenizers,conda-forge/tokenizers,,,,110944.0,109948.0,https://pypi.org/project/tokenizers,2024-10-10 09:56:28.000,996.0,32955681.0,32997770.0,https://anaconda.org/conda-forge/tokenizers,2024-10-10 20:03:32.939,2146489.0,,,,,1.0,66.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-10-24 14:16:49.000000,2024-10-24 14:16:47,1600.0,98.0,956.0,96.0,1577.0,124.0,1509.0,7863.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",299.0,40,True,2024-10-12 03:01:13.000,1.0.1,62.0,accelerate,conda-forge/accelerate,,,['pytorch'],56805.0,55278.0,https://pypi.org/project/accelerate,2024-10-12 02:59:19.000,1527.0,7921424.0,7927754.0,https://anaconda.org/conda-forge/accelerate,2024-10-12 14:55:25.760,227913.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-10-17 22:09:19.000000,2024-10-17 22:09:19,2319.0,40.0,565.0,90.0,886.0,288.0,953.0,3875.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,,,,85552.0,82617.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,34021023.0,34231359.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10511734.0,,,,,1.0,3687.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-10-24 13:53:55.000000,2024-10-24 13:53:55,5910.0,69.0,718.0,57.0,5169.0,1568.0,2381.0,1576.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,,,,37868.0,37016.0,https://pypi.org/project/distributed,2024-10-17 09:14:52.000,852.0,4943391.0,5230171.0,https://anaconda.org/conda-forge/distributed,2024-10-17 20:38:10.413,15199385.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,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,1708.0,384.0,1465.0,15636.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,,,,67114.0,65737.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4557167.0,4589935.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1407113.0,,,,,1.0,4905.0,-1.0,,piskvorky/gensim,,,,,,,,,,,,,,,, +68,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-10-22 09:56:34.000000,2024-10-22 09:56:33,1671.0,128.0,2126.0,149.0,245.0,8.0,1120.0,13830.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",70.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,4332.0,4288.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,163055.0,163055.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,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-10-22 12:12:44.992000,2024-08-18 00:47:35,986.0,10.0,1169.0,126.0,309.0,35.0,716.0,10207.0,Unsupervised text tokenizer for Neural Network-based text generation.,89.0,39,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,82478.0,80746.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,24948276.0,24969888.0,https://anaconda.org/conda-forge/sentencepiece,2024-10-22 12:12:44.992,1071411.0,,,,,1.0,44766.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-10-24 03:41:45.000000,2024-10-24 03:41:45,29164.0,449.0,817.0,128.0,6391.0,636.0,1769.0,9411.0,NumPy & SciPy for GPU.,393.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2568.0,2299.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,52581.0,147803.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,4860441.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,68908.0,1.0,189794.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-10-24 14:20:49.000000,2024-10-24 14:20:48,4994.0,278.0,1354.0,106.0,4313.0,963.0,1600.0,7876.0,A unified framework for machine learning with time series.,405.0,39,True,2024-10-19 19:36:24.000,0.34.0,83.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3526.0,3398.0,https://pypi.org/project/sktime,2024-10-19 19:36:24.000,128.0,794578.0,820814.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-10-19 20:31:28.372,1023181.0,,,,,1.0,102.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-10-23 09:05:15.000000,2024-10-23 09:00:43,1900.0,26.0,2224.0,163.0,882.0,84.0,1042.0,6895.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,,,,45365.0,44598.0,https://pypi.org/project/folium,2024-10-22 13:40:31.000,767.0,1510016.0,1580193.0,https://anaconda.org/conda-forge/folium,2024-10-23 06:24:47.661,3157984.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-10-16 12:10:56.000000,2024-10-16 12:10:56,2031.0,25.0,928.0,104.0,1698.0,449.0,1266.0,4494.0,Python tools for geographic data.,234.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],45124.0,42285.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7912298.0,7990592.0,https://anaconda.org/conda-forge/geopandas,2024-09-21 05:55:22.256,4069935.0,,,,,1.0,2736.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-10-24 12:30:09.000000,2024-10-24 12:30:01,6542.0,140.0,1540.0,109.0,4492.0,699.0,744.0,4296.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",323.0,39,True,2024-06-05 08:15:47.000,4.9.6,39.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],20133.0,19804.0,https://pypi.org/project/tensorflow-datasets,2024-06-05 08:15:42.000,329.0,1829915.0,1830799.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,36261.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-10-24 14:11:01.000000,2024-10-23 13:06:06,18154.0,97.0,1313.0,83.0,8045.0,532.0,4370.0,2702.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,378.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,4911.0,4523.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,388.0,163778.0,171969.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,434173.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,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-10-24 08:54:59.000000,2024-10-24 08:54:41,36050.0,418.0,13293.0,946.0,25558.0,1226.0,,23984.0,Apache Flink Python API.,1929.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,301601.0,301601.0,,,,,,,,2.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,,6800.0,1069.0,11124.0,1805.0,7758.0,20779.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'],7674.0,7548.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,716639.0,717047.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11149.0,,,,,2.0,27655.0,,,apache/mxnet,,,,,,,,,6.0,,,,,,, +78,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-22 08:54:48.000000,2024-03-21 15:05:22,32610.0,,4626.0,355.0,6374.0,125.0,6642.0,18847.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",597.0,38,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4584.0,4524.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,185921.0,185921.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-10-16 11:09:02.000000,2024-10-11 11:07:14,6144.0,36.0,2097.0,203.0,1233.0,115.0,2221.0,13894.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'],3718.0,3573.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,145.0,106992.0,107634.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,32773.0,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +80,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,173.0,3010.0,175.0,5049.0,531.0,2357.0,13483.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,,,,,455.0,307.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,171495.0,171495.0,,,,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +81,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,12499.0,Video editing with Python.,161.0,38,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,48013.0,47070.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,943.0,1378816.0,1381924.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,270450.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +82,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-10-21 17:10:04.000000,2024-10-21 17:10:04,2814.0,50.0,965.0,127.0,1947.0,289.0,660.0,9910.0,Geometric Computer Vision Library for Spatial AI.,271.0,38,True,2024-06-28 15:16:20.000,0.7.3,40.0,kornia,conda-forge/kornia,,,['pytorch'],12445.0,12183.0,https://pypi.org/project/kornia,2024-06-28 15:16:20.000,262.0,1969618.0,1972959.0,https://anaconda.org/conda-forge/kornia,2024-06-28 20:04:02.857,152725.0,,,,,1.0,1512.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,2024-10-20 13:10:03.000000,2024-10-20 12:46:45,22154.0,419.0,2159.0,180.0,3379.0,347.0,2082.0,8423.0,End-to-End Speech Processing Toolkit.,452.0,38,True,2024-10-01 06:28:01.000,.202409,53.0,espnet,,,,,394.0,382.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,39304.0,39305.0,,,,,,,,1.0,82.0,,,,,,,,,,,,,,,,,,, +84,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-10-24 04:29:32.688000,2024-10-24 00:32:08,4809.0,207.0,639.0,86.0,2637.0,294.0,740.0,6063.0,Flax is a neural network library for JAX that is designed for flexibility.,244.0,38,True,2024-10-16 23:26:23.000,0.10.0,48.0,flax,conda-forge/flax,,,['jax'],10187.0,9717.0,https://pypi.org/project/flax,2024-10-16 23:26:23.000,470.0,871894.0,873625.0,https://anaconda.org/conda-forge/flax,2024-10-24 04:29:32.688,74396.0,,,,,2.0,55.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-10-23 17:24:02.000000,2024-10-23 08:19:12,10864.0,46.0,402.0,58.0,3088.0,1097.0,2236.0,2696.0,"With Holoviews, your data visualizes itself.",145.0,38,True,2024-08-01 13:45:47.955,3.0.3,171.0,holoviews,conda-forge/holoviews,,,['jupyter'],12876.0,12472.0,https://pypi.org/project/holoviews,2024-10-23 08:03:48.000,399.0,683417.0,718939.0,https://anaconda.org/conda-forge/holoviews,2024-07-07 07:21:50.008,1832215.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,288.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,2024-10-24 05:29:25.000000,2024-10-21 22:23:58,4752.0,197.0,487.0,37.0,3701.0,602.0,1135.0,2672.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,164.0,38,True,2024-07-22 04:26:19.000,0.44.1,98.0,pyvista,conda-forge/pyvista,,,['jupyter'],4097.0,3570.0,https://pypi.org/project/pyvista,2024-07-20 05:33:22.000,527.0,346534.0,357447.0,https://anaconda.org/conda-forge/pyvista,2024-07-20 12:44:44.232,566984.0,,,,,2.0,836.0,,,,,,,,,,,,,,,,,,, +87,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-10-22 14:14:52.000000,2024-10-22 14:14:33,3895.0,36.0,530.0,147.0,1213.0,140.0,1683.0,2247.0,Rasterio reads and writes geospatial raster datasets.,159.0,38,True,2024-10-01 13:34:26.000,1.4.1,164.0,rasterio,conda-forge/rasterio,,,,14889.0,13456.0,https://pypi.org/project/rasterio,2024-10-01 13:28:36.000,1433.0,3739796.0,3821670.0,https://anaconda.org/conda-forge/rasterio,2024-10-01 11:13:22.492,3683986.0,,,,,2.0,969.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,2024-10-24 14:43:23.000000,2024-10-24 13:43:07,1597.0,103.0,540.0,58.0,1546.0,150.0,827.0,2056.0,The official Python client for the Huggingface Hub.,203.0,38,True,2024-10-21 13:41:41.000,0.26.1,131.0,huggingface_hub,conda-forge/huggingface_hub,,,,1915.0,,https://pypi.org/project/huggingface_hub,2024-10-21 13:35:29.000,1915.0,49079372.0,49130433.0,https://anaconda.org/conda-forge/huggingface_hub,2024-10-21 20:11:59.313,2246694.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,2024-10-23 08:30:07.000000,2024-10-14 02:48:52,1545.0,8.0,292.0,30.0,497.0,99.0,507.0,1481.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,,,,146918.0,144476.0,https://pypi.org/project/imageio,2024-10-14 02:48:59.000,2442.0,36070858.0,36209201.0,https://anaconda.org/conda-forge/imageio,2024-10-17 18:50:42.350,7054609.0,,,,,1.0,1344.0,,,,,,,,,,,,,,,,,,, +90,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,33248.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,,,,32551.0,31713.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1160595.0,1162404.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,162824.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +91,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,,9419.0,371.0,3158.0,1795.0,6719.0,29406.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3172.0,3090.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,186205.0,186205.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +92,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-10-24 14:18:11.000000,2024-10-24 14:17:31,8568.0,298.0,2766.0,301.0,234.0,21.0,1125.0,27938.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-10-19 01:50:59.000,7.9.7,673.0,netron,,,,"['pytorch', 'tensorflow']",661.0,578.0,https://pypi.org/project/netron,2024-10-19 01:50:59.000,83.0,26613.0,172475.0,,,,,,,,1.0,145862.0,,,,,,,,,,,,,,,,,,, +93,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-10-11 14:13:13.000000,2024-10-11 14:13:13,2338.0,26.0,5381.0,514.0,177.0,1133.0,1375.0,23204.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'],2874.0,2844.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,268029.0,551064.0,,,,,,,,2.0,5094641.0,,,,,,,,,,,,,,,,,,, +94,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-10-19 10:45:07.000000,2024-06-20 12:51:40,1687.0,,2850.0,378.0,471.0,3.0,1905.0,14866.0,Python Echarts Plotting Library.,44.0,37,True,2024-06-20 15:50:49.000,2.0.6,74.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4743.0,4534.0,https://pypi.org/project/pyecharts,2024-06-20 15:48:17.000,209.0,155400.0,155403.0,,,,,,,,2.0,70.0,,,,,,,,,,,,,,,,,,, +95,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-10-16 08:57:35.000000,2024-10-15 18:37:08,1491.0,17.0,1678.0,153.0,816.0,236.0,574.0,12483.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,132.0,37,True,2024-10-16 08:45:18.000,4.11.0,64.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",4618.0,4435.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,337052.0,341833.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,468510.0,,,,,2.0,196.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +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,,2486.0,538.0,4121.0,697.0,2087.0,9898.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,,,,15741.0,15569.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,91932.0,116736.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2455634.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,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-10-15 14:39:13.000000,2024-10-15 14:38:06,33332.0,1784.0,1993.0,199.0,5856.0,39.0,3392.0,9478.0,Perform data science on data that remains in someone elses server.,515.0,37,True,2024-09-04 20:09:29.000,0.9.1,319.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-10-15 14:38:18.000,4.0,26034.0,26244.0,,,,,,,,1.0,2313.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-10-21 20:04:07.000000,2024-10-21 20:04:05,1445.0,25.0,910.0,211.0,244.0,179.0,243.0,6985.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,,,,10187.0,9904.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3384352.0,3401619.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,483495.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,2024-10-23 13:57:30.000000,2024-10-13 12:30:48,4188.0,61.0,1102.0,154.0,1731.0,424.0,899.0,3886.0,Fast data visualization and GUI tools for scientific / engineering applications.,291.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,11499.0,10473.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,349025.0,360657.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,604893.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +100,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-10-24 14:21:47.000000,2024-10-17 21:33:51,4927.0,557.0,1102.0,150.0,1367.0,66.0,701.0,1886.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,,,879.0,839.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,81133.0,81262.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,12578.0,,,,,,,,,,,,,,,,,,, +101,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-21 16:46:25.000000,2024-10-21 16:46:22,1564.0,23.0,202.0,47.0,611.0,32.0,774.0,1155.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,,,,23283.0,22980.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,5411647.0,5530952.0,https://anaconda.org/conda-forge/fiona,2024-09-18 13:16:30.929,6084576.0,,,,,2.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-18 16:40:02.000000,2024-10-18 16:40:02,2327.0,3.0,6393.0,427.0,1348.0,1285.0,3050.0,30371.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'],3757.0,3640.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,143622.0,145534.0,https://anaconda.org/conda-forge/fairseq,2024-09-22 22:23:30.593,97308.0,,,,,1.0,360.0,,,,,,,,,,,,,,,,,,, +103,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,342.0,304.0,225.0,14382.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,,,,22514.0,22249.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,553686.0,556526.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,181823.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,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-10-24 14:35:06.000000,2024-10-24 14:35:02,18767.0,350.0,5757.0,70.0,11743.0,937.0,15950.0,14014.0,Convert Machine Learning Code Between Frameworks.,1479.0,36,False,2023-06-29 19:33:01.167,0.0.0,131.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-10-24 13:22:00.000,14.0,12504.0,12504.0,,,,,,,,2.0,,,,ivy-llc/ivy,,,,,,,,,,,,,,,, +105,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,720.0,660.0,1367.0,13016.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,36,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1645.0,1452.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,193.0,603023.0,643786.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,264074.0,,,,,2.0,3997699.0,,,,,,,,,,,,,,,,,,, +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-10-24 14:17:54.000000,2024-10-24 11:07:26,7362.0,556.0,2464.0,206.0,8031.0,168.0,2225.0,11937.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",358.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,138935.0,143595.0,,,,,,,,1.0,284277.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,11750.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'],4371.0,4246.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,179311.0,181516.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,154387.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-10-21 22:38:56.000000,2024-08-07 18:02:18,598.0,4.0,1148.0,262.0,199.0,112.0,171.0,9135.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,,,,44243.0,43853.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,1347467.0,1350190.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,266926.0,,,,,1.0,123.0,,,,,,,,,,,,,,,,,,, +109,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-08-30 03:35:21.000000,2024-08-30 03:34:11,5357.0,36.0,1748.0,134.0,1020.0,371.0,1948.0,8899.0,"An open-source, low-code machine learning library in Python.",141.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6539.0,6508.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,288643.0,289790.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,56653.0,,,,,2.0,715.0,,,,,,,,,,,,,,,,,,, +110,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-10-24 14:28:36.000000,2024-10-24 05:48:03,21493.0,802.0,552.0,59.0,3447.0,488.0,1064.0,8803.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']",736.0,714.0,https://pypi.org/project/fiftyone,2024-10-14 14:02:54.000,22.0,117007.0,117007.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +111,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,21.0,344.0,67.0,126.0,35.0,149.0,8461.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,,,,50600.0,48560.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5522178.0,5528079.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,283294.0,,,,,2.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-10-23 15:47:01.000000,2024-10-23 15:47:01,3154.0,71.0,1065.0,89.0,3506.0,373.0,2767.0,5792.0,AI Toolkit for Healthcare Imaging.,207.0,36,True,2024-10-17 00:54:28.000,1.4.0,102.0,monai,conda-forge/monai,,,['pytorch'],3114.0,2993.0,https://pypi.org/project/monai,2024-10-16 17:29:29.000,121.0,161604.0,162527.0,https://anaconda.org/conda-forge/monai,2024-10-17 00:39:44.050,31389.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-08-11 15:17:42.000000,2024-07-24 14:28:18,965.0,,844.0,91.0,218.0,132.0,686.0,4511.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",49.0,36,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,465997.0,455641.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,15903108.0,15903108.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-10-23 21:06:38.000000,2024-10-21 16:41:44,1189.0,28.0,627.0,126.0,939.0,350.0,1097.0,4399.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",178.0,36,True,2024-09-16 20:50:54.000,8.0,50.0,coremltools,conda-forge/coremltools,,,,4287.0,4206.0,https://pypi.org/project/coremltools,2024-09-16 21:06:12.000,81.0,623845.0,625489.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,72317.0,,,,,2.0,11786.0,2.0,,,,,,,,,,,,,,,,,, +115,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-10-23 14:12:46.000000,2024-10-23 14:12:44,12175.0,21.0,1098.0,163.0,466.0,691.0,754.0,4262.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,1494162.0,1497534.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,148388.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,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,,,,54844.0,54703.0,https://pypi.org/project/thinc,2024-10-01 10:35:24.000,141.0,12724740.0,12783728.0,https://anaconda.org/conda-forge/thinc,2024-07-14 15:52:37.957,3126201.0,,,,,2.0,389.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-10-24 14:07:17.000000,2024-10-22 14:48:29,1120.0,47.0,454.0,57.0,1313.0,418.0,430.0,2539.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,126.0,36,True,2024-10-22 15:04:30.000,1.23.2,73.0,optimum,conda-forge/optimum,,,,3846.0,3675.0,https://pypi.org/project/optimum,2024-10-22 14:59:14.000,171.0,989115.0,989955.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,25203.0,,,,,1.0,,2.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-10-24 14:08:26.000000,2024-10-24 14:03:20,3426.0,302.0,306.0,69.0,2185.0,59.0,719.0,2369.0,Adaptive Experimentation Platform.,176.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],876.0,822.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,121400.0,122106.0,https://anaconda.org/conda-forge/ax-platform,2024-09-24 20:13:10.358,28241.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +119,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-10-24 14:51:53.000000,2024-10-24 09:51:44,4650.0,290.0,595.0,46.0,5091.0,324.0,1091.0,2326.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",185.0,36,True,2024-09-12 16:21:00.000,0.38.1,59.0,pennylane,conda-forge/pennylane,,,,1219.0,1103.0,https://pypi.org/project/pennylane,2024-09-12 16:21:00.000,116.0,74820.0,79257.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,155270.0,,,,,1.0,96.0,,,,,,,,,,,,,,,,,,, +120,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-10-24 14:02:05.000000,2024-10-24 09:16:11,1964.0,105.0,397.0,32.0,1696.0,71.0,804.0,2119.0,"Machine learning metrics for distributed, scalable PyTorch applications.",254.0,36,True,2024-10-23 07:05:32.000,1.5.1,51.0,metrics,conda-forge/torchmetrics,,,['pytorch'],31556.0,31554.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,6069.0,43874.0,https://anaconda.org/conda-forge/torchmetrics,2024-10-24 12:57:19.442,1619953.0,,,,,2.0,5716.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +121,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,397.0,48.0,1518.0,179.0,687.0,1600.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,,,,8190.0,7877.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1455723.0,1497787.0,https://anaconda.org/conda-forge/arviz,2024-09-29 12:11:02.561,2229333.0,,,,,1.0,161.0,,,,,,,,,,,,,,,,,,, +122,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-10-23 19:36:25.000000,2024-10-23 19:36:24,3104.0,44.0,362.0,55.0,1204.0,316.0,975.0,1425.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,,,,6565.0,5847.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,413508.0,491649.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4141479.0,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +123,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-10-24 13:45:08.000000,2024-10-24 13:45:08,10445.0,116.0,595.0,70.0,2583.0,298.0,1843.0,1178.0,Machine learning for NeuroImaging in Python.,249.0,36,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3805.0,3509.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,296.0,65009.0,71345.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,297532.0,,,,,1.0,241.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-10-22 12:04:54.000000,2024-10-22 12:03:37,1585.0,32.0,211.0,34.0,715.0,32.0,590.0,1053.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,67.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,36582.0,34842.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,9942201.0,10114976.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,8811535.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-10-23 17:14:10.689000,2024-10-23 13:35:18,6042.0,136.0,259.0,37.0,852.0,130.0,410.0,652.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,,,,23415.0,22234.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,1410213.0,1425305.0,https://anaconda.org/conda-forge/nibabel,2024-10-23 17:14:10.689,784832.0,,,,,1.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,,13466.0,1566.0,232.0,792.0,588.0,53207.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'],3515.0,3399.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,138588.0,139182.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,28414.0,,,,,2.0,1390.0,,,,,,,,,,,,,,,,,,, +127,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,,4195.0,288.0,749.0,87.0,1028.0,34893.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']",1876.0,1823.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,133740.0,215023.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,18040.0,,,,,1.0,3473661.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,,4709.0,846.0,268.0,556.0,611.0,25898.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,,,,6978.0,6731.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1622317.0,1624463.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,105156.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,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,1987.0,25259.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'],485.0,461.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,54481.0,70991.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3222.0,,,,,1.0,1199255.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,1.0,3133.0,315.0,259.0,430.0,596.0,24214.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,,,,,9141.0,8928.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,485447.0,781978.0,,,,,,,,1.0,15419644.0,-1.0,,,,,,,,,,,,,,,,,, +131,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-10-21 14:38:38.000000,2024-09-11 08:45:28,9010.0,43.0,3078.0,274.0,1294.0,163.0,703.0,19070.0,Best Practices on Recommendation Systems.,136.0,35,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,128.0,124.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,32554.0,32562.0,,,,,,,,1.0,594.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +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-20 08:37:57.000000,2024-10-20 08:37:57,818.0,16.0,4522.0,451.0,464.0,421.0,1733.0,18401.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,229970.0,260385.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1276134.0,,,,,1.0,2831.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-10-24 14:21:17.000000,2024-10-24 14:21:15,3705.0,161.0,1881.0,141.0,4051.0,118.0,3439.0,17292.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",266.0,35,True,2024-10-10 08:53:02.000,2.6.1,100.0,haystack,,,,,588.0,583.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,7264.0,7264.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,2024-08-31 11:57:00.000000,2024-08-31 11:55:45,1340.0,1.0,2230.0,335.0,1602.0,405.0,1860.0,14234.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,,,,,1276.0,1243.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,111735.0,111735.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,, +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,,4439.0,545.0,717.0,412.0,1283.0,14068.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,,,,,5974.0,5956.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,93324.0,93324.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,4.0,1151.0,318.0,268.0,56.0,343.0,13196.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,,,,4550.0,4349.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,1107307.0,1118356.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,541410.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,2024-10-24 13:13:57.000000,2024-10-07 17:40:57,2659.0,47.0,676.0,101.0,496.0,605.0,1263.0,9481.0,An open source multi-tool for exploring and publishing data.,80.0,35,True,2024-10-07 17:38:03.000,0.65,153.0,datasette,conda-forge/datasette,,,,1749.0,1336.0,https://pypi.org/project/datasette,2024-10-07 17:41:27.000,413.0,76208.0,77304.0,https://anaconda.org/conda-forge/datasette,2024-10-08 05:31:37.168,46028.0,,,,,1.0,68.0,,,,,,,,,datasette,,,,,,,,,, +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-10-21 14:22:54.000000,2024-10-21 14:22:54,560.0,17.0,2394.0,283.0,165.0,331.0,324.0,8395.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,1054966.0,1059087.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,206090.0,,,,,1.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,2024-10-24 13:10:36.000000,2024-10-24 13:10:33,39679.0,467.0,889.0,153.0,10650.0,1058.0,5523.0,8377.0,cuDF - GPU DataFrame Library.,295.0,35,True,2024-10-09 15:25:13.000,24.10.00,56.0,cudf,,,,,79.0,57.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3483.0,3483.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,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-10-24 07:40:50.000000,2024-10-24 07:37:46,1086.0,109.0,765.0,289.0,1447.0,338.0,418.0,8131.0,"Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems.",96.0,35,True,2024-10-23 21:00:32.000,2.12.26,150.0,metaflow,conda-forge/metaflow,,,,786.0,739.0,https://pypi.org/project/metaflow,2024-10-23 21:00:32.000,47.0,876076.0,880415.0,https://anaconda.org/conda-forge/metaflow,2024-10-08 15:30:55.152,221313.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,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-10-24 09:04:46.000000,2024-10-23 16:04:35,2341.0,77.0,917.0,99.0,2641.0,376.0,1090.0,7853.0,Fast and Accurate ML in 3 Lines of Code.,125.0,35,True,2024-06-14 20:30:21.000,1.1.1,1645.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",872.0,845.0,https://pypi.org/project/autogluon,2024-10-24 09:04:46.000,27.0,493043.0,494191.0,https://anaconda.org/conda-forge/autogluon,2024-10-18 16:39:52.687,20575.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,10701.0,1.0,,,,,,,,,,,,,,,,,,,, +142,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-10-24 06:19:46.000000,2024-10-24 06:19:46,3326.0,143.0,784.0,78.0,3703.0,169.0,917.0,7085.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",209.0,35,True,2024-10-16 05:35:45.000,1.3.9,164.0,bentoml,,,,,2158.0,2130.0,https://pypi.org/project/bentoml,2024-10-16 05:35:45.000,28.0,121631.0,121652.0,,,,,,,,2.0,1109.0,,,,,,,,,,,,,,,,,,, +143,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-10-24 14:45:38.000000,2024-10-23 21:44:05,32532.0,56.0,1994.0,386.0,6888.0,2838.0,6668.0,6899.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",268.0,35,True,,,155.0,h2o,,,,,69.0,21.0,https://pypi.org/project/h2o,2024-08-29 13:55:23.000,48.0,293081.0,293081.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-10-21 16:58:55.000000,2024-10-21 16:38:41,10544.0,37.0,1676.0,143.0,2446.0,638.0,1238.0,5461.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,932.0,deepchem,conda-forge/deepchem,,,['tensorflow'],456.0,443.0,https://pypi.org/project/deepchem,2024-10-21 16:58:55.000,13.0,99142.0,101266.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,110494.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +145,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-10-22 21:37:41.000000,2024-10-22 21:37:41,30454.0,233.0,1593.0,183.0,2193.0,19.0,1612.0,5074.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,15287.0,20234.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,257274.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,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-23 08:54:39.000000,2024-10-22 15:01:37,12408.0,63.0,1159.0,98.0,1388.0,141.0,759.0,4820.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,,,,620.0,600.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-10-02 21:24:21.000,20.0,77576.0,78574.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-10-03 01:54:09.200,50902.0,,,,,1.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-10-24 00:18:47.000000,2024-10-21 09:36:30,1733.0,24.0,615.0,59.0,1881.0,156.0,1266.0,4521.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,669.0,35,True,2024-08-13 12:47:02.000,0.5.1,1778.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3393.0,3295.0,https://pypi.org/project/pytorch-ignite,2024-10-24 00:18:47.000,98.0,250502.0,253149.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,201210.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-10-24 12:37:54.000000,2024-10-24 12:26:57,2411.0,39.0,213.0,64.0,145.0,90.0,595.0,4009.0,A Grammar of Graphics for Python.,111.0,35,True,2024-05-10 08:15:43.000,0.13.6,27.0,plotnine,conda-forge/plotnine,,,,9363.0,9056.0,https://pypi.org/project/plotnine,2024-05-09 20:44:49.000,307.0,2975192.0,2983097.0,https://anaconda.org/conda-forge/plotnine,2024-09-20 10:25:14.080,411082.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,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-10-24 12:50:47.000000,2024-10-18 16:16:34,8604.0,39.0,710.0,100.0,13348.0,36.0,858.0,3856.0,State of the Art Natural Language Processing.,113.0,35,True,2024-09-25 20:20:27.000,5.5.0,148.0,spark-nlp,,,,['spark'],550.0,513.0,https://pypi.org/project/spark-nlp,2024-09-25 14:58:28.000,37.0,3680271.0,3680271.0,,,,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +150,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-10-24 11:34:47.000000,2024-10-23 20:30:53,2319.0,8.0,648.0,72.0,2906.0,259.0,726.0,2518.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",228.0,35,True,2024-10-17 16:24:06.000,2.5.0,38.0,torchaudio,,,,['pytorch'],1375.0,,https://pypi.org/project/torchaudio,2024-10-17 14:49:06.000,1375.0,6642467.0,6642467.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +151,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-10-23 20:11:44.000000,2024-10-23 20:09:49,5913.0,233.0,701.0,88.0,6014.0,245.0,861.0,2114.0,TFX is an end-to-end platform for deploying production ML pipelines.,191.0,35,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,,['tensorflow'],1599.0,1582.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,40630.0,40630.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,,209.0,32.0,47.0,13.0,169.0,1634.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,,,,77509.0,74890.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,16309122.0,16309673.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,49672.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +153,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-10-24 12:44:15.000000,2024-10-24 12:36:11,1888.0,132.0,173.0,29.0,1844.0,91.0,194.0,1214.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,82.0,35,True,2024-09-18 12:49:48.000,2024.7.0,30.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12331.0,12276.0,https://pypi.org/project/scikit-learn-intelex,2024-09-17 16:36:34.000,55.0,98828.0,107321.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-08-20 09:58:15.356,356741.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +154,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-16 17:56:47.000000,2024-10-16 17:56:47,14987.0,105.0,506.0,50.0,2321.0,403.0,965.0,747.0,Workflows and interfaces for neuroimaging packages.,258.0,35,True,2023-04-06 12:55:55.544,1.8.6,64.0,nipype,conda-forge/nipype,,,,5226.0,5078.0,https://pypi.org/project/nipype,2023-04-06 12:55:55.544,148.0,189968.0,203954.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,699332.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +155,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-10-24 09:51:19.000000,2024-10-24 09:51:19,3745.0,217.0,4342.0,383.0,4200.0,432.0,1263.0,38744.0,"Making large AI models cheaper, faster and more accessible.",192.0,34,True,2024-10-21 02:21:19.000,0.4.5,45.0,,,,,,426.0,426.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2024-10-14 23:20:09.000000,2024-10-14 23:16:51,1533.0,7.0,7449.0,387.0,687.0,531.0,3073.0,30330.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'],2079.0,2066.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,8759.0,https://anaconda.org/conda-forge/detectron2,2024-08-26 11:04:11.128,446752.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,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-09-15 23:43:40.000000,2024-09-15 23:43:35,3868.0,18.0,1007.0,136.0,181.0,116.0,1065.0,13940.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",100.0,34,True,2024-08-31 09:35:44.000,16.5.0,244.0,ocrmypdf,conda-forge/ocrmypdf,,,,1054.0,1020.0,https://pypi.org/project/ocrmypdf,2024-08-31 09:35:10.000,34.0,131767.0,133979.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,80306.0,,,,,2.0,5425.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +158,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-10-24 14:49:07.000000,2024-10-18 15:47:49,6263.0,9.0,3631.0,247.0,1728.0,1106.0,4493.0,11275.0,Open-source simulator for autonomous driving research.,190.0,34,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,840.0,829.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,15871.0,15871.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,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,,1031.0,133.0,234.0,360.0,274.0,8885.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,,,,72326.0,70957.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6870423.0,6872152.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,121099.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-10-24 12:11:43.000000,2024-10-24 12:11:43,2495.0,16.0,983.0,199.0,2327.0,258.0,847.0,8533.0,Deep universal probabilistic programming with Python and PyTorch.,157.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,377652.0,382292.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,199561.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +161,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,248.0,221.0,146.0,8528.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,,,,4430.0,4317.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,662802.0,665155.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,124713.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,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,2.0,1926.0,352.0,3429.0,130.0,1140.0,8478.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,,,,40.0,,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,59441.0,64289.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-09-05 15:50:55.744,232712.0,,,,,2.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,,865.0,84.0,276.0,81.0,376.0,7869.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,,,,50037.0,49412.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,3475302.0,3499295.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1223399.0,,,,,2.0,447.0,,,,,,,,,,,,,,,,,,, +164,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-10-19 13:52:50.000000,2024-10-19 13:52:50,1847.0,43.0,796.0,127.0,287.0,473.0,338.0,7415.0,Uniform Manifold Approximation and Projection.,137.0,34,True,2024-04-03 16:53:16.000,0.5.6,40.0,umap-learn,conda-forge/umap-learn,,,,959.0,1.0,https://pypi.org/project/umap-learn,2024-04-03 16:53:16.000,958.0,1613593.0,1664767.0,https://anaconda.org/conda-forge/umap-learn,2024-08-14 17:32:09.484,2661056.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +165,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-24 06:56:01.000000,2024-09-12 23:27:08,4682.0,87.0,889.0,141.0,498.0,95.0,804.0,7272.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,,,,3338.0,3163.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,259975.0,260122.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8101.0,,,,,2.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-10-24 10:06:45.000000,2024-10-24 10:06:45,3560.0,368.0,1256.0,252.0,9667.0,989.0,1600.0,6623.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, Phi, MiniCPM,..",109.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,115415.0,115422.0,,,,,,,,2.0,642.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,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,284.0,6588.0,12.0,2032.0,5889.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,,,,3382.0,3324.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,162546.0,162900.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,19857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,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-24 07:59:09.000000,2024-10-24 07:51:06,1180.0,76.0,486.0,266.0,866.0,230.0,338.0,4891.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'],2596.0,2470.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,218281.0,220530.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,76472.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,41.0,858.0,57.0,1710.0,411.0,1270.0,4219.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'],759.0,737.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,55062.0,83731.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,325700.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,29.0,1350565.0,2.0,6982.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-10-21 21:58:22.000000,2024-10-21 21:55:51,1333.0,31.0,277.0,41.0,483.0,100.0,239.0,3932.0,Lightning fast forecasting with statistical and econometric models.,46.0,34,True,2024-09-19 21:41:21.000,1.7.8,37.0,statsforecast,conda-forge/statsforecast,,,,1232.0,1175.0,https://pypi.org/project/statsforecast,2024-09-19 21:39:13.000,57.0,707037.0,710287.0,https://anaconda.org/conda-forge/statsforecast,2024-09-23 21:39:04.210,100754.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-10-24 14:58:48.000000,2024-10-23 17:25:14,3457.0,207.0,364.0,30.0,3306.0,125.0,2021.0,3905.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,97.0,34,True,2024-10-08 09:45:50.000,2.3.1,100.0,rubrix,conda-forge/rubrix,,,,2764.0,2764.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3695.0,4789.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,37220.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-10-14 12:43:50.000000,2024-10-07 18:43:00,7401.0,9.0,618.0,115.0,1188.0,353.0,1115.0,3312.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'],1887.0,1711.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,401191.0,413870.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,620846.0,,,,,2.0,,-2.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,9.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-10-23 23:28:20.000000,2024-10-23 23:25:05,2031.0,101.0,391.0,52.0,1777.0,65.0,470.0,3085.0,Bayesian optimization in PyTorch.,133.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1277.0,1193.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,215010.0,217553.0,https://anaconda.org/conda-forge/botorch,2024-09-20 23:53:13.019,127169.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-23 22:06:54.000000,2024-10-23 22:06:53,1037.0,18.0,499.0,56.0,147.0,360.0,171.0,2792.0,A high performance implementation of HDBSCAN clustering.,94.0,34,True,2024-10-12 02:04:35.000,0.8.39,56.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],4505.0,4166.0,https://pypi.org/project/hdbscan,2024-10-12 02:04:35.000,339.0,661780.0,707253.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2182751.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-24 06:22:15.000000,2024-10-24 06:22:15,3022.0,47.0,698.0,74.0,921.0,293.0,641.0,2724.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,,,,,1260.0,1207.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,125918.0,125928.0,,,,,,,,1.0,545.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-10-24 10:50:19.000000,2024-10-24 10:49:17,5328.0,109.0,551.0,19.0,1433.0,1138.0,691.0,2261.0,"This is the development home of the workflow management system Snakemake. For general information, see.",342.0,34,True,2024-10-23 08:32:33.000,8.24.1,367.0,snakemake,bioconda/snakemake,,,,2343.0,2111.0,https://pypi.org/project/snakemake,2024-10-23 08:32:33.000,232.0,125328.0,136420.0,https://anaconda.org/bioconda/snakemake,2024-10-24 00:32:48.345,1198033.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-10-19 19:53:00.000000,2024-10-19 19:53:00,566.0,12.0,159.0,42.0,81.0,7.0,132.0,2056.0,a python library for doing approximate and phonetic matching of strings.,33.0,34,True,2024-07-28 08:19:05.000,1.1.0,44.0,jellyfish,conda-forge/jellyfish,,,,11191.0,10922.0,https://pypi.org/project/jellyfish,2024-07-28 08:19:05.000,269.0,6097888.0,6118087.0,https://anaconda.org/conda-forge/jellyfish,2024-09-06 22:00:00.405,1050387.0,,,,,2.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,1404.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,,,,20061.0,19804.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,960778.0,962782.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,80079.0,,,,,2.0,50693.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-10-24 09:16:00.000000,2024-10-24 09:15:57,2914.0,39.0,248.0,35.0,228.0,49.0,510.0,1301.0,Python interface for igraph.,75.0,34,False,2024-07-08 23:38:30.000,0.11.6,42.0,python-igraph,conda-forge/igraph,,,,4556.0,4159.0,https://pypi.org/project/python-igraph,2024-07-08 23:38:30.000,397.0,668059.0,686456.0,https://anaconda.org/conda-forge/igraph,2024-06-28 12:12:37.634,619395.0,,,,,1.0,564988.0,,,,,,,,,,,,,,,,,,, +180,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-09-30 23:37:10.000000,2024-09-05 06:54:23,889.0,6.0,341.0,42.0,1054.0,190.0,170.0,1227.0,Making text a first-class citizen in TensorFlow.,126.0,34,True,2024-07-15 22:42:38.000,2.17.0,72.0,tensorflow-text,,,,['tensorflow'],7684.0,7468.0,https://pypi.org/project/tensorflow-text,2024-09-30 23:25:49.000,216.0,8280366.0,8280366.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +181,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,libpng-2.0,2018-08-02 17:56:45.000,2024-10-24 12:22:20.000000,2024-10-24 12:22:18,18749.0,219.0,4852.0,401.0,5500.0,233.0,3868.0,26658.0,The platform for building AI from enterprise data.,852.0,33,False,2024-10-22 12:42:27.000,24.10.4.0,493.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-10-22 12:43:29.000,,24845.0,24845.0,,,,,,,,3.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-10-24 14:30:29.000000,2024-10-24 14:29:05,6480.0,1173.0,2909.0,269.0,6405.0,122.0,653.0,26653.0,You like pytorch? You like micrograd? You love tinygrad!.,347.0,33,True,2024-08-13 23:19:48.000,0.9.2,8.0,,,,,['pytorch'],117.0,117.0,,,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +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,2024-10-24 14:40:59.000000,2024-10-11 18:15:45,3375.0,358.0,1371.0,123.0,3759.0,307.0,1010.0,20283.0,"Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud..",122.0,33,True,2024-10-11 19:38:48.000,1.12.1,85.0,,,,,,115.0,115.0,,,,,5755.0,,,,,,,,2.0,241720.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,,3484.0,465.0,671.0,590.0,672.0,15458.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'],1525.0,1511.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,10924.0,10924.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,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-17 22:52:48.000000,2024-10-17 22:52:09,3861.0,7.0,1185.0,194.0,2866.0,361.0,1037.0,11149.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'],282.0,276.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,4712.0,4712.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +186,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-10-23 14:58:04.000000,2024-10-17 02:22:01,1180.0,13.0,1274.0,147.0,180.0,265.0,1349.0,8749.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'],1013.0,999.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,8145.0,12511.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,257617.0,,,,,2.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,2024-10-18 09:05:07.000000,2024-10-18 09:05:06,2939.0,18.0,1681.0,92.0,1692.0,236.0,1906.0,8649.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,33,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1300.0,1293.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1548.0,1548.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,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-10-22 20:55:46.000000,2024-10-22 18:43:50,6121.0,103.0,1175.0,122.0,1726.0,104.0,710.0,8425.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",96.0,33,True,2024-10-22 20:09:24.000,3.1.2,133.0,perspective-python,conda-forge/perspective,,,['jupyter'],180.0,148.0,https://pypi.org/project/perspective-python,2024-10-22 20:06:47.000,26.0,27045.0,55384.0,https://anaconda.org/conda-forge/perspective,2024-09-21 14:46:30.468,1253753.0,,,,,2.0,5509.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-10-22 20:08:03.773,6.0,3862.0,,,,,,,,,,, +189,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,129.0,164.0,9.0,356.0,7862.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,,,,,3165.0,3015.0,https://pypi.org/project/bayesian-optimization,2024-10-21 14:26:57.000,150.0,436202.0,436203.0,,,,,,,,1.0,161.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +190,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-10-21 18:05:21.000000,2024-06-21 13:43:40,1379.0,,874.0,158.0,1731.0,150.0,865.0,7243.0,An open source python library for automated feature engineering.,73.0,33,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1872.0,1798.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,107702.0,111767.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,211426.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +191,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-14 23:04:19.000000,2024-09-25 17:28:01,1221.0,1.0,1051.0,121.0,278.0,143.0,520.0,7241.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,,,,17822.0,17369.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2350862.0,2361751.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,794957.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +192,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,7.0,959.0,136.0,666.0,54.0,1161.0,7112.0,Python library for audio and music analysis.,123.0,33,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,3060878.0,3077006.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,822530.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +193,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,566.0,6825.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,19659890.0,19671910.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-10-04 17:49:36.866,625040.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +194,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-10-24 09:52:24.000000,2024-10-24 08:46:24,3432.0,171.0,728.0,144.0,128.0,108.0,343.0,6265.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'],816.0,767.0,https://pypi.org/project/interpret,2024-10-24 09:52:24.000,49.0,105197.0,105197.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +195,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,5832.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,,,,5603.0,5351.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,294044.0,303387.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,448480.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +196,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-10-23 21:27:58.000000,2024-10-23 21:27:38,2435.0,41.0,649.0,95.0,273.0,491.0,566.0,5642.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",101.0,33,True,2024-08-27 19:48:22.000,1.16.4,172.0,clearml,,allegroai/trains,,,1388.0,1348.0,https://pypi.org/project/clearml,2024-10-01 07:26:30.000,40.0,333322.0,333840.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30296.0,2.0,2911.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,2024-10-23 20:20:21.000000,2024-10-02 16:35:21,2213.0,10.0,318.0,46.0,2189.0,387.0,664.0,5193.0,Aim An easy-to-use & supercharged open-source experiment tracker.,76.0,33,True,2024-10-02 17:28:03.000,3.25.0,1134.0,aim,conda-forge/aim,,,,747.0,709.0,https://pypi.org/project/aim,2024-10-23 20:20:21.000,38.0,887305.0,889403.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,81840.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +198,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-17 15:24:00.000000,2024-10-03 19:24:18,3913.0,21.0,537.0,82.0,604.0,114.0,495.0,5057.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,,,,637.0,581.0,https://pypi.org/project/river,2024-07-09 19:24:30.000,56.0,737418.0,739394.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,83013.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,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,4460.0,Geocoding library for Python.,133.0,33,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,6028477.0,6056876.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1476790.0,,,,,2.0,87.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-10-11 13:48:14.000000,2024-10-10 06:47:04,1526.0,9.0,363.0,90.0,771.0,136.0,449.0,3314.0,Quickly and accurately render even the largest data.,56.0,33,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,5123.0,4927.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,137867.0,160135.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1180225.0,,,,,2.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,2741.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,,,,7085.0,6717.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,1029623.0,1044576.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,747688.0,,,,,1.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-10-18 09:06:10.000000,2024-10-18 06:45:47,3758.0,38.0,193.0,50.0,1390.0,132.0,734.0,1996.0,Ahead of Time compiler for numeric kernels.,73.0,33,True,2024-05-28 05:22:14.000,0.16.1,61.0,pythran,conda-forge/pythran,,,,2742.0,2723.0,https://pypi.org/project/pythran,2024-05-28 05:22:14.000,19.0,249954.0,264969.0,https://anaconda.org/conda-forge/pythran,2024-09-03 03:38:51.615,735783.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +203,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-10-22 17:44:47.000000,2024-10-22 17:44:47,1954.0,18.0,288.0,45.0,287.0,58.0,213.0,1552.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,,,,877.0,785.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,92.0,93209.0,100895.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,368930.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,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,2.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,33,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,3980.0,3931.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,11228940.0,11234888.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,243891.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,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-11 02:15:57.000000,2024-10-11 02:15:17,327.0,14.0,3007.0,153.0,54.0,134.0,141.0,20247.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-10-11 02:15:57.000,1.8.5,208.0,vit-pytorch,,,,['pytorch'],556.0,543.0,https://pypi.org/project/vit-pytorch,2024-10-11 02:15:57.000,13.0,27984.0,27984.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +206,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,1013.0,1869.0,363.0,658.0,17629.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,,,,1024.0,1014.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3882.0,4063.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,8872.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +207,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,11579.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,,,,6740.0,6537.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,381117.0,383592.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,232699.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +208,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1135.0,339.0,1683.0,523.0,1294.0,11197.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,19193.0,19324.0,,,,,,,,3.0,10758.0,,,,,,,,,,,,,,,,,,, +209,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,283.0,3401.0,51.0,1494.0,10481.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,4327.0,4327.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +210,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2024-09-16 13:29:20.331000,2024-09-15 17:01:45,578.0,2.0,2312.0,217.0,251.0,129.0,418.0,10131.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,1691169.0,1701966.0,https://anaconda.org/conda-forge/wordcloud,2024-09-16 13:29:20.331,550697.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,2024-10-01 18:34:33.000000,2024-04-08 20:21:10,864.0,,1290.0,422.0,89.0,32.0,161.0,9767.0,TensorFlow-based neural network library.,59.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1366.0,1347.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,24739.0,25329.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,34818.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +212,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,6750.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'],315.0,292.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,10932.0,10932.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,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,6300.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'],1632.0,1614.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,15379.0,15702.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11590.0,,,,,3.0,184.0,,,,,,,,,,,,,,,,,,, +214,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-18 22:29:38.000000,2024-10-07 16:58:46,205.0,16.0,1089.0,200.0,149.0,146.0,339.0,6214.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,215863.0,219666.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,186348.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,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-09-11 20:27:12.000000,2024-09-11 20:27:12,1230.0,2.0,657.0,62.0,140.0,61.0,446.0,5993.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",42.0,32,True,2024-07-25 01:34:14.000,2.6.1,212.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1995.0,1945.0,https://pypi.org/project/pytorch-metric-learning,2024-07-25 01:34:14.000,50.0,805533.0,805743.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11986.0,,,,,1.0,,-2.0,,,,,,,,,,,,,,,,,, +216,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-15 22:29:30.000000,2024-10-15 22:29:26,624.0,6.0,714.0,110.0,194.0,18.0,350.0,5816.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,2352394.0,2364735.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,629402.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,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-10-23 18:26:01.000000,2024-10-23 18:26:01,1647.0,1.0,858.0,116.0,530.0,149.0,342.0,4886.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,108.0,32,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],15786.0,15605.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,181.0,601106.0,607501.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,326195.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,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,,619.0,65.0,224.0,223.0,162.0,4336.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,,,,7217.0,7083.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,975288.0,980606.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,244671.0,,,,,2.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,4235.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,,,,3288.0,3228.0,https://pypi.org/project/sacred,2024-08-26 09:23:15.000,60.0,99373.0,99566.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,6771.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-10-14 02:32:51.000000,2024-08-15 14:20:30,3331.0,10.0,548.0,120.0,383.0,72.0,743.0,4128.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,32,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,359.0,340.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,175450.0,177731.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,77563.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,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-10-21 16:03:36.000000,2024-10-21 16:03:36,1299.0,4.0,2506.0,1947.0,536.0,390.0,1078.0,4086.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,429158.0,429167.0,,,,,,,,2.0,656.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,2024-10-22 14:18:08.000000,2024-10-22 14:14:30,1908.0,117.0,620.0,42.0,908.0,477.0,307.0,3959.0,Time series forecasting with PyTorch.,54.0,32,True,2024-09-09 09:36:07.000,1.1.1,36.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,466.0,444.0,https://pypi.org/project/pytorch-forecasting,2024-09-09 09:36:07.000,22.0,55505.0,56842.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,65539.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,2024-10-12 16:14:34.000000,2024-10-12 16:14:31,1115.0,18.0,352.0,58.0,1380.0,121.0,184.0,3953.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,,,,821.0,763.0,https://pypi.org/project/nevergrad,2024-09-25 16:43:58.000,58.0,81313.0,82347.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,54837.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,,2012-08-24 16:14:59.000,2024-10-11 14:58:53.415000,2024-10-11 04:47:47,664.0,43.0,121.0,75.0,75.0,10.0,135.0,3796.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,32,False,2024-10-11 04:54:40.000,6.3.0,54.0,ftfy,conda-forge/ftfy,,,,24214.0,23649.0,https://pypi.org/project/ftfy,2024-10-10 21:49:15.000,565.0,5383003.0,5389748.0,https://anaconda.org/conda-forge/ftfy,2024-10-11 14:58:53.415,303554.0,,,,,2.0,19.0,,,,,,,,,,,,,,,,,,, +225,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-10-14 01:15:35.000000,2024-10-14 01:14:53,1356.0,9.0,317.0,59.0,244.0,66.0,449.0,3652.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,,,,940.0,910.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,258547.0,278356.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1030115.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,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-10-11 19:04:52.000000,2024-09-27 22:14:33,3900.0,19.0,553.0,58.0,915.0,366.0,980.0,3559.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'],2587.0,2418.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,287067.0,290461.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,179893.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,2024-10-24 11:34:52.000000,2024-08-14 20:32:21,1311.0,2.0,813.0,307.0,1470.0,331.0,518.0,3511.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,1548276.0,1548276.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,1661.0,154.0,210.0,13.0,693.0,3477.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,1889864.0,1891998.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,106709.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,447.0,93.0,126.0,91.0,348.0,3400.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,,,,1289.0,1226.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,336812.0,339979.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,152021.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,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,3180.0,PyTorch extensions for high performance and large scale training.,75.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],6691.0,6538.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,466520.0,475534.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,315518.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-10-24 07:36:45.000000,2024-10-24 07:36:45,1274.0,50.0,276.0,29.0,1135.0,72.0,505.0,3144.0,A python library for self-supervised learning on images.,56.0,32,True,2024-09-24 08:48:24.000,1.5.13,127.0,lightly,,,,['pytorch'],339.0,325.0,https://pypi.org/project/lightly,2024-09-24 08:50:32.000,14.0,33507.0,33507.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,2024-10-22 13:26:10.000000,2024-10-22 13:26:09,1201.0,33.0,346.0,36.0,540.0,114.0,444.0,3032.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,,,,253.0,236.0,https://pypi.org/project/neuralforecast,2024-09-20 17:38:31.000,17.0,65685.0,66454.0,https://anaconda.org/conda-forge/neuralforecast,2024-09-20 23:37:40.226,23844.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,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,2408.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'],2520.0,2236.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1486496.0,1494436.0,https://anaconda.org/conda-forge/category_encoders,2024-10-02 13:16:06.886,285875.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-09-05 19:07:36.000000,2024-09-05 19:07:36,2302.0,2.0,551.0,70.0,486.0,260.0,711.0,2361.0,Survival analysis in Python.,119.0,32,True,2024-06-26 15:36:45.000,0.29.0,171.0,lifelines,conda-forge/lifelines,,,,3156.0,3006.0,https://pypi.org/project/lifelines,2024-06-26 15:36:45.000,150.0,1891452.0,1898512.0,https://anaconda.org/conda-forge/lifelines,2024-06-27 16:03:16.815,374218.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,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-10-20 18:42:06.000000,2024-10-20 18:42:03,1811.0,254.0,205.0,51.0,284.0,174.0,163.0,2148.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'],126.0,120.0,https://pypi.org/project/graphistry,2024-10-20 17:58:26.000,6.0,16433.0,16433.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,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,47.0,349.0,210.0,141.0,2006.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,,,,,13821.0,13418.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2392636.0,2392636.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +237,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-10-24 11:34:59.000000,2024-10-23 20:27:31,2186.0,205.0,422.0,32.0,2340.0,304.0,119.0,1921.0,Pytorch domain library for recommendation systems.,280.0,32,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,146.0,146.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,11938.0,11938.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +238,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-10-17 01:51:01.000000,2024-10-17 01:50:57,1610.0,7.0,285.0,56.0,142.0,83.0,192.0,1841.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,,,,3333.0,3176.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,108315.0,122320.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,602216.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-10-19 04:07:54.000000,2024-10-19 04:01:42,732.0,12.0,332.0,46.0,386.0,72.0,236.0,1699.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'],927.0,891.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,264575.0,265120.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,17924.0,,,,,2.0,127.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,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,1693.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,1156617.0,1156617.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,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,51.0,158.0,114.0,218.0,1621.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,11939.0,11727.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,848159.0,849811.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,152073.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder +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-10-24 00:13:25.000000,2024-10-24 00:13:22,4421.0,205.0,51.0,168.0,587.0,157.0,472.0,1561.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2024-10-23 16:21:21.000,4.5.0,81.0,lets-plot,,,,,143.0,130.0,https://pypi.org/project/lets-plot,2024-10-23 15:55:24.000,13.0,57188.0,57209.0,,,,,,,,2.0,1276.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,292.0,360.0,1486.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'],12107.0,11823.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,232334.0,263974.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1280513.0,,,,,3.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,7480.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-10-21 07:47:33.000000,2024-10-16 15:26:11,727.0,31.0,108.0,25.0,585.0,360.0,456.0,1122.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,,,,6179.0,5975.0,https://pypi.org/project/hvplot,2024-10-16 15:27:44.000,204.0,225866.0,238543.0,https://anaconda.org/conda-forge/hvplot,2024-10-17 10:29:45.764,659209.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-10-23 18:18:25.000000,2024-10-23 18:18:25,14162.0,282.0,293.0,34.0,1881.0,493.0,671.0,1064.0,Python package for earth-observing satellite data processing.,166.0,32,False,2024-10-23 10:48:06.000,0.52.1,98.0,satpy,conda-forge/satpy,,,,177.0,147.0,https://pypi.org/project/satpy,2024-10-23 10:48:06.000,30.0,12477.0,16841.0,https://anaconda.org/conda-forge/satpy,2024-10-23 14:08:22.801,226966.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +246,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-10-24 04:49:14.000000,2024-10-23 23:31:29,11594.0,57.0,243.0,56.0,12318.0,255.0,2216.0,976.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'],180.0,146.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,48701.0,48701.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-10-22 14:40:52.000000,2024-10-22 14:40:52,14517.0,315.0,434.0,54.0,2234.0,191.0,806.0,712.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",165.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1381.0,1258.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,46527.0,57075.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,516858.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-10-14 20:17:57.000000,2024-10-14 20:03:04,17285.0,34.0,111.0,28.0,3618.0,528.0,3413.0,534.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,,,,521.0,426.0,https://pypi.org/project/datalad,2024-08-08 02:59:23.000,95.0,49515.0,61816.0,https://anaconda.org/conda-forge/datalad,2024-08-08 08:36:45.951,639663.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-08-04 12:17:57.000000,2023-07-13 08:50:20,531.0,,2816.0,386.0,124.0,239.0,561.0,25791.0,Deezer source separation library including pretrained models.,19.0,31,False,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],822.0,810.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,22548.0,82187.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,94741.0,,,,,2.0,3482048.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,1.0,3735.0,753.0,1140.0,413.0,589.0,19145.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'],540.0,535.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8100.0,8100.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,14026.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,True,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,18301.0,18301.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,2.0,2074.0,182.0,1006.0,574.0,727.0,12708.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'],1749.0,1742.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,6203.0,6214.0,,,,,,,,2.0,801.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-10-15 06:53:13.000000,2024-10-15 06:53:10,2964.0,11.0,2396.0,202.0,473.0,246.0,476.0,9973.0,FinRL: Financial Reinforcement Learning.,117.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,51.0,51.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2107.0,2107.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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,,1569.0,288.0,434.0,295.0,639.0,9720.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'],3072.0,3034.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,47732.0,52982.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,273011.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,9617.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'],5043.0,5029.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4660.0,4660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,26.0,729.0,90.0,802.0,112.0,271.0,9615.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,,,,412.0,394.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,25994.0,26735.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,31162.0,,,,,2.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,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,9224.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,7406936.0,7412630.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,563752.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,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-10-17 18:06:07.000000,2024-10-17 18:06:07,1392.0,1.0,1399.0,301.0,895.0,143.0,759.0,9136.0,AutoML library for deep learning.,144.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],759.0,746.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,30031.0,30259.0,,,,,,,,2.0,18941.0,,,,,,,,,,,,,,,,,,, +259,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,290.0,98.0,311.0,446.0,8608.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1704.0,1685.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10463.0,22713.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8070.0,,,,,2.0,943194.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-08-04 02:13:02.666000,2024-08-03 20:47:58,560.0,2.0,1206.0,170.0,436.0,68.0,474.0,8416.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,236974.0,263309.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1395773.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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-10-15 15:56:12.000000,2024-10-13 12:15:09,1247.0,20.0,869.0,60.0,1021.0,244.0,1323.0,8017.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,67117.0,68665.0,https://anaconda.org/conda-forge/u8darts-all,2024-10-13 21:33:50.942,59991.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,787.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-10-24 14:24:25.000000,2023-04-18 11:08:13,2759.0,,1269.0,215.0,722.0,196.0,829.0,7604.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'],648.0,614.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,22292.0,22915.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,26178.0,,,,,2.0,62.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-10-22 21:21:38.000000,2024-08-12 17:08:04,2710.0,2.0,1140.0,210.0,1051.0,25.0,615.0,6705.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'],418.0,414.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,14738.0,14738.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +264,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-10-18 16:49:16.000000,2024-09-20 10:02:01,1094.0,3.0,386.0,81.0,540.0,62.0,458.0,5860.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']",1504.0,1419.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,152446.0,168517.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,787506.0,,,,,3.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,302.0,296.0,161.0,267.0,5676.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,,,,1096.0,1082.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,8102.0,8277.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14030.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +266,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,125.0,38.0,74.0,147.0,5540.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4056.0,3956.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,100.0,861793.0,862132.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,17997.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +267,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,10.0,776.0,85.0,354.0,54.0,346.0,5052.0,Uplift modeling and causal inference with machine learning algorithms.,64.0,31,True,2024-10-01 06:25:01.000,0.15.2,25.0,causalml,,,,,229.0,227.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,60318.0,60318.0,,,,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +268,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,4534.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,,,,47097.0,46662.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,459712.0,463541.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,195300.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,2024-10-24 12:56:18.000000,2024-10-17 23:50:48,15558.0,76.0,527.0,74.0,3639.0,914.0,1615.0,4203.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,3182.0,3182.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,184.0,737.0,277.0,669.0,3423.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,282.0,264.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,309167.0,309347.0,,,,,,,,3.0,17295.0,,,,,,,,,,,,,,,,,,, +271,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,77.0,79.0,73.0,162.0,3333.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,,,,7409.0,7289.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,2195615.0,2198566.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,259736.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,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,3157.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,,,,14826.0,14584.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1559203.0,1563423.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,400933.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,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-07 08:34:51.000000,2024-10-07 08:34:51,479.0,3.0,737.0,121.0,130.0,69.0,373.0,3055.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,31,True,2024-03-02 03:05:38.000,0.3.2,13.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2932.0,2845.0,https://pypi.org/project/hmmlearn,2024-03-02 03:05:38.000,87.0,673589.0,679477.0,https://anaconda.org/conda-forge/hmmlearn,2024-09-11 23:07:53.942,288551.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,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-10-24 14:12:23.000000,2024-10-24 14:12:22,8309.0,289.0,347.0,84.0,9720.0,108.0,348.0,3024.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,31,True,2024-09-30 15:28:11.000,0.37.0,589.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-09-30 15:49:23.000,4.0,54966.0,55208.0,,,,,,,,3.0,11622.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,2024-07-26 07:25:11.554000,2024-07-01 04:53:53,1639.0,,336.0,59.0,194.0,135.0,196.0,2900.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'],1542.0,1463.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,427235.0,454758.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1431199.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,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-24 14:13:34.000000,2024-10-24 07:22:43,991.0,9.0,233.0,37.0,551.0,75.0,175.0,2887.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,,,,2287.0,2112.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,247017.0,247541.0,https://anaconda.org/conda-forge/dm-haiku,2024-10-23 19:46:21.263,23067.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +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,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,2857.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'],4630.0,4515.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,242896.0,243978.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,41149.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,2024-10-24 09:49:13.000000,2024-10-24 09:29:18,1680.0,49.0,331.0,38.0,362.0,38.0,181.0,2729.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2024-10-24 09:49:13.000,2.7.3,46.0,shapash,,,,['jupyter'],180.0,176.0,https://pypi.org/project/shapash,2024-10-24 09:49:13.000,4.0,39439.0,39439.0,,,,,,,,2.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,2024-10-01 15:28:33.000000,2024-10-01 15:28:28,557.0,14.0,428.0,90.0,117.0,76.0,265.0,2255.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,,,,1636.0,1626.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,12815.0,13950.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,47709.0,,,,,1.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,2024-10-18 17:19:32.000000,2024-10-18 17:08:47,954.0,36.0,138.0,24.0,439.0,156.0,296.0,2089.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'],955.0,789.0,https://pypi.org/project/equinox,2024-10-18 17:19:32.000,166.0,249678.0,249678.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +281,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,186.0,21.0,177.0,47.0,137.0,1852.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,,,,,606.0,588.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,51935.0,51935.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,2024-10-24 14:25:52.000000,2024-10-23 10:24:39,2880.0,46.0,184.0,27.0,721.0,118.0,458.0,1649.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,31,True,2024-02-19 21:29:27.000,1.10.2,47.0,pykeen,,,,,252.0,246.0,https://pypi.org/project/pykeen,2024-02-19 21:25:43.000,6.0,10984.0,10988.0,,,,,,,,2.0,214.0,,,,,,,,,,,,,,,,,,, +283,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,1582.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,,,,9706.0,9553.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2543896.0,2568725.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1191799.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-10-10 00:53:03.000000,2024-10-10 00:53:03,951.0,3.0,431.0,85.0,234.0,57.0,242.0,1463.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,,,,3080.0,2642.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,1265612.0,1274722.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,364404.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-10-21 20:12:33.000000,2024-10-20 18:26:50,1613.0,33.0,169.0,18.0,845.0,110.0,455.0,1353.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,,,,765.0,733.0,https://pypi.org/project/pyjanitor,2024-09-28 19:45:12.000,32.0,88546.0,92616.0,https://anaconda.org/conda-forge/pyjanitor,2024-09-28 23:43:58.175,215721.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-10-22 08:24:56.000000,2024-10-22 08:21:54,1141.0,9.0,248.0,48.0,538.0,31.0,185.0,1334.0,ARCH models in Python.,35.0,31,False,2024-09-24 09:58:38.000,7.1.0,48.0,arch,conda-forge/arch-py,,,,2129.0,2020.0,https://pypi.org/project/arch,2024-09-24 09:58:38.000,109.0,472048.0,480063.0,https://anaconda.org/conda-forge/arch-py,2024-09-24 16:15:26.723,416795.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +287,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,14.0,303.0,79.0,671.0,17.0,634.0,1323.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,,,,1724.0,1675.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,45888.0,57292.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,581621.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +288,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-10-18 06:37:03.000000,2024-10-18 06:36:56,1147.0,14.0,211.0,23.0,153.0,25.0,200.0,1128.0,Survival analysis built on top of scikit-learn.,21.0,31,False,2024-06-30 09:36:26.000,0.23.0,29.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],651.0,618.0,https://pypi.org/project/scikit-survival,2024-06-30 09:36:26.000,33.0,145939.0,150351.0,https://anaconda.org/conda-forge/scikit-survival,2024-06-30 11:16:56.800,154426.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,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,20.0,242.0,50.0,412.0,76.0,279.0,1063.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,,,,2230.0,2056.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,98156.0,123636.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1325004.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,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,877.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,,,,1414.0,1287.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,320353.0,324238.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,186486.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-10-24 11:11:25.000000,2024-10-18 19:54:10,175445.0,3383.0,94.0,50.0,2349.0,92.0,286.0,685.0,TensorFlow ROCm port.,4727.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,7449.0,7449.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,,4286.0,1249.0,557.0,840.0,2543.0,17515.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,2454.0,2594.0,,,,,,,,3.0,14719.0,,,,,,,,,,,,,,,,,,, +293,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,647.0,375.0,504.0,436.0,15753.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,30,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,588.0,585.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,2308.0,2308.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +294,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,5.0,2585.0,298.0,940.0,238.0,690.0,15393.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,30,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,7685.0,7699.0,,,,,,,,2.0,727.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-10-17 04:06:27.000000,2024-10-17 04:06:27,1187.0,8.0,1387.0,100.0,659.0,729.0,527.0,8372.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'],2770.0,2770.0,,,,,6993.0,https://anaconda.org/conda-forge/nvidia-apex,2024-09-10 09:10:05.964,335681.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,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,,1029.0,110.0,250.0,114.0,480.0,5326.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'],4391.0,4271.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,120.0,172370.0,172984.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,22131.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +297,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2024-10-24 13:21:24.000000,2024-09-10 14:13:20,813.0,8.0,402.0,75.0,298.0,60.0,529.0,4753.0,Visualizer for pandas data structures.,30.0,30,True,2024-09-10 15:24:26.000,3.14.1,186.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1281.0,1237.0,https://pypi.org/project/dtale,2024-09-10 15:17:39.000,44.0,123177.0,129644.0,https://anaconda.org/conda-forge/dtale,2024-09-10 15:55:41.876,342795.0,,,,,3.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-08-08 18:40:13.000000,2024-01-12 14:48:30,249.0,,280.0,44.0,51.0,28.0,97.0,4053.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,,,,6285.0,6135.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,2132153.0,2138404.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,293831.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,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-10-24 14:12:16.000000,2024-10-24 14:12:15,698.0,40.0,660.0,38.0,989.0,147.0,790.0,3754.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,30,True,2024-08-12 12:57:29.000,1.1.1,32.0,anomalib,,,,,108.0,103.0,https://pypi.org/project/anomalib,2024-08-12 12:57:52.000,5.0,67769.0,68196.0,,,,,,,,2.0,14531.0,,,,,,,,,,,,,,,,,,, +300,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-10-24 00:50:17.000000,2024-10-22 23:18:27,1239.0,19.0,496.0,65.0,761.0,3.0,551.0,3744.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,,,,,69.0,34.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,12508.0,12508.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,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,3545.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1542.0,1513.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,255533.0,273854.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,895594.0,,,,,2.0,1475.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,248.0,64.0,56.0,9.0,,3376.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,,,,7319.0,7220.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,877214.0,890988.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,646849.0,,,,,2.0,1037.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-10-14 11:19:45.000000,2024-10-14 11:19:45,1218.0,33.0,404.0,50.0,94.0,140.0,521.0,3040.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,,,,135.0,131.0,https://pypi.org/project/mljar-supervised,2024-10-09 07:10:53.000,4.0,8971.0,9550.0,https://anaconda.org/conda-forge/mljar-supervised,2024-09-10 16:42:21.786,23174.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-10-22 13:53:13.000000,2024-10-10 04:10:55,1896.0,144.0,130.0,28.0,357.0,54.0,107.0,2185.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",54.0,30,True,2024-10-10 05:09:50.000,2.15.3,125.0,usearch,,unum/usearch,,,162.0,127.0,https://pypi.org/project/usearch,2024-10-10 05:09:50.000,21.0,197923.0,207079.0,,,,https://hub.docker.com/r/unum/usearch,2024-10-10 04:15:31.133870,1.0,131.0,3.0,29410.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-10-10 04:16:54.769,14.0,7312.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,51.0,229.0,2009.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,,,,1137.0,1101.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,107195.0,110874.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,187334.0,,,,,2.0,602.0,,,,,,,,,,,,,,,,,,, +306,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-10-14 11:41:15.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'],729.0,694.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,72875.0,73968.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,34990.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +307,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,381.0,50.0,136.0,29.0,435.0,1732.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,,,,,290.0,275.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,6344.0,6461.0,,,,,,,,1.0,12078.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +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,2024-10-17 05:15:24.000000,2024-10-17 05:15:24,1257.0,5.0,138.0,32.0,121.0,35.0,268.0,1619.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,,,,2616.0,2460.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,158825.0,161468.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,137473.0,,,,,3.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,2024-10-08 19:34:40.000000,2024-10-08 19:34:40,10790.0,32.0,245.0,38.0,1505.0,208.0,354.0,1257.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/,,135.0,123.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,4964.0,5103.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,3910.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +310,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-10-24 14:35:44.000000,2024-08-13 21:16:30,3511.0,61.0,131.0,10.0,638.0,23.0,151.0,1113.0,Time series forecasting with machine learning models.,14.0,30,True,2024-08-01 13:18:23.000,0.13.0,28.0,skforecast,,,,['sklearn'],352.0,337.0,https://pypi.org/project/skforecast,2024-08-01 12:24:50.000,15.0,90363.0,90363.0,,,,,,,,2.0,,,,skforecast/skforecast,,,,,,,,,,,,,,,, +311,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,61.0,73.0,82.0,946.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,,,,107815.0,107288.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,527.0,15475923.0,15813181.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,12478554.0,,,,,3.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-10-07 18:17:28.000000,2024-10-04 14:18:34,499.0,5.0,121.0,32.0,132.0,25.0,75.0,915.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,,,,19207.0,18506.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,701.0,2984335.0,3027513.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,863577.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +313,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-09-27 19:27:52.000000,2024-09-24 16:01:52,16653.0,59.0,377.0,45.0,1649.0,306.0,2982.0,908.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,3539.0,3600.0,,,,,,,,2.0,7936.0,,,,,,,,,,,,,,,,,,, +314,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-10-17 07:40:52.000000,2024-10-14 07:43:05,3203.0,40.0,119.0,16.0,317.0,8.0,175.0,801.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,556262.0,619574.0,https://anaconda.org/conda-forge/mpi4py,2024-10-12 13:31:50.789,3012948.0,,,,,2.0,27696.0,,,,,,,,,,,,,,,,,,, +315,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,19.0,174.0,35.0,117.0,27.0,65.0,756.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,22592529.0,22682003.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8768507.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,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-10-23 19:47:51.000000,2024-07-01 21:47:36,1690.0,,283.0,42.0,1429.0,290.0,371.0,704.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,1337614.0,1337614.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,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,53.0,37.0,57.0,486.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,,,,25014.0,24879.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2177393.0,2195821.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,884582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,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,,,,50536.0,50435.0,https://pypi.org/project/blis,2024-09-13 08:21:34.000,101.0,12116655.0,12163720.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2306073.0,,,,,2.0,188.0,,,,,,,,,,,,,,,,,,, +319,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,610.0,233.0,53.0,,14320.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2429.0,2355.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,41917.0,41917.0,,,,,,,,2.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,2024-10-18 10:13:38.000000,2024-10-18 10:13:38,2296.0,29.0,2856.0,198.0,3752.0,1237.0,4198.0,12728.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,745.0,745.0,,,,,,,,2.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,46.0,101.0,94.0,9029.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,168905.0,169740.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,43432.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,2024-10-22 21:00:36.000000,2024-10-22 00:36:18,1049.0,23.0,928.0,138.0,744.0,135.0,346.0,7083.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,95.0,29,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,443.0,436.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,55329.0,56042.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,33541.0,,,,,2.0,40.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,6194.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'],766.0,759.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2246.0,2421.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9130.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,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,952.0,58.0,788.0,5821.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,157679.0,157679.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,2024-10-16 04:33:49.000000,2024-10-16 04:12:35,1641.0,24.0,830.0,145.0,1571.0,376.0,403.0,5061.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,233764.0,233764.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,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-10-21 13:12:43.000000,2024-10-17 12:23:01,1475.0,2.0,750.0,75.0,1818.0,327.0,634.0,4597.0,Probabilistic time series modeling in Python.,117.0,29,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,689866.0,689893.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,985.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,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,4434.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,,,,1473.0,1408.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,140367.0,141022.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,26207.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +328,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,148.0,132.0,138.0,104.0,4321.0,Technical Analysis Library using Pandas and Numpy.,34.0,29,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,4387.0,4280.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,159645.0,160327.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,30029.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-08-27 11:49:25.000000,2024-08-27 11:02:25,515.0,4.0,568.0,44.0,541.0,14.0,,4041.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,29,True,2024-08-27 11:49:25.000,0.11.19,103.0,sahi,conda-forge/sahi,,,,1437.0,1411.0,https://pypi.org/project/sahi,2024-07-10 10:19:56.000,26.0,140592.0,143341.0,https://anaconda.org/conda-forge/sahi,2024-07-24 03:28:58.170,76007.0,,,,,2.0,28096.0,,,,,,,,,,,,,,,,,,, +330,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,77.0,38.0,14.0,121.0,3938.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,,,,18556.0,18434.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,228034.0,280318.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,365990.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +331,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-09-16 21:51:17.000000,2024-09-13 01:42:25,1464.0,18.0,471.0,55.0,823.0,58.0,497.0,3860.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,116098.0,116098.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,2024-10-24 09:42:40.000000,2024-10-24 09:38:13,895.0,23.0,428.0,43.0,985.0,27.0,339.0,3755.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",52.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,50198.0,141052.0,,,,,,,,2.0,3997584.0,,,,,,,,,,,,,,,,,,, +333,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-22 15:06:47.000000,2024-10-22 15:05:01,3667.0,6.0,463.0,102.0,1060.0,259.0,368.0,3620.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,196525.0,225581.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1401548.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2612.0,,,,,,,,,,, +334,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-10-14 13:03:13.000000,2024-02-22 12:17:17,1487.0,,253.0,21.0,1746.0,295.0,726.0,3598.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,,,,,461.0,449.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,12.0,89893.0,89927.0,,,,,,,,2.0,1225.0,,,,,,,,,,,,,,,,,,, +335,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,8.0,289.0,3359.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,29,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,640.0,625.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,23725.0,23751.0,,,,,,,,2.0,1770.0,,,,,,,,,,,,,,,,,,, +336,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,83.0,245.0,69.0,155.0,3066.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,122997.0,122998.0,,,,,,,,2.0,89.0,,,,,,,,,,,,,,,,,,, +337,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,3028.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12089.0,11980.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,81812.0,81812.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +338,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,2793.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,93460.0,93460.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,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-09-24 01:23:55.000000,2024-09-24 01:23:52,3553.0,9.0,333.0,154.0,1182.0,35.0,60.0,2724.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,15012.0,15023.0,,,,,,,,3.0,980.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,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'],1645.0,1623.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,98897.0,98897.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,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,29,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],5604.0,5519.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,460252.0,462398.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,186787.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,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-23 10:38:04.000000,2024-10-23 10:38:02,888.0,1.0,360.0,82.0,168.0,217.0,148.0,2355.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,52.0,29,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6757.0,6602.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,351858.0,356761.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,211480.0,,,,,3.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,837.0,,,,,,,,,,, +343,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,49.0,35.0,203.0,2304.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,,,,556.0,546.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,80572.0,81752.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,54280.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,2215.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'],6335.0,6262.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,122378.0,122619.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13273.0,,,,,2.0,4.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-10-22 13:55:50.000000,2024-10-01 13:02:45,487.0,10.0,292.0,64.0,123.0,22.0,105.0,2023.0,ffn - a financial function library for Python.,35.0,29,True,2024-08-06 13:45:28.000,1.1.0,37.0,ffn,conda-forge/ffn,,,,513.0,495.0,https://pypi.org/project/ffn,2024-08-05 23:48:25.000,18.0,18612.0,18910.0,https://anaconda.org/conda-forge/ffn,2024-08-06 14:03:54.464,12547.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,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,25.0,272.0,1936.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,,,,2034.0,2012.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,68234.0,69035.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,39267.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-10-24 10:47:06.000000,2024-10-24 10:47:06,883.0,11.0,415.0,39.0,910.0,162.0,323.0,1931.0,A Python package to assess and improve fairness of machine learning models.,84.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],58.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,55.0,175239.0,176026.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,37002.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,1803.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'],6634.0,6531.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,133832.0,134977.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,87087.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,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-09-15 02:16:48.000000,2024-09-15 02:16:48,1062.0,3.0,225.0,51.0,208.0,32.0,290.0,1700.0,A full spaCy pipeline and models for scientific/biomedical documents.,34.0,29,True,2024-03-08 05:58:36.000,0.5.4,15.0,scispacy,,,,,1012.0,978.0,https://pypi.org/project/scispacy,2024-03-08 05:58:36.000,34.0,25785.0,25785.0,,,,,,,,2.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,,197.0,34.0,73.0,29.0,52.0,1570.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'],3895.0,3858.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1896487.0,1897128.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,28883.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-09-23 20:40:57.000000,2024-09-23 18:45:00,1017.0,35.0,592.0,106.0,292.0,22.0,300.0,1561.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,True,2024-09-23 20:40:57.000,2.12.0,34.0,tabpy,anaconda/tabpy-client,,,,186.0,184.0,https://pypi.org/project/tabpy,2024-09-23 20:40:57.000,2.0,41724.0,41775.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4632.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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-10-24 13:17:28.000000,2024-10-24 13:17:26,2200.0,249.0,140.0,11.0,891.0,105.0,878.0,1413.0,"dstack is an open-source alternative to Kubernetes, designed to simplify development, training, and deployment of AI..",42.0,29,True,2024-10-23 10:09:34.000,0.18.20,236.0,dstack,,,,,16.0,16.0,https://pypi.org/project/dstack,2024-10-23 09:10:59.000,,17760.0,17760.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,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,6.0,120.0,24.0,110.0,46.0,78.0,1284.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,,,,3402.0,3353.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,541461.0,542294.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,41663.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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,26.0,39.0,9.0,130.0,1263.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'],637.0,619.0,https://pypi.org/project/prince,2024-09-07 18:34:31.000,18.0,201246.0,201601.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,21003.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,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-10-17 18:35:06.000000,2024-10-17 18:35:05,1523.0,60.0,274.0,72.0,108.0,33.0,55.0,1256.0,Model analysis tools for TensorFlow.,58.0,29,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,19.0,127028.0,127028.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,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,1230.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,29,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],559.0,555.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,16367.0,16367.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,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,,328.0,65.0,690.0,36.0,533.0,836.0,The Classical Language Toolkit.,121.0,29,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,,289.0,274.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,14396.0,14396.0,,,,,,,,2.0,98.0,,,,,,,,,,,,,,,,,,, +358,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-10-16 18:50:37.000000,2024-10-08 15:25:16,847.0,17.0,76.0,26.0,406.0,105.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,,,,1203.0,1144.0,https://pypi.org/project/geoviews,2024-09-16 16:00:44.000,59.0,20244.0,25393.0,https://anaconda.org/conda-forge/geoviews,2024-09-17 10:57:22.057,252349.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,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-10-18 14:32:51.000000,2024-09-26 12:17:28,2097.0,4.0,63.0,17.0,1635.0,29.0,215.0,579.0,The experiment tracker for foundation model training.,54.0,29,True,2024-10-02 08:04:08.000,1.12.0,210.0,neptune-client,conda-forge/neptune-client,,,,711.0,634.0,https://pypi.org/project/neptune-client,2024-10-02 08:04:08.000,77.0,498932.0,504319.0,https://anaconda.org/conda-forge/neptune-client,2024-10-02 12:46:58.862,285514.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,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,456.0,75.0,264.0,18128.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,28,True,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,,186011.0,186427.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,26240.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,349.0,81.0,50.0,231.0,8020.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,857.0,831.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2941.0,3312.0,,,,,,,,2.0,31942.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,7355.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'],279.0,271.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,95632.0,95632.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +363,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,7056.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,59941.0,59941.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,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,145.0,100.0,87.0,310.0,6389.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,90065.0,98281.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,419037.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +365,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,5859.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,,,,,534.0,522.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,14276.0,14276.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,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'],800.0,794.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1268.0,1268.0,,,,,,,,2.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,,461.0,74.0,63.0,110.0,57.0,4863.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,,,,,3065.0,3043.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,382870.0,382870.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,271.0,438.0,221.0,329.0,4834.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'],332.0,330.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,3372.0,3372.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +369,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-14 11:22:26.000000,2024-10-14 11:22:26,921.0,3.0,634.0,148.0,792.0,141.0,356.0,4773.0,Deep Learning Visualization Toolkit.,35.0,28,True,2023-06-05 07:21:00.910,2.5.3,43.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2023-06-05 07:21:00.910,82.0,170429.0,170437.0,,,,,,,,2.0,455.0,,,,,,,,,,,,,,,,,,, +370,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,4759.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,,,,1592.0,1560.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,316956.0,319778.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,228616.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,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-10-23 00:34:12.000000,2024-10-23 00:34:11,6176.0,23.0,529.0,147.0,1948.0,338.0,1385.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,6210.0,6273.0,,,,,,,,2.0,7135.0,,,,,,,,,,,,,,,,,,, +372,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,,736.0,175.0,90.0,1.0,288.0,4260.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,44248.0,44417.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7612.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,218.0,408.0,139.0,402.0,3844.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,,,,,1076.0,1064.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2387.0,2387.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +374,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,113.0,93.0,23.0,101.0,3515.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,,,,3198.0,3167.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,402656.0,402895.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,9588.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,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-09-17 20:09:27.000000,2024-09-17 20:08:40,1205.0,3.0,422.0,84.0,55.0,62.0,203.0,3495.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'],221.0,218.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,2167.0,2381.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,10079.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +376,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-10-22 19:57:27.000000,2024-10-22 19:55:17,1581.0,83.0,354.0,67.0,1449.0,115.0,85.0,3482.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,,,,43.0,40.0,https://pypi.org/project/lit-nlp,2024-10-22 19:57:27.000,3.0,4221.0,6100.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,92092.0,,,,,2.0,,3.0,,,,,,,,,,,,,,,,,, +377,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,,371.0,83.0,66.0,156.0,189.0,3301.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,,,,504.0,487.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,8697.0,16668.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,725402.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +378,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,3286.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1234.0,1204.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,43835.0,43835.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,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,2955.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,,,,1375.0,1322.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,114844.0,116676.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,86149.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,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,2945.0,StellarGraph - Machine Learning on Graphs.,37.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,17681.0,17681.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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,108.0,364.0,388.0,689.0,2838.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,,,,,816.0,796.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,20379.0,20379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +382,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,5.0,411.0,124.0,144.0,198.0,247.0,2648.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,221868.0,225257.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,71187.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-09-02 22:27:25.000000,2024-07-02 07:21:59,2916.0,,997.0,123.0,526.0,65.0,300.0,2588.0,IPython Parallel: Interactive Parallel Computing in Python.,113.0,28,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],112.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,112.0,486638.0,510136.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1127915.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,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,69.0,209.0,2367.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'],344.0,337.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,12215.0,12215.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,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,2313.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11852.0,11697.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,398258.0,398258.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,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-10-24 09:38:19.000000,2023-06-01 12:18:23,739.0,,320.0,44.0,44.0,99.0,56.0,2213.0,A modular active learning framework for Python.,20.0,28,False,2024-10-24 09:38:19.000,0.64.223,1343.0,modAL,,,,['sklearn'],65.0,,https://pypi.org/project/modAL,2024-10-24 09:38:19.000,65.0,797308.0,797308.0,,,,,,,,2.0,42.0,,,,,,,,,,,,,,,,,,, +387,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-10-22 17:33:41.000000,2024-10-22 17:33:41,2283.0,172.0,135.0,27.0,259.0,5.0,42.0,2038.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,,,,,188.0,174.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,13474.0,13474.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,1794.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,,,,,193.0,185.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,162773.0,162779.0,,,,,,,,2.0,521.0,,,,,,,,,,,,,,,,,,, +389,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,1737.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,28,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,60691.0,60786.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,3994.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,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-10-24 09:14:19.000000,2024-09-25 00:22:36,832.0,1.0,320.0,120.0,786.0,225.0,168.0,1490.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,809415.0,809415.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +391,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-09-13 08:50:44.958000,2024-08-13 10:02:03,694.0,3.0,158.0,22.0,126.0,5.0,131.0,1462.0,"Extensible, parallel implementations of t-SNE.",12.0,28,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,942.0,895.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,42255.0,48727.0,https://anaconda.org/conda-forge/opentsne,2024-09-13 08:50:44.958,323641.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-10-17 16:26:25.000000,2024-10-15 17:52:15,3072.0,12.0,123.0,36.0,369.0,12.0,191.0,1449.0,Multi-class confusion matrix library in Python.,17.0,28,True,2024-10-17 14:28:07.000,4.1,45.0,pycm,,,,,368.0,344.0,https://pypi.org/project/pycm,2024-10-17 14:28:28.000,24.0,40692.0,40692.0,,,,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +393,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-08-28 13:05:22.000000,2024-08-28 13:05:21,610.0,18.0,417.0,31.0,51.0,16.0,128.0,1435.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,,,,,697.0,666.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,27880.0,27880.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,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-23 17:45:04.000000,2024-10-06 04:17:23,862.0,4.0,270.0,78.0,492.0,53.0,206.0,1397.0,Underthesea - Vietnamese NLP Toolkit.,19.0,28,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1217.0,1206.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,22898.0,22978.0,,,,,,,,2.0,7134.0,,,,,,,,,,,,,,,,,,, +395,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,1367.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,,,,192.0,185.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,27874.0,28250.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,16926.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +396,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,,,1345.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'],1990.0,1903.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,397296.0,399247.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,68319.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +397,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,1274.0,A research toolkit for particle swarm optimization in Python.,45.0,28,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,466.0,444.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,31094.0,31094.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +398,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,,,,2886.0,2848.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,260128.0,261056.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,50137.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,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,4097851.0,4128348.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2317808.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,,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,88274.0,96822.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,604420.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2564.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,898.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,,,,1218.0,1125.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,121143.0,138157.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,901772.0,,,,,2.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-06-17 19:35:33.219000,2024-06-17 15:09:18,679.0,,105.0,14.0,99.0,73.0,67.0,883.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,,,,8323.0,8167.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1607949.0,1648265.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2056118.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,5.0,139.0,26.0,487.0,19.0,140.0,875.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,,,,257.0,239.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,64389.0,75753.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,590959.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,842.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,,,,1432.0,1369.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,30417.0,40188.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,508135.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,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,1.0,106.0,16.0,196.0,119.0,139.0,710.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",34.0,28,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,44774.0,43994.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,4791984.0,4792141.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,20215.0,,,,,,,,,,,,,,,,,,, +406,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-10-20 22:08:45.000000,2024-10-20 22:07:58,610.0,45.0,101.0,23.0,112.0,15.0,112.0,696.0,Python library for reading audio file metadata.,27.0,28,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,1193.0,1080.0,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,113.0,26740.0,26740.0,,,,,,,,3.0,,4.0,,tinytag/tinytag,,,,,,,,,,,,,,,, +407,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,,58.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,,,,10229.0,10068.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,739995.0,772013.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2913720.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,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,,1816.0,207.0,74.0,113.0,37.0,10596.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,193983.0,193983.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +409,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-05-06 20:38:27.000000,2024-05-06 20:36:49,342.0,,1378.0,425.0,51.0,104.0,88.0,10544.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-05-06 20:38:27.000,4.0.9,47.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-05-06 20:38:27.000,10.0,42601.0,42601.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +410,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,7898.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,204026.0,281167.0,,,,,,,,2.0,4242770.0,,,,,,,,,,,,,,,,,,, +411,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,7330.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,4451.0,4476.0,,,,,,,,2.0,2478.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,,1356.0,350.0,14.0,42.0,66.0,6419.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1442.0,1434.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,26059.0,26059.0,,,,,,,,3.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,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,,4203.0,4203.0,,,,,,,,3.0,13.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +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,1.0,945.0,53.0,57.0,76.0,108.0,4509.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'],2368.0,2317.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,72512.0,95513.0,,,,,,,,3.0,1357065.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,4439.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,,,,9495.0,9398.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,344946.0,345291.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,14867.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +416,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,618.0,98.0,608.0,4284.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,385260.0,386951.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,84584.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +417,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,43.0,4012.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'],16521.0,16386.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,212905.0,212905.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +418,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,627767.0,628193.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,24753.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,323.0,89.0,102.0,51.0,32.0,3528.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,4363.0,4833.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,33415.0,,,,,3.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-10-22 08:45:06.000000,2024-10-22 08:45:06,1672.0,20.0,678.0,43.0,28.0,7.0,559.0,3504.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,,5436.0,5436.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,589.0,95.0,338.0,20.0,761.0,3364.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,25759.0,29088.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,176462.0,,,,,3.0,,-2.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,165.0,215.0,49.0,146.0,3335.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,2920.0,3197.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22236.0,,,,,3.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,,381.0,38.0,522.0,60.0,217.0,2943.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,,,,319.0,308.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,6886.0,7062.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8664.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,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,53.0,21.0,45.0,97.0,2936.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2625.0,2595.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,77504.0,78300.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,35065.0,,,,,3.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,,758.0,182.0,75.0,21.0,565.0,2823.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,48734.0,49496.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,48033.0,,,,,3.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,2748.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,,,,650.0,636.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,7691.0,7988.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,15157.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,,3562.0,18958.0,,,,,,,,3.0,415712.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-10-13 18:48:52.000000,2024-10-13 18:48:52,141.0,12.0,336.0,30.0,329.0,45.0,341.0,2556.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,13.0,27,True,2024-08-10 15:47:41.000,1.0.0,21.0,adapter-transformers,,,,['huggingface'],125.0,113.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,32305.0,32305.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,166.0,94.0,136.0,358.0,2487.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,3161.0,3161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +430,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-16 05:57:04.000000,2024-10-16 05:57:02,728.0,1.0,223.0,41.0,547.0,136.0,235.0,2226.0,"Algorithms for outlier, adversarial and drift detection.",24.0,27,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,491.0,484.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,77739.0,77739.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +431,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,2212.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,,,,1942.0,1876.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,31225.0,33087.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,165746.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,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,14309.0,14309.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,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,2165.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,40139.0,40139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,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,True,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],306.0,301.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,4011.0,4612.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,22874.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +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-10-24 02:06:23.000000,2024-10-23 19:49:59,6633.0,132.0,300.0,45.0,2957.0,180.0,1575.0,1701.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,295.0,869.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,24149.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,,,,,412.0,410.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,2806.0,2806.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,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,49.0,44.0,100.0,114.0,1391.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,27,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],582.0,574.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,30638.0,65938.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,335.0,,,,,3.0,1729363.0,,,,,,,,,,,,,,,,,,, +438,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,202.0,43.0,258.0,68.0,213.0,1326.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,,,,,467.0,440.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2717.0,2717.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,,402.0,71.0,89.0,36.0,26.0,1296.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,,,,1528.0,1472.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,23567.0,23939.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,29817.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-10-24 13:57:34.000000,2024-09-23 20:28:19,536.0,7.0,115.0,25.0,387.0,32.0,286.0,1265.0,Extra blocks for scikit-learn pipelines.,67.0,27,True,2024-07-10 14:32:19.000,0.9.1,52.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],174.0,163.0,https://pypi.org/project/scikit-lego,2024-07-10 14:08:28.000,11.0,30537.0,31612.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,57017.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,,175.0,25.0,36.0,1.0,116.0,1250.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'],1705.0,1684.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,95831.0,95831.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,,148.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,,,,554.0,497.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,148102.0,160835.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,1082363.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,1168.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,,,,777.0,745.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,29782.0,31583.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,91595.0,,,,,3.0,604.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,2024-10-21 20:34:50.000000,2024-10-21 20:34:49,942.0,6.0,211.0,58.0,103.0,45.0,174.0,985.0,Input pipeline framework.,29.0,27,True,2024-04-24 22:55:08.000,1.15.0,57.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-04-24 22:55:08.000,18.0,580468.0,580468.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,,236.0,61.0,249.0,22.0,367.0,983.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,,,,624.0,590.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,26366.0,27054.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,32908.0,,,,,3.0,317.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,,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'],1813.0,1788.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,60551.0,60551.0,,,,,,,,2.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-08-20 16:20:38.000000,2021-02-11 16:40:18,279.0,,81.0,12.0,50.0,22.0,53.0,796.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,,,,4216.0,4139.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,971082.0,971276.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,6997.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,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,634.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'],429.0,401.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,40282.0,40579.0,https://anaconda.org/conda-forge/pyriemann,2024-10-04 03:48:24.751,8330.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,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'],8067.0,7928.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,245836.0,246592.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40858.0,,,,,2.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,77.0,145.0,36.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,,,,260.0,236.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,7899.0,50194.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,126885.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,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,,1206.0,185.0,213.0,30.0,534.0,9327.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,,,,,302.0,,,,,,,,3.0,13591.0,,,,,,,,,,,,,,,,,,, +452,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,8077.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,,,,,180.0,179.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,5841.0,5841.0,,,,,,,,3.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-08-21 07:30:27.000000,2024-08-21 07:30:27,13839.0,25.0,1545.0,136.0,3616.0,64.0,1978.0,5703.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,5591.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1862.0,1806.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1647744.0,1648133.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,19869.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,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,5065.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,,,,,841.0,829.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,18109.0,18109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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,4665.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'],790.0,784.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,1239.0,1239.0,,,,,,,,2.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,4539.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,,,,65.0,64.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,2009.0,2106.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4077.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,,740.0,58.0,1015.0,187.0,742.0,4325.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'],173.0,169.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4849.0,4849.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,3891.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,10676.0,10676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,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,3837.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,26,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,,210.0,210.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,2.0,532.0,141.0,240.0,42.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'],459.0,455.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,1588.0,1588.0,,,,,,,,3.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,3208.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,,15756.0,15835.0,,,,,,,,3.0,2713.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,3029.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,,,,,,,,,1705.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,147598.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1516.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +464,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,3028.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,154155.0,154434.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,11744.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +465,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-06-02 15:40:01.000000,2024-06-02 15:40:01,251.0,,342.0,30.0,322.0,82.0,39.0,2995.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,26,True,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1122.0,1121.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,17531.0,17626.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3630.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +466,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,,233.0,50.0,482.0,45.0,70.0,2809.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,269.0,266.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,29409.0,29410.0,,,,,,,,2.0,85.0,,,,,,,,,,,,,,,,,,, +467,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,2782.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,,,,1173.0,1168.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,68934.0,69206.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16320.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +468,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,179623.0,181484.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,165695.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +469,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,43.0,89.0,240.0,2741.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,111102.0,111102.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,,484.0,38.0,250.0,52.0,290.0,2621.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,42023.0,42269.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,8367.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,90.0,287.0,200.0,103.0,2435.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,,,,530.0,498.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,39908.0,40220.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,15324.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,2399.0,Algorithms for explaining machine learning models.,22.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,688.0,663.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,26919.0,26919.0,,,,,,,,2.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,2311.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1425.0,1376.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,43376.0,43376.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,289.0,55.0,14.0,22.0,80.0,2240.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,,,,639.0,634.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,22329.0,23488.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,99700.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,,251.0,66.0,63.0,41.0,198.0,2146.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,2927.0,2927.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,64.0,160.0,13.0,92.0,2135.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,,,,,749.0,730.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,65636.0,65636.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'],2323.0,2309.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,117452.0,121471.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,526.0,,,,,3.0,260544.0,,,,,,,,,,,,,,,,,,, +478,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-10-24 12:14:44.000000,2024-09-20 02:51:40,888.0,12.0,444.0,60.0,358.0,117.0,92.0,1932.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,23694.0,23696.0,,,,,,,,2.0,173.0,,,,,,,,,,,,,,,,,,, +479,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,1874.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,1645.0,1645.0,,,,,,,,3.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-09-04 08:38:12.000000,2024-08-31 13:01:11,360.0,15.0,307.0,1.0,1.0,1.0,,1843.0,Feature engineering package with sklearn like functionality.,49.0,26,True,2024-08-31 13:22:28.000,1.8.1,41.0,feature_engine,conda-forge/feature_engine,,,,159.0,,https://pypi.org/project/feature_engine,2024-08-31 13:22:28.000,159.0,219307.0,220478.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,58593.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,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,1824.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,,,,,486.0,484.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,2362.0,2362.0,,,,,,,,3.0,51.0,,,,,,,,,,,,,,,,,,, +482,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-06-21 10:56:28.000000,2024-06-03 08:29:10,3912.0,,288.0,29.0,578.0,93.0,722.0,1768.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,80.0,26,True,2024-02-27 17:02:40.000,0.5.0,8.0,avalanche-lib,,,,,110.0,107.0,https://pypi.org/project/avalanche-lib,2024-02-27 16:52:08.000,3.0,2847.0,2847.0,,,,,,,,3.0,35.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,25.0,81.0,47.0,35.0,1764.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,,,,746.0,701.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,137371.0,138136.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,27549.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,1719.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,,,,781.0,770.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,42706.0,44445.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,66119.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-10-20 16:35:57.000000,2024-10-20 16:29:35,1018.0,55.0,271.0,43.0,861.0,79.0,66.0,1661.0,A lightweight library for PyTorch training tools and utilities.,136.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,6276.0,6276.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,87.0,24.0,191.0,1598.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'],681.0,662.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,22230.0,22383.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,7960.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,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,7890.0,7890.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +488,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-10-16 18:33:17.000000,2024-10-16 18:33:15,1068.0,9.0,122.0,24.0,116.0,36.0,57.0,1387.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,,,,,117.0,108.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,31960.0,31960.0,,,,,,,,2.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,1.0,348.0,31.0,2281.0,86.0,231.0,1370.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,12118.0,12118.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +490,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,1264.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,26,True,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],142.0,140.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1336.0,1341.0,,,,,,,,2.0,155.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-10-24 12:36:44.000000,2024-10-24 12:34:53,2162.0,63.0,388.0,58.0,547.0,176.0,258.0,1255.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,,1985.0,2165.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,8864.0,,,,,2.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,2024-10-23 23:20:21.000000,2024-10-21 19:44:49,2560.0,89.0,94.0,19.0,1149.0,76.0,237.0,1141.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,25685.0,25685.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +493,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-24 12:28:16.000000,2024-07-24 14:36:04,2074.0,,222.0,42.0,608.0,98.0,449.0,1081.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,22532.0,23112.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,24965.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +494,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,122.0,31.0,425.0,81.0,334.0,1074.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,,,,163.0,153.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,35062.0,35895.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,38348.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,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,,,,,574.0,537.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,24296.0,24296.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +496,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-10-23 23:01:01.000000,2024-10-23 23:00:59,975.0,9.0,170.0,48.0,89.0,37.0,144.0,762.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,170599.0,170611.0,,,,,,,,3.0,879.0,,,,,,,,,,,,,,,,,,, +497,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-10-12 13:28:51.000000,2024-10-12 13:28:40,485.0,8.0,49.0,9.0,65.0,191.0,255.0,641.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,,,,896.0,819.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,69695.0,72510.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,135162.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,150.0,36.0,98.0,632.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'],93.0,86.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,668366.0,668366.0,,,,,,,,3.0,41.0,,,mrpowers-io/quinn,,,,,,,,,,,,,,,, +499,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-09 18:57:29.000000,2024-10-09 18:57:29,854.0,8.0,145.0,29.0,96.0,49.0,75.0,619.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,20.0,26,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,605.0,574.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,80342.0,80382.0,,,,,,,,3.0,2691.0,,,,,,,,,,,,,,,,,,, +500,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,10163.0,11423.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,83222.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,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-24 09:13:26.312000,2024-10-20 09:40:24,539.0,4.0,40.0,5.0,16.0,6.0,56.0,344.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'],915.0,861.0,https://pypi.org/project/scikit-posthocs,2024-10-20 09:53:20.000,54.0,83255.0,103566.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-10-24 09:13:26.312,974973.0,,,,,3.0,64.0,,,,,,,,,,,,,,,,,,, +502,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,,912.0,917.0,,,,,,,,3.0,406.0,,,,,,,,,,,,,,,,,,, +503,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,5794.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,,,,,136.0,136.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,917.0,963.0,,,,,,,,3.0,3835.0,,,,,,,,,,,,,,,,,,, +504,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-05-25 03:02:04.000000,2024-05-25 02:46:48,1097.0,,924.0,114.0,676.0,146.0,543.0,5490.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,2077.0,2077.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,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,66.0,112.0,5253.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'],246.0,231.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,6728.0,6728.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,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-10-24 07:21:11.000000,2024-10-24 07:21:10,3708.0,69.0,619.0,92.0,4072.0,241.0,1407.0,5119.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,94.0,25,True,2024-09-30 16:53:23.000,1.42.0,83.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-10-09 22:24:15.000000,2024-10-09 22:17:48,223.0,5.0,297.0,78.0,179.0,24.0,54.0,4956.0,"A data augmentations library for audio, image, text, and video.",37.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,150.0,146.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,4377.0,4377.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,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,25,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1149.0,1133.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,1131.0,1143.0,,,,,,,,3.0,963.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,173.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,5037.0,5037.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,8.0,609.0,42.0,1013.0,283.0,709.0,3410.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,27989.0,28123.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,6319.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,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-17 01:47:47.000000,2024-10-16 18:15:09,479.0,6.0,276.0,51.0,476.0,70.0,261.0,3343.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-03-08 20:24:53.000,0.4.11,24.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-03-08 20:21:40.000,7.0,7790.0,8954.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,49529.0,,,,,3.0,705.0,,,,,,,,,,,,,,,,,,, +512,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,156.0,85.0,105.0,101.0,3306.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,18517.0,18517.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,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,3261.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'],131.0,130.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1920.0,1920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,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,25,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,164.0,152.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1420.0,1479.0,,,,,,,,3.0,4718.0,,,,,,,,,,,,,,,,,,, +515,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,2979.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'],2978.0,2977.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1619.0,1619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,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,2855.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,,,,750.0,729.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,3691.0,4039.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,18861.0,,,,,3.0,1101.0,,,,,,,,,,,,,,,,,,, +517,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,2852.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,25,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,55.0,54.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1136.0,1136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,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,,141.0,28.0,200.0,20.0,73.0,2745.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,,,,480.0,454.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,56527.0,60277.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,210038.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,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,369.0,38.0,94.0,41.0,158.0,2648.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,3067.0,3067.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +520,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,1.0,243.0,35.0,147.0,24.0,146.0,2398.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,25,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,239.0,230.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,23599.0,23605.0,,,,,,,,3.0,336.0,,,,,,,,,,,,,,,,,,, +521,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,2391.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,866.0,866.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,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,2234.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",136.0,132.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,11498.0,11498.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,, +523,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,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],749.0,730.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,9448.0,9448.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +524,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,2108.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,146537.0,146537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,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-10-24 11:08:48.000000,2024-10-24 09:43:40,319.0,319.0,106.0,25.0,439.0,10.0,24.0,1792.0,Open-source end-to-end LLM Development Platform.,23.0,25,True,2024-10-18 10:22:21.000,0.2.2,54.0,opik,,,,,,,https://pypi.org/project/opik,2024-10-23 14:49:33.000,,5522.0,5522.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,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,1622.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,3091.0,3091.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +527,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,25,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,,41186.0,41434.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15423.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,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'],265.0,261.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,161107.0,161107.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +529,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-10-08 05:32:52.462000,2024-08-15 08:12:47,1036.0,1.0,179.0,17.0,74.0,30.0,362.0,1548.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,44589.0,54452.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-10-08 05:32:52.462,512918.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +530,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,2.0,231.0,46.0,186.0,53.0,121.0,1396.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'],416.0,409.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5401.0,5663.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,13372.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,,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,,476.0,476.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,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'],1712.0,1696.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,15276.0,15276.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,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,1290.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,,,,,1122.0,1111.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,9493.0,9493.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,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,,85.0,34.0,111.0,8.0,18.0,1252.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'],285.0,274.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,21386.0,21386.0,,,,,,,,3.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +535,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,1206.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,3346.0,3346.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,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,1134.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,,,,,6781.0,6309.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,571360.0,571360.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,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,1043.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,25,True,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],236.0,227.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,11745.0,11745.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,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,685.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,35271.0,35271.0,,,,,,,,3.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,2024-10-24 13:32:06.000000,2024-10-17 21:07:47,898.0,16.0,86.0,11.0,766.0,64.0,488.0,640.0,Automated modeling and machine learning framework FEDOT.,35.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,3202.0,3202.0,,,,,,,,2.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +540,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,575.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,,,,2351.0,2298.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,25517.0,27076.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,62381.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,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-21 13:56:47.000000,2024-10-21 13:56:46,3772.0,13.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,3412.0,3906.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,17308.0,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +542,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-10-13 06:00:41.000000,2024-10-12 06:59:18,2380.0,90.0,42.0,12.0,16.0,15.0,61.0,511.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,8.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,5455.0,5458.0,,,,,,,,2.0,254.0,,,,,,,,,,,,,,,,,,, +543,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,35.0,30.0,9.0,7.0,7.0,78.0,350.0,Multiple Imputation with LightGBM in Python.,8.0,25,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,177.0,168.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,65784.0,66181.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,15513.0,,,,,1.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,2024-10-14 17:15:14.000000,2024-09-29 01:46:34,567.0,9.0,57.0,41.0,321.0,20.0,63.0,315.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-09-19 03:59:24.000,1.6.1,84.0,gokart,,,,,90.0,82.0,https://pypi.org/project/gokart,2024-09-19 03:59:24.000,8.0,8565.0,8565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-10-16 11:07:10.000000,2024-10-16 11:00:09,3718.0,377.0,60.0,7.0,331.0,48.0,103.0,267.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,3072.0,3807.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,34558.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,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,11136.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,,1582.0,1690.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3586.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,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,,749.0,108.0,590.0,107.0,345.0,6147.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,46742.0,46742.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,63.0,94.0,36.0,88.0,5142.0,Finding duplicate images made easy!.,15.0,24,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],151.0,146.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,53167.0,53167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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,4740.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,27593.0,27593.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,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,354.0,59.0,51.0,,4426.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,193.0,193.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,1046.0,1046.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,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,174.0,4340.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,,,,,152.0,149.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,872.0,872.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,4150.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,7252.0,7252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,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,3872.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,,364.0,385.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1748.0,,,,,3.0,420.0,,,,,,,,,,,,,,,,,,, +554,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,3373.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,452419.0,452422.0,,,,,,,,2.0,207.0,,,,,,,,,,,,,,,,,,, +555,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-10-22 07:31:07.000000,2024-08-17 14:22:50,2847.0,36.0,1241.0,134.0,1117.0,50.0,83.0,3370.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,801.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8184.0,3.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,2024-10-23 13:32:58.000000,2024-03-18 19:51:35,2374.0,,712.0,156.0,63.0,7.0,828.0,3208.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'],,,,,,,920.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,69848.0,,,,,3.0,4785.0,,,,,,,,,,,,,,,,,,, +557,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,324.0,65.0,319.0,50.0,124.0,2889.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'],61.0,60.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,5899.0,6255.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,18523.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,2024-10-19 04:55:44.000000,2024-08-01 02:26:24,769.0,1.0,361.0,90.0,554.0,143.0,95.0,2749.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,57266.0,57266.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,,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,43602.0,43602.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,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,33.0,695.0,43.0,151.0,2674.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,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,443.0,443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,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,2368.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,,,,,782.0,728.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,22811.0,22811.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,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,2315.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,30.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,,68480.0,68480.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,62.0,32.0,60.0,96.0,2275.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,,,,,116.0,115.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3716.0,3725.0,,,,,,,,3.0,499.0,,,,,,,,,,,,,,,,,,, +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,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,2152.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,,,,285.0,272.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,8976.0,9508.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,27149.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,85.0,48.0,24.0,64.0,2132.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,558.0,546.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,15563.0,15563.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,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-10-21 08:58:39.000000,2024-10-21 08:58:36,579.0,1.0,159.0,56.0,470.0,74.0,104.0,2032.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,32.0,24,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,3604.0,3604.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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,2009.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,1669.0,1849.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8110.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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-08-16 19:10:13.000000,2024-08-16 19:10:08,367.0,1.0,272.0,49.0,320.0,262.0,184.0,1832.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,402573.0,402573.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,311.0,97.0,45.0,187.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,,,,,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,18211.0,18211.0,,,,,,,,3.0,67.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,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,1622.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,2643.0,2643.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,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,1621.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,,,,423.0,410.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,3013.0,5127.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,48416.0,,,,,3.0,68128.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,,122.0,28.0,31.0,63.0,50.0,1587.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'],547.0,540.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,248539.0,248539.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-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,1536.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,854.0,854.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,2024-10-14 20:21:00.000000,2024-10-14 20:04:47,1217.0,14.0,118.0,29.0,69.0,4.0,29.0,1517.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,24,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,9059.0,9059.0,,,,,,,,3.0,45.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,2024-08-14 21:07:18.000000,2024-08-14 20:38:00,159.0,2.0,163.0,104.0,189.0,40.0,25.0,1508.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,,4400.0,4400.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,164.0,32.0,24.0,42.0,34.0,1291.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,,2279.0,2279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,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,2.0,245.0,20.0,23.0,5.0,88.0,1230.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,,,,737.0,706.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,17744.0,18149.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,31189.0,,,,,2.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,70.0,415.0,75.0,147.0,1170.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,959.0,959.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,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-23 02:38:14.000000,2024-08-24 15:16:00,781.0,1.0,68.0,15.0,131.0,51.0,117.0,1025.0,Visualize large time series data with plotly.py.,12.0,24,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1484.0,1460.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,364139.0,366326.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,72203.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,,174.0,49.0,114.0,53.0,170.0,987.0,Python interface to GPU-powered libraries.,44.0,24,True,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,330.0,307.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,729.0,729.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,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'],489.0,486.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,7078.0,7078.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,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-10-24 14:41:41.000000,2024-10-23 19:40:23,1808.0,214.0,35.0,9.0,1291.0,9.0,42.0,969.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,24,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,8391.0,8393.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +583,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,7.0,71.0,926.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,,,,,164.0,157.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,16293.0,16293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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,869.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,,9692.0,9692.0,,,,,,,,3.0,25.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,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,4174.0,4174.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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,,155.0,17.0,73.0,35.0,110.0,728.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,,,,223.0,191.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,23229.0,24116.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,90506.0,,,,,3.0,32.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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,136.0,133.0,91.0,42.0,67.0,664.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'],231.0,219.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,15919.0,15919.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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-10-23 20:26:12.000000,2024-10-22 15:00:10,994.0,12.0,193.0,23.0,864.0,131.0,397.0,602.0,MONAI Label is an intelligent open source image labeling and learning tool.,62.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,,5099.0,7600.0,,,,,,,,3.0,97566.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,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,576.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,399516.0,407679.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,334710.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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'],4948.0,4845.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2350120.0,2359382.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,926257.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,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,445.0,Lightwood is Legos for Machine Learning.,46.0,24,False,2024-05-15 13:29:47.000,24.5.2.0,204.0,lightwood,,,,['pytorch'],75.0,73.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,11879.0,11879.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,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-10-01 02:29:20.000000,2024-10-01 02:29:19,677.0,15.0,65.0,29.0,486.0,16.0,91.0,372.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,12062.0,24453.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,656727.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,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,2586.0,2586.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,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,,1470.0,149.0,50.0,46.0,12.0,10263.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,23,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],69.0,66.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1450.0,1450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,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,8018.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,1741.0,1741.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,263.0,69.0,133.0,136.0,6421.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,,808.0,808.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,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,121.0,109.0,172.0,356.0,5457.0,Backtest trading strategies in Python.,19.0,23,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,19025.0,19025.0,,,,,,,,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,2024-10-16 04:25:11.000000,2024-10-16 04:12:35,1641.0,24.0,830.0,145.0,1571.0,376.0,403.0,5061.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,,,,,,,,,,,,,,,,,,,, +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,,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,,5671.0,5671.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,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,215.0,16.0,24.0,4.0,3439.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.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,,1509.0,1509.0,,,,,,,,3.0,56.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,,329.0,54.0,414.0,82.0,106.0,3256.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,244.0,244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,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,125.0,3188.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'],445.0,431.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5149.0,5770.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,27949.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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,2.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,10930.0,10930.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,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,2057.0,2210.0,,,,,,,,3.0,12875.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,79.0,144.0,36.0,126.0,2390.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,198.0,198.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,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,2104.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'],35.0,32.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2748.0,2748.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,26.0,144.0,33.0,180.0,71.0,149.0,1981.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,,924.0,935.0,,,,,,,,3.0,595.0,,,,,,,,,,,,,,,,,,, +608,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,1979.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'],181.0,181.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,6744.0,6744.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,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,1888.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'],493.0,471.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1957.0,3207.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,52511.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,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,1871.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,18779.0,18779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,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,35.0,446.0,50.0,354.0,1871.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,18779.0,19242.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,15285.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,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,1642.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,,534.0,534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,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,,189.0,32.0,86.0,16.0,33.0,1424.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,1812.0,1812.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,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-10-22 00:04:19.000000,2024-09-17 07:49:48,563.0,13.0,135.0,21.0,307.0,21.0,142.0,1362.0,A standard framework for modelling Deep Learning Models for tabular data.,23.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,4137.0,4138.0,,,,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +615,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,1301.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'],181.0,176.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,3264.0,3264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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,27.0,209.0,53.0,94.0,66.0,219.0,1044.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,7901.0,7901.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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-10-08 21:24:59.446000,2024-08-15 16:03:59,733.0,1.0,147.0,15.0,107.0,29.0,250.0,1005.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,31917.0,41169.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-10-08 21:24:59.446,481147.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,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,954.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,,,,779.0,756.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,84797.0,86648.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,68487.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,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,951.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,23,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],114.0,106.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,60006.0,60006.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,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,945.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,,,,,738.0,708.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,54953.0,70006.0,,,,,,,,3.0,707493.0,,,,,,,,,,,,,,,,,,, +621,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,911.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,10267.0,55010.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2296211.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,586.0,,,,,,,,,,, +622,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'],681.0,669.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,19841.0,19841.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,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,849.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'],510.0,495.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,38111.0,38111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,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,1.0,119.0,17.0,84.0,21.0,38.0,710.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'],330.0,292.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,12164.0,15458.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,164720.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +625,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-18 19:28:13.000000,2024-07-23 12:43:38,1508.0,,80.0,34.0,684.0,22.0,118.0,701.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,2282.0,2282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,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,23,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,521.0,516.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,12645.0,12701.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2297.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,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,516.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],294.0,289.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,4058.0,4058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,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,390.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,,,,492.0,448.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,223277.0,224980.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,83493.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,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,23,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,,8134.0,8134.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,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,49.0,14.0,712.0,217.0,204.0,283.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,1507.0,1507.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,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-22 14:14:53.000000,2024-10-22 14:14:53,1076.0,38.0,1250.0,109.0,516.0,81.0,640.0,13099.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",99.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,,,,,,,,,,,,,,,, +632,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,,638.0,93.0,152.0,99.0,102.0,8373.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,1677.0,1677.0,,,,,,,,3.0,,,,nebuly-ai/optimate,,,,,,,,,,,,,,,, +633,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,3952.0,3952.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +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,305.0,210.0,66.0,220.0,4895.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1690.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143654.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,2024-05-20 22:36:46.000000,2023-08-15 07:38:22,956.0,,567.0,169.0,47.0,35.0,28.0,4526.0,High-performance TensorFlow library for quantitative finance.,47.0,22,False,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,1280.0,1280.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,,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,,467.0,488.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1349.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,2024-08-12 15:50:03.000000,2024-08-12 15:45:58,1602.0,3.0,514.0,148.0,610.0,86.0,75.0,3564.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",167.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,,85.0,85.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,,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,2514.0,2523.0,,,,,,,,3.0,626.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,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'],161.0,159.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2446.0,2446.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,2024-10-23 02:35:25.000000,2021-05-06 12:10:38,127.0,,156.0,48.0,71.0,2.0,30.0,3078.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,,789.0,844.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1820.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,164.0,120.0,22.0,112.0,2937.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,,879.0,879.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,42.0,110.0,80.0,64.0,2883.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,3865.0,3867.0,,,,,,,,3.0,153.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,2024-08-15 19:08:06.000000,2024-08-15 19:08:06,312.0,1.0,163.0,24.0,34.0,33.0,31.0,1980.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,1628.0,1793.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5551.0,,,,,3.0,118.0,,,,,,,,,,,,,,,,,,, +644,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,1861.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,,7166.0,7166.0,,,,,,,,3.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,44.0,14.0,57.0,35.0,1793.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,2451.0,2451.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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,4372.0,6778.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,236577.0,,,,,3.0,680.0,,,,,,,,,,,,,,,,,,, +647,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,1670.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,,1035.0,1035.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,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,2654.0,3103.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,25604.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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,1588.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,50720.0,50720.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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,1568.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,,1374.0,1404.0,,,,,,,,3.0,2874.0,,,,,,,,,,,,,,,,,,, +651,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,,13500.0,13500.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,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,1497.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,,1610.0,1610.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,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,1482.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,2814.0,2814.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,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,1367.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'],245.0,223.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,48960.0,49139.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6466.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +655,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,1210.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,,5448.0,5448.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +656,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,1.0,151.0,91.0,122.0,33.0,46.0,1185.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,809.0,809.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,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,1184.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,9021.0,9021.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,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,27.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,,,,,127.0,124.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,1706.0,1712.0,,,,,,,,3.0,766.0,,,,,,,,,,,,,,,,,,, +659,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,1073.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,22,True,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,,3502.0,3502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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,97.0,1052.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,3550.0,4109.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,48134.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,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,1024.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,,,,,231.0,227.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,15149.0,15149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,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'],262.0,251.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3142.0,3142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,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'],2450.0,2441.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1952.0,1952.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +664,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,863.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,5315.0,5542.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,10257.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,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,3.0,248.0,46.0,18.0,11.0,91.0,858.0,Data compression in TensorFlow.,21.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,5332.0,5332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2023-10-07 18:05:54.000000,2022-12-07 13:45:45,1234.0,,134.0,24.0,594.0,63.0,511.0,848.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,False,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,5890.0,5890.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,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,,,,,494.0,493.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2789.0,2789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,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,,160.0,37.0,46.0,43.0,49.0,821.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,1370.0,1370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,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,142.0,15.0,63.0,37.0,139.0,817.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,18059.0,22039.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,210963.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,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,769.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,22,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],63.0,59.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,1424.0,1424.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,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,38.0,126.0,30.0,1059.0,37.0,54.0,765.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,,3173.0,3173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,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,9347.0,13713.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,341941.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,524.0,,,,,,,,,,, +673,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,689.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'],480.0,470.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,34247.0,34275.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2998.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,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,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,1662.0,1662.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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,606.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,,,,,66.0,65.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,1199.0,1199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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,130.0,22.0,20.0,8.0,31.0,599.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'],173.0,168.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,13078.0,13078.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,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,582.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,,,,418.0,412.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,10256.0,10449.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,13571.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,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-10-12 19:33:11.000000,2024-08-18 15:52:42,512.0,7.0,60.0,25.0,10.0,14.0,44.0,552.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']",32.0,32.0,https://pypi.org/project/small-text,2024-08-18 16:00:34.000,,2196.0,2559.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,9825.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,520.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,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,34257.0,34257.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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,498.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,,,,,153.0,145.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,8350.0,8350.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +681,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,,103.0,36.0,276.0,76.0,174.0,488.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,,,,,87.0,85.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,2773.0,2777.0,,,,,,,,3.0,383.0,,,,,,,,,,,,,,,,,,, +682,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,27874.0,27874.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-08-12 09:24:26.000000,2024-08-12 09:24:26,399.0,3.0,102.0,18.0,9.0,7.0,49.0,455.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-06-08 21:33:50.000,0.0.18,18.0,chefboost,,,,,61.0,61.0,https://pypi.org/project/chefboost,2024-06-08 21:33:50.000,,5700.0,5700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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,8.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,,807.0,807.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,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,4.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,,,,1274.0,1217.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,90804.0,92523.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,82512.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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,,,,,2418.0,2374.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,104134.0,104134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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,13510.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,,,,,,,,,,,,,,,,,,,, +688,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,95.0,51.0,409.0,287.0,6587.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,,111.0,111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,4928.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,1534.0,,,,,,,,,,,,,,,,,,, +690,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,4639.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,5583.0,5586.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,245.0,3.0,,,,,,,,,,,,,,,,,,,, +691,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,3414.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,,,,,161.0,154.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,1112.0,1112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,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,3085.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,,2562.0,2562.0,,,,,,,,3.0,49.0,,,,,,,,,,,,,,,,,,, +693,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,2940.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,1240.0,1240.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,,, +694,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,2905.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,5433.0,5433.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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,2328.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,329.0,329.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,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,2214.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,,593.0,593.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,2112.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,,12270.0,12270.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,,159.0,19.0,74.0,24.0,42.0,1805.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,,2248.0,2248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,1655.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'],70.0,64.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,7635.0,7635.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,,313.0,313.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,,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,,849.0,849.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,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-09-18 00:15:10.000000,2024-09-18 00:14:54,196.0,1.0,113.0,39.0,30.0,20.0,119.0,1249.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,21,True,2024-07-26 00:44:37.000,2.2.4,84.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,6216.0,6216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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,,202.0,64.0,7.0,13.0,29.0,1148.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,,6655.0,6655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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,1090.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,280316.0,280479.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,8977.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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'],88.0,84.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,377.0,377.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,2024-09-03 22:24:30.000000,2023-06-05 01:35:02,228.0,,129.0,18.0,25.0,28.0,39.0,844.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,17249.0,17595.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,21813.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-07-28 01:04:48.000000,2024-07-22 10:16:42,493.0,,114.0,34.0,561.0,211.0,246.0,764.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,10532.0,10532.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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'],671.0,663.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,42487.0,42665.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8558.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,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,41408.0,41408.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +710,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,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']",681.0,664.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,18521.0,18521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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,,,,,228.0,220.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,17264.0,17264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,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,,96.0,26.0,32.0,35.0,6.0,618.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'],409.0,401.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,21574.0,21574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,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,609.0,a distributed Hyperband implementation on Steroids.,11.0,21,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,499.0,474.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,7331.0,7757.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19598.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,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,87.0,7.0,20.0,4.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,,,,,76.0,74.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,54220.0,54220.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,570.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,2687.0,2687.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-07-08 19:15:42.000000,2024-07-08 19:11:02,771.0,,63.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,4929.0,4929.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,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,558.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,,,,458.0,449.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13101.0,13521.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,28172.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,167.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,405.0,405.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,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,77.0,10.0,219.0,50.0,82.0,546.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,21.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,36.0,35.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,2414.0,2421.0,,,,,,,,3.0,241.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,25285.0,25289.0,,,,,,,,3.0,243.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-10-04 17:41:19.000000,2024-09-24 15:52:47,3054.0,20.0,64.0,12.0,268.0,11.0,112.0,439.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'],4.0,4.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,782.0,782.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,424.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'],1948.0,1942.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,440102.0,440102.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,,79.0,24.0,12.0,48.0,49.0,415.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,136.0,133.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4899.0,4899.0,,,,,,,,3.0,104.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,410.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,,,,64.0,60.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,2307.0,2614.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,14767.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,399.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,2141.0,2819.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,26475.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,378.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,9210.0,9210.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,,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,33552.0,33552.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,353.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,,,,,257.0,241.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,4297.0,4297.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-10-21 12:21:39.000000,2024-10-21 12:21:10,796.0,41.0,25.0,5.0,300.0,5.0,,314.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,836.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2024-10-21 12:21:39.000,,40032.0,40032.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,310.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,21,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],119.0,116.0,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,2792.0,2792.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +731,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,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,1393.0,1393.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,504839.0,504839.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,274.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,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,13941.0,13941.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,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-10-20 03:18:37.000000,2024-10-20 03:18:35,495.0,6.0,109.0,20.0,560.0,58.0,126.0,269.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,,59621.0,59739.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5179.0,,,,,3.0,113.0,,,,,,,,,,,,,,,,,,, +735,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,4828.0,7433.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,124242.0,,,,,3.0,2057.0,,,,,,,,,,,,,,,,,,, +736,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-10-14 06:26:53.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,213.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,801.0,801.0,,,,,,,,3.0,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,, +737,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-08-09 06:53:19.000000,2024-08-09 06:53:17,591.0,1.0,35.0,24.0,644.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,,5906.0,5927.0,,,,,,,,3.0,1219.0,,,,,,,,,,,,,,,,,,, +738,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,219.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,,,,,95.0,92.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,24928.0,24928.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,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,,1717.0,19.0,19.0,72.0,24.0,5106.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,,5251.0,5251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,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,3194.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,6033.0,6044.0,,,,,,,,3.0,694.0,,,,,,,,,,,,,,,,,,, +741,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,2856.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,,,,,,,,,,,,,,,,,,,, +742,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,2674.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,,769.0,769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,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,2136.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1532.0,1532.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,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,1932.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,,,,,,,,,,,,,,,,,,,, +745,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,1865.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,,686.0,686.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,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,,7879.0,7880.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +747,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,1626.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,4113.0,4113.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,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.,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,,204.0,406.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13131.0,3.0,,,,,,,,,,,,,,,,,,,, +749,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,,2584.0,2584.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,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,1382.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,,1081.0,1081.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,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,1351.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,30814.0,30814.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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,1272.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,,,,,171.0,169.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3010.0,3010.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,1040.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,2792.0,2813.0,,,,,,,,3.0,430.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,1025.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,,,,184.0,182.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,699.0,930.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9476.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,926.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3642.0,3637.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,867.0,867.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,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,914.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,1060.0,1258.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,9928.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,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,,85.0,23.0,49.0,16.0,17.0,835.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,2791.0,3741.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,30415.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,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,,1075.0,1075.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,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,,800.0,800.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,,114.0,19.0,26.0,2.0,87.0,729.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,20,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,,18314.0,18314.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,7.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,7712.0,7712.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,612.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,4697.0,4820.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,4926.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,40.0,15.0,18.0,,22.0,602.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,,1435.0,1435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,449.0,449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,546.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,,,,,116.0,114.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,912.0,912.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,, +766,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,,140.0,56.0,72.0,18.0,71.0,526.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,,1845.0,1845.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,495.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,,,,,85.0,77.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5018.0,5018.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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,,3477.0,3477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,,85.0,31.0,98.0,17.0,27.0,457.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,,1272.0,1272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,,129.0,34.0,325.0,84.0,132.0,335.0,Brain Imaging Analysis Kit.,35.0,20,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,,1079.0,1097.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1875.0,3.0,,,,,,,,,,,,,,,,,,,, +771,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'],257.0,257.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,3328.0,3328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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-10-19 19:34:24.000000,2024-08-14 15:39:49,663.0,2.0,18.0,23.0,369.0,50.0,87.0,321.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,3868.0,12458.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-05-10 13:02:13.580,253742.0,,,,,3.0,7680.0,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,173.0,,,,,,,,,,, +773,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,9.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,,789.0,789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,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'],83.0,73.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,7236.0,7236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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,1621.0,1625.0,,,,,,,,3.0,418.0,,,,,,,,,,,,,,,,,,, +776,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,,6764.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,,616.0,623.0,,,,,,,,3.0,377.0,,,,,,,,,,,,,,,,,,, +777,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,3201.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,2226.0,2226.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,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,1708.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,,329.0,330.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +779,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,27.0,1005.0,127.0,65.0,1650.0,Version control for machine learning.,17.0,19,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,554.0,554.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,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,1546.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,,1423.0,1442.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1692.0,3.0,,,,,,,,,,,,,,,,,,,, +781,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,1111.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,,,,,32.0,32.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,388.0,388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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,1087.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'],164.0,159.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,7559.0,7559.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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,881.0,881.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,853.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,,3054.0,3054.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,,393.0,393.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,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,1022.0,1022.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,19,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,,1144.0,1144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,,145.0,34.0,84.0,16.0,55.0,630.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,425.0,425.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,593.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,1156.0,48218.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2306073.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,565.0,A library of metrics for evaluating recommender systems.,20.0,19,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,58.0,58.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4741.0,4741.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,, +791,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,564.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,,1326.0,1326.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,525.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'],62.0,62.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1383.0,1383.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,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,484.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,,3164.0,3164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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,5703.0,5703.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,5053.0,5482.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,34824.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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,,2157.0,2157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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-10-23 17:55:40.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,,3357.0,3357.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,6084.0,6084.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,,,,,43.0,39.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,498.0,498.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,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,,3216.0,7936.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,226590.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,1.0,33.0,11.0,202.0,21.0,76.0,200.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,19,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],42.0,41.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,3254.0,3254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,6285.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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,430.0,40.0,863.0,149.0,119.0,3307.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,88.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,2986.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,8796.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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,1695.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,,469.0,469.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,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,876.0,876.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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,1159.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,1630.0,1630.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,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,6701.0,6701.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,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,18,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,1732.0,1732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,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,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,,,,,38.0,34.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3788.0,3788.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,777.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'],46.0,46.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,3559.0,3659.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3607.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,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,773.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,17587.0,17587.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +813,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,18,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,,1242.0,1249.0,,,,,,,,3.0,519.0,,,,,,,,,,,,,,,,,,, +814,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,,1072.0,1072.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,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,564.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,2434.0,2434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,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,1886.0,1886.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,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,429.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,,511.0,511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,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,422.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,2443.0,2443.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +819,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,,5804.0,5804.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,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,398.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,134.0,130.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5336.0,5337.0,,,,,,,,3.0,112.0,,,,,,,,,,,,,,,,,,, +821,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,,680.0,683.0,,,,,,,,3.0,203.0,,,,,,,,,,,,,,,,,,, +822,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,728.0,728.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,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,313.0,313.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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,,,,,32.0,30.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,361.0,361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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,,,,9903.0,9774.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,328818.0,328850.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1263.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,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,7115.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,,,,,,,,,,,,,,,, +827,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,1849.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,,280.0,280.0,,,,,,,,3.0,50.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,,691.0,691.0,,,,,,,,3.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,640.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,,496.0,496.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,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,,555.0,558.0,,,,,,,,3.0,241.0,,,typedb/typedb-ml,,,,,,,,,,,,,,,, +831,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,490.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,,1489.0,1489.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,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,393.0,393.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,,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,,215.0,215.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,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,,743.0,743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,17,False,,,1.0,pdvega,,,,,89.0,89.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,194.0,194.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,,6691.0,6691.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,5003.0,5114.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3689.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,,45.0,1.0,,,,216.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,,1569.0,1569.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,205.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,1777.0,1777.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,,10821.0,10821.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,564.0,564.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,,1001.0,1001.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,4332.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,3941.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,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,,111.0,111.0,,,,,,,,3.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,,119.0,30.0,111.0,14.0,25.0,1087.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,,,,,,,,,,,,,,,,,,,, +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,20.0,295.0,3.0,70.0,1075.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,,,,,,,,,,,,,,,,,,,, +848,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,846.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,,272.0,272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,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,824.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,,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,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,3747.0,3747.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,2822.0,2822.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,732.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,,832.0,832.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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,9675.0,9675.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,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,712.0,GPU accelerated signal processing.,46.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,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,691.0,691.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,57.0,16.0,83.0,18.0,49.0,605.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,,475.0,475.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,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,,3630.0,3630.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,502.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,,440.0,440.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-09-28 19:50:20.000000,2024-09-28 19:49:30,81.0,1.0,61.0,16.0,67.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,,551.0,551.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,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,415.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,,2641.0,2641.0,,,,,,,,3.0,19.0,,,,,,,,,,,,,,,,,,, +861,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,,395.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,1051.0,1191.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7151.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,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,2260.0,2260.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +863,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,16,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,,483.0,483.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,,3279.0,3279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,2821.0,2821.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,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,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,,5913.0,5913.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-10-23 09:28:06.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-10-23 09:28:06.000,3.47.1,299.0,comet_ml,comet_ml,,,,77.0,,https://pypi.org/project/comet_ml,2024-10-23 09:28:06.000,77.0,617088.0,617088.0,https://anaconda.org/anaconda/comet_ml,,,,,,,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,3423.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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,,,,,,,,,,,,,,,,,,,, +870,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,1168.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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,,461.0,461.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,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,372.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,,976.0,976.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,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,,207.0,207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,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,13.0,271.0,64.0,181.0,295.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,,845.0,845.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,,331.0,331.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,,837.0,837.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,223.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,922.0,922.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,,1056.0,1056.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,123.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,,352.0,352.0,,,,,,,,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,,994.0,64.0,13.0,44.0,25.0,3703.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,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,1683.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,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,,,,,,,,,,,,,,,,,,,, +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,,151.0,32.0,,53.0,60.0,1223.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,4896.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,872.0,2435.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,79728.0,,,,,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,4.0,47.0,11.0,11.0,1.0,16.0,761.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,156.0,156.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,1792.0,1792.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,,381.0,381.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,,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,,2579.0,2579.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,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,14,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,,168.0,168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,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,14,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,,1381.0,1390.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,667.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,,342.0,342.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,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,,,,,42.0,42.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,310.0,310.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,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,,2065.0,2065.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,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,3823.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,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,2701.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,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,,2546.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,2109.0,2111.0,,,,,,,,3.0,76.0,,,,,,,,,,,,,,,,,,, +897,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,1364.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,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,,513.0,513.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,,880.0,885.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,256.0,3.0,11.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,,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,,491.0,491.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,,1036.0,1036.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,,461.0,461.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,,212.0,212.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,,776.0,776.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,64.0,6.0,65.0,17.0,1937.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,1767.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,,800.0,800.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,3267.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,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,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,,252.0,252.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,611.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,526.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,,182.0,182.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,,45.0,45.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,83.0,83.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-10-31_changes.md b/history/2024-10-31_changes.md new file mode 100644 index 00000000..128e1f21 --- /dev/null +++ b/history/2024-10-31_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._ + +- 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 + +## 📉 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 + diff --git a/history/2024-10-31_projects.csv b/history/2024-10-31_projects.csv new file mode 100644 index 00000000..355e3ced --- /dev/null +++ b/history/2024-10-31_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,146.0,4942.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,,169.0,58.0,205.0,,3.0,2310.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,3677.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,3677.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,3677.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,3677.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-10-31 14:16:03.000000,2024-10-31 13:39:08,171656.0,3801.0,74303.0,7585.0,38524.0,5577.0,38550.0,188888.0,An Open Source Machine Learning Framework for Everyone.,4705.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'],431411.0,423377.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8034.0,18506046.0,19337718.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5050758.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-10-31 12:48:28.252948,2594.0,78392307.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-10-31 14:14:59.000000,2024-10-31 13:24:24,80287.0,3700.0,22505.0,1736.0,92986.0,15238.0,31937.0,83478.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5213.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'],575973.0,556282.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,19691.0,33387270.0,34043253.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,24247266.0,,,,,1.0,63258.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-10-31 09:54:57.000000,2024-10-31 09:54:57,31870.0,295.0,25351.0,2141.0,17944.0,2073.0,9667.0,59950.0,scikit-learn: machine learning in Python.,3213.0,53,True,2024-09-11 15:52:05.000,1.5.2,81.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],957812.0,933127.0,https://pypi.org/project/scikit-learn,2024-09-11 15:49:19.000,24685.0,79466639.0,80066947.0,https://anaconda.org/conda-forge/scikit-learn,2024-09-11 20:00:28.266,31815795.0,,,,,1.0,1028.0,1.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-10-31 13:56:31.000000,2024-10-31 13:53:23,17304.0,798.0,26829.0,1124.0,17994.0,1454.0,15065.0,134252.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2910.0,52,True,2024-10-29 15:50:03.000,4.46.1,162.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",240682.0,234114.0,https://pypi.org/project/transformers,2024-10-29 15:50:00.000,6568.0,45009459.0,45051969.0,https://anaconda.org/conda-forge/transformers,2024-10-29 23:40:12.250,2168016.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-10-31 04:32:35.000000,2024-10-31 04:32:35,33666.0,521.0,5160.0,348.0,11404.0,1745.0,8898.0,13052.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1701.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,,1175826.0,1129950.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,45876.0,130294711.0,131443808.0,https://anaconda.org/conda-forge/scipy,2024-10-21 07:19:53.878,53828594.0,,,,,1.0,422694.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-10-30 21:44:53.000000,2024-10-30 21:44:52,59084.0,548.0,4410.0,291.0,13473.0,5137.0,8898.0,12954.0,A computer algebra system written in pure Python.,1333.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,187094.0,183594.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,30235957.0,30371151.0,https://anaconda.org/conda-forge/sympy,2024-10-09 14:38:28.134,6949372.0,,,,,1.0,550051.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-10-30 16:42:08.000000,2024-10-30 16:41:57,11087.0,225.0,19463.0,1911.0,7520.0,256.0,11946.0,61972.0,Deep Learning for humans.,1340.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,13704638.0,13777109.0,https://anaconda.org/conda-forge/keras,2024-10-07 20:46:42.672,3768494.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-10-31 10:21:35.000000,2024-10-31 10:21:34,51279.0,434.0,7601.0,592.0,18481.0,1590.0,9338.0,20217.0,matplotlib: plotting with Python.,1742.0,48,True,2024-08-13 01:44:21.000,3.9.2,127.0,matplotlib,conda-forge/matplotlib,,,,1442279.0,1392539.0,https://pypi.org/project/matplotlib,2024-08-13 01:44:21.000,49740.0,76794512.0,77305090.0,https://anaconda.org/conda-forge/matplotlib,2024-09-12 20:10:05.995,26550106.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-10-29 15:50:25.000000,2024-10-29 15:50:25,18767.0,510.0,2218.0,220.0,5151.0,111.0,3100.0,12233.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,,,,1897525.0,1888630.0,https://pypi.org/project/Pillow,2024-10-15 14:21:49.000,8895.0,124303765.0,125200219.0,https://anaconda.org/conda-forge/pillow,2024-10-18 22:08:55.292,45719192.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-10-31 06:38:40.000000,2024-10-31 00:20:18,6755.0,246.0,3079.0,320.0,5031.0,993.0,3668.0,35433.0,Streamlit A faster way to build and share data apps.,246.0,46,True,2024-10-01 17:36:45.000,1.39.0,228.0,streamlit,,,,,567383.0,564636.0,https://pypi.org/project/streamlit,2024-10-01 17:36:39.000,2747.0,7155039.0,7155039.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-10-29 21:33:36.986000,2024-10-29 18:32:27,7155.0,142.0,8716.0,908.0,5626.0,461.0,4911.0,26249.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/,,115857.0,113811.0,https://pypi.org/project/xgboost,2024-10-23 14:19:26.000,2046.0,28155523.0,28261253.0,https://anaconda.org/conda-forge/xgboost,2024-10-29 21:33:36.986,5387595.0,,,,,1.0,11674.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-10-31 08:04:24.000000,2024-10-31 08:04:21,42645.0,903.0,28273.0,2018.0,48691.0,229.0,,39669.0,Apache Spark Python API.,3136.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,29892640.0,29959942.0,https://anaconda.org/conda-forge/pyspark,2024-10-24 22:12:13.872,3499736.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-10-31 11:50:14.000000,2024-10-31 05:29:02,22907.0,606.0,5696.0,472.0,29370.0,4201.0,15198.0,33688.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1089.0,45,True,2024-10-23 21:57:05.000,ray-2.38.0,118.0,ray,conda-forge/ray-tune,,,,19443.0,18655.0,https://pypi.org/project/ray,2024-10-23 19:27:39.000,788.0,5952977.0,5962628.0,https://anaconda.org/conda-forge/ray-tune,2024-10-30 16:31:33.519,443873.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-10-31 14:13:17.000000,2024-10-31 10:10:23,23897.0,1627.0,2779.0,335.0,16085.0,1420.0,4250.0,30372.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",776.0,45,True,2024-10-22 21:01:49.000,jax-v0.4.35,169.0,jax,conda-forge/jaxlib,,,,33835.0,31928.0,https://pypi.org/project/jax,2024-10-22 20:56:34.000,1907.0,4101122.0,4135865.0,https://anaconda.org/conda-forge/jaxlib,2024-10-24 10:52:07.546,1806680.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,562.0,4026.0,150.0,5521.0,30060.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,,,,105807.0,103118.0,https://pypi.org/project/spacy,2024-10-01 18:20:24.000,2689.0,13998663.0,14083141.0,https://anaconda.org/conda-forge/spacy,2024-09-22 12:43:59.353,4392624.0,,,,,1.0,404.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-10-31 11:45:44.000000,2024-10-31 11:37:06,51445.0,1374.0,5581.0,717.0,50476.0,1772.0,17426.0,22223.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1292.0,45,True,2024-09-13 08:31:46.000,2.6.2,70.0,paddlepaddle,,,,['paddle'],6354.0,6176.0,https://pypi.org/project/paddlepaddle,2024-09-13 08:31:46.000,178.0,309970.0,310127.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-10-31 10:04:09.000000,2024-10-30 19:19:51,20635.0,73.0,4183.0,437.0,6196.0,765.0,6991.0,19328.0,"Interactive Data Visualization in the browser, from Python.",702.0,45,True,2024-09-26 16:27:00.000,3.6.0,220.0,bokeh,conda-forge/bokeh,,,,95777.0,94004.0,https://pypi.org/project/bokeh,2024-10-30 19:23:16.000,1773.0,4087084.0,4379930.0,https://anaconda.org/conda-forge/bokeh,2024-10-14 19:05:13.977,15228028.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-10-30 20:51:46.000000,2024-10-24 16:32:35,6885.0,210.0,2533.0,275.0,1729.0,527.0,2448.0,16215.0,The interactive graphing library for Python This project now includes Plotly Express!.,277.0,45,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,324962.0,318633.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,19515896.0,19659958.0,https://anaconda.org/conda-forge/plotly,2024-09-12 22:24:43.567,7325099.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,5853.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,66.0,2878.0,463.0,1494.0,277.0,1558.0,13568.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,,,,321634.0,316937.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,22212569.0,22278597.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2839224.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,3951.0,2833.0,2797.0,10098.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,,,,144979.0,140510.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16160452.0,16458331.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,15489729.0,,,,,1.0,35.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-10-31 14:09:24.000000,2024-10-31 14:09:24,6710.0,381.0,4225.0,303.0,9396.0,1657.0,2605.0,18653.0,Open source platform for the machine learning lifecycle.,785.0,44,True,2024-10-31 08:34:32.000,2.17.2,117.0,mlflow,conda-forge/mlflow,,,,45916.0,45022.0,https://pypi.org/project/mlflow,2024-10-31 07:15:46.000,894.0,16329669.0,16376246.0,https://anaconda.org/conda-forge/mlflow,2024-10-28 03:42:38.847,2422015.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-10-30 18:06:44.746000,2024-10-25 19:29:02,7819.0,68.0,3235.0,278.0,3911.0,343.0,3035.0,14900.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,,,,318380.0,308750.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,75724592.0,76091008.0,https://anaconda.org/conda-forge/networkx,2024-10-30 18:06:44.746,18320836.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-10-31 14:16:57.000000,2024-10-31 14:16:57,8355.0,105.0,1706.0,212.0,5999.0,1109.0,4281.0,12552.0,Parallel computing with task scheduling.,612.0,44,True,2024-10-17 09:20:07.000,2024.10.0,209.0,dask,conda-forge/dask,,,,68539.0,66103.0,https://pypi.org/project/dask,2024-10-17 09:13:37.000,2436.0,12426272.0,12655308.0,https://anaconda.org/conda-forge/dask,2024-10-18 13:49:42.706,12138942.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,2024-10-31 05:59:49.000000,2024-10-31 05:51:41,7175.0,293.0,2531.0,174.0,4555.0,446.0,4497.0,33573.0,"Wrap UIs around any model, share with anyone.",444.0,43,True,2024-10-25 23:33:10.000,@gradio/lite@5.4.0,604.0,gradio,,,,,45770.0,44952.0,https://pypi.org/project/gradio,2024-10-25 19:49:38.000,818.0,6723784.0,6723784.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,2024-10-30 22:42:14.000000,2024-10-21 15:15:31,10434.0,42.0,3378.0,250.0,10293.0,807.0,6306.0,28293.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'],39462.0,38019.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1443.0,6615609.0,6641315.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1323429.0,,,,,2.0,10261.0,-1.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-10-21 22:22:20.000000,2024-10-15 08:44:34,2771.0,50.0,3262.0,243.0,976.0,741.0,1803.0,22769.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,,,,22117.0,21369.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6438775.0,6529377.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,4167725.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-10-31 10:24:32.000000,2024-10-23 19:41:35,7723.0,138.0,2057.0,423.0,1143.0,483.0,1358.0,21402.0,Data Apps & Dashboards for Python. No JavaScript Required.,167.0,43,True,2024-09-12 16:11:13.000,2.18.1,181.0,dash,conda-forge/dash,,,,72390.0,71107.0,https://pypi.org/project/dash,2024-09-12 16:08:23.000,1283.0,3559010.0,3588521.0,https://anaconda.org/conda-forge/dash,2024-09-14 04:47:51.793,1534530.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-10-30 18:33:03.000000,2024-10-28 11:18:25,2885.0,104.0,3670.0,437.0,3434.0,350.0,2528.0,17859.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,,,,36237.0,35184.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5943189.0,5968449.0,https://anaconda.org/conda-forge/onnx,2024-10-21 21:30:32.889,1299848.0,,,,,1.0,22145.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-10-31 13:48:50.000000,2024-10-31 13:48:47,3595.0,50.0,3828.0,434.0,3280.0,371.0,3071.0,16660.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,,,,40282.0,39205.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,9319709.0,9379448.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2797432.0,,,,,2.0,238422.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-10-31 14:37:29.000000,2024-10-30 22:49:45,18215.0,2492.0,1557.0,72.0,2904.0,687.0,2866.0,13404.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",350.0,43,True,2024-10-30 19:57:55.000,1.51.2,992.0,litellm,,,,others,4663.0,4178.0,https://pypi.org/project/litellm,2024-10-30 19:45:51.000,485.0,3117609.0,3117961.0,,,,,,,,1.0,352.0,1.0,,,,,,,,,,,,,,,,,, +36,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2024-10-31 02:49:53.000000,2024-10-31 02:05:03,2857.0,316.0,1596.0,194.0,3407.0,661.0,808.0,13254.0,Development repository for the Triton language and compiler.,336.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,41525.0,41260.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,14853140.0,14853140.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-10-25 18:29:02.000000,2024-10-21 11:44:19,5007.0,55.0,2087.0,1671.0,4873.0,350.0,2728.0,12219.0,WebGL2 powered visualization framework.,273.0,43,True,2024-10-24 15:05:03.613,9.0.34,674.0,pydeck,conda-forge/pydeck,,,['jupyter'],8658.0,8236.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,5568092.0,6194186.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,632748.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-10-24 15:05:03.613,302.0,614795.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-10-31 04:38:29.000000,2024-10-31 04:38:29,18376.0,247.0,1021.0,118.0,3686.0,72.0,1616.0,10808.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,,,,19637.0,18639.0,https://pypi.org/project/optuna,2024-09-02 05:17:47.000,998.0,3604826.0,3639308.0,https://anaconda.org/conda-forge/optuna,2024-09-03 06:05:16.374,1793067.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-10-27 18:51:26.000000,2024-10-24 04:51:09,2519.0,121.0,4744.0,312.0,525.0,47.0,874.0,32073.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",151.0,42,True,2024-10-16 21:19:16.000,1.0.11,62.0,timm,conda-forge/timm,,,['pytorch'],40156.0,39202.0,https://pypi.org/project/timm,2024-10-16 21:17:47.000,954.0,5673630.0,5788734.0,https://anaconda.org/conda-forge/timm,2024-10-17 16:34:27.541,255873.0,,,,,1.0,7155659.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-10-31 11:34:57.000000,2024-10-23 10:36:26,3950.0,43.0,6946.0,433.0,5421.0,1027.0,2452.0,16173.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'],5833.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5812.0,14341654.0,14382487.0,https://anaconda.org/conda-forge/torchvision,2024-10-14 15:39:27.942,1737196.0,,,,,1.0,39068.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-10-31 01:16:00.000000,2024-10-31 01:15:59,9352.0,55.0,1180.0,136.0,5531.0,234.0,4478.0,13841.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,,,,18809.0,18676.0,https://pypi.org/project/dvc,2024-10-23 02:16:24.000,133.0,658326.0,702934.0,https://anaconda.org/conda-forge/dvc,2024-10-23 06:04:08.856,2319624.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +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-08-14 20:01:50.000000,2024-07-22 11:32:48,3237.0,,1904.0,263.0,1123.0,176.0,2416.0,12528.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,,,,505605.0,494762.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,18485342.0,18688665.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10572651.0,,,,,1.0,447.0,,,,,,,,,,,,,,,,,,, +43,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-10-30 18:38:43.000000,2024-10-30 17:23:23,3803.0,82.0,793.0,140.0,1508.0,199.0,1827.0,9313.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,,,,172614.0,171740.0,https://pypi.org/project/altair,2024-08-27 04:31:06.000,874.0,22104615.0,22177446.0,https://anaconda.org/conda-forge/altair,2024-10-02 18:03:41.017,2476191.0,,,,,1.0,195.0,,,vega/altair,,,,,,,,,,,,,,,, +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-10-31 14:52:03.000000,2024-10-30 22:39:24,7210.0,446.0,672.0,60.0,5366.0,879.0,2484.0,9087.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",194.0,42,True,2024-10-17 22:45:42.000,0.18.5,291.0,wandb,conda-forge/wandb,,,,58346.0,56899.0,https://pypi.org/project/wandb,2024-10-17 22:09:55.000,1447.0,20704491.0,20718308.0,https://anaconda.org/conda-forge/wandb,2024-10-23 22:43:47.058,704337.0,,,,,1.0,347.0,,,wandb/wandb,,,,,,,,,,,,,,,, +45,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-10-31 08:08:35.000000,2024-10-31 08:08:30,48736.0,382.0,1176.0,191.0,399.0,553.0,1784.0,8071.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1280.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,3340131.0,3381101.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1749552.0,,,,,2.0,318494.0,,,,,,,,,,,,,,,,,,, +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,2024-10-25 12:01:32.000000,2024-10-18 17:32:05,5869.0,25.0,1658.0,189.0,5048.0,685.0,1241.0,6704.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'],270949.0,268723.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,21856361.0,21954484.0,https://anaconda.org/conda-forge/tensorboard,2024-09-27 11:17:28.293,5102403.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,2024-10-25 04:11:47.125000,2024-10-23 16:25:54,14176.0,129.0,2224.0,186.0,4525.0,809.0,2112.0,6074.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,,,,207375.0,201073.0,https://pypi.org/project/scikit-image,2024-10-07 07:58:05.000,6302.0,22239908.0,22375768.0,https://anaconda.org/conda-forge/scikit-image,2024-10-25 04:11:47.125,7064752.0,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +48,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-10-31 14:03:08.000000,2024-10-31 00:48:52,2542.0,136.0,4071.0,342.0,3010.0,1099.0,1824.0,35285.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'],9559.0,9347.0,https://pypi.org/project/deepspeed,2024-10-22 21:15:07.000,212.0,488689.0,489030.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,19489.0,1.0,,,,,,,,,,,,,,,,,,,, +49,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,1061.0,1457.0,114.0,1723.0,34721.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,,,,59795.0,58247.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,9648169.0,9654236.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,327670.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +50,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-10-30 19:05:37.000000,2024-10-30 19:01:15,1300.0,130.0,3600.0,480.0,1246.0,247.0,2298.0,31208.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,,,,4286.0,4106.0,https://pypi.org/project/pymilvus,2024-10-29 10:36:06.000,180.0,1039830.0,1074280.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1791406.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,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-10-31 14:13:23.957737,2024-10-31 13:18:23,21074.0,639.0,2898.0,281.0,22914.0,820.0,11319.0,30308.0,"A cloud-native vector database, storage for next generation AI applications.",292.0,41,True,2024-10-29 13:01:48.000,2.4.14,103.0,pymilvus,,milvusdb/milvus,,,180.0,,https://pypi.org/project/pymilvus,2024-10-29 10:36:06.000,180.0,1039830.0,2141513.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-10-31 14:13:23.957737,64.0,66922232.0,1.0,275936.0,,,,,,,,,,,,,,,,,,, +52,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,26246.0,The fastai deep learning library.,670.0,41,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],19497.0,19189.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,468369.0,468369.0,,,,,,,,2.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-10-30 10:53:10.000000,2024-10-30 10:53:10,1576.0,56.0,2460.0,141.0,568.0,1175.0,1027.0,15188.0,State-of-the-Art Text Embeddings.,191.0,41,True,2024-10-21 12:19:51.000,3.2.1,57.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],54403.0,52670.0,https://pypi.org/project/sentence-transformers,2024-10-21 12:19:46.000,1733.0,5993268.0,6002048.0,https://anaconda.org/conda-forge/sentence-transformers,2024-10-21 22:42:01.150,430267.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,2024-10-25 18:03:13.000000,2024-10-25 18:02:07,1344.0,85.0,2389.0,247.0,615.0,180.0,1197.0,14473.0,Download market data from Yahoo! Finances API.,126.0,41,True,2024-10-25 18:03:13.000,0.2.48,120.0,yfinance,ranaroussi/yfinance,,,,50467.0,49794.0,https://pypi.org/project/yfinance,2024-10-25 18:03:13.000,673.0,2552694.0,2555168.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,96514.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-10-30 18:31:32.000000,2024-10-30 15:19:57,10268.0,324.0,1368.0,134.0,1280.0,136.0,1007.0,8846.0,A PyTorch-based Speech Toolkit.,247.0,41,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2483.0,2416.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,3471495.0,3471495.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-10-30 12:46:39.000000,2024-10-30 12:46:32,10103.0,98.0,1999.0,224.0,4081.0,311.0,3069.0,8699.0,Bayesian Modeling and Probabilistic Programming in Python.,505.0,41,True,2024-10-03 09:11:52.000,5.17.0,90.0,pymc3,conda-forge/pymc3,,,,4630.0,4438.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,221992.0,233737.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,609950.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-10-31 05:53:08.000000,2024-10-31 05:53:08,3874.0,95.0,1137.0,137.0,3211.0,328.0,1204.0,2103.0,A library for training and deploying machine learning models on Amazon SageMaker.,459.0,41,True,2024-10-30 04:51:08.000,2.232.3,608.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",4837.0,4682.0,https://pypi.org/project/sagemaker,2024-10-30 04:51:08.000,155.0,26505746.0,26528542.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1139803.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-10-31 06:20:52.000000,2024-10-31 06:19:44,6331.0,83.0,7767.0,444.0,3138.0,186.0,9182.0,43876.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'],3650.0,3542.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,265018.0,276496.0,,,,,,,,1.0,562468.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-10-31 05:48:50.000000,2024-10-31 05:48:50,7639.0,52.0,3647.0,252.0,3157.0,1052.0,2663.0,21276.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'],7133.0,6778.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,365929.0,367927.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-09-26 16:16:39.995,101938.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-10-31 01:00:42.000000,2024-10-31 01:00:39,1055.0,104.0,1645.0,128.0,965.0,277.0,884.0,14189.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-10-24 23:45:42.000,1.4.20,75.0,albumentations,conda-forge/albumentations,,,['pytorch'],28904.0,28309.0,https://pypi.org/project/albumentations,2024-10-24 23:46:01.000,595.0,4560129.0,4564083.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,201685.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,16.0,3366.0,478.0,726.0,53.0,2175.0,13523.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,,,,31334.0,31121.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,169274.0,186880.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,903721.0,,,,,2.0,25512.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-10-29 13:32:07.000000,2024-10-29 13:32:07,1828.0,36.0,793.0,120.0,659.0,57.0,951.0,9023.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,99.0,40,True,2024-10-10 09:56:39.000,0.20.1,99.0,tokenizers,conda-forge/tokenizers,,,,112508.0,111512.0,https://pypi.org/project/tokenizers,2024-10-10 09:56:28.000,996.0,31798935.0,31841478.0,https://anaconda.org/conda-forge/tokenizers,2024-10-10 20:03:32.939,2169678.0,,,,,1.0,66.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-10-31 14:50:51.000000,2024-10-31 14:50:51,1606.0,97.0,956.0,97.0,1580.0,124.0,1513.0,7881.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",300.0,40,True,2024-10-12 03:01:13.000,1.0.1,62.0,accelerate,conda-forge/accelerate,,,['pytorch'],57704.0,56177.0,https://pypi.org/project/accelerate,2024-10-12 02:59:19.000,1527.0,7772341.0,7778784.0,https://anaconda.org/conda-forge/accelerate,2024-10-12 14:55:25.760,231983.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,39.0,565.0,90.0,886.0,288.0,954.0,3883.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,,,,86235.0,83300.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,33091563.0,33302817.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10557639.0,,,,,1.0,3693.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-10-31 08:10:22.000000,2024-10-30 16:18:36,5920.0,69.0,719.0,57.0,5177.0,1570.0,2384.0,1576.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,,,,37952.0,37100.0,https://pypi.org/project/distributed,2024-10-17 09:14:52.000,852.0,4582052.0,4870248.0,https://anaconda.org/conda-forge/distributed,2024-10-17 20:38:10.413,15274437.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,1708.0,384.0,1465.0,15648.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,,,,67388.0,66011.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4352711.0,4385607.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1412626.0,,,,,1.0,4907.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,123.0,2151.0,149.0,246.0,8.0,1123.0,14137.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,,,,,4392.0,4348.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,184053.0,184053.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-10-31 13:56:27.000000,2024-10-31 13:55:40,29243.0,478.0,818.0,128.0,6402.0,636.0,1775.0,9428.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,,,2579.0,2310.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,50401.0,146455.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,4904103.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,69405.0,1.0,190027.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-10-30 10:55:56.000000,2024-10-30 10:55:55,4997.0,260.0,1354.0,107.0,4328.0,970.0,1601.0,7895.0,A unified framework for machine learning with time series.,407.0,39,True,2024-10-19 19:36:24.000,0.34.0,83.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3567.0,3439.0,https://pypi.org/project/sktime,2024-10-19 19:36:24.000,128.0,784290.0,810589.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-10-25 05:41:19.084,1025660.0,,,,,1.0,102.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-10-30 10:15:04.000000,2024-10-30 10:11:12,1903.0,29.0,2224.0,163.0,883.0,84.0,1043.0,6902.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,,,,45719.0,44952.0,https://pypi.org/project/folium,2024-10-22 13:40:31.000,767.0,1479141.0,1549717.0,https://anaconda.org/conda-forge/folium,2024-10-23 06:24:47.661,3175926.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-10-29 11:33:10.000000,2024-10-29 11:33:09,2036.0,27.0,928.0,104.0,1700.0,449.0,1268.0,4500.0,Python tools for geographic data.,234.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],45478.0,42639.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7547094.0,7625722.0,https://anaconda.org/conda-forge/geopandas,2024-09-21 05:55:22.256,4087257.0,,,,,1.0,2743.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-10-31 14:57:25.000000,2024-10-31 14:49:46,6556.0,152.0,1541.0,109.0,4512.0,700.0,744.0,4301.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",332.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],20232.0,19903.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1820449.0,1821344.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,36731.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-10-31 12:13:09.000000,2024-10-31 12:13:08,18164.0,99.0,1313.0,83.0,8053.0,532.0,4373.0,2708.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,,,,4957.0,4569.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,388.0,158234.0,166475.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,436778.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-10-31 08:44:33.000000,2024-10-31 08:38:43,36078.0,437.0,13293.0,944.0,25583.0,1226.0,,24031.0,Apache Flink Python API.,1934.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,197351.0,197351.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,,6800.0,1069.0,11124.0,1805.0,7758.0,20779.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'],7683.0,7557.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,680576.0,680985.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11172.0,,,,,2.0,27672.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,,4630.0,355.0,6377.0,126.0,6642.0,18871.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'],4596.0,4536.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,183847.0,183847.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,36.0,2097.0,203.0,1234.0,115.0,2222.0,13909.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'],3733.0,3588.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,145.0,107701.0,108349.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,33084.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,134.0,3010.0,175.0,5049.0,531.0,2357.0,13506.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,200702.0,200702.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,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,12529.0,Video editing with Python.,161.0,38,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,48475.0,47532.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,943.0,1366840.0,1369960.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,271524.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-10-30 09:30:52.000000,2024-10-30 09:30:50,2822.0,50.0,965.0,127.0,1958.0,289.0,660.0,9930.0,Geometric Computer Vision Library for Spatial AI.,273.0,38,True,2024-06-28 15:16:20.000,0.7.3,40.0,kornia,conda-forge/kornia,,,['pytorch'],12575.0,12313.0,https://pypi.org/project/kornia,2024-06-28 15:16:20.000,262.0,1874040.0,1877408.0,https://anaconda.org/conda-forge/kornia,2024-06-28 20:04:02.857,153970.0,,,,,1.0,1513.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-10-30 16:03:29.000000,2024-10-30 15:42:44,22171.0,383.0,2159.0,180.0,3383.0,347.0,2084.0,8442.0,End-to-End Speech Processing Toolkit.,456.0,38,True,2024-10-01 06:28:01.000,.202409,53.0,espnet,,,,,395.0,383.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,41235.0,41236.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-10-30 23:35:10.000000,2024-10-30 23:35:05,4832.0,226.0,639.0,86.0,2653.0,294.0,743.0,6085.0,Flax is a neural network library for JAX that is designed for flexibility.,244.0,38,True,2024-10-16 23:26:23.000,0.10.0,48.0,flax,conda-forge/flax,,,['jax'],10306.0,9836.0,https://pypi.org/project/flax,2024-10-16 23:26:23.000,470.0,886186.0,887940.0,https://anaconda.org/conda-forge/flax,2024-10-24 04:29:32.688,75380.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-10-31 13:18:54.000000,2024-10-29 15:52:34,10870.0,46.0,402.0,58.0,3097.0,1097.0,2236.0,2697.0,"With Holoviews, your data visualizes itself.",145.0,38,True,2024-08-01 13:45:47.955,3.0.3,171.0,holoviews,conda-forge/holoviews,,,['jupyter'],12961.0,12557.0,https://pypi.org/project/holoviews,2024-10-23 08:03:48.000,399.0,563809.0,599477.0,https://anaconda.org/conda-forge/holoviews,2024-07-07 07:21:50.008,1840676.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,271.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-10-30 21:04:37.323000,2024-10-22 14:14:33,3895.0,34.0,531.0,147.0,1217.0,146.0,1685.0,2257.0,Rasterio reads and writes geospatial raster datasets.,159.0,38,True,2024-10-30 17:28:37.000,1.4.2,165.0,rasterio,conda-forge/rasterio,,,,15031.0,13555.0,https://pypi.org/project/rasterio,2024-10-30 17:07:08.000,1476.0,3563676.0,3646191.0,https://anaconda.org/conda-forge/rasterio,2024-10-30 21:04:37.323,3712844.0,,,,,2.0,969.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-10-31 12:09:11.000000,2024-10-30 10:54:12,1603.0,99.0,546.0,59.0,1553.0,151.0,834.0,2080.0,The official Python client for the Huggingface Hub.,204.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,47726904.0,47778525.0,https://anaconda.org/conda-forge/huggingface_hub,2024-10-29 14:27:12.142,2271340.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-10-23 08:30:07.000000,2024-10-14 02:48:52,1545.0,8.0,292.0,30.0,497.0,99.0,507.0,1487.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,,,,147770.0,145328.0,https://pypi.org/project/imageio,2024-10-14 02:48:59.000,2442.0,31688332.0,31827252.0,https://anaconda.org/conda-forge/imageio,2024-10-17 18:50:42.350,7084000.0,,,,,1.0,1350.0,,,,,,,,,,,,,,,,,,, +87,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,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,33291.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,,,,32718.0,31880.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1201622.0,1203436.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,163313.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +88,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,,9419.0,371.0,3159.0,1795.0,6721.0,29485.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3190.0,3108.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,188775.0,188775.0,,,,,,,,2.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-10-31 06:00:42.000000,2024-10-31 03:34:43,8581.0,286.0,2772.0,300.0,235.0,22.0,1125.0,27995.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-10-26 02:59:53.000,7.9.8,674.0,netron,,,,"['pytorch', 'tensorflow']",665.0,582.0,https://pypi.org/project/netron,2024-10-26 02:59:53.000,83.0,25034.0,215664.0,,,,,,,,1.0,190630.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-10-11 14:13:13.000000,2024-10-11 14:13:13,2338.0,26.0,5381.0,513.0,178.0,1133.0,1378.0,23283.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'],2904.0,2874.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,255612.0,543384.0,,,,,,,,2.0,5179899.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-10-25 23:04:27.000000,2024-10-25 23:04:26,8613.0,53.0,2218.0,213.0,4214.0,6.0,1937.0,21104.0,Build multimodal AI applications with cloud-native stack.,177.0,37,True,2024-10-25 16:58:01.000,3.27.18,2482.0,jina,conda-forge/jina-core,jinaai/jina,,,27.0,,https://pypi.org/project/jina,2024-10-25 12:30:38.000,27.0,167224.0,200577.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,77916.0,https://hub.docker.com/r/jinaai/jina,2024-10-25 17:06:21.660762,8.0,1749895.0,2.0,,-3.0,,jina-ai/serve,,,,,,,,,,,,,,,, +92,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-10-19 10:45:07.000000,2024-06-20 12:51:40,1687.0,,2850.0,378.0,471.0,3.0,1907.0,14888.0,Python Echarts Plotting Library.,44.0,37,True,2024-06-20 15:50:49.000,2.0.6,74.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4761.0,4552.0,https://pypi.org/project/pyecharts,2024-06-20 15:48:17.000,209.0,160227.0,160230.0,,,,,,,,2.0,70.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-10-30 03:48:33.000000,2024-10-30 03:47:29,1503.0,29.0,1681.0,152.0,821.0,234.0,576.0,12502.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']",4666.0,4483.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,333170.0,337967.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,470099.0,,,,,2.0,200.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,2024-10-22 12:12:44.992000,2024-08-18 00:47:35,986.0,8.0,1169.0,127.0,310.0,35.0,717.0,10236.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,,,,83189.0,81457.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,23755772.0,23777588.0,https://anaconda.org/conda-forge/sentencepiece,2024-10-22 12:12:44.992,1081739.0,,,,,1.0,44860.0,-2.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,,2486.0,539.0,4121.0,697.0,2087.0,9903.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,,,,15763.0,15591.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,87061.0,111889.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2457992.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-10-31 13:54:30.000000,2024-10-31 13:53:31,33356.0,1664.0,1995.0,199.0,5859.0,40.0,3392.0,9487.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,322.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-10-31 13:53:43.000,4.0,23268.0,23476.0,,,,,,,,1.0,2290.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-10-29 02:12:35.000000,2024-10-29 02:12:30,1446.0,24.0,910.0,212.0,245.0,179.0,243.0,6995.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,,,,10260.0,9977.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3768962.0,3786291.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,485221.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +98,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-10-31 14:32:12.000000,2024-10-31 14:32:12,4197.0,68.0,1102.0,154.0,1734.0,424.0,900.0,3891.0,Fast data visualization and GUI tools for scientific / engineering applications.,293.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,11544.0,10518.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,349017.0,360700.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,607564.0,,,,,2.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-10-31 07:35:11.000000,2024-10-29 20:03:06,4769.0,186.0,489.0,37.0,3725.0,602.0,1135.0,2700.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'],4131.0,3604.0,https://pypi.org/project/pyvista,2024-07-20 05:33:22.000,527.0,350549.0,361534.0,https://anaconda.org/conda-forge/pyvista,2024-07-20 12:44:44.232,570703.0,,,,,2.0,836.0,-1.0,,,,,,,,,,,,,,,,,, +100,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-10-30 14:56:43.000000,2024-10-17 21:33:51,4927.0,555.0,1102.0,149.0,1371.0,69.0,705.0,1888.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,82963.0,83093.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,12666.0,,,,,,,,,,,,,,,,,,, +101,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,1159.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,,,,23391.0,23088.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,5194116.0,5313851.0,https://anaconda.org/conda-forge/fiona,2024-09-18 13:16:30.929,6106515.0,,,,,2.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,427.0,1348.0,1285.0,3050.0,30420.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'],3778.0,3661.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,136115.0,138051.0,https://anaconda.org/conda-forge/fairseq,2024-10-31 00:55:20.245,98537.0,,,,,1.0,362.0,,,,,,,,,,,,,,,,,,, +103,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,343.0,304.0,225.0,14392.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,,,,22628.0,22363.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,536046.0,538903.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,182904.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,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-10-30 09:45:05.000000,2024-10-30 09:45:00,18775.0,336.0,5757.0,70.0,11745.0,938.0,15951.0,14013.0,Convert Machine Learning Code Between Frameworks.,1479.0,36,False,2024-10-25 15:54:26.000,1.0.0.0,133.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-10-25 17:59:06.000,14.0,16310.0,16310.0,,,,,,,,2.0,,,,ivy-llc/ivy,,,,,,,,,,,,,,,, +105,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,13027.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,36,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1649.0,1456.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,193.0,588942.0,629905.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,268503.0,,,,,2.0,4009076.0,,,,,,,,,,,,,,,,,,, +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-10-31 14:16:12.000000,2024-10-31 03:14:15,7420.0,578.0,2464.0,206.0,8117.0,168.0,2231.0,11997.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",359.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,103668.0,108466.0,,,,,,,,1.0,292717.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,11754.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'],4379.0,4254.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,185787.0,188007.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,155420.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-10-28 23:05:39.000000,2024-08-07 18:02:18,598.0,3.0,1148.0,262.0,199.0,112.0,171.0,9138.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,,,,44484.0,44094.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,1332176.0,1334905.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,267524.0,,,,,1.0,123.0,,,,,,,,,,,,,,,,,,, +109,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-08-30 03:35:21.000000,2024-08-30 03:34:11,5357.0,15.0,1748.0,134.0,1020.0,373.0,1948.0,8910.0,"An open-source, low-code machine learning library in Python.",141.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6581.0,6550.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,280513.0,281669.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,57109.0,,,,,2.0,715.0,,,,,,,,,,,,,,,,,,, +110,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-10-31 15:10:27.000000,2024-10-30 23:13:47,21562.0,830.0,552.0,59.0,3487.0,488.0,1065.0,8835.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']",736.0,714.0,https://pypi.org/project/fiftyone,2024-10-14 14:02:54.000,22.0,121518.0,121518.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +111,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,21.0,344.0,68.0,126.0,35.0,149.0,8479.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,,,,51316.0,49276.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5330509.0,5336466.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,285946.0,,,,,2.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-10-29 04:12:08.000000,2024-10-29 04:12:07,3159.0,72.0,1071.0,90.0,3509.0,371.0,2769.0,5806.0,AI Toolkit for Healthcare Imaging.,208.0,36,True,2024-10-17 00:54:28.000,1.4.0,102.0,monai,conda-forge/monai,,,['pytorch'],3144.0,3023.0,https://pypi.org/project/monai,2024-10-16 17:29:29.000,121.0,161095.0,161095.0,https://anaconda.org/conda-forge/monai,,,,,,,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-08-11 15:17:42.000000,2024-07-24 14:28:18,965.0,,844.0,91.0,218.0,132.0,686.0,4519.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",49.0,36,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,468967.0,458611.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,14764679.0,14764679.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-10-28 23:31:35.000000,2024-10-28 23:31:35,1192.0,28.0,627.0,126.0,941.0,350.0,1100.0,4406.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,,,,4305.0,4224.0,https://pypi.org/project/coremltools,2024-09-16 21:06:12.000,81.0,667669.0,669325.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,72902.0,,,,,2.0,11804.0,,,,,,,,,,,,,,,,,,, +115,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-10-29 06:31:45.000000,2024-10-29 06:31:44,12176.0,19.0,1098.0,164.0,466.0,693.0,754.0,4263.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,1454849.0,1458244.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,149415.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +116,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-10-30 17:51:19.000000,2024-10-24 21:32:31,8617.0,51.0,711.0,100.0,13352.0,35.0,858.0,3859.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'],550.0,513.0,https://pypi.org/project/spark-nlp,2024-10-24 19:21:24.000,37.0,3590315.0,3590315.0,,,,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +117,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,2822.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,,,,55198.0,55057.0,https://pypi.org/project/thinc,2024-10-01 10:35:24.000,141.0,12491997.0,12551205.0,https://anaconda.org/conda-forge/thinc,2024-07-14 15:52:37.957,3137826.0,,,,,2.0,390.0,,,,,,,,,,,,,,,,,,, +118,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-10-31 15:12:07.000000,2024-10-29 15:56:28,1123.0,49.0,456.0,57.0,1317.0,420.0,431.0,2547.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,126.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,3906.0,3731.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,957383.0,958240.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,25730.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +119,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-10-31 13:34:45.000000,2024-10-31 13:30:06,3470.0,320.0,306.0,69.0,2229.0,59.0,721.0,2374.0,Adaptive Experimentation Platform.,177.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],884.0,830.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,117353.0,118066.0,https://anaconda.org/conda-forge/ax-platform,2024-09-24 20:13:10.358,28549.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +120,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-10-31 14:58:35.000000,2024-10-31 09:51:45,4674.0,290.0,598.0,47.0,5142.0,326.0,1096.0,2336.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",186.0,36,True,2024-09-12 16:21:00.000,0.38.1,59.0,pennylane,conda-forge/pennylane,,,,1230.0,1114.0,https://pypi.org/project/pennylane,2024-09-12 16:21:00.000,116.0,72554.0,77061.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,157712.0,,,,,1.0,96.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-10-31 14:49:56.000000,2024-10-31 11:58:30,1974.0,105.0,398.0,32.0,1703.0,65.0,812.0,2129.0,"Machine learning metrics for distributed, scalable PyTorch applications.",256.0,36,True,2024-10-23 07:05:32.000,1.5.1,51.0,metrics,conda-forge/torchmetrics,,,['pytorch'],31860.0,31858.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4879.0,42998.0,https://anaconda.org/conda-forge/torchmetrics,2024-10-24 12:57:19.442,1633406.0,,,,,2.0,5735.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-10-08 21:42:17.000000,2024-10-08 21:42:17,1568.0,13.0,398.0,48.0,1518.0,179.0,687.0,1601.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,,,,8260.0,7947.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1330078.0,1372226.0,https://anaconda.org/conda-forge/arviz,2024-09-29 12:11:02.561,2233758.0,,,,,1.0,162.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-10-30 22:51:43.000000,2024-10-30 22:51:41,3107.0,47.0,362.0,54.0,1210.0,316.0,978.0,1427.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,,,,6616.0,5898.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,403771.0,482307.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4162432.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,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-10-25 17:32:01.000000,2024-10-25 17:32:01,10453.0,123.0,595.0,70.0,2586.0,298.0,1845.0,1181.0,Machine learning for NeuroImaging in Python.,249.0,36,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3821.0,3525.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,296.0,64686.0,71046.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,298683.0,,,,,1.0,242.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,35.0,212.0,34.0,717.0,32.0,590.0,1054.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,,,,36837.0,35097.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,9612695.0,9786341.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,8855962.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,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,,,,23568.0,22387.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,1174864.0,1190018.0,https://anaconda.org/conda-forge/nibabel,2024-10-23 17:14:10.689,788041.0,,,,,1.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,,13466.0,1566.0,232.0,792.0,588.0,53283.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'],3541.0,3425.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,138478.0,139082.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,28881.0,,,,,2.0,1390.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,,4195.0,290.0,749.0,87.0,1030.0,35086.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']",1898.0,1845.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,129143.0,212312.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,18325.0,,,,,1.0,3554380.0,,,,,,,,,,,,,,,,,,, +129,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,25912.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,,,,7017.0,6770.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1599447.0,1601613.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,106179.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,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,25301.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'],486.0,462.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,53818.0,70360.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3245.0,,,,,1.0,1201530.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,3133.0,316.0,259.0,430.0,597.0,24310.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,,,,,9276.0,9063.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,502696.0,802063.0,,,,,,,,1.0,15567089.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,4522.0,453.0,466.0,421.0,1733.0,18440.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,213434.0,243935.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1279776.0,,,,,1.0,2833.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-10-31 09:07:28.000000,2024-10-30 15:03:41,3720.0,148.0,1897.0,141.0,4058.0,100.0,3459.0,17457.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,,,,,601.0,596.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6791.0,6791.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,2024-08-31 11:57:00.000000,2024-08-31 11:55:45,1340.0,1.0,2230.0,335.0,1602.0,405.0,1860.0,14245.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,,,,,1281.0,1248.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,101847.0,101847.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,, +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,,4439.0,545.0,717.0,412.0,1283.0,14081.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,,,,,5981.0,5963.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,67303.0,67303.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,,1154.0,318.0,268.0,56.0,343.0,13212.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,,,,4578.0,4377.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,1062314.0,1073478.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,547046.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,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-10-31 13:22:43.000000,2024-10-28 17:36:25,6264.0,10.0,3631.0,248.0,1732.0,1106.0,4497.0,11310.0,Open-source simulator for autonomous driving research.,191.0,35,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,843.0,832.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,15449.0,15449.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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,2024-10-24 13:13:57.000000,2024-10-07 17:40:57,2659.0,47.0,678.0,102.0,496.0,605.0,1263.0,9515.0,An open source multi-tool for exploring and publishing data.,80.0,35,True,2024-10-07 17:38:03.000,0.65,153.0,datasette,conda-forge/datasette,,,,1750.0,1337.0,https://pypi.org/project/datasette,2024-10-07 17:41:27.000,413.0,79251.0,80358.0,https://anaconda.org/conda-forge/datasette,2024-10-08 05:31:37.168,46489.0,,,,,1.0,68.0,,,,,,,,,datasette,,,,,,,,,, +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-10-17 16:32:55.000000,2024-08-01 18:55:53,10421.0,,1926.0,352.0,3429.0,130.0,1140.0,8481.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,58821.0,63733.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-09-05 15:50:55.744,235784.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-10-31 14:22:11.000000,2024-10-31 14:19:48,39719.0,468.0,894.0,154.0,10694.0,1058.0,5524.0,8414.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,3438.0,3438.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-10-21 14:22:54.000000,2024-10-21 14:22:54,560.0,17.0,2394.0,282.0,166.0,331.0,324.0,8406.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,1019413.0,1023555.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,207110.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +142,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-10-31 10:00:18.000000,2024-10-31 09:20:15,1089.0,108.0,766.0,289.0,1453.0,338.0,419.0,8202.0,"Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems.",96.0,35,True,2024-10-24 19:27:26.000,2.12.27,151.0,metaflow,conda-forge/metaflow,,,,789.0,742.0,https://pypi.org/project/metaflow,2024-10-24 19:27:26.000,47.0,865231.0,869610.0,https://anaconda.org/conda-forge/metaflow,2024-10-08 15:30:55.152,223333.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,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-10-31 09:05:05.000000,2024-10-30 04:57:55,2351.0,83.0,924.0,97.0,2658.0,379.0,1095.0,8002.0,Fast and Accurate ML in 3 Lines of Code.,125.0,35,True,2024-06-14 20:30:21.000,1.1.1,1652.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",888.0,861.0,https://pypi.org/project/autogluon,2024-10-31 09:05:05.000,27.0,546800.0,547981.0,https://anaconda.org/conda-forge/autogluon,2024-10-18 16:39:52.687,21176.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,10923.0,1.0,,,,,,,,,,,,,,,,,,,, +144,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-10-29 17:21:14.789000,2024-10-28 17:27:00,1855.0,51.0,806.0,127.0,289.0,477.0,338.0,7437.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,1707983.0,1759375.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2672403.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,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-10-31 14:57:14.000000,2024-10-31 14:57:14,3336.0,148.0,790.0,78.0,3712.0,165.0,919.0,7111.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,,,,,2175.0,2147.0,https://pypi.org/project/bentoml,2024-10-29 03:57:03.000,28.0,122035.0,122056.0,,,,,,,,2.0,1073.0,,,,,,,,,,,,,,,,,,, +146,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-10-31 00:36:45.000000,2024-10-30 21:48:43,32548.0,70.0,1994.0,386.0,6893.0,2838.0,6677.0,6908.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",268.0,35,True,,,155.0,h2o,,,,,69.0,21.0,https://pypi.org/project/h2o,2024-08-29 13:55:23.000,48.0,284263.0,284263.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-10-31 06:20:46.000000,2024-10-31 06:13:59,10549.0,37.0,1676.0,143.0,2451.0,639.0,1239.0,5483.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,937.0,deepchem,conda-forge/deepchem,,,['tensorflow'],462.0,449.0,https://pypi.org/project/deepchem,2024-10-31 06:20:46.000,13.0,99912.0,102040.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,110688.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +148,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-10-29 16:39:06.000000,2024-10-29 16:39:06,30460.0,227.0,1593.0,183.0,2196.0,19.0,1612.0,5085.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,14231.0,19235.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,260242.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,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,59.0,1159.0,98.0,1393.0,141.0,759.0,4835.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,,,,622.0,602.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-10-02 21:24:21.000,20.0,92600.0,93610.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-10-03 01:54:09.200,51525.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +150,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-10-31 00:19:07.000000,2024-10-21 09:36:30,1733.0,20.0,615.0,59.0,1881.0,156.0,1266.0,4527.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,676.0,35,True,2024-08-13 12:47:02.000,0.5.1,1785.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3410.0,3311.0,https://pypi.org/project/pytorch-ignite,2024-10-31 00:19:07.000,99.0,246358.0,249012.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,201732.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-10-29 11:45:26.000000,2024-10-29 11:09:14,2416.0,29.0,217.0,64.0,145.0,83.0,600.0,4016.0,A Grammar of Graphics for Python.,111.0,35,True,2024-10-29 11:00:52.000,0.14.0,28.0,plotnine,conda-forge/plotnine,,,,9447.0,9128.0,https://pypi.org/project/plotnine,2024-10-28 14:50:42.000,319.0,2793711.0,2801651.0,https://anaconda.org/conda-forge/plotnine,2024-10-29 11:00:52.665,412923.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,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-10-31 11:34:47.000000,2024-10-23 20:30:53,2319.0,7.0,651.0,72.0,2909.0,259.0,726.0,2530.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,6255296.0,6255296.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +153,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-10-29 01:53:34.000000,2024-10-29 01:52:15,5916.0,232.0,701.0,88.0,6021.0,245.0,862.0,2114.0,TFX is an end-to-end platform for deploying production ML pipelines.,191.0,35,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,,['tensorflow'],1608.0,1591.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,37888.0,37888.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +154,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,1639.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,,,,77899.0,75280.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,15248744.0,15249297.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,49799.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +155,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-10-29 11:12:06.000000,2024-10-29 11:12:03,2922.0,47.0,249.0,35.0,228.0,47.0,511.0,1302.0,Python interface for igraph.,75.0,35,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4582.0,4176.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,478342.0,496823.0,https://anaconda.org/conda-forge/igraph,2024-06-28 12:12:37.634,623504.0,,,,,1.0,565095.0,,,,,,,,,,,,,,,,,,, +156,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-10-31 10:36:04.000000,2024-10-31 10:36:04,1899.0,133.0,174.0,29.0,1861.0,82.0,194.0,1218.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,82.0,35,True,2024-10-25 10:57:38.000,2025.0.0,31.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12392.0,12337.0,https://pypi.org/project/scikit-learn-intelex,2024-10-25 10:57:38.000,55.0,111002.0,119581.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-08-20 09:58:15.356,360344.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +157,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,749.0,Workflows and interfaces for neuroimaging packages.,260.0,35,True,2023-04-06 12:55:55.544,1.8.6,65.0,nipype,conda-forge/nipype,,,,5268.0,5118.0,https://pypi.org/project/nipype,2024-10-31 14:42:41.000,150.0,186236.0,200292.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,702824.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,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-10-14 23:20:09.000000,2024-10-14 23:16:51,1533.0,7.0,7449.0,389.0,687.0,531.0,3074.0,30395.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'],2094.0,2081.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,8897.0,https://anaconda.org/conda-forge/detectron2,2024-08-26 11:04:11.128,453783.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,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-10-27 07:23:34.000000,2024-09-11 08:45:28,9010.0,39.0,3078.0,273.0,1295.0,163.0,704.0,19122.0,Best Practices on Recommendation Systems.,136.0,34,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,130.0,126.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,30589.0,30597.0,,,,,,,,1.0,600.0,-1.0,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +160,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-10-29 07:07:31.000000,2024-10-28 05:01:36,3896.0,42.0,1011.0,134.0,181.0,110.0,1075.0,14002.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",101.0,34,True,2024-10-29 07:08:05.000,16.6.0,245.0,ocrmypdf,conda-forge/ocrmypdf,,,,1068.0,1032.0,https://pypi.org/project/ocrmypdf,2024-10-29 07:07:31.000,36.0,132669.0,134903.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,81027.0,,,,,2.0,5504.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +161,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,,1031.0,133.0,234.0,360.0,274.0,8910.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,,,,73044.0,71675.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6691395.0,6693146.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,122638.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,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,249.0,221.0,146.0,8552.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,,,,4459.0,4346.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,635791.0,638164.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,125772.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,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-10-24 12:11:43.000000,2024-10-24 12:11:43,2495.0,14.0,983.0,200.0,2328.0,258.0,847.0,8545.0,Deep universal probabilistic programming with Python and PyTorch.,157.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,369803.0,374476.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,200961.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +164,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,7868.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,,,,50336.0,49711.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,3407374.0,3431412.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1225724.0,,,,,2.0,447.0,,,,,,,,,,,,,,,,,,, +165,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,71.0,889.0,142.0,499.0,95.0,804.0,7279.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,,,,3346.0,3171.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,249990.0,250137.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8111.0,,,,,2.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-10-31 09:00:05.000000,2024-10-31 09:00:05,3598.0,384.0,1257.0,251.0,9703.0,992.0,1606.0,6650.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,137887.0,137894.0,,,,,,,,2.0,642.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,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,283.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,,,,3383.0,3325.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,132341.0,132697.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,19987.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +168,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 04:57:34.000000,2024-10-31 04:50:35,1195.0,90.0,488.0,266.0,880.0,230.0,338.0,4906.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'],2611.0,2485.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,200939.0,203277.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,79502.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,38.0,859.0,57.0,1710.0,411.0,1270.0,4230.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'],764.0,742.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,55095.0,83933.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,331843.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,29.0,1353843.0,2.0,6985.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-10-28 22:41:30.000000,2024-10-28 22:38:54,1334.0,32.0,279.0,41.0,484.0,100.0,240.0,3945.0,Lightning fast forecasting with statistical and econometric models.,46.0,34,True,2024-09-19 21:41:21.000,1.7.8,37.0,statsforecast,conda-forge/statsforecast,,,,1256.0,1199.0,https://pypi.org/project/statsforecast,2024-09-19 21:39:13.000,57.0,732005.0,735313.0,https://anaconda.org/conda-forge/statsforecast,2024-09-23 21:39:04.210,102563.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-10-31 14:56:14.000000,2024-10-31 09:36:06,3503.0,210.0,369.0,30.0,3332.0,126.0,2026.0,3927.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,103.0,34,True,2024-10-30 17:05:51.000,2.4.0,100.0,rubrix,conda-forge/rubrix,,,,2774.0,2774.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3405.0,4509.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,37543.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +172,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,53.0,122.0,75.0,75.0,8.0,136.0,3804.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,34,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,24416.0,23845.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,5439636.0,5446402.0,https://anaconda.org/conda-forge/ftfy,2024-10-26 15:17:54.666,304482.0,,,,,2.0,20.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-10-14 12:43:50.000000,2024-10-07 18:43:00,7401.0,8.0,618.0,115.0,1188.0,353.0,1115.0,3320.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'],1896.0,1720.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,293135.0,305931.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,626600.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,9.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-10-31 12:02:43.000000,2024-10-29 09:35:33,1527.0,10.0,363.0,90.0,774.0,136.0,449.0,3316.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,,,,5160.0,4964.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,137387.0,159855.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1190819.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-10-30 14:04:54.000000,2024-10-30 14:00:46,2037.0,101.0,393.0,52.0,1785.0,65.0,471.0,3089.0,Bayesian optimization in PyTorch.,133.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1287.0,1203.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,212764.0,215324.0,https://anaconda.org/conda-forge/botorch,2024-09-20 23:53:13.019,128002.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-10-27 17:09:19.000000,2024-10-27 17:09:19,1049.0,28.0,499.0,56.0,147.0,360.0,171.0,2796.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'],4539.0,4200.0,https://pypi.org/project/hdbscan,2024-10-12 02:04:35.000,339.0,670480.0,716163.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2192808.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-10-28 13:12:53.000000,2024-10-28 13:12:53,3024.0,48.0,698.0,75.0,926.0,293.0,641.0,2731.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,,,,,1273.0,1220.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,122419.0,122429.0,,,,,,,,1.0,546.0,,,,,,,,,,,,,,,,,,, +178,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,2363.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,,,,3188.0,3027.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2193390.0,2200485.0,https://anaconda.org/conda-forge/lifelines,2024-10-29 23:52:22.089,376085.0,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +179,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-10-30 15:52:08.000000,2024-10-29 11:22:18,5333.0,114.0,552.0,19.0,1438.0,1139.0,692.0,2269.0,"This is the development home of the workflow management system Snakemake. For general information, see.",342.0,34,True,2024-10-29 11:23:41.000,8.25.0,368.0,snakemake,bioconda/snakemake,,,,2357.0,2122.0,https://pypi.org/project/snakemake,2024-10-29 11:23:41.000,235.0,119963.0,131119.0,https://anaconda.org/bioconda/snakemake,2024-10-29 19:27:07.391,1204867.0,,,,,2.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,1405.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,,,,20093.0,19836.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,936728.0,938755.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,81298.0,,,,,2.0,50860.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-10-28 21:49:45.000000,2024-09-05 06:54:23,889.0,4.0,342.0,42.0,1056.0,190.0,171.0,1228.0,Making text a first-class citizen in TensorFlow.,131.0,34,True,2024-10-28 21:49:45.000,2.18.0,73.0,tensorflow-text,,,,['tensorflow'],7717.0,7499.0,https://pypi.org/project/tensorflow-text,2024-10-28 20:25:18.000,218.0,8088705.0,8088705.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,,,,4023.0,3974.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,11084381.0,11090375.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,245769.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-10-31 10:18:04.000000,2024-10-31 10:18:01,3747.0,154.0,4342.0,383.0,4202.0,432.0,1264.0,38760.0,"Making large AI models cheaper, faster and more accessible.",192.0,33,True,2024-10-21 02:21:19.000,0.4.5,45.0,,,,,,427.0,427.0,,,,,,,,,,,,,2.0,,-1.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-10-31 14:16:56.000000,2024-10-31 12:53:34,18786.0,245.0,4869.0,400.0,5541.0,228.0,3933.0,26718.0,The platform for building AI from enterprise data.,859.0,33,False,2024-10-29 16:49:08.000,24.10.5.0,496.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-10-29 16:50:03.000,,22111.0,22111.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-10-31 14:38:02.000000,2024-10-31 14:36:29,6620.0,1186.0,2916.0,269.0,6576.0,124.0,656.0,26711.0,You like pytorch? You like micrograd? You love tinygrad!.,351.0,33,True,2024-08-13 23:19:48.000,0.9.2,8.0,,,,,['pytorch'],122.0,122.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-10-31 14:52:10.000000,2024-10-11 18:15:45,3375.0,358.0,1378.0,125.0,3783.0,307.0,1011.0,20392.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,,,,,5817.0,,,,,,,,2.0,244342.0,,,,,,,,,,,,,,,,,,, +187,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,465.0,671.0,590.0,672.0,15492.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'],1529.0,1515.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9889.0,9889.0,,,,,,,,2.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-10-28 23:22:54.000000,2024-10-17 22:52:09,3861.0,6.0,1185.0,194.0,2868.0,361.0,1037.0,11161.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'],283.0,277.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,4392.0,4392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +189,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-10-30 23:23:50.000000,2024-10-25 13:37:57,1181.0,13.0,1275.0,147.0,180.0,265.0,1350.0,8765.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'],1028.0,1014.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,7419.0,11822.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,259786.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,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-10-25 07:57:17.000000,2024-10-25 07:57:17,2940.0,17.0,1681.0,92.0,1693.0,236.0,1914.0,8665.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,33,True,2023-10-18 03:54:18.000,2.9.0,19.0,paddleseg,,,,['paddle'],1306.0,1299.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1540.0,1540.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-10-31 03:57:53.000000,2024-10-31 03:46:05,6137.0,117.0,1175.0,122.0,1734.0,104.0,712.0,8438.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,33,True,2024-10-22 20:09:24.000,3.1.2,133.0,perspective-python,conda-forge/perspective,,,['jupyter'],180.0,148.0,https://pypi.org/project/perspective-python,2024-10-22 20:06:47.000,26.0,22092.0,50639.0,https://anaconda.org/conda-forge/perspective,2024-09-21 14:46:30.468,1269618.0,,,,,2.0,5609.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-10-22 20:08:03.773,6.0,3759.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,164.0,9.0,356.0,7877.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,,,,,3180.0,3030.0,https://pypi.org/project/bayesian-optimization,2024-10-21 14:26:57.000,150.0,396160.0,396161.0,,,,,,,,1.0,162.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +193,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-10-28 13:09:43.000000,2024-06-21 13:43:40,1379.0,,874.0,158.0,1731.0,150.0,865.0,7255.0,An open source python library for automated feature engineering.,73.0,33,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1878.0,1804.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,102866.0,106956.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,212708.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +194,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,7246.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,,,,17941.0,17488.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2206851.0,2217762.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,796570.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +195,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,7129.0,Python library for audio and music analysis.,123.0,33,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,2942382.0,2958555.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,824872.0,,,,,2.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-10-06 21:08:11.000000,2024-10-06 21:08:11,869.0,4.0,1277.0,141.0,504.0,47.0,566.0,6832.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,19074761.0,19086828.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-10-04 17:49:36.866,627512.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +197,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-10-31 10:01:52.000000,2024-10-31 09:58:52,3441.0,155.0,728.0,144.0,128.0,108.0,344.0,6275.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'],821.0,772.0,https://pypi.org/project/interpret,2024-10-24 09:52:24.000,49.0,106868.0,106868.0,,,,,,,,1.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-09-03 13:46:04.210000,2024-05-07 13:49:33,2334.0,,1123.0,191.0,238.0,279.0,285.0,5838.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,,,,5629.0,5377.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,277451.0,286844.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,450869.0,,,,,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-10-31 13:52:03.000000,2024-10-31 13:51:48,2437.0,32.0,651.0,95.0,273.0,497.0,566.0,5657.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,,,1402.0,1358.0,https://pypi.org/project/clearml,2024-10-27 20:16:50.000,44.0,316883.0,317401.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30296.0,2.0,2901.0,,,,,,,,,,,,,,,,,,, +200,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-10-30 20:10:35.000000,2024-10-02 16:35:21,2213.0,10.0,318.0,46.0,2189.0,387.0,664.0,5200.0,Aim An easy-to-use & supercharged open-source experiment tracker.,76.0,33,True,2024-10-02 17:28:03.000,3.25.0,1141.0,aim,conda-forge/aim,,,,760.0,722.0,https://pypi.org/project/aim,2024-10-30 20:10:35.000,38.0,1036096.0,1038217.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,82734.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,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,537.0,83.0,605.0,114.0,495.0,5065.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,,,,640.0,584.0,https://pypi.org/project/river,2024-07-09 19:24:30.000,56.0,749877.0,751877.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,84029.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,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,4472.0,Geocoding library for Python.,133.0,33,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,5529666.0,5558203.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1483955.0,,,,,2.0,91.0,,,,,,,,,,,,,,,,,,, +203,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,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,,,,7136.0,6768.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,948505.0,963484.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,748964.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-10-29 06:31:50.000000,2024-10-29 04:37:58,567.0,5.0,159.0,42.0,81.0,7.0,131.0,2061.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,,,,11280.0,11011.0,https://pypi.org/project/jellyfish,2024-07-28 08:19:05.000,269.0,5962155.0,5982509.0,https://anaconda.org/conda-forge/jellyfish,2024-09-06 22:00:00.405,1058439.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-10-31 10:20:58.000000,2024-10-31 09:30:56,3759.0,39.0,193.0,50.0,1390.0,132.0,734.0,1997.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,,,,2761.0,2740.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,279555.0,294710.0,https://anaconda.org/conda-forge/pythran,2024-09-03 03:38:51.615,742602.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +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,2024-10-31 10:06:58.000000,2024-10-31 10:06:58,1971.0,22.0,288.0,45.0,287.0,58.0,213.0,1555.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,,,,882.0,790.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,92.0,101250.0,108939.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,369103.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,2024-10-31 13:49:07.000000,2024-10-31 13:48:24,329.0,16.0,3028.0,154.0,54.0,134.0,141.0,20350.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'],562.0,547.0,https://pypi.org/project/vit-pytorch,2024-10-31 13:49:07.000,15.0,31362.0,31362.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,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,19157.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'],542.0,537.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,7763.0,7763.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,1015.0,1869.0,363.0,658.0,17662.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,,,,1024.0,1014.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3373.0,3555.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,8923.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +210,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,11586.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,,,,6788.0,6585.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,384914.0,387398.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,233580.0,,,,,1.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,,1135.0,339.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,,,,,382.0,377.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,17628.0,17759.0,,,,,,,,3.0,10766.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,283.0,3401.0,51.0,1494.0,10485.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,4216.0,4216.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,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,10140.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,1622962.0,1633830.0,https://anaconda.org/conda-forge/wordcloud,2024-09-16 13:29:20.331,554309.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,6755.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'],318.0,295.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,11086.0,11086.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,6300.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'],1647.0,1629.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,14585.0,14910.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11628.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,339.0,6233.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,210438.0,214269.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,187761.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,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-09-11 20:27:12.000000,2024-09-11 20:27:12,1230.0,2.0,657.0,62.0,141.0,63.0,447.0,6001.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",42.0,32,True,2024-07-25 01:34:14.000,2.6.1,212.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2039.0,1989.0,https://pypi.org/project/pytorch-metric-learning,2024-07-25 01:34:14.000,50.0,755014.0,755224.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12024.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +218,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,6.0,714.0,110.0,195.0,18.0,350.0,5829.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,2279728.0,2292096.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,630814.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,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-10-23 18:26:01.000000,2024-10-23 18:26:01,1647.0,1.0,858.0,116.0,531.0,149.0,342.0,4891.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,108.0,32,True,2024-01-05 09:13:47.000,0.23.1,52.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],15887.0,15706.0,https://pypi.org/project/mlxtend,2024-01-05 09:13:47.000,181.0,575135.0,581551.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,327219.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,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,,620.0,65.0,226.0,223.0,164.0,4344.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,,,,7241.0,7107.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,936016.0,941392.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,247335.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,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,4243.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,,,,3296.0,3236.0,https://pypi.org/project/sacred,2024-08-26 09:23:15.000,60.0,104117.0,104312.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,6834.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-10-14 02:32:51.000000,2024-08-15 14:20:30,3331.0,10.0,548.0,120.0,383.0,72.0,743.0,4135.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,32,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,359.0,340.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,161030.0,163342.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,78634.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-10-21 16:03:36.000000,2024-10-21 16:03:36,1299.0,4.0,2506.0,1945.0,536.0,390.0,1078.0,4087.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,394462.0,394471.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-10-26 16:31:33.000000,2024-10-26 16:31:33,1909.0,118.0,620.0,42.0,910.0,477.0,307.0,3975.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,52053.0,53400.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,66030.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-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,,,,828.0,770.0,https://pypi.org/project/nevergrad,2024-09-25 16:43:58.000,58.0,92619.0,93658.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,55090.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-10-14 01:15:35.000000,2024-10-14 01:14:53,1356.0,7.0,317.0,59.0,245.0,66.0,449.0,3657.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,,,,949.0,919.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,245550.0,265392.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1031794.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-10-11 19:04:52.000000,2024-09-27 22:14:33,3900.0,19.0,553.0,58.0,915.0,366.0,980.0,3565.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'],2601.0,2432.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,281063.0,284477.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,180993.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,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-10-31 11:34:52.000000,2024-08-14 20:32:21,1311.0,2.0,813.0,306.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,1494296.0,1494296.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,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,1660.0,154.0,210.0,13.0,693.0,3478.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,1817733.0,1819876.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,107150.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,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,3405.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,,,,1295.0,1232.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,372856.0,376055.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,153565.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-10-28 13:35:15.000000,2024-10-28 13:35:15,1277.0,45.0,278.0,29.0,1138.0,72.0,508.0,3150.0,A python library for self-supervised learning on images.,57.0,32,True,2024-09-24 08:48:24.000,1.5.13,127.0,lightly,,,,['pytorch'],344.0,330.0,https://pypi.org/project/lightly,2024-09-24 08:50:32.000,14.0,35021.0,35021.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,2024-10-28 16:18:50.000000,2024-10-28 16:18:48,1202.0,29.0,350.0,36.0,541.0,114.0,445.0,3051.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,,,,258.0,241.0,https://pypi.org/project/neuralforecast,2024-09-20 17:38:31.000,17.0,67369.0,68150.0,https://anaconda.org/conda-forge/neuralforecast,2024-09-20 23:37:40.226,24240.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,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,2889.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,,,,2300.0,2125.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,239156.0,239690.0,https://anaconda.org/conda-forge/dm-haiku,2024-10-23 19:46:21.263,23518.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +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,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,2409.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'],2546.0,2262.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1469704.0,1477676.0,https://anaconda.org/conda-forge/category_encoders,2024-10-02 13:16:06.886,287006.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,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-10-30 16:42:50.000000,2024-10-30 16:42:49,1813.0,256.0,205.0,50.0,286.0,174.0,163.0,2156.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'],126.0,120.0,https://pypi.org/project/graphistry,2024-10-20 17:58:26.000,6.0,15818.0,15818.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,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,2018.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,,,,,14031.0,13628.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2277687.0,2277687.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +237,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-10-31 11:35:00.000000,2024-10-31 04:36:44,2198.0,203.0,422.0,33.0,2349.0,304.0,120.0,1928.0,Pytorch domain library for recommendation systems.,283.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,,11351.0,11351.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +238,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-10-17 01:51:01.000000,2024-10-17 01:50:57,1610.0,4.0,285.0,56.0,142.0,83.0,192.0,1846.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,,,,3354.0,3197.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,105180.0,119370.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,610177.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-10-19 04:07:54.000000,2024-10-19 04:01:42,732.0,10.0,333.0,46.0,387.0,72.0,238.0,1704.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'],929.0,893.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,265200.0,265751.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,18118.0,,,,,2.0,127.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,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,1119917.0,1119917.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-10-30 22:10:50.000000,2024-10-29 16:26:02,2891.0,57.0,187.0,27.0,725.0,114.0,460.0,1658.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,,,,,265.0,246.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,11440.0,11444.0,,,,,,,,2.0,216.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,158.0,114.0,218.0,1625.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,12043.0,11831.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,774691.0,776348.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,152513.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder +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,2024-10-30 16:45:32.000000,2024-10-29 17:21:53,4430.0,167.0,51.0,168.0,589.0,153.0,472.0,1562.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,64203.0,64224.0,,,,,,,,2.0,1283.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,292.0,360.0,1488.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'],12229.0,11945.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,202397.0,234180.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1286013.0,,,,,3.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,7519.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-10-30 17:34:08.000000,2024-10-30 17:30:25,1146.0,13.0,248.0,49.0,540.0,31.0,185.0,1336.0,ARCH models in Python.,35.0,32,False,2024-09-24 09:58:38.000,7.1.0,48.0,arch,conda-forge/arch-py,,,,2153.0,2044.0,https://pypi.org/project/arch,2024-09-24 09:58:38.000,109.0,496399.0,504486.0,https://anaconda.org/conda-forge/arch-py,2024-09-24 16:15:26.723,420555.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-10-31 08:20:13.000000,2024-10-16 15:26:11,727.0,28.0,108.0,26.0,587.0,360.0,457.0,1126.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,,,,6215.0,6011.0,https://pypi.org/project/hvplot,2024-10-16 15:27:44.000,204.0,215450.0,228195.0,https://anaconda.org/conda-forge/hvplot,2024-10-17 10:29:45.764,662775.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-10-25 14:01:42.000000,2024-10-25 14:01:42,14176.0,273.0,293.0,34.0,1886.0,493.0,671.0,1066.0,Python package for earth-observing satellite data processing.,167.0,32,False,2024-10-23 10:48:06.000,0.52.1,98.0,satpy,conda-forge/satpy,,,,177.0,147.0,https://pypi.org/project/satpy,2024-10-23 10:48:06.000,30.0,12109.0,16501.0,https://anaconda.org/conda-forge/satpy,2024-10-23 14:08:22.801,228432.0,,,,,3.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,2024-10-30 23:40:41.000000,2024-10-30 18:40:28,11599.0,55.0,243.0,56.0,12322.0,255.0,2217.0,980.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'],180.0,146.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,59396.0,59396.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-10-30 19:52:00.000000,2024-10-30 19:51:59,14527.0,307.0,434.0,54.0,2238.0,191.0,807.0,712.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",166.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1389.0,1266.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,48234.0,58831.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,519301.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-10-14 20:17:57.000000,2024-10-14 20:03:04,17285.0,34.0,111.0,27.0,3618.0,528.0,3413.0,539.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,,,,524.0,429.0,https://pypi.org/project/datalad,2024-08-08 02:59:23.000,95.0,52728.0,65143.0,https://anaconda.org/conda-forge/datalad,2024-08-08 08:36:45.951,645584.0,,,,,2.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,2828.0,387.0,125.0,239.0,561.0,25846.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'],829.0,817.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,22574.0,82503.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,95289.0,,,,,2.0,3498854.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,,1807.0,283.0,3507.0,417.0,1684.0,14033.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,True,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,17784.0,17784.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,2.0,2074.0,182.0,1006.0,574.0,727.0,12719.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'],1755.0,1748.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5773.0,5784.0,,,,,,,,2.0,803.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-10-29 08:42:39.000000,2024-10-29 08:42:35,2966.0,11.0,2396.0,203.0,475.0,246.0,476.0,10014.0,FinRL: Financial Reinforcement Learning.,117.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,,2128.0,2128.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-10-28 18:05:43.000000,2024-10-28 18:05:38,865.0,1.0,1290.0,422.0,89.0,32.0,161.0,9769.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'],1370.0,1351.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,24125.0,24719.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,35088.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +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,,1569.0,288.0,434.0,295.0,639.0,9723.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'],3082.0,3044.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,47251.0,52519.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,273942.0,,,,,2.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,2024-10-23 14:54:18.000000,2024-10-23 14:54:18,1743.0,25.0,734.0,90.0,802.0,112.0,271.0,9668.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,26093.0,26842.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,31460.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,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'],5048.0,5034.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4442.0,4442.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,258.0,148.0,107.0,104.0,9226.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,7064975.0,7070681.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,564929.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-10-17 18:06:07.000000,2024-10-17 18:06:07,1392.0,1.0,1399.0,301.0,895.0,143.0,759.0,9139.0,AutoML library for deep learning.,144.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],764.0,751.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,29779.0,30007.0,,,,,,,,2.0,18945.0,,,,,,,,,,,,,,,,,,, +261,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,290.0,98.0,311.0,446.0,8616.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1704.0,1685.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,9549.0,21809.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8125.0,,,,,2.0,943938.0,,,,,,,,,,,,,,,,,,, +262,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,2.0,1206.0,171.0,436.0,68.0,474.0,8423.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,222323.0,248685.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1397218.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,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-10-27 10:40:01.000000,2024-10-27 10:39:29,1248.0,17.0,869.0,61.0,1022.0,244.0,1325.0,8039.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,62389.0,63954.0,https://anaconda.org/conda-forge/u8darts-all,2024-10-13 21:33:50.942,60679.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,800.0,2.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,2024-10-24 14:24:25.000000,2023-04-18 11:08:13,2759.0,,1269.0,215.0,722.0,196.0,829.0,7609.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'],651.0,617.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,21111.0,21738.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,26354.0,,,,,2.0,62.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,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,6714.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'],419.0,415.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,14509.0,14509.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +266,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-10-30 10:12:03.000000,2024-09-20 10:02:01,1094.0,3.0,387.0,81.0,540.0,62.0,458.0,5870.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']",1518.0,1433.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,148373.0,164450.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,787801.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +267,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,125.0,38.0,74.0,147.0,5558.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4104.0,4004.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,100.0,812492.0,812833.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,18106.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +268,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,4760.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']",1296.0,1248.0,https://pypi.org/project/dtale,2024-10-25 13:08:15.000,48.0,132474.0,138992.0,https://anaconda.org/conda-forge/dtale,2024-10-25 14:41:09.574,345489.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +269,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,4535.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,,,,47273.0,46838.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,443753.0,447605.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,196497.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,2024-10-30 17:23:41.000000,2024-10-25 17:19:32,15560.0,60.0,527.0,74.0,3644.0,914.0,1615.0,4214.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,3219.0,3219.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,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-10-31 11:47:12.000000,2024-10-31 11:47:10,703.0,45.0,664.0,38.0,992.0,147.0,793.0,3769.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,,,,,109.0,104.0,https://pypi.org/project/anomalib,2024-10-31 09:01:10.000,5.0,66847.0,67281.0,,,,,,,,2.0,14787.0,,,,,,,,,,,,,,,,,,, +272,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,3423.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,299167.0,299347.0,,,,,,,,3.0,17354.0,,,,,,,,,,,,,,,,,,, +273,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,3343.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,,,,7460.0,7340.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,2852952.0,2855909.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,260286.0,,,,,2.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,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,3180.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'],6747.0,6594.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,414363.0,423511.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,320181.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,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,3161.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,,,,14896.0,14654.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1487236.0,1491472.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,402508.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,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 09:14:35.000000,2024-10-31 09:14:19,481.0,5.0,739.0,121.0,130.0,71.0,375.0,3058.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'],2950.0,2858.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,427040.0,432981.0,https://anaconda.org/conda-forge/hmmlearn,2024-09-11 23:07:53.942,291157.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,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-10-31 14:17:53.000000,2024-10-31 13:56:48,8349.0,293.0,354.0,84.0,9769.0,109.0,349.0,3033.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,591.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-10-30 23:56:54.000,4.0,55978.0,56225.0,,,,,,,,3.0,11613.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,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,2857.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'],4667.0,4552.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,328529.0,329625.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,41663.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,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,2732.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'],180.0,176.0,https://pypi.org/project/shapash,2024-10-25 10:11:38.000,4.0,35089.0,35089.0,,,,,,,,2.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,2024-10-01 15:28:33.000000,2024-10-01 15:28:28,557.0,14.0,428.0,91.0,117.0,76.0,265.0,2262.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,,,,1636.0,1626.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,13050.0,14209.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,48704.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,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-29 19:48:13.000000,2024-10-29 19:46:04,955.0,37.0,140.0,24.0,439.0,156.0,298.0,2095.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'],977.0,811.0,https://pypi.org/project/equinox,2024-10-18 17:19:32.000,166.0,249790.0,249790.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +282,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-10-07 10:29:52.000000,2024-10-07 10:29:49,1258.0,58.0,186.0,21.0,177.0,47.0,137.0,1859.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,,,,,610.0,592.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,50250.0,50250.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,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,1585.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,,,,9766.0,9613.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2422975.0,2447880.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1195477.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-10-10 00:53:03.000000,2024-10-10 00:53:03,951.0,3.0,431.0,85.0,235.0,57.0,242.0,1464.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,,,,3091.0,2653.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,729633.0,738775.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,365695.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-10-28 20:23:24.000000,2024-10-28 10:47:39,1615.0,30.0,169.0,18.0,847.0,110.0,456.0,1355.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,,,,769.0,737.0,https://pypi.org/project/pyjanitor,2024-09-28 19:45:12.000,32.0,85635.0,89724.0,https://anaconda.org/conda-forge/pyjanitor,2024-09-28 23:43:58.175,216763.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,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-10-27 11:38:59.000000,2024-10-27 09:06:43,1152.0,19.0,211.0,23.0,154.0,26.0,201.0,1132.0,Survival analysis built on top of scikit-learn.,21.0,31,False,2024-06-30 09:36:26.000,0.23.0,29.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],655.0,622.0,https://pypi.org/project/scikit-survival,2024-06-30 09:36:26.000,33.0,149982.0,154451.0,https://anaconda.org/conda-forge/scikit-survival,2024-06-30 11:16:56.800,156442.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,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,1067.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,,,,2236.0,2062.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,97352.0,123003.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1333853.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,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,880.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,,,,1422.0,1295.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,345108.0,349013.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,187455.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,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-10-30 23:48:39.000000,2024-10-25 16:27:02,175811.0,3423.0,94.0,50.0,2359.0,92.0,286.0,685.0,TensorFlow ROCm port.,4730.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,6461.0,6461.0,,,,,,,,3.0,25.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,, +290,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,1250.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,2439.0,2579.0,,,,,,,,3.0,14729.0,,,,,,,,,,,,,,,,,,, +291,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,647.0,375.0,504.0,436.0,15774.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,30,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,2319.0,2319.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +292,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,5.0,2586.0,299.0,941.0,238.0,690.0,15438.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,30,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,7235.0,7249.0,,,,,,,,2.0,728.0,,,,,,,,,,,,,,,,,,, +293,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-10-17 04:06:27.000000,2024-10-17 04:06:27,1187.0,8.0,1387.0,100.0,660.0,729.0,527.0,8382.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,128.0,30,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2783.0,2783.0,,,,,7095.0,https://anaconda.org/conda-forge/nvidia-apex,2024-09-10 09:10:05.964,340569.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,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,302.0,296.0,161.0,267.0,5688.0,Portfolio and risk analytics in Python.,60.0,30,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1100.0,1086.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,7807.0,7983.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14080.0,,,,,2.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,,1033.0,111.0,253.0,114.0,481.0,5363.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'],4412.0,4292.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,120.0,173236.0,173853.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,22213.0,,,,,3.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,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,5067.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,,,,,230.0,228.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,60037.0,60037.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,,280.0,44.0,51.0,28.0,97.0,4057.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,,,,6328.0,6178.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,2096907.0,2103165.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,294150.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-10-28 18:32:25.000000,2024-10-28 18:07:59,1240.0,20.0,498.0,65.0,764.0,5.0,553.0,3756.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,,,,,69.0,34.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,12303.0,12303.0,,,,,,,,2.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,,605.0,76.0,231.0,89.0,406.0,3545.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,30,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1550.0,1521.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,210790.0,229315.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,905593.0,,,,,2.0,1479.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,248.0,64.0,56.0,9.0,,3379.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,,,,7357.0,7258.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,827755.0,841613.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,650797.0,,,,,2.0,1038.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-10-30 11:33:52.133000,2024-10-14 11:19:45,1218.0,33.0,405.0,50.0,95.0,140.0,522.0,3044.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,8627.0,9219.0,https://anaconda.org/conda-forge/mljar-supervised,2024-10-30 11:33:52.133,23691.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,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'],1551.0,1472.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,394812.0,422417.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1435485.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,2024-10-30 19:52:27.000000,2024-10-30 19:52:27,2970.0,54.0,997.0,123.0,534.0,65.0,305.0,2590.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,30,False,2024-04-05 11:35:24.000,8.8.0,47.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],112.0,,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,112.0,439910.0,463506.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1132640.0,,,,,2.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,217.0,148.0,2357.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,,,,6781.0,6626.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,342983.0,347911.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,212138.0,,,,,3.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,849.0,,,,,,,,,,, +305,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-10-30 22:16:43.000000,2024-10-29 21:09:10,1937.0,165.0,134.0,28.0,359.0,53.0,108.0,2205.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",54.0,30,True,2024-10-29 22:06:28.000,2.16.0,126.0,usearch,,unum/usearch,,,164.0,129.0,https://pypi.org/project/usearch,2024-10-29 22:06:28.000,21.0,186994.0,198121.0,,,,https://hub.docker.com/r/unum/usearch,2024-10-29 21:11:18.394631,1.0,134.0,3.0,30364.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-10-29 21:12:37.412,14.0,9224.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-09-13 13:36:57.070000,2024-08-26 17:26:56,210.0,1.0,254.0,56.0,78.0,51.0,229.0,2011.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,,,,1146.0,1110.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,97590.0,101313.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,189570.0,,,,,2.0,610.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-10-28 11:41:51.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'],731.0,696.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,68813.0,69916.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,35321.0,,,,,3.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,1734.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,,,,,291.0,276.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,6220.0,6337.0,,,,,,,,1.0,12083.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,1703.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,,,,,1016.0,982.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,23851.0,23851.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,121.0,35.0,268.0,1621.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,,,,2638.0,2482.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,147541.0,150203.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,138442.0,,,,,3.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-10-31 15:14:07.000000,2024-10-31 12:35:43,2225.0,257.0,150.0,11.0,918.0,105.0,895.0,1420.0,"dstack is an open-source alternative to Kubernetes, designed to simplify development, training, and deployment of AI..",45.0,30,True,2024-10-31 15:00:04.000,0.18.22,238.0,dstack,,,,,16.0,16.0,https://pypi.org/project/dstack,2024-10-31 12:59:25.000,,17525.0,17525.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,1324.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,,,,1730.0,1681.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,41218.0,52649.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,583009.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,29.0,245.0,38.0,1505.0,208.0,354.0,1261.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/,,137.0,125.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,4743.0,4884.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,3975.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +314,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,61.0,73.0,82.0,947.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,,,,108335.0,107808.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,527.0,14653603.0,14993075.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,12560476.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +315,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,6.0,122.0,32.0,132.0,24.0,75.0,918.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,,,,19263.0,18562.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,701.0,2855267.0,2898627.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,867214.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +316,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-09-27 19:27:52.000000,2024-09-24 16:01:52,16653.0,51.0,377.0,45.0,1649.0,306.0,2982.0,913.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,3272.0,3333.0,,,,,,,,2.0,7973.0,,,,,,,,,,,,,,,,,,, +317,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-10-31 06:48:49.000000,2024-10-31 06:48:38,3204.0,36.0,119.0,16.0,317.0,8.0,176.0,803.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,490138.0,553916.0,https://anaconda.org/conda-forge/mpi4py,2024-10-12 13:31:50.789,3035229.0,,,,,2.0,27810.0,,,,,,,,,,,,,,,,,,, +318,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,16.0,174.0,35.0,118.0,27.0,65.0,757.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,20438627.0,20528381.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8795975.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,2024-10-30 19:11:43.000000,2024-07-01 21:47:36,1690.0,,283.0,42.0,1431.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,1325338.0,1325338.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,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,487.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,,,,25217.0,25082.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2053272.0,2071777.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,888261.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,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,,,,50878.0,50777.0,https://pypi.org/project/blis,2024-09-13 08:21:34.000,101.0,11819775.0,11866970.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2312443.0,,,,,2.0,190.0,,,,,,,,,,,,,,,,,,, +322,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,,14521.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2441.0,2367.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,38810.0,38810.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,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,24.0,2860.0,198.0,3753.0,1237.0,4204.0,12764.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,677.0,677.0,,,,,,,,2.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,46.0,101.0,94.0,9033.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,158061.0,158903.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,43789.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-10-29 16:34:51.000000,2024-10-29 14:34:43,1054.0,19.0,928.0,138.0,749.0,135.0,347.0,7093.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,96.0,29,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,449.0,442.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,49767.0,50489.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,33962.0,,,,,2.0,40.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,6197.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'],770.0,763.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2229.0,2405.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9186.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-04-19 02:47:07.000000,2023-01-19 00:37:33,900.0,,1214.0,152.0,952.0,58.0,788.0,5824.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,159828.0,159828.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,2024-10-25 09:11:15.000000,2024-10-16 04:12:35,1641.0,23.0,830.0,145.0,1572.0,376.0,403.0,5064.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,254142.0,254142.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,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,4774.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,162453.0,162461.0,,,,,,,,2.0,459.0,,,,,,,,,,,,,,,,,,, +330,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-10-21 13:12:43.000000,2024-10-17 12:23:01,1475.0,2.0,750.0,75.0,1818.0,328.0,634.0,4608.0,Probabilistic time series modeling in Python.,117.0,29,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,656971.0,656998.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,994.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,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,4439.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,,,,1490.0,1425.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,143272.0,143941.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,26763.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,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,148.0,132.0,138.0,104.0,4332.0,Technical Analysis Library using Pandas and Numpy.,34.0,29,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,4441.0,4334.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,153676.0,154362.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,30208.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,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,4.0,571.0,44.0,542.0,14.0,,4060.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,29,True,2024-08-27 11:49:25.000,0.11.19,103.0,sahi,conda-forge/sahi,,,,1452.0,1426.0,https://pypi.org/project/sahi,2024-07-10 10:19:56.000,26.0,132518.0,135290.0,https://anaconda.org/conda-forge/sahi,2024-07-24 03:28:58.170,76736.0,,,,,2.0,28228.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,77.0,38.0,14.0,121.0,3945.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,,,,18667.0,18545.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,223603.0,276064.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,367228.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,472.0,56.0,824.0,58.0,497.0,3866.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,103479.0,103479.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-10-29 13:57:19.000000,2024-10-29 13:50:16,898.0,25.0,428.0,43.0,990.0,27.0,339.0,3790.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",53.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,47195.0,139312.0,,,,,,,,2.0,4053175.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,3623.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,193013.0,222091.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1405589.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2558.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-10-14 13:03:13.000000,2024-02-22 12:17:17,1487.0,,253.0,21.0,1746.0,295.0,726.0,3599.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,,,,,465.0,453.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,12.0,83663.0,83697.0,,,,,,,,2.0,1230.0,,,,,,,,,,,,,,,,,,, +339,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,9.0,289.0,3364.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,29,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,645.0,630.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,21243.0,21269.0,,,,,,,,2.0,1789.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,83.0,245.0,69.0,155.0,3069.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,123079.0,123080.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,3030.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12153.0,12044.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,87000.0,87000.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,2794.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,79634.0,79634.0,,,,,,,,2.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-09-24 01:23:55.000000,2024-09-24 01:23:52,3553.0,9.0,333.0,154.0,1182.0,35.0,60.0,2724.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,15077.0,15088.0,,,,,,,,3.0,982.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,2556.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'],1648.0,1626.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,94258.0,94258.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,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,29,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],5631.0,5546.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,448357.0,450510.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,187325.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,22.0,50.0,35.0,203.0,2304.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,,,,559.0,549.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,77590.0,78779.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,54729.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,2227.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'],6387.0,6314.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,122404.0,122646.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13348.0,,,,,2.0,4.0,,,,,,,,,,,,,,,,,,, +348,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-10-31 14:59:11.000000,2024-10-31 14:10:06,887.0,15.0,415.0,39.0,915.0,162.0,324.0,1935.0,A Python package to assess and improve fairness of machine learning models.,85.0,29,True,2023-12-19 14:14:09.000,0.10.0,20.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],58.0,3.0,https://pypi.org/project/fairlearn,2023-12-19 02:11:12.000,55.0,227451.0,228242.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,37200.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,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'],6655.0,6552.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,129442.0,130591.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,87332.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,290.0,29.0,579.0,102.0,722.0,1774.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,,,,,111.0,108.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,3010.0,3010.0,,,,,,,,2.0,41.0,3.0,,,,,,,,,,,,,,,,,, +351,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,1574.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'],3945.0,3908.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1815149.0,1815798.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,29246.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-10-30 15:32:10.000000,2024-09-23 18:45:00,1017.0,35.0,592.0,106.0,293.0,22.0,300.0,1566.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,True,2024-09-23 20:40:57.000,2.12.0,34.0,tabpy,anaconda/tabpy-client,,,,186.0,184.0,https://pypi.org/project/tabpy,2024-09-23 20:40:57.000,2.0,54232.0,54283.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4641.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,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,120.0,24.0,110.0,46.0,78.0,1293.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,,,,3451.0,3402.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,529929.0,530767.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,41921.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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,26.0,39.0,9.0,130.0,1265.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'],639.0,621.0,https://pypi.org/project/prince,2024-09-07 18:34:31.000,18.0,191719.0,192077.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,21124.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,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-10-30 18:32:16.000000,2024-10-30 18:32:15,1524.0,61.0,274.0,72.0,108.0,33.0,55.0,1256.0,Model analysis tools for TensorFlow.,58.0,29,True,2024-04-25 08:57:36.000,0.46.0,57.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-04-25 08:57:36.000,19.0,75891.0,75891.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,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,1230.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,29,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],559.0,555.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,14406.0,14406.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,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-10-31 13:25:07.000000,2024-08-13 21:16:30,3511.0,13.0,130.0,10.0,646.0,23.0,151.0,1125.0,Time series forecasting with machine learning models.,14.0,29,True,2024-08-01 13:18:23.000,0.13.0,28.0,skforecast,,,,['sklearn'],358.0,343.0,https://pypi.org/project/skforecast,2024-08-01 12:24:50.000,15.0,86121.0,86121.0,,,,,,,,2.0,,,,skforecast/skforecast,,,,,,,,,,,,,,,, +358,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,837.0,The Classical Language Toolkit.,121.0,29,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,15376.0,15376.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +359,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,712.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,,,,45263.0,44483.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,4218170.0,4218328.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,20286.0,,,,,,,,,,,,,,,,,,, +360,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-10-29 16:12:05.000000,2024-10-29 16:12:03,849.0,15.0,77.0,26.0,408.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,,,,1210.0,1151.0,https://pypi.org/project/geoviews,2024-09-16 16:00:44.000,59.0,22168.0,27347.0,https://anaconda.org/conda-forge/geoviews,2024-09-17 10:57:22.057,253810.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +361,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-10-31 09:03:43.000000,2024-10-30 09:43:43,2101.0,7.0,63.0,17.0,1636.0,23.0,215.0,580.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,,,,718.0,641.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,476872.0,482297.0,https://anaconda.org/conda-forge/neptune-client,2024-10-02 12:46:58.862,287572.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,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,18166.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,28,True,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,,208326.0,208744.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,26392.0,2.0,,,,,,,,,,,,,,,,,,,, +363,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-10-31 13:26:46.000000,2024-10-31 00:58:16,347.0,5.0,1378.0,425.0,51.0,105.0,88.0,10549.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,40019.0,40019.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +364,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,349.0,81.0,50.0,231.0,8026.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,861.0,835.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2710.0,3081.0,,,,,,,,3.0,31983.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +365,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,7357.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'],279.0,271.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,95949.0,95949.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,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,6394.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,96724.0,104987.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,421439.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,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,5867.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,,,,,535.0,523.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,14256.0,14256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +368,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,5524.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'],800.0,794.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1197.0,1197.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,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,,462.0,74.0,63.0,110.0,57.0,4884.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,,,,,3117.0,3095.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,388533.0,388533.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +370,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,4835.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'],332.0,330.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,3070.0,3070.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +371,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,4762.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,,,,1596.0,1564.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,308334.0,308334.0,https://anaconda.org/conda-forge/lightfm,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +372,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-10-23 00:34:12.000000,2024-10-23 00:34:11,6176.0,22.0,528.0,147.0,1948.0,338.0,1385.0,4559.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,6463.0,6526.0,,,,,,,,2.0,7167.0,,,,,,,,,,,,,,,,,,, +373,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,4522.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,28,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],2394.0,2343.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,70239.0,93559.0,,,,,,,,3.0,1375930.0,,,,,,,,,,,,,,,,,,, +374,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,175.0,90.0,1.0,288.0,4269.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,47816.0,47986.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7657.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,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,3844.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,,,,,1077.0,1065.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2382.0,2382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +376,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,113.0,93.0,23.0,101.0,3518.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,,,,3225.0,3194.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,390082.0,390323.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,9670.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,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,3498.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'],222.0,219.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,2006.0,2222.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,10155.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +378,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-10-30 16:46:41.000000,2024-10-22 19:55:17,1581.0,83.0,354.0,67.0,1453.0,115.0,85.0,3483.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,,,,43.0,40.0,https://pypi.org/project/lit-nlp,2024-10-22 19:57:27.000,3.0,4418.0,6315.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,92987.0,,,,,2.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,2024-08-03 07:04:44.000000,2024-01-02 20:16:48,4161.0,,372.0,84.0,66.0,156.0,189.0,3304.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,,,,504.0,487.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,8306.0,16308.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,728222.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,,387.0,46.0,1085.0,2.0,353.0,3288.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1240.0,1210.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,42927.0,42927.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,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,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1380.0,1327.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,111975.0,113824.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,86931.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,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,2945.0,StellarGraph - Machine Learning on Graphs.,37.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,17046.0,17046.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,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,108.0,364.0,388.0,690.0,2841.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,,,,,821.0,801.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,17447.0,17447.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +384,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,3.0,411.0,124.0,144.0,198.0,247.0,2649.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,226488.0,229908.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,71830.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,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,69.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'],346.0,339.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10908.0,10908.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,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,2315.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11870.0,11715.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,389080.0,389080.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,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,223.0,41.0,547.0,136.0,235.0,2230.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,,,,,492.0,485.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,80073.0,80073.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +388,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-10-31 13:51:24.000000,2023-06-01 12:18:23,739.0,,320.0,44.0,44.0,99.0,56.0,2215.0,A modular active learning framework for Python.,20.0,28,False,2024-10-31 13:51:24.000,0.65.9,1365.0,modAL,,,,['sklearn'],67.0,,https://pypi.org/project/modAL,2024-10-31 13:51:24.000,67.0,866860.0,866860.0,,,,,,,,3.0,42.0,,,,,,,,,,,,,,,,,,, +389,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-10-29 14:57:17.000000,2024-10-29 14:57:17,2293.0,172.0,135.0,27.0,262.0,5.0,42.0,2043.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,,,,,190.0,176.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,12825.0,12825.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-10-22 13:55:50.000000,2024-10-01 13:02:45,487.0,6.0,292.0,64.0,123.0,22.0,105.0,2030.0,ffn - a financial function library for Python.,35.0,28,True,2024-08-06 13:45:28.000,1.1.0,37.0,ffn,conda-forge/ffn,,,,514.0,496.0,https://pypi.org/project/ffn,2024-08-05 23:48:25.000,18.0,17407.0,17710.0,https://anaconda.org/conda-forge/ffn,2024-08-06 14:03:54.464,12742.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +391,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,25.0,273.0,1938.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,,,,2050.0,2028.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,55052.0,55865.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,39851.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +392,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,1794.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,,,,,194.0,186.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,160780.0,160786.0,,,,,,,,3.0,521.0,,,,,,,,,,,,,,,,,,, +393,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-10-24 09:14:19.000000,2024-09-25 00:22:36,832.0,1.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,787401.0,787401.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,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,1465.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,,,,949.0,902.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,39332.0,45870.0,https://anaconda.org/conda-forge/opentsne,2024-09-13 08:50:44.958,326929.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +395,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-10-26 17:26:22.000000,2024-10-15 17:52:15,3072.0,12.0,123.0,36.0,370.0,12.0,191.0,1450.0,Multi-class confusion matrix library in Python.,17.0,28,True,2024-10-17 14:28:07.000,4.1,45.0,pycm,,,,,369.0,345.0,https://pypi.org/project/pycm,2024-10-17 14:28:28.000,24.0,39573.0,39573.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,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,1442.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,,,,,703.0,672.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,28936.0,28936.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +397,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,78.0,492.0,53.0,207.0,1399.0,Underthesea - Vietnamese NLP Toolkit.,19.0,28,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1227.0,1216.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,23432.0,23513.0,,,,,,,,2.0,7255.0,,,,,,,,,,,,,,,,,,, +398,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,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,1370.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,,,,192.0,185.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,27796.0,28177.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,17187.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,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,,,1348.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'],1998.0,1911.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,280826.0,282811.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,69485.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,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,1280.0,A research toolkit for particle swarm optimization in Python.,45.0,28,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,466.0,444.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,30933.0,30933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,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,,,,2900.0,2862.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,249967.0,250901.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,50475.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +402,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,3956184.0,3986728.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2321354.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,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,587723.0,587723.0,,,,,,,,2.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,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,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,87097.0,95416.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,606432.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2315.0,,,,,,,,,,, +405,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,,,,1224.0,1131.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,109489.0,126572.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,905411.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,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,883.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,,,,8392.0,8236.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1668197.0,1708715.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2066448.0,,,,,3.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,2024-09-14 05:03:32.000000,2024-09-14 05:03:32,1368.0,4.0,139.0,26.0,487.0,19.0,140.0,877.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,,,,258.0,240.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,63526.0,74975.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,595374.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +408,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,843.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,,,,1436.0,1373.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,28916.0,38744.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,511093.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +409,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-10-31 01:40:26.000000,2024-10-31 01:37:37,618.0,53.0,101.0,23.0,113.0,15.0,112.0,698.0,Python library for reading audio file metadata.,27.0,28,True,2023-10-26 19:30:36.000,1.10.1,41.0,tinytag,,,,,1197.0,1084.0,https://pypi.org/project/tinytag,2023-10-26 19:30:36.000,113.0,25734.0,25734.0,,,,,,,,3.0,,,,tinytag/tinytag,,,,,,,,,,,,,,,, +410,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,622.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,,,,,610.0,579.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,81421.0,81461.0,,,,,,,,3.0,2706.0,2.0,,,,,,,,,,,,,,,,,, +411,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,,,,10241.0,10080.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,712288.0,744342.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2916948.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,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,10622.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,211210.0,211210.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,,1523.0,132.0,51.0,163.0,141.0,7906.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,193504.0,270967.0,,,,,,,,2.0,4260471.0,,,,,,,,,,,,,,,,,,, +414,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1609.0,458.0,699.0,33.0,441.0,7333.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,3703.0,3728.0,,,,,,,,2.0,2480.0,,,,,,,,,,,,,,,,,,, +415,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,7067.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,56357.0,56357.0,,,,,,,,3.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,,1355.0,350.0,14.0,42.0,66.0,6422.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1443.0,1435.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,25765.0,25765.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,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,6337.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,,4146.0,4146.0,,,,,,,,3.0,13.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +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,4447.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,,,,9541.0,9444.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,330409.0,330756.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,14924.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,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,618.0,98.0,608.0,4289.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,383123.0,384820.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,84860.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,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,43.0,4013.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'],16616.0,16481.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,209336.0,209336.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,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,620971.0,621400.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,24890.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,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,3528.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,4077.0,4549.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,33566.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-10-30 12:06:18.000000,2024-10-30 12:06:17,1674.0,20.0,678.0,43.0,28.0,9.0,559.0,3520.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,,5181.0,5181.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,589.0,95.0,339.0,21.0,761.0,3370.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,23669.0,27020.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,177633.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,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,166.0,215.0,49.0,146.0,3345.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,3150.0,3428.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22297.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,,532.0,141.0,240.0,42.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,1383.0,1383.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,,381.0,38.0,522.0,60.0,217.0,2950.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,,,,321.0,310.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,6426.0,6603.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8712.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,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,2940.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2640.0,2610.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,73312.0,74114.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,35291.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,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,,758.0,183.0,75.0,21.0,565.0,2828.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,43999.0,44767.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,48397.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +430,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,2755.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,,,,651.0,637.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,7403.0,7702.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,15260.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,2631.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,,3629.0,19032.0,,,,,,,,3.0,415882.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,, +432,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-10-30 20:43:51.000000,2024-10-30 09:47:40,144.0,12.0,336.0,30.0,332.0,44.0,344.0,2562.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,13.0,27,True,2024-08-10 15:47:41.000,1.0.0,21.0,adapter-transformers,,,,['huggingface'],127.0,115.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,39239.0,39239.0,,,,,,,,3.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +433,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,2815.0,2815.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,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,2214.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,,,,1946.0,1880.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,29665.0,31537.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,166691.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,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,14184.0,14184.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,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,2172.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,37608.0,37608.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,True,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,4054.0,4661.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,23085.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,53.0,446.0,6.0,402.0,1738.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,54977.0,55072.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4027.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,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-10-30 22:31:01.000000,2024-10-30 22:30:58,6636.0,100.0,300.0,45.0,2959.0,180.0,1576.0,1718.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,290.0,869.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,24347.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,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,2637.0,2637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,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,49.0,44.0,100.0,114.0,1392.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,27,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],584.0,576.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,26768.0,62251.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,336.0,,,,,3.0,1738358.0,,,,,,,,,,,,,,,,,,, +442,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-10-24 22:13:25.000000,2024-10-24 22:13:24,1069.0,10.0,122.0,24.0,116.0,36.0,57.0,1390.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,28397.0,28397.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,1.0,203.0,43.0,258.0,68.0,213.0,1332.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,,,,,469.0,442.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2592.0,2592.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,,402.0,72.0,89.0,36.0,26.0,1302.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,,,,1528.0,1472.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,23048.0,23423.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,30002.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,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-10-31 15:09:42.000000,2024-10-31 10:17:38,538.0,9.0,115.0,25.0,389.0,34.0,286.0,1266.0,Extra blocks for scikit-learn pipelines.,67.0,27,True,2024-07-10 14:32:19.000,0.9.1,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,28404.0,29486.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,57378.0,,,,,2.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,,176.0,25.0,36.0,1.0,116.0,1249.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'],1707.0,1686.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,94513.0,94513.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,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,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,,,,556.0,499.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,61996.0,74905.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,1097298.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,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,1169.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,,,,781.0,749.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,28306.0,30123.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,92407.0,,,,,3.0,606.0,,,,,,,,,,,,,,,,,,, +449,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,,236.0,61.0,249.0,22.0,367.0,984.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,,,,626.0,592.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,26226.0,26917.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,33059.0,,,,,3.0,317.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,,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'],1823.0,1798.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,62423.0,62423.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +451,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,799.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,,,,4334.0,4257.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,961305.0,961502.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,7116.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,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,191.0,255.0,643.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,,,,898.0,821.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,66329.0,69180.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,136868.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-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,636.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,39203.0,39504.0,https://anaconda.org/conda-forge/pyriemann,2024-10-04 03:48:24.751,8442.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,,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'],8074.0,7935.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,243977.0,244734.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40891.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,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,7453.0,49986.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,127600.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,,1210.0,186.0,213.0,31.0,534.0,9355.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,13684.0,,,,,,,,,,,,,,,,,,, +457,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,8087.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,,,,,181.0,180.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,5320.0,5320.0,,,,,,,,3.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,,,,1868.0,1812.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1532177.0,1532567.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,19930.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,5067.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,,,,,845.0,833.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,18137.0,18137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,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,4667.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,1199.0,1199.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +461,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,4545.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,,,,66.0,65.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1882.0,1979.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4107.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,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,4335.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'],173.0,169.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,5016.0,5016.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,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,10482.0,10482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,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,3838.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,26,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,,175.0,175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +465,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,7.0,278.0,51.0,477.0,69.0,261.0,3347.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,7623.0,8793.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,49779.0,,,,,2.0,714.0,,,,,,,,,,,,,,,,,,, +466,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,3215.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,,16070.0,16149.0,,,,,,,,3.0,2713.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,3032.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,,,,,,,,,1713.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,148265.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1516.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +468,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,3030.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,149707.0,149987.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,11797.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +469,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-06-02 15:40:01.000000,2024-06-02 15:40:01,251.0,,341.0,30.0,322.0,82.0,39.0,3001.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,26,True,2022-09-28 08:51:19.531,0.2.12,12.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1128.0,1127.0,https://pypi.org/project/lazypredict,2022-09-28 08:51:19.531,1.0,16691.0,16787.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3661.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +470,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,,233.0,50.0,482.0,45.0,70.0,2812.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,26,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,270.0,267.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,28624.0,28625.0,,,,,,,,2.0,85.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,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,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1180.0,1175.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,63454.0,63727.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16395.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,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,2756.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,173712.0,175581.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,166404.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +473,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-10-30 08:54:06.000000,2024-08-01 02:26:24,769.0,,361.0,90.0,555.0,143.0,95.0,2749.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,67238.0,67238.0,,,,,,,,3.0,,2.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,,473.0,97.0,44.0,89.0,240.0,2741.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,105965.0,105965.0,,,,,,,,2.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,2024-10-23 15:36:38.000000,2023-07-23 14:42:27,191.0,,484.0,38.0,250.0,52.0,290.0,2630.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,40799.0,41047.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,8455.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +476,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,90.0,287.0,200.0,103.0,2440.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,,,,535.0,503.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,39765.0,40083.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,15606.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +477,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,2402.0,Algorithms for explaining machine learning models.,22.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,688.0,663.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,27734.0,27734.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,,243.0,35.0,147.0,24.0,146.0,2398.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,,,,,240.0,231.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,22414.0,22420.0,,,,,,,,3.0,336.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,77.0,55.0,170.0,68.0,2311.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1432.0,1383.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,42076.0,42076.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,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,2240.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,,,,642.0,637.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,19647.0,20811.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,100171.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-04-25 09:54:03.000000,2024-02-28 15:45:58,1631.0,,251.0,66.0,63.0,41.0,198.0,2150.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,3423.0,3423.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,160.0,13.0,92.0,2139.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,,,,,751.0,732.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,63444.0,63444.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,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'],2329.0,2315.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,112897.0,116918.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,527.0,,,,,3.0,260668.0,,,,,,,,,,,,,,,,,,, +484,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-10-25 16:28:45.000000,2024-10-25 16:28:40,889.0,13.0,444.0,60.0,359.0,117.0,92.0,1935.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,21283.0,21285.0,,,,,,,,2.0,173.0,,,,,,,,,,,,,,,,,,, +485,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,1876.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,1423.0,1423.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,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-09-04 08:38:12.000000,2024-08-31 13:01:11,360.0,15.0,307.0,1.0,1.0,1.0,,1843.0,Feature engineering package with sklearn like functionality.,49.0,26,True,2024-08-31 13:22:28.000,1.8.1,41.0,feature_engine,conda-forge/feature_engine,,,,159.0,,https://pypi.org/project/feature_engine,2024-08-31 13:22:28.000,159.0,221716.0,222898.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,59103.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,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,1825.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,,,,,489.0,487.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,2157.0,2157.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +488,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,,,,751.0,706.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,123512.0,124281.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,27689.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,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,1721.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,,,,787.0,776.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,43260.0,45017.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,66777.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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-10-31 07:17:29.000000,2024-10-31 07:06:55,1022.0,54.0,271.0,43.0,865.0,79.0,66.0,1663.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,6007.0,6007.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,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,87.0,24.0,191.0,1603.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'],686.0,667.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,20743.0,20897.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,8015.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,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,7115.0,7115.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +493,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,1.0,349.0,31.0,2282.0,86.0,231.0,1374.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,12003.0,12003.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +494,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-10-31 13:46:54.000000,2024-10-31 13:45:00,2262.0,104.0,388.0,58.0,558.0,176.0,260.0,1266.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,,1904.0,2086.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,8923.0,,,,,2.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,34.0,68.0,57.0,206.0,1264.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,26,True,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,1310.0,1316.0,,,,,,,,2.0,156.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,2024-10-30 23:20:54.000000,2024-10-30 01:16:27,2568.0,91.0,94.0,19.0,1164.0,78.0,240.0,1142.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,24729.0,24729.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +497,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,1082.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,20015.0,20601.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,25198.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +498,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,122.0,31.0,426.0,82.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,,,,164.0,154.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,33393.0,34234.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,38731.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,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,25981.0,25981.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +500,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-10-23 23:01:01.000000,2024-10-23 23:00:59,975.0,9.0,170.0,48.0,89.0,37.0,144.0,763.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,167221.0,167233.0,,,,,,,,3.0,881.0,,,,,,,,,,,,,,,,,,, +501,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,96.0,20.0,151.0,36.0,99.0,635.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'],93.0,86.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,649726.0,649726.0,,,,,,,,3.0,41.0,,,mrpowers-io/quinn,,,,,,,,,,,,,,,, +502,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,9961.0,11226.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,83539.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,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,346.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'],924.0,870.0,https://pypi.org/project/scikit-posthocs,2024-10-20 09:53:20.000,54.0,78293.0,98639.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-10-24 09:13:26.312,976611.0,,,,,3.0,64.0,,,,,,,,,,,,,,,,,,, +504,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-10-29 15:45:21.000000,2024-10-27 04:53:37,569.0,10.0,57.0,41.0,324.0,25.0,63.0,315.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,26,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,8771.0,8771.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,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,,811.0,816.0,,,,,,,,3.0,406.0,,,,,,,,,,,,,,,,,,, +506,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,5795.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,,,,,136.0,136.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,926.0,972.0,,,,,,,,3.0,3835.0,,,,,,,,,,,,,,,,,,, +507,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,5495.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,1894.0,1894.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,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,66.0,112.0,5267.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'],247.0,232.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,6493.0,6493.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,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-10-31 11:35:13.000000,2024-10-31 11:35:13,3715.0,68.0,619.0,92.0,4076.0,238.0,1410.0,5125.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,,,,,,,,,,,,,,,,,,,, +510,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,78.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,4426.0,4426.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,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,173.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,5739.0,5739.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +512,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,8.0,608.0,42.0,1013.0,283.0,709.0,3422.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,27245.0,27380.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,6358.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,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,156.0,85.0,105.0,101.0,3312.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,19720.0,19720.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,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,3263.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,1862.0,1862.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,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,25,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,164.0,152.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1438.0,1497.0,,,,,,,,3.0,4722.0,,,,,,,,,,,,,,,,,,, +516,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,2979.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'],2980.0,2979.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1395.0,1395.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,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,2857.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,,,,751.0,730.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,3311.0,3661.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,18977.0,,,,,3.0,1103.0,,,,,,,,,,,,,,,,,,, +518,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,2853.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,25,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,55.0,54.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1106.0,1106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,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,2746.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,,,,482.0,456.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,56123.0,59890.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,210958.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,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,2653.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,3023.0,3023.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +521,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,839.0,839.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,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,2238.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,25,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,11538.0,11538.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,, +523,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,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],749.0,730.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,8945.0,8945.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +524,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,2108.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,90261.0,90261.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,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-10-31 14:32:28.000000,2024-10-31 13:07:51,364.0,364.0,111.0,26.0,479.0,13.0,26.0,1874.0,Open-source end-to-end LLM Development Platform.,26.0,25,True,2024-10-30 13:25:04.000,1.0.3,56.0,opik,,,,,,,https://pypi.org/project/opik,2024-10-30 13:25:44.000,,6306.0,6306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,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,1623.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,2803.0,2803.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +527,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,25,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,,39818.0,40067.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15499.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,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'],268.0,264.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,162568.0,162568.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +529,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-10-08 05:32:52.462000,2024-08-15 08:12:47,1036.0,1.0,179.0,17.0,74.0,30.0,363.0,1551.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,44679.0,54709.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-10-08 05:32:52.462,521581.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +530,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,1.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'],417.0,410.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5217.0,5480.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,13457.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,,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,,395.0,395.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,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'],1721.0,1705.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,14067.0,14067.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,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,1292.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,,,,,1125.0,1114.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,9373.0,9373.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,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,1256.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'],288.0,277.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,18372.0,18372.0,,,,,,,,3.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +535,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,1232.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,,,,740.0,709.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,17663.0,18069.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,31332.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +536,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,2961.0,2961.0,,,,,,,,3.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,,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,,,,,6842.0,6370.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,573769.0,573769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,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,25,True,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],236.0,227.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,11819.0,11819.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,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,1029.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,,,,1499.0,1475.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,369945.0,372169.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,73418.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,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,688.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,36872.0,36872.0,,,,,,,,3.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,2024-10-29 19:40:44.000000,2024-10-17 21:07:47,898.0,12.0,88.0,11.0,766.0,64.0,488.0,642.0,Automated modeling and machine learning framework FEDOT.,35.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,3037.0,3037.0,,,,,,,,2.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +542,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,576.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,,,,2360.0,2307.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,24273.0,25862.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,63595.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,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,2969.0,3466.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,17417.0,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +544,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-10-30 17:39:57.000000,2024-10-30 17:38:07,2382.0,90.0,42.0,12.0,18.0,15.0,62.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,5105.0,5108.0,,,,,,,,2.0,255.0,,,,,,,,,,,,,,,,,,, +545,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-10-30 22:31:13.000000,2024-10-30 22:20:44,3790.0,350.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,3214.0,3955.0,https://anaconda.org/conda-forge/lenskit,2024-04-18 13:51:51.378,34873.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,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,11139.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,,1534.0,1644.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3632.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,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,6155.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,45088.0,45088.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,1546.0,136.0,3616.0,69.0,1979.0,5707.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,,-2.0,,,,,,,,,,,,,,,,,, +549,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,63.0,94.0,36.0,88.0,5148.0,Finding duplicate images made easy!.,15.0,24,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],153.0,148.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,35920.0,35920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,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'],1149.0,1133.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,958.0,970.0,,,,,,,,3.0,964.0,,,,,,,,,,,,,,,,,,, +551,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,4746.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,27543.0,27543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,,4432.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,193.0,193.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,967.0,967.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,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,174.0,4348.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,,,,,152.0,149.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,966.0,966.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,824.0,4159.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,7262.0,7262.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,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,3871.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,,330.0,351.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1753.0,,,,,3.0,420.0,,,,,,,,,,,,,,,,,,, +556,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,3378.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,444894.0,444897.0,,,,,,,,2.0,208.0,,,,,,,,,,,,,,,,,,, +557,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-10-30 11:48:02.000000,2024-08-17 14:22:50,2847.0,31.0,1241.0,134.0,1119.0,50.0,83.0,3370.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,,,,,80.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,8219.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,2024-10-23 13:32:58.000000,2024-03-18 19:51:35,2374.0,,714.0,156.0,63.0,6.0,834.0,3217.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'],,,,,,,923.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,70086.0,,,,,3.0,4787.0,,,,,,,,,,,,,,,,,,, +559,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,325.0,65.0,319.0,50.0,124.0,2895.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'],61.0,60.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,6035.0,6393.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,18641.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,,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,42862.0,42862.0,,,,,,,,3.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,,345.0,33.0,695.0,43.0,151.0,2680.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,True,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,409.0,409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,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,2371.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,,,,,789.0,735.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,22500.0,22500.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,62.0,32.0,60.0,96.0,2275.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,,,,,116.0,115.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3401.0,3410.0,,,,,,,,3.0,503.0,,,,,,,,,,,,,,,,,,, +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,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,2155.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,,,,285.0,272.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,8224.0,8760.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,27348.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,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,,,,,558.0,546.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,25288.0,25288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,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-10-21 08:58:39.000000,2024-10-21 08:58:36,579.0,1.0,158.0,56.0,471.0,74.0,104.0,2037.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,32.0,24,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,3895.0,3895.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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,1536.0,1717.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8155.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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,272.0,49.0,321.0,262.0,184.0,1836.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,380103.0,380103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,311.0,97.0,45.0,187.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,,,,,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,21346.0,21346.0,,,,,,,,3.0,68.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,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,1623.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,3006.0,3006.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,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,1622.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,,,,423.0,410.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2910.0,5037.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,48868.0,,,,,3.0,68214.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,,122.0,28.0,31.0,63.0,50.0,1588.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'],548.0,541.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,249315.0,249315.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-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,841.0,841.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,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,24,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,8533.0,8533.0,,,,,,,,3.0,45.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,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,1509.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,,4181.0,4181.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,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,,1932.0,1932.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,70.0,415.0,75.0,147.0,1171.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,807.0,807.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,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,True,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,701.0,701.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,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,6290.0,6290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,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,7.0,71.0,927.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,,,,,165.0,158.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,14427.0,14427.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,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,868.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,,10204.0,10204.0,,,,,,,,3.0,25.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,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,3331.0,3331.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,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,729.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,20694.0,21585.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,90882.0,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +584,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,24,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],331.0,293.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,12686.0,15990.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,165222.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,136.0,133.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,15491.0,15491.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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-10-31 08:10:11.000000,2024-10-30 18:18:35,997.0,15.0,196.0,23.0,868.0,132.0,398.0,603.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,,5106.0,7640.0,,,,,,,,3.0,98836.0,,,,,,,,,,,,,,,,,,, +587,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,385376.0,393636.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,338660.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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'],4957.0,4854.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2229418.0,2238688.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,927001.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,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,445.0,Lightwood is Legos for Machine Learning.,46.0,24,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,10675.0,10675.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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-10-01 02:29:20.000000,2024-10-01 02:29:19,677.0,13.0,65.0,29.0,486.0,16.0,91.0,372.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,11074.0,23523.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,659842.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,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,350.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,,,,179.0,170.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,63061.0,63462.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,15654.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +592,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,2520.0,2520.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,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,,1474.0,150.0,50.0,46.0,12.0,10311.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,23,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],69.0,66.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1324.0,1324.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,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,1767.0,1767.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,263.0,69.0,133.0,136.0,6426.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,,737.0,737.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,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,123.0,109.0,172.0,356.0,5482.0,Backtest trading strategies in Python.,19.0,23,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,18672.0,18672.0,,,,,,,,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,2024-10-25 09:11:15.000000,2024-10-16 04:12:35,1641.0,23.0,830.0,145.0,1572.0,376.0,403.0,5064.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,,,,,,,,,,,,,,,,,,,, +598,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,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,,5569.0,5569.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,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,3446.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.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,,1451.0,1451.0,,,,,,,,3.0,56.0,,,,,,,,,,,,,,,,,,, +600,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,3257.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,266.0,266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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,3189.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'],446.0,432.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,4980.0,5606.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,28173.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,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,2.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,13170.0,13170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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,2126.0,2279.0,,,,,,,,3.0,12877.0,,,,,,,,,,,,,,,,,,, +604,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,145.0,36.0,126.0,2390.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,187.0,187.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,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,2321.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,,59701.0,59701.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,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,2104.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'],35.0,32.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2709.0,2709.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,22.0,144.0,33.0,180.0,71.0,149.0,1982.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,,823.0,834.0,,,,,,,,3.0,595.0,,,,,,,,,,,,,,,,,,, +608,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,1981.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'],182.0,182.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,6443.0,6443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,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,1889.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'],493.0,471.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1863.0,3127.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,53104.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,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,1873.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,18273.0,18273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,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,1873.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,18273.0,18745.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,15603.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,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,,501.0,501.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,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,32.0,86.0,16.0,33.0,1427.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,1772.0,1772.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,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-10-29 00:33:23.000000,2024-10-28 12:52:19,565.0,15.0,135.0,21.0,307.0,21.0,144.0,1369.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,3864.0,3865.0,,,,,,,,2.0,46.0,,,,,,,,,,,,,,,,,,, +615,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,1304.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'],181.0,176.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,3655.0,3655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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,1047.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,8015.0,8015.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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-10-08 21:24:59.446000,2024-08-15 16:03:59,733.0,1.0,147.0,15.0,107.0,29.0,250.0,1006.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,32863.0,42263.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-10-08 21:24:59.446,488818.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,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-10-31 15:16:06.000000,2024-10-31 15:16:04,1820.0,204.0,35.0,9.0,1308.0,9.0,42.0,971.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,6860.0,6862.0,,,,,,,,3.0,53.0,,,,,,,,,,,,,,,,,,, +619,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,955.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,,,,787.0,764.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,67623.0,69501.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,69502.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,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,950.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,,,,,743.0,713.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,54635.0,69875.0,,,,,,,,3.0,716290.0,,,,,,,,,,,,,,,,,,, +621,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,911.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,9454.0,54257.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2300253.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,568.0,,,,,,,,,,, +622,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,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'],684.0,672.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,19132.0,19132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,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'],512.0,497.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,35456.0,35456.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,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,701.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,1969.0,1969.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,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,23,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,11265.0,11321.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2310.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,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,516.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,23,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],294.0,289.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,4080.0,4080.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,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,391.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,,,,494.0,450.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,216794.0,218508.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,84000.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,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,283.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,1565.0,1565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,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,39.0,1257.0,109.0,519.0,78.0,648.0,13154.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,,,,,,,,,,,,,,,, +630,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,99.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,1684.0,1684.0,,,,,,,,3.0,,,,nebuly-ai/optimate,,,,,,,,,,,,,,,, +631,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,5358.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,3876.0,3876.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +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,220.0,4901.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1690.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143664.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,2024-05-20 22:36:46.000000,2023-08-15 07:38:22,956.0,,567.0,169.0,47.0,35.0,28.0,4540.0,High-performance TensorFlow library for quantitative finance.,47.0,22,False,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,1203.0,1203.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,,476.0,84.0,180.0,108.0,161.0,3632.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,,464.0,485.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1349.0,3.0,,,,,,,,,,,,,,,,,,,, +635,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,3.0,514.0,148.0,610.0,86.0,75.0,3572.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",168.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,,,,,,,,,,,,,,,,,,,, +636,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,2423.0,2432.0,,,,,,,,3.0,627.0,,,,,,,,,,,,,,,,,,, +637,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,2476.0,2476.0,,,,,,,,3.0,,,,google-deepmind/trfl,,,,,,,,,,,,,,,, +638,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,48.0,71.0,2.0,30.0,3089.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,,682.0,737.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1833.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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,2938.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,,742.0,742.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,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,2887.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,3547.0,3549.0,,,,,,,,3.0,153.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,1.0,163.0,24.0,34.0,33.0,31.0,1981.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,1505.0,1671.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5594.0,,,,,3.0,118.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,1.0,341.0,42.0,68.0,163.0,95.0,1861.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,,7464.0,7464.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,1795.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,2309.0,2309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,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,1725.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,4059.0,6477.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,237725.0,,,,,3.0,681.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,,197.0,30.0,424.0,11.0,163.0,1670.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,,1029.0,1029.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,,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,48944.0,48944.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,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,2645.0,3097.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,25820.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,52.0,82.0,149.0,1568.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,,1373.0,1403.0,,,,,,,,3.0,2876.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,,14125.0,14125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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,1497.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,,1380.0,1380.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,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,1482.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,3300.0,3300.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,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,1371.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'],249.0,227.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,32616.0,32797.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6549.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +653,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-10-31 05:21:58.000000,2024-10-31 05:19:54,200.0,5.0,113.0,38.0,30.0,21.0,119.0,1253.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,5389.0,5389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,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,1211.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,,5109.0,5109.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +655,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,1.0,151.0,91.0,122.0,33.0,46.0,1186.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,697.0,697.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,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,1185.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,9298.0,9298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,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,,,,,127.0,124.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,1732.0,1738.0,,,,,,,,3.0,771.0,,,,,,,,,,,,,,,,,,, +658,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,1073.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,22,True,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,,4049.0,4049.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,3802.0,4363.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,48312.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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,1027.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,,,,,233.0,229.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,12698.0,12698.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,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'],263.0,252.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,2989.0,2989.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,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,952.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'],116.0,108.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,47605.0,47605.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,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'],2451.0,2442.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1824.0,1824.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +664,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,864.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,5674.0,5903.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,10336.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,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,3.0,248.0,46.0,18.0,11.0,91.0,858.0,Data compression in TensorFlow.,21.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,4954.0,4954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,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-10-31 11:39:05.000000,2024-10-31 11:39:03,1235.0,1.0,134.0,24.0,594.0,63.0,511.0,848.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,5588.0,5588.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,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,2675.0,2675.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,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,823.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,1347.0,1347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,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,820.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,17958.0,22008.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,214679.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,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,22,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,1408.0,1408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,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,36.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,,3240.0,3240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,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,9322.0,13666.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,343141.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,489.0,,,,,,,,,,, +673,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,689.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'],480.0,470.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,31149.0,31177.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,3008.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,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,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,1531.0,1531.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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,609.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,,,,501.0,476.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,7744.0,8170.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19615.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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'],175.0,170.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,13520.0,13520.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,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,582.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,,,,420.0,414.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,9821.0,10015.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,13646.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,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-10-12 19:33:11.000000,2024-08-18 15:52:42,512.0,7.0,61.0,25.0,10.0,14.0,44.0,556.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']",32.0,32.0,https://pypi.org/project/small-text,2024-08-18 16:00:34.000,,2014.0,2383.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,9971.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,521.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,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,40125.0,40125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,153.0,145.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,8662.0,8662.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +681,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,,103.0,36.0,276.0,76.0,174.0,488.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,,,,,87.0,85.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,2724.0,2728.0,,,,,,,,3.0,385.0,,,,,,,,,,,,,,,,,,, +682,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,26327.0,26327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,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,8.0,101.0,18.0,11.0,,50.0,455.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,,5693.0,5693.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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,,6138.0,6138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,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,8.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,,699.0,699.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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-10-29 02:10:33.000000,2024-10-29 02:10:31,500.0,11.0,109.0,20.0,561.0,58.0,127.0,270.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,,56916.0,57035.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5224.0,,,,,3.0,115.0,,,,,,,,,,,,,,,,,,, +687,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,4.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,,,,1280.0,1223.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,91345.0,93079.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,83266.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,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,,,,,2424.0,2380.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,105655.0,105655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,13555.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,,,,,,,,,,,,,,,,,,,, +690,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,96.0,51.0,409.0,287.0,6598.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,,111.0,111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,4929.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,1534.0,,,,,,,,,,,,,,,,,,, +692,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,4646.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,5376.0,5379.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,245.0,3.0,,,,,,,,,,,,,,,,,,,, +693,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,3084.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,,2434.0,2434.0,,,,,,,,3.0,49.0,,,,,,,,,,,,,,,,,,, +694,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,2906.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,5925.0,5925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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,305.0,305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,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,2215.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,,583.0,583.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,2113.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,,12413.0,12413.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,,160.0,19.0,74.0,24.0,42.0,1810.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,,1840.0,1840.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,1655.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'],70.0,64.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,7347.0,7347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,,254.0,254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,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,1382.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,,1237.0,1237.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,,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,,729.0,729.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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,1150.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,,7748.0,7748.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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,1096.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,265509.0,265509.0,https://anaconda.org/conda-forge/adtk,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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'],88.0,84.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,310.0,310.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,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,844.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,16695.0,17042.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,21893.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-07-28 01:04:48.000000,2024-07-22 10:16:42,493.0,,117.0,34.0,561.0,211.0,246.0,766.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,10579.0,10579.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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'],672.0,664.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,41792.0,41970.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8590.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,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,41014.0,41014.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +710,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,7.0,106.0,5.0,3.0,1.0,,722.0,Data Analysis Baseline Library.,24.0,21,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,8106.0,8106.0,,,,,,,,3.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,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']",682.0,665.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,19264.0,19264.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,,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,,,,,231.0,223.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,18321.0,18321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,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,,96.0,26.0,32.0,35.0,6.0,623.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'],410.0,402.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,21788.0,21788.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,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,1025.0,1025.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,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,4.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,,,,,76.0,74.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,47711.0,47711.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,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,570.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,2527.0,2527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,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,,,,,,,,,,,,,,,,,,,, +718,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,559.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,,,,460.0,451.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,12751.0,13173.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,28279.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,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,384.0,384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,547.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,,,,,36.0,35.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,2173.0,2180.0,,,,,,,,3.0,246.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,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,24673.0,24677.0,,,,,,,,3.0,245.0,,,,,,,,,,,,,,,,,,, +722,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'],4.0,4.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,744.0,744.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,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,424.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'],1987.0,1981.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,410610.0,410610.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,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,,,,,137.0,134.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4567.0,4567.0,,,,,,,,3.0,104.0,,,,,,,,,,,,,,,,,,, +725,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,410.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,,,,64.0,60.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,2645.0,2954.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,14840.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,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,399.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,2022.0,2706.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,26676.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,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,10791.0,10791.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,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,33281.0,33281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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,353.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,,,,,257.0,241.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,4469.0,4469.0,,,,,,,,3.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-10-21 12:21:39.000000,2024-10-21 12:21:10,796.0,32.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,836.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2024-10-21 12:21:39.000,,39502.0,39502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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,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,,,,,,,,,,,,,,,,,,,, +732,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,495619.0,495619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,277.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,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,14397.0,14397.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,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,4047.0,6681.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,125641.0,,,,,3.0,2058.0,,,,,,,,,,,,,,,,,,, +735,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-10-14 06:26:53.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,213.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,738.0,738.0,,,,,,,,3.0,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,, +736,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,2.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,,5602.0,5623.0,,,,,,,,3.0,1222.0,,,,,,,,,,,,,,,,,,, +737,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,220.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,,,,,96.0,93.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,21223.0,21223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,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,200.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,21,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,3403.0,3403.0,,,,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +739,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,,1717.0,20.0,19.0,72.0,24.0,5114.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,,4852.0,4852.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,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,3415.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,,,,,161.0,154.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,1058.0,1058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,3194.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,5764.0,5775.0,,,,,,,,3.0,694.0,,,,,,,,,,,,,,,,,,, +742,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,2941.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,1093.0,1093.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,,, +743,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,,,,,,,,,,,,,,,,,,,, +744,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,2675.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,,735.0,735.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,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,2134.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,20,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1636.0,1636.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,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,1932.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,,,,,,,,,,,,,,,,,,,, +747,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,1869.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,,741.0,741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,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,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,,7752.0,7753.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +749,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,3595.0,3595.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,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.,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,,206.0,408.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13131.0,3.0,,,,,,,,,,,,,,,,,,,, +751,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,,2501.0,2501.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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,1352.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,29611.0,29611.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,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,1272.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,2989.0,2989.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,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,1043.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,2409.0,2430.0,,,,,,,,3.0,436.0,,,,,,,,,,,,,,,,,,, +755,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,,,,184.0,182.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,663.0,894.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9495.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,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,789.0,789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,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,916.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,1011.0,1210.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,9985.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,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,837.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,2766.0,3725.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,30704.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,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,,887.0,887.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,,860.0,860.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,,114.0,19.0,26.0,2.0,87.0,731.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,20,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,,19828.0,19828.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,4448.0,4572.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,4973.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,,1299.0,1299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,399.0,399.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,546.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,,,,,116.0,114.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,913.0,913.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,, +766,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,,140.0,56.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,,2027.0,2027.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,4606.0,4606.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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,,3287.0,3287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,,85.0,32.0,98.0,18.0,27.0,459.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,,2256.0,2256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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-10-31 11:12:37.992000,2024-08-14 15:39:49,663.0,2.0,18.0,23.0,370.0,50.0,87.0,325.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,4053.0,12816.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,259013.0,,,,,3.0,7713.0,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,175.0,,,,,,,,,,, +771,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'],257.0,257.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,3360.0,3360.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,,796.0,796.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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'],85.0,75.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,7024.0,7024.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,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,1489.0,1493.0,,,,,,,,3.0,420.0,,,,,,,,,,,,,,,,,,, +775,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,,6768.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,,499.0,506.0,,,,,,,,3.0,381.0,,,,,,,,,,,,,,,,,,, +776,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,3212.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,2240.0,2240.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,1717.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,,322.0,323.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +778,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,19,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,566.0,566.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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,,1604.0,1623.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1693.0,3.0,,,,,,,,,,,,,,,,,,,, +780,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,1113.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,,,,,32.0,32.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,331.0,331.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,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,1091.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,7216.0,7216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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,861.0,861.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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,854.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,,3098.0,3098.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,,392.0,392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,861.0,861.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,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,19,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,,1105.0,1105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,631.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,473.0,473.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,593.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,1213.0,48405.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2312443.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,565.0,A library of metrics for evaluating recommender systems.,20.0,19,True,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,58.0,58.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4649.0,4649.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,, +790,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,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,,1166.0,1166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,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'],62.0,62.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1270.0,1270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,484.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,,3573.0,3573.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,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,5437.0,5437.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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,5365.0,5797.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,35070.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,,2297.0,2297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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-10-23 17:55:40.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,,3256.0,3256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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,6494.0,6494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,,1046.0,1064.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1877.0,3.0,,,,,,,,,,,,,,,,,,,, +799,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,,,,,43.0,39.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,478.0,478.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,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,310.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,2645.0,2645.0,,,,,,,,3.0,,-2.0,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +801,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,,3220.0,7974.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,228233.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,6286.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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,431.0,40.0,863.0,149.0,119.0,3321.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,88.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,2986.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,8796.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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,1695.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,,415.0,415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,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,740.0,740.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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,1565.0,1565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,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,6737.0,6737.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,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,18,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,1708.0,1708.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,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,3574.0,3574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,789.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'],46.0,46.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,3306.0,3406.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3631.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,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,18758.0,18758.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +813,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,18,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,,1143.0,1150.0,,,,,,,,3.0,521.0,,,,,,,,,,,,,,,,,,, +814,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,692.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,,1051.0,1051.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,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,564.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,3257.0,3257.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,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,2418.0,2418.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,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,430.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,,313.0,313.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,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,1925.0,1925.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,, +819,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,,6034.0,6034.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,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,399.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,134.0,130.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5105.0,5106.0,,,,,,,,3.0,114.0,,,,,,,,,,,,,,,,,,, +821,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,,707.0,710.0,,,,,,,,3.0,203.0,,,,,,,,,,,,,,,,,,, +822,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,599.0,599.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,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,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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,,,,,32.0,30.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,374.0,374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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,,,,9943.0,9814.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,325054.0,325086.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1268.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,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,7118.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,,,,,,,,,,,,,,,, +827,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,1849.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,,306.0,306.0,,,,,,,,3.0,50.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,,703.0,703.0,,,,,,,,3.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,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,,485.0,485.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,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,,489.0,492.0,,,,,,,,3.0,241.0,,,typedb/typedb-ml,,,,,,,,,,,,,,,, +831,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,,1624.0,1624.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,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,319.0,319.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,,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,,192.0,192.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,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,,628.0,628.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,17,False,,,1.0,pdvega,,,,,89.0,89.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,184.0,184.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,,6436.0,6436.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,5072.0,5184.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3720.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,,45.0,1.0,,,,215.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,,1461.0,1461.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,205.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,1860.0,1860.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,,10030.0,10030.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,466.0,466.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,,1016.0,1016.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,4334.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,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,,97.0,97.0,,,,,,,,3.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,,119.0,30.0,111.0,14.0,25.0,1087.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,,,,,,,,,,,,,,,,,,,, +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,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,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,,,,,,,,,,,,,,,,,,,, +848,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,846.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,,243.0,243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,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,824.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,,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,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,3683.0,3683.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,2964.0,2964.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,733.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,,724.0,724.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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,9351.0,9351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,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,713.0,GPU accelerated signal processing.,46.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,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,631.0,631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,57.0,16.0,83.0,18.0,49.0,605.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,,487.0,487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,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,,3926.0,3926.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,502.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,,392.0,392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,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,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,,532.0,532.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,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,415.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,,2441.0,2441.0,,,,,,,,3.0,19.0,,,,,,,,,,,,,,,,,,, +861,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,1204.0,1344.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7189.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,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,2074.0,2074.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +863,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,16,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,,385.0,385.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,,3596.0,3596.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,2812.0,2812.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,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,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,,5575.0,5575.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-10-23 09:28:06.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-10-23 09:28:06.000,3.47.1,299.0,comet_ml,comet_ml,,,,77.0,,https://pypi.org/project/comet_ml,2024-10-23 09:28:06.000,77.0,554574.0,554574.0,https://anaconda.org/anaconda/comet_ml,,,,,,,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,3424.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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,2203.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,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,1169.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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,,433.0,433.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,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,372.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,,931.0,931.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,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,,185.0,185.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,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,13.0,271.0,64.0,181.0,295.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,,994.0,994.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,,304.0,304.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,,736.0,736.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,223.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,1021.0,1021.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,,974.0,974.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,,322.0,322.0,,,,,,,,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,,994.0,63.0,13.0,44.0,26.0,3710.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,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,1683.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,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,,,,,,,,,,,,,,,,,,,, +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,,151.0,32.0,,53.0,60.0,1225.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,79.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4899.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,841.0,2415.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,80278.0,,,,,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,4.0,47.0,11.0,11.0,1.0,16.0,762.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,156.0,156.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,2023.0,2023.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,,318.0,318.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,,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,,2833.0,2833.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,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,14,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,,154.0,154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,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,14,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,,1107.0,1116.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,667.0,3.0,,,,,,,,,,,,,,,,,,,, +891,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,,1137.0,1137.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,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,,362.0,362.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,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,,,,,42.0,42.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,279.0,279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,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,,2406.0,2406.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,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,3828.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,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,2702.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,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,,2549.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,2231.0,2233.0,,,,,,,,3.0,76.0,,,,,,,,,,,,,,,,,,, +898,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,1362.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,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,,450.0,450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,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,,770.0,775.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,256.0,3.0,11.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,,552.0,552.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,,422.0,422.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,,228.0,228.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,,793.0,793.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,64.0,6.0,65.0,17.0,1942.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,1769.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,,712.0,712.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,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,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,,242.0,242.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,614.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,527.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,,175.0,175.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,,41.0,41.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,73.0,73.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 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/history/2025-05-15_changes.md b/history/2025-05-15_changes.md new file mode 100644 index 00000000..d45fbd41 --- /dev/null +++ b/history/2025-05-15_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- onnx (🥇43 · ⭐ 19K · 📈) - Open standard for machine learning interoperability. Apache-2 +- yfinance (🥇43 · ⭐ 17K · 📈) - Download market data from Yahoo! Finances API. Apache-2 +- accelerate (🥇43 · ⭐ 8.7K · 📈) - A simple way to launch, train, and use PyTorch models.. Apache-2 +- PyTorch Image Models (🥇42 · ⭐ 34K · 📈) - The largest collection of PyTorch image encoders /.. Apache-2 +- SageMaker SDK (🥇41 · ⭐ 2.2K · 📈) - A library for training and deploying machine learning.. Apache-2 +- gensim (🥇40 · ⭐ 16K · 📈) - Topic Modelling for Humans. ❗️LGPL-2.1 +- imageio (🥈37 · ⭐ 1.6K · 📈) - Python library for reading and writing image data. BSD-2 +- Apex (🥈32 · ⭐ 8.7K · 📈) - A PyTorch Extension: Tools for easy mixed precision and.. BSD-3 +- hmmlearn (🥈30 · ⭐ 3.2K · 💤) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 +- DeepVariant (🥉28 · ⭐ 3.4K · 📈) - DeepVariant is an analysis pipeline that uses a deep.. BSD-3 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- sktime (🥇40 · ⭐ 8.4K · 📉) - A unified framework for machine learning with time series. BSD-3 +- Tokenizers (🥇38 · ⭐ 9.7K · 📉) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 +- HoloViews (🥈36 · ⭐ 2.8K · 📉) - With Holoviews, your data visualizes itself. BSD-3 +- PyCaret (🥈35 · ⭐ 9.3K · 📉) - An open-source, low-code machine learning library in Python. MIT +- PySyft (🥇33 · ⭐ 9.7K · 📉) - Perform data science on data that remains in someone elses.. Apache-2 +- backtrader (🥉27 · ⭐ 17K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0 +- ffn (🥉27 · ⭐ 2.3K · 📉) - ffn - a financial function library for Python. MIT +- GluonNLP (🥉25 · ⭐ 2.6K · 💀) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 +- CrypTen (🥉21 · ⭐ 1.6K · 📉) - A framework for Privacy Preserving Machine Learning. MIT +- effector (🥉16 · ⭐ 100 · 📉) - Effector - a Python package for global and regional effect methods. MIT + diff --git a/history/2025-05-15_projects.csv b/history/2025-05-15_projects.csv new file mode 100644 index 00000000..2b2b4049 --- /dev/null +++ b/history/2025-05-15_projects.csv @@ -0,0 +1,924 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,updated_github_id,helm_id,trending,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-04-15 14:58:41.000000,2025-04-15 14:58:40,1582.0,7.0,759.0,115.0,357.0,80.0,155.0,5269.0,Benchmarks of approximate nearest neighbor libraries in Python.,112.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,186.0,57.0,205.0,,3.0,2509.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3965.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3965.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3965.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3965.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-05-15 14:16:56.000000,2025-05-15 14:14:49,180098.0,3970.0,74658.0,7495.0,50955.0,8700.0,39623.0,192700.0,An Open Source Machine Learning Framework for Everyone.,4861.0,56,True,2025-03-12 01:04:13.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],526893.0,517998.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8895.0,21827674.0,22621618.0,https://anaconda.org/conda-forge/tensorflow,2025-04-22 14:56:20.356,5527819.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-05-15 12:49:55.608928,2758.0,79644699.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-05-15 14:08:02.000000,2025-05-15 14:06:17,87799.0,3357.0,23946.0,1783.0,102141.0,16304.0,35979.0,89942.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5603.0,55,True,2025-04-23 16:16:06.000,2.7.0,59.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],790417.0,765979.0,https://pypi.org/project/torch,2025-04-23 14:30:40.000,24438.0,50726617.0,51341961.0,https://anaconda.org/pytorch/pytorch,2025-03-25 16:24:31.802,27038234.0,,,,,1.0,87308.0,,,,,,,,,,,,,,,,,,, +8,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-05-15 14:27:17.000000,2025-05-15 14:09:21,18957.0,894.0,28865.0,1153.0,20367.0,1786.0,16185.0,144354.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3252.0,54,True,2025-05-08 13:16:47.000,4.51.3-CSM-preiew,179.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",373320.0,364774.0,https://pypi.org/project/transformers,2025-04-14 08:13:43.000,8546.0,62875139.0,62923617.0,https://anaconda.org/conda-forge/transformers,2025-04-22 14:57:14.678,2811761.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +9,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-05-14 08:38:18.000000,2025-05-14 08:38:14,32464.0,293.0,25819.0,2137.0,18754.0,2148.0,9927.0,62027.0,scikit-learn: machine learning in Python.,3310.0,53,True,2025-01-10 10:51:11.000,1.6.1,85.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1271411.0,1241414.0,https://pypi.org/project/scikit-learn,2025-05-09 15:01:29.000,29997.0,98806738.0,99409924.0,https://anaconda.org/conda-forge/scikit-learn,2025-05-09 15:42:51.583,36190635.0,,,,,1.0,1054.0,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-05-15 12:30:23.000000,2025-05-15 12:30:22,35224.0,565.0,5350.0,352.0,12183.0,1725.0,9350.0,13670.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1779.0,50,True,2025-05-08 16:20:25.000,1.15.3,114.0,scipy,conda-forge/scipy,,,,1397427.0,1343485.0,https://pypi.org/project/scipy,2025-05-08 16:04:20.000,53942.0,142335084.0,143491878.0,https://anaconda.org/conda-forge/scipy,2025-04-22 14:56:23.716,62241924.0,,,,,1.0,491608.0,,,,,,,,,,,,,,,,,,, +11,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-05-13 18:42:00.000000,2025-05-13 18:42:00,60179.0,618.0,4669.0,290.0,13968.0,5328.0,9116.0,13627.0,A computer algebra system written in pure Python.,1374.0,50,True,2025-04-27 18:05:25.000,1.14.0,67.0,sympy,conda-forge/sympy,,,,269508.0,265201.0,https://pypi.org/project/sympy,2025-04-27 18:04:59.000,4307.0,54740236.0,54891182.0,https://anaconda.org/conda-forge/sympy,2025-04-29 17:03:51.938,8820773.0,,,,,1.0,558766.0,,,,,,,,,,,,,,,,,,, +12,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-05-15 09:54:54.000000,2025-05-15 09:54:54,52499.0,409.0,7857.0,587.0,19175.0,1647.0,9591.0,21217.0,matplotlib: plotting with Python.,1808.0,49,True,2025-05-09 17:22:05.000,3.10.3,133.0,matplotlib,conda-forge/matplotlib,,,,1818148.0,1758215.0,https://pypi.org/project/matplotlib,2025-05-08 19:09:39.000,59933.0,83669503.0,84178522.0,https://anaconda.org/conda-forge/matplotlib,2025-05-09 20:17:57.672,30032123.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-05-10 20:28:57.000000,2025-05-08 16:43:29,19479.0,272.0,2278.0,219.0,5464.0,126.0,3214.0,12798.0,Python Imaging Library (Fork).,485.0,48,True,2025-04-12 17:56:01.000,11.2.1,102.0,Pillow,conda-forge/pillow,,,,2301757.0,2287492.0,https://pypi.org/project/Pillow,2025-04-12 17:47:10.000,14265.0,142118521.0,143051030.0,https://anaconda.org/conda-forge/pillow,2025-05-07 23:14:11.930,54085541.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-05-15 01:19:08.000000,2025-05-15 01:19:08,11509.0,162.0,19583.0,1902.0,8053.0,316.0,12200.0,62990.0,Deep Learning for humans.,1408.0,47,True,2025-04-02 20:22:14.000,3.9.2,108.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1794.0,,https://pypi.org/project/keras,2025-04-02 19:03:07.000,1794.0,15267141.0,15336481.0,https://anaconda.org/conda-forge/keras,2025-04-30 05:21:25.343,4091092.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-05-15 13:59:20.000000,2025-05-15 13:59:20,25172.0,1184.0,6265.0,484.0,32531.0,4365.0,16389.0,37051.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1222.0,47,True,2025-05-07 21:12:53.000,ray-2.46.0,128.0,ray,conda-forge/ray-tune,,,,24931.0,23974.0,https://pypi.org/project/ray,2025-05-07 21:04:19.000,957.0,9207366.0,9221804.0,https://anaconda.org/conda-forge/ray-tune,2025-05-12 00:05:17.242,765125.0,,,,,1.0,256.0,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-05-15 13:19:13.000000,2025-05-15 11:53:12,7608.0,528.0,3444.0,326.0,6140.0,1176.0,4044.0,39350.0,Streamlit A faster way to build and share data apps.,404.0,46,True,2025-05-12 20:40:35.000,1.45.1,244.0,streamlit,,,,,919987.0,916276.0,https://pypi.org/project/streamlit,2025-05-12 20:40:27.000,3711.0,10779186.0,10779186.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-05-14 17:23:31.000000,2025-05-14 17:23:31,7419.0,86.0,8763.0,905.0,5968.0,463.0,5065.0,26920.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",659.0,46,True,2025-05-13 16:34:03.000,3.0.1,89.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,158364.0,155911.0,https://pypi.org/project/xgboost,2025-05-13 16:34:03.000,2453.0,24558365.0,24663765.0,https://anaconda.org/conda-forge/xgboost,2025-04-22 14:56:33.345,6106295.0,,,,,1.0,16175.0,,,,,,,,,,,,,,,,,,, +18,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-05-14 14:10:49.000000,2025-05-06 15:55:33,8332.0,320.0,2144.0,423.0,1257.0,539.0,1433.0,22449.0,Data Apps & Dashboards for Python. No JavaScript Required.,177.0,46,True,2025-04-24 19:08:09.000,3.0.4,191.0,dash,conda-forge/dash,,,,87278.0,85663.0,https://pypi.org/project/dash,2025-04-24 19:06:41.000,1615.0,5161043.0,5191817.0,https://anaconda.org/conda-forge/dash,2025-04-27 13:39:41.261,1815611.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +19,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-05-15 14:22:27.000000,2025-05-15 14:22:22,7954.0,354.0,2639.0,279.0,1875.0,659.0,2547.0,17149.0,The interactive graphing library for Python.,285.0,46,True,2025-03-17 15:02:47.000,6.0.1,305.0,plotly,conda-forge/plotly,,,,435352.0,427229.0,https://pypi.org/project/plotly,2025-05-02 19:26:21.000,8114.0,23037061.0,23249853.0,https://anaconda.org/conda-forge/plotly,2025-04-22 14:56:26.042,9465545.0,,,,,1.0,212.0,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,55032.0,,,,,,,,,,,,,, +20,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-05-15 14:15:20.000000,2025-05-15 14:15:14,27770.0,2052.0,2978.0,328.0,19407.0,1485.0,4718.0,32222.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",882.0,45,True,2025-04-17 00:04:02.000,jax-v0.6.0,177.0,jax,conda-forge/jaxlib,,,,45926.0,43498.0,https://pypi.org/project/jax,2025-04-17 00:00:18.000,2428.0,7567384.0,7611851.0,https://anaconda.org/conda-forge/jaxlib,2025-05-13 04:20:37.054,2623563.0,,,,,1.0,,,,,,,jax-ml/jax,,,,,,,,,,,,, +21,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-05-15 13:00:15.000000,2025-05-15 12:29:28,53821.0,971.0,5730.0,716.0,53738.0,1789.0,17730.0,22774.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1377.0,45,True,2025-03-31 01:41:13.000,3.0.0,74.0,paddlepaddle,,,,['paddle'],8379.0,8147.0,https://pypi.org/project/paddlepaddle,2025-03-26 08:17:50.000,232.0,391414.0,391561.0,,,,,,,,1.0,15436.0,,,,,,,,,,,,,,,,,,, +22,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-05-15 14:24:36.000000,2025-05-12 19:07:15,20769.0,59.0,4219.0,433.0,6336.0,817.0,7154.0,19851.0,"Interactive Data Visualization in the browser, from Python.",709.0,45,True,2025-05-12 12:13:27.000,3.7.3,240.0,bokeh,conda-forge/bokeh,,,,103995.0,102042.0,https://pypi.org/project/bokeh,2025-05-12 12:13:27.000,1953.0,3300233.0,3580632.0,https://anaconda.org/conda-forge/bokeh,2025-05-12 23:15:08.842,16543597.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-05-02 04:33:22.000000,2025-05-02 04:33:22,14744.0,34.0,2887.0,460.0,1516.0,276.0,1598.0,14044.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,472.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,395021.0,390324.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,34709970.0,34773386.0,https://anaconda.org/conda-forge/nltk,2025-04-22 14:56:27.119,3170844.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-05-15 09:17:42.000000,2025-05-15 09:17:42,9563.0,105.0,1764.0,212.0,6283.0,1141.0,4414.0,13198.0,Parallel computing with task scheduling.,621.0,45,True,2025-05-13 22:18:30.000,2025.5.0,220.0,dask,conda-forge/dask,,,,77427.0,74521.0,https://pypi.org/project/dask,2025-05-13 22:18:30.000,2906.0,10845754.0,11065317.0,https://anaconda.org/conda-forge/dask,2025-05-14 02:02:42.055,13173836.0,,,,,1.0,,,,,,,,stable/dask,,,,,,,,,,,, +25,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-05-15 14:08:15.000000,2025-05-15 14:08:10,44401.0,738.0,28540.0,2016.0,50868.0,185.0,,41112.0,Apache Spark Python API.,3228.0,44,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1862.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1862.0,45371625.0,45436853.0,https://anaconda.org/conda-forge/pyspark,2025-04-22 14:56:33.311,3848459.0,,,,,2.0,,,,,,,,stable/spark,,,,,,,,,,,, +26,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-05-15 15:04:46.000000,2025-05-14 20:48:54,7714.0,258.0,2898.0,186.0,5123.0,462.0,5213.0,38052.0,"Wrap UIs around any model, share with anyone.",584.0,44,True,2025-05-14 21:05:40.000,5.29.1,644.0,gradio,,,,,75547.0,74322.0,https://pypi.org/project/gradio,2025-05-14 21:05:40.000,1225.0,8729326.0,8729326.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-05-15 15:01:52.000000,2025-05-15 06:08:37,21969.0,2498.0,2893.0,116.0,5220.0,1322.0,4403.0,22581.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",533.0,44,True,2025-05-15 15:01:52.000,1.69.3-nightly,1145.0,litellm,,,,others,13679.0,12515.0,https://pypi.org/project/litellm,2025-05-15 14:09:41.000,1164.0,8501712.0,8501935.0,,,,,,,,1.0,671.0,,,,,,,,,,,,,,,,,,, +28,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-05-15 10:35:49.000000,2025-05-15 10:35:48,7707.0,510.0,4513.0,307.0,11154.0,1823.0,2831.0,20519.0,Open source platform for the machine learning lifecycle.,853.0,44,True,2025-04-24 09:56:38.000,2.22.0,137.0,mlflow,conda-forge/mlflow,,,,61792.0,60710.0,https://pypi.org/project/mlflow,2025-05-13 09:16:31.000,1082.0,16706360.0,16760572.0,https://anaconda.org/conda-forge/mlflow,2025-04-26 10:28:06.581,3198521.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +29,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-05-10 12:42:53.000000,2025-05-10 12:42:53,7979.0,78.0,3349.0,282.0,4134.0,369.0,3090.0,15735.0,Network Analysis in Python.,776.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,99.0,networkx,conda-forge/networkx,,,,415660.0,404253.0,https://pypi.org/project/networkx,2025-05-09 15:49:39.000,11407.0,92231513.0,92618623.0,https://anaconda.org/conda-forge/networkx,2025-04-22 14:56:28.978,22065307.0,,,,,1.0,113.0,,,,,,,,,,,,,,,,,,, +30,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-05-12 05:47:51.000000,2025-05-12 05:47:50,16230.0,5.0,4485.0,564.0,4052.0,198.0,5528.0,31555.0,Industrial-strength Natural Language Processing (NLP) in Python.,765.0,43,True,2025-04-01 21:03:46.000,3.8.5,240.0,spacy,conda-forge/spacy,,,,134919.0,131866.0,https://pypi.org/project/spacy,2025-04-01 21:03:46.000,3053.0,19314673.0,19413389.0,https://anaconda.org/conda-forge/spacy,2025-04-22 14:56:32.571,5822599.0,,,,,1.0,2480.0,,,,,,,,,,,,,,,,,,, +31,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-05-12 10:22:11.000000,2025-05-12 10:22:10,10601.0,94.0,3494.0,255.0,10491.0,938.0,6377.0,29465.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1011.0,43,True,2025-04-25 20:23:05.000,2.5.1.post0,287.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],47672.0,45998.0,https://pypi.org/project/pytorch-lightning,2025-04-25 20:24:27.000,1674.0,9510043.0,9536395.0,https://anaconda.org/conda-forge/pytorch-lightning,2025-04-28 12:17:16.982,1538498.0,,,,,2.0,12442.0,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,, +32,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-05-15 03:29:49.000000,2025-05-13 17:44:27,3167.0,168.0,3734.0,438.0,3763.0,322.0,2665.0,18942.0,Open standard for machine learning interoperability.,345.0,43,True,2025-05-12 23:07:37.000,1.18.0,36.0,onnx,conda-forge/onnx,,,,47110.0,45769.0,https://pypi.org/project/onnx,2025-05-12 22:01:31.000,1341.0,6816542.0,6846696.0,https://anaconda.org/conda-forge/onnx,2025-04-22 14:56:43.974,1763890.0,,,,,1.0,23478.0,,,,,,,,1.0,,,,,,,,,,, +33,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-05-14 20:41:37.000000,2025-05-14 20:15:16,1556.0,116.0,2651.0,250.0,743.0,153.0,1454.0,17498.0,Download market data from Yahoo! Finances API.,133.0,43,True,2025-05-12 08:22:07.000,0.2.61,133.0,yfinance,ranaroussi/yfinance,,,,78630.0,77664.0,https://pypi.org/project/yfinance,2025-05-12 08:22:07.000,966.0,3435111.0,3437242.0,https://anaconda.org/ranaroussi/yfinance,2025-03-25 16:27:42.706,98069.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +34,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-05-14 15:22:26.000000,2025-05-14 15:22:26,1833.0,163.0,2574.0,144.0,708.0,1248.0,1150.0,16691.0,State-of-the-Art Text Embeddings.,222.0,43,True,2025-04-15 13:47:13.000,4.1.0,65.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],107558.0,105174.0,https://pypi.org/project/sentence-transformers,2025-04-15 13:46:12.000,2384.0,9140682.0,9153322.0,https://anaconda.org/conda-forge/sentence-transformers,2025-04-22 14:57:36.121,707882.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-05-15 13:57:25.000000,2025-05-15 13:20:30,3966.0,546.0,1912.0,197.0,4879.0,757.0,1008.0,15563.0,Development repository for the Triton language and compiler.,396.0,43,True,2025-04-09 20:27:25.000,3.3.0,198.0,triton,,,,,67287.0,66892.0,https://pypi.org/project/triton,2025-04-09 20:27:25.000,395.0,23531803.0,23531803.0,,,,,,,,1.0,,,,,,,triton-lang/triton,,,,,,,,,,,,, +36,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-05-15 11:33:33.000000,2025-05-15 08:32:18,5170.0,71.0,2121.0,1663.0,5096.0,430.0,2780.0,12698.0,WebGL2 powered visualization framework.,289.0,43,True,2025-05-14 09:09:29.844,9.1.12,695.0,pydeck,conda-forge/pydeck,,,['jupyter'],9549.0,9045.0,https://pypi.org/project/pydeck,2025-03-21 15:25:17.000,157.0,8699390.0,9261800.0,https://anaconda.org/conda-forge/pydeck,2025-04-22 14:57:20.802,749880.0,,,,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-05-14 09:09:29.844,347.0,549482.0,,,,,,,,,,,,,, +37,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-05-13 09:09:59.000000,2025-05-13 09:09:58,19205.0,311.0,1086.0,117.0,3921.0,63.0,1675.0,11947.0,A hyperparameter optimization framework.,292.0,43,True,2025-04-14 05:07:40.000,4.3.0,73.0,optuna,conda-forge/optuna,,,,27851.0,26604.0,https://pypi.org/project/optuna,2025-04-14 05:07:40.000,1247.0,4020523.0,4066368.0,https://anaconda.org/conda-forge/optuna,2025-04-22 14:57:16.783,2704867.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +38,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-05-06 15:40:27.000000,2025-05-06 15:40:27,15698.0,37.0,3091.0,286.0,4007.0,2851.0,2829.0,10654.0,Statsmodels: statistical modeling and econometrics in Python.,456.0,43,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,174690.0,170221.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16989743.0,17313880.0,https://anaconda.org/conda-forge/statsmodels,2025-04-22 14:56:24.492,19124102.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +39,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-05-15 05:19:38.000000,2025-05-14 18:59:09,7946.0,229.0,740.0,62.0,6275.0,637.0,2930.0,9862.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",212.0,43,True,2025-05-07 20:51:36.000,0.19.11,309.0,wandb,conda-forge/wandb,,,,79423.0,77570.0,https://pypi.org/project/wandb,2025-05-07 20:49:33.000,1853.0,17708531.0,17726790.0,https://anaconda.org/conda-forge/wandb,2025-05-08 16:58:12.513,1058207.0,,,,,1.0,721.0,,,,,,wandb/wandb,,,,,,,,,,,,, +40,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-05-15 15:07:37.157000,2025-05-15 10:02:44,1756.0,90.0,1103.0,97.0,1756.0,105.0,1708.0,8721.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",349.0,43,True,2025-05-15 12:33:48.000,1.7.0,73.0,accelerate,conda-forge/accelerate,,,['pytorch'],94876.0,92715.0,https://pypi.org/project/accelerate,2025-05-15 10:00:49.000,2161.0,11493516.0,11502685.0,https://anaconda.org/conda-forge/accelerate,2025-05-15 15:07:37.157,394278.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +41,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-05-09 19:01:02.000000,2025-05-09 19:01:02,5899.0,16.0,1667.0,187.0,5076.0,697.0,1243.0,6875.0,TensorFlows Visualization Toolkit.,327.0,43,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],323423.0,320969.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,25736740.0,25830605.0,https://anaconda.org/conda-forge/tensorboard,2025-04-22 14:56:43.843,5538059.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-05-15 06:23:13.000000,2025-05-15 06:21:32,6467.0,59.0,8173.0,456.0,3306.0,95.0,9468.0,49130.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",284.0,42,True,2025-03-07 07:04:27.000,2.10.0,49.0,paddleocr,,,,['paddle'],5682.0,5547.0,https://pypi.org/project/paddleocr,2025-03-07 07:04:27.000,135.0,334711.0,369414.0,,,,,,,,1.0,1943420.0,,,,,,,,,,,,,,,,,,, +43,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2025-04-22 14:57:24.136000,2023-01-30 18:15:21,1757.0,,8614.0,1057.0,1459.0,121.0,1726.0,35969.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,42,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,67952.0,66404.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,31521133.0,31527447.0,https://anaconda.org/conda-forge/gym,2025-04-22 14:57:24.136,385172.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +44,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-05-14 20:52:36.000000,2025-05-14 20:51:43,2738.0,44.0,4867.0,315.0,611.0,51.0,922.0,34137.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",172.0,42,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],57555.0,56454.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,7428207.0,7542528.0,https://anaconda.org/conda-forge/timm,2025-04-22 14:57:29.925,384337.0,,,,,1.0,7754056.0,,,,,,huggingface/pytorch-image-models,,1.0,,,,,,,,,,, +45,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-05-15 14:34:06.000000,2025-05-15 14:34:06,2836.0,36.0,3362.0,245.0,1062.0,666.0,1957.0,23875.0,A game theoretic approach to explain the output of any machine learning model.,267.0,42,True,2025-04-17 18:14:16.000,0.47.2,107.0,shap,conda-forge/shap,,,,33035.0,32076.0,https://pypi.org/project/shap,2025-04-17 18:14:16.000,959.0,7270490.0,7384913.0,https://anaconda.org/conda-forge/shap,2025-04-22 14:56:53.980,6064456.0,,,,,1.0,,,,,,,shap/shap,,,,,,,,,,,,, +46,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-05-13 22:16:46.000000,2025-05-03 01:58:14,3661.0,17.0,3875.0,435.0,3374.0,440.0,3131.0,17210.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",329.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,53453.0,52205.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,10779622.0,10845861.0,https://anaconda.org/conda-forge/lightgbm,2025-04-22 14:56:38.692,3541741.0,,,,,2.0,290450.0,,,,,,,,,,,,,,,,,,, +47,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-05-15 11:35:08.000000,2025-05-09 19:48:45,4051.0,63.0,7046.0,470.0,5574.0,1099.0,2589.0,16826.0,"Datasets, Transforms and Models specific to Computer Vision.",635.0,42,True,2025-04-23 16:03:55.000,0.22.0,51.0,torchvision,conda-forge/torchvision,,,['pytorch'],7068.0,21.0,https://pypi.org/project/torchvision,2025-04-23 14:41:49.000,7047.0,16821743.0,16874710.0,https://anaconda.org/conda-forge/torchvision,2025-04-22 14:56:44.476,2627471.0,,,,,1.0,40597.0,,,,,,,,,,,,,,,,,,, +48,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-04-22 14:56:26.328000,2025-01-26 16:55:13,3242.0,,1949.0,258.0,1142.0,168.0,2461.0,13123.0,Statistical data visualization in Python.,215.0,42,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,667608.0,656765.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,23421604.0,23638850.0,https://anaconda.org/conda-forge/seaborn,2025-04-22 14:56:26.328,12817356.0,,,,,1.0,473.0,,,,,,,,,,,,,,,,,,, +49,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-05-15 09:02:33.000000,2025-05-15 09:02:27,49429.0,339.0,1215.0,190.0,411.0,614.0,1830.0,8394.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1321.0,42,True,2025-04-13 10:45:50.000,1.2.8,114.0,catboost,conda-forge/catboost,,,,672.0,18.0,https://pypi.org/project/catboost,2025-04-13 10:12:07.000,654.0,2617031.0,2658583.0,https://anaconda.org/conda-forge/catboost,2025-04-22 14:56:50.403,2018134.0,,,,,2.0,384589.0,,,,,,,,,,,,,,,,,,, +50,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-05-10 19:48:38.000000,2025-05-10 19:48:36,14331.0,47.0,2254.0,183.0,4650.0,809.0,2166.0,6243.0,Image processing in Python.,683.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,237882.0,230931.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,12996050.0,13130790.0,https://anaconda.org/conda-forge/scikit-image,2025-04-22 14:56:23.748,7949662.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-05-15 02:14:02.000000,2025-05-08 22:21:52,2766.0,83.0,4338.0,351.0,3284.0,1059.0,2029.0,38363.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",381.0,41,True,2025-04-18 15:37:44.000,0.16.7,106.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],13432.0,13160.0,https://pypi.org/project/deepspeed,2025-04-18 15:37:44.000,272.0,743202.0,743546.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,22079.0,1.0,,,,,,,deepspeedai/DeepSpeed,,,,,,,,,,,,, +52,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-05-14 17:44:17.000000,2025-05-14 17:41:21,1455.0,69.0,3792.0,481.0,1447.0,254.0,2394.0,34908.0,A library for efficient similarity search and clustering of dense vectors.,221.0,41,True,2025-04-28 09:27:53.000,2.5.8,118.0,pymilvus,conda-forge/faiss,,,,5072.0,4817.0,https://pypi.org/project/pymilvus,2025-04-28 09:27:53.000,255.0,1750817.0,1793717.0,https://anaconda.org/conda-forge/faiss,2025-04-22 14:57:26.087,2531126.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-05-15 14:20:23.000000,2025-05-15 12:10:23,22337.0,532.0,3210.0,305.0,25438.0,764.0,12729.0,34795.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",313.0,41,True,2025-04-30 07:18:23.000,client/v2.5.3,118.0,pymilvus,,milvusdb/milvus,,,255.0,,https://pypi.org/project/pymilvus,2025-04-28 09:27:53.000,255.0,1750817.0,2772537.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-05-15 12:51:04.932154,80.0,69006690.0,1.0,352733.0,,,,,,,,,,,,,,,,,,, +54,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-04-19 19:47:43.000000,2025-04-19 19:47:43,2849.0,39.0,7590.0,609.0,2251.0,244.0,1596.0,26944.0,The fastai deep learning library.,674.0,41,True,2025-04-18 21:15:10.000,2.8.1,155.0,fastai,,,,['pytorch'],22807.0,22479.0,https://pypi.org/project/fastai,2025-04-18 21:15:10.000,328.0,562145.0,562145.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +55,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-05-14 22:46:17.000000,2025-05-14 22:46:15,1303.0,71.0,1681.0,126.0,1226.0,232.0,1023.0,14929.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,169.0,41,True,2025-04-29 01:37:09.000,2.0.6,86.0,albumentations,conda-forge/albumentations,,,['pytorch'],37897.0,37194.0,https://pypi.org/project/albumentations,2025-04-29 01:37:34.000,703.0,6508475.0,6513386.0,https://anaconda.org/conda-forge/albumentations,2025-04-22 14:57:06.407,284879.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-05-14 01:30:41.000000,2025-05-14 01:30:39,9405.0,18.0,1209.0,134.0,5587.0,261.0,4520.0,14456.0,Data Versioning and ML Experiments.,311.0,41,True,2025-05-06 10:58:56.000,3.59.2,544.0,dvc,conda-forge/dvc,,,,23454.0,23312.0,https://pypi.org/project/dvc,2025-05-06 10:58:56.000,142.0,647332.0,694888.0,https://anaconda.org/conda-forge/dvc,2025-05-06 12:44:09.242,2805808.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +57,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-05-07 23:51:35.000000,2025-04-22 06:53:11,3873.0,10.0,802.0,137.0,1578.0,140.0,1945.0,9767.0,Declarative visualization library for Python.,176.0,41,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,231339.0,230423.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,28268502.0,28334614.0,https://anaconda.org/conda-forge/altair,2025-04-22 14:56:25.338,2710512.0,,,,,1.0,231.0,,,,,,vega/altair,,,,,,,,,,,,, +58,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-05-12 17:09:16.000000,2025-05-05 13:59:46,10250.0,62.0,2073.0,223.0,4225.0,359.0,3107.0,9014.0,Bayesian Modeling and Probabilistic Programming in Python.,525.0,41,True,2025-04-03 15:02:31.000,5.21.2,100.0,pymc3,conda-forge/pymc3,,,,7236.0,7044.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,278881.0,290139.0,https://anaconda.org/conda-forge/pymc3,2025-04-22 14:56:28.348,663373.0,,,,,1.0,1971.0,,,,,,,,,,,,,,,,,,, +59,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-05-06 09:43:18.000000,2025-05-06 09:43:10,2390.0,53.0,582.0,89.0,953.0,257.0,1041.0,4115.0,Manipulation and analysis of geometric objects.,169.0,41,True,2025-04-03 09:13:56.000,2.1.0,128.0,shapely,conda-forge/shapely,,,,110762.0,106839.0,https://pypi.org/project/shapely,2025-04-03 09:13:56.000,3923.0,47567210.0,47778681.0,https://anaconda.org/conda-forge/shapely,2025-04-22 14:56:20.144,12048789.0,,,,,1.0,3836.0,,,,,,,,,,,,,,,,,,, +60,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-05-15 14:18:18.000000,2025-05-15 04:27:27,4181.0,124.0,1172.0,134.0,3413.0,334.0,1269.0,2160.0,A library for training and deploying machine learning models on Amazon SageMaker.,481.0,41,True,2025-05-15 00:46:46.000,2.244.1,632.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",6113.0,5929.0,https://pypi.org/project/sagemaker,2025-05-15 00:46:46.000,184.0,24289232.0,24315722.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-05-15 11:31:52.768,1509976.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +61,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-05-15 14:18:29.000000,2025-05-15 12:03:48,36795.0,263.0,13537.0,932.0,26549.0,198.0,,24853.0,Apache Flink Python API.,2014.0,40,True,2025-02-12 19:13:03.000,1.19.2,52.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,7610648.0,7610648.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +62,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-05-14 04:07:48.000000,2025-05-13 15:05:51,7802.0,89.0,3816.0,254.0,3480.0,1188.0,2712.0,22345.0,Graph Neural Network Library for PyTorch.,543.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],9712.0,9357.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,659848.0,662504.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-04-22 14:57:29.443,154055.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-04-22 14:56:41.039000,2025-02-14 14:36:27,4536.0,,4379.0,425.0,1716.0,396.0,1466.0,16017.0,Topic Modelling for Humans.,458.0,40,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,77022.0,75645.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4789853.0,4821846.0,https://anaconda.org/conda-forge/gensim,2025-04-22 14:56:41.039,1597082.0,,,,,1.0,6040.0,,,,,,piskvorky/gensim,,2.0,,,,,,,,,,, +64,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-05-15 09:47:59.000000,2025-04-27 18:08:38,6658.0,80.0,2114.0,199.0,1290.0,75.0,2306.0,14164.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4140.0,3986.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,154.0,99458.0,100189.0,https://anaconda.org/conda-forge/python-flair,2025-04-22 14:57:32.879,42406.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-05-15 11:53:34.000000,2025-05-09 23:30:13,8310.0,15.0,3427.0,479.0,749.0,46.0,2193.0,13993.0,A toolkit for making real world machine learning and data analysis applications in C++.,204.0,40,False,2025-05-15 11:53:34.000,19.24.9,41.0,dlib,conda-forge/dlib,,,,38481.0,38243.0,https://pypi.org/project/dlib,2025-05-15 11:53:34.000,238.0,217804.0,237053.0,https://anaconda.org/conda-forge/dlib,2025-04-22 14:56:27.771,1123101.0,,,,,2.0,25579.0,,,,,,,,,,,,,,,,,,, +66,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-04-22 14:56:38.733000,2025-02-06 21:30:01,1425.0,,1736.0,253.0,747.0,475.0,1578.0,13417.0,Video editing with Python.,182.0,40,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,63657.0,62609.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,3146101.0,3149298.0,https://anaconda.org/conda-forge/moviepy,2025-04-22 14:56:38.733,300582.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-05-14 06:46:36.000000,2025-05-14 06:46:36,5388.0,187.0,1525.0,106.0,4908.0,1115.0,1753.0,8386.0,A unified framework for machine learning with time series.,460.0,40,True,2025-04-12 14:37:46.000,0.37.0,89.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4576.0,4431.0,https://pypi.org/project/sktime,2025-04-12 14:37:46.000,145.0,956146.0,980178.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-04-22 14:57:58.124,1105466.0,,,,,1.0,111.0,,,,,,sktime/sktime,,-1.0,,,,,,,,,,, +68,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2025-04-22 15:32:24.964000,2023-01-26 21:28:45,11896.0,,6788.0,1066.0,11124.0,1805.0,7758.0,20804.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",985.0,39,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],8063.0,7937.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,650392.0,650789.0,https://anaconda.org/anaconda/mxnet,2025-04-22 15:32:24.964,12073.0,,,,,2.0,28393.0,,,,,,apache/mxnet,,,,,,6.0,,,,,,, +69,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-05-12 12:58:43.000000,2025-01-14 10:26:14,32383.0,,4779.0,359.0,6439.0,142.0,6644.0,20140.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5297.0,5237.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,154592.0,154592.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-05-02 11:05:43.000000,2025-05-02 11:05:43,1996.0,140.0,2565.0,176.0,282.0,6.0,1179.0,19026.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",88.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,7611.0,7567.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,622485.0,622485.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-05-15 12:41:56.000000,2025-05-15 12:41:56,10516.0,70.0,1459.0,133.0,1373.0,146.0,1034.0,9819.0,A PyTorch-based Speech Toolkit.,258.0,39,True,2025-04-07 17:05:07.000,1.0.3,19.0,speechbrain,,,,['pytorch'],3560.0,3481.0,https://pypi.org/project/speechbrain,2025-04-07 17:17:04.000,79.0,1137482.0,1137482.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-05-15 01:50:21.000000,2025-05-14 21:21:17,23444.0,653.0,629.0,65.0,4281.0,572.0,1116.0,9477.0,"Visualize, create, and debug image and video datasets and model predictions.",153.0,39,True,2025-05-09 13:28:22.000,1.5.2,160.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",997.0,970.0,https://pypi.org/project/fiftyone,2025-05-09 13:09:15.000,27.0,121435.0,121435.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +73,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-05-15 13:18:37.000000,2025-05-14 18:56:10,1984.0,42.0,2230.0,161.0,955.0,96.0,1093.0,7129.0,Python Data. Leaflet.js Maps.,174.0,39,True,2025-02-27 20:00:19.000,0.19.5,39.0,folium,conda-forge/folium,,,,61310.0,60447.0,https://pypi.org/project/folium,2025-02-27 20:00:19.000,863.0,2197621.0,2269749.0,https://anaconda.org/conda-forge/folium,2025-04-22 14:56:20.778,3750664.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-05-15 05:51:28.000000,2025-05-14 21:31:41,5244.0,193.0,564.0,37.0,4299.0,688.0,1203.0,3069.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,177.0,39,True,2025-05-13 00:37:31.000,0.45.2,102.0,pyvista,conda-forge/pyvista,,,['jupyter'],5462.0,4756.0,https://pypi.org/project/pyvista,2025-05-13 00:37:31.000,706.0,505903.0,517448.0,https://anaconda.org/conda-forge/pyvista,2025-05-13 05:42:54.487,680633.0,,,,,2.0,894.0,,,,,,,,,,,,,,,,,,, +75,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-05-13 20:26:13.000000,2025-05-13 20:26:12,18335.0,57.0,1336.0,81.0,8259.0,552.0,4447.0,2940.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,393.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,6214.0,5795.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,155112.0,163908.0,https://anaconda.org/conda-forge/mne,2025-04-22 14:56:32.672,527808.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-05-15 08:12:32.000000,2025-05-13 22:16:35,6025.0,41.0,732.0,56.0,5285.0,1546.0,2450.0,1628.0,A distributed task scheduler for Dask.,335.0,39,True,2025-05-13 22:18:32.000,2025.5.0,252.0,distributed,conda-forge/distributed,,,,41577.0,40615.0,https://pypi.org/project/distributed,2025-05-13 22:18:32.000,962.0,3616156.0,3909189.0,https://anaconda.org/conda-forge/distributed,2025-05-14 00:44:21.374,17582038.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-04-23 09:19:10.000000,2025-04-23 09:19:10,2360.0,11.0,5503.0,515.0,192.0,1180.0,1389.0,25175.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,38,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],4313.0,4283.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,254570.0,571722.0,,,,,,,,2.0,7928819.0,,,,,,,,,,,,,,,,,,, +78,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-05-15 14:56:11.000000,2025-05-15 14:56:09,4100.0,223.0,2159.0,152.0,4502.0,135.0,3787.0,20706.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",288.0,38,True,2025-05-09 05:21:14.000,2.13.2,100.0,haystack,,,,,1140.0,1135.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6390.0,6390.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-05-15 14:27:13.000000,2025-05-15 12:54:13,8613.0,661.0,2820.0,230.0,10302.0,140.0,2493.0,14404.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",419.0,38,True,2025-05-08 23:42:57.000,2.3.0,89.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-05-08 23:42:38.000,14.0,224266.0,229730.0,,,,,,,,1.0,371595.0,,,,,,,,,,,,,,,,,,, +80,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-04-27 13:18:09.000000,2025-04-27 13:18:04,2008.0,106.0,4470.0,536.0,735.0,149.0,1525.0,14310.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-04-05 21:44:18.000,1.2.6,93.0,chatterbot,,,,,6365.0,6347.0,https://pypi.org/project/chatterbot,2025-04-05 21:37:41.000,18.0,28546.0,28546.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +81,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-05-15 04:39:15.000000,2025-03-26 00:32:10,1575.0,51.0,1704.0,149.0,880.0,253.0,587.0,12906.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,38,True,2025-03-26 00:41:27.000,4.16.1,73.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",6653.0,6470.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,358621.0,363496.0,https://anaconda.org/conda-forge/pandas-profiling,2025-04-22 14:56:27.206,511751.0,,,,,2.0,317.0,,,,,,ydataai/ydata-profiling,,,,,,,,,,,,, +82,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-04-22 14:57:29.549000,2025-02-26 15:14:58,992.0,4.0,1205.0,125.0,332.0,53.0,729.0,10881.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,113263.0,111531.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,28620348.0,28647029.0,https://anaconda.org/conda-forge/sentencepiece,2025-04-22 14:57:29.549,1506878.0,,,,,1.0,56801.0,,,,,,,,,,,,,,,,,,, +83,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2025-04-22 14:56:25.718000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4121.0,697.0,2088.0,9944.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16329.0,16157.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,85041.0,108720.0,https://anaconda.org/conda-forge/theano,2025-04-22 14:56:25.718,2510012.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +84,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-04-22 14:57:31.323000,2025-03-18 16:33:44,1860.0,2.0,874.0,122.0,709.0,78.0,978.0,9682.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,38,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,169780.0,168486.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,54871403.0,54922282.0,https://anaconda.org/conda-forge/tokenizers,2025-04-22 14:57:31.323,2950966.0,,,,,1.0,74.0,,,,,,,,-1.0,,,,,,,,,,, +85,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-05-14 13:45:57.000000,2025-05-14 13:45:56,626.0,14.0,1161.0,258.0,225.0,100.0,209.0,9337.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,57281.0,56876.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1353129.0,1355840.0,https://anaconda.org/conda-forge/textblob,2025-04-22 14:56:26.678,284688.0,,,,,1.0,126.0,,,,,,,,,,,,,,,,,,, +86,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-05-15 11:37:19.000000,2025-05-15 11:13:27,23097.0,212.0,2190.0,169.0,3480.0,368.0,2157.0,9097.0,End-to-End Speech Processing Toolkit.,493.0,38,True,2025-03-27 15:18:36.000,.202503,55.0,espnet,,,,,456.0,444.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,20325.0,20326.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +87,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-05-13 05:03:44.000000,2025-05-13 05:03:44,2085.0,26.0,947.0,105.0,1754.0,441.0,1305.0,4746.0,Python tools for geographic data.,244.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],58885.0,56046.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7793039.0,7871681.0,https://anaconda.org/conda-forge/geopandas,2025-04-22 14:56:20.839,4638226.0,,,,,2.0,3001.0,,,,,,,,,,,,,,,,,,, +88,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-05-15 12:13:24.000000,2025-05-13 09:14:46,6693.0,37.0,1575.0,108.0,4644.0,698.0,772.0,4411.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",515.0,38,True,2025-03-12 16:04:38.000,4.9.8,41.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],24197.0,23861.0,https://pypi.org/project/tensorflow-datasets,2025-03-12 16:04:33.000,336.0,1423873.0,1424836.0,https://anaconda.org/conda-forge/tensorflow-datasets,2025-04-22 14:57:51.541,46258.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +89,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-05-15 14:43:53.000000,2025-05-15 14:12:35,1811.0,105.0,702.0,61.0,1793.0,189.0,997.0,2598.0,The official Python client for the Huggingface Hub.,237.0,38,True,2025-05-13 09:50:02.000,0.31.2,171.0,huggingface_hub,conda-forge/huggingface_hub,,,,2986.0,,https://pypi.org/project/huggingface_hub,2025-05-13 09:45:41.000,2986.0,85065080.0,85127704.0,https://anaconda.org/conda-forge/huggingface_hub,2025-04-22 14:57:46.415,3193866.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +90,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-05-15 14:37:49.000000,2025-05-15 14:37:47,10946.0,158.0,604.0,63.0,3106.0,298.0,2059.0,1274.0,Machine learning for NeuroImaging in Python.,255.0,38,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4524.0,4215.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,209399.0,215552.0,https://anaconda.org/conda-forge/nilearn,2025-04-22 14:56:23.063,331946.0,,,,,1.0,297.0,,,,,,,,,,,,,,,,,,, +91,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2025-04-22 14:56:34.345000,2020-02-15 08:33:35,523.0,,6713.0,1277.0,167.0,674.0,228.0,34071.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,39216.0,38378.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1774547.0,1778252.0,https://anaconda.org/conda-forge/jieba,2025-04-22 14:56:34.345,177840.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +92,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-04-22 14:57:32.679000,2024-10-18 16:40:02,2327.0,,6486.0,422.0,1365.0,1313.0,3055.0,31435.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4339.0,4222.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,90423.0,92879.0,https://anaconda.org/conda-forge/fairseq,2025-04-22 14:57:32.679,142254.0,,,,,2.0,405.0,,,,,,,,,,,,,,,,,,, +93,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9596.0,370.0,3178.0,1889.0,6738.0,31016.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3922.0,3839.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,83.0,193426.0,193426.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +94,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-04-28 11:23:43.000000,2025-04-21 19:23:34,4000.0,37.0,1949.0,183.0,207.0,130.0,1120.0,28859.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",109.0,37,True,2025-04-24 09:01:27.000,16.10.1,252.0,ocrmypdf,conda-forge/ocrmypdf,,,,1364.0,1318.0,https://pypi.org/project/ocrmypdf,2025-04-24 09:00:58.000,46.0,221690.0,224181.0,https://anaconda.org/conda-forge/ocrmypdf,2025-04-22 14:57:47.405,98543.0,,,,,1.0,11755.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +95,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-04-29 06:00:37.000000,2025-01-26 07:01:34,1702.0,,2855.0,378.0,485.0,5.0,1932.0,15309.0,Python Echarts Plotting Library.,45.0,37,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5570.0,5347.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,227957.0,227959.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +96,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-04-22 14:57:01.127000,2025-01-13 19:00:04,4822.0,,5277.0,382.0,743.0,670.0,1393.0,13781.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,37,False,2025-04-15 15:39:39.000,2.9.0,60.0,glfw,conda-forge/glfw,,,,1835.0,1610.0,https://pypi.org/project/glfw,2025-04-15 15:39:39.000,225.0,544472.0,586886.0,https://anaconda.org/conda-forge/glfw,2025-04-22 14:57:01.127,369168.0,,,,,2.0,4291516.0,,,,,,,,,,,,,,,,,,, +97,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-05-15 13:49:59.000000,2025-05-06 12:05:32,6608.0,18.0,3877.0,258.0,1883.0,1120.0,4815.0,12458.0,Open-source simulator for autonomous driving research.,182.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,1050.0,1039.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,37102.0,37102.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +98,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2025-04-22 14:56:58.676000,2022-11-22 00:42:46,2719.0,,2254.0,277.0,3096.0,91.0,2477.0,11847.0,"An open-source NLP research library, built on PyTorch.",267.0,37,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4539.0,4414.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,73621.0,76021.0,https://anaconda.org/conda-forge/allennlp,2025-04-22 14:56:58.676,184801.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +99,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-05-13 09:52:32.000000,2025-05-13 09:52:31,2886.0,30.0,1016.0,128.0,2028.0,301.0,680.0,10465.0,Geometric Computer Vision Library for Spatial AI.,287.0,37,True,2025-05-08 11:13:22.000,0.8.1,43.0,kornia,conda-forge/kornia,,,['pytorch'],16121.0,15778.0,https://pypi.org/project/kornia,2025-05-08 11:13:22.000,343.0,2681050.0,2685326.0,https://anaconda.org/conda-forge/kornia,2025-05-08 14:44:56.729,225382.0,,,,,2.0,1928.0,,,,,,,,,,,,,,,,,,, +100,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-05-12 21:04:15.000000,2025-05-12 21:04:12,1482.0,17.0,913.0,211.0,279.0,185.0,254.0,7262.0,Efficiently computes derivatives of NumPy code.,61.0,37,True,2025-05-05 12:49:00.000,1.8.0,31.0,autograd,conda-forge/autograd,,,,13617.0,13303.0,https://pypi.org/project/autograd,2025-05-05 12:49:00.000,314.0,3464104.0,3479553.0,https://anaconda.org/conda-forge/autograd,2025-05-05 13:26:33.574,540735.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +101,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-05-14 23:17:35.000000,2025-05-14 22:01:07,5113.0,140.0,693.0,86.0,2896.0,392.0,784.0,6549.0,Flax is a neural network library for JAX that is designed for flexibility.,262.0,37,True,2025-04-23 20:27:05.000,0.10.6,54.0,flax,conda-forge/flax,,,['jax'],14783.0,14170.0,https://pypi.org/project/flax,2025-04-23 20:27:05.000,613.0,1555935.0,1557940.0,https://anaconda.org/conda-forge/flax,2025-04-22 14:57:49.496,100268.0,,,,,2.0,61.0,,,,,,,,,,,,,,,,,,, +102,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-05-15 00:17:40.000000,2025-05-07 13:10:19,1810.0,61.0,648.0,60.0,1971.0,158.0,1287.0,4657.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,855.0,37,True,2025-03-29 13:50:06.000,0.5.2,1980.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3907.0,3796.0,https://pypi.org/project/pytorch-ignite,2025-05-15 00:17:40.000,111.0,180826.0,183621.0,https://anaconda.org/pytorch/ignite,2025-03-30 00:53:29.695,232021.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +103,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-05-09 13:34:25.000000,2025-04-08 13:20:13,4346.0,95.0,1107.0,157.0,1811.0,435.0,914.0,4080.0,Fast data visualization and GUI tools for scientific / engineering applications.,304.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,13332.0,12306.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,389389.0,401249.0,https://anaconda.org/conda-forge/pyqtgraph,2025-04-22 14:56:31.078,699786.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-05-15 14:55:38.000000,2025-05-15 14:27:12,5378.0,331.0,656.0,46.0,5968.0,394.0,1179.0,2629.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",200.0,37,True,2025-05-02 20:46:10.000,0.41.1,63.0,pennylane,conda-forge/pennylane,,,,1810.0,1658.0,https://pypi.org/project/pennylane,2025-05-02 20:46:10.000,152.0,91215.0,97522.0,https://anaconda.org/conda-forge/pennylane,2025-04-22 14:58:05.852,264890.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +105,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-05-09 20:50:03.000000,2025-05-09 20:50:03,3929.0,7.0,538.0,143.0,1257.0,151.0,1725.0,2358.0,Rasterio reads and writes geospatial raster datasets.,167.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,18757.0,17221.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2300791.0,2390047.0,https://anaconda.org/conda-forge/rasterio,2025-04-22 14:56:21.283,4640905.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +106,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-04-22 14:56:30.839000,2025-02-21 05:44:35,1554.0,1.0,312.0,31.0,511.0,100.0,514.0,1592.0,Python library for reading and writing image data.,122.0,37,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,176505.0,173890.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,25654485.0,25789739.0,https://anaconda.org/conda-forge/imageio,2025-04-22 14:56:30.839,7843512.0,,,,,2.0,1758.0,,,,,,,,3.0,,,,,,,,,,, +107,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-05-05 16:10:15.000000,2025-05-05 16:08:51,1617.0,21.0,218.0,33.0,733.0,37.0,598.0,1120.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,71.0,37,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,45929.0,43981.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,10729637.0,10907963.0,https://anaconda.org/conda-forge/pyproj,2025-04-22 14:56:20.271,10342910.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +108,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2025-04-22 14:57:35.730000,2022-06-10 09:12:18,238.0,,13504.0,1569.0,237.0,795.0,594.0,54736.0,The worlds simplest facial recognition api for Python and the command line.,54.0,36,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],5186.0,5070.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,209531.0,210156.0,https://anaconda.org/conda-forge/face_recognition,2025-04-22 14:57:35.730,34271.0,,,,,2.0,1412.0,,,,,,,,,,,,,,,,,,, +109,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2025-04-22 14:58:02.848000,2024-02-10 14:20:58,4668.0,,4812.0,309.0,756.0,88.0,1160.0,40019.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,36,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",3153.0,3100.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,255482.0,354709.0,https://anaconda.org/conda-forge/tts,2025-04-22 14:58:02.848,25136.0,,,,,1.0,4932169.0,,,,,,,,,,,,,,,,,,, +110,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2025-04-22 14:57:06.395000,2020-06-01 14:58:26,2913.0,,2444.0,228.0,347.0,310.0,226.0,14572.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,26084.0,25819.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,374305.0,377348.0,https://anaconda.org/conda-forge/imgaug,2025-04-22 14:57:06.395,216121.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +111,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-04-22 08:33:56.000000,2025-02-01 10:46:42,1341.0,,2254.0,333.0,1604.0,397.0,1866.0,14477.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1416.0,1382.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,34.0,98412.0,98412.0,,,,,,,,2.0,,,,,,,,stable/horovod,,,,,,,,,,,, +112,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,,3018.0,173.0,5071.0,539.0,2360.0,13874.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,4110.0,3962.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,102865.0,102865.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +113,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2025-04-22 14:56:58.184000,2022-12-08 17:49:19,746.0,,1073.0,133.0,243.0,371.0,274.0,9355.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,100391.0,99022.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,9076636.0,9079962.0,https://anaconda.org/conda-forge/pydub,2025-04-22 14:56:58.184,166324.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +114,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-04-30 06:08:34.747000,2025-04-29 22:21:52,1895.0,6.0,1412.0,148.0,262.0,231.0,153.0,9193.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",65.0,36,True,2025-04-29 22:28:31.000,2.0.5,97.0,pyod,conda-forge/pyod,,,,5333.0,5201.0,https://pypi.org/project/pyod,2025-04-29 22:26:57.000,132.0,605182.0,607725.0,https://anaconda.org/conda-forge/pyod,2025-04-30 06:08:34.747,152629.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +115,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-04-25 09:16:18.000000,2025-04-25 09:15:23,711.0,3.0,362.0,65.0,140.0,34.0,163.0,8909.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,76818.0,74261.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9575146.0,9582059.0,https://anaconda.org/conda-forge/einops,2025-04-22 14:57:12.206,380254.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +116,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-05-15 09:05:29.000000,2025-05-13 11:49:34,2575.0,95.0,1017.0,95.0,2916.0,405.0,1252.0,8856.0,Fast and Accurate ML in 3 Lines of Code.,137.0,36,True,2025-05-01 17:10:09.000,1.3.0,1836.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1124.0,1092.0,https://pypi.org/project/autogluon,2025-05-15 09:05:29.000,32.0,200453.0,201915.0,https://anaconda.org/conda-forge/autogluon,2025-05-03 00:10:58.890,34469.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,19.0,16207.0,1.0,,,,,,,,,,,,,,,,,,,, +117,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-05-15 14:30:43.000000,2025-05-14 18:44:57,1283.0,90.0,824.0,292.0,1701.0,337.0,451.0,8813.0,"Build, Manage and Deploy AI/ML Systems.",105.0,36,True,2025-05-06 23:47:22.000,2.15.11,190.0,metaflow,conda-forge/metaflow,,,,957.0,905.0,https://pypi.org/project/metaflow,2025-05-06 23:47:22.000,52.0,246865.0,251929.0,https://anaconda.org/conda-forge/metaflow,2025-04-22 14:57:18.349,293752.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +118,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-05-09 18:34:02.000000,2025-05-09 18:34:02,3226.0,31.0,1179.0,90.0,3600.0,426.0,2822.0,6396.0,AI Toolkit for Healthcare Imaging.,222.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],4256.0,4120.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,348318.0,349505.0,https://anaconda.org/conda-forge/monai,2025-04-22 14:58:07.903,48704.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-05-09 22:35:57.000000,2025-05-09 21:33:56,1237.0,17.0,680.0,123.0,997.0,386.0,1144.0,4719.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",191.0,36,True,2025-04-29 03:56:01.000,8.3,53.0,coremltools,conda-forge/coremltools,,,,4945.0,4847.0,https://pypi.org/project/coremltools,2025-04-28 20:13:28.000,98.0,544024.0,545939.0,https://anaconda.org/conda-forge/coremltools,2025-04-22 14:57:38.011,96725.0,,,,,2.0,14532.0,,,,,,,,,,,,,,,,,,, +120,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-05-14 01:56:31.000000,2025-05-14 01:56:29,12229.0,17.0,1116.0,154.0,472.0,709.0,763.0,4335.0,Probabilistic reasoning and statistical analysis in TensorFlow.,502.0,36,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],622.0,4.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,947402.0,950893.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-04-22 14:57:01.266,178066.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +121,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-05-14 13:07:23.000000,2025-05-14 12:53:51,2572.0,122.0,233.0,62.0,150.0,76.0,646.0,4209.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,37.0,plotnine,conda-forge/plotnine,,,,12415.0,12046.0,https://pypi.org/project/plotnine,2025-04-23 09:46:44.000,369.0,2525846.0,2533752.0,https://anaconda.org/conda-forge/plotnine,2025-04-22 14:56:36.903,466467.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-05-15 10:02:08.000000,2025-05-15 10:00:42,8816.0,100.0,722.0,99.0,13456.0,25.0,881.0,3967.0,State of the Art Natural Language Processing.,114.0,36,True,2025-05-14 19:43:04.000,6.0.1,154.0,spark-nlp,,,,['spark'],636.0,599.0,https://pypi.org/project/spark-nlp,2025-05-14 13:44:10.000,37.0,4243834.0,4243834.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-05-14 16:01:09.000000,2025-05-13 13:49:35,10951.0,37.0,407.0,55.0,3191.0,1084.0,2304.0,2792.0,"With Holoviews, your data visualizes itself.",150.0,36,True,2025-03-13 13:22:18.000,1.20.2,180.0,holoviews,conda-forge/holoviews,,,['jupyter'],436.0,,https://pypi.org/project/holoviews,2025-03-31 11:58:36.000,431.0,479009.0,514218.0,https://anaconda.org/conda-forge/holoviews,2025-04-22 14:56:23.771,2063898.0,,,,,2.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,228.0,,,-2.0,,,,,,,,,,, +124,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-05-15 01:11:39.000000,2025-05-15 00:59:45,4168.0,370.0,324.0,67.0,2959.0,113.0,766.0,2485.0,Adaptive Experimentation Platform.,185.0,36,True,2025-05-08 22:36:37.000,1.0.0,45.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],1024.0,961.0,https://pypi.org/project/ax-platform,2025-05-08 22:36:37.000,63.0,240096.0,240922.0,https://anaconda.org/conda-forge/ax-platform,2025-05-09 16:55:05.721,38835.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +125,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-05-13 12:41:26.000000,2025-05-13 10:40:49,2155.0,100.0,425.0,33.0,1903.0,75.0,877.0,2267.0,"Machine learning metrics for distributed, scalable PyTorch applications.",274.0,36,True,2025-04-07 19:33:42.000,1.7.1,58.0,metrics,conda-forge/torchmetrics,,,['pytorch'],41915.0,41911.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,5583.0,44780.0,https://anaconda.org/conda-forge/torchmetrics,2025-04-22 14:57:48.806,1953376.0,,,,,2.0,6545.0,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,,, +126,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-05-15 05:54:53.000000,2025-05-15 05:54:52,5187.0,71.0,1110.0,153.0,1433.0,77.0,769.0,1997.0,Documentation and samples for ArcGIS API for Python.,97.0,36,True,2025-04-07 20:25:27.000,2.4.1,51.0,arcgis,,esridocker/arcgis-api-python-notebook,,,995.0,954.0,https://pypi.org/project/arcgis,2025-04-17 15:35:46.000,41.0,129534.0,129677.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14881.0,,,,,,,,,,,,,,,,,,, +127,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-04-22 15:32:21.966000,2024-05-13 18:28:50,1241.0,,214.0,32.0,49.0,12.0,174.0,1705.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,92750.0,89851.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,22532936.0,22533494.0,https://anaconda.org/anaconda/python-graphviz,2025-04-22 15:32:21.966,54213.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-04-28 09:37:04.000000,2025-04-28 09:37:02,1597.0,17.0,432.0,49.0,1556.0,193.0,698.0,1682.0,Exploratory analysis of Bayesian models with Python.,172.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,11147.0,10782.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1809843.0,1849330.0,https://anaconda.org/conda-forge/arviz,2025-04-22 14:57:05.519,2369132.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,, +129,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-04-04 21:04:24.000000,2025-03-24 18:10:07,917.0,10.0,350.0,40.0,1119.0,195.0,173.0,1258.0,Making text a first-class citizen in TensorFlow.,184.0,36,True,2025-04-04 21:04:24.000,2.19.0,76.0,tensorflow-text,,,,['tensorflow'],9699.0,9471.0,https://pypi.org/project/tensorflow-text,2025-04-04 20:51:29.000,228.0,6539537.0,6539537.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-05-14 15:55:54.000000,2025-05-14 14:37:43,9014.0,176.0,2901.0,306.0,252.0,21.0,1176.0,30200.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,35,True,2025-05-10 02:02:39.000,8.3.3,709.0,netron,,,,"['pytorch', 'tensorflow']",99.0,13.0,https://pypi.org/project/netron,2025-05-10 02:02:39.000,86.0,36027.0,83889.0,,,,,,,,1.0,47862.0,,,,,,,,,,,,,,,,,,, +131,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-05-15 13:49:36.000000,2025-05-15 13:47:58,8822.0,954.0,3290.0,275.0,9329.0,131.0,779.0,28838.0,You like pytorch? You like micrograd? You love tinygrad!.,394.0,35,True,2025-05-14 22:45:47.000,0.10.3,12.0,,,,,['pytorch'],210.0,210.0,,,,,,,,,,,,,1.0,,,,,,,tinygrad/tinygrad,,,,,,,,,,,,, +132,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2025-04-22 14:56:42.880000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26202.0,Library for fast text representation and classification.,68.0,35,False,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,8060.0,7813.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,964784.0,967156.0,https://anaconda.org/conda-forge/fasttext,2025-04-22 14:56:42.880,132881.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-05-15 14:04:22.000000,2025-05-13 09:16:09,4207.0,311.0,1608.0,132.0,4736.0,348.0,1143.0,23560.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",131.0,35,True,2025-04-22 16:34:34.000,1.14.0,98.0,,,,,,117.0,117.0,,,,,8115.0,,,,,,,,2.0,397654.0,,,,,,,,,,,,,,,,,,, +134,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-04-22 14:57:59.713000,2025-03-24 13:59:53,8644.0,5.0,2218.0,216.0,4226.0,2.0,1945.0,21575.0,Build multimodal AI applications with cloud-native stack.,178.0,35,True,2025-03-24 13:59:31.000,3.34.0,2492.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-03-24 13:59:31.000,29.0,63153.0,93680.0,https://anaconda.org/conda-forge/jina-core,2025-04-22 14:57:59.713,94329.0,https://hub.docker.com/r/jinaai/jina,2025-03-24 14:11:41.059929,8.0,1788236.0,2.0,,,,,,,jina-ai/serve,,,,,,,,,,,,, +135,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-05-15 06:42:13.000000,2025-05-08 19:01:52,9137.0,89.0,3156.0,278.0,1326.0,162.0,722.0,20199.0,Best Practices on Recommendation Systems.,137.0,35,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,176.0,172.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,20102.0,20111.0,,,,,,,,1.0,736.0,,,,,,recommenders-team/recommenders,,,,,,,,,,,,, +136,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2025-04-22 14:56:27.546000,2024-07-29 00:37:39,894.0,,1182.0,315.0,270.0,64.0,346.0,13742.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5328.0,5127.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,739552.0,751776.0,https://anaconda.org/conda-forge/python-annoy,2025-04-22 14:56:27.546,684594.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-04-22 14:57:34.170000,2025-03-06 20:05:48,5371.0,7.0,1786.0,134.0,1066.0,386.0,1957.0,9325.0,"An open-source, low-code machine learning library in Python.",142.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7688.0,7657.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,332220.0,333445.0,https://anaconda.org/conda-forge/pycaret,2025-04-22 14:57:34.170,69168.0,,,,,2.0,731.0,,,,,,,,-1.0,,,,,,,,,,, +138,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-05-15 13:51:54.000000,2025-05-15 13:51:50,40802.0,520.0,941.0,157.0,11962.0,1099.0,5874.0,8922.0,cuDF - GPU DataFrame Library.,306.0,35,True,2025-04-09 18:14:04.000,25.04.00,61.0,cudf,,,,,84.0,62.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3321.0,3321.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +139,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-05-12 23:42:23.000000,2025-05-12 14:58:47,765.0,19.0,2416.0,274.0,210.0,325.0,340.0,8723.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",54.0,35,True,2025-05-12 23:42:38.000,3.14.3,66.0,SpeechRecognition,conda-forge/speechrecognition,,,,751.0,21.0,https://pypi.org/project/SpeechRecognition,2025-05-12 23:42:23.000,730.0,1436313.0,1440775.0,https://anaconda.org/conda-forge/speechrecognition,2025-05-12 19:22:07.059,254343.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-05-12 11:56:46.000000,2025-05-07 08:39:18,403.0,10.0,1570.0,131.0,184.0,6.0,372.0,8231.0,A Python implementation of global optimization with gaussian processes.,50.0,35,True,2025-05-12 11:55:56.000,2.0.4,22.0,bayesian-optimization,,,,,3864.0,3691.0,https://pypi.org/project/bayesian-optimization,2025-05-12 11:55:56.000,173.0,364246.0,364247.0,,,,,,,,1.0,177.0,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,, +141,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-05-15 10:03:55.000000,2025-05-15 10:03:53,3581.0,119.0,837.0,77.0,3968.0,127.0,984.0,7701.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",252.0,35,True,2025-05-09 07:58:58.000,1.4.13,193.0,bentoml,,,,,2691.0,2651.0,https://pypi.org/project/bentoml,2025-05-09 07:58:58.000,40.0,109141.0,109153.0,,,,,,,,2.0,427.0,,,,,,,,,,,,,,,,,,, +142,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-05-14 20:02:38.000000,2025-03-11 15:07:03,3298.0,5.0,984.0,136.0,684.0,64.0,1184.0,7614.0,Python library for audio and music analysis.,125.0,35,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3488800.0,3504193.0,https://anaconda.org/conda-forge/librosa,2025-04-22 14:56:25.574,892813.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-05-08 08:03:55.000000,2025-05-08 07:58:20,1296.0,49.0,512.0,299.0,999.0,254.0,346.0,5213.0,Model interpretability and understanding for PyTorch.,127.0,35,True,2025-03-27 04:51:30.000,0.8.0,11.0,captum,conda-forge/captum,,,['pytorch'],3403.0,3232.0,https://pypi.org/project/captum,2025-03-27 04:48:08.000,171.0,298861.0,301802.0,https://anaconda.org/conda-forge/captum,2025-04-22 14:58:08.009,120581.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +144,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-04-22 14:56:38.886000,2025-01-26 15:57:33,1660.0,,876.0,116.0,542.0,148.0,347.0,5000.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],20146.0,19949.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,722054.0,728169.0,https://anaconda.org/conda-forge/mlxtend,2025-04-22 14:56:38.886,354684.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +145,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,,896.0,91.0,238.0,151.0,707.0,4831.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,35,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,594071.0,581342.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,12729.0,17380744.0,17380744.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-05-15 08:10:03.426000,2025-05-15 01:49:59,7427.0,21.0,622.0,116.0,1214.0,377.0,1122.0,3425.0,High-performance interactive 2D/3D data visualization library.,205.0,35,True,2025-05-15 01:52:09.000,0.15.1,41.0,vispy,conda-forge/vispy,,,['jupyter'],2196.0,1993.0,https://pypi.org/project/vispy,2025-05-15 02:13:18.000,200.0,162718.0,177123.0,https://anaconda.org/conda-forge/vispy,2025-05-15 08:10:03.426,805476.0,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,22.0,,,,,,,,,,,,,, +147,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-05-15 14:53:32.000000,2025-05-15 13:05:01,1214.0,38.0,538.0,55.0,1434.0,357.0,520.0,2898.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",145.0,35,True,2025-05-15 13:40:16.000,1.25.1,77.0,optimum,conda-forge/optimum,,,,5771.0,5531.0,https://pypi.org/project/optimum,2025-05-15 13:33:35.000,240.0,1347369.0,1348419.0,https://anaconda.org/conda-forge/optimum,2025-04-22 14:58:14.435,38878.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +148,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-05-15 11:34:59.000000,2025-05-13 08:31:55,2335.0,8.0,689.0,73.0,2941.0,286.0,732.0,2664.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",235.0,35,True,2025-04-24 15:24:54.000,2.7.0,41.0,torchaudio,,,,['pytorch'],1867.0,,https://pypi.org/project/torchaudio,2025-04-23 14:46:42.000,1867.0,13933055.0,13933055.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-05-15 06:11:12.000000,2025-05-14 21:26:43,2144.0,116.0,182.0,24.0,2173.0,51.0,202.0,1283.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-04-23 12:35:02.000,2025.5.0,36.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13657.0,13592.0,https://pypi.org/project/scikit-learn-intelex,2025-04-22 09:41:39.000,65.0,94023.0,104974.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-05-05 23:35:51.172,536601.0,,,,,1.0,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,, +150,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-05-05 13:43:30.848000,2025-04-28 11:22:23,15122.0,25.0,530.0,49.0,2344.0,420.0,974.0,781.0,Workflows and interfaces for neuroimaging packages.,264.0,35,True,2025-03-19 23:38:43.000,1.10.0,68.0,nipype,conda-forge/nipype,,,,6941.0,6788.0,https://pypi.org/project/nipype,2025-03-19 23:30:05.000,153.0,329614.0,343611.0,https://anaconda.org/conda-forge/nipype,2025-05-05 13:43:30.848,797857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-05-13 18:19:05.007000,2025-04-24 21:45:01,1543.0,3.0,7505.0,389.0,705.0,542.0,3088.0,31978.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2473.0,2460.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11740.0,https://anaconda.org/conda-forge/detectron2,2025-05-13 18:19:05.007,680925.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3271.0,320.0,270.0,461.0,604.0,26626.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,14988.0,14735.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,891875.0,1251263.0,,,,,,,,2.0,21203897.0,,,,,,,,,,,,,,,,,,, +153,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-04-29 04:07:51.000000,2025-04-29 04:07:48,18862.0,9.0,5684.0,68.0,11763.0,941.0,15960.0,14201.0,Convert Machine Learning Code Between Frameworks.,1481.0,34,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,21514.0,21514.0,,,,,,,,2.0,,,,,,,ivy-llc/ivy,,,,,,,,,,,,, +154,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-04-22 14:57:50.610000,2025-04-22 05:38:53,2693.0,13.0,732.0,103.0,507.0,621.0,1280.0,10018.0,An open source multi-tool for exploring and publishing data.,82.0,34,True,2024-11-29 01:18:11.000,0.65.1,157.0,datasette,conda-forge/datasette,,,,1977.0,1521.0,https://pypi.org/project/datasette,2025-04-22 05:45:11.000,456.0,186892.0,188141.0,https://anaconda.org/conda-forge/datasette,2025-04-22 14:57:50.610,61152.0,,,,,2.0,71.0,,,,,,,,,datasette,,,,,,,,,, +155,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-05-14 01:41:39.000000,2025-05-09 04:04:20,6334.0,79.0,1215.0,123.0,1819.0,110.0,772.0,9147.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",100.0,34,True,2025-05-06 19:27:49.000,3.6.1,154.0,perspective-python,conda-forge/perspective,,,['jupyter'],215.0,179.0,https://pypi.org/project/perspective-python,2025-05-01 02:18:31.000,30.0,19664.0,55142.0,https://anaconda.org/conda-forge/perspective,2025-05-07 14:21:25.398,2040037.0,,,,,2.0,11327.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-05-01 02:18:10.137,6.0,388.0,,,,,,,,,,,,,, +156,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-04-22 14:56:55.071000,2024-12-27 12:36:14,1223.0,,1051.0,118.0,279.0,143.0,616.0,7411.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,21695.0,21242.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2427043.0,2442139.0,https://anaconda.org/conda-forge/hyperopt,2025-04-22 14:56:55.071,830310.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +157,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-05-15 12:59:51.000000,2025-05-08 00:06:57,32625.0,40.0,2015.0,380.0,6970.0,2891.0,6717.0,7157.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",277.0,34,True,,,157.0,h2o,,,,,155.0,98.0,https://pypi.org/project/h2o,2025-03-27 20:59:49.000,57.0,188617.0,188617.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-04-25 06:30:48.000000,2025-04-17 18:38:38,3694.0,72.0,743.0,144.0,134.0,106.0,364.0,6493.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-03-27 02:51:02.000,0.6.10,58.0,interpret,,,,['jupyter'],944.0,891.0,https://pypi.org/project/interpret,2025-03-26 16:45:55.000,53.0,183355.0,183355.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +159,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-05-04 15:19:30.415000,2025-05-04 14:31:12,2355.0,6.0,1125.0,189.0,244.0,279.0,289.0,6083.0,Distributed Evolutionary Algorithms in Python.,91.0,34,False,2025-05-04 12:26:13.000,1.4.3,29.0,deap,conda-forge/deap,,,,6762.0,6483.0,https://pypi.org/project/deap,2025-05-04 12:26:13.000,279.0,259723.0,269425.0,https://anaconda.org/conda-forge/deap,2025-05-04 15:19:30.415,533612.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-05-05 20:30:30.000000,2025-05-05 18:39:39,10604.0,18.0,1852.0,140.0,2666.0,773.0,1247.0,5960.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",258.0,34,True,2024-04-03 16:21:23.000,2.8.0,992.0,deepchem,conda-forge/deepchem,,,['tensorflow'],611.0,594.0,https://pypi.org/project/deepchem,2025-05-05 20:30:30.000,17.0,47397.0,49355.0,https://anaconda.org/conda-forge/deepchem,2025-04-22 14:57:21.461,115544.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2025-04-22 14:57:21.231000,2022-10-17 02:18:00,30611.0,,1366.0,279.0,6588.0,12.0,2032.0,5912.0,A flexible framework of neural networks for deep learning.,328.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3476.0,3418.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,9149.0,9514.0,https://anaconda.org/conda-forge/chainer,2025-04-22 14:57:21.231,23031.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-05-15 14:32:27.000000,2025-05-08 07:04:37,1563.0,10.0,372.0,92.0,809.0,140.0,462.0,3406.0,Quickly and accurately render even the largest data.,62.0,34,True,2025-05-08 07:16:07.000,0.18.1,58.0,datashader,conda-forge/datashader,,,,6273.0,6024.0,https://pypi.org/project/datashader,2025-05-08 07:16:07.000,249.0,188423.0,212557.0,https://anaconda.org/conda-forge/datashader,2025-05-08 09:24:48.325,1448089.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-05-13 18:16:04.000000,2025-05-13 18:13:09,2193.0,67.0,420.0,49.0,1953.0,79.0,509.0,3257.0,Bayesian optimization in PyTorch.,142.0,34,True,2025-05-06 15:58:29.000,0.14.0,49.0,botorch,conda-forge/botorch,,,['pytorch'],1598.0,1487.0,https://pypi.org/project/botorch,2025-05-06 15:58:29.000,111.0,310412.0,313099.0,https://anaconda.org/conda-forge/botorch,2025-05-07 00:07:41.829,153207.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +164,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-05-15 08:45:38.000000,2025-05-15 08:45:37,3156.0,66.0,744.0,75.0,1081.0,302.0,727.0,2901.0,Python Library for Causal and Probabilistic Modeling using Bayesian Networks.,148.0,34,True,2025-03-31 18:26:31.000,1.0.0,27.0,pgmpy,,,,,1676.0,1604.0,https://pypi.org/project/pgmpy,2025-03-31 17:39:00.000,72.0,158847.0,158857.0,,,,,,,,1.0,608.0,,,,,,,,,,,,,,,,,,, +165,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-04-22 14:56:32.490000,2025-03-07 10:28:57,5346.0,1.0,280.0,76.0,801.0,19.0,133.0,2851.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-04-04 11:49:38.000,8.3.6,245.0,thinc,conda-forge/thinc,,,,67558.0,67400.0,https://pypi.org/project/thinc,2025-04-04 11:49:38.000,158.0,18476857.0,18535649.0,https://anaconda.org/conda-forge/thinc,2025-04-22 14:56:32.490,3526849.0,,,,,2.0,1248.0,,,,,,,,,,,,,,,,,,, +166,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-05-15 13:59:54.000000,2025-05-15 13:58:31,5568.0,180.0,594.0,18.0,1678.0,1201.0,789.0,2475.0,"This is the development home of the workflow management system Snakemake. For general information, see.",372.0,34,True,2025-05-15 13:59:54.000,9.4.0,404.0,snakemake,bioconda/snakemake,,,,2667.0,2383.0,https://pypi.org/project/snakemake,2025-05-15 13:59:54.000,284.0,82609.0,94872.0,https://anaconda.org/bioconda/snakemake,2025-05-15 10:31:35.184,1410283.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +167,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-05-15 14:49:12.000000,2025-05-15 14:49:08,4833.0,195.0,53.0,212.0,628.0,165.0,527.0,1665.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,34,True,2025-03-28 12:26:01.000,4.6.2,87.0,lets-plot,,,,,200.0,185.0,https://pypi.org/project/lets-plot,2025-03-28 12:20:53.000,15.0,67188.0,67237.0,,,,,,,,2.0,3236.0,,,,,,,,,,,,,,,,,,, +168,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-05-10 18:42:35.000000,2025-05-10 18:42:35,3163.0,31.0,378.0,57.0,1245.0,317.0,1001.0,1493.0,Cartopy - a cartographic python library with matplotlib support.,134.0,34,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,8222.0,7504.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,514884.0,594745.0,https://anaconda.org/conda-forge/cartopy,2025-04-22 14:56:20.995,4791679.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +169,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-04-22 14:56:20.833000,2025-02-20 23:53:44,1571.0,1.0,207.0,46.0,633.0,34.0,778.0,1187.0,Fiona reads and writes geographic data files.,78.0,34,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,26274.0,25891.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4355595.0,4473427.0,https://anaconda.org/conda-forge/fiona,2025-04-22 14:56:20.833,6834277.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +170,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-04-22 14:56:31.741000,2025-02-27 19:54:56,1562.0,1.0,154.0,40.0,132.0,4.0,645.0,1180.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4997.0,4943.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,17018727.0,17025407.0,https://anaconda.org/conda-forge/agate,2025-04-22 14:56:31.741,320665.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-05-13 19:56:37.000000,2025-05-13 19:56:37,14823.0,198.0,306.0,34.0,1996.0,517.0,719.0,1107.0,Python package for earth-observing satellite data processing.,177.0,34,False,2025-04-24 14:56:54.000,0.56.0,102.0,satpy,conda-forge/satpy,,,,203.0,171.0,https://pypi.org/project/satpy,2025-04-24 14:56:54.000,32.0,9713.0,14332.0,https://anaconda.org/conda-forge/satpy,2025-04-29 15:56:39.363,272531.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-05-15 02:02:47.000000,2025-05-15 01:49:50,1307.0,202.0,180.0,35.0,133.0,16.0,89.0,790.0,Snowball compiler and stemming algorithms.,36.0,34,True,2025-05-09 16:34:50.000,3.0.1,13.0,snowballstemmer,conda-forge/snowballstemmer,,,,560.0,10.0,https://pypi.org/project/snowballstemmer,2025-05-09 16:34:50.000,550.0,20737541.0,20830447.0,https://anaconda.org/conda-forge/snowballstemmer,2025-04-22 14:56:26.216,9755170.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-05-01 04:46:53.000000,2025-03-18 15:42:20,6120.0,12.0,259.0,34.0,870.0,130.0,416.0,701.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,34,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,29879.0,28698.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,835194.0,850432.0,https://anaconda.org/conda-forge/nibabel,2025-04-22 14:56:22.960,899091.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,ICU,2018-08-02 17:56:45.000,2025-05-15 14:11:42.000000,2025-05-15 13:45:22,19292.0,227.0,4961.0,397.0,6195.0,154.0,4064.0,27948.0,AIs query engine - Platform for building AI that can learn and answer questions over large scale federated data.,872.0,33,False,2025-04-29 12:04:27.000,25.4.5.0,538.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-04-29 12:05:44.000,,20954.0,20954.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-04-22 14:57:16.666000,2025-04-02 16:22:19,540.0,2.0,2925.0,393.0,127.0,259.0,561.0,26852.0,Deezer source separation library including pretrained models.,22.0,33,True,2025-04-03 08:14:05.000,2.4.2,38.0,spleeter,conda-forge/spleeter,,,['tensorflow'],1032.0,1014.0,https://pypi.org/project/spleeter,2025-04-03 08:14:05.000,18.0,34824.0,96135.0,https://anaconda.org/conda-forge/spleeter,2025-04-22 14:57:16.666,109136.0,,,,,2.0,3997132.0,,,,,,,,,,,,,,,,,,, +176,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-05-06 02:21:29.000000,2025-01-17 12:10:18,1423.0,,3739.0,742.0,1143.0,417.0,589.0,19482.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,33,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],586.0,581.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8489.0,8489.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2025-05-15 14:38:49.000000,2025-05-15 13:15:46,825.0,7.0,4535.0,452.0,477.0,438.0,1737.0,19196.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,187.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,192936.0,222164.0,https://anaconda.org/conda-forge/prophet,2025-04-22 14:57:50.177,1430748.0,,,,,1.0,2981.0,,,,,,,,,,,,,,,,,,, +178,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2025-04-22 14:57:35.321000,2020-10-14 16:36:49,6226.0,,4706.0,1016.0,1869.0,363.0,659.0,18454.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1043.0,1033.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2490.0,2671.0,https://anaconda.org/conda-forge/zipline,2025-04-22 14:57:35.321,10184.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +179,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2025-04-22 14:56:30.659000,2021-07-29 23:17:25,531.0,,1811.0,260.0,120.0,120.0,535.0,11881.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,8997.0,8794.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,194707.0,199141.0,https://anaconda.org/conda-forge/lime,2025-04-22 14:56:30.659,261661.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-05-09 20:30:47.000000,2025-05-09 20:29:11,530.0,13.0,1575.0,284.0,441.0,299.0,641.0,9901.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3515.0,3469.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,46529.0,51540.0,https://anaconda.org/conda-forge/tpot,2025-04-22 14:56:28.015,295653.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +181,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-05-06 08:27:48.000000,2025-04-13 12:43:52,35229.0,6.0,1996.0,194.0,5881.0,49.0,3393.0,9682.0,Perform data science on data that remains in someone elses server.,516.0,33,True,2025-02-13 11:13:19.000,0.9.5,332.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-04-13 12:44:04.000,5.0,10370.0,10484.0,,,,,,,,1.0,1951.0,,,,,,,,-2.0,,,,,,,,,,, +182,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-04-24 21:56:30.000000,2025-04-24 21:56:30,2512.0,11.0,987.0,200.0,2344.0,261.0,852.0,8759.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,33,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,436443.0,441202.0,https://anaconda.org/conda-forge/pyro-ppl,2025-04-22 14:57:47.967,237975.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-05-04 15:40:25.000000,2025-05-02 15:32:43,1342.0,49.0,924.0,62.0,1122.0,244.0,1462.0,8591.0,A python library for user-friendly forecasting and anomaly detection on time series.,133.0,33,True,2025-04-18 15:15:15.000,0.35.0,48.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-04-18 15:15:15.000,10.0,72294.0,74018.0,https://anaconda.org/conda-forge/u8darts-all,2025-04-22 14:57:58.224,78520.0,https://hub.docker.com/r/unit8/darts,2025-04-18 14:58:21.859121,,1516.0,1.0,,,,,,,,,,,,,,,,,,,, +184,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2025-04-22 14:57:07.942000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3432.0,137.0,1142.0,8565.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,33,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,42.0,2.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,23188.0,29643.0,https://anaconda.org/conda-forge/vowpalwabbit,2025-04-22 14:57:07.942,355050.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-04-30 11:57:00.000000,2025-04-24 12:30:04,549.0,6.0,862.0,83.0,297.0,81.0,377.0,7937.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",85.0,33,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,58234.0,57609.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2705190.0,2727370.0,https://anaconda.org/conda-forge/tensorboardx,2025-04-22 14:56:45.200,1286163.0,,,,,2.0,485.0,,,,,,,,,,,,,,,,,,, +186,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-05-12 12:51:06.000000,2025-05-12 12:51:06,1903.0,30.0,830.0,127.0,298.0,506.0,343.0,7771.0,Uniform Manifold Approximation and Projection.,141.0,33,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1474169.0,1524889.0,https://anaconda.org/conda-forge/umap-learn,2025-04-22 14:56:49.243,2992519.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-05-14 16:15:38.000000,2024-12-24 06:19:04,4785.0,,895.0,139.0,514.0,99.0,828.0,7461.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,4066.0,3870.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,381772.0,381912.0,https://anaconda.org/stanfordnlp/stanza,2025-03-25 16:28:39.162,8687.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-05-11 18:06:48.000000,2025-05-11 18:06:48,888.0,5.0,1289.0,141.0,527.0,48.0,572.0,6983.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,33,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,14291001.0,14302778.0,https://anaconda.org/conda-forge/imbalanced-learn,2025-04-22 14:56:42.907,694859.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2256.0,178.0,1154.0,33.0,1429.0,6872.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],356.0,333.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,15267.0,15267.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2025-04-22 14:58:03.026000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6307.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1761.0,1743.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,10878.0,11190.0,https://anaconda.org/conda-forge/tensorpack,2025-04-22 14:58:03.026,13368.0,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +191,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2025-04-20 04:17:24.000000,2024-12-11 19:01:35,1284.0,,657.0,62.0,149.0,74.0,454.0,6137.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,33,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2769.0,2714.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,806331.0,806530.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2025-03-25 16:28:35.582,12745.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +192,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-05-13 17:19:25.000000,2025-05-13 17:19:25,2519.0,41.0,672.0,95.0,292.0,485.0,625.0,5987.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",104.0,33,True,2025-03-09 17:03:24.000,1.18.0,179.0,clearml,,allegroai/trains,,,1825.0,1770.0,https://pypi.org/project/clearml,2025-04-20 10:29:49.000,55.0,358120.0,358596.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30546.0,2.0,3255.0,,,,,,clearml/clearml,,,,,,,,,,,,, +193,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-05-14 20:11:04.000000,2025-05-08 09:42:47,2263.0,21.0,338.0,41.0,2250.0,384.0,674.0,5571.0,Aim An easy-to-use & supercharged open-source experiment tracker.,82.0,33,True,2025-05-08 10:24:23.000,3.29.1,1266.0,aim,conda-forge/aim,,,,918.0,877.0,https://pypi.org/project/aim,2025-05-14 20:11:04.000,41.0,138849.0,141478.0,https://anaconda.org/conda-forge/aim,2025-04-22 14:57:56.531,120971.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +194,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-05-15 07:19:56.000000,2025-05-15 07:19:56,30636.0,40.0,1652.0,186.0,2292.0,16.0,1633.0,5348.0,"mlpack: a fast, header-only C++ machine learning library.",332.0,33,True,2025-05-14 18:55:11.000,4.6.1,51.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2025-04-04 18:37:44.000,6.0,4481.0,10549.0,https://anaconda.org/conda-forge/mlpack,2025-04-22 14:56:52.929,358051.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +195,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2025-04-22 14:56:20.783000,2023-11-23 21:41:49,1136.0,,648.0,87.0,275.0,42.0,254.0,4629.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7140518.0,7168263.0,https://anaconda.org/conda-forge/geopy,2025-04-22 14:56:20.783,1636950.0,,,,,3.0,150.0,,,,,,,,,,,,,,,,,,, +196,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-05-05 21:49:02.000000,2025-04-29 04:52:44,1368.0,9.0,312.0,36.0,524.0,110.0,255.0,4358.0,Lightning fast forecasting with statistical and econometric models.,51.0,33,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1744.0,1676.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,879568.0,884250.0,https://anaconda.org/conda-forge/statsforecast,2025-04-22 14:58:12.826,177934.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +197,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-05-01 14:28:01.000000,2025-03-17 18:20:57,3891.0,4.0,879.0,54.0,1749.0,439.0,1274.0,4356.0,"Serve, optimize and scale PyTorch models in production.",220.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],895.0,871.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,24.0,96451.0,126157.0,https://anaconda.org/pytorch/torchserve,2025-03-25 16:24:31.948,499237.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1433573.0,2.0,7698.0,,,,,,,,,,,,,,,,,,, +198,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-04-23 15:34:16.000000,2025-04-23 15:27:35,1145.0,13.0,364.0,56.0,1426.0,126.0,186.0,4060.0,A Python toolbox for performing gradient-free optimization.,58.0,33,True,2025-04-23 15:34:16.000,1.0.12,53.0,nevergrad,conda-forge/nevergrad,,,,975.0,903.0,https://pypi.org/project/nevergrad,2025-04-23 15:34:16.000,72.0,126186.0,127216.0,https://anaconda.org/conda-forge/nevergrad,2025-04-22 14:57:24.222,61857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-04-22 14:56:51.855000,2025-01-17 12:09:38,1188.0,,1657.0,152.0,210.0,16.0,693.0,3496.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,33,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1801922.0,1804003.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-04-22 14:56:51.855,118656.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +200,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2025-04-22 14:56:38.802000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2770.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,8562.0,8194.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,830334.0,844001.0,https://anaconda.org/conda-forge/scikit-optimize,2025-04-22 14:56:38.802,779021.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-04-22 14:56:25.923000,2025-03-24 01:18:35,980.0,6.0,396.0,38.0,157.0,44.0,259.0,2445.0,A library of sklearn compatible categorical variable encoders.,71.0,33,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],4037.0,3728.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1813879.0,1821223.0,https://anaconda.org/conda-forge/category_encoders,2025-04-22 14:56:25.923,315803.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2025-04-22 14:56:24.379000,2024-10-29 11:59:38,2311.0,,559.0,67.0,487.0,267.0,713.0,2444.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,4052.0,3891.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2282860.0,2289914.0,https://anaconda.org/conda-forge/lifelines,2025-04-22 14:56:24.379,423266.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2025-04-22 14:56:27.864000,2025-03-31 15:33:49,582.0,7.0,160.0,41.0,87.0,5.0,138.0,2131.0,a python library for doing approximate and phonetic matching of strings.,34.0,33,True,2025-03-31 15:41:38.000,1.2.0,47.0,jellyfish,conda-forge/jellyfish,,,,14873.0,14574.0,https://pypi.org/project/jellyfish,2025-03-31 15:41:38.000,299.0,7313354.0,7336746.0,https://anaconda.org/conda-forge/jellyfish,2025-04-22 14:56:27.864,1380131.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-05-10 19:52:37.000000,2025-05-10 19:24:32,3829.0,53.0,194.0,47.0,1424.0,134.0,760.0,2067.0,Ahead of Time compiler for numeric kernels.,74.0,33,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3437.0,3416.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,308819.0,328880.0,https://anaconda.org/conda-forge/pythran,2025-04-22 14:56:51.391,1123418.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +205,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2025-04-22 14:56:32.225000,2018-10-12 15:53:05,1251.0,,286.0,49.0,160.0,114.0,220.0,1637.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,15483.0,15271.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1119562.0,1152679.0,https://anaconda.org/conda-forge/geocoder,2025-04-22 14:56:32.225,165586.0,,,,,3.0,,,,,,,,,,,,,,,,geocoder,,,, +206,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2025-04-22 14:56:22.880000,2024-12-05 15:39:58,1196.0,,360.0,65.0,622.0,299.0,364.0,1515.0,A Jupyter - Leaflet.js bridge.,92.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],17329.0,17045.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,227733.0,254679.0,https://anaconda.org/conda-forge/ipyleaflet,2025-04-22 14:56:22.880,1440208.0,,,,,3.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,2943.0,,,,,,,,,,,,,, +207,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-04-22 14:57:10.980000,2025-04-01 02:03:08,1881.0,2.0,200.0,32.0,216.0,26.0,405.0,1446.0,The ctypes-based simple ImageMagick binding for Python.,109.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,21132.0,20875.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1060027.0,1062724.0,https://anaconda.org/conda-forge/wand,2025-04-22 14:57:10.980,140441.0,,,,,2.0,51640.0,,,,,,,,,,,,,,,,,,, +208,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-05-15 10:31:43.000000,2025-04-18 08:40:53,3809.0,16.0,4504.0,393.0,4339.0,474.0,1289.0,40883.0,"Making large AI models cheaper, faster and more accessible.",194.0,32,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,508.0,508.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-05-13 10:40:31.000000,2025-05-13 10:40:31,2020.0,10.0,3086.0,318.0,970.0,249.0,718.0,19182.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,32,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,8475.0,8489.0,,,,,,,,1.0,796.0,,,,,,,,,,,,,,,,,,, +210,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3530.0,471.0,671.0,590.0,672.0,16134.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1561.0,1547.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,7494.0,7494.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-05-05 08:38:08.000000,2025-05-05 08:38:08,3065.0,85.0,2683.0,218.0,505.0,259.0,483.0,11683.0,FinRL: Financial Reinforcement Learning.,125.0,32,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,91.0,91.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,3180.0,3180.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +212,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-05-12 20:02:02.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2869.0,45.0,1037.0,11448.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",156.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],312.0,306.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,1647.0,1647.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +213,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,400.0,395.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,14934.0,15065.0,,,,,,,,3.0,11661.0,,,,,,,,,,,,,,,,,,, +214,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,279.0,3400.0,51.0,1494.0,10531.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],281.0,272.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,1814.0,1814.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2025-04-22 14:56:26.236000,2025-04-12 19:24:14,581.0,1.0,2332.0,216.0,264.0,139.0,421.0,10385.0,A little word cloud generator in Python.,73.0,32,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1789723.0,1801232.0,https://anaconda.org/conda-forge/wordcloud,2025-04-22 14:56:26.236,667535.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-04-22 14:57:17.453000,2025-02-14 11:41:58,869.0,,1299.0,418.0,93.0,32.0,161.0,9850.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1453.0,1434.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,18377.0,19015.0,https://anaconda.org/conda-forge/sonnet,2025-04-22 14:57:17.453,42118.0,,,,,3.0,,,,,,,google-deepmind/sonnet,,,,,,,,,,,,, +217,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2025-04-22 14:56:25.369000,2021-09-09 20:54:41,384.0,,876.0,262.0,148.0,107.0,104.0,9259.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,9498717.0,9509860.0,https://anaconda.org/conda-forge/fuzzywuzzy,2025-04-22 14:56:25.369,601756.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-03-28 15:26:58.000000,2025-03-28 15:16:54,1209.0,6.0,1328.0,150.0,187.0,277.0,1390.0,9245.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,157.0,32,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1307.0,1293.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,4154.0,9042.0,https://anaconda.org/pytorch3d/pytorch3d,2025-03-25 16:29:23.925,322631.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,150.0,760.0,9235.0,AutoML library for deep learning.,145.0,32,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],862.0,849.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,17855.0,18072.0,,,,,,,,2.0,19564.0,,,,,,,,,,,,,,,,,,, +220,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-05-12 13:18:41.000000,2024-12-25 06:44:36,2948.0,,1697.0,91.0,1711.0,21.0,2159.0,9020.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,32,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1439.0,1432.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1530.0,1530.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-05-13 18:32:09.000000,2025-05-13 18:32:09,1212.0,14.0,1401.0,97.0,691.0,735.0,532.0,8660.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,32,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3190.0,3190.0,,,,,8930.0,https://anaconda.org/conda-forge/nvidia-apex,2025-04-22 14:57:14.720,491180.0,,,,,2.0,,,,,,,,,5.0,,,,,,,,,,, +222,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-05-15 14:42:24.000000,2025-05-15 13:53:43,1811.0,783.0,541.0,64.0,1849.0,80.0,214.0,8080.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",50.0,32,True,2025-05-14 12:38:49.000,1.7.20,129.0,opik,,,,,18.0,6.0,https://pypi.org/project/opik,2025-05-14 12:39:12.000,12.0,236610.0,236610.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +223,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-05-15 08:46:52.000000,2025-05-15 08:46:52,4081.0,140.0,1348.0,260.0,10236.0,1149.0,1749.0,7867.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",116.0,32,True,2025-04-09 06:51:51.000,0.1.0-mas,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,23599.0,23606.0,,,,,,,,2.0,690.0,,,,,,intel/ipex-llm,,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +224,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-05-05 18:04:55.000000,2024-11-13 18:39:43,1380.0,,883.0,158.0,1737.0,154.0,865.0,7441.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2123.0,2049.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,81611.0,85788.0,https://anaconda.org/conda-forge/featuretools,2025-04-22 14:56:57.460,246486.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-05-14 21:47:47.000000,2025-05-14 15:08:30,272.0,42.0,1164.0,207.0,229.0,141.0,376.0,6615.0,Official Kaggle API.,49.0,32,True,2025-05-08 21:11:47.000,1.7.4.5,80.0,kaggle,conda-forge/kaggle,,,,262.0,21.0,https://pypi.org/project/kaggle,2025-05-08 21:17:18.000,241.0,331499.0,335561.0,https://anaconda.org/conda-forge/kaggle,2025-04-22 14:57:05.316,227524.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-04-24 12:58:03.000000,2025-04-24 12:58:00,1115.0,5.0,393.0,80.0,559.0,66.0,469.0,6028.0,A scikit-learn compatible neural network library that wraps PyTorch.,67.0,32,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1755.0,1661.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,105958.0,120232.0,https://anaconda.org/conda-forge/skorch,2025-04-22 14:56:55.090,799387.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +227,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2025-04-22 14:56:47.184000,2020-07-15 13:46:58,1184.0,,1760.0,304.0,297.0,161.0,268.0,5952.0,Portfolio and risk analytics in Python.,60.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1293.0,1279.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,9645.0,9819.0,https://anaconda.org/conda-forge/pyfolio,2025-04-22 14:56:47.184,15139.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +228,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-04-22 14:57:25.759000,2025-04-04 01:06:00,257.0,3.0,930.0,126.0,43.0,76.0,149.0,5947.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],5246.0,5130.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,1197513.0,1197871.0,https://anaconda.org/conda-forge/torchdiffeq,2025-04-22 14:57:25.759,21514.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +229,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-05-15 14:35:14.000000,2025-05-15 06:59:11,15890.0,219.0,568.0,77.0,4067.0,989.0,1740.0,4699.0,cuML - RAPIDS Machine Learning Library.,183.0,32,True,2025-04-09 21:28:25.000,25.04.00,45.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4312.0,4312.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2025-04-22 14:57:43.850000,2024-06-17 19:23:44,491.0,,683.0,65.0,239.0,251.0,165.0,4686.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,32,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,8189.0,8055.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,494888.0,501551.0,https://anaconda.org/conda-forge/hnswlib,2025-04-22 14:57:43.850,353151.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-05-13 07:27:36.000000,2025-05-13 07:27:35,1958.0,17.0,668.0,42.0,970.0,518.0,330.0,4296.0,Time series forecasting with PyTorch.,68.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,620.0,598.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,132308.0,133690.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-04-22 14:57:35.705,77435.0,,,,,2.0,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,,, +232,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2025-04-22 14:56:35.312000,2024-10-30 21:00:25,674.0,,122.0,73.0,75.0,10.0,137.0,3911.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",22.0,32,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,31397.0,30826.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,6559976.0,6566269.0,https://anaconda.org/conda-forge/ftfy,2025-04-22 14:56:35.312,327273.0,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +233,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-04-22 14:56:29.803000,2025-04-17 10:10:37,347.0,2.0,338.0,61.0,78.0,23.0,126.0,3616.0,A Python Perceptual Image Hashing Module.,28.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,17421.0,17152.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1790635.0,1798947.0,https://anaconda.org/conda-forge/imagehash,2025-04-22 14:56:29.803,448898.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-04-22 14:56:37.895000,2022-08-22 18:21:12,586.0,,637.0,80.0,85.0,74.0,162.0,3568.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,9517.0,9397.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1621111.0,1713139.0,https://anaconda.org/conda-forge/filterpy,2025-04-22 14:56:37.895,276085.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-05-15 11:35:04.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,338.0,1474.0,332.0,519.0,3542.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,700779.0,700779.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-05-13 18:19:23.000000,2025-05-13 18:03:07,1242.0,21.0,407.0,37.0,590.0,110.0,511.0,3504.0,Scalable and user friendly neural forecasting algorithms.,50.0,32,True,2025-05-13 18:17:49.000,3.0.1,32.0,neuralforecast,conda-forge/neuralforecast,,,,393.0,365.0,https://pypi.org/project/neuralforecast,2025-05-13 18:17:49.000,28.0,94555.0,95532.0,https://anaconda.org/conda-forge/neuralforecast,2025-04-22 14:58:13.961,37155.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-05-13 14:46:39.000000,2025-05-13 14:46:38,1075.0,6.0,505.0,56.0,157.0,359.0,175.0,2917.0,A high performance implementation of HDBSCAN clustering.,96.0,32,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],6954.0,6602.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,730171.0,775626.0,https://anaconda.org/conda-forge/hdbscan,2025-04-22 14:56:25.731,2500060.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2025-04-22 14:57:22.925000,2024-06-24 17:09:39,1087.0,,397.0,58.0,500.0,223.0,275.0,2881.0,A Hyperparameter Tuning Library for Keras.,61.0,32,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5980.0,5865.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,1215226.0,1216483.0,https://anaconda.org/conda-forge/keras-tuner,2025-04-22 14:57:22.925,56581.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-05-14 09:31:01.000000,2025-05-14 09:23:07,1015.0,45.0,162.0,20.0,477.0,193.0,362.0,2352.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,68.0,32,True,2025-05-14 09:31:02.000,0.12.2,59.0,equinox,,,,['jax'],1467.0,1219.0,https://pypi.org/project/equinox,2025-05-14 09:30:58.000,248.0,291986.0,291986.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +240,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-04-24 17:53:15.000000,2025-03-26 04:24:50,5969.0,4.0,714.0,87.0,6061.0,257.0,890.0,2139.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1808.0,1791.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,38604.0,38604.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-05-06 00:01:11.000000,2025-05-06 00:01:10,1616.0,3.0,291.0,57.0,144.0,86.0,196.0,1936.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3926.0,3760.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,94182.0,113692.0,https://anaconda.org/conda-forge/pycuda,2025-04-22 14:57:49.237,975528.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-05-14 15:23:52.000000,2025-05-13 17:04:24,774.0,17.0,359.0,44.0,436.0,68.0,265.0,1796.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1146.0,1104.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,99559.0,100148.0,https://anaconda.org/conda-forge/opacus,2025-04-22 14:58:08.566,23506.0,,,,,2.0,139.0,,,,,,,,,,,,,,,,,,, +243,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2025-03-26 21:42:40.000000,2024-04-15 22:25:34,1519.0,,612.0,55.0,1887.0,92.0,899.0,1698.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,32,False,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1162390.0,1162390.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2025-04-22 14:57:38.334000,2024-11-07 23:05:03,1082.0,,240.0,35.0,256.0,65.0,274.0,1644.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,12241.0,12088.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2447905.0,2472022.0,https://anaconda.org/conda-forge/pmdarima,2025-04-22 14:57:38.334,1326468.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-05-05 21:09:00.000000,2025-05-05 21:09:00,2040.0,16.0,294.0,43.0,298.0,65.0,217.0,1610.0,TensorLy: Tensor Learning in Python.,74.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1113.0,1014.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,73709.0,80539.0,https://anaconda.org/conda-forge/tensorly,2025-04-22 14:56:50.737,375679.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-05-14 10:37:57.000000,2025-05-14 10:35:57,1659.0,23.0,172.0,16.0,890.0,112.0,467.0,1419.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,110.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,979.0,937.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,87712.0,92074.0,https://anaconda.org/conda-forge/pyjanitor,2025-04-22 14:56:48.797,261738.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-05-11 09:16:10.000000,2025-05-05 15:21:29,2966.0,24.0,255.0,34.0,246.0,51.0,517.0,1368.0,Python interface for igraph.,79.0,32,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4957.0,4551.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,209449.0,228474.0,https://anaconda.org/conda-forge/igraph,2025-04-22 14:56:30.980,764527.0,,,,,1.0,566914.0,,,,,,,,,,,,,,,,,,, +248,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-05-13 19:01:01.000000,2025-05-01 18:58:14,4659.0,294.0,156.0,8.0,746.0,28.0,168.0,1312.0,Time series forecasting with machine learning models.,20.0,32,True,2025-05-01 19:00:07.000,0.16.0,32.0,skforecast,,,,['sklearn'],485.0,467.0,https://pypi.org/project/skforecast,2025-05-01 18:54:50.000,18.0,77661.0,77661.0,,,,,,,,2.0,,,,,,,skforecast/skforecast,,,,,,,,,,,,, +249,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-05-14 15:29:49.000000,2025-05-13 13:11:15,778.0,34.0,111.0,24.0,641.0,383.0,512.0,1192.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2025-05-01 14:12:05.000,0.11.3,83.0,hvplot,conda-forge/hvplot,,,,7299.0,7055.0,https://pypi.org/project/hvplot,2025-04-30 12:52:19.000,244.0,207510.0,220506.0,https://anaconda.org/conda-forge/hvplot,2025-05-01 17:16:52.640,766767.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-05-04 20:46:39.000000,2025-05-04 20:46:39,1250.0,39.0,218.0,21.0,169.0,30.0,213.0,1190.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-03-25 22:02:59.000,0.24.1,32.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],916.0,872.0,https://pypi.org/project/scikit-survival,2025-03-25 22:02:59.000,44.0,158832.0,164780.0,https://anaconda.org/conda-forge/scikit-survival,2025-04-22 14:58:04.628,249839.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-05-13 19:12:27.000000,2025-05-12 20:01:56,11690.0,41.0,248.0,52.0,12437.0,250.0,2236.0,1000.0,Cloud-native genomic dataframes and batch computing.,97.0,32,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],209.0,167.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,14966.0,14966.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-04-28 08:19:30.000000,2025-04-28 08:19:30,625.0,21.0,112.0,16.0,205.0,124.0,141.0,766.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",38.0,32,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,65209.0,64142.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,5906611.0,5906768.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21200.0,,,,,,,,,,,,,,,,,,, +253,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-04-22 14:56:23.610000,2025-04-22 14:14:46,14953.0,190.0,445.0,54.0,2336.0,162.0,845.0,758.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",168.0,32,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1645.0,1509.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,36911.0,47986.0,https://anaconda.org/conda-forge/dipy,2025-04-22 14:56:23.610,620210.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-05-14 21:24:42.000000,2025-05-08 13:49:39,182755.0,1912.0,99.0,50.0,2556.0,16.0,376.0,691.0,TensorFlow ROCm port.,4875.0,32,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,11739.0,11739.0,,,,,,,,3.0,29.0,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,,, +255,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,283.0,3507.0,417.0,1684.0,14189.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,26534.0,26534.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2066.0,182.0,1006.0,583.0,727.0,12868.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1935.0,1928.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,6187.0,6198.0,,,,,,,,2.0,842.0,,,,,,,,,,,,,,,,,,, +257,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5218.0,5204.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3259.0,3259.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +258,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2025-04-22 14:57:32.711000,2024-02-20 22:38:05,385.0,,2164.0,287.0,98.0,311.0,446.0,8787.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1804.0,1785.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,12852.0,24394.0,https://anaconda.org/conda-forge/imageai,2025-04-22 14:57:32.711,9249.0,,,,,2.0,967583.0,,,,,,,,,,,,,,,,,,, +259,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-04-22 14:56:43.035000,2025-02-16 16:07:41,570.0,2.0,1221.0,171.0,446.0,70.0,476.0,8758.0,Automatic extraction of relevant features from time series:.,99.0,31,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,242888.0,267014.0,https://anaconda.org/conda-forge/tsfresh,2025-04-22 14:56:43.035,1447594.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-04-22 14:57:49.654000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7832.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],702.0,668.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,12709.0,13352.0,https://anaconda.org/conda-forge/auto-sklearn,2025-04-22 14:57:49.654,31549.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +261,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-04-01 14:19:35.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6877.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],434.0,430.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,15727.0,15727.0,,,,,,,,2.0,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,, +262,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-05-12 07:40:20.000000,2025-02-28 08:53:01,12558.0,2.0,1192.0,100.0,1460.0,22.0,883.0,5254.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,31,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,750.0,730.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,28641.0,29877.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-04-22 14:57:32.684,71716.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +263,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-04-22 14:57:46.184000,2023-11-02 13:49:44,662.0,,1052.0,150.0,132.0,139.0,104.0,4626.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,8394.0,8287.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,319743.0,320457.0,https://anaconda.org/conda-forge/ta,2025-04-22 14:57:46.184,36447.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-04-22 14:57:06.837000,2022-01-27 13:24:16,139.0,,1026.0,150.0,118.0,162.0,79.0,4564.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,53230.0,52795.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,409843.0,413871.0,https://anaconda.org/conda-forge/imutils,2025-04-22 14:57:06.837,233651.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-05-12 20:39:05.000000,2025-03-10 08:42:43,3625.0,5.0,430.0,31.0,3443.0,40.0,2168.0,4489.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,111.0,31,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,3002.0,3002.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3006.0,4112.0,https://anaconda.org/conda-forge/rubrix,2025-04-22 14:58:07.112,45382.0,,,,,2.0,,,,,,,argilla-io/argilla,,,,,,,,,,,,, +266,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-04-11 20:16:33.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1930.0,541.0,390.0,1078.0,4189.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,31,True,2024-12-10 14:48:18.000,1.59.0,107.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2025-04-11 20:16:33.000,31.0,286052.0,286060.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,, +267,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-05-06 21:53:58.000000,2025-05-06 21:53:54,1343.0,48.0,516.0,65.0,824.0,2.0,572.0,4104.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,86.0,48.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,23324.0,23324.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-04-22 14:57:05.227000,2025-04-08 00:46:33,1380.0,6.0,332.0,56.0,253.0,74.0,464.0,3911.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,40.0,31,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1284.0,1254.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,299373.0,317847.0,https://anaconda.org/conda-forge/stumpy,2025-04-22 14:57:05.227,1089974.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-04-22 14:57:22.764000,2025-02-07 03:38:27,3939.0,,561.0,57.0,931.0,370.0,991.0,3703.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,31,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],3068.0,2875.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,383504.0,386920.0,https://anaconda.org/conda-forge/gpytorch,2025-04-22 14:57:22.764,205011.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2025-04-22 14:57:24.066000,2024-09-21 03:01:04,1581.0,,455.0,93.0,127.0,95.0,348.0,3486.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,31,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1433.0,1370.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,376322.0,379962.0,https://anaconda.org/conda-forge/nmslib,2025-04-22 14:57:24.066,200250.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3428.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,289.0,271.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,118905.0,119091.0,,,,,,,,3.0,19234.0,,,,,,,,,,,,,,,,,,, +272,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-05-12 12:24:36.000000,2025-05-12 12:24:34,1366.0,16.0,292.0,28.0,1232.0,77.0,520.0,3382.0,A python library for self-supervised learning on images.,65.0,31,True,2025-04-22 14:11:54.000,1.5.20,133.0,lightly,,,,['pytorch'],462.0,442.0,https://pypi.org/project/lightly,2025-04-22 14:11:54.000,20.0,59514.0,59514.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-04-26 18:05:24.000000,2025-04-26 18:05:24,706.0,1.0,287.0,49.0,830.0,103.0,286.0,3315.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],8479.0,8326.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,492866.0,503531.0,https://anaconda.org/conda-forge/fairscale,2025-04-22 14:58:04.549,447971.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-05-01 23:24:33.000000,2025-05-01 23:24:28,1007.0,8.0,244.0,34.0,569.0,73.0,177.0,3024.0,JAX-based neural network library.,88.0,31,True,2025-04-22 10:24:45.000,0.0.14,17.0,dm-haiku,conda-forge/dm-haiku,,,,2664.0,2474.0,https://pypi.org/project/dm-haiku,2025-04-22 10:24:45.000,190.0,221209.0,221869.0,https://anaconda.org/conda-forge/dm-haiku,2025-04-23 05:01:39.129,33671.0,,,,,3.0,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,, +275,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2025-04-22 14:56:47.976000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2981.0,The machine learning toolkit for time series analysis in Python.,43.0,31,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1855.0,1776.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,335934.0,362929.0,https://anaconda.org/conda-forge/tslearn,2025-04-22 14:56:47.976,1592749.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-05-14 18:20:00.000000,2025-05-06 07:55:20,1727.0,15.0,344.0,36.0,379.0,44.0,192.0,2878.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,41.0,31,True,2025-03-20 15:18:23.000,2.7.9,52.0,shapash,,,,['jupyter'],196.0,192.0,https://pypi.org/project/shapash,2025-03-20 15:18:23.000,4.0,10005.0,10005.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-05-14 21:55:09.000000,2025-04-16 17:25:32,2008.0,34.0,175.0,35.0,399.0,89.0,120.0,2708.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",70.0,31,True,2025-04-16 18:39:50.000,2.17.7,138.0,usearch,,unum/usearch,,,230.0,180.0,https://pypi.org/project/usearch,2025-04-16 18:39:50.000,35.0,142559.0,154170.0,,,,https://hub.docker.com/r/unum/usearch,2025-04-16 17:29:14.657970,1.0,205.0,2.0,67680.0,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,8528.0,,,,,,,,,,,,,, +278,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2025-05-07 20:34:50.000000,2024-12-29 21:20:41,1376.0,,336.0,22.0,51.0,38.0,203.0,2396.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,643.0,630.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,58806.0,60044.0,https://anaconda.org/conda-forge/explainerdashboard,2025-04-22 14:57:40.990,65642.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2025-05-03 11:23:45.000000,2024-10-30 12:23:10,890.0,,361.0,82.0,170.0,218.0,149.0,2377.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7565.0,7410.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,319387.0,324397.0,https://anaconda.org/conda-forge/mpld3,2025-04-22 14:56:21.641,230896.0,,,,,3.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1097.0,,,,,,,,,,,,,, +280,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,,270.0,44.0,358.0,230.0,144.0,2210.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,21468.0,21065.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2969331.0,2969331.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-05-15 11:35:12.000000,2025-05-15 09:40:37,2519.0,162.0,500.0,37.0,2748.0,338.0,139.0,2168.0,Pytorch domain library for recommendation systems.,345.0,31,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,207.0,207.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,2688.0,2688.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +282,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-05-05 09:10:22.000000,2025-05-05 09:10:21,1362.0,68.0,200.0,20.0,196.0,53.0,148.0,2038.0,"A Python library for audio data augmentation. Useful for making audio ML models work well in the real world, not just..",33.0,31,True,2025-05-05 08:57:35.000,0.41.0,45.0,audiomentations,,,,,809.0,781.0,https://pypi.org/project/audiomentations,2025-05-05 08:57:35.000,28.0,68325.0,68325.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-05-15 10:47:02.000000,2025-04-24 10:43:41,2935.0,29.0,196.0,26.0,772.0,118.0,473.0,1791.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,31,True,2025-04-24 10:52:18.000,1.11.1,50.0,pykeen,,,,,339.0,318.0,https://pypi.org/project/pykeen,2025-04-24 10:43:35.000,21.0,10776.0,10780.0,,,,,,,,2.0,239.0,,,,,,,,,,,,,,,,,,, +284,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-05-15 11:51:31.000000,2025-05-15 11:51:29,2724.0,253.0,177.0,12.0,1330.0,108.0,1181.0,1787.0,"dstack is an open-source alternative to Kubernetes and Slurm, designed to simplify GPU allocation and AI workload..",53.0,31,True,2025-05-15 09:51:16.000,0.19.9,279.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-05-15 08:59:55.000,,8851.0,8851.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-05-07 17:15:29.000000,2025-05-07 17:15:24,3405.0,7.0,243.0,49.0,424.0,77.0,288.0,1098.0,"OpenCL integration for Python, plus shiny features.",98.0,31,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2448.0,2267.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,91809.0,121583.0,https://anaconda.org/conda-forge/pyopencl,2025-04-22 14:56:28.600,1756699.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-05-12 18:38:09.000000,2025-02-24 17:16:03,588.0,2.0,104.0,34.0,77.0,72.0,84.0,969.0,Describing statistical models in Python using symbolic formulas.,22.0,31,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,124707.0,124174.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15816446.0,16178052.0,https://anaconda.org/conda-forge/patsy,2025-04-22 14:56:26.344,15910680.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2025-04-22 14:56:20.890000,2024-12-21 19:30:30,501.0,,123.0,31.0,135.0,27.0,77.0,963.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20915.0,20192.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2880241.0,2915832.0,https://anaconda.org/conda-forge/geojson,2025-04-22 14:56:20.890,960975.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +288,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-05-10 10:47:16.000000,2025-05-10 09:19:04,3334.0,81.0,123.0,14.0,362.0,6.0,202.0,851.0,Python bindings for MPI.,27.0,31,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,459934.0,530132.0,https://anaconda.org/conda-forge/mpi4py,2025-05-09 11:22:13.948,3829424.0,,,,,2.0,33249.0,,,,,,,,,,,,,,,,,,, +289,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-05-09 19:54:44.000000,2025-05-09 19:54:44,17342.0,13.0,111.0,25.0,3637.0,535.0,3418.0,575.0,"Keep code, data, containers under control with git and git-annex.",57.0,31,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,619.0,520.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,18063.0,32684.0,https://anaconda.org/conda-forge/datalad,2025-04-22 14:56:48.646,862649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-04-22 14:57:03.201000,2025-04-03 12:23:24,643.0,11.0,39.0,9.0,79.0,14.0,27.0,226.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,31,False,2025-04-03 15:08:36.000,1.3.0,56.0,blis,conda-forge/cython-blis,,,,62666.0,62546.0,https://pypi.org/project/blis,2025-04-03 15:08:36.000,120.0,18442222.0,18487027.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2507267.0,,,,,2.0,2336.0,,,,,,,,,,,,,,,,,,, +291,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,1.0,3260.0,158.0,58.0,139.0,142.0,22842.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,30,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],664.0,647.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,22666.0,22666.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-04-22 14:57:24.018000,2025-04-10 06:03:37,1772.0,5.0,813.0,87.0,823.0,97.0,294.0,10526.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",54.0,30,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,490.0,469.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,25581.0,26463.0,https://anaconda.org/conda-forge/cleanlab,2025-04-22 14:57:24.018,43258.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2025-04-22 14:57:27.662000,2020-04-16 08:02:22,154.0,,1834.0,211.0,51.0,101.0,94.0,9085.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,30,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,112406.0,113316.0,https://anaconda.org/conda-forge/pretrainedmodels,2025-04-22 14:57:27.662,53729.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2025-04-22 14:57:28.932000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6308.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],814.0,807.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2256.0,2438.0,https://anaconda.org/conda-forge/cleverhans,2025-04-22 14:57:28.932,10741.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-04-22 14:57:07.821000,2025-02-17 21:20:41,638.0,2.0,721.0,105.0,202.0,12.0,360.0,6104.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,30,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,3010054.0,3021400.0,https://anaconda.org/conda-forge/pytesseract,2025-04-22 14:57:07.821,658107.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-05-15 00:12:40.000000,2025-05-15 00:09:34,3953.0,6.0,568.0,84.0,647.0,122.0,501.0,5335.0,Online machine learning in Python.,126.0,30,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,799.0,735.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,60208.0,62474.0,https://anaconda.org/conda-forge/river,2025-04-22 14:57:50.380,111048.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-19 03:20:10.000000,2025-04-19 03:20:09,1676.0,17.0,842.0,142.0,1627.0,396.0,404.0,5126.0,Simple and Distributed Machine Learning.,121.0,30,True,2025-04-17 03:16:00.000,1.0.11,63.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-04-17 03:16:00.000,7.0,699023.0,699023.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-04-22 14:57:21.478000,2025-03-20 19:24:03,831.0,3.0,418.0,68.0,309.0,66.0,536.0,4906.0,Visualizer for pandas data structures.,30.0,30,True,2025-03-20 21:17:58.000,3.17.0,191.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1514.0,1461.0,https://pypi.org/project/dtale,2025-03-20 21:14:33.000,53.0,158480.0,165507.0,https://anaconda.org/conda-forge/dtale,2025-04-22 14:57:21.478,421661.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +299,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2025-04-22 15:32:35.609000,2025-04-08 12:18:39,1481.0,3.0,778.0,75.0,1829.0,336.0,637.0,4880.0,Probabilistic time series modeling in Python.,117.0,30,True,2025-04-08 14:13:18.000,0.16.1,113.0,gluonts,anaconda/gluonts,,,['mxnet'],36.0,,https://pypi.org/project/gluonts,2025-04-08 14:13:18.000,36.0,654362.0,654406.0,https://anaconda.org/anaconda/gluonts,2025-04-22 15:32:35.609,1930.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2025-04-22 14:57:56.135000,2022-07-07 05:16:43,738.0,,463.0,41.0,128.0,76.0,154.0,4563.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1786.0,1721.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,168120.0,168870.0,https://anaconda.org/conda-forge/nlpaug,2025-04-22 14:57:56.135,35295.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-05-15 14:27:51.000000,2025-05-15 14:27:34,546.0,22.0,645.0,48.0,578.0,13.0,,4538.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,54.0,30,True,2025-05-05 12:18:18.000,0.11.23,108.0,sahi,conda-forge/sahi,,,,1860.0,1825.0,https://pypi.org/project/sahi,2025-05-05 12:18:18.000,35.0,143087.0,146099.0,https://anaconda.org/conda-forge/sahi,2025-05-05 23:54:44.099,99070.0,,,,,2.0,36162.0,,,,,,,,,,,,,,,,,,, +302,anomalib,openvinotoolkit/anomalib,others,,https://github.com/open-edge-platform/anomalib,https://github.com/open-edge-platform/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-05-06 08:52:11.000000,2025-05-06 08:51:13,760.0,30.0,731.0,45.0,1107.0,160.0,870.0,4317.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",86.0,30,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,185.0,180.0,https://pypi.org/project/anomalib,2025-03-19 17:56:21.000,5.0,64606.0,65232.0,,,,,,,,2.0,25682.0,,,,,,open-edge-platform/anomalib,,,,,,,,,,,,, +303,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2025-04-22 14:58:05.313000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4301.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,30,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3595.0,3535.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,28244.0,28452.0,https://anaconda.org/conda-forge/sacred,2025-04-22 14:58:05.313,8750.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2025-04-22 14:58:06.931000,2024-11-01 16:12:42,3332.0,,551.0,120.0,386.0,77.0,743.0,4289.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,30,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,379.0,360.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,73740.0,76380.0,https://anaconda.org/conda-forge/dedupe,2025-04-22 14:58:06.931,108260.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2025-04-22 14:56:38.828000,2023-02-26 20:07:33,189.0,,519.0,75.0,40.0,15.0,121.0,4096.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,22753.0,22631.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,190644.0,219597.0,https://anaconda.org/conda-forge/missingno,2025-04-22 14:56:38.828,405345.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +306,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2025-04-22 14:56:45.959000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,409.0,3667.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1876.0,1847.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,290026.0,312466.0,https://anaconda.org/conda-forge/implicit,2025-04-22 14:56:45.959,1254169.0,,,,,2.0,1817.0,,,,,,,,,,,,,,,,,,, +307,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-04-22 14:56:22.864000,2024-10-22 15:05:01,3667.0,,466.0,100.0,1069.0,271.0,368.0,3654.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,203902.0,232149.0,https://anaconda.org/conda-forge/bqplot,2025-04-22 14:56:22.864,1591805.0,,,,,3.0,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1717.0,,,,,,,,,,,,,, +308,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-04-22 14:57:55.728000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3587.0,Module for automatic summarization of text documents and HTML pages.,32.0,30,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,4075.0,4044.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,74217.0,74476.0,https://anaconda.org/conda-forge/sumy,2025-04-22 14:57:55.728,12214.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2025-04-22 14:56:57.043000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3179.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3556.0,3464.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,144129.0,150784.0,https://anaconda.org/conda-forge/hmmlearn,2025-04-22 14:56:57.043,372685.0,,,,,2.0,,,,,,,,,2.0,,,,,,,,,,, +310,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-20 19:09:46.000000,2025-03-20 19:09:13,8394.0,10.0,365.0,82.0,9859.0,103.0,350.0,3141.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",125.0,30,True,2025-03-19 23:12:44.000,0.38.1,607.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-19 23:33:17.000,4.0,134501.0,134748.0,,,,,,,,3.0,13094.0,,,,,,,,,,,,,,,,,,, +311,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-04-22 14:57:50.748000,2025-04-08 20:43:24,580.0,6.0,442.0,94.0,128.0,82.0,267.0,2523.0,bt - flexible backtesting for Python.,34.0,30,True,2025-04-12 14:41:05.000,1.1.2,30.0,bt,conda-forge/bt,,,,1696.0,1681.0,https://pypi.org/project/bt,2025-04-12 14:40:43.000,15.0,10170.0,11877.0,https://anaconda.org/conda-forge/bt,2025-04-22 14:57:50.748,83679.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-05-08 07:06:06.000000,2025-05-08 07:06:06,218.0,1.0,256.0,56.0,82.0,50.0,234.0,2095.0,A Python wrapper for the tesseract-ocr API.,32.0,30,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1291.0,1248.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,135282.0,139651.0,https://anaconda.org/conda-forge/tesserocr,2025-04-22 14:57:14.353,252957.0,,,,,2.0,957.0,,,,,,,,,,,,,,,,,,, +313,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-05-05 13:40:48.000000,2025-05-05 13:40:48,964.0,32.0,450.0,37.0,1003.0,152.0,386.0,2063.0,A Python package to assess and improve fairness of machine learning models.,104.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,136946.0,137784.0,https://anaconda.org/conda-forge/fairlearn,2025-04-22 14:57:20.746,45278.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-04-22 14:56:50.649000,2025-01-29 10:12:27,2452.0,,435.0,74.0,1273.0,154.0,683.0,1870.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],796.0,761.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,84448.0,85587.0,https://anaconda.org/conda-forge/gpflow,2025-04-22 14:56:50.649,44443.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-04-22 14:56:51.622000,2024-04-29 20:57:51,290.0,,359.0,45.0,80.0,78.0,114.0,1831.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,False,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7368.0,7265.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,130709.0,132613.0,https://anaconda.org/conda-forge/pyldavis,2025-04-22 14:56:51.622,95248.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-04-22 14:56:58.479000,2025-03-14 15:07:30,1264.0,4.0,152.0,30.0,131.0,42.0,277.0,1759.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3279.0,3123.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,155705.0,158511.0,https://anaconda.org/conda-forge/pingouin,2025-04-22 14:56:58.479,165556.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2025-04-22 14:57:44.362000,2024-12-30 10:52:51,164.0,,205.0,33.0,75.0,29.0,53.0,1645.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,30,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],5152.0,5115.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2736249.0,2737000.0,https://anaconda.org/conda-forge/torchsde,2025-04-22 14:57:44.362,39057.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-05-05 20:51:30.000000,2025-05-05 20:50:20,2537.0,88.0,437.0,54.0,654.0,201.0,276.0,1473.0,Machine learning on FPGAs using HLS.,69.0,30,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",48.0,47.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,2223.0,2410.0,https://anaconda.org/conda-forge/hls4ml,2025-04-22 14:57:36.962,10515.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-05-06 06:14:43.000000,2025-03-19 18:19:56,1190.0,23.0,258.0,49.0,562.0,33.0,189.0,1396.0,ARCH models in Python.,37.0,30,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,3083.0,2970.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,413304.0,423090.0,https://anaconda.org/conda-forge/arch-py,2025-04-22 14:57:17.475,577424.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-04-22 14:56:25.462000,2025-02-06 17:53:01,4399.0,,304.0,76.0,680.0,21.0,637.0,1390.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,30,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1862.0,1803.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,28700.0,39438.0,https://anaconda.org/conda-forge/pysal,2025-04-22 14:56:25.462,622826.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +321,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-04-26 20:56:08.209000,2025-04-26 17:08:13,1394.0,13.0,153.0,25.0,500.0,30.0,139.0,959.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,30,True,2025-04-26 17:10:43.000,2.3.3,63.0,cornac,conda-forge/cornac,,,,302.0,284.0,https://pypi.org/project/cornac,2025-04-26 17:21:46.000,18.0,52057.0,65877.0,https://anaconda.org/conda-forge/cornac,2025-04-26 20:56:08.209,815406.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-04-24 19:50:43.000000,2025-04-10 21:34:27,1700.0,10.0,288.0,40.0,1482.0,293.0,372.0,725.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",115.0,30,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,725925.0,725925.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2025-04-22 14:56:25.508000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,509.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,33091.0,32956.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2857631.0,2875753.0,https://anaconda.org/conda-forge/audioread,2025-04-22 14:56:25.508,996762.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +324,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1245.0,558.0,840.0,2543.0,17578.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,698.0,830.0,,,,,,,,3.0,14889.0,,,,,,,,,,,,,,,,,,, +325,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-05-14 06:47:16.000000,2025-04-16 07:54:15,2322.0,3.0,2930.0,199.0,3817.0,1001.0,4581.0,13403.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",186.0,29,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1068.0,1068.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,341.0,81.0,53.0,231.0,8122.0,StarCraft II Learning Environment.,39.0,29,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,977.0,951.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,4122.0,4474.0,,,,,,,,2.0,32805.0,,,,,,google-deepmind/pysc2,,,,,,,,,,,,, +327,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-05-15 03:18:18.000000,2025-05-14 13:01:42,640.0,9.0,806.0,84.0,369.0,44.0,368.0,5391.0,Uplift modeling and causal inference with machine learning algorithms.,65.0,29,True,2025-02-20 18:49:40.000,0.15.3,26.0,causalml,,,,,291.0,282.0,https://pypi.org/project/causalml,2025-02-20 18:49:40.000,9.0,39993.0,39993.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +328,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2025-04-22 14:56:45.003000,2023-04-30 18:36:20,483.0,,690.0,84.0,209.0,157.0,358.0,4924.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1836.0,1804.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,132263.0,135393.0,https://anaconda.org/conda-forge/lightfm,2025-04-22 14:56:45.003,275522.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-05-13 08:16:17.000000,2025-05-13 08:09:16,955.0,18.0,493.0,41.0,1059.0,29.0,380.0,4687.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",62.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,102623.0,207361.0,,,,,,,,2.0,5341686.0,,,,,,,,,,,,,,,,,,, +330,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2025-04-22 14:57:03.401000,2025-04-13 00:57:05,250.0,1.0,283.0,43.0,51.0,28.0,98.0,4198.0,A simple command-line utility for querying and monitoring GPU status.,17.0,29,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7516.0,7366.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,704556.0,710228.0,https://anaconda.org/conda-forge/gpustat,2025-04-22 14:57:03.401,306294.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-04-22 14:57:54.473000,2025-04-14 09:03:52,1234.0,7.0,421.0,52.0,96.0,139.0,531.0,3154.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",30.0,29,True,2025-04-01 10:24:36.000,1.1.17,100.0,mljar-supervised,conda-forge/mljar-supervised,,,,161.0,155.0,https://pypi.org/project/mljar-supervised,2025-04-01 10:23:13.000,6.0,8566.0,9452.0,https://anaconda.org/conda-forge/mljar-supervised,2025-04-22 14:57:54.473,41677.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-04-22 14:57:59.313000,2025-04-05 19:45:35,332.0,21.0,355.0,26.0,359.0,96.0,41.0,3139.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,29,True,2025-04-05 19:49:38.000,0.2.16,17.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1352.0,1344.0,https://pypi.org/project/lazypredict,2025-04-05 19:49:38.000,8.0,19867.0,19975.0,https://anaconda.org/conda-forge/lazypredict,2025-04-22 14:57:59.313,4860.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-04-22 17:45:39.000000,2025-04-22 17:44:51,3700.0,19.0,546.0,110.0,370.0,388.0,700.0,3066.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",82.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,950.0,930.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,14118.0,14118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +334,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-05-05 20:23:33.000000,2025-04-16 09:11:20,3041.0,36.0,1007.0,121.0,561.0,61.0,310.0,2616.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,279918.0,302700.0,https://anaconda.org/conda-forge/ipyparallel,2025-04-22 14:56:22.394,1253058.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,64.0,15.0,28.0,47.0,2381.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12785.0,12630.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,481821.0,481821.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-04-22 13:15:06.000000,2025-04-22 12:40:43,1968.0,3.0,215.0,48.0,307.0,192.0,169.0,2256.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,29,True,2025-04-22 13:15:06.000,0.36.1,207.0,graphistry,,,,['jupyter'],160.0,154.0,https://pypi.org/project/graphistry,2025-04-22 13:15:06.000,6.0,17322.0,17322.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-03-12 00:53:48.000000,2025-03-12 00:49:02,1870.0,15.0,395.0,48.0,140.0,31.0,435.0,1832.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,342.0,327.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,7086.0,7197.0,,,,,,,,1.0,12215.0,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,, +338,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-04-22 14:56:23.732000,2025-03-16 16:58:56,958.0,2.0,431.0,84.0,242.0,57.0,242.0,1511.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,29,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3405.0,2967.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,142813.0,151512.0,https://anaconda.org/conda-forge/emcee,2025-04-22 14:56:23.732,408880.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +339,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-04-07 06:09:24.000000,2025-04-07 06:09:23,623.0,10.0,432.0,30.0,53.0,18.0,135.0,1507.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,31.0,29,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,885.0,845.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,25453.0,25453.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2025-04-28 15:53:14.000000,2025-04-28 15:53:11,150.0,3.0,134.0,23.0,114.0,51.0,79.0,1425.0,Python 3.8+ toolbox for submitting jobs to Slurm.,26.0,29,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,4468.0,4419.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,417388.0,418394.0,https://anaconda.org/conda-forge/submitit,2025-04-22 14:57:34.697,57388.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,skrub,skrub-data/skrub,tabular,,https://github.com/skrub-data/skrub,https://github.com/skrub-data/skrub,BSD-3-Clause,2018-03-12 23:32:22.000,2025-05-15 11:52:40.000000,2025-05-15 11:52:40,1818.0,73.0,121.0,20.0,922.0,83.0,350.0,1392.0,Machine learning with dataframes.,58.0,29,True,2025-04-03 13:37:34.000,0.5.3,14.0,skrub,,,,"['sklearn', 'pandas']",89.0,79.0,https://pypi.org/project/skrub,2025-04-03 13:37:34.000,10.0,12417.0,12417.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +342,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-04-22 14:58:05.596000,2025-02-06 11:15:39,1484.0,,168.0,30.0,253.0,,,1385.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2337.0,2239.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,217180.0,220000.0,https://anaconda.org/conda-forge/spacy-transformers,2025-04-22 14:58:05.596,118366.0,,,,,2.0,173.0,,,,,,,,,,,,,,,,,,, +343,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2025-04-22 14:56:41.347000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1262.0,Real-time stream processing for python.,49.0,29,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,606.0,549.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,28033.0,64432.0,https://anaconda.org/conda-forge/streamz,2025-04-22 14:56:41.347,2111171.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +344,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2025-04-22 14:57:23.933000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1261.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3147.0,3109.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,145561.0,146520.0,https://anaconda.org/conda-forge/kmodes,2025-04-22 14:57:23.933,58556.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2025-04-22 14:57:18.607000,2024-02-08 16:58:25,2080.0,,252.0,39.0,39.0,76.0,591.0,1187.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,883.0,851.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,27725.0,30061.0,https://anaconda.org/conda-forge/pyclustering,2025-04-22 14:57:18.607,135169.0,,,,,2.0,676.0,,,,,,,,,,,,,,,,,,, +346,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-04-22 14:56:51.745000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3495512.0,3542102.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-04-22 14:56:51.745,2422709.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-05-10 15:16:32.000000,2025-05-10 15:14:31,824.0,2.0,262.0,38.0,519.0,283.0,264.0,933.0,Scalable Machine Learning with Dask.,81.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1359.0,1259.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,112746.0,129080.0,https://anaconda.org/conda-forge/dask-ml,2025-04-22 14:56:42.913,980092.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-05-05 05:24:10.000000,2025-05-05 05:24:05,653.0,12.0,102.0,23.0,124.0,4.0,115.0,756.0,Python library for reading audio file metadata.,27.0,29,True,2025-04-23 14:25:51.000,2.1.1,44.0,tinytag,,,,,1346.0,1224.0,https://pypi.org/project/tinytag,2025-04-23 14:25:51.000,122.0,66693.0,66693.0,,,,,,,,3.0,,,,,,,tinytag/tinytag,,,,,,,,,,,,, +349,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-04-22 14:57:20.407000,2025-04-16 09:58:45,2109.0,2.0,65.0,20.0,1660.0,33.0,227.0,614.0,The experiment tracker for foundation model training.,55.0,29,True,2025-04-15 07:28:48.000,1.14.0,213.0,neptune-client,conda-forge/neptune-client,,,,938.0,861.0,https://pypi.org/project/neptune-client,2025-04-15 07:28:48.000,77.0,491713.0,497440.0,https://anaconda.org/conda-forge/neptune-client,2025-04-22 14:57:20.407,343656.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1248.0,236.0,461.0,1.0,330.0,19398.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",47.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,30185.0,30601.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,29188.0,2.0,,,,,,,bee-san/Ciphey,,,,,,,,,,,,, +351,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,647.0,376.0,504.0,436.0,16276.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,619.0,616.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,692.0,692.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,131.0,51.0,163.0,141.0,8106.0,A PyTorch implementation of EfficientNet.,24.0,28,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,135677.0,213880.0,,,,,,,,2.0,4848631.0,,,,,,,,,,,,,,,,,,, +353,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,172.0,46.0,80.0,242.0,7298.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,67752.0,67752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +354,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2025-04-22 14:56:45.083000,2024-06-14 19:31:58,659.0,,1016.0,141.0,103.0,87.0,310.0,6603.0,A Python scikit for building and analyzing recommender systems.,46.0,28,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,141831.0,150149.0,https://anaconda.org/conda-forge/scikit-surprise,2025-04-22 14:56:45.083,482452.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-30 07:12:03.000000,2025-03-30 07:03:00,411.0,68.0,1164.0,123.0,122.0,42.0,501.0,6470.0,Backtest trading strategies in Python.,35.0,28,False,2025-03-30 07:12:03.000,0.6.4,5.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-30 07:12:03.000,3.0,36258.0,36258.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,625.0,2112.0,453.0,1338.0,6346.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1344.0,1344.0,,,,,,,,3.0,22.0,,,,,,numenta/nupic-legacy,,,,,,,,,,,,, +357,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2025-03-28 18:30:29.000000,2025-03-28 18:30:29,780.0,1.0,1196.0,206.0,93.0,201.0,123.0,6047.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,645.0,633.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,14967.0,14967.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +358,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1210.0,151.0,954.0,60.0,789.0,5887.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],77.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,56.0,52545.0,52545.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,494.0,75.0,63.0,112.0,57.0,5246.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,4275.0,4253.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,191432.0,191432.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +360,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,269.0,438.0,221.0,329.0,4841.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,28,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],349.0,347.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1296.0,1296.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +361,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2025-04-22 14:57:49.044000,2022-04-01 13:57:36,131.0,,1011.0,147.0,33.0,52.0,77.0,4702.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,12213.0,12116.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,312702.0,313047.0,https://anaconda.org/conda-forge/vadersentiment,2025-04-22 14:57:49.044,17254.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-05-14 02:15:42.000000,2025-04-04 19:49:25,6224.0,26.0,537.0,148.0,1965.0,338.0,1413.0,4700.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,2579.0,2649.0,,,,,,,,2.0,8347.0,,,,,,,,,,,,,,,,,,, +363,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-04-22 14:57:33.497000,2023-07-05 18:14:28,901.0,,560.0,103.0,622.0,99.0,608.0,4343.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,452401.0,454028.0,https://anaconda.org/conda-forge/yellowbrick,2025-04-22 14:57:33.497,92783.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +364,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3857.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1107.0,1095.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1514.0,1514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-03-05 10:40:45.000000,2025-03-05 10:40:45,1498.0,2.0,266.0,23.0,1760.0,254.0,733.0,3795.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,526.0,514.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,32881.0,32914.0,,,,,,,,2.0,1433.0,,,,,,,,,,,,,,,,,,, +366,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-03-25 16:28:44.170000,2025-02-24 07:16:40,4388.0,26.0,660.0,42.0,1028.0,310.0,719.0,3748.0,"A unified, comprehensive and efficient recommendation library.",79.0,28,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,91567.0,91724.0,https://anaconda.org/aibox/recbole,2025-03-25 16:28:44.170,8528.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2025-04-22 14:56:47.205000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3705.0,Performance analysis of predictive (alpha) stock factors.,26.0,28,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,742.0,737.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1140.0,1416.0,https://anaconda.org/conda-forge/alphalens,2025-04-22 14:56:47.205,24043.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-05-03 09:56:43.000000,2025-05-03 09:56:08,1210.0,3.0,468.0,82.0,56.0,64.0,206.0,3672.0,A library of reinforcement learning components and agents.,88.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],241.0,238.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,2432.0,2662.0,https://anaconda.org/conda-forge/dm-acme,2025-04-22 14:57:40.447,12472.0,,,,,2.0,,,,,,,google-deepmind/acme,,,,,,,,,,,,, +369,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,257.0,64.0,123.0,7.0,296.0,3517.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,737.0,722.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,27224.0,27255.0,,,,,,,,3.0,2339.0,,,,,,,,,,,,,,,,,,, +370,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-04-22 14:56:50.409000,2025-04-18 12:13:17,417.0,2.0,253.0,64.0,57.0,9.0,,3464.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",18.0,28,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8597.0,8498.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1067937.0,1083136.0,https://anaconda.org/conda-forge/textdistance,2025-04-22 14:56:50.409,820126.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,, +371,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-04-22 14:57:07.761000,2025-02-07 18:03:57,996.0,,590.0,93.0,343.0,31.0,763.0,3443.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,28,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,24195.0,27665.0,https://anaconda.org/conda-forge/pomegranate,2025-04-22 14:57:07.761,208252.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2025-05-12 13:47:27.000000,2025-05-08 17:35:54,4165.0,4.0,383.0,86.0,70.0,161.0,193.0,3432.0,a library for audio and music analysis.,26.0,28,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,557.0,540.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,11277.0,19499.0,https://anaconda.org/conda-forge/aubio,2025-04-22 14:56:33.269,805757.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +373,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-05-13 22:09:01.000000,2025-05-13 22:00:11,3144.0,126.0,739.0,151.0,65.0,7.0,898.0,3401.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,41.0,28,True,2025-05-13 19:14:39.000,1.9.0,23.0,,bioconda/deepvariant,,,['tensorflow'],4.0,4.0,,,,,918.0,https://anaconda.org/bioconda/deepvariant,2025-04-22 15:28:54.254,76116.0,,,,,3.0,4850.0,,,,,,,,4.0,,,,,,,,,,, +374,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1087.0,4.0,354.0,3349.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1301.0,1271.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,15504.0,15504.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2025-04-22 14:57:36.874000,2024-07-25 18:53:58,2707.0,,402.0,35.0,525.0,68.0,220.0,3164.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,28,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,414.0,403.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,7317.0,7498.0,https://anaconda.org/conda-forge/textattack,2025-04-22 14:57:36.874,10167.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,156.0,3134.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,236.0,233.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,29982.0,29983.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +377,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3059.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],14526.0,14417.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,44276.0,44276.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +378,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-04-22 14:57:39.864000,2025-03-06 23:21:12,622.0,1.0,338.0,46.0,121.0,72.0,137.0,3056.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1613.0,1560.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,96849.0,98802.0,https://anaconda.org/conda-forge/dtreeviz,2025-04-22 14:57:39.864,105513.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2025-04-22 14:57:08.534000,2024-03-14 19:50:06,769.0,,824.0,181.0,75.0,21.0,565.0,3013.0,Python sync/async framework for Interactive Brokers API.,36.0,28,False,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,55269.0,56090.0,https://anaconda.org/conda-forge/ib-insync,2025-04-22 14:57:08.534,57528.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-04-30 16:58:13.000000,2025-04-30 16:57:14,2316.0,3.0,722.0,78.0,206.0,206.0,473.0,2904.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",153.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,26869.0,26869.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2025-04-22 14:57:29.383000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2859.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,28,False,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,740.0,726.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4770.0,5075.0,https://anaconda.org/conda-forge/foolbox,2025-04-22 14:57:29.383,17713.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-03-28 14:14:14.000000,2025-03-24 03:23:49,2015.0,56.0,388.0,37.0,101.0,40.0,158.0,2807.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,37.0,28,True,2025-03-28 14:16:54.000,0.56.0,47.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2025-03-28 02:16:56.000,7.0,5624.0,5624.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2025-04-30 05:40:51.091000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2771.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,28,False,2025-04-20 16:37:59.000,0.16.0,33.0,eli5,conda-forge/eli5,,,,66.0,,https://pypi.org/project/eli5,2025-04-20 16:37:59.000,66.0,106899.0,109988.0,https://anaconda.org/conda-forge/eli5,2025-04-30 05:40:51.091,182285.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-05-12 20:21:57.000000,2025-05-12 20:19:21,175.0,12.0,358.0,28.0,364.0,42.0,362.0,2702.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,28,True,2025-04-12 21:00:06.000,1.1.1,24.0,adapter-transformers,,,,['huggingface'],234.0,222.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,5019.0,5019.0,,,,,,,,3.0,,,,,,,adapter-hub/adapters,,,,,,,,,,,,, +385,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2025-04-30 17:25:15.000000,2025-04-30 17:04:22,704.0,8.0,261.0,33.0,152.0,30.0,147.0,2480.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,28,True,2025-04-30 17:25:15.000,2.3.0,20.0,norfair,,,,,326.0,317.0,https://pypi.org/project/norfair,2025-04-30 17:25:15.000,9.0,28467.0,28473.0,,,,,,,,3.0,351.0,,,,,,,,,,,,,,,,,,, +386,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2025-04-22 14:56:38.875000,2018-08-19 12:37:47,130.0,,284.0,62.0,61.0,31.0,39.0,2434.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6454.0,6369.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,424030.0,426181.0,https://anaconda.org/conda-forge/scikit-plot,2025-04-22 14:56:38.875,202236.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,71.0,210.0,2377.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],414.0,407.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10974.0,10974.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-05-09 07:51:21.000000,2025-05-07 12:23:09,744.0,5.0,230.0,39.0,573.0,140.0,235.0,2369.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,587.0,580.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,82338.0,82338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +389,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2025-04-22 14:57:21.393000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2359.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],8725.0,8652.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,171338.0,171583.0,https://anaconda.org/conda-forge/mtcnn,2025-04-22 14:57:21.393,15037.0,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +390,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-05-15 14:47:47.000000,2023-06-01 12:18:23,739.0,,321.0,44.0,44.0,99.0,56.0,2284.0,A modular active learning framework for Python.,20.0,28,False,2025-05-13 22:01:58.000,0.77.0,1909.0,modAL,,,,['sklearn'],109.0,,https://pypi.org/project/modAL,2025-05-15 14:47:47.000,109.0,1207275.0,1207275.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +391,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2025-04-22 14:56:36.813000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2225.0,"NLP, before and after spaCy.",35.0,28,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2072.0,2006.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,28594.0,30598.0,https://anaconda.org/conda-forge/textacy,2025-04-22 14:56:36.813,192410.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +392,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2025-05-06 07:32:11.000000,2025-05-06 07:32:11,679.0,2.0,403.0,40.0,66.0,36.0,273.0,2002.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2577.0,2504.0,https://pypi.org/project/ogb,2023-04-07 06:00:55.135,73.0,33484.0,34431.0,https://anaconda.org/conda-forge/ogb,2025-04-22 14:57:35.121,53050.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,13.0,303.0,30.0,583.0,106.0,726.0,1888.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,84.0,28,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,139.0,136.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1903.0,1904.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +394,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,275.0,37.0,495.0,172.0,151.0,1836.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,208.0,200.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,197631.0,197638.0,,,,,,,,3.0,575.0,,,,,,,,,,,,,,,,,,, +395,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,230.0,50.0,213.0,33.0,291.0,1810.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,28,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1258.0,1224.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,38361.0,38361.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +396,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-04-22 14:57:59.303000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1742.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],320.0,315.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,3596.0,4236.0,https://anaconda.org/conda-forge/lightning-flash,2025-04-22 14:57:59.303,28810.0,,,,,2.0,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,, +397,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,,323.0,117.0,794.0,229.0,170.0,1534.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,1112246.0,1112246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-04-22 14:57:44.228000,2025-02-12 20:53:06,689.0,,169.0,49.0,165.0,25.0,385.0,1422.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,28,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,231.0,224.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,23339.0,23797.0,https://anaconda.org/conda-forge/dalex,2025-04-22 14:57:44.228,23821.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2025-04-22 14:56:47.167000,2020-10-14 13:22:39,167.0,,408.0,71.0,89.0,36.0,26.0,1375.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1724.0,1668.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,20255.0,20667.0,https://anaconda.org/conda-forge/empyrical,2025-04-22 14:56:47.167,35858.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-04-22 14:57:16.914000,2025-03-09 22:06:41,443.0,7.0,184.0,26.0,44.0,,135.0,1357.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],756.0,736.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,155873.0,156243.0,https://anaconda.org/conda-forge/prince-factor-analysis,2025-04-22 14:57:16.914,24447.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-04-22 14:58:18.165000,2025-02-28 18:58:45,10856.0,5.0,251.0,38.0,1521.0,209.0,361.0,1347.0,Computations and statistics on manifolds with geometric structures.,95.0,28,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,154.0,142.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,5022.0,5205.0,https://anaconda.org/conda-forge/geomstats,2025-04-22 14:58:18.165,6432.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +402,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-05-15 12:37:01.000000,2025-05-15 12:35:32,845.0,9.0,133.0,28.0,454.0,88.0,349.0,1155.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,215.0,201.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,34443.0,35359.0,https://anaconda.org/conda-forge/bambi,2025-04-22 14:57:09.701,48564.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-04-22 14:56:22.872000,2023-02-20 00:24:10,1723.0,,192.0,39.0,177.0,73.0,176.0,967.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,78053.0,91090.0,https://anaconda.org/conda-forge/pythreejs,2025-04-22 14:56:22.872,663085.0,,,,,3.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,981.0,,,,,,,,,,,,,, +404,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-04-22 14:56:29.359000,2025-04-18 20:50:45,1969.0,1.0,243.0,20.0,306.0,54.0,288.0,921.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",51.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1661.0,1534.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,264099.0,268060.0,https://anaconda.org/conda-forge/salib,2025-04-22 14:56:29.359,217904.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2025-04-22 14:57:06.248000,2024-11-10 14:49:37,681.0,,108.0,13.0,100.0,74.0,67.0,920.0,A Python nearest neighbor descent for approximate nearest neighbors.,30.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,11958.0,11802.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1516516.0,1556274.0,https://anaconda.org/conda-forge/pynndescent,2025-04-22 14:57:06.248,2305978.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-05-04 21:17:17.000000,2025-05-04 21:11:20,3722.0,3.0,334.0,63.0,693.0,40.0,540.0,850.0,The Classical Language Toolkit.,121.0,28,True,2025-05-04 21:33:45.000,1.5.0,219.0,cltk,,,,,315.0,298.0,https://pypi.org/project/cltk,2025-05-04 21:17:17.000,17.0,5575.0,5576.0,,,,,,,,2.0,128.0,,,,,,,,,,,,,,,,,,, +407,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-04-29 02:42:01.199000,2025-04-28 10:09:25,497.0,10.0,49.0,8.0,71.0,194.0,269.0,700.0,python binding for libvips using cffi.,16.0,28,True,2025-04-28 10:07:43.000,3.0.0,27.0,pyvips,conda-forge/pyvips,,,,1148.0,1054.0,https://pypi.org/project/pyvips,2025-04-28 10:07:43.000,94.0,109572.0,113533.0,https://anaconda.org/conda-forge/pyvips,2025-04-29 02:42:01.199,217858.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2025-04-07 19:01:47.000000,2025-04-03 17:38:00,909.0,8.0,158.0,27.0,103.0,49.0,76.0,647.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,23.0,28,True,2025-04-07 19:01:47.000,1.17.0,45.0,ml-metadata,,,,,723.0,691.0,https://pypi.org/project/ml-metadata,2025-04-07 19:01:47.000,32.0,74854.0,74894.0,,,,,,,,2.0,2993.0,,,,,,,,,,,,,,,,,,, +409,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-05-15 10:09:44.000000,2025-04-30 07:03:52,876.0,5.0,77.0,25.0,430.0,111.0,243.0,612.0,"Simple, concise geographical visualization in Python.",33.0,28,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1344.0,1281.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,16210.0,21573.0,https://anaconda.org/conda-forge/geoviews,2025-04-22 14:56:48.733,300345.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-09-17 14:13:04.000,2025-04-22 14:56:33.006000,2024-07-03 17:02:18,237.0,,60.0,14.0,207.0,13.0,187.0,352.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,28,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10623.0,10462.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,765942.0,818839.0,https://anaconda.org/conda-forge/pystan,2025-04-22 14:56:33.006,3015165.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +411,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-05-15 02:13:10.000000,2025-05-15 01:30:51,5656.0,849.0,67.0,6.0,529.0,56.0,164.0,290.0,Python recommendation toolkit.,38.0,28,False,2025-03-12 17:48:24.000,2025.2.0,52.0,lenskit,conda-forge/lenskit,,,,144.0,133.0,https://pypi.org/project/lenskit,2025-04-16 23:36:42.000,11.0,6584.0,7399.0,https://anaconda.org/conda-forge/lenskit,2025-04-22 14:57:40.279,44035.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +412,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4120.0,640.0,235.0,53.0,,17130.0,Python Backtesting library for trading strategies.,56.0,27,False,,,157.0,backtrader,,,,,74.0,,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,74014.0,74014.0,,,,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,, +413,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-04-22 14:57:15.532000,,,,903.0,,,573.0,,10151.0,NumPy & SciPy for GPU.,339.0,27,True,2025-03-21 07:26:13.000,13.4.1,144.0,cupy,conda-forge/cupy,cupy/cupy,,,347.0,,https://pypi.org/project/cupy,2025-04-04 08:36:48.000,347.0,27538.0,133775.0,https://anaconda.org/conda-forge/cupy,2025-04-22 14:57:15.532,6325680.0,https://hub.docker.com/r/cupy/cupy,2025-04-04 08:46:10.953731,13.0,82539.0,2.0,,,,,,,,,,,,,,,,,,,, +414,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-04-10 21:24:04.000000,2025-04-10 21:23:59,1631.0,1.0,818.0,137.0,1579.0,122.0,125.0,8205.0,Trax Deep Learning with Clear Code and Speed.,81.0,27,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,223.0,222.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,2391.0,2391.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-04-24 17:51:25.000000,2025-04-21 07:17:16,1074.0,7.0,943.0,140.0,771.0,137.0,358.0,7474.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,27,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,613.0,595.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,48748.0,49552.0,https://anaconda.org/conda-forge/dowhy,2025-04-22 14:57:26.807,43464.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +416,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,266.0,98.0,82.0,81.0,7369.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],316.0,308.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,48188.0,48188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,455.0,699.0,36.0,441.0,7360.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1900.0,1926.0,,,,,,,,2.0,2763.0,,,,,,,,,,,,,,,,,,, +418,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1359.0,349.0,14.0,42.0,66.0,6544.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1687.0,1679.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,41503.0,41503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2025-04-22 14:57:29.789000,2022-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5649.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,2048.0,1992.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1786511.0,1786874.0,https://anaconda.org/conda-forge/flashtext,2025-04-22 14:57:29.789,21100.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5552.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],831.0,825.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,523.0,523.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5110.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,950.0,938.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8880.0,8880.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2025-04-22 14:57:50.621000,2024-06-09 21:29:43,1062.0,,1067.0,248.0,218.0,53.0,204.0,5083.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,27,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,71.0,70.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1611.0,1710.0,https://anaconda.org/conda-forge/tensortrade,2025-04-22 14:57:50.621,4851.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,52.0,57.0,77.0,109.0,4852.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3567.0,3516.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,130149.0,156910.0,,,,,,,,3.0,1766250.0,,,,,,,,,,,,,,,,,,, +424,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,,627.0,145.0,801.0,157.0,356.0,4840.0,Deep Learning Visualization Toolkit.,36.0,27,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,133364.0,133372.0,,,,,,,,3.0,510.0,,,,,,,,,,,,,,,,,,, +425,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,754.0,59.0,1014.0,187.0,743.0,4525.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],230.0,226.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4307.0,4307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +426,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2025-05-01 22:27:09.000000,2025-05-01 22:27:09,558.0,1.0,749.0,176.0,90.0,1.0,289.0,4482.0,A python wrapper for Alpha Vantage API for financial data.,44.0,27,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,61622.0,61796.0,https://anaconda.org/conda-forge/alpha_vantage,2025-04-22 14:57:44.470,9083.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2025-04-22 14:57:18.376000,2023-04-27 20:08:56,632.0,,964.0,277.0,226.0,13.0,356.0,3874.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,79266.0,79702.0,https://anaconda.org/conda-forge/tensorflowonspark,2025-04-22 14:57:18.376,28399.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-05-14 18:23:54.000000,2024-12-20 21:19:02,1587.0,,357.0,68.0,1475.0,118.0,88.0,3547.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,27,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,49.0,46.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,4867.0,6923.0,https://anaconda.org/conda-forge/lit-nlp,2025-04-22 14:57:35.818,115165.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +429,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2025-04-22 14:57:50.627000,2023-06-20 03:14:12,435.0,,301.0,31.0,477.0,54.0,30.0,3113.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,166870.0,167159.0,https://anaconda.org/conda-forge/torch-optimizer,2025-04-22 14:57:50.627,14187.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2025-04-22 14:56:38.712000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3047.0,Unified and efficient Machine Learning.,248.0,27,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1762.0,https://anaconda.org/conda-forge/shogun,2025-04-22 14:56:38.712,164793.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1534.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +431,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-04-22 14:57:46.014000,2023-11-29 13:26:08,135.0,,281.0,53.0,24.0,45.0,97.0,3013.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,3096.0,3066.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,84077.0,84907.0,https://anaconda.org/conda-forge/sweetviz,2025-04-22 14:57:46.014,42357.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,3004.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],316.0,305.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3633.0,3633.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-04-22 14:57:06.322000,2024-08-12 14:54:41,1058.0,,411.0,122.0,146.0,198.0,247.0,2713.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,216818.0,220982.0,https://anaconda.org/conda-forge/pygal,2025-04-22 14:57:06.322,116602.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +434,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,260.0,27.0,1131.0,78.0,224.0,2671.0,Database system for AI-powered apps.,71.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],154.0,154.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1255.0,13650.0,,,,,,,,3.0,421437.0,,,,,,georgia-tech-db/evadb,,,,,,,,,,,,, +435,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-04-22 14:57:36.856000,2024-12-10 03:08:33,438.0,,852.0,90.0,294.0,200.0,104.0,2579.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,701.0,669.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,28784.0,29193.0,https://anaconda.org/conda-forge/aif360,2025-04-22 14:57:36.856,22921.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-04-22 14:57:50.670000,2025-04-01 15:23:00,509.0,2.0,322.0,67.0,133.0,23.0,111.0,2255.0,ffn - a financial function library for Python.,36.0,27,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,577.0,555.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,25214.0,25606.0,https://anaconda.org/conda-forge/ffn,2025-04-22 14:57:50.670,19217.0,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,, +437,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],401.0,395.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,10474.0,10474.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +438,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-05-06 07:05:47.000000,2025-05-06 07:05:46,595.0,12.0,183.0,55.0,481.0,82.0,106.0,2178.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,27,True,2025-04-20 10:27:23.000,1.1.11,28.0,hivemind,,,,,138.0,126.0,https://pypi.org/project/hivemind,2025-04-20 10:21:51.000,12.0,6013.0,6013.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2173.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,867.0,848.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,70450.0,70450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-04-22 15:32:32.084000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2087.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2727.0,2713.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,80786.0,84453.0,https://anaconda.org/anaconda/efficientnet,2025-04-22 15:32:32.084,632.0,,,,,3.0,263247.0,,,,,,,,,,,,,,,,,,, +441,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-05-15 04:43:20.000000,2025-05-15 00:01:43,6854.0,90.0,327.0,46.0,3223.0,179.0,1656.0,1959.0,cuGraph - RAPIDS Graph Analytics Library.,123.0,27,True,2025-04-15 13:55:11.000,25.04.01,44.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,330.0,937.0,https://anaconda.org/conda-forge/libcugraph,2025-04-22 14:57:50.593,29769.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2025-04-24 16:18:31.000000,2025-04-24 16:13:58,1655.0,3.0,161.0,59.0,69.0,67.0,130.0,1848.0,A Python toolbox for gaining geometric insights into high-dimensional data.,23.0,27,True,2025-04-24 16:18:31.000,0.8.1,22.0,hypertools,,,,,506.0,504.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,469.0,469.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +443,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-04-27 20:40:43.000000,2025-04-27 20:40:43,392.0,1.0,167.0,24.0,84.0,51.0,36.0,1815.0,A Python package for time series classification.,15.0,27,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,905.0,860.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,109880.0,110633.0,https://anaconda.org/conda-forge/pyts,2025-04-22 14:57:10.207,32406.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-04-22 14:57:59.344000,2024-06-10 12:07:33,223.0,,205.0,33.0,20.0,2.0,96.0,1806.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,27,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,880.0,869.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,16570.0,18460.0,https://anaconda.org/conda-forge/autoviz,2025-04-22 14:57:59.344,85065.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2025-04-22 14:57:28.627000,2023-08-12 06:34:27,161.0,,291.0,52.0,89.0,24.0,191.0,1683.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],727.0,708.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,12356.0,12520.0,https://anaconda.org/conda-forge/gplearn,2025-04-22 14:57:28.627,9702.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-04-22 14:57:27.368000,2025-04-20 07:21:04,1043.0,4.0,186.0,16.0,83.0,27.0,385.0,1639.0,PyTorch Extension Library of Optimized Scatter Operations.,33.0,27,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,48916.0,63196.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-04-22 14:57:27.368,842539.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2025-04-22 15:32:21.921000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1604.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,27,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,213.0,211.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,6463.0,6516.0,https://anaconda.org/anaconda/tabpy-client,2025-04-22 15:32:21.921,5171.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-05-04 13:31:32.000000,2025-05-04 13:31:32,865.0,2.0,278.0,80.0,494.0,61.0,210.0,1531.0,Underthesea - Vietnamese NLP Toolkit.,21.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1585.0,1570.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,28504.0,28589.0,,,,,,,,3.0,8167.0,,,,,,,,,,,,,,,,,,, +449,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2025-04-22 14:56:58.501000,2024-10-24 16:30:49,696.0,,172.0,21.0,129.0,13.0,131.0,1528.0,"Extensible, parallel implementations of t-SNE.",13.0,27,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1109.0,1062.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,39720.0,47319.0,https://anaconda.org/conda-forge/opentsne,2025-04-22 14:56:58.501,433156.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-05-13 21:13:04.000000,2025-04-04 12:26:14,3091.0,5.0,126.0,35.0,396.0,17.0,192.0,1475.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-04-04 14:07:34.000,4.3,47.0,pycm,,,,,426.0,402.0,https://pypi.org/project/pycm,2025-04-04 14:07:54.000,24.0,39151.0,39151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,231.0,42.0,261.0,68.0,214.0,1426.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,521.0,494.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3527.0,3527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,335.0,40.0,302.0,32.0,200.0,1333.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,569.0,547.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,56252.0,56252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-04-30 20:17:15.000000,2025-04-30 20:13:30,559.0,7.0,122.0,20.0,414.0,36.0,299.0,1331.0,Extra blocks for scikit-learn pipelines.,68.0,27,True,2025-04-30 20:17:15.000,0.9.5,56.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],193.0,180.0,https://pypi.org/project/scikit-lego,2025-04-30 20:12:58.000,13.0,29745.0,30870.0,https://anaconda.org/conda-forge/scikit-lego,2025-04-22 14:57:15.493,67543.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +454,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-03-31 13:51:06.000000,2025-01-03 19:07:34,348.0,,141.0,27.0,69.0,6.0,73.0,1311.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,27,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1856.0,1840.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,19365.0,19365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2025-04-11 14:13:23.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,69.0,57.0,206.0,1297.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,27,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],150.0,148.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1236.0,1241.0,,,,,,,,2.0,183.0,,,,,,,,,,,,,,,,,,, +456,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1270.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1883.0,1862.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,94396.0,94396.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +457,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-05-14 19:39:11.000000,2025-05-14 19:39:09,2739.0,60.0,100.0,21.0,1376.0,87.0,267.0,1211.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,27,False,2025-04-01 21:44:13.000,0.207.3,92.0,metricflow,,,,,38.0,34.0,https://pypi.org/project/metricflow,2025-04-01 21:31:37.000,4.0,41955.0,41955.0,,,,,,,,3.0,,,,,,,dbt-labs/metricflow,,,,,,,,,,,,, +458,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-05-15 06:11:00.000000,2025-02-19 14:28:48,2077.0,1.0,233.0,40.0,641.0,109.0,488.0,1159.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,27,False,2025-03-20 15:27:01.000,2.3.1,51.0,smac,conda-forge/smac,,,,53.0,,https://pypi.org/project/smac,2025-03-20 15:27:01.000,53.0,19290.0,19930.0,https://anaconda.org/conda-forge/smac,2025-04-22 14:57:48.900,32024.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +459,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-04-22 14:58:08.733000,2025-04-07 11:52:39,803.0,7.0,72.0,16.0,139.0,60.0,125.0,1111.0,Visualize large time series data with plotly.py.,14.0,27,True,2024-03-27 07:58:10.000,0.10.0,64.0,plotly-resampler,conda-forge/plotly-resampler,,,,1981.0,1950.0,https://pypi.org/project/plotly-resampler,2025-04-07 11:52:56.000,31.0,457453.0,460182.0,https://anaconda.org/conda-forge/plotly-resampler,2025-04-22 14:58:08.733,109178.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2025-04-22 14:57:37.199000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,997.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,696.0,662.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,22742.0,23431.0,https://anaconda.org/conda-forge/sentinelsat,2025-04-22 14:57:37.199,37753.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +461,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-05-15 13:23:10.000000,2025-04-22 13:01:22,16709.0,4.0,391.0,45.0,1670.0,317.0,3007.0,978.0,An open-source application for biological image analysis.,147.0,27,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,30.0,28.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1056.0,1120.0,,,,,,,,3.0,8704.0,,,,,,,,,,,,,,,,,,, +462,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,175.0,31.0,87.0,88.0,123.0,933.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2131.0,2106.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,89314.0,89314.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +463,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-04-22 14:56:20.679000,2025-02-25 03:39:37,1327.0,1.0,149.0,48.0,59.0,21.0,71.0,866.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1593.0,1530.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,24407.0,35028.0,https://anaconda.org/conda-forge/mahotas,2025-04-22 14:56:20.679,626681.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2025-04-22 14:58:02.377000,2021-02-11 16:40:18,279.0,,85.0,12.0,51.0,24.0,53.0,851.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,7239.0,7162.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,922579.0,922809.0,https://anaconda.org/conda-forge/pysbd,2025-04-22 14:58:02.377,9891.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +465,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-05-14 10:38:28.000000,2025-05-14 10:38:28,660.0,15.0,168.0,28.0,252.0,3.0,107.0,678.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],491.0,463.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,52201.0,52556.0,https://anaconda.org/conda-forge/pyriemann,2025-04-22 14:58:19.121,12456.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2025-05-06 13:09:20.000000,2023-08-23 17:20:54,1241.0,,160.0,17.0,717.0,42.0,208.0,519.0,A package built to support working with spatial data using open source python.,44.0,27,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,447.0,430.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,14335.0,15593.0,https://anaconda.org/conda-forge/earthpy,2025-04-22 14:57:03.644,91865.0,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +467,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2025-04-22 14:57:23.846000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,430.0,scikit-learn inspired API for CRFsuite.,6.0,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8613.0,8474.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,280042.0,280728.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2025-04-22 14:57:23.846,41884.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-04-22 14:57:37.742000,2025-04-16 10:38:56,558.0,13.0,40.0,4.0,18.0,5.0,67.0,366.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,16.0,27,True,2025-03-29 10:07:06.000,0.11.4,32.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1177.0,1104.0,https://pypi.org/project/scikit-posthocs,2025-03-29 10:07:06.000,73.0,95280.0,114032.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-04-22 14:57:37.742,1031372.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +469,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-04-22 14:58:08.339000,2025-03-04 14:59:10,239.0,34.0,546.0,78.0,40.0,63.0,34.0,11632.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,19.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,70.0,70.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,1240.0,1375.0,https://anaconda.org/conda-forge/prettymaps,2025-04-22 14:58:08.339,5433.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,,1905.0,209.0,78.0,121.0,41.0,11202.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,26,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,58611.0,58611.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,419.0,51.0,105.0,89.0,10729.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,26,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,23845.0,23845.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +472,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1255.0,187.0,213.0,32.0,534.0,9829.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,337.0,,,,,,,,3.0,17537.0,,,,,,,,,,,,,,,,,,, +473,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-05-13 18:48:35.000000,2025-05-07 19:37:02,531.0,7.0,457.0,63.0,99.0,37.0,94.0,5364.0,Finding duplicate images made easy!.,17.0,26,True,2025-05-13 18:48:36.000,03.3,13.0,imagededup,,,,['tensorflow'],215.0,189.0,https://pypi.org/project/imagededup,2025-05-13 18:20:29.000,26.0,29122.0,29122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,493.0,58.0,828.0,66.0,498.0,4084.0,NeuralProphet: A simple forecasting package.,55.0,26,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,85381.0,85381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-04-22 07:35:10.000000,2025-04-22 07:35:04,1700.0,6.0,708.0,45.0,35.0,7.0,602.0,3900.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,32.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1564.0,1564.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,,412.0,152.0,86.0,105.0,101.0,3435.0,A deep learning library for video understanding research.,58.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,60671.0,60671.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,141.0,240.0,43.0,635.0,3312.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],466.0,462.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,643.0,643.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +478,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2025-04-22 14:57:21.142000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,255.0,2877.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,26,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,772.0,751.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2003.0,2368.0,https://anaconda.org/conda-forge/neuralcoref,2025-04-22 14:57:21.142,22285.0,,,,,3.0,1193.0,,,,,,,,,,,,,,,,,,, +479,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-04-22 14:57:16.064000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2807.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1379.0,1374.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,50555.0,55214.0,https://anaconda.org/conda-forge/knockknock,2025-04-22 14:57:16.064,18636.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2776.0,Learning to Rank in TensorFlow.,36.0,26,False,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,97564.0,97564.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2025-04-22 14:58:07.520000,2023-07-23 14:42:27,191.0,,501.0,37.0,252.0,52.0,305.0,2766.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,50504.0,50762.0,https://anaconda.org/conda-forge/pytorch-tabnet,2025-04-22 14:58:07.520,10582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +482,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1183.0,35.0,60.0,2747.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,6555.0,6566.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +483,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,721.0,167.0,94.0,136.0,358.0,2524.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,31.0,29.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,594.0,594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-05-09 00:02:56.000000,2025-03-05 13:26:44,670.0,2.0,253.0,53.0,681.0,151.0,225.0,2500.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,810.0,785.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,17192.0,17192.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +485,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,70.0,2337.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1513.0,1464.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,40281.0,40281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-04-10 09:30:35.000000,2025-04-10 09:30:30,2362.0,20.0,138.0,27.0,279.0,6.0,44.0,2158.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,238.0,224.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,3844.0,3844.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,312.0,27.0,381.0,62.0,155.0,1582.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],66.0,65.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,2537.0,2537.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +488,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,302.0,72.0,742.0,58.0,168.0,1484.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,26,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,425.0,423.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1080.0,1080.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2025-04-22 15:32:32.089000,2023-11-06 15:20:05,206.0,,334.0,47.0,44.0,100.0,117.0,1451.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,26,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],712.0,704.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,17957.0,53504.0,https://anaconda.org/anaconda/keras-ocr,2025-04-22 15:32:32.089,397.0,,,,,3.0,1990251.0,,,,,,,,,,,,,,,,,,, +490,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-04-22 14:57:23.763000,2024-08-03 19:34:12,297.0,,231.0,44.0,186.0,53.0,122.0,1417.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],485.0,478.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5222.0,5496.0,https://anaconda.org/conda-forge/metric-learn,2025-04-22 14:57:23.763,15926.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,,300.0,54.0,67.0,15.0,113.0,1369.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,26,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1255.0,1243.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,13357.0,13357.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-05-08 14:48:31.000000,2025-05-08 14:39:59,214.0,4.0,91.0,32.0,118.0,8.0,19.0,1317.0,A library of reinforcement learning building blocks in JAX.,22.0,26,True,2025-05-08 14:48:31.000,0.1.7,11.0,rlax,,,,['jax'],359.0,337.0,https://pypi.org/project/rlax,2025-05-08 14:48:31.000,22.0,15575.0,15575.0,,,,,,,,2.0,,,,,,,google-deepmind/rlax,,,,,,,,,,,,, +493,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-04-28 22:43:32.000000,2025-04-28 22:43:30,1532.0,2.0,280.0,64.0,111.0,38.0,59.0,1264.0,Model analysis tools for TensorFlow.,59.0,26,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,74249.0,74249.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +494,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1258.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,26,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],578.0,574.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,6360.0,6360.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,97.0,20.0,149.0,36.0,94.0,670.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],100.0,93.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,618803.0,618803.0,,,,,,,,3.0,57.0,,,,,,mrpowers-io/quinn,,,,,,,,,,,,, +496,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-05-15 10:07:31.000000,2025-04-14 08:01:54,1318.0,44.0,1890.0,161.0,680.0,20.0,823.0,20127.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",105.0,25,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,,, +497,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,297.0,302.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,, +498,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,180.0,328.0,337.0,294.0,5810.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,153.0,153.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,633.0,676.0,,,,,,,,2.0,3887.0,,,,,,,,,,,,,,,,,,, +499,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-04-24 02:53:53.000000,2025-04-24 02:51:21,1108.0,8.0,924.0,110.0,676.0,146.0,543.0,5562.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],23.0,22.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,482.0,482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,49.0,34.0,68.0,113.0,5513.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],283.0,268.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,5911.0,5911.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-05-14 09:36:49.000000,2025-05-14 09:36:49,3891.0,93.0,638.0,91.0,4268.0,249.0,1435.0,5396.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,99.0,25,True,2025-04-29 14:58:10.000,1.49.0,90.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,656.0,156.0,130.0,85.0,101.0,4694.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],817.0,811.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,715.0,715.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3929.0,Snips Python library to extract meaning from text.,22.0,25,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1273.0,1273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2025-04-22 14:56:57.373000,2024-10-16 14:45:12,235.0,,324.0,88.0,103.0,51.0,32.0,3587.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,91.0,82.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1433.0,1912.0,https://anaconda.org/conda-forge/chartify,2025-04-22 14:56:57.373,37369.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3585.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,438.0,438.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +506,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-05-13 10:18:23.000000,2025-03-26 13:39:31,2997.0,74.0,1256.0,127.0,1194.0,50.0,89.0,3429.0,a distributed deep learning platform.,97.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,6.0,6.0,,,,,84.0,https://anaconda.org/nusdbsystem/singa,2025-03-25 16:26:36.714,1009.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,9036.0,3.0,,,,,,,,,,,,,,,,,,,, +507,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3092.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,25,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,173.0,161.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1628.0,1684.0,,,,,,,,3.0,4849.0,,,,,,,,,,,,,,,,,,, +508,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2025-04-22 14:57:27.526000,2024-09-23 16:30:23,472.0,,343.0,65.0,319.0,50.0,124.0,3021.0,DDSP: Differentiable Digital Signal Processing.,32.0,25,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],67.0,66.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,4079.0,4450.0,https://anaconda.org/conda-forge/ddsp,2025-04-22 14:57:27.526,21926.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,48.0,483.0,57.0,70.0,2875.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,331.0,328.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,19461.0,19462.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +510,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2025-04-22 14:57:21.906000,2023-07-19 07:40:10,212.0,,146.0,27.0,200.0,20.0,73.0,2793.0,HiPlot makes understanding high dimensional data easy.,9.0,25,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,529.0,503.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,45293.0,49041.0,https://anaconda.org/conda-forge/hiplot,2025-04-22 14:57:21.906,236165.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-05-12 09:50:37.000000,2025-02-03 12:43:27,770.0,,366.0,77.0,582.0,144.0,95.0,2769.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,25,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,34195.0,34195.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2559.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",87.0,25,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],22.0,,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,41119.0,41119.0,,,,,,,,3.0,,,,,,,,,-3.0,,,,,,,,,,, +513,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2403.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,1036.0,982.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,30925.0,30925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2025-04-29 22:00:38.000000,2025-04-29 22:00:33,390.0,1.0,291.0,53.0,14.0,23.0,80.0,2301.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,670.0,665.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,9477.0,10684.0,https://anaconda.org/conda-forge/scattertext,2025-04-22 14:56:39.793,112335.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,93.0,39.0,59.0,13.0,79.0,2226.0,The friendly PIL fork.,433.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,21806.0,21806.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2212.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,25,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,823.0,823.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +517,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,242.0,69.0,21.0,93.0,66.0,2125.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,288.0,284.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,185553.0,185553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2025-04-22 14:57:44.390000,2023-09-26 17:27:56,255.0,,204.0,26.0,65.0,11.0,83.0,2034.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],386.0,378.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1168.0,1348.0,https://anaconda.org/conda-forge/checklist,2025-04-22 14:57:44.390,9385.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,55.0,1313.0,235.0,810.0,1975.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],126.0,122.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,786.0,786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-04-22 14:57:33.475000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,249917.0,251181.0,https://anaconda.org/conda-forge/feature_engine,2025-04-22 14:57:33.475,72058.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-04-23 20:16:27.000000,2025-04-23 20:16:22,897.0,4.0,446.0,58.0,371.0,117.0,93.0,1961.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,19289.0,19291.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +522,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-05-12 23:58:09.000000,2025-05-12 23:55:04,1083.0,29.0,282.0,42.0,930.0,85.0,66.0,1695.0,A lightweight library for PyTorch training tools and utilities.,146.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5703.0,5703.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,12.0,390.0,1635.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,False,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],215.0,207.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1168.0,1168.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +524,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2025-04-22 14:57:10.644000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1574.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,34203.0,34454.0,https://anaconda.org/conda-forge/elephas,2025-04-22 14:57:10.644,17341.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1570.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],302.0,298.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,194814.0,194814.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +526,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,,395.0,37.0,2289.0,86.0,235.0,1531.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,8581.0,8581.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,3.0,122.0,22.0,117.0,37.0,58.0,1457.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,25,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,126.0,117.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,39724.0,39724.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1378.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],48.0,48.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,291.0,291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2025-04-22 14:56:50.341000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,92.0,1273.0,Implementation of the node2vec algorithm.,16.0,25,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,936.0,905.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,24721.0,25137.0,https://anaconda.org/conda-forge/node2vec,2025-04-22 14:56:50.341,35027.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +530,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1224.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,25,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,1595.0,1595.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +531,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,121.0,11.0,25.0,29.0,16.0,1183.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,8646.0,8174.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,504001.0,504001.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-04-22 14:57:27.344000,2025-04-10 19:34:53,738.0,3.0,153.0,14.0,113.0,30.0,263.0,1059.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,47.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,33239.0,46664.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-04-22 14:57:27.344,792080.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +533,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-04-30 06:47:49.000000,2025-04-30 06:47:47,948.0,2.0,215.0,56.0,106.0,39.0,180.0,986.0,Input pipeline framework.,29.0,25,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,218892.0,218892.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,942.0,Gaussian Process Optimization using GPy.,51.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,621.0,584.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5304.0,5304.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +535,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-04-22 14:57:27.288000,2025-04-20 07:22:22,610.0,3.0,152.0,13.0,72.0,32.0,151.0,869.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,39.0,25,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,19027.0,25022.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-04-22 14:57:27.288,359731.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +536,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-05-12 19:54:01.000000,2025-05-12 19:53:59,988.0,6.0,175.0,47.0,92.0,39.0,147.0,769.0,Library for exploring and validating machine learning data.,27.0,25,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,136385.0,136397.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +537,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-04-22 14:56:22.353000,2024-06-12 05:36:27,401.0,,156.0,16.0,74.0,35.0,110.0,763.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,255.0,223.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,18161.0,20165.0,https://anaconda.org/conda-forge/python-ternary,2025-04-22 14:56:22.353,102206.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +538,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-05-14 12:59:48.000000,2025-05-01 14:04:52,928.0,13.0,88.0,11.0,797.0,64.0,502.0,668.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,68.0,61.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1373.0,1373.0,,,,,,,,2.0,,,,,,,aimclub/FEDOT,,,,,,,,,,,,, +539,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-04-22 14:56:24.321000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,522.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5608.0,5505.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2218696.0,2242409.0,https://anaconda.org/conda-forge/findspark,2025-04-22 14:56:24.321,948541.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-04-29 06:34:58.000000,2025-04-29 06:34:58,610.0,15.0,62.0,38.0,373.0,32.0,67.0,320.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,93.0,85.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,4807.0,4807.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,3.0,303.0,78.0,184.0,24.0,56.0,5006.0,"A data augmentations library for audio, image, text, and video.",38.0,24,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,185.0,181.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2746.0,2746.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4938.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1183.0,1167.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,752.0,763.0,,,,,,,,3.0,990.0,,,,,,,,,,,,,,,,,,, +543,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,88.0,65.0,271.0,270.0,4841.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,27476.0,27476.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,458.0,44.0,57.0,95.0,175.0,4584.0,An Open-Source Framework for Prompt-Learning.,24.0,24,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,177.0,174.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,693.0,693.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4543.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,213.0,213.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,565.0,565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4267.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,3874.0,3874.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4040.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,24,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],135.0,,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,192052.0,192052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2025-04-22 15:32:21.452000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3877.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,24,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,212.0,236.0,https://anaconda.org/anaconda/neon,2025-04-22 15:32:21.452,2193.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +549,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3854.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],19.0,19.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,96.0,96.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,528.0,170.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,297.0,297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-04-22 14:57:48.691000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3438.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,24,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,6349.0,7530.0,https://anaconda.org/conda-forge/hummingbird-ml,2025-04-22 14:57:48.691,58372.0,,,,,3.0,840.0,,,,,,,,,,,,,,,,,,, +552,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,,820.0,61.0,645.0,129.0,415.0,3366.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],136.0,135.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1082.0,1082.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2025-04-22 14:57:45.598000,2023-12-07 20:40:17,720.0,,235.0,52.0,36.0,75.0,126.0,3229.0,A GUI for Pandas DataFrames.,14.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],516.0,502.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5767.0,6425.0,https://anaconda.org/conda-forge/pandasgui,2025-04-22 14:57:45.598,34254.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2989.0,Neural network visualization toolkit for keras.,10.0,24,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3049.0,3048.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,834.0,834.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,36.0,694.0,43.0,151.0,2849.0,"Toolkit for creating, sharing and using natural language prompts.",64.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,125.0,121.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,289.0,289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,91.0,2158.0,215.0,982.0,2729.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,25777.0,25777.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,433.0,64.0,123.0,32.0,350.0,2389.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],75.0,73.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,160.0,160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,259.0,50.0,98.0,25.0,116.0,2317.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",156.0,152.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3235.0,3235.0,,,,,,,,3.0,,,,,,,mckinsey/causalnex,,,,,,,,,,,,, +559,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2025-04-22 14:57:32.844000,2024-07-17 19:00:21,2319.0,,247.0,38.0,40.0,10.0,115.0,2225.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,328.0,315.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5100.0,5651.0,https://anaconda.org/conda-forge/karateclub,2025-04-22 14:57:32.844,32002.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,250.0,54.0,56.0,19.0,50.0,2219.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],805.0,786.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,6817.0,6817.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,688.0,87.0,48.0,24.0,64.0,2188.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,640.0,628.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,10971.0,10971.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,251.0,41.0,34.0,51.0,90.0,2028.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,24,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],203.0,203.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,7453.0,7453.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,136.0,34.0,448.0,50.0,354.0,1967.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,73.0,72.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,21766.0,21766.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,,288.0,49.0,329.0,269.0,184.0,1941.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,250678.0,250678.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2025-04-22 14:56:57.136000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1903.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],526.0,504.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1206.0,2712.0,https://anaconda.org/conda-forge/multicore-tsne,2025-04-22 14:56:57.136,73841.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2025-04-22 14:57:51.423000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1751.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,24,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1428.0,1525.0,https://anaconda.org/conda-forge/farm,2025-04-22 14:57:51.423,4756.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2025-04-22 14:56:24.858000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1749.0,"Large-scale linear classification, regression and ranking in Python.",17.0,24,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],176.0,170.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,6637.0,9161.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2025-04-22 14:56:24.858,265885.0,,,,,3.0,756.0,,,,,,,,,,,,,,,,,,, +568,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2025-04-23 13:04:26.000000,2025-04-23 13:04:26,461.0,1.0,239.0,49.0,51.0,24.0,92.0,1652.0,Contextually-keyed word vectors.,20.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,479.0,466.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,1909.0,4067.0,https://anaconda.org/conda-forge/sense2vec,2025-04-22 14:57:12.924,60421.0,,,,,3.0,71908.0,,,,,,,,,,,,,,,,,,, +569,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1646.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,2790.0,2790.0,,,,,,,,3.0,73.0,,,,,,,,,,,,,,,,,,, +570,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,126.0,27.0,31.0,63.0,50.0,1618.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],671.0,664.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,66394.0,66394.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,8.0,122.0,27.0,75.0,4.0,29.0,1543.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,24,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,12884.0,12886.0,,,,,,,,3.0,153.0,,,,,,,,,,,,,,,,,,, +572,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-04-23 21:07:57.000000,2025-04-23 21:07:55,161.0,2.0,167.0,105.0,192.0,39.0,25.0,1522.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,1735.0,1735.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-05-12 20:51:17.000000,2025-04-19 05:05:49,592.0,8.0,151.0,18.0,351.0,11.0,157.0,1508.0,A standard framework for modelling Deep Learning Models for tabular data.,27.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,13897.0,13898.0,,,,,,,,2.0,54.0,,,,,,,,,,,,,,,,,,, +574,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1336.0,A Toolbox for Adversarial Robustness Research.,21.0,24,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],206.0,201.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,1580.0,1580.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-04-30 20:42:58.000000,2025-04-30 20:42:57,226.0,10.0,120.0,35.0,36.0,23.0,122.0,1303.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,19.0,24,True,2025-04-24 01:36:06.000,2.3.15,99.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,2305.0,2305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1300.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],72.0,72.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1307.0,1307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,223.0,71.0,415.0,65.0,147.0,1189.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,183.0,178.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,329.0,329.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-04-07 02:04:56.000000,2025-04-07 02:04:56,417.0,5.0,186.0,31.0,76.0,3.0,86.0,1056.0,Layers Outputs and Gradients in Keras. Made easy.,17.0,24,True,2022-09-25 14:40:40.377,4.5.1,40.0,keract,,,,['tensorflow'],261.0,254.0,https://pypi.org/project/keract,2025-04-07 02:03:50.000,7.0,4134.0,4134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-04-07 20:28:23.000000,2025-03-07 11:33:25,264.0,1.0,125.0,11.0,59.0,37.0,30.0,1042.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,930.0,900.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,66632.0,88239.0,,,,,,,,3.0,1166831.0,,,,,,,,,,,,,,,,,,, +580,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,,191.0,46.0,61.0,1.0,68.0,1003.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],515.0,512.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5267.0,5267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,181.0,47.0,116.0,61.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,347.0,324.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,689.0,689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2025-04-22 14:57:59.940000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,966.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,24,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,838.0,810.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,84151.0,86317.0,https://anaconda.org/conda-forge/youtokentome,2025-04-22 14:57:59.940,95305.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,737.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,190.0,186.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3841.0,3841.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2025-05-13 22:48:38.000000,2025-03-25 10:51:37,923.0,2.0,120.0,42.0,119.0,51.0,48.0,716.0,Bias Auditing & Fair ML Toolkit.,23.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,198.0,190.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,19287.0,19287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,,137.0,141.0,92.0,42.0,67.0,676.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],252.0,240.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,10452.0,10452.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2025-04-22 14:56:29.169000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,622.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,384249.0,393421.0,https://anaconda.org/conda-forge/whoosh,2025-04-22 14:56:29.169,440300.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-04-22 14:58:06.094000,2024-12-27 14:53:55,3774.0,,67.0,44.0,361.0,19.0,399.0,555.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],52.0,50.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,1022.0,1535.0,https://anaconda.org/conda-forge/skll,2025-04-22 14:58:06.094,21548.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +588,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-05-15 11:09:32.000000,2025-05-15 10:57:40,5701.0,12.0,94.0,17.0,801.0,10.0,446.0,466.0,Lightwood is Legos for Machine Learning.,50.0,24,False,2025-05-15 10:58:18.000,25.5.2.2,213.0,lightwood,,,,['pytorch'],86.0,84.0,https://pypi.org/project/lightwood,2025-05-15 11:09:32.000,2.0,7773.0,7773.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-04-22 14:57:22.480000,2025-01-08 06:03:58,776.0,,87.0,11.0,32.0,9.0,51.0,414.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,24,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,552.0,508.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,340320.0,342141.0,https://anaconda.org/conda-forge/pymap3d,2025-04-22 14:57:22.480,102012.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2025-04-22 14:56:38.480000,2024-12-24 16:12:08,6798.0,,145.0,34.0,414.0,37.0,141.0,390.0,Neuroimaging in Python FMRI analysis package.,71.0,24,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,269.0,245.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,2760.0,18016.0,https://anaconda.org/conda-forge/nipy,2025-04-22 14:56:38.480,152560.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2025-04-22 14:57:57.911000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,10.0,80.0,378.0,Multiple Imputation with LightGBM in Python.,8.0,24,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,242.0,233.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,90993.0,91405.0,https://anaconda.org/conda-forge/miceforest,2025-04-22 14:57:57.911,18960.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +592,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-05-12 16:22:58.000000,2025-03-30 13:15:01,1086.0,19.0,9.0,3.0,263.0,16.0,39.0,230.0,Beautiful ridgeline plots in Python.,4.0,24,False,2025-03-30 13:17:50.000,0.3.2,30.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,258.0,252.0,https://pypi.org/project/ridgeplot,2025-03-30 13:16:54.000,6.0,22073.0,22073.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +593,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2025-04-22 14:57:58.207000,,,,4027.0,,,151.0,,26115.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,23,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,11242.0,11324.0,https://anaconda.org/conda-forge/deepspeech,2025-04-22 14:57:58.207,3811.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6553.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-04-28 17:33:03.000000,2025-04-28 17:32:57,601.0,2.0,762.0,108.0,592.0,107.0,345.0,6354.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,61.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,43686.0,43686.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1557.0,135.0,3625.0,78.0,1997.0,5889.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-19 03:20:10.000000,2025-04-19 03:20:09,1676.0,17.0,842.0,142.0,1627.0,396.0,404.0,5126.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-01-09 23:46:37.000,1.0.9,63.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4360.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,23,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,1528.0,1528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3412.0,Generate embeddings from large-scale graph-structured data.,32.0,23,False,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,213208.0,213211.0,,,,,,,,3.0,221.0,,,,,,,,,,,,,,,,,,, +600,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,669.0,3365.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,23,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,7709.0,7775.0,,,,,,,,3.0,2734.0,,,,,,,,,,,,,,,,,,, +601,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,332.0,52.0,414.0,82.0,106.0,3282.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,False,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,80.0,112.0,180.0,2929.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,70.0,69.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,744.0,744.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-05-06 09:45:18.000000,2025-05-06 09:45:18,560.0,2.0,237.0,39.0,141.0,64.0,127.0,2491.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,32.0,23,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,15008.0,15008.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-03-19 09:46:20.000000,2025-03-19 09:46:19,1297.0,4.0,158.0,32.0,192.0,75.0,153.0,2205.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",32.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,378.0,389.0,,,,,,,,3.0,644.0,,,,,,,,,,,,,,,,,,, +605,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,297.0,42.0,801.0,72.0,485.0,1666.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,7.0,7.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2025-04-22 14:57:19.815000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1603.0,An end-to-end PyTorch framework for image and video classification.,77.0,23,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,965.0,1459.0,https://anaconda.org/conda-forge/classy_vision,2025-04-22 14:57:19.815,31676.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2025-04-22 14:58:03.890000,2022-08-31 13:13:15,103.0,,95.0,36.0,17.0,12.0,27.0,1428.0,A Graph Neural Network Library in Jax.,17.0,23,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],331.0,309.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,33985.0,34202.0,https://anaconda.org/conda-forge/jraph,2025-04-22 14:58:03.890,9340.0,,,,,3.0,,,,,,,google-deepmind/jraph,,,,,,,,,,,,, +608,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2025-04-22 14:57:22.632000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1154.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,23,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,344230.0,344393.0,https://anaconda.org/conda-forge/adtk,2025-04-22 14:57:22.632,10134.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2025-04-22 14:56:39.232000,2024-01-04 20:41:21,582.0,,296.0,95.0,123.0,62.0,98.0,1088.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1441.0,2800.0,https://anaconda.org/conda-forge/astroml,2025-04-22 14:56:39.232,54364.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-04-03 16:04:43.000000,2025-04-03 16:04:42,2223.0,53.0,36.0,8.0,1769.0,9.0,42.0,1033.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,23,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,21161.0,21163.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +611,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2025-04-22 14:57:28.709000,2024-02-01 21:38:56,330.0,,175.0,30.0,113.0,91.0,56.0,947.0,Source code/webpage/demos for the What-If Tool.,20.0,23,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,11151.0,52265.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2025-04-22 14:57:28.709,2412321.0,,,,,3.0,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,228.0,,,,,,,,,,,,,, +612,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2025-04-29 19:09:51.000000,2025-04-29 19:09:48,5779.0,2.0,88.0,13.0,77.0,222.0,218.0,881.0,"Experiment tracking, ML developer tools.",30.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,3080.0,3080.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +613,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2025-04-22 14:56:37.375000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,17.0,23,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,5645.0,10029.0,https://anaconda.org/conda-forge/gmaps,2025-04-22 14:56:37.375,371442.0,,,,,3.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,515.0,,,,,,,,,,,,,, +614,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-04-22 14:57:37.117000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,758.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],711.0,703.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,102114.0,102287.0,https://anaconda.org/conda-forge/treeinterpreter,2025-04-22 14:57:37.117,9542.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2025-04-22 14:56:30.745000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,725.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],410.0,372.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,10151.0,13308.0,https://anaconda.org/conda-forge/biopandas,2025-04-22 14:56:30.745,179979.0,,,,,3.0,,,,,,,BioPandas/biopandas,,,,,,,,,,,,, +616,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2025-04-22 14:57:52.809000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,692.0,Python package for stacking (machine learning technique).,1.0,23,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,573.0,568.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,8597.0,8652.0,https://anaconda.org/conda-forge/vecstack,2025-04-22 14:57:52.809,2685.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-04-22 14:57:41.674000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,552.0,527.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,46085.0,46483.0,https://anaconda.org/conda-forge/hpbandster,2025-04-22 14:57:41.674,21128.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2025-04-22 14:57:56.027000,2024-07-23 14:46:53,413.0,,141.0,20.0,49.0,2.0,87.0,598.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2818.0,2759.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,59.0,25275.0,27653.0,https://anaconda.org/conda-forge/medpy,2025-04-22 14:57:56.027,111795.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-05-05 16:32:05.000000,2025-05-05 16:32:05,2426.0,14.0,48.0,10.0,31.0,16.0,65.0,519.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,13.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,51.0,38.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2623.0,2627.0,,,,,,,,3.0,307.0,,,,,,,,,,,,,,,,,,, +620,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,10.0,437.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2922.0,2878.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,481042.0,481042.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,13.0,716.0,217.0,203.0,294.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,129.0,121.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1276.0,1276.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2025-04-22 14:57:20.104000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,246.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,23,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1515.0,1458.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,110873.0,112797.0,https://anaconda.org/conda-forge/py3nvml,2025-04-22 14:57:20.104,105861.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1722.0,157.0,58.0,46.0,12.0,11886.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],102.0,99.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1514.0,1514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1363.0,129.0,987.0,8034.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,666.0,666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-04-22 14:58:01.732000,,,,1081.0,,,107.0,,5546.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,40.0,22,True,,,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],142.0,,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,192492.0,193118.0,https://anaconda.org/conda-forge/pandas-ta,2025-04-22 14:58:01.732,26947.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,221.0,5181.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1566.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144163.0,3.0,,,,,,,,,,,,,,,,,,,, +627,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3680.0,A high performance and generic framework for distributed DNN training.,21.0,22,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,4.0,4.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,142.0,161.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1368.0,3.0,,,,,,,,,,,,,,,,,,,, +628,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3406.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1670.0,1679.0,,,,,,,,3.0,666.0,,,,,,,,,,,,,,,,,,, +629,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,201.0,9.0,4.0,16.0,3138.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],175.0,173.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2042.0,2042.0,,,,,,,,3.0,,,,,,,google-deepmind/trfl,,,,,,,,,,,,, +630,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-04-24 16:11:42.000000,2021-05-06 12:10:38,127.0,,158.0,45.0,75.0,2.0,31.0,3119.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,301.0,363.0,https://anaconda.org/conda-forge/opyrator,2025-04-22 14:58:08.330,2510.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2941.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,351.0,351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,43.0,110.0,80.0,64.0,2904.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2055.0,2058.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +633,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,2379.0,2379.0,,,,,,,,3.0,,,,,,,intel/analytics-zoo,,,,,,,,,,,,, +634,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2409.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,721.0,862.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,, +635,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2389.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],32.0,30.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,101.0,101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,295.0,63.0,78.0,65.0,68.0,2098.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2352.0,2352.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2025-04-22 14:58:08.015000,2024-08-15 19:08:06,312.0,,168.0,24.0,34.0,33.0,31.0,2032.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],34.0,33.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,801.0,967.0,https://anaconda.org/conda-forge/ecco,2025-04-22 14:58:08.015,6733.0,,,,,3.0,140.0,,,,,,,,,,,,,,,,,,, +638,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,2.0,107.0,39.0,34.0,12.0,100.0,1840.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,44.0,44.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,8736.0,8736.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +639,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,255.0,43.0,15.0,57.0,35.0,1827.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",382.0,371.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,5672.0,5672.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,2.0,305.0,56.0,120.0,54.0,32.0,1690.0,Interpretability and explainability of data and machine learning models.,42.0,22,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,149.0,148.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1041.0,1041.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,200.0,28.0,424.0,11.0,163.0,1681.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,239.0,239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,202.0,36.0,7.0,15.0,33.0,1674.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,22,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],84.0,78.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,8814.0,8814.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1607.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,48910.0,48910.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,55.0,55.0,82.0,149.0,1598.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,False,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1383.0,1412.0,,,,,,,,3.0,2964.0,,,,,,,,,,,,,,,,,,, +645,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,33.0,88.0,17.0,33.0,1541.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,476.0,476.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,88.0,122.0,33.0,47.0,1228.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,125.0,124.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,366.0,366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1215.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,2192.0,2192.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +648,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,215.0,64.0,29.0,31.0,12.0,1210.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,86.0,84.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,8302.0,8302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-05-12 16:17:05.000000,2025-05-12 16:17:04,479.0,1.0,212.0,52.0,96.0,61.0,219.0,1135.0,Line based ATR Engine based on OCRopy.,22.0,22,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,3747.0,3747.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,93.0,19.0,74.0,18.0,45.0,1066.0,Audio processing by using pytorch 1D convolution network.,15.0,22,False,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,364.0,360.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,45116.0,45116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2025-04-22 14:57:53.193000,2019-05-06 07:06:50,159.0,,169.0,56.0,14.0,30.0,19.0,1034.0,python toolbox for visualizing geographical data and making maps.,8.0,22,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,192.0,190.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,410.0,621.0,https://anaconda.org/conda-forge/geoplotlib,2025-04-22 14:57:53.193,10158.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,110.0,48.0,99.0,47.0,51.0,1026.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],299.0,288.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3899.0,3899.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,24.0,58.0,12.0,27.0,972.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,False,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],148.0,140.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,10401.0,10401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,930.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2521.0,2512.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2278.0,2278.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +655,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2025-04-22 14:57:44.821000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,897.0,Bayesian active learning library for research and industrial usecases.,23.0,22,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1568.0,1812.0,https://anaconda.org/conda-forge/baal,2025-04-22 14:57:44.821,12703.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,884.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,22,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],731.0,719.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,6375.0,6375.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,857.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3454.0,3454.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,855.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,522.0,521.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2615.0,2615.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-05-05 04:02:31.000000,2025-05-05 04:02:30,1019.0,4.0,218.0,21.0,891.0,139.0,407.0,712.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,22,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1524.0,4044.0,,,,,,,,3.0,115964.0,,,,,,,,,,,,,,,,,,, +660,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-04-22 15:32:21.072000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,701.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],535.0,525.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,16522.0,16553.0,https://anaconda.org/anaconda/pivottablejs,2025-04-22 15:32:21.072,3526.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,640.0,torchbearer: A model fitting library for PyTorch.,14.0,22,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],101.0,97.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1317.0,1317.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,100.0,25.0,33.0,35.0,6.0,636.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],436.0,428.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,81137.0,81137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-04-22 14:57:54.494000,2022-02-09 16:35:40,142.0,,100.0,22.0,26.0,45.0,62.0,619.0,Build fully-functioning computer vision models with PyTorch.,12.0,22,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],197.0,195.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1291.0,1434.0,https://anaconda.org/conda-forge/detecto,2025-04-22 14:57:54.494,6730.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2025-03-24 16:48:44.000000,2025-03-24 16:48:44,253.0,2.0,133.0,21.0,21.0,8.0,31.0,613.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,16.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],188.0,183.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,13265.0,13265.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2025-05-04 03:47:16.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,217.0,49.0,316.0,611.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,22,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,69.0,68.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,457.0,457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-04-22 14:56:58.537000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,596.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,533.0,527.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,14683.0,14974.0,https://anaconda.org/conda-forge/pywaffle,2025-04-22 14:56:58.537,16034.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-04-22 14:57:03.596000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,589.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,551.0,542.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13557.0,14154.0,https://anaconda.org/conda-forge/joypy,2025-04-22 14:57:03.596,31670.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2025-04-22 04:13:27.000000,2025-03-22 19:05:46,1220.0,2.0,68.0,6.0,217.0,21.0,109.0,534.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],332.0,327.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3577.0,3577.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,507.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,208.0,192.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,11360.0,11360.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +670,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-05-15 12:51:33.000000,2025-05-01 13:47:45,3182.0,106.0,66.0,9.0,279.0,11.0,117.0,459.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,22,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-05-15 14:36:18.000000,2025-03-20 13:37:01,1623.0,140.0,32.0,7.0,120.0,15.0,36.0,388.0,Open-source framework for uncertainty and deep learning models in PyTorch.,12.0,22,True,2025-03-19 14:01:38.000,0.4.3,21.0,torch-uncertainty,,,,['pytorch'],4.0,,https://pypi.org/project/torch-uncertainty,2025-03-20 13:18:17.000,4.0,906.0,906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2025-03-24 21:18:50.000000,2025-03-24 21:11:36,170.0,2.0,49.0,16.0,2.0,12.0,3.0,386.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2025-03-24 21:18:50.000,0.1.4,15.0,suod,,,,,560.0,551.0,https://pypi.org/project/suod,2025-03-24 21:18:50.000,9.0,13199.0,13199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,2913.0,2913.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-04-22 14:56:23.980000,2025-01-01 01:30:41,688.0,,65.0,27.0,510.0,15.0,91.0,380.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,18073.0,30324.0,https://anaconda.org/conda-forge/vega,2025-04-22 14:56:23.980,735077.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-05-15 14:36:27.000000,2025-05-15 14:36:18,882.0,47.0,25.0,6.0,325.0,4.0,,331.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,22,True,2025-05-07 11:08:49.000,1.2.86,1056.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-05-15 10:29:09.000,,18693.0,18693.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2025-04-23 14:14:50.000000,2025-04-23 13:57:29,268.0,3.0,34.0,9.0,204.0,22.0,77.0,225.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",14.0,22,False,2025-04-04 14:57:26.000,0.7.4,16.0,celer,,,,['sklearn'],55.0,50.0,https://pypi.org/project/celer,2025-04-04 14:57:26.000,5.0,2350.0,2350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2562.0,2518.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,114489.0,114489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2472.0,149.0,89.0,255.0,286.0,14342.0,End-to-End Object Detection with Transformers.,27.0,21,False,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,633.0,91.0,150.0,100.0,102.0,8372.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,1089.0,1089.0,,,,,,,,3.0,,,,,,,nebuly-ai/optimate,,,,,,,,,,,,, +680,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,92.0,52.0,416.0,292.0,6936.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,30.0,30.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,222.0,25.0,8.0,122.0,5384.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,953.0,953.0,,,,,,,,3.0,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,, +682,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,227.0,111.0,57.0,622.0,5010.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +683,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-03-21 14:29:57.000000,2025-03-21 14:29:54,960.0,1.0,604.0,172.0,48.0,35.0,28.0,4858.0,High-performance TensorFlow library for quantitative finance.,48.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,550.0,550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,755.0,103.0,35.0,107.0,113.0,4740.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,6435.0,6438.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,279.0,3.0,,,,,,,,,,,,,,,,,,,, +685,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,2.0,514.0,146.0,609.0,86.0,75.0,3622.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,21,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,64.0,55.0,6.0,44.0,3116.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,640.0,640.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +687,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2915.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],231.0,228.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,2040.0,2040.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,60.0,33.0,62.0,96.0,2341.0,Fast and Easy Infinite Neural Networks in Python.,30.0,21,False,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,1.0,,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3635.0,3644.0,,,,,,,,3.0,544.0,,,,,,,,,,,,,,,,,,, +689,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2241.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,536.0,536.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,252.0,52.0,35.0,16.0,105.0,2168.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,29068.0,29068.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2025-03-25 16:26:10.601000,2021-09-30 21:51:09,8208.0,,184.0,57.0,895.0,146.0,586.0,1964.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,21,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2025-03-25 16:26:10.601,1108.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1899.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1853.0,1853.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,286.0,43.0,261.0,77.0,198.0,1608.0,A framework for Privacy Preserving Machine Learning.,39.0,21,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],1.0,,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,608.0,608.0,,,,,,,,3.0,,,,,,,,,-3.0,,,,,,,,,,, +694,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-04-16 19:27:35.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,204.0,5.0,74.0,1592.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,74.0,256.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +695,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,98.0,149.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,3720.0,3720.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,245.0,71.0,7.0,15.0,29.0,1517.0,Python AutoML for Trading Systems and Sports Betting.,5.0,21,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,10.0,10.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,798.0,798.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,271.0,64.0,51.0,23.0,75.0,1515.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,38.0,38.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,327.0,327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1482.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],42.0,36.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1287.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,490.0,490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,143.0,17.0,11.0,43.0,43.0,1130.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],205.0,200.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,6424.0,6424.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1084.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,131.0,128.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,1061.0,1067.0,,,,,,,,3.0,832.0,,,,,,,,,,,,,,,,,,, +702,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1083.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,382.0,382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,1008.0,An intuitive library to extract features from time series.,20.0,21,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,213.0,206.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,6466.0,6466.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],91.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,864.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],600.0,585.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,47260.0,47260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,165.0,37.0,46.0,43.0,49.0,855.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,120.0,111.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,671.0,671.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-04-22 14:57:08.147000,2023-06-05 01:35:02,228.0,,129.0,17.0,25.0,29.0,41.0,853.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,11918.0,12393.0,https://anaconda.org/conda-forge/pdpbox,2025-04-22 14:57:08.147,23761.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,23523.0,23523.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +709,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-03-31 18:51:15.000000,2025-03-31 18:51:05,1512.0,1.0,78.0,30.0,703.0,22.0,118.0,711.0,Scikit-learn style model finetuning for NLP.,24.0,21,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",17.0,15.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,534.0,534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,108.0,29.0,1.0,15.0,3.0,656.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",721.0,704.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,19692.0,19692.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,1.0,96.0,8.0,20.0,1.0,108.0,648.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,88.0,84.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,9151.0,9151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,266.0,258.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,23923.0,23923.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-04-22 14:58:21.176000,2025-04-06 17:36:49,734.0,19.0,70.0,21.0,10.0,18.0,48.0,614.0,Active Learning for Text Classification in Python.,9.0,21,True,2024-11-24 19:15:11.000,2.0.0.de1,24.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",34.0,34.0,https://pypi.org/project/small-text,2025-04-06 17:43:10.000,,1004.0,1439.0,https://anaconda.org/conda-forge/small-text,2025-04-22 14:58:21.176,14801.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,,77.0,10.0,222.0,51.0,84.0,598.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,60.0,59.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1358.0,1365.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +715,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,25.0,31.0,5.0,24.0,576.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,54.0,52.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,2034.0,2034.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,39.0,17.0,14.0,22.0,575.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,21,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,43.0,39.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,247.0,247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2025-05-05 22:29:18.000000,2025-05-05 22:20:40,774.0,1.0,65.0,15.0,117.0,8.0,48.0,573.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2025-05-05 22:24:01.000,1.17.4,40.0,poutyne,,,,['pytorch'],155.0,150.0,https://pypi.org/project/poutyne,2025-05-05 22:24:19.000,5.0,3170.0,3170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,,171.0,55.0,21.0,39.0,61.0,557.0,Bayesian inference in HSMMs and HMMs.,14.0,21,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,36.0,35.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,234.0,234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,,103.0,25.0,8.0,,34.0,538.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,4764.0,4764.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,111.0,35.0,277.0,85.0,174.0,504.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,21,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,96.0,94.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1324.0,1328.0,,,,,,,,3.0,429.0,,,,,,,,,,,,,,,,,,, +721,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,385.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,443.0,443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,33502.0,33502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,271.0,255.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3285.0,3285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-04-04 22:31:41.000000,2025-04-04 22:31:41,529.0,3.0,61.0,13.0,96.0,26.0,41.0,317.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2025-03-21 03:10:28.000,1.2.2,10.0,omlt,,,,,32.0,28.0,https://pypi.org/project/omlt,2025-03-21 03:10:28.000,4.0,17525.0,17525.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2025-04-26 15:48:04.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,43.0,8.0,10.0,284.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,303465.0,303465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2025-04-22 14:56:39.798000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,35.0,113.0,273.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1853.0,4936.0,https://anaconda.org/conda-forge/somoclu,2025-04-22 14:56:39.798,168691.0,,,,,3.0,2105.0,,,,,,,,,,,,,,,,,,, +727,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2025-05-03 22:10:07.000000,2025-05-03 21:59:22,437.0,57.0,19.0,4.0,38.0,20.0,49.0,265.0,Streaming over lightweight data transformations.,8.0,21,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,66.0,63.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,335.0,335.0,,,,,,,,3.0,,,,,,,imedslab/solt,,,,,,,,,,,,, +728,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-04-02 14:37:36.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,233.0,24.0,64.0,256.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,54.0,48.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,392.0,392.0,,,,,,,,3.0,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,, +729,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,100.0,16.0,53.0,17.0,3441.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,172.0,165.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,900.0,900.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,56.0,242.0,176.0,111.0,3273.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3910.0,3920.0,,,,,,,,3.0,708.0,,,,,,,,,,,,,,,,,,, +731,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,99.0,54.0,55.0,48.0,2960.0,Quickly search over billions of images.,19.0,20,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,354.0,354.0,,,,,,,,3.0,,,,,,,rhsimplex/image-match,,,,,,,,,,,,, +732,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2867.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2729.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,80.0,80.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,483.0,483.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2347.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,283.0,30.0,41.0,35.0,176.0,1953.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,542.0,542.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,171.0,17.0,74.0,26.0,45.0,1908.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,20,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],40.0,40.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,746.0,746.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,182.0,22.0,22.0,20.0,30.0,1798.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,20,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,10.0,10.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,156.0,157.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +738,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1647.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1455.0,1455.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1440.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],35.0,35.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,196.0,17.0,269.0,88.0,94.0,1401.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,31878.0,31878.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,100.0,37.0,14.0,15.0,9.0,1275.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,183.0,181.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3279.0,3279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,,66.0,15.0,65.0,13.0,22.0,1132.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],36.0,34.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,1041.0,1063.0,,,,,,,,3.0,601.0,,,,,,,,,,,,,,,,,,, +743,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2025-04-22 14:57:33.362000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,935.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,20,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,207.0,204.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,868.0,1069.0,https://anaconda.org/conda-forge/robustness,2025-04-22 14:57:33.362,11457.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3667.0,3662.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,503.0,503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2025-04-22 14:58:11.525000,2024-06-27 07:26:43,298.0,,100.0,24.0,52.0,20.0,17.0,897.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],35.0,29.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1074.0,2052.0,https://anaconda.org/conda-forge/evojax,2025-04-22 14:58:11.525,38176.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-04-29 21:46:42.000000,2025-04-29 21:45:50,301.0,2.0,253.0,44.0,18.0,11.0,92.0,888.0,Data compression in TensorFlow.,24.0,20,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,3315.0,3315.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,,87.0,12.0,36.0,4.0,26.0,835.0,Leave One Feature Out Importance.,6.0,20,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,45.0,40.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,2318.0,2318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,121.0,30.0,561.0,211.0,247.0,828.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,20093.0,20093.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],51.0,51.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,810.0,810.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,20,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,120.0,120.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1085.0,1085.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,152.0,33.0,84.0,16.0,55.0,640.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,312.0,312.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,556.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,131.0,129.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,384.0,384.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +753,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,,103.0,32.0,107.0,26.0,29.0,523.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,22.0,22.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,12937.0,12937.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,509.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,98.0,90.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5550.0,5550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,,36.0,13.0,230.0,16.0,41.0,500.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,20,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,7819.0,7823.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +756,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,485.0,A python library for Bayesian time series modeling.,7.0,20,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,43.0,41.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,53924.0,53924.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2025-03-31 11:38:09.000000,2025-03-31 11:38:09,405.0,1.0,101.0,16.0,11.0,,50.0,476.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,71.0,71.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6114.0,6114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,77.0,23.0,12.0,48.0,49.0,419.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,149.0,146.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,992.0,992.0,,,,,,,,3.0,110.0,,,,,,,,,,,,,,,,,,, +759,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2025-04-22 14:56:45.026000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,418.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4371.0,5021.0,https://anaconda.org/conda-forge/skrebate,2025-04-22 14:56:45.026,37727.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2025-04-22 14:57:56.438000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,417.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,24.0,22.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,2291.0,2993.0,https://anaconda.org/conda-forge/tsflex,2025-04-22 14:57:56.438,32324.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-04-22 14:58:12.870000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,399.0,53.0,92.0,353.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,2026.0,13834.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2025-04-22 14:58:12.870,432541.0,,,,,3.0,12542.0,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,113.0,vega/vegafusion,,,,,,,,,,,,, +762,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-04-29 13:23:20.000000,2025-01-22 18:08:56,337.0,,84.0,23.0,366.0,29.0,10.0,349.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,2582.0,2582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],283.0,283.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2058.0,2058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,661.0,661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-04-27 00:13:31.000000,2024-11-07 18:17:34,501.0,,113.0,19.0,590.0,58.0,130.0,278.0,An open-source toolkit for large-scale genomic analysis.,28.0,20,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,16282.0,16411.0,https://anaconda.org/conda-forge/glow,2025-04-22 14:57:47.356,6469.0,,,,,3.0,203.0,,,,,,,,,,,,,,,,,,, +766,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-05-15 07:45:05.000000,2025-05-15 07:45:05,446.0,12.0,81.0,19.0,469.0,28.0,51.0,277.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,33.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,8.0,8.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,804.0,804.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-04-14 06:29:06.000000,2025-04-14 06:29:04,594.0,1.0,36.0,22.0,648.0,21.0,131.0,250.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,1869.0,1889.0,,,,,,,,3.0,1302.0,,,,,,,,,,,,,,,,,,, +768,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,240.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],97.0,87.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,4943.0,4943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,334.0,58.0,2.0,,6879.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,19,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,237.0,244.0,,,,,,,,3.0,423.0,,,,,,,,,,,,,,,,,,, +770,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1730.0,19.0,19.0,72.0,24.0,5211.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,19,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,959.0,959.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2025-03-25 16:28:52.378000,2020-02-09 21:03:48,299.0,,412.0,102.0,83.0,67.0,48.0,3020.0,Deep recommender models using PyTorch.,11.0,19,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,97.0,https://anaconda.org/maciejkula/spotlight,2025-03-25 16:28:52.378,9216.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],36.0,36.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,682.0,682.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,54.0,65.0,8.0,31.0,1392.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,6.0,6.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1168.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,41.0,41.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,454.0,454.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1111.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,19,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,18718.0,18718.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,882.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,5488.0,5488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,860.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,109.0,108.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,470.0,470.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2025-05-03 20:51:19.000000,2025-05-03 20:51:19,1252.0,1.0,126.0,29.0,1060.0,37.0,54.0,776.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,938.0,938.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,19,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],4.0,,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,638.0,638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,104.0,25.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,34.0,32.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,450.0,450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,3922.0,3922.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-04-22 14:57:03.201000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,590.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,19.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,641.0,45413.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2507267.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,16.0,53.0,13.0,16.0,581.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,63.0,63.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,3598.0,3598.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +784,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,54.0,72.0,18.0,71.0,529.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,281.0,281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,475.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,726.0,726.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2025-04-22 14:57:01.743000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,416.0,A python package for animating plots build on matplotlib.,6.0,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,80.0,76.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,258.0,566.0,https://anaconda.org/conda-forge/animatplot,2025-04-22 14:57:01.743,16969.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,,137.0,33.0,333.0,89.0,140.0,355.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2173.0,2190.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1930.0,3.0,,,,,,,,,,,,,,,,,,,, +788,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,19,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],18.0,16.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1343.0,1343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,337.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,47.0,43.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,263.0,263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,43.0,12.0,64.0,3.0,57.0,333.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],40.0,38.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1102.0,1102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,228.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,100.0,97.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,30684.0,30684.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,19,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,457.0,455.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,878.0,882.0,,,,,,,,3.0,438.0,,,,,,,,,,,,,,,,,,, +793,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2025-04-22 15:32:34.997000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,140.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,19,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10796.0,10667.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,393300.0,393328.0,https://anaconda.org/anaconda/nvidia-ml,2025-04-22 15:32:34.997,1328.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,110.0,51.0,48.0,160.0,6335.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,58.0,106.0,27.0,56.0,2153.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,18,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1134.0,1134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,85.0,68.0,1709.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,327.0,327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,54.0,34.0,22.0,13.0,1267.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,325.0,325.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-04-22 14:58:02.427000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,806.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,664.0,773.0,https://anaconda.org/conda-forge/tensor-sensor,2025-04-22 14:58:02.427,4711.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,21.0,27.0,2.0,88.0,754.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,2612.0,2612.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,699.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,314.0,314.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,379.0,379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,615.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,21.0,21.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,467.0,467.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,578.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,688.0,688.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,577.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,25.0,23.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,3052.0,3052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,18.0,10.0,4.0,18.0,545.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],85.0,85.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1411.0,1411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,496.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,795.0,795.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,488.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,False,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,2893.0,2893.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,434.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1753.0,1753.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +810,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,420.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,175.0,171.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4543.0,4544.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +811,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,408.0,Deep Learning PyTorch.,1.0,18,False,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,1462.0,1462.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,434.0,434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,40.0,16.0,6.0,19.0,21.0,323.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,18,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1073.0,1073.0,,,,,,,,3.0,,,,,,,google-deepmind/launchpad,,,,,,,,,,,,, +814,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,18,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,146.0,149.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,, +815,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2025-05-11 17:52:01.000000,2025-03-24 18:31:02,192.0,2.0,41.0,18.0,4.0,10.0,8.0,289.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1332.0,6360.0,https://anaconda.org/conda-forge/deepgraph,2025-04-22 14:56:39.337,276552.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,234.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,34.0,32.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,189.0,189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,186.0,12.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,18,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,9387.0,9387.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1360.0,460.0,22.0,61.0,167.0,7221.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,google-deepmind/lab,,,,,,,,,,,,, +819,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-05-14 08:34:20.000000,2025-05-05 15:11:38,730.0,9.0,450.0,35.0,887.0,153.0,119.0,3538.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,94.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1664.0,Version control for machine learning.,18.0,17,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,254.0,52.0,13.0,20.0,13.0,1557.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,17,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,112.0,130.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1708.0,3.0,,,,,,,,,,,,,,,,,,,, +822,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1164.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],60.0,58.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,836.0,836.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,18.0,37.0,20.0,8.0,1044.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,93.0,92.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,216.0,216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,,57.0,16.0,8.0,,10.0,801.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],103.0,102.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3349.0,3349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,791.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,6194.0,6194.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +826,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,786.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,68.0,68.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,343.0,343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,707.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,266.0,273.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +828,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,644.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,20.0,20.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,544.0,544.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,3179.0,3179.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,17,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,50.0,50.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,402.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],14.0,14.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,336.0,336.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,17,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,240.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1302.0,1302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,17,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,1531.0,1531.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-04-22 14:58:08.672000,2024-06-01 12:08:31,372.0,,37.0,5.0,136.0,,35.0,227.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,879.0,998.0,https://anaconda.org/conda-forge/chitra,2025-04-22 14:58:08.672,4788.0,,,,,3.0,,,,,,,aniketmaurya/chitra,,,,,,,,,,,,, +837,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,211.0,211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,30.0,53.0,7.0,7.0,112.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,349.0,349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,121.0,25.0,17.0,353.0,4406.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3953.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2898.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,38.0,38.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,171.0,60.0,10.0,26.0,6.0,1857.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,45.0,45.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +843,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,121.0,29.0,111.0,16.0,25.0,1110.0,An autoML framework & toolkit for machine learning on graphs.,16.0,16,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,117.0,19.0,294.0,3.0,70.0,1088.0,TextBox 2.0 is a text generation library with pre-trained language models.,17.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,803.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1101.0,1101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,741.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,724.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,262.0,262.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,59.0,14.0,83.0,19.0,49.0,627.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,16,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,138.0,141.0,,,,,,,,3.0,257.0,,,,,,typedb/typedb-ml,,,,,,,,,,,,, +851,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,374.0,374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,445.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,13.0,13.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,222.0,222.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,414.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,16,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,6.0,5.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,129.0,129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2025-04-22 14:57:32.689000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,16,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,54.0,196.0,https://anaconda.org/conda-forge/artificial-adversary,2025-04-22 14:57:32.689,8283.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,318.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,1760.0,1760.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +857,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,216.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,408.0,408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-05-08 07:07:14.000000,2025-05-08 07:07:09,476.0,35.0,2.0,3.0,1.0,,3.0,104.0,Effector - a Python package for global and regional effect methods.,6.0,16,False,2025-04-14 08:46:43.000,0.1.6,44.0,effector,,,,,5.0,5.0,https://pypi.org/project/effector,2025-04-14 08:46:20.000,,1023.0,1023.0,,,,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,, +859,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-05-14 16:09:25.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2025-04-29 14:45:24.000,3.49.9,317.0,comet_ml,comet_ml,,,,94.0,,https://pypi.org/project/comet_ml,2025-05-14 16:09:25.000,94.0,472780.0,472780.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2222.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2025-03-25 16:27:49.968000,2024-06-14 21:18:09,16.0,,153.0,31.0,,54.0,60.0,1252.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,15,True,,,4.0,,milagraph/graphvite,,,,,,,,,,73.0,https://anaconda.org/milagraph/graphvite,2025-03-25 16:27:49.968,5082.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1188.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2025-04-22 14:56:37.757000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,15,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,463.0,2118.0,https://anaconda.org/conda-forge/skater,2025-04-22 14:56:37.757,96014.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,122.0,47.0,22.0,15.0,9.0,868.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],19.0,19.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,17.0,17.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,15,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,6365.0,6365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,45.0,18.0,171.0,7.0,66.0,550.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,205.0,205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,55.0,10.0,17.0,10.0,29.0,434.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,15,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,1062.0,1062.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +869,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,18.0,177.0,87.0,16.0,424.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,15,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,193.0,193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,451.0,451.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,316.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],31.0,31.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,206.0,206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,11.0,271.0,64.0,181.0,300.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,826.0,826.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,242.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,6.0,6.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,524.0,524.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,43.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,249.0,249.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,40.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,599.0,599.0,,,,,,,,3.0,,,,,,,spring-media/headliner,,,,,,,,,,,,, +876,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,619.0,619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,743.0,743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,1001.0,62.0,13.0,45.0,26.0,3801.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,844.0,76.0,35.0,120.0,59.0,3518.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,,279.0,30.0,24.0,34.0,38.0,3353.0,A small package to create visualizations of PyTorch execution graphs.,6.0,14,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1700.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1326.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,49.0,9.0,11.0,3.0,17.0,829.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,206.0,206.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,89.0,20.0,18.0,22.0,2.0,517.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,14,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,399.0,399.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,355.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2241.0,2241.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,185.0,185.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,287.0,"A Jax-based library for building transformers, includes implementations of GPT, Gemma, LlaMa, Mixtral, Whisper, SWin,..",3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,208.0,208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,29.0,7.0,6.0,8.0,8.0,253.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,14,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,125.0,125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,19.0,2.0,3.0,17.0,23.0,195.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,14,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,665.0,665.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,38.0,13.0,18.0,28.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,111.0,111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,248.0,248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,14,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,49.0,49.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,145.0,145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3941.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2720.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,89.0,47.0,4.0,3.0,,2634.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,3616.0,3618.0,,,,,,,,3.0,82.0,,,,,,,,,,,,,,,,,,, +896,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,177.0,36.0,10.0,13.0,3.0,1373.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,56.0,16.0,3.0,2.0,1.0,546.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,6.0,6.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +898,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-05-09 13:55:20.000000,2022-11-21 12:12:41,1044.0,,12.0,8.0,26.0,1.0,2.0,275.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,234.0,239.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,288.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +899,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,385.0,385.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,194.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],7.0,7.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,279.0,288.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,709.0,3.0,,,,,,,,,,,,,,,,,,,, +902,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,124.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +903,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,188.0,188.0,,,,,,,,3.0,,,,,,,genixpro/hypermax,,,,,,,,,,,,, +904,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,109.0,A spaCy wrapper for DBpedia Spotlight.,5.0,13,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,1497.0,1497.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,494.0,494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-04-22 15:44:55.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,338.0,338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,426.0,61.0,7.0,72.0,17.0,2028.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,330.0,89.0,11.0,12.0,6.0,1806.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,74.0,74.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,8.0,7.0,127.0,9.0,9.0,126.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,12,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],10.0,10.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,12,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,132.0,132.0,,,,,,,,3.0,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,,, +912,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,524.0,90.0,22.0,52.0,15.0,3263.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,919.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,92.0,17.0,5.0,4.0,12.0,665.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,541.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,5.0,5.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,262.0,262.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +920,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,152.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,18.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +921,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +922,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,57.0,57.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-05-22_changes.md b/history/2025-05-22_changes.md new file mode 100644 index 00000000..6f389ecf --- /dev/null +++ b/history/2025-05-22_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- Gradio (🥇45 · ⭐ 38K · 📈) - Wrap UIs around any model, share with anyone. Apache-2 +- spaCy (🥇44 · ⭐ 32K · 📈) - Industrial-strength Natural Language Processing (NLP) in Python. MIT +- Seaborn (🥇43 · ⭐ 13K · 📈) - Statistical data visualization in Python. BSD-3 +- Milvus (🥇42 · ⭐ 35K · 📈) - Milvus is a high-performance, cloud-native vector database built.. Apache-2 +- MoviePy (🥇41 · ⭐ 13K · 📈) - Video editing with Python. MIT +- HoloViews (🥈38 · ⭐ 2.8K · 📈) - With Holoviews, your data visualizes itself. BSD-3 +- ART (🥇33 · ⭐ 5.3K · 📈) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT +- Submit it (🥈31 · ⭐ 1.4K · 📈) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT +- backtrader (🥈29 · ⭐ 17K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0 +- EarthPy (🥉29 · ⭐ 520 · 📈) - A package built to support working with spatial data using open.. BSD-3 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- PyTorch Image Models (🥇41 · ⭐ 34K · 📉) - The largest collection of PyTorch image encoders /.. Apache-2 +- Altair (🥇40 · ⭐ 9.8K · 📉) - Declarative visualization library for Python. BSD-3 +- pyproj (🥈36 · ⭐ 1.1K · 📉) - Python interface to PROJ (cartographic projections and coordinate.. MIT +- TensorFlow Text (🥈35 · ⭐ 1.3K · 📉) - Making text a first-class citizen in TensorFlow. Apache-2 +- detectron2 (🥈31 · ⭐ 32K · 📉) - Detectron2 is a platform for object detection,.. Apache-2 +- langid (🥉26 · ⭐ 2.4K · 💀) - Stand-alone language identification system. BSD-3 +- LIT (🥉25 · ⭐ 3.6K · 📉) - The Learning Interpretability Tool: Interactively analyze ML models.. Apache-2 +- stockstats (🥉23 · ⭐ 1.4K · 📉) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 +- jraph (🥉21 · ⭐ 1.4K · 💀) - A Graph Neural Network Library in Jax. Apache-2 +- Collie (🥉11 · ⭐ 100 · 💀) - A library for preparing, training, and evaluating scalable deep.. BSD-3 + diff --git a/history/2025-05-22_projects.csv b/history/2025-05-22_projects.csv new file mode 100644 index 00000000..0d0acec6 --- /dev/null +++ b/history/2025-05-22_projects.csv @@ -0,0 +1,924 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,trending,updated_github_id,helm_id,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-04-15 14:58:41.000000,2025-04-15 14:58:40,1582.0,7.0,761.0,115.0,358.0,80.0,155.0,5277.0,Benchmarks of approximate nearest neighbor libraries in Python.,112.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,186.0,57.0,205.0,,3.0,2514.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3974.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3974.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3974.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3974.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-05-22 14:18:26.000000,2025-05-22 13:43:19,180403.0,4009.0,74670.0,7490.0,51405.0,1282.0,39635.0,192829.0,An Open Source Machine Learning Framework for Everyone.,4864.0,56,True,2025-03-12 01:04:13.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],531756.0,522818.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8938.0,22496277.0,23290831.0,https://anaconda.org/conda-forge/tensorflow,2025-04-22 14:56:20.356,5543109.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-05-22 12:49:53.555019,2762.0,79684248.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-05-22 14:09:51.000000,2025-05-22 14:09:38,88059.0,3420.0,23946.0,1784.0,102448.0,16304.0,36135.0,90194.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5616.0,55,True,2025-04-23 16:16:06.000,2.7.0,59.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],802699.0,777843.0,https://pypi.org/project/torch,2025-04-23 14:30:40.000,24856.0,49468667.0,50086094.0,https://anaconda.org/pytorch/pytorch,2025-03-25 16:24:31.802,27129597.0,,,,,1.0,88074.0,,,,,,,,,,,,,,,,,,, +8,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-05-22 14:03:59.000000,2025-05-22 13:22:18,19041.0,934.0,29023.0,1152.0,20469.0,1783.0,16217.0,144654.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3268.0,54,True,2025-05-21 13:47:03.000,4.52.2,182.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",380936.0,372155.0,https://pypi.org/project/transformers,2025-05-21 13:42:46.000,8781.0,61572696.0,61621597.0,https://anaconda.org/conda-forge/transformers,2025-05-21 22:46:44.499,2836274.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +9,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-05-22 10:54:59.000000,2025-05-22 10:54:59,32482.0,295.0,25819.0,2134.0,18782.0,2148.0,9941.0,62101.0,scikit-learn: machine learning in Python.,3316.0,53,True,2025-01-10 10:51:11.000,1.6.1,85.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1289626.0,1259629.0,https://pypi.org/project/scikit-learn,2025-05-09 15:01:29.000,29997.0,100122207.0,100728237.0,https://anaconda.org/conda-forge/scikit-learn,2025-05-09 15:42:51.583,36361306.0,,,,,1.0,1056.0,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-05-21 22:00:00.000000,2025-05-21 22:00:00,35297.0,594.0,5354.0,352.0,12217.0,1716.0,9362.0,13690.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1782.0,50,True,2025-05-08 16:20:25.000,1.15.3,115.0,scipy,conda-forge/scipy,,,,1408742.0,1354240.0,https://pypi.org/project/scipy,2025-05-21 16:52:50.000,54502.0,145848109.0,147011164.0,https://anaconda.org/conda-forge/scipy,2025-04-22 14:56:23.716,62579379.0,,,,,1.0,493097.0,,,,,,,,,,,,,,,,,,, +11,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-05-21 17:36:10.000000,2025-05-21 17:36:10,60196.0,580.0,4669.0,290.0,13976.0,5328.0,9118.0,13640.0,A computer algebra system written in pure Python.,1376.0,50,True,2025-04-27 18:05:25.000,1.14.0,67.0,sympy,conda-forge/sympy,,,,273583.0,269276.0,https://pypi.org/project/sympy,2025-04-27 18:04:59.000,4307.0,56128830.0,56281206.0,https://anaconda.org/conda-forge/sympy,2025-04-29 17:03:51.938,8906430.0,,,,,1.0,558981.0,,,,,,,,,,,,,,,,,,, +12,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-05-21 11:16:46.000000,2025-05-21 11:16:46,52532.0,419.0,7857.0,588.0,19202.0,1647.0,9601.0,21260.0,matplotlib: plotting with Python.,1809.0,49,True,2025-05-09 17:22:05.000,3.10.3,133.0,matplotlib,conda-forge/matplotlib,,,,1839004.0,1779071.0,https://pypi.org/project/matplotlib,2025-05-08 19:09:39.000,59933.0,86833806.0,87345245.0,https://anaconda.org/conda-forge/matplotlib,2025-05-15 21:25:31.306,30174922.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-05-10 20:28:57.000000,2025-05-08 16:43:29,19479.0,229.0,2278.0,219.0,5470.0,126.0,3214.0,12820.0,Python Imaging Library (Fork).,485.0,48,True,2025-04-12 17:56:01.000,11.2.1,102.0,Pillow,conda-forge/pillow,,,,2322856.0,2308591.0,https://pypi.org/project/Pillow,2025-04-12 17:47:10.000,14265.0,145394682.0,146332998.0,https://anaconda.org/conda-forge/pillow,2025-05-07 23:14:11.930,54422376.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-05-21 16:38:49.000000,2025-05-21 16:38:49,11524.0,163.0,19584.0,1900.0,8076.0,307.0,12211.0,63018.0,Deep Learning for humans.,1413.0,47,True,2025-05-19 22:58:28.000,3.10.0,109.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1859.0,,https://pypi.org/project/keras,2025-05-19 22:58:28.000,1859.0,15905945.0,15975524.0,https://anaconda.org/conda-forge/keras,2025-05-20 06:37:42.993,4105198.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-05-22 13:54:29.000000,2025-05-22 13:54:29,25289.0,1204.0,6302.0,486.0,32685.0,4391.0,16471.0,37149.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1226.0,47,True,2025-05-07 21:12:53.000,ray-2.46.0,128.0,ray,conda-forge/ray-tune,,,,25286.0,24329.0,https://pypi.org/project/ray,2025-05-07 21:04:19.000,957.0,11201879.0,11216471.0,https://anaconda.org/conda-forge/ray-tune,2025-05-12 00:05:17.242,773316.0,,,,,1.0,256.0,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-05-22 10:47:11.000000,2025-05-21 22:56:09,7629.0,503.0,3461.0,326.0,6175.0,1200.0,4053.0,39455.0,Streamlit A faster way to build and share data apps.,411.0,46,True,2025-05-12 20:40:35.000,1.45.1,244.0,streamlit,,,,,940790.0,937026.0,https://pypi.org/project/streamlit,2025-05-12 20:40:27.000,3764.0,11735111.0,11735111.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-05-20 08:15:20.000000,2025-05-20 08:15:20,7424.0,82.0,8763.0,903.0,5974.0,463.0,5068.0,26942.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",659.0,46,True,2025-05-13 16:34:03.000,3.0.1,89.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,160863.0,158410.0,https://pypi.org/project/xgboost,2025-05-13 16:34:03.000,2453.0,24809021.0,24914799.0,https://anaconda.org/conda-forge/xgboost,2025-05-15 21:33:43.643,6128153.0,,,,,1.0,16290.0,,,,,,,,,,,,,,,,,,, +18,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-05-22 14:44:55.000000,2025-05-06 15:55:33,8332.0,273.0,2144.0,423.0,1257.0,539.0,1433.0,22474.0,Data Apps & Dashboards for Python. No JavaScript Required.,177.0,46,True,2025-04-24 19:08:09.000,3.0.4,191.0,dash,conda-forge/dash,,,,88016.0,86401.0,https://pypi.org/project/dash,2025-04-24 19:06:41.000,1615.0,5073787.0,5104751.0,https://anaconda.org/conda-forge/dash,2025-04-27 13:39:41.261,1826837.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +19,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-05-22 13:31:12.000000,2025-05-20 19:06:21,7963.0,343.0,2646.0,279.0,1879.0,664.0,2551.0,17190.0,The interactive graphing library for Python.,286.0,46,True,2025-05-20 20:09:26.000,6.1.1,307.0,plotly,conda-forge/plotly,,,,441904.0,433612.0,https://pypi.org/project/plotly,2025-05-20 20:09:26.000,8283.0,23679278.0,23882382.0,https://anaconda.org/conda-forge/plotly,2025-05-21 00:37:59.719,9561967.0,,,,,1.0,242.0,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,43737.0,,,,,,,,,,,,,, +20,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-05-22 13:54:37.000000,2025-05-22 13:48:15,7734.0,249.0,2908.0,187.0,5145.0,463.0,5227.0,38188.0,"Wrap UIs around any model, share with anyone.",587.0,45,True,2025-05-19 22:22:31.000,5.30.0,645.0,gradio,,,,,77421.0,76188.0,https://pypi.org/project/gradio,2025-05-19 22:22:31.000,1233.0,8472685.0,8472685.0,,,,,,,,1.0,,,,,,,1.0,,,,,,,,,,,,, +21,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-05-22 14:19:50.000000,2025-05-22 14:13:02,27916.0,2102.0,3026.0,327.0,19546.0,1491.0,4729.0,32298.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",883.0,45,True,2025-05-21 18:30:19.000,jax-v0.6.1,178.0,jax,conda-forge/jaxlib,,,,46591.0,44053.0,https://pypi.org/project/jax,2025-05-21 18:10:42.000,2538.0,7533609.0,7578603.0,https://anaconda.org/conda-forge/jaxlib,2025-05-17 13:08:42.652,2654656.0,,,,,1.0,,,,,,,,jax-ml/jax,,,,,,,,,,,, +22,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-05-22 14:04:53.000000,2025-05-22 14:04:53,53904.0,995.0,5736.0,716.0,53876.0,1811.0,17748.0,22793.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1382.0,45,True,2025-03-31 01:41:13.000,3.0.0,74.0,paddlepaddle,,,,['paddle'],8475.0,8242.0,https://pypi.org/project/paddlepaddle,2025-03-26 08:17:50.000,233.0,390108.0,390255.0,,,,,,,,1.0,15437.0,,,,,,,,,,,,,,,,,,, +23,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-05-22 13:18:26.000000,2025-05-22 13:18:26,20774.0,60.0,4219.0,433.0,6341.0,817.0,7159.0,19869.0,"Interactive Data Visualization in the browser, from Python.",710.0,45,True,2025-05-12 12:13:27.000,3.7.3,240.0,bokeh,conda-forge/bokeh,,,,104364.0,102411.0,https://pypi.org/project/bokeh,2025-05-12 12:13:27.000,1953.0,3418502.0,3699867.0,https://anaconda.org/conda-forge/bokeh,2025-05-12 23:15:08.842,16600581.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-05-02 04:33:22.000000,2025-05-02 04:33:22,14744.0,28.0,2928.0,458.0,1517.0,267.0,1598.0,14064.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,472.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,399757.0,394169.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,5588.0,34712927.0,34776605.0,https://anaconda.org/conda-forge/nltk,2025-04-22 14:56:27.119,3183905.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-05-20 21:44:45.329000,2025-05-20 19:52:29,9565.0,90.0,1765.0,212.0,6287.0,1143.0,4418.0,13230.0,Parallel computing with task scheduling.,621.0,45,True,2025-05-20 19:54:20.000,2025.5.1,221.0,dask,conda-forge/dask,,,,77822.0,74901.0,https://pypi.org/project/dask,2025-05-20 19:54:20.000,2921.0,11528205.0,11748554.0,https://anaconda.org/conda-forge/dask,2025-05-20 21:44:45.329,13220974.0,,,,,1.0,,,,,,,,,stable/dask,,,,,,,,,,, +26,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-05-22 14:22:20.000000,2025-05-22 14:21:48,44467.0,738.0,28541.0,2015.0,50951.0,182.0,,41145.0,Apache Spark Python API.,3230.0,44,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1862.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1862.0,45951936.0,46018149.0,https://anaconda.org/conda-forge/pyspark,2025-04-22 14:56:33.311,3906620.0,,,,,2.0,,,,,,,,,stable/spark,,,,,,,,,,, +27,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-05-22 12:01:10.000000,2025-05-22 12:00:48,16237.0,12.0,4510.0,564.0,4054.0,213.0,5541.0,31613.0,Industrial-strength Natural Language Processing (NLP) in Python.,765.0,44,True,2025-05-19 07:53:09.000,3.8.6,241.0,spacy,conda-forge/spacy,,,,136548.0,133360.0,https://pypi.org/project/spacy,2025-05-19 07:53:09.000,3188.0,18905335.0,19004335.0,https://anaconda.org/conda-forge/spacy,2025-05-20 06:41:40.051,5839246.0,,,,,1.0,2664.0,,,,,,1.0,,,,,,,,,,,,, +28,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-05-22 14:32:42.000000,2025-05-22 14:32:35,22101.0,2525.0,2963.0,119.0,5343.0,1302.0,4504.0,23015.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",553.0,44,True,2025-05-21 01:03:35.000,1.70.2-nightly,1147.0,litellm,,,,others,14276.0,13082.0,https://pypi.org/project/litellm,2025-05-21 00:12:21.000,1194.0,8910416.0,8910639.0,,,,,,,,1.0,671.0,,,,,,,,,,,,,,,,,,, +29,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-05-22 13:28:40.000000,2025-05-22 13:28:40,7771.0,529.0,4533.0,307.0,11222.0,1816.0,2840.0,20607.0,Open source platform for the machine learning lifecycle.,857.0,44,True,2025-04-24 09:56:38.000,2.22.0,138.0,mlflow,conda-forge/mlflow,,,,62688.0,61596.0,https://pypi.org/project/mlflow,2025-05-21 09:01:24.000,1092.0,17212806.0,17267341.0,https://anaconda.org/conda-forge/mlflow,2025-04-26 10:28:06.581,3217589.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +30,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-05-19 04:54:19.000000,2025-05-19 04:54:19,7990.0,77.0,3349.0,283.0,4148.0,369.0,3093.0,15772.0,Network Analysis in Python.,777.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,99.0,networkx,conda-forge/networkx,,,,420466.0,409059.0,https://pypi.org/project/networkx,2025-05-09 15:49:39.000,11407.0,94372567.0,94762327.0,https://anaconda.org/conda-forge/networkx,2025-04-22 14:56:28.978,22216326.0,,,,,1.0,113.0,,,,,,,,,,,,,,,,,,, +31,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-05-20 11:31:30.000000,2025-05-20 07:38:50,10615.0,106.0,3492.0,256.0,10508.0,943.0,6380.0,29503.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1011.0,43,True,2025-04-25 20:23:05.000,2.5.1.post0,287.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],48077.0,46403.0,https://pypi.org/project/pytorch-lightning,2025-04-25 20:24:27.000,1674.0,9541919.0,9568452.0,https://anaconda.org/conda-forge/pytorch-lightning,2025-04-28 12:17:16.982,1549059.0,,,,,2.0,12516.0,,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,, +32,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-05-22 14:42:05.000000,2025-05-22 14:12:34,3181.0,166.0,3735.0,438.0,3782.0,322.0,2678.0,18978.0,Open standard for machine learning interoperability.,345.0,43,True,2025-05-12 23:07:37.000,1.18.0,36.0,onnx,conda-forge/onnx,,,,47593.0,46252.0,https://pypi.org/project/onnx,2025-05-12 22:01:31.000,1341.0,6953322.0,6983697.0,https://anaconda.org/conda-forge/onnx,2025-05-16 14:47:23.758,1776947.0,,,,,1.0,23518.0,,,,,,,,,,,,,,,,,,, +33,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-05-18 10:24:29.000000,2025-05-14 20:15:16,1556.0,106.0,2651.0,250.0,747.0,153.0,1464.0,17642.0,Download market data from Yahoo! Finances API.,133.0,43,True,2025-05-12 08:22:07.000,0.2.61,133.0,yfinance,ranaroussi/yfinance,,,,80198.0,79232.0,https://pypi.org/project/yfinance,2025-05-12 08:22:07.000,966.0,3484366.0,3486498.0,https://anaconda.org/ranaroussi/yfinance,2025-03-25 16:27:42.706,98086.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +34,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-05-14 15:22:26.000000,2025-05-14 15:22:26,1833.0,153.0,2574.0,144.0,711.0,1248.0,1150.0,16741.0,State-of-the-Art Text Embeddings.,222.0,43,True,2025-04-15 13:47:13.000,4.1.0,65.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],111017.0,108633.0,https://pypi.org/project/sentence-transformers,2025-04-15 13:46:12.000,2384.0,9345951.0,9358846.0,https://anaconda.org/conda-forge/sentence-transformers,2025-04-22 14:57:36.121,722170.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-05-22 15:08:15.000000,2025-05-22 14:25:43,4016.0,564.0,1912.0,198.0,4951.0,756.0,1015.0,15638.0,Development repository for the Triton language and compiler.,398.0,43,True,2025-04-09 20:27:25.000,3.3.0,198.0,triton,,,,,68686.0,68291.0,https://pypi.org/project/triton,2025-04-09 20:27:25.000,395.0,23509619.0,23509619.0,,,,,,,,1.0,,,,,,,,triton-lang/triton,,,,,,,,,,,, +36,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-04-22 14:56:26.328000,2025-01-26 16:55:13,3242.0,,1949.0,258.0,1142.0,168.0,2461.0,13144.0,Statistical data visualization in Python.,215.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,676917.0,666074.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,24271123.0,24489814.0,https://anaconda.org/conda-forge/seaborn,2025-04-22 14:56:26.328,12902632.0,,,,,1.0,473.0,,,,,,1.0,,,,,,,,,,,,, +37,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-05-22 08:52:41.000000,2025-05-21 11:43:47,5172.0,68.0,2121.0,1663.0,5099.0,430.0,2780.0,12729.0,WebGL2 powered visualization framework.,289.0,43,True,2025-05-14 09:09:29.844,9.1.12,695.0,pydeck,conda-forge/pydeck,,,['jupyter'],9575.0,9071.0,https://pypi.org/project/pydeck,2025-03-21 15:25:17.000,157.0,8850938.0,9427425.0,https://anaconda.org/conda-forge/pydeck,2025-04-22 14:57:20.802,754954.0,,,,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-05-14 09:09:29.844,347.0,563471.0,,,,,,,,,,,,,, +38,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-05-16 17:32:55.000000,2025-05-16 17:32:55,19226.0,315.0,1087.0,117.0,3921.0,63.0,1676.0,11989.0,A hyperparameter optimization framework.,292.0,43,True,2025-04-14 05:07:40.000,4.3.0,73.0,optuna,conda-forge/optuna,,,,28355.0,27108.0,https://pypi.org/project/optuna,2025-04-14 05:07:40.000,1247.0,4107218.0,4153647.0,https://anaconda.org/conda-forge/optuna,2025-04-22 14:57:16.783,2739328.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +39,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-05-06 15:40:27.000000,2025-05-06 15:40:27,15698.0,36.0,3091.0,286.0,4007.0,2851.0,2829.0,10670.0,Statsmodels: statistical modeling and econometrics in Python.,456.0,43,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,176317.0,171848.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,17414744.0,17741133.0,https://anaconda.org/conda-forge/statsmodels,2025-04-22 14:56:24.492,19256989.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +40,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-05-22 14:38:42.000000,2025-05-21 23:47:05,7968.0,229.0,739.0,61.0,6295.0,639.0,2936.0,9880.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",212.0,43,True,2025-05-07 20:51:36.000,0.19.11,309.0,wandb,conda-forge/wandb,,,,80701.0,78848.0,https://pypi.org/project/wandb,2025-05-07 20:49:33.000,1853.0,18273147.0,18291568.0,https://anaconda.org/conda-forge/wandb,2025-05-08 16:58:12.513,1067601.0,,,,,1.0,722.0,,,,,,,wandb/wandb,,,,,,,,,,,, +41,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-05-22 14:26:38.000000,2025-05-22 14:26:31,1761.0,93.0,1103.0,97.0,1766.0,105.0,1711.0,8739.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",351.0,43,True,2025-05-15 12:33:48.000,1.7.0,73.0,accelerate,conda-forge/accelerate,,,['pytorch'],97064.0,94903.0,https://pypi.org/project/accelerate,2025-05-15 10:00:49.000,2161.0,11733554.0,11742958.0,https://anaconda.org/conda-forge/accelerate,2025-05-15 15:07:37.157,404410.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-05-09 19:01:02.000000,2025-05-09 19:01:02,5899.0,11.0,1667.0,187.0,5079.0,699.0,1243.0,6881.0,TensorFlows Visualization Toolkit.,327.0,43,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],325762.0,323308.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,26538356.0,26632508.0,https://anaconda.org/conda-forge/tensorboard,2025-04-22 14:56:43.843,5554968.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +43,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-05-22 13:06:48.000000,2025-05-22 13:05:42,6562.0,148.0,8215.0,456.0,3442.0,123.0,9482.0,49410.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",296.0,42,True,2025-05-20 12:17:47.000,3.0.0,51.0,paddleocr,,,,['paddle'],5801.0,5652.0,https://pypi.org/project/paddleocr,2025-05-20 12:17:47.000,149.0,334889.0,370257.0,,,,,,,,1.0,1980632.0,,,,,,,,,,,,,,,,,,, +44,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2025-04-22 14:57:24.136000,2023-01-30 18:15:21,1757.0,,8670.0,1059.0,1462.0,125.0,1726.0,35997.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,42,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,68378.0,66830.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,34502007.0,34508348.0,https://anaconda.org/conda-forge/gym,2025-04-22 14:57:24.136,386847.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +45,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-05-22 14:11:53.130033,2025-05-22 13:38:28,22381.0,534.0,3220.0,304.0,25511.0,758.0,12793.0,34927.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",313.0,42,True,2025-05-19 08:58:56.000,2.5.12,119.0,pymilvus,,milvusdb/milvus,,,269.0,,https://pypi.org/project/pymilvus,2025-05-19 03:56:58.000,269.0,1804568.0,2827569.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-05-22 14:11:53.130033,81.0,69080196.0,1.0,355836.0,,,,,,1.0,,,,,,,,,,,,, +46,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-05-22 08:13:05.000000,2025-05-22 08:13:05,2837.0,37.0,3362.0,245.0,1065.0,664.0,1960.0,23897.0,A game theoretic approach to explain the output of any machine learning model.,270.0,42,True,2025-04-17 18:14:16.000,0.47.2,107.0,shap,conda-forge/shap,,,,33728.0,32769.0,https://pypi.org/project/shap,2025-04-17 18:14:16.000,959.0,7156351.0,7271973.0,https://anaconda.org/conda-forge/shap,2025-04-22 14:56:53.980,6127967.0,,,,,1.0,,,,,,,,shap/shap,,,,,,,,,,,, +47,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-05-22 10:01:22.000000,2025-05-22 10:01:20,3666.0,19.0,3880.0,434.0,3380.0,444.0,3134.0,17234.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",329.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,54307.0,52929.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1378.0,10744399.0,10811115.0,https://anaconda.org/conda-forge/lightgbm,2025-04-22 14:56:38.692,3567959.0,,,,,2.0,291330.0,,,,,,,,,,,,,,,,,,, +48,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-05-22 11:35:15.000000,2025-05-09 19:48:45,4051.0,47.0,7046.0,471.0,5576.0,1099.0,2590.0,16844.0,"Datasets, Transforms and Models specific to Computer Vision.",635.0,42,True,2025-04-23 16:03:55.000,0.22.0,51.0,torchvision,conda-forge/torchvision,,,['pytorch'],7068.0,21.0,https://pypi.org/project/torchvision,2025-04-23 14:41:49.000,7047.0,17030159.0,17083538.0,https://anaconda.org/conda-forge/torchvision,2025-04-22 14:56:44.476,2648023.0,,,,,1.0,40659.0,,,,,,,,,,,,,,,,,,, +49,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-05-22 13:37:20.000000,2025-05-22 13:37:15,49453.0,350.0,1215.0,190.0,412.0,614.0,1831.0,8401.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1322.0,42,True,2025-04-13 10:45:50.000,1.2.8,114.0,catboost,conda-forge/catboost,,,,672.0,18.0,https://pypi.org/project/catboost,2025-04-13 10:12:07.000,654.0,2618074.0,2659873.0,https://anaconda.org/conda-forge/catboost,2025-05-19 13:19:55.807,2029879.0,,,,,2.0,387253.0,,,,,,,,,,,,,,,,,,, +50,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-05-18 03:52:23.497000,2025-05-15 16:37:25,14332.0,45.0,2254.0,183.0,4654.0,809.0,2166.0,6249.0,Image processing in Python.,683.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,239548.0,232597.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,13100570.0,13235855.0,https://anaconda.org/conda-forge/scikit-image,2025-05-18 03:52:23.497,7981862.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-05-22 05:16:40.000000,2025-05-22 04:01:12,2778.0,82.0,4373.0,351.0,3296.0,1061.0,2032.0,38506.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",382.0,41,True,2025-05-19 16:17:15.000,0.16.8,107.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],13683.0,13403.0,https://pypi.org/project/deepspeed,2025-05-19 16:17:15.000,280.0,756576.0,756921.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,22097.0,1.0,,,,,,,,deepspeedai/DeepSpeed,,,,,,,,,,,, +52,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-05-21 16:30:00.000000,2025-05-21 16:27:12,1458.0,67.0,3801.0,483.0,1450.0,254.0,2401.0,35059.0,A library for efficient similarity search and clustering of dense vectors.,223.0,41,True,2025-05-19 03:56:58.000,2.5.9,119.0,pymilvus,conda-forge/faiss,,,,5117.0,4848.0,https://pypi.org/project/pymilvus,2025-05-19 03:56:58.000,269.0,1804568.0,1847918.0,https://anaconda.org/conda-forge/faiss,2025-04-22 14:57:26.087,2557666.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-05-21 14:32:06.000000,2025-05-21 14:31:36,2743.0,41.0,4867.0,314.0,613.0,51.0,924.0,34205.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",172.0,41,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],58524.0,57423.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,7896690.0,8011563.0,https://anaconda.org/conda-forge/timm,2025-04-22 14:57:29.925,390245.0,,,,,1.0,7786471.0,,,,,,-1.0,huggingface/pytorch-image-models,,,,,,,,,,,, +54,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-04-19 19:47:43.000000,2025-04-19 19:47:43,2849.0,39.0,7590.0,609.0,2251.0,244.0,1597.0,26976.0,The fastai deep learning library.,674.0,41,True,2025-04-18 21:15:10.000,2.8.1,155.0,fastai,,,,['pytorch'],22998.0,22670.0,https://pypi.org/project/fastai,2025-04-18 21:15:10.000,328.0,613063.0,613063.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +55,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-05-21 23:15:41.000000,2025-05-21 23:15:38,1305.0,68.0,1685.0,126.0,1228.0,220.0,1026.0,14939.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,169.0,41,True,2025-05-16 00:31:08.000,2.0.7,87.0,albumentations,conda-forge/albumentations,,,['pytorch'],38395.0,37679.0,https://pypi.org/project/albumentations,2025-05-16 00:31:34.000,716.0,6277367.0,6282362.0,https://anaconda.org/conda-forge/albumentations,2025-05-16 10:32:46.251,289710.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-05-20 05:19:02.000000,2025-05-20 05:19:00,9406.0,19.0,1209.0,134.0,5589.0,262.0,4520.0,14481.0,Data Versioning and ML Experiments.,311.0,41,True,2025-05-06 10:58:56.000,3.59.2,544.0,dvc,conda-forge/dvc,,,,23656.0,23514.0,https://pypi.org/project/dvc,2025-05-06 10:58:56.000,142.0,662851.0,710707.0,https://anaconda.org/conda-forge/dvc,2025-05-06 12:44:09.242,2823525.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +57,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-05-21 19:31:50.000000,2025-05-21 17:57:45,1435.0,10.0,1779.0,253.0,750.0,43.0,1582.0,13439.0,Video editing with Python.,182.0,41,True,2025-05-21 19:31:50.000,2.2.1,91.0,moviepy,conda-forge/moviepy,,,,64550.0,63358.0,https://pypi.org/project/moviepy,2025-05-21 19:31:50.000,1192.0,3220102.0,3223311.0,https://anaconda.org/conda-forge/moviepy,2025-04-22 14:56:38.733,301703.0,,,,,1.0,,,,,,,1.0,,,,,,,,,,,,, +58,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-05-21 15:11:25.000000,2025-05-21 15:11:25,10254.0,66.0,2073.0,223.0,4232.0,359.0,3108.0,9026.0,Bayesian Modeling and Probabilistic Programming in Python.,525.0,41,True,2025-04-03 15:02:31.000,5.21.2,100.0,pymc3,conda-forge/pymc3,,,,7383.0,7191.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,274434.0,285723.0,https://anaconda.org/conda-forge/pymc3,2025-04-22 14:56:28.348,665207.0,,,,,1.0,1971.0,,,,,,,,,,,,,,,,,,, +59,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-05-19 14:51:52.024000,2025-05-19 10:40:46,2396.0,45.0,587.0,89.0,954.0,237.0,1042.0,4120.0,Manipulation and analysis of geometric objects.,170.0,41,True,2025-05-19 11:03:43.000,2.1.1,129.0,shapely,conda-forge/shapely,,,,112245.0,108084.0,https://pypi.org/project/shapely,2025-05-19 11:03:43.000,4161.0,49854204.0,50067078.0,https://anaconda.org/conda-forge/shapely,2025-05-19 14:51:52.024,12128785.0,,,,,1.0,3842.0,,,,,,,,,,,,,,,,,,, +60,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-05-22 01:02:48.000000,2025-05-22 01:02:48,4190.0,116.0,1174.0,134.0,3415.0,330.0,1270.0,2161.0,A library for training and deploying machine learning models on Amazon SageMaker.,483.0,41,True,2025-05-19 20:52:06.000,2.244.2,633.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",6154.0,5969.0,https://pypi.org/project/sagemaker,2025-05-19 20:52:06.000,185.0,25493578.0,25520318.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-05-21 01:00:39.647,1524235.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +61,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-05-22 12:06:13.000000,2025-05-22 11:56:21,36811.0,257.0,13537.0,933.0,26574.0,198.0,,24879.0,Apache Flink Python API.,2016.0,40,True,2025-02-12 19:13:03.000,1.19.2,52.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,7247284.0,7247284.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +62,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-05-20 19:26:27.000000,2025-05-20 16:08:15,7809.0,82.0,3824.0,254.0,3489.0,1192.0,2712.0,22369.0,Graph Neural Network Library for PyTorch.,545.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],9886.0,9531.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,631169.0,633856.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-04-22 14:57:29.443,155874.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-04-22 14:56:41.039000,2025-02-14 14:36:27,4536.0,,4379.0,425.0,1716.0,396.0,1466.0,16027.0,Topic Modelling for Humans.,458.0,40,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,77449.0,76072.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4876203.0,4908310.0,https://anaconda.org/conda-forge/gensim,2025-04-22 14:56:41.039,1602757.0,,,,,1.0,6040.0,,,,,,,piskvorky/gensim,,,,,,,,,,,, +64,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-05-20 02:32:55.000000,2025-04-27 18:08:38,6658.0,80.0,2114.0,199.0,1290.0,75.0,2306.0,14172.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4155.0,4001.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,154.0,102748.0,103491.0,https://anaconda.org/conda-forge/python-flair,2025-04-22 14:57:32.879,43100.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-05-15 11:53:34.000000,2025-05-09 23:30:13,8310.0,14.0,3427.0,479.0,749.0,46.0,2193.0,13998.0,A toolkit for making real world machine learning and data analysis applications in C++.,204.0,40,False,2025-05-15 11:53:34.000,19.24.9,41.0,dlib,conda-forge/dlib,,,,38835.0,38597.0,https://pypi.org/project/dlib,2025-05-15 11:53:34.000,238.0,222558.0,241954.0,https://anaconda.org/conda-forge/dlib,2025-04-22 14:56:27.771,1131752.0,,,,,2.0,25580.0,,,,,,,,,,,,,,,,,,, +66,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-05-07 23:51:35.000000,2025-04-22 06:53:11,3873.0,8.0,802.0,137.0,1579.0,141.0,1945.0,9778.0,Declarative visualization library for Python.,176.0,40,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,234025.0,233109.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,28582986.0,28649339.0,https://anaconda.org/conda-forge/altair,2025-04-22 14:56:25.338,2720395.0,,,,,1.0,231.0,,,,,,-1.0,vega/altair,,,,,,,,,,,, +67,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-05-21 16:43:37.000000,2025-05-20 21:51:59,5392.0,179.0,1525.0,106.0,4919.0,1118.0,1760.0,8394.0,A unified framework for machine learning with time series.,461.0,40,True,2025-04-12 14:37:46.000,0.37.0,89.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4613.0,4468.0,https://pypi.org/project/sktime,2025-04-12 14:37:46.000,145.0,952286.0,976386.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-04-22 14:57:58.124,1108566.0,,,,,1.0,111.0,,,,,,,sktime/sktime,,,,,,,,,,,, +68,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-05-22 13:19:29.000000,2025-05-17 10:40:22,1986.0,44.0,2237.0,161.0,957.0,75.0,1094.0,7135.0,Python Data. Leaflet.js Maps.,174.0,40,True,2025-05-15 18:57:32.000,0.19.6,40.0,folium,conda-forge/folium,,,,62320.0,61335.0,https://pypi.org/project/folium,2025-05-15 18:57:32.000,985.0,2240829.0,2313562.0,https://anaconda.org/conda-forge/folium,2025-05-16 08:36:01.571,3782118.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2025-04-22 15:32:24.964000,2023-01-26 21:28:45,11896.0,,6788.0,1066.0,11124.0,1805.0,7758.0,20799.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",985.0,39,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],8084.0,7958.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,713910.0,714309.0,https://anaconda.org/anaconda/mxnet,2025-04-22 15:32:24.964,12115.0,,,,,2.0,28405.0,,,,,,,apache/mxnet,,,,,6.0,,,,,,, +70,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-05-12 12:58:43.000000,2025-01-14 10:26:14,32383.0,,4779.0,358.0,6439.0,142.0,6644.0,20170.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5341.0,5281.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,134744.0,134744.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-05-17 21:07:21.000000,2025-05-17 21:07:21,1998.0,129.0,2569.0,176.0,283.0,6.0,1180.0,19122.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",89.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,7820.0,7776.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,621782.0,621782.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-05-21 20:03:49.000000,2025-05-21 20:03:49,10528.0,81.0,1461.0,133.0,1376.0,146.0,1035.0,9847.0,A PyTorch-based Speech Toolkit.,260.0,39,True,2025-04-07 17:05:07.000,1.0.3,19.0,speechbrain,,,,['pytorch'],3634.0,3555.0,https://pypi.org/project/speechbrain,2025-04-07 17:17:04.000,79.0,1067363.0,1067363.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-05-22 03:32:25.000000,2025-05-21 17:03:45,23462.0,655.0,629.0,66.0,4311.0,572.0,1119.0,9505.0,"Visualize, create, and debug image and video datasets and model predictions.",154.0,39,True,2025-05-09 13:28:22.000,1.5.2,160.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",1007.0,980.0,https://pypi.org/project/fiftyone,2025-05-09 13:09:15.000,27.0,110999.0,110999.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +74,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-05-22 13:57:03.000000,2025-05-22 13:28:48,5253.0,195.0,564.0,37.0,4311.0,688.0,1210.0,3080.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,177.0,39,True,2025-05-13 00:37:31.000,0.45.2,102.0,pyvista,conda-forge/pyvista,,,['jupyter'],5522.0,4816.0,https://pypi.org/project/pyvista,2025-05-13 00:37:31.000,706.0,473013.0,484636.0,https://anaconda.org/conda-forge/pyvista,2025-05-13 05:42:54.487,685249.0,,,,,2.0,894.0,,,,,,,,,,,,,,,,,,, +75,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-05-22 14:35:45.000000,2025-05-22 14:35:44,18341.0,62.0,1338.0,81.0,8263.0,552.0,4451.0,2940.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,394.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,6287.0,5868.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,159502.0,168349.0,https://anaconda.org/conda-forge/mne,2025-04-22 14:56:32.672,530873.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-05-22 08:11:00.000000,2025-05-20 19:52:26,6026.0,42.0,732.0,55.0,5287.0,1545.0,2451.0,1629.0,A distributed task scheduler for Dask.,335.0,39,True,2025-05-20 19:54:21.000,2025.5.1,253.0,distributed,conda-forge/distributed,,,,41784.0,40818.0,https://pypi.org/project/distributed,2025-05-20 19:54:21.000,966.0,3680565.0,3975137.0,https://anaconda.org/conda-forge/distributed,2025-05-20 21:11:35.143,17674353.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-05-22 08:20:52.000000,2025-05-22 08:20:52,2362.0,11.0,5518.0,515.0,194.0,1180.0,1389.0,25251.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,38,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],4395.0,4365.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,255225.0,577486.0,,,,,,,,2.0,8056533.0,,,,,,,,,,,,,,,,,,, +78,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-05-22 14:40:30.000000,2025-05-22 12:35:31,4113.0,213.0,2174.0,152.0,4522.0,137.0,3804.0,20813.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",290.0,38,True,2025-05-09 05:21:14.000,2.13.2,100.0,haystack,,,,,1160.0,1155.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6184.0,6184.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-05-22 13:57:41.000000,2025-05-21 21:52:12,8643.0,646.0,2820.0,231.0,10379.0,140.0,2505.0,14552.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",421.0,38,True,2025-05-08 23:42:57.000,2.3.0,89.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-05-08 23:42:38.000,14.0,179553.0,185132.0,,,,,,,,1.0,379386.0,,,,,,,,,,,,,,,,,,, +80,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-05-20 12:12:26.000000,2025-05-20 12:10:35,2010.0,91.0,4470.0,536.0,736.0,149.0,1534.0,14319.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-04-05 21:44:18.000,1.2.6,93.0,chatterbot,,,,,6394.0,6376.0,https://pypi.org/project/chatterbot,2025-04-05 21:37:41.000,18.0,26870.0,26870.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +81,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-05-20 14:42:12.000000,2025-03-26 00:32:10,1575.0,50.0,1704.0,149.0,880.0,255.0,587.0,12923.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,38,True,2025-03-26 00:41:27.000,4.16.1,73.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",6762.0,6579.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,355233.0,360124.0,https://anaconda.org/conda-forge/pandas-profiling,2025-04-22 14:56:27.206,513420.0,,,,,2.0,317.0,,,,,,,ydataai/ydata-profiling,,,,,,,,,,,, +82,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-04-22 14:57:29.549000,2025-02-26 15:14:58,992.0,4.0,1206.0,126.0,332.0,53.0,729.0,10906.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,114952.0,113220.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,28080631.0,28107506.0,https://anaconda.org/conda-forge/sentencepiece,2025-04-22 14:57:29.549,1517877.0,,,,,1.0,57156.0,,,,,,,,,,,,,,,,,,, +83,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2025-04-22 14:56:25.718000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4122.0,697.0,2089.0,9944.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16352.0,16180.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,85690.0,109393.0,https://anaconda.org/conda-forge/theano,2025-04-22 14:56:25.718,2512551.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +84,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-04-22 14:57:31.323000,2025-03-18 16:33:44,1860.0,2.0,878.0,122.0,710.0,78.0,978.0,9699.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,38,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,172620.0,171326.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,55550015.0,55601430.0,https://anaconda.org/conda-forge/tokenizers,2025-04-22 14:57:31.323,2982016.0,,,,,1.0,74.0,,,,,,,,,,,,,,,,,,, +85,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-05-19 20:12:06.000000,2025-05-19 20:12:05,627.0,15.0,1162.0,258.0,226.0,71.0,209.0,9338.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,57932.0,57527.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1359594.0,1362314.0,https://anaconda.org/conda-forge/textblob,2025-04-22 14:56:26.678,285622.0,,,,,1.0,126.0,,,,,,,,,,,,,,,,,,, +86,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-05-20 04:49:35.000000,2025-05-20 04:25:44,23118.0,220.0,2190.0,169.0,3482.0,368.0,2173.0,9122.0,End-to-End Speech Processing Toolkit.,494.0,38,True,2025-03-27 15:18:36.000,.202503,55.0,espnet,,,,,465.0,453.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,18201.0,18202.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +87,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-05-21 08:59:17.000000,2025-05-21 08:59:17,2093.0,33.0,947.0,105.0,1762.0,441.0,1307.0,4759.0,Python tools for geographic data.,245.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],59590.0,56751.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7889084.0,7968230.0,https://anaconda.org/conda-forge/geopandas,2025-04-22 14:56:20.839,4667974.0,,,,,2.0,3002.0,,,,,,,,,,,,,,,,,,, +88,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-05-21 08:30:55.000000,2025-05-21 08:30:47,6696.0,36.0,1574.0,108.0,4650.0,700.0,773.0,4409.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",523.0,38,True,2025-03-12 16:04:38.000,4.9.8,41.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],24362.0,24026.0,https://pypi.org/project/tensorflow-datasets,2025-03-12 16:04:33.000,336.0,1331306.0,1332274.0,https://anaconda.org/conda-forge/tensorflow-datasets,2025-04-22 14:57:51.541,46497.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +89,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-05-22 12:46:12.000000,2025-05-21 12:15:01,10953.0,34.0,407.0,55.0,3196.0,1084.0,2306.0,2800.0,"With Holoviews, your data visualizes itself.",150.0,38,True,2025-03-13 13:22:18.000,1.20.2,180.0,holoviews,conda-forge/holoviews,,,['jupyter'],16426.0,15990.0,https://pypi.org/project/holoviews,2025-03-31 11:58:36.000,431.0,504784.0,540085.0,https://anaconda.org/conda-forge/holoviews,2025-04-22 14:56:23.771,2072799.0,,,,,2.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,169.0,2.0,,,,,,,,,,,,, +90,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-05-22 14:37:18.000000,2025-05-22 10:16:45,1825.0,110.0,709.0,61.0,1802.0,179.0,1003.0,2611.0,The official Python client for the Huggingface Hub.,240.0,38,True,2025-05-19 09:48:29.000,0.31.4,173.0,huggingface_hub,conda-forge/huggingface_hub,,,,3007.0,,https://pypi.org/project/huggingface_hub,2025-05-19 09:37:11.000,3007.0,88089852.0,88153291.0,https://anaconda.org/conda-forge/huggingface_hub,2025-05-19 16:09:31.658,3235428.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +91,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-05-20 16:28:53.000000,2025-05-20 16:28:53,3937.0,15.0,538.0,143.0,1272.0,151.0,1725.0,2362.0,Rasterio reads and writes geospatial raster datasets.,167.0,38,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,18958.0,17422.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2272800.0,2362613.0,https://anaconda.org/conda-forge/rasterio,2025-04-22 14:56:21.283,4669860.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +92,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-04-22 14:56:30.839000,2025-02-21 05:44:35,1554.0,,312.0,31.0,511.0,100.0,514.0,1594.0,Python library for reading and writing image data.,122.0,38,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,177936.0,175321.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,25657904.0,25793674.0,https://anaconda.org/conda-forge/imageio,2025-04-22 14:56:30.839,7873396.0,,,,,2.0,1762.0,,,,,,,,,,,,,,,,,,, +93,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-05-21 16:55:55.000000,2025-05-21 16:55:55,10960.0,152.0,604.0,63.0,3117.0,298.0,2065.0,1277.0,Machine learning for NeuroImaging in Python.,255.0,38,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4552.0,4243.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,257975.0,264163.0,https://anaconda.org/conda-forge/nilearn,2025-04-22 14:56:23.063,333878.0,,,,,1.0,297.0,,,,,,,,,,,,,,,,,,, +94,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2025-04-22 14:56:34.345000,2020-02-15 08:33:35,523.0,,6713.0,1277.0,167.0,674.0,228.0,34094.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,39574.0,38736.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1729820.0,1733565.0,https://anaconda.org/conda-forge/jieba,2025-04-22 14:56:34.345,179799.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +95,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-04-22 14:57:32.679000,2024-10-18 16:40:02,2327.0,,6486.0,422.0,1365.0,1313.0,3055.0,31451.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4368.0,4251.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,90787.0,93265.0,https://anaconda.org/conda-forge/fairseq,2025-04-22 14:57:32.679,143496.0,,,,,2.0,411.0,,,,,,,,,,,,,,,,,,, +96,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9596.0,370.0,3179.0,1889.0,6739.0,31050.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3962.0,3879.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,83.0,194292.0,194292.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-04-28 11:23:43.000000,2025-04-21 19:23:34,4000.0,37.0,1967.0,185.0,208.0,130.0,1121.0,28993.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",109.0,37,True,2025-04-24 09:01:27.000,16.10.1,252.0,ocrmypdf,conda-forge/ocrmypdf,,,,1377.0,1331.0,https://pypi.org/project/ocrmypdf,2025-04-24 09:00:58.000,46.0,224755.0,227270.0,https://anaconda.org/conda-forge/ocrmypdf,2025-04-22 14:57:47.405,99438.0,,,,,1.0,11893.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +98,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-04-29 06:00:37.000000,2025-01-26 07:01:34,1702.0,,2855.0,378.0,485.0,5.0,1932.0,15325.0,Python Echarts Plotting Library.,45.0,37,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5596.0,5373.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,248092.0,248094.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +99,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-04-22 14:57:01.127000,2025-01-13 19:00:04,4822.0,,5277.0,381.0,744.0,670.0,1393.0,13804.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,37,False,2025-04-15 15:39:39.000,2.9.0,60.0,glfw,conda-forge/glfw,,,,1840.0,1615.0,https://pypi.org/project/glfw,2025-04-15 15:39:39.000,225.0,499021.0,541576.0,https://anaconda.org/conda-forge/glfw,2025-04-22 14:57:01.127,372359.0,,,,,2.0,4301100.0,,,,,,,,,,,,,,,,,,, +100,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-05-22 14:00:54.000000,2025-05-06 12:05:32,6608.0,17.0,3890.0,258.0,1889.0,1126.0,4818.0,12487.0,Open-source simulator for autonomous driving research.,182.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,1065.0,1054.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,42792.0,42792.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +101,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2025-04-22 14:56:58.676000,2022-11-22 00:42:46,2719.0,,2254.0,277.0,3096.0,91.0,2477.0,11850.0,"An open-source NLP research library, built on PyTorch.",267.0,37,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4555.0,4430.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,71102.0,73525.0,https://anaconda.org/conda-forge/allennlp,2025-04-22 14:56:58.676,186573.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +102,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-05-20 08:51:44.000000,2025-05-20 08:51:43,2888.0,32.0,1016.0,128.0,2029.0,301.0,681.0,10483.0,Geometric Computer Vision Library for Spatial AI.,288.0,37,True,2025-05-08 11:13:22.000,0.8.1,43.0,kornia,conda-forge/kornia,,,['pytorch'],16295.0,15952.0,https://pypi.org/project/kornia,2025-05-08 11:13:22.000,343.0,2675193.0,2679522.0,https://anaconda.org/conda-forge/kornia,2025-05-08 14:44:56.729,228200.0,,,,,2.0,1929.0,,,,,,,,,,,,,,,,,,, +103,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-04-25 09:16:18.000000,2025-04-25 09:15:23,711.0,3.0,363.0,65.0,140.0,34.0,163.0,8929.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,37,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,78317.0,75760.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9570723.0,9577705.0,https://anaconda.org/conda-forge/einops,2025-04-22 14:57:12.206,384044.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-05-19 17:23:12.000000,2025-05-19 17:23:08,1483.0,17.0,913.0,211.0,280.0,185.0,254.0,7267.0,Efficiently computes derivatives of NumPy code.,61.0,37,True,2025-05-05 12:49:00.000,1.8.0,31.0,autograd,conda-forge/autograd,,,,13783.0,13469.0,https://pypi.org/project/autograd,2025-05-05 12:49:00.000,314.0,3429103.0,3444627.0,https://anaconda.org/conda-forge/autograd,2025-05-05 13:26:33.574,543372.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +105,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-05-21 22:00:43.000000,2025-05-21 22:00:38,5123.0,131.0,693.0,86.0,2901.0,392.0,785.0,6564.0,Flax is a neural network library for JAX that is designed for flexibility.,263.0,37,True,2025-04-23 20:27:05.000,0.10.6,54.0,flax,conda-forge/flax,,,['jax'],15003.0,14390.0,https://pypi.org/project/flax,2025-04-23 20:27:05.000,613.0,1481516.0,1483553.0,https://anaconda.org/conda-forge/flax,2025-04-22 14:57:49.496,101881.0,,,,,2.0,61.0,,,,,,,,,,,,,,,,,,, +106,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-05-22 00:19:01.000000,2025-05-07 13:10:19,1810.0,57.0,649.0,60.0,1971.0,158.0,1287.0,4662.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,862.0,37,True,2025-03-29 13:50:06.000,0.5.2,1987.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3926.0,3815.0,https://pypi.org/project/pytorch-ignite,2025-05-22 00:19:01.000,111.0,183889.0,186693.0,https://anaconda.org/pytorch/ignite,2025-03-30 00:53:29.695,232784.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-05-09 13:34:25.000000,2025-04-08 13:20:13,4346.0,74.0,1107.0,156.0,1811.0,435.0,915.0,4090.0,Fast data visualization and GUI tools for scientific / engineering applications.,304.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,13433.0,12407.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,403456.0,415428.0,https://anaconda.org/conda-forge/pyqtgraph,2025-04-22 14:56:31.078,706391.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +108,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-05-22 14:54:30.000000,2025-05-22 14:11:08,5401.0,335.0,659.0,47.0,5992.0,394.0,1181.0,2647.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",201.0,37,True,2025-05-02 20:46:10.000,0.41.1,63.0,pennylane,conda-forge/pennylane,,,,1843.0,1691.0,https://pypi.org/project/pennylane,2025-05-02 20:46:10.000,152.0,89863.0,96226.0,https://anaconda.org/conda-forge/pennylane,2025-04-22 14:58:05.852,267239.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +109,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2025-04-22 14:57:35.730000,2022-06-10 09:12:18,238.0,,13504.0,1568.0,238.0,795.0,594.0,54778.0,The worlds simplest facial recognition api for Python and the command line.,54.0,36,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],5297.0,5181.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,210324.0,210953.0,https://anaconda.org/conda-forge/face_recognition,2025-04-22 14:57:35.730,34485.0,,,,,2.0,1412.0,,,,,,,,,,,,,,,,,,, +110,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2025-04-22 14:58:02.848000,2024-02-10 14:20:58,4668.0,,4841.0,309.0,756.0,88.0,1163.0,40183.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,36,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",3231.0,3178.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,245876.0,347550.0,https://anaconda.org/conda-forge/tts,2025-04-22 14:58:02.848,25799.0,,,,,1.0,5053752.0,,,,,,,,,,,,,,,,,,, +111,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2025-04-22 14:57:06.395000,2020-06-01 14:58:26,2913.0,,2444.0,228.0,347.0,310.0,226.0,14575.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,26171.0,25906.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,364326.0,367388.0,https://anaconda.org/conda-forge/imgaug,2025-04-22 14:57:06.395,217440.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +112,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-04-22 08:33:56.000000,2025-02-01 10:46:42,1341.0,,2254.0,333.0,1604.0,397.0,1866.0,14486.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1419.0,1385.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,34.0,100705.0,100705.0,,,,,,,,2.0,,,,,,,,,stable/horovod,,,,,,,,,,, +113,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,,3018.0,174.0,5071.0,539.0,2361.0,13880.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,4146.0,3998.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,103605.0,103605.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +114,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2025-04-22 14:56:58.184000,2022-12-08 17:49:19,746.0,,1075.0,134.0,243.0,371.0,274.0,9371.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,101799.0,100430.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,9016239.0,9019604.0,https://anaconda.org/conda-forge/pydub,2025-04-22 14:56:58.184,168290.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +115,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-04-30 06:08:34.747000,2025-04-29 22:21:52,1895.0,6.0,1412.0,148.0,262.0,231.0,153.0,9203.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",65.0,36,True,2025-04-29 22:28:31.000,2.0.5,97.0,pyod,conda-forge/pyod,,,,5385.0,5253.0,https://pypi.org/project/pyod,2025-04-29 22:26:57.000,132.0,635415.0,637979.0,https://anaconda.org/conda-forge/pyod,2025-04-30 06:08:34.747,153860.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +116,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-05-22 09:05:42.000000,2025-05-21 21:50:29,2580.0,89.0,1019.0,94.0,2921.0,406.0,1253.0,8871.0,Fast and Accurate ML in 3 Lines of Code.,137.0,36,True,2025-05-22 05:58:16.000,1.3.1,1844.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1143.0,1111.0,https://pypi.org/project/autogluon,2025-05-22 09:05:42.000,32.0,185048.0,186532.0,https://anaconda.org/conda-forge/autogluon,2025-05-03 00:10:58.890,35050.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,19.0,16334.0,1.0,,,,,,,,,,,,,,,,,,,, +117,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-05-21 20:09:20.000000,2025-05-21 20:09:18,1291.0,89.0,829.0,293.0,1712.0,346.0,453.0,8829.0,"Build, Manage and Deploy AI/ML Systems.",105.0,36,True,2025-05-21 14:01:17.000,2.15.14,193.0,metaflow,conda-forge/metaflow,,,,959.0,907.0,https://pypi.org/project/metaflow,2025-05-21 14:01:17.000,52.0,248253.0,253366.0,https://anaconda.org/conda-forge/metaflow,2025-04-22 14:57:18.349,296586.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +118,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-05-16 17:29:23.000000,2025-05-16 17:29:22,3229.0,27.0,1186.0,90.0,3602.0,428.0,2824.0,6419.0,AI Toolkit for Healthcare Imaging.,223.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],4338.0,4202.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,347179.0,348382.0,https://anaconda.org/conda-forge/monai,2025-04-22 14:58:07.903,49354.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-05-20 19:01:26.000000,2025-05-20 19:01:26,1238.0,18.0,680.0,123.0,997.0,386.0,1145.0,4731.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",192.0,36,True,2025-04-29 03:56:01.000,8.3,53.0,coremltools,conda-forge/coremltools,,,,4968.0,4870.0,https://pypi.org/project/coremltools,2025-04-28 20:13:28.000,98.0,507848.0,509778.0,https://anaconda.org/conda-forge/coremltools,2025-04-22 14:57:38.011,97495.0,,,,,2.0,14555.0,,,,,,,,,,,,,,,,,,, +120,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-05-14 01:56:31.000000,2025-05-14 01:56:29,12229.0,17.0,1117.0,154.0,472.0,709.0,763.0,4337.0,Probabilistic reasoning and statistical analysis in TensorFlow.,502.0,36,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],622.0,4.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,934391.0,937920.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-04-22 14:57:01.266,179983.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +121,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-05-22 11:10:29.000000,2025-05-22 11:02:15,2578.0,121.0,233.0,62.0,150.0,73.0,646.0,4213.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,38.0,plotnine,conda-forge/plotnine,,,,12565.0,12187.0,https://pypi.org/project/plotnine,2025-05-19 11:04:46.000,378.0,2490614.0,2498575.0,https://anaconda.org/conda-forge/plotnine,2025-04-22 14:56:36.903,469735.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-05-22 13:29:08.000000,2025-05-15 10:00:42,8816.0,98.0,724.0,100.0,13461.0,26.0,882.0,3979.0,State of the Art Natural Language Processing.,114.0,36,True,2025-05-14 19:43:04.000,6.0.1,154.0,spark-nlp,,,,['spark'],637.0,600.0,https://pypi.org/project/spark-nlp,2025-05-14 13:44:10.000,37.0,4246332.0,4246332.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-05-22 13:57:34.000000,2025-05-22 13:54:30,4195.0,373.0,324.0,67.0,2989.0,113.0,768.0,2487.0,Adaptive Experimentation Platform.,185.0,36,True,2025-05-08 22:36:37.000,1.0.0,45.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],1030.0,967.0,https://pypi.org/project/ax-platform,2025-05-08 22:36:37.000,63.0,243093.0,243931.0,https://anaconda.org/conda-forge/ax-platform,2025-05-09 16:55:05.721,39416.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +124,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-05-20 01:48:48.000000,2025-05-19 07:19:37,2156.0,97.0,428.0,33.0,1906.0,74.0,878.0,2272.0,"Machine learning metrics for distributed, scalable PyTorch applications.",274.0,36,True,2025-04-07 19:33:42.000,1.7.1,58.0,metrics,conda-forge/torchmetrics,,,['pytorch'],42428.0,42424.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,4908.0,44368.0,https://anaconda.org/conda-forge/torchmetrics,2025-04-22 14:57:48.806,1966543.0,,,,,2.0,6545.0,,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,, +125,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-05-22 13:35:23.000000,2025-05-15 05:54:52,5187.0,66.0,1110.0,154.0,1436.0,78.0,772.0,2000.0,Documentation and samples for ArcGIS API for Python.,97.0,36,True,2025-04-07 20:25:27.000,2.4.1,51.0,arcgis,,esridocker/arcgis-api-python-notebook,,,999.0,958.0,https://pypi.org/project/arcgis,2025-04-17 15:35:46.000,41.0,134484.0,134627.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14948.0,,,,,,,,,,,,,,,,,,, +126,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-04-22 15:32:21.966000,2024-05-13 18:28:50,1241.0,,214.0,32.0,49.0,12.0,175.0,1707.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,93563.0,90664.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,24086637.0,24087197.0,https://anaconda.org/anaconda/python-graphviz,2025-04-22 15:32:21.966,54395.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-04-28 09:37:04.000000,2025-04-28 09:37:02,1597.0,15.0,433.0,49.0,1556.0,193.0,698.0,1684.0,Exploratory analysis of Bayesian models with Python.,172.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,11285.0,10920.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1744795.0,1784380.0,https://anaconda.org/conda-forge/arviz,2025-04-22 14:57:05.519,2375005.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,, +128,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-05-05 16:10:15.000000,2025-05-05 16:08:51,1617.0,8.0,218.0,33.0,734.0,37.0,598.0,1122.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,71.0,36,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,46386.0,44438.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,10826395.0,11005805.0,https://anaconda.org/conda-forge/pyproj,2025-04-22 14:56:20.271,10405806.0,,,,,2.0,,,,,,,-1.0,,,,,,,,,,,,, +129,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-05-21 15:01:28.000000,2025-05-21 15:01:16,9032.0,188.0,2902.0,306.0,255.0,21.0,1175.0,30276.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,35,True,2025-05-16 08:51:25.000,8.3.4,710.0,netron,,,,"['pytorch', 'tensorflow']",101.0,13.0,https://pypi.org/project/netron,2025-05-16 08:51:25.000,88.0,38758.0,91384.0,,,,,,,,1.0,52626.0,,,,,,,,,,,,,,,,,,, +130,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-05-22 14:21:36.000000,2025-05-22 14:20:11,8904.0,943.0,3346.0,277.0,9444.0,133.0,784.0,29160.0,You like pytorch? You like micrograd? You love tinygrad!.,396.0,35,True,2025-05-14 22:45:47.000,0.10.3,12.0,,,,,['pytorch'],216.0,216.0,,,,,,,,,,,,,1.0,,,,,,,,tinygrad/tinygrad,,,,,,,,,,,, +131,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2025-04-22 14:56:42.880000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26217.0,Library for fast text representation and classification.,68.0,35,False,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,8107.0,7860.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1083456.0,1085856.0,https://anaconda.org/conda-forge/fasttext,2025-04-22 14:56:42.880,134421.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-05-22 15:06:51.000000,2025-05-16 07:18:14,4208.0,298.0,1617.0,131.0,4770.0,348.0,1148.0,23693.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",131.0,35,True,2025-04-22 16:34:34.000,1.14.0,98.0,,,,,,117.0,117.0,,,,,8198.0,,,,,,,,2.0,401745.0,,,,,,,,,,,,,,,,,,, +133,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-04-22 14:57:59.713000,2025-03-24 13:59:53,8644.0,5.0,2218.0,216.0,4226.0,1.0,1946.0,21586.0,Build multimodal AI applications with cloud-native stack.,183.0,35,True,2025-03-24 13:59:31.000,3.34.0,2492.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-03-24 13:59:31.000,29.0,45819.0,76381.0,https://anaconda.org/conda-forge/jina-core,2025-04-22 14:57:59.713,95230.0,https://hub.docker.com/r/jinaai/jina,2025-03-24 14:11:41.059929,8.0,1789076.0,2.0,,,,,,,,jina-ai/serve,,,,,,,,,,,, +134,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-05-20 10:19:28.000000,2025-05-08 19:01:52,9137.0,89.0,3157.0,279.0,1328.0,163.0,722.0,20238.0,Best Practices on Recommendation Systems.,137.0,35,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,177.0,173.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,19949.0,19958.0,,,,,,,,1.0,737.0,,,,,,,recommenders-team/recommenders,,,,,,,,,,,, +135,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2025-04-22 14:56:27.546000,2024-07-29 00:37:39,894.0,,1182.0,315.0,270.0,64.0,346.0,13758.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5350.0,5149.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,696824.0,709117.0,https://anaconda.org/conda-forge/python-annoy,2025-04-22 14:56:27.546,688421.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-04-22 14:57:34.170000,2025-03-06 20:05:48,5371.0,3.0,1786.0,134.0,1066.0,387.0,1957.0,9330.0,"An open-source, low-code machine learning library in Python.",142.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7726.0,7695.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,339555.0,340789.0,https://anaconda.org/conda-forge/pycaret,2025-04-22 14:57:34.170,69662.0,,,,,2.0,731.0,,,,,,,,,,,,,,,,,,, +137,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-05-22 14:41:21.000000,2025-05-21 23:10:34,40840.0,522.0,943.0,157.0,12034.0,1099.0,5892.0,8938.0,cuDF - GPU DataFrame Library.,306.0,35,True,2025-04-09 18:14:04.000,25.04.00,61.0,cudf,,,,,84.0,62.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3338.0,3338.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +138,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-05-18 15:01:35.000000,2025-05-18 15:01:35,786.0,40.0,2416.0,274.0,215.0,325.0,341.0,8729.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",54.0,35,True,2025-05-12 23:42:38.000,3.14.3,66.0,SpeechRecognition,conda-forge/speechrecognition,,,,751.0,21.0,https://pypi.org/project/SpeechRecognition,2025-05-12 23:42:23.000,730.0,1435017.0,1439665.0,https://anaconda.org/conda-forge/speechrecognition,2025-05-12 19:22:07.059,264964.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +139,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-05-19 07:57:19.000000,2025-05-19 07:57:19,404.0,11.0,1570.0,131.0,186.0,7.0,372.0,8241.0,A Python implementation of global optimization with gaussian processes.,50.0,35,True,2025-05-12 11:55:56.000,2.0.4,22.0,bayesian-optimization,,,,,3897.0,3724.0,https://pypi.org/project/bayesian-optimization,2025-05-12 11:55:56.000,173.0,315283.0,315284.0,,,,,,,,1.0,177.0,,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,, +140,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-05-22 08:35:39.000000,2025-05-22 03:53:58,3586.0,110.0,837.0,76.0,3974.0,128.0,984.0,7725.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",256.0,35,True,2025-05-20 03:23:07.000,1.4.14,194.0,bentoml,,,,,2706.0,2666.0,https://pypi.org/project/bentoml,2025-05-20 03:23:07.000,40.0,106796.0,106808.0,,,,,,,,2.0,404.0,,,,,,,,,,,,,,,,,,, +141,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-05-21 20:30:52.000000,2025-05-19 17:05:09,3299.0,4.0,984.0,136.0,686.0,66.0,1184.0,7623.0,Python library for audio and music analysis.,126.0,35,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3628608.0,3644056.0,https://anaconda.org/conda-forge/librosa,2025-04-22 14:56:25.574,896011.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-05-21 02:36:26.000000,2025-05-21 02:30:31,1306.0,44.0,512.0,300.0,1004.0,254.0,347.0,5227.0,Model interpretability and understanding for PyTorch.,128.0,35,True,2025-03-27 04:51:30.000,0.8.0,11.0,captum,conda-forge/captum,,,['pytorch'],3441.0,3270.0,https://pypi.org/project/captum,2025-03-27 04:48:08.000,171.0,300638.0,303598.0,https://anaconda.org/conda-forge/captum,2025-04-22 14:58:08.009,121388.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +143,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-04-22 14:56:38.886000,2025-01-26 15:57:33,1660.0,,876.0,116.0,542.0,148.0,347.0,5007.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],20333.0,20136.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,740095.0,746233.0,https://anaconda.org/conda-forge/mlxtend,2025-04-22 14:56:38.886,356039.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +144,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-05-19 06:22:36.000000,2025-05-19 06:22:36,1005.0,1.0,896.0,90.0,238.0,151.0,708.0,4833.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",54.0,35,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,601039.0,588310.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,12729.0,17800543.0,17800543.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-05-20 07:47:59.000000,2025-05-20 07:47:59,7433.0,27.0,622.0,116.0,1218.0,377.0,1122.0,3430.0,High-performance interactive 2D/3D data visualization library.,205.0,35,True,2025-05-19 13:53:25.000,0.15.2,42.0,vispy,conda-forge/vispy,,,['jupyter'],2209.0,2006.0,https://pypi.org/project/vispy,2025-05-19 13:26:00.000,200.0,163342.0,177863.0,https://anaconda.org/conda-forge/vispy,2025-05-19 20:25:53.490,812012.0,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,21.0,,,,,,,,,,,,,, +146,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-05-22 14:55:45.000000,2025-05-20 09:08:14,1220.0,38.0,537.0,55.0,1439.0,358.0,528.0,2910.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",146.0,35,True,2025-05-16 14:23:15.000,1.25.3,79.0,optimum,conda-forge/optimum,,,,5861.0,5621.0,https://pypi.org/project/optimum,2025-05-16 14:22:40.000,240.0,1270798.0,1271865.0,https://anaconda.org/conda-forge/optimum,2025-04-22 14:58:14.435,39497.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +147,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-05-22 11:35:02.000000,2025-05-20 21:32:25,2336.0,8.0,689.0,73.0,2946.0,286.0,732.0,2667.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",236.0,35,True,2025-04-24 15:24:54.000,2.7.0,41.0,torchaudio,,,,['pytorch'],1867.0,,https://pypi.org/project/torchaudio,2025-04-23 14:46:42.000,1867.0,12961536.0,12961536.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-05-21 15:50:37.000000,2025-05-21 15:50:04,2153.0,120.0,182.0,24.0,2185.0,49.0,204.0,1283.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-04-23 12:35:02.000,2025.5.0,36.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13694.0,13629.0,https://pypi.org/project/scikit-learn-intelex,2025-04-22 09:41:39.000,65.0,97375.0,108482.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-05-05 23:35:51.172,544262.0,,,,,1.0,,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,, +149,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-05-19 20:17:45.000000,2025-03-24 18:10:07,917.0,7.0,350.0,40.0,1120.0,195.0,173.0,1258.0,Making text a first-class citizen in TensorFlow.,184.0,35,True,2025-04-04 21:04:24.000,2.19.0,76.0,tensorflow-text,,,,['tensorflow'],9818.0,9590.0,https://pypi.org/project/tensorflow-text,2025-04-04 20:51:29.000,228.0,6487298.0,6487298.0,,,,,,,,2.0,,,,,,,-1.0,,,,,,,,,,,,, +150,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-04-22 14:56:20.833000,2025-02-20 23:53:44,1571.0,,207.0,46.0,633.0,34.0,778.0,1187.0,Fiona reads and writes geographic data files.,78.0,35,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,26410.0,26027.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4379044.0,4497325.0,https://anaconda.org/conda-forge/fiona,2025-04-22 14:56:20.833,6860355.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-05-05 13:43:30.848000,2025-04-28 11:22:23,15122.0,20.0,530.0,49.0,2344.0,420.0,974.0,782.0,Workflows and interfaces for neuroimaging packages.,264.0,35,True,2025-03-19 23:38:43.000,1.10.0,68.0,nipype,conda-forge/nipype,,,,7029.0,6876.0,https://pypi.org/project/nipype,2025-03-19 23:30:05.000,153.0,334031.0,348086.0,https://anaconda.org/conda-forge/nipype,2025-05-05 13:43:30.848,801140.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3282.0,320.0,270.0,461.0,604.0,26705.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,15444.0,15191.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,906426.0,1270271.0,,,,,,,,2.0,21466896.0,,,,,,,,,,,,,,,,,,, +153,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2025-05-17 00:45:34.000000,2025-05-17 00:45:29,828.0,10.0,4535.0,452.0,477.0,439.0,1737.0,19219.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,187.0,34,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,145213.0,174549.0,https://anaconda.org/conda-forge/prophet,2025-04-22 14:57:50.177,1436003.0,,,,,1.0,2981.0,,,,,,,,,,,,,,,,,,, +154,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-04-22 14:57:50.610000,2025-04-22 05:38:53,2693.0,12.0,736.0,104.0,507.0,621.0,1280.0,10028.0,An open source multi-tool for exploring and publishing data.,82.0,34,True,2024-11-29 01:18:11.000,0.65.1,157.0,datasette,conda-forge/datasette,,,,1984.0,1528.0,https://pypi.org/project/datasette,2025-04-22 05:45:11.000,456.0,186775.0,188041.0,https://anaconda.org/conda-forge/datasette,2025-04-22 14:57:50.610,61990.0,,,,,2.0,72.0,,,,,,,,,datasette,,,,,,,,,, +155,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-05-22 04:23:10.000000,2025-05-15 16:42:23,6336.0,81.0,1215.0,123.0,1820.0,110.0,772.0,9159.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",100.0,34,True,2025-05-06 19:27:49.000,3.6.1,154.0,perspective-python,conda-forge/perspective,,,['jupyter'],216.0,180.0,https://pypi.org/project/perspective-python,2025-05-01 02:18:31.000,30.0,18358.0,54111.0,https://anaconda.org/conda-forge/perspective,2025-05-07 14:21:25.398,2057913.0,,,,,2.0,11355.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-05-01 02:18:10.137,6.0,358.0,,,,,,,,,,,,,, +156,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-04-24 21:56:30.000000,2025-04-24 21:56:30,2512.0,10.0,987.0,200.0,2344.0,261.0,852.0,8768.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,34,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,460064.0,464862.0,https://anaconda.org/conda-forge/pyro-ppl,2025-04-22 14:57:47.967,239921.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +157,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-04-22 14:56:55.071000,2024-12-27 12:36:14,1223.0,,1051.0,118.0,279.0,143.0,618.0,7420.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,21906.0,21453.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2570285.0,2585409.0,https://anaconda.org/conda-forge/hyperopt,2025-04-22 14:56:55.071,831853.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +158,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-05-22 14:36:36.000000,2025-05-08 00:06:57,32625.0,30.0,2019.0,380.0,6970.0,2897.0,6717.0,7158.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",277.0,34,True,,,157.0,h2o,,,,,156.0,98.0,https://pypi.org/project/h2o,2025-03-27 20:59:49.000,58.0,196521.0,196521.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-04-25 06:30:48.000000,2025-04-17 18:38:38,3694.0,70.0,743.0,145.0,134.0,106.0,364.0,6503.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-03-27 02:51:02.000,0.6.10,58.0,interpret,,,,['jupyter'],951.0,898.0,https://pypi.org/project/interpret,2025-03-26 16:45:55.000,53.0,180012.0,180012.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +160,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-05-04 15:19:30.415000,2025-05-04 14:31:12,2355.0,6.0,1127.0,189.0,244.0,279.0,289.0,6093.0,Distributed Evolutionary Algorithms in Python.,91.0,34,False,2025-05-04 12:26:13.000,1.4.3,29.0,deap,conda-forge/deap,,,,6817.0,6538.0,https://pypi.org/project/deap,2025-05-04 12:26:13.000,279.0,276750.0,286503.0,https://anaconda.org/conda-forge/deap,2025-05-04 15:19:30.415,536424.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-05-22 10:47:16.000000,2025-05-22 10:45:04,2526.0,46.0,678.0,95.0,294.0,484.0,627.0,5999.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",104.0,34,True,2025-05-22 10:47:16.000,2.0.0,181.0,clearml,,allegroai/trains,,,1855.0,1797.0,https://pypi.org/project/clearml,2025-05-22 10:46:36.000,58.0,380794.0,381271.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30645.0,2.0,3246.0,,,,,,,clearml/clearml,,,,,,,,,,,, +162,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-05-21 17:15:26.000000,2025-05-21 16:53:27,10605.0,19.0,1861.0,140.0,2668.0,777.0,1247.0,5978.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",258.0,34,True,2024-04-03 16:21:23.000,2.8.0,993.0,deepchem,conda-forge/deepchem,,,['tensorflow'],624.0,607.0,https://pypi.org/project/deepchem,2025-05-21 17:15:26.000,17.0,39436.0,41398.0,https://anaconda.org/conda-forge/deepchem,2025-04-22 14:57:21.461,115778.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2025-04-22 14:57:21.231000,2022-10-17 02:18:00,30611.0,,1366.0,279.0,6588.0,12.0,2032.0,5912.0,A flexible framework of neural networks for deep learning.,328.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3477.0,3419.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,9662.0,10030.0,https://anaconda.org/conda-forge/chainer,2025-04-22 14:57:21.231,23189.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-05-22 04:30:22.000000,2025-05-22 04:26:51,2195.0,68.0,420.0,49.0,1959.0,79.0,511.0,3261.0,Bayesian optimization in PyTorch.,142.0,34,True,2025-05-06 15:58:29.000,0.14.0,49.0,botorch,conda-forge/botorch,,,['pytorch'],1610.0,1499.0,https://pypi.org/project/botorch,2025-05-06 15:58:29.000,111.0,318004.0,320713.0,https://anaconda.org/conda-forge/botorch,2025-05-07 00:07:41.829,154449.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +165,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-05-17 09:57:42.000000,2025-05-15 08:45:37,3156.0,57.0,747.0,75.0,1088.0,302.0,730.0,2907.0,Python Library for Causal and Probabilistic Modeling using Bayesian Networks.,148.0,34,True,2025-03-31 18:26:31.000,1.0.0,27.0,pgmpy,,,,,1696.0,1624.0,https://pypi.org/project/pgmpy,2025-03-31 17:39:00.000,72.0,181456.0,181466.0,,,,,,,,1.0,612.0,,,,,,,,,,,,,,,,,,, +166,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-04-22 14:56:32.490000,2025-03-07 10:28:57,5346.0,1.0,280.0,76.0,801.0,19.0,133.0,2849.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-04-04 11:49:38.000,8.3.6,245.0,thinc,conda-forge/thinc,,,,68140.0,67982.0,https://pypi.org/project/thinc,2025-04-04 11:49:38.000,158.0,17898953.0,17957931.0,https://anaconda.org/conda-forge/thinc,2025-04-22 14:56:32.490,3537982.0,,,,,2.0,1251.0,,,,,,,,,,,,,,,,,,, +167,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-05-22 09:31:28.000000,2025-05-22 09:28:03,5578.0,179.0,594.0,18.0,1687.0,1208.0,795.0,2485.0,"This is the development home of the workflow management system Snakemake. For general information, see.",374.0,34,True,2025-05-22 09:31:28.000,9.5.0,406.0,snakemake,bioconda/snakemake,,,,2679.0,2395.0,https://pypi.org/project/snakemake,2025-05-22 09:31:28.000,284.0,79396.0,91702.0,https://anaconda.org/bioconda/snakemake,2025-05-21 10:38:29.087,1415266.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-05-15 22:07:32.000000,2025-05-15 22:07:31,3164.0,32.0,378.0,57.0,1245.0,317.0,1002.0,1495.0,Cartopy - a cartographic python library with matplotlib support.,135.0,34,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,8325.0,7607.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,517304.0,597662.0,https://anaconda.org/conda-forge/cartopy,2025-04-22 14:56:20.995,4821523.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +169,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-04-22 14:56:31.741000,2025-02-27 19:54:56,1562.0,1.0,154.0,40.0,132.0,4.0,645.0,1181.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,5038.0,4984.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,17593177.0,17599907.0,https://anaconda.org/conda-forge/agate,2025-04-22 14:56:31.741,323064.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +170,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-05-20 17:21:04.000000,2025-05-20 17:21:04,14890.0,247.0,306.0,34.0,1999.0,517.0,721.0,1112.0,Python package for earth-observing satellite data processing.,180.0,34,False,2025-04-24 14:56:54.000,0.56.0,102.0,satpy,conda-forge/satpy,,,,205.0,173.0,https://pypi.org/project/satpy,2025-04-24 14:56:54.000,32.0,10499.0,15150.0,https://anaconda.org/conda-forge/satpy,2025-04-29 15:56:39.363,274412.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-05-22 03:30:52.000000,2025-05-22 03:29:01,1329.0,211.0,180.0,36.0,136.0,16.0,89.0,790.0,Snowball compiler and stemming algorithms.,36.0,34,True,2025-05-09 16:34:50.000,3.0.1,13.0,snowballstemmer,conda-forge/snowballstemmer,,,,560.0,10.0,https://pypi.org/project/snowballstemmer,2025-05-09 16:34:50.000,550.0,22131155.0,22319805.0,https://anaconda.org/conda-forge/snowballstemmer,2025-05-20 13:59:21.629,9809814.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-05-20 15:27:13.000000,2025-05-20 15:27:05,6130.0,15.0,259.0,34.0,871.0,130.0,416.0,701.0,Python package to access a cacophony of neuro-imaging file formats.,107.0,34,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,30193.0,29012.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,881332.0,896636.0,https://anaconda.org/conda-forge/nibabel,2025-04-22 14:56:22.960,902986.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,ICU,2018-08-02 17:56:45.000,2025-05-22 13:33:16.000000,2025-05-22 13:33:14,19315.0,234.0,5000.0,402.0,6224.0,180.0,4066.0,28526.0,AIs query engine - Platform for building AI that can learn and answer questions over large scale federated data.,872.0,33,False,2025-05-15 15:50:03.000,25.5.3.0,539.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-05-17 02:54:09.000,,17273.0,17273.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-04-22 14:57:16.666000,2025-04-02 16:22:19,540.0,2.0,2930.0,392.0,127.0,259.0,561.0,26861.0,Deezer source separation library including pretrained models.,22.0,33,True,2025-04-03 08:14:05.000,2.4.2,38.0,spleeter,conda-forge/spleeter,,,['tensorflow'],1037.0,1019.0,https://pypi.org/project/spleeter,2025-04-03 08:14:05.000,18.0,33878.0,95440.0,https://anaconda.org/conda-forge/spleeter,2025-04-22 14:57:16.666,109697.0,,,,,2.0,4013305.0,,,,,,,,,,,,,,,,,,, +175,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-05-06 02:21:29.000000,2025-01-17 12:10:18,1423.0,,3739.0,743.0,1143.0,417.0,589.0,19482.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,33,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],590.0,585.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8136.0,8136.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2025-04-22 14:57:35.321000,2020-10-14 16:36:49,6226.0,,4706.0,1016.0,1869.0,363.0,659.0,18483.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1044.0,1034.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2159.0,2349.0,https://anaconda.org/conda-forge/zipline,2025-04-22 14:57:35.321,10644.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +177,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-04-29 04:07:51.000000,2025-04-29 04:07:48,18862.0,2.0,5684.0,68.0,11763.0,941.0,15960.0,14202.0,Convert Machine Learning Code Between Frameworks.,1481.0,33,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,20664.0,20664.0,,,,,,,,2.0,,,,,,,,ivy-llc/ivy,,,,,,,,,,,, +178,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2025-04-22 14:56:30.659000,2021-07-29 23:17:25,531.0,,1811.0,262.0,120.0,120.0,535.0,11888.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,9138.0,8935.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,192379.0,196839.0,https://anaconda.org/conda-forge/lime,2025-04-22 14:56:30.659,263194.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +179,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-05-15 20:48:56.000000,2025-05-15 20:47:27,533.0,15.0,1575.0,284.0,441.0,299.0,641.0,9903.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3530.0,3484.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,53557.0,58583.0,https://anaconda.org/conda-forge/tpot,2025-04-22 14:56:28.015,296564.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +180,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-05-19 11:45:42.000000,2025-05-16 13:04:48,1343.0,43.0,924.0,62.0,1123.0,244.0,1464.0,8614.0,A python library for user-friendly forecasting and anomaly detection on time series.,133.0,33,True,2025-04-18 15:15:15.000,0.35.0,48.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-04-18 15:15:15.000,10.0,71220.0,72963.0,https://anaconda.org/conda-forge/u8darts-all,2025-04-22 14:57:58.224,79324.0,https://hub.docker.com/r/unit8/darts,2025-04-18 14:58:21.859121,,1559.0,1.0,,,,,,,,,,,,,,,,,,,, +181,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-05-22 14:53:29.000000,2025-05-22 14:53:07,1902.0,828.0,571.0,66.0,1918.0,87.0,221.0,8573.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",51.0,33,True,2025-05-22 12:21:17.000,1.7.26,135.0,opik,,,,,23.0,9.0,https://pypi.org/project/opik,2025-05-22 12:21:36.000,14.0,227856.0,227856.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +182,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2025-04-22 14:57:07.942000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3432.0,137.0,1142.0,8567.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,33,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,42.0,2.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,21638.0,28153.0,https://anaconda.org/conda-forge/vowpalwabbit,2025-04-22 14:57:07.942,358341.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-04-30 11:57:00.000000,2025-04-24 12:30:04,549.0,6.0,862.0,83.0,297.0,81.0,377.0,7936.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",85.0,33,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,58642.0,58017.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2717119.0,2739340.0,https://anaconda.org/conda-forge/tensorboardx,2025-04-22 14:56:45.200,1288552.0,,,,,2.0,485.0,,,,,,,,,,,,,,,,,,, +184,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-05-12 12:51:06.000000,2025-05-12 12:51:06,1903.0,30.0,830.0,127.0,298.0,506.0,343.0,7787.0,Uniform Manifold Approximation and Projection.,141.0,33,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1485203.0,1536138.0,https://anaconda.org/conda-forge/umap-learn,2025-04-22 14:56:49.243,3005220.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-05-22 03:11:37.000000,2024-12-24 06:19:04,4785.0,,895.0,139.0,517.0,99.0,830.0,7470.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,4114.0,3918.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,392207.0,392347.0,https://anaconda.org/stanfordnlp/stanza,2025-03-25 16:28:39.162,8693.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-05-19 17:11:27.000000,2025-05-11 18:06:48,888.0,5.0,1289.0,141.0,528.0,48.0,572.0,6988.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,33,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,14592262.0,14604082.0,https://anaconda.org/conda-forge/imbalanced-learn,2025-04-22 14:56:42.907,697433.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2256.0,178.0,1154.0,33.0,1429.0,6875.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],358.0,335.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,15240.0,15240.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-05-22 14:28:12.000000,2025-05-22 14:28:10,283.0,47.0,1164.0,206.0,240.0,141.0,377.0,6630.0,Official Kaggle API.,49.0,33,True,2025-05-08 21:11:47.000,1.7.4.5,80.0,kaggle,conda-forge/kaggle,,,,262.0,21.0,https://pypi.org/project/kaggle,2025-05-08 21:17:18.000,241.0,341814.0,345905.0,https://anaconda.org/conda-forge/kaggle,2025-04-22 14:57:05.316,229123.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2025-04-22 14:58:03.026000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6307.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1767.0,1749.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,9940.0,10254.0,https://anaconda.org/conda-forge/tensorpack,2025-04-22 14:58:03.026,13439.0,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +190,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2025-04-20 04:17:24.000000,2024-12-11 19:01:35,1284.0,,657.0,62.0,149.0,74.0,454.0,6146.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,33,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2803.0,2748.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,818166.0,818365.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2025-03-25 16:28:35.582,12751.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +191,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-05-21 20:11:47.000000,2025-05-08 09:42:47,2263.0,20.0,339.0,41.0,2251.0,385.0,674.0,5588.0,Aim An easy-to-use & supercharged open-source experiment tracker.,82.0,33,True,2025-05-08 10:24:23.000,3.29.1,1273.0,aim,conda-forge/aim,,,,928.0,887.0,https://pypi.org/project/aim,2025-05-21 20:11:47.000,41.0,125289.0,127944.0,https://anaconda.org/conda-forge/aim,2025-04-22 14:57:56.531,122136.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +192,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-05-22 10:23:06.000000,2025-05-22 10:23:06,30640.0,41.0,1658.0,186.0,2300.0,18.0,1633.0,5350.0,"mlpack: a fast, header-only C++ machine learning library.",332.0,33,True,2025-05-15 15:10:13.000,4.6.1,51.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2025-05-15 15:10:13.000,6.0,4303.0,10413.0,https://anaconda.org/conda-forge/mlpack,2025-04-22 14:56:52.929,360517.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +193,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-05-22 13:09:23.000000,2025-05-22 12:19:13,12581.0,22.0,1194.0,99.0,1469.0,22.0,886.0,5271.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,33,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,760.0,740.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,27938.0,29185.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-04-22 14:57:32.684,72342.0,,,,,1.0,,,,,,,2.0,,,,,,,,,,,,, +194,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2025-04-22 14:56:20.783000,2023-11-23 21:41:49,1136.0,,648.0,87.0,275.0,42.0,254.0,4632.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7345209.0,7373060.0,https://anaconda.org/conda-forge/geopy,2025-04-22 14:56:20.783,1643178.0,,,,,3.0,152.0,,,,,,,,,,,,,,,,,,, +195,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-05-05 21:49:02.000000,2025-04-29 04:52:44,1368.0,6.0,312.0,37.0,524.0,110.0,255.0,4368.0,Lightning fast forecasting with statistical and econometric models.,51.0,33,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1782.0,1714.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,837189.0,841930.0,https://anaconda.org/conda-forge/statsforecast,2025-04-22 14:58:12.826,180188.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +196,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-05-01 14:28:01.000000,2025-03-17 18:20:57,3891.0,4.0,879.0,54.0,1749.0,439.0,1274.0,4357.0,"Serve, optimize and scale PyTorch models in production.",220.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],896.0,872.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,24.0,92074.0,121847.0,https://anaconda.org/pytorch/torchserve,2025-03-25 16:24:31.948,500795.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1436401.0,2.0,7703.0,,,,,,,,,,,,,,,,,,, +197,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-05-19 20:26:26.000000,2025-04-23 15:27:35,1145.0,13.0,364.0,56.0,1427.0,126.0,186.0,4065.0,A Python toolbox for performing gradient-free optimization.,58.0,33,True,2025-04-23 15:34:16.000,1.0.12,53.0,nevergrad,conda-forge/nevergrad,,,,981.0,909.0,https://pypi.org/project/nevergrad,2025-04-23 15:34:16.000,72.0,152287.0,153323.0,https://anaconda.org/conda-forge/nevergrad,2025-04-22 14:57:24.222,62214.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +198,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-04-22 14:56:51.855000,2025-01-17 12:09:38,1188.0,,1658.0,152.0,210.0,16.0,693.0,3498.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,33,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1745918.0,1748007.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-04-22 14:56:51.855,119094.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +199,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-05-15 15:57:24.000000,2025-05-08 07:04:37,1563.0,9.0,372.0,92.0,809.0,140.0,462.0,3409.0,Quickly and accurately render even the largest data.,62.0,33,True,2025-05-08 07:16:07.000,0.18.1,58.0,datashader,conda-forge/datashader,,,,6338.0,6089.0,https://pypi.org/project/datashader,2025-05-08 07:16:07.000,249.0,178621.0,202870.0,https://anaconda.org/conda-forge/datashader,2025-05-08 09:24:48.325,1454952.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2025-04-22 14:56:38.802000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2771.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,8629.0,8261.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,899360.0,913044.0,https://anaconda.org/conda-forge/scikit-optimize,2025-04-22 14:56:38.802,779999.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2025-04-22 14:56:24.379000,2024-10-29 11:59:38,2311.0,,559.0,67.0,487.0,267.0,713.0,2448.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,4107.0,3946.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2211918.0,2219013.0,https://anaconda.org/conda-forge/lifelines,2025-04-22 14:56:24.379,425752.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-04-22 14:56:25.923000,2025-03-24 01:18:35,980.0,5.0,396.0,38.0,157.0,44.0,259.0,2447.0,A library of sklearn compatible categorical variable encoders.,71.0,33,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],4121.0,3812.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1842837.0,1850208.0,https://anaconda.org/conda-forge/category_encoders,2025-04-22 14:56:25.923,316957.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2025-05-17 01:32:53.000000,2025-05-17 01:32:47,583.0,8.0,160.0,41.0,87.0,4.0,139.0,2135.0,a python library for doing approximate and phonetic matching of strings.,35.0,33,True,2025-03-31 15:41:38.000,1.2.0,47.0,jellyfish,conda-forge/jellyfish,,,,14957.0,14658.0,https://pypi.org/project/jellyfish,2025-03-31 15:41:38.000,299.0,7364636.0,7388267.0,https://anaconda.org/conda-forge/jellyfish,2025-04-22 14:56:27.864,1394244.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-05-10 19:52:37.000000,2025-05-10 19:24:32,3829.0,53.0,196.0,47.0,1424.0,134.0,760.0,2070.0,Ahead of Time compiler for numeric kernels.,74.0,33,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3470.0,3449.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,307982.0,328168.0,https://anaconda.org/conda-forge/pythran,2025-04-22 14:56:51.391,1130423.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +205,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-05-21 21:16:14.000000,2025-05-21 21:16:14,4849.0,183.0,53.0,213.0,629.0,165.0,528.0,1667.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,33,True,2025-03-28 12:26:01.000,4.6.2,87.0,lets-plot,,,,,200.0,185.0,https://pypi.org/project/lets-plot,2025-03-28 12:20:53.000,15.0,97971.0,98020.0,,,,,,,,2.0,3236.0,,,,,,,,,,,,,,,,,,, +206,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2025-04-22 14:56:32.225000,2018-10-12 15:53:05,1251.0,,286.0,49.0,160.0,114.0,220.0,1636.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,15625.0,15413.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1142578.0,1175788.0,https://anaconda.org/conda-forge/geocoder,2025-04-22 14:56:32.225,166050.0,,,,,3.0,,,,,,,,,,,,,,,,geocoder,,,, +207,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2025-04-22 14:56:22.880000,2024-12-05 15:39:58,1196.0,,360.0,65.0,622.0,299.0,364.0,1516.0,A Jupyter - Leaflet.js bridge.,92.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],17571.0,17287.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,227541.0,253512.0,https://anaconda.org/conda-forge/ipyleaflet,2025-04-22 14:56:22.880,1448420.0,,,,,3.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,1831.0,,,,,,,,,,,,,, +208,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-04-22 14:57:10.980000,2025-04-01 02:03:08,1881.0,2.0,200.0,32.0,216.0,26.0,405.0,1447.0,The ctypes-based simple ImageMagick binding for Python.,109.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,21179.0,20922.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1050932.0,1053676.0,https://anaconda.org/conda-forge/wand,2025-04-22 14:57:10.980,143726.0,,,,,2.0,51641.0,,,,,,,,,,,,,,,,,,, +209,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-05-22 07:34:21.000000,2025-05-22 07:34:19,2023.0,13.0,3165.0,326.0,972.0,249.0,718.0,19698.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",138.0,32,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,8852.0,8866.0,,,,,,,,1.0,797.0,,,,,,,,,,,,,,,,,,, +210,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3531.0,471.0,671.0,590.0,672.0,16145.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1562.0,1548.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,6983.0,6983.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-05-05 08:38:08.000000,2025-05-05 08:38:08,3065.0,84.0,2698.0,218.0,506.0,259.0,485.0,11737.0,FinRL: Financial Reinforcement Learning.,125.0,32,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,93.0,93.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2775.0,2775.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +212,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-05-19 20:06:57.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2869.0,45.0,1037.0,11460.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",156.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],315.0,309.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,1428.0,1428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +213,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,400.0,395.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,14355.0,14486.0,,,,,,,,3.0,11664.0,,,,,,,,,,,,,,,,,,, +214,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,279.0,3400.0,51.0,1494.0,10531.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],282.0,273.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,1760.0,1760.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2025-04-22 14:56:26.236000,2025-04-12 19:24:14,581.0,1.0,2332.0,216.0,264.0,139.0,421.0,10386.0,A little word cloud generator in Python.,73.0,32,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1827232.0,1838800.0,https://anaconda.org/conda-forge/wordcloud,2025-04-22 14:56:26.236,670990.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-04-22 14:57:17.453000,2025-02-14 11:41:58,869.0,,1299.0,418.0,93.0,32.0,161.0,9849.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1457.0,1438.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,18555.0,19202.0,https://anaconda.org/conda-forge/sonnet,2025-04-22 14:57:17.453,42720.0,,,,,3.0,,,,,,,,google-deepmind/sonnet,,,,,,,,,,,, +217,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-05-06 08:27:48.000000,2025-04-13 12:43:52,35229.0,5.0,1996.0,194.0,5881.0,49.0,3393.0,9694.0,Perform data science on data that remains in someone elses server.,516.0,32,True,2025-02-13 11:13:19.000,0.9.5,332.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-04-13 12:44:04.000,5.0,7292.0,7406.0,,,,,,,,1.0,1951.0,,,,,,,,,,,,,,,,,,, +218,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2025-04-22 14:56:25.369000,2021-09-09 20:54:41,384.0,,876.0,262.0,148.0,107.0,104.0,9258.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,9640190.0,9651364.0,https://anaconda.org/conda-forge/fuzzywuzzy,2025-04-22 14:56:25.369,603426.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-05-21 14:49:35.000000,2025-05-21 14:46:49,1210.0,7.0,1329.0,150.0,187.0,277.0,1392.0,9253.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,158.0,32,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1317.0,1303.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,3805.0,8738.0,https://anaconda.org/pytorch3d/pytorch3d,2025-03-25 16:29:23.925,325600.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,150.0,760.0,9236.0,AutoML library for deep learning.,145.0,32,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],867.0,854.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18676.0,18893.0,,,,,,,,2.0,19587.0,,,,,,,,,,,,,,,,,,, +221,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-05-12 13:18:41.000000,2024-12-25 06:44:36,2948.0,,1697.0,91.0,1711.0,21.0,2161.0,9029.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,32,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1443.0,1436.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1493.0,1493.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-04-22 14:56:43.035000,2025-02-16 16:07:41,570.0,,1221.0,170.0,446.0,70.0,476.0,8766.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,244357.0,268517.0,https://anaconda.org/conda-forge/tsfresh,2025-04-22 14:56:43.035,1449638.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-05-15 16:17:16.000000,2025-05-15 16:17:16,1213.0,15.0,1401.0,97.0,693.0,735.0,532.0,8666.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,32,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3211.0,3211.0,,,,,9005.0,https://anaconda.org/conda-forge/nvidia-apex,2025-04-22 14:57:14.720,495314.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-05-22 07:44:10.000000,2025-05-22 07:44:10,4088.0,126.0,1351.0,260.0,10246.0,1158.0,1753.0,7909.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",116.0,32,True,2025-04-09 06:51:51.000,0.1.0-mas,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,13436.0,13443.0,,,,,,,,2.0,690.0,,,,,,,intel/ipex-llm,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +225,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-05-19 18:05:55.000000,2024-11-13 18:39:43,1380.0,,883.0,158.0,1737.0,154.0,865.0,7447.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2130.0,2056.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,78547.0,82752.0,https://anaconda.org/conda-forge/featuretools,2025-04-22 14:56:57.460,248145.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-04-24 12:58:03.000000,2025-04-24 12:58:00,1115.0,5.0,394.0,80.0,559.0,66.0,469.0,6029.0,A scikit-learn compatible neural network library that wraps PyTorch.,67.0,32,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1766.0,1672.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,106144.0,120428.0,https://anaconda.org/conda-forge/skorch,2025-04-22 14:56:55.090,799959.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +227,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2025-04-22 14:56:47.184000,2020-07-15 13:46:58,1184.0,,1760.0,304.0,297.0,161.0,268.0,5960.0,Portfolio and risk analytics in Python.,60.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1300.0,1286.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,10270.0,10444.0,https://anaconda.org/conda-forge/pyfolio,2025-04-22 14:56:47.184,15201.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +228,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-04-22 14:57:25.759000,2025-04-04 01:06:00,257.0,3.0,930.0,126.0,44.0,76.0,149.0,5957.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],5304.0,5188.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,1200054.0,1200414.0,https://anaconda.org/conda-forge/torchdiffeq,2025-04-22 14:57:25.759,21649.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +229,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-05-22 14:15:03.000000,2025-05-22 14:07:58,15911.0,224.0,571.0,77.0,4106.0,989.0,1761.0,4714.0,cuML - RAPIDS Machine Learning Library.,183.0,32,True,2025-04-09 21:28:25.000,25.04.00,45.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4575.0,4575.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2025-04-22 14:57:43.850000,2024-06-17 19:23:44,491.0,,683.0,65.0,239.0,251.0,165.0,4700.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,32,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,8259.0,8125.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,465306.0,472015.0,https://anaconda.org/conda-forge/hnswlib,2025-04-22 14:57:43.850,355586.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-05-18 07:50:52.000000,2025-05-18 07:50:52,1961.0,19.0,670.0,42.0,974.0,521.0,331.0,4300.0,Time series forecasting with PyTorch.,69.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,632.0,610.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,134394.0,135786.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-04-22 14:57:35.705,77977.0,,,,,2.0,,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,, +232,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2025-04-22 14:56:35.312000,2024-10-30 21:00:25,674.0,,123.0,73.0,75.0,10.0,137.0,3914.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",22.0,32,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,31840.0,31269.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,7116150.0,7122462.0,https://anaconda.org/conda-forge/ftfy,2025-04-22 14:56:35.312,328269.0,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +233,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-04-22 14:56:29.803000,2025-04-17 10:10:37,347.0,2.0,338.0,61.0,78.0,23.0,126.0,3620.0,A Python Perceptual Image Hashing Module.,28.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,17566.0,17297.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1857314.0,1865668.0,https://anaconda.org/conda-forge/imagehash,2025-04-22 14:56:29.803,451133.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-04-22 14:56:37.895000,2022-08-22 18:21:12,586.0,,637.0,80.0,85.0,74.0,162.0,3577.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,9604.0,9484.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1611093.0,1703346.0,https://anaconda.org/conda-forge/filterpy,2025-04-22 14:56:37.895,276760.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-05-22 11:35:09.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,339.0,1474.0,332.0,519.0,3542.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,683086.0,683086.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-05-16 08:26:53.000000,2025-05-16 08:26:51,1243.0,20.0,407.0,38.0,591.0,110.0,512.0,3527.0,Scalable and user friendly neural forecasting algorithms.,50.0,32,True,2025-05-13 18:17:49.000,3.0.1,32.0,neuralforecast,conda-forge/neuralforecast,,,,411.0,383.0,https://pypi.org/project/neuralforecast,2025-05-13 18:17:49.000,28.0,102814.0,103808.0,https://anaconda.org/conda-forge/neuralforecast,2025-04-22 14:58:13.961,37772.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-05-21 09:44:02.000000,2025-05-21 08:48:35,1367.0,15.0,292.0,29.0,1235.0,77.0,520.0,3386.0,A python library for self-supervised learning on images.,65.0,32,True,2025-04-22 14:11:54.000,1.5.20,133.0,lightly,,,,['pytorch'],467.0,447.0,https://pypi.org/project/lightly,2025-04-22 14:11:54.000,20.0,62081.0,62081.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-05-13 14:46:39.000000,2025-05-13 14:46:38,1075.0,6.0,505.0,56.0,157.0,359.0,175.0,2922.0,A high performance implementation of HDBSCAN clustering.,96.0,32,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],7156.0,6804.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,744747.0,790396.0,https://anaconda.org/conda-forge/hdbscan,2025-04-22 14:56:25.731,2510743.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2025-04-22 14:57:22.925000,2024-06-24 17:09:39,1087.0,,397.0,58.0,500.0,223.0,275.0,2883.0,A Hyperparameter Tuning Library for Keras.,61.0,32,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],6028.0,5913.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,1631808.0,1633080.0,https://anaconda.org/conda-forge/keras-tuner,2025-04-22 14:57:22.925,57253.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-05-21 21:33:38.000000,2025-05-16 15:27:08,1016.0,43.0,162.0,20.0,480.0,193.0,362.0,2355.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,68.0,32,True,2025-05-14 09:31:02.000,0.12.2,59.0,equinox,,,,['jax'],1495.0,1247.0,https://pypi.org/project/equinox,2025-05-14 09:30:58.000,248.0,298479.0,298479.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +241,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-04-24 17:53:15.000000,2025-03-26 04:24:50,5969.0,4.0,714.0,87.0,6061.0,257.0,890.0,2141.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1812.0,1795.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,34491.0,34491.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-05-06 00:01:11.000000,2025-05-06 00:01:10,1616.0,3.0,291.0,57.0,144.0,86.0,196.0,1934.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3959.0,3793.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,122900.0,142559.0,https://anaconda.org/conda-forge/pycuda,2025-04-22 14:57:49.237,982992.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-05-14 15:23:52.000000,2025-05-13 17:04:24,774.0,16.0,359.0,45.0,436.0,68.0,264.0,1801.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1160.0,1118.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,103690.0,104286.0,https://anaconda.org/conda-forge/opacus,2025-04-22 14:58:08.566,23767.0,,,,,1.0,141.0,,,,,,,,,,,,,,,,,,, +244,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2025-03-26 21:42:40.000000,2024-04-15 22:25:34,1519.0,,612.0,55.0,1887.0,92.0,899.0,1698.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,32,False,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1163211.0,1163211.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2025-04-22 14:57:38.334000,2024-11-07 23:05:03,1082.0,,240.0,35.0,256.0,65.0,274.0,1643.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,12359.0,12206.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2449332.0,2473524.0,https://anaconda.org/conda-forge/pmdarima,2025-04-22 14:57:38.334,1330570.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-05-05 21:09:00.000000,2025-05-05 21:09:00,2040.0,16.0,294.0,43.0,298.0,65.0,217.0,1609.0,TensorLy: Tensor Learning in Python.,74.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1121.0,1022.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,75854.0,82691.0,https://anaconda.org/conda-forge/tensorly,2025-04-22 14:56:50.737,376082.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-05-19 18:07:07.000000,2025-05-14 10:35:57,1659.0,23.0,172.0,16.0,891.0,112.0,467.0,1422.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,110.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,982.0,940.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,89845.0,94246.0,https://anaconda.org/conda-forge/pyjanitor,2025-04-22 14:56:48.797,264101.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-05-11 09:16:10.000000,2025-05-05 15:21:29,2966.0,24.0,255.0,34.0,246.0,51.0,517.0,1369.0,Python interface for igraph.,79.0,32,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4972.0,4566.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,224081.0,243198.0,https://anaconda.org/conda-forge/igraph,2025-04-22 14:56:30.980,769761.0,,,,,1.0,566916.0,,,,,,,,,,,,,,,,,,, +249,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-05-22 14:33:17.000000,2025-05-01 18:58:14,4659.0,253.0,156.0,8.0,746.0,28.0,168.0,1317.0,Time series forecasting with machine learning models.,20.0,32,True,2025-05-01 19:00:07.000,0.16.0,32.0,skforecast,,,,['sklearn'],488.0,470.0,https://pypi.org/project/skforecast,2025-05-01 18:54:50.000,18.0,77019.0,77019.0,,,,,,,,2.0,,,,,,,,skforecast/skforecast,,,,,,,,,,,, +250,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-05-04 20:46:39.000000,2025-05-04 20:46:39,1250.0,34.0,218.0,21.0,169.0,30.0,213.0,1195.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-03-25 22:02:59.000,0.24.1,32.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],927.0,883.0,https://pypi.org/project/scikit-survival,2025-03-25 22:02:59.000,44.0,155907.0,161915.0,https://anaconda.org/conda-forge/scikit-survival,2025-04-22 14:58:04.628,252369.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-05-22 13:31:10.000000,2025-05-21 11:52:40,782.0,38.0,111.0,24.0,646.0,383.0,515.0,1193.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2025-05-01 14:12:05.000,0.11.3,83.0,hvplot,conda-forge/hvplot,,,,7358.0,7114.0,https://pypi.org/project/hvplot,2025-04-30 12:52:19.000,244.0,207517.0,220588.0,https://anaconda.org/conda-forge/hvplot,2025-05-01 17:16:52.640,771235.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-05-22 13:19:58.000000,2025-05-22 13:19:58,11695.0,42.0,248.0,52.0,12440.0,250.0,2236.0,1001.0,Cloud-native genomic dataframes and batch computing.,97.0,32,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],209.0,167.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,17660.0,17660.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-04-28 08:19:30.000000,2025-04-28 08:19:30,625.0,21.0,112.0,16.0,205.0,124.0,141.0,768.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",38.0,32,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,66379.0,65312.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,6256507.0,6256664.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21202.0,,,,,,,,,,,,,,,,,,, +254,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-05-16 13:54:30.000000,2025-05-16 13:54:30,14955.0,129.0,445.0,54.0,2336.0,162.0,845.0,758.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",168.0,32,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1652.0,1516.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,30735.0,41863.0,https://anaconda.org/conda-forge/dipy,2025-04-22 14:56:23.610,623177.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-05-22 12:26:58.000000,2025-05-21 12:30:21,182757.0,1648.0,99.0,50.0,2574.0,16.0,376.0,692.0,TensorFlow ROCm port.,4875.0,32,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,11644.0,11644.0,,,,,,,,3.0,29.0,,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,, +256,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-05-22 08:54:01.000000,2025-04-18 08:40:53,3809.0,6.0,4508.0,393.0,4349.0,478.0,1289.0,40893.0,"Making large AI models cheaper, faster and more accessible.",194.0,31,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,510.0,510.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-05-13 18:19:05.007000,2025-04-24 21:45:01,1543.0,3.0,7505.0,391.0,707.0,542.0,3089.0,32026.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,31,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],13.0,,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11875.0,https://anaconda.org/conda-forge/detectron2,2025-05-13 18:19:05.007,688756.0,,,,,2.0,,,,,,,-3.0,,,,,,,,,,,,, +258,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,283.0,3507.0,417.0,1684.0,14187.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,34896.0,34896.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2066.0,182.0,1006.0,583.0,727.0,12872.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1941.0,1934.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5834.0,5845.0,,,,,,,,2.0,842.0,,,,,,,,,,,,,,,,,,, +260,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5228.0,5214.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3213.0,3213.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +261,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2025-04-22 14:57:32.711000,2024-02-20 22:38:05,385.0,,2166.0,287.0,98.0,311.0,447.0,8790.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1805.0,1786.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,13340.0,24892.0,https://anaconda.org/conda-forge/imageai,2025-04-22 14:57:32.711,9315.0,,,,,2.0,968364.0,,,,,,,,,,,,,,,,,,, +262,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-04-22 14:57:49.654000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7837.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],708.0,674.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,12107.0,12756.0,https://anaconda.org/conda-forge/auto-sklearn,2025-04-22 14:57:49.654,31805.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +263,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-04-01 14:19:35.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6880.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],436.0,432.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,14657.0,14657.0,,,,,,,,2.0,,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,, +264,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-04-22 14:57:07.821000,2025-02-17 21:20:41,638.0,,721.0,105.0,202.0,12.0,360.0,6110.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,3045828.0,3057194.0,https://anaconda.org/conda-forge/pytesseract,2025-04-22 14:57:07.821,659276.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-04-22 14:57:46.184000,2023-11-02 13:49:44,662.0,,1053.0,150.0,132.0,139.0,104.0,4634.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,8724.0,8617.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,326554.0,327273.0,https://anaconda.org/conda-forge/ta,2025-04-22 14:57:46.184,36706.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-04-22 14:57:06.837000,2022-01-27 13:24:16,139.0,,1026.0,150.0,118.0,162.0,79.0,4564.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,53500.0,53065.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,423673.0,427723.0,https://anaconda.org/conda-forge/imutils,2025-04-22 14:57:06.837,234956.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-05-19 20:46:23.000000,2025-05-16 09:12:25,3626.0,3.0,430.0,31.0,3443.0,33.0,2175.0,4499.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,111.0,31,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,3011.0,3011.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3074.0,4189.0,https://anaconda.org/conda-forge/rubrix,2025-04-22 14:58:07.112,45732.0,,,,,2.0,,,,,,,,argilla-io/argilla,,,,,,,,,,,, +268,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-04-11 20:16:33.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1929.0,541.0,390.0,1078.0,4194.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,31,True,2024-12-10 14:48:18.000,1.59.0,107.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2025-04-11 20:16:33.000,31.0,335704.0,335712.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,, +269,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-05-06 21:53:58.000000,2025-05-06 21:53:54,1343.0,46.0,517.0,65.0,824.0,2.0,572.0,4118.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,86.0,48.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,23990.0,23990.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-04-22 14:57:05.227000,2025-04-08 00:46:33,1380.0,6.0,332.0,56.0,253.0,74.0,464.0,3922.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,40.0,31,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1362.0,1332.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,303052.0,321564.0,https://anaconda.org/conda-forge/stumpy,2025-04-22 14:57:05.227,1092235.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-04-22 14:57:22.764000,2025-02-07 03:38:27,3939.0,,561.0,57.0,931.0,370.0,991.0,3706.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,31,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],3099.0,2906.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,388901.0,392336.0,https://anaconda.org/conda-forge/gpytorch,2025-04-22 14:57:22.764,206151.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2025-04-22 14:57:24.066000,2024-09-21 03:01:04,1581.0,,455.0,93.0,127.0,95.0,348.0,3488.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,31,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1436.0,1373.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,393786.0,397501.0,https://anaconda.org/conda-forge/nmslib,2025-04-22 14:57:24.066,204343.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3430.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,289.0,271.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,116536.0,116723.0,,,,,,,,3.0,19332.0,,,,,,,,,,,,,,,,,,, +274,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-04-26 18:05:24.000000,2025-04-26 18:05:24,706.0,1.0,286.0,49.0,830.0,103.0,286.0,3319.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],8578.0,8425.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,513432.0,524199.0,https://anaconda.org/conda-forge/fairscale,2025-04-22 14:58:04.549,452219.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-05-01 23:24:33.000000,2025-05-01 23:24:28,1007.0,8.0,246.0,34.0,569.0,73.0,177.0,3030.0,JAX-based neural network library.,88.0,31,True,2025-04-22 10:24:45.000,0.0.14,17.0,dm-haiku,conda-forge/dm-haiku,,,,2674.0,2484.0,https://pypi.org/project/dm-haiku,2025-04-22 10:24:45.000,190.0,217894.0,218563.0,https://anaconda.org/conda-forge/dm-haiku,2025-04-23 05:01:39.129,34140.0,,,,,3.0,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,, +276,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2025-04-22 14:56:47.976000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2985.0,The machine learning toolkit for time series analysis in Python.,43.0,31,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1878.0,1799.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,343883.0,370954.0,https://anaconda.org/conda-forge/tslearn,2025-04-22 14:56:47.976,1597202.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-05-16 13:18:47.000000,2025-05-16 13:18:46,1729.0,17.0,344.0,36.0,380.0,44.0,193.0,2884.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,41.0,31,True,2025-03-20 15:18:23.000,2.7.9,52.0,shapash,,,,['jupyter'],196.0,192.0,https://pypi.org/project/shapash,2025-03-20 15:18:23.000,4.0,9921.0,9921.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-05-14 21:55:09.000000,2025-04-16 17:25:32,2008.0,34.0,175.0,35.0,400.0,89.0,121.0,2722.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",70.0,31,True,2025-04-16 18:39:50.000,2.17.7,138.0,usearch,,unum/usearch,,,235.0,185.0,https://pypi.org/project/usearch,2025-04-16 18:39:50.000,35.0,133091.0,143345.0,,,,https://hub.docker.com/r/unum/usearch,2025-04-16 17:29:14.657970,1.0,205.0,2.0,69051.0,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,7109.0,,,,,,,,,,,,,, +279,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2025-05-03 11:23:45.000000,2024-10-30 12:23:10,890.0,,361.0,82.0,170.0,218.0,149.0,2378.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7586.0,7431.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,348507.0,353674.0,https://anaconda.org/conda-forge/mpld3,2025-04-22 14:56:21.641,232443.0,,,,,3.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1228.0,,,,,,,,,,,,,, +280,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,,269.0,44.0,358.0,230.0,144.0,2217.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,21921.0,21518.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2996398.0,2996398.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-05-22 11:35:19.000000,2025-05-22 00:57:54,2532.0,164.0,506.0,37.0,2770.0,338.0,139.0,2186.0,Pytorch domain library for recommendation systems.,346.0,31,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,214.0,214.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1822.0,1822.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +282,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-05-05 09:10:22.000000,2025-05-05 09:10:21,1362.0,66.0,200.0,20.0,196.0,53.0,148.0,2042.0,"A Python library for audio data augmentation. Useful for making audio ML models work well in the real world, not just..",33.0,31,True,2025-05-05 08:57:35.000,0.41.0,45.0,audiomentations,,,,,820.0,792.0,https://pypi.org/project/audiomentations,2025-05-05 08:57:35.000,28.0,272804.0,272804.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-05-15 10:47:02.000000,2025-04-24 10:43:41,2935.0,23.0,196.0,26.0,772.0,118.0,473.0,1795.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,31,True,2025-04-24 10:52:18.000,1.11.1,50.0,pykeen,,,,,342.0,321.0,https://pypi.org/project/pykeen,2025-04-24 10:43:35.000,21.0,13334.0,13338.0,,,,,,,,2.0,239.0,,,,,,,,,,,,,,,,,,, +284,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2025-05-21 09:06:44.000000,2025-05-21 08:57:40,151.0,4.0,137.0,23.0,115.0,51.0,79.0,1436.0,Python 3.8+ toolbox for submitting jobs to Slurm.,26.0,31,True,2025-05-21 09:06:40.000,1.5.3,25.0,submitit,conda-forge/submitit,,,,4549.0,4475.0,https://pypi.org/project/submitit,2025-05-21 09:06:40.000,74.0,477267.0,478286.0,https://anaconda.org/conda-forge/submitit,2025-04-22 14:57:34.697,58099.0,,,,,2.0,,,,,,,2.0,,,,,,,,,,,,, +285,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-05-07 17:15:29.000000,2025-05-07 17:15:24,3405.0,7.0,243.0,49.0,424.0,77.0,288.0,1099.0,"OpenCL integration for Python, plus shiny features.",98.0,31,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2463.0,2282.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,90891.0,120834.0,https://anaconda.org/conda-forge/pyopencl,2025-04-22 14:56:28.600,1766672.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-05-19 18:42:23.000000,2025-02-24 17:16:03,588.0,2.0,104.0,34.0,77.0,72.0,84.0,969.0,Describing statistical models in Python using symbolic formulas.,22.0,31,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,125428.0,124895.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,16191261.0,16555609.0,https://anaconda.org/conda-forge/patsy,2025-04-22 14:56:26.344,16031352.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2025-04-22 14:56:20.890000,2024-12-21 19:30:30,501.0,,123.0,31.0,135.0,27.0,77.0,965.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20983.0,20260.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2900120.0,2935876.0,https://anaconda.org/conda-forge/geojson,2025-04-22 14:56:20.890,965433.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +288,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-05-10 10:47:16.000000,2025-05-10 09:19:04,3334.0,78.0,124.0,14.0,362.0,6.0,202.0,852.0,Python bindings for MPI.,27.0,31,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,488498.0,559222.0,https://anaconda.org/conda-forge/mpi4py,2025-05-09 11:22:13.948,3858088.0,,,,,2.0,33492.0,,,,,,,,,,,,,,,,,,, +289,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-05-21 12:48:01.000000,2025-05-21 12:25:46,17371.0,25.0,110.0,25.0,3640.0,555.0,3419.0,577.0,"Keep code, data, containers under control with git and git-annex.",57.0,31,True,2025-05-21 12:25:55.000,1.2.0,123.0,datalad,conda-forge/datalad,,,,626.0,521.0,https://pypi.org/project/datalad,2025-05-21 12:25:55.000,105.0,20876.0,35597.0,https://anaconda.org/conda-forge/datalad,2025-04-22 14:56:48.646,868578.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-04-22 14:57:03.201000,2025-04-03 12:23:24,643.0,11.0,39.0,9.0,79.0,14.0,27.0,227.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,31,False,2025-04-03 15:08:36.000,1.3.0,56.0,blis,conda-forge/cython-blis,,,,63215.0,63095.0,https://pypi.org/project/blis,2025-04-03 15:08:36.000,120.0,17874105.0,17919116.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2518763.0,,,,,2.0,2382.0,,,,,,,,,,,,,,,,,,, +291,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,1.0,3261.0,158.0,58.0,139.0,142.0,22892.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,30,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],671.0,654.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,19233.0,19233.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-04-22 14:57:24.018000,2025-04-10 06:03:37,1772.0,5.0,813.0,88.0,823.0,97.0,294.0,10545.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",54.0,30,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,498.0,477.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,26051.0,26943.0,https://anaconda.org/conda-forge/cleanlab,2025-04-22 14:57:24.018,43721.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2025-04-22 14:57:27.662000,2020-04-16 08:02:22,154.0,,1834.0,211.0,51.0,101.0,94.0,9088.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,30,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,107752.0,108668.0,https://anaconda.org/conda-forge/pretrainedmodels,2025-04-22 14:57:27.662,54102.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2025-04-22 14:57:28.932000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6311.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],816.0,809.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1630.0,1813.0,https://anaconda.org/conda-forge/cleverhans,2025-04-22 14:57:28.932,10818.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-05-19 21:19:08.000000,2025-05-15 00:09:34,3953.0,6.0,570.0,84.0,649.0,122.0,501.0,5343.0,Online machine learning in Python.,126.0,30,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,809.0,745.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,61839.0,64159.0,https://anaconda.org/conda-forge/river,2025-04-22 14:57:50.380,113685.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-05-20 17:00:06.000000,2025-04-19 03:20:09,1676.0,17.0,842.0,142.0,1628.0,396.0,404.0,5130.0,Simple and Distributed Machine Learning.,121.0,30,True,2025-05-15 16:56:19.000,1.0.11,63.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-04-17 03:16:00.000,7.0,821738.0,821738.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-04-22 14:57:21.478000,2025-03-20 19:24:03,831.0,3.0,422.0,68.0,309.0,70.0,536.0,4915.0,Visualizer for pandas data structures.,30.0,30,True,2025-03-20 21:17:58.000,3.17.0,191.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1531.0,1478.0,https://pypi.org/project/dtale,2025-03-20 21:14:33.000,53.0,136532.0,143624.0,https://anaconda.org/conda-forge/dtale,2025-04-22 14:57:21.478,425545.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +298,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2025-04-22 15:32:35.609000,2025-04-08 12:18:39,1481.0,3.0,778.0,76.0,1829.0,336.0,637.0,4888.0,Probabilistic time series modeling in Python.,117.0,30,True,2025-04-08 14:13:18.000,0.16.1,113.0,gluonts,anaconda/gluonts,,,['mxnet'],36.0,,https://pypi.org/project/gluonts,2025-04-08 14:13:18.000,36.0,634952.0,634998.0,https://anaconda.org/anaconda/gluonts,2025-04-22 15:32:35.609,1981.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2025-04-22 14:57:56.135000,2022-07-07 05:16:43,738.0,,463.0,41.0,128.0,76.0,154.0,4563.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1808.0,1743.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,167981.0,168739.0,https://anaconda.org/conda-forge/nlpaug,2025-04-22 14:57:56.135,35649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-05-15 14:27:51.000000,2025-05-15 14:27:34,546.0,22.0,645.0,48.0,579.0,13.0,,4553.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,54.0,30,True,2025-05-05 12:18:18.000,0.11.23,108.0,sahi,conda-forge/sahi,,,,1873.0,1838.0,https://pypi.org/project/sahi,2025-05-05 12:18:18.000,35.0,144324.0,147362.0,https://anaconda.org/conda-forge/sahi,2025-05-05 23:54:44.099,100048.0,,,,,2.0,36346.0,,,,,,,,,,,,,,,,,,, +301,anomalib,openvinotoolkit/anomalib,others,,https://github.com/open-edge-platform/anomalib,https://github.com/open-edge-platform/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-05-22 14:38:19.000000,2025-05-22 14:38:19,763.0,32.0,737.0,46.0,1110.0,159.0,879.0,4335.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",86.0,30,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,191.0,186.0,https://pypi.org/project/anomalib,2025-03-19 17:56:21.000,5.0,58972.0,59616.0,,,,,,,,2.0,26411.0,,,,,,,open-edge-platform/anomalib,,,,,,,,,,,, +302,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2025-04-22 14:58:05.313000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4302.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,30,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3614.0,3554.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,29063.0,29272.0,https://anaconda.org/conda-forge/sacred,2025-04-22 14:58:05.313,8817.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2025-04-22 14:58:06.931000,2024-11-01 16:12:42,3332.0,,551.0,120.0,386.0,77.0,743.0,4295.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,30,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,381.0,362.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,65855.0,68521.0,https://anaconda.org/conda-forge/dedupe,2025-04-22 14:58:06.931,109336.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2025-04-22 14:56:38.828000,2023-02-26 20:07:33,189.0,,519.0,75.0,40.0,15.0,121.0,4099.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,22958.0,22836.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,191099.0,220166.0,https://anaconda.org/conda-forge/missingno,2025-04-22 14:56:38.828,406946.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +305,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2025-04-22 14:56:45.959000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,409.0,3673.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1895.0,1866.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,304337.0,326937.0,https://anaconda.org/conda-forge/implicit,2025-04-22 14:56:45.959,1263113.0,,,,,2.0,1818.0,,,,,,,,,,,,,,,,,,, +306,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-05-21 17:35:37.000000,2024-10-22 15:05:01,3667.0,,467.0,100.0,1070.0,274.0,369.0,3654.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2025-05-21 17:32:27.000,0.12.45,114.0,bqplot,conda-forge/bqplot,,,['jupyter'],190.0,61.0,https://pypi.org/project/bqplot,2025-05-21 17:32:27.000,108.0,207840.0,236159.0,https://anaconda.org/conda-forge/bqplot,2025-04-22 14:56:22.864,1600880.0,,,,,3.0,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1638.0,,,,,,,,,,,,,, +307,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-04-22 14:57:55.728000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3590.0,Module for automatic summarization of text documents and HTML pages.,32.0,30,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,4118.0,4087.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,72571.0,72832.0,https://anaconda.org/conda-forge/sumy,2025-04-22 14:57:55.728,12305.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2025-04-22 14:56:57.043000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3180.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3591.0,3499.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,146967.0,153670.0,https://anaconda.org/conda-forge/hmmlearn,2025-04-22 14:56:57.043,375379.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-04-22 14:57:50.748000,2025-04-08 20:43:24,580.0,6.0,442.0,94.0,128.0,82.0,267.0,2532.0,bt - flexible backtesting for Python.,34.0,30,True,2025-04-12 14:41:05.000,1.1.2,30.0,bt,conda-forge/bt,,,,1697.0,1682.0,https://pypi.org/project/bt,2025-04-12 14:40:43.000,15.0,8439.0,10171.0,https://anaconda.org/conda-forge/bt,2025-04-22 14:57:50.748,84912.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2025-05-07 20:34:50.000000,2024-12-29 21:20:41,1376.0,,336.0,22.0,51.0,38.0,203.0,2398.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,30,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,647.0,634.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,50532.0,51780.0,https://anaconda.org/conda-forge/explainerdashboard,2025-04-22 14:57:40.990,66196.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-05-22 10:48:19.000000,2025-05-08 07:06:06,218.0,1.0,256.0,56.0,83.0,50.0,234.0,2097.0,A Python wrapper for the tesseract-ocr API.,32.0,30,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1297.0,1254.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,127289.0,131693.0,https://anaconda.org/conda-forge/tesserocr,2025-04-22 14:57:14.353,254970.0,,,,,2.0,959.0,,,,,,,,,,,,,,,,,,, +312,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-05-05 13:40:48.000000,2025-05-05 13:40:48,964.0,23.0,450.0,37.0,1003.0,152.0,386.0,2068.0,A Python package to assess and improve fairness of machine learning models.,104.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,129168.0,130013.0,https://anaconda.org/conda-forge/fairlearn,2025-04-22 14:57:20.746,45639.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-04-22 14:56:51.622000,2024-04-29 20:57:51,290.0,,359.0,45.0,80.0,78.0,114.0,1832.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,False,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7412.0,7309.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,129545.0,131456.0,https://anaconda.org/conda-forge/pyldavis,2025-04-22 14:56:51.622,95588.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-05-22 15:04:36.000000,2025-05-22 15:04:33,2752.0,253.0,177.0,12.0,1352.0,120.0,1195.0,1791.0,"dstack is an open-source alternative to Kubernetes and Slurm, designed to simplify GPU allocation and AI workload..",53.0,30,True,2025-05-21 09:45:28.000,0.19.10,280.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-05-21 09:06:28.000,,5944.0,5944.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-04-22 14:56:58.479000,2025-03-14 15:07:30,1264.0,4.0,152.0,30.0,131.0,42.0,277.0,1764.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3303.0,3147.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,165778.0,168607.0,https://anaconda.org/conda-forge/pingouin,2025-04-22 14:56:58.479,166928.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2025-04-22 14:57:44.362000,2024-12-30 10:52:51,164.0,,205.0,33.0,75.0,29.0,53.0,1645.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,30,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],5198.0,5161.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2728730.0,2729488.0,https://anaconda.org/conda-forge/torchsde,2025-04-22 14:57:44.362,39453.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-05-05 20:51:30.000000,2025-05-05 20:50:20,2537.0,72.0,437.0,54.0,654.0,201.0,276.0,1481.0,Machine learning on FPGAs using HLS.,69.0,30,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",48.0,47.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,2032.0,2221.0,https://anaconda.org/conda-forge/hls4ml,2025-04-22 14:57:36.962,10605.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-05-20 06:05:52.000000,2025-03-19 18:19:56,1190.0,23.0,259.0,49.0,563.0,33.0,189.0,1399.0,ARCH models in Python.,37.0,30,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,3131.0,3018.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,415922.0,425784.0,https://anaconda.org/conda-forge/arch-py,2025-04-22 14:57:17.475,581883.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-04-22 14:56:25.462000,2025-02-06 17:53:01,4399.0,,304.0,76.0,680.0,21.0,637.0,1391.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,30,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1866.0,1807.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,29486.0,40307.0,https://anaconda.org/conda-forge/pysal,2025-04-22 14:56:25.462,627642.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +320,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-04-26 20:56:08.209000,2025-04-26 17:08:13,1394.0,11.0,153.0,25.0,500.0,30.0,139.0,959.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,30,True,2025-04-26 17:10:43.000,2.3.3,63.0,cornac,conda-forge/cornac,,,,302.0,284.0,https://pypi.org/project/cornac,2025-04-26 17:21:46.000,18.0,53562.0,67480.0,https://anaconda.org/conda-forge/cornac,2025-04-26 20:56:08.209,821166.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-04-24 19:50:43.000000,2025-04-10 21:34:27,1700.0,10.0,288.0,40.0,1482.0,293.0,372.0,725.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",115.0,30,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,714429.0,714429.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2025-04-22 14:56:25.508000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,509.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,33516.0,33381.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,3010428.0,3028622.0,https://anaconda.org/conda-forge/audioread,2025-04-22 14:56:25.508,1000677.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +323,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1244.0,558.0,840.0,2543.0,17576.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,599.0,731.0,,,,,,,,3.0,14889.0,,,,,,,,,,,,,,,,,,, +324,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4148.0,643.0,235.0,53.0,,17274.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,3258.0,3184.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,71790.0,71790.0,,,,,,,,2.0,,,,,,,2.0,,,,,,,,,,,,, +325,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-05-14 06:47:16.000000,2025-04-16 07:54:15,2322.0,3.0,2930.0,200.0,3819.0,1001.0,4582.0,13433.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",186.0,29,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,893.0,893.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,341.0,81.0,54.0,231.0,8126.0,StarCraft II Learning Environment.,39.0,29,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,983.0,957.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2914.0,3267.0,,,,,,,,2.0,32831.0,,,,,,,google-deepmind/pysc2,,,,,,,,,,,, +327,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-05-22 07:04:34.000000,2025-05-19 13:20:54,643.0,9.0,808.0,84.0,372.0,44.0,368.0,5405.0,Uplift modeling and causal inference with machine learning algorithms.,66.0,29,True,2025-05-15 16:56:43.000,0.15.4,27.0,causalml,,,,,296.0,286.0,https://pypi.org/project/causalml,2025-05-15 16:56:43.000,10.0,41649.0,41649.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +328,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2025-04-22 14:56:45.003000,2023-04-30 18:36:20,483.0,,693.0,84.0,209.0,157.0,358.0,4927.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1859.0,1827.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,131568.0,134712.0,https://anaconda.org/conda-forge/lightfm,2025-04-22 14:56:45.003,276745.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-05-22 06:34:49.000000,2025-05-22 06:26:10,956.0,19.0,495.0,41.0,1060.0,28.0,382.0,4705.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",62.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,104546.0,210143.0,,,,,,,,2.0,5385453.0,,,,,,,,,,,,,,,,,,, +330,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2025-04-22 14:57:03.401000,2025-04-13 00:57:05,250.0,1.0,283.0,43.0,51.0,28.0,98.0,4201.0,A simple command-line utility for querying and monitoring GPU status.,17.0,29,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7593.0,7443.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,735236.0,740917.0,https://anaconda.org/conda-forge/gpustat,2025-04-22 14:57:03.401,306774.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-05-20 19:37:33.000000,2025-05-18 02:03:07,333.0,22.0,355.0,26.0,359.0,100.0,56.0,3149.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,19.0,29,True,2025-04-05 19:49:38.000,0.2.16,17.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1365.0,1357.0,https://pypi.org/project/lazypredict,2025-04-05 19:49:38.000,8.0,20775.0,20885.0,https://anaconda.org/conda-forge/lazypredict,2025-04-22 14:57:59.313,4953.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-20 19:09:46.000000,2025-03-20 19:09:13,8394.0,9.0,365.0,82.0,9858.0,103.0,350.0,3139.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",125.0,29,True,2025-03-19 23:12:44.000,0.38.1,607.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-19 23:33:17.000,4.0,202214.0,202461.0,,,,,,,,3.0,13109.0,,,,,,,,,,,,,,,,,,, +333,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-04-22 17:45:39.000000,2025-04-22 17:44:51,3700.0,19.0,545.0,110.0,370.0,388.0,701.0,3073.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",82.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,951.0,931.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,13194.0,13194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +334,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-05-05 20:23:33.000000,2025-04-16 09:11:20,3041.0,32.0,1007.0,121.0,561.0,61.0,310.0,2616.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,345732.0,368603.0,https://anaconda.org/conda-forge/ipyparallel,2025-04-22 14:56:22.394,1257957.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-05-16 23:29:20.000000,2025-05-16 23:29:17,1969.0,4.0,215.0,48.0,308.0,194.0,169.0,2259.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,29,True,2025-05-16 23:12:19.000,0.36.2,208.0,graphistry,,,,['jupyter'],160.0,154.0,https://pypi.org/project/graphistry,2025-05-16 23:12:19.000,6.0,17340.0,17340.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-05-22 08:56:34.000000,2025-05-22 08:56:34,2453.0,1.0,435.0,74.0,1274.0,154.0,683.0,1871.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],797.0,762.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,71402.0,72561.0,https://anaconda.org/conda-forge/gpflow,2025-04-22 14:56:50.649,45232.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-03-12 00:53:48.000000,2025-03-12 00:49:02,1870.0,15.0,397.0,48.0,141.0,31.0,435.0,1836.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,345.0,330.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,6786.0,6897.0,,,,,,,,1.0,12215.0,,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,, +338,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-04-22 14:56:23.732000,2025-03-16 16:58:56,958.0,1.0,431.0,84.0,242.0,57.0,242.0,1512.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,29,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3430.0,2992.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,148974.0,157724.0,https://anaconda.org/conda-forge/emcee,2025-04-22 14:56:23.732,411263.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-04-07 06:09:24.000000,2025-04-07 06:09:23,623.0,10.0,432.0,30.0,53.0,18.0,135.0,1510.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,31.0,29,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,896.0,856.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,25289.0,25289.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,skrub,skrub-data/skrub,tabular,,https://github.com/skrub-data/skrub,https://github.com/skrub-data/skrub,BSD-3-Clause,2018-03-12 23:32:22.000,2025-05-22 14:04:37.000000,2025-05-22 14:04:37,1827.0,81.0,123.0,20.0,934.0,88.0,351.0,1397.0,Machine learning with dataframes.,59.0,29,True,2025-04-03 13:37:34.000,0.5.3,14.0,skrub,,,,"['sklearn', 'pandas']",97.0,87.0,https://pypi.org/project/skrub,2025-04-03 13:37:34.000,10.0,12402.0,12402.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +341,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-04-22 14:58:05.596000,2025-02-06 11:15:39,1484.0,,168.0,30.0,253.0,,,1387.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2358.0,2260.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,216602.0,219452.0,https://anaconda.org/conda-forge/spacy-transformers,2025-04-22 14:58:05.596,119639.0,,,,,2.0,174.0,,,,,,,,,,,,,,,,,,, +342,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2025-04-22 14:56:41.347000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1265.0,Real-time stream processing for python.,49.0,29,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,607.0,550.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,27283.0,64319.0,https://anaconda.org/conda-forge/streamz,2025-04-22 14:56:41.347,2148100.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +343,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2025-04-22 14:57:23.933000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1261.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3158.0,3120.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,141053.0,142019.0,https://anaconda.org/conda-forge/kmodes,2025-04-22 14:57:23.933,58970.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2025-04-22 14:57:18.607000,2024-02-08 16:58:25,2080.0,,252.0,39.0,39.0,76.0,591.0,1187.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,889.0,857.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,29781.0,32154.0,https://anaconda.org/conda-forge/pyclustering,2025-04-22 14:57:18.607,137323.0,,,,,2.0,678.0,,,,,,,,,,,,,,,,,,, +345,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-05-21 20:38:34.000000,2025-05-21 20:37:02,846.0,10.0,133.0,28.0,455.0,88.0,349.0,1156.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,29,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,219.0,205.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,33509.0,34433.0,https://anaconda.org/conda-forge/bambi,2025-04-22 14:57:09.701,48990.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-04-22 14:56:51.745000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3427453.0,3474107.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-04-22 14:56:51.745,2426009.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-05-10 15:16:32.000000,2025-05-10 15:14:31,824.0,2.0,262.0,38.0,519.0,283.0,264.0,937.0,Scalable Machine Learning with Dask.,81.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1364.0,1264.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,99742.0,116136.0,https://anaconda.org/conda-forge/dask-ml,2025-04-22 14:56:42.913,983645.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-05-05 05:24:10.000000,2025-05-05 05:24:05,653.0,12.0,102.0,23.0,124.0,4.0,115.0,760.0,Python library for reading audio file metadata.,27.0,29,True,2025-04-23 14:25:51.000,2.1.1,44.0,tinytag,,,,,1358.0,1236.0,https://pypi.org/project/tinytag,2025-04-23 14:25:51.000,122.0,68656.0,68656.0,,,,,,,,3.0,,,,,,,,tinytag/tinytag,,,,,,,,,,,, +349,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-04-22 14:57:20.407000,2025-04-16 09:58:45,2109.0,2.0,65.0,20.0,1660.0,33.0,227.0,614.0,The experiment tracker for foundation model training.,55.0,29,True,2025-04-15 07:28:48.000,1.14.0,213.0,neptune-client,conda-forge/neptune-client,,,,945.0,868.0,https://pypi.org/project/neptune-client,2025-04-15 07:28:48.000,77.0,487450.0,493223.0,https://anaconda.org/conda-forge/neptune-client,2025-04-22 14:57:20.407,346430.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2025-05-21 16:10:39.000000,2025-05-21 16:10:39,1277.0,19.0,160.0,17.0,717.0,42.0,208.0,521.0,A package built to support working with spatial data using open source python.,44.0,29,True,2025-05-19 19:19:52.000,0.10.0,23.0,earthpy,conda-forge/earthpy,,,,450.0,433.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,12225.0,13488.0,https://anaconda.org/conda-forge/earthpy,2025-04-22 14:57:03.644,92251.0,,,,,3.0,36.0,,,,,,2.0,,,,,,,,,,,,, +351,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-05-20 17:33:15.000000,2025-05-20 17:32:19,5775.0,901.0,68.0,6.0,535.0,52.0,165.0,292.0,Python recommendation toolkit.,39.0,29,False,2025-03-12 17:48:24.000,2025.2.0,54.0,lenskit,conda-forge/lenskit,,,,144.0,133.0,https://pypi.org/project/lenskit,2025-05-20 17:15:04.000,11.0,6304.0,7129.0,https://anaconda.org/conda-forge/lenskit,2025-04-22 14:57:40.279,44561.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1249.0,236.0,461.0,2.0,330.0,19458.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",47.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,30438.0,30856.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,29278.0,2.0,,,,,,,,bee-san/Ciphey,,,,,,,,,,,, +353,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4902.0,648.0,376.0,503.0,436.0,16286.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,619.0,616.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,674.0,674.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,131.0,51.0,163.0,141.0,8108.0,A PyTorch implementation of EfficientNet.,24.0,28,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,130790.0,209387.0,,,,,,,,2.0,4873068.0,,,,,,,,,,,,,,,,,,, +355,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,172.0,46.0,80.0,242.0,7302.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,74694.0,74694.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +356,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2025-04-22 14:56:45.083000,2024-06-14 19:31:58,659.0,,1016.0,141.0,103.0,87.0,310.0,6607.0,A Python scikit for building and analyzing recommender systems.,46.0,28,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,137767.0,146119.0,https://anaconda.org/conda-forge/scikit-surprise,2025-04-22 14:56:45.083,484448.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +357,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2025-03-28 18:30:29.000000,2025-03-28 18:30:29,780.0,1.0,1196.0,206.0,93.0,201.0,123.0,6051.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,652.0,640.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,17061.0,17061.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +358,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1210.0,151.0,954.0,60.0,789.0,5888.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],77.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,56.0,52408.0,52408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,492.0,75.0,63.0,112.0,57.0,5261.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,4297.0,4275.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,181142.0,181142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +360,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2025-04-22 14:57:49.044000,2022-04-01 13:57:36,131.0,,1011.0,147.0,33.0,52.0,77.0,4714.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,12365.0,12268.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,309229.0,309576.0,https://anaconda.org/conda-forge/vadersentiment,2025-04-22 14:57:49.044,17393.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-05-20 22:44:11.000000,2025-04-04 19:49:25,6224.0,22.0,536.0,148.0,1966.0,338.0,1413.0,4705.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3697.0,3767.0,,,,,,,,2.0,8369.0,,,,,,,,,,,,,,,,,,, +362,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-04-22 14:57:33.497000,2023-07-05 18:14:28,901.0,,560.0,103.0,622.0,99.0,608.0,4345.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,454422.0,456054.0,https://anaconda.org/conda-forge/yellowbrick,2025-04-22 14:57:33.497,93059.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +363,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3857.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1109.0,1097.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1404.0,1404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-05-20 12:11:09.000000,2025-05-20 12:11:09,1499.0,2.0,268.0,23.0,1762.0,254.0,734.0,3795.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,528.0,516.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,34617.0,34650.0,,,,,,,,2.0,1433.0,,,,,,,,,,,,,,,,,,, +365,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-03-25 16:28:44.170000,2025-02-24 07:16:40,4388.0,24.0,662.0,42.0,1028.0,310.0,719.0,3763.0,"A unified, comprehensive and efficient recommendation library.",79.0,28,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,99159.0,99317.0,https://anaconda.org/aibox/recbole,2025-03-25 16:28:44.170,8553.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +366,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2025-04-22 14:56:47.205000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3722.0,Performance analysis of predictive (alpha) stock factors.,26.0,28,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,743.0,738.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1012.0,1289.0,https://anaconda.org/conda-forge/alphalens,2025-04-22 14:56:47.205,24108.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-05-03 09:56:43.000000,2025-05-03 09:56:08,1210.0,3.0,470.0,82.0,56.0,64.0,206.0,3683.0,A library of reinforcement learning components and agents.,88.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],241.0,238.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1722.0,1955.0,https://anaconda.org/conda-forge/dm-acme,2025-04-22 14:57:40.447,12600.0,,,,,2.0,,,,,,,,google-deepmind/acme,,,,,,,,,,,, +368,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,257.0,64.0,123.0,7.0,296.0,3517.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,740.0,725.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,27663.0,27694.0,,,,,,,,3.0,2349.0,,,,,,,,,,,,,,,,,,, +369,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-04-22 14:56:50.409000,2025-04-18 12:13:17,417.0,2.0,253.0,64.0,57.0,9.0,,3464.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",18.0,28,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8651.0,8552.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1095750.0,1111115.0,https://anaconda.org/conda-forge/textdistance,2025-04-22 14:56:50.409,829092.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,, +370,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-04-22 14:57:07.761000,2025-02-07 18:03:57,996.0,,590.0,93.0,343.0,31.0,763.0,3444.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,28,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,22456.0,25965.0,https://anaconda.org/conda-forge/pomegranate,2025-04-22 14:57:07.761,210547.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +371,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2025-05-12 13:47:27.000000,2025-05-08 17:35:54,4165.0,4.0,384.0,85.0,70.0,160.0,194.0,3439.0,a library for audio and music analysis.,26.0,28,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,560.0,543.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,9825.0,18075.0,https://anaconda.org/conda-forge/aubio,2025-04-22 14:56:33.269,808560.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-05-16 20:59:27.000000,2025-05-16 20:26:10,3140.0,112.0,741.0,151.0,65.0,6.0,901.0,3403.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,41.0,28,True,2025-05-13 19:14:39.000,1.9.0,23.0,,bioconda/deepvariant,,,['tensorflow'],4.0,4.0,,,,,920.0,https://anaconda.org/bioconda/deepvariant,2025-04-22 15:28:54.254,76221.0,,,,,3.0,4850.0,,,,,,,,,,,,,,,,,,, +373,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1087.0,4.0,354.0,3350.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1304.0,1274.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,12976.0,12976.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2025-04-22 14:57:36.874000,2024-07-25 18:53:58,2707.0,,402.0,35.0,525.0,68.0,220.0,3166.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,28,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,420.0,409.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,6560.0,6742.0,https://anaconda.org/conda-forge/textattack,2025-04-22 14:57:36.874,10229.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-04-22 14:57:54.473000,2025-04-14 09:03:52,1234.0,7.0,421.0,52.0,96.0,139.0,531.0,3156.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",30.0,28,True,2025-04-01 10:24:36.000,1.1.17,100.0,mljar-supervised,conda-forge/mljar-supervised,,,,173.0,167.0,https://pypi.org/project/mljar-supervised,2025-04-01 10:23:13.000,6.0,6956.0,7856.0,https://anaconda.org/conda-forge/mljar-supervised,2025-04-22 14:57:54.473,42315.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,156.0,3134.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,238.0,235.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,29856.0,29857.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +377,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-04-22 14:57:39.864000,2025-03-06 23:21:12,622.0,1.0,338.0,46.0,121.0,72.0,137.0,3064.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1629.0,1576.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,93395.0,95364.0,https://anaconda.org/conda-forge/dtreeviz,2025-04-22 14:57:39.864,106376.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3059.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],14632.0,14523.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,46480.0,46480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +379,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2025-04-22 14:57:08.534000,2024-03-14 19:50:06,769.0,,828.0,181.0,75.0,21.0,565.0,3016.0,Python sync/async framework for Interactive Brokers API.,36.0,28,False,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,57601.0,58430.0,https://anaconda.org/conda-forge/ib-insync,2025-04-22 14:57:08.534,58089.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-04-30 16:58:13.000000,2025-04-30 16:57:14,2316.0,3.0,722.0,78.0,206.0,206.0,473.0,2905.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",153.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,26624.0,26624.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2025-04-22 14:57:29.383000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2859.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,28,False,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,746.0,732.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4261.0,4568.0,https://anaconda.org/conda-forge/foolbox,2025-04-22 14:57:29.383,17838.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-03-28 14:14:14.000000,2025-03-24 03:23:49,2015.0,56.0,391.0,37.0,101.0,40.0,158.0,2811.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,37.0,28,True,2025-03-28 14:16:54.000,0.56.0,47.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2025-03-28 02:16:56.000,7.0,5906.0,5906.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2025-04-30 05:40:51.091000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2771.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,28,False,2025-04-20 16:37:59.000,0.16.0,33.0,eli5,conda-forge/eli5,,,,66.0,,https://pypi.org/project/eli5,2025-04-20 16:37:59.000,66.0,109517.0,112619.0,https://anaconda.org/conda-forge/eli5,2025-04-30 05:40:51.091,183065.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-05-20 19:20:02.000000,2025-05-20 19:16:12,178.0,15.0,362.0,28.0,364.0,42.0,362.0,2703.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,28,True,2025-05-20 19:43:51.000,1.2.0,25.0,adapter-transformers,,,,['huggingface'],240.0,228.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4583.0,4583.0,,,,,,,,3.0,,,,,,,,adapter-hub/adapters,,,,,,,,,,,, +385,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2025-04-30 17:25:15.000000,2025-04-30 17:04:22,704.0,8.0,261.0,33.0,152.0,30.0,147.0,2487.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,28,True,2025-04-30 17:25:15.000,2.3.0,20.0,norfair,,,,,328.0,319.0,https://pypi.org/project/norfair,2025-04-30 17:25:15.000,9.0,29150.0,29156.0,,,,,,,,3.0,351.0,,,,,,,,,,,,,,,,,,, +386,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2025-04-22 14:56:38.875000,2018-08-19 12:37:47,130.0,,284.0,62.0,61.0,31.0,39.0,2435.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6481.0,6396.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,421890.0,424048.0,https://anaconda.org/conda-forge/scikit-plot,2025-04-22 14:56:38.875,202852.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,71.0,210.0,2377.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],417.0,410.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10170.0,10170.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-05-09 07:51:21.000000,2025-05-07 12:23:09,744.0,5.0,231.0,39.0,573.0,140.0,235.0,2373.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,590.0,583.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,90379.0,90379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +389,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2025-04-22 14:57:21.393000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2365.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],8840.0,8767.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,170249.0,170495.0,https://anaconda.org/conda-forge/mtcnn,2025-04-22 14:57:21.393,15101.0,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +390,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-05-21 13:50:19.000000,2023-06-01 12:18:23,739.0,,321.0,44.0,44.0,99.0,56.0,2285.0,A modular active learning framework for Python.,20.0,28,False,2025-05-19 16:20:10.000,1.0.1,1926.0,modAL,,,,['sklearn'],110.0,,https://pypi.org/project/modAL,2025-05-21 13:50:19.000,110.0,1209388.0,1209388.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +391,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2025-04-22 14:56:36.813000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2225.0,"NLP, before and after spaCy.",35.0,28,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2076.0,2010.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,29466.0,31477.0,https://anaconda.org/conda-forge/textacy,2025-04-22 14:56:36.813,193147.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +392,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2025-05-06 07:32:11.000000,2025-05-06 07:32:11,679.0,2.0,403.0,40.0,67.0,36.0,273.0,2005.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2611.0,2538.0,https://pypi.org/project/ogb,2023-04-07 06:00:55.135,73.0,35281.0,36237.0,https://anaconda.org/conda-forge/ogb,2025-04-22 14:57:35.121,53576.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-05-22 05:50:51.000000,2025-05-21 18:01:57,6864.0,94.0,328.0,46.0,3241.0,179.0,1659.0,1963.0,cuGraph - RAPIDS Graph Analytics Library.,124.0,28,True,2025-04-15 13:55:11.000,25.04.01,44.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,369.0,1696.0,https://anaconda.org/conda-forge/libcugraph,2025-04-22 14:57:50.593,65046.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,275.0,37.0,495.0,172.0,151.0,1836.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,209.0,201.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,194018.0,194025.0,,,,,,,,3.0,575.0,,,,,,,,,,,,,,,,,,, +395,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,229.0,50.0,213.0,33.0,291.0,1815.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,28,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1282.0,1248.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,37596.0,37596.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +396,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-04-22 14:57:59.303000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1742.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],321.0,316.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2255.0,2902.0,https://anaconda.org/conda-forge/lightning-flash,2025-04-22 14:57:59.303,29127.0,,,,,2.0,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,, +397,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,,323.0,117.0,794.0,229.0,170.0,1534.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,1537131.0,1537131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-04-22 14:57:44.228000,2025-02-12 20:53:06,689.0,,169.0,49.0,165.0,25.0,385.0,1422.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,28,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,233.0,226.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,22972.0,23437.0,https://anaconda.org/conda-forge/dalex,2025-04-22 14:57:44.228,24204.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2025-04-22 14:56:47.167000,2020-10-14 13:22:39,167.0,,408.0,71.0,89.0,36.0,26.0,1379.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1734.0,1678.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,21773.0,22188.0,https://anaconda.org/conda-forge/empyrical,2025-04-22 14:56:47.167,36126.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-04-22 14:57:16.914000,2025-03-09 22:06:41,443.0,7.0,184.0,27.0,44.0,,135.0,1363.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],763.0,743.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,147482.0,147854.0,https://anaconda.org/conda-forge/prince-factor-analysis,2025-04-22 14:57:16.914,24614.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-05-22 00:47:21.000000,2025-05-22 00:47:21,10858.0,4.0,251.0,38.0,1523.0,209.0,362.0,1352.0,Computations and statistics on manifolds with geometric structures.,95.0,28,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,156.0,144.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,5034.0,5220.0,https://anaconda.org/conda-forge/geomstats,2025-04-22 14:58:18.165,6528.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +402,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-05-21 13:41:40.000000,2025-02-19 14:28:48,2077.0,,233.0,40.0,642.0,109.0,488.0,1161.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,28,False,2025-03-20 15:27:01.000,2.3.1,51.0,smac,conda-forge/smac,,,,53.0,,https://pypi.org/project/smac,2025-03-20 15:27:01.000,53.0,15882.0,16528.0,https://anaconda.org/conda-forge/smac,2025-04-22 14:57:48.900,32315.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-04-22 14:56:22.872000,2023-02-20 00:24:10,1723.0,,192.0,39.0,177.0,73.0,176.0,967.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,77044.0,89928.0,https://anaconda.org/conda-forge/pythreejs,2025-04-22 14:56:22.872,666231.0,,,,,3.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,771.0,,,,,,,,,,,,,, +404,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2025-04-22 14:57:06.248000,2024-11-10 14:49:37,681.0,,108.0,13.0,100.0,74.0,67.0,922.0,A Python nearest neighbor descent for approximate nearest neighbors.,30.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,12196.0,12040.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1531529.0,1571450.0,https://anaconda.org/conda-forge/pynndescent,2025-04-22 14:57:06.248,2315460.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-04-22 14:56:29.359000,2025-04-18 20:50:45,1969.0,1.0,243.0,20.0,306.0,54.0,289.0,922.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",51.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1673.0,1546.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,248980.0,252975.0,https://anaconda.org/conda-forge/salib,2025-04-22 14:56:29.359,219740.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-05-04 21:17:17.000000,2025-05-04 21:11:20,3722.0,3.0,334.0,63.0,693.0,40.0,540.0,851.0,The Classical Language Toolkit.,121.0,28,True,2025-05-04 21:33:45.000,1.5.0,219.0,cltk,,,,,315.0,298.0,https://pypi.org/project/cltk,2025-05-04 21:17:17.000,17.0,3349.0,3350.0,,,,,,,,2.0,128.0,,,,,,,,,,,,,,,,,,, +407,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-05-17 10:41:40.000000,2025-05-17 10:41:40,498.0,11.0,49.0,8.0,73.0,195.0,269.0,701.0,python binding for libvips using cffi.,16.0,28,True,2025-04-28 10:07:43.000,3.0.0,27.0,pyvips,conda-forge/pyvips,,,,1160.0,1066.0,https://pypi.org/project/pyvips,2025-04-28 10:07:43.000,94.0,115227.0,119221.0,https://anaconda.org/conda-forge/pyvips,2025-04-29 02:42:01.199,219722.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2025-04-07 19:01:47.000000,2025-04-03 17:38:00,909.0,8.0,158.0,27.0,103.0,49.0,76.0,649.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,23.0,28,True,2025-04-07 19:01:47.000,1.17.0,45.0,ml-metadata,,,,,727.0,695.0,https://pypi.org/project/ml-metadata,2025-04-07 19:01:47.000,32.0,66916.0,66956.0,,,,,,,,2.0,2995.0,,,,,,,,,,,,,,,,,,, +409,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-05-21 17:57:33.000000,2025-05-21 09:33:31,877.0,6.0,77.0,25.0,431.0,111.0,244.0,614.0,"Simple, concise geographical visualization in Python.",33.0,28,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1366.0,1303.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,16891.0,22299.0,https://anaconda.org/conda-forge/geoviews,2025-04-22 14:56:48.733,302877.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-09-17 14:13:04.000,2025-04-22 14:56:33.006000,2024-07-03 17:02:18,237.0,,61.0,14.0,207.0,13.0,187.0,353.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,28,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10642.0,10481.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,665376.0,718338.0,https://anaconda.org/conda-forge/pystan,2025-04-22 14:56:33.006,3018865.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +411,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-04-22 14:57:15.532000,,,,903.0,,,573.0,,10151.0,NumPy & SciPy for GPU.,339.0,27,True,2025-03-21 07:26:13.000,13.4.1,144.0,cupy,conda-forge/cupy,cupy/cupy,,,347.0,,https://pypi.org/project/cupy,2025-04-04 08:36:48.000,347.0,26166.0,133208.0,https://anaconda.org/conda-forge/cupy,2025-04-22 14:57:15.532,6373676.0,https://hub.docker.com/r/cupy/cupy,2025-04-04 08:46:10.953731,13.0,83197.0,3.0,,,,,,,,,,,,,,,,,,,, +412,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-04-10 21:24:04.000000,2025-04-10 21:23:59,1631.0,1.0,819.0,137.0,1579.0,122.0,125.0,8208.0,Trax Deep Learning with Clear Code and Speed.,81.0,27,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,223.0,222.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,2244.0,2244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +413,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-05-19 23:43:51.000000,2025-05-19 22:31:56,1075.0,8.0,945.0,140.0,771.0,138.0,359.0,7490.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,27,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,625.0,607.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,52724.0,53536.0,https://anaconda.org/conda-forge/dowhy,2025-04-22 14:57:26.807,43883.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +414,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,266.0,98.0,82.0,81.0,7372.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],319.0,311.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,46495.0,46495.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,455.0,699.0,36.0,441.0,7361.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1721.0,1747.0,,,,,,,,2.0,2763.0,,,,,,,,,,,,,,,,,,, +416,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1359.0,349.0,14.0,42.0,66.0,6548.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1694.0,1686.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,41048.0,41048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-30 07:12:03.000000,2025-03-30 07:03:00,411.0,36.0,1172.0,124.0,123.0,42.0,501.0,6519.0,Backtest trading strategies in Python.,35.0,27,False,2025-03-30 07:12:03.000,0.6.4,5.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-30 07:12:03.000,3.0,35592.0,35592.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,625.0,2112.0,453.0,1338.0,6347.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,27,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,930.0,930.0,,,,,,,,3.0,22.0,,,,,,,numenta/nupic-legacy,,,,,,,,,,,, +419,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2025-04-22 14:57:29.789000,2022-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5649.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,2057.0,2001.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1812341.0,1812705.0,https://anaconda.org/conda-forge/flashtext,2025-04-22 14:57:29.789,21165.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5552.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],832.0,826.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,429.0,429.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2025-04-22 14:57:50.621000,2024-06-09 21:29:43,1062.0,,1067.0,248.0,218.0,53.0,204.0,5155.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,27,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,71.0,70.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1159.0,1258.0,https://anaconda.org/conda-forge/tensortrade,2025-04-22 14:57:50.621,4884.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5108.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,950.0,938.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8743.0,8743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,53.0,57.0,77.0,109.0,4870.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3645.0,3594.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,125811.0,153088.0,,,,,,,,3.0,1800303.0,,,,,,,,,,,,,,,,,,, +424,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,269.0,438.0,221.0,329.0,4840.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],349.0,347.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,872.0,872.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +425,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,,627.0,145.0,801.0,157.0,356.0,4839.0,Deep Learning Visualization Toolkit.,36.0,27,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,127312.0,127320.0,,,,,,,,3.0,511.0,,,,,,,,,,,,,,,,,,, +426,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,754.0,60.0,1014.0,187.0,743.0,4532.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],233.0,229.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4172.0,4172.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2025-05-01 22:27:09.000000,2025-05-01 22:27:09,558.0,1.0,750.0,176.0,90.0,1.0,289.0,4494.0,A python wrapper for Alpha Vantage API for financial data.,44.0,27,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,63885.0,64060.0,https://anaconda.org/conda-forge/alpha_vantage,2025-04-22 14:57:44.470,9134.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2025-04-22 14:57:18.376000,2023-04-27 20:08:56,632.0,,964.0,277.0,226.0,13.0,356.0,3874.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,84181.0,84620.0,https://anaconda.org/conda-forge/tensorflowonspark,2025-04-22 14:57:18.376,28565.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2025-04-22 14:57:50.627000,2023-06-20 03:14:12,435.0,,300.0,31.0,477.0,54.0,30.0,3113.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,167709.0,168000.0,https://anaconda.org/conda-forge/torch-optimizer,2025-04-22 14:57:50.627,14269.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2025-04-22 14:56:38.712000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3046.0,Unified and efficient Machine Learning.,248.0,27,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1781.0,https://anaconda.org/conda-forge/shogun,2025-04-22 14:56:38.712,166613.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1534.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +431,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-04-22 14:57:46.014000,2023-11-29 13:26:08,135.0,,281.0,53.0,24.0,45.0,97.0,3016.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,3116.0,3086.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,79194.0,80030.0,https://anaconda.org/conda-forge/sweetviz,2025-04-22 14:57:46.014,42667.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,3006.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],316.0,305.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3389.0,3389.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-04-22 14:57:06.322000,2024-08-12 14:54:41,1058.0,,411.0,122.0,147.0,198.0,247.0,2712.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,223814.0,227998.0,https://anaconda.org/conda-forge/pygal,2025-04-22 14:57:06.322,117179.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +434,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,259.0,27.0,1131.0,78.0,224.0,2674.0,Database system for AI-powered apps.,71.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],154.0,154.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,827.0,13227.0,,,,,,,,3.0,421619.0,,,,,,,georgia-tech-db/evadb,,,,,,,,,,,, +435,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-04-22 14:57:36.856000,2024-12-10 03:08:33,438.0,,852.0,90.0,294.0,200.0,104.0,2583.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,713.0,681.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,22737.0,23151.0,https://anaconda.org/conda-forge/aif360,2025-04-22 14:57:36.856,23186.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-04-22 14:57:50.670000,2025-04-01 15:23:00,509.0,2.0,322.0,67.0,133.0,24.0,111.0,2264.0,ffn - a financial function library for Python.,36.0,27,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,577.0,555.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,24110.0,24508.0,https://anaconda.org/conda-forge/ffn,2025-04-22 14:57:50.670,19533.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],401.0,395.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,10530.0,10530.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +438,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-05-06 07:05:47.000000,2025-05-06 07:05:46,595.0,12.0,183.0,55.0,482.0,82.0,106.0,2178.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,27,True,2025-04-20 10:27:23.000,1.1.11,28.0,hivemind,,,,,138.0,126.0,https://pypi.org/project/hivemind,2025-04-20 10:21:51.000,12.0,6436.0,6436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2174.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,870.0,851.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,70482.0,70482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-04-22 15:32:32.084000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2087.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2743.0,2729.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,80575.0,84243.0,https://anaconda.org/anaconda/efficientnet,2025-04-22 15:32:32.084,640.0,,,,,3.0,263316.0,,,,,,,,,,,,,,,,,,, +441,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,5.0,302.0,30.0,583.0,106.0,727.0,1891.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,84.0,27,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,141.0,138.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1896.0,1897.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +442,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2025-04-24 16:18:31.000000,2025-04-24 16:13:58,1655.0,3.0,161.0,59.0,69.0,67.0,130.0,1849.0,A Python toolbox for gaining geometric insights into high-dimensional data.,23.0,27,True,2025-04-24 16:18:31.000,0.8.1,22.0,hypertools,,,,,506.0,504.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,396.0,396.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +443,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-04-27 20:40:43.000000,2025-04-27 20:40:43,392.0,1.0,167.0,24.0,84.0,51.0,36.0,1815.0,A Python package for time series classification.,15.0,27,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,911.0,866.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,120882.0,121640.0,https://anaconda.org/conda-forge/pyts,2025-04-22 14:57:10.207,32599.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-04-22 14:57:59.344000,2024-06-10 12:07:33,223.0,,205.0,33.0,20.0,2.0,96.0,1808.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,27,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,884.0,873.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,15456.0,17366.0,https://anaconda.org/conda-forge/autoviz,2025-04-22 14:57:59.344,85973.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2025-04-22 14:57:28.627000,2023-08-12 06:34:27,161.0,,291.0,52.0,89.0,24.0,191.0,1686.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],731.0,712.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,11405.0,11570.0,https://anaconda.org/conda-forge/gplearn,2025-04-22 14:57:28.627,9775.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-04-22 14:57:27.368000,2025-04-20 07:21:04,1043.0,4.0,186.0,16.0,83.0,27.0,386.0,1641.0,PyTorch Extension Library of Optimized Scatter Operations.,33.0,27,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,51521.0,65955.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-04-22 14:57:27.368,851655.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2025-04-22 15:32:21.921000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1606.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,27,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,214.0,212.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,6323.0,6376.0,https://anaconda.org/anaconda/tabpy-client,2025-04-22 15:32:21.921,5204.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-05-04 13:31:32.000000,2025-05-04 13:31:32,865.0,2.0,278.0,81.0,494.0,61.0,210.0,1533.0,Underthesea - Vietnamese NLP Toolkit.,21.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1612.0,1597.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,26775.0,26860.0,,,,,,,,3.0,8207.0,,,,,,,,,,,,,,,,,,, +449,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2025-04-22 14:56:58.501000,2024-10-24 16:30:49,696.0,,172.0,21.0,129.0,13.0,131.0,1530.0,"Extensible, parallel implementations of t-SNE.",13.0,27,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1113.0,1066.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,38545.0,46194.0,https://anaconda.org/conda-forge/opentsne,2025-04-22 14:56:58.501,436036.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-05-19 07:35:53.000000,2025-04-04 12:26:14,3091.0,5.0,126.0,35.0,396.0,17.0,192.0,1475.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-04-04 14:07:34.000,4.3,47.0,pycm,,,,,428.0,404.0,https://pypi.org/project/pycm,2025-04-04 14:07:54.000,24.0,39896.0,39896.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,236.0,42.0,262.0,68.0,214.0,1424.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,524.0,497.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3669.0,3669.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,335.0,41.0,302.0,32.0,200.0,1335.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,572.0,550.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,54543.0,54543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-04-30 20:17:15.000000,2025-04-30 20:13:30,559.0,7.0,122.0,20.0,414.0,36.0,299.0,1333.0,Extra blocks for scikit-learn pipelines.,68.0,27,True,2025-04-30 20:17:15.000,0.9.5,56.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],194.0,181.0,https://pypi.org/project/scikit-lego,2025-04-30 20:12:58.000,13.0,30211.0,31344.0,https://anaconda.org/conda-forge/scikit-lego,2025-04-22 14:57:15.493,67998.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +454,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-03-31 13:51:06.000000,2025-01-03 19:07:34,348.0,,141.0,27.0,69.0,6.0,73.0,1308.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,27,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1866.0,1850.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,15830.0,15830.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1271.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1886.0,1865.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,96636.0,96636.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +456,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-05-21 15:40:13.000000,2025-05-14 19:39:09,2739.0,54.0,100.0,21.0,1380.0,88.0,267.0,1215.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,27,False,2025-04-01 21:44:13.000,0.207.3,92.0,metricflow,,,,,38.0,34.0,https://pypi.org/project/metricflow,2025-04-01 21:31:37.000,4.0,43394.0,43394.0,,,,,,,,3.0,,,,,,,,dbt-labs/metricflow,,,,,,,,,,,, +457,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-04-22 14:58:08.733000,2025-04-07 11:52:39,803.0,6.0,72.0,16.0,139.0,60.0,125.0,1113.0,Visualize large time series data with plotly.py.,14.0,27,True,2024-03-27 07:58:10.000,0.10.0,64.0,plotly-resampler,conda-forge/plotly-resampler,,,,2000.0,1969.0,https://pypi.org/project/plotly-resampler,2025-04-07 11:52:56.000,31.0,470984.0,473748.0,https://anaconda.org/conda-forge/plotly-resampler,2025-04-22 14:58:08.733,110571.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2025-04-22 14:57:37.199000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,999.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,700.0,666.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,24671.0,25363.0,https://anaconda.org/conda-forge/sentinelsat,2025-04-22 14:57:37.199,37944.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +459,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,175.0,31.0,87.0,88.0,123.0,934.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2149.0,2124.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,91055.0,91055.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +460,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-04-22 14:56:20.679000,2025-02-25 03:39:37,1327.0,1.0,149.0,48.0,60.0,21.0,71.0,867.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1599.0,1536.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,23840.0,34509.0,https://anaconda.org/conda-forge/mahotas,2025-04-22 14:56:20.679,629477.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2025-04-22 14:58:02.377000,2021-02-11 16:40:18,279.0,,85.0,12.0,51.0,24.0,53.0,851.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,7388.0,7311.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,977761.0,977994.0,https://anaconda.org/conda-forge/pysbd,2025-04-22 14:58:02.377,10053.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-05-19 22:53:54.000000,2025-05-19 22:53:54,661.0,15.0,168.0,28.0,253.0,3.0,107.0,679.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],496.0,468.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,50830.0,51191.0,https://anaconda.org/conda-forge/pyriemann,2025-04-22 14:58:19.121,12646.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2025-04-22 14:57:23.846000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,430.0,scikit-learn inspired API for CRFsuite.,6.0,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8636.0,8497.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,264685.0,265372.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2025-04-22 14:57:23.846,41921.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +464,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-04-22 14:57:37.742000,2025-04-16 10:38:56,558.0,12.0,40.0,4.0,18.0,5.0,67.0,366.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,16.0,27,True,2025-03-29 10:07:06.000,0.11.4,32.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1187.0,1114.0,https://pypi.org/project/scikit-posthocs,2025-03-29 10:07:06.000,73.0,94423.0,113214.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-04-22 14:57:37.742,1033512.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +465,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-05-17 01:31:57.000000,2025-05-17 01:31:52,263.0,58.0,546.0,78.0,40.0,63.0,34.0,11639.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,20.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,71.0,71.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,868.0,1006.0,https://anaconda.org/conda-forge/prettymaps,2025-04-22 14:58:08.339,5527.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,,1905.0,209.0,78.0,121.0,41.0,11218.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,26,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,57092.0,57092.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,419.0,51.0,105.0,89.0,10735.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,26,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,23869.0,23869.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1255.0,187.0,213.0,32.0,534.0,9839.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,338.0,,,,,,,,3.0,17598.0,,,,,,,,,,,,,,,,,,, +469,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-05-15 14:54:38.000000,2025-05-07 19:37:02,531.0,7.0,458.0,63.0,99.0,37.0,94.0,5368.0,Finding duplicate images made easy!.,17.0,26,True,2025-05-13 18:48:36.000,03.3,13.0,imagededup,,,,['tensorflow'],218.0,192.0,https://pypi.org/project/imagededup,2025-05-13 18:20:29.000,26.0,24087.0,24087.0,,,,,,,,3.0,4.0,,,,,,,,,,,,,,,,,,, +470,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,494.0,58.0,828.0,66.0,498.0,4088.0,NeuralProphet: A simple forecasting package.,55.0,26,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,87338.0,87338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,141.0,240.0,43.0,635.0,3311.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],467.0,463.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,519.0,519.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +472,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2025-04-22 14:57:21.142000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,255.0,2877.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,26,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,773.0,752.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2032.0,2402.0,https://anaconda.org/conda-forge/neuralcoref,2025-04-22 14:57:21.142,22603.0,,,,,3.0,1196.0,,,,,,,,,,,,,,,,,,, +473,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-04-22 14:57:16.064000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2807.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1391.0,1386.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,50398.0,55088.0,https://anaconda.org/conda-forge/knockknock,2025-04-22 14:57:16.064,18763.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2776.0,Learning to Rank in TensorFlow.,36.0,26,False,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,97927.0,97927.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2025-04-22 14:58:07.520000,2023-07-23 14:42:27,191.0,,502.0,37.0,252.0,52.0,305.0,2773.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,55021.0,55281.0,https://anaconda.org/conda-forge/pytorch-tabnet,2025-04-22 14:58:07.520,10671.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +476,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1183.0,35.0,60.0,2748.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,5145.0,5156.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +477,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,721.0,167.0,94.0,136.0,358.0,2525.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,31.0,29.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,321.0,321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-05-09 00:02:56.000000,2025-03-05 13:26:44,670.0,2.0,253.0,53.0,681.0,151.0,225.0,2502.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,813.0,788.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,16806.0,16806.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +479,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,65.0,15.0,28.0,47.0,2383.0,Stand-alone language identification system.,9.0,26,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,155.0,,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,496447.0,496447.0,,,,,,,,3.0,,,,,,,-3.0,,,,,,,,,,,,, +480,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,70.0,2339.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1516.0,1467.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,39940.0,39940.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,312.0,27.0,381.0,62.0,155.0,1583.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],66.0,65.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1784.0,1784.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +482,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,302.0,72.0,742.0,58.0,168.0,1484.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,26,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,425.0,423.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,848.0,848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2025-04-22 15:32:32.089000,2023-11-06 15:20:05,206.0,,334.0,47.0,44.0,100.0,117.0,1451.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,26,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],714.0,706.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,16838.0,52552.0,https://anaconda.org/anaconda/keras-ocr,2025-04-22 15:32:32.089,398.0,,,,,3.0,1999638.0,,,,,,,,,,,,,,,,,,, +484,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-04-22 14:57:23.763000,2024-08-03 19:34:12,297.0,,231.0,44.0,186.0,53.0,122.0,1418.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],487.0,480.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5288.0,5564.0,https://anaconda.org/conda-forge/metric-learn,2025-04-22 14:57:23.763,16040.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-05-08 14:48:31.000000,2025-05-08 14:39:59,214.0,4.0,91.0,32.0,118.0,8.0,19.0,1317.0,A library of reinforcement learning building blocks in JAX.,22.0,26,True,2025-05-08 14:48:31.000,0.1.7,11.0,rlax,,,,['jax'],360.0,338.0,https://pypi.org/project/rlax,2025-05-08 14:48:31.000,22.0,16226.0,16226.0,,,,,,,,2.0,,,,,,,,google-deepmind/rlax,,,,,,,,,,,, +486,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2025-04-11 14:13:23.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,69.0,57.0,206.0,1297.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,26,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],151.0,149.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,998.0,1003.0,,,,,,,,2.0,183.0,,,,,,,,,,,,,,,,,,, +487,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-04-28 22:43:32.000000,2025-04-28 22:43:30,1532.0,2.0,280.0,64.0,112.0,38.0,59.0,1265.0,Model analysis tools for TensorFlow.,59.0,26,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,68950.0,68950.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +488,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1259.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,26,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],578.0,574.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,5422.0,5422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-05-21 13:36:35.000000,2025-05-20 17:56:12,16710.0,5.0,393.0,45.0,1671.0,324.0,3008.0,979.0,An open-source application for biological image analysis.,147.0,26,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,30.0,28.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1004.0,1068.0,,,,,,,,3.0,8726.0,,,,,,,,,,,,,,,,,,, +490,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,97.0,20.0,149.0,36.0,94.0,671.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],100.0,93.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,591805.0,591805.0,,,,,,,,3.0,57.0,,,,,,,mrpowers-io/quinn,,,,,,,,,,,, +491,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,197.0,202.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,, +492,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,180.0,328.0,337.0,294.0,5810.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,154.0,154.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,638.0,681.0,,,,,,,,2.0,3887.0,,,,,,,,,,,,,,,,,,, +493,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-04-24 02:53:53.000000,2025-04-24 02:51:21,1108.0,8.0,924.0,110.0,676.0,146.0,543.0,5563.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],23.0,22.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,341.0,341.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +494,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,49.0,34.0,68.0,113.0,5520.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],283.0,268.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,6513.0,6513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-05-21 09:56:05.000000,2025-05-21 09:56:05,3893.0,88.0,638.0,91.0,4270.0,248.0,1436.0,5404.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,99.0,25,True,2025-04-29 14:58:10.000,1.49.0,90.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,656.0,156.0,130.0,85.0,101.0,4691.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],817.0,811.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,625.0,625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-04-22 07:35:10.000000,2025-04-22 07:35:04,1700.0,6.0,710.0,45.0,35.0,7.0,602.0,3910.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,32.0,25,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1090.0,1090.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2025-04-22 14:56:57.373000,2024-10-16 14:45:12,235.0,,324.0,88.0,103.0,51.0,32.0,3589.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,92.0,83.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1190.0,1671.0,https://anaconda.org/conda-forge/chartify,2025-04-22 14:56:57.373,37561.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3589.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,371.0,371.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +500,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-05-14 18:23:54.000000,2024-12-20 21:19:02,1587.0,,357.0,68.0,1475.0,118.0,88.0,3553.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,25,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,3.0,,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,4927.0,6999.0,https://anaconda.org/conda-forge/lit-nlp,2025-04-22 14:57:35.818,116076.0,,,,,3.0,,,,,,,-2.0,,,,,,,,,,,,, +501,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,,412.0,152.0,86.0,105.0,101.0,3438.0,A deep learning library for video understanding research.,58.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,57723.0,57723.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-05-13 10:18:23.000000,2025-03-26 13:39:31,2997.0,71.0,1259.0,127.0,1194.0,50.0,89.0,3435.0,a distributed deep learning platform.,97.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,6.0,6.0,,,,,84.0,https://anaconda.org/nusdbsystem/singa,2025-03-25 16:26:36.714,1014.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,9071.0,3.0,,,,,,,,,,,,,,,,,,,, +503,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3093.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,25,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,173.0,161.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1424.0,1480.0,,,,,,,,3.0,4850.0,,,,,,,,,,,,,,,,,,, +504,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2025-04-22 14:57:27.526000,2024-09-23 16:30:23,472.0,,344.0,65.0,319.0,50.0,124.0,3021.0,DDSP: Differentiable Digital Signal Processing.,32.0,25,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],69.0,68.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,3640.0,4015.0,https://anaconda.org/conda-forge/ddsp,2025-04-22 14:57:27.526,22140.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,242.0,48.0,483.0,57.0,70.0,2877.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,335.0,332.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,17826.0,17827.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +506,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2025-04-22 14:57:21.906000,2023-07-19 07:40:10,212.0,,146.0,27.0,200.0,20.0,73.0,2794.0,HiPlot makes understanding high dimensional data easy.,9.0,25,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,530.0,504.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,39398.0,43163.0,https://anaconda.org/conda-forge/hiplot,2025-04-22 14:57:21.906,237223.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-05-16 10:05:44.000000,2025-02-03 12:43:27,770.0,,366.0,77.0,583.0,144.0,95.0,2771.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,25,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,33619.0,33619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2560.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",87.0,25,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],22.0,,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,38598.0,38598.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2401.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,1055.0,1001.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,31810.0,31810.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2025-04-29 22:00:38.000000,2025-04-29 22:00:33,390.0,1.0,291.0,53.0,14.0,23.0,80.0,2302.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,671.0,666.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,8908.0,10137.0,https://anaconda.org/conda-forge/scattertext,2025-04-22 14:56:39.793,114341.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,93.0,39.0,59.0,13.0,79.0,2227.0,The friendly PIL fork.,433.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,20917.0,20917.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2213.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,25,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,866.0,866.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +513,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-04-10 09:30:35.000000,2025-04-10 09:30:30,2362.0,7.0,138.0,27.0,279.0,6.0,44.0,2160.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,25,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,239.0,225.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,2513.0,2513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,243.0,69.0,21.0,93.0,66.0,2125.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,288.0,284.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,241053.0,241053.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2025-04-22 14:57:44.390000,2023-09-26 17:27:56,255.0,,204.0,26.0,65.0,11.0,83.0,2034.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],387.0,379.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1127.0,1308.0,https://anaconda.org/conda-forge/checklist,2025-04-22 14:57:44.390,9444.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,311.0,55.0,1313.0,235.0,810.0,1979.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],126.0,122.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,690.0,690.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-04-22 14:57:33.475000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,271300.0,272574.0,https://anaconda.org/conda-forge/feature_engine,2025-04-22 14:57:33.475,72630.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-05-21 04:31:32.000000,2025-05-21 04:31:27,898.0,5.0,448.0,58.0,372.0,117.0,93.0,1961.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,20407.0,20409.0,,,,,,,,2.0,188.0,,,,,,,,,,,,,,,,,,, +519,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-05-12 23:58:09.000000,2025-05-12 23:55:04,1083.0,28.0,283.0,42.0,931.0,85.0,66.0,1697.0,A lightweight library for PyTorch training tools and utilities.,146.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5906.0,5906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,12.0,390.0,1635.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,False,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],215.0,207.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1117.0,1117.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +521,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2025-04-22 14:57:10.644000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1574.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,33281.0,33533.0,https://anaconda.org/conda-forge/elephas,2025-04-22 14:57:10.644,17440.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1570.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],303.0,299.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,192253.0,192253.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +523,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,,396.0,37.0,2289.0,86.0,235.0,1542.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,8265.0,8265.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +524,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1378.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],48.0,48.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,200.0,200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2025-04-22 14:56:50.341000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,92.0,1274.0,Implementation of the node2vec algorithm.,16.0,25,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,942.0,911.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,25676.0,26095.0,https://anaconda.org/conda-forge/node2vec,2025-04-22 14:56:50.341,35204.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +526,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,122.0,11.0,26.0,29.0,16.0,1186.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,8738.0,8266.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,501038.0,501038.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-04-22 14:57:27.344000,2025-04-10 19:34:53,738.0,3.0,154.0,14.0,113.0,30.0,264.0,1062.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,47.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,35256.0,48806.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-04-22 14:57:27.344,799450.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +528,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-04-30 06:47:49.000000,2025-04-30 06:47:47,948.0,2.0,215.0,56.0,106.0,39.0,180.0,986.0,Input pipeline framework.,29.0,25,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,209721.0,209721.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,942.0,Gaussian Process Optimization using GPy.,51.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,624.0,587.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5448.0,5448.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +530,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-04-22 14:57:27.288000,2025-04-20 07:22:22,610.0,3.0,152.0,13.0,72.0,32.0,152.0,870.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,39.0,25,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,20284.0,26341.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-04-22 14:57:27.288,363468.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +531,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-05-12 19:54:01.000000,2025-05-12 19:53:59,988.0,5.0,176.0,47.0,92.0,39.0,147.0,770.0,Library for exploring and validating machine learning data.,27.0,25,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,135386.0,135398.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +532,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-04-22 14:56:22.353000,2024-06-12 05:36:27,401.0,,156.0,16.0,74.0,35.0,110.0,764.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,257.0,225.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,16932.0,18945.0,https://anaconda.org/conda-forge/python-ternary,2025-04-22 14:56:22.353,102696.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +533,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,737.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,25,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,191.0,187.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3585.0,3585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-05-22 14:49:27.000000,2025-05-22 14:49:27,929.0,12.0,88.0,10.0,798.0,64.0,502.0,668.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,69.0,62.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1127.0,1127.0,,,,,,,,2.0,,,,,,,,aimclub/FEDOT,,,,,,,,,,,, +535,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-04-22 14:56:24.321000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,522.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5633.0,5530.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2268325.0,2292056.0,https://anaconda.org/conda-forge/findspark,2025-04-22 14:56:24.321,949255.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-04-29 06:34:58.000000,2025-04-29 06:34:58,610.0,15.0,62.0,38.0,373.0,32.0,67.0,322.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,93.0,85.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,4746.0,4746.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-05-19 10:19:29.000000,2025-05-19 10:19:29,1319.0,41.0,1917.0,163.0,681.0,19.0,826.0,20283.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",105.0,24,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,, +538,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,3.0,303.0,79.0,184.0,24.0,56.0,5005.0,"A data augmentations library for audio, image, text, and video.",38.0,24,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,185.0,181.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2608.0,2608.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4939.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1184.0,1168.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,539.0,550.0,,,,,,,,3.0,990.0,,,,,,,,,,,,,,,,,,, +540,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,88.0,65.0,271.0,270.0,4840.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,27786.0,27786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,459.0,45.0,57.0,95.0,175.0,4594.0,An Open-Source Framework for Prompt-Learning.,24.0,24,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,179.0,176.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,681.0,681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4545.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,213.0,213.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,493.0,493.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4271.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,3521.0,3521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4043.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,24,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],135.0,,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,197293.0,197293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3931.0,Snips Python library to extract meaning from text.,22.0,24,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,919.0,919.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3855.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],19.0,19.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,528.0,170.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,191.0,191.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-04-22 14:57:48.691000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3438.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,24,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,6043.0,7231.0,https://anaconda.org/conda-forge/hummingbird-ml,2025-04-22 14:57:48.691,58700.0,,,,,3.0,847.0,,,,,,,,,,,,,,,,,,, +549,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,,820.0,61.0,645.0,129.0,415.0,3368.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],136.0,135.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,789.0,789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2025-04-22 14:57:45.598000,2023-12-07 20:40:17,720.0,,236.0,52.0,37.0,75.0,126.0,3228.0,A GUI for Pandas DataFrames.,14.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],525.0,511.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5504.0,6170.0,https://anaconda.org/conda-forge/pandasgui,2025-04-22 14:57:45.598,34673.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2989.0,Neural network visualization toolkit for keras.,10.0,24,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3049.0,3048.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,874.0,874.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,36.0,694.0,43.0,151.0,2855.0,"Toolkit for creating, sharing and using natural language prompts.",64.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,128.0,124.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,252.0,252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,91.0,2158.0,215.0,982.0,2731.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,22452.0,22452.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,262.0,50.0,98.0,25.0,116.0,2321.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",156.0,152.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3042.0,3042.0,,,,,,,,3.0,,,,,,,,mckinsey/causalnex,,,,,,,,,,,, +555,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2025-04-22 14:57:32.844000,2024-07-17 19:00:21,2319.0,,248.0,38.0,40.0,10.0,115.0,2226.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,330.0,317.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5046.0,5601.0,https://anaconda.org/conda-forge/karateclub,2025-04-22 14:57:32.844,32242.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,249.0,54.0,56.0,19.0,50.0,2219.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],807.0,788.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,4282.0,4282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,689.0,87.0,48.0,24.0,64.0,2188.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,641.0,629.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,13183.0,13183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,252.0,41.0,34.0,51.0,90.0,2031.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,24,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],203.0,203.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,6931.0,6931.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,136.0,34.0,448.0,50.0,354.0,1970.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,73.0,72.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,19903.0,19903.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,,288.0,49.0,329.0,269.0,184.0,1943.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,242487.0,242487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2025-04-22 14:56:57.136000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1903.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],526.0,504.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1205.0,2724.0,https://anaconda.org/conda-forge/multicore-tsne,2025-04-22 14:56:57.136,74443.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2025-04-22 14:57:51.423000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1751.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,24,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1304.0,1401.0,https://anaconda.org/conda-forge/farm,2025-04-22 14:57:51.423,4800.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2025-04-22 14:56:24.858000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1749.0,"Large-scale linear classification, regression and ranking in Python.",17.0,24,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],177.0,171.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,6284.0,8821.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2025-04-22 14:56:24.858,267320.0,,,,,3.0,756.0,,,,,,,,,,,,,,,,,,, +564,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2025-04-23 13:04:26.000000,2025-04-23 13:04:26,461.0,1.0,239.0,49.0,51.0,24.0,92.0,1652.0,Contextually-keyed word vectors.,20.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,481.0,468.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,1962.0,4130.0,https://anaconda.org/conda-forge/sense2vec,2025-04-22 14:57:12.924,60848.0,,,,,3.0,71938.0,,,,,,,,,,,,,,,,,,, +565,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1648.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,1878.0,1878.0,,,,,,,,3.0,73.0,,,,,,,,,,,,,,,,,,, +566,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,126.0,27.0,31.0,63.0,50.0,1618.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],681.0,674.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,67250.0,67250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,8.0,122.0,27.0,75.0,4.0,29.0,1545.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,24,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,13988.0,13990.0,,,,,,,,3.0,159.0,,,,,,,,,,,,,,,,,,, +568,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-04-23 21:07:57.000000,2025-04-23 21:07:55,161.0,2.0,167.0,105.0,192.0,39.0,25.0,1521.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,1403.0,1403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-05-19 20:56:48.000000,2025-04-19 05:05:49,592.0,8.0,151.0,18.0,351.0,12.0,157.0,1517.0,A standard framework for modelling Deep Learning Models for tabular data.,27.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,18819.0,18820.0,,,,,,,,2.0,54.0,,,,,,,,,,,,,,,,,,, +570,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,1.0,122.0,22.0,117.0,37.0,58.0,1459.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,24,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,126.0,117.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,40630.0,40630.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1337.0,A Toolbox for Adversarial Robustness Research.,21.0,24,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],209.0,204.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,1389.0,1389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-04-30 20:42:58.000000,2025-04-30 20:42:57,226.0,10.0,121.0,35.0,36.0,24.0,122.0,1305.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,19.0,24,True,2025-04-24 01:36:06.000,2.3.15,99.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,2165.0,2165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1300.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],72.0,72.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1186.0,1186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1226.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,708.0,708.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,223.0,71.0,415.0,65.0,147.0,1190.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,183.0,178.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,255.0,255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-04-07 02:04:56.000000,2025-04-07 02:04:56,417.0,5.0,186.0,31.0,76.0,3.0,86.0,1056.0,Layers Outputs and Gradients in Keras. Made easy.,17.0,24,True,2022-09-25 14:40:40.377,4.5.1,40.0,keract,,,,['tensorflow'],261.0,254.0,https://pypi.org/project/keract,2025-04-07 02:03:50.000,7.0,3822.0,3822.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-04-07 20:28:23.000000,2025-03-07 11:33:25,264.0,1.0,125.0,11.0,59.0,37.0,30.0,1046.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,939.0,909.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,65918.0,87955.0,,,,,,,,3.0,1190050.0,,,,,,,,,,,,,,,,,,, +578,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,,191.0,46.0,61.0,1.0,68.0,1004.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],515.0,512.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5264.0,5264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,181.0,47.0,116.0,61.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,348.0,325.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,676.0,676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2025-05-13 22:48:38.000000,2025-03-25 10:51:37,923.0,2.0,120.0,42.0,119.0,51.0,48.0,719.0,Bias Auditing & Fair ML Toolkit.,23.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,200.0,192.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,18435.0,18435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,,137.0,141.0,92.0,42.0,67.0,676.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],254.0,242.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,10398.0,10398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2025-04-22 14:56:29.169000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,624.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,388715.0,397957.0,https://anaconda.org/conda-forge/whoosh,2025-04-22 14:56:29.169,443661.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-04-22 14:58:06.094000,2024-12-27 14:53:55,3774.0,,67.0,44.0,361.0,19.0,399.0,555.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],52.0,50.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,653.0,1169.0,https://anaconda.org/conda-forge/skll,2025-04-22 14:58:06.094,21713.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +584,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-05-18 07:51:51.000000,2025-05-18 07:51:51,2599.0,166.0,48.0,10.0,36.0,16.0,66.0,519.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,13.0,24,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,51.0,38.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2422.0,2426.0,,,,,,,,3.0,307.0,,,,,,,,,,,,,,,,,,, +585,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-05-15 11:09:32.000000,2025-05-15 10:57:40,5701.0,12.0,94.0,17.0,801.0,10.0,446.0,468.0,Lightwood is Legos for Machine Learning.,50.0,24,False,2025-05-15 10:58:18.000,25.5.2.2,213.0,lightwood,,,,['pytorch'],89.0,87.0,https://pypi.org/project/lightwood,2025-05-15 11:09:32.000,2.0,6662.0,6662.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-04-22 14:57:22.480000,2025-01-08 06:03:58,776.0,,87.0,11.0,32.0,9.0,51.0,415.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,24,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,555.0,511.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,346443.0,348280.0,https://anaconda.org/conda-forge/pymap3d,2025-04-22 14:57:22.480,102898.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2025-04-22 14:56:38.480000,2024-12-24 16:12:08,6798.0,,145.0,34.0,414.0,37.0,141.0,391.0,Neuroimaging in Python FMRI analysis package.,71.0,24,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,269.0,245.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,2384.0,17706.0,https://anaconda.org/conda-forge/nipy,2025-04-22 14:56:38.480,153224.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2025-04-22 14:57:57.911000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,10.0,80.0,379.0,Multiple Imputation with LightGBM in Python.,8.0,24,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,244.0,235.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,77959.0,78374.0,https://anaconda.org/conda-forge/miceforest,2025-04-22 14:57:57.911,19123.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +589,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-05-19 16:23:22.000000,2025-03-30 13:15:01,1086.0,17.0,9.0,3.0,263.0,16.0,39.0,230.0,Beautiful ridgeline plots in Python.,4.0,24,False,2025-03-30 13:17:50.000,0.3.2,30.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,261.0,255.0,https://pypi.org/project/ridgeplot,2025-03-30 13:16:54.000,6.0,23311.0,23311.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +590,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6558.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,201.0,201.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-04-28 17:33:03.000000,2025-04-28 17:32:57,601.0,2.0,763.0,108.0,592.0,107.0,345.0,6360.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,61.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,41381.0,41381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1558.0,135.0,3625.0,79.0,1998.0,5891.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-05-20 17:00:06.000000,2025-04-19 03:20:09,1676.0,17.0,842.0,142.0,1628.0,396.0,404.0,5130.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-05-15 16:56:19.000,1.0.11,63.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2025-04-22 15:32:21.452000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3877.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,23,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,77.0,101.0,https://anaconda.org/anaconda/neon,2025-04-22 15:32:21.452,2207.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +595,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3411.0,Generate embeddings from large-scale graph-structured data.,32.0,23,False,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,184385.0,184388.0,,,,,,,,3.0,221.0,,,,,,,,,,,,,,,,,,, +596,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,669.0,3368.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,23,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,4515.0,4581.0,,,,,,,,3.0,2734.0,,,,,,,,,,,,,,,,,,, +597,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,80.0,112.0,180.0,2930.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,71.0,70.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,683.0,683.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,433.0,64.0,123.0,32.0,350.0,2389.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],75.0,73.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,126.0,126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-03-19 09:46:20.000000,2025-03-19 09:46:19,1297.0,3.0,159.0,32.0,192.0,75.0,153.0,2214.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",32.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,284.0,295.0,,,,,,,,3.0,644.0,,,,,,,,,,,,,,,,,,, +600,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2025-04-22 14:57:19.815000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1602.0,An end-to-end PyTorch framework for image and video classification.,77.0,23,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,768.0,1268.0,https://anaconda.org/conda-forge/classy_vision,2025-04-22 14:57:19.815,32054.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-05-18 08:18:51.000000,2025-05-18 08:17:51,74.0,2.0,303.0,54.0,69.0,13.0,114.0,1371.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,23,True,2025-05-18 08:18:51.000,0.6.5,27.0,stockstats,,,,,14.0,,https://pypi.org/project/stockstats,2025-05-18 08:18:51.000,14.0,14099.0,14099.0,,,,,,,,3.0,,,,,,,-3.0,,,,,,,,,,,,, +602,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2025-04-22 14:57:22.632000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1155.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,23,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,389092.0,389256.0,https://anaconda.org/conda-forge/adtk,2025-04-22 14:57:22.632,10178.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2025-04-22 14:56:39.232000,2024-01-04 20:41:21,582.0,,297.0,95.0,123.0,62.0,98.0,1091.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1182.0,2550.0,https://anaconda.org/conda-forge/astroml,2025-04-22 14:56:39.232,54749.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2025-05-16 05:33:24.000000,2025-05-16 05:33:23,308.0,3.0,93.0,19.0,74.0,18.0,45.0,1068.0,Audio processing by using pytorch 1D convolution network.,16.0,23,True,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,373.0,369.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,54074.0,54074.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2025-04-22 14:57:59.940000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,966.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,840.0,812.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,55654.0,57844.0,https://anaconda.org/conda-forge/youtokentome,2025-04-22 14:57:59.940,96381.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2025-04-22 14:57:28.709000,2024-02-01 21:38:56,330.0,,175.0,30.0,113.0,91.0,56.0,948.0,Source code/webpage/demos for the What-If Tool.,20.0,23,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,10536.0,51632.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2025-04-22 14:57:28.709,2415783.0,,,,,3.0,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,151.0,,,,,,,,,,,,,, +607,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2025-04-29 19:09:51.000000,2025-04-29 19:09:48,5779.0,2.0,88.0,13.0,77.0,222.0,218.0,882.0,"Experiment tracking, ML developer tools.",30.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1972.0,1972.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +608,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2025-04-22 14:56:37.375000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,17.0,23,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,5323.0,9566.0,https://anaconda.org/conda-forge/gmaps,2025-04-22 14:56:37.375,373517.0,,,,,3.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,353.0,,,,,,,,,,,,,, +609,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-04-22 14:57:37.117000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,759.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],717.0,709.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,100276.0,100450.0,https://anaconda.org/conda-forge/treeinterpreter,2025-04-22 14:57:37.117,9587.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2025-04-22 14:56:30.745000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,728.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],412.0,374.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,10159.0,13327.0,https://anaconda.org/conda-forge/biopandas,2025-04-22 14:56:30.745,180620.0,,,,,3.0,,,,,,,,BioPandas/biopandas,,,,,,,,,,,, +611,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-04-22 14:57:41.674000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,552.0,527.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,52011.0,52410.0,https://anaconda.org/conda-forge/hpbandster,2025-04-22 14:57:41.674,21189.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2025-04-22 14:57:56.027000,2024-07-23 14:46:53,413.0,,141.0,20.0,49.0,2.0,87.0,598.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2846.0,2787.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,59.0,24994.0,27397.0,https://anaconda.org/conda-forge/medpy,2025-04-22 14:57:56.027,112961.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,,25.0,9.0,10.0,2.0,10.0,439.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2965.0,2921.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,489741.0,489741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-05-22 14:03:57.000000,2025-05-21 13:39:20,1956.0,443.0,32.0,7.0,121.0,10.0,45.0,391.0,Open-source framework for uncertainty and deep learning models in PyTorch.,13.0,23,True,2025-05-21 13:42:34.000,0.5.0,22.0,torch-uncertainty,,,,['pytorch'],4.0,,https://pypi.org/project/torch-uncertainty,2025-05-21 13:42:34.000,4.0,537.0,537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2025-04-22 14:57:20.104000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,246.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,23,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1523.0,1466.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,111524.0,113463.0,https://anaconda.org/conda-forge/py3nvml,2025-04-22 14:57:20.104,106689.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2025-04-22 14:57:58.207000,,,,4027.0,,,151.0,,26115.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,22,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,5701.0,5784.0,https://anaconda.org/conda-forge/deepspeech,2025-04-22 14:57:58.207,3834.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1734.0,157.0,59.0,46.0,12.0,11975.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],102.0,99.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1471.0,1471.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1363.0,129.0,987.0,8034.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,529.0,529.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-04-22 14:58:01.732000,,,,1081.0,,,107.0,,5546.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,40.0,22,True,,,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],142.0,,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,198780.0,199418.0,https://anaconda.org/conda-forge/pandas-ta,2025-04-22 14:58:01.732,27454.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,221.0,5191.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1567.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144180.0,3.0,,,,,,,,,,,,,,,,,,,, +621,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4361.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,22,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,952.0,952.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3407.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1502.0,1511.0,,,,,,,,3.0,667.0,,,,,,,,,,,,,,,,,,, +623,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,332.0,52.0,414.0,82.0,106.0,3283.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,22,False,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],62.0,61.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,136.0,136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,201.0,9.0,4.0,16.0,3136.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],175.0,173.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1856.0,1856.0,,,,,,,,3.0,,,,,,,,google-deepmind/trfl,,,,,,,,,,,, +625,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-04-24 16:11:42.000000,2021-05-06 12:10:38,127.0,,158.0,45.0,75.0,2.0,31.0,3120.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,414.0,477.0,https://anaconda.org/conda-forge/opyrator,2025-04-22 14:58:08.330,2542.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2939.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,245.0,245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,43.0,110.0,80.0,64.0,2904.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,1937.0,1940.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +628,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,2103.0,2103.0,,,,,,,,3.0,,,,,,,,intel/analytics-zoo,,,,,,,,,,,, +629,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-05-06 09:45:18.000000,2025-05-06 09:45:18,560.0,2.0,238.0,39.0,141.0,64.0,127.0,2498.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,32.0,22,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,7709.0,7709.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2410.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,744.0,885.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,, +631,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2389.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],32.0,30.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,67.0,67.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,296.0,63.0,78.0,65.0,68.0,2098.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1907.0,1907.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2025-04-22 14:58:08.015000,2024-08-15 19:08:06,312.0,,168.0,24.0,34.0,33.0,31.0,2034.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],34.0,33.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,657.0,824.0,https://anaconda.org/conda-forge/ecco,2025-04-22 14:58:08.015,6802.0,,,,,3.0,140.0,,,,,,,,,,,,,,,,,,, +634,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,,107.0,39.0,34.0,12.0,100.0,1841.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,44.0,44.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,6949.0,6949.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +635,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,255.0,43.0,15.0,57.0,35.0,1832.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",384.0,373.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,5223.0,5223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,2.0,306.0,56.0,120.0,54.0,32.0,1694.0,Interpretability and explainability of data and machine learning models.,42.0,22,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,160.0,159.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,906.0,906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,199.0,28.0,424.0,11.0,163.0,1680.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,203.0,36.0,7.0,15.0,33.0,1675.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,22,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],85.0,79.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,9008.0,9008.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,297.0,42.0,801.0,72.0,485.0,1667.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,7.0,7.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1607.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,47270.0,47270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,55.0,55.0,82.0,149.0,1598.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,False,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1278.0,1307.0,,,,,,,,3.0,2966.0,,,,,,,,,,,,,,,,,,, +642,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,33.0,88.0,17.0,33.0,1549.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,463.0,463.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,87.0,122.0,33.0,47.0,1228.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,126.0,125.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,338.0,338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1215.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,1252.0,1252.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +645,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-05-12 16:17:05.000000,2025-05-12 16:17:04,479.0,1.0,212.0,52.0,96.0,61.0,219.0,1137.0,Line based ATR Engine based on OCRopy.,22.0,22,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,3502.0,3502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2025-04-22 14:57:53.193000,2019-05-06 07:06:50,159.0,,169.0,56.0,14.0,30.0,19.0,1034.0,python toolbox for visualizing geographical data and making maps.,8.0,22,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,192.0,190.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,392.0,604.0,https://anaconda.org/conda-forge/geoplotlib,2025-04-22 14:57:53.193,10183.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-04-03 16:04:43.000000,2025-04-03 16:04:42,2223.0,41.0,36.0,8.0,1769.0,9.0,42.0,1034.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,22,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,18723.0,18725.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +648,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,110.0,47.0,99.0,47.0,51.0,1027.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],299.0,288.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3835.0,3835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,24.0,58.0,12.0,27.0,972.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,False,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],149.0,141.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,11036.0,11036.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,930.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2523.0,2514.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2867.0,2867.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +651,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2025-04-22 14:57:44.821000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,898.0,Bayesian active learning library for research and industrial usecases.,23.0,22,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1191.0,1437.0,https://anaconda.org/conda-forge/baal,2025-04-22 14:57:44.821,12824.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,885.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,22,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],732.0,720.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,6427.0,6427.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,858.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3328.0,3328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,856.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,522.0,521.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2674.0,2674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-05-05 04:02:31.000000,2025-05-05 04:02:30,1019.0,3.0,218.0,21.0,891.0,139.0,408.0,714.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,22,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1183.0,3713.0,,,,,,,,3.0,116415.0,,,,,,,,,,,,,,,,,,, +656,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-04-22 15:32:21.072000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,701.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],541.0,531.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,16906.0,16937.0,https://anaconda.org/anaconda/pivottablejs,2025-04-22 15:32:21.072,3546.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2025-04-22 14:57:52.809000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,692.0,Python package for stacking (machine learning technique).,1.0,22,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,573.0,568.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,6722.0,6778.0,https://anaconda.org/conda-forge/vecstack,2025-04-22 14:57:52.809,2700.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,100.0,25.0,33.0,35.0,6.0,636.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],439.0,431.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,79443.0,79443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-04-22 14:57:54.494000,2022-02-09 16:35:40,142.0,,100.0,22.0,26.0,45.0,62.0,619.0,Build fully-functioning computer vision models with PyTorch.,12.0,22,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],197.0,195.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1241.0,1385.0,https://anaconda.org/conda-forge/detecto,2025-04-22 14:57:54.494,6808.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2025-03-24 16:48:44.000000,2025-03-24 16:48:44,253.0,2.0,133.0,21.0,21.0,8.0,31.0,614.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,16.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],188.0,183.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,14416.0,14416.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2025-05-04 03:47:16.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,217.0,49.0,316.0,612.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,22,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,70.0,69.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,285.0,285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-04-22 14:56:58.537000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,596.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,537.0,531.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,14388.0,14681.0,https://anaconda.org/conda-forge/pywaffle,2025-04-22 14:56:58.537,16150.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-04-22 14:57:03.596000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,590.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,558.0,549.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13994.0,14598.0,https://anaconda.org/conda-forge/joypy,2025-04-22 14:57:03.596,32035.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2025-04-22 04:13:27.000000,2025-03-22 19:05:46,1220.0,2.0,68.0,6.0,217.0,21.0,109.0,536.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],333.0,328.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3494.0,3494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,508.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,210.0,194.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,10247.0,10247.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +666,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-05-22 14:57:36.000000,2025-05-18 18:36:30,3209.0,120.0,66.0,9.0,281.0,11.0,118.0,459.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,22,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,242.0,242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2025-03-24 21:18:50.000000,2025-03-24 21:11:36,170.0,2.0,49.0,17.0,2.0,12.0,3.0,387.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2025-03-24 21:18:50.000,0.1.4,15.0,suod,,,,,560.0,551.0,https://pypi.org/project/suod,2025-03-24 21:18:50.000,9.0,14184.0,14184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,1455.0,1455.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-04-22 14:56:23.980000,2025-01-01 01:30:41,688.0,,65.0,27.0,510.0,15.0,91.0,380.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,17608.0,29897.0,https://anaconda.org/conda-forge/vega,2025-04-22 14:56:23.980,737382.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-05-22 13:45:21.000000,2025-05-20 07:25:04,887.0,48.0,25.0,6.0,325.0,4.0,,331.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,22,True,2025-05-19 07:50:13.000,1.2.90,1062.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-05-22 13:45:21.000,,11955.0,11955.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,13.0,716.0,217.0,203.0,294.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,130.0,122.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1055.0,1055.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2025-04-23 14:14:50.000000,2025-04-23 13:57:29,268.0,3.0,34.0,9.0,204.0,22.0,77.0,226.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",14.0,22,False,2025-04-04 14:57:26.000,0.7.4,16.0,celer,,,,['sklearn'],55.0,50.0,https://pypi.org/project/celer,2025-04-04 14:57:26.000,5.0,6003.0,6003.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2565.0,2521.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,115154.0,115154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2475.0,149.0,89.0,255.0,286.0,14366.0,End-to-End Object Detection with Transformers.,27.0,21,False,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,633.0,91.0,150.0,100.0,102.0,8371.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,954.0,954.0,,,,,,,,3.0,,,,,,,,nebuly-ai/optimate,,,,,,,,,,,, +676,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,92.0,52.0,416.0,292.0,6948.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,222.0,25.0,8.0,122.0,5384.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,907.0,907.0,,,,,,,,3.0,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,, +678,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,227.0,111.0,57.0,622.0,5012.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +679,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-03-21 14:29:57.000000,2025-03-21 14:29:54,960.0,1.0,604.0,172.0,48.0,35.0,28.0,4869.0,High-performance TensorFlow library for quantitative finance.,48.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,460.0,460.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,756.0,103.0,35.0,107.0,113.0,4741.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,6248.0,6251.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,280.0,3.0,,,,,,,,,,,,,,,,,,,, +681,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3682.0,A high performance and generic framework for distributed DNN training.,21.0,21,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,4.0,4.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,93.0,112.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1369.0,3.0,,,,,,,,,,,,,,,,,,,, +682,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,1.0,514.0,146.0,609.0,86.0,75.0,3621.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,21,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,31.0,31.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,64.0,55.0,6.0,44.0,3118.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,383.0,383.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +684,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2915.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],232.0,229.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1980.0,1980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,60.0,33.0,62.0,96.0,2339.0,Fast and Easy Infinite Neural Networks in Python.,30.0,21,False,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,1.0,,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3087.0,3096.0,,,,,,,,3.0,545.0,,,,,,,,,,,,,,,,,,, +686,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2242.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,466.0,466.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,252.0,52.0,35.0,16.0,105.0,2168.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,26446.0,26446.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2025-03-25 16:26:10.601000,2021-09-30 21:51:09,8208.0,,184.0,57.0,895.0,146.0,586.0,1969.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,21,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2025-03-25 16:26:10.601,1109.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1900.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1372.0,1372.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,287.0,43.0,261.0,77.0,198.0,1610.0,A framework for Privacy Preserving Machine Learning.,39.0,21,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],1.0,,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,521.0,521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-04-16 19:27:35.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,204.0,5.0,74.0,1592.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,41.0,223.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +692,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,98.0,149.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,2131.0,2131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,247.0,71.0,7.0,15.0,29.0,1535.0,Python AutoML for Trading Systems and Sports Betting.,5.0,21,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,10.0,10.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,660.0,660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,271.0,64.0,51.0,23.0,75.0,1515.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,38.0,38.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,250.0,250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1482.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],42.0,36.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,212.0,212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2025-04-22 14:58:03.890000,2022-08-31 13:13:15,103.0,,96.0,36.0,17.0,12.0,27.0,1432.0,A Graph Neural Network Library in Jax.,17.0,21,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],22.0,,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,31365.0,31586.0,https://anaconda.org/conda-forge/jraph,2025-04-22 14:58:03.890,9509.0,,,,,3.0,,,,,,,-2.0,google-deepmind/jraph,,,,,,,,,,,, +697,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1286.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,433.0,433.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,216.0,64.0,29.0,31.0,13.0,1211.0,Anomaly Detection and Correlation library.,9.0,21,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,86.0,84.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,7177.0,7177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,143.0,17.0,11.0,43.0,43.0,1131.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],206.0,201.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5574.0,5574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1084.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,131.0,128.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,885.0,891.0,,,,,,,,3.0,832.0,,,,,,,,,,,,,,,,,,, +701,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1083.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,267.0,267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,1010.0,An intuitive library to extract features from time series.,20.0,21,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,215.0,208.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,6802.0,6802.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,864.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],606.0,591.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,53874.0,53874.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,166.0,37.0,46.0,43.0,49.0,856.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,120.0,111.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,646.0,646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-04-22 14:57:08.147000,2023-06-05 01:35:02,228.0,,128.0,17.0,25.0,29.0,41.0,854.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,12542.0,13018.0,https://anaconda.org/conda-forge/pdpbox,2025-04-22 14:57:08.147,23847.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,120.0,120.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1104.0,1104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,20588.0,20588.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +708,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-05-20 13:13:27.000000,2025-05-20 13:13:27,1513.0,2.0,78.0,30.0,704.0,22.0,118.0,711.0,Scikit-learn style model finetuning for NLP.,24.0,21,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",17.0,15.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,374.0,374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,108.0,29.0,1.0,15.0,3.0,658.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",723.0,706.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,19306.0,19306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,,96.0,8.0,20.0,1.0,108.0,648.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,88.0,84.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,7832.0,7832.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,640.0,torchbearer: A model fitting library for PyTorch.,14.0,21,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],101.0,97.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,968.0,968.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,268.0,260.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,23047.0,23047.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-04-22 14:58:21.176000,2025-04-06 17:36:49,734.0,17.0,70.0,21.0,10.0,18.0,48.0,615.0,Active Learning for Text Classification in Python.,9.0,21,True,2024-11-24 19:15:11.000,2.0.0.de1,24.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",34.0,34.0,https://pypi.org/project/small-text,2025-04-06 17:43:10.000,,721.0,1162.0,https://anaconda.org/conda-forge/small-text,2025-04-22 14:58:21.176,14998.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,,77.0,10.0,222.0,51.0,84.0,600.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,62.0,61.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1146.0,1153.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +715,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,25.0,31.0,5.0,24.0,576.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,54.0,52.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1759.0,1759.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,39.0,17.0,14.0,22.0,575.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,21,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,43.0,39.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,220.0,220.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2025-05-05 22:29:18.000000,2025-05-05 22:20:40,774.0,1.0,65.0,15.0,117.0,8.0,48.0,573.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2025-05-05 22:24:01.000,1.17.4,40.0,poutyne,,,,['pytorch'],155.0,150.0,https://pypi.org/project/poutyne,2025-05-05 22:24:19.000,5.0,2867.0,2867.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,,171.0,55.0,21.0,39.0,61.0,557.0,Bayesian inference in HSMMs and HMMs.,14.0,21,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,36.0,35.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,,103.0,25.0,8.0,,34.0,538.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,3660.0,3660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,485.0,A python library for Bayesian time series modeling.,7.0,21,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,43.0,41.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,70571.0,70571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,385.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,237.0,237.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,29725.0,29725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,272.0,256.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3804.0,3804.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-04-04 22:31:41.000000,2025-04-04 22:31:41,529.0,3.0,62.0,13.0,96.0,26.0,41.0,317.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2025-03-21 03:10:28.000,1.2.2,10.0,omlt,,,,,33.0,29.0,https://pypi.org/project/omlt,2025-03-21 03:10:28.000,4.0,13966.0,13966.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2025-04-26 15:48:04.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,43.0,8.0,10.0,285.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,295095.0,295095.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2025-04-22 14:56:39.798000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,35.0,113.0,274.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1360.0,4465.0,https://anaconda.org/conda-forge/somoclu,2025-04-22 14:56:39.798,169949.0,,,,,3.0,2105.0,,,,,,,,,,,,,,,,,,, +727,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2025-05-03 22:10:07.000000,2025-05-03 21:59:22,437.0,57.0,19.0,4.0,38.0,20.0,49.0,265.0,Streaming over lightweight data transformations.,8.0,21,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,66.0,63.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,203.0,203.0,,,,,,,,3.0,,,,,,,,imedslab/solt,,,,,,,,,,,, +728,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-04-02 14:37:36.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,233.0,24.0,64.0,256.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,54.0,48.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,400.0,400.0,,,,,,,,3.0,,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,, +729,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,100.0,16.0,53.0,17.0,3441.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,172.0,165.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,783.0,783.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,56.0,242.0,176.0,111.0,3275.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3135.0,3145.0,,,,,,,,3.0,708.0,,,,,,,,,,,,,,,,,,, +731,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,99.0,54.0,55.0,48.0,2963.0,Quickly search over billions of images.,19.0,20,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,308.0,308.0,,,,,,,,3.0,,,,,,,,rhsimplex/image-match,,,,,,,,,,,, +732,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2868.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2729.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,81.0,81.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,472.0,472.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2347.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,92.0,92.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,284.0,30.0,41.0,35.0,176.0,1954.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,502.0,502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,171.0,17.0,74.0,26.0,45.0,1910.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,20,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],40.0,40.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,661.0,661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1645.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1216.0,1216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1438.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],35.0,35.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,197.0,17.0,269.0,88.0,94.0,1402.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,31886.0,31886.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,101.0,38.0,14.0,15.0,9.0,1276.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,184.0,182.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3350.0,3350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,,67.0,15.0,65.0,13.0,22.0,1138.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],36.0,34.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,642.0,664.0,,,,,,,,3.0,606.0,,,,,,,,,,,,,,,,,,, +742,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,20,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],91.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,104.0,104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2025-04-22 14:57:33.362000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,937.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,20,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,208.0,205.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,833.0,1035.0,https://anaconda.org/conda-forge/robustness,2025-04-22 14:57:33.362,11529.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3667.0,3662.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,514.0,514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2025-04-22 14:58:11.525000,2024-06-27 07:26:43,298.0,,100.0,24.0,52.0,20.0,17.0,897.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],37.0,31.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,934.0,1923.0,https://anaconda.org/conda-forge/evojax,2025-04-22 14:58:11.525,38574.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-04-29 21:46:42.000000,2025-04-29 21:45:50,301.0,2.0,253.0,44.0,18.0,11.0,92.0,888.0,Data compression in TensorFlow.,24.0,20,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2839.0,2839.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,,87.0,12.0,36.0,4.0,26.0,835.0,Leave One Feature Out Importance.,6.0,20,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,45.0,40.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,1900.0,1900.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,121.0,30.0,561.0,211.0,247.0,830.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,18309.0,18309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],51.0,51.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,651.0,651.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,152.0,33.0,84.0,16.0,55.0,641.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,282.0,282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,556.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,133.0,131.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,346.0,346.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +752,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,,104.0,32.0,107.0,27.0,29.0,526.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,24.0,24.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,10253.0,10253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,509.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,98.0,90.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5153.0,5153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,111.0,35.0,277.0,85.0,174.0,508.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,20,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,96.0,94.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1056.0,1060.0,,,,,,,,3.0,430.0,,,,,,,,,,,,,,,,,,, +755,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,,36.0,13.0,230.0,16.0,41.0,501.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,20,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,7221.0,7225.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +756,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2025-03-31 11:38:09.000000,2025-03-31 11:38:09,405.0,1.0,101.0,16.0,11.0,,50.0,476.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,71.0,71.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,4528.0,4528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,77.0,23.0,12.0,48.0,49.0,419.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,150.0,147.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,937.0,937.0,,,,,,,,3.0,110.0,,,,,,,,,,,,,,,,,,, +758,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2025-04-22 14:56:45.026000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,418.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4628.0,5280.0,https://anaconda.org/conda-forge/skrebate,2025-04-22 14:56:45.026,37831.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2025-04-22 14:57:56.438000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,418.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,24.0,22.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1901.0,2608.0,https://anaconda.org/conda-forge/tsflex,2025-04-22 14:57:56.438,32565.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-04-22 14:58:12.870000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,399.0,53.0,92.0,356.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1392.0,13271.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2025-04-22 14:58:12.870,437154.0,,,,,3.0,12544.0,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,62.0,,vega/vegafusion,,,,,,,,,,,, +761,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-04-29 13:23:20.000000,2025-01-22 18:08:56,337.0,,85.0,23.0,367.0,29.0,10.0,349.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,2239.0,2239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],285.0,285.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2110.0,2110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,332.0,332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-04-27 00:13:31.000000,2024-11-07 18:17:34,501.0,,114.0,19.0,590.0,58.0,130.0,280.0,An open-source toolkit for large-scale genomic analysis.,28.0,20,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,15978.0,16109.0,https://anaconda.org/conda-forge/glow,2025-04-22 14:57:47.356,6539.0,,,,,3.0,209.0,,,,,,,,,,,,,,,,,,, +765,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-05-20 08:05:00.000000,2025-05-20 08:05:00,448.0,14.0,81.0,19.0,470.0,28.0,51.0,277.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,33.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,8.0,8.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,601.0,601.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,240.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],98.0,88.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,4362.0,4362.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1731.0,19.0,19.0,72.0,24.0,5214.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,19,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,620.0,620.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2025-03-25 16:28:52.378000,2020-02-09 21:03:48,299.0,,412.0,102.0,83.0,67.0,48.0,3019.0,Deep recommender models using PyTorch.,11.0,19,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,97.0,https://anaconda.org/maciejkula/spotlight,2025-03-25 16:28:52.378,9245.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,182.0,22.0,22.0,20.0,30.0,1799.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,10.0,10.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,134.0,135.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +770,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],36.0,36.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,572.0,572.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,54.0,65.0,8.0,31.0,1393.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,6.0,6.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,59.0,59.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1171.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,41.0,41.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,409.0,409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1111.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,19,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,21118.0,21118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,882.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,5586.0,5586.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,860.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,110.0,109.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,351.0,351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2025-05-03 20:51:19.000000,2025-05-03 20:51:19,1252.0,1.0,127.0,29.0,1060.0,37.0,54.0,777.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,690.0,690.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,19,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],4.0,,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,586.0,586.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,104.0,25.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,34.0,32.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,359.0,359.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,4126.0,4126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-04-22 14:57:03.201000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,590.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,19.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,2068.0,47045.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2518763.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,16.0,53.0,13.0,16.0,581.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,63.0,63.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,3430.0,3430.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +782,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,138.0,54.0,72.0,18.0,71.0,529.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,192.0,192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,475.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,485.0,485.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2025-04-22 14:57:01.743000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,416.0,A python package for animating plots build on matplotlib.,6.0,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,80.0,76.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,200.0,510.0,https://anaconda.org/conda-forge/animatplot,2025-04-22 14:57:01.743,17066.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,,137.0,33.0,333.0,89.0,140.0,353.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,1708.0,1725.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1934.0,3.0,,,,,,,,,,,,,,,,,,,, +786,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,337.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,47.0,43.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,170.0,170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-05-19 20:20:27.000000,2025-04-14 06:29:04,594.0,1.0,36.0,22.0,649.0,21.0,131.0,250.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,19,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,828.0,848.0,,,,,,,,3.0,1304.0,,,,,,,,,,,,,,,,,,, +788,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,228.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,101.0,98.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,29605.0,29605.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,19,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,457.0,455.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,786.0,790.0,,,,,,,,3.0,438.0,,,,,,,,,,,,,,,,,,, +790,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2025-04-22 15:32:34.997000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,139.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,19,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10838.0,10709.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,385195.0,385223.0,https://anaconda.org/anaconda/nvidia-ml,2025-04-22 15:32:34.997,1329.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,800.0,335.0,58.0,2.0,,6885.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,18,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,136.0,143.0,,,,,,,,3.0,425.0,,,,,,,,,,,,,,,,,,, +792,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,110.0,51.0,48.0,160.0,6333.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,58.0,106.0,27.0,56.0,2153.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,18,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1217.0,1217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,85.0,68.0,1709.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,321.0,321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,54.0,34.0,22.0,13.0,1267.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,203.0,203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-04-22 14:58:02.427000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,807.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,465.0,575.0,https://anaconda.org/conda-forge/tensor-sensor,2025-04-22 14:58:02.427,4764.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,21.0,27.0,2.0,88.0,755.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,2175.0,2175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,699.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,180.0,180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,358.0,358.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,615.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,21.0,21.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,449.0,449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,578.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,620.0,620.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,577.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,25.0,23.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,3086.0,3086.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,18.0,10.0,4.0,18.0,546.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],87.0,87.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1548.0,1548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,496.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,558.0,558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,488.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,False,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,2932.0,2932.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,434.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1673.0,1673.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +808,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,420.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,178.0,174.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4294.0,4295.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +809,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,206.0,206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],18.0,16.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,878.0,878.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,43.0,12.0,64.0,3.0,57.0,333.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],40.0,38.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,863.0,863.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,40.0,16.0,6.0,19.0,21.0,323.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,18,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,862.0,862.0,,,,,,,,3.0,,,,,,,,google-deepmind/launchpad,,,,,,,,,,,, +813,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2025-05-11 17:52:01.000000,2025-03-24 18:31:02,192.0,2.0,41.0,18.0,4.0,10.0,8.0,289.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,952.0,6009.0,https://anaconda.org/conda-forge/deepgraph,2025-04-22 14:56:39.337,278162.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,186.0,12.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,18,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,9058.0,9058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1365.0,460.0,22.0,61.0,167.0,7225.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,google-deepmind/lab,,,,,,,,,,,, +816,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-05-15 19:42:25.000000,2025-05-05 15:11:38,730.0,9.0,449.0,35.0,888.0,153.0,119.0,3540.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,94.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1663.0,Version control for machine learning.,18.0,17,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,254.0,52.0,13.0,20.0,13.0,1557.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,17,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,104.0,122.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1708.0,3.0,,,,,,,,,,,,,,,,,,,, +819,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1164.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],60.0,58.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,497.0,497.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,18.0,37.0,20.0,8.0,1044.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,93.0,92.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,199.0,199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,,57.0,16.0,8.0,,10.0,801.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],104.0,103.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3031.0,3031.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,791.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,5295.0,5295.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +823,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,785.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,68.0,68.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,236.0,236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,707.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,161.0,168.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +825,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,644.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,20.0,20.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,289.0,289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,2676.0,2676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,439.0,semantic similarity framework for knowledge graph.,10.0,17,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,50.0,50.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,109.0,109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +828,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,408.0,Deep Learning PyTorch.,1.0,17,False,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,747.0,747.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,402.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],14.0,14.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,253.0,253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,17,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,101.0,104.0,,,,,,,,3.0,209.0,,,,,,,,,,,,,,,,,,, +832,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,17,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,241.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1285.0,1285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,17,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,1399.0,1399.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,234.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,34.0,32.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,140.0,140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-04-22 14:58:08.672000,2024-06-01 12:08:31,372.0,,37.0,5.0,136.0,,35.0,227.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,575.0,695.0,https://anaconda.org/conda-forge/chitra,2025-04-22 14:58:08.672,4832.0,,,,,3.0,,,,,,,,aniketmaurya/chitra,,,,,,,,,,,, +837,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,121.0,25.0,17.0,353.0,4407.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3953.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2898.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,171.0,60.0,10.0,26.0,6.0,1858.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,32.0,32.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +841,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,121.0,29.0,111.0,16.0,25.0,1110.0,An autoML framework & toolkit for machine learning on graphs.,16.0,16,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,117.0,19.0,294.0,3.0,70.0,1088.0,TextBox 2.0 is a text generation library with pre-trained language models.,17.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,740.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,725.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,16,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,76.0,79.0,,,,,,,,3.0,257.0,,,,,,,typedb/typedb-ml,,,,,,,,,,,, +846,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,271.0,271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,413.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,16,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,6.0,5.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,77.0,77.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2025-04-22 14:57:32.689000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,403.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,16,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,36.0,179.0,https://anaconda.org/conda-forge/artificial-adversary,2025-04-22 14:57:32.689,8344.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,319.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,1563.0,1563.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +851,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,216.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,252.0,252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-05-14 16:09:25.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2025-04-29 14:45:24.000,3.49.9,317.0,comet_ml,comet_ml,,,,94.0,,https://pypi.org/project/comet_ml,2025-05-14 16:09:25.000,94.0,474706.0,474706.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2222.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2025-03-25 16:27:49.968000,2024-06-14 21:18:09,16.0,,153.0,31.0,,54.0,60.0,1252.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,15,True,,,4.0,,milagraph/graphvite,,,,,,,,,,73.0,https://anaconda.org/milagraph/graphvite,2025-03-25 16:27:49.968,5082.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1188.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2025-04-22 14:56:37.757000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,15,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,373.0,2038.0,https://anaconda.org/conda-forge/skater,2025-04-22 14:56:37.757,96571.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,122.0,47.0,22.0,15.0,9.0,867.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],19.0,19.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,9.0,9.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,803.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,989.0,989.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,15,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,6409.0,6409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,103.0,103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,59.0,14.0,83.0,19.0,49.0,629.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,45.0,18.0,171.0,7.0,66.0,551.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,445.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,15,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,13.0,13.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,55.0,10.0,17.0,10.0,29.0,435.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,15,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,565.0,565.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +867,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,283.0,283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,316.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],31.0,31.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,180.0,180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,11.0,271.0,64.0,181.0,301.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,799.0,799.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,242.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,6.0,6.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,367.0,367.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,43.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,40.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,516.0,516.0,,,,,,,,3.0,,,,,,,,spring-media/headliner,,,,,,,,,,,, +873,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,297.0,297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,645.0,645.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-05-08 07:07:14.000000,2025-05-08 07:07:09,476.0,19.0,2.0,3.0,1.0,,3.0,107.0,Effector - a Python package for global and regional effect methods.,6.0,15,False,2025-04-14 08:46:43.000,0.1.6,44.0,effector,,,,,,,https://pypi.org/project/effector,2025-04-14 08:46:20.000,,493.0,493.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,1001.0,62.0,13.0,45.0,26.0,3804.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,845.0,76.0,35.0,120.0,59.0,3520.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,,279.0,30.0,24.0,34.0,38.0,3360.0,A small package to create visualizations of PyTorch execution graphs.,6.0,14,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1700.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1327.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,49.0,9.0,11.0,3.0,17.0,830.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,206.0,206.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,89.0,20.0,18.0,22.0,2.0,516.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,14,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,254.0,254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,68.0,18.0,177.0,87.0,16.0,424.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,14,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,132.0,132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,354.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2084.0,2084.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,29.0,7.0,6.0,8.0,8.0,253.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,14,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,74.0,74.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,19.0,2.0,3.0,17.0,23.0,195.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,14,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,554.0,554.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,38.0,13.0,18.0,28.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,73.0,73.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,14,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,49.0,49.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3943.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2721.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,89.0,47.0,4.0,3.0,,2634.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,3801.0,3803.0,,,,,,,,3.0,82.0,,,,,,,,,,,,,,,,,,, +892,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,177.0,36.0,10.0,13.0,3.0,1373.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,13,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,287.0,"A Jax-based library for building transformers, includes implementations of GPT, Gemma, LlaMa, Mixtral, Whisper, SWin,..",3.0,13,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,250.0,250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,194.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],7.0,7.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,172.0,181.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,709.0,3.0,,,,,,,,,,,,,,,,,,,, +898,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,110.0,A spaCy wrapper for DBpedia Spotlight.,5.0,13,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,1455.0,1455.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,13,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,141.0,141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,276.0,276.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-04-22 15:44:55.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,259.0,259.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,425.0,61.0,7.0,72.0,17.0,2029.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +903,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,330.0,89.0,11.0,12.0,6.0,1807.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +904,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,56.0,16.0,3.0,2.0,1.0,546.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,6.0,6.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,83.0,83.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-05-09 13:55:20.000000,2022-11-21 12:12:41,1044.0,,12.0,8.0,26.0,1.0,2.0,275.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,143.0,148.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,291.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +906,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,9.0,7.0,127.0,9.0,9.0,127.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,12,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],10.0,10.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,124.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,117.0,117.0,,,,,,,,3.0,,,,,,,,genixpro/hypermax,,,,,,,,,,,, +910,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,12,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,101.0,101.0,,,,,,,,3.0,,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,, +911,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,524.0,90.0,22.0,52.0,15.0,3263.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,919.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-05-23 06:27:40.000000,,,,20.0,,,7.0,,101.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",13.0,11,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],,,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,241.0,241.0,,,,,,,,3.0,,,,,,,-6.0,,,,,,,,,,,,, +916,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,92.0,17.0,5.0,4.0,12.0,664.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,541.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,5.0,5.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,162.0,162.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +920,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,152.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,10.0,10.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +921,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,67.0,67.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +922,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,46.0,46.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index fa73eb0d..6f389ecf 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,29 +2,29 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- scipy (🥇49 · ⭐ 12K · 📈) - Ecosystem of open-source software for mathematics, science, and.. BSD-3 -- Keras (🥇47 · ⭐ 60K · 📈) - Deep Learning for humans. Apache-2 -- Fastai (🥈40 · ⭐ 25K · 📈) - The fastai deep learning library. Apache-2 -- Coqui TTS (🥇38 · ⭐ 24K · 📈) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 -- SpeechRecognition (🥈34 · ⭐ 7.7K · 📈) - Speech recognition module for Python, supporting.. BSD-3 -- PennyLane (🥈34 · ⭐ 2K · 📈) - PennyLane is a cross-platform Python library for differentiable.. Apache-2 -- igraph (🥇34 · ⭐ 1.2K · 📈) - Python interface for igraph. ❗️GPL-2.0 -- hnswlib (🥈33 · ⭐ 3.7K · 📈) - Header-only C++/python library for fast approximate nearest.. Apache-2 -- patsy (🥈32 · ⭐ 900 · 📈) - Describing statistical models in Python using symbolic formulas. BSD-2 -- Torchbearer (🥉25 · ⭐ 630 · 📈) - torchbearer: A model fitting library for PyTorch. MIT +- Gradio (🥇45 · ⭐ 38K · 📈) - Wrap UIs around any model, share with anyone. Apache-2 +- spaCy (🥇44 · ⭐ 32K · 📈) - Industrial-strength Natural Language Processing (NLP) in Python. MIT +- Seaborn (🥇43 · ⭐ 13K · 📈) - Statistical data visualization in Python. BSD-3 +- Milvus (🥇42 · ⭐ 35K · 📈) - Milvus is a high-performance, cloud-native vector database built.. Apache-2 +- MoviePy (🥇41 · ⭐ 13K · 📈) - Video editing with Python. MIT +- HoloViews (🥈38 · ⭐ 2.8K · 📈) - With Holoviews, your data visualizes itself. BSD-3 +- ART (🥇33 · ⭐ 5.3K · 📈) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT +- Submit it (🥈31 · ⭐ 1.4K · 📈) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT +- backtrader (🥈29 · ⭐ 17K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0 +- EarthPy (🥉29 · ⭐ 520 · 📈) - A package built to support working with spatial data using open.. BSD-3 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- DeepSpeed (🥇40 · ⭐ 30K · 📉) - DeepSpeed is a deep learning optimization library that.. Apache-2 -- Annoy (🥈33 · ⭐ 12K · 📉) - Approximate Nearest Neighbors in C++/Python optimized for memory.. Apache-2 -- ParlAI (🥈31 · ⭐ 10K · 📉) - A framework for training and evaluating AI models on a variety of.. MIT -- VisualDL (🥉28 · ⭐ 4.7K · 📉) - Deep Learning Visualization Toolkit. Apache-2 -- CuPy (🥈26 · ⭐ 7.4K · 📉) - NumPy & SciPy for GPU. MIT -- mtcnn (🥉26 · ⭐ 2.1K · 💀) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT -- pyts (🥉26 · ⭐ 1.6K · 📉) - A Python package for time series classification. BSD-3 -- DeepSpeech (🥉22 · ⭐ 23K · 📉) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 -- sklearn-contrib-lightning (🥉20 · ⭐ 1.7K · 💀) - Large-scale linear classification, regression and.. BSD-3 -- BLINK (🥉14 · ⭐ 1.1K · 💀) - Entity Linker solution. MIT +- PyTorch Image Models (🥇41 · ⭐ 34K · 📉) - The largest collection of PyTorch image encoders /.. Apache-2 +- Altair (🥇40 · ⭐ 9.8K · 📉) - Declarative visualization library for Python. BSD-3 +- pyproj (🥈36 · ⭐ 1.1K · 📉) - Python interface to PROJ (cartographic projections and coordinate.. MIT +- TensorFlow Text (🥈35 · ⭐ 1.3K · 📉) - Making text a first-class citizen in TensorFlow. Apache-2 +- detectron2 (🥈31 · ⭐ 32K · 📉) - Detectron2 is a platform for object detection,.. Apache-2 +- langid (🥉26 · ⭐ 2.4K · 💀) - Stand-alone language identification system. BSD-3 +- LIT (🥉25 · ⭐ 3.6K · 📉) - The Learning Interpretability Tool: Interactively analyze ML models.. Apache-2 +- stockstats (🥉23 · ⭐ 1.4K · 📉) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 +- jraph (🥉21 · ⭐ 1.4K · 💀) - A Graph Neural Network Library in Jax. Apache-2 +- Collie (🥉11 · ⭐ 100 · 💀) - A library for preparing, training, and evaluating scalable deep.. BSD-3 diff --git a/projects.yaml b/projects.yaml index 235826d1..23180251 100644 --- a/projects.yaml +++ b/projects.yaml @@ -396,6 +396,11 @@ projects: pypi_id: objax category: ml-frameworks labels: ["jax"] + - name: nanodl + github_id: HMUNACHI/nanodl + pypi_id: nanodl + category: ml-frameworks + labels: ["jax"] - name: Haiku github_id: deepmind/dm-haiku pypi_id: dm-haiku @@ -996,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 @@ -1175,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 @@ -1779,6 +1794,7 @@ projects: - name: AutoGluon github_id: autogluon/autogluon pypi_id: autogluon + conda_id: conda-forge/autogluon docs_url: https://auto.gluon.ai dockerhub_id: autogluon/autogluon category: hyperopt @@ -4384,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 @@ -4618,3 +4634,25 @@ projects: conda_id: comet_ml pypi_id: comet_ml category: ml-experiments + - name: Runhouse + github_id: run-house/runhouse + pypi_id: runhouse + category: ml-frameworks + - name: Opik + github_id: comet-ml/opik + pypi_id: opik + category: nlp + - name: TorchUncertainty + github_id: ENSTA-U2IS-AI/torch-uncertainty + 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